2022-04-26T02:44:44.930 INFO:root:teuthology version: 1.1.1.dev317+g788cfdd8 2022-04-26T02:44:44.931 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/osds/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-ops/rm-zap-flag} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2022-04-26_02:18:32-rados-wip-55324-pacific-backport-distro-default-smithi/6805620 --name yuriw-2022-04-26_02:18:32-rados-wip-55324-pacific-backport-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2022-04-26_02:18:32-rados-wip-55324-pacific-backport-distro-default-smithi/6805620/orig.config.yaml 2022-04-26T02:44:44.960 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-04-26T02:44:45.020 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2022-04-26_02:18:32-rados-wip-55324-pacific-backport-distro-default-smithi/6805620 branch: wip-55324-pacific-backport description: rados/cephadm/osds/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-ops/rm-zap-flag} email: null first_in_suite: false job_id: '6805620' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-04-26_02:18:32-rados-wip-55324-pacific-backport-distro-default-smithi nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-55324-pacific-backport ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: aa0c7084d7c33fa13e629854baf24f102c2ea55d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: aa0c7084d7c33fa13e629854baf24f102c2ea55d workunit: branch: wip-55324-pacific-backport sha1: aa0c7084d7c33fa13e629854baf24f102c2ea55d owner: scheduled_yuriw@teuthology priority: 70 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 sha1: aa0c7084d7c33fa13e629854baf24f102c2ea55d sleep_before_teardown: 0 suite: rados suite_branch: wip-55324-pacific-backport suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_aa0c7084d7c33fa13e629854baf24f102c2ea55d/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: aa0c7084d7c33fa13e629854baf24f102c2ea55d targets: smithi136.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQIPJv+80Kyxsiwi92ZXcerh+5IBaziTh5LiEmTQ7KRxJ0Jn52YmcqnOPgCzry6g64q+tgPenK1G5M4OFiOL/zKgVtxRe+bwqoRtTGHgyJMGi9ozwE7L0eRvX56q94N4zdyoq/RPBg7waNfkxJnr0puN4vUSz785HD61MGsywpqrh+bkU8kFgiBcP5v2WOgliM/2EkDXbElvtgvebNL5ccNr4MbQDOddY/kIe8eqY0BM1Za1h7H64XFyr84gGEiJbZ6WGR8cNe0o28IFJauYttExsxoXi1i0tEbqL4UKox4VyHZxeaod3ZTNbOhA9/X8EHVi9OAlc5b0Isu44L3UwX smithi145.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGcE5YMBKEmcwDf6C0ogtAzih4h3Jk6g2cuvKolSABmKLJt0y2ZZLUmbo8RavLaOVTbf1QQZIS684lLsLMtDsfWZWRQxYrGNqywwhASQ7vdyXEJfS1F04moJ0x/vswHwXgg58QynljWx7wQdB51hvkM2fK70qi1H7iJ+fJZZ2IlINcRL0kYnkuKnSbfX3P9FlPBGmtOolHWKB3CK1cZ30sAcrNHqFJcnw9SRP/9hXWuSKN4EzWMZvVfjd5TqdGdTT89nwkwR9uBG6KWCA3ey8FcWXJGQstd0b9YLHI1F5GGUaZ4bik8RgGcMlmA50VpLn9Xl6oJd44DTR7ZiHZZHFr 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_branch: master teuthology_sha1: 788cfdd8098ad222aa448289edcfa4436091c32c timestamp: 2022-04-26_02:18:32 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.12483 2022-04-26T02:44:45.020 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_aa0c7084d7c33fa13e629854baf24f102c2ea55d/qa; will attempt to use it 2022-04-26T02:44:45.021 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_aa0c7084d7c33fa13e629854baf24f102c2ea55d/qa/tasks 2022-04-26T02:44:45.021 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-04-26T02:44:45.023 INFO:teuthology.task.internal:Checking packages... 2022-04-26T02:44:45.044 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'aa0c7084d7c33fa13e629854baf24f102c2ea55d' 2022-04-26T02:44:45.044 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-04-26T02:44:45.044 INFO:teuthology.packaging:ref: None 2022-04-26T02:44:45.044 INFO:teuthology.packaging:tag: None 2022-04-26T02:44:45.044 INFO:teuthology.packaging:branch: wip-55324-pacific-backport 2022-04-26T02:44:45.044 INFO:teuthology.packaging:sha1: aa0c7084d7c33fa13e629854baf24f102c2ea55d 2022-04-26T02:44:45.044 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-55324-pacific-backport 2022-04-26T02:44:45.193 INFO:teuthology.task.internal:Found packages for ceph version 16.2.7-927-gaa0c7084-1bionic 2022-04-26T02:44:45.193 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-04-26T02:44:45.205 INFO:teuthology.task.internal:no buildpackages task found 2022-04-26T02:44:45.205 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-04-26T02:44:45.263 INFO:teuthology.task.internal:Saving configuration 2022-04-26T02:44:45.273 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-04-26T02:44:45.294 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-04-26T02:44:45.317 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2022-04-26_02:18:32-rados-wip-55324-pacific-backport-distro-default-smithi/6805620', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2022-04-26 02:39:33.416470', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKW4G471uZZKRHOefWjgtP7LsN9iwdXly+D6X4rpJHKZ'} 2022-04-26T02:44:45.340 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2022-04-26_02:18:32-rados-wip-55324-pacific-backport-distro-default-smithi/6805620', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2022-04-26 02:39:33.414341', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGIqUt1nvNu1TNe6VZVl1m1pN0LxczbJaWmEJFXSE+lB'} 2022-04-26T02:44:45.340 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-04-26T02:44:45.351 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.a', 'client.0'] 2022-04-26T02:44:45.351 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'client.1'] 2022-04-26T02:44:45.351 INFO:teuthology.run_tasks:Running task console_log... 2022-04-26T02:44:45.450 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f61483a0048>, signals=[15]) 2022-04-26T02:44:45.450 INFO:teuthology.run_tasks:Running task internal.connect... 2022-04-26T02:44:45.461 INFO:teuthology.task.internal:Opening connections... 2022-04-26T02:44:45.462 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2022-04-26T02:44:45.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-26T02:44:45.539 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2022-04-26T02:44:45.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-26T02:44:45.614 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-04-26T02:44:45.626 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2022-04-26T02:44:45.652 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2022-04-26T02:44:45.653 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2022-04-26T02:44:45.702 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="Ubuntu" 2022-04-26T02:44:45.702 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2022-04-26T02:44:45.702 INFO:teuthology.orchestra.run.smithi136.stdout:ID=ubuntu 2022-04-26T02:44:45.702 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE=debian 2022-04-26T02:44:45.702 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2022-04-26T02:44:45.703 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="18.04" 2022-04-26T02:44:45.703 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://www.ubuntu.com/" 2022-04-26T02:44:45.703 INFO:teuthology.orchestra.run.smithi136.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-04-26T02:44:45.703 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-04-26T02:44:45.703 INFO:teuthology.orchestra.run.smithi136.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-04-26T02:44:45.703 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_CODENAME=bionic 2022-04-26T02:44:45.703 INFO:teuthology.orchestra.run.smithi136.stdout:UBUNTU_CODENAME=bionic 2022-04-26T02:44:45.704 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2022-04-26T02:44:45.730 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2022-04-26T02:44:45.736 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2022-04-26T02:44:45.736 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2022-04-26T02:44:45.782 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Ubuntu" 2022-04-26T02:44:45.782 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2022-04-26T02:44:45.782 INFO:teuthology.orchestra.run.smithi145.stdout:ID=ubuntu 2022-04-26T02:44:45.782 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE=debian 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="18.04" 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.ubuntu.com/" 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_CODENAME=bionic 2022-04-26T02:44:45.783 INFO:teuthology.orchestra.run.smithi145.stdout:UBUNTU_CODENAME=bionic 2022-04-26T02:44:45.784 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2022-04-26T02:44:45.801 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-04-26T02:44:45.814 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-04-26T02:44:45.845 INFO:teuthology.task.internal:Checking for old test directory... 2022-04-26T02:44:45.845 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2022-04-26T02:44:45.848 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2022-04-26T02:44:45.853 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-04-26T02:44:45.878 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-04-26T02:44:45.879 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2022-04-26T02:44:45.894 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2022-04-26T02:44:45.919 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-04-26T02:44:45.976 INFO:teuthology.run_tasks:Running task kernel... 2022-04-26T02:44:45.993 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-04-26T02:44:45.993 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2022-04-26T02:44:45.994 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2022-04-26T02:44:45.994 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2022-04-26T02:44:45.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-04-26T02:44:46.000 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2022-04-26T02:44:46.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-04-26T02:44:46.001 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2022-04-26T02:44:46.046 INFO:teuthology.orchestra.run.smithi136.stdout:4.15.0-176-generic 2022-04-26T02:44:46.046 INFO:teuthology.task.kernel:Running kernel on smithi136: 4.15.0-176-generic 2022-04-26T02:44:46.047 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get clean 2022-04-26T02:44:46.050 INFO:teuthology.orchestra.run.smithi145.stdout:4.15.0-176-generic 2022-04-26T02:44:46.050 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.15.0-176-generic 2022-04-26T02:44:46.050 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get clean 2022-04-26T02:44:46.186 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get update 2022-04-26T02:44:46.187 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2022-04-26T02:44:46.330 INFO:teuthology.orchestra.run.smithi136.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2022-04-26T02:44:46.331 INFO:teuthology.orchestra.run.smithi145.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2022-04-26T02:44:46.433 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2022-04-26T02:44:46.434 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2022-04-26T02:44:46.501 INFO:teuthology.orchestra.run.smithi136.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2022-04-26T02:44:46.502 INFO:teuthology.orchestra.run.smithi145.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2022-04-26T02:44:46.652 INFO:teuthology.orchestra.run.smithi136.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,201 kB] 2022-04-26T02:44:46.792 INFO:teuthology.orchestra.run.smithi145.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,161 kB] 2022-04-26T02:44:46.806 INFO:teuthology.orchestra.run.smithi136.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2022-04-26T02:44:46.827 INFO:teuthology.orchestra.run.smithi145.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2022-04-26T02:44:46.868 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,161 kB] 2022-04-26T02:44:46.888 INFO:teuthology.orchestra.run.smithi136.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [386 kB] 2022-04-26T02:44:46.891 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [709 kB] 2022-04-26T02:44:46.901 INFO:teuthology.orchestra.run.smithi136.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [97.1 kB] 2022-04-26T02:44:46.903 INFO:teuthology.orchestra.run.smithi136.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,015 kB] 2022-04-26T02:44:46.915 INFO:teuthology.orchestra.run.smithi136.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,192 kB] 2022-04-26T02:44:46.964 INFO:teuthology.orchestra.run.smithi136.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2,545 kB] 2022-04-26T02:44:46.969 INFO:teuthology.orchestra.run.smithi145.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,201 kB] 2022-04-26T02:44:46.971 INFO:teuthology.orchestra.run.smithi145.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,463 kB] 2022-04-26T02:44:47.022 INFO:teuthology.orchestra.run.smithi145.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [386 kB] 2022-04-26T02:44:47.038 INFO:teuthology.orchestra.run.smithi145.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [709 kB] 2022-04-26T02:44:47.051 INFO:teuthology.orchestra.run.smithi145.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [97.1 kB] 2022-04-26T02:44:47.052 INFO:teuthology.orchestra.run.smithi145.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,015 kB] 2022-04-26T02:44:47.061 INFO:teuthology.orchestra.run.smithi145.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,192 kB] 2022-04-26T02:44:47.319 INFO:teuthology.orchestra.run.smithi145.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2,545 kB] 2022-04-26T02:44:47.434 INFO:teuthology.orchestra.run.smithi145.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [477 kB] 2022-04-26T02:44:47.446 INFO:teuthology.orchestra.run.smithi145.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [734 kB] 2022-04-26T02:44:47.450 INFO:teuthology.orchestra.run.smithi136.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,463 kB] 2022-04-26T02:44:47.464 INFO:teuthology.orchestra.run.smithi145.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [101 kB] 2022-04-26T02:44:47.466 INFO:teuthology.orchestra.run.smithi145.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,806 kB] 2022-04-26T02:44:47.484 INFO:teuthology.orchestra.run.smithi136.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [477 kB] 2022-04-26T02:44:47.496 INFO:teuthology.orchestra.run.smithi136.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [734 kB] 2022-04-26T02:44:47.525 INFO:teuthology.orchestra.run.smithi145.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,606 kB] 2022-04-26T02:44:47.532 INFO:teuthology.orchestra.run.smithi136.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [101 kB] 2022-04-26T02:44:47.535 INFO:teuthology.orchestra.run.smithi136.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,806 kB] 2022-04-26T02:44:47.576 INFO:teuthology.orchestra.run.smithi136.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,606 kB] 2022-04-26T02:44:48.944 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 15.7 MB in 3s (6,102 kB/s) 2022-04-26T02:44:49.179 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 15.7 MB in 3s (5,734 kB/s) 2022-04-26T02:44:50.486 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2022-04-26T02:44:50.535 DEBUG:teuthology.orchestra.run.smithi136:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2022-04-26T02:44:50.619 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2022-04-26T02:44:50.729 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2022-04-26T02:44:50.779 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2022-04-26T02:44:50.863 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2022-04-26T02:44:50.892 INFO:teuthology.orchestra.run.smithi136.stdout:Building dependency tree... 2022-04-26T02:44:50.892 INFO:teuthology.orchestra.run.smithi136.stdout:Reading state information... 2022-04-26T02:44:51.132 INFO:teuthology.orchestra.run.smithi136.stdout:linux-image-generic is already the newest version (4.15.0.176.165). 2022-04-26T02:44:51.133 INFO:teuthology.orchestra.run.smithi136.stdout:linux-image-generic set to manually installed. 2022-04-26T02:44:51.133 INFO:teuthology.orchestra.run.smithi136.stdout:0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2022-04-26T02:44:51.134 DEBUG:teuthology.orchestra.run.smithi136:> dpkg -s linux-image-generic 2022-04-26T02:44:51.135 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2022-04-26T02:44:51.135 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2022-04-26T02:44:51.155 INFO:teuthology.orchestra.run.smithi136.stdout:Package: linux-image-generic 2022-04-26T02:44:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Status: install ok installed 2022-04-26T02:44:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Priority: optional 2022-04-26T02:44:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Section: kernel 2022-04-26T02:44:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Installed-Size: 18 2022-04-26T02:44:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Maintainer: Ubuntu Kernel Team 2022-04-26T02:44:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: amd64 2022-04-26T02:44:51.156 INFO:teuthology.orchestra.run.smithi136.stdout:Source: linux-meta 2022-04-26T02:44:51.157 INFO:teuthology.orchestra.run.smithi136.stdout:Version: 4.15.0.176.165 2022-04-26T02:44:51.157 INFO:teuthology.orchestra.run.smithi136.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.1), zfs-modules (= 0.7.5-1ubuntu16.12) 2022-04-26T02:44:51.157 INFO:teuthology.orchestra.run.smithi136.stdout:Depends: linux-image-4.15.0-176-generic, linux-modules-extra-4.15.0-176-generic, linux-firmware, intel-microcode, amd64-microcode 2022-04-26T02:44:51.157 INFO:teuthology.orchestra.run.smithi136.stdout:Recommends: thermald 2022-04-26T02:44:51.157 INFO:teuthology.orchestra.run.smithi136.stdout:Description: Generic Linux kernel image 2022-04-26T02:44:51.157 INFO:teuthology.orchestra.run.smithi136.stdout: This package will always depend on the latest generic kernel image 2022-04-26T02:44:51.157 INFO:teuthology.orchestra.run.smithi136.stdout: available. 2022-04-26T02:44:51.157 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2022-04-26T02:44:51.158 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-04-26T02:44:51.158 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-04-26T02:44:51.211 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2022-04-26T02:44:51.231 DEBUG:teuthology.parallel:result is None 2022-04-26T02:44:51.372 INFO:teuthology.orchestra.run.smithi145.stdout:linux-image-generic is already the newest version (4.15.0.176.165). 2022-04-26T02:44:51.372 INFO:teuthology.orchestra.run.smithi145.stdout:linux-image-generic set to manually installed. 2022-04-26T02:44:51.373 INFO:teuthology.orchestra.run.smithi145.stdout:0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2022-04-26T02:44:51.374 DEBUG:teuthology.orchestra.run.smithi145:> dpkg -s linux-image-generic 2022-04-26T02:44:51.397 INFO:teuthology.orchestra.run.smithi145.stdout:Package: linux-image-generic 2022-04-26T02:44:51.397 INFO:teuthology.orchestra.run.smithi145.stdout:Status: install ok installed 2022-04-26T02:44:51.397 INFO:teuthology.orchestra.run.smithi145.stdout:Priority: optional 2022-04-26T02:44:51.397 INFO:teuthology.orchestra.run.smithi145.stdout:Section: kernel 2022-04-26T02:44:51.397 INFO:teuthology.orchestra.run.smithi145.stdout:Installed-Size: 18 2022-04-26T02:44:51.398 INFO:teuthology.orchestra.run.smithi145.stdout:Maintainer: Ubuntu Kernel Team 2022-04-26T02:44:51.398 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: amd64 2022-04-26T02:44:51.398 INFO:teuthology.orchestra.run.smithi145.stdout:Source: linux-meta 2022-04-26T02:44:51.398 INFO:teuthology.orchestra.run.smithi145.stdout:Version: 4.15.0.176.165 2022-04-26T02:44:51.399 INFO:teuthology.orchestra.run.smithi145.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.1), zfs-modules (= 0.7.5-1ubuntu16.12) 2022-04-26T02:44:51.399 INFO:teuthology.orchestra.run.smithi145.stdout:Depends: linux-image-4.15.0-176-generic, linux-modules-extra-4.15.0-176-generic, linux-firmware, intel-microcode, amd64-microcode 2022-04-26T02:44:51.399 INFO:teuthology.orchestra.run.smithi145.stdout:Recommends: thermald 2022-04-26T02:44:51.399 INFO:teuthology.orchestra.run.smithi145.stdout:Description: Generic Linux kernel image 2022-04-26T02:44:51.399 INFO:teuthology.orchestra.run.smithi145.stdout: This package will always depend on the latest generic kernel image 2022-04-26T02:44:51.399 INFO:teuthology.orchestra.run.smithi145.stdout: available. 2022-04-26T02:44:51.399 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2022-04-26T02:44:51.400 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2022-04-26T02:44:51.400 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-04-26T02:44:51.453 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2022-04-26T02:44:51.487 DEBUG:teuthology.parallel:result is None 2022-04-26T02:44:51.487 INFO:teuthology.run_tasks:Running task internal.base... 2022-04-26T02:44:51.498 INFO:teuthology.task.internal:Creating test directory... 2022-04-26T02:44:51.498 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-04-26T02:44:51.500 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-04-26T02:44:51.534 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-04-26T02:44:51.549 INFO:teuthology.run_tasks:Running task internal.archive... 2022-04-26T02:44:51.590 INFO:teuthology.task.internal:Creating archive directory... 2022-04-26T02:44:51.591 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-04-26T02:44:51.593 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-04-26T02:44:51.612 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-04-26T02:44:51.633 INFO:teuthology.task.internal:Enabling coredump saving... 2022-04-26T02:44:51.634 DEBUG:teuthology.orchestra.run.smithi136:> 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 2022-04-26T02:44:51.646 DEBUG:teuthology.orchestra.run.smithi145:> 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 2022-04-26T02:44:51.664 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-04-26T02:44:51.671 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-04-26T02:44:51.673 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-04-26T02:44:51.682 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-04-26T02:44:51.684 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-04-26T02:44:51.693 INFO:teuthology.task.internal:Configuring sudo... 2022-04-26T02:44:51.693 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-04-26T02:44:51.718 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-04-26T02:44:51.740 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-04-26T02:44:51.754 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-04-26T02:44:51.754 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-04-26T02:44:51.774 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-04-26T02:44:51.786 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-04-26T02:44:51.827 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-04-26T02:44:51.875 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:44:51.875 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-04-26T02:44:51.943 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-04-26T02:44:51.950 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-04-26T02:44:51.999 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:44:51.999 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-04-26T02:44:52.081 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2022-04-26T02:44:52.083 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2022-04-26T02:44:52.165 INFO:teuthology.run_tasks:Running task internal.timer... 2022-04-26T02:44:52.174 INFO:teuthology.task.internal:Starting timer... 2022-04-26T02:44:52.174 INFO:teuthology.run_tasks:Running task pcp... 2022-04-26T02:44:52.214 INFO:teuthology.run_tasks:Running task selinux... 2022-04-26T02:44:52.245 DEBUG:teuthology.task.selinux:Excluding smithi136: OS 'ubuntu' does not support SELinux 2022-04-26T02:44:52.246 DEBUG:teuthology.task.selinux:Excluding smithi145: OS 'ubuntu' does not support SELinux 2022-04-26T02:44:52.246 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-04-26T02:44:52.246 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-04-26T02:44:52.246 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-04-26T02:44:52.246 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-04-26T02:44:52.283 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated or references a specific commit; assuming it is current 2022-04-26T02:44:52.283 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-04-26T02:44:52.300 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'}]}] 2022-04-26T02:44:52.301 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi136.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-04-26T02:47:38.964 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi136.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2022-04-26T02:47:38.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2022-04-26T02:47:38.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-26T02:47:39.044 DEBUG:teuthology.orchestra.run.smithi136:> true 2022-04-26T02:47:39.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2022-04-26T02:47:39.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-26T02:47:39.242 DEBUG:teuthology.orchestra.run.smithi145:> true 2022-04-26T02:47:39.360 INFO:teuthology.run_tasks:Running task clock... 2022-04-26T02:47:39.378 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-04-26T02:47:39.378 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-04-26T02:47:39.379 DEBUG:teuthology.orchestra.run.smithi136:> 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 2022-04-26T02:47:39.382 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-04-26T02:47:39.382 DEBUG:teuthology.orchestra.run.smithi145:> 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 2022-04-26T02:47:39.435 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: ntpd 4.2.8p10@1.3728-o (1): Starting 2022-04-26T02:47:39.435 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Command line: ntpd -gq 2022-04-26T02:47:39.435 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: proto: precision = 0.092 usec (-23) 2022-04-26T02:47:39.436 INFO:teuthology.orchestra.run.smithi136.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-04-26T02:47:39.436 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-04-26T02:47:39.436 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: restrict ::: KOD does nothing without LIMITED. 2022-04-26T02:47:39.437 INFO:teuthology.orchestra.run.smithi136.stderr:restrict ::: KOD does nothing without LIMITED. 2022-04-26T02:47:39.438 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Listen and drop on 0 v6wildcard [::]:123 2022-04-26T02:47:39.438 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-04-26T02:47:39.438 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Listen normally on 2 lo 127.0.0.1:123 2022-04-26T02:47:39.438 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Listen normally on 3 enp3s0f1 172.21.15.136:123 2022-04-26T02:47:39.438 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Listen normally on 4 lo [::1]:123 2022-04-26T02:47:39.438 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e43%5]:123 2022-04-26T02:47:39.438 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:39 ntpd[9868]: Listening on routing socket on fd #22 for interface updates 2022-04-26T02:47:39.459 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: ntpd 4.2.8p10@1.3728-o (1): Starting 2022-04-26T02:47:39.460 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Command line: ntpd -gq 2022-04-26T02:47:39.461 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: proto: precision = 0.123 usec (-23) 2022-04-26T02:47:39.461 INFO:teuthology.orchestra.run.smithi145.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-04-26T02:47:39.462 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-04-26T02:47:39.462 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: restrict ::: KOD does nothing without LIMITED. 2022-04-26T02:47:39.462 INFO:teuthology.orchestra.run.smithi145.stderr:restrict ::: KOD does nothing without LIMITED. 2022-04-26T02:47:39.463 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Listen and drop on 0 v6wildcard [::]:123 2022-04-26T02:47:39.463 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-04-26T02:47:39.463 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Listen normally on 2 lo 127.0.0.1:123 2022-04-26T02:47:39.463 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Listen normally on 3 enp3s0f1 172.21.15.145:123 2022-04-26T02:47:39.463 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Listen normally on 4 lo [::1]:123 2022-04-26T02:47:39.463 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7791%5]:123 2022-04-26T02:47:39.464 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:39 ntpd[9863]: Listening on routing socket on fd #22 for interface updates 2022-04-26T02:47:40.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:40 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:40.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:40 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:40.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:40 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:40.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:40 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:40.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:40.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:40.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:40.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:40.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:40.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:40.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:40.464 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:40.464 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:40.464 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:40.464 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:40.464 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:40 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:42.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:42.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:42.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:42.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:42.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:42.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:42.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:42.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:42 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:42.461 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:42.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:42.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:42.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:42 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:43.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:43.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:43.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:43.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:43.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:43.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:43.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:43.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:43 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:44.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:44.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:44.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:44.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:44.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:44.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:44.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:44.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:44 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:44.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:44.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:44.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:44.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:44.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:44.463 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:44.464 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:44 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:45.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:45.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:45.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:45.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:45.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:45.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:45.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:45.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:45 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:46.435 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:46 ntpd[9868]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:46.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:46 ntpd[9868]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:46.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:46 ntpd[9868]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:46.436 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:46 ntpd[9868]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:46.436 INFO:teuthology.orchestra.run.smithi136.stdout:26 Apr 02:47:46 ntpd[9868]: ntpd: time set +0.339130 s 2022-04-26T02:47:46.436 INFO:teuthology.orchestra.run.smithi136.stdout:ntpd: time set +0.339130s 2022-04-26T02:47:46.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:46 ntpd[9868]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2022-04-26T02:47:46.437 INFO:teuthology.orchestra.run.smithi136.stderr:26 Apr 02:47:46 ntpd[9868]: can't open /var/log/ntpstats/loopstats.20220426: Permission denied 2022-04-26T02:47:46.461 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:46 ntpd[9863]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-26T02:47:46.461 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:46 ntpd[9863]: can't open /var/log/ntpstats/rawstats.20220426: Permission denied 2022-04-26T02:47:46.461 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:46 ntpd[9863]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-26T02:47:46.461 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:46 ntpd[9863]: can't open /var/log/ntpstats/peerstats.20220426: Permission denied 2022-04-26T02:47:46.461 INFO:teuthology.orchestra.run.smithi145.stdout:26 Apr 02:47:46 ntpd[9863]: ntpd: time set -0.253327 s 2022-04-26T02:47:46.462 INFO:teuthology.orchestra.run.smithi145.stdout:ntpd: time set -0.253327s 2022-04-26T02:47:46.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:46 ntpd[9863]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2022-04-26T02:47:46.462 INFO:teuthology.orchestra.run.smithi145.stderr:26 Apr 02:47:46 ntpd[9863]: can't open /var/log/ntpstats/loopstats.20220426: Permission denied 2022-04-26T02:47:46.491 INFO:teuthology.orchestra.run.smithi136.stdout: remote refid st t when poll reach delay offset jitter 2022-04-26T02:47:46.491 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================== 2022-04-26T02:47:46.491 INFO:teuthology.orchestra.run.smithi136.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.491 INFO:teuthology.orchestra.run.smithi136.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.491 INFO:teuthology.orchestra.run.smithi136.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.491 INFO:teuthology.orchestra.run.smithi136.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.581 INFO:teuthology.orchestra.run.smithi145.stdout: remote refid st t when poll reach delay offset jitter 2022-04-26T02:47:46.582 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================== 2022-04-26T02:47:46.582 INFO:teuthology.orchestra.run.smithi145.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.582 INFO:teuthology.orchestra.run.smithi145.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.582 INFO:teuthology.orchestra.run.smithi145.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.582 INFO:teuthology.orchestra.run.smithi145.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-26T02:47:46.582 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-04-26T02:47:46.594 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-04-26T02:47:46.594 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:47:46.594 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2022-04-26T02:47:46.601 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-04-26T02:47:46.601 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2022-04-26T02:47:46.652 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-04-26T02:47:46.652 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:46.652 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 345 Links: 1 2022-04-26T02:47:46.652 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:46.653 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:47:13.378670794 +0000 2022-04-26T02:47:46.653 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:47:13.262670796 +0000 2022-04-26T02:47:46.653 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:47:13.262670796 +0000 2022-04-26T02:47:46.653 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:47:46.662 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:47:46.663 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:47:46.663 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000419487 s, 1.2 MB/s 2022-04-26T02:47:46.666 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2022-04-26T02:47:46.715 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-04-26T02:47:46.715 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:46.716 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 351 Links: 1 2022-04-26T02:47:46.716 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:46.716 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:47:13.534670790 +0000 2022-04-26T02:47:46.716 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:47:13.530670790 +0000 2022-04-26T02:47:46.716 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:47:13.530670790 +0000 2022-04-26T02:47:46.716 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:47:46.725 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:47:46.725 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:47:46.725 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000343271 s, 1.5 MB/s 2022-04-26T02:47:46.729 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 357 Links: 1 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:47:13.774670785 +0000 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:47:13.770670785 +0000 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:47:13.770670785 +0000 2022-04-26T02:47:46.779 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:47:46.788 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:47:46.788 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:47:46.788 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000272216 s, 1.9 MB/s 2022-04-26T02:47:46.792 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2022-04-26T02:47:46.842 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-04-26T02:47:46.843 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:46.843 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 363 Links: 1 2022-04-26T02:47:46.843 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:46.843 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:47:14.114670777 +0000 2022-04-26T02:47:46.843 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:47:14.010670780 +0000 2022-04-26T02:47:46.843 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:47:14.010670780 +0000 2022-04-26T02:47:46.843 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:47:46.852 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:47:46.852 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:47:46.852 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000284847 s, 1.8 MB/s 2022-04-26T02:47:46.856 DEBUG:teuthology.orchestra.run.smithi136:> 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 2022-04-26T02:47:46.988 INFO:teuthology.orchestra.run.smithi136.stdout:loop 2022-04-26T02:47:46.990 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_1... 2022-04-26T02:47:46.990 DEBUG:teuthology.orchestra.run.smithi136:> 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 2022-04-26T02:47:47.009 INFO:teuthology.orchestra.run.smithi136.stdout:1 2022-04-26T02:47:47.036 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_11 2022-04-26T02:47:47.053 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_2... 2022-04-26T02:47:47.053 DEBUG:teuthology.orchestra.run.smithi136:> 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 2022-04-26T02:47:47.117 INFO:teuthology.orchestra.run.smithi136.stdout:1 2022-04-26T02:47:47.144 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_21 2022-04-26T02:47:47.166 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_3... 2022-04-26T02:47:47.166 DEBUG:teuthology.orchestra.run.smithi136:> 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 2022-04-26T02:47:47.233 INFO:teuthology.orchestra.run.smithi136.stdout:1 2022-04-26T02:47:47.256 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_31 2022-04-26T02:47:47.277 INFO:tasks.nvme_loop:Connecting nvme_loop smithi136:/dev/vg_nvme/lv_4... 2022-04-26T02:47:47.278 DEBUG:teuthology.orchestra.run.smithi136:> 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 2022-04-26T02:47:47.346 INFO:teuthology.orchestra.run.smithi136.stdout:1 2022-04-26T02:47:47.367 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/vg_nvme/lv_41 2022-04-26T02:47:47.385 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:47:47.386 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2022-04-26T02:47:47.436 DEBUG:teuthology.orchestra.run.smithi136:> sudo nvme list 2022-04-26T02:47:47.490 INFO:teuthology.orchestra.run.smithi136.stdout:Node SN Model Namespace Usage Format FW Rev 2022-04-26T02:47:47.490 INFO:teuthology.orchestra.run.smithi136.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-04-26T02:47:47.490 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme0n1 CVPD514100122P0SGN INTEL SSDPEDMX020T4 1 2.00 TB / 2.00 TB 512 B + 0 B 8DV10171 2022-04-26T02:47:47.491 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme1n1 7516c2823f126ad6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:47.491 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme2n1 868b3d40d62a3741 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:47.491 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme3n1 f195fc332b95910b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:47.491 INFO:teuthology.orchestra.run.smithi136.stdout:/dev/nvme4n1 3fca0b349934919f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:47.492 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-04-26T02:47:47.492 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:47:47.492 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/scratch_devs 2022-04-26T02:47:47.548 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:47:47.548 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2022-04-26T02:47:47.556 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-04-26T02:47:47.556 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2022-04-26T02:47:47.603 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-04-26T02:47:47.638 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:47.641 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 346 Links: 1 2022-04-26T02:47:47.641 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:47.641 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:47:13.978655886 +0000 2022-04-26T02:47:47.642 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:47:13.874655889 +0000 2022-04-26T02:47:47.642 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:47:13.874655889 +0000 2022-04-26T02:47:47.642 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:47:47.643 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:47:47.643 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:47:47.644 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000301661 s, 1.7 MB/s 2022-04-26T02:47:47.645 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2022-04-26T02:47:47.691 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-04-26T02:47:47.691 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:47.692 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 352 Links: 1 2022-04-26T02:47:47.692 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:47.692 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:47:14.242655880 +0000 2022-04-26T02:47:47.692 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:47:14.122655883 +0000 2022-04-26T02:47:47.692 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:47:14.122655883 +0000 2022-04-26T02:47:47.692 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:47:47.700 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:47:47.700 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:47:47.700 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000284597 s, 1.8 MB/s 2022-04-26T02:47:47.704 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2022-04-26T02:47:47.751 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-04-26T02:47:47.751 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:47.751 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 358 Links: 1 2022-04-26T02:47:47.751 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:47.751 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:47:14.498655875 +0000 2022-04-26T02:47:47.752 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:47:14.386655877 +0000 2022-04-26T02:47:47.752 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:47:14.386655877 +0000 2022-04-26T02:47:47.752 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:47:47.760 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:47:47.761 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:47:47.761 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.00034348 s, 1.5 MB/s 2022-04-26T02:47:47.765 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 364 Links: 1 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:47:14.734655869 +0000 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:47:14.626655872 +0000 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:47:14.626655872 +0000 2022-04-26T02:47:47.815 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:47:47.824 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:47:47.824 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:47:47.825 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.00040091 s, 1.3 MB/s 2022-04-26T02:47:47.829 DEBUG:teuthology.orchestra.run.smithi145:> 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 2022-04-26T02:47:48.258 INFO:teuthology.orchestra.run.smithi145.stdout:loop 2022-04-26T02:47:48.259 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2022-04-26T02:47:48.260 DEBUG:teuthology.orchestra.run.smithi145:> 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 2022-04-26T02:47:48.277 INFO:teuthology.orchestra.run.smithi145.stdout:1 2022-04-26T02:47:48.303 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_11 2022-04-26T02:47:48.322 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2022-04-26T02:47:48.322 DEBUG:teuthology.orchestra.run.smithi145:> 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 2022-04-26T02:47:48.385 INFO:teuthology.orchestra.run.smithi145.stdout:1 2022-04-26T02:47:48.409 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_21 2022-04-26T02:47:48.430 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2022-04-26T02:47:48.430 DEBUG:teuthology.orchestra.run.smithi145:> 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 2022-04-26T02:47:48.499 INFO:teuthology.orchestra.run.smithi145.stdout:1 2022-04-26T02:47:48.522 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_31 2022-04-26T02:47:48.543 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2022-04-26T02:47:48.543 DEBUG:teuthology.orchestra.run.smithi145:> 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 2022-04-26T02:47:48.609 INFO:teuthology.orchestra.run.smithi145.stdout:1 2022-04-26T02:47:48.634 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_41 2022-04-26T02:47:48.655 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:47:48.655 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2022-04-26T02:47:48.703 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme list 2022-04-26T02:47:48.758 INFO:teuthology.orchestra.run.smithi145.stdout:Node SN Model Namespace Usage Format FW Rev 2022-04-26T02:47:48.758 INFO:teuthology.orchestra.run.smithi145.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-04-26T02:47:48.758 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme0n1 PHFT620500N9400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2022-04-26T02:47:48.758 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme1n1 8753c43008062369 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:48.758 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme2n1 e2ac6e4f0d5e7a11 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:48.759 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme3n1 005cb60215443185 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:48.759 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme4n1 33755625a85cc202 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-1 2022-04-26T02:47:48.760 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-04-26T02:47:48.760 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:47:48.760 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2022-04-26T02:47:48.815 INFO:teuthology.run_tasks:Running task cephadm... 2022-04-26T02:47:48.926 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'aa0c7084d7c33fa13e629854baf24f102c2ea55d'} 2022-04-26T02:47:48.926 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d 2022-04-26T02:47:48.927 INFO:tasks.cephadm:Cluster fsid is 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:47:48.927 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2022-04-26T02:47:48.927 INFO:tasks.cephadm:No mon roles; fabricating mons 2022-04-26T02:47:48.927 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi136': '172.21.15.136', 'mon.smithi145': '172.21.15.145'} 2022-04-26T02:47:48.928 INFO:tasks.cephadm:Normalizing hostnames... 2022-04-26T02:47:48.928 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2022-04-26T02:47:48.943 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2022-04-26T02:47:48.959 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref aa0c7084d7c33fa13e629854baf24f102c2ea55d)... 2022-04-26T02:47:48.960 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/aa0c7084d7c33fa13e629854baf24f102c2ea55d/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2022-04-26T02:47:49.160 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-rw-r-- 1 ubuntu ubuntu 336708 Apr 26 02:47 /home/ubuntu/cephtest/cephadm 2022-04-26T02:47:49.160 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/aa0c7084d7c33fa13e629854baf24f102c2ea55d/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2022-04-26T02:47:49.360 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r-- 1 ubuntu ubuntu 336708 Apr 26 02:47 /home/ubuntu/cephtest/cephadm 2022-04-26T02:47:49.360 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2022-04-26T02:47:49.369 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2022-04-26T02:47:49.389 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2022-04-26T02:47:49.427 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2022-04-26T02:47:49.443 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2022-04-26T02:47:49.483 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2022-04-26T02:47:49.498 INFO:tasks.cephadm:Writing seed config... 2022-04-26T02:47:49.499 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2022-04-26T02:47:49.499 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2022-04-26T02:47:49.499 INFO:tasks.cephadm: override: [mon] debug mon = 20 2022-04-26T02:47:49.499 INFO:tasks.cephadm: override: [mon] debug ms = 1 2022-04-26T02:47:49.500 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2022-04-26T02:47:49.500 INFO:tasks.cephadm: override: [osd] debug ms = 1 2022-04-26T02:47:49.500 INFO:tasks.cephadm: override: [osd] debug osd = 20 2022-04-26T02:47:49.500 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2022-04-26T02:47:49.500 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:47:49.501 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2022-04-26T02:47:49.530 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = 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 ruleset-failure-domain=osd 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 = 424c9d1a-c50b-11ec-8c39-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 2022-04-26T02:47:49.531 DEBUG:teuthology.orchestra.run.smithi136:mon.smithi136> sudo journalctl -f -n 0 -u ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mon.smithi136.service 2022-04-26T02:47:49.574 INFO:tasks.cephadm:Bootstrapping... 2022-04-26T02:47:49.574 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d -v bootstrap --fsid 424c9d1a-c50b-11ec-8c39-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.136 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2022-04-26T02:47:49.634 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:-- Logs begin at Sun 2022-04-24 12:19:44 UTC. -- 2022-04-26T02:47:49.935 INFO:teuthology.orchestra.run.smithi136.stderr:-------------------------------------------------------------------------------- 2022-04-26T02:47:49.935 INFO:teuthology.orchestra.run.smithi136.stderr:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d', '-v', 'bootstrap', '--fsid', '424c9d1a-c50b-11ec-8c39-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.136', '--skip-admin-label'] 2022-04-26T02:47:49.938 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying podman|docker is present... 2022-04-26T02:47:49.938 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying lvm2 is present... 2022-04-26T02:47:49.938 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying time synchronization is in place... 2022-04-26T02:47:49.944 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2022-04-26T02:47:49.953 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:49.960 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2022-04-26T02:47:49.969 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:49.977 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: enabled 2022-04-26T02:47:49.986 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:49.995 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2022-04-26T02:47:50.002 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:50.010 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: enabled 2022-04-26T02:47:50.019 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: active 2022-04-26T02:47:50.020 INFO:teuthology.orchestra.run.smithi136.stderr:Unit ntp.service is enabled and running 2022-04-26T02:47:50.020 INFO:teuthology.orchestra.run.smithi136.stderr:Repeating the final host check... 2022-04-26T02:47:50.020 INFO:teuthology.orchestra.run.smithi136.stderr:docker (/usr/bin/docker) is present 2022-04-26T02:47:50.020 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl is present 2022-04-26T02:47:50.021 INFO:teuthology.orchestra.run.smithi136.stderr:lvcreate is present 2022-04-26T02:47:50.028 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2022-04-26T02:47:50.037 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:50.045 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2022-04-26T02:47:50.052 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:50.059 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: enabled 2022-04-26T02:47:50.096 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:50.096 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2022-04-26T02:47:50.096 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: inactive 2022-04-26T02:47:50.096 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: enabled 2022-04-26T02:47:50.101 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: active 2022-04-26T02:47:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:Unit ntp.service is enabled and running 2022-04-26T02:47:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:Host looks OK 2022-04-26T02:47:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:Cluster fsid: 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:47:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:Acquiring lock 140081949572120 on /run/cephadm/424c9d1a-c50b-11ec-8c39-001a4aab830c.lock 2022-04-26T02:47:50.103 INFO:teuthology.orchestra.run.smithi136.stderr:Lock 140081949572120 acquired on /run/cephadm/424c9d1a-c50b-11ec-8c39-001a4aab830c.lock 2022-04-26T02:47:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying IP 172.21.15.136 port 3300 ... 2022-04-26T02:47:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying IP 172.21.15.136 port 6789 ... 2022-04-26T02:47:50.104 INFO:teuthology.orchestra.run.smithi136.stderr:Base mon IP(s) is [172.21.15.136:3300, 172.21.15.136:6789], mon addrv is [v2:172.21.15.136:3300,v1:172.21.15.136:6789] 2022-04-26T02:47:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2022-04-26T02:47:50.110 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2022-04-26T02:47:50.111 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.136 2022-04-26T02:47:50.115 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2022-04-26T02:47:50.115 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1779sec hoplimit 64 pref medium 2022-04-26T02:47:50.119 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2022-04-26T02:47:50.119 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: inet6 ::1/128 scope host 2022-04-26T02:47:50.119 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2022-04-26T02:47:50.119 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2022-04-26T02:47:50.119 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6e43/64 scope link 2022-04-26T02:47:50.119 INFO:teuthology.orchestra.run.smithi136.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2022-04-26T02:47:50.120 INFO:teuthology.orchestra.run.smithi136.stderr:Mon IP `172.21.15.136` is in CIDR network `172.21.0.0/20` 2022-04-26T02:47:50.120 INFO:teuthology.orchestra.run.smithi136.stderr:Mon IP `172.21.15.136` is in CIDR network `172.21.0.0/20` 2022-04-26T02:47:50.120 INFO:teuthology.orchestra.run.smithi136.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2022-04-26T02:47:50.121 INFO:teuthology.orchestra.run.smithi136.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2022-04-26T02:47:50.121 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d... 2022-04-26T02:47:51.256 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: aa0c7084d7c33fa13e629854baf24f102c2ea55d: Pulling from ceph-ci/ceph 2022-04-26T02:47:51.256 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: f0a2109a2528: Pulling fs layer 2022-04-26T02:47:51.256 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 9f45cf1cd9f2: Pulling fs layer 2022-04-26T02:47:51.256 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: bfd1401568a8: Pulling fs layer 2022-04-26T02:47:51.257 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: fee18ea417d6: Pulling fs layer 2022-04-26T02:47:51.257 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 590a9d6e7836: Pulling fs layer 2022-04-26T02:47:51.257 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: fee18ea417d6: Waiting 2022-04-26T02:47:51.258 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 590a9d6e7836: Waiting 2022-04-26T02:47:51.295 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 9f45cf1cd9f2: Verifying Checksum 2022-04-26T02:47:51.295 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 9f45cf1cd9f2: Download complete 2022-04-26T02:47:51.954 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: bfd1401568a8: Download complete 2022-04-26T02:47:53.168 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: f0a2109a2528: Verifying Checksum 2022-04-26T02:47:53.168 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: f0a2109a2528: Download complete 2022-04-26T02:47:53.249 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: fee18ea417d6: Verifying Checksum 2022-04-26T02:47:53.257 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: fee18ea417d6: Download complete 2022-04-26T02:47:55.867 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 590a9d6e7836: Verifying Checksum 2022-04-26T02:47:55.867 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 590a9d6e7836: Download complete 2022-04-26T02:47:56.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: f0a2109a2528: Pull complete 2022-04-26T02:47:56.820 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 9f45cf1cd9f2: Pull complete 2022-04-26T02:47:57.389 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: bfd1401568a8: Pull complete 2022-04-26T02:47:59.172 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: fee18ea417d6: Pull complete 2022-04-26T02:48:08.975 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: 590a9d6e7836: Pull complete 2022-04-26T02:48:09.075 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: Digest: sha256:fa4727cd897fd87e19b632487773bf4b98409c326564c5c8c2276af11d0b4c72 2022-04-26T02:48:09.125 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: Status: Downloaded newer image for quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d 2022-04-26T02:48:09.143 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/docker: quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d 2022-04-26T02:48:19.617 INFO:teuthology.orchestra.run.smithi136.stderr:ceph: ceph version 16.2.7-927-gaa0c7084 (aa0c7084d7c33fa13e629854baf24f102c2ea55d) pacific (stable) 2022-04-26T02:48:20.166 INFO:teuthology.orchestra.run.smithi136.stderr:Ceph version: ceph version 16.2.7-927-gaa0c7084 (aa0c7084d7c33fa13e629854baf24f102c2ea55d) pacific (stable) 2022-04-26T02:48:20.166 INFO:teuthology.orchestra.run.smithi136.stderr:Extracting ceph user uid/gid from container image... 2022-04-26T02:48:21.210 INFO:teuthology.orchestra.run.smithi136.stderr:stat: 167 167 2022-04-26T02:48:21.705 INFO:teuthology.orchestra.run.smithi136.stderr:Creating initial keys... 2022-04-26T02:48:22.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-authtool: AQB2XWdiMvKCKxAALPyo99t5xiaVUa0vt8HKLg== 2022-04-26T02:48:24.200 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-authtool: AQB4XWdi7JQSDBAABynayuRune68uq0JNLUJWA== 2022-04-26T02:48:25.683 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-authtool: AQB5XWdikz7rKBAAnFeilpKi1+1JqGX/EkhC0A== 2022-04-26T02:48:26.211 INFO:teuthology.orchestra.run.smithi136.stderr:Creating initial monmap... 2022-04-26T02:48:27.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2022-04-26T02:48:27.109 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:27.110 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2022-04-26T02:48:27.597 INFO:teuthology.orchestra.run.smithi136.stderr:monmaptool for smithi136 [v2:172.21.15.136:3300,v1:172.21.15.136:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2022-04-26T02:48:27.597 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: set fsid to 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:27.598 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2022-04-26T02:48:27.598 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:48:27.598 INFO:teuthology.orchestra.run.smithi136.stderr:Creating mon... 2022-04-26T02:48:28.610 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 0 set uid:gid to 167:167 (ceph:ceph) 2022-04-26T02:48:28.700 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 1 imported monmap: 2022-04-26T02:48:28.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: epoch 0 2022-04-26T02:48:28.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:28.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: last_changed 2022-04-26T02:48:27.111901+0000 2022-04-26T02:48:28.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: created 2022-04-26T02:48:27.111901+0000 2022-04-26T02:48:28.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: election_strategy: 1 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.smithi136 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 0 /usr/bin/ceph-mon: set fsid to 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: RocksDB version: 6.8.1 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Compile date Apr 22 2022 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: DB SUMMARY 2022-04-26T02:48:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi136/store.db dir, Total Num: 0, files: 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi136/store.db: 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.error_if_exists: 0 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.create_if_missing: 1 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.paranoid_checks: 1 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.env: 0x562979adc000 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.fs: Posix File System 2022-04-26T02:48:28.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.info_log: 0x56297b283300 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_file_opening_threads: 16 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.statistics: (nil) 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.use_fsync: 0 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_log_file_size: 0 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.log_file_time_to_roll: 0 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.keep_log_file_num: 1000 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.recycle_log_file_num: 0 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.allow_fallocate: 1 2022-04-26T02:48:28.722 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.allow_mmap_reads: 0 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.allow_mmap_writes: 0 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.use_direct_reads: 0 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.create_missing_column_families: 0 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.db_log_dir: 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi136/store.db 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.table_cache_numshardbits: 6 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_subcompactions: 1 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_background_flushes: -1 2022-04-26T02:48:28.723 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.advise_random_on_open: 1 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.db_write_buffer_size: 0 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.write_buffer_manager: 0x56297b28b680 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2022-04-26T02:48:28.724 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.use_adaptive_mutex: 0 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.rate_limiter: (nil) 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.wal_recovery_mode: 2 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.enable_thread_tracking: 0 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.enable_pipelined_write: 0 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.unordered_write: 0 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2022-04-26T02:48:28.725 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.row_cache: None 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.wal_filter: None 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.allow_ingest_behind: 0 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.preserve_deletes: 0 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.two_write_queues: 0 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.manual_wal_flush: 0 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.atomic_flush: 0 2022-04-26T02:48:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.persist_stats_to_disk: 0 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.log_readahead_size: 0 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_background_jobs: 2 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_background_compactions: -1 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.delayed_write_rate : 16777216 2022-04-26T02:48:28.727 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_total_wal_size: 0 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.stats_dump_period_sec: 600 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.stats_persist_period_sec: 600 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.max_open_files: -1 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.bytes_per_sync: 0 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Options.compaction_readahead_size: 0 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Compression algorithms supported: 2022-04-26T02:48:28.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kZSTD supported: 0 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kXpressCompression supported: 0 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kLZ4HCCompression supported: 1 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kLZ4Compression supported: 1 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kBZip2Compression supported: 0 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kZlibCompression supported: 1 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: kSnappyCompression supported: 1 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.610+0000 7f3316f9f880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2022-04-26T02:48:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000001 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.merge_operator: 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_filter: None 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_filter_factory: None 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2022-04-26T02:48:28.730 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.table_factory: BlockBasedTable 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56297b199d20) 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: index_type: 0 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: index_shortening: 1 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2022-04-26T02:48:28.731 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: checksum: 1 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache: 0x56297b1d0d10 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache_options: 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: capacity : 536870912 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2022-04-26T02:48:28.732 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_size: 4096 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: partition_filters: 0 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2022-04-26T02:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: verify_compression: 0 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: format_version: 2 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: block_align: 0 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.write_buffer_size: 33554432 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_write_buffer_number: 2 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compression: NoCompression 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bottommost_compression: Disabled 2022-04-26T02:48:28.734 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.prefix_extractor: nullptr 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.num_levels: 7 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2022-04-26T02:48:28.735 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compression_opts.window_bits: -14 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compression_opts.level: 32767 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compression_opts.strategy: 0 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compression_opts.enabled: false 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2022-04-26T02:48:28.736 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.target_file_size_base: 67108864 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.target_file_size_multiplier: 1 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2022-04-26T02:48:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.arena_block_size: 4194304 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.disable_auto_compactions: 0 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2022-04-26T02:48:28.738 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.table_properties_collectors: 2022-04-26T02:48:28.739 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.inplace_update_support: 0 2022-04-26T02:48:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2022-04-26T02:48:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2022-04-26T02:48:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2022-04-26T02:48:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.memtable_huge_page_size: 0 2022-04-26T02:48:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.bloom_locality: 0 2022-04-26T02:48:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.max_successive_merges: 0 2022-04-26T02:48:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.paranoid_file_checks: 0 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.force_consistency_checks: 0 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.report_bg_io_stats: 0 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.ttl: 2592000 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi136/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 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3316f9f880 4 rocksdb: DB pointer 0x56297b299800 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3300052700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.614+0000 7f3300052700 4 rocksdb: [db_impl/db_impl.cc:851] 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2022-04-26T02:48:28.742 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.743 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.744 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2022-04-26T02:48:28.745 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:28.746 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 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 2022-04-26T02:48:28.747 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.747 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2022-04-26T02:48:28.747 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: 2022-04-26T02:48:28.747 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.618+0000 7f3316f9f880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2022-04-26T02:48:28.747 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.618+0000 7f3316f9f880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2022-04-26T02:48:28.747 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph-mon: debug 2022-04-26T02:48:28.618+0000 7f3316f9f880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi136 for mon.smithi136 2022-04-26T02:48:29.118 INFO:teuthology.orchestra.run.smithi136.stderr:create mon.smithi136 on 2022-04-26T02:48:29.263 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2022-04-26T02:48:29.401 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c.target -> /etc/systemd/system/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c.target. 2022-04-26T02:48:29.402 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c.target -> /etc/systemd/system/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c.target. 2022-04-26T02:48:29.664 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to reset failed state of unit ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mon.smithi136.service: Unit ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mon.smithi136.service is not loaded. 2022-04-26T02:48:29.670 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c.target.wants/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mon.smithi136.service -> /etc/systemd/system/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@.service. 2022-04-26T02:48:29.811 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld does not appear to be present 2022-04-26T02:48:29.811 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to enable service . firewalld.service is not available 2022-04-26T02:48:29.812 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mon to start... 2022-04-26T02:48:29.812 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mon... 2022-04-26T02:48:30.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:29 smithi136 systemd[1]: Started Ceph mon.smithi136 for 424c9d1a-c50b-11ec-8c39-001a4aab830c. 2022-04-26T02:48:31.499 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: cluster: 2022-04-26T02:48:31.499 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: id: 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:31.499 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: health: HEALTH_OK 2022-04-26T02:48:31.499 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: services: 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi136 (age 0.259373s) 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mgr: no daemons active 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: data: 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2022-04-26T02:48:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2022-04-26T02:48:31.501 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: pgs: 2022-04-26T02:48:31.501 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:31.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:31 smithi136 bash[11123]: cluster 2022-04-26T02:48:31.245976+0000 mon.smithi136 (mon.0) 0 : [INF] mkfs 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:31.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:31 smithi136 bash[11123]: cluster 2022-04-26T02:48:31.232301+0000 mon.smithi136 (mon.0) 1 : cluster [INF] mon.smithi136 is new leader, mons smithi136 in quorum (ranks 0) 2022-04-26T02:48:32.081 INFO:teuthology.orchestra.run.smithi136.stderr:mon is available 2022-04-26T02:48:32.082 INFO:teuthology.orchestra.run.smithi136.stderr:Assimilating anything we can from ceph.conf... 2022-04-26T02:48:32.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:32 smithi136 bash[11123]: cluster 2022-04-26T02:48:31.241123+0000 mon.smithi136 (mon.0) 2 : cluster [INF] mon.smithi136 is new leader, mons smithi136 in quorum (ranks 0) 2022-04-26T02:48:32.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:32 smithi136 bash[11123]: cluster 2022-04-26T02:48:31.242975+0000 mon.smithi136 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} 2022-04-26T02:48:32.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:32 smithi136 bash[11123]: cluster 2022-04-26T02:48:31.249596+0000 mon.smithi136 (mon.0) 4 : cluster [DBG] fsmap 2022-04-26T02:48:32.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:32 smithi136 bash[11123]: cluster 2022-04-26T02:48:31.258988+0000 mon.smithi136 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2022-04-26T02:48:32.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:32 smithi136 bash[11123]: cluster 2022-04-26T02:48:31.259904+0000 mon.smithi136 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2022-04-26T02:48:32.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:32 smithi136 bash[11123]: audit 2022-04-26T02:48:31.500409+0000 mon.smithi136 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.136:0/3814455420' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2022-04-26T02:48:33.334 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:33.334 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [global] 2022-04-26T02:48:33.335 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: fsid = 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:33.335 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.136:3300,v1:172.21.15.136:6789] 2022-04-26T02:48:33.336 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2022-04-26T02:48:33.336 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2022-04-26T02:48:33.336 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [mgr] 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [osd] 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2022-04-26T02:48:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2022-04-26T02:48:33.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:33 smithi136 bash[11123]: audit 2022-04-26T02:48:33.331364+0000 mon.smithi136 (mon.0) 8 : audit [INF] from='client.? 172.21.15.136:0/735773310' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2022-04-26T02:48:33.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:33 smithi136 bash[11123]: audit 2022-04-26T02:48:33.336818+0000 mon.smithi136 (mon.0) 9 : audit [INF] from='client.? 172.21.15.136:0/735773310' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2022-04-26T02:48:33.862 INFO:teuthology.orchestra.run.smithi136.stderr:Generating new minimal ceph.conf... 2022-04-26T02:48:35.544 INFO:teuthology.orchestra.run.smithi136.stderr:Restarting the monitor... 2022-04-26T02:48:35.593 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:35 smithi136 bash[11123]: audit 2022-04-26T02:48:35.045276+0000 mon.smithi136 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.136:0/1232460746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:48:35.803 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:35 smithi136 systemd[1]: Stopping Ceph mon.smithi136 for 424c9d1a-c50b-11ec-8c39-001a4aab830c... 2022-04-26T02:48:35.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:35 smithi136 bash[11669]: Error response from daemon: No such container: ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c-mon.smithi136 2022-04-26T02:48:35.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:35 smithi136 bash[11123]: debug 2022-04-26T02:48:35.706+0000 7ff898e0b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi136 -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 2022-04-26T02:48:35.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:35 smithi136 bash[11123]: debug 2022-04-26T02:48:35.706+0000 7ff898e0b700 -1 mon.smithi136@0(leader) e1 *** Got Signal Terminated *** 2022-04-26T02:48:36.372 INFO:teuthology.orchestra.run.smithi136.stderr:Setting mon public_network to 172.21.0.0/20 2022-04-26T02:48:36.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:36 smithi136 bash[11669]: ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c-mon-smithi136 2022-04-26T02:48:36.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:36 smithi136 bash[11669]: Error response from daemon: No such container: ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c-mon.smithi136 2022-04-26T02:48:36.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:36 smithi136 systemd[1]: Stopped Ceph mon.smithi136 for 424c9d1a-c50b-11ec-8c39-001a4aab830c. 2022-04-26T02:48:36.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:36 smithi136 systemd[1]: Started Ceph mon.smithi136 for 424c9d1a-c50b-11ec-8c39-001a4aab830c. 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.626+0000 7f83c48b1880 0 set uid:gid to 167:167 (ceph:ceph) 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.626+0000 7f83c48b1880 0 ceph version 16.2.7-927-gaa0c7084 (aa0c7084d7c33fa13e629854baf24f102c2ea55d) pacific (stable), process ceph-mon, pid 7 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.626+0000 7f83c48b1880 0 pidfile_write: ignore empty --pid-file 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 0 load: jerasure load: lrc load: isa 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: RocksDB version: 6.8.1 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Compile date Apr 22 2022 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: DB SUMMARY 2022-04-26T02:48:37.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: CURRENT file: CURRENT 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: IDENTITY file: IDENTITY 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi136/store.db dir, Total Num: 1, files: 000004.sst 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi136/store.db: 000006.log size: 86173 ; 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.error_if_exists: 0 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.create_if_missing: 0 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.paranoid_checks: 1 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.env: 0x562b76950000 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.fs: Posix File System 2022-04-26T02:48:37.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.info_log: 0x562b77608780 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_file_opening_threads: 16 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.statistics: (nil) 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.use_fsync: 0 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_log_file_size: 0 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.log_file_time_to_roll: 0 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.keep_log_file_num: 1000 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.recycle_log_file_num: 0 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.allow_fallocate: 1 2022-04-26T02:48:37.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.allow_mmap_reads: 0 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.allow_mmap_writes: 0 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.use_direct_reads: 0 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.create_missing_column_families: 0 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.db_log_dir: 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi136/store.db 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.table_cache_numshardbits: 6 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_subcompactions: 1 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_background_flushes: -1 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.WAL_ttl_seconds: 0 2022-04-26T02:48:37.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.WAL_size_limit_MB: 0 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.is_fd_close_on_exec: 1 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.advise_random_on_open: 1 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.db_write_buffer_size: 0 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.write_buffer_manager: 0x562b78308120 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2022-04-26T02:48:37.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.use_adaptive_mutex: 0 2022-04-26T02:48:37.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.rate_limiter: (nil) 2022-04-26T02:48:37.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2022-04-26T02:48:37.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.wal_recovery_mode: 2 2022-04-26T02:48:37.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.enable_thread_tracking: 0 2022-04-26T02:48:37.713 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.enable_pipelined_write: 0 2022-04-26T02:48:37.713 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.unordered_write: 0 2022-04-26T02:48:37.713 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.row_cache: None 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.wal_filter: None 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.allow_ingest_behind: 0 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.preserve_deletes: 0 2022-04-26T02:48:37.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.two_write_queues: 0 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.manual_wal_flush: 0 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.atomic_flush: 0 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.persist_stats_to_disk: 0 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.write_dbid_to_manifest: 0 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.log_readahead_size: 0 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2022-04-26T02:48:37.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_background_jobs: 2 2022-04-26T02:48:37.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_background_compactions: -1 2022-04-26T02:48:37.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2022-04-26T02:48:37.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2022-04-26T02:48:37.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.delayed_write_rate : 16777216 2022-04-26T02:48:37.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_total_wal_size: 0 2022-04-26T02:48:37.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2022-04-26T02:48:37.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.stats_dump_period_sec: 600 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.stats_persist_period_sec: 600 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_open_files: -1 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bytes_per_sync: 0 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.wal_bytes_per_sync: 0 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.strict_bytes_per_sync: 0 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_readahead_size: 0 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Compression algorithms supported: 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kZSTD supported: 0 2022-04-26T02:48:37.717 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kXpressCompression supported: 0 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kLZ4HCCompression supported: 1 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kLZ4Compression supported: 1 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kBZip2Compression supported: 0 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kZlibCompression supported: 1 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: kSnappyCompression supported: 1 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Fast CRC32 supported: Supported on x86 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000005 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2022-04-26T02:48:37.718 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.merge_operator: 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_filter: None 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_filter_factory: None 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.memtable_factory: SkipListFactory 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.table_factory: BlockBasedTable 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562b775abd10) 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: cache_index_and_filter_blocks: 1 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: cache_index_and_filter_blocks_with_high_priority: 0 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: pin_l0_filter_and_index_blocks_in_cache: 0 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: pin_top_level_index_and_filter: 1 2022-04-26T02:48:37.719 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: index_type: 0 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: data_block_index_type: 0 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: index_shortening: 1 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: data_block_hash_table_util_ratio: 0.750000 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: hash_index_allow_collision: 1 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: checksum: 1 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: no_block_cache: 0 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_cache: 0x562b775e2f10 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_cache_name: BinnedLRUCache 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_cache_options: 2022-04-26T02:48:37.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: capacity : 536870912 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: num_shard_bits : 4 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: strict_capacity_limit : 0 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: high_pri_pool_ratio: 0.000 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_cache_compressed: (nil) 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: persistent_cache: (nil) 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_size: 4096 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_size_deviation: 10 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_restart_interval: 16 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: index_block_restart_interval: 1 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: metadata_block_size: 4096 2022-04-26T02:48:37.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: partition_filters: 0 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: use_delta_encoding: 1 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: filter_policy: rocksdb.BuiltinBloomFilter 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: whole_key_filtering: 1 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: verify_compression: 0 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: read_amp_bytes_per_bit: 0 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: format_version: 2 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: enable_index_compression: 1 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: block_align: 0 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.write_buffer_size: 33554432 2022-04-26T02:48:37.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_write_buffer_number: 2 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compression: NoCompression 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bottommost_compression: Disabled 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.prefix_extractor: nullptr 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.num_levels: 7 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2022-04-26T02:48:37.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compression_opts.window_bits: -14 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compression_opts.level: 32767 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compression_opts.strategy: 0 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compression_opts.enabled: false 2022-04-26T02:48:37.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.target_file_size_base: 67108864 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.target_file_size_multiplier: 1 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2022-04-26T02:48:37.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.arena_block_size: 4194304 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2022-04-26T02:48:37.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.disable_auto_compactions: 0 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2022-04-26T02:48:37.727 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.table_properties_collectors: 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.inplace_update_support: 0 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.inplace_update_num_locks: 10000 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.memtable_huge_page_size: 0 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.bloom_locality: 0 2022-04-26T02:48:37.728 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.max_successive_merges: 0 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.optimize_filters_for_hits: 0 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.paranoid_file_checks: 0 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.force_consistency_checks: 0 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.report_bg_io_stats: 0 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.ttl: 2592000 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.630+0000 7f83c48b1880 4 rocksdb: Options.periodic_compaction_seconds: 0 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.634+0000 7f83c48b1880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.634+0000 7f83c48b1880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.634+0000 7f83c48b1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1650941317636894, "job": 1, "event": "recovery_started", "log_files": [6]} 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.634+0000 7f83c48b1880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2022-04-26T02:48:37.729 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.634+0000 7f83c48b1880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.634+0000 7f83c48b1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1650941317639120, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83011, "table_properties": {"data_size": 81281, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 75825, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 198, "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": 1650941317, "oldest_key_time": 3, "file_creation_time": 0}} 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.634+0000 7f83c48b1880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.638+0000 7f83c48b1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1650941317640278, "job": 1, "event": "recovery_finished"} 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.638+0000 7f83c48b1880 4 rocksdb: DB pointer 0x562b776ab800 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.638+0000 7f83ab8e3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.638+0000 7f83ab8e3700 4 rocksdb: [db_impl/db_impl.cc:851] 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ** DB Stats ** 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2022-04-26T02:48:37.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ** Compaction Stats [default] ** 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:37.731 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: L0 2/0 82.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.6 0.00 0.00 1 0.001 0 0 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Sum 2/0 82.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.6 0.00 0.00 1 0.001 0 0 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.6 0.00 0.00 1 0.001 0 0 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ** Compaction Stats [default] ** 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 57.6 0.00 0.00 1 0.001 0 0 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Flush(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:37.732 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(Total Files): cumulative 0, interval 0 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(L0 Files): cumulative 0, interval 0 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(Keys): cumulative 0, interval 0 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Cumulative compaction: 0.00 GB write, 10.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Interval compaction: 0.00 GB write, 10.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ** File Read Latency Histogram By Level [default] ** 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ** Compaction Stats [default] ** 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: L0 2/0 82.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.6 0.00 0.00 1 0.001 0 0 2022-04-26T02:48:37.733 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Sum 2/0 82.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.6 0.00 0.00 1 0.001 0 0 2022-04-26T02:48:37.734 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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 2022-04-26T02:48:37.734 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ** Compaction Stats [default] ** 2022-04-26T02:48:37.734 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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 2022-04-26T02:48:37.734 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:48:37.734 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 57.6 0.00 0.00 1 0.001 0 0 2022-04-26T02:48:37.734 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:48:37.734 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Flush(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(GB): cumulative 0.000, interval 0.000 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(Total Files): cumulative 0, interval 0 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(L0 Files): cumulative 0, interval 0 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: AddFile(Keys): cumulative 0, interval 0 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Cumulative compaction: 0.00 GB write, 10.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: ** File Read Latency Histogram By Level [default] ** 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.642+0000 7f83c48b1880 0 starting mon.smithi136 rank 0 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi136 fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.642+0000 7f83c48b1880 1 mon.smithi136@-1(???) e1 preinit fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:37.735 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.642+0000 7f83c48b1880 0 mon.smithi136@-1(???).mds e1 new map 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.642+0000 7f83c48b1880 0 mon.smithi136@-1(???).mds e1 print_map 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: e1 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: enable_multiple, ever_enabled_multiple: 1,1 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 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} 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: legacy client fscid: -1 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: No filesystems configured 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.642+0000 7f83c48b1880 0 mon.smithi136@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2022-04-26T02:48:37.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.642+0000 7f83c48b1880 0 mon.smithi136@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2022-04-26T02:48:37.737 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: audit 2022-04-26T02:48:35.045276+0000 mon.smithi136 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.136:0/1232460746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:48:37.737 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: debug 2022-04-26T02:48:37.646+0000 7f83c48b1880 1 mon.smithi136@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2022-04-26T02:48:37.737 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: cluster 2022-04-26T02:48:37.653335+0000 mon.smithi136 (mon.0) 1 : cluster [INF] mon.smithi136 is new leader, mons smithi136 in quorum (ranks 0) 2022-04-26T02:48:37.737 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: cluster 2022-04-26T02:48:37.653396+0000 mon.smithi136 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} 2022-04-26T02:48:37.737 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: cluster 2022-04-26T02:48:37.653458+0000 mon.smithi136 (mon.0) 3 : cluster [DBG] fsmap 2022-04-26T02:48:37.737 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: cluster 2022-04-26T02:48:37.653491+0000 mon.smithi136 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2022-04-26T02:48:37.738 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:37 smithi136 bash[11745]: cluster 2022-04-26T02:48:37.655542+0000 mon.smithi136 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2022-04-26T02:48:38.583 INFO:teuthology.orchestra.run.smithi136.stderr:Wrote config to /etc/ceph/ceph.conf 2022-04-26T02:48:38.584 INFO:teuthology.orchestra.run.smithi136.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2022-04-26T02:48:38.584 INFO:teuthology.orchestra.run.smithi136.stderr:Creating mgr... 2022-04-26T02:48:38.584 INFO:teuthology.orchestra.run.smithi136.stderr:Verifying port 9283 ... 2022-04-26T02:48:38.729 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Failed to reset failed state of unit ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mgr.smithi136.ofnrfx.service: Unit ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mgr.smithi136.ofnrfx.service is not loaded. 2022-04-26T02:48:38.736 INFO:teuthology.orchestra.run.smithi136.stderr:systemctl: Created symlink /etc/systemd/system/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c.target.wants/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mgr.smithi136.ofnrfx.service -> /etc/systemd/system/ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@.service. 2022-04-26T02:48:38.857 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld does not appear to be present 2022-04-26T02:48:38.857 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to enable service . firewalld.service is not available 2022-04-26T02:48:38.857 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld does not appear to be present 2022-04-26T02:48:38.858 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2022-04-26T02:48:38.858 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr to start... 2022-04-26T02:48:38.858 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr... 2022-04-26T02:48:39.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:38 smithi136 bash[11745]: audit 2022-04-26T02:48:37.973487+0000 mon.smithi136 (mon.0) 6 : audit [INF] from='client.? 172.21.15.136:0/828626216' entity='client.admin' 2022-04-26T02:48:40.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:40.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2022-04-26T02:48:40.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsid": "424c9d1a-c50b-11ec-8c39-001a4aab830c", 2022-04-26T02:48:40.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "health": { 2022-04-26T02:48:40.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2022-04-26T02:48:40.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "checks": {}, 2022-04-26T02:48:40.633 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mutes": [] 2022-04-26T02:48:40.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:40.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "election_epoch": 5, 2022-04-26T02:48:40.634 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum": [ 2022-04-26T02:48:40.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 0 2022-04-26T02:48:40.639 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_names": [ 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "smithi136" 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_age": 2, 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "monmap": { 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_mons": 1 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:40.640 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osdmap": { 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_osds": 0, 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_up_osds": 0, 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_up_since": 0, 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_in_osds": 0, 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_in_since": 0, 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgmap": { 2022-04-26T02:48:40.641 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgs_by_state": [], 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pgs": 0, 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pools": 0, 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_objects": 0, 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "data_bytes": 0, 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_used": 0, 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_avail": 0, 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_total": 0 2022-04-26T02:48:40.642 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsmap": { 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "by_rank": [], 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "up:standby": 0 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap": { 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": false, 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standbys": 0, 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modules": [ 2022-04-26T02:48:40.643 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "iostat", 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "nfs", 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "restful" 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "servicemap": { 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modified": "2022-04-26T02:48:31.246627+0000", 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:40.644 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "progress_events": {} 2022-04-26T02:48:40.645 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2022-04-26T02:48:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:40 smithi136 bash[11745]: audit 2022-04-26T02:48:40.634948+0000 mon.smithi136 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.136:0/1729737481' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2022-04-26T02:48:41.174 INFO:teuthology.orchestra.run.smithi136.stderr:mgr not available, waiting (1/15)... 2022-04-26T02:48:44.566 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:44.566 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2022-04-26T02:48:44.566 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsid": "424c9d1a-c50b-11ec-8c39-001a4aab830c", 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "health": { 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "checks": {}, 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mutes": [] 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "election_epoch": 5, 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum": [ 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 0 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:44.567 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_names": [ 2022-04-26T02:48:44.568 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "smithi136" 2022-04-26T02:48:44.568 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_age": 6, 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "monmap": { 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_mons": 1 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osdmap": { 2022-04-26T02:48:44.571 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_osds": 0, 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_up_osds": 0, 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_up_since": 0, 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_in_osds": 0, 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_in_since": 0, 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgmap": { 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgs_by_state": [], 2022-04-26T02:48:44.572 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pgs": 0, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pools": 0, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_objects": 0, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "data_bytes": 0, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_used": 0, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_avail": 0, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_total": 0 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsmap": { 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "by_rank": [], 2022-04-26T02:48:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "up:standby": 0 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap": { 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": false, 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standbys": 0, 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modules": [ 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "iostat", 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "nfs", 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "restful" 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:44.574 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "servicemap": { 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modified": "2022-04-26T02:48:31.246627+0000", 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "progress_events": {} 2022-04-26T02:48:44.575 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2022-04-26T02:48:44.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:44 smithi136 bash[11745]: audit 2022-04-26T02:48:44.567830+0000 mon.smithi136 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.136:0/3103193376' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2022-04-26T02:48:45.088 INFO:teuthology.orchestra.run.smithi136.stderr:mgr not available, waiting (2/15)... 2022-04-26T02:48:47.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: cluster 2022-04-26T02:48:46.721247+0000 mon.smithi136 (mon.0) 9 : cluster [INF] Activating manager daemon smithi136.ofnrfx 2022-04-26T02:48:47.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: cluster 2022-04-26T02:48:46.728186+0000 mon.smithi136 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi136.ofnrfx(active, starting, since 0.00712874s) 2022-04-26T02:48:47.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.730484+0000 mon.smithi136 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mds metadata"}]: dispatch 2022-04-26T02:48:47.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.731073+0000 mon.smithi136 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata"}]: dispatch 2022-04-26T02:48:47.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.731708+0000 mon.smithi136 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata"}]: dispatch 2022-04-26T02:48:47.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.732207+0000 mon.smithi136 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2022-04-26T02:48:47.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.732687+0000 mon.smithi136 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr metadata", "who": "smithi136.ofnrfx", "id": "smithi136.ofnrfx"}]: dispatch 2022-04-26T02:48:47.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: cluster 2022-04-26T02:48:46.738073+0000 mon.smithi136 (mon.0) 16 : cluster [INF] Manager daemon smithi136.ofnrfx is now available 2022-04-26T02:48:47.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.753309+0000 mon.smithi136 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:48:47.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.760540+0000 mon.smithi136 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:48:47.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:46 smithi136 bash[11745]: audit 2022-04-26T02:48:46.762810+0000 mon.smithi136 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:48:48.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:47 smithi136 bash[11745]: audit 2022-04-26T02:48:46.772869+0000 mon.smithi136 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:48:48.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:47 smithi136 bash[11745]: audit 2022-04-26T02:48:46.780089+0000 mon.smithi136 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.136:0/900447054' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:48:48.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:47 smithi136 bash[11745]: cluster 2022-04-26T02:48:47.732509+0000 mon.smithi136 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi136.ofnrfx(active, since 1.01147s) 2022-04-26T02:48:48.708 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:48.709 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2022-04-26T02:48:48.709 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsid": "424c9d1a-c50b-11ec-8c39-001a4aab830c", 2022-04-26T02:48:48.709 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "health": { 2022-04-26T02:48:48.709 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2022-04-26T02:48:48.709 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "checks": {}, 2022-04-26T02:48:48.709 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mutes": [] 2022-04-26T02:48:48.709 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:48.711 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "election_epoch": 5, 2022-04-26T02:48:48.711 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum": [ 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 0 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_names": [ 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "smithi136" 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "quorum_age": 11, 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "monmap": { 2022-04-26T02:48:48.712 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:48.713 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2022-04-26T02:48:48.713 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_mons": 1 2022-04-26T02:48:48.713 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:48.713 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osdmap": { 2022-04-26T02:48:48.713 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:48.713 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_osds": 0, 2022-04-26T02:48:48.714 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_up_osds": 0, 2022-04-26T02:48:48.714 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_up_since": 0, 2022-04-26T02:48:48.717 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_in_osds": 0, 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "osd_in_since": 0, 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgmap": { 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "pgs_by_state": [], 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pgs": 0, 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_pools": 0, 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_objects": 0, 2022-04-26T02:48:48.718 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "data_bytes": 0, 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_used": 0, 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_avail": 0, 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "bytes_total": 0 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "fsmap": { 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "by_rank": [], 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "up:standby": 0 2022-04-26T02:48:48.719 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap": { 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": true, 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standbys": 0, 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modules": [ 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "iostat", 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "nfs", 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "restful" 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ], 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2022-04-26T02:48:48.720 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:48.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "servicemap": { 2022-04-26T02:48:48.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 1, 2022-04-26T02:48:48.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "modified": "2022-04-26T02:48:31.246627+0000", 2022-04-26T02:48:48.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "services": {} 2022-04-26T02:48:48.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: }, 2022-04-26T02:48:48.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "progress_events": {} 2022-04-26T02:48:48.721 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2022-04-26T02:48:49.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:48 smithi136 bash[11745]: audit 2022-04-26T02:48:48.710633+0000 mon.smithi136 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.136:0/4159065113' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2022-04-26T02:48:49.238 INFO:teuthology.orchestra.run.smithi136.stderr:mgr is available 2022-04-26T02:48:50.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:49 smithi136 bash[11745]: cluster 2022-04-26T02:48:48.785835+0000 mon.smithi136 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi136.ofnrfx(active, since 2s) 2022-04-26T02:48:50.684 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:50.684 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [global] 2022-04-26T02:48:50.685 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: fsid = 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:48:50.685 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2022-04-26T02:48:50.685 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2022-04-26T02:48:50.685 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2022-04-26T02:48:50.685 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2022-04-26T02:48:50.686 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:50.686 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [mgr] 2022-04-26T02:48:50.686 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2022-04-26T02:48:50.688 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 2022-04-26T02:48:50.688 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: [osd] 2022-04-26T02:48:50.688 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2022-04-26T02:48:50.688 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2022-04-26T02:48:51.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:50 smithi136 bash[11745]: audit 2022-04-26T02:48:50.682924+0000 mon.smithi136 (mon.0) 25 : audit [INF] from='client.? 172.21.15.136:0/3408228969' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2022-04-26T02:48:51.220 INFO:teuthology.orchestra.run.smithi136.stderr:Enabling cephadm module... 2022-04-26T02:48:53.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:53 smithi136 bash[11745]: audit 2022-04-26T02:48:52.699447+0000 mon.smithi136 (mon.0) 26 : audit [INF] from='client.? 172.21.15.136:0/2319057615' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2022-04-26T02:48:55.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:54 smithi136 bash[11745]: audit 2022-04-26T02:48:53.667906+0000 mon.smithi136 (mon.0) 27 : audit [INF] from='client.? 172.21.15.136:0/2319057615' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2022-04-26T02:48:55.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:54 smithi136 bash[11745]: cluster 2022-04-26T02:48:53.667985+0000 mon.smithi136 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi136.ofnrfx(active, since 6s) 2022-04-26T02:48:55.976 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2022-04-26T02:48:55.977 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 5, 2022-04-26T02:48:55.977 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": true, 2022-04-26T02:48:55.977 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "active_name": "smithi136.ofnrfx", 2022-04-26T02:48:55.977 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standby": 0 2022-04-26T02:48:55.977 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2022-04-26T02:48:56.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:48:56 smithi136 bash[11745]: audit 2022-04-26T02:48:55.978534+0000 mon.smithi136 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.136:0/2083392275' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2022-04-26T02:48:56.572 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for the mgr to restart... 2022-04-26T02:48:56.572 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr epoch 5... 2022-04-26T02:49:01.102 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2022-04-26T02:49:01.228 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2022-04-26T02:49:01.229 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "initialized": true 2022-04-26T02:49:01.229 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2022-04-26T02:49:01.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: cluster 2022-04-26T02:49:00.025064+0000 mon.smithi136 (mon.0) 30 : cluster [INF] Active manager daemon smithi136.ofnrfx restarted 2022-04-26T02:49:01.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: cluster 2022-04-26T02:49:00.026030+0000 mon.smithi136 (mon.0) 31 : cluster [INF] Activating manager daemon smithi136.ofnrfx 2022-04-26T02:49:01.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: cluster 2022-04-26T02:49:00.029517+0000 mon.smithi136 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2022-04-26T02:49:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: cluster 2022-04-26T02:49:00.080157+0000 mon.smithi136 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi136.ofnrfx(active, starting, since 0.0542646s) 2022-04-26T02:49:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.083432+0000 mon.smithi136 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2022-04-26T02:49:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.084854+0000 mon.smithi136 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr metadata", "who": "smithi136.ofnrfx", "id": "smithi136.ofnrfx"}]: dispatch 2022-04-26T02:49:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.086137+0000 mon.smithi136 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mds metadata"}]: dispatch 2022-04-26T02:49:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.086565+0000 mon.smithi136 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata"}]: dispatch 2022-04-26T02:49:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.086915+0000 mon.smithi136 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata"}]: dispatch 2022-04-26T02:49:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: cluster 2022-04-26T02:49:00.092136+0000 mon.smithi136 (mon.0) 39 : cluster [INF] Manager daemon smithi136.ofnrfx is now available 2022-04-26T02:49:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.115482+0000 mon.smithi136 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.243310+0000 mon.smithi136 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.245462+0000 mon.smithi136 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:49:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.248169+0000 mon.smithi136 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:49:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.253013+0000 mon.smithi136 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:49:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.277582+0000 mon.smithi136 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:49:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:01 smithi136 bash[11745]: audit 2022-04-26T02:49:00.279772+0000 mon.smithi136 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:49:01.722 INFO:teuthology.orchestra.run.smithi136.stderr:mgr epoch 5 is available 2022-04-26T02:49:01.722 INFO:teuthology.orchestra.run.smithi136.stderr:Setting orchestrator backend to cephadm... 2022-04-26T02:49:02.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:02 smithi136 bash[11745]: audit 2022-04-26T02:49:01.086142+0000 mgr.smithi136.ofnrfx (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2022-04-26T02:49:02.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:02 smithi136 bash[11745]: cluster 2022-04-26T02:49:01.087731+0000 mon.smithi136 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi136.ofnrfx(active, since 1.06183s) 2022-04-26T02:49:02.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:02 smithi136 bash[11745]: audit 2022-04-26T02:49:01.104966+0000 mgr.smithi136.ofnrfx (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2022-04-26T02:49:03.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:03 smithi136 bash[11745]: cluster 2022-04-26T02:49:02.086910+0000 mon.smithi136 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi136.ofnrfx(active, since 2s) 2022-04-26T02:49:04.441 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:04 smithi136 bash[11745]: audit 2022-04-26T02:49:03.164245+0000 mgr.smithi136.ofnrfx (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:04.442 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:04 smithi136 bash[11745]: audit 2022-04-26T02:49:03.170570+0000 mon.smithi136 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:04.442 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:04 smithi136 bash[11745]: audit 2022-04-26T02:49:03.185234+0000 mon.smithi136 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:49:05.065 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: value unchanged 2022-04-26T02:49:05.593 INFO:teuthology.orchestra.run.smithi136.stderr:Generating ssh key... 2022-04-26T02:49:06.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:05 smithi136 bash[11745]: audit 2022-04-26T02:49:05.068118+0000 mgr.smithi136.ofnrfx (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:08.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:08 smithi136 bash[11745]: cephadm 2022-04-26T02:49:06.992147+0000 mgr.smithi136.ofnrfx (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2022-04-26T02:49:08.541 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:08 smithi136 bash[11745]: audit 2022-04-26T02:49:07.204870+0000 mon.smithi136 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:08.541 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:08 smithi136 bash[11745]: audit 2022-04-26T02:49:07.209089+0000 mon.smithi136 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:09.180 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzFwmPTXz8MBLWo2CmzBN9GrAPEFlZdH1qT/yAd73MSSAOxkVoL9bIWpiuf0i2pf/wbxqpq1I9XmsxSIHxEA7n62FMsVsvIKIjlUP9AdJ1vnRtoLzY06+cfNX0DKf3F7UAUBFNFDzgsE1AcGTJ3pBC7TBRR8FGaYqy+hyMphk060TQsQUJciRtb//ZR5PTYMnGpA2XBxf9dtqfSsqusd2RZRc2jIqhjcw3luB82jLEXjm6pbJc5hv0blCDlvGTnmlEbhzvkD/C+INzQoCJTvxOTqWxdQVWWmxCZH1LIoISAeZzWZqQg4TJhlMj8SEMw32drAu+2Fqgn8N2Jh8ZzsioiEufUWHRZFGZCQckd9cWvsChibBzyZ9tlMbCOkkQSnf5OC1fI1NcHdub3UvIJYSB3DMwc2NdTiHwGes3kanclBuGsqT5eCmWU3T2t8uMFcWDeJSDpQ5Dr4Ipoe8wuG3IwMuMIa/eBHB5lR16uqT0FoVJp4oW0DddX3ec13igvmU= ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:49:09.707 INFO:teuthology.orchestra.run.smithi136.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2022-04-26T02:49:09.707 INFO:teuthology.orchestra.run.smithi136.stderr:Adding key to root@localhost authorized_keys... 2022-04-26T02:49:09.708 INFO:teuthology.orchestra.run.smithi136.stderr:Adding host smithi136... 2022-04-26T02:49:10.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:09 smithi136 bash[11745]: audit 2022-04-26T02:49:09.183320+0000 mgr.smithi136.ofnrfx (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:12.007 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Added host 'smithi136' with addr '172.21.15.136' 2022-04-26T02:49:12.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:11 smithi136 bash[11745]: audit 2022-04-26T02:49:11.208589+0000 mgr.smithi136.ofnrfx (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "addr": "172.21.15.136", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:12.754 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying mon service with default placement... 2022-04-26T02:49:13.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:13 smithi136 bash[11745]: audit 2022-04-26T02:49:12.008991+0000 mon.smithi136 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:13.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:13 smithi136 bash[11745]: cephadm 2022-04-26T02:49:12.009792+0000 mgr.smithi136.ofnrfx (mgr.14116) 9 : cephadm [INF] Added host smithi136 2022-04-26T02:49:13.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:13 smithi136 bash[11745]: audit 2022-04-26T02:49:12.026135+0000 mon.smithi136 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:49:14.728 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled mon update... 2022-04-26T02:49:15.366 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying mgr service with default placement... 2022-04-26T02:49:16.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:15 smithi136 bash[11745]: audit 2022-04-26T02:49:14.724135+0000 mgr.smithi136.ofnrfx (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:16.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:15 smithi136 bash[11745]: cephadm 2022-04-26T02:49:14.725881+0000 mgr.smithi136.ofnrfx (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2022-04-26T02:49:16.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:15 smithi136 bash[11745]: audit 2022-04-26T02:49:14.730760+0000 mon.smithi136 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:16.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:15 smithi136 bash[11745]: audit 2022-04-26T02:49:15.036396+0000 mon.smithi136 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:16.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:15 smithi136 bash[11745]: audit 2022-04-26T02:49:15.318120+0000 mon.smithi136 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:16.972 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled mgr update... 2022-04-26T02:49:17.500 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying crash service with default placement... 2022-04-26T02:49:18.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:17 smithi136 bash[11745]: audit 2022-04-26T02:49:16.970254+0000 mgr.smithi136.ofnrfx (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:18.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:17 smithi136 bash[11745]: cephadm 2022-04-26T02:49:16.972398+0000 mgr.smithi136.ofnrfx (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2022-04-26T02:49:18.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:17 smithi136 bash[11745]: audit 2022-04-26T02:49:16.975473+0000 mon.smithi136 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:19.011 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled crash update... 2022-04-26T02:49:19.624 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying prometheus service with default placement... 2022-04-26T02:49:20.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:19 smithi136 bash[11745]: audit 2022-04-26T02:49:18.597010+0000 mon.smithi136 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:20.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:19 smithi136 bash[11745]: audit 2022-04-26T02:49:19.014636+0000 mon.smithi136 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:20.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:20 smithi136 bash[11745]: audit 2022-04-26T02:49:19.007018+0000 mgr.smithi136.ofnrfx (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:20.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:20 smithi136 bash[11745]: cephadm 2022-04-26T02:49:19.009386+0000 mgr.smithi136.ofnrfx (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2022-04-26T02:49:21.119 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled prometheus update... 2022-04-26T02:49:21.680 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying grafana service with default placement... 2022-04-26T02:49:22.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:21 smithi136 bash[11745]: cluster 2022-04-26T02:49:20.087814+0000 mgr.smithi136.ofnrfx (mgr.14116) 16 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:49:22.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:21 smithi136 bash[11745]: audit 2022-04-26T02:49:21.122459+0000 mon.smithi136 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:22.980 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:22 smithi136 bash[11745]: audit 2022-04-26T02:49:21.117461+0000 mgr.smithi136.ofnrfx (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:22.980 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:22 smithi136 bash[11745]: cephadm 2022-04-26T02:49:21.119626+0000 mgr.smithi136.ofnrfx (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2022-04-26T02:49:23.660 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled grafana update... 2022-04-26T02:49:24.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:23 smithi136 bash[11745]: cluster 2022-04-26T02:49:22.088207+0000 mgr.smithi136.ofnrfx (mgr.14116) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:49:24.303 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying node-exporter service with default placement... 2022-04-26T02:49:25.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:24 smithi136 bash[11745]: audit 2022-04-26T02:49:23.659341+0000 mgr.smithi136.ofnrfx (mgr.14116) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:25.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:24 smithi136 bash[11745]: cephadm 2022-04-26T02:49:23.660427+0000 mgr.smithi136.ofnrfx (mgr.14116) 21 : cephadm [INF] Saving service grafana spec with placement count:1 2022-04-26T02:49:25.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:24 smithi136 bash[11745]: audit 2022-04-26T02:49:23.663248+0000 mon.smithi136 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:25.819 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2022-04-26T02:49:26.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:25 smithi136 bash[11745]: cluster 2022-04-26T02:49:24.088503+0000 mgr.smithi136.ofnrfx (mgr.14116) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:49:26.368 INFO:teuthology.orchestra.run.smithi136.stderr:Deploying alertmanager service with default placement... 2022-04-26T02:49:27.203 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:26 smithi136 bash[11745]: audit 2022-04-26T02:49:25.817135+0000 mgr.smithi136.ofnrfx (mgr.14116) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:27.203 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:26 smithi136 bash[11745]: cephadm 2022-04-26T02:49:25.819273+0000 mgr.smithi136.ofnrfx (mgr.14116) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2022-04-26T02:49:27.203 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:26 smithi136 bash[11745]: audit 2022-04-26T02:49:25.822103+0000 mon.smithi136 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:27.203 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:26 smithi136 bash[11745]: cluster 2022-04-26T02:49:26.088901+0000 mgr.smithi136.ofnrfx (mgr.14116) 25 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:49:27.886 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2022-04-26T02:49:29.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:28 smithi136 bash[11745]: audit 2022-04-26T02:49:27.881113+0000 mgr.smithi136.ofnrfx (mgr.14116) 26 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:29.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:28 smithi136 bash[11745]: cephadm 2022-04-26T02:49:27.882681+0000 mgr.smithi136.ofnrfx (mgr.14116) 27 : cephadm [INF] Saving service alertmanager spec with placement count:1 2022-04-26T02:49:29.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:28 smithi136 bash[11745]: audit 2022-04-26T02:49:27.889710+0000 mon.smithi136 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.136:0/2512854783' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:29.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:28 smithi136 bash[11745]: cluster 2022-04-26T02:49:28.089363+0000 mgr.smithi136.ofnrfx (mgr.14116) 28 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:49:31.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:30 smithi136 bash[11745]: audit 2022-04-26T02:49:29.982279+0000 mon.smithi136 (mon.0) 65 : audit [INF] from='client.? 172.21.15.136:0/4142792425' entity='client.admin' 2022-04-26T02:49:31.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:30 smithi136 bash[11745]: cluster 2022-04-26T02:49:30.089745+0000 mgr.smithi136.ofnrfx (mgr.14116) 29 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:49:32.571 INFO:teuthology.orchestra.run.smithi136.stderr:Enabling the dashboard module... 2022-04-26T02:49:33.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:32 smithi136 bash[11745]: audit 2022-04-26T02:49:31.992918+0000 mon.smithi136 (mon.0) 66 : audit [INF] from='client.? 172.21.15.136:0/910834280' entity='client.admin' 2022-04-26T02:49:33.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:32 smithi136 bash[11745]: cluster 2022-04-26T02:49:32.090181+0000 mgr.smithi136.ofnrfx (mgr.14116) 30 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:49:34.445 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:34 smithi136 bash[11745]: audit 2022-04-26T02:49:34.093552+0000 mon.smithi136 (mon.0) 67 : audit [INF] from='client.? 172.21.15.136:0/978256404' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2022-04-26T02:49:35.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:35 smithi136 bash[11745]: audit 2022-04-26T02:49:34.148525+0000 mon.smithi136 (mon.0) 68 : audit [INF] from='client.? 172.21.15.136:0/978256404' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2022-04-26T02:49:35.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:35 smithi136 bash[11745]: cluster 2022-04-26T02:49:34.148611+0000 mon.smithi136 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi136.ofnrfx(active, since 34s) 2022-04-26T02:49:36.420 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2022-04-26T02:49:36.420 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "epoch": 9, 2022-04-26T02:49:36.420 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "available": true, 2022-04-26T02:49:36.421 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "active_name": "smithi136.ofnrfx", 2022-04-26T02:49:36.421 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "num_standby": 0 2022-04-26T02:49:36.421 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2022-04-26T02:49:36.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:36 smithi136 bash[11745]: audit 2022-04-26T02:49:36.424109+0000 mon.smithi136 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.136:0/3218317067' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2022-04-26T02:49:37.007 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for the mgr to restart... 2022-04-26T02:49:37.007 INFO:teuthology.orchestra.run.smithi136.stderr:Waiting for mgr epoch 9... 2022-04-26T02:49:41.611 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: { 2022-04-26T02:49:41.612 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2022-04-26T02:49:41.612 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: "initialized": true 2022-04-26T02:49:41.612 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: } 2022-04-26T02:49:41.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: cluster 2022-04-26T02:49:40.537231+0000 mon.smithi136 (mon.0) 71 : cluster [INF] Active manager daemon smithi136.ofnrfx restarted 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: cluster 2022-04-26T02:49:40.538069+0000 mon.smithi136 (mon.0) 72 : cluster [INF] Activating manager daemon smithi136.ofnrfx 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: cluster 2022-04-26T02:49:40.541407+0000 mon.smithi136 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: cluster 2022-04-26T02:49:40.592787+0000 mon.smithi136 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi136.ofnrfx(active, starting, since 0.0548938s) 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.595502+0000 mon.smithi136 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.596949+0000 mon.smithi136 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr metadata", "who": "smithi136.ofnrfx", "id": "smithi136.ofnrfx"}]: dispatch 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.598244+0000 mon.smithi136 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mds metadata"}]: dispatch 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.598795+0000 mon.smithi136 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata"}]: dispatch 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.599313+0000 mon.smithi136 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata"}]: dispatch 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: cluster 2022-04-26T02:49:40.604033+0000 mon.smithi136 (mon.0) 80 : cluster [INF] Manager daemon smithi136.ofnrfx is now available 2022-04-26T02:49:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.752008+0000 mon.smithi136 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:49:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.754839+0000 mon.smithi136 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:49:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.802310+0000 mon.smithi136 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:49:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:41 smithi136 bash[11745]: audit 2022-04-26T02:49:40.804318+0000 mon.smithi136 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:49:42.325 INFO:teuthology.orchestra.run.smithi136.stderr:mgr epoch 9 is available 2022-04-26T02:49:42.325 INFO:teuthology.orchestra.run.smithi136.stderr:Generating a dashboard self-signed certificate... 2022-04-26T02:49:43.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:42 smithi136 bash[11745]: audit 2022-04-26T02:49:41.597248+0000 mgr.smithi136.ofnrfx (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2022-04-26T02:49:43.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:42 smithi136 bash[11745]: cluster 2022-04-26T02:49:41.598569+0000 mon.smithi136 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi136.ofnrfx(active, since 1.06066s) 2022-04-26T02:49:43.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:42 smithi136 bash[11745]: audit 2022-04-26T02:49:41.615706+0000 mgr.smithi136.ofnrfx (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2022-04-26T02:49:43.969 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: Self-signed certificate created 2022-04-26T02:49:44.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:43 smithi136 bash[11745]: cluster 2022-04-26T02:49:42.605500+0000 mon.smithi136 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi136.ofnrfx(active, since 2s) 2022-04-26T02:49:44.573 INFO:teuthology.orchestra.run.smithi136.stderr:Creating initial admin user... 2022-04-26T02:49:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:44 smithi136 bash[11745]: audit 2022-04-26T02:49:43.888126+0000 mgr.smithi136.ofnrfx (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:44 smithi136 bash[11745]: audit 2022-04-26T02:49:43.971766+0000 mon.smithi136 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:44 smithi136 bash[11745]: audit 2022-04-26T02:49:43.974094+0000 mon.smithi136 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:44 smithi136 bash[11745]: audit 2022-04-26T02:49:44.201647+0000 mon.smithi136 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:46.252 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$hlluVne7R39jHx8R8rHBSeFLBcTbvT5BWFqSFE41h8UmOWmxGu/Hm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1650941386, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2022-04-26T02:49:46.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:46 smithi136 bash[11745]: audit 2022-04-26T02:49:46.010573+0000 mgr.smithi136.ofnrfx (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:49:46.821 INFO:teuthology.orchestra.run.smithi136.stderr:Fetching dashboard port number... 2022-04-26T02:49:47.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:47 smithi136 bash[11745]: audit 2022-04-26T02:49:46.255709+0000 mon.smithi136 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:49:48.415 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:48 smithi136 bash[11745]: cluster 2022-04-26T02:49:47.260042+0000 mon.smithi136 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi136.ofnrfx(active, since 6s) 2022-04-26T02:49:48.805 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: 8443 2022-04-26T02:49:49.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:49 smithi136 bash[11745]: audit 2022-04-26T02:49:48.810018+0000 mon.smithi136 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.136:0/3172988629' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2022-04-26T02:49:49.589 INFO:teuthology.orchestra.run.smithi136.stderr:firewalld does not appear to be present 2022-04-26T02:49:49.589 INFO:teuthology.orchestra.run.smithi136.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2022-04-26T02:49:49.592 INFO:teuthology.orchestra.run.smithi136.stderr:Ceph Dashboard is now available at: 2022-04-26T02:49:49.592 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:49.592 INFO:teuthology.orchestra.run.smithi136.stderr: URL: https://smithi136:8443/ 2022-04-26T02:49:49.593 INFO:teuthology.orchestra.run.smithi136.stderr: User: admin 2022-04-26T02:49:49.593 INFO:teuthology.orchestra.run.smithi136.stderr: Password: xr5040qgvn 2022-04-26T02:49:49.593 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:49.593 INFO:teuthology.orchestra.run.smithi136.stderr:Enabling autotune for osd_memory_target 2022-04-26T02:49:53.398 INFO:teuthology.orchestra.run.smithi136.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2022-04-26T02:49:53.951 INFO:teuthology.orchestra.run.smithi136.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2022-04-26T02:49:53.951 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.951 INFO:teuthology.orchestra.run.smithi136.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2022-04-26T02:49:53.951 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr:Or, if you are only running a single cluster on this host: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr:Please consider enabling telemetry to help improve Ceph: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr: ceph telemetry on 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr:For more information see: 2022-04-26T02:49:53.952 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.953 INFO:teuthology.orchestra.run.smithi136.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2022-04-26T02:49:53.953 INFO:teuthology.orchestra.run.smithi136.stderr: 2022-04-26T02:49:53.953 INFO:teuthology.orchestra.run.smithi136.stderr:Bootstrap complete. 2022-04-26T02:49:53.987 INFO:tasks.cephadm:Fetching config... 2022-04-26T02:49:53.987 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:49:53.987 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2022-04-26T02:49:54.038 INFO:tasks.cephadm:Fetching client.admin keyring... 2022-04-26T02:49:54.038 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:49:54.039 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2022-04-26T02:49:54.087 INFO:tasks.cephadm:Fetching mon keyring... 2022-04-26T02:49:54.099 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:49:54.099 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/keyring of=/dev/stdout 2022-04-26T02:49:54.144 INFO:tasks.cephadm:Fetching pub ssh key... 2022-04-26T02:49:54.144 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:49:54.145 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2022-04-26T02:49:54.195 INFO:tasks.cephadm:Installing pub ssh key for root users... 2022-04-26T02:49:54.196 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzFwmPTXz8MBLWo2CmzBN9GrAPEFlZdH1qT/yAd73MSSAOxkVoL9bIWpiuf0i2pf/wbxqpq1I9XmsxSIHxEA7n62FMsVsvIKIjlUP9AdJ1vnRtoLzY06+cfNX0DKf3F7UAUBFNFDzgsE1AcGTJ3pBC7TBRR8FGaYqy+hyMphk060TQsQUJciRtb//ZR5PTYMnGpA2XBxf9dtqfSsqusd2RZRc2jIqhjcw3luB82jLEXjm6pbJc5hv0blCDlvGTnmlEbhzvkD/C+INzQoCJTvxOTqWxdQVWWmxCZH1LIoISAeZzWZqQg4TJhlMj8SEMw32drAu+2Fqgn8N2Jh8ZzsioiEufUWHRZFGZCQckd9cWvsChibBzyZ9tlMbCOkkQSnf5OC1fI1NcHdub3UvIJYSB3DMwc2NdTiHwGes3kanclBuGsqT5eCmWU3T2t8uMFcWDeJSDpQ5Dr4Ipoe8wuG3IwMuMIa/eBHB5lR16uqT0FoVJp4oW0DddX3ec13igvmU= ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2022-04-26T02:49:54.259 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzFwmPTXz8MBLWo2CmzBN9GrAPEFlZdH1qT/yAd73MSSAOxkVoL9bIWpiuf0i2pf/wbxqpq1I9XmsxSIHxEA7n62FMsVsvIKIjlUP9AdJ1vnRtoLzY06+cfNX0DKf3F7UAUBFNFDzgsE1AcGTJ3pBC7TBRR8FGaYqy+hyMphk060TQsQUJciRtb//ZR5PTYMnGpA2XBxf9dtqfSsqusd2RZRc2jIqhjcw3luB82jLEXjm6pbJc5hv0blCDlvGTnmlEbhzvkD/C+INzQoCJTvxOTqWxdQVWWmxCZH1LIoISAeZzWZqQg4TJhlMj8SEMw32drAu+2Fqgn8N2Jh8ZzsioiEufUWHRZFGZCQckd9cWvsChibBzyZ9tlMbCOkkQSnf5OC1fI1NcHdub3UvIJYSB3DMwc2NdTiHwGes3kanclBuGsqT5eCmWU3T2t8uMFcWDeJSDpQ5Dr4Ipoe8wuG3IwMuMIa/eBHB5lR16uqT0FoVJp4oW0DddX3ec13igvmU= ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:49:54.276 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzFwmPTXz8MBLWo2CmzBN9GrAPEFlZdH1qT/yAd73MSSAOxkVoL9bIWpiuf0i2pf/wbxqpq1I9XmsxSIHxEA7n62FMsVsvIKIjlUP9AdJ1vnRtoLzY06+cfNX0DKf3F7UAUBFNFDzgsE1AcGTJ3pBC7TBRR8FGaYqy+hyMphk060TQsQUJciRtb//ZR5PTYMnGpA2XBxf9dtqfSsqusd2RZRc2jIqhjcw3luB82jLEXjm6pbJc5hv0blCDlvGTnmlEbhzvkD/C+INzQoCJTvxOTqWxdQVWWmxCZH1LIoISAeZzWZqQg4TJhlMj8SEMw32drAu+2Fqgn8N2Jh8ZzsioiEufUWHRZFGZCQckd9cWvsChibBzyZ9tlMbCOkkQSnf5OC1fI1NcHdub3UvIJYSB3DMwc2NdTiHwGes3kanclBuGsqT5eCmWU3T2t8uMFcWDeJSDpQ5Dr4Ipoe8wuG3IwMuMIa/eBHB5lR16uqT0FoVJp4oW0DddX3ec13igvmU= ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2022-04-26T02:49:54.297 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzFwmPTXz8MBLWo2CmzBN9GrAPEFlZdH1qT/yAd73MSSAOxkVoL9bIWpiuf0i2pf/wbxqpq1I9XmsxSIHxEA7n62FMsVsvIKIjlUP9AdJ1vnRtoLzY06+cfNX0DKf3F7UAUBFNFDzgsE1AcGTJ3pBC7TBRR8FGaYqy+hyMphk060TQsQUJciRtb//ZR5PTYMnGpA2XBxf9dtqfSsqusd2RZRc2jIqhjcw3luB82jLEXjm6pbJc5hv0blCDlvGTnmlEbhzvkD/C+INzQoCJTvxOTqWxdQVWWmxCZH1LIoISAeZzWZqQg4TJhlMj8SEMw32drAu+2Fqgn8N2Jh8ZzsioiEufUWHRZFGZCQckd9cWvsChibBzyZ9tlMbCOkkQSnf5OC1fI1NcHdub3UvIJYSB3DMwc2NdTiHwGes3kanclBuGsqT5eCmWU3T2t8uMFcWDeJSDpQ5Dr4Ipoe8wuG3IwMuMIa/eBHB5lR16uqT0FoVJp4oW0DddX3ec13igvmU= ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:49:54.306 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph config set mgr mgr/cephadm/allow_ptrace true 2022-04-26T02:49:54.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:54 smithi136 bash[11745]: audit 2022-04-26T02:49:53.399558+0000 mon.smithi136 (mon.0) 93 : audit [INF] from='client.? 172.21.15.136:0/3613777070' entity='client.admin' 2022-04-26T02:49:58.726 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2022-04-26T02:49:58.726 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph orch client-keyring set client.admin '*' --mode 0755 2022-04-26T02:49:59.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:49:58 smithi136 bash[11745]: audit 2022-04-26T02:49:57.862426+0000 mon.smithi136 (mon.0) 94 : audit [INF] from='client.? 172.21.15.136:0/4094492210' entity='client.admin' 2022-04-26T02:50:02.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:01 smithi136 bash[11745]: cluster 2022-04-26T02:50:00.599900+0000 mgr.smithi136.ofnrfx (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:02.844 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi145 2022-04-26T02:50:02.844 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:50:02.845 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.conf 2022-04-26T02:50:02.851 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:50:02.851 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.client.admin.keyring 2022-04-26T02:50:02.899 INFO:tasks.cephadm:Adding host smithi145 to orchestrator... 2022-04-26T02:50:02.900 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph orch host add smithi145 2022-04-26T02:50:03.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:02 smithi136 bash[11745]: audit 2022-04-26T02:50:01.668758+0000 mon.smithi136 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:02 smithi136 bash[11745]: audit 2022-04-26T02:50:01.990323+0000 mon.smithi136 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:50:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:02 smithi136 bash[11745]: audit 2022-04-26T02:50:01.994723+0000 mon.smithi136 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:02 smithi136 bash[11745]: cephadm 2022-04-26T02:50:02.013217+0000 mgr.smithi136.ofnrfx (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi136 on smithi136 2022-04-26T02:50:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:02 smithi136 bash[11745]: audit 2022-04-26T02:50:02.166038+0000 mgr.smithi136.ofnrfx (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:50:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:02 smithi136 bash[11745]: audit 2022-04-26T02:50:02.171023+0000 mon.smithi136 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:04.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:04 smithi136 bash[11745]: cluster 2022-04-26T02:50:02.600399+0000 mgr.smithi136.ofnrfx (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:06.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:06 smithi136 bash[11745]: cluster 2022-04-26T02:50:04.600857+0000 mgr.smithi136.ofnrfx (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:08.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:08 smithi136 bash[11745]: cluster 2022-04-26T02:50:06.601258+0000 mgr.smithi136.ofnrfx (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:10.553 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:10 smithi136 bash[11745]: cluster 2022-04-26T02:50:08.601687+0000 mgr.smithi136.ofnrfx (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:12.553 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:12 smithi136 bash[11745]: cluster 2022-04-26T02:50:10.602130+0000 mgr.smithi136.ofnrfx (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:14.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:14 smithi136 bash[11745]: cluster 2022-04-26T02:50:12.602576+0000 mgr.smithi136.ofnrfx (mgr.14156) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:14.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:14 smithi136 bash[11745]: audit 2022-04-26T02:50:13.990594+0000 mon.smithi136 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:14.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:14 smithi136 bash[11745]: audit 2022-04-26T02:50:13.993106+0000 mon.smithi136 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2022-04-26T02:50:14.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:14 smithi136 bash[11745]: audit 2022-04-26T02:50:13.996561+0000 mon.smithi136 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2022-04-26T02:50:14.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:14 smithi136 bash[11745]: audit 2022-04-26T02:50:13.997767+0000 mon.smithi136 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:50:15.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:15 smithi136 bash[11745]: cephadm 2022-04-26T02:50:13.998707+0000 mgr.smithi136.ofnrfx (mgr.14156) 14 : cephadm [INF] Deploying daemon crash.smithi136 on smithi136 2022-04-26T02:50:16.445 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:16 smithi136 bash[11745]: cluster 2022-04-26T02:50:14.603040+0000 mgr.smithi136.ofnrfx (mgr.14156) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:16.445 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:16 smithi136 bash[11745]: audit 2022-04-26T02:50:15.803990+0000 mon.smithi136 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:18.042 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: cluster 2022-04-26T02:50:16.603385+0000 mgr.smithi136.ofnrfx (mgr.14156) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:18.042 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: audit 2022-04-26T02:50:16.778279+0000 mon.smithi136 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:18.042 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: audit 2022-04-26T02:50:16.853659+0000 mon.smithi136 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:18.042 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: audit 2022-04-26T02:50:16.858435+0000 mon.smithi136 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:18.042 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: audit 2022-04-26T02:50:16.862889+0000 mon.smithi136 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2022-04-26T02:50:18.042 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: audit 2022-04-26T02:50:16.863328+0000 mgr.smithi136.ofnrfx (mgr.14156) 17 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2022-04-26T02:50:18.042 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: audit 2022-04-26T02:50:16.866902+0000 mon.smithi136 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:18.043 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:17 smithi136 bash[11745]: cephadm 2022-04-26T02:50:16.872329+0000 mgr.smithi136.ofnrfx (mgr.14156) 18 : cephadm [INF] Deploying daemon grafana.smithi136 on smithi136 2022-04-26T02:50:20.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:19 smithi136 bash[11745]: cluster 2022-04-26T02:50:18.603823+0000 mgr.smithi136.ofnrfx (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:22.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:21 smithi136 bash[11745]: cluster 2022-04-26T02:50:20.604227+0000 mgr.smithi136.ofnrfx (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:22.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:21 smithi136 bash[11745]: audit 2022-04-26T02:50:20.810434+0000 mon.smithi136 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:24.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:23 smithi136 bash[11745]: cluster 2022-04-26T02:50:22.604646+0000 mgr.smithi136.ofnrfx (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:26.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:25 smithi136 bash[11745]: cluster 2022-04-26T02:50:24.605178+0000 mgr.smithi136.ofnrfx (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:28.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:27 smithi136 bash[11745]: cluster 2022-04-26T02:50:26.605597+0000 mgr.smithi136.ofnrfx (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:30.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:29 smithi136 bash[11745]: cluster 2022-04-26T02:50:28.606048+0000 mgr.smithi136.ofnrfx (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:32.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:31 smithi136 bash[11745]: cluster 2022-04-26T02:50:30.606461+0000 mgr.smithi136.ofnrfx (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:34.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:33 smithi136 bash[11745]: cluster 2022-04-26T02:50:32.607019+0000 mgr.smithi136.ofnrfx (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:36.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:35 smithi136 bash[11745]: cluster 2022-04-26T02:50:34.607479+0000 mgr.smithi136.ofnrfx (mgr.14156) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:37.995 INFO:teuthology.orchestra.run.smithi145.stdout:Added host 'smithi145' with addr '172.21.15.145' 2022-04-26T02:50:38.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:37 smithi136 bash[11745]: cluster 2022-04-26T02:50:36.607932+0000 mgr.smithi136.ofnrfx (mgr.14156) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:38.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:37 smithi136 bash[11745]: audit 2022-04-26T02:50:37.178452+0000 mgr.smithi136.ofnrfx (mgr.14156) 29 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:50:38.609 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph orch host ls --format=json 2022-04-26T02:50:39.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:39 smithi136 bash[11745]: audit 2022-04-26T02:50:38.000039+0000 mon.smithi136 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:39.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:39 smithi136 bash[11745]: cephadm 2022-04-26T02:50:38.000835+0000 mgr.smithi136.ofnrfx (mgr.14156) 30 : cephadm [INF] Added host smithi145 2022-04-26T02:50:40.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:40 smithi136 bash[11745]: cluster 2022-04-26T02:50:38.608489+0000 mgr.smithi136.ofnrfx (mgr.14156) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:41.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:41 smithi136 bash[11745]: audit 2022-04-26T02:50:40.804660+0000 mon.smithi136 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:50:41.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:41 smithi136 bash[11745]: audit 2022-04-26T02:50:40.806593+0000 mon.smithi136 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:50:41.573 INFO:teuthology.orchestra.run.smithi145.stdout: 2022-04-26T02:50:41.573 INFO:teuthology.orchestra.run.smithi145.stdout:[{"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}, {"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}] 2022-04-26T02:50:42.100 INFO:tasks.cephadm:Setting crush tunables to default 2022-04-26T02:50:42.100 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd crush tunables default 2022-04-26T02:50:42.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:42 smithi136 bash[11745]: cluster 2022-04-26T02:50:40.608950+0000 mgr.smithi136.ofnrfx (mgr.14156) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:43.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:43 smithi136 bash[11745]: audit 2022-04-26T02:50:41.577792+0000 mgr.smithi136.ofnrfx (mgr.14156) 33 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2022-04-26T02:50:44.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:44 smithi136 bash[11745]: cluster 2022-04-26T02:50:42.609355+0000 mgr.smithi136.ofnrfx (mgr.14156) 34 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:46.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:46 smithi136 bash[11745]: cluster 2022-04-26T02:50:44.609677+0000 mgr.smithi136.ofnrfx (mgr.14156) 35 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:48.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:48 smithi136 bash[11745]: cluster 2022-04-26T02:50:46.610074+0000 mgr.smithi136.ofnrfx (mgr.14156) 36 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:50.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:50 smithi136 bash[11745]: cluster 2022-04-26T02:50:48.610494+0000 mgr.smithi136.ofnrfx (mgr.14156) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:51.035 INFO:teuthology.orchestra.run.smithi136.stderr:adjusted tunables profile to default 2022-04-26T02:50:51.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:51 smithi136 bash[11745]: audit 2022-04-26T02:50:50.696786+0000 mon.smithi136 (mon.0) 113 : audit [INF] from='client.? 172.21.15.136:0/1388000409' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2022-04-26T02:50:51.954 INFO:tasks.cephadm:Adding mon.smithi136 on smithi136 2022-04-26T02:50:51.954 INFO:tasks.cephadm:Adding mon.smithi145 on smithi145 2022-04-26T02:50:51.955 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph orch apply mon '2;smithi136:172.21.15.136=smithi136;smithi145:172.21.15.145=smithi145' 2022-04-26T02:50:52.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:52 smithi136 bash[11745]: cluster 2022-04-26T02:50:50.610815+0000 mgr.smithi136.ofnrfx (mgr.14156) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:52.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:52 smithi136 bash[11745]: audit 2022-04-26T02:50:51.035099+0000 mon.smithi136 (mon.0) 114 : audit [INF] from='client.? 172.21.15.136:0/1388000409' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2022-04-26T02:50:52.265 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:52 smithi136 bash[11745]: cluster 2022-04-26T02:50:51.035233+0000 mon.smithi136 (mon.0) 115 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2022-04-26T02:50:54.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:54 smithi136 bash[11745]: cluster 2022-04-26T02:50:52.611257+0000 mgr.smithi136.ofnrfx (mgr.14156) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:50:54.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:54 smithi136 bash[11745]: audit 2022-04-26T02:50:53.324683+0000 mon.smithi136 (mon.0) 116 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:54.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:54 smithi136 bash[11745]: audit 2022-04-26T02:50:53.966485+0000 mon.smithi136 (mon.0) 117 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:54.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:54 smithi136 bash[11745]: audit 2022-04-26T02:50:53.969981+0000 mon.smithi136 (mon.0) 118 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2022-04-26T02:50:54.836 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mon update... 2022-04-26T02:50:55.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:55 smithi136 bash[11745]: cephadm 2022-04-26T02:50:53.327732+0000 mgr.smithi136.ofnrfx (mgr.14156) 40 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2022-04-26T02:50:55.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:55 smithi136 bash[11745]: audit 2022-04-26T02:50:54.841870+0000 mon.smithi136 (mon.0) 119 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:50:55.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:55 smithi136 bash[11745]: audit 2022-04-26T02:50:54.969167+0000 mon.smithi136 (mon.0) 120 : audit [INF] from='mgr.14156 172.21.15.136:0/493522844' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2022-04-26T02:50:55.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:55 smithi136 bash[11745]: cluster 2022-04-26T02:50:54.969248+0000 mon.smithi136 (mon.0) 121 : cluster [DBG] mgrmap e14: smithi136.ofnrfx(active, since 74s) 2022-04-26T02:50:55.388 DEBUG:teuthology.orchestra.run.smithi145:mon.smithi145> sudo journalctl -f -n 0 -u ceph-424c9d1a-c50b-11ec-8c39-001a4aab830c@mon.smithi145.service 2022-04-26T02:50:55.390 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2022-04-26T02:50:55.390 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph mon dump -f json 2022-04-26T02:50:55.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:-- Logs begin at Sun 2022-04-24 12:19:44 UTC. -- 2022-04-26T02:50:58.411 INFO:teuthology.orchestra.run.smithi145.stdout: 2022-04-26T02:50:58.412 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","modified":"2022-04-26T02:48:27.111901Z","created":"2022-04-26T02:48:27.111901Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2022-04-26T02:50:58.414 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2022-04-26T02:50:58.803 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:50:58 smithi136 bash[11745]: audit 2022-04-26T02:50:58.417507+0000 mon.smithi136 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.145:0/1288085926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2022-04-26T02:50:59.920 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2022-04-26T02:50:59.921 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph mon dump -f json 2022-04-26T02:51:01.621 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:01 smithi136 bash[11745]: cluster 2022-04-26T02:51:01.478097+0000 mon.smithi136 (mon.0) 123 : cluster [INF] Active manager daemon smithi136.ofnrfx restarted 2022-04-26T02:51:01.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:01 smithi136 bash[11745]: cluster 2022-04-26T02:51:01.478629+0000 mon.smithi136 (mon.0) 124 : cluster [INF] Activating manager daemon smithi136.ofnrfx 2022-04-26T02:51:01.622 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:01 smithi136 bash[11745]: cluster 2022-04-26T02:51:01.482105+0000 mon.smithi136 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2022-04-26T02:51:02.675 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: cluster 2022-04-26T02:51:01.533204+0000 mon.smithi136 (mon.0) 126 : cluster [DBG] mgrmap e15: smithi136.ofnrfx(active, starting, since 0.0546618s) 2022-04-26T02:51:02.675 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.537358+0000 mon.smithi136 (mon.0) 127 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2022-04-26T02:51:02.675 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.538537+0000 mon.smithi136 (mon.0) 128 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr metadata", "who": "smithi136.ofnrfx", "id": "smithi136.ofnrfx"}]: dispatch 2022-04-26T02:51:02.676 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.539460+0000 mon.smithi136 (mon.0) 129 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mds metadata"}]: dispatch 2022-04-26T02:51:02.676 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.539849+0000 mon.smithi136 (mon.0) 130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata"}]: dispatch 2022-04-26T02:51:02.676 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.540177+0000 mon.smithi136 (mon.0) 131 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata"}]: dispatch 2022-04-26T02:51:02.676 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: cluster 2022-04-26T02:51:01.544105+0000 mon.smithi136 (mon.0) 132 : cluster [INF] Manager daemon smithi136.ofnrfx is now available 2022-04-26T02:51:02.677 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.689704+0000 mon.smithi136 (mon.0) 133 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:51:02.677 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.691706+0000 mon.smithi136 (mon.0) 134 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:51:02.677 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.694401+0000 mon.smithi136 (mon.0) 135 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:02.677 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.696459+0000 mon.smithi136 (mon.0) 136 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:51:02.677 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.725972+0000 mon.smithi136 (mon.0) 137 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:02.678 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.754001+0000 mon.smithi136 (mon.0) 138 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:51:02.678 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:01.757579+0000 mon.smithi136 (mon.0) 139 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:51:02.678 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:02 smithi136 bash[11745]: audit 2022-04-26T02:51:02.295593+0000 mon.smithi136 (mon.0) 140 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:02.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2022-04-26T02:51:02.971 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","modified":"2022-04-26T02:48:27.111901Z","created":"2022-04-26T02:48:27.111901Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2022-04-26T02:51:02.974 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2022-04-26T02:51:03.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:03 smithi136 bash[11745]: cluster 2022-04-26T02:51:02.542479+0000 mon.smithi136 (mon.0) 141 : cluster [DBG] mgrmap e16: smithi136.ofnrfx(active, since 1.06393s) 2022-04-26T02:51:03.747 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:03 smithi136 bash[11745]: audit 2022-04-26T02:51:02.977719+0000 mon.smithi136 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.145:0/2947006135' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2022-04-26T02:51:03.747 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:03 smithi136 bash[11745]: audit 2022-04-26T02:51:03.060147+0000 mon.smithi136 (mon.0) 143 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:04.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2022-04-26T02:51:04.523 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph mon dump -f json 2022-04-26T02:51:05.553 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:05 smithi136 bash[11745]: cluster 2022-04-26T02:51:04.062371+0000 mon.smithi136 (mon.0) 144 : cluster [DBG] mgrmap e17: smithi136.ofnrfx(active, since 2s) 2022-04-26T02:51:07.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:06 smithi136 bash[11745]: audit 2022-04-26T02:51:05.910922+0000 mon.smithi136 (mon.0) 145 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:07.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:06 smithi136 bash[11745]: audit 2022-04-26T02:51:06.193637+0000 mon.smithi136 (mon.0) 146 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:51:07.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:06 smithi136 bash[11745]: audit 2022-04-26T02:51:06.245800+0000 mon.smithi136 (mon.0) 147 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:08.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:07 smithi136 bash[11745]: cephadm 2022-04-26T02:51:06.194911+0000 mgr.smithi136.ofnrfx (mgr.14188) 1 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2022-04-26T02:51:08.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:07 smithi136 bash[11745]: cephadm 2022-04-26T02:51:06.212931+0000 mgr.smithi136.ofnrfx (mgr.14188) 2 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2022-04-26T02:51:08.702 INFO:teuthology.orchestra.run.smithi145.stdout: 2022-04-26T02:51:08.702 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","modified":"2022-04-26T02:48:27.111901Z","created":"2022-04-26T02:48:27.111901Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2022-04-26T02:51:08.705 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2022-04-26T02:51:09.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:08 smithi136 bash[11745]: audit 2022-04-26T02:51:08.706322+0000 mon.smithi136 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.145:0/66861554' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2022-04-26T02:51:10.470 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2022-04-26T02:51:10.471 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph mon dump -f json 2022-04-26T02:51:11.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: audit 2022-04-26T02:51:09.616776+0000 mon.smithi136 (mon.0) 149 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:11.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: audit 2022-04-26T02:51:09.950550+0000 mon.smithi136 (mon.0) 150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:11.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: audit 2022-04-26T02:51:09.952575+0000 mon.smithi136 (mon.0) 151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:51:11.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: audit 2022-04-26T02:51:09.959477+0000 mon.smithi136 (mon.0) 152 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:11.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: audit 2022-04-26T02:51:09.963627+0000 mon.smithi136 (mon.0) 153 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2022-04-26T02:51:11.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: audit 2022-04-26T02:51:09.966504+0000 mon.smithi136 (mon.0) 154 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2022-04-26T02:51:11.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: audit 2022-04-26T02:51:09.967830+0000 mon.smithi136 (mon.0) 155 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:11.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:10 smithi136 bash[11745]: cephadm 2022-04-26T02:51:09.968965+0000 mgr.smithi136.ofnrfx (mgr.14188) 3 : cephadm [INF] Deploying daemon crash.smithi145 on smithi145 2022-04-26T02:51:14.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:14 smithi136 bash[11745]: audit 2022-04-26T02:51:13.293107+0000 mon.smithi136 (mon.0) 156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:14.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:14 smithi136 bash[11745]: audit 2022-04-26T02:51:13.298274+0000 mon.smithi136 (mon.0) 157 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.agvohy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2022-04-26T02:51:14.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:14 smithi136 bash[11745]: audit 2022-04-26T02:51:13.302904+0000 mon.smithi136 (mon.0) 158 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.agvohy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2022-04-26T02:51:14.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:14 smithi136 bash[11745]: audit 2022-04-26T02:51:13.304576+0000 mon.smithi136 (mon.0) 159 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr services"}]: dispatch 2022-04-26T02:51:14.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:14 smithi136 bash[11745]: audit 2022-04-26T02:51:13.306451+0000 mon.smithi136 (mon.0) 160 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:14.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:14 smithi136 bash[11745]: cephadm 2022-04-26T02:51:13.307744+0000 mgr.smithi136.ofnrfx (mgr.14188) 4 : cephadm [INF] Deploying daemon mgr.smithi145.agvohy on smithi145 2022-04-26T02:51:14.611 INFO:teuthology.orchestra.run.smithi145.stdout: 2022-04-26T02:51:14.611 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","modified":"2022-04-26T02:48:27.111901Z","created":"2022-04-26T02:48:27.111901Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2022-04-26T02:51:14.614 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2022-04-26T02:51:15.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:15 smithi136 bash[11745]: audit 2022-04-26T02:51:14.612784+0000 mon.smithi136 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.145:0/4151354854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2022-04-26T02:51:16.309 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2022-04-26T02:51:16.309 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph mon dump -f json 2022-04-26T02:51:17.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:17 smithi136 bash[11745]: audit 2022-04-26T02:51:16.179780+0000 mon.smithi136 (mon.0) 162 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:17.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:17 smithi136 bash[11745]: audit 2022-04-26T02:51:16.184200+0000 mon.smithi136 (mon.0) 163 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2022-04-26T02:51:17.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:17 smithi136 bash[11745]: audit 2022-04-26T02:51:16.185948+0000 mon.smithi136 (mon.0) 164 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:17.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:17 smithi136 bash[11745]: cephadm 2022-04-26T02:51:16.187243+0000 mgr.smithi136.ofnrfx (mgr.14188) 5 : cephadm [INF] Deploying daemon mon.smithi145 on smithi145 2022-04-26T02:51:17.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:17 smithi136 bash[11745]: audit 2022-04-26T02:51:16.745332+0000 mon.smithi136 (mon.0) 165 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:21.153 INFO:teuthology.orchestra.run.smithi145.stdout: 2022-04-26T02:51:21.153 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","modified":"2022-04-26T02:48:27.111901Z","created":"2022-04-26T02:48:27.111901Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2022-04-26T02:51:21.156 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2022-04-26T02:51:21.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:21 smithi136 bash[11745]: audit 2022-04-26T02:51:21.155052+0000 mon.smithi136 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.145:0/852208428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2022-04-26T02:51:22.065 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:21 smithi145 systemd[1]: Started Ceph mon.smithi145 for 424c9d1a-c50b-11ec-8c39-001a4aab830c. 2022-04-26T02:51:22.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2022-04-26T02:51:22.880 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph mon dump -f json 2022-04-26T02:51:23.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:22 smithi136 bash[11745]: cluster 2022-04-26T02:51:21.541375+0000 mgr.smithi136.ofnrfx (mgr.14188) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:23.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:22 smithi136 bash[11745]: audit 2022-04-26T02:51:21.804799+0000 mon.smithi136 (mon.0) 167 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:23.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:22 smithi136 bash[11745]: cephadm 2022-04-26T02:51:21.808745+0000 mgr.smithi136.ofnrfx (mgr.14188) 7 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2022-04-26T02:51:23.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:22 smithi136 bash[11745]: audit 2022-04-26T02:51:22.419279+0000 mon.smithi136 (mon.0) 168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:23.103 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.901+0000 7f14f0e7d880 0 set uid:gid to 167:167 (ceph:ceph) 2022-04-26T02:51:23.103 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.901+0000 7f14f0e7d880 0 ceph version 16.2.7-927-gaa0c7084 (aa0c7084d7c33fa13e629854baf24f102c2ea55d) pacific (stable), process ceph-mon, pid 7 2022-04-26T02:51:23.103 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.901+0000 7f14f0e7d880 0 pidfile_write: ignore empty --pid-file 2022-04-26T02:51:23.103 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 0 load: jerasure load: lrc load: isa 2022-04-26T02:51:23.103 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: RocksDB version: 6.8.1 2022-04-26T02:51:23.103 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Compile date Apr 22 2022 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: DB SUMMARY 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: CURRENT file: CURRENT 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: IDENTITY file: IDENTITY 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi145/store.db dir, Total Num: 0, files: 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi145/store.db: 000003.log size: 511 ; 2022-04-26T02:51:23.104 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.error_if_exists: 0 2022-04-26T02:51:23.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.create_if_missing: 0 2022-04-26T02:51:23.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.paranoid_checks: 1 2022-04-26T02:51:23.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.env: 0x561dfb671000 2022-04-26T02:51:23.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.fs: Posix File System 2022-04-26T02:51:23.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.info_log: 0x561dfdc00780 2022-04-26T02:51:23.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_file_opening_threads: 16 2022-04-26T02:51:23.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.statistics: (nil) 2022-04-26T02:51:23.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.use_fsync: 0 2022-04-26T02:51:23.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_log_file_size: 0 2022-04-26T02:51:23.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2022-04-26T02:51:23.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.log_file_time_to_roll: 0 2022-04-26T02:51:23.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.keep_log_file_num: 1000 2022-04-26T02:51:23.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.recycle_log_file_num: 0 2022-04-26T02:51:23.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.allow_fallocate: 1 2022-04-26T02:51:23.107 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.allow_mmap_reads: 0 2022-04-26T02:51:23.107 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.allow_mmap_writes: 0 2022-04-26T02:51:23.107 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.use_direct_reads: 0 2022-04-26T02:51:23.107 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2022-04-26T02:51:23.107 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.create_missing_column_families: 0 2022-04-26T02:51:23.107 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.db_log_dir: 2022-04-26T02:51:23.107 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi145/store.db 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.table_cache_numshardbits: 6 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_subcompactions: 1 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_background_flushes: -1 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2022-04-26T02:51:23.108 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.advise_random_on_open: 1 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.db_write_buffer_size: 0 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.write_buffer_manager: 0x561dfe900120 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.use_adaptive_mutex: 0 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.rate_limiter: (nil) 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2022-04-26T02:51:23.109 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.wal_recovery_mode: 2 2022-04-26T02:51:23.110 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.enable_thread_tracking: 0 2022-04-26T02:51:23.110 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.enable_pipelined_write: 0 2022-04-26T02:51:23.110 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.unordered_write: 0 2022-04-26T02:51:23.110 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2022-04-26T02:51:23.110 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2022-04-26T02:51:23.110 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2022-04-26T02:51:23.110 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.row_cache: None 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.wal_filter: None 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.allow_ingest_behind: 0 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.preserve_deletes: 0 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.two_write_queues: 0 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.manual_wal_flush: 0 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.atomic_flush: 0 2022-04-26T02:51:23.111 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.persist_stats_to_disk: 0 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.log_readahead_size: 0 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_background_jobs: 2 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_background_compactions: -1 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2022-04-26T02:51:23.112 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.delayed_write_rate : 16777216 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_total_wal_size: 0 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.stats_dump_period_sec: 600 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.stats_persist_period_sec: 600 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_open_files: -1 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bytes_per_sync: 0 2022-04-26T02:51:23.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_readahead_size: 0 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Compression algorithms supported: 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kZSTD supported: 0 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kXpressCompression supported: 0 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kLZ4HCCompression supported: 1 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kLZ4Compression supported: 1 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kBZip2Compression supported: 0 2022-04-26T02:51:23.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kZlibCompression supported: 1 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: kSnappyCompression supported: 1 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000001 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.merge_operator: 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_filter: None 2022-04-26T02:51:23.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_filter_factory: None 2022-04-26T02:51:23.116 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2022-04-26T02:51:23.116 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.table_factory: BlockBasedTable 2022-04-26T02:51:23.116 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561dfdba3d10) 2022-04-26T02:51:23.116 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: cache_index_and_filter_blocks: 1 2022-04-26T02:51:23.116 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: cache_index_and_filter_blocks_with_high_priority: 0 2022-04-26T02:51:23.116 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: pin_l0_filter_and_index_blocks_in_cache: 0 2022-04-26T02:51:23.116 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: pin_top_level_index_and_filter: 1 2022-04-26T02:51:23.118 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: index_type: 0 2022-04-26T02:51:23.118 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: data_block_index_type: 0 2022-04-26T02:51:23.118 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: index_shortening: 1 2022-04-26T02:51:23.118 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: data_block_hash_table_util_ratio: 0.750000 2022-04-26T02:51:23.118 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: hash_index_allow_collision: 1 2022-04-26T02:51:23.118 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: checksum: 1 2022-04-26T02:51:23.118 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: no_block_cache: 0 2022-04-26T02:51:23.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_cache: 0x561dfdbdaf10 2022-04-26T02:51:23.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_cache_name: BinnedLRUCache 2022-04-26T02:51:23.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_cache_options: 2022-04-26T02:51:23.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: capacity : 536870912 2022-04-26T02:51:23.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: num_shard_bits : 4 2022-04-26T02:51:23.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: strict_capacity_limit : 0 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: high_pri_pool_ratio: 0.000 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_cache_compressed: (nil) 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: persistent_cache: (nil) 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_size: 4096 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_size_deviation: 10 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_restart_interval: 16 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: index_block_restart_interval: 1 2022-04-26T02:51:23.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: metadata_block_size: 4096 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: partition_filters: 0 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: use_delta_encoding: 1 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: filter_policy: rocksdb.BuiltinBloomFilter 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: whole_key_filtering: 1 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: verify_compression: 0 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: read_amp_bytes_per_bit: 0 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: format_version: 2 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: enable_index_compression: 1 2022-04-26T02:51:23.121 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: block_align: 0 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.write_buffer_size: 33554432 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_write_buffer_number: 2 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compression: NoCompression 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bottommost_compression: Disabled 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.prefix_extractor: nullptr 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.num_levels: 7 2022-04-26T02:51:23.122 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2022-04-26T02:51:23.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compression_opts.window_bits: -14 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compression_opts.level: 32767 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compression_opts.strategy: 0 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compression_opts.enabled: false 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2022-04-26T02:51:23.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.target_file_size_base: 67108864 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.target_file_size_multiplier: 1 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2022-04-26T02:51:23.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.arena_block_size: 4194304 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2022-04-26T02:51:23.126 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.disable_auto_compactions: 0 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2022-04-26T02:51:23.127 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.table_properties_collectors: 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.inplace_update_support: 0 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2022-04-26T02:51:23.128 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.memtable_huge_page_size: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.bloom_locality: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.max_successive_merges: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.paranoid_file_checks: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.force_consistency_checks: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.report_bg_io_stats: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.ttl: 2592000 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.905+0000 7f14f0e7d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2022-04-26T02:51:23.129 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi145/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 2022-04-26T02:51:23.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2022-04-26T02:51:23.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1650941482913132, "job": 1, "event": "recovery_started", "log_files": [3]} 2022-04-26T02:51:23.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2022-04-26T02:51:23.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2022-04-26T02:51:23.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1650941482913830, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "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": 1650941482, "oldest_key_time": 3, "file_creation_time": 0}} 2022-04-26T02:51:23.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2022-04-26T02:51:23.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.909+0000 7f14f0e7d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1650941482914553, "job": 1, "event": "recovery_finished"} 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.913+0000 7f14f0e7d880 4 rocksdb: DB pointer 0x561dfdca3800 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.913+0000 7f14f0e7d880 0 mon.smithi145 does not exist in monmap, will attempt to join an existing cluster 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.913+0000 7f14f0e7d880 0 using public_addr v2:172.21.15.145:0/0 -> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.913+0000 7f14d7eaf700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.913+0000 7f14d7eaf700 4 rocksdb: [db_impl/db_impl.cc:851] 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ** DB Stats ** 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2022-04-26T02:51:23.131 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2022-04-26T02:51:23.132 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2022-04-26T02:51:23.132 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2022-04-26T02:51:23.132 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2022-04-26T02:51:23.132 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2022-04-26T02:51:23.132 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ** Compaction Stats [default] ** 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ** Compaction Stats [default] ** 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:51:23.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Flush(GB): cumulative 0.000, interval 0.000 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(GB): cumulative 0.000, interval 0.000 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(Total Files): cumulative 0, interval 0 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(L0 Files): cumulative 0, interval 0 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(Keys): cumulative 0, interval 0 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Cumulative compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:51:23.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Interval compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ** File Read Latency Histogram By Level [default] ** 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ** Compaction Stats [default] ** 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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 2022-04-26T02:51:23.135 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ** Compaction Stats [default] ** 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Uptime(secs): 0.0 total, 0.0 interval 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Flush(GB): cumulative 0.000, interval 0.000 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(GB): cumulative 0.000, interval 0.000 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(Total Files): cumulative 0, interval 0 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(L0 Files): cumulative 0, interval 0 2022-04-26T02:51:23.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: AddFile(Keys): cumulative 0, interval 0 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Cumulative compaction: 0.00 GB write, 0.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: ** File Read Latency Histogram By Level [default] ** 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.913+0000 7f14f0e7d880 0 starting mon.smithi145 rank -1 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi145 fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.913+0000 7f14f0e7d880 1 mon.smithi145@-1(???) e0 preinit fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 0 mon.smithi145@-1(synchronizing).mds e1 new map 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 0 mon.smithi145@-1(synchronizing).mds e1 print_map 2022-04-26T02:51:23.137 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: e1 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: enable_multiple, ever_enabled_multiple: 1,1 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 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} 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: legacy client fscid: -1 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: No filesystems configured 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2022-04-26T02:51:23.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: cluster 2022-04-26T02:51:21.541375+0000 mgr.smithi136.ofnrfx (mgr.14188) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: audit 2022-04-26T02:51:21.804799+0000 mon.smithi136 (mon.0) 167 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: cephadm 2022-04-26T02:51:21.808745+0000 mgr.smithi136.ofnrfx (mgr.14188) 7 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2022-04-26T02:51:23.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: audit 2022-04-26T02:51:22.419279+0000 mon.smithi136 (mon.0) 168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:23.140 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:22 smithi145 bash[13673]: debug 2022-04-26T02:51:22.953+0000 7f14da6b4700 1 mon.smithi145@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2022-04-26T02:51:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cephadm 2022-04-26T02:51:22.440315+0000 mgr.smithi136.ofnrfx (mgr.14188) 8 : cephadm [INF] Deploying daemon prometheus.smithi136 on smithi136 2022-04-26T02:51:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:22.970413+0000 mon.smithi136 (mon.0) 170 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2022-04-26T02:51:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:22.970755+0000 mon.smithi136 (mon.0) 171 : cluster [INF] mon.smithi136 calling monitor election 2022-04-26T02:51:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:22.992833+0000 mon.smithi136 (mon.0) 172 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:23.541797+0000 mgr.smithi136.ofnrfx (mgr.14188) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:23.965029+0000 mon.smithi136 (mon.0) 173 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:24.471295+0000 mon.smithi136 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.agvohy/crt"}]: dispatch 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:24.965417+0000 mon.smithi136 (mon.0) 175 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:24.965468+0000 mon.smithi145 (mon.1) 1 : cluster [INF] mon.smithi145 calling monitor election 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:25.542236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:25.965183+0000 mon.smithi136 (mon.0) 176 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:26.965406+0000 mon.smithi136 (mon.0) 177 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:27.542690+0000 mgr.smithi136.ofnrfx (mgr.14188) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:27.965690+0000 mon.smithi136 (mon.0) 178 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.015234+0000 mon.smithi136 (mon.0) 179 : cluster [INF] mon.smithi136 is new leader, mons smithi136,smithi145 in quorum (ranks 0,1) 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.026030+0000 mon.smithi136 (mon.0) 180 : cluster [DBG] monmap e2: 2 mons at {smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.026179+0000 mon.smithi136 (mon.0) 181 : cluster [DBG] fsmap 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.026258+0000 mon.smithi136 (mon.0) 182 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.026640+0000 mon.smithi136 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi136.ofnrfx(active, since 26s) 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.028343+0000 mon.smithi136 (mon.0) 184 : cluster [DBG] Standby manager daemon smithi145.agvohy started 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:28.031211+0000 mon.smithi136 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.034525+0000 mon.smithi136 (mon.0) 186 : cluster [INF] overall HEALTH_OK 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:28.035386+0000 mon.smithi136 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.agvohy/key"}]: dispatch 2022-04-26T02:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:28.038787+0000 mon.smithi136 (mon.0) 188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:28 smithi145 bash[13673]: audit 2022-04-26T02:51:28.039110+0000 mon.smithi136 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2022-04-26T02:51:28.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cephadm 2022-04-26T02:51:22.440315+0000 mgr.smithi136.ofnrfx (mgr.14188) 8 : cephadm [INF] Deploying daemon prometheus.smithi136 on smithi136 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:22.970413+0000 mon.smithi136 (mon.0) 170 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:22.970755+0000 mon.smithi136 (mon.0) 171 : cluster [INF] mon.smithi136 calling monitor election 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:22.992833+0000 mon.smithi136 (mon.0) 172 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:23.541797+0000 mgr.smithi136.ofnrfx (mgr.14188) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:23.965029+0000 mon.smithi136 (mon.0) 173 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:24.471295+0000 mon.smithi136 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.agvohy/crt"}]: dispatch 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:24.965417+0000 mon.smithi136 (mon.0) 175 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:24.965468+0000 mon.smithi145 (mon.1) 1 : cluster [INF] mon.smithi145 calling monitor election 2022-04-26T02:51:28.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:25.542236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:25.965183+0000 mon.smithi136 (mon.0) 176 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:26.965406+0000 mon.smithi136 (mon.0) 177 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:27.542690+0000 mgr.smithi136.ofnrfx (mgr.14188) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:27.965690+0000 mon.smithi136 (mon.0) 178 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.015234+0000 mon.smithi136 (mon.0) 179 : cluster [INF] mon.smithi136 is new leader, mons smithi136,smithi145 in quorum (ranks 0,1) 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.026030+0000 mon.smithi136 (mon.0) 180 : cluster [DBG] monmap e2: 2 mons at {smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.026179+0000 mon.smithi136 (mon.0) 181 : cluster [DBG] fsmap 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.026258+0000 mon.smithi136 (mon.0) 182 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.026640+0000 mon.smithi136 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi136.ofnrfx(active, since 26s) 2022-04-26T02:51:28.573 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.028343+0000 mon.smithi136 (mon.0) 184 : cluster [DBG] Standby manager daemon smithi145.agvohy started 2022-04-26T02:51:28.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:28.031211+0000 mon.smithi136 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2022-04-26T02:51:28.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.034525+0000 mon.smithi136 (mon.0) 186 : cluster [INF] overall HEALTH_OK 2022-04-26T02:51:28.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:28.035386+0000 mon.smithi136 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.agvohy/key"}]: dispatch 2022-04-26T02:51:28.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:28.038787+0000 mon.smithi136 (mon.0) 188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:28.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:28 smithi136 bash[11745]: audit 2022-04-26T02:51:28.039110+0000 mon.smithi136 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.145:0/3908152505' entity='mgr.smithi145.agvohy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2022-04-26T02:51:29.169 INFO:teuthology.orchestra.run.smithi145.stdout: 2022-04-26T02:51:29.169 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":2,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","modified":"2022-04-26T02:51:22.964336Z","created":"2022-04-26T02:48:27.111901Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2022-04-26T02:51:29.172 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 2 2022-04-26T02:51:29.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:29 smithi145 bash[13673]: cluster 2022-04-26T02:51:28.094749+0000 mon.smithi136 (mon.0) 190 : cluster [DBG] mgrmap e18: smithi136.ofnrfx(active, since 26s), standbys: smithi145.agvohy 2022-04-26T02:51:29.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:29 smithi145 bash[13673]: audit 2022-04-26T02:51:28.094942+0000 mon.smithi136 (mon.0) 191 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr metadata", "who": "smithi145.agvohy", "id": "smithi145.agvohy"}]: dispatch 2022-04-26T02:51:29.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:29 smithi145 bash[13673]: audit 2022-04-26T02:51:28.965700+0000 mon.smithi136 (mon.0) 192 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:29.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:29 smithi136 bash[11745]: cluster 2022-04-26T02:51:28.094749+0000 mon.smithi136 (mon.0) 190 : cluster [DBG] mgrmap e18: smithi136.ofnrfx(active, since 26s), standbys: smithi145.agvohy 2022-04-26T02:51:29.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:29 smithi136 bash[11745]: audit 2022-04-26T02:51:28.094942+0000 mon.smithi136 (mon.0) 191 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr metadata", "who": "smithi145.agvohy", "id": "smithi145.agvohy"}]: dispatch 2022-04-26T02:51:29.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:29 smithi136 bash[11745]: audit 2022-04-26T02:51:28.965700+0000 mon.smithi136 (mon.0) 192 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2022-04-26T02:51:29.770 INFO:tasks.cephadm:Generating final ceph.conf file... 2022-04-26T02:51:29.770 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph config generate-minimal-conf 2022-04-26T02:51:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:30 smithi145 bash[13673]: audit 2022-04-26T02:51:29.171115+0000 mon.smithi136 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.145:0/2032821219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2022-04-26T02:51:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:30 smithi145 bash[13673]: cluster 2022-04-26T02:51:29.543170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:30.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:30 smithi136 bash[11745]: audit 2022-04-26T02:51:29.171115+0000 mon.smithi136 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.145:0/2032821219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2022-04-26T02:51:30.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:30 smithi136 bash[11745]: cluster 2022-04-26T02:51:29.543170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:32 smithi145 bash[13673]: cluster 2022-04-26T02:51:31.543571+0000 mgr.smithi136.ofnrfx (mgr.14188) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:33.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:32 smithi136 bash[11745]: cluster 2022-04-26T02:51:31.543571+0000 mgr.smithi136.ofnrfx (mgr.14188) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:35.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:34 smithi136 bash[11745]: cluster 2022-04-26T02:51:33.543897+0000 mgr.smithi136.ofnrfx (mgr.14188) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:35.139 INFO:teuthology.orchestra.run.smithi136.stdout:# minimal ceph.conf for 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:51:35.140 INFO:teuthology.orchestra.run.smithi136.stdout:[global] 2022-04-26T02:51:35.140 INFO:teuthology.orchestra.run.smithi136.stdout: fsid = 424c9d1a-c50b-11ec-8c39-001a4aab830c 2022-04-26T02:51:35.140 INFO:teuthology.orchestra.run.smithi136.stdout: mon_host = [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2022-04-26T02:51:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:34 smithi145 bash[13673]: cluster 2022-04-26T02:51:33.543897+0000 mgr.smithi136.ofnrfx (mgr.14188) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:36.088 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2022-04-26T02:51:36.089 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:51:36.089 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2022-04-26T02:51:36.099 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:51:36.099 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2022-04-26T02:51:36.153 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:51:36.154 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2022-04-26T02:51:36.169 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:51:36.169 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2022-04-26T02:51:36.224 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:35 smithi145 bash[13673]: audit 2022-04-26T02:51:35.142025+0000 mon.smithi136 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.136:0/1654927771' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:36.228 INFO:tasks.cephadm:Deploying OSDs... 2022-04-26T02:51:36.228 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:51:36.228 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2022-04-26T02:51:36.235 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-04-26T02:51:36.235 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme1n1 && sudo dd if=/dev/nvme1n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme1n1 2022-04-26T02:51:36.282 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme1n1 2022-04-26T02:51:36.283 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.283 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 476 Links: 1 Device type: 103,2 2022-04-26T02:51:36.283 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.283 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:50:00.078121033 +0000 2022-04-26T02:51:36.283 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:49:59.570121045 +0000 2022-04-26T02:51:36.283 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:49:59.570121045 +0000 2022-04-26T02:51:36.284 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:51:36.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:35 smithi136 bash[11745]: audit 2022-04-26T02:51:35.142025+0000 mon.smithi136 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.136:0/1654927771' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:36.292 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:51:36.292 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:51:36.292 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000446488 s, 1.1 MB/s 2022-04-26T02:51:36.297 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme2n1 && sudo dd if=/dev/nvme2n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme2n1 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme2n1 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 482 Links: 1 Device type: 103,4 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:50:00.138121032 +0000 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:49:59.570121045 +0000 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:49:59.570121045 +0000 2022-04-26T02:51:36.347 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:51:36.356 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:51:36.356 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:51:36.357 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000372153 s, 1.4 MB/s 2022-04-26T02:51:36.361 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme3n1 && sudo dd if=/dev/nvme3n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme3n1 2022-04-26T02:51:36.410 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme3n1 2022-04-26T02:51:36.411 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.411 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 488 Links: 1 Device type: 103,6 2022-04-26T02:51:36.411 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.411 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:50:00.206121031 +0000 2022-04-26T02:51:36.411 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:49:59.574121045 +0000 2022-04-26T02:51:36.411 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:49:59.574121045 +0000 2022-04-26T02:51:36.411 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:51:36.419 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:51:36.419 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:51:36.420 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000449148 s, 1.1 MB/s 2022-04-26T02:51:36.424 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/nvme4n1 && sudo dd if=/dev/nvme4n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme4n1 2022-04-26T02:51:36.474 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/nvme4n1 2022-04-26T02:51:36.474 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.475 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 494 Links: 1 Device type: 103,8 2022-04-26T02:51:36.475 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.475 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2022-04-26 02:50:00.270121029 +0000 2022-04-26T02:51:36.475 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2022-04-26 02:49:59.574121045 +0000 2022-04-26T02:51:36.475 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2022-04-26 02:49:59.574121045 +0000 2022-04-26T02:51:36.475 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2022-04-26T02:51:36.484 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2022-04-26T02:51:36.484 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2022-04-26T02:51:36.485 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000437158 s, 1.2 MB/s 2022-04-26T02:51:36.488 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:51:36.488 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2022-04-26T02:51:36.495 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-04-26T02:51:36.495 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme1n1 && sudo dd if=/dev/nvme1n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme1n1 2022-04-26T02:51:36.544 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme1n1 2022-04-26T02:51:36.544 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.545 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 476 Links: 1 Device type: 103,2 2022-04-26T02:51:36.545 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.545 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:51:08.340433468 +0000 2022-04-26T02:51:36.545 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:51:07.668769378 +0000 2022-04-26T02:51:36.545 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:51:07.668769378 +0000 2022-04-26T02:51:36.546 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:51:36.553 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:51:36.553 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:51:36.554 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000441367 s, 1.2 MB/s 2022-04-26T02:51:36.557 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme2n1 && sudo dd if=/dev/nvme2n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme2n1 2022-04-26T02:51:36.604 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme2n1 2022-04-26T02:51:36.605 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.605 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 482 Links: 1 Device type: 103,4 2022-04-26T02:51:36.605 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.606 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:51:08.400403476 +0000 2022-04-26T02:51:36.606 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:51:07.672767379 +0000 2022-04-26T02:51:36.606 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:51:07.672767379 +0000 2022-04-26T02:51:36.606 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:51:36.614 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:51:36.614 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:51:36.614 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000413447 s, 1.2 MB/s 2022-04-26T02:51:36.618 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme3n1 && sudo dd if=/dev/nvme3n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme3n1 2022-04-26T02:51:36.668 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme3n1 2022-04-26T02:51:36.668 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.668 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 488 Links: 1 Device type: 103,6 2022-04-26T02:51:36.668 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.669 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:51:08.464371485 +0000 2022-04-26T02:51:36.669 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:51:07.672767379 +0000 2022-04-26T02:51:36.669 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:51:07.672767379 +0000 2022-04-26T02:51:36.669 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:51:36.678 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:51:36.678 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:51:36.679 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000464901 s, 1.1 MB/s 2022-04-26T02:51:36.682 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme4n1 && sudo dd if=/dev/nvme4n1 of=/dev/null count=1 && ! mount | grep -q /dev/nvme4n1 2022-04-26T02:51:36.732 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme4n1 2022-04-26T02:51:36.732 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2022-04-26T02:51:36.732 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 493 Links: 1 Device type: 103,8 2022-04-26T02:51:36.732 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2022-04-26T02:51:36.732 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2022-04-26 02:51:08.532337494 +0000 2022-04-26T02:51:36.733 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2022-04-26 02:51:07.672767379 +0000 2022-04-26T02:51:36.733 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2022-04-26 02:51:07.672767379 +0000 2022-04-26T02:51:36.733 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2022-04-26T02:51:36.741 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2022-04-26T02:51:36.741 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2022-04-26T02:51:36.741 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000465091 s, 1.1 MB/s 2022-04-26T02:51:36.744 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph orch apply osd --all-available-devices 2022-04-26T02:51:37.235 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:36 smithi136 bash[11745]: cluster 2022-04-26T02:51:35.544389+0000 mgr.smithi136.ofnrfx (mgr.14188) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:36 smithi145 bash[13673]: cluster 2022-04-26T02:51:35.544389+0000 mgr.smithi136.ofnrfx (mgr.14188) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:39.067 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:38 smithi136 bash[11745]: cluster 2022-04-26T02:51:37.544824+0000 mgr.smithi136.ofnrfx (mgr.14188) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:39.286 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:38 smithi145 bash[13673]: cluster 2022-04-26T02:51:37.544824+0000 mgr.smithi136.ofnrfx (mgr.14188) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:39.714 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled osd.all-available-devices update... 2022-04-26T02:51:40.235 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2022-04-26T02:51:40.245 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:51:41.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: cluster 2022-04-26T02:51:39.545271+0000 mgr.smithi136.ofnrfx (mgr.14188) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:41.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: audit 2022-04-26T02:51:39.707479+0000 mgr.smithi136.ofnrfx (mgr.14188) 18 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:51:41.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: cephadm 2022-04-26T02:51:39.710489+0000 mgr.smithi136.ofnrfx (mgr.14188) 19 : cephadm [INF] Marking host: smithi136 for OSDSpec preview refresh. 2022-04-26T02:51:41.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: cephadm 2022-04-26T02:51:39.710587+0000 mgr.smithi136.ofnrfx (mgr.14188) 20 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2022-04-26T02:51:41.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: cephadm 2022-04-26T02:51:39.711011+0000 mgr.smithi136.ofnrfx (mgr.14188) 21 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2022-04-26T02:51:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: audit 2022-04-26T02:51:39.716183+0000 mon.smithi136 (mon.0) 195 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: audit 2022-04-26T02:51:39.895652+0000 mon.smithi136 (mon.0) 196 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: audit 2022-04-26T02:51:39.897199+0000 mon.smithi136 (mon.0) 197 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:51:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: audit 2022-04-26T02:51:39.898925+0000 mon.smithi136 (mon.0) 198 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:40 smithi136 bash[11745]: audit 2022-04-26T02:51:39.900503+0000 mon.smithi136 (mon.0) 199 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:51:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: cluster 2022-04-26T02:51:39.545271+0000 mgr.smithi136.ofnrfx (mgr.14188) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: audit 2022-04-26T02:51:39.707479+0000 mgr.smithi136.ofnrfx (mgr.14188) 18 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: cephadm 2022-04-26T02:51:39.710489+0000 mgr.smithi136.ofnrfx (mgr.14188) 19 : cephadm [INF] Marking host: smithi136 for OSDSpec preview refresh. 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: cephadm 2022-04-26T02:51:39.710587+0000 mgr.smithi136.ofnrfx (mgr.14188) 20 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: cephadm 2022-04-26T02:51:39.711011+0000 mgr.smithi136.ofnrfx (mgr.14188) 21 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: audit 2022-04-26T02:51:39.716183+0000 mon.smithi136 (mon.0) 195 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: audit 2022-04-26T02:51:39.895652+0000 mon.smithi136 (mon.0) 196 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: audit 2022-04-26T02:51:39.897199+0000 mon.smithi136 (mon.0) 197 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:51:41.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: audit 2022-04-26T02:51:39.898925+0000 mon.smithi136 (mon.0) 198 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:41.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:40 smithi145 bash[13673]: audit 2022-04-26T02:51:39.900503+0000 mon.smithi136 (mon.0) 199 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:51:43.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:42 smithi136 bash[11745]: cluster 2022-04-26T02:51:41.545691+0000 mgr.smithi136.ofnrfx (mgr.14188) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:42 smithi145 bash[13673]: cluster 2022-04-26T02:51:41.545691+0000 mgr.smithi136.ofnrfx (mgr.14188) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:43.805 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:51:44.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: audit 2022-04-26T02:51:43.049176+0000 mon.smithi136 (mon.0) 200 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: audit 2022-04-26T02:51:43.421195+0000 mon.smithi136 (mon.0) 201 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: audit 2022-04-26T02:51:43.428915+0000 mon.smithi136 (mon.0) 202 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: cephadm 2022-04-26T02:51:43.429731+0000 mgr.smithi136.ofnrfx (mgr.14188) 23 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2022-04-26T02:51:44.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: cephadm 2022-04-26T02:51:43.447634+0000 mgr.smithi136.ofnrfx (mgr.14188) 24 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2022-04-26T02:51:44.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: audit 2022-04-26T02:51:43.481688+0000 mon.smithi136 (mon.0) 203 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: cluster 2022-04-26T02:51:43.546040+0000 mgr.smithi136.ofnrfx (mgr.14188) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:44.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:44 smithi136 bash[11745]: audit 2022-04-26T02:51:43.807936+0000 mon.smithi136 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.136:0/4138341495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:51:44.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: audit 2022-04-26T02:51:43.049176+0000 mon.smithi136 (mon.0) 200 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: audit 2022-04-26T02:51:43.421195+0000 mon.smithi136 (mon.0) 201 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: audit 2022-04-26T02:51:43.428915+0000 mon.smithi136 (mon.0) 202 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: cephadm 2022-04-26T02:51:43.429731+0000 mgr.smithi136.ofnrfx (mgr.14188) 23 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2022-04-26T02:51:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: cephadm 2022-04-26T02:51:43.447634+0000 mgr.smithi136.ofnrfx (mgr.14188) 24 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2022-04-26T02:51:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: audit 2022-04-26T02:51:43.481688+0000 mon.smithi136 (mon.0) 203 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: cluster 2022-04-26T02:51:43.546040+0000 mgr.smithi136.ofnrfx (mgr.14188) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:44 smithi145 bash[13673]: audit 2022-04-26T02:51:43.807936+0000 mon.smithi136 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.136:0/4138341495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:51:44.490 INFO:teuthology.orchestra.run.smithi136.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} 2022-04-26T02:51:45.491 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.156944+0000 mon.smithi136 (mon.0) 205 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.166991+0000 mon.smithi136 (mon.0) 206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: cephadm 2022-04-26T02:51:45.168183+0000 mgr.smithi136.ofnrfx (mgr.14188) 26 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.191860+0000 mon.smithi136 (mon.0) 207 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.199101+0000 mon.smithi136 (mon.0) 208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.208802+0000 mon.smithi136 (mon.0) 209 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.215186+0000 mon.smithi136 (mon.0) 210 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:51:46.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.217467+0000 mon.smithi136 (mon.0) 211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:51:46.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.217935+0000 mon.smithi136 (mon.0) 212 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:46.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: audit 2022-04-26T02:51:45.218958+0000 mon.smithi136 (mon.0) 213 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:46.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:46 smithi136 bash[11745]: cluster 2022-04-26T02:51:45.546444+0000 mgr.smithi136.ofnrfx (mgr.14188) 27 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.156944+0000 mon.smithi136 (mon.0) 205 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.166991+0000 mon.smithi136 (mon.0) 206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: cephadm 2022-04-26T02:51:45.168183+0000 mgr.smithi136.ofnrfx (mgr.14188) 26 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.191860+0000 mon.smithi136 (mon.0) 207 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.199101+0000 mon.smithi136 (mon.0) 208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.208802+0000 mon.smithi136 (mon.0) 209 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.215186+0000 mon.smithi136 (mon.0) 210 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.217467+0000 mon.smithi136 (mon.0) 211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.217935+0000 mon.smithi136 (mon.0) 212 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: audit 2022-04-26T02:51:45.218958+0000 mon.smithi136 (mon.0) 213 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:51:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:46 smithi145 bash[13673]: cluster 2022-04-26T02:51:45.546444+0000 mgr.smithi136.ofnrfx (mgr.14188) 27 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:48.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:48 smithi136 bash[11745]: cluster 2022-04-26T02:51:47.546902+0000 mgr.smithi136.ofnrfx (mgr.14188) 28 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:49.002 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:48 smithi145 bash[13673]: cluster 2022-04-26T02:51:47.546902+0000 mgr.smithi136.ofnrfx (mgr.14188) 28 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:49.125 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:51:49.996 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:49 smithi136 bash[11745]: audit 2022-04-26T02:51:49.128120+0000 mon.smithi136 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.136:0/4046428731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:51:49.997 INFO:teuthology.orchestra.run.smithi136.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} 2022-04-26T02:51:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:49 smithi145 bash[13673]: audit 2022-04-26T02:51:49.128120+0000 mon.smithi136 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.136:0/4046428731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:51:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:50 smithi145 bash[13673]: cluster 2022-04-26T02:51:49.547395+0000 mgr.smithi136.ofnrfx (mgr.14188) 29 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:50.999 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:51:51.006 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:50 smithi136 bash[11745]: cluster 2022-04-26T02:51:49.547395+0000 mgr.smithi136.ofnrfx (mgr.14188) 29 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:52.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:51 smithi136 bash[11745]: audit 2022-04-26T02:51:51.699264+0000 mon.smithi145 (mon.1) 2 : audit [INF] from='client.? 172.21.15.145:0/847685275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8f06303-2ac1-4670-86b3-b6308d2a1274"}]: dispatch 2022-04-26T02:51:52.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:51 smithi136 bash[11745]: audit 2022-04-26T02:51:51.701511+0000 mon.smithi136 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8f06303-2ac1-4670-86b3-b6308d2a1274"}]: dispatch 2022-04-26T02:51:52.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:51 smithi136 bash[11745]: audit 2022-04-26T02:51:51.706931+0000 mon.smithi136 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8f06303-2ac1-4670-86b3-b6308d2a1274"}]': finished 2022-04-26T02:51:52.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:51 smithi136 bash[11745]: cluster 2022-04-26T02:51:51.707007+0000 mon.smithi136 (mon.0) 217 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2022-04-26T02:51:52.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:51 smithi136 bash[11745]: audit 2022-04-26T02:51:51.707145+0000 mon.smithi136 (mon.0) 218 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:52.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:51 smithi145 bash[13673]: audit 2022-04-26T02:51:51.699264+0000 mon.smithi145 (mon.1) 2 : audit [INF] from='client.? 172.21.15.145:0/847685275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8f06303-2ac1-4670-86b3-b6308d2a1274"}]: dispatch 2022-04-26T02:51:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:51 smithi145 bash[13673]: audit 2022-04-26T02:51:51.701511+0000 mon.smithi136 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8f06303-2ac1-4670-86b3-b6308d2a1274"}]: dispatch 2022-04-26T02:51:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:51 smithi145 bash[13673]: audit 2022-04-26T02:51:51.706931+0000 mon.smithi136 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8f06303-2ac1-4670-86b3-b6308d2a1274"}]': finished 2022-04-26T02:51:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:51 smithi145 bash[13673]: cluster 2022-04-26T02:51:51.707007+0000 mon.smithi136 (mon.0) 217 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2022-04-26T02:51:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:51 smithi145 bash[13673]: audit 2022-04-26T02:51:51.707145+0000 mon.smithi136 (mon.0) 218 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:53.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:52 smithi136 bash[11745]: cluster 2022-04-26T02:51:51.547804+0000 mgr.smithi136.ofnrfx (mgr.14188) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:53.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:52 smithi136 bash[11745]: audit 2022-04-26T02:51:52.574410+0000 mon.smithi136 (mon.0) 219 : audit [INF] from='client.? 172.21.15.136:0/2338200677' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bbdb678-a0bf-4715-b17e-a94009b192cf"}]: dispatch 2022-04-26T02:51:53.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:52 smithi136 bash[11745]: audit 2022-04-26T02:51:52.578813+0000 mon.smithi136 (mon.0) 220 : audit [INF] from='client.? 172.21.15.136:0/2338200677' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5bbdb678-a0bf-4715-b17e-a94009b192cf"}]': finished 2022-04-26T02:51:53.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:52 smithi136 bash[11745]: cluster 2022-04-26T02:51:52.578852+0000 mon.smithi136 (mon.0) 221 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2022-04-26T02:51:53.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:52 smithi136 bash[11745]: audit 2022-04-26T02:51:52.579086+0000 mon.smithi136 (mon.0) 222 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:53.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:52 smithi136 bash[11745]: audit 2022-04-26T02:51:52.579893+0000 mon.smithi136 (mon.0) 223 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:51:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:52 smithi145 bash[13673]: cluster 2022-04-26T02:51:51.547804+0000 mgr.smithi136.ofnrfx (mgr.14188) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:52 smithi145 bash[13673]: audit 2022-04-26T02:51:52.574410+0000 mon.smithi136 (mon.0) 219 : audit [INF] from='client.? 172.21.15.136:0/2338200677' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bbdb678-a0bf-4715-b17e-a94009b192cf"}]: dispatch 2022-04-26T02:51:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:52 smithi145 bash[13673]: audit 2022-04-26T02:51:52.578813+0000 mon.smithi136 (mon.0) 220 : audit [INF] from='client.? 172.21.15.136:0/2338200677' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5bbdb678-a0bf-4715-b17e-a94009b192cf"}]': finished 2022-04-26T02:51:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:52 smithi145 bash[13673]: cluster 2022-04-26T02:51:52.578852+0000 mon.smithi136 (mon.0) 221 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2022-04-26T02:51:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:52 smithi145 bash[13673]: audit 2022-04-26T02:51:52.579086+0000 mon.smithi136 (mon.0) 222 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:52 smithi145 bash[13673]: audit 2022-04-26T02:51:52.579893+0000 mon.smithi136 (mon.0) 223 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:51:54.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:53 smithi136 bash[11745]: audit 2022-04-26T02:51:52.751868+0000 mon.smithi136 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.145:0/1294428541' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:53 smithi145 bash[13673]: audit 2022-04-26T02:51:52.751868+0000 mon.smithi136 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.145:0/1294428541' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:54.660 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:51:55.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:54 smithi136 bash[11745]: cluster 2022-04-26T02:51:53.548132+0000 mgr.smithi136.ofnrfx (mgr.14188) 31 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:55.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:54 smithi136 bash[11745]: audit 2022-04-26T02:51:54.496541+0000 mon.smithi136 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.136:0/2537066019' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:55.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:54 smithi136 bash[11745]: audit 2022-04-26T02:51:54.663635+0000 mon.smithi136 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.136:0/61149001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:51:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:54 smithi145 bash[13673]: cluster 2022-04-26T02:51:53.548132+0000 mgr.smithi136.ofnrfx (mgr.14188) 31 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:54 smithi145 bash[13673]: audit 2022-04-26T02:51:54.496541+0000 mon.smithi136 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.136:0/2537066019' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:54 smithi145 bash[13673]: audit 2022-04-26T02:51:54.663635+0000 mon.smithi136 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.136:0/61149001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:51:55.298 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1650941512,"num_remapped_pgs":0} 2022-04-26T02:51:56.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:55 smithi136 bash[11745]: audit 2022-04-26T02:51:55.456642+0000 mon.smithi145 (mon.1) 3 : audit [INF] from='client.? 172.21.15.145:0/2054874708' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d4a003-839a-48f6-a7c3-324527cbd1f4"}]: dispatch 2022-04-26T02:51:56.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:55 smithi136 bash[11745]: audit 2022-04-26T02:51:55.458776+0000 mon.smithi136 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d4a003-839a-48f6-a7c3-324527cbd1f4"}]: dispatch 2022-04-26T02:51:56.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:55 smithi136 bash[11745]: audit 2022-04-26T02:51:55.466013+0000 mon.smithi136 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0d4a003-839a-48f6-a7c3-324527cbd1f4"}]': finished 2022-04-26T02:51:56.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:55 smithi136 bash[11745]: cluster 2022-04-26T02:51:55.466129+0000 mon.smithi136 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2022-04-26T02:51:56.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:55 smithi136 bash[11745]: audit 2022-04-26T02:51:55.466332+0000 mon.smithi136 (mon.0) 230 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:56.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:55 smithi136 bash[11745]: audit 2022-04-26T02:51:55.467123+0000 mon.smithi136 (mon.0) 231 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:51:56.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:55 smithi136 bash[11745]: audit 2022-04-26T02:51:55.467589+0000 mon.smithi136 (mon.0) 232 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:51:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:55 smithi145 bash[13673]: audit 2022-04-26T02:51:55.456642+0000 mon.smithi145 (mon.1) 3 : audit [INF] from='client.? 172.21.15.145:0/2054874708' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d4a003-839a-48f6-a7c3-324527cbd1f4"}]: dispatch 2022-04-26T02:51:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:55 smithi145 bash[13673]: audit 2022-04-26T02:51:55.458776+0000 mon.smithi136 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d4a003-839a-48f6-a7c3-324527cbd1f4"}]: dispatch 2022-04-26T02:51:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:55 smithi145 bash[13673]: audit 2022-04-26T02:51:55.466013+0000 mon.smithi136 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0d4a003-839a-48f6-a7c3-324527cbd1f4"}]': finished 2022-04-26T02:51:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:55 smithi145 bash[13673]: cluster 2022-04-26T02:51:55.466129+0000 mon.smithi136 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2022-04-26T02:51:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:55 smithi145 bash[13673]: audit 2022-04-26T02:51:55.466332+0000 mon.smithi136 (mon.0) 230 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:55 smithi145 bash[13673]: audit 2022-04-26T02:51:55.467123+0000 mon.smithi136 (mon.0) 231 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:51:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:55 smithi145 bash[13673]: audit 2022-04-26T02:51:55.467589+0000 mon.smithi136 (mon.0) 232 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:51:56.300 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:51:57.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:56 smithi136 bash[11745]: cluster 2022-04-26T02:51:55.548524+0000 mgr.smithi136.ofnrfx (mgr.14188) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:57.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:56 smithi136 bash[11745]: audit 2022-04-26T02:51:56.493942+0000 mon.smithi145 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.145:0/403621110' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:57.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:56 smithi145 bash[13673]: cluster 2022-04-26T02:51:55.548524+0000 mgr.smithi136.ofnrfx (mgr.14188) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:57.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:56 smithi145 bash[13673]: audit 2022-04-26T02:51:56.493942+0000 mon.smithi145 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.145:0/403621110' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:57.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:57 smithi136 bash[11745]: audit 2022-04-26T02:51:57.293431+0000 mon.smithi136 (mon.0) 233 : audit [INF] from='client.? 172.21.15.136:0/2783574430' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9af9dcd-a6de-48c2-997e-36f195cfaab4"}]: dispatch 2022-04-26T02:51:57.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:57 smithi136 bash[11745]: audit 2022-04-26T02:51:57.299432+0000 mon.smithi136 (mon.0) 234 : audit [INF] from='client.? 172.21.15.136:0/2783574430' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9af9dcd-a6de-48c2-997e-36f195cfaab4"}]': finished 2022-04-26T02:51:57.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:57 smithi136 bash[11745]: cluster 2022-04-26T02:51:57.299543+0000 mon.smithi136 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2022-04-26T02:51:57.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:57 smithi136 bash[11745]: audit 2022-04-26T02:51:57.299662+0000 mon.smithi136 (mon.0) 236 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:57.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:57 smithi136 bash[11745]: audit 2022-04-26T02:51:57.300023+0000 mon.smithi136 (mon.0) 237 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:51:57.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:57 smithi136 bash[11745]: audit 2022-04-26T02:51:57.300239+0000 mon.smithi136 (mon.0) 238 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:51:57.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:57 smithi136 bash[11745]: audit 2022-04-26T02:51:57.300454+0000 mon.smithi136 (mon.0) 239 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:51:58.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:57 smithi145 bash[13673]: audit 2022-04-26T02:51:57.293431+0000 mon.smithi136 (mon.0) 233 : audit [INF] from='client.? 172.21.15.136:0/2783574430' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9af9dcd-a6de-48c2-997e-36f195cfaab4"}]: dispatch 2022-04-26T02:51:58.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:57 smithi145 bash[13673]: audit 2022-04-26T02:51:57.299432+0000 mon.smithi136 (mon.0) 234 : audit [INF] from='client.? 172.21.15.136:0/2783574430' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9af9dcd-a6de-48c2-997e-36f195cfaab4"}]': finished 2022-04-26T02:51:58.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:57 smithi145 bash[13673]: cluster 2022-04-26T02:51:57.299543+0000 mon.smithi136 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2022-04-26T02:51:58.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:57 smithi145 bash[13673]: audit 2022-04-26T02:51:57.299662+0000 mon.smithi136 (mon.0) 236 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:51:58.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:57 smithi145 bash[13673]: audit 2022-04-26T02:51:57.300023+0000 mon.smithi136 (mon.0) 237 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:51:58.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:57 smithi145 bash[13673]: audit 2022-04-26T02:51:57.300239+0000 mon.smithi136 (mon.0) 238 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:51:58.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:57 smithi145 bash[13673]: audit 2022-04-26T02:51:57.300454+0000 mon.smithi136 (mon.0) 239 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:51:59.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:58 smithi136 bash[11745]: cluster 2022-04-26T02:51:57.548943+0000 mgr.smithi136.ofnrfx (mgr.14188) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:59.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:58 smithi136 bash[11745]: audit 2022-04-26T02:51:58.532210+0000 mon.smithi136 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.136:0/1172497485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:59.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:58 smithi145 bash[13673]: cluster 2022-04-26T02:51:57.548943+0000 mgr.smithi136.ofnrfx (mgr.14188) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:51:59.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:58 smithi145 bash[13673]: audit 2022-04-26T02:51:58.532210+0000 mon.smithi136 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.136:0/1172497485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:51:59.899 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:00.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.177946+0000 mon.smithi145 (mon.1) 5 : audit [INF] from='client.? 172.21.15.145:0/1589218972' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0522fcbf-6987-494d-902c-22633255893c"}]: dispatch 2022-04-26T02:52:00.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.179940+0000 mon.smithi136 (mon.0) 241 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0522fcbf-6987-494d-902c-22633255893c"}]: dispatch 2022-04-26T02:52:00.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.187181+0000 mon.smithi136 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0522fcbf-6987-494d-902c-22633255893c"}]': finished 2022-04-26T02:52:00.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: cluster 2022-04-26T02:51:59.187264+0000 mon.smithi136 (mon.0) 243 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2022-04-26T02:52:00.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.187431+0000 mon.smithi136 (mon.0) 244 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:00.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.187916+0000 mon.smithi136 (mon.0) 245 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:00.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.188175+0000 mon.smithi136 (mon.0) 246 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:00.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.188433+0000 mon.smithi136 (mon.0) 247 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:00.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:51:59 smithi136 bash[11745]: audit 2022-04-26T02:51:59.188690+0000 mon.smithi136 (mon.0) 248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.177946+0000 mon.smithi145 (mon.1) 5 : audit [INF] from='client.? 172.21.15.145:0/1589218972' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0522fcbf-6987-494d-902c-22633255893c"}]: dispatch 2022-04-26T02:52:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.179940+0000 mon.smithi136 (mon.0) 241 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0522fcbf-6987-494d-902c-22633255893c"}]: dispatch 2022-04-26T02:52:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.187181+0000 mon.smithi136 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0522fcbf-6987-494d-902c-22633255893c"}]': finished 2022-04-26T02:52:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: cluster 2022-04-26T02:51:59.187264+0000 mon.smithi136 (mon.0) 243 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2022-04-26T02:52:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.187431+0000 mon.smithi136 (mon.0) 244 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.187916+0000 mon.smithi136 (mon.0) 245 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.188175+0000 mon.smithi136 (mon.0) 246 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.188433+0000 mon.smithi136 (mon.0) 247 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:51:59 smithi145 bash[13673]: audit 2022-04-26T02:51:59.188690+0000 mon.smithi136 (mon.0) 248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:00.526 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1650941519,"num_remapped_pgs":0} 2022-04-26T02:52:00.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:00 smithi136 bash[11745]: cluster 2022-04-26T02:51:59.549299+0000 mgr.smithi136.ofnrfx (mgr.14188) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:00.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:00 smithi136 bash[11745]: audit 2022-04-26T02:51:59.901696+0000 mon.smithi136 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.136:0/3578486790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:00.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:00 smithi136 bash[11745]: audit 2022-04-26T02:52:00.221208+0000 mon.smithi145 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.145:0/666463453' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:00 smithi145 bash[13673]: cluster 2022-04-26T02:51:59.549299+0000 mgr.smithi136.ofnrfx (mgr.14188) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:00 smithi145 bash[13673]: audit 2022-04-26T02:51:59.901696+0000 mon.smithi136 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.136:0/3578486790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:00 smithi145 bash[13673]: audit 2022-04-26T02:52:00.221208+0000 mon.smithi145 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.145:0/666463453' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:01.526 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:01.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.264802+0000 mon.smithi136 (mon.0) 250 : audit [INF] from='client.? 172.21.15.136:0/136220176' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f606973e-0dd6-4ef2-8c61-743aff96b8ce"}]: dispatch 2022-04-26T02:52:01.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.270974+0000 mon.smithi136 (mon.0) 251 : audit [INF] from='client.? 172.21.15.136:0/136220176' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f606973e-0dd6-4ef2-8c61-743aff96b8ce"}]': finished 2022-04-26T02:52:01.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: cluster 2022-04-26T02:52:01.271020+0000 mon.smithi136 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2022-04-26T02:52:01.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.271211+0000 mon.smithi136 (mon.0) 253 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:01.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.271939+0000 mon.smithi136 (mon.0) 254 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:01.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.272296+0000 mon.smithi136 (mon.0) 255 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:01.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.272831+0000 mon.smithi136 (mon.0) 256 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:01.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.273328+0000 mon.smithi136 (mon.0) 257 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:01.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.273914+0000 mon.smithi136 (mon.0) 258 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:01.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:01 smithi136 bash[11745]: audit 2022-04-26T02:52:01.755710+0000 mon.smithi136 (mon.0) 259 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:52:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.264802+0000 mon.smithi136 (mon.0) 250 : audit [INF] from='client.? 172.21.15.136:0/136220176' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f606973e-0dd6-4ef2-8c61-743aff96b8ce"}]: dispatch 2022-04-26T02:52:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.270974+0000 mon.smithi136 (mon.0) 251 : audit [INF] from='client.? 172.21.15.136:0/136220176' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f606973e-0dd6-4ef2-8c61-743aff96b8ce"}]': finished 2022-04-26T02:52:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: cluster 2022-04-26T02:52:01.271020+0000 mon.smithi136 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2022-04-26T02:52:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.271211+0000 mon.smithi136 (mon.0) 253 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.271939+0000 mon.smithi136 (mon.0) 254 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.272296+0000 mon.smithi136 (mon.0) 255 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.272831+0000 mon.smithi136 (mon.0) 256 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.273328+0000 mon.smithi136 (mon.0) 257 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.273914+0000 mon.smithi136 (mon.0) 258 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:01 smithi145 bash[13673]: audit 2022-04-26T02:52:01.755710+0000 mon.smithi136 (mon.0) 259 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:52:03.010 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:02 smithi136 bash[11745]: cluster 2022-04-26T02:52:01.549584+0000 mgr.smithi136.ofnrfx (mgr.14188) 35 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:03.011 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:02 smithi136 bash[11745]: audit 2022-04-26T02:52:01.761789+0000 mon.smithi136 (mon.0) 260 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:52:03.011 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:02 smithi136 bash[11745]: audit 2022-04-26T02:52:02.608792+0000 mon.smithi136 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.136:0/3414016439' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:02 smithi145 bash[13673]: cluster 2022-04-26T02:52:01.549584+0000 mgr.smithi136.ofnrfx (mgr.14188) 35 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:02 smithi145 bash[13673]: audit 2022-04-26T02:52:01.761789+0000 mon.smithi136 (mon.0) 260 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:52:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:02 smithi145 bash[13673]: audit 2022-04-26T02:52:02.608792+0000 mon.smithi136 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.136:0/3414016439' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:04.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.922483+0000 mon.smithi145 (mon.1) 7 : audit [INF] from='client.? 172.21.15.145:0/1826843191' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5ad3039-5c72-4104-82a6-3bd2e7716491"}]: dispatch 2022-04-26T02:52:04.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.924631+0000 mon.smithi136 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5ad3039-5c72-4104-82a6-3bd2e7716491"}]: dispatch 2022-04-26T02:52:04.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.933479+0000 mon.smithi136 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5ad3039-5c72-4104-82a6-3bd2e7716491"}]': finished 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: cluster 2022-04-26T02:52:02.933720+0000 mon.smithi136 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.933928+0000 mon.smithi136 (mon.0) 265 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.934317+0000 mon.smithi136 (mon.0) 266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.934568+0000 mon.smithi136 (mon.0) 267 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.934810+0000 mon.smithi136 (mon.0) 268 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.935048+0000 mon.smithi136 (mon.0) 269 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.935278+0000 mon.smithi136 (mon.0) 270 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:04.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:03 smithi136 bash[11745]: audit 2022-04-26T02:52:02.935534+0000 mon.smithi136 (mon.0) 271 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.922483+0000 mon.smithi145 (mon.1) 7 : audit [INF] from='client.? 172.21.15.145:0/1826843191' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5ad3039-5c72-4104-82a6-3bd2e7716491"}]: dispatch 2022-04-26T02:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.924631+0000 mon.smithi136 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5ad3039-5c72-4104-82a6-3bd2e7716491"}]: dispatch 2022-04-26T02:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.933479+0000 mon.smithi136 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5ad3039-5c72-4104-82a6-3bd2e7716491"}]': finished 2022-04-26T02:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: cluster 2022-04-26T02:52:02.933720+0000 mon.smithi136 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2022-04-26T02:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.933928+0000 mon.smithi136 (mon.0) 265 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.934317+0000 mon.smithi136 (mon.0) 266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.934568+0000 mon.smithi136 (mon.0) 267 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.934810+0000 mon.smithi136 (mon.0) 268 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.935048+0000 mon.smithi136 (mon.0) 269 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.935278+0000 mon.smithi136 (mon.0) 270 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:03 smithi145 bash[13673]: audit 2022-04-26T02:52:02.935534+0000 mon.smithi136 (mon.0) 271 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:04.932 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:05.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:04 smithi136 bash[11745]: cluster 2022-04-26T02:52:03.550108+0000 mgr.smithi136.ofnrfx (mgr.14188) 36 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:05.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:04 smithi136 bash[11745]: audit 2022-04-26T02:52:04.011050+0000 mon.smithi145 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.145:0/891156628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:04 smithi145 bash[13673]: cluster 2022-04-26T02:52:03.550108+0000 mgr.smithi136.ofnrfx (mgr.14188) 36 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:04 smithi145 bash[13673]: audit 2022-04-26T02:52:04.011050+0000 mon.smithi145 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.145:0/891156628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:05.597 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1650941522,"num_remapped_pgs":0} 2022-04-26T02:52:06.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:04.935310+0000 mon.smithi136 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.136:0/3474595692' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:06.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.323553+0000 mon.smithi136 (mon.0) 273 : audit [INF] from='client.? 172.21.15.136:0/834813231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f056d55f-296c-4bcd-a83e-acadc4d297e1"}]: dispatch 2022-04-26T02:52:06.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.330337+0000 mon.smithi136 (mon.0) 274 : audit [INF] from='client.? 172.21.15.136:0/834813231' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f056d55f-296c-4bcd-a83e-acadc4d297e1"}]': finished 2022-04-26T02:52:06.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: cluster 2022-04-26T02:52:05.330473+0000 mon.smithi136 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2022-04-26T02:52:06.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.330683+0000 mon.smithi136 (mon.0) 276 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:06.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.331165+0000 mon.smithi136 (mon.0) 277 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:06.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.331484+0000 mon.smithi136 (mon.0) 278 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:06.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.331858+0000 mon.smithi136 (mon.0) 279 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:06.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.332243+0000 mon.smithi136 (mon.0) 280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:06.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.332659+0000 mon.smithi136 (mon.0) 281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:06.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.333235+0000 mon.smithi136 (mon.0) 282 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:06.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:05 smithi136 bash[11745]: audit 2022-04-26T02:52:05.333627+0000 mon.smithi136 (mon.0) 283 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:04.935310+0000 mon.smithi136 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.136:0/3474595692' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.323553+0000 mon.smithi136 (mon.0) 273 : audit [INF] from='client.? 172.21.15.136:0/834813231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f056d55f-296c-4bcd-a83e-acadc4d297e1"}]: dispatch 2022-04-26T02:52:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.330337+0000 mon.smithi136 (mon.0) 274 : audit [INF] from='client.? 172.21.15.136:0/834813231' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f056d55f-296c-4bcd-a83e-acadc4d297e1"}]': finished 2022-04-26T02:52:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: cluster 2022-04-26T02:52:05.330473+0000 mon.smithi136 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2022-04-26T02:52:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.330683+0000 mon.smithi136 (mon.0) 276 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.331165+0000 mon.smithi136 (mon.0) 277 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.331484+0000 mon.smithi136 (mon.0) 278 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.331858+0000 mon.smithi136 (mon.0) 279 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.332243+0000 mon.smithi136 (mon.0) 280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.332659+0000 mon.smithi136 (mon.0) 281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.333235+0000 mon.smithi136 (mon.0) 282 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:05 smithi145 bash[13673]: audit 2022-04-26T02:52:05.333627+0000 mon.smithi136 (mon.0) 283 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:06.599 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:07.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:06 smithi136 bash[11745]: cluster 2022-04-26T02:52:05.550613+0000 mgr.smithi136.ofnrfx (mgr.14188) 37 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:07.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:06 smithi136 bash[11745]: audit 2022-04-26T02:52:06.463756+0000 mon.smithi136 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.136:0/1329872073' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:06 smithi145 bash[13673]: cluster 2022-04-26T02:52:05.550613+0000 mgr.smithi136.ofnrfx (mgr.14188) 37 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:06 smithi145 bash[13673]: audit 2022-04-26T02:52:06.463756+0000 mon.smithi136 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.136:0/1329872073' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2022-04-26T02:52:09.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:08 smithi136 bash[11745]: cluster 2022-04-26T02:52:07.551001+0000 mgr.smithi136.ofnrfx (mgr.14188) 38 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:09.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:08 smithi145 bash[13673]: cluster 2022-04-26T02:52:07.551001+0000 mgr.smithi136.ofnrfx (mgr.14188) 38 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:10.444 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:11.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:10 smithi145 bash[13673]: cluster 2022-04-26T02:52:09.551397+0000 mgr.smithi136.ofnrfx (mgr.14188) 39 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:11.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:10 smithi145 bash[13673]: audit 2022-04-26T02:52:10.447335+0000 mon.smithi136 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.136:0/2067360700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:11.174 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:11.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:10 smithi136 bash[11745]: cluster 2022-04-26T02:52:09.551397+0000 mgr.smithi136.ofnrfx (mgr.14188) 39 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:11.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:10 smithi136 bash[11745]: audit 2022-04-26T02:52:10.447335+0000 mon.smithi136 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.136:0/2067360700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:12.176 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:13.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:12 smithi136 bash[11745]: cluster 2022-04-26T02:52:11.551859+0000 mgr.smithi136.ofnrfx (mgr.14188) 40 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:13.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:12 smithi145 bash[13673]: cluster 2022-04-26T02:52:11.551859+0000 mgr.smithi136.ofnrfx (mgr.14188) 40 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:14.158 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:13 smithi136 bash[11745]: audit 2022-04-26T02:52:13.159253+0000 mon.smithi136 (mon.0) 286 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2022-04-26T02:52:14.159 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:13 smithi136 bash[11745]: audit 2022-04-26T02:52:13.160890+0000 mon.smithi136 (mon.0) 287 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:14.347 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:13 smithi145 bash[13673]: audit 2022-04-26T02:52:13.159253+0000 mon.smithi136 (mon.0) 286 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2022-04-26T02:52:14.347 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:13 smithi145 bash[13673]: audit 2022-04-26T02:52:13.160890+0000 mon.smithi136 (mon.0) 287 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:15.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:14 smithi136 bash[11745]: cephadm 2022-04-26T02:52:13.162457+0000 mgr.smithi136.ofnrfx (mgr.14188) 41 : cephadm [INF] Deploying daemon osd.0 on smithi145 2022-04-26T02:52:15.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:14 smithi136 bash[11745]: cluster 2022-04-26T02:52:13.552364+0000 mgr.smithi136.ofnrfx (mgr.14188) 42 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:15.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:14 smithi145 bash[13673]: cephadm 2022-04-26T02:52:13.162457+0000 mgr.smithi136.ofnrfx (mgr.14188) 41 : cephadm [INF] Deploying daemon osd.0 on smithi145 2022-04-26T02:52:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:14 smithi145 bash[13673]: cluster 2022-04-26T02:52:13.552364+0000 mgr.smithi136.ofnrfx (mgr.14188) 42 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:16.618 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:17.073 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:16 smithi145 bash[13673]: cluster 2022-04-26T02:52:15.552841+0000 mgr.smithi136.ofnrfx (mgr.14188) 43 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:17.073 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:16 smithi145 bash[13673]: audit 2022-04-26T02:52:16.621412+0000 mon.smithi136 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.136:0/751642218' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:16 smithi136 bash[11745]: cluster 2022-04-26T02:52:15.552841+0000 mgr.smithi136.ofnrfx (mgr.14188) 43 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:16 smithi136 bash[11745]: audit 2022-04-26T02:52:16.621412+0000 mon.smithi136 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.136:0/751642218' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:17.560 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:18.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: audit 2022-04-26T02:52:17.119502+0000 mon.smithi136 (mon.0) 289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:18.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: audit 2022-04-26T02:52:17.120959+0000 mon.smithi136 (mon.0) 290 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2022-04-26T02:52:18.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: audit 2022-04-26T02:52:17.122479+0000 mon.smithi136 (mon.0) 291 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:18.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: cephadm 2022-04-26T02:52:17.123600+0000 mgr.smithi136.ofnrfx (mgr.14188) 44 : cephadm [INF] Deploying daemon osd.2 on smithi145 2022-04-26T02:52:18.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: cluster 2022-04-26T02:52:17.553253+0000 mgr.smithi136.ofnrfx (mgr.14188) 45 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:18.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: audit 2022-04-26T02:52:17.720479+0000 mon.smithi136 (mon.0) 292 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2022-04-26T02:52:18.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: audit 2022-04-26T02:52:17.722126+0000 mon.smithi136 (mon.0) 293 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:18.389 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:18 smithi145 bash[13673]: cephadm 2022-04-26T02:52:17.723468+0000 mgr.smithi136.ofnrfx (mgr.14188) 46 : cephadm [INF] Deploying daemon osd.1 on smithi136 2022-04-26T02:52:18.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: audit 2022-04-26T02:52:17.119502+0000 mon.smithi136 (mon.0) 289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:18.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: audit 2022-04-26T02:52:17.120959+0000 mon.smithi136 (mon.0) 290 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2022-04-26T02:52:18.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: audit 2022-04-26T02:52:17.122479+0000 mon.smithi136 (mon.0) 291 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:18.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: cephadm 2022-04-26T02:52:17.123600+0000 mgr.smithi136.ofnrfx (mgr.14188) 44 : cephadm [INF] Deploying daemon osd.2 on smithi145 2022-04-26T02:52:18.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: cluster 2022-04-26T02:52:17.553253+0000 mgr.smithi136.ofnrfx (mgr.14188) 45 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:18.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: audit 2022-04-26T02:52:17.720479+0000 mon.smithi136 (mon.0) 292 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2022-04-26T02:52:18.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: audit 2022-04-26T02:52:17.722126+0000 mon.smithi136 (mon.0) 293 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:18.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:18 smithi136 bash[11745]: cephadm 2022-04-26T02:52:17.723468+0000 mgr.smithi136.ofnrfx (mgr.14188) 46 : cephadm [INF] Deploying daemon osd.1 on smithi136 2022-04-26T02:52:18.561 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:20.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:20 smithi145 bash[13673]: cluster 2022-04-26T02:52:19.553604+0000 mgr.smithi136.ofnrfx (mgr.14188) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:21.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:20 smithi136 bash[11745]: cluster 2022-04-26T02:52:19.553604+0000 mgr.smithi136.ofnrfx (mgr.14188) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:22.664 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:23.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:22 smithi136 bash[11745]: cluster 2022-04-26T02:52:21.554025+0000 mgr.smithi136.ofnrfx (mgr.14188) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:23.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:22 smithi136 bash[11745]: audit 2022-04-26T02:52:21.938875+0000 mon.smithi136 (mon.0) 294 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:23.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:22 smithi136 bash[11745]: audit 2022-04-26T02:52:21.940443+0000 mon.smithi136 (mon.0) 295 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2022-04-26T02:52:23.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:22 smithi136 bash[11745]: audit 2022-04-26T02:52:21.941899+0000 mon.smithi136 (mon.0) 296 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:23.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:22 smithi136 bash[11745]: cephadm 2022-04-26T02:52:21.943197+0000 mgr.smithi136.ofnrfx (mgr.14188) 49 : cephadm [INF] Deploying daemon osd.4 on smithi145 2022-04-26T02:52:23.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:22 smithi136 bash[11745]: audit 2022-04-26T02:52:22.667822+0000 mon.smithi136 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.136:0/1357755449' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:23.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:22 smithi145 bash[13673]: cluster 2022-04-26T02:52:21.554025+0000 mgr.smithi136.ofnrfx (mgr.14188) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:23.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:22 smithi145 bash[13673]: audit 2022-04-26T02:52:21.938875+0000 mon.smithi136 (mon.0) 294 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:23.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:22 smithi145 bash[13673]: audit 2022-04-26T02:52:21.940443+0000 mon.smithi136 (mon.0) 295 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2022-04-26T02:52:23.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:22 smithi145 bash[13673]: audit 2022-04-26T02:52:21.941899+0000 mon.smithi136 (mon.0) 296 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:23.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:22 smithi145 bash[13673]: cephadm 2022-04-26T02:52:21.943197+0000 mgr.smithi136.ofnrfx (mgr.14188) 49 : cephadm [INF] Deploying daemon osd.4 on smithi145 2022-04-26T02:52:23.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:22 smithi145 bash[13673]: audit 2022-04-26T02:52:22.667822+0000 mon.smithi136 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.136:0/1357755449' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:23.379 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:24.380 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:24.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:24 smithi136 bash[11745]: audit 2022-04-26T02:52:23.518565+0000 mon.smithi136 (mon.0) 298 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:24.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:24 smithi136 bash[11745]: audit 2022-04-26T02:52:23.520065+0000 mon.smithi136 (mon.0) 299 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2022-04-26T02:52:24.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:24 smithi136 bash[11745]: audit 2022-04-26T02:52:23.521041+0000 mon.smithi136 (mon.0) 300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:24.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:24 smithi136 bash[11745]: cephadm 2022-04-26T02:52:23.521928+0000 mgr.smithi136.ofnrfx (mgr.14188) 50 : cephadm [INF] Deploying daemon osd.3 on smithi136 2022-04-26T02:52:24.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:24 smithi136 bash[11745]: cluster 2022-04-26T02:52:23.554480+0000 mgr.smithi136.ofnrfx (mgr.14188) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:24.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:24 smithi136 bash[11745]: audit 2022-04-26T02:52:24.202509+0000 mon.smithi145 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/3930145322,v1:172.21.15.145:6801/3930145322]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2022-04-26T02:52:24.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:24 smithi136 bash[11745]: audit 2022-04-26T02:52:24.204306+0000 mon.smithi136 (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2022-04-26T02:52:24.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:24 smithi145 bash[13673]: audit 2022-04-26T02:52:23.518565+0000 mon.smithi136 (mon.0) 298 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:24 smithi145 bash[13673]: audit 2022-04-26T02:52:23.520065+0000 mon.smithi136 (mon.0) 299 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2022-04-26T02:52:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:24 smithi145 bash[13673]: audit 2022-04-26T02:52:23.521041+0000 mon.smithi136 (mon.0) 300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:24 smithi145 bash[13673]: cephadm 2022-04-26T02:52:23.521928+0000 mgr.smithi136.ofnrfx (mgr.14188) 50 : cephadm [INF] Deploying daemon osd.3 on smithi136 2022-04-26T02:52:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:24 smithi145 bash[13673]: cluster 2022-04-26T02:52:23.554480+0000 mgr.smithi136.ofnrfx (mgr.14188) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:24 smithi145 bash[13673]: audit 2022-04-26T02:52:24.202509+0000 mon.smithi145 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/3930145322,v1:172.21.15.145:6801/3930145322]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2022-04-26T02:52:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:24 smithi145 bash[13673]: audit 2022-04-26T02:52:24.204306+0000 mon.smithi136 (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2022-04-26T02:52:25.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.528155+0000 mon.smithi136 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2022-04-26T02:52:25.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: cluster 2022-04-26T02:52:24.528226+0000 mon.smithi136 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2022-04-26T02:52:25.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.528447+0000 mon.smithi136 (mon.0) 304 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:25.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.529200+0000 mon.smithi136 (mon.0) 305 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:25.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.529665+0000 mon.smithi136 (mon.0) 306 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:25.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.530097+0000 mon.smithi136 (mon.0) 307 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:25.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.530540+0000 mon.smithi145 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/3930145322,v1:172.21.15.145:6801/3930145322]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:25.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.530555+0000 mon.smithi136 (mon.0) 308 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:25.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.530986+0000 mon.smithi136 (mon.0) 309 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:25.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.531490+0000 mon.smithi136 (mon.0) 310 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:25.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.531948+0000 mon.smithi136 (mon.0) 311 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:25.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:25 smithi136 bash[11745]: audit 2022-04-26T02:52:24.532747+0000 mon.smithi136 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:25.829 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.528155+0000 mon.smithi136 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2022-04-26T02:52:25.829 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: cluster 2022-04-26T02:52:24.528226+0000 mon.smithi136 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2022-04-26T02:52:25.829 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.528447+0000 mon.smithi136 (mon.0) 304 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.529200+0000 mon.smithi136 (mon.0) 305 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.529665+0000 mon.smithi136 (mon.0) 306 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.530097+0000 mon.smithi136 (mon.0) 307 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.530540+0000 mon.smithi145 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/3930145322,v1:172.21.15.145:6801/3930145322]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.530555+0000 mon.smithi136 (mon.0) 308 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.530986+0000 mon.smithi136 (mon.0) 309 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.531490+0000 mon.smithi136 (mon.0) 310 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.531948+0000 mon.smithi136 (mon.0) 311 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:25.830 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:25 smithi145 bash[13673]: audit 2022-04-26T02:52:24.532747+0000 mon.smithi136 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:26.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.531141+0000 mon.smithi136 (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:26.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: cluster 2022-04-26T02:52:25.531321+0000 mon.smithi136 (mon.0) 314 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2022-04-26T02:52:26.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.531998+0000 mon.smithi136 (mon.0) 315 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:26.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.532580+0000 mon.smithi136 (mon.0) 316 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:26.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.533010+0000 mon.smithi136 (mon.0) 317 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:26.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.537747+0000 mon.smithi136 (mon.0) 318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:26.787 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.538055+0000 mon.smithi136 (mon.0) 319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:26.787 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.538256+0000 mon.smithi136 (mon.0) 320 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:26.787 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.538528+0000 mon.smithi136 (mon.0) 321 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:26.787 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.538733+0000 mon.smithi136 (mon.0) 322 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:26.787 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: audit 2022-04-26T02:52:25.539976+0000 mon.smithi136 (mon.0) 323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:26.787 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:26 smithi145 bash[13673]: cluster 2022-04-26T02:52:25.554910+0000 mgr.smithi136.ofnrfx (mgr.14188) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:26.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.531141+0000 mon.smithi136 (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: cluster 2022-04-26T02:52:25.531321+0000 mon.smithi136 (mon.0) 314 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.531998+0000 mon.smithi136 (mon.0) 315 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.532580+0000 mon.smithi136 (mon.0) 316 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.533010+0000 mon.smithi136 (mon.0) 317 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.537747+0000 mon.smithi136 (mon.0) 318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.538055+0000 mon.smithi136 (mon.0) 319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.538256+0000 mon.smithi136 (mon.0) 320 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:26.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.538528+0000 mon.smithi136 (mon.0) 321 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:26.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.538733+0000 mon.smithi136 (mon.0) 322 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:26.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: audit 2022-04-26T02:52:25.539976+0000 mon.smithi136 (mon.0) 323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:26.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:26 smithi136 bash[11745]: cluster 2022-04-26T02:52:25.554910+0000 mgr.smithi136.ofnrfx (mgr.14188) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2022-04-26T02:52:27.832 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: cluster 2022-04-26T02:52:25.167021+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:27.832 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: cluster 2022-04-26T02:52:25.167527+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:27.832 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.540635+0000 mon.smithi136 (mon.0) 324 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:27.832 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: cluster 2022-04-26T02:52:26.548205+0000 mon.smithi136 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.145:6800/3930145322,v1:172.21.15.145:6801/3930145322] boot 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: cluster 2022-04-26T02:52:26.548298+0000 mon.smithi136 (mon.0) 326 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.548859+0000 mon.smithi136 (mon.0) 327 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.550271+0000 mon.smithi136 (mon.0) 328 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.550695+0000 mon.smithi136 (mon.0) 329 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.551190+0000 mon.smithi136 (mon.0) 330 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.551697+0000 mon.smithi136 (mon.0) 331 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.552107+0000 mon.smithi136 (mon.0) 332 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.552404+0000 mon.smithi136 (mon.0) 333 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.552724+0000 mon.smithi136 (mon.0) 334 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:27.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.829210+0000 mon.smithi136 (mon.0) 335 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:27.834 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.830647+0000 mon.smithi136 (mon.0) 336 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2022-04-26T02:52:27.834 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: audit 2022-04-26T02:52:26.832373+0000 mon.smithi136 (mon.0) 337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:27.834 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:27 smithi136 bash[11745]: cephadm 2022-04-26T02:52:26.833842+0000 mgr.smithi136.ofnrfx (mgr.14188) 53 : cephadm [INF] Deploying daemon osd.6 on smithi145 2022-04-26T02:52:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: cluster 2022-04-26T02:52:25.167021+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: cluster 2022-04-26T02:52:25.167527+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.540635+0000 mon.smithi136 (mon.0) 324 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: cluster 2022-04-26T02:52:26.548205+0000 mon.smithi136 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.145:6800/3930145322,v1:172.21.15.145:6801/3930145322] boot 2022-04-26T02:52:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: cluster 2022-04-26T02:52:26.548298+0000 mon.smithi136 (mon.0) 326 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.548859+0000 mon.smithi136 (mon.0) 327 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.550271+0000 mon.smithi136 (mon.0) 328 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.550695+0000 mon.smithi136 (mon.0) 329 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.551190+0000 mon.smithi136 (mon.0) 330 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.551697+0000 mon.smithi136 (mon.0) 331 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.552107+0000 mon.smithi136 (mon.0) 332 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.552404+0000 mon.smithi136 (mon.0) 333 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.552724+0000 mon.smithi136 (mon.0) 334 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.829210+0000 mon.smithi136 (mon.0) 335 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.830647+0000 mon.smithi136 (mon.0) 336 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2022-04-26T02:52:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: audit 2022-04-26T02:52:26.832373+0000 mon.smithi136 (mon.0) 337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:27 smithi145 bash[13673]: cephadm 2022-04-26T02:52:26.833842+0000 mgr.smithi136.ofnrfx (mgr.14188) 53 : cephadm [INF] Deploying daemon osd.6 on smithi145 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: cluster 2022-04-26T02:52:27.555254+0000 mgr.smithi136.ofnrfx (mgr.14188) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: cluster 2022-04-26T02:52:27.831647+0000 mon.smithi136 (mon.0) 338 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: audit 2022-04-26T02:52:27.831895+0000 mon.smithi136 (mon.0) 339 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: audit 2022-04-26T02:52:27.832621+0000 mon.smithi136 (mon.0) 340 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: audit 2022-04-26T02:52:27.833099+0000 mon.smithi136 (mon.0) 341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: audit 2022-04-26T02:52:27.833655+0000 mon.smithi136 (mon.0) 342 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: audit 2022-04-26T02:52:27.834224+0000 mon.smithi136 (mon.0) 343 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:28.875 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: audit 2022-04-26T02:52:27.834744+0000 mon.smithi136 (mon.0) 344 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:28.876 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:28 smithi145 bash[13673]: audit 2022-04-26T02:52:27.835248+0000 mon.smithi136 (mon.0) 345 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:29.206 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: cluster 2022-04-26T02:52:27.555254+0000 mgr.smithi136.ofnrfx (mgr.14188) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2022-04-26T02:52:29.206 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: cluster 2022-04-26T02:52:27.831647+0000 mon.smithi136 (mon.0) 338 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2022-04-26T02:52:29.206 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: audit 2022-04-26T02:52:27.831895+0000 mon.smithi136 (mon.0) 339 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:29.206 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: audit 2022-04-26T02:52:27.832621+0000 mon.smithi136 (mon.0) 340 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:29.207 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: audit 2022-04-26T02:52:27.833099+0000 mon.smithi136 (mon.0) 341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:29.207 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: audit 2022-04-26T02:52:27.833655+0000 mon.smithi136 (mon.0) 342 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:29.207 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: audit 2022-04-26T02:52:27.834224+0000 mon.smithi136 (mon.0) 343 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:29.207 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: audit 2022-04-26T02:52:27.834744+0000 mon.smithi136 (mon.0) 344 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:29.207 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:28 smithi136 bash[11745]: audit 2022-04-26T02:52:27.835248+0000 mon.smithi136 (mon.0) 345 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:29.607 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:29.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:29 smithi136 bash[11745]: audit 2022-04-26T02:52:29.382957+0000 mon.smithi145 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/1318805049,v1:172.21.15.145:6809/1318805049]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2022-04-26T02:52:29.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:29 smithi136 bash[11745]: audit 2022-04-26T02:52:29.384802+0000 mon.smithi136 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2022-04-26T02:52:29.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:29 smithi136 bash[11745]: audit 2022-04-26T02:52:29.610317+0000 mon.smithi136 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.136:0/511910498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:30.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:29 smithi145 bash[13673]: audit 2022-04-26T02:52:29.382957+0000 mon.smithi145 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/1318805049,v1:172.21.15.145:6809/1318805049]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2022-04-26T02:52:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:29 smithi145 bash[13673]: audit 2022-04-26T02:52:29.384802+0000 mon.smithi136 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2022-04-26T02:52:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:29 smithi145 bash[13673]: audit 2022-04-26T02:52:29.610317+0000 mon.smithi136 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.136:0/511910498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:30.373 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1650941546,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:30.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: cluster 2022-04-26T02:52:29.555612+0000 mgr.smithi136.ofnrfx (mgr.14188) 55 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2022-04-26T02:52:30.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.840487+0000 mon.smithi136 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2022-04-26T02:52:30.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: cluster 2022-04-26T02:52:29.840549+0000 mon.smithi136 (mon.0) 349 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.840760+0000 mon.smithi136 (mon.0) 350 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.841521+0000 mon.smithi136 (mon.0) 351 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.841996+0000 mon.smithi136 (mon.0) 352 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.842412+0000 mon.smithi136 (mon.0) 353 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.842869+0000 mon.smithi136 (mon.0) 354 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.843297+0000 mon.smithi136 (mon.0) 355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.843782+0000 mon.smithi136 (mon.0) 356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.845120+0000 mon.smithi145 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/1318805049,v1:172.21.15.145:6809/1318805049]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:29.847128+0000 mon.smithi136 (mon.0) 357 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:30.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:30.495788+0000 mon.smithi136 (mon.0) 358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:30.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:30.497385+0000 mon.smithi136 (mon.0) 359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2022-04-26T02:52:30.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:30 smithi145 bash[13673]: audit 2022-04-26T02:52:30.498424+0000 mon.smithi136 (mon.0) 360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:31.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: cluster 2022-04-26T02:52:29.555612+0000 mgr.smithi136.ofnrfx (mgr.14188) 55 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2022-04-26T02:52:31.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.840487+0000 mon.smithi136 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2022-04-26T02:52:31.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: cluster 2022-04-26T02:52:29.840549+0000 mon.smithi136 (mon.0) 349 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2022-04-26T02:52:31.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.840760+0000 mon.smithi136 (mon.0) 350 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:31.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.841521+0000 mon.smithi136 (mon.0) 351 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:31.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.841996+0000 mon.smithi136 (mon.0) 352 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.842412+0000 mon.smithi136 (mon.0) 353 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.842869+0000 mon.smithi136 (mon.0) 354 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.843297+0000 mon.smithi136 (mon.0) 355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.843782+0000 mon.smithi136 (mon.0) 356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.845120+0000 mon.smithi145 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/1318805049,v1:172.21.15.145:6809/1318805049]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:29.847128+0000 mon.smithi136 (mon.0) 357 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:30.495788+0000 mon.smithi136 (mon.0) 358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:30.497385+0000 mon.smithi136 (mon.0) 359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2022-04-26T02:52:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:30 smithi136 bash[11745]: audit 2022-04-26T02:52:30.498424+0000 mon.smithi136 (mon.0) 360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:31.374 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:31.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: cephadm 2022-04-26T02:52:30.499383+0000 mgr.smithi136.ofnrfx (mgr.14188) 56 : cephadm [INF] Deploying daemon osd.5 on smithi136 2022-04-26T02:52:31.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.844344+0000 mon.smithi136 (mon.0) 361 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: cluster 2022-04-26T02:52:30.844463+0000 mon.smithi136 (mon.0) 362 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2022-04-26T02:52:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.845146+0000 mon.smithi136 (mon.0) 363 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.845724+0000 mon.smithi136 (mon.0) 364 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.846282+0000 mon.smithi136 (mon.0) 365 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.846599+0000 mon.smithi136 (mon.0) 366 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.846964+0000 mon.smithi136 (mon.0) 367 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.847250+0000 mon.smithi136 (mon.0) 368 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.856155+0000 mon.smithi136 (mon.0) 369 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:31 smithi145 bash[13673]: audit 2022-04-26T02:52:30.856614+0000 mon.smithi136 (mon.0) 370 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:32.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: cephadm 2022-04-26T02:52:30.499383+0000 mgr.smithi136.ofnrfx (mgr.14188) 56 : cephadm [INF] Deploying daemon osd.5 on smithi136 2022-04-26T02:52:32.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.844344+0000 mon.smithi136 (mon.0) 361 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:32.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: cluster 2022-04-26T02:52:30.844463+0000 mon.smithi136 (mon.0) 362 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2022-04-26T02:52:32.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.845146+0000 mon.smithi136 (mon.0) 363 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:32.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.845724+0000 mon.smithi136 (mon.0) 364 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:32.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.846282+0000 mon.smithi136 (mon.0) 365 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:32.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.846599+0000 mon.smithi136 (mon.0) 366 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:32.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.846964+0000 mon.smithi136 (mon.0) 367 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:32.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.847250+0000 mon.smithi136 (mon.0) 368 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:32.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.856155+0000 mon.smithi136 (mon.0) 369 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:32.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:31 smithi136 bash[11745]: audit 2022-04-26T02:52:30.856614+0000 mon.smithi136 (mon.0) 370 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:32.973 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: cluster 2022-04-26T02:52:30.411751+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:32.973 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: cluster 2022-04-26T02:52:30.411973+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:32.973 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: cluster 2022-04-26T02:52:31.556052+0000 mgr.smithi136.ofnrfx (mgr.14188) 57 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2022-04-26T02:52:32.973 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.853862+0000 mon.smithi136 (mon.0) 371 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:32.973 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: cluster 2022-04-26T02:52:31.862346+0000 mon.smithi136 (mon.0) 372 : cluster [INF] osd.2 [v2:172.21.15.145:6808/1318805049,v1:172.21.15.145:6809/1318805049] boot 2022-04-26T02:52:32.973 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: cluster 2022-04-26T02:52:31.862411+0000 mon.smithi136 (mon.0) 373 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.863277+0000 mon.smithi136 (mon.0) 374 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.863483+0000 mon.smithi136 (mon.0) 375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.863771+0000 mon.smithi136 (mon.0) 376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.863965+0000 mon.smithi136 (mon.0) 377 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.864207+0000 mon.smithi136 (mon.0) 378 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.864399+0000 mon.smithi136 (mon.0) 379 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.864597+0000 mon.smithi136 (mon.0) 380 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.979206+0000 mon.smithi136 (mon.0) 381 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:32.974 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:32 smithi136 bash[11745]: audit 2022-04-26T02:52:31.988029+0000 mon.smithi136 (mon.0) 382 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:33.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: cluster 2022-04-26T02:52:30.411751+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:33.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: cluster 2022-04-26T02:52:30.411973+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:33.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: cluster 2022-04-26T02:52:31.556052+0000 mgr.smithi136.ofnrfx (mgr.14188) 57 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2022-04-26T02:52:33.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.853862+0000 mon.smithi136 (mon.0) 371 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:33.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: cluster 2022-04-26T02:52:31.862346+0000 mon.smithi136 (mon.0) 372 : cluster [INF] osd.2 [v2:172.21.15.145:6808/1318805049,v1:172.21.15.145:6809/1318805049] boot 2022-04-26T02:52:33.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: cluster 2022-04-26T02:52:31.862411+0000 mon.smithi136 (mon.0) 373 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2022-04-26T02:52:33.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.863277+0000 mon.smithi136 (mon.0) 374 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.863483+0000 mon.smithi136 (mon.0) 375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.863771+0000 mon.smithi136 (mon.0) 376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.863965+0000 mon.smithi136 (mon.0) 377 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.864207+0000 mon.smithi136 (mon.0) 378 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.864399+0000 mon.smithi136 (mon.0) 379 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.864597+0000 mon.smithi136 (mon.0) 380 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.979206+0000 mon.smithi136 (mon.0) 381 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:33.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:32 smithi145 bash[13673]: audit 2022-04-26T02:52:31.988029+0000 mon.smithi136 (mon.0) 382 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:34.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.979830+0000 mon.smithi136 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2022-04-26T02:52:34.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.992443+0000 mon.smithi136 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2022-04-26T02:52:34.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: cluster 2022-04-26T02:52:32.992524+0000 mon.smithi136 (mon.0) 385 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2022-04-26T02:52:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.992729+0000 mon.smithi136 (mon.0) 386 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.993193+0000 mon.smithi136 (mon.0) 387 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.993426+0000 mon.smithi136 (mon.0) 388 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.993661+0000 mon.smithi136 (mon.0) 389 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.994027+0000 mon.smithi136 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.994738+0000 mon.smithi136 (mon.0) 391 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:33 smithi145 bash[13673]: audit 2022-04-26T02:52:32.995051+0000 mon.smithi136 (mon.0) 392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:34.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.979830+0000 mon.smithi136 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.992443+0000 mon.smithi136 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: cluster 2022-04-26T02:52:32.992524+0000 mon.smithi136 (mon.0) 385 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.992729+0000 mon.smithi136 (mon.0) 386 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.993193+0000 mon.smithi136 (mon.0) 387 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.993426+0000 mon.smithi136 (mon.0) 388 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.993661+0000 mon.smithi136 (mon.0) 389 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.994027+0000 mon.smithi136 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:34.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.994738+0000 mon.smithi136 (mon.0) 391 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:34.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:33 smithi136 bash[11745]: audit 2022-04-26T02:52:32.995051+0000 mon.smithi136 (mon.0) 392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:35.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: cluster 2022-04-26T02:52:33.556596+0000 mgr.smithi136.ofnrfx (mgr.14188) 58 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2022-04-26T02:52:35.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:33.994436+0000 mon.smithi136 (mon.0) 393 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: cluster 2022-04-26T02:52:33.994585+0000 mon.smithi136 (mon.0) 394 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:33.995195+0000 mon.smithi136 (mon.0) 395 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:33.996197+0000 mon.smithi136 (mon.0) 396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:34.001033+0000 mon.smithi136 (mon.0) 397 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:34.001580+0000 mon.smithi136 (mon.0) 398 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:34.001989+0000 mon.smithi136 (mon.0) 399 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:34.002402+0000 mon.smithi136 (mon.0) 400 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:34.006915+0000 mon.smithi136 (mon.0) 401 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:35.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:34.590841+0000 mon.smithi145 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2520651754,v1:172.21.15.145:6817/2520651754]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2022-04-26T02:52:35.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:34 smithi136 bash[11745]: audit 2022-04-26T02:52:34.592678+0000 mon.smithi136 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2022-04-26T02:52:35.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: cluster 2022-04-26T02:52:33.556596+0000 mgr.smithi136.ofnrfx (mgr.14188) 58 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:33.994436+0000 mon.smithi136 (mon.0) 393 : audit [INF] from='osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: cluster 2022-04-26T02:52:33.994585+0000 mon.smithi136 (mon.0) 394 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:33.995195+0000 mon.smithi136 (mon.0) 395 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:33.996197+0000 mon.smithi136 (mon.0) 396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:34.001033+0000 mon.smithi136 (mon.0) 397 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:34.001580+0000 mon.smithi136 (mon.0) 398 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:34.001989+0000 mon.smithi136 (mon.0) 399 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:34.002402+0000 mon.smithi136 (mon.0) 400 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:34.006915+0000 mon.smithi136 (mon.0) 401 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:34.590841+0000 mon.smithi145 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2520651754,v1:172.21.15.145:6817/2520651754]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2022-04-26T02:52:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:34 smithi145 bash[13673]: audit 2022-04-26T02:52:34.592678+0000 mon.smithi136 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2022-04-26T02:52:36.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: cluster 2022-04-26T02:52:33.979509+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:36.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: cluster 2022-04-26T02:52:33.979758+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:36.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: cluster 2022-04-26T02:52:35.005474+0000 mon.smithi136 (mon.0) 403 : cluster [INF] osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444] boot 2022-04-26T02:52:36.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.005536+0000 mon.smithi136 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2022-04-26T02:52:36.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: cluster 2022-04-26T02:52:35.005611+0000 mon.smithi136 (mon.0) 405 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2022-04-26T02:52:36.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.006377+0000 mon.smithi145 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2520651754,v1:172.21.15.145:6817/2520651754]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:36.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.007570+0000 mon.smithi136 (mon.0) 406 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:36.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.007817+0000 mon.smithi136 (mon.0) 407 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:36.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.008013+0000 mon.smithi136 (mon.0) 408 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:36.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.008358+0000 mon.smithi136 (mon.0) 409 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:36.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.008591+0000 mon.smithi136 (mon.0) 410 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:36.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.008877+0000 mon.smithi136 (mon.0) 411 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:36.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.009072+0000 mon.smithi136 (mon.0) 412 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:36.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:36 smithi145 bash[13673]: audit 2022-04-26T02:52:35.009364+0000 mon.smithi136 (mon.0) 413 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2022-04-26T02:52:36.188 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: cluster 2022-04-26T02:52:33.979509+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:36.188 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: cluster 2022-04-26T02:52:33.979758+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:36.188 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: cluster 2022-04-26T02:52:35.005474+0000 mon.smithi136 (mon.0) 403 : cluster [INF] osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444] boot 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.005536+0000 mon.smithi136 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: cluster 2022-04-26T02:52:35.005611+0000 mon.smithi136 (mon.0) 405 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.006377+0000 mon.smithi145 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/2520651754,v1:172.21.15.145:6817/2520651754]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.007570+0000 mon.smithi136 (mon.0) 406 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.007817+0000 mon.smithi136 (mon.0) 407 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.008013+0000 mon.smithi136 (mon.0) 408 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.008358+0000 mon.smithi136 (mon.0) 409 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.008591+0000 mon.smithi136 (mon.0) 410 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:36.189 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.008877+0000 mon.smithi136 (mon.0) 411 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:36.190 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.009072+0000 mon.smithi136 (mon.0) 412 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:36.190 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:36 smithi136 bash[11745]: audit 2022-04-26T02:52:35.009364+0000 mon.smithi136 (mon.0) 413 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2022-04-26T02:52:36.697 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:37.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: cluster 2022-04-26T02:52:35.557146+0000 mgr.smithi136.ofnrfx (mgr.14188) 59 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2022-04-26T02:52:37.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.008824+0000 mon.smithi136 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:37.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.009054+0000 mon.smithi136 (mon.0) 415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: cluster 2022-04-26T02:52:36.009210+0000 mon.smithi136 (mon.0) 416 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.010084+0000 mon.smithi136 (mon.0) 417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.010454+0000 mon.smithi136 (mon.0) 418 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.010746+0000 mon.smithi136 (mon.0) 419 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.011051+0000 mon.smithi136 (mon.0) 420 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.011313+0000 mon.smithi136 (mon.0) 421 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.016072+0000 mon.smithi136 (mon.0) 422 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.016675+0000 mon.smithi136 (mon.0) 423 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2022-04-26T02:52:37.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:37 smithi136 bash[11745]: audit 2022-04-26T02:52:36.701139+0000 mon.smithi136 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.136:0/2447187596' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:37.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: cluster 2022-04-26T02:52:35.557146+0000 mgr.smithi136.ofnrfx (mgr.14188) 59 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2022-04-26T02:52:37.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.008824+0000 mon.smithi136 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:37.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.009054+0000 mon.smithi136 (mon.0) 415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2022-04-26T02:52:37.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: cluster 2022-04-26T02:52:36.009210+0000 mon.smithi136 (mon.0) 416 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.010084+0000 mon.smithi136 (mon.0) 417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.010454+0000 mon.smithi136 (mon.0) 418 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.010746+0000 mon.smithi136 (mon.0) 419 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.011051+0000 mon.smithi136 (mon.0) 420 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.011313+0000 mon.smithi136 (mon.0) 421 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.016072+0000 mon.smithi136 (mon.0) 422 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.016675+0000 mon.smithi136 (mon.0) 423 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2022-04-26T02:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:37 smithi145 bash[13673]: audit 2022-04-26T02:52:36.701139+0000 mon.smithi136 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.136:0/2447187596' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:37.517 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1650941554,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:38.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: cluster 2022-04-26T02:52:35.597262+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: cluster 2022-04-26T02:52:35.597473+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.012152+0000 mon.smithi136 (mon.0) 425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: cluster 2022-04-26T02:52:37.012330+0000 mon.smithi136 (mon.0) 426 : cluster [INF] osd.4 [v2:172.21.15.145:6816/2520651754,v1:172.21.15.145:6817/2520651754] boot 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: cluster 2022-04-26T02:52:37.012442+0000 mon.smithi136 (mon.0) 427 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.012656+0000 mon.smithi136 (mon.0) 428 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.013857+0000 mon.smithi136 (mon.0) 429 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.014166+0000 mon.smithi136 (mon.0) 430 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.014460+0000 mon.smithi136 (mon.0) 431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.014716+0000 mon.smithi136 (mon.0) 432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.464592+0000 mon.smithi136 (mon.0) 433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.465734+0000 mon.smithi136 (mon.0) 434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2022-04-26T02:52:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:38 smithi136 bash[11745]: audit 2022-04-26T02:52:37.466843+0000 mon.smithi136 (mon.0) 435 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:38.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: cluster 2022-04-26T02:52:35.597262+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: cluster 2022-04-26T02:52:35.597473+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.012152+0000 mon.smithi136 (mon.0) 425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: cluster 2022-04-26T02:52:37.012330+0000 mon.smithi136 (mon.0) 426 : cluster [INF] osd.4 [v2:172.21.15.145:6816/2520651754,v1:172.21.15.145:6817/2520651754] boot 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: cluster 2022-04-26T02:52:37.012442+0000 mon.smithi136 (mon.0) 427 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.012656+0000 mon.smithi136 (mon.0) 428 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.013857+0000 mon.smithi136 (mon.0) 429 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.014166+0000 mon.smithi136 (mon.0) 430 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.014460+0000 mon.smithi136 (mon.0) 431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.014716+0000 mon.smithi136 (mon.0) 432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.464592+0000 mon.smithi136 (mon.0) 433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.465734+0000 mon.smithi136 (mon.0) 434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2022-04-26T02:52:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:38 smithi145 bash[13673]: audit 2022-04-26T02:52:37.466843+0000 mon.smithi136 (mon.0) 435 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:38.518 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:39.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: cephadm 2022-04-26T02:52:37.467674+0000 mgr.smithi136.ofnrfx (mgr.14188) 60 : cephadm [INF] Deploying daemon osd.7 on smithi136 2022-04-26T02:52:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: cluster 2022-04-26T02:52:37.557562+0000 mgr.smithi136.ofnrfx (mgr.14188) 61 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2022-04-26T02:52:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: cluster 2022-04-26T02:52:38.030924+0000 mon.smithi136 (mon.0) 436 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2022-04-26T02:52:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: audit 2022-04-26T02:52:38.031194+0000 mon.smithi136 (mon.0) 437 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: audit 2022-04-26T02:52:38.031917+0000 mon.smithi136 (mon.0) 438 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: audit 2022-04-26T02:52:38.032399+0000 mon.smithi136 (mon.0) 439 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: audit 2022-04-26T02:52:38.032865+0000 mon.smithi136 (mon.0) 440 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:39.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: audit 2022-04-26T02:52:38.617077+0000 mon.smithi145 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/2844558668,v1:172.21.15.145:6825/2844558668]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2022-04-26T02:52:39.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:39 smithi136 bash[11745]: audit 2022-04-26T02:52:38.618845+0000 mon.smithi136 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2022-04-26T02:52:39.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: cephadm 2022-04-26T02:52:37.467674+0000 mgr.smithi136.ofnrfx (mgr.14188) 60 : cephadm [INF] Deploying daemon osd.7 on smithi136 2022-04-26T02:52:39.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: cluster 2022-04-26T02:52:37.557562+0000 mgr.smithi136.ofnrfx (mgr.14188) 61 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2022-04-26T02:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: cluster 2022-04-26T02:52:38.030924+0000 mon.smithi136 (mon.0) 436 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2022-04-26T02:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: audit 2022-04-26T02:52:38.031194+0000 mon.smithi136 (mon.0) 437 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: audit 2022-04-26T02:52:38.031917+0000 mon.smithi136 (mon.0) 438 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: audit 2022-04-26T02:52:38.032399+0000 mon.smithi136 (mon.0) 439 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: audit 2022-04-26T02:52:38.032865+0000 mon.smithi136 (mon.0) 440 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: audit 2022-04-26T02:52:38.617077+0000 mon.smithi145 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/2844558668,v1:172.21.15.145:6825/2844558668]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2022-04-26T02:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:39 smithi145 bash[13673]: audit 2022-04-26T02:52:38.618845+0000 mon.smithi136 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2022-04-26T02:52:40.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.473593+0000 mon.smithi136 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.473595+0000 mon.smithi145 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/2844558668,v1:172.21.15.145:6825/2844558668]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: cluster 2022-04-26T02:52:39.473739+0000 mon.smithi136 (mon.0) 443 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.473923+0000 mon.smithi136 (mon.0) 444 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.474254+0000 mon.smithi136 (mon.0) 445 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.474436+0000 mon.smithi136 (mon.0) 446 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.474650+0000 mon.smithi136 (mon.0) 447 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.475317+0000 mon.smithi136 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: cluster 2022-04-26T02:52:39.558101+0000 mgr.smithi136.ofnrfx (mgr.14188) 62 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2022-04-26T02:52:40.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:40 smithi136 bash[11745]: audit 2022-04-26T02:52:39.858813+0000 mon.smithi136 (mon.0) 449 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2022-04-26T02:52:40.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.473593+0000 mon.smithi136 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2022-04-26T02:52:40.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.473595+0000 mon.smithi145 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/2844558668,v1:172.21.15.145:6825/2844558668]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: cluster 2022-04-26T02:52:39.473739+0000 mon.smithi136 (mon.0) 443 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.473923+0000 mon.smithi136 (mon.0) 444 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.474254+0000 mon.smithi136 (mon.0) 445 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.474436+0000 mon.smithi136 (mon.0) 446 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.474650+0000 mon.smithi136 (mon.0) 447 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.475317+0000 mon.smithi136 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: cluster 2022-04-26T02:52:39.558101+0000 mgr.smithi136.ofnrfx (mgr.14188) 62 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2022-04-26T02:52:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:40 smithi145 bash[13673]: audit 2022-04-26T02:52:39.858813+0000 mon.smithi136 (mon.0) 449 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2022-04-26T02:52:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.476745+0000 mon.smithi136 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.476934+0000 mon.smithi136 (mon.0) 451 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2022-04-26T02:52:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: cluster 2022-04-26T02:52:40.477060+0000 mon.smithi136 (mon.0) 452 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2022-04-26T02:52:41.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.477727+0000 mon.smithi136 (mon.0) 453 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.478014+0000 mon.smithi136 (mon.0) 454 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.478235+0000 mon.smithi136 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.478504+0000 mon.smithi136 (mon.0) 456 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.478662+0000 mon.smithi136 (mon.0) 457 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:41.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:41 smithi136 bash[11745]: audit 2022-04-26T02:52:40.485169+0000 mon.smithi136 (mon.0) 458 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:41.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.476745+0000 mon.smithi136 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2022-04-26T02:52:41.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.476934+0000 mon.smithi136 (mon.0) 451 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2022-04-26T02:52:41.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: cluster 2022-04-26T02:52:40.477060+0000 mon.smithi136 (mon.0) 452 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2022-04-26T02:52:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.477727+0000 mon.smithi136 (mon.0) 453 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.478014+0000 mon.smithi136 (mon.0) 454 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.478235+0000 mon.smithi136 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.478504+0000 mon.smithi136 (mon.0) 456 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.478662+0000 mon.smithi136 (mon.0) 457 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:41 smithi145 bash[13673]: audit 2022-04-26T02:52:40.485169+0000 mon.smithi136 (mon.0) 458 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:42.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: cluster 2022-04-26T02:52:39.565835+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:42.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: cluster 2022-04-26T02:52:39.566008+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:42.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: audit 2022-04-26T02:52:41.479015+0000 mon.smithi136 (mon.0) 459 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:42.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: cluster 2022-04-26T02:52:41.479281+0000 mon.smithi136 (mon.0) 460 : cluster [INF] osd.6 [v2:172.21.15.145:6824/2844558668,v1:172.21.15.145:6825/2844558668] boot 2022-04-26T02:52:42.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: cluster 2022-04-26T02:52:41.479363+0000 mon.smithi136 (mon.0) 461 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2022-04-26T02:52:42.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: audit 2022-04-26T02:52:41.479709+0000 mon.smithi136 (mon.0) 462 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:42.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: audit 2022-04-26T02:52:41.480670+0000 mon.smithi136 (mon.0) 463 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:42.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: audit 2022-04-26T02:52:41.481347+0000 mon.smithi136 (mon.0) 464 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:42.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: audit 2022-04-26T02:52:41.481902+0000 mon.smithi136 (mon.0) 465 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:42.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: audit 2022-04-26T02:52:41.486487+0000 mon.smithi136 (mon.0) 466 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:42.807 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:42 smithi136 bash[11745]: cluster 2022-04-26T02:52:41.558767+0000 mgr.smithi136.ofnrfx (mgr.14188) 63 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2022-04-26T02:52:42.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: cluster 2022-04-26T02:52:39.565835+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:42.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: cluster 2022-04-26T02:52:39.566008+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: audit 2022-04-26T02:52:41.479015+0000 mon.smithi136 (mon.0) 459 : audit [INF] from='osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: cluster 2022-04-26T02:52:41.479281+0000 mon.smithi136 (mon.0) 460 : cluster [INF] osd.6 [v2:172.21.15.145:6824/2844558668,v1:172.21.15.145:6825/2844558668] boot 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: cluster 2022-04-26T02:52:41.479363+0000 mon.smithi136 (mon.0) 461 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: audit 2022-04-26T02:52:41.479709+0000 mon.smithi136 (mon.0) 462 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: audit 2022-04-26T02:52:41.480670+0000 mon.smithi136 (mon.0) 463 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: audit 2022-04-26T02:52:41.481347+0000 mon.smithi136 (mon.0) 464 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: audit 2022-04-26T02:52:41.481902+0000 mon.smithi136 (mon.0) 465 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: audit 2022-04-26T02:52:41.486487+0000 mon.smithi136 (mon.0) 466 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:42 smithi145 bash[13673]: cluster 2022-04-26T02:52:41.558767+0000 mgr.smithi136.ofnrfx (mgr.14188) 63 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2022-04-26T02:52:43.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: cluster 2022-04-26T02:52:40.810611+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:43.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: cluster 2022-04-26T02:52:40.810784+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:43.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: cluster 2022-04-26T02:52:42.485017+0000 mon.smithi136 (mon.0) 467 : cluster [INF] osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612] boot 2022-04-26T02:52:43.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: cluster 2022-04-26T02:52:42.485110+0000 mon.smithi136 (mon.0) 468 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2022-04-26T02:52:43.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: audit 2022-04-26T02:52:42.486116+0000 mon.smithi136 (mon.0) 469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:43.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: audit 2022-04-26T02:52:42.486450+0000 mon.smithi136 (mon.0) 470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:43.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: audit 2022-04-26T02:52:42.486706+0000 mon.smithi136 (mon.0) 471 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:43.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: cluster 2022-04-26T02:52:42.725460+0000 mon.smithi136 (mon.0) 472 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2022-04-26T02:52:43.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: audit 2022-04-26T02:52:42.726137+0000 mon.smithi136 (mon.0) 473 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:43.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:43 smithi136 bash[11745]: audit 2022-04-26T02:52:42.726821+0000 mon.smithi136 (mon.0) 474 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:43.653 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:43.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: cluster 2022-04-26T02:52:40.810611+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:43.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: cluster 2022-04-26T02:52:40.810784+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:43.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: cluster 2022-04-26T02:52:42.485017+0000 mon.smithi136 (mon.0) 467 : cluster [INF] osd.3 [v2:172.21.15.136:6810/3632866612,v1:172.21.15.136:6811/3632866612] boot 2022-04-26T02:52:43.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: cluster 2022-04-26T02:52:42.485110+0000 mon.smithi136 (mon.0) 468 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2022-04-26T02:52:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: audit 2022-04-26T02:52:42.486116+0000 mon.smithi136 (mon.0) 469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2022-04-26T02:52:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: audit 2022-04-26T02:52:42.486450+0000 mon.smithi136 (mon.0) 470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: audit 2022-04-26T02:52:42.486706+0000 mon.smithi136 (mon.0) 471 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: cluster 2022-04-26T02:52:42.725460+0000 mon.smithi136 (mon.0) 472 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2022-04-26T02:52:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: audit 2022-04-26T02:52:42.726137+0000 mon.smithi136 (mon.0) 473 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:43 smithi145 bash[13673]: audit 2022-04-26T02:52:42.726821+0000 mon.smithi136 (mon.0) 474 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:44.541 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1650941562,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:44.851 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: cluster 2022-04-26T02:52:43.559465+0000 mgr.smithi136.ofnrfx (mgr.14188) 64 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 29 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:43.656870+0000 mon.smithi136 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.136:0/2598686095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: cluster 2022-04-26T02:52:43.736910+0000 mon.smithi136 (mon.0) 476 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:43.737134+0000 mon.smithi136 (mon.0) 477 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:43.737486+0000 mon.smithi136 (mon.0) 478 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:44.460355+0000 mon.smithi136 (mon.0) 479 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:44.469294+0000 mon.smithi136 (mon.0) 480 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:44.470761+0000 mon.smithi136 (mon.0) 481 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:44.471788+0000 mon.smithi136 (mon.0) 482 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2022-04-26T02:52:44.852 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:44 smithi136 bash[11745]: audit 2022-04-26T02:52:44.472733+0000 mon.smithi136 (mon.0) 483 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: cluster 2022-04-26T02:52:43.559465+0000 mgr.smithi136.ofnrfx (mgr.14188) 64 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 29 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:43.656870+0000 mon.smithi136 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.136:0/2598686095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: cluster 2022-04-26T02:52:43.736910+0000 mon.smithi136 (mon.0) 476 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2022-04-26T02:52:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:43.737134+0000 mon.smithi136 (mon.0) 477 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:43.737486+0000 mon.smithi136 (mon.0) 478 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:44.460355+0000 mon.smithi136 (mon.0) 479 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:44.469294+0000 mon.smithi136 (mon.0) 480 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:44.470761+0000 mon.smithi136 (mon.0) 481 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2022-04-26T02:52:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:44.471788+0000 mon.smithi136 (mon.0) 482 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2022-04-26T02:52:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:44 smithi145 bash[13673]: audit 2022-04-26T02:52:44.472733+0000 mon.smithi136 (mon.0) 483 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:45.542 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:45.832 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:45 smithi136 bash[11745]: cephadm 2022-04-26T02:52:44.470415+0000 mgr.smithi136.ofnrfx (mgr.14188) 65 : cephadm [INF] Reconfiguring mon.smithi136 (unknown last config time)... 2022-04-26T02:52:45.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:45 smithi136 bash[11745]: cephadm 2022-04-26T02:52:44.473602+0000 mgr.smithi136.ofnrfx (mgr.14188) 66 : cephadm [INF] Reconfiguring daemon mon.smithi136 on smithi136 2022-04-26T02:52:45.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:45 smithi145 bash[13673]: cephadm 2022-04-26T02:52:44.470415+0000 mgr.smithi136.ofnrfx (mgr.14188) 65 : cephadm [INF] Reconfiguring mon.smithi136 (unknown last config time)... 2022-04-26T02:52:45.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:45 smithi145 bash[13673]: cephadm 2022-04-26T02:52:44.473602+0000 mgr.smithi136.ofnrfx (mgr.14188) 66 : cephadm [INF] Reconfiguring daemon mon.smithi136 on smithi136 2022-04-26T02:52:46.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:46 smithi136 bash[11745]: cluster 2022-04-26T02:52:45.560174+0000 mgr.smithi136.ofnrfx (mgr.14188) 67 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:46.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:46 smithi145 bash[13673]: cluster 2022-04-26T02:52:45.560174+0000 mgr.smithi136.ofnrfx (mgr.14188) 67 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:47.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:47 smithi136 bash[11745]: audit 2022-04-26T02:52:47.011164+0000 mon.smithi136 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2022-04-26T02:52:47.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:47 smithi145 bash[13673]: audit 2022-04-26T02:52:47.011164+0000 mon.smithi136 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2022-04-26T02:52:48.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.524055+0000 mon.smithi136 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2022-04-26T02:52:48.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: cluster 2022-04-26T02:52:47.524121+0000 mon.smithi136 (mon.0) 486 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2022-04-26T02:52:48.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.524326+0000 mon.smithi136 (mon.0) 487 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:48.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.524936+0000 mon.smithi136 (mon.0) 488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.525229+0000 mon.smithi136 (mon.0) 489 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: cluster 2022-04-26T02:52:47.560690+0000 mgr.smithi136.ofnrfx (mgr.14188) 68 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.762037+0000 mon.smithi136 (mon.0) 490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: cephadm 2022-04-26T02:52:47.762975+0000 mgr.smithi136.ofnrfx (mgr.14188) 69 : cephadm [INF] Reconfiguring mgr.smithi136.ofnrfx (unknown last config time)... 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.763440+0000 mon.smithi136 (mon.0) 491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.ofnrfx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.764880+0000 mon.smithi136 (mon.0) 492 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr services"}]: dispatch 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: audit 2022-04-26T02:52:47.765887+0000 mon.smithi136 (mon.0) 493 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:48.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:48 smithi136 bash[11745]: cephadm 2022-04-26T02:52:47.766802+0000 mgr.smithi136.ofnrfx (mgr.14188) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi136.ofnrfx on smithi136 2022-04-26T02:52:48.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.524055+0000 mon.smithi136 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2022-04-26T02:52:48.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: cluster 2022-04-26T02:52:47.524121+0000 mon.smithi136 (mon.0) 486 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2022-04-26T02:52:48.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.524326+0000 mon.smithi136 (mon.0) 487 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.524936+0000 mon.smithi136 (mon.0) 488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.525229+0000 mon.smithi136 (mon.0) 489 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: cluster 2022-04-26T02:52:47.560690+0000 mgr.smithi136.ofnrfx (mgr.14188) 68 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.762037+0000 mon.smithi136 (mon.0) 490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: cephadm 2022-04-26T02:52:47.762975+0000 mgr.smithi136.ofnrfx (mgr.14188) 69 : cephadm [INF] Reconfiguring mgr.smithi136.ofnrfx (unknown last config time)... 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.763440+0000 mon.smithi136 (mon.0) 491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.ofnrfx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.764880+0000 mon.smithi136 (mon.0) 492 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr services"}]: dispatch 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: audit 2022-04-26T02:52:47.765887+0000 mon.smithi136 (mon.0) 493 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:48 smithi145 bash[13673]: cephadm 2022-04-26T02:52:47.766802+0000 mgr.smithi136.ofnrfx (mgr.14188) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi136.ofnrfx on smithi136 2022-04-26T02:52:49.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:49 smithi136 bash[11745]: audit 2022-04-26T02:52:48.525573+0000 mon.smithi136 (mon.0) 494 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:49.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:49 smithi136 bash[11745]: cluster 2022-04-26T02:52:48.525764+0000 mon.smithi136 (mon.0) 495 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2022-04-26T02:52:49.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:49 smithi136 bash[11745]: audit 2022-04-26T02:52:48.526589+0000 mon.smithi136 (mon.0) 496 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:49.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:49 smithi136 bash[11745]: audit 2022-04-26T02:52:48.527348+0000 mon.smithi136 (mon.0) 497 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:49.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:49 smithi136 bash[11745]: audit 2022-04-26T02:52:48.533607+0000 mon.smithi136 (mon.0) 498 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:49.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:49 smithi145 bash[13673]: audit 2022-04-26T02:52:48.525573+0000 mon.smithi136 (mon.0) 494 : audit [INF] from='osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:49.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:49 smithi145 bash[13673]: cluster 2022-04-26T02:52:48.525764+0000 mon.smithi136 (mon.0) 495 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2022-04-26T02:52:49.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:49 smithi145 bash[13673]: audit 2022-04-26T02:52:48.526589+0000 mon.smithi136 (mon.0) 496 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:49.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:49 smithi145 bash[13673]: audit 2022-04-26T02:52:48.527348+0000 mon.smithi136 (mon.0) 497 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:49.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:49 smithi145 bash[13673]: audit 2022-04-26T02:52:48.533607+0000 mon.smithi136 (mon.0) 498 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:50.597 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: cluster 2022-04-26T02:52:47.996487+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:50.597 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: cluster 2022-04-26T02:52:47.996642+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:50.597 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: audit 2022-04-26T02:52:49.536675+0000 mon.smithi136 (mon.0) 499 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:50.598 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: cluster 2022-04-26T02:52:49.542699+0000 mon.smithi136 (mon.0) 500 : cluster [INF] osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243] boot 2022-04-26T02:52:50.598 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: cluster 2022-04-26T02:52:49.542781+0000 mon.smithi136 (mon.0) 501 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2022-04-26T02:52:50.598 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: audit 2022-04-26T02:52:49.543623+0000 mon.smithi136 (mon.0) 502 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:50.598 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: audit 2022-04-26T02:52:49.544443+0000 mon.smithi136 (mon.0) 503 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:50.598 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:50 smithi136 bash[11745]: cluster 2022-04-26T02:52:49.561150+0000 mgr.smithi136.ofnrfx (mgr.14188) 71 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:50.760 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: cluster 2022-04-26T02:52:47.996487+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: cluster 2022-04-26T02:52:47.996642+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: audit 2022-04-26T02:52:49.536675+0000 mon.smithi136 (mon.0) 499 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: cluster 2022-04-26T02:52:49.542699+0000 mon.smithi136 (mon.0) 500 : cluster [INF] osd.5 [v2:172.21.15.136:6818/565048243,v1:172.21.15.136:6819/565048243] boot 2022-04-26T02:52:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: cluster 2022-04-26T02:52:49.542781+0000 mon.smithi136 (mon.0) 501 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2022-04-26T02:52:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: audit 2022-04-26T02:52:49.543623+0000 mon.smithi136 (mon.0) 502 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2022-04-26T02:52:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: audit 2022-04-26T02:52:49.544443+0000 mon.smithi136 (mon.0) 503 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:50 smithi145 bash[13673]: cluster 2022-04-26T02:52:49.561150+0000 mgr.smithi136.ofnrfx (mgr.14188) 71 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2022-04-26T02:52:51.628 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1650941569,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:51.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:51 smithi136 bash[11745]: cluster 2022-04-26T02:52:50.544900+0000 mon.smithi136 (mon.0) 504 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2022-04-26T02:52:51.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:51 smithi136 bash[11745]: audit 2022-04-26T02:52:50.545476+0000 mon.smithi136 (mon.0) 505 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:51.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:51 smithi136 bash[11745]: audit 2022-04-26T02:52:50.764638+0000 mon.smithi136 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.136:0/2415866570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:51.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:51 smithi136 bash[11745]: audit 2022-04-26T02:52:51.078636+0000 mon.smithi136 (mon.0) 507 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:51.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:51 smithi145 bash[13673]: cluster 2022-04-26T02:52:50.544900+0000 mon.smithi136 (mon.0) 504 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2022-04-26T02:52:51.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:51 smithi145 bash[13673]: audit 2022-04-26T02:52:50.545476+0000 mon.smithi136 (mon.0) 505 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:51.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:51 smithi145 bash[13673]: audit 2022-04-26T02:52:50.764638+0000 mon.smithi136 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.136:0/2415866570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:51.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:51 smithi145 bash[13673]: audit 2022-04-26T02:52:51.078636+0000 mon.smithi136 (mon.0) 507 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:52.629 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd stat -f json 2022-04-26T02:52:52.641 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:52 smithi136 bash[11745]: cephadm 2022-04-26T02:52:51.080255+0000 mgr.smithi136.ofnrfx (mgr.14188) 72 : cephadm [INF] Reconfiguring alertmanager.smithi136 (dependencies changed)... 2022-04-26T02:52:52.642 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:52 smithi136 bash[11745]: cephadm 2022-04-26T02:52:51.094592+0000 mgr.smithi136.ofnrfx (mgr.14188) 73 : cephadm [INF] Reconfiguring daemon alertmanager.smithi136 on smithi136 2022-04-26T02:52:52.642 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:52 smithi136 bash[11745]: cluster 2022-04-26T02:52:51.561752+0000 mgr.smithi136.ofnrfx (mgr.14188) 74 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2022-04-26T02:52:52.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:52 smithi145 bash[13673]: cephadm 2022-04-26T02:52:51.080255+0000 mgr.smithi136.ofnrfx (mgr.14188) 72 : cephadm [INF] Reconfiguring alertmanager.smithi136 (dependencies changed)... 2022-04-26T02:52:52.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:52 smithi145 bash[13673]: cephadm 2022-04-26T02:52:51.094592+0000 mgr.smithi136.ofnrfx (mgr.14188) 73 : cephadm [INF] Reconfiguring daemon alertmanager.smithi136 on smithi136 2022-04-26T02:52:52.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:52 smithi145 bash[13673]: cluster 2022-04-26T02:52:51.561752+0000 mgr.smithi136.ofnrfx (mgr.14188) 74 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2022-04-26T02:52:53.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:53 smithi136 bash[11745]: audit 2022-04-26T02:52:53.553389+0000 mon.smithi136 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2022-04-26T02:52:54.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:53 smithi145 bash[13673]: audit 2022-04-26T02:52:53.553389+0000 mon.smithi136 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2022-04-26T02:52:55.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:54 smithi136 bash[11745]: cluster 2022-04-26T02:52:53.562205+0000 mgr.smithi136.ofnrfx (mgr.14188) 75 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2022-04-26T02:52:55.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:54 smithi136 bash[11745]: audit 2022-04-26T02:52:53.735775+0000 mon.smithi136 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2022-04-26T02:52:55.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:54 smithi136 bash[11745]: cluster 2022-04-26T02:52:53.735827+0000 mon.smithi136 (mon.0) 510 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2022-04-26T02:52:55.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:54 smithi136 bash[11745]: audit 2022-04-26T02:52:53.735973+0000 mon.smithi136 (mon.0) 511 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:55.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:54 smithi136 bash[11745]: audit 2022-04-26T02:52:53.736490+0000 mon.smithi136 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:55.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:54 smithi145 bash[13673]: cluster 2022-04-26T02:52:53.562205+0000 mgr.smithi136.ofnrfx (mgr.14188) 75 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2022-04-26T02:52:55.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:54 smithi145 bash[13673]: audit 2022-04-26T02:52:53.735775+0000 mon.smithi136 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2022-04-26T02:52:55.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:54 smithi145 bash[13673]: cluster 2022-04-26T02:52:53.735827+0000 mon.smithi136 (mon.0) 510 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2022-04-26T02:52:55.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:54 smithi145 bash[13673]: audit 2022-04-26T02:52:53.735973+0000 mon.smithi136 (mon.0) 511 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:55.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:54 smithi145 bash[13673]: audit 2022-04-26T02:52:53.736490+0000 mon.smithi136 (mon.0) 512 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2022-04-26T02:52:56.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:55 smithi136 bash[11745]: audit 2022-04-26T02:52:54.740530+0000 mon.smithi136 (mon.0) 513 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:56.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:55 smithi136 bash[11745]: cluster 2022-04-26T02:52:54.740718+0000 mon.smithi136 (mon.0) 514 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2022-04-26T02:52:56.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:55 smithi136 bash[11745]: audit 2022-04-26T02:52:54.741470+0000 mon.smithi136 (mon.0) 515 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:56.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:55 smithi136 bash[11745]: audit 2022-04-26T02:52:54.746749+0000 mon.smithi136 (mon.0) 516 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:56.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:55 smithi136 bash[11745]: cluster 2022-04-26T02:52:55.742267+0000 mon.smithi136 (mon.0) 517 : cluster [INF] osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911] boot 2022-04-26T02:52:56.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:55 smithi136 bash[11745]: cluster 2022-04-26T02:52:55.742296+0000 mon.smithi136 (mon.0) 518 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2022-04-26T02:52:56.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:55 smithi136 bash[11745]: audit 2022-04-26T02:52:55.742577+0000 mon.smithi136 (mon.0) 519 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:55 smithi145 bash[13673]: audit 2022-04-26T02:52:54.740530+0000 mon.smithi136 (mon.0) 513 : audit [INF] from='osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2022-04-26T02:52:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:55 smithi145 bash[13673]: cluster 2022-04-26T02:52:54.740718+0000 mon.smithi136 (mon.0) 514 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2022-04-26T02:52:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:55 smithi145 bash[13673]: audit 2022-04-26T02:52:54.741470+0000 mon.smithi136 (mon.0) 515 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:55 smithi145 bash[13673]: audit 2022-04-26T02:52:54.746749+0000 mon.smithi136 (mon.0) 516 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:55 smithi145 bash[13673]: cluster 2022-04-26T02:52:55.742267+0000 mon.smithi136 (mon.0) 517 : cluster [INF] osd.7 [v2:172.21.15.136:6826/3522775911,v1:172.21.15.136:6827/3522775911] boot 2022-04-26T02:52:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:55 smithi145 bash[13673]: cluster 2022-04-26T02:52:55.742296+0000 mon.smithi136 (mon.0) 518 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2022-04-26T02:52:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:55 smithi145 bash[13673]: audit 2022-04-26T02:52:55.742577+0000 mon.smithi136 (mon.0) 519 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2022-04-26T02:52:57.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:56 smithi136 bash[11745]: cluster 2022-04-26T02:52:54.577791+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:57.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:56 smithi136 bash[11745]: cluster 2022-04-26T02:52:54.578013+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:57.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:56 smithi136 bash[11745]: cluster 2022-04-26T02:52:55.562731+0000 mgr.smithi136.ofnrfx (mgr.14188) 76 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2022-04-26T02:52:57.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:56 smithi145 bash[13673]: cluster 2022-04-26T02:52:54.577791+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2022-04-26T02:52:57.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:56 smithi145 bash[13673]: cluster 2022-04-26T02:52:54.578013+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2022-04-26T02:52:57.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:56 smithi145 bash[13673]: cluster 2022-04-26T02:52:55.562731+0000 mgr.smithi136.ofnrfx (mgr.14188) 76 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2022-04-26T02:52:57.399 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:52:58.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:57 smithi136 bash[11745]: cluster 2022-04-26T02:52:56.761162+0000 mon.smithi136 (mon.0) 520 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2022-04-26T02:52:58.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:57 smithi136 bash[11745]: audit 2022-04-26T02:52:57.400026+0000 mon.smithi136 (mon.0) 521 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:58.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:57 smithi136 bash[11745]: audit 2022-04-26T02:52:57.401433+0000 mon.smithi136 (mon.0) 522 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2022-04-26T02:52:58.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:57 smithi136 bash[11745]: audit 2022-04-26T02:52:57.402544+0000 mon.smithi136 (mon.0) 523 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:58.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:57 smithi136 bash[11745]: audit 2022-04-26T02:52:57.402791+0000 mon.smithi136 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.136:0/4282015855' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:58.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:57 smithi145 bash[13673]: cluster 2022-04-26T02:52:56.761162+0000 mon.smithi136 (mon.0) 520 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2022-04-26T02:52:58.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:57 smithi145 bash[13673]: audit 2022-04-26T02:52:57.400026+0000 mon.smithi136 (mon.0) 521 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:52:58.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:57 smithi145 bash[13673]: audit 2022-04-26T02:52:57.401433+0000 mon.smithi136 (mon.0) 522 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2022-04-26T02:52:58.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:57 smithi145 bash[13673]: audit 2022-04-26T02:52:57.402544+0000 mon.smithi136 (mon.0) 523 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:52:58.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:57 smithi145 bash[13673]: audit 2022-04-26T02:52:57.402791+0000 mon.smithi136 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.136:0/4282015855' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2022-04-26T02:52:58.743 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1650941575,"num_in_osds":8,"osd_in_since":1650941525,"num_remapped_pgs":0} 2022-04-26T02:52:58.743 INFO:tasks.cephadm:Setting up client nodes... 2022-04-26T02:52:58.744 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-04-26T02:52:59.080 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:58 smithi136 bash[11745]: cephadm 2022-04-26T02:52:57.401043+0000 mgr.smithi136.ofnrfx (mgr.14188) 77 : cephadm [INF] Reconfiguring crash.smithi136 (monmap changed)... 2022-04-26T02:52:59.080 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:58 smithi136 bash[11745]: cephadm 2022-04-26T02:52:57.403673+0000 mgr.smithi136.ofnrfx (mgr.14188) 78 : cephadm [INF] Reconfiguring daemon crash.smithi136 on smithi136 2022-04-26T02:52:59.080 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:58 smithi136 bash[11745]: cluster 2022-04-26T02:52:57.563140+0000 mgr.smithi136.ofnrfx (mgr.14188) 79 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:52:59.080 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:52:58 smithi136 bash[11745]: cluster 2022-04-26T02:52:57.769587+0000 mon.smithi136 (mon.0) 525 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2022-04-26T02:52:59.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:58 smithi145 bash[13673]: cephadm 2022-04-26T02:52:57.401043+0000 mgr.smithi136.ofnrfx (mgr.14188) 77 : cephadm [INF] Reconfiguring crash.smithi136 (monmap changed)... 2022-04-26T02:52:59.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:58 smithi145 bash[13673]: cephadm 2022-04-26T02:52:57.403673+0000 mgr.smithi136.ofnrfx (mgr.14188) 78 : cephadm [INF] Reconfiguring daemon crash.smithi136 on smithi136 2022-04-26T02:52:59.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:58 smithi145 bash[13673]: cluster 2022-04-26T02:52:57.563140+0000 mgr.smithi136.ofnrfx (mgr.14188) 79 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:52:59.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:52:58 smithi145 bash[13673]: cluster 2022-04-26T02:52:57.769587+0000 mon.smithi136 (mon.0) 525 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2022-04-26T02:53:01.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:00 smithi136 bash[11745]: cluster 2022-04-26T02:52:59.563791+0000 mgr.smithi136.ofnrfx (mgr.14188) 80 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:01.044 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:00 smithi136 bash[11745]: audit 2022-04-26T02:53:00.752715+0000 mon.smithi136 (mon.0) 526 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:01.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:00 smithi145 bash[13673]: cluster 2022-04-26T02:52:59.563791+0000 mgr.smithi136.ofnrfx (mgr.14188) 80 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:01.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:00 smithi145 bash[13673]: audit 2022-04-26T02:53:00.752715+0000 mon.smithi136 (mon.0) 526 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:02.044 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:01 smithi136 bash[11745]: cephadm 2022-04-26T02:53:00.753956+0000 mgr.smithi136.ofnrfx (mgr.14188) 81 : cephadm [INF] Reconfiguring grafana.smithi136 (dependencies changed)... 2022-04-26T02:53:02.044 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:01 smithi136 bash[11745]: cephadm 2022-04-26T02:53:00.800314+0000 mgr.smithi136.ofnrfx (mgr.14188) 82 : cephadm [INF] Reconfiguring daemon grafana.smithi136 on smithi136 2022-04-26T02:53:02.044 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:01 smithi136 bash[11745]: audit 2022-04-26T02:53:01.758579+0000 mon.smithi136 (mon.0) 527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:53:02.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:01 smithi145 bash[13673]: cephadm 2022-04-26T02:53:00.753956+0000 mgr.smithi136.ofnrfx (mgr.14188) 81 : cephadm [INF] Reconfiguring grafana.smithi136 (dependencies changed)... 2022-04-26T02:53:02.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:01 smithi145 bash[13673]: cephadm 2022-04-26T02:53:00.800314+0000 mgr.smithi136.ofnrfx (mgr.14188) 82 : cephadm [INF] Reconfiguring daemon grafana.smithi136 on smithi136 2022-04-26T02:53:02.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:01 smithi145 bash[13673]: audit 2022-04-26T02:53:01.758579+0000 mon.smithi136 (mon.0) 527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:53:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:02 smithi136 bash[11745]: cluster 2022-04-26T02:53:01.564367+0000 mgr.smithi136.ofnrfx (mgr.14188) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:03.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:02 smithi136 bash[11745]: audit 2022-04-26T02:53:01.780189+0000 mon.smithi136 (mon.0) 528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:53:03.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:02 smithi145 bash[13673]: cluster 2022-04-26T02:53:01.564367+0000 mgr.smithi136.ofnrfx (mgr.14188) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:03.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:02 smithi145 bash[13673]: audit 2022-04-26T02:53:01.780189+0000 mon.smithi136 (mon.0) 528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:53:04.231 INFO:teuthology.orchestra.run.smithi136.stdout:[client.0] 2022-04-26T02:53:04.231 INFO:teuthology.orchestra.run.smithi136.stdout: key = AQCQXmdiJmmeDRAA0mgdFPaqNX8oNHaLm5Un8w== 2022-04-26T02:53:05.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:04 smithi136 bash[11745]: cluster 2022-04-26T02:53:03.564888+0000 mgr.smithi136.ofnrfx (mgr.14188) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:05.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:04 smithi136 bash[11745]: audit 2022-04-26T02:53:04.228137+0000 mon.smithi136 (mon.0) 529 : audit [INF] from='client.? 172.21.15.136:0/2275997566' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2022-04-26T02:53:05.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:04 smithi136 bash[11745]: audit 2022-04-26T02:53:04.234904+0000 mon.smithi136 (mon.0) 530 : audit [INF] from='client.? 172.21.15.136:0/2275997566' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2022-04-26T02:53:05.063 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2022-04-26T02:53:05.063 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2022-04-26T02:53:05.063 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2022-04-26T02:53:05.084 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-04-26T02:53:05.097 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:04 smithi145 bash[13673]: cluster 2022-04-26T02:53:03.564888+0000 mgr.smithi136.ofnrfx (mgr.14188) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:05.097 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:04 smithi145 bash[13673]: audit 2022-04-26T02:53:04.228137+0000 mon.smithi136 (mon.0) 529 : audit [INF] from='client.? 172.21.15.136:0/2275997566' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2022-04-26T02:53:05.097 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:04 smithi145 bash[13673]: audit 2022-04-26T02:53:04.234904+0000 mon.smithi136 (mon.0) 530 : audit [INF] from='client.? 172.21.15.136:0/2275997566' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2022-04-26T02:53:07.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:06 smithi136 bash[11745]: cluster 2022-04-26T02:53:05.565515+0000 mgr.smithi136.ofnrfx (mgr.14188) 85 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:07.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:06 smithi136 bash[11745]: audit 2022-04-26T02:53:06.765356+0000 mon.smithi136 (mon.0) 531 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:07.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:06 smithi136 bash[11745]: audit 2022-04-26T02:53:06.768331+0000 mon.smithi136 (mon.0) 532 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2022-04-26T02:53:07.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:06 smithi136 bash[11745]: audit 2022-04-26T02:53:06.769898+0000 mon.smithi136 (mon.0) 533 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:07.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:06 smithi145 bash[13673]: cluster 2022-04-26T02:53:05.565515+0000 mgr.smithi136.ofnrfx (mgr.14188) 85 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:07.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:06 smithi145 bash[13673]: audit 2022-04-26T02:53:06.765356+0000 mon.smithi136 (mon.0) 531 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:07.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:06 smithi145 bash[13673]: audit 2022-04-26T02:53:06.768331+0000 mon.smithi136 (mon.0) 532 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2022-04-26T02:53:07.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:06 smithi145 bash[13673]: audit 2022-04-26T02:53:06.769898+0000 mon.smithi136 (mon.0) 533 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:08.020 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:07 smithi136 bash[11745]: cephadm 2022-04-26T02:53:06.767764+0000 mgr.smithi136.ofnrfx (mgr.14188) 86 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2022-04-26T02:53:08.020 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:07 smithi136 bash[11745]: cephadm 2022-04-26T02:53:06.771158+0000 mgr.smithi136.ofnrfx (mgr.14188) 87 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2022-04-26T02:53:08.144 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:07 smithi145 bash[13673]: cephadm 2022-04-26T02:53:06.767764+0000 mgr.smithi136.ofnrfx (mgr.14188) 86 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2022-04-26T02:53:08.144 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:07 smithi145 bash[13673]: cephadm 2022-04-26T02:53:06.771158+0000 mgr.smithi136.ofnrfx (mgr.14188) 87 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2022-04-26T02:53:08.476 INFO:teuthology.orchestra.run.smithi145.stdout:[client.1] 2022-04-26T02:53:08.476 INFO:teuthology.orchestra.run.smithi145.stdout: key = AQCUXmdiAWM2HBAAoO+YOxIaQYRQtPhitmfApQ== 2022-04-26T02:53:09.072 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:08 smithi136 bash[11745]: cluster 2022-04-26T02:53:07.566135+0000 mgr.smithi136.ofnrfx (mgr.14188) 88 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:09.072 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:08 smithi136 bash[11745]: audit 2022-04-26T02:53:08.470965+0000 mon.smithi145 (mon.1) 17 : audit [INF] from='client.? 172.21.15.145:0/2713580562' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2022-04-26T02:53:09.072 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:08 smithi136 bash[11745]: audit 2022-04-26T02:53:08.472967+0000 mon.smithi136 (mon.0) 534 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2022-04-26T02:53:09.072 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:08 smithi136 bash[11745]: audit 2022-04-26T02:53:08.480377+0000 mon.smithi136 (mon.0) 535 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2022-04-26T02:53:09.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:08 smithi145 bash[13673]: cluster 2022-04-26T02:53:07.566135+0000 mgr.smithi136.ofnrfx (mgr.14188) 88 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:09.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:08 smithi145 bash[13673]: audit 2022-04-26T02:53:08.470965+0000 mon.smithi145 (mon.1) 17 : audit [INF] from='client.? 172.21.15.145:0/2713580562' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2022-04-26T02:53:09.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:08 smithi145 bash[13673]: audit 2022-04-26T02:53:08.472967+0000 mon.smithi136 (mon.0) 534 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2022-04-26T02:53:09.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:08 smithi145 bash[13673]: audit 2022-04-26T02:53:08.480377+0000 mon.smithi136 (mon.0) 535 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2022-04-26T02:53:09.339 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2022-04-26T02:53:09.339 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2022-04-26T02:53:09.339 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2022-04-26T02:53:09.403 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd dump --format=json 2022-04-26T02:53:10.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:10 smithi136 bash[11745]: audit 2022-04-26T02:53:09.246416+0000 mon.smithi136 (mon.0) 536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:10.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:10 smithi136 bash[11745]: cephadm 2022-04-26T02:53:09.248061+0000 mgr.smithi136.ofnrfx (mgr.14188) 89 : cephadm [INF] Reconfiguring mgr.smithi145.agvohy (monmap changed)... 2022-04-26T02:53:10.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:10 smithi136 bash[11745]: audit 2022-04-26T02:53:09.248748+0000 mon.smithi136 (mon.0) 537 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.agvohy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2022-04-26T02:53:10.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:10 smithi136 bash[11745]: audit 2022-04-26T02:53:09.250916+0000 mon.smithi136 (mon.0) 538 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr services"}]: dispatch 2022-04-26T02:53:10.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:10 smithi136 bash[11745]: audit 2022-04-26T02:53:09.252782+0000 mon.smithi136 (mon.0) 539 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:10.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:10 smithi136 bash[11745]: cephadm 2022-04-26T02:53:09.254454+0000 mgr.smithi136.ofnrfx (mgr.14188) 90 : cephadm [INF] Reconfiguring daemon mgr.smithi145.agvohy on smithi145 2022-04-26T02:53:10.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:10 smithi136 bash[11745]: cluster 2022-04-26T02:53:09.566495+0000 mgr.smithi136.ofnrfx (mgr.14188) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:10.522 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:10 smithi145 bash[13673]: audit 2022-04-26T02:53:09.246416+0000 mon.smithi136 (mon.0) 536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:10.522 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:10 smithi145 bash[13673]: cephadm 2022-04-26T02:53:09.248061+0000 mgr.smithi136.ofnrfx (mgr.14188) 89 : cephadm [INF] Reconfiguring mgr.smithi145.agvohy (monmap changed)... 2022-04-26T02:53:10.523 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:10 smithi145 bash[13673]: audit 2022-04-26T02:53:09.248748+0000 mon.smithi136 (mon.0) 537 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.agvohy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2022-04-26T02:53:10.523 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:10 smithi145 bash[13673]: audit 2022-04-26T02:53:09.250916+0000 mon.smithi136 (mon.0) 538 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "mgr services"}]: dispatch 2022-04-26T02:53:10.523 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:10 smithi145 bash[13673]: audit 2022-04-26T02:53:09.252782+0000 mon.smithi136 (mon.0) 539 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:10.523 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:10 smithi145 bash[13673]: cephadm 2022-04-26T02:53:09.254454+0000 mgr.smithi136.ofnrfx (mgr.14188) 90 : cephadm [INF] Reconfiguring daemon mgr.smithi145.agvohy on smithi145 2022-04-26T02:53:10.523 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:10 smithi145 bash[13673]: cluster 2022-04-26T02:53:09.566495+0000 mgr.smithi136.ofnrfx (mgr.14188) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:12.202 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:53:12.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:12 smithi145 bash[13673]: audit 2022-04-26T02:53:11.075044+0000 mon.smithi136 (mon.0) 540 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:12.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:12 smithi145 bash[13673]: cephadm 2022-04-26T02:53:11.076542+0000 mgr.smithi136.ofnrfx (mgr.14188) 92 : cephadm [INF] Reconfiguring mon.smithi145 (monmap changed)... 2022-04-26T02:53:12.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:12 smithi145 bash[13673]: audit 2022-04-26T02:53:11.077151+0000 mon.smithi136 (mon.0) 541 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2022-04-26T02:53:12.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:12 smithi145 bash[13673]: audit 2022-04-26T02:53:11.080563+0000 mon.smithi136 (mon.0) 542 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2022-04-26T02:53:12.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:12 smithi145 bash[13673]: audit 2022-04-26T02:53:11.081896+0000 mon.smithi136 (mon.0) 543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:12.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:12 smithi145 bash[13673]: cephadm 2022-04-26T02:53:11.083149+0000 mgr.smithi136.ofnrfx (mgr.14188) 93 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2022-04-26T02:53:12.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:12 smithi145 bash[13673]: cluster 2022-04-26T02:53:11.567063+0000 mgr.smithi136.ofnrfx (mgr.14188) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:12.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:12 smithi136 bash[11745]: audit 2022-04-26T02:53:11.075044+0000 mon.smithi136 (mon.0) 540 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:12.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:12 smithi136 bash[11745]: cephadm 2022-04-26T02:53:11.076542+0000 mgr.smithi136.ofnrfx (mgr.14188) 92 : cephadm [INF] Reconfiguring mon.smithi145 (monmap changed)... 2022-04-26T02:53:12.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:12 smithi136 bash[11745]: audit 2022-04-26T02:53:11.077151+0000 mon.smithi136 (mon.0) 541 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2022-04-26T02:53:12.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:12 smithi136 bash[11745]: audit 2022-04-26T02:53:11.080563+0000 mon.smithi136 (mon.0) 542 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2022-04-26T02:53:12.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:12 smithi136 bash[11745]: audit 2022-04-26T02:53:11.081896+0000 mon.smithi136 (mon.0) 543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:12.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:12 smithi136 bash[11745]: cephadm 2022-04-26T02:53:11.083149+0000 mgr.smithi136.ofnrfx (mgr.14188) 93 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2022-04-26T02:53:12.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:12 smithi136 bash[11745]: cluster 2022-04-26T02:53:11.567063+0000 mgr.smithi136.ofnrfx (mgr.14188) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:14.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.953247+0000 mon.smithi136 (mon.0) 544 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.959830+0000 mon.smithi136 (mon.0) 545 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2022-04-26T02:53:14.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.960498+0000 mgr.smithi136.ofnrfx (mgr.14188) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.962107+0000 mon.smithi136 (mon.0) 546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136:9093"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.962629+0000 mgr.smithi136.ofnrfx (mgr.14188) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136:9093"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.971323+0000 mon.smithi136 (mon.0) 547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.979951+0000 mon.smithi136 (mon.0) 548 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:12.980805+0000 mgr.smithi136.ofnrfx (mgr.14188) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.106716+0000 mon.smithi136 (mon.0) 549 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi136:3000"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.114884+0000 mon.smithi136 (mon.0) 550 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.122410+0000 mon.smithi136 (mon.0) 551 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.257244+0000 mon.smithi136 (mon.0) 552 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi136:9095"}]: dispatch 2022-04-26T02:53:14.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.265242+0000 mon.smithi136 (mon.0) 553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.269331+0000 mon.smithi136 (mon.0) 554 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:53:14.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.270978+0000 mon.smithi136 (mon.0) 555 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:14.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:13 smithi136 bash[11745]: audit 2022-04-26T02:53:13.272461+0000 mon.smithi136 (mon.0) 556 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:53:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.953247+0000 mon.smithi136 (mon.0) 544 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.959830+0000 mon.smithi136 (mon.0) 545 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2022-04-26T02:53:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.960498+0000 mgr.smithi136.ofnrfx (mgr.14188) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2022-04-26T02:53:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.962107+0000 mon.smithi136 (mon.0) 546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136:9093"}]: dispatch 2022-04-26T02:53:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.962629+0000 mgr.smithi136.ofnrfx (mgr.14188) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi136:9093"}]: dispatch 2022-04-26T02:53:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.971323+0000 mon.smithi136 (mon.0) 547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.979951+0000 mon.smithi136 (mon.0) 548 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:12.980805+0000 mgr.smithi136.ofnrfx (mgr.14188) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.106716+0000 mon.smithi136 (mon.0) 549 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi136:3000"}]: dispatch 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.114884+0000 mon.smithi136 (mon.0) 550 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.122410+0000 mon.smithi136 (mon.0) 551 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.257244+0000 mon.smithi136 (mon.0) 552 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi136:9095"}]: dispatch 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.265242+0000 mon.smithi136 (mon.0) 553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.269331+0000 mon.smithi136 (mon.0) 554 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.270978+0000 mon.smithi136 (mon.0) 555 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:13 smithi145 bash[13673]: audit 2022-04-26T02:53:13.272461+0000 mon.smithi136 (mon.0) 556 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:53:15.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:14 smithi136 bash[11745]: audit 2022-04-26T02:53:13.107700+0000 mgr.smithi136.ofnrfx (mgr.14188) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi136:3000"}]: dispatch 2022-04-26T02:53:15.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:14 smithi136 bash[11745]: audit 2022-04-26T02:53:13.123382+0000 mgr.smithi136.ofnrfx (mgr.14188) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2022-04-26T02:53:15.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:14 smithi136 bash[11745]: audit 2022-04-26T02:53:13.258019+0000 mgr.smithi136.ofnrfx (mgr.14188) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi136:9095"}]: dispatch 2022-04-26T02:53:15.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:14 smithi136 bash[11745]: cluster 2022-04-26T02:53:13.567616+0000 mgr.smithi136.ofnrfx (mgr.14188) 101 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:15.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:14 smithi145 bash[13673]: audit 2022-04-26T02:53:13.107700+0000 mgr.smithi136.ofnrfx (mgr.14188) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi136:3000"}]: dispatch 2022-04-26T02:53:15.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:14 smithi145 bash[13673]: audit 2022-04-26T02:53:13.123382+0000 mgr.smithi136.ofnrfx (mgr.14188) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2022-04-26T02:53:15.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:14 smithi145 bash[13673]: audit 2022-04-26T02:53:13.258019+0000 mgr.smithi136.ofnrfx (mgr.14188) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi136:9095"}]: dispatch 2022-04-26T02:53:15.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:14 smithi145 bash[13673]: cluster 2022-04-26T02:53:13.567616+0000 mgr.smithi136.ofnrfx (mgr.14188) 101 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:15.404 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:53:15.405 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":41,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","created":"2022-04-26T02:48:31.245752+0000","modified":"2022-04-26T02:52:57.762971+0000","last_up_change":"2022-04-26T02:52:55.735220+0000","last_in_change":"2022-04-26T02:52:05.324488+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2022-04-26T02:52:35.458867+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":"26","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e8f06303-2ac1-4670-86b3-b6308d2a1274","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6801","nonce":3930145322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6803","nonce":3930145322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6807","nonce":3930145322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6805","nonce":3930145322}]},"public_addr":"172.21.15.145:6801/3930145322","cluster_addr":"172.21.15.145:6803/3930145322","heartbeat_back_addr":"172.21.15.145:6807/3930145322","heartbeat_front_addr":"172.21.15.145:6805/3930145322","state":["exists","up"]},{"osd":1,"uuid":"5bbdb678-a0bf-4715-b17e-a94009b192cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6803","nonce":4199555444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6805","nonce":4199555444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6808","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6809","nonce":4199555444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6807","nonce":4199555444}]},"public_addr":"172.21.15.136:6803/4199555444","cluster_addr":"172.21.15.136:6805/4199555444","heartbeat_back_addr":"172.21.15.136:6809/4199555444","heartbeat_front_addr":"172.21.15.136:6807/4199555444","state":["exists","up"]},{"osd":2,"uuid":"e0d4a003-839a-48f6-a7c3-324527cbd1f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6809","nonce":1318805049}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6811","nonce":1318805049}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6815","nonce":1318805049}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6813","nonce":1318805049}]},"public_addr":"172.21.15.145:6809/1318805049","cluster_addr":"172.21.15.145:6811/1318805049","heartbeat_back_addr":"172.21.15.145:6815/1318805049","heartbeat_front_addr":"172.21.15.145:6813/1318805049","state":["exists","up"]},{"osd":3,"uuid":"b9af9dcd-a6de-48c2-997e-36f195cfaab4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6811","nonce":3632866612}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6813","nonce":3632866612}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6817","nonce":3632866612}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6815","nonce":3632866612}]},"public_addr":"172.21.15.136:6811/3632866612","cluster_addr":"172.21.15.136:6813/3632866612","heartbeat_back_addr":"172.21.15.136:6817/3632866612","heartbeat_front_addr":"172.21.15.136:6815/3632866612","state":["exists","up"]},{"osd":4,"uuid":"0522fcbf-6987-494d-902c-22633255893c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6817","nonce":2520651754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6819","nonce":2520651754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6823","nonce":2520651754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6821","nonce":2520651754}]},"public_addr":"172.21.15.145:6817/2520651754","cluster_addr":"172.21.15.145:6819/2520651754","heartbeat_back_addr":"172.21.15.145:6823/2520651754","heartbeat_front_addr":"172.21.15.145:6821/2520651754","state":["exists","up"]},{"osd":5,"uuid":"f606973e-0dd6-4ef2-8c61-743aff96b8ce","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6819","nonce":565048243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6821","nonce":565048243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6824","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6825","nonce":565048243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6823","nonce":565048243}]},"public_addr":"172.21.15.136:6819/565048243","cluster_addr":"172.21.15.136:6821/565048243","heartbeat_back_addr":"172.21.15.136:6825/565048243","heartbeat_front_addr":"172.21.15.136:6823/565048243","state":["exists","up"]},{"osd":6,"uuid":"d5ad3039-5c72-4104-82a6-3bd2e7716491","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6825","nonce":2844558668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6827","nonce":2844558668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6831","nonce":2844558668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6829","nonce":2844558668}]},"public_addr":"172.21.15.145:6825/2844558668","cluster_addr":"172.21.15.145:6827/2844558668","heartbeat_back_addr":"172.21.15.145:6831/2844558668","heartbeat_front_addr":"172.21.15.145:6829/2844558668","state":["exists","up"]},{"osd":7,"uuid":"f056d55f-296c-4bcd-a83e-acadc4d297e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6827","nonce":3522775911}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6829","nonce":3522775911}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6832","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6833","nonce":3522775911}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6831","nonce":3522775911}]},"public_addr":"172.21.15.136:6827/3522775911","cluster_addr":"172.21.15.136:6829/3522775911","heartbeat_back_addr":"172.21.15.136:6833/3522775911","heartbeat_front_addr":"172.21.15.136:6831/3522775911","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:25.167534+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:33.979764+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:30.411979+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:40.810789+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:35.597479+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:47.996646+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:39.566013+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:54.578019+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.136:0/54485112":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/1290472343":"2022-04-27T02:51:01.478130+0000","172.21.15.136:6800/3363603203":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/2745149641":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6801/2723869309":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6800/2723869309":"2022-04-27T02:49:40.537275+0000","172.21.15.136:0/1453375539":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6801/3363603203":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/2596752691":"2022-04-27T02:49:00.025132+0000","172.21.15.136:6800/1671695313":"2022-04-27T02:49:00.025132+0000","172.21.15.136:0/1979641906":"2022-04-27T02:49:00.025132+0000","172.21.15.136:6801/1671695313":"2022-04-27T02:49:00.025132+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","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}} 2022-04-26T02:53:16.036 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2022-04-26T02:52:35.458867+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': '26', '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_devicehealth': {}}}] 2022-04-26T02:53:16.036 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd pool get device_health_metrics pg_num 2022-04-26T02:53:16.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:15 smithi136 bash[11745]: audit 2022-04-26T02:53:15.407685+0000 mon.smithi136 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.136:0/684615075' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2022-04-26T02:53:16.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:15 smithi145 bash[13673]: audit 2022-04-26T02:53:15.407685+0000 mon.smithi136 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.136:0/684615075' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2022-04-26T02:53:17.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:16 smithi136 bash[11745]: cluster 2022-04-26T02:53:15.568120+0000 mgr.smithi136.ofnrfx (mgr.14188) 102 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:17.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:16 smithi145 bash[13673]: cluster 2022-04-26T02:53:15.568120+0000 mgr.smithi136.ofnrfx (mgr.14188) 102 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:18.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:18 smithi145 bash[13673]: audit 2022-04-26T02:53:17.071885+0000 mon.smithi136 (mon.0) 558 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:18.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:18 smithi145 bash[13673]: cluster 2022-04-26T02:53:17.568647+0000 mgr.smithi136.ofnrfx (mgr.14188) 103 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:18.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:18 smithi136 bash[11745]: audit 2022-04-26T02:53:17.071885+0000 mon.smithi136 (mon.0) 558 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:18.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:18 smithi136 bash[11745]: cluster 2022-04-26T02:53:17.568647+0000 mgr.smithi136.ofnrfx (mgr.14188) 103 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:18.562 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:53:19.546 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:19 smithi136 bash[11745]: audit 2022-04-26T02:53:18.300891+0000 mon.smithi136 (mon.0) 559 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:19.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:19 smithi145 bash[13673]: audit 2022-04-26T02:53:18.300891+0000 mon.smithi136 (mon.0) 559 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:20.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:20 smithi145 bash[13673]: cluster 2022-04-26T02:53:19.569226+0000 mgr.smithi136.ofnrfx (mgr.14188) 104 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:20.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:20 smithi136 bash[11745]: cluster 2022-04-26T02:53:19.569226+0000 mgr.smithi136.ofnrfx (mgr.14188) 104 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:22.097 INFO:teuthology.orchestra.run.smithi136.stdout:pg_num: 1 2022-04-26T02:53:22.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:22 smithi145 bash[13673]: cluster 2022-04-26T02:53:21.569821+0000 mgr.smithi136.ofnrfx (mgr.14188) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:22.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:22 smithi145 bash[13673]: audit 2022-04-26T02:53:22.101423+0000 mon.smithi136 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.136:0/483522959' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2022-04-26T02:53:23.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:22 smithi136 bash[11745]: cluster 2022-04-26T02:53:21.569821+0000 mgr.smithi136.ofnrfx (mgr.14188) 105 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:23.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:22 smithi136 bash[11745]: audit 2022-04-26T02:53:22.101423+0000 mon.smithi136 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.136:0/483522959' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2022-04-26T02:53:23.087 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-04-26T02:53:23.088 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2022-04-26T02:53:23.088 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph mgr dump --format=json 2022-04-26T02:53:25.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:24 smithi136 bash[11745]: cluster 2022-04-26T02:53:23.570336+0000 mgr.smithi136.ofnrfx (mgr.14188) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:25.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:24 smithi136 bash[11745]: audit 2022-04-26T02:53:24.567161+0000 mon.smithi136 (mon.0) 561 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:25.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:24 smithi145 bash[13673]: cluster 2022-04-26T02:53:23.570336+0000 mgr.smithi136.ofnrfx (mgr.14188) 106 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:25.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:24 smithi145 bash[13673]: audit 2022-04-26T02:53:24.567161+0000 mon.smithi136 (mon.0) 561 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:25.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:25 smithi136 bash[11745]: cephadm 2022-04-26T02:53:24.556594+0000 mgr.smithi136.ofnrfx (mgr.14188) 107 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T02:53:25.820 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:25 smithi136 bash[11745]: audit 2022-04-26T02:53:24.849933+0000 mon.smithi136 (mon.0) 562 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:25.820 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:25 smithi136 bash[11745]: audit 2022-04-26T02:53:24.851225+0000 mon.smithi136 (mon.0) 563 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:25.820 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:25 smithi136 bash[11745]: audit 2022-04-26T02:53:24.852280+0000 mon.smithi136 (mon.0) 564 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:25.820 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:25 smithi136 bash[11745]: audit 2022-04-26T02:53:24.853319+0000 mon.smithi136 (mon.0) 565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:25.820 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:25 smithi136 bash[11745]: cephadm 2022-04-26T02:53:24.854097+0000 mgr.smithi136.ofnrfx (mgr.14188) 108 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 4041M 2022-04-26T02:53:25.820 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:25 smithi136 bash[11745]: audit 2022-04-26T02:53:24.861427+0000 mon.smithi136 (mon.0) 566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:25.866 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:53:26.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:25 smithi145 bash[13673]: cephadm 2022-04-26T02:53:24.556594+0000 mgr.smithi136.ofnrfx (mgr.14188) 107 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T02:53:26.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:25 smithi145 bash[13673]: audit 2022-04-26T02:53:24.849933+0000 mon.smithi136 (mon.0) 562 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:26.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:25 smithi145 bash[13673]: audit 2022-04-26T02:53:24.851225+0000 mon.smithi136 (mon.0) 563 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:26.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:25 smithi145 bash[13673]: audit 2022-04-26T02:53:24.852280+0000 mon.smithi136 (mon.0) 564 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:26.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:25 smithi145 bash[13673]: audit 2022-04-26T02:53:24.853319+0000 mon.smithi136 (mon.0) 565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:26.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:25 smithi145 bash[13673]: cephadm 2022-04-26T02:53:24.854097+0000 mgr.smithi136.ofnrfx (mgr.14188) 108 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 4041M 2022-04-26T02:53:26.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:25 smithi145 bash[13673]: audit 2022-04-26T02:53:24.861427+0000 mon.smithi136 (mon.0) 566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:27.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:26 smithi145 bash[13673]: cluster 2022-04-26T02:53:25.570892+0000 mgr.smithi136.ofnrfx (mgr.14188) 109 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:27.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:26 smithi145 bash[13673]: audit 2022-04-26T02:53:26.667872+0000 mon.smithi136 (mon.0) 567 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:27.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:26 smithi136 bash[11745]: cluster 2022-04-26T02:53:25.570892+0000 mgr.smithi136.ofnrfx (mgr.14188) 109 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:27.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:26 smithi136 bash[11745]: audit 2022-04-26T02:53:26.667872+0000 mon.smithi136 (mon.0) 567 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:28.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: cephadm 2022-04-26T02:53:26.655014+0000 mgr.smithi136.ofnrfx (mgr.14188) 110 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T02:53:28.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.942458+0000 mon.smithi136 (mon.0) 568 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.943434+0000 mon.smithi136 (mon.0) 569 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.944754+0000 mon.smithi136 (mon.0) 570 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.945736+0000 mon.smithi136 (mon.0) 571 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: cephadm 2022-04-26T02:53:26.946821+0000 mgr.smithi136.ofnrfx (mgr.14188) 111 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 3273M 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.955623+0000 mon.smithi136 (mon.0) 572 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.962894+0000 mon.smithi136 (mon.0) 573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.969756+0000 mon.smithi136 (mon.0) 574 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.974886+0000 mon.smithi136 (mon.0) 575 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.977337+0000 mon.smithi136 (mon.0) 576 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.977645+0000 mon.smithi136 (mon.0) 577 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:28.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:27 smithi145 bash[13673]: audit 2022-04-26T02:53:26.978355+0000 mon.smithi136 (mon.0) 578 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:28.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: cephadm 2022-04-26T02:53:26.655014+0000 mgr.smithi136.ofnrfx (mgr.14188) 110 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.942458+0000 mon.smithi136 (mon.0) 568 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.943434+0000 mon.smithi136 (mon.0) 569 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.944754+0000 mon.smithi136 (mon.0) 570 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.945736+0000 mon.smithi136 (mon.0) 571 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: cephadm 2022-04-26T02:53:26.946821+0000 mgr.smithi136.ofnrfx (mgr.14188) 111 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 3273M 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.955623+0000 mon.smithi136 (mon.0) 572 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.962894+0000 mon.smithi136 (mon.0) 573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.969756+0000 mon.smithi136 (mon.0) 574 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:53:28.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.974886+0000 mon.smithi136 (mon.0) 575 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:53:28.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.977337+0000 mon.smithi136 (mon.0) 576 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:53:28.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.977645+0000 mon.smithi136 (mon.0) 577 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:28.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:27 smithi136 bash[11745]: audit 2022-04-26T02:53:26.978355+0000 mon.smithi136 (mon.0) 578 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:29.114 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:53:29.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:28 smithi136 bash[11745]: cluster 2022-04-26T02:53:27.571368+0000 mgr.smithi136.ofnrfx (mgr.14188) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:29.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:28 smithi145 bash[13673]: cluster 2022-04-26T02:53:27.571368+0000 mgr.smithi136.ofnrfx (mgr.14188) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:29.734 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":18,"active_gid":14188,"active_name":"smithi136.ofnrfx","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6800","nonce":3598191777},{"type":"v1","addr":"172.21.15.136:6801","nonce":3598191777}]},"active_addr":"172.21.15.136:6801/3598191777","active_change":"2022-04-26T02:51:01.478528+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14202,"name":"smithi145.agvohy","mgr_features":4540138297136906239,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":{"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":[]},"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.20.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:6.7.4","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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:v0.18.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.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"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_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":[]},"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":[]},"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":[]},"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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"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_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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":"","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":{"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":"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":"str","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":"None","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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":{"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":[]},"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.20.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:6.7.4","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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:v0.18.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.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"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_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":[]},"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":[]},"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":[]},"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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"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_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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":"","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":{"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":"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":"str","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":"None","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.136:8443/","prometheus":"http://172.21.15.136:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"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"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.136:0","nonce":2868596786}]},{"addrvec":[{"type":"v2","addr":"172.21.15.136:0","nonce":215836086}]}]}} 2022-04-26T02:53:29.758 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2022-04-26T02:53:29.758 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2022-04-26T02:53:29.759 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd dump --format=json 2022-04-26T02:53:30.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:29 smithi136 bash[11745]: audit 2022-04-26T02:53:29.109984+0000 mon.smithi136 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.136:0/1283020400' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2022-04-26T02:53:30.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:29 smithi145 bash[13673]: audit 2022-04-26T02:53:29.109984+0000 mon.smithi136 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.136:0/1283020400' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2022-04-26T02:53:31.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:30 smithi145 bash[13673]: cluster 2022-04-26T02:53:29.571919+0000 mgr.smithi136.ofnrfx (mgr.14188) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:31.290 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:30 smithi136 bash[11745]: cluster 2022-04-26T02:53:29.571919+0000 mgr.smithi136.ofnrfx (mgr.14188) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:32.448 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:53:33.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:32 smithi136 bash[11745]: cluster 2022-04-26T02:53:31.572483+0000 mgr.smithi136.ofnrfx (mgr.14188) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:33.276 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:32 smithi145 bash[13673]: cluster 2022-04-26T02:53:31.572483+0000 mgr.smithi136.ofnrfx (mgr.14188) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:35.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:34 smithi136 bash[11745]: cluster 2022-04-26T02:53:33.572979+0000 mgr.smithi136.ofnrfx (mgr.14188) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:35.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:34 smithi145 bash[13673]: cluster 2022-04-26T02:53:33.572979+0000 mgr.smithi136.ofnrfx (mgr.14188) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:36.109 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:53:36.109 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":41,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","created":"2022-04-26T02:48:31.245752+0000","modified":"2022-04-26T02:52:57.762971+0000","last_up_change":"2022-04-26T02:52:55.735220+0000","last_in_change":"2022-04-26T02:52:05.324488+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2022-04-26T02:52:35.458867+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":"26","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e8f06303-2ac1-4670-86b3-b6308d2a1274","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6801","nonce":3930145322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6803","nonce":3930145322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6807","nonce":3930145322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6805","nonce":3930145322}]},"public_addr":"172.21.15.145:6801/3930145322","cluster_addr":"172.21.15.145:6803/3930145322","heartbeat_back_addr":"172.21.15.145:6807/3930145322","heartbeat_front_addr":"172.21.15.145:6805/3930145322","state":["exists","up"]},{"osd":1,"uuid":"5bbdb678-a0bf-4715-b17e-a94009b192cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6803","nonce":4199555444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6805","nonce":4199555444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6808","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6809","nonce":4199555444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6807","nonce":4199555444}]},"public_addr":"172.21.15.136:6803/4199555444","cluster_addr":"172.21.15.136:6805/4199555444","heartbeat_back_addr":"172.21.15.136:6809/4199555444","heartbeat_front_addr":"172.21.15.136:6807/4199555444","state":["exists","up"]},{"osd":2,"uuid":"e0d4a003-839a-48f6-a7c3-324527cbd1f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6809","nonce":1318805049}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6811","nonce":1318805049}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6815","nonce":1318805049}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6813","nonce":1318805049}]},"public_addr":"172.21.15.145:6809/1318805049","cluster_addr":"172.21.15.145:6811/1318805049","heartbeat_back_addr":"172.21.15.145:6815/1318805049","heartbeat_front_addr":"172.21.15.145:6813/1318805049","state":["exists","up"]},{"osd":3,"uuid":"b9af9dcd-a6de-48c2-997e-36f195cfaab4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6811","nonce":3632866612}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6813","nonce":3632866612}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6817","nonce":3632866612}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6815","nonce":3632866612}]},"public_addr":"172.21.15.136:6811/3632866612","cluster_addr":"172.21.15.136:6813/3632866612","heartbeat_back_addr":"172.21.15.136:6817/3632866612","heartbeat_front_addr":"172.21.15.136:6815/3632866612","state":["exists","up"]},{"osd":4,"uuid":"0522fcbf-6987-494d-902c-22633255893c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6817","nonce":2520651754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6819","nonce":2520651754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6823","nonce":2520651754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6821","nonce":2520651754}]},"public_addr":"172.21.15.145:6817/2520651754","cluster_addr":"172.21.15.145:6819/2520651754","heartbeat_back_addr":"172.21.15.145:6823/2520651754","heartbeat_front_addr":"172.21.15.145:6821/2520651754","state":["exists","up"]},{"osd":5,"uuid":"f606973e-0dd6-4ef2-8c61-743aff96b8ce","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6819","nonce":565048243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6821","nonce":565048243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6824","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6825","nonce":565048243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6823","nonce":565048243}]},"public_addr":"172.21.15.136:6819/565048243","cluster_addr":"172.21.15.136:6821/565048243","heartbeat_back_addr":"172.21.15.136:6825/565048243","heartbeat_front_addr":"172.21.15.136:6823/565048243","state":["exists","up"]},{"osd":6,"uuid":"d5ad3039-5c72-4104-82a6-3bd2e7716491","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6825","nonce":2844558668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6827","nonce":2844558668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6831","nonce":2844558668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6829","nonce":2844558668}]},"public_addr":"172.21.15.145:6825/2844558668","cluster_addr":"172.21.15.145:6827/2844558668","heartbeat_back_addr":"172.21.15.145:6831/2844558668","heartbeat_front_addr":"172.21.15.145:6829/2844558668","state":["exists","up"]},{"osd":7,"uuid":"f056d55f-296c-4bcd-a83e-acadc4d297e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6827","nonce":3522775911}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6829","nonce":3522775911}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6832","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6833","nonce":3522775911}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6831","nonce":3522775911}]},"public_addr":"172.21.15.136:6827/3522775911","cluster_addr":"172.21.15.136:6829/3522775911","heartbeat_back_addr":"172.21.15.136:6833/3522775911","heartbeat_front_addr":"172.21.15.136:6831/3522775911","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:25.167534+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:33.979764+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:30.411979+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:40.810789+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:35.597479+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:47.996646+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:39.566013+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:54.578019+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.136:0/54485112":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/1290472343":"2022-04-27T02:51:01.478130+0000","172.21.15.136:6800/3363603203":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/2745149641":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6801/2723869309":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6800/2723869309":"2022-04-27T02:49:40.537275+0000","172.21.15.136:0/1453375539":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6801/3363603203":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/2596752691":"2022-04-27T02:49:00.025132+0000","172.21.15.136:6800/1671695313":"2022-04-27T02:49:00.025132+0000","172.21.15.136:0/1979641906":"2022-04-27T02:49:00.025132+0000","172.21.15.136:6801/1671695313":"2022-04-27T02:49:00.025132+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","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}} 2022-04-26T02:53:36.744 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2022-04-26T02:53:36.744 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd dump --format=json 2022-04-26T02:53:37.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:36 smithi136 bash[11745]: cluster 2022-04-26T02:53:35.573573+0000 mgr.smithi136.ofnrfx (mgr.14188) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:37.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:36 smithi136 bash[11745]: audit 2022-04-26T02:53:36.112033+0000 mon.smithi136 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.136:0/2568466338' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2022-04-26T02:53:37.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:36 smithi145 bash[13673]: cluster 2022-04-26T02:53:35.573573+0000 mgr.smithi136.ofnrfx (mgr.14188) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:37.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:36 smithi145 bash[13673]: audit 2022-04-26T02:53:36.112033+0000 mon.smithi136 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.136:0/2568466338' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2022-04-26T02:53:39.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:38 smithi136 bash[11745]: cluster 2022-04-26T02:53:37.574228+0000 mgr.smithi136.ofnrfx (mgr.14188) 117 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:39.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:38 smithi145 bash[13673]: cluster 2022-04-26T02:53:37.574228+0000 mgr.smithi136.ofnrfx (mgr.14188) 117 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:39.515 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:53:41.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:41 smithi136 bash[11745]: cluster 2022-04-26T02:53:39.574930+0000 mgr.smithi136.ofnrfx (mgr.14188) 118 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:41.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:41 smithi136 bash[11745]: audit 2022-04-26T02:53:40.186951+0000 mon.smithi136 (mon.0) 581 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:41.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:41 smithi145 bash[13673]: cluster 2022-04-26T02:53:39.574930+0000 mgr.smithi136.ofnrfx (mgr.14188) 118 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:41.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:41 smithi145 bash[13673]: audit 2022-04-26T02:53:40.186951+0000 mon.smithi136 (mon.0) 581 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:43.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:43 smithi136 bash[11745]: cluster 2022-04-26T02:53:41.575546+0000 mgr.smithi136.ofnrfx (mgr.14188) 119 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:43.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:43 smithi145 bash[13673]: cluster 2022-04-26T02:53:41.575546+0000 mgr.smithi136.ofnrfx (mgr.14188) 119 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:43.927 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:53:43.927 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":41,"fsid":"424c9d1a-c50b-11ec-8c39-001a4aab830c","created":"2022-04-26T02:48:31.245752+0000","modified":"2022-04-26T02:52:57.762971+0000","last_up_change":"2022-04-26T02:52:55.735220+0000","last_in_change":"2022-04-26T02:52:05.324488+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2022-04-26T02:52:35.458867+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":"26","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e8f06303-2ac1-4670-86b3-b6308d2a1274","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6801","nonce":3930145322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6803","nonce":3930145322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6807","nonce":3930145322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":3930145322},{"type":"v1","addr":"172.21.15.145:6805","nonce":3930145322}]},"public_addr":"172.21.15.145:6801/3930145322","cluster_addr":"172.21.15.145:6803/3930145322","heartbeat_back_addr":"172.21.15.145:6807/3930145322","heartbeat_front_addr":"172.21.15.145:6805/3930145322","state":["exists","up"]},{"osd":1,"uuid":"5bbdb678-a0bf-4715-b17e-a94009b192cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6803","nonce":4199555444}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6805","nonce":4199555444}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6808","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6809","nonce":4199555444}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":4199555444},{"type":"v1","addr":"172.21.15.136:6807","nonce":4199555444}]},"public_addr":"172.21.15.136:6803/4199555444","cluster_addr":"172.21.15.136:6805/4199555444","heartbeat_back_addr":"172.21.15.136:6809/4199555444","heartbeat_front_addr":"172.21.15.136:6807/4199555444","state":["exists","up"]},{"osd":2,"uuid":"e0d4a003-839a-48f6-a7c3-324527cbd1f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6809","nonce":1318805049}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6811","nonce":1318805049}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6815","nonce":1318805049}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":1318805049},{"type":"v1","addr":"172.21.15.145:6813","nonce":1318805049}]},"public_addr":"172.21.15.145:6809/1318805049","cluster_addr":"172.21.15.145:6811/1318805049","heartbeat_back_addr":"172.21.15.145:6815/1318805049","heartbeat_front_addr":"172.21.15.145:6813/1318805049","state":["exists","up"]},{"osd":3,"uuid":"b9af9dcd-a6de-48c2-997e-36f195cfaab4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6811","nonce":3632866612}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6813","nonce":3632866612}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6817","nonce":3632866612}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3632866612},{"type":"v1","addr":"172.21.15.136:6815","nonce":3632866612}]},"public_addr":"172.21.15.136:6811/3632866612","cluster_addr":"172.21.15.136:6813/3632866612","heartbeat_back_addr":"172.21.15.136:6817/3632866612","heartbeat_front_addr":"172.21.15.136:6815/3632866612","state":["exists","up"]},{"osd":4,"uuid":"0522fcbf-6987-494d-902c-22633255893c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6817","nonce":2520651754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6819","nonce":2520651754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6823","nonce":2520651754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":2520651754},{"type":"v1","addr":"172.21.15.145:6821","nonce":2520651754}]},"public_addr":"172.21.15.145:6817/2520651754","cluster_addr":"172.21.15.145:6819/2520651754","heartbeat_back_addr":"172.21.15.145:6823/2520651754","heartbeat_front_addr":"172.21.15.145:6821/2520651754","state":["exists","up"]},{"osd":5,"uuid":"f606973e-0dd6-4ef2-8c61-743aff96b8ce","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6819","nonce":565048243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6821","nonce":565048243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6824","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6825","nonce":565048243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":565048243},{"type":"v1","addr":"172.21.15.136:6823","nonce":565048243}]},"public_addr":"172.21.15.136:6819/565048243","cluster_addr":"172.21.15.136:6821/565048243","heartbeat_back_addr":"172.21.15.136:6825/565048243","heartbeat_front_addr":"172.21.15.136:6823/565048243","state":["exists","up"]},{"osd":6,"uuid":"d5ad3039-5c72-4104-82a6-3bd2e7716491","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6825","nonce":2844558668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6827","nonce":2844558668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6831","nonce":2844558668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":2844558668},{"type":"v1","addr":"172.21.15.145:6829","nonce":2844558668}]},"public_addr":"172.21.15.145:6825/2844558668","cluster_addr":"172.21.15.145:6827/2844558668","heartbeat_back_addr":"172.21.15.145:6831/2844558668","heartbeat_front_addr":"172.21.15.145:6829/2844558668","state":["exists","up"]},{"osd":7,"uuid":"f056d55f-296c-4bcd-a83e-acadc4d297e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6827","nonce":3522775911}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6829","nonce":3522775911}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6832","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6833","nonce":3522775911}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":3522775911},{"type":"v1","addr":"172.21.15.136:6831","nonce":3522775911}]},"public_addr":"172.21.15.136:6827/3522775911","cluster_addr":"172.21.15.136:6829/3522775911","heartbeat_back_addr":"172.21.15.136:6833/3522775911","heartbeat_front_addr":"172.21.15.136:6831/3522775911","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:25.167534+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:33.979764+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:30.411979+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:40.810789+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:35.597479+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:47.996646+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:39.566013+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2022-04-26T02:52:54.578019+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.136:0/54485112":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/1290472343":"2022-04-27T02:51:01.478130+0000","172.21.15.136:6800/3363603203":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/2745149641":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6801/2723869309":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6800/2723869309":"2022-04-27T02:49:40.537275+0000","172.21.15.136:0/1453375539":"2022-04-27T02:49:40.537275+0000","172.21.15.136:6801/3363603203":"2022-04-27T02:51:01.478130+0000","172.21.15.136:0/2596752691":"2022-04-27T02:49:00.025132+0000","172.21.15.136:6800/1671695313":"2022-04-27T02:49:00.025132+0000","172.21.15.136:0/1979641906":"2022-04-27T02:49:00.025132+0000","172.21.15.136:6801/1671695313":"2022-04-27T02:49:00.025132+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","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}} 2022-04-26T02:53:44.554 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.0 flush_pg_stats 2022-04-26T02:53:45.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:44 smithi145 bash[13673]: cluster 2022-04-26T02:53:43.576108+0000 mgr.smithi136.ofnrfx (mgr.14188) 120 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:45.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:44 smithi145 bash[13673]: audit 2022-04-26T02:53:43.834055+0000 mon.smithi136 (mon.0) 582 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:45.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:44 smithi145 bash[13673]: audit 2022-04-26T02:53:43.836674+0000 mon.smithi136 (mon.0) 583 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:53:45.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:44 smithi145 bash[13673]: audit 2022-04-26T02:53:43.838171+0000 mon.smithi136 (mon.0) 584 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:45.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:44 smithi145 bash[13673]: audit 2022-04-26T02:53:43.839114+0000 mon.smithi136 (mon.0) 585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:53:45.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:44 smithi145 bash[13673]: audit 2022-04-26T02:53:43.931098+0000 mon.smithi136 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.136:0/2891510052' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2022-04-26T02:53:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:44 smithi136 bash[11745]: cluster 2022-04-26T02:53:43.576108+0000 mgr.smithi136.ofnrfx (mgr.14188) 120 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:44 smithi136 bash[11745]: audit 2022-04-26T02:53:43.834055+0000 mon.smithi136 (mon.0) 582 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:44 smithi136 bash[11745]: audit 2022-04-26T02:53:43.836674+0000 mon.smithi136 (mon.0) 583 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:53:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:44 smithi136 bash[11745]: audit 2022-04-26T02:53:43.838171+0000 mon.smithi136 (mon.0) 584 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:53:45.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:44 smithi136 bash[11745]: audit 2022-04-26T02:53:43.839114+0000 mon.smithi136 (mon.0) 585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:53:45.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:44 smithi136 bash[11745]: audit 2022-04-26T02:53:43.931098+0000 mon.smithi136 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.136:0/2891510052' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2022-04-26T02:53:46.628 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:53:47.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:46 smithi145 bash[13673]: cluster 2022-04-26T02:53:45.576734+0000 mgr.smithi136.ofnrfx (mgr.14188) 121 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:47.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:46 smithi136 bash[11745]: cluster 2022-04-26T02:53:45.576734+0000 mgr.smithi136.ofnrfx (mgr.14188) 121 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:48.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:48 smithi145 bash[13673]: cluster 2022-04-26T02:53:47.577259+0000 mgr.smithi136.ofnrfx (mgr.14188) 122 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:48.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:48 smithi145 bash[13673]: audit 2022-04-26T02:53:47.641238+0000 mon.smithi136 (mon.0) 587 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:48.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:48 smithi145 bash[13673]: audit 2022-04-26T02:53:48.512760+0000 mon.smithi136 (mon.0) 588 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:48.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:48 smithi145 bash[13673]: audit 2022-04-26T02:53:48.519004+0000 mon.smithi136 (mon.0) 589 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:48.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:48 smithi145 bash[13673]: audit 2022-04-26T02:53:48.525284+0000 mon.smithi136 (mon.0) 590 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:53:49.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:48 smithi136 bash[11745]: cluster 2022-04-26T02:53:47.577259+0000 mgr.smithi136.ofnrfx (mgr.14188) 122 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:49.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:48 smithi136 bash[11745]: audit 2022-04-26T02:53:47.641238+0000 mon.smithi136 (mon.0) 587 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:49.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:48 smithi136 bash[11745]: audit 2022-04-26T02:53:48.512760+0000 mon.smithi136 (mon.0) 588 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:49.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:48 smithi136 bash[11745]: audit 2022-04-26T02:53:48.519004+0000 mon.smithi136 (mon.0) 589 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:53:49.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:48 smithi136 bash[11745]: audit 2022-04-26T02:53:48.525284+0000 mon.smithi136 (mon.0) 590 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:53:50.266 INFO:teuthology.orchestra.run.smithi136.stdout:68719476756 2022-04-26T02:53:50.267 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.1 flush_pg_stats 2022-04-26T02:53:50.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:50 smithi145 bash[13673]: cluster 2022-04-26T02:53:49.577827+0000 mgr.smithi136.ofnrfx (mgr.14188) 123 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:51.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:50 smithi136 bash[11745]: cluster 2022-04-26T02:53:49.577827+0000 mgr.smithi136.ofnrfx (mgr.14188) 123 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:52.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:52 smithi145 bash[13673]: cluster 2022-04-26T02:53:51.578471+0000 mgr.smithi136.ofnrfx (mgr.14188) 124 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:53.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:52 smithi136 bash[11745]: cluster 2022-04-26T02:53:51.578471+0000 mgr.smithi136.ofnrfx (mgr.14188) 124 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:53.073 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:53:55.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:54 smithi136 bash[11745]: cluster 2022-04-26T02:53:53.578927+0000 mgr.smithi136.ofnrfx (mgr.14188) 125 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:55.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:54 smithi145 bash[13673]: cluster 2022-04-26T02:53:53.578927+0000 mgr.smithi136.ofnrfx (mgr.14188) 125 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:56.688 INFO:teuthology.orchestra.run.smithi136.stdout:98784247827 2022-04-26T02:53:56.688 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.2 flush_pg_stats 2022-04-26T02:53:57.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:56 smithi136 bash[11745]: cluster 2022-04-26T02:53:55.579588+0000 mgr.smithi136.ofnrfx (mgr.14188) 126 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:57.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:56 smithi145 bash[13673]: cluster 2022-04-26T02:53:55.579588+0000 mgr.smithi136.ofnrfx (mgr.14188) 126 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:59.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:53:58 smithi136 bash[11745]: cluster 2022-04-26T02:53:57.580226+0000 mgr.smithi136.ofnrfx (mgr.14188) 127 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:59.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:53:58 smithi145 bash[13673]: cluster 2022-04-26T02:53:57.580226+0000 mgr.smithi136.ofnrfx (mgr.14188) 127 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:53:59.498 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:00.770 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:00 smithi136 bash[11745]: cluster 2022-04-26T02:53:59.580826+0000 mgr.smithi136.ofnrfx (mgr.14188) 128 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:01.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:00 smithi145 bash[13673]: cluster 2022-04-26T02:53:59.580826+0000 mgr.smithi136.ofnrfx (mgr.14188) 128 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:02.937 INFO:teuthology.orchestra.run.smithi136.stdout:85899345940 2022-04-26T02:54:02.937 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.3 flush_pg_stats 2022-04-26T02:54:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:02 smithi136 bash[11745]: cluster 2022-04-26T02:54:01.581437+0000 mgr.smithi136.ofnrfx (mgr.14188) 129 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:02 smithi136 bash[11745]: audit 2022-04-26T02:54:01.772252+0000 mon.smithi136 (mon.0) 591 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:54:03.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:02 smithi136 bash[11745]: audit 2022-04-26T02:54:01.788158+0000 mon.smithi136 (mon.0) 592 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:54:03.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:02 smithi145 bash[13673]: cluster 2022-04-26T02:54:01.581437+0000 mgr.smithi136.ofnrfx (mgr.14188) 129 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:03.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:02 smithi145 bash[13673]: audit 2022-04-26T02:54:01.772252+0000 mon.smithi136 (mon.0) 591 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:54:03.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:02 smithi145 bash[13673]: audit 2022-04-26T02:54:01.788158+0000 mon.smithi136 (mon.0) 592 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:54:05.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:04 smithi136 bash[11745]: cluster 2022-04-26T02:54:03.582025+0000 mgr.smithi136.ofnrfx (mgr.14188) 130 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:05.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:04 smithi145 bash[13673]: cluster 2022-04-26T02:54:03.582025+0000 mgr.smithi136.ofnrfx (mgr.14188) 130 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:05.737 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:06.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:06 smithi136 bash[11745]: cluster 2022-04-26T02:54:05.582644+0000 mgr.smithi136.ofnrfx (mgr.14188) 131 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:07.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:06 smithi145 bash[13673]: cluster 2022-04-26T02:54:05.582644+0000 mgr.smithi136.ofnrfx (mgr.14188) 131 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:09.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:08 smithi136 bash[11745]: cluster 2022-04-26T02:54:07.583284+0000 mgr.smithi136.ofnrfx (mgr.14188) 132 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:09.105 INFO:teuthology.orchestra.run.smithi136.stdout:128849018900 2022-04-26T02:54:09.106 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.4 flush_pg_stats 2022-04-26T02:54:09.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:08 smithi145 bash[13673]: cluster 2022-04-26T02:54:07.583284+0000 mgr.smithi136.ofnrfx (mgr.14188) 132 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:11.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:10 smithi136 bash[11745]: cluster 2022-04-26T02:54:09.583926+0000 mgr.smithi136.ofnrfx (mgr.14188) 133 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:11.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:10 smithi145 bash[13673]: cluster 2022-04-26T02:54:09.583926+0000 mgr.smithi136.ofnrfx (mgr.14188) 133 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:11.907 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:13.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:12 smithi136 bash[11745]: cluster 2022-04-26T02:54:11.584554+0000 mgr.smithi136.ofnrfx (mgr.14188) 134 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:13.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:12 smithi145 bash[13673]: cluster 2022-04-26T02:54:11.584554+0000 mgr.smithi136.ofnrfx (mgr.14188) 134 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:14.971 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:14 smithi136 bash[11745]: cluster 2022-04-26T02:54:13.585103+0000 mgr.smithi136.ofnrfx (mgr.14188) 135 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:15.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:14 smithi145 bash[13673]: cluster 2022-04-26T02:54:13.585103+0000 mgr.smithi136.ofnrfx (mgr.14188) 135 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:15.554 INFO:teuthology.orchestra.run.smithi136.stdout:107374182422 2022-04-26T02:54:15.554 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.5 flush_pg_stats 2022-04-26T02:54:17.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:16 smithi136 bash[11745]: cluster 2022-04-26T02:54:15.585718+0000 mgr.smithi136.ofnrfx (mgr.14188) 136 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:17.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:16 smithi145 bash[13673]: cluster 2022-04-26T02:54:15.585718+0000 mgr.smithi136.ofnrfx (mgr.14188) 136 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:18.347 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:19.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:18 smithi136 bash[11745]: cluster 2022-04-26T02:54:17.586367+0000 mgr.smithi136.ofnrfx (mgr.14188) 137 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:19.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:18 smithi145 bash[13673]: cluster 2022-04-26T02:54:17.586367+0000 mgr.smithi136.ofnrfx (mgr.14188) 137 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:21.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:20 smithi136 bash[11745]: cluster 2022-04-26T02:54:19.586959+0000 mgr.smithi136.ofnrfx (mgr.14188) 138 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:21.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:20 smithi145 bash[13673]: cluster 2022-04-26T02:54:19.586959+0000 mgr.smithi136.ofnrfx (mgr.14188) 138 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:21.899 INFO:teuthology.orchestra.run.smithi136.stdout:150323855381 2022-04-26T02:54:21.900 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.6 flush_pg_stats 2022-04-26T02:54:23.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:22 smithi145 bash[13673]: cluster 2022-04-26T02:54:21.587579+0000 mgr.smithi136.ofnrfx (mgr.14188) 139 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:23.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:22 smithi136 bash[11745]: cluster 2022-04-26T02:54:21.587579+0000 mgr.smithi136.ofnrfx (mgr.14188) 139 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:24.704 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:25.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:24 smithi145 bash[13673]: cluster 2022-04-26T02:54:23.588197+0000 mgr.smithi136.ofnrfx (mgr.14188) 140 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:25.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:24 smithi136 bash[11745]: cluster 2022-04-26T02:54:23.588197+0000 mgr.smithi136.ofnrfx (mgr.14188) 140 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:27.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:26 smithi145 bash[13673]: cluster 2022-04-26T02:54:25.588783+0000 mgr.smithi136.ofnrfx (mgr.14188) 141 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:27.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:26 smithi136 bash[11745]: cluster 2022-04-26T02:54:25.588783+0000 mgr.smithi136.ofnrfx (mgr.14188) 141 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:28.367 INFO:teuthology.orchestra.run.smithi136.stdout:124554051608 2022-04-26T02:54:28.368 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph tell osd.7 flush_pg_stats 2022-04-26T02:54:29.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:28 smithi145 bash[13673]: cluster 2022-04-26T02:54:27.589218+0000 mgr.smithi136.ofnrfx (mgr.14188) 142 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:29.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:28 smithi136 bash[11745]: cluster 2022-04-26T02:54:27.589218+0000 mgr.smithi136.ofnrfx (mgr.14188) 142 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:31.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:30 smithi145 bash[13673]: cluster 2022-04-26T02:54:29.589777+0000 mgr.smithi136.ofnrfx (mgr.14188) 143 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:31.160 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:31.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:30 smithi136 bash[11745]: cluster 2022-04-26T02:54:29.589777+0000 mgr.smithi136.ofnrfx (mgr.14188) 143 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:33.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:32 smithi145 bash[13673]: cluster 2022-04-26T02:54:31.590209+0000 mgr.smithi136.ofnrfx (mgr.14188) 144 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:33.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:32 smithi136 bash[11745]: cluster 2022-04-26T02:54:31.590209+0000 mgr.smithi136.ofnrfx (mgr.14188) 144 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:34.724 INFO:teuthology.orchestra.run.smithi136.stdout:167503724565 2022-04-26T02:54:34.725 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.0 2022-04-26T02:54:35.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:34 smithi136 bash[11745]: cluster 2022-04-26T02:54:33.590809+0000 mgr.smithi136.ofnrfx (mgr.14188) 145 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:35.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:34 smithi145 bash[13673]: cluster 2022-04-26T02:54:33.590809+0000 mgr.smithi136.ofnrfx (mgr.14188) 145 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:37.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:36 smithi145 bash[13673]: cluster 2022-04-26T02:54:35.591457+0000 mgr.smithi136.ofnrfx (mgr.14188) 146 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:37.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:36 smithi136 bash[11745]: cluster 2022-04-26T02:54:35.591457+0000 mgr.smithi136.ofnrfx (mgr.14188) 146 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:37.524 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:39.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:38 smithi136 bash[11745]: cluster 2022-04-26T02:54:37.592088+0000 mgr.smithi136.ofnrfx (mgr.14188) 147 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:39.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:38 smithi145 bash[13673]: cluster 2022-04-26T02:54:37.592088+0000 mgr.smithi136.ofnrfx (mgr.14188) 147 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:40.728 INFO:teuthology.orchestra.run.smithi136.stdout:68719476766 2022-04-26T02:54:41.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:40 smithi136 bash[11745]: cluster 2022-04-26T02:54:39.592718+0000 mgr.smithi136.ofnrfx (mgr.14188) 148 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:41.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:40 smithi136 bash[11745]: audit 2022-04-26T02:54:40.734345+0000 mon.smithi136 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.136:0/3931416726' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2022-04-26T02:54:41.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:40 smithi145 bash[13673]: cluster 2022-04-26T02:54:39.592718+0000 mgr.smithi136.ofnrfx (mgr.14188) 148 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:41.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:40 smithi145 bash[13673]: audit 2022-04-26T02:54:40.734345+0000 mon.smithi136 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.136:0/3931416726' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2022-04-26T02:54:41.358 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476756 got 68719476766 for osd.0 2022-04-26T02:54:41.358 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.1 2022-04-26T02:54:43.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:42 smithi145 bash[13673]: cluster 2022-04-26T02:54:41.593222+0000 mgr.smithi136.ofnrfx (mgr.14188) 149 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:43.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:42 smithi136 bash[11745]: cluster 2022-04-26T02:54:41.593222+0000 mgr.smithi136.ofnrfx (mgr.14188) 149 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:44.159 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:45.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:44 smithi145 bash[13673]: cluster 2022-04-26T02:54:43.593798+0000 mgr.smithi136.ofnrfx (mgr.14188) 150 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:45.173 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:44 smithi136 bash[11745]: cluster 2022-04-26T02:54:43.593798+0000 mgr.smithi136.ofnrfx (mgr.14188) 150 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:47.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:46 smithi136 bash[11745]: cluster 2022-04-26T02:54:45.594455+0000 mgr.smithi136.ofnrfx (mgr.14188) 151 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:47.144 INFO:teuthology.orchestra.run.smithi136.stdout:98784247837 2022-04-26T02:54:47.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:46 smithi145 bash[13673]: cluster 2022-04-26T02:54:45.594455+0000 mgr.smithi136.ofnrfx (mgr.14188) 151 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:47.804 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247827 got 98784247837 for osd.1 2022-04-26T02:54:47.805 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.2 2022-04-26T02:54:48.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:47 smithi145 bash[13673]: audit 2022-04-26T02:54:47.150898+0000 mon.smithi136 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.136:0/3177316222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2022-04-26T02:54:48.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:47 smithi136 bash[11745]: audit 2022-04-26T02:54:47.150898+0000 mon.smithi136 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.136:0/3177316222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2022-04-26T02:54:49.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:48 smithi145 bash[13673]: cluster 2022-04-26T02:54:47.595053+0000 mgr.smithi136.ofnrfx (mgr.14188) 152 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:49.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:48 smithi145 bash[13673]: audit 2022-04-26T02:54:48.537168+0000 mon.smithi136 (mon.0) 595 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:54:49.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:48 smithi145 bash[13673]: audit 2022-04-26T02:54:48.539997+0000 mon.smithi136 (mon.0) 596 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:54:49.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:48 smithi145 bash[13673]: audit 2022-04-26T02:54:48.541992+0000 mon.smithi136 (mon.0) 597 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:54:49.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:48 smithi136 bash[11745]: cluster 2022-04-26T02:54:47.595053+0000 mgr.smithi136.ofnrfx (mgr.14188) 152 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:49.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:48 smithi136 bash[11745]: audit 2022-04-26T02:54:48.537168+0000 mon.smithi136 (mon.0) 595 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:54:49.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:48 smithi136 bash[11745]: audit 2022-04-26T02:54:48.539997+0000 mon.smithi136 (mon.0) 596 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:54:49.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:48 smithi136 bash[11745]: audit 2022-04-26T02:54:48.541992+0000 mon.smithi136 (mon.0) 597 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:54:50.595 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:51.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:50 smithi145 bash[13673]: cluster 2022-04-26T02:54:49.595685+0000 mgr.smithi136.ofnrfx (mgr.14188) 153 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:51.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:50 smithi136 bash[11745]: cluster 2022-04-26T02:54:49.595685+0000 mgr.smithi136.ofnrfx (mgr.14188) 153 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:53.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:52 smithi145 bash[13673]: cluster 2022-04-26T02:54:51.596130+0000 mgr.smithi136.ofnrfx (mgr.14188) 154 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:53.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:52 smithi145 bash[13673]: audit 2022-04-26T02:54:52.319411+0000 mon.smithi136 (mon.0) 598 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:54:53.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:52 smithi145 bash[13673]: audit 2022-04-26T02:54:52.478672+0000 mon.smithi136 (mon.0) 599 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:54:53.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:52 smithi145 bash[13673]: audit 2022-04-26T02:54:52.800851+0000 mon.smithi136 (mon.0) 600 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:54:53.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:52 smithi145 bash[13673]: audit 2022-04-26T02:54:52.809468+0000 mon.smithi136 (mon.0) 601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:54:53.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:52 smithi136 bash[11745]: cluster 2022-04-26T02:54:51.596130+0000 mgr.smithi136.ofnrfx (mgr.14188) 154 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:53.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:52 smithi136 bash[11745]: audit 2022-04-26T02:54:52.319411+0000 mon.smithi136 (mon.0) 598 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:54:53.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:52 smithi136 bash[11745]: audit 2022-04-26T02:54:52.478672+0000 mon.smithi136 (mon.0) 599 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:54:53.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:52 smithi136 bash[11745]: audit 2022-04-26T02:54:52.800851+0000 mon.smithi136 (mon.0) 600 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:54:53.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:52 smithi136 bash[11745]: audit 2022-04-26T02:54:52.809468+0000 mon.smithi136 (mon.0) 601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:54:53.871 INFO:teuthology.orchestra.run.smithi136.stdout:85899345950 2022-04-26T02:54:54.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:53 smithi136 bash[11745]: audit 2022-04-26T02:54:53.877779+0000 mon.smithi136 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.136:0/188098514' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2022-04-26T02:54:54.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:53 smithi145 bash[13673]: audit 2022-04-26T02:54:53.877779+0000 mon.smithi136 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.136:0/188098514' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2022-04-26T02:54:54.512 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345940 got 85899345950 for osd.2 2022-04-26T02:54:54.512 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.3 2022-04-26T02:54:55.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:54 smithi136 bash[11745]: cluster 2022-04-26T02:54:53.596638+0000 mgr.smithi136.ofnrfx (mgr.14188) 155 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:55.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:54 smithi145 bash[13673]: cluster 2022-04-26T02:54:53.596638+0000 mgr.smithi136.ofnrfx (mgr.14188) 155 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:57.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:56 smithi136 bash[11745]: cluster 2022-04-26T02:54:55.597314+0000 mgr.smithi136.ofnrfx (mgr.14188) 156 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:57.309 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:54:57.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:56 smithi145 bash[13673]: cluster 2022-04-26T02:54:55.597314+0000 mgr.smithi136.ofnrfx (mgr.14188) 156 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:59.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:54:58 smithi136 bash[11745]: cluster 2022-04-26T02:54:57.597871+0000 mgr.smithi136.ofnrfx (mgr.14188) 157 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:54:59.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:54:58 smithi145 bash[13673]: cluster 2022-04-26T02:54:57.597871+0000 mgr.smithi136.ofnrfx (mgr.14188) 157 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:00.610 INFO:teuthology.orchestra.run.smithi136.stdout:128849018910 2022-04-26T02:55:01.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:00 smithi136 bash[11745]: cluster 2022-04-26T02:54:59.598464+0000 mgr.smithi136.ofnrfx (mgr.14188) 158 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:01.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:00 smithi136 bash[11745]: audit 2022-04-26T02:55:00.616922+0000 mon.smithi136 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.136:0/3879371447' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2022-04-26T02:55:01.221 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018900 got 128849018910 for osd.3 2022-04-26T02:55:01.221 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.4 2022-04-26T02:55:01.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:00 smithi145 bash[13673]: cluster 2022-04-26T02:54:59.598464+0000 mgr.smithi136.ofnrfx (mgr.14188) 158 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:01.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:00 smithi145 bash[13673]: audit 2022-04-26T02:55:00.616922+0000 mon.smithi136 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.136:0/3879371447' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2022-04-26T02:55:02.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:01 smithi136 bash[11745]: audit 2022-04-26T02:55:01.781969+0000 mon.smithi136 (mon.0) 604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:55:02.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:01 smithi136 bash[11745]: audit 2022-04-26T02:55:01.791851+0000 mon.smithi136 (mon.0) 605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:55:02.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:01 smithi145 bash[13673]: audit 2022-04-26T02:55:01.781969+0000 mon.smithi136 (mon.0) 604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:55:02.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:01 smithi145 bash[13673]: audit 2022-04-26T02:55:01.791851+0000 mon.smithi136 (mon.0) 605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:55:03.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:02 smithi136 bash[11745]: cluster 2022-04-26T02:55:01.599075+0000 mgr.smithi136.ofnrfx (mgr.14188) 159 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:03.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:02 smithi145 bash[13673]: cluster 2022-04-26T02:55:01.599075+0000 mgr.smithi136.ofnrfx (mgr.14188) 159 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:04.026 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:55:05.244 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:04 smithi136 bash[11745]: cluster 2022-04-26T02:55:03.599671+0000 mgr.smithi136.ofnrfx (mgr.14188) 160 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:05.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:04 smithi145 bash[13673]: cluster 2022-04-26T02:55:03.599671+0000 mgr.smithi136.ofnrfx (mgr.14188) 160 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:07.067 INFO:teuthology.orchestra.run.smithi136.stdout:107374182432 2022-04-26T02:55:07.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:06 smithi136 bash[11745]: cluster 2022-04-26T02:55:05.600214+0000 mgr.smithi136.ofnrfx (mgr.14188) 161 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:07.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:06 smithi145 bash[13673]: cluster 2022-04-26T02:55:05.600214+0000 mgr.smithi136.ofnrfx (mgr.14188) 161 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:07.748 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182422 got 107374182432 for osd.4 2022-04-26T02:55:07.749 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.5 2022-04-26T02:55:08.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:07 smithi136 bash[11745]: audit 2022-04-26T02:55:07.074358+0000 mon.smithi136 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.136:0/3894512849' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2022-04-26T02:55:08.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:07 smithi145 bash[13673]: audit 2022-04-26T02:55:07.074358+0000 mon.smithi136 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.136:0/3894512849' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2022-04-26T02:55:09.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:08 smithi136 bash[11745]: cluster 2022-04-26T02:55:07.600780+0000 mgr.smithi136.ofnrfx (mgr.14188) 162 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:09.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:08 smithi145 bash[13673]: cluster 2022-04-26T02:55:07.600780+0000 mgr.smithi136.ofnrfx (mgr.14188) 162 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:10.544 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:55:11.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:10 smithi136 bash[11745]: cluster 2022-04-26T02:55:09.601361+0000 mgr.smithi136.ofnrfx (mgr.14188) 163 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:11.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:10 smithi145 bash[13673]: cluster 2022-04-26T02:55:09.601361+0000 mgr.smithi136.ofnrfx (mgr.14188) 163 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:13.257 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:12 smithi136 bash[11745]: cluster 2022-04-26T02:55:11.601932+0000 mgr.smithi136.ofnrfx (mgr.14188) 164 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:13.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:12 smithi145 bash[13673]: cluster 2022-04-26T02:55:11.601932+0000 mgr.smithi136.ofnrfx (mgr.14188) 164 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:13.669 INFO:teuthology.orchestra.run.smithi136.stdout:150323855391 2022-04-26T02:55:14.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:13 smithi136 bash[11745]: audit 2022-04-26T02:55:13.675935+0000 mon.smithi136 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.136:0/1309252419' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2022-04-26T02:55:14.309 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855381 got 150323855391 for osd.5 2022-04-26T02:55:14.309 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.6 2022-04-26T02:55:14.397 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:13 smithi145 bash[13673]: audit 2022-04-26T02:55:13.675935+0000 mon.smithi136 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.136:0/1309252419' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2022-04-26T02:55:15.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:14 smithi136 bash[11745]: cluster 2022-04-26T02:55:13.602487+0000 mgr.smithi136.ofnrfx (mgr.14188) 165 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:15.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:14 smithi145 bash[13673]: cluster 2022-04-26T02:55:13.602487+0000 mgr.smithi136.ofnrfx (mgr.14188) 165 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:17.101 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:55:17.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:16 smithi136 bash[11745]: cluster 2022-04-26T02:55:15.603138+0000 mgr.smithi136.ofnrfx (mgr.14188) 166 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:17.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:16 smithi145 bash[13673]: cluster 2022-04-26T02:55:15.603138+0000 mgr.smithi136.ofnrfx (mgr.14188) 166 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:19.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:18 smithi136 bash[11745]: cluster 2022-04-26T02:55:17.603796+0000 mgr.smithi136.ofnrfx (mgr.14188) 167 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:19.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:18 smithi145 bash[13673]: cluster 2022-04-26T02:55:17.603796+0000 mgr.smithi136.ofnrfx (mgr.14188) 167 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:20.135 INFO:teuthology.orchestra.run.smithi136.stdout:124554051618 2022-04-26T02:55:20.755 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051608 got 124554051618 for osd.6 2022-04-26T02:55:20.756 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph osd last-stat-seq osd.7 2022-04-26T02:55:21.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:20 smithi136 bash[11745]: cluster 2022-04-26T02:55:19.604377+0000 mgr.smithi136.ofnrfx (mgr.14188) 168 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:21.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:20 smithi136 bash[11745]: audit 2022-04-26T02:55:20.141984+0000 mon.smithi136 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.136:0/1605706199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2022-04-26T02:55:21.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:20 smithi145 bash[13673]: cluster 2022-04-26T02:55:19.604377+0000 mgr.smithi136.ofnrfx (mgr.14188) 168 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:21.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:20 smithi145 bash[13673]: audit 2022-04-26T02:55:20.141984+0000 mon.smithi136 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.136:0/1605706199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2022-04-26T02:55:23.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:22 smithi136 bash[11745]: cluster 2022-04-26T02:55:21.605027+0000 mgr.smithi136.ofnrfx (mgr.14188) 169 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:23.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:22 smithi145 bash[13673]: cluster 2022-04-26T02:55:21.605027+0000 mgr.smithi136.ofnrfx (mgr.14188) 169 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:23.554 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:55:25.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:25 smithi136 bash[11745]: cluster 2022-04-26T02:55:23.605669+0000 mgr.smithi136.ofnrfx (mgr.14188) 170 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:25.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:25 smithi145 bash[13673]: cluster 2022-04-26T02:55:23.605669+0000 mgr.smithi136.ofnrfx (mgr.14188) 170 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:26.744 INFO:teuthology.orchestra.run.smithi136.stdout:167503724575 2022-04-26T02:55:27.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:27 smithi136 bash[11745]: cluster 2022-04-26T02:55:25.606061+0000 mgr.smithi136.ofnrfx (mgr.14188) 171 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:27.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:27 smithi136 bash[11745]: audit 2022-04-26T02:55:26.751147+0000 mon.smithi136 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.136:0/1361755655' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2022-04-26T02:55:27.379 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724565 got 167503724575 for osd.7 2022-04-26T02:55:27.379 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2022-04-26T02:55:27.379 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph pg dump --format=json 2022-04-26T02:55:27.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:27 smithi145 bash[13673]: cluster 2022-04-26T02:55:25.606061+0000 mgr.smithi136.ofnrfx (mgr.14188) 171 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:27.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:27 smithi145 bash[13673]: audit 2022-04-26T02:55:26.751147+0000 mon.smithi136 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.136:0/1361755655' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2022-04-26T02:55:29.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:29 smithi136 bash[11745]: cluster 2022-04-26T02:55:27.606621+0000 mgr.smithi136.ofnrfx (mgr.14188) 172 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:29.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:29 smithi145 bash[13673]: cluster 2022-04-26T02:55:27.606621+0000 mgr.smithi136.ofnrfx (mgr.14188) 172 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:30.189 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:55:31.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:31 smithi136 bash[11745]: cluster 2022-04-26T02:55:29.607250+0000 mgr.smithi136.ofnrfx (mgr.14188) 173 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:31.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:31 smithi145 bash[13673]: cluster 2022-04-26T02:55:29.607250+0000 mgr.smithi136.ofnrfx (mgr.14188) 173 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:33.256 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:55:33.258 INFO:teuthology.orchestra.run.smithi136.stderr:dumped all 2022-04-26T02:55:33.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:33 smithi136 bash[11745]: cluster 2022-04-26T02:55:31.608056+0000 mgr.smithi136.ofnrfx (mgr.14188) 174 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:33.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:33 smithi145 bash[13673]: cluster 2022-04-26T02:55:31.608056+0000 mgr.smithi136.ofnrfx (mgr.14188) 174 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:33.899 INFO:teuthology.orchestra.run.smithi136.stdout:{"pg_ready":true,"pg_map":{"version":164,"stamp":"2022-04-26T02:55:31.607692+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":42008,"kb_used_data":3224,"kb_used_omap":0,"kb_used_meta":38720,"kb_avail":749886440,"statfs":{"total":767926730752,"available":767883714560,"internally_reserved":0,"allocated":3301376,"data_stored":1280410,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":39649280},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2022-04-26T02:52:58.256494+0000","last_change":"2022-04-26T02:52:58.256494+0000","last_active":"2022-04-26T02:52:58.256494+0000","last_peered":"2022-04-26T02:52:58.256494+0000","last_clean":"2022-04-26T02:52:58.256494+0000","last_became_active":"2022-04-26T02:52:58.255720+0000","last_became_peered":"2022-04-26T02:52:58.255720+0000","last_unstale":"2022-04-26T02:52:58.256494+0000","last_undegraded":"2022-04-26T02:52:58.256494+0000","last_fullsized":"2022-04-26T02:52:58.256494+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-04-26T02:52:36.001095+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-04-26T02:52:36.001095+0000","last_clean_scrub_stamp":"2022-04-26T02:52:36.001095+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724577,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":5144,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93735912,"statfs":{"total":95990841344,"available":95985573888,"internally_reserved":0,"allocated":409600,"data_stored":159815,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.84899999999999998,"15min":0.85899999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.032,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.83399999999999996,"15min":0.83399999999999996},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.79500000000000004}]},{"osd":1,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.77100000000000002,"15min":0.76500000000000001},"min":{"1min":0.51800000000000002,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.752,"5min":0.76700000000000002,"15min":0.76900000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.131,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.70499999999999996}]},{"osd":2,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.86599999999999999,"15min":0.87},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.61099999999999999},{"interface":"front","average":{"1min":1.133,"5min":0.98899999999999999,"15min":0.96499999999999997},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":3.9649999999999999,"5min":3.9649999999999999,"15min":3.9649999999999999},"last":0.76200000000000001}]},{"osd":3,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.86599999999999999,"15min":0.876},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1000000000000001,"5min":1.319,"15min":1.319},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.91700000000000004,"15min":0.92700000000000005},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.2070000000000001,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.5}]},{"osd":4,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.0740000000000001,"15min":1.0640000000000001},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":2.9929999999999999,"5min":2.9929999999999999,"15min":2.9929999999999999},"last":0.82899999999999996},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0489999999999999,"15min":1.0449999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":2.8730000000000002,"5min":2.8730000000000002,"15min":2.8730000000000002},"last":0.92400000000000004}]},{"osd":5,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.085,"15min":1.0860000000000001},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.97499999999999998,"5min":1.0660000000000001,"15min":1.081},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.337,"5min":1.369,"15min":1.369},"last":0.74299999999999999}]},{"osd":6,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.2909999999999999,"5min":1.204,"15min":1.1899999999999999},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":3.5030000000000001,"5min":3.5030000000000001,"15min":3.5030000000000001},"last":0.86499999999999999},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1839999999999999,"15min":1.1870000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":3.1619999999999999,"5min":3.1619999999999999,"15min":3.1619999999999999},"last":0.77700000000000002}]}]},{"osd":5,"up_from":35,"seq":150323855395,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5212,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93735844,"statfs":{"total":95990841344,"available":95985504256,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.80500000000000005,"15min":0.79600000000000004},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.93999999999999995,"15min":0.94199999999999995},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":0.86899999999999999}]},{"osd":1,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.75800000000000001,"15min":0.76000000000000001},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.1080000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.73099999999999998,"15min":0.73299999999999998},"min":{"1min":0.54500000000000004,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.97699999999999998,"5min":1.123,"15min":1.123},"last":0.72399999999999998}]},{"osd":2,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.93700000000000006,"15min":0.93700000000000006},"min":{"1min":0.80300000000000005,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.0720000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.018},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.74199999999999999}]},{"osd":3,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.82099999999999995,"15min":0.81299999999999994},"min":{"1min":0.51700000000000002,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.2969999999999999,"5min":1.397,"15min":1.397},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.879,"15min":0.86299999999999999},"min":{"1min":0.70299999999999996,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1850000000000001,"5min":1.234,"15min":1.234},"last":0.90200000000000002}]},{"osd":4,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0489999999999999,"15min":1.046},"min":{"1min":0.82199999999999995,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.323,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.0680000000000001},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.92100000000000004,"15min":0.91400000000000003},"min":{"1min":0.80700000000000005,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.2470000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.84699999999999998}]},{"osd":6,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.034,"15min":1.0229999999999999},"min":{"1min":0.85199999999999998,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.995},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.0920000000000001,"15min":1.085},"min":{"1min":0.88800000000000001,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.321,"5min":1.871,"15min":1.871},"last":1.117}]},{"osd":7,"last update":"Tue Apr 26 02:55:01 2022","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.026,"15min":1.01},"min":{"1min":0.78600000000000003,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":0.93300000000000005},{"interface":"front","average":{"1min":1.147,"5min":1.069,"15min":1.056},"min":{"1min":0.88300000000000001,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.2070000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345958,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5340,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93735716,"statfs":{"total":95990841344,"available":95985373184,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:36 2022","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.65500000000000003,"15min":0.65800000000000003},"min":{"1min":0.46800000000000003,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.93999999999999995,"5min":1.018,"15min":1.018},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.70499999999999996,"15min":0.69299999999999995},"min":{"1min":0.50600000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.65000000000000002}]},{"osd":1,"last update":"Tue Apr 26 02:54:36 2022","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.81599999999999995,"15min":0.80700000000000005},"min":{"1min":0.68100000000000005,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.1180000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.88800000000000001},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.76800000000000002,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.81499999999999995}]},{"osd":3,"last update":"Tue Apr 26 02:54:46 2022","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.89200000000000002,"15min":0.89500000000000002},"min":{"1min":0.63,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.149,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.96199999999999997},{"interface":"front","average":{"1min":1,"5min":0.91900000000000004,"15min":0.90500000000000003},"min":{"1min":0.70899999999999996,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.274,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.014}]},{"osd":4,"last update":"Tue Apr 26 02:54:40 2022","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.83399999999999996,"15min":0.82899999999999996},"min":{"1min":0.67400000000000004,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.0609999999999999,"5min":1.137,"15min":1.137},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.83499999999999996,"15min":0.82899999999999996},"min":{"1min":0.66600000000000004,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.79100000000000004}]},{"osd":5,"last update":"Tue Apr 26 02:54:53 2022","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.95999999999999996,"15min":0.95399999999999996},"min":{"1min":0.79400000000000004,"5min":0.62,"15min":0.62},"max":{"1min":1.333,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.3240000000000001},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.97499999999999998,"15min":0.97199999999999998},"min":{"1min":0.73799999999999999,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1240000000000001,"5min":1.169,"15min":1.169},"last":0.999}]},{"osd":6,"last update":"Tue Apr 26 02:54:46 2022","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":1.0029999999999999,"15min":1.0009999999999999},"min":{"1min":0.80600000000000005,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":0.92100000000000004},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.054,"15min":1.052},"min":{"1min":0.80800000000000005,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.252,"5min":1.401,"15min":1.401},"last":1.248}]},{"osd":7,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1220000000000001,"15min":1.1160000000000001},"min":{"1min":0.98399999999999999,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.472,"5min":1.631,"15min":1.631},"last":1.0800000000000001},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1200000000000001,"15min":1.1140000000000001},"min":{"1min":0.90600000000000003,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.4399999999999999,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.3879999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476776,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":5340,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93735716,"statfs":{"total":95990841344,"available":95985373184,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.80600000000000005,"15min":0.80100000000000005},"min":{"1min":0.63700000000000001,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.85899999999999999,"5min":0.83899999999999997,"15min":0.83599999999999997},"min":{"1min":0.63300000000000001,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":0.89000000000000001}]},{"osd":2,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.72399999999999998,"15min":0.71199999999999997},"min":{"1min":0.61299999999999999,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.413,"5min":1.413,"15min":1.413},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.749,"15min":0.73699999999999999},"min":{"1min":0.499,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.22,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.79500000000000004}]},{"osd":3,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.89400000000000002,"15min":0.88},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.87},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.88,"15min":0.86599999999999999},"min":{"1min":0.80200000000000005,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.68999999999999995}]},{"osd":4,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.91100000000000003,"15min":0.91500000000000004},"min":{"1min":0.64900000000000002,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.079,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.96499999999999997},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.89000000000000001,"15min":0.88200000000000001},"min":{"1min":0.68700000000000006,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":0.91800000000000004}]},{"osd":5,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.98999999999999999,"15min":0.98099999999999998},"min":{"1min":0.74099999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.0820000000000001,"15min":1.0740000000000001},"min":{"1min":0.92800000000000005,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.417,"5min":1.516,"15min":1.516},"last":0.82299999999999995}]},{"osd":6,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.0229999999999999,"15min":1.012},"min":{"1min":0.79000000000000004,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.264},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.141,"15min":1.1419999999999999},"min":{"1min":0.88300000000000001,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3520000000000001,"5min":1.651,"15min":1.651},"last":1.0189999999999999}]},{"osd":7,"last update":"Tue Apr 26 02:54:58 2022","interfaces":[{"interface":"back","average":{"1min":1.264,"5min":1.2130000000000001,"15min":1.2050000000000001},"min":{"1min":0.90000000000000002,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.6899999999999999,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.075},{"interface":"front","average":{"1min":1.226,"5min":1.157,"15min":1.145},"min":{"1min":0.98799999999999999,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.657,"5min":1.657,"15min":1.657},"last":1.46}]}]},{"osd":1,"up_from":23,"seq":98784247846,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5276,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93735780,"statfs":{"total":95990841344,"available":95985438720,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:39 2022","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.81000000000000005,"15min":0.79600000000000004},"min":{"1min":0.67200000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.171,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.79400000000000004,"15min":0.79000000000000004},"min":{"1min":0.68400000000000005,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.115,"5min":1.115,"15min":1.115},"last":0.751}]},{"osd":2,"last update":"Tue Apr 26 02:54:39 2022","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.84999999999999998,"15min":0.83499999999999996},"min":{"1min":0.63200000000000001,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.139,"5min":1.139,"15min":1.139},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.86499999999999999,"15min":0.85499999999999998},"min":{"1min":0.72199999999999998,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.0589999999999999}]},{"osd":3,"last update":"Tue Apr 26 02:54:51 2022","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.79100000000000004,"15min":0.78400000000000003},"min":{"1min":0.55100000000000005,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":1.022},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.86899999999999999,"15min":0.86699999999999999},"min":{"1min":0.59399999999999997,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.546,"5min":1.546,"15min":1.546},"last":0.72099999999999997}]},{"osd":4,"last update":"Tue Apr 26 02:54:44 2022","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":0.995,"15min":0.97799999999999998},"min":{"1min":0.90500000000000003,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.712,"5min":1.712,"15min":1.712},"last":0.88300000000000001},{"interface":"front","average":{"1min":1.077,"5min":0.99399999999999999,"15min":0.97999999999999998},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.179}]},{"osd":5,"last update":"Tue Apr 26 02:54:54 2022","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.012,"15min":1.006},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.113},{"interface":"front","average":{"1min":1.113,"5min":1.0640000000000001,"15min":1.056},"min":{"1min":0.70199999999999996,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.8029999999999999,"5min":1.8029999999999999,"15min":1.8029999999999999},"last":0.97199999999999998}]},{"osd":6,"last update":"Tue Apr 26 02:54:44 2022","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":0.96799999999999997,"15min":0.95999999999999996},"min":{"1min":0.89900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.1759999999999999,"5min":1.198,"15min":1.198},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.264,"5min":1.1439999999999999,"15min":1.1240000000000001},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":2.0550000000000002,"5min":2.0550000000000002,"15min":2.0550000000000002},"last":1.599}]},{"osd":7,"last update":"Tue Apr 26 02:54:59 2022","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.0089999999999999,"15min":0.99399999999999999},"min":{"1min":0.73699999999999999,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.3460000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.089},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.1890000000000001,"15min":1.179},"min":{"1min":0.65700000000000003,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.9690000000000001,"5min":1.9690000000000001,"15min":1.9690000000000001},"last":1.53}]}]},{"osd":4,"up_from":25,"seq":107374182437,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5276,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93735780,"statfs":{"total":95990841344,"available":95985438720,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:41 2022","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.66500000000000004,"15min":0.66400000000000003},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.85499999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.73799999999999999,"15min":0.73999999999999999},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.65800000000000003}]},{"osd":1,"last update":"Tue Apr 26 02:54:41 2022","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.875,"15min":0.877},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.0609999999999999,"5min":1.131,"15min":1.131},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.88300000000000001,"15min":0.877},"min":{"1min":0.81100000000000005,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"last":0.92200000000000004}]},{"osd":2,"last update":"Tue Apr 26 02:54:41 2022","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.82699999999999996,"15min":0.82199999999999995},"min":{"1min":0.63900000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.82799999999999996,"15min":0.82699999999999996},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.1220000000000001,"5min":1.137,"15min":1.137},"last":0.76900000000000002}]},{"osd":3,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.94699999999999995,"15min":0.93899999999999995},"min":{"1min":0.71999999999999997,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.85599999999999998},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.80400000000000005,"5min":0.622,"15min":0.622},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.0409999999999999}]},{"osd":5,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.036,"15min":1.038},"min":{"1min":0.747,"5min":0.747,"15min":0.747},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"min":{"1min":0.86399999999999999,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.2490000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.002}]},{"osd":6,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.044,"15min":1.0409999999999999},"min":{"1min":0.81200000000000006,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.206,"5min":1.256,"15min":1.256},"last":0.94199999999999995},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0640000000000001,"15min":1.0580000000000001},"min":{"1min":0.79400000000000004,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.98099999999999998}]},{"osd":7,"last update":"Tue Apr 26 02:55:02 2022","interfaces":[{"interface":"back","average":{"1min":1.2090000000000001,"5min":1.155,"15min":1.1459999999999999},"min":{"1min":0.99099999999999999,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.099},{"interface":"front","average":{"1min":1.198,"5min":1.228,"15min":1.2330000000000001},"min":{"1min":1.016,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.3169999999999999,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.0600000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051621,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5212,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93735844,"statfs":{"total":95990841344,"available":95985504256,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.745,"15min":0.745},"min":{"1min":0.56299999999999994,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.0109999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.622},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"min":{"1min":0.59199999999999997,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.745}]},{"osd":1,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.76600000000000001,"15min":0.754},"min":{"1min":0.65000000000000002,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.163,"5min":1.163,"15min":1.163},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.89600000000000002,"15min":0.89400000000000002},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":0.81000000000000005}]},{"osd":2,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.88500000000000001,"15min":0.89100000000000001},"min":{"1min":0.61099999999999999,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.85499999999999998,"15min":0.83599999999999997},"min":{"1min":0.67600000000000005,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.1679999999999999,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":1.026}]},{"osd":3,"last update":"Tue Apr 26 02:54:52 2022","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98699999999999999,"15min":0.98399999999999999},"min":{"1min":0.77700000000000002,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.2330000000000001,"5min":1.244,"15min":1.244},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.92000000000000004,"15min":0.91400000000000003},"min":{"1min":0.71599999999999997,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.93700000000000006}]},{"osd":4,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.98599999999999999,"15min":0.98199999999999998},"min":{"1min":0.82099999999999995,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.83699999999999997},{"interface":"front","average":{"1min":1.026,"5min":0.98799999999999999,"15min":0.98199999999999998},"min":{"1min":0.84099999999999997,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.78000000000000003}]},{"osd":5,"last update":"Tue Apr 26 02:54:52 2022","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.127,"15min":1.123},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.5449999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.252,"5min":1.2210000000000001,"15min":1.216},"min":{"1min":0.995,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.903,"5min":1.903,"15min":1.903},"last":1.1339999999999999}]},{"osd":7,"last update":"Tue Apr 26 02:54:58 2022","interfaces":[{"interface":"back","average":{"1min":1.2789999999999999,"5min":1.2689999999999999,"15min":1.2669999999999999},"min":{"1min":1.093,"5min":1.044,"15min":1.044},"max":{"1min":1.752,"5min":1.752,"15min":1.752},"last":1.083},{"interface":"front","average":{"1min":1.206,"5min":1.179,"15min":1.175},"min":{"1min":1.046,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.649,"5min":1.649,"15min":1.649},"last":1.004}]}]},{"osd":3,"up_from":30,"seq":128849018916,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":5208,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93735848,"statfs":{"total":95990841344,"available":95985508352,"internally_reserved":0,"allocated":409600,"data_stored":159815,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.82799999999999996,"15min":0.82399999999999995},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":2.101,"5min":2.101,"15min":2.101},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.79700000000000004,"15min":0.80100000000000005},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.77600000000000002}]},{"osd":1,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.68600000000000005,"15min":0.67700000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.754,"5min":0.72399999999999998,"15min":0.71899999999999997},"min":{"1min":0.498,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.123,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":1.097}]},{"osd":2,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":0.99299999999999999,"15min":0.97899999999999998},"min":{"1min":0.79200000000000004,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":2.1440000000000001,"5min":2.1440000000000001,"15min":2.1440000000000001},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.63100000000000001,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.218,"5min":1.24,"15min":1.24},"last":0.871}]},{"osd":4,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.97899999999999998},{"interface":"front","average":{"1min":1.0820000000000001,"5min":0.95299999999999996,"15min":0.93100000000000005},"min":{"1min":0.70299999999999996,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.9610000000000001,"5min":1.9610000000000001,"15min":1.9610000000000001},"last":1.256}]},{"osd":5,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.88300000000000001,"15min":0.86499999999999999},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.1850000000000001},{"interface":"front","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.499,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":0.95199999999999996}]},{"osd":6,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.004,"15min":1.0009999999999999},"min":{"1min":0.78200000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.038},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.018,"15min":1.0189999999999999},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.2869999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":1.147}]},{"osd":7,"last update":"Tue Apr 26 02:55:01 2022","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.24},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.0609999999999999,"15min":1.0489999999999999},"min":{"1min":0.65200000000000002,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":2.0510000000000002,"5min":2.0510000000000002,"15min":2.0510000000000002},"last":1.321}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-04-26T02:55:33.906 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph pg dump --format=json 2022-04-26T02:55:35.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:35 smithi136 bash[11745]: audit 2022-04-26T02:55:33.256941+0000 mgr.smithi136.ofnrfx (mgr.14188) 175 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2022-04-26T02:55:35.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:35 smithi136 bash[11745]: cluster 2022-04-26T02:55:33.608732+0000 mgr.smithi136.ofnrfx (mgr.14188) 176 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:35.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:35 smithi145 bash[13673]: audit 2022-04-26T02:55:33.256941+0000 mgr.smithi136.ofnrfx (mgr.14188) 175 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2022-04-26T02:55:35.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:35 smithi145 bash[13673]: cluster 2022-04-26T02:55:33.608732+0000 mgr.smithi136.ofnrfx (mgr.14188) 176 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:36.713 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:55:37.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:37 smithi136 bash[11745]: cluster 2022-04-26T02:55:35.609435+0000 mgr.smithi136.ofnrfx (mgr.14188) 177 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:37.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:37 smithi145 bash[13673]: cluster 2022-04-26T02:55:35.609435+0000 mgr.smithi136.ofnrfx (mgr.14188) 177 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:39.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:39 smithi136 bash[11745]: cluster 2022-04-26T02:55:37.610077+0000 mgr.smithi136.ofnrfx (mgr.14188) 178 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:39.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:39 smithi145 bash[13673]: cluster 2022-04-26T02:55:37.610077+0000 mgr.smithi136.ofnrfx (mgr.14188) 178 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:39.835 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:55:39.838 INFO:teuthology.orchestra.run.smithi136.stderr:dumped all 2022-04-26T02:55:40.522 INFO:teuthology.orchestra.run.smithi136.stdout:{"pg_ready":true,"pg_map":{"version":168,"stamp":"2022-04-26T02:55:39.610372+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":42008,"kb_used_data":3224,"kb_used_omap":0,"kb_used_meta":38720,"kb_avail":749886440,"statfs":{"total":767926730752,"available":767883714560,"internally_reserved":0,"allocated":3301376,"data_stored":1280410,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":39649280},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2022-04-26T02:52:58.256494+0000","last_change":"2022-04-26T02:52:58.256494+0000","last_active":"2022-04-26T02:52:58.256494+0000","last_peered":"2022-04-26T02:52:58.256494+0000","last_clean":"2022-04-26T02:52:58.256494+0000","last_became_active":"2022-04-26T02:52:58.255720+0000","last_became_peered":"2022-04-26T02:52:58.255720+0000","last_unstale":"2022-04-26T02:52:58.256494+0000","last_undegraded":"2022-04-26T02:52:58.256494+0000","last_fullsized":"2022-04-26T02:52:58.256494+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-04-26T02:52:36.001095+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-04-26T02:52:36.001095+0000","last_clean_scrub_stamp":"2022-04-26T02:52:36.001095+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724578,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":5144,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93735912,"statfs":{"total":95990841344,"available":95985573888,"internally_reserved":0,"allocated":409600,"data_stored":159815,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.84899999999999998,"15min":0.85899999999999999},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.032,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.93500000000000005},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.83399999999999996,"15min":0.83399999999999996},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.78900000000000003}]},{"osd":1,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.77100000000000002,"15min":0.76500000000000001},"min":{"1min":0.51800000000000002,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.752,"5min":0.76700000000000002,"15min":0.76900000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.131,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.72799999999999998}]},{"osd":2,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.86599999999999999,"15min":0.87},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.67600000000000005},{"interface":"front","average":{"1min":1.133,"5min":0.98899999999999999,"15min":0.96499999999999997},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":3.9649999999999999,"5min":3.9649999999999999,"15min":3.9649999999999999},"last":0.87}]},{"osd":3,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.86599999999999999,"15min":0.876},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1000000000000001,"5min":1.319,"15min":1.319},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.91700000000000004,"15min":0.92700000000000005},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.2070000000000001,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.89300000000000002}]},{"osd":4,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.0740000000000001,"15min":1.0640000000000001},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":2.9929999999999999,"5min":2.9929999999999999,"15min":2.9929999999999999},"last":1.0349999999999999},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0489999999999999,"15min":1.0449999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":2.8730000000000002,"5min":2.8730000000000002,"15min":2.8730000000000002},"last":0.97699999999999998}]},{"osd":5,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.085,"15min":1.0860000000000001},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":0.98999999999999999},{"interface":"front","average":{"1min":0.97499999999999998,"5min":1.0660000000000001,"15min":1.081},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.337,"5min":1.369,"15min":1.369},"last":0.81999999999999995}]},{"osd":6,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.2909999999999999,"5min":1.204,"15min":1.1899999999999999},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":3.5030000000000001,"5min":3.5030000000000001,"15min":3.5030000000000001},"last":1.0960000000000001},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1839999999999999,"15min":1.1870000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":3.1619999999999999,"5min":3.1619999999999999,"15min":3.1619999999999999},"last":1.0169999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855396,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5212,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93735844,"statfs":{"total":95990841344,"available":95985504256,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.80500000000000005,"15min":0.79600000000000004},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.93999999999999995,"15min":0.94199999999999995},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":0.61799999999999999}]},{"osd":1,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.75800000000000001,"15min":0.76000000000000001},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.1080000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.877},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.73099999999999998,"15min":0.73299999999999998},"min":{"1min":0.54500000000000004,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.97699999999999998,"5min":1.123,"15min":1.123},"last":0.64600000000000002}]},{"osd":2,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.93700000000000006,"15min":0.93700000000000006},"min":{"1min":0.80300000000000005,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.0720000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.91800000000000004}]},{"osd":3,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.82099999999999995,"15min":0.81299999999999994},"min":{"1min":0.51700000000000002,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.2969999999999999,"5min":1.397,"15min":1.397},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.879,"15min":0.86299999999999999},"min":{"1min":0.70299999999999996,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1850000000000001,"5min":1.234,"15min":1.234},"last":0.74299999999999999}]},{"osd":4,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0489999999999999,"15min":1.046},"min":{"1min":0.82199999999999995,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.323,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.022},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.92100000000000004,"15min":0.91400000000000003},"min":{"1min":0.80700000000000005,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.2470000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.90500000000000003}]},{"osd":6,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.034,"15min":1.0229999999999999},"min":{"1min":0.85199999999999998,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.99199999999999999},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.0920000000000001,"15min":1.085},"min":{"1min":0.88800000000000001,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.321,"5min":1.871,"15min":1.871},"last":0.97399999999999998}]},{"osd":7,"last update":"Tue Apr 26 02:55:01 2022","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.026,"15min":1.01},"min":{"1min":0.78600000000000003,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.147,"5min":1.069,"15min":1.056},"min":{"1min":0.88300000000000001,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.77800000000000002}]}]},{"osd":2,"up_from":20,"seq":85899345960,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5340,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93735716,"statfs":{"total":95990841344,"available":95985373184,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:36 2022","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.65500000000000003,"15min":0.65800000000000003},"min":{"1min":0.46800000000000003,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.93999999999999995,"5min":1.018,"15min":1.018},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.70499999999999996,"15min":0.69299999999999995},"min":{"1min":0.50600000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.90000000000000002}]},{"osd":1,"last update":"Tue Apr 26 02:54:36 2022","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.81599999999999995,"15min":0.80700000000000005},"min":{"1min":0.68100000000000005,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.1180000000000001,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":1.125},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.76800000000000002,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.097}]},{"osd":3,"last update":"Tue Apr 26 02:54:46 2022","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.89200000000000002,"15min":0.89500000000000002},"min":{"1min":0.63,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.149,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.075},{"interface":"front","average":{"1min":1,"5min":0.91900000000000004,"15min":0.90500000000000003},"min":{"1min":0.70899999999999996,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.274,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":0.98999999999999999}]},{"osd":4,"last update":"Tue Apr 26 02:54:40 2022","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.83399999999999996,"15min":0.82899999999999996},"min":{"1min":0.67400000000000004,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.0609999999999999,"5min":1.137,"15min":1.137},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.83499999999999996,"15min":0.82899999999999996},"min":{"1min":0.66600000000000004,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.82399999999999995}]},{"osd":5,"last update":"Tue Apr 26 02:54:53 2022","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.95999999999999996,"15min":0.95399999999999996},"min":{"1min":0.79400000000000004,"5min":0.62,"15min":0.62},"max":{"1min":1.333,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.141},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.97499999999999998,"15min":0.97199999999999998},"min":{"1min":0.73799999999999999,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1240000000000001,"5min":1.169,"15min":1.169},"last":1.02}]},{"osd":6,"last update":"Tue Apr 26 02:54:46 2022","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":1.0029999999999999,"15min":1.0009999999999999},"min":{"1min":0.80600000000000005,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":1.044},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.054,"15min":1.052},"min":{"1min":0.80800000000000005,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.252,"5min":1.401,"15min":1.401},"last":0.79300000000000004}]},{"osd":7,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1220000000000001,"15min":1.1160000000000001},"min":{"1min":0.98399999999999999,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.472,"5min":1.631,"15min":1.631},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1200000000000001,"15min":1.1140000000000001},"min":{"1min":0.90600000000000003,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.4399999999999999,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":0.878}]}]},{"osd":0,"up_from":16,"seq":68719476778,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":5340,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93735716,"statfs":{"total":95990841344,"available":95985373184,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.80600000000000005,"15min":0.80100000000000005},"min":{"1min":0.63700000000000001,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.85899999999999999,"5min":0.83899999999999997,"15min":0.83599999999999997},"min":{"1min":0.63300000000000001,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":0.97999999999999998}]},{"osd":2,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.72399999999999998,"15min":0.71199999999999997},"min":{"1min":0.61299999999999999,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.413,"5min":1.413,"15min":1.413},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.749,"15min":0.73699999999999999},"min":{"1min":0.499,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.22,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.58299999999999996}]},{"osd":3,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.89400000000000002,"15min":0.88},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.88,"15min":0.86599999999999999},"min":{"1min":0.80200000000000005,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.80200000000000005}]},{"osd":4,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.91100000000000003,"15min":0.91500000000000004},"min":{"1min":0.64900000000000002,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.079,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.89000000000000001,"15min":0.88200000000000001},"min":{"1min":0.68700000000000006,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":0.87}]},{"osd":5,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.98999999999999999,"15min":0.98099999999999998},"min":{"1min":0.74099999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":0.75600000000000001},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.0820000000000001,"15min":1.0740000000000001},"min":{"1min":0.92800000000000005,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.417,"5min":1.516,"15min":1.516},"last":1.107}]},{"osd":6,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.0229999999999999,"15min":1.012},"min":{"1min":0.79000000000000004,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.1499999999999999},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.141,"15min":1.1419999999999999},"min":{"1min":0.88300000000000001,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3520000000000001,"5min":1.651,"15min":1.651},"last":1.169}]},{"osd":7,"last update":"Tue Apr 26 02:54:58 2022","interfaces":[{"interface":"back","average":{"1min":1.264,"5min":1.2130000000000001,"15min":1.2050000000000001},"min":{"1min":0.90000000000000002,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.6899999999999999,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.226,"5min":1.157,"15min":1.145},"min":{"1min":0.98799999999999999,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.657,"5min":1.657,"15min":1.657},"last":1.4019999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247847,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5276,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93735780,"statfs":{"total":95990841344,"available":95985438720,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:39 2022","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.81000000000000005,"15min":0.79600000000000004},"min":{"1min":0.67200000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.171,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.79400000000000004,"15min":0.79000000000000004},"min":{"1min":0.68400000000000005,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.115,"5min":1.115,"15min":1.115},"last":1.1339999999999999}]},{"osd":2,"last update":"Tue Apr 26 02:54:39 2022","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.84999999999999998,"15min":0.83499999999999996},"min":{"1min":0.63200000000000001,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.139,"5min":1.139,"15min":1.139},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.86499999999999999,"15min":0.85499999999999998},"min":{"1min":0.72199999999999998,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.67700000000000005}]},{"osd":3,"last update":"Tue Apr 26 02:54:51 2022","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.79100000000000004,"15min":0.78400000000000003},"min":{"1min":0.55100000000000005,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":1.099},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.86899999999999999,"15min":0.86699999999999999},"min":{"1min":0.59399999999999997,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.546,"5min":1.546,"15min":1.546},"last":0.77700000000000002}]},{"osd":4,"last update":"Tue Apr 26 02:54:44 2022","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":0.995,"15min":0.97799999999999998},"min":{"1min":0.90500000000000003,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.712,"5min":1.712,"15min":1.712},"last":0.94999999999999996},{"interface":"front","average":{"1min":1.077,"5min":0.99399999999999999,"15min":0.97999999999999998},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.90900000000000003}]},{"osd":5,"last update":"Tue Apr 26 02:54:54 2022","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.012,"15min":1.006},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.79700000000000004},{"interface":"front","average":{"1min":1.113,"5min":1.0640000000000001,"15min":1.056},"min":{"1min":0.70199999999999996,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.8029999999999999,"5min":1.8029999999999999,"15min":1.8029999999999999},"last":1.0620000000000001}]},{"osd":6,"last update":"Tue Apr 26 02:54:44 2022","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":0.96799999999999997,"15min":0.95999999999999996},"min":{"1min":0.89900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.1759999999999999,"5min":1.198,"15min":1.198},"last":0.92400000000000004},{"interface":"front","average":{"1min":1.264,"5min":1.1439999999999999,"15min":1.1240000000000001},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":2.0550000000000002,"5min":2.0550000000000002,"15min":2.0550000000000002},"last":1.1679999999999999}]},{"osd":7,"last update":"Tue Apr 26 02:54:59 2022","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.0089999999999999,"15min":0.99399999999999999},"min":{"1min":0.73699999999999999,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.3460000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.04},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.1890000000000001,"15min":1.179},"min":{"1min":0.65700000000000003,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.9690000000000001,"5min":1.9690000000000001,"15min":1.9690000000000001},"last":1.216}]}]},{"osd":4,"up_from":25,"seq":107374182439,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5276,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93735780,"statfs":{"total":95990841344,"available":95985438720,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:41 2022","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.66500000000000004,"15min":0.66400000000000003},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.85499999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.73799999999999999,"15min":0.73999999999999999},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.66900000000000004}]},{"osd":1,"last update":"Tue Apr 26 02:54:41 2022","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.875,"15min":0.877},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.0609999999999999,"5min":1.131,"15min":1.131},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.88300000000000001,"15min":0.877},"min":{"1min":0.81100000000000005,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"last":0.83899999999999997}]},{"osd":2,"last update":"Tue Apr 26 02:54:41 2022","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.82699999999999996,"15min":0.82199999999999995},"min":{"1min":0.63900000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.872},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.82799999999999996,"15min":0.82699999999999996},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.1220000000000001,"5min":1.137,"15min":1.137},"last":0.63900000000000001}]},{"osd":3,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.94699999999999995,"15min":0.93899999999999995},"min":{"1min":0.71999999999999997,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.0049999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.80400000000000005,"5min":0.622,"15min":0.622},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":1.0489999999999999}]},{"osd":5,"last update":"Tue Apr 26 02:54:56 2022","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.036,"15min":1.038},"min":{"1min":0.747,"5min":0.747,"15min":0.747},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":1.171},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"min":{"1min":0.86399999999999999,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.2490000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.90900000000000003}]},{"osd":6,"last update":"Tue Apr 26 02:54:43 2022","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.044,"15min":1.0409999999999999},"min":{"1min":0.81200000000000006,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.206,"5min":1.256,"15min":1.256},"last":0.85999999999999999},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0640000000000001,"15min":1.0580000000000001},"min":{"1min":0.79400000000000004,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.206}]},{"osd":7,"last update":"Tue Apr 26 02:55:02 2022","interfaces":[{"interface":"back","average":{"1min":1.2090000000000001,"5min":1.155,"15min":1.1459999999999999},"min":{"1min":0.99099999999999999,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.2569999999999999},{"interface":"front","average":{"1min":1.198,"5min":1.228,"15min":1.2330000000000001},"min":{"1min":1.016,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.3169999999999999,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.133}]}]},{"osd":6,"up_from":29,"seq":124554051622,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":5212,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93735844,"statfs":{"total":95990841344,"available":95985504256,"internally_reserved":0,"allocated":413696,"data_stored":160130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.745,"15min":0.745},"min":{"1min":0.56299999999999994,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.0109999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"min":{"1min":0.59199999999999997,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.65700000000000003}]},{"osd":1,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.76600000000000001,"15min":0.754},"min":{"1min":0.65000000000000002,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.163,"5min":1.163,"15min":1.163},"last":1.024},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.89600000000000002,"15min":0.89400000000000002},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":0.95199999999999996}]},{"osd":2,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.88500000000000001,"15min":0.89100000000000001},"min":{"1min":0.61099999999999999,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.85499999999999998,"15min":0.83599999999999997},"min":{"1min":0.67600000000000005,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.1679999999999999,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.83099999999999996}]},{"osd":3,"last update":"Tue Apr 26 02:54:52 2022","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98699999999999999,"15min":0.98399999999999999},"min":{"1min":0.77700000000000002,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.2330000000000001,"5min":1.244,"15min":1.244},"last":0.97599999999999998},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.92000000000000004,"15min":0.91400000000000003},"min":{"1min":0.71599999999999997,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":1.1040000000000001}]},{"osd":4,"last update":"Tue Apr 26 02:54:45 2022","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.98599999999999999,"15min":0.98199999999999998},"min":{"1min":0.82099999999999995,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.90200000000000002},{"interface":"front","average":{"1min":1.026,"5min":0.98799999999999999,"15min":0.98199999999999998},"min":{"1min":0.84099999999999997,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.91300000000000003}]},{"osd":5,"last update":"Tue Apr 26 02:54:52 2022","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.127,"15min":1.123},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.5449999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.135},{"interface":"front","average":{"1min":1.252,"5min":1.2210000000000001,"15min":1.216},"min":{"1min":0.995,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.903,"5min":1.903,"15min":1.903},"last":1.224}]},{"osd":7,"last update":"Tue Apr 26 02:54:58 2022","interfaces":[{"interface":"back","average":{"1min":1.2789999999999999,"5min":1.2689999999999999,"15min":1.2669999999999999},"min":{"1min":1.093,"5min":1.044,"15min":1.044},"max":{"1min":1.752,"5min":1.752,"15min":1.752},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.206,"5min":1.179,"15min":1.175},"min":{"1min":1.046,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.649,"5min":1.649,"15min":1.649},"last":1.175}]}]},{"osd":3,"up_from":30,"seq":128849018918,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":5208,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93735848,"statfs":{"total":95990841344,"available":95985508352,"internally_reserved":0,"allocated":409600,"data_stored":159815,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.82799999999999996,"15min":0.82399999999999995},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":2.101,"5min":2.101,"15min":2.101},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.79700000000000004,"15min":0.80100000000000005},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.69499999999999995}]},{"osd":1,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.68600000000000005,"15min":0.67700000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.754,"5min":0.72399999999999998,"15min":0.71899999999999997},"min":{"1min":0.498,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.123,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.627}]},{"osd":2,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":0.99299999999999999,"15min":0.97899999999999998},"min":{"1min":0.79200000000000004,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":2.1440000000000001,"5min":2.1440000000000001,"15min":2.1440000000000001},"last":1.0620000000000001},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.63100000000000001,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.218,"5min":1.24,"15min":1.24},"last":1.0309999999999999}]},{"osd":4,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.0820000000000001,"5min":0.95299999999999996,"15min":0.93100000000000005},"min":{"1min":0.70299999999999996,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.9610000000000001,"5min":1.9610000000000001,"15min":1.9610000000000001},"last":0.95399999999999996}]},{"osd":5,"last update":"Tue Apr 26 02:54:55 2022","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.88300000000000001,"15min":0.86499999999999999},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.117},{"interface":"front","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.499,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":0.85899999999999999}]},{"osd":6,"last update":"Tue Apr 26 02:54:42 2022","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.004,"15min":1.0009999999999999},"min":{"1min":0.78200000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.92200000000000004},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.018,"15min":1.0189999999999999},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.2869999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.89900000000000002}]},{"osd":7,"last update":"Tue Apr 26 02:55:01 2022","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.0609999999999999,"15min":1.0489999999999999},"min":{"1min":0.65200000000000002,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":2.0510000000000002,"5min":2.0510000000000002,"15min":2.0510000000000002},"last":0.875}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-04-26T02:55:40.528 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2022-04-26T02:55:40.528 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-04-26T02:55:40.529 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2022-04-26T02:55:40.529 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- ceph health --format=json 2022-04-26T02:55:41.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:41 smithi136 bash[11745]: cluster 2022-04-26T02:55:39.610617+0000 mgr.smithi136.ofnrfx (mgr.14188) 179 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:41.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:41 smithi136 bash[11745]: audit 2022-04-26T02:55:39.835696+0000 mgr.smithi136.ofnrfx (mgr.14188) 180 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2022-04-26T02:55:41.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:41 smithi145 bash[13673]: cluster 2022-04-26T02:55:39.610617+0000 mgr.smithi136.ofnrfx (mgr.14188) 179 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:41.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:41 smithi145 bash[13673]: audit 2022-04-26T02:55:39.835696+0000 mgr.smithi136.ofnrfx (mgr.14188) 180 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2022-04-26T02:55:43.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:43 smithi136 bash[11745]: cluster 2022-04-26T02:55:41.611192+0000 mgr.smithi136.ofnrfx (mgr.14188) 181 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:43.325 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/424c9d1a-c50b-11ec-8c39-001a4aab830c/mon.smithi136/config 2022-04-26T02:55:43.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:43 smithi145 bash[13673]: cluster 2022-04-26T02:55:41.611192+0000 mgr.smithi136.ofnrfx (mgr.14188) 181 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:45.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:45 smithi136 bash[11745]: cluster 2022-04-26T02:55:43.611799+0000 mgr.smithi136.ofnrfx (mgr.14188) 182 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:45.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:45 smithi145 bash[13673]: cluster 2022-04-26T02:55:43.611799+0000 mgr.smithi136.ofnrfx (mgr.14188) 182 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:46.554 INFO:teuthology.orchestra.run.smithi136.stdout: 2022-04-26T02:55:47.164 INFO:teuthology.orchestra.run.smithi136.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-04-26T02:55:47.164 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2022-04-26T02:55:47.164 INFO:tasks.cephadm:Setup complete, yielding 2022-04-26T02:55:47.165 INFO:teuthology.run_tasks:Running task cephadm.shell... 2022-04-26T02:55:47.176 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi136.front.sepia.ceph.com 2022-04-26T02:55:47.177 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- bash -c 'ceph orch status' 2022-04-26T02:55:47.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:47 smithi136 bash[11745]: cluster 2022-04-26T02:55:45.612379+0000 mgr.smithi136.ofnrfx (mgr.14188) 183 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:47.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:47 smithi136 bash[11745]: audit 2022-04-26T02:55:46.561395+0000 mon.smithi136 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.136:0/341937502' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2022-04-26T02:55:47.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:47 smithi145 bash[13673]: cluster 2022-04-26T02:55:45.612379+0000 mgr.smithi136.ofnrfx (mgr.14188) 183 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:47.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:47 smithi145 bash[13673]: audit 2022-04-26T02:55:46.561395+0000 mon.smithi136 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.136:0/341937502' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2022-04-26T02:55:49.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:49 smithi145 bash[13673]: cluster 2022-04-26T02:55:47.613001+0000 mgr.smithi136.ofnrfx (mgr.14188) 184 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:49.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:49 smithi136 bash[11745]: cluster 2022-04-26T02:55:47.613001+0000 mgr.smithi136.ofnrfx (mgr.14188) 184 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:50.437 INFO:teuthology.orchestra.run.smithi136.stdout:Backend: cephadm 2022-04-26T02:55:50.438 INFO:teuthology.orchestra.run.smithi136.stdout:Available: Yes 2022-04-26T02:55:50.438 INFO:teuthology.orchestra.run.smithi136.stdout:Paused: No 2022-04-26T02:55:51.035 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- bash -c 'ceph orch ps' 2022-04-26T02:55:51.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:51 smithi136 bash[11745]: cluster 2022-04-26T02:55:49.613616+0000 mgr.smithi136.ofnrfx (mgr.14188) 185 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:51.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:51 smithi145 bash[13673]: cluster 2022-04-26T02:55:49.613616+0000 mgr.smithi136.ofnrfx (mgr.14188) 185 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:52.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:52 smithi145 bash[13673]: audit 2022-04-26T02:55:50.444779+0000 mgr.smithi136.ofnrfx (mgr.14188) 186 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:55:52.412 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:52 smithi136 bash[11745]: audit 2022-04-26T02:55:50.444779+0000 mgr.smithi136.ofnrfx (mgr.14188) 186 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:55:53.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:53 smithi145 bash[13673]: cluster 2022-04-26T02:55:51.614242+0000 mgr.smithi136.ofnrfx (mgr.14188) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:53.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:53 smithi145 bash[13673]: audit 2022-04-26T02:55:52.820150+0000 mon.smithi136 (mon.0) 611 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:55:53.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:53 smithi145 bash[13673]: audit 2022-04-26T02:55:52.822744+0000 mon.smithi136 (mon.0) 612 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:55:53.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:53 smithi145 bash[13673]: audit 2022-04-26T02:55:52.824377+0000 mon.smithi136 (mon.0) 613 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:55:53.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:53 smithi136 bash[11745]: cluster 2022-04-26T02:55:51.614242+0000 mgr.smithi136.ofnrfx (mgr.14188) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:53.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:53 smithi136 bash[11745]: audit 2022-04-26T02:55:52.820150+0000 mon.smithi136 (mon.0) 611 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:55:53.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:53 smithi136 bash[11745]: audit 2022-04-26T02:55:52.822744+0000 mon.smithi136 (mon.0) 612 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:55:53.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:53 smithi136 bash[11745]: audit 2022-04-26T02:55:52.824377+0000 mon.smithi136 (mon.0) 613 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:55:54.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:54 smithi136 bash[11745]: cluster 2022-04-26T02:55:53.614857+0000 mgr.smithi136.ofnrfx (mgr.14188) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:54.343 INFO:teuthology.orchestra.run.smithi136.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2022-04-26T02:55:54.343 INFO:teuthology.orchestra.run.smithi136.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (2m) 61s ago 5m 9839k - 0.20.0 0881eb8f169f d6f43a40fb01 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:crash.smithi136 smithi136 running (5m) 61s ago 5m 7591k - 16.2.7-927-gaa0c7084 7d7c0d571d54 4301ec246db6 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:crash.smithi145 smithi145 running (4m) 62s ago 4m 8668k - 16.2.7-927-gaa0c7084 7d7c0d571d54 fecede7e876a 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:grafana.smithi136 smithi136 *:3000 running (2m) 61s ago 5m 22.7M - 6.7.4 557c83e11646 6a3d975a371e 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:mgr.smithi136.ofnrfx smithi136 *:9283 running (7m) 61s ago 7m 422M - 16.2.7-927-gaa0c7084 7d7c0d571d54 e18977cc61be 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:mgr.smithi145.agvohy smithi145 *:8443,9283 running (4m) 62s ago 4m 375M - 16.2.7-927-gaa0c7084 7d7c0d571d54 c82bf63b0457 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:mon.smithi136 smithi136 running (7m) 61s ago 7m 57.3M 2048M 16.2.7-927-gaa0c7084 7d7c0d571d54 4db9993209ce 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:mon.smithi145 smithi145 running (4m) 62s ago 4m 55.7M 2048M 16.2.7-927-gaa0c7084 7d7c0d571d54 1c713a6e7981 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:node-exporter.smithi136 smithi136 *:9100 running (4m) 61s ago 5m 10.4M - 0.18.1 e5a616e4b9cf 0cfc59f5d9c6 2022-04-26T02:55:54.344 INFO:teuthology.orchestra.run.smithi136.stdout:node-exporter.smithi145 smithi145 *:9100 running (4m) 62s ago 4m 10.3M - 0.18.1 e5a616e4b9cf 93795853eb23 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.0 smithi145 running (3m) 62s ago 3m 35.0M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 d24565296d25 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.1 smithi136 running (3m) 61s ago 3m 34.6M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 ab073a222f56 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.2 smithi145 running (3m) 62s ago 3m 34.9M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 eff327abca66 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.3 smithi136 running (3m) 61s ago 3m 34.4M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 92c4820489bb 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.4 smithi145 running (3m) 62s ago 3m 35.4M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 44a9eb01ab4e 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.5 smithi136 running (3m) 61s ago 3m 32.9M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 20e507c588e9 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.6 smithi145 running (3m) 62s ago 3m 33.5M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 961bae3dbdec 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:osd.7 smithi136 running (3m) 61s ago 3m 34.0M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 9c29e65973e4 2022-04-26T02:55:54.345 INFO:teuthology.orchestra.run.smithi136.stdout:prometheus.smithi136 smithi136 *:9095 running (4m) 61s ago 4m 39.7M - 2.18.1 de242295e225 bb2881cfb2a6 2022-04-26T02:55:54.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:54 smithi145 bash[13673]: cluster 2022-04-26T02:55:53.614857+0000 mgr.smithi136.ofnrfx (mgr.14188) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:54.962 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- bash -c 'ceph orch ls' 2022-04-26T02:55:55.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:55 smithi136 bash[11745]: audit 2022-04-26T02:55:54.337792+0000 mgr.smithi136.ofnrfx (mgr.14188) 189 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:55:55.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:55 smithi145 bash[13673]: audit 2022-04-26T02:55:54.337792+0000 mgr.smithi136.ofnrfx (mgr.14188) 189 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:55:56.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:56 smithi136 bash[11745]: cluster 2022-04-26T02:55:55.615468+0000 mgr.smithi136.ofnrfx (mgr.14188) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:56.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:56 smithi145 bash[13673]: cluster 2022-04-26T02:55:55.615468+0000 mgr.smithi136.ofnrfx (mgr.14188) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:57.895 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:57 smithi145 bash[13673]: audit 2022-04-26T02:55:56.621483+0000 mon.smithi136 (mon.0) 614 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:55:57.895 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:57 smithi145 bash[13673]: audit 2022-04-26T02:55:57.398238+0000 mon.smithi136 (mon.0) 615 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:55:58.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:57 smithi136 bash[11745]: audit 2022-04-26T02:55:56.621483+0000 mon.smithi136 (mon.0) 614 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:55:58.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:57 smithi136 bash[11745]: audit 2022-04-26T02:55:57.398238+0000 mon.smithi136 (mon.0) 615 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:55:58.144 INFO:teuthology.orchestra.run.smithi136.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-04-26T02:55:58.176 INFO:teuthology.orchestra.run.smithi136.stdout:alertmanager ?:9093,9094 1/1 0s ago 6m count:1 2022-04-26T02:55:58.176 INFO:teuthology.orchestra.run.smithi136.stdout:crash 2/2 1s ago 6m * 2022-04-26T02:55:58.176 INFO:teuthology.orchestra.run.smithi136.stdout:grafana ?:3000 1/1 0s ago 6m count:1 2022-04-26T02:55:58.177 INFO:teuthology.orchestra.run.smithi136.stdout:mgr 2/2 1s ago 6m count:2 2022-04-26T02:55:58.177 INFO:teuthology.orchestra.run.smithi136.stdout:mon 2/2 1s ago 5m smithi136:172.21.15.136=smithi136;smithi145:172.21.15.145=smithi145;count:2 2022-04-26T02:55:58.177 INFO:teuthology.orchestra.run.smithi136.stdout:node-exporter ?:9100 2/2 1s ago 6m * 2022-04-26T02:55:58.177 INFO:teuthology.orchestra.run.smithi136.stdout:osd.all-available-devices 8 1s ago 4m * 2022-04-26T02:55:58.178 INFO:teuthology.orchestra.run.smithi136.stdout:prometheus ?:9095 1/1 0s ago 6m count:1 2022-04-26T02:55:58.801 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- bash -c 'ceph orch host ls' 2022-04-26T02:55:59.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:58 smithi136 bash[11745]: cluster 2022-04-26T02:55:57.615884+0000 mgr.smithi136.ofnrfx (mgr.14188) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:59.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:58 smithi136 bash[11745]: audit 2022-04-26T02:55:57.695616+0000 mon.smithi136 (mon.0) 616 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:55:59.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:58 smithi136 bash[11745]: audit 2022-04-26T02:55:57.705148+0000 mon.smithi136 (mon.0) 617 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:55:59.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:58 smithi145 bash[13673]: cluster 2022-04-26T02:55:57.615884+0000 mgr.smithi136.ofnrfx (mgr.14188) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:55:59.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:58 smithi145 bash[13673]: audit 2022-04-26T02:55:57.695616+0000 mon.smithi136 (mon.0) 616 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:55:59.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:58 smithi145 bash[13673]: audit 2022-04-26T02:55:57.705148+0000 mon.smithi136 (mon.0) 617 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:56:00.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:55:59 smithi136 bash[11745]: audit 2022-04-26T02:55:58.138349+0000 mgr.smithi136.ofnrfx (mgr.14188) 192 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:00.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:55:59 smithi145 bash[13673]: audit 2022-04-26T02:55:58.138349+0000 mgr.smithi136.ofnrfx (mgr.14188) 192 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:01.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:00 smithi136 bash[11745]: cluster 2022-04-26T02:55:59.616423+0000 mgr.smithi136.ofnrfx (mgr.14188) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:01.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:00 smithi145 bash[13673]: cluster 2022-04-26T02:55:59.616423+0000 mgr.smithi136.ofnrfx (mgr.14188) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:02.126 INFO:teuthology.orchestra.run.smithi136.stdout:HOST ADDR LABELS STATUS 2022-04-26T02:56:02.127 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 172.21.15.136 2022-04-26T02:56:02.127 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 172.21.15.145 2022-04-26T02:56:02.127 INFO:teuthology.orchestra.run.smithi136.stdout:2 hosts in cluster 2022-04-26T02:56:02.716 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- bash -c 'ceph orch device ls' 2022-04-26T02:56:03.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:02 smithi136 bash[11745]: cluster 2022-04-26T02:56:01.616850+0000 mgr.smithi136.ofnrfx (mgr.14188) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:03.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:02 smithi136 bash[11745]: audit 2022-04-26T02:56:01.788537+0000 mon.smithi136 (mon.0) 618 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:56:03.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:02 smithi136 bash[11745]: audit 2022-04-26T02:56:01.795549+0000 mon.smithi136 (mon.0) 619 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:56:03.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:02 smithi145 bash[13673]: cluster 2022-04-26T02:56:01.616850+0000 mgr.smithi136.ofnrfx (mgr.14188) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:03.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:02 smithi145 bash[13673]: audit 2022-04-26T02:56:01.788537+0000 mon.smithi136 (mon.0) 618 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:56:03.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:02 smithi145 bash[13673]: audit 2022-04-26T02:56:01.795549+0000 mon.smithi136 (mon.0) 619 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:56:04.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:03 smithi136 bash[11745]: audit 2022-04-26T02:56:02.132651+0000 mgr.smithi136.ofnrfx (mgr.14188) 195 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:04.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:03 smithi145 bash[13673]: audit 2022-04-26T02:56:02.132651+0000 mgr.smithi136.ofnrfx (mgr.14188) 195 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:05.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:04 smithi145 bash[13673]: cluster 2022-04-26T02:56:03.617424+0000 mgr.smithi136.ofnrfx (mgr.14188) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:05.147 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:04 smithi136 bash[11745]: cluster 2022-04-26T02:56:03.617424+0000 mgr.smithi136.ofnrfx (mgr.14188) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:05.942 INFO:teuthology.orchestra.run.smithi136.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme0n1 ssd _CVPD514100122P0SGN 2000G 2m ago LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme1n1 ssd _7516c2823f126ad6 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme2n1 ssd _868b3d40d62a3741 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme3n1 ssd _f195fc332b95910b 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme4n1 ssd _3fca0b349934919f 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme0n1 ssd _PHFT620500N9400BGN 400G 2m ago LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme1n1 ssd _8753c43008062369 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme2n1 ssd _e2ac6e4f0d5e7a11 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme3n1 ssd _005cb60215443185 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:05.943 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme4n1 ssd _33755625a85cc202 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:06.598 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2022-04-26T02:56:07.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:06 smithi136 bash[11745]: cluster 2022-04-26T02:56:05.617918+0000 mgr.smithi136.ofnrfx (mgr.14188) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:07.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:06 smithi136 bash[11745]: audit 2022-04-26T02:56:05.941761+0000 mgr.smithi136.ofnrfx (mgr.14188) 198 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:07.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:06 smithi145 bash[13673]: cluster 2022-04-26T02:56:05.617918+0000 mgr.smithi136.ofnrfx (mgr.14188) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:07.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:06 smithi145 bash[13673]: audit 2022-04-26T02:56:05.941761+0000 mgr.smithi136.ofnrfx (mgr.14188) 198 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:09.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:08 smithi136 bash[11745]: cluster 2022-04-26T02:56:07.618498+0000 mgr.smithi136.ofnrfx (mgr.14188) 199 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:09.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:08 smithi145 bash[13673]: cluster 2022-04-26T02:56:07.618498+0000 mgr.smithi136.ofnrfx (mgr.14188) 199 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:09.859 INFO:teuthology.orchestra.run.smithi136.stdout:osd.all-available-devices 8 13s ago 4m * 2022-04-26T02:56:10.508 INFO:teuthology.run_tasks:Running task cephadm.shell... 2022-04-26T02:56:10.517 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi136.front.sepia.ceph.com 2022-04-26T02:56:10.517 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:aa0c7084d7c33fa13e629854baf24f102c2ea55d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 424c9d1a-c50b-11ec-8c39-001a4aab830c -- bash -c 'set -e 2022-04-26T02:56:10.517 DEBUG:teuthology.orchestra.run.smithi136:> set -x 2022-04-26T02:56:10.517 DEBUG:teuthology.orchestra.run.smithi136:> ceph orch ps 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> ceph orch device ls 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> DEVID=$(ceph device ls | grep osd.1 | awk '"'"'{print $1}'"'"') 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> HOST=$(ceph orch device ls | grep "$DEVID" | awk '"'"'{print $1}'"'"') 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> DEV=$(ceph orch device ls | grep "$DEVID" | awk '"'"'{print $2}'"'"') 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> echo "host $HOST, dev $DEV, devid $DEVID" 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> ceph orch osd rm --zap --replace 1 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> while ! ceph osd dump | grep osd.1 | grep "up\s*in" ; do sleep 5 ; done 2022-04-26T02:56:10.518 DEBUG:teuthology.orchestra.run.smithi136:> ' 2022-04-26T02:56:11.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:10 smithi136 bash[11745]: cluster 2022-04-26T02:56:09.619080+0000 mgr.smithi136.ofnrfx (mgr.14188) 200 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:11.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:10 smithi136 bash[11745]: audit 2022-04-26T02:56:09.839700+0000 mgr.smithi136.ofnrfx (mgr.14188) 201 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:11.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:10 smithi145 bash[13673]: cluster 2022-04-26T02:56:09.619080+0000 mgr.smithi136.ofnrfx (mgr.14188) 200 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:11.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:10 smithi145 bash[13673]: audit 2022-04-26T02:56:09.839700+0000 mgr.smithi136.ofnrfx (mgr.14188) 201 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:13.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:12 smithi145 bash[13673]: cluster 2022-04-26T02:56:11.619738+0000 mgr.smithi136.ofnrfx (mgr.14188) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:13.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:12 smithi136 bash[11745]: cluster 2022-04-26T02:56:11.619738+0000 mgr.smithi136.ofnrfx (mgr.14188) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:13.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch ps 2022-04-26T02:56:13.892 INFO:teuthology.orchestra.run.smithi136.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2022-04-26T02:56:13.892 INFO:teuthology.orchestra.run.smithi136.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (3m) 16s ago 5m 9.82M - 0.20.0 0881eb8f169f d6f43a40fb01 2022-04-26T02:56:13.892 INFO:teuthology.orchestra.run.smithi136.stdout:crash.smithi136 smithi136 running (5m) 16s ago 5m 7591k - 16.2.7-927-gaa0c7084 7d7c0d571d54 4301ec246db6 2022-04-26T02:56:13.892 INFO:teuthology.orchestra.run.smithi136.stdout:crash.smithi145 smithi145 running (5m) 17s ago 5m 8743k - 16.2.7-927-gaa0c7084 7d7c0d571d54 fecede7e876a 2022-04-26T02:56:13.893 INFO:teuthology.orchestra.run.smithi136.stdout:grafana.smithi136 smithi136 *:3000 running (3m) 16s ago 5m 22.7M - 6.7.4 557c83e11646 6a3d975a371e 2022-04-26T02:56:13.893 INFO:teuthology.orchestra.run.smithi136.stdout:mgr.smithi136.ofnrfx smithi136 *:9283 running (7m) 16s ago 7m 424M - 16.2.7-927-gaa0c7084 7d7c0d571d54 e18977cc61be 2022-04-26T02:56:13.893 INFO:teuthology.orchestra.run.smithi136.stdout:mgr.smithi145.agvohy smithi145 *:8443,9283 running (4m) 17s ago 4m 376M - 16.2.7-927-gaa0c7084 7d7c0d571d54 c82bf63b0457 2022-04-26T02:56:13.893 INFO:teuthology.orchestra.run.smithi136.stdout:mon.smithi136 smithi136 running (7m) 16s ago 7m 60.9M 2048M 16.2.7-927-gaa0c7084 7d7c0d571d54 4db9993209ce 2022-04-26T02:56:13.894 INFO:teuthology.orchestra.run.smithi136.stdout:mon.smithi145 smithi145 running (4m) 17s ago 4m 59.6M 2048M 16.2.7-927-gaa0c7084 7d7c0d571d54 1c713a6e7981 2022-04-26T02:56:13.894 INFO:teuthology.orchestra.run.smithi136.stdout:node-exporter.smithi136 smithi136 *:9100 running (5m) 16s ago 5m 10.6M - 0.18.1 e5a616e4b9cf 0cfc59f5d9c6 2022-04-26T02:56:13.894 INFO:teuthology.orchestra.run.smithi136.stdout:node-exporter.smithi145 smithi145 *:9100 running (4m) 17s ago 4m 10.5M - 0.18.1 e5a616e4b9cf 93795853eb23 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.0 smithi145 running (3m) 17s ago 3m 35.2M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 d24565296d25 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.1 smithi136 running (3m) 16s ago 3m 34.7M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 ab073a222f56 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.2 smithi145 running (3m) 17s ago 3m 35.0M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 eff327abca66 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.3 smithi136 running (3m) 16s ago 3m 34.5M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 92c4820489bb 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.4 smithi145 running (3m) 17s ago 3m 36.4M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 44a9eb01ab4e 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.5 smithi136 running (3m) 16s ago 3m 34.5M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 20e507c588e9 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.6 smithi145 running (3m) 17s ago 3m 34.3M 4041M 16.2.7-927-gaa0c7084 7d7c0d571d54 961bae3dbdec 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:osd.7 smithi136 running (3m) 16s ago 3m 34.6M 3273M 16.2.7-927-gaa0c7084 7d7c0d571d54 9c29e65973e4 2022-04-26T02:56:13.895 INFO:teuthology.orchestra.run.smithi136.stdout:prometheus.smithi136 smithi136 *:9095 running (4m) 16s ago 4m 41.5M - 2.18.1 de242295e225 bb2881cfb2a6 2022-04-26T02:56:13.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch device ls 2022-04-26T02:56:14.221 INFO:teuthology.orchestra.run.smithi136.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme0n1 ssd _CVPD514100122P0SGN 2000G 2m ago LVM detected, locked 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme1n1 ssd _7516c2823f126ad6 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme2n1 ssd _868b3d40d62a3741 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme3n1 ssd _f195fc332b95910b 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136 /dev/nvme4n1 ssd _3fca0b349934919f 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme0n1 ssd _PHFT620500N9400BGN 400G 2m ago LVM detected, locked 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme1n1 ssd _8753c43008062369 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.222 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme2n1 ssd _e2ac6e4f0d5e7a11 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.223 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme3n1 ssd _005cb60215443185 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.223 INFO:teuthology.orchestra.run.smithi136.stdout:smithi145 /dev/nvme4n1 ssd _33755625a85cc202 95.9G 2m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2022-04-26T02:56:14.238 INFO:teuthology.orchestra.run.smithi136.stderr:++ ceph device ls 2022-04-26T02:56:14.238 INFO:teuthology.orchestra.run.smithi136.stderr:++ grep osd.1 2022-04-26T02:56:14.238 INFO:teuthology.orchestra.run.smithi136.stderr:++ awk '{print $1}' 2022-04-26T02:56:14.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ DEVID=Linux_7516c2823f126ad6 2022-04-26T02:56:14.555 INFO:teuthology.orchestra.run.smithi136.stderr:++ ceph orch device ls 2022-04-26T02:56:14.555 INFO:teuthology.orchestra.run.smithi136.stderr:++ grep Linux_7516c2823f126ad6 2022-04-26T02:56:14.555 INFO:teuthology.orchestra.run.smithi136.stderr:++ awk '{print $1}' 2022-04-26T02:56:14.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ HOST= 2022-04-26T02:56:14.892 INFO:teuthology.orchestra.run.smithi136.stderr:++ ceph orch device ls 2022-04-26T02:56:14.892 INFO:teuthology.orchestra.run.smithi136.stderr:++ grep Linux_7516c2823f126ad6 2022-04-26T02:56:14.892 INFO:teuthology.orchestra.run.smithi136.stderr:++ awk '{print $2}' 2022-04-26T02:56:15.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:14 smithi145 bash[13673]: cluster 2022-04-26T02:56:13.620337+0000 mgr.smithi136.ofnrfx (mgr.14188) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:15.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:14 smithi145 bash[13673]: audit 2022-04-26T02:56:13.875719+0000 mgr.smithi136.ofnrfx (mgr.14188) 204 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:15.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ DEV= 2022-04-26T02:56:15.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ echo 'host , dev , devid Linux_7516c2823f126ad6' 2022-04-26T02:56:15.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch osd rm --zap --replace 1 2022-04-26T02:56:15.224 INFO:teuthology.orchestra.run.smithi136.stdout:host , dev , devid Linux_7516c2823f126ad6 2022-04-26T02:56:15.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:14 smithi136 bash[11745]: cluster 2022-04-26T02:56:13.620337+0000 mgr.smithi136.ofnrfx (mgr.14188) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:15.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:14 smithi136 bash[11745]: audit 2022-04-26T02:56:13.875719+0000 mgr.smithi136.ofnrfx (mgr.14188) 204 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:15.553 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled OSD(s) for removal 2022-04-26T02:56:15.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch osd rm status 2022-04-26T02:56:15.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep '^1' 2022-04-26T02:56:15.916 INFO:teuthology.orchestra.run.smithi136.stdout:1 smithi136 started 0 True False True 2022-04-26T02:56:15.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:16.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:15 smithi145 bash[13673]: audit 2022-04-26T02:56:14.221770+0000 mgr.smithi136.ofnrfx (mgr.14188) 205 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:16.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:15 smithi145 bash[13673]: audit 2022-04-26T02:56:14.548204+0000 mgr.smithi136.ofnrfx (mgr.14188) 206 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:16.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:15 smithi145 bash[13673]: audit 2022-04-26T02:56:14.875027+0000 mgr.smithi136.ofnrfx (mgr.14188) 207 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:16.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:15 smithi145 bash[13673]: audit 2022-04-26T02:56:15.571324+0000 mon.smithi136 (mon.0) 620 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:56:16.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:15 smithi145 bash[13673]: audit 2022-04-26T02:56:15.573888+0000 mon.smithi136 (mon.0) 621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:56:16.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:15 smithi145 bash[13673]: audit 2022-04-26T02:56:15.575504+0000 mon.smithi136 (mon.0) 622 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:56:16.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:15 smithi136 bash[11745]: audit 2022-04-26T02:56:14.221770+0000 mgr.smithi136.ofnrfx (mgr.14188) 205 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:16.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:15 smithi136 bash[11745]: audit 2022-04-26T02:56:14.548204+0000 mgr.smithi136.ofnrfx (mgr.14188) 206 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:16.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:15 smithi136 bash[11745]: audit 2022-04-26T02:56:14.875027+0000 mgr.smithi136.ofnrfx (mgr.14188) 207 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:16.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:15 smithi136 bash[11745]: audit 2022-04-26T02:56:15.571324+0000 mon.smithi136 (mon.0) 620 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:56:16.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:15 smithi136 bash[11745]: audit 2022-04-26T02:56:15.573888+0000 mon.smithi136 (mon.0) 621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:56:16.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:15 smithi136 bash[11745]: audit 2022-04-26T02:56:15.575504+0000 mon.smithi136 (mon.0) 622 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:56:17.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:16 smithi145 bash[13673]: audit 2022-04-26T02:56:15.208098+0000 mgr.smithi136.ofnrfx (mgr.14188) 208 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:17.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:16 smithi145 bash[13673]: audit 2022-04-26T02:56:15.558834+0000 mgr.smithi136.ofnrfx (mgr.14188) 209 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch osd rm", "zap": true, "replace": true, "osd_id": ["1"], "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:17.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:16 smithi145 bash[13673]: cluster 2022-04-26T02:56:15.620884+0000 mgr.smithi136.ofnrfx (mgr.14188) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:17.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:16 smithi145 bash[13673]: audit 2022-04-26T02:56:15.905540+0000 mgr.smithi136.ofnrfx (mgr.14188) 211 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:17.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:16 smithi145 bash[13673]: audit 2022-04-26T02:56:15.906771+0000 mon.smithi136 (mon.0) 623 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:17.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:16 smithi145 bash[13673]: audit 2022-04-26T02:56:15.907029+0000 mgr.smithi136.ofnrfx (mgr.14188) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:17.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:16 smithi136 bash[11745]: audit 2022-04-26T02:56:15.208098+0000 mgr.smithi136.ofnrfx (mgr.14188) 208 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:17.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:16 smithi136 bash[11745]: audit 2022-04-26T02:56:15.558834+0000 mgr.smithi136.ofnrfx (mgr.14188) 209 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch osd rm", "zap": true, "replace": true, "osd_id": ["1"], "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:17.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:16 smithi136 bash[11745]: cluster 2022-04-26T02:56:15.620884+0000 mgr.smithi136.ofnrfx (mgr.14188) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:17.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:16 smithi136 bash[11745]: audit 2022-04-26T02:56:15.905540+0000 mgr.smithi136.ofnrfx (mgr.14188) 211 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:17.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:16 smithi136 bash[11745]: audit 2022-04-26T02:56:15.906771+0000 mon.smithi136 (mon.0) 623 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:17.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:16 smithi136 bash[11745]: audit 2022-04-26T02:56:15.907029+0000 mgr.smithi136.ofnrfx (mgr.14188) 212 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:19.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:18 smithi145 bash[13673]: cluster 2022-04-26T02:56:17.621517+0000 mgr.smithi136.ofnrfx (mgr.14188) 213 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:19.301 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:18 smithi136 bash[11745]: cluster 2022-04-26T02:56:17.621517+0000 mgr.smithi136.ofnrfx (mgr.14188) 213 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:20.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: debug 2022-04-26T02:56:20.093+0000 7f83ae0e8700 -1 mon.smithi136@0(leader).osd e41 definitely_dead 0 2022-04-26T02:56:20.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: audit 2022-04-26T02:56:19.337242+0000 mon.smithi136 (mon.0) 624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:20.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: cluster 2022-04-26T02:56:19.622037+0000 mgr.smithi136.ofnrfx (mgr.14188) 214 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:20.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: audit 2022-04-26T02:56:20.089103+0000 mon.smithi136 (mon.0) 625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:20.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: audit 2022-04-26T02:56:20.091992+0000 mon.smithi136 (mon.0) 626 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:20.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: audit 2022-04-26T02:56:20.094048+0000 mon.smithi136 (mon.0) 627 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:20.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: audit 2022-04-26T02:56:20.095621+0000 mon.smithi136 (mon.0) 628 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2022-04-26T02:56:20.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:20 smithi136 bash[11745]: audit 2022-04-26T02:56:20.096932+0000 mon.smithi136 (mon.0) 629 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd down", "ids": ["1"]}]: dispatch 2022-04-26T02:56:20.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:20 smithi145 bash[13673]: audit 2022-04-26T02:56:19.337242+0000 mon.smithi136 (mon.0) 624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:20.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:20 smithi145 bash[13673]: cluster 2022-04-26T02:56:19.622037+0000 mgr.smithi136.ofnrfx (mgr.14188) 214 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:20.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:20 smithi145 bash[13673]: audit 2022-04-26T02:56:20.089103+0000 mon.smithi136 (mon.0) 625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:20.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:20 smithi145 bash[13673]: audit 2022-04-26T02:56:20.091992+0000 mon.smithi136 (mon.0) 626 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:20.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:20 smithi145 bash[13673]: audit 2022-04-26T02:56:20.094048+0000 mon.smithi136 (mon.0) 627 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:20.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:20 smithi145 bash[13673]: audit 2022-04-26T02:56:20.095621+0000 mon.smithi136 (mon.0) 628 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2022-04-26T02:56:20.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:20 smithi145 bash[13673]: audit 2022-04-26T02:56:20.096932+0000 mon.smithi136 (mon.0) 629 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd down", "ids": ["1"]}]: dispatch 2022-04-26T02:56:20.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch osd rm status 2022-04-26T02:56:20.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep '^1' 2022-04-26T02:56:21.302 INFO:teuthology.orchestra.run.smithi136.stdout:1 smithi136 done, waiting for purge 0 True False True 2022-04-26T02:56:21.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:21.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:21 smithi145 bash[13673]: audit 2022-04-26T02:56:20.092189+0000 mgr.smithi136.ofnrfx (mgr.14188) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:21.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:21 smithi145 bash[13673]: audit 2022-04-26T02:56:20.094217+0000 mgr.smithi136.ofnrfx (mgr.14188) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:21.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:21 smithi145 bash[13673]: audit 2022-04-26T02:56:20.095786+0000 mgr.smithi136.ofnrfx (mgr.14188) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2022-04-26T02:56:21.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:21 smithi145 bash[13673]: cluster 2022-04-26T02:56:21.086856+0000 mon.smithi136 (mon.0) 630 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2022-04-26T02:56:21.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:21 smithi145 bash[13673]: audit 2022-04-26T02:56:21.091646+0000 mon.smithi136 (mon.0) 631 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd down", "ids": ["1"]}]': finished 2022-04-26T02:56:21.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:21 smithi145 bash[13673]: cluster 2022-04-26T02:56:21.091781+0000 mon.smithi136 (mon.0) 632 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2022-04-26T02:56:21.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:21 smithi145 bash[13673]: audit 2022-04-26T02:56:21.289108+0000 mon.smithi136 (mon.0) 633 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:21.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:21 smithi136 bash[11745]: audit 2022-04-26T02:56:20.092189+0000 mgr.smithi136.ofnrfx (mgr.14188) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:21.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:21 smithi136 bash[11745]: audit 2022-04-26T02:56:20.094217+0000 mgr.smithi136.ofnrfx (mgr.14188) 216 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:21.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:21 smithi136 bash[11745]: audit 2022-04-26T02:56:20.095786+0000 mgr.smithi136.ofnrfx (mgr.14188) 217 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["1"]}]: dispatch 2022-04-26T02:56:21.802 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:21 smithi136 bash[11745]: cluster 2022-04-26T02:56:21.086856+0000 mon.smithi136 (mon.0) 630 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2022-04-26T02:56:21.803 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:21 smithi136 bash[11745]: audit 2022-04-26T02:56:21.091646+0000 mon.smithi136 (mon.0) 631 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd down", "ids": ["1"]}]': finished 2022-04-26T02:56:21.803 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:21 smithi136 bash[11745]: cluster 2022-04-26T02:56:21.091781+0000 mon.smithi136 (mon.0) 632 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2022-04-26T02:56:21.803 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:21 smithi136 bash[11745]: audit 2022-04-26T02:56:21.289108+0000 mon.smithi136 (mon.0) 633 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:22.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:22 smithi145 bash[13673]: cephadm 2022-04-26T02:56:21.092756+0000 mgr.smithi136.ofnrfx (mgr.14188) 218 : cephadm [INF] osd.1 now down 2022-04-26T02:56:22.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:22 smithi145 bash[13673]: cephadm 2022-04-26T02:56:21.093063+0000 mgr.smithi136.ofnrfx (mgr.14188) 219 : cephadm [INF] Removing daemon osd.1 from smithi136 2022-04-26T02:56:22.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:22 smithi145 bash[13673]: audit 2022-04-26T02:56:21.288065+0000 mgr.smithi136.ofnrfx (mgr.14188) 220 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:22 smithi145 bash[13673]: audit 2022-04-26T02:56:21.289317+0000 mgr.smithi136.ofnrfx (mgr.14188) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:22 smithi145 bash[13673]: cluster 2022-04-26T02:56:21.622674+0000 mgr.smithi136.ofnrfx (mgr.14188) 222 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:22.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:22 smithi145 bash[13673]: cluster 2022-04-26T02:56:22.343449+0000 mon.smithi136 (mon.0) 634 : cluster [INF] osd.1 marked itself dead as of e42 2022-04-26T02:56:22.802 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:22 smithi136 bash[11745]: cephadm 2022-04-26T02:56:21.092756+0000 mgr.smithi136.ofnrfx (mgr.14188) 218 : cephadm [INF] osd.1 now down 2022-04-26T02:56:22.803 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:22 smithi136 bash[11745]: cephadm 2022-04-26T02:56:21.093063+0000 mgr.smithi136.ofnrfx (mgr.14188) 219 : cephadm [INF] Removing daemon osd.1 from smithi136 2022-04-26T02:56:22.803 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:22 smithi136 bash[11745]: audit 2022-04-26T02:56:21.288065+0000 mgr.smithi136.ofnrfx (mgr.14188) 220 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:22.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:22 smithi136 bash[11745]: audit 2022-04-26T02:56:21.289317+0000 mgr.smithi136.ofnrfx (mgr.14188) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:22.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:22 smithi136 bash[11745]: cluster 2022-04-26T02:56:21.622674+0000 mgr.smithi136.ofnrfx (mgr.14188) 222 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:22.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:22 smithi136 bash[11745]: cluster 2022-04-26T02:56:22.343449+0000 mon.smithi136 (mon.0) 634 : cluster [INF] osd.1 marked itself dead as of e42 2022-04-26T02:56:23.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:23 smithi136 bash[11745]: cluster 2022-04-26T02:56:22.343087+0000 osd.1 (osd.1) 3 : cluster [WRN] Monitor daemon marked osd.1 down, but it is still running 2022-04-26T02:56:23.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:23 smithi136 bash[11745]: cluster 2022-04-26T02:56:22.343105+0000 osd.1 (osd.1) 4 : cluster [DBG] map e42 wrongly marked me down at e42 2022-04-26T02:56:23.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:23 smithi136 bash[11745]: cluster 2022-04-26T02:56:22.355317+0000 mon.smithi136 (mon.0) 635 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2022-04-26T02:56:23.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:23 smithi145 bash[13673]: cluster 2022-04-26T02:56:22.343087+0000 osd.1 (osd.1) 3 : cluster [WRN] Monitor daemon marked osd.1 down, but it is still running 2022-04-26T02:56:23.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:23 smithi145 bash[13673]: cluster 2022-04-26T02:56:22.343105+0000 osd.1 (osd.1) 4 : cluster [DBG] map e42 wrongly marked me down at e42 2022-04-26T02:56:23.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:23 smithi145 bash[13673]: cluster 2022-04-26T02:56:22.355317+0000 mon.smithi136 (mon.0) 635 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2022-04-26T02:56:24.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:24 smithi145 bash[13673]: cluster 2022-04-26T02:56:23.623306+0000 mgr.smithi136.ofnrfx (mgr.14188) 223 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:24.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:24 smithi145 bash[13673]: cluster 2022-04-26T02:56:23.787467+0000 mon.smithi136 (mon.0) 636 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2022-04-26T02:56:24.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:24 smithi145 bash[13673]: cluster 2022-04-26T02:56:23.787557+0000 mon.smithi136 (mon.0) 637 : cluster [INF] Cluster is now healthy 2022-04-26T02:56:24.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:24 smithi145 bash[13673]: cluster 2022-04-26T02:56:23.795258+0000 mon.smithi136 (mon.0) 638 : cluster [INF] osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444] boot 2022-04-26T02:56:24.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:24 smithi145 bash[13673]: cluster 2022-04-26T02:56:23.795419+0000 mon.smithi136 (mon.0) 639 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2022-04-26T02:56:24.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:24 smithi145 bash[13673]: audit 2022-04-26T02:56:23.795733+0000 mon.smithi136 (mon.0) 640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:56:24.646 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:24 smithi145 bash[13673]: cluster 2022-04-26T02:56:24.032653+0000 mon.smithi136 (mon.0) 641 : cluster [INF] osd.1 marked itself down and dead 2022-04-26T02:56:24.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:24 smithi136 bash[11745]: cluster 2022-04-26T02:56:23.623306+0000 mgr.smithi136.ofnrfx (mgr.14188) 223 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:24.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:24 smithi136 bash[11745]: cluster 2022-04-26T02:56:23.787467+0000 mon.smithi136 (mon.0) 636 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2022-04-26T02:56:24.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:24 smithi136 bash[11745]: cluster 2022-04-26T02:56:23.787557+0000 mon.smithi136 (mon.0) 637 : cluster [INF] Cluster is now healthy 2022-04-26T02:56:24.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:24 smithi136 bash[11745]: cluster 2022-04-26T02:56:23.795258+0000 mon.smithi136 (mon.0) 638 : cluster [INF] osd.1 [v2:172.21.15.136:6802/4199555444,v1:172.21.15.136:6803/4199555444] boot 2022-04-26T02:56:24.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:24 smithi136 bash[11745]: cluster 2022-04-26T02:56:23.795419+0000 mon.smithi136 (mon.0) 639 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2022-04-26T02:56:24.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:24 smithi136 bash[11745]: audit 2022-04-26T02:56:23.795733+0000 mon.smithi136 (mon.0) 640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2022-04-26T02:56:24.802 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:24 smithi136 bash[11745]: cluster 2022-04-26T02:56:24.032653+0000 mon.smithi136 (mon.0) 641 : cluster [INF] osd.1 marked itself down and dead 2022-04-26T02:56:25.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:25 smithi145 bash[13673]: cluster 2022-04-26T02:56:24.790189+0000 mon.smithi136 (mon.0) 642 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2022-04-26T02:56:25.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:25 smithi145 bash[13673]: cluster 2022-04-26T02:56:24.797547+0000 mon.smithi136 (mon.0) 643 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2022-04-26T02:56:25.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:25 smithi136 bash[11745]: cluster 2022-04-26T02:56:24.790189+0000 mon.smithi136 (mon.0) 642 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2022-04-26T02:56:25.801 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:25 smithi136 bash[11745]: cluster 2022-04-26T02:56:24.797547+0000 mon.smithi136 (mon.0) 643 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2022-04-26T02:56:26.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch osd rm status 2022-04-26T02:56:26.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep '^1' 2022-04-26T02:56:26.644 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:26 smithi145 bash[13673]: cluster 2022-04-26T02:56:25.623867+0000 mgr.smithi136.ofnrfx (mgr.14188) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:26.652 INFO:teuthology.orchestra.run.smithi136.stdout:1 smithi136 done, waiting for purge 0 True False True 2022-04-26T02:56:26.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:26.670 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:26 smithi136 bash[11745]: cluster 2022-04-26T02:56:25.623867+0000 mgr.smithi136.ofnrfx (mgr.14188) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:27.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:27 smithi145 bash[13673]: audit 2022-04-26T02:56:26.637515+0000 mgr.smithi136.ofnrfx (mgr.14188) 225 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:27.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:27 smithi145 bash[13673]: audit 2022-04-26T02:56:26.638233+0000 mon.smithi136 (mon.0) 644 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:27.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:27 smithi145 bash[13673]: audit 2022-04-26T02:56:26.638507+0000 mgr.smithi136.ofnrfx (mgr.14188) 226 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:27.655 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:27 smithi136 bash[11745]: audit 2022-04-26T02:56:26.637515+0000 mgr.smithi136.ofnrfx (mgr.14188) 225 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:27.655 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:27 smithi136 bash[11745]: audit 2022-04-26T02:56:26.638233+0000 mon.smithi136 (mon.0) 644 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:27.655 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:27 smithi136 bash[11745]: audit 2022-04-26T02:56:26.638507+0000 mgr.smithi136.ofnrfx (mgr.14188) 226 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:29.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: cluster 2022-04-26T02:56:27.624500+0000 mgr.smithi136.ofnrfx (mgr.14188) 227 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:29.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: cephadm 2022-04-26T02:56:27.862130+0000 mgr.smithi136.ofnrfx (mgr.14188) 228 : cephadm [INF] Removing key for osd.1 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: audit 2022-04-26T02:56:27.862538+0000 mon.smithi136 (mon.0) 645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth rm", "entity": "osd.1"}]: dispatch 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: audit 2022-04-26T02:56:27.881360+0000 mon.smithi136 (mon.0) 646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "auth rm", "entity": "osd.1"}]': finished 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: cephadm 2022-04-26T02:56:27.882343+0000 mgr.smithi136.ofnrfx (mgr.14188) 229 : cephadm [INF] Successfully removed osd.1 on smithi136 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: audit 2022-04-26T02:56:27.882697+0000 mon.smithi136 (mon.0) 647 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]: dispatch 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: audit 2022-04-26T02:56:27.893004+0000 mon.smithi136 (mon.0) 648 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]': finished 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: cluster 2022-04-26T02:56:27.893116+0000 mon.smithi136 (mon.0) 649 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: cephadm 2022-04-26T02:56:27.893990+0000 mgr.smithi136.ofnrfx (mgr.14188) 230 : cephadm [INF] Successfully destroyed old osd.1 on smithi136; ready for replacement 2022-04-26T02:56:29.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:28 smithi136 bash[11745]: cephadm 2022-04-26T02:56:27.894152+0000 mgr.smithi136.ofnrfx (mgr.14188) 231 : cephadm [INF] Zapping devices for osd.1 on smithi136 2022-04-26T02:56:29.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: cluster 2022-04-26T02:56:27.624500+0000 mgr.smithi136.ofnrfx (mgr.14188) 227 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:29.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: cephadm 2022-04-26T02:56:27.862130+0000 mgr.smithi136.ofnrfx (mgr.14188) 228 : cephadm [INF] Removing key for osd.1 2022-04-26T02:56:29.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: audit 2022-04-26T02:56:27.862538+0000 mon.smithi136 (mon.0) 645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth rm", "entity": "osd.1"}]: dispatch 2022-04-26T02:56:29.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: audit 2022-04-26T02:56:27.881360+0000 mon.smithi136 (mon.0) 646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "auth rm", "entity": "osd.1"}]': finished 2022-04-26T02:56:29.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: cephadm 2022-04-26T02:56:27.882343+0000 mgr.smithi136.ofnrfx (mgr.14188) 229 : cephadm [INF] Successfully removed osd.1 on smithi136 2022-04-26T02:56:29.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: audit 2022-04-26T02:56:27.882697+0000 mon.smithi136 (mon.0) 647 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]: dispatch 2022-04-26T02:56:29.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: audit 2022-04-26T02:56:27.893004+0000 mon.smithi136 (mon.0) 648 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd='[{"prefix": "osd destroy-actual", "id": 1, "yes_i_really_mean_it": true}]': finished 2022-04-26T02:56:29.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: cluster 2022-04-26T02:56:27.893116+0000 mon.smithi136 (mon.0) 649 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2022-04-26T02:56:29.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: cephadm 2022-04-26T02:56:27.893990+0000 mgr.smithi136.ofnrfx (mgr.14188) 230 : cephadm [INF] Successfully destroyed old osd.1 on smithi136; ready for replacement 2022-04-26T02:56:29.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:28 smithi145 bash[13673]: cephadm 2022-04-26T02:56:27.894152+0000 mgr.smithi136.ofnrfx (mgr.14188) 231 : cephadm [INF] Zapping devices for osd.1 on smithi136 2022-04-26T02:56:31.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:30 smithi136 bash[11745]: cluster 2022-04-26T02:56:29.625097+0000 mgr.smithi136.ofnrfx (mgr.14188) 232 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:31.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:30 smithi145 bash[13673]: cluster 2022-04-26T02:56:29.625097+0000 mgr.smithi136.ofnrfx (mgr.14188) 232 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:31.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch osd rm status 2022-04-26T02:56:31.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep '^1' 2022-04-26T02:56:32.005 INFO:teuthology.orchestra.run.smithi136.stdout:1 smithi136 done, waiting for purge 0 True False True 2022-04-26T02:56:32.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:33.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:32 smithi136 bash[11745]: cluster 2022-04-26T02:56:31.625710+0000 mgr.smithi136.ofnrfx (mgr.14188) 233 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:33.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:32 smithi136 bash[11745]: audit 2022-04-26T02:56:31.757336+0000 mon.smithi136 (mon.0) 650 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:33.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:32 smithi136 bash[11745]: audit 2022-04-26T02:56:31.997385+0000 mgr.smithi136.ofnrfx (mgr.14188) 234 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:33.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:32 smithi136 bash[11745]: audit 2022-04-26T02:56:31.998252+0000 mon.smithi136 (mon.0) 651 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:33.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:32 smithi136 bash[11745]: audit 2022-04-26T02:56:31.998554+0000 mgr.smithi136.ofnrfx (mgr.14188) 235 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:33.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:32 smithi145 bash[13673]: cluster 2022-04-26T02:56:31.625710+0000 mgr.smithi136.ofnrfx (mgr.14188) 233 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:33.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:32 smithi145 bash[13673]: audit 2022-04-26T02:56:31.757336+0000 mon.smithi136 (mon.0) 650 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:33.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:32 smithi145 bash[13673]: audit 2022-04-26T02:56:31.997385+0000 mgr.smithi136.ofnrfx (mgr.14188) 234 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:33.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:32 smithi145 bash[13673]: audit 2022-04-26T02:56:31.998252+0000 mon.smithi136 (mon.0) 651 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:33.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:32 smithi145 bash[13673]: audit 2022-04-26T02:56:31.998554+0000 mgr.smithi136.ofnrfx (mgr.14188) 235 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2022-04-26T02:56:35.050 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:34 smithi136 bash[11745]: cluster 2022-04-26T02:56:33.626202+0000 mgr.smithi136.ofnrfx (mgr.14188) 236 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:35.144 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:34 smithi145 bash[13673]: cluster 2022-04-26T02:56:33.626202+0000 mgr.smithi136.ofnrfx (mgr.14188) 236 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:36.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: cephadm 2022-04-26T02:56:35.122606+0000 mgr.smithi136.ofnrfx (mgr.14188) 237 : cephadm [INF] Successfully zapped devices for osd.1 on smithi136 2022-04-26T02:56:36.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: audit 2022-04-26T02:56:35.129032+0000 mon.smithi136 (mon.0) 652 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:36.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: audit 2022-04-26T02:56:35.138631+0000 mon.smithi136 (mon.0) 653 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:56:36.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: cephadm 2022-04-26T02:56:35.139704+0000 mgr.smithi136.ofnrfx (mgr.14188) 238 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:56:36.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: cephadm 2022-04-26T02:56:35.139829+0000 mgr.smithi136.ofnrfx (mgr.14188) 239 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:56:36.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: audit 2022-04-26T02:56:35.144384+0000 mon.smithi136 (mon.0) 654 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:56:36.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: audit 2022-04-26T02:56:35.146125+0000 mon.smithi136 (mon.0) 655 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:56:36.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:36 smithi145 bash[13673]: cluster 2022-04-26T02:56:35.626758+0000 mgr.smithi136.ofnrfx (mgr.14188) 240 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: cephadm 2022-04-26T02:56:35.122606+0000 mgr.smithi136.ofnrfx (mgr.14188) 237 : cephadm [INF] Successfully zapped devices for osd.1 on smithi136 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: audit 2022-04-26T02:56:35.129032+0000 mon.smithi136 (mon.0) 652 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: audit 2022-04-26T02:56:35.138631+0000 mon.smithi136 (mon.0) 653 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: cephadm 2022-04-26T02:56:35.139704+0000 mgr.smithi136.ofnrfx (mgr.14188) 238 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: cephadm 2022-04-26T02:56:35.139829+0000 mgr.smithi136.ofnrfx (mgr.14188) 239 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: audit 2022-04-26T02:56:35.144384+0000 mon.smithi136 (mon.0) 654 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: audit 2022-04-26T02:56:35.146125+0000 mon.smithi136 (mon.0) 655 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:56:36.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:36 smithi136 bash[11745]: cluster 2022-04-26T02:56:35.626758+0000 mgr.smithi136.ofnrfx (mgr.14188) 240 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:37.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph orch osd rm status 2022-04-26T02:56:37.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep '^1' 2022-04-26T02:56:37.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:56:37.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:56:37.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:56:37.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:38.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:37 smithi136 bash[11745]: audit 2022-04-26T02:56:37.673209+0000 mon.smithi136 (mon.0) 656 : audit [DBG] from='client.? 172.21.15.136:0/1703259211' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:38.141 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:37 smithi145 bash[13673]: audit 2022-04-26T02:56:37.673209+0000 mon.smithi136 (mon.0) 656 : audit [DBG] from='client.? 172.21.15.136:0/1703259211' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:39.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:38 smithi136 bash[11745]: audit 2022-04-26T02:56:37.348899+0000 mgr.smithi136.ofnrfx (mgr.14188) 241 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:39.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:38 smithi136 bash[11745]: cluster 2022-04-26T02:56:37.627322+0000 mgr.smithi136.ofnrfx (mgr.14188) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:39.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:38 smithi145 bash[13673]: audit 2022-04-26T02:56:37.348899+0000 mgr.smithi136.ofnrfx (mgr.14188) 241 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch osd rm status", "target": ["mon-mgr", ""]}]: dispatch 2022-04-26T02:56:39.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:38 smithi145 bash[13673]: cluster 2022-04-26T02:56:37.627322+0000 mgr.smithi136.ofnrfx (mgr.14188) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:41.051 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:40 smithi136 bash[11745]: cluster 2022-04-26T02:56:39.627896+0000 mgr.smithi136.ofnrfx (mgr.14188) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:41.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:40 smithi145 bash[13673]: cluster 2022-04-26T02:56:39.627896+0000 mgr.smithi136.ofnrfx (mgr.14188) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:42.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:56:42.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:56:42.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:56:43.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:43.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:42 smithi136 bash[11745]: cluster 2022-04-26T02:56:41.628468+0000 mgr.smithi136.ofnrfx (mgr.14188) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:43.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:42 smithi145 bash[13673]: cluster 2022-04-26T02:56:41.628468+0000 mgr.smithi136.ofnrfx (mgr.14188) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:44.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:43 smithi145 bash[13673]: audit 2022-04-26T02:56:42.999866+0000 mon.smithi136 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.136:0/2830363352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:44.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:43 smithi136 bash[11745]: audit 2022-04-26T02:56:42.999866+0000 mon.smithi136 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.136:0/2830363352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:45.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:44 smithi145 bash[13673]: cluster 2022-04-26T02:56:43.629039+0000 mgr.smithi136.ofnrfx (mgr.14188) 245 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:45.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:44 smithi136 bash[11745]: cluster 2022-04-26T02:56:43.629039+0000 mgr.smithi136.ofnrfx (mgr.14188) 245 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:47.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:46 smithi145 bash[13673]: cluster 2022-04-26T02:56:45.629654+0000 mgr.smithi136.ofnrfx (mgr.14188) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:47.302 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:46 smithi136 bash[11745]: cluster 2022-04-26T02:56:45.629654+0000 mgr.smithi136.ofnrfx (mgr.14188) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:48.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:56:48.130 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:56:48.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:56:48.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:49.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:48 smithi145 bash[13673]: cluster 2022-04-26T02:56:47.630122+0000 mgr.smithi136.ofnrfx (mgr.14188) 247 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:49.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:48 smithi145 bash[13673]: audit 2022-04-26T02:56:48.334556+0000 mon.smithi136 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.136:0/195257725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:49.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:48 smithi136 bash[11745]: cluster 2022-04-26T02:56:47.630122+0000 mgr.smithi136.ofnrfx (mgr.14188) 247 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:49.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:48 smithi136 bash[11745]: audit 2022-04-26T02:56:48.334556+0000 mon.smithi136 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.136:0/195257725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:50.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:49 smithi145 bash[13673]: audit 2022-04-26T02:56:48.841593+0000 mon.smithi136 (mon.0) 659 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:50.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:49 smithi145 bash[13673]: audit 2022-04-26T02:56:48.846987+0000 mon.smithi136 (mon.0) 660 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:56:50.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:49 smithi145 bash[13673]: audit 2022-04-26T02:56:48.849305+0000 mon.smithi136 (mon.0) 661 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:56:50.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:49 smithi145 bash[13673]: audit 2022-04-26T02:56:48.850811+0000 mon.smithi136 (mon.0) 662 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:56:50.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:49 smithi136 bash[11745]: audit 2022-04-26T02:56:48.841593+0000 mon.smithi136 (mon.0) 659 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:50.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:49 smithi136 bash[11745]: audit 2022-04-26T02:56:48.846987+0000 mon.smithi136 (mon.0) 660 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:56:50.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:49 smithi136 bash[11745]: audit 2022-04-26T02:56:48.849305+0000 mon.smithi136 (mon.0) 661 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:56:50.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:49 smithi136 bash[11745]: audit 2022-04-26T02:56:48.850811+0000 mon.smithi136 (mon.0) 662 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:56:51.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:50 smithi145 bash[13673]: cluster 2022-04-26T02:56:49.630675+0000 mgr.smithi136.ofnrfx (mgr.14188) 248 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:51.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:50 smithi136 bash[11745]: cluster 2022-04-26T02:56:49.630675+0000 mgr.smithi136.ofnrfx (mgr.14188) 248 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:53.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:52 smithi145 bash[13673]: cluster 2022-04-26T02:56:51.631289+0000 mgr.smithi136.ofnrfx (mgr.14188) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:53.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:52 smithi145 bash[13673]: audit 2022-04-26T02:56:52.616226+0000 mon.smithi136 (mon.0) 663 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:53.303 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:52 smithi136 bash[11745]: cluster 2022-04-26T02:56:51.631289+0000 mgr.smithi136.ofnrfx (mgr.14188) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:53.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:52 smithi136 bash[11745]: audit 2022-04-26T02:56:52.616226+0000 mon.smithi136 (mon.0) 663 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:53.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:56:53.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:56:53.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:56:53.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:54 smithi145 bash[13673]: audit 2022-04-26T02:56:53.366228+0000 mon.smithi136 (mon.0) 664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:54 smithi145 bash[13673]: cluster 2022-04-26T02:56:53.631817+0000 mgr.smithi136.ofnrfx (mgr.14188) 250 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:54.647 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:54 smithi145 bash[13673]: audit 2022-04-26T02:56:53.683000+0000 mon.smithi136 (mon.0) 665 : audit [DBG] from='client.? 172.21.15.136:0/1992702909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:54.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:54 smithi136 bash[11745]: audit 2022-04-26T02:56:53.366228+0000 mon.smithi136 (mon.0) 664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:56:54.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:54 smithi136 bash[11745]: cluster 2022-04-26T02:56:53.631817+0000 mgr.smithi136.ofnrfx (mgr.14188) 250 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:54.804 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:54 smithi136 bash[11745]: audit 2022-04-26T02:56:53.683000+0000 mon.smithi136 (mon.0) 665 : audit [DBG] from='client.? 172.21.15.136:0/1992702909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:56:57.055 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:56 smithi136 bash[11745]: cluster 2022-04-26T02:56:55.632351+0000 mgr.smithi136.ofnrfx (mgr.14188) 251 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:57.147 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:56 smithi145 bash[13673]: cluster 2022-04-26T02:56:55.632351+0000 mgr.smithi136.ofnrfx (mgr.14188) 251 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:58.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:56:58.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:56:58.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:56:59.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:56:59.054 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:58 smithi136 bash[11745]: cluster 2022-04-26T02:56:57.633021+0000 mgr.smithi136.ofnrfx (mgr.14188) 252 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:56:59.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:58 smithi145 bash[13673]: cluster 2022-04-26T02:56:57.633021+0000 mgr.smithi136.ofnrfx (mgr.14188) 252 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:00.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:56:59 smithi145 bash[13673]: audit 2022-04-26T02:56:59.015836+0000 mon.smithi136 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.136:0/911069810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:00.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:56:59 smithi136 bash[11745]: audit 2022-04-26T02:56:59.015836+0000 mon.smithi136 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.136:0/911069810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:01.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:00 smithi145 bash[13673]: cluster 2022-04-26T02:56:59.633619+0000 mgr.smithi136.ofnrfx (mgr.14188) 253 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:01.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:00 smithi136 bash[11745]: cluster 2022-04-26T02:56:59.633619+0000 mgr.smithi136.ofnrfx (mgr.14188) 253 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:02.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: cephadm 2022-04-26T02:57:01.057400+0000 mgr.smithi136.ofnrfx (mgr.14188) 254 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T02:57:02.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: audit 2022-04-26T02:57:01.068350+0000 mon.smithi136 (mon.0) 667 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:02.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: audit 2022-04-26T02:57:01.362641+0000 mon.smithi136 (mon.0) 668 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: audit 2022-04-26T02:57:01.367228+0000 mon.smithi136 (mon.0) 669 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:57:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: audit 2022-04-26T02:57:01.372953+0000 mon.smithi136 (mon.0) 670 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:57:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: audit 2022-04-26T02:57:01.375997+0000 mon.smithi136 (mon.0) 671 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:57:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: audit 2022-04-26T02:57:01.790505+0000 mon.smithi136 (mon.0) 672 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:57:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:02 smithi145 bash[13673]: audit 2022-04-26T02:57:01.798164+0000 mon.smithi136 (mon.0) 673 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:57:02.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: cephadm 2022-04-26T02:57:01.057400+0000 mgr.smithi136.ofnrfx (mgr.14188) 254 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T02:57:02.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: audit 2022-04-26T02:57:01.068350+0000 mon.smithi136 (mon.0) 667 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:02.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: audit 2022-04-26T02:57:01.362641+0000 mon.smithi136 (mon.0) 668 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:02.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: audit 2022-04-26T02:57:01.367228+0000 mon.smithi136 (mon.0) 669 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:57:02.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: audit 2022-04-26T02:57:01.372953+0000 mon.smithi136 (mon.0) 670 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T02:57:02.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: audit 2022-04-26T02:57:01.375997+0000 mon.smithi136 (mon.0) 671 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:57:02.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: audit 2022-04-26T02:57:01.790505+0000 mon.smithi136 (mon.0) 672 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:57:02.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:02 smithi136 bash[11745]: audit 2022-04-26T02:57:01.798164+0000 mon.smithi136 (mon.0) 673 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:57:03.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:03 smithi145 bash[13673]: cluster 2022-04-26T02:57:01.357884+0000 mgr.smithi136.ofnrfx (mgr.14188) 255 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:03.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:03 smithi145 bash[13673]: cephadm 2022-04-26T02:57:01.368279+0000 mgr.smithi136.ofnrfx (mgr.14188) 256 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:57:03.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:03 smithi145 bash[13673]: cephadm 2022-04-26T02:57:01.368418+0000 mgr.smithi136.ofnrfx (mgr.14188) 257 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:57:03.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:03 smithi145 bash[13673]: cluster 2022-04-26T02:57:02.067091+0000 mon.smithi136 (mon.0) 674 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2022-04-26T02:57:03.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:03 smithi136 bash[11745]: cluster 2022-04-26T02:57:01.357884+0000 mgr.smithi136.ofnrfx (mgr.14188) 255 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:03.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:03 smithi136 bash[11745]: cephadm 2022-04-26T02:57:01.368279+0000 mgr.smithi136.ofnrfx (mgr.14188) 256 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:57:03.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:03 smithi136 bash[11745]: cephadm 2022-04-26T02:57:01.368418+0000 mgr.smithi136.ofnrfx (mgr.14188) 257 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:57:03.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:03 smithi136 bash[11745]: cluster 2022-04-26T02:57:02.067091+0000 mon.smithi136 (mon.0) 674 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2022-04-26T02:57:04.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:04.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:04.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:04.367 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:05.321 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:05 smithi136 bash[11745]: cluster 2022-04-26T02:57:03.358459+0000 mgr.smithi136.ofnrfx (mgr.14188) 258 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:05.321 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:05 smithi136 bash[11745]: audit 2022-04-26T02:57:04.349613+0000 mon.smithi136 (mon.0) 675 : audit [DBG] from='client.? 172.21.15.136:0/2851088282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:05.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:05 smithi145 bash[13673]: cluster 2022-04-26T02:57:03.358459+0000 mgr.smithi136.ofnrfx (mgr.14188) 258 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:05.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:05 smithi145 bash[13673]: audit 2022-04-26T02:57:04.349613+0000 mon.smithi136 (mon.0) 675 : audit [DBG] from='client.? 172.21.15.136:0/2851088282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:07.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:07 smithi136 bash[11745]: cluster 2022-04-26T02:57:05.359068+0000 mgr.smithi136.ofnrfx (mgr.14188) 259 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:07.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:07 smithi145 bash[13673]: cluster 2022-04-26T02:57:05.359068+0000 mgr.smithi136.ofnrfx (mgr.14188) 259 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:09.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:09.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:09.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:09.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:09 smithi145 bash[13673]: cluster 2022-04-26T02:57:07.359623+0000 mgr.smithi136.ofnrfx (mgr.14188) 260 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:09.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:09 smithi136 bash[11745]: cluster 2022-04-26T02:57:07.359623+0000 mgr.smithi136.ofnrfx (mgr.14188) 260 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:09.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:10.398 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:10 smithi145 bash[13673]: audit 2022-04-26T02:57:09.684451+0000 mon.smithi136 (mon.0) 676 : audit [DBG] from='client.? 172.21.15.136:0/3740625666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:10.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:10 smithi136 bash[11745]: audit 2022-04-26T02:57:09.684451+0000 mon.smithi136 (mon.0) 676 : audit [DBG] from='client.? 172.21.15.136:0/3740625666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:11.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:11 smithi145 bash[13673]: cluster 2022-04-26T02:57:09.360309+0000 mgr.smithi136.ofnrfx (mgr.14188) 261 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:11.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:11 smithi136 bash[11745]: cluster 2022-04-26T02:57:09.360309+0000 mgr.smithi136.ofnrfx (mgr.14188) 261 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:13.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:13 smithi145 bash[13673]: cluster 2022-04-26T02:57:11.360990+0000 mgr.smithi136.ofnrfx (mgr.14188) 262 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:13.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:13 smithi136 bash[11745]: cluster 2022-04-26T02:57:11.360990+0000 mgr.smithi136.ofnrfx (mgr.14188) 262 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:14 smithi145 bash[13673]: cluster 2022-04-26T02:57:13.361729+0000 mgr.smithi136.ofnrfx (mgr.14188) 263 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:14.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:14 smithi136 bash[11745]: cluster 2022-04-26T02:57:13.361729+0000 mgr.smithi136.ofnrfx (mgr.14188) 263 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:14.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:14.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:14.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:15.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:15.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:15 smithi145 bash[13673]: audit 2022-04-26T02:57:15.010910+0000 mon.smithi136 (mon.0) 677 : audit [DBG] from='client.? 172.21.15.136:0/2233708163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:15.556 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:15 smithi136 bash[11745]: audit 2022-04-26T02:57:15.010910+0000 mon.smithi136 (mon.0) 677 : audit [DBG] from='client.? 172.21.15.136:0/2233708163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:16.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:16 smithi145 bash[13673]: audit 2022-04-26T02:57:15.359160+0000 mon.smithi136 (mon.0) 678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:16.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:16 smithi145 bash[13673]: cluster 2022-04-26T02:57:15.362118+0000 mgr.smithi136.ofnrfx (mgr.14188) 264 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:16.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:16 smithi136 bash[11745]: audit 2022-04-26T02:57:15.359160+0000 mon.smithi136 (mon.0) 678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:16.806 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:16 smithi136 bash[11745]: cluster 2022-04-26T02:57:15.362118+0000 mgr.smithi136.ofnrfx (mgr.14188) 264 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:18.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:17 smithi136 bash[11745]: audit 2022-04-26T02:57:16.759354+0000 mon.smithi136 (mon.0) 679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:18.146 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:17 smithi145 bash[13673]: audit 2022-04-26T02:57:16.759354+0000 mon.smithi136 (mon.0) 679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:57:19.056 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:18 smithi136 bash[11745]: cluster 2022-04-26T02:57:17.362697+0000 mgr.smithi136.ofnrfx (mgr.14188) 265 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:19.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:18 smithi145 bash[13673]: cluster 2022-04-26T02:57:17.362697+0000 mgr.smithi136.ofnrfx (mgr.14188) 265 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:20.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:20.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:20.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:20.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:21.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:20 smithi145 bash[13673]: cluster 2022-04-26T02:57:19.363307+0000 mgr.smithi136.ofnrfx (mgr.14188) 266 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:21.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:20 smithi145 bash[13673]: audit 2022-04-26T02:57:20.339824+0000 mon.smithi136 (mon.0) 680 : audit [DBG] from='client.? 172.21.15.136:0/1897182910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:21.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:20 smithi136 bash[11745]: cluster 2022-04-26T02:57:19.363307+0000 mgr.smithi136.ofnrfx (mgr.14188) 266 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:21.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:20 smithi136 bash[11745]: audit 2022-04-26T02:57:20.339824+0000 mon.smithi136 (mon.0) 680 : audit [DBG] from='client.? 172.21.15.136:0/1897182910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:23.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:22 smithi145 bash[13673]: cluster 2022-04-26T02:57:21.363930+0000 mgr.smithi136.ofnrfx (mgr.14188) 267 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:23.306 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:22 smithi136 bash[11745]: cluster 2022-04-26T02:57:21.363930+0000 mgr.smithi136.ofnrfx (mgr.14188) 267 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:25.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:24 smithi145 bash[13673]: cluster 2022-04-26T02:57:23.364570+0000 mgr.smithi136.ofnrfx (mgr.14188) 268 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:25.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:24 smithi136 bash[11745]: cluster 2022-04-26T02:57:23.364570+0000 mgr.smithi136.ofnrfx (mgr.14188) 268 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:25.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:25.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:25.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:25.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:26.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:25 smithi145 bash[13673]: audit 2022-04-26T02:57:25.668168+0000 mon.smithi136 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.136:0/3064298424' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:26.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:25 smithi136 bash[11745]: audit 2022-04-26T02:57:25.668168+0000 mon.smithi136 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.136:0/3064298424' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:27.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:26 smithi145 bash[13673]: cluster 2022-04-26T02:57:25.365248+0000 mgr.smithi136.ofnrfx (mgr.14188) 269 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:27.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:26 smithi136 bash[11745]: cluster 2022-04-26T02:57:25.365248+0000 mgr.smithi136.ofnrfx (mgr.14188) 269 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:29.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:28 smithi136 bash[11745]: cluster 2022-04-26T02:57:27.365962+0000 mgr.smithi136.ofnrfx (mgr.14188) 270 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:29.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:28 smithi145 bash[13673]: cluster 2022-04-26T02:57:27.365962+0000 mgr.smithi136.ofnrfx (mgr.14188) 270 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:30.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:30.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:30.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:31.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:31.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:30 smithi145 bash[13673]: cluster 2022-04-26T02:57:29.366688+0000 mgr.smithi136.ofnrfx (mgr.14188) 271 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:31.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:30 smithi136 bash[11745]: cluster 2022-04-26T02:57:29.366688+0000 mgr.smithi136.ofnrfx (mgr.14188) 271 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:32.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:31 smithi145 bash[13673]: audit 2022-04-26T02:57:30.995232+0000 mon.smithi136 (mon.0) 682 : audit [DBG] from='client.? 172.21.15.136:0/2126655647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:32.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:31 smithi136 bash[11745]: audit 2022-04-26T02:57:30.995232+0000 mon.smithi136 (mon.0) 682 : audit [DBG] from='client.? 172.21.15.136:0/2126655647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:33.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:32 smithi145 bash[13673]: cluster 2022-04-26T02:57:31.367330+0000 mgr.smithi136.ofnrfx (mgr.14188) 272 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:33.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:32 smithi136 bash[11745]: cluster 2022-04-26T02:57:31.367330+0000 mgr.smithi136.ofnrfx (mgr.14188) 272 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:34 smithi145 bash[13673]: cluster 2022-04-26T02:57:33.367924+0000 mgr.smithi136.ofnrfx (mgr.14188) 273 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:35.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:34 smithi136 bash[11745]: cluster 2022-04-26T02:57:33.367924+0000 mgr.smithi136.ofnrfx (mgr.14188) 273 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:36.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:36.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:36.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:36.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:36 smithi145 bash[13673]: cluster 2022-04-26T02:57:35.368523+0000 mgr.smithi136.ofnrfx (mgr.14188) 274 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:36 smithi145 bash[13673]: audit 2022-04-26T02:57:36.322807+0000 mon.smithi136 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.136:0/1143852500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:37.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:36 smithi136 bash[11745]: cluster 2022-04-26T02:57:35.368523+0000 mgr.smithi136.ofnrfx (mgr.14188) 274 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:37.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:36 smithi136 bash[11745]: audit 2022-04-26T02:57:36.322807+0000 mon.smithi136 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.136:0/1143852500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:39.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:38 smithi136 bash[11745]: cluster 2022-04-26T02:57:37.369129+0000 mgr.smithi136.ofnrfx (mgr.14188) 275 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:38 smithi145 bash[13673]: cluster 2022-04-26T02:57:37.369129+0000 mgr.smithi136.ofnrfx (mgr.14188) 275 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:40 smithi145 bash[13673]: cluster 2022-04-26T02:57:39.369756+0000 mgr.smithi136.ofnrfx (mgr.14188) 276 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:41.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:40 smithi136 bash[11745]: cluster 2022-04-26T02:57:39.369756+0000 mgr.smithi136.ofnrfx (mgr.14188) 276 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:41.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:41.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:41.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:41.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:42.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:41 smithi145 bash[13673]: audit 2022-04-26T02:57:41.659941+0000 mon.smithi136 (mon.0) 684 : audit [DBG] from='client.? 172.21.15.136:0/3885536843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:42.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:41 smithi136 bash[11745]: audit 2022-04-26T02:57:41.659941+0000 mon.smithi136 (mon.0) 684 : audit [DBG] from='client.? 172.21.15.136:0/3885536843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:42 smithi145 bash[13673]: cluster 2022-04-26T02:57:41.370395+0000 mgr.smithi136.ofnrfx (mgr.14188) 277 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:43.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:42 smithi136 bash[11745]: cluster 2022-04-26T02:57:41.370395+0000 mgr.smithi136.ofnrfx (mgr.14188) 277 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:44 smithi145 bash[13673]: cluster 2022-04-26T02:57:43.371022+0000 mgr.smithi136.ofnrfx (mgr.14188) 278 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:45.307 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:44 smithi136 bash[11745]: cluster 2022-04-26T02:57:43.371022+0000 mgr.smithi136.ofnrfx (mgr.14188) 278 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:46.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:46.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:46.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:47.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:47.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:46 smithi145 bash[13673]: cluster 2022-04-26T02:57:45.371750+0000 mgr.smithi136.ofnrfx (mgr.14188) 279 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:47.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:46 smithi136 bash[11745]: cluster 2022-04-26T02:57:45.371750+0000 mgr.smithi136.ofnrfx (mgr.14188) 279 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:47 smithi145 bash[13673]: audit 2022-04-26T02:57:46.996330+0000 mon.smithi136 (mon.0) 685 : audit [DBG] from='client.? 172.21.15.136:0/517963072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:48.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:47 smithi136 bash[11745]: audit 2022-04-26T02:57:46.996330+0000 mon.smithi136 (mon.0) 685 : audit [DBG] from='client.? 172.21.15.136:0/517963072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:49.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:48 smithi136 bash[11745]: cluster 2022-04-26T02:57:47.372434+0000 mgr.smithi136.ofnrfx (mgr.14188) 280 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:49.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:48 smithi145 bash[13673]: cluster 2022-04-26T02:57:47.372434+0000 mgr.smithi136.ofnrfx (mgr.14188) 280 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:51.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:50 smithi136 bash[11745]: cluster 2022-04-26T02:57:49.373181+0000 mgr.smithi136.ofnrfx (mgr.14188) 281 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:51.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:50 smithi145 bash[13673]: cluster 2022-04-26T02:57:49.373181+0000 mgr.smithi136.ofnrfx (mgr.14188) 281 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:52.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:52.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:52.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:52.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:53.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:52 smithi136 bash[11745]: cluster 2022-04-26T02:57:51.373779+0000 mgr.smithi136.ofnrfx (mgr.14188) 282 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:53.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:52 smithi136 bash[11745]: audit 2022-04-26T02:57:52.327487+0000 mon.smithi136 (mon.0) 686 : audit [DBG] from='client.? 172.21.15.136:0/1303321153' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:53.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:52 smithi145 bash[13673]: cluster 2022-04-26T02:57:51.373779+0000 mgr.smithi136.ofnrfx (mgr.14188) 282 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:53.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:52 smithi145 bash[13673]: audit 2022-04-26T02:57:52.327487+0000 mon.smithi136 (mon.0) 686 : audit [DBG] from='client.? 172.21.15.136:0/1303321153' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:55.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:54 smithi136 bash[11745]: cluster 2022-04-26T02:57:53.374421+0000 mgr.smithi136.ofnrfx (mgr.14188) 283 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:54 smithi145 bash[13673]: cluster 2022-04-26T02:57:53.374421+0000 mgr.smithi136.ofnrfx (mgr.14188) 283 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:57.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:56 smithi136 bash[11745]: cluster 2022-04-26T02:57:55.375036+0000 mgr.smithi136.ofnrfx (mgr.14188) 284 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:57.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:57:57.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:57:57.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:57:57.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:56 smithi145 bash[13673]: cluster 2022-04-26T02:57:55.375036+0000 mgr.smithi136.ofnrfx (mgr.14188) 284 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:57.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:57:58.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:57 smithi136 bash[11745]: audit 2022-04-26T02:57:57.660762+0000 mon.smithi136 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.136:0/4129586501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:57 smithi145 bash[13673]: audit 2022-04-26T02:57:57.660762+0000 mon.smithi136 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.136:0/4129586501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:57:59.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:57:58 smithi136 bash[11745]: cluster 2022-04-26T02:57:57.375575+0000 mgr.smithi136.ofnrfx (mgr.14188) 285 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:57:59.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:57:58 smithi145 bash[13673]: cluster 2022-04-26T02:57:57.375575+0000 mgr.smithi136.ofnrfx (mgr.14188) 285 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:00 smithi136 bash[11745]: cluster 2022-04-26T02:57:59.376257+0000 mgr.smithi136.ofnrfx (mgr.14188) 286 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:01.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:00 smithi145 bash[13673]: cluster 2022-04-26T02:57:59.376257+0000 mgr.smithi136.ofnrfx (mgr.14188) 286 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:01 smithi136 bash[11745]: audit 2022-04-26T02:58:01.792589+0000 mon.smithi136 (mon.0) 688 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:58:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:01 smithi136 bash[11745]: audit 2022-04-26T02:58:01.801793+0000 mon.smithi136 (mon.0) 689 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:58:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:01 smithi145 bash[13673]: audit 2022-04-26T02:58:01.792589+0000 mon.smithi136 (mon.0) 688 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:58:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:01 smithi145 bash[13673]: audit 2022-04-26T02:58:01.801793+0000 mon.smithi136 (mon.0) 689 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:58:02.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:03.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:03.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:03.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:03.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:02 smithi136 bash[11745]: cluster 2022-04-26T02:58:01.376924+0000 mgr.smithi136.ofnrfx (mgr.14188) 287 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:02 smithi145 bash[13673]: cluster 2022-04-26T02:58:01.376924+0000 mgr.smithi136.ofnrfx (mgr.14188) 287 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:04.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:03 smithi136 bash[11745]: audit 2022-04-26T02:58:02.990346+0000 mon.smithi136 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.136:0/3898550709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:03 smithi145 bash[13673]: audit 2022-04-26T02:58:02.990346+0000 mon.smithi136 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.136:0/3898550709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:05.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:04 smithi136 bash[11745]: cluster 2022-04-26T02:58:03.377592+0000 mgr.smithi136.ofnrfx (mgr.14188) 288 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:04 smithi145 bash[13673]: cluster 2022-04-26T02:58:03.377592+0000 mgr.smithi136.ofnrfx (mgr.14188) 288 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:07.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:06 smithi136 bash[11745]: cluster 2022-04-26T02:58:05.378206+0000 mgr.smithi136.ofnrfx (mgr.14188) 289 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:06 smithi145 bash[13673]: cluster 2022-04-26T02:58:05.378206+0000 mgr.smithi136.ofnrfx (mgr.14188) 289 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:08.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:08.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:08.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:08.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:09.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:08 smithi136 bash[11745]: cluster 2022-04-26T02:58:07.378951+0000 mgr.smithi136.ofnrfx (mgr.14188) 290 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:09.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:08 smithi136 bash[11745]: audit 2022-04-26T02:58:08.321770+0000 mon.smithi136 (mon.0) 691 : audit [DBG] from='client.? 172.21.15.136:0/3645831336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:09.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:08 smithi145 bash[13673]: cluster 2022-04-26T02:58:07.378951+0000 mgr.smithi136.ofnrfx (mgr.14188) 290 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:08 smithi145 bash[13673]: audit 2022-04-26T02:58:08.321770+0000 mon.smithi136 (mon.0) 691 : audit [DBG] from='client.? 172.21.15.136:0/3645831336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:11.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:10 smithi136 bash[11745]: cluster 2022-04-26T02:58:09.379666+0000 mgr.smithi136.ofnrfx (mgr.14188) 291 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:11.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:10 smithi145 bash[13673]: cluster 2022-04-26T02:58:09.379666+0000 mgr.smithi136.ofnrfx (mgr.14188) 291 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:13.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:12 smithi136 bash[11745]: cluster 2022-04-26T02:58:11.380237+0000 mgr.smithi136.ofnrfx (mgr.14188) 292 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:13.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:13.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:13.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:13.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:12 smithi145 bash[13673]: cluster 2022-04-26T02:58:11.380237+0000 mgr.smithi136.ofnrfx (mgr.14188) 292 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:13.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:14.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:13 smithi136 bash[11745]: audit 2022-04-26T02:58:13.651682+0000 mon.smithi136 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.136:0/2579429508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:13 smithi145 bash[13673]: audit 2022-04-26T02:58:13.651682+0000 mon.smithi136 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.136:0/2579429508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:14 smithi136 bash[11745]: cluster 2022-04-26T02:58:13.380872+0000 mgr.smithi136.ofnrfx (mgr.14188) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:15 smithi145 bash[13673]: cluster 2022-04-26T02:58:13.380872+0000 mgr.smithi136.ofnrfx (mgr.14188) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:16.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:16 smithi136 bash[11745]: audit 2022-04-26T02:58:15.364701+0000 mon.smithi136 (mon.0) 693 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:58:16.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:16 smithi136 bash[11745]: audit 2022-04-26T02:58:15.367545+0000 mon.smithi136 (mon.0) 694 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:58:16.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:16 smithi136 bash[11745]: audit 2022-04-26T02:58:15.369359+0000 mon.smithi136 (mon.0) 695 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:58:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:16 smithi145 bash[13673]: audit 2022-04-26T02:58:15.364701+0000 mon.smithi136 (mon.0) 693 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:58:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:16 smithi145 bash[13673]: audit 2022-04-26T02:58:15.367545+0000 mon.smithi136 (mon.0) 694 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:58:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:16 smithi145 bash[13673]: audit 2022-04-26T02:58:15.369359+0000 mon.smithi136 (mon.0) 695 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:58:17.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:17 smithi136 bash[11745]: cluster 2022-04-26T02:58:15.381467+0000 mgr.smithi136.ofnrfx (mgr.14188) 294 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:17.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:17 smithi145 bash[13673]: cluster 2022-04-26T02:58:15.381467+0000 mgr.smithi136.ofnrfx (mgr.14188) 294 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:18.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:18.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:18.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:19.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:19.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:19 smithi136 bash[11745]: cluster 2022-04-26T02:58:17.382126+0000 mgr.smithi136.ofnrfx (mgr.14188) 295 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:19.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:19 smithi136 bash[11745]: audit 2022-04-26T02:58:18.992791+0000 mon.smithi136 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.136:0/3942570108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:19.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:19 smithi145 bash[13673]: cluster 2022-04-26T02:58:17.382126+0000 mgr.smithi136.ofnrfx (mgr.14188) 295 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:19 smithi145 bash[13673]: audit 2022-04-26T02:58:18.992791+0000 mon.smithi136 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.136:0/3942570108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:20 smithi136 bash[11745]: audit 2022-04-26T02:58:19.181423+0000 mon.smithi136 (mon.0) 697 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:58:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:20 smithi136 bash[11745]: cluster 2022-04-26T02:58:19.382850+0000 mgr.smithi136.ofnrfx (mgr.14188) 296 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:20 smithi136 bash[11745]: audit 2022-04-26T02:58:19.882509+0000 mon.smithi136 (mon.0) 698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:58:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:20 smithi145 bash[13673]: audit 2022-04-26T02:58:19.181423+0000 mon.smithi136 (mon.0) 697 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:58:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:20 smithi145 bash[13673]: cluster 2022-04-26T02:58:19.382850+0000 mgr.smithi136.ofnrfx (mgr.14188) 296 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:20 smithi145 bash[13673]: audit 2022-04-26T02:58:19.882509+0000 mon.smithi136 (mon.0) 698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:58:21.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:21 smithi136 bash[11745]: cluster 2022-04-26T02:58:20.174314+0000 mgr.smithi136.ofnrfx (mgr.14188) 297 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:21.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:21 smithi136 bash[11745]: cluster 2022-04-26T02:58:20.174800+0000 mgr.smithi136.ofnrfx (mgr.14188) 298 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:21 smithi136 bash[11745]: audit 2022-04-26T02:58:20.180535+0000 mon.smithi136 (mon.0) 699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:58:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:21 smithi136 bash[11745]: audit 2022-04-26T02:58:20.191489+0000 mon.smithi136 (mon.0) 700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:58:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:21 smithi136 bash[11745]: cephadm 2022-04-26T02:58:20.192515+0000 mgr.smithi136.ofnrfx (mgr.14188) 299 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:58:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:21 smithi136 bash[11745]: cephadm 2022-04-26T02:58:20.192677+0000 mgr.smithi136.ofnrfx (mgr.14188) 300 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:58:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:21 smithi145 bash[13673]: cluster 2022-04-26T02:58:20.174314+0000 mgr.smithi136.ofnrfx (mgr.14188) 297 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:21 smithi145 bash[13673]: cluster 2022-04-26T02:58:20.174800+0000 mgr.smithi136.ofnrfx (mgr.14188) 298 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:21 smithi145 bash[13673]: audit 2022-04-26T02:58:20.180535+0000 mon.smithi136 (mon.0) 699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:58:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:21 smithi145 bash[13673]: audit 2022-04-26T02:58:20.191489+0000 mon.smithi136 (mon.0) 700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:58:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:21 smithi145 bash[13673]: cephadm 2022-04-26T02:58:20.192515+0000 mgr.smithi136.ofnrfx (mgr.14188) 299 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:58:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:21 smithi145 bash[13673]: cephadm 2022-04-26T02:58:20.192677+0000 mgr.smithi136.ofnrfx (mgr.14188) 300 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:58:24.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:24.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:24.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:23 smithi145 bash[13673]: cluster 2022-04-26T02:58:22.175462+0000 mgr.smithi136.ofnrfx (mgr.14188) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:23 smithi136 bash[11745]: cluster 2022-04-26T02:58:22.175462+0000 mgr.smithi136.ofnrfx (mgr.14188) 301 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:24.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:24 smithi145 bash[13673]: audit 2022-04-26T02:58:24.322605+0000 mon.smithi136 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.136:0/2031282386' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:25.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:24 smithi136 bash[11745]: audit 2022-04-26T02:58:24.322605+0000 mon.smithi136 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.136:0/2031282386' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:26.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:25 smithi145 bash[13673]: cluster 2022-04-26T02:58:24.176001+0000 mgr.smithi136.ofnrfx (mgr.14188) 302 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:25 smithi136 bash[11745]: cluster 2022-04-26T02:58:24.176001+0000 mgr.smithi136.ofnrfx (mgr.14188) 302 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:28.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:27 smithi145 bash[13673]: cluster 2022-04-26T02:58:26.176634+0000 mgr.smithi136.ofnrfx (mgr.14188) 303 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:28.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:27 smithi136 bash[11745]: cluster 2022-04-26T02:58:26.176634+0000 mgr.smithi136.ofnrfx (mgr.14188) 303 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:29.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:29.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:29.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:29.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:29 smithi145 bash[13673]: cluster 2022-04-26T02:58:28.177256+0000 mgr.smithi136.ofnrfx (mgr.14188) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:29 smithi145 bash[13673]: audit 2022-04-26T02:58:29.654086+0000 mon.smithi136 (mon.0) 702 : audit [DBG] from='client.? 172.21.15.136:0/290390718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:30.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:29 smithi136 bash[11745]: cluster 2022-04-26T02:58:28.177256+0000 mgr.smithi136.ofnrfx (mgr.14188) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:30.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:29 smithi136 bash[11745]: audit 2022-04-26T02:58:29.654086+0000 mon.smithi136 (mon.0) 702 : audit [DBG] from='client.? 172.21.15.136:0/290390718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:31 smithi145 bash[13673]: cluster 2022-04-26T02:58:30.177809+0000 mgr.smithi136.ofnrfx (mgr.14188) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:32.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:31 smithi136 bash[11745]: cluster 2022-04-26T02:58:30.177809+0000 mgr.smithi136.ofnrfx (mgr.14188) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:33 smithi145 bash[13673]: cluster 2022-04-26T02:58:32.178509+0000 mgr.smithi136.ofnrfx (mgr.14188) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:34.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:33 smithi136 bash[11745]: cluster 2022-04-26T02:58:32.178509+0000 mgr.smithi136.ofnrfx (mgr.14188) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:34.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:34.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:34.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:34.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:35 smithi145 bash[13673]: cluster 2022-04-26T02:58:34.179116+0000 mgr.smithi136.ofnrfx (mgr.14188) 307 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:35 smithi145 bash[13673]: audit 2022-04-26T02:58:34.982626+0000 mon.smithi136 (mon.0) 703 : audit [DBG] from='client.? 172.21.15.136:0/1247620068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:36.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:35 smithi136 bash[11745]: cluster 2022-04-26T02:58:34.179116+0000 mgr.smithi136.ofnrfx (mgr.14188) 307 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:36.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:35 smithi136 bash[11745]: audit 2022-04-26T02:58:34.982626+0000 mon.smithi136 (mon.0) 703 : audit [DBG] from='client.? 172.21.15.136:0/1247620068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:38.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:37 smithi145 bash[13673]: cluster 2022-04-26T02:58:36.179789+0000 mgr.smithi136.ofnrfx (mgr.14188) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:37 smithi136 bash[11745]: cluster 2022-04-26T02:58:36.179789+0000 mgr.smithi136.ofnrfx (mgr.14188) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:39.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:40.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:40.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:39 smithi145 bash[13673]: cluster 2022-04-26T02:58:38.180442+0000 mgr.smithi136.ofnrfx (mgr.14188) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:40.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:39 smithi136 bash[11745]: cluster 2022-04-26T02:58:38.180442+0000 mgr.smithi136.ofnrfx (mgr.14188) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:40.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:40 smithi145 bash[13673]: audit 2022-04-26T02:58:40.311176+0000 mon.smithi136 (mon.0) 704 : audit [DBG] from='client.? 172.21.15.136:0/3003721093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:41.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:40 smithi136 bash[11745]: audit 2022-04-26T02:58:40.311176+0000 mon.smithi136 (mon.0) 704 : audit [DBG] from='client.? 172.21.15.136:0/3003721093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:41 smithi145 bash[13673]: cluster 2022-04-26T02:58:40.180964+0000 mgr.smithi136.ofnrfx (mgr.14188) 310 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:42.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:41 smithi136 bash[11745]: cluster 2022-04-26T02:58:40.180964+0000 mgr.smithi136.ofnrfx (mgr.14188) 310 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:43 smithi145 bash[13673]: cluster 2022-04-26T02:58:42.181560+0000 mgr.smithi136.ofnrfx (mgr.14188) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:44.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:43 smithi136 bash[11745]: cluster 2022-04-26T02:58:42.181560+0000 mgr.smithi136.ofnrfx (mgr.14188) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:45.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:45.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:45.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:45.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:45 smithi145 bash[13673]: cluster 2022-04-26T02:58:44.182160+0000 mgr.smithi136.ofnrfx (mgr.14188) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:45 smithi145 bash[13673]: audit 2022-04-26T02:58:45.639234+0000 mon.smithi136 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.136:0/2927307583' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:46.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:45 smithi136 bash[11745]: cluster 2022-04-26T02:58:44.182160+0000 mgr.smithi136.ofnrfx (mgr.14188) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:46.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:45 smithi136 bash[11745]: audit 2022-04-26T02:58:45.639234+0000 mon.smithi136 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.136:0/2927307583' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:48.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:47 smithi136 bash[11745]: cluster 2022-04-26T02:58:46.182824+0000 mgr.smithi136.ofnrfx (mgr.14188) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:47 smithi145 bash[13673]: cluster 2022-04-26T02:58:46.182824+0000 mgr.smithi136.ofnrfx (mgr.14188) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:50.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:49 smithi136 bash[11745]: cluster 2022-04-26T02:58:48.183450+0000 mgr.smithi136.ofnrfx (mgr.14188) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:49 smithi145 bash[13673]: cluster 2022-04-26T02:58:48.183450+0000 mgr.smithi136.ofnrfx (mgr.14188) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:50.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:50.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:50.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:50.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:51 smithi136 bash[11745]: cluster 2022-04-26T02:58:50.184198+0000 mgr.smithi136.ofnrfx (mgr.14188) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:52.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:51 smithi136 bash[11745]: audit 2022-04-26T02:58:50.965844+0000 mon.smithi136 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.136:0/1765646693' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:51 smithi145 bash[13673]: cluster 2022-04-26T02:58:50.184198+0000 mgr.smithi136.ofnrfx (mgr.14188) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:51 smithi145 bash[13673]: audit 2022-04-26T02:58:50.965844+0000 mon.smithi136 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.136:0/1765646693' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:54.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:53 smithi136 bash[11745]: cluster 2022-04-26T02:58:52.184866+0000 mgr.smithi136.ofnrfx (mgr.14188) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:53 smithi145 bash[13673]: cluster 2022-04-26T02:58:52.184866+0000 mgr.smithi136.ofnrfx (mgr.14188) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:55.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:58:56.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:58:56.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:58:56.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:55 smithi136 bash[11745]: cluster 2022-04-26T02:58:54.185576+0000 mgr.smithi136.ofnrfx (mgr.14188) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:56.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:58:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:55 smithi145 bash[13673]: cluster 2022-04-26T02:58:54.185576+0000 mgr.smithi136.ofnrfx (mgr.14188) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:57.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:56 smithi136 bash[11745]: audit 2022-04-26T02:58:56.292700+0000 mon.smithi136 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.136:0/2658027038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:56 smithi145 bash[13673]: audit 2022-04-26T02:58:56.292700+0000 mon.smithi136 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.136:0/2658027038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:58:58.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:57 smithi136 bash[11745]: cluster 2022-04-26T02:58:56.186230+0000 mgr.smithi136.ofnrfx (mgr.14188) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:58:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:57 smithi145 bash[13673]: cluster 2022-04-26T02:58:56.186230+0000 mgr.smithi136.ofnrfx (mgr.14188) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:00.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:58:59 smithi136 bash[11745]: cluster 2022-04-26T02:58:58.186980+0000 mgr.smithi136.ofnrfx (mgr.14188) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:58:59 smithi145 bash[13673]: cluster 2022-04-26T02:58:58.186980+0000 mgr.smithi136.ofnrfx (mgr.14188) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:01.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:01.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:01.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:01.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:01 smithi136 bash[11745]: cluster 2022-04-26T02:59:00.187738+0000 mgr.smithi136.ofnrfx (mgr.14188) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:02.342 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:01 smithi136 bash[11745]: audit 2022-04-26T02:59:01.625258+0000 mon.smithi136 (mon.0) 708 : audit [DBG] from='client.? 172.21.15.136:0/3521242368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:02.342 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:01 smithi136 bash[11745]: audit 2022-04-26T02:59:01.801940+0000 mon.smithi136 (mon.0) 709 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:59:02.342 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:01 smithi136 bash[11745]: audit 2022-04-26T02:59:01.805355+0000 mon.smithi136 (mon.0) 710 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:59:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:01 smithi145 bash[13673]: cluster 2022-04-26T02:59:00.187738+0000 mgr.smithi136.ofnrfx (mgr.14188) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:01 smithi145 bash[13673]: audit 2022-04-26T02:59:01.625258+0000 mon.smithi136 (mon.0) 708 : audit [DBG] from='client.? 172.21.15.136:0/3521242368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:01 smithi145 bash[13673]: audit 2022-04-26T02:59:01.801940+0000 mon.smithi136 (mon.0) 709 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T02:59:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:01 smithi145 bash[13673]: audit 2022-04-26T02:59:01.805355+0000 mon.smithi136 (mon.0) 710 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T02:59:04.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:03 smithi136 bash[11745]: cluster 2022-04-26T02:59:02.188451+0000 mgr.smithi136.ofnrfx (mgr.14188) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:03 smithi145 bash[13673]: cluster 2022-04-26T02:59:02.188451+0000 mgr.smithi136.ofnrfx (mgr.14188) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:06.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:05 smithi136 bash[11745]: cluster 2022-04-26T02:59:04.189063+0000 mgr.smithi136.ofnrfx (mgr.14188) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:05 smithi145 bash[13673]: cluster 2022-04-26T02:59:04.189063+0000 mgr.smithi136.ofnrfx (mgr.14188) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:06.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:06.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:06.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:06.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:07.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:06 smithi136 bash[11745]: audit 2022-04-26T02:59:06.945784+0000 mon.smithi136 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.136:0/389028912' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:06 smithi145 bash[13673]: audit 2022-04-26T02:59:06.945784+0000 mon.smithi136 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.136:0/389028912' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:08.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:07 smithi136 bash[11745]: cluster 2022-04-26T02:59:06.189754+0000 mgr.smithi136.ofnrfx (mgr.14188) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:07 smithi145 bash[13673]: cluster 2022-04-26T02:59:06.189754+0000 mgr.smithi136.ofnrfx (mgr.14188) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:10.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:09 smithi136 bash[11745]: cluster 2022-04-26T02:59:08.190402+0000 mgr.smithi136.ofnrfx (mgr.14188) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:09 smithi145 bash[13673]: cluster 2022-04-26T02:59:08.190402+0000 mgr.smithi136.ofnrfx (mgr.14188) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:11.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:11.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:11.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:12.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:12.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:11 smithi136 bash[11745]: cluster 2022-04-26T02:59:10.191102+0000 mgr.smithi136.ofnrfx (mgr.14188) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:11 smithi145 bash[13673]: cluster 2022-04-26T02:59:10.191102+0000 mgr.smithi136.ofnrfx (mgr.14188) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:13.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:12 smithi136 bash[11745]: audit 2022-04-26T02:59:12.271327+0000 mon.smithi136 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.136:0/1283053342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:12 smithi145 bash[13673]: audit 2022-04-26T02:59:12.271327+0000 mon.smithi136 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.136:0/1283053342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:14.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:13 smithi136 bash[11745]: cluster 2022-04-26T02:59:12.191811+0000 mgr.smithi136.ofnrfx (mgr.14188) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:13 smithi145 bash[13673]: cluster 2022-04-26T02:59:12.191811+0000 mgr.smithi136.ofnrfx (mgr.14188) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:16.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:15 smithi136 bash[11745]: cluster 2022-04-26T02:59:14.192443+0000 mgr.smithi136.ofnrfx (mgr.14188) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:15 smithi145 bash[13673]: cluster 2022-04-26T02:59:14.192443+0000 mgr.smithi136.ofnrfx (mgr.14188) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:17.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:17.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:17.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:17.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:18.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:17 smithi136 bash[11745]: cluster 2022-04-26T02:59:16.193041+0000 mgr.smithi136.ofnrfx (mgr.14188) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:18.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:17 smithi136 bash[11745]: audit 2022-04-26T02:59:17.604078+0000 mon.smithi136 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.136:0/472240822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:17 smithi145 bash[13673]: cluster 2022-04-26T02:59:16.193041+0000 mgr.smithi136.ofnrfx (mgr.14188) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:17 smithi145 bash[13673]: audit 2022-04-26T02:59:17.604078+0000 mon.smithi136 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.136:0/472240822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:20.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:19 smithi136 bash[11745]: cluster 2022-04-26T02:59:18.193822+0000 mgr.smithi136.ofnrfx (mgr.14188) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:19 smithi145 bash[13673]: cluster 2022-04-26T02:59:18.193822+0000 mgr.smithi136.ofnrfx (mgr.14188) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:21.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:21 smithi136 bash[11745]: audit 2022-04-26T02:59:20.203438+0000 mon.smithi136 (mon.0) 714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:59:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:21 smithi136 bash[11745]: audit 2022-04-26T02:59:20.206256+0000 mon.smithi136 (mon.0) 715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:59:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:21 smithi136 bash[11745]: audit 2022-04-26T02:59:20.208142+0000 mon.smithi136 (mon.0) 716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:59:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:21 smithi136 bash[11745]: audit 2022-04-26T02:59:20.512634+0000 mon.smithi136 (mon.0) 717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:59:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:21 smithi136 bash[11745]: audit 2022-04-26T02:59:20.810091+0000 mon.smithi136 (mon.0) 718 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:59:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:21 smithi136 bash[11745]: audit 2022-04-26T02:59:20.817186+0000 mon.smithi136 (mon.0) 719 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:59:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:21 smithi145 bash[13673]: audit 2022-04-26T02:59:20.203438+0000 mon.smithi136 (mon.0) 714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T02:59:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:21 smithi145 bash[13673]: audit 2022-04-26T02:59:20.206256+0000 mon.smithi136 (mon.0) 715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T02:59:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:21 smithi145 bash[13673]: audit 2022-04-26T02:59:20.208142+0000 mon.smithi136 (mon.0) 716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T02:59:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:21 smithi145 bash[13673]: audit 2022-04-26T02:59:20.512634+0000 mon.smithi136 (mon.0) 717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:59:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:21 smithi145 bash[13673]: audit 2022-04-26T02:59:20.810091+0000 mon.smithi136 (mon.0) 718 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T02:59:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:21 smithi145 bash[13673]: audit 2022-04-26T02:59:20.817186+0000 mon.smithi136 (mon.0) 719 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T02:59:22.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:22 smithi136 bash[11745]: cluster 2022-04-26T02:59:20.194473+0000 mgr.smithi136.ofnrfx (mgr.14188) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:22.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:22 smithi136 bash[11745]: cluster 2022-04-26T02:59:20.804089+0000 mgr.smithi136.ofnrfx (mgr.14188) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:22.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:22 smithi136 bash[11745]: cluster 2022-04-26T02:59:20.804392+0000 mgr.smithi136.ofnrfx (mgr.14188) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:22 smithi136 bash[11745]: cephadm 2022-04-26T02:59:20.818356+0000 mgr.smithi136.ofnrfx (mgr.14188) 333 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:59:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:22 smithi136 bash[11745]: cephadm 2022-04-26T02:59:20.818492+0000 mgr.smithi136.ofnrfx (mgr.14188) 334 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:59:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:22 smithi145 bash[13673]: cluster 2022-04-26T02:59:20.194473+0000 mgr.smithi136.ofnrfx (mgr.14188) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:22 smithi145 bash[13673]: cluster 2022-04-26T02:59:20.804089+0000 mgr.smithi136.ofnrfx (mgr.14188) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:22 smithi145 bash[13673]: cluster 2022-04-26T02:59:20.804392+0000 mgr.smithi136.ofnrfx (mgr.14188) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:22 smithi145 bash[13673]: cephadm 2022-04-26T02:59:20.818356+0000 mgr.smithi136.ofnrfx (mgr.14188) 333 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T02:59:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:22 smithi145 bash[13673]: cephadm 2022-04-26T02:59:20.818492+0000 mgr.smithi136.ofnrfx (mgr.14188) 334 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T02:59:22.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:22.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:22.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:22.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:24.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:23 smithi145 bash[13673]: cluster 2022-04-26T02:59:22.804864+0000 mgr.smithi136.ofnrfx (mgr.14188) 335 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:23 smithi145 bash[13673]: audit 2022-04-26T02:59:22.928703+0000 mon.smithi136 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.136:0/4138281879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:23 smithi136 bash[11745]: cluster 2022-04-26T02:59:22.804864+0000 mgr.smithi136.ofnrfx (mgr.14188) 335 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:24.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:23 smithi136 bash[11745]: audit 2022-04-26T02:59:22.928703+0000 mon.smithi136 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.136:0/4138281879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:25 smithi145 bash[13673]: cluster 2022-04-26T02:59:24.805468+0000 mgr.smithi136.ofnrfx (mgr.14188) 336 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:25 smithi136 bash[11745]: cluster 2022-04-26T02:59:24.805468+0000 mgr.smithi136.ofnrfx (mgr.14188) 336 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:27.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:27.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:27.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:28.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:27 smithi145 bash[13673]: cluster 2022-04-26T02:59:26.806126+0000 mgr.smithi136.ofnrfx (mgr.14188) 337 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:28.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:28.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:27 smithi136 bash[11745]: cluster 2022-04-26T02:59:26.806126+0000 mgr.smithi136.ofnrfx (mgr.14188) 337 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:28 smithi136 bash[11745]: audit 2022-04-26T02:59:28.258124+0000 mon.smithi136 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.136:0/3197961434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:28 smithi145 bash[13673]: audit 2022-04-26T02:59:28.258124+0000 mon.smithi136 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.136:0/3197961434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:29 smithi145 bash[13673]: cluster 2022-04-26T02:59:28.806781+0000 mgr.smithi136.ofnrfx (mgr.14188) 338 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:30.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:29 smithi136 bash[11745]: cluster 2022-04-26T02:59:28.806781+0000 mgr.smithi136.ofnrfx (mgr.14188) 338 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:31 smithi145 bash[13673]: cluster 2022-04-26T02:59:30.807495+0000 mgr.smithi136.ofnrfx (mgr.14188) 339 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:32.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:31 smithi136 bash[11745]: cluster 2022-04-26T02:59:30.807495+0000 mgr.smithi136.ofnrfx (mgr.14188) 339 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:33.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:33.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:33.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:33.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:33 smithi145 bash[13673]: cluster 2022-04-26T02:59:32.808187+0000 mgr.smithi136.ofnrfx (mgr.14188) 340 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:33 smithi145 bash[13673]: audit 2022-04-26T02:59:33.595478+0000 mon.smithi136 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.136:0/766244275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:34.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:33 smithi136 bash[11745]: cluster 2022-04-26T02:59:32.808187+0000 mgr.smithi136.ofnrfx (mgr.14188) 340 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:34.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:33 smithi136 bash[11745]: audit 2022-04-26T02:59:33.595478+0000 mon.smithi136 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.136:0/766244275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:35 smithi145 bash[13673]: cluster 2022-04-26T02:59:34.808875+0000 mgr.smithi136.ofnrfx (mgr.14188) 341 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:36.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:35 smithi136 bash[11745]: cluster 2022-04-26T02:59:34.808875+0000 mgr.smithi136.ofnrfx (mgr.14188) 341 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:38.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:37 smithi145 bash[13673]: cluster 2022-04-26T02:59:36.809528+0000 mgr.smithi136.ofnrfx (mgr.14188) 342 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:38.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:37 smithi136 bash[11745]: cluster 2022-04-26T02:59:36.809528+0000 mgr.smithi136.ofnrfx (mgr.14188) 342 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:38.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:38.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:38.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:38.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:40.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:39 smithi136 bash[11745]: cluster 2022-04-26T02:59:38.810158+0000 mgr.smithi136.ofnrfx (mgr.14188) 343 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:40.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:39 smithi136 bash[11745]: audit 2022-04-26T02:59:38.928042+0000 mon.smithi136 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.136:0/2103267857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:39 smithi145 bash[13673]: cluster 2022-04-26T02:59:38.810158+0000 mgr.smithi136.ofnrfx (mgr.14188) 343 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:40.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:39 smithi145 bash[13673]: audit 2022-04-26T02:59:38.928042+0000 mon.smithi136 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.136:0/2103267857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:42.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:41 smithi136 bash[11745]: cluster 2022-04-26T02:59:40.810765+0000 mgr.smithi136.ofnrfx (mgr.14188) 344 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:41 smithi145 bash[13673]: cluster 2022-04-26T02:59:40.810765+0000 mgr.smithi136.ofnrfx (mgr.14188) 344 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:43.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:43.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:43.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:44.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:44.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:43 smithi136 bash[11745]: cluster 2022-04-26T02:59:42.811467+0000 mgr.smithi136.ofnrfx (mgr.14188) 345 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:43 smithi145 bash[13673]: cluster 2022-04-26T02:59:42.811467+0000 mgr.smithi136.ofnrfx (mgr.14188) 345 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:45.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:44 smithi136 bash[11745]: audit 2022-04-26T02:59:44.259352+0000 mon.smithi136 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.136:0/1781945191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:44 smithi145 bash[13673]: audit 2022-04-26T02:59:44.259352+0000 mon.smithi136 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.136:0/1781945191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:46.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:45 smithi136 bash[11745]: cluster 2022-04-26T02:59:44.812265+0000 mgr.smithi136.ofnrfx (mgr.14188) 346 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:45 smithi145 bash[13673]: cluster 2022-04-26T02:59:44.812265+0000 mgr.smithi136.ofnrfx (mgr.14188) 346 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:47 smithi136 bash[11745]: cluster 2022-04-26T02:59:46.812950+0000 mgr.smithi136.ofnrfx (mgr.14188) 347 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:47 smithi145 bash[13673]: cluster 2022-04-26T02:59:46.812950+0000 mgr.smithi136.ofnrfx (mgr.14188) 347 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:49.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:49.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:49.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:49.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:50.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:49 smithi136 bash[11745]: cluster 2022-04-26T02:59:48.813568+0000 mgr.smithi136.ofnrfx (mgr.14188) 348 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:50.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:49 smithi136 bash[11745]: audit 2022-04-26T02:59:49.596941+0000 mon.smithi136 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.136:0/1896805449' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:49 smithi145 bash[13673]: cluster 2022-04-26T02:59:48.813568+0000 mgr.smithi136.ofnrfx (mgr.14188) 348 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:49 smithi145 bash[13673]: audit 2022-04-26T02:59:49.596941+0000 mon.smithi136 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.136:0/1896805449' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:51 smithi136 bash[11745]: cluster 2022-04-26T02:59:50.814159+0000 mgr.smithi136.ofnrfx (mgr.14188) 349 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:51 smithi145 bash[13673]: cluster 2022-04-26T02:59:50.814159+0000 mgr.smithi136.ofnrfx (mgr.14188) 349 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:53 smithi136 bash[11745]: cluster 2022-04-26T02:59:52.814765+0000 mgr.smithi136.ofnrfx (mgr.14188) 350 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:53 smithi145 bash[13673]: cluster 2022-04-26T02:59:52.814765+0000 mgr.smithi136.ofnrfx (mgr.14188) 350 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:54.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:54.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:54.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T02:59:54.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T02:59:55.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:54 smithi136 bash[11745]: audit 2022-04-26T02:59:54.920208+0000 mon.smithi136 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.136:0/2707445717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:54 smithi145 bash[13673]: audit 2022-04-26T02:59:54.920208+0000 mon.smithi136 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.136:0/2707445717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T02:59:56.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:55 smithi136 bash[11745]: cluster 2022-04-26T02:59:54.815355+0000 mgr.smithi136.ofnrfx (mgr.14188) 351 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:55 smithi145 bash[13673]: cluster 2022-04-26T02:59:54.815355+0000 mgr.smithi136.ofnrfx (mgr.14188) 351 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:58.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:57 smithi136 bash[11745]: cluster 2022-04-26T02:59:56.816067+0000 mgr.smithi136.ofnrfx (mgr.14188) 352 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:57 smithi145 bash[13673]: cluster 2022-04-26T02:59:56.816067+0000 mgr.smithi136.ofnrfx (mgr.14188) 352 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T02:59:59.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T02:59:59.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T02:59:59.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:00.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:00.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 02:59:59 smithi136 bash[11745]: cluster 2022-04-26T02:59:58.816737+0000 mgr.smithi136.ofnrfx (mgr.14188) 353 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 02:59:59 smithi145 bash[13673]: cluster 2022-04-26T02:59:58.816737+0000 mgr.smithi136.ofnrfx (mgr.14188) 353 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:00 smithi136 bash[11745]: cluster 2022-04-26T03:00:00.000230+0000 mon.smithi136 (mon.0) 727 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm; 1 osds down 2022-04-26T03:00:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:00 smithi136 bash[11745]: cluster 2022-04-26T03:00:00.000307+0000 mon.smithi136 (mon.0) 728 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2022-04-26T03:00:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:00 smithi136 bash[11745]: cluster 2022-04-26T03:00:00.000327+0000 mon.smithi136 (mon.0) 729 : cluster [WRN] stray daemon osd.1 on host smithi136 not managed by cephadm 2022-04-26T03:00:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:00 smithi136 bash[11745]: cluster 2022-04-26T03:00:00.000350+0000 mon.smithi136 (mon.0) 730 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2022-04-26T03:00:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:00 smithi136 bash[11745]: cluster 2022-04-26T03:00:00.000378+0000 mon.smithi136 (mon.0) 731 : cluster [WRN] osd.1 (root=default,host=smithi136) is down 2022-04-26T03:00:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:00 smithi136 bash[11745]: audit 2022-04-26T03:00:00.251138+0000 mon.smithi136 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.136:0/842824660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:00 smithi145 bash[13673]: cluster 2022-04-26T03:00:00.000230+0000 mon.smithi136 (mon.0) 727 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm; 1 osds down 2022-04-26T03:00:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:00 smithi145 bash[13673]: cluster 2022-04-26T03:00:00.000307+0000 mon.smithi136 (mon.0) 728 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2022-04-26T03:00:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:00 smithi145 bash[13673]: cluster 2022-04-26T03:00:00.000327+0000 mon.smithi136 (mon.0) 729 : cluster [WRN] stray daemon osd.1 on host smithi136 not managed by cephadm 2022-04-26T03:00:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:00 smithi145 bash[13673]: cluster 2022-04-26T03:00:00.000350+0000 mon.smithi136 (mon.0) 730 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2022-04-26T03:00:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:00 smithi145 bash[13673]: cluster 2022-04-26T03:00:00.000378+0000 mon.smithi136 (mon.0) 731 : cluster [WRN] osd.1 (root=default,host=smithi136) is down 2022-04-26T03:00:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:00 smithi145 bash[13673]: audit 2022-04-26T03:00:00.251138+0000 mon.smithi136 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.136:0/842824660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:01 smithi136 bash[11745]: cluster 2022-04-26T03:00:00.817466+0000 mgr.smithi136.ofnrfx (mgr.14188) 354 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:01 smithi136 bash[11745]: audit 2022-04-26T03:00:01.805096+0000 mon.smithi136 (mon.0) 733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:00:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:01 smithi136 bash[11745]: audit 2022-04-26T03:00:01.808620+0000 mon.smithi136 (mon.0) 734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:00:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:01 smithi145 bash[13673]: cluster 2022-04-26T03:00:00.817466+0000 mgr.smithi136.ofnrfx (mgr.14188) 354 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:01 smithi145 bash[13673]: audit 2022-04-26T03:00:01.805096+0000 mon.smithi136 (mon.0) 733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:00:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:01 smithi145 bash[13673]: audit 2022-04-26T03:00:01.808620+0000 mon.smithi136 (mon.0) 734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:00:04.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:03 smithi136 bash[11745]: cluster 2022-04-26T03:00:02.818083+0000 mgr.smithi136.ofnrfx (mgr.14188) 355 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:03 smithi145 bash[13673]: cluster 2022-04-26T03:00:02.818083+0000 mgr.smithi136.ofnrfx (mgr.14188) 355 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:05.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:05.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:05.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:05.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:06.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:05 smithi136 bash[11745]: cluster 2022-04-26T03:00:04.818698+0000 mgr.smithi136.ofnrfx (mgr.14188) 356 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:06.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:05 smithi136 bash[11745]: audit 2022-04-26T03:00:05.584119+0000 mon.smithi136 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.136:0/2388418897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:05 smithi145 bash[13673]: cluster 2022-04-26T03:00:04.818698+0000 mgr.smithi136.ofnrfx (mgr.14188) 356 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:05 smithi145 bash[13673]: audit 2022-04-26T03:00:05.584119+0000 mon.smithi136 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.136:0/2388418897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:08.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:07 smithi136 bash[11745]: cluster 2022-04-26T03:00:06.819292+0000 mgr.smithi136.ofnrfx (mgr.14188) 357 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:07 smithi145 bash[13673]: cluster 2022-04-26T03:00:06.819292+0000 mgr.smithi136.ofnrfx (mgr.14188) 357 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:10.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:09 smithi136 bash[11745]: cluster 2022-04-26T03:00:08.819933+0000 mgr.smithi136.ofnrfx (mgr.14188) 358 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:09 smithi145 bash[13673]: cluster 2022-04-26T03:00:08.819933+0000 mgr.smithi136.ofnrfx (mgr.14188) 358 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:10.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:10.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:10.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:10.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:11.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:11 smithi136 bash[11745]: audit 2022-04-26T03:00:10.917277+0000 mon.smithi136 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.136:0/2915482542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:11.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:11 smithi145 bash[13673]: audit 2022-04-26T03:00:10.917277+0000 mon.smithi136 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.136:0/2915482542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:12.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:12 smithi136 bash[11745]: cluster 2022-04-26T03:00:10.820496+0000 mgr.smithi136.ofnrfx (mgr.14188) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:12 smithi145 bash[13673]: cluster 2022-04-26T03:00:10.820496+0000 mgr.smithi136.ofnrfx (mgr.14188) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:14.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:14 smithi136 bash[11745]: cluster 2022-04-26T03:00:12.821104+0000 mgr.smithi136.ofnrfx (mgr.14188) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:14 smithi145 bash[13673]: cluster 2022-04-26T03:00:12.821104+0000 mgr.smithi136.ofnrfx (mgr.14188) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:15.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:15.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:15.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:16.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:16.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:16 smithi136 bash[11745]: cluster 2022-04-26T03:00:14.821679+0000 mgr.smithi136.ofnrfx (mgr.14188) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:16 smithi145 bash[13673]: cluster 2022-04-26T03:00:14.821679+0000 mgr.smithi136.ofnrfx (mgr.14188) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:17.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:17 smithi136 bash[11745]: audit 2022-04-26T03:00:16.242842+0000 mon.smithi136 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.136:0/830865177' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:17.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:17 smithi145 bash[13673]: audit 2022-04-26T03:00:16.242842+0000 mon.smithi136 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.136:0/830865177' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:18.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:18 smithi136 bash[11745]: cluster 2022-04-26T03:00:16.822240+0000 mgr.smithi136.ofnrfx (mgr.14188) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:18 smithi145 bash[13673]: cluster 2022-04-26T03:00:16.822240+0000 mgr.smithi136.ofnrfx (mgr.14188) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:20.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:20 smithi136 bash[11745]: cluster 2022-04-26T03:00:18.822849+0000 mgr.smithi136.ofnrfx (mgr.14188) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:20.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:20 smithi145 bash[13673]: cluster 2022-04-26T03:00:18.822849+0000 mgr.smithi136.ofnrfx (mgr.14188) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:21.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:21.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:21.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:21 smithi136 bash[11745]: audit 2022-04-26T03:00:20.827622+0000 mon.smithi136 (mon.0) 738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:00:21.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:21 smithi136 bash[11745]: audit 2022-04-26T03:00:20.830378+0000 mon.smithi136 (mon.0) 739 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:00:21.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:21 smithi136 bash[11745]: audit 2022-04-26T03:00:20.832213+0000 mon.smithi136 (mon.0) 740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:00:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:21 smithi145 bash[13673]: audit 2022-04-26T03:00:20.827622+0000 mon.smithi136 (mon.0) 738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:00:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:21 smithi145 bash[13673]: audit 2022-04-26T03:00:20.830378+0000 mon.smithi136 (mon.0) 739 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:00:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:21 smithi145 bash[13673]: audit 2022-04-26T03:00:20.832213+0000 mon.smithi136 (mon.0) 740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:00:21.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:22.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:22 smithi136 bash[11745]: cluster 2022-04-26T03:00:20.823489+0000 mgr.smithi136.ofnrfx (mgr.14188) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:22.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:22 smithi136 bash[11745]: audit 2022-04-26T03:00:21.147904+0000 mon.smithi136 (mon.0) 741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:00:22.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:22 smithi136 bash[11745]: audit 2022-04-26T03:00:21.156221+0000 mon.smithi136 (mon.0) 742 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:00:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:22 smithi136 bash[11745]: audit 2022-04-26T03:00:21.574015+0000 mon.smithi136 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.136:0/2309389028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:22 smithi145 bash[13673]: cluster 2022-04-26T03:00:20.823489+0000 mgr.smithi136.ofnrfx (mgr.14188) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:22 smithi145 bash[13673]: audit 2022-04-26T03:00:21.147904+0000 mon.smithi136 (mon.0) 741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:00:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:22 smithi145 bash[13673]: audit 2022-04-26T03:00:21.156221+0000 mon.smithi136 (mon.0) 742 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:00:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:22 smithi145 bash[13673]: audit 2022-04-26T03:00:21.574015+0000 mon.smithi136 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.136:0/2309389028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:23.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:23 smithi136 bash[11745]: cluster 2022-04-26T03:00:21.140989+0000 mgr.smithi136.ofnrfx (mgr.14188) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:23.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:23 smithi136 bash[11745]: cluster 2022-04-26T03:00:21.141263+0000 mgr.smithi136.ofnrfx (mgr.14188) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:23.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:23 smithi136 bash[11745]: cephadm 2022-04-26T03:00:21.157640+0000 mgr.smithi136.ofnrfx (mgr.14188) 367 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:00:23.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:23 smithi136 bash[11745]: cephadm 2022-04-26T03:00:21.157778+0000 mgr.smithi136.ofnrfx (mgr.14188) 368 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:00:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:23 smithi145 bash[13673]: cluster 2022-04-26T03:00:21.140989+0000 mgr.smithi136.ofnrfx (mgr.14188) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:23 smithi145 bash[13673]: cluster 2022-04-26T03:00:21.141263+0000 mgr.smithi136.ofnrfx (mgr.14188) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:23 smithi145 bash[13673]: cephadm 2022-04-26T03:00:21.157640+0000 mgr.smithi136.ofnrfx (mgr.14188) 367 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:00:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:23 smithi145 bash[13673]: cephadm 2022-04-26T03:00:21.157778+0000 mgr.smithi136.ofnrfx (mgr.14188) 368 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:00:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:25 smithi145 bash[13673]: cluster 2022-04-26T03:00:23.141833+0000 mgr.smithi136.ofnrfx (mgr.14188) 369 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:25 smithi136 bash[11745]: cluster 2022-04-26T03:00:23.141833+0000 mgr.smithi136.ofnrfx (mgr.14188) 369 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:26.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:26.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:26.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:26.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:27 smithi145 bash[13673]: cluster 2022-04-26T03:00:25.142477+0000 mgr.smithi136.ofnrfx (mgr.14188) 370 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:27 smithi145 bash[13673]: audit 2022-04-26T03:00:26.898857+0000 mon.smithi136 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.136:0/3867700826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:27 smithi136 bash[11745]: cluster 2022-04-26T03:00:25.142477+0000 mgr.smithi136.ofnrfx (mgr.14188) 370 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:27 smithi136 bash[11745]: audit 2022-04-26T03:00:26.898857+0000 mon.smithi136 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.136:0/3867700826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:29 smithi145 bash[13673]: cluster 2022-04-26T03:00:27.143129+0000 mgr.smithi136.ofnrfx (mgr.14188) 371 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:29 smithi136 bash[11745]: cluster 2022-04-26T03:00:27.143129+0000 mgr.smithi136.ofnrfx (mgr.14188) 371 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:31 smithi145 bash[13673]: cluster 2022-04-26T03:00:29.143678+0000 mgr.smithi136.ofnrfx (mgr.14188) 372 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:31.577 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:31 smithi136 bash[11745]: cluster 2022-04-26T03:00:29.143678+0000 mgr.smithi136.ofnrfx (mgr.14188) 372 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:31.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:31.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:31.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:32.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:33 smithi145 bash[13673]: cluster 2022-04-26T03:00:31.144287+0000 mgr.smithi136.ofnrfx (mgr.14188) 373 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:33 smithi145 bash[13673]: audit 2022-04-26T03:00:32.225309+0000 mon.smithi136 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.136:0/68692950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:33.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:33 smithi136 bash[11745]: cluster 2022-04-26T03:00:31.144287+0000 mgr.smithi136.ofnrfx (mgr.14188) 373 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:33.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:33 smithi136 bash[11745]: audit 2022-04-26T03:00:32.225309+0000 mon.smithi136 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.136:0/68692950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:35 smithi145 bash[13673]: cluster 2022-04-26T03:00:33.144882+0000 mgr.smithi136.ofnrfx (mgr.14188) 374 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:35 smithi136 bash[11745]: cluster 2022-04-26T03:00:33.144882+0000 mgr.smithi136.ofnrfx (mgr.14188) 374 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:37.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:37.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:37.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:37 smithi145 bash[13673]: cluster 2022-04-26T03:00:35.145501+0000 mgr.smithi136.ofnrfx (mgr.14188) 375 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:37 smithi136 bash[11745]: cluster 2022-04-26T03:00:35.145501+0000 mgr.smithi136.ofnrfx (mgr.14188) 375 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:37.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:38 smithi145 bash[13673]: audit 2022-04-26T03:00:37.549610+0000 mon.smithi136 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.136:0/1298818354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:38 smithi136 bash[11745]: audit 2022-04-26T03:00:37.549610+0000 mon.smithi136 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.136:0/1298818354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:39 smithi145 bash[13673]: cluster 2022-04-26T03:00:37.146147+0000 mgr.smithi136.ofnrfx (mgr.14188) 376 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:39 smithi136 bash[11745]: cluster 2022-04-26T03:00:37.146147+0000 mgr.smithi136.ofnrfx (mgr.14188) 376 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:41 smithi145 bash[13673]: cluster 2022-04-26T03:00:39.146796+0000 mgr.smithi136.ofnrfx (mgr.14188) 377 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:41 smithi136 bash[11745]: cluster 2022-04-26T03:00:39.146796+0000 mgr.smithi136.ofnrfx (mgr.14188) 377 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:42.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:42.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:42.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:42.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:43 smithi145 bash[13673]: cluster 2022-04-26T03:00:41.147435+0000 mgr.smithi136.ofnrfx (mgr.14188) 378 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:43 smithi145 bash[13673]: audit 2022-04-26T03:00:42.874711+0000 mon.smithi136 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.136:0/568282500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:43.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:43 smithi136 bash[11745]: cluster 2022-04-26T03:00:41.147435+0000 mgr.smithi136.ofnrfx (mgr.14188) 378 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:43.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:43 smithi136 bash[11745]: audit 2022-04-26T03:00:42.874711+0000 mon.smithi136 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.136:0/568282500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:45 smithi145 bash[13673]: cluster 2022-04-26T03:00:43.148124+0000 mgr.smithi136.ofnrfx (mgr.14188) 379 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:45 smithi136 bash[11745]: cluster 2022-04-26T03:00:43.148124+0000 mgr.smithi136.ofnrfx (mgr.14188) 379 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:47 smithi145 bash[13673]: cluster 2022-04-26T03:00:45.148736+0000 mgr.smithi136.ofnrfx (mgr.14188) 380 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:47 smithi136 bash[11745]: cluster 2022-04-26T03:00:45.148736+0000 mgr.smithi136.ofnrfx (mgr.14188) 380 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:47.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:47.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:47.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:48.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:49 smithi145 bash[13673]: cluster 2022-04-26T03:00:47.149368+0000 mgr.smithi136.ofnrfx (mgr.14188) 381 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:49 smithi145 bash[13673]: audit 2022-04-26T03:00:48.198260+0000 mon.smithi136 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.136:0/1696237955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:49.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:49 smithi136 bash[11745]: cluster 2022-04-26T03:00:47.149368+0000 mgr.smithi136.ofnrfx (mgr.14188) 381 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:49 smithi136 bash[11745]: audit 2022-04-26T03:00:48.198260+0000 mon.smithi136 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.136:0/1696237955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:51 smithi145 bash[13673]: cluster 2022-04-26T03:00:49.150092+0000 mgr.smithi136.ofnrfx (mgr.14188) 382 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:51 smithi136 bash[11745]: cluster 2022-04-26T03:00:49.150092+0000 mgr.smithi136.ofnrfx (mgr.14188) 382 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:53.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:53.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:53.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:53.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:53 smithi145 bash[13673]: cluster 2022-04-26T03:00:51.150747+0000 mgr.smithi136.ofnrfx (mgr.14188) 383 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:53.522 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:53 smithi136 bash[11745]: cluster 2022-04-26T03:00:51.150747+0000 mgr.smithi136.ofnrfx (mgr.14188) 383 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:53.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:54 smithi145 bash[13673]: audit 2022-04-26T03:00:53.522243+0000 mon.smithi136 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.136:0/1087222231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:54.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:54 smithi136 bash[11745]: audit 2022-04-26T03:00:53.522243+0000 mon.smithi136 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.136:0/1087222231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:55 smithi136 bash[11745]: cluster 2022-04-26T03:00:53.151364+0000 mgr.smithi136.ofnrfx (mgr.14188) 384 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:55 smithi145 bash[13673]: cluster 2022-04-26T03:00:53.151364+0000 mgr.smithi136.ofnrfx (mgr.14188) 384 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:56.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:56 smithi136 bash[11745]: cluster 2022-04-26T03:00:55.151931+0000 mgr.smithi136.ofnrfx (mgr.14188) 385 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:56 smithi145 bash[13673]: cluster 2022-04-26T03:00:55.151931+0000 mgr.smithi136.ofnrfx (mgr.14188) 385 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:58.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:00:58.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:00:58.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:00:58.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:00:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:58 smithi136 bash[11745]: cluster 2022-04-26T03:00:57.152575+0000 mgr.smithi136.ofnrfx (mgr.14188) 386 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:00:58 smithi136 bash[11745]: audit 2022-04-26T03:00:58.851825+0000 mon.smithi136 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.136:0/1059491089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:00:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:58 smithi145 bash[13673]: cluster 2022-04-26T03:00:57.152575+0000 mgr.smithi136.ofnrfx (mgr.14188) 386 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:00:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:00:58 smithi145 bash[13673]: audit 2022-04-26T03:00:58.851825+0000 mon.smithi136 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.136:0/1059491089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:00 smithi145 bash[13673]: cluster 2022-04-26T03:00:59.153206+0000 mgr.smithi136.ofnrfx (mgr.14188) 387 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:00 smithi136 bash[11745]: cluster 2022-04-26T03:00:59.153206+0000 mgr.smithi136.ofnrfx (mgr.14188) 387 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:01 smithi145 bash[13673]: audit 2022-04-26T03:01:01.807431+0000 mon.smithi136 (mon.0) 751 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:01:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:01 smithi145 bash[13673]: audit 2022-04-26T03:01:01.810806+0000 mon.smithi136 (mon.0) 752 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:01:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:01 smithi136 bash[11745]: audit 2022-04-26T03:01:01.807431+0000 mon.smithi136 (mon.0) 751 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:01:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:01 smithi136 bash[11745]: audit 2022-04-26T03:01:01.810806+0000 mon.smithi136 (mon.0) 752 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:01:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:02 smithi136 bash[11745]: cluster 2022-04-26T03:01:01.153820+0000 mgr.smithi136.ofnrfx (mgr.14188) 388 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:02 smithi145 bash[13673]: cluster 2022-04-26T03:01:01.153820+0000 mgr.smithi136.ofnrfx (mgr.14188) 388 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:03.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:03.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:03.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:04.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:05.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:04 smithi136 bash[11745]: cluster 2022-04-26T03:01:03.154446+0000 mgr.smithi136.ofnrfx (mgr.14188) 389 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:04 smithi136 bash[11745]: audit 2022-04-26T03:01:04.186211+0000 mon.smithi136 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.136:0/571430589' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:04 smithi145 bash[13673]: cluster 2022-04-26T03:01:03.154446+0000 mgr.smithi136.ofnrfx (mgr.14188) 389 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:04 smithi145 bash[13673]: audit 2022-04-26T03:01:04.186211+0000 mon.smithi136 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.136:0/571430589' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:07.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:06 smithi136 bash[11745]: cluster 2022-04-26T03:01:05.155081+0000 mgr.smithi136.ofnrfx (mgr.14188) 390 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:06 smithi145 bash[13673]: cluster 2022-04-26T03:01:05.155081+0000 mgr.smithi136.ofnrfx (mgr.14188) 390 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:08 smithi136 bash[11745]: cluster 2022-04-26T03:01:07.155742+0000 mgr.smithi136.ofnrfx (mgr.14188) 391 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:09.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:09.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:09.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:08 smithi145 bash[13673]: cluster 2022-04-26T03:01:07.155742+0000 mgr.smithi136.ofnrfx (mgr.14188) 391 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:09.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:10.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:09 smithi136 bash[11745]: audit 2022-04-26T03:01:09.511054+0000 mon.smithi136 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.136:0/1042212505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:09 smithi145 bash[13673]: audit 2022-04-26T03:01:09.511054+0000 mon.smithi136 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.136:0/1042212505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:11.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:10 smithi136 bash[11745]: cluster 2022-04-26T03:01:09.156360+0000 mgr.smithi136.ofnrfx (mgr.14188) 392 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:11.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:10 smithi145 bash[13673]: cluster 2022-04-26T03:01:09.156360+0000 mgr.smithi136.ofnrfx (mgr.14188) 392 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:12 smithi136 bash[11745]: cluster 2022-04-26T03:01:11.156939+0000 mgr.smithi136.ofnrfx (mgr.14188) 393 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:12 smithi145 bash[13673]: cluster 2022-04-26T03:01:11.156939+0000 mgr.smithi136.ofnrfx (mgr.14188) 393 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:14.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:14.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:14.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:14.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:14 smithi136 bash[11745]: cluster 2022-04-26T03:01:13.157556+0000 mgr.smithi136.ofnrfx (mgr.14188) 394 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:14 smithi136 bash[11745]: audit 2022-04-26T03:01:14.837427+0000 mon.smithi136 (mon.0) 755 : audit [DBG] from='client.? 172.21.15.136:0/3213253951' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:14 smithi145 bash[13673]: cluster 2022-04-26T03:01:13.157556+0000 mgr.smithi136.ofnrfx (mgr.14188) 394 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:14 smithi145 bash[13673]: audit 2022-04-26T03:01:14.837427+0000 mon.smithi136 (mon.0) 755 : audit [DBG] from='client.? 172.21.15.136:0/3213253951' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:16 smithi136 bash[11745]: cluster 2022-04-26T03:01:15.158146+0000 mgr.smithi136.ofnrfx (mgr.14188) 395 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:16 smithi145 bash[13673]: cluster 2022-04-26T03:01:15.158146+0000 mgr.smithi136.ofnrfx (mgr.14188) 395 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:18 smithi136 bash[11745]: cluster 2022-04-26T03:01:17.158784+0000 mgr.smithi136.ofnrfx (mgr.14188) 396 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:18 smithi145 bash[13673]: cluster 2022-04-26T03:01:17.158784+0000 mgr.smithi136.ofnrfx (mgr.14188) 396 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:19.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:19.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:19.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:20.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:20 smithi136 bash[11745]: cluster 2022-04-26T03:01:19.159403+0000 mgr.smithi136.ofnrfx (mgr.14188) 397 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:20 smithi136 bash[11745]: audit 2022-04-26T03:01:20.170447+0000 mon.smithi136 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.136:0/3302982486' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:20 smithi145 bash[13673]: cluster 2022-04-26T03:01:19.159403+0000 mgr.smithi136.ofnrfx (mgr.14188) 397 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:20 smithi145 bash[13673]: audit 2022-04-26T03:01:20.170447+0000 mon.smithi136 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.136:0/3302982486' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:21 smithi136 bash[11745]: audit 2022-04-26T03:01:21.164966+0000 mon.smithi136 (mon.0) 757 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:01:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:21 smithi136 bash[11745]: audit 2022-04-26T03:01:21.167939+0000 mon.smithi136 (mon.0) 758 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:01:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:21 smithi136 bash[11745]: audit 2022-04-26T03:01:21.169769+0000 mon.smithi136 (mon.0) 759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:01:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:21 smithi136 bash[11745]: audit 2022-04-26T03:01:21.470667+0000 mon.smithi136 (mon.0) 760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:01:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:21 smithi136 bash[11745]: audit 2022-04-26T03:01:21.762390+0000 mon.smithi136 (mon.0) 761 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:01:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:21 smithi136 bash[11745]: audit 2022-04-26T03:01:21.772730+0000 mon.smithi136 (mon.0) 762 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:01:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:21 smithi145 bash[13673]: audit 2022-04-26T03:01:21.164966+0000 mon.smithi136 (mon.0) 757 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:01:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:21 smithi145 bash[13673]: audit 2022-04-26T03:01:21.167939+0000 mon.smithi136 (mon.0) 758 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:01:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:21 smithi145 bash[13673]: audit 2022-04-26T03:01:21.169769+0000 mon.smithi136 (mon.0) 759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:01:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:21 smithi145 bash[13673]: audit 2022-04-26T03:01:21.470667+0000 mon.smithi136 (mon.0) 760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:01:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:21 smithi145 bash[13673]: audit 2022-04-26T03:01:21.762390+0000 mon.smithi136 (mon.0) 761 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:01:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:21 smithi145 bash[13673]: audit 2022-04-26T03:01:21.772730+0000 mon.smithi136 (mon.0) 762 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:01:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:22 smithi136 bash[11745]: cluster 2022-04-26T03:01:21.160016+0000 mgr.smithi136.ofnrfx (mgr.14188) 398 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:22 smithi136 bash[11745]: cluster 2022-04-26T03:01:21.753947+0000 mgr.smithi136.ofnrfx (mgr.14188) 399 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:22 smithi136 bash[11745]: cluster 2022-04-26T03:01:21.754415+0000 mgr.smithi136.ofnrfx (mgr.14188) 400 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:22 smithi136 bash[11745]: cephadm 2022-04-26T03:01:21.774040+0000 mgr.smithi136.ofnrfx (mgr.14188) 401 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:01:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:22 smithi136 bash[11745]: cephadm 2022-04-26T03:01:21.774144+0000 mgr.smithi136.ofnrfx (mgr.14188) 402 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:01:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:22 smithi145 bash[13673]: cluster 2022-04-26T03:01:21.160016+0000 mgr.smithi136.ofnrfx (mgr.14188) 398 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:22 smithi145 bash[13673]: cluster 2022-04-26T03:01:21.753947+0000 mgr.smithi136.ofnrfx (mgr.14188) 399 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:22 smithi145 bash[13673]: cluster 2022-04-26T03:01:21.754415+0000 mgr.smithi136.ofnrfx (mgr.14188) 400 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:22 smithi145 bash[13673]: cephadm 2022-04-26T03:01:21.774040+0000 mgr.smithi136.ofnrfx (mgr.14188) 401 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:01:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:22 smithi145 bash[13673]: cephadm 2022-04-26T03:01:21.774144+0000 mgr.smithi136.ofnrfx (mgr.14188) 402 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:01:25.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:25.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:25.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:25.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:24 smithi136 bash[11745]: cluster 2022-04-26T03:01:23.755106+0000 mgr.smithi136.ofnrfx (mgr.14188) 403 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:24 smithi145 bash[13673]: cluster 2022-04-26T03:01:23.755106+0000 mgr.smithi136.ofnrfx (mgr.14188) 403 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:25.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:25 smithi136 bash[11745]: audit 2022-04-26T03:01:25.506494+0000 mon.smithi136 (mon.0) 763 : audit [DBG] from='client.? 172.21.15.136:0/699671367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:25 smithi145 bash[13673]: audit 2022-04-26T03:01:25.506494+0000 mon.smithi136 (mon.0) 763 : audit [DBG] from='client.? 172.21.15.136:0/699671367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:26 smithi136 bash[11745]: cluster 2022-04-26T03:01:25.755817+0000 mgr.smithi136.ofnrfx (mgr.14188) 404 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:26 smithi145 bash[13673]: cluster 2022-04-26T03:01:25.755817+0000 mgr.smithi136.ofnrfx (mgr.14188) 404 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:28 smithi136 bash[11745]: cluster 2022-04-26T03:01:27.756457+0000 mgr.smithi136.ofnrfx (mgr.14188) 405 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:28 smithi145 bash[13673]: cluster 2022-04-26T03:01:27.756457+0000 mgr.smithi136.ofnrfx (mgr.14188) 405 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:30.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:30.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:30.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:30.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:30 smithi136 bash[11745]: cluster 2022-04-26T03:01:29.757079+0000 mgr.smithi136.ofnrfx (mgr.14188) 406 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:30 smithi136 bash[11745]: audit 2022-04-26T03:01:30.830367+0000 mon.smithi136 (mon.0) 764 : audit [DBG] from='client.? 172.21.15.136:0/807803761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:30 smithi145 bash[13673]: cluster 2022-04-26T03:01:29.757079+0000 mgr.smithi136.ofnrfx (mgr.14188) 406 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:30 smithi145 bash[13673]: audit 2022-04-26T03:01:30.830367+0000 mon.smithi136 (mon.0) 764 : audit [DBG] from='client.? 172.21.15.136:0/807803761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:32 smithi136 bash[11745]: cluster 2022-04-26T03:01:31.757741+0000 mgr.smithi136.ofnrfx (mgr.14188) 407 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:32 smithi145 bash[13673]: cluster 2022-04-26T03:01:31.757741+0000 mgr.smithi136.ofnrfx (mgr.14188) 407 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:35 smithi136 bash[11745]: cluster 2022-04-26T03:01:33.758367+0000 mgr.smithi136.ofnrfx (mgr.14188) 408 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:35 smithi145 bash[13673]: cluster 2022-04-26T03:01:33.758367+0000 mgr.smithi136.ofnrfx (mgr.14188) 408 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:35.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:35.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:35.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:36.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:37 smithi136 bash[11745]: cluster 2022-04-26T03:01:35.758984+0000 mgr.smithi136.ofnrfx (mgr.14188) 409 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:37 smithi136 bash[11745]: audit 2022-04-26T03:01:36.154808+0000 mon.smithi136 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.136:0/3737806654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:37 smithi145 bash[13673]: cluster 2022-04-26T03:01:35.758984+0000 mgr.smithi136.ofnrfx (mgr.14188) 409 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:37 smithi145 bash[13673]: audit 2022-04-26T03:01:36.154808+0000 mon.smithi136 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.136:0/3737806654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:39 smithi136 bash[11745]: cluster 2022-04-26T03:01:37.759600+0000 mgr.smithi136.ofnrfx (mgr.14188) 410 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:39 smithi145 bash[13673]: cluster 2022-04-26T03:01:37.759600+0000 mgr.smithi136.ofnrfx (mgr.14188) 410 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:41.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:41.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:41.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:41 smithi136 bash[11745]: cluster 2022-04-26T03:01:39.760228+0000 mgr.smithi136.ofnrfx (mgr.14188) 411 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:41 smithi145 bash[13673]: cluster 2022-04-26T03:01:39.760228+0000 mgr.smithi136.ofnrfx (mgr.14188) 411 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:41.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:42 smithi136 bash[11745]: audit 2022-04-26T03:01:41.473721+0000 mon.smithi136 (mon.0) 766 : audit [DBG] from='client.? 172.21.15.136:0/208190502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:42 smithi145 bash[13673]: audit 2022-04-26T03:01:41.473721+0000 mon.smithi136 (mon.0) 766 : audit [DBG] from='client.? 172.21.15.136:0/208190502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:43 smithi136 bash[11745]: cluster 2022-04-26T03:01:41.760892+0000 mgr.smithi136.ofnrfx (mgr.14188) 412 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:43 smithi145 bash[13673]: cluster 2022-04-26T03:01:41.760892+0000 mgr.smithi136.ofnrfx (mgr.14188) 412 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:45 smithi136 bash[11745]: cluster 2022-04-26T03:01:43.761564+0000 mgr.smithi136.ofnrfx (mgr.14188) 413 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:45 smithi145 bash[13673]: cluster 2022-04-26T03:01:43.761564+0000 mgr.smithi136.ofnrfx (mgr.14188) 413 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:46.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:46.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:46.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:46.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:47 smithi136 bash[11745]: cluster 2022-04-26T03:01:45.762188+0000 mgr.smithi136.ofnrfx (mgr.14188) 414 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:47 smithi136 bash[11745]: audit 2022-04-26T03:01:46.800822+0000 mon.smithi136 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.136:0/2434318941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:47 smithi145 bash[13673]: cluster 2022-04-26T03:01:45.762188+0000 mgr.smithi136.ofnrfx (mgr.14188) 414 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:47 smithi145 bash[13673]: audit 2022-04-26T03:01:46.800822+0000 mon.smithi136 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.136:0/2434318941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:49 smithi136 bash[11745]: cluster 2022-04-26T03:01:47.762899+0000 mgr.smithi136.ofnrfx (mgr.14188) 415 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:49 smithi145 bash[13673]: cluster 2022-04-26T03:01:47.762899+0000 mgr.smithi136.ofnrfx (mgr.14188) 415 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:51 smithi136 bash[11745]: cluster 2022-04-26T03:01:49.763629+0000 mgr.smithi136.ofnrfx (mgr.14188) 416 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:51 smithi145 bash[13673]: cluster 2022-04-26T03:01:49.763629+0000 mgr.smithi136.ofnrfx (mgr.14188) 416 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:51.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:51.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:51.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:52.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:53 smithi136 bash[11745]: cluster 2022-04-26T03:01:51.764196+0000 mgr.smithi136.ofnrfx (mgr.14188) 417 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:53 smithi136 bash[11745]: audit 2022-04-26T03:01:52.130606+0000 mon.smithi136 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.136:0/3528364768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:53 smithi145 bash[13673]: cluster 2022-04-26T03:01:51.764196+0000 mgr.smithi136.ofnrfx (mgr.14188) 417 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:53 smithi145 bash[13673]: audit 2022-04-26T03:01:52.130606+0000 mon.smithi136 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.136:0/3528364768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:55 smithi136 bash[11745]: cluster 2022-04-26T03:01:53.764933+0000 mgr.smithi136.ofnrfx (mgr.14188) 418 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:55 smithi145 bash[13673]: cluster 2022-04-26T03:01:53.764933+0000 mgr.smithi136.ofnrfx (mgr.14188) 418 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:57.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:01:57.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:01:57.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:01:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:57 smithi145 bash[13673]: cluster 2022-04-26T03:01:55.765705+0000 mgr.smithi136.ofnrfx (mgr.14188) 419 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:57.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:01:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:57 smithi136 bash[11745]: cluster 2022-04-26T03:01:55.765705+0000 mgr.smithi136.ofnrfx (mgr.14188) 419 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:58 smithi145 bash[13673]: audit 2022-04-26T03:01:57.462582+0000 mon.smithi136 (mon.0) 769 : audit [DBG] from='client.? 172.21.15.136:0/4243863914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:58 smithi136 bash[11745]: audit 2022-04-26T03:01:57.462582+0000 mon.smithi136 (mon.0) 769 : audit [DBG] from='client.? 172.21.15.136:0/4243863914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:01:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:01:59 smithi145 bash[13673]: cluster 2022-04-26T03:01:57.766407+0000 mgr.smithi136.ofnrfx (mgr.14188) 420 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:01:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:01:59 smithi136 bash[11745]: cluster 2022-04-26T03:01:57.766407+0000 mgr.smithi136.ofnrfx (mgr.14188) 420 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:01 smithi145 bash[13673]: cluster 2022-04-26T03:01:59.766998+0000 mgr.smithi136.ofnrfx (mgr.14188) 421 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:01 smithi136 bash[11745]: cluster 2022-04-26T03:01:59.766998+0000 mgr.smithi136.ofnrfx (mgr.14188) 421 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:02 smithi145 bash[13673]: audit 2022-04-26T03:02:01.809734+0000 mon.smithi136 (mon.0) 770 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:02:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:02 smithi145 bash[13673]: audit 2022-04-26T03:02:01.814215+0000 mon.smithi136 (mon.0) 771 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:02:02.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:02.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:02.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:02 smithi136 bash[11745]: audit 2022-04-26T03:02:01.809734+0000 mon.smithi136 (mon.0) 770 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:02:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:02 smithi136 bash[11745]: audit 2022-04-26T03:02:01.814215+0000 mon.smithi136 (mon.0) 771 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:02:02.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:03 smithi145 bash[13673]: cluster 2022-04-26T03:02:01.770225+0000 mgr.smithi136.ofnrfx (mgr.14188) 422 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:03 smithi145 bash[13673]: audit 2022-04-26T03:02:02.793630+0000 mon.smithi136 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.136:0/1483440841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:03.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:03 smithi136 bash[11745]: cluster 2022-04-26T03:02:01.770225+0000 mgr.smithi136.ofnrfx (mgr.14188) 422 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:03.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:03 smithi136 bash[11745]: audit 2022-04-26T03:02:02.793630+0000 mon.smithi136 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.136:0/1483440841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:05 smithi145 bash[13673]: cluster 2022-04-26T03:02:03.770858+0000 mgr.smithi136.ofnrfx (mgr.14188) 423 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:05 smithi136 bash[11745]: cluster 2022-04-26T03:02:03.770858+0000 mgr.smithi136.ofnrfx (mgr.14188) 423 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:07 smithi145 bash[13673]: cluster 2022-04-26T03:02:05.771468+0000 mgr.smithi136.ofnrfx (mgr.14188) 424 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:07 smithi136 bash[11745]: cluster 2022-04-26T03:02:05.771468+0000 mgr.smithi136.ofnrfx (mgr.14188) 424 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:07.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:07.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:07.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:08.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:09 smithi145 bash[13673]: cluster 2022-04-26T03:02:07.772096+0000 mgr.smithi136.ofnrfx (mgr.14188) 425 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:09 smithi145 bash[13673]: audit 2022-04-26T03:02:08.127282+0000 mon.smithi136 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.136:0/2294264784' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:09 smithi136 bash[11745]: cluster 2022-04-26T03:02:07.772096+0000 mgr.smithi136.ofnrfx (mgr.14188) 425 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:09 smithi136 bash[11745]: audit 2022-04-26T03:02:08.127282+0000 mon.smithi136 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.136:0/2294264784' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:11 smithi145 bash[13673]: cluster 2022-04-26T03:02:09.772737+0000 mgr.smithi136.ofnrfx (mgr.14188) 426 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:11 smithi136 bash[11745]: cluster 2022-04-26T03:02:09.772737+0000 mgr.smithi136.ofnrfx (mgr.14188) 426 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:13.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:13.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:13.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:13 smithi145 bash[13673]: cluster 2022-04-26T03:02:11.773388+0000 mgr.smithi136.ofnrfx (mgr.14188) 427 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:13.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:13.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:13 smithi136 bash[11745]: cluster 2022-04-26T03:02:11.773388+0000 mgr.smithi136.ofnrfx (mgr.14188) 427 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:14 smithi145 bash[13673]: audit 2022-04-26T03:02:13.448402+0000 mon.smithi136 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.136:0/2412174055' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:14 smithi136 bash[11745]: audit 2022-04-26T03:02:13.448402+0000 mon.smithi136 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.136:0/2412174055' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:15 smithi145 bash[13673]: cluster 2022-04-26T03:02:13.774016+0000 mgr.smithi136.ofnrfx (mgr.14188) 428 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:15 smithi136 bash[11745]: cluster 2022-04-26T03:02:13.774016+0000 mgr.smithi136.ofnrfx (mgr.14188) 428 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:17 smithi145 bash[13673]: cluster 2022-04-26T03:02:15.774609+0000 mgr.smithi136.ofnrfx (mgr.14188) 429 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:17 smithi136 bash[11745]: cluster 2022-04-26T03:02:15.774609+0000 mgr.smithi136.ofnrfx (mgr.14188) 429 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:18.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:18.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:18.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:18.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:19 smithi145 bash[13673]: cluster 2022-04-26T03:02:17.775235+0000 mgr.smithi136.ofnrfx (mgr.14188) 430 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:19 smithi145 bash[13673]: audit 2022-04-26T03:02:18.775791+0000 mon.smithi136 (mon.0) 775 : audit [DBG] from='client.? 172.21.15.136:0/3119743291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:19 smithi136 bash[11745]: cluster 2022-04-26T03:02:17.775235+0000 mgr.smithi136.ofnrfx (mgr.14188) 430 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:19 smithi136 bash[11745]: audit 2022-04-26T03:02:18.775791+0000 mon.smithi136 (mon.0) 775 : audit [DBG] from='client.? 172.21.15.136:0/3119743291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:21 smithi145 bash[13673]: cluster 2022-04-26T03:02:19.775806+0000 mgr.smithi136.ofnrfx (mgr.14188) 431 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:21 smithi136 bash[11745]: cluster 2022-04-26T03:02:19.775806+0000 mgr.smithi136.ofnrfx (mgr.14188) 431 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:22 smithi136 bash[11745]: audit 2022-04-26T03:02:21.781219+0000 mon.smithi136 (mon.0) 776 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:02:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:22 smithi136 bash[11745]: audit 2022-04-26T03:02:21.783922+0000 mon.smithi136 (mon.0) 777 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:02:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:22 smithi136 bash[11745]: audit 2022-04-26T03:02:21.785866+0000 mon.smithi136 (mon.0) 778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:02:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:22 smithi136 bash[11745]: audit 2022-04-26T03:02:22.094854+0000 mon.smithi136 (mon.0) 779 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:02:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:22 smithi136 bash[11745]: audit 2022-04-26T03:02:22.102455+0000 mon.smithi136 (mon.0) 780 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:02:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:22 smithi145 bash[13673]: audit 2022-04-26T03:02:21.781219+0000 mon.smithi136 (mon.0) 776 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:02:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:22 smithi145 bash[13673]: audit 2022-04-26T03:02:21.783922+0000 mon.smithi136 (mon.0) 777 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:02:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:22 smithi145 bash[13673]: audit 2022-04-26T03:02:21.785866+0000 mon.smithi136 (mon.0) 778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:02:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:22 smithi145 bash[13673]: audit 2022-04-26T03:02:22.094854+0000 mon.smithi136 (mon.0) 779 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:02:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:22 smithi145 bash[13673]: audit 2022-04-26T03:02:22.102455+0000 mon.smithi136 (mon.0) 780 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:02:23.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:23 smithi136 bash[11745]: cluster 2022-04-26T03:02:21.776415+0000 mgr.smithi136.ofnrfx (mgr.14188) 432 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:23.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:23 smithi136 bash[11745]: cluster 2022-04-26T03:02:22.090242+0000 mgr.smithi136.ofnrfx (mgr.14188) 433 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:23.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:23 smithi136 bash[11745]: cluster 2022-04-26T03:02:22.090825+0000 mgr.smithi136.ofnrfx (mgr.14188) 434 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:23.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:23 smithi136 bash[11745]: cephadm 2022-04-26T03:02:22.103828+0000 mgr.smithi136.ofnrfx (mgr.14188) 435 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:02:23.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:23 smithi136 bash[11745]: cephadm 2022-04-26T03:02:22.104016+0000 mgr.smithi136.ofnrfx (mgr.14188) 436 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:02:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:23 smithi145 bash[13673]: cluster 2022-04-26T03:02:21.776415+0000 mgr.smithi136.ofnrfx (mgr.14188) 432 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:23 smithi145 bash[13673]: cluster 2022-04-26T03:02:22.090242+0000 mgr.smithi136.ofnrfx (mgr.14188) 433 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:23 smithi145 bash[13673]: cluster 2022-04-26T03:02:22.090825+0000 mgr.smithi136.ofnrfx (mgr.14188) 434 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:23 smithi145 bash[13673]: cephadm 2022-04-26T03:02:22.103828+0000 mgr.smithi136.ofnrfx (mgr.14188) 435 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:02:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:23 smithi145 bash[13673]: cephadm 2022-04-26T03:02:22.104016+0000 mgr.smithi136.ofnrfx (mgr.14188) 436 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:02:23.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:23.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:23.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:24.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:24 smithi136 bash[11745]: audit 2022-04-26T03:02:24.104264+0000 mon.smithi136 (mon.0) 781 : audit [DBG] from='client.? 172.21.15.136:0/1607209214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:24 smithi145 bash[13673]: audit 2022-04-26T03:02:24.104264+0000 mon.smithi136 (mon.0) 781 : audit [DBG] from='client.? 172.21.15.136:0/1607209214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:25 smithi136 bash[11745]: cluster 2022-04-26T03:02:24.091617+0000 mgr.smithi136.ofnrfx (mgr.14188) 437 : cluster [DBG] pgmap v384: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:25 smithi145 bash[13673]: cluster 2022-04-26T03:02:24.091617+0000 mgr.smithi136.ofnrfx (mgr.14188) 437 : cluster [DBG] pgmap v384: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:26 smithi136 bash[11745]: cluster 2022-04-26T03:02:26.092248+0000 mgr.smithi136.ofnrfx (mgr.14188) 438 : cluster [DBG] pgmap v385: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:26 smithi145 bash[13673]: cluster 2022-04-26T03:02:26.092248+0000 mgr.smithi136.ofnrfx (mgr.14188) 438 : cluster [DBG] pgmap v385: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:28 smithi136 bash[11745]: cluster 2022-04-26T03:02:28.092993+0000 mgr.smithi136.ofnrfx (mgr.14188) 439 : cluster [DBG] pgmap v386: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:29.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:29.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:29.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:28 smithi145 bash[13673]: cluster 2022-04-26T03:02:28.092993+0000 mgr.smithi136.ofnrfx (mgr.14188) 439 : cluster [DBG] pgmap v386: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:29.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:29 smithi136 bash[11745]: audit 2022-04-26T03:02:29.434646+0000 mon.smithi136 (mon.0) 782 : audit [DBG] from='client.? 172.21.15.136:0/1411013251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:29 smithi145 bash[13673]: audit 2022-04-26T03:02:29.434646+0000 mon.smithi136 (mon.0) 782 : audit [DBG] from='client.? 172.21.15.136:0/1411013251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:30 smithi136 bash[11745]: cluster 2022-04-26T03:02:30.093628+0000 mgr.smithi136.ofnrfx (mgr.14188) 440 : cluster [DBG] pgmap v387: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:30 smithi145 bash[13673]: cluster 2022-04-26T03:02:30.093628+0000 mgr.smithi136.ofnrfx (mgr.14188) 440 : cluster [DBG] pgmap v387: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:33.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:33 smithi136 bash[11745]: cluster 2022-04-26T03:02:32.094077+0000 mgr.smithi136.ofnrfx (mgr.14188) 441 : cluster [DBG] pgmap v388: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:33 smithi145 bash[13673]: cluster 2022-04-26T03:02:32.094077+0000 mgr.smithi136.ofnrfx (mgr.14188) 441 : cluster [DBG] pgmap v388: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:34.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:34.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:34.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:34.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:35 smithi136 bash[11745]: cluster 2022-04-26T03:02:34.094657+0000 mgr.smithi136.ofnrfx (mgr.14188) 442 : cluster [DBG] pgmap v389: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:35 smithi136 bash[11745]: audit 2022-04-26T03:02:34.763804+0000 mon.smithi136 (mon.0) 783 : audit [DBG] from='client.? 172.21.15.136:0/62584509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:35 smithi145 bash[13673]: cluster 2022-04-26T03:02:34.094657+0000 mgr.smithi136.ofnrfx (mgr.14188) 442 : cluster [DBG] pgmap v389: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:35 smithi145 bash[13673]: audit 2022-04-26T03:02:34.763804+0000 mon.smithi136 (mon.0) 783 : audit [DBG] from='client.? 172.21.15.136:0/62584509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:37 smithi136 bash[11745]: cluster 2022-04-26T03:02:36.095281+0000 mgr.smithi136.ofnrfx (mgr.14188) 443 : cluster [DBG] pgmap v390: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:37 smithi145 bash[13673]: cluster 2022-04-26T03:02:36.095281+0000 mgr.smithi136.ofnrfx (mgr.14188) 443 : cluster [DBG] pgmap v390: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:38 smithi136 bash[11745]: cluster 2022-04-26T03:02:38.095948+0000 mgr.smithi136.ofnrfx (mgr.14188) 444 : cluster [DBG] pgmap v391: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:38 smithi145 bash[13673]: cluster 2022-04-26T03:02:38.095948+0000 mgr.smithi136.ofnrfx (mgr.14188) 444 : cluster [DBG] pgmap v391: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:39.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:39.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:39.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:40.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:40 smithi145 bash[13673]: audit 2022-04-26T03:02:40.094303+0000 mon.smithi136 (mon.0) 784 : audit [DBG] from='client.? 172.21.15.136:0/1234746189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:40 smithi136 bash[11745]: audit 2022-04-26T03:02:40.094303+0000 mon.smithi136 (mon.0) 784 : audit [DBG] from='client.? 172.21.15.136:0/1234746189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:41 smithi136 bash[11745]: cluster 2022-04-26T03:02:40.096704+0000 mgr.smithi136.ofnrfx (mgr.14188) 445 : cluster [DBG] pgmap v392: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:41 smithi145 bash[13673]: cluster 2022-04-26T03:02:40.096704+0000 mgr.smithi136.ofnrfx (mgr.14188) 445 : cluster [DBG] pgmap v392: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:43.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:43 smithi136 bash[11745]: cluster 2022-04-26T03:02:42.097394+0000 mgr.smithi136.ofnrfx (mgr.14188) 446 : cluster [DBG] pgmap v393: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:43 smithi145 bash[13673]: cluster 2022-04-26T03:02:42.097394+0000 mgr.smithi136.ofnrfx (mgr.14188) 446 : cluster [DBG] pgmap v393: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:44 smithi136 bash[11745]: cluster 2022-04-26T03:02:44.098008+0000 mgr.smithi136.ofnrfx (mgr.14188) 447 : cluster [DBG] pgmap v394: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:44 smithi145 bash[13673]: cluster 2022-04-26T03:02:44.098008+0000 mgr.smithi136.ofnrfx (mgr.14188) 447 : cluster [DBG] pgmap v394: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:45.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:45.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:45.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:45.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:45 smithi136 bash[11745]: audit 2022-04-26T03:02:45.429815+0000 mon.smithi136 (mon.0) 785 : audit [DBG] from='client.? 172.21.15.136:0/563740241' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:45 smithi145 bash[13673]: audit 2022-04-26T03:02:45.429815+0000 mon.smithi136 (mon.0) 785 : audit [DBG] from='client.? 172.21.15.136:0/563740241' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:46 smithi136 bash[11745]: cluster 2022-04-26T03:02:46.098648+0000 mgr.smithi136.ofnrfx (mgr.14188) 448 : cluster [DBG] pgmap v395: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:46 smithi145 bash[13673]: cluster 2022-04-26T03:02:46.098648+0000 mgr.smithi136.ofnrfx (mgr.14188) 448 : cluster [DBG] pgmap v395: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:48 smithi136 bash[11745]: cluster 2022-04-26T03:02:48.099260+0000 mgr.smithi136.ofnrfx (mgr.14188) 449 : cluster [DBG] pgmap v396: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:48 smithi145 bash[13673]: cluster 2022-04-26T03:02:48.099260+0000 mgr.smithi136.ofnrfx (mgr.14188) 449 : cluster [DBG] pgmap v396: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:50.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:50.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:50.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:50.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:51 smithi136 bash[11745]: cluster 2022-04-26T03:02:50.099898+0000 mgr.smithi136.ofnrfx (mgr.14188) 450 : cluster [DBG] pgmap v397: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:51 smithi136 bash[11745]: audit 2022-04-26T03:02:50.756961+0000 mon.smithi136 (mon.0) 786 : audit [DBG] from='client.? 172.21.15.136:0/442548493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:51 smithi145 bash[13673]: cluster 2022-04-26T03:02:50.099898+0000 mgr.smithi136.ofnrfx (mgr.14188) 450 : cluster [DBG] pgmap v397: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:51 smithi145 bash[13673]: audit 2022-04-26T03:02:50.756961+0000 mon.smithi136 (mon.0) 786 : audit [DBG] from='client.? 172.21.15.136:0/442548493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:53.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:53 smithi136 bash[11745]: cluster 2022-04-26T03:02:52.100509+0000 mgr.smithi136.ofnrfx (mgr.14188) 451 : cluster [DBG] pgmap v398: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:53 smithi145 bash[13673]: cluster 2022-04-26T03:02:52.100509+0000 mgr.smithi136.ofnrfx (mgr.14188) 451 : cluster [DBG] pgmap v398: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:55 smithi136 bash[11745]: cluster 2022-04-26T03:02:54.101182+0000 mgr.smithi136.ofnrfx (mgr.14188) 452 : cluster [DBG] pgmap v399: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:55 smithi145 bash[13673]: cluster 2022-04-26T03:02:54.101182+0000 mgr.smithi136.ofnrfx (mgr.14188) 452 : cluster [DBG] pgmap v399: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:55.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:02:55.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:02:55.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:02:56.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:02:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:56 smithi136 bash[11745]: audit 2022-04-26T03:02:56.084714+0000 mon.smithi136 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.136:0/1569076123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:56 smithi136 bash[11745]: cluster 2022-04-26T03:02:56.101779+0000 mgr.smithi136.ofnrfx (mgr.14188) 453 : cluster [DBG] pgmap v400: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:56 smithi145 bash[13673]: audit 2022-04-26T03:02:56.084714+0000 mon.smithi136 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.136:0/1569076123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:02:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:56 smithi145 bash[13673]: cluster 2022-04-26T03:02:56.101779+0000 mgr.smithi136.ofnrfx (mgr.14188) 453 : cluster [DBG] pgmap v400: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:02:58 smithi136 bash[11745]: cluster 2022-04-26T03:02:58.102313+0000 mgr.smithi136.ofnrfx (mgr.14188) 454 : cluster [DBG] pgmap v401: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:02:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:02:58 smithi145 bash[13673]: cluster 2022-04-26T03:02:58.102313+0000 mgr.smithi136.ofnrfx (mgr.14188) 454 : cluster [DBG] pgmap v401: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:01.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:01.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:01.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:01.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:01 smithi136 bash[11745]: cluster 2022-04-26T03:03:00.103037+0000 mgr.smithi136.ofnrfx (mgr.14188) 455 : cluster [DBG] pgmap v402: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:01 smithi145 bash[13673]: cluster 2022-04-26T03:03:00.103037+0000 mgr.smithi136.ofnrfx (mgr.14188) 455 : cluster [DBG] pgmap v402: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:02 smithi136 bash[11745]: audit 2022-04-26T03:03:01.419115+0000 mon.smithi136 (mon.0) 788 : audit [DBG] from='client.? 172.21.15.136:0/342618422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:02.575 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:02 smithi136 bash[11745]: audit 2022-04-26T03:03:01.812537+0000 mon.smithi136 (mon.0) 789 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:03:02.575 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:02 smithi136 bash[11745]: audit 2022-04-26T03:03:01.818006+0000 mon.smithi136 (mon.0) 790 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:03:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:02 smithi145 bash[13673]: audit 2022-04-26T03:03:01.419115+0000 mon.smithi136 (mon.0) 788 : audit [DBG] from='client.? 172.21.15.136:0/342618422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:02.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:02 smithi145 bash[13673]: audit 2022-04-26T03:03:01.812537+0000 mon.smithi136 (mon.0) 789 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:03:02.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:02 smithi145 bash[13673]: audit 2022-04-26T03:03:01.818006+0000 mon.smithi136 (mon.0) 790 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:03:03.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:03 smithi136 bash[11745]: cluster 2022-04-26T03:03:02.103736+0000 mgr.smithi136.ofnrfx (mgr.14188) 456 : cluster [DBG] pgmap v403: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:03 smithi145 bash[13673]: cluster 2022-04-26T03:03:02.103736+0000 mgr.smithi136.ofnrfx (mgr.14188) 456 : cluster [DBG] pgmap v403: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:04 smithi136 bash[11745]: cluster 2022-04-26T03:03:04.104353+0000 mgr.smithi136.ofnrfx (mgr.14188) 457 : cluster [DBG] pgmap v404: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:04 smithi145 bash[13673]: cluster 2022-04-26T03:03:04.104353+0000 mgr.smithi136.ofnrfx (mgr.14188) 457 : cluster [DBG] pgmap v404: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:06.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:06.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:06.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:06.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:07 smithi136 bash[11745]: cluster 2022-04-26T03:03:06.105029+0000 mgr.smithi136.ofnrfx (mgr.14188) 458 : cluster [DBG] pgmap v405: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:07 smithi136 bash[11745]: audit 2022-04-26T03:03:06.745400+0000 mon.smithi136 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.136:0/1492295665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:07 smithi145 bash[13673]: cluster 2022-04-26T03:03:06.105029+0000 mgr.smithi136.ofnrfx (mgr.14188) 458 : cluster [DBG] pgmap v405: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:07 smithi145 bash[13673]: audit 2022-04-26T03:03:06.745400+0000 mon.smithi136 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.136:0/1492295665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:08 smithi136 bash[11745]: cluster 2022-04-26T03:03:08.105675+0000 mgr.smithi136.ofnrfx (mgr.14188) 459 : cluster [DBG] pgmap v406: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:08 smithi145 bash[13673]: cluster 2022-04-26T03:03:08.105675+0000 mgr.smithi136.ofnrfx (mgr.14188) 459 : cluster [DBG] pgmap v406: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:11 smithi136 bash[11745]: cluster 2022-04-26T03:03:10.106279+0000 mgr.smithi136.ofnrfx (mgr.14188) 460 : cluster [DBG] pgmap v407: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:11 smithi145 bash[13673]: cluster 2022-04-26T03:03:10.106279+0000 mgr.smithi136.ofnrfx (mgr.14188) 460 : cluster [DBG] pgmap v407: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:11.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:11.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:11.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:12.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:12 smithi136 bash[11745]: audit 2022-04-26T03:03:12.068517+0000 mon.smithi136 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.136:0/1375686753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:12 smithi145 bash[13673]: audit 2022-04-26T03:03:12.068517+0000 mon.smithi136 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.136:0/1375686753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:13.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:13 smithi136 bash[11745]: cluster 2022-04-26T03:03:12.106935+0000 mgr.smithi136.ofnrfx (mgr.14188) 461 : cluster [DBG] pgmap v408: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:13 smithi145 bash[13673]: cluster 2022-04-26T03:03:12.106935+0000 mgr.smithi136.ofnrfx (mgr.14188) 461 : cluster [DBG] pgmap v408: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:14 smithi136 bash[11745]: cluster 2022-04-26T03:03:14.107585+0000 mgr.smithi136.ofnrfx (mgr.14188) 462 : cluster [DBG] pgmap v409: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:14 smithi145 bash[13673]: cluster 2022-04-26T03:03:14.107585+0000 mgr.smithi136.ofnrfx (mgr.14188) 462 : cluster [DBG] pgmap v409: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:17.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:17.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:17.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:17.410 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:17 smithi136 bash[11745]: cluster 2022-04-26T03:03:16.108246+0000 mgr.smithi136.ofnrfx (mgr.14188) 463 : cluster [DBG] pgmap v410: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:17 smithi145 bash[13673]: cluster 2022-04-26T03:03:16.108246+0000 mgr.smithi136.ofnrfx (mgr.14188) 463 : cluster [DBG] pgmap v410: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:18 smithi136 bash[11745]: audit 2022-04-26T03:03:17.393796+0000 mon.smithi136 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.136:0/1399833041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:18.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:18 smithi145 bash[13673]: audit 2022-04-26T03:03:17.393796+0000 mon.smithi136 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.136:0/1399833041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:19 smithi136 bash[11745]: cluster 2022-04-26T03:03:18.108830+0000 mgr.smithi136.ofnrfx (mgr.14188) 464 : cluster [DBG] pgmap v411: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:19 smithi145 bash[13673]: cluster 2022-04-26T03:03:18.108830+0000 mgr.smithi136.ofnrfx (mgr.14188) 464 : cluster [DBG] pgmap v411: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:20 smithi136 bash[11745]: cluster 2022-04-26T03:03:20.109415+0000 mgr.smithi136.ofnrfx (mgr.14188) 465 : cluster [DBG] pgmap v412: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:20 smithi145 bash[13673]: cluster 2022-04-26T03:03:20.109415+0000 mgr.smithi136.ofnrfx (mgr.14188) 465 : cluster [DBG] pgmap v412: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:22.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:22.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:22.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:22 smithi136 bash[11745]: audit 2022-04-26T03:03:22.116576+0000 mon.smithi136 (mon.0) 794 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:03:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:22 smithi136 bash[11745]: audit 2022-04-26T03:03:22.119256+0000 mon.smithi136 (mon.0) 795 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:03:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:22 smithi136 bash[11745]: audit 2022-04-26T03:03:22.120964+0000 mon.smithi136 (mon.0) 796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:03:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:22 smithi145 bash[13673]: audit 2022-04-26T03:03:22.116576+0000 mon.smithi136 (mon.0) 794 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:03:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:22 smithi145 bash[13673]: audit 2022-04-26T03:03:22.119256+0000 mon.smithi136 (mon.0) 795 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:03:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:22 smithi145 bash[13673]: audit 2022-04-26T03:03:22.120964+0000 mon.smithi136 (mon.0) 796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:03:22.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:23.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: cluster 2022-04-26T03:03:22.110039+0000 mgr.smithi136.ofnrfx (mgr.14188) 466 : cluster [DBG] pgmap v413: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: cluster 2022-04-26T03:03:22.435083+0000 mgr.smithi136.ofnrfx (mgr.14188) 467 : cluster [DBG] pgmap v414: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: cluster 2022-04-26T03:03:22.435559+0000 mgr.smithi136.ofnrfx (mgr.14188) 468 : cluster [DBG] pgmap v415: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: audit 2022-04-26T03:03:22.439766+0000 mon.smithi136 (mon.0) 797 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:03:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: audit 2022-04-26T03:03:22.446334+0000 mon.smithi136 (mon.0) 798 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:03:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: cephadm 2022-04-26T03:03:22.447211+0000 mgr.smithi136.ofnrfx (mgr.14188) 469 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:03:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: cephadm 2022-04-26T03:03:22.447341+0000 mgr.smithi136.ofnrfx (mgr.14188) 470 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:03:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:23 smithi136 bash[11745]: audit 2022-04-26T03:03:22.721935+0000 mon.smithi136 (mon.0) 799 : audit [DBG] from='client.? 172.21.15.136:0/2027453142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: cluster 2022-04-26T03:03:22.110039+0000 mgr.smithi136.ofnrfx (mgr.14188) 466 : cluster [DBG] pgmap v413: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:23.683 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: cluster 2022-04-26T03:03:22.435083+0000 mgr.smithi136.ofnrfx (mgr.14188) 467 : cluster [DBG] pgmap v414: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:23.683 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: cluster 2022-04-26T03:03:22.435559+0000 mgr.smithi136.ofnrfx (mgr.14188) 468 : cluster [DBG] pgmap v415: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:23.683 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: audit 2022-04-26T03:03:22.439766+0000 mon.smithi136 (mon.0) 797 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:03:23.683 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: audit 2022-04-26T03:03:22.446334+0000 mon.smithi136 (mon.0) 798 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:03:23.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: cephadm 2022-04-26T03:03:22.447211+0000 mgr.smithi136.ofnrfx (mgr.14188) 469 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:03:23.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: cephadm 2022-04-26T03:03:22.447341+0000 mgr.smithi136.ofnrfx (mgr.14188) 470 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:03:23.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:23 smithi145 bash[13673]: audit 2022-04-26T03:03:22.721935+0000 mon.smithi136 (mon.0) 799 : audit [DBG] from='client.? 172.21.15.136:0/2027453142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:25 smithi136 bash[11745]: cluster 2022-04-26T03:03:24.436196+0000 mgr.smithi136.ofnrfx (mgr.14188) 471 : cluster [DBG] pgmap v416: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:25 smithi145 bash[13673]: cluster 2022-04-26T03:03:24.436196+0000 mgr.smithi136.ofnrfx (mgr.14188) 471 : cluster [DBG] pgmap v416: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:27.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:27.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:27.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:27 smithi136 bash[11745]: cluster 2022-04-26T03:03:26.436800+0000 mgr.smithi136.ofnrfx (mgr.14188) 472 : cluster [DBG] pgmap v417: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:27 smithi145 bash[13673]: cluster 2022-04-26T03:03:26.436800+0000 mgr.smithi136.ofnrfx (mgr.14188) 472 : cluster [DBG] pgmap v417: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:28.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:28 smithi136 bash[11745]: audit 2022-04-26T03:03:28.054832+0000 mon.smithi136 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.136:0/3800071819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:28 smithi145 bash[13673]: audit 2022-04-26T03:03:28.054832+0000 mon.smithi136 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.136:0/3800071819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:29 smithi136 bash[11745]: cluster 2022-04-26T03:03:28.437397+0000 mgr.smithi136.ofnrfx (mgr.14188) 473 : cluster [DBG] pgmap v418: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:29 smithi145 bash[13673]: cluster 2022-04-26T03:03:28.437397+0000 mgr.smithi136.ofnrfx (mgr.14188) 473 : cluster [DBG] pgmap v418: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:31 smithi136 bash[11745]: cluster 2022-04-26T03:03:30.438032+0000 mgr.smithi136.ofnrfx (mgr.14188) 474 : cluster [DBG] pgmap v419: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:31 smithi145 bash[13673]: cluster 2022-04-26T03:03:30.438032+0000 mgr.smithi136.ofnrfx (mgr.14188) 474 : cluster [DBG] pgmap v419: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:33.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:33.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:33.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:33.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:33 smithi136 bash[11745]: cluster 2022-04-26T03:03:32.438741+0000 mgr.smithi136.ofnrfx (mgr.14188) 475 : cluster [DBG] pgmap v420: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:33 smithi136 bash[11745]: audit 2022-04-26T03:03:33.373323+0000 mon.smithi136 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.136:0/3288247124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:33 smithi145 bash[13673]: cluster 2022-04-26T03:03:32.438741+0000 mgr.smithi136.ofnrfx (mgr.14188) 475 : cluster [DBG] pgmap v420: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:33 smithi145 bash[13673]: audit 2022-04-26T03:03:33.373323+0000 mon.smithi136 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.136:0/3288247124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:35 smithi136 bash[11745]: cluster 2022-04-26T03:03:34.439383+0000 mgr.smithi136.ofnrfx (mgr.14188) 476 : cluster [DBG] pgmap v421: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:35 smithi145 bash[13673]: cluster 2022-04-26T03:03:34.439383+0000 mgr.smithi136.ofnrfx (mgr.14188) 476 : cluster [DBG] pgmap v421: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:37 smithi136 bash[11745]: cluster 2022-04-26T03:03:36.440003+0000 mgr.smithi136.ofnrfx (mgr.14188) 477 : cluster [DBG] pgmap v422: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:38.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:38.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:38.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:37 smithi145 bash[13673]: cluster 2022-04-26T03:03:36.440003+0000 mgr.smithi136.ofnrfx (mgr.14188) 477 : cluster [DBG] pgmap v422: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:38.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:38 smithi136 bash[11745]: audit 2022-04-26T03:03:38.704576+0000 mon.smithi136 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.136:0/2176963675' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:38 smithi145 bash[13673]: audit 2022-04-26T03:03:38.704576+0000 mon.smithi136 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.136:0/2176963675' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:40.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:39 smithi136 bash[11745]: cluster 2022-04-26T03:03:38.440663+0000 mgr.smithi136.ofnrfx (mgr.14188) 478 : cluster [DBG] pgmap v423: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:39 smithi145 bash[13673]: cluster 2022-04-26T03:03:38.440663+0000 mgr.smithi136.ofnrfx (mgr.14188) 478 : cluster [DBG] pgmap v423: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:41 smithi136 bash[11745]: cluster 2022-04-26T03:03:40.441255+0000 mgr.smithi136.ofnrfx (mgr.14188) 479 : cluster [DBG] pgmap v424: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:41 smithi145 bash[13673]: cluster 2022-04-26T03:03:40.441255+0000 mgr.smithi136.ofnrfx (mgr.14188) 479 : cluster [DBG] pgmap v424: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:43.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:43.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:43.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:44.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:43 smithi136 bash[11745]: cluster 2022-04-26T03:03:42.441868+0000 mgr.smithi136.ofnrfx (mgr.14188) 480 : cluster [DBG] pgmap v425: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:43 smithi145 bash[13673]: cluster 2022-04-26T03:03:42.441868+0000 mgr.smithi136.ofnrfx (mgr.14188) 480 : cluster [DBG] pgmap v425: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:44 smithi136 bash[11745]: audit 2022-04-26T03:03:44.028221+0000 mon.smithi136 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.136:0/1809494349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:44 smithi145 bash[13673]: audit 2022-04-26T03:03:44.028221+0000 mon.smithi136 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.136:0/1809494349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:45 smithi136 bash[11745]: cluster 2022-04-26T03:03:44.442428+0000 mgr.smithi136.ofnrfx (mgr.14188) 481 : cluster [DBG] pgmap v426: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:45 smithi145 bash[13673]: cluster 2022-04-26T03:03:44.442428+0000 mgr.smithi136.ofnrfx (mgr.14188) 481 : cluster [DBG] pgmap v426: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:47 smithi136 bash[11745]: cluster 2022-04-26T03:03:46.443033+0000 mgr.smithi136.ofnrfx (mgr.14188) 482 : cluster [DBG] pgmap v427: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:47 smithi145 bash[13673]: cluster 2022-04-26T03:03:46.443033+0000 mgr.smithi136.ofnrfx (mgr.14188) 482 : cluster [DBG] pgmap v427: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:49.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:49.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:49.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:49.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:50 smithi136 bash[11745]: cluster 2022-04-26T03:03:48.443699+0000 mgr.smithi136.ofnrfx (mgr.14188) 483 : cluster [DBG] pgmap v428: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:50 smithi136 bash[11745]: audit 2022-04-26T03:03:49.360211+0000 mon.smithi136 (mon.0) 804 : audit [DBG] from='client.? 172.21.15.136:0/623671919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:50 smithi145 bash[13673]: cluster 2022-04-26T03:03:48.443699+0000 mgr.smithi136.ofnrfx (mgr.14188) 483 : cluster [DBG] pgmap v428: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:50 smithi145 bash[13673]: audit 2022-04-26T03:03:49.360211+0000 mon.smithi136 (mon.0) 804 : audit [DBG] from='client.? 172.21.15.136:0/623671919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:52 smithi136 bash[11745]: cluster 2022-04-26T03:03:50.444336+0000 mgr.smithi136.ofnrfx (mgr.14188) 484 : cluster [DBG] pgmap v429: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:52 smithi145 bash[13673]: cluster 2022-04-26T03:03:50.444336+0000 mgr.smithi136.ofnrfx (mgr.14188) 484 : cluster [DBG] pgmap v429: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:54 smithi136 bash[11745]: cluster 2022-04-26T03:03:52.444952+0000 mgr.smithi136.ofnrfx (mgr.14188) 485 : cluster [DBG] pgmap v430: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:54.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:54.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:54.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:03:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:54 smithi145 bash[13673]: cluster 2022-04-26T03:03:52.444952+0000 mgr.smithi136.ofnrfx (mgr.14188) 485 : cluster [DBG] pgmap v430: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:54.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:03:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:55 smithi136 bash[11745]: audit 2022-04-26T03:03:54.691563+0000 mon.smithi136 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.136:0/2677729910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:55 smithi145 bash[13673]: audit 2022-04-26T03:03:54.691563+0000 mon.smithi136 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.136:0/2677729910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:03:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:56 smithi136 bash[11745]: cluster 2022-04-26T03:03:54.445581+0000 mgr.smithi136.ofnrfx (mgr.14188) 486 : cluster [DBG] pgmap v431: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:56 smithi145 bash[13673]: cluster 2022-04-26T03:03:54.445581+0000 mgr.smithi136.ofnrfx (mgr.14188) 486 : cluster [DBG] pgmap v431: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:03:58 smithi136 bash[11745]: cluster 2022-04-26T03:03:56.446324+0000 mgr.smithi136.ofnrfx (mgr.14188) 487 : cluster [DBG] pgmap v432: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:03:58 smithi145 bash[13673]: cluster 2022-04-26T03:03:56.446324+0000 mgr.smithi136.ofnrfx (mgr.14188) 487 : cluster [DBG] pgmap v432: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:03:59.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:03:59.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:03:59.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:00.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:00 smithi136 bash[11745]: cluster 2022-04-26T03:03:58.447095+0000 mgr.smithi136.ofnrfx (mgr.14188) 488 : cluster [DBG] pgmap v433: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:00 smithi136 bash[11745]: audit 2022-04-26T03:04:00.020980+0000 mon.smithi136 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.136:0/1495592462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:00 smithi145 bash[13673]: cluster 2022-04-26T03:03:58.447095+0000 mgr.smithi136.ofnrfx (mgr.14188) 488 : cluster [DBG] pgmap v433: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:00 smithi145 bash[13673]: audit 2022-04-26T03:04:00.020980+0000 mon.smithi136 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.136:0/1495592462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:02 smithi136 bash[11745]: cluster 2022-04-26T03:04:00.447706+0000 mgr.smithi136.ofnrfx (mgr.14188) 489 : cluster [DBG] pgmap v434: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:02 smithi136 bash[11745]: audit 2022-04-26T03:04:01.815423+0000 mon.smithi136 (mon.0) 807 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:04:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:02 smithi136 bash[11745]: audit 2022-04-26T03:04:01.821749+0000 mon.smithi136 (mon.0) 808 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:04:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:02 smithi145 bash[13673]: cluster 2022-04-26T03:04:00.447706+0000 mgr.smithi136.ofnrfx (mgr.14188) 489 : cluster [DBG] pgmap v434: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:02 smithi145 bash[13673]: audit 2022-04-26T03:04:01.815423+0000 mon.smithi136 (mon.0) 807 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:04:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:02 smithi145 bash[13673]: audit 2022-04-26T03:04:01.821749+0000 mon.smithi136 (mon.0) 808 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:04:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:04 smithi136 bash[11745]: cluster 2022-04-26T03:04:02.448384+0000 mgr.smithi136.ofnrfx (mgr.14188) 490 : cluster [DBG] pgmap v435: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:04 smithi145 bash[13673]: cluster 2022-04-26T03:04:02.448384+0000 mgr.smithi136.ofnrfx (mgr.14188) 490 : cluster [DBG] pgmap v435: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:05.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:05.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:05.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:05.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:06 smithi136 bash[11745]: cluster 2022-04-26T03:04:04.449016+0000 mgr.smithi136.ofnrfx (mgr.14188) 491 : cluster [DBG] pgmap v436: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:06 smithi136 bash[11745]: audit 2022-04-26T03:04:05.354033+0000 mon.smithi136 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.136:0/3614026771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:06 smithi145 bash[13673]: cluster 2022-04-26T03:04:04.449016+0000 mgr.smithi136.ofnrfx (mgr.14188) 491 : cluster [DBG] pgmap v436: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:06 smithi145 bash[13673]: audit 2022-04-26T03:04:05.354033+0000 mon.smithi136 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.136:0/3614026771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:08 smithi136 bash[11745]: cluster 2022-04-26T03:04:06.449605+0000 mgr.smithi136.ofnrfx (mgr.14188) 492 : cluster [DBG] pgmap v437: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:08 smithi145 bash[13673]: cluster 2022-04-26T03:04:06.449605+0000 mgr.smithi136.ofnrfx (mgr.14188) 492 : cluster [DBG] pgmap v437: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:10 smithi136 bash[11745]: cluster 2022-04-26T03:04:08.450321+0000 mgr.smithi136.ofnrfx (mgr.14188) 493 : cluster [DBG] pgmap v438: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:10.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:10.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:10.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:10 smithi145 bash[13673]: cluster 2022-04-26T03:04:08.450321+0000 mgr.smithi136.ofnrfx (mgr.14188) 493 : cluster [DBG] pgmap v438: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:10.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:11 smithi145 bash[13673]: audit 2022-04-26T03:04:10.683194+0000 mon.smithi136 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.136:0/4029597023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:11 smithi136 bash[11745]: audit 2022-04-26T03:04:10.683194+0000 mon.smithi136 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.136:0/4029597023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:12 smithi145 bash[13673]: cluster 2022-04-26T03:04:10.451054+0000 mgr.smithi136.ofnrfx (mgr.14188) 494 : cluster [DBG] pgmap v439: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:12 smithi136 bash[11745]: cluster 2022-04-26T03:04:10.451054+0000 mgr.smithi136.ofnrfx (mgr.14188) 494 : cluster [DBG] pgmap v439: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:14 smithi145 bash[13673]: cluster 2022-04-26T03:04:12.451804+0000 mgr.smithi136.ofnrfx (mgr.14188) 495 : cluster [DBG] pgmap v440: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:14 smithi136 bash[11745]: cluster 2022-04-26T03:04:12.451804+0000 mgr.smithi136.ofnrfx (mgr.14188) 495 : cluster [DBG] pgmap v440: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:15.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:15.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:15.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:16.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:16 smithi145 bash[13673]: cluster 2022-04-26T03:04:14.452411+0000 mgr.smithi136.ofnrfx (mgr.14188) 496 : cluster [DBG] pgmap v441: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:16 smithi145 bash[13673]: audit 2022-04-26T03:04:16.005017+0000 mon.smithi136 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.136:0/803524745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:16 smithi136 bash[11745]: cluster 2022-04-26T03:04:14.452411+0000 mgr.smithi136.ofnrfx (mgr.14188) 496 : cluster [DBG] pgmap v441: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:16 smithi136 bash[11745]: audit 2022-04-26T03:04:16.005017+0000 mon.smithi136 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.136:0/803524745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:18 smithi145 bash[13673]: cluster 2022-04-26T03:04:16.453059+0000 mgr.smithi136.ofnrfx (mgr.14188) 497 : cluster [DBG] pgmap v442: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:18 smithi136 bash[11745]: cluster 2022-04-26T03:04:16.453059+0000 mgr.smithi136.ofnrfx (mgr.14188) 497 : cluster [DBG] pgmap v442: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:20 smithi145 bash[13673]: cluster 2022-04-26T03:04:18.453676+0000 mgr.smithi136.ofnrfx (mgr.14188) 498 : cluster [DBG] pgmap v443: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:20 smithi136 bash[11745]: cluster 2022-04-26T03:04:18.453676+0000 mgr.smithi136.ofnrfx (mgr.14188) 498 : cluster [DBG] pgmap v443: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:21.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:21.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:21.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:21.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:22 smithi145 bash[13673]: cluster 2022-04-26T03:04:20.454418+0000 mgr.smithi136.ofnrfx (mgr.14188) 499 : cluster [DBG] pgmap v444: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:22 smithi145 bash[13673]: audit 2022-04-26T03:04:21.327825+0000 mon.smithi136 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.136:0/1512218723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:22 smithi136 bash[11745]: cluster 2022-04-26T03:04:20.454418+0000 mgr.smithi136.ofnrfx (mgr.14188) 499 : cluster [DBG] pgmap v444: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:22 smithi136 bash[11745]: audit 2022-04-26T03:04:21.327825+0000 mon.smithi136 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.136:0/1512218723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.457861+0000 mon.smithi136 (mon.0) 813 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.460639+0000 mon.smithi136 (mon.0) 814 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.462591+0000 mon.smithi136 (mon.0) 815 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.755270+0000 mon.smithi136 (mon.0) 816 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2022-04-26T03:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.756679+0000 mon.smithi136 (mon.0) 817 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2022-04-26T03:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.757971+0000 mon.smithi136 (mon.0) 818 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2022-04-26T03:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.764524+0000 mon.smithi136 (mon.0) 819 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:04:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.795577+0000 mon.smithi136 (mon.0) 820 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:04:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:23 smithi145 bash[13673]: audit 2022-04-26T03:04:22.802976+0000 mon.smithi136 (mon.0) 821 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:04:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.457861+0000 mon.smithi136 (mon.0) 813 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:04:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.460639+0000 mon.smithi136 (mon.0) 814 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:04:23.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.462591+0000 mon.smithi136 (mon.0) 815 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:04:23.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.755270+0000 mon.smithi136 (mon.0) 816 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2022-04-26T03:04:23.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.756679+0000 mon.smithi136 (mon.0) 817 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2022-04-26T03:04:23.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.757971+0000 mon.smithi136 (mon.0) 818 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2022-04-26T03:04:23.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.764524+0000 mon.smithi136 (mon.0) 819 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:04:23.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.795577+0000 mon.smithi136 (mon.0) 820 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:04:23.533 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:23 smithi136 bash[11745]: audit 2022-04-26T03:04:22.802976+0000 mon.smithi136 (mon.0) 821 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:04:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:24 smithi145 bash[13673]: cluster 2022-04-26T03:04:22.455106+0000 mgr.smithi136.ofnrfx (mgr.14188) 500 : cluster [DBG] pgmap v445: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:24 smithi145 bash[13673]: cephadm 2022-04-26T03:04:22.758894+0000 mgr.smithi136.ofnrfx (mgr.14188) 501 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 4364M 2022-04-26T03:04:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:24 smithi145 bash[13673]: cluster 2022-04-26T03:04:22.788734+0000 mgr.smithi136.ofnrfx (mgr.14188) 502 : cluster [DBG] pgmap v446: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:24 smithi145 bash[13673]: cluster 2022-04-26T03:04:22.789111+0000 mgr.smithi136.ofnrfx (mgr.14188) 503 : cluster [DBG] pgmap v447: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:24 smithi145 bash[13673]: cephadm 2022-04-26T03:04:22.804074+0000 mgr.smithi136.ofnrfx (mgr.14188) 504 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:04:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:24 smithi145 bash[13673]: cephadm 2022-04-26T03:04:22.804217+0000 mgr.smithi136.ofnrfx (mgr.14188) 505 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:04:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:24 smithi136 bash[11745]: cluster 2022-04-26T03:04:22.455106+0000 mgr.smithi136.ofnrfx (mgr.14188) 500 : cluster [DBG] pgmap v445: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:24 smithi136 bash[11745]: cephadm 2022-04-26T03:04:22.758894+0000 mgr.smithi136.ofnrfx (mgr.14188) 501 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 4364M 2022-04-26T03:04:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:24 smithi136 bash[11745]: cluster 2022-04-26T03:04:22.788734+0000 mgr.smithi136.ofnrfx (mgr.14188) 502 : cluster [DBG] pgmap v446: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:24 smithi136 bash[11745]: cluster 2022-04-26T03:04:22.789111+0000 mgr.smithi136.ofnrfx (mgr.14188) 503 : cluster [DBG] pgmap v447: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:24 smithi136 bash[11745]: cephadm 2022-04-26T03:04:22.804074+0000 mgr.smithi136.ofnrfx (mgr.14188) 504 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:04:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:24 smithi136 bash[11745]: cephadm 2022-04-26T03:04:22.804217+0000 mgr.smithi136.ofnrfx (mgr.14188) 505 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:04:26.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:26.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:26.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:26 smithi145 bash[13673]: cluster 2022-04-26T03:04:24.789657+0000 mgr.smithi136.ofnrfx (mgr.14188) 506 : cluster [DBG] pgmap v448: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:26 smithi136 bash[11745]: cluster 2022-04-26T03:04:24.789657+0000 mgr.smithi136.ofnrfx (mgr.14188) 506 : cluster [DBG] pgmap v448: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:26.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:27 smithi145 bash[13673]: audit 2022-04-26T03:04:26.648037+0000 mon.smithi136 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.136:0/3531708929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:27 smithi136 bash[11745]: audit 2022-04-26T03:04:26.648037+0000 mon.smithi136 (mon.0) 822 : audit [DBG] from='client.? 172.21.15.136:0/3531708929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:28 smithi145 bash[13673]: cluster 2022-04-26T03:04:26.790300+0000 mgr.smithi136.ofnrfx (mgr.14188) 507 : cluster [DBG] pgmap v449: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:28 smithi136 bash[11745]: cluster 2022-04-26T03:04:26.790300+0000 mgr.smithi136.ofnrfx (mgr.14188) 507 : cluster [DBG] pgmap v449: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:30 smithi145 bash[13673]: cluster 2022-04-26T03:04:28.790926+0000 mgr.smithi136.ofnrfx (mgr.14188) 508 : cluster [DBG] pgmap v450: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:30 smithi136 bash[11745]: cluster 2022-04-26T03:04:28.790926+0000 mgr.smithi136.ofnrfx (mgr.14188) 508 : cluster [DBG] pgmap v450: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:31.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:31.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:31.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:31.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:32 smithi145 bash[13673]: cluster 2022-04-26T03:04:30.791555+0000 mgr.smithi136.ofnrfx (mgr.14188) 509 : cluster [DBG] pgmap v451: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:32 smithi145 bash[13673]: audit 2022-04-26T03:04:31.981443+0000 mon.smithi136 (mon.0) 823 : audit [DBG] from='client.? 172.21.15.136:0/1071063148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:32 smithi136 bash[11745]: cluster 2022-04-26T03:04:30.791555+0000 mgr.smithi136.ofnrfx (mgr.14188) 509 : cluster [DBG] pgmap v451: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:32 smithi136 bash[11745]: audit 2022-04-26T03:04:31.981443+0000 mon.smithi136 (mon.0) 823 : audit [DBG] from='client.? 172.21.15.136:0/1071063148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:34 smithi145 bash[13673]: cluster 2022-04-26T03:04:32.792207+0000 mgr.smithi136.ofnrfx (mgr.14188) 510 : cluster [DBG] pgmap v452: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:34 smithi136 bash[11745]: cluster 2022-04-26T03:04:32.792207+0000 mgr.smithi136.ofnrfx (mgr.14188) 510 : cluster [DBG] pgmap v452: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:36 smithi145 bash[13673]: cluster 2022-04-26T03:04:34.792812+0000 mgr.smithi136.ofnrfx (mgr.14188) 511 : cluster [DBG] pgmap v453: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:36 smithi136 bash[11745]: cluster 2022-04-26T03:04:34.792812+0000 mgr.smithi136.ofnrfx (mgr.14188) 511 : cluster [DBG] pgmap v453: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:37.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:37.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:37.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:37.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:38 smithi145 bash[13673]: cluster 2022-04-26T03:04:36.793423+0000 mgr.smithi136.ofnrfx (mgr.14188) 512 : cluster [DBG] pgmap v454: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:38 smithi145 bash[13673]: audit 2022-04-26T03:04:37.311651+0000 mon.smithi136 (mon.0) 824 : audit [DBG] from='client.? 172.21.15.136:0/1561151984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:38 smithi136 bash[11745]: cluster 2022-04-26T03:04:36.793423+0000 mgr.smithi136.ofnrfx (mgr.14188) 512 : cluster [DBG] pgmap v454: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:38 smithi136 bash[11745]: audit 2022-04-26T03:04:37.311651+0000 mon.smithi136 (mon.0) 824 : audit [DBG] from='client.? 172.21.15.136:0/1561151984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:40 smithi136 bash[11745]: cluster 2022-04-26T03:04:38.794105+0000 mgr.smithi136.ofnrfx (mgr.14188) 513 : cluster [DBG] pgmap v455: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:40 smithi145 bash[13673]: cluster 2022-04-26T03:04:38.794105+0000 mgr.smithi136.ofnrfx (mgr.14188) 513 : cluster [DBG] pgmap v455: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:42.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:42.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:42.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:42 smithi136 bash[11745]: cluster 2022-04-26T03:04:40.794761+0000 mgr.smithi136.ofnrfx (mgr.14188) 514 : cluster [DBG] pgmap v456: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:42 smithi145 bash[13673]: cluster 2022-04-26T03:04:40.794761+0000 mgr.smithi136.ofnrfx (mgr.14188) 514 : cluster [DBG] pgmap v456: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:42.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:43.532 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:43 smithi136 bash[11745]: audit 2022-04-26T03:04:42.642228+0000 mon.smithi136 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.136:0/2399024073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:43 smithi145 bash[13673]: audit 2022-04-26T03:04:42.642228+0000 mon.smithi136 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.136:0/2399024073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:44 smithi136 bash[11745]: cluster 2022-04-26T03:04:42.795411+0000 mgr.smithi136.ofnrfx (mgr.14188) 515 : cluster [DBG] pgmap v457: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:44 smithi145 bash[13673]: cluster 2022-04-26T03:04:42.795411+0000 mgr.smithi136.ofnrfx (mgr.14188) 515 : cluster [DBG] pgmap v457: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:46 smithi136 bash[11745]: cluster 2022-04-26T03:04:44.796172+0000 mgr.smithi136.ofnrfx (mgr.14188) 516 : cluster [DBG] pgmap v458: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:46 smithi145 bash[13673]: cluster 2022-04-26T03:04:44.796172+0000 mgr.smithi136.ofnrfx (mgr.14188) 516 : cluster [DBG] pgmap v458: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:47.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:47.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:47.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:47.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:48 smithi136 bash[11745]: cluster 2022-04-26T03:04:46.796859+0000 mgr.smithi136.ofnrfx (mgr.14188) 517 : cluster [DBG] pgmap v459: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:48 smithi136 bash[11745]: audit 2022-04-26T03:04:47.967144+0000 mon.smithi136 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.136:0/577200670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:48 smithi145 bash[13673]: cluster 2022-04-26T03:04:46.796859+0000 mgr.smithi136.ofnrfx (mgr.14188) 517 : cluster [DBG] pgmap v459: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:48.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:48 smithi145 bash[13673]: audit 2022-04-26T03:04:47.967144+0000 mon.smithi136 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.136:0/577200670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:50 smithi136 bash[11745]: cluster 2022-04-26T03:04:48.797528+0000 mgr.smithi136.ofnrfx (mgr.14188) 518 : cluster [DBG] pgmap v460: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:50 smithi145 bash[13673]: cluster 2022-04-26T03:04:48.797528+0000 mgr.smithi136.ofnrfx (mgr.14188) 518 : cluster [DBG] pgmap v460: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:52 smithi136 bash[11745]: cluster 2022-04-26T03:04:50.798252+0000 mgr.smithi136.ofnrfx (mgr.14188) 519 : cluster [DBG] pgmap v461: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:52 smithi145 bash[13673]: cluster 2022-04-26T03:04:50.798252+0000 mgr.smithi136.ofnrfx (mgr.14188) 519 : cluster [DBG] pgmap v461: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:52.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:52.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:52.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:53.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:53 smithi136 bash[11745]: cluster 2022-04-26T03:04:52.799030+0000 mgr.smithi136.ofnrfx (mgr.14188) 520 : cluster [DBG] pgmap v462: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:53 smithi136 bash[11745]: audit 2022-04-26T03:04:53.300957+0000 mon.smithi136 (mon.0) 827 : audit [DBG] from='client.? 172.21.15.136:0/4049093433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:53 smithi145 bash[13673]: cluster 2022-04-26T03:04:52.799030+0000 mgr.smithi136.ofnrfx (mgr.14188) 520 : cluster [DBG] pgmap v462: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:53 smithi145 bash[13673]: audit 2022-04-26T03:04:53.300957+0000 mon.smithi136 (mon.0) 827 : audit [DBG] from='client.? 172.21.15.136:0/4049093433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:55 smithi136 bash[11745]: cluster 2022-04-26T03:04:54.799697+0000 mgr.smithi136.ofnrfx (mgr.14188) 521 : cluster [DBG] pgmap v463: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:55 smithi145 bash[13673]: cluster 2022-04-26T03:04:54.799697+0000 mgr.smithi136.ofnrfx (mgr.14188) 521 : cluster [DBG] pgmap v463: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:57 smithi136 bash[11745]: cluster 2022-04-26T03:04:56.800335+0000 mgr.smithi136.ofnrfx (mgr.14188) 522 : cluster [DBG] pgmap v464: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:58.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:04:58.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:04:58.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:04:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:57 smithi145 bash[13673]: cluster 2022-04-26T03:04:56.800335+0000 mgr.smithi136.ofnrfx (mgr.14188) 522 : cluster [DBG] pgmap v464: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:04:58.647 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:04:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:58 smithi136 bash[11745]: audit 2022-04-26T03:04:58.626194+0000 mon.smithi136 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.136:0/2341640506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:04:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:58 smithi145 bash[13673]: audit 2022-04-26T03:04:58.626194+0000 mon.smithi136 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.136:0/2341640506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:04:59 smithi136 bash[11745]: cluster 2022-04-26T03:04:58.800956+0000 mgr.smithi136.ofnrfx (mgr.14188) 523 : cluster [DBG] pgmap v465: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:04:59 smithi145 bash[13673]: cluster 2022-04-26T03:04:58.800956+0000 mgr.smithi136.ofnrfx (mgr.14188) 523 : cluster [DBG] pgmap v465: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:01 smithi136 bash[11745]: cluster 2022-04-26T03:05:00.801612+0000 mgr.smithi136.ofnrfx (mgr.14188) 524 : cluster [DBG] pgmap v466: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:01 smithi136 bash[11745]: audit 2022-04-26T03:05:01.817654+0000 mon.smithi136 (mon.0) 829 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:05:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:01 smithi136 bash[11745]: audit 2022-04-26T03:05:01.825345+0000 mon.smithi136 (mon.0) 830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:05:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:01 smithi145 bash[13673]: cluster 2022-04-26T03:05:00.801612+0000 mgr.smithi136.ofnrfx (mgr.14188) 524 : cluster [DBG] pgmap v466: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:01 smithi145 bash[13673]: audit 2022-04-26T03:05:01.817654+0000 mon.smithi136 (mon.0) 829 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:05:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:01 smithi145 bash[13673]: audit 2022-04-26T03:05:01.825345+0000 mon.smithi136 (mon.0) 830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:05:03.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:03.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:03.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:03.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:03 smithi136 bash[11745]: cluster 2022-04-26T03:05:02.802242+0000 mgr.smithi136.ofnrfx (mgr.14188) 525 : cluster [DBG] pgmap v467: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:03 smithi136 bash[11745]: audit 2022-04-26T03:05:03.957701+0000 mon.smithi136 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.136:0/2401639268' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:03 smithi145 bash[13673]: cluster 2022-04-26T03:05:02.802242+0000 mgr.smithi136.ofnrfx (mgr.14188) 525 : cluster [DBG] pgmap v467: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:03 smithi145 bash[13673]: audit 2022-04-26T03:05:03.957701+0000 mon.smithi136 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.136:0/2401639268' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:05 smithi136 bash[11745]: cluster 2022-04-26T03:05:04.802869+0000 mgr.smithi136.ofnrfx (mgr.14188) 526 : cluster [DBG] pgmap v468: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:05 smithi145 bash[13673]: cluster 2022-04-26T03:05:04.802869+0000 mgr.smithi136.ofnrfx (mgr.14188) 526 : cluster [DBG] pgmap v468: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:07 smithi136 bash[11745]: cluster 2022-04-26T03:05:06.803564+0000 mgr.smithi136.ofnrfx (mgr.14188) 527 : cluster [DBG] pgmap v469: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:08 smithi145 bash[13673]: cluster 2022-04-26T03:05:06.803564+0000 mgr.smithi136.ofnrfx (mgr.14188) 527 : cluster [DBG] pgmap v469: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:08.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:08.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:08.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:09.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:10 smithi136 bash[11745]: cluster 2022-04-26T03:05:08.804210+0000 mgr.smithi136.ofnrfx (mgr.14188) 528 : cluster [DBG] pgmap v470: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:10 smithi136 bash[11745]: audit 2022-04-26T03:05:09.288170+0000 mon.smithi136 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.136:0/387529707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:10 smithi145 bash[13673]: cluster 2022-04-26T03:05:08.804210+0000 mgr.smithi136.ofnrfx (mgr.14188) 528 : cluster [DBG] pgmap v470: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:10 smithi145 bash[13673]: audit 2022-04-26T03:05:09.288170+0000 mon.smithi136 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.136:0/387529707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:12 smithi136 bash[11745]: cluster 2022-04-26T03:05:10.804802+0000 mgr.smithi136.ofnrfx (mgr.14188) 529 : cluster [DBG] pgmap v471: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:12 smithi145 bash[13673]: cluster 2022-04-26T03:05:10.804802+0000 mgr.smithi136.ofnrfx (mgr.14188) 529 : cluster [DBG] pgmap v471: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:14.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:14.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:14.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:14 smithi136 bash[11745]: cluster 2022-04-26T03:05:12.805430+0000 mgr.smithi136.ofnrfx (mgr.14188) 530 : cluster [DBG] pgmap v472: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:14 smithi145 bash[13673]: cluster 2022-04-26T03:05:12.805430+0000 mgr.smithi136.ofnrfx (mgr.14188) 530 : cluster [DBG] pgmap v472: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:14.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:15 smithi136 bash[11745]: audit 2022-04-26T03:05:14.620343+0000 mon.smithi136 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.136:0/4037500856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:15 smithi145 bash[13673]: audit 2022-04-26T03:05:14.620343+0000 mon.smithi136 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.136:0/4037500856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:16 smithi136 bash[11745]: cluster 2022-04-26T03:05:14.806044+0000 mgr.smithi136.ofnrfx (mgr.14188) 531 : cluster [DBG] pgmap v473: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:16 smithi145 bash[13673]: cluster 2022-04-26T03:05:14.806044+0000 mgr.smithi136.ofnrfx (mgr.14188) 531 : cluster [DBG] pgmap v473: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:18 smithi136 bash[11745]: cluster 2022-04-26T03:05:16.806660+0000 mgr.smithi136.ofnrfx (mgr.14188) 532 : cluster [DBG] pgmap v474: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:18 smithi145 bash[13673]: cluster 2022-04-26T03:05:16.806660+0000 mgr.smithi136.ofnrfx (mgr.14188) 532 : cluster [DBG] pgmap v474: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:19.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:19.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:19.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:19.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:20 smithi136 bash[11745]: cluster 2022-04-26T03:05:18.807237+0000 mgr.smithi136.ofnrfx (mgr.14188) 533 : cluster [DBG] pgmap v475: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:20 smithi136 bash[11745]: audit 2022-04-26T03:05:19.942454+0000 mon.smithi136 (mon.0) 834 : audit [DBG] from='client.? 172.21.15.136:0/3653811392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:20 smithi145 bash[13673]: cluster 2022-04-26T03:05:18.807237+0000 mgr.smithi136.ofnrfx (mgr.14188) 533 : cluster [DBG] pgmap v475: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:20 smithi145 bash[13673]: audit 2022-04-26T03:05:19.942454+0000 mon.smithi136 (mon.0) 834 : audit [DBG] from='client.? 172.21.15.136:0/3653811392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:22 smithi136 bash[11745]: cluster 2022-04-26T03:05:20.807890+0000 mgr.smithi136.ofnrfx (mgr.14188) 534 : cluster [DBG] pgmap v476: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:22 smithi145 bash[13673]: cluster 2022-04-26T03:05:20.807890+0000 mgr.smithi136.ofnrfx (mgr.14188) 534 : cluster [DBG] pgmap v476: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:23 smithi136 bash[11745]: audit 2022-04-26T03:05:22.814735+0000 mon.smithi136 (mon.0) 835 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:05:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:23 smithi136 bash[11745]: audit 2022-04-26T03:05:22.817520+0000 mon.smithi136 (mon.0) 836 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:05:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:23 smithi136 bash[11745]: audit 2022-04-26T03:05:22.819457+0000 mon.smithi136 (mon.0) 837 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:05:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:23 smithi145 bash[13673]: audit 2022-04-26T03:05:22.814735+0000 mon.smithi136 (mon.0) 835 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:05:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:23 smithi145 bash[13673]: audit 2022-04-26T03:05:22.817520+0000 mon.smithi136 (mon.0) 836 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:05:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:23 smithi145 bash[13673]: audit 2022-04-26T03:05:22.819457+0000 mon.smithi136 (mon.0) 837 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:05:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:24 smithi136 bash[11745]: cluster 2022-04-26T03:05:22.808596+0000 mgr.smithi136.ofnrfx (mgr.14188) 535 : cluster [DBG] pgmap v477: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:24 smithi136 bash[11745]: cluster 2022-04-26T03:05:23.146766+0000 mgr.smithi136.ofnrfx (mgr.14188) 536 : cluster [DBG] pgmap v478: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:24 smithi136 bash[11745]: cluster 2022-04-26T03:05:23.147414+0000 mgr.smithi136.ofnrfx (mgr.14188) 537 : cluster [DBG] pgmap v479: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:24 smithi136 bash[11745]: audit 2022-04-26T03:05:23.152643+0000 mon.smithi136 (mon.0) 838 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:05:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:24 smithi136 bash[11745]: audit 2022-04-26T03:05:23.158910+0000 mon.smithi136 (mon.0) 839 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:05:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:24 smithi136 bash[11745]: cephadm 2022-04-26T03:05:23.160108+0000 mgr.smithi136.ofnrfx (mgr.14188) 538 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:05:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:24 smithi136 bash[11745]: cephadm 2022-04-26T03:05:23.160320+0000 mgr.smithi136.ofnrfx (mgr.14188) 539 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:05:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:24 smithi145 bash[13673]: cluster 2022-04-26T03:05:22.808596+0000 mgr.smithi136.ofnrfx (mgr.14188) 535 : cluster [DBG] pgmap v477: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:24 smithi145 bash[13673]: cluster 2022-04-26T03:05:23.146766+0000 mgr.smithi136.ofnrfx (mgr.14188) 536 : cluster [DBG] pgmap v478: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:24 smithi145 bash[13673]: cluster 2022-04-26T03:05:23.147414+0000 mgr.smithi136.ofnrfx (mgr.14188) 537 : cluster [DBG] pgmap v479: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:24 smithi145 bash[13673]: audit 2022-04-26T03:05:23.152643+0000 mon.smithi136 (mon.0) 838 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:05:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:24 smithi145 bash[13673]: audit 2022-04-26T03:05:23.158910+0000 mon.smithi136 (mon.0) 839 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:05:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:24 smithi145 bash[13673]: cephadm 2022-04-26T03:05:23.160108+0000 mgr.smithi136.ofnrfx (mgr.14188) 538 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:05:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:24 smithi145 bash[13673]: cephadm 2022-04-26T03:05:23.160320+0000 mgr.smithi136.ofnrfx (mgr.14188) 539 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:05:24.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:24.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:24.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:25.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:26 smithi136 bash[11745]: cluster 2022-04-26T03:05:25.148030+0000 mgr.smithi136.ofnrfx (mgr.14188) 540 : cluster [DBG] pgmap v480: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:26 smithi136 bash[11745]: audit 2022-04-26T03:05:25.282973+0000 mon.smithi136 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.136:0/648450764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:26 smithi145 bash[13673]: cluster 2022-04-26T03:05:25.148030+0000 mgr.smithi136.ofnrfx (mgr.14188) 540 : cluster [DBG] pgmap v480: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:26 smithi145 bash[13673]: audit 2022-04-26T03:05:25.282973+0000 mon.smithi136 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.136:0/648450764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:28 smithi136 bash[11745]: cluster 2022-04-26T03:05:27.148664+0000 mgr.smithi136.ofnrfx (mgr.14188) 541 : cluster [DBG] pgmap v481: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:28.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:28 smithi145 bash[13673]: cluster 2022-04-26T03:05:27.148664+0000 mgr.smithi136.ofnrfx (mgr.14188) 541 : cluster [DBG] pgmap v481: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:30.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:30.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:30.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:30 smithi136 bash[11745]: cluster 2022-04-26T03:05:29.149328+0000 mgr.smithi136.ofnrfx (mgr.14188) 542 : cluster [DBG] pgmap v482: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:30.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:30 smithi145 bash[13673]: cluster 2022-04-26T03:05:29.149328+0000 mgr.smithi136.ofnrfx (mgr.14188) 542 : cluster [DBG] pgmap v482: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:31 smithi136 bash[11745]: audit 2022-04-26T03:05:30.608994+0000 mon.smithi136 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.136:0/1118531116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:31 smithi145 bash[13673]: audit 2022-04-26T03:05:30.608994+0000 mon.smithi136 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.136:0/1118531116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:32 smithi136 bash[11745]: cluster 2022-04-26T03:05:31.149976+0000 mgr.smithi136.ofnrfx (mgr.14188) 543 : cluster [DBG] pgmap v483: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:32 smithi145 bash[13673]: cluster 2022-04-26T03:05:31.149976+0000 mgr.smithi136.ofnrfx (mgr.14188) 543 : cluster [DBG] pgmap v483: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:33 smithi136 bash[11745]: cluster 2022-04-26T03:05:33.150610+0000 mgr.smithi136.ofnrfx (mgr.14188) 544 : cluster [DBG] pgmap v484: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:33 smithi145 bash[13673]: cluster 2022-04-26T03:05:33.150610+0000 mgr.smithi136.ofnrfx (mgr.14188) 544 : cluster [DBG] pgmap v484: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:35 smithi136 bash[11745]: cluster 2022-04-26T03:05:35.151252+0000 mgr.smithi136.ofnrfx (mgr.14188) 545 : cluster [DBG] pgmap v485: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:35.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:35.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:35.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:35 smithi145 bash[13673]: cluster 2022-04-26T03:05:35.151252+0000 mgr.smithi136.ofnrfx (mgr.14188) 545 : cluster [DBG] pgmap v485: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:35.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:36 smithi136 bash[11745]: audit 2022-04-26T03:05:35.932871+0000 mon.smithi136 (mon.0) 842 : audit [DBG] from='client.? 172.21.15.136:0/590349321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:36 smithi145 bash[13673]: audit 2022-04-26T03:05:35.932871+0000 mon.smithi136 (mon.0) 842 : audit [DBG] from='client.? 172.21.15.136:0/590349321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:37 smithi136 bash[11745]: cluster 2022-04-26T03:05:37.151913+0000 mgr.smithi136.ofnrfx (mgr.14188) 546 : cluster [DBG] pgmap v486: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:37 smithi145 bash[13673]: cluster 2022-04-26T03:05:37.151913+0000 mgr.smithi136.ofnrfx (mgr.14188) 546 : cluster [DBG] pgmap v486: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:39 smithi136 bash[11745]: cluster 2022-04-26T03:05:39.152648+0000 mgr.smithi136.ofnrfx (mgr.14188) 547 : cluster [DBG] pgmap v487: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:39 smithi145 bash[13673]: cluster 2022-04-26T03:05:39.152648+0000 mgr.smithi136.ofnrfx (mgr.14188) 547 : cluster [DBG] pgmap v487: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:40.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:40.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:40.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:41.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:41 smithi136 bash[11745]: cluster 2022-04-26T03:05:41.153218+0000 mgr.smithi136.ofnrfx (mgr.14188) 548 : cluster [DBG] pgmap v488: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:41 smithi145 bash[13673]: cluster 2022-04-26T03:05:41.153218+0000 mgr.smithi136.ofnrfx (mgr.14188) 548 : cluster [DBG] pgmap v488: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:42 smithi136 bash[11745]: audit 2022-04-26T03:05:41.263115+0000 mon.smithi136 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.136:0/3205261520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:42 smithi145 bash[13673]: audit 2022-04-26T03:05:41.263115+0000 mon.smithi136 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.136:0/3205261520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:43 smithi136 bash[11745]: cluster 2022-04-26T03:05:43.153822+0000 mgr.smithi136.ofnrfx (mgr.14188) 549 : cluster [DBG] pgmap v489: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:43 smithi145 bash[13673]: cluster 2022-04-26T03:05:43.153822+0000 mgr.smithi136.ofnrfx (mgr.14188) 549 : cluster [DBG] pgmap v489: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:45 smithi136 bash[11745]: cluster 2022-04-26T03:05:45.154454+0000 mgr.smithi136.ofnrfx (mgr.14188) 550 : cluster [DBG] pgmap v490: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:45 smithi145 bash[13673]: cluster 2022-04-26T03:05:45.154454+0000 mgr.smithi136.ofnrfx (mgr.14188) 550 : cluster [DBG] pgmap v490: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:46.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:46.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:46.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:46.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:46 smithi145 bash[13673]: audit 2022-04-26T03:05:46.588075+0000 mon.smithi136 (mon.0) 844 : audit [DBG] from='client.? 172.21.15.136:0/495258827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:46 smithi136 bash[11745]: audit 2022-04-26T03:05:46.588075+0000 mon.smithi136 (mon.0) 844 : audit [DBG] from='client.? 172.21.15.136:0/495258827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:47 smithi136 bash[11745]: cluster 2022-04-26T03:05:47.155170+0000 mgr.smithi136.ofnrfx (mgr.14188) 551 : cluster [DBG] pgmap v491: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:47 smithi145 bash[13673]: cluster 2022-04-26T03:05:47.155170+0000 mgr.smithi136.ofnrfx (mgr.14188) 551 : cluster [DBG] pgmap v491: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:49 smithi136 bash[11745]: cluster 2022-04-26T03:05:49.155900+0000 mgr.smithi136.ofnrfx (mgr.14188) 552 : cluster [DBG] pgmap v492: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:49 smithi145 bash[13673]: cluster 2022-04-26T03:05:49.155900+0000 mgr.smithi136.ofnrfx (mgr.14188) 552 : cluster [DBG] pgmap v492: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:51 smithi136 bash[11745]: cluster 2022-04-26T03:05:51.156585+0000 mgr.smithi136.ofnrfx (mgr.14188) 553 : cluster [DBG] pgmap v493: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:51.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:51.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:51.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:51 smithi145 bash[13673]: cluster 2022-04-26T03:05:51.156585+0000 mgr.smithi136.ofnrfx (mgr.14188) 553 : cluster [DBG] pgmap v493: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:51.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:52 smithi136 bash[11745]: audit 2022-04-26T03:05:51.923448+0000 mon.smithi136 (mon.0) 845 : audit [DBG] from='client.? 172.21.15.136:0/3787701974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:52 smithi145 bash[13673]: audit 2022-04-26T03:05:51.923448+0000 mon.smithi136 (mon.0) 845 : audit [DBG] from='client.? 172.21.15.136:0/3787701974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:53 smithi136 bash[11745]: cluster 2022-04-26T03:05:53.157254+0000 mgr.smithi136.ofnrfx (mgr.14188) 554 : cluster [DBG] pgmap v494: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:53 smithi145 bash[13673]: cluster 2022-04-26T03:05:53.157254+0000 mgr.smithi136.ofnrfx (mgr.14188) 554 : cluster [DBG] pgmap v494: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:55 smithi136 bash[11745]: cluster 2022-04-26T03:05:55.157897+0000 mgr.smithi136.ofnrfx (mgr.14188) 555 : cluster [DBG] pgmap v495: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:55 smithi145 bash[13673]: cluster 2022-04-26T03:05:55.157897+0000 mgr.smithi136.ofnrfx (mgr.14188) 555 : cluster [DBG] pgmap v495: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:56.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:05:56.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:05:56.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:05:57.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:05:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:57 smithi136 bash[11745]: cluster 2022-04-26T03:05:57.158491+0000 mgr.smithi136.ofnrfx (mgr.14188) 556 : cluster [DBG] pgmap v496: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:57 smithi145 bash[13673]: cluster 2022-04-26T03:05:57.158491+0000 mgr.smithi136.ofnrfx (mgr.14188) 556 : cluster [DBG] pgmap v496: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:58 smithi136 bash[11745]: audit 2022-04-26T03:05:57.252489+0000 mon.smithi136 (mon.0) 846 : audit [DBG] from='client.? 172.21.15.136:0/2717406017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:58.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:58 smithi145 bash[13673]: audit 2022-04-26T03:05:57.252489+0000 mon.smithi136 (mon.0) 846 : audit [DBG] from='client.? 172.21.15.136:0/2717406017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:05:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:05:59 smithi136 bash[11745]: cluster 2022-04-26T03:05:59.159122+0000 mgr.smithi136.ofnrfx (mgr.14188) 557 : cluster [DBG] pgmap v497: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:05:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:05:59 smithi145 bash[13673]: cluster 2022-04-26T03:05:59.159122+0000 mgr.smithi136.ofnrfx (mgr.14188) 557 : cluster [DBG] pgmap v497: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:01 smithi136 bash[11745]: cluster 2022-04-26T03:06:01.159795+0000 mgr.smithi136.ofnrfx (mgr.14188) 558 : cluster [DBG] pgmap v498: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:01 smithi145 bash[13673]: cluster 2022-04-26T03:06:01.159795+0000 mgr.smithi136.ofnrfx (mgr.14188) 558 : cluster [DBG] pgmap v498: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:02.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:02.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:02.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:02 smithi136 bash[11745]: audit 2022-04-26T03:06:01.823764+0000 mon.smithi136 (mon.0) 847 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:06:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:02 smithi136 bash[11745]: audit 2022-04-26T03:06:01.829069+0000 mon.smithi136 (mon.0) 848 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:06:02.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:02 smithi145 bash[13673]: audit 2022-04-26T03:06:01.823764+0000 mon.smithi136 (mon.0) 847 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:06:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:02 smithi145 bash[13673]: audit 2022-04-26T03:06:01.829069+0000 mon.smithi136 (mon.0) 848 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:06:03.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:03 smithi136 bash[11745]: audit 2022-04-26T03:06:02.581410+0000 mon.smithi136 (mon.0) 849 : audit [DBG] from='client.? 172.21.15.136:0/940552715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:03.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:03 smithi136 bash[11745]: cluster 2022-04-26T03:06:03.160456+0000 mgr.smithi136.ofnrfx (mgr.14188) 559 : cluster [DBG] pgmap v499: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:03 smithi145 bash[13673]: audit 2022-04-26T03:06:02.581410+0000 mon.smithi136 (mon.0) 849 : audit [DBG] from='client.? 172.21.15.136:0/940552715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:03 smithi145 bash[13673]: cluster 2022-04-26T03:06:03.160456+0000 mgr.smithi136.ofnrfx (mgr.14188) 559 : cluster [DBG] pgmap v499: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:05 smithi136 bash[11745]: cluster 2022-04-26T03:06:05.161125+0000 mgr.smithi136.ofnrfx (mgr.14188) 560 : cluster [DBG] pgmap v500: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:05 smithi145 bash[13673]: cluster 2022-04-26T03:06:05.161125+0000 mgr.smithi136.ofnrfx (mgr.14188) 560 : cluster [DBG] pgmap v500: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:07 smithi136 bash[11745]: cluster 2022-04-26T03:06:07.161738+0000 mgr.smithi136.ofnrfx (mgr.14188) 561 : cluster [DBG] pgmap v501: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:07.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:07.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:07.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:07 smithi145 bash[13673]: cluster 2022-04-26T03:06:07.161738+0000 mgr.smithi136.ofnrfx (mgr.14188) 561 : cluster [DBG] pgmap v501: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:07.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:08 smithi136 bash[11745]: audit 2022-04-26T03:06:07.910968+0000 mon.smithi136 (mon.0) 850 : audit [DBG] from='client.? 172.21.15.136:0/1659038405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:08.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:08 smithi145 bash[13673]: audit 2022-04-26T03:06:07.910968+0000 mon.smithi136 (mon.0) 850 : audit [DBG] from='client.? 172.21.15.136:0/1659038405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:09 smithi136 bash[11745]: cluster 2022-04-26T03:06:09.162382+0000 mgr.smithi136.ofnrfx (mgr.14188) 562 : cluster [DBG] pgmap v502: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:09 smithi145 bash[13673]: cluster 2022-04-26T03:06:09.162382+0000 mgr.smithi136.ofnrfx (mgr.14188) 562 : cluster [DBG] pgmap v502: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:11 smithi136 bash[11745]: cluster 2022-04-26T03:06:11.162992+0000 mgr.smithi136.ofnrfx (mgr.14188) 563 : cluster [DBG] pgmap v503: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:11 smithi145 bash[13673]: cluster 2022-04-26T03:06:11.162992+0000 mgr.smithi136.ofnrfx (mgr.14188) 563 : cluster [DBG] pgmap v503: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:12.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:12.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:12.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:13.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:13 smithi136 bash[11745]: cluster 2022-04-26T03:06:13.163678+0000 mgr.smithi136.ofnrfx (mgr.14188) 564 : cluster [DBG] pgmap v504: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:13 smithi136 bash[11745]: audit 2022-04-26T03:06:13.238651+0000 mon.smithi136 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.136:0/3912402540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:13 smithi145 bash[13673]: cluster 2022-04-26T03:06:13.163678+0000 mgr.smithi136.ofnrfx (mgr.14188) 564 : cluster [DBG] pgmap v504: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:13 smithi145 bash[13673]: audit 2022-04-26T03:06:13.238651+0000 mon.smithi136 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.136:0/3912402540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:15 smithi136 bash[11745]: cluster 2022-04-26T03:06:15.164277+0000 mgr.smithi136.ofnrfx (mgr.14188) 565 : cluster [DBG] pgmap v505: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:15 smithi145 bash[13673]: cluster 2022-04-26T03:06:15.164277+0000 mgr.smithi136.ofnrfx (mgr.14188) 565 : cluster [DBG] pgmap v505: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:17 smithi136 bash[11745]: cluster 2022-04-26T03:06:17.164941+0000 mgr.smithi136.ofnrfx (mgr.14188) 566 : cluster [DBG] pgmap v506: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:17 smithi145 bash[13673]: cluster 2022-04-26T03:06:17.164941+0000 mgr.smithi136.ofnrfx (mgr.14188) 566 : cluster [DBG] pgmap v506: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:18.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:18.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:18.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:18.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:18 smithi136 bash[11745]: audit 2022-04-26T03:06:18.560977+0000 mon.smithi136 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.136:0/3957525467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:18 smithi145 bash[13673]: audit 2022-04-26T03:06:18.560977+0000 mon.smithi136 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.136:0/3957525467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:19 smithi136 bash[11745]: cluster 2022-04-26T03:06:19.165619+0000 mgr.smithi136.ofnrfx (mgr.14188) 567 : cluster [DBG] pgmap v507: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:19 smithi145 bash[13673]: cluster 2022-04-26T03:06:19.165619+0000 mgr.smithi136.ofnrfx (mgr.14188) 567 : cluster [DBG] pgmap v507: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:21 smithi136 bash[11745]: cluster 2022-04-26T03:06:21.166278+0000 mgr.smithi136.ofnrfx (mgr.14188) 568 : cluster [DBG] pgmap v508: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:21 smithi145 bash[13673]: cluster 2022-04-26T03:06:21.166278+0000 mgr.smithi136.ofnrfx (mgr.14188) 568 : cluster [DBG] pgmap v508: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:23.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:23.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:23.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:23.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:23 smithi136 bash[11745]: cluster 2022-04-26T03:06:23.166931+0000 mgr.smithi136.ofnrfx (mgr.14188) 569 : cluster [DBG] pgmap v509: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:23 smithi136 bash[11745]: audit 2022-04-26T03:06:23.170969+0000 mon.smithi136 (mon.0) 853 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:06:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:23 smithi136 bash[11745]: audit 2022-04-26T03:06:23.173751+0000 mon.smithi136 (mon.0) 854 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:06:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:23 smithi136 bash[11745]: audit 2022-04-26T03:06:23.175509+0000 mon.smithi136 (mon.0) 855 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:06:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:23 smithi136 bash[11745]: audit 2022-04-26T03:06:23.502715+0000 mon.smithi136 (mon.0) 856 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:06:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:23 smithi136 bash[11745]: audit 2022-04-26T03:06:23.513319+0000 mon.smithi136 (mon.0) 857 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:06:24.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:23 smithi136 bash[11745]: audit 2022-04-26T03:06:23.899377+0000 mon.smithi136 (mon.0) 858 : audit [DBG] from='client.? 172.21.15.136:0/3226348699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:23 smithi145 bash[13673]: cluster 2022-04-26T03:06:23.166931+0000 mgr.smithi136.ofnrfx (mgr.14188) 569 : cluster [DBG] pgmap v509: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:23 smithi145 bash[13673]: audit 2022-04-26T03:06:23.170969+0000 mon.smithi136 (mon.0) 853 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:06:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:23 smithi145 bash[13673]: audit 2022-04-26T03:06:23.173751+0000 mon.smithi136 (mon.0) 854 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:06:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:23 smithi145 bash[13673]: audit 2022-04-26T03:06:23.175509+0000 mon.smithi136 (mon.0) 855 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:06:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:23 smithi145 bash[13673]: audit 2022-04-26T03:06:23.502715+0000 mon.smithi136 (mon.0) 856 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:06:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:23 smithi145 bash[13673]: audit 2022-04-26T03:06:23.513319+0000 mon.smithi136 (mon.0) 857 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:06:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:23 smithi145 bash[13673]: audit 2022-04-26T03:06:23.899377+0000 mon.smithi136 (mon.0) 858 : audit [DBG] from='client.? 172.21.15.136:0/3226348699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:24 smithi136 bash[11745]: cluster 2022-04-26T03:06:23.496870+0000 mgr.smithi136.ofnrfx (mgr.14188) 570 : cluster [DBG] pgmap v510: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:24 smithi136 bash[11745]: cluster 2022-04-26T03:06:23.497121+0000 mgr.smithi136.ofnrfx (mgr.14188) 571 : cluster [DBG] pgmap v511: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:24 smithi136 bash[11745]: cephadm 2022-04-26T03:06:23.514515+0000 mgr.smithi136.ofnrfx (mgr.14188) 572 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:06:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:24 smithi136 bash[11745]: cephadm 2022-04-26T03:06:23.514722+0000 mgr.smithi136.ofnrfx (mgr.14188) 573 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:06:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:24 smithi145 bash[13673]: cluster 2022-04-26T03:06:23.496870+0000 mgr.smithi136.ofnrfx (mgr.14188) 570 : cluster [DBG] pgmap v510: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:24 smithi145 bash[13673]: cluster 2022-04-26T03:06:23.497121+0000 mgr.smithi136.ofnrfx (mgr.14188) 571 : cluster [DBG] pgmap v511: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:25 smithi145 bash[13673]: cephadm 2022-04-26T03:06:23.514515+0000 mgr.smithi136.ofnrfx (mgr.14188) 572 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:06:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:25 smithi145 bash[13673]: cephadm 2022-04-26T03:06:23.514722+0000 mgr.smithi136.ofnrfx (mgr.14188) 573 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:06:27.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:27 smithi136 bash[11745]: cluster 2022-04-26T03:06:25.497709+0000 mgr.smithi136.ofnrfx (mgr.14188) 574 : cluster [DBG] pgmap v512: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:27 smithi145 bash[13673]: cluster 2022-04-26T03:06:25.497709+0000 mgr.smithi136.ofnrfx (mgr.14188) 574 : cluster [DBG] pgmap v512: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:28 smithi136 bash[11745]: cluster 2022-04-26T03:06:27.982152+0000 mon.smithi136 (mon.0) 859 : cluster [INF] Marking osd.1 out (has been down for 603 seconds) 2022-04-26T03:06:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:28 smithi136 bash[11745]: cluster 2022-04-26T03:06:27.982549+0000 mon.smithi136 (mon.0) 860 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2022-04-26T03:06:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:28 smithi136 bash[11745]: cluster 2022-04-26T03:06:27.989875+0000 mon.smithi136 (mon.0) 861 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2022-04-26T03:06:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:28 smithi145 bash[13673]: cluster 2022-04-26T03:06:27.982152+0000 mon.smithi136 (mon.0) 859 : cluster [INF] Marking osd.1 out (has been down for 603 seconds) 2022-04-26T03:06:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:28 smithi145 bash[13673]: cluster 2022-04-26T03:06:27.982549+0000 mon.smithi136 (mon.0) 860 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2022-04-26T03:06:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:28 smithi145 bash[13673]: cluster 2022-04-26T03:06:27.989875+0000 mon.smithi136 (mon.0) 861 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2022-04-26T03:06:28.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:28.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:28.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:29.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:29 smithi136 bash[11745]: cluster 2022-04-26T03:06:27.498362+0000 mgr.smithi136.ofnrfx (mgr.14188) 575 : cluster [DBG] pgmap v513: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:29 smithi145 bash[13673]: cluster 2022-04-26T03:06:27.498362+0000 mgr.smithi136.ofnrfx (mgr.14188) 575 : cluster [DBG] pgmap v513: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2022-04-26T03:06:30.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:30 smithi136 bash[11745]: audit 2022-04-26T03:06:29.235280+0000 mon.smithi136 (mon.0) 862 : audit [DBG] from='client.? 172.21.15.136:0/877297034' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:30 smithi145 bash[13673]: audit 2022-04-26T03:06:29.235280+0000 mon.smithi136 (mon.0) 862 : audit [DBG] from='client.? 172.21.15.136:0/877297034' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:31 smithi136 bash[11745]: cluster 2022-04-26T03:06:29.499014+0000 mgr.smithi136.ofnrfx (mgr.14188) 576 : cluster [DBG] pgmap v515: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:31 smithi145 bash[13673]: cluster 2022-04-26T03:06:29.499014+0000 mgr.smithi136.ofnrfx (mgr.14188) 576 : cluster [DBG] pgmap v515: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:32 smithi136 bash[11745]: cluster 2022-04-26T03:06:31.499807+0000 mgr.smithi136.ofnrfx (mgr.14188) 577 : cluster [DBG] pgmap v516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:33.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:32 smithi136 bash[11745]: audit 2022-04-26T03:06:31.776609+0000 mon.smithi136 (mon.0) 863 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:06:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:32 smithi145 bash[13673]: cluster 2022-04-26T03:06:31.499807+0000 mgr.smithi136.ofnrfx (mgr.14188) 577 : cluster [DBG] pgmap v516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:32 smithi145 bash[13673]: audit 2022-04-26T03:06:31.776609+0000 mon.smithi136 (mon.0) 863 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:06:34.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:34.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:34.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:34.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:34 smithi136 bash[11745]: cluster 2022-04-26T03:06:33.500468+0000 mgr.smithi136.ofnrfx (mgr.14188) 578 : cluster [DBG] pgmap v517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:34 smithi136 bash[11745]: audit 2022-04-26T03:06:34.567626+0000 mon.smithi136 (mon.0) 864 : audit [DBG] from='client.? 172.21.15.136:0/1707505308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:34 smithi145 bash[13673]: cluster 2022-04-26T03:06:33.500468+0000 mgr.smithi136.ofnrfx (mgr.14188) 578 : cluster [DBG] pgmap v517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:34 smithi145 bash[13673]: audit 2022-04-26T03:06:34.567626+0000 mon.smithi136 (mon.0) 864 : audit [DBG] from='client.? 172.21.15.136:0/1707505308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:37.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:36 smithi136 bash[11745]: cluster 2022-04-26T03:06:35.501106+0000 mgr.smithi136.ofnrfx (mgr.14188) 579 : cluster [DBG] pgmap v518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:37 smithi145 bash[13673]: cluster 2022-04-26T03:06:35.501106+0000 mgr.smithi136.ofnrfx (mgr.14188) 579 : cluster [DBG] pgmap v518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:39 smithi136 bash[11745]: cluster 2022-04-26T03:06:37.501752+0000 mgr.smithi136.ofnrfx (mgr.14188) 580 : cluster [DBG] pgmap v519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:39 smithi145 bash[13673]: cluster 2022-04-26T03:06:37.501752+0000 mgr.smithi136.ofnrfx (mgr.14188) 580 : cluster [DBG] pgmap v519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:39.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:39.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:39.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:39.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:40.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:40 smithi136 bash[11745]: audit 2022-04-26T03:06:39.891724+0000 mon.smithi136 (mon.0) 865 : audit [DBG] from='client.? 172.21.15.136:0/4235382299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:40 smithi145 bash[13673]: audit 2022-04-26T03:06:39.891724+0000 mon.smithi136 (mon.0) 865 : audit [DBG] from='client.? 172.21.15.136:0/4235382299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:41 smithi136 bash[11745]: cluster 2022-04-26T03:06:39.502394+0000 mgr.smithi136.ofnrfx (mgr.14188) 581 : cluster [DBG] pgmap v520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:41 smithi145 bash[13673]: cluster 2022-04-26T03:06:39.502394+0000 mgr.smithi136.ofnrfx (mgr.14188) 581 : cluster [DBG] pgmap v520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:43 smithi136 bash[11745]: cluster 2022-04-26T03:06:41.503075+0000 mgr.smithi136.ofnrfx (mgr.14188) 582 : cluster [DBG] pgmap v521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:43 smithi145 bash[13673]: cluster 2022-04-26T03:06:41.503075+0000 mgr.smithi136.ofnrfx (mgr.14188) 582 : cluster [DBG] pgmap v521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:44.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:44.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:44.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:45.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:45.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:45 smithi136 bash[11745]: cluster 2022-04-26T03:06:43.503750+0000 mgr.smithi136.ofnrfx (mgr.14188) 583 : cluster [DBG] pgmap v522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:45 smithi145 bash[13673]: cluster 2022-04-26T03:06:43.503750+0000 mgr.smithi136.ofnrfx (mgr.14188) 583 : cluster [DBG] pgmap v522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:46.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:46 smithi136 bash[11745]: audit 2022-04-26T03:06:45.221561+0000 mon.smithi136 (mon.0) 866 : audit [DBG] from='client.? 172.21.15.136:0/2542689888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:46 smithi145 bash[13673]: audit 2022-04-26T03:06:45.221561+0000 mon.smithi136 (mon.0) 866 : audit [DBG] from='client.? 172.21.15.136:0/2542689888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:47.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:47 smithi136 bash[11745]: cluster 2022-04-26T03:06:45.504383+0000 mgr.smithi136.ofnrfx (mgr.14188) 584 : cluster [DBG] pgmap v523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:47 smithi145 bash[13673]: cluster 2022-04-26T03:06:45.504383+0000 mgr.smithi136.ofnrfx (mgr.14188) 584 : cluster [DBG] pgmap v523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:49 smithi136 bash[11745]: cluster 2022-04-26T03:06:47.505040+0000 mgr.smithi136.ofnrfx (mgr.14188) 585 : cluster [DBG] pgmap v524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:49 smithi145 bash[13673]: cluster 2022-04-26T03:06:47.505040+0000 mgr.smithi136.ofnrfx (mgr.14188) 585 : cluster [DBG] pgmap v524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:50.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:50.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:50.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:50.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:51.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:51 smithi136 bash[11745]: cluster 2022-04-26T03:06:49.505666+0000 mgr.smithi136.ofnrfx (mgr.14188) 586 : cluster [DBG] pgmap v525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:51.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:51 smithi136 bash[11745]: audit 2022-04-26T03:06:50.548365+0000 mon.smithi136 (mon.0) 867 : audit [DBG] from='client.? 172.21.15.136:0/4042947035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:51 smithi145 bash[13673]: cluster 2022-04-26T03:06:49.505666+0000 mgr.smithi136.ofnrfx (mgr.14188) 586 : cluster [DBG] pgmap v525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:51 smithi145 bash[13673]: audit 2022-04-26T03:06:50.548365+0000 mon.smithi136 (mon.0) 867 : audit [DBG] from='client.? 172.21.15.136:0/4042947035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:53 smithi136 bash[11745]: cluster 2022-04-26T03:06:51.506347+0000 mgr.smithi136.ofnrfx (mgr.14188) 587 : cluster [DBG] pgmap v526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:53 smithi145 bash[13673]: cluster 2022-04-26T03:06:51.506347+0000 mgr.smithi136.ofnrfx (mgr.14188) 587 : cluster [DBG] pgmap v526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:55 smithi136 bash[11745]: cluster 2022-04-26T03:06:53.507052+0000 mgr.smithi136.ofnrfx (mgr.14188) 588 : cluster [DBG] pgmap v527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:55 smithi145 bash[13673]: cluster 2022-04-26T03:06:53.507052+0000 mgr.smithi136.ofnrfx (mgr.14188) 588 : cluster [DBG] pgmap v527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:55.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:06:55.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:06:55.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:06:55.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:06:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:56 smithi145 bash[13673]: audit 2022-04-26T03:06:55.875293+0000 mon.smithi136 (mon.0) 868 : audit [DBG] from='client.? 172.21.15.136:0/3059836558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:56 smithi136 bash[11745]: audit 2022-04-26T03:06:55.875293+0000 mon.smithi136 (mon.0) 868 : audit [DBG] from='client.? 172.21.15.136:0/3059836558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:06:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:57 smithi145 bash[13673]: cluster 2022-04-26T03:06:55.507792+0000 mgr.smithi136.ofnrfx (mgr.14188) 589 : cluster [DBG] pgmap v528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:57 smithi136 bash[11745]: cluster 2022-04-26T03:06:55.507792+0000 mgr.smithi136.ofnrfx (mgr.14188) 589 : cluster [DBG] pgmap v528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:06:59 smithi145 bash[13673]: cluster 2022-04-26T03:06:57.508448+0000 mgr.smithi136.ofnrfx (mgr.14188) 590 : cluster [DBG] pgmap v529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:06:59.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:06:59 smithi136 bash[11745]: cluster 2022-04-26T03:06:57.508448+0000 mgr.smithi136.ofnrfx (mgr.14188) 590 : cluster [DBG] pgmap v529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:00.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:00.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:00.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:01.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:01 smithi145 bash[13673]: cluster 2022-04-26T03:06:59.509084+0000 mgr.smithi136.ofnrfx (mgr.14188) 591 : cluster [DBG] pgmap v530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:01 smithi136 bash[11745]: cluster 2022-04-26T03:06:59.509084+0000 mgr.smithi136.ofnrfx (mgr.14188) 591 : cluster [DBG] pgmap v530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:02 smithi145 bash[13673]: audit 2022-04-26T03:07:01.198206+0000 mon.smithi136 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.136:0/1292394498' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:02 smithi145 bash[13673]: audit 2022-04-26T03:07:01.829210+0000 mon.smithi136 (mon.0) 870 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:07:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:02 smithi145 bash[13673]: audit 2022-04-26T03:07:01.832003+0000 mon.smithi136 (mon.0) 871 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:07:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:02 smithi136 bash[11745]: audit 2022-04-26T03:07:01.198206+0000 mon.smithi136 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.136:0/1292394498' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:02 smithi136 bash[11745]: audit 2022-04-26T03:07:01.829210+0000 mon.smithi136 (mon.0) 870 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:07:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:02 smithi136 bash[11745]: audit 2022-04-26T03:07:01.832003+0000 mon.smithi136 (mon.0) 871 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:07:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:03 smithi145 bash[13673]: cluster 2022-04-26T03:07:01.509765+0000 mgr.smithi136.ofnrfx (mgr.14188) 592 : cluster [DBG] pgmap v531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:03.536 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:03 smithi136 bash[11745]: cluster 2022-04-26T03:07:01.509765+0000 mgr.smithi136.ofnrfx (mgr.14188) 592 : cluster [DBG] pgmap v531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:05 smithi145 bash[13673]: cluster 2022-04-26T03:07:03.510404+0000 mgr.smithi136.ofnrfx (mgr.14188) 593 : cluster [DBG] pgmap v532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:05 smithi136 bash[11745]: cluster 2022-04-26T03:07:03.510404+0000 mgr.smithi136.ofnrfx (mgr.14188) 593 : cluster [DBG] pgmap v532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:06.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:06.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:06.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:06.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:07 smithi145 bash[13673]: cluster 2022-04-26T03:07:05.511052+0000 mgr.smithi136.ofnrfx (mgr.14188) 594 : cluster [DBG] pgmap v533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:07 smithi145 bash[13673]: audit 2022-04-26T03:07:06.525090+0000 mon.smithi136 (mon.0) 872 : audit [DBG] from='client.? 172.21.15.136:0/3555380334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:07 smithi136 bash[11745]: cluster 2022-04-26T03:07:05.511052+0000 mgr.smithi136.ofnrfx (mgr.14188) 594 : cluster [DBG] pgmap v533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:07 smithi136 bash[11745]: audit 2022-04-26T03:07:06.525090+0000 mon.smithi136 (mon.0) 872 : audit [DBG] from='client.? 172.21.15.136:0/3555380334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:09 smithi145 bash[13673]: cluster 2022-04-26T03:07:07.511744+0000 mgr.smithi136.ofnrfx (mgr.14188) 595 : cluster [DBG] pgmap v534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:09 smithi136 bash[11745]: cluster 2022-04-26T03:07:07.511744+0000 mgr.smithi136.ofnrfx (mgr.14188) 595 : cluster [DBG] pgmap v534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:11 smithi145 bash[13673]: cluster 2022-04-26T03:07:09.512452+0000 mgr.smithi136.ofnrfx (mgr.14188) 596 : cluster [DBG] pgmap v535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:11.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:11.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:11.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:11 smithi136 bash[11745]: cluster 2022-04-26T03:07:09.512452+0000 mgr.smithi136.ofnrfx (mgr.14188) 596 : cluster [DBG] pgmap v535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:11.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:12 smithi145 bash[13673]: audit 2022-04-26T03:07:11.847141+0000 mon.smithi136 (mon.0) 873 : audit [DBG] from='client.? 172.21.15.136:0/579095552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:12 smithi136 bash[11745]: audit 2022-04-26T03:07:11.847141+0000 mon.smithi136 (mon.0) 873 : audit [DBG] from='client.? 172.21.15.136:0/579095552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:13 smithi145 bash[13673]: cluster 2022-04-26T03:07:11.513095+0000 mgr.smithi136.ofnrfx (mgr.14188) 597 : cluster [DBG] pgmap v536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:13.537 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:13 smithi136 bash[11745]: cluster 2022-04-26T03:07:11.513095+0000 mgr.smithi136.ofnrfx (mgr.14188) 597 : cluster [DBG] pgmap v536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:15 smithi145 bash[13673]: cluster 2022-04-26T03:07:13.513710+0000 mgr.smithi136.ofnrfx (mgr.14188) 598 : cluster [DBG] pgmap v537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:15 smithi136 bash[11745]: cluster 2022-04-26T03:07:13.513710+0000 mgr.smithi136.ofnrfx (mgr.14188) 598 : cluster [DBG] pgmap v537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:16.868 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:16.868 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:16.868 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:17.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:17 smithi145 bash[13673]: cluster 2022-04-26T03:07:15.514341+0000 mgr.smithi136.ofnrfx (mgr.14188) 599 : cluster [DBG] pgmap v538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:17 smithi136 bash[11745]: cluster 2022-04-26T03:07:15.514341+0000 mgr.smithi136.ofnrfx (mgr.14188) 599 : cluster [DBG] pgmap v538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:18 smithi145 bash[13673]: audit 2022-04-26T03:07:17.177324+0000 mon.smithi136 (mon.0) 874 : audit [DBG] from='client.? 172.21.15.136:0/474645369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:18 smithi136 bash[11745]: audit 2022-04-26T03:07:17.177324+0000 mon.smithi136 (mon.0) 874 : audit [DBG] from='client.? 172.21.15.136:0/474645369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:19 smithi145 bash[13673]: cluster 2022-04-26T03:07:17.515008+0000 mgr.smithi136.ofnrfx (mgr.14188) 600 : cluster [DBG] pgmap v539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:19 smithi136 bash[11745]: cluster 2022-04-26T03:07:17.515008+0000 mgr.smithi136.ofnrfx (mgr.14188) 600 : cluster [DBG] pgmap v539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:21.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:21 smithi136 bash[11745]: cluster 2022-04-26T03:07:19.515686+0000 mgr.smithi136.ofnrfx (mgr.14188) 601 : cluster [DBG] pgmap v540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:21 smithi145 bash[13673]: cluster 2022-04-26T03:07:19.515686+0000 mgr.smithi136.ofnrfx (mgr.14188) 601 : cluster [DBG] pgmap v540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:22.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:22.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:22.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:22.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:23.541 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:23 smithi136 bash[11745]: cluster 2022-04-26T03:07:21.516358+0000 mgr.smithi136.ofnrfx (mgr.14188) 602 : cluster [DBG] pgmap v541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:23.541 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:23 smithi136 bash[11745]: audit 2022-04-26T03:07:22.511465+0000 mon.smithi136 (mon.0) 875 : audit [DBG] from='client.? 172.21.15.136:0/3467615840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:23 smithi145 bash[13673]: cluster 2022-04-26T03:07:21.516358+0000 mgr.smithi136.ofnrfx (mgr.14188) 602 : cluster [DBG] pgmap v541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:23 smithi145 bash[13673]: audit 2022-04-26T03:07:22.511465+0000 mon.smithi136 (mon.0) 875 : audit [DBG] from='client.? 172.21.15.136:0/3467615840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:24 smithi136 bash[11745]: audit 2022-04-26T03:07:23.524604+0000 mon.smithi136 (mon.0) 876 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:07:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:24 smithi136 bash[11745]: audit 2022-04-26T03:07:23.533054+0000 mon.smithi136 (mon.0) 877 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:07:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:24 smithi136 bash[11745]: audit 2022-04-26T03:07:23.535349+0000 mon.smithi136 (mon.0) 878 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:07:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:24 smithi136 bash[11745]: audit 2022-04-26T03:07:23.865895+0000 mon.smithi136 (mon.0) 879 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:07:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:24 smithi136 bash[11745]: audit 2022-04-26T03:07:23.874474+0000 mon.smithi136 (mon.0) 880 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:07:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:24 smithi145 bash[13673]: audit 2022-04-26T03:07:23.524604+0000 mon.smithi136 (mon.0) 876 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:07:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:24 smithi145 bash[13673]: audit 2022-04-26T03:07:23.533054+0000 mon.smithi136 (mon.0) 877 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:07:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:24 smithi145 bash[13673]: audit 2022-04-26T03:07:23.535349+0000 mon.smithi136 (mon.0) 878 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:07:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:24 smithi145 bash[13673]: audit 2022-04-26T03:07:23.865895+0000 mon.smithi136 (mon.0) 879 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:07:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:24 smithi145 bash[13673]: audit 2022-04-26T03:07:23.874474+0000 mon.smithi136 (mon.0) 880 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:07:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:25 smithi136 bash[11745]: cluster 2022-04-26T03:07:23.516997+0000 mgr.smithi136.ofnrfx (mgr.14188) 603 : cluster [DBG] pgmap v542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:25 smithi136 bash[11745]: cluster 2022-04-26T03:07:23.860212+0000 mgr.smithi136.ofnrfx (mgr.14188) 604 : cluster [DBG] pgmap v543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:25 smithi136 bash[11745]: cluster 2022-04-26T03:07:23.860565+0000 mgr.smithi136.ofnrfx (mgr.14188) 605 : cluster [DBG] pgmap v544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:25 smithi136 bash[11745]: cephadm 2022-04-26T03:07:23.875558+0000 mgr.smithi136.ofnrfx (mgr.14188) 606 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:07:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:25 smithi136 bash[11745]: cephadm 2022-04-26T03:07:23.875712+0000 mgr.smithi136.ofnrfx (mgr.14188) 607 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:07:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:25 smithi145 bash[13673]: cluster 2022-04-26T03:07:23.516997+0000 mgr.smithi136.ofnrfx (mgr.14188) 603 : cluster [DBG] pgmap v542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:25 smithi145 bash[13673]: cluster 2022-04-26T03:07:23.860212+0000 mgr.smithi136.ofnrfx (mgr.14188) 604 : cluster [DBG] pgmap v543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:25 smithi145 bash[13673]: cluster 2022-04-26T03:07:23.860565+0000 mgr.smithi136.ofnrfx (mgr.14188) 605 : cluster [DBG] pgmap v544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:25 smithi145 bash[13673]: cephadm 2022-04-26T03:07:23.875558+0000 mgr.smithi136.ofnrfx (mgr.14188) 606 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:07:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:25 smithi145 bash[13673]: cephadm 2022-04-26T03:07:23.875712+0000 mgr.smithi136.ofnrfx (mgr.14188) 607 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:07:27.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:27.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:27.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:27 smithi136 bash[11745]: cluster 2022-04-26T03:07:25.861109+0000 mgr.smithi136.ofnrfx (mgr.14188) 608 : cluster [DBG] pgmap v545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:27 smithi145 bash[13673]: cluster 2022-04-26T03:07:25.861109+0000 mgr.smithi136.ofnrfx (mgr.14188) 608 : cluster [DBG] pgmap v545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:27.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:28 smithi136 bash[11745]: audit 2022-04-26T03:07:27.832318+0000 mon.smithi136 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.136:0/1345668374' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:28.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:28 smithi145 bash[13673]: audit 2022-04-26T03:07:27.832318+0000 mon.smithi136 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.136:0/1345668374' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:29 smithi136 bash[11745]: cluster 2022-04-26T03:07:27.861866+0000 mgr.smithi136.ofnrfx (mgr.14188) 609 : cluster [DBG] pgmap v546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:29 smithi145 bash[13673]: cluster 2022-04-26T03:07:27.861866+0000 mgr.smithi136.ofnrfx (mgr.14188) 609 : cluster [DBG] pgmap v546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:31 smithi136 bash[11745]: cluster 2022-04-26T03:07:29.862675+0000 mgr.smithi136.ofnrfx (mgr.14188) 610 : cluster [DBG] pgmap v547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:31 smithi145 bash[13673]: cluster 2022-04-26T03:07:29.862675+0000 mgr.smithi136.ofnrfx (mgr.14188) 610 : cluster [DBG] pgmap v547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:32.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:32.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:32.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:33.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:33.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:33 smithi136 bash[11745]: cluster 2022-04-26T03:07:31.863344+0000 mgr.smithi136.ofnrfx (mgr.14188) 611 : cluster [DBG] pgmap v548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:33.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:33 smithi136 bash[11745]: audit 2022-04-26T03:07:33.160126+0000 mon.smithi136 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.136:0/3323452780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:33 smithi145 bash[13673]: cluster 2022-04-26T03:07:31.863344+0000 mgr.smithi136.ofnrfx (mgr.14188) 611 : cluster [DBG] pgmap v548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:33.761 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:33 smithi145 bash[13673]: audit 2022-04-26T03:07:33.160126+0000 mon.smithi136 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.136:0/3323452780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:35.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:35 smithi136 bash[11745]: cluster 2022-04-26T03:07:33.863975+0000 mgr.smithi136.ofnrfx (mgr.14188) 612 : cluster [DBG] pgmap v549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:35 smithi145 bash[13673]: cluster 2022-04-26T03:07:33.863975+0000 mgr.smithi136.ofnrfx (mgr.14188) 612 : cluster [DBG] pgmap v549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:37 smithi136 bash[11745]: cluster 2022-04-26T03:07:35.864634+0000 mgr.smithi136.ofnrfx (mgr.14188) 613 : cluster [DBG] pgmap v550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:37 smithi145 bash[13673]: cluster 2022-04-26T03:07:35.864634+0000 mgr.smithi136.ofnrfx (mgr.14188) 613 : cluster [DBG] pgmap v550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:38.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:38.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:38.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:38.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:39.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:39 smithi136 bash[11745]: cluster 2022-04-26T03:07:37.865274+0000 mgr.smithi136.ofnrfx (mgr.14188) 614 : cluster [DBG] pgmap v551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:39.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:39 smithi136 bash[11745]: audit 2022-04-26T03:07:38.480774+0000 mon.smithi136 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.136:0/1610424391' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:39 smithi145 bash[13673]: cluster 2022-04-26T03:07:37.865274+0000 mgr.smithi136.ofnrfx (mgr.14188) 614 : cluster [DBG] pgmap v551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:39 smithi145 bash[13673]: audit 2022-04-26T03:07:38.480774+0000 mon.smithi136 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.136:0/1610424391' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:41 smithi136 bash[11745]: cluster 2022-04-26T03:07:39.865878+0000 mgr.smithi136.ofnrfx (mgr.14188) 615 : cluster [DBG] pgmap v552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:41 smithi145 bash[13673]: cluster 2022-04-26T03:07:39.865878+0000 mgr.smithi136.ofnrfx (mgr.14188) 615 : cluster [DBG] pgmap v552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:43.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:43.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:43.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:43.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:43 smithi136 bash[11745]: cluster 2022-04-26T03:07:41.866542+0000 mgr.smithi136.ofnrfx (mgr.14188) 616 : cluster [DBG] pgmap v553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:43 smithi145 bash[13673]: cluster 2022-04-26T03:07:41.866542+0000 mgr.smithi136.ofnrfx (mgr.14188) 616 : cluster [DBG] pgmap v553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:43.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:44 smithi136 bash[11745]: audit 2022-04-26T03:07:43.810527+0000 mon.smithi136 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.136:0/4227715561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:44 smithi145 bash[13673]: audit 2022-04-26T03:07:43.810527+0000 mon.smithi136 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.136:0/4227715561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:45 smithi136 bash[11745]: cluster 2022-04-26T03:07:43.867207+0000 mgr.smithi136.ofnrfx (mgr.14188) 617 : cluster [DBG] pgmap v554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:45 smithi145 bash[13673]: cluster 2022-04-26T03:07:43.867207+0000 mgr.smithi136.ofnrfx (mgr.14188) 617 : cluster [DBG] pgmap v554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:46 smithi136 bash[11745]: cluster 2022-04-26T03:07:45.867869+0000 mgr.smithi136.ofnrfx (mgr.14188) 618 : cluster [DBG] pgmap v555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:46 smithi145 bash[13673]: cluster 2022-04-26T03:07:45.867869+0000 mgr.smithi136.ofnrfx (mgr.14188) 618 : cluster [DBG] pgmap v555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:48.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:48.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:48.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:49.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:49 smithi136 bash[11745]: cluster 2022-04-26T03:07:47.868525+0000 mgr.smithi136.ofnrfx (mgr.14188) 619 : cluster [DBG] pgmap v556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:49 smithi145 bash[13673]: cluster 2022-04-26T03:07:47.868525+0000 mgr.smithi136.ofnrfx (mgr.14188) 619 : cluster [DBG] pgmap v556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:50.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:50 smithi136 bash[11745]: audit 2022-04-26T03:07:49.141154+0000 mon.smithi136 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.136:0/4182646116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:50 smithi145 bash[13673]: audit 2022-04-26T03:07:49.141154+0000 mon.smithi136 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.136:0/4182646116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:51.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:51 smithi136 bash[11745]: cluster 2022-04-26T03:07:49.869151+0000 mgr.smithi136.ofnrfx (mgr.14188) 620 : cluster [DBG] pgmap v557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:51 smithi145 bash[13673]: cluster 2022-04-26T03:07:49.869151+0000 mgr.smithi136.ofnrfx (mgr.14188) 620 : cluster [DBG] pgmap v557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:53 smithi136 bash[11745]: cluster 2022-04-26T03:07:51.869803+0000 mgr.smithi136.ofnrfx (mgr.14188) 621 : cluster [DBG] pgmap v558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:53 smithi145 bash[13673]: cluster 2022-04-26T03:07:51.869803+0000 mgr.smithi136.ofnrfx (mgr.14188) 621 : cluster [DBG] pgmap v558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:54.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:54.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:54.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:54.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:07:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:55 smithi136 bash[11745]: cluster 2022-04-26T03:07:53.870521+0000 mgr.smithi136.ofnrfx (mgr.14188) 622 : cluster [DBG] pgmap v559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:55 smithi136 bash[11745]: audit 2022-04-26T03:07:54.479829+0000 mon.smithi136 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.136:0/3598759471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:55 smithi145 bash[13673]: cluster 2022-04-26T03:07:53.870521+0000 mgr.smithi136.ofnrfx (mgr.14188) 622 : cluster [DBG] pgmap v559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:55 smithi145 bash[13673]: audit 2022-04-26T03:07:54.479829+0000 mon.smithi136 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.136:0/3598759471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:07:57.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:57 smithi136 bash[11745]: cluster 2022-04-26T03:07:55.871196+0000 mgr.smithi136.ofnrfx (mgr.14188) 623 : cluster [DBG] pgmap v560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:57 smithi145 bash[13673]: cluster 2022-04-26T03:07:55.871196+0000 mgr.smithi136.ofnrfx (mgr.14188) 623 : cluster [DBG] pgmap v560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:07:59 smithi136 bash[11745]: cluster 2022-04-26T03:07:57.871848+0000 mgr.smithi136.ofnrfx (mgr.14188) 624 : cluster [DBG] pgmap v561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:07:59 smithi145 bash[13673]: cluster 2022-04-26T03:07:57.871848+0000 mgr.smithi136.ofnrfx (mgr.14188) 624 : cluster [DBG] pgmap v561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:07:59.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:07:59.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:07:59.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:07:59.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:00 smithi136 bash[11745]: audit 2022-04-26T03:07:59.811288+0000 mon.smithi136 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.136:0/2861266319' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:00 smithi145 bash[13673]: audit 2022-04-26T03:07:59.811288+0000 mon.smithi136 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.136:0/2861266319' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:01 smithi136 bash[11745]: cluster 2022-04-26T03:07:59.872461+0000 mgr.smithi136.ofnrfx (mgr.14188) 625 : cluster [DBG] pgmap v562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:01 smithi145 bash[13673]: cluster 2022-04-26T03:07:59.872461+0000 mgr.smithi136.ofnrfx (mgr.14188) 625 : cluster [DBG] pgmap v562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:02 smithi145 bash[13673]: audit 2022-04-26T03:08:01.836527+0000 mon.smithi136 (mon.0) 888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:08:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:02 smithi145 bash[13673]: audit 2022-04-26T03:08:01.837113+0000 mon.smithi136 (mon.0) 889 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:08:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:02 smithi136 bash[11745]: audit 2022-04-26T03:08:01.836527+0000 mon.smithi136 (mon.0) 888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:08:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:02 smithi136 bash[11745]: audit 2022-04-26T03:08:01.837113+0000 mon.smithi136 (mon.0) 889 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:08:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:03 smithi145 bash[13673]: cluster 2022-04-26T03:08:01.872938+0000 mgr.smithi136.ofnrfx (mgr.14188) 626 : cluster [DBG] pgmap v563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:03.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:03 smithi136 bash[11745]: cluster 2022-04-26T03:08:01.872938+0000 mgr.smithi136.ofnrfx (mgr.14188) 626 : cluster [DBG] pgmap v563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:04.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:04.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:04.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:05.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:05 smithi145 bash[13673]: cluster 2022-04-26T03:08:03.873491+0000 mgr.smithi136.ofnrfx (mgr.14188) 627 : cluster [DBG] pgmap v564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:05 smithi136 bash[11745]: cluster 2022-04-26T03:08:03.873491+0000 mgr.smithi136.ofnrfx (mgr.14188) 627 : cluster [DBG] pgmap v564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:06 smithi145 bash[13673]: audit 2022-04-26T03:08:05.137097+0000 mon.smithi136 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.136:0/879874807' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:06 smithi136 bash[11745]: audit 2022-04-26T03:08:05.137097+0000 mon.smithi136 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.136:0/879874807' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:07 smithi145 bash[13673]: cluster 2022-04-26T03:08:05.874159+0000 mgr.smithi136.ofnrfx (mgr.14188) 628 : cluster [DBG] pgmap v565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:07 smithi136 bash[11745]: cluster 2022-04-26T03:08:05.874159+0000 mgr.smithi136.ofnrfx (mgr.14188) 628 : cluster [DBG] pgmap v565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:09 smithi145 bash[13673]: cluster 2022-04-26T03:08:07.874799+0000 mgr.smithi136.ofnrfx (mgr.14188) 629 : cluster [DBG] pgmap v566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:09 smithi136 bash[11745]: cluster 2022-04-26T03:08:07.874799+0000 mgr.smithi136.ofnrfx (mgr.14188) 629 : cluster [DBG] pgmap v566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:10.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:10.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:10.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:10.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:11 smithi145 bash[13673]: cluster 2022-04-26T03:08:09.875494+0000 mgr.smithi136.ofnrfx (mgr.14188) 630 : cluster [DBG] pgmap v567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:11 smithi145 bash[13673]: audit 2022-04-26T03:08:10.466746+0000 mon.smithi136 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.136:0/4221105914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:11 smithi136 bash[11745]: cluster 2022-04-26T03:08:09.875494+0000 mgr.smithi136.ofnrfx (mgr.14188) 630 : cluster [DBG] pgmap v567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:11 smithi136 bash[11745]: audit 2022-04-26T03:08:10.466746+0000 mon.smithi136 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.136:0/4221105914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:13 smithi145 bash[13673]: cluster 2022-04-26T03:08:11.876137+0000 mgr.smithi136.ofnrfx (mgr.14188) 631 : cluster [DBG] pgmap v568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:13.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:13 smithi136 bash[11745]: cluster 2022-04-26T03:08:11.876137+0000 mgr.smithi136.ofnrfx (mgr.14188) 631 : cluster [DBG] pgmap v568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:15 smithi145 bash[13673]: cluster 2022-04-26T03:08:13.876784+0000 mgr.smithi136.ofnrfx (mgr.14188) 632 : cluster [DBG] pgmap v569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:15.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:15.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:15.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:15 smithi136 bash[11745]: cluster 2022-04-26T03:08:13.876784+0000 mgr.smithi136.ofnrfx (mgr.14188) 632 : cluster [DBG] pgmap v569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:15.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:16 smithi145 bash[13673]: audit 2022-04-26T03:08:15.800432+0000 mon.smithi136 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.136:0/892457521' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:16 smithi136 bash[11745]: audit 2022-04-26T03:08:15.800432+0000 mon.smithi136 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.136:0/892457521' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:17 smithi145 bash[13673]: cluster 2022-04-26T03:08:15.877436+0000 mgr.smithi136.ofnrfx (mgr.14188) 633 : cluster [DBG] pgmap v570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:17 smithi136 bash[11745]: cluster 2022-04-26T03:08:15.877436+0000 mgr.smithi136.ofnrfx (mgr.14188) 633 : cluster [DBG] pgmap v570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:19 smithi145 bash[13673]: cluster 2022-04-26T03:08:17.878065+0000 mgr.smithi136.ofnrfx (mgr.14188) 634 : cluster [DBG] pgmap v571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:19 smithi136 bash[11745]: cluster 2022-04-26T03:08:17.878065+0000 mgr.smithi136.ofnrfx (mgr.14188) 634 : cluster [DBG] pgmap v571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:20.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:20.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:20.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:21.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:21 smithi145 bash[13673]: cluster 2022-04-26T03:08:19.878645+0000 mgr.smithi136.ofnrfx (mgr.14188) 635 : cluster [DBG] pgmap v572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:21.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:21 smithi136 bash[11745]: cluster 2022-04-26T03:08:19.878645+0000 mgr.smithi136.ofnrfx (mgr.14188) 635 : cluster [DBG] pgmap v572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:22 smithi145 bash[13673]: audit 2022-04-26T03:08:21.132125+0000 mon.smithi136 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.136:0/3148991810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:22 smithi136 bash[11745]: audit 2022-04-26T03:08:21.132125+0000 mon.smithi136 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.136:0/3148991810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:23 smithi145 bash[13673]: cluster 2022-04-26T03:08:21.879270+0000 mgr.smithi136.ofnrfx (mgr.14188) 636 : cluster [DBG] pgmap v573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:23.539 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:23 smithi136 bash[11745]: cluster 2022-04-26T03:08:21.879270+0000 mgr.smithi136.ofnrfx (mgr.14188) 636 : cluster [DBG] pgmap v573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:24 smithi145 bash[13673]: audit 2022-04-26T03:08:23.886492+0000 mon.smithi136 (mon.0) 894 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:08:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:24 smithi145 bash[13673]: audit 2022-04-26T03:08:23.889227+0000 mon.smithi136 (mon.0) 895 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:08:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:24 smithi145 bash[13673]: audit 2022-04-26T03:08:23.890974+0000 mon.smithi136 (mon.0) 896 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:08:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:24 smithi136 bash[11745]: audit 2022-04-26T03:08:23.886492+0000 mon.smithi136 (mon.0) 894 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:08:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:24 smithi136 bash[11745]: audit 2022-04-26T03:08:23.889227+0000 mon.smithi136 (mon.0) 895 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:08:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:24 smithi136 bash[11745]: audit 2022-04-26T03:08:23.890974+0000 mon.smithi136 (mon.0) 896 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:08:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:25 smithi136 bash[11745]: cluster 2022-04-26T03:08:23.879950+0000 mgr.smithi136.ofnrfx (mgr.14188) 637 : cluster [DBG] pgmap v574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:25 smithi145 bash[13673]: cluster 2022-04-26T03:08:23.879950+0000 mgr.smithi136.ofnrfx (mgr.14188) 637 : cluster [DBG] pgmap v574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:26.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:26.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:26.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:26.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:27 smithi136 bash[11745]: cluster 2022-04-26T03:08:25.880694+0000 mgr.smithi136.ofnrfx (mgr.14188) 638 : cluster [DBG] pgmap v575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:27 smithi136 bash[11745]: audit 2022-04-26T03:08:26.455876+0000 mon.smithi136 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.136:0/4160905731' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:27 smithi145 bash[13673]: cluster 2022-04-26T03:08:25.880694+0000 mgr.smithi136.ofnrfx (mgr.14188) 638 : cluster [DBG] pgmap v575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:27 smithi145 bash[13673]: audit 2022-04-26T03:08:26.455876+0000 mon.smithi136 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.136:0/4160905731' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:29.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:28 smithi136 bash[11745]: audit 2022-04-26T03:08:27.704024+0000 mon.smithi136 (mon.0) 898 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:08:29.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:28 smithi136 bash[11745]: cluster 2022-04-26T03:08:27.881331+0000 mgr.smithi136.ofnrfx (mgr.14188) 639 : cluster [DBG] pgmap v576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:29.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:28 smithi136 bash[11745]: audit 2022-04-26T03:08:28.405511+0000 mon.smithi136 (mon.0) 899 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:08:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:28 smithi145 bash[13673]: audit 2022-04-26T03:08:27.704024+0000 mon.smithi136 (mon.0) 898 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:08:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:28 smithi145 bash[13673]: cluster 2022-04-26T03:08:27.881331+0000 mgr.smithi136.ofnrfx (mgr.14188) 639 : cluster [DBG] pgmap v576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:28 smithi145 bash[13673]: audit 2022-04-26T03:08:28.405511+0000 mon.smithi136 (mon.0) 899 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:08:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: cluster 2022-04-26T03:08:28.698919+0000 mgr.smithi136.ofnrfx (mgr.14188) 640 : cluster [DBG] pgmap v577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: cluster 2022-04-26T03:08:28.699281+0000 mgr.smithi136.ofnrfx (mgr.14188) 641 : cluster [DBG] pgmap v578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: cluster 2022-04-26T03:08:28.700414+0000 mon.smithi136 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2022-04-26T03:08:30.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: cluster 2022-04-26T03:08:28.700457+0000 mon.smithi136 (mon.0) 901 : cluster [INF] Cluster is now healthy 2022-04-26T03:08:30.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: audit 2022-04-26T03:08:28.704413+0000 mon.smithi136 (mon.0) 902 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:08:30.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: audit 2022-04-26T03:08:28.712753+0000 mon.smithi136 (mon.0) 903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:08:30.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: cephadm 2022-04-26T03:08:28.713931+0000 mgr.smithi136.ofnrfx (mgr.14188) 642 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:08:30.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:29 smithi136 bash[11745]: cephadm 2022-04-26T03:08:28.714074+0000 mgr.smithi136.ofnrfx (mgr.14188) 643 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:08:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: cluster 2022-04-26T03:08:28.698919+0000 mgr.smithi136.ofnrfx (mgr.14188) 640 : cluster [DBG] pgmap v577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:30.182 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: cluster 2022-04-26T03:08:28.699281+0000 mgr.smithi136.ofnrfx (mgr.14188) 641 : cluster [DBG] pgmap v578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:30.182 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: cluster 2022-04-26T03:08:28.700414+0000 mon.smithi136 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2022-04-26T03:08:30.182 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: cluster 2022-04-26T03:08:28.700457+0000 mon.smithi136 (mon.0) 901 : cluster [INF] Cluster is now healthy 2022-04-26T03:08:30.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: audit 2022-04-26T03:08:28.704413+0000 mon.smithi136 (mon.0) 902 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:08:30.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: audit 2022-04-26T03:08:28.712753+0000 mon.smithi136 (mon.0) 903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:08:30.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: cephadm 2022-04-26T03:08:28.713931+0000 mgr.smithi136.ofnrfx (mgr.14188) 642 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:08:30.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:29 smithi145 bash[13673]: cephadm 2022-04-26T03:08:28.714074+0000 mgr.smithi136.ofnrfx (mgr.14188) 643 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:08:31.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:30 smithi136 bash[11745]: cluster 2022-04-26T03:08:29.706881+0000 mon.smithi136 (mon.0) 904 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2022-04-26T03:08:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:30 smithi145 bash[13673]: cluster 2022-04-26T03:08:29.706881+0000 mon.smithi136 (mon.0) 904 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2022-04-26T03:08:31.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:31.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:31.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:31.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:31 smithi136 bash[11745]: cluster 2022-04-26T03:08:30.699879+0000 mgr.smithi136.ofnrfx (mgr.14188) 644 : cluster [DBG] pgmap v579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:31 smithi145 bash[13673]: cluster 2022-04-26T03:08:30.699879+0000 mgr.smithi136.ofnrfx (mgr.14188) 644 : cluster [DBG] pgmap v579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:33.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:32 smithi136 bash[11745]: audit 2022-04-26T03:08:31.778828+0000 mon.smithi136 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.136:0/2832727962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:32 smithi145 bash[13673]: audit 2022-04-26T03:08:31.778828+0000 mon.smithi136 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.136:0/2832727962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:34 smithi136 bash[11745]: cluster 2022-04-26T03:08:32.700512+0000 mgr.smithi136.ofnrfx (mgr.14188) 645 : cluster [DBG] pgmap v580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:34 smithi145 bash[13673]: cluster 2022-04-26T03:08:32.700512+0000 mgr.smithi136.ofnrfx (mgr.14188) 645 : cluster [DBG] pgmap v580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:36 smithi145 bash[13673]: cluster 2022-04-26T03:08:34.701247+0000 mgr.smithi136.ofnrfx (mgr.14188) 646 : cluster [DBG] pgmap v581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:36 smithi136 bash[11745]: cluster 2022-04-26T03:08:34.701247+0000 mgr.smithi136.ofnrfx (mgr.14188) 646 : cluster [DBG] pgmap v581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:36.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:36.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:36.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:37.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:38 smithi145 bash[13673]: cluster 2022-04-26T03:08:36.701894+0000 mgr.smithi136.ofnrfx (mgr.14188) 647 : cluster [DBG] pgmap v582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:38 smithi145 bash[13673]: audit 2022-04-26T03:08:37.096975+0000 mon.smithi136 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.136:0/3094370240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:38.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:38 smithi136 bash[11745]: cluster 2022-04-26T03:08:36.701894+0000 mgr.smithi136.ofnrfx (mgr.14188) 647 : cluster [DBG] pgmap v582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:38.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:38 smithi136 bash[11745]: audit 2022-04-26T03:08:37.096975+0000 mon.smithi136 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.136:0/3094370240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:40 smithi145 bash[13673]: cluster 2022-04-26T03:08:38.702537+0000 mgr.smithi136.ofnrfx (mgr.14188) 648 : cluster [DBG] pgmap v583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:40.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:40 smithi136 bash[11745]: cluster 2022-04-26T03:08:38.702537+0000 mgr.smithi136.ofnrfx (mgr.14188) 648 : cluster [DBG] pgmap v583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:42.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:42.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:42.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:42 smithi145 bash[13673]: cluster 2022-04-26T03:08:40.703166+0000 mgr.smithi136.ofnrfx (mgr.14188) 649 : cluster [DBG] pgmap v584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:42.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:42 smithi136 bash[11745]: cluster 2022-04-26T03:08:40.703166+0000 mgr.smithi136.ofnrfx (mgr.14188) 649 : cluster [DBG] pgmap v584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:43 smithi145 bash[13673]: audit 2022-04-26T03:08:42.424843+0000 mon.smithi136 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.136:0/3268164783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:43.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:43 smithi136 bash[11745]: audit 2022-04-26T03:08:42.424843+0000 mon.smithi136 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.136:0/3268164783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:44 smithi145 bash[13673]: cluster 2022-04-26T03:08:42.703866+0000 mgr.smithi136.ofnrfx (mgr.14188) 650 : cluster [DBG] pgmap v585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:44 smithi136 bash[11745]: cluster 2022-04-26T03:08:42.703866+0000 mgr.smithi136.ofnrfx (mgr.14188) 650 : cluster [DBG] pgmap v585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:46 smithi145 bash[13673]: cluster 2022-04-26T03:08:44.704495+0000 mgr.smithi136.ofnrfx (mgr.14188) 651 : cluster [DBG] pgmap v586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:46 smithi136 bash[11745]: cluster 2022-04-26T03:08:44.704495+0000 mgr.smithi136.ofnrfx (mgr.14188) 651 : cluster [DBG] pgmap v586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:47.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:47.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:47.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:47.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:48 smithi145 bash[13673]: cluster 2022-04-26T03:08:46.705250+0000 mgr.smithi136.ofnrfx (mgr.14188) 652 : cluster [DBG] pgmap v587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:48 smithi145 bash[13673]: audit 2022-04-26T03:08:47.746110+0000 mon.smithi136 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.136:0/1115000566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:48.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:48 smithi136 bash[11745]: cluster 2022-04-26T03:08:46.705250+0000 mgr.smithi136.ofnrfx (mgr.14188) 652 : cluster [DBG] pgmap v587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:48.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:48 smithi136 bash[11745]: audit 2022-04-26T03:08:47.746110+0000 mon.smithi136 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.136:0/1115000566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:50 smithi145 bash[13673]: cluster 2022-04-26T03:08:48.705969+0000 mgr.smithi136.ofnrfx (mgr.14188) 653 : cluster [DBG] pgmap v588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:50 smithi136 bash[11745]: cluster 2022-04-26T03:08:48.705969+0000 mgr.smithi136.ofnrfx (mgr.14188) 653 : cluster [DBG] pgmap v588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:52 smithi145 bash[13673]: cluster 2022-04-26T03:08:50.706663+0000 mgr.smithi136.ofnrfx (mgr.14188) 654 : cluster [DBG] pgmap v589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:52 smithi136 bash[11745]: cluster 2022-04-26T03:08:50.706663+0000 mgr.smithi136.ofnrfx (mgr.14188) 654 : cluster [DBG] pgmap v589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:52.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:52.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:52.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:53.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:54 smithi136 bash[11745]: cluster 2022-04-26T03:08:52.707328+0000 mgr.smithi136.ofnrfx (mgr.14188) 655 : cluster [DBG] pgmap v590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:54 smithi136 bash[11745]: audit 2022-04-26T03:08:53.072252+0000 mon.smithi136 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.136:0/1672282620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:54 smithi145 bash[13673]: cluster 2022-04-26T03:08:52.707328+0000 mgr.smithi136.ofnrfx (mgr.14188) 655 : cluster [DBG] pgmap v590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:54 smithi145 bash[13673]: audit 2022-04-26T03:08:53.072252+0000 mon.smithi136 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.136:0/1672282620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:56.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:56 smithi136 bash[11745]: cluster 2022-04-26T03:08:54.707960+0000 mgr.smithi136.ofnrfx (mgr.14188) 656 : cluster [DBG] pgmap v591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:56 smithi145 bash[13673]: cluster 2022-04-26T03:08:54.707960+0000 mgr.smithi136.ofnrfx (mgr.14188) 656 : cluster [DBG] pgmap v591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:58.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:08:58.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:08:58.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:08:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:58 smithi145 bash[13673]: cluster 2022-04-26T03:08:56.708615+0000 mgr.smithi136.ofnrfx (mgr.14188) 657 : cluster [DBG] pgmap v592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:58.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:08:58.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:58 smithi136 bash[11745]: cluster 2022-04-26T03:08:56.708615+0000 mgr.smithi136.ofnrfx (mgr.14188) 657 : cluster [DBG] pgmap v592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:08:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:08:59 smithi145 bash[13673]: audit 2022-04-26T03:08:58.396906+0000 mon.smithi136 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.136:0/393265661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:08:59.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:08:59 smithi136 bash[11745]: audit 2022-04-26T03:08:58.396906+0000 mon.smithi136 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.136:0/393265661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:00 smithi145 bash[13673]: cluster 2022-04-26T03:08:58.709202+0000 mgr.smithi136.ofnrfx (mgr.14188) 658 : cluster [DBG] pgmap v593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:00.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:00 smithi136 bash[11745]: cluster 2022-04-26T03:08:58.709202+0000 mgr.smithi136.ofnrfx (mgr.14188) 658 : cluster [DBG] pgmap v593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:02 smithi145 bash[13673]: cluster 2022-04-26T03:09:00.709832+0000 mgr.smithi136.ofnrfx (mgr.14188) 659 : cluster [DBG] pgmap v594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:02 smithi145 bash[13673]: audit 2022-04-26T03:09:01.844308+0000 mon.smithi136 (mon.0) 911 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:09:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:02 smithi145 bash[13673]: audit 2022-04-26T03:09:01.844927+0000 mon.smithi136 (mon.0) 912 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:09:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:02 smithi136 bash[11745]: cluster 2022-04-26T03:09:00.709832+0000 mgr.smithi136.ofnrfx (mgr.14188) 659 : cluster [DBG] pgmap v594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:02 smithi136 bash[11745]: audit 2022-04-26T03:09:01.844308+0000 mon.smithi136 (mon.0) 911 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:09:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:02 smithi136 bash[11745]: audit 2022-04-26T03:09:01.844927+0000 mon.smithi136 (mon.0) 912 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:09:03.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:03.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:03.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:03.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:04 smithi145 bash[13673]: cluster 2022-04-26T03:09:02.710495+0000 mgr.smithi136.ofnrfx (mgr.14188) 660 : cluster [DBG] pgmap v595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:04 smithi145 bash[13673]: audit 2022-04-26T03:09:03.722385+0000 mon.smithi136 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.136:0/2327899745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:04 smithi136 bash[11745]: cluster 2022-04-26T03:09:02.710495+0000 mgr.smithi136.ofnrfx (mgr.14188) 660 : cluster [DBG] pgmap v595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:04 smithi136 bash[11745]: audit 2022-04-26T03:09:03.722385+0000 mon.smithi136 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.136:0/2327899745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:06 smithi145 bash[13673]: cluster 2022-04-26T03:09:04.711091+0000 mgr.smithi136.ofnrfx (mgr.14188) 661 : cluster [DBG] pgmap v596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:06 smithi136 bash[11745]: cluster 2022-04-26T03:09:04.711091+0000 mgr.smithi136.ofnrfx (mgr.14188) 661 : cluster [DBG] pgmap v596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:08 smithi145 bash[13673]: cluster 2022-04-26T03:09:06.711769+0000 mgr.smithi136.ofnrfx (mgr.14188) 662 : cluster [DBG] pgmap v597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:08.567 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:08 smithi136 bash[11745]: cluster 2022-04-26T03:09:06.711769+0000 mgr.smithi136.ofnrfx (mgr.14188) 662 : cluster [DBG] pgmap v597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:08.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:08.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:08.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:09.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:09 smithi145 bash[13673]: audit 2022-04-26T03:09:09.048838+0000 mon.smithi136 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.136:0/839376667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:09 smithi136 bash[11745]: audit 2022-04-26T03:09:09.048838+0000 mon.smithi136 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.136:0/839376667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:10 smithi145 bash[13673]: cluster 2022-04-26T03:09:08.712402+0000 mgr.smithi136.ofnrfx (mgr.14188) 663 : cluster [DBG] pgmap v598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:10 smithi136 bash[11745]: cluster 2022-04-26T03:09:08.712402+0000 mgr.smithi136.ofnrfx (mgr.14188) 663 : cluster [DBG] pgmap v598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:12 smithi145 bash[13673]: cluster 2022-04-26T03:09:10.713025+0000 mgr.smithi136.ofnrfx (mgr.14188) 664 : cluster [DBG] pgmap v599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:12 smithi136 bash[11745]: cluster 2022-04-26T03:09:10.713025+0000 mgr.smithi136.ofnrfx (mgr.14188) 664 : cluster [DBG] pgmap v599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:14.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:14.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:14.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:14.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:14 smithi145 bash[13673]: cluster 2022-04-26T03:09:12.713677+0000 mgr.smithi136.ofnrfx (mgr.14188) 665 : cluster [DBG] pgmap v600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:14.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:14 smithi136 bash[11745]: cluster 2022-04-26T03:09:12.713677+0000 mgr.smithi136.ofnrfx (mgr.14188) 665 : cluster [DBG] pgmap v600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:15 smithi145 bash[13673]: audit 2022-04-26T03:09:14.372836+0000 mon.smithi136 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.136:0/4248199991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:15 smithi136 bash[11745]: audit 2022-04-26T03:09:14.372836+0000 mon.smithi136 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.136:0/4248199991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:16 smithi145 bash[13673]: cluster 2022-04-26T03:09:14.714346+0000 mgr.smithi136.ofnrfx (mgr.14188) 666 : cluster [DBG] pgmap v601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:16 smithi136 bash[11745]: cluster 2022-04-26T03:09:14.714346+0000 mgr.smithi136.ofnrfx (mgr.14188) 666 : cluster [DBG] pgmap v601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:18 smithi145 bash[13673]: cluster 2022-04-26T03:09:16.714987+0000 mgr.smithi136.ofnrfx (mgr.14188) 667 : cluster [DBG] pgmap v602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:18 smithi136 bash[11745]: cluster 2022-04-26T03:09:16.714987+0000 mgr.smithi136.ofnrfx (mgr.14188) 667 : cluster [DBG] pgmap v602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:19.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:19.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:19.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:19.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:20 smithi145 bash[13673]: cluster 2022-04-26T03:09:18.715650+0000 mgr.smithi136.ofnrfx (mgr.14188) 668 : cluster [DBG] pgmap v603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:20 smithi145 bash[13673]: audit 2022-04-26T03:09:19.704494+0000 mon.smithi136 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.136:0/1153375619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:20 smithi136 bash[11745]: cluster 2022-04-26T03:09:18.715650+0000 mgr.smithi136.ofnrfx (mgr.14188) 668 : cluster [DBG] pgmap v603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:20 smithi136 bash[11745]: audit 2022-04-26T03:09:19.704494+0000 mon.smithi136 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.136:0/1153375619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:22 smithi145 bash[13673]: cluster 2022-04-26T03:09:20.716203+0000 mgr.smithi136.ofnrfx (mgr.14188) 669 : cluster [DBG] pgmap v604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:22 smithi136 bash[11745]: cluster 2022-04-26T03:09:20.716203+0000 mgr.smithi136.ofnrfx (mgr.14188) 669 : cluster [DBG] pgmap v604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:24 smithi145 bash[13673]: cluster 2022-04-26T03:09:22.716844+0000 mgr.smithi136.ofnrfx (mgr.14188) 670 : cluster [DBG] pgmap v605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:24 smithi136 bash[11745]: cluster 2022-04-26T03:09:22.716844+0000 mgr.smithi136.ofnrfx (mgr.14188) 670 : cluster [DBG] pgmap v605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:24.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:24.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:24.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:25.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:25 smithi136 bash[11745]: audit 2022-04-26T03:09:25.028174+0000 mon.smithi136 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.136:0/2088777843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:25 smithi145 bash[13673]: audit 2022-04-26T03:09:25.028174+0000 mon.smithi136 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.136:0/2088777843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:26 smithi136 bash[11745]: cluster 2022-04-26T03:09:24.717573+0000 mgr.smithi136.ofnrfx (mgr.14188) 671 : cluster [DBG] pgmap v606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:26 smithi145 bash[13673]: cluster 2022-04-26T03:09:24.717573+0000 mgr.smithi136.ofnrfx (mgr.14188) 671 : cluster [DBG] pgmap v606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:28 smithi136 bash[11745]: cluster 2022-04-26T03:09:26.718298+0000 mgr.smithi136.ofnrfx (mgr.14188) 672 : cluster [DBG] pgmap v607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:28.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:28 smithi145 bash[13673]: cluster 2022-04-26T03:09:26.718298+0000 mgr.smithi136.ofnrfx (mgr.14188) 672 : cluster [DBG] pgmap v607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:29 smithi136 bash[11745]: audit 2022-04-26T03:09:28.721348+0000 mon.smithi136 (mon.0) 918 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:09:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:29 smithi136 bash[11745]: audit 2022-04-26T03:09:28.723953+0000 mon.smithi136 (mon.0) 919 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:09:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:29 smithi136 bash[11745]: audit 2022-04-26T03:09:28.725674+0000 mon.smithi136 (mon.0) 920 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:09:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:29 smithi136 bash[11745]: audit 2022-04-26T03:09:29.027401+0000 mon.smithi136 (mon.0) 921 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:09:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:29 smithi145 bash[13673]: audit 2022-04-26T03:09:28.721348+0000 mon.smithi136 (mon.0) 918 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:09:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:29 smithi145 bash[13673]: audit 2022-04-26T03:09:28.723953+0000 mon.smithi136 (mon.0) 919 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:09:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:29 smithi145 bash[13673]: audit 2022-04-26T03:09:28.725674+0000 mon.smithi136 (mon.0) 920 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:09:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:29 smithi145 bash[13673]: audit 2022-04-26T03:09:29.027401+0000 mon.smithi136 (mon.0) 921 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:09:30.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:30.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:30.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:30.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:30 smithi136 bash[11745]: cluster 2022-04-26T03:09:28.718881+0000 mgr.smithi136.ofnrfx (mgr.14188) 673 : cluster [DBG] pgmap v608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:30 smithi136 bash[11745]: audit 2022-04-26T03:09:29.353217+0000 mon.smithi136 (mon.0) 922 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:09:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:30 smithi136 bash[11745]: audit 2022-04-26T03:09:29.361667+0000 mon.smithi136 (mon.0) 923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:09:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:30 smithi145 bash[13673]: cluster 2022-04-26T03:09:28.718881+0000 mgr.smithi136.ofnrfx (mgr.14188) 673 : cluster [DBG] pgmap v608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:30 smithi145 bash[13673]: audit 2022-04-26T03:09:29.353217+0000 mon.smithi136 (mon.0) 922 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:09:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:30 smithi145 bash[13673]: audit 2022-04-26T03:09:29.361667+0000 mon.smithi136 (mon.0) 923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:09:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:31 smithi136 bash[11745]: cluster 2022-04-26T03:09:29.345439+0000 mgr.smithi136.ofnrfx (mgr.14188) 674 : cluster [DBG] pgmap v609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:31 smithi136 bash[11745]: cluster 2022-04-26T03:09:29.346021+0000 mgr.smithi136.ofnrfx (mgr.14188) 675 : cluster [DBG] pgmap v610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:31 smithi136 bash[11745]: cephadm 2022-04-26T03:09:29.362968+0000 mgr.smithi136.ofnrfx (mgr.14188) 676 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:09:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:31 smithi136 bash[11745]: cephadm 2022-04-26T03:09:29.363109+0000 mgr.smithi136.ofnrfx (mgr.14188) 677 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:09:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:31 smithi136 bash[11745]: audit 2022-04-26T03:09:30.352791+0000 mon.smithi136 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.136:0/382046418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:31 smithi145 bash[13673]: cluster 2022-04-26T03:09:29.345439+0000 mgr.smithi136.ofnrfx (mgr.14188) 674 : cluster [DBG] pgmap v609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:31 smithi145 bash[13673]: cluster 2022-04-26T03:09:29.346021+0000 mgr.smithi136.ofnrfx (mgr.14188) 675 : cluster [DBG] pgmap v610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:31 smithi145 bash[13673]: cephadm 2022-04-26T03:09:29.362968+0000 mgr.smithi136.ofnrfx (mgr.14188) 676 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:09:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:31 smithi145 bash[13673]: cephadm 2022-04-26T03:09:29.363109+0000 mgr.smithi136.ofnrfx (mgr.14188) 677 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:09:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:31 smithi145 bash[13673]: audit 2022-04-26T03:09:30.352791+0000 mon.smithi136 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.136:0/382046418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:33.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:33 smithi136 bash[11745]: cluster 2022-04-26T03:09:31.346694+0000 mgr.smithi136.ofnrfx (mgr.14188) 678 : cluster [DBG] pgmap v611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:33 smithi145 bash[13673]: cluster 2022-04-26T03:09:31.346694+0000 mgr.smithi136.ofnrfx (mgr.14188) 678 : cluster [DBG] pgmap v611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:35.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:35.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:35.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:35 smithi136 bash[11745]: cluster 2022-04-26T03:09:33.347325+0000 mgr.smithi136.ofnrfx (mgr.14188) 679 : cluster [DBG] pgmap v612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:35 smithi145 bash[13673]: cluster 2022-04-26T03:09:33.347325+0000 mgr.smithi136.ofnrfx (mgr.14188) 679 : cluster [DBG] pgmap v612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:35.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:36 smithi136 bash[11745]: audit 2022-04-26T03:09:35.683545+0000 mon.smithi136 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.136:0/2053698702' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:36 smithi145 bash[13673]: audit 2022-04-26T03:09:35.683545+0000 mon.smithi136 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.136:0/2053698702' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:37 smithi136 bash[11745]: cluster 2022-04-26T03:09:35.347956+0000 mgr.smithi136.ofnrfx (mgr.14188) 680 : cluster [DBG] pgmap v613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:37 smithi145 bash[13673]: cluster 2022-04-26T03:09:35.347956+0000 mgr.smithi136.ofnrfx (mgr.14188) 680 : cluster [DBG] pgmap v613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:39 smithi136 bash[11745]: cluster 2022-04-26T03:09:37.348599+0000 mgr.smithi136.ofnrfx (mgr.14188) 681 : cluster [DBG] pgmap v614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:39 smithi145 bash[13673]: cluster 2022-04-26T03:09:37.348599+0000 mgr.smithi136.ofnrfx (mgr.14188) 681 : cluster [DBG] pgmap v614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:40.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:40.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:40.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:41.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:41 smithi136 bash[11745]: cluster 2022-04-26T03:09:39.349167+0000 mgr.smithi136.ofnrfx (mgr.14188) 682 : cluster [DBG] pgmap v615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:41 smithi136 bash[11745]: audit 2022-04-26T03:09:41.010187+0000 mon.smithi136 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.136:0/1379304228' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:41 smithi145 bash[13673]: cluster 2022-04-26T03:09:39.349167+0000 mgr.smithi136.ofnrfx (mgr.14188) 682 : cluster [DBG] pgmap v615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:41 smithi145 bash[13673]: audit 2022-04-26T03:09:41.010187+0000 mon.smithi136 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.136:0/1379304228' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:43.540 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:43 smithi136 bash[11745]: cluster 2022-04-26T03:09:41.349759+0000 mgr.smithi136.ofnrfx (mgr.14188) 683 : cluster [DBG] pgmap v616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:43 smithi145 bash[13673]: cluster 2022-04-26T03:09:41.349759+0000 mgr.smithi136.ofnrfx (mgr.14188) 683 : cluster [DBG] pgmap v616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:45 smithi136 bash[11745]: cluster 2022-04-26T03:09:43.350373+0000 mgr.smithi136.ofnrfx (mgr.14188) 684 : cluster [DBG] pgmap v617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:45 smithi145 bash[13673]: cluster 2022-04-26T03:09:43.350373+0000 mgr.smithi136.ofnrfx (mgr.14188) 684 : cluster [DBG] pgmap v617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:46.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:46.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:46.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:46.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:47 smithi136 bash[11745]: cluster 2022-04-26T03:09:45.350991+0000 mgr.smithi136.ofnrfx (mgr.14188) 685 : cluster [DBG] pgmap v618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:47 smithi136 bash[11745]: audit 2022-04-26T03:09:46.344322+0000 mon.smithi136 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.136:0/3722232257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:47 smithi145 bash[13673]: cluster 2022-04-26T03:09:45.350991+0000 mgr.smithi136.ofnrfx (mgr.14188) 685 : cluster [DBG] pgmap v618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:47 smithi145 bash[13673]: audit 2022-04-26T03:09:46.344322+0000 mon.smithi136 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.136:0/3722232257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:49 smithi136 bash[11745]: cluster 2022-04-26T03:09:47.351692+0000 mgr.smithi136.ofnrfx (mgr.14188) 686 : cluster [DBG] pgmap v619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:49 smithi145 bash[13673]: cluster 2022-04-26T03:09:47.351692+0000 mgr.smithi136.ofnrfx (mgr.14188) 686 : cluster [DBG] pgmap v619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:51.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:51.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:51.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:51 smithi136 bash[11745]: cluster 2022-04-26T03:09:49.352312+0000 mgr.smithi136.ofnrfx (mgr.14188) 687 : cluster [DBG] pgmap v620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:51 smithi145 bash[13673]: cluster 2022-04-26T03:09:49.352312+0000 mgr.smithi136.ofnrfx (mgr.14188) 687 : cluster [DBG] pgmap v620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:51.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:52 smithi136 bash[11745]: audit 2022-04-26T03:09:51.672032+0000 mon.smithi136 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.136:0/3906016191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:52 smithi145 bash[13673]: audit 2022-04-26T03:09:51.672032+0000 mon.smithi136 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.136:0/3906016191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:53 smithi136 bash[11745]: cluster 2022-04-26T03:09:51.352963+0000 mgr.smithi136.ofnrfx (mgr.14188) 688 : cluster [DBG] pgmap v621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:53 smithi145 bash[13673]: cluster 2022-04-26T03:09:51.352963+0000 mgr.smithi136.ofnrfx (mgr.14188) 688 : cluster [DBG] pgmap v621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:54 smithi136 bash[11745]: cluster 2022-04-26T03:09:53.353594+0000 mgr.smithi136.ofnrfx (mgr.14188) 689 : cluster [DBG] pgmap v622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:54 smithi145 bash[13673]: cluster 2022-04-26T03:09:53.353594+0000 mgr.smithi136.ofnrfx (mgr.14188) 689 : cluster [DBG] pgmap v622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:56.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:09:56.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:09:56.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:09:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:56 smithi136 bash[11745]: cluster 2022-04-26T03:09:55.354230+0000 mgr.smithi136.ofnrfx (mgr.14188) 690 : cluster [DBG] pgmap v623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:56 smithi145 bash[13673]: cluster 2022-04-26T03:09:55.354230+0000 mgr.smithi136.ofnrfx (mgr.14188) 690 : cluster [DBG] pgmap v623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:57.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:09:57.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:57 smithi136 bash[11745]: audit 2022-04-26T03:09:57.000612+0000 mon.smithi136 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.136:0/2813162961' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:57 smithi145 bash[13673]: audit 2022-04-26T03:09:57.000612+0000 mon.smithi136 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.136:0/2813162961' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:09:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:09:59 smithi145 bash[13673]: cluster 2022-04-26T03:09:57.354819+0000 mgr.smithi136.ofnrfx (mgr.14188) 691 : cluster [DBG] pgmap v624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:09:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:09:59 smithi136 bash[11745]: cluster 2022-04-26T03:09:57.354819+0000 mgr.smithi136.ofnrfx (mgr.14188) 691 : cluster [DBG] pgmap v624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:00 smithi145 bash[13673]: cluster 2022-04-26T03:10:00.000159+0000 mon.smithi136 (mon.0) 930 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:10:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:00 smithi145 bash[13673]: cluster 2022-04-26T03:10:00.000215+0000 mon.smithi136 (mon.0) 931 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2022-04-26T03:10:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:00 smithi145 bash[13673]: cluster 2022-04-26T03:10:00.000236+0000 mon.smithi136 (mon.0) 932 : cluster [WRN] stray daemon osd.1 on host smithi136 not managed by cephadm 2022-04-26T03:10:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:00 smithi136 bash[11745]: cluster 2022-04-26T03:10:00.000159+0000 mon.smithi136 (mon.0) 930 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:10:00.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:00 smithi136 bash[11745]: cluster 2022-04-26T03:10:00.000215+0000 mon.smithi136 (mon.0) 931 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2022-04-26T03:10:00.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:00 smithi136 bash[11745]: cluster 2022-04-26T03:10:00.000236+0000 mon.smithi136 (mon.0) 932 : cluster [WRN] stray daemon osd.1 on host smithi136 not managed by cephadm 2022-04-26T03:10:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:01 smithi145 bash[13673]: cluster 2022-04-26T03:09:59.355454+0000 mgr.smithi136.ofnrfx (mgr.14188) 692 : cluster [DBG] pgmap v625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:01 smithi136 bash[11745]: cluster 2022-04-26T03:09:59.355454+0000 mgr.smithi136.ofnrfx (mgr.14188) 692 : cluster [DBG] pgmap v625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:02.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:02.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:02.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:02.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:02 smithi145 bash[13673]: audit 2022-04-26T03:10:01.850307+0000 mon.smithi136 (mon.0) 933 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:10:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:02 smithi145 bash[13673]: audit 2022-04-26T03:10:01.851449+0000 mon.smithi136 (mon.0) 934 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:10:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:02 smithi136 bash[11745]: audit 2022-04-26T03:10:01.850307+0000 mon.smithi136 (mon.0) 933 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:10:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:02 smithi136 bash[11745]: audit 2022-04-26T03:10:01.851449+0000 mon.smithi136 (mon.0) 934 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:10:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:03 smithi145 bash[13673]: cluster 2022-04-26T03:10:01.356141+0000 mgr.smithi136.ofnrfx (mgr.14188) 693 : cluster [DBG] pgmap v626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:03 smithi145 bash[13673]: audit 2022-04-26T03:10:02.328194+0000 mon.smithi136 (mon.0) 935 : audit [DBG] from='client.? 172.21.15.136:0/2781672159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:03 smithi136 bash[11745]: cluster 2022-04-26T03:10:01.356141+0000 mgr.smithi136.ofnrfx (mgr.14188) 693 : cluster [DBG] pgmap v626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:03 smithi136 bash[11745]: audit 2022-04-26T03:10:02.328194+0000 mon.smithi136 (mon.0) 935 : audit [DBG] from='client.? 172.21.15.136:0/2781672159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:05 smithi145 bash[13673]: cluster 2022-04-26T03:10:03.356759+0000 mgr.smithi136.ofnrfx (mgr.14188) 694 : cluster [DBG] pgmap v627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:05 smithi136 bash[11745]: cluster 2022-04-26T03:10:03.356759+0000 mgr.smithi136.ofnrfx (mgr.14188) 694 : cluster [DBG] pgmap v627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:07.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:07.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:07.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:07 smithi145 bash[13673]: cluster 2022-04-26T03:10:05.357372+0000 mgr.smithi136.ofnrfx (mgr.14188) 695 : cluster [DBG] pgmap v628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:07 smithi136 bash[11745]: cluster 2022-04-26T03:10:05.357372+0000 mgr.smithi136.ofnrfx (mgr.14188) 695 : cluster [DBG] pgmap v628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:07.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:08 smithi145 bash[13673]: audit 2022-04-26T03:10:07.657860+0000 mon.smithi136 (mon.0) 936 : audit [DBG] from='client.? 172.21.15.136:0/2892076477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:08 smithi136 bash[11745]: audit 2022-04-26T03:10:07.657860+0000 mon.smithi136 (mon.0) 936 : audit [DBG] from='client.? 172.21.15.136:0/2892076477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:09 smithi145 bash[13673]: cluster 2022-04-26T03:10:07.358028+0000 mgr.smithi136.ofnrfx (mgr.14188) 696 : cluster [DBG] pgmap v629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:09 smithi136 bash[11745]: cluster 2022-04-26T03:10:07.358028+0000 mgr.smithi136.ofnrfx (mgr.14188) 696 : cluster [DBG] pgmap v629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:11 smithi145 bash[13673]: cluster 2022-04-26T03:10:09.358662+0000 mgr.smithi136.ofnrfx (mgr.14188) 697 : cluster [DBG] pgmap v630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:11 smithi136 bash[11745]: cluster 2022-04-26T03:10:09.358662+0000 mgr.smithi136.ofnrfx (mgr.14188) 697 : cluster [DBG] pgmap v630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:12.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:12.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:12.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:13.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:13 smithi145 bash[13673]: cluster 2022-04-26T03:10:11.359304+0000 mgr.smithi136.ofnrfx (mgr.14188) 698 : cluster [DBG] pgmap v631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:13 smithi145 bash[13673]: audit 2022-04-26T03:10:12.994576+0000 mon.smithi136 (mon.0) 937 : audit [DBG] from='client.? 172.21.15.136:0/452885795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:13 smithi136 bash[11745]: cluster 2022-04-26T03:10:11.359304+0000 mgr.smithi136.ofnrfx (mgr.14188) 698 : cluster [DBG] pgmap v631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:13 smithi136 bash[11745]: audit 2022-04-26T03:10:12.994576+0000 mon.smithi136 (mon.0) 937 : audit [DBG] from='client.? 172.21.15.136:0/452885795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:15 smithi145 bash[13673]: cluster 2022-04-26T03:10:13.359937+0000 mgr.smithi136.ofnrfx (mgr.14188) 699 : cluster [DBG] pgmap v632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:15 smithi136 bash[11745]: cluster 2022-04-26T03:10:13.359937+0000 mgr.smithi136.ofnrfx (mgr.14188) 699 : cluster [DBG] pgmap v632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:17 smithi145 bash[13673]: cluster 2022-04-26T03:10:15.360589+0000 mgr.smithi136.ofnrfx (mgr.14188) 700 : cluster [DBG] pgmap v633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:17 smithi136 bash[11745]: cluster 2022-04-26T03:10:15.360589+0000 mgr.smithi136.ofnrfx (mgr.14188) 700 : cluster [DBG] pgmap v633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:18.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:18.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:18.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:18.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:19 smithi145 bash[13673]: cluster 2022-04-26T03:10:17.361235+0000 mgr.smithi136.ofnrfx (mgr.14188) 701 : cluster [DBG] pgmap v634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:19 smithi145 bash[13673]: audit 2022-04-26T03:10:18.312330+0000 mon.smithi136 (mon.0) 938 : audit [DBG] from='client.? 172.21.15.136:0/4010371047' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:19 smithi136 bash[11745]: cluster 2022-04-26T03:10:17.361235+0000 mgr.smithi136.ofnrfx (mgr.14188) 701 : cluster [DBG] pgmap v634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:19 smithi136 bash[11745]: audit 2022-04-26T03:10:18.312330+0000 mon.smithi136 (mon.0) 938 : audit [DBG] from='client.? 172.21.15.136:0/4010371047' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:21 smithi136 bash[11745]: cluster 2022-04-26T03:10:19.361855+0000 mgr.smithi136.ofnrfx (mgr.14188) 702 : cluster [DBG] pgmap v635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:21 smithi145 bash[13673]: cluster 2022-04-26T03:10:19.361855+0000 mgr.smithi136.ofnrfx (mgr.14188) 702 : cluster [DBG] pgmap v635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:23.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:23.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:23.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:23 smithi136 bash[11745]: cluster 2022-04-26T03:10:21.362472+0000 mgr.smithi136.ofnrfx (mgr.14188) 703 : cluster [DBG] pgmap v636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:23 smithi145 bash[13673]: cluster 2022-04-26T03:10:21.362472+0000 mgr.smithi136.ofnrfx (mgr.14188) 703 : cluster [DBG] pgmap v636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:23.656 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:24 smithi136 bash[11745]: audit 2022-04-26T03:10:23.639621+0000 mon.smithi136 (mon.0) 939 : audit [DBG] from='client.? 172.21.15.136:0/1278496926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:24 smithi145 bash[13673]: audit 2022-04-26T03:10:23.639621+0000 mon.smithi136 (mon.0) 939 : audit [DBG] from='client.? 172.21.15.136:0/1278496926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:25 smithi136 bash[11745]: cluster 2022-04-26T03:10:23.363095+0000 mgr.smithi136.ofnrfx (mgr.14188) 704 : cluster [DBG] pgmap v637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:25 smithi145 bash[13673]: cluster 2022-04-26T03:10:23.363095+0000 mgr.smithi136.ofnrfx (mgr.14188) 704 : cluster [DBG] pgmap v637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:27 smithi136 bash[11745]: cluster 2022-04-26T03:10:25.363778+0000 mgr.smithi136.ofnrfx (mgr.14188) 705 : cluster [DBG] pgmap v638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:27 smithi145 bash[13673]: cluster 2022-04-26T03:10:25.363778+0000 mgr.smithi136.ofnrfx (mgr.14188) 705 : cluster [DBG] pgmap v638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:28.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:28.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:28.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:28.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:29 smithi136 bash[11745]: cluster 2022-04-26T03:10:27.364422+0000 mgr.smithi136.ofnrfx (mgr.14188) 706 : cluster [DBG] pgmap v639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:29 smithi136 bash[11745]: audit 2022-04-26T03:10:28.970251+0000 mon.smithi136 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.136:0/2183441433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:29 smithi145 bash[13673]: cluster 2022-04-26T03:10:27.364422+0000 mgr.smithi136.ofnrfx (mgr.14188) 706 : cluster [DBG] pgmap v639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:29 smithi145 bash[13673]: audit 2022-04-26T03:10:28.970251+0000 mon.smithi136 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.136:0/2183441433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:30 smithi136 bash[11745]: audit 2022-04-26T03:10:29.373549+0000 mon.smithi136 (mon.0) 941 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:10:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:30 smithi136 bash[11745]: audit 2022-04-26T03:10:29.376326+0000 mon.smithi136 (mon.0) 942 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:10:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:30 smithi136 bash[11745]: audit 2022-04-26T03:10:29.378115+0000 mon.smithi136 (mon.0) 943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:10:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:30 smithi136 bash[11745]: audit 2022-04-26T03:10:29.705961+0000 mon.smithi136 (mon.0) 944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:10:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:30 smithi136 bash[11745]: audit 2022-04-26T03:10:29.713856+0000 mon.smithi136 (mon.0) 945 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:10:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:30 smithi145 bash[13673]: audit 2022-04-26T03:10:29.373549+0000 mon.smithi136 (mon.0) 941 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:10:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:30 smithi145 bash[13673]: audit 2022-04-26T03:10:29.376326+0000 mon.smithi136 (mon.0) 942 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:10:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:30 smithi145 bash[13673]: audit 2022-04-26T03:10:29.378115+0000 mon.smithi136 (mon.0) 943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:10:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:30 smithi145 bash[13673]: audit 2022-04-26T03:10:29.705961+0000 mon.smithi136 (mon.0) 944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:10:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:30 smithi145 bash[13673]: audit 2022-04-26T03:10:29.713856+0000 mon.smithi136 (mon.0) 945 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:10:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:31 smithi136 bash[11745]: cluster 2022-04-26T03:10:29.365074+0000 mgr.smithi136.ofnrfx (mgr.14188) 707 : cluster [DBG] pgmap v640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:31 smithi136 bash[11745]: cluster 2022-04-26T03:10:29.699505+0000 mgr.smithi136.ofnrfx (mgr.14188) 708 : cluster [DBG] pgmap v641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:31 smithi136 bash[11745]: cluster 2022-04-26T03:10:29.700026+0000 mgr.smithi136.ofnrfx (mgr.14188) 709 : cluster [DBG] pgmap v642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:31 smithi136 bash[11745]: cephadm 2022-04-26T03:10:29.715140+0000 mgr.smithi136.ofnrfx (mgr.14188) 710 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:10:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:31 smithi136 bash[11745]: cephadm 2022-04-26T03:10:29.715330+0000 mgr.smithi136.ofnrfx (mgr.14188) 711 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:10:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:31 smithi145 bash[13673]: cluster 2022-04-26T03:10:29.365074+0000 mgr.smithi136.ofnrfx (mgr.14188) 707 : cluster [DBG] pgmap v640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:31 smithi145 bash[13673]: cluster 2022-04-26T03:10:29.699505+0000 mgr.smithi136.ofnrfx (mgr.14188) 708 : cluster [DBG] pgmap v641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:31 smithi145 bash[13673]: cluster 2022-04-26T03:10:29.700026+0000 mgr.smithi136.ofnrfx (mgr.14188) 709 : cluster [DBG] pgmap v642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:31 smithi145 bash[13673]: cephadm 2022-04-26T03:10:29.715140+0000 mgr.smithi136.ofnrfx (mgr.14188) 710 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:10:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:31 smithi145 bash[13673]: cephadm 2022-04-26T03:10:29.715330+0000 mgr.smithi136.ofnrfx (mgr.14188) 711 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:10:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:33 smithi136 bash[11745]: cluster 2022-04-26T03:10:31.700729+0000 mgr.smithi136.ofnrfx (mgr.14188) 712 : cluster [DBG] pgmap v643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:33 smithi145 bash[13673]: cluster 2022-04-26T03:10:31.700729+0000 mgr.smithi136.ofnrfx (mgr.14188) 712 : cluster [DBG] pgmap v643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:33.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:33.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:33.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:34.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:35 smithi136 bash[11745]: cluster 2022-04-26T03:10:33.701420+0000 mgr.smithi136.ofnrfx (mgr.14188) 713 : cluster [DBG] pgmap v644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:35 smithi136 bash[11745]: audit 2022-04-26T03:10:34.298060+0000 mon.smithi136 (mon.0) 946 : audit [DBG] from='client.? 172.21.15.136:0/3135532949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:35 smithi145 bash[13673]: cluster 2022-04-26T03:10:33.701420+0000 mgr.smithi136.ofnrfx (mgr.14188) 713 : cluster [DBG] pgmap v644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:35 smithi145 bash[13673]: audit 2022-04-26T03:10:34.298060+0000 mon.smithi136 (mon.0) 946 : audit [DBG] from='client.? 172.21.15.136:0/3135532949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:37 smithi136 bash[11745]: cluster 2022-04-26T03:10:35.702053+0000 mgr.smithi136.ofnrfx (mgr.14188) 714 : cluster [DBG] pgmap v645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:37 smithi145 bash[13673]: cluster 2022-04-26T03:10:35.702053+0000 mgr.smithi136.ofnrfx (mgr.14188) 714 : cluster [DBG] pgmap v645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:39.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:39.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:39.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:39 smithi136 bash[11745]: cluster 2022-04-26T03:10:37.702704+0000 mgr.smithi136.ofnrfx (mgr.14188) 715 : cluster [DBG] pgmap v646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:39.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:39 smithi145 bash[13673]: cluster 2022-04-26T03:10:37.702704+0000 mgr.smithi136.ofnrfx (mgr.14188) 715 : cluster [DBG] pgmap v646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:40 smithi136 bash[11745]: audit 2022-04-26T03:10:39.624696+0000 mon.smithi136 (mon.0) 947 : audit [DBG] from='client.? 172.21.15.136:0/348112817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:40 smithi145 bash[13673]: audit 2022-04-26T03:10:39.624696+0000 mon.smithi136 (mon.0) 947 : audit [DBG] from='client.? 172.21.15.136:0/348112817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:41 smithi136 bash[11745]: cluster 2022-04-26T03:10:39.703442+0000 mgr.smithi136.ofnrfx (mgr.14188) 716 : cluster [DBG] pgmap v647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:41 smithi145 bash[13673]: cluster 2022-04-26T03:10:39.703442+0000 mgr.smithi136.ofnrfx (mgr.14188) 716 : cluster [DBG] pgmap v647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:43 smithi136 bash[11745]: cluster 2022-04-26T03:10:41.704109+0000 mgr.smithi136.ofnrfx (mgr.14188) 717 : cluster [DBG] pgmap v648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:43 smithi145 bash[13673]: cluster 2022-04-26T03:10:41.704109+0000 mgr.smithi136.ofnrfx (mgr.14188) 717 : cluster [DBG] pgmap v648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:44.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:44.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:44.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:44.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:45 smithi136 bash[11745]: cluster 2022-04-26T03:10:43.704727+0000 mgr.smithi136.ofnrfx (mgr.14188) 718 : cluster [DBG] pgmap v649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:45 smithi136 bash[11745]: audit 2022-04-26T03:10:44.950668+0000 mon.smithi136 (mon.0) 948 : audit [DBG] from='client.? 172.21.15.136:0/1182048633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:45 smithi145 bash[13673]: cluster 2022-04-26T03:10:43.704727+0000 mgr.smithi136.ofnrfx (mgr.14188) 718 : cluster [DBG] pgmap v649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:45 smithi145 bash[13673]: audit 2022-04-26T03:10:44.950668+0000 mon.smithi136 (mon.0) 948 : audit [DBG] from='client.? 172.21.15.136:0/1182048633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:47 smithi136 bash[11745]: cluster 2022-04-26T03:10:45.705342+0000 mgr.smithi136.ofnrfx (mgr.14188) 719 : cluster [DBG] pgmap v650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:47 smithi145 bash[13673]: cluster 2022-04-26T03:10:45.705342+0000 mgr.smithi136.ofnrfx (mgr.14188) 719 : cluster [DBG] pgmap v650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:49 smithi136 bash[11745]: cluster 2022-04-26T03:10:47.705985+0000 mgr.smithi136.ofnrfx (mgr.14188) 720 : cluster [DBG] pgmap v651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:49 smithi145 bash[13673]: cluster 2022-04-26T03:10:47.705985+0000 mgr.smithi136.ofnrfx (mgr.14188) 720 : cluster [DBG] pgmap v651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:49.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:49.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:49.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:50.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:51 smithi136 bash[11745]: cluster 2022-04-26T03:10:49.706588+0000 mgr.smithi136.ofnrfx (mgr.14188) 721 : cluster [DBG] pgmap v652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:51 smithi136 bash[11745]: audit 2022-04-26T03:10:50.278061+0000 mon.smithi136 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.136:0/2249331858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:51 smithi145 bash[13673]: cluster 2022-04-26T03:10:49.706588+0000 mgr.smithi136.ofnrfx (mgr.14188) 721 : cluster [DBG] pgmap v652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:51 smithi145 bash[13673]: audit 2022-04-26T03:10:50.278061+0000 mon.smithi136 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.136:0/2249331858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:53 smithi136 bash[11745]: cluster 2022-04-26T03:10:51.707238+0000 mgr.smithi136.ofnrfx (mgr.14188) 722 : cluster [DBG] pgmap v653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:53 smithi145 bash[13673]: cluster 2022-04-26T03:10:51.707238+0000 mgr.smithi136.ofnrfx (mgr.14188) 722 : cluster [DBG] pgmap v653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:55.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:10:55.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:10:55.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:10:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:55 smithi136 bash[11745]: cluster 2022-04-26T03:10:53.707891+0000 mgr.smithi136.ofnrfx (mgr.14188) 723 : cluster [DBG] pgmap v654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:55.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:10:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:55 smithi145 bash[13673]: cluster 2022-04-26T03:10:53.707891+0000 mgr.smithi136.ofnrfx (mgr.14188) 723 : cluster [DBG] pgmap v654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:56 smithi136 bash[11745]: audit 2022-04-26T03:10:55.601760+0000 mon.smithi136 (mon.0) 950 : audit [DBG] from='client.? 172.21.15.136:0/537321544' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:56 smithi145 bash[13673]: audit 2022-04-26T03:10:55.601760+0000 mon.smithi136 (mon.0) 950 : audit [DBG] from='client.? 172.21.15.136:0/537321544' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:10:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:57 smithi136 bash[11745]: cluster 2022-04-26T03:10:55.708522+0000 mgr.smithi136.ofnrfx (mgr.14188) 724 : cluster [DBG] pgmap v655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:57 smithi145 bash[13673]: cluster 2022-04-26T03:10:55.708522+0000 mgr.smithi136.ofnrfx (mgr.14188) 724 : cluster [DBG] pgmap v655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:10:59 smithi145 bash[13673]: cluster 2022-04-26T03:10:57.709114+0000 mgr.smithi136.ofnrfx (mgr.14188) 725 : cluster [DBG] pgmap v656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:10:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:10:59 smithi136 bash[11745]: cluster 2022-04-26T03:10:57.709114+0000 mgr.smithi136.ofnrfx (mgr.14188) 725 : cluster [DBG] pgmap v656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:00.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:00.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:00.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:00.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:01 smithi145 bash[13673]: cluster 2022-04-26T03:10:59.709728+0000 mgr.smithi136.ofnrfx (mgr.14188) 726 : cluster [DBG] pgmap v657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:01 smithi145 bash[13673]: audit 2022-04-26T03:11:00.930500+0000 mon.smithi136 (mon.0) 951 : audit [DBG] from='client.? 172.21.15.136:0/1955804469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:01 smithi136 bash[11745]: cluster 2022-04-26T03:10:59.709728+0000 mgr.smithi136.ofnrfx (mgr.14188) 726 : cluster [DBG] pgmap v657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:01 smithi136 bash[11745]: audit 2022-04-26T03:11:00.930500+0000 mon.smithi136 (mon.0) 951 : audit [DBG] from='client.? 172.21.15.136:0/1955804469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:02 smithi145 bash[13673]: audit 2022-04-26T03:11:01.858106+0000 mon.smithi136 (mon.0) 952 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:11:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:02 smithi145 bash[13673]: audit 2022-04-26T03:11:01.858577+0000 mon.smithi136 (mon.0) 953 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:11:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:02 smithi136 bash[11745]: audit 2022-04-26T03:11:01.858106+0000 mon.smithi136 (mon.0) 952 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:11:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:02 smithi136 bash[11745]: audit 2022-04-26T03:11:01.858577+0000 mon.smithi136 (mon.0) 953 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:11:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:03 smithi145 bash[13673]: cluster 2022-04-26T03:11:01.710369+0000 mgr.smithi136.ofnrfx (mgr.14188) 727 : cluster [DBG] pgmap v658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:03 smithi136 bash[11745]: cluster 2022-04-26T03:11:01.710369+0000 mgr.smithi136.ofnrfx (mgr.14188) 727 : cluster [DBG] pgmap v658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:05 smithi145 bash[13673]: cluster 2022-04-26T03:11:03.710971+0000 mgr.smithi136.ofnrfx (mgr.14188) 728 : cluster [DBG] pgmap v659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:05 smithi136 bash[11745]: cluster 2022-04-26T03:11:03.710971+0000 mgr.smithi136.ofnrfx (mgr.14188) 728 : cluster [DBG] pgmap v659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:05.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:05.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:05.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:06.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:07 smithi145 bash[13673]: cluster 2022-04-26T03:11:05.711692+0000 mgr.smithi136.ofnrfx (mgr.14188) 729 : cluster [DBG] pgmap v660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:07 smithi145 bash[13673]: audit 2022-04-26T03:11:06.255838+0000 mon.smithi136 (mon.0) 954 : audit [DBG] from='client.? 172.21.15.136:0/869336423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:07 smithi136 bash[11745]: cluster 2022-04-26T03:11:05.711692+0000 mgr.smithi136.ofnrfx (mgr.14188) 729 : cluster [DBG] pgmap v660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:07 smithi136 bash[11745]: audit 2022-04-26T03:11:06.255838+0000 mon.smithi136 (mon.0) 954 : audit [DBG] from='client.? 172.21.15.136:0/869336423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:09 smithi145 bash[13673]: cluster 2022-04-26T03:11:07.712368+0000 mgr.smithi136.ofnrfx (mgr.14188) 730 : cluster [DBG] pgmap v661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:09 smithi136 bash[11745]: cluster 2022-04-26T03:11:07.712368+0000 mgr.smithi136.ofnrfx (mgr.14188) 730 : cluster [DBG] pgmap v661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:11.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:11.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:11.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:11 smithi145 bash[13673]: cluster 2022-04-26T03:11:09.713011+0000 mgr.smithi136.ofnrfx (mgr.14188) 731 : cluster [DBG] pgmap v662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:11 smithi136 bash[11745]: cluster 2022-04-26T03:11:09.713011+0000 mgr.smithi136.ofnrfx (mgr.14188) 731 : cluster [DBG] pgmap v662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:11.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:12 smithi145 bash[13673]: audit 2022-04-26T03:11:11.585804+0000 mon.smithi136 (mon.0) 955 : audit [DBG] from='client.? 172.21.15.136:0/727410164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:12 smithi136 bash[11745]: audit 2022-04-26T03:11:11.585804+0000 mon.smithi136 (mon.0) 955 : audit [DBG] from='client.? 172.21.15.136:0/727410164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:13 smithi145 bash[13673]: cluster 2022-04-26T03:11:11.713658+0000 mgr.smithi136.ofnrfx (mgr.14188) 732 : cluster [DBG] pgmap v663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:13 smithi136 bash[11745]: cluster 2022-04-26T03:11:11.713658+0000 mgr.smithi136.ofnrfx (mgr.14188) 732 : cluster [DBG] pgmap v663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:15 smithi145 bash[13673]: cluster 2022-04-26T03:11:13.714270+0000 mgr.smithi136.ofnrfx (mgr.14188) 733 : cluster [DBG] pgmap v664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:15 smithi136 bash[11745]: cluster 2022-04-26T03:11:13.714270+0000 mgr.smithi136.ofnrfx (mgr.14188) 733 : cluster [DBG] pgmap v664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:16.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:16.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:16.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:16.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:17 smithi145 bash[13673]: cluster 2022-04-26T03:11:15.714966+0000 mgr.smithi136.ofnrfx (mgr.14188) 734 : cluster [DBG] pgmap v665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:17 smithi145 bash[13673]: audit 2022-04-26T03:11:16.919573+0000 mon.smithi136 (mon.0) 956 : audit [DBG] from='client.? 172.21.15.136:0/3974586144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:17 smithi136 bash[11745]: cluster 2022-04-26T03:11:15.714966+0000 mgr.smithi136.ofnrfx (mgr.14188) 734 : cluster [DBG] pgmap v665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:17 smithi136 bash[11745]: audit 2022-04-26T03:11:16.919573+0000 mon.smithi136 (mon.0) 956 : audit [DBG] from='client.? 172.21.15.136:0/3974586144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:19 smithi136 bash[11745]: cluster 2022-04-26T03:11:17.715653+0000 mgr.smithi136.ofnrfx (mgr.14188) 735 : cluster [DBG] pgmap v666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:19 smithi145 bash[13673]: cluster 2022-04-26T03:11:17.715653+0000 mgr.smithi136.ofnrfx (mgr.14188) 735 : cluster [DBG] pgmap v666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:21 smithi136 bash[11745]: cluster 2022-04-26T03:11:19.716232+0000 mgr.smithi136.ofnrfx (mgr.14188) 736 : cluster [DBG] pgmap v667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:21 smithi145 bash[13673]: cluster 2022-04-26T03:11:19.716232+0000 mgr.smithi136.ofnrfx (mgr.14188) 736 : cluster [DBG] pgmap v667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:21.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:21.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:21.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:22.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:23 smithi136 bash[11745]: cluster 2022-04-26T03:11:21.716891+0000 mgr.smithi136.ofnrfx (mgr.14188) 737 : cluster [DBG] pgmap v668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:23 smithi136 bash[11745]: audit 2022-04-26T03:11:22.252250+0000 mon.smithi136 (mon.0) 957 : audit [DBG] from='client.? 172.21.15.136:0/1294104077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:23 smithi145 bash[13673]: cluster 2022-04-26T03:11:21.716891+0000 mgr.smithi136.ofnrfx (mgr.14188) 737 : cluster [DBG] pgmap v668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:23 smithi145 bash[13673]: audit 2022-04-26T03:11:22.252250+0000 mon.smithi136 (mon.0) 957 : audit [DBG] from='client.? 172.21.15.136:0/1294104077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:25 smithi136 bash[11745]: cluster 2022-04-26T03:11:23.717516+0000 mgr.smithi136.ofnrfx (mgr.14188) 738 : cluster [DBG] pgmap v669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:25 smithi145 bash[13673]: cluster 2022-04-26T03:11:23.717516+0000 mgr.smithi136.ofnrfx (mgr.14188) 738 : cluster [DBG] pgmap v669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:27.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:27.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:27.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:27 smithi136 bash[11745]: cluster 2022-04-26T03:11:25.718138+0000 mgr.smithi136.ofnrfx (mgr.14188) 739 : cluster [DBG] pgmap v670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:27.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:27 smithi145 bash[13673]: cluster 2022-04-26T03:11:25.718138+0000 mgr.smithi136.ofnrfx (mgr.14188) 739 : cluster [DBG] pgmap v670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:28 smithi145 bash[13673]: audit 2022-04-26T03:11:27.577670+0000 mon.smithi136 (mon.0) 958 : audit [DBG] from='client.? 172.21.15.136:0/641275687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:28 smithi136 bash[11745]: audit 2022-04-26T03:11:27.577670+0000 mon.smithi136 (mon.0) 958 : audit [DBG] from='client.? 172.21.15.136:0/641275687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:29 smithi136 bash[11745]: cluster 2022-04-26T03:11:27.718846+0000 mgr.smithi136.ofnrfx (mgr.14188) 740 : cluster [DBG] pgmap v671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:29 smithi145 bash[13673]: cluster 2022-04-26T03:11:27.718846+0000 mgr.smithi136.ofnrfx (mgr.14188) 740 : cluster [DBG] pgmap v671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:30 smithi136 bash[11745]: audit 2022-04-26T03:11:29.725379+0000 mon.smithi136 (mon.0) 959 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:11:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:30 smithi136 bash[11745]: audit 2022-04-26T03:11:29.728181+0000 mon.smithi136 (mon.0) 960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:11:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:30 smithi136 bash[11745]: audit 2022-04-26T03:11:29.730000+0000 mon.smithi136 (mon.0) 961 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:11:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:30 smithi136 bash[11745]: audit 2022-04-26T03:11:30.032852+0000 mon.smithi136 (mon.0) 962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:11:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:30 smithi145 bash[13673]: audit 2022-04-26T03:11:29.725379+0000 mon.smithi136 (mon.0) 959 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:11:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:30 smithi145 bash[13673]: audit 2022-04-26T03:11:29.728181+0000 mon.smithi136 (mon.0) 960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:11:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:30 smithi145 bash[13673]: audit 2022-04-26T03:11:29.730000+0000 mon.smithi136 (mon.0) 961 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:11:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:30 smithi145 bash[13673]: audit 2022-04-26T03:11:30.032852+0000 mon.smithi136 (mon.0) 962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:11:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:31 smithi136 bash[11745]: cluster 2022-04-26T03:11:29.719416+0000 mgr.smithi136.ofnrfx (mgr.14188) 741 : cluster [DBG] pgmap v672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:31 smithi136 bash[11745]: audit 2022-04-26T03:11:30.335908+0000 mon.smithi136 (mon.0) 963 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:11:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:31 smithi136 bash[11745]: audit 2022-04-26T03:11:30.343487+0000 mon.smithi136 (mon.0) 964 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:11:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:31 smithi145 bash[13673]: cluster 2022-04-26T03:11:29.719416+0000 mgr.smithi136.ofnrfx (mgr.14188) 741 : cluster [DBG] pgmap v672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:31 smithi145 bash[13673]: audit 2022-04-26T03:11:30.335908+0000 mon.smithi136 (mon.0) 963 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:11:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:31 smithi145 bash[13673]: audit 2022-04-26T03:11:30.343487+0000 mon.smithi136 (mon.0) 964 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:11:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:32 smithi136 bash[11745]: cluster 2022-04-26T03:11:30.327968+0000 mgr.smithi136.ofnrfx (mgr.14188) 742 : cluster [DBG] pgmap v673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:32 smithi136 bash[11745]: cluster 2022-04-26T03:11:30.328564+0000 mgr.smithi136.ofnrfx (mgr.14188) 743 : cluster [DBG] pgmap v674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:32 smithi136 bash[11745]: cephadm 2022-04-26T03:11:30.344925+0000 mgr.smithi136.ofnrfx (mgr.14188) 744 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:11:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:32 smithi136 bash[11745]: cephadm 2022-04-26T03:11:30.345126+0000 mgr.smithi136.ofnrfx (mgr.14188) 745 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:11:32.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:32.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:32.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:32 smithi145 bash[13673]: cluster 2022-04-26T03:11:30.327968+0000 mgr.smithi136.ofnrfx (mgr.14188) 742 : cluster [DBG] pgmap v673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:32 smithi145 bash[13673]: cluster 2022-04-26T03:11:30.328564+0000 mgr.smithi136.ofnrfx (mgr.14188) 743 : cluster [DBG] pgmap v674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:32 smithi145 bash[13673]: cephadm 2022-04-26T03:11:30.344925+0000 mgr.smithi136.ofnrfx (mgr.14188) 744 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:11:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:32 smithi145 bash[13673]: cephadm 2022-04-26T03:11:30.345126+0000 mgr.smithi136.ofnrfx (mgr.14188) 745 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:11:32.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:33 smithi136 bash[11745]: audit 2022-04-26T03:11:32.901544+0000 mon.smithi136 (mon.0) 965 : audit [DBG] from='client.? 172.21.15.136:0/494627685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:33 smithi145 bash[13673]: audit 2022-04-26T03:11:32.901544+0000 mon.smithi136 (mon.0) 965 : audit [DBG] from='client.? 172.21.15.136:0/494627685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:34 smithi136 bash[11745]: cluster 2022-04-26T03:11:32.329243+0000 mgr.smithi136.ofnrfx (mgr.14188) 746 : cluster [DBG] pgmap v675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:34 smithi145 bash[13673]: cluster 2022-04-26T03:11:32.329243+0000 mgr.smithi136.ofnrfx (mgr.14188) 746 : cluster [DBG] pgmap v675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:36 smithi136 bash[11745]: cluster 2022-04-26T03:11:34.329847+0000 mgr.smithi136.ofnrfx (mgr.14188) 747 : cluster [DBG] pgmap v676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:36 smithi145 bash[13673]: cluster 2022-04-26T03:11:34.329847+0000 mgr.smithi136.ofnrfx (mgr.14188) 747 : cluster [DBG] pgmap v676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:37.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:37.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:37.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:38.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:38 smithi145 bash[13673]: cluster 2022-04-26T03:11:36.330456+0000 mgr.smithi136.ofnrfx (mgr.14188) 748 : cluster [DBG] pgmap v677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:38 smithi136 bash[11745]: cluster 2022-04-26T03:11:36.330456+0000 mgr.smithi136.ofnrfx (mgr.14188) 748 : cluster [DBG] pgmap v677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:39 smithi136 bash[11745]: audit 2022-04-26T03:11:38.240499+0000 mon.smithi136 (mon.0) 966 : audit [DBG] from='client.? 172.21.15.136:0/3597580796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:39 smithi145 bash[13673]: audit 2022-04-26T03:11:38.240499+0000 mon.smithi136 (mon.0) 966 : audit [DBG] from='client.? 172.21.15.136:0/3597580796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:40 smithi136 bash[11745]: cluster 2022-04-26T03:11:38.331040+0000 mgr.smithi136.ofnrfx (mgr.14188) 749 : cluster [DBG] pgmap v678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:40 smithi145 bash[13673]: cluster 2022-04-26T03:11:38.331040+0000 mgr.smithi136.ofnrfx (mgr.14188) 749 : cluster [DBG] pgmap v678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:42 smithi136 bash[11745]: cluster 2022-04-26T03:11:40.331661+0000 mgr.smithi136.ofnrfx (mgr.14188) 750 : cluster [DBG] pgmap v679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:42 smithi145 bash[13673]: cluster 2022-04-26T03:11:40.331661+0000 mgr.smithi136.ofnrfx (mgr.14188) 750 : cluster [DBG] pgmap v679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:43.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:43.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:43.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:43.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:44 smithi136 bash[11745]: cluster 2022-04-26T03:11:42.332262+0000 mgr.smithi136.ofnrfx (mgr.14188) 751 : cluster [DBG] pgmap v680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:44 smithi136 bash[11745]: audit 2022-04-26T03:11:43.566366+0000 mon.smithi136 (mon.0) 967 : audit [DBG] from='client.? 172.21.15.136:0/613888708' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:44 smithi145 bash[13673]: cluster 2022-04-26T03:11:42.332262+0000 mgr.smithi136.ofnrfx (mgr.14188) 751 : cluster [DBG] pgmap v680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:44 smithi145 bash[13673]: audit 2022-04-26T03:11:43.566366+0000 mon.smithi136 (mon.0) 967 : audit [DBG] from='client.? 172.21.15.136:0/613888708' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:46 smithi136 bash[11745]: cluster 2022-04-26T03:11:44.332884+0000 mgr.smithi136.ofnrfx (mgr.14188) 752 : cluster [DBG] pgmap v681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:46 smithi145 bash[13673]: cluster 2022-04-26T03:11:44.332884+0000 mgr.smithi136.ofnrfx (mgr.14188) 752 : cluster [DBG] pgmap v681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:48 smithi145 bash[13673]: cluster 2022-04-26T03:11:46.333520+0000 mgr.smithi136.ofnrfx (mgr.14188) 753 : cluster [DBG] pgmap v682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:48 smithi136 bash[11745]: cluster 2022-04-26T03:11:46.333520+0000 mgr.smithi136.ofnrfx (mgr.14188) 753 : cluster [DBG] pgmap v682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:48.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:48.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:48.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:48.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:49 smithi136 bash[11745]: audit 2022-04-26T03:11:48.896234+0000 mon.smithi136 (mon.0) 968 : audit [DBG] from='client.? 172.21.15.136:0/2370446846' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:49 smithi145 bash[13673]: audit 2022-04-26T03:11:48.896234+0000 mon.smithi136 (mon.0) 968 : audit [DBG] from='client.? 172.21.15.136:0/2370446846' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:50 smithi136 bash[11745]: cluster 2022-04-26T03:11:48.334155+0000 mgr.smithi136.ofnrfx (mgr.14188) 754 : cluster [DBG] pgmap v683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:50 smithi145 bash[13673]: cluster 2022-04-26T03:11:48.334155+0000 mgr.smithi136.ofnrfx (mgr.14188) 754 : cluster [DBG] pgmap v683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:52 smithi136 bash[11745]: cluster 2022-04-26T03:11:50.334786+0000 mgr.smithi136.ofnrfx (mgr.14188) 755 : cluster [DBG] pgmap v684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:52.681 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:52 smithi145 bash[13673]: cluster 2022-04-26T03:11:50.334786+0000 mgr.smithi136.ofnrfx (mgr.14188) 755 : cluster [DBG] pgmap v684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:53.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:53.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:53.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:54.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:11:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:54 smithi145 bash[13673]: cluster 2022-04-26T03:11:52.335442+0000 mgr.smithi136.ofnrfx (mgr.14188) 756 : cluster [DBG] pgmap v685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:54 smithi136 bash[11745]: cluster 2022-04-26T03:11:52.335442+0000 mgr.smithi136.ofnrfx (mgr.14188) 756 : cluster [DBG] pgmap v685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:55 smithi145 bash[13673]: audit 2022-04-26T03:11:54.224956+0000 mon.smithi136 (mon.0) 969 : audit [DBG] from='client.? 172.21.15.136:0/4073460715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:55 smithi136 bash[11745]: audit 2022-04-26T03:11:54.224956+0000 mon.smithi136 (mon.0) 969 : audit [DBG] from='client.? 172.21.15.136:0/4073460715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:11:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:56 smithi145 bash[13673]: cluster 2022-04-26T03:11:54.336082+0000 mgr.smithi136.ofnrfx (mgr.14188) 757 : cluster [DBG] pgmap v686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:56 smithi136 bash[11745]: cluster 2022-04-26T03:11:54.336082+0000 mgr.smithi136.ofnrfx (mgr.14188) 757 : cluster [DBG] pgmap v686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:11:58 smithi145 bash[13673]: cluster 2022-04-26T03:11:56.336740+0000 mgr.smithi136.ofnrfx (mgr.14188) 758 : cluster [DBG] pgmap v687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:11:58 smithi136 bash[11745]: cluster 2022-04-26T03:11:56.336740+0000 mgr.smithi136.ofnrfx (mgr.14188) 758 : cluster [DBG] pgmap v687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:11:59.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:11:59.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:11:59.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:11:59.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:00 smithi145 bash[13673]: cluster 2022-04-26T03:11:58.337368+0000 mgr.smithi136.ofnrfx (mgr.14188) 759 : cluster [DBG] pgmap v688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:00 smithi145 bash[13673]: audit 2022-04-26T03:11:59.551635+0000 mon.smithi136 (mon.0) 970 : audit [DBG] from='client.? 172.21.15.136:0/3139020696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:00 smithi136 bash[11745]: cluster 2022-04-26T03:11:58.337368+0000 mgr.smithi136.ofnrfx (mgr.14188) 759 : cluster [DBG] pgmap v688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:00 smithi136 bash[11745]: audit 2022-04-26T03:11:59.551635+0000 mon.smithi136 (mon.0) 970 : audit [DBG] from='client.? 172.21.15.136:0/3139020696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:02 smithi145 bash[13673]: cluster 2022-04-26T03:12:00.337979+0000 mgr.smithi136.ofnrfx (mgr.14188) 760 : cluster [DBG] pgmap v689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:02 smithi145 bash[13673]: audit 2022-04-26T03:12:01.867699+0000 mon.smithi136 (mon.0) 971 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:12:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:02 smithi145 bash[13673]: audit 2022-04-26T03:12:01.868215+0000 mon.smithi136 (mon.0) 972 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:12:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:02 smithi136 bash[11745]: cluster 2022-04-26T03:12:00.337979+0000 mgr.smithi136.ofnrfx (mgr.14188) 760 : cluster [DBG] pgmap v689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:02 smithi136 bash[11745]: audit 2022-04-26T03:12:01.867699+0000 mon.smithi136 (mon.0) 971 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:12:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:02 smithi136 bash[11745]: audit 2022-04-26T03:12:01.868215+0000 mon.smithi136 (mon.0) 972 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:12:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:04 smithi145 bash[13673]: cluster 2022-04-26T03:12:02.338632+0000 mgr.smithi136.ofnrfx (mgr.14188) 761 : cluster [DBG] pgmap v690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:04 smithi136 bash[11745]: cluster 2022-04-26T03:12:02.338632+0000 mgr.smithi136.ofnrfx (mgr.14188) 761 : cluster [DBG] pgmap v690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:04.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:04.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:04.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:04.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:05 smithi145 bash[13673]: audit 2022-04-26T03:12:04.883005+0000 mon.smithi136 (mon.0) 973 : audit [DBG] from='client.? 172.21.15.136:0/2792690341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:05 smithi136 bash[11745]: audit 2022-04-26T03:12:04.883005+0000 mon.smithi136 (mon.0) 973 : audit [DBG] from='client.? 172.21.15.136:0/2792690341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:06 smithi136 bash[11745]: cluster 2022-04-26T03:12:04.339264+0000 mgr.smithi136.ofnrfx (mgr.14188) 762 : cluster [DBG] pgmap v691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:06 smithi145 bash[13673]: cluster 2022-04-26T03:12:04.339264+0000 mgr.smithi136.ofnrfx (mgr.14188) 762 : cluster [DBG] pgmap v691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:08 smithi145 bash[13673]: cluster 2022-04-26T03:12:06.339908+0000 mgr.smithi136.ofnrfx (mgr.14188) 763 : cluster [DBG] pgmap v692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:08 smithi136 bash[11745]: cluster 2022-04-26T03:12:06.339908+0000 mgr.smithi136.ofnrfx (mgr.14188) 763 : cluster [DBG] pgmap v692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:09.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:09.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:09.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:10.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:10 smithi136 bash[11745]: cluster 2022-04-26T03:12:08.340564+0000 mgr.smithi136.ofnrfx (mgr.14188) 764 : cluster [DBG] pgmap v693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:10 smithi145 bash[13673]: cluster 2022-04-26T03:12:08.340564+0000 mgr.smithi136.ofnrfx (mgr.14188) 764 : cluster [DBG] pgmap v693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:11 smithi136 bash[11745]: audit 2022-04-26T03:12:10.208905+0000 mon.smithi136 (mon.0) 974 : audit [DBG] from='client.? 172.21.15.136:0/519790256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:11 smithi145 bash[13673]: audit 2022-04-26T03:12:10.208905+0000 mon.smithi136 (mon.0) 974 : audit [DBG] from='client.? 172.21.15.136:0/519790256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:12 smithi136 bash[11745]: cluster 2022-04-26T03:12:10.341200+0000 mgr.smithi136.ofnrfx (mgr.14188) 765 : cluster [DBG] pgmap v694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:12 smithi145 bash[13673]: cluster 2022-04-26T03:12:10.341200+0000 mgr.smithi136.ofnrfx (mgr.14188) 765 : cluster [DBG] pgmap v694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:14 smithi136 bash[11745]: cluster 2022-04-26T03:12:12.341877+0000 mgr.smithi136.ofnrfx (mgr.14188) 766 : cluster [DBG] pgmap v695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:14 smithi145 bash[13673]: cluster 2022-04-26T03:12:12.341877+0000 mgr.smithi136.ofnrfx (mgr.14188) 766 : cluster [DBG] pgmap v695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:15.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:15.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:15.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:15.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:16 smithi136 bash[11745]: cluster 2022-04-26T03:12:14.342531+0000 mgr.smithi136.ofnrfx (mgr.14188) 767 : cluster [DBG] pgmap v696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:16 smithi136 bash[11745]: audit 2022-04-26T03:12:15.536512+0000 mon.smithi136 (mon.0) 975 : audit [DBG] from='client.? 172.21.15.136:0/3537724203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:16 smithi145 bash[13673]: cluster 2022-04-26T03:12:14.342531+0000 mgr.smithi136.ofnrfx (mgr.14188) 767 : cluster [DBG] pgmap v696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:16 smithi145 bash[13673]: audit 2022-04-26T03:12:15.536512+0000 mon.smithi136 (mon.0) 975 : audit [DBG] from='client.? 172.21.15.136:0/3537724203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:18 smithi145 bash[13673]: cluster 2022-04-26T03:12:16.343161+0000 mgr.smithi136.ofnrfx (mgr.14188) 768 : cluster [DBG] pgmap v697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:18 smithi136 bash[11745]: cluster 2022-04-26T03:12:16.343161+0000 mgr.smithi136.ofnrfx (mgr.14188) 768 : cluster [DBG] pgmap v697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:20.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:20.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:20.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:20 smithi136 bash[11745]: cluster 2022-04-26T03:12:18.343817+0000 mgr.smithi136.ofnrfx (mgr.14188) 769 : cluster [DBG] pgmap v698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:20 smithi145 bash[13673]: cluster 2022-04-26T03:12:18.343817+0000 mgr.smithi136.ofnrfx (mgr.14188) 769 : cluster [DBG] pgmap v698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:20.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:21 smithi136 bash[11745]: audit 2022-04-26T03:12:20.857859+0000 mon.smithi136 (mon.0) 976 : audit [DBG] from='client.? 172.21.15.136:0/2633063628' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:21 smithi145 bash[13673]: audit 2022-04-26T03:12:20.857859+0000 mon.smithi136 (mon.0) 976 : audit [DBG] from='client.? 172.21.15.136:0/2633063628' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:22 smithi136 bash[11745]: cluster 2022-04-26T03:12:20.344440+0000 mgr.smithi136.ofnrfx (mgr.14188) 770 : cluster [DBG] pgmap v699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:22 smithi145 bash[13673]: cluster 2022-04-26T03:12:20.344440+0000 mgr.smithi136.ofnrfx (mgr.14188) 770 : cluster [DBG] pgmap v699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:24 smithi136 bash[11745]: cluster 2022-04-26T03:12:22.345041+0000 mgr.smithi136.ofnrfx (mgr.14188) 771 : cluster [DBG] pgmap v700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:24 smithi145 bash[13673]: cluster 2022-04-26T03:12:22.345041+0000 mgr.smithi136.ofnrfx (mgr.14188) 771 : cluster [DBG] pgmap v700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:25.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:25.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:25.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:26.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:26 smithi136 bash[11745]: cluster 2022-04-26T03:12:24.345681+0000 mgr.smithi136.ofnrfx (mgr.14188) 772 : cluster [DBG] pgmap v701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:26 smithi136 bash[11745]: audit 2022-04-26T03:12:26.198520+0000 mon.smithi136 (mon.0) 977 : audit [DBG] from='client.? 172.21.15.136:0/2508073717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:26 smithi145 bash[13673]: cluster 2022-04-26T03:12:24.345681+0000 mgr.smithi136.ofnrfx (mgr.14188) 772 : cluster [DBG] pgmap v701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:26 smithi145 bash[13673]: audit 2022-04-26T03:12:26.198520+0000 mon.smithi136 (mon.0) 977 : audit [DBG] from='client.? 172.21.15.136:0/2508073717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:28 smithi145 bash[13673]: cluster 2022-04-26T03:12:26.346337+0000 mgr.smithi136.ofnrfx (mgr.14188) 773 : cluster [DBG] pgmap v702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:28 smithi136 bash[11745]: cluster 2022-04-26T03:12:26.346337+0000 mgr.smithi136.ofnrfx (mgr.14188) 773 : cluster [DBG] pgmap v702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:30 smithi136 bash[11745]: cluster 2022-04-26T03:12:28.347014+0000 mgr.smithi136.ofnrfx (mgr.14188) 774 : cluster [DBG] pgmap v703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:30 smithi145 bash[13673]: cluster 2022-04-26T03:12:28.347014+0000 mgr.smithi136.ofnrfx (mgr.14188) 774 : cluster [DBG] pgmap v703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:31.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:31.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:31.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:31.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:31 smithi136 bash[11745]: audit 2022-04-26T03:12:30.356912+0000 mon.smithi136 (mon.0) 978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:12:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:31 smithi136 bash[11745]: audit 2022-04-26T03:12:30.359648+0000 mon.smithi136 (mon.0) 979 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:12:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:31 smithi136 bash[11745]: audit 2022-04-26T03:12:30.361428+0000 mon.smithi136 (mon.0) 980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:12:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:31 smithi136 bash[11745]: audit 2022-04-26T03:12:30.687923+0000 mon.smithi136 (mon.0) 981 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:12:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:31 smithi136 bash[11745]: audit 2022-04-26T03:12:30.696968+0000 mon.smithi136 (mon.0) 982 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:12:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:31 smithi145 bash[13673]: audit 2022-04-26T03:12:30.356912+0000 mon.smithi136 (mon.0) 978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:12:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:31 smithi145 bash[13673]: audit 2022-04-26T03:12:30.359648+0000 mon.smithi136 (mon.0) 979 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:12:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:31 smithi145 bash[13673]: audit 2022-04-26T03:12:30.361428+0000 mon.smithi136 (mon.0) 980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:12:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:31 smithi145 bash[13673]: audit 2022-04-26T03:12:30.687923+0000 mon.smithi136 (mon.0) 981 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:12:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:31 smithi145 bash[13673]: audit 2022-04-26T03:12:30.696968+0000 mon.smithi136 (mon.0) 982 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:12:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:32 smithi136 bash[11745]: cluster 2022-04-26T03:12:30.347682+0000 mgr.smithi136.ofnrfx (mgr.14188) 775 : cluster [DBG] pgmap v704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:32 smithi136 bash[11745]: cluster 2022-04-26T03:12:30.682026+0000 mgr.smithi136.ofnrfx (mgr.14188) 776 : cluster [DBG] pgmap v705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:32 smithi136 bash[11745]: cluster 2022-04-26T03:12:30.682414+0000 mgr.smithi136.ofnrfx (mgr.14188) 777 : cluster [DBG] pgmap v706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:32 smithi136 bash[11745]: cephadm 2022-04-26T03:12:30.698170+0000 mgr.smithi136.ofnrfx (mgr.14188) 778 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:12:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:32 smithi136 bash[11745]: cephadm 2022-04-26T03:12:30.698351+0000 mgr.smithi136.ofnrfx (mgr.14188) 779 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:12:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:32 smithi136 bash[11745]: audit 2022-04-26T03:12:31.522026+0000 mon.smithi136 (mon.0) 983 : audit [DBG] from='client.? 172.21.15.136:0/3728961540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:32 smithi145 bash[13673]: cluster 2022-04-26T03:12:30.347682+0000 mgr.smithi136.ofnrfx (mgr.14188) 775 : cluster [DBG] pgmap v704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:32 smithi145 bash[13673]: cluster 2022-04-26T03:12:30.682026+0000 mgr.smithi136.ofnrfx (mgr.14188) 776 : cluster [DBG] pgmap v705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:32 smithi145 bash[13673]: cluster 2022-04-26T03:12:30.682414+0000 mgr.smithi136.ofnrfx (mgr.14188) 777 : cluster [DBG] pgmap v706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:32 smithi145 bash[13673]: cephadm 2022-04-26T03:12:30.698170+0000 mgr.smithi136.ofnrfx (mgr.14188) 778 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:12:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:32 smithi145 bash[13673]: cephadm 2022-04-26T03:12:30.698351+0000 mgr.smithi136.ofnrfx (mgr.14188) 779 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:12:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:32 smithi145 bash[13673]: audit 2022-04-26T03:12:31.522026+0000 mon.smithi136 (mon.0) 983 : audit [DBG] from='client.? 172.21.15.136:0/3728961540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:34 smithi136 bash[11745]: cluster 2022-04-26T03:12:32.683017+0000 mgr.smithi136.ofnrfx (mgr.14188) 780 : cluster [DBG] pgmap v707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:34 smithi145 bash[13673]: cluster 2022-04-26T03:12:32.683017+0000 mgr.smithi136.ofnrfx (mgr.14188) 780 : cluster [DBG] pgmap v707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:36.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:36.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:36.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:36 smithi136 bash[11745]: cluster 2022-04-26T03:12:34.683608+0000 mgr.smithi136.ofnrfx (mgr.14188) 781 : cluster [DBG] pgmap v708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:36 smithi145 bash[13673]: cluster 2022-04-26T03:12:34.683608+0000 mgr.smithi136.ofnrfx (mgr.14188) 781 : cluster [DBG] pgmap v708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:36.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:37 smithi136 bash[11745]: audit 2022-04-26T03:12:36.847597+0000 mon.smithi136 (mon.0) 984 : audit [DBG] from='client.? 172.21.15.136:0/1886989682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:37 smithi145 bash[13673]: audit 2022-04-26T03:12:36.847597+0000 mon.smithi136 (mon.0) 984 : audit [DBG] from='client.? 172.21.15.136:0/1886989682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:38 smithi145 bash[13673]: cluster 2022-04-26T03:12:36.684083+0000 mgr.smithi136.ofnrfx (mgr.14188) 782 : cluster [DBG] pgmap v709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:38 smithi136 bash[11745]: cluster 2022-04-26T03:12:36.684083+0000 mgr.smithi136.ofnrfx (mgr.14188) 782 : cluster [DBG] pgmap v709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:40 smithi136 bash[11745]: cluster 2022-04-26T03:12:38.684662+0000 mgr.smithi136.ofnrfx (mgr.14188) 783 : cluster [DBG] pgmap v710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:40 smithi145 bash[13673]: cluster 2022-04-26T03:12:38.684662+0000 mgr.smithi136.ofnrfx (mgr.14188) 783 : cluster [DBG] pgmap v710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:41.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:41.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:41.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:42.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:42 smithi136 bash[11745]: cluster 2022-04-26T03:12:40.685287+0000 mgr.smithi136.ofnrfx (mgr.14188) 784 : cluster [DBG] pgmap v711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:42 smithi136 bash[11745]: audit 2022-04-26T03:12:42.175673+0000 mon.smithi136 (mon.0) 985 : audit [DBG] from='client.? 172.21.15.136:0/2648321665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:42 smithi145 bash[13673]: cluster 2022-04-26T03:12:40.685287+0000 mgr.smithi136.ofnrfx (mgr.14188) 784 : cluster [DBG] pgmap v711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:42 smithi145 bash[13673]: audit 2022-04-26T03:12:42.175673+0000 mon.smithi136 (mon.0) 985 : audit [DBG] from='client.? 172.21.15.136:0/2648321665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:44 smithi136 bash[11745]: cluster 2022-04-26T03:12:42.685909+0000 mgr.smithi136.ofnrfx (mgr.14188) 785 : cluster [DBG] pgmap v712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:44 smithi145 bash[13673]: cluster 2022-04-26T03:12:42.685909+0000 mgr.smithi136.ofnrfx (mgr.14188) 785 : cluster [DBG] pgmap v712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:46 smithi136 bash[11745]: cluster 2022-04-26T03:12:44.686470+0000 mgr.smithi136.ofnrfx (mgr.14188) 786 : cluster [DBG] pgmap v713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:46 smithi145 bash[13673]: cluster 2022-04-26T03:12:44.686470+0000 mgr.smithi136.ofnrfx (mgr.14188) 786 : cluster [DBG] pgmap v713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:47.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:47.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:47.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:47.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:48 smithi145 bash[13673]: cluster 2022-04-26T03:12:46.687108+0000 mgr.smithi136.ofnrfx (mgr.14188) 787 : cluster [DBG] pgmap v714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:48 smithi145 bash[13673]: audit 2022-04-26T03:12:47.504876+0000 mon.smithi136 (mon.0) 986 : audit [DBG] from='client.? 172.21.15.136:0/2642403096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:48 smithi136 bash[11745]: cluster 2022-04-26T03:12:46.687108+0000 mgr.smithi136.ofnrfx (mgr.14188) 787 : cluster [DBG] pgmap v714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:48 smithi136 bash[11745]: audit 2022-04-26T03:12:47.504876+0000 mon.smithi136 (mon.0) 986 : audit [DBG] from='client.? 172.21.15.136:0/2642403096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:50 smithi136 bash[11745]: cluster 2022-04-26T03:12:48.687735+0000 mgr.smithi136.ofnrfx (mgr.14188) 788 : cluster [DBG] pgmap v715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:50 smithi145 bash[13673]: cluster 2022-04-26T03:12:48.687735+0000 mgr.smithi136.ofnrfx (mgr.14188) 788 : cluster [DBG] pgmap v715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:52.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:52.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:52.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:52 smithi136 bash[11745]: cluster 2022-04-26T03:12:50.688315+0000 mgr.smithi136.ofnrfx (mgr.14188) 789 : cluster [DBG] pgmap v716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:52 smithi145 bash[13673]: cluster 2022-04-26T03:12:50.688315+0000 mgr.smithi136.ofnrfx (mgr.14188) 789 : cluster [DBG] pgmap v716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:52.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:53 smithi136 bash[11745]: cluster 2022-04-26T03:12:52.688892+0000 mgr.smithi136.ofnrfx (mgr.14188) 790 : cluster [DBG] pgmap v717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:53 smithi136 bash[11745]: audit 2022-04-26T03:12:52.824800+0000 mon.smithi136 (mon.0) 987 : audit [DBG] from='client.? 172.21.15.136:0/976853903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:53 smithi145 bash[13673]: cluster 2022-04-26T03:12:52.688892+0000 mgr.smithi136.ofnrfx (mgr.14188) 790 : cluster [DBG] pgmap v717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:53 smithi145 bash[13673]: audit 2022-04-26T03:12:52.824800+0000 mon.smithi136 (mon.0) 987 : audit [DBG] from='client.? 172.21.15.136:0/976853903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:55 smithi136 bash[11745]: cluster 2022-04-26T03:12:54.689488+0000 mgr.smithi136.ofnrfx (mgr.14188) 791 : cluster [DBG] pgmap v718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:55 smithi145 bash[13673]: cluster 2022-04-26T03:12:54.689488+0000 mgr.smithi136.ofnrfx (mgr.14188) 791 : cluster [DBG] pgmap v718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:57.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:12:57.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:12:57.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:12:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:57 smithi136 bash[11745]: cluster 2022-04-26T03:12:56.690202+0000 mgr.smithi136.ofnrfx (mgr.14188) 792 : cluster [DBG] pgmap v719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:57 smithi145 bash[13673]: cluster 2022-04-26T03:12:56.690202+0000 mgr.smithi136.ofnrfx (mgr.14188) 792 : cluster [DBG] pgmap v719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:12:58.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:12:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:12:59 smithi145 bash[13673]: audit 2022-04-26T03:12:58.161533+0000 mon.smithi136 (mon.0) 988 : audit [DBG] from='client.? 172.21.15.136:0/4082425108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:12:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:12:59 smithi136 bash[11745]: audit 2022-04-26T03:12:58.161533+0000 mon.smithi136 (mon.0) 988 : audit [DBG] from='client.? 172.21.15.136:0/4082425108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:00 smithi145 bash[13673]: cluster 2022-04-26T03:12:58.690857+0000 mgr.smithi136.ofnrfx (mgr.14188) 793 : cluster [DBG] pgmap v720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:00 smithi136 bash[11745]: cluster 2022-04-26T03:12:58.690857+0000 mgr.smithi136.ofnrfx (mgr.14188) 793 : cluster [DBG] pgmap v720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:02 smithi145 bash[13673]: cluster 2022-04-26T03:13:00.691446+0000 mgr.smithi136.ofnrfx (mgr.14188) 794 : cluster [DBG] pgmap v721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:02 smithi145 bash[13673]: audit 2022-04-26T03:13:01.874105+0000 mon.smithi136 (mon.0) 989 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:13:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:02 smithi145 bash[13673]: audit 2022-04-26T03:13:01.874624+0000 mon.smithi136 (mon.0) 990 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:13:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:02 smithi136 bash[11745]: cluster 2022-04-26T03:13:00.691446+0000 mgr.smithi136.ofnrfx (mgr.14188) 794 : cluster [DBG] pgmap v721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:02 smithi136 bash[11745]: audit 2022-04-26T03:13:01.874105+0000 mon.smithi136 (mon.0) 989 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:13:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:02 smithi136 bash[11745]: audit 2022-04-26T03:13:01.874624+0000 mon.smithi136 (mon.0) 990 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:13:03.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:03.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:03.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:03.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:04 smithi145 bash[13673]: cluster 2022-04-26T03:13:02.692124+0000 mgr.smithi136.ofnrfx (mgr.14188) 795 : cluster [DBG] pgmap v722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:04 smithi145 bash[13673]: audit 2022-04-26T03:13:03.491966+0000 mon.smithi136 (mon.0) 991 : audit [DBG] from='client.? 172.21.15.136:0/2645852146' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:04 smithi136 bash[11745]: cluster 2022-04-26T03:13:02.692124+0000 mgr.smithi136.ofnrfx (mgr.14188) 795 : cluster [DBG] pgmap v722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:04 smithi136 bash[11745]: audit 2022-04-26T03:13:03.491966+0000 mon.smithi136 (mon.0) 991 : audit [DBG] from='client.? 172.21.15.136:0/2645852146' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:06 smithi136 bash[11745]: cluster 2022-04-26T03:13:04.692782+0000 mgr.smithi136.ofnrfx (mgr.14188) 796 : cluster [DBG] pgmap v723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:06 smithi145 bash[13673]: cluster 2022-04-26T03:13:04.692782+0000 mgr.smithi136.ofnrfx (mgr.14188) 796 : cluster [DBG] pgmap v723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:08 smithi145 bash[13673]: cluster 2022-04-26T03:13:06.693421+0000 mgr.smithi136.ofnrfx (mgr.14188) 797 : cluster [DBG] pgmap v724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:08.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:08.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:08.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:08 smithi136 bash[11745]: cluster 2022-04-26T03:13:06.693421+0000 mgr.smithi136.ofnrfx (mgr.14188) 797 : cluster [DBG] pgmap v724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:08.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:09 smithi136 bash[11745]: audit 2022-04-26T03:13:08.824163+0000 mon.smithi136 (mon.0) 992 : audit [DBG] from='client.? 172.21.15.136:0/360350330' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:09 smithi145 bash[13673]: audit 2022-04-26T03:13:08.824163+0000 mon.smithi136 (mon.0) 992 : audit [DBG] from='client.? 172.21.15.136:0/360350330' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:10 smithi136 bash[11745]: cluster 2022-04-26T03:13:08.694040+0000 mgr.smithi136.ofnrfx (mgr.14188) 798 : cluster [DBG] pgmap v725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:10 smithi145 bash[13673]: cluster 2022-04-26T03:13:08.694040+0000 mgr.smithi136.ofnrfx (mgr.14188) 798 : cluster [DBG] pgmap v725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:12 smithi136 bash[11745]: cluster 2022-04-26T03:13:10.694635+0000 mgr.smithi136.ofnrfx (mgr.14188) 799 : cluster [DBG] pgmap v726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:12 smithi145 bash[13673]: cluster 2022-04-26T03:13:10.694635+0000 mgr.smithi136.ofnrfx (mgr.14188) 799 : cluster [DBG] pgmap v726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:13.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:13.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:13.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:14.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:14 smithi136 bash[11745]: cluster 2022-04-26T03:13:12.695353+0000 mgr.smithi136.ofnrfx (mgr.14188) 800 : cluster [DBG] pgmap v727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:14 smithi136 bash[11745]: audit 2022-04-26T03:13:14.152521+0000 mon.smithi136 (mon.0) 993 : audit [DBG] from='client.? 172.21.15.136:0/644645768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:14 smithi145 bash[13673]: cluster 2022-04-26T03:13:12.695353+0000 mgr.smithi136.ofnrfx (mgr.14188) 800 : cluster [DBG] pgmap v727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:14 smithi145 bash[13673]: audit 2022-04-26T03:13:14.152521+0000 mon.smithi136 (mon.0) 993 : audit [DBG] from='client.? 172.21.15.136:0/644645768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:16 smithi136 bash[11745]: cluster 2022-04-26T03:13:14.696042+0000 mgr.smithi136.ofnrfx (mgr.14188) 801 : cluster [DBG] pgmap v728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:16 smithi145 bash[13673]: cluster 2022-04-26T03:13:14.696042+0000 mgr.smithi136.ofnrfx (mgr.14188) 801 : cluster [DBG] pgmap v728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:18 smithi145 bash[13673]: cluster 2022-04-26T03:13:16.696755+0000 mgr.smithi136.ofnrfx (mgr.14188) 802 : cluster [DBG] pgmap v729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:18 smithi136 bash[11745]: cluster 2022-04-26T03:13:16.696755+0000 mgr.smithi136.ofnrfx (mgr.14188) 802 : cluster [DBG] pgmap v729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:19.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:19.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:19.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:19.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:20 smithi136 bash[11745]: cluster 2022-04-26T03:13:18.697402+0000 mgr.smithi136.ofnrfx (mgr.14188) 803 : cluster [DBG] pgmap v730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:20 smithi136 bash[11745]: audit 2022-04-26T03:13:19.478403+0000 mon.smithi136 (mon.0) 994 : audit [DBG] from='client.? 172.21.15.136:0/3736323721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:20 smithi145 bash[13673]: cluster 2022-04-26T03:13:18.697402+0000 mgr.smithi136.ofnrfx (mgr.14188) 803 : cluster [DBG] pgmap v730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:20 smithi145 bash[13673]: audit 2022-04-26T03:13:19.478403+0000 mon.smithi136 (mon.0) 994 : audit [DBG] from='client.? 172.21.15.136:0/3736323721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:22 smithi136 bash[11745]: cluster 2022-04-26T03:13:20.698005+0000 mgr.smithi136.ofnrfx (mgr.14188) 804 : cluster [DBG] pgmap v731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:22 smithi145 bash[13673]: cluster 2022-04-26T03:13:20.698005+0000 mgr.smithi136.ofnrfx (mgr.14188) 804 : cluster [DBG] pgmap v731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:24.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:24.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:24.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:24 smithi136 bash[11745]: cluster 2022-04-26T03:13:22.698630+0000 mgr.smithi136.ofnrfx (mgr.14188) 805 : cluster [DBG] pgmap v732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:24 smithi145 bash[13673]: cluster 2022-04-26T03:13:22.698630+0000 mgr.smithi136.ofnrfx (mgr.14188) 805 : cluster [DBG] pgmap v732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:24.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:25 smithi136 bash[11745]: audit 2022-04-26T03:13:24.803228+0000 mon.smithi136 (mon.0) 995 : audit [DBG] from='client.? 172.21.15.136:0/1599987044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:25 smithi145 bash[13673]: audit 2022-04-26T03:13:24.803228+0000 mon.smithi136 (mon.0) 995 : audit [DBG] from='client.? 172.21.15.136:0/1599987044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:26 smithi136 bash[11745]: cluster 2022-04-26T03:13:24.699310+0000 mgr.smithi136.ofnrfx (mgr.14188) 806 : cluster [DBG] pgmap v733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:26 smithi145 bash[13673]: cluster 2022-04-26T03:13:24.699310+0000 mgr.smithi136.ofnrfx (mgr.14188) 806 : cluster [DBG] pgmap v733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:28 smithi145 bash[13673]: cluster 2022-04-26T03:13:26.700081+0000 mgr.smithi136.ofnrfx (mgr.14188) 807 : cluster [DBG] pgmap v734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:28 smithi136 bash[11745]: cluster 2022-04-26T03:13:26.700081+0000 mgr.smithi136.ofnrfx (mgr.14188) 807 : cluster [DBG] pgmap v734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:29.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:29.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:29.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:30.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:30 smithi136 bash[11745]: cluster 2022-04-26T03:13:28.700754+0000 mgr.smithi136.ofnrfx (mgr.14188) 808 : cluster [DBG] pgmap v735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:30.588 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:30 smithi136 bash[11745]: audit 2022-04-26T03:13:30.137664+0000 mon.smithi136 (mon.0) 996 : audit [DBG] from='client.? 172.21.15.136:0/4256907635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:30 smithi145 bash[13673]: cluster 2022-04-26T03:13:28.700754+0000 mgr.smithi136.ofnrfx (mgr.14188) 808 : cluster [DBG] pgmap v735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:30.661 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:30 smithi145 bash[13673]: audit 2022-04-26T03:13:30.137664+0000 mon.smithi136 (mon.0) 996 : audit [DBG] from='client.? 172.21.15.136:0/4256907635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:31 smithi136 bash[11745]: audit 2022-04-26T03:13:30.707813+0000 mon.smithi136 (mon.0) 997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:13:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:31 smithi136 bash[11745]: audit 2022-04-26T03:13:30.710902+0000 mon.smithi136 (mon.0) 998 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:13:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:31 smithi136 bash[11745]: audit 2022-04-26T03:13:30.713064+0000 mon.smithi136 (mon.0) 999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:13:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:31 smithi136 bash[11745]: audit 2022-04-26T03:13:31.053007+0000 mon.smithi136 (mon.0) 1000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:13:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:31 smithi136 bash[11745]: audit 2022-04-26T03:13:31.063685+0000 mon.smithi136 (mon.0) 1001 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:13:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:31 smithi145 bash[13673]: audit 2022-04-26T03:13:30.707813+0000 mon.smithi136 (mon.0) 997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:13:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:31 smithi145 bash[13673]: audit 2022-04-26T03:13:30.710902+0000 mon.smithi136 (mon.0) 998 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:13:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:31 smithi145 bash[13673]: audit 2022-04-26T03:13:30.713064+0000 mon.smithi136 (mon.0) 999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:13:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:31 smithi145 bash[13673]: audit 2022-04-26T03:13:31.053007+0000 mon.smithi136 (mon.0) 1000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:13:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:31 smithi145 bash[13673]: audit 2022-04-26T03:13:31.063685+0000 mon.smithi136 (mon.0) 1001 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:13:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:32 smithi136 bash[11745]: cluster 2022-04-26T03:13:30.701371+0000 mgr.smithi136.ofnrfx (mgr.14188) 809 : cluster [DBG] pgmap v736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:32 smithi136 bash[11745]: cluster 2022-04-26T03:13:31.046710+0000 mgr.smithi136.ofnrfx (mgr.14188) 810 : cluster [DBG] pgmap v737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:32 smithi136 bash[11745]: cluster 2022-04-26T03:13:31.047092+0000 mgr.smithi136.ofnrfx (mgr.14188) 811 : cluster [DBG] pgmap v738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:32 smithi136 bash[11745]: cephadm 2022-04-26T03:13:31.065098+0000 mgr.smithi136.ofnrfx (mgr.14188) 812 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:13:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:32 smithi136 bash[11745]: cephadm 2022-04-26T03:13:31.065184+0000 mgr.smithi136.ofnrfx (mgr.14188) 813 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:13:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:32 smithi145 bash[13673]: cluster 2022-04-26T03:13:30.701371+0000 mgr.smithi136.ofnrfx (mgr.14188) 809 : cluster [DBG] pgmap v736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:32 smithi145 bash[13673]: cluster 2022-04-26T03:13:31.046710+0000 mgr.smithi136.ofnrfx (mgr.14188) 810 : cluster [DBG] pgmap v737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:32 smithi145 bash[13673]: cluster 2022-04-26T03:13:31.047092+0000 mgr.smithi136.ofnrfx (mgr.14188) 811 : cluster [DBG] pgmap v738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:32 smithi145 bash[13673]: cephadm 2022-04-26T03:13:31.065098+0000 mgr.smithi136.ofnrfx (mgr.14188) 812 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:13:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:32 smithi145 bash[13673]: cephadm 2022-04-26T03:13:31.065184+0000 mgr.smithi136.ofnrfx (mgr.14188) 813 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:13:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:34 smithi136 bash[11745]: cluster 2022-04-26T03:13:33.047768+0000 mgr.smithi136.ofnrfx (mgr.14188) 814 : cluster [DBG] pgmap v739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:34 smithi145 bash[13673]: cluster 2022-04-26T03:13:33.047768+0000 mgr.smithi136.ofnrfx (mgr.14188) 814 : cluster [DBG] pgmap v739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:35.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:35.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:35.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:35.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:36 smithi136 bash[11745]: cluster 2022-04-26T03:13:35.048406+0000 mgr.smithi136.ofnrfx (mgr.14188) 815 : cluster [DBG] pgmap v740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:36 smithi136 bash[11745]: audit 2022-04-26T03:13:35.464553+0000 mon.smithi136 (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.136:0/283006518' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:36 smithi145 bash[13673]: cluster 2022-04-26T03:13:35.048406+0000 mgr.smithi136.ofnrfx (mgr.14188) 815 : cluster [DBG] pgmap v740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:36 smithi145 bash[13673]: audit 2022-04-26T03:13:35.464553+0000 mon.smithi136 (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.136:0/283006518' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:38 smithi145 bash[13673]: cluster 2022-04-26T03:13:37.049070+0000 mgr.smithi136.ofnrfx (mgr.14188) 816 : cluster [DBG] pgmap v741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:38 smithi136 bash[11745]: cluster 2022-04-26T03:13:37.049070+0000 mgr.smithi136.ofnrfx (mgr.14188) 816 : cluster [DBG] pgmap v741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:40.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:40.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:40.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:40 smithi136 bash[11745]: cluster 2022-04-26T03:13:39.049789+0000 mgr.smithi136.ofnrfx (mgr.14188) 817 : cluster [DBG] pgmap v742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:40 smithi145 bash[13673]: cluster 2022-04-26T03:13:39.049789+0000 mgr.smithi136.ofnrfx (mgr.14188) 817 : cluster [DBG] pgmap v742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:40.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:41 smithi136 bash[11745]: audit 2022-04-26T03:13:40.789400+0000 mon.smithi136 (mon.0) 1003 : audit [DBG] from='client.? 172.21.15.136:0/4124391844' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:41 smithi145 bash[13673]: audit 2022-04-26T03:13:40.789400+0000 mon.smithi136 (mon.0) 1003 : audit [DBG] from='client.? 172.21.15.136:0/4124391844' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:42 smithi136 bash[11745]: cluster 2022-04-26T03:13:41.050565+0000 mgr.smithi136.ofnrfx (mgr.14188) 818 : cluster [DBG] pgmap v743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:42 smithi145 bash[13673]: cluster 2022-04-26T03:13:41.050565+0000 mgr.smithi136.ofnrfx (mgr.14188) 818 : cluster [DBG] pgmap v743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:44 smithi136 bash[11745]: cluster 2022-04-26T03:13:43.051233+0000 mgr.smithi136.ofnrfx (mgr.14188) 819 : cluster [DBG] pgmap v744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:44 smithi145 bash[13673]: cluster 2022-04-26T03:13:43.051233+0000 mgr.smithi136.ofnrfx (mgr.14188) 819 : cluster [DBG] pgmap v744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:45.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:45.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:45.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:46.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:46 smithi136 bash[11745]: cluster 2022-04-26T03:13:45.051917+0000 mgr.smithi136.ofnrfx (mgr.14188) 820 : cluster [DBG] pgmap v745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:46 smithi136 bash[11745]: audit 2022-04-26T03:13:46.116765+0000 mon.smithi136 (mon.0) 1004 : audit [DBG] from='client.? 172.21.15.136:0/860718479' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:46 smithi145 bash[13673]: cluster 2022-04-26T03:13:45.051917+0000 mgr.smithi136.ofnrfx (mgr.14188) 820 : cluster [DBG] pgmap v745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:46 smithi145 bash[13673]: audit 2022-04-26T03:13:46.116765+0000 mon.smithi136 (mon.0) 1004 : audit [DBG] from='client.? 172.21.15.136:0/860718479' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:48 smithi145 bash[13673]: cluster 2022-04-26T03:13:47.052670+0000 mgr.smithi136.ofnrfx (mgr.14188) 821 : cluster [DBG] pgmap v746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:48 smithi136 bash[11745]: cluster 2022-04-26T03:13:47.052670+0000 mgr.smithi136.ofnrfx (mgr.14188) 821 : cluster [DBG] pgmap v746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:50 smithi136 bash[11745]: cluster 2022-04-26T03:13:49.053395+0000 mgr.smithi136.ofnrfx (mgr.14188) 822 : cluster [DBG] pgmap v747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:50 smithi145 bash[13673]: cluster 2022-04-26T03:13:49.053395+0000 mgr.smithi136.ofnrfx (mgr.14188) 822 : cluster [DBG] pgmap v747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:51.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:51.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:51.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:51.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:52 smithi136 bash[11745]: cluster 2022-04-26T03:13:51.054081+0000 mgr.smithi136.ofnrfx (mgr.14188) 823 : cluster [DBG] pgmap v748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:52 smithi136 bash[11745]: audit 2022-04-26T03:13:51.442976+0000 mon.smithi136 (mon.0) 1005 : audit [DBG] from='client.? 172.21.15.136:0/2890595805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:52 smithi145 bash[13673]: cluster 2022-04-26T03:13:51.054081+0000 mgr.smithi136.ofnrfx (mgr.14188) 823 : cluster [DBG] pgmap v748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:52 smithi145 bash[13673]: audit 2022-04-26T03:13:51.442976+0000 mon.smithi136 (mon.0) 1005 : audit [DBG] from='client.? 172.21.15.136:0/2890595805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:54 smithi136 bash[11745]: cluster 2022-04-26T03:13:53.054645+0000 mgr.smithi136.ofnrfx (mgr.14188) 824 : cluster [DBG] pgmap v749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:54 smithi145 bash[13673]: cluster 2022-04-26T03:13:53.054645+0000 mgr.smithi136.ofnrfx (mgr.14188) 824 : cluster [DBG] pgmap v749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:55 smithi136 bash[11745]: cluster 2022-04-26T03:13:55.055247+0000 mgr.smithi136.ofnrfx (mgr.14188) 825 : cluster [DBG] pgmap v750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:55 smithi145 bash[13673]: cluster 2022-04-26T03:13:55.055247+0000 mgr.smithi136.ofnrfx (mgr.14188) 825 : cluster [DBG] pgmap v750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:56.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:13:56.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:13:56.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:13:56.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:13:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:56 smithi145 bash[13673]: audit 2022-04-26T03:13:56.770648+0000 mon.smithi136 (mon.0) 1006 : audit [DBG] from='client.? 172.21.15.136:0/639966569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:56 smithi136 bash[11745]: audit 2022-04-26T03:13:56.770648+0000 mon.smithi136 (mon.0) 1006 : audit [DBG] from='client.? 172.21.15.136:0/639966569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:13:58.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:13:57 smithi145 bash[13673]: cluster 2022-04-26T03:13:57.055909+0000 mgr.smithi136.ofnrfx (mgr.14188) 826 : cluster [DBG] pgmap v751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:13:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:13:57 smithi136 bash[11745]: cluster 2022-04-26T03:13:57.055909+0000 mgr.smithi136.ofnrfx (mgr.14188) 826 : cluster [DBG] pgmap v751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:00 smithi145 bash[13673]: cluster 2022-04-26T03:13:59.056610+0000 mgr.smithi136.ofnrfx (mgr.14188) 827 : cluster [DBG] pgmap v752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:00 smithi136 bash[11745]: cluster 2022-04-26T03:13:59.056610+0000 mgr.smithi136.ofnrfx (mgr.14188) 827 : cluster [DBG] pgmap v752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:01.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:01.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:01.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:02.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:02 smithi136 bash[11745]: cluster 2022-04-26T03:14:01.057346+0000 mgr.smithi136.ofnrfx (mgr.14188) 828 : cluster [DBG] pgmap v753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:02 smithi136 bash[11745]: audit 2022-04-26T03:14:01.880467+0000 mon.smithi136 (mon.0) 1007 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:14:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:02 smithi136 bash[11745]: audit 2022-04-26T03:14:01.881591+0000 mon.smithi136 (mon.0) 1008 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:14:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:02 smithi136 bash[11745]: audit 2022-04-26T03:14:02.107345+0000 mon.smithi136 (mon.0) 1009 : audit [DBG] from='client.? 172.21.15.136:0/3246706893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:02 smithi145 bash[13673]: cluster 2022-04-26T03:14:01.057346+0000 mgr.smithi136.ofnrfx (mgr.14188) 828 : cluster [DBG] pgmap v753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:02 smithi145 bash[13673]: audit 2022-04-26T03:14:01.880467+0000 mon.smithi136 (mon.0) 1007 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:14:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:02 smithi145 bash[13673]: audit 2022-04-26T03:14:01.881591+0000 mon.smithi136 (mon.0) 1008 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:14:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:02 smithi145 bash[13673]: audit 2022-04-26T03:14:02.107345+0000 mon.smithi136 (mon.0) 1009 : audit [DBG] from='client.? 172.21.15.136:0/3246706893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:04 smithi136 bash[11745]: cluster 2022-04-26T03:14:03.057985+0000 mgr.smithi136.ofnrfx (mgr.14188) 829 : cluster [DBG] pgmap v754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:04 smithi145 bash[13673]: cluster 2022-04-26T03:14:03.057985+0000 mgr.smithi136.ofnrfx (mgr.14188) 829 : cluster [DBG] pgmap v754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:06 smithi136 bash[11745]: cluster 2022-04-26T03:14:05.058599+0000 mgr.smithi136.ofnrfx (mgr.14188) 830 : cluster [DBG] pgmap v755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:06 smithi145 bash[13673]: cluster 2022-04-26T03:14:05.058599+0000 mgr.smithi136.ofnrfx (mgr.14188) 830 : cluster [DBG] pgmap v755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:07.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:07.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:07.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:07.451 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:08 smithi145 bash[13673]: cluster 2022-04-26T03:14:07.059233+0000 mgr.smithi136.ofnrfx (mgr.14188) 831 : cluster [DBG] pgmap v756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:08 smithi145 bash[13673]: audit 2022-04-26T03:14:07.436027+0000 mon.smithi136 (mon.0) 1010 : audit [DBG] from='client.? 172.21.15.136:0/3637158406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:08.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:08 smithi136 bash[11745]: cluster 2022-04-26T03:14:07.059233+0000 mgr.smithi136.ofnrfx (mgr.14188) 831 : cluster [DBG] pgmap v756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:08 smithi136 bash[11745]: audit 2022-04-26T03:14:07.436027+0000 mon.smithi136 (mon.0) 1010 : audit [DBG] from='client.? 172.21.15.136:0/3637158406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:10 smithi136 bash[11745]: cluster 2022-04-26T03:14:09.059908+0000 mgr.smithi136.ofnrfx (mgr.14188) 832 : cluster [DBG] pgmap v757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:10 smithi145 bash[13673]: cluster 2022-04-26T03:14:09.059908+0000 mgr.smithi136.ofnrfx (mgr.14188) 832 : cluster [DBG] pgmap v757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:12.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:12.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:12.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:12.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:12 smithi136 bash[11745]: cluster 2022-04-26T03:14:11.060546+0000 mgr.smithi136.ofnrfx (mgr.14188) 833 : cluster [DBG] pgmap v758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:12 smithi145 bash[13673]: cluster 2022-04-26T03:14:11.060546+0000 mgr.smithi136.ofnrfx (mgr.14188) 833 : cluster [DBG] pgmap v758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:12.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:13 smithi136 bash[11745]: audit 2022-04-26T03:14:12.756376+0000 mon.smithi136 (mon.0) 1011 : audit [DBG] from='client.? 172.21.15.136:0/4017005823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:13 smithi145 bash[13673]: audit 2022-04-26T03:14:12.756376+0000 mon.smithi136 (mon.0) 1011 : audit [DBG] from='client.? 172.21.15.136:0/4017005823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:14 smithi136 bash[11745]: cluster 2022-04-26T03:14:13.061201+0000 mgr.smithi136.ofnrfx (mgr.14188) 834 : cluster [DBG] pgmap v759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:14 smithi145 bash[13673]: cluster 2022-04-26T03:14:13.061201+0000 mgr.smithi136.ofnrfx (mgr.14188) 834 : cluster [DBG] pgmap v759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:16 smithi136 bash[11745]: cluster 2022-04-26T03:14:15.061789+0000 mgr.smithi136.ofnrfx (mgr.14188) 835 : cluster [DBG] pgmap v760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:16.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:16 smithi145 bash[13673]: cluster 2022-04-26T03:14:15.061789+0000 mgr.smithi136.ofnrfx (mgr.14188) 835 : cluster [DBG] pgmap v760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:17.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:17.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:17.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:18.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:18 smithi145 bash[13673]: cluster 2022-04-26T03:14:17.062409+0000 mgr.smithi136.ofnrfx (mgr.14188) 836 : cluster [DBG] pgmap v761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:18 smithi145 bash[13673]: audit 2022-04-26T03:14:18.077508+0000 mon.smithi136 (mon.0) 1012 : audit [DBG] from='client.? 172.21.15.136:0/3358848265' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:18 smithi136 bash[11745]: cluster 2022-04-26T03:14:17.062409+0000 mgr.smithi136.ofnrfx (mgr.14188) 836 : cluster [DBG] pgmap v761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:18 smithi136 bash[11745]: audit 2022-04-26T03:14:18.077508+0000 mon.smithi136 (mon.0) 1012 : audit [DBG] from='client.? 172.21.15.136:0/3358848265' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:20 smithi136 bash[11745]: cluster 2022-04-26T03:14:19.063109+0000 mgr.smithi136.ofnrfx (mgr.14188) 837 : cluster [DBG] pgmap v762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:20 smithi145 bash[13673]: cluster 2022-04-26T03:14:19.063109+0000 mgr.smithi136.ofnrfx (mgr.14188) 837 : cluster [DBG] pgmap v762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:22 smithi136 bash[11745]: cluster 2022-04-26T03:14:21.063828+0000 mgr.smithi136.ofnrfx (mgr.14188) 838 : cluster [DBG] pgmap v763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:22 smithi145 bash[13673]: cluster 2022-04-26T03:14:21.063828+0000 mgr.smithi136.ofnrfx (mgr.14188) 838 : cluster [DBG] pgmap v763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:23.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:23.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:23.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:23.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:24 smithi136 bash[11745]: cluster 2022-04-26T03:14:23.064475+0000 mgr.smithi136.ofnrfx (mgr.14188) 839 : cluster [DBG] pgmap v764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:24 smithi136 bash[11745]: audit 2022-04-26T03:14:23.402992+0000 mon.smithi136 (mon.0) 1013 : audit [DBG] from='client.? 172.21.15.136:0/1624753767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:24 smithi145 bash[13673]: cluster 2022-04-26T03:14:23.064475+0000 mgr.smithi136.ofnrfx (mgr.14188) 839 : cluster [DBG] pgmap v764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:24.715 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:24 smithi145 bash[13673]: audit 2022-04-26T03:14:23.402992+0000 mon.smithi136 (mon.0) 1013 : audit [DBG] from='client.? 172.21.15.136:0/1624753767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:26 smithi136 bash[11745]: cluster 2022-04-26T03:14:25.065048+0000 mgr.smithi136.ofnrfx (mgr.14188) 840 : cluster [DBG] pgmap v765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:26 smithi145 bash[13673]: cluster 2022-04-26T03:14:25.065048+0000 mgr.smithi136.ofnrfx (mgr.14188) 840 : cluster [DBG] pgmap v765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:28 smithi145 bash[13673]: cluster 2022-04-26T03:14:27.065678+0000 mgr.smithi136.ofnrfx (mgr.14188) 841 : cluster [DBG] pgmap v766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:28.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:28.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:28.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:28.666 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:28 smithi136 bash[11745]: cluster 2022-04-26T03:14:27.065678+0000 mgr.smithi136.ofnrfx (mgr.14188) 841 : cluster [DBG] pgmap v766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:28.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:29 smithi136 bash[11745]: audit 2022-04-26T03:14:28.736937+0000 mon.smithi136 (mon.0) 1014 : audit [DBG] from='client.? 172.21.15.136:0/3747093253' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:29 smithi145 bash[13673]: audit 2022-04-26T03:14:28.736937+0000 mon.smithi136 (mon.0) 1014 : audit [DBG] from='client.? 172.21.15.136:0/3747093253' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:30 smithi136 bash[11745]: cluster 2022-04-26T03:14:29.066400+0000 mgr.smithi136.ofnrfx (mgr.14188) 842 : cluster [DBG] pgmap v767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:30 smithi145 bash[13673]: cluster 2022-04-26T03:14:29.066400+0000 mgr.smithi136.ofnrfx (mgr.14188) 842 : cluster [DBG] pgmap v767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:31 smithi136 bash[11745]: audit 2022-04-26T03:14:31.075403+0000 mon.smithi136 (mon.0) 1015 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:14:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:31 smithi136 bash[11745]: audit 2022-04-26T03:14:31.078173+0000 mon.smithi136 (mon.0) 1016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:14:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:31 smithi136 bash[11745]: audit 2022-04-26T03:14:31.079879+0000 mon.smithi136 (mon.0) 1017 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:14:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:31 smithi145 bash[13673]: audit 2022-04-26T03:14:31.075403+0000 mon.smithi136 (mon.0) 1015 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:14:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:31 smithi145 bash[13673]: audit 2022-04-26T03:14:31.078173+0000 mon.smithi136 (mon.0) 1016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:14:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:31 smithi145 bash[13673]: audit 2022-04-26T03:14:31.079879+0000 mon.smithi136 (mon.0) 1017 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:14:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:32 smithi136 bash[11745]: cluster 2022-04-26T03:14:31.067055+0000 mgr.smithi136.ofnrfx (mgr.14188) 843 : cluster [DBG] pgmap v768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:32 smithi136 bash[11745]: audit 2022-04-26T03:14:31.410457+0000 mon.smithi136 (mon.0) 1018 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:14:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:32 smithi136 bash[11745]: audit 2022-04-26T03:14:31.417387+0000 mon.smithi136 (mon.0) 1019 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:14:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:32 smithi145 bash[13673]: cluster 2022-04-26T03:14:31.067055+0000 mgr.smithi136.ofnrfx (mgr.14188) 843 : cluster [DBG] pgmap v768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:32 smithi145 bash[13673]: audit 2022-04-26T03:14:31.410457+0000 mon.smithi136 (mon.0) 1018 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:14:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:32 smithi145 bash[13673]: audit 2022-04-26T03:14:31.417387+0000 mon.smithi136 (mon.0) 1019 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:14:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:33 smithi136 bash[11745]: cluster 2022-04-26T03:14:31.402615+0000 mgr.smithi136.ofnrfx (mgr.14188) 844 : cluster [DBG] pgmap v769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:33 smithi136 bash[11745]: cluster 2022-04-26T03:14:31.402902+0000 mgr.smithi136.ofnrfx (mgr.14188) 845 : cluster [DBG] pgmap v770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:33 smithi136 bash[11745]: cephadm 2022-04-26T03:14:31.418635+0000 mgr.smithi136.ofnrfx (mgr.14188) 846 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:14:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:33 smithi136 bash[11745]: cephadm 2022-04-26T03:14:31.418801+0000 mgr.smithi136.ofnrfx (mgr.14188) 847 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:14:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:33 smithi145 bash[13673]: cluster 2022-04-26T03:14:31.402615+0000 mgr.smithi136.ofnrfx (mgr.14188) 844 : cluster [DBG] pgmap v769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:33 smithi145 bash[13673]: cluster 2022-04-26T03:14:31.402902+0000 mgr.smithi136.ofnrfx (mgr.14188) 845 : cluster [DBG] pgmap v770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:33 smithi145 bash[13673]: cephadm 2022-04-26T03:14:31.418635+0000 mgr.smithi136.ofnrfx (mgr.14188) 846 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:14:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:33 smithi145 bash[13673]: cephadm 2022-04-26T03:14:31.418801+0000 mgr.smithi136.ofnrfx (mgr.14188) 847 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:14:33.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:33.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:33.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:34.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:34.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:34 smithi136 bash[11745]: audit 2022-04-26T03:14:34.063239+0000 mon.smithi136 (mon.0) 1020 : audit [DBG] from='client.? 172.21.15.136:0/2493673678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:34 smithi145 bash[13673]: audit 2022-04-26T03:14:34.063239+0000 mon.smithi136 (mon.0) 1020 : audit [DBG] from='client.? 172.21.15.136:0/2493673678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:35 smithi136 bash[11745]: cluster 2022-04-26T03:14:33.403652+0000 mgr.smithi136.ofnrfx (mgr.14188) 848 : cluster [DBG] pgmap v771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:35 smithi145 bash[13673]: cluster 2022-04-26T03:14:33.403652+0000 mgr.smithi136.ofnrfx (mgr.14188) 848 : cluster [DBG] pgmap v771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:37 smithi136 bash[11745]: cluster 2022-04-26T03:14:35.404324+0000 mgr.smithi136.ofnrfx (mgr.14188) 849 : cluster [DBG] pgmap v772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:37 smithi145 bash[13673]: cluster 2022-04-26T03:14:35.404324+0000 mgr.smithi136.ofnrfx (mgr.14188) 849 : cluster [DBG] pgmap v772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:39.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:39.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:39.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:39.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:39 smithi136 bash[11745]: cluster 2022-04-26T03:14:37.404957+0000 mgr.smithi136.ofnrfx (mgr.14188) 850 : cluster [DBG] pgmap v773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:39 smithi145 bash[13673]: cluster 2022-04-26T03:14:37.404957+0000 mgr.smithi136.ofnrfx (mgr.14188) 850 : cluster [DBG] pgmap v773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:40 smithi136 bash[11745]: audit 2022-04-26T03:14:39.392351+0000 mon.smithi136 (mon.0) 1021 : audit [DBG] from='client.? 172.21.15.136:0/2096889469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:40 smithi145 bash[13673]: audit 2022-04-26T03:14:39.392351+0000 mon.smithi136 (mon.0) 1021 : audit [DBG] from='client.? 172.21.15.136:0/2096889469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:41 smithi136 bash[11745]: cluster 2022-04-26T03:14:39.405559+0000 mgr.smithi136.ofnrfx (mgr.14188) 851 : cluster [DBG] pgmap v774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:41 smithi145 bash[13673]: cluster 2022-04-26T03:14:39.405559+0000 mgr.smithi136.ofnrfx (mgr.14188) 851 : cluster [DBG] pgmap v774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:43 smithi136 bash[11745]: cluster 2022-04-26T03:14:41.406232+0000 mgr.smithi136.ofnrfx (mgr.14188) 852 : cluster [DBG] pgmap v775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:43.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:43 smithi145 bash[13673]: cluster 2022-04-26T03:14:41.406232+0000 mgr.smithi136.ofnrfx (mgr.14188) 852 : cluster [DBG] pgmap v775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:44.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:44.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:44.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:44.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:45.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:45 smithi145 bash[13673]: cluster 2022-04-26T03:14:43.406885+0000 mgr.smithi136.ofnrfx (mgr.14188) 853 : cluster [DBG] pgmap v776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:45 smithi145 bash[13673]: audit 2022-04-26T03:14:44.717062+0000 mon.smithi136 (mon.0) 1022 : audit [DBG] from='client.? 172.21.15.136:0/961256571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:45 smithi136 bash[11745]: cluster 2022-04-26T03:14:43.406885+0000 mgr.smithi136.ofnrfx (mgr.14188) 853 : cluster [DBG] pgmap v776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:45 smithi136 bash[11745]: audit 2022-04-26T03:14:44.717062+0000 mon.smithi136 (mon.0) 1022 : audit [DBG] from='client.? 172.21.15.136:0/961256571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:46 smithi145 bash[13673]: cluster 2022-04-26T03:14:45.407504+0000 mgr.smithi136.ofnrfx (mgr.14188) 854 : cluster [DBG] pgmap v777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:46.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:46 smithi136 bash[11745]: cluster 2022-04-26T03:14:45.407504+0000 mgr.smithi136.ofnrfx (mgr.14188) 854 : cluster [DBG] pgmap v777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:49.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:49 smithi136 bash[11745]: cluster 2022-04-26T03:14:47.408139+0000 mgr.smithi136.ofnrfx (mgr.14188) 855 : cluster [DBG] pgmap v778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:49 smithi145 bash[13673]: cluster 2022-04-26T03:14:47.408139+0000 mgr.smithi136.ofnrfx (mgr.14188) 855 : cluster [DBG] pgmap v778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:49.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:49.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:49.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:50.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:50.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:50 smithi136 bash[11745]: audit 2022-04-26T03:14:50.046344+0000 mon.smithi136 (mon.0) 1023 : audit [DBG] from='client.? 172.21.15.136:0/3678008749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:50.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:50 smithi145 bash[13673]: audit 2022-04-26T03:14:50.046344+0000 mon.smithi136 (mon.0) 1023 : audit [DBG] from='client.? 172.21.15.136:0/3678008749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:51 smithi136 bash[11745]: cluster 2022-04-26T03:14:49.408767+0000 mgr.smithi136.ofnrfx (mgr.14188) 856 : cluster [DBG] pgmap v779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:51 smithi145 bash[13673]: cluster 2022-04-26T03:14:49.408767+0000 mgr.smithi136.ofnrfx (mgr.14188) 856 : cluster [DBG] pgmap v779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:53.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:53 smithi136 bash[11745]: cluster 2022-04-26T03:14:51.409422+0000 mgr.smithi136.ofnrfx (mgr.14188) 857 : cluster [DBG] pgmap v780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:53 smithi145 bash[13673]: cluster 2022-04-26T03:14:51.409422+0000 mgr.smithi136.ofnrfx (mgr.14188) 857 : cluster [DBG] pgmap v780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:55.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:14:55.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:14:55.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:14:55.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:14:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:55 smithi136 bash[11745]: cluster 2022-04-26T03:14:53.410040+0000 mgr.smithi136.ofnrfx (mgr.14188) 858 : cluster [DBG] pgmap v781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:55 smithi145 bash[13673]: cluster 2022-04-26T03:14:53.410040+0000 mgr.smithi136.ofnrfx (mgr.14188) 858 : cluster [DBG] pgmap v781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:56.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:56 smithi136 bash[11745]: audit 2022-04-26T03:14:55.379180+0000 mon.smithi136 (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.136:0/2015107864' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:56 smithi145 bash[13673]: audit 2022-04-26T03:14:55.379180+0000 mon.smithi136 (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.136:0/2015107864' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:14:57.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:57 smithi136 bash[11745]: cluster 2022-04-26T03:14:55.410655+0000 mgr.smithi136.ofnrfx (mgr.14188) 859 : cluster [DBG] pgmap v782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:57 smithi145 bash[13673]: cluster 2022-04-26T03:14:55.410655+0000 mgr.smithi136.ofnrfx (mgr.14188) 859 : cluster [DBG] pgmap v782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:14:59 smithi136 bash[11745]: cluster 2022-04-26T03:14:57.411318+0000 mgr.smithi136.ofnrfx (mgr.14188) 860 : cluster [DBG] pgmap v783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:14:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:14:59 smithi145 bash[13673]: cluster 2022-04-26T03:14:57.411318+0000 mgr.smithi136.ofnrfx (mgr.14188) 860 : cluster [DBG] pgmap v783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:00.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:00.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:00.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:00.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:01.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:01 smithi136 bash[11745]: cluster 2022-04-26T03:14:59.411947+0000 mgr.smithi136.ofnrfx (mgr.14188) 861 : cluster [DBG] pgmap v784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:01 smithi136 bash[11745]: audit 2022-04-26T03:15:00.707037+0000 mon.smithi136 (mon.0) 1025 : audit [DBG] from='client.? 172.21.15.136:0/1874953167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:01.639 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:01 smithi145 bash[13673]: cluster 2022-04-26T03:14:59.411947+0000 mgr.smithi136.ofnrfx (mgr.14188) 861 : cluster [DBG] pgmap v784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:01.640 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:01 smithi145 bash[13673]: audit 2022-04-26T03:15:00.707037+0000 mon.smithi136 (mon.0) 1025 : audit [DBG] from='client.? 172.21.15.136:0/1874953167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:02 smithi136 bash[11745]: audit 2022-04-26T03:15:01.889877+0000 mon.smithi136 (mon.0) 1026 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:15:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:02 smithi136 bash[11745]: audit 2022-04-26T03:15:01.890338+0000 mon.smithi136 (mon.0) 1027 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:15:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:02 smithi145 bash[13673]: audit 2022-04-26T03:15:01.889877+0000 mon.smithi136 (mon.0) 1026 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:15:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:02 smithi145 bash[13673]: audit 2022-04-26T03:15:01.890338+0000 mon.smithi136 (mon.0) 1027 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:15:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:03 smithi136 bash[11745]: cluster 2022-04-26T03:15:01.412610+0000 mgr.smithi136.ofnrfx (mgr.14188) 862 : cluster [DBG] pgmap v785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:03 smithi145 bash[13673]: cluster 2022-04-26T03:15:01.412610+0000 mgr.smithi136.ofnrfx (mgr.14188) 862 : cluster [DBG] pgmap v785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:05.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:05 smithi136 bash[11745]: cluster 2022-04-26T03:15:03.413359+0000 mgr.smithi136.ofnrfx (mgr.14188) 863 : cluster [DBG] pgmap v786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:05.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:05 smithi145 bash[13673]: cluster 2022-04-26T03:15:03.413359+0000 mgr.smithi136.ofnrfx (mgr.14188) 863 : cluster [DBG] pgmap v786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:05.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:05.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:05.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:06.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:06.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:06 smithi136 bash[11745]: audit 2022-04-26T03:15:06.035807+0000 mon.smithi136 (mon.0) 1028 : audit [DBG] from='client.? 172.21.15.136:0/4038941355' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:06 smithi145 bash[13673]: audit 2022-04-26T03:15:06.035807+0000 mon.smithi136 (mon.0) 1028 : audit [DBG] from='client.? 172.21.15.136:0/4038941355' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:07.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:07 smithi136 bash[11745]: cluster 2022-04-26T03:15:05.414017+0000 mgr.smithi136.ofnrfx (mgr.14188) 864 : cluster [DBG] pgmap v787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:07 smithi145 bash[13673]: cluster 2022-04-26T03:15:05.414017+0000 mgr.smithi136.ofnrfx (mgr.14188) 864 : cluster [DBG] pgmap v787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:09 smithi136 bash[11745]: cluster 2022-04-26T03:15:07.414687+0000 mgr.smithi136.ofnrfx (mgr.14188) 865 : cluster [DBG] pgmap v788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:09 smithi145 bash[13673]: cluster 2022-04-26T03:15:07.414687+0000 mgr.smithi136.ofnrfx (mgr.14188) 865 : cluster [DBG] pgmap v788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:11.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:11.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:11.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:11.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:11.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:11 smithi136 bash[11745]: cluster 2022-04-26T03:15:09.415411+0000 mgr.smithi136.ofnrfx (mgr.14188) 866 : cluster [DBG] pgmap v789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:11 smithi145 bash[13673]: cluster 2022-04-26T03:15:09.415411+0000 mgr.smithi136.ofnrfx (mgr.14188) 866 : cluster [DBG] pgmap v789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:12.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:12 smithi136 bash[11745]: audit 2022-04-26T03:15:11.369204+0000 mon.smithi136 (mon.0) 1029 : audit [DBG] from='client.? 172.21.15.136:0/377161519' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:12 smithi145 bash[13673]: audit 2022-04-26T03:15:11.369204+0000 mon.smithi136 (mon.0) 1029 : audit [DBG] from='client.? 172.21.15.136:0/377161519' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:13.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:13 smithi136 bash[11745]: cluster 2022-04-26T03:15:11.416043+0000 mgr.smithi136.ofnrfx (mgr.14188) 867 : cluster [DBG] pgmap v790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:13 smithi145 bash[13673]: cluster 2022-04-26T03:15:11.416043+0000 mgr.smithi136.ofnrfx (mgr.14188) 867 : cluster [DBG] pgmap v790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:15.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:15 smithi136 bash[11745]: cluster 2022-04-26T03:15:13.416687+0000 mgr.smithi136.ofnrfx (mgr.14188) 868 : cluster [DBG] pgmap v791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:15.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:15 smithi145 bash[13673]: cluster 2022-04-26T03:15:13.416687+0000 mgr.smithi136.ofnrfx (mgr.14188) 868 : cluster [DBG] pgmap v791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:16.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:16.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:16.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:16.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:17 smithi136 bash[11745]: cluster 2022-04-26T03:15:15.417309+0000 mgr.smithi136.ofnrfx (mgr.14188) 869 : cluster [DBG] pgmap v792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:17 smithi136 bash[11745]: audit 2022-04-26T03:15:16.701877+0000 mon.smithi136 (mon.0) 1030 : audit [DBG] from='client.? 172.21.15.136:0/1426182032' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:17.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:17 smithi145 bash[13673]: cluster 2022-04-26T03:15:15.417309+0000 mgr.smithi136.ofnrfx (mgr.14188) 869 : cluster [DBG] pgmap v792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:17 smithi145 bash[13673]: audit 2022-04-26T03:15:16.701877+0000 mon.smithi136 (mon.0) 1030 : audit [DBG] from='client.? 172.21.15.136:0/1426182032' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:19.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:19 smithi136 bash[11745]: cluster 2022-04-26T03:15:17.417956+0000 mgr.smithi136.ofnrfx (mgr.14188) 870 : cluster [DBG] pgmap v793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:19.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:19 smithi145 bash[13673]: cluster 2022-04-26T03:15:17.417956+0000 mgr.smithi136.ofnrfx (mgr.14188) 870 : cluster [DBG] pgmap v793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:21 smithi136 bash[11745]: cluster 2022-04-26T03:15:19.418628+0000 mgr.smithi136.ofnrfx (mgr.14188) 871 : cluster [DBG] pgmap v794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:21 smithi145 bash[13673]: cluster 2022-04-26T03:15:19.418628+0000 mgr.smithi136.ofnrfx (mgr.14188) 871 : cluster [DBG] pgmap v794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:21.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:21.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:21.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:22.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:22 smithi136 bash[11745]: audit 2022-04-26T03:15:22.024750+0000 mon.smithi136 (mon.0) 1031 : audit [DBG] from='client.? 172.21.15.136:0/1034639426' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:22 smithi145 bash[13673]: audit 2022-04-26T03:15:22.024750+0000 mon.smithi136 (mon.0) 1031 : audit [DBG] from='client.? 172.21.15.136:0/1034639426' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:23.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:23 smithi136 bash[11745]: cluster 2022-04-26T03:15:21.419273+0000 mgr.smithi136.ofnrfx (mgr.14188) 872 : cluster [DBG] pgmap v795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:23 smithi145 bash[13673]: cluster 2022-04-26T03:15:21.419273+0000 mgr.smithi136.ofnrfx (mgr.14188) 872 : cluster [DBG] pgmap v795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:25 smithi136 bash[11745]: cluster 2022-04-26T03:15:23.419872+0000 mgr.smithi136.ofnrfx (mgr.14188) 873 : cluster [DBG] pgmap v796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:25.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:25 smithi145 bash[13673]: cluster 2022-04-26T03:15:23.419872+0000 mgr.smithi136.ofnrfx (mgr.14188) 873 : cluster [DBG] pgmap v796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:27.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:27.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:27.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:27.370 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:27 smithi136 bash[11745]: cluster 2022-04-26T03:15:25.420574+0000 mgr.smithi136.ofnrfx (mgr.14188) 874 : cluster [DBG] pgmap v797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:27 smithi145 bash[13673]: cluster 2022-04-26T03:15:25.420574+0000 mgr.smithi136.ofnrfx (mgr.14188) 874 : cluster [DBG] pgmap v797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:28 smithi145 bash[13673]: audit 2022-04-26T03:15:27.355500+0000 mon.smithi136 (mon.0) 1032 : audit [DBG] from='client.? 172.21.15.136:0/578116990' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:28 smithi136 bash[11745]: audit 2022-04-26T03:15:27.355500+0000 mon.smithi136 (mon.0) 1032 : audit [DBG] from='client.? 172.21.15.136:0/578116990' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:29 smithi136 bash[11745]: cluster 2022-04-26T03:15:27.421253+0000 mgr.smithi136.ofnrfx (mgr.14188) 875 : cluster [DBG] pgmap v798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:29 smithi145 bash[13673]: cluster 2022-04-26T03:15:27.421253+0000 mgr.smithi136.ofnrfx (mgr.14188) 875 : cluster [DBG] pgmap v798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:31 smithi145 bash[13673]: cluster 2022-04-26T03:15:29.421915+0000 mgr.smithi136.ofnrfx (mgr.14188) 876 : cluster [DBG] pgmap v799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:31.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:31 smithi136 bash[11745]: cluster 2022-04-26T03:15:29.421915+0000 mgr.smithi136.ofnrfx (mgr.14188) 876 : cluster [DBG] pgmap v799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:32.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:32.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:32.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:32 smithi145 bash[13673]: audit 2022-04-26T03:15:31.431678+0000 mon.smithi136 (mon.0) 1033 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:15:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:32 smithi145 bash[13673]: audit 2022-04-26T03:15:31.434365+0000 mon.smithi136 (mon.0) 1034 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:15:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:32 smithi145 bash[13673]: audit 2022-04-26T03:15:31.436412+0000 mon.smithi136 (mon.0) 1035 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:15:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:32 smithi145 bash[13673]: audit 2022-04-26T03:15:31.773740+0000 mon.smithi136 (mon.0) 1036 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:15:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:32 smithi145 bash[13673]: audit 2022-04-26T03:15:31.782088+0000 mon.smithi136 (mon.0) 1037 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:15:32.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:32 smithi136 bash[11745]: audit 2022-04-26T03:15:31.431678+0000 mon.smithi136 (mon.0) 1033 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:15:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:32 smithi136 bash[11745]: audit 2022-04-26T03:15:31.434365+0000 mon.smithi136 (mon.0) 1034 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:15:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:32 smithi136 bash[11745]: audit 2022-04-26T03:15:31.436412+0000 mon.smithi136 (mon.0) 1035 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:15:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:32 smithi136 bash[11745]: audit 2022-04-26T03:15:31.773740+0000 mon.smithi136 (mon.0) 1036 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:15:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:32 smithi136 bash[11745]: audit 2022-04-26T03:15:31.782088+0000 mon.smithi136 (mon.0) 1037 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:15:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:33 smithi145 bash[13673]: cluster 2022-04-26T03:15:31.422558+0000 mgr.smithi136.ofnrfx (mgr.14188) 877 : cluster [DBG] pgmap v800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:33 smithi145 bash[13673]: cluster 2022-04-26T03:15:31.766423+0000 mgr.smithi136.ofnrfx (mgr.14188) 878 : cluster [DBG] pgmap v801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:33 smithi145 bash[13673]: cluster 2022-04-26T03:15:31.766835+0000 mgr.smithi136.ofnrfx (mgr.14188) 879 : cluster [DBG] pgmap v802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:33 smithi145 bash[13673]: cephadm 2022-04-26T03:15:31.782974+0000 mgr.smithi136.ofnrfx (mgr.14188) 880 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:15:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:33 smithi145 bash[13673]: cephadm 2022-04-26T03:15:31.783123+0000 mgr.smithi136.ofnrfx (mgr.14188) 881 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:15:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:33 smithi145 bash[13673]: audit 2022-04-26T03:15:32.685205+0000 mon.smithi136 (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.136:0/2271902946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:33 smithi136 bash[11745]: cluster 2022-04-26T03:15:31.422558+0000 mgr.smithi136.ofnrfx (mgr.14188) 877 : cluster [DBG] pgmap v800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:33 smithi136 bash[11745]: cluster 2022-04-26T03:15:31.766423+0000 mgr.smithi136.ofnrfx (mgr.14188) 878 : cluster [DBG] pgmap v801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:33 smithi136 bash[11745]: cluster 2022-04-26T03:15:31.766835+0000 mgr.smithi136.ofnrfx (mgr.14188) 879 : cluster [DBG] pgmap v802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:33 smithi136 bash[11745]: cephadm 2022-04-26T03:15:31.782974+0000 mgr.smithi136.ofnrfx (mgr.14188) 880 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:15:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:33 smithi136 bash[11745]: cephadm 2022-04-26T03:15:31.783123+0000 mgr.smithi136.ofnrfx (mgr.14188) 881 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:15:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:33 smithi136 bash[11745]: audit 2022-04-26T03:15:32.685205+0000 mon.smithi136 (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.136:0/2271902946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:34 smithi145 bash[13673]: cluster 2022-04-26T03:15:33.767607+0000 mgr.smithi136.ofnrfx (mgr.14188) 882 : cluster [DBG] pgmap v803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:34.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:34 smithi136 bash[11745]: cluster 2022-04-26T03:15:33.767607+0000 mgr.smithi136.ofnrfx (mgr.14188) 882 : cluster [DBG] pgmap v803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:36 smithi145 bash[13673]: cluster 2022-04-26T03:15:35.768257+0000 mgr.smithi136.ofnrfx (mgr.14188) 883 : cluster [DBG] pgmap v804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:37.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:36 smithi136 bash[11745]: cluster 2022-04-26T03:15:35.768257+0000 mgr.smithi136.ofnrfx (mgr.14188) 883 : cluster [DBG] pgmap v804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:37.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:37.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:37.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:38.040 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:38 smithi136 bash[11745]: cluster 2022-04-26T03:15:37.768887+0000 mgr.smithi136.ofnrfx (mgr.14188) 884 : cluster [DBG] pgmap v805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:38 smithi136 bash[11745]: audit 2022-04-26T03:15:38.019643+0000 mon.smithi136 (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.136:0/989636770' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:38 smithi145 bash[13673]: cluster 2022-04-26T03:15:37.768887+0000 mgr.smithi136.ofnrfx (mgr.14188) 884 : cluster [DBG] pgmap v805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:39.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:38 smithi145 bash[13673]: audit 2022-04-26T03:15:38.019643+0000 mon.smithi136 (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.136:0/989636770' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:40 smithi145 bash[13673]: cluster 2022-04-26T03:15:39.769572+0000 mgr.smithi136.ofnrfx (mgr.14188) 885 : cluster [DBG] pgmap v806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:40 smithi136 bash[11745]: cluster 2022-04-26T03:15:39.769572+0000 mgr.smithi136.ofnrfx (mgr.14188) 885 : cluster [DBG] pgmap v806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:43.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:43.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:43.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:42 smithi145 bash[13673]: cluster 2022-04-26T03:15:41.770153+0000 mgr.smithi136.ofnrfx (mgr.14188) 886 : cluster [DBG] pgmap v807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:43.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:42 smithi136 bash[11745]: cluster 2022-04-26T03:15:41.770153+0000 mgr.smithi136.ofnrfx (mgr.14188) 886 : cluster [DBG] pgmap v807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:43.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:44 smithi136 bash[11745]: audit 2022-04-26T03:15:43.358466+0000 mon.smithi136 (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.136:0/2365940956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:44 smithi145 bash[13673]: audit 2022-04-26T03:15:43.358466+0000 mon.smithi136 (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.136:0/2365940956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:45 smithi136 bash[11745]: cluster 2022-04-26T03:15:43.770782+0000 mgr.smithi136.ofnrfx (mgr.14188) 887 : cluster [DBG] pgmap v808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:45 smithi145 bash[13673]: cluster 2022-04-26T03:15:43.770782+0000 mgr.smithi136.ofnrfx (mgr.14188) 887 : cluster [DBG] pgmap v808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:47 smithi136 bash[11745]: cluster 2022-04-26T03:15:45.771422+0000 mgr.smithi136.ofnrfx (mgr.14188) 888 : cluster [DBG] pgmap v809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:47 smithi145 bash[13673]: cluster 2022-04-26T03:15:45.771422+0000 mgr.smithi136.ofnrfx (mgr.14188) 888 : cluster [DBG] pgmap v809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:48.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:48.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:48.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:48.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:49 smithi136 bash[11745]: cluster 2022-04-26T03:15:47.772094+0000 mgr.smithi136.ofnrfx (mgr.14188) 889 : cluster [DBG] pgmap v810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:49 smithi136 bash[11745]: audit 2022-04-26T03:15:48.690744+0000 mon.smithi136 (mon.0) 1041 : audit [DBG] from='client.? 172.21.15.136:0/2954033651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:49 smithi145 bash[13673]: cluster 2022-04-26T03:15:47.772094+0000 mgr.smithi136.ofnrfx (mgr.14188) 889 : cluster [DBG] pgmap v810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:49 smithi145 bash[13673]: audit 2022-04-26T03:15:48.690744+0000 mon.smithi136 (mon.0) 1041 : audit [DBG] from='client.? 172.21.15.136:0/2954033651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:51 smithi136 bash[11745]: cluster 2022-04-26T03:15:49.772650+0000 mgr.smithi136.ofnrfx (mgr.14188) 890 : cluster [DBG] pgmap v811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:51 smithi145 bash[13673]: cluster 2022-04-26T03:15:49.772650+0000 mgr.smithi136.ofnrfx (mgr.14188) 890 : cluster [DBG] pgmap v811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:53.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:53 smithi136 bash[11745]: cluster 2022-04-26T03:15:51.773365+0000 mgr.smithi136.ofnrfx (mgr.14188) 891 : cluster [DBG] pgmap v812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:53 smithi145 bash[13673]: cluster 2022-04-26T03:15:51.773365+0000 mgr.smithi136.ofnrfx (mgr.14188) 891 : cluster [DBG] pgmap v812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:53.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:53.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:53.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:54.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:54.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:54 smithi136 bash[11745]: audit 2022-04-26T03:15:54.023606+0000 mon.smithi136 (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.136:0/348165877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:54 smithi145 bash[13673]: audit 2022-04-26T03:15:54.023606+0000 mon.smithi136 (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.136:0/348165877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:15:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:55 smithi136 bash[11745]: cluster 2022-04-26T03:15:53.774027+0000 mgr.smithi136.ofnrfx (mgr.14188) 892 : cluster [DBG] pgmap v813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:55 smithi145 bash[13673]: cluster 2022-04-26T03:15:53.774027+0000 mgr.smithi136.ofnrfx (mgr.14188) 892 : cluster [DBG] pgmap v813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:57.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:57 smithi136 bash[11745]: cluster 2022-04-26T03:15:55.774690+0000 mgr.smithi136.ofnrfx (mgr.14188) 893 : cluster [DBG] pgmap v814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:57 smithi145 bash[13673]: cluster 2022-04-26T03:15:55.774690+0000 mgr.smithi136.ofnrfx (mgr.14188) 893 : cluster [DBG] pgmap v814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:59.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:15:59.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:15:59.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:15:59.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:15:59.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:15:59 smithi136 bash[11745]: cluster 2022-04-26T03:15:57.775358+0000 mgr.smithi136.ofnrfx (mgr.14188) 894 : cluster [DBG] pgmap v815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:15:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:15:59 smithi145 bash[13673]: cluster 2022-04-26T03:15:57.775358+0000 mgr.smithi136.ofnrfx (mgr.14188) 894 : cluster [DBG] pgmap v815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:00 smithi136 bash[11745]: audit 2022-04-26T03:15:59.357963+0000 mon.smithi136 (mon.0) 1043 : audit [DBG] from='client.? 172.21.15.136:0/2074863542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:00.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:00 smithi145 bash[13673]: audit 2022-04-26T03:15:59.357963+0000 mon.smithi136 (mon.0) 1043 : audit [DBG] from='client.? 172.21.15.136:0/2074863542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:01.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:01 smithi136 bash[11745]: cluster 2022-04-26T03:15:59.775983+0000 mgr.smithi136.ofnrfx (mgr.14188) 895 : cluster [DBG] pgmap v816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:01.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:01 smithi145 bash[13673]: cluster 2022-04-26T03:15:59.775983+0000 mgr.smithi136.ofnrfx (mgr.14188) 895 : cluster [DBG] pgmap v816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:02 smithi136 bash[11745]: audit 2022-04-26T03:16:01.897593+0000 mon.smithi136 (mon.0) 1044 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:16:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:02 smithi136 bash[11745]: audit 2022-04-26T03:16:01.898112+0000 mon.smithi136 (mon.0) 1045 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:16:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:02 smithi145 bash[13673]: audit 2022-04-26T03:16:01.897593+0000 mon.smithi136 (mon.0) 1044 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:16:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:02 smithi145 bash[13673]: audit 2022-04-26T03:16:01.898112+0000 mon.smithi136 (mon.0) 1045 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:16:03.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:03 smithi136 bash[11745]: cluster 2022-04-26T03:16:01.776737+0000 mgr.smithi136.ofnrfx (mgr.14188) 896 : cluster [DBG] pgmap v817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:03 smithi145 bash[13673]: cluster 2022-04-26T03:16:01.776737+0000 mgr.smithi136.ofnrfx (mgr.14188) 896 : cluster [DBG] pgmap v817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:04.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:04.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:04.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:04.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:05 smithi136 bash[11745]: cluster 2022-04-26T03:16:03.777398+0000 mgr.smithi136.ofnrfx (mgr.14188) 897 : cluster [DBG] pgmap v818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:05 smithi136 bash[11745]: audit 2022-04-26T03:16:04.685135+0000 mon.smithi136 (mon.0) 1046 : audit [DBG] from='client.? 172.21.15.136:0/2107808551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:05.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:05 smithi145 bash[13673]: cluster 2022-04-26T03:16:03.777398+0000 mgr.smithi136.ofnrfx (mgr.14188) 897 : cluster [DBG] pgmap v818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:05.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:05 smithi145 bash[13673]: audit 2022-04-26T03:16:04.685135+0000 mon.smithi136 (mon.0) 1046 : audit [DBG] from='client.? 172.21.15.136:0/2107808551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:07.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:07 smithi136 bash[11745]: cluster 2022-04-26T03:16:05.778007+0000 mgr.smithi136.ofnrfx (mgr.14188) 898 : cluster [DBG] pgmap v819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:07 smithi145 bash[13673]: cluster 2022-04-26T03:16:05.778007+0000 mgr.smithi136.ofnrfx (mgr.14188) 898 : cluster [DBG] pgmap v819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:09.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:09 smithi136 bash[11745]: cluster 2022-04-26T03:16:07.778654+0000 mgr.smithi136.ofnrfx (mgr.14188) 899 : cluster [DBG] pgmap v820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:09 smithi145 bash[13673]: cluster 2022-04-26T03:16:07.778654+0000 mgr.smithi136.ofnrfx (mgr.14188) 899 : cluster [DBG] pgmap v820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:09.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:09.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:09.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:10.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:10 smithi136 bash[11745]: audit 2022-04-26T03:16:10.029415+0000 mon.smithi136 (mon.0) 1047 : audit [DBG] from='client.? 172.21.15.136:0/1606274085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:10 smithi145 bash[13673]: audit 2022-04-26T03:16:10.029415+0000 mon.smithi136 (mon.0) 1047 : audit [DBG] from='client.? 172.21.15.136:0/1606274085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:11.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:11 smithi136 bash[11745]: cluster 2022-04-26T03:16:09.779375+0000 mgr.smithi136.ofnrfx (mgr.14188) 900 : cluster [DBG] pgmap v821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:11 smithi145 bash[13673]: cluster 2022-04-26T03:16:09.779375+0000 mgr.smithi136.ofnrfx (mgr.14188) 900 : cluster [DBG] pgmap v821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:13.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:13 smithi136 bash[11745]: cluster 2022-04-26T03:16:11.780112+0000 mgr.smithi136.ofnrfx (mgr.14188) 901 : cluster [DBG] pgmap v822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:13 smithi145 bash[13673]: cluster 2022-04-26T03:16:11.780112+0000 mgr.smithi136.ofnrfx (mgr.14188) 901 : cluster [DBG] pgmap v822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:15.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:15.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:15.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:15.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:15.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:15 smithi136 bash[11745]: cluster 2022-04-26T03:16:13.780769+0000 mgr.smithi136.ofnrfx (mgr.14188) 902 : cluster [DBG] pgmap v823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:15.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:15 smithi145 bash[13673]: cluster 2022-04-26T03:16:13.780769+0000 mgr.smithi136.ofnrfx (mgr.14188) 902 : cluster [DBG] pgmap v823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:16.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:16 smithi145 bash[13673]: audit 2022-04-26T03:16:15.360470+0000 mon.smithi136 (mon.0) 1048 : audit [DBG] from='client.? 172.21.15.136:0/2018506439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:17.053 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:16 smithi136 bash[11745]: audit 2022-04-26T03:16:15.360470+0000 mon.smithi136 (mon.0) 1048 : audit [DBG] from='client.? 172.21.15.136:0/2018506439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:17 smithi145 bash[13673]: cluster 2022-04-26T03:16:15.781445+0000 mgr.smithi136.ofnrfx (mgr.14188) 903 : cluster [DBG] pgmap v824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:17.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:17 smithi136 bash[11745]: cluster 2022-04-26T03:16:15.781445+0000 mgr.smithi136.ofnrfx (mgr.14188) 903 : cluster [DBG] pgmap v824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:19.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:19 smithi136 bash[11745]: cluster 2022-04-26T03:16:17.782104+0000 mgr.smithi136.ofnrfx (mgr.14188) 904 : cluster [DBG] pgmap v825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:19.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:19 smithi145 bash[13673]: cluster 2022-04-26T03:16:17.782104+0000 mgr.smithi136.ofnrfx (mgr.14188) 904 : cluster [DBG] pgmap v825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:20.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:20.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:20.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:20.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:21 smithi145 bash[13673]: cluster 2022-04-26T03:16:19.782732+0000 mgr.smithi136.ofnrfx (mgr.14188) 905 : cluster [DBG] pgmap v826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:21 smithi145 bash[13673]: audit 2022-04-26T03:16:20.680942+0000 mon.smithi136 (mon.0) 1049 : audit [DBG] from='client.? 172.21.15.136:0/2685389728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:21.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:21 smithi136 bash[11745]: cluster 2022-04-26T03:16:19.782732+0000 mgr.smithi136.ofnrfx (mgr.14188) 905 : cluster [DBG] pgmap v826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:21.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:21 smithi136 bash[11745]: audit 2022-04-26T03:16:20.680942+0000 mon.smithi136 (mon.0) 1049 : audit [DBG] from='client.? 172.21.15.136:0/2685389728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:22 smithi145 bash[13673]: cluster 2022-04-26T03:16:21.783458+0000 mgr.smithi136.ofnrfx (mgr.14188) 906 : cluster [DBG] pgmap v827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:22.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:22 smithi136 bash[11745]: cluster 2022-04-26T03:16:21.783458+0000 mgr.smithi136.ofnrfx (mgr.14188) 906 : cluster [DBG] pgmap v827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:25 smithi136 bash[11745]: cluster 2022-04-26T03:16:23.784159+0000 mgr.smithi136.ofnrfx (mgr.14188) 907 : cluster [DBG] pgmap v828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:25.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:25 smithi145 bash[13673]: cluster 2022-04-26T03:16:23.784159+0000 mgr.smithi136.ofnrfx (mgr.14188) 907 : cluster [DBG] pgmap v828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:25.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:25.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:25.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:26.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:26.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:26 smithi136 bash[11745]: audit 2022-04-26T03:16:26.006670+0000 mon.smithi136 (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.136:0/2898343396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:26 smithi145 bash[13673]: audit 2022-04-26T03:16:26.006670+0000 mon.smithi136 (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.136:0/2898343396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:27 smithi136 bash[11745]: cluster 2022-04-26T03:16:25.784761+0000 mgr.smithi136.ofnrfx (mgr.14188) 908 : cluster [DBG] pgmap v829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:27 smithi145 bash[13673]: cluster 2022-04-26T03:16:25.784761+0000 mgr.smithi136.ofnrfx (mgr.14188) 908 : cluster [DBG] pgmap v829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:29 smithi136 bash[11745]: cluster 2022-04-26T03:16:27.785454+0000 mgr.smithi136.ofnrfx (mgr.14188) 909 : cluster [DBG] pgmap v830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:29 smithi145 bash[13673]: cluster 2022-04-26T03:16:27.785454+0000 mgr.smithi136.ofnrfx (mgr.14188) 909 : cluster [DBG] pgmap v830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:31.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:31.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:31.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:31.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:31 smithi136 bash[11745]: cluster 2022-04-26T03:16:29.786110+0000 mgr.smithi136.ofnrfx (mgr.14188) 910 : cluster [DBG] pgmap v831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:31 smithi145 bash[13673]: cluster 2022-04-26T03:16:29.786110+0000 mgr.smithi136.ofnrfx (mgr.14188) 910 : cluster [DBG] pgmap v831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:32 smithi136 bash[11745]: audit 2022-04-26T03:16:31.339661+0000 mon.smithi136 (mon.0) 1051 : audit [DBG] from='client.? 172.21.15.136:0/2133832311' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:32 smithi136 bash[11745]: audit 2022-04-26T03:16:31.801667+0000 mon.smithi136 (mon.0) 1052 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:16:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:32 smithi136 bash[11745]: audit 2022-04-26T03:16:31.804493+0000 mon.smithi136 (mon.0) 1053 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:16:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:32 smithi136 bash[11745]: audit 2022-04-26T03:16:31.806379+0000 mon.smithi136 (mon.0) 1054 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:16:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:32 smithi136 bash[11745]: audit 2022-04-26T03:16:32.135624+0000 mon.smithi136 (mon.0) 1055 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:16:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:32 smithi136 bash[11745]: audit 2022-04-26T03:16:32.144606+0000 mon.smithi136 (mon.0) 1056 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:16:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:32 smithi145 bash[13673]: audit 2022-04-26T03:16:31.339661+0000 mon.smithi136 (mon.0) 1051 : audit [DBG] from='client.? 172.21.15.136:0/2133832311' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:32 smithi145 bash[13673]: audit 2022-04-26T03:16:31.801667+0000 mon.smithi136 (mon.0) 1052 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:16:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:32 smithi145 bash[13673]: audit 2022-04-26T03:16:31.804493+0000 mon.smithi136 (mon.0) 1053 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:16:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:32 smithi145 bash[13673]: audit 2022-04-26T03:16:31.806379+0000 mon.smithi136 (mon.0) 1054 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:16:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:32 smithi145 bash[13673]: audit 2022-04-26T03:16:32.135624+0000 mon.smithi136 (mon.0) 1055 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:16:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:32 smithi145 bash[13673]: audit 2022-04-26T03:16:32.144606+0000 mon.smithi136 (mon.0) 1056 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:16:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:33 smithi136 bash[11745]: cluster 2022-04-26T03:16:31.786735+0000 mgr.smithi136.ofnrfx (mgr.14188) 911 : cluster [DBG] pgmap v832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:33.617 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:33 smithi136 bash[11745]: cluster 2022-04-26T03:16:32.129254+0000 mgr.smithi136.ofnrfx (mgr.14188) 912 : cluster [DBG] pgmap v833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:33.617 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:33 smithi136 bash[11745]: cluster 2022-04-26T03:16:32.129780+0000 mgr.smithi136.ofnrfx (mgr.14188) 913 : cluster [DBG] pgmap v834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:33.618 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:33 smithi136 bash[11745]: cephadm 2022-04-26T03:16:32.145489+0000 mgr.smithi136.ofnrfx (mgr.14188) 914 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:16:33.618 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:33 smithi136 bash[11745]: cephadm 2022-04-26T03:16:32.145611+0000 mgr.smithi136.ofnrfx (mgr.14188) 915 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:16:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:33 smithi145 bash[13673]: cluster 2022-04-26T03:16:31.786735+0000 mgr.smithi136.ofnrfx (mgr.14188) 911 : cluster [DBG] pgmap v832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:33 smithi145 bash[13673]: cluster 2022-04-26T03:16:32.129254+0000 mgr.smithi136.ofnrfx (mgr.14188) 912 : cluster [DBG] pgmap v833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:33 smithi145 bash[13673]: cluster 2022-04-26T03:16:32.129780+0000 mgr.smithi136.ofnrfx (mgr.14188) 913 : cluster [DBG] pgmap v834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:33 smithi145 bash[13673]: cephadm 2022-04-26T03:16:32.145489+0000 mgr.smithi136.ofnrfx (mgr.14188) 914 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:16:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:33 smithi145 bash[13673]: cephadm 2022-04-26T03:16:32.145611+0000 mgr.smithi136.ofnrfx (mgr.14188) 915 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:16:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:35 smithi136 bash[11745]: cluster 2022-04-26T03:16:34.130405+0000 mgr.smithi136.ofnrfx (mgr.14188) 916 : cluster [DBG] pgmap v835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:35 smithi145 bash[13673]: cluster 2022-04-26T03:16:34.130405+0000 mgr.smithi136.ofnrfx (mgr.14188) 916 : cluster [DBG] pgmap v835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:36.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:36.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:36.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:36.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:37 smithi136 bash[11745]: cluster 2022-04-26T03:16:36.131111+0000 mgr.smithi136.ofnrfx (mgr.14188) 917 : cluster [DBG] pgmap v836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:37 smithi136 bash[11745]: audit 2022-04-26T03:16:36.668066+0000 mon.smithi136 (mon.0) 1057 : audit [DBG] from='client.? 172.21.15.136:0/3701833808' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:37 smithi145 bash[13673]: cluster 2022-04-26T03:16:36.131111+0000 mgr.smithi136.ofnrfx (mgr.14188) 917 : cluster [DBG] pgmap v836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:37 smithi145 bash[13673]: audit 2022-04-26T03:16:36.668066+0000 mon.smithi136 (mon.0) 1057 : audit [DBG] from='client.? 172.21.15.136:0/3701833808' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:39 smithi136 bash[11745]: cluster 2022-04-26T03:16:38.131937+0000 mgr.smithi136.ofnrfx (mgr.14188) 918 : cluster [DBG] pgmap v837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:39 smithi145 bash[13673]: cluster 2022-04-26T03:16:38.131937+0000 mgr.smithi136.ofnrfx (mgr.14188) 918 : cluster [DBG] pgmap v837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:41 smithi136 bash[11745]: cluster 2022-04-26T03:16:40.132606+0000 mgr.smithi136.ofnrfx (mgr.14188) 919 : cluster [DBG] pgmap v838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:41 smithi145 bash[13673]: cluster 2022-04-26T03:16:40.132606+0000 mgr.smithi136.ofnrfx (mgr.14188) 919 : cluster [DBG] pgmap v838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:41.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:41.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:41.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:42.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:42.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:42 smithi136 bash[11745]: audit 2022-04-26T03:16:41.989027+0000 mon.smithi136 (mon.0) 1058 : audit [DBG] from='client.? 172.21.15.136:0/1979870747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:42 smithi145 bash[13673]: audit 2022-04-26T03:16:41.989027+0000 mon.smithi136 (mon.0) 1058 : audit [DBG] from='client.? 172.21.15.136:0/1979870747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:43.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:43 smithi136 bash[11745]: cluster 2022-04-26T03:16:42.133218+0000 mgr.smithi136.ofnrfx (mgr.14188) 920 : cluster [DBG] pgmap v839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:43.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:43 smithi145 bash[13673]: cluster 2022-04-26T03:16:42.133218+0000 mgr.smithi136.ofnrfx (mgr.14188) 920 : cluster [DBG] pgmap v839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:45 smithi136 bash[11745]: cluster 2022-04-26T03:16:44.133943+0000 mgr.smithi136.ofnrfx (mgr.14188) 921 : cluster [DBG] pgmap v840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:45.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:45 smithi145 bash[13673]: cluster 2022-04-26T03:16:44.133943+0000 mgr.smithi136.ofnrfx (mgr.14188) 921 : cluster [DBG] pgmap v840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:47.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:47.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:47.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:47.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:47 smithi136 bash[11745]: cluster 2022-04-26T03:16:46.134639+0000 mgr.smithi136.ofnrfx (mgr.14188) 922 : cluster [DBG] pgmap v841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:47 smithi145 bash[13673]: cluster 2022-04-26T03:16:46.134639+0000 mgr.smithi136.ofnrfx (mgr.14188) 922 : cluster [DBG] pgmap v841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:48 smithi145 bash[13673]: audit 2022-04-26T03:16:47.313311+0000 mon.smithi136 (mon.0) 1059 : audit [DBG] from='client.? 172.21.15.136:0/3212464546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:48.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:48 smithi136 bash[11745]: audit 2022-04-26T03:16:47.313311+0000 mon.smithi136 (mon.0) 1059 : audit [DBG] from='client.? 172.21.15.136:0/3212464546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:49.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:49 smithi136 bash[11745]: cluster 2022-04-26T03:16:48.135255+0000 mgr.smithi136.ofnrfx (mgr.14188) 923 : cluster [DBG] pgmap v842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:49 smithi145 bash[13673]: cluster 2022-04-26T03:16:48.135255+0000 mgr.smithi136.ofnrfx (mgr.14188) 923 : cluster [DBG] pgmap v842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:51 smithi136 bash[11745]: cluster 2022-04-26T03:16:50.135918+0000 mgr.smithi136.ofnrfx (mgr.14188) 924 : cluster [DBG] pgmap v843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:51 smithi145 bash[13673]: cluster 2022-04-26T03:16:50.135918+0000 mgr.smithi136.ofnrfx (mgr.14188) 924 : cluster [DBG] pgmap v843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:52.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:52.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:52.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:52.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:53.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:53 smithi136 bash[11745]: cluster 2022-04-26T03:16:52.136459+0000 mgr.smithi136.ofnrfx (mgr.14188) 925 : cluster [DBG] pgmap v844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:53.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:53 smithi136 bash[11745]: audit 2022-04-26T03:16:52.639718+0000 mon.smithi136 (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.136:0/758329018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:53 smithi145 bash[13673]: cluster 2022-04-26T03:16:52.136459+0000 mgr.smithi136.ofnrfx (mgr.14188) 925 : cluster [DBG] pgmap v844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:53.666 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:53 smithi145 bash[13673]: audit 2022-04-26T03:16:52.639718+0000 mon.smithi136 (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.136:0/758329018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:55 smithi145 bash[13673]: cluster 2022-04-26T03:16:54.137118+0000 mgr.smithi136.ofnrfx (mgr.14188) 926 : cluster [DBG] pgmap v845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:55 smithi136 bash[11745]: cluster 2022-04-26T03:16:54.137118+0000 mgr.smithi136.ofnrfx (mgr.14188) 926 : cluster [DBG] pgmap v845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:57 smithi145 bash[13673]: cluster 2022-04-26T03:16:56.137786+0000 mgr.smithi136.ofnrfx (mgr.14188) 927 : cluster [DBG] pgmap v846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:57.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:16:57.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:16:57.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:16:57.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:57 smithi136 bash[11745]: cluster 2022-04-26T03:16:56.137786+0000 mgr.smithi136.ofnrfx (mgr.14188) 927 : cluster [DBG] pgmap v846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:57.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:16:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:58 smithi145 bash[13673]: audit 2022-04-26T03:16:57.970073+0000 mon.smithi136 (mon.0) 1061 : audit [DBG] from='client.? 172.21.15.136:0/746334821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:58.696 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:58 smithi136 bash[11745]: audit 2022-04-26T03:16:57.970073+0000 mon.smithi136 (mon.0) 1061 : audit [DBG] from='client.? 172.21.15.136:0/746334821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:16:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:16:59 smithi145 bash[13673]: cluster 2022-04-26T03:16:58.138509+0000 mgr.smithi136.ofnrfx (mgr.14188) 928 : cluster [DBG] pgmap v847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:16:59.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:16:59 smithi136 bash[11745]: cluster 2022-04-26T03:16:58.138509+0000 mgr.smithi136.ofnrfx (mgr.14188) 928 : cluster [DBG] pgmap v847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:01.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:01 smithi145 bash[13673]: cluster 2022-04-26T03:17:00.139194+0000 mgr.smithi136.ofnrfx (mgr.14188) 929 : cluster [DBG] pgmap v848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:01 smithi136 bash[11745]: cluster 2022-04-26T03:17:00.139194+0000 mgr.smithi136.ofnrfx (mgr.14188) 929 : cluster [DBG] pgmap v848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:02 smithi136 bash[11745]: audit 2022-04-26T03:17:01.903657+0000 mon.smithi136 (mon.0) 1062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:17:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:02 smithi136 bash[11745]: audit 2022-04-26T03:17:01.904137+0000 mon.smithi136 (mon.0) 1063 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:17:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:02 smithi145 bash[13673]: audit 2022-04-26T03:17:01.903657+0000 mon.smithi136 (mon.0) 1062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:17:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:02 smithi145 bash[13673]: audit 2022-04-26T03:17:01.904137+0000 mon.smithi136 (mon.0) 1063 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:17:02.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:02.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:02.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:03.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:03 smithi145 bash[13673]: cluster 2022-04-26T03:17:02.139844+0000 mgr.smithi136.ofnrfx (mgr.14188) 930 : cluster [DBG] pgmap v849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:03 smithi145 bash[13673]: audit 2022-04-26T03:17:03.301661+0000 mon.smithi136 (mon.0) 1064 : audit [DBG] from='client.? 172.21.15.136:0/314682750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:03.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:03 smithi136 bash[11745]: cluster 2022-04-26T03:17:02.139844+0000 mgr.smithi136.ofnrfx (mgr.14188) 930 : cluster [DBG] pgmap v849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:03.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:03 smithi136 bash[11745]: audit 2022-04-26T03:17:03.301661+0000 mon.smithi136 (mon.0) 1064 : audit [DBG] from='client.? 172.21.15.136:0/314682750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:04.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:04 smithi145 bash[13673]: cluster 2022-04-26T03:17:04.140544+0000 mgr.smithi136.ofnrfx (mgr.14188) 931 : cluster [DBG] pgmap v850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:04.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:04 smithi136 bash[11745]: cluster 2022-04-26T03:17:04.140544+0000 mgr.smithi136.ofnrfx (mgr.14188) 931 : cluster [DBG] pgmap v850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:07.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:07 smithi136 bash[11745]: cluster 2022-04-26T03:17:06.141214+0000 mgr.smithi136.ofnrfx (mgr.14188) 932 : cluster [DBG] pgmap v851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:07 smithi145 bash[13673]: cluster 2022-04-26T03:17:06.141214+0000 mgr.smithi136.ofnrfx (mgr.14188) 932 : cluster [DBG] pgmap v851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:08.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:08.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:08.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:08.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:09.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:09 smithi136 bash[11745]: cluster 2022-04-26T03:17:08.141907+0000 mgr.smithi136.ofnrfx (mgr.14188) 933 : cluster [DBG] pgmap v852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:09.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:09 smithi136 bash[11745]: audit 2022-04-26T03:17:08.630468+0000 mon.smithi136 (mon.0) 1065 : audit [DBG] from='client.? 172.21.15.136:0/1734488523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:09 smithi145 bash[13673]: cluster 2022-04-26T03:17:08.141907+0000 mgr.smithi136.ofnrfx (mgr.14188) 933 : cluster [DBG] pgmap v852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:09 smithi145 bash[13673]: audit 2022-04-26T03:17:08.630468+0000 mon.smithi136 (mon.0) 1065 : audit [DBG] from='client.? 172.21.15.136:0/1734488523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:11.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:11 smithi136 bash[11745]: cluster 2022-04-26T03:17:10.142602+0000 mgr.smithi136.ofnrfx (mgr.14188) 934 : cluster [DBG] pgmap v853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:11 smithi145 bash[13673]: cluster 2022-04-26T03:17:10.142602+0000 mgr.smithi136.ofnrfx (mgr.14188) 934 : cluster [DBG] pgmap v853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:13.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:13 smithi136 bash[11745]: cluster 2022-04-26T03:17:12.143336+0000 mgr.smithi136.ofnrfx (mgr.14188) 935 : cluster [DBG] pgmap v854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:13.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:13.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:13.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:13 smithi145 bash[13673]: cluster 2022-04-26T03:17:12.143336+0000 mgr.smithi136.ofnrfx (mgr.14188) 935 : cluster [DBG] pgmap v854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:13.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:14.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:14 smithi136 bash[11745]: audit 2022-04-26T03:17:13.955859+0000 mon.smithi136 (mon.0) 1066 : audit [DBG] from='client.? 172.21.15.136:0/893258246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:14 smithi145 bash[13673]: audit 2022-04-26T03:17:13.955859+0000 mon.smithi136 (mon.0) 1066 : audit [DBG] from='client.? 172.21.15.136:0/893258246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:15.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:15 smithi136 bash[11745]: cluster 2022-04-26T03:17:14.143990+0000 mgr.smithi136.ofnrfx (mgr.14188) 936 : cluster [DBG] pgmap v855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:15.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:15 smithi145 bash[13673]: cluster 2022-04-26T03:17:14.143990+0000 mgr.smithi136.ofnrfx (mgr.14188) 936 : cluster [DBG] pgmap v855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:17.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:17 smithi136 bash[11745]: cluster 2022-04-26T03:17:16.144713+0000 mgr.smithi136.ofnrfx (mgr.14188) 937 : cluster [DBG] pgmap v856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:17.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:17 smithi145 bash[13673]: cluster 2022-04-26T03:17:16.144713+0000 mgr.smithi136.ofnrfx (mgr.14188) 937 : cluster [DBG] pgmap v856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:18.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:18.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:18.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:19.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:19.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:19 smithi136 bash[11745]: cluster 2022-04-26T03:17:18.145397+0000 mgr.smithi136.ofnrfx (mgr.14188) 938 : cluster [DBG] pgmap v857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:19.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:19 smithi145 bash[13673]: cluster 2022-04-26T03:17:18.145397+0000 mgr.smithi136.ofnrfx (mgr.14188) 938 : cluster [DBG] pgmap v857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:20 smithi136 bash[11745]: audit 2022-04-26T03:17:19.291065+0000 mon.smithi136 (mon.0) 1067 : audit [DBG] from='client.? 172.21.15.136:0/242881309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:20.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:20 smithi145 bash[13673]: audit 2022-04-26T03:17:19.291065+0000 mon.smithi136 (mon.0) 1067 : audit [DBG] from='client.? 172.21.15.136:0/242881309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:21 smithi136 bash[11745]: cluster 2022-04-26T03:17:20.145963+0000 mgr.smithi136.ofnrfx (mgr.14188) 939 : cluster [DBG] pgmap v858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:21 smithi145 bash[13673]: cluster 2022-04-26T03:17:20.145963+0000 mgr.smithi136.ofnrfx (mgr.14188) 939 : cluster [DBG] pgmap v858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:23.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:23 smithi136 bash[11745]: cluster 2022-04-26T03:17:22.146539+0000 mgr.smithi136.ofnrfx (mgr.14188) 940 : cluster [DBG] pgmap v859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:23 smithi145 bash[13673]: cluster 2022-04-26T03:17:22.146539+0000 mgr.smithi136.ofnrfx (mgr.14188) 940 : cluster [DBG] pgmap v859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:24.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:24.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:24.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:24.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:25 smithi136 bash[11745]: cluster 2022-04-26T03:17:24.147116+0000 mgr.smithi136.ofnrfx (mgr.14188) 941 : cluster [DBG] pgmap v860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:25 smithi136 bash[11745]: audit 2022-04-26T03:17:24.619208+0000 mon.smithi136 (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.136:0/3201304325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:25.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:25 smithi145 bash[13673]: cluster 2022-04-26T03:17:24.147116+0000 mgr.smithi136.ofnrfx (mgr.14188) 941 : cluster [DBG] pgmap v860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:25.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:25 smithi145 bash[13673]: audit 2022-04-26T03:17:24.619208+0000 mon.smithi136 (mon.0) 1068 : audit [DBG] from='client.? 172.21.15.136:0/3201304325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:27 smithi136 bash[11745]: cluster 2022-04-26T03:17:26.147830+0000 mgr.smithi136.ofnrfx (mgr.14188) 942 : cluster [DBG] pgmap v861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:27 smithi145 bash[13673]: cluster 2022-04-26T03:17:26.147830+0000 mgr.smithi136.ofnrfx (mgr.14188) 942 : cluster [DBG] pgmap v861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:29 smithi136 bash[11745]: cluster 2022-04-26T03:17:28.148469+0000 mgr.smithi136.ofnrfx (mgr.14188) 943 : cluster [DBG] pgmap v862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:29.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:29.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:29.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:29 smithi145 bash[13673]: cluster 2022-04-26T03:17:28.148469+0000 mgr.smithi136.ofnrfx (mgr.14188) 943 : cluster [DBG] pgmap v862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:29.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:30 smithi136 bash[11745]: audit 2022-04-26T03:17:29.942417+0000 mon.smithi136 (mon.0) 1069 : audit [DBG] from='client.? 172.21.15.136:0/4142525500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:30 smithi145 bash[13673]: audit 2022-04-26T03:17:29.942417+0000 mon.smithi136 (mon.0) 1069 : audit [DBG] from='client.? 172.21.15.136:0/4142525500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:31 smithi136 bash[11745]: cluster 2022-04-26T03:17:30.149047+0000 mgr.smithi136.ofnrfx (mgr.14188) 944 : cluster [DBG] pgmap v863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:31 smithi145 bash[13673]: cluster 2022-04-26T03:17:30.149047+0000 mgr.smithi136.ofnrfx (mgr.14188) 944 : cluster [DBG] pgmap v863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:32 smithi145 bash[13673]: audit 2022-04-26T03:17:32.155636+0000 mon.smithi136 (mon.0) 1070 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:17:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:32 smithi145 bash[13673]: audit 2022-04-26T03:17:32.158448+0000 mon.smithi136 (mon.0) 1071 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:17:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:32 smithi145 bash[13673]: audit 2022-04-26T03:17:32.160351+0000 mon.smithi136 (mon.0) 1072 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:17:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:32 smithi136 bash[11745]: audit 2022-04-26T03:17:32.155636+0000 mon.smithi136 (mon.0) 1070 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:17:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:32 smithi136 bash[11745]: audit 2022-04-26T03:17:32.158448+0000 mon.smithi136 (mon.0) 1071 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:17:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:32 smithi136 bash[11745]: audit 2022-04-26T03:17:32.160351+0000 mon.smithi136 (mon.0) 1072 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:17:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:33 smithi145 bash[13673]: cluster 2022-04-26T03:17:32.149654+0000 mgr.smithi136.ofnrfx (mgr.14188) 945 : cluster [DBG] pgmap v864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:33 smithi145 bash[13673]: audit 2022-04-26T03:17:32.470035+0000 mon.smithi136 (mon.0) 1073 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:17:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:33 smithi145 bash[13673]: audit 2022-04-26T03:17:32.478304+0000 mon.smithi136 (mon.0) 1074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:17:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:33 smithi136 bash[11745]: cluster 2022-04-26T03:17:32.149654+0000 mgr.smithi136.ofnrfx (mgr.14188) 945 : cluster [DBG] pgmap v864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:33 smithi136 bash[11745]: audit 2022-04-26T03:17:32.470035+0000 mon.smithi136 (mon.0) 1073 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:17:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:33 smithi136 bash[11745]: audit 2022-04-26T03:17:32.478304+0000 mon.smithi136 (mon.0) 1074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:17:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:34 smithi145 bash[13673]: cluster 2022-04-26T03:17:32.464810+0000 mgr.smithi136.ofnrfx (mgr.14188) 946 : cluster [DBG] pgmap v865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:34 smithi145 bash[13673]: cluster 2022-04-26T03:17:32.465205+0000 mgr.smithi136.ofnrfx (mgr.14188) 947 : cluster [DBG] pgmap v866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:34 smithi145 bash[13673]: cephadm 2022-04-26T03:17:32.479380+0000 mgr.smithi136.ofnrfx (mgr.14188) 948 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:17:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:34 smithi145 bash[13673]: cephadm 2022-04-26T03:17:32.479498+0000 mgr.smithi136.ofnrfx (mgr.14188) 949 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:17:34.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:34 smithi136 bash[11745]: cluster 2022-04-26T03:17:32.464810+0000 mgr.smithi136.ofnrfx (mgr.14188) 946 : cluster [DBG] pgmap v865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:34.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:34 smithi136 bash[11745]: cluster 2022-04-26T03:17:32.465205+0000 mgr.smithi136.ofnrfx (mgr.14188) 947 : cluster [DBG] pgmap v866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:34.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:34 smithi136 bash[11745]: cephadm 2022-04-26T03:17:32.479380+0000 mgr.smithi136.ofnrfx (mgr.14188) 948 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:17:34.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:34 smithi136 bash[11745]: cephadm 2022-04-26T03:17:32.479498+0000 mgr.smithi136.ofnrfx (mgr.14188) 949 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:17:34.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:34.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:34.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:35.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:35 smithi145 bash[13673]: audit 2022-04-26T03:17:35.271436+0000 mon.smithi136 (mon.0) 1075 : audit [DBG] from='client.? 172.21.15.136:0/3274282958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:35.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:35 smithi136 bash[11745]: audit 2022-04-26T03:17:35.271436+0000 mon.smithi136 (mon.0) 1075 : audit [DBG] from='client.? 172.21.15.136:0/3274282958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:36.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:36 smithi145 bash[13673]: cluster 2022-04-26T03:17:34.465745+0000 mgr.smithi136.ofnrfx (mgr.14188) 950 : cluster [DBG] pgmap v867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:36.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:36 smithi136 bash[11745]: cluster 2022-04-26T03:17:34.465745+0000 mgr.smithi136.ofnrfx (mgr.14188) 950 : cluster [DBG] pgmap v867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:38 smithi145 bash[13673]: cluster 2022-04-26T03:17:36.466396+0000 mgr.smithi136.ofnrfx (mgr.14188) 951 : cluster [DBG] pgmap v868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:38.698 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:38 smithi136 bash[11745]: cluster 2022-04-26T03:17:36.466396+0000 mgr.smithi136.ofnrfx (mgr.14188) 951 : cluster [DBG] pgmap v868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:40.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:40.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:40.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:40 smithi136 bash[11745]: cluster 2022-04-26T03:17:38.467015+0000 mgr.smithi136.ofnrfx (mgr.14188) 952 : cluster [DBG] pgmap v869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:40.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:40 smithi145 bash[13673]: cluster 2022-04-26T03:17:38.467015+0000 mgr.smithi136.ofnrfx (mgr.14188) 952 : cluster [DBG] pgmap v869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:41 smithi145 bash[13673]: audit 2022-04-26T03:17:40.594497+0000 mon.smithi136 (mon.0) 1076 : audit [DBG] from='client.? 172.21.15.136:0/1422641118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:41.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:41 smithi136 bash[11745]: audit 2022-04-26T03:17:40.594497+0000 mon.smithi136 (mon.0) 1076 : audit [DBG] from='client.? 172.21.15.136:0/1422641118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:42 smithi145 bash[13673]: cluster 2022-04-26T03:17:40.467641+0000 mgr.smithi136.ofnrfx (mgr.14188) 953 : cluster [DBG] pgmap v870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:42.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:42 smithi136 bash[11745]: cluster 2022-04-26T03:17:40.467641+0000 mgr.smithi136.ofnrfx (mgr.14188) 953 : cluster [DBG] pgmap v870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:44 smithi136 bash[11745]: cluster 2022-04-26T03:17:42.468289+0000 mgr.smithi136.ofnrfx (mgr.14188) 954 : cluster [DBG] pgmap v871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:44 smithi145 bash[13673]: cluster 2022-04-26T03:17:42.468289+0000 mgr.smithi136.ofnrfx (mgr.14188) 954 : cluster [DBG] pgmap v871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:45.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:45.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:45.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:45.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:46 smithi136 bash[11745]: cluster 2022-04-26T03:17:44.468905+0000 mgr.smithi136.ofnrfx (mgr.14188) 955 : cluster [DBG] pgmap v872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:46 smithi136 bash[11745]: audit 2022-04-26T03:17:45.923487+0000 mon.smithi136 (mon.0) 1077 : audit [DBG] from='client.? 172.21.15.136:0/2617303419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:46 smithi145 bash[13673]: cluster 2022-04-26T03:17:44.468905+0000 mgr.smithi136.ofnrfx (mgr.14188) 955 : cluster [DBG] pgmap v872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:46 smithi145 bash[13673]: audit 2022-04-26T03:17:45.923487+0000 mon.smithi136 (mon.0) 1077 : audit [DBG] from='client.? 172.21.15.136:0/2617303419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:48 smithi145 bash[13673]: cluster 2022-04-26T03:17:46.469542+0000 mgr.smithi136.ofnrfx (mgr.14188) 956 : cluster [DBG] pgmap v873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:48.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:48 smithi136 bash[11745]: cluster 2022-04-26T03:17:46.469542+0000 mgr.smithi136.ofnrfx (mgr.14188) 956 : cluster [DBG] pgmap v873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:50.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:50 smithi136 bash[11745]: cluster 2022-04-26T03:17:48.470198+0000 mgr.smithi136.ofnrfx (mgr.14188) 957 : cluster [DBG] pgmap v874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:50.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:50 smithi145 bash[13673]: cluster 2022-04-26T03:17:48.470198+0000 mgr.smithi136.ofnrfx (mgr.14188) 957 : cluster [DBG] pgmap v874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:50.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:50.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:50.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:51.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:51 smithi136 bash[11745]: audit 2022-04-26T03:17:51.254432+0000 mon.smithi136 (mon.0) 1078 : audit [DBG] from='client.? 172.21.15.136:0/3230129244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:51 smithi145 bash[13673]: audit 2022-04-26T03:17:51.254432+0000 mon.smithi136 (mon.0) 1078 : audit [DBG] from='client.? 172.21.15.136:0/3230129244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:52.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:52 smithi136 bash[11745]: cluster 2022-04-26T03:17:50.470838+0000 mgr.smithi136.ofnrfx (mgr.14188) 958 : cluster [DBG] pgmap v875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:52 smithi145 bash[13673]: cluster 2022-04-26T03:17:50.470838+0000 mgr.smithi136.ofnrfx (mgr.14188) 958 : cluster [DBG] pgmap v875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:54.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:54 smithi136 bash[11745]: cluster 2022-04-26T03:17:52.471483+0000 mgr.smithi136.ofnrfx (mgr.14188) 959 : cluster [DBG] pgmap v876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:54 smithi145 bash[13673]: cluster 2022-04-26T03:17:52.471483+0000 mgr.smithi136.ofnrfx (mgr.14188) 959 : cluster [DBG] pgmap v876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:56.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:17:56.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:17:56.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:17:56.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:56 smithi136 bash[11745]: cluster 2022-04-26T03:17:54.472124+0000 mgr.smithi136.ofnrfx (mgr.14188) 960 : cluster [DBG] pgmap v877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:56.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:17:56.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:56 smithi145 bash[13673]: cluster 2022-04-26T03:17:54.472124+0000 mgr.smithi136.ofnrfx (mgr.14188) 960 : cluster [DBG] pgmap v877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:57.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:57 smithi136 bash[11745]: audit 2022-04-26T03:17:56.575237+0000 mon.smithi136 (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.136:0/3968275516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:57 smithi145 bash[13673]: audit 2022-04-26T03:17:56.575237+0000 mon.smithi136 (mon.0) 1079 : audit [DBG] from='client.? 172.21.15.136:0/3968275516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:17:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:17:58 smithi145 bash[13673]: cluster 2022-04-26T03:17:56.472774+0000 mgr.smithi136.ofnrfx (mgr.14188) 961 : cluster [DBG] pgmap v878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:17:58.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:17:58 smithi136 bash[11745]: cluster 2022-04-26T03:17:56.472774+0000 mgr.smithi136.ofnrfx (mgr.14188) 961 : cluster [DBG] pgmap v878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:00 smithi136 bash[11745]: cluster 2022-04-26T03:17:58.473396+0000 mgr.smithi136.ofnrfx (mgr.14188) 962 : cluster [DBG] pgmap v879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:00.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:00 smithi145 bash[13673]: cluster 2022-04-26T03:17:58.473396+0000 mgr.smithi136.ofnrfx (mgr.14188) 962 : cluster [DBG] pgmap v879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:01.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:01.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:01.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:01.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:02 smithi136 bash[11745]: cluster 2022-04-26T03:18:00.474040+0000 mgr.smithi136.ofnrfx (mgr.14188) 963 : cluster [DBG] pgmap v880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:02 smithi136 bash[11745]: audit 2022-04-26T03:18:01.909560+0000 mon.smithi136 (mon.0) 1080 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:18:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:02 smithi136 bash[11745]: audit 2022-04-26T03:18:01.910865+0000 mon.smithi136 (mon.0) 1081 : audit [DBG] from='client.? 172.21.15.136:0/1503257909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:02 smithi136 bash[11745]: audit 2022-04-26T03:18:01.913031+0000 mon.smithi136 (mon.0) 1082 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:18:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:02 smithi145 bash[13673]: cluster 2022-04-26T03:18:00.474040+0000 mgr.smithi136.ofnrfx (mgr.14188) 963 : cluster [DBG] pgmap v880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:02 smithi145 bash[13673]: audit 2022-04-26T03:18:01.909560+0000 mon.smithi136 (mon.0) 1080 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:18:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:02 smithi145 bash[13673]: audit 2022-04-26T03:18:01.910865+0000 mon.smithi136 (mon.0) 1081 : audit [DBG] from='client.? 172.21.15.136:0/1503257909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:02 smithi145 bash[13673]: audit 2022-04-26T03:18:01.913031+0000 mon.smithi136 (mon.0) 1082 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:18:04.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:04 smithi136 bash[11745]: cluster 2022-04-26T03:18:02.474697+0000 mgr.smithi136.ofnrfx (mgr.14188) 964 : cluster [DBG] pgmap v881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:04.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:04 smithi145 bash[13673]: cluster 2022-04-26T03:18:02.474697+0000 mgr.smithi136.ofnrfx (mgr.14188) 964 : cluster [DBG] pgmap v881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:06.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:06 smithi136 bash[11745]: cluster 2022-04-26T03:18:04.475303+0000 mgr.smithi136.ofnrfx (mgr.14188) 965 : cluster [DBG] pgmap v882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:06.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:06 smithi145 bash[13673]: cluster 2022-04-26T03:18:04.475303+0000 mgr.smithi136.ofnrfx (mgr.14188) 965 : cluster [DBG] pgmap v882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:06.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:06.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:06.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:07.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:07 smithi145 bash[13673]: audit 2022-04-26T03:18:07.236607+0000 mon.smithi136 (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.136:0/1928491116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:07.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:07 smithi136 bash[11745]: audit 2022-04-26T03:18:07.236607+0000 mon.smithi136 (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.136:0/1928491116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:08 smithi145 bash[13673]: cluster 2022-04-26T03:18:06.476091+0000 mgr.smithi136.ofnrfx (mgr.14188) 966 : cluster [DBG] pgmap v883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:08.698 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:08 smithi136 bash[11745]: cluster 2022-04-26T03:18:06.476091+0000 mgr.smithi136.ofnrfx (mgr.14188) 966 : cluster [DBG] pgmap v883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:10 smithi136 bash[11745]: cluster 2022-04-26T03:18:08.476768+0000 mgr.smithi136.ofnrfx (mgr.14188) 967 : cluster [DBG] pgmap v884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:10 smithi145 bash[13673]: cluster 2022-04-26T03:18:08.476768+0000 mgr.smithi136.ofnrfx (mgr.14188) 967 : cluster [DBG] pgmap v884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:12.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:12.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:12.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:12.576 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:12 smithi145 bash[13673]: cluster 2022-04-26T03:18:10.477363+0000 mgr.smithi136.ofnrfx (mgr.14188) 968 : cluster [DBG] pgmap v885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:12.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:12 smithi136 bash[11745]: cluster 2022-04-26T03:18:10.477363+0000 mgr.smithi136.ofnrfx (mgr.14188) 968 : cluster [DBG] pgmap v885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:13 smithi145 bash[13673]: audit 2022-04-26T03:18:12.562517+0000 mon.smithi136 (mon.0) 1084 : audit [DBG] from='client.? 172.21.15.136:0/433620872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:13.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:13 smithi136 bash[11745]: audit 2022-04-26T03:18:12.562517+0000 mon.smithi136 (mon.0) 1084 : audit [DBG] from='client.? 172.21.15.136:0/433620872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:14 smithi145 bash[13673]: cluster 2022-04-26T03:18:12.477866+0000 mgr.smithi136.ofnrfx (mgr.14188) 969 : cluster [DBG] pgmap v886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:14.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:14 smithi136 bash[11745]: cluster 2022-04-26T03:18:12.477866+0000 mgr.smithi136.ofnrfx (mgr.14188) 969 : cluster [DBG] pgmap v886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:16.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:16 smithi145 bash[13673]: cluster 2022-04-26T03:18:14.478439+0000 mgr.smithi136.ofnrfx (mgr.14188) 970 : cluster [DBG] pgmap v887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:16.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:16 smithi136 bash[11745]: cluster 2022-04-26T03:18:14.478439+0000 mgr.smithi136.ofnrfx (mgr.14188) 970 : cluster [DBG] pgmap v887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:17.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:17.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:17.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:17.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:18 smithi145 bash[13673]: cluster 2022-04-26T03:18:16.479022+0000 mgr.smithi136.ofnrfx (mgr.14188) 971 : cluster [DBG] pgmap v888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:18 smithi145 bash[13673]: audit 2022-04-26T03:18:17.892073+0000 mon.smithi136 (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.136:0/107784614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:18.698 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:18 smithi136 bash[11745]: cluster 2022-04-26T03:18:16.479022+0000 mgr.smithi136.ofnrfx (mgr.14188) 971 : cluster [DBG] pgmap v888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:18.698 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:18 smithi136 bash[11745]: audit 2022-04-26T03:18:17.892073+0000 mon.smithi136 (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.136:0/107784614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:20 smithi136 bash[11745]: cluster 2022-04-26T03:18:18.479677+0000 mgr.smithi136.ofnrfx (mgr.14188) 972 : cluster [DBG] pgmap v889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:20.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:20 smithi145 bash[13673]: cluster 2022-04-26T03:18:18.479677+0000 mgr.smithi136.ofnrfx (mgr.14188) 972 : cluster [DBG] pgmap v889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:21 smithi145 bash[13673]: cluster 2022-04-26T03:18:20.480316+0000 mgr.smithi136.ofnrfx (mgr.14188) 973 : cluster [DBG] pgmap v890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:21.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:21 smithi136 bash[11745]: cluster 2022-04-26T03:18:20.480316+0000 mgr.smithi136.ofnrfx (mgr.14188) 973 : cluster [DBG] pgmap v890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:22.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:22.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:22.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:23.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:23.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:23 smithi136 bash[11745]: cluster 2022-04-26T03:18:22.480951+0000 mgr.smithi136.ofnrfx (mgr.14188) 974 : cluster [DBG] pgmap v891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:23.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:23 smithi136 bash[11745]: audit 2022-04-26T03:18:23.217158+0000 mon.smithi136 (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.136:0/1979076030' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:23 smithi145 bash[13673]: cluster 2022-04-26T03:18:22.480951+0000 mgr.smithi136.ofnrfx (mgr.14188) 974 : cluster [DBG] pgmap v891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:23 smithi145 bash[13673]: audit 2022-04-26T03:18:23.217158+0000 mon.smithi136 (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.136:0/1979076030' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:25.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:25 smithi136 bash[11745]: cluster 2022-04-26T03:18:24.481475+0000 mgr.smithi136.ofnrfx (mgr.14188) 975 : cluster [DBG] pgmap v892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:25.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:25 smithi145 bash[13673]: cluster 2022-04-26T03:18:24.481475+0000 mgr.smithi136.ofnrfx (mgr.14188) 975 : cluster [DBG] pgmap v892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:27.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:27 smithi136 bash[11745]: cluster 2022-04-26T03:18:26.482127+0000 mgr.smithi136.ofnrfx (mgr.14188) 976 : cluster [DBG] pgmap v893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:27.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:27 smithi145 bash[13673]: cluster 2022-04-26T03:18:26.482127+0000 mgr.smithi136.ofnrfx (mgr.14188) 976 : cluster [DBG] pgmap v893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:28.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:28.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:28.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:28.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:29 smithi136 bash[11745]: audit 2022-04-26T03:18:28.544437+0000 mon.smithi136 (mon.0) 1087 : audit [DBG] from='client.? 172.21.15.136:0/1817459106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:29 smithi145 bash[13673]: audit 2022-04-26T03:18:28.544437+0000 mon.smithi136 (mon.0) 1087 : audit [DBG] from='client.? 172.21.15.136:0/1817459106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:30 smithi136 bash[11745]: cluster 2022-04-26T03:18:28.482742+0000 mgr.smithi136.ofnrfx (mgr.14188) 977 : cluster [DBG] pgmap v894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:30 smithi145 bash[13673]: cluster 2022-04-26T03:18:28.482742+0000 mgr.smithi136.ofnrfx (mgr.14188) 977 : cluster [DBG] pgmap v894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:32 smithi136 bash[11745]: cluster 2022-04-26T03:18:30.483330+0000 mgr.smithi136.ofnrfx (mgr.14188) 978 : cluster [DBG] pgmap v895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:32 smithi145 bash[13673]: cluster 2022-04-26T03:18:30.483330+0000 mgr.smithi136.ofnrfx (mgr.14188) 978 : cluster [DBG] pgmap v895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:33.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:33 smithi136 bash[11745]: audit 2022-04-26T03:18:32.490844+0000 mon.smithi136 (mon.0) 1088 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:18:33.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:33 smithi136 bash[11745]: audit 2022-04-26T03:18:32.493523+0000 mon.smithi136 (mon.0) 1089 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:18:33.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:33 smithi136 bash[11745]: audit 2022-04-26T03:18:32.495388+0000 mon.smithi136 (mon.0) 1090 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:18:33.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:33.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:33.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:33 smithi145 bash[13673]: audit 2022-04-26T03:18:32.490844+0000 mon.smithi136 (mon.0) 1088 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:18:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:33 smithi145 bash[13673]: audit 2022-04-26T03:18:32.493523+0000 mon.smithi136 (mon.0) 1089 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:18:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:33 smithi145 bash[13673]: audit 2022-04-26T03:18:32.495388+0000 mon.smithi136 (mon.0) 1090 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:18:33.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:34.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:34 smithi136 bash[11745]: cluster 2022-04-26T03:18:32.483978+0000 mgr.smithi136.ofnrfx (mgr.14188) 979 : cluster [DBG] pgmap v896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:34.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:34 smithi136 bash[11745]: audit 2022-04-26T03:18:33.873176+0000 mon.smithi136 (mon.0) 1091 : audit [DBG] from='client.? 172.21.15.136:0/3273905751' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:34 smithi145 bash[13673]: cluster 2022-04-26T03:18:32.483978+0000 mgr.smithi136.ofnrfx (mgr.14188) 979 : cluster [DBG] pgmap v896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:34 smithi145 bash[13673]: audit 2022-04-26T03:18:33.873176+0000 mon.smithi136 (mon.0) 1091 : audit [DBG] from='client.? 172.21.15.136:0/3273905751' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:36.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:36 smithi136 bash[11745]: cluster 2022-04-26T03:18:34.484718+0000 mgr.smithi136.ofnrfx (mgr.14188) 980 : cluster [DBG] pgmap v897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:36.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:36 smithi145 bash[13673]: cluster 2022-04-26T03:18:34.484718+0000 mgr.smithi136.ofnrfx (mgr.14188) 980 : cluster [DBG] pgmap v897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:37 smithi136 bash[11745]: audit 2022-04-26T03:18:36.294467+0000 mon.smithi136 (mon.0) 1092 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:18:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:37 smithi136 bash[11745]: audit 2022-04-26T03:18:37.023874+0000 mon.smithi136 (mon.0) 1093 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:18:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:37 smithi145 bash[13673]: audit 2022-04-26T03:18:36.294467+0000 mon.smithi136 (mon.0) 1092 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:18:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:37 smithi145 bash[13673]: audit 2022-04-26T03:18:37.023874+0000 mon.smithi136 (mon.0) 1093 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:18:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:38 smithi145 bash[13673]: cluster 2022-04-26T03:18:36.485374+0000 mgr.smithi136.ofnrfx (mgr.14188) 981 : cluster [DBG] pgmap v898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:38 smithi145 bash[13673]: cluster 2022-04-26T03:18:37.316394+0000 mgr.smithi136.ofnrfx (mgr.14188) 982 : cluster [DBG] pgmap v899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:38 smithi145 bash[13673]: cluster 2022-04-26T03:18:37.316731+0000 mgr.smithi136.ofnrfx (mgr.14188) 983 : cluster [DBG] pgmap v900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:38 smithi145 bash[13673]: audit 2022-04-26T03:18:37.322525+0000 mon.smithi136 (mon.0) 1094 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:18:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:38 smithi145 bash[13673]: audit 2022-04-26T03:18:37.327674+0000 mon.smithi136 (mon.0) 1095 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:18:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:38 smithi145 bash[13673]: cephadm 2022-04-26T03:18:37.328624+0000 mgr.smithi136.ofnrfx (mgr.14188) 984 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:18:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:38 smithi145 bash[13673]: cephadm 2022-04-26T03:18:37.328778+0000 mgr.smithi136.ofnrfx (mgr.14188) 985 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:18:38.697 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:38 smithi136 bash[11745]: cluster 2022-04-26T03:18:36.485374+0000 mgr.smithi136.ofnrfx (mgr.14188) 981 : cluster [DBG] pgmap v898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:38.697 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:38 smithi136 bash[11745]: cluster 2022-04-26T03:18:37.316394+0000 mgr.smithi136.ofnrfx (mgr.14188) 982 : cluster [DBG] pgmap v899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:38.697 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:38 smithi136 bash[11745]: cluster 2022-04-26T03:18:37.316731+0000 mgr.smithi136.ofnrfx (mgr.14188) 983 : cluster [DBG] pgmap v900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:38.697 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:38 smithi136 bash[11745]: audit 2022-04-26T03:18:37.322525+0000 mon.smithi136 (mon.0) 1094 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:18:38.698 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:38 smithi136 bash[11745]: audit 2022-04-26T03:18:37.327674+0000 mon.smithi136 (mon.0) 1095 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:18:38.698 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:38 smithi136 bash[11745]: cephadm 2022-04-26T03:18:37.328624+0000 mgr.smithi136.ofnrfx (mgr.14188) 984 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:18:38.698 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:38 smithi136 bash[11745]: cephadm 2022-04-26T03:18:37.328778+0000 mgr.smithi136.ofnrfx (mgr.14188) 985 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:18:38.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:38.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:38.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:39.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:39 smithi145 bash[13673]: audit 2022-04-26T03:18:39.202846+0000 mon.smithi136 (mon.0) 1096 : audit [DBG] from='client.? 172.21.15.136:0/1571087958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:39 smithi136 bash[11745]: audit 2022-04-26T03:18:39.202846+0000 mon.smithi136 (mon.0) 1096 : audit [DBG] from='client.? 172.21.15.136:0/1571087958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:40 smithi136 bash[11745]: cluster 2022-04-26T03:18:39.317400+0000 mgr.smithi136.ofnrfx (mgr.14188) 986 : cluster [DBG] pgmap v901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:40 smithi145 bash[13673]: cluster 2022-04-26T03:18:39.317400+0000 mgr.smithi136.ofnrfx (mgr.14188) 986 : cluster [DBG] pgmap v901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:42 smithi145 bash[13673]: cluster 2022-04-26T03:18:41.318075+0000 mgr.smithi136.ofnrfx (mgr.14188) 987 : cluster [DBG] pgmap v902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:42.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:42 smithi136 bash[11745]: cluster 2022-04-26T03:18:41.318075+0000 mgr.smithi136.ofnrfx (mgr.14188) 987 : cluster [DBG] pgmap v902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:44.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:44.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:44.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:44.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:44.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:44 smithi136 bash[11745]: cluster 2022-04-26T03:18:43.318704+0000 mgr.smithi136.ofnrfx (mgr.14188) 988 : cluster [DBG] pgmap v903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:44 smithi145 bash[13673]: cluster 2022-04-26T03:18:43.318704+0000 mgr.smithi136.ofnrfx (mgr.14188) 988 : cluster [DBG] pgmap v903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:45 smithi136 bash[11745]: audit 2022-04-26T03:18:44.530823+0000 mon.smithi136 (mon.0) 1097 : audit [DBG] from='client.? 172.21.15.136:0/2982682698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:45.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:45 smithi145 bash[13673]: audit 2022-04-26T03:18:44.530823+0000 mon.smithi136 (mon.0) 1097 : audit [DBG] from='client.? 172.21.15.136:0/2982682698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:46 smithi136 bash[11745]: cluster 2022-04-26T03:18:45.319206+0000 mgr.smithi136.ofnrfx (mgr.14188) 989 : cluster [DBG] pgmap v904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:46 smithi145 bash[13673]: cluster 2022-04-26T03:18:45.319206+0000 mgr.smithi136.ofnrfx (mgr.14188) 989 : cluster [DBG] pgmap v904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:47.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:47 smithi136 bash[11745]: cluster 2022-04-26T03:18:47.319846+0000 mgr.smithi136.ofnrfx (mgr.14188) 990 : cluster [DBG] pgmap v905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:47 smithi145 bash[13673]: cluster 2022-04-26T03:18:47.319846+0000 mgr.smithi136.ofnrfx (mgr.14188) 990 : cluster [DBG] pgmap v905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:49.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:49.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:49.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:49.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:49 smithi136 bash[11745]: cluster 2022-04-26T03:18:49.320475+0000 mgr.smithi136.ofnrfx (mgr.14188) 991 : cluster [DBG] pgmap v906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:49.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:49 smithi145 bash[13673]: cluster 2022-04-26T03:18:49.320475+0000 mgr.smithi136.ofnrfx (mgr.14188) 991 : cluster [DBG] pgmap v906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:50.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:50 smithi136 bash[11745]: audit 2022-04-26T03:18:49.856133+0000 mon.smithi136 (mon.0) 1098 : audit [DBG] from='client.? 172.21.15.136:0/449982478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:50 smithi145 bash[13673]: audit 2022-04-26T03:18:49.856133+0000 mon.smithi136 (mon.0) 1098 : audit [DBG] from='client.? 172.21.15.136:0/449982478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:51.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:51 smithi136 bash[11745]: cluster 2022-04-26T03:18:51.321111+0000 mgr.smithi136.ofnrfx (mgr.14188) 992 : cluster [DBG] pgmap v907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:51 smithi145 bash[13673]: cluster 2022-04-26T03:18:51.321111+0000 mgr.smithi136.ofnrfx (mgr.14188) 992 : cluster [DBG] pgmap v907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:54.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:54 smithi136 bash[11745]: cluster 2022-04-26T03:18:53.321743+0000 mgr.smithi136.ofnrfx (mgr.14188) 993 : cluster [DBG] pgmap v908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:54 smithi145 bash[13673]: cluster 2022-04-26T03:18:53.321743+0000 mgr.smithi136.ofnrfx (mgr.14188) 993 : cluster [DBG] pgmap v908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:54.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:18:54.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:18:54.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:18:55.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:18:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:55 smithi136 bash[11745]: audit 2022-04-26T03:18:55.180078+0000 mon.smithi136 (mon.0) 1099 : audit [DBG] from='client.? 172.21.15.136:0/3981616642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:55 smithi145 bash[13673]: audit 2022-04-26T03:18:55.180078+0000 mon.smithi136 (mon.0) 1099 : audit [DBG] from='client.? 172.21.15.136:0/3981616642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:18:56.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:56 smithi136 bash[11745]: cluster 2022-04-26T03:18:55.322340+0000 mgr.smithi136.ofnrfx (mgr.14188) 994 : cluster [DBG] pgmap v909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:56.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:56 smithi145 bash[13673]: cluster 2022-04-26T03:18:55.322340+0000 mgr.smithi136.ofnrfx (mgr.14188) 994 : cluster [DBG] pgmap v909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:57.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:57 smithi136 bash[11745]: cluster 2022-04-26T03:18:57.323023+0000 mgr.smithi136.ofnrfx (mgr.14188) 995 : cluster [DBG] pgmap v910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:57 smithi145 bash[13673]: cluster 2022-04-26T03:18:57.323023+0000 mgr.smithi136.ofnrfx (mgr.14188) 995 : cluster [DBG] pgmap v910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:59.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:18:59 smithi136 bash[11745]: cluster 2022-04-26T03:18:59.323675+0000 mgr.smithi136.ofnrfx (mgr.14188) 996 : cluster [DBG] pgmap v911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:18:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:18:59 smithi145 bash[13673]: cluster 2022-04-26T03:18:59.323675+0000 mgr.smithi136.ofnrfx (mgr.14188) 996 : cluster [DBG] pgmap v911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:00.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:00.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:00.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:00.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:00 smithi145 bash[13673]: audit 2022-04-26T03:19:00.516101+0000 mon.smithi136 (mon.0) 1100 : audit [DBG] from='client.? 172.21.15.136:0/4041389840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:01.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:00 smithi136 bash[11745]: audit 2022-04-26T03:19:00.516101+0000 mon.smithi136 (mon.0) 1100 : audit [DBG] from='client.? 172.21.15.136:0/4041389840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:01 smithi145 bash[13673]: cluster 2022-04-26T03:19:01.324319+0000 mgr.smithi136.ofnrfx (mgr.14188) 997 : cluster [DBG] pgmap v912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:01 smithi136 bash[11745]: cluster 2022-04-26T03:19:01.324319+0000 mgr.smithi136.ofnrfx (mgr.14188) 997 : cluster [DBG] pgmap v912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:02 smithi145 bash[13673]: audit 2022-04-26T03:19:01.918776+0000 mon.smithi136 (mon.0) 1101 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:19:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:02 smithi145 bash[13673]: audit 2022-04-26T03:19:01.919331+0000 mon.smithi136 (mon.0) 1102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:19:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:02 smithi136 bash[11745]: audit 2022-04-26T03:19:01.918776+0000 mon.smithi136 (mon.0) 1101 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:19:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:02 smithi136 bash[11745]: audit 2022-04-26T03:19:01.919331+0000 mon.smithi136 (mon.0) 1102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:19:04.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:04 smithi136 bash[11745]: cluster 2022-04-26T03:19:03.324982+0000 mgr.smithi136.ofnrfx (mgr.14188) 998 : cluster [DBG] pgmap v913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:04.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:04 smithi145 bash[13673]: cluster 2022-04-26T03:19:03.324982+0000 mgr.smithi136.ofnrfx (mgr.14188) 998 : cluster [DBG] pgmap v913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:05.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:05.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:05.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:05.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:05 smithi136 bash[11745]: cluster 2022-04-26T03:19:05.325596+0000 mgr.smithi136.ofnrfx (mgr.14188) 999 : cluster [DBG] pgmap v914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:05.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:05.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:05 smithi145 bash[13673]: cluster 2022-04-26T03:19:05.325596+0000 mgr.smithi136.ofnrfx (mgr.14188) 999 : cluster [DBG] pgmap v914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:06.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:06 smithi136 bash[11745]: audit 2022-04-26T03:19:05.848326+0000 mon.smithi136 (mon.0) 1103 : audit [DBG] from='client.? 172.21.15.136:0/2303423218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:06 smithi145 bash[13673]: audit 2022-04-26T03:19:05.848326+0000 mon.smithi136 (mon.0) 1103 : audit [DBG] from='client.? 172.21.15.136:0/2303423218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:07.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:07 smithi136 bash[11745]: cluster 2022-04-26T03:19:07.326295+0000 mgr.smithi136.ofnrfx (mgr.14188) 1000 : cluster [DBG] pgmap v915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:07 smithi145 bash[13673]: cluster 2022-04-26T03:19:07.326295+0000 mgr.smithi136.ofnrfx (mgr.14188) 1000 : cluster [DBG] pgmap v915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:09.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:09 smithi136 bash[11745]: cluster 2022-04-26T03:19:09.326913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1001 : cluster [DBG] pgmap v916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:09 smithi145 bash[13673]: cluster 2022-04-26T03:19:09.326913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1001 : cluster [DBG] pgmap v916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:10.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:10.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:10.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:11.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:11.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:11 smithi136 bash[11745]: audit 2022-04-26T03:19:11.175034+0000 mon.smithi136 (mon.0) 1104 : audit [DBG] from='client.? 172.21.15.136:0/3996684657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:11 smithi145 bash[13673]: audit 2022-04-26T03:19:11.175034+0000 mon.smithi136 (mon.0) 1104 : audit [DBG] from='client.? 172.21.15.136:0/3996684657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:12.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:12 smithi136 bash[11745]: cluster 2022-04-26T03:19:11.327608+0000 mgr.smithi136.ofnrfx (mgr.14188) 1002 : cluster [DBG] pgmap v917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:12 smithi145 bash[13673]: cluster 2022-04-26T03:19:11.327608+0000 mgr.smithi136.ofnrfx (mgr.14188) 1002 : cluster [DBG] pgmap v917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:14.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:14 smithi136 bash[11745]: cluster 2022-04-26T03:19:13.328363+0000 mgr.smithi136.ofnrfx (mgr.14188) 1003 : cluster [DBG] pgmap v918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:14 smithi145 bash[13673]: cluster 2022-04-26T03:19:13.328363+0000 mgr.smithi136.ofnrfx (mgr.14188) 1003 : cluster [DBG] pgmap v918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:15.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:15 smithi136 bash[11745]: cluster 2022-04-26T03:19:15.328909+0000 mgr.smithi136.ofnrfx (mgr.14188) 1004 : cluster [DBG] pgmap v919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:15.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:15 smithi145 bash[13673]: cluster 2022-04-26T03:19:15.328909+0000 mgr.smithi136.ofnrfx (mgr.14188) 1004 : cluster [DBG] pgmap v919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:16.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:16.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:16.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:16.519 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:16.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:16 smithi136 bash[11745]: audit 2022-04-26T03:19:16.504709+0000 mon.smithi136 (mon.0) 1105 : audit [DBG] from='client.? 172.21.15.136:0/399340276' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:16 smithi145 bash[13673]: audit 2022-04-26T03:19:16.504709+0000 mon.smithi136 (mon.0) 1105 : audit [DBG] from='client.? 172.21.15.136:0/399340276' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:17 smithi145 bash[13673]: cluster 2022-04-26T03:19:17.329562+0000 mgr.smithi136.ofnrfx (mgr.14188) 1005 : cluster [DBG] pgmap v920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:18.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:17 smithi136 bash[11745]: cluster 2022-04-26T03:19:17.329562+0000 mgr.smithi136.ofnrfx (mgr.14188) 1005 : cluster [DBG] pgmap v920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:19.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:19 smithi136 bash[11745]: cluster 2022-04-26T03:19:19.330173+0000 mgr.smithi136.ofnrfx (mgr.14188) 1006 : cluster [DBG] pgmap v921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:19 smithi145 bash[13673]: cluster 2022-04-26T03:19:19.330173+0000 mgr.smithi136.ofnrfx (mgr.14188) 1006 : cluster [DBG] pgmap v921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:21.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:21.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:21.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:21.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:21 smithi136 bash[11745]: cluster 2022-04-26T03:19:21.330827+0000 mgr.smithi136.ofnrfx (mgr.14188) 1007 : cluster [DBG] pgmap v922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:21.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:21 smithi145 bash[13673]: cluster 2022-04-26T03:19:21.330827+0000 mgr.smithi136.ofnrfx (mgr.14188) 1007 : cluster [DBG] pgmap v922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:22.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:22 smithi136 bash[11745]: audit 2022-04-26T03:19:21.832093+0000 mon.smithi136 (mon.0) 1106 : audit [DBG] from='client.? 172.21.15.136:0/2185364876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:22 smithi145 bash[13673]: audit 2022-04-26T03:19:21.832093+0000 mon.smithi136 (mon.0) 1106 : audit [DBG] from='client.? 172.21.15.136:0/2185364876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:24 smithi136 bash[11745]: cluster 2022-04-26T03:19:23.331638+0000 mgr.smithi136.ofnrfx (mgr.14188) 1008 : cluster [DBG] pgmap v923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:24 smithi145 bash[13673]: cluster 2022-04-26T03:19:23.331638+0000 mgr.smithi136.ofnrfx (mgr.14188) 1008 : cluster [DBG] pgmap v923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:25.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:25 smithi136 bash[11745]: cluster 2022-04-26T03:19:25.332417+0000 mgr.smithi136.ofnrfx (mgr.14188) 1009 : cluster [DBG] pgmap v924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:25.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:25 smithi145 bash[13673]: cluster 2022-04-26T03:19:25.332417+0000 mgr.smithi136.ofnrfx (mgr.14188) 1009 : cluster [DBG] pgmap v924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:26.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:26.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:26.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:27.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:27 smithi136 bash[11745]: audit 2022-04-26T03:19:27.158347+0000 mon.smithi136 (mon.0) 1107 : audit [DBG] from='client.? 172.21.15.136:0/2440650428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:27 smithi145 bash[13673]: audit 2022-04-26T03:19:27.158347+0000 mon.smithi136 (mon.0) 1107 : audit [DBG] from='client.? 172.21.15.136:0/2440650428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:28 smithi145 bash[13673]: cluster 2022-04-26T03:19:27.333136+0000 mgr.smithi136.ofnrfx (mgr.14188) 1010 : cluster [DBG] pgmap v925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:28 smithi136 bash[11745]: cluster 2022-04-26T03:19:27.333136+0000 mgr.smithi136.ofnrfx (mgr.14188) 1010 : cluster [DBG] pgmap v925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:29 smithi136 bash[11745]: cluster 2022-04-26T03:19:29.333780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1011 : cluster [DBG] pgmap v926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:29 smithi145 bash[13673]: cluster 2022-04-26T03:19:29.333780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1011 : cluster [DBG] pgmap v926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:31.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:31 smithi136 bash[11745]: cluster 2022-04-26T03:19:31.334522+0000 mgr.smithi136.ofnrfx (mgr.14188) 1012 : cluster [DBG] pgmap v927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:31 smithi145 bash[13673]: cluster 2022-04-26T03:19:31.334522+0000 mgr.smithi136.ofnrfx (mgr.14188) 1012 : cluster [DBG] pgmap v927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:32.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:32.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:32.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:32.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:32 smithi136 bash[11745]: audit 2022-04-26T03:19:32.487496+0000 mon.smithi136 (mon.0) 1108 : audit [DBG] from='client.? 172.21.15.136:0/3468993654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:32 smithi145 bash[13673]: audit 2022-04-26T03:19:32.487496+0000 mon.smithi136 (mon.0) 1108 : audit [DBG] from='client.? 172.21.15.136:0/3468993654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:34.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:34 smithi136 bash[11745]: cluster 2022-04-26T03:19:33.335206+0000 mgr.smithi136.ofnrfx (mgr.14188) 1013 : cluster [DBG] pgmap v928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:34 smithi145 bash[13673]: cluster 2022-04-26T03:19:33.335206+0000 mgr.smithi136.ofnrfx (mgr.14188) 1013 : cluster [DBG] pgmap v928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:35.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:35 smithi136 bash[11745]: cluster 2022-04-26T03:19:35.335846+0000 mgr.smithi136.ofnrfx (mgr.14188) 1014 : cluster [DBG] pgmap v929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:35.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:35 smithi145 bash[13673]: cluster 2022-04-26T03:19:35.335846+0000 mgr.smithi136.ofnrfx (mgr.14188) 1014 : cluster [DBG] pgmap v929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:37.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:37.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:37.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:37 smithi145 bash[13673]: cluster 2022-04-26T03:19:37.336503+0000 mgr.smithi136.ofnrfx (mgr.14188) 1015 : cluster [DBG] pgmap v930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:37 smithi145 bash[13673]: audit 2022-04-26T03:19:37.340645+0000 mon.smithi136 (mon.0) 1109 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:19:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:37 smithi145 bash[13673]: audit 2022-04-26T03:19:37.343532+0000 mon.smithi136 (mon.0) 1110 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:19:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:37 smithi145 bash[13673]: audit 2022-04-26T03:19:37.345458+0000 mon.smithi136 (mon.0) 1111 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:19:37.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:37 smithi136 bash[11745]: cluster 2022-04-26T03:19:37.336503+0000 mgr.smithi136.ofnrfx (mgr.14188) 1015 : cluster [DBG] pgmap v930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:37.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:37 smithi136 bash[11745]: audit 2022-04-26T03:19:37.340645+0000 mon.smithi136 (mon.0) 1109 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:19:37.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:37 smithi136 bash[11745]: audit 2022-04-26T03:19:37.343532+0000 mon.smithi136 (mon.0) 1110 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:19:37.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:37 smithi136 bash[11745]: audit 2022-04-26T03:19:37.345458+0000 mon.smithi136 (mon.0) 1111 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:19:37.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: audit 2022-04-26T03:19:37.643380+0000 mon.smithi136 (mon.0) 1112 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: audit 2022-04-26T03:19:37.810075+0000 mon.smithi136 (mon.0) 1113 : audit [DBG] from='client.? 172.21.15.136:0/3172295336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: cluster 2022-04-26T03:19:37.940788+0000 mgr.smithi136.ofnrfx (mgr.14188) 1016 : cluster [DBG] pgmap v931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: cluster 2022-04-26T03:19:37.941319+0000 mgr.smithi136.ofnrfx (mgr.14188) 1017 : cluster [DBG] pgmap v932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: audit 2022-04-26T03:19:37.947015+0000 mon.smithi136 (mon.0) 1114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: audit 2022-04-26T03:19:37.956415+0000 mon.smithi136 (mon.0) 1115 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: cephadm 2022-04-26T03:19:37.957582+0000 mgr.smithi136.ofnrfx (mgr.14188) 1018 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:38 smithi145 bash[13673]: cephadm 2022-04-26T03:19:37.957770+0000 mgr.smithi136.ofnrfx (mgr.14188) 1019 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:19:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: audit 2022-04-26T03:19:37.643380+0000 mon.smithi136 (mon.0) 1112 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:19:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: audit 2022-04-26T03:19:37.810075+0000 mon.smithi136 (mon.0) 1113 : audit [DBG] from='client.? 172.21.15.136:0/3172295336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: cluster 2022-04-26T03:19:37.940788+0000 mgr.smithi136.ofnrfx (mgr.14188) 1016 : cluster [DBG] pgmap v931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: cluster 2022-04-26T03:19:37.941319+0000 mgr.smithi136.ofnrfx (mgr.14188) 1017 : cluster [DBG] pgmap v932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: audit 2022-04-26T03:19:37.947015+0000 mon.smithi136 (mon.0) 1114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:19:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: audit 2022-04-26T03:19:37.956415+0000 mon.smithi136 (mon.0) 1115 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:19:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: cephadm 2022-04-26T03:19:37.957582+0000 mgr.smithi136.ofnrfx (mgr.14188) 1018 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:19:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:38 smithi136 bash[11745]: cephadm 2022-04-26T03:19:37.957770+0000 mgr.smithi136.ofnrfx (mgr.14188) 1019 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:19:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:40 smithi136 bash[11745]: cluster 2022-04-26T03:19:39.941871+0000 mgr.smithi136.ofnrfx (mgr.14188) 1020 : cluster [DBG] pgmap v933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:42.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:41 smithi145 bash[13673]: cluster 2022-04-26T03:19:39.941871+0000 mgr.smithi136.ofnrfx (mgr.14188) 1020 : cluster [DBG] pgmap v933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:42.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:42.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:42.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:43.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:43.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:43 smithi136 bash[11745]: cluster 2022-04-26T03:19:41.942551+0000 mgr.smithi136.ofnrfx (mgr.14188) 1021 : cluster [DBG] pgmap v934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:43 smithi145 bash[13673]: cluster 2022-04-26T03:19:41.942551+0000 mgr.smithi136.ofnrfx (mgr.14188) 1021 : cluster [DBG] pgmap v934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:44.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:44 smithi136 bash[11745]: audit 2022-04-26T03:19:43.145764+0000 mon.smithi136 (mon.0) 1116 : audit [DBG] from='client.? 172.21.15.136:0/1319481377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:44.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:44 smithi145 bash[13673]: audit 2022-04-26T03:19:43.145764+0000 mon.smithi136 (mon.0) 1116 : audit [DBG] from='client.? 172.21.15.136:0/1319481377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:45 smithi136 bash[11745]: cluster 2022-04-26T03:19:43.943250+0000 mgr.smithi136.ofnrfx (mgr.14188) 1022 : cluster [DBG] pgmap v935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:45.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:45 smithi145 bash[13673]: cluster 2022-04-26T03:19:43.943250+0000 mgr.smithi136.ofnrfx (mgr.14188) 1022 : cluster [DBG] pgmap v935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:47 smithi136 bash[11745]: cluster 2022-04-26T03:19:45.943913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1023 : cluster [DBG] pgmap v936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:47 smithi145 bash[13673]: cluster 2022-04-26T03:19:45.943913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1023 : cluster [DBG] pgmap v936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:48.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:48.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:48.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:48.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:49.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:49 smithi136 bash[11745]: cluster 2022-04-26T03:19:47.944531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1024 : cluster [DBG] pgmap v937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:49.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:49 smithi136 bash[11745]: audit 2022-04-26T03:19:48.473815+0000 mon.smithi136 (mon.0) 1117 : audit [DBG] from='client.? 172.21.15.136:0/4163316877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:49 smithi145 bash[13673]: cluster 2022-04-26T03:19:47.944531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1024 : cluster [DBG] pgmap v937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:49.695 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:49 smithi145 bash[13673]: audit 2022-04-26T03:19:48.473815+0000 mon.smithi136 (mon.0) 1117 : audit [DBG] from='client.? 172.21.15.136:0/4163316877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:51 smithi136 bash[11745]: cluster 2022-04-26T03:19:49.945196+0000 mgr.smithi136.ofnrfx (mgr.14188) 1025 : cluster [DBG] pgmap v938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:51 smithi145 bash[13673]: cluster 2022-04-26T03:19:49.945196+0000 mgr.smithi136.ofnrfx (mgr.14188) 1025 : cluster [DBG] pgmap v938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:53.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:53.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:53.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:53.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:53 smithi136 bash[11745]: cluster 2022-04-26T03:19:51.945928+0000 mgr.smithi136.ofnrfx (mgr.14188) 1026 : cluster [DBG] pgmap v939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:53 smithi145 bash[13673]: cluster 2022-04-26T03:19:51.945928+0000 mgr.smithi136.ofnrfx (mgr.14188) 1026 : cluster [DBG] pgmap v939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:53.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:54.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:54 smithi136 bash[11745]: audit 2022-04-26T03:19:53.805000+0000 mon.smithi136 (mon.0) 1118 : audit [DBG] from='client.? 172.21.15.136:0/4136283416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:54 smithi145 bash[13673]: audit 2022-04-26T03:19:53.805000+0000 mon.smithi136 (mon.0) 1118 : audit [DBG] from='client.? 172.21.15.136:0/4136283416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:55 smithi136 bash[11745]: cluster 2022-04-26T03:19:53.946601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1027 : cluster [DBG] pgmap v940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:55 smithi145 bash[13673]: cluster 2022-04-26T03:19:53.946601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1027 : cluster [DBG] pgmap v940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:57 smithi145 bash[13673]: cluster 2022-04-26T03:19:55.947287+0000 mgr.smithi136.ofnrfx (mgr.14188) 1028 : cluster [DBG] pgmap v941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:57.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:57 smithi136 bash[11745]: cluster 2022-04-26T03:19:55.947287+0000 mgr.smithi136.ofnrfx (mgr.14188) 1028 : cluster [DBG] pgmap v941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:58.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:19:58.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:19:58.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:19:59.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:19:59.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:59 smithi136 bash[11745]: cluster 2022-04-26T03:19:57.947988+0000 mgr.smithi136.ofnrfx (mgr.14188) 1029 : cluster [DBG] pgmap v942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:59.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:19:59 smithi136 bash[11745]: audit 2022-04-26T03:19:59.149927+0000 mon.smithi136 (mon.0) 1119 : audit [DBG] from='client.? 172.21.15.136:0/1535849680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:19:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:59 smithi145 bash[13673]: cluster 2022-04-26T03:19:57.947988+0000 mgr.smithi136.ofnrfx (mgr.14188) 1029 : cluster [DBG] pgmap v942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:19:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:19:59 smithi145 bash[13673]: audit 2022-04-26T03:19:59.149927+0000 mon.smithi136 (mon.0) 1119 : audit [DBG] from='client.? 172.21.15.136:0/1535849680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:00.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:00 smithi136 bash[11745]: cluster 2022-04-26T03:20:00.000176+0000 mon.smithi136 (mon.0) 1120 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:20:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:00 smithi145 bash[13673]: cluster 2022-04-26T03:20:00.000176+0000 mon.smithi136 (mon.0) 1120 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:20:01.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:01 smithi145 bash[13673]: cluster 2022-04-26T03:19:59.948614+0000 mgr.smithi136.ofnrfx (mgr.14188) 1030 : cluster [DBG] pgmap v943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:01 smithi136 bash[11745]: cluster 2022-04-26T03:19:59.948614+0000 mgr.smithi136.ofnrfx (mgr.14188) 1030 : cluster [DBG] pgmap v943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:02 smithi145 bash[13673]: audit 2022-04-26T03:20:01.926510+0000 mon.smithi136 (mon.0) 1121 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:20:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:02 smithi145 bash[13673]: audit 2022-04-26T03:20:01.926975+0000 mon.smithi136 (mon.0) 1122 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:20:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:02 smithi136 bash[11745]: audit 2022-04-26T03:20:01.926510+0000 mon.smithi136 (mon.0) 1121 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:20:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:02 smithi136 bash[11745]: audit 2022-04-26T03:20:01.926975+0000 mon.smithi136 (mon.0) 1122 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:20:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:03 smithi145 bash[13673]: cluster 2022-04-26T03:20:01.949232+0000 mgr.smithi136.ofnrfx (mgr.14188) 1031 : cluster [DBG] pgmap v944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:03.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:03 smithi136 bash[11745]: cluster 2022-04-26T03:20:01.949232+0000 mgr.smithi136.ofnrfx (mgr.14188) 1031 : cluster [DBG] pgmap v944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:04.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:04.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:04.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:04.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:05.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:05 smithi145 bash[13673]: cluster 2022-04-26T03:20:03.949875+0000 mgr.smithi136.ofnrfx (mgr.14188) 1032 : cluster [DBG] pgmap v945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:05.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:05 smithi145 bash[13673]: audit 2022-04-26T03:20:04.480133+0000 mon.smithi136 (mon.0) 1123 : audit [DBG] from='client.? 172.21.15.136:0/2353875654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:05.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:05 smithi136 bash[11745]: cluster 2022-04-26T03:20:03.949875+0000 mgr.smithi136.ofnrfx (mgr.14188) 1032 : cluster [DBG] pgmap v945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:05.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:05 smithi136 bash[11745]: audit 2022-04-26T03:20:04.480133+0000 mon.smithi136 (mon.0) 1123 : audit [DBG] from='client.? 172.21.15.136:0/2353875654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:07 smithi145 bash[13673]: cluster 2022-04-26T03:20:05.950545+0000 mgr.smithi136.ofnrfx (mgr.14188) 1033 : cluster [DBG] pgmap v946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:07.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:07 smithi136 bash[11745]: cluster 2022-04-26T03:20:05.950545+0000 mgr.smithi136.ofnrfx (mgr.14188) 1033 : cluster [DBG] pgmap v946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:09.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:09.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:09.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:09 smithi145 bash[13673]: cluster 2022-04-26T03:20:07.951161+0000 mgr.smithi136.ofnrfx (mgr.14188) 1034 : cluster [DBG] pgmap v947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:09.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:09 smithi136 bash[11745]: cluster 2022-04-26T03:20:07.951161+0000 mgr.smithi136.ofnrfx (mgr.14188) 1034 : cluster [DBG] pgmap v947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:09.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:10 smithi136 bash[11745]: audit 2022-04-26T03:20:09.815964+0000 mon.smithi136 (mon.0) 1124 : audit [DBG] from='client.? 172.21.15.136:0/3790204833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:10 smithi145 bash[13673]: audit 2022-04-26T03:20:09.815964+0000 mon.smithi136 (mon.0) 1124 : audit [DBG] from='client.? 172.21.15.136:0/3790204833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:11 smithi145 bash[13673]: cluster 2022-04-26T03:20:09.951926+0000 mgr.smithi136.ofnrfx (mgr.14188) 1035 : cluster [DBG] pgmap v948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:11.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:11 smithi136 bash[11745]: cluster 2022-04-26T03:20:09.951926+0000 mgr.smithi136.ofnrfx (mgr.14188) 1035 : cluster [DBG] pgmap v948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:13 smithi145 bash[13673]: cluster 2022-04-26T03:20:11.952613+0000 mgr.smithi136.ofnrfx (mgr.14188) 1036 : cluster [DBG] pgmap v949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:13.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:13 smithi136 bash[11745]: cluster 2022-04-26T03:20:11.952613+0000 mgr.smithi136.ofnrfx (mgr.14188) 1036 : cluster [DBG] pgmap v949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:14.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:14.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:14.834 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:15.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:15.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:15 smithi145 bash[13673]: cluster 2022-04-26T03:20:13.953238+0000 mgr.smithi136.ofnrfx (mgr.14188) 1037 : cluster [DBG] pgmap v950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:15.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:15 smithi145 bash[13673]: audit 2022-04-26T03:20:15.135889+0000 mon.smithi136 (mon.0) 1125 : audit [DBG] from='client.? 172.21.15.136:0/2975178901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:15.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:15 smithi136 bash[11745]: cluster 2022-04-26T03:20:13.953238+0000 mgr.smithi136.ofnrfx (mgr.14188) 1037 : cluster [DBG] pgmap v950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:15.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:15 smithi136 bash[11745]: audit 2022-04-26T03:20:15.135889+0000 mon.smithi136 (mon.0) 1125 : audit [DBG] from='client.? 172.21.15.136:0/2975178901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:16.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:16 smithi145 bash[13673]: cluster 2022-04-26T03:20:15.953838+0000 mgr.smithi136.ofnrfx (mgr.14188) 1038 : cluster [DBG] pgmap v951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:16 smithi136 bash[11745]: cluster 2022-04-26T03:20:15.953838+0000 mgr.smithi136.ofnrfx (mgr.14188) 1038 : cluster [DBG] pgmap v951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:19.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:19 smithi136 bash[11745]: cluster 2022-04-26T03:20:17.954454+0000 mgr.smithi136.ofnrfx (mgr.14188) 1039 : cluster [DBG] pgmap v952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:19 smithi145 bash[13673]: cluster 2022-04-26T03:20:17.954454+0000 mgr.smithi136.ofnrfx (mgr.14188) 1039 : cluster [DBG] pgmap v952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:20.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:20.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:20.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:20.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:21 smithi136 bash[11745]: cluster 2022-04-26T03:20:19.955029+0000 mgr.smithi136.ofnrfx (mgr.14188) 1040 : cluster [DBG] pgmap v953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:21 smithi136 bash[11745]: audit 2022-04-26T03:20:20.458152+0000 mon.smithi136 (mon.0) 1126 : audit [DBG] from='client.? 172.21.15.136:0/257837367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:21 smithi145 bash[13673]: cluster 2022-04-26T03:20:19.955029+0000 mgr.smithi136.ofnrfx (mgr.14188) 1040 : cluster [DBG] pgmap v953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:21 smithi145 bash[13673]: audit 2022-04-26T03:20:20.458152+0000 mon.smithi136 (mon.0) 1126 : audit [DBG] from='client.? 172.21.15.136:0/257837367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:23.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:23 smithi136 bash[11745]: cluster 2022-04-26T03:20:21.955686+0000 mgr.smithi136.ofnrfx (mgr.14188) 1041 : cluster [DBG] pgmap v954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:23 smithi145 bash[13673]: cluster 2022-04-26T03:20:21.955686+0000 mgr.smithi136.ofnrfx (mgr.14188) 1041 : cluster [DBG] pgmap v954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:25.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:25.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:25.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:25 smithi136 bash[11745]: cluster 2022-04-26T03:20:23.956374+0000 mgr.smithi136.ofnrfx (mgr.14188) 1042 : cluster [DBG] pgmap v955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:25.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:25 smithi145 bash[13673]: cluster 2022-04-26T03:20:23.956374+0000 mgr.smithi136.ofnrfx (mgr.14188) 1042 : cluster [DBG] pgmap v955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:25.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:26.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:26 smithi136 bash[11745]: audit 2022-04-26T03:20:25.788946+0000 mon.smithi136 (mon.0) 1127 : audit [DBG] from='client.? 172.21.15.136:0/2719542396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:26 smithi145 bash[13673]: audit 2022-04-26T03:20:25.788946+0000 mon.smithi136 (mon.0) 1127 : audit [DBG] from='client.? 172.21.15.136:0/2719542396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:27 smithi145 bash[13673]: cluster 2022-04-26T03:20:25.956956+0000 mgr.smithi136.ofnrfx (mgr.14188) 1043 : cluster [DBG] pgmap v956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:27.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:27 smithi136 bash[11745]: cluster 2022-04-26T03:20:25.956956+0000 mgr.smithi136.ofnrfx (mgr.14188) 1043 : cluster [DBG] pgmap v956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:29 smithi136 bash[11745]: cluster 2022-04-26T03:20:27.957581+0000 mgr.smithi136.ofnrfx (mgr.14188) 1044 : cluster [DBG] pgmap v957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:29 smithi145 bash[13673]: cluster 2022-04-26T03:20:27.957581+0000 mgr.smithi136.ofnrfx (mgr.14188) 1044 : cluster [DBG] pgmap v957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:30.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:30.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:30.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:31.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:31 smithi145 bash[13673]: cluster 2022-04-26T03:20:29.958167+0000 mgr.smithi136.ofnrfx (mgr.14188) 1045 : cluster [DBG] pgmap v958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:31 smithi145 bash[13673]: audit 2022-04-26T03:20:31.119639+0000 mon.smithi136 (mon.0) 1128 : audit [DBG] from='client.? 172.21.15.136:0/2334239867' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:31 smithi136 bash[11745]: cluster 2022-04-26T03:20:29.958167+0000 mgr.smithi136.ofnrfx (mgr.14188) 1045 : cluster [DBG] pgmap v958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:31.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:31 smithi136 bash[11745]: audit 2022-04-26T03:20:31.119639+0000 mon.smithi136 (mon.0) 1128 : audit [DBG] from='client.? 172.21.15.136:0/2334239867' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:33 smithi145 bash[13673]: cluster 2022-04-26T03:20:31.958786+0000 mgr.smithi136.ofnrfx (mgr.14188) 1046 : cluster [DBG] pgmap v959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:33 smithi136 bash[11745]: cluster 2022-04-26T03:20:31.958786+0000 mgr.smithi136.ofnrfx (mgr.14188) 1046 : cluster [DBG] pgmap v959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:35 smithi145 bash[13673]: cluster 2022-04-26T03:20:33.959406+0000 mgr.smithi136.ofnrfx (mgr.14188) 1047 : cluster [DBG] pgmap v960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:35.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:35 smithi136 bash[11745]: cluster 2022-04-26T03:20:33.959406+0000 mgr.smithi136.ofnrfx (mgr.14188) 1047 : cluster [DBG] pgmap v960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:36.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:36.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:36.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:36.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:37 smithi145 bash[13673]: cluster 2022-04-26T03:20:35.960084+0000 mgr.smithi136.ofnrfx (mgr.14188) 1048 : cluster [DBG] pgmap v961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:37 smithi145 bash[13673]: audit 2022-04-26T03:20:36.448794+0000 mon.smithi136 (mon.0) 1129 : audit [DBG] from='client.? 172.21.15.136:0/1407788958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:37 smithi136 bash[11745]: cluster 2022-04-26T03:20:35.960084+0000 mgr.smithi136.ofnrfx (mgr.14188) 1048 : cluster [DBG] pgmap v961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:37.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:37 smithi136 bash[11745]: audit 2022-04-26T03:20:36.448794+0000 mon.smithi136 (mon.0) 1129 : audit [DBG] from='client.? 172.21.15.136:0/1407788958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:38 smithi145 bash[13673]: audit 2022-04-26T03:20:37.969060+0000 mon.smithi136 (mon.0) 1130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:20:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:38 smithi145 bash[13673]: audit 2022-04-26T03:20:37.971675+0000 mon.smithi136 (mon.0) 1131 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:20:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:38 smithi145 bash[13673]: audit 2022-04-26T03:20:37.973455+0000 mon.smithi136 (mon.0) 1132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:20:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:38 smithi145 bash[13673]: audit 2022-04-26T03:20:38.299042+0000 mon.smithi136 (mon.0) 1133 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:20:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:38 smithi145 bash[13673]: audit 2022-04-26T03:20:38.306885+0000 mon.smithi136 (mon.0) 1134 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:20:38.701 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:38 smithi136 bash[11745]: audit 2022-04-26T03:20:37.969060+0000 mon.smithi136 (mon.0) 1130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:20:38.701 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:38 smithi136 bash[11745]: audit 2022-04-26T03:20:37.971675+0000 mon.smithi136 (mon.0) 1131 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:20:38.701 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:38 smithi136 bash[11745]: audit 2022-04-26T03:20:37.973455+0000 mon.smithi136 (mon.0) 1132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:20:38.701 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:38 smithi136 bash[11745]: audit 2022-04-26T03:20:38.299042+0000 mon.smithi136 (mon.0) 1133 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:20:38.701 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:38 smithi136 bash[11745]: audit 2022-04-26T03:20:38.306885+0000 mon.smithi136 (mon.0) 1134 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:20:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:39 smithi145 bash[13673]: cluster 2022-04-26T03:20:37.960709+0000 mgr.smithi136.ofnrfx (mgr.14188) 1049 : cluster [DBG] pgmap v962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:39.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:39 smithi145 bash[13673]: cluster 2022-04-26T03:20:38.291264+0000 mgr.smithi136.ofnrfx (mgr.14188) 1050 : cluster [DBG] pgmap v963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:39.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:39 smithi145 bash[13673]: cluster 2022-04-26T03:20:38.291590+0000 mgr.smithi136.ofnrfx (mgr.14188) 1051 : cluster [DBG] pgmap v964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:39.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:39 smithi145 bash[13673]: cephadm 2022-04-26T03:20:38.307718+0000 mgr.smithi136.ofnrfx (mgr.14188) 1052 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:20:39.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:39 smithi145 bash[13673]: cephadm 2022-04-26T03:20:38.307832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1053 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:20:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:39 smithi136 bash[11745]: cluster 2022-04-26T03:20:37.960709+0000 mgr.smithi136.ofnrfx (mgr.14188) 1049 : cluster [DBG] pgmap v962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:39 smithi136 bash[11745]: cluster 2022-04-26T03:20:38.291264+0000 mgr.smithi136.ofnrfx (mgr.14188) 1050 : cluster [DBG] pgmap v963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:39 smithi136 bash[11745]: cluster 2022-04-26T03:20:38.291590+0000 mgr.smithi136.ofnrfx (mgr.14188) 1051 : cluster [DBG] pgmap v964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:39 smithi136 bash[11745]: cephadm 2022-04-26T03:20:38.307718+0000 mgr.smithi136.ofnrfx (mgr.14188) 1052 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:20:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:39 smithi136 bash[11745]: cephadm 2022-04-26T03:20:38.307832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1053 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:20:41.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:41.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:41.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:41 smithi145 bash[13673]: cluster 2022-04-26T03:20:40.292229+0000 mgr.smithi136.ofnrfx (mgr.14188) 1054 : cluster [DBG] pgmap v965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:41.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:41 smithi136 bash[11745]: cluster 2022-04-26T03:20:40.292229+0000 mgr.smithi136.ofnrfx (mgr.14188) 1054 : cluster [DBG] pgmap v965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:42 smithi145 bash[13673]: audit 2022-04-26T03:20:41.782888+0000 mon.smithi136 (mon.0) 1135 : audit [DBG] from='client.? 172.21.15.136:0/1156552416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:42.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:42 smithi136 bash[11745]: audit 2022-04-26T03:20:41.782888+0000 mon.smithi136 (mon.0) 1135 : audit [DBG] from='client.? 172.21.15.136:0/1156552416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:43.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:43 smithi145 bash[13673]: cluster 2022-04-26T03:20:42.292855+0000 mgr.smithi136.ofnrfx (mgr.14188) 1055 : cluster [DBG] pgmap v966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:43.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:43 smithi136 bash[11745]: cluster 2022-04-26T03:20:42.292855+0000 mgr.smithi136.ofnrfx (mgr.14188) 1055 : cluster [DBG] pgmap v966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:45.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:45 smithi145 bash[13673]: cluster 2022-04-26T03:20:44.293531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1056 : cluster [DBG] pgmap v967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:45.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:45 smithi136 bash[11745]: cluster 2022-04-26T03:20:44.293531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1056 : cluster [DBG] pgmap v967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:46.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:46.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:46.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:47.134 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:47 smithi145 bash[13673]: cluster 2022-04-26T03:20:46.294192+0000 mgr.smithi136.ofnrfx (mgr.14188) 1057 : cluster [DBG] pgmap v968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:47 smithi145 bash[13673]: audit 2022-04-26T03:20:47.116727+0000 mon.smithi136 (mon.0) 1136 : audit [DBG] from='client.? 172.21.15.136:0/1732140291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:47.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:47 smithi136 bash[11745]: cluster 2022-04-26T03:20:46.294192+0000 mgr.smithi136.ofnrfx (mgr.14188) 1057 : cluster [DBG] pgmap v968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:47.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:47 smithi136 bash[11745]: audit 2022-04-26T03:20:47.116727+0000 mon.smithi136 (mon.0) 1136 : audit [DBG] from='client.? 172.21.15.136:0/1732140291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:49.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:49 smithi136 bash[11745]: cluster 2022-04-26T03:20:48.294829+0000 mgr.smithi136.ofnrfx (mgr.14188) 1058 : cluster [DBG] pgmap v969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:49 smithi145 bash[13673]: cluster 2022-04-26T03:20:48.294829+0000 mgr.smithi136.ofnrfx (mgr.14188) 1058 : cluster [DBG] pgmap v969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:51.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:51 smithi136 bash[11745]: cluster 2022-04-26T03:20:50.295420+0000 mgr.smithi136.ofnrfx (mgr.14188) 1059 : cluster [DBG] pgmap v970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:51 smithi145 bash[13673]: cluster 2022-04-26T03:20:50.295420+0000 mgr.smithi136.ofnrfx (mgr.14188) 1059 : cluster [DBG] pgmap v970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:52.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:52.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:52.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:52.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:53 smithi145 bash[13673]: cluster 2022-04-26T03:20:52.296044+0000 mgr.smithi136.ofnrfx (mgr.14188) 1060 : cluster [DBG] pgmap v971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:53 smithi145 bash[13673]: audit 2022-04-26T03:20:52.446758+0000 mon.smithi136 (mon.0) 1137 : audit [DBG] from='client.? 172.21.15.136:0/2195668075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:53.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:53 smithi136 bash[11745]: cluster 2022-04-26T03:20:52.296044+0000 mgr.smithi136.ofnrfx (mgr.14188) 1060 : cluster [DBG] pgmap v971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:53.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:53 smithi136 bash[11745]: audit 2022-04-26T03:20:52.446758+0000 mon.smithi136 (mon.0) 1137 : audit [DBG] from='client.? 172.21.15.136:0/2195668075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:55 smithi145 bash[13673]: cluster 2022-04-26T03:20:54.296663+0000 mgr.smithi136.ofnrfx (mgr.14188) 1061 : cluster [DBG] pgmap v972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:55.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:55 smithi136 bash[11745]: cluster 2022-04-26T03:20:54.296663+0000 mgr.smithi136.ofnrfx (mgr.14188) 1061 : cluster [DBG] pgmap v972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:57.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:20:57.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:20:57.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:20:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:57 smithi145 bash[13673]: cluster 2022-04-26T03:20:56.297333+0000 mgr.smithi136.ofnrfx (mgr.14188) 1062 : cluster [DBG] pgmap v973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:57.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:20:57.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:57 smithi136 bash[11745]: cluster 2022-04-26T03:20:56.297333+0000 mgr.smithi136.ofnrfx (mgr.14188) 1062 : cluster [DBG] pgmap v973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:58 smithi145 bash[13673]: audit 2022-04-26T03:20:57.774907+0000 mon.smithi136 (mon.0) 1138 : audit [DBG] from='client.? 172.21.15.136:0/3867935208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:58.701 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:58 smithi136 bash[11745]: audit 2022-04-26T03:20:57.774907+0000 mon.smithi136 (mon.0) 1138 : audit [DBG] from='client.? 172.21.15.136:0/3867935208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:20:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:20:59 smithi145 bash[13673]: cluster 2022-04-26T03:20:58.297965+0000 mgr.smithi136.ofnrfx (mgr.14188) 1063 : cluster [DBG] pgmap v974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:20:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:20:59 smithi136 bash[11745]: cluster 2022-04-26T03:20:58.297965+0000 mgr.smithi136.ofnrfx (mgr.14188) 1063 : cluster [DBG] pgmap v974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:01.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:01 smithi145 bash[13673]: cluster 2022-04-26T03:21:00.298632+0000 mgr.smithi136.ofnrfx (mgr.14188) 1064 : cluster [DBG] pgmap v975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:01 smithi136 bash[11745]: cluster 2022-04-26T03:21:00.298632+0000 mgr.smithi136.ofnrfx (mgr.14188) 1064 : cluster [DBG] pgmap v975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:02 smithi145 bash[13673]: audit 2022-04-26T03:21:01.934133+0000 mon.smithi136 (mon.0) 1139 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:21:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:02 smithi145 bash[13673]: audit 2022-04-26T03:21:01.934608+0000 mon.smithi136 (mon.0) 1140 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:21:02.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:02.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:02.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:02 smithi136 bash[11745]: audit 2022-04-26T03:21:01.934133+0000 mon.smithi136 (mon.0) 1139 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:21:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:02 smithi136 bash[11745]: audit 2022-04-26T03:21:01.934608+0000 mon.smithi136 (mon.0) 1140 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:21:03.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:03 smithi145 bash[13673]: cluster 2022-04-26T03:21:02.299273+0000 mgr.smithi136.ofnrfx (mgr.14188) 1065 : cluster [DBG] pgmap v976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:03 smithi145 bash[13673]: audit 2022-04-26T03:21:03.109449+0000 mon.smithi136 (mon.0) 1141 : audit [DBG] from='client.? 172.21.15.136:0/2643595162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:03.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:03 smithi136 bash[11745]: cluster 2022-04-26T03:21:02.299273+0000 mgr.smithi136.ofnrfx (mgr.14188) 1065 : cluster [DBG] pgmap v976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:03.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:03 smithi136 bash[11745]: audit 2022-04-26T03:21:03.109449+0000 mon.smithi136 (mon.0) 1141 : audit [DBG] from='client.? 172.21.15.136:0/2643595162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:05.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:05 smithi145 bash[13673]: cluster 2022-04-26T03:21:04.299902+0000 mgr.smithi136.ofnrfx (mgr.14188) 1066 : cluster [DBG] pgmap v977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:05.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:05 smithi136 bash[11745]: cluster 2022-04-26T03:21:04.299902+0000 mgr.smithi136.ofnrfx (mgr.14188) 1066 : cluster [DBG] pgmap v977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:07 smithi145 bash[13673]: cluster 2022-04-26T03:21:06.300534+0000 mgr.smithi136.ofnrfx (mgr.14188) 1067 : cluster [DBG] pgmap v978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:07.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:07 smithi136 bash[11745]: cluster 2022-04-26T03:21:06.300534+0000 mgr.smithi136.ofnrfx (mgr.14188) 1067 : cluster [DBG] pgmap v978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:08.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:08.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:08.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:08.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:09.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:09 smithi136 bash[11745]: cluster 2022-04-26T03:21:08.301143+0000 mgr.smithi136.ofnrfx (mgr.14188) 1068 : cluster [DBG] pgmap v979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:09.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:09 smithi136 bash[11745]: audit 2022-04-26T03:21:08.443859+0000 mon.smithi136 (mon.0) 1142 : audit [DBG] from='client.? 172.21.15.136:0/3468141945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:09 smithi145 bash[13673]: cluster 2022-04-26T03:21:08.301143+0000 mgr.smithi136.ofnrfx (mgr.14188) 1068 : cluster [DBG] pgmap v979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:09 smithi145 bash[13673]: audit 2022-04-26T03:21:08.443859+0000 mon.smithi136 (mon.0) 1142 : audit [DBG] from='client.? 172.21.15.136:0/3468141945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:11 smithi145 bash[13673]: cluster 2022-04-26T03:21:10.301806+0000 mgr.smithi136.ofnrfx (mgr.14188) 1069 : cluster [DBG] pgmap v980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:11.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:11 smithi136 bash[11745]: cluster 2022-04-26T03:21:10.301806+0000 mgr.smithi136.ofnrfx (mgr.14188) 1069 : cluster [DBG] pgmap v980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:13.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:13.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:13.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:13 smithi145 bash[13673]: cluster 2022-04-26T03:21:12.302442+0000 mgr.smithi136.ofnrfx (mgr.14188) 1070 : cluster [DBG] pgmap v981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:13.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:13.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:13 smithi136 bash[11745]: cluster 2022-04-26T03:21:12.302442+0000 mgr.smithi136.ofnrfx (mgr.14188) 1070 : cluster [DBG] pgmap v981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:14 smithi145 bash[13673]: audit 2022-04-26T03:21:13.771062+0000 mon.smithi136 (mon.0) 1143 : audit [DBG] from='client.? 172.21.15.136:0/2635659381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:14 smithi136 bash[11745]: audit 2022-04-26T03:21:13.771062+0000 mon.smithi136 (mon.0) 1143 : audit [DBG] from='client.? 172.21.15.136:0/2635659381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:15.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:15 smithi145 bash[13673]: cluster 2022-04-26T03:21:14.303056+0000 mgr.smithi136.ofnrfx (mgr.14188) 1071 : cluster [DBG] pgmap v982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:15.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:15 smithi136 bash[11745]: cluster 2022-04-26T03:21:14.303056+0000 mgr.smithi136.ofnrfx (mgr.14188) 1071 : cluster [DBG] pgmap v982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:17.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:17 smithi145 bash[13673]: cluster 2022-04-26T03:21:16.303819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1072 : cluster [DBG] pgmap v983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:17.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:17 smithi136 bash[11745]: cluster 2022-04-26T03:21:16.303819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1072 : cluster [DBG] pgmap v983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:18.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:18.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:18.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:19.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:19.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:19 smithi136 bash[11745]: cluster 2022-04-26T03:21:18.304432+0000 mgr.smithi136.ofnrfx (mgr.14188) 1073 : cluster [DBG] pgmap v984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:19.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:19 smithi136 bash[11745]: audit 2022-04-26T03:21:19.096264+0000 mon.smithi136 (mon.0) 1144 : audit [DBG] from='client.? 172.21.15.136:0/1175887685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:19.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:19 smithi145 bash[13673]: cluster 2022-04-26T03:21:18.304432+0000 mgr.smithi136.ofnrfx (mgr.14188) 1073 : cluster [DBG] pgmap v984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:19.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:19 smithi145 bash[13673]: audit 2022-04-26T03:21:19.096264+0000 mon.smithi136 (mon.0) 1144 : audit [DBG] from='client.? 172.21.15.136:0/1175887685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:21 smithi145 bash[13673]: cluster 2022-04-26T03:21:20.305026+0000 mgr.smithi136.ofnrfx (mgr.14188) 1074 : cluster [DBG] pgmap v985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:21.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:21 smithi136 bash[11745]: cluster 2022-04-26T03:21:20.305026+0000 mgr.smithi136.ofnrfx (mgr.14188) 1074 : cluster [DBG] pgmap v985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:23 smithi145 bash[13673]: cluster 2022-04-26T03:21:22.305705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1075 : cluster [DBG] pgmap v986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:23.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:23 smithi136 bash[11745]: cluster 2022-04-26T03:21:22.305705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1075 : cluster [DBG] pgmap v986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:24.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:24.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:24.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:24.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:25.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:25 smithi145 bash[13673]: cluster 2022-04-26T03:21:24.306262+0000 mgr.smithi136.ofnrfx (mgr.14188) 1076 : cluster [DBG] pgmap v987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:25.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:25 smithi145 bash[13673]: audit 2022-04-26T03:21:24.430193+0000 mon.smithi136 (mon.0) 1145 : audit [DBG] from='client.? 172.21.15.136:0/819990037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:25.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:25 smithi136 bash[11745]: cluster 2022-04-26T03:21:24.306262+0000 mgr.smithi136.ofnrfx (mgr.14188) 1076 : cluster [DBG] pgmap v987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:25.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:25 smithi136 bash[11745]: audit 2022-04-26T03:21:24.430193+0000 mon.smithi136 (mon.0) 1145 : audit [DBG] from='client.? 172.21.15.136:0/819990037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:27 smithi145 bash[13673]: cluster 2022-04-26T03:21:26.306909+0000 mgr.smithi136.ofnrfx (mgr.14188) 1077 : cluster [DBG] pgmap v988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:27.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:27 smithi136 bash[11745]: cluster 2022-04-26T03:21:26.306909+0000 mgr.smithi136.ofnrfx (mgr.14188) 1077 : cluster [DBG] pgmap v988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:29.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:29.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:29.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:29.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:29 smithi136 bash[11745]: cluster 2022-04-26T03:21:28.307502+0000 mgr.smithi136.ofnrfx (mgr.14188) 1078 : cluster [DBG] pgmap v989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:29 smithi145 bash[13673]: cluster 2022-04-26T03:21:28.307502+0000 mgr.smithi136.ofnrfx (mgr.14188) 1078 : cluster [DBG] pgmap v989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:29.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:30 smithi136 bash[11745]: audit 2022-04-26T03:21:29.754936+0000 mon.smithi136 (mon.0) 1146 : audit [DBG] from='client.? 172.21.15.136:0/649199469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:30 smithi145 bash[13673]: audit 2022-04-26T03:21:29.754936+0000 mon.smithi136 (mon.0) 1146 : audit [DBG] from='client.? 172.21.15.136:0/649199469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:31 smithi145 bash[13673]: cluster 2022-04-26T03:21:30.308155+0000 mgr.smithi136.ofnrfx (mgr.14188) 1079 : cluster [DBG] pgmap v990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:31 smithi136 bash[11745]: cluster 2022-04-26T03:21:30.308155+0000 mgr.smithi136.ofnrfx (mgr.14188) 1079 : cluster [DBG] pgmap v990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:33 smithi145 bash[13673]: cluster 2022-04-26T03:21:32.308911+0000 mgr.smithi136.ofnrfx (mgr.14188) 1080 : cluster [DBG] pgmap v991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:33.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:33 smithi136 bash[11745]: cluster 2022-04-26T03:21:32.308911+0000 mgr.smithi136.ofnrfx (mgr.14188) 1080 : cluster [DBG] pgmap v991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:34.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:34.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:34.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:35.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:35 smithi145 bash[13673]: cluster 2022-04-26T03:21:34.309531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1081 : cluster [DBG] pgmap v992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:35 smithi145 bash[13673]: audit 2022-04-26T03:21:35.080650+0000 mon.smithi136 (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.136:0/2642425436' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:35.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:35 smithi136 bash[11745]: cluster 2022-04-26T03:21:34.309531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1081 : cluster [DBG] pgmap v992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:35.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:35 smithi136 bash[11745]: audit 2022-04-26T03:21:35.080650+0000 mon.smithi136 (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.136:0/2642425436' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:37 smithi145 bash[13673]: cluster 2022-04-26T03:21:36.310159+0000 mgr.smithi136.ofnrfx (mgr.14188) 1082 : cluster [DBG] pgmap v993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:37 smithi136 bash[11745]: cluster 2022-04-26T03:21:36.310159+0000 mgr.smithi136.ofnrfx (mgr.14188) 1082 : cluster [DBG] pgmap v993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:39 smithi136 bash[11745]: cluster 2022-04-26T03:21:38.310915+0000 mgr.smithi136.ofnrfx (mgr.14188) 1083 : cluster [DBG] pgmap v994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:39 smithi136 bash[11745]: audit 2022-04-26T03:21:38.317719+0000 mon.smithi136 (mon.0) 1148 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:21:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:39 smithi136 bash[11745]: audit 2022-04-26T03:21:38.320416+0000 mon.smithi136 (mon.0) 1149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:21:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:39 smithi136 bash[11745]: audit 2022-04-26T03:21:38.322171+0000 mon.smithi136 (mon.0) 1150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:21:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:39 smithi136 bash[11745]: audit 2022-04-26T03:21:38.626584+0000 mon.smithi136 (mon.0) 1151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:21:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:39 smithi136 bash[11745]: audit 2022-04-26T03:21:38.953011+0000 mon.smithi136 (mon.0) 1152 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:21:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:39 smithi136 bash[11745]: audit 2022-04-26T03:21:38.964175+0000 mon.smithi136 (mon.0) 1153 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:21:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:39 smithi145 bash[13673]: cluster 2022-04-26T03:21:38.310915+0000 mgr.smithi136.ofnrfx (mgr.14188) 1083 : cluster [DBG] pgmap v994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:39 smithi145 bash[13673]: audit 2022-04-26T03:21:38.317719+0000 mon.smithi136 (mon.0) 1148 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:21:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:39 smithi145 bash[13673]: audit 2022-04-26T03:21:38.320416+0000 mon.smithi136 (mon.0) 1149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:21:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:39 smithi145 bash[13673]: audit 2022-04-26T03:21:38.322171+0000 mon.smithi136 (mon.0) 1150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:21:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:39 smithi145 bash[13673]: audit 2022-04-26T03:21:38.626584+0000 mon.smithi136 (mon.0) 1151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:21:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:39 smithi145 bash[13673]: audit 2022-04-26T03:21:38.953011+0000 mon.smithi136 (mon.0) 1152 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:21:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:39 smithi145 bash[13673]: audit 2022-04-26T03:21:38.964175+0000 mon.smithi136 (mon.0) 1153 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:21:40.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:40.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:40.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:40.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:40.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:40 smithi136 bash[11745]: cluster 2022-04-26T03:21:38.944790+0000 mgr.smithi136.ofnrfx (mgr.14188) 1084 : cluster [DBG] pgmap v995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:40 smithi136 bash[11745]: cluster 2022-04-26T03:21:38.945361+0000 mgr.smithi136.ofnrfx (mgr.14188) 1085 : cluster [DBG] pgmap v996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:40 smithi136 bash[11745]: cephadm 2022-04-26T03:21:38.965760+0000 mgr.smithi136.ofnrfx (mgr.14188) 1086 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:21:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:40 smithi136 bash[11745]: cephadm 2022-04-26T03:21:38.966030+0000 mgr.smithi136.ofnrfx (mgr.14188) 1087 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:21:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:40 smithi145 bash[13673]: cluster 2022-04-26T03:21:38.944790+0000 mgr.smithi136.ofnrfx (mgr.14188) 1084 : cluster [DBG] pgmap v995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:40 smithi145 bash[13673]: cluster 2022-04-26T03:21:38.945361+0000 mgr.smithi136.ofnrfx (mgr.14188) 1085 : cluster [DBG] pgmap v996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:40 smithi145 bash[13673]: cephadm 2022-04-26T03:21:38.965760+0000 mgr.smithi136.ofnrfx (mgr.14188) 1086 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:21:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:40 smithi145 bash[13673]: cephadm 2022-04-26T03:21:38.966030+0000 mgr.smithi136.ofnrfx (mgr.14188) 1087 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:21:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:41 smithi145 bash[13673]: audit 2022-04-26T03:21:40.409461+0000 mon.smithi136 (mon.0) 1154 : audit [DBG] from='client.? 172.21.15.136:0/1052339221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:41 smithi136 bash[11745]: audit 2022-04-26T03:21:40.409461+0000 mon.smithi136 (mon.0) 1154 : audit [DBG] from='client.? 172.21.15.136:0/1052339221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:42 smithi145 bash[13673]: cluster 2022-04-26T03:21:40.946117+0000 mgr.smithi136.ofnrfx (mgr.14188) 1088 : cluster [DBG] pgmap v997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:42.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:42 smithi136 bash[11745]: cluster 2022-04-26T03:21:40.946117+0000 mgr.smithi136.ofnrfx (mgr.14188) 1088 : cluster [DBG] pgmap v997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:44 smithi145 bash[13673]: cluster 2022-04-26T03:21:42.946782+0000 mgr.smithi136.ofnrfx (mgr.14188) 1089 : cluster [DBG] pgmap v998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:44 smithi136 bash[11745]: cluster 2022-04-26T03:21:42.946782+0000 mgr.smithi136.ofnrfx (mgr.14188) 1089 : cluster [DBG] pgmap v998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:45.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:45.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:45.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:45.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:46 smithi145 bash[13673]: cluster 2022-04-26T03:21:44.947405+0000 mgr.smithi136.ofnrfx (mgr.14188) 1090 : cluster [DBG] pgmap v999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:46 smithi145 bash[13673]: audit 2022-04-26T03:21:45.736511+0000 mon.smithi136 (mon.0) 1155 : audit [DBG] from='client.? 172.21.15.136:0/1101690346' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:46 smithi136 bash[11745]: cluster 2022-04-26T03:21:44.947405+0000 mgr.smithi136.ofnrfx (mgr.14188) 1090 : cluster [DBG] pgmap v999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:46 smithi136 bash[11745]: audit 2022-04-26T03:21:45.736511+0000 mon.smithi136 (mon.0) 1155 : audit [DBG] from='client.? 172.21.15.136:0/1101690346' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:48 smithi145 bash[13673]: cluster 2022-04-26T03:21:46.948102+0000 mgr.smithi136.ofnrfx (mgr.14188) 1091 : cluster [DBG] pgmap v1000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:48.704 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:48 smithi136 bash[11745]: cluster 2022-04-26T03:21:46.948102+0000 mgr.smithi136.ofnrfx (mgr.14188) 1091 : cluster [DBG] pgmap v1000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:50.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:50 smithi136 bash[11745]: cluster 2022-04-26T03:21:48.948722+0000 mgr.smithi136.ofnrfx (mgr.14188) 1092 : cluster [DBG] pgmap v1001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:50.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:50 smithi145 bash[13673]: cluster 2022-04-26T03:21:48.948722+0000 mgr.smithi136.ofnrfx (mgr.14188) 1092 : cluster [DBG] pgmap v1001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:50.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:50.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:50.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:51.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:51 smithi145 bash[13673]: audit 2022-04-26T03:21:51.059319+0000 mon.smithi136 (mon.0) 1156 : audit [DBG] from='client.? 172.21.15.136:0/3521905309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:51.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:51 smithi136 bash[11745]: audit 2022-04-26T03:21:51.059319+0000 mon.smithi136 (mon.0) 1156 : audit [DBG] from='client.? 172.21.15.136:0/3521905309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:52 smithi145 bash[13673]: cluster 2022-04-26T03:21:50.949353+0000 mgr.smithi136.ofnrfx (mgr.14188) 1093 : cluster [DBG] pgmap v1002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:52 smithi136 bash[11745]: cluster 2022-04-26T03:21:50.949353+0000 mgr.smithi136.ofnrfx (mgr.14188) 1093 : cluster [DBG] pgmap v1002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:54 smithi145 bash[13673]: cluster 2022-04-26T03:21:52.949977+0000 mgr.smithi136.ofnrfx (mgr.14188) 1094 : cluster [DBG] pgmap v1003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:54 smithi136 bash[11745]: cluster 2022-04-26T03:21:52.949977+0000 mgr.smithi136.ofnrfx (mgr.14188) 1094 : cluster [DBG] pgmap v1003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:56.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:21:56.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:21:56.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:21:56.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:21:56.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:56 smithi145 bash[13673]: cluster 2022-04-26T03:21:54.950595+0000 mgr.smithi136.ofnrfx (mgr.14188) 1095 : cluster [DBG] pgmap v1004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:56 smithi136 bash[11745]: cluster 2022-04-26T03:21:54.950595+0000 mgr.smithi136.ofnrfx (mgr.14188) 1095 : cluster [DBG] pgmap v1004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:57 smithi145 bash[13673]: audit 2022-04-26T03:21:56.380118+0000 mon.smithi136 (mon.0) 1157 : audit [DBG] from='client.? 172.21.15.136:0/1089724962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:57.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:57 smithi136 bash[11745]: audit 2022-04-26T03:21:56.380118+0000 mon.smithi136 (mon.0) 1157 : audit [DBG] from='client.? 172.21.15.136:0/1089724962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:21:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:21:58 smithi145 bash[13673]: cluster 2022-04-26T03:21:56.951230+0000 mgr.smithi136.ofnrfx (mgr.14188) 1096 : cluster [DBG] pgmap v1005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:21:58.703 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:21:58 smithi136 bash[11745]: cluster 2022-04-26T03:21:56.951230+0000 mgr.smithi136.ofnrfx (mgr.14188) 1096 : cluster [DBG] pgmap v1005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:00 smithi136 bash[11745]: cluster 2022-04-26T03:21:58.951880+0000 mgr.smithi136.ofnrfx (mgr.14188) 1097 : cluster [DBG] pgmap v1006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:00.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:00 smithi145 bash[13673]: cluster 2022-04-26T03:21:58.951880+0000 mgr.smithi136.ofnrfx (mgr.14188) 1097 : cluster [DBG] pgmap v1006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:01.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:01.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:01.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:01.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:02 smithi145 bash[13673]: cluster 2022-04-26T03:22:00.952537+0000 mgr.smithi136.ofnrfx (mgr.14188) 1098 : cluster [DBG] pgmap v1007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:02 smithi145 bash[13673]: audit 2022-04-26T03:22:01.705947+0000 mon.smithi136 (mon.0) 1158 : audit [DBG] from='client.? 172.21.15.136:0/3598946342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:02 smithi145 bash[13673]: audit 2022-04-26T03:22:01.940678+0000 mon.smithi136 (mon.0) 1159 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:22:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:02 smithi145 bash[13673]: audit 2022-04-26T03:22:01.941155+0000 mon.smithi136 (mon.0) 1160 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:22:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:02 smithi136 bash[11745]: cluster 2022-04-26T03:22:00.952537+0000 mgr.smithi136.ofnrfx (mgr.14188) 1098 : cluster [DBG] pgmap v1007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:02 smithi136 bash[11745]: audit 2022-04-26T03:22:01.705947+0000 mon.smithi136 (mon.0) 1158 : audit [DBG] from='client.? 172.21.15.136:0/3598946342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:02 smithi136 bash[11745]: audit 2022-04-26T03:22:01.940678+0000 mon.smithi136 (mon.0) 1159 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:22:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:02 smithi136 bash[11745]: audit 2022-04-26T03:22:01.941155+0000 mon.smithi136 (mon.0) 1160 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:22:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:04 smithi136 bash[11745]: cluster 2022-04-26T03:22:02.953195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1099 : cluster [DBG] pgmap v1008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:04 smithi145 bash[13673]: cluster 2022-04-26T03:22:02.953195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1099 : cluster [DBG] pgmap v1008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:05.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:05 smithi136 bash[11745]: cluster 2022-04-26T03:22:04.953833+0000 mgr.smithi136.ofnrfx (mgr.14188) 1100 : cluster [DBG] pgmap v1009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:05.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:05 smithi145 bash[13673]: cluster 2022-04-26T03:22:04.953833+0000 mgr.smithi136.ofnrfx (mgr.14188) 1100 : cluster [DBG] pgmap v1009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:06.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:06.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:06.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:07.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:08.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:08 smithi136 bash[11745]: cluster 2022-04-26T03:22:06.954411+0000 mgr.smithi136.ofnrfx (mgr.14188) 1101 : cluster [DBG] pgmap v1010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:08.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:08 smithi136 bash[11745]: audit 2022-04-26T03:22:07.037386+0000 mon.smithi136 (mon.0) 1161 : audit [DBG] from='client.? 172.21.15.136:0/479661223' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:08 smithi145 bash[13673]: cluster 2022-04-26T03:22:06.954411+0000 mgr.smithi136.ofnrfx (mgr.14188) 1101 : cluster [DBG] pgmap v1010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:08 smithi145 bash[13673]: audit 2022-04-26T03:22:07.037386+0000 mon.smithi136 (mon.0) 1161 : audit [DBG] from='client.? 172.21.15.136:0/479661223' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:10 smithi136 bash[11745]: cluster 2022-04-26T03:22:08.955065+0000 mgr.smithi136.ofnrfx (mgr.14188) 1102 : cluster [DBG] pgmap v1011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:10 smithi145 bash[13673]: cluster 2022-04-26T03:22:08.955065+0000 mgr.smithi136.ofnrfx (mgr.14188) 1102 : cluster [DBG] pgmap v1011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:12.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:12.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:12.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:12.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:12 smithi145 bash[13673]: cluster 2022-04-26T03:22:10.955718+0000 mgr.smithi136.ofnrfx (mgr.14188) 1103 : cluster [DBG] pgmap v1012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:12 smithi136 bash[11745]: cluster 2022-04-26T03:22:10.955718+0000 mgr.smithi136.ofnrfx (mgr.14188) 1103 : cluster [DBG] pgmap v1012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:13 smithi145 bash[13673]: audit 2022-04-26T03:22:12.368148+0000 mon.smithi136 (mon.0) 1162 : audit [DBG] from='client.? 172.21.15.136:0/3399859566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:13.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:13 smithi136 bash[11745]: audit 2022-04-26T03:22:12.368148+0000 mon.smithi136 (mon.0) 1162 : audit [DBG] from='client.? 172.21.15.136:0/3399859566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:14 smithi145 bash[13673]: cluster 2022-04-26T03:22:12.956341+0000 mgr.smithi136.ofnrfx (mgr.14188) 1104 : cluster [DBG] pgmap v1013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:14 smithi136 bash[11745]: cluster 2022-04-26T03:22:12.956341+0000 mgr.smithi136.ofnrfx (mgr.14188) 1104 : cluster [DBG] pgmap v1013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:16.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:16 smithi145 bash[13673]: cluster 2022-04-26T03:22:14.956943+0000 mgr.smithi136.ofnrfx (mgr.14188) 1105 : cluster [DBG] pgmap v1014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:16 smithi136 bash[11745]: cluster 2022-04-26T03:22:14.956943+0000 mgr.smithi136.ofnrfx (mgr.14188) 1105 : cluster [DBG] pgmap v1014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:17.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:17.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:17.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:17.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:18 smithi145 bash[13673]: cluster 2022-04-26T03:22:16.957595+0000 mgr.smithi136.ofnrfx (mgr.14188) 1106 : cluster [DBG] pgmap v1015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:18 smithi145 bash[13673]: audit 2022-04-26T03:22:17.691742+0000 mon.smithi136 (mon.0) 1163 : audit [DBG] from='client.? 172.21.15.136:0/822118648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:18.704 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:18 smithi136 bash[11745]: cluster 2022-04-26T03:22:16.957595+0000 mgr.smithi136.ofnrfx (mgr.14188) 1106 : cluster [DBG] pgmap v1015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:18.704 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:18 smithi136 bash[11745]: audit 2022-04-26T03:22:17.691742+0000 mon.smithi136 (mon.0) 1163 : audit [DBG] from='client.? 172.21.15.136:0/822118648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:20 smithi136 bash[11745]: cluster 2022-04-26T03:22:18.958220+0000 mgr.smithi136.ofnrfx (mgr.14188) 1107 : cluster [DBG] pgmap v1016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:20.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:20 smithi145 bash[13673]: cluster 2022-04-26T03:22:18.958220+0000 mgr.smithi136.ofnrfx (mgr.14188) 1107 : cluster [DBG] pgmap v1016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:22 smithi145 bash[13673]: cluster 2022-04-26T03:22:20.958860+0000 mgr.smithi136.ofnrfx (mgr.14188) 1108 : cluster [DBG] pgmap v1017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:22.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:22.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:22.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:22.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:22 smithi136 bash[11745]: cluster 2022-04-26T03:22:20.958860+0000 mgr.smithi136.ofnrfx (mgr.14188) 1108 : cluster [DBG] pgmap v1017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:23.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:23 smithi145 bash[13673]: audit 2022-04-26T03:22:23.023494+0000 mon.smithi136 (mon.0) 1164 : audit [DBG] from='client.? 172.21.15.136:0/2737425615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:23.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:23 smithi136 bash[11745]: audit 2022-04-26T03:22:23.023494+0000 mon.smithi136 (mon.0) 1164 : audit [DBG] from='client.? 172.21.15.136:0/2737425615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:24 smithi145 bash[13673]: cluster 2022-04-26T03:22:22.959297+0000 mgr.smithi136.ofnrfx (mgr.14188) 1109 : cluster [DBG] pgmap v1018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:24.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:24 smithi136 bash[11745]: cluster 2022-04-26T03:22:22.959297+0000 mgr.smithi136.ofnrfx (mgr.14188) 1109 : cluster [DBG] pgmap v1018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:26 smithi145 bash[13673]: cluster 2022-04-26T03:22:24.959866+0000 mgr.smithi136.ofnrfx (mgr.14188) 1110 : cluster [DBG] pgmap v1019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:26 smithi136 bash[11745]: cluster 2022-04-26T03:22:24.959866+0000 mgr.smithi136.ofnrfx (mgr.14188) 1110 : cluster [DBG] pgmap v1019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:28.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:28.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:28.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:28.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:28 smithi145 bash[13673]: cluster 2022-04-26T03:22:26.960494+0000 mgr.smithi136.ofnrfx (mgr.14188) 1111 : cluster [DBG] pgmap v1020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:28 smithi145 bash[13673]: audit 2022-04-26T03:22:28.361831+0000 mon.smithi136 (mon.0) 1165 : audit [DBG] from='client.? 172.21.15.136:0/2071219052' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:28.702 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:28 smithi136 bash[11745]: cluster 2022-04-26T03:22:26.960494+0000 mgr.smithi136.ofnrfx (mgr.14188) 1111 : cluster [DBG] pgmap v1020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:28.703 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:28 smithi136 bash[11745]: audit 2022-04-26T03:22:28.361831+0000 mon.smithi136 (mon.0) 1165 : audit [DBG] from='client.? 172.21.15.136:0/2071219052' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:30 smithi136 bash[11745]: cluster 2022-04-26T03:22:28.961144+0000 mgr.smithi136.ofnrfx (mgr.14188) 1112 : cluster [DBG] pgmap v1021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:30 smithi145 bash[13673]: cluster 2022-04-26T03:22:28.961144+0000 mgr.smithi136.ofnrfx (mgr.14188) 1112 : cluster [DBG] pgmap v1021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:31 smithi136 bash[11745]: cluster 2022-04-26T03:22:30.961810+0000 mgr.smithi136.ofnrfx (mgr.14188) 1113 : cluster [DBG] pgmap v1022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:31 smithi145 bash[13673]: cluster 2022-04-26T03:22:30.961810+0000 mgr.smithi136.ofnrfx (mgr.14188) 1113 : cluster [DBG] pgmap v1022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:33.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:33.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:33.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:33.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:34 smithi145 bash[13673]: cluster 2022-04-26T03:22:32.962458+0000 mgr.smithi136.ofnrfx (mgr.14188) 1114 : cluster [DBG] pgmap v1023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:34 smithi145 bash[13673]: audit 2022-04-26T03:22:33.691726+0000 mon.smithi136 (mon.0) 1166 : audit [DBG] from='client.? 172.21.15.136:0/121294290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:34 smithi136 bash[11745]: cluster 2022-04-26T03:22:32.962458+0000 mgr.smithi136.ofnrfx (mgr.14188) 1114 : cluster [DBG] pgmap v1023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:34 smithi136 bash[11745]: audit 2022-04-26T03:22:33.691726+0000 mon.smithi136 (mon.0) 1166 : audit [DBG] from='client.? 172.21.15.136:0/121294290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:36.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:36 smithi145 bash[13673]: cluster 2022-04-26T03:22:34.963072+0000 mgr.smithi136.ofnrfx (mgr.14188) 1115 : cluster [DBG] pgmap v1024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:36 smithi136 bash[11745]: cluster 2022-04-26T03:22:34.963072+0000 mgr.smithi136.ofnrfx (mgr.14188) 1115 : cluster [DBG] pgmap v1024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:38 smithi145 bash[13673]: cluster 2022-04-26T03:22:36.963733+0000 mgr.smithi136.ofnrfx (mgr.14188) 1116 : cluster [DBG] pgmap v1025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:38.702 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:38 smithi136 bash[11745]: cluster 2022-04-26T03:22:36.963733+0000 mgr.smithi136.ofnrfx (mgr.14188) 1116 : cluster [DBG] pgmap v1025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:38.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:38.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:38.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:39.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:39 smithi145 bash[13673]: audit 2022-04-26T03:22:38.977359+0000 mon.smithi136 (mon.0) 1167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:22:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:39 smithi145 bash[13673]: audit 2022-04-26T03:22:38.979945+0000 mon.smithi136 (mon.0) 1168 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:22:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:39 smithi145 bash[13673]: audit 2022-04-26T03:22:38.981728+0000 mon.smithi136 (mon.0) 1169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:22:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:39 smithi145 bash[13673]: audit 2022-04-26T03:22:39.024248+0000 mon.smithi136 (mon.0) 1170 : audit [DBG] from='client.? 172.21.15.136:0/842545214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:39 smithi145 bash[13673]: audit 2022-04-26T03:22:39.311184+0000 mon.smithi136 (mon.0) 1171 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:22:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:39 smithi145 bash[13673]: audit 2022-04-26T03:22:39.318687+0000 mon.smithi136 (mon.0) 1172 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:22:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:39 smithi136 bash[11745]: audit 2022-04-26T03:22:38.977359+0000 mon.smithi136 (mon.0) 1167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:22:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:39 smithi136 bash[11745]: audit 2022-04-26T03:22:38.979945+0000 mon.smithi136 (mon.0) 1168 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:22:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:39 smithi136 bash[11745]: audit 2022-04-26T03:22:38.981728+0000 mon.smithi136 (mon.0) 1169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:22:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:39 smithi136 bash[11745]: audit 2022-04-26T03:22:39.024248+0000 mon.smithi136 (mon.0) 1170 : audit [DBG] from='client.? 172.21.15.136:0/842545214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:39 smithi136 bash[11745]: audit 2022-04-26T03:22:39.311184+0000 mon.smithi136 (mon.0) 1171 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:22:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:39 smithi136 bash[11745]: audit 2022-04-26T03:22:39.318687+0000 mon.smithi136 (mon.0) 1172 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:22:40.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:40 smithi136 bash[11745]: cluster 2022-04-26T03:22:38.964371+0000 mgr.smithi136.ofnrfx (mgr.14188) 1117 : cluster [DBG] pgmap v1026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:40.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:40 smithi136 bash[11745]: cluster 2022-04-26T03:22:39.305318+0000 mgr.smithi136.ofnrfx (mgr.14188) 1118 : cluster [DBG] pgmap v1027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:40 smithi136 bash[11745]: cluster 2022-04-26T03:22:39.305801+0000 mgr.smithi136.ofnrfx (mgr.14188) 1119 : cluster [DBG] pgmap v1028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:40 smithi136 bash[11745]: cephadm 2022-04-26T03:22:39.319948+0000 mgr.smithi136.ofnrfx (mgr.14188) 1120 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:22:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:40 smithi136 bash[11745]: cephadm 2022-04-26T03:22:39.320112+0000 mgr.smithi136.ofnrfx (mgr.14188) 1121 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:22:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:40 smithi145 bash[13673]: cluster 2022-04-26T03:22:38.964371+0000 mgr.smithi136.ofnrfx (mgr.14188) 1117 : cluster [DBG] pgmap v1026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:40 smithi145 bash[13673]: cluster 2022-04-26T03:22:39.305318+0000 mgr.smithi136.ofnrfx (mgr.14188) 1118 : cluster [DBG] pgmap v1027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:40 smithi145 bash[13673]: cluster 2022-04-26T03:22:39.305801+0000 mgr.smithi136.ofnrfx (mgr.14188) 1119 : cluster [DBG] pgmap v1028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:40 smithi145 bash[13673]: cephadm 2022-04-26T03:22:39.319948+0000 mgr.smithi136.ofnrfx (mgr.14188) 1120 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:22:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:40 smithi145 bash[13673]: cephadm 2022-04-26T03:22:39.320112+0000 mgr.smithi136.ofnrfx (mgr.14188) 1121 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:22:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:42 smithi145 bash[13673]: cluster 2022-04-26T03:22:41.306522+0000 mgr.smithi136.ofnrfx (mgr.14188) 1122 : cluster [DBG] pgmap v1029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:42.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:42 smithi136 bash[11745]: cluster 2022-04-26T03:22:41.306522+0000 mgr.smithi136.ofnrfx (mgr.14188) 1122 : cluster [DBG] pgmap v1029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:44.040 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:44.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:44.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:44.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:44 smithi145 bash[13673]: cluster 2022-04-26T03:22:43.307272+0000 mgr.smithi136.ofnrfx (mgr.14188) 1123 : cluster [DBG] pgmap v1030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:44 smithi145 bash[13673]: audit 2022-04-26T03:22:44.350676+0000 mon.smithi136 (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.136:0/1623783730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:44 smithi136 bash[11745]: cluster 2022-04-26T03:22:43.307272+0000 mgr.smithi136.ofnrfx (mgr.14188) 1123 : cluster [DBG] pgmap v1030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:44 smithi136 bash[11745]: audit 2022-04-26T03:22:44.350676+0000 mon.smithi136 (mon.0) 1173 : audit [DBG] from='client.? 172.21.15.136:0/1623783730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:46 smithi145 bash[13673]: cluster 2022-04-26T03:22:45.307753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1124 : cluster [DBG] pgmap v1031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:46 smithi136 bash[11745]: cluster 2022-04-26T03:22:45.307753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1124 : cluster [DBG] pgmap v1031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:48 smithi145 bash[13673]: cluster 2022-04-26T03:22:47.308360+0000 mgr.smithi136.ofnrfx (mgr.14188) 1125 : cluster [DBG] pgmap v1032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:48.703 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:48 smithi136 bash[11745]: cluster 2022-04-26T03:22:47.308360+0000 mgr.smithi136.ofnrfx (mgr.14188) 1125 : cluster [DBG] pgmap v1032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:49.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:49.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:49.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:49.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:50.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:50 smithi136 bash[11745]: cluster 2022-04-26T03:22:49.308984+0000 mgr.smithi136.ofnrfx (mgr.14188) 1126 : cluster [DBG] pgmap v1033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:50.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:50 smithi136 bash[11745]: audit 2022-04-26T03:22:49.679713+0000 mon.smithi136 (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.136:0/816991028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:50.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:50 smithi145 bash[13673]: cluster 2022-04-26T03:22:49.308984+0000 mgr.smithi136.ofnrfx (mgr.14188) 1126 : cluster [DBG] pgmap v1033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:50.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:50 smithi145 bash[13673]: audit 2022-04-26T03:22:49.679713+0000 mon.smithi136 (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.136:0/816991028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:52 smithi145 bash[13673]: cluster 2022-04-26T03:22:51.309730+0000 mgr.smithi136.ofnrfx (mgr.14188) 1127 : cluster [DBG] pgmap v1034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:52 smithi136 bash[11745]: cluster 2022-04-26T03:22:51.309730+0000 mgr.smithi136.ofnrfx (mgr.14188) 1127 : cluster [DBG] pgmap v1034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:54 smithi145 bash[13673]: cluster 2022-04-26T03:22:53.310430+0000 mgr.smithi136.ofnrfx (mgr.14188) 1128 : cluster [DBG] pgmap v1035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:54.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:22:54.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:22:54.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:22:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:54 smithi136 bash[11745]: cluster 2022-04-26T03:22:53.310430+0000 mgr.smithi136.ofnrfx (mgr.14188) 1128 : cluster [DBG] pgmap v1035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:55.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:22:55.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:55 smithi136 bash[11745]: audit 2022-04-26T03:22:55.018211+0000 mon.smithi136 (mon.0) 1175 : audit [DBG] from='client.? 172.21.15.136:0/244435226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:55 smithi145 bash[13673]: audit 2022-04-26T03:22:55.018211+0000 mon.smithi136 (mon.0) 1175 : audit [DBG] from='client.? 172.21.15.136:0/244435226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:22:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:56 smithi136 bash[11745]: cluster 2022-04-26T03:22:55.311074+0000 mgr.smithi136.ofnrfx (mgr.14188) 1129 : cluster [DBG] pgmap v1036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:56 smithi145 bash[13673]: cluster 2022-04-26T03:22:55.311074+0000 mgr.smithi136.ofnrfx (mgr.14188) 1129 : cluster [DBG] pgmap v1036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:57.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:22:57 smithi136 bash[11745]: cluster 2022-04-26T03:22:57.311751+0000 mgr.smithi136.ofnrfx (mgr.14188) 1130 : cluster [DBG] pgmap v1037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:22:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:22:57 smithi145 bash[13673]: cluster 2022-04-26T03:22:57.311751+0000 mgr.smithi136.ofnrfx (mgr.14188) 1130 : cluster [DBG] pgmap v1037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:00.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:00.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:00.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:00.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:00.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:00 smithi136 bash[11745]: cluster 2022-04-26T03:22:59.312471+0000 mgr.smithi136.ofnrfx (mgr.14188) 1131 : cluster [DBG] pgmap v1038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:00.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:00 smithi136 bash[11745]: audit 2022-04-26T03:23:00.339821+0000 mon.smithi136 (mon.0) 1176 : audit [DBG] from='client.? 172.21.15.136:0/3800806730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:00.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:00 smithi145 bash[13673]: cluster 2022-04-26T03:22:59.312471+0000 mgr.smithi136.ofnrfx (mgr.14188) 1131 : cluster [DBG] pgmap v1038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:00.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:00 smithi145 bash[13673]: audit 2022-04-26T03:23:00.339821+0000 mon.smithi136 (mon.0) 1176 : audit [DBG] from='client.? 172.21.15.136:0/3800806730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:02 smithi145 bash[13673]: cluster 2022-04-26T03:23:01.313131+0000 mgr.smithi136.ofnrfx (mgr.14188) 1132 : cluster [DBG] pgmap v1039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:02 smithi145 bash[13673]: audit 2022-04-26T03:23:01.948412+0000 mon.smithi136 (mon.0) 1177 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:23:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:02 smithi145 bash[13673]: audit 2022-04-26T03:23:01.948883+0000 mon.smithi136 (mon.0) 1178 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:23:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:02 smithi136 bash[11745]: cluster 2022-04-26T03:23:01.313131+0000 mgr.smithi136.ofnrfx (mgr.14188) 1132 : cluster [DBG] pgmap v1039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:02 smithi136 bash[11745]: audit 2022-04-26T03:23:01.948412+0000 mon.smithi136 (mon.0) 1177 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:23:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:02 smithi136 bash[11745]: audit 2022-04-26T03:23:01.948883+0000 mon.smithi136 (mon.0) 1178 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:23:04.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:04 smithi145 bash[13673]: cluster 2022-04-26T03:23:03.313730+0000 mgr.smithi136.ofnrfx (mgr.14188) 1133 : cluster [DBG] pgmap v1040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:04 smithi136 bash[11745]: cluster 2022-04-26T03:23:03.313730+0000 mgr.smithi136.ofnrfx (mgr.14188) 1133 : cluster [DBG] pgmap v1040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:05.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:05.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:05.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:05.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:06.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:06 smithi145 bash[13673]: cluster 2022-04-26T03:23:05.314301+0000 mgr.smithi136.ofnrfx (mgr.14188) 1134 : cluster [DBG] pgmap v1041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:06.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:06 smithi145 bash[13673]: audit 2022-04-26T03:23:05.670640+0000 mon.smithi136 (mon.0) 1179 : audit [DBG] from='client.? 172.21.15.136:0/4138943547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:06 smithi136 bash[11745]: cluster 2022-04-26T03:23:05.314301+0000 mgr.smithi136.ofnrfx (mgr.14188) 1134 : cluster [DBG] pgmap v1041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:06 smithi136 bash[11745]: audit 2022-04-26T03:23:05.670640+0000 mon.smithi136 (mon.0) 1179 : audit [DBG] from='client.? 172.21.15.136:0/4138943547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:08 smithi145 bash[13673]: cluster 2022-04-26T03:23:07.315032+0000 mgr.smithi136.ofnrfx (mgr.14188) 1135 : cluster [DBG] pgmap v1042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:08.704 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:08 smithi136 bash[11745]: cluster 2022-04-26T03:23:07.315032+0000 mgr.smithi136.ofnrfx (mgr.14188) 1135 : cluster [DBG] pgmap v1042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:10 smithi136 bash[11745]: cluster 2022-04-26T03:23:09.315716+0000 mgr.smithi136.ofnrfx (mgr.14188) 1136 : cluster [DBG] pgmap v1043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:10 smithi145 bash[13673]: cluster 2022-04-26T03:23:09.315716+0000 mgr.smithi136.ofnrfx (mgr.14188) 1136 : cluster [DBG] pgmap v1043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:10.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:10.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:10.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:11.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:11 smithi145 bash[13673]: audit 2022-04-26T03:23:10.997751+0000 mon.smithi136 (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.136:0/1645385822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:11.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:11 smithi136 bash[11745]: audit 2022-04-26T03:23:10.997751+0000 mon.smithi136 (mon.0) 1180 : audit [DBG] from='client.? 172.21.15.136:0/1645385822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:12 smithi145 bash[13673]: cluster 2022-04-26T03:23:11.316375+0000 mgr.smithi136.ofnrfx (mgr.14188) 1137 : cluster [DBG] pgmap v1044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:12 smithi136 bash[11745]: cluster 2022-04-26T03:23:11.316375+0000 mgr.smithi136.ofnrfx (mgr.14188) 1137 : cluster [DBG] pgmap v1044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:14.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:14 smithi145 bash[13673]: cluster 2022-04-26T03:23:13.317039+0000 mgr.smithi136.ofnrfx (mgr.14188) 1138 : cluster [DBG] pgmap v1045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:14 smithi136 bash[11745]: cluster 2022-04-26T03:23:13.317039+0000 mgr.smithi136.ofnrfx (mgr.14188) 1138 : cluster [DBG] pgmap v1045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:16.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:16.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:16.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:16.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:16 smithi136 bash[11745]: cluster 2022-04-26T03:23:15.317633+0000 mgr.smithi136.ofnrfx (mgr.14188) 1139 : cluster [DBG] pgmap v1046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:16 smithi136 bash[11745]: audit 2022-04-26T03:23:16.326465+0000 mon.smithi136 (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.136:0/305740441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:16 smithi145 bash[13673]: cluster 2022-04-26T03:23:15.317633+0000 mgr.smithi136.ofnrfx (mgr.14188) 1139 : cluster [DBG] pgmap v1046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:16 smithi145 bash[13673]: audit 2022-04-26T03:23:16.326465+0000 mon.smithi136 (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.136:0/305740441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:18.703 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:18 smithi136 bash[11745]: cluster 2022-04-26T03:23:17.318295+0000 mgr.smithi136.ofnrfx (mgr.14188) 1140 : cluster [DBG] pgmap v1047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:18 smithi145 bash[13673]: cluster 2022-04-26T03:23:17.318295+0000 mgr.smithi136.ofnrfx (mgr.14188) 1140 : cluster [DBG] pgmap v1047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:20 smithi136 bash[11745]: cluster 2022-04-26T03:23:19.318938+0000 mgr.smithi136.ofnrfx (mgr.14188) 1141 : cluster [DBG] pgmap v1048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:20.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:20 smithi145 bash[13673]: cluster 2022-04-26T03:23:19.318938+0000 mgr.smithi136.ofnrfx (mgr.14188) 1141 : cluster [DBG] pgmap v1048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:21.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:21.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:21.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:21.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:21 smithi136 bash[11745]: cluster 2022-04-26T03:23:21.319596+0000 mgr.smithi136.ofnrfx (mgr.14188) 1142 : cluster [DBG] pgmap v1049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:21 smithi145 bash[13673]: cluster 2022-04-26T03:23:21.319596+0000 mgr.smithi136.ofnrfx (mgr.14188) 1142 : cluster [DBG] pgmap v1049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:22.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:22 smithi136 bash[11745]: audit 2022-04-26T03:23:21.651972+0000 mon.smithi136 (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.136:0/3090378222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:22 smithi145 bash[13673]: audit 2022-04-26T03:23:21.651972+0000 mon.smithi136 (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.136:0/3090378222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:24 smithi145 bash[13673]: cluster 2022-04-26T03:23:23.320201+0000 mgr.smithi136.ofnrfx (mgr.14188) 1143 : cluster [DBG] pgmap v1050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:24.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:24 smithi136 bash[11745]: cluster 2022-04-26T03:23:23.320201+0000 mgr.smithi136.ofnrfx (mgr.14188) 1143 : cluster [DBG] pgmap v1050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:26 smithi145 bash[13673]: cluster 2022-04-26T03:23:25.320826+0000 mgr.smithi136.ofnrfx (mgr.14188) 1144 : cluster [DBG] pgmap v1051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:26.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:26.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:26.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:26 smithi136 bash[11745]: cluster 2022-04-26T03:23:25.320826+0000 mgr.smithi136.ofnrfx (mgr.14188) 1144 : cluster [DBG] pgmap v1051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:26.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:27 smithi145 bash[13673]: audit 2022-04-26T03:23:26.981429+0000 mon.smithi136 (mon.0) 1183 : audit [DBG] from='client.? 172.21.15.136:0/823479558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:27.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:27 smithi136 bash[11745]: audit 2022-04-26T03:23:26.981429+0000 mon.smithi136 (mon.0) 1183 : audit [DBG] from='client.? 172.21.15.136:0/823479558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:28 smithi145 bash[13673]: cluster 2022-04-26T03:23:27.321524+0000 mgr.smithi136.ofnrfx (mgr.14188) 1145 : cluster [DBG] pgmap v1052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:28.704 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:28 smithi136 bash[11745]: cluster 2022-04-26T03:23:27.321524+0000 mgr.smithi136.ofnrfx (mgr.14188) 1145 : cluster [DBG] pgmap v1052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:30 smithi136 bash[11745]: cluster 2022-04-26T03:23:29.322191+0000 mgr.smithi136.ofnrfx (mgr.14188) 1146 : cluster [DBG] pgmap v1053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:30 smithi145 bash[13673]: cluster 2022-04-26T03:23:29.322191+0000 mgr.smithi136.ofnrfx (mgr.14188) 1146 : cluster [DBG] pgmap v1053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:31.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:31.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:31.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:32.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:32 smithi145 bash[13673]: cluster 2022-04-26T03:23:31.322797+0000 mgr.smithi136.ofnrfx (mgr.14188) 1147 : cluster [DBG] pgmap v1054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:32 smithi145 bash[13673]: audit 2022-04-26T03:23:32.304342+0000 mon.smithi136 (mon.0) 1184 : audit [DBG] from='client.? 172.21.15.136:0/3762376295' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:32 smithi136 bash[11745]: cluster 2022-04-26T03:23:31.322797+0000 mgr.smithi136.ofnrfx (mgr.14188) 1147 : cluster [DBG] pgmap v1054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:32 smithi136 bash[11745]: audit 2022-04-26T03:23:32.304342+0000 mon.smithi136 (mon.0) 1184 : audit [DBG] from='client.? 172.21.15.136:0/3762376295' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:34.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:34 smithi145 bash[13673]: cluster 2022-04-26T03:23:33.323463+0000 mgr.smithi136.ofnrfx (mgr.14188) 1148 : cluster [DBG] pgmap v1055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:34 smithi136 bash[11745]: cluster 2022-04-26T03:23:33.323463+0000 mgr.smithi136.ofnrfx (mgr.14188) 1148 : cluster [DBG] pgmap v1055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:36.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:36 smithi145 bash[13673]: cluster 2022-04-26T03:23:35.324216+0000 mgr.smithi136.ofnrfx (mgr.14188) 1149 : cluster [DBG] pgmap v1056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:36 smithi136 bash[11745]: cluster 2022-04-26T03:23:35.324216+0000 mgr.smithi136.ofnrfx (mgr.14188) 1149 : cluster [DBG] pgmap v1056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:37.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:37.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:37.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:37.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:38.704 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:38 smithi136 bash[11745]: cluster 2022-04-26T03:23:37.324926+0000 mgr.smithi136.ofnrfx (mgr.14188) 1150 : cluster [DBG] pgmap v1057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:38.705 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:38 smithi136 bash[11745]: audit 2022-04-26T03:23:37.635474+0000 mon.smithi136 (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.136:0/3283540654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:38 smithi145 bash[13673]: cluster 2022-04-26T03:23:37.324926+0000 mgr.smithi136.ofnrfx (mgr.14188) 1150 : cluster [DBG] pgmap v1057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:38 smithi145 bash[13673]: audit 2022-04-26T03:23:37.635474+0000 mon.smithi136 (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.136:0/3283540654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:39 smithi136 bash[11745]: audit 2022-04-26T03:23:39.329628+0000 mon.smithi136 (mon.0) 1186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:23:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:39 smithi136 bash[11745]: audit 2022-04-26T03:23:39.332349+0000 mon.smithi136 (mon.0) 1187 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:23:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:39 smithi136 bash[11745]: audit 2022-04-26T03:23:39.334139+0000 mon.smithi136 (mon.0) 1188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:23:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:39 smithi145 bash[13673]: audit 2022-04-26T03:23:39.329628+0000 mon.smithi136 (mon.0) 1186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:23:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:39 smithi145 bash[13673]: audit 2022-04-26T03:23:39.332349+0000 mon.smithi136 (mon.0) 1187 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:23:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:39 smithi145 bash[13673]: audit 2022-04-26T03:23:39.334139+0000 mon.smithi136 (mon.0) 1188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:23:40.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:40 smithi136 bash[11745]: cluster 2022-04-26T03:23:39.325688+0000 mgr.smithi136.ofnrfx (mgr.14188) 1151 : cluster [DBG] pgmap v1058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:41.037 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:40 smithi145 bash[13673]: cluster 2022-04-26T03:23:39.325688+0000 mgr.smithi136.ofnrfx (mgr.14188) 1151 : cluster [DBG] pgmap v1058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:41 smithi136 bash[11745]: cluster 2022-04-26T03:23:41.326401+0000 mgr.smithi136.ofnrfx (mgr.14188) 1152 : cluster [DBG] pgmap v1059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:41 smithi145 bash[13673]: cluster 2022-04-26T03:23:41.326401+0000 mgr.smithi136.ofnrfx (mgr.14188) 1152 : cluster [DBG] pgmap v1059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:42.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:42.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:42.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:42.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:43.259 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:43 smithi145 bash[13673]: audit 2022-04-26T03:23:42.963505+0000 mon.smithi136 (mon.0) 1189 : audit [DBG] from='client.? 172.21.15.136:0/203997547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:43.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:43 smithi136 bash[11745]: audit 2022-04-26T03:23:42.963505+0000 mon.smithi136 (mon.0) 1189 : audit [DBG] from='client.? 172.21.15.136:0/203997547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:44.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:44 smithi145 bash[13673]: cluster 2022-04-26T03:23:43.327104+0000 mgr.smithi136.ofnrfx (mgr.14188) 1153 : cluster [DBG] pgmap v1060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:44 smithi136 bash[11745]: cluster 2022-04-26T03:23:43.327104+0000 mgr.smithi136.ofnrfx (mgr.14188) 1153 : cluster [DBG] pgmap v1060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:46 smithi145 bash[13673]: cluster 2022-04-26T03:23:45.327780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1154 : cluster [DBG] pgmap v1061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:46 smithi136 bash[11745]: cluster 2022-04-26T03:23:45.327780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1154 : cluster [DBG] pgmap v1061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:47.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:47.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:47.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:48.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: cephadm 2022-04-26T03:23:46.886504+0000 mgr.smithi136.ofnrfx (mgr.14188) 1155 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T03:23:48.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: audit 2022-04-26T03:23:46.898645+0000 mon.smithi136 (mon.0) 1190 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:23:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: cluster 2022-04-26T03:23:47.180978+0000 mgr.smithi136.ofnrfx (mgr.14188) 1156 : cluster [DBG] pgmap v1062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: cluster 2022-04-26T03:23:47.181471+0000 mgr.smithi136.ofnrfx (mgr.14188) 1157 : cluster [DBG] pgmap v1063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: audit 2022-04-26T03:23:47.188469+0000 mon.smithi136 (mon.0) 1191 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:23:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: audit 2022-04-26T03:23:47.199794+0000 mon.smithi136 (mon.0) 1192 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:23:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: cephadm 2022-04-26T03:23:47.201083+0000 mgr.smithi136.ofnrfx (mgr.14188) 1158 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:23:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: cephadm 2022-04-26T03:23:47.201228+0000 mgr.smithi136.ofnrfx (mgr.14188) 1159 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:23:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: audit 2022-04-26T03:23:47.210257+0000 mon.smithi136 (mon.0) 1193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:23:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:47 smithi136 bash[11745]: audit 2022-04-26T03:23:47.211777+0000 mon.smithi136 (mon.0) 1194 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:23:48.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: cephadm 2022-04-26T03:23:46.886504+0000 mgr.smithi136.ofnrfx (mgr.14188) 1155 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T03:23:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: audit 2022-04-26T03:23:46.898645+0000 mon.smithi136 (mon.0) 1190 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:23:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: cluster 2022-04-26T03:23:47.180978+0000 mgr.smithi136.ofnrfx (mgr.14188) 1156 : cluster [DBG] pgmap v1062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: cluster 2022-04-26T03:23:47.181471+0000 mgr.smithi136.ofnrfx (mgr.14188) 1157 : cluster [DBG] pgmap v1063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: audit 2022-04-26T03:23:47.188469+0000 mon.smithi136 (mon.0) 1191 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:23:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: audit 2022-04-26T03:23:47.199794+0000 mon.smithi136 (mon.0) 1192 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:23:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: cephadm 2022-04-26T03:23:47.201083+0000 mgr.smithi136.ofnrfx (mgr.14188) 1158 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:23:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: cephadm 2022-04-26T03:23:47.201228+0000 mgr.smithi136.ofnrfx (mgr.14188) 1159 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:23:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: audit 2022-04-26T03:23:47.210257+0000 mon.smithi136 (mon.0) 1193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:23:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:47 smithi145 bash[13673]: audit 2022-04-26T03:23:47.211777+0000 mon.smithi136 (mon.0) 1194 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:23:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:48 smithi136 bash[11745]: audit 2022-04-26T03:23:48.295885+0000 mon.smithi136 (mon.0) 1195 : audit [DBG] from='client.? 172.21.15.136:0/253516123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:49.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:48 smithi145 bash[13673]: audit 2022-04-26T03:23:48.295885+0000 mon.smithi136 (mon.0) 1195 : audit [DBG] from='client.? 172.21.15.136:0/253516123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:50.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:49 smithi136 bash[11745]: cluster 2022-04-26T03:23:49.182187+0000 mgr.smithi136.ofnrfx (mgr.14188) 1160 : cluster [DBG] pgmap v1064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:50.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:49 smithi145 bash[13673]: cluster 2022-04-26T03:23:49.182187+0000 mgr.smithi136.ofnrfx (mgr.14188) 1160 : cluster [DBG] pgmap v1064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:52.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:52 smithi136 bash[11745]: cluster 2022-04-26T03:23:51.182862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1161 : cluster [DBG] pgmap v1065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:52 smithi145 bash[13673]: cluster 2022-04-26T03:23:51.182862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1161 : cluster [DBG] pgmap v1065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:53.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:53.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:53.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:53.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:54 smithi145 bash[13673]: cluster 2022-04-26T03:23:53.183562+0000 mgr.smithi136.ofnrfx (mgr.14188) 1162 : cluster [DBG] pgmap v1066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:54 smithi145 bash[13673]: audit 2022-04-26T03:23:53.629246+0000 mon.smithi136 (mon.0) 1196 : audit [DBG] from='client.? 172.21.15.136:0/2343548635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:54 smithi136 bash[11745]: cluster 2022-04-26T03:23:53.183562+0000 mgr.smithi136.ofnrfx (mgr.14188) 1162 : cluster [DBG] pgmap v1066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:54 smithi136 bash[11745]: audit 2022-04-26T03:23:53.629246+0000 mon.smithi136 (mon.0) 1196 : audit [DBG] from='client.? 172.21.15.136:0/2343548635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:56.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:56 smithi145 bash[13673]: cluster 2022-04-26T03:23:55.184165+0000 mgr.smithi136.ofnrfx (mgr.14188) 1163 : cluster [DBG] pgmap v1067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:56 smithi136 bash[11745]: cluster 2022-04-26T03:23:55.184165+0000 mgr.smithi136.ofnrfx (mgr.14188) 1163 : cluster [DBG] pgmap v1067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:58.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:23:58.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:23:58.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:23:58.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:58 smithi145 bash[13673]: cluster 2022-04-26T03:23:57.184801+0000 mgr.smithi136.ofnrfx (mgr.14188) 1164 : cluster [DBG] pgmap v1068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:58.705 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:58 smithi136 bash[11745]: cluster 2022-04-26T03:23:57.184801+0000 mgr.smithi136.ofnrfx (mgr.14188) 1164 : cluster [DBG] pgmap v1068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:23:58.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:23:59.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:23:59 smithi145 bash[13673]: audit 2022-04-26T03:23:58.955610+0000 mon.smithi136 (mon.0) 1197 : audit [DBG] from='client.? 172.21.15.136:0/3484696576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:23:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:23:59 smithi136 bash[11745]: audit 2022-04-26T03:23:58.955610+0000 mon.smithi136 (mon.0) 1197 : audit [DBG] from='client.? 172.21.15.136:0/3484696576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:00.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:00 smithi136 bash[11745]: cluster 2022-04-26T03:23:59.185500+0000 mgr.smithi136.ofnrfx (mgr.14188) 1165 : cluster [DBG] pgmap v1069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:00.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:00 smithi145 bash[13673]: cluster 2022-04-26T03:23:59.185500+0000 mgr.smithi136.ofnrfx (mgr.14188) 1165 : cluster [DBG] pgmap v1069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:01 smithi136 bash[11745]: audit 2022-04-26T03:24:00.444213+0000 mon.smithi136 (mon.0) 1198 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:24:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:01 smithi136 bash[11745]: cluster 2022-04-26T03:24:01.186183+0000 mgr.smithi136.ofnrfx (mgr.14188) 1166 : cluster [DBG] pgmap v1070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:01.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:01 smithi145 bash[13673]: audit 2022-04-26T03:24:00.444213+0000 mon.smithi136 (mon.0) 1198 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:24:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:01 smithi145 bash[13673]: cluster 2022-04-26T03:24:01.186183+0000 mgr.smithi136.ofnrfx (mgr.14188) 1166 : cluster [DBG] pgmap v1070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:02 smithi136 bash[11745]: audit 2022-04-26T03:24:01.953923+0000 mon.smithi136 (mon.0) 1199 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:24:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:02 smithi136 bash[11745]: audit 2022-04-26T03:24:01.956006+0000 mon.smithi136 (mon.0) 1200 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:24:02.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:02 smithi145 bash[13673]: audit 2022-04-26T03:24:01.953923+0000 mon.smithi136 (mon.0) 1199 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:24:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:02 smithi145 bash[13673]: audit 2022-04-26T03:24:01.956006+0000 mon.smithi136 (mon.0) 1200 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:24:03.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:03.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:03.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:04.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:04.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:04 smithi145 bash[13673]: cluster 2022-04-26T03:24:03.186798+0000 mgr.smithi136.ofnrfx (mgr.14188) 1167 : cluster [DBG] pgmap v1071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:04.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:04 smithi145 bash[13673]: audit 2022-04-26T03:24:04.287024+0000 mon.smithi136 (mon.0) 1201 : audit [DBG] from='client.? 172.21.15.136:0/582711840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:04 smithi136 bash[11745]: cluster 2022-04-26T03:24:03.186798+0000 mgr.smithi136.ofnrfx (mgr.14188) 1167 : cluster [DBG] pgmap v1071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:04 smithi136 bash[11745]: audit 2022-04-26T03:24:04.287024+0000 mon.smithi136 (mon.0) 1201 : audit [DBG] from='client.? 172.21.15.136:0/582711840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:06 smithi145 bash[13673]: cluster 2022-04-26T03:24:05.187444+0000 mgr.smithi136.ofnrfx (mgr.14188) 1168 : cluster [DBG] pgmap v1072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:06 smithi136 bash[11745]: cluster 2022-04-26T03:24:05.187444+0000 mgr.smithi136.ofnrfx (mgr.14188) 1168 : cluster [DBG] pgmap v1072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:08 smithi145 bash[13673]: cluster 2022-04-26T03:24:07.188174+0000 mgr.smithi136.ofnrfx (mgr.14188) 1169 : cluster [DBG] pgmap v1073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:08.705 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:08 smithi136 bash[11745]: cluster 2022-04-26T03:24:07.188174+0000 mgr.smithi136.ofnrfx (mgr.14188) 1169 : cluster [DBG] pgmap v1073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:09.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:09.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:09.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:09.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:10 smithi136 bash[11745]: cluster 2022-04-26T03:24:09.188820+0000 mgr.smithi136.ofnrfx (mgr.14188) 1170 : cluster [DBG] pgmap v1074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:10 smithi136 bash[11745]: audit 2022-04-26T03:24:09.618521+0000 mon.smithi136 (mon.0) 1202 : audit [DBG] from='client.? 172.21.15.136:0/2075508457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:10 smithi145 bash[13673]: cluster 2022-04-26T03:24:09.188820+0000 mgr.smithi136.ofnrfx (mgr.14188) 1170 : cluster [DBG] pgmap v1074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:10 smithi145 bash[13673]: audit 2022-04-26T03:24:09.618521+0000 mon.smithi136 (mon.0) 1202 : audit [DBG] from='client.? 172.21.15.136:0/2075508457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:12.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:12 smithi145 bash[13673]: cluster 2022-04-26T03:24:11.189471+0000 mgr.smithi136.ofnrfx (mgr.14188) 1171 : cluster [DBG] pgmap v1075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:12 smithi136 bash[11745]: cluster 2022-04-26T03:24:11.189471+0000 mgr.smithi136.ofnrfx (mgr.14188) 1171 : cluster [DBG] pgmap v1075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:14.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:14.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:14.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:14 smithi136 bash[11745]: cluster 2022-04-26T03:24:13.190181+0000 mgr.smithi136.ofnrfx (mgr.14188) 1172 : cluster [DBG] pgmap v1076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:14.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:14 smithi145 bash[13673]: cluster 2022-04-26T03:24:13.190181+0000 mgr.smithi136.ofnrfx (mgr.14188) 1172 : cluster [DBG] pgmap v1076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:14.955 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:15.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:15 smithi136 bash[11745]: audit 2022-04-26T03:24:14.941694+0000 mon.smithi136 (mon.0) 1203 : audit [DBG] from='client.? 172.21.15.136:0/2917687315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:15.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:15 smithi145 bash[13673]: audit 2022-04-26T03:24:14.941694+0000 mon.smithi136 (mon.0) 1203 : audit [DBG] from='client.? 172.21.15.136:0/2917687315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:16 smithi136 bash[11745]: cluster 2022-04-26T03:24:15.190810+0000 mgr.smithi136.ofnrfx (mgr.14188) 1173 : cluster [DBG] pgmap v1077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:16 smithi145 bash[13673]: cluster 2022-04-26T03:24:15.190810+0000 mgr.smithi136.ofnrfx (mgr.14188) 1173 : cluster [DBG] pgmap v1077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:18.706 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:18 smithi136 bash[11745]: cluster 2022-04-26T03:24:17.191583+0000 mgr.smithi136.ofnrfx (mgr.14188) 1174 : cluster [DBG] pgmap v1078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:18 smithi145 bash[13673]: cluster 2022-04-26T03:24:17.191583+0000 mgr.smithi136.ofnrfx (mgr.14188) 1174 : cluster [DBG] pgmap v1078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:19.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:19.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:19.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:20.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:20.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:20 smithi136 bash[11745]: cluster 2022-04-26T03:24:19.192231+0000 mgr.smithi136.ofnrfx (mgr.14188) 1175 : cluster [DBG] pgmap v1079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:20.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:20 smithi136 bash[11745]: audit 2022-04-26T03:24:20.273085+0000 mon.smithi136 (mon.0) 1204 : audit [DBG] from='client.? 172.21.15.136:0/4163570389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:20 smithi145 bash[13673]: cluster 2022-04-26T03:24:19.192231+0000 mgr.smithi136.ofnrfx (mgr.14188) 1175 : cluster [DBG] pgmap v1079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:20 smithi145 bash[13673]: audit 2022-04-26T03:24:20.273085+0000 mon.smithi136 (mon.0) 1204 : audit [DBG] from='client.? 172.21.15.136:0/4163570389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:21 smithi136 bash[11745]: cluster 2022-04-26T03:24:21.192844+0000 mgr.smithi136.ofnrfx (mgr.14188) 1176 : cluster [DBG] pgmap v1080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:21.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:21 smithi145 bash[13673]: cluster 2022-04-26T03:24:21.192844+0000 mgr.smithi136.ofnrfx (mgr.14188) 1176 : cluster [DBG] pgmap v1080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:24 smithi145 bash[13673]: cluster 2022-04-26T03:24:23.193493+0000 mgr.smithi136.ofnrfx (mgr.14188) 1177 : cluster [DBG] pgmap v1081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:24.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:24 smithi136 bash[11745]: cluster 2022-04-26T03:24:23.193493+0000 mgr.smithi136.ofnrfx (mgr.14188) 1177 : cluster [DBG] pgmap v1081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:25.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:25.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:25.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:25.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:26 smithi145 bash[13673]: cluster 2022-04-26T03:24:25.194117+0000 mgr.smithi136.ofnrfx (mgr.14188) 1178 : cluster [DBG] pgmap v1082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:26 smithi145 bash[13673]: audit 2022-04-26T03:24:25.597421+0000 mon.smithi136 (mon.0) 1205 : audit [DBG] from='client.? 172.21.15.136:0/2327414305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:26 smithi136 bash[11745]: cluster 2022-04-26T03:24:25.194117+0000 mgr.smithi136.ofnrfx (mgr.14188) 1178 : cluster [DBG] pgmap v1082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:26.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:26 smithi136 bash[11745]: audit 2022-04-26T03:24:25.597421+0000 mon.smithi136 (mon.0) 1205 : audit [DBG] from='client.? 172.21.15.136:0/2327414305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:28 smithi145 bash[13673]: cluster 2022-04-26T03:24:27.194837+0000 mgr.smithi136.ofnrfx (mgr.14188) 1179 : cluster [DBG] pgmap v1083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:28.705 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:28 smithi136 bash[11745]: cluster 2022-04-26T03:24:27.194837+0000 mgr.smithi136.ofnrfx (mgr.14188) 1179 : cluster [DBG] pgmap v1083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:30 smithi136 bash[11745]: cluster 2022-04-26T03:24:29.195551+0000 mgr.smithi136.ofnrfx (mgr.14188) 1180 : cluster [DBG] pgmap v1084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:30.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:30.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:30.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:30 smithi145 bash[13673]: cluster 2022-04-26T03:24:29.195551+0000 mgr.smithi136.ofnrfx (mgr.14188) 1180 : cluster [DBG] pgmap v1084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:30.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:31 smithi136 bash[11745]: audit 2022-04-26T03:24:30.934667+0000 mon.smithi136 (mon.0) 1206 : audit [DBG] from='client.? 172.21.15.136:0/3085840790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:31.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:31 smithi145 bash[13673]: audit 2022-04-26T03:24:30.934667+0000 mon.smithi136 (mon.0) 1206 : audit [DBG] from='client.? 172.21.15.136:0/3085840790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:32 smithi136 bash[11745]: cluster 2022-04-26T03:24:31.196166+0000 mgr.smithi136.ofnrfx (mgr.14188) 1181 : cluster [DBG] pgmap v1085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:32 smithi145 bash[13673]: cluster 2022-04-26T03:24:31.196166+0000 mgr.smithi136.ofnrfx (mgr.14188) 1181 : cluster [DBG] pgmap v1085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:34 smithi136 bash[11745]: cluster 2022-04-26T03:24:33.196832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1182 : cluster [DBG] pgmap v1086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:34.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:34 smithi145 bash[13673]: cluster 2022-04-26T03:24:33.196832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1182 : cluster [DBG] pgmap v1086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:35.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:35.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:35.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:36.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:36 smithi136 bash[11745]: cluster 2022-04-26T03:24:35.197558+0000 mgr.smithi136.ofnrfx (mgr.14188) 1183 : cluster [DBG] pgmap v1087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:36.899 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:36 smithi136 bash[11745]: audit 2022-04-26T03:24:36.257925+0000 mon.smithi136 (mon.0) 1207 : audit [DBG] from='client.? 172.21.15.136:0/806322960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:36.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:36 smithi145 bash[13673]: cluster 2022-04-26T03:24:35.197558+0000 mgr.smithi136.ofnrfx (mgr.14188) 1183 : cluster [DBG] pgmap v1087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:36.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:36 smithi145 bash[13673]: audit 2022-04-26T03:24:36.257925+0000 mon.smithi136 (mon.0) 1207 : audit [DBG] from='client.? 172.21.15.136:0/806322960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:38.705 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:38 smithi136 bash[11745]: cluster 2022-04-26T03:24:37.198210+0000 mgr.smithi136.ofnrfx (mgr.14188) 1184 : cluster [DBG] pgmap v1088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:38 smithi145 bash[13673]: cluster 2022-04-26T03:24:37.198210+0000 mgr.smithi136.ofnrfx (mgr.14188) 1184 : cluster [DBG] pgmap v1088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:40 smithi136 bash[11745]: cluster 2022-04-26T03:24:39.198819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1185 : cluster [DBG] pgmap v1089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:40 smithi145 bash[13673]: cluster 2022-04-26T03:24:39.198819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1185 : cluster [DBG] pgmap v1089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:41.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:41.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:41.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:41.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:41 smithi136 bash[11745]: cluster 2022-04-26T03:24:41.199428+0000 mgr.smithi136.ofnrfx (mgr.14188) 1186 : cluster [DBG] pgmap v1090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:41.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:41 smithi145 bash[13673]: cluster 2022-04-26T03:24:41.199428+0000 mgr.smithi136.ofnrfx (mgr.14188) 1186 : cluster [DBG] pgmap v1090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:42.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:42 smithi136 bash[11745]: audit 2022-04-26T03:24:41.585557+0000 mon.smithi136 (mon.0) 1208 : audit [DBG] from='client.? 172.21.15.136:0/1618855826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:42 smithi145 bash[13673]: audit 2022-04-26T03:24:41.585557+0000 mon.smithi136 (mon.0) 1208 : audit [DBG] from='client.? 172.21.15.136:0/1618855826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:44 smithi145 bash[13673]: cluster 2022-04-26T03:24:43.200077+0000 mgr.smithi136.ofnrfx (mgr.14188) 1187 : cluster [DBG] pgmap v1091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:44 smithi136 bash[11745]: cluster 2022-04-26T03:24:43.200077+0000 mgr.smithi136.ofnrfx (mgr.14188) 1187 : cluster [DBG] pgmap v1091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:46.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:46.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:46.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:46.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:46 smithi145 bash[13673]: cluster 2022-04-26T03:24:45.200674+0000 mgr.smithi136.ofnrfx (mgr.14188) 1188 : cluster [DBG] pgmap v1092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:46 smithi136 bash[11745]: cluster 2022-04-26T03:24:45.200674+0000 mgr.smithi136.ofnrfx (mgr.14188) 1188 : cluster [DBG] pgmap v1092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:46.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:47.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:47 smithi136 bash[11745]: audit 2022-04-26T03:24:46.918026+0000 mon.smithi136 (mon.0) 1209 : audit [DBG] from='client.? 172.21.15.136:0/962830351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:47 smithi145 bash[13673]: audit 2022-04-26T03:24:46.918026+0000 mon.smithi136 (mon.0) 1209 : audit [DBG] from='client.? 172.21.15.136:0/962830351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:48.706 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:48 smithi136 bash[11745]: cluster 2022-04-26T03:24:47.201327+0000 mgr.smithi136.ofnrfx (mgr.14188) 1189 : cluster [DBG] pgmap v1093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:48 smithi145 bash[13673]: cluster 2022-04-26T03:24:47.201327+0000 mgr.smithi136.ofnrfx (mgr.14188) 1189 : cluster [DBG] pgmap v1093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:50.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:50 smithi136 bash[11745]: cluster 2022-04-26T03:24:49.202084+0000 mgr.smithi136.ofnrfx (mgr.14188) 1190 : cluster [DBG] pgmap v1094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:50 smithi145 bash[13673]: cluster 2022-04-26T03:24:49.202084+0000 mgr.smithi136.ofnrfx (mgr.14188) 1190 : cluster [DBG] pgmap v1094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:51.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:51.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:51.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:52.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:52 smithi136 bash[11745]: cluster 2022-04-26T03:24:51.202753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1191 : cluster [DBG] pgmap v1095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:52.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:52 smithi136 bash[11745]: audit 2022-04-26T03:24:52.249982+0000 mon.smithi136 (mon.0) 1210 : audit [DBG] from='client.? 172.21.15.136:0/443198000' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:52 smithi145 bash[13673]: cluster 2022-04-26T03:24:51.202753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1191 : cluster [DBG] pgmap v1095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:52 smithi145 bash[13673]: audit 2022-04-26T03:24:52.249982+0000 mon.smithi136 (mon.0) 1210 : audit [DBG] from='client.? 172.21.15.136:0/443198000' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:54 smithi136 bash[11745]: cluster 2022-04-26T03:24:53.203416+0000 mgr.smithi136.ofnrfx (mgr.14188) 1192 : cluster [DBG] pgmap v1096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:54 smithi145 bash[13673]: cluster 2022-04-26T03:24:53.203416+0000 mgr.smithi136.ofnrfx (mgr.14188) 1192 : cluster [DBG] pgmap v1096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:56 smithi136 bash[11745]: cluster 2022-04-26T03:24:55.204093+0000 mgr.smithi136.ofnrfx (mgr.14188) 1193 : cluster [DBG] pgmap v1097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:56 smithi145 bash[13673]: cluster 2022-04-26T03:24:55.204093+0000 mgr.smithi136.ofnrfx (mgr.14188) 1193 : cluster [DBG] pgmap v1097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:57.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:24:57.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:24:57.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:24:57.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:24:58.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:58 smithi136 bash[11745]: cluster 2022-04-26T03:24:57.204727+0000 mgr.smithi136.ofnrfx (mgr.14188) 1194 : cluster [DBG] pgmap v1098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:58.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:58 smithi136 bash[11745]: audit 2022-04-26T03:24:57.580394+0000 mon.smithi136 (mon.0) 1211 : audit [DBG] from='client.? 172.21.15.136:0/1732672635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:58 smithi145 bash[13673]: cluster 2022-04-26T03:24:57.204727+0000 mgr.smithi136.ofnrfx (mgr.14188) 1194 : cluster [DBG] pgmap v1098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:58 smithi145 bash[13673]: audit 2022-04-26T03:24:57.580394+0000 mon.smithi136 (mon.0) 1211 : audit [DBG] from='client.? 172.21.15.136:0/1732672635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:24:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:24:59 smithi136 bash[11745]: cluster 2022-04-26T03:24:59.205338+0000 mgr.smithi136.ofnrfx (mgr.14188) 1195 : cluster [DBG] pgmap v1099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:24:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:24:59 smithi145 bash[13673]: cluster 2022-04-26T03:24:59.205338+0000 mgr.smithi136.ofnrfx (mgr.14188) 1195 : cluster [DBG] pgmap v1099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:00 smithi136 bash[11745]: audit 2022-04-26T03:25:00.449050+0000 mon.smithi136 (mon.0) 1212 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:25:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:00 smithi136 bash[11745]: audit 2022-04-26T03:25:00.451776+0000 mon.smithi136 (mon.0) 1213 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:25:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:00 smithi136 bash[11745]: audit 2022-04-26T03:25:00.453580+0000 mon.smithi136 (mon.0) 1214 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:25:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:00 smithi145 bash[13673]: audit 2022-04-26T03:25:00.449050+0000 mon.smithi136 (mon.0) 1212 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:25:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:00 smithi145 bash[13673]: audit 2022-04-26T03:25:00.451776+0000 mon.smithi136 (mon.0) 1213 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:25:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:00 smithi145 bash[13673]: audit 2022-04-26T03:25:00.453580+0000 mon.smithi136 (mon.0) 1214 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:25:02.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:01 smithi136 bash[11745]: cluster 2022-04-26T03:25:00.781343+0000 mgr.smithi136.ofnrfx (mgr.14188) 1196 : cluster [DBG] pgmap v1100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:01 smithi136 bash[11745]: cluster 2022-04-26T03:25:00.781774+0000 mgr.smithi136.ofnrfx (mgr.14188) 1197 : cluster [DBG] pgmap v1101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:01 smithi136 bash[11745]: audit 2022-04-26T03:25:00.786589+0000 mon.smithi136 (mon.0) 1215 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:25:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:01 smithi136 bash[11745]: audit 2022-04-26T03:25:00.794743+0000 mon.smithi136 (mon.0) 1216 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:25:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:01 smithi136 bash[11745]: cephadm 2022-04-26T03:25:00.796129+0000 mgr.smithi136.ofnrfx (mgr.14188) 1198 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:25:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:01 smithi136 bash[11745]: cephadm 2022-04-26T03:25:00.796244+0000 mgr.smithi136.ofnrfx (mgr.14188) 1199 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:25:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:01 smithi145 bash[13673]: cluster 2022-04-26T03:25:00.781343+0000 mgr.smithi136.ofnrfx (mgr.14188) 1196 : cluster [DBG] pgmap v1100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:01 smithi145 bash[13673]: cluster 2022-04-26T03:25:00.781774+0000 mgr.smithi136.ofnrfx (mgr.14188) 1197 : cluster [DBG] pgmap v1101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:01 smithi145 bash[13673]: audit 2022-04-26T03:25:00.786589+0000 mon.smithi136 (mon.0) 1215 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:25:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:01 smithi145 bash[13673]: audit 2022-04-26T03:25:00.794743+0000 mon.smithi136 (mon.0) 1216 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:25:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:01 smithi145 bash[13673]: cephadm 2022-04-26T03:25:00.796129+0000 mgr.smithi136.ofnrfx (mgr.14188) 1198 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:25:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:01 smithi145 bash[13673]: cephadm 2022-04-26T03:25:00.796244+0000 mgr.smithi136.ofnrfx (mgr.14188) 1199 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:25:02.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:02.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:02.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:02.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:02 smithi136 bash[11745]: audit 2022-04-26T03:25:01.962949+0000 mon.smithi136 (mon.0) 1217 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:25:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:02 smithi136 bash[11745]: audit 2022-04-26T03:25:01.964079+0000 mon.smithi136 (mon.0) 1218 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:25:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:02 smithi145 bash[13673]: audit 2022-04-26T03:25:01.962949+0000 mon.smithi136 (mon.0) 1217 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:25:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:02 smithi145 bash[13673]: audit 2022-04-26T03:25:01.964079+0000 mon.smithi136 (mon.0) 1218 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:25:04.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:03 smithi136 bash[11745]: cluster 2022-04-26T03:25:02.782363+0000 mgr.smithi136.ofnrfx (mgr.14188) 1200 : cluster [DBG] pgmap v1102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:04.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:03 smithi136 bash[11745]: audit 2022-04-26T03:25:02.915480+0000 mon.smithi136 (mon.0) 1219 : audit [DBG] from='client.? 172.21.15.136:0/606843406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:03 smithi145 bash[13673]: cluster 2022-04-26T03:25:02.782363+0000 mgr.smithi136.ofnrfx (mgr.14188) 1200 : cluster [DBG] pgmap v1102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:03 smithi145 bash[13673]: audit 2022-04-26T03:25:02.915480+0000 mon.smithi136 (mon.0) 1219 : audit [DBG] from='client.? 172.21.15.136:0/606843406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:06.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:05 smithi136 bash[11745]: cluster 2022-04-26T03:25:04.782984+0000 mgr.smithi136.ofnrfx (mgr.14188) 1201 : cluster [DBG] pgmap v1103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:06.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:05 smithi145 bash[13673]: cluster 2022-04-26T03:25:04.782984+0000 mgr.smithi136.ofnrfx (mgr.14188) 1201 : cluster [DBG] pgmap v1103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:07.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:07.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:07.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:08.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:07 smithi136 bash[11745]: cluster 2022-04-26T03:25:06.783654+0000 mgr.smithi136.ofnrfx (mgr.14188) 1202 : cluster [DBG] pgmap v1104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:08.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:07 smithi145 bash[13673]: cluster 2022-04-26T03:25:06.783654+0000 mgr.smithi136.ofnrfx (mgr.14188) 1202 : cluster [DBG] pgmap v1104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:08.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:09.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:08 smithi136 bash[11745]: audit 2022-04-26T03:25:08.254358+0000 mon.smithi136 (mon.0) 1220 : audit [DBG] from='client.? 172.21.15.136:0/1057069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:09.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:08 smithi145 bash[13673]: audit 2022-04-26T03:25:08.254358+0000 mon.smithi136 (mon.0) 1220 : audit [DBG] from='client.? 172.21.15.136:0/1057069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:10 smithi136 bash[11745]: cluster 2022-04-26T03:25:08.784230+0000 mgr.smithi136.ofnrfx (mgr.14188) 1203 : cluster [DBG] pgmap v1105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:10.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:10 smithi145 bash[13673]: cluster 2022-04-26T03:25:08.784230+0000 mgr.smithi136.ofnrfx (mgr.14188) 1203 : cluster [DBG] pgmap v1105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:12 smithi136 bash[11745]: cluster 2022-04-26T03:25:10.784850+0000 mgr.smithi136.ofnrfx (mgr.14188) 1204 : cluster [DBG] pgmap v1106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:12 smithi145 bash[13673]: cluster 2022-04-26T03:25:10.784850+0000 mgr.smithi136.ofnrfx (mgr.14188) 1204 : cluster [DBG] pgmap v1106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:13.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:13.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:13.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:13.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:14 smithi136 bash[11745]: cluster 2022-04-26T03:25:12.785482+0000 mgr.smithi136.ofnrfx (mgr.14188) 1205 : cluster [DBG] pgmap v1107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:14 smithi136 bash[11745]: audit 2022-04-26T03:25:13.587682+0000 mon.smithi136 (mon.0) 1221 : audit [DBG] from='client.? 172.21.15.136:0/2909875491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:14 smithi145 bash[13673]: cluster 2022-04-26T03:25:12.785482+0000 mgr.smithi136.ofnrfx (mgr.14188) 1205 : cluster [DBG] pgmap v1107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:14 smithi145 bash[13673]: audit 2022-04-26T03:25:13.587682+0000 mon.smithi136 (mon.0) 1221 : audit [DBG] from='client.? 172.21.15.136:0/2909875491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:16 smithi136 bash[11745]: cluster 2022-04-26T03:25:14.786116+0000 mgr.smithi136.ofnrfx (mgr.14188) 1206 : cluster [DBG] pgmap v1108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:16 smithi145 bash[13673]: cluster 2022-04-26T03:25:14.786116+0000 mgr.smithi136.ofnrfx (mgr.14188) 1206 : cluster [DBG] pgmap v1108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:18.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:18.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:18.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:18.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:18 smithi136 bash[11745]: cluster 2022-04-26T03:25:16.786742+0000 mgr.smithi136.ofnrfx (mgr.14188) 1207 : cluster [DBG] pgmap v1109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:18 smithi145 bash[13673]: cluster 2022-04-26T03:25:16.786742+0000 mgr.smithi136.ofnrfx (mgr.14188) 1207 : cluster [DBG] pgmap v1109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:18.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:19 smithi136 bash[11745]: audit 2022-04-26T03:25:18.914938+0000 mon.smithi136 (mon.0) 1222 : audit [DBG] from='client.? 172.21.15.136:0/2379381433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:19 smithi145 bash[13673]: audit 2022-04-26T03:25:18.914938+0000 mon.smithi136 (mon.0) 1222 : audit [DBG] from='client.? 172.21.15.136:0/2379381433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:20.435 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:20 smithi136 bash[11745]: cluster 2022-04-26T03:25:18.787321+0000 mgr.smithi136.ofnrfx (mgr.14188) 1208 : cluster [DBG] pgmap v1110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:20.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:20 smithi145 bash[13673]: cluster 2022-04-26T03:25:18.787321+0000 mgr.smithi136.ofnrfx (mgr.14188) 1208 : cluster [DBG] pgmap v1110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:21 smithi136 bash[11745]: cluster 2022-04-26T03:25:20.788027+0000 mgr.smithi136.ofnrfx (mgr.14188) 1209 : cluster [DBG] pgmap v1111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:21.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:21 smithi145 bash[13673]: cluster 2022-04-26T03:25:20.788027+0000 mgr.smithi136.ofnrfx (mgr.14188) 1209 : cluster [DBG] pgmap v1111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:23.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:23.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:23.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:24.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:24.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:24 smithi136 bash[11745]: cluster 2022-04-26T03:25:22.788726+0000 mgr.smithi136.ofnrfx (mgr.14188) 1210 : cluster [DBG] pgmap v1112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:24.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:24 smithi136 bash[11745]: audit 2022-04-26T03:25:24.248160+0000 mon.smithi136 (mon.0) 1223 : audit [DBG] from='client.? 172.21.15.136:0/3836514792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:24 smithi145 bash[13673]: cluster 2022-04-26T03:25:22.788726+0000 mgr.smithi136.ofnrfx (mgr.14188) 1210 : cluster [DBG] pgmap v1112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:24 smithi145 bash[13673]: audit 2022-04-26T03:25:24.248160+0000 mon.smithi136 (mon.0) 1223 : audit [DBG] from='client.? 172.21.15.136:0/3836514792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:26 smithi136 bash[11745]: cluster 2022-04-26T03:25:24.789393+0000 mgr.smithi136.ofnrfx (mgr.14188) 1211 : cluster [DBG] pgmap v1113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:26 smithi145 bash[13673]: cluster 2022-04-26T03:25:24.789393+0000 mgr.smithi136.ofnrfx (mgr.14188) 1211 : cluster [DBG] pgmap v1113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:28.706 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:28 smithi136 bash[11745]: cluster 2022-04-26T03:25:26.790033+0000 mgr.smithi136.ofnrfx (mgr.14188) 1212 : cluster [DBG] pgmap v1114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:28 smithi145 bash[13673]: cluster 2022-04-26T03:25:26.790033+0000 mgr.smithi136.ofnrfx (mgr.14188) 1212 : cluster [DBG] pgmap v1114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:29.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:29.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:29.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:29.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:30 smithi136 bash[11745]: cluster 2022-04-26T03:25:28.790670+0000 mgr.smithi136.ofnrfx (mgr.14188) 1213 : cluster [DBG] pgmap v1115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:30 smithi136 bash[11745]: audit 2022-04-26T03:25:29.574031+0000 mon.smithi136 (mon.0) 1224 : audit [DBG] from='client.? 172.21.15.136:0/2322004913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:30 smithi145 bash[13673]: cluster 2022-04-26T03:25:28.790670+0000 mgr.smithi136.ofnrfx (mgr.14188) 1213 : cluster [DBG] pgmap v1115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:30 smithi145 bash[13673]: audit 2022-04-26T03:25:29.574031+0000 mon.smithi136 (mon.0) 1224 : audit [DBG] from='client.? 172.21.15.136:0/2322004913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:32 smithi136 bash[11745]: cluster 2022-04-26T03:25:30.791325+0000 mgr.smithi136.ofnrfx (mgr.14188) 1214 : cluster [DBG] pgmap v1116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:32 smithi145 bash[13673]: cluster 2022-04-26T03:25:30.791325+0000 mgr.smithi136.ofnrfx (mgr.14188) 1214 : cluster [DBG] pgmap v1116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:34.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:34.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:34.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:34 smithi136 bash[11745]: cluster 2022-04-26T03:25:32.792079+0000 mgr.smithi136.ofnrfx (mgr.14188) 1215 : cluster [DBG] pgmap v1117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:34.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:34 smithi145 bash[13673]: cluster 2022-04-26T03:25:32.792079+0000 mgr.smithi136.ofnrfx (mgr.14188) 1215 : cluster [DBG] pgmap v1117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:34.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:35.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:35 smithi136 bash[11745]: audit 2022-04-26T03:25:34.903029+0000 mon.smithi136 (mon.0) 1225 : audit [DBG] from='client.? 172.21.15.136:0/4240593928' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:35.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:35 smithi145 bash[13673]: audit 2022-04-26T03:25:34.903029+0000 mon.smithi136 (mon.0) 1225 : audit [DBG] from='client.? 172.21.15.136:0/4240593928' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:36 smithi136 bash[11745]: cluster 2022-04-26T03:25:34.792576+0000 mgr.smithi136.ofnrfx (mgr.14188) 1216 : cluster [DBG] pgmap v1118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:36 smithi145 bash[13673]: cluster 2022-04-26T03:25:34.792576+0000 mgr.smithi136.ofnrfx (mgr.14188) 1216 : cluster [DBG] pgmap v1118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:37 smithi136 bash[11745]: cluster 2022-04-26T03:25:36.793160+0000 mgr.smithi136.ofnrfx (mgr.14188) 1217 : cluster [DBG] pgmap v1119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:37 smithi145 bash[13673]: cluster 2022-04-26T03:25:36.793160+0000 mgr.smithi136.ofnrfx (mgr.14188) 1217 : cluster [DBG] pgmap v1119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:39.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:39.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:39.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:40.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:40.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:40 smithi136 bash[11745]: cluster 2022-04-26T03:25:38.793736+0000 mgr.smithi136.ofnrfx (mgr.14188) 1218 : cluster [DBG] pgmap v1120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:40.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:40 smithi136 bash[11745]: audit 2022-04-26T03:25:40.233088+0000 mon.smithi136 (mon.0) 1226 : audit [DBG] from='client.? 172.21.15.136:0/4019597897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:40 smithi145 bash[13673]: cluster 2022-04-26T03:25:38.793736+0000 mgr.smithi136.ofnrfx (mgr.14188) 1218 : cluster [DBG] pgmap v1120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:40 smithi145 bash[13673]: audit 2022-04-26T03:25:40.233088+0000 mon.smithi136 (mon.0) 1226 : audit [DBG] from='client.? 172.21.15.136:0/4019597897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:42.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:42 smithi136 bash[11745]: cluster 2022-04-26T03:25:40.794376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1219 : cluster [DBG] pgmap v1121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:42.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:42 smithi145 bash[13673]: cluster 2022-04-26T03:25:40.794376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1219 : cluster [DBG] pgmap v1121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:44.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:44 smithi136 bash[11745]: cluster 2022-04-26T03:25:42.795108+0000 mgr.smithi136.ofnrfx (mgr.14188) 1220 : cluster [DBG] pgmap v1122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:44 smithi145 bash[13673]: cluster 2022-04-26T03:25:42.795108+0000 mgr.smithi136.ofnrfx (mgr.14188) 1220 : cluster [DBG] pgmap v1122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:45.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:45.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:45.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:45.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:46 smithi136 bash[11745]: cluster 2022-04-26T03:25:44.795785+0000 mgr.smithi136.ofnrfx (mgr.14188) 1221 : cluster [DBG] pgmap v1123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:46 smithi136 bash[11745]: audit 2022-04-26T03:25:45.569227+0000 mon.smithi136 (mon.0) 1227 : audit [DBG] from='client.? 172.21.15.136:0/3188979631' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:46 smithi145 bash[13673]: cluster 2022-04-26T03:25:44.795785+0000 mgr.smithi136.ofnrfx (mgr.14188) 1221 : cluster [DBG] pgmap v1123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:46 smithi145 bash[13673]: audit 2022-04-26T03:25:45.569227+0000 mon.smithi136 (mon.0) 1227 : audit [DBG] from='client.? 172.21.15.136:0/3188979631' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:48.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:48 smithi136 bash[11745]: cluster 2022-04-26T03:25:46.796416+0000 mgr.smithi136.ofnrfx (mgr.14188) 1222 : cluster [DBG] pgmap v1124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:48 smithi145 bash[13673]: cluster 2022-04-26T03:25:46.796416+0000 mgr.smithi136.ofnrfx (mgr.14188) 1222 : cluster [DBG] pgmap v1124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:50.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:50.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:50.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:50.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:50 smithi136 bash[11745]: cluster 2022-04-26T03:25:48.797067+0000 mgr.smithi136.ofnrfx (mgr.14188) 1223 : cluster [DBG] pgmap v1125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:50 smithi145 bash[13673]: cluster 2022-04-26T03:25:48.797067+0000 mgr.smithi136.ofnrfx (mgr.14188) 1223 : cluster [DBG] pgmap v1125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:50.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:51.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:51 smithi136 bash[11745]: audit 2022-04-26T03:25:50.896938+0000 mon.smithi136 (mon.0) 1228 : audit [DBG] from='client.? 172.21.15.136:0/2038412826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:51.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:51 smithi145 bash[13673]: audit 2022-04-26T03:25:50.896938+0000 mon.smithi136 (mon.0) 1228 : audit [DBG] from='client.? 172.21.15.136:0/2038412826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:52 smithi136 bash[11745]: cluster 2022-04-26T03:25:50.797671+0000 mgr.smithi136.ofnrfx (mgr.14188) 1224 : cluster [DBG] pgmap v1126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:52.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:52 smithi145 bash[13673]: cluster 2022-04-26T03:25:50.797671+0000 mgr.smithi136.ofnrfx (mgr.14188) 1224 : cluster [DBG] pgmap v1126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:54 smithi136 bash[11745]: cluster 2022-04-26T03:25:52.798332+0000 mgr.smithi136.ofnrfx (mgr.14188) 1225 : cluster [DBG] pgmap v1127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:54 smithi145 bash[13673]: cluster 2022-04-26T03:25:52.798332+0000 mgr.smithi136.ofnrfx (mgr.14188) 1225 : cluster [DBG] pgmap v1127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:55.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:25:55.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:25:55.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:25:56.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:25:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:56 smithi136 bash[11745]: cluster 2022-04-26T03:25:54.798966+0000 mgr.smithi136.ofnrfx (mgr.14188) 1226 : cluster [DBG] pgmap v1128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:56 smithi136 bash[11745]: audit 2022-04-26T03:25:56.226597+0000 mon.smithi136 (mon.0) 1229 : audit [DBG] from='client.? 172.21.15.136:0/3506700861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:56 smithi145 bash[13673]: cluster 2022-04-26T03:25:54.798966+0000 mgr.smithi136.ofnrfx (mgr.14188) 1226 : cluster [DBG] pgmap v1128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:56 smithi145 bash[13673]: audit 2022-04-26T03:25:56.226597+0000 mon.smithi136 (mon.0) 1229 : audit [DBG] from='client.? 172.21.15.136:0/3506700861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:25:58.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:25:58 smithi136 bash[11745]: cluster 2022-04-26T03:25:56.799620+0000 mgr.smithi136.ofnrfx (mgr.14188) 1227 : cluster [DBG] pgmap v1129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:25:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:25:58 smithi145 bash[13673]: cluster 2022-04-26T03:25:56.799620+0000 mgr.smithi136.ofnrfx (mgr.14188) 1227 : cluster [DBG] pgmap v1129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:00 smithi136 bash[11745]: cluster 2022-04-26T03:25:58.800282+0000 mgr.smithi136.ofnrfx (mgr.14188) 1228 : cluster [DBG] pgmap v1130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:00 smithi145 bash[13673]: cluster 2022-04-26T03:25:58.800282+0000 mgr.smithi136.ofnrfx (mgr.14188) 1228 : cluster [DBG] pgmap v1130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:01.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:01.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:01.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:01.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:01 smithi136 bash[11745]: audit 2022-04-26T03:26:00.807573+0000 mon.smithi136 (mon.0) 1230 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:26:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:01 smithi136 bash[11745]: audit 2022-04-26T03:26:00.810406+0000 mon.smithi136 (mon.0) 1231 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:26:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:01 smithi136 bash[11745]: audit 2022-04-26T03:26:00.812119+0000 mon.smithi136 (mon.0) 1232 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:26:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:01 smithi136 bash[11745]: audit 2022-04-26T03:26:01.143264+0000 mon.smithi136 (mon.0) 1233 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:26:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:01 smithi136 bash[11745]: audit 2022-04-26T03:26:01.149853+0000 mon.smithi136 (mon.0) 1234 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:26:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:01 smithi145 bash[13673]: audit 2022-04-26T03:26:00.807573+0000 mon.smithi136 (mon.0) 1230 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:26:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:01 smithi145 bash[13673]: audit 2022-04-26T03:26:00.810406+0000 mon.smithi136 (mon.0) 1231 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:26:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:01 smithi145 bash[13673]: audit 2022-04-26T03:26:00.812119+0000 mon.smithi136 (mon.0) 1232 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:26:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:01 smithi145 bash[13673]: audit 2022-04-26T03:26:01.143264+0000 mon.smithi136 (mon.0) 1233 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:26:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:01 smithi145 bash[13673]: audit 2022-04-26T03:26:01.149853+0000 mon.smithi136 (mon.0) 1234 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:26:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: cluster 2022-04-26T03:26:00.801018+0000 mgr.smithi136.ofnrfx (mgr.14188) 1229 : cluster [DBG] pgmap v1131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: cluster 2022-04-26T03:26:01.137936+0000 mgr.smithi136.ofnrfx (mgr.14188) 1230 : cluster [DBG] pgmap v1132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: cluster 2022-04-26T03:26:01.138226+0000 mgr.smithi136.ofnrfx (mgr.14188) 1231 : cluster [DBG] pgmap v1133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: cephadm 2022-04-26T03:26:01.150855+0000 mgr.smithi136.ofnrfx (mgr.14188) 1232 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:26:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: cephadm 2022-04-26T03:26:01.151021+0000 mgr.smithi136.ofnrfx (mgr.14188) 1233 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:26:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: audit 2022-04-26T03:26:01.559470+0000 mon.smithi136 (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.136:0/307202285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: audit 2022-04-26T03:26:01.970852+0000 mon.smithi136 (mon.0) 1236 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:26:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:02 smithi136 bash[11745]: audit 2022-04-26T03:26:01.971300+0000 mon.smithi136 (mon.0) 1237 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:26:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: cluster 2022-04-26T03:26:00.801018+0000 mgr.smithi136.ofnrfx (mgr.14188) 1229 : cluster [DBG] pgmap v1131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: cluster 2022-04-26T03:26:01.137936+0000 mgr.smithi136.ofnrfx (mgr.14188) 1230 : cluster [DBG] pgmap v1132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: cluster 2022-04-26T03:26:01.138226+0000 mgr.smithi136.ofnrfx (mgr.14188) 1231 : cluster [DBG] pgmap v1133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: cephadm 2022-04-26T03:26:01.150855+0000 mgr.smithi136.ofnrfx (mgr.14188) 1232 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:26:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: cephadm 2022-04-26T03:26:01.151021+0000 mgr.smithi136.ofnrfx (mgr.14188) 1233 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:26:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: audit 2022-04-26T03:26:01.559470+0000 mon.smithi136 (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.136:0/307202285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: audit 2022-04-26T03:26:01.970852+0000 mon.smithi136 (mon.0) 1236 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:26:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:02 smithi145 bash[13673]: audit 2022-04-26T03:26:01.971300+0000 mon.smithi136 (mon.0) 1237 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:26:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:04 smithi136 bash[11745]: cluster 2022-04-26T03:26:03.138778+0000 mgr.smithi136.ofnrfx (mgr.14188) 1234 : cluster [DBG] pgmap v1134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:04 smithi145 bash[13673]: cluster 2022-04-26T03:26:03.138778+0000 mgr.smithi136.ofnrfx (mgr.14188) 1234 : cluster [DBG] pgmap v1134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:06.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:06.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:06.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:06 smithi136 bash[11745]: cluster 2022-04-26T03:26:05.139330+0000 mgr.smithi136.ofnrfx (mgr.14188) 1235 : cluster [DBG] pgmap v1135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:06.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:06.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:06 smithi145 bash[13673]: cluster 2022-04-26T03:26:05.139330+0000 mgr.smithi136.ofnrfx (mgr.14188) 1235 : cluster [DBG] pgmap v1135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:07.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:07 smithi136 bash[11745]: audit 2022-04-26T03:26:06.885539+0000 mon.smithi136 (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.136:0/807049300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:07.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:07 smithi136 bash[11745]: cluster 2022-04-26T03:26:07.139986+0000 mgr.smithi136.ofnrfx (mgr.14188) 1236 : cluster [DBG] pgmap v1136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:07 smithi145 bash[13673]: audit 2022-04-26T03:26:06.885539+0000 mon.smithi136 (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.136:0/807049300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:07 smithi145 bash[13673]: cluster 2022-04-26T03:26:07.139986+0000 mgr.smithi136.ofnrfx (mgr.14188) 1236 : cluster [DBG] pgmap v1136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:10 smithi136 bash[11745]: cluster 2022-04-26T03:26:09.140636+0000 mgr.smithi136.ofnrfx (mgr.14188) 1237 : cluster [DBG] pgmap v1137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:10.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:10 smithi145 bash[13673]: cluster 2022-04-26T03:26:09.140636+0000 mgr.smithi136.ofnrfx (mgr.14188) 1237 : cluster [DBG] pgmap v1137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:11.902 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:11.902 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:11.902 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:12.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:12 smithi136 bash[11745]: cluster 2022-04-26T03:26:11.141365+0000 mgr.smithi136.ofnrfx (mgr.14188) 1238 : cluster [DBG] pgmap v1138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:12 smithi136 bash[11745]: audit 2022-04-26T03:26:12.212375+0000 mon.smithi136 (mon.0) 1239 : audit [DBG] from='client.? 172.21.15.136:0/2101591536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:12 smithi145 bash[13673]: cluster 2022-04-26T03:26:11.141365+0000 mgr.smithi136.ofnrfx (mgr.14188) 1238 : cluster [DBG] pgmap v1138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:12 smithi145 bash[13673]: audit 2022-04-26T03:26:12.212375+0000 mon.smithi136 (mon.0) 1239 : audit [DBG] from='client.? 172.21.15.136:0/2101591536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:14 smithi136 bash[11745]: cluster 2022-04-26T03:26:13.142028+0000 mgr.smithi136.ofnrfx (mgr.14188) 1239 : cluster [DBG] pgmap v1139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:14.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:14 smithi145 bash[13673]: cluster 2022-04-26T03:26:13.142028+0000 mgr.smithi136.ofnrfx (mgr.14188) 1239 : cluster [DBG] pgmap v1139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:16 smithi136 bash[11745]: cluster 2022-04-26T03:26:15.142621+0000 mgr.smithi136.ofnrfx (mgr.14188) 1240 : cluster [DBG] pgmap v1140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:16.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:16 smithi145 bash[13673]: cluster 2022-04-26T03:26:15.142621+0000 mgr.smithi136.ofnrfx (mgr.14188) 1240 : cluster [DBG] pgmap v1140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:17.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:17.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:17.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:17.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:18.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:18 smithi136 bash[11745]: cluster 2022-04-26T03:26:17.143251+0000 mgr.smithi136.ofnrfx (mgr.14188) 1241 : cluster [DBG] pgmap v1141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:18.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:18 smithi136 bash[11745]: audit 2022-04-26T03:26:17.545098+0000 mon.smithi136 (mon.0) 1240 : audit [DBG] from='client.? 172.21.15.136:0/4085467310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:18 smithi145 bash[13673]: cluster 2022-04-26T03:26:17.143251+0000 mgr.smithi136.ofnrfx (mgr.14188) 1241 : cluster [DBG] pgmap v1141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:18 smithi145 bash[13673]: audit 2022-04-26T03:26:17.545098+0000 mon.smithi136 (mon.0) 1240 : audit [DBG] from='client.? 172.21.15.136:0/4085467310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:20.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:20 smithi136 bash[11745]: cluster 2022-04-26T03:26:19.143851+0000 mgr.smithi136.ofnrfx (mgr.14188) 1242 : cluster [DBG] pgmap v1142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:20.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:20 smithi145 bash[13673]: cluster 2022-04-26T03:26:19.143851+0000 mgr.smithi136.ofnrfx (mgr.14188) 1242 : cluster [DBG] pgmap v1142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:22.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:22.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:22.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:22.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:22 smithi136 bash[11745]: cluster 2022-04-26T03:26:21.144505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1243 : cluster [DBG] pgmap v1143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:22.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:22.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:22 smithi145 bash[13673]: cluster 2022-04-26T03:26:21.144505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1243 : cluster [DBG] pgmap v1143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:23.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:23 smithi136 bash[11745]: audit 2022-04-26T03:26:22.871525+0000 mon.smithi136 (mon.0) 1241 : audit [DBG] from='client.? 172.21.15.136:0/1393996958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:23.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:23 smithi136 bash[11745]: cluster 2022-04-26T03:26:23.145189+0000 mgr.smithi136.ofnrfx (mgr.14188) 1244 : cluster [DBG] pgmap v1144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:23 smithi145 bash[13673]: audit 2022-04-26T03:26:22.871525+0000 mon.smithi136 (mon.0) 1241 : audit [DBG] from='client.? 172.21.15.136:0/1393996958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:23 smithi145 bash[13673]: cluster 2022-04-26T03:26:23.145189+0000 mgr.smithi136.ofnrfx (mgr.14188) 1244 : cluster [DBG] pgmap v1144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:26.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:26 smithi136 bash[11745]: cluster 2022-04-26T03:26:25.145912+0000 mgr.smithi136.ofnrfx (mgr.14188) 1245 : cluster [DBG] pgmap v1145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:26 smithi145 bash[13673]: cluster 2022-04-26T03:26:25.145912+0000 mgr.smithi136.ofnrfx (mgr.14188) 1245 : cluster [DBG] pgmap v1145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:27.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:27.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:27.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:28.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:28 smithi145 bash[13673]: cluster 2022-04-26T03:26:27.146654+0000 mgr.smithi136.ofnrfx (mgr.14188) 1246 : cluster [DBG] pgmap v1146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:28 smithi145 bash[13673]: audit 2022-04-26T03:26:28.202829+0000 mon.smithi136 (mon.0) 1242 : audit [DBG] from='client.? 172.21.15.136:0/2497800688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:28 smithi136 bash[11745]: cluster 2022-04-26T03:26:27.146654+0000 mgr.smithi136.ofnrfx (mgr.14188) 1246 : cluster [DBG] pgmap v1146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:28 smithi136 bash[11745]: audit 2022-04-26T03:26:28.202829+0000 mon.smithi136 (mon.0) 1242 : audit [DBG] from='client.? 172.21.15.136:0/2497800688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:30.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:30 smithi136 bash[11745]: cluster 2022-04-26T03:26:29.147428+0000 mgr.smithi136.ofnrfx (mgr.14188) 1247 : cluster [DBG] pgmap v1147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:30.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:30 smithi145 bash[13673]: cluster 2022-04-26T03:26:29.147428+0000 mgr.smithi136.ofnrfx (mgr.14188) 1247 : cluster [DBG] pgmap v1147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:32 smithi136 bash[11745]: cluster 2022-04-26T03:26:31.148241+0000 mgr.smithi136.ofnrfx (mgr.14188) 1248 : cluster [DBG] pgmap v1148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:32.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:32 smithi145 bash[13673]: cluster 2022-04-26T03:26:31.148241+0000 mgr.smithi136.ofnrfx (mgr.14188) 1248 : cluster [DBG] pgmap v1148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:33.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:33.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:33.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:33.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:34 smithi136 bash[11745]: cluster 2022-04-26T03:26:33.148908+0000 mgr.smithi136.ofnrfx (mgr.14188) 1249 : cluster [DBG] pgmap v1149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:34 smithi136 bash[11745]: audit 2022-04-26T03:26:33.526600+0000 mon.smithi136 (mon.0) 1243 : audit [DBG] from='client.? 172.21.15.136:0/4163877273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:34.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:34 smithi145 bash[13673]: cluster 2022-04-26T03:26:33.148908+0000 mgr.smithi136.ofnrfx (mgr.14188) 1249 : cluster [DBG] pgmap v1149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:34 smithi145 bash[13673]: audit 2022-04-26T03:26:33.526600+0000 mon.smithi136 (mon.0) 1243 : audit [DBG] from='client.? 172.21.15.136:0/4163877273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:36 smithi136 bash[11745]: cluster 2022-04-26T03:26:35.149521+0000 mgr.smithi136.ofnrfx (mgr.14188) 1250 : cluster [DBG] pgmap v1150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:36 smithi145 bash[13673]: cluster 2022-04-26T03:26:35.149521+0000 mgr.smithi136.ofnrfx (mgr.14188) 1250 : cluster [DBG] pgmap v1150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:38.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:38.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:38.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:38.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:38 smithi136 bash[11745]: cluster 2022-04-26T03:26:37.150164+0000 mgr.smithi136.ofnrfx (mgr.14188) 1251 : cluster [DBG] pgmap v1151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:38.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:38 smithi145 bash[13673]: cluster 2022-04-26T03:26:37.150164+0000 mgr.smithi136.ofnrfx (mgr.14188) 1251 : cluster [DBG] pgmap v1151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:39 smithi136 bash[11745]: audit 2022-04-26T03:26:38.857828+0000 mon.smithi136 (mon.0) 1244 : audit [DBG] from='client.? 172.21.15.136:0/2540621760' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:39.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:39 smithi145 bash[13673]: audit 2022-04-26T03:26:38.857828+0000 mon.smithi136 (mon.0) 1244 : audit [DBG] from='client.? 172.21.15.136:0/2540621760' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:40 smithi136 bash[11745]: cluster 2022-04-26T03:26:39.150762+0000 mgr.smithi136.ofnrfx (mgr.14188) 1252 : cluster [DBG] pgmap v1152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:40.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:40 smithi145 bash[13673]: cluster 2022-04-26T03:26:39.150762+0000 mgr.smithi136.ofnrfx (mgr.14188) 1252 : cluster [DBG] pgmap v1152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:41 smithi136 bash[11745]: cluster 2022-04-26T03:26:41.151440+0000 mgr.smithi136.ofnrfx (mgr.14188) 1253 : cluster [DBG] pgmap v1153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:41 smithi145 bash[13673]: cluster 2022-04-26T03:26:41.151440+0000 mgr.smithi136.ofnrfx (mgr.14188) 1253 : cluster [DBG] pgmap v1153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:43.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:43.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:43.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:44.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:44 smithi136 bash[11745]: cluster 2022-04-26T03:26:43.152089+0000 mgr.smithi136.ofnrfx (mgr.14188) 1254 : cluster [DBG] pgmap v1154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:44 smithi136 bash[11745]: audit 2022-04-26T03:26:44.185506+0000 mon.smithi136 (mon.0) 1245 : audit [DBG] from='client.? 172.21.15.136:0/2760851226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:44 smithi145 bash[13673]: cluster 2022-04-26T03:26:43.152089+0000 mgr.smithi136.ofnrfx (mgr.14188) 1254 : cluster [DBG] pgmap v1154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:44 smithi145 bash[13673]: audit 2022-04-26T03:26:44.185506+0000 mon.smithi136 (mon.0) 1245 : audit [DBG] from='client.? 172.21.15.136:0/2760851226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:46 smithi136 bash[11745]: cluster 2022-04-26T03:26:45.152653+0000 mgr.smithi136.ofnrfx (mgr.14188) 1255 : cluster [DBG] pgmap v1155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:46.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:46 smithi145 bash[13673]: cluster 2022-04-26T03:26:45.152653+0000 mgr.smithi136.ofnrfx (mgr.14188) 1255 : cluster [DBG] pgmap v1155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:48.709 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:48 smithi136 bash[11745]: cluster 2022-04-26T03:26:47.153285+0000 mgr.smithi136.ofnrfx (mgr.14188) 1256 : cluster [DBG] pgmap v1156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:48 smithi145 bash[13673]: cluster 2022-04-26T03:26:47.153285+0000 mgr.smithi136.ofnrfx (mgr.14188) 1256 : cluster [DBG] pgmap v1156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:49.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:49.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:49.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:49.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:50.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:50 smithi136 bash[11745]: cluster 2022-04-26T03:26:49.153921+0000 mgr.smithi136.ofnrfx (mgr.14188) 1257 : cluster [DBG] pgmap v1157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:50.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:50 smithi136 bash[11745]: audit 2022-04-26T03:26:49.507778+0000 mon.smithi136 (mon.0) 1246 : audit [DBG] from='client.? 172.21.15.136:0/641020420' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:50 smithi145 bash[13673]: cluster 2022-04-26T03:26:49.153921+0000 mgr.smithi136.ofnrfx (mgr.14188) 1257 : cluster [DBG] pgmap v1157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:50 smithi145 bash[13673]: audit 2022-04-26T03:26:49.507778+0000 mon.smithi136 (mon.0) 1246 : audit [DBG] from='client.? 172.21.15.136:0/641020420' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:52 smithi136 bash[11745]: cluster 2022-04-26T03:26:51.154503+0000 mgr.smithi136.ofnrfx (mgr.14188) 1258 : cluster [DBG] pgmap v1158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:52.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:52 smithi145 bash[13673]: cluster 2022-04-26T03:26:51.154503+0000 mgr.smithi136.ofnrfx (mgr.14188) 1258 : cluster [DBG] pgmap v1158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:54.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:54.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:54.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:26:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:54 smithi136 bash[11745]: cluster 2022-04-26T03:26:53.155157+0000 mgr.smithi136.ofnrfx (mgr.14188) 1259 : cluster [DBG] pgmap v1159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:54.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:26:54.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:54 smithi145 bash[13673]: cluster 2022-04-26T03:26:53.155157+0000 mgr.smithi136.ofnrfx (mgr.14188) 1259 : cluster [DBG] pgmap v1159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:55.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:55 smithi136 bash[11745]: audit 2022-04-26T03:26:54.840386+0000 mon.smithi136 (mon.0) 1247 : audit [DBG] from='client.? 172.21.15.136:0/1399601176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:55.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:55 smithi145 bash[13673]: audit 2022-04-26T03:26:54.840386+0000 mon.smithi136 (mon.0) 1247 : audit [DBG] from='client.? 172.21.15.136:0/1399601176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:26:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:56 smithi136 bash[11745]: cluster 2022-04-26T03:26:55.155819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1260 : cluster [DBG] pgmap v1160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:56.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:56 smithi145 bash[13673]: cluster 2022-04-26T03:26:55.155819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1260 : cluster [DBG] pgmap v1160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:57.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:26:57 smithi136 bash[11745]: cluster 2022-04-26T03:26:57.156446+0000 mgr.smithi136.ofnrfx (mgr.14188) 1261 : cluster [DBG] pgmap v1161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:26:57 smithi145 bash[13673]: cluster 2022-04-26T03:26:57.156446+0000 mgr.smithi136.ofnrfx (mgr.14188) 1261 : cluster [DBG] pgmap v1161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:26:59.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:26:59.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:26:59.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:00.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:00 smithi136 bash[11745]: cluster 2022-04-26T03:26:59.157083+0000 mgr.smithi136.ofnrfx (mgr.14188) 1262 : cluster [DBG] pgmap v1162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:00 smithi136 bash[11745]: audit 2022-04-26T03:27:00.200587+0000 mon.smithi136 (mon.0) 1248 : audit [DBG] from='client.? 172.21.15.136:0/1995031043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:00.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:00 smithi145 bash[13673]: cluster 2022-04-26T03:26:59.157083+0000 mgr.smithi136.ofnrfx (mgr.14188) 1262 : cluster [DBG] pgmap v1162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:00 smithi145 bash[13673]: audit 2022-04-26T03:27:00.200587+0000 mon.smithi136 (mon.0) 1248 : audit [DBG] from='client.? 172.21.15.136:0/1995031043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:01 smithi136 bash[11745]: audit 2022-04-26T03:27:01.157379+0000 mon.smithi136 (mon.0) 1249 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:27:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:01 smithi136 bash[11745]: audit 2022-04-26T03:27:01.160474+0000 mon.smithi136 (mon.0) 1250 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:27:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:01 smithi136 bash[11745]: audit 2022-04-26T03:27:01.162251+0000 mon.smithi136 (mon.0) 1251 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:27:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:01 smithi145 bash[13673]: audit 2022-04-26T03:27:01.157379+0000 mon.smithi136 (mon.0) 1249 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:27:01.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:01 smithi145 bash[13673]: audit 2022-04-26T03:27:01.160474+0000 mon.smithi136 (mon.0) 1250 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:27:01.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:01 smithi145 bash[13673]: audit 2022-04-26T03:27:01.162251+0000 mon.smithi136 (mon.0) 1251 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:27:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:02 smithi136 bash[11745]: cluster 2022-04-26T03:27:01.157678+0000 mgr.smithi136.ofnrfx (mgr.14188) 1263 : cluster [DBG] pgmap v1163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:02 smithi136 bash[11745]: audit 2022-04-26T03:27:01.980518+0000 mon.smithi136 (mon.0) 1252 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:27:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:02 smithi136 bash[11745]: audit 2022-04-26T03:27:01.980955+0000 mon.smithi136 (mon.0) 1253 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:27:02.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:02 smithi145 bash[13673]: cluster 2022-04-26T03:27:01.157678+0000 mgr.smithi136.ofnrfx (mgr.14188) 1263 : cluster [DBG] pgmap v1163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:02 smithi145 bash[13673]: audit 2022-04-26T03:27:01.980518+0000 mon.smithi136 (mon.0) 1252 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:27:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:02 smithi145 bash[13673]: audit 2022-04-26T03:27:01.980955+0000 mon.smithi136 (mon.0) 1253 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:27:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:04 smithi136 bash[11745]: cluster 2022-04-26T03:27:03.158332+0000 mgr.smithi136.ofnrfx (mgr.14188) 1264 : cluster [DBG] pgmap v1164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:04.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:04 smithi145 bash[13673]: cluster 2022-04-26T03:27:03.158332+0000 mgr.smithi136.ofnrfx (mgr.14188) 1264 : cluster [DBG] pgmap v1164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:05.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:05.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:05.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:05.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:06 smithi136 bash[11745]: cluster 2022-04-26T03:27:05.158918+0000 mgr.smithi136.ofnrfx (mgr.14188) 1265 : cluster [DBG] pgmap v1165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:06.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:06 smithi136 bash[11745]: audit 2022-04-26T03:27:05.516860+0000 mon.smithi136 (mon.0) 1254 : audit [DBG] from='client.? 172.21.15.136:0/2473051566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:06 smithi145 bash[13673]: cluster 2022-04-26T03:27:05.158918+0000 mgr.smithi136.ofnrfx (mgr.14188) 1265 : cluster [DBG] pgmap v1165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:06 smithi145 bash[13673]: audit 2022-04-26T03:27:05.516860+0000 mon.smithi136 (mon.0) 1254 : audit [DBG] from='client.? 172.21.15.136:0/2473051566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:07.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:07 smithi136 bash[11745]: cluster 2022-04-26T03:27:07.159489+0000 mgr.smithi136.ofnrfx (mgr.14188) 1266 : cluster [DBG] pgmap v1166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:07 smithi145 bash[13673]: cluster 2022-04-26T03:27:07.159489+0000 mgr.smithi136.ofnrfx (mgr.14188) 1266 : cluster [DBG] pgmap v1166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:10.169 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: cephadm 2022-04-26T03:27:08.899370+0000 mgr.smithi136.ofnrfx (mgr.14188) 1267 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: audit 2022-04-26T03:27:08.911800+0000 mon.smithi136 (mon.0) 1255 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: cluster 2022-04-26T03:27:09.160114+0000 mgr.smithi136.ofnrfx (mgr.14188) 1268 : cluster [DBG] pgmap v1167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: cluster 2022-04-26T03:27:09.196146+0000 mgr.smithi136.ofnrfx (mgr.14188) 1269 : cluster [DBG] pgmap v1168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: cluster 2022-04-26T03:27:09.196543+0000 mgr.smithi136.ofnrfx (mgr.14188) 1270 : cluster [DBG] pgmap v1169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: audit 2022-04-26T03:27:09.203293+0000 mon.smithi136 (mon.0) 1256 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: audit 2022-04-26T03:27:09.211548+0000 mon.smithi136 (mon.0) 1257 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: cephadm 2022-04-26T03:27:09.212879+0000 mgr.smithi136.ofnrfx (mgr.14188) 1271 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:27:10.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: cephadm 2022-04-26T03:27:09.213028+0000 mgr.smithi136.ofnrfx (mgr.14188) 1272 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:27:10.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: audit 2022-04-26T03:27:09.218459+0000 mon.smithi136 (mon.0) 1258 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:27:10.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:09 smithi136 bash[11745]: audit 2022-04-26T03:27:09.221600+0000 mon.smithi136 (mon.0) 1259 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:27:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: cephadm 2022-04-26T03:27:08.899370+0000 mgr.smithi136.ofnrfx (mgr.14188) 1267 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T03:27:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: audit 2022-04-26T03:27:08.911800+0000 mon.smithi136 (mon.0) 1255 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:27:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: cluster 2022-04-26T03:27:09.160114+0000 mgr.smithi136.ofnrfx (mgr.14188) 1268 : cluster [DBG] pgmap v1167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: cluster 2022-04-26T03:27:09.196146+0000 mgr.smithi136.ofnrfx (mgr.14188) 1269 : cluster [DBG] pgmap v1168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: cluster 2022-04-26T03:27:09.196543+0000 mgr.smithi136.ofnrfx (mgr.14188) 1270 : cluster [DBG] pgmap v1169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: audit 2022-04-26T03:27:09.203293+0000 mon.smithi136 (mon.0) 1256 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:27:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: audit 2022-04-26T03:27:09.211548+0000 mon.smithi136 (mon.0) 1257 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:27:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: cephadm 2022-04-26T03:27:09.212879+0000 mgr.smithi136.ofnrfx (mgr.14188) 1271 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:27:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: cephadm 2022-04-26T03:27:09.213028+0000 mgr.smithi136.ofnrfx (mgr.14188) 1272 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:27:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: audit 2022-04-26T03:27:09.218459+0000 mon.smithi136 (mon.0) 1258 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:27:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:09 smithi145 bash[13673]: audit 2022-04-26T03:27:09.221600+0000 mon.smithi136 (mon.0) 1259 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:27:10.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:10.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:10.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:10.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:11.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:10 smithi136 bash[11745]: audit 2022-04-26T03:27:10.836134+0000 mon.smithi136 (mon.0) 1260 : audit [DBG] from='client.? 172.21.15.136:0/813415191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:11.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:10 smithi145 bash[13673]: audit 2022-04-26T03:27:10.836134+0000 mon.smithi136 (mon.0) 1260 : audit [DBG] from='client.? 172.21.15.136:0/813415191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:12.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:11 smithi136 bash[11745]: cluster 2022-04-26T03:27:11.197181+0000 mgr.smithi136.ofnrfx (mgr.14188) 1273 : cluster [DBG] pgmap v1170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:12.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:11 smithi145 bash[13673]: cluster 2022-04-26T03:27:11.197181+0000 mgr.smithi136.ofnrfx (mgr.14188) 1273 : cluster [DBG] pgmap v1170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:14 smithi136 bash[11745]: cluster 2022-04-26T03:27:13.197789+0000 mgr.smithi136.ofnrfx (mgr.14188) 1274 : cluster [DBG] pgmap v1171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:14.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:14 smithi145 bash[13673]: cluster 2022-04-26T03:27:13.197789+0000 mgr.smithi136.ofnrfx (mgr.14188) 1274 : cluster [DBG] pgmap v1171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:15.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:15.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:15.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:16.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:16 smithi136 bash[11745]: cluster 2022-04-26T03:27:15.198239+0000 mgr.smithi136.ofnrfx (mgr.14188) 1275 : cluster [DBG] pgmap v1172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:16 smithi136 bash[11745]: audit 2022-04-26T03:27:16.171079+0000 mon.smithi136 (mon.0) 1261 : audit [DBG] from='client.? 172.21.15.136:0/1532672731' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:16.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:16 smithi145 bash[13673]: cluster 2022-04-26T03:27:15.198239+0000 mgr.smithi136.ofnrfx (mgr.14188) 1275 : cluster [DBG] pgmap v1172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:16 smithi145 bash[13673]: audit 2022-04-26T03:27:16.171079+0000 mon.smithi136 (mon.0) 1261 : audit [DBG] from='client.? 172.21.15.136:0/1532672731' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:18.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:18 smithi136 bash[11745]: cluster 2022-04-26T03:27:17.198823+0000 mgr.smithi136.ofnrfx (mgr.14188) 1276 : cluster [DBG] pgmap v1173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:18.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:18 smithi145 bash[13673]: cluster 2022-04-26T03:27:17.198823+0000 mgr.smithi136.ofnrfx (mgr.14188) 1276 : cluster [DBG] pgmap v1173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:20.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:20 smithi136 bash[11745]: cluster 2022-04-26T03:27:19.199451+0000 mgr.smithi136.ofnrfx (mgr.14188) 1277 : cluster [DBG] pgmap v1174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:20.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:20 smithi145 bash[13673]: cluster 2022-04-26T03:27:19.199451+0000 mgr.smithi136.ofnrfx (mgr.14188) 1277 : cluster [DBG] pgmap v1174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:21.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:21.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:21.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:21.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:22.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:22 smithi136 bash[11745]: cluster 2022-04-26T03:27:21.200211+0000 mgr.smithi136.ofnrfx (mgr.14188) 1278 : cluster [DBG] pgmap v1175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:22.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:22 smithi136 bash[11745]: audit 2022-04-26T03:27:21.496959+0000 mon.smithi136 (mon.0) 1262 : audit [DBG] from='client.? 172.21.15.136:0/3757234522' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:22 smithi145 bash[13673]: cluster 2022-04-26T03:27:21.200211+0000 mgr.smithi136.ofnrfx (mgr.14188) 1278 : cluster [DBG] pgmap v1175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:22 smithi145 bash[13673]: audit 2022-04-26T03:27:21.496959+0000 mon.smithi136 (mon.0) 1262 : audit [DBG] from='client.? 172.21.15.136:0/3757234522' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:23 smithi136 bash[11745]: audit 2022-04-26T03:27:22.954979+0000 mon.smithi136 (mon.0) 1263 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:27:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:23 smithi136 bash[11745]: cluster 2022-04-26T03:27:23.200947+0000 mgr.smithi136.ofnrfx (mgr.14188) 1279 : cluster [DBG] pgmap v1176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:24.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:23 smithi145 bash[13673]: audit 2022-04-26T03:27:22.954979+0000 mon.smithi136 (mon.0) 1263 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:27:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:23 smithi145 bash[13673]: cluster 2022-04-26T03:27:23.200947+0000 mgr.smithi136.ofnrfx (mgr.14188) 1279 : cluster [DBG] pgmap v1176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:26.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:26.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:26.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:26.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:26 smithi136 bash[11745]: cluster 2022-04-26T03:27:25.201575+0000 mgr.smithi136.ofnrfx (mgr.14188) 1280 : cluster [DBG] pgmap v1177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:26.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:26 smithi145 bash[13673]: cluster 2022-04-26T03:27:25.201575+0000 mgr.smithi136.ofnrfx (mgr.14188) 1280 : cluster [DBG] pgmap v1177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:26.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:27.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:27 smithi136 bash[11745]: audit 2022-04-26T03:27:26.821701+0000 mon.smithi136 (mon.0) 1264 : audit [DBG] from='client.? 172.21.15.136:0/2982635776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:27 smithi145 bash[13673]: audit 2022-04-26T03:27:26.821701+0000 mon.smithi136 (mon.0) 1264 : audit [DBG] from='client.? 172.21.15.136:0/2982635776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:28 smithi145 bash[13673]: cluster 2022-04-26T03:27:27.202192+0000 mgr.smithi136.ofnrfx (mgr.14188) 1281 : cluster [DBG] pgmap v1178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:28 smithi136 bash[11745]: cluster 2022-04-26T03:27:27.202192+0000 mgr.smithi136.ofnrfx (mgr.14188) 1281 : cluster [DBG] pgmap v1178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:30.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:30 smithi136 bash[11745]: cluster 2022-04-26T03:27:29.202808+0000 mgr.smithi136.ofnrfx (mgr.14188) 1282 : cluster [DBG] pgmap v1179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:31.221 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:30 smithi145 bash[13673]: cluster 2022-04-26T03:27:29.202808+0000 mgr.smithi136.ofnrfx (mgr.14188) 1282 : cluster [DBG] pgmap v1179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:31.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:31.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:31.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:32.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:32 smithi136 bash[11745]: cluster 2022-04-26T03:27:31.203418+0000 mgr.smithi136.ofnrfx (mgr.14188) 1283 : cluster [DBG] pgmap v1180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:32 smithi136 bash[11745]: audit 2022-04-26T03:27:32.152032+0000 mon.smithi136 (mon.0) 1265 : audit [DBG] from='client.? 172.21.15.136:0/3323969174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:32 smithi145 bash[13673]: cluster 2022-04-26T03:27:31.203418+0000 mgr.smithi136.ofnrfx (mgr.14188) 1283 : cluster [DBG] pgmap v1180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:32 smithi145 bash[13673]: audit 2022-04-26T03:27:32.152032+0000 mon.smithi136 (mon.0) 1265 : audit [DBG] from='client.? 172.21.15.136:0/3323969174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:34 smithi136 bash[11745]: cluster 2022-04-26T03:27:33.204018+0000 mgr.smithi136.ofnrfx (mgr.14188) 1284 : cluster [DBG] pgmap v1181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:34 smithi145 bash[13673]: cluster 2022-04-26T03:27:33.204018+0000 mgr.smithi136.ofnrfx (mgr.14188) 1284 : cluster [DBG] pgmap v1181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:36 smithi136 bash[11745]: cluster 2022-04-26T03:27:35.204593+0000 mgr.smithi136.ofnrfx (mgr.14188) 1285 : cluster [DBG] pgmap v1182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:36.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:36 smithi145 bash[13673]: cluster 2022-04-26T03:27:35.204593+0000 mgr.smithi136.ofnrfx (mgr.14188) 1285 : cluster [DBG] pgmap v1182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:37.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:37.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:37.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:37.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:38.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:38 smithi136 bash[11745]: cluster 2022-04-26T03:27:37.205271+0000 mgr.smithi136.ofnrfx (mgr.14188) 1286 : cluster [DBG] pgmap v1183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:38.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:38 smithi136 bash[11745]: audit 2022-04-26T03:27:37.483922+0000 mon.smithi136 (mon.0) 1266 : audit [DBG] from='client.? 172.21.15.136:0/543292964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:38 smithi145 bash[13673]: cluster 2022-04-26T03:27:37.205271+0000 mgr.smithi136.ofnrfx (mgr.14188) 1286 : cluster [DBG] pgmap v1183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:38 smithi145 bash[13673]: audit 2022-04-26T03:27:37.483922+0000 mon.smithi136 (mon.0) 1266 : audit [DBG] from='client.? 172.21.15.136:0/543292964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:39 smithi136 bash[11745]: cluster 2022-04-26T03:27:39.205879+0000 mgr.smithi136.ofnrfx (mgr.14188) 1287 : cluster [DBG] pgmap v1184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:39.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:39 smithi145 bash[13673]: cluster 2022-04-26T03:27:39.205879+0000 mgr.smithi136.ofnrfx (mgr.14188) 1287 : cluster [DBG] pgmap v1184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:42.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:42.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:42.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:42.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:42 smithi136 bash[11745]: cluster 2022-04-26T03:27:41.206479+0000 mgr.smithi136.ofnrfx (mgr.14188) 1288 : cluster [DBG] pgmap v1185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:42.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:42 smithi145 bash[13673]: cluster 2022-04-26T03:27:41.206479+0000 mgr.smithi136.ofnrfx (mgr.14188) 1288 : cluster [DBG] pgmap v1185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:42.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:43.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:43 smithi136 bash[11745]: audit 2022-04-26T03:27:42.820734+0000 mon.smithi136 (mon.0) 1267 : audit [DBG] from='client.? 172.21.15.136:0/292198356' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:43.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:43 smithi145 bash[13673]: audit 2022-04-26T03:27:42.820734+0000 mon.smithi136 (mon.0) 1267 : audit [DBG] from='client.? 172.21.15.136:0/292198356' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:44 smithi136 bash[11745]: cluster 2022-04-26T03:27:43.207054+0000 mgr.smithi136.ofnrfx (mgr.14188) 1289 : cluster [DBG] pgmap v1186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:44 smithi145 bash[13673]: cluster 2022-04-26T03:27:43.207054+0000 mgr.smithi136.ofnrfx (mgr.14188) 1289 : cluster [DBG] pgmap v1186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:46 smithi136 bash[11745]: cluster 2022-04-26T03:27:45.207715+0000 mgr.smithi136.ofnrfx (mgr.14188) 1290 : cluster [DBG] pgmap v1187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:46.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:46 smithi145 bash[13673]: cluster 2022-04-26T03:27:45.207715+0000 mgr.smithi136.ofnrfx (mgr.14188) 1290 : cluster [DBG] pgmap v1187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:47.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:47.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:47.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:48.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:48.710 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:48 smithi136 bash[11745]: cluster 2022-04-26T03:27:47.208351+0000 mgr.smithi136.ofnrfx (mgr.14188) 1291 : cluster [DBG] pgmap v1188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:48.711 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:48 smithi136 bash[11745]: audit 2022-04-26T03:27:48.148932+0000 mon.smithi136 (mon.0) 1268 : audit [DBG] from='client.? 172.21.15.136:0/2706714379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:48.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:48 smithi145 bash[13673]: cluster 2022-04-26T03:27:47.208351+0000 mgr.smithi136.ofnrfx (mgr.14188) 1291 : cluster [DBG] pgmap v1188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:48 smithi145 bash[13673]: audit 2022-04-26T03:27:48.148932+0000 mon.smithi136 (mon.0) 1268 : audit [DBG] from='client.? 172.21.15.136:0/2706714379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:50.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:50 smithi136 bash[11745]: cluster 2022-04-26T03:27:49.208983+0000 mgr.smithi136.ofnrfx (mgr.14188) 1292 : cluster [DBG] pgmap v1189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:50 smithi145 bash[13673]: cluster 2022-04-26T03:27:49.208983+0000 mgr.smithi136.ofnrfx (mgr.14188) 1292 : cluster [DBG] pgmap v1189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:52 smithi136 bash[11745]: cluster 2022-04-26T03:27:51.209612+0000 mgr.smithi136.ofnrfx (mgr.14188) 1293 : cluster [DBG] pgmap v1190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:52.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:52 smithi145 bash[13673]: cluster 2022-04-26T03:27:51.209612+0000 mgr.smithi136.ofnrfx (mgr.14188) 1293 : cluster [DBG] pgmap v1190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:53.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:53.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:53.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:53.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:54 smithi136 bash[11745]: cluster 2022-04-26T03:27:53.210256+0000 mgr.smithi136.ofnrfx (mgr.14188) 1294 : cluster [DBG] pgmap v1191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:54.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:54 smithi136 bash[11745]: audit 2022-04-26T03:27:53.475782+0000 mon.smithi136 (mon.0) 1269 : audit [DBG] from='client.? 172.21.15.136:0/3167526053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:54 smithi145 bash[13673]: cluster 2022-04-26T03:27:53.210256+0000 mgr.smithi136.ofnrfx (mgr.14188) 1294 : cluster [DBG] pgmap v1191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:54 smithi145 bash[13673]: audit 2022-04-26T03:27:53.475782+0000 mon.smithi136 (mon.0) 1269 : audit [DBG] from='client.? 172.21.15.136:0/3167526053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:56 smithi136 bash[11745]: cluster 2022-04-26T03:27:55.210856+0000 mgr.smithi136.ofnrfx (mgr.14188) 1295 : cluster [DBG] pgmap v1192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:56.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:56 smithi145 bash[13673]: cluster 2022-04-26T03:27:55.210856+0000 mgr.smithi136.ofnrfx (mgr.14188) 1295 : cluster [DBG] pgmap v1192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:58.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:27:58.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:27:58.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:27:58.707 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:58 smithi136 bash[11745]: cluster 2022-04-26T03:27:57.211480+0000 mgr.smithi136.ofnrfx (mgr.14188) 1296 : cluster [DBG] pgmap v1193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:58.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:27:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:58 smithi145 bash[13673]: cluster 2022-04-26T03:27:57.211480+0000 mgr.smithi136.ofnrfx (mgr.14188) 1296 : cluster [DBG] pgmap v1193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:27:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:27:59 smithi136 bash[11745]: audit 2022-04-26T03:27:58.806012+0000 mon.smithi136 (mon.0) 1270 : audit [DBG] from='client.? 172.21.15.136:0/814396099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:27:59.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:27:59 smithi145 bash[13673]: audit 2022-04-26T03:27:58.806012+0000 mon.smithi136 (mon.0) 1270 : audit [DBG] from='client.? 172.21.15.136:0/814396099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:00 smithi136 bash[11745]: cluster 2022-04-26T03:27:59.212149+0000 mgr.smithi136.ofnrfx (mgr.14188) 1297 : cluster [DBG] pgmap v1194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:00 smithi145 bash[13673]: cluster 2022-04-26T03:27:59.212149+0000 mgr.smithi136.ofnrfx (mgr.14188) 1297 : cluster [DBG] pgmap v1194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:01 smithi136 bash[11745]: cluster 2022-04-26T03:28:01.212824+0000 mgr.smithi136.ofnrfx (mgr.14188) 1298 : cluster [DBG] pgmap v1195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:01.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:01 smithi145 bash[13673]: cluster 2022-04-26T03:28:01.212824+0000 mgr.smithi136.ofnrfx (mgr.14188) 1298 : cluster [DBG] pgmap v1195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:02 smithi136 bash[11745]: audit 2022-04-26T03:28:01.987387+0000 mon.smithi136 (mon.0) 1271 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:28:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:02 smithi136 bash[11745]: audit 2022-04-26T03:28:01.987912+0000 mon.smithi136 (mon.0) 1272 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:28:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:02 smithi145 bash[13673]: audit 2022-04-26T03:28:01.987387+0000 mon.smithi136 (mon.0) 1271 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:28:02.937 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:02 smithi145 bash[13673]: audit 2022-04-26T03:28:01.987912+0000 mon.smithi136 (mon.0) 1272 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:28:03.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:03.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:03.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:04.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:04 smithi136 bash[11745]: cluster 2022-04-26T03:28:03.213496+0000 mgr.smithi136.ofnrfx (mgr.14188) 1299 : cluster [DBG] pgmap v1196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:04.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:04 smithi136 bash[11745]: audit 2022-04-26T03:28:04.132782+0000 mon.smithi136 (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.136:0/20017456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:04.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:04 smithi145 bash[13673]: cluster 2022-04-26T03:28:03.213496+0000 mgr.smithi136.ofnrfx (mgr.14188) 1299 : cluster [DBG] pgmap v1196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:04 smithi145 bash[13673]: audit 2022-04-26T03:28:04.132782+0000 mon.smithi136 (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.136:0/20017456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:06 smithi136 bash[11745]: cluster 2022-04-26T03:28:05.214126+0000 mgr.smithi136.ofnrfx (mgr.14188) 1300 : cluster [DBG] pgmap v1197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:06 smithi145 bash[13673]: cluster 2022-04-26T03:28:05.214126+0000 mgr.smithi136.ofnrfx (mgr.14188) 1300 : cluster [DBG] pgmap v1197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:08.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:08 smithi136 bash[11745]: cluster 2022-04-26T03:28:07.214753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1301 : cluster [DBG] pgmap v1198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:09.290 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:08 smithi145 bash[13673]: cluster 2022-04-26T03:28:07.214753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1301 : cluster [DBG] pgmap v1198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:09.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:09.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:09.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:09.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:09 smithi136 bash[11745]: audit 2022-04-26T03:28:09.457234+0000 mon.smithi136 (mon.0) 1274 : audit [DBG] from='client.? 172.21.15.136:0/1623607571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:09 smithi145 bash[13673]: audit 2022-04-26T03:28:09.457234+0000 mon.smithi136 (mon.0) 1274 : audit [DBG] from='client.? 172.21.15.136:0/1623607571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:10.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:10 smithi136 bash[11745]: cluster 2022-04-26T03:28:09.215217+0000 mgr.smithi136.ofnrfx (mgr.14188) 1302 : cluster [DBG] pgmap v1199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:10.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:10 smithi145 bash[13673]: cluster 2022-04-26T03:28:09.215217+0000 mgr.smithi136.ofnrfx (mgr.14188) 1302 : cluster [DBG] pgmap v1199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:11.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:11 smithi136 bash[11745]: cluster 2022-04-26T03:28:11.215922+0000 mgr.smithi136.ofnrfx (mgr.14188) 1303 : cluster [DBG] pgmap v1200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:11.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:11 smithi145 bash[13673]: cluster 2022-04-26T03:28:11.215922+0000 mgr.smithi136.ofnrfx (mgr.14188) 1303 : cluster [DBG] pgmap v1200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:14.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:14.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:14.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:14 smithi136 bash[11745]: cluster 2022-04-26T03:28:13.216664+0000 mgr.smithi136.ofnrfx (mgr.14188) 1304 : cluster [DBG] pgmap v1201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:14.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:14.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:14 smithi145 bash[13673]: cluster 2022-04-26T03:28:13.216664+0000 mgr.smithi136.ofnrfx (mgr.14188) 1304 : cluster [DBG] pgmap v1201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:15.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:15 smithi136 bash[11745]: audit 2022-04-26T03:28:14.791904+0000 mon.smithi136 (mon.0) 1275 : audit [DBG] from='client.? 172.21.15.136:0/3372178097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:15.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:15 smithi145 bash[13673]: audit 2022-04-26T03:28:14.791904+0000 mon.smithi136 (mon.0) 1275 : audit [DBG] from='client.? 172.21.15.136:0/3372178097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:16 smithi136 bash[11745]: cluster 2022-04-26T03:28:15.217388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1305 : cluster [DBG] pgmap v1202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:16.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:16 smithi145 bash[13673]: cluster 2022-04-26T03:28:15.217388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1305 : cluster [DBG] pgmap v1202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:18.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:18 smithi136 bash[11745]: cluster 2022-04-26T03:28:17.218063+0000 mgr.smithi136.ofnrfx (mgr.14188) 1306 : cluster [DBG] pgmap v1203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:18.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:18 smithi145 bash[13673]: cluster 2022-04-26T03:28:17.218063+0000 mgr.smithi136.ofnrfx (mgr.14188) 1306 : cluster [DBG] pgmap v1203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:19 smithi136 bash[11745]: cluster 2022-04-26T03:28:19.218721+0000 mgr.smithi136.ofnrfx (mgr.14188) 1307 : cluster [DBG] pgmap v1204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:19.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:19.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:19.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:19 smithi145 bash[13673]: cluster 2022-04-26T03:28:19.218721+0000 mgr.smithi136.ofnrfx (mgr.14188) 1307 : cluster [DBG] pgmap v1204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:20.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:20.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:20 smithi136 bash[11745]: audit 2022-04-26T03:28:20.114898+0000 mon.smithi136 (mon.0) 1276 : audit [DBG] from='client.? 172.21.15.136:0/3158275422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:20.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:20 smithi145 bash[13673]: audit 2022-04-26T03:28:20.114898+0000 mon.smithi136 (mon.0) 1276 : audit [DBG] from='client.? 172.21.15.136:0/3158275422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:21 smithi136 bash[11745]: cluster 2022-04-26T03:28:21.219488+0000 mgr.smithi136.ofnrfx (mgr.14188) 1308 : cluster [DBG] pgmap v1205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:21.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:21 smithi145 bash[13673]: cluster 2022-04-26T03:28:21.219488+0000 mgr.smithi136.ofnrfx (mgr.14188) 1308 : cluster [DBG] pgmap v1205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:23 smithi136 bash[11745]: audit 2022-04-26T03:28:22.959620+0000 mon.smithi136 (mon.0) 1277 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:28:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:23 smithi136 bash[11745]: audit 2022-04-26T03:28:22.962389+0000 mon.smithi136 (mon.0) 1278 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:28:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:23 smithi136 bash[11745]: audit 2022-04-26T03:28:22.964253+0000 mon.smithi136 (mon.0) 1279 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:28:23.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:23 smithi145 bash[13673]: audit 2022-04-26T03:28:22.959620+0000 mon.smithi136 (mon.0) 1277 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:28:23.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:23 smithi145 bash[13673]: audit 2022-04-26T03:28:22.962389+0000 mon.smithi136 (mon.0) 1278 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:28:23.513 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:23 smithi145 bash[13673]: audit 2022-04-26T03:28:22.964253+0000 mon.smithi136 (mon.0) 1279 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:28:24.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:24 smithi136 bash[11745]: cluster 2022-04-26T03:28:23.220130+0000 mgr.smithi136.ofnrfx (mgr.14188) 1309 : cluster [DBG] pgmap v1206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:24.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:24 smithi136 bash[11745]: cluster 2022-04-26T03:28:23.262422+0000 mgr.smithi136.ofnrfx (mgr.14188) 1310 : cluster [DBG] pgmap v1207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:24 smithi136 bash[11745]: cluster 2022-04-26T03:28:23.262881+0000 mgr.smithi136.ofnrfx (mgr.14188) 1311 : cluster [DBG] pgmap v1208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:24 smithi136 bash[11745]: audit 2022-04-26T03:28:23.268359+0000 mon.smithi136 (mon.0) 1280 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:28:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:24 smithi136 bash[11745]: audit 2022-04-26T03:28:23.276439+0000 mon.smithi136 (mon.0) 1281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:28:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:24 smithi136 bash[11745]: cephadm 2022-04-26T03:28:23.277816+0000 mgr.smithi136.ofnrfx (mgr.14188) 1312 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:28:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:24 smithi136 bash[11745]: cephadm 2022-04-26T03:28:23.277981+0000 mgr.smithi136.ofnrfx (mgr.14188) 1313 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:28:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:24 smithi145 bash[13673]: cluster 2022-04-26T03:28:23.220130+0000 mgr.smithi136.ofnrfx (mgr.14188) 1309 : cluster [DBG] pgmap v1206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:24 smithi145 bash[13673]: cluster 2022-04-26T03:28:23.262422+0000 mgr.smithi136.ofnrfx (mgr.14188) 1310 : cluster [DBG] pgmap v1207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:24 smithi145 bash[13673]: cluster 2022-04-26T03:28:23.262881+0000 mgr.smithi136.ofnrfx (mgr.14188) 1311 : cluster [DBG] pgmap v1208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:24 smithi145 bash[13673]: audit 2022-04-26T03:28:23.268359+0000 mon.smithi136 (mon.0) 1280 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:28:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:24 smithi145 bash[13673]: audit 2022-04-26T03:28:23.276439+0000 mon.smithi136 (mon.0) 1281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:28:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:24 smithi145 bash[13673]: cephadm 2022-04-26T03:28:23.277816+0000 mgr.smithi136.ofnrfx (mgr.14188) 1312 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:28:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:24 smithi145 bash[13673]: cephadm 2022-04-26T03:28:23.277981+0000 mgr.smithi136.ofnrfx (mgr.14188) 1313 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:28:25.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:25.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:25.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:25.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:26.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:26 smithi145 bash[13673]: cluster 2022-04-26T03:28:25.263285+0000 mgr.smithi136.ofnrfx (mgr.14188) 1314 : cluster [DBG] pgmap v1209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:26 smithi145 bash[13673]: audit 2022-04-26T03:28:25.449643+0000 mon.smithi136 (mon.0) 1282 : audit [DBG] from='client.? 172.21.15.136:0/1410847049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:26 smithi136 bash[11745]: cluster 2022-04-26T03:28:25.263285+0000 mgr.smithi136.ofnrfx (mgr.14188) 1314 : cluster [DBG] pgmap v1209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:26 smithi136 bash[11745]: audit 2022-04-26T03:28:25.449643+0000 mon.smithi136 (mon.0) 1282 : audit [DBG] from='client.? 172.21.15.136:0/1410847049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:28 smithi145 bash[13673]: cluster 2022-04-26T03:28:27.263927+0000 mgr.smithi136.ofnrfx (mgr.14188) 1315 : cluster [DBG] pgmap v1210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:28.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:28 smithi136 bash[11745]: cluster 2022-04-26T03:28:27.263927+0000 mgr.smithi136.ofnrfx (mgr.14188) 1315 : cluster [DBG] pgmap v1210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:30.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:30.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:30.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:30.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:30.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:30 smithi136 bash[11745]: cluster 2022-04-26T03:28:29.264552+0000 mgr.smithi136.ofnrfx (mgr.14188) 1316 : cluster [DBG] pgmap v1211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:30.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:30 smithi145 bash[13673]: cluster 2022-04-26T03:28:29.264552+0000 mgr.smithi136.ofnrfx (mgr.14188) 1316 : cluster [DBG] pgmap v1211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:31 smithi136 bash[11745]: audit 2022-04-26T03:28:30.770366+0000 mon.smithi136 (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.136:0/1887320430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:31.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:31 smithi145 bash[13673]: audit 2022-04-26T03:28:30.770366+0000 mon.smithi136 (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.136:0/1887320430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:32 smithi136 bash[11745]: cluster 2022-04-26T03:28:31.265153+0000 mgr.smithi136.ofnrfx (mgr.14188) 1317 : cluster [DBG] pgmap v1212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:32 smithi145 bash[13673]: cluster 2022-04-26T03:28:31.265153+0000 mgr.smithi136.ofnrfx (mgr.14188) 1317 : cluster [DBG] pgmap v1212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:34 smithi136 bash[11745]: cluster 2022-04-26T03:28:33.265794+0000 mgr.smithi136.ofnrfx (mgr.14188) 1318 : cluster [DBG] pgmap v1213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:34 smithi145 bash[13673]: cluster 2022-04-26T03:28:33.265794+0000 mgr.smithi136.ofnrfx (mgr.14188) 1318 : cluster [DBG] pgmap v1213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:35.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:35.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:35.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:36.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:36 smithi136 bash[11745]: cluster 2022-04-26T03:28:35.266505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1319 : cluster [DBG] pgmap v1214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:36 smithi136 bash[11745]: audit 2022-04-26T03:28:36.088954+0000 mon.smithi136 (mon.0) 1284 : audit [DBG] from='client.? 172.21.15.136:0/3041844619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:36 smithi145 bash[13673]: cluster 2022-04-26T03:28:35.266505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1319 : cluster [DBG] pgmap v1214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:36 smithi145 bash[13673]: audit 2022-04-26T03:28:36.088954+0000 mon.smithi136 (mon.0) 1284 : audit [DBG] from='client.? 172.21.15.136:0/3041844619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:37 smithi136 bash[11745]: cluster 2022-04-26T03:28:37.267169+0000 mgr.smithi136.ofnrfx (mgr.14188) 1320 : cluster [DBG] pgmap v1215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:37 smithi145 bash[13673]: cluster 2022-04-26T03:28:37.267169+0000 mgr.smithi136.ofnrfx (mgr.14188) 1320 : cluster [DBG] pgmap v1215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:40 smithi136 bash[11745]: cluster 2022-04-26T03:28:39.267824+0000 mgr.smithi136.ofnrfx (mgr.14188) 1321 : cluster [DBG] pgmap v1216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:40.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:40 smithi145 bash[13673]: cluster 2022-04-26T03:28:39.267824+0000 mgr.smithi136.ofnrfx (mgr.14188) 1321 : cluster [DBG] pgmap v1216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:41.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:41.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:41.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:41.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:41 smithi136 bash[11745]: audit 2022-04-26T03:28:41.422773+0000 mon.smithi136 (mon.0) 1285 : audit [DBG] from='client.? 172.21.15.136:0/142772660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:41.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:41 smithi145 bash[13673]: audit 2022-04-26T03:28:41.422773+0000 mon.smithi136 (mon.0) 1285 : audit [DBG] from='client.? 172.21.15.136:0/142772660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:42.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:42 smithi136 bash[11745]: cluster 2022-04-26T03:28:41.268435+0000 mgr.smithi136.ofnrfx (mgr.14188) 1322 : cluster [DBG] pgmap v1217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:42 smithi145 bash[13673]: cluster 2022-04-26T03:28:41.268435+0000 mgr.smithi136.ofnrfx (mgr.14188) 1322 : cluster [DBG] pgmap v1217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:44 smithi136 bash[11745]: cluster 2022-04-26T03:28:43.269064+0000 mgr.smithi136.ofnrfx (mgr.14188) 1323 : cluster [DBG] pgmap v1218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:44 smithi145 bash[13673]: cluster 2022-04-26T03:28:43.269064+0000 mgr.smithi136.ofnrfx (mgr.14188) 1323 : cluster [DBG] pgmap v1218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:46.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:46.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:46.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:46.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:46 smithi136 bash[11745]: cluster 2022-04-26T03:28:45.269647+0000 mgr.smithi136.ofnrfx (mgr.14188) 1324 : cluster [DBG] pgmap v1219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:46.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:46 smithi145 bash[13673]: cluster 2022-04-26T03:28:45.269647+0000 mgr.smithi136.ofnrfx (mgr.14188) 1324 : cluster [DBG] pgmap v1219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:47.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:47 smithi136 bash[11745]: audit 2022-04-26T03:28:46.753860+0000 mon.smithi136 (mon.0) 1286 : audit [DBG] from='client.? 172.21.15.136:0/688466320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:47 smithi145 bash[13673]: audit 2022-04-26T03:28:46.753860+0000 mon.smithi136 (mon.0) 1286 : audit [DBG] from='client.? 172.21.15.136:0/688466320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:48.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:48 smithi136 bash[11745]: cluster 2022-04-26T03:28:47.270299+0000 mgr.smithi136.ofnrfx (mgr.14188) 1325 : cluster [DBG] pgmap v1220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:48.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:48 smithi145 bash[13673]: cluster 2022-04-26T03:28:47.270299+0000 mgr.smithi136.ofnrfx (mgr.14188) 1325 : cluster [DBG] pgmap v1220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:49.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:49 smithi136 bash[11745]: cluster 2022-04-26T03:28:49.270910+0000 mgr.smithi136.ofnrfx (mgr.14188) 1326 : cluster [DBG] pgmap v1221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:49 smithi145 bash[13673]: cluster 2022-04-26T03:28:49.270910+0000 mgr.smithi136.ofnrfx (mgr.14188) 1326 : cluster [DBG] pgmap v1221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:51.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:51.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:51.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:52.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:52 smithi145 bash[13673]: cluster 2022-04-26T03:28:51.271554+0000 mgr.smithi136.ofnrfx (mgr.14188) 1327 : cluster [DBG] pgmap v1222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:52 smithi145 bash[13673]: audit 2022-04-26T03:28:52.086253+0000 mon.smithi136 (mon.0) 1287 : audit [DBG] from='client.? 172.21.15.136:0/3641071320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:52 smithi136 bash[11745]: cluster 2022-04-26T03:28:51.271554+0000 mgr.smithi136.ofnrfx (mgr.14188) 1327 : cluster [DBG] pgmap v1222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:52.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:52 smithi136 bash[11745]: audit 2022-04-26T03:28:52.086253+0000 mon.smithi136 (mon.0) 1287 : audit [DBG] from='client.? 172.21.15.136:0/3641071320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:54 smithi136 bash[11745]: cluster 2022-04-26T03:28:53.272194+0000 mgr.smithi136.ofnrfx (mgr.14188) 1328 : cluster [DBG] pgmap v1223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:54.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:54 smithi145 bash[13673]: cluster 2022-04-26T03:28:53.272194+0000 mgr.smithi136.ofnrfx (mgr.14188) 1328 : cluster [DBG] pgmap v1223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:56 smithi136 bash[11745]: cluster 2022-04-26T03:28:55.272783+0000 mgr.smithi136.ofnrfx (mgr.14188) 1329 : cluster [DBG] pgmap v1224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:56.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:56 smithi145 bash[13673]: cluster 2022-04-26T03:28:55.272783+0000 mgr.smithi136.ofnrfx (mgr.14188) 1329 : cluster [DBG] pgmap v1224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:57.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:28:57.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:28:57.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:28:57.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:28:57.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:57 smithi136 bash[11745]: audit 2022-04-26T03:28:57.416980+0000 mon.smithi136 (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.136:0/1375904657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:57.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:57 smithi145 bash[13673]: audit 2022-04-26T03:28:57.416980+0000 mon.smithi136 (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.136:0/1375904657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:28:58.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:58 smithi136 bash[11745]: cluster 2022-04-26T03:28:57.273397+0000 mgr.smithi136.ofnrfx (mgr.14188) 1330 : cluster [DBG] pgmap v1225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:58.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:58 smithi145 bash[13673]: cluster 2022-04-26T03:28:57.273397+0000 mgr.smithi136.ofnrfx (mgr.14188) 1330 : cluster [DBG] pgmap v1225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:28:59 smithi136 bash[11745]: cluster 2022-04-26T03:28:59.274144+0000 mgr.smithi136.ofnrfx (mgr.14188) 1331 : cluster [DBG] pgmap v1226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:28:59.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:28:59 smithi145 bash[13673]: cluster 2022-04-26T03:28:59.274144+0000 mgr.smithi136.ofnrfx (mgr.14188) 1331 : cluster [DBG] pgmap v1226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:02.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:02.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:02.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:02 smithi145 bash[13673]: cluster 2022-04-26T03:29:01.274877+0000 mgr.smithi136.ofnrfx (mgr.14188) 1332 : cluster [DBG] pgmap v1227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:02 smithi145 bash[13673]: audit 2022-04-26T03:29:01.994406+0000 mon.smithi136 (mon.0) 1289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:29:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:02 smithi145 bash[13673]: audit 2022-04-26T03:29:01.994842+0000 mon.smithi136 (mon.0) 1290 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:29:02.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:02 smithi136 bash[11745]: cluster 2022-04-26T03:29:01.274877+0000 mgr.smithi136.ofnrfx (mgr.14188) 1332 : cluster [DBG] pgmap v1227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:02 smithi136 bash[11745]: audit 2022-04-26T03:29:01.994406+0000 mon.smithi136 (mon.0) 1289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:29:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:02 smithi136 bash[11745]: audit 2022-04-26T03:29:01.994842+0000 mon.smithi136 (mon.0) 1290 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:29:03.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:03 smithi145 bash[13673]: audit 2022-04-26T03:29:02.749307+0000 mon.smithi136 (mon.0) 1291 : audit [DBG] from='client.? 172.21.15.136:0/1364652120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:03.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:03 smithi136 bash[11745]: audit 2022-04-26T03:29:02.749307+0000 mon.smithi136 (mon.0) 1291 : audit [DBG] from='client.? 172.21.15.136:0/1364652120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:04.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:04 smithi145 bash[13673]: cluster 2022-04-26T03:29:03.275497+0000 mgr.smithi136.ofnrfx (mgr.14188) 1333 : cluster [DBG] pgmap v1228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:04 smithi136 bash[11745]: cluster 2022-04-26T03:29:03.275497+0000 mgr.smithi136.ofnrfx (mgr.14188) 1333 : cluster [DBG] pgmap v1228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:06.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:06 smithi145 bash[13673]: cluster 2022-04-26T03:29:05.276171+0000 mgr.smithi136.ofnrfx (mgr.14188) 1334 : cluster [DBG] pgmap v1229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:06 smithi136 bash[11745]: cluster 2022-04-26T03:29:05.276171+0000 mgr.smithi136.ofnrfx (mgr.14188) 1334 : cluster [DBG] pgmap v1229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:07.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:07.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:07.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:08.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:08.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:08 smithi145 bash[13673]: cluster 2022-04-26T03:29:07.276881+0000 mgr.smithi136.ofnrfx (mgr.14188) 1335 : cluster [DBG] pgmap v1230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:08.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:08 smithi145 bash[13673]: audit 2022-04-26T03:29:08.079245+0000 mon.smithi136 (mon.0) 1292 : audit [DBG] from='client.? 172.21.15.136:0/2193805200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:08.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:08 smithi136 bash[11745]: cluster 2022-04-26T03:29:07.276881+0000 mgr.smithi136.ofnrfx (mgr.14188) 1335 : cluster [DBG] pgmap v1230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:08.713 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:08 smithi136 bash[11745]: audit 2022-04-26T03:29:08.079245+0000 mon.smithi136 (mon.0) 1292 : audit [DBG] from='client.? 172.21.15.136:0/2193805200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:09.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:09 smithi136 bash[11745]: cluster 2022-04-26T03:29:09.277461+0000 mgr.smithi136.ofnrfx (mgr.14188) 1336 : cluster [DBG] pgmap v1231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:09.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:09 smithi145 bash[13673]: cluster 2022-04-26T03:29:09.277461+0000 mgr.smithi136.ofnrfx (mgr.14188) 1336 : cluster [DBG] pgmap v1231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:12 smithi145 bash[13673]: cluster 2022-04-26T03:29:11.278093+0000 mgr.smithi136.ofnrfx (mgr.14188) 1337 : cluster [DBG] pgmap v1232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:12.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:12 smithi136 bash[11745]: cluster 2022-04-26T03:29:11.278093+0000 mgr.smithi136.ofnrfx (mgr.14188) 1337 : cluster [DBG] pgmap v1232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:13.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:13.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:13.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:13.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:14.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:14 smithi145 bash[13673]: cluster 2022-04-26T03:29:13.278572+0000 mgr.smithi136.ofnrfx (mgr.14188) 1338 : cluster [DBG] pgmap v1233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:14 smithi145 bash[13673]: audit 2022-04-26T03:29:13.408228+0000 mon.smithi136 (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.136:0/3648164225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:14 smithi136 bash[11745]: cluster 2022-04-26T03:29:13.278572+0000 mgr.smithi136.ofnrfx (mgr.14188) 1338 : cluster [DBG] pgmap v1233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:14 smithi136 bash[11745]: audit 2022-04-26T03:29:13.408228+0000 mon.smithi136 (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.136:0/3648164225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:16.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:16 smithi145 bash[13673]: cluster 2022-04-26T03:29:15.279132+0000 mgr.smithi136.ofnrfx (mgr.14188) 1339 : cluster [DBG] pgmap v1234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:16 smithi136 bash[11745]: cluster 2022-04-26T03:29:15.279132+0000 mgr.smithi136.ofnrfx (mgr.14188) 1339 : cluster [DBG] pgmap v1234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:18 smithi145 bash[13673]: cluster 2022-04-26T03:29:17.279879+0000 mgr.smithi136.ofnrfx (mgr.14188) 1340 : cluster [DBG] pgmap v1235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:18.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:18.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:18.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:18.712 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:18 smithi136 bash[11745]: cluster 2022-04-26T03:29:17.279879+0000 mgr.smithi136.ofnrfx (mgr.14188) 1340 : cluster [DBG] pgmap v1235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:18.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:19 smithi136 bash[11745]: audit 2022-04-26T03:29:18.735725+0000 mon.smithi136 (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.136:0/747875683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:19 smithi136 bash[11745]: cluster 2022-04-26T03:29:19.280560+0000 mgr.smithi136.ofnrfx (mgr.14188) 1341 : cluster [DBG] pgmap v1236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:19 smithi145 bash[13673]: audit 2022-04-26T03:29:18.735725+0000 mon.smithi136 (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.136:0/747875683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:19.993 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:19 smithi145 bash[13673]: cluster 2022-04-26T03:29:19.280560+0000 mgr.smithi136.ofnrfx (mgr.14188) 1341 : cluster [DBG] pgmap v1236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:22 smithi145 bash[13673]: cluster 2022-04-26T03:29:21.281198+0000 mgr.smithi136.ofnrfx (mgr.14188) 1342 : cluster [DBG] pgmap v1237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:22.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:22 smithi136 bash[11745]: cluster 2022-04-26T03:29:21.281198+0000 mgr.smithi136.ofnrfx (mgr.14188) 1342 : cluster [DBG] pgmap v1237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:23 smithi145 bash[13673]: audit 2022-04-26T03:29:23.288685+0000 mon.smithi136 (mon.0) 1295 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:29:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:23 smithi145 bash[13673]: audit 2022-04-26T03:29:23.291286+0000 mon.smithi136 (mon.0) 1296 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:29:23.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:23 smithi145 bash[13673]: audit 2022-04-26T03:29:23.293035+0000 mon.smithi136 (mon.0) 1297 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:29:23.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:23.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:23.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:23.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:23 smithi136 bash[11745]: audit 2022-04-26T03:29:23.288685+0000 mon.smithi136 (mon.0) 1295 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:29:23.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:23 smithi136 bash[11745]: audit 2022-04-26T03:29:23.291286+0000 mon.smithi136 (mon.0) 1296 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:29:23.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:23 smithi136 bash[11745]: audit 2022-04-26T03:29:23.293035+0000 mon.smithi136 (mon.0) 1297 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:29:24.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:24.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:24 smithi145 bash[13673]: cluster 2022-04-26T03:29:23.281868+0000 mgr.smithi136.ofnrfx (mgr.14188) 1343 : cluster [DBG] pgmap v1238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:24 smithi145 bash[13673]: audit 2022-04-26T03:29:24.062347+0000 mon.smithi136 (mon.0) 1298 : audit [DBG] from='client.? 172.21.15.136:0/9858138' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:24.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:24 smithi136 bash[11745]: cluster 2022-04-26T03:29:23.281868+0000 mgr.smithi136.ofnrfx (mgr.14188) 1343 : cluster [DBG] pgmap v1238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:24.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:24 smithi136 bash[11745]: audit 2022-04-26T03:29:24.062347+0000 mon.smithi136 (mon.0) 1298 : audit [DBG] from='client.? 172.21.15.136:0/9858138' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:26.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:26 smithi145 bash[13673]: cluster 2022-04-26T03:29:25.282490+0000 mgr.smithi136.ofnrfx (mgr.14188) 1344 : cluster [DBG] pgmap v1239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:26 smithi136 bash[11745]: cluster 2022-04-26T03:29:25.282490+0000 mgr.smithi136.ofnrfx (mgr.14188) 1344 : cluster [DBG] pgmap v1239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:28 smithi145 bash[13673]: audit 2022-04-26T03:29:27.101026+0000 mon.smithi136 (mon.0) 1299 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:29:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:28 smithi145 bash[13673]: cluster 2022-04-26T03:29:27.283064+0000 mgr.smithi136.ofnrfx (mgr.14188) 1345 : cluster [DBG] pgmap v1240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:28 smithi145 bash[13673]: audit 2022-04-26T03:29:27.752518+0000 mon.smithi136 (mon.0) 1300 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:29:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:28 smithi145 bash[13673]: audit 2022-04-26T03:29:28.043461+0000 mon.smithi136 (mon.0) 1301 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:29:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:28 smithi145 bash[13673]: audit 2022-04-26T03:29:28.052033+0000 mon.smithi136 (mon.0) 1302 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:29:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:28 smithi136 bash[11745]: audit 2022-04-26T03:29:27.101026+0000 mon.smithi136 (mon.0) 1299 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:29:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:28 smithi136 bash[11745]: cluster 2022-04-26T03:29:27.283064+0000 mgr.smithi136.ofnrfx (mgr.14188) 1345 : cluster [DBG] pgmap v1240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:28 smithi136 bash[11745]: audit 2022-04-26T03:29:27.752518+0000 mon.smithi136 (mon.0) 1300 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:29:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:28 smithi136 bash[11745]: audit 2022-04-26T03:29:28.043461+0000 mon.smithi136 (mon.0) 1301 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:29:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:28 smithi136 bash[11745]: audit 2022-04-26T03:29:28.052033+0000 mon.smithi136 (mon.0) 1302 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:29:29.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:29.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:29.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:29.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:29 smithi145 bash[13673]: cluster 2022-04-26T03:29:28.037899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1346 : cluster [DBG] pgmap v1241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:29.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:29 smithi145 bash[13673]: cluster 2022-04-26T03:29:28.038210+0000 mgr.smithi136.ofnrfx (mgr.14188) 1347 : cluster [DBG] pgmap v1242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:29.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:29 smithi145 bash[13673]: cephadm 2022-04-26T03:29:28.053413+0000 mgr.smithi136.ofnrfx (mgr.14188) 1348 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:29:29.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:29 smithi145 bash[13673]: cephadm 2022-04-26T03:29:28.053544+0000 mgr.smithi136.ofnrfx (mgr.14188) 1349 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:29:29.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:29.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:29 smithi136 bash[11745]: cluster 2022-04-26T03:29:28.037899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1346 : cluster [DBG] pgmap v1241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:29 smithi136 bash[11745]: cluster 2022-04-26T03:29:28.038210+0000 mgr.smithi136.ofnrfx (mgr.14188) 1347 : cluster [DBG] pgmap v1242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:29 smithi136 bash[11745]: cephadm 2022-04-26T03:29:28.053413+0000 mgr.smithi136.ofnrfx (mgr.14188) 1348 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:29:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:29 smithi136 bash[11745]: cephadm 2022-04-26T03:29:28.053544+0000 mgr.smithi136.ofnrfx (mgr.14188) 1349 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:29:30.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:30 smithi145 bash[13673]: audit 2022-04-26T03:29:29.387809+0000 mon.smithi136 (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.136:0/2259170026' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:30 smithi136 bash[11745]: audit 2022-04-26T03:29:29.387809+0000 mon.smithi136 (mon.0) 1303 : audit [DBG] from='client.? 172.21.15.136:0/2259170026' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:31.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:31 smithi145 bash[13673]: cluster 2022-04-26T03:29:30.038707+0000 mgr.smithi136.ofnrfx (mgr.14188) 1350 : cluster [DBG] pgmap v1243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:31.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:31 smithi136 bash[11745]: cluster 2022-04-26T03:29:30.038707+0000 mgr.smithi136.ofnrfx (mgr.14188) 1350 : cluster [DBG] pgmap v1243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:33.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:33 smithi145 bash[13673]: cluster 2022-04-26T03:29:32.039437+0000 mgr.smithi136.ofnrfx (mgr.14188) 1351 : cluster [DBG] pgmap v1244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:33.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:33 smithi136 bash[11745]: cluster 2022-04-26T03:29:32.039437+0000 mgr.smithi136.ofnrfx (mgr.14188) 1351 : cluster [DBG] pgmap v1244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:34.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:34.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:34.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:34.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:34 smithi136 bash[11745]: cluster 2022-04-26T03:29:34.040114+0000 mgr.smithi136.ofnrfx (mgr.14188) 1352 : cluster [DBG] pgmap v1245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:34.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:34 smithi145 bash[13673]: cluster 2022-04-26T03:29:34.040114+0000 mgr.smithi136.ofnrfx (mgr.14188) 1352 : cluster [DBG] pgmap v1245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:35.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:35 smithi136 bash[11745]: audit 2022-04-26T03:29:34.707431+0000 mon.smithi136 (mon.0) 1304 : audit [DBG] from='client.? 172.21.15.136:0/2394045579' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:35.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:35 smithi145 bash[13673]: audit 2022-04-26T03:29:34.707431+0000 mon.smithi136 (mon.0) 1304 : audit [DBG] from='client.? 172.21.15.136:0/2394045579' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:36 smithi136 bash[11745]: cluster 2022-04-26T03:29:36.040758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1353 : cluster [DBG] pgmap v1246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:36.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:36 smithi145 bash[13673]: cluster 2022-04-26T03:29:36.040758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1353 : cluster [DBG] pgmap v1246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:39.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:39 smithi145 bash[13673]: cluster 2022-04-26T03:29:38.041385+0000 mgr.smithi136.ofnrfx (mgr.14188) 1354 : cluster [DBG] pgmap v1247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:39.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:39 smithi136 bash[11745]: cluster 2022-04-26T03:29:38.041385+0000 mgr.smithi136.ofnrfx (mgr.14188) 1354 : cluster [DBG] pgmap v1247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:39.728 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:39.728 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:39.728 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:40.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:40.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:40 smithi145 bash[13673]: audit 2022-04-26T03:29:40.042032+0000 mon.smithi136 (mon.0) 1305 : audit [DBG] from='client.? 172.21.15.136:0/3535625694' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:40.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:40 smithi136 bash[11745]: audit 2022-04-26T03:29:40.042032+0000 mon.smithi136 (mon.0) 1305 : audit [DBG] from='client.? 172.21.15.136:0/3535625694' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:41.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:41 smithi145 bash[13673]: cluster 2022-04-26T03:29:40.042060+0000 mgr.smithi136.ofnrfx (mgr.14188) 1355 : cluster [DBG] pgmap v1248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:41.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:41 smithi136 bash[11745]: cluster 2022-04-26T03:29:40.042060+0000 mgr.smithi136.ofnrfx (mgr.14188) 1355 : cluster [DBG] pgmap v1248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:43 smithi145 bash[13673]: cluster 2022-04-26T03:29:42.042703+0000 mgr.smithi136.ofnrfx (mgr.14188) 1356 : cluster [DBG] pgmap v1249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:43.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:43 smithi136 bash[11745]: cluster 2022-04-26T03:29:42.042703+0000 mgr.smithi136.ofnrfx (mgr.14188) 1356 : cluster [DBG] pgmap v1249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:44 smithi136 bash[11745]: cluster 2022-04-26T03:29:44.043320+0000 mgr.smithi136.ofnrfx (mgr.14188) 1357 : cluster [DBG] pgmap v1250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:44 smithi145 bash[13673]: cluster 2022-04-26T03:29:44.043320+0000 mgr.smithi136.ofnrfx (mgr.14188) 1357 : cluster [DBG] pgmap v1250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:45.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:45.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:45.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:45.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:45.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:45 smithi136 bash[11745]: audit 2022-04-26T03:29:45.377217+0000 mon.smithi136 (mon.0) 1306 : audit [DBG] from='client.? 172.21.15.136:0/453629169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:45.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:45 smithi145 bash[13673]: audit 2022-04-26T03:29:45.377217+0000 mon.smithi136 (mon.0) 1306 : audit [DBG] from='client.? 172.21.15.136:0/453629169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:46 smithi136 bash[11745]: cluster 2022-04-26T03:29:46.043953+0000 mgr.smithi136.ofnrfx (mgr.14188) 1358 : cluster [DBG] pgmap v1251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:46 smithi145 bash[13673]: cluster 2022-04-26T03:29:46.043953+0000 mgr.smithi136.ofnrfx (mgr.14188) 1358 : cluster [DBG] pgmap v1251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:49.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:49 smithi145 bash[13673]: cluster 2022-04-26T03:29:48.044563+0000 mgr.smithi136.ofnrfx (mgr.14188) 1359 : cluster [DBG] pgmap v1252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:49.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:49 smithi136 bash[11745]: cluster 2022-04-26T03:29:48.044563+0000 mgr.smithi136.ofnrfx (mgr.14188) 1359 : cluster [DBG] pgmap v1252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:50.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:50.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:50.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:50.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:51.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:51 smithi145 bash[13673]: cluster 2022-04-26T03:29:50.045177+0000 mgr.smithi136.ofnrfx (mgr.14188) 1360 : cluster [DBG] pgmap v1253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:51.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:51 smithi145 bash[13673]: audit 2022-04-26T03:29:50.697127+0000 mon.smithi136 (mon.0) 1307 : audit [DBG] from='client.? 172.21.15.136:0/95355196' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:51.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:51 smithi136 bash[11745]: cluster 2022-04-26T03:29:50.045177+0000 mgr.smithi136.ofnrfx (mgr.14188) 1360 : cluster [DBG] pgmap v1253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:51 smithi136 bash[11745]: audit 2022-04-26T03:29:50.697127+0000 mon.smithi136 (mon.0) 1307 : audit [DBG] from='client.? 172.21.15.136:0/95355196' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:53.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:53 smithi145 bash[13673]: cluster 2022-04-26T03:29:52.045805+0000 mgr.smithi136.ofnrfx (mgr.14188) 1361 : cluster [DBG] pgmap v1254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:53.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:53 smithi136 bash[11745]: cluster 2022-04-26T03:29:52.045805+0000 mgr.smithi136.ofnrfx (mgr.14188) 1361 : cluster [DBG] pgmap v1254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:54 smithi136 bash[11745]: cluster 2022-04-26T03:29:54.046409+0000 mgr.smithi136.ofnrfx (mgr.14188) 1362 : cluster [DBG] pgmap v1255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:54 smithi145 bash[13673]: cluster 2022-04-26T03:29:54.046409+0000 mgr.smithi136.ofnrfx (mgr.14188) 1362 : cluster [DBG] pgmap v1255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:55.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:29:55.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:29:55.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:29:56.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:29:56.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:56 smithi145 bash[13673]: audit 2022-04-26T03:29:56.021164+0000 mon.smithi136 (mon.0) 1308 : audit [DBG] from='client.? 172.21.15.136:0/3261219396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:56.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:56 smithi136 bash[11745]: audit 2022-04-26T03:29:56.021164+0000 mon.smithi136 (mon.0) 1308 : audit [DBG] from='client.? 172.21.15.136:0/3261219396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:29:57.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:57 smithi145 bash[13673]: cluster 2022-04-26T03:29:56.047046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1363 : cluster [DBG] pgmap v1256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:57.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:57 smithi136 bash[11745]: cluster 2022-04-26T03:29:56.047046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1363 : cluster [DBG] pgmap v1256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:59.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:29:59 smithi145 bash[13673]: cluster 2022-04-26T03:29:58.047673+0000 mgr.smithi136.ofnrfx (mgr.14188) 1364 : cluster [DBG] pgmap v1257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:29:59.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:29:59 smithi136 bash[11745]: cluster 2022-04-26T03:29:58.047673+0000 mgr.smithi136.ofnrfx (mgr.14188) 1364 : cluster [DBG] pgmap v1257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:00.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:00 smithi145 bash[13673]: cluster 2022-04-26T03:30:00.000119+0000 mon.smithi136 (mon.0) 1309 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:30:00.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:00 smithi136 bash[11745]: cluster 2022-04-26T03:30:00.000119+0000 mon.smithi136 (mon.0) 1309 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:30:01.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:01.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:01.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:01.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:01.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:01 smithi145 bash[13673]: cluster 2022-04-26T03:30:00.048282+0000 mgr.smithi136.ofnrfx (mgr.14188) 1365 : cluster [DBG] pgmap v1258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:01.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:01 smithi136 bash[11745]: cluster 2022-04-26T03:30:00.048282+0000 mgr.smithi136.ofnrfx (mgr.14188) 1365 : cluster [DBG] pgmap v1258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:02 smithi145 bash[13673]: audit 2022-04-26T03:30:01.355291+0000 mon.smithi136 (mon.0) 1310 : audit [DBG] from='client.? 172.21.15.136:0/3040584939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:02 smithi145 bash[13673]: audit 2022-04-26T03:30:02.001640+0000 mon.smithi136 (mon.0) 1311 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:30:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:02 smithi145 bash[13673]: audit 2022-04-26T03:30:02.002116+0000 mon.smithi136 (mon.0) 1312 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:30:02.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:02 smithi136 bash[11745]: audit 2022-04-26T03:30:01.355291+0000 mon.smithi136 (mon.0) 1310 : audit [DBG] from='client.? 172.21.15.136:0/3040584939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:02 smithi136 bash[11745]: audit 2022-04-26T03:30:02.001640+0000 mon.smithi136 (mon.0) 1311 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:30:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:02 smithi136 bash[11745]: audit 2022-04-26T03:30:02.002116+0000 mon.smithi136 (mon.0) 1312 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:30:03.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:03 smithi145 bash[13673]: cluster 2022-04-26T03:30:02.048867+0000 mgr.smithi136.ofnrfx (mgr.14188) 1366 : cluster [DBG] pgmap v1259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:03.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:03 smithi136 bash[11745]: cluster 2022-04-26T03:30:02.048867+0000 mgr.smithi136.ofnrfx (mgr.14188) 1366 : cluster [DBG] pgmap v1259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:04.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:04 smithi136 bash[11745]: cluster 2022-04-26T03:30:04.049480+0000 mgr.smithi136.ofnrfx (mgr.14188) 1367 : cluster [DBG] pgmap v1260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:04.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:04 smithi145 bash[13673]: cluster 2022-04-26T03:30:04.049480+0000 mgr.smithi136.ofnrfx (mgr.14188) 1367 : cluster [DBG] pgmap v1260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:06.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:06.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:06.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:06.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:07 smithi145 bash[13673]: cluster 2022-04-26T03:30:06.050097+0000 mgr.smithi136.ofnrfx (mgr.14188) 1368 : cluster [DBG] pgmap v1261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:07 smithi145 bash[13673]: audit 2022-04-26T03:30:06.686898+0000 mon.smithi136 (mon.0) 1313 : audit [DBG] from='client.? 172.21.15.136:0/2806667410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:07.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:07 smithi136 bash[11745]: cluster 2022-04-26T03:30:06.050097+0000 mgr.smithi136.ofnrfx (mgr.14188) 1368 : cluster [DBG] pgmap v1261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:07.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:07 smithi136 bash[11745]: audit 2022-04-26T03:30:06.686898+0000 mon.smithi136 (mon.0) 1313 : audit [DBG] from='client.? 172.21.15.136:0/2806667410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:09.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:09 smithi145 bash[13673]: cluster 2022-04-26T03:30:08.050689+0000 mgr.smithi136.ofnrfx (mgr.14188) 1369 : cluster [DBG] pgmap v1262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:09.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:09 smithi136 bash[11745]: cluster 2022-04-26T03:30:08.050689+0000 mgr.smithi136.ofnrfx (mgr.14188) 1369 : cluster [DBG] pgmap v1262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:11.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:11 smithi145 bash[13673]: cluster 2022-04-26T03:30:10.051297+0000 mgr.smithi136.ofnrfx (mgr.14188) 1370 : cluster [DBG] pgmap v1263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:11.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:11 smithi136 bash[11745]: cluster 2022-04-26T03:30:10.051297+0000 mgr.smithi136.ofnrfx (mgr.14188) 1370 : cluster [DBG] pgmap v1263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:11.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:11.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:11.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:12.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:12.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:12 smithi145 bash[13673]: audit 2022-04-26T03:30:12.012123+0000 mon.smithi136 (mon.0) 1314 : audit [DBG] from='client.? 172.21.15.136:0/390480838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:12.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:12 smithi136 bash[11745]: audit 2022-04-26T03:30:12.012123+0000 mon.smithi136 (mon.0) 1314 : audit [DBG] from='client.? 172.21.15.136:0/390480838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:13.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:13 smithi145 bash[13673]: cluster 2022-04-26T03:30:12.051968+0000 mgr.smithi136.ofnrfx (mgr.14188) 1371 : cluster [DBG] pgmap v1264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:13.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:13 smithi136 bash[11745]: cluster 2022-04-26T03:30:12.051968+0000 mgr.smithi136.ofnrfx (mgr.14188) 1371 : cluster [DBG] pgmap v1264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:14 smithi136 bash[11745]: cluster 2022-04-26T03:30:14.052613+0000 mgr.smithi136.ofnrfx (mgr.14188) 1372 : cluster [DBG] pgmap v1265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:14 smithi145 bash[13673]: cluster 2022-04-26T03:30:14.052613+0000 mgr.smithi136.ofnrfx (mgr.14188) 1372 : cluster [DBG] pgmap v1265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:17.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:17.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:17.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:17.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:17.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:17 smithi145 bash[13673]: cluster 2022-04-26T03:30:16.053220+0000 mgr.smithi136.ofnrfx (mgr.14188) 1373 : cluster [DBG] pgmap v1266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:17.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:17 smithi136 bash[11745]: cluster 2022-04-26T03:30:16.053220+0000 mgr.smithi136.ofnrfx (mgr.14188) 1373 : cluster [DBG] pgmap v1266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:18.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:18 smithi145 bash[13673]: audit 2022-04-26T03:30:17.344949+0000 mon.smithi136 (mon.0) 1315 : audit [DBG] from='client.? 172.21.15.136:0/2367041968' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:18.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:18 smithi136 bash[11745]: audit 2022-04-26T03:30:17.344949+0000 mon.smithi136 (mon.0) 1315 : audit [DBG] from='client.? 172.21.15.136:0/2367041968' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:19.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:19 smithi145 bash[13673]: cluster 2022-04-26T03:30:18.053822+0000 mgr.smithi136.ofnrfx (mgr.14188) 1374 : cluster [DBG] pgmap v1267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:19.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:19 smithi136 bash[11745]: cluster 2022-04-26T03:30:18.053822+0000 mgr.smithi136.ofnrfx (mgr.14188) 1374 : cluster [DBG] pgmap v1267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:21.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:21 smithi145 bash[13673]: cluster 2022-04-26T03:30:20.054435+0000 mgr.smithi136.ofnrfx (mgr.14188) 1375 : cluster [DBG] pgmap v1268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:21.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:21 smithi136 bash[11745]: cluster 2022-04-26T03:30:20.054435+0000 mgr.smithi136.ofnrfx (mgr.14188) 1375 : cluster [DBG] pgmap v1268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:22.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:22.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:22.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:22.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:23.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:23 smithi145 bash[13673]: cluster 2022-04-26T03:30:22.055046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1376 : cluster [DBG] pgmap v1269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:23.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:23 smithi145 bash[13673]: audit 2022-04-26T03:30:22.680985+0000 mon.smithi136 (mon.0) 1316 : audit [DBG] from='client.? 172.21.15.136:0/2656724351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:23.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:23 smithi136 bash[11745]: cluster 2022-04-26T03:30:22.055046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1376 : cluster [DBG] pgmap v1269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:23.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:23 smithi136 bash[11745]: audit 2022-04-26T03:30:22.680985+0000 mon.smithi136 (mon.0) 1316 : audit [DBG] from='client.? 172.21.15.136:0/2656724351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:24.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:24 smithi136 bash[11745]: cluster 2022-04-26T03:30:24.055687+0000 mgr.smithi136.ofnrfx (mgr.14188) 1377 : cluster [DBG] pgmap v1270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:24.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:24 smithi145 bash[13673]: cluster 2022-04-26T03:30:24.055687+0000 mgr.smithi136.ofnrfx (mgr.14188) 1377 : cluster [DBG] pgmap v1270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:27.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:27 smithi145 bash[13673]: cluster 2022-04-26T03:30:26.056303+0000 mgr.smithi136.ofnrfx (mgr.14188) 1378 : cluster [DBG] pgmap v1271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:27 smithi136 bash[11745]: cluster 2022-04-26T03:30:26.056303+0000 mgr.smithi136.ofnrfx (mgr.14188) 1378 : cluster [DBG] pgmap v1271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:27.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:27.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:27.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:28.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:28 smithi145 bash[13673]: audit 2022-04-26T03:30:28.009637+0000 mon.smithi136 (mon.0) 1317 : audit [DBG] from='client.? 172.21.15.136:0/800046136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:28 smithi145 bash[13673]: audit 2022-04-26T03:30:28.061112+0000 mon.smithi136 (mon.0) 1318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:30:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:28 smithi145 bash[13673]: audit 2022-04-26T03:30:28.063557+0000 mon.smithi136 (mon.0) 1319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:30:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:28 smithi145 bash[13673]: audit 2022-04-26T03:30:28.065167+0000 mon.smithi136 (mon.0) 1320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:30:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:28 smithi136 bash[11745]: audit 2022-04-26T03:30:28.009637+0000 mon.smithi136 (mon.0) 1317 : audit [DBG] from='client.? 172.21.15.136:0/800046136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:28 smithi136 bash[11745]: audit 2022-04-26T03:30:28.061112+0000 mon.smithi136 (mon.0) 1318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:30:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:28 smithi136 bash[11745]: audit 2022-04-26T03:30:28.063557+0000 mon.smithi136 (mon.0) 1319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:30:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:28 smithi136 bash[11745]: audit 2022-04-26T03:30:28.065167+0000 mon.smithi136 (mon.0) 1320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:30:29.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:29 smithi145 bash[13673]: cluster 2022-04-26T03:30:28.056858+0000 mgr.smithi136.ofnrfx (mgr.14188) 1379 : cluster [DBG] pgmap v1272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:29 smithi145 bash[13673]: audit 2022-04-26T03:30:28.350853+0000 mon.smithi136 (mon.0) 1321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:30:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:29 smithi145 bash[13673]: audit 2022-04-26T03:30:28.640360+0000 mon.smithi136 (mon.0) 1322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:30:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:29 smithi145 bash[13673]: audit 2022-04-26T03:30:28.648379+0000 mon.smithi136 (mon.0) 1323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:30:29.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:29 smithi136 bash[11745]: cluster 2022-04-26T03:30:28.056858+0000 mgr.smithi136.ofnrfx (mgr.14188) 1379 : cluster [DBG] pgmap v1272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:29 smithi136 bash[11745]: audit 2022-04-26T03:30:28.350853+0000 mon.smithi136 (mon.0) 1321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:30:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:29 smithi136 bash[11745]: audit 2022-04-26T03:30:28.640360+0000 mon.smithi136 (mon.0) 1322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:30:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:29 smithi136 bash[11745]: audit 2022-04-26T03:30:28.648379+0000 mon.smithi136 (mon.0) 1323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:30:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:30 smithi136 bash[11745]: cluster 2022-04-26T03:30:28.634006+0000 mgr.smithi136.ofnrfx (mgr.14188) 1380 : cluster [DBG] pgmap v1273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:30.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:30 smithi136 bash[11745]: cluster 2022-04-26T03:30:28.634560+0000 mgr.smithi136.ofnrfx (mgr.14188) 1381 : cluster [DBG] pgmap v1274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:30.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:30 smithi136 bash[11745]: cephadm 2022-04-26T03:30:28.649326+0000 mgr.smithi136.ofnrfx (mgr.14188) 1382 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:30:30.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:30 smithi136 bash[11745]: cephadm 2022-04-26T03:30:28.649440+0000 mgr.smithi136.ofnrfx (mgr.14188) 1383 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:30:30.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:30 smithi145 bash[13673]: cluster 2022-04-26T03:30:28.634006+0000 mgr.smithi136.ofnrfx (mgr.14188) 1380 : cluster [DBG] pgmap v1273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:30 smithi145 bash[13673]: cluster 2022-04-26T03:30:28.634560+0000 mgr.smithi136.ofnrfx (mgr.14188) 1381 : cluster [DBG] pgmap v1274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:30 smithi145 bash[13673]: cephadm 2022-04-26T03:30:28.649326+0000 mgr.smithi136.ofnrfx (mgr.14188) 1382 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:30:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:30 smithi145 bash[13673]: cephadm 2022-04-26T03:30:28.649440+0000 mgr.smithi136.ofnrfx (mgr.14188) 1383 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:30:32.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:32 smithi145 bash[13673]: cluster 2022-04-26T03:30:30.635246+0000 mgr.smithi136.ofnrfx (mgr.14188) 1384 : cluster [DBG] pgmap v1275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:32 smithi136 bash[11745]: cluster 2022-04-26T03:30:30.635246+0000 mgr.smithi136.ofnrfx (mgr.14188) 1384 : cluster [DBG] pgmap v1275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:33.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:33.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:33.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:33.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:33 smithi145 bash[13673]: audit 2022-04-26T03:30:33.337734+0000 mon.smithi136 (mon.0) 1324 : audit [DBG] from='client.? 172.21.15.136:0/296685881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:33 smithi136 bash[11745]: audit 2022-04-26T03:30:33.337734+0000 mon.smithi136 (mon.0) 1324 : audit [DBG] from='client.? 172.21.15.136:0/296685881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:34.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:34 smithi145 bash[13673]: cluster 2022-04-26T03:30:32.635913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1385 : cluster [DBG] pgmap v1276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:34 smithi136 bash[11745]: cluster 2022-04-26T03:30:32.635913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1385 : cluster [DBG] pgmap v1276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:36.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:36 smithi145 bash[13673]: cluster 2022-04-26T03:30:34.636498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1386 : cluster [DBG] pgmap v1277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:36 smithi136 bash[11745]: cluster 2022-04-26T03:30:34.636498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1386 : cluster [DBG] pgmap v1277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:38.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:38.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:38.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:38 smithi145 bash[13673]: cluster 2022-04-26T03:30:36.637137+0000 mgr.smithi136.ofnrfx (mgr.14188) 1387 : cluster [DBG] pgmap v1278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:38.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:38.713 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:38 smithi136 bash[11745]: cluster 2022-04-26T03:30:36.637137+0000 mgr.smithi136.ofnrfx (mgr.14188) 1387 : cluster [DBG] pgmap v1278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:39 smithi136 bash[11745]: cluster 2022-04-26T03:30:38.637731+0000 mgr.smithi136.ofnrfx (mgr.14188) 1388 : cluster [DBG] pgmap v1279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:39 smithi136 bash[11745]: audit 2022-04-26T03:30:38.667477+0000 mon.smithi136 (mon.0) 1325 : audit [DBG] from='client.? 172.21.15.136:0/563466801' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:39.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:39 smithi145 bash[13673]: cluster 2022-04-26T03:30:38.637731+0000 mgr.smithi136.ofnrfx (mgr.14188) 1388 : cluster [DBG] pgmap v1279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:39 smithi145 bash[13673]: audit 2022-04-26T03:30:38.667477+0000 mon.smithi136 (mon.0) 1325 : audit [DBG] from='client.? 172.21.15.136:0/563466801' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:42.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:41 smithi136 bash[11745]: cluster 2022-04-26T03:30:40.638357+0000 mgr.smithi136.ofnrfx (mgr.14188) 1389 : cluster [DBG] pgmap v1280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:42.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:41 smithi145 bash[13673]: cluster 2022-04-26T03:30:40.638357+0000 mgr.smithi136.ofnrfx (mgr.14188) 1389 : cluster [DBG] pgmap v1280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:43.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:43.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:43.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:44.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:44.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:43 smithi136 bash[11745]: cluster 2022-04-26T03:30:42.638994+0000 mgr.smithi136.ofnrfx (mgr.14188) 1390 : cluster [DBG] pgmap v1281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:44.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:43 smithi145 bash[13673]: cluster 2022-04-26T03:30:42.638994+0000 mgr.smithi136.ofnrfx (mgr.14188) 1390 : cluster [DBG] pgmap v1281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:44 smithi136 bash[11745]: audit 2022-04-26T03:30:43.994394+0000 mon.smithi136 (mon.0) 1326 : audit [DBG] from='client.? 172.21.15.136:0/617311127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:45.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:44 smithi145 bash[13673]: audit 2022-04-26T03:30:43.994394+0000 mon.smithi136 (mon.0) 1326 : audit [DBG] from='client.? 172.21.15.136:0/617311127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:46.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:45 smithi136 bash[11745]: cluster 2022-04-26T03:30:44.639549+0000 mgr.smithi136.ofnrfx (mgr.14188) 1391 : cluster [DBG] pgmap v1282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:46.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:45 smithi145 bash[13673]: cluster 2022-04-26T03:30:44.639549+0000 mgr.smithi136.ofnrfx (mgr.14188) 1391 : cluster [DBG] pgmap v1282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:48.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:47 smithi136 bash[11745]: cluster 2022-04-26T03:30:46.640184+0000 mgr.smithi136.ofnrfx (mgr.14188) 1392 : cluster [DBG] pgmap v1283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:48.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:47 smithi145 bash[13673]: cluster 2022-04-26T03:30:46.640184+0000 mgr.smithi136.ofnrfx (mgr.14188) 1392 : cluster [DBG] pgmap v1283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:49.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:49.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:49.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:49.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:49.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:49 smithi136 bash[11745]: cluster 2022-04-26T03:30:48.640800+0000 mgr.smithi136.ofnrfx (mgr.14188) 1393 : cluster [DBG] pgmap v1284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:49.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:49 smithi136 bash[11745]: audit 2022-04-26T03:30:49.323582+0000 mon.smithi136 (mon.0) 1327 : audit [DBG] from='client.? 172.21.15.136:0/3586790529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:49.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:49 smithi145 bash[13673]: cluster 2022-04-26T03:30:48.640800+0000 mgr.smithi136.ofnrfx (mgr.14188) 1393 : cluster [DBG] pgmap v1284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:49 smithi145 bash[13673]: audit 2022-04-26T03:30:49.323582+0000 mon.smithi136 (mon.0) 1327 : audit [DBG] from='client.? 172.21.15.136:0/3586790529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:52.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:51 smithi136 bash[11745]: cluster 2022-04-26T03:30:50.641397+0000 mgr.smithi136.ofnrfx (mgr.14188) 1394 : cluster [DBG] pgmap v1285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:52.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:51 smithi145 bash[13673]: cluster 2022-04-26T03:30:50.641397+0000 mgr.smithi136.ofnrfx (mgr.14188) 1394 : cluster [DBG] pgmap v1285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:54.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:53 smithi136 bash[11745]: cluster 2022-04-26T03:30:52.642056+0000 mgr.smithi136.ofnrfx (mgr.14188) 1395 : cluster [DBG] pgmap v1286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:53 smithi145 bash[13673]: cluster 2022-04-26T03:30:52.642056+0000 mgr.smithi136.ofnrfx (mgr.14188) 1395 : cluster [DBG] pgmap v1286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:54.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:54.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:54.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:54.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:30:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:54 smithi136 bash[11745]: audit 2022-04-26T03:30:54.652622+0000 mon.smithi136 (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.136:0/2190608768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:55.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:54 smithi145 bash[13673]: audit 2022-04-26T03:30:54.652622+0000 mon.smithi136 (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.136:0/2190608768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:30:56.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:55 smithi136 bash[11745]: cluster 2022-04-26T03:30:54.642627+0000 mgr.smithi136.ofnrfx (mgr.14188) 1396 : cluster [DBG] pgmap v1287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:55 smithi145 bash[13673]: cluster 2022-04-26T03:30:54.642627+0000 mgr.smithi136.ofnrfx (mgr.14188) 1396 : cluster [DBG] pgmap v1287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:58.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:57 smithi136 bash[11745]: cluster 2022-04-26T03:30:56.643200+0000 mgr.smithi136.ofnrfx (mgr.14188) 1397 : cluster [DBG] pgmap v1288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:58.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:57 smithi145 bash[13673]: cluster 2022-04-26T03:30:56.643200+0000 mgr.smithi136.ofnrfx (mgr.14188) 1397 : cluster [DBG] pgmap v1288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:59.669 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:30:59.669 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:30:59.669 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:30:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:30:59 smithi136 bash[11745]: cluster 2022-04-26T03:30:58.643832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1398 : cluster [DBG] pgmap v1289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:59.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:30:59 smithi145 bash[13673]: cluster 2022-04-26T03:30:58.643832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1398 : cluster [DBG] pgmap v1289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:30:59.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:00.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:00 smithi136 bash[11745]: audit 2022-04-26T03:30:59.983627+0000 mon.smithi136 (mon.0) 1329 : audit [DBG] from='client.? 172.21.15.136:0/3974820150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:00.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:00 smithi145 bash[13673]: audit 2022-04-26T03:30:59.983627+0000 mon.smithi136 (mon.0) 1329 : audit [DBG] from='client.? 172.21.15.136:0/3974820150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:01.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:01 smithi136 bash[11745]: cluster 2022-04-26T03:31:00.644430+0000 mgr.smithi136.ofnrfx (mgr.14188) 1399 : cluster [DBG] pgmap v1290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:01.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:01 smithi145 bash[13673]: cluster 2022-04-26T03:31:00.644430+0000 mgr.smithi136.ofnrfx (mgr.14188) 1399 : cluster [DBG] pgmap v1290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:02 smithi136 bash[11745]: audit 2022-04-26T03:31:02.009343+0000 mon.smithi136 (mon.0) 1330 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:31:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:02 smithi136 bash[11745]: audit 2022-04-26T03:31:02.009990+0000 mon.smithi136 (mon.0) 1331 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:31:02.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:02 smithi145 bash[13673]: audit 2022-04-26T03:31:02.009343+0000 mon.smithi136 (mon.0) 1330 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:31:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:02 smithi145 bash[13673]: audit 2022-04-26T03:31:02.009990+0000 mon.smithi136 (mon.0) 1331 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:31:03.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:03 smithi136 bash[11745]: cluster 2022-04-26T03:31:02.645053+0000 mgr.smithi136.ofnrfx (mgr.14188) 1400 : cluster [DBG] pgmap v1291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:03 smithi145 bash[13673]: cluster 2022-04-26T03:31:02.645053+0000 mgr.smithi136.ofnrfx (mgr.14188) 1400 : cluster [DBG] pgmap v1291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:05.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:05.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:05.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:05.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:06.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:05 smithi136 bash[11745]: cluster 2022-04-26T03:31:04.645675+0000 mgr.smithi136.ofnrfx (mgr.14188) 1401 : cluster [DBG] pgmap v1292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:06.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:05 smithi136 bash[11745]: audit 2022-04-26T03:31:05.314509+0000 mon.smithi136 (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.136:0/2025358252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:06.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:05 smithi145 bash[13673]: cluster 2022-04-26T03:31:04.645675+0000 mgr.smithi136.ofnrfx (mgr.14188) 1401 : cluster [DBG] pgmap v1292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:06.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:05 smithi145 bash[13673]: audit 2022-04-26T03:31:05.314509+0000 mon.smithi136 (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.136:0/2025358252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:08.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:07 smithi136 bash[11745]: cluster 2022-04-26T03:31:06.646296+0000 mgr.smithi136.ofnrfx (mgr.14188) 1402 : cluster [DBG] pgmap v1293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:08.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:07 smithi145 bash[13673]: cluster 2022-04-26T03:31:06.646296+0000 mgr.smithi136.ofnrfx (mgr.14188) 1402 : cluster [DBG] pgmap v1293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:09.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:09 smithi136 bash[11745]: cluster 2022-04-26T03:31:08.646942+0000 mgr.smithi136.ofnrfx (mgr.14188) 1403 : cluster [DBG] pgmap v1294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:09.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:09 smithi145 bash[13673]: cluster 2022-04-26T03:31:08.646942+0000 mgr.smithi136.ofnrfx (mgr.14188) 1403 : cluster [DBG] pgmap v1294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:10.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:10.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:10.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:10.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:11.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:10 smithi136 bash[11745]: audit 2022-04-26T03:31:10.646289+0000 mon.smithi136 (mon.0) 1333 : audit [DBG] from='client.? 172.21.15.136:0/3685891593' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:11.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:10 smithi145 bash[13673]: audit 2022-04-26T03:31:10.646289+0000 mon.smithi136 (mon.0) 1333 : audit [DBG] from='client.? 172.21.15.136:0/3685891593' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:12.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:11 smithi136 bash[11745]: cluster 2022-04-26T03:31:10.647473+0000 mgr.smithi136.ofnrfx (mgr.14188) 1404 : cluster [DBG] pgmap v1295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:12.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:11 smithi145 bash[13673]: cluster 2022-04-26T03:31:10.647473+0000 mgr.smithi136.ofnrfx (mgr.14188) 1404 : cluster [DBG] pgmap v1295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:14.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:13 smithi136 bash[11745]: cluster 2022-04-26T03:31:12.648153+0000 mgr.smithi136.ofnrfx (mgr.14188) 1405 : cluster [DBG] pgmap v1296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:14.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:13 smithi145 bash[13673]: cluster 2022-04-26T03:31:12.648153+0000 mgr.smithi136.ofnrfx (mgr.14188) 1405 : cluster [DBG] pgmap v1296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:15.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:15.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:15.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:15.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:16.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:15 smithi136 bash[11745]: cluster 2022-04-26T03:31:14.648705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1406 : cluster [DBG] pgmap v1297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:16.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:15 smithi145 bash[13673]: cluster 2022-04-26T03:31:14.648705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1406 : cluster [DBG] pgmap v1297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:17.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:16 smithi136 bash[11745]: audit 2022-04-26T03:31:15.974678+0000 mon.smithi136 (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.136:0/1492909352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:17.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:16 smithi145 bash[13673]: audit 2022-04-26T03:31:15.974678+0000 mon.smithi136 (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.136:0/1492909352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:18.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:17 smithi136 bash[11745]: cluster 2022-04-26T03:31:16.649280+0000 mgr.smithi136.ofnrfx (mgr.14188) 1407 : cluster [DBG] pgmap v1298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:18.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:17 smithi145 bash[13673]: cluster 2022-04-26T03:31:16.649280+0000 mgr.smithi136.ofnrfx (mgr.14188) 1407 : cluster [DBG] pgmap v1298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:19 smithi136 bash[11745]: cluster 2022-04-26T03:31:18.649942+0000 mgr.smithi136.ofnrfx (mgr.14188) 1408 : cluster [DBG] pgmap v1299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:19.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:19 smithi145 bash[13673]: cluster 2022-04-26T03:31:18.649942+0000 mgr.smithi136.ofnrfx (mgr.14188) 1408 : cluster [DBG] pgmap v1299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:20.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:20.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:20.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:21.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:22.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:21 smithi136 bash[11745]: cluster 2022-04-26T03:31:20.650533+0000 mgr.smithi136.ofnrfx (mgr.14188) 1409 : cluster [DBG] pgmap v1300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:22.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:21 smithi136 bash[11745]: audit 2022-04-26T03:31:21.303612+0000 mon.smithi136 (mon.0) 1335 : audit [DBG] from='client.? 172.21.15.136:0/3039737568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:22.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:21 smithi145 bash[13673]: cluster 2022-04-26T03:31:20.650533+0000 mgr.smithi136.ofnrfx (mgr.14188) 1409 : cluster [DBG] pgmap v1300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:22.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:21 smithi145 bash[13673]: audit 2022-04-26T03:31:21.303612+0000 mon.smithi136 (mon.0) 1335 : audit [DBG] from='client.? 172.21.15.136:0/3039737568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:24.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:23 smithi136 bash[11745]: cluster 2022-04-26T03:31:22.651148+0000 mgr.smithi136.ofnrfx (mgr.14188) 1410 : cluster [DBG] pgmap v1301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:24.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:23 smithi145 bash[13673]: cluster 2022-04-26T03:31:22.651148+0000 mgr.smithi136.ofnrfx (mgr.14188) 1410 : cluster [DBG] pgmap v1301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:26.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:25 smithi136 bash[11745]: cluster 2022-04-26T03:31:24.651747+0000 mgr.smithi136.ofnrfx (mgr.14188) 1411 : cluster [DBG] pgmap v1302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:26.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:25 smithi145 bash[13673]: cluster 2022-04-26T03:31:24.651747+0000 mgr.smithi136.ofnrfx (mgr.14188) 1411 : cluster [DBG] pgmap v1302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:26.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:26.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:26.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:26.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:27.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:26 smithi136 bash[11745]: audit 2022-04-26T03:31:26.629863+0000 mon.smithi136 (mon.0) 1336 : audit [DBG] from='client.? 172.21.15.136:0/3384891154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:27.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:26 smithi145 bash[13673]: audit 2022-04-26T03:31:26.629863+0000 mon.smithi136 (mon.0) 1336 : audit [DBG] from='client.? 172.21.15.136:0/3384891154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:28.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:27 smithi136 bash[11745]: cluster 2022-04-26T03:31:26.652354+0000 mgr.smithi136.ofnrfx (mgr.14188) 1412 : cluster [DBG] pgmap v1303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:28.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:27 smithi145 bash[13673]: cluster 2022-04-26T03:31:26.652354+0000 mgr.smithi136.ofnrfx (mgr.14188) 1412 : cluster [DBG] pgmap v1303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: cluster 2022-04-26T03:31:28.652963+0000 mgr.smithi136.ofnrfx (mgr.14188) 1413 : cluster [DBG] pgmap v1304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: audit 2022-04-26T03:31:28.656447+0000 mon.smithi136 (mon.0) 1337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:31:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: audit 2022-04-26T03:31:28.659277+0000 mon.smithi136 (mon.0) 1338 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:31:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: audit 2022-04-26T03:31:28.661171+0000 mon.smithi136 (mon.0) 1339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:31:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: cluster 2022-04-26T03:31:28.956689+0000 mgr.smithi136.ofnrfx (mgr.14188) 1414 : cluster [DBG] pgmap v1305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: cluster 2022-04-26T03:31:28.957053+0000 mgr.smithi136.ofnrfx (mgr.14188) 1415 : cluster [DBG] pgmap v1306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: audit 2022-04-26T03:31:28.963685+0000 mon.smithi136 (mon.0) 1340 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:31:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: audit 2022-04-26T03:31:28.969631+0000 mon.smithi136 (mon.0) 1341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:31:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: cephadm 2022-04-26T03:31:28.970578+0000 mgr.smithi136.ofnrfx (mgr.14188) 1416 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:31:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:29 smithi136 bash[11745]: cephadm 2022-04-26T03:31:28.970694+0000 mgr.smithi136.ofnrfx (mgr.14188) 1417 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:31:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: cluster 2022-04-26T03:31:28.652963+0000 mgr.smithi136.ofnrfx (mgr.14188) 1413 : cluster [DBG] pgmap v1304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: audit 2022-04-26T03:31:28.656447+0000 mon.smithi136 (mon.0) 1337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:31:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: audit 2022-04-26T03:31:28.659277+0000 mon.smithi136 (mon.0) 1338 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:31:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: audit 2022-04-26T03:31:28.661171+0000 mon.smithi136 (mon.0) 1339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:31:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: cluster 2022-04-26T03:31:28.956689+0000 mgr.smithi136.ofnrfx (mgr.14188) 1414 : cluster [DBG] pgmap v1305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: cluster 2022-04-26T03:31:28.957053+0000 mgr.smithi136.ofnrfx (mgr.14188) 1415 : cluster [DBG] pgmap v1306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: audit 2022-04-26T03:31:28.963685+0000 mon.smithi136 (mon.0) 1340 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:31:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: audit 2022-04-26T03:31:28.969631+0000 mon.smithi136 (mon.0) 1341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:31:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: cephadm 2022-04-26T03:31:28.970578+0000 mgr.smithi136.ofnrfx (mgr.14188) 1416 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:31:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:29 smithi145 bash[13673]: cephadm 2022-04-26T03:31:28.970694+0000 mgr.smithi136.ofnrfx (mgr.14188) 1417 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:31:31.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:31.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:31.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:31.974 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:32.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:32 smithi136 bash[11745]: cluster 2022-04-26T03:31:30.957606+0000 mgr.smithi136.ofnrfx (mgr.14188) 1418 : cluster [DBG] pgmap v1307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:32.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:32 smithi136 bash[11745]: audit 2022-04-26T03:31:31.960596+0000 mon.smithi136 (mon.0) 1342 : audit [DBG] from='client.? 172.21.15.136:0/2970138275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:32.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:32 smithi145 bash[13673]: cluster 2022-04-26T03:31:30.957606+0000 mgr.smithi136.ofnrfx (mgr.14188) 1418 : cluster [DBG] pgmap v1307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:32.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:32 smithi145 bash[13673]: audit 2022-04-26T03:31:31.960596+0000 mon.smithi136 (mon.0) 1342 : audit [DBG] from='client.? 172.21.15.136:0/2970138275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:34.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:34 smithi136 bash[11745]: cluster 2022-04-26T03:31:32.958219+0000 mgr.smithi136.ofnrfx (mgr.14188) 1419 : cluster [DBG] pgmap v1308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:34.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:34 smithi145 bash[13673]: cluster 2022-04-26T03:31:32.958219+0000 mgr.smithi136.ofnrfx (mgr.14188) 1419 : cluster [DBG] pgmap v1308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:36.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:36 smithi136 bash[11745]: cluster 2022-04-26T03:31:34.958800+0000 mgr.smithi136.ofnrfx (mgr.14188) 1420 : cluster [DBG] pgmap v1309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:36.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:36 smithi145 bash[13673]: cluster 2022-04-26T03:31:34.958800+0000 mgr.smithi136.ofnrfx (mgr.14188) 1420 : cluster [DBG] pgmap v1309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:36.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:36.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:36.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:37.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:38.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:38 smithi136 bash[11745]: cluster 2022-04-26T03:31:36.959395+0000 mgr.smithi136.ofnrfx (mgr.14188) 1421 : cluster [DBG] pgmap v1310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:38 smithi136 bash[11745]: audit 2022-04-26T03:31:37.284054+0000 mon.smithi136 (mon.0) 1343 : audit [DBG] from='client.? 172.21.15.136:0/1318943048' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:38 smithi145 bash[13673]: cluster 2022-04-26T03:31:36.959395+0000 mgr.smithi136.ofnrfx (mgr.14188) 1421 : cluster [DBG] pgmap v1310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:38 smithi145 bash[13673]: audit 2022-04-26T03:31:37.284054+0000 mon.smithi136 (mon.0) 1343 : audit [DBG] from='client.? 172.21.15.136:0/1318943048' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:39 smithi136 bash[11745]: cluster 2022-04-26T03:31:38.960045+0000 mgr.smithi136.ofnrfx (mgr.14188) 1422 : cluster [DBG] pgmap v1311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:39.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:39 smithi145 bash[13673]: cluster 2022-04-26T03:31:38.960045+0000 mgr.smithi136.ofnrfx (mgr.14188) 1422 : cluster [DBG] pgmap v1311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:42.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:42.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:42.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:42.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:42 smithi136 bash[11745]: cluster 2022-04-26T03:31:40.960657+0000 mgr.smithi136.ofnrfx (mgr.14188) 1423 : cluster [DBG] pgmap v1312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:42.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:42 smithi145 bash[13673]: cluster 2022-04-26T03:31:40.960657+0000 mgr.smithi136.ofnrfx (mgr.14188) 1423 : cluster [DBG] pgmap v1312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:42.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:43.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:43 smithi136 bash[11745]: audit 2022-04-26T03:31:42.615085+0000 mon.smithi136 (mon.0) 1344 : audit [DBG] from='client.? 172.21.15.136:0/3435739052' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:43.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:43 smithi145 bash[13673]: audit 2022-04-26T03:31:42.615085+0000 mon.smithi136 (mon.0) 1344 : audit [DBG] from='client.? 172.21.15.136:0/3435739052' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:44.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:44 smithi136 bash[11745]: cluster 2022-04-26T03:31:42.961293+0000 mgr.smithi136.ofnrfx (mgr.14188) 1424 : cluster [DBG] pgmap v1313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:44.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:44 smithi145 bash[13673]: cluster 2022-04-26T03:31:42.961293+0000 mgr.smithi136.ofnrfx (mgr.14188) 1424 : cluster [DBG] pgmap v1313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:46.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:46 smithi136 bash[11745]: cluster 2022-04-26T03:31:44.961832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1425 : cluster [DBG] pgmap v1314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:46.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:46 smithi145 bash[13673]: cluster 2022-04-26T03:31:44.961832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1425 : cluster [DBG] pgmap v1314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:47.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:47.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:47.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:47.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:48.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:48 smithi136 bash[11745]: cluster 2022-04-26T03:31:46.962463+0000 mgr.smithi136.ofnrfx (mgr.14188) 1426 : cluster [DBG] pgmap v1315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:48.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:48 smithi136 bash[11745]: audit 2022-04-26T03:31:47.945010+0000 mon.smithi136 (mon.0) 1345 : audit [DBG] from='client.? 172.21.15.136:0/2960575112' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:48.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:48 smithi145 bash[13673]: cluster 2022-04-26T03:31:46.962463+0000 mgr.smithi136.ofnrfx (mgr.14188) 1426 : cluster [DBG] pgmap v1315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:48 smithi145 bash[13673]: audit 2022-04-26T03:31:47.945010+0000 mon.smithi136 (mon.0) 1345 : audit [DBG] from='client.? 172.21.15.136:0/2960575112' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:49.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:49 smithi136 bash[11745]: cluster 2022-04-26T03:31:48.963077+0000 mgr.smithi136.ofnrfx (mgr.14188) 1427 : cluster [DBG] pgmap v1316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:49.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:49 smithi145 bash[13673]: cluster 2022-04-26T03:31:48.963077+0000 mgr.smithi136.ofnrfx (mgr.14188) 1427 : cluster [DBG] pgmap v1316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:52 smithi136 bash[11745]: cluster 2022-04-26T03:31:50.963818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1428 : cluster [DBG] pgmap v1317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:52 smithi145 bash[13673]: cluster 2022-04-26T03:31:50.963818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1428 : cluster [DBG] pgmap v1317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:52.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:52.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:52.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:53.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:54.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:54 smithi136 bash[11745]: cluster 2022-04-26T03:31:52.964438+0000 mgr.smithi136.ofnrfx (mgr.14188) 1429 : cluster [DBG] pgmap v1318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:54.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:54 smithi136 bash[11745]: audit 2022-04-26T03:31:53.274566+0000 mon.smithi136 (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.136:0/1632926704' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:54.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:54 smithi145 bash[13673]: cluster 2022-04-26T03:31:52.964438+0000 mgr.smithi136.ofnrfx (mgr.14188) 1429 : cluster [DBG] pgmap v1318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:54.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:54 smithi145 bash[13673]: audit 2022-04-26T03:31:53.274566+0000 mon.smithi136 (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.136:0/1632926704' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:56.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:56 smithi136 bash[11745]: cluster 2022-04-26T03:31:54.964977+0000 mgr.smithi136.ofnrfx (mgr.14188) 1430 : cluster [DBG] pgmap v1319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:56 smithi145 bash[13673]: cluster 2022-04-26T03:31:54.964977+0000 mgr.smithi136.ofnrfx (mgr.14188) 1430 : cluster [DBG] pgmap v1319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:58.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:31:58.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:31:58.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:31:58.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:58 smithi136 bash[11745]: cluster 2022-04-26T03:31:56.965602+0000 mgr.smithi136.ofnrfx (mgr.14188) 1431 : cluster [DBG] pgmap v1320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:58.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:58 smithi145 bash[13673]: cluster 2022-04-26T03:31:56.965602+0000 mgr.smithi136.ofnrfx (mgr.14188) 1431 : cluster [DBG] pgmap v1320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:58.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:31:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:59 smithi136 bash[11745]: audit 2022-04-26T03:31:58.605302+0000 mon.smithi136 (mon.0) 1347 : audit [DBG] from='client.? 172.21.15.136:0/2174658179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:59.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:31:59 smithi136 bash[11745]: cluster 2022-04-26T03:31:58.966214+0000 mgr.smithi136.ofnrfx (mgr.14188) 1432 : cluster [DBG] pgmap v1321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:31:59.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:59 smithi145 bash[13673]: audit 2022-04-26T03:31:58.605302+0000 mon.smithi136 (mon.0) 1347 : audit [DBG] from='client.? 172.21.15.136:0/2174658179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:31:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:31:59 smithi145 bash[13673]: cluster 2022-04-26T03:31:58.966214+0000 mgr.smithi136.ofnrfx (mgr.14188) 1432 : cluster [DBG] pgmap v1321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:02 smithi136 bash[11745]: cluster 2022-04-26T03:32:00.966819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1433 : cluster [DBG] pgmap v1322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:02 smithi136 bash[11745]: audit 2022-04-26T03:32:02.015721+0000 mon.smithi136 (mon.0) 1348 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:32:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:02 smithi136 bash[11745]: audit 2022-04-26T03:32:02.016605+0000 mon.smithi136 (mon.0) 1349 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:32:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:02 smithi145 bash[13673]: cluster 2022-04-26T03:32:00.966819+0000 mgr.smithi136.ofnrfx (mgr.14188) 1433 : cluster [DBG] pgmap v1322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:02 smithi145 bash[13673]: audit 2022-04-26T03:32:02.015721+0000 mon.smithi136 (mon.0) 1348 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:32:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:02 smithi145 bash[13673]: audit 2022-04-26T03:32:02.016605+0000 mon.smithi136 (mon.0) 1349 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:32:03.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:03.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:03.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:03.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:04.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:04 smithi136 bash[11745]: cluster 2022-04-26T03:32:02.967427+0000 mgr.smithi136.ofnrfx (mgr.14188) 1434 : cluster [DBG] pgmap v1323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:04.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:04 smithi136 bash[11745]: audit 2022-04-26T03:32:03.930421+0000 mon.smithi136 (mon.0) 1350 : audit [DBG] from='client.? 172.21.15.136:0/382155705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:04 smithi145 bash[13673]: cluster 2022-04-26T03:32:02.967427+0000 mgr.smithi136.ofnrfx (mgr.14188) 1434 : cluster [DBG] pgmap v1323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:04 smithi145 bash[13673]: audit 2022-04-26T03:32:03.930421+0000 mon.smithi136 (mon.0) 1350 : audit [DBG] from='client.? 172.21.15.136:0/382155705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:06.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:06 smithi136 bash[11745]: cluster 2022-04-26T03:32:04.968026+0000 mgr.smithi136.ofnrfx (mgr.14188) 1435 : cluster [DBG] pgmap v1324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:06.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:06 smithi145 bash[13673]: cluster 2022-04-26T03:32:04.968026+0000 mgr.smithi136.ofnrfx (mgr.14188) 1435 : cluster [DBG] pgmap v1324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:08.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:08 smithi136 bash[11745]: cluster 2022-04-26T03:32:06.968667+0000 mgr.smithi136.ofnrfx (mgr.14188) 1436 : cluster [DBG] pgmap v1325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:08.425 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:08 smithi145 bash[13673]: cluster 2022-04-26T03:32:06.968667+0000 mgr.smithi136.ofnrfx (mgr.14188) 1436 : cluster [DBG] pgmap v1325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:08.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:08.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:08.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:09.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:09.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:09 smithi136 bash[11745]: cluster 2022-04-26T03:32:08.969281+0000 mgr.smithi136.ofnrfx (mgr.14188) 1437 : cluster [DBG] pgmap v1326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:09.855 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:09 smithi136 bash[11745]: audit 2022-04-26T03:32:09.258265+0000 mon.smithi136 (mon.0) 1351 : audit [DBG] from='client.? 172.21.15.136:0/2279457855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:09 smithi145 bash[13673]: cluster 2022-04-26T03:32:08.969281+0000 mgr.smithi136.ofnrfx (mgr.14188) 1437 : cluster [DBG] pgmap v1326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:09 smithi145 bash[13673]: audit 2022-04-26T03:32:09.258265+0000 mon.smithi136 (mon.0) 1351 : audit [DBG] from='client.? 172.21.15.136:0/2279457855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:12.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:12 smithi136 bash[11745]: cluster 2022-04-26T03:32:10.969913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1438 : cluster [DBG] pgmap v1327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:12.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:12 smithi145 bash[13673]: cluster 2022-04-26T03:32:10.969913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1438 : cluster [DBG] pgmap v1327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:14.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:14.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:14.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:14.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:14 smithi136 bash[11745]: cluster 2022-04-26T03:32:12.970527+0000 mgr.smithi136.ofnrfx (mgr.14188) 1439 : cluster [DBG] pgmap v1328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:14 smithi145 bash[13673]: cluster 2022-04-26T03:32:12.970527+0000 mgr.smithi136.ofnrfx (mgr.14188) 1439 : cluster [DBG] pgmap v1328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:14.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:15 smithi136 bash[11745]: audit 2022-04-26T03:32:14.589659+0000 mon.smithi136 (mon.0) 1352 : audit [DBG] from='client.? 172.21.15.136:0/1105131996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:15.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:15 smithi145 bash[13673]: audit 2022-04-26T03:32:14.589659+0000 mon.smithi136 (mon.0) 1352 : audit [DBG] from='client.? 172.21.15.136:0/1105131996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:16.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:16 smithi136 bash[11745]: cluster 2022-04-26T03:32:14.971151+0000 mgr.smithi136.ofnrfx (mgr.14188) 1440 : cluster [DBG] pgmap v1329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:16.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:16 smithi145 bash[13673]: cluster 2022-04-26T03:32:14.971151+0000 mgr.smithi136.ofnrfx (mgr.14188) 1440 : cluster [DBG] pgmap v1329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:18.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:18 smithi136 bash[11745]: cluster 2022-04-26T03:32:16.971838+0000 mgr.smithi136.ofnrfx (mgr.14188) 1441 : cluster [DBG] pgmap v1330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:18.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:18 smithi145 bash[13673]: cluster 2022-04-26T03:32:16.971838+0000 mgr.smithi136.ofnrfx (mgr.14188) 1441 : cluster [DBG] pgmap v1330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:19.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:19.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:19.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:19 smithi136 bash[11745]: cluster 2022-04-26T03:32:18.972470+0000 mgr.smithi136.ofnrfx (mgr.14188) 1442 : cluster [DBG] pgmap v1331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:19.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:19 smithi145 bash[13673]: cluster 2022-04-26T03:32:18.972470+0000 mgr.smithi136.ofnrfx (mgr.14188) 1442 : cluster [DBG] pgmap v1331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:19.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:20.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:20 smithi145 bash[13673]: audit 2022-04-26T03:32:19.915114+0000 mon.smithi136 (mon.0) 1353 : audit [DBG] from='client.? 172.21.15.136:0/1067558669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:21.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:20 smithi136 bash[11745]: audit 2022-04-26T03:32:19.915114+0000 mon.smithi136 (mon.0) 1353 : audit [DBG] from='client.? 172.21.15.136:0/1067558669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:21.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:21 smithi145 bash[13673]: cluster 2022-04-26T03:32:20.973110+0000 mgr.smithi136.ofnrfx (mgr.14188) 1443 : cluster [DBG] pgmap v1332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:22.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:21 smithi136 bash[11745]: cluster 2022-04-26T03:32:20.973110+0000 mgr.smithi136.ofnrfx (mgr.14188) 1443 : cluster [DBG] pgmap v1332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:24 smithi136 bash[11745]: cluster 2022-04-26T03:32:22.973740+0000 mgr.smithi136.ofnrfx (mgr.14188) 1444 : cluster [DBG] pgmap v1333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:24.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:24 smithi145 bash[13673]: cluster 2022-04-26T03:32:22.973740+0000 mgr.smithi136.ofnrfx (mgr.14188) 1444 : cluster [DBG] pgmap v1333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:24.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:24.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:24.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:25.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:26 smithi136 bash[11745]: cluster 2022-04-26T03:32:24.974374+0000 mgr.smithi136.ofnrfx (mgr.14188) 1445 : cluster [DBG] pgmap v1334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:26 smithi136 bash[11745]: audit 2022-04-26T03:32:25.241255+0000 mon.smithi136 (mon.0) 1354 : audit [DBG] from='client.? 172.21.15.136:0/2909190106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:26.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:26 smithi145 bash[13673]: cluster 2022-04-26T03:32:24.974374+0000 mgr.smithi136.ofnrfx (mgr.14188) 1445 : cluster [DBG] pgmap v1334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:26 smithi145 bash[13673]: audit 2022-04-26T03:32:25.241255+0000 mon.smithi136 (mon.0) 1354 : audit [DBG] from='client.? 172.21.15.136:0/2909190106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:28.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:28 smithi136 bash[11745]: cluster 2022-04-26T03:32:26.975109+0000 mgr.smithi136.ofnrfx (mgr.14188) 1446 : cluster [DBG] pgmap v1335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:28 smithi145 bash[13673]: cluster 2022-04-26T03:32:26.975109+0000 mgr.smithi136.ofnrfx (mgr.14188) 1446 : cluster [DBG] pgmap v1335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:29.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:29 smithi136 bash[11745]: cluster 2022-04-26T03:32:28.975813+0000 mgr.smithi136.ofnrfx (mgr.14188) 1447 : cluster [DBG] pgmap v1336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:29 smithi136 bash[11745]: audit 2022-04-26T03:32:28.979808+0000 mon.smithi136 (mon.0) 1355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:32:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:29 smithi136 bash[11745]: audit 2022-04-26T03:32:28.982319+0000 mon.smithi136 (mon.0) 1356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:32:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:29 smithi136 bash[11745]: audit 2022-04-26T03:32:28.984025+0000 mon.smithi136 (mon.0) 1357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:32:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:29 smithi136 bash[11745]: audit 2022-04-26T03:32:29.282340+0000 mon.smithi136 (mon.0) 1358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:32:29.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:29 smithi145 bash[13673]: cluster 2022-04-26T03:32:28.975813+0000 mgr.smithi136.ofnrfx (mgr.14188) 1447 : cluster [DBG] pgmap v1336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:29 smithi145 bash[13673]: audit 2022-04-26T03:32:28.979808+0000 mon.smithi136 (mon.0) 1355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:32:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:29 smithi145 bash[13673]: audit 2022-04-26T03:32:28.982319+0000 mon.smithi136 (mon.0) 1356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:32:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:29 smithi145 bash[13673]: audit 2022-04-26T03:32:28.984025+0000 mon.smithi136 (mon.0) 1357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:32:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:29 smithi145 bash[13673]: audit 2022-04-26T03:32:29.282340+0000 mon.smithi136 (mon.0) 1358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:32:30.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:30.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:30.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:30.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:30.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:30 smithi145 bash[13673]: cluster 2022-04-26T03:32:29.566563+0000 mgr.smithi136.ofnrfx (mgr.14188) 1448 : cluster [DBG] pgmap v1337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:30 smithi145 bash[13673]: cluster 2022-04-26T03:32:29.567132+0000 mgr.smithi136.ofnrfx (mgr.14188) 1449 : cluster [DBG] pgmap v1338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:30 smithi145 bash[13673]: audit 2022-04-26T03:32:29.573735+0000 mon.smithi136 (mon.0) 1359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:32:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:30 smithi145 bash[13673]: audit 2022-04-26T03:32:29.582306+0000 mon.smithi136 (mon.0) 1360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:32:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:30 smithi145 bash[13673]: cephadm 2022-04-26T03:32:29.583377+0000 mgr.smithi136.ofnrfx (mgr.14188) 1450 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:32:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:30 smithi145 bash[13673]: cephadm 2022-04-26T03:32:29.583542+0000 mgr.smithi136.ofnrfx (mgr.14188) 1451 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:32:31.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:30 smithi136 bash[11745]: cluster 2022-04-26T03:32:29.566563+0000 mgr.smithi136.ofnrfx (mgr.14188) 1448 : cluster [DBG] pgmap v1337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:31.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:30 smithi136 bash[11745]: cluster 2022-04-26T03:32:29.567132+0000 mgr.smithi136.ofnrfx (mgr.14188) 1449 : cluster [DBG] pgmap v1338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:31.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:30 smithi136 bash[11745]: audit 2022-04-26T03:32:29.573735+0000 mon.smithi136 (mon.0) 1359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:32:31.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:30 smithi136 bash[11745]: audit 2022-04-26T03:32:29.582306+0000 mon.smithi136 (mon.0) 1360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:32:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:30 smithi136 bash[11745]: cephadm 2022-04-26T03:32:29.583377+0000 mgr.smithi136.ofnrfx (mgr.14188) 1450 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:32:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:30 smithi136 bash[11745]: cephadm 2022-04-26T03:32:29.583542+0000 mgr.smithi136.ofnrfx (mgr.14188) 1451 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:32:31.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:31 smithi145 bash[13673]: audit 2022-04-26T03:32:30.579398+0000 mon.smithi136 (mon.0) 1361 : audit [DBG] from='client.? 172.21.15.136:0/1699109686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:31 smithi136 bash[11745]: audit 2022-04-26T03:32:30.579398+0000 mon.smithi136 (mon.0) 1361 : audit [DBG] from='client.? 172.21.15.136:0/1699109686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:32.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:32 smithi145 bash[13673]: cluster 2022-04-26T03:32:31.567829+0000 mgr.smithi136.ofnrfx (mgr.14188) 1452 : cluster [DBG] pgmap v1339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:32 smithi136 bash[11745]: cluster 2022-04-26T03:32:31.567829+0000 mgr.smithi136.ofnrfx (mgr.14188) 1452 : cluster [DBG] pgmap v1339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:34.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:34 smithi145 bash[13673]: cluster 2022-04-26T03:32:33.568496+0000 mgr.smithi136.ofnrfx (mgr.14188) 1453 : cluster [DBG] pgmap v1340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:34 smithi136 bash[11745]: cluster 2022-04-26T03:32:33.568496+0000 mgr.smithi136.ofnrfx (mgr.14188) 1453 : cluster [DBG] pgmap v1340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:35.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:35.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:35.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:35.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:36.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:36 smithi145 bash[13673]: cluster 2022-04-26T03:32:35.569149+0000 mgr.smithi136.ofnrfx (mgr.14188) 1454 : cluster [DBG] pgmap v1341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:36 smithi145 bash[13673]: audit 2022-04-26T03:32:35.908561+0000 mon.smithi136 (mon.0) 1362 : audit [DBG] from='client.? 172.21.15.136:0/4246360576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:37.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:36 smithi136 bash[11745]: cluster 2022-04-26T03:32:35.569149+0000 mgr.smithi136.ofnrfx (mgr.14188) 1454 : cluster [DBG] pgmap v1341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:36 smithi136 bash[11745]: audit 2022-04-26T03:32:35.908561+0000 mon.smithi136 (mon.0) 1362 : audit [DBG] from='client.? 172.21.15.136:0/4246360576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:38 smithi145 bash[13673]: cluster 2022-04-26T03:32:37.569782+0000 mgr.smithi136.ofnrfx (mgr.14188) 1455 : cluster [DBG] pgmap v1342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:39.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:38 smithi136 bash[11745]: cluster 2022-04-26T03:32:37.569782+0000 mgr.smithi136.ofnrfx (mgr.14188) 1455 : cluster [DBG] pgmap v1342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:40 smithi145 bash[13673]: cluster 2022-04-26T03:32:39.570376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1456 : cluster [DBG] pgmap v1343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:40.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:40.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:40.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:41.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:40 smithi136 bash[11745]: cluster 2022-04-26T03:32:39.570376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1456 : cluster [DBG] pgmap v1343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:41.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:41.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:41 smithi145 bash[13673]: audit 2022-04-26T03:32:41.237366+0000 mon.smithi136 (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.136:0/2474168129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:42.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:41 smithi136 bash[11745]: audit 2022-04-26T03:32:41.237366+0000 mon.smithi136 (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.136:0/2474168129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:42 smithi145 bash[13673]: cluster 2022-04-26T03:32:41.571040+0000 mgr.smithi136.ofnrfx (mgr.14188) 1457 : cluster [DBG] pgmap v1344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:43.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:42 smithi136 bash[11745]: cluster 2022-04-26T03:32:41.571040+0000 mgr.smithi136.ofnrfx (mgr.14188) 1457 : cluster [DBG] pgmap v1344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:44 smithi145 bash[13673]: cluster 2022-04-26T03:32:43.571745+0000 mgr.smithi136.ofnrfx (mgr.14188) 1458 : cluster [DBG] pgmap v1345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:44 smithi136 bash[11745]: cluster 2022-04-26T03:32:43.571745+0000 mgr.smithi136.ofnrfx (mgr.14188) 1458 : cluster [DBG] pgmap v1345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:46.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:46.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:46.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:46.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:46.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:46 smithi145 bash[13673]: cluster 2022-04-26T03:32:45.572553+0000 mgr.smithi136.ofnrfx (mgr.14188) 1459 : cluster [DBG] pgmap v1346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:46 smithi145 bash[13673]: audit 2022-04-26T03:32:46.563879+0000 mon.smithi136 (mon.0) 1364 : audit [DBG] from='client.? 172.21.15.136:0/1019200554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:47.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:46 smithi136 bash[11745]: cluster 2022-04-26T03:32:45.572553+0000 mgr.smithi136.ofnrfx (mgr.14188) 1459 : cluster [DBG] pgmap v1346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:46 smithi136 bash[11745]: audit 2022-04-26T03:32:46.563879+0000 mon.smithi136 (mon.0) 1364 : audit [DBG] from='client.? 172.21.15.136:0/1019200554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:48 smithi145 bash[13673]: cluster 2022-04-26T03:32:47.573197+0000 mgr.smithi136.ofnrfx (mgr.14188) 1460 : cluster [DBG] pgmap v1347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:48 smithi136 bash[11745]: cluster 2022-04-26T03:32:47.573197+0000 mgr.smithi136.ofnrfx (mgr.14188) 1460 : cluster [DBG] pgmap v1347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:50.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:50 smithi145 bash[13673]: cluster 2022-04-26T03:32:49.573745+0000 mgr.smithi136.ofnrfx (mgr.14188) 1461 : cluster [DBG] pgmap v1348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:51.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:50 smithi136 bash[11745]: cluster 2022-04-26T03:32:49.573745+0000 mgr.smithi136.ofnrfx (mgr.14188) 1461 : cluster [DBG] pgmap v1348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:51.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:51.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:51.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:51.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:52 smithi145 bash[13673]: cluster 2022-04-26T03:32:51.574349+0000 mgr.smithi136.ofnrfx (mgr.14188) 1462 : cluster [DBG] pgmap v1349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:52 smithi145 bash[13673]: audit 2022-04-26T03:32:51.897106+0000 mon.smithi136 (mon.0) 1365 : audit [DBG] from='client.? 172.21.15.136:0/1562202009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:53.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:52 smithi136 bash[11745]: cluster 2022-04-26T03:32:51.574349+0000 mgr.smithi136.ofnrfx (mgr.14188) 1462 : cluster [DBG] pgmap v1349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:53.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:52 smithi136 bash[11745]: audit 2022-04-26T03:32:51.897106+0000 mon.smithi136 (mon.0) 1365 : audit [DBG] from='client.? 172.21.15.136:0/1562202009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:54 smithi145 bash[13673]: cluster 2022-04-26T03:32:53.574953+0000 mgr.smithi136.ofnrfx (mgr.14188) 1463 : cluster [DBG] pgmap v1350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:54 smithi136 bash[11745]: cluster 2022-04-26T03:32:53.574953+0000 mgr.smithi136.ofnrfx (mgr.14188) 1463 : cluster [DBG] pgmap v1350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:56.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:56 smithi145 bash[13673]: cluster 2022-04-26T03:32:55.575497+0000 mgr.smithi136.ofnrfx (mgr.14188) 1464 : cluster [DBG] pgmap v1351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:56.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:32:56.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:32:56.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:32:57.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:56 smithi136 bash[11745]: cluster 2022-04-26T03:32:55.575497+0000 mgr.smithi136.ofnrfx (mgr.14188) 1464 : cluster [DBG] pgmap v1351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:57.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:32:57.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:57 smithi145 bash[13673]: audit 2022-04-26T03:32:57.228561+0000 mon.smithi136 (mon.0) 1366 : audit [DBG] from='client.? 172.21.15.136:0/3397557600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:58.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:57 smithi136 bash[11745]: audit 2022-04-26T03:32:57.228561+0000 mon.smithi136 (mon.0) 1366 : audit [DBG] from='client.? 172.21.15.136:0/3397557600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:32:58.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:32:58 smithi145 bash[13673]: cluster 2022-04-26T03:32:57.576167+0000 mgr.smithi136.ofnrfx (mgr.14188) 1465 : cluster [DBG] pgmap v1352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:32:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:32:58 smithi136 bash[11745]: cluster 2022-04-26T03:32:57.576167+0000 mgr.smithi136.ofnrfx (mgr.14188) 1465 : cluster [DBG] pgmap v1352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:00.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:00 smithi145 bash[13673]: cluster 2022-04-26T03:32:59.576753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1466 : cluster [DBG] pgmap v1353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:01.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:00 smithi136 bash[11745]: cluster 2022-04-26T03:32:59.576753+0000 mgr.smithi136.ofnrfx (mgr.14188) 1466 : cluster [DBG] pgmap v1353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:02.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:02.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:02.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:02.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:02 smithi136 bash[11745]: cluster 2022-04-26T03:33:01.577349+0000 mgr.smithi136.ofnrfx (mgr.14188) 1467 : cluster [DBG] pgmap v1354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:02 smithi136 bash[11745]: audit 2022-04-26T03:33:02.026159+0000 mon.smithi136 (mon.0) 1367 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:33:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:02 smithi136 bash[11745]: audit 2022-04-26T03:33:02.026546+0000 mon.smithi136 (mon.0) 1368 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:33:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:02 smithi136 bash[11745]: audit 2022-04-26T03:33:02.567048+0000 mon.smithi136 (mon.0) 1369 : audit [DBG] from='client.? 172.21.15.136:0/2528854262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:02 smithi145 bash[13673]: cluster 2022-04-26T03:33:01.577349+0000 mgr.smithi136.ofnrfx (mgr.14188) 1467 : cluster [DBG] pgmap v1354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:02 smithi145 bash[13673]: audit 2022-04-26T03:33:02.026159+0000 mon.smithi136 (mon.0) 1367 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:33:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:02 smithi145 bash[13673]: audit 2022-04-26T03:33:02.026546+0000 mon.smithi136 (mon.0) 1368 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:33:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:02 smithi145 bash[13673]: audit 2022-04-26T03:33:02.567048+0000 mon.smithi136 (mon.0) 1369 : audit [DBG] from='client.? 172.21.15.136:0/2528854262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:04.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:04 smithi145 bash[13673]: cluster 2022-04-26T03:33:03.577946+0000 mgr.smithi136.ofnrfx (mgr.14188) 1468 : cluster [DBG] pgmap v1355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:05.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:04 smithi136 bash[11745]: cluster 2022-04-26T03:33:03.577946+0000 mgr.smithi136.ofnrfx (mgr.14188) 1468 : cluster [DBG] pgmap v1355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:06.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:06 smithi145 bash[13673]: cluster 2022-04-26T03:33:05.578491+0000 mgr.smithi136.ofnrfx (mgr.14188) 1469 : cluster [DBG] pgmap v1356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:07.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:06 smithi136 bash[11745]: cluster 2022-04-26T03:33:05.578491+0000 mgr.smithi136.ofnrfx (mgr.14188) 1469 : cluster [DBG] pgmap v1356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:07.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:07.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:07.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:07.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:08.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:08 smithi145 bash[13673]: cluster 2022-04-26T03:33:07.579260+0000 mgr.smithi136.ofnrfx (mgr.14188) 1470 : cluster [DBG] pgmap v1357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:08 smithi145 bash[13673]: audit 2022-04-26T03:33:07.893174+0000 mon.smithi136 (mon.0) 1370 : audit [DBG] from='client.? 172.21.15.136:0/1449510456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:09.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:08 smithi136 bash[11745]: cluster 2022-04-26T03:33:07.579260+0000 mgr.smithi136.ofnrfx (mgr.14188) 1470 : cluster [DBG] pgmap v1357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:08 smithi136 bash[11745]: audit 2022-04-26T03:33:07.893174+0000 mon.smithi136 (mon.0) 1370 : audit [DBG] from='client.? 172.21.15.136:0/1449510456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:10.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:10 smithi145 bash[13673]: cluster 2022-04-26T03:33:09.579907+0000 mgr.smithi136.ofnrfx (mgr.14188) 1471 : cluster [DBG] pgmap v1358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:11.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:10 smithi136 bash[11745]: cluster 2022-04-26T03:33:09.579907+0000 mgr.smithi136.ofnrfx (mgr.14188) 1471 : cluster [DBG] pgmap v1358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:12.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:12 smithi145 bash[13673]: cluster 2022-04-26T03:33:11.580555+0000 mgr.smithi136.ofnrfx (mgr.14188) 1472 : cluster [DBG] pgmap v1359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:12.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:12.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:12.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:13.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:12 smithi136 bash[11745]: cluster 2022-04-26T03:33:11.580555+0000 mgr.smithi136.ofnrfx (mgr.14188) 1472 : cluster [DBG] pgmap v1359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:13.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:14.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:13 smithi136 bash[11745]: audit 2022-04-26T03:33:13.219710+0000 mon.smithi136 (mon.0) 1371 : audit [DBG] from='client.? 172.21.15.136:0/3070374115' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:14.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:13 smithi145 bash[13673]: audit 2022-04-26T03:33:13.219710+0000 mon.smithi136 (mon.0) 1371 : audit [DBG] from='client.? 172.21.15.136:0/3070374115' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:14 smithi136 bash[11745]: cluster 2022-04-26T03:33:13.581281+0000 mgr.smithi136.ofnrfx (mgr.14188) 1473 : cluster [DBG] pgmap v1360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:14 smithi145 bash[13673]: cluster 2022-04-26T03:33:13.581281+0000 mgr.smithi136.ofnrfx (mgr.14188) 1473 : cluster [DBG] pgmap v1360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:17.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:16 smithi136 bash[11745]: cluster 2022-04-26T03:33:15.582020+0000 mgr.smithi136.ofnrfx (mgr.14188) 1474 : cluster [DBG] pgmap v1361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:17.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:16 smithi145 bash[13673]: cluster 2022-04-26T03:33:15.582020+0000 mgr.smithi136.ofnrfx (mgr.14188) 1474 : cluster [DBG] pgmap v1361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:18.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:18.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:18.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:18.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:19.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:18 smithi136 bash[11745]: cluster 2022-04-26T03:33:17.582671+0000 mgr.smithi136.ofnrfx (mgr.14188) 1475 : cluster [DBG] pgmap v1362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:19.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:18 smithi136 bash[11745]: audit 2022-04-26T03:33:18.539900+0000 mon.smithi136 (mon.0) 1372 : audit [DBG] from='client.? 172.21.15.136:0/3238122752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:19.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:18 smithi145 bash[13673]: cluster 2022-04-26T03:33:17.582671+0000 mgr.smithi136.ofnrfx (mgr.14188) 1475 : cluster [DBG] pgmap v1362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:18 smithi145 bash[13673]: audit 2022-04-26T03:33:18.539900+0000 mon.smithi136 (mon.0) 1372 : audit [DBG] from='client.? 172.21.15.136:0/3238122752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:21.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:20 smithi136 bash[11745]: cluster 2022-04-26T03:33:19.583320+0000 mgr.smithi136.ofnrfx (mgr.14188) 1476 : cluster [DBG] pgmap v1363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:21.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:20 smithi145 bash[13673]: cluster 2022-04-26T03:33:19.583320+0000 mgr.smithi136.ofnrfx (mgr.14188) 1476 : cluster [DBG] pgmap v1363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:23.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:22 smithi136 bash[11745]: cluster 2022-04-26T03:33:21.584066+0000 mgr.smithi136.ofnrfx (mgr.14188) 1477 : cluster [DBG] pgmap v1364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:23.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:22 smithi145 bash[13673]: cluster 2022-04-26T03:33:21.584066+0000 mgr.smithi136.ofnrfx (mgr.14188) 1477 : cluster [DBG] pgmap v1364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:23.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:23.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:23.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:23.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:24.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:24 smithi145 bash[13673]: cluster 2022-04-26T03:33:23.584758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1478 : cluster [DBG] pgmap v1365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:24 smithi145 bash[13673]: audit 2022-04-26T03:33:23.866753+0000 mon.smithi136 (mon.0) 1373 : audit [DBG] from='client.? 172.21.15.136:0/2537064640' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:24 smithi136 bash[11745]: cluster 2022-04-26T03:33:23.584758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1478 : cluster [DBG] pgmap v1365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:25.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:24 smithi136 bash[11745]: audit 2022-04-26T03:33:23.866753+0000 mon.smithi136 (mon.0) 1373 : audit [DBG] from='client.? 172.21.15.136:0/2537064640' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:26.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:26 smithi145 bash[13673]: cluster 2022-04-26T03:33:25.585403+0000 mgr.smithi136.ofnrfx (mgr.14188) 1479 : cluster [DBG] pgmap v1366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:27.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:26 smithi136 bash[11745]: cluster 2022-04-26T03:33:25.585403+0000 mgr.smithi136.ofnrfx (mgr.14188) 1479 : cluster [DBG] pgmap v1366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:28.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:28.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:28.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:28.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:28 smithi145 bash[13673]: cluster 2022-04-26T03:33:27.586047+0000 mgr.smithi136.ofnrfx (mgr.14188) 1480 : cluster [DBG] pgmap v1367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:28 smithi136 bash[11745]: cluster 2022-04-26T03:33:27.586047+0000 mgr.smithi136.ofnrfx (mgr.14188) 1480 : cluster [DBG] pgmap v1367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:29.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:30.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:29 smithi136 bash[11745]: audit 2022-04-26T03:33:29.201404+0000 mon.smithi136 (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.136:0/1556281430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:30.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:29 smithi136 bash[11745]: audit 2022-04-26T03:33:29.592823+0000 mon.smithi136 (mon.0) 1375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:33:30.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:29 smithi136 bash[11745]: audit 2022-04-26T03:33:29.595548+0000 mon.smithi136 (mon.0) 1376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:33:30.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:29 smithi136 bash[11745]: audit 2022-04-26T03:33:29.597352+0000 mon.smithi136 (mon.0) 1377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:33:30.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:29 smithi145 bash[13673]: audit 2022-04-26T03:33:29.201404+0000 mon.smithi136 (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.136:0/1556281430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:29 smithi145 bash[13673]: audit 2022-04-26T03:33:29.592823+0000 mon.smithi136 (mon.0) 1375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:33:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:29 smithi145 bash[13673]: audit 2022-04-26T03:33:29.595548+0000 mon.smithi136 (mon.0) 1376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:33:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:29 smithi145 bash[13673]: audit 2022-04-26T03:33:29.597352+0000 mon.smithi136 (mon.0) 1377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:33:31.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:30 smithi136 bash[11745]: cluster 2022-04-26T03:33:29.586675+0000 mgr.smithi136.ofnrfx (mgr.14188) 1481 : cluster [DBG] pgmap v1368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:30 smithi136 bash[11745]: cluster 2022-04-26T03:33:29.902306+0000 mgr.smithi136.ofnrfx (mgr.14188) 1482 : cluster [DBG] pgmap v1369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:30 smithi136 bash[11745]: cluster 2022-04-26T03:33:29.902752+0000 mgr.smithi136.ofnrfx (mgr.14188) 1483 : cluster [DBG] pgmap v1370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:30 smithi136 bash[11745]: audit 2022-04-26T03:33:29.910222+0000 mon.smithi136 (mon.0) 1378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:33:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:30 smithi136 bash[11745]: audit 2022-04-26T03:33:29.919828+0000 mon.smithi136 (mon.0) 1379 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:33:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:30 smithi136 bash[11745]: cephadm 2022-04-26T03:33:29.921195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1484 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:33:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:30 smithi136 bash[11745]: cephadm 2022-04-26T03:33:29.921388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1485 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:30 smithi145 bash[13673]: cluster 2022-04-26T03:33:29.586675+0000 mgr.smithi136.ofnrfx (mgr.14188) 1481 : cluster [DBG] pgmap v1368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:30 smithi145 bash[13673]: cluster 2022-04-26T03:33:29.902306+0000 mgr.smithi136.ofnrfx (mgr.14188) 1482 : cluster [DBG] pgmap v1369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:30 smithi145 bash[13673]: cluster 2022-04-26T03:33:29.902752+0000 mgr.smithi136.ofnrfx (mgr.14188) 1483 : cluster [DBG] pgmap v1370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:30 smithi145 bash[13673]: audit 2022-04-26T03:33:29.910222+0000 mon.smithi136 (mon.0) 1378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:30 smithi145 bash[13673]: audit 2022-04-26T03:33:29.919828+0000 mon.smithi136 (mon.0) 1379 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:30 smithi145 bash[13673]: cephadm 2022-04-26T03:33:29.921195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1484 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:30 smithi145 bash[13673]: cephadm 2022-04-26T03:33:29.921388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1485 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:33:33.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:32 smithi136 bash[11745]: cluster 2022-04-26T03:33:31.903426+0000 mgr.smithi136.ofnrfx (mgr.14188) 1486 : cluster [DBG] pgmap v1371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:33.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:32 smithi145 bash[13673]: cluster 2022-04-26T03:33:31.903426+0000 mgr.smithi136.ofnrfx (mgr.14188) 1486 : cluster [DBG] pgmap v1371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:34.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:34.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:34.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:34.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:34.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:34 smithi145 bash[13673]: cluster 2022-04-26T03:33:33.904073+0000 mgr.smithi136.ofnrfx (mgr.14188) 1487 : cluster [DBG] pgmap v1372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:34 smithi145 bash[13673]: audit 2022-04-26T03:33:34.533772+0000 mon.smithi145 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.136:0/332821547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:34 smithi136 bash[11745]: cluster 2022-04-26T03:33:33.904073+0000 mgr.smithi136.ofnrfx (mgr.14188) 1487 : cluster [DBG] pgmap v1372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:34 smithi136 bash[11745]: audit 2022-04-26T03:33:34.533772+0000 mon.smithi145 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.136:0/332821547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:37.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:36 smithi136 bash[11745]: cluster 2022-04-26T03:33:35.904674+0000 mgr.smithi136.ofnrfx (mgr.14188) 1488 : cluster [DBG] pgmap v1373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:37.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:36 smithi145 bash[13673]: cluster 2022-04-26T03:33:35.904674+0000 mgr.smithi136.ofnrfx (mgr.14188) 1488 : cluster [DBG] pgmap v1373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:38 smithi136 bash[11745]: cluster 2022-04-26T03:33:37.905376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1489 : cluster [DBG] pgmap v1374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:38 smithi145 bash[13673]: cluster 2022-04-26T03:33:37.905376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1489 : cluster [DBG] pgmap v1374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:39.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:39.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:39.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:39.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:40.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:39 smithi136 bash[11745]: audit 2022-04-26T03:33:39.853523+0000 mon.smithi136 (mon.0) 1380 : audit [DBG] from='client.? 172.21.15.136:0/3538618691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:40.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:39 smithi145 bash[13673]: audit 2022-04-26T03:33:39.853523+0000 mon.smithi136 (mon.0) 1380 : audit [DBG] from='client.? 172.21.15.136:0/3538618691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:41.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:40 smithi136 bash[11745]: cluster 2022-04-26T03:33:39.906009+0000 mgr.smithi136.ofnrfx (mgr.14188) 1490 : cluster [DBG] pgmap v1375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:41.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:40 smithi145 bash[13673]: cluster 2022-04-26T03:33:39.906009+0000 mgr.smithi136.ofnrfx (mgr.14188) 1490 : cluster [DBG] pgmap v1375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:43.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:42 smithi136 bash[11745]: cluster 2022-04-26T03:33:41.906640+0000 mgr.smithi136.ofnrfx (mgr.14188) 1491 : cluster [DBG] pgmap v1376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:42 smithi145 bash[13673]: cluster 2022-04-26T03:33:41.906640+0000 mgr.smithi136.ofnrfx (mgr.14188) 1491 : cluster [DBG] pgmap v1376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:44.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:44.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:44.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:44 smithi145 bash[13673]: cluster 2022-04-26T03:33:43.907223+0000 mgr.smithi136.ofnrfx (mgr.14188) 1492 : cluster [DBG] pgmap v1377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:44 smithi136 bash[11745]: cluster 2022-04-26T03:33:43.907223+0000 mgr.smithi136.ofnrfx (mgr.14188) 1492 : cluster [DBG] pgmap v1377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:45.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:45.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:45 smithi145 bash[13673]: audit 2022-04-26T03:33:45.178393+0000 mon.smithi136 (mon.0) 1381 : audit [DBG] from='client.? 172.21.15.136:0/1099359463' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:46.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:45 smithi136 bash[11745]: audit 2022-04-26T03:33:45.178393+0000 mon.smithi136 (mon.0) 1381 : audit [DBG] from='client.? 172.21.15.136:0/1099359463' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:46.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:46 smithi145 bash[13673]: cluster 2022-04-26T03:33:45.907851+0000 mgr.smithi136.ofnrfx (mgr.14188) 1493 : cluster [DBG] pgmap v1378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:47.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:46 smithi136 bash[11745]: cluster 2022-04-26T03:33:45.907851+0000 mgr.smithi136.ofnrfx (mgr.14188) 1493 : cluster [DBG] pgmap v1378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:48 smithi136 bash[11745]: cluster 2022-04-26T03:33:47.908538+0000 mgr.smithi136.ofnrfx (mgr.14188) 1494 : cluster [DBG] pgmap v1379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:49.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:48 smithi145 bash[13673]: cluster 2022-04-26T03:33:47.908538+0000 mgr.smithi136.ofnrfx (mgr.14188) 1494 : cluster [DBG] pgmap v1379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:50.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:50.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:50.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:50.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:51.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:50 smithi136 bash[11745]: cluster 2022-04-26T03:33:49.909179+0000 mgr.smithi136.ofnrfx (mgr.14188) 1495 : cluster [DBG] pgmap v1380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:51.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:50 smithi136 bash[11745]: audit 2022-04-26T03:33:50.506926+0000 mon.smithi136 (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.136:0/3674085995' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:51.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:50 smithi145 bash[13673]: cluster 2022-04-26T03:33:49.909179+0000 mgr.smithi136.ofnrfx (mgr.14188) 1495 : cluster [DBG] pgmap v1380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:51.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:50 smithi145 bash[13673]: audit 2022-04-26T03:33:50.506926+0000 mon.smithi136 (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.136:0/3674085995' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:53.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:52 smithi136 bash[11745]: cluster 2022-04-26T03:33:51.909861+0000 mgr.smithi136.ofnrfx (mgr.14188) 1496 : cluster [DBG] pgmap v1381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:53.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:52 smithi145 bash[13673]: cluster 2022-04-26T03:33:51.909861+0000 mgr.smithi136.ofnrfx (mgr.14188) 1496 : cluster [DBG] pgmap v1381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:54.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:54 smithi145 bash[13673]: cluster 2022-04-26T03:33:53.910453+0000 mgr.smithi136.ofnrfx (mgr.14188) 1497 : cluster [DBG] pgmap v1382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:54 smithi136 bash[11745]: cluster 2022-04-26T03:33:53.910453+0000 mgr.smithi136.ofnrfx (mgr.14188) 1497 : cluster [DBG] pgmap v1382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:55.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:33:55.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:33:55.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:33:55.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:33:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:55 smithi145 bash[13673]: audit 2022-04-26T03:33:55.825853+0000 mon.smithi136 (mon.0) 1383 : audit [DBG] from='client.? 172.21.15.136:0/3002234876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:56.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:55 smithi136 bash[11745]: audit 2022-04-26T03:33:55.825853+0000 mon.smithi136 (mon.0) 1383 : audit [DBG] from='client.? 172.21.15.136:0/3002234876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:33:57.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:56 smithi145 bash[13673]: cluster 2022-04-26T03:33:55.911059+0000 mgr.smithi136.ofnrfx (mgr.14188) 1498 : cluster [DBG] pgmap v1383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:57.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:56 smithi136 bash[11745]: cluster 2022-04-26T03:33:55.911059+0000 mgr.smithi136.ofnrfx (mgr.14188) 1498 : cluster [DBG] pgmap v1383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:33:58 smithi136 bash[11745]: cluster 2022-04-26T03:33:57.911695+0000 mgr.smithi136.ofnrfx (mgr.14188) 1499 : cluster [DBG] pgmap v1384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:33:59.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:33:58 smithi145 bash[13673]: cluster 2022-04-26T03:33:57.911695+0000 mgr.smithi136.ofnrfx (mgr.14188) 1499 : cluster [DBG] pgmap v1384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:00.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:00.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:00.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:01.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:00 smithi136 bash[11745]: cluster 2022-04-26T03:33:59.912295+0000 mgr.smithi136.ofnrfx (mgr.14188) 1500 : cluster [DBG] pgmap v1385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:01.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:00 smithi145 bash[13673]: cluster 2022-04-26T03:33:59.912295+0000 mgr.smithi136.ofnrfx (mgr.14188) 1500 : cluster [DBG] pgmap v1385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:01 smithi136 bash[11745]: audit 2022-04-26T03:34:01.170761+0000 mon.smithi136 (mon.0) 1384 : audit [DBG] from='client.? 172.21.15.136:0/2288442389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:01 smithi145 bash[13673]: audit 2022-04-26T03:34:01.170761+0000 mon.smithi136 (mon.0) 1384 : audit [DBG] from='client.? 172.21.15.136:0/2288442389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:02 smithi136 bash[11745]: cluster 2022-04-26T03:34:01.912909+0000 mgr.smithi136.ofnrfx (mgr.14188) 1501 : cluster [DBG] pgmap v1386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:03.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:02 smithi136 bash[11745]: audit 2022-04-26T03:34:02.033282+0000 mon.smithi136 (mon.0) 1385 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:34:03.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:02 smithi136 bash[11745]: audit 2022-04-26T03:34:02.033757+0000 mon.smithi136 (mon.0) 1386 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:34:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:02 smithi145 bash[13673]: cluster 2022-04-26T03:34:01.912909+0000 mgr.smithi136.ofnrfx (mgr.14188) 1501 : cluster [DBG] pgmap v1386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:02 smithi145 bash[13673]: audit 2022-04-26T03:34:02.033282+0000 mon.smithi136 (mon.0) 1385 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:34:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:02 smithi145 bash[13673]: audit 2022-04-26T03:34:02.033757+0000 mon.smithi136 (mon.0) 1386 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:34:04.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:04 smithi145 bash[13673]: cluster 2022-04-26T03:34:03.913503+0000 mgr.smithi136.ofnrfx (mgr.14188) 1502 : cluster [DBG] pgmap v1387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:05.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:04 smithi136 bash[11745]: cluster 2022-04-26T03:34:03.913503+0000 mgr.smithi136.ofnrfx (mgr.14188) 1502 : cluster [DBG] pgmap v1387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:06.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:06.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:06.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:06.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:07.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:06 smithi136 bash[11745]: cluster 2022-04-26T03:34:05.914133+0000 mgr.smithi136.ofnrfx (mgr.14188) 1503 : cluster [DBG] pgmap v1388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:07.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:06 smithi136 bash[11745]: audit 2022-04-26T03:34:06.500569+0000 mon.smithi136 (mon.0) 1387 : audit [DBG] from='client.? 172.21.15.136:0/870624495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:06 smithi145 bash[13673]: cluster 2022-04-26T03:34:05.914133+0000 mgr.smithi136.ofnrfx (mgr.14188) 1503 : cluster [DBG] pgmap v1388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:06 smithi145 bash[13673]: audit 2022-04-26T03:34:06.500569+0000 mon.smithi136 (mon.0) 1387 : audit [DBG] from='client.? 172.21.15.136:0/870624495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:09.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:08 smithi136 bash[11745]: cluster 2022-04-26T03:34:07.914758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1504 : cluster [DBG] pgmap v1389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:09.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:08 smithi145 bash[13673]: cluster 2022-04-26T03:34:07.914758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1504 : cluster [DBG] pgmap v1389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:11.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:10 smithi136 bash[11745]: cluster 2022-04-26T03:34:09.915345+0000 mgr.smithi136.ofnrfx (mgr.14188) 1505 : cluster [DBG] pgmap v1390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:11.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:10 smithi145 bash[13673]: cluster 2022-04-26T03:34:09.915345+0000 mgr.smithi136.ofnrfx (mgr.14188) 1505 : cluster [DBG] pgmap v1390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:11.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:11.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:11.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:11.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:12.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:11 smithi136 bash[11745]: audit 2022-04-26T03:34:11.822175+0000 mon.smithi136 (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.136:0/304172036' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:12.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:11 smithi145 bash[13673]: audit 2022-04-26T03:34:11.822175+0000 mon.smithi136 (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.136:0/304172036' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:13.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:12 smithi136 bash[11745]: cluster 2022-04-26T03:34:11.915999+0000 mgr.smithi136.ofnrfx (mgr.14188) 1506 : cluster [DBG] pgmap v1391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:13.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:12 smithi145 bash[13673]: cluster 2022-04-26T03:34:11.915999+0000 mgr.smithi136.ofnrfx (mgr.14188) 1506 : cluster [DBG] pgmap v1391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:14 smithi145 bash[13673]: cluster 2022-04-26T03:34:13.916627+0000 mgr.smithi136.ofnrfx (mgr.14188) 1507 : cluster [DBG] pgmap v1392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:14 smithi136 bash[11745]: cluster 2022-04-26T03:34:13.916627+0000 mgr.smithi136.ofnrfx (mgr.14188) 1507 : cluster [DBG] pgmap v1392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:16.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:16.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:16.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:17.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:17.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:16 smithi136 bash[11745]: cluster 2022-04-26T03:34:15.917283+0000 mgr.smithi136.ofnrfx (mgr.14188) 1508 : cluster [DBG] pgmap v1393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:17.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:16 smithi145 bash[13673]: cluster 2022-04-26T03:34:15.917283+0000 mgr.smithi136.ofnrfx (mgr.14188) 1508 : cluster [DBG] pgmap v1393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:18.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:17 smithi136 bash[11745]: audit 2022-04-26T03:34:17.150434+0000 mon.smithi136 (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.136:0/574194510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:18.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:17 smithi145 bash[13673]: audit 2022-04-26T03:34:17.150434+0000 mon.smithi136 (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.136:0/574194510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:19.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:18 smithi136 bash[11745]: cluster 2022-04-26T03:34:17.917896+0000 mgr.smithi136.ofnrfx (mgr.14188) 1509 : cluster [DBG] pgmap v1394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:19.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:18 smithi145 bash[13673]: cluster 2022-04-26T03:34:17.917896+0000 mgr.smithi136.ofnrfx (mgr.14188) 1509 : cluster [DBG] pgmap v1394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:21.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:20 smithi136 bash[11745]: cluster 2022-04-26T03:34:19.918591+0000 mgr.smithi136.ofnrfx (mgr.14188) 1510 : cluster [DBG] pgmap v1395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:21.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:20 smithi145 bash[13673]: cluster 2022-04-26T03:34:19.918591+0000 mgr.smithi136.ofnrfx (mgr.14188) 1510 : cluster [DBG] pgmap v1395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:22.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:22.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:22.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:22.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:23.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:22 smithi136 bash[11745]: cluster 2022-04-26T03:34:21.919357+0000 mgr.smithi136.ofnrfx (mgr.14188) 1511 : cluster [DBG] pgmap v1396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:23.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:22 smithi136 bash[11745]: audit 2022-04-26T03:34:22.468929+0000 mon.smithi136 (mon.0) 1390 : audit [DBG] from='client.? 172.21.15.136:0/991430635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:23.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:22 smithi145 bash[13673]: cluster 2022-04-26T03:34:21.919357+0000 mgr.smithi136.ofnrfx (mgr.14188) 1511 : cluster [DBG] pgmap v1396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:23.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:22 smithi145 bash[13673]: audit 2022-04-26T03:34:22.468929+0000 mon.smithi136 (mon.0) 1390 : audit [DBG] from='client.? 172.21.15.136:0/991430635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:24.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:24 smithi145 bash[13673]: cluster 2022-04-26T03:34:23.920049+0000 mgr.smithi136.ofnrfx (mgr.14188) 1512 : cluster [DBG] pgmap v1397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:24 smithi136 bash[11745]: cluster 2022-04-26T03:34:23.920049+0000 mgr.smithi136.ofnrfx (mgr.14188) 1512 : cluster [DBG] pgmap v1397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:26 smithi136 bash[11745]: cluster 2022-04-26T03:34:25.920680+0000 mgr.smithi136.ofnrfx (mgr.14188) 1513 : cluster [DBG] pgmap v1398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:27.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:26 smithi145 bash[13673]: cluster 2022-04-26T03:34:25.920680+0000 mgr.smithi136.ofnrfx (mgr.14188) 1513 : cluster [DBG] pgmap v1398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:27.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:27.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:27.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:27.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:28.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:27 smithi136 bash[11745]: audit 2022-04-26T03:34:27.800261+0000 mon.smithi136 (mon.0) 1391 : audit [DBG] from='client.? 172.21.15.136:0/90243652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:27 smithi145 bash[13673]: audit 2022-04-26T03:34:27.800261+0000 mon.smithi136 (mon.0) 1391 : audit [DBG] from='client.? 172.21.15.136:0/90243652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:29.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:28 smithi136 bash[11745]: cluster 2022-04-26T03:34:27.921289+0000 mgr.smithi136.ofnrfx (mgr.14188) 1514 : cluster [DBG] pgmap v1399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:29.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:28 smithi145 bash[13673]: cluster 2022-04-26T03:34:27.921289+0000 mgr.smithi136.ofnrfx (mgr.14188) 1514 : cluster [DBG] pgmap v1399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:30.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:29 smithi136 bash[11745]: audit 2022-04-26T03:34:29.932412+0000 mon.smithi136 (mon.0) 1392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:34:30.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:29 smithi136 bash[11745]: audit 2022-04-26T03:34:29.935239+0000 mon.smithi136 (mon.0) 1393 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:34:30.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:29 smithi136 bash[11745]: audit 2022-04-26T03:34:29.937123+0000 mon.smithi136 (mon.0) 1394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:34:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:29 smithi145 bash[13673]: audit 2022-04-26T03:34:29.932412+0000 mon.smithi136 (mon.0) 1392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:34:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:29 smithi145 bash[13673]: audit 2022-04-26T03:34:29.935239+0000 mon.smithi136 (mon.0) 1393 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:34:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:29 smithi145 bash[13673]: audit 2022-04-26T03:34:29.937123+0000 mon.smithi136 (mon.0) 1394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:34:31.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:31 smithi136 bash[11745]: cluster 2022-04-26T03:34:29.921892+0000 mgr.smithi136.ofnrfx (mgr.14188) 1515 : cluster [DBG] pgmap v1400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:31 smithi136 bash[11745]: cluster 2022-04-26T03:34:30.259312+0000 mgr.smithi136.ofnrfx (mgr.14188) 1516 : cluster [DBG] pgmap v1401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:31 smithi136 bash[11745]: cluster 2022-04-26T03:34:30.259786+0000 mgr.smithi136.ofnrfx (mgr.14188) 1517 : cluster [DBG] pgmap v1402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:31 smithi136 bash[11745]: audit 2022-04-26T03:34:30.267448+0000 mon.smithi136 (mon.0) 1395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:34:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:31 smithi136 bash[11745]: audit 2022-04-26T03:34:30.273660+0000 mon.smithi136 (mon.0) 1396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:34:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:31 smithi136 bash[11745]: cephadm 2022-04-26T03:34:30.274957+0000 mgr.smithi136.ofnrfx (mgr.14188) 1518 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:34:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:31 smithi136 bash[11745]: cephadm 2022-04-26T03:34:30.275112+0000 mgr.smithi136.ofnrfx (mgr.14188) 1519 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:34:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:31 smithi145 bash[13673]: cluster 2022-04-26T03:34:29.921892+0000 mgr.smithi136.ofnrfx (mgr.14188) 1515 : cluster [DBG] pgmap v1400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:31 smithi145 bash[13673]: cluster 2022-04-26T03:34:30.259312+0000 mgr.smithi136.ofnrfx (mgr.14188) 1516 : cluster [DBG] pgmap v1401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:31 smithi145 bash[13673]: cluster 2022-04-26T03:34:30.259786+0000 mgr.smithi136.ofnrfx (mgr.14188) 1517 : cluster [DBG] pgmap v1402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:31 smithi145 bash[13673]: audit 2022-04-26T03:34:30.267448+0000 mon.smithi136 (mon.0) 1395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:34:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:31 smithi145 bash[13673]: audit 2022-04-26T03:34:30.273660+0000 mon.smithi136 (mon.0) 1396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:34:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:31 smithi145 bash[13673]: cephadm 2022-04-26T03:34:30.274957+0000 mgr.smithi136.ofnrfx (mgr.14188) 1518 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:34:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:31 smithi145 bash[13673]: cephadm 2022-04-26T03:34:30.275112+0000 mgr.smithi136.ofnrfx (mgr.14188) 1519 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:34:32.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:32.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:32.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:33.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:33.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:33 smithi136 bash[11745]: cluster 2022-04-26T03:34:32.260410+0000 mgr.smithi136.ofnrfx (mgr.14188) 1520 : cluster [DBG] pgmap v1403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:33.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:33 smithi136 bash[11745]: audit 2022-04-26T03:34:33.124432+0000 mon.smithi136 (mon.0) 1397 : audit [DBG] from='client.? 172.21.15.136:0/1899733499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:33 smithi145 bash[13673]: cluster 2022-04-26T03:34:32.260410+0000 mgr.smithi136.ofnrfx (mgr.14188) 1520 : cluster [DBG] pgmap v1403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:33.661 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:33 smithi145 bash[13673]: audit 2022-04-26T03:34:33.124432+0000 mon.smithi136 (mon.0) 1397 : audit [DBG] from='client.? 172.21.15.136:0/1899733499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:34.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:34 smithi145 bash[13673]: cluster 2022-04-26T03:34:34.261024+0000 mgr.smithi136.ofnrfx (mgr.14188) 1521 : cluster [DBG] pgmap v1404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:34 smithi136 bash[11745]: cluster 2022-04-26T03:34:34.261024+0000 mgr.smithi136.ofnrfx (mgr.14188) 1521 : cluster [DBG] pgmap v1404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:37 smithi145 bash[13673]: cluster 2022-04-26T03:34:36.261624+0000 mgr.smithi136.ofnrfx (mgr.14188) 1522 : cluster [DBG] pgmap v1405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:37 smithi136 bash[11745]: cluster 2022-04-26T03:34:36.261624+0000 mgr.smithi136.ofnrfx (mgr.14188) 1522 : cluster [DBG] pgmap v1405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:38.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:38.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:38.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:38.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:39.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:39 smithi136 bash[11745]: cluster 2022-04-26T03:34:38.262078+0000 mgr.smithi136.ofnrfx (mgr.14188) 1523 : cluster [DBG] pgmap v1406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:39.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:39 smithi136 bash[11745]: audit 2022-04-26T03:34:38.447965+0000 mon.smithi136 (mon.0) 1398 : audit [DBG] from='client.? 172.21.15.136:0/3626515341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:39 smithi145 bash[13673]: cluster 2022-04-26T03:34:38.262078+0000 mgr.smithi136.ofnrfx (mgr.14188) 1523 : cluster [DBG] pgmap v1406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:39 smithi145 bash[13673]: audit 2022-04-26T03:34:38.447965+0000 mon.smithi136 (mon.0) 1398 : audit [DBG] from='client.? 172.21.15.136:0/3626515341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:41.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:41 smithi145 bash[13673]: cluster 2022-04-26T03:34:40.262626+0000 mgr.smithi136.ofnrfx (mgr.14188) 1524 : cluster [DBG] pgmap v1407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:41 smithi136 bash[11745]: cluster 2022-04-26T03:34:40.262626+0000 mgr.smithi136.ofnrfx (mgr.14188) 1524 : cluster [DBG] pgmap v1407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:43.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:43.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:43.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:43.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:43 smithi145 bash[13673]: cluster 2022-04-26T03:34:42.263273+0000 mgr.smithi136.ofnrfx (mgr.14188) 1525 : cluster [DBG] pgmap v1408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:43.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:43.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:43 smithi136 bash[11745]: cluster 2022-04-26T03:34:42.263273+0000 mgr.smithi136.ofnrfx (mgr.14188) 1525 : cluster [DBG] pgmap v1408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:44 smithi145 bash[13673]: audit 2022-04-26T03:34:43.772906+0000 mon.smithi136 (mon.0) 1399 : audit [DBG] from='client.? 172.21.15.136:0/3602761514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:44 smithi145 bash[13673]: cluster 2022-04-26T03:34:44.263918+0000 mgr.smithi136.ofnrfx (mgr.14188) 1526 : cluster [DBG] pgmap v1409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:44 smithi136 bash[11745]: audit 2022-04-26T03:34:43.772906+0000 mon.smithi136 (mon.0) 1399 : audit [DBG] from='client.? 172.21.15.136:0/3602761514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:45.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:44 smithi136 bash[11745]: cluster 2022-04-26T03:34:44.263918+0000 mgr.smithi136.ofnrfx (mgr.14188) 1526 : cluster [DBG] pgmap v1409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:47 smithi145 bash[13673]: cluster 2022-04-26T03:34:46.264545+0000 mgr.smithi136.ofnrfx (mgr.14188) 1527 : cluster [DBG] pgmap v1410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:47.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:47 smithi136 bash[11745]: cluster 2022-04-26T03:34:46.264545+0000 mgr.smithi136.ofnrfx (mgr.14188) 1527 : cluster [DBG] pgmap v1410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:48.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:48.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:48.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:49.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:49.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:49 smithi145 bash[13673]: cluster 2022-04-26T03:34:48.265160+0000 mgr.smithi136.ofnrfx (mgr.14188) 1528 : cluster [DBG] pgmap v1411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:49 smithi145 bash[13673]: audit 2022-04-26T03:34:49.102074+0000 mon.smithi136 (mon.0) 1400 : audit [DBG] from='client.? 172.21.15.136:0/3879698238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:49.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:49 smithi136 bash[11745]: cluster 2022-04-26T03:34:48.265160+0000 mgr.smithi136.ofnrfx (mgr.14188) 1528 : cluster [DBG] pgmap v1411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:49.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:49 smithi136 bash[11745]: audit 2022-04-26T03:34:49.102074+0000 mon.smithi136 (mon.0) 1400 : audit [DBG] from='client.? 172.21.15.136:0/3879698238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:51 smithi145 bash[13673]: cluster 2022-04-26T03:34:50.265772+0000 mgr.smithi136.ofnrfx (mgr.14188) 1529 : cluster [DBG] pgmap v1412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:51.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:51 smithi136 bash[11745]: cluster 2022-04-26T03:34:50.265772+0000 mgr.smithi136.ofnrfx (mgr.14188) 1529 : cluster [DBG] pgmap v1412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:53.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:53 smithi145 bash[13673]: cluster 2022-04-26T03:34:52.266498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1530 : cluster [DBG] pgmap v1413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:53.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:53 smithi136 bash[11745]: cluster 2022-04-26T03:34:52.266498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1530 : cluster [DBG] pgmap v1413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:54.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:54.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:54.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:54.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:54.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:54 smithi145 bash[13673]: cluster 2022-04-26T03:34:54.267172+0000 mgr.smithi136.ofnrfx (mgr.14188) 1531 : cluster [DBG] pgmap v1414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:54 smithi145 bash[13673]: audit 2022-04-26T03:34:54.433999+0000 mon.smithi136 (mon.0) 1401 : audit [DBG] from='client.? 172.21.15.136:0/3479038372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:54 smithi136 bash[11745]: cluster 2022-04-26T03:34:54.267172+0000 mgr.smithi136.ofnrfx (mgr.14188) 1531 : cluster [DBG] pgmap v1414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:54 smithi136 bash[11745]: audit 2022-04-26T03:34:54.433999+0000 mon.smithi136 (mon.0) 1401 : audit [DBG] from='client.? 172.21.15.136:0/3479038372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:34:57.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:57 smithi145 bash[13673]: cluster 2022-04-26T03:34:56.267893+0000 mgr.smithi136.ofnrfx (mgr.14188) 1532 : cluster [DBG] pgmap v1415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:57.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:57 smithi136 bash[11745]: cluster 2022-04-26T03:34:56.267893+0000 mgr.smithi136.ofnrfx (mgr.14188) 1532 : cluster [DBG] pgmap v1415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:59.451 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:34:59.451 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:34:59.451 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:34:59.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:34:59 smithi145 bash[13673]: cluster 2022-04-26T03:34:58.268539+0000 mgr.smithi136.ofnrfx (mgr.14188) 1533 : cluster [DBG] pgmap v1416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:34:59.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:34:59.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:34:59 smithi136 bash[11745]: cluster 2022-04-26T03:34:58.268539+0000 mgr.smithi136.ofnrfx (mgr.14188) 1533 : cluster [DBG] pgmap v1416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:00 smithi136 bash[11745]: audit 2022-04-26T03:34:59.759932+0000 mon.smithi136 (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.136:0/3711221105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:00.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:00 smithi145 bash[13673]: audit 2022-04-26T03:34:59.759932+0000 mon.smithi136 (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.136:0/3711221105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:01.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:01 smithi136 bash[11745]: cluster 2022-04-26T03:35:00.269187+0000 mgr.smithi136.ofnrfx (mgr.14188) 1534 : cluster [DBG] pgmap v1417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:01.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:01 smithi145 bash[13673]: cluster 2022-04-26T03:35:00.269187+0000 mgr.smithi136.ofnrfx (mgr.14188) 1534 : cluster [DBG] pgmap v1417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:02 smithi145 bash[13673]: audit 2022-04-26T03:35:02.043497+0000 mon.smithi136 (mon.0) 1403 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:35:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:02 smithi145 bash[13673]: audit 2022-04-26T03:35:02.044022+0000 mon.smithi136 (mon.0) 1404 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:35:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:02 smithi136 bash[11745]: audit 2022-04-26T03:35:02.043497+0000 mon.smithi136 (mon.0) 1403 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:35:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:02 smithi136 bash[11745]: audit 2022-04-26T03:35:02.044022+0000 mon.smithi136 (mon.0) 1404 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:35:03.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:03 smithi145 bash[13673]: cluster 2022-04-26T03:35:02.269876+0000 mgr.smithi136.ofnrfx (mgr.14188) 1535 : cluster [DBG] pgmap v1418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:03.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:03 smithi136 bash[11745]: cluster 2022-04-26T03:35:02.269876+0000 mgr.smithi136.ofnrfx (mgr.14188) 1535 : cluster [DBG] pgmap v1418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:04.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:04.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:04.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:04.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:04 smithi145 bash[13673]: cluster 2022-04-26T03:35:04.270505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1536 : cluster [DBG] pgmap v1419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:05.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:04 smithi136 bash[11745]: cluster 2022-04-26T03:35:04.270505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1536 : cluster [DBG] pgmap v1419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:05.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:05.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:05 smithi145 bash[13673]: audit 2022-04-26T03:35:05.086794+0000 mon.smithi136 (mon.0) 1405 : audit [DBG] from='client.? 172.21.15.136:0/2831407585' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:06.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:05 smithi136 bash[11745]: audit 2022-04-26T03:35:05.086794+0000 mon.smithi136 (mon.0) 1405 : audit [DBG] from='client.? 172.21.15.136:0/2831407585' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:06.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:06 smithi145 bash[13673]: cluster 2022-04-26T03:35:06.271218+0000 mgr.smithi136.ofnrfx (mgr.14188) 1537 : cluster [DBG] pgmap v1420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:07.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:06 smithi136 bash[11745]: cluster 2022-04-26T03:35:06.271218+0000 mgr.smithi136.ofnrfx (mgr.14188) 1537 : cluster [DBG] pgmap v1420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:09 smithi145 bash[13673]: cluster 2022-04-26T03:35:08.271855+0000 mgr.smithi136.ofnrfx (mgr.14188) 1538 : cluster [DBG] pgmap v1421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:09.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:09 smithi136 bash[11745]: cluster 2022-04-26T03:35:08.271855+0000 mgr.smithi136.ofnrfx (mgr.14188) 1538 : cluster [DBG] pgmap v1421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:10.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:10.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:10.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:10.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:11.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:11 smithi145 bash[13673]: cluster 2022-04-26T03:35:10.272393+0000 mgr.smithi136.ofnrfx (mgr.14188) 1539 : cluster [DBG] pgmap v1422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:11 smithi145 bash[13673]: audit 2022-04-26T03:35:10.411207+0000 mon.smithi136 (mon.0) 1406 : audit [DBG] from='client.? 172.21.15.136:0/3314349183' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:11.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:11 smithi136 bash[11745]: cluster 2022-04-26T03:35:10.272393+0000 mgr.smithi136.ofnrfx (mgr.14188) 1539 : cluster [DBG] pgmap v1422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:11.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:11 smithi136 bash[11745]: audit 2022-04-26T03:35:10.411207+0000 mon.smithi136 (mon.0) 1406 : audit [DBG] from='client.? 172.21.15.136:0/3314349183' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:13 smithi145 bash[13673]: cluster 2022-04-26T03:35:12.273019+0000 mgr.smithi136.ofnrfx (mgr.14188) 1540 : cluster [DBG] pgmap v1423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:13.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:13 smithi136 bash[11745]: cluster 2022-04-26T03:35:12.273019+0000 mgr.smithi136.ofnrfx (mgr.14188) 1540 : cluster [DBG] pgmap v1423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:14 smithi145 bash[13673]: cluster 2022-04-26T03:35:14.273665+0000 mgr.smithi136.ofnrfx (mgr.14188) 1541 : cluster [DBG] pgmap v1424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:14 smithi136 bash[11745]: cluster 2022-04-26T03:35:14.273665+0000 mgr.smithi136.ofnrfx (mgr.14188) 1541 : cluster [DBG] pgmap v1424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:15.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:15.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:15.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:15.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:16.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:15 smithi136 bash[11745]: audit 2022-04-26T03:35:15.741033+0000 mon.smithi136 (mon.0) 1407 : audit [DBG] from='client.? 172.21.15.136:0/97648527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:16.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:15 smithi145 bash[13673]: audit 2022-04-26T03:35:15.741033+0000 mon.smithi136 (mon.0) 1407 : audit [DBG] from='client.? 172.21.15.136:0/97648527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:17.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:16 smithi136 bash[11745]: cluster 2022-04-26T03:35:16.274463+0000 mgr.smithi136.ofnrfx (mgr.14188) 1542 : cluster [DBG] pgmap v1425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:17.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:16 smithi145 bash[13673]: cluster 2022-04-26T03:35:16.274463+0000 mgr.smithi136.ofnrfx (mgr.14188) 1542 : cluster [DBG] pgmap v1425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:19.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:19 smithi145 bash[13673]: cluster 2022-04-26T03:35:18.275235+0000 mgr.smithi136.ofnrfx (mgr.14188) 1543 : cluster [DBG] pgmap v1426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:19 smithi136 bash[11745]: cluster 2022-04-26T03:35:18.275235+0000 mgr.smithi136.ofnrfx (mgr.14188) 1543 : cluster [DBG] pgmap v1426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:20.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:20.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:20.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:21.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:21 smithi145 bash[13673]: cluster 2022-04-26T03:35:20.275911+0000 mgr.smithi136.ofnrfx (mgr.14188) 1544 : cluster [DBG] pgmap v1427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:21 smithi145 bash[13673]: audit 2022-04-26T03:35:21.072130+0000 mon.smithi136 (mon.0) 1408 : audit [DBG] from='client.? 172.21.15.136:0/2081794333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:21 smithi136 bash[11745]: cluster 2022-04-26T03:35:20.275911+0000 mgr.smithi136.ofnrfx (mgr.14188) 1544 : cluster [DBG] pgmap v1427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:21 smithi136 bash[11745]: audit 2022-04-26T03:35:21.072130+0000 mon.smithi136 (mon.0) 1408 : audit [DBG] from='client.? 172.21.15.136:0/2081794333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:23.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:23 smithi145 bash[13673]: cluster 2022-04-26T03:35:22.276556+0000 mgr.smithi136.ofnrfx (mgr.14188) 1545 : cluster [DBG] pgmap v1428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:23.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:23 smithi136 bash[11745]: cluster 2022-04-26T03:35:22.276556+0000 mgr.smithi136.ofnrfx (mgr.14188) 1545 : cluster [DBG] pgmap v1428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:24.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:24 smithi145 bash[13673]: cluster 2022-04-26T03:35:24.277181+0000 mgr.smithi136.ofnrfx (mgr.14188) 1546 : cluster [DBG] pgmap v1429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:24 smithi136 bash[11745]: cluster 2022-04-26T03:35:24.277181+0000 mgr.smithi136.ofnrfx (mgr.14188) 1546 : cluster [DBG] pgmap v1429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:26.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:26.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:26.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:26.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:27.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:27 smithi145 bash[13673]: cluster 2022-04-26T03:35:26.277718+0000 mgr.smithi136.ofnrfx (mgr.14188) 1547 : cluster [DBG] pgmap v1430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:27 smithi145 bash[13673]: audit 2022-04-26T03:35:26.404217+0000 mon.smithi136 (mon.0) 1409 : audit [DBG] from='client.? 172.21.15.136:0/3194985848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:27.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:27 smithi136 bash[11745]: cluster 2022-04-26T03:35:26.277718+0000 mgr.smithi136.ofnrfx (mgr.14188) 1547 : cluster [DBG] pgmap v1430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:27.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:27 smithi136 bash[11745]: audit 2022-04-26T03:35:26.404217+0000 mon.smithi136 (mon.0) 1409 : audit [DBG] from='client.? 172.21.15.136:0/3194985848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:29 smithi145 bash[13673]: cluster 2022-04-26T03:35:28.278329+0000 mgr.smithi136.ofnrfx (mgr.14188) 1548 : cluster [DBG] pgmap v1431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:29.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:29 smithi136 bash[11745]: cluster 2022-04-26T03:35:28.278329+0000 mgr.smithi136.ofnrfx (mgr.14188) 1548 : cluster [DBG] pgmap v1431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:30 smithi136 bash[11745]: audit 2022-04-26T03:35:30.282245+0000 mon.smithi136 (mon.0) 1410 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:35:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:30 smithi136 bash[11745]: audit 2022-04-26T03:35:30.284996+0000 mon.smithi136 (mon.0) 1411 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:35:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:30 smithi136 bash[11745]: audit 2022-04-26T03:35:30.286891+0000 mon.smithi136 (mon.0) 1412 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:35:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:30 smithi145 bash[13673]: audit 2022-04-26T03:35:30.282245+0000 mon.smithi136 (mon.0) 1410 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:35:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:30 smithi145 bash[13673]: audit 2022-04-26T03:35:30.284996+0000 mon.smithi136 (mon.0) 1411 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:35:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:30 smithi145 bash[13673]: audit 2022-04-26T03:35:30.286891+0000 mon.smithi136 (mon.0) 1412 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:35:31.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:31.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:31.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:31.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:31 smithi145 bash[13673]: cluster 2022-04-26T03:35:30.278920+0000 mgr.smithi136.ofnrfx (mgr.14188) 1549 : cluster [DBG] pgmap v1432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:31 smithi145 bash[13673]: audit 2022-04-26T03:35:30.624622+0000 mon.smithi136 (mon.0) 1413 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:35:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:31 smithi145 bash[13673]: audit 2022-04-26T03:35:30.631434+0000 mon.smithi136 (mon.0) 1414 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:35:31.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:31 smithi136 bash[11745]: cluster 2022-04-26T03:35:30.278920+0000 mgr.smithi136.ofnrfx (mgr.14188) 1549 : cluster [DBG] pgmap v1432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:31.878 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:31 smithi136 bash[11745]: audit 2022-04-26T03:35:30.624622+0000 mon.smithi136 (mon.0) 1413 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:35:31.878 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:31 smithi136 bash[11745]: audit 2022-04-26T03:35:30.631434+0000 mon.smithi136 (mon.0) 1414 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:35:32.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:32 smithi145 bash[13673]: cluster 2022-04-26T03:35:30.618207+0000 mgr.smithi136.ofnrfx (mgr.14188) 1550 : cluster [DBG] pgmap v1433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:32 smithi145 bash[13673]: cluster 2022-04-26T03:35:30.618623+0000 mgr.smithi136.ofnrfx (mgr.14188) 1551 : cluster [DBG] pgmap v1434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:32 smithi145 bash[13673]: cephadm 2022-04-26T03:35:30.632425+0000 mgr.smithi136.ofnrfx (mgr.14188) 1552 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:35:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:32 smithi145 bash[13673]: cephadm 2022-04-26T03:35:30.632536+0000 mgr.smithi136.ofnrfx (mgr.14188) 1553 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:35:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:32 smithi145 bash[13673]: audit 2022-04-26T03:35:31.733759+0000 mon.smithi136 (mon.0) 1415 : audit [DBG] from='client.? 172.21.15.136:0/2298197942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:32 smithi136 bash[11745]: cluster 2022-04-26T03:35:30.618207+0000 mgr.smithi136.ofnrfx (mgr.14188) 1550 : cluster [DBG] pgmap v1433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:32 smithi136 bash[11745]: cluster 2022-04-26T03:35:30.618623+0000 mgr.smithi136.ofnrfx (mgr.14188) 1551 : cluster [DBG] pgmap v1434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:32 smithi136 bash[11745]: cephadm 2022-04-26T03:35:30.632425+0000 mgr.smithi136.ofnrfx (mgr.14188) 1552 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:35:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:32 smithi136 bash[11745]: cephadm 2022-04-26T03:35:30.632536+0000 mgr.smithi136.ofnrfx (mgr.14188) 1553 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:35:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:32 smithi136 bash[11745]: audit 2022-04-26T03:35:31.733759+0000 mon.smithi136 (mon.0) 1415 : audit [DBG] from='client.? 172.21.15.136:0/2298197942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:34.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:34 smithi145 bash[13673]: cluster 2022-04-26T03:35:32.619313+0000 mgr.smithi136.ofnrfx (mgr.14188) 1554 : cluster [DBG] pgmap v1435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:34 smithi136 bash[11745]: cluster 2022-04-26T03:35:32.619313+0000 mgr.smithi136.ofnrfx (mgr.14188) 1554 : cluster [DBG] pgmap v1435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:36.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:36 smithi145 bash[13673]: cluster 2022-04-26T03:35:34.620072+0000 mgr.smithi136.ofnrfx (mgr.14188) 1555 : cluster [DBG] pgmap v1436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:36.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:36.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:36.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:36 smithi136 bash[11745]: cluster 2022-04-26T03:35:34.620072+0000 mgr.smithi136.ofnrfx (mgr.14188) 1555 : cluster [DBG] pgmap v1436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:37.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:37.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:37 smithi145 bash[13673]: audit 2022-04-26T03:35:37.070594+0000 mon.smithi136 (mon.0) 1416 : audit [DBG] from='client.? 172.21.15.136:0/2801701167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:37 smithi136 bash[11745]: audit 2022-04-26T03:35:37.070594+0000 mon.smithi136 (mon.0) 1416 : audit [DBG] from='client.? 172.21.15.136:0/2801701167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:38 smithi145 bash[13673]: cluster 2022-04-26T03:35:36.620748+0000 mgr.smithi136.ofnrfx (mgr.14188) 1556 : cluster [DBG] pgmap v1437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:38.722 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:38 smithi136 bash[11745]: cluster 2022-04-26T03:35:36.620748+0000 mgr.smithi136.ofnrfx (mgr.14188) 1556 : cluster [DBG] pgmap v1437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:39.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:39 smithi145 bash[13673]: cluster 2022-04-26T03:35:38.621355+0000 mgr.smithi136.ofnrfx (mgr.14188) 1557 : cluster [DBG] pgmap v1438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:40.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:39 smithi136 bash[11745]: cluster 2022-04-26T03:35:38.621355+0000 mgr.smithi136.ofnrfx (mgr.14188) 1557 : cluster [DBG] pgmap v1438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:42.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:41 smithi136 bash[11745]: cluster 2022-04-26T03:35:40.621977+0000 mgr.smithi136.ofnrfx (mgr.14188) 1558 : cluster [DBG] pgmap v1439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:42.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:42.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:42.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:42.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:41 smithi145 bash[13673]: cluster 2022-04-26T03:35:40.621977+0000 mgr.smithi136.ofnrfx (mgr.14188) 1558 : cluster [DBG] pgmap v1439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:42.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:43.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:42 smithi136 bash[11745]: audit 2022-04-26T03:35:42.395756+0000 mon.smithi136 (mon.0) 1417 : audit [DBG] from='client.? 172.21.15.136:0/2020648502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:43.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:42 smithi145 bash[13673]: audit 2022-04-26T03:35:42.395756+0000 mon.smithi136 (mon.0) 1417 : audit [DBG] from='client.? 172.21.15.136:0/2020648502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:44.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:43 smithi136 bash[11745]: cluster 2022-04-26T03:35:42.622621+0000 mgr.smithi136.ofnrfx (mgr.14188) 1559 : cluster [DBG] pgmap v1440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:44.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:43 smithi145 bash[13673]: cluster 2022-04-26T03:35:42.622621+0000 mgr.smithi136.ofnrfx (mgr.14188) 1559 : cluster [DBG] pgmap v1440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:46.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:45 smithi136 bash[11745]: cluster 2022-04-26T03:35:44.623273+0000 mgr.smithi136.ofnrfx (mgr.14188) 1560 : cluster [DBG] pgmap v1441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:46.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:45 smithi145 bash[13673]: cluster 2022-04-26T03:35:44.623273+0000 mgr.smithi136.ofnrfx (mgr.14188) 1560 : cluster [DBG] pgmap v1441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:47.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:47.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:47.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:47.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:48.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:47 smithi136 bash[11745]: cluster 2022-04-26T03:35:46.623916+0000 mgr.smithi136.ofnrfx (mgr.14188) 1561 : cluster [DBG] pgmap v1442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:48.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:47 smithi145 bash[13673]: cluster 2022-04-26T03:35:46.623916+0000 mgr.smithi136.ofnrfx (mgr.14188) 1561 : cluster [DBG] pgmap v1442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:48 smithi136 bash[11745]: audit 2022-04-26T03:35:47.727075+0000 mon.smithi136 (mon.0) 1418 : audit [DBG] from='client.? 172.21.15.136:0/1873043457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:49.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:48 smithi145 bash[13673]: audit 2022-04-26T03:35:47.727075+0000 mon.smithi136 (mon.0) 1418 : audit [DBG] from='client.? 172.21.15.136:0/1873043457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:49 smithi136 bash[11745]: cluster 2022-04-26T03:35:48.624612+0000 mgr.smithi136.ofnrfx (mgr.14188) 1562 : cluster [DBG] pgmap v1443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:50.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:49 smithi145 bash[13673]: cluster 2022-04-26T03:35:48.624612+0000 mgr.smithi136.ofnrfx (mgr.14188) 1562 : cluster [DBG] pgmap v1443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:52.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:51 smithi136 bash[11745]: cluster 2022-04-26T03:35:50.625306+0000 mgr.smithi136.ofnrfx (mgr.14188) 1563 : cluster [DBG] pgmap v1444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:52.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:51 smithi145 bash[13673]: cluster 2022-04-26T03:35:50.625306+0000 mgr.smithi136.ofnrfx (mgr.14188) 1563 : cluster [DBG] pgmap v1444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:52.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:52.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:52.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:53.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:54.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:53 smithi136 bash[11745]: cluster 2022-04-26T03:35:52.626062+0000 mgr.smithi136.ofnrfx (mgr.14188) 1564 : cluster [DBG] pgmap v1445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:54.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:53 smithi136 bash[11745]: audit 2022-04-26T03:35:53.047886+0000 mon.smithi136 (mon.0) 1419 : audit [DBG] from='client.? 172.21.15.136:0/3083150405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:54.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:53 smithi145 bash[13673]: cluster 2022-04-26T03:35:52.626062+0000 mgr.smithi136.ofnrfx (mgr.14188) 1564 : cluster [DBG] pgmap v1445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:53 smithi145 bash[13673]: audit 2022-04-26T03:35:53.047886+0000 mon.smithi136 (mon.0) 1419 : audit [DBG] from='client.? 172.21.15.136:0/3083150405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:56.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:55 smithi136 bash[11745]: cluster 2022-04-26T03:35:54.626738+0000 mgr.smithi136.ofnrfx (mgr.14188) 1565 : cluster [DBG] pgmap v1446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:56.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:55 smithi145 bash[13673]: cluster 2022-04-26T03:35:54.626738+0000 mgr.smithi136.ofnrfx (mgr.14188) 1565 : cluster [DBG] pgmap v1446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:58.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:57 smithi136 bash[11745]: cluster 2022-04-26T03:35:56.627388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1566 : cluster [DBG] pgmap v1447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:58.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:35:58.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:35:58.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:35:58.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:57 smithi145 bash[13673]: cluster 2022-04-26T03:35:56.627388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1566 : cluster [DBG] pgmap v1447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:35:58.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:35:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:58 smithi136 bash[11745]: audit 2022-04-26T03:35:58.377433+0000 mon.smithi136 (mon.0) 1420 : audit [DBG] from='client.? 172.21.15.136:0/831465070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:35:59.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:58 smithi145 bash[13673]: audit 2022-04-26T03:35:58.377433+0000 mon.smithi136 (mon.0) 1420 : audit [DBG] from='client.? 172.21.15.136:0/831465070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:00.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:35:59 smithi136 bash[11745]: cluster 2022-04-26T03:35:58.627985+0000 mgr.smithi136.ofnrfx (mgr.14188) 1567 : cluster [DBG] pgmap v1448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:35:59 smithi145 bash[13673]: cluster 2022-04-26T03:35:58.627985+0000 mgr.smithi136.ofnrfx (mgr.14188) 1567 : cluster [DBG] pgmap v1448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:01 smithi136 bash[11745]: cluster 2022-04-26T03:36:00.628603+0000 mgr.smithi136.ofnrfx (mgr.14188) 1568 : cluster [DBG] pgmap v1449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:02.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:01 smithi145 bash[13673]: cluster 2022-04-26T03:36:00.628603+0000 mgr.smithi136.ofnrfx (mgr.14188) 1568 : cluster [DBG] pgmap v1449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:02 smithi136 bash[11745]: audit 2022-04-26T03:36:02.049953+0000 mon.smithi136 (mon.0) 1421 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:36:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:02 smithi136 bash[11745]: audit 2022-04-26T03:36:02.050450+0000 mon.smithi136 (mon.0) 1422 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:36:03.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:02 smithi145 bash[13673]: audit 2022-04-26T03:36:02.049953+0000 mon.smithi136 (mon.0) 1421 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:36:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:02 smithi145 bash[13673]: audit 2022-04-26T03:36:02.050450+0000 mon.smithi136 (mon.0) 1422 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:36:03.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:03.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:03.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:03.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:04.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:03 smithi136 bash[11745]: cluster 2022-04-26T03:36:02.629240+0000 mgr.smithi136.ofnrfx (mgr.14188) 1569 : cluster [DBG] pgmap v1450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:04.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:03 smithi136 bash[11745]: audit 2022-04-26T03:36:03.709621+0000 mon.smithi136 (mon.0) 1423 : audit [DBG] from='client.? 172.21.15.136:0/2039267223' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:04.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:03 smithi145 bash[13673]: cluster 2022-04-26T03:36:02.629240+0000 mgr.smithi136.ofnrfx (mgr.14188) 1569 : cluster [DBG] pgmap v1450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:03 smithi145 bash[13673]: audit 2022-04-26T03:36:03.709621+0000 mon.smithi136 (mon.0) 1423 : audit [DBG] from='client.? 172.21.15.136:0/2039267223' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:06.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:05 smithi136 bash[11745]: cluster 2022-04-26T03:36:04.629841+0000 mgr.smithi136.ofnrfx (mgr.14188) 1570 : cluster [DBG] pgmap v1451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:06.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:05 smithi145 bash[13673]: cluster 2022-04-26T03:36:04.629841+0000 mgr.smithi136.ofnrfx (mgr.14188) 1570 : cluster [DBG] pgmap v1451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:08.065 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:07 smithi136 bash[11745]: cluster 2022-04-26T03:36:06.630477+0000 mgr.smithi136.ofnrfx (mgr.14188) 1571 : cluster [DBG] pgmap v1452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:07 smithi145 bash[13673]: cluster 2022-04-26T03:36:06.630477+0000 mgr.smithi136.ofnrfx (mgr.14188) 1571 : cluster [DBG] pgmap v1452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:08.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:08.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:08.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:09.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:09 smithi136 bash[11745]: cluster 2022-04-26T03:36:08.631215+0000 mgr.smithi136.ofnrfx (mgr.14188) 1572 : cluster [DBG] pgmap v1453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:09 smithi136 bash[11745]: audit 2022-04-26T03:36:09.035401+0000 mon.smithi136 (mon.0) 1424 : audit [DBG] from='client.? 172.21.15.136:0/1556384986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:09 smithi145 bash[13673]: cluster 2022-04-26T03:36:08.631215+0000 mgr.smithi136.ofnrfx (mgr.14188) 1572 : cluster [DBG] pgmap v1453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:09 smithi145 bash[13673]: audit 2022-04-26T03:36:09.035401+0000 mon.smithi136 (mon.0) 1424 : audit [DBG] from='client.? 172.21.15.136:0/1556384986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:12.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:11 smithi136 bash[11745]: cluster 2022-04-26T03:36:10.631882+0000 mgr.smithi136.ofnrfx (mgr.14188) 1573 : cluster [DBG] pgmap v1454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:11 smithi145 bash[13673]: cluster 2022-04-26T03:36:10.631882+0000 mgr.smithi136.ofnrfx (mgr.14188) 1573 : cluster [DBG] pgmap v1454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:14.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:14.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:14.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:14.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:13 smithi136 bash[11745]: cluster 2022-04-26T03:36:12.632511+0000 mgr.smithi136.ofnrfx (mgr.14188) 1574 : cluster [DBG] pgmap v1455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:14.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:13 smithi145 bash[13673]: cluster 2022-04-26T03:36:12.632511+0000 mgr.smithi136.ofnrfx (mgr.14188) 1574 : cluster [DBG] pgmap v1455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:14.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:14 smithi136 bash[11745]: audit 2022-04-26T03:36:14.371496+0000 mon.smithi136 (mon.0) 1425 : audit [DBG] from='client.? 172.21.15.136:0/213326308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:15.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:14 smithi145 bash[13673]: audit 2022-04-26T03:36:14.371496+0000 mon.smithi136 (mon.0) 1425 : audit [DBG] from='client.? 172.21.15.136:0/213326308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:16.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:15 smithi145 bash[13673]: cluster 2022-04-26T03:36:14.633113+0000 mgr.smithi136.ofnrfx (mgr.14188) 1575 : cluster [DBG] pgmap v1456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:16.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:15 smithi136 bash[11745]: cluster 2022-04-26T03:36:14.633113+0000 mgr.smithi136.ofnrfx (mgr.14188) 1575 : cluster [DBG] pgmap v1456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:18.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:17 smithi145 bash[13673]: cluster 2022-04-26T03:36:16.633868+0000 mgr.smithi136.ofnrfx (mgr.14188) 1576 : cluster [DBG] pgmap v1457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:18.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:17 smithi136 bash[11745]: cluster 2022-04-26T03:36:16.633868+0000 mgr.smithi136.ofnrfx (mgr.14188) 1576 : cluster [DBG] pgmap v1457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:19.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:19.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:19.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:19.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:20.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:19 smithi145 bash[13673]: cluster 2022-04-26T03:36:18.634593+0000 mgr.smithi136.ofnrfx (mgr.14188) 1577 : cluster [DBG] pgmap v1458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:20.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:19 smithi145 bash[13673]: audit 2022-04-26T03:36:19.699105+0000 mon.smithi136 (mon.0) 1426 : audit [DBG] from='client.? 172.21.15.136:0/2309186291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:20.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:19 smithi136 bash[11745]: cluster 2022-04-26T03:36:18.634593+0000 mgr.smithi136.ofnrfx (mgr.14188) 1577 : cluster [DBG] pgmap v1458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:20.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:19 smithi136 bash[11745]: audit 2022-04-26T03:36:19.699105+0000 mon.smithi136 (mon.0) 1426 : audit [DBG] from='client.? 172.21.15.136:0/2309186291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:22.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:21 smithi145 bash[13673]: cluster 2022-04-26T03:36:20.635245+0000 mgr.smithi136.ofnrfx (mgr.14188) 1578 : cluster [DBG] pgmap v1459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:22.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:21 smithi136 bash[11745]: cluster 2022-04-26T03:36:20.635245+0000 mgr.smithi136.ofnrfx (mgr.14188) 1578 : cluster [DBG] pgmap v1459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:24.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:23 smithi145 bash[13673]: cluster 2022-04-26T03:36:22.636020+0000 mgr.smithi136.ofnrfx (mgr.14188) 1579 : cluster [DBG] pgmap v1460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:23 smithi136 bash[11745]: cluster 2022-04-26T03:36:22.636020+0000 mgr.smithi136.ofnrfx (mgr.14188) 1579 : cluster [DBG] pgmap v1460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:24.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:24.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:24.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:25.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:26.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:25 smithi145 bash[13673]: cluster 2022-04-26T03:36:24.636757+0000 mgr.smithi136.ofnrfx (mgr.14188) 1580 : cluster [DBG] pgmap v1461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:26.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:25 smithi145 bash[13673]: audit 2022-04-26T03:36:25.020609+0000 mon.smithi136 (mon.0) 1427 : audit [DBG] from='client.? 172.21.15.136:0/790203822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:25 smithi136 bash[11745]: cluster 2022-04-26T03:36:24.636757+0000 mgr.smithi136.ofnrfx (mgr.14188) 1580 : cluster [DBG] pgmap v1461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:26.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:25 smithi136 bash[11745]: audit 2022-04-26T03:36:25.020609+0000 mon.smithi136 (mon.0) 1427 : audit [DBG] from='client.? 172.21.15.136:0/790203822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:28.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:27 smithi145 bash[13673]: cluster 2022-04-26T03:36:26.637466+0000 mgr.smithi136.ofnrfx (mgr.14188) 1581 : cluster [DBG] pgmap v1462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:28.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:27 smithi136 bash[11745]: cluster 2022-04-26T03:36:26.637466+0000 mgr.smithi136.ofnrfx (mgr.14188) 1581 : cluster [DBG] pgmap v1462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:29.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:29 smithi145 bash[13673]: cluster 2022-04-26T03:36:28.638172+0000 mgr.smithi136.ofnrfx (mgr.14188) 1582 : cluster [DBG] pgmap v1463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:30.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:30.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:30.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:30.072 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:29 smithi136 bash[11745]: cluster 2022-04-26T03:36:28.638172+0000 mgr.smithi136.ofnrfx (mgr.14188) 1582 : cluster [DBG] pgmap v1463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:30.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:31.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:30 smithi136 bash[11745]: audit 2022-04-26T03:36:30.343016+0000 mon.smithi136 (mon.0) 1428 : audit [DBG] from='client.? 172.21.15.136:0/2521100303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:31.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:30 smithi136 bash[11745]: audit 2022-04-26T03:36:30.644225+0000 mon.smithi136 (mon.0) 1429 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:36:31.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:30 smithi145 bash[13673]: audit 2022-04-26T03:36:30.343016+0000 mon.smithi136 (mon.0) 1428 : audit [DBG] from='client.? 172.21.15.136:0/2521100303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:31.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:30 smithi145 bash[13673]: audit 2022-04-26T03:36:30.644225+0000 mon.smithi136 (mon.0) 1429 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:36:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: cluster 2022-04-26T03:36:30.638793+0000 mgr.smithi136.ofnrfx (mgr.14188) 1583 : cluster [DBG] pgmap v1464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: audit 2022-04-26T03:36:30.647587+0000 mon.smithi136 (mon.0) 1430 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:36:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: audit 2022-04-26T03:36:30.654399+0000 mon.smithi136 (mon.0) 1431 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:36:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: cluster 2022-04-26T03:36:30.985498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1584 : cluster [DBG] pgmap v1465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: cluster 2022-04-26T03:36:30.985943+0000 mgr.smithi136.ofnrfx (mgr.14188) 1585 : cluster [DBG] pgmap v1466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: audit 2022-04-26T03:36:30.992740+0000 mon.smithi136 (mon.0) 1432 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:36:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: audit 2022-04-26T03:36:31.000652+0000 mon.smithi136 (mon.0) 1433 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:36:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: cephadm 2022-04-26T03:36:31.001890+0000 mgr.smithi136.ofnrfx (mgr.14188) 1586 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:36:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:31 smithi136 bash[11745]: cephadm 2022-04-26T03:36:31.002107+0000 mgr.smithi136.ofnrfx (mgr.14188) 1587 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:36:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: cluster 2022-04-26T03:36:30.638793+0000 mgr.smithi136.ofnrfx (mgr.14188) 1583 : cluster [DBG] pgmap v1464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: audit 2022-04-26T03:36:30.647587+0000 mon.smithi136 (mon.0) 1430 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:36:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: audit 2022-04-26T03:36:30.654399+0000 mon.smithi136 (mon.0) 1431 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:36:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: cluster 2022-04-26T03:36:30.985498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1584 : cluster [DBG] pgmap v1465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: cluster 2022-04-26T03:36:30.985943+0000 mgr.smithi136.ofnrfx (mgr.14188) 1585 : cluster [DBG] pgmap v1466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: audit 2022-04-26T03:36:30.992740+0000 mon.smithi136 (mon.0) 1432 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:36:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: audit 2022-04-26T03:36:31.000652+0000 mon.smithi136 (mon.0) 1433 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:36:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: cephadm 2022-04-26T03:36:31.001890+0000 mgr.smithi136.ofnrfx (mgr.14188) 1586 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:36:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:31 smithi145 bash[13673]: cephadm 2022-04-26T03:36:31.002107+0000 mgr.smithi136.ofnrfx (mgr.14188) 1587 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:36:34.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:34 smithi136 bash[11745]: cluster 2022-04-26T03:36:32.986576+0000 mgr.smithi136.ofnrfx (mgr.14188) 1588 : cluster [DBG] pgmap v1467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:34.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:34 smithi145 bash[13673]: cluster 2022-04-26T03:36:32.986576+0000 mgr.smithi136.ofnrfx (mgr.14188) 1588 : cluster [DBG] pgmap v1467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:35.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:35.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:35.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:35.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:36.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:36 smithi136 bash[11745]: cluster 2022-04-26T03:36:34.987185+0000 mgr.smithi136.ofnrfx (mgr.14188) 1589 : cluster [DBG] pgmap v1468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:36.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:36 smithi136 bash[11745]: audit 2022-04-26T03:36:35.669874+0000 mon.smithi136 (mon.0) 1434 : audit [DBG] from='client.? 172.21.15.136:0/3924999002' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:36.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:36 smithi145 bash[13673]: cluster 2022-04-26T03:36:34.987185+0000 mgr.smithi136.ofnrfx (mgr.14188) 1589 : cluster [DBG] pgmap v1468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:36.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:36 smithi145 bash[13673]: audit 2022-04-26T03:36:35.669874+0000 mon.smithi136 (mon.0) 1434 : audit [DBG] from='client.? 172.21.15.136:0/3924999002' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:38.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:38 smithi136 bash[11745]: cluster 2022-04-26T03:36:36.987919+0000 mgr.smithi136.ofnrfx (mgr.14188) 1590 : cluster [DBG] pgmap v1469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:38.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:38 smithi145 bash[13673]: cluster 2022-04-26T03:36:36.987919+0000 mgr.smithi136.ofnrfx (mgr.14188) 1590 : cluster [DBG] pgmap v1469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:39 smithi136 bash[11745]: cluster 2022-04-26T03:36:38.988596+0000 mgr.smithi136.ofnrfx (mgr.14188) 1591 : cluster [DBG] pgmap v1470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:39 smithi145 bash[13673]: cluster 2022-04-26T03:36:38.988596+0000 mgr.smithi136.ofnrfx (mgr.14188) 1591 : cluster [DBG] pgmap v1470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:40.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:40.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:40.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:41.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:41 smithi136 bash[11745]: audit 2022-04-26T03:36:40.991328+0000 mon.smithi136 (mon.0) 1435 : audit [DBG] from='client.? 172.21.15.136:0/1648653272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:41.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:41 smithi145 bash[13673]: audit 2022-04-26T03:36:40.991328+0000 mon.smithi136 (mon.0) 1435 : audit [DBG] from='client.? 172.21.15.136:0/1648653272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:42.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:42 smithi136 bash[11745]: cluster 2022-04-26T03:36:40.989244+0000 mgr.smithi136.ofnrfx (mgr.14188) 1592 : cluster [DBG] pgmap v1471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:42.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:42 smithi145 bash[13673]: cluster 2022-04-26T03:36:40.989244+0000 mgr.smithi136.ofnrfx (mgr.14188) 1592 : cluster [DBG] pgmap v1471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:44.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:44 smithi136 bash[11745]: cluster 2022-04-26T03:36:42.989862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1593 : cluster [DBG] pgmap v1472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:44.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:44 smithi145 bash[13673]: cluster 2022-04-26T03:36:42.989862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1593 : cluster [DBG] pgmap v1472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:46.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:46.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:46.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:46.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:46.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:46 smithi145 bash[13673]: cluster 2022-04-26T03:36:44.990462+0000 mgr.smithi136.ofnrfx (mgr.14188) 1594 : cluster [DBG] pgmap v1473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:46.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:46 smithi136 bash[11745]: cluster 2022-04-26T03:36:44.990462+0000 mgr.smithi136.ofnrfx (mgr.14188) 1594 : cluster [DBG] pgmap v1473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:47.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:47 smithi145 bash[13673]: audit 2022-04-26T03:36:46.318105+0000 mon.smithi136 (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.136:0/3109593367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:47.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:47 smithi136 bash[11745]: audit 2022-04-26T03:36:46.318105+0000 mon.smithi136 (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.136:0/3109593367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:48.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:48 smithi145 bash[13673]: cluster 2022-04-26T03:36:46.991095+0000 mgr.smithi136.ofnrfx (mgr.14188) 1595 : cluster [DBG] pgmap v1474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:48.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:48 smithi136 bash[11745]: cluster 2022-04-26T03:36:46.991095+0000 mgr.smithi136.ofnrfx (mgr.14188) 1595 : cluster [DBG] pgmap v1474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:49 smithi136 bash[11745]: cluster 2022-04-26T03:36:48.991780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1596 : cluster [DBG] pgmap v1475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:50.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:49 smithi145 bash[13673]: cluster 2022-04-26T03:36:48.991780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1596 : cluster [DBG] pgmap v1475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:51.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:51.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:51.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:51.656 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:52 smithi136 bash[11745]: cluster 2022-04-26T03:36:50.992432+0000 mgr.smithi136.ofnrfx (mgr.14188) 1597 : cluster [DBG] pgmap v1476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:52 smithi136 bash[11745]: audit 2022-04-26T03:36:51.642962+0000 mon.smithi136 (mon.0) 1437 : audit [DBG] from='client.? 172.21.15.136:0/1802874927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:52.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:52 smithi145 bash[13673]: cluster 2022-04-26T03:36:50.992432+0000 mgr.smithi136.ofnrfx (mgr.14188) 1597 : cluster [DBG] pgmap v1476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:52 smithi145 bash[13673]: audit 2022-04-26T03:36:51.642962+0000 mon.smithi136 (mon.0) 1437 : audit [DBG] from='client.? 172.21.15.136:0/1802874927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:54.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:54 smithi136 bash[11745]: cluster 2022-04-26T03:36:52.993054+0000 mgr.smithi136.ofnrfx (mgr.14188) 1598 : cluster [DBG] pgmap v1477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:54 smithi145 bash[13673]: cluster 2022-04-26T03:36:52.993054+0000 mgr.smithi136.ofnrfx (mgr.14188) 1598 : cluster [DBG] pgmap v1477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:56.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:56 smithi136 bash[11745]: cluster 2022-04-26T03:36:54.993655+0000 mgr.smithi136.ofnrfx (mgr.14188) 1599 : cluster [DBG] pgmap v1478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:56.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:56 smithi145 bash[13673]: cluster 2022-04-26T03:36:54.993655+0000 mgr.smithi136.ofnrfx (mgr.14188) 1599 : cluster [DBG] pgmap v1478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:56.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:36:56.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:36:56.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:36:56.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:36:57.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:57 smithi145 bash[13673]: audit 2022-04-26T03:36:56.974946+0000 mon.smithi136 (mon.0) 1438 : audit [DBG] from='client.? 172.21.15.136:0/973778081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:57.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:57 smithi136 bash[11745]: audit 2022-04-26T03:36:56.974946+0000 mon.smithi136 (mon.0) 1438 : audit [DBG] from='client.? 172.21.15.136:0/973778081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:36:58.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:58 smithi145 bash[13673]: cluster 2022-04-26T03:36:56.994267+0000 mgr.smithi136.ofnrfx (mgr.14188) 1600 : cluster [DBG] pgmap v1479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:36:58.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:58 smithi136 bash[11745]: cluster 2022-04-26T03:36:56.994267+0000 mgr.smithi136.ofnrfx (mgr.14188) 1600 : cluster [DBG] pgmap v1479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:00.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:36:59 smithi136 bash[11745]: cluster 2022-04-26T03:36:58.994940+0000 mgr.smithi136.ofnrfx (mgr.14188) 1601 : cluster [DBG] pgmap v1480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:36:59 smithi145 bash[13673]: cluster 2022-04-26T03:36:58.994940+0000 mgr.smithi136.ofnrfx (mgr.14188) 1601 : cluster [DBG] pgmap v1480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:01.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:01.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:01.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:02 smithi136 bash[11745]: cluster 2022-04-26T03:37:00.995636+0000 mgr.smithi136.ofnrfx (mgr.14188) 1602 : cluster [DBG] pgmap v1481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:02.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:02.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:02 smithi145 bash[13673]: cluster 2022-04-26T03:37:00.995636+0000 mgr.smithi136.ofnrfx (mgr.14188) 1602 : cluster [DBG] pgmap v1481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:03.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:03 smithi145 bash[13673]: audit 2022-04-26T03:37:02.057548+0000 mon.smithi136 (mon.0) 1439 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:37:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:03 smithi145 bash[13673]: audit 2022-04-26T03:37:02.057938+0000 mon.smithi136 (mon.0) 1440 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:37:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:03 smithi145 bash[13673]: audit 2022-04-26T03:37:02.302261+0000 mon.smithi136 (mon.0) 1441 : audit [DBG] from='client.? 172.21.15.136:0/3972963348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:03.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:03 smithi136 bash[11745]: audit 2022-04-26T03:37:02.057548+0000 mon.smithi136 (mon.0) 1439 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:37:03.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:03 smithi136 bash[11745]: audit 2022-04-26T03:37:02.057938+0000 mon.smithi136 (mon.0) 1440 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:37:03.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:03 smithi136 bash[11745]: audit 2022-04-26T03:37:02.302261+0000 mon.smithi136 (mon.0) 1441 : audit [DBG] from='client.? 172.21.15.136:0/3972963348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:04.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:04 smithi145 bash[13673]: cluster 2022-04-26T03:37:02.996275+0000 mgr.smithi136.ofnrfx (mgr.14188) 1603 : cluster [DBG] pgmap v1482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:04.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:04 smithi136 bash[11745]: cluster 2022-04-26T03:37:02.996275+0000 mgr.smithi136.ofnrfx (mgr.14188) 1603 : cluster [DBG] pgmap v1482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:06 smithi145 bash[13673]: cluster 2022-04-26T03:37:04.996864+0000 mgr.smithi136.ofnrfx (mgr.14188) 1604 : cluster [DBG] pgmap v1483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:06.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:06 smithi136 bash[11745]: cluster 2022-04-26T03:37:04.996864+0000 mgr.smithi136.ofnrfx (mgr.14188) 1604 : cluster [DBG] pgmap v1483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:07.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:07.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:07.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:07.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:08.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:08 smithi145 bash[13673]: cluster 2022-04-26T03:37:06.997509+0000 mgr.smithi136.ofnrfx (mgr.14188) 1605 : cluster [DBG] pgmap v1484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:08 smithi145 bash[13673]: audit 2022-04-26T03:37:07.636068+0000 mon.smithi136 (mon.0) 1442 : audit [DBG] from='client.? 172.21.15.136:0/3319669761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:08.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:08 smithi136 bash[11745]: cluster 2022-04-26T03:37:06.997509+0000 mgr.smithi136.ofnrfx (mgr.14188) 1605 : cluster [DBG] pgmap v1484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:08.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:08 smithi136 bash[11745]: audit 2022-04-26T03:37:07.636068+0000 mon.smithi136 (mon.0) 1442 : audit [DBG] from='client.? 172.21.15.136:0/3319669761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:10.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:09 smithi136 bash[11745]: cluster 2022-04-26T03:37:08.998150+0000 mgr.smithi136.ofnrfx (mgr.14188) 1606 : cluster [DBG] pgmap v1485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:10.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:09 smithi145 bash[13673]: cluster 2022-04-26T03:37:08.998150+0000 mgr.smithi136.ofnrfx (mgr.14188) 1606 : cluster [DBG] pgmap v1485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:12.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:12 smithi136 bash[11745]: cluster 2022-04-26T03:37:10.998770+0000 mgr.smithi136.ofnrfx (mgr.14188) 1607 : cluster [DBG] pgmap v1486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:12.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:12 smithi145 bash[13673]: cluster 2022-04-26T03:37:10.998770+0000 mgr.smithi136.ofnrfx (mgr.14188) 1607 : cluster [DBG] pgmap v1486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:12.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:12.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:12.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:12.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:13.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:13 smithi136 bash[11745]: audit 2022-04-26T03:37:12.957540+0000 mon.smithi136 (mon.0) 1443 : audit [DBG] from='client.? 172.21.15.136:0/398132490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:13.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:13 smithi145 bash[13673]: audit 2022-04-26T03:37:12.957540+0000 mon.smithi136 (mon.0) 1443 : audit [DBG] from='client.? 172.21.15.136:0/398132490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:14.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:14 smithi145 bash[13673]: cluster 2022-04-26T03:37:12.999425+0000 mgr.smithi136.ofnrfx (mgr.14188) 1608 : cluster [DBG] pgmap v1487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:14.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:14 smithi136 bash[11745]: cluster 2022-04-26T03:37:12.999425+0000 mgr.smithi136.ofnrfx (mgr.14188) 1608 : cluster [DBG] pgmap v1487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:16.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:16 smithi145 bash[13673]: cluster 2022-04-26T03:37:15.000059+0000 mgr.smithi136.ofnrfx (mgr.14188) 1609 : cluster [DBG] pgmap v1488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:16.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:16 smithi136 bash[11745]: cluster 2022-04-26T03:37:15.000059+0000 mgr.smithi136.ofnrfx (mgr.14188) 1609 : cluster [DBG] pgmap v1488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:17.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:17.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:17.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:18.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:18.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:18 smithi145 bash[13673]: cluster 2022-04-26T03:37:17.000686+0000 mgr.smithi136.ofnrfx (mgr.14188) 1610 : cluster [DBG] pgmap v1489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:18.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:18 smithi136 bash[11745]: cluster 2022-04-26T03:37:17.000686+0000 mgr.smithi136.ofnrfx (mgr.14188) 1610 : cluster [DBG] pgmap v1489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:19.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:19 smithi145 bash[13673]: audit 2022-04-26T03:37:18.284152+0000 mon.smithi136 (mon.0) 1444 : audit [DBG] from='client.? 172.21.15.136:0/2569169534' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:19.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:19 smithi136 bash[11745]: audit 2022-04-26T03:37:18.284152+0000 mon.smithi136 (mon.0) 1444 : audit [DBG] from='client.? 172.21.15.136:0/2569169534' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:20.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:20 smithi145 bash[13673]: cluster 2022-04-26T03:37:19.001321+0000 mgr.smithi136.ofnrfx (mgr.14188) 1611 : cluster [DBG] pgmap v1490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:20 smithi136 bash[11745]: cluster 2022-04-26T03:37:19.001321+0000 mgr.smithi136.ofnrfx (mgr.14188) 1611 : cluster [DBG] pgmap v1490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:22.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:22 smithi145 bash[13673]: cluster 2022-04-26T03:37:21.001948+0000 mgr.smithi136.ofnrfx (mgr.14188) 1612 : cluster [DBG] pgmap v1491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:22.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:22 smithi136 bash[11745]: cluster 2022-04-26T03:37:21.001948+0000 mgr.smithi136.ofnrfx (mgr.14188) 1612 : cluster [DBG] pgmap v1491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:23.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:23.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:23.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:23.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:24 smithi145 bash[13673]: cluster 2022-04-26T03:37:23.002596+0000 mgr.smithi136.ofnrfx (mgr.14188) 1613 : cluster [DBG] pgmap v1492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:24 smithi145 bash[13673]: audit 2022-04-26T03:37:23.607348+0000 mon.smithi136 (mon.0) 1445 : audit [DBG] from='client.? 172.21.15.136:0/3439601532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:24.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:24 smithi136 bash[11745]: cluster 2022-04-26T03:37:23.002596+0000 mgr.smithi136.ofnrfx (mgr.14188) 1613 : cluster [DBG] pgmap v1492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:24 smithi136 bash[11745]: audit 2022-04-26T03:37:23.607348+0000 mon.smithi136 (mon.0) 1445 : audit [DBG] from='client.? 172.21.15.136:0/3439601532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:26 smithi145 bash[13673]: cluster 2022-04-26T03:37:25.003177+0000 mgr.smithi136.ofnrfx (mgr.14188) 1614 : cluster [DBG] pgmap v1493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:26.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:26 smithi136 bash[11745]: cluster 2022-04-26T03:37:25.003177+0000 mgr.smithi136.ofnrfx (mgr.14188) 1614 : cluster [DBG] pgmap v1493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:28 smithi145 bash[13673]: cluster 2022-04-26T03:37:27.003833+0000 mgr.smithi136.ofnrfx (mgr.14188) 1615 : cluster [DBG] pgmap v1494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:28 smithi136 bash[11745]: cluster 2022-04-26T03:37:27.003833+0000 mgr.smithi136.ofnrfx (mgr.14188) 1615 : cluster [DBG] pgmap v1494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:28.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:28.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:28.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:28.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:29 smithi136 bash[11745]: audit 2022-04-26T03:37:28.928311+0000 mon.smithi136 (mon.0) 1446 : audit [DBG] from='client.? 172.21.15.136:0/970426090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:29 smithi136 bash[11745]: cluster 2022-04-26T03:37:29.004512+0000 mgr.smithi136.ofnrfx (mgr.14188) 1616 : cluster [DBG] pgmap v1495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:29 smithi145 bash[13673]: audit 2022-04-26T03:37:28.928311+0000 mon.smithi136 (mon.0) 1446 : audit [DBG] from='client.? 172.21.15.136:0/970426090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:29 smithi145 bash[13673]: cluster 2022-04-26T03:37:29.004512+0000 mgr.smithi136.ofnrfx (mgr.14188) 1616 : cluster [DBG] pgmap v1495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:31 smithi145 bash[13673]: audit 2022-04-26T03:37:31.011240+0000 mon.smithi136 (mon.0) 1447 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:37:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:31 smithi145 bash[13673]: audit 2022-04-26T03:37:31.014087+0000 mon.smithi136 (mon.0) 1448 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:37:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:31 smithi145 bash[13673]: audit 2022-04-26T03:37:31.016016+0000 mon.smithi136 (mon.0) 1449 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:37:31.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:31 smithi136 bash[11745]: audit 2022-04-26T03:37:31.011240+0000 mon.smithi136 (mon.0) 1447 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:37:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:31 smithi136 bash[11745]: audit 2022-04-26T03:37:31.014087+0000 mon.smithi136 (mon.0) 1448 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:37:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:31 smithi136 bash[11745]: audit 2022-04-26T03:37:31.016016+0000 mon.smithi136 (mon.0) 1449 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:37:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:32 smithi145 bash[13673]: cluster 2022-04-26T03:37:31.005117+0000 mgr.smithi136.ofnrfx (mgr.14188) 1617 : cluster [DBG] pgmap v1496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:32 smithi145 bash[13673]: cluster 2022-04-26T03:37:31.341890+0000 mgr.smithi136.ofnrfx (mgr.14188) 1618 : cluster [DBG] pgmap v1497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:32 smithi145 bash[13673]: cluster 2022-04-26T03:37:31.342066+0000 mgr.smithi136.ofnrfx (mgr.14188) 1619 : cluster [DBG] pgmap v1498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:32 smithi145 bash[13673]: audit 2022-04-26T03:37:31.347788+0000 mon.smithi136 (mon.0) 1450 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:37:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:32 smithi145 bash[13673]: audit 2022-04-26T03:37:31.356460+0000 mon.smithi136 (mon.0) 1451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:37:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:32 smithi145 bash[13673]: cephadm 2022-04-26T03:37:31.357577+0000 mgr.smithi136.ofnrfx (mgr.14188) 1620 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:37:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:32 smithi145 bash[13673]: cephadm 2022-04-26T03:37:31.357724+0000 mgr.smithi136.ofnrfx (mgr.14188) 1621 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:37:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:32 smithi136 bash[11745]: cluster 2022-04-26T03:37:31.005117+0000 mgr.smithi136.ofnrfx (mgr.14188) 1617 : cluster [DBG] pgmap v1496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:32 smithi136 bash[11745]: cluster 2022-04-26T03:37:31.341890+0000 mgr.smithi136.ofnrfx (mgr.14188) 1618 : cluster [DBG] pgmap v1497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:32 smithi136 bash[11745]: cluster 2022-04-26T03:37:31.342066+0000 mgr.smithi136.ofnrfx (mgr.14188) 1619 : cluster [DBG] pgmap v1498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:32 smithi136 bash[11745]: audit 2022-04-26T03:37:31.347788+0000 mon.smithi136 (mon.0) 1450 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:37:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:32 smithi136 bash[11745]: audit 2022-04-26T03:37:31.356460+0000 mon.smithi136 (mon.0) 1451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:37:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:32 smithi136 bash[11745]: cephadm 2022-04-26T03:37:31.357577+0000 mgr.smithi136.ofnrfx (mgr.14188) 1620 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:37:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:32 smithi136 bash[11745]: cephadm 2022-04-26T03:37:31.357724+0000 mgr.smithi136.ofnrfx (mgr.14188) 1621 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:37:33.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:33.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:33.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:34.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:34.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:34 smithi145 bash[13673]: cluster 2022-04-26T03:37:33.342591+0000 mgr.smithi136.ofnrfx (mgr.14188) 1622 : cluster [DBG] pgmap v1499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:34 smithi145 bash[13673]: audit 2022-04-26T03:37:34.261958+0000 mon.smithi136 (mon.0) 1452 : audit [DBG] from='client.? 172.21.15.136:0/325954116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:34 smithi136 bash[11745]: cluster 2022-04-26T03:37:33.342591+0000 mgr.smithi136.ofnrfx (mgr.14188) 1622 : cluster [DBG] pgmap v1499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:34 smithi136 bash[11745]: audit 2022-04-26T03:37:34.261958+0000 mon.smithi136 (mon.0) 1452 : audit [DBG] from='client.? 172.21.15.136:0/325954116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:36.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:36 smithi145 bash[13673]: cluster 2022-04-26T03:37:35.343216+0000 mgr.smithi136.ofnrfx (mgr.14188) 1623 : cluster [DBG] pgmap v1500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:36.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:36 smithi136 bash[11745]: cluster 2022-04-26T03:37:35.343216+0000 mgr.smithi136.ofnrfx (mgr.14188) 1623 : cluster [DBG] pgmap v1500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:38.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:38 smithi145 bash[13673]: cluster 2022-04-26T03:37:37.344005+0000 mgr.smithi136.ofnrfx (mgr.14188) 1624 : cluster [DBG] pgmap v1501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:38.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:38 smithi136 bash[11745]: cluster 2022-04-26T03:37:37.344005+0000 mgr.smithi136.ofnrfx (mgr.14188) 1624 : cluster [DBG] pgmap v1501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:39.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:39.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:39.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:39.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:40.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:39 smithi136 bash[11745]: cluster 2022-04-26T03:37:39.344658+0000 mgr.smithi136.ofnrfx (mgr.14188) 1625 : cluster [DBG] pgmap v1502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:40.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:39 smithi136 bash[11745]: audit 2022-04-26T03:37:39.585145+0000 mon.smithi136 (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.136:0/649027703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:40.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:39 smithi145 bash[13673]: cluster 2022-04-26T03:37:39.344658+0000 mgr.smithi136.ofnrfx (mgr.14188) 1625 : cluster [DBG] pgmap v1502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:39 smithi145 bash[13673]: audit 2022-04-26T03:37:39.585145+0000 mon.smithi136 (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.136:0/649027703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:42 smithi136 bash[11745]: cluster 2022-04-26T03:37:41.345317+0000 mgr.smithi136.ofnrfx (mgr.14188) 1626 : cluster [DBG] pgmap v1503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:42 smithi145 bash[13673]: cluster 2022-04-26T03:37:41.345317+0000 mgr.smithi136.ofnrfx (mgr.14188) 1626 : cluster [DBG] pgmap v1503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:44.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:44.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:44.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:44.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:44 smithi136 bash[11745]: cluster 2022-04-26T03:37:43.345988+0000 mgr.smithi136.ofnrfx (mgr.14188) 1627 : cluster [DBG] pgmap v1504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:44.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:44 smithi145 bash[13673]: cluster 2022-04-26T03:37:43.345988+0000 mgr.smithi136.ofnrfx (mgr.14188) 1627 : cluster [DBG] pgmap v1504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:44.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:45.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:45 smithi136 bash[11745]: audit 2022-04-26T03:37:44.912049+0000 mon.smithi136 (mon.0) 1454 : audit [DBG] from='client.? 172.21.15.136:0/3846568073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:45.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:45 smithi145 bash[13673]: audit 2022-04-26T03:37:44.912049+0000 mon.smithi136 (mon.0) 1454 : audit [DBG] from='client.? 172.21.15.136:0/3846568073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:46.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:46 smithi136 bash[11745]: cluster 2022-04-26T03:37:45.346622+0000 mgr.smithi136.ofnrfx (mgr.14188) 1628 : cluster [DBG] pgmap v1505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:46.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:46 smithi145 bash[13673]: cluster 2022-04-26T03:37:45.346622+0000 mgr.smithi136.ofnrfx (mgr.14188) 1628 : cluster [DBG] pgmap v1505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:48.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:48 smithi136 bash[11745]: cluster 2022-04-26T03:37:47.347300+0000 mgr.smithi136.ofnrfx (mgr.14188) 1629 : cluster [DBG] pgmap v1506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:48.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:48 smithi145 bash[13673]: cluster 2022-04-26T03:37:47.347300+0000 mgr.smithi136.ofnrfx (mgr.14188) 1629 : cluster [DBG] pgmap v1506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:49.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:49.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:49.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:49 smithi136 bash[11745]: cluster 2022-04-26T03:37:49.348078+0000 mgr.smithi136.ofnrfx (mgr.14188) 1630 : cluster [DBG] pgmap v1507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:50.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:49 smithi145 bash[13673]: cluster 2022-04-26T03:37:49.348078+0000 mgr.smithi136.ofnrfx (mgr.14188) 1630 : cluster [DBG] pgmap v1507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:50.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:51.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:50 smithi136 bash[11745]: audit 2022-04-26T03:37:50.237040+0000 mon.smithi136 (mon.0) 1455 : audit [DBG] from='client.? 172.21.15.136:0/3249354816' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:51.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:50 smithi145 bash[13673]: audit 2022-04-26T03:37:50.237040+0000 mon.smithi136 (mon.0) 1455 : audit [DBG] from='client.? 172.21.15.136:0/3249354816' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:52.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:51 smithi136 bash[11745]: cluster 2022-04-26T03:37:51.348705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1631 : cluster [DBG] pgmap v1508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:52.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:51 smithi145 bash[13673]: cluster 2022-04-26T03:37:51.348705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1631 : cluster [DBG] pgmap v1508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:54.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:54 smithi136 bash[11745]: cluster 2022-04-26T03:37:53.349348+0000 mgr.smithi136.ofnrfx (mgr.14188) 1632 : cluster [DBG] pgmap v1509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:54 smithi145 bash[13673]: cluster 2022-04-26T03:37:53.349348+0000 mgr.smithi136.ofnrfx (mgr.14188) 1632 : cluster [DBG] pgmap v1509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:55.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:37:55.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:37:55.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:37:55.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:37:56.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:56 smithi136 bash[11745]: cluster 2022-04-26T03:37:55.349926+0000 mgr.smithi136.ofnrfx (mgr.14188) 1633 : cluster [DBG] pgmap v1510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:56.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:56 smithi136 bash[11745]: audit 2022-04-26T03:37:55.571504+0000 mon.smithi136 (mon.0) 1456 : audit [DBG] from='client.? 172.21.15.136:0/1551413288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:56 smithi145 bash[13673]: cluster 2022-04-26T03:37:55.349926+0000 mgr.smithi136.ofnrfx (mgr.14188) 1633 : cluster [DBG] pgmap v1510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:56 smithi145 bash[13673]: audit 2022-04-26T03:37:55.571504+0000 mon.smithi136 (mon.0) 1456 : audit [DBG] from='client.? 172.21.15.136:0/1551413288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:37:58.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:58 smithi136 bash[11745]: cluster 2022-04-26T03:37:57.350558+0000 mgr.smithi136.ofnrfx (mgr.14188) 1634 : cluster [DBG] pgmap v1511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:37:58.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:58 smithi145 bash[13673]: cluster 2022-04-26T03:37:57.350558+0000 mgr.smithi136.ofnrfx (mgr.14188) 1634 : cluster [DBG] pgmap v1511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:00.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:37:59 smithi136 bash[11745]: cluster 2022-04-26T03:37:59.351266+0000 mgr.smithi136.ofnrfx (mgr.14188) 1635 : cluster [DBG] pgmap v1512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:00.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:37:59 smithi145 bash[13673]: cluster 2022-04-26T03:37:59.351266+0000 mgr.smithi136.ofnrfx (mgr.14188) 1635 : cluster [DBG] pgmap v1512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:00.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:00.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:00.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:00.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:00 smithi136 bash[11745]: audit 2022-04-26T03:38:00.902213+0000 mon.smithi136 (mon.0) 1457 : audit [DBG] from='client.? 172.21.15.136:0/1786659169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:01.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:00 smithi145 bash[13673]: audit 2022-04-26T03:38:00.902213+0000 mon.smithi136 (mon.0) 1457 : audit [DBG] from='client.? 172.21.15.136:0/1786659169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:01 smithi136 bash[11745]: cluster 2022-04-26T03:38:01.351885+0000 mgr.smithi136.ofnrfx (mgr.14188) 1636 : cluster [DBG] pgmap v1513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:01 smithi145 bash[13673]: cluster 2022-04-26T03:38:01.351885+0000 mgr.smithi136.ofnrfx (mgr.14188) 1636 : cluster [DBG] pgmap v1513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:03.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:02 smithi136 bash[11745]: audit 2022-04-26T03:38:02.063835+0000 mon.smithi136 (mon.0) 1458 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:38:03.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:02 smithi136 bash[11745]: audit 2022-04-26T03:38:02.065721+0000 mon.smithi136 (mon.0) 1459 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:38:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:02 smithi145 bash[13673]: audit 2022-04-26T03:38:02.063835+0000 mon.smithi136 (mon.0) 1458 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:38:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:02 smithi145 bash[13673]: audit 2022-04-26T03:38:02.065721+0000 mon.smithi136 (mon.0) 1459 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:38:04.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:03 smithi136 bash[11745]: cluster 2022-04-26T03:38:03.352542+0000 mgr.smithi136.ofnrfx (mgr.14188) 1637 : cluster [DBG] pgmap v1514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:03 smithi145 bash[13673]: cluster 2022-04-26T03:38:03.352542+0000 mgr.smithi136.ofnrfx (mgr.14188) 1637 : cluster [DBG] pgmap v1514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:05.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:05.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:05.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:06.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:06 smithi136 bash[11745]: cluster 2022-04-26T03:38:05.353176+0000 mgr.smithi136.ofnrfx (mgr.14188) 1638 : cluster [DBG] pgmap v1515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:06.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:06 smithi136 bash[11745]: audit 2022-04-26T03:38:06.231157+0000 mon.smithi136 (mon.0) 1460 : audit [DBG] from='client.? 172.21.15.136:0/4218541368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:06 smithi145 bash[13673]: cluster 2022-04-26T03:38:05.353176+0000 mgr.smithi136.ofnrfx (mgr.14188) 1638 : cluster [DBG] pgmap v1515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:06 smithi145 bash[13673]: audit 2022-04-26T03:38:06.231157+0000 mon.smithi136 (mon.0) 1460 : audit [DBG] from='client.? 172.21.15.136:0/4218541368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:08.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:08 smithi136 bash[11745]: cluster 2022-04-26T03:38:07.353823+0000 mgr.smithi136.ofnrfx (mgr.14188) 1639 : cluster [DBG] pgmap v1516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:08.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:08 smithi145 bash[13673]: cluster 2022-04-26T03:38:07.353823+0000 mgr.smithi136.ofnrfx (mgr.14188) 1639 : cluster [DBG] pgmap v1516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:09 smithi136 bash[11745]: cluster 2022-04-26T03:38:09.354482+0000 mgr.smithi136.ofnrfx (mgr.14188) 1640 : cluster [DBG] pgmap v1517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:09 smithi145 bash[13673]: cluster 2022-04-26T03:38:09.354482+0000 mgr.smithi136.ofnrfx (mgr.14188) 1640 : cluster [DBG] pgmap v1517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:11.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:11.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:11.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:11.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:12 smithi136 bash[11745]: cluster 2022-04-26T03:38:11.355114+0000 mgr.smithi136.ofnrfx (mgr.14188) 1641 : cluster [DBG] pgmap v1518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:12.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:12 smithi136 bash[11745]: audit 2022-04-26T03:38:11.555800+0000 mon.smithi136 (mon.0) 1461 : audit [DBG] from='client.? 172.21.15.136:0/300065120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:12 smithi145 bash[13673]: cluster 2022-04-26T03:38:11.355114+0000 mgr.smithi136.ofnrfx (mgr.14188) 1641 : cluster [DBG] pgmap v1518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:12 smithi145 bash[13673]: audit 2022-04-26T03:38:11.555800+0000 mon.smithi136 (mon.0) 1461 : audit [DBG] from='client.? 172.21.15.136:0/300065120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:14.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:14 smithi136 bash[11745]: cluster 2022-04-26T03:38:13.355772+0000 mgr.smithi136.ofnrfx (mgr.14188) 1642 : cluster [DBG] pgmap v1519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:14.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:14 smithi145 bash[13673]: cluster 2022-04-26T03:38:13.355772+0000 mgr.smithi136.ofnrfx (mgr.14188) 1642 : cluster [DBG] pgmap v1519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:16.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:16.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:16.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:16.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:16 smithi136 bash[11745]: cluster 2022-04-26T03:38:15.356413+0000 mgr.smithi136.ofnrfx (mgr.14188) 1643 : cluster [DBG] pgmap v1520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:16.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:16.899 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:16 smithi145 bash[13673]: cluster 2022-04-26T03:38:15.356413+0000 mgr.smithi136.ofnrfx (mgr.14188) 1643 : cluster [DBG] pgmap v1520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:17.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:17 smithi136 bash[11745]: audit 2022-04-26T03:38:16.878601+0000 mon.smithi136 (mon.0) 1462 : audit [DBG] from='client.? 172.21.15.136:0/2562698692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:17 smithi145 bash[13673]: audit 2022-04-26T03:38:16.878601+0000 mon.smithi136 (mon.0) 1462 : audit [DBG] from='client.? 172.21.15.136:0/2562698692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:18.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:18 smithi136 bash[11745]: cluster 2022-04-26T03:38:17.357147+0000 mgr.smithi136.ofnrfx (mgr.14188) 1644 : cluster [DBG] pgmap v1521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:18 smithi145 bash[13673]: cluster 2022-04-26T03:38:17.357147+0000 mgr.smithi136.ofnrfx (mgr.14188) 1644 : cluster [DBG] pgmap v1521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:20.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:19 smithi136 bash[11745]: cluster 2022-04-26T03:38:19.357828+0000 mgr.smithi136.ofnrfx (mgr.14188) 1645 : cluster [DBG] pgmap v1522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:19 smithi145 bash[13673]: cluster 2022-04-26T03:38:19.357828+0000 mgr.smithi136.ofnrfx (mgr.14188) 1645 : cluster [DBG] pgmap v1522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:21.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:21.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:21.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:22.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:22.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:22 smithi136 bash[11745]: cluster 2022-04-26T03:38:21.358597+0000 mgr.smithi136.ofnrfx (mgr.14188) 1646 : cluster [DBG] pgmap v1523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:22.897 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:22 smithi136 bash[11745]: audit 2022-04-26T03:38:22.205146+0000 mon.smithi136 (mon.0) 1463 : audit [DBG] from='client.? 172.21.15.136:0/2156887805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:22 smithi145 bash[13673]: cluster 2022-04-26T03:38:21.358597+0000 mgr.smithi136.ofnrfx (mgr.14188) 1646 : cluster [DBG] pgmap v1523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:22 smithi145 bash[13673]: audit 2022-04-26T03:38:22.205146+0000 mon.smithi136 (mon.0) 1463 : audit [DBG] from='client.? 172.21.15.136:0/2156887805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:24.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:24 smithi136 bash[11745]: cluster 2022-04-26T03:38:23.359280+0000 mgr.smithi136.ofnrfx (mgr.14188) 1647 : cluster [DBG] pgmap v1524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:24 smithi145 bash[13673]: cluster 2022-04-26T03:38:23.359280+0000 mgr.smithi136.ofnrfx (mgr.14188) 1647 : cluster [DBG] pgmap v1524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:26.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:26 smithi136 bash[11745]: cluster 2022-04-26T03:38:25.359971+0000 mgr.smithi136.ofnrfx (mgr.14188) 1648 : cluster [DBG] pgmap v1525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:26 smithi145 bash[13673]: cluster 2022-04-26T03:38:25.359971+0000 mgr.smithi136.ofnrfx (mgr.14188) 1648 : cluster [DBG] pgmap v1525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:27.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:27.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:27.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:27.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:28.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:28 smithi136 bash[11745]: cluster 2022-04-26T03:38:27.360446+0000 mgr.smithi136.ofnrfx (mgr.14188) 1649 : cluster [DBG] pgmap v1526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:28.725 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:28 smithi136 bash[11745]: audit 2022-04-26T03:38:27.529647+0000 mon.smithi136 (mon.0) 1464 : audit [DBG] from='client.? 172.21.15.136:0/1867808473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:28 smithi145 bash[13673]: cluster 2022-04-26T03:38:27.360446+0000 mgr.smithi136.ofnrfx (mgr.14188) 1649 : cluster [DBG] pgmap v1526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:28 smithi145 bash[13673]: audit 2022-04-26T03:38:27.529647+0000 mon.smithi136 (mon.0) 1464 : audit [DBG] from='client.? 172.21.15.136:0/1867808473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:30.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:29 smithi136 bash[11745]: cluster 2022-04-26T03:38:29.361088+0000 mgr.smithi136.ofnrfx (mgr.14188) 1650 : cluster [DBG] pgmap v1527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:29 smithi145 bash[13673]: cluster 2022-04-26T03:38:29.361088+0000 mgr.smithi136.ofnrfx (mgr.14188) 1650 : cluster [DBG] pgmap v1527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:31 smithi136 bash[11745]: audit 2022-04-26T03:38:31.365568+0000 mon.smithi136 (mon.0) 1465 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:38:31.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:31 smithi136 bash[11745]: audit 2022-04-26T03:38:31.368240+0000 mon.smithi136 (mon.0) 1466 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:38:31.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:31 smithi136 bash[11745]: audit 2022-04-26T03:38:31.369961+0000 mon.smithi136 (mon.0) 1467 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:38:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:31 smithi145 bash[13673]: audit 2022-04-26T03:38:31.365568+0000 mon.smithi136 (mon.0) 1465 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:38:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:31 smithi145 bash[13673]: audit 2022-04-26T03:38:31.368240+0000 mon.smithi136 (mon.0) 1466 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:38:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:31 smithi145 bash[13673]: audit 2022-04-26T03:38:31.369961+0000 mon.smithi136 (mon.0) 1467 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:38:32.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:32.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:32.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:32 smithi136 bash[11745]: cluster 2022-04-26T03:38:31.361663+0000 mgr.smithi136.ofnrfx (mgr.14188) 1651 : cluster [DBG] pgmap v1528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:32.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:32 smithi136 bash[11745]: audit 2022-04-26T03:38:31.706358+0000 mon.smithi136 (mon.0) 1468 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:38:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:32 smithi136 bash[11745]: audit 2022-04-26T03:38:31.717446+0000 mon.smithi136 (mon.0) 1469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:38:32.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:32 smithi145 bash[13673]: cluster 2022-04-26T03:38:31.361663+0000 mgr.smithi136.ofnrfx (mgr.14188) 1651 : cluster [DBG] pgmap v1528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:32 smithi145 bash[13673]: audit 2022-04-26T03:38:31.706358+0000 mon.smithi136 (mon.0) 1468 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:38:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:32 smithi145 bash[13673]: audit 2022-04-26T03:38:31.717446+0000 mon.smithi136 (mon.0) 1469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:38:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:33 smithi136 bash[11745]: cluster 2022-04-26T03:38:31.698624+0000 mgr.smithi136.ofnrfx (mgr.14188) 1652 : cluster [DBG] pgmap v1529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:33 smithi136 bash[11745]: cluster 2022-04-26T03:38:31.698952+0000 mgr.smithi136.ofnrfx (mgr.14188) 1653 : cluster [DBG] pgmap v1530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:33 smithi136 bash[11745]: cephadm 2022-04-26T03:38:31.718890+0000 mgr.smithi136.ofnrfx (mgr.14188) 1654 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:38:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:33 smithi136 bash[11745]: cephadm 2022-04-26T03:38:31.719086+0000 mgr.smithi136.ofnrfx (mgr.14188) 1655 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:38:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:33 smithi136 bash[11745]: audit 2022-04-26T03:38:32.865215+0000 mon.smithi136 (mon.0) 1470 : audit [DBG] from='client.? 172.21.15.136:0/3225016962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:33 smithi145 bash[13673]: cluster 2022-04-26T03:38:31.698624+0000 mgr.smithi136.ofnrfx (mgr.14188) 1652 : cluster [DBG] pgmap v1529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:33 smithi145 bash[13673]: cluster 2022-04-26T03:38:31.698952+0000 mgr.smithi136.ofnrfx (mgr.14188) 1653 : cluster [DBG] pgmap v1530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:33 smithi145 bash[13673]: cephadm 2022-04-26T03:38:31.718890+0000 mgr.smithi136.ofnrfx (mgr.14188) 1654 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:38:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:33 smithi145 bash[13673]: cephadm 2022-04-26T03:38:31.719086+0000 mgr.smithi136.ofnrfx (mgr.14188) 1655 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:38:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:33 smithi145 bash[13673]: audit 2022-04-26T03:38:32.865215+0000 mon.smithi136 (mon.0) 1470 : audit [DBG] from='client.? 172.21.15.136:0/3225016962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:34 smithi136 bash[11745]: cluster 2022-04-26T03:38:33.699601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1656 : cluster [DBG] pgmap v1531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:35.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:34 smithi145 bash[13673]: cluster 2022-04-26T03:38:33.699601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1656 : cluster [DBG] pgmap v1531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:37.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:36 smithi136 bash[11745]: cluster 2022-04-26T03:38:35.700170+0000 mgr.smithi136.ofnrfx (mgr.14188) 1657 : cluster [DBG] pgmap v1532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:36 smithi145 bash[13673]: cluster 2022-04-26T03:38:35.700170+0000 mgr.smithi136.ofnrfx (mgr.14188) 1657 : cluster [DBG] pgmap v1532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:37.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:37.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:37.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:38.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:38 smithi136 bash[11745]: cluster 2022-04-26T03:38:37.700964+0000 mgr.smithi136.ofnrfx (mgr.14188) 1658 : cluster [DBG] pgmap v1533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:38 smithi136 bash[11745]: audit 2022-04-26T03:38:38.200693+0000 mon.smithi136 (mon.0) 1471 : audit [DBG] from='client.? 172.21.15.136:0/3669261668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:38 smithi145 bash[13673]: cluster 2022-04-26T03:38:37.700964+0000 mgr.smithi136.ofnrfx (mgr.14188) 1658 : cluster [DBG] pgmap v1533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:38 smithi145 bash[13673]: audit 2022-04-26T03:38:38.200693+0000 mon.smithi136 (mon.0) 1471 : audit [DBG] from='client.? 172.21.15.136:0/3669261668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:41.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:40 smithi136 bash[11745]: cluster 2022-04-26T03:38:39.701642+0000 mgr.smithi136.ofnrfx (mgr.14188) 1659 : cluster [DBG] pgmap v1534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:40 smithi145 bash[13673]: cluster 2022-04-26T03:38:39.701642+0000 mgr.smithi136.ofnrfx (mgr.14188) 1659 : cluster [DBG] pgmap v1534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:43.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:42 smithi136 bash[11745]: cluster 2022-04-26T03:38:41.702431+0000 mgr.smithi136.ofnrfx (mgr.14188) 1660 : cluster [DBG] pgmap v1535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:42 smithi145 bash[13673]: cluster 2022-04-26T03:38:41.702431+0000 mgr.smithi136.ofnrfx (mgr.14188) 1660 : cluster [DBG] pgmap v1535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:43.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:43.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:43.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:43.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:44.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:43 smithi136 bash[11745]: audit 2022-04-26T03:38:43.527404+0000 mon.smithi136 (mon.0) 1472 : audit [DBG] from='client.? 172.21.15.136:0/1161128292' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:44.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:43 smithi145 bash[13673]: audit 2022-04-26T03:38:43.527404+0000 mon.smithi136 (mon.0) 1472 : audit [DBG] from='client.? 172.21.15.136:0/1161128292' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:44 smithi136 bash[11745]: cluster 2022-04-26T03:38:43.703162+0000 mgr.smithi136.ofnrfx (mgr.14188) 1661 : cluster [DBG] pgmap v1536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:44 smithi145 bash[13673]: cluster 2022-04-26T03:38:43.703162+0000 mgr.smithi136.ofnrfx (mgr.14188) 1661 : cluster [DBG] pgmap v1536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:47.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:46 smithi136 bash[11745]: cluster 2022-04-26T03:38:45.703809+0000 mgr.smithi136.ofnrfx (mgr.14188) 1662 : cluster [DBG] pgmap v1537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:47.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:46 smithi145 bash[13673]: cluster 2022-04-26T03:38:45.703809+0000 mgr.smithi136.ofnrfx (mgr.14188) 1662 : cluster [DBG] pgmap v1537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:48.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:48.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:48.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:48.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:48 smithi136 bash[11745]: cluster 2022-04-26T03:38:47.704502+0000 mgr.smithi136.ofnrfx (mgr.14188) 1663 : cluster [DBG] pgmap v1538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:49.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:48 smithi145 bash[13673]: cluster 2022-04-26T03:38:47.704502+0000 mgr.smithi136.ofnrfx (mgr.14188) 1663 : cluster [DBG] pgmap v1538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:49 smithi136 bash[11745]: audit 2022-04-26T03:38:48.857673+0000 mon.smithi136 (mon.0) 1473 : audit [DBG] from='client.? 172.21.15.136:0/3022799907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:49 smithi145 bash[13673]: audit 2022-04-26T03:38:48.857673+0000 mon.smithi136 (mon.0) 1473 : audit [DBG] from='client.? 172.21.15.136:0/3022799907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:51.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:50 smithi136 bash[11745]: cluster 2022-04-26T03:38:49.705133+0000 mgr.smithi136.ofnrfx (mgr.14188) 1664 : cluster [DBG] pgmap v1539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:51.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:50 smithi145 bash[13673]: cluster 2022-04-26T03:38:49.705133+0000 mgr.smithi136.ofnrfx (mgr.14188) 1664 : cluster [DBG] pgmap v1539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:53.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:52 smithi136 bash[11745]: cluster 2022-04-26T03:38:51.705742+0000 mgr.smithi136.ofnrfx (mgr.14188) 1665 : cluster [DBG] pgmap v1540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:52 smithi145 bash[13673]: cluster 2022-04-26T03:38:51.705742+0000 mgr.smithi136.ofnrfx (mgr.14188) 1665 : cluster [DBG] pgmap v1540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:53.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:53.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:53.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:54.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:38:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:54 smithi136 bash[11745]: cluster 2022-04-26T03:38:53.706362+0000 mgr.smithi136.ofnrfx (mgr.14188) 1666 : cluster [DBG] pgmap v1541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:55.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:54 smithi136 bash[11745]: audit 2022-04-26T03:38:54.189029+0000 mon.smithi136 (mon.0) 1474 : audit [DBG] from='client.? 172.21.15.136:0/1429102886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:54 smithi145 bash[13673]: cluster 2022-04-26T03:38:53.706362+0000 mgr.smithi136.ofnrfx (mgr.14188) 1666 : cluster [DBG] pgmap v1541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:54 smithi145 bash[13673]: audit 2022-04-26T03:38:54.189029+0000 mon.smithi136 (mon.0) 1474 : audit [DBG] from='client.? 172.21.15.136:0/1429102886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:38:57.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:56 smithi136 bash[11745]: cluster 2022-04-26T03:38:55.706965+0000 mgr.smithi136.ofnrfx (mgr.14188) 1667 : cluster [DBG] pgmap v1542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:57.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:56 smithi145 bash[13673]: cluster 2022-04-26T03:38:55.706965+0000 mgr.smithi136.ofnrfx (mgr.14188) 1667 : cluster [DBG] pgmap v1542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:58 smithi136 bash[11745]: cluster 2022-04-26T03:38:57.707700+0000 mgr.smithi136.ofnrfx (mgr.14188) 1668 : cluster [DBG] pgmap v1543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:59.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:58 smithi145 bash[13673]: cluster 2022-04-26T03:38:57.707700+0000 mgr.smithi136.ofnrfx (mgr.14188) 1668 : cluster [DBG] pgmap v1543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:38:59.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:38:59.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:38:59.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:38:59.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:00.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:38:59 smithi136 bash[11745]: audit 2022-04-26T03:38:59.522209+0000 mon.smithi136 (mon.0) 1475 : audit [DBG] from='client.? 172.21.15.136:0/4196089425' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:38:59 smithi145 bash[13673]: audit 2022-04-26T03:38:59.522209+0000 mon.smithi136 (mon.0) 1475 : audit [DBG] from='client.? 172.21.15.136:0/4196089425' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:01.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:00 smithi136 bash[11745]: cluster 2022-04-26T03:38:59.708302+0000 mgr.smithi136.ofnrfx (mgr.14188) 1669 : cluster [DBG] pgmap v1544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:00 smithi145 bash[13673]: cluster 2022-04-26T03:38:59.708302+0000 mgr.smithi136.ofnrfx (mgr.14188) 1669 : cluster [DBG] pgmap v1544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:02 smithi136 bash[11745]: cluster 2022-04-26T03:39:01.708972+0000 mgr.smithi136.ofnrfx (mgr.14188) 1670 : cluster [DBG] pgmap v1545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:02 smithi136 bash[11745]: audit 2022-04-26T03:39:02.072221+0000 mon.smithi136 (mon.0) 1476 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:39:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:02 smithi136 bash[11745]: audit 2022-04-26T03:39:02.072855+0000 mon.smithi136 (mon.0) 1477 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:39:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:02 smithi145 bash[13673]: cluster 2022-04-26T03:39:01.708972+0000 mgr.smithi136.ofnrfx (mgr.14188) 1670 : cluster [DBG] pgmap v1545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:02 smithi145 bash[13673]: audit 2022-04-26T03:39:02.072221+0000 mon.smithi136 (mon.0) 1476 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:39:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:02 smithi145 bash[13673]: audit 2022-04-26T03:39:02.072855+0000 mon.smithi136 (mon.0) 1477 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:39:04.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:04.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:04.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:04.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:05.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:04 smithi136 bash[11745]: cluster 2022-04-26T03:39:03.709580+0000 mgr.smithi136.ofnrfx (mgr.14188) 1671 : cluster [DBG] pgmap v1546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:04 smithi145 bash[13673]: cluster 2022-04-26T03:39:03.709580+0000 mgr.smithi136.ofnrfx (mgr.14188) 1671 : cluster [DBG] pgmap v1546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:06.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:05 smithi136 bash[11745]: audit 2022-04-26T03:39:04.848115+0000 mon.smithi136 (mon.0) 1478 : audit [DBG] from='client.? 172.21.15.136:0/267063434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:06.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:05 smithi145 bash[13673]: audit 2022-04-26T03:39:04.848115+0000 mon.smithi136 (mon.0) 1478 : audit [DBG] from='client.? 172.21.15.136:0/267063434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:06 smithi136 bash[11745]: cluster 2022-04-26T03:39:05.710175+0000 mgr.smithi136.ofnrfx (mgr.14188) 1672 : cluster [DBG] pgmap v1547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:08.271 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:06 smithi145 bash[13673]: cluster 2022-04-26T03:39:05.710175+0000 mgr.smithi136.ofnrfx (mgr.14188) 1672 : cluster [DBG] pgmap v1547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:09.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:08 smithi136 bash[11745]: cluster 2022-04-26T03:39:07.710818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1673 : cluster [DBG] pgmap v1548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:09.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:08 smithi145 bash[13673]: cluster 2022-04-26T03:39:07.710818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1673 : cluster [DBG] pgmap v1548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:09.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:09.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:09.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:10.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:11.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:10 smithi136 bash[11745]: cluster 2022-04-26T03:39:09.711429+0000 mgr.smithi136.ofnrfx (mgr.14188) 1674 : cluster [DBG] pgmap v1549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:11.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:10 smithi136 bash[11745]: audit 2022-04-26T03:39:10.174224+0000 mon.smithi136 (mon.0) 1479 : audit [DBG] from='client.? 172.21.15.136:0/2387373608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:11.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:10 smithi145 bash[13673]: cluster 2022-04-26T03:39:09.711429+0000 mgr.smithi136.ofnrfx (mgr.14188) 1674 : cluster [DBG] pgmap v1549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:11.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:10 smithi145 bash[13673]: audit 2022-04-26T03:39:10.174224+0000 mon.smithi136 (mon.0) 1479 : audit [DBG] from='client.? 172.21.15.136:0/2387373608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:13.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:12 smithi136 bash[11745]: cluster 2022-04-26T03:39:11.712195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1675 : cluster [DBG] pgmap v1550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:13.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:12 smithi145 bash[13673]: cluster 2022-04-26T03:39:11.712195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1675 : cluster [DBG] pgmap v1550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:15.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:14 smithi136 bash[11745]: cluster 2022-04-26T03:39:13.712862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1676 : cluster [DBG] pgmap v1551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:15.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:14 smithi145 bash[13673]: cluster 2022-04-26T03:39:13.712862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1676 : cluster [DBG] pgmap v1551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:15.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:15.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:15.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:15.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:16.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:15 smithi136 bash[11745]: audit 2022-04-26T03:39:15.496225+0000 mon.smithi136 (mon.0) 1480 : audit [DBG] from='client.? 172.21.15.136:0/530325680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:16.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:15 smithi145 bash[13673]: audit 2022-04-26T03:39:15.496225+0000 mon.smithi136 (mon.0) 1480 : audit [DBG] from='client.? 172.21.15.136:0/530325680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:17.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:16 smithi136 bash[11745]: cluster 2022-04-26T03:39:15.713526+0000 mgr.smithi136.ofnrfx (mgr.14188) 1677 : cluster [DBG] pgmap v1552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:17.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:16 smithi145 bash[13673]: cluster 2022-04-26T03:39:15.713526+0000 mgr.smithi136.ofnrfx (mgr.14188) 1677 : cluster [DBG] pgmap v1552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:19.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:18 smithi136 bash[11745]: cluster 2022-04-26T03:39:17.714151+0000 mgr.smithi136.ofnrfx (mgr.14188) 1678 : cluster [DBG] pgmap v1553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:19.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:18 smithi145 bash[13673]: cluster 2022-04-26T03:39:17.714151+0000 mgr.smithi136.ofnrfx (mgr.14188) 1678 : cluster [DBG] pgmap v1553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:20.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:20.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:20.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:20.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:20 smithi136 bash[11745]: cluster 2022-04-26T03:39:19.714748+0000 mgr.smithi136.ofnrfx (mgr.14188) 1679 : cluster [DBG] pgmap v1554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:21.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:20 smithi145 bash[13673]: cluster 2022-04-26T03:39:19.714748+0000 mgr.smithi136.ofnrfx (mgr.14188) 1679 : cluster [DBG] pgmap v1554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:22.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:21 smithi136 bash[11745]: audit 2022-04-26T03:39:20.825273+0000 mon.smithi136 (mon.0) 1481 : audit [DBG] from='client.? 172.21.15.136:0/3275341786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:22.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:21 smithi145 bash[13673]: audit 2022-04-26T03:39:20.825273+0000 mon.smithi136 (mon.0) 1481 : audit [DBG] from='client.? 172.21.15.136:0/3275341786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:23.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:22 smithi136 bash[11745]: cluster 2022-04-26T03:39:21.715418+0000 mgr.smithi136.ofnrfx (mgr.14188) 1680 : cluster [DBG] pgmap v1555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:23.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:22 smithi145 bash[13673]: cluster 2022-04-26T03:39:21.715418+0000 mgr.smithi136.ofnrfx (mgr.14188) 1680 : cluster [DBG] pgmap v1555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:24 smithi136 bash[11745]: cluster 2022-04-26T03:39:23.716016+0000 mgr.smithi136.ofnrfx (mgr.14188) 1681 : cluster [DBG] pgmap v1556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:24 smithi145 bash[13673]: cluster 2022-04-26T03:39:23.716016+0000 mgr.smithi136.ofnrfx (mgr.14188) 1681 : cluster [DBG] pgmap v1556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:25.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:25.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:25.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:27.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:26 smithi136 bash[11745]: cluster 2022-04-26T03:39:25.716648+0000 mgr.smithi136.ofnrfx (mgr.14188) 1682 : cluster [DBG] pgmap v1557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:27.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:26 smithi136 bash[11745]: audit 2022-04-26T03:39:26.150761+0000 mon.smithi136 (mon.0) 1482 : audit [DBG] from='client.? 172.21.15.136:0/4162434787' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:27.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:26 smithi145 bash[13673]: cluster 2022-04-26T03:39:25.716648+0000 mgr.smithi136.ofnrfx (mgr.14188) 1682 : cluster [DBG] pgmap v1557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:27.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:26 smithi145 bash[13673]: audit 2022-04-26T03:39:26.150761+0000 mon.smithi136 (mon.0) 1482 : audit [DBG] from='client.? 172.21.15.136:0/4162434787' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:28 smithi136 bash[11745]: cluster 2022-04-26T03:39:27.717299+0000 mgr.smithi136.ofnrfx (mgr.14188) 1683 : cluster [DBG] pgmap v1558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:29.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:28 smithi145 bash[13673]: cluster 2022-04-26T03:39:27.717299+0000 mgr.smithi136.ofnrfx (mgr.14188) 1683 : cluster [DBG] pgmap v1558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:31.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:30 smithi136 bash[11745]: cluster 2022-04-26T03:39:29.717917+0000 mgr.smithi136.ofnrfx (mgr.14188) 1684 : cluster [DBG] pgmap v1559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:31.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:30 smithi145 bash[13673]: cluster 2022-04-26T03:39:29.717917+0000 mgr.smithi136.ofnrfx (mgr.14188) 1684 : cluster [DBG] pgmap v1559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:31.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:31.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:31.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:31.500 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:31 smithi136 bash[11745]: audit 2022-04-26T03:39:31.485960+0000 mon.smithi136 (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.136:0/4261321457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:31 smithi136 bash[11745]: audit 2022-04-26T03:39:31.729486+0000 mon.smithi136 (mon.0) 1484 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:39:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:31 smithi136 bash[11745]: audit 2022-04-26T03:39:31.732637+0000 mon.smithi136 (mon.0) 1485 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:39:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:31 smithi136 bash[11745]: audit 2022-04-26T03:39:31.734829+0000 mon.smithi136 (mon.0) 1486 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:39:32.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:31 smithi145 bash[13673]: audit 2022-04-26T03:39:31.485960+0000 mon.smithi136 (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.136:0/4261321457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:32.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:31 smithi145 bash[13673]: audit 2022-04-26T03:39:31.729486+0000 mon.smithi136 (mon.0) 1484 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:39:32.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:31 smithi145 bash[13673]: audit 2022-04-26T03:39:31.732637+0000 mon.smithi136 (mon.0) 1485 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:39:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:31 smithi145 bash[13673]: audit 2022-04-26T03:39:31.734829+0000 mon.smithi136 (mon.0) 1486 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:39:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:32 smithi136 bash[11745]: cluster 2022-04-26T03:39:31.718609+0000 mgr.smithi136.ofnrfx (mgr.14188) 1685 : cluster [DBG] pgmap v1560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:33.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:32 smithi145 bash[13673]: cluster 2022-04-26T03:39:31.718609+0000 mgr.smithi136.ofnrfx (mgr.14188) 1685 : cluster [DBG] pgmap v1560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:34 smithi136 bash[11745]: cluster 2022-04-26T03:39:33.719235+0000 mgr.smithi136.ofnrfx (mgr.14188) 1686 : cluster [DBG] pgmap v1561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:35.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:34 smithi145 bash[13673]: cluster 2022-04-26T03:39:33.719235+0000 mgr.smithi136.ofnrfx (mgr.14188) 1686 : cluster [DBG] pgmap v1561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:36.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:36.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:36.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:36.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:36 smithi145 bash[13673]: audit 2022-04-26T03:39:35.557214+0000 mon.smithi136 (mon.0) 1487 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:39:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:36 smithi145 bash[13673]: audit 2022-04-26T03:39:36.256012+0000 mon.smithi136 (mon.0) 1488 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:39:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:36 smithi145 bash[13673]: audit 2022-04-26T03:39:36.546667+0000 mon.smithi136 (mon.0) 1489 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:39:37.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:36 smithi136 bash[11745]: audit 2022-04-26T03:39:35.557214+0000 mon.smithi136 (mon.0) 1487 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:39:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:36 smithi136 bash[11745]: audit 2022-04-26T03:39:36.256012+0000 mon.smithi136 (mon.0) 1488 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:39:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:36 smithi136 bash[11745]: audit 2022-04-26T03:39:36.546667+0000 mon.smithi136 (mon.0) 1489 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:39:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:37 smithi145 bash[13673]: cluster 2022-04-26T03:39:35.719910+0000 mgr.smithi136.ofnrfx (mgr.14188) 1687 : cluster [DBG] pgmap v1562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:37 smithi145 bash[13673]: cluster 2022-04-26T03:39:36.540162+0000 mgr.smithi136.ofnrfx (mgr.14188) 1688 : cluster [DBG] pgmap v1563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:37 smithi145 bash[13673]: cluster 2022-04-26T03:39:36.540740+0000 mgr.smithi136.ofnrfx (mgr.14188) 1689 : cluster [DBG] pgmap v1564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:37 smithi145 bash[13673]: audit 2022-04-26T03:39:36.554868+0000 mon.smithi136 (mon.0) 1490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:39:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:37 smithi145 bash[13673]: cephadm 2022-04-26T03:39:36.555814+0000 mgr.smithi136.ofnrfx (mgr.14188) 1690 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:39:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:37 smithi145 bash[13673]: cephadm 2022-04-26T03:39:36.555971+0000 mgr.smithi136.ofnrfx (mgr.14188) 1691 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:39:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:37 smithi145 bash[13673]: audit 2022-04-26T03:39:36.798152+0000 mon.smithi136 (mon.0) 1491 : audit [DBG] from='client.? 172.21.15.136:0/1344696182' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:38.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:37 smithi136 bash[11745]: cluster 2022-04-26T03:39:35.719910+0000 mgr.smithi136.ofnrfx (mgr.14188) 1687 : cluster [DBG] pgmap v1562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:38.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:37 smithi136 bash[11745]: cluster 2022-04-26T03:39:36.540162+0000 mgr.smithi136.ofnrfx (mgr.14188) 1688 : cluster [DBG] pgmap v1563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:38.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:37 smithi136 bash[11745]: cluster 2022-04-26T03:39:36.540740+0000 mgr.smithi136.ofnrfx (mgr.14188) 1689 : cluster [DBG] pgmap v1564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:38.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:37 smithi136 bash[11745]: audit 2022-04-26T03:39:36.554868+0000 mon.smithi136 (mon.0) 1490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:39:38.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:37 smithi136 bash[11745]: cephadm 2022-04-26T03:39:36.555814+0000 mgr.smithi136.ofnrfx (mgr.14188) 1690 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:39:38.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:37 smithi136 bash[11745]: cephadm 2022-04-26T03:39:36.555971+0000 mgr.smithi136.ofnrfx (mgr.14188) 1691 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:39:38.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:37 smithi136 bash[11745]: audit 2022-04-26T03:39:36.798152+0000 mon.smithi136 (mon.0) 1491 : audit [DBG] from='client.? 172.21.15.136:0/1344696182' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:39 smithi145 bash[13673]: cluster 2022-04-26T03:39:38.541456+0000 mgr.smithi136.ofnrfx (mgr.14188) 1692 : cluster [DBG] pgmap v1565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:40.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:39 smithi136 bash[11745]: cluster 2022-04-26T03:39:38.541456+0000 mgr.smithi136.ofnrfx (mgr.14188) 1692 : cluster [DBG] pgmap v1565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:41.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:41.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:41.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:41 smithi145 bash[13673]: cluster 2022-04-26T03:39:40.542100+0000 mgr.smithi136.ofnrfx (mgr.14188) 1693 : cluster [DBG] pgmap v1566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:42.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:41 smithi136 bash[11745]: cluster 2022-04-26T03:39:40.542100+0000 mgr.smithi136.ofnrfx (mgr.14188) 1693 : cluster [DBG] pgmap v1566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:42.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:42 smithi145 bash[13673]: audit 2022-04-26T03:39:42.130357+0000 mon.smithi136 (mon.0) 1492 : audit [DBG] from='client.? 172.21.15.136:0/3445315970' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:43.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:42 smithi136 bash[11745]: audit 2022-04-26T03:39:42.130357+0000 mon.smithi136 (mon.0) 1492 : audit [DBG] from='client.? 172.21.15.136:0/3445315970' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:43 smithi145 bash[13673]: cluster 2022-04-26T03:39:42.542749+0000 mgr.smithi136.ofnrfx (mgr.14188) 1694 : cluster [DBG] pgmap v1567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:44.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:43 smithi136 bash[11745]: cluster 2022-04-26T03:39:42.542749+0000 mgr.smithi136.ofnrfx (mgr.14188) 1694 : cluster [DBG] pgmap v1567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:45.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:44 smithi136 bash[11745]: cluster 2022-04-26T03:39:44.543358+0000 mgr.smithi136.ofnrfx (mgr.14188) 1695 : cluster [DBG] pgmap v1568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:44 smithi145 bash[13673]: cluster 2022-04-26T03:39:44.543358+0000 mgr.smithi136.ofnrfx (mgr.14188) 1695 : cluster [DBG] pgmap v1568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:47.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:47.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:47.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:47.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:47 smithi145 bash[13673]: cluster 2022-04-26T03:39:46.544002+0000 mgr.smithi136.ofnrfx (mgr.14188) 1696 : cluster [DBG] pgmap v1569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:47 smithi145 bash[13673]: audit 2022-04-26T03:39:47.460592+0000 mon.smithi136 (mon.0) 1493 : audit [DBG] from='client.? 172.21.15.136:0/3514381750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:48.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:47 smithi136 bash[11745]: cluster 2022-04-26T03:39:46.544002+0000 mgr.smithi136.ofnrfx (mgr.14188) 1696 : cluster [DBG] pgmap v1569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:48.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:47 smithi136 bash[11745]: audit 2022-04-26T03:39:47.460592+0000 mon.smithi136 (mon.0) 1493 : audit [DBG] from='client.? 172.21.15.136:0/3514381750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:49 smithi145 bash[13673]: cluster 2022-04-26T03:39:48.544616+0000 mgr.smithi136.ofnrfx (mgr.14188) 1697 : cluster [DBG] pgmap v1570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:49 smithi136 bash[11745]: cluster 2022-04-26T03:39:48.544616+0000 mgr.smithi136.ofnrfx (mgr.14188) 1697 : cluster [DBG] pgmap v1570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:51.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:51 smithi145 bash[13673]: cluster 2022-04-26T03:39:50.545224+0000 mgr.smithi136.ofnrfx (mgr.14188) 1698 : cluster [DBG] pgmap v1571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:52.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:51 smithi136 bash[11745]: cluster 2022-04-26T03:39:50.545224+0000 mgr.smithi136.ofnrfx (mgr.14188) 1698 : cluster [DBG] pgmap v1571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:52.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:52.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:52.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:52.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:52 smithi145 bash[13673]: cluster 2022-04-26T03:39:52.545715+0000 mgr.smithi136.ofnrfx (mgr.14188) 1699 : cluster [DBG] pgmap v1572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:53.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:52 smithi136 bash[11745]: cluster 2022-04-26T03:39:52.545715+0000 mgr.smithi136.ofnrfx (mgr.14188) 1699 : cluster [DBG] pgmap v1572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:53 smithi145 bash[13673]: audit 2022-04-26T03:39:52.787851+0000 mon.smithi136 (mon.0) 1494 : audit [DBG] from='client.? 172.21.15.136:0/2200558154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:54.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:53 smithi136 bash[11745]: audit 2022-04-26T03:39:52.787851+0000 mon.smithi136 (mon.0) 1494 : audit [DBG] from='client.? 172.21.15.136:0/2200558154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:54 smithi136 bash[11745]: cluster 2022-04-26T03:39:54.546309+0000 mgr.smithi136.ofnrfx (mgr.14188) 1700 : cluster [DBG] pgmap v1573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:54 smithi145 bash[13673]: cluster 2022-04-26T03:39:54.546309+0000 mgr.smithi136.ofnrfx (mgr.14188) 1700 : cluster [DBG] pgmap v1573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:57.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:39:57.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:39:57.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:39:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:57 smithi145 bash[13673]: cluster 2022-04-26T03:39:56.546981+0000 mgr.smithi136.ofnrfx (mgr.14188) 1701 : cluster [DBG] pgmap v1574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:58.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:57 smithi136 bash[11745]: cluster 2022-04-26T03:39:56.546981+0000 mgr.smithi136.ofnrfx (mgr.14188) 1701 : cluster [DBG] pgmap v1574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:39:58.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:39:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:58 smithi145 bash[13673]: audit 2022-04-26T03:39:58.113946+0000 mon.smithi136 (mon.0) 1495 : audit [DBG] from='client.? 172.21.15.136:0/3161973227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:58 smithi136 bash[11745]: audit 2022-04-26T03:39:58.113946+0000 mon.smithi136 (mon.0) 1495 : audit [DBG] from='client.? 172.21.15.136:0/3161973227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:39:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:39:59 smithi145 bash[13673]: cluster 2022-04-26T03:39:58.547622+0000 mgr.smithi136.ofnrfx (mgr.14188) 1702 : cluster [DBG] pgmap v1575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:00.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:39:59 smithi136 bash[11745]: cluster 2022-04-26T03:39:58.547622+0000 mgr.smithi136.ofnrfx (mgr.14188) 1702 : cluster [DBG] pgmap v1575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:00 smithi145 bash[13673]: cluster 2022-04-26T03:40:00.000171+0000 mon.smithi136 (mon.0) 1496 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:40:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:00 smithi145 bash[13673]: cluster 2022-04-26T03:40:00.548261+0000 mgr.smithi136.ofnrfx (mgr.14188) 1703 : cluster [DBG] pgmap v1576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:01.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:00 smithi136 bash[11745]: cluster 2022-04-26T03:40:00.000171+0000 mon.smithi136 (mon.0) 1496 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:40:01.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:00 smithi136 bash[11745]: cluster 2022-04-26T03:40:00.548261+0000 mgr.smithi136.ofnrfx (mgr.14188) 1703 : cluster [DBG] pgmap v1576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:02 smithi145 bash[13673]: audit 2022-04-26T03:40:02.080911+0000 mon.smithi136 (mon.0) 1497 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:40:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:02 smithi145 bash[13673]: audit 2022-04-26T03:40:02.081456+0000 mon.smithi136 (mon.0) 1498 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:40:02.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:02 smithi136 bash[11745]: audit 2022-04-26T03:40:02.080911+0000 mon.smithi136 (mon.0) 1497 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:40:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:02 smithi136 bash[11745]: audit 2022-04-26T03:40:02.081456+0000 mon.smithi136 (mon.0) 1498 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:40:03.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:03.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:03.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:03 smithi145 bash[13673]: cluster 2022-04-26T03:40:02.548921+0000 mgr.smithi136.ofnrfx (mgr.14188) 1704 : cluster [DBG] pgmap v1577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:03.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:03.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:03 smithi136 bash[11745]: cluster 2022-04-26T03:40:02.548921+0000 mgr.smithi136.ofnrfx (mgr.14188) 1704 : cluster [DBG] pgmap v1577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:04 smithi145 bash[13673]: audit 2022-04-26T03:40:03.442639+0000 mon.smithi136 (mon.0) 1499 : audit [DBG] from='client.? 172.21.15.136:0/3777337765' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:04.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:04 smithi136 bash[11745]: audit 2022-04-26T03:40:03.442639+0000 mon.smithi136 (mon.0) 1499 : audit [DBG] from='client.? 172.21.15.136:0/3777337765' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:05.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:05 smithi136 bash[11745]: cluster 2022-04-26T03:40:04.549574+0000 mgr.smithi136.ofnrfx (mgr.14188) 1705 : cluster [DBG] pgmap v1578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:05.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:05 smithi145 bash[13673]: cluster 2022-04-26T03:40:04.549574+0000 mgr.smithi136.ofnrfx (mgr.14188) 1705 : cluster [DBG] pgmap v1578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:07 smithi145 bash[13673]: cluster 2022-04-26T03:40:06.550302+0000 mgr.smithi136.ofnrfx (mgr.14188) 1706 : cluster [DBG] pgmap v1579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:08.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:07 smithi136 bash[11745]: cluster 2022-04-26T03:40:06.550302+0000 mgr.smithi136.ofnrfx (mgr.14188) 1706 : cluster [DBG] pgmap v1579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:08.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:08.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:08.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:08.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:09 smithi145 bash[13673]: cluster 2022-04-26T03:40:08.550960+0000 mgr.smithi136.ofnrfx (mgr.14188) 1707 : cluster [DBG] pgmap v1580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:09 smithi145 bash[13673]: audit 2022-04-26T03:40:08.775100+0000 mon.smithi136 (mon.0) 1500 : audit [DBG] from='client.? 172.21.15.136:0/4257720082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:09 smithi136 bash[11745]: cluster 2022-04-26T03:40:08.550960+0000 mgr.smithi136.ofnrfx (mgr.14188) 1707 : cluster [DBG] pgmap v1580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:09 smithi136 bash[11745]: audit 2022-04-26T03:40:08.775100+0000 mon.smithi136 (mon.0) 1500 : audit [DBG] from='client.? 172.21.15.136:0/4257720082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:11.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:10 smithi136 bash[11745]: cluster 2022-04-26T03:40:10.551616+0000 mgr.smithi136.ofnrfx (mgr.14188) 1708 : cluster [DBG] pgmap v1581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:11.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:10 smithi145 bash[13673]: cluster 2022-04-26T03:40:10.551616+0000 mgr.smithi136.ofnrfx (mgr.14188) 1708 : cluster [DBG] pgmap v1581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:13.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:13.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:13.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:13.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:13 smithi145 bash[13673]: cluster 2022-04-26T03:40:12.552275+0000 mgr.smithi136.ofnrfx (mgr.14188) 1709 : cluster [DBG] pgmap v1582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:14.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:13 smithi136 bash[11745]: cluster 2022-04-26T03:40:12.552275+0000 mgr.smithi136.ofnrfx (mgr.14188) 1709 : cluster [DBG] pgmap v1582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:14.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:14 smithi136 bash[11745]: audit 2022-04-26T03:40:14.106797+0000 mon.smithi136 (mon.0) 1501 : audit [DBG] from='client.? 172.21.15.136:0/32970208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:15.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:14 smithi136 bash[11745]: cluster 2022-04-26T03:40:14.552898+0000 mgr.smithi136.ofnrfx (mgr.14188) 1710 : cluster [DBG] pgmap v1583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:15.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:14 smithi145 bash[13673]: audit 2022-04-26T03:40:14.106797+0000 mon.smithi136 (mon.0) 1501 : audit [DBG] from='client.? 172.21.15.136:0/32970208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:15.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:14 smithi145 bash[13673]: cluster 2022-04-26T03:40:14.552898+0000 mgr.smithi136.ofnrfx (mgr.14188) 1710 : cluster [DBG] pgmap v1583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:17 smithi145 bash[13673]: cluster 2022-04-26T03:40:16.553536+0000 mgr.smithi136.ofnrfx (mgr.14188) 1711 : cluster [DBG] pgmap v1584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:18.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:17 smithi136 bash[11745]: cluster 2022-04-26T03:40:16.553536+0000 mgr.smithi136.ofnrfx (mgr.14188) 1711 : cluster [DBG] pgmap v1584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:19.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:19.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:19.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:19.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:19 smithi145 bash[13673]: cluster 2022-04-26T03:40:18.554172+0000 mgr.smithi136.ofnrfx (mgr.14188) 1712 : cluster [DBG] pgmap v1585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:19 smithi145 bash[13673]: audit 2022-04-26T03:40:19.435022+0000 mon.smithi136 (mon.0) 1502 : audit [DBG] from='client.? 172.21.15.136:0/2979967180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:20.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:19 smithi136 bash[11745]: cluster 2022-04-26T03:40:18.554172+0000 mgr.smithi136.ofnrfx (mgr.14188) 1712 : cluster [DBG] pgmap v1585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:20.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:19 smithi136 bash[11745]: audit 2022-04-26T03:40:19.435022+0000 mon.smithi136 (mon.0) 1502 : audit [DBG] from='client.? 172.21.15.136:0/2979967180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:21.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:20 smithi136 bash[11745]: cluster 2022-04-26T03:40:20.554780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1713 : cluster [DBG] pgmap v1586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:21.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:20 smithi145 bash[13673]: cluster 2022-04-26T03:40:20.554780+0000 mgr.smithi136.ofnrfx (mgr.14188) 1713 : cluster [DBG] pgmap v1586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:23 smithi145 bash[13673]: cluster 2022-04-26T03:40:22.555404+0000 mgr.smithi136.ofnrfx (mgr.14188) 1714 : cluster [DBG] pgmap v1587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:24.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:23 smithi136 bash[11745]: cluster 2022-04-26T03:40:22.555404+0000 mgr.smithi136.ofnrfx (mgr.14188) 1714 : cluster [DBG] pgmap v1587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:24.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:24.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:24.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:24.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:24 smithi136 bash[11745]: cluster 2022-04-26T03:40:24.556012+0000 mgr.smithi136.ofnrfx (mgr.14188) 1715 : cluster [DBG] pgmap v1588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:24 smithi145 bash[13673]: cluster 2022-04-26T03:40:24.556012+0000 mgr.smithi136.ofnrfx (mgr.14188) 1715 : cluster [DBG] pgmap v1588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:26.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:25 smithi136 bash[11745]: audit 2022-04-26T03:40:24.763335+0000 mon.smithi136 (mon.0) 1503 : audit [DBG] from='client.? 172.21.15.136:0/2573275071' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:26.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:25 smithi145 bash[13673]: audit 2022-04-26T03:40:24.763335+0000 mon.smithi136 (mon.0) 1503 : audit [DBG] from='client.? 172.21.15.136:0/2573275071' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:27.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:26 smithi136 bash[11745]: cluster 2022-04-26T03:40:26.556634+0000 mgr.smithi136.ofnrfx (mgr.14188) 1716 : cluster [DBG] pgmap v1589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:26 smithi145 bash[13673]: cluster 2022-04-26T03:40:26.556634+0000 mgr.smithi136.ofnrfx (mgr.14188) 1716 : cluster [DBG] pgmap v1589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:29.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:29.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:29.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:29 smithi145 bash[13673]: cluster 2022-04-26T03:40:28.557258+0000 mgr.smithi136.ofnrfx (mgr.14188) 1717 : cluster [DBG] pgmap v1590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:30.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:29 smithi136 bash[11745]: cluster 2022-04-26T03:40:28.557258+0000 mgr.smithi136.ofnrfx (mgr.14188) 1717 : cluster [DBG] pgmap v1590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:30.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:30 smithi145 bash[13673]: audit 2022-04-26T03:40:30.097786+0000 mon.smithi136 (mon.0) 1504 : audit [DBG] from='client.? 172.21.15.136:0/1309622603' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:31.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:30 smithi136 bash[11745]: audit 2022-04-26T03:40:30.097786+0000 mon.smithi136 (mon.0) 1504 : audit [DBG] from='client.? 172.21.15.136:0/1309622603' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:31 smithi145 bash[13673]: cluster 2022-04-26T03:40:30.557828+0000 mgr.smithi136.ofnrfx (mgr.14188) 1718 : cluster [DBG] pgmap v1591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:32.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:31 smithi136 bash[11745]: cluster 2022-04-26T03:40:30.557828+0000 mgr.smithi136.ofnrfx (mgr.14188) 1718 : cluster [DBG] pgmap v1591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:32 smithi145 bash[13673]: cluster 2022-04-26T03:40:32.558588+0000 mgr.smithi136.ofnrfx (mgr.14188) 1719 : cluster [DBG] pgmap v1592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:32 smithi136 bash[11745]: cluster 2022-04-26T03:40:32.558588+0000 mgr.smithi136.ofnrfx (mgr.14188) 1719 : cluster [DBG] pgmap v1592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:35.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:34 smithi136 bash[11745]: cluster 2022-04-26T03:40:34.559242+0000 mgr.smithi136.ofnrfx (mgr.14188) 1720 : cluster [DBG] pgmap v1593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:35.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:35.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:35.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:34 smithi145 bash[13673]: cluster 2022-04-26T03:40:34.559242+0000 mgr.smithi136.ofnrfx (mgr.14188) 1720 : cluster [DBG] pgmap v1593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:35.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:36.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:35 smithi136 bash[11745]: audit 2022-04-26T03:40:35.434999+0000 mon.smithi136 (mon.0) 1505 : audit [DBG] from='client.? 172.21.15.136:0/716655587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:36.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:35 smithi145 bash[13673]: audit 2022-04-26T03:40:35.434999+0000 mon.smithi136 (mon.0) 1505 : audit [DBG] from='client.? 172.21.15.136:0/716655587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:37.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:36 smithi136 bash[11745]: cluster 2022-04-26T03:40:36.559913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1721 : cluster [DBG] pgmap v1594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:36 smithi136 bash[11745]: audit 2022-04-26T03:40:36.564614+0000 mon.smithi136 (mon.0) 1506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:40:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:36 smithi136 bash[11745]: audit 2022-04-26T03:40:36.567451+0000 mon.smithi136 (mon.0) 1507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:40:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:36 smithi136 bash[11745]: audit 2022-04-26T03:40:36.569316+0000 mon.smithi136 (mon.0) 1508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:40:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:36 smithi145 bash[13673]: cluster 2022-04-26T03:40:36.559913+0000 mgr.smithi136.ofnrfx (mgr.14188) 1721 : cluster [DBG] pgmap v1594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:36 smithi145 bash[13673]: audit 2022-04-26T03:40:36.564614+0000 mon.smithi136 (mon.0) 1506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:40:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:36 smithi145 bash[13673]: audit 2022-04-26T03:40:36.567451+0000 mon.smithi136 (mon.0) 1507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:40:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:36 smithi145 bash[13673]: audit 2022-04-26T03:40:36.569316+0000 mon.smithi136 (mon.0) 1508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:40:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:37 smithi145 bash[13673]: audit 2022-04-26T03:40:36.870171+0000 mon.smithi136 (mon.0) 1509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:40:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:37 smithi145 bash[13673]: cluster 2022-04-26T03:40:37.177527+0000 mgr.smithi136.ofnrfx (mgr.14188) 1722 : cluster [DBG] pgmap v1595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:37 smithi145 bash[13673]: cluster 2022-04-26T03:40:37.178027+0000 mgr.smithi136.ofnrfx (mgr.14188) 1723 : cluster [DBG] pgmap v1596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:37 smithi145 bash[13673]: audit 2022-04-26T03:40:37.181888+0000 mon.smithi136 (mon.0) 1510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:40:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:37 smithi145 bash[13673]: audit 2022-04-26T03:40:37.189436+0000 mon.smithi136 (mon.0) 1511 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:40:38.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:37 smithi145 bash[13673]: cephadm 2022-04-26T03:40:37.190331+0000 mgr.smithi136.ofnrfx (mgr.14188) 1724 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:40:38.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:37 smithi145 bash[13673]: cephadm 2022-04-26T03:40:37.190486+0000 mgr.smithi136.ofnrfx (mgr.14188) 1725 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:40:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:37 smithi136 bash[11745]: audit 2022-04-26T03:40:36.870171+0000 mon.smithi136 (mon.0) 1509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:40:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:37 smithi136 bash[11745]: cluster 2022-04-26T03:40:37.177527+0000 mgr.smithi136.ofnrfx (mgr.14188) 1722 : cluster [DBG] pgmap v1595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:37 smithi136 bash[11745]: cluster 2022-04-26T03:40:37.178027+0000 mgr.smithi136.ofnrfx (mgr.14188) 1723 : cluster [DBG] pgmap v1596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:37 smithi136 bash[11745]: audit 2022-04-26T03:40:37.181888+0000 mon.smithi136 (mon.0) 1510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:40:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:37 smithi136 bash[11745]: audit 2022-04-26T03:40:37.189436+0000 mon.smithi136 (mon.0) 1511 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:40:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:37 smithi136 bash[11745]: cephadm 2022-04-26T03:40:37.190331+0000 mgr.smithi136.ofnrfx (mgr.14188) 1724 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:40:38.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:37 smithi136 bash[11745]: cephadm 2022-04-26T03:40:37.190486+0000 mgr.smithi136.ofnrfx (mgr.14188) 1725 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:40:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:39 smithi136 bash[11745]: cluster 2022-04-26T03:40:39.178664+0000 mgr.smithi136.ofnrfx (mgr.14188) 1726 : cluster [DBG] pgmap v1597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:39 smithi145 bash[13673]: cluster 2022-04-26T03:40:39.178664+0000 mgr.smithi136.ofnrfx (mgr.14188) 1726 : cluster [DBG] pgmap v1597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:40.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:40.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:40.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:40.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:40 smithi145 bash[13673]: audit 2022-04-26T03:40:40.759718+0000 mon.smithi136 (mon.0) 1512 : audit [DBG] from='client.? 172.21.15.136:0/3537080326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:40 smithi136 bash[11745]: audit 2022-04-26T03:40:40.759718+0000 mon.smithi136 (mon.0) 1512 : audit [DBG] from='client.? 172.21.15.136:0/3537080326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:42.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:41 smithi145 bash[13673]: cluster 2022-04-26T03:40:41.179309+0000 mgr.smithi136.ofnrfx (mgr.14188) 1727 : cluster [DBG] pgmap v1598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:42.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:41 smithi136 bash[11745]: cluster 2022-04-26T03:40:41.179309+0000 mgr.smithi136.ofnrfx (mgr.14188) 1727 : cluster [DBG] pgmap v1598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:44.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:44 smithi136 bash[11745]: cluster 2022-04-26T03:40:43.179952+0000 mgr.smithi136.ofnrfx (mgr.14188) 1728 : cluster [DBG] pgmap v1599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:44 smithi145 bash[13673]: cluster 2022-04-26T03:40:43.179952+0000 mgr.smithi136.ofnrfx (mgr.14188) 1728 : cluster [DBG] pgmap v1599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:45.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:45.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:45.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:46.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:46 smithi136 bash[11745]: cluster 2022-04-26T03:40:45.180499+0000 mgr.smithi136.ofnrfx (mgr.14188) 1729 : cluster [DBG] pgmap v1600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:46 smithi136 bash[11745]: audit 2022-04-26T03:40:46.091467+0000 mon.smithi136 (mon.0) 1513 : audit [DBG] from='client.? 172.21.15.136:0/1635595720' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:46 smithi145 bash[13673]: cluster 2022-04-26T03:40:45.180499+0000 mgr.smithi136.ofnrfx (mgr.14188) 1729 : cluster [DBG] pgmap v1600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:46 smithi145 bash[13673]: audit 2022-04-26T03:40:46.091467+0000 mon.smithi136 (mon.0) 1513 : audit [DBG] from='client.? 172.21.15.136:0/1635595720' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:48 smithi145 bash[13673]: cluster 2022-04-26T03:40:47.181154+0000 mgr.smithi136.ofnrfx (mgr.14188) 1730 : cluster [DBG] pgmap v1601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:48.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:48 smithi136 bash[11745]: cluster 2022-04-26T03:40:47.181154+0000 mgr.smithi136.ofnrfx (mgr.14188) 1730 : cluster [DBG] pgmap v1601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:49 smithi136 bash[11745]: cluster 2022-04-26T03:40:49.181906+0000 mgr.smithi136.ofnrfx (mgr.14188) 1731 : cluster [DBG] pgmap v1602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:49 smithi145 bash[13673]: cluster 2022-04-26T03:40:49.181906+0000 mgr.smithi136.ofnrfx (mgr.14188) 1731 : cluster [DBG] pgmap v1602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:51.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:51.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:51.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:51.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:52 smithi136 bash[11745]: cluster 2022-04-26T03:40:51.182591+0000 mgr.smithi136.ofnrfx (mgr.14188) 1732 : cluster [DBG] pgmap v1603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:52 smithi136 bash[11745]: audit 2022-04-26T03:40:51.416717+0000 mon.smithi136 (mon.0) 1514 : audit [DBG] from='client.? 172.21.15.136:0/1936011203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:52 smithi145 bash[13673]: cluster 2022-04-26T03:40:51.182591+0000 mgr.smithi136.ofnrfx (mgr.14188) 1732 : cluster [DBG] pgmap v1603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:52 smithi145 bash[13673]: audit 2022-04-26T03:40:51.416717+0000 mon.smithi136 (mon.0) 1514 : audit [DBG] from='client.? 172.21.15.136:0/1936011203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:54.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:54 smithi136 bash[11745]: cluster 2022-04-26T03:40:53.183188+0000 mgr.smithi136.ofnrfx (mgr.14188) 1733 : cluster [DBG] pgmap v1604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:54 smithi145 bash[13673]: cluster 2022-04-26T03:40:53.183188+0000 mgr.smithi136.ofnrfx (mgr.14188) 1733 : cluster [DBG] pgmap v1604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:56.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:40:56.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:40:56.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:40:56.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:56 smithi136 bash[11745]: cluster 2022-04-26T03:40:55.183832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1734 : cluster [DBG] pgmap v1605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:56.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:56 smithi145 bash[13673]: cluster 2022-04-26T03:40:55.183832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1734 : cluster [DBG] pgmap v1605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:56.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:40:57.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:57 smithi136 bash[11745]: audit 2022-04-26T03:40:56.743707+0000 mon.smithi136 (mon.0) 1515 : audit [DBG] from='client.? 172.21.15.136:0/2074078769' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:57 smithi145 bash[13673]: audit 2022-04-26T03:40:56.743707+0000 mon.smithi136 (mon.0) 1515 : audit [DBG] from='client.? 172.21.15.136:0/2074078769' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:40:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:58 smithi145 bash[13673]: cluster 2022-04-26T03:40:57.184464+0000 mgr.smithi136.ofnrfx (mgr.14188) 1735 : cluster [DBG] pgmap v1606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:40:58.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:58 smithi136 bash[11745]: cluster 2022-04-26T03:40:57.184464+0000 mgr.smithi136.ofnrfx (mgr.14188) 1735 : cluster [DBG] pgmap v1606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:00.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:40:59 smithi136 bash[11745]: cluster 2022-04-26T03:40:59.185246+0000 mgr.smithi136.ofnrfx (mgr.14188) 1736 : cluster [DBG] pgmap v1607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:40:59 smithi145 bash[13673]: cluster 2022-04-26T03:40:59.185246+0000 mgr.smithi136.ofnrfx (mgr.14188) 1736 : cluster [DBG] pgmap v1607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:01.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:01.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:01.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:02.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:02 smithi136 bash[11745]: cluster 2022-04-26T03:41:01.185887+0000 mgr.smithi136.ofnrfx (mgr.14188) 1737 : cluster [DBG] pgmap v1608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:02 smithi136 bash[11745]: audit 2022-04-26T03:41:02.076041+0000 mon.smithi136 (mon.0) 1516 : audit [DBG] from='client.? 172.21.15.136:0/4215663879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:02 smithi136 bash[11745]: audit 2022-04-26T03:41:02.084767+0000 mon.smithi136 (mon.0) 1517 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:41:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:02 smithi136 bash[11745]: audit 2022-04-26T03:41:02.087455+0000 mon.smithi136 (mon.0) 1518 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:41:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:02 smithi145 bash[13673]: cluster 2022-04-26T03:41:01.185887+0000 mgr.smithi136.ofnrfx (mgr.14188) 1737 : cluster [DBG] pgmap v1608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:02 smithi145 bash[13673]: audit 2022-04-26T03:41:02.076041+0000 mon.smithi136 (mon.0) 1516 : audit [DBG] from='client.? 172.21.15.136:0/4215663879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:02 smithi145 bash[13673]: audit 2022-04-26T03:41:02.084767+0000 mon.smithi136 (mon.0) 1517 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:41:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:02 smithi145 bash[13673]: audit 2022-04-26T03:41:02.087455+0000 mon.smithi136 (mon.0) 1518 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:41:04.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:04 smithi136 bash[11745]: cluster 2022-04-26T03:41:03.186513+0000 mgr.smithi136.ofnrfx (mgr.14188) 1738 : cluster [DBG] pgmap v1609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:04.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:04 smithi145 bash[13673]: cluster 2022-04-26T03:41:03.186513+0000 mgr.smithi136.ofnrfx (mgr.14188) 1738 : cluster [DBG] pgmap v1609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:06.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:06 smithi136 bash[11745]: cluster 2022-04-26T03:41:05.187060+0000 mgr.smithi136.ofnrfx (mgr.14188) 1739 : cluster [DBG] pgmap v1610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:06.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:06 smithi145 bash[13673]: cluster 2022-04-26T03:41:05.187060+0000 mgr.smithi136.ofnrfx (mgr.14188) 1739 : cluster [DBG] pgmap v1610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:07.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:07.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:07.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:07.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:08 smithi145 bash[13673]: cluster 2022-04-26T03:41:07.187706+0000 mgr.smithi136.ofnrfx (mgr.14188) 1740 : cluster [DBG] pgmap v1611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:08 smithi145 bash[13673]: audit 2022-04-26T03:41:07.401129+0000 mon.smithi136 (mon.0) 1519 : audit [DBG] from='client.? 172.21.15.136:0/2539380546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:08.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:08 smithi136 bash[11745]: cluster 2022-04-26T03:41:07.187706+0000 mgr.smithi136.ofnrfx (mgr.14188) 1740 : cluster [DBG] pgmap v1611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:08.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:08 smithi136 bash[11745]: audit 2022-04-26T03:41:07.401129+0000 mon.smithi136 (mon.0) 1519 : audit [DBG] from='client.? 172.21.15.136:0/2539380546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:10.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:09 smithi136 bash[11745]: cluster 2022-04-26T03:41:09.188384+0000 mgr.smithi136.ofnrfx (mgr.14188) 1741 : cluster [DBG] pgmap v1612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:09 smithi145 bash[13673]: cluster 2022-04-26T03:41:09.188384+0000 mgr.smithi136.ofnrfx (mgr.14188) 1741 : cluster [DBG] pgmap v1612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:12.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:12.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:12.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:12.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:12 smithi136 bash[11745]: cluster 2022-04-26T03:41:11.189061+0000 mgr.smithi136.ofnrfx (mgr.14188) 1742 : cluster [DBG] pgmap v1613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:12 smithi145 bash[13673]: cluster 2022-04-26T03:41:11.189061+0000 mgr.smithi136.ofnrfx (mgr.14188) 1742 : cluster [DBG] pgmap v1613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:12.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:13.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:13 smithi136 bash[11745]: audit 2022-04-26T03:41:12.720986+0000 mon.smithi136 (mon.0) 1520 : audit [DBG] from='client.? 172.21.15.136:0/561275524' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:13 smithi145 bash[13673]: audit 2022-04-26T03:41:12.720986+0000 mon.smithi136 (mon.0) 1520 : audit [DBG] from='client.? 172.21.15.136:0/561275524' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:14.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:14 smithi136 bash[11745]: cluster 2022-04-26T03:41:13.189742+0000 mgr.smithi136.ofnrfx (mgr.14188) 1743 : cluster [DBG] pgmap v1614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:14 smithi145 bash[13673]: cluster 2022-04-26T03:41:13.189742+0000 mgr.smithi136.ofnrfx (mgr.14188) 1743 : cluster [DBG] pgmap v1614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:16.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:16 smithi136 bash[11745]: cluster 2022-04-26T03:41:15.190341+0000 mgr.smithi136.ofnrfx (mgr.14188) 1744 : cluster [DBG] pgmap v1615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:16 smithi145 bash[13673]: cluster 2022-04-26T03:41:15.190341+0000 mgr.smithi136.ofnrfx (mgr.14188) 1744 : cluster [DBG] pgmap v1615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:17.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:17.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:17.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:18.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:18 smithi145 bash[13673]: cluster 2022-04-26T03:41:17.190979+0000 mgr.smithi136.ofnrfx (mgr.14188) 1745 : cluster [DBG] pgmap v1616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:18 smithi145 bash[13673]: audit 2022-04-26T03:41:18.058114+0000 mon.smithi136 (mon.0) 1521 : audit [DBG] from='client.? 172.21.15.136:0/4267120095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:18.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:18 smithi136 bash[11745]: cluster 2022-04-26T03:41:17.190979+0000 mgr.smithi136.ofnrfx (mgr.14188) 1745 : cluster [DBG] pgmap v1616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:18.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:18 smithi136 bash[11745]: audit 2022-04-26T03:41:18.058114+0000 mon.smithi136 (mon.0) 1521 : audit [DBG] from='client.? 172.21.15.136:0/4267120095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:20.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:19 smithi136 bash[11745]: cluster 2022-04-26T03:41:19.191635+0000 mgr.smithi136.ofnrfx (mgr.14188) 1746 : cluster [DBG] pgmap v1617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:20.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:19 smithi145 bash[13673]: cluster 2022-04-26T03:41:19.191635+0000 mgr.smithi136.ofnrfx (mgr.14188) 1746 : cluster [DBG] pgmap v1617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:22.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:22 smithi136 bash[11745]: cluster 2022-04-26T03:41:21.192288+0000 mgr.smithi136.ofnrfx (mgr.14188) 1747 : cluster [DBG] pgmap v1618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:22 smithi145 bash[13673]: cluster 2022-04-26T03:41:21.192288+0000 mgr.smithi136.ofnrfx (mgr.14188) 1747 : cluster [DBG] pgmap v1618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:23.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:23.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:23.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:23.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:24 smithi136 bash[11745]: cluster 2022-04-26T03:41:23.192956+0000 mgr.smithi136.ofnrfx (mgr.14188) 1748 : cluster [DBG] pgmap v1619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:24 smithi136 bash[11745]: audit 2022-04-26T03:41:23.386539+0000 mon.smithi136 (mon.0) 1522 : audit [DBG] from='client.? 172.21.15.136:0/3706478586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:24 smithi145 bash[13673]: cluster 2022-04-26T03:41:23.192956+0000 mgr.smithi136.ofnrfx (mgr.14188) 1748 : cluster [DBG] pgmap v1619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:24 smithi145 bash[13673]: audit 2022-04-26T03:41:23.386539+0000 mon.smithi136 (mon.0) 1522 : audit [DBG] from='client.? 172.21.15.136:0/3706478586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:26 smithi136 bash[11745]: cluster 2022-04-26T03:41:25.193546+0000 mgr.smithi136.ofnrfx (mgr.14188) 1749 : cluster [DBG] pgmap v1620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:26 smithi145 bash[13673]: cluster 2022-04-26T03:41:25.193546+0000 mgr.smithi136.ofnrfx (mgr.14188) 1749 : cluster [DBG] pgmap v1620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:28 smithi145 bash[13673]: cluster 2022-04-26T03:41:27.194170+0000 mgr.smithi136.ofnrfx (mgr.14188) 1750 : cluster [DBG] pgmap v1621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:28.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:28.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:28.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:28 smithi136 bash[11745]: cluster 2022-04-26T03:41:27.194170+0000 mgr.smithi136.ofnrfx (mgr.14188) 1750 : cluster [DBG] pgmap v1621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:28.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:29.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:29 smithi136 bash[11745]: audit 2022-04-26T03:41:28.715137+0000 mon.smithi136 (mon.0) 1523 : audit [DBG] from='client.? 172.21.15.136:0/408960900' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:29 smithi145 bash[13673]: audit 2022-04-26T03:41:28.715137+0000 mon.smithi136 (mon.0) 1523 : audit [DBG] from='client.? 172.21.15.136:0/408960900' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:30 smithi136 bash[11745]: cluster 2022-04-26T03:41:29.194837+0000 mgr.smithi136.ofnrfx (mgr.14188) 1751 : cluster [DBG] pgmap v1622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:30 smithi145 bash[13673]: cluster 2022-04-26T03:41:29.194837+0000 mgr.smithi136.ofnrfx (mgr.14188) 1751 : cluster [DBG] pgmap v1622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:32 smithi136 bash[11745]: cluster 2022-04-26T03:41:31.195491+0000 mgr.smithi136.ofnrfx (mgr.14188) 1752 : cluster [DBG] pgmap v1623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:32 smithi145 bash[13673]: cluster 2022-04-26T03:41:31.195491+0000 mgr.smithi136.ofnrfx (mgr.14188) 1752 : cluster [DBG] pgmap v1623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:33.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:33.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:33.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:34.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:34.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:34 smithi136 bash[11745]: cluster 2022-04-26T03:41:33.196246+0000 mgr.smithi136.ofnrfx (mgr.14188) 1753 : cluster [DBG] pgmap v1624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:34.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:34 smithi136 bash[11745]: audit 2022-04-26T03:41:34.041633+0000 mon.smithi136 (mon.0) 1524 : audit [DBG] from='client.? 172.21.15.136:0/3123241130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:34 smithi145 bash[13673]: cluster 2022-04-26T03:41:33.196246+0000 mgr.smithi136.ofnrfx (mgr.14188) 1753 : cluster [DBG] pgmap v1624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:34 smithi145 bash[13673]: audit 2022-04-26T03:41:34.041633+0000 mon.smithi136 (mon.0) 1524 : audit [DBG] from='client.? 172.21.15.136:0/3123241130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:36.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:36 smithi136 bash[11745]: cluster 2022-04-26T03:41:35.196893+0000 mgr.smithi136.ofnrfx (mgr.14188) 1754 : cluster [DBG] pgmap v1625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:36.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:36 smithi145 bash[13673]: cluster 2022-04-26T03:41:35.196893+0000 mgr.smithi136.ofnrfx (mgr.14188) 1754 : cluster [DBG] pgmap v1625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:37.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:37 smithi136 bash[11745]: audit 2022-04-26T03:41:37.197892+0000 mon.smithi136 (mon.0) 1525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:41:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:37 smithi136 bash[11745]: audit 2022-04-26T03:41:37.200994+0000 mon.smithi136 (mon.0) 1526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:41:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:37 smithi136 bash[11745]: audit 2022-04-26T03:41:37.202820+0000 mon.smithi136 (mon.0) 1527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:41:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:37 smithi145 bash[13673]: audit 2022-04-26T03:41:37.197892+0000 mon.smithi136 (mon.0) 1525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:41:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:37 smithi145 bash[13673]: audit 2022-04-26T03:41:37.200994+0000 mon.smithi136 (mon.0) 1526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:41:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:37 smithi145 bash[13673]: audit 2022-04-26T03:41:37.202820+0000 mon.smithi136 (mon.0) 1527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:41:38.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:38 smithi136 bash[11745]: cluster 2022-04-26T03:41:37.197593+0000 mgr.smithi136.ofnrfx (mgr.14188) 1755 : cluster [DBG] pgmap v1626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:38.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:38 smithi136 bash[11745]: cluster 2022-04-26T03:41:37.518693+0000 mgr.smithi136.ofnrfx (mgr.14188) 1756 : cluster [DBG] pgmap v1627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:38.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:38 smithi136 bash[11745]: cluster 2022-04-26T03:41:37.519238+0000 mgr.smithi136.ofnrfx (mgr.14188) 1757 : cluster [DBG] pgmap v1628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:38.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:38 smithi136 bash[11745]: audit 2022-04-26T03:41:37.523361+0000 mon.smithi136 (mon.0) 1528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:41:38.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:38 smithi136 bash[11745]: audit 2022-04-26T03:41:37.532703+0000 mon.smithi136 (mon.0) 1529 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:41:38.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:38 smithi136 bash[11745]: cephadm 2022-04-26T03:41:37.533857+0000 mgr.smithi136.ofnrfx (mgr.14188) 1758 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:41:38.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:38 smithi136 bash[11745]: cephadm 2022-04-26T03:41:37.533978+0000 mgr.smithi136.ofnrfx (mgr.14188) 1759 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:41:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:38 smithi145 bash[13673]: cluster 2022-04-26T03:41:37.197593+0000 mgr.smithi136.ofnrfx (mgr.14188) 1755 : cluster [DBG] pgmap v1626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:38 smithi145 bash[13673]: cluster 2022-04-26T03:41:37.518693+0000 mgr.smithi136.ofnrfx (mgr.14188) 1756 : cluster [DBG] pgmap v1627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:38 smithi145 bash[13673]: cluster 2022-04-26T03:41:37.519238+0000 mgr.smithi136.ofnrfx (mgr.14188) 1757 : cluster [DBG] pgmap v1628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:38 smithi145 bash[13673]: audit 2022-04-26T03:41:37.523361+0000 mon.smithi136 (mon.0) 1528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:41:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:38 smithi145 bash[13673]: audit 2022-04-26T03:41:37.532703+0000 mon.smithi136 (mon.0) 1529 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:41:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:38 smithi145 bash[13673]: cephadm 2022-04-26T03:41:37.533857+0000 mgr.smithi136.ofnrfx (mgr.14188) 1758 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:41:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:38 smithi145 bash[13673]: cephadm 2022-04-26T03:41:37.533978+0000 mgr.smithi136.ofnrfx (mgr.14188) 1759 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:41:39.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:39.059 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:39.059 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:39.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:40.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:39 smithi136 bash[11745]: audit 2022-04-26T03:41:39.367894+0000 mon.smithi136 (mon.0) 1530 : audit [DBG] from='client.? 172.21.15.136:0/402915478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:39 smithi136 bash[11745]: cluster 2022-04-26T03:41:39.519991+0000 mgr.smithi136.ofnrfx (mgr.14188) 1760 : cluster [DBG] pgmap v1629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:39 smithi145 bash[13673]: audit 2022-04-26T03:41:39.367894+0000 mon.smithi136 (mon.0) 1530 : audit [DBG] from='client.? 172.21.15.136:0/402915478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:39 smithi145 bash[13673]: cluster 2022-04-26T03:41:39.519991+0000 mgr.smithi136.ofnrfx (mgr.14188) 1760 : cluster [DBG] pgmap v1629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:42 smithi145 bash[13673]: cluster 2022-04-26T03:41:41.520610+0000 mgr.smithi136.ofnrfx (mgr.14188) 1761 : cluster [DBG] pgmap v1630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:43.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:42 smithi136 bash[11745]: cluster 2022-04-26T03:41:41.520610+0000 mgr.smithi136.ofnrfx (mgr.14188) 1761 : cluster [DBG] pgmap v1630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:44.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:44.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:44.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:44.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:44 smithi145 bash[13673]: cluster 2022-04-26T03:41:43.521236+0000 mgr.smithi136.ofnrfx (mgr.14188) 1762 : cluster [DBG] pgmap v1631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:44 smithi136 bash[11745]: cluster 2022-04-26T03:41:43.521236+0000 mgr.smithi136.ofnrfx (mgr.14188) 1762 : cluster [DBG] pgmap v1631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:45.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:45 smithi145 bash[13673]: audit 2022-04-26T03:41:44.696348+0000 mon.smithi136 (mon.0) 1531 : audit [DBG] from='client.? 172.21.15.136:0/2354309665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:46.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:45 smithi136 bash[11745]: audit 2022-04-26T03:41:44.696348+0000 mon.smithi136 (mon.0) 1531 : audit [DBG] from='client.? 172.21.15.136:0/2354309665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:46 smithi145 bash[13673]: cluster 2022-04-26T03:41:45.521887+0000 mgr.smithi136.ofnrfx (mgr.14188) 1763 : cluster [DBG] pgmap v1632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:47.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:46 smithi136 bash[11745]: cluster 2022-04-26T03:41:45.521887+0000 mgr.smithi136.ofnrfx (mgr.14188) 1763 : cluster [DBG] pgmap v1632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:48 smithi145 bash[13673]: cluster 2022-04-26T03:41:47.522571+0000 mgr.smithi136.ofnrfx (mgr.14188) 1764 : cluster [DBG] pgmap v1633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:48 smithi136 bash[11745]: cluster 2022-04-26T03:41:47.522571+0000 mgr.smithi136.ofnrfx (mgr.14188) 1764 : cluster [DBG] pgmap v1633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:49.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:49.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:49.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:50.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:49 smithi136 bash[11745]: cluster 2022-04-26T03:41:49.523227+0000 mgr.smithi136.ofnrfx (mgr.14188) 1765 : cluster [DBG] pgmap v1634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:49 smithi145 bash[13673]: cluster 2022-04-26T03:41:49.523227+0000 mgr.smithi136.ofnrfx (mgr.14188) 1765 : cluster [DBG] pgmap v1634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:51.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:50 smithi136 bash[11745]: audit 2022-04-26T03:41:50.024375+0000 mon.smithi136 (mon.0) 1532 : audit [DBG] from='client.? 172.21.15.136:0/2516123290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:51.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:50 smithi145 bash[13673]: audit 2022-04-26T03:41:50.024375+0000 mon.smithi136 (mon.0) 1532 : audit [DBG] from='client.? 172.21.15.136:0/2516123290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:52.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:51 smithi136 bash[11745]: cluster 2022-04-26T03:41:51.523906+0000 mgr.smithi136.ofnrfx (mgr.14188) 1766 : cluster [DBG] pgmap v1635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:52.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:51 smithi145 bash[13673]: cluster 2022-04-26T03:41:51.523906+0000 mgr.smithi136.ofnrfx (mgr.14188) 1766 : cluster [DBG] pgmap v1635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:54 smithi145 bash[13673]: cluster 2022-04-26T03:41:53.524556+0000 mgr.smithi136.ofnrfx (mgr.14188) 1767 : cluster [DBG] pgmap v1636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:55.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:41:55.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:41:55.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:41:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:54 smithi136 bash[11745]: cluster 2022-04-26T03:41:53.524556+0000 mgr.smithi136.ofnrfx (mgr.14188) 1767 : cluster [DBG] pgmap v1636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:55.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:41:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:55 smithi145 bash[13673]: audit 2022-04-26T03:41:55.346970+0000 mon.smithi136 (mon.0) 1533 : audit [DBG] from='client.? 172.21.15.136:0/3616963684' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:56.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:55 smithi136 bash[11745]: audit 2022-04-26T03:41:55.346970+0000 mon.smithi136 (mon.0) 1533 : audit [DBG] from='client.? 172.21.15.136:0/3616963684' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:41:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:56 smithi145 bash[13673]: cluster 2022-04-26T03:41:55.525267+0000 mgr.smithi136.ofnrfx (mgr.14188) 1768 : cluster [DBG] pgmap v1637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:57.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:56 smithi136 bash[11745]: cluster 2022-04-26T03:41:55.525267+0000 mgr.smithi136.ofnrfx (mgr.14188) 1768 : cluster [DBG] pgmap v1637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:58 smithi145 bash[13673]: cluster 2022-04-26T03:41:57.525954+0000 mgr.smithi136.ofnrfx (mgr.14188) 1769 : cluster [DBG] pgmap v1638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:41:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:58 smithi136 bash[11745]: cluster 2022-04-26T03:41:57.525954+0000 mgr.smithi136.ofnrfx (mgr.14188) 1769 : cluster [DBG] pgmap v1638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:00.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:41:59 smithi136 bash[11745]: cluster 2022-04-26T03:41:59.526627+0000 mgr.smithi136.ofnrfx (mgr.14188) 1770 : cluster [DBG] pgmap v1639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:41:59 smithi145 bash[13673]: cluster 2022-04-26T03:41:59.526627+0000 mgr.smithi136.ofnrfx (mgr.14188) 1770 : cluster [DBG] pgmap v1639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:00.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:00.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:00.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:00.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:01.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:00 smithi136 bash[11745]: audit 2022-04-26T03:42:00.680040+0000 mon.smithi136 (mon.0) 1534 : audit [DBG] from='client.? 172.21.15.136:0/3903580315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:00 smithi145 bash[13673]: audit 2022-04-26T03:42:00.680040+0000 mon.smithi136 (mon.0) 1534 : audit [DBG] from='client.? 172.21.15.136:0/3903580315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:02.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:01 smithi136 bash[11745]: cluster 2022-04-26T03:42:01.527282+0000 mgr.smithi136.ofnrfx (mgr.14188) 1771 : cluster [DBG] pgmap v1640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:01 smithi145 bash[13673]: cluster 2022-04-26T03:42:01.527282+0000 mgr.smithi136.ofnrfx (mgr.14188) 1771 : cluster [DBG] pgmap v1640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:02 smithi136 bash[11745]: audit 2022-04-26T03:42:02.092495+0000 mon.smithi136 (mon.0) 1535 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:42:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:02 smithi136 bash[11745]: audit 2022-04-26T03:42:02.096449+0000 mon.smithi136 (mon.0) 1536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:42:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:02 smithi145 bash[13673]: audit 2022-04-26T03:42:02.092495+0000 mon.smithi136 (mon.0) 1535 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:42:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:02 smithi145 bash[13673]: audit 2022-04-26T03:42:02.096449+0000 mon.smithi136 (mon.0) 1536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:42:04.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:03 smithi136 bash[11745]: cluster 2022-04-26T03:42:03.527925+0000 mgr.smithi136.ofnrfx (mgr.14188) 1772 : cluster [DBG] pgmap v1641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:03 smithi145 bash[13673]: cluster 2022-04-26T03:42:03.527925+0000 mgr.smithi136.ofnrfx (mgr.14188) 1772 : cluster [DBG] pgmap v1641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:05.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:05.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:05.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:06.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:06 smithi145 bash[13673]: cluster 2022-04-26T03:42:05.528560+0000 mgr.smithi136.ofnrfx (mgr.14188) 1773 : cluster [DBG] pgmap v1642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:06 smithi145 bash[13673]: audit 2022-04-26T03:42:06.011632+0000 mon.smithi136 (mon.0) 1537 : audit [DBG] from='client.? 172.21.15.136:0/2717655890' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:07.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:06 smithi136 bash[11745]: cluster 2022-04-26T03:42:05.528560+0000 mgr.smithi136.ofnrfx (mgr.14188) 1773 : cluster [DBG] pgmap v1642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:07.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:06 smithi136 bash[11745]: audit 2022-04-26T03:42:06.011632+0000 mon.smithi136 (mon.0) 1537 : audit [DBG] from='client.? 172.21.15.136:0/2717655890' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:08 smithi145 bash[13673]: cluster 2022-04-26T03:42:07.529198+0000 mgr.smithi136.ofnrfx (mgr.14188) 1774 : cluster [DBG] pgmap v1643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:09.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:08 smithi136 bash[11745]: cluster 2022-04-26T03:42:07.529198+0000 mgr.smithi136.ofnrfx (mgr.14188) 1774 : cluster [DBG] pgmap v1643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:10.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:09 smithi136 bash[11745]: cluster 2022-04-26T03:42:09.529845+0000 mgr.smithi136.ofnrfx (mgr.14188) 1775 : cluster [DBG] pgmap v1644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:09 smithi145 bash[13673]: cluster 2022-04-26T03:42:09.529845+0000 mgr.smithi136.ofnrfx (mgr.14188) 1775 : cluster [DBG] pgmap v1644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:11.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:11 smithi145 bash[13673]: audit 2022-04-26T03:42:11.335846+0000 mon.smithi136 (mon.0) 1538 : audit [DBG] from='client.? 172.21.15.136:0/1092442259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:11.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:11 smithi136 bash[11745]: audit 2022-04-26T03:42:11.335846+0000 mon.smithi136 (mon.0) 1538 : audit [DBG] from='client.? 172.21.15.136:0/1092442259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:12 smithi145 bash[13673]: cluster 2022-04-26T03:42:11.530594+0000 mgr.smithi136.ofnrfx (mgr.14188) 1776 : cluster [DBG] pgmap v1645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:12.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:12 smithi136 bash[11745]: cluster 2022-04-26T03:42:11.530594+0000 mgr.smithi136.ofnrfx (mgr.14188) 1776 : cluster [DBG] pgmap v1645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:14 smithi145 bash[13673]: cluster 2022-04-26T03:42:13.531313+0000 mgr.smithi136.ofnrfx (mgr.14188) 1777 : cluster [DBG] pgmap v1646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:14 smithi136 bash[11745]: cluster 2022-04-26T03:42:13.531313+0000 mgr.smithi136.ofnrfx (mgr.14188) 1777 : cluster [DBG] pgmap v1646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:16.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:16.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:16.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:16.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:16 smithi145 bash[13673]: cluster 2022-04-26T03:42:15.531930+0000 mgr.smithi136.ofnrfx (mgr.14188) 1778 : cluster [DBG] pgmap v1647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:17.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:16 smithi136 bash[11745]: cluster 2022-04-26T03:42:15.531930+0000 mgr.smithi136.ofnrfx (mgr.14188) 1778 : cluster [DBG] pgmap v1647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:17 smithi145 bash[13673]: audit 2022-04-26T03:42:16.667279+0000 mon.smithi136 (mon.0) 1539 : audit [DBG] from='client.? 172.21.15.136:0/4267712880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:18.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:17 smithi136 bash[11745]: audit 2022-04-26T03:42:16.667279+0000 mon.smithi136 (mon.0) 1539 : audit [DBG] from='client.? 172.21.15.136:0/4267712880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:18 smithi145 bash[13673]: cluster 2022-04-26T03:42:17.532574+0000 mgr.smithi136.ofnrfx (mgr.14188) 1779 : cluster [DBG] pgmap v1648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:19.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:18 smithi136 bash[11745]: cluster 2022-04-26T03:42:17.532574+0000 mgr.smithi136.ofnrfx (mgr.14188) 1779 : cluster [DBG] pgmap v1648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:20.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:19 smithi136 bash[11745]: cluster 2022-04-26T03:42:19.533216+0000 mgr.smithi136.ofnrfx (mgr.14188) 1780 : cluster [DBG] pgmap v1649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:20.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:19 smithi145 bash[13673]: cluster 2022-04-26T03:42:19.533216+0000 mgr.smithi136.ofnrfx (mgr.14188) 1780 : cluster [DBG] pgmap v1649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:21.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:21.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:21.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:22.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:22 smithi145 bash[13673]: cluster 2022-04-26T03:42:21.533832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1781 : cluster [DBG] pgmap v1650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:22 smithi145 bash[13673]: audit 2022-04-26T03:42:21.995637+0000 mon.smithi136 (mon.0) 1540 : audit [DBG] from='client.? 172.21.15.136:0/1329079345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:23.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:22 smithi136 bash[11745]: cluster 2022-04-26T03:42:21.533832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1781 : cluster [DBG] pgmap v1650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:22 smithi136 bash[11745]: audit 2022-04-26T03:42:21.995637+0000 mon.smithi136 (mon.0) 1540 : audit [DBG] from='client.? 172.21.15.136:0/1329079345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:24 smithi145 bash[13673]: cluster 2022-04-26T03:42:23.534442+0000 mgr.smithi136.ofnrfx (mgr.14188) 1782 : cluster [DBG] pgmap v1651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:24 smithi136 bash[11745]: cluster 2022-04-26T03:42:23.534442+0000 mgr.smithi136.ofnrfx (mgr.14188) 1782 : cluster [DBG] pgmap v1651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:26 smithi145 bash[13673]: cluster 2022-04-26T03:42:25.535058+0000 mgr.smithi136.ofnrfx (mgr.14188) 1783 : cluster [DBG] pgmap v1652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:27.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:27.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:27.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:27.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:26 smithi136 bash[11745]: cluster 2022-04-26T03:42:25.535058+0000 mgr.smithi136.ofnrfx (mgr.14188) 1783 : cluster [DBG] pgmap v1652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:27.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:27.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:27 smithi145 bash[13673]: audit 2022-04-26T03:42:27.320083+0000 mon.smithi136 (mon.0) 1541 : audit [DBG] from='client.? 172.21.15.136:0/3866227851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:28.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:27 smithi136 bash[11745]: audit 2022-04-26T03:42:27.320083+0000 mon.smithi136 (mon.0) 1541 : audit [DBG] from='client.? 172.21.15.136:0/3866227851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:28 smithi145 bash[13673]: cluster 2022-04-26T03:42:27.535750+0000 mgr.smithi136.ofnrfx (mgr.14188) 1784 : cluster [DBG] pgmap v1653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:29.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:28 smithi136 bash[11745]: cluster 2022-04-26T03:42:27.535750+0000 mgr.smithi136.ofnrfx (mgr.14188) 1784 : cluster [DBG] pgmap v1653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:30.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:29 smithi136 bash[11745]: cluster 2022-04-26T03:42:29.536424+0000 mgr.smithi136.ofnrfx (mgr.14188) 1785 : cluster [DBG] pgmap v1654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:29 smithi145 bash[13673]: cluster 2022-04-26T03:42:29.536424+0000 mgr.smithi136.ofnrfx (mgr.14188) 1785 : cluster [DBG] pgmap v1654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:32.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:32.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:32.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:32.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:32 smithi145 bash[13673]: cluster 2022-04-26T03:42:31.537084+0000 mgr.smithi136.ofnrfx (mgr.14188) 1786 : cluster [DBG] pgmap v1655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:32 smithi136 bash[11745]: cluster 2022-04-26T03:42:31.537084+0000 mgr.smithi136.ofnrfx (mgr.14188) 1786 : cluster [DBG] pgmap v1655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:33 smithi145 bash[13673]: audit 2022-04-26T03:42:32.653796+0000 mon.smithi136 (mon.0) 1542 : audit [DBG] from='client.? 172.21.15.136:0/2957682542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:34.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:33 smithi136 bash[11745]: audit 2022-04-26T03:42:32.653796+0000 mon.smithi136 (mon.0) 1542 : audit [DBG] from='client.? 172.21.15.136:0/2957682542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:34 smithi145 bash[13673]: cluster 2022-04-26T03:42:33.537701+0000 mgr.smithi136.ofnrfx (mgr.14188) 1787 : cluster [DBG] pgmap v1656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:35.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:34 smithi136 bash[11745]: cluster 2022-04-26T03:42:33.537701+0000 mgr.smithi136.ofnrfx (mgr.14188) 1787 : cluster [DBG] pgmap v1656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:36 smithi145 bash[13673]: cluster 2022-04-26T03:42:35.538367+0000 mgr.smithi136.ofnrfx (mgr.14188) 1788 : cluster [DBG] pgmap v1657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:36 smithi136 bash[11745]: cluster 2022-04-26T03:42:35.538367+0000 mgr.smithi136.ofnrfx (mgr.14188) 1788 : cluster [DBG] pgmap v1657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:37.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:37.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:37.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:37 smithi145 bash[13673]: audit 2022-04-26T03:42:37.541808+0000 mon.smithi136 (mon.0) 1543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:42:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:37 smithi145 bash[13673]: audit 2022-04-26T03:42:37.544748+0000 mon.smithi136 (mon.0) 1544 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:42:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:37 smithi145 bash[13673]: audit 2022-04-26T03:42:37.546750+0000 mon.smithi136 (mon.0) 1545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:42:38.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:38.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:37 smithi136 bash[11745]: audit 2022-04-26T03:42:37.541808+0000 mon.smithi136 (mon.0) 1543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:42:38.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:37 smithi136 bash[11745]: audit 2022-04-26T03:42:37.544748+0000 mon.smithi136 (mon.0) 1544 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:42:38.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:37 smithi136 bash[11745]: audit 2022-04-26T03:42:37.546750+0000 mon.smithi136 (mon.0) 1545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:42:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:38 smithi145 bash[13673]: cluster 2022-04-26T03:42:37.539011+0000 mgr.smithi136.ofnrfx (mgr.14188) 1789 : cluster [DBG] pgmap v1658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:38 smithi145 bash[13673]: audit 2022-04-26T03:42:37.853876+0000 mon.smithi136 (mon.0) 1546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:42:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:38 smithi145 bash[13673]: audit 2022-04-26T03:42:37.991137+0000 mon.smithi136 (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.136:0/3992706516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:38 smithi145 bash[13673]: audit 2022-04-26T03:42:38.147388+0000 mon.smithi136 (mon.0) 1548 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:42:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:38 smithi145 bash[13673]: audit 2022-04-26T03:42:38.158555+0000 mon.smithi136 (mon.0) 1549 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:42:39.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:38 smithi136 bash[11745]: cluster 2022-04-26T03:42:37.539011+0000 mgr.smithi136.ofnrfx (mgr.14188) 1789 : cluster [DBG] pgmap v1658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:38 smithi136 bash[11745]: audit 2022-04-26T03:42:37.853876+0000 mon.smithi136 (mon.0) 1546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:42:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:38 smithi136 bash[11745]: audit 2022-04-26T03:42:37.991137+0000 mon.smithi136 (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.136:0/3992706516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:38 smithi136 bash[11745]: audit 2022-04-26T03:42:38.147388+0000 mon.smithi136 (mon.0) 1548 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:42:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:38 smithi136 bash[11745]: audit 2022-04-26T03:42:38.158555+0000 mon.smithi136 (mon.0) 1549 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:42:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:39 smithi145 bash[13673]: cluster 2022-04-26T03:42:38.139938+0000 mgr.smithi136.ofnrfx (mgr.14188) 1790 : cluster [DBG] pgmap v1659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:39 smithi145 bash[13673]: cluster 2022-04-26T03:42:38.140569+0000 mgr.smithi136.ofnrfx (mgr.14188) 1791 : cluster [DBG] pgmap v1660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:39 smithi145 bash[13673]: cephadm 2022-04-26T03:42:38.160021+0000 mgr.smithi136.ofnrfx (mgr.14188) 1792 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:42:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:39 smithi145 bash[13673]: cephadm 2022-04-26T03:42:38.160167+0000 mgr.smithi136.ofnrfx (mgr.14188) 1793 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:42:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:39 smithi136 bash[11745]: cluster 2022-04-26T03:42:38.139938+0000 mgr.smithi136.ofnrfx (mgr.14188) 1790 : cluster [DBG] pgmap v1659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:39 smithi136 bash[11745]: cluster 2022-04-26T03:42:38.140569+0000 mgr.smithi136.ofnrfx (mgr.14188) 1791 : cluster [DBG] pgmap v1660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:39 smithi136 bash[11745]: cephadm 2022-04-26T03:42:38.160021+0000 mgr.smithi136.ofnrfx (mgr.14188) 1792 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:42:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:39 smithi136 bash[11745]: cephadm 2022-04-26T03:42:38.160167+0000 mgr.smithi136.ofnrfx (mgr.14188) 1793 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:42:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:41 smithi145 bash[13673]: cluster 2022-04-26T03:42:40.141212+0000 mgr.smithi136.ofnrfx (mgr.14188) 1794 : cluster [DBG] pgmap v1661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:42.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:41 smithi136 bash[11745]: cluster 2022-04-26T03:42:40.141212+0000 mgr.smithi136.ofnrfx (mgr.14188) 1794 : cluster [DBG] pgmap v1661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:43.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:43.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:43.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:43.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:43 smithi145 bash[13673]: cluster 2022-04-26T03:42:42.141975+0000 mgr.smithi136.ofnrfx (mgr.14188) 1795 : cluster [DBG] pgmap v1662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:43 smithi145 bash[13673]: audit 2022-04-26T03:42:43.319253+0000 mon.smithi136 (mon.0) 1550 : audit [DBG] from='client.? 172.21.15.136:0/3663218720' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:44.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:43 smithi136 bash[11745]: cluster 2022-04-26T03:42:42.141975+0000 mgr.smithi136.ofnrfx (mgr.14188) 1795 : cluster [DBG] pgmap v1662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:44.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:43 smithi136 bash[11745]: audit 2022-04-26T03:42:43.319253+0000 mon.smithi136 (mon.0) 1550 : audit [DBG] from='client.? 172.21.15.136:0/3663218720' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:44 smithi136 bash[11745]: cluster 2022-04-26T03:42:44.142674+0000 mgr.smithi136.ofnrfx (mgr.14188) 1796 : cluster [DBG] pgmap v1663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:44 smithi145 bash[13673]: cluster 2022-04-26T03:42:44.142674+0000 mgr.smithi136.ofnrfx (mgr.14188) 1796 : cluster [DBG] pgmap v1663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:47.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:47 smithi136 bash[11745]: cluster 2022-04-26T03:42:46.143330+0000 mgr.smithi136.ofnrfx (mgr.14188) 1797 : cluster [DBG] pgmap v1664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:47 smithi145 bash[13673]: cluster 2022-04-26T03:42:46.143330+0000 mgr.smithi136.ofnrfx (mgr.14188) 1797 : cluster [DBG] pgmap v1664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:48.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:48.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:48.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:48.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:49.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:49 smithi136 bash[11745]: cluster 2022-04-26T03:42:48.144038+0000 mgr.smithi136.ofnrfx (mgr.14188) 1798 : cluster [DBG] pgmap v1665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:49.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:49 smithi136 bash[11745]: audit 2022-04-26T03:42:48.646823+0000 mon.smithi136 (mon.0) 1551 : audit [DBG] from='client.? 172.21.15.136:0/3071868881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:49 smithi145 bash[13673]: cluster 2022-04-26T03:42:48.144038+0000 mgr.smithi136.ofnrfx (mgr.14188) 1798 : cluster [DBG] pgmap v1665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:49 smithi145 bash[13673]: audit 2022-04-26T03:42:48.646823+0000 mon.smithi136 (mon.0) 1551 : audit [DBG] from='client.? 172.21.15.136:0/3071868881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:51 smithi136 bash[11745]: cluster 2022-04-26T03:42:50.144603+0000 mgr.smithi136.ofnrfx (mgr.14188) 1799 : cluster [DBG] pgmap v1666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:51 smithi145 bash[13673]: cluster 2022-04-26T03:42:50.144603+0000 mgr.smithi136.ofnrfx (mgr.14188) 1799 : cluster [DBG] pgmap v1666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:53.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:53 smithi136 bash[11745]: cluster 2022-04-26T03:42:52.145252+0000 mgr.smithi136.ofnrfx (mgr.14188) 1800 : cluster [DBG] pgmap v1667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:53 smithi145 bash[13673]: cluster 2022-04-26T03:42:52.145252+0000 mgr.smithi136.ofnrfx (mgr.14188) 1800 : cluster [DBG] pgmap v1667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:53.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:53.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:53.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:53.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:55.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:54 smithi136 bash[11745]: audit 2022-04-26T03:42:53.972021+0000 mon.smithi136 (mon.0) 1552 : audit [DBG] from='client.? 172.21.15.136:0/2070384371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:55.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:54 smithi136 bash[11745]: cluster 2022-04-26T03:42:54.145937+0000 mgr.smithi136.ofnrfx (mgr.14188) 1801 : cluster [DBG] pgmap v1668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:54 smithi145 bash[13673]: audit 2022-04-26T03:42:53.972021+0000 mon.smithi136 (mon.0) 1552 : audit [DBG] from='client.? 172.21.15.136:0/2070384371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:42:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:54 smithi145 bash[13673]: cluster 2022-04-26T03:42:54.145937+0000 mgr.smithi136.ofnrfx (mgr.14188) 1801 : cluster [DBG] pgmap v1668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:57.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:57 smithi136 bash[11745]: cluster 2022-04-26T03:42:56.146601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1802 : cluster [DBG] pgmap v1669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:57 smithi145 bash[13673]: cluster 2022-04-26T03:42:56.146601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1802 : cluster [DBG] pgmap v1669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:58.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:42:58.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:42:58.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:42:59.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:42:59.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:42:59 smithi136 bash[11745]: cluster 2022-04-26T03:42:58.147255+0000 mgr.smithi136.ofnrfx (mgr.14188) 1803 : cluster [DBG] pgmap v1670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:42:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:42:59 smithi145 bash[13673]: cluster 2022-04-26T03:42:58.147255+0000 mgr.smithi136.ofnrfx (mgr.14188) 1803 : cluster [DBG] pgmap v1670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:00.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:00 smithi136 bash[11745]: audit 2022-04-26T03:42:59.305523+0000 mon.smithi136 (mon.0) 1553 : audit [DBG] from='client.? 172.21.15.136:0/1730709779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:00.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:00 smithi145 bash[13673]: audit 2022-04-26T03:42:59.305523+0000 mon.smithi136 (mon.0) 1553 : audit [DBG] from='client.? 172.21.15.136:0/1730709779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:01.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:01 smithi136 bash[11745]: cluster 2022-04-26T03:43:00.147818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1804 : cluster [DBG] pgmap v1671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:01.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:01 smithi145 bash[13673]: cluster 2022-04-26T03:43:00.147818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1804 : cluster [DBG] pgmap v1671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:02.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:02 smithi136 bash[11745]: audit 2022-04-26T03:43:02.103241+0000 mon.smithi136 (mon.0) 1554 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:43:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:02 smithi136 bash[11745]: audit 2022-04-26T03:43:02.103747+0000 mon.smithi136 (mon.0) 1555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:43:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:02 smithi145 bash[13673]: audit 2022-04-26T03:43:02.103241+0000 mon.smithi136 (mon.0) 1554 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:43:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:02 smithi145 bash[13673]: audit 2022-04-26T03:43:02.103747+0000 mon.smithi136 (mon.0) 1555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:43:03.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:03 smithi136 bash[11745]: cluster 2022-04-26T03:43:02.148443+0000 mgr.smithi136.ofnrfx (mgr.14188) 1805 : cluster [DBG] pgmap v1672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:03 smithi145 bash[13673]: cluster 2022-04-26T03:43:02.148443+0000 mgr.smithi136.ofnrfx (mgr.14188) 1805 : cluster [DBG] pgmap v1672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:04.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:04.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:04.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:04.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:05.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:04 smithi136 bash[11745]: cluster 2022-04-26T03:43:04.149145+0000 mgr.smithi136.ofnrfx (mgr.14188) 1806 : cluster [DBG] pgmap v1673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:05.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:04 smithi136 bash[11745]: audit 2022-04-26T03:43:04.632019+0000 mon.smithi136 (mon.0) 1556 : audit [DBG] from='client.? 172.21.15.136:0/719819017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:04 smithi145 bash[13673]: cluster 2022-04-26T03:43:04.149145+0000 mgr.smithi136.ofnrfx (mgr.14188) 1806 : cluster [DBG] pgmap v1673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:04 smithi145 bash[13673]: audit 2022-04-26T03:43:04.632019+0000 mon.smithi136 (mon.0) 1556 : audit [DBG] from='client.? 172.21.15.136:0/719819017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:07.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:07 smithi136 bash[11745]: cluster 2022-04-26T03:43:06.149824+0000 mgr.smithi136.ofnrfx (mgr.14188) 1807 : cluster [DBG] pgmap v1674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:07 smithi145 bash[13673]: cluster 2022-04-26T03:43:06.149824+0000 mgr.smithi136.ofnrfx (mgr.14188) 1807 : cluster [DBG] pgmap v1674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:09.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:09 smithi136 bash[11745]: cluster 2022-04-26T03:43:08.150491+0000 mgr.smithi136.ofnrfx (mgr.14188) 1808 : cluster [DBG] pgmap v1675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:09 smithi145 bash[13673]: cluster 2022-04-26T03:43:08.150491+0000 mgr.smithi136.ofnrfx (mgr.14188) 1808 : cluster [DBG] pgmap v1675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:09.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:09.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:09.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:09.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:10 smithi136 bash[11745]: audit 2022-04-26T03:43:09.959096+0000 mon.smithi136 (mon.0) 1557 : audit [DBG] from='client.? 172.21.15.136:0/3639598916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:10 smithi145 bash[13673]: audit 2022-04-26T03:43:09.959096+0000 mon.smithi136 (mon.0) 1557 : audit [DBG] from='client.? 172.21.15.136:0/3639598916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:11.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:11 smithi136 bash[11745]: cluster 2022-04-26T03:43:10.151066+0000 mgr.smithi136.ofnrfx (mgr.14188) 1809 : cluster [DBG] pgmap v1676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:11 smithi145 bash[13673]: cluster 2022-04-26T03:43:10.151066+0000 mgr.smithi136.ofnrfx (mgr.14188) 1809 : cluster [DBG] pgmap v1676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:13.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:13 smithi136 bash[11745]: cluster 2022-04-26T03:43:12.151724+0000 mgr.smithi136.ofnrfx (mgr.14188) 1810 : cluster [DBG] pgmap v1677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:13 smithi145 bash[13673]: cluster 2022-04-26T03:43:12.151724+0000 mgr.smithi136.ofnrfx (mgr.14188) 1810 : cluster [DBG] pgmap v1677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:14.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:14.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:14.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:14 smithi136 bash[11745]: cluster 2022-04-26T03:43:14.152372+0000 mgr.smithi136.ofnrfx (mgr.14188) 1811 : cluster [DBG] pgmap v1678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:15.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:14 smithi145 bash[13673]: cluster 2022-04-26T03:43:14.152372+0000 mgr.smithi136.ofnrfx (mgr.14188) 1811 : cluster [DBG] pgmap v1678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:15.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:16.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:15 smithi136 bash[11745]: audit 2022-04-26T03:43:15.291189+0000 mon.smithi136 (mon.0) 1558 : audit [DBG] from='client.? 172.21.15.136:0/3703348246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:16.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:15 smithi145 bash[13673]: audit 2022-04-26T03:43:15.291189+0000 mon.smithi136 (mon.0) 1558 : audit [DBG] from='client.? 172.21.15.136:0/3703348246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:17.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:16 smithi136 bash[11745]: cluster 2022-04-26T03:43:16.152990+0000 mgr.smithi136.ofnrfx (mgr.14188) 1812 : cluster [DBG] pgmap v1679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:17.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:16 smithi145 bash[13673]: cluster 2022-04-26T03:43:16.152990+0000 mgr.smithi136.ofnrfx (mgr.14188) 1812 : cluster [DBG] pgmap v1679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:19.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:19 smithi136 bash[11745]: cluster 2022-04-26T03:43:18.153612+0000 mgr.smithi136.ofnrfx (mgr.14188) 1813 : cluster [DBG] pgmap v1680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:19.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:19 smithi145 bash[13673]: cluster 2022-04-26T03:43:18.153612+0000 mgr.smithi136.ofnrfx (mgr.14188) 1813 : cluster [DBG] pgmap v1680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:20.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:20.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:20.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:20.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:21 smithi136 bash[11745]: cluster 2022-04-26T03:43:20.154165+0000 mgr.smithi136.ofnrfx (mgr.14188) 1814 : cluster [DBG] pgmap v1681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:21.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:21 smithi136 bash[11745]: audit 2022-04-26T03:43:20.618610+0000 mon.smithi136 (mon.0) 1559 : audit [DBG] from='client.? 172.21.15.136:0/4257754966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:21 smithi145 bash[13673]: cluster 2022-04-26T03:43:20.154165+0000 mgr.smithi136.ofnrfx (mgr.14188) 1814 : cluster [DBG] pgmap v1681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:21 smithi145 bash[13673]: audit 2022-04-26T03:43:20.618610+0000 mon.smithi136 (mon.0) 1559 : audit [DBG] from='client.? 172.21.15.136:0/4257754966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:23.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:23 smithi136 bash[11745]: cluster 2022-04-26T03:43:22.154813+0000 mgr.smithi136.ofnrfx (mgr.14188) 1815 : cluster [DBG] pgmap v1682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:23 smithi145 bash[13673]: cluster 2022-04-26T03:43:22.154813+0000 mgr.smithi136.ofnrfx (mgr.14188) 1815 : cluster [DBG] pgmap v1682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:25.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:24 smithi136 bash[11745]: cluster 2022-04-26T03:43:24.155496+0000 mgr.smithi136.ofnrfx (mgr.14188) 1816 : cluster [DBG] pgmap v1683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:24 smithi145 bash[13673]: cluster 2022-04-26T03:43:24.155496+0000 mgr.smithi136.ofnrfx (mgr.14188) 1816 : cluster [DBG] pgmap v1683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:25.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:25.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:25.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:25.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:26 smithi136 bash[11745]: audit 2022-04-26T03:43:25.950259+0000 mon.smithi136 (mon.0) 1560 : audit [DBG] from='client.? 172.21.15.136:0/2219093054' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:26 smithi145 bash[13673]: audit 2022-04-26T03:43:25.950259+0000 mon.smithi136 (mon.0) 1560 : audit [DBG] from='client.? 172.21.15.136:0/2219093054' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:27.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:27 smithi136 bash[11745]: cluster 2022-04-26T03:43:26.156205+0000 mgr.smithi136.ofnrfx (mgr.14188) 1817 : cluster [DBG] pgmap v1684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:27.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:27 smithi145 bash[13673]: cluster 2022-04-26T03:43:26.156205+0000 mgr.smithi136.ofnrfx (mgr.14188) 1817 : cluster [DBG] pgmap v1684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:29 smithi136 bash[11745]: cluster 2022-04-26T03:43:28.156841+0000 mgr.smithi136.ofnrfx (mgr.14188) 1818 : cluster [DBG] pgmap v1685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:29 smithi145 bash[13673]: cluster 2022-04-26T03:43:28.156841+0000 mgr.smithi136.ofnrfx (mgr.14188) 1818 : cluster [DBG] pgmap v1685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:30.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:31.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:31.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:31.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:31.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:31 smithi136 bash[11745]: cluster 2022-04-26T03:43:30.157549+0000 mgr.smithi136.ofnrfx (mgr.14188) 1819 : cluster [DBG] pgmap v1686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:31.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:31 smithi145 bash[13673]: cluster 2022-04-26T03:43:30.157549+0000 mgr.smithi136.ofnrfx (mgr.14188) 1819 : cluster [DBG] pgmap v1686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:32 smithi136 bash[11745]: audit 2022-04-26T03:43:31.282275+0000 mon.smithi136 (mon.0) 1561 : audit [DBG] from='client.? 172.21.15.136:0/2105434638' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:32 smithi145 bash[13673]: audit 2022-04-26T03:43:31.282275+0000 mon.smithi136 (mon.0) 1561 : audit [DBG] from='client.? 172.21.15.136:0/2105434638' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:33.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:33 smithi136 bash[11745]: cluster 2022-04-26T03:43:32.158199+0000 mgr.smithi136.ofnrfx (mgr.14188) 1820 : cluster [DBG] pgmap v1687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:33 smithi145 bash[13673]: cluster 2022-04-26T03:43:32.158199+0000 mgr.smithi136.ofnrfx (mgr.14188) 1820 : cluster [DBG] pgmap v1687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:34 smithi136 bash[11745]: cluster 2022-04-26T03:43:34.158888+0000 mgr.smithi136.ofnrfx (mgr.14188) 1821 : cluster [DBG] pgmap v1688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:34 smithi145 bash[13673]: cluster 2022-04-26T03:43:34.158888+0000 mgr.smithi136.ofnrfx (mgr.14188) 1821 : cluster [DBG] pgmap v1688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:36.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:36.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:36.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:36.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:37 smithi136 bash[11745]: cluster 2022-04-26T03:43:36.159550+0000 mgr.smithi136.ofnrfx (mgr.14188) 1822 : cluster [DBG] pgmap v1689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:37.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:37 smithi136 bash[11745]: audit 2022-04-26T03:43:36.613715+0000 mon.smithi136 (mon.0) 1562 : audit [DBG] from='client.? 172.21.15.136:0/1593108509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:37 smithi145 bash[13673]: cluster 2022-04-26T03:43:36.159550+0000 mgr.smithi136.ofnrfx (mgr.14188) 1822 : cluster [DBG] pgmap v1689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:37 smithi145 bash[13673]: audit 2022-04-26T03:43:36.613715+0000 mon.smithi136 (mon.0) 1562 : audit [DBG] from='client.? 172.21.15.136:0/1593108509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:38 smithi145 bash[13673]: audit 2022-04-26T03:43:38.170741+0000 mon.smithi136 (mon.0) 1563 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:43:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:38 smithi145 bash[13673]: audit 2022-04-26T03:43:38.173665+0000 mon.smithi136 (mon.0) 1564 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:43:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:38 smithi145 bash[13673]: audit 2022-04-26T03:43:38.175550+0000 mon.smithi136 (mon.0) 1565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:43:38.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:38 smithi136 bash[11745]: audit 2022-04-26T03:43:38.170741+0000 mon.smithi136 (mon.0) 1563 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:43:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:38 smithi136 bash[11745]: audit 2022-04-26T03:43:38.173665+0000 mon.smithi136 (mon.0) 1564 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:43:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:38 smithi136 bash[11745]: audit 2022-04-26T03:43:38.175550+0000 mon.smithi136 (mon.0) 1565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:43:39.506 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:39 smithi136 bash[11745]: cluster 2022-04-26T03:43:38.160208+0000 mgr.smithi136.ofnrfx (mgr.14188) 1823 : cluster [DBG] pgmap v1690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:39.506 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:39 smithi136 bash[11745]: cluster 2022-04-26T03:43:38.498498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1824 : cluster [DBG] pgmap v1691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:39.506 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:39 smithi136 bash[11745]: cluster 2022-04-26T03:43:38.499018+0000 mgr.smithi136.ofnrfx (mgr.14188) 1825 : cluster [DBG] pgmap v1692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:39.506 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:39 smithi136 bash[11745]: audit 2022-04-26T03:43:38.502986+0000 mon.smithi136 (mon.0) 1566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:43:39.506 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:39 smithi136 bash[11745]: audit 2022-04-26T03:43:38.508789+0000 mon.smithi136 (mon.0) 1567 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:43:39.507 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:39 smithi136 bash[11745]: cephadm 2022-04-26T03:43:38.509899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1826 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:43:39.507 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:39 smithi136 bash[11745]: cephadm 2022-04-26T03:43:38.510046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1827 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:43:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:39 smithi145 bash[13673]: cluster 2022-04-26T03:43:38.160208+0000 mgr.smithi136.ofnrfx (mgr.14188) 1823 : cluster [DBG] pgmap v1690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:39 smithi145 bash[13673]: cluster 2022-04-26T03:43:38.498498+0000 mgr.smithi136.ofnrfx (mgr.14188) 1824 : cluster [DBG] pgmap v1691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:39 smithi145 bash[13673]: cluster 2022-04-26T03:43:38.499018+0000 mgr.smithi136.ofnrfx (mgr.14188) 1825 : cluster [DBG] pgmap v1692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:39 smithi145 bash[13673]: audit 2022-04-26T03:43:38.502986+0000 mon.smithi136 (mon.0) 1566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:43:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:39 smithi145 bash[13673]: audit 2022-04-26T03:43:38.508789+0000 mon.smithi136 (mon.0) 1567 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:43:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:39 smithi145 bash[13673]: cephadm 2022-04-26T03:43:38.509899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1826 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:43:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:39 smithi145 bash[13673]: cephadm 2022-04-26T03:43:38.510046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1827 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:43:41.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:41.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:41.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:41 smithi136 bash[11745]: cluster 2022-04-26T03:43:40.499782+0000 mgr.smithi136.ofnrfx (mgr.14188) 1828 : cluster [DBG] pgmap v1693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:41.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:41 smithi145 bash[13673]: cluster 2022-04-26T03:43:40.499782+0000 mgr.smithi136.ofnrfx (mgr.14188) 1828 : cluster [DBG] pgmap v1693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:41.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:42.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:42 smithi136 bash[11745]: audit 2022-04-26T03:43:41.942356+0000 mon.smithi136 (mon.0) 1568 : audit [DBG] from='client.? 172.21.15.136:0/1473237669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:42 smithi145 bash[13673]: audit 2022-04-26T03:43:41.942356+0000 mon.smithi136 (mon.0) 1568 : audit [DBG] from='client.? 172.21.15.136:0/1473237669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:43.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:43 smithi136 bash[11745]: cluster 2022-04-26T03:43:42.500394+0000 mgr.smithi136.ofnrfx (mgr.14188) 1829 : cluster [DBG] pgmap v1694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:43 smithi145 bash[13673]: cluster 2022-04-26T03:43:42.500394+0000 mgr.smithi136.ofnrfx (mgr.14188) 1829 : cluster [DBG] pgmap v1694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:45.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:44 smithi136 bash[11745]: cluster 2022-04-26T03:43:44.501185+0000 mgr.smithi136.ofnrfx (mgr.14188) 1830 : cluster [DBG] pgmap v1695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:44 smithi145 bash[13673]: cluster 2022-04-26T03:43:44.501185+0000 mgr.smithi136.ofnrfx (mgr.14188) 1830 : cluster [DBG] pgmap v1695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:46.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:46.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:46.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:47.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:47.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:47 smithi136 bash[11745]: cluster 2022-04-26T03:43:46.501857+0000 mgr.smithi136.ofnrfx (mgr.14188) 1831 : cluster [DBG] pgmap v1696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:47.824 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:47 smithi136 bash[11745]: audit 2022-04-26T03:43:47.272189+0000 mon.smithi136 (mon.0) 1569 : audit [DBG] from='client.? 172.21.15.136:0/137431493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:47 smithi145 bash[13673]: cluster 2022-04-26T03:43:46.501857+0000 mgr.smithi136.ofnrfx (mgr.14188) 1831 : cluster [DBG] pgmap v1696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:47 smithi145 bash[13673]: audit 2022-04-26T03:43:47.272189+0000 mon.smithi136 (mon.0) 1569 : audit [DBG] from='client.? 172.21.15.136:0/137431493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:49 smithi145 bash[13673]: cluster 2022-04-26T03:43:48.502486+0000 mgr.smithi136.ofnrfx (mgr.14188) 1832 : cluster [DBG] pgmap v1697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:50.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:49 smithi136 bash[11745]: cluster 2022-04-26T03:43:48.502486+0000 mgr.smithi136.ofnrfx (mgr.14188) 1832 : cluster [DBG] pgmap v1697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:51.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:51 smithi145 bash[13673]: cluster 2022-04-26T03:43:50.503102+0000 mgr.smithi136.ofnrfx (mgr.14188) 1833 : cluster [DBG] pgmap v1698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:52.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:51 smithi136 bash[11745]: cluster 2022-04-26T03:43:50.503102+0000 mgr.smithi136.ofnrfx (mgr.14188) 1833 : cluster [DBG] pgmap v1698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:52.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:52.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:52.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:52.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:53 smithi145 bash[13673]: cluster 2022-04-26T03:43:52.503732+0000 mgr.smithi136.ofnrfx (mgr.14188) 1834 : cluster [DBG] pgmap v1699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:53 smithi145 bash[13673]: audit 2022-04-26T03:43:52.611869+0000 mon.smithi136 (mon.0) 1570 : audit [DBG] from='client.? 172.21.15.136:0/1117774116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:54.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:53 smithi136 bash[11745]: cluster 2022-04-26T03:43:52.503732+0000 mgr.smithi136.ofnrfx (mgr.14188) 1834 : cluster [DBG] pgmap v1699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:54.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:53 smithi136 bash[11745]: audit 2022-04-26T03:43:52.611869+0000 mon.smithi136 (mon.0) 1570 : audit [DBG] from='client.? 172.21.15.136:0/1117774116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:54 smithi136 bash[11745]: cluster 2022-04-26T03:43:54.504310+0000 mgr.smithi136.ofnrfx (mgr.14188) 1835 : cluster [DBG] pgmap v1700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:54 smithi145 bash[13673]: cluster 2022-04-26T03:43:54.504310+0000 mgr.smithi136.ofnrfx (mgr.14188) 1835 : cluster [DBG] pgmap v1700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:57.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:43:57.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:43:57.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:43:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:57 smithi145 bash[13673]: cluster 2022-04-26T03:43:56.504862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1836 : cluster [DBG] pgmap v1701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:57.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:43:58.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:57 smithi136 bash[11745]: cluster 2022-04-26T03:43:56.504862+0000 mgr.smithi136.ofnrfx (mgr.14188) 1836 : cluster [DBG] pgmap v1701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:43:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:58 smithi145 bash[13673]: audit 2022-04-26T03:43:57.946543+0000 mon.smithi136 (mon.0) 1571 : audit [DBG] from='client.? 172.21.15.136:0/3008235571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:58 smithi136 bash[11745]: audit 2022-04-26T03:43:57.946543+0000 mon.smithi136 (mon.0) 1571 : audit [DBG] from='client.? 172.21.15.136:0/3008235571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:43:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:43:59 smithi145 bash[13673]: cluster 2022-04-26T03:43:58.505499+0000 mgr.smithi136.ofnrfx (mgr.14188) 1837 : cluster [DBG] pgmap v1702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:00.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:43:59 smithi136 bash[11745]: cluster 2022-04-26T03:43:58.505499+0000 mgr.smithi136.ofnrfx (mgr.14188) 1837 : cluster [DBG] pgmap v1702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:01 smithi145 bash[13673]: cluster 2022-04-26T03:44:00.506141+0000 mgr.smithi136.ofnrfx (mgr.14188) 1838 : cluster [DBG] pgmap v1703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:02.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:01 smithi136 bash[11745]: cluster 2022-04-26T03:44:00.506141+0000 mgr.smithi136.ofnrfx (mgr.14188) 1838 : cluster [DBG] pgmap v1703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:02 smithi145 bash[13673]: audit 2022-04-26T03:44:02.111850+0000 mon.smithi136 (mon.0) 1572 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:44:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:02 smithi145 bash[13673]: audit 2022-04-26T03:44:02.112309+0000 mon.smithi136 (mon.0) 1573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:44:02.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:02.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:02.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:02 smithi136 bash[11745]: audit 2022-04-26T03:44:02.111850+0000 mon.smithi136 (mon.0) 1572 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:44:03.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:02 smithi136 bash[11745]: audit 2022-04-26T03:44:02.112309+0000 mon.smithi136 (mon.0) 1573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:44:03.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:03 smithi145 bash[13673]: cluster 2022-04-26T03:44:02.506773+0000 mgr.smithi136.ofnrfx (mgr.14188) 1839 : cluster [DBG] pgmap v1704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:03 smithi145 bash[13673]: audit 2022-04-26T03:44:03.279333+0000 mon.smithi136 (mon.0) 1574 : audit [DBG] from='client.? 172.21.15.136:0/1497607593' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:04.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:03 smithi136 bash[11745]: cluster 2022-04-26T03:44:02.506773+0000 mgr.smithi136.ofnrfx (mgr.14188) 1839 : cluster [DBG] pgmap v1704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:04.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:03 smithi136 bash[11745]: audit 2022-04-26T03:44:03.279333+0000 mon.smithi136 (mon.0) 1574 : audit [DBG] from='client.? 172.21.15.136:0/1497607593' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:05.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:04 smithi136 bash[11745]: cluster 2022-04-26T03:44:04.507400+0000 mgr.smithi136.ofnrfx (mgr.14188) 1840 : cluster [DBG] pgmap v1705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:04 smithi145 bash[13673]: cluster 2022-04-26T03:44:04.507400+0000 mgr.smithi136.ofnrfx (mgr.14188) 1840 : cluster [DBG] pgmap v1705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:07 smithi145 bash[13673]: cluster 2022-04-26T03:44:06.508003+0000 mgr.smithi136.ofnrfx (mgr.14188) 1841 : cluster [DBG] pgmap v1706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:08.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:07 smithi136 bash[11745]: cluster 2022-04-26T03:44:06.508003+0000 mgr.smithi136.ofnrfx (mgr.14188) 1841 : cluster [DBG] pgmap v1706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:08.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:08.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:08.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:08.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:09 smithi145 bash[13673]: cluster 2022-04-26T03:44:08.508561+0000 mgr.smithi136.ofnrfx (mgr.14188) 1842 : cluster [DBG] pgmap v1707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:09 smithi145 bash[13673]: audit 2022-04-26T03:44:08.604313+0000 mon.smithi136 (mon.0) 1575 : audit [DBG] from='client.? 172.21.15.136:0/1909365061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:09 smithi136 bash[11745]: cluster 2022-04-26T03:44:08.508561+0000 mgr.smithi136.ofnrfx (mgr.14188) 1842 : cluster [DBG] pgmap v1707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:09 smithi136 bash[11745]: audit 2022-04-26T03:44:08.604313+0000 mon.smithi136 (mon.0) 1575 : audit [DBG] from='client.? 172.21.15.136:0/1909365061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:11.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:11 smithi145 bash[13673]: cluster 2022-04-26T03:44:10.509140+0000 mgr.smithi136.ofnrfx (mgr.14188) 1843 : cluster [DBG] pgmap v1708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:12.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:11 smithi136 bash[11745]: cluster 2022-04-26T03:44:10.509140+0000 mgr.smithi136.ofnrfx (mgr.14188) 1843 : cluster [DBG] pgmap v1708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:13.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:13.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:13.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:13.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:13 smithi145 bash[13673]: cluster 2022-04-26T03:44:12.509721+0000 mgr.smithi136.ofnrfx (mgr.14188) 1844 : cluster [DBG] pgmap v1709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:13.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:14.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:13 smithi136 bash[11745]: cluster 2022-04-26T03:44:12.509721+0000 mgr.smithi136.ofnrfx (mgr.14188) 1844 : cluster [DBG] pgmap v1709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:15.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:14 smithi145 bash[13673]: audit 2022-04-26T03:44:13.928886+0000 mon.smithi136 (mon.0) 1576 : audit [DBG] from='client.? 172.21.15.136:0/2442673773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:15.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:14 smithi145 bash[13673]: cluster 2022-04-26T03:44:14.510355+0000 mgr.smithi136.ofnrfx (mgr.14188) 1845 : cluster [DBG] pgmap v1710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:14 smithi136 bash[11745]: audit 2022-04-26T03:44:13.928886+0000 mon.smithi136 (mon.0) 1576 : audit [DBG] from='client.? 172.21.15.136:0/2442673773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:15.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:14 smithi136 bash[11745]: cluster 2022-04-26T03:44:14.510355+0000 mgr.smithi136.ofnrfx (mgr.14188) 1845 : cluster [DBG] pgmap v1710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:17 smithi145 bash[13673]: cluster 2022-04-26T03:44:16.510995+0000 mgr.smithi136.ofnrfx (mgr.14188) 1846 : cluster [DBG] pgmap v1711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:18.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:17 smithi136 bash[11745]: cluster 2022-04-26T03:44:16.510995+0000 mgr.smithi136.ofnrfx (mgr.14188) 1846 : cluster [DBG] pgmap v1711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:18.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:18.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:18.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:19.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:19 smithi145 bash[13673]: cluster 2022-04-26T03:44:18.511637+0000 mgr.smithi136.ofnrfx (mgr.14188) 1847 : cluster [DBG] pgmap v1712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:19 smithi145 bash[13673]: audit 2022-04-26T03:44:19.254714+0000 mon.smithi136 (mon.0) 1577 : audit [DBG] from='client.? 172.21.15.136:0/614052372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:20.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:19 smithi136 bash[11745]: cluster 2022-04-26T03:44:18.511637+0000 mgr.smithi136.ofnrfx (mgr.14188) 1847 : cluster [DBG] pgmap v1712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:20.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:19 smithi136 bash[11745]: audit 2022-04-26T03:44:19.254714+0000 mon.smithi136 (mon.0) 1577 : audit [DBG] from='client.? 172.21.15.136:0/614052372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:21 smithi145 bash[13673]: cluster 2022-04-26T03:44:20.512261+0000 mgr.smithi136.ofnrfx (mgr.14188) 1848 : cluster [DBG] pgmap v1713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:22.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:21 smithi136 bash[11745]: cluster 2022-04-26T03:44:20.512261+0000 mgr.smithi136.ofnrfx (mgr.14188) 1848 : cluster [DBG] pgmap v1713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:23 smithi145 bash[13673]: cluster 2022-04-26T03:44:22.512858+0000 mgr.smithi136.ofnrfx (mgr.14188) 1849 : cluster [DBG] pgmap v1714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:24.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:23 smithi136 bash[11745]: cluster 2022-04-26T03:44:22.512858+0000 mgr.smithi136.ofnrfx (mgr.14188) 1849 : cluster [DBG] pgmap v1714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:24.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:24.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:24.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:24.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:24 smithi136 bash[11745]: cluster 2022-04-26T03:44:24.513444+0000 mgr.smithi136.ofnrfx (mgr.14188) 1850 : cluster [DBG] pgmap v1715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:25.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:24 smithi136 bash[11745]: audit 2022-04-26T03:44:24.576372+0000 mon.smithi136 (mon.0) 1578 : audit [DBG] from='client.? 172.21.15.136:0/97391819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:24 smithi145 bash[13673]: cluster 2022-04-26T03:44:24.513444+0000 mgr.smithi136.ofnrfx (mgr.14188) 1850 : cluster [DBG] pgmap v1715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:24 smithi145 bash[13673]: audit 2022-04-26T03:44:24.576372+0000 mon.smithi136 (mon.0) 1578 : audit [DBG] from='client.? 172.21.15.136:0/97391819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:27.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:27 smithi145 bash[13673]: cluster 2022-04-26T03:44:26.514113+0000 mgr.smithi136.ofnrfx (mgr.14188) 1851 : cluster [DBG] pgmap v1716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:28.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:27 smithi136 bash[11745]: cluster 2022-04-26T03:44:26.514113+0000 mgr.smithi136.ofnrfx (mgr.14188) 1851 : cluster [DBG] pgmap v1716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:29.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:29.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:29.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:29 smithi145 bash[13673]: cluster 2022-04-26T03:44:28.514770+0000 mgr.smithi136.ofnrfx (mgr.14188) 1852 : cluster [DBG] pgmap v1717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:29.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:30.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:29 smithi136 bash[11745]: cluster 2022-04-26T03:44:28.514770+0000 mgr.smithi136.ofnrfx (mgr.14188) 1852 : cluster [DBG] pgmap v1717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:30 smithi145 bash[13673]: audit 2022-04-26T03:44:29.906484+0000 mon.smithi136 (mon.0) 1579 : audit [DBG] from='client.? 172.21.15.136:0/2287070579' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:31.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:30 smithi136 bash[11745]: audit 2022-04-26T03:44:29.906484+0000 mon.smithi136 (mon.0) 1579 : audit [DBG] from='client.? 172.21.15.136:0/2287070579' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:31 smithi145 bash[13673]: cluster 2022-04-26T03:44:30.515377+0000 mgr.smithi136.ofnrfx (mgr.14188) 1853 : cluster [DBG] pgmap v1718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:31 smithi136 bash[11745]: cluster 2022-04-26T03:44:30.515377+0000 mgr.smithi136.ofnrfx (mgr.14188) 1853 : cluster [DBG] pgmap v1718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:33 smithi145 bash[13673]: cluster 2022-04-26T03:44:32.516124+0000 mgr.smithi136.ofnrfx (mgr.14188) 1854 : cluster [DBG] pgmap v1719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:34.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:33 smithi136 bash[11745]: cluster 2022-04-26T03:44:32.516124+0000 mgr.smithi136.ofnrfx (mgr.14188) 1854 : cluster [DBG] pgmap v1719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:34.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:34.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:34.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:34 smithi145 bash[13673]: cluster 2022-04-26T03:44:34.516877+0000 mgr.smithi136.ofnrfx (mgr.14188) 1855 : cluster [DBG] pgmap v1720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:35.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:35.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:34 smithi136 bash[11745]: cluster 2022-04-26T03:44:34.516877+0000 mgr.smithi136.ofnrfx (mgr.14188) 1855 : cluster [DBG] pgmap v1720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:36.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:35 smithi145 bash[13673]: audit 2022-04-26T03:44:35.236717+0000 mon.smithi136 (mon.0) 1580 : audit [DBG] from='client.? 172.21.15.136:0/1770764959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:36.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:35 smithi136 bash[11745]: audit 2022-04-26T03:44:35.236717+0000 mon.smithi136 (mon.0) 1580 : audit [DBG] from='client.? 172.21.15.136:0/1770764959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:36 smithi145 bash[13673]: cluster 2022-04-26T03:44:36.517535+0000 mgr.smithi136.ofnrfx (mgr.14188) 1856 : cluster [DBG] pgmap v1721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:37.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:36 smithi136 bash[11745]: cluster 2022-04-26T03:44:36.517535+0000 mgr.smithi136.ofnrfx (mgr.14188) 1856 : cluster [DBG] pgmap v1721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:38 smithi145 bash[13673]: audit 2022-04-26T03:44:38.519437+0000 mon.smithi136 (mon.0) 1581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:44:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:38 smithi145 bash[13673]: audit 2022-04-26T03:44:38.522110+0000 mon.smithi136 (mon.0) 1582 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:44:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:38 smithi145 bash[13673]: audit 2022-04-26T03:44:38.523957+0000 mon.smithi136 (mon.0) 1583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:44:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:38 smithi136 bash[11745]: audit 2022-04-26T03:44:38.519437+0000 mon.smithi136 (mon.0) 1581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:44:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:38 smithi136 bash[11745]: audit 2022-04-26T03:44:38.522110+0000 mon.smithi136 (mon.0) 1582 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:44:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:38 smithi136 bash[11745]: audit 2022-04-26T03:44:38.523957+0000 mon.smithi136 (mon.0) 1583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:44:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:39 smithi145 bash[13673]: cluster 2022-04-26T03:44:38.518236+0000 mgr.smithi136.ofnrfx (mgr.14188) 1857 : cluster [DBG] pgmap v1722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:39 smithi145 bash[13673]: audit 2022-04-26T03:44:38.858307+0000 mon.smithi136 (mon.0) 1584 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:44:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:39 smithi145 bash[13673]: audit 2022-04-26T03:44:38.864833+0000 mon.smithi136 (mon.0) 1585 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:44:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:39 smithi136 bash[11745]: cluster 2022-04-26T03:44:38.518236+0000 mgr.smithi136.ofnrfx (mgr.14188) 1857 : cluster [DBG] pgmap v1722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:39 smithi136 bash[11745]: audit 2022-04-26T03:44:38.858307+0000 mon.smithi136 (mon.0) 1584 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:44:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:39 smithi136 bash[11745]: audit 2022-04-26T03:44:38.864833+0000 mon.smithi136 (mon.0) 1585 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:44:40.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:40.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:40.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:40.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:40 smithi145 bash[13673]: cluster 2022-04-26T03:44:38.851818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1858 : cluster [DBG] pgmap v1723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:40 smithi145 bash[13673]: cluster 2022-04-26T03:44:38.852115+0000 mgr.smithi136.ofnrfx (mgr.14188) 1859 : cluster [DBG] pgmap v1724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:40 smithi145 bash[13673]: cephadm 2022-04-26T03:44:38.865870+0000 mgr.smithi136.ofnrfx (mgr.14188) 1860 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:44:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:40 smithi145 bash[13673]: cephadm 2022-04-26T03:44:38.865995+0000 mgr.smithi136.ofnrfx (mgr.14188) 1861 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:44:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:40 smithi145 bash[13673]: audit 2022-04-26T03:44:40.564914+0000 mon.smithi136 (mon.0) 1586 : audit [DBG] from='client.? 172.21.15.136:0/4234440' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:40 smithi136 bash[11745]: cluster 2022-04-26T03:44:38.851818+0000 mgr.smithi136.ofnrfx (mgr.14188) 1858 : cluster [DBG] pgmap v1723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:40 smithi136 bash[11745]: cluster 2022-04-26T03:44:38.852115+0000 mgr.smithi136.ofnrfx (mgr.14188) 1859 : cluster [DBG] pgmap v1724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:40 smithi136 bash[11745]: cephadm 2022-04-26T03:44:38.865870+0000 mgr.smithi136.ofnrfx (mgr.14188) 1860 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:44:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:40 smithi136 bash[11745]: cephadm 2022-04-26T03:44:38.865995+0000 mgr.smithi136.ofnrfx (mgr.14188) 1861 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:44:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:40 smithi136 bash[11745]: audit 2022-04-26T03:44:40.564914+0000 mon.smithi136 (mon.0) 1586 : audit [DBG] from='client.? 172.21.15.136:0/4234440' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:42 smithi145 bash[13673]: cluster 2022-04-26T03:44:40.852702+0000 mgr.smithi136.ofnrfx (mgr.14188) 1862 : cluster [DBG] pgmap v1725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:43.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:42 smithi136 bash[11745]: cluster 2022-04-26T03:44:40.852702+0000 mgr.smithi136.ofnrfx (mgr.14188) 1862 : cluster [DBG] pgmap v1725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:44 smithi145 bash[13673]: cluster 2022-04-26T03:44:42.853341+0000 mgr.smithi136.ofnrfx (mgr.14188) 1863 : cluster [DBG] pgmap v1726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:44 smithi136 bash[11745]: cluster 2022-04-26T03:44:42.853341+0000 mgr.smithi136.ofnrfx (mgr.14188) 1863 : cluster [DBG] pgmap v1726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:45.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:45.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:45.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:45.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:46 smithi145 bash[13673]: cluster 2022-04-26T03:44:44.854070+0000 mgr.smithi136.ofnrfx (mgr.14188) 1864 : cluster [DBG] pgmap v1727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:46 smithi145 bash[13673]: audit 2022-04-26T03:44:45.901687+0000 mon.smithi136 (mon.0) 1587 : audit [DBG] from='client.? 172.21.15.136:0/3588669398' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:46 smithi136 bash[11745]: cluster 2022-04-26T03:44:44.854070+0000 mgr.smithi136.ofnrfx (mgr.14188) 1864 : cluster [DBG] pgmap v1727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:46 smithi136 bash[11745]: audit 2022-04-26T03:44:45.901687+0000 mon.smithi136 (mon.0) 1587 : audit [DBG] from='client.? 172.21.15.136:0/3588669398' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:48 smithi145 bash[13673]: cluster 2022-04-26T03:44:46.854709+0000 mgr.smithi136.ofnrfx (mgr.14188) 1865 : cluster [DBG] pgmap v1728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:48 smithi136 bash[11745]: cluster 2022-04-26T03:44:46.854709+0000 mgr.smithi136.ofnrfx (mgr.14188) 1865 : cluster [DBG] pgmap v1728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:49 smithi145 bash[13673]: cluster 2022-04-26T03:44:48.855374+0000 mgr.smithi136.ofnrfx (mgr.14188) 1866 : cluster [DBG] pgmap v1729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:50.193 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:49 smithi136 bash[11745]: cluster 2022-04-26T03:44:48.855374+0000 mgr.smithi136.ofnrfx (mgr.14188) 1866 : cluster [DBG] pgmap v1729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:50.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:50.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:50.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:51.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:51 smithi136 bash[11745]: cluster 2022-04-26T03:44:50.856067+0000 mgr.smithi136.ofnrfx (mgr.14188) 1867 : cluster [DBG] pgmap v1730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:52.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:51 smithi136 bash[11745]: audit 2022-04-26T03:44:51.237009+0000 mon.smithi136 (mon.0) 1588 : audit [DBG] from='client.? 172.21.15.136:0/2870529921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:51 smithi145 bash[13673]: cluster 2022-04-26T03:44:50.856067+0000 mgr.smithi136.ofnrfx (mgr.14188) 1867 : cluster [DBG] pgmap v1730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:51 smithi145 bash[13673]: audit 2022-04-26T03:44:51.237009+0000 mon.smithi136 (mon.0) 1588 : audit [DBG] from='client.? 172.21.15.136:0/2870529921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:54.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:53 smithi136 bash[11745]: cluster 2022-04-26T03:44:52.856711+0000 mgr.smithi136.ofnrfx (mgr.14188) 1868 : cluster [DBG] pgmap v1731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:54.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:53 smithi145 bash[13673]: cluster 2022-04-26T03:44:52.856711+0000 mgr.smithi136.ofnrfx (mgr.14188) 1868 : cluster [DBG] pgmap v1731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:56.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:44:56.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:44:56.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:44:56.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:55 smithi136 bash[11745]: cluster 2022-04-26T03:44:54.857316+0000 mgr.smithi136.ofnrfx (mgr.14188) 1869 : cluster [DBG] pgmap v1732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:56.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:55 smithi145 bash[13673]: cluster 2022-04-26T03:44:54.857316+0000 mgr.smithi136.ofnrfx (mgr.14188) 1869 : cluster [DBG] pgmap v1732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:56.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:44:57.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:56 smithi136 bash[11745]: audit 2022-04-26T03:44:56.572878+0000 mon.smithi136 (mon.0) 1589 : audit [DBG] from='client.? 172.21.15.136:0/2652750673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:57.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:56 smithi145 bash[13673]: audit 2022-04-26T03:44:56.572878+0000 mon.smithi136 (mon.0) 1589 : audit [DBG] from='client.? 172.21.15.136:0/2652750673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:44:58.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:57 smithi136 bash[11745]: cluster 2022-04-26T03:44:56.857970+0000 mgr.smithi136.ofnrfx (mgr.14188) 1870 : cluster [DBG] pgmap v1733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:44:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:57 smithi145 bash[13673]: cluster 2022-04-26T03:44:56.857970+0000 mgr.smithi136.ofnrfx (mgr.14188) 1870 : cluster [DBG] pgmap v1733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:44:59 smithi145 bash[13673]: cluster 2022-04-26T03:44:58.858601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1871 : cluster [DBG] pgmap v1734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:00.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:44:59 smithi136 bash[11745]: cluster 2022-04-26T03:44:58.858601+0000 mgr.smithi136.ofnrfx (mgr.14188) 1871 : cluster [DBG] pgmap v1734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:01.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:01.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:01.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:01.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:01 smithi145 bash[13673]: cluster 2022-04-26T03:45:00.859228+0000 mgr.smithi136.ofnrfx (mgr.14188) 1872 : cluster [DBG] pgmap v1735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:01 smithi136 bash[11745]: cluster 2022-04-26T03:45:00.859228+0000 mgr.smithi136.ofnrfx (mgr.14188) 1872 : cluster [DBG] pgmap v1735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:02 smithi136 bash[11745]: audit 2022-04-26T03:45:01.921732+0000 mon.smithi136 (mon.0) 1590 : audit [DBG] from='client.? 172.21.15.136:0/285754845' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:02 smithi136 bash[11745]: audit 2022-04-26T03:45:02.117213+0000 mon.smithi136 (mon.0) 1591 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:45:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:02 smithi136 bash[11745]: audit 2022-04-26T03:45:02.118751+0000 mon.smithi136 (mon.0) 1592 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:45:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:02 smithi145 bash[13673]: audit 2022-04-26T03:45:01.921732+0000 mon.smithi136 (mon.0) 1590 : audit [DBG] from='client.? 172.21.15.136:0/285754845' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:02 smithi145 bash[13673]: audit 2022-04-26T03:45:02.117213+0000 mon.smithi136 (mon.0) 1591 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:45:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:02 smithi145 bash[13673]: audit 2022-04-26T03:45:02.118751+0000 mon.smithi136 (mon.0) 1592 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:45:04.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:03 smithi136 bash[11745]: cluster 2022-04-26T03:45:02.859869+0000 mgr.smithi136.ofnrfx (mgr.14188) 1873 : cluster [DBG] pgmap v1736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:03 smithi145 bash[13673]: cluster 2022-04-26T03:45:02.859869+0000 mgr.smithi136.ofnrfx (mgr.14188) 1873 : cluster [DBG] pgmap v1736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:06.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:05 smithi136 bash[11745]: cluster 2022-04-26T03:45:04.860465+0000 mgr.smithi136.ofnrfx (mgr.14188) 1874 : cluster [DBG] pgmap v1737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:05 smithi145 bash[13673]: cluster 2022-04-26T03:45:04.860465+0000 mgr.smithi136.ofnrfx (mgr.14188) 1874 : cluster [DBG] pgmap v1737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:06.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:06.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:06.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:07.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:08.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:07 smithi136 bash[11745]: cluster 2022-04-26T03:45:06.861120+0000 mgr.smithi136.ofnrfx (mgr.14188) 1875 : cluster [DBG] pgmap v1738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:08.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:07 smithi136 bash[11745]: audit 2022-04-26T03:45:07.250610+0000 mon.smithi136 (mon.0) 1593 : audit [DBG] from='client.? 172.21.15.136:0/2021655775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:07 smithi145 bash[13673]: cluster 2022-04-26T03:45:06.861120+0000 mgr.smithi136.ofnrfx (mgr.14188) 1875 : cluster [DBG] pgmap v1738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:07 smithi145 bash[13673]: audit 2022-04-26T03:45:07.250610+0000 mon.smithi136 (mon.0) 1593 : audit [DBG] from='client.? 172.21.15.136:0/2021655775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:09 smithi145 bash[13673]: cluster 2022-04-26T03:45:08.861796+0000 mgr.smithi136.ofnrfx (mgr.14188) 1876 : cluster [DBG] pgmap v1739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:10.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:09 smithi136 bash[11745]: cluster 2022-04-26T03:45:08.861796+0000 mgr.smithi136.ofnrfx (mgr.14188) 1876 : cluster [DBG] pgmap v1739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:12.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:12.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:12.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:12.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:11 smithi136 bash[11745]: cluster 2022-04-26T03:45:10.862449+0000 mgr.smithi136.ofnrfx (mgr.14188) 1877 : cluster [DBG] pgmap v1740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:12.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:11 smithi145 bash[13673]: cluster 2022-04-26T03:45:10.862449+0000 mgr.smithi136.ofnrfx (mgr.14188) 1877 : cluster [DBG] pgmap v1740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:12.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:13.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:12 smithi136 bash[11745]: audit 2022-04-26T03:45:12.575826+0000 mon.smithi136 (mon.0) 1594 : audit [DBG] from='client.? 172.21.15.136:0/1251227600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:13.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:12 smithi145 bash[13673]: audit 2022-04-26T03:45:12.575826+0000 mon.smithi136 (mon.0) 1594 : audit [DBG] from='client.? 172.21.15.136:0/1251227600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:14.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:13 smithi136 bash[11745]: cluster 2022-04-26T03:45:12.863097+0000 mgr.smithi136.ofnrfx (mgr.14188) 1878 : cluster [DBG] pgmap v1741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:13 smithi145 bash[13673]: cluster 2022-04-26T03:45:12.863097+0000 mgr.smithi136.ofnrfx (mgr.14188) 1878 : cluster [DBG] pgmap v1741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:16.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:15 smithi136 bash[11745]: cluster 2022-04-26T03:45:14.863758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1879 : cluster [DBG] pgmap v1742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:16.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:15 smithi145 bash[13673]: cluster 2022-04-26T03:45:14.863758+0000 mgr.smithi136.ofnrfx (mgr.14188) 1879 : cluster [DBG] pgmap v1742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:17.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:17.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:17.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:17.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:18.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:17 smithi136 bash[11745]: cluster 2022-04-26T03:45:16.864375+0000 mgr.smithi136.ofnrfx (mgr.14188) 1880 : cluster [DBG] pgmap v1743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:18.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:17 smithi136 bash[11745]: audit 2022-04-26T03:45:17.911829+0000 mon.smithi136 (mon.0) 1595 : audit [DBG] from='client.? 172.21.15.136:0/524242879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:17 smithi145 bash[13673]: cluster 2022-04-26T03:45:16.864375+0000 mgr.smithi136.ofnrfx (mgr.14188) 1880 : cluster [DBG] pgmap v1743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:17 smithi145 bash[13673]: audit 2022-04-26T03:45:17.911829+0000 mon.smithi136 (mon.0) 1595 : audit [DBG] from='client.? 172.21.15.136:0/524242879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:20.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:19 smithi145 bash[13673]: cluster 2022-04-26T03:45:18.864993+0000 mgr.smithi136.ofnrfx (mgr.14188) 1881 : cluster [DBG] pgmap v1744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:20.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:19 smithi136 bash[11745]: cluster 2022-04-26T03:45:18.864993+0000 mgr.smithi136.ofnrfx (mgr.14188) 1881 : cluster [DBG] pgmap v1744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:22.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:21 smithi136 bash[11745]: cluster 2022-04-26T03:45:20.865677+0000 mgr.smithi136.ofnrfx (mgr.14188) 1882 : cluster [DBG] pgmap v1745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:22.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:21 smithi145 bash[13673]: cluster 2022-04-26T03:45:20.865677+0000 mgr.smithi136.ofnrfx (mgr.14188) 1882 : cluster [DBG] pgmap v1745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:22.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:22.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:22.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:23.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:23 smithi136 bash[11745]: cluster 2022-04-26T03:45:22.866388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1883 : cluster [DBG] pgmap v1746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:24.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:23 smithi136 bash[11745]: audit 2022-04-26T03:45:23.237317+0000 mon.smithi136 (mon.0) 1596 : audit [DBG] from='client.? 172.21.15.136:0/2013392549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:23 smithi145 bash[13673]: cluster 2022-04-26T03:45:22.866388+0000 mgr.smithi136.ofnrfx (mgr.14188) 1883 : cluster [DBG] pgmap v1746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:23 smithi145 bash[13673]: audit 2022-04-26T03:45:23.237317+0000 mon.smithi136 (mon.0) 1596 : audit [DBG] from='client.? 172.21.15.136:0/2013392549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:25 smithi136 bash[11745]: cluster 2022-04-26T03:45:24.867049+0000 mgr.smithi136.ofnrfx (mgr.14188) 1884 : cluster [DBG] pgmap v1747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:25 smithi145 bash[13673]: cluster 2022-04-26T03:45:24.867049+0000 mgr.smithi136.ofnrfx (mgr.14188) 1884 : cluster [DBG] pgmap v1747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:28.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:28.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:28.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:28.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:27 smithi136 bash[11745]: cluster 2022-04-26T03:45:26.867746+0000 mgr.smithi136.ofnrfx (mgr.14188) 1885 : cluster [DBG] pgmap v1748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:27 smithi145 bash[13673]: cluster 2022-04-26T03:45:26.867746+0000 mgr.smithi136.ofnrfx (mgr.14188) 1885 : cluster [DBG] pgmap v1748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:28.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:28 smithi136 bash[11745]: audit 2022-04-26T03:45:28.565153+0000 mon.smithi136 (mon.0) 1597 : audit [DBG] from='client.? 172.21.15.136:0/1300732741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:29.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:28 smithi145 bash[13673]: audit 2022-04-26T03:45:28.565153+0000 mon.smithi136 (mon.0) 1597 : audit [DBG] from='client.? 172.21.15.136:0/1300732741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:30.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:29 smithi136 bash[11745]: cluster 2022-04-26T03:45:28.868394+0000 mgr.smithi136.ofnrfx (mgr.14188) 1886 : cluster [DBG] pgmap v1749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:29 smithi145 bash[13673]: cluster 2022-04-26T03:45:28.868394+0000 mgr.smithi136.ofnrfx (mgr.14188) 1886 : cluster [DBG] pgmap v1749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:32.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:31 smithi136 bash[11745]: cluster 2022-04-26T03:45:30.869113+0000 mgr.smithi136.ofnrfx (mgr.14188) 1887 : cluster [DBG] pgmap v1750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:32.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:31 smithi145 bash[13673]: cluster 2022-04-26T03:45:30.869113+0000 mgr.smithi136.ofnrfx (mgr.14188) 1887 : cluster [DBG] pgmap v1750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:33.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:33.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:33.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:33.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:34.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:33 smithi136 bash[11745]: cluster 2022-04-26T03:45:32.869786+0000 mgr.smithi136.ofnrfx (mgr.14188) 1888 : cluster [DBG] pgmap v1751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:34.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:33 smithi136 bash[11745]: audit 2022-04-26T03:45:33.894340+0000 mon.smithi136 (mon.0) 1598 : audit [DBG] from='client.? 172.21.15.136:0/4259814869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:34.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:33 smithi145 bash[13673]: cluster 2022-04-26T03:45:32.869786+0000 mgr.smithi136.ofnrfx (mgr.14188) 1888 : cluster [DBG] pgmap v1751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:34.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:33 smithi145 bash[13673]: audit 2022-04-26T03:45:33.894340+0000 mon.smithi136 (mon.0) 1598 : audit [DBG] from='client.? 172.21.15.136:0/4259814869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:36.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:35 smithi136 bash[11745]: cluster 2022-04-26T03:45:34.870369+0000 mgr.smithi136.ofnrfx (mgr.14188) 1889 : cluster [DBG] pgmap v1752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:36.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:35 smithi145 bash[13673]: cluster 2022-04-26T03:45:34.870369+0000 mgr.smithi136.ofnrfx (mgr.14188) 1889 : cluster [DBG] pgmap v1752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:38.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:37 smithi136 bash[11745]: cluster 2022-04-26T03:45:36.870989+0000 mgr.smithi136.ofnrfx (mgr.14188) 1890 : cluster [DBG] pgmap v1753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:37 smithi145 bash[13673]: cluster 2022-04-26T03:45:36.870989+0000 mgr.smithi136.ofnrfx (mgr.14188) 1890 : cluster [DBG] pgmap v1753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:38.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:38.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:38.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:39.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: cluster 2022-04-26T03:45:38.871621+0000 mgr.smithi136.ofnrfx (mgr.14188) 1891 : cluster [DBG] pgmap v1754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: audit 2022-04-26T03:45:38.876705+0000 mon.smithi136 (mon.0) 1599 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:45:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: audit 2022-04-26T03:45:38.879578+0000 mon.smithi136 (mon.0) 1600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:45:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: audit 2022-04-26T03:45:38.881524+0000 mon.smithi136 (mon.0) 1601 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:45:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: cluster 2022-04-26T03:45:39.212531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1892 : cluster [DBG] pgmap v1755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: cluster 2022-04-26T03:45:39.212987+0000 mgr.smithi136.ofnrfx (mgr.14188) 1893 : cluster [DBG] pgmap v1756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: audit 2022-04-26T03:45:39.219342+0000 mon.smithi136 (mon.0) 1602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:45:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: audit 2022-04-26T03:45:39.226154+0000 mon.smithi136 (mon.0) 1603 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:45:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: cephadm 2022-04-26T03:45:39.227206+0000 mgr.smithi136.ofnrfx (mgr.14188) 1894 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:45:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: cephadm 2022-04-26T03:45:39.227340+0000 mgr.smithi136.ofnrfx (mgr.14188) 1895 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:45:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:39 smithi145 bash[13673]: audit 2022-04-26T03:45:39.230554+0000 mon.smithi136 (mon.0) 1604 : audit [DBG] from='client.? 172.21.15.136:0/4023822035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:40.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: cluster 2022-04-26T03:45:38.871621+0000 mgr.smithi136.ofnrfx (mgr.14188) 1891 : cluster [DBG] pgmap v1754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:40.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: audit 2022-04-26T03:45:38.876705+0000 mon.smithi136 (mon.0) 1599 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: audit 2022-04-26T03:45:38.879578+0000 mon.smithi136 (mon.0) 1600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: audit 2022-04-26T03:45:38.881524+0000 mon.smithi136 (mon.0) 1601 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: cluster 2022-04-26T03:45:39.212531+0000 mgr.smithi136.ofnrfx (mgr.14188) 1892 : cluster [DBG] pgmap v1755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: cluster 2022-04-26T03:45:39.212987+0000 mgr.smithi136.ofnrfx (mgr.14188) 1893 : cluster [DBG] pgmap v1756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: audit 2022-04-26T03:45:39.219342+0000 mon.smithi136 (mon.0) 1602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: audit 2022-04-26T03:45:39.226154+0000 mon.smithi136 (mon.0) 1603 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: cephadm 2022-04-26T03:45:39.227206+0000 mgr.smithi136.ofnrfx (mgr.14188) 1894 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: cephadm 2022-04-26T03:45:39.227340+0000 mgr.smithi136.ofnrfx (mgr.14188) 1895 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:45:40.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:39 smithi136 bash[11745]: audit 2022-04-26T03:45:39.230554+0000 mon.smithi136 (mon.0) 1604 : audit [DBG] from='client.? 172.21.15.136:0/4023822035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:42.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:42 smithi136 bash[11745]: cluster 2022-04-26T03:45:41.213644+0000 mgr.smithi136.ofnrfx (mgr.14188) 1896 : cluster [DBG] pgmap v1757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:42 smithi145 bash[13673]: cluster 2022-04-26T03:45:41.213644+0000 mgr.smithi136.ofnrfx (mgr.14188) 1896 : cluster [DBG] pgmap v1757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:44.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:44.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:44.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:44.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:44 smithi136 bash[11745]: cluster 2022-04-26T03:45:43.214266+0000 mgr.smithi136.ofnrfx (mgr.14188) 1897 : cluster [DBG] pgmap v1758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:44.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:44 smithi145 bash[13673]: cluster 2022-04-26T03:45:43.214266+0000 mgr.smithi136.ofnrfx (mgr.14188) 1897 : cluster [DBG] pgmap v1758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:45.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:45 smithi136 bash[11745]: audit 2022-04-26T03:45:44.561713+0000 mon.smithi136 (mon.0) 1605 : audit [DBG] from='client.? 172.21.15.136:0/1068090503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:45.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:45 smithi145 bash[13673]: audit 2022-04-26T03:45:44.561713+0000 mon.smithi136 (mon.0) 1605 : audit [DBG] from='client.? 172.21.15.136:0/1068090503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:46.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:46 smithi136 bash[11745]: cluster 2022-04-26T03:45:45.214838+0000 mgr.smithi136.ofnrfx (mgr.14188) 1898 : cluster [DBG] pgmap v1759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:46 smithi145 bash[13673]: cluster 2022-04-26T03:45:45.214838+0000 mgr.smithi136.ofnrfx (mgr.14188) 1898 : cluster [DBG] pgmap v1759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:48 smithi145 bash[13673]: cluster 2022-04-26T03:45:47.215477+0000 mgr.smithi136.ofnrfx (mgr.14188) 1899 : cluster [DBG] pgmap v1760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:48.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:48 smithi136 bash[11745]: cluster 2022-04-26T03:45:47.215477+0000 mgr.smithi136.ofnrfx (mgr.14188) 1899 : cluster [DBG] pgmap v1760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:49.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:49.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:49.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:49.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:49 smithi145 bash[13673]: cluster 2022-04-26T03:45:49.216106+0000 mgr.smithi136.ofnrfx (mgr.14188) 1900 : cluster [DBG] pgmap v1761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:50.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:49 smithi136 bash[11745]: cluster 2022-04-26T03:45:49.216106+0000 mgr.smithi136.ofnrfx (mgr.14188) 1900 : cluster [DBG] pgmap v1761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:51.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:50 smithi145 bash[13673]: audit 2022-04-26T03:45:49.890258+0000 mon.smithi136 (mon.0) 1606 : audit [DBG] from='client.? 172.21.15.136:0/1627105218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:51.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:50 smithi136 bash[11745]: audit 2022-04-26T03:45:49.890258+0000 mon.smithi136 (mon.0) 1606 : audit [DBG] from='client.? 172.21.15.136:0/1627105218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:52.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:51 smithi145 bash[13673]: cluster 2022-04-26T03:45:51.216743+0000 mgr.smithi136.ofnrfx (mgr.14188) 1901 : cluster [DBG] pgmap v1762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:51 smithi136 bash[11745]: cluster 2022-04-26T03:45:51.216743+0000 mgr.smithi136.ofnrfx (mgr.14188) 1901 : cluster [DBG] pgmap v1762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:54.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:54 smithi136 bash[11745]: cluster 2022-04-26T03:45:53.217375+0000 mgr.smithi136.ofnrfx (mgr.14188) 1902 : cluster [DBG] pgmap v1763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:54 smithi145 bash[13673]: cluster 2022-04-26T03:45:53.217375+0000 mgr.smithi136.ofnrfx (mgr.14188) 1902 : cluster [DBG] pgmap v1763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:54.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:45:54.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:45:54.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:45:55.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:45:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:55 smithi136 bash[11745]: audit 2022-04-26T03:45:55.221970+0000 mon.smithi136 (mon.0) 1607 : audit [DBG] from='client.? 172.21.15.136:0/3041917547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:55.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:55 smithi145 bash[13673]: audit 2022-04-26T03:45:55.221970+0000 mon.smithi136 (mon.0) 1607 : audit [DBG] from='client.? 172.21.15.136:0/3041917547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:45:56.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:56 smithi136 bash[11745]: cluster 2022-04-26T03:45:55.217967+0000 mgr.smithi136.ofnrfx (mgr.14188) 1903 : cluster [DBG] pgmap v1764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:56.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:56 smithi145 bash[13673]: cluster 2022-04-26T03:45:55.217967+0000 mgr.smithi136.ofnrfx (mgr.14188) 1903 : cluster [DBG] pgmap v1764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:58 smithi145 bash[13673]: cluster 2022-04-26T03:45:57.218573+0000 mgr.smithi136.ofnrfx (mgr.14188) 1904 : cluster [DBG] pgmap v1765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:45:58.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:58 smithi136 bash[11745]: cluster 2022-04-26T03:45:57.218573+0000 mgr.smithi136.ofnrfx (mgr.14188) 1904 : cluster [DBG] pgmap v1765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:45:59 smithi145 bash[13673]: cluster 2022-04-26T03:45:59.219309+0000 mgr.smithi136.ofnrfx (mgr.14188) 1905 : cluster [DBG] pgmap v1766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:00.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:45:59 smithi136 bash[11745]: cluster 2022-04-26T03:45:59.219309+0000 mgr.smithi136.ofnrfx (mgr.14188) 1905 : cluster [DBG] pgmap v1766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:00.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:00.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:00.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:00.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:00 smithi145 bash[13673]: audit 2022-04-26T03:46:00.547358+0000 mon.smithi136 (mon.0) 1608 : audit [DBG] from='client.? 172.21.15.136:0/2904243309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:00 smithi136 bash[11745]: audit 2022-04-26T03:46:00.547358+0000 mon.smithi136 (mon.0) 1608 : audit [DBG] from='client.? 172.21.15.136:0/2904243309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:01 smithi145 bash[13673]: cluster 2022-04-26T03:46:01.220083+0000 mgr.smithi136.ofnrfx (mgr.14188) 1906 : cluster [DBG] pgmap v1767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:01 smithi136 bash[11745]: cluster 2022-04-26T03:46:01.220083+0000 mgr.smithi136.ofnrfx (mgr.14188) 1906 : cluster [DBG] pgmap v1767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:02 smithi145 bash[13673]: audit 2022-04-26T03:46:02.121934+0000 mon.smithi136 (mon.0) 1609 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:46:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:02 smithi145 bash[13673]: audit 2022-04-26T03:46:02.122897+0000 mon.smithi136 (mon.0) 1610 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:46:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:02 smithi136 bash[11745]: audit 2022-04-26T03:46:02.121934+0000 mon.smithi136 (mon.0) 1609 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:46:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:02 smithi136 bash[11745]: audit 2022-04-26T03:46:02.122897+0000 mon.smithi136 (mon.0) 1610 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:46:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:03 smithi145 bash[13673]: cluster 2022-04-26T03:46:03.220747+0000 mgr.smithi136.ofnrfx (mgr.14188) 1907 : cluster [DBG] pgmap v1768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:04.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:03 smithi136 bash[11745]: cluster 2022-04-26T03:46:03.220747+0000 mgr.smithi136.ofnrfx (mgr.14188) 1907 : cluster [DBG] pgmap v1768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:05.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:05.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:05.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:05.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:06.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:06 smithi136 bash[11745]: cluster 2022-04-26T03:46:05.221294+0000 mgr.smithi136.ofnrfx (mgr.14188) 1908 : cluster [DBG] pgmap v1769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:06.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:06 smithi136 bash[11745]: audit 2022-04-26T03:46:05.879439+0000 mon.smithi136 (mon.0) 1611 : audit [DBG] from='client.? 172.21.15.136:0/1011980265' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:06.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:06 smithi145 bash[13673]: cluster 2022-04-26T03:46:05.221294+0000 mgr.smithi136.ofnrfx (mgr.14188) 1908 : cluster [DBG] pgmap v1769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:06.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:06 smithi145 bash[13673]: audit 2022-04-26T03:46:05.879439+0000 mon.smithi136 (mon.0) 1611 : audit [DBG] from='client.? 172.21.15.136:0/1011980265' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:08 smithi145 bash[13673]: cluster 2022-04-26T03:46:07.221929+0000 mgr.smithi136.ofnrfx (mgr.14188) 1909 : cluster [DBG] pgmap v1770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:08.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:08 smithi136 bash[11745]: cluster 2022-04-26T03:46:07.221929+0000 mgr.smithi136.ofnrfx (mgr.14188) 1909 : cluster [DBG] pgmap v1770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:09 smithi145 bash[13673]: cluster 2022-04-26T03:46:09.222556+0000 mgr.smithi136.ofnrfx (mgr.14188) 1910 : cluster [DBG] pgmap v1771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:10.195 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:09 smithi136 bash[11745]: cluster 2022-04-26T03:46:09.222556+0000 mgr.smithi136.ofnrfx (mgr.14188) 1910 : cluster [DBG] pgmap v1771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:10.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:10.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:10.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:11.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:11.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:11 smithi136 bash[11745]: audit 2022-04-26T03:46:11.205674+0000 mon.smithi136 (mon.0) 1612 : audit [DBG] from='client.? 172.21.15.136:0/2538406194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:11 smithi145 bash[13673]: audit 2022-04-26T03:46:11.205674+0000 mon.smithi136 (mon.0) 1612 : audit [DBG] from='client.? 172.21.15.136:0/2538406194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:12.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:12 smithi136 bash[11745]: cluster 2022-04-26T03:46:11.223199+0000 mgr.smithi136.ofnrfx (mgr.14188) 1911 : cluster [DBG] pgmap v1772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:12.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:12 smithi145 bash[13673]: cluster 2022-04-26T03:46:11.223199+0000 mgr.smithi136.ofnrfx (mgr.14188) 1911 : cluster [DBG] pgmap v1772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:14.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:14 smithi136 bash[11745]: cluster 2022-04-26T03:46:13.223864+0000 mgr.smithi136.ofnrfx (mgr.14188) 1912 : cluster [DBG] pgmap v1773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:14 smithi145 bash[13673]: cluster 2022-04-26T03:46:13.223864+0000 mgr.smithi136.ofnrfx (mgr.14188) 1912 : cluster [DBG] pgmap v1773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:16.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:16.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:16.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:16.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:16.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:16 smithi136 bash[11745]: cluster 2022-04-26T03:46:15.224464+0000 mgr.smithi136.ofnrfx (mgr.14188) 1913 : cluster [DBG] pgmap v1774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:16.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:16 smithi145 bash[13673]: cluster 2022-04-26T03:46:15.224464+0000 mgr.smithi136.ofnrfx (mgr.14188) 1913 : cluster [DBG] pgmap v1774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:17.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:17 smithi136 bash[11745]: audit 2022-04-26T03:46:16.533729+0000 mon.smithi136 (mon.0) 1613 : audit [DBG] from='client.? 172.21.15.136:0/3828192476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:17.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:17 smithi145 bash[13673]: audit 2022-04-26T03:46:16.533729+0000 mon.smithi136 (mon.0) 1613 : audit [DBG] from='client.? 172.21.15.136:0/3828192476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:18 smithi145 bash[13673]: cluster 2022-04-26T03:46:17.225196+0000 mgr.smithi136.ofnrfx (mgr.14188) 1914 : cluster [DBG] pgmap v1775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:18.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:18 smithi136 bash[11745]: cluster 2022-04-26T03:46:17.225196+0000 mgr.smithi136.ofnrfx (mgr.14188) 1914 : cluster [DBG] pgmap v1775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:20.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:19 smithi145 bash[13673]: cluster 2022-04-26T03:46:19.225899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1915 : cluster [DBG] pgmap v1776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:20.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:19 smithi136 bash[11745]: cluster 2022-04-26T03:46:19.225899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1915 : cluster [DBG] pgmap v1776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:21.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:21.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:21.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:21.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:22.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:22 smithi136 bash[11745]: cluster 2022-04-26T03:46:21.226564+0000 mgr.smithi136.ofnrfx (mgr.14188) 1916 : cluster [DBG] pgmap v1777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:22.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:22 smithi136 bash[11745]: audit 2022-04-26T03:46:21.863804+0000 mon.smithi136 (mon.0) 1614 : audit [DBG] from='client.? 172.21.15.136:0/3048902516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:22 smithi145 bash[13673]: cluster 2022-04-26T03:46:21.226564+0000 mgr.smithi136.ofnrfx (mgr.14188) 1916 : cluster [DBG] pgmap v1777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:22 smithi145 bash[13673]: audit 2022-04-26T03:46:21.863804+0000 mon.smithi136 (mon.0) 1614 : audit [DBG] from='client.? 172.21.15.136:0/3048902516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:24 smithi136 bash[11745]: cluster 2022-04-26T03:46:23.227187+0000 mgr.smithi136.ofnrfx (mgr.14188) 1917 : cluster [DBG] pgmap v1778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:24.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:24 smithi145 bash[13673]: cluster 2022-04-26T03:46:23.227187+0000 mgr.smithi136.ofnrfx (mgr.14188) 1917 : cluster [DBG] pgmap v1778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:26.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:26 smithi136 bash[11745]: cluster 2022-04-26T03:46:25.227816+0000 mgr.smithi136.ofnrfx (mgr.14188) 1918 : cluster [DBG] pgmap v1779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:26 smithi145 bash[13673]: cluster 2022-04-26T03:46:25.227816+0000 mgr.smithi136.ofnrfx (mgr.14188) 1918 : cluster [DBG] pgmap v1779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:26.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:26.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:26.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:27.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:27.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:27 smithi136 bash[11745]: audit 2022-04-26T03:46:27.191129+0000 mon.smithi136 (mon.0) 1615 : audit [DBG] from='client.? 172.21.15.136:0/1768214059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:27 smithi145 bash[13673]: audit 2022-04-26T03:46:27.191129+0000 mon.smithi136 (mon.0) 1615 : audit [DBG] from='client.? 172.21.15.136:0/1768214059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:28 smithi145 bash[13673]: cluster 2022-04-26T03:46:27.228460+0000 mgr.smithi136.ofnrfx (mgr.14188) 1919 : cluster [DBG] pgmap v1780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:28 smithi136 bash[11745]: cluster 2022-04-26T03:46:27.228460+0000 mgr.smithi136.ofnrfx (mgr.14188) 1919 : cluster [DBG] pgmap v1780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:29 smithi145 bash[13673]: cluster 2022-04-26T03:46:29.229119+0000 mgr.smithi136.ofnrfx (mgr.14188) 1920 : cluster [DBG] pgmap v1781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:30.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:29 smithi136 bash[11745]: cluster 2022-04-26T03:46:29.229119+0000 mgr.smithi136.ofnrfx (mgr.14188) 1920 : cluster [DBG] pgmap v1781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:32.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:32.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:32.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:32.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:32.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:32 smithi136 bash[11745]: cluster 2022-04-26T03:46:31.229754+0000 mgr.smithi136.ofnrfx (mgr.14188) 1921 : cluster [DBG] pgmap v1782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:32 smithi145 bash[13673]: cluster 2022-04-26T03:46:31.229754+0000 mgr.smithi136.ofnrfx (mgr.14188) 1921 : cluster [DBG] pgmap v1782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:33.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:33 smithi136 bash[11745]: audit 2022-04-26T03:46:32.525142+0000 mon.smithi136 (mon.0) 1616 : audit [DBG] from='client.? 172.21.15.136:0/1689209889' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:33 smithi145 bash[13673]: audit 2022-04-26T03:46:32.525142+0000 mon.smithi136 (mon.0) 1616 : audit [DBG] from='client.? 172.21.15.136:0/1689209889' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:34.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:34 smithi136 bash[11745]: cluster 2022-04-26T03:46:33.230367+0000 mgr.smithi136.ofnrfx (mgr.14188) 1922 : cluster [DBG] pgmap v1783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:34 smithi145 bash[13673]: cluster 2022-04-26T03:46:33.230367+0000 mgr.smithi136.ofnrfx (mgr.14188) 1922 : cluster [DBG] pgmap v1783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:36.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:36 smithi136 bash[11745]: cluster 2022-04-26T03:46:35.230974+0000 mgr.smithi136.ofnrfx (mgr.14188) 1923 : cluster [DBG] pgmap v1784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:36.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:36 smithi145 bash[13673]: cluster 2022-04-26T03:46:35.230974+0000 mgr.smithi136.ofnrfx (mgr.14188) 1923 : cluster [DBG] pgmap v1784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:37.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:37.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:37.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:37.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:38 smithi145 bash[13673]: cluster 2022-04-26T03:46:37.231662+0000 mgr.smithi136.ofnrfx (mgr.14188) 1924 : cluster [DBG] pgmap v1785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:38 smithi145 bash[13673]: audit 2022-04-26T03:46:37.853411+0000 mon.smithi136 (mon.0) 1617 : audit [DBG] from='client.? 172.21.15.136:0/1052862214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:38 smithi136 bash[11745]: cluster 2022-04-26T03:46:37.231662+0000 mgr.smithi136.ofnrfx (mgr.14188) 1924 : cluster [DBG] pgmap v1785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:38 smithi136 bash[11745]: audit 2022-04-26T03:46:37.853411+0000 mon.smithi136 (mon.0) 1617 : audit [DBG] from='client.? 172.21.15.136:0/1052862214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: cluster 2022-04-26T03:46:39.232298+0000 mgr.smithi136.ofnrfx (mgr.14188) 1925 : cluster [DBG] pgmap v1786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: audit 2022-04-26T03:46:39.238903+0000 mon.smithi136 (mon.0) 1618 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:46:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: audit 2022-04-26T03:46:39.241703+0000 mon.smithi136 (mon.0) 1619 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:46:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: audit 2022-04-26T03:46:39.243415+0000 mon.smithi136 (mon.0) 1620 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:46:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: cluster 2022-04-26T03:46:39.565322+0000 mgr.smithi136.ofnrfx (mgr.14188) 1926 : cluster [DBG] pgmap v1787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: cluster 2022-04-26T03:46:39.565868+0000 mgr.smithi136.ofnrfx (mgr.14188) 1927 : cluster [DBG] pgmap v1788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: audit 2022-04-26T03:46:39.571710+0000 mon.smithi136 (mon.0) 1621 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:46:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: audit 2022-04-26T03:46:39.580970+0000 mon.smithi136 (mon.0) 1622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:46:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: cephadm 2022-04-26T03:46:39.582157+0000 mgr.smithi136.ofnrfx (mgr.14188) 1928 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:46:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:39 smithi145 bash[13673]: cephadm 2022-04-26T03:46:39.582323+0000 mgr.smithi136.ofnrfx (mgr.14188) 1929 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:46:40.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: cluster 2022-04-26T03:46:39.232298+0000 mgr.smithi136.ofnrfx (mgr.14188) 1925 : cluster [DBG] pgmap v1786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:40.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: audit 2022-04-26T03:46:39.238903+0000 mon.smithi136 (mon.0) 1618 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:46:40.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: audit 2022-04-26T03:46:39.241703+0000 mon.smithi136 (mon.0) 1619 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:46:40.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: audit 2022-04-26T03:46:39.243415+0000 mon.smithi136 (mon.0) 1620 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:46:40.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: cluster 2022-04-26T03:46:39.565322+0000 mgr.smithi136.ofnrfx (mgr.14188) 1926 : cluster [DBG] pgmap v1787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:40.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: cluster 2022-04-26T03:46:39.565868+0000 mgr.smithi136.ofnrfx (mgr.14188) 1927 : cluster [DBG] pgmap v1788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:40.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: audit 2022-04-26T03:46:39.571710+0000 mon.smithi136 (mon.0) 1621 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:46:40.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: audit 2022-04-26T03:46:39.580970+0000 mon.smithi136 (mon.0) 1622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:46:40.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: cephadm 2022-04-26T03:46:39.582157+0000 mgr.smithi136.ofnrfx (mgr.14188) 1928 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:46:40.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:39 smithi136 bash[11745]: cephadm 2022-04-26T03:46:39.582323+0000 mgr.smithi136.ofnrfx (mgr.14188) 1929 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:46:42.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:42.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:42.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:42 smithi145 bash[13673]: cluster 2022-04-26T03:46:41.566537+0000 mgr.smithi136.ofnrfx (mgr.14188) 1930 : cluster [DBG] pgmap v1789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:43.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:42 smithi136 bash[11745]: cluster 2022-04-26T03:46:41.566537+0000 mgr.smithi136.ofnrfx (mgr.14188) 1930 : cluster [DBG] pgmap v1789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:43.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:43 smithi145 bash[13673]: audit 2022-04-26T03:46:43.180513+0000 mon.smithi136 (mon.0) 1623 : audit [DBG] from='client.? 172.21.15.136:0/1538401070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:44.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:43 smithi136 bash[11745]: audit 2022-04-26T03:46:43.180513+0000 mon.smithi136 (mon.0) 1623 : audit [DBG] from='client.? 172.21.15.136:0/1538401070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:44 smithi145 bash[13673]: cluster 2022-04-26T03:46:43.567164+0000 mgr.smithi136.ofnrfx (mgr.14188) 1931 : cluster [DBG] pgmap v1790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:44 smithi136 bash[11745]: cluster 2022-04-26T03:46:43.567164+0000 mgr.smithi136.ofnrfx (mgr.14188) 1931 : cluster [DBG] pgmap v1790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:46 smithi145 bash[13673]: cluster 2022-04-26T03:46:45.567811+0000 mgr.smithi136.ofnrfx (mgr.14188) 1932 : cluster [DBG] pgmap v1791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:47.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:46 smithi136 bash[11745]: cluster 2022-04-26T03:46:45.567811+0000 mgr.smithi136.ofnrfx (mgr.14188) 1932 : cluster [DBG] pgmap v1791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:48.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:48.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:48.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:48.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:48 smithi145 bash[13673]: cluster 2022-04-26T03:46:47.568488+0000 mgr.smithi136.ofnrfx (mgr.14188) 1933 : cluster [DBG] pgmap v1792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:48 smithi145 bash[13673]: audit 2022-04-26T03:46:48.508869+0000 mon.smithi136 (mon.0) 1624 : audit [DBG] from='client.? 172.21.15.136:0/2323574060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:48 smithi136 bash[11745]: cluster 2022-04-26T03:46:47.568488+0000 mgr.smithi136.ofnrfx (mgr.14188) 1933 : cluster [DBG] pgmap v1792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:48 smithi136 bash[11745]: audit 2022-04-26T03:46:48.508869+0000 mon.smithi136 (mon.0) 1624 : audit [DBG] from='client.? 172.21.15.136:0/2323574060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:49 smithi145 bash[13673]: cluster 2022-04-26T03:46:49.569141+0000 mgr.smithi136.ofnrfx (mgr.14188) 1934 : cluster [DBG] pgmap v1793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:50.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:49 smithi136 bash[11745]: cluster 2022-04-26T03:46:49.569141+0000 mgr.smithi136.ofnrfx (mgr.14188) 1934 : cluster [DBG] pgmap v1793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:52 smithi145 bash[13673]: cluster 2022-04-26T03:46:51.569767+0000 mgr.smithi136.ofnrfx (mgr.14188) 1935 : cluster [DBG] pgmap v1794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:53.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:52 smithi136 bash[11745]: cluster 2022-04-26T03:46:51.569767+0000 mgr.smithi136.ofnrfx (mgr.14188) 1935 : cluster [DBG] pgmap v1794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:53.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:53.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:53.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:53.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:46:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:54 smithi145 bash[13673]: cluster 2022-04-26T03:46:53.570477+0000 mgr.smithi136.ofnrfx (mgr.14188) 1936 : cluster [DBG] pgmap v1795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:54 smithi145 bash[13673]: audit 2022-04-26T03:46:53.832557+0000 mon.smithi136 (mon.0) 1625 : audit [DBG] from='client.? 172.21.15.136:0/2157458950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:55.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:54 smithi136 bash[11745]: cluster 2022-04-26T03:46:53.570477+0000 mgr.smithi136.ofnrfx (mgr.14188) 1936 : cluster [DBG] pgmap v1795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:55.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:54 smithi136 bash[11745]: audit 2022-04-26T03:46:53.832557+0000 mon.smithi136 (mon.0) 1625 : audit [DBG] from='client.? 172.21.15.136:0/2157458950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:46:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:56 smithi145 bash[13673]: cluster 2022-04-26T03:46:55.571154+0000 mgr.smithi136.ofnrfx (mgr.14188) 1937 : cluster [DBG] pgmap v1796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:57.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:56 smithi136 bash[11745]: cluster 2022-04-26T03:46:55.571154+0000 mgr.smithi136.ofnrfx (mgr.14188) 1937 : cluster [DBG] pgmap v1796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:58.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:46:58.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:46:58.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:46:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:58 smithi145 bash[13673]: cluster 2022-04-26T03:46:57.571825+0000 mgr.smithi136.ofnrfx (mgr.14188) 1938 : cluster [DBG] pgmap v1797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:58 smithi136 bash[11745]: cluster 2022-04-26T03:46:57.571825+0000 mgr.smithi136.ofnrfx (mgr.14188) 1938 : cluster [DBG] pgmap v1797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:46:59.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:59 smithi145 bash[13673]: audit 2022-04-26T03:46:59.156130+0000 mon.smithi136 (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.136:0/1912966707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:46:59 smithi145 bash[13673]: cluster 2022-04-26T03:46:59.572468+0000 mgr.smithi136.ofnrfx (mgr.14188) 1939 : cluster [DBG] pgmap v1798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:00.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:59 smithi136 bash[11745]: audit 2022-04-26T03:46:59.156130+0000 mon.smithi136 (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.136:0/1912966707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:00.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:46:59 smithi136 bash[11745]: cluster 2022-04-26T03:46:59.572468+0000 mgr.smithi136.ofnrfx (mgr.14188) 1939 : cluster [DBG] pgmap v1798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:02 smithi145 bash[13673]: cluster 2022-04-26T03:47:01.573099+0000 mgr.smithi136.ofnrfx (mgr.14188) 1940 : cluster [DBG] pgmap v1799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:02 smithi145 bash[13673]: audit 2022-04-26T03:47:02.126386+0000 mon.smithi136 (mon.0) 1627 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:47:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:02 smithi145 bash[13673]: audit 2022-04-26T03:47:02.133537+0000 mon.smithi136 (mon.0) 1628 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:47:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:02 smithi136 bash[11745]: cluster 2022-04-26T03:47:01.573099+0000 mgr.smithi136.ofnrfx (mgr.14188) 1940 : cluster [DBG] pgmap v1799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:02 smithi136 bash[11745]: audit 2022-04-26T03:47:02.126386+0000 mon.smithi136 (mon.0) 1627 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:47:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:02 smithi136 bash[11745]: audit 2022-04-26T03:47:02.133537+0000 mon.smithi136 (mon.0) 1628 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:47:04.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:04.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:04.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:04.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:04 smithi145 bash[13673]: cluster 2022-04-26T03:47:03.573721+0000 mgr.smithi136.ofnrfx (mgr.14188) 1941 : cluster [DBG] pgmap v1800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:04 smithi145 bash[13673]: audit 2022-04-26T03:47:04.486966+0000 mon.smithi136 (mon.0) 1629 : audit [DBG] from='client.? 172.21.15.136:0/4142099336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:05.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:04 smithi136 bash[11745]: cluster 2022-04-26T03:47:03.573721+0000 mgr.smithi136.ofnrfx (mgr.14188) 1941 : cluster [DBG] pgmap v1800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:05.079 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:04 smithi136 bash[11745]: audit 2022-04-26T03:47:04.486966+0000 mon.smithi136 (mon.0) 1629 : audit [DBG] from='client.? 172.21.15.136:0/4142099336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:06 smithi145 bash[13673]: cluster 2022-04-26T03:47:05.574311+0000 mgr.smithi136.ofnrfx (mgr.14188) 1942 : cluster [DBG] pgmap v1801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:07.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:06 smithi136 bash[11745]: cluster 2022-04-26T03:47:05.574311+0000 mgr.smithi136.ofnrfx (mgr.14188) 1942 : cluster [DBG] pgmap v1801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:08 smithi145 bash[13673]: cluster 2022-04-26T03:47:07.574911+0000 mgr.smithi136.ofnrfx (mgr.14188) 1943 : cluster [DBG] pgmap v1802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:09.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:08 smithi136 bash[11745]: cluster 2022-04-26T03:47:07.574911+0000 mgr.smithi136.ofnrfx (mgr.14188) 1943 : cluster [DBG] pgmap v1802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:09.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:09.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:09.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:09.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:09 smithi145 bash[13673]: cluster 2022-04-26T03:47:09.575571+0000 mgr.smithi136.ofnrfx (mgr.14188) 1944 : cluster [DBG] pgmap v1803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:10.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:09 smithi145 bash[13673]: audit 2022-04-26T03:47:09.815430+0000 mon.smithi136 (mon.0) 1630 : audit [DBG] from='client.? 172.21.15.136:0/980545249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:10.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:09 smithi136 bash[11745]: cluster 2022-04-26T03:47:09.575571+0000 mgr.smithi136.ofnrfx (mgr.14188) 1944 : cluster [DBG] pgmap v1803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:10.198 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:09 smithi136 bash[11745]: audit 2022-04-26T03:47:09.815430+0000 mon.smithi136 (mon.0) 1630 : audit [DBG] from='client.? 172.21.15.136:0/980545249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:12 smithi145 bash[13673]: cluster 2022-04-26T03:47:11.576300+0000 mgr.smithi136.ofnrfx (mgr.14188) 1945 : cluster [DBG] pgmap v1804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:13.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:12 smithi136 bash[11745]: cluster 2022-04-26T03:47:11.576300+0000 mgr.smithi136.ofnrfx (mgr.14188) 1945 : cluster [DBG] pgmap v1804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:14.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:14.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:14.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:14 smithi145 bash[13673]: cluster 2022-04-26T03:47:13.577078+0000 mgr.smithi136.ofnrfx (mgr.14188) 1946 : cluster [DBG] pgmap v1805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:15.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:14 smithi136 bash[11745]: cluster 2022-04-26T03:47:13.577078+0000 mgr.smithi136.ofnrfx (mgr.14188) 1946 : cluster [DBG] pgmap v1805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:15.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:15.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:15 smithi145 bash[13673]: audit 2022-04-26T03:47:15.143398+0000 mon.smithi136 (mon.0) 1631 : audit [DBG] from='client.? 172.21.15.136:0/1820515677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:16.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:15 smithi136 bash[11745]: audit 2022-04-26T03:47:15.143398+0000 mon.smithi136 (mon.0) 1631 : audit [DBG] from='client.? 172.21.15.136:0/1820515677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:16 smithi145 bash[13673]: cluster 2022-04-26T03:47:15.577720+0000 mgr.smithi136.ofnrfx (mgr.14188) 1947 : cluster [DBG] pgmap v1806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:17.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:16 smithi136 bash[11745]: cluster 2022-04-26T03:47:15.577720+0000 mgr.smithi136.ofnrfx (mgr.14188) 1947 : cluster [DBG] pgmap v1806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:19.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:18 smithi136 bash[11745]: cluster 2022-04-26T03:47:17.578379+0000 mgr.smithi136.ofnrfx (mgr.14188) 1948 : cluster [DBG] pgmap v1807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:19.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:18 smithi145 bash[13673]: cluster 2022-04-26T03:47:17.578379+0000 mgr.smithi136.ofnrfx (mgr.14188) 1948 : cluster [DBG] pgmap v1807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:20.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:19 smithi145 bash[13673]: cluster 2022-04-26T03:47:19.579026+0000 mgr.smithi136.ofnrfx (mgr.14188) 1949 : cluster [DBG] pgmap v1808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:20.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:20.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:20.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:20.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:19 smithi136 bash[11745]: cluster 2022-04-26T03:47:19.579026+0000 mgr.smithi136.ofnrfx (mgr.14188) 1949 : cluster [DBG] pgmap v1808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:20.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:21.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:20 smithi145 bash[13673]: audit 2022-04-26T03:47:20.468457+0000 mon.smithi136 (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.136:0/4139257625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:21.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:20 smithi136 bash[11745]: audit 2022-04-26T03:47:20.468457+0000 mon.smithi136 (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.136:0/4139257625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:22.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:21 smithi145 bash[13673]: cluster 2022-04-26T03:47:21.579705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1950 : cluster [DBG] pgmap v1809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:22.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:21 smithi136 bash[11745]: cluster 2022-04-26T03:47:21.579705+0000 mgr.smithi136.ofnrfx (mgr.14188) 1950 : cluster [DBG] pgmap v1809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:24 smithi145 bash[13673]: cluster 2022-04-26T03:47:23.580334+0000 mgr.smithi136.ofnrfx (mgr.14188) 1951 : cluster [DBG] pgmap v1810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:24 smithi136 bash[11745]: cluster 2022-04-26T03:47:23.580334+0000 mgr.smithi136.ofnrfx (mgr.14188) 1951 : cluster [DBG] pgmap v1810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:25.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:25.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:25.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:25.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:26 smithi145 bash[13673]: cluster 2022-04-26T03:47:25.580929+0000 mgr.smithi136.ofnrfx (mgr.14188) 1952 : cluster [DBG] pgmap v1811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:26 smithi145 bash[13673]: audit 2022-04-26T03:47:25.790027+0000 mon.smithi136 (mon.0) 1633 : audit [DBG] from='client.? 172.21.15.136:0/1943346810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:27.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:26 smithi136 bash[11745]: cluster 2022-04-26T03:47:25.580929+0000 mgr.smithi136.ofnrfx (mgr.14188) 1952 : cluster [DBG] pgmap v1811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:27.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:26 smithi136 bash[11745]: audit 2022-04-26T03:47:25.790027+0000 mon.smithi136 (mon.0) 1633 : audit [DBG] from='client.? 172.21.15.136:0/1943346810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:28 smithi145 bash[13673]: cluster 2022-04-26T03:47:27.581585+0000 mgr.smithi136.ofnrfx (mgr.14188) 1953 : cluster [DBG] pgmap v1812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:28 smithi136 bash[11745]: cluster 2022-04-26T03:47:27.581585+0000 mgr.smithi136.ofnrfx (mgr.14188) 1953 : cluster [DBG] pgmap v1812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:29 smithi145 bash[13673]: cluster 2022-04-26T03:47:29.582196+0000 mgr.smithi136.ofnrfx (mgr.14188) 1954 : cluster [DBG] pgmap v1813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:30.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:29 smithi136 bash[11745]: cluster 2022-04-26T03:47:29.582196+0000 mgr.smithi136.ofnrfx (mgr.14188) 1954 : cluster [DBG] pgmap v1813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:30.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:30.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:30.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:31.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:31.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:31 smithi136 bash[11745]: audit 2022-04-26T03:47:31.115405+0000 mon.smithi136 (mon.0) 1634 : audit [DBG] from='client.? 172.21.15.136:0/1762384384' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:31 smithi145 bash[13673]: audit 2022-04-26T03:47:31.115405+0000 mon.smithi136 (mon.0) 1634 : audit [DBG] from='client.? 172.21.15.136:0/1762384384' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:32.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:32 smithi136 bash[11745]: cluster 2022-04-26T03:47:31.582865+0000 mgr.smithi136.ofnrfx (mgr.14188) 1955 : cluster [DBG] pgmap v1814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:32.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:32 smithi145 bash[13673]: cluster 2022-04-26T03:47:31.582865+0000 mgr.smithi136.ofnrfx (mgr.14188) 1955 : cluster [DBG] pgmap v1814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:34 smithi145 bash[13673]: cluster 2022-04-26T03:47:33.583542+0000 mgr.smithi136.ofnrfx (mgr.14188) 1956 : cluster [DBG] pgmap v1815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:35.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:34 smithi136 bash[11745]: cluster 2022-04-26T03:47:33.583542+0000 mgr.smithi136.ofnrfx (mgr.14188) 1956 : cluster [DBG] pgmap v1815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:36.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:36.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:36.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:36.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:36 smithi145 bash[13673]: cluster 2022-04-26T03:47:35.584161+0000 mgr.smithi136.ofnrfx (mgr.14188) 1957 : cluster [DBG] pgmap v1816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:36 smithi145 bash[13673]: audit 2022-04-26T03:47:36.444331+0000 mon.smithi136 (mon.0) 1635 : audit [DBG] from='client.? 172.21.15.136:0/3361407315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:36 smithi136 bash[11745]: cluster 2022-04-26T03:47:35.584161+0000 mgr.smithi136.ofnrfx (mgr.14188) 1957 : cluster [DBG] pgmap v1816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:36 smithi136 bash[11745]: audit 2022-04-26T03:47:36.444331+0000 mon.smithi136 (mon.0) 1635 : audit [DBG] from='client.? 172.21.15.136:0/3361407315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:38 smithi136 bash[11745]: cluster 2022-04-26T03:47:37.584809+0000 mgr.smithi136.ofnrfx (mgr.14188) 1958 : cluster [DBG] pgmap v1817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:38 smithi145 bash[13673]: cluster 2022-04-26T03:47:37.584809+0000 mgr.smithi136.ofnrfx (mgr.14188) 1958 : cluster [DBG] pgmap v1817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:39 smithi145 bash[13673]: cluster 2022-04-26T03:47:39.585432+0000 mgr.smithi136.ofnrfx (mgr.14188) 1959 : cluster [DBG] pgmap v1818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:39 smithi145 bash[13673]: audit 2022-04-26T03:47:39.591672+0000 mon.smithi136 (mon.0) 1636 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:47:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:39 smithi145 bash[13673]: audit 2022-04-26T03:47:39.594508+0000 mon.smithi136 (mon.0) 1637 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:47:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:39 smithi145 bash[13673]: audit 2022-04-26T03:47:39.596428+0000 mon.smithi136 (mon.0) 1638 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:47:40.198 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:39 smithi136 bash[11745]: cluster 2022-04-26T03:47:39.585432+0000 mgr.smithi136.ofnrfx (mgr.14188) 1959 : cluster [DBG] pgmap v1818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:40.198 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:39 smithi136 bash[11745]: audit 2022-04-26T03:47:39.591672+0000 mon.smithi136 (mon.0) 1636 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:47:40.198 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:39 smithi136 bash[11745]: audit 2022-04-26T03:47:39.594508+0000 mon.smithi136 (mon.0) 1637 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:47:40.198 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:39 smithi136 bash[11745]: audit 2022-04-26T03:47:39.596428+0000 mon.smithi136 (mon.0) 1638 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:47:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:40 smithi136 bash[11745]: cluster 2022-04-26T03:47:39.902490+0000 mgr.smithi136.ofnrfx (mgr.14188) 1960 : cluster [DBG] pgmap v1819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:40 smithi136 bash[11745]: cluster 2022-04-26T03:47:39.902822+0000 mgr.smithi136.ofnrfx (mgr.14188) 1961 : cluster [DBG] pgmap v1820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:40 smithi136 bash[11745]: audit 2022-04-26T03:47:39.908692+0000 mon.smithi136 (mon.0) 1639 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:47:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:40 smithi136 bash[11745]: audit 2022-04-26T03:47:39.915696+0000 mon.smithi136 (mon.0) 1640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:47:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:40 smithi136 bash[11745]: cephadm 2022-04-26T03:47:39.918907+0000 mgr.smithi136.ofnrfx (mgr.14188) 1962 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:47:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:40 smithi136 bash[11745]: cephadm 2022-04-26T03:47:39.919046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1963 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:47:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:40 smithi145 bash[13673]: cluster 2022-04-26T03:47:39.902490+0000 mgr.smithi136.ofnrfx (mgr.14188) 1960 : cluster [DBG] pgmap v1819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:40 smithi145 bash[13673]: cluster 2022-04-26T03:47:39.902822+0000 mgr.smithi136.ofnrfx (mgr.14188) 1961 : cluster [DBG] pgmap v1820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:40 smithi145 bash[13673]: audit 2022-04-26T03:47:39.908692+0000 mon.smithi136 (mon.0) 1639 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:47:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:40 smithi145 bash[13673]: audit 2022-04-26T03:47:39.915696+0000 mon.smithi136 (mon.0) 1640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:47:41.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:40 smithi145 bash[13673]: cephadm 2022-04-26T03:47:39.918907+0000 mgr.smithi136.ofnrfx (mgr.14188) 1962 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:47:41.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:40 smithi145 bash[13673]: cephadm 2022-04-26T03:47:39.919046+0000 mgr.smithi136.ofnrfx (mgr.14188) 1963 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:47:41.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:41.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:41.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:41.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:42.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:41 smithi136 bash[11745]: audit 2022-04-26T03:47:41.768476+0000 mon.smithi136 (mon.0) 1641 : audit [DBG] from='client.? 172.21.15.136:0/2558210424' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:42.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:41 smithi145 bash[13673]: audit 2022-04-26T03:47:41.768476+0000 mon.smithi136 (mon.0) 1641 : audit [DBG] from='client.? 172.21.15.136:0/2558210424' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:43.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:42 smithi136 bash[11745]: cluster 2022-04-26T03:47:41.903476+0000 mgr.smithi136.ofnrfx (mgr.14188) 1964 : cluster [DBG] pgmap v1821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:42 smithi145 bash[13673]: cluster 2022-04-26T03:47:41.903476+0000 mgr.smithi136.ofnrfx (mgr.14188) 1964 : cluster [DBG] pgmap v1821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:44 smithi145 bash[13673]: cluster 2022-04-26T03:47:43.904134+0000 mgr.smithi136.ofnrfx (mgr.14188) 1965 : cluster [DBG] pgmap v1822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:45.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:44 smithi136 bash[11745]: cluster 2022-04-26T03:47:43.904134+0000 mgr.smithi136.ofnrfx (mgr.14188) 1965 : cluster [DBG] pgmap v1822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:46.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:46.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:46.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:47.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:47.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:46 smithi136 bash[11745]: cluster 2022-04-26T03:47:45.904832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1966 : cluster [DBG] pgmap v1823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:47.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:46 smithi145 bash[13673]: cluster 2022-04-26T03:47:45.904832+0000 mgr.smithi136.ofnrfx (mgr.14188) 1966 : cluster [DBG] pgmap v1823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:48.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:47 smithi136 bash[11745]: audit 2022-04-26T03:47:47.107453+0000 mon.smithi136 (mon.0) 1642 : audit [DBG] from='client.? 172.21.15.136:0/2193212117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:47 smithi145 bash[13673]: audit 2022-04-26T03:47:47.107453+0000 mon.smithi136 (mon.0) 1642 : audit [DBG] from='client.? 172.21.15.136:0/2193212117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:48 smithi136 bash[11745]: cluster 2022-04-26T03:47:47.905514+0000 mgr.smithi136.ofnrfx (mgr.14188) 1967 : cluster [DBG] pgmap v1824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:49.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:48 smithi145 bash[13673]: cluster 2022-04-26T03:47:47.905514+0000 mgr.smithi136.ofnrfx (mgr.14188) 1967 : cluster [DBG] pgmap v1824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:51.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:50 smithi136 bash[11745]: cluster 2022-04-26T03:47:49.906116+0000 mgr.smithi136.ofnrfx (mgr.14188) 1968 : cluster [DBG] pgmap v1825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:51.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:50 smithi145 bash[13673]: cluster 2022-04-26T03:47:49.906116+0000 mgr.smithi136.ofnrfx (mgr.14188) 1968 : cluster [DBG] pgmap v1825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:52.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:52.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:52.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:52.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:53.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:52 smithi136 bash[11745]: cluster 2022-04-26T03:47:51.906859+0000 mgr.smithi136.ofnrfx (mgr.14188) 1969 : cluster [DBG] pgmap v1826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:53.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:52 smithi136 bash[11745]: audit 2022-04-26T03:47:52.442052+0000 mon.smithi136 (mon.0) 1643 : audit [DBG] from='client.? 172.21.15.136:0/3500356739' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:53.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:52 smithi145 bash[13673]: cluster 2022-04-26T03:47:51.906859+0000 mgr.smithi136.ofnrfx (mgr.14188) 1969 : cluster [DBG] pgmap v1826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:53.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:52 smithi145 bash[13673]: audit 2022-04-26T03:47:52.442052+0000 mon.smithi136 (mon.0) 1643 : audit [DBG] from='client.? 172.21.15.136:0/3500356739' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:54 smithi145 bash[13673]: cluster 2022-04-26T03:47:53.907630+0000 mgr.smithi136.ofnrfx (mgr.14188) 1970 : cluster [DBG] pgmap v1827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:55.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:54 smithi136 bash[11745]: cluster 2022-04-26T03:47:53.907630+0000 mgr.smithi136.ofnrfx (mgr.14188) 1970 : cluster [DBG] pgmap v1827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:57.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:56 smithi136 bash[11745]: cluster 2022-04-26T03:47:55.908302+0000 mgr.smithi136.ofnrfx (mgr.14188) 1971 : cluster [DBG] pgmap v1828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:57.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:56 smithi145 bash[13673]: cluster 2022-04-26T03:47:55.908302+0000 mgr.smithi136.ofnrfx (mgr.14188) 1971 : cluster [DBG] pgmap v1828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:57.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:47:57.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:47:57.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:47:57.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:47:58.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:57 smithi136 bash[11745]: audit 2022-04-26T03:47:57.763848+0000 mon.smithi136 (mon.0) 1644 : audit [DBG] from='client.? 172.21.15.136:0/1378077743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:57 smithi145 bash[13673]: audit 2022-04-26T03:47:57.763848+0000 mon.smithi136 (mon.0) 1644 : audit [DBG] from='client.? 172.21.15.136:0/1378077743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:47:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:47:58 smithi136 bash[11745]: cluster 2022-04-26T03:47:57.908917+0000 mgr.smithi136.ofnrfx (mgr.14188) 1972 : cluster [DBG] pgmap v1829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:47:59.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:47:58 smithi145 bash[13673]: cluster 2022-04-26T03:47:57.908917+0000 mgr.smithi136.ofnrfx (mgr.14188) 1972 : cluster [DBG] pgmap v1829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:00 smithi136 bash[11745]: cluster 2022-04-26T03:47:59.909567+0000 mgr.smithi136.ofnrfx (mgr.14188) 1973 : cluster [DBG] pgmap v1830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:01.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:00 smithi145 bash[13673]: cluster 2022-04-26T03:47:59.909567+0000 mgr.smithi136.ofnrfx (mgr.14188) 1973 : cluster [DBG] pgmap v1830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:02.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:02.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:02.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:03.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:02 smithi136 bash[11745]: cluster 2022-04-26T03:48:01.910205+0000 mgr.smithi136.ofnrfx (mgr.14188) 1974 : cluster [DBG] pgmap v1831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:02 smithi136 bash[11745]: audit 2022-04-26T03:48:02.130529+0000 mon.smithi136 (mon.0) 1645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:48:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:02 smithi136 bash[11745]: audit 2022-04-26T03:48:02.136342+0000 mon.smithi136 (mon.0) 1646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:48:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:02 smithi145 bash[13673]: cluster 2022-04-26T03:48:01.910205+0000 mgr.smithi136.ofnrfx (mgr.14188) 1974 : cluster [DBG] pgmap v1831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:02 smithi145 bash[13673]: audit 2022-04-26T03:48:02.130529+0000 mon.smithi136 (mon.0) 1645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:48:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:02 smithi145 bash[13673]: audit 2022-04-26T03:48:02.136342+0000 mon.smithi136 (mon.0) 1646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:48:04.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:03 smithi136 bash[11745]: audit 2022-04-26T03:48:03.098578+0000 mon.smithi136 (mon.0) 1647 : audit [DBG] from='client.? 172.21.15.136:0/3143097545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:03 smithi145 bash[13673]: audit 2022-04-26T03:48:03.098578+0000 mon.smithi136 (mon.0) 1647 : audit [DBG] from='client.? 172.21.15.136:0/3143097545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:05.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:04 smithi136 bash[11745]: cluster 2022-04-26T03:48:03.910899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1975 : cluster [DBG] pgmap v1832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:04 smithi145 bash[13673]: cluster 2022-04-26T03:48:03.910899+0000 mgr.smithi136.ofnrfx (mgr.14188) 1975 : cluster [DBG] pgmap v1832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:07.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:06 smithi136 bash[11745]: cluster 2022-04-26T03:48:05.911614+0000 mgr.smithi136.ofnrfx (mgr.14188) 1976 : cluster [DBG] pgmap v1833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:07 smithi145 bash[13673]: cluster 2022-04-26T03:48:05.911614+0000 mgr.smithi136.ofnrfx (mgr.14188) 1976 : cluster [DBG] pgmap v1833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:08.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:08.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:08.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:08.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:09 smithi136 bash[11745]: cluster 2022-04-26T03:48:07.912260+0000 mgr.smithi136.ofnrfx (mgr.14188) 1977 : cluster [DBG] pgmap v1834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:09 smithi136 bash[11745]: audit 2022-04-26T03:48:08.426317+0000 mon.smithi136 (mon.0) 1648 : audit [DBG] from='client.? 172.21.15.136:0/2238759558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:09.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:09 smithi145 bash[13673]: cluster 2022-04-26T03:48:07.912260+0000 mgr.smithi136.ofnrfx (mgr.14188) 1977 : cluster [DBG] pgmap v1834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:09.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:09 smithi145 bash[13673]: audit 2022-04-26T03:48:08.426317+0000 mon.smithi136 (mon.0) 1648 : audit [DBG] from='client.? 172.21.15.136:0/2238759558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:11.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:11 smithi136 bash[11745]: cluster 2022-04-26T03:48:09.912873+0000 mgr.smithi136.ofnrfx (mgr.14188) 1978 : cluster [DBG] pgmap v1835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:11.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:11 smithi145 bash[13673]: cluster 2022-04-26T03:48:09.912873+0000 mgr.smithi136.ofnrfx (mgr.14188) 1978 : cluster [DBG] pgmap v1835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:13.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:13 smithi136 bash[11745]: cluster 2022-04-26T03:48:11.913505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1979 : cluster [DBG] pgmap v1836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:13.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:13 smithi145 bash[13673]: cluster 2022-04-26T03:48:11.913505+0000 mgr.smithi136.ofnrfx (mgr.14188) 1979 : cluster [DBG] pgmap v1836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:13.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:13.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:13.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:13.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:14.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:14 smithi136 bash[11745]: audit 2022-04-26T03:48:13.749726+0000 mon.smithi136 (mon.0) 1649 : audit [DBG] from='client.? 172.21.15.136:0/1206581037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:14 smithi145 bash[13673]: audit 2022-04-26T03:48:13.749726+0000 mon.smithi136 (mon.0) 1649 : audit [DBG] from='client.? 172.21.15.136:0/1206581037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:15 smithi136 bash[11745]: cluster 2022-04-26T03:48:13.914233+0000 mgr.smithi136.ofnrfx (mgr.14188) 1980 : cluster [DBG] pgmap v1837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:15 smithi145 bash[13673]: cluster 2022-04-26T03:48:13.914233+0000 mgr.smithi136.ofnrfx (mgr.14188) 1980 : cluster [DBG] pgmap v1837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:17.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:17 smithi136 bash[11745]: cluster 2022-04-26T03:48:15.914906+0000 mgr.smithi136.ofnrfx (mgr.14188) 1981 : cluster [DBG] pgmap v1838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:17.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:17 smithi145 bash[13673]: cluster 2022-04-26T03:48:15.914906+0000 mgr.smithi136.ofnrfx (mgr.14188) 1981 : cluster [DBG] pgmap v1838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:18.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:18.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:18.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:19.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:19.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:19 smithi136 bash[11745]: cluster 2022-04-26T03:48:17.915551+0000 mgr.smithi136.ofnrfx (mgr.14188) 1982 : cluster [DBG] pgmap v1839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:19.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:19 smithi145 bash[13673]: cluster 2022-04-26T03:48:17.915551+0000 mgr.smithi136.ofnrfx (mgr.14188) 1982 : cluster [DBG] pgmap v1839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:20.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:20 smithi136 bash[11745]: audit 2022-04-26T03:48:19.085426+0000 mon.smithi136 (mon.0) 1650 : audit [DBG] from='client.? 172.21.15.136:0/1535116442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:20.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:20 smithi145 bash[13673]: audit 2022-04-26T03:48:19.085426+0000 mon.smithi136 (mon.0) 1650 : audit [DBG] from='client.? 172.21.15.136:0/1535116442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:21 smithi136 bash[11745]: cluster 2022-04-26T03:48:19.916206+0000 mgr.smithi136.ofnrfx (mgr.14188) 1983 : cluster [DBG] pgmap v1840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:21.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:21 smithi145 bash[13673]: cluster 2022-04-26T03:48:19.916206+0000 mgr.smithi136.ofnrfx (mgr.14188) 1983 : cluster [DBG] pgmap v1840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:23.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:23 smithi136 bash[11745]: cluster 2022-04-26T03:48:21.916860+0000 mgr.smithi136.ofnrfx (mgr.14188) 1984 : cluster [DBG] pgmap v1841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:23.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:23 smithi145 bash[13673]: cluster 2022-04-26T03:48:21.916860+0000 mgr.smithi136.ofnrfx (mgr.14188) 1984 : cluster [DBG] pgmap v1841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:24.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:24.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:24.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:24.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:24 smithi145 bash[13673]: cluster 2022-04-26T03:48:23.917563+0000 mgr.smithi136.ofnrfx (mgr.14188) 1985 : cluster [DBG] pgmap v1842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:24 smithi145 bash[13673]: audit 2022-04-26T03:48:24.409802+0000 mon.smithi136 (mon.0) 1651 : audit [DBG] from='client.? 172.21.15.136:0/2735294545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:25.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:24 smithi136 bash[11745]: cluster 2022-04-26T03:48:23.917563+0000 mgr.smithi136.ofnrfx (mgr.14188) 1985 : cluster [DBG] pgmap v1842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:25.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:24 smithi136 bash[11745]: audit 2022-04-26T03:48:24.409802+0000 mon.smithi136 (mon.0) 1651 : audit [DBG] from='client.? 172.21.15.136:0/2735294545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:27.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:26 smithi136 bash[11745]: cluster 2022-04-26T03:48:25.918195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1986 : cluster [DBG] pgmap v1843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:27.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:26 smithi145 bash[13673]: cluster 2022-04-26T03:48:25.918195+0000 mgr.smithi136.ofnrfx (mgr.14188) 1986 : cluster [DBG] pgmap v1843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:28 smithi136 bash[11745]: cluster 2022-04-26T03:48:27.918741+0000 mgr.smithi136.ofnrfx (mgr.14188) 1987 : cluster [DBG] pgmap v1844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:29.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:28 smithi145 bash[13673]: cluster 2022-04-26T03:48:27.918741+0000 mgr.smithi136.ofnrfx (mgr.14188) 1987 : cluster [DBG] pgmap v1844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:29.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:29.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:29.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:29.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:30.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:29 smithi136 bash[11745]: audit 2022-04-26T03:48:29.735071+0000 mon.smithi136 (mon.0) 1652 : audit [DBG] from='client.? 172.21.15.136:0/3909310280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:29 smithi145 bash[13673]: audit 2022-04-26T03:48:29.735071+0000 mon.smithi136 (mon.0) 1652 : audit [DBG] from='client.? 172.21.15.136:0/3909310280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:31.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:30 smithi136 bash[11745]: cluster 2022-04-26T03:48:29.919350+0000 mgr.smithi136.ofnrfx (mgr.14188) 1988 : cluster [DBG] pgmap v1845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:30 smithi145 bash[13673]: cluster 2022-04-26T03:48:29.919350+0000 mgr.smithi136.ofnrfx (mgr.14188) 1988 : cluster [DBG] pgmap v1845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:33.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:32 smithi136 bash[11745]: cluster 2022-04-26T03:48:31.919980+0000 mgr.smithi136.ofnrfx (mgr.14188) 1989 : cluster [DBG] pgmap v1846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:33.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:32 smithi145 bash[13673]: cluster 2022-04-26T03:48:31.919980+0000 mgr.smithi136.ofnrfx (mgr.14188) 1989 : cluster [DBG] pgmap v1846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:34.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:34.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:34.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:35.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:34 smithi145 bash[13673]: cluster 2022-04-26T03:48:33.920597+0000 mgr.smithi136.ofnrfx (mgr.14188) 1990 : cluster [DBG] pgmap v1847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:35.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:34 smithi136 bash[11745]: cluster 2022-04-26T03:48:33.920597+0000 mgr.smithi136.ofnrfx (mgr.14188) 1990 : cluster [DBG] pgmap v1847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:36.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:35 smithi136 bash[11745]: audit 2022-04-26T03:48:35.061336+0000 mon.smithi136 (mon.0) 1653 : audit [DBG] from='client.? 172.21.15.136:0/2687230305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:36.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:35 smithi145 bash[13673]: audit 2022-04-26T03:48:35.061336+0000 mon.smithi136 (mon.0) 1653 : audit [DBG] from='client.? 172.21.15.136:0/2687230305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:37.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:36 smithi136 bash[11745]: cluster 2022-04-26T03:48:35.921275+0000 mgr.smithi136.ofnrfx (mgr.14188) 1991 : cluster [DBG] pgmap v1848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:36 smithi145 bash[13673]: cluster 2022-04-26T03:48:35.921275+0000 mgr.smithi136.ofnrfx (mgr.14188) 1991 : cluster [DBG] pgmap v1848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:39.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:38 smithi136 bash[11745]: cluster 2022-04-26T03:48:37.922011+0000 mgr.smithi136.ofnrfx (mgr.14188) 1992 : cluster [DBG] pgmap v1849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:38 smithi145 bash[13673]: cluster 2022-04-26T03:48:37.922011+0000 mgr.smithi136.ofnrfx (mgr.14188) 1992 : cluster [DBG] pgmap v1849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:40.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:40.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:40.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:40.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:39 smithi136 bash[11745]: audit 2022-04-26T03:48:39.929129+0000 mon.smithi136 (mon.0) 1654 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:48:40.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:39 smithi136 bash[11745]: audit 2022-04-26T03:48:39.931859+0000 mon.smithi136 (mon.0) 1655 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:48:40.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:39 smithi136 bash[11745]: audit 2022-04-26T03:48:39.933817+0000 mon.smithi136 (mon.0) 1656 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:48:40.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:40.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:39 smithi145 bash[13673]: audit 2022-04-26T03:48:39.929129+0000 mon.smithi136 (mon.0) 1654 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:48:40.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:39 smithi145 bash[13673]: audit 2022-04-26T03:48:39.931859+0000 mon.smithi136 (mon.0) 1655 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:48:40.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:39 smithi145 bash[13673]: audit 2022-04-26T03:48:39.933817+0000 mon.smithi136 (mon.0) 1656 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:48:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: cluster 2022-04-26T03:48:39.922613+0000 mgr.smithi136.ofnrfx (mgr.14188) 1993 : cluster [DBG] pgmap v1850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: cluster 2022-04-26T03:48:40.235682+0000 mgr.smithi136.ofnrfx (mgr.14188) 1994 : cluster [DBG] pgmap v1851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: cluster 2022-04-26T03:48:40.236156+0000 mgr.smithi136.ofnrfx (mgr.14188) 1995 : cluster [DBG] pgmap v1852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: audit 2022-04-26T03:48:40.241593+0000 mon.smithi136 (mon.0) 1657 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:48:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: audit 2022-04-26T03:48:40.247492+0000 mon.smithi136 (mon.0) 1658 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:48:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: cephadm 2022-04-26T03:48:40.248619+0000 mgr.smithi136.ofnrfx (mgr.14188) 1996 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:48:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: cephadm 2022-04-26T03:48:40.248748+0000 mgr.smithi136.ofnrfx (mgr.14188) 1997 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:48:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:41 smithi136 bash[11745]: audit 2022-04-26T03:48:40.379710+0000 mon.smithi136 (mon.0) 1659 : audit [DBG] from='client.? 172.21.15.136:0/394215219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: cluster 2022-04-26T03:48:39.922613+0000 mgr.smithi136.ofnrfx (mgr.14188) 1993 : cluster [DBG] pgmap v1850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: cluster 2022-04-26T03:48:40.235682+0000 mgr.smithi136.ofnrfx (mgr.14188) 1994 : cluster [DBG] pgmap v1851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: cluster 2022-04-26T03:48:40.236156+0000 mgr.smithi136.ofnrfx (mgr.14188) 1995 : cluster [DBG] pgmap v1852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: audit 2022-04-26T03:48:40.241593+0000 mon.smithi136 (mon.0) 1657 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:48:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: audit 2022-04-26T03:48:40.247492+0000 mon.smithi136 (mon.0) 1658 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:48:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: cephadm 2022-04-26T03:48:40.248619+0000 mgr.smithi136.ofnrfx (mgr.14188) 1996 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:48:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: cephadm 2022-04-26T03:48:40.248748+0000 mgr.smithi136.ofnrfx (mgr.14188) 1997 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:48:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:41 smithi145 bash[13673]: audit 2022-04-26T03:48:40.379710+0000 mon.smithi136 (mon.0) 1659 : audit [DBG] from='client.? 172.21.15.136:0/394215219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:43.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:43 smithi136 bash[11745]: cluster 2022-04-26T03:48:42.236752+0000 mgr.smithi136.ofnrfx (mgr.14188) 1998 : cluster [DBG] pgmap v1853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:43.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:43 smithi145 bash[13673]: cluster 2022-04-26T03:48:42.236752+0000 mgr.smithi136.ofnrfx (mgr.14188) 1998 : cluster [DBG] pgmap v1853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:45.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:44 smithi136 bash[11745]: cluster 2022-04-26T03:48:44.237376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1999 : cluster [DBG] pgmap v1854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:45.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:45.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:45.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:45.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:44 smithi145 bash[13673]: cluster 2022-04-26T03:48:44.237376+0000 mgr.smithi136.ofnrfx (mgr.14188) 1999 : cluster [DBG] pgmap v1854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:45.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:46.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:45 smithi136 bash[11745]: audit 2022-04-26T03:48:45.704043+0000 mon.smithi136 (mon.0) 1660 : audit [DBG] from='client.? 172.21.15.136:0/3239903796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:45 smithi145 bash[13673]: audit 2022-04-26T03:48:45.704043+0000 mon.smithi136 (mon.0) 1660 : audit [DBG] from='client.? 172.21.15.136:0/3239903796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:47.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:46 smithi136 bash[11745]: cluster 2022-04-26T03:48:46.238017+0000 mgr.smithi136.ofnrfx (mgr.14188) 2000 : cluster [DBG] pgmap v1855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:47.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:46 smithi145 bash[13673]: cluster 2022-04-26T03:48:46.238017+0000 mgr.smithi136.ofnrfx (mgr.14188) 2000 : cluster [DBG] pgmap v1855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:49.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:49 smithi136 bash[11745]: cluster 2022-04-26T03:48:48.238618+0000 mgr.smithi136.ofnrfx (mgr.14188) 2001 : cluster [DBG] pgmap v1856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:49.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:49 smithi145 bash[13673]: cluster 2022-04-26T03:48:48.238618+0000 mgr.smithi136.ofnrfx (mgr.14188) 2001 : cluster [DBG] pgmap v1856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:50.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:50.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:50.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:51.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:51.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:51 smithi136 bash[11745]: cluster 2022-04-26T03:48:50.239221+0000 mgr.smithi136.ofnrfx (mgr.14188) 2002 : cluster [DBG] pgmap v1857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:51 smithi136 bash[11745]: audit 2022-04-26T03:48:51.036438+0000 mon.smithi136 (mon.0) 1661 : audit [DBG] from='client.? 172.21.15.136:0/2274488881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:51 smithi145 bash[13673]: cluster 2022-04-26T03:48:50.239221+0000 mgr.smithi136.ofnrfx (mgr.14188) 2002 : cluster [DBG] pgmap v1857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:51.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:51 smithi145 bash[13673]: audit 2022-04-26T03:48:51.036438+0000 mon.smithi136 (mon.0) 1661 : audit [DBG] from='client.? 172.21.15.136:0/2274488881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:53.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:53 smithi136 bash[11745]: cluster 2022-04-26T03:48:52.239889+0000 mgr.smithi136.ofnrfx (mgr.14188) 2003 : cluster [DBG] pgmap v1858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:53 smithi145 bash[13673]: cluster 2022-04-26T03:48:52.239889+0000 mgr.smithi136.ofnrfx (mgr.14188) 2003 : cluster [DBG] pgmap v1858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:55.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:54 smithi136 bash[11745]: cluster 2022-04-26T03:48:54.240502+0000 mgr.smithi136.ofnrfx (mgr.14188) 2004 : cluster [DBG] pgmap v1859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:54 smithi145 bash[13673]: cluster 2022-04-26T03:48:54.240502+0000 mgr.smithi136.ofnrfx (mgr.14188) 2004 : cluster [DBG] pgmap v1859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:56.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:48:56.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:48:56.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:48:56.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:48:57.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:57 smithi136 bash[11745]: cluster 2022-04-26T03:48:56.241114+0000 mgr.smithi136.ofnrfx (mgr.14188) 2005 : cluster [DBG] pgmap v1860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:57.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:57 smithi136 bash[11745]: audit 2022-04-26T03:48:56.365726+0000 mon.smithi136 (mon.0) 1662 : audit [DBG] from='client.? 172.21.15.136:0/1662581687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:57 smithi145 bash[13673]: cluster 2022-04-26T03:48:56.241114+0000 mgr.smithi136.ofnrfx (mgr.14188) 2005 : cluster [DBG] pgmap v1860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:57 smithi145 bash[13673]: audit 2022-04-26T03:48:56.365726+0000 mon.smithi136 (mon.0) 1662 : audit [DBG] from='client.? 172.21.15.136:0/1662581687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:48:59.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:48:59 smithi136 bash[11745]: cluster 2022-04-26T03:48:58.241767+0000 mgr.smithi136.ofnrfx (mgr.14188) 2006 : cluster [DBG] pgmap v1861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:48:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:48:59 smithi145 bash[13673]: cluster 2022-04-26T03:48:58.241767+0000 mgr.smithi136.ofnrfx (mgr.14188) 2006 : cluster [DBG] pgmap v1861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:01.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:01.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:01.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:01.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:01 smithi136 bash[11745]: cluster 2022-04-26T03:49:00.242357+0000 mgr.smithi136.ofnrfx (mgr.14188) 2007 : cluster [DBG] pgmap v1862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:01.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:01 smithi145 bash[13673]: cluster 2022-04-26T03:49:00.242357+0000 mgr.smithi136.ofnrfx (mgr.14188) 2007 : cluster [DBG] pgmap v1862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:01.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:02 smithi145 bash[13673]: audit 2022-04-26T03:49:01.698153+0000 mon.smithi136 (mon.0) 1663 : audit [DBG] from='client.? 172.21.15.136:0/1559228774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:02 smithi145 bash[13673]: audit 2022-04-26T03:49:02.134859+0000 mon.smithi136 (mon.0) 1664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:49:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:02 smithi145 bash[13673]: audit 2022-04-26T03:49:02.138913+0000 mon.smithi136 (mon.0) 1665 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:49:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:02 smithi136 bash[11745]: audit 2022-04-26T03:49:01.698153+0000 mon.smithi136 (mon.0) 1663 : audit [DBG] from='client.? 172.21.15.136:0/1559228774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:02 smithi136 bash[11745]: audit 2022-04-26T03:49:02.134859+0000 mon.smithi136 (mon.0) 1664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:49:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:02 smithi136 bash[11745]: audit 2022-04-26T03:49:02.138913+0000 mon.smithi136 (mon.0) 1665 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:49:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:03 smithi145 bash[13673]: cluster 2022-04-26T03:49:02.242986+0000 mgr.smithi136.ofnrfx (mgr.14188) 2008 : cluster [DBG] pgmap v1863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:03.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:03 smithi136 bash[11745]: cluster 2022-04-26T03:49:02.242986+0000 mgr.smithi136.ofnrfx (mgr.14188) 2008 : cluster [DBG] pgmap v1863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:05.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:04 smithi136 bash[11745]: cluster 2022-04-26T03:49:04.243664+0000 mgr.smithi136.ofnrfx (mgr.14188) 2009 : cluster [DBG] pgmap v1864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:04 smithi145 bash[13673]: cluster 2022-04-26T03:49:04.243664+0000 mgr.smithi136.ofnrfx (mgr.14188) 2009 : cluster [DBG] pgmap v1864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:06.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:06.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:06.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:07.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:07.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:07 smithi136 bash[11745]: cluster 2022-04-26T03:49:06.244307+0000 mgr.smithi136.ofnrfx (mgr.14188) 2010 : cluster [DBG] pgmap v1865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:07.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:07 smithi136 bash[11745]: audit 2022-04-26T03:49:07.023591+0000 mon.smithi136 (mon.0) 1666 : audit [DBG] from='client.? 172.21.15.136:0/3274539049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:07 smithi145 bash[13673]: cluster 2022-04-26T03:49:06.244307+0000 mgr.smithi136.ofnrfx (mgr.14188) 2010 : cluster [DBG] pgmap v1865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:07.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:07 smithi145 bash[13673]: audit 2022-04-26T03:49:07.023591+0000 mon.smithi136 (mon.0) 1666 : audit [DBG] from='client.? 172.21.15.136:0/3274539049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:09.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:09 smithi136 bash[11745]: cluster 2022-04-26T03:49:08.244936+0000 mgr.smithi136.ofnrfx (mgr.14188) 2011 : cluster [DBG] pgmap v1866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:09 smithi145 bash[13673]: cluster 2022-04-26T03:49:08.244936+0000 mgr.smithi136.ofnrfx (mgr.14188) 2011 : cluster [DBG] pgmap v1866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:11 smithi145 bash[13673]: cluster 2022-04-26T03:49:10.245653+0000 mgr.smithi136.ofnrfx (mgr.14188) 2012 : cluster [DBG] pgmap v1867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:11.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:11 smithi136 bash[11745]: cluster 2022-04-26T03:49:10.245653+0000 mgr.smithi136.ofnrfx (mgr.14188) 2012 : cluster [DBG] pgmap v1867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:12.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:12.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:12.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:12.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:13 smithi145 bash[13673]: cluster 2022-04-26T03:49:12.246321+0000 mgr.smithi136.ofnrfx (mgr.14188) 2013 : cluster [DBG] pgmap v1868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:13.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:13 smithi145 bash[13673]: audit 2022-04-26T03:49:12.362154+0000 mon.smithi136 (mon.0) 1667 : audit [DBG] from='client.? 172.21.15.136:0/2036933038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:13.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:13 smithi136 bash[11745]: cluster 2022-04-26T03:49:12.246321+0000 mgr.smithi136.ofnrfx (mgr.14188) 2013 : cluster [DBG] pgmap v1868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:13.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:13 smithi136 bash[11745]: audit 2022-04-26T03:49:12.362154+0000 mon.smithi136 (mon.0) 1667 : audit [DBG] from='client.? 172.21.15.136:0/2036933038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:14 smithi136 bash[11745]: cluster 2022-04-26T03:49:14.246926+0000 mgr.smithi136.ofnrfx (mgr.14188) 2014 : cluster [DBG] pgmap v1869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:14 smithi145 bash[13673]: cluster 2022-04-26T03:49:14.246926+0000 mgr.smithi136.ofnrfx (mgr.14188) 2014 : cluster [DBG] pgmap v1869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:17.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:17.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:17.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:17.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:17 smithi136 bash[11745]: cluster 2022-04-26T03:49:16.247566+0000 mgr.smithi136.ofnrfx (mgr.14188) 2015 : cluster [DBG] pgmap v1870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:17.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:17 smithi145 bash[13673]: cluster 2022-04-26T03:49:16.247566+0000 mgr.smithi136.ofnrfx (mgr.14188) 2015 : cluster [DBG] pgmap v1870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:17.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:18 smithi145 bash[13673]: audit 2022-04-26T03:49:17.693829+0000 mon.smithi136 (mon.0) 1668 : audit [DBG] from='client.? 172.21.15.136:0/4203272393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:18.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:18 smithi136 bash[11745]: audit 2022-04-26T03:49:17.693829+0000 mon.smithi136 (mon.0) 1668 : audit [DBG] from='client.? 172.21.15.136:0/4203272393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:19.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:19 smithi136 bash[11745]: cluster 2022-04-26T03:49:18.248317+0000 mgr.smithi136.ofnrfx (mgr.14188) 2016 : cluster [DBG] pgmap v1871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:19.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:19 smithi145 bash[13673]: cluster 2022-04-26T03:49:18.248317+0000 mgr.smithi136.ofnrfx (mgr.14188) 2016 : cluster [DBG] pgmap v1871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:21 smithi145 bash[13673]: cluster 2022-04-26T03:49:20.248985+0000 mgr.smithi136.ofnrfx (mgr.14188) 2017 : cluster [DBG] pgmap v1872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:21 smithi136 bash[11745]: cluster 2022-04-26T03:49:20.248985+0000 mgr.smithi136.ofnrfx (mgr.14188) 2017 : cluster [DBG] pgmap v1872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:22.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:22.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:22.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:23.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:23 smithi145 bash[13673]: cluster 2022-04-26T03:49:22.249655+0000 mgr.smithi136.ofnrfx (mgr.14188) 2018 : cluster [DBG] pgmap v1873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:23.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:23 smithi145 bash[13673]: audit 2022-04-26T03:49:23.028721+0000 mon.smithi136 (mon.0) 1669 : audit [DBG] from='client.? 172.21.15.136:0/3438230824' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:23.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:23 smithi136 bash[11745]: cluster 2022-04-26T03:49:22.249655+0000 mgr.smithi136.ofnrfx (mgr.14188) 2018 : cluster [DBG] pgmap v1873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:23.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:23 smithi136 bash[11745]: audit 2022-04-26T03:49:23.028721+0000 mon.smithi136 (mon.0) 1669 : audit [DBG] from='client.? 172.21.15.136:0/3438230824' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:25.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:24 smithi136 bash[11745]: cluster 2022-04-26T03:49:24.250291+0000 mgr.smithi136.ofnrfx (mgr.14188) 2019 : cluster [DBG] pgmap v1874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:25.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:24 smithi145 bash[13673]: cluster 2022-04-26T03:49:24.250291+0000 mgr.smithi136.ofnrfx (mgr.14188) 2019 : cluster [DBG] pgmap v1874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:27 smithi136 bash[11745]: cluster 2022-04-26T03:49:26.250994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2020 : cluster [DBG] pgmap v1875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:27.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:27 smithi145 bash[13673]: cluster 2022-04-26T03:49:26.250994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2020 : cluster [DBG] pgmap v1875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:28.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:28.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:28.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:28.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:29.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:29 smithi136 bash[11745]: cluster 2022-04-26T03:49:28.251490+0000 mgr.smithi136.ofnrfx (mgr.14188) 2021 : cluster [DBG] pgmap v1876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:29 smithi136 bash[11745]: audit 2022-04-26T03:49:28.363112+0000 mon.smithi136 (mon.0) 1670 : audit [DBG] from='client.? 172.21.15.136:0/3453222021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:29 smithi145 bash[13673]: cluster 2022-04-26T03:49:28.251490+0000 mgr.smithi136.ofnrfx (mgr.14188) 2021 : cluster [DBG] pgmap v1876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:29.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:29 smithi145 bash[13673]: audit 2022-04-26T03:49:28.363112+0000 mon.smithi136 (mon.0) 1670 : audit [DBG] from='client.? 172.21.15.136:0/3453222021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:31.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:31 smithi145 bash[13673]: cluster 2022-04-26T03:49:30.252076+0000 mgr.smithi136.ofnrfx (mgr.14188) 2022 : cluster [DBG] pgmap v1877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:31 smithi136 bash[11745]: cluster 2022-04-26T03:49:30.252076+0000 mgr.smithi136.ofnrfx (mgr.14188) 2022 : cluster [DBG] pgmap v1877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:33.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:33.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:33.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:33 smithi145 bash[13673]: cluster 2022-04-26T03:49:32.252746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2023 : cluster [DBG] pgmap v1878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:33.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:33.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:33 smithi136 bash[11745]: cluster 2022-04-26T03:49:32.252746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2023 : cluster [DBG] pgmap v1878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:34 smithi145 bash[13673]: audit 2022-04-26T03:49:33.691455+0000 mon.smithi136 (mon.0) 1671 : audit [DBG] from='client.? 172.21.15.136:0/1938169983' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:34.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:34 smithi136 bash[11745]: audit 2022-04-26T03:49:33.691455+0000 mon.smithi136 (mon.0) 1671 : audit [DBG] from='client.? 172.21.15.136:0/1938169983' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:35 smithi145 bash[13673]: cluster 2022-04-26T03:49:34.253317+0000 mgr.smithi136.ofnrfx (mgr.14188) 2024 : cluster [DBG] pgmap v1879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:35.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:35 smithi136 bash[11745]: cluster 2022-04-26T03:49:34.253317+0000 mgr.smithi136.ofnrfx (mgr.14188) 2024 : cluster [DBG] pgmap v1879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:37.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:37 smithi145 bash[13673]: cluster 2022-04-26T03:49:36.253940+0000 mgr.smithi136.ofnrfx (mgr.14188) 2025 : cluster [DBG] pgmap v1880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:37 smithi136 bash[11745]: cluster 2022-04-26T03:49:36.253940+0000 mgr.smithi136.ofnrfx (mgr.14188) 2025 : cluster [DBG] pgmap v1880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:38.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:38.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:38.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:39.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:39.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:39 smithi145 bash[13673]: cluster 2022-04-26T03:49:38.254580+0000 mgr.smithi136.ofnrfx (mgr.14188) 2026 : cluster [DBG] pgmap v1881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:39 smithi145 bash[13673]: audit 2022-04-26T03:49:39.022915+0000 mon.smithi136 (mon.0) 1672 : audit [DBG] from='client.? 172.21.15.136:0/897434786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:39 smithi136 bash[11745]: cluster 2022-04-26T03:49:38.254580+0000 mgr.smithi136.ofnrfx (mgr.14188) 2026 : cluster [DBG] pgmap v1881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:39 smithi136 bash[11745]: audit 2022-04-26T03:49:39.022915+0000 mon.smithi136 (mon.0) 1672 : audit [DBG] from='client.? 172.21.15.136:0/897434786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:40 smithi136 bash[11745]: audit 2022-04-26T03:49:40.256989+0000 mon.smithi136 (mon.0) 1673 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:49:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:40 smithi136 bash[11745]: audit 2022-04-26T03:49:40.259755+0000 mon.smithi136 (mon.0) 1674 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:49:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:40 smithi136 bash[11745]: audit 2022-04-26T03:49:40.261553+0000 mon.smithi136 (mon.0) 1675 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:49:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:40 smithi145 bash[13673]: audit 2022-04-26T03:49:40.256989+0000 mon.smithi136 (mon.0) 1673 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:49:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:40 smithi145 bash[13673]: audit 2022-04-26T03:49:40.259755+0000 mon.smithi136 (mon.0) 1674 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:49:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:40 smithi145 bash[13673]: audit 2022-04-26T03:49:40.261553+0000 mon.smithi136 (mon.0) 1675 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:49:41.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:41 smithi145 bash[13673]: cluster 2022-04-26T03:49:40.255196+0000 mgr.smithi136.ofnrfx (mgr.14188) 2027 : cluster [DBG] pgmap v1882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:41 smithi136 bash[11745]: cluster 2022-04-26T03:49:40.255196+0000 mgr.smithi136.ofnrfx (mgr.14188) 2027 : cluster [DBG] pgmap v1882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:43.649 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:43 smithi145 bash[13673]: cluster 2022-04-26T03:49:42.255849+0000 mgr.smithi136.ofnrfx (mgr.14188) 2028 : cluster [DBG] pgmap v1883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:43.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:43 smithi136 bash[11745]: cluster 2022-04-26T03:49:42.255849+0000 mgr.smithi136.ofnrfx (mgr.14188) 2028 : cluster [DBG] pgmap v1883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:44.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:44.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:44.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:44.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:45 smithi145 bash[13673]: audit 2022-04-26T03:49:44.102135+0000 mon.smithi136 (mon.0) 1676 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:49:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:45 smithi145 bash[13673]: cluster 2022-04-26T03:49:44.256381+0000 mgr.smithi136.ofnrfx (mgr.14188) 2029 : cluster [DBG] pgmap v1884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:45 smithi145 bash[13673]: audit 2022-04-26T03:49:44.372423+0000 mon.smithi136 (mon.0) 1677 : audit [DBG] from='client.? 172.21.15.136:0/1507386908' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:45 smithi145 bash[13673]: audit 2022-04-26T03:49:44.696184+0000 mon.smithi136 (mon.0) 1678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:49:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:45 smithi145 bash[13673]: audit 2022-04-26T03:49:44.990558+0000 mon.smithi136 (mon.0) 1679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:49:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:45 smithi145 bash[13673]: audit 2022-04-26T03:49:44.999152+0000 mon.smithi136 (mon.0) 1680 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:49:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:45 smithi136 bash[11745]: audit 2022-04-26T03:49:44.102135+0000 mon.smithi136 (mon.0) 1676 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:49:45.595 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:45 smithi136 bash[11745]: cluster 2022-04-26T03:49:44.256381+0000 mgr.smithi136.ofnrfx (mgr.14188) 2029 : cluster [DBG] pgmap v1884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:45.596 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:45 smithi136 bash[11745]: audit 2022-04-26T03:49:44.372423+0000 mon.smithi136 (mon.0) 1677 : audit [DBG] from='client.? 172.21.15.136:0/1507386908' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:45.596 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:45 smithi136 bash[11745]: audit 2022-04-26T03:49:44.696184+0000 mon.smithi136 (mon.0) 1678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:49:45.596 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:45 smithi136 bash[11745]: audit 2022-04-26T03:49:44.990558+0000 mon.smithi136 (mon.0) 1679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:49:45.596 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:45 smithi136 bash[11745]: audit 2022-04-26T03:49:44.999152+0000 mon.smithi136 (mon.0) 1680 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:49:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:46 smithi145 bash[13673]: cluster 2022-04-26T03:49:44.984627+0000 mgr.smithi136.ofnrfx (mgr.14188) 2030 : cluster [DBG] pgmap v1885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:46 smithi145 bash[13673]: cluster 2022-04-26T03:49:44.985022+0000 mgr.smithi136.ofnrfx (mgr.14188) 2031 : cluster [DBG] pgmap v1886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:46 smithi145 bash[13673]: cephadm 2022-04-26T03:49:45.000482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2032 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:49:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:46 smithi145 bash[13673]: cephadm 2022-04-26T03:49:45.000718+0000 mgr.smithi136.ofnrfx (mgr.14188) 2033 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:49:46.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:46 smithi136 bash[11745]: cluster 2022-04-26T03:49:44.984627+0000 mgr.smithi136.ofnrfx (mgr.14188) 2030 : cluster [DBG] pgmap v1885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:46 smithi136 bash[11745]: cluster 2022-04-26T03:49:44.985022+0000 mgr.smithi136.ofnrfx (mgr.14188) 2031 : cluster [DBG] pgmap v1886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:46 smithi136 bash[11745]: cephadm 2022-04-26T03:49:45.000482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2032 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:49:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:46 smithi136 bash[11745]: cephadm 2022-04-26T03:49:45.000718+0000 mgr.smithi136.ofnrfx (mgr.14188) 2033 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:49:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:48 smithi145 bash[13673]: cluster 2022-04-26T03:49:46.985579+0000 mgr.smithi136.ofnrfx (mgr.14188) 2034 : cluster [DBG] pgmap v1887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:48.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:48 smithi136 bash[11745]: cluster 2022-04-26T03:49:46.985579+0000 mgr.smithi136.ofnrfx (mgr.14188) 2034 : cluster [DBG] pgmap v1887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:49.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:49.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:49.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:49.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:50.199 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:49 smithi136 bash[11745]: cluster 2022-04-26T03:49:48.986173+0000 mgr.smithi136.ofnrfx (mgr.14188) 2035 : cluster [DBG] pgmap v1888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:50.199 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:49 smithi136 bash[11745]: audit 2022-04-26T03:49:49.692583+0000 mon.smithi136 (mon.0) 1681 : audit [DBG] from='client.? 172.21.15.136:0/645022888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:50.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:49 smithi145 bash[13673]: cluster 2022-04-26T03:49:48.986173+0000 mgr.smithi136.ofnrfx (mgr.14188) 2035 : cluster [DBG] pgmap v1888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:50.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:49 smithi145 bash[13673]: audit 2022-04-26T03:49:49.692583+0000 mon.smithi136 (mon.0) 1681 : audit [DBG] from='client.? 172.21.15.136:0/645022888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:52 smithi136 bash[11745]: cluster 2022-04-26T03:49:50.986804+0000 mgr.smithi136.ofnrfx (mgr.14188) 2036 : cluster [DBG] pgmap v1889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:52 smithi145 bash[13673]: cluster 2022-04-26T03:49:50.986804+0000 mgr.smithi136.ofnrfx (mgr.14188) 2036 : cluster [DBG] pgmap v1889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:54.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:54 smithi136 bash[11745]: cluster 2022-04-26T03:49:52.987443+0000 mgr.smithi136.ofnrfx (mgr.14188) 2037 : cluster [DBG] pgmap v1890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:54.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:54 smithi145 bash[13673]: cluster 2022-04-26T03:49:52.987443+0000 mgr.smithi136.ofnrfx (mgr.14188) 2037 : cluster [DBG] pgmap v1890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:54.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:49:54.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:49:54.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:49:55.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:49:55.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:55 smithi136 bash[11745]: audit 2022-04-26T03:49:55.016734+0000 mon.smithi136 (mon.0) 1682 : audit [DBG] from='client.? 172.21.15.136:0/593299478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:55 smithi145 bash[13673]: audit 2022-04-26T03:49:55.016734+0000 mon.smithi136 (mon.0) 1682 : audit [DBG] from='client.? 172.21.15.136:0/593299478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:49:56.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:56 smithi145 bash[13673]: cluster 2022-04-26T03:49:54.988040+0000 mgr.smithi136.ofnrfx (mgr.14188) 2038 : cluster [DBG] pgmap v1891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:56.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:56 smithi136 bash[11745]: cluster 2022-04-26T03:49:54.988040+0000 mgr.smithi136.ofnrfx (mgr.14188) 2038 : cluster [DBG] pgmap v1891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:58 smithi145 bash[13673]: cluster 2022-04-26T03:49:56.988693+0000 mgr.smithi136.ofnrfx (mgr.14188) 2039 : cluster [DBG] pgmap v1892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:49:58.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:58 smithi136 bash[11745]: cluster 2022-04-26T03:49:56.988693+0000 mgr.smithi136.ofnrfx (mgr.14188) 2039 : cluster [DBG] pgmap v1892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:00.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:00.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:00.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:00.199 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:49:59 smithi136 bash[11745]: cluster 2022-04-26T03:49:58.989377+0000 mgr.smithi136.ofnrfx (mgr.14188) 2040 : cluster [DBG] pgmap v1893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:00.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:00.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:49:59 smithi145 bash[13673]: cluster 2022-04-26T03:49:58.989377+0000 mgr.smithi136.ofnrfx (mgr.14188) 2040 : cluster [DBG] pgmap v1893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:00 smithi136 bash[11745]: cluster 2022-04-26T03:50:00.000122+0000 mon.smithi136 (mon.0) 1683 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:50:01.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:00 smithi136 bash[11745]: audit 2022-04-26T03:50:00.343161+0000 mon.smithi136 (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.136:0/2808810663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:01.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:00 smithi145 bash[13673]: cluster 2022-04-26T03:50:00.000122+0000 mon.smithi136 (mon.0) 1683 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T03:50:01.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:00 smithi145 bash[13673]: audit 2022-04-26T03:50:00.343161+0000 mon.smithi136 (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.136:0/2808810663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:01 smithi136 bash[11745]: cluster 2022-04-26T03:50:00.990026+0000 mgr.smithi136.ofnrfx (mgr.14188) 2041 : cluster [DBG] pgmap v1894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:02.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:01 smithi145 bash[13673]: cluster 2022-04-26T03:50:00.990026+0000 mgr.smithi136.ofnrfx (mgr.14188) 2041 : cluster [DBG] pgmap v1894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:03.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:02 smithi136 bash[11745]: audit 2022-04-26T03:50:02.138880+0000 mon.smithi136 (mon.0) 1685 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:50:03.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:02 smithi136 bash[11745]: audit 2022-04-26T03:50:02.142729+0000 mon.smithi136 (mon.0) 1686 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:50:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:02 smithi145 bash[13673]: audit 2022-04-26T03:50:02.138880+0000 mon.smithi136 (mon.0) 1685 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:50:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:02 smithi145 bash[13673]: audit 2022-04-26T03:50:02.142729+0000 mon.smithi136 (mon.0) 1686 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:50:04.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:03 smithi136 bash[11745]: cluster 2022-04-26T03:50:02.990661+0000 mgr.smithi136.ofnrfx (mgr.14188) 2042 : cluster [DBG] pgmap v1895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:03 smithi145 bash[13673]: cluster 2022-04-26T03:50:02.990661+0000 mgr.smithi136.ofnrfx (mgr.14188) 2042 : cluster [DBG] pgmap v1895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:05.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:05.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:05.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:05.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:06.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:06 smithi136 bash[11745]: cluster 2022-04-26T03:50:04.991339+0000 mgr.smithi136.ofnrfx (mgr.14188) 2043 : cluster [DBG] pgmap v1896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:06.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:06 smithi136 bash[11745]: audit 2022-04-26T03:50:05.675012+0000 mon.smithi136 (mon.0) 1687 : audit [DBG] from='client.? 172.21.15.136:0/1937640199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:06 smithi145 bash[13673]: cluster 2022-04-26T03:50:04.991339+0000 mgr.smithi136.ofnrfx (mgr.14188) 2043 : cluster [DBG] pgmap v1896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:06 smithi145 bash[13673]: audit 2022-04-26T03:50:05.675012+0000 mon.smithi136 (mon.0) 1687 : audit [DBG] from='client.? 172.21.15.136:0/1937640199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:08.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:08 smithi136 bash[11745]: cluster 2022-04-26T03:50:06.991985+0000 mgr.smithi136.ofnrfx (mgr.14188) 2044 : cluster [DBG] pgmap v1897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:08 smithi145 bash[13673]: cluster 2022-04-26T03:50:06.991985+0000 mgr.smithi136.ofnrfx (mgr.14188) 2044 : cluster [DBG] pgmap v1897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:10.201 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:09 smithi136 bash[11745]: cluster 2022-04-26T03:50:08.992649+0000 mgr.smithi136.ofnrfx (mgr.14188) 2045 : cluster [DBG] pgmap v1898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:09 smithi145 bash[13673]: cluster 2022-04-26T03:50:08.992649+0000 mgr.smithi136.ofnrfx (mgr.14188) 2045 : cluster [DBG] pgmap v1898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:10.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:10.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:10.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:11.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:11.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:11 smithi136 bash[11745]: audit 2022-04-26T03:50:11.002916+0000 mon.smithi136 (mon.0) 1688 : audit [DBG] from='client.? 172.21.15.136:0/3288260604' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:11.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:11 smithi145 bash[13673]: audit 2022-04-26T03:50:11.002916+0000 mon.smithi136 (mon.0) 1688 : audit [DBG] from='client.? 172.21.15.136:0/3288260604' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:12.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:12 smithi136 bash[11745]: cluster 2022-04-26T03:50:10.993308+0000 mgr.smithi136.ofnrfx (mgr.14188) 2046 : cluster [DBG] pgmap v1899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:12.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:12 smithi145 bash[13673]: cluster 2022-04-26T03:50:10.993308+0000 mgr.smithi136.ofnrfx (mgr.14188) 2046 : cluster [DBG] pgmap v1899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:14 smithi145 bash[13673]: cluster 2022-04-26T03:50:12.993940+0000 mgr.smithi136.ofnrfx (mgr.14188) 2047 : cluster [DBG] pgmap v1900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:14.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:14 smithi136 bash[11745]: cluster 2022-04-26T03:50:12.993940+0000 mgr.smithi136.ofnrfx (mgr.14188) 2047 : cluster [DBG] pgmap v1900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:16.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:16.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:16.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:16.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:16.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:16 smithi145 bash[13673]: cluster 2022-04-26T03:50:14.994544+0000 mgr.smithi136.ofnrfx (mgr.14188) 2048 : cluster [DBG] pgmap v1901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:16.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:16 smithi136 bash[11745]: cluster 2022-04-26T03:50:14.994544+0000 mgr.smithi136.ofnrfx (mgr.14188) 2048 : cluster [DBG] pgmap v1901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:17.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:17 smithi145 bash[13673]: audit 2022-04-26T03:50:16.328620+0000 mon.smithi136 (mon.0) 1689 : audit [DBG] from='client.? 172.21.15.136:0/2843944305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:17.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:17 smithi136 bash[11745]: audit 2022-04-26T03:50:16.328620+0000 mon.smithi136 (mon.0) 1689 : audit [DBG] from='client.? 172.21.15.136:0/2843944305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:18 smithi145 bash[13673]: cluster 2022-04-26T03:50:16.995148+0000 mgr.smithi136.ofnrfx (mgr.14188) 2049 : cluster [DBG] pgmap v1902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:18.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:18 smithi136 bash[11745]: cluster 2022-04-26T03:50:16.995148+0000 mgr.smithi136.ofnrfx (mgr.14188) 2049 : cluster [DBG] pgmap v1902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:20.203 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:19 smithi136 bash[11745]: cluster 2022-04-26T03:50:18.995805+0000 mgr.smithi136.ofnrfx (mgr.14188) 2050 : cluster [DBG] pgmap v1903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:20.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:19 smithi145 bash[13673]: cluster 2022-04-26T03:50:18.995805+0000 mgr.smithi136.ofnrfx (mgr.14188) 2050 : cluster [DBG] pgmap v1903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:21.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:21.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:21.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:21.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:22.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:22 smithi136 bash[11745]: cluster 2022-04-26T03:50:20.996440+0000 mgr.smithi136.ofnrfx (mgr.14188) 2051 : cluster [DBG] pgmap v1904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:22.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:22 smithi136 bash[11745]: audit 2022-04-26T03:50:21.659294+0000 mon.smithi136 (mon.0) 1690 : audit [DBG] from='client.? 172.21.15.136:0/3211900528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:22.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:22 smithi145 bash[13673]: cluster 2022-04-26T03:50:20.996440+0000 mgr.smithi136.ofnrfx (mgr.14188) 2051 : cluster [DBG] pgmap v1904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:22.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:22 smithi145 bash[13673]: audit 2022-04-26T03:50:21.659294+0000 mon.smithi136 (mon.0) 1690 : audit [DBG] from='client.? 172.21.15.136:0/3211900528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:24.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:24 smithi136 bash[11745]: cluster 2022-04-26T03:50:22.997094+0000 mgr.smithi136.ofnrfx (mgr.14188) 2052 : cluster [DBG] pgmap v1905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:24 smithi145 bash[13673]: cluster 2022-04-26T03:50:22.997094+0000 mgr.smithi136.ofnrfx (mgr.14188) 2052 : cluster [DBG] pgmap v1905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:26 smithi145 bash[13673]: cluster 2022-04-26T03:50:24.997682+0000 mgr.smithi136.ofnrfx (mgr.14188) 2053 : cluster [DBG] pgmap v1906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:26.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:26 smithi136 bash[11745]: cluster 2022-04-26T03:50:24.997682+0000 mgr.smithi136.ofnrfx (mgr.14188) 2053 : cluster [DBG] pgmap v1906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:26.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:26.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:26.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:26.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:27.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:27 smithi145 bash[13673]: audit 2022-04-26T03:50:26.985964+0000 mon.smithi136 (mon.0) 1691 : audit [DBG] from='client.? 172.21.15.136:0/1286041663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:27.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:27 smithi136 bash[11745]: audit 2022-04-26T03:50:26.985964+0000 mon.smithi136 (mon.0) 1691 : audit [DBG] from='client.? 172.21.15.136:0/1286041663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:28.399 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:28 smithi145 bash[13673]: cluster 2022-04-26T03:50:26.998312+0000 mgr.smithi136.ofnrfx (mgr.14188) 2054 : cluster [DBG] pgmap v1907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:28 smithi136 bash[11745]: cluster 2022-04-26T03:50:26.998312+0000 mgr.smithi136.ofnrfx (mgr.14188) 2054 : cluster [DBG] pgmap v1907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:30.201 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:29 smithi136 bash[11745]: cluster 2022-04-26T03:50:28.998982+0000 mgr.smithi136.ofnrfx (mgr.14188) 2055 : cluster [DBG] pgmap v1908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:29 smithi145 bash[13673]: cluster 2022-04-26T03:50:28.998982+0000 mgr.smithi136.ofnrfx (mgr.14188) 2055 : cluster [DBG] pgmap v1908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:32.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:32.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:32.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:32.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:32 smithi136 bash[11745]: cluster 2022-04-26T03:50:30.999642+0000 mgr.smithi136.ofnrfx (mgr.14188) 2056 : cluster [DBG] pgmap v1909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:32.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:32.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:32 smithi145 bash[13673]: cluster 2022-04-26T03:50:30.999642+0000 mgr.smithi136.ofnrfx (mgr.14188) 2056 : cluster [DBG] pgmap v1909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:33.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:33 smithi145 bash[13673]: audit 2022-04-26T03:50:32.322489+0000 mon.smithi136 (mon.0) 1692 : audit [DBG] from='client.? 172.21.15.136:0/2097037814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:33.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:33 smithi136 bash[11745]: audit 2022-04-26T03:50:32.322489+0000 mon.smithi136 (mon.0) 1692 : audit [DBG] from='client.? 172.21.15.136:0/2097037814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:34.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:34 smithi145 bash[13673]: cluster 2022-04-26T03:50:33.000269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2057 : cluster [DBG] pgmap v1910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:34.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:34 smithi136 bash[11745]: cluster 2022-04-26T03:50:33.000269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2057 : cluster [DBG] pgmap v1910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:36.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:36 smithi145 bash[13673]: cluster 2022-04-26T03:50:35.000835+0000 mgr.smithi136.ofnrfx (mgr.14188) 2058 : cluster [DBG] pgmap v1911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:36.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:36 smithi136 bash[11745]: cluster 2022-04-26T03:50:35.000835+0000 mgr.smithi136.ofnrfx (mgr.14188) 2058 : cluster [DBG] pgmap v1911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:37.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:37.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:37.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:37.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:38 smithi145 bash[13673]: cluster 2022-04-26T03:50:37.001456+0000 mgr.smithi136.ofnrfx (mgr.14188) 2059 : cluster [DBG] pgmap v1912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:38 smithi145 bash[13673]: audit 2022-04-26T03:50:37.651241+0000 mon.smithi136 (mon.0) 1693 : audit [DBG] from='client.? 172.21.15.136:0/3657590790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:38.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:38 smithi136 bash[11745]: cluster 2022-04-26T03:50:37.001456+0000 mgr.smithi136.ofnrfx (mgr.14188) 2059 : cluster [DBG] pgmap v1912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:38 smithi136 bash[11745]: audit 2022-04-26T03:50:37.651241+0000 mon.smithi136 (mon.0) 1693 : audit [DBG] from='client.? 172.21.15.136:0/3657590790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:40.202 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:39 smithi136 bash[11745]: cluster 2022-04-26T03:50:39.002086+0000 mgr.smithi136.ofnrfx (mgr.14188) 2060 : cluster [DBG] pgmap v1913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:40.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:39 smithi145 bash[13673]: cluster 2022-04-26T03:50:39.002086+0000 mgr.smithi136.ofnrfx (mgr.14188) 2060 : cluster [DBG] pgmap v1913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:42.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:42 smithi145 bash[13673]: cluster 2022-04-26T03:50:41.002714+0000 mgr.smithi136.ofnrfx (mgr.14188) 2061 : cluster [DBG] pgmap v1914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:42.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:42 smithi136 bash[11745]: cluster 2022-04-26T03:50:41.002714+0000 mgr.smithi136.ofnrfx (mgr.14188) 2061 : cluster [DBG] pgmap v1914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:42.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:42.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:42.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:42.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:43 smithi145 bash[13673]: audit 2022-04-26T03:50:42.972697+0000 mon.smithi136 (mon.0) 1694 : audit [DBG] from='client.? 172.21.15.136:0/3149740663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:43.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:43 smithi136 bash[11745]: audit 2022-04-26T03:50:42.972697+0000 mon.smithi136 (mon.0) 1694 : audit [DBG] from='client.? 172.21.15.136:0/3149740663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:44.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:44 smithi145 bash[13673]: cluster 2022-04-26T03:50:43.003341+0000 mgr.smithi136.ofnrfx (mgr.14188) 2062 : cluster [DBG] pgmap v1915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:44.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:44 smithi136 bash[11745]: cluster 2022-04-26T03:50:43.003341+0000 mgr.smithi136.ofnrfx (mgr.14188) 2062 : cluster [DBG] pgmap v1915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:45 smithi145 bash[13673]: audit 2022-04-26T03:50:45.013811+0000 mon.smithi136 (mon.0) 1695 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:50:45.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:45 smithi145 bash[13673]: audit 2022-04-26T03:50:45.016485+0000 mon.smithi136 (mon.0) 1696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:50:45.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:45 smithi145 bash[13673]: audit 2022-04-26T03:50:45.018230+0000 mon.smithi136 (mon.0) 1697 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:50:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:45 smithi136 bash[11745]: audit 2022-04-26T03:50:45.013811+0000 mon.smithi136 (mon.0) 1695 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:50:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:45 smithi136 bash[11745]: audit 2022-04-26T03:50:45.016485+0000 mon.smithi136 (mon.0) 1696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:50:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:45 smithi136 bash[11745]: audit 2022-04-26T03:50:45.018230+0000 mon.smithi136 (mon.0) 1697 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:50:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: cluster 2022-04-26T03:50:45.003977+0000 mgr.smithi136.ofnrfx (mgr.14188) 2063 : cluster [DBG] pgmap v1916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: audit 2022-04-26T03:50:45.325395+0000 mon.smithi136 (mon.0) 1698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:50:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: cluster 2022-04-26T03:50:45.610250+0000 mgr.smithi136.ofnrfx (mgr.14188) 2064 : cluster [DBG] pgmap v1917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: cluster 2022-04-26T03:50:45.610509+0000 mgr.smithi136.ofnrfx (mgr.14188) 2065 : cluster [DBG] pgmap v1918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: audit 2022-04-26T03:50:45.616436+0000 mon.smithi136 (mon.0) 1699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:50:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: audit 2022-04-26T03:50:45.625368+0000 mon.smithi136 (mon.0) 1700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:50:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: cephadm 2022-04-26T03:50:45.626833+0000 mgr.smithi136.ofnrfx (mgr.14188) 2066 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:50:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:46 smithi145 bash[13673]: cephadm 2022-04-26T03:50:45.627048+0000 mgr.smithi136.ofnrfx (mgr.14188) 2067 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:50:46.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: cluster 2022-04-26T03:50:45.003977+0000 mgr.smithi136.ofnrfx (mgr.14188) 2063 : cluster [DBG] pgmap v1916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:46.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: audit 2022-04-26T03:50:45.325395+0000 mon.smithi136 (mon.0) 1698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:50:46.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: cluster 2022-04-26T03:50:45.610250+0000 mgr.smithi136.ofnrfx (mgr.14188) 2064 : cluster [DBG] pgmap v1917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: cluster 2022-04-26T03:50:45.610509+0000 mgr.smithi136.ofnrfx (mgr.14188) 2065 : cluster [DBG] pgmap v1918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: audit 2022-04-26T03:50:45.616436+0000 mon.smithi136 (mon.0) 1699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:50:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: audit 2022-04-26T03:50:45.625368+0000 mon.smithi136 (mon.0) 1700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:50:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: cephadm 2022-04-26T03:50:45.626833+0000 mgr.smithi136.ofnrfx (mgr.14188) 2066 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:50:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:46 smithi136 bash[11745]: cephadm 2022-04-26T03:50:45.627048+0000 mgr.smithi136.ofnrfx (mgr.14188) 2067 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:50:47.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:47.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:47.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:48.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:48 smithi136 bash[11745]: cluster 2022-04-26T03:50:47.611052+0000 mgr.smithi136.ofnrfx (mgr.14188) 2068 : cluster [DBG] pgmap v1919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:48 smithi136 bash[11745]: audit 2022-04-26T03:50:48.301994+0000 mon.smithi136 (mon.0) 1701 : audit [DBG] from='client.? 172.21.15.136:0/2944542817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:49.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:48 smithi145 bash[13673]: cluster 2022-04-26T03:50:47.611052+0000 mgr.smithi136.ofnrfx (mgr.14188) 2068 : cluster [DBG] pgmap v1919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:49.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:48 smithi145 bash[13673]: audit 2022-04-26T03:50:48.301994+0000 mon.smithi136 (mon.0) 1701 : audit [DBG] from='client.? 172.21.15.136:0/2944542817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:50.202 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:49 smithi136 bash[11745]: cluster 2022-04-26T03:50:49.611699+0000 mgr.smithi136.ofnrfx (mgr.14188) 2069 : cluster [DBG] pgmap v1920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:50.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:49 smithi145 bash[13673]: cluster 2022-04-26T03:50:49.611699+0000 mgr.smithi136.ofnrfx (mgr.14188) 2069 : cluster [DBG] pgmap v1920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:53.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:52 smithi136 bash[11745]: cluster 2022-04-26T03:50:51.612311+0000 mgr.smithi136.ofnrfx (mgr.14188) 2070 : cluster [DBG] pgmap v1921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:52 smithi145 bash[13673]: cluster 2022-04-26T03:50:51.612311+0000 mgr.smithi136.ofnrfx (mgr.14188) 2070 : cluster [DBG] pgmap v1921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:53.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:53.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:53.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:53.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:54.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:53 smithi136 bash[11745]: audit 2022-04-26T03:50:53.626191+0000 mon.smithi136 (mon.0) 1702 : audit [DBG] from='client.? 172.21.15.136:0/4140779723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:53 smithi145 bash[13673]: audit 2022-04-26T03:50:53.626191+0000 mon.smithi136 (mon.0) 1702 : audit [DBG] from='client.? 172.21.15.136:0/4140779723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:50:55.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:54 smithi136 bash[11745]: cluster 2022-04-26T03:50:53.612903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2071 : cluster [DBG] pgmap v1922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:55.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:54 smithi145 bash[13673]: cluster 2022-04-26T03:50:53.612903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2071 : cluster [DBG] pgmap v1922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:57.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:56 smithi136 bash[11745]: cluster 2022-04-26T03:50:55.613538+0000 mgr.smithi136.ofnrfx (mgr.14188) 2072 : cluster [DBG] pgmap v1923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:57.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:56 smithi145 bash[13673]: cluster 2022-04-26T03:50:55.613538+0000 mgr.smithi136.ofnrfx (mgr.14188) 2072 : cluster [DBG] pgmap v1923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:58.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:50:58.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:50:58.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:50:58.974 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:50:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:58 smithi136 bash[11745]: cluster 2022-04-26T03:50:57.614184+0000 mgr.smithi136.ofnrfx (mgr.14188) 2073 : cluster [DBG] pgmap v1924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:50:59.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:58 smithi145 bash[13673]: cluster 2022-04-26T03:50:57.614184+0000 mgr.smithi136.ofnrfx (mgr.14188) 2073 : cluster [DBG] pgmap v1924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:00.202 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:59 smithi136 bash[11745]: audit 2022-04-26T03:50:58.961151+0000 mon.smithi136 (mon.0) 1703 : audit [DBG] from='client.? 172.21.15.136:0/489236997' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:00.202 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:50:59 smithi136 bash[11745]: cluster 2022-04-26T03:50:59.614848+0000 mgr.smithi136.ofnrfx (mgr.14188) 2074 : cluster [DBG] pgmap v1925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:00.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:59 smithi145 bash[13673]: audit 2022-04-26T03:50:58.961151+0000 mon.smithi136 (mon.0) 1703 : audit [DBG] from='client.? 172.21.15.136:0/489236997' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:00.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:50:59 smithi145 bash[13673]: cluster 2022-04-26T03:50:59.614848+0000 mgr.smithi136.ofnrfx (mgr.14188) 2074 : cluster [DBG] pgmap v1925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:02 smithi136 bash[11745]: cluster 2022-04-26T03:51:01.615463+0000 mgr.smithi136.ofnrfx (mgr.14188) 2075 : cluster [DBG] pgmap v1926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:02 smithi136 bash[11745]: audit 2022-04-26T03:51:02.142986+0000 mon.smithi136 (mon.0) 1704 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:51:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:02 smithi136 bash[11745]: audit 2022-04-26T03:51:02.147017+0000 mon.smithi136 (mon.0) 1705 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:51:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:02 smithi145 bash[13673]: cluster 2022-04-26T03:51:01.615463+0000 mgr.smithi136.ofnrfx (mgr.14188) 2075 : cluster [DBG] pgmap v1926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:02 smithi145 bash[13673]: audit 2022-04-26T03:51:02.142986+0000 mon.smithi136 (mon.0) 1704 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:51:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:02 smithi145 bash[13673]: audit 2022-04-26T03:51:02.147017+0000 mon.smithi136 (mon.0) 1705 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:51:03.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:03.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:03.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:04.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:05.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:04 smithi136 bash[11745]: cluster 2022-04-26T03:51:03.616145+0000 mgr.smithi136.ofnrfx (mgr.14188) 2076 : cluster [DBG] pgmap v1927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:05.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:04 smithi136 bash[11745]: audit 2022-04-26T03:51:04.289692+0000 mon.smithi136 (mon.0) 1706 : audit [DBG] from='client.? 172.21.15.136:0/4000524162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:04 smithi145 bash[13673]: cluster 2022-04-26T03:51:03.616145+0000 mgr.smithi136.ofnrfx (mgr.14188) 2076 : cluster [DBG] pgmap v1927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:04 smithi145 bash[13673]: audit 2022-04-26T03:51:04.289692+0000 mon.smithi136 (mon.0) 1706 : audit [DBG] from='client.? 172.21.15.136:0/4000524162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:07.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:06 smithi136 bash[11745]: cluster 2022-04-26T03:51:05.616757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2077 : cluster [DBG] pgmap v1928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:07.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:06 smithi145 bash[13673]: cluster 2022-04-26T03:51:05.616757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2077 : cluster [DBG] pgmap v1928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:09.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:08 smithi136 bash[11745]: cluster 2022-04-26T03:51:07.617412+0000 mgr.smithi136.ofnrfx (mgr.14188) 2078 : cluster [DBG] pgmap v1929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:09.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:08 smithi145 bash[13673]: cluster 2022-04-26T03:51:07.617412+0000 mgr.smithi136.ofnrfx (mgr.14188) 2078 : cluster [DBG] pgmap v1929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:09.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:09.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:09.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:09.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:10.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:09 smithi136 bash[11745]: audit 2022-04-26T03:51:09.615043+0000 mon.smithi136 (mon.0) 1707 : audit [DBG] from='client.? 172.21.15.136:0/3939170520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:10.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:09 smithi136 bash[11745]: cluster 2022-04-26T03:51:09.617808+0000 mgr.smithi136.ofnrfx (mgr.14188) 2079 : cluster [DBG] pgmap v1930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:09 smithi145 bash[13673]: audit 2022-04-26T03:51:09.615043+0000 mon.smithi136 (mon.0) 1707 : audit [DBG] from='client.? 172.21.15.136:0/3939170520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:10.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:09 smithi145 bash[13673]: cluster 2022-04-26T03:51:09.617808+0000 mgr.smithi136.ofnrfx (mgr.14188) 2079 : cluster [DBG] pgmap v1930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:13.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:12 smithi136 bash[11745]: cluster 2022-04-26T03:51:11.618396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2080 : cluster [DBG] pgmap v1931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:13.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:12 smithi145 bash[13673]: cluster 2022-04-26T03:51:11.618396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2080 : cluster [DBG] pgmap v1931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:14.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:14.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:14.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:14.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:15.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:14 smithi136 bash[11745]: cluster 2022-04-26T03:51:13.619018+0000 mgr.smithi136.ofnrfx (mgr.14188) 2081 : cluster [DBG] pgmap v1932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:15.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:14 smithi145 bash[13673]: cluster 2022-04-26T03:51:13.619018+0000 mgr.smithi136.ofnrfx (mgr.14188) 2081 : cluster [DBG] pgmap v1932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:16.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:15 smithi136 bash[11745]: audit 2022-04-26T03:51:14.951267+0000 mon.smithi136 (mon.0) 1708 : audit [DBG] from='client.? 172.21.15.136:0/2433513625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:16.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:15 smithi145 bash[13673]: audit 2022-04-26T03:51:14.951267+0000 mon.smithi136 (mon.0) 1708 : audit [DBG] from='client.? 172.21.15.136:0/2433513625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:17.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:16 smithi136 bash[11745]: cluster 2022-04-26T03:51:15.619675+0000 mgr.smithi136.ofnrfx (mgr.14188) 2082 : cluster [DBG] pgmap v1933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:17.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:16 smithi145 bash[13673]: cluster 2022-04-26T03:51:15.619675+0000 mgr.smithi136.ofnrfx (mgr.14188) 2082 : cluster [DBG] pgmap v1933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:19.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:18 smithi136 bash[11745]: cluster 2022-04-26T03:51:17.620308+0000 mgr.smithi136.ofnrfx (mgr.14188) 2083 : cluster [DBG] pgmap v1934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:19.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:18 smithi145 bash[13673]: cluster 2022-04-26T03:51:17.620308+0000 mgr.smithi136.ofnrfx (mgr.14188) 2083 : cluster [DBG] pgmap v1934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:19.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:19.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:19.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:20.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:20.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:19 smithi136 bash[11745]: cluster 2022-04-26T03:51:19.620933+0000 mgr.smithi136.ofnrfx (mgr.14188) 2084 : cluster [DBG] pgmap v1935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:20.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:19 smithi145 bash[13673]: cluster 2022-04-26T03:51:19.620933+0000 mgr.smithi136.ofnrfx (mgr.14188) 2084 : cluster [DBG] pgmap v1935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:21.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:20 smithi136 bash[11745]: audit 2022-04-26T03:51:20.273901+0000 mon.smithi136 (mon.0) 1709 : audit [DBG] from='client.? 172.21.15.136:0/3758965085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:21.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:20 smithi145 bash[13673]: audit 2022-04-26T03:51:20.273901+0000 mon.smithi136 (mon.0) 1709 : audit [DBG] from='client.? 172.21.15.136:0/3758965085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:22.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:21 smithi136 bash[11745]: cluster 2022-04-26T03:51:21.621593+0000 mgr.smithi136.ofnrfx (mgr.14188) 2085 : cluster [DBG] pgmap v1936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:22.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:21 smithi145 bash[13673]: cluster 2022-04-26T03:51:21.621593+0000 mgr.smithi136.ofnrfx (mgr.14188) 2085 : cluster [DBG] pgmap v1936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:25.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:24 smithi136 bash[11745]: cluster 2022-04-26T03:51:23.622218+0000 mgr.smithi136.ofnrfx (mgr.14188) 2086 : cluster [DBG] pgmap v1937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:24 smithi145 bash[13673]: cluster 2022-04-26T03:51:23.622218+0000 mgr.smithi136.ofnrfx (mgr.14188) 2086 : cluster [DBG] pgmap v1937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:25.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:25.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:25.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:25.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:26.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:25 smithi136 bash[11745]: audit 2022-04-26T03:51:25.596892+0000 mon.smithi136 (mon.0) 1710 : audit [DBG] from='client.? 172.21.15.136:0/3119153296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:26.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:25 smithi145 bash[13673]: audit 2022-04-26T03:51:25.596892+0000 mon.smithi136 (mon.0) 1710 : audit [DBG] from='client.? 172.21.15.136:0/3119153296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:27.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:26 smithi136 bash[11745]: cluster 2022-04-26T03:51:25.622824+0000 mgr.smithi136.ofnrfx (mgr.14188) 2087 : cluster [DBG] pgmap v1938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:27.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:26 smithi145 bash[13673]: cluster 2022-04-26T03:51:25.622824+0000 mgr.smithi136.ofnrfx (mgr.14188) 2087 : cluster [DBG] pgmap v1938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:28 smithi136 bash[11745]: cluster 2022-04-26T03:51:27.623432+0000 mgr.smithi136.ofnrfx (mgr.14188) 2088 : cluster [DBG] pgmap v1939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:29.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:28 smithi145 bash[13673]: cluster 2022-04-26T03:51:27.623432+0000 mgr.smithi136.ofnrfx (mgr.14188) 2088 : cluster [DBG] pgmap v1939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:30.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:29 smithi136 bash[11745]: cluster 2022-04-26T03:51:29.624037+0000 mgr.smithi136.ofnrfx (mgr.14188) 2089 : cluster [DBG] pgmap v1940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:29 smithi145 bash[13673]: cluster 2022-04-26T03:51:29.624037+0000 mgr.smithi136.ofnrfx (mgr.14188) 2089 : cluster [DBG] pgmap v1940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:30.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:30.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:30.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:30.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:31.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:30 smithi136 bash[11745]: audit 2022-04-26T03:51:30.930011+0000 mon.smithi136 (mon.0) 1711 : audit [DBG] from='client.? 172.21.15.136:0/1920075377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:30 smithi145 bash[13673]: audit 2022-04-26T03:51:30.930011+0000 mon.smithi136 (mon.0) 1711 : audit [DBG] from='client.? 172.21.15.136:0/1920075377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:32.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:31 smithi136 bash[11745]: cluster 2022-04-26T03:51:31.624688+0000 mgr.smithi136.ofnrfx (mgr.14188) 2090 : cluster [DBG] pgmap v1941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:32.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:31 smithi145 bash[13673]: cluster 2022-04-26T03:51:31.624688+0000 mgr.smithi136.ofnrfx (mgr.14188) 2090 : cluster [DBG] pgmap v1941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:35.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:34 smithi136 bash[11745]: cluster 2022-04-26T03:51:33.625305+0000 mgr.smithi136.ofnrfx (mgr.14188) 2091 : cluster [DBG] pgmap v1942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:34 smithi145 bash[13673]: cluster 2022-04-26T03:51:33.625305+0000 mgr.smithi136.ofnrfx (mgr.14188) 2091 : cluster [DBG] pgmap v1942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:35.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:35.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:35.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:36.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:36 smithi136 bash[11745]: cluster 2022-04-26T03:51:35.625953+0000 mgr.smithi136.ofnrfx (mgr.14188) 2092 : cluster [DBG] pgmap v1943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:36 smithi136 bash[11745]: audit 2022-04-26T03:51:36.257963+0000 mon.smithi136 (mon.0) 1712 : audit [DBG] from='client.? 172.21.15.136:0/2416568519' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:36 smithi145 bash[13673]: cluster 2022-04-26T03:51:35.625953+0000 mgr.smithi136.ofnrfx (mgr.14188) 2092 : cluster [DBG] pgmap v1943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:36 smithi145 bash[13673]: audit 2022-04-26T03:51:36.257963+0000 mon.smithi136 (mon.0) 1712 : audit [DBG] from='client.? 172.21.15.136:0/2416568519' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:38 smithi136 bash[11745]: cluster 2022-04-26T03:51:37.626573+0000 mgr.smithi136.ofnrfx (mgr.14188) 2093 : cluster [DBG] pgmap v1944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:38 smithi145 bash[13673]: cluster 2022-04-26T03:51:37.626573+0000 mgr.smithi136.ofnrfx (mgr.14188) 2093 : cluster [DBG] pgmap v1944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:40.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:39 smithi136 bash[11745]: cluster 2022-04-26T03:51:39.627203+0000 mgr.smithi136.ofnrfx (mgr.14188) 2094 : cluster [DBG] pgmap v1945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:40.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:39 smithi145 bash[13673]: cluster 2022-04-26T03:51:39.627203+0000 mgr.smithi136.ofnrfx (mgr.14188) 2094 : cluster [DBG] pgmap v1945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:41.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:41.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:41.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:41.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:41 smithi145 bash[13673]: audit 2022-04-26T03:51:41.584458+0000 mon.smithi136 (mon.0) 1713 : audit [DBG] from='client.? 172.21.15.136:0/2229507595' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:42.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:41 smithi136 bash[11745]: audit 2022-04-26T03:51:41.584458+0000 mon.smithi136 (mon.0) 1713 : audit [DBG] from='client.? 172.21.15.136:0/2229507595' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:43.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:42 smithi136 bash[11745]: cluster 2022-04-26T03:51:41.627842+0000 mgr.smithi136.ofnrfx (mgr.14188) 2095 : cluster [DBG] pgmap v1946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:42 smithi145 bash[13673]: cluster 2022-04-26T03:51:41.627842+0000 mgr.smithi136.ofnrfx (mgr.14188) 2095 : cluster [DBG] pgmap v1946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:45.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:44 smithi136 bash[11745]: cluster 2022-04-26T03:51:43.628416+0000 mgr.smithi136.ofnrfx (mgr.14188) 2096 : cluster [DBG] pgmap v1947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:44 smithi145 bash[13673]: cluster 2022-04-26T03:51:43.628416+0000 mgr.smithi136.ofnrfx (mgr.14188) 2096 : cluster [DBG] pgmap v1947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:46.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:45 smithi136 bash[11745]: audit 2022-04-26T03:51:45.634775+0000 mon.smithi136 (mon.0) 1714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:51:46.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:45 smithi136 bash[11745]: audit 2022-04-26T03:51:45.637447+0000 mon.smithi136 (mon.0) 1715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:51:46.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:45 smithi136 bash[11745]: audit 2022-04-26T03:51:45.639230+0000 mon.smithi136 (mon.0) 1716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:51:46.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:45 smithi145 bash[13673]: audit 2022-04-26T03:51:45.634775+0000 mon.smithi136 (mon.0) 1714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:51:46.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:45 smithi145 bash[13673]: audit 2022-04-26T03:51:45.637447+0000 mon.smithi136 (mon.0) 1715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:51:46.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:45 smithi145 bash[13673]: audit 2022-04-26T03:51:45.639230+0000 mon.smithi136 (mon.0) 1716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:51:46.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:46.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:46.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:46.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:47.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:46 smithi136 bash[11745]: cluster 2022-04-26T03:51:45.629053+0000 mgr.smithi136.ofnrfx (mgr.14188) 2097 : cluster [DBG] pgmap v1948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:46 smithi136 bash[11745]: audit 2022-04-26T03:51:45.949726+0000 mon.smithi136 (mon.0) 1717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:51:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:46 smithi136 bash[11745]: audit 2022-04-26T03:51:45.956142+0000 mon.smithi136 (mon.0) 1718 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:51:47.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:46 smithi145 bash[13673]: cluster 2022-04-26T03:51:45.629053+0000 mgr.smithi136.ofnrfx (mgr.14188) 2097 : cluster [DBG] pgmap v1948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:47.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:46 smithi145 bash[13673]: audit 2022-04-26T03:51:45.949726+0000 mon.smithi136 (mon.0) 1717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:51:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:46 smithi145 bash[13673]: audit 2022-04-26T03:51:45.956142+0000 mon.smithi136 (mon.0) 1718 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:51:48.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:47 smithi136 bash[11745]: cluster 2022-04-26T03:51:45.941902+0000 mgr.smithi136.ofnrfx (mgr.14188) 2098 : cluster [DBG] pgmap v1949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:48.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:47 smithi136 bash[11745]: cluster 2022-04-26T03:51:45.942444+0000 mgr.smithi136.ofnrfx (mgr.14188) 2099 : cluster [DBG] pgmap v1950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:47 smithi136 bash[11745]: cephadm 2022-04-26T03:51:45.957391+0000 mgr.smithi136.ofnrfx (mgr.14188) 2100 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:51:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:47 smithi136 bash[11745]: cephadm 2022-04-26T03:51:45.957521+0000 mgr.smithi136.ofnrfx (mgr.14188) 2101 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:51:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:47 smithi136 bash[11745]: audit 2022-04-26T03:51:46.912918+0000 mon.smithi136 (mon.0) 1719 : audit [DBG] from='client.? 172.21.15.136:0/3956858277' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:48.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:47 smithi145 bash[13673]: cluster 2022-04-26T03:51:45.941902+0000 mgr.smithi136.ofnrfx (mgr.14188) 2098 : cluster [DBG] pgmap v1949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:48.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:47 smithi145 bash[13673]: cluster 2022-04-26T03:51:45.942444+0000 mgr.smithi136.ofnrfx (mgr.14188) 2099 : cluster [DBG] pgmap v1950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:48.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:47 smithi145 bash[13673]: cephadm 2022-04-26T03:51:45.957391+0000 mgr.smithi136.ofnrfx (mgr.14188) 2100 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:51:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:47 smithi145 bash[13673]: cephadm 2022-04-26T03:51:45.957521+0000 mgr.smithi136.ofnrfx (mgr.14188) 2101 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:51:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:47 smithi145 bash[13673]: audit 2022-04-26T03:51:46.912918+0000 mon.smithi136 (mon.0) 1719 : audit [DBG] from='client.? 172.21.15.136:0/3956858277' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:50.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:49 smithi136 bash[11745]: cluster 2022-04-26T03:51:47.943253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2102 : cluster [DBG] pgmap v1951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:50.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:49 smithi145 bash[13673]: cluster 2022-04-26T03:51:47.943253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2102 : cluster [DBG] pgmap v1951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:51.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:51.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:51.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:52.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:51 smithi136 bash[11745]: cluster 2022-04-26T03:51:49.944009+0000 mgr.smithi136.ofnrfx (mgr.14188) 2103 : cluster [DBG] pgmap v1952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:52.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:51 smithi145 bash[13673]: cluster 2022-04-26T03:51:49.944009+0000 mgr.smithi136.ofnrfx (mgr.14188) 2103 : cluster [DBG] pgmap v1952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:52.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:53.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:52 smithi136 bash[11745]: audit 2022-04-26T03:51:52.240401+0000 mon.smithi136 (mon.0) 1720 : audit [DBG] from='client.? 172.21.15.136:0/1196431962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:52 smithi145 bash[13673]: audit 2022-04-26T03:51:52.240401+0000 mon.smithi136 (mon.0) 1720 : audit [DBG] from='client.? 172.21.15.136:0/1196431962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:54.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:53 smithi136 bash[11745]: cluster 2022-04-26T03:51:51.944660+0000 mgr.smithi136.ofnrfx (mgr.14188) 2104 : cluster [DBG] pgmap v1953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:53 smithi145 bash[13673]: cluster 2022-04-26T03:51:51.944660+0000 mgr.smithi136.ofnrfx (mgr.14188) 2104 : cluster [DBG] pgmap v1953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:56.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:55 smithi136 bash[11745]: cluster 2022-04-26T03:51:53.945327+0000 mgr.smithi136.ofnrfx (mgr.14188) 2105 : cluster [DBG] pgmap v1954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:56.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:55 smithi145 bash[13673]: cluster 2022-04-26T03:51:53.945327+0000 mgr.smithi136.ofnrfx (mgr.14188) 2105 : cluster [DBG] pgmap v1954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:57.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:51:57.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:51:57.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:51:57.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:51:58.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:57 smithi136 bash[11745]: cluster 2022-04-26T03:51:55.945966+0000 mgr.smithi136.ofnrfx (mgr.14188) 2106 : cluster [DBG] pgmap v1955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:58.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:57 smithi136 bash[11745]: audit 2022-04-26T03:51:57.573416+0000 mon.smithi136 (mon.0) 1721 : audit [DBG] from='client.? 172.21.15.136:0/3096423348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:51:58.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:57 smithi145 bash[13673]: cluster 2022-04-26T03:51:55.945966+0000 mgr.smithi136.ofnrfx (mgr.14188) 2106 : cluster [DBG] pgmap v1955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:51:58.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:57 smithi145 bash[13673]: audit 2022-04-26T03:51:57.573416+0000 mon.smithi136 (mon.0) 1721 : audit [DBG] from='client.? 172.21.15.136:0/3096423348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:00.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:51:59 smithi136 bash[11745]: cluster 2022-04-26T03:51:57.946590+0000 mgr.smithi136.ofnrfx (mgr.14188) 2107 : cluster [DBG] pgmap v1956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:51:59 smithi145 bash[13673]: cluster 2022-04-26T03:51:57.946590+0000 mgr.smithi136.ofnrfx (mgr.14188) 2107 : cluster [DBG] pgmap v1956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:01 smithi136 bash[11745]: cluster 2022-04-26T03:51:59.947252+0000 mgr.smithi136.ofnrfx (mgr.14188) 2108 : cluster [DBG] pgmap v1957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:01 smithi145 bash[13673]: cluster 2022-04-26T03:51:59.947252+0000 mgr.smithi136.ofnrfx (mgr.14188) 2108 : cluster [DBG] pgmap v1957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:02.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:02.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:02.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:02.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:02 smithi136 bash[11745]: audit 2022-04-26T03:52:02.147195+0000 mon.smithi136 (mon.0) 1722 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:52:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:02 smithi136 bash[11745]: audit 2022-04-26T03:52:02.151124+0000 mon.smithi136 (mon.0) 1723 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:52:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:02 smithi145 bash[13673]: audit 2022-04-26T03:52:02.147195+0000 mon.smithi136 (mon.0) 1722 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:52:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:02 smithi145 bash[13673]: audit 2022-04-26T03:52:02.151124+0000 mon.smithi136 (mon.0) 1723 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:52:04.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:03 smithi136 bash[11745]: cluster 2022-04-26T03:52:01.947936+0000 mgr.smithi136.ofnrfx (mgr.14188) 2109 : cluster [DBG] pgmap v1958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:04.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:03 smithi136 bash[11745]: audit 2022-04-26T03:52:02.903927+0000 mon.smithi136 (mon.0) 1724 : audit [DBG] from='client.? 172.21.15.136:0/354519664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:03 smithi145 bash[13673]: cluster 2022-04-26T03:52:01.947936+0000 mgr.smithi136.ofnrfx (mgr.14188) 2109 : cluster [DBG] pgmap v1958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:03 smithi145 bash[13673]: audit 2022-04-26T03:52:02.903927+0000 mon.smithi136 (mon.0) 1724 : audit [DBG] from='client.? 172.21.15.136:0/354519664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:05.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:04 smithi136 bash[11745]: cluster 2022-04-26T03:52:03.948595+0000 mgr.smithi136.ofnrfx (mgr.14188) 2110 : cluster [DBG] pgmap v1959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:04 smithi145 bash[13673]: cluster 2022-04-26T03:52:03.948595+0000 mgr.smithi136.ofnrfx (mgr.14188) 2110 : cluster [DBG] pgmap v1959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:07.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:06 smithi136 bash[11745]: cluster 2022-04-26T03:52:05.949307+0000 mgr.smithi136.ofnrfx (mgr.14188) 2111 : cluster [DBG] pgmap v1960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:06 smithi145 bash[13673]: cluster 2022-04-26T03:52:05.949307+0000 mgr.smithi136.ofnrfx (mgr.14188) 2111 : cluster [DBG] pgmap v1960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:07.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:07.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:07.955 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:08.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:09.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:08 smithi136 bash[11745]: cluster 2022-04-26T03:52:07.949968+0000 mgr.smithi136.ofnrfx (mgr.14188) 2112 : cluster [DBG] pgmap v1961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:08 smithi136 bash[11745]: audit 2022-04-26T03:52:08.235685+0000 mon.smithi136 (mon.0) 1725 : audit [DBG] from='client.? 172.21.15.136:0/519848818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:09.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:08 smithi145 bash[13673]: cluster 2022-04-26T03:52:07.949968+0000 mgr.smithi136.ofnrfx (mgr.14188) 2112 : cluster [DBG] pgmap v1961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:09.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:08 smithi145 bash[13673]: audit 2022-04-26T03:52:08.235685+0000 mon.smithi136 (mon.0) 1725 : audit [DBG] from='client.? 172.21.15.136:0/519848818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:11.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:10 smithi136 bash[11745]: cluster 2022-04-26T03:52:09.950564+0000 mgr.smithi136.ofnrfx (mgr.14188) 2113 : cluster [DBG] pgmap v1962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:11.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:10 smithi145 bash[13673]: cluster 2022-04-26T03:52:09.950564+0000 mgr.smithi136.ofnrfx (mgr.14188) 2113 : cluster [DBG] pgmap v1962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:13.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:13.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:13.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:13.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:12 smithi136 bash[11745]: cluster 2022-04-26T03:52:11.951201+0000 mgr.smithi136.ofnrfx (mgr.14188) 2114 : cluster [DBG] pgmap v1963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:13.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:12 smithi145 bash[13673]: cluster 2022-04-26T03:52:11.951201+0000 mgr.smithi136.ofnrfx (mgr.14188) 2114 : cluster [DBG] pgmap v1963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:13.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:14.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:13 smithi136 bash[11745]: audit 2022-04-26T03:52:13.563333+0000 mon.smithi136 (mon.0) 1726 : audit [DBG] from='client.? 172.21.15.136:0/3438960300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:13 smithi145 bash[13673]: audit 2022-04-26T03:52:13.563333+0000 mon.smithi136 (mon.0) 1726 : audit [DBG] from='client.? 172.21.15.136:0/3438960300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:14 smithi136 bash[11745]: cluster 2022-04-26T03:52:13.951907+0000 mgr.smithi136.ofnrfx (mgr.14188) 2115 : cluster [DBG] pgmap v1964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:14 smithi145 bash[13673]: cluster 2022-04-26T03:52:13.951907+0000 mgr.smithi136.ofnrfx (mgr.14188) 2115 : cluster [DBG] pgmap v1964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:17.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:17 smithi136 bash[11745]: cluster 2022-04-26T03:52:15.952619+0000 mgr.smithi136.ofnrfx (mgr.14188) 2116 : cluster [DBG] pgmap v1965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:17.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:17 smithi145 bash[13673]: cluster 2022-04-26T03:52:15.952619+0000 mgr.smithi136.ofnrfx (mgr.14188) 2116 : cluster [DBG] pgmap v1965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:18.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:18.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:18.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:18.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:19.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:19 smithi136 bash[11745]: cluster 2022-04-26T03:52:17.953271+0000 mgr.smithi136.ofnrfx (mgr.14188) 2117 : cluster [DBG] pgmap v1966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:19.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:19 smithi136 bash[11745]: audit 2022-04-26T03:52:18.894037+0000 mon.smithi136 (mon.0) 1727 : audit [DBG] from='client.? 172.21.15.136:0/4003983091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:19.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:19 smithi145 bash[13673]: cluster 2022-04-26T03:52:17.953271+0000 mgr.smithi136.ofnrfx (mgr.14188) 2117 : cluster [DBG] pgmap v1966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:19.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:19 smithi145 bash[13673]: audit 2022-04-26T03:52:18.894037+0000 mon.smithi136 (mon.0) 1727 : audit [DBG] from='client.? 172.21.15.136:0/4003983091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:21 smithi136 bash[11745]: cluster 2022-04-26T03:52:19.953892+0000 mgr.smithi136.ofnrfx (mgr.14188) 2118 : cluster [DBG] pgmap v1967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:21.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:21 smithi145 bash[13673]: cluster 2022-04-26T03:52:19.953892+0000 mgr.smithi136.ofnrfx (mgr.14188) 2118 : cluster [DBG] pgmap v1967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:23.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:23 smithi136 bash[11745]: cluster 2022-04-26T03:52:21.954518+0000 mgr.smithi136.ofnrfx (mgr.14188) 2119 : cluster [DBG] pgmap v1968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:23.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:23 smithi145 bash[13673]: cluster 2022-04-26T03:52:21.954518+0000 mgr.smithi136.ofnrfx (mgr.14188) 2119 : cluster [DBG] pgmap v1968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:23.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:23.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:23.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:24.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:25.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:25 smithi136 bash[11745]: cluster 2022-04-26T03:52:23.955150+0000 mgr.smithi136.ofnrfx (mgr.14188) 2120 : cluster [DBG] pgmap v1969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:25.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:25 smithi136 bash[11745]: audit 2022-04-26T03:52:24.221750+0000 mon.smithi136 (mon.0) 1728 : audit [DBG] from='client.? 172.21.15.136:0/4127555648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:25.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:25 smithi145 bash[13673]: cluster 2022-04-26T03:52:23.955150+0000 mgr.smithi136.ofnrfx (mgr.14188) 2120 : cluster [DBG] pgmap v1969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:25.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:25 smithi145 bash[13673]: audit 2022-04-26T03:52:24.221750+0000 mon.smithi136 (mon.0) 1728 : audit [DBG] from='client.? 172.21.15.136:0/4127555648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:27.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:27 smithi136 bash[11745]: cluster 2022-04-26T03:52:25.955919+0000 mgr.smithi136.ofnrfx (mgr.14188) 2121 : cluster [DBG] pgmap v1970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:27.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:27 smithi145 bash[13673]: cluster 2022-04-26T03:52:25.955919+0000 mgr.smithi136.ofnrfx (mgr.14188) 2121 : cluster [DBG] pgmap v1970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:29.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:29.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:29.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:29.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:29 smithi136 bash[11745]: cluster 2022-04-26T03:52:27.956686+0000 mgr.smithi136.ofnrfx (mgr.14188) 2122 : cluster [DBG] pgmap v1971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:29.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:29 smithi145 bash[13673]: cluster 2022-04-26T03:52:27.956686+0000 mgr.smithi136.ofnrfx (mgr.14188) 2122 : cluster [DBG] pgmap v1971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:29.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:30.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:30 smithi136 bash[11745]: audit 2022-04-26T03:52:29.559467+0000 mon.smithi136 (mon.0) 1729 : audit [DBG] from='client.? 172.21.15.136:0/3247608761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:30 smithi145 bash[13673]: audit 2022-04-26T03:52:29.559467+0000 mon.smithi136 (mon.0) 1729 : audit [DBG] from='client.? 172.21.15.136:0/3247608761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:31 smithi136 bash[11745]: cluster 2022-04-26T03:52:29.957348+0000 mgr.smithi136.ofnrfx (mgr.14188) 2123 : cluster [DBG] pgmap v1972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:31.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:31 smithi145 bash[13673]: cluster 2022-04-26T03:52:29.957348+0000 mgr.smithi136.ofnrfx (mgr.14188) 2123 : cluster [DBG] pgmap v1972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:33.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:33 smithi136 bash[11745]: cluster 2022-04-26T03:52:31.957987+0000 mgr.smithi136.ofnrfx (mgr.14188) 2124 : cluster [DBG] pgmap v1973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:33.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:33 smithi145 bash[13673]: cluster 2022-04-26T03:52:31.957987+0000 mgr.smithi136.ofnrfx (mgr.14188) 2124 : cluster [DBG] pgmap v1973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:34.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:34.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:34.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:34.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:35.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:35 smithi136 bash[11745]: cluster 2022-04-26T03:52:33.958593+0000 mgr.smithi136.ofnrfx (mgr.14188) 2125 : cluster [DBG] pgmap v1974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:35.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:35 smithi136 bash[11745]: audit 2022-04-26T03:52:34.895774+0000 mon.smithi136 (mon.0) 1730 : audit [DBG] from='client.? 172.21.15.136:0/4052566369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:35 smithi145 bash[13673]: cluster 2022-04-26T03:52:33.958593+0000 mgr.smithi136.ofnrfx (mgr.14188) 2125 : cluster [DBG] pgmap v1974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:35 smithi145 bash[13673]: audit 2022-04-26T03:52:34.895774+0000 mon.smithi136 (mon.0) 1730 : audit [DBG] from='client.? 172.21.15.136:0/4052566369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:37.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:37 smithi145 bash[13673]: cluster 2022-04-26T03:52:35.959230+0000 mgr.smithi136.ofnrfx (mgr.14188) 2126 : cluster [DBG] pgmap v1975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:37.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:37 smithi136 bash[11745]: cluster 2022-04-26T03:52:35.959230+0000 mgr.smithi136.ofnrfx (mgr.14188) 2126 : cluster [DBG] pgmap v1975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:39 smithi145 bash[13673]: cluster 2022-04-26T03:52:37.959873+0000 mgr.smithi136.ofnrfx (mgr.14188) 2127 : cluster [DBG] pgmap v1976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:39.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:39 smithi136 bash[11745]: cluster 2022-04-26T03:52:37.959873+0000 mgr.smithi136.ofnrfx (mgr.14188) 2127 : cluster [DBG] pgmap v1976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:39.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:39.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:39.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:40.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:41.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:41 smithi145 bash[13673]: cluster 2022-04-26T03:52:39.960561+0000 mgr.smithi136.ofnrfx (mgr.14188) 2128 : cluster [DBG] pgmap v1977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:41.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:41 smithi145 bash[13673]: audit 2022-04-26T03:52:40.225200+0000 mon.smithi136 (mon.0) 1731 : audit [DBG] from='client.? 172.21.15.136:0/327267597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:41 smithi136 bash[11745]: cluster 2022-04-26T03:52:39.960561+0000 mgr.smithi136.ofnrfx (mgr.14188) 2128 : cluster [DBG] pgmap v1977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:41.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:41 smithi136 bash[11745]: audit 2022-04-26T03:52:40.225200+0000 mon.smithi136 (mon.0) 1731 : audit [DBG] from='client.? 172.21.15.136:0/327267597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:43.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:43 smithi145 bash[13673]: cluster 2022-04-26T03:52:41.961227+0000 mgr.smithi136.ofnrfx (mgr.14188) 2129 : cluster [DBG] pgmap v1978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:43.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:43 smithi136 bash[11745]: cluster 2022-04-26T03:52:41.961227+0000 mgr.smithi136.ofnrfx (mgr.14188) 2129 : cluster [DBG] pgmap v1978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:45.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:45.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:45.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:45 smithi145 bash[13673]: cluster 2022-04-26T03:52:43.961800+0000 mgr.smithi136.ofnrfx (mgr.14188) 2130 : cluster [DBG] pgmap v1979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:45.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:45 smithi136 bash[11745]: cluster 2022-04-26T03:52:43.961800+0000 mgr.smithi136.ofnrfx (mgr.14188) 2130 : cluster [DBG] pgmap v1979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:45.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:46 smithi145 bash[13673]: audit 2022-04-26T03:52:45.559893+0000 mon.smithi136 (mon.0) 1732 : audit [DBG] from='client.? 172.21.15.136:0/3079500965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:46 smithi145 bash[13673]: audit 2022-04-26T03:52:45.964788+0000 mon.smithi136 (mon.0) 1733 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:52:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:46 smithi145 bash[13673]: audit 2022-04-26T03:52:45.967585+0000 mon.smithi136 (mon.0) 1734 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:52:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:46 smithi145 bash[13673]: audit 2022-04-26T03:52:45.969342+0000 mon.smithi136 (mon.0) 1735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:52:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:46 smithi136 bash[11745]: audit 2022-04-26T03:52:45.559893+0000 mon.smithi136 (mon.0) 1732 : audit [DBG] from='client.? 172.21.15.136:0/3079500965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:46 smithi136 bash[11745]: audit 2022-04-26T03:52:45.964788+0000 mon.smithi136 (mon.0) 1733 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:52:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:46 smithi136 bash[11745]: audit 2022-04-26T03:52:45.967585+0000 mon.smithi136 (mon.0) 1734 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:52:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:46 smithi136 bash[11745]: audit 2022-04-26T03:52:45.969342+0000 mon.smithi136 (mon.0) 1735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:52:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: cluster 2022-04-26T03:52:45.962422+0000 mgr.smithi136.ofnrfx (mgr.14188) 2131 : cluster [DBG] pgmap v1980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: audit 2022-04-26T03:52:46.273209+0000 mon.smithi136 (mon.0) 1736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:52:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: cluster 2022-04-26T03:52:46.567145+0000 mgr.smithi136.ofnrfx (mgr.14188) 2132 : cluster [DBG] pgmap v1981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: cluster 2022-04-26T03:52:46.567673+0000 mgr.smithi136.ofnrfx (mgr.14188) 2133 : cluster [DBG] pgmap v1982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: audit 2022-04-26T03:52:46.575018+0000 mon.smithi136 (mon.0) 1737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:52:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: audit 2022-04-26T03:52:46.581439+0000 mon.smithi136 (mon.0) 1738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:52:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: cephadm 2022-04-26T03:52:46.582614+0000 mgr.smithi136.ofnrfx (mgr.14188) 2134 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:52:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:47 smithi136 bash[11745]: cephadm 2022-04-26T03:52:46.582755+0000 mgr.smithi136.ofnrfx (mgr.14188) 2135 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:52:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: cluster 2022-04-26T03:52:45.962422+0000 mgr.smithi136.ofnrfx (mgr.14188) 2131 : cluster [DBG] pgmap v1980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: audit 2022-04-26T03:52:46.273209+0000 mon.smithi136 (mon.0) 1736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:52:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: cluster 2022-04-26T03:52:46.567145+0000 mgr.smithi136.ofnrfx (mgr.14188) 2132 : cluster [DBG] pgmap v1981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: cluster 2022-04-26T03:52:46.567673+0000 mgr.smithi136.ofnrfx (mgr.14188) 2133 : cluster [DBG] pgmap v1982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: audit 2022-04-26T03:52:46.575018+0000 mon.smithi136 (mon.0) 1737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:52:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: audit 2022-04-26T03:52:46.581439+0000 mon.smithi136 (mon.0) 1738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:52:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: cephadm 2022-04-26T03:52:46.582614+0000 mgr.smithi136.ofnrfx (mgr.14188) 2134 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:52:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:47 smithi145 bash[13673]: cephadm 2022-04-26T03:52:46.582755+0000 mgr.smithi136.ofnrfx (mgr.14188) 2135 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:52:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:49 smithi145 bash[13673]: cluster 2022-04-26T03:52:48.568298+0000 mgr.smithi136.ofnrfx (mgr.14188) 2136 : cluster [DBG] pgmap v1983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:50.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:49 smithi136 bash[11745]: cluster 2022-04-26T03:52:48.568298+0000 mgr.smithi136.ofnrfx (mgr.14188) 2136 : cluster [DBG] pgmap v1983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:50.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:50.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:50.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:50.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:51.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:51 smithi145 bash[13673]: cluster 2022-04-26T03:52:50.568884+0000 mgr.smithi136.ofnrfx (mgr.14188) 2137 : cluster [DBG] pgmap v1984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:51.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:51 smithi145 bash[13673]: audit 2022-04-26T03:52:50.892463+0000 mon.smithi136 (mon.0) 1739 : audit [DBG] from='client.? 172.21.15.136:0/2373875231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:52.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:51 smithi136 bash[11745]: cluster 2022-04-26T03:52:50.568884+0000 mgr.smithi136.ofnrfx (mgr.14188) 2137 : cluster [DBG] pgmap v1984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:52.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:51 smithi136 bash[11745]: audit 2022-04-26T03:52:50.892463+0000 mon.smithi136 (mon.0) 1739 : audit [DBG] from='client.? 172.21.15.136:0/2373875231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:53 smithi145 bash[13673]: cluster 2022-04-26T03:52:52.569607+0000 mgr.smithi136.ofnrfx (mgr.14188) 2138 : cluster [DBG] pgmap v1985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:54.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:53 smithi136 bash[11745]: cluster 2022-04-26T03:52:52.569607+0000 mgr.smithi136.ofnrfx (mgr.14188) 2138 : cluster [DBG] pgmap v1985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:55.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:54 smithi136 bash[11745]: cluster 2022-04-26T03:52:54.570253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2139 : cluster [DBG] pgmap v1986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:54 smithi145 bash[13673]: cluster 2022-04-26T03:52:54.570253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2139 : cluster [DBG] pgmap v1986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:55.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:52:55.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:52:55.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:52:56.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:52:56.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:56 smithi136 bash[11745]: audit 2022-04-26T03:52:56.220334+0000 mon.smithi136 (mon.0) 1740 : audit [DBG] from='client.? 172.21.15.136:0/4246023610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:56.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:56 smithi145 bash[13673]: audit 2022-04-26T03:52:56.220334+0000 mon.smithi136 (mon.0) 1740 : audit [DBG] from='client.? 172.21.15.136:0/4246023610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:52:57.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:57 smithi136 bash[11745]: cluster 2022-04-26T03:52:56.570898+0000 mgr.smithi136.ofnrfx (mgr.14188) 2140 : cluster [DBG] pgmap v1987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:57 smithi145 bash[13673]: cluster 2022-04-26T03:52:56.570898+0000 mgr.smithi136.ofnrfx (mgr.14188) 2140 : cluster [DBG] pgmap v1987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:52:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:52:59 smithi145 bash[13673]: cluster 2022-04-26T03:52:58.571537+0000 mgr.smithi136.ofnrfx (mgr.14188) 2141 : cluster [DBG] pgmap v1988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:00.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:52:59 smithi136 bash[11745]: cluster 2022-04-26T03:52:58.571537+0000 mgr.smithi136.ofnrfx (mgr.14188) 2141 : cluster [DBG] pgmap v1988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:01.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:01.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:01.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:01.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:01 smithi145 bash[13673]: cluster 2022-04-26T03:53:00.572150+0000 mgr.smithi136.ofnrfx (mgr.14188) 2142 : cluster [DBG] pgmap v1989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:01 smithi145 bash[13673]: audit 2022-04-26T03:53:01.554247+0000 mon.smithi136 (mon.0) 1741 : audit [DBG] from='client.? 172.21.15.136:0/266621974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:02.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:01 smithi136 bash[11745]: cluster 2022-04-26T03:53:00.572150+0000 mgr.smithi136.ofnrfx (mgr.14188) 2142 : cluster [DBG] pgmap v1989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:02.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:01 smithi136 bash[11745]: audit 2022-04-26T03:53:01.554247+0000 mon.smithi136 (mon.0) 1741 : audit [DBG] from='client.? 172.21.15.136:0/266621974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:02 smithi145 bash[13673]: audit 2022-04-26T03:53:02.151351+0000 mon.smithi136 (mon.0) 1742 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:53:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:02 smithi145 bash[13673]: audit 2022-04-26T03:53:02.155654+0000 mon.smithi136 (mon.0) 1743 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:53:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:02 smithi136 bash[11745]: audit 2022-04-26T03:53:02.151351+0000 mon.smithi136 (mon.0) 1742 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:53:03.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:02 smithi136 bash[11745]: audit 2022-04-26T03:53:02.155654+0000 mon.smithi136 (mon.0) 1743 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:53:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:03 smithi145 bash[13673]: cluster 2022-04-26T03:53:02.572804+0000 mgr.smithi136.ofnrfx (mgr.14188) 2143 : cluster [DBG] pgmap v1990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:04.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:03 smithi136 bash[11745]: cluster 2022-04-26T03:53:02.572804+0000 mgr.smithi136.ofnrfx (mgr.14188) 2143 : cluster [DBG] pgmap v1990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:05.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:04 smithi136 bash[11745]: cluster 2022-04-26T03:53:04.573445+0000 mgr.smithi136.ofnrfx (mgr.14188) 2144 : cluster [DBG] pgmap v1991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:04 smithi145 bash[13673]: cluster 2022-04-26T03:53:04.573445+0000 mgr.smithi136.ofnrfx (mgr.14188) 2144 : cluster [DBG] pgmap v1991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:06.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:06.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:06.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:06.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:07 smithi145 bash[13673]: cluster 2022-04-26T03:53:06.574143+0000 mgr.smithi136.ofnrfx (mgr.14188) 2145 : cluster [DBG] pgmap v1992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:07 smithi145 bash[13673]: audit 2022-04-26T03:53:06.883946+0000 mon.smithi136 (mon.0) 1744 : audit [DBG] from='client.? 172.21.15.136:0/580800456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:08.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:07 smithi136 bash[11745]: cluster 2022-04-26T03:53:06.574143+0000 mgr.smithi136.ofnrfx (mgr.14188) 2145 : cluster [DBG] pgmap v1992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:08.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:07 smithi136 bash[11745]: audit 2022-04-26T03:53:06.883946+0000 mon.smithi136 (mon.0) 1744 : audit [DBG] from='client.? 172.21.15.136:0/580800456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:09 smithi145 bash[13673]: cluster 2022-04-26T03:53:08.574847+0000 mgr.smithi136.ofnrfx (mgr.14188) 2146 : cluster [DBG] pgmap v1993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:10.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:09 smithi136 bash[11745]: cluster 2022-04-26T03:53:08.574847+0000 mgr.smithi136.ofnrfx (mgr.14188) 2146 : cluster [DBG] pgmap v1993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:11.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:11 smithi145 bash[13673]: cluster 2022-04-26T03:53:10.575474+0000 mgr.smithi136.ofnrfx (mgr.14188) 2147 : cluster [DBG] pgmap v1994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:11.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:11.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:11.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:12.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:11 smithi136 bash[11745]: cluster 2022-04-26T03:53:10.575474+0000 mgr.smithi136.ofnrfx (mgr.14188) 2147 : cluster [DBG] pgmap v1994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:12.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:12 smithi145 bash[13673]: audit 2022-04-26T03:53:12.212658+0000 mon.smithi136 (mon.0) 1745 : audit [DBG] from='client.? 172.21.15.136:0/3007492815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:13.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:12 smithi136 bash[11745]: audit 2022-04-26T03:53:12.212658+0000 mon.smithi136 (mon.0) 1745 : audit [DBG] from='client.? 172.21.15.136:0/3007492815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:14.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:13 smithi136 bash[11745]: cluster 2022-04-26T03:53:12.576137+0000 mgr.smithi136.ofnrfx (mgr.14188) 2148 : cluster [DBG] pgmap v1995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:14.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:13 smithi145 bash[13673]: cluster 2022-04-26T03:53:12.576137+0000 mgr.smithi136.ofnrfx (mgr.14188) 2148 : cluster [DBG] pgmap v1995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:14 smithi136 bash[11745]: cluster 2022-04-26T03:53:14.576771+0000 mgr.smithi136.ofnrfx (mgr.14188) 2149 : cluster [DBG] pgmap v1996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:14 smithi145 bash[13673]: cluster 2022-04-26T03:53:14.576771+0000 mgr.smithi136.ofnrfx (mgr.14188) 2149 : cluster [DBG] pgmap v1996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:17.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:17.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:17.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:17.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:17 smithi145 bash[13673]: cluster 2022-04-26T03:53:16.577401+0000 mgr.smithi136.ofnrfx (mgr.14188) 2150 : cluster [DBG] pgmap v1997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:17 smithi145 bash[13673]: audit 2022-04-26T03:53:17.541414+0000 mon.smithi136 (mon.0) 1746 : audit [DBG] from='client.? 172.21.15.136:0/2805392793' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:18.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:17 smithi136 bash[11745]: cluster 2022-04-26T03:53:16.577401+0000 mgr.smithi136.ofnrfx (mgr.14188) 2150 : cluster [DBG] pgmap v1997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:18.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:17 smithi136 bash[11745]: audit 2022-04-26T03:53:17.541414+0000 mon.smithi136 (mon.0) 1746 : audit [DBG] from='client.? 172.21.15.136:0/2805392793' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:19 smithi145 bash[13673]: cluster 2022-04-26T03:53:18.578119+0000 mgr.smithi136.ofnrfx (mgr.14188) 2151 : cluster [DBG] pgmap v1998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:20.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:19 smithi136 bash[11745]: cluster 2022-04-26T03:53:18.578119+0000 mgr.smithi136.ofnrfx (mgr.14188) 2151 : cluster [DBG] pgmap v1998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:21 smithi145 bash[13673]: cluster 2022-04-26T03:53:20.578782+0000 mgr.smithi136.ofnrfx (mgr.14188) 2152 : cluster [DBG] pgmap v1999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:22.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:21 smithi136 bash[11745]: cluster 2022-04-26T03:53:20.578782+0000 mgr.smithi136.ofnrfx (mgr.14188) 2152 : cluster [DBG] pgmap v1999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:22.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:22.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:22.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:22.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:23 smithi145 bash[13673]: cluster 2022-04-26T03:53:22.579565+0000 mgr.smithi136.ofnrfx (mgr.14188) 2153 : cluster [DBG] pgmap v2000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:23 smithi145 bash[13673]: audit 2022-04-26T03:53:22.875678+0000 mon.smithi136 (mon.0) 1747 : audit [DBG] from='client.? 172.21.15.136:0/891497788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:24.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:23 smithi136 bash[11745]: cluster 2022-04-26T03:53:22.579565+0000 mgr.smithi136.ofnrfx (mgr.14188) 2153 : cluster [DBG] pgmap v2000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:24.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:23 smithi136 bash[11745]: audit 2022-04-26T03:53:22.875678+0000 mon.smithi136 (mon.0) 1747 : audit [DBG] from='client.? 172.21.15.136:0/891497788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:25.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:24 smithi136 bash[11745]: cluster 2022-04-26T03:53:24.580285+0000 mgr.smithi136.ofnrfx (mgr.14188) 2154 : cluster [DBG] pgmap v2001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:25.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:24 smithi145 bash[13673]: cluster 2022-04-26T03:53:24.580285+0000 mgr.smithi136.ofnrfx (mgr.14188) 2154 : cluster [DBG] pgmap v2001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:27.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:27.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:27.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:27.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:27 smithi145 bash[13673]: cluster 2022-04-26T03:53:26.580903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2155 : cluster [DBG] pgmap v2002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:28.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:27 smithi136 bash[11745]: cluster 2022-04-26T03:53:26.580903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2155 : cluster [DBG] pgmap v2002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:28.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:28 smithi145 bash[13673]: audit 2022-04-26T03:53:28.201760+0000 mon.smithi136 (mon.0) 1748 : audit [DBG] from='client.? 172.21.15.136:0/1500197891' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:28 smithi136 bash[11745]: audit 2022-04-26T03:53:28.201760+0000 mon.smithi136 (mon.0) 1748 : audit [DBG] from='client.? 172.21.15.136:0/1500197891' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:29 smithi145 bash[13673]: cluster 2022-04-26T03:53:28.581548+0000 mgr.smithi136.ofnrfx (mgr.14188) 2156 : cluster [DBG] pgmap v2003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:30.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:29 smithi136 bash[11745]: cluster 2022-04-26T03:53:28.581548+0000 mgr.smithi136.ofnrfx (mgr.14188) 2156 : cluster [DBG] pgmap v2003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:32.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:31 smithi136 bash[11745]: cluster 2022-04-26T03:53:30.582222+0000 mgr.smithi136.ofnrfx (mgr.14188) 2157 : cluster [DBG] pgmap v2004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:32.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:31 smithi145 bash[13673]: cluster 2022-04-26T03:53:30.582222+0000 mgr.smithi136.ofnrfx (mgr.14188) 2157 : cluster [DBG] pgmap v2004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:33.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:33.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:33.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:33.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:34.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:33 smithi136 bash[11745]: cluster 2022-04-26T03:53:32.582858+0000 mgr.smithi136.ofnrfx (mgr.14188) 2158 : cluster [DBG] pgmap v2005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:34.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:33 smithi136 bash[11745]: audit 2022-04-26T03:53:33.532861+0000 mon.smithi136 (mon.0) 1749 : audit [DBG] from='client.? 172.21.15.136:0/699787553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:33 smithi145 bash[13673]: cluster 2022-04-26T03:53:32.582858+0000 mgr.smithi136.ofnrfx (mgr.14188) 2158 : cluster [DBG] pgmap v2005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:33 smithi145 bash[13673]: audit 2022-04-26T03:53:33.532861+0000 mon.smithi136 (mon.0) 1749 : audit [DBG] from='client.? 172.21.15.136:0/699787553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:35.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:35 smithi136 bash[11745]: cluster 2022-04-26T03:53:34.583502+0000 mgr.smithi136.ofnrfx (mgr.14188) 2159 : cluster [DBG] pgmap v2006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:35 smithi145 bash[13673]: cluster 2022-04-26T03:53:34.583502+0000 mgr.smithi136.ofnrfx (mgr.14188) 2159 : cluster [DBG] pgmap v2006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:37 smithi145 bash[13673]: cluster 2022-04-26T03:53:36.584137+0000 mgr.smithi136.ofnrfx (mgr.14188) 2160 : cluster [DBG] pgmap v2007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:38.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:37 smithi136 bash[11745]: cluster 2022-04-26T03:53:36.584137+0000 mgr.smithi136.ofnrfx (mgr.14188) 2160 : cluster [DBG] pgmap v2007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:38.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:38.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:38.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:38.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:39 smithi145 bash[13673]: cluster 2022-04-26T03:53:38.584659+0000 mgr.smithi136.ofnrfx (mgr.14188) 2161 : cluster [DBG] pgmap v2008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:39 smithi145 bash[13673]: audit 2022-04-26T03:53:38.859954+0000 mon.smithi136 (mon.0) 1750 : audit [DBG] from='client.? 172.21.15.136:0/514715508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:40.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:39 smithi136 bash[11745]: cluster 2022-04-26T03:53:38.584659+0000 mgr.smithi136.ofnrfx (mgr.14188) 2161 : cluster [DBG] pgmap v2008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:39 smithi136 bash[11745]: audit 2022-04-26T03:53:38.859954+0000 mon.smithi136 (mon.0) 1750 : audit [DBG] from='client.? 172.21.15.136:0/514715508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:42.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:41 smithi136 bash[11745]: cluster 2022-04-26T03:53:40.585253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2162 : cluster [DBG] pgmap v2009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:42.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:41 smithi145 bash[13673]: cluster 2022-04-26T03:53:40.585253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2162 : cluster [DBG] pgmap v2009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:43.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:43.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:43.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:44.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:43 smithi136 bash[11745]: cluster 2022-04-26T03:53:42.585904+0000 mgr.smithi136.ofnrfx (mgr.14188) 2163 : cluster [DBG] pgmap v2010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:44.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:43 smithi145 bash[13673]: cluster 2022-04-26T03:53:42.585904+0000 mgr.smithi136.ofnrfx (mgr.14188) 2163 : cluster [DBG] pgmap v2010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:44.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:45.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:44 smithi136 bash[11745]: audit 2022-04-26T03:53:44.186668+0000 mon.smithi136 (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.136:0/3551602498' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:45.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:44 smithi136 bash[11745]: cluster 2022-04-26T03:53:44.586522+0000 mgr.smithi136.ofnrfx (mgr.14188) 2164 : cluster [DBG] pgmap v2011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:45 smithi145 bash[13673]: audit 2022-04-26T03:53:44.186668+0000 mon.smithi136 (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.136:0/3551602498' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:45 smithi145 bash[13673]: cluster 2022-04-26T03:53:44.586522+0000 mgr.smithi136.ofnrfx (mgr.14188) 2164 : cluster [DBG] pgmap v2011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:46 smithi145 bash[13673]: audit 2022-04-26T03:53:46.591341+0000 mon.smithi136 (mon.0) 1752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:53:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:46 smithi145 bash[13673]: audit 2022-04-26T03:53:46.594140+0000 mon.smithi136 (mon.0) 1753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:53:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:46 smithi145 bash[13673]: audit 2022-04-26T03:53:46.596014+0000 mon.smithi136 (mon.0) 1754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:53:47.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:46 smithi136 bash[11745]: audit 2022-04-26T03:53:46.591341+0000 mon.smithi136 (mon.0) 1752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:53:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:46 smithi136 bash[11745]: audit 2022-04-26T03:53:46.594140+0000 mon.smithi136 (mon.0) 1753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:53:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:46 smithi136 bash[11745]: audit 2022-04-26T03:53:46.596014+0000 mon.smithi136 (mon.0) 1754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:53:48.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:47 smithi136 bash[11745]: cluster 2022-04-26T03:53:46.587117+0000 mgr.smithi136.ofnrfx (mgr.14188) 2165 : cluster [DBG] pgmap v2012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:48.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:47 smithi136 bash[11745]: audit 2022-04-26T03:53:46.891839+0000 mon.smithi136 (mon.0) 1755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:53:48.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:47 smithi136 bash[11745]: audit 2022-04-26T03:53:46.898047+0000 mon.smithi136 (mon.0) 1756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:53:48.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:47 smithi145 bash[13673]: cluster 2022-04-26T03:53:46.587117+0000 mgr.smithi136.ofnrfx (mgr.14188) 2165 : cluster [DBG] pgmap v2012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:48.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:47 smithi145 bash[13673]: audit 2022-04-26T03:53:46.891839+0000 mon.smithi136 (mon.0) 1755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:53:48.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:47 smithi145 bash[13673]: audit 2022-04-26T03:53:46.898047+0000 mon.smithi136 (mon.0) 1756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:53:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:48 smithi136 bash[11745]: cluster 2022-04-26T03:53:46.885652+0000 mgr.smithi136.ofnrfx (mgr.14188) 2166 : cluster [DBG] pgmap v2013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:48 smithi136 bash[11745]: cluster 2022-04-26T03:53:46.885863+0000 mgr.smithi136.ofnrfx (mgr.14188) 2167 : cluster [DBG] pgmap v2014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:48 smithi136 bash[11745]: cephadm 2022-04-26T03:53:46.899052+0000 mgr.smithi136.ofnrfx (mgr.14188) 2168 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:53:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:48 smithi136 bash[11745]: cephadm 2022-04-26T03:53:46.899164+0000 mgr.smithi136.ofnrfx (mgr.14188) 2169 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:53:49.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:48 smithi145 bash[13673]: cluster 2022-04-26T03:53:46.885652+0000 mgr.smithi136.ofnrfx (mgr.14188) 2166 : cluster [DBG] pgmap v2013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:49.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:48 smithi145 bash[13673]: cluster 2022-04-26T03:53:46.885863+0000 mgr.smithi136.ofnrfx (mgr.14188) 2167 : cluster [DBG] pgmap v2014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:48 smithi145 bash[13673]: cephadm 2022-04-26T03:53:46.899052+0000 mgr.smithi136.ofnrfx (mgr.14188) 2168 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:53:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:48 smithi145 bash[13673]: cephadm 2022-04-26T03:53:46.899164+0000 mgr.smithi136.ofnrfx (mgr.14188) 2169 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:53:49.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:49.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:49.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:49.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:50.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:50 smithi136 bash[11745]: cluster 2022-04-26T03:53:48.886414+0000 mgr.smithi136.ofnrfx (mgr.14188) 2170 : cluster [DBG] pgmap v2015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:50.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:50 smithi136 bash[11745]: audit 2022-04-26T03:53:49.513248+0000 mon.smithi136 (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.136:0/3310250518' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:50.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:50 smithi145 bash[13673]: cluster 2022-04-26T03:53:48.886414+0000 mgr.smithi136.ofnrfx (mgr.14188) 2170 : cluster [DBG] pgmap v2015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:50.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:50 smithi145 bash[13673]: audit 2022-04-26T03:53:49.513248+0000 mon.smithi136 (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.136:0/3310250518' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:52.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:52 smithi136 bash[11745]: cluster 2022-04-26T03:53:50.887048+0000 mgr.smithi136.ofnrfx (mgr.14188) 2171 : cluster [DBG] pgmap v2016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:52 smithi145 bash[13673]: cluster 2022-04-26T03:53:50.887048+0000 mgr.smithi136.ofnrfx (mgr.14188) 2171 : cluster [DBG] pgmap v2016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:54.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:54 smithi136 bash[11745]: cluster 2022-04-26T03:53:52.887667+0000 mgr.smithi136.ofnrfx (mgr.14188) 2172 : cluster [DBG] pgmap v2017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:54.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:54 smithi145 bash[13673]: cluster 2022-04-26T03:53:52.887667+0000 mgr.smithi136.ofnrfx (mgr.14188) 2172 : cluster [DBG] pgmap v2017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:54.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:54.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:54.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:53:54.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:53:55.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:55 smithi136 bash[11745]: audit 2022-04-26T03:53:54.833965+0000 mon.smithi136 (mon.0) 1758 : audit [DBG] from='client.? 172.21.15.136:0/3157977634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:55 smithi145 bash[13673]: audit 2022-04-26T03:53:54.833965+0000 mon.smithi136 (mon.0) 1758 : audit [DBG] from='client.? 172.21.15.136:0/3157977634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:53:56.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:56 smithi136 bash[11745]: cluster 2022-04-26T03:53:54.888269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2173 : cluster [DBG] pgmap v2018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:56.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:56 smithi145 bash[13673]: cluster 2022-04-26T03:53:54.888269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2173 : cluster [DBG] pgmap v2018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:58.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:53:58 smithi136 bash[11745]: cluster 2022-04-26T03:53:56.888915+0000 mgr.smithi136.ofnrfx (mgr.14188) 2174 : cluster [DBG] pgmap v2019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:53:58 smithi145 bash[13673]: cluster 2022-04-26T03:53:56.888915+0000 mgr.smithi136.ofnrfx (mgr.14188) 2174 : cluster [DBG] pgmap v2019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:53:59.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:53:59.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:53:59.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:00.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:00.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:00 smithi136 bash[11745]: cluster 2022-04-26T03:53:58.889568+0000 mgr.smithi136.ofnrfx (mgr.14188) 2175 : cluster [DBG] pgmap v2020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:00.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:00 smithi145 bash[13673]: cluster 2022-04-26T03:53:58.889568+0000 mgr.smithi136.ofnrfx (mgr.14188) 2175 : cluster [DBG] pgmap v2020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:01 smithi136 bash[11745]: audit 2022-04-26T03:54:00.161003+0000 mon.smithi136 (mon.0) 1759 : audit [DBG] from='client.? 172.21.15.136:0/2680647105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:01 smithi145 bash[13673]: audit 2022-04-26T03:54:00.161003+0000 mon.smithi136 (mon.0) 1759 : audit [DBG] from='client.? 172.21.15.136:0/2680647105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:02.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:02 smithi136 bash[11745]: cluster 2022-04-26T03:54:00.890185+0000 mgr.smithi136.ofnrfx (mgr.14188) 2176 : cluster [DBG] pgmap v2021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:02 smithi145 bash[13673]: cluster 2022-04-26T03:54:00.890185+0000 mgr.smithi136.ofnrfx (mgr.14188) 2176 : cluster [DBG] pgmap v2021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:03.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:03 smithi136 bash[11745]: audit 2022-04-26T03:54:02.155705+0000 mon.smithi136 (mon.0) 1760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:54:03.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:03 smithi136 bash[11745]: audit 2022-04-26T03:54:02.159574+0000 mon.smithi136 (mon.0) 1761 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:54:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:03 smithi145 bash[13673]: audit 2022-04-26T03:54:02.155705+0000 mon.smithi136 (mon.0) 1760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:54:03.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:03 smithi145 bash[13673]: audit 2022-04-26T03:54:02.159574+0000 mon.smithi136 (mon.0) 1761 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:54:04.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:04 smithi136 bash[11745]: cluster 2022-04-26T03:54:02.890784+0000 mgr.smithi136.ofnrfx (mgr.14188) 2177 : cluster [DBG] pgmap v2022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:04.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:04 smithi145 bash[13673]: cluster 2022-04-26T03:54:02.890784+0000 mgr.smithi136.ofnrfx (mgr.14188) 2177 : cluster [DBG] pgmap v2022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:05.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:05.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:05.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:05.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:06 smithi145 bash[13673]: cluster 2022-04-26T03:54:04.891372+0000 mgr.smithi136.ofnrfx (mgr.14188) 2178 : cluster [DBG] pgmap v2023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:06 smithi145 bash[13673]: audit 2022-04-26T03:54:05.485259+0000 mon.smithi136 (mon.0) 1762 : audit [DBG] from='client.? 172.21.15.136:0/3475206294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:06.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:06 smithi136 bash[11745]: cluster 2022-04-26T03:54:04.891372+0000 mgr.smithi136.ofnrfx (mgr.14188) 2178 : cluster [DBG] pgmap v2023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:06.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:06 smithi136 bash[11745]: audit 2022-04-26T03:54:05.485259+0000 mon.smithi136 (mon.0) 1762 : audit [DBG] from='client.? 172.21.15.136:0/3475206294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:08 smithi145 bash[13673]: cluster 2022-04-26T03:54:06.891984+0000 mgr.smithi136.ofnrfx (mgr.14188) 2179 : cluster [DBG] pgmap v2024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:08.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:08 smithi136 bash[11745]: cluster 2022-04-26T03:54:06.891984+0000 mgr.smithi136.ofnrfx (mgr.14188) 2179 : cluster [DBG] pgmap v2024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:10 smithi145 bash[13673]: cluster 2022-04-26T03:54:08.892616+0000 mgr.smithi136.ofnrfx (mgr.14188) 2180 : cluster [DBG] pgmap v2025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:10.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:10.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:10.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:10 smithi136 bash[11745]: cluster 2022-04-26T03:54:08.892616+0000 mgr.smithi136.ofnrfx (mgr.14188) 2180 : cluster [DBG] pgmap v2025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:10.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:11.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:11 smithi145 bash[13673]: audit 2022-04-26T03:54:10.812785+0000 mon.smithi136 (mon.0) 1763 : audit [DBG] from='client.? 172.21.15.136:0/546346698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:11.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:11 smithi136 bash[11745]: audit 2022-04-26T03:54:10.812785+0000 mon.smithi136 (mon.0) 1763 : audit [DBG] from='client.? 172.21.15.136:0/546346698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:12.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:12 smithi145 bash[13673]: cluster 2022-04-26T03:54:10.893245+0000 mgr.smithi136.ofnrfx (mgr.14188) 2181 : cluster [DBG] pgmap v2026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:12.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:12 smithi136 bash[11745]: cluster 2022-04-26T03:54:10.893245+0000 mgr.smithi136.ofnrfx (mgr.14188) 2181 : cluster [DBG] pgmap v2026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:14.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:14 smithi145 bash[13673]: cluster 2022-04-26T03:54:12.893857+0000 mgr.smithi136.ofnrfx (mgr.14188) 2182 : cluster [DBG] pgmap v2027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:14.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:14 smithi136 bash[11745]: cluster 2022-04-26T03:54:12.893857+0000 mgr.smithi136.ofnrfx (mgr.14188) 2182 : cluster [DBG] pgmap v2027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:15.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:15.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:15.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:16.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:16.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:16 smithi145 bash[13673]: cluster 2022-04-26T03:54:14.894434+0000 mgr.smithi136.ofnrfx (mgr.14188) 2183 : cluster [DBG] pgmap v2028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:16.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:16 smithi136 bash[11745]: cluster 2022-04-26T03:54:14.894434+0000 mgr.smithi136.ofnrfx (mgr.14188) 2183 : cluster [DBG] pgmap v2028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:17.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:17 smithi145 bash[13673]: audit 2022-04-26T03:54:16.146015+0000 mon.smithi136 (mon.0) 1764 : audit [DBG] from='client.? 172.21.15.136:0/2234931922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:17.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:17 smithi136 bash[11745]: audit 2022-04-26T03:54:16.146015+0000 mon.smithi136 (mon.0) 1764 : audit [DBG] from='client.? 172.21.15.136:0/2234931922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:18.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:18 smithi145 bash[13673]: cluster 2022-04-26T03:54:16.895044+0000 mgr.smithi136.ofnrfx (mgr.14188) 2184 : cluster [DBG] pgmap v2029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:18.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:18 smithi136 bash[11745]: cluster 2022-04-26T03:54:16.895044+0000 mgr.smithi136.ofnrfx (mgr.14188) 2184 : cluster [DBG] pgmap v2029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:20.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:20 smithi145 bash[13673]: cluster 2022-04-26T03:54:18.895707+0000 mgr.smithi136.ofnrfx (mgr.14188) 2185 : cluster [DBG] pgmap v2030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:20 smithi136 bash[11745]: cluster 2022-04-26T03:54:18.895707+0000 mgr.smithi136.ofnrfx (mgr.14188) 2185 : cluster [DBG] pgmap v2030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:21.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:21.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:21.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:21.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:22.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:22 smithi145 bash[13673]: cluster 2022-04-26T03:54:20.896325+0000 mgr.smithi136.ofnrfx (mgr.14188) 2186 : cluster [DBG] pgmap v2031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:22 smithi145 bash[13673]: audit 2022-04-26T03:54:21.478437+0000 mon.smithi136 (mon.0) 1765 : audit [DBG] from='client.? 172.21.15.136:0/2027095757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:22.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:22 smithi136 bash[11745]: cluster 2022-04-26T03:54:20.896325+0000 mgr.smithi136.ofnrfx (mgr.14188) 2186 : cluster [DBG] pgmap v2031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:22.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:22 smithi136 bash[11745]: audit 2022-04-26T03:54:21.478437+0000 mon.smithi136 (mon.0) 1765 : audit [DBG] from='client.? 172.21.15.136:0/2027095757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:24 smithi145 bash[13673]: cluster 2022-04-26T03:54:22.896939+0000 mgr.smithi136.ofnrfx (mgr.14188) 2187 : cluster [DBG] pgmap v2032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:24.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:24 smithi136 bash[11745]: cluster 2022-04-26T03:54:22.896939+0000 mgr.smithi136.ofnrfx (mgr.14188) 2187 : cluster [DBG] pgmap v2032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:26 smithi145 bash[13673]: cluster 2022-04-26T03:54:24.897512+0000 mgr.smithi136.ofnrfx (mgr.14188) 2188 : cluster [DBG] pgmap v2033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:26.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:26.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:26.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:26.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:26 smithi136 bash[11745]: cluster 2022-04-26T03:54:24.897512+0000 mgr.smithi136.ofnrfx (mgr.14188) 2188 : cluster [DBG] pgmap v2033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:26.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:27.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:27 smithi145 bash[13673]: audit 2022-04-26T03:54:26.810781+0000 mon.smithi136 (mon.0) 1766 : audit [DBG] from='client.? 172.21.15.136:0/3835466903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:27.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:27 smithi136 bash[11745]: audit 2022-04-26T03:54:26.810781+0000 mon.smithi136 (mon.0) 1766 : audit [DBG] from='client.? 172.21.15.136:0/3835466903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:28 smithi145 bash[13673]: cluster 2022-04-26T03:54:26.898145+0000 mgr.smithi136.ofnrfx (mgr.14188) 2189 : cluster [DBG] pgmap v2034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:28.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:28 smithi136 bash[11745]: cluster 2022-04-26T03:54:26.898145+0000 mgr.smithi136.ofnrfx (mgr.14188) 2189 : cluster [DBG] pgmap v2034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:30.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:30 smithi145 bash[13673]: cluster 2022-04-26T03:54:28.898854+0000 mgr.smithi136.ofnrfx (mgr.14188) 2190 : cluster [DBG] pgmap v2035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:30.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:30 smithi136 bash[11745]: cluster 2022-04-26T03:54:28.898854+0000 mgr.smithi136.ofnrfx (mgr.14188) 2190 : cluster [DBG] pgmap v2035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:31.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:31.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:31.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:32.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:32.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:32 smithi145 bash[13673]: cluster 2022-04-26T03:54:30.899504+0000 mgr.smithi136.ofnrfx (mgr.14188) 2191 : cluster [DBG] pgmap v2036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:32.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:32 smithi136 bash[11745]: cluster 2022-04-26T03:54:30.899504+0000 mgr.smithi136.ofnrfx (mgr.14188) 2191 : cluster [DBG] pgmap v2036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:33.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:33 smithi136 bash[11745]: audit 2022-04-26T03:54:32.151118+0000 mon.smithi136 (mon.0) 1767 : audit [DBG] from='client.? 172.21.15.136:0/3686162238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:33.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:33 smithi145 bash[13673]: audit 2022-04-26T03:54:32.151118+0000 mon.smithi136 (mon.0) 1767 : audit [DBG] from='client.? 172.21.15.136:0/3686162238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:34 smithi136 bash[11745]: cluster 2022-04-26T03:54:32.900163+0000 mgr.smithi136.ofnrfx (mgr.14188) 2192 : cluster [DBG] pgmap v2037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:34 smithi145 bash[13673]: cluster 2022-04-26T03:54:32.900163+0000 mgr.smithi136.ofnrfx (mgr.14188) 2192 : cluster [DBG] pgmap v2037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:36.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:36 smithi136 bash[11745]: cluster 2022-04-26T03:54:34.900775+0000 mgr.smithi136.ofnrfx (mgr.14188) 2193 : cluster [DBG] pgmap v2038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:36.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:36 smithi145 bash[13673]: cluster 2022-04-26T03:54:34.900775+0000 mgr.smithi136.ofnrfx (mgr.14188) 2193 : cluster [DBG] pgmap v2038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:37.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:37.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:37.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:37.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:38 smithi145 bash[13673]: cluster 2022-04-26T03:54:36.901383+0000 mgr.smithi136.ofnrfx (mgr.14188) 2194 : cluster [DBG] pgmap v2039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:38 smithi145 bash[13673]: audit 2022-04-26T03:54:37.481124+0000 mon.smithi136 (mon.0) 1768 : audit [DBG] from='client.? 172.21.15.136:0/3473643556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:38.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:38 smithi136 bash[11745]: cluster 2022-04-26T03:54:36.901383+0000 mgr.smithi136.ofnrfx (mgr.14188) 2194 : cluster [DBG] pgmap v2039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:38 smithi136 bash[11745]: audit 2022-04-26T03:54:37.481124+0000 mon.smithi136 (mon.0) 1768 : audit [DBG] from='client.? 172.21.15.136:0/3473643556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:40.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:40 smithi136 bash[11745]: cluster 2022-04-26T03:54:38.902095+0000 mgr.smithi136.ofnrfx (mgr.14188) 2195 : cluster [DBG] pgmap v2040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:40.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:40 smithi145 bash[13673]: cluster 2022-04-26T03:54:38.902095+0000 mgr.smithi136.ofnrfx (mgr.14188) 2195 : cluster [DBG] pgmap v2040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:42.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:42.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:42.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:42.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:42 smithi136 bash[11745]: cluster 2022-04-26T03:54:40.902750+0000 mgr.smithi136.ofnrfx (mgr.14188) 2196 : cluster [DBG] pgmap v2041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:42.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:42 smithi145 bash[13673]: cluster 2022-04-26T03:54:40.902750+0000 mgr.smithi136.ofnrfx (mgr.14188) 2196 : cluster [DBG] pgmap v2041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:42.831 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:43.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:43 smithi136 bash[11745]: audit 2022-04-26T03:54:42.813912+0000 mon.smithi136 (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.136:0/1749653514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:43.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:43 smithi145 bash[13673]: audit 2022-04-26T03:54:42.813912+0000 mon.smithi136 (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.136:0/1749653514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:44.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:44 smithi136 bash[11745]: cluster 2022-04-26T03:54:42.903385+0000 mgr.smithi136.ofnrfx (mgr.14188) 2197 : cluster [DBG] pgmap v2042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:44 smithi145 bash[13673]: cluster 2022-04-26T03:54:42.903385+0000 mgr.smithi136.ofnrfx (mgr.14188) 2197 : cluster [DBG] pgmap v2042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:46.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:46 smithi136 bash[11745]: cluster 2022-04-26T03:54:44.903983+0000 mgr.smithi136.ofnrfx (mgr.14188) 2198 : cluster [DBG] pgmap v2043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:46.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:46 smithi145 bash[13673]: cluster 2022-04-26T03:54:44.903983+0000 mgr.smithi136.ofnrfx (mgr.14188) 2198 : cluster [DBG] pgmap v2043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:47.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:47 smithi136 bash[11745]: audit 2022-04-26T03:54:46.907480+0000 mon.smithi136 (mon.0) 1770 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:54:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:47 smithi136 bash[11745]: audit 2022-04-26T03:54:46.910182+0000 mon.smithi136 (mon.0) 1771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:54:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:47 smithi136 bash[11745]: audit 2022-04-26T03:54:46.912070+0000 mon.smithi136 (mon.0) 1772 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:54:47.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:47 smithi145 bash[13673]: audit 2022-04-26T03:54:46.907480+0000 mon.smithi136 (mon.0) 1770 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:54:47.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:47 smithi145 bash[13673]: audit 2022-04-26T03:54:46.910182+0000 mon.smithi136 (mon.0) 1771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:54:47.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:47 smithi145 bash[13673]: audit 2022-04-26T03:54:46.912070+0000 mon.smithi136 (mon.0) 1772 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:54:47.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:47.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:47.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:48.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:48 smithi145 bash[13673]: cluster 2022-04-26T03:54:46.904574+0000 mgr.smithi136.ofnrfx (mgr.14188) 2199 : cluster [DBG] pgmap v2044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:48 smithi145 bash[13673]: audit 2022-04-26T03:54:48.145824+0000 mon.smithi136 (mon.0) 1773 : audit [DBG] from='client.? 172.21.15.136:0/1068658686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:48.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:48 smithi136 bash[11745]: cluster 2022-04-26T03:54:46.904574+0000 mgr.smithi136.ofnrfx (mgr.14188) 2199 : cluster [DBG] pgmap v2044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:48.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:48 smithi136 bash[11745]: audit 2022-04-26T03:54:48.145824+0000 mon.smithi136 (mon.0) 1773 : audit [DBG] from='client.? 172.21.15.136:0/1068658686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:50.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:50 smithi136 bash[11745]: cluster 2022-04-26T03:54:48.905190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2200 : cluster [DBG] pgmap v2045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:50.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:50 smithi145 bash[13673]: cluster 2022-04-26T03:54:48.905190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2200 : cluster [DBG] pgmap v2045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:52.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:52 smithi145 bash[13673]: cluster 2022-04-26T03:54:50.905809+0000 mgr.smithi136.ofnrfx (mgr.14188) 2201 : cluster [DBG] pgmap v2046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:52.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:52 smithi136 bash[11745]: cluster 2022-04-26T03:54:50.905809+0000 mgr.smithi136.ofnrfx (mgr.14188) 2201 : cluster [DBG] pgmap v2046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:53.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:53.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:53.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:53.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:54.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:54 smithi136 bash[11745]: cluster 2022-04-26T03:54:52.906414+0000 mgr.smithi136.ofnrfx (mgr.14188) 2202 : cluster [DBG] pgmap v2047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:54.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:54 smithi136 bash[11745]: audit 2022-04-26T03:54:53.478987+0000 mon.smithi136 (mon.0) 1774 : audit [DBG] from='client.? 172.21.15.136:0/685717082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:54 smithi145 bash[13673]: cluster 2022-04-26T03:54:52.906414+0000 mgr.smithi136.ofnrfx (mgr.14188) 2202 : cluster [DBG] pgmap v2047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:54.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:54 smithi145 bash[13673]: audit 2022-04-26T03:54:53.478987+0000 mon.smithi136 (mon.0) 1774 : audit [DBG] from='client.? 172.21.15.136:0/685717082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: cephadm 2022-04-26T03:54:54.463253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2203 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: audit 2022-04-26T03:54:54.475041+0000 mon.smithi136 (mon.0) 1775 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: cluster 2022-04-26T03:54:54.767658+0000 mgr.smithi136.ofnrfx (mgr.14188) 2204 : cluster [DBG] pgmap v2048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: cluster 2022-04-26T03:54:54.768176+0000 mgr.smithi136.ofnrfx (mgr.14188) 2205 : cluster [DBG] pgmap v2049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: audit 2022-04-26T03:54:54.774922+0000 mon.smithi136 (mon.0) 1776 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: audit 2022-04-26T03:54:54.785028+0000 mon.smithi136 (mon.0) 1777 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: cephadm 2022-04-26T03:54:54.786568+0000 mgr.smithi136.ofnrfx (mgr.14188) 2206 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:54:55.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: cephadm 2022-04-26T03:54:54.786766+0000 mgr.smithi136.ofnrfx (mgr.14188) 2207 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:54:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: audit 2022-04-26T03:54:54.793803+0000 mon.smithi136 (mon.0) 1778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:54:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:55 smithi136 bash[11745]: audit 2022-04-26T03:54:54.795255+0000 mon.smithi136 (mon.0) 1779 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:54:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: cephadm 2022-04-26T03:54:54.463253+0000 mgr.smithi136.ofnrfx (mgr.14188) 2203 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: audit 2022-04-26T03:54:54.475041+0000 mon.smithi136 (mon.0) 1775 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: cluster 2022-04-26T03:54:54.767658+0000 mgr.smithi136.ofnrfx (mgr.14188) 2204 : cluster [DBG] pgmap v2048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: cluster 2022-04-26T03:54:54.768176+0000 mgr.smithi136.ofnrfx (mgr.14188) 2205 : cluster [DBG] pgmap v2049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: audit 2022-04-26T03:54:54.774922+0000 mon.smithi136 (mon.0) 1776 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: audit 2022-04-26T03:54:54.785028+0000 mon.smithi136 (mon.0) 1777 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: cephadm 2022-04-26T03:54:54.786568+0000 mgr.smithi136.ofnrfx (mgr.14188) 2206 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: cephadm 2022-04-26T03:54:54.786766+0000 mgr.smithi136.ofnrfx (mgr.14188) 2207 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: audit 2022-04-26T03:54:54.793803+0000 mon.smithi136 (mon.0) 1778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:54:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:55 smithi145 bash[13673]: audit 2022-04-26T03:54:54.795255+0000 mon.smithi136 (mon.0) 1779 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:54:57.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:56 smithi145 bash[13673]: cluster 2022-04-26T03:54:56.768895+0000 mgr.smithi136.ofnrfx (mgr.14188) 2208 : cluster [DBG] pgmap v2050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:57.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:56 smithi136 bash[11745]: cluster 2022-04-26T03:54:56.768895+0000 mgr.smithi136.ofnrfx (mgr.14188) 2208 : cluster [DBG] pgmap v2050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:58.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:54:58.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:54:58.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:54:58.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:54:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:58 smithi136 bash[11745]: cluster 2022-04-26T03:54:58.769564+0000 mgr.smithi136.ofnrfx (mgr.14188) 2209 : cluster [DBG] pgmap v2051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:54:58 smithi136 bash[11745]: audit 2022-04-26T03:54:58.806155+0000 mon.smithi136 (mon.0) 1780 : audit [DBG] from='client.? 172.21.15.136:0/315509560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:54:59.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:58 smithi145 bash[13673]: cluster 2022-04-26T03:54:58.769564+0000 mgr.smithi136.ofnrfx (mgr.14188) 2209 : cluster [DBG] pgmap v2051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:54:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:54:58 smithi145 bash[13673]: audit 2022-04-26T03:54:58.806155+0000 mon.smithi136 (mon.0) 1780 : audit [DBG] from='client.? 172.21.15.136:0/315509560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:01.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:00 smithi145 bash[13673]: cluster 2022-04-26T03:55:00.770196+0000 mgr.smithi136.ofnrfx (mgr.14188) 2210 : cluster [DBG] pgmap v2052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:00 smithi136 bash[11745]: cluster 2022-04-26T03:55:00.770196+0000 mgr.smithi136.ofnrfx (mgr.14188) 2210 : cluster [DBG] pgmap v2052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:02.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:02 smithi136 bash[11745]: audit 2022-04-26T03:55:02.159915+0000 mon.smithi136 (mon.0) 1781 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:55:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:02 smithi136 bash[11745]: audit 2022-04-26T03:55:02.163762+0000 mon.smithi136 (mon.0) 1782 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:55:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:02 smithi145 bash[13673]: audit 2022-04-26T03:55:02.159915+0000 mon.smithi136 (mon.0) 1781 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:55:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:02 smithi145 bash[13673]: audit 2022-04-26T03:55:02.163762+0000 mon.smithi136 (mon.0) 1782 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:55:03.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:03 smithi136 bash[11745]: cluster 2022-04-26T03:55:02.770847+0000 mgr.smithi136.ofnrfx (mgr.14188) 2211 : cluster [DBG] pgmap v2053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:03 smithi145 bash[13673]: cluster 2022-04-26T03:55:02.770847+0000 mgr.smithi136.ofnrfx (mgr.14188) 2211 : cluster [DBG] pgmap v2053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:03.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:03.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:03.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:04.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:05.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:05 smithi136 bash[11745]: audit 2022-04-26T03:55:04.134965+0000 mon.smithi136 (mon.0) 1783 : audit [DBG] from='client.? 172.21.15.136:0/1774966461' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:05.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:05 smithi136 bash[11745]: cluster 2022-04-26T03:55:04.771451+0000 mgr.smithi136.ofnrfx (mgr.14188) 2212 : cluster [DBG] pgmap v2054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:05.364 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:05 smithi145 bash[13673]: audit 2022-04-26T03:55:04.134965+0000 mon.smithi136 (mon.0) 1783 : audit [DBG] from='client.? 172.21.15.136:0/1774966461' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:05.364 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:05 smithi145 bash[13673]: cluster 2022-04-26T03:55:04.771451+0000 mgr.smithi136.ofnrfx (mgr.14188) 2212 : cluster [DBG] pgmap v2054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:06 smithi145 bash[13673]: cluster 2022-04-26T03:55:06.772190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2213 : cluster [DBG] pgmap v2055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:07.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:06 smithi136 bash[11745]: cluster 2022-04-26T03:55:06.772190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2213 : cluster [DBG] pgmap v2055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:09.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:09.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:09.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:09.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:09.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:09 smithi136 bash[11745]: audit 2022-04-26T03:55:08.151817+0000 mon.smithi136 (mon.0) 1784 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:55:09.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:09 smithi136 bash[11745]: cluster 2022-04-26T03:55:08.772807+0000 mgr.smithi136.ofnrfx (mgr.14188) 2214 : cluster [DBG] pgmap v2056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:09.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:09 smithi145 bash[13673]: audit 2022-04-26T03:55:08.151817+0000 mon.smithi136 (mon.0) 1784 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:55:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:09 smithi145 bash[13673]: cluster 2022-04-26T03:55:08.772807+0000 mgr.smithi136.ofnrfx (mgr.14188) 2214 : cluster [DBG] pgmap v2056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:10 smithi136 bash[11745]: audit 2022-04-26T03:55:09.466402+0000 mon.smithi136 (mon.0) 1785 : audit [DBG] from='client.? 172.21.15.136:0/3531993536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:10.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:10 smithi145 bash[13673]: audit 2022-04-26T03:55:09.466402+0000 mon.smithi136 (mon.0) 1785 : audit [DBG] from='client.? 172.21.15.136:0/3531993536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:11.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:11 smithi136 bash[11745]: cluster 2022-04-26T03:55:10.773389+0000 mgr.smithi136.ofnrfx (mgr.14188) 2215 : cluster [DBG] pgmap v2057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:11 smithi145 bash[13673]: cluster 2022-04-26T03:55:10.773389+0000 mgr.smithi136.ofnrfx (mgr.14188) 2215 : cluster [DBG] pgmap v2057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:13.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:12 smithi145 bash[13673]: cluster 2022-04-26T03:55:12.773997+0000 mgr.smithi136.ofnrfx (mgr.14188) 2216 : cluster [DBG] pgmap v2058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:13.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:12 smithi136 bash[11745]: cluster 2022-04-26T03:55:12.773997+0000 mgr.smithi136.ofnrfx (mgr.14188) 2216 : cluster [DBG] pgmap v2058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:14.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:14.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:14.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:14.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:15.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:15 smithi136 bash[11745]: cluster 2022-04-26T03:55:14.774436+0000 mgr.smithi136.ofnrfx (mgr.14188) 2217 : cluster [DBG] pgmap v2059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:15.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:15 smithi136 bash[11745]: audit 2022-04-26T03:55:14.800045+0000 mon.smithi136 (mon.0) 1786 : audit [DBG] from='client.? 172.21.15.136:0/355373320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:15 smithi145 bash[13673]: cluster 2022-04-26T03:55:14.774436+0000 mgr.smithi136.ofnrfx (mgr.14188) 2217 : cluster [DBG] pgmap v2059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:15.455 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:15 smithi145 bash[13673]: audit 2022-04-26T03:55:14.800045+0000 mon.smithi136 (mon.0) 1786 : audit [DBG] from='client.? 172.21.15.136:0/355373320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:17.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:16 smithi145 bash[13673]: cluster 2022-04-26T03:55:16.775035+0000 mgr.smithi136.ofnrfx (mgr.14188) 2218 : cluster [DBG] pgmap v2060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:17.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:16 smithi136 bash[11745]: cluster 2022-04-26T03:55:16.775035+0000 mgr.smithi136.ofnrfx (mgr.14188) 2218 : cluster [DBG] pgmap v2060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:19.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:18 smithi136 bash[11745]: cluster 2022-04-26T03:55:18.775725+0000 mgr.smithi136.ofnrfx (mgr.14188) 2219 : cluster [DBG] pgmap v2061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:19.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:18 smithi145 bash[13673]: cluster 2022-04-26T03:55:18.775725+0000 mgr.smithi136.ofnrfx (mgr.14188) 2219 : cluster [DBG] pgmap v2061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:19.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:19.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:19.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:20.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:20 smithi136 bash[11745]: audit 2022-04-26T03:55:20.129079+0000 mon.smithi136 (mon.0) 1787 : audit [DBG] from='client.? 172.21.15.136:0/2088927647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:20.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:20 smithi145 bash[13673]: audit 2022-04-26T03:55:20.129079+0000 mon.smithi136 (mon.0) 1787 : audit [DBG] from='client.? 172.21.15.136:0/2088927647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:21.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:21 smithi136 bash[11745]: cluster 2022-04-26T03:55:20.776358+0000 mgr.smithi136.ofnrfx (mgr.14188) 2220 : cluster [DBG] pgmap v2062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:21.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:21 smithi145 bash[13673]: cluster 2022-04-26T03:55:20.776358+0000 mgr.smithi136.ofnrfx (mgr.14188) 2220 : cluster [DBG] pgmap v2062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:23.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:22 smithi145 bash[13673]: cluster 2022-04-26T03:55:22.777021+0000 mgr.smithi136.ofnrfx (mgr.14188) 2221 : cluster [DBG] pgmap v2063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:23.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:22 smithi136 bash[11745]: cluster 2022-04-26T03:55:22.777021+0000 mgr.smithi136.ofnrfx (mgr.14188) 2221 : cluster [DBG] pgmap v2063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:25.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:25.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:25.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:25.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:25 smithi136 bash[11745]: cluster 2022-04-26T03:55:24.777613+0000 mgr.smithi136.ofnrfx (mgr.14188) 2222 : cluster [DBG] pgmap v2064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:25.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:25 smithi145 bash[13673]: cluster 2022-04-26T03:55:24.777613+0000 mgr.smithi136.ofnrfx (mgr.14188) 2222 : cluster [DBG] pgmap v2064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:25.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:26.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:26 smithi136 bash[11745]: audit 2022-04-26T03:55:25.459320+0000 mon.smithi136 (mon.0) 1788 : audit [DBG] from='client.? 172.21.15.136:0/2098200894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:26.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:26 smithi145 bash[13673]: audit 2022-04-26T03:55:25.459320+0000 mon.smithi136 (mon.0) 1788 : audit [DBG] from='client.? 172.21.15.136:0/2098200894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:27.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:27 smithi136 bash[11745]: cluster 2022-04-26T03:55:26.778366+0000 mgr.smithi136.ofnrfx (mgr.14188) 2223 : cluster [DBG] pgmap v2065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:27.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:27 smithi145 bash[13673]: cluster 2022-04-26T03:55:26.778366+0000 mgr.smithi136.ofnrfx (mgr.14188) 2223 : cluster [DBG] pgmap v2065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:29.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:28 smithi136 bash[11745]: cluster 2022-04-26T03:55:28.779099+0000 mgr.smithi136.ofnrfx (mgr.14188) 2224 : cluster [DBG] pgmap v2066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:29.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:28 smithi145 bash[13673]: cluster 2022-04-26T03:55:28.779099+0000 mgr.smithi136.ofnrfx (mgr.14188) 2224 : cluster [DBG] pgmap v2066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:30.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:30.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:30.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:30.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:31.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:30 smithi145 bash[13673]: cluster 2022-04-26T03:55:30.779760+0000 mgr.smithi136.ofnrfx (mgr.14188) 2225 : cluster [DBG] pgmap v2067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:30 smithi145 bash[13673]: audit 2022-04-26T03:55:30.801232+0000 mon.smithi136 (mon.0) 1789 : audit [DBG] from='client.? 172.21.15.136:0/2772352074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:31.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:30 smithi136 bash[11745]: cluster 2022-04-26T03:55:30.779760+0000 mgr.smithi136.ofnrfx (mgr.14188) 2225 : cluster [DBG] pgmap v2067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:30 smithi136 bash[11745]: audit 2022-04-26T03:55:30.801232+0000 mon.smithi136 (mon.0) 1789 : audit [DBG] from='client.? 172.21.15.136:0/2772352074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:33.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:32 smithi145 bash[13673]: cluster 2022-04-26T03:55:32.780516+0000 mgr.smithi136.ofnrfx (mgr.14188) 2226 : cluster [DBG] pgmap v2068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:33.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:32 smithi136 bash[11745]: cluster 2022-04-26T03:55:32.780516+0000 mgr.smithi136.ofnrfx (mgr.14188) 2226 : cluster [DBG] pgmap v2068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:35.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:35 smithi136 bash[11745]: cluster 2022-04-26T03:55:34.781142+0000 mgr.smithi136.ofnrfx (mgr.14188) 2227 : cluster [DBG] pgmap v2069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:35 smithi145 bash[13673]: cluster 2022-04-26T03:55:34.781142+0000 mgr.smithi136.ofnrfx (mgr.14188) 2227 : cluster [DBG] pgmap v2069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:35.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:35.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:35.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:36.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:36.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:36 smithi136 bash[11745]: audit 2022-04-26T03:55:36.128404+0000 mon.smithi136 (mon.0) 1790 : audit [DBG] from='client.? 172.21.15.136:0/2264001142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:36.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:36 smithi145 bash[13673]: audit 2022-04-26T03:55:36.128404+0000 mon.smithi136 (mon.0) 1790 : audit [DBG] from='client.? 172.21.15.136:0/2264001142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:37.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:37 smithi136 bash[11745]: cluster 2022-04-26T03:55:36.781809+0000 mgr.smithi136.ofnrfx (mgr.14188) 2228 : cluster [DBG] pgmap v2070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:37 smithi145 bash[13673]: cluster 2022-04-26T03:55:36.781809+0000 mgr.smithi136.ofnrfx (mgr.14188) 2228 : cluster [DBG] pgmap v2070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:39.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:38 smithi136 bash[11745]: cluster 2022-04-26T03:55:38.782453+0000 mgr.smithi136.ofnrfx (mgr.14188) 2229 : cluster [DBG] pgmap v2071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:38 smithi145 bash[13673]: cluster 2022-04-26T03:55:38.782453+0000 mgr.smithi136.ofnrfx (mgr.14188) 2229 : cluster [DBG] pgmap v2071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:41.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:41.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:41.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:40 smithi145 bash[13673]: cluster 2022-04-26T03:55:40.783085+0000 mgr.smithi136.ofnrfx (mgr.14188) 2230 : cluster [DBG] pgmap v2072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:41.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:40 smithi136 bash[11745]: cluster 2022-04-26T03:55:40.783085+0000 mgr.smithi136.ofnrfx (mgr.14188) 2230 : cluster [DBG] pgmap v2072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:41.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:41 smithi145 bash[13673]: audit 2022-04-26T03:55:41.460687+0000 mon.smithi136 (mon.0) 1791 : audit [DBG] from='client.? 172.21.15.136:0/1001304685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:42.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:41 smithi136 bash[11745]: audit 2022-04-26T03:55:41.460687+0000 mon.smithi136 (mon.0) 1791 : audit [DBG] from='client.? 172.21.15.136:0/1001304685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:42 smithi145 bash[13673]: cluster 2022-04-26T03:55:42.783738+0000 mgr.smithi136.ofnrfx (mgr.14188) 2231 : cluster [DBG] pgmap v2073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:43.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:42 smithi136 bash[11745]: cluster 2022-04-26T03:55:42.783738+0000 mgr.smithi136.ofnrfx (mgr.14188) 2231 : cluster [DBG] pgmap v2073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:45.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:45 smithi136 bash[11745]: cluster 2022-04-26T03:55:44.784317+0000 mgr.smithi136.ofnrfx (mgr.14188) 2232 : cluster [DBG] pgmap v2074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:45 smithi145 bash[13673]: cluster 2022-04-26T03:55:44.784317+0000 mgr.smithi136.ofnrfx (mgr.14188) 2232 : cluster [DBG] pgmap v2074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:46.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:46.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:46.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:46.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:47.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:46 smithi145 bash[13673]: cluster 2022-04-26T03:55:46.784943+0000 mgr.smithi136.ofnrfx (mgr.14188) 2233 : cluster [DBG] pgmap v2075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:46 smithi145 bash[13673]: audit 2022-04-26T03:55:46.787933+0000 mon.smithi136 (mon.0) 1792 : audit [DBG] from='client.? 172.21.15.136:0/1678663423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:47.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:46 smithi136 bash[11745]: cluster 2022-04-26T03:55:46.784943+0000 mgr.smithi136.ofnrfx (mgr.14188) 2233 : cluster [DBG] pgmap v2075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:47.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:46 smithi136 bash[11745]: audit 2022-04-26T03:55:46.787933+0000 mon.smithi136 (mon.0) 1792 : audit [DBG] from='client.? 172.21.15.136:0/1678663423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:49.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:48 smithi136 bash[11745]: cluster 2022-04-26T03:55:48.785588+0000 mgr.smithi136.ofnrfx (mgr.14188) 2234 : cluster [DBG] pgmap v2076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:49.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:48 smithi145 bash[13673]: cluster 2022-04-26T03:55:48.785588+0000 mgr.smithi136.ofnrfx (mgr.14188) 2234 : cluster [DBG] pgmap v2076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:51.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:50 smithi145 bash[13673]: cluster 2022-04-26T03:55:50.786202+0000 mgr.smithi136.ofnrfx (mgr.14188) 2235 : cluster [DBG] pgmap v2077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:51.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:50 smithi136 bash[11745]: cluster 2022-04-26T03:55:50.786202+0000 mgr.smithi136.ofnrfx (mgr.14188) 2235 : cluster [DBG] pgmap v2077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:51.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:51.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:51.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:52.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:52.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:52 smithi136 bash[11745]: audit 2022-04-26T03:55:52.115097+0000 mon.smithi136 (mon.0) 1793 : audit [DBG] from='client.? 172.21.15.136:0/1706079806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:52 smithi145 bash[13673]: audit 2022-04-26T03:55:52.115097+0000 mon.smithi136 (mon.0) 1793 : audit [DBG] from='client.? 172.21.15.136:0/1706079806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:53.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:53 smithi136 bash[11745]: cluster 2022-04-26T03:55:52.786830+0000 mgr.smithi136.ofnrfx (mgr.14188) 2236 : cluster [DBG] pgmap v2078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:53 smithi145 bash[13673]: cluster 2022-04-26T03:55:52.786830+0000 mgr.smithi136.ofnrfx (mgr.14188) 2236 : cluster [DBG] pgmap v2078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:55.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:55 smithi136 bash[11745]: cluster 2022-04-26T03:55:54.787459+0000 mgr.smithi136.ofnrfx (mgr.14188) 2237 : cluster [DBG] pgmap v2079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:55 smithi145 bash[13673]: cluster 2022-04-26T03:55:54.787459+0000 mgr.smithi136.ofnrfx (mgr.14188) 2237 : cluster [DBG] pgmap v2079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:57.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:55:57.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:55:57.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:55:57.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:56 smithi145 bash[13673]: cluster 2022-04-26T03:55:56.788129+0000 mgr.smithi136.ofnrfx (mgr.14188) 2238 : cluster [DBG] pgmap v2080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:57.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:56 smithi136 bash[11745]: cluster 2022-04-26T03:55:56.788129+0000 mgr.smithi136.ofnrfx (mgr.14188) 2238 : cluster [DBG] pgmap v2080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:57.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:55:58.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:57 smithi145 bash[13673]: audit 2022-04-26T03:55:57.444424+0000 mon.smithi136 (mon.0) 1794 : audit [DBG] from='client.? 172.21.15.136:0/2079501106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:58.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:57 smithi136 bash[11745]: audit 2022-04-26T03:55:57.444424+0000 mon.smithi136 (mon.0) 1794 : audit [DBG] from='client.? 172.21.15.136:0/2079501106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:55:59.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:55:58 smithi136 bash[11745]: cluster 2022-04-26T03:55:58.788785+0000 mgr.smithi136.ofnrfx (mgr.14188) 2239 : cluster [DBG] pgmap v2081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:55:59.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:55:58 smithi145 bash[13673]: cluster 2022-04-26T03:55:58.788785+0000 mgr.smithi136.ofnrfx (mgr.14188) 2239 : cluster [DBG] pgmap v2081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:00 smithi145 bash[13673]: cluster 2022-04-26T03:56:00.789385+0000 mgr.smithi136.ofnrfx (mgr.14188) 2240 : cluster [DBG] pgmap v2082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:01.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:00 smithi136 bash[11745]: cluster 2022-04-26T03:56:00.789385+0000 mgr.smithi136.ofnrfx (mgr.14188) 2240 : cluster [DBG] pgmap v2082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:02.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:02.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:02.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:02.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:02 smithi136 bash[11745]: audit 2022-04-26T03:56:02.164076+0000 mon.smithi136 (mon.0) 1795 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:56:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:02 smithi136 bash[11745]: audit 2022-04-26T03:56:02.167985+0000 mon.smithi136 (mon.0) 1796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:56:02.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:02 smithi145 bash[13673]: audit 2022-04-26T03:56:02.164076+0000 mon.smithi136 (mon.0) 1795 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:56:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:02 smithi145 bash[13673]: audit 2022-04-26T03:56:02.167985+0000 mon.smithi136 (mon.0) 1796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:56:02.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:03.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:03 smithi136 bash[11745]: audit 2022-04-26T03:56:02.767057+0000 mon.smithi136 (mon.0) 1797 : audit [DBG] from='client.? 172.21.15.136:0/2564700178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:03.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:03 smithi136 bash[11745]: cluster 2022-04-26T03:56:02.790009+0000 mgr.smithi136.ofnrfx (mgr.14188) 2241 : cluster [DBG] pgmap v2083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:03 smithi145 bash[13673]: audit 2022-04-26T03:56:02.767057+0000 mon.smithi136 (mon.0) 1797 : audit [DBG] from='client.? 172.21.15.136:0/2564700178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:03 smithi145 bash[13673]: cluster 2022-04-26T03:56:02.790009+0000 mgr.smithi136.ofnrfx (mgr.14188) 2241 : cluster [DBG] pgmap v2083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:05.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:05 smithi136 bash[11745]: cluster 2022-04-26T03:56:04.790602+0000 mgr.smithi136.ofnrfx (mgr.14188) 2242 : cluster [DBG] pgmap v2084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:05 smithi145 bash[13673]: cluster 2022-04-26T03:56:04.790602+0000 mgr.smithi136.ofnrfx (mgr.14188) 2242 : cluster [DBG] pgmap v2084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:07.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:06 smithi145 bash[13673]: cluster 2022-04-26T03:56:06.791224+0000 mgr.smithi136.ofnrfx (mgr.14188) 2243 : cluster [DBG] pgmap v2085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:07.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:06 smithi136 bash[11745]: cluster 2022-04-26T03:56:06.791224+0000 mgr.smithi136.ofnrfx (mgr.14188) 2243 : cluster [DBG] pgmap v2085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:07.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:07.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:07.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:08.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:08 smithi145 bash[13673]: audit 2022-04-26T03:56:08.096491+0000 mon.smithi136 (mon.0) 1798 : audit [DBG] from='client.? 172.21.15.136:0/17360754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:08.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:08 smithi136 bash[11745]: audit 2022-04-26T03:56:08.096491+0000 mon.smithi136 (mon.0) 1798 : audit [DBG] from='client.? 172.21.15.136:0/17360754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:09.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: audit 2022-04-26T03:56:08.156427+0000 mon.smithi136 (mon.0) 1799 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: audit 2022-04-26T03:56:08.158919+0000 mon.smithi136 (mon.0) 1800 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: audit 2022-04-26T03:56:08.160453+0000 mon.smithi136 (mon.0) 1801 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: cluster 2022-04-26T03:56:08.456336+0000 mgr.smithi136.ofnrfx (mgr.14188) 2244 : cluster [DBG] pgmap v2086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: cluster 2022-04-26T03:56:08.456623+0000 mgr.smithi136.ofnrfx (mgr.14188) 2245 : cluster [DBG] pgmap v2087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: audit 2022-04-26T03:56:08.463210+0000 mon.smithi136 (mon.0) 1802 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: audit 2022-04-26T03:56:08.470302+0000 mon.smithi136 (mon.0) 1803 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: cephadm 2022-04-26T03:56:08.471197+0000 mgr.smithi136.ofnrfx (mgr.14188) 2246 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:56:09.658 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:09 smithi136 bash[11745]: cephadm 2022-04-26T03:56:08.471350+0000 mgr.smithi136.ofnrfx (mgr.14188) 2247 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:56:09.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: audit 2022-04-26T03:56:08.156427+0000 mon.smithi136 (mon.0) 1799 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:56:09.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: audit 2022-04-26T03:56:08.158919+0000 mon.smithi136 (mon.0) 1800 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:56:09.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: audit 2022-04-26T03:56:08.160453+0000 mon.smithi136 (mon.0) 1801 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:56:09.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: cluster 2022-04-26T03:56:08.456336+0000 mgr.smithi136.ofnrfx (mgr.14188) 2244 : cluster [DBG] pgmap v2086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:09.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: cluster 2022-04-26T03:56:08.456623+0000 mgr.smithi136.ofnrfx (mgr.14188) 2245 : cluster [DBG] pgmap v2087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:09.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: audit 2022-04-26T03:56:08.463210+0000 mon.smithi136 (mon.0) 1802 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:56:09.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: audit 2022-04-26T03:56:08.470302+0000 mon.smithi136 (mon.0) 1803 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:56:09.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: cephadm 2022-04-26T03:56:08.471197+0000 mgr.smithi136.ofnrfx (mgr.14188) 2246 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:56:09.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:09 smithi145 bash[13673]: cephadm 2022-04-26T03:56:08.471350+0000 mgr.smithi136.ofnrfx (mgr.14188) 2247 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:56:11.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:11 smithi136 bash[11745]: cluster 2022-04-26T03:56:10.457300+0000 mgr.smithi136.ofnrfx (mgr.14188) 2248 : cluster [DBG] pgmap v2088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:11.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:11 smithi145 bash[13673]: cluster 2022-04-26T03:56:10.457300+0000 mgr.smithi136.ofnrfx (mgr.14188) 2248 : cluster [DBG] pgmap v2088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:13.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:13.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:13.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:13.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:13.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:13 smithi136 bash[11745]: cluster 2022-04-26T03:56:12.458001+0000 mgr.smithi136.ofnrfx (mgr.14188) 2249 : cluster [DBG] pgmap v2089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:13.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:13 smithi136 bash[11745]: audit 2022-04-26T03:56:13.424534+0000 mon.smithi136 (mon.0) 1804 : audit [DBG] from='client.? 172.21.15.136:0/905923808' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:13 smithi145 bash[13673]: cluster 2022-04-26T03:56:12.458001+0000 mgr.smithi136.ofnrfx (mgr.14188) 2249 : cluster [DBG] pgmap v2089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:13 smithi145 bash[13673]: audit 2022-04-26T03:56:13.424534+0000 mon.smithi136 (mon.0) 1804 : audit [DBG] from='client.? 172.21.15.136:0/905923808' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:15 smithi145 bash[13673]: cluster 2022-04-26T03:56:14.458654+0000 mgr.smithi136.ofnrfx (mgr.14188) 2250 : cluster [DBG] pgmap v2090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:15.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:15 smithi136 bash[11745]: cluster 2022-04-26T03:56:14.458654+0000 mgr.smithi136.ofnrfx (mgr.14188) 2250 : cluster [DBG] pgmap v2090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:17.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:17 smithi136 bash[11745]: cluster 2022-04-26T03:56:16.459281+0000 mgr.smithi136.ofnrfx (mgr.14188) 2251 : cluster [DBG] pgmap v2091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:17 smithi145 bash[13673]: cluster 2022-04-26T03:56:16.459281+0000 mgr.smithi136.ofnrfx (mgr.14188) 2251 : cluster [DBG] pgmap v2091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:18.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:18.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:18.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:18.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:19.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:19 smithi136 bash[11745]: cluster 2022-04-26T03:56:18.459892+0000 mgr.smithi136.ofnrfx (mgr.14188) 2252 : cluster [DBG] pgmap v2092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:19.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:19 smithi136 bash[11745]: audit 2022-04-26T03:56:18.758133+0000 mon.smithi136 (mon.0) 1805 : audit [DBG] from='client.? 172.21.15.136:0/482713285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:19 smithi145 bash[13673]: cluster 2022-04-26T03:56:18.459892+0000 mgr.smithi136.ofnrfx (mgr.14188) 2252 : cluster [DBG] pgmap v2092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:19 smithi145 bash[13673]: audit 2022-04-26T03:56:18.758133+0000 mon.smithi136 (mon.0) 1805 : audit [DBG] from='client.? 172.21.15.136:0/482713285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:21.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:21 smithi136 bash[11745]: cluster 2022-04-26T03:56:20.460499+0000 mgr.smithi136.ofnrfx (mgr.14188) 2253 : cluster [DBG] pgmap v2093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:21 smithi145 bash[13673]: cluster 2022-04-26T03:56:20.460499+0000 mgr.smithi136.ofnrfx (mgr.14188) 2253 : cluster [DBG] pgmap v2093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:23.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:23.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:23.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:23.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:23 smithi136 bash[11745]: cluster 2022-04-26T03:56:22.461150+0000 mgr.smithi136.ofnrfx (mgr.14188) 2254 : cluster [DBG] pgmap v2094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:23 smithi145 bash[13673]: cluster 2022-04-26T03:56:22.461150+0000 mgr.smithi136.ofnrfx (mgr.14188) 2254 : cluster [DBG] pgmap v2094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:24.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:25.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:25 smithi145 bash[13673]: audit 2022-04-26T03:56:24.082218+0000 mon.smithi136 (mon.0) 1806 : audit [DBG] from='client.? 172.21.15.136:0/2301260881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:25 smithi145 bash[13673]: cluster 2022-04-26T03:56:24.461768+0000 mgr.smithi136.ofnrfx (mgr.14188) 2255 : cluster [DBG] pgmap v2095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:25 smithi136 bash[11745]: audit 2022-04-26T03:56:24.082218+0000 mon.smithi136 (mon.0) 1806 : audit [DBG] from='client.? 172.21.15.136:0/2301260881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:25 smithi136 bash[11745]: cluster 2022-04-26T03:56:24.461768+0000 mgr.smithi136.ofnrfx (mgr.14188) 2255 : cluster [DBG] pgmap v2095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:27.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:27 smithi136 bash[11745]: cluster 2022-04-26T03:56:26.462452+0000 mgr.smithi136.ofnrfx (mgr.14188) 2256 : cluster [DBG] pgmap v2096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:27.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:27 smithi145 bash[13673]: cluster 2022-04-26T03:56:26.462452+0000 mgr.smithi136.ofnrfx (mgr.14188) 2256 : cluster [DBG] pgmap v2096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:29.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:29.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:29.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:29.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:29.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:29 smithi136 bash[11745]: cluster 2022-04-26T03:56:28.463026+0000 mgr.smithi136.ofnrfx (mgr.14188) 2257 : cluster [DBG] pgmap v2097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:29.881 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:29 smithi136 bash[11745]: audit 2022-04-26T03:56:29.404837+0000 mon.smithi136 (mon.0) 1807 : audit [DBG] from='client.? 172.21.15.136:0/946419327' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:29 smithi145 bash[13673]: cluster 2022-04-26T03:56:28.463026+0000 mgr.smithi136.ofnrfx (mgr.14188) 2257 : cluster [DBG] pgmap v2097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:29 smithi145 bash[13673]: audit 2022-04-26T03:56:29.404837+0000 mon.smithi136 (mon.0) 1807 : audit [DBG] from='client.? 172.21.15.136:0/946419327' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:31.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:31 smithi136 bash[11745]: cluster 2022-04-26T03:56:30.463653+0000 mgr.smithi136.ofnrfx (mgr.14188) 2258 : cluster [DBG] pgmap v2098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:31 smithi145 bash[13673]: cluster 2022-04-26T03:56:30.463653+0000 mgr.smithi136.ofnrfx (mgr.14188) 2258 : cluster [DBG] pgmap v2098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:33.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:33 smithi136 bash[11745]: cluster 2022-04-26T03:56:32.464291+0000 mgr.smithi136.ofnrfx (mgr.14188) 2259 : cluster [DBG] pgmap v2099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:33 smithi145 bash[13673]: cluster 2022-04-26T03:56:32.464291+0000 mgr.smithi136.ofnrfx (mgr.14188) 2259 : cluster [DBG] pgmap v2099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:34.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:34.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:34.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:34.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:35 smithi145 bash[13673]: cluster 2022-04-26T03:56:34.464799+0000 mgr.smithi136.ofnrfx (mgr.14188) 2260 : cluster [DBG] pgmap v2100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:35 smithi145 bash[13673]: audit 2022-04-26T03:56:34.728921+0000 mon.smithi136 (mon.0) 1808 : audit [DBG] from='client.? 172.21.15.136:0/2231205304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:35 smithi136 bash[11745]: cluster 2022-04-26T03:56:34.464799+0000 mgr.smithi136.ofnrfx (mgr.14188) 2260 : cluster [DBG] pgmap v2100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:35 smithi136 bash[11745]: audit 2022-04-26T03:56:34.728921+0000 mon.smithi136 (mon.0) 1808 : audit [DBG] from='client.? 172.21.15.136:0/2231205304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:37.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:37 smithi136 bash[11745]: cluster 2022-04-26T03:56:36.465382+0000 mgr.smithi136.ofnrfx (mgr.14188) 2261 : cluster [DBG] pgmap v2101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:37 smithi145 bash[13673]: cluster 2022-04-26T03:56:36.465382+0000 mgr.smithi136.ofnrfx (mgr.14188) 2261 : cluster [DBG] pgmap v2101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:39.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:39.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:39.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:39.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:39 smithi136 bash[11745]: cluster 2022-04-26T03:56:38.466042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2262 : cluster [DBG] pgmap v2102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:39 smithi145 bash[13673]: cluster 2022-04-26T03:56:38.466042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2262 : cluster [DBG] pgmap v2102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:40.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:40.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:40 smithi136 bash[11745]: audit 2022-04-26T03:56:40.053222+0000 mon.smithi136 (mon.0) 1809 : audit [DBG] from='client.? 172.21.15.136:0/3234481733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:40 smithi145 bash[13673]: audit 2022-04-26T03:56:40.053222+0000 mon.smithi136 (mon.0) 1809 : audit [DBG] from='client.? 172.21.15.136:0/3234481733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:41.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:41 smithi136 bash[11745]: cluster 2022-04-26T03:56:40.466672+0000 mgr.smithi136.ofnrfx (mgr.14188) 2263 : cluster [DBG] pgmap v2103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:41 smithi145 bash[13673]: cluster 2022-04-26T03:56:40.466672+0000 mgr.smithi136.ofnrfx (mgr.14188) 2263 : cluster [DBG] pgmap v2103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:43.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:43 smithi136 bash[11745]: cluster 2022-04-26T03:56:42.467268+0000 mgr.smithi136.ofnrfx (mgr.14188) 2264 : cluster [DBG] pgmap v2104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:43 smithi145 bash[13673]: cluster 2022-04-26T03:56:42.467268+0000 mgr.smithi136.ofnrfx (mgr.14188) 2264 : cluster [DBG] pgmap v2104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:45.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:45.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:45.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:45.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:45 smithi145 bash[13673]: cluster 2022-04-26T03:56:44.467889+0000 mgr.smithi136.ofnrfx (mgr.14188) 2265 : cluster [DBG] pgmap v2105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:45 smithi136 bash[11745]: cluster 2022-04-26T03:56:44.467889+0000 mgr.smithi136.ofnrfx (mgr.14188) 2265 : cluster [DBG] pgmap v2105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:46.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:46 smithi145 bash[13673]: audit 2022-04-26T03:56:45.378614+0000 mon.smithi136 (mon.0) 1810 : audit [DBG] from='client.? 172.21.15.136:0/3402585171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:46 smithi136 bash[11745]: audit 2022-04-26T03:56:45.378614+0000 mon.smithi136 (mon.0) 1810 : audit [DBG] from='client.? 172.21.15.136:0/3402585171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:47.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:47 smithi145 bash[13673]: cluster 2022-04-26T03:56:46.468511+0000 mgr.smithi136.ofnrfx (mgr.14188) 2266 : cluster [DBG] pgmap v2106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:47 smithi136 bash[11745]: cluster 2022-04-26T03:56:46.468511+0000 mgr.smithi136.ofnrfx (mgr.14188) 2266 : cluster [DBG] pgmap v2106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:49.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:49 smithi136 bash[11745]: cluster 2022-04-26T03:56:48.469140+0000 mgr.smithi136.ofnrfx (mgr.14188) 2267 : cluster [DBG] pgmap v2107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:49 smithi145 bash[13673]: cluster 2022-04-26T03:56:48.469140+0000 mgr.smithi136.ofnrfx (mgr.14188) 2267 : cluster [DBG] pgmap v2107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:50.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:50.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:50.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:50.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:51.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:51 smithi136 bash[11745]: cluster 2022-04-26T03:56:50.469720+0000 mgr.smithi136.ofnrfx (mgr.14188) 2268 : cluster [DBG] pgmap v2108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:51.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:51 smithi136 bash[11745]: audit 2022-04-26T03:56:50.702957+0000 mon.smithi136 (mon.0) 1811 : audit [DBG] from='client.? 172.21.15.136:0/1082799672' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:51 smithi145 bash[13673]: cluster 2022-04-26T03:56:50.469720+0000 mgr.smithi136.ofnrfx (mgr.14188) 2268 : cluster [DBG] pgmap v2108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:51 smithi145 bash[13673]: audit 2022-04-26T03:56:50.702957+0000 mon.smithi136 (mon.0) 1811 : audit [DBG] from='client.? 172.21.15.136:0/1082799672' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:53.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:53 smithi136 bash[11745]: cluster 2022-04-26T03:56:52.470351+0000 mgr.smithi136.ofnrfx (mgr.14188) 2269 : cluster [DBG] pgmap v2109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:53 smithi145 bash[13673]: cluster 2022-04-26T03:56:52.470351+0000 mgr.smithi136.ofnrfx (mgr.14188) 2269 : cluster [DBG] pgmap v2109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:55 smithi145 bash[13673]: cluster 2022-04-26T03:56:54.470928+0000 mgr.smithi136.ofnrfx (mgr.14188) 2270 : cluster [DBG] pgmap v2110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:55 smithi136 bash[11745]: cluster 2022-04-26T03:56:54.470928+0000 mgr.smithi136.ofnrfx (mgr.14188) 2270 : cluster [DBG] pgmap v2110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:55.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:56:55.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:56:55.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:56:56.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:56:56.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:56 smithi145 bash[13673]: audit 2022-04-26T03:56:56.032734+0000 mon.smithi136 (mon.0) 1812 : audit [DBG] from='client.? 172.21.15.136:0/3508363281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:56.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:56 smithi136 bash[11745]: audit 2022-04-26T03:56:56.032734+0000 mon.smithi136 (mon.0) 1812 : audit [DBG] from='client.? 172.21.15.136:0/3508363281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:56:57.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:57 smithi145 bash[13673]: cluster 2022-04-26T03:56:56.471604+0000 mgr.smithi136.ofnrfx (mgr.14188) 2271 : cluster [DBG] pgmap v2111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:57.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:57 smithi136 bash[11745]: cluster 2022-04-26T03:56:56.471604+0000 mgr.smithi136.ofnrfx (mgr.14188) 2271 : cluster [DBG] pgmap v2111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:59.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:56:59 smithi136 bash[11745]: cluster 2022-04-26T03:56:58.472174+0000 mgr.smithi136.ofnrfx (mgr.14188) 2272 : cluster [DBG] pgmap v2112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:56:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:56:59 smithi145 bash[13673]: cluster 2022-04-26T03:56:58.472174+0000 mgr.smithi136.ofnrfx (mgr.14188) 2272 : cluster [DBG] pgmap v2112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:01.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:01.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:01.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:01.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:01 smithi136 bash[11745]: cluster 2022-04-26T03:57:00.472763+0000 mgr.smithi136.ofnrfx (mgr.14188) 2273 : cluster [DBG] pgmap v2113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:01 smithi136 bash[11745]: audit 2022-04-26T03:57:01.354531+0000 mon.smithi136 (mon.0) 1813 : audit [DBG] from='client.? 172.21.15.136:0/3854635185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:01 smithi145 bash[13673]: cluster 2022-04-26T03:57:00.472763+0000 mgr.smithi136.ofnrfx (mgr.14188) 2273 : cluster [DBG] pgmap v2113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:01 smithi145 bash[13673]: audit 2022-04-26T03:57:01.354531+0000 mon.smithi136 (mon.0) 1813 : audit [DBG] from='client.? 172.21.15.136:0/3854635185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:02.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:02 smithi136 bash[11745]: audit 2022-04-26T03:57:02.168262+0000 mon.smithi136 (mon.0) 1814 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:57:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:02 smithi136 bash[11745]: audit 2022-04-26T03:57:02.172138+0000 mon.smithi136 (mon.0) 1815 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:57:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:02 smithi145 bash[13673]: audit 2022-04-26T03:57:02.168262+0000 mon.smithi136 (mon.0) 1814 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:57:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:02 smithi145 bash[13673]: audit 2022-04-26T03:57:02.172138+0000 mon.smithi136 (mon.0) 1815 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:57:03.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:03 smithi136 bash[11745]: cluster 2022-04-26T03:57:02.473394+0000 mgr.smithi136.ofnrfx (mgr.14188) 2274 : cluster [DBG] pgmap v2114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:03 smithi145 bash[13673]: cluster 2022-04-26T03:57:02.473394+0000 mgr.smithi136.ofnrfx (mgr.14188) 2274 : cluster [DBG] pgmap v2114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:05.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:05 smithi145 bash[13673]: cluster 2022-04-26T03:57:04.473994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2275 : cluster [DBG] pgmap v2115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:05.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:05 smithi136 bash[11745]: cluster 2022-04-26T03:57:04.473994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2275 : cluster [DBG] pgmap v2115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:06.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:06.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:06.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:06.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:07.808 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:07 smithi136 bash[11745]: cluster 2022-04-26T03:57:06.474610+0000 mgr.smithi136.ofnrfx (mgr.14188) 2276 : cluster [DBG] pgmap v2116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:07.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:07 smithi136 bash[11745]: audit 2022-04-26T03:57:06.685370+0000 mon.smithi136 (mon.0) 1816 : audit [DBG] from='client.? 172.21.15.136:0/757956124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:07 smithi145 bash[13673]: cluster 2022-04-26T03:57:06.474610+0000 mgr.smithi136.ofnrfx (mgr.14188) 2276 : cluster [DBG] pgmap v2116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:07 smithi145 bash[13673]: audit 2022-04-26T03:57:06.685370+0000 mon.smithi136 (mon.0) 1816 : audit [DBG] from='client.? 172.21.15.136:0/757956124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:08.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:08 smithi136 bash[11745]: audit 2022-04-26T03:57:08.479418+0000 mon.smithi136 (mon.0) 1817 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:57:08.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:08 smithi136 bash[11745]: audit 2022-04-26T03:57:08.482131+0000 mon.smithi136 (mon.0) 1818 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:57:08.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:08 smithi136 bash[11745]: audit 2022-04-26T03:57:08.484127+0000 mon.smithi136 (mon.0) 1819 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:57:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:08 smithi145 bash[13673]: audit 2022-04-26T03:57:08.479418+0000 mon.smithi136 (mon.0) 1817 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:57:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:08 smithi145 bash[13673]: audit 2022-04-26T03:57:08.482131+0000 mon.smithi136 (mon.0) 1818 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:57:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:08 smithi145 bash[13673]: audit 2022-04-26T03:57:08.484127+0000 mon.smithi136 (mon.0) 1819 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:57:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:09 smithi136 bash[11745]: cluster 2022-04-26T03:57:08.475232+0000 mgr.smithi136.ofnrfx (mgr.14188) 2277 : cluster [DBG] pgmap v2117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:09 smithi136 bash[11745]: cluster 2022-04-26T03:57:08.789916+0000 mgr.smithi136.ofnrfx (mgr.14188) 2278 : cluster [DBG] pgmap v2118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:10.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:09 smithi136 bash[11745]: cluster 2022-04-26T03:57:08.790266+0000 mgr.smithi136.ofnrfx (mgr.14188) 2279 : cluster [DBG] pgmap v2119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:09 smithi136 bash[11745]: audit 2022-04-26T03:57:08.797827+0000 mon.smithi136 (mon.0) 1820 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:57:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:09 smithi136 bash[11745]: audit 2022-04-26T03:57:08.805738+0000 mon.smithi136 (mon.0) 1821 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:57:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:09 smithi136 bash[11745]: cephadm 2022-04-26T03:57:08.806721+0000 mgr.smithi136.ofnrfx (mgr.14188) 2280 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:57:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:09 smithi136 bash[11745]: cephadm 2022-04-26T03:57:08.806890+0000 mgr.smithi136.ofnrfx (mgr.14188) 2281 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:57:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:09 smithi145 bash[13673]: cluster 2022-04-26T03:57:08.475232+0000 mgr.smithi136.ofnrfx (mgr.14188) 2277 : cluster [DBG] pgmap v2117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:09 smithi145 bash[13673]: cluster 2022-04-26T03:57:08.789916+0000 mgr.smithi136.ofnrfx (mgr.14188) 2278 : cluster [DBG] pgmap v2118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:09 smithi145 bash[13673]: cluster 2022-04-26T03:57:08.790266+0000 mgr.smithi136.ofnrfx (mgr.14188) 2279 : cluster [DBG] pgmap v2119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:09 smithi145 bash[13673]: audit 2022-04-26T03:57:08.797827+0000 mon.smithi136 (mon.0) 1820 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:57:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:09 smithi145 bash[13673]: audit 2022-04-26T03:57:08.805738+0000 mon.smithi136 (mon.0) 1821 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:57:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:09 smithi145 bash[13673]: cephadm 2022-04-26T03:57:08.806721+0000 mgr.smithi136.ofnrfx (mgr.14188) 2280 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:57:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:09 smithi145 bash[13673]: cephadm 2022-04-26T03:57:08.806890+0000 mgr.smithi136.ofnrfx (mgr.14188) 2281 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:57:11.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:11.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:11.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:12.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:12.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:11 smithi136 bash[11745]: cluster 2022-04-26T03:57:10.790843+0000 mgr.smithi136.ofnrfx (mgr.14188) 2282 : cluster [DBG] pgmap v2120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:11 smithi145 bash[13673]: cluster 2022-04-26T03:57:10.790843+0000 mgr.smithi136.ofnrfx (mgr.14188) 2282 : cluster [DBG] pgmap v2120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:13.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:12 smithi145 bash[13673]: audit 2022-04-26T03:57:12.012885+0000 mon.smithi136 (mon.0) 1822 : audit [DBG] from='client.? 172.21.15.136:0/775533536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:13.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:12 smithi136 bash[11745]: audit 2022-04-26T03:57:12.012885+0000 mon.smithi136 (mon.0) 1822 : audit [DBG] from='client.? 172.21.15.136:0/775533536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:14.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:13 smithi145 bash[13673]: cluster 2022-04-26T03:57:12.791635+0000 mgr.smithi136.ofnrfx (mgr.14188) 2283 : cluster [DBG] pgmap v2121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:14.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:13 smithi136 bash[11745]: cluster 2022-04-26T03:57:12.791635+0000 mgr.smithi136.ofnrfx (mgr.14188) 2283 : cluster [DBG] pgmap v2121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:15 smithi145 bash[13673]: cluster 2022-04-26T03:57:14.792420+0000 mgr.smithi136.ofnrfx (mgr.14188) 2284 : cluster [DBG] pgmap v2122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:15.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:15 smithi136 bash[11745]: cluster 2022-04-26T03:57:14.792420+0000 mgr.smithi136.ofnrfx (mgr.14188) 2284 : cluster [DBG] pgmap v2122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:17.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:17.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:17.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:17.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:16 smithi145 bash[13673]: cluster 2022-04-26T03:57:16.793093+0000 mgr.smithi136.ofnrfx (mgr.14188) 2285 : cluster [DBG] pgmap v2123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:17.308 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:16 smithi136 bash[11745]: cluster 2022-04-26T03:57:16.793093+0000 mgr.smithi136.ofnrfx (mgr.14188) 2285 : cluster [DBG] pgmap v2123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:17.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:18.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:17 smithi145 bash[13673]: audit 2022-04-26T03:57:17.341876+0000 mon.smithi136 (mon.0) 1823 : audit [DBG] from='client.? 172.21.15.136:0/2509869358' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:18.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:17 smithi136 bash[11745]: audit 2022-04-26T03:57:17.341876+0000 mon.smithi136 (mon.0) 1823 : audit [DBG] from='client.? 172.21.15.136:0/2509869358' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:19.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:18 smithi136 bash[11745]: cluster 2022-04-26T03:57:18.793837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2286 : cluster [DBG] pgmap v2124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:19.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:18 smithi145 bash[13673]: cluster 2022-04-26T03:57:18.793837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2286 : cluster [DBG] pgmap v2124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:21.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:20 smithi145 bash[13673]: cluster 2022-04-26T03:57:20.794494+0000 mgr.smithi136.ofnrfx (mgr.14188) 2287 : cluster [DBG] pgmap v2125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:21.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:20 smithi136 bash[11745]: cluster 2022-04-26T03:57:20.794494+0000 mgr.smithi136.ofnrfx (mgr.14188) 2287 : cluster [DBG] pgmap v2125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:22.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:22.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:22.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:22.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:23.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:22 smithi136 bash[11745]: audit 2022-04-26T03:57:22.675738+0000 mon.smithi136 (mon.0) 1824 : audit [DBG] from='client.? 172.21.15.136:0/2027568443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:23.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:22 smithi145 bash[13673]: audit 2022-04-26T03:57:22.675738+0000 mon.smithi136 (mon.0) 1824 : audit [DBG] from='client.? 172.21.15.136:0/2027568443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:24.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:23 smithi136 bash[11745]: cluster 2022-04-26T03:57:22.795185+0000 mgr.smithi136.ofnrfx (mgr.14188) 2288 : cluster [DBG] pgmap v2126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:24.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:23 smithi145 bash[13673]: cluster 2022-04-26T03:57:22.795185+0000 mgr.smithi136.ofnrfx (mgr.14188) 2288 : cluster [DBG] pgmap v2126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:25.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:25 smithi145 bash[13673]: cluster 2022-04-26T03:57:24.795821+0000 mgr.smithi136.ofnrfx (mgr.14188) 2289 : cluster [DBG] pgmap v2127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:25 smithi136 bash[11745]: cluster 2022-04-26T03:57:24.795821+0000 mgr.smithi136.ofnrfx (mgr.14188) 2289 : cluster [DBG] pgmap v2127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:26 smithi145 bash[13673]: cluster 2022-04-26T03:57:26.796478+0000 mgr.smithi136.ofnrfx (mgr.14188) 2290 : cluster [DBG] pgmap v2128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:27.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:26 smithi136 bash[11745]: cluster 2022-04-26T03:57:26.796478+0000 mgr.smithi136.ofnrfx (mgr.14188) 2290 : cluster [DBG] pgmap v2128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:27.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:27.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:27.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:28.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:28 smithi145 bash[13673]: audit 2022-04-26T03:57:28.012156+0000 mon.smithi136 (mon.0) 1825 : audit [DBG] from='client.? 172.21.15.136:0/2759984749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:28 smithi136 bash[11745]: audit 2022-04-26T03:57:28.012156+0000 mon.smithi136 (mon.0) 1825 : audit [DBG] from='client.? 172.21.15.136:0/2759984749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:29 smithi145 bash[13673]: cluster 2022-04-26T03:57:28.797132+0000 mgr.smithi136.ofnrfx (mgr.14188) 2291 : cluster [DBG] pgmap v2129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:29.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:29 smithi136 bash[11745]: cluster 2022-04-26T03:57:28.797132+0000 mgr.smithi136.ofnrfx (mgr.14188) 2291 : cluster [DBG] pgmap v2129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:30 smithi145 bash[13673]: cluster 2022-04-26T03:57:30.797741+0000 mgr.smithi136.ofnrfx (mgr.14188) 2292 : cluster [DBG] pgmap v2130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:30 smithi136 bash[11745]: cluster 2022-04-26T03:57:30.797741+0000 mgr.smithi136.ofnrfx (mgr.14188) 2292 : cluster [DBG] pgmap v2130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:33.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:33.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:33.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:33.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:32 smithi145 bash[13673]: cluster 2022-04-26T03:57:32.798370+0000 mgr.smithi136.ofnrfx (mgr.14188) 2293 : cluster [DBG] pgmap v2131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:33.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:32 smithi136 bash[11745]: cluster 2022-04-26T03:57:32.798370+0000 mgr.smithi136.ofnrfx (mgr.14188) 2293 : cluster [DBG] pgmap v2131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:33.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:33 smithi145 bash[13673]: audit 2022-04-26T03:57:33.336869+0000 mon.smithi136 (mon.0) 1826 : audit [DBG] from='client.? 172.21.15.136:0/3868625565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:34.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:33 smithi136 bash[11745]: audit 2022-04-26T03:57:33.336869+0000 mon.smithi136 (mon.0) 1826 : audit [DBG] from='client.? 172.21.15.136:0/3868625565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:35.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:35 smithi145 bash[13673]: cluster 2022-04-26T03:57:34.798983+0000 mgr.smithi136.ofnrfx (mgr.14188) 2294 : cluster [DBG] pgmap v2132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:35 smithi136 bash[11745]: cluster 2022-04-26T03:57:34.798983+0000 mgr.smithi136.ofnrfx (mgr.14188) 2294 : cluster [DBG] pgmap v2132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:36 smithi145 bash[13673]: cluster 2022-04-26T03:57:36.799620+0000 mgr.smithi136.ofnrfx (mgr.14188) 2295 : cluster [DBG] pgmap v2133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:37.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:36 smithi136 bash[11745]: cluster 2022-04-26T03:57:36.799620+0000 mgr.smithi136.ofnrfx (mgr.14188) 2295 : cluster [DBG] pgmap v2133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:38.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:38.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:38.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:38.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:38 smithi136 bash[11745]: audit 2022-04-26T03:57:38.666181+0000 mon.smithi136 (mon.0) 1827 : audit [DBG] from='client.? 172.21.15.136:0/704699871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:38 smithi145 bash[13673]: audit 2022-04-26T03:57:38.666181+0000 mon.smithi136 (mon.0) 1827 : audit [DBG] from='client.? 172.21.15.136:0/704699871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:39 smithi136 bash[11745]: cluster 2022-04-26T03:57:38.800261+0000 mgr.smithi136.ofnrfx (mgr.14188) 2296 : cluster [DBG] pgmap v2134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:39 smithi145 bash[13673]: cluster 2022-04-26T03:57:38.800261+0000 mgr.smithi136.ofnrfx (mgr.14188) 2296 : cluster [DBG] pgmap v2134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:40 smithi145 bash[13673]: cluster 2022-04-26T03:57:40.800903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2297 : cluster [DBG] pgmap v2135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:41.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:40 smithi136 bash[11745]: cluster 2022-04-26T03:57:40.800903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2297 : cluster [DBG] pgmap v2135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:42 smithi145 bash[13673]: cluster 2022-04-26T03:57:42.801549+0000 mgr.smithi136.ofnrfx (mgr.14188) 2298 : cluster [DBG] pgmap v2136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:43.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:42 smithi136 bash[11745]: cluster 2022-04-26T03:57:42.801549+0000 mgr.smithi136.ofnrfx (mgr.14188) 2298 : cluster [DBG] pgmap v2136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:43.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:43.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:43.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:44.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:44.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:44 smithi136 bash[11745]: audit 2022-04-26T03:57:43.993329+0000 mon.smithi136 (mon.0) 1828 : audit [DBG] from='client.? 172.21.15.136:0/3119785600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:44.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:44 smithi145 bash[13673]: audit 2022-04-26T03:57:43.993329+0000 mon.smithi136 (mon.0) 1828 : audit [DBG] from='client.? 172.21.15.136:0/3119785600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:45.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:45 smithi145 bash[13673]: cluster 2022-04-26T03:57:44.802122+0000 mgr.smithi136.ofnrfx (mgr.14188) 2299 : cluster [DBG] pgmap v2137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:45 smithi136 bash[11745]: cluster 2022-04-26T03:57:44.802122+0000 mgr.smithi136.ofnrfx (mgr.14188) 2299 : cluster [DBG] pgmap v2137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:46 smithi145 bash[13673]: cluster 2022-04-26T03:57:46.802767+0000 mgr.smithi136.ofnrfx (mgr.14188) 2300 : cluster [DBG] pgmap v2138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:47.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:46 smithi136 bash[11745]: cluster 2022-04-26T03:57:46.802767+0000 mgr.smithi136.ofnrfx (mgr.14188) 2300 : cluster [DBG] pgmap v2138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:49.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:49.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:49.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:48 smithi136 bash[11745]: cluster 2022-04-26T03:57:48.803329+0000 mgr.smithi136.ofnrfx (mgr.14188) 2301 : cluster [DBG] pgmap v2139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:49.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:48 smithi145 bash[13673]: cluster 2022-04-26T03:57:48.803329+0000 mgr.smithi136.ofnrfx (mgr.14188) 2301 : cluster [DBG] pgmap v2139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:49.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:50.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:50 smithi145 bash[13673]: audit 2022-04-26T03:57:49.325343+0000 mon.smithi136 (mon.0) 1829 : audit [DBG] from='client.? 172.21.15.136:0/1166220155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:50.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:50 smithi136 bash[11745]: audit 2022-04-26T03:57:49.325343+0000 mon.smithi136 (mon.0) 1829 : audit [DBG] from='client.? 172.21.15.136:0/1166220155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:51 smithi145 bash[13673]: cluster 2022-04-26T03:57:50.803962+0000 mgr.smithi136.ofnrfx (mgr.14188) 2302 : cluster [DBG] pgmap v2140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:51.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:51 smithi136 bash[11745]: cluster 2022-04-26T03:57:50.803962+0000 mgr.smithi136.ofnrfx (mgr.14188) 2302 : cluster [DBG] pgmap v2140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:52 smithi145 bash[13673]: cluster 2022-04-26T03:57:52.804570+0000 mgr.smithi136.ofnrfx (mgr.14188) 2303 : cluster [DBG] pgmap v2141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:53.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:52 smithi136 bash[11745]: cluster 2022-04-26T03:57:52.804570+0000 mgr.smithi136.ofnrfx (mgr.14188) 2303 : cluster [DBG] pgmap v2141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:54.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:54.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:54.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:57:54.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:57:55.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:55 smithi145 bash[13673]: audit 2022-04-26T03:57:54.660659+0000 mon.smithi136 (mon.0) 1830 : audit [DBG] from='client.? 172.21.15.136:0/2370259472' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:55 smithi145 bash[13673]: cluster 2022-04-26T03:57:54.805192+0000 mgr.smithi136.ofnrfx (mgr.14188) 2304 : cluster [DBG] pgmap v2142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:55 smithi136 bash[11745]: audit 2022-04-26T03:57:54.660659+0000 mon.smithi136 (mon.0) 1830 : audit [DBG] from='client.? 172.21.15.136:0/2370259472' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:57:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:55 smithi136 bash[11745]: cluster 2022-04-26T03:57:54.805192+0000 mgr.smithi136.ofnrfx (mgr.14188) 2304 : cluster [DBG] pgmap v2142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:56 smithi145 bash[13673]: cluster 2022-04-26T03:57:56.805820+0000 mgr.smithi136.ofnrfx (mgr.14188) 2305 : cluster [DBG] pgmap v2143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:57.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:56 smithi136 bash[11745]: cluster 2022-04-26T03:57:56.805820+0000 mgr.smithi136.ofnrfx (mgr.14188) 2305 : cluster [DBG] pgmap v2143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:57:58 smithi136 bash[11745]: cluster 2022-04-26T03:57:58.806531+0000 mgr.smithi136.ofnrfx (mgr.14188) 2306 : cluster [DBG] pgmap v2144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:59.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:57:58 smithi145 bash[13673]: cluster 2022-04-26T03:57:58.806531+0000 mgr.smithi136.ofnrfx (mgr.14188) 2306 : cluster [DBG] pgmap v2144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:57:59.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:57:59.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:57:59.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:00.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:00.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:00 smithi145 bash[13673]: audit 2022-04-26T03:57:59.982494+0000 mon.smithi136 (mon.0) 1831 : audit [DBG] from='client.? 172.21.15.136:0/2235293389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:00 smithi136 bash[11745]: audit 2022-04-26T03:57:59.982494+0000 mon.smithi136 (mon.0) 1831 : audit [DBG] from='client.? 172.21.15.136:0/2235293389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:01.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:01 smithi145 bash[13673]: cluster 2022-04-26T03:58:00.807204+0000 mgr.smithi136.ofnrfx (mgr.14188) 2307 : cluster [DBG] pgmap v2145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:01.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:01 smithi136 bash[11745]: cluster 2022-04-26T03:58:00.807204+0000 mgr.smithi136.ofnrfx (mgr.14188) 2307 : cluster [DBG] pgmap v2145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:02 smithi136 bash[11745]: audit 2022-04-26T03:58:02.172402+0000 mon.smithi136 (mon.0) 1832 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:58:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:02 smithi136 bash[11745]: audit 2022-04-26T03:58:02.176369+0000 mon.smithi136 (mon.0) 1833 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:58:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:02 smithi145 bash[13673]: audit 2022-04-26T03:58:02.172402+0000 mon.smithi136 (mon.0) 1832 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:58:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:02 smithi145 bash[13673]: audit 2022-04-26T03:58:02.176369+0000 mon.smithi136 (mon.0) 1833 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:58:03.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:03 smithi136 bash[11745]: cluster 2022-04-26T03:58:02.807856+0000 mgr.smithi136.ofnrfx (mgr.14188) 2308 : cluster [DBG] pgmap v2146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:03.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:03 smithi145 bash[13673]: cluster 2022-04-26T03:58:02.807856+0000 mgr.smithi136.ofnrfx (mgr.14188) 2308 : cluster [DBG] pgmap v2146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:05.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:05.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:05.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:05.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:05 smithi145 bash[13673]: cluster 2022-04-26T03:58:04.808482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2309 : cluster [DBG] pgmap v2147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:05.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:05 smithi136 bash[11745]: cluster 2022-04-26T03:58:04.808482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2309 : cluster [DBG] pgmap v2147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:06.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:06 smithi145 bash[13673]: audit 2022-04-26T03:58:05.322237+0000 mon.smithi136 (mon.0) 1834 : audit [DBG] from='client.? 172.21.15.136:0/738148495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:06.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:06 smithi136 bash[11745]: audit 2022-04-26T03:58:05.322237+0000 mon.smithi136 (mon.0) 1834 : audit [DBG] from='client.? 172.21.15.136:0/738148495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:07.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:07 smithi145 bash[13673]: cluster 2022-04-26T03:58:06.809105+0000 mgr.smithi136.ofnrfx (mgr.14188) 2310 : cluster [DBG] pgmap v2148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:07.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:07 smithi136 bash[11745]: cluster 2022-04-26T03:58:06.809105+0000 mgr.smithi136.ofnrfx (mgr.14188) 2310 : cluster [DBG] pgmap v2148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:08 smithi136 bash[11745]: cluster 2022-04-26T03:58:08.809733+0000 mgr.smithi136.ofnrfx (mgr.14188) 2311 : cluster [DBG] pgmap v2149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:08 smithi136 bash[11745]: audit 2022-04-26T03:58:08.817466+0000 mon.smithi136 (mon.0) 1835 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:58:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:08 smithi136 bash[11745]: audit 2022-04-26T03:58:08.819605+0000 mon.smithi136 (mon.0) 1836 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:58:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:08 smithi136 bash[11745]: audit 2022-04-26T03:58:08.820905+0000 mon.smithi136 (mon.0) 1837 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:58:09.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:08 smithi145 bash[13673]: cluster 2022-04-26T03:58:08.809733+0000 mgr.smithi136.ofnrfx (mgr.14188) 2311 : cluster [DBG] pgmap v2149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:08 smithi145 bash[13673]: audit 2022-04-26T03:58:08.817466+0000 mon.smithi136 (mon.0) 1835 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:58:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:08 smithi145 bash[13673]: audit 2022-04-26T03:58:08.819605+0000 mon.smithi136 (mon.0) 1836 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:58:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:08 smithi145 bash[13673]: audit 2022-04-26T03:58:08.820905+0000 mon.smithi136 (mon.0) 1837 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:58:10.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:10.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:10.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:10.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:11.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:10 smithi136 bash[11745]: audit 2022-04-26T03:58:10.648017+0000 mon.smithi136 (mon.0) 1838 : audit [DBG] from='client.? 172.21.15.136:0/4066391437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:11.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:10 smithi145 bash[13673]: audit 2022-04-26T03:58:10.648017+0000 mon.smithi136 (mon.0) 1838 : audit [DBG] from='client.? 172.21.15.136:0/4066391437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:12.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:11 smithi136 bash[11745]: cluster 2022-04-26T03:58:10.810378+0000 mgr.smithi136.ofnrfx (mgr.14188) 2312 : cluster [DBG] pgmap v2150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:11 smithi145 bash[13673]: cluster 2022-04-26T03:58:10.810378+0000 mgr.smithi136.ofnrfx (mgr.14188) 2312 : cluster [DBG] pgmap v2150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:12.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:12 smithi136 bash[11745]: cluster 2022-04-26T03:58:12.811069+0000 mgr.smithi136.ofnrfx (mgr.14188) 2313 : cluster [DBG] pgmap v2151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:13.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:12 smithi145 bash[13673]: cluster 2022-04-26T03:58:12.811069+0000 mgr.smithi136.ofnrfx (mgr.14188) 2313 : cluster [DBG] pgmap v2151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:15 smithi145 bash[13673]: cluster 2022-04-26T03:58:14.811710+0000 mgr.smithi136.ofnrfx (mgr.14188) 2314 : cluster [DBG] pgmap v2152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:15.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:15 smithi136 bash[11745]: cluster 2022-04-26T03:58:14.811710+0000 mgr.smithi136.ofnrfx (mgr.14188) 2314 : cluster [DBG] pgmap v2152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:15.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:15.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:15.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:15.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:16 smithi145 bash[13673]: audit 2022-04-26T03:58:15.971612+0000 mon.smithi136 (mon.0) 1839 : audit [DBG] from='client.? 172.21.15.136:0/1602210584' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:16.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:16 smithi136 bash[11745]: audit 2022-04-26T03:58:15.971612+0000 mon.smithi136 (mon.0) 1839 : audit [DBG] from='client.? 172.21.15.136:0/1602210584' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:17 smithi145 bash[13673]: cephadm 2022-04-26T03:58:16.623371+0000 mgr.smithi136.ofnrfx (mgr.14188) 2315 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T03:58:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:17 smithi145 bash[13673]: audit 2022-04-26T03:58:16.635417+0000 mon.smithi136 (mon.0) 1840 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:58:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:17 smithi145 bash[13673]: cluster 2022-04-26T03:58:16.812306+0000 mgr.smithi136.ofnrfx (mgr.14188) 2316 : cluster [DBG] pgmap v2153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:17 smithi145 bash[13673]: audit 2022-04-26T03:58:16.931880+0000 mon.smithi136 (mon.0) 1841 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:58:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:17 smithi145 bash[13673]: audit 2022-04-26T03:58:16.941715+0000 mon.smithi136 (mon.0) 1842 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:58:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:17 smithi145 bash[13673]: audit 2022-04-26T03:58:16.948004+0000 mon.smithi136 (mon.0) 1843 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:58:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:17 smithi145 bash[13673]: audit 2022-04-26T03:58:16.950565+0000 mon.smithi136 (mon.0) 1844 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:58:18.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:17 smithi136 bash[11745]: cephadm 2022-04-26T03:58:16.623371+0000 mgr.smithi136.ofnrfx (mgr.14188) 2315 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T03:58:18.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:17 smithi136 bash[11745]: audit 2022-04-26T03:58:16.635417+0000 mon.smithi136 (mon.0) 1840 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:58:18.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:17 smithi136 bash[11745]: cluster 2022-04-26T03:58:16.812306+0000 mgr.smithi136.ofnrfx (mgr.14188) 2316 : cluster [DBG] pgmap v2153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:18.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:17 smithi136 bash[11745]: audit 2022-04-26T03:58:16.931880+0000 mon.smithi136 (mon.0) 1841 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:58:18.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:17 smithi136 bash[11745]: audit 2022-04-26T03:58:16.941715+0000 mon.smithi136 (mon.0) 1842 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:58:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:17 smithi136 bash[11745]: audit 2022-04-26T03:58:16.948004+0000 mon.smithi136 (mon.0) 1843 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T03:58:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:17 smithi136 bash[11745]: audit 2022-04-26T03:58:16.950565+0000 mon.smithi136 (mon.0) 1844 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:58:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:18 smithi145 bash[13673]: cluster 2022-04-26T03:58:16.925095+0000 mgr.smithi136.ofnrfx (mgr.14188) 2317 : cluster [DBG] pgmap v2154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:18 smithi145 bash[13673]: cluster 2022-04-26T03:58:16.925584+0000 mgr.smithi136.ofnrfx (mgr.14188) 2318 : cluster [DBG] pgmap v2155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:18 smithi145 bash[13673]: cephadm 2022-04-26T03:58:16.942850+0000 mgr.smithi136.ofnrfx (mgr.14188) 2319 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:58:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:18 smithi145 bash[13673]: cephadm 2022-04-26T03:58:16.942951+0000 mgr.smithi136.ofnrfx (mgr.14188) 2320 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:58:19.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:18 smithi136 bash[11745]: cluster 2022-04-26T03:58:16.925095+0000 mgr.smithi136.ofnrfx (mgr.14188) 2317 : cluster [DBG] pgmap v2154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:19.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:18 smithi136 bash[11745]: cluster 2022-04-26T03:58:16.925584+0000 mgr.smithi136.ofnrfx (mgr.14188) 2318 : cluster [DBG] pgmap v2155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:19.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:18 smithi136 bash[11745]: cephadm 2022-04-26T03:58:16.942850+0000 mgr.smithi136.ofnrfx (mgr.14188) 2319 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:58:19.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:18 smithi136 bash[11745]: cephadm 2022-04-26T03:58:16.942951+0000 mgr.smithi136.ofnrfx (mgr.14188) 2320 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:58:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:20 smithi145 bash[13673]: cluster 2022-04-26T03:58:18.926205+0000 mgr.smithi136.ofnrfx (mgr.14188) 2321 : cluster [DBG] pgmap v2156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:20.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:20 smithi136 bash[11745]: cluster 2022-04-26T03:58:18.926205+0000 mgr.smithi136.ofnrfx (mgr.14188) 2321 : cluster [DBG] pgmap v2156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:20.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:20.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:20.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:21.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:22.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:21 smithi136 bash[11745]: audit 2022-04-26T03:58:21.294195+0000 mon.smithi136 (mon.0) 1845 : audit [DBG] from='client.? 172.21.15.136:0/3359460855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:22.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:21 smithi145 bash[13673]: audit 2022-04-26T03:58:21.294195+0000 mon.smithi136 (mon.0) 1845 : audit [DBG] from='client.? 172.21.15.136:0/3359460855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:23.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:22 smithi136 bash[11745]: cluster 2022-04-26T03:58:20.926841+0000 mgr.smithi136.ofnrfx (mgr.14188) 2322 : cluster [DBG] pgmap v2157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:22 smithi145 bash[13673]: cluster 2022-04-26T03:58:20.926841+0000 mgr.smithi136.ofnrfx (mgr.14188) 2322 : cluster [DBG] pgmap v2157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:25.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:24 smithi136 bash[11745]: cluster 2022-04-26T03:58:22.927366+0000 mgr.smithi136.ofnrfx (mgr.14188) 2323 : cluster [DBG] pgmap v2158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:25.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:24 smithi145 bash[13673]: cluster 2022-04-26T03:58:22.927366+0000 mgr.smithi136.ofnrfx (mgr.14188) 2323 : cluster [DBG] pgmap v2158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:26.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:26.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:26.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:26.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:26 smithi136 bash[11745]: cluster 2022-04-26T03:58:24.927958+0000 mgr.smithi136.ofnrfx (mgr.14188) 2324 : cluster [DBG] pgmap v2159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:26 smithi136 bash[11745]: audit 2022-04-26T03:58:26.621438+0000 mon.smithi136 (mon.0) 1846 : audit [DBG] from='client.? 172.21.15.136:0/3618921931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:27.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:26 smithi145 bash[13673]: cluster 2022-04-26T03:58:24.927958+0000 mgr.smithi136.ofnrfx (mgr.14188) 2324 : cluster [DBG] pgmap v2159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:26 smithi145 bash[13673]: audit 2022-04-26T03:58:26.621438+0000 mon.smithi136 (mon.0) 1846 : audit [DBG] from='client.? 172.21.15.136:0/3618921931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:29.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:28 smithi136 bash[11745]: cluster 2022-04-26T03:58:26.928604+0000 mgr.smithi136.ofnrfx (mgr.14188) 2325 : cluster [DBG] pgmap v2160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:29.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:28 smithi145 bash[13673]: cluster 2022-04-26T03:58:26.928604+0000 mgr.smithi136.ofnrfx (mgr.14188) 2325 : cluster [DBG] pgmap v2160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:31.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:30 smithi136 bash[11745]: cluster 2022-04-26T03:58:28.929312+0000 mgr.smithi136.ofnrfx (mgr.14188) 2326 : cluster [DBG] pgmap v2161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:31.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:30 smithi136 bash[11745]: audit 2022-04-26T03:58:30.660389+0000 mon.smithi136 (mon.0) 1847 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:58:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:30 smithi145 bash[13673]: cluster 2022-04-26T03:58:28.929312+0000 mgr.smithi136.ofnrfx (mgr.14188) 2326 : cluster [DBG] pgmap v2161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:30 smithi145 bash[13673]: audit 2022-04-26T03:58:30.660389+0000 mon.smithi136 (mon.0) 1847 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:58:31.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:31.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:31.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:31.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:33.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:32 smithi136 bash[11745]: cluster 2022-04-26T03:58:30.929968+0000 mgr.smithi136.ofnrfx (mgr.14188) 2327 : cluster [DBG] pgmap v2162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:33.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:32 smithi136 bash[11745]: audit 2022-04-26T03:58:31.950829+0000 mon.smithi136 (mon.0) 1848 : audit [DBG] from='client.? 172.21.15.136:0/1769897762' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:33.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:32 smithi145 bash[13673]: cluster 2022-04-26T03:58:30.929968+0000 mgr.smithi136.ofnrfx (mgr.14188) 2327 : cluster [DBG] pgmap v2162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:32 smithi145 bash[13673]: audit 2022-04-26T03:58:31.950829+0000 mon.smithi136 (mon.0) 1848 : audit [DBG] from='client.? 172.21.15.136:0/1769897762' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:35.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:34 smithi136 bash[11745]: cluster 2022-04-26T03:58:32.930518+0000 mgr.smithi136.ofnrfx (mgr.14188) 2328 : cluster [DBG] pgmap v2163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:34 smithi145 bash[13673]: cluster 2022-04-26T03:58:32.930518+0000 mgr.smithi136.ofnrfx (mgr.14188) 2328 : cluster [DBG] pgmap v2163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:36.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:36.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:36.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:37.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:36 smithi136 bash[11745]: cluster 2022-04-26T03:58:34.931108+0000 mgr.smithi136.ofnrfx (mgr.14188) 2329 : cluster [DBG] pgmap v2164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:36 smithi145 bash[13673]: cluster 2022-04-26T03:58:34.931108+0000 mgr.smithi136.ofnrfx (mgr.14188) 2329 : cluster [DBG] pgmap v2164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:37.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:38.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:37 smithi136 bash[11745]: audit 2022-04-26T03:58:37.282900+0000 mon.smithi136 (mon.0) 1849 : audit [DBG] from='client.? 172.21.15.136:0/2404472181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:38.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:37 smithi145 bash[13673]: audit 2022-04-26T03:58:37.282900+0000 mon.smithi136 (mon.0) 1849 : audit [DBG] from='client.? 172.21.15.136:0/2404472181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:38 smithi136 bash[11745]: cluster 2022-04-26T03:58:36.931748+0000 mgr.smithi136.ofnrfx (mgr.14188) 2330 : cluster [DBG] pgmap v2165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:39.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:38 smithi145 bash[13673]: cluster 2022-04-26T03:58:36.931748+0000 mgr.smithi136.ofnrfx (mgr.14188) 2330 : cluster [DBG] pgmap v2165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:41.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:40 smithi136 bash[11745]: cluster 2022-04-26T03:58:38.932340+0000 mgr.smithi136.ofnrfx (mgr.14188) 2331 : cluster [DBG] pgmap v2166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:41.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:40 smithi145 bash[13673]: cluster 2022-04-26T03:58:38.932340+0000 mgr.smithi136.ofnrfx (mgr.14188) 2331 : cluster [DBG] pgmap v2166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:42.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:42.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:42.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:42.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:43.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:42 smithi136 bash[11745]: cluster 2022-04-26T03:58:40.932971+0000 mgr.smithi136.ofnrfx (mgr.14188) 2332 : cluster [DBG] pgmap v2167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:43.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:42 smithi136 bash[11745]: audit 2022-04-26T03:58:42.612628+0000 mon.smithi136 (mon.0) 1850 : audit [DBG] from='client.? 172.21.15.136:0/3597744732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:43.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:42 smithi145 bash[13673]: cluster 2022-04-26T03:58:40.932971+0000 mgr.smithi136.ofnrfx (mgr.14188) 2332 : cluster [DBG] pgmap v2167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:42 smithi145 bash[13673]: audit 2022-04-26T03:58:42.612628+0000 mon.smithi136 (mon.0) 1850 : audit [DBG] from='client.? 172.21.15.136:0/3597744732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:45.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:44 smithi136 bash[11745]: cluster 2022-04-26T03:58:42.933602+0000 mgr.smithi136.ofnrfx (mgr.14188) 2333 : cluster [DBG] pgmap v2168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:44 smithi145 bash[13673]: cluster 2022-04-26T03:58:42.933602+0000 mgr.smithi136.ofnrfx (mgr.14188) 2333 : cluster [DBG] pgmap v2168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:47.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:46 smithi136 bash[11745]: cluster 2022-04-26T03:58:44.934192+0000 mgr.smithi136.ofnrfx (mgr.14188) 2334 : cluster [DBG] pgmap v2169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:46 smithi145 bash[13673]: cluster 2022-04-26T03:58:44.934192+0000 mgr.smithi136.ofnrfx (mgr.14188) 2334 : cluster [DBG] pgmap v2169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:47.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:47.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:47.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:47.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:48 smithi136 bash[11745]: cluster 2022-04-26T03:58:46.934812+0000 mgr.smithi136.ofnrfx (mgr.14188) 2335 : cluster [DBG] pgmap v2170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:48 smithi136 bash[11745]: audit 2022-04-26T03:58:47.942078+0000 mon.smithi136 (mon.0) 1851 : audit [DBG] from='client.? 172.21.15.136:0/1355707420' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:48 smithi145 bash[13673]: cluster 2022-04-26T03:58:46.934812+0000 mgr.smithi136.ofnrfx (mgr.14188) 2335 : cluster [DBG] pgmap v2170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:48 smithi145 bash[13673]: audit 2022-04-26T03:58:47.942078+0000 mon.smithi136 (mon.0) 1851 : audit [DBG] from='client.? 172.21.15.136:0/1355707420' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:51.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:50 smithi136 bash[11745]: cluster 2022-04-26T03:58:48.935444+0000 mgr.smithi136.ofnrfx (mgr.14188) 2336 : cluster [DBG] pgmap v2171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:50 smithi145 bash[13673]: cluster 2022-04-26T03:58:48.935444+0000 mgr.smithi136.ofnrfx (mgr.14188) 2336 : cluster [DBG] pgmap v2171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:52.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:52.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:52.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:53.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:52 smithi136 bash[11745]: cluster 2022-04-26T03:58:50.936099+0000 mgr.smithi136.ofnrfx (mgr.14188) 2337 : cluster [DBG] pgmap v2172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:52 smithi145 bash[13673]: cluster 2022-04-26T03:58:50.936099+0000 mgr.smithi136.ofnrfx (mgr.14188) 2337 : cluster [DBG] pgmap v2172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:53.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:54.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:53 smithi136 bash[11745]: audit 2022-04-26T03:58:53.266792+0000 mon.smithi136 (mon.0) 1852 : audit [DBG] from='client.? 172.21.15.136:0/1629944685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:53 smithi145 bash[13673]: audit 2022-04-26T03:58:53.266792+0000 mon.smithi136 (mon.0) 1852 : audit [DBG] from='client.? 172.21.15.136:0/1629944685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:55.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:54 smithi136 bash[11745]: cluster 2022-04-26T03:58:52.936801+0000 mgr.smithi136.ofnrfx (mgr.14188) 2338 : cluster [DBG] pgmap v2173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:54 smithi145 bash[13673]: cluster 2022-04-26T03:58:52.936801+0000 mgr.smithi136.ofnrfx (mgr.14188) 2338 : cluster [DBG] pgmap v2173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:57.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:56 smithi136 bash[11745]: cluster 2022-04-26T03:58:54.937462+0000 mgr.smithi136.ofnrfx (mgr.14188) 2339 : cluster [DBG] pgmap v2174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:57.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:56 smithi145 bash[13673]: cluster 2022-04-26T03:58:54.937462+0000 mgr.smithi136.ofnrfx (mgr.14188) 2339 : cluster [DBG] pgmap v2174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:58.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:58:58.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:58:58.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:58:58.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:58:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:58 smithi136 bash[11745]: cluster 2022-04-26T03:58:56.938117+0000 mgr.smithi136.ofnrfx (mgr.14188) 2340 : cluster [DBG] pgmap v2175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:58:58 smithi136 bash[11745]: audit 2022-04-26T03:58:58.591038+0000 mon.smithi136 (mon.0) 1853 : audit [DBG] from='client.? 172.21.15.136:0/616536656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:58:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:58 smithi145 bash[13673]: cluster 2022-04-26T03:58:56.938117+0000 mgr.smithi136.ofnrfx (mgr.14188) 2340 : cluster [DBG] pgmap v2175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:58:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:58:58 smithi145 bash[13673]: audit 2022-04-26T03:58:58.591038+0000 mon.smithi136 (mon.0) 1853 : audit [DBG] from='client.? 172.21.15.136:0/616536656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:01.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:00 smithi136 bash[11745]: cluster 2022-04-26T03:58:58.938708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2341 : cluster [DBG] pgmap v2176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:00 smithi145 bash[13673]: cluster 2022-04-26T03:58:58.938708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2341 : cluster [DBG] pgmap v2176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:02 smithi136 bash[11745]: cluster 2022-04-26T03:59:00.939366+0000 mgr.smithi136.ofnrfx (mgr.14188) 2342 : cluster [DBG] pgmap v2177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:02 smithi136 bash[11745]: audit 2022-04-26T03:59:02.176706+0000 mon.smithi136 (mon.0) 1854 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:59:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:02 smithi136 bash[11745]: audit 2022-04-26T03:59:02.180550+0000 mon.smithi136 (mon.0) 1855 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:59:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:02 smithi145 bash[13673]: cluster 2022-04-26T03:59:00.939366+0000 mgr.smithi136.ofnrfx (mgr.14188) 2342 : cluster [DBG] pgmap v2177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:02 smithi145 bash[13673]: audit 2022-04-26T03:59:02.176706+0000 mon.smithi136 (mon.0) 1854 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T03:59:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:02 smithi145 bash[13673]: audit 2022-04-26T03:59:02.180550+0000 mon.smithi136 (mon.0) 1855 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T03:59:03.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:03.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:03.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:03.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:05.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:04 smithi136 bash[11745]: cluster 2022-04-26T03:59:02.940120+0000 mgr.smithi136.ofnrfx (mgr.14188) 2343 : cluster [DBG] pgmap v2178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:05.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:04 smithi136 bash[11745]: audit 2022-04-26T03:59:03.925617+0000 mon.smithi136 (mon.0) 1856 : audit [DBG] from='client.? 172.21.15.136:0/4024235780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:04 smithi145 bash[13673]: cluster 2022-04-26T03:59:02.940120+0000 mgr.smithi136.ofnrfx (mgr.14188) 2343 : cluster [DBG] pgmap v2178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:04 smithi145 bash[13673]: audit 2022-04-26T03:59:03.925617+0000 mon.smithi136 (mon.0) 1856 : audit [DBG] from='client.? 172.21.15.136:0/4024235780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:07.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:06 smithi136 bash[11745]: cluster 2022-04-26T03:59:04.940787+0000 mgr.smithi136.ofnrfx (mgr.14188) 2344 : cluster [DBG] pgmap v2179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:07.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:06 smithi145 bash[13673]: cluster 2022-04-26T03:59:04.940787+0000 mgr.smithi136.ofnrfx (mgr.14188) 2344 : cluster [DBG] pgmap v2179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:08.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:08.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:08.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:08 smithi136 bash[11745]: cluster 2022-04-26T03:59:06.941534+0000 mgr.smithi136.ofnrfx (mgr.14188) 2345 : cluster [DBG] pgmap v2180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:09.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:08 smithi145 bash[13673]: cluster 2022-04-26T03:59:06.941534+0000 mgr.smithi136.ofnrfx (mgr.14188) 2345 : cluster [DBG] pgmap v2180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:09.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:10 smithi145 bash[13673]: cluster 2022-04-26T03:59:08.942258+0000 mgr.smithi136.ofnrfx (mgr.14188) 2346 : cluster [DBG] pgmap v2181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:10 smithi145 bash[13673]: audit 2022-04-26T03:59:09.253258+0000 mon.smithi136 (mon.0) 1857 : audit [DBG] from='client.? 172.21.15.136:0/2073262088' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:10 smithi136 bash[11745]: cluster 2022-04-26T03:59:08.942258+0000 mgr.smithi136.ofnrfx (mgr.14188) 2346 : cluster [DBG] pgmap v2181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:10 smithi136 bash[11745]: audit 2022-04-26T03:59:09.253258+0000 mon.smithi136 (mon.0) 1857 : audit [DBG] from='client.? 172.21.15.136:0/2073262088' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:12 smithi145 bash[13673]: cluster 2022-04-26T03:59:10.942917+0000 mgr.smithi136.ofnrfx (mgr.14188) 2347 : cluster [DBG] pgmap v2182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:12.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:12 smithi136 bash[11745]: cluster 2022-04-26T03:59:10.942917+0000 mgr.smithi136.ofnrfx (mgr.14188) 2347 : cluster [DBG] pgmap v2182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:14.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:14.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:14.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:14 smithi145 bash[13673]: cluster 2022-04-26T03:59:12.943536+0000 mgr.smithi136.ofnrfx (mgr.14188) 2348 : cluster [DBG] pgmap v2183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:14.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:14 smithi136 bash[11745]: cluster 2022-04-26T03:59:12.943536+0000 mgr.smithi136.ofnrfx (mgr.14188) 2348 : cluster [DBG] pgmap v2183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:14.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:15.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:15 smithi145 bash[13673]: audit 2022-04-26T03:59:14.576522+0000 mon.smithi136 (mon.0) 1858 : audit [DBG] from='client.? 172.21.15.136:0/3189030464' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:15.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:15 smithi136 bash[11745]: audit 2022-04-26T03:59:14.576522+0000 mon.smithi136 (mon.0) 1858 : audit [DBG] from='client.? 172.21.15.136:0/3189030464' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:16.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:16 smithi145 bash[13673]: cluster 2022-04-26T03:59:14.944116+0000 mgr.smithi136.ofnrfx (mgr.14188) 2349 : cluster [DBG] pgmap v2184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:16.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:16 smithi136 bash[11745]: cluster 2022-04-26T03:59:14.944116+0000 mgr.smithi136.ofnrfx (mgr.14188) 2349 : cluster [DBG] pgmap v2184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:18 smithi145 bash[13673]: cluster 2022-04-26T03:59:16.944769+0000 mgr.smithi136.ofnrfx (mgr.14188) 2350 : cluster [DBG] pgmap v2185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:18.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:18 smithi136 bash[11745]: cluster 2022-04-26T03:59:16.944769+0000 mgr.smithi136.ofnrfx (mgr.14188) 2350 : cluster [DBG] pgmap v2185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:19.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:19.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:19.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:19.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:20 smithi136 bash[11745]: cluster 2022-04-26T03:59:18.945393+0000 mgr.smithi136.ofnrfx (mgr.14188) 2351 : cluster [DBG] pgmap v2186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:20 smithi136 bash[11745]: audit 2022-04-26T03:59:19.898500+0000 mon.smithi136 (mon.0) 1859 : audit [DBG] from='client.? 172.21.15.136:0/1207811267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:20 smithi145 bash[13673]: cluster 2022-04-26T03:59:18.945393+0000 mgr.smithi136.ofnrfx (mgr.14188) 2351 : cluster [DBG] pgmap v2186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:20 smithi145 bash[13673]: audit 2022-04-26T03:59:19.898500+0000 mon.smithi136 (mon.0) 1859 : audit [DBG] from='client.? 172.21.15.136:0/1207811267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:22 smithi136 bash[11745]: cluster 2022-04-26T03:59:20.946044+0000 mgr.smithi136.ofnrfx (mgr.14188) 2352 : cluster [DBG] pgmap v2187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:22.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:22 smithi145 bash[13673]: cluster 2022-04-26T03:59:20.946044+0000 mgr.smithi136.ofnrfx (mgr.14188) 2352 : cluster [DBG] pgmap v2187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:24.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:24 smithi136 bash[11745]: cluster 2022-04-26T03:59:22.946682+0000 mgr.smithi136.ofnrfx (mgr.14188) 2353 : cluster [DBG] pgmap v2188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:24 smithi145 bash[13673]: cluster 2022-04-26T03:59:22.946682+0000 mgr.smithi136.ofnrfx (mgr.14188) 2353 : cluster [DBG] pgmap v2188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:24.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:24.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:24.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:25.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:26.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:26 smithi136 bash[11745]: cluster 2022-04-26T03:59:24.947155+0000 mgr.smithi136.ofnrfx (mgr.14188) 2354 : cluster [DBG] pgmap v2189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:26.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:26 smithi136 bash[11745]: audit 2022-04-26T03:59:25.233027+0000 mon.smithi136 (mon.0) 1860 : audit [DBG] from='client.? 172.21.15.136:0/1928640095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:26.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:26 smithi145 bash[13673]: cluster 2022-04-26T03:59:24.947155+0000 mgr.smithi136.ofnrfx (mgr.14188) 2354 : cluster [DBG] pgmap v2189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:26 smithi145 bash[13673]: audit 2022-04-26T03:59:25.233027+0000 mon.smithi136 (mon.0) 1860 : audit [DBG] from='client.? 172.21.15.136:0/1928640095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:28.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:28 smithi145 bash[13673]: cluster 2022-04-26T03:59:26.947730+0000 mgr.smithi136.ofnrfx (mgr.14188) 2355 : cluster [DBG] pgmap v2190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:28.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:28 smithi136 bash[11745]: cluster 2022-04-26T03:59:26.947730+0000 mgr.smithi136.ofnrfx (mgr.14188) 2355 : cluster [DBG] pgmap v2190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:30.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:30.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:30.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:30 smithi136 bash[11745]: cluster 2022-04-26T03:59:28.948207+0000 mgr.smithi136.ofnrfx (mgr.14188) 2356 : cluster [DBG] pgmap v2191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:30.576 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:30 smithi145 bash[13673]: cluster 2022-04-26T03:59:28.948207+0000 mgr.smithi136.ofnrfx (mgr.14188) 2356 : cluster [DBG] pgmap v2191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:31 smithi136 bash[11745]: audit 2022-04-26T03:59:30.561965+0000 mon.smithi136 (mon.0) 1861 : audit [DBG] from='client.? 172.21.15.136:0/133898072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:31 smithi136 bash[11745]: audit 2022-04-26T03:59:30.665672+0000 mon.smithi136 (mon.0) 1862 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:59:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:31 smithi136 bash[11745]: audit 2022-04-26T03:59:30.668185+0000 mon.smithi136 (mon.0) 1863 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:59:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:31 smithi136 bash[11745]: audit 2022-04-26T03:59:30.669715+0000 mon.smithi136 (mon.0) 1864 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:59:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:31 smithi136 bash[11745]: audit 2022-04-26T03:59:30.997263+0000 mon.smithi136 (mon.0) 1865 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:59:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:31 smithi136 bash[11745]: audit 2022-04-26T03:59:31.005292+0000 mon.smithi136 (mon.0) 1866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:59:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:31 smithi145 bash[13673]: audit 2022-04-26T03:59:30.561965+0000 mon.smithi136 (mon.0) 1861 : audit [DBG] from='client.? 172.21.15.136:0/133898072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:31 smithi145 bash[13673]: audit 2022-04-26T03:59:30.665672+0000 mon.smithi136 (mon.0) 1862 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T03:59:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:31 smithi145 bash[13673]: audit 2022-04-26T03:59:30.668185+0000 mon.smithi136 (mon.0) 1863 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T03:59:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:31 smithi145 bash[13673]: audit 2022-04-26T03:59:30.669715+0000 mon.smithi136 (mon.0) 1864 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T03:59:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:31 smithi145 bash[13673]: audit 2022-04-26T03:59:30.997263+0000 mon.smithi136 (mon.0) 1865 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T03:59:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:31 smithi145 bash[13673]: audit 2022-04-26T03:59:31.005292+0000 mon.smithi136 (mon.0) 1866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T03:59:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:32 smithi136 bash[11745]: cluster 2022-04-26T03:59:30.948801+0000 mgr.smithi136.ofnrfx (mgr.14188) 2357 : cluster [DBG] pgmap v2192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:32 smithi136 bash[11745]: cluster 2022-04-26T03:59:30.991677+0000 mgr.smithi136.ofnrfx (mgr.14188) 2358 : cluster [DBG] pgmap v2193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:32 smithi136 bash[11745]: cluster 2022-04-26T03:59:30.992066+0000 mgr.smithi136.ofnrfx (mgr.14188) 2359 : cluster [DBG] pgmap v2194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:32 smithi136 bash[11745]: cephadm 2022-04-26T03:59:31.006348+0000 mgr.smithi136.ofnrfx (mgr.14188) 2360 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:59:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:32 smithi136 bash[11745]: cephadm 2022-04-26T03:59:31.006485+0000 mgr.smithi136.ofnrfx (mgr.14188) 2361 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:59:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:32 smithi145 bash[13673]: cluster 2022-04-26T03:59:30.948801+0000 mgr.smithi136.ofnrfx (mgr.14188) 2357 : cluster [DBG] pgmap v2192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:32 smithi145 bash[13673]: cluster 2022-04-26T03:59:30.991677+0000 mgr.smithi136.ofnrfx (mgr.14188) 2358 : cluster [DBG] pgmap v2193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:32 smithi145 bash[13673]: cluster 2022-04-26T03:59:30.992066+0000 mgr.smithi136.ofnrfx (mgr.14188) 2359 : cluster [DBG] pgmap v2194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:32 smithi145 bash[13673]: cephadm 2022-04-26T03:59:31.006348+0000 mgr.smithi136.ofnrfx (mgr.14188) 2360 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T03:59:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:32 smithi145 bash[13673]: cephadm 2022-04-26T03:59:31.006485+0000 mgr.smithi136.ofnrfx (mgr.14188) 2361 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T03:59:34.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:34 smithi136 bash[11745]: cluster 2022-04-26T03:59:32.992687+0000 mgr.smithi136.ofnrfx (mgr.14188) 2362 : cluster [DBG] pgmap v2195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:34 smithi145 bash[13673]: cluster 2022-04-26T03:59:32.992687+0000 mgr.smithi136.ofnrfx (mgr.14188) 2362 : cluster [DBG] pgmap v2195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:35.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:35.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:35.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:35.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:36 smithi136 bash[11745]: cluster 2022-04-26T03:59:34.993292+0000 mgr.smithi136.ofnrfx (mgr.14188) 2363 : cluster [DBG] pgmap v2196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:36 smithi136 bash[11745]: audit 2022-04-26T03:59:35.888986+0000 mon.smithi136 (mon.0) 1867 : audit [DBG] from='client.? 172.21.15.136:0/462714254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:36 smithi145 bash[13673]: cluster 2022-04-26T03:59:34.993292+0000 mgr.smithi136.ofnrfx (mgr.14188) 2363 : cluster [DBG] pgmap v2196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:36.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:36 smithi145 bash[13673]: audit 2022-04-26T03:59:35.888986+0000 mon.smithi136 (mon.0) 1867 : audit [DBG] from='client.? 172.21.15.136:0/462714254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:38.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:38 smithi145 bash[13673]: cluster 2022-04-26T03:59:36.993925+0000 mgr.smithi136.ofnrfx (mgr.14188) 2364 : cluster [DBG] pgmap v2197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:38.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:38 smithi136 bash[11745]: cluster 2022-04-26T03:59:36.993925+0000 mgr.smithi136.ofnrfx (mgr.14188) 2364 : cluster [DBG] pgmap v2197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:40 smithi136 bash[11745]: cluster 2022-04-26T03:59:38.994523+0000 mgr.smithi136.ofnrfx (mgr.14188) 2365 : cluster [DBG] pgmap v2198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:40 smithi145 bash[13673]: cluster 2022-04-26T03:59:38.994523+0000 mgr.smithi136.ofnrfx (mgr.14188) 2365 : cluster [DBG] pgmap v2198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:40.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:40.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:40.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:41.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:42.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:42 smithi136 bash[11745]: cluster 2022-04-26T03:59:40.995038+0000 mgr.smithi136.ofnrfx (mgr.14188) 2366 : cluster [DBG] pgmap v2199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:42.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:42 smithi136 bash[11745]: audit 2022-04-26T03:59:41.212113+0000 mon.smithi136 (mon.0) 1868 : audit [DBG] from='client.? 172.21.15.136:0/431093241' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:42 smithi145 bash[13673]: cluster 2022-04-26T03:59:40.995038+0000 mgr.smithi136.ofnrfx (mgr.14188) 2366 : cluster [DBG] pgmap v2199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:42 smithi145 bash[13673]: audit 2022-04-26T03:59:41.212113+0000 mon.smithi136 (mon.0) 1868 : audit [DBG] from='client.? 172.21.15.136:0/431093241' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:44.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:44 smithi136 bash[11745]: cluster 2022-04-26T03:59:42.995688+0000 mgr.smithi136.ofnrfx (mgr.14188) 2367 : cluster [DBG] pgmap v2200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:44.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:44 smithi145 bash[13673]: cluster 2022-04-26T03:59:42.995688+0000 mgr.smithi136.ofnrfx (mgr.14188) 2367 : cluster [DBG] pgmap v2200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:46.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:46.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:46.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:46.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:46.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:46 smithi136 bash[11745]: cluster 2022-04-26T03:59:44.996294+0000 mgr.smithi136.ofnrfx (mgr.14188) 2368 : cluster [DBG] pgmap v2201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:46 smithi145 bash[13673]: cluster 2022-04-26T03:59:44.996294+0000 mgr.smithi136.ofnrfx (mgr.14188) 2368 : cluster [DBG] pgmap v2201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:47.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:47 smithi136 bash[11745]: audit 2022-04-26T03:59:46.537606+0000 mon.smithi136 (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.136:0/118470790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:47 smithi145 bash[13673]: audit 2022-04-26T03:59:46.537606+0000 mon.smithi136 (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.136:0/118470790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:48.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:48 smithi145 bash[13673]: cluster 2022-04-26T03:59:46.996999+0000 mgr.smithi136.ofnrfx (mgr.14188) 2369 : cluster [DBG] pgmap v2202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:48.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:48 smithi136 bash[11745]: cluster 2022-04-26T03:59:46.996999+0000 mgr.smithi136.ofnrfx (mgr.14188) 2369 : cluster [DBG] pgmap v2202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:50.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:50 smithi136 bash[11745]: cluster 2022-04-26T03:59:48.997659+0000 mgr.smithi136.ofnrfx (mgr.14188) 2370 : cluster [DBG] pgmap v2203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:50 smithi145 bash[13673]: cluster 2022-04-26T03:59:48.997659+0000 mgr.smithi136.ofnrfx (mgr.14188) 2370 : cluster [DBG] pgmap v2203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:51.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:51.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:51.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:51.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:52.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:52 smithi136 bash[11745]: cluster 2022-04-26T03:59:50.998373+0000 mgr.smithi136.ofnrfx (mgr.14188) 2371 : cluster [DBG] pgmap v2204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:52.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:52 smithi136 bash[11745]: audit 2022-04-26T03:59:51.869679+0000 mon.smithi136 (mon.0) 1870 : audit [DBG] from='client.? 172.21.15.136:0/2453727363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:52 smithi145 bash[13673]: cluster 2022-04-26T03:59:50.998373+0000 mgr.smithi136.ofnrfx (mgr.14188) 2371 : cluster [DBG] pgmap v2204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:52 smithi145 bash[13673]: audit 2022-04-26T03:59:51.869679+0000 mon.smithi136 (mon.0) 1870 : audit [DBG] from='client.? 172.21.15.136:0/2453727363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:54.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:54 smithi136 bash[11745]: cluster 2022-04-26T03:59:52.999059+0000 mgr.smithi136.ofnrfx (mgr.14188) 2372 : cluster [DBG] pgmap v2205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:54 smithi145 bash[13673]: cluster 2022-04-26T03:59:52.999059+0000 mgr.smithi136.ofnrfx (mgr.14188) 2372 : cluster [DBG] pgmap v2205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:56.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:56 smithi136 bash[11745]: cluster 2022-04-26T03:59:54.999796+0000 mgr.smithi136.ofnrfx (mgr.14188) 2373 : cluster [DBG] pgmap v2206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:56 smithi145 bash[13673]: cluster 2022-04-26T03:59:54.999796+0000 mgr.smithi136.ofnrfx (mgr.14188) 2373 : cluster [DBG] pgmap v2206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:56.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T03:59:56.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T03:59:56.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T03:59:57.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T03:59:57.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:57 smithi136 bash[11745]: audit 2022-04-26T03:59:57.193016+0000 mon.smithi136 (mon.0) 1871 : audit [DBG] from='client.? 172.21.15.136:0/1833231230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:57.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:57 smithi145 bash[13673]: audit 2022-04-26T03:59:57.193016+0000 mon.smithi136 (mon.0) 1871 : audit [DBG] from='client.? 172.21.15.136:0/1833231230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T03:59:58.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 03:59:58 smithi145 bash[13673]: cluster 2022-04-26T03:59:57.000552+0000 mgr.smithi136.ofnrfx (mgr.14188) 2374 : cluster [DBG] pgmap v2207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T03:59:58.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 03:59:58 smithi136 bash[11745]: cluster 2022-04-26T03:59:57.000552+0000 mgr.smithi136.ofnrfx (mgr.14188) 2374 : cluster [DBG] pgmap v2207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:00 smithi136 bash[11745]: cluster 2022-04-26T03:59:59.001265+0000 mgr.smithi136.ofnrfx (mgr.14188) 2375 : cluster [DBG] pgmap v2208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:00 smithi136 bash[11745]: cluster 2022-04-26T04:00:00.000129+0000 mon.smithi136 (mon.0) 1872 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:00:00.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:00 smithi145 bash[13673]: cluster 2022-04-26T03:59:59.001265+0000 mgr.smithi136.ofnrfx (mgr.14188) 2375 : cluster [DBG] pgmap v2208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:00 smithi145 bash[13673]: cluster 2022-04-26T04:00:00.000129+0000 mon.smithi136 (mon.0) 1872 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:00:02.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:02.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:02.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:02.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:02 smithi136 bash[11745]: cluster 2022-04-26T04:00:01.001914+0000 mgr.smithi136.ofnrfx (mgr.14188) 2376 : cluster [DBG] pgmap v2209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:02 smithi136 bash[11745]: audit 2022-04-26T04:00:02.180786+0000 mon.smithi136 (mon.0) 1873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:00:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:02 smithi136 bash[11745]: audit 2022-04-26T04:00:02.184811+0000 mon.smithi136 (mon.0) 1874 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:00:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:02 smithi145 bash[13673]: cluster 2022-04-26T04:00:01.001914+0000 mgr.smithi136.ofnrfx (mgr.14188) 2376 : cluster [DBG] pgmap v2209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:02 smithi145 bash[13673]: audit 2022-04-26T04:00:02.180786+0000 mon.smithi136 (mon.0) 1873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:00:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:02 smithi145 bash[13673]: audit 2022-04-26T04:00:02.184811+0000 mon.smithi136 (mon.0) 1874 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:00:03.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:03 smithi136 bash[11745]: audit 2022-04-26T04:00:02.522862+0000 mon.smithi136 (mon.0) 1875 : audit [DBG] from='client.? 172.21.15.136:0/2130978221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:03 smithi145 bash[13673]: audit 2022-04-26T04:00:02.522862+0000 mon.smithi136 (mon.0) 1875 : audit [DBG] from='client.? 172.21.15.136:0/2130978221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:04.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:04 smithi136 bash[11745]: cluster 2022-04-26T04:00:03.002488+0000 mgr.smithi136.ofnrfx (mgr.14188) 2377 : cluster [DBG] pgmap v2210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:04 smithi145 bash[13673]: cluster 2022-04-26T04:00:03.002488+0000 mgr.smithi136.ofnrfx (mgr.14188) 2377 : cluster [DBG] pgmap v2210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:06.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:06 smithi136 bash[11745]: cluster 2022-04-26T04:00:05.003089+0000 mgr.smithi136.ofnrfx (mgr.14188) 2378 : cluster [DBG] pgmap v2211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:06 smithi145 bash[13673]: cluster 2022-04-26T04:00:05.003089+0000 mgr.smithi136.ofnrfx (mgr.14188) 2378 : cluster [DBG] pgmap v2211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:07.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:07.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:07.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:07.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:08.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:08 smithi145 bash[13673]: cluster 2022-04-26T04:00:07.003814+0000 mgr.smithi136.ofnrfx (mgr.14188) 2379 : cluster [DBG] pgmap v2212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:08 smithi145 bash[13673]: audit 2022-04-26T04:00:07.864342+0000 mon.smithi136 (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.136:0/2448793005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:08.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:08 smithi136 bash[11745]: cluster 2022-04-26T04:00:07.003814+0000 mgr.smithi136.ofnrfx (mgr.14188) 2379 : cluster [DBG] pgmap v2212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:08.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:08 smithi136 bash[11745]: audit 2022-04-26T04:00:07.864342+0000 mon.smithi136 (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.136:0/2448793005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:10 smithi136 bash[11745]: cluster 2022-04-26T04:00:09.004544+0000 mgr.smithi136.ofnrfx (mgr.14188) 2380 : cluster [DBG] pgmap v2213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:10 smithi145 bash[13673]: cluster 2022-04-26T04:00:09.004544+0000 mgr.smithi136.ofnrfx (mgr.14188) 2380 : cluster [DBG] pgmap v2213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:12 smithi145 bash[13673]: cluster 2022-04-26T04:00:11.005197+0000 mgr.smithi136.ofnrfx (mgr.14188) 2381 : cluster [DBG] pgmap v2214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:12.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:12 smithi136 bash[11745]: cluster 2022-04-26T04:00:11.005197+0000 mgr.smithi136.ofnrfx (mgr.14188) 2381 : cluster [DBG] pgmap v2214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:12.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:12.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:12.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:13.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:13 smithi145 bash[13673]: audit 2022-04-26T04:00:13.194448+0000 mon.smithi136 (mon.0) 1877 : audit [DBG] from='client.? 172.21.15.136:0/442581161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:13.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:13 smithi136 bash[11745]: audit 2022-04-26T04:00:13.194448+0000 mon.smithi136 (mon.0) 1877 : audit [DBG] from='client.? 172.21.15.136:0/442581161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:14.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:14 smithi145 bash[13673]: cluster 2022-04-26T04:00:13.005954+0000 mgr.smithi136.ofnrfx (mgr.14188) 2382 : cluster [DBG] pgmap v2215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:14.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:14 smithi136 bash[11745]: cluster 2022-04-26T04:00:13.005954+0000 mgr.smithi136.ofnrfx (mgr.14188) 2382 : cluster [DBG] pgmap v2215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:16.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:16 smithi145 bash[13673]: cluster 2022-04-26T04:00:15.006562+0000 mgr.smithi136.ofnrfx (mgr.14188) 2383 : cluster [DBG] pgmap v2216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:16.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:16 smithi136 bash[11745]: cluster 2022-04-26T04:00:15.006562+0000 mgr.smithi136.ofnrfx (mgr.14188) 2383 : cluster [DBG] pgmap v2216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:18.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:18.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:18.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:18 smithi145 bash[13673]: cluster 2022-04-26T04:00:17.007190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2384 : cluster [DBG] pgmap v2217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:18.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:18.759 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:18 smithi136 bash[11745]: cluster 2022-04-26T04:00:17.007190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2384 : cluster [DBG] pgmap v2217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:19 smithi145 bash[13673]: audit 2022-04-26T04:00:18.526416+0000 mon.smithi136 (mon.0) 1878 : audit [DBG] from='client.? 172.21.15.136:0/4084191616' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:19.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:19 smithi136 bash[11745]: audit 2022-04-26T04:00:18.526416+0000 mon.smithi136 (mon.0) 1878 : audit [DBG] from='client.? 172.21.15.136:0/4084191616' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:20 smithi136 bash[11745]: cluster 2022-04-26T04:00:19.007797+0000 mgr.smithi136.ofnrfx (mgr.14188) 2385 : cluster [DBG] pgmap v2218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:20.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:20 smithi145 bash[13673]: cluster 2022-04-26T04:00:19.007797+0000 mgr.smithi136.ofnrfx (mgr.14188) 2385 : cluster [DBG] pgmap v2218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:22 smithi145 bash[13673]: cluster 2022-04-26T04:00:21.008417+0000 mgr.smithi136.ofnrfx (mgr.14188) 2386 : cluster [DBG] pgmap v2219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:22.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:22 smithi136 bash[11745]: cluster 2022-04-26T04:00:21.008417+0000 mgr.smithi136.ofnrfx (mgr.14188) 2386 : cluster [DBG] pgmap v2219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:23.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:23.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:23.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:23.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:24 smithi145 bash[13673]: cluster 2022-04-26T04:00:23.009093+0000 mgr.smithi136.ofnrfx (mgr.14188) 2387 : cluster [DBG] pgmap v2220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:24 smithi145 bash[13673]: audit 2022-04-26T04:00:23.856898+0000 mon.smithi136 (mon.0) 1879 : audit [DBG] from='client.? 172.21.15.136:0/3238442226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:24 smithi136 bash[11745]: cluster 2022-04-26T04:00:23.009093+0000 mgr.smithi136.ofnrfx (mgr.14188) 2387 : cluster [DBG] pgmap v2220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:24 smithi136 bash[11745]: audit 2022-04-26T04:00:23.856898+0000 mon.smithi136 (mon.0) 1879 : audit [DBG] from='client.? 172.21.15.136:0/3238442226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:26 smithi145 bash[13673]: cluster 2022-04-26T04:00:25.009675+0000 mgr.smithi136.ofnrfx (mgr.14188) 2388 : cluster [DBG] pgmap v2221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:26.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:26 smithi136 bash[11745]: cluster 2022-04-26T04:00:25.009675+0000 mgr.smithi136.ofnrfx (mgr.14188) 2388 : cluster [DBG] pgmap v2221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:28 smithi145 bash[13673]: cluster 2022-04-26T04:00:27.010270+0000 mgr.smithi136.ofnrfx (mgr.14188) 2389 : cluster [DBG] pgmap v2222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:28.758 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:28 smithi136 bash[11745]: cluster 2022-04-26T04:00:27.010270+0000 mgr.smithi136.ofnrfx (mgr.14188) 2389 : cluster [DBG] pgmap v2222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:28.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:28.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:28.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:29.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:30 smithi145 bash[13673]: cluster 2022-04-26T04:00:29.010855+0000 mgr.smithi136.ofnrfx (mgr.14188) 2390 : cluster [DBG] pgmap v2223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:30 smithi145 bash[13673]: audit 2022-04-26T04:00:29.186244+0000 mon.smithi136 (mon.0) 1880 : audit [DBG] from='client.? 172.21.15.136:0/4102000617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:30 smithi136 bash[11745]: cluster 2022-04-26T04:00:29.010855+0000 mgr.smithi136.ofnrfx (mgr.14188) 2390 : cluster [DBG] pgmap v2223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:30 smithi136 bash[11745]: audit 2022-04-26T04:00:29.186244+0000 mon.smithi136 (mon.0) 1880 : audit [DBG] from='client.? 172.21.15.136:0/4102000617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:31 smithi136 bash[11745]: audit 2022-04-26T04:00:31.014009+0000 mon.smithi136 (mon.0) 1881 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:00:31.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:31 smithi136 bash[11745]: audit 2022-04-26T04:00:31.016913+0000 mon.smithi136 (mon.0) 1882 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:00:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:31 smithi136 bash[11745]: audit 2022-04-26T04:00:31.018828+0000 mon.smithi136 (mon.0) 1883 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:00:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:31 smithi145 bash[13673]: audit 2022-04-26T04:00:31.014009+0000 mon.smithi136 (mon.0) 1881 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:00:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:31 smithi145 bash[13673]: audit 2022-04-26T04:00:31.016913+0000 mon.smithi136 (mon.0) 1882 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:00:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:31 smithi145 bash[13673]: audit 2022-04-26T04:00:31.018828+0000 mon.smithi136 (mon.0) 1883 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:00:32.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:32 smithi136 bash[11745]: cluster 2022-04-26T04:00:31.011467+0000 mgr.smithi136.ofnrfx (mgr.14188) 2391 : cluster [DBG] pgmap v2224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:32 smithi145 bash[13673]: cluster 2022-04-26T04:00:31.011467+0000 mgr.smithi136.ofnrfx (mgr.14188) 2391 : cluster [DBG] pgmap v2224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:34.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:34.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:34.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:34.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:34 smithi136 bash[11745]: cluster 2022-04-26T04:00:33.012141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2392 : cluster [DBG] pgmap v2225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:34.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:34 smithi145 bash[13673]: cluster 2022-04-26T04:00:33.012141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2392 : cluster [DBG] pgmap v2225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:35 smithi136 bash[11745]: audit 2022-04-26T04:00:34.566541+0000 mon.smithi136 (mon.0) 1884 : audit [DBG] from='client.? 172.21.15.136:0/2831425841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:35 smithi136 bash[11745]: audit 2022-04-26T04:00:34.797149+0000 mon.smithi136 (mon.0) 1885 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:00:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:35 smithi145 bash[13673]: audit 2022-04-26T04:00:34.566541+0000 mon.smithi136 (mon.0) 1884 : audit [DBG] from='client.? 172.21.15.136:0/2831425841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:35 smithi145 bash[13673]: audit 2022-04-26T04:00:34.797149+0000 mon.smithi136 (mon.0) 1885 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:00:36.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: cluster 2022-04-26T04:00:35.012669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2393 : cluster [DBG] pgmap v2226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:36.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: audit 2022-04-26T04:00:35.504069+0000 mon.smithi136 (mon.0) 1886 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: cluster 2022-04-26T04:00:35.782676+0000 mgr.smithi136.ofnrfx (mgr.14188) 2394 : cluster [DBG] pgmap v2227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: cluster 2022-04-26T04:00:35.783088+0000 mgr.smithi136.ofnrfx (mgr.14188) 2395 : cluster [DBG] pgmap v2228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: audit 2022-04-26T04:00:35.787715+0000 mon.smithi136 (mon.0) 1887 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: audit 2022-04-26T04:00:35.799259+0000 mon.smithi136 (mon.0) 1888 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: cephadm 2022-04-26T04:00:35.800594+0000 mgr.smithi136.ofnrfx (mgr.14188) 2396 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:36 smithi136 bash[11745]: cephadm 2022-04-26T04:00:35.800838+0000 mgr.smithi136.ofnrfx (mgr.14188) 2397 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:00:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: cluster 2022-04-26T04:00:35.012669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2393 : cluster [DBG] pgmap v2226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: audit 2022-04-26T04:00:35.504069+0000 mon.smithi136 (mon.0) 1886 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:00:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: cluster 2022-04-26T04:00:35.782676+0000 mgr.smithi136.ofnrfx (mgr.14188) 2394 : cluster [DBG] pgmap v2227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: cluster 2022-04-26T04:00:35.783088+0000 mgr.smithi136.ofnrfx (mgr.14188) 2395 : cluster [DBG] pgmap v2228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: audit 2022-04-26T04:00:35.787715+0000 mon.smithi136 (mon.0) 1887 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:00:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: audit 2022-04-26T04:00:35.799259+0000 mon.smithi136 (mon.0) 1888 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:00:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: cephadm 2022-04-26T04:00:35.800594+0000 mgr.smithi136.ofnrfx (mgr.14188) 2396 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:00:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:36 smithi145 bash[13673]: cephadm 2022-04-26T04:00:35.800838+0000 mgr.smithi136.ofnrfx (mgr.14188) 2397 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:00:39.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:38 smithi136 bash[11745]: cluster 2022-04-26T04:00:37.783651+0000 mgr.smithi136.ofnrfx (mgr.14188) 2398 : cluster [DBG] pgmap v2229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:38 smithi145 bash[13673]: cluster 2022-04-26T04:00:37.783651+0000 mgr.smithi136.ofnrfx (mgr.14188) 2398 : cluster [DBG] pgmap v2229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:39.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:39.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:39.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:39.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:40 smithi136 bash[11745]: cluster 2022-04-26T04:00:39.784170+0000 mgr.smithi136.ofnrfx (mgr.14188) 2399 : cluster [DBG] pgmap v2230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:40 smithi136 bash[11745]: audit 2022-04-26T04:00:39.893914+0000 mon.smithi136 (mon.0) 1889 : audit [DBG] from='client.? 172.21.15.136:0/3733348917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:40 smithi145 bash[13673]: cluster 2022-04-26T04:00:39.784170+0000 mgr.smithi136.ofnrfx (mgr.14188) 2399 : cluster [DBG] pgmap v2230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:40 smithi145 bash[13673]: audit 2022-04-26T04:00:39.893914+0000 mon.smithi136 (mon.0) 1889 : audit [DBG] from='client.? 172.21.15.136:0/3733348917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:42 smithi145 bash[13673]: cluster 2022-04-26T04:00:41.784762+0000 mgr.smithi136.ofnrfx (mgr.14188) 2400 : cluster [DBG] pgmap v2231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:43.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:42 smithi136 bash[11745]: cluster 2022-04-26T04:00:41.784762+0000 mgr.smithi136.ofnrfx (mgr.14188) 2400 : cluster [DBG] pgmap v2231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:44.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:44.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:44.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:44 smithi145 bash[13673]: cluster 2022-04-26T04:00:43.785365+0000 mgr.smithi136.ofnrfx (mgr.14188) 2401 : cluster [DBG] pgmap v2232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:45.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:45.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:44 smithi136 bash[11745]: cluster 2022-04-26T04:00:43.785365+0000 mgr.smithi136.ofnrfx (mgr.14188) 2401 : cluster [DBG] pgmap v2232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:45 smithi145 bash[13673]: audit 2022-04-26T04:00:45.223767+0000 mon.smithi136 (mon.0) 1890 : audit [DBG] from='client.? 172.21.15.136:0/1158357028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:46.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:45 smithi136 bash[11745]: audit 2022-04-26T04:00:45.223767+0000 mon.smithi136 (mon.0) 1890 : audit [DBG] from='client.? 172.21.15.136:0/1158357028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:46 smithi145 bash[13673]: cluster 2022-04-26T04:00:45.785960+0000 mgr.smithi136.ofnrfx (mgr.14188) 2402 : cluster [DBG] pgmap v2233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:47.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:46 smithi136 bash[11745]: cluster 2022-04-26T04:00:45.785960+0000 mgr.smithi136.ofnrfx (mgr.14188) 2402 : cluster [DBG] pgmap v2233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:49.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:48 smithi136 bash[11745]: cluster 2022-04-26T04:00:47.786561+0000 mgr.smithi136.ofnrfx (mgr.14188) 2403 : cluster [DBG] pgmap v2234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:48 smithi145 bash[13673]: cluster 2022-04-26T04:00:47.786561+0000 mgr.smithi136.ofnrfx (mgr.14188) 2403 : cluster [DBG] pgmap v2234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:50.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:50.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:50.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:50.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:50 smithi136 bash[11745]: cluster 2022-04-26T04:00:49.787155+0000 mgr.smithi136.ofnrfx (mgr.14188) 2404 : cluster [DBG] pgmap v2235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:50.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:50 smithi145 bash[13673]: cluster 2022-04-26T04:00:49.787155+0000 mgr.smithi136.ofnrfx (mgr.14188) 2404 : cluster [DBG] pgmap v2235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:51 smithi136 bash[11745]: audit 2022-04-26T04:00:50.546924+0000 mon.smithi136 (mon.0) 1891 : audit [DBG] from='client.? 172.21.15.136:0/67496610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:51.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:51 smithi145 bash[13673]: audit 2022-04-26T04:00:50.546924+0000 mon.smithi136 (mon.0) 1891 : audit [DBG] from='client.? 172.21.15.136:0/67496610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:52.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:52 smithi136 bash[11745]: cluster 2022-04-26T04:00:51.787835+0000 mgr.smithi136.ofnrfx (mgr.14188) 2405 : cluster [DBG] pgmap v2236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:52 smithi145 bash[13673]: cluster 2022-04-26T04:00:51.787835+0000 mgr.smithi136.ofnrfx (mgr.14188) 2405 : cluster [DBG] pgmap v2236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:54 smithi145 bash[13673]: cluster 2022-04-26T04:00:53.788467+0000 mgr.smithi136.ofnrfx (mgr.14188) 2406 : cluster [DBG] pgmap v2237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:55.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:54 smithi136 bash[11745]: cluster 2022-04-26T04:00:53.788467+0000 mgr.smithi136.ofnrfx (mgr.14188) 2406 : cluster [DBG] pgmap v2237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:55.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:00:55.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:00:55.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:00:55.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:00:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:56 smithi145 bash[13673]: cluster 2022-04-26T04:00:55.789084+0000 mgr.smithi136.ofnrfx (mgr.14188) 2407 : cluster [DBG] pgmap v2238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:56 smithi145 bash[13673]: audit 2022-04-26T04:00:55.879354+0000 mon.smithi136 (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.136:0/2189414098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:57.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:56 smithi136 bash[11745]: cluster 2022-04-26T04:00:55.789084+0000 mgr.smithi136.ofnrfx (mgr.14188) 2407 : cluster [DBG] pgmap v2238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:57.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:56 smithi136 bash[11745]: audit 2022-04-26T04:00:55.879354+0000 mon.smithi136 (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.136:0/2189414098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:00:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:00:58 smithi136 bash[11745]: cluster 2022-04-26T04:00:57.789840+0000 mgr.smithi136.ofnrfx (mgr.14188) 2408 : cluster [DBG] pgmap v2239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:00:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:00:58 smithi145 bash[13673]: cluster 2022-04-26T04:00:57.789840+0000 mgr.smithi136.ofnrfx (mgr.14188) 2408 : cluster [DBG] pgmap v2239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:00 smithi136 bash[11745]: cluster 2022-04-26T04:00:59.790589+0000 mgr.smithi136.ofnrfx (mgr.14188) 2409 : cluster [DBG] pgmap v2240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:00 smithi145 bash[13673]: cluster 2022-04-26T04:00:59.790589+0000 mgr.smithi136.ofnrfx (mgr.14188) 2409 : cluster [DBG] pgmap v2240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:00.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:00.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:00.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:01.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:01.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:01 smithi136 bash[11745]: audit 2022-04-26T04:01:01.207728+0000 mon.smithi136 (mon.0) 1893 : audit [DBG] from='client.? 172.21.15.136:0/2988037510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:01 smithi145 bash[13673]: audit 2022-04-26T04:01:01.207728+0000 mon.smithi136 (mon.0) 1893 : audit [DBG] from='client.? 172.21.15.136:0/2988037510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:02 smithi136 bash[11745]: cluster 2022-04-26T04:01:01.791238+0000 mgr.smithi136.ofnrfx (mgr.14188) 2410 : cluster [DBG] pgmap v2241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:02 smithi136 bash[11745]: audit 2022-04-26T04:01:02.184789+0000 mon.smithi136 (mon.0) 1894 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:01:02.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:02 smithi136 bash[11745]: audit 2022-04-26T04:01:02.188938+0000 mon.smithi136 (mon.0) 1895 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:01:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:02 smithi145 bash[13673]: cluster 2022-04-26T04:01:01.791238+0000 mgr.smithi136.ofnrfx (mgr.14188) 2410 : cluster [DBG] pgmap v2241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:02 smithi145 bash[13673]: audit 2022-04-26T04:01:02.184789+0000 mon.smithi136 (mon.0) 1894 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:01:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:02 smithi145 bash[13673]: audit 2022-04-26T04:01:02.188938+0000 mon.smithi136 (mon.0) 1895 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:01:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:04 smithi145 bash[13673]: cluster 2022-04-26T04:01:03.791865+0000 mgr.smithi136.ofnrfx (mgr.14188) 2411 : cluster [DBG] pgmap v2242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:05.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:04 smithi136 bash[11745]: cluster 2022-04-26T04:01:03.791865+0000 mgr.smithi136.ofnrfx (mgr.14188) 2411 : cluster [DBG] pgmap v2242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:06.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:06.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:06.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:06.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:06 smithi145 bash[13673]: cluster 2022-04-26T04:01:05.792505+0000 mgr.smithi136.ofnrfx (mgr.14188) 2412 : cluster [DBG] pgmap v2243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:06 smithi145 bash[13673]: audit 2022-04-26T04:01:06.536244+0000 mon.smithi136 (mon.0) 1896 : audit [DBG] from='client.? 172.21.15.136:0/2442470930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:07.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:06 smithi136 bash[11745]: cluster 2022-04-26T04:01:05.792505+0000 mgr.smithi136.ofnrfx (mgr.14188) 2412 : cluster [DBG] pgmap v2243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:07.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:06 smithi136 bash[11745]: audit 2022-04-26T04:01:06.536244+0000 mon.smithi136 (mon.0) 1896 : audit [DBG] from='client.? 172.21.15.136:0/2442470930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:08 smithi136 bash[11745]: cluster 2022-04-26T04:01:07.793149+0000 mgr.smithi136.ofnrfx (mgr.14188) 2413 : cluster [DBG] pgmap v2244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:08 smithi145 bash[13673]: cluster 2022-04-26T04:01:07.793149+0000 mgr.smithi136.ofnrfx (mgr.14188) 2413 : cluster [DBG] pgmap v2244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:10 smithi136 bash[11745]: cluster 2022-04-26T04:01:09.793746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2414 : cluster [DBG] pgmap v2245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:10 smithi145 bash[13673]: cluster 2022-04-26T04:01:09.793746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2414 : cluster [DBG] pgmap v2245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:11.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:11.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:11.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:11.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:12 smithi145 bash[13673]: cluster 2022-04-26T04:01:11.794340+0000 mgr.smithi136.ofnrfx (mgr.14188) 2415 : cluster [DBG] pgmap v2246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:12 smithi145 bash[13673]: audit 2022-04-26T04:01:11.863134+0000 mon.smithi136 (mon.0) 1897 : audit [DBG] from='client.? 172.21.15.136:0/1284817352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:13.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:12 smithi136 bash[11745]: cluster 2022-04-26T04:01:11.794340+0000 mgr.smithi136.ofnrfx (mgr.14188) 2415 : cluster [DBG] pgmap v2246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:13.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:12 smithi136 bash[11745]: audit 2022-04-26T04:01:11.863134+0000 mon.smithi136 (mon.0) 1897 : audit [DBG] from='client.? 172.21.15.136:0/1284817352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:14 smithi145 bash[13673]: cluster 2022-04-26T04:01:13.794957+0000 mgr.smithi136.ofnrfx (mgr.14188) 2416 : cluster [DBG] pgmap v2247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:15.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:14 smithi136 bash[11745]: cluster 2022-04-26T04:01:13.794957+0000 mgr.smithi136.ofnrfx (mgr.14188) 2416 : cluster [DBG] pgmap v2247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:16.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:16.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:16.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:16 smithi145 bash[13673]: cluster 2022-04-26T04:01:15.795570+0000 mgr.smithi136.ofnrfx (mgr.14188) 2417 : cluster [DBG] pgmap v2248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:17.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:17.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:16 smithi136 bash[11745]: cluster 2022-04-26T04:01:15.795570+0000 mgr.smithi136.ofnrfx (mgr.14188) 2417 : cluster [DBG] pgmap v2248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:18.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:17 smithi145 bash[13673]: audit 2022-04-26T04:01:17.194882+0000 mon.smithi136 (mon.0) 1898 : audit [DBG] from='client.? 172.21.15.136:0/1044841775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:18.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:17 smithi136 bash[11745]: audit 2022-04-26T04:01:17.194882+0000 mon.smithi136 (mon.0) 1898 : audit [DBG] from='client.? 172.21.15.136:0/1044841775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:19.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:18 smithi136 bash[11745]: cluster 2022-04-26T04:01:17.796163+0000 mgr.smithi136.ofnrfx (mgr.14188) 2418 : cluster [DBG] pgmap v2249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:19.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:18 smithi145 bash[13673]: cluster 2022-04-26T04:01:17.796163+0000 mgr.smithi136.ofnrfx (mgr.14188) 2418 : cluster [DBG] pgmap v2249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:20 smithi136 bash[11745]: cluster 2022-04-26T04:01:19.796797+0000 mgr.smithi136.ofnrfx (mgr.14188) 2419 : cluster [DBG] pgmap v2250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:20 smithi145 bash[13673]: cluster 2022-04-26T04:01:19.796797+0000 mgr.smithi136.ofnrfx (mgr.14188) 2419 : cluster [DBG] pgmap v2250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:22.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:22.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:22.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:22.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:22 smithi145 bash[13673]: cluster 2022-04-26T04:01:21.797427+0000 mgr.smithi136.ofnrfx (mgr.14188) 2420 : cluster [DBG] pgmap v2251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:22 smithi145 bash[13673]: audit 2022-04-26T04:01:22.527077+0000 mon.smithi136 (mon.0) 1899 : audit [DBG] from='client.? 172.21.15.136:0/136576440' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:23.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:22 smithi136 bash[11745]: cluster 2022-04-26T04:01:21.797427+0000 mgr.smithi136.ofnrfx (mgr.14188) 2420 : cluster [DBG] pgmap v2251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:22 smithi136 bash[11745]: audit 2022-04-26T04:01:22.527077+0000 mon.smithi136 (mon.0) 1899 : audit [DBG] from='client.? 172.21.15.136:0/136576440' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:24 smithi145 bash[13673]: cluster 2022-04-26T04:01:23.798078+0000 mgr.smithi136.ofnrfx (mgr.14188) 2421 : cluster [DBG] pgmap v2252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:25.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:24 smithi136 bash[11745]: cluster 2022-04-26T04:01:23.798078+0000 mgr.smithi136.ofnrfx (mgr.14188) 2421 : cluster [DBG] pgmap v2252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:26 smithi145 bash[13673]: cluster 2022-04-26T04:01:25.798679+0000 mgr.smithi136.ofnrfx (mgr.14188) 2422 : cluster [DBG] pgmap v2253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:27.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:26 smithi136 bash[11745]: cluster 2022-04-26T04:01:25.798679+0000 mgr.smithi136.ofnrfx (mgr.14188) 2422 : cluster [DBG] pgmap v2253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:27.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:27.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:27.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:27.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:27 smithi145 bash[13673]: audit 2022-04-26T04:01:27.859943+0000 mon.smithi136 (mon.0) 1900 : audit [DBG] from='client.? 172.21.15.136:0/997761342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:28.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:27 smithi136 bash[11745]: audit 2022-04-26T04:01:27.859943+0000 mon.smithi136 (mon.0) 1900 : audit [DBG] from='client.? 172.21.15.136:0/997761342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:29.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:28 smithi136 bash[11745]: cluster 2022-04-26T04:01:27.799287+0000 mgr.smithi136.ofnrfx (mgr.14188) 2423 : cluster [DBG] pgmap v2254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:28 smithi145 bash[13673]: cluster 2022-04-26T04:01:27.799287+0000 mgr.smithi136.ofnrfx (mgr.14188) 2423 : cluster [DBG] pgmap v2254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:30 smithi136 bash[11745]: cluster 2022-04-26T04:01:29.799934+0000 mgr.smithi136.ofnrfx (mgr.14188) 2424 : cluster [DBG] pgmap v2255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:30 smithi145 bash[13673]: cluster 2022-04-26T04:01:29.799934+0000 mgr.smithi136.ofnrfx (mgr.14188) 2424 : cluster [DBG] pgmap v2255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:32.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:32.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:32.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:32 smithi145 bash[13673]: cluster 2022-04-26T04:01:31.800571+0000 mgr.smithi136.ofnrfx (mgr.14188) 2425 : cluster [DBG] pgmap v2256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:33.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:33.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:32 smithi136 bash[11745]: cluster 2022-04-26T04:01:31.800571+0000 mgr.smithi136.ofnrfx (mgr.14188) 2425 : cluster [DBG] pgmap v2256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:33 smithi145 bash[13673]: audit 2022-04-26T04:01:33.192262+0000 mon.smithi136 (mon.0) 1901 : audit [DBG] from='client.? 172.21.15.136:0/3303738928' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:34.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:33 smithi136 bash[11745]: audit 2022-04-26T04:01:33.192262+0000 mon.smithi136 (mon.0) 1901 : audit [DBG] from='client.? 172.21.15.136:0/3303738928' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:34 smithi145 bash[13673]: cluster 2022-04-26T04:01:33.801203+0000 mgr.smithi136.ofnrfx (mgr.14188) 2426 : cluster [DBG] pgmap v2257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:35.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:34 smithi136 bash[11745]: cluster 2022-04-26T04:01:33.801203+0000 mgr.smithi136.ofnrfx (mgr.14188) 2426 : cluster [DBG] pgmap v2257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:35 smithi145 bash[13673]: audit 2022-04-26T04:01:35.812191+0000 mon.smithi136 (mon.0) 1902 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:01:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:35 smithi145 bash[13673]: audit 2022-04-26T04:01:35.815134+0000 mon.smithi136 (mon.0) 1903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:01:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:35 smithi145 bash[13673]: audit 2022-04-26T04:01:35.817011+0000 mon.smithi136 (mon.0) 1904 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:01:36.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:35 smithi136 bash[11745]: audit 2022-04-26T04:01:35.812191+0000 mon.smithi136 (mon.0) 1902 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:01:36.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:35 smithi136 bash[11745]: audit 2022-04-26T04:01:35.815134+0000 mon.smithi136 (mon.0) 1903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:01:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:35 smithi136 bash[11745]: audit 2022-04-26T04:01:35.817011+0000 mon.smithi136 (mon.0) 1904 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:01:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: cluster 2022-04-26T04:01:35.801811+0000 mgr.smithi136.ofnrfx (mgr.14188) 2427 : cluster [DBG] pgmap v2258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: audit 2022-04-26T04:01:36.118602+0000 mon.smithi136 (mon.0) 1905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:01:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: cluster 2022-04-26T04:01:36.408820+0000 mgr.smithi136.ofnrfx (mgr.14188) 2428 : cluster [DBG] pgmap v2259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: cluster 2022-04-26T04:01:36.409314+0000 mgr.smithi136.ofnrfx (mgr.14188) 2429 : cluster [DBG] pgmap v2260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: audit 2022-04-26T04:01:36.416035+0000 mon.smithi136 (mon.0) 1906 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:01:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: audit 2022-04-26T04:01:36.421658+0000 mon.smithi136 (mon.0) 1907 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:01:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: cephadm 2022-04-26T04:01:36.422514+0000 mgr.smithi136.ofnrfx (mgr.14188) 2430 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:01:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:36 smithi145 bash[13673]: cephadm 2022-04-26T04:01:36.422632+0000 mgr.smithi136.ofnrfx (mgr.14188) 2431 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:01:37.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: cluster 2022-04-26T04:01:35.801811+0000 mgr.smithi136.ofnrfx (mgr.14188) 2427 : cluster [DBG] pgmap v2258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: audit 2022-04-26T04:01:36.118602+0000 mon.smithi136 (mon.0) 1905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: cluster 2022-04-26T04:01:36.408820+0000 mgr.smithi136.ofnrfx (mgr.14188) 2428 : cluster [DBG] pgmap v2259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: cluster 2022-04-26T04:01:36.409314+0000 mgr.smithi136.ofnrfx (mgr.14188) 2429 : cluster [DBG] pgmap v2260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: audit 2022-04-26T04:01:36.416035+0000 mon.smithi136 (mon.0) 1906 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: audit 2022-04-26T04:01:36.421658+0000 mon.smithi136 (mon.0) 1907 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: cephadm 2022-04-26T04:01:36.422514+0000 mgr.smithi136.ofnrfx (mgr.14188) 2430 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:01:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:36 smithi136 bash[11745]: cephadm 2022-04-26T04:01:36.422632+0000 mgr.smithi136.ofnrfx (mgr.14188) 2431 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:01:38.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:38.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:38.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:38.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:39.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:39 smithi136 bash[11745]: cluster 2022-04-26T04:01:38.409743+0000 mgr.smithi136.ofnrfx (mgr.14188) 2432 : cluster [DBG] pgmap v2261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:39 smithi136 bash[11745]: audit 2022-04-26T04:01:38.522378+0000 mon.smithi136 (mon.0) 1908 : audit [DBG] from='client.? 172.21.15.136:0/3223972097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:39 smithi145 bash[13673]: cluster 2022-04-26T04:01:38.409743+0000 mgr.smithi136.ofnrfx (mgr.14188) 2432 : cluster [DBG] pgmap v2261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:39 smithi145 bash[13673]: audit 2022-04-26T04:01:38.522378+0000 mon.smithi136 (mon.0) 1908 : audit [DBG] from='client.? 172.21.15.136:0/3223972097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:41.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:41 smithi136 bash[11745]: cluster 2022-04-26T04:01:40.410277+0000 mgr.smithi136.ofnrfx (mgr.14188) 2433 : cluster [DBG] pgmap v2262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:41 smithi145 bash[13673]: cluster 2022-04-26T04:01:40.410277+0000 mgr.smithi136.ofnrfx (mgr.14188) 2433 : cluster [DBG] pgmap v2262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:43.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:43.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:43.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:43.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:43 smithi136 bash[11745]: cluster 2022-04-26T04:01:42.410910+0000 mgr.smithi136.ofnrfx (mgr.14188) 2434 : cluster [DBG] pgmap v2263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:43.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:43 smithi145 bash[13673]: cluster 2022-04-26T04:01:42.410910+0000 mgr.smithi136.ofnrfx (mgr.14188) 2434 : cluster [DBG] pgmap v2263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:44.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:44 smithi136 bash[11745]: audit 2022-04-26T04:01:43.848525+0000 mon.smithi136 (mon.0) 1909 : audit [DBG] from='client.? 172.21.15.136:0/3989780393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:44 smithi145 bash[13673]: audit 2022-04-26T04:01:43.848525+0000 mon.smithi136 (mon.0) 1909 : audit [DBG] from='client.? 172.21.15.136:0/3989780393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:45.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:45 smithi136 bash[11745]: cluster 2022-04-26T04:01:44.411556+0000 mgr.smithi136.ofnrfx (mgr.14188) 2435 : cluster [DBG] pgmap v2264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:45 smithi145 bash[13673]: cluster 2022-04-26T04:01:44.411556+0000 mgr.smithi136.ofnrfx (mgr.14188) 2435 : cluster [DBG] pgmap v2264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:47.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:47 smithi136 bash[11745]: cluster 2022-04-26T04:01:46.412157+0000 mgr.smithi136.ofnrfx (mgr.14188) 2436 : cluster [DBG] pgmap v2265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:47 smithi145 bash[13673]: cluster 2022-04-26T04:01:46.412157+0000 mgr.smithi136.ofnrfx (mgr.14188) 2436 : cluster [DBG] pgmap v2265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:48.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:48.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:48.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:49.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:49.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:49 smithi136 bash[11745]: cluster 2022-04-26T04:01:48.412771+0000 mgr.smithi136.ofnrfx (mgr.14188) 2437 : cluster [DBG] pgmap v2266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:49.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:49 smithi136 bash[11745]: audit 2022-04-26T04:01:49.181039+0000 mon.smithi136 (mon.0) 1910 : audit [DBG] from='client.? 172.21.15.136:0/1190836715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:49 smithi145 bash[13673]: cluster 2022-04-26T04:01:48.412771+0000 mgr.smithi136.ofnrfx (mgr.14188) 2437 : cluster [DBG] pgmap v2266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:49 smithi145 bash[13673]: audit 2022-04-26T04:01:49.181039+0000 mon.smithi136 (mon.0) 1910 : audit [DBG] from='client.? 172.21.15.136:0/1190836715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:51 smithi136 bash[11745]: cluster 2022-04-26T04:01:50.413308+0000 mgr.smithi136.ofnrfx (mgr.14188) 2438 : cluster [DBG] pgmap v2267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:51 smithi145 bash[13673]: cluster 2022-04-26T04:01:50.413308+0000 mgr.smithi136.ofnrfx (mgr.14188) 2438 : cluster [DBG] pgmap v2267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:53.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:53 smithi136 bash[11745]: cluster 2022-04-26T04:01:52.413884+0000 mgr.smithi136.ofnrfx (mgr.14188) 2439 : cluster [DBG] pgmap v2268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:53 smithi145 bash[13673]: cluster 2022-04-26T04:01:52.413884+0000 mgr.smithi136.ofnrfx (mgr.14188) 2439 : cluster [DBG] pgmap v2268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:54.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:54.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:54.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:54.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:55 smithi136 bash[11745]: cluster 2022-04-26T04:01:54.414473+0000 mgr.smithi136.ofnrfx (mgr.14188) 2440 : cluster [DBG] pgmap v2269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:55 smithi136 bash[11745]: audit 2022-04-26T04:01:54.507722+0000 mon.smithi136 (mon.0) 1911 : audit [DBG] from='client.? 172.21.15.136:0/1579643220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:55 smithi145 bash[13673]: cluster 2022-04-26T04:01:54.414473+0000 mgr.smithi136.ofnrfx (mgr.14188) 2440 : cluster [DBG] pgmap v2269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:55 smithi145 bash[13673]: audit 2022-04-26T04:01:54.507722+0000 mon.smithi136 (mon.0) 1911 : audit [DBG] from='client.? 172.21.15.136:0/1579643220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:01:57.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:57 smithi136 bash[11745]: cluster 2022-04-26T04:01:56.415098+0000 mgr.smithi136.ofnrfx (mgr.14188) 2441 : cluster [DBG] pgmap v2270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:57 smithi145 bash[13673]: cluster 2022-04-26T04:01:56.415098+0000 mgr.smithi136.ofnrfx (mgr.14188) 2441 : cluster [DBG] pgmap v2270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:59.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:01:59.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:01:59.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:01:59.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:01:59 smithi136 bash[11745]: cluster 2022-04-26T04:01:58.415781+0000 mgr.smithi136.ofnrfx (mgr.14188) 2442 : cluster [DBG] pgmap v2271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:01:59.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:01:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:01:59 smithi145 bash[13673]: cluster 2022-04-26T04:01:58.415781+0000 mgr.smithi136.ofnrfx (mgr.14188) 2442 : cluster [DBG] pgmap v2271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:00.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:00 smithi136 bash[11745]: audit 2022-04-26T04:01:59.834153+0000 mon.smithi136 (mon.0) 1912 : audit [DBG] from='client.? 172.21.15.136:0/3693858319' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:00 smithi145 bash[13673]: audit 2022-04-26T04:01:59.834153+0000 mon.smithi136 (mon.0) 1912 : audit [DBG] from='client.? 172.21.15.136:0/3693858319' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:01.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:01 smithi136 bash[11745]: cluster 2022-04-26T04:02:00.416415+0000 mgr.smithi136.ofnrfx (mgr.14188) 2443 : cluster [DBG] pgmap v2272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:01 smithi145 bash[13673]: cluster 2022-04-26T04:02:00.416415+0000 mgr.smithi136.ofnrfx (mgr.14188) 2443 : cluster [DBG] pgmap v2272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:02 smithi136 bash[11745]: audit 2022-04-26T04:02:02.188862+0000 mon.smithi136 (mon.0) 1913 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:02:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:02 smithi136 bash[11745]: audit 2022-04-26T04:02:02.192918+0000 mon.smithi136 (mon.0) 1914 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:02:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:02 smithi145 bash[13673]: audit 2022-04-26T04:02:02.188862+0000 mon.smithi136 (mon.0) 1913 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:02:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:02 smithi145 bash[13673]: audit 2022-04-26T04:02:02.192918+0000 mon.smithi136 (mon.0) 1914 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:02:03.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:03 smithi136 bash[11745]: cluster 2022-04-26T04:02:02.416993+0000 mgr.smithi136.ofnrfx (mgr.14188) 2444 : cluster [DBG] pgmap v2273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:03 smithi145 bash[13673]: cluster 2022-04-26T04:02:02.416993+0000 mgr.smithi136.ofnrfx (mgr.14188) 2444 : cluster [DBG] pgmap v2273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:04.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:04.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:04.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:05.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:05.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:05 smithi136 bash[11745]: cluster 2022-04-26T04:02:04.417599+0000 mgr.smithi136.ofnrfx (mgr.14188) 2445 : cluster [DBG] pgmap v2274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:05 smithi136 bash[11745]: audit 2022-04-26T04:02:05.167369+0000 mon.smithi136 (mon.0) 1915 : audit [DBG] from='client.? 172.21.15.136:0/2847795529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:05 smithi145 bash[13673]: cluster 2022-04-26T04:02:04.417599+0000 mgr.smithi136.ofnrfx (mgr.14188) 2445 : cluster [DBG] pgmap v2274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:05 smithi145 bash[13673]: audit 2022-04-26T04:02:05.167369+0000 mon.smithi136 (mon.0) 1915 : audit [DBG] from='client.? 172.21.15.136:0/2847795529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:07.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:07 smithi136 bash[11745]: cluster 2022-04-26T04:02:06.418292+0000 mgr.smithi136.ofnrfx (mgr.14188) 2446 : cluster [DBG] pgmap v2275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:07 smithi145 bash[13673]: cluster 2022-04-26T04:02:06.418292+0000 mgr.smithi136.ofnrfx (mgr.14188) 2446 : cluster [DBG] pgmap v2275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:09.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:09 smithi136 bash[11745]: cluster 2022-04-26T04:02:08.419027+0000 mgr.smithi136.ofnrfx (mgr.14188) 2447 : cluster [DBG] pgmap v2276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:09 smithi145 bash[13673]: cluster 2022-04-26T04:02:08.419027+0000 mgr.smithi136.ofnrfx (mgr.14188) 2447 : cluster [DBG] pgmap v2276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:10.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:10.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:10.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:10.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:11 smithi136 bash[11745]: cluster 2022-04-26T04:02:10.419636+0000 mgr.smithi136.ofnrfx (mgr.14188) 2448 : cluster [DBG] pgmap v2277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:11.876 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:11 smithi136 bash[11745]: audit 2022-04-26T04:02:10.497014+0000 mon.smithi136 (mon.0) 1916 : audit [DBG] from='client.? 172.21.15.136:0/3060629921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:11 smithi145 bash[13673]: cluster 2022-04-26T04:02:10.419636+0000 mgr.smithi136.ofnrfx (mgr.14188) 2448 : cluster [DBG] pgmap v2277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:11 smithi145 bash[13673]: audit 2022-04-26T04:02:10.497014+0000 mon.smithi136 (mon.0) 1916 : audit [DBG] from='client.? 172.21.15.136:0/3060629921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:13.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:13 smithi136 bash[11745]: cluster 2022-04-26T04:02:12.420272+0000 mgr.smithi136.ofnrfx (mgr.14188) 2449 : cluster [DBG] pgmap v2278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:13 smithi145 bash[13673]: cluster 2022-04-26T04:02:12.420272+0000 mgr.smithi136.ofnrfx (mgr.14188) 2449 : cluster [DBG] pgmap v2278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:15.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:15.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:15.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:15.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:15 smithi136 bash[11745]: cluster 2022-04-26T04:02:14.420934+0000 mgr.smithi136.ofnrfx (mgr.14188) 2450 : cluster [DBG] pgmap v2279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:15 smithi145 bash[13673]: cluster 2022-04-26T04:02:14.420934+0000 mgr.smithi136.ofnrfx (mgr.14188) 2450 : cluster [DBG] pgmap v2279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:15.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:16.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:16 smithi136 bash[11745]: audit 2022-04-26T04:02:15.827955+0000 mon.smithi136 (mon.0) 1917 : audit [DBG] from='client.? 172.21.15.136:0/1792440924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:16 smithi145 bash[13673]: audit 2022-04-26T04:02:15.827955+0000 mon.smithi136 (mon.0) 1917 : audit [DBG] from='client.? 172.21.15.136:0/1792440924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:17.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:17 smithi136 bash[11745]: cluster 2022-04-26T04:02:16.421582+0000 mgr.smithi136.ofnrfx (mgr.14188) 2451 : cluster [DBG] pgmap v2280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:17 smithi145 bash[13673]: cluster 2022-04-26T04:02:16.421582+0000 mgr.smithi136.ofnrfx (mgr.14188) 2451 : cluster [DBG] pgmap v2280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:19 smithi136 bash[11745]: cluster 2022-04-26T04:02:18.422222+0000 mgr.smithi136.ofnrfx (mgr.14188) 2452 : cluster [DBG] pgmap v2281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:19 smithi145 bash[13673]: cluster 2022-04-26T04:02:18.422222+0000 mgr.smithi136.ofnrfx (mgr.14188) 2452 : cluster [DBG] pgmap v2281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:20.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:20.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:20.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:21.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:21.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:21 smithi136 bash[11745]: cluster 2022-04-26T04:02:20.422823+0000 mgr.smithi136.ofnrfx (mgr.14188) 2453 : cluster [DBG] pgmap v2282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:21 smithi136 bash[11745]: audit 2022-04-26T04:02:21.158565+0000 mon.smithi136 (mon.0) 1918 : audit [DBG] from='client.? 172.21.15.136:0/4075738921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:21 smithi145 bash[13673]: cluster 2022-04-26T04:02:20.422823+0000 mgr.smithi136.ofnrfx (mgr.14188) 2453 : cluster [DBG] pgmap v2282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:21 smithi145 bash[13673]: audit 2022-04-26T04:02:21.158565+0000 mon.smithi136 (mon.0) 1918 : audit [DBG] from='client.? 172.21.15.136:0/4075738921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:23 smithi136 bash[11745]: cluster 2022-04-26T04:02:22.423496+0000 mgr.smithi136.ofnrfx (mgr.14188) 2454 : cluster [DBG] pgmap v2283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:23 smithi145 bash[13673]: cluster 2022-04-26T04:02:22.423496+0000 mgr.smithi136.ofnrfx (mgr.14188) 2454 : cluster [DBG] pgmap v2283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:25.565 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:25 smithi136 bash[11745]: cluster 2022-04-26T04:02:24.424141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2455 : cluster [DBG] pgmap v2284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:25 smithi145 bash[13673]: cluster 2022-04-26T04:02:24.424141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2455 : cluster [DBG] pgmap v2284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:26.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:26.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:26.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:26.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:27.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:27 smithi136 bash[11745]: cluster 2022-04-26T04:02:26.424748+0000 mgr.smithi136.ofnrfx (mgr.14188) 2456 : cluster [DBG] pgmap v2285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:27 smithi136 bash[11745]: audit 2022-04-26T04:02:26.490184+0000 mon.smithi136 (mon.0) 1919 : audit [DBG] from='client.? 172.21.15.136:0/535662697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:27 smithi145 bash[13673]: cluster 2022-04-26T04:02:26.424748+0000 mgr.smithi136.ofnrfx (mgr.14188) 2456 : cluster [DBG] pgmap v2285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:27 smithi145 bash[13673]: audit 2022-04-26T04:02:26.490184+0000 mon.smithi136 (mon.0) 1919 : audit [DBG] from='client.? 172.21.15.136:0/535662697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:29 smithi136 bash[11745]: cluster 2022-04-26T04:02:28.425375+0000 mgr.smithi136.ofnrfx (mgr.14188) 2457 : cluster [DBG] pgmap v2286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:29 smithi145 bash[13673]: cluster 2022-04-26T04:02:28.425375+0000 mgr.smithi136.ofnrfx (mgr.14188) 2457 : cluster [DBG] pgmap v2286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:31.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:31.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:31.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:31.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:31 smithi136 bash[11745]: cluster 2022-04-26T04:02:30.425957+0000 mgr.smithi136.ofnrfx (mgr.14188) 2458 : cluster [DBG] pgmap v2287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:31.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:31 smithi145 bash[13673]: cluster 2022-04-26T04:02:30.425957+0000 mgr.smithi136.ofnrfx (mgr.14188) 2458 : cluster [DBG] pgmap v2287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:32 smithi136 bash[11745]: audit 2022-04-26T04:02:31.809707+0000 mon.smithi136 (mon.0) 1920 : audit [DBG] from='client.? 172.21.15.136:0/1361831115' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:32 smithi145 bash[13673]: audit 2022-04-26T04:02:31.809707+0000 mon.smithi136 (mon.0) 1920 : audit [DBG] from='client.? 172.21.15.136:0/1361831115' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:33.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:33 smithi136 bash[11745]: cluster 2022-04-26T04:02:32.426669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2459 : cluster [DBG] pgmap v2288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:34.106 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:33 smithi145 bash[13673]: cluster 2022-04-26T04:02:32.426669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2459 : cluster [DBG] pgmap v2288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:35 smithi136 bash[11745]: cluster 2022-04-26T04:02:34.427331+0000 mgr.smithi136.ofnrfx (mgr.14188) 2460 : cluster [DBG] pgmap v2289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:35 smithi145 bash[13673]: cluster 2022-04-26T04:02:34.427331+0000 mgr.smithi136.ofnrfx (mgr.14188) 2460 : cluster [DBG] pgmap v2289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:36.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:36 smithi136 bash[11745]: audit 2022-04-26T04:02:36.429401+0000 mon.smithi136 (mon.0) 1921 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:02:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:36 smithi136 bash[11745]: audit 2022-04-26T04:02:36.432106+0000 mon.smithi136 (mon.0) 1922 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:02:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:36 smithi136 bash[11745]: audit 2022-04-26T04:02:36.433979+0000 mon.smithi136 (mon.0) 1923 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:02:36.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:36.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:36.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:36 smithi145 bash[13673]: audit 2022-04-26T04:02:36.429401+0000 mon.smithi136 (mon.0) 1921 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:02:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:36 smithi145 bash[13673]: audit 2022-04-26T04:02:36.432106+0000 mon.smithi136 (mon.0) 1922 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:02:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:36 smithi145 bash[13673]: audit 2022-04-26T04:02:36.433979+0000 mon.smithi136 (mon.0) 1923 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:02:37.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:38.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: cluster 2022-04-26T04:02:36.428054+0000 mgr.smithi136.ofnrfx (mgr.14188) 2461 : cluster [DBG] pgmap v2290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: cluster 2022-04-26T04:02:36.768936+0000 mgr.smithi136.ofnrfx (mgr.14188) 2462 : cluster [DBG] pgmap v2291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: cluster 2022-04-26T04:02:36.769319+0000 mgr.smithi136.ofnrfx (mgr.14188) 2463 : cluster [DBG] pgmap v2292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: audit 2022-04-26T04:02:36.775025+0000 mon.smithi136 (mon.0) 1924 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:02:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: audit 2022-04-26T04:02:36.781225+0000 mon.smithi136 (mon.0) 1925 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:02:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: cephadm 2022-04-26T04:02:36.782267+0000 mgr.smithi136.ofnrfx (mgr.14188) 2464 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:02:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: cephadm 2022-04-26T04:02:36.782408+0000 mgr.smithi136.ofnrfx (mgr.14188) 2465 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:02:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:37 smithi136 bash[11745]: audit 2022-04-26T04:02:37.131084+0000 mon.smithi136 (mon.0) 1926 : audit [DBG] from='client.? 172.21.15.136:0/2667934176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: cluster 2022-04-26T04:02:36.428054+0000 mgr.smithi136.ofnrfx (mgr.14188) 2461 : cluster [DBG] pgmap v2290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: cluster 2022-04-26T04:02:36.768936+0000 mgr.smithi136.ofnrfx (mgr.14188) 2462 : cluster [DBG] pgmap v2291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: cluster 2022-04-26T04:02:36.769319+0000 mgr.smithi136.ofnrfx (mgr.14188) 2463 : cluster [DBG] pgmap v2292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: audit 2022-04-26T04:02:36.775025+0000 mon.smithi136 (mon.0) 1924 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:02:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: audit 2022-04-26T04:02:36.781225+0000 mon.smithi136 (mon.0) 1925 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:02:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: cephadm 2022-04-26T04:02:36.782267+0000 mgr.smithi136.ofnrfx (mgr.14188) 2464 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:02:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: cephadm 2022-04-26T04:02:36.782408+0000 mgr.smithi136.ofnrfx (mgr.14188) 2465 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:02:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:37 smithi145 bash[13673]: audit 2022-04-26T04:02:37.131084+0000 mon.smithi136 (mon.0) 1926 : audit [DBG] from='client.? 172.21.15.136:0/2667934176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:40.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:39 smithi136 bash[11745]: cluster 2022-04-26T04:02:38.769968+0000 mgr.smithi136.ofnrfx (mgr.14188) 2466 : cluster [DBG] pgmap v2293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:39 smithi145 bash[13673]: cluster 2022-04-26T04:02:38.769968+0000 mgr.smithi136.ofnrfx (mgr.14188) 2466 : cluster [DBG] pgmap v2293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:41 smithi136 bash[11745]: cluster 2022-04-26T04:02:40.770601+0000 mgr.smithi136.ofnrfx (mgr.14188) 2467 : cluster [DBG] pgmap v2294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:42.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:42.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:42.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:41 smithi145 bash[13673]: cluster 2022-04-26T04:02:40.770601+0000 mgr.smithi136.ofnrfx (mgr.14188) 2467 : cluster [DBG] pgmap v2294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:42.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:43.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:42 smithi136 bash[11745]: audit 2022-04-26T04:02:42.457578+0000 mon.smithi136 (mon.0) 1927 : audit [DBG] from='client.? 172.21.15.136:0/963479452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:42 smithi145 bash[13673]: audit 2022-04-26T04:02:42.457578+0000 mon.smithi136 (mon.0) 1927 : audit [DBG] from='client.? 172.21.15.136:0/963479452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:44.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:43 smithi136 bash[11745]: cluster 2022-04-26T04:02:42.771219+0000 mgr.smithi136.ofnrfx (mgr.14188) 2468 : cluster [DBG] pgmap v2295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:43 smithi145 bash[13673]: cluster 2022-04-26T04:02:42.771219+0000 mgr.smithi136.ofnrfx (mgr.14188) 2468 : cluster [DBG] pgmap v2295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:45.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:45 smithi136 bash[11745]: cluster 2022-04-26T04:02:44.771897+0000 mgr.smithi136.ofnrfx (mgr.14188) 2469 : cluster [DBG] pgmap v2296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:45 smithi145 bash[13673]: cluster 2022-04-26T04:02:44.771897+0000 mgr.smithi136.ofnrfx (mgr.14188) 2469 : cluster [DBG] pgmap v2296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:47.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:47.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:47.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:47.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:47 smithi145 bash[13673]: cluster 2022-04-26T04:02:46.772477+0000 mgr.smithi136.ofnrfx (mgr.14188) 2470 : cluster [DBG] pgmap v2297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:47 smithi145 bash[13673]: audit 2022-04-26T04:02:47.786556+0000 mon.smithi136 (mon.0) 1928 : audit [DBG] from='client.? 172.21.15.136:0/1263358296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:48.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:47 smithi136 bash[11745]: cluster 2022-04-26T04:02:46.772477+0000 mgr.smithi136.ofnrfx (mgr.14188) 2470 : cluster [DBG] pgmap v2297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:47 smithi136 bash[11745]: audit 2022-04-26T04:02:47.786556+0000 mon.smithi136 (mon.0) 1928 : audit [DBG] from='client.? 172.21.15.136:0/1263358296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:49 smithi145 bash[13673]: cluster 2022-04-26T04:02:48.773079+0000 mgr.smithi136.ofnrfx (mgr.14188) 2471 : cluster [DBG] pgmap v2298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:50.220 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:49 smithi136 bash[11745]: cluster 2022-04-26T04:02:48.773079+0000 mgr.smithi136.ofnrfx (mgr.14188) 2471 : cluster [DBG] pgmap v2298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:51 smithi145 bash[13673]: cluster 2022-04-26T04:02:50.773790+0000 mgr.smithi136.ofnrfx (mgr.14188) 2472 : cluster [DBG] pgmap v2299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:51 smithi136 bash[11745]: cluster 2022-04-26T04:02:50.773790+0000 mgr.smithi136.ofnrfx (mgr.14188) 2472 : cluster [DBG] pgmap v2299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:52.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:52.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:52.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:53.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:53 smithi145 bash[13673]: cluster 2022-04-26T04:02:52.774471+0000 mgr.smithi136.ofnrfx (mgr.14188) 2473 : cluster [DBG] pgmap v2300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:53 smithi145 bash[13673]: audit 2022-04-26T04:02:53.109803+0000 mon.smithi136 (mon.0) 1929 : audit [DBG] from='client.? 172.21.15.136:0/1936057894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:54.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:53 smithi136 bash[11745]: cluster 2022-04-26T04:02:52.774471+0000 mgr.smithi136.ofnrfx (mgr.14188) 2473 : cluster [DBG] pgmap v2300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:54.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:53 smithi136 bash[11745]: audit 2022-04-26T04:02:53.109803+0000 mon.smithi136 (mon.0) 1929 : audit [DBG] from='client.? 172.21.15.136:0/1936057894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:55.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:55 smithi136 bash[11745]: cluster 2022-04-26T04:02:54.775104+0000 mgr.smithi136.ofnrfx (mgr.14188) 2474 : cluster [DBG] pgmap v2301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:55 smithi145 bash[13673]: cluster 2022-04-26T04:02:54.775104+0000 mgr.smithi136.ofnrfx (mgr.14188) 2474 : cluster [DBG] pgmap v2301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:58.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:02:58.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:02:58.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:02:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:57 smithi145 bash[13673]: cluster 2022-04-26T04:02:56.775734+0000 mgr.smithi136.ofnrfx (mgr.14188) 2475 : cluster [DBG] pgmap v2302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:57 smithi136 bash[11745]: cluster 2022-04-26T04:02:56.775734+0000 mgr.smithi136.ofnrfx (mgr.14188) 2475 : cluster [DBG] pgmap v2302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:02:58.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:02:59.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:58 smithi136 bash[11745]: audit 2022-04-26T04:02:58.437986+0000 mon.smithi136 (mon.0) 1930 : audit [DBG] from='client.? 172.21.15.136:0/3662547874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:02:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:58 smithi145 bash[13673]: audit 2022-04-26T04:02:58.437986+0000 mon.smithi136 (mon.0) 1930 : audit [DBG] from='client.? 172.21.15.136:0/3662547874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:02:59 smithi145 bash[13673]: cluster 2022-04-26T04:02:58.776424+0000 mgr.smithi136.ofnrfx (mgr.14188) 2476 : cluster [DBG] pgmap v2303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:00.221 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:02:59 smithi136 bash[11745]: cluster 2022-04-26T04:02:58.776424+0000 mgr.smithi136.ofnrfx (mgr.14188) 2476 : cluster [DBG] pgmap v2303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:01 smithi145 bash[13673]: cluster 2022-04-26T04:03:00.777039+0000 mgr.smithi136.ofnrfx (mgr.14188) 2477 : cluster [DBG] pgmap v2304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:02.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:01 smithi136 bash[11745]: cluster 2022-04-26T04:03:00.777039+0000 mgr.smithi136.ofnrfx (mgr.14188) 2477 : cluster [DBG] pgmap v2304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:02 smithi145 bash[13673]: audit 2022-04-26T04:03:02.193120+0000 mon.smithi136 (mon.0) 1931 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:03:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:02 smithi145 bash[13673]: audit 2022-04-26T04:03:02.197046+0000 mon.smithi136 (mon.0) 1932 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:03:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:02 smithi136 bash[11745]: audit 2022-04-26T04:03:02.193120+0000 mon.smithi136 (mon.0) 1931 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:03:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:02 smithi136 bash[11745]: audit 2022-04-26T04:03:02.197046+0000 mon.smithi136 (mon.0) 1932 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:03:03.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:03.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:03.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:03.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:03 smithi145 bash[13673]: cluster 2022-04-26T04:03:02.777674+0000 mgr.smithi136.ofnrfx (mgr.14188) 2478 : cluster [DBG] pgmap v2305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:03 smithi145 bash[13673]: audit 2022-04-26T04:03:03.768127+0000 mon.smithi136 (mon.0) 1933 : audit [DBG] from='client.? 172.21.15.136:0/3062906963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:04.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:03 smithi136 bash[11745]: cluster 2022-04-26T04:03:02.777674+0000 mgr.smithi136.ofnrfx (mgr.14188) 2478 : cluster [DBG] pgmap v2305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:03 smithi136 bash[11745]: audit 2022-04-26T04:03:03.768127+0000 mon.smithi136 (mon.0) 1933 : audit [DBG] from='client.? 172.21.15.136:0/3062906963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:05.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:05 smithi136 bash[11745]: cluster 2022-04-26T04:03:04.778331+0000 mgr.smithi136.ofnrfx (mgr.14188) 2479 : cluster [DBG] pgmap v2306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:05 smithi145 bash[13673]: cluster 2022-04-26T04:03:04.778331+0000 mgr.smithi136.ofnrfx (mgr.14188) 2479 : cluster [DBG] pgmap v2306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:07 smithi145 bash[13673]: cluster 2022-04-26T04:03:06.779005+0000 mgr.smithi136.ofnrfx (mgr.14188) 2480 : cluster [DBG] pgmap v2307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:08.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:07 smithi136 bash[11745]: cluster 2022-04-26T04:03:06.779005+0000 mgr.smithi136.ofnrfx (mgr.14188) 2480 : cluster [DBG] pgmap v2307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:08.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:08.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:08.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:09.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:09 smithi145 bash[13673]: cluster 2022-04-26T04:03:08.779683+0000 mgr.smithi136.ofnrfx (mgr.14188) 2481 : cluster [DBG] pgmap v2308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:09 smithi145 bash[13673]: audit 2022-04-26T04:03:09.097115+0000 mon.smithi136 (mon.0) 1934 : audit [DBG] from='client.? 172.21.15.136:0/1202594393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:10.221 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:09 smithi136 bash[11745]: cluster 2022-04-26T04:03:08.779683+0000 mgr.smithi136.ofnrfx (mgr.14188) 2481 : cluster [DBG] pgmap v2308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:10.221 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:09 smithi136 bash[11745]: audit 2022-04-26T04:03:09.097115+0000 mon.smithi136 (mon.0) 1934 : audit [DBG] from='client.? 172.21.15.136:0/1202594393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:11 smithi145 bash[13673]: cluster 2022-04-26T04:03:10.780281+0000 mgr.smithi136.ofnrfx (mgr.14188) 2482 : cluster [DBG] pgmap v2309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:12.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:11 smithi136 bash[11745]: cluster 2022-04-26T04:03:10.780281+0000 mgr.smithi136.ofnrfx (mgr.14188) 2482 : cluster [DBG] pgmap v2309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:14.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:14.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:14.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:13 smithi145 bash[13673]: cluster 2022-04-26T04:03:12.780983+0000 mgr.smithi136.ofnrfx (mgr.14188) 2483 : cluster [DBG] pgmap v2310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:14.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:13 smithi136 bash[11745]: cluster 2022-04-26T04:03:12.780983+0000 mgr.smithi136.ofnrfx (mgr.14188) 2483 : cluster [DBG] pgmap v2310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:14.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:15 smithi136 bash[11745]: audit 2022-04-26T04:03:14.426413+0000 mon.smithi136 (mon.0) 1935 : audit [DBG] from='client.? 172.21.15.136:0/1628604826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:15 smithi136 bash[11745]: cluster 2022-04-26T04:03:14.781606+0000 mgr.smithi136.ofnrfx (mgr.14188) 2484 : cluster [DBG] pgmap v2311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:15 smithi145 bash[13673]: audit 2022-04-26T04:03:14.426413+0000 mon.smithi136 (mon.0) 1935 : audit [DBG] from='client.? 172.21.15.136:0/1628604826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:15 smithi145 bash[13673]: cluster 2022-04-26T04:03:14.781606+0000 mgr.smithi136.ofnrfx (mgr.14188) 2484 : cluster [DBG] pgmap v2311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:18.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:17 smithi145 bash[13673]: cluster 2022-04-26T04:03:16.782239+0000 mgr.smithi136.ofnrfx (mgr.14188) 2485 : cluster [DBG] pgmap v2312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:18.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:17 smithi136 bash[11745]: cluster 2022-04-26T04:03:16.782239+0000 mgr.smithi136.ofnrfx (mgr.14188) 2485 : cluster [DBG] pgmap v2312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:19.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:19.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:19.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:19.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:19 smithi145 bash[13673]: cluster 2022-04-26T04:03:18.782832+0000 mgr.smithi136.ofnrfx (mgr.14188) 2486 : cluster [DBG] pgmap v2313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:19 smithi145 bash[13673]: audit 2022-04-26T04:03:19.755942+0000 mon.smithi136 (mon.0) 1936 : audit [DBG] from='client.? 172.21.15.136:0/2547388633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:20.222 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:19 smithi136 bash[11745]: cluster 2022-04-26T04:03:18.782832+0000 mgr.smithi136.ofnrfx (mgr.14188) 2486 : cluster [DBG] pgmap v2313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:20.222 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:19 smithi136 bash[11745]: audit 2022-04-26T04:03:19.755942+0000 mon.smithi136 (mon.0) 1936 : audit [DBG] from='client.? 172.21.15.136:0/2547388633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:21 smithi145 bash[13673]: cluster 2022-04-26T04:03:20.783481+0000 mgr.smithi136.ofnrfx (mgr.14188) 2487 : cluster [DBG] pgmap v2314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:21 smithi136 bash[11745]: cluster 2022-04-26T04:03:20.783481+0000 mgr.smithi136.ofnrfx (mgr.14188) 2487 : cluster [DBG] pgmap v2314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:23 smithi145 bash[13673]: cluster 2022-04-26T04:03:22.784120+0000 mgr.smithi136.ofnrfx (mgr.14188) 2488 : cluster [DBG] pgmap v2315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:24.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:23 smithi136 bash[11745]: cluster 2022-04-26T04:03:22.784120+0000 mgr.smithi136.ofnrfx (mgr.14188) 2488 : cluster [DBG] pgmap v2315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:24.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:24.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:24.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:25.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:25.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:25 smithi136 bash[11745]: cluster 2022-04-26T04:03:24.784736+0000 mgr.smithi136.ofnrfx (mgr.14188) 2489 : cluster [DBG] pgmap v2316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:25 smithi136 bash[11745]: audit 2022-04-26T04:03:25.088168+0000 mon.smithi136 (mon.0) 1937 : audit [DBG] from='client.? 172.21.15.136:0/4077002554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:25 smithi145 bash[13673]: cluster 2022-04-26T04:03:24.784736+0000 mgr.smithi136.ofnrfx (mgr.14188) 2489 : cluster [DBG] pgmap v2316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:25 smithi145 bash[13673]: audit 2022-04-26T04:03:25.088168+0000 mon.smithi136 (mon.0) 1937 : audit [DBG] from='client.? 172.21.15.136:0/4077002554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:27 smithi145 bash[13673]: cluster 2022-04-26T04:03:26.785376+0000 mgr.smithi136.ofnrfx (mgr.14188) 2490 : cluster [DBG] pgmap v2317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:27 smithi136 bash[11745]: cluster 2022-04-26T04:03:26.785376+0000 mgr.smithi136.ofnrfx (mgr.14188) 2490 : cluster [DBG] pgmap v2317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:30.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:30.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:30.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:29 smithi145 bash[13673]: cluster 2022-04-26T04:03:28.785994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2491 : cluster [DBG] pgmap v2318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:30.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:29 smithi136 bash[11745]: cluster 2022-04-26T04:03:28.785994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2491 : cluster [DBG] pgmap v2318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:30.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:30 smithi145 bash[13673]: audit 2022-04-26T04:03:30.414337+0000 mon.smithi136 (mon.0) 1938 : audit [DBG] from='client.? 172.21.15.136:0/1807906118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:31.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:30 smithi136 bash[11745]: audit 2022-04-26T04:03:30.414337+0000 mon.smithi136 (mon.0) 1938 : audit [DBG] from='client.? 172.21.15.136:0/1807906118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:31 smithi145 bash[13673]: cluster 2022-04-26T04:03:30.786619+0000 mgr.smithi136.ofnrfx (mgr.14188) 2492 : cluster [DBG] pgmap v2319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:32.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:31 smithi136 bash[11745]: cluster 2022-04-26T04:03:30.786619+0000 mgr.smithi136.ofnrfx (mgr.14188) 2492 : cluster [DBG] pgmap v2319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:33 smithi145 bash[13673]: cluster 2022-04-26T04:03:32.787257+0000 mgr.smithi136.ofnrfx (mgr.14188) 2493 : cluster [DBG] pgmap v2320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:34.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:33 smithi136 bash[11745]: cluster 2022-04-26T04:03:32.787257+0000 mgr.smithi136.ofnrfx (mgr.14188) 2493 : cluster [DBG] pgmap v2320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:35.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:35.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:35.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:35.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:35 smithi136 bash[11745]: cluster 2022-04-26T04:03:34.787878+0000 mgr.smithi136.ofnrfx (mgr.14188) 2494 : cluster [DBG] pgmap v2321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:35 smithi145 bash[13673]: cluster 2022-04-26T04:03:34.787878+0000 mgr.smithi136.ofnrfx (mgr.14188) 2494 : cluster [DBG] pgmap v2321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:35.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:36.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:36 smithi136 bash[11745]: audit 2022-04-26T04:03:35.740654+0000 mon.smithi136 (mon.0) 1939 : audit [DBG] from='client.? 172.21.15.136:0/1373717977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:36 smithi145 bash[13673]: audit 2022-04-26T04:03:35.740654+0000 mon.smithi136 (mon.0) 1939 : audit [DBG] from='client.? 172.21.15.136:0/1373717977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:37 smithi136 bash[11745]: cluster 2022-04-26T04:03:36.788514+0000 mgr.smithi136.ofnrfx (mgr.14188) 2495 : cluster [DBG] pgmap v2322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:37 smithi136 bash[11745]: audit 2022-04-26T04:03:36.793821+0000 mon.smithi136 (mon.0) 1940 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:03:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:37 smithi136 bash[11745]: audit 2022-04-26T04:03:36.796696+0000 mon.smithi136 (mon.0) 1941 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:03:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:37 smithi136 bash[11745]: audit 2022-04-26T04:03:36.798460+0000 mon.smithi136 (mon.0) 1942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:03:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:37 smithi136 bash[11745]: audit 2022-04-26T04:03:37.109724+0000 mon.smithi136 (mon.0) 1943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:03:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:37 smithi145 bash[13673]: cluster 2022-04-26T04:03:36.788514+0000 mgr.smithi136.ofnrfx (mgr.14188) 2495 : cluster [DBG] pgmap v2322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:37 smithi145 bash[13673]: audit 2022-04-26T04:03:36.793821+0000 mon.smithi136 (mon.0) 1940 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:03:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:37 smithi145 bash[13673]: audit 2022-04-26T04:03:36.796696+0000 mon.smithi136 (mon.0) 1941 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:03:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:37 smithi145 bash[13673]: audit 2022-04-26T04:03:36.798460+0000 mon.smithi136 (mon.0) 1942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:03:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:37 smithi145 bash[13673]: audit 2022-04-26T04:03:37.109724+0000 mon.smithi136 (mon.0) 1943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:03:38.765 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:38 smithi136 bash[11745]: cluster 2022-04-26T04:03:37.414373+0000 mgr.smithi136.ofnrfx (mgr.14188) 2496 : cluster [DBG] pgmap v2323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:38.765 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:38 smithi136 bash[11745]: cluster 2022-04-26T04:03:37.414837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2497 : cluster [DBG] pgmap v2324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:38.765 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:38 smithi136 bash[11745]: audit 2022-04-26T04:03:37.421692+0000 mon.smithi136 (mon.0) 1944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:03:38.765 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:38 smithi136 bash[11745]: audit 2022-04-26T04:03:37.432839+0000 mon.smithi136 (mon.0) 1945 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:03:38.765 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:38 smithi136 bash[11745]: cephadm 2022-04-26T04:03:37.434215+0000 mgr.smithi136.ofnrfx (mgr.14188) 2498 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:03:38.765 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:38 smithi136 bash[11745]: cephadm 2022-04-26T04:03:37.434469+0000 mgr.smithi136.ofnrfx (mgr.14188) 2499 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:03:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:38 smithi145 bash[13673]: cluster 2022-04-26T04:03:37.414373+0000 mgr.smithi136.ofnrfx (mgr.14188) 2496 : cluster [DBG] pgmap v2323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:38 smithi145 bash[13673]: cluster 2022-04-26T04:03:37.414837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2497 : cluster [DBG] pgmap v2324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:38 smithi145 bash[13673]: audit 2022-04-26T04:03:37.421692+0000 mon.smithi136 (mon.0) 1944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:03:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:38 smithi145 bash[13673]: audit 2022-04-26T04:03:37.432839+0000 mon.smithi136 (mon.0) 1945 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:03:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:38 smithi145 bash[13673]: cephadm 2022-04-26T04:03:37.434215+0000 mgr.smithi136.ofnrfx (mgr.14188) 2498 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:03:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:38 smithi145 bash[13673]: cephadm 2022-04-26T04:03:37.434469+0000 mgr.smithi136.ofnrfx (mgr.14188) 2499 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:03:40.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:40 smithi136 bash[11745]: cluster 2022-04-26T04:03:39.415404+0000 mgr.smithi136.ofnrfx (mgr.14188) 2500 : cluster [DBG] pgmap v2325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:40 smithi145 bash[13673]: cluster 2022-04-26T04:03:39.415404+0000 mgr.smithi136.ofnrfx (mgr.14188) 2500 : cluster [DBG] pgmap v2325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:40.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:40.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:40.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:41.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:41 smithi136 bash[11745]: audit 2022-04-26T04:03:41.073960+0000 mon.smithi136 (mon.0) 1946 : audit [DBG] from='client.? 172.21.15.136:0/2295583297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:41 smithi145 bash[13673]: audit 2022-04-26T04:03:41.073960+0000 mon.smithi136 (mon.0) 1946 : audit [DBG] from='client.? 172.21.15.136:0/2295583297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:42.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:42 smithi136 bash[11745]: cluster 2022-04-26T04:03:41.416045+0000 mgr.smithi136.ofnrfx (mgr.14188) 2501 : cluster [DBG] pgmap v2326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:42 smithi145 bash[13673]: cluster 2022-04-26T04:03:41.416045+0000 mgr.smithi136.ofnrfx (mgr.14188) 2501 : cluster [DBG] pgmap v2326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:44.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:44 smithi136 bash[11745]: cluster 2022-04-26T04:03:43.416735+0000 mgr.smithi136.ofnrfx (mgr.14188) 2502 : cluster [DBG] pgmap v2327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:44 smithi145 bash[13673]: cluster 2022-04-26T04:03:43.416735+0000 mgr.smithi136.ofnrfx (mgr.14188) 2502 : cluster [DBG] pgmap v2327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:46.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:46.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:46.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:46.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:46 smithi136 bash[11745]: cluster 2022-04-26T04:03:45.417382+0000 mgr.smithi136.ofnrfx (mgr.14188) 2503 : cluster [DBG] pgmap v2328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:46 smithi136 bash[11745]: audit 2022-04-26T04:03:46.401082+0000 mon.smithi136 (mon.0) 1947 : audit [DBG] from='client.? 172.21.15.136:0/1014616406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:46 smithi145 bash[13673]: cluster 2022-04-26T04:03:45.417382+0000 mgr.smithi136.ofnrfx (mgr.14188) 2503 : cluster [DBG] pgmap v2328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:46 smithi145 bash[13673]: audit 2022-04-26T04:03:46.401082+0000 mon.smithi136 (mon.0) 1947 : audit [DBG] from='client.? 172.21.15.136:0/1014616406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:48.764 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:48 smithi136 bash[11745]: cluster 2022-04-26T04:03:47.418034+0000 mgr.smithi136.ofnrfx (mgr.14188) 2504 : cluster [DBG] pgmap v2329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:48 smithi145 bash[13673]: cluster 2022-04-26T04:03:47.418034+0000 mgr.smithi136.ofnrfx (mgr.14188) 2504 : cluster [DBG] pgmap v2329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:50 smithi136 bash[11745]: cluster 2022-04-26T04:03:49.418657+0000 mgr.smithi136.ofnrfx (mgr.14188) 2505 : cluster [DBG] pgmap v2330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:50 smithi145 bash[13673]: cluster 2022-04-26T04:03:49.418657+0000 mgr.smithi136.ofnrfx (mgr.14188) 2505 : cluster [DBG] pgmap v2330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:51.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:51.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:51.420 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:51.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:52 smithi136 bash[11745]: cluster 2022-04-26T04:03:51.419376+0000 mgr.smithi136.ofnrfx (mgr.14188) 2506 : cluster [DBG] pgmap v2331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:52 smithi136 bash[11745]: audit 2022-04-26T04:03:51.735219+0000 mon.smithi136 (mon.0) 1948 : audit [DBG] from='client.? 172.21.15.136:0/1981385251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:52 smithi145 bash[13673]: cluster 2022-04-26T04:03:51.419376+0000 mgr.smithi136.ofnrfx (mgr.14188) 2506 : cluster [DBG] pgmap v2331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:52 smithi145 bash[13673]: audit 2022-04-26T04:03:51.735219+0000 mon.smithi136 (mon.0) 1948 : audit [DBG] from='client.? 172.21.15.136:0/1981385251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:54.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:54 smithi136 bash[11745]: cluster 2022-04-26T04:03:53.419994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2507 : cluster [DBG] pgmap v2332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:54 smithi145 bash[13673]: cluster 2022-04-26T04:03:53.419994+0000 mgr.smithi136.ofnrfx (mgr.14188) 2507 : cluster [DBG] pgmap v2332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:56.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:03:56.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:03:56.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:03:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:56 smithi136 bash[11745]: cluster 2022-04-26T04:03:55.420527+0000 mgr.smithi136.ofnrfx (mgr.14188) 2508 : cluster [DBG] pgmap v2333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:56 smithi145 bash[13673]: cluster 2022-04-26T04:03:55.420527+0000 mgr.smithi136.ofnrfx (mgr.14188) 2508 : cluster [DBG] pgmap v2333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:57.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:03:57.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:57 smithi136 bash[11745]: audit 2022-04-26T04:03:57.069108+0000 mon.smithi136 (mon.0) 1949 : audit [DBG] from='client.? 172.21.15.136:0/3034456527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:57 smithi145 bash[13673]: audit 2022-04-26T04:03:57.069108+0000 mon.smithi136 (mon.0) 1949 : audit [DBG] from='client.? 172.21.15.136:0/3034456527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:03:58.764 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:03:58 smithi136 bash[11745]: cluster 2022-04-26T04:03:57.421138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2509 : cluster [DBG] pgmap v2334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:03:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:03:58 smithi145 bash[13673]: cluster 2022-04-26T04:03:57.421138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2509 : cluster [DBG] pgmap v2334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:00 smithi136 bash[11745]: cluster 2022-04-26T04:03:59.421771+0000 mgr.smithi136.ofnrfx (mgr.14188) 2510 : cluster [DBG] pgmap v2335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:00 smithi145 bash[13673]: cluster 2022-04-26T04:03:59.421771+0000 mgr.smithi136.ofnrfx (mgr.14188) 2510 : cluster [DBG] pgmap v2335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:02.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:02.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:02.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:02.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:02.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:02 smithi136 bash[11745]: cluster 2022-04-26T04:04:01.422432+0000 mgr.smithi136.ofnrfx (mgr.14188) 2511 : cluster [DBG] pgmap v2336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:02 smithi136 bash[11745]: audit 2022-04-26T04:04:02.197083+0000 mon.smithi136 (mon.0) 1950 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:04:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:02 smithi136 bash[11745]: audit 2022-04-26T04:04:02.200782+0000 mon.smithi136 (mon.0) 1951 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:04:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:02 smithi136 bash[11745]: audit 2022-04-26T04:04:02.399305+0000 mon.smithi136 (mon.0) 1952 : audit [DBG] from='client.? 172.21.15.136:0/413497341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:02 smithi145 bash[13673]: cluster 2022-04-26T04:04:01.422432+0000 mgr.smithi136.ofnrfx (mgr.14188) 2511 : cluster [DBG] pgmap v2336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:02 smithi145 bash[13673]: audit 2022-04-26T04:04:02.197083+0000 mon.smithi136 (mon.0) 1950 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:04:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:02 smithi145 bash[13673]: audit 2022-04-26T04:04:02.200782+0000 mon.smithi136 (mon.0) 1951 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:04:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:02 smithi145 bash[13673]: audit 2022-04-26T04:04:02.399305+0000 mon.smithi136 (mon.0) 1952 : audit [DBG] from='client.? 172.21.15.136:0/413497341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:04.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:04 smithi136 bash[11745]: cluster 2022-04-26T04:04:03.423077+0000 mgr.smithi136.ofnrfx (mgr.14188) 2512 : cluster [DBG] pgmap v2337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:04 smithi145 bash[13673]: cluster 2022-04-26T04:04:03.423077+0000 mgr.smithi136.ofnrfx (mgr.14188) 2512 : cluster [DBG] pgmap v2337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:06.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:06 smithi136 bash[11745]: cluster 2022-04-26T04:04:05.423757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2513 : cluster [DBG] pgmap v2338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:06 smithi145 bash[13673]: cluster 2022-04-26T04:04:05.423757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2513 : cluster [DBG] pgmap v2338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:07.420 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:07.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:07.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:07.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:08.763 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:08 smithi136 bash[11745]: cluster 2022-04-26T04:04:07.424554+0000 mgr.smithi136.ofnrfx (mgr.14188) 2514 : cluster [DBG] pgmap v2339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:08.764 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:08 smithi136 bash[11745]: audit 2022-04-26T04:04:07.732639+0000 mon.smithi136 (mon.0) 1953 : audit [DBG] from='client.? 172.21.15.136:0/1565487677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:08 smithi145 bash[13673]: cluster 2022-04-26T04:04:07.424554+0000 mgr.smithi136.ofnrfx (mgr.14188) 2514 : cluster [DBG] pgmap v2339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:08 smithi145 bash[13673]: audit 2022-04-26T04:04:07.732639+0000 mon.smithi136 (mon.0) 1953 : audit [DBG] from='client.? 172.21.15.136:0/1565487677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:10 smithi136 bash[11745]: cluster 2022-04-26T04:04:09.425269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2515 : cluster [DBG] pgmap v2340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:10 smithi145 bash[13673]: cluster 2022-04-26T04:04:09.425269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2515 : cluster [DBG] pgmap v2340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:12.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:12.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:12.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:12 smithi136 bash[11745]: cluster 2022-04-26T04:04:11.425903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2516 : cluster [DBG] pgmap v2341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:12 smithi145 bash[13673]: cluster 2022-04-26T04:04:11.425903+0000 mgr.smithi136.ofnrfx (mgr.14188) 2516 : cluster [DBG] pgmap v2341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:13.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:13.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:13 smithi136 bash[11745]: audit 2022-04-26T04:04:13.063570+0000 mon.smithi136 (mon.0) 1954 : audit [DBG] from='client.? 172.21.15.136:0/1184305790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:13 smithi145 bash[13673]: audit 2022-04-26T04:04:13.063570+0000 mon.smithi136 (mon.0) 1954 : audit [DBG] from='client.? 172.21.15.136:0/1184305790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:14.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:14 smithi136 bash[11745]: cluster 2022-04-26T04:04:13.426588+0000 mgr.smithi136.ofnrfx (mgr.14188) 2517 : cluster [DBG] pgmap v2342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:14 smithi145 bash[13673]: cluster 2022-04-26T04:04:13.426588+0000 mgr.smithi136.ofnrfx (mgr.14188) 2517 : cluster [DBG] pgmap v2342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:16 smithi136 bash[11745]: cluster 2022-04-26T04:04:15.427218+0000 mgr.smithi136.ofnrfx (mgr.14188) 2518 : cluster [DBG] pgmap v2343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:16 smithi145 bash[13673]: cluster 2022-04-26T04:04:15.427218+0000 mgr.smithi136.ofnrfx (mgr.14188) 2518 : cluster [DBG] pgmap v2343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:18.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:18.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:18.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:18.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:18.764 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:18 smithi136 bash[11745]: cluster 2022-04-26T04:04:17.427991+0000 mgr.smithi136.ofnrfx (mgr.14188) 2519 : cluster [DBG] pgmap v2344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:18.764 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:18 smithi136 bash[11745]: audit 2022-04-26T04:04:18.393860+0000 mon.smithi136 (mon.0) 1955 : audit [DBG] from='client.? 172.21.15.136:0/829378856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:18 smithi145 bash[13673]: cluster 2022-04-26T04:04:17.427991+0000 mgr.smithi136.ofnrfx (mgr.14188) 2519 : cluster [DBG] pgmap v2344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:18 smithi145 bash[13673]: audit 2022-04-26T04:04:18.393860+0000 mon.smithi136 (mon.0) 1955 : audit [DBG] from='client.? 172.21.15.136:0/829378856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:20 smithi136 bash[11745]: cluster 2022-04-26T04:04:19.428693+0000 mgr.smithi136.ofnrfx (mgr.14188) 2520 : cluster [DBG] pgmap v2345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:20 smithi145 bash[13673]: cluster 2022-04-26T04:04:19.428693+0000 mgr.smithi136.ofnrfx (mgr.14188) 2520 : cluster [DBG] pgmap v2345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:22 smithi136 bash[11745]: cluster 2022-04-26T04:04:21.429305+0000 mgr.smithi136.ofnrfx (mgr.14188) 2521 : cluster [DBG] pgmap v2346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:22 smithi145 bash[13673]: cluster 2022-04-26T04:04:21.429305+0000 mgr.smithi136.ofnrfx (mgr.14188) 2521 : cluster [DBG] pgmap v2346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:23.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:23.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:23.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:23.737 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:24 smithi136 bash[11745]: cluster 2022-04-26T04:04:23.429931+0000 mgr.smithi136.ofnrfx (mgr.14188) 2522 : cluster [DBG] pgmap v2347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:24 smithi136 bash[11745]: audit 2022-04-26T04:04:23.717473+0000 mon.smithi136 (mon.0) 1956 : audit [DBG] from='client.? 172.21.15.136:0/1248123621' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:24 smithi145 bash[13673]: cluster 2022-04-26T04:04:23.429931+0000 mgr.smithi136.ofnrfx (mgr.14188) 2522 : cluster [DBG] pgmap v2347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:24 smithi145 bash[13673]: audit 2022-04-26T04:04:23.717473+0000 mon.smithi136 (mon.0) 1956 : audit [DBG] from='client.? 172.21.15.136:0/1248123621' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:26 smithi136 bash[11745]: cluster 2022-04-26T04:04:25.430596+0000 mgr.smithi136.ofnrfx (mgr.14188) 2523 : cluster [DBG] pgmap v2348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:26 smithi145 bash[13673]: cluster 2022-04-26T04:04:25.430596+0000 mgr.smithi136.ofnrfx (mgr.14188) 2523 : cluster [DBG] pgmap v2348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:28.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:28.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:28.765 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:28 smithi136 bash[11745]: cluster 2022-04-26T04:04:27.431244+0000 mgr.smithi136.ofnrfx (mgr.14188) 2524 : cluster [DBG] pgmap v2349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:28 smithi145 bash[13673]: cluster 2022-04-26T04:04:27.431244+0000 mgr.smithi136.ofnrfx (mgr.14188) 2524 : cluster [DBG] pgmap v2349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:29.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:29.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:29 smithi136 bash[11745]: audit 2022-04-26T04:04:29.055951+0000 mon.smithi136 (mon.0) 1957 : audit [DBG] from='client.? 172.21.15.136:0/2929968368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:29 smithi145 bash[13673]: audit 2022-04-26T04:04:29.055951+0000 mon.smithi136 (mon.0) 1957 : audit [DBG] from='client.? 172.21.15.136:0/2929968368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:30.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:30 smithi136 bash[11745]: cluster 2022-04-26T04:04:29.431905+0000 mgr.smithi136.ofnrfx (mgr.14188) 2525 : cluster [DBG] pgmap v2350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:30 smithi145 bash[13673]: cluster 2022-04-26T04:04:29.431905+0000 mgr.smithi136.ofnrfx (mgr.14188) 2525 : cluster [DBG] pgmap v2350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:32.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:32 smithi136 bash[11745]: cluster 2022-04-26T04:04:31.432486+0000 mgr.smithi136.ofnrfx (mgr.14188) 2526 : cluster [DBG] pgmap v2351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:32 smithi145 bash[13673]: cluster 2022-04-26T04:04:31.432486+0000 mgr.smithi136.ofnrfx (mgr.14188) 2526 : cluster [DBG] pgmap v2351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:34.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:34.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:34.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:34.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:34 smithi136 bash[11745]: cluster 2022-04-26T04:04:33.433099+0000 mgr.smithi136.ofnrfx (mgr.14188) 2527 : cluster [DBG] pgmap v2352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:34 smithi136 bash[11745]: audit 2022-04-26T04:04:34.390841+0000 mon.smithi136 (mon.0) 1958 : audit [DBG] from='client.? 172.21.15.136:0/2566077550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:34 smithi145 bash[13673]: cluster 2022-04-26T04:04:33.433099+0000 mgr.smithi136.ofnrfx (mgr.14188) 2527 : cluster [DBG] pgmap v2352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:34 smithi145 bash[13673]: audit 2022-04-26T04:04:34.390841+0000 mon.smithi136 (mon.0) 1958 : audit [DBG] from='client.? 172.21.15.136:0/2566077550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:36 smithi136 bash[11745]: cluster 2022-04-26T04:04:35.433745+0000 mgr.smithi136.ofnrfx (mgr.14188) 2528 : cluster [DBG] pgmap v2353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:36 smithi145 bash[13673]: cluster 2022-04-26T04:04:35.433745+0000 mgr.smithi136.ofnrfx (mgr.14188) 2528 : cluster [DBG] pgmap v2353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:37 smithi136 bash[11745]: audit 2022-04-26T04:04:37.442683+0000 mon.smithi136 (mon.0) 1959 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:04:37.847 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:37 smithi136 bash[11745]: audit 2022-04-26T04:04:37.445472+0000 mon.smithi136 (mon.0) 1960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:04:37.848 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:37 smithi136 bash[11745]: audit 2022-04-26T04:04:37.447282+0000 mon.smithi136 (mon.0) 1961 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:04:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:37 smithi145 bash[13673]: audit 2022-04-26T04:04:37.442683+0000 mon.smithi136 (mon.0) 1959 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:04:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:37 smithi145 bash[13673]: audit 2022-04-26T04:04:37.445472+0000 mon.smithi136 (mon.0) 1960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:04:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:37 smithi145 bash[13673]: audit 2022-04-26T04:04:37.447282+0000 mon.smithi136 (mon.0) 1961 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:04:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:38 smithi136 bash[11745]: cluster 2022-04-26T04:04:37.434397+0000 mgr.smithi136.ofnrfx (mgr.14188) 2529 : cluster [DBG] pgmap v2354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:38 smithi136 bash[11745]: cluster 2022-04-26T04:04:37.758854+0000 mgr.smithi136.ofnrfx (mgr.14188) 2530 : cluster [DBG] pgmap v2355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:38 smithi136 bash[11745]: cluster 2022-04-26T04:04:37.759417+0000 mgr.smithi136.ofnrfx (mgr.14188) 2531 : cluster [DBG] pgmap v2356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:38 smithi136 bash[11745]: audit 2022-04-26T04:04:37.765405+0000 mon.smithi136 (mon.0) 1962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:04:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:38 smithi136 bash[11745]: audit 2022-04-26T04:04:37.773565+0000 mon.smithi136 (mon.0) 1963 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:04:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:38 smithi136 bash[11745]: cephadm 2022-04-26T04:04:37.774944+0000 mgr.smithi136.ofnrfx (mgr.14188) 2532 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:04:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:38 smithi136 bash[11745]: cephadm 2022-04-26T04:04:37.775159+0000 mgr.smithi136.ofnrfx (mgr.14188) 2533 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:04:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:38 smithi145 bash[13673]: cluster 2022-04-26T04:04:37.434397+0000 mgr.smithi136.ofnrfx (mgr.14188) 2529 : cluster [DBG] pgmap v2354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:38 smithi145 bash[13673]: cluster 2022-04-26T04:04:37.758854+0000 mgr.smithi136.ofnrfx (mgr.14188) 2530 : cluster [DBG] pgmap v2355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:38 smithi145 bash[13673]: cluster 2022-04-26T04:04:37.759417+0000 mgr.smithi136.ofnrfx (mgr.14188) 2531 : cluster [DBG] pgmap v2356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:38 smithi145 bash[13673]: audit 2022-04-26T04:04:37.765405+0000 mon.smithi136 (mon.0) 1962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:04:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:38 smithi145 bash[13673]: audit 2022-04-26T04:04:37.773565+0000 mon.smithi136 (mon.0) 1963 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:04:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:38 smithi145 bash[13673]: cephadm 2022-04-26T04:04:37.774944+0000 mgr.smithi136.ofnrfx (mgr.14188) 2532 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:04:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:38 smithi145 bash[13673]: cephadm 2022-04-26T04:04:37.775159+0000 mgr.smithi136.ofnrfx (mgr.14188) 2533 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:04:39.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:39.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:39.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:39.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:40.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:40 smithi136 bash[11745]: audit 2022-04-26T04:04:39.725014+0000 mon.smithi136 (mon.0) 1964 : audit [DBG] from='client.? 172.21.15.136:0/3363251152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:40 smithi136 bash[11745]: cluster 2022-04-26T04:04:39.760003+0000 mgr.smithi136.ofnrfx (mgr.14188) 2534 : cluster [DBG] pgmap v2357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:40 smithi145 bash[13673]: audit 2022-04-26T04:04:39.725014+0000 mon.smithi136 (mon.0) 1964 : audit [DBG] from='client.? 172.21.15.136:0/3363251152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:40 smithi145 bash[13673]: cluster 2022-04-26T04:04:39.760003+0000 mgr.smithi136.ofnrfx (mgr.14188) 2534 : cluster [DBG] pgmap v2357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:42 smithi145 bash[13673]: cluster 2022-04-26T04:04:41.760598+0000 mgr.smithi136.ofnrfx (mgr.14188) 2535 : cluster [DBG] pgmap v2358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:42 smithi136 bash[11745]: cluster 2022-04-26T04:04:41.760598+0000 mgr.smithi136.ofnrfx (mgr.14188) 2535 : cluster [DBG] pgmap v2358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:44.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:44.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:44.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:45.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:44 smithi145 bash[13673]: cluster 2022-04-26T04:04:43.761256+0000 mgr.smithi136.ofnrfx (mgr.14188) 2536 : cluster [DBG] pgmap v2359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:45.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:44 smithi136 bash[11745]: cluster 2022-04-26T04:04:43.761256+0000 mgr.smithi136.ofnrfx (mgr.14188) 2536 : cluster [DBG] pgmap v2359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:45 smithi145 bash[13673]: audit 2022-04-26T04:04:45.053340+0000 mon.smithi136 (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.136:0/3409619522' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:46.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:45 smithi136 bash[11745]: audit 2022-04-26T04:04:45.053340+0000 mon.smithi136 (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.136:0/3409619522' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:46 smithi145 bash[13673]: cluster 2022-04-26T04:04:45.761965+0000 mgr.smithi136.ofnrfx (mgr.14188) 2537 : cluster [DBG] pgmap v2360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:46 smithi136 bash[11745]: cluster 2022-04-26T04:04:45.761965+0000 mgr.smithi136.ofnrfx (mgr.14188) 2537 : cluster [DBG] pgmap v2360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:48 smithi136 bash[11745]: cluster 2022-04-26T04:04:47.762668+0000 mgr.smithi136.ofnrfx (mgr.14188) 2538 : cluster [DBG] pgmap v2361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:48 smithi145 bash[13673]: cluster 2022-04-26T04:04:47.762668+0000 mgr.smithi136.ofnrfx (mgr.14188) 2538 : cluster [DBG] pgmap v2361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:50.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:50.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:50.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:50.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:50 smithi136 bash[11745]: cluster 2022-04-26T04:04:49.763396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2539 : cluster [DBG] pgmap v2362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:50 smithi145 bash[13673]: cluster 2022-04-26T04:04:49.763396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2539 : cluster [DBG] pgmap v2362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:51 smithi136 bash[11745]: audit 2022-04-26T04:04:50.386846+0000 mon.smithi136 (mon.0) 1966 : audit [DBG] from='client.? 172.21.15.136:0/1121762305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:51 smithi145 bash[13673]: audit 2022-04-26T04:04:50.386846+0000 mon.smithi136 (mon.0) 1966 : audit [DBG] from='client.? 172.21.15.136:0/1121762305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:52.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:52 smithi136 bash[11745]: cluster 2022-04-26T04:04:51.764100+0000 mgr.smithi136.ofnrfx (mgr.14188) 2540 : cluster [DBG] pgmap v2363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:52 smithi145 bash[13673]: cluster 2022-04-26T04:04:51.764100+0000 mgr.smithi136.ofnrfx (mgr.14188) 2540 : cluster [DBG] pgmap v2363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:54 smithi145 bash[13673]: cluster 2022-04-26T04:04:53.764742+0000 mgr.smithi136.ofnrfx (mgr.14188) 2541 : cluster [DBG] pgmap v2364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:54 smithi136 bash[11745]: cluster 2022-04-26T04:04:53.764742+0000 mgr.smithi136.ofnrfx (mgr.14188) 2541 : cluster [DBG] pgmap v2364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:55.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:04:55.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:04:55.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:04:55.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:04:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:55 smithi145 bash[13673]: audit 2022-04-26T04:04:55.715583+0000 mon.smithi136 (mon.0) 1967 : audit [DBG] from='client.? 172.21.15.136:0/2111994757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:55 smithi136 bash[11745]: audit 2022-04-26T04:04:55.715583+0000 mon.smithi136 (mon.0) 1967 : audit [DBG] from='client.? 172.21.15.136:0/2111994757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:04:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:56 smithi145 bash[13673]: cluster 2022-04-26T04:04:55.765316+0000 mgr.smithi136.ofnrfx (mgr.14188) 2542 : cluster [DBG] pgmap v2365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:57.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:56 smithi136 bash[11745]: cluster 2022-04-26T04:04:55.765316+0000 mgr.smithi136.ofnrfx (mgr.14188) 2542 : cluster [DBG] pgmap v2365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:04:58 smithi136 bash[11745]: cluster 2022-04-26T04:04:57.765967+0000 mgr.smithi136.ofnrfx (mgr.14188) 2543 : cluster [DBG] pgmap v2366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:04:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:04:58 smithi145 bash[13673]: cluster 2022-04-26T04:04:57.765967+0000 mgr.smithi136.ofnrfx (mgr.14188) 2543 : cluster [DBG] pgmap v2366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:00 smithi136 bash[11745]: cluster 2022-04-26T04:04:59.766572+0000 mgr.smithi136.ofnrfx (mgr.14188) 2544 : cluster [DBG] pgmap v2367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:00 smithi145 bash[13673]: cluster 2022-04-26T04:04:59.766572+0000 mgr.smithi136.ofnrfx (mgr.14188) 2544 : cluster [DBG] pgmap v2367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:00.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:00.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:00.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:01.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:01 smithi136 bash[11745]: audit 2022-04-26T04:05:01.040743+0000 mon.smithi136 (mon.0) 1968 : audit [DBG] from='client.? 172.21.15.136:0/4228178957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:01 smithi145 bash[13673]: audit 2022-04-26T04:05:01.040743+0000 mon.smithi136 (mon.0) 1968 : audit [DBG] from='client.? 172.21.15.136:0/4228178957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:02 smithi136 bash[11745]: cluster 2022-04-26T04:05:01.767188+0000 mgr.smithi136.ofnrfx (mgr.14188) 2545 : cluster [DBG] pgmap v2368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:02 smithi136 bash[11745]: audit 2022-04-26T04:05:02.200982+0000 mon.smithi136 (mon.0) 1969 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:05:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:02 smithi136 bash[11745]: audit 2022-04-26T04:05:02.205104+0000 mon.smithi136 (mon.0) 1970 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:05:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:02 smithi145 bash[13673]: cluster 2022-04-26T04:05:01.767188+0000 mgr.smithi136.ofnrfx (mgr.14188) 2545 : cluster [DBG] pgmap v2368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:02 smithi145 bash[13673]: audit 2022-04-26T04:05:02.200982+0000 mon.smithi136 (mon.0) 1969 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:05:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:02 smithi145 bash[13673]: audit 2022-04-26T04:05:02.205104+0000 mon.smithi136 (mon.0) 1970 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:05:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:04 smithi145 bash[13673]: cluster 2022-04-26T04:05:03.767837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2546 : cluster [DBG] pgmap v2369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:05.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:04 smithi136 bash[11745]: cluster 2022-04-26T04:05:03.767837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2546 : cluster [DBG] pgmap v2369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:06.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:06.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:06.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:06.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:06 smithi145 bash[13673]: cluster 2022-04-26T04:05:05.768429+0000 mgr.smithi136.ofnrfx (mgr.14188) 2547 : cluster [DBG] pgmap v2370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:06 smithi145 bash[13673]: audit 2022-04-26T04:05:06.367082+0000 mon.smithi136 (mon.0) 1971 : audit [DBG] from='client.? 172.21.15.136:0/4206003652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:06 smithi136 bash[11745]: cluster 2022-04-26T04:05:05.768429+0000 mgr.smithi136.ofnrfx (mgr.14188) 2547 : cluster [DBG] pgmap v2370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:06 smithi136 bash[11745]: audit 2022-04-26T04:05:06.367082+0000 mon.smithi136 (mon.0) 1971 : audit [DBG] from='client.? 172.21.15.136:0/4206003652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:09.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:08 smithi136 bash[11745]: cluster 2022-04-26T04:05:07.769061+0000 mgr.smithi136.ofnrfx (mgr.14188) 2548 : cluster [DBG] pgmap v2371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:08 smithi145 bash[13673]: cluster 2022-04-26T04:05:07.769061+0000 mgr.smithi136.ofnrfx (mgr.14188) 2548 : cluster [DBG] pgmap v2371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:10.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:10 smithi136 bash[11745]: cluster 2022-04-26T04:05:09.769689+0000 mgr.smithi136.ofnrfx (mgr.14188) 2549 : cluster [DBG] pgmap v2372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:10 smithi145 bash[13673]: cluster 2022-04-26T04:05:09.769689+0000 mgr.smithi136.ofnrfx (mgr.14188) 2549 : cluster [DBG] pgmap v2372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:11.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:11.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:11.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:11.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:11 smithi136 bash[11745]: audit 2022-04-26T04:05:11.696144+0000 mon.smithi136 (mon.0) 1972 : audit [DBG] from='client.? 172.21.15.136:0/301250016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:11 smithi145 bash[13673]: audit 2022-04-26T04:05:11.696144+0000 mon.smithi136 (mon.0) 1972 : audit [DBG] from='client.? 172.21.15.136:0/301250016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:13.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:12 smithi136 bash[11745]: cluster 2022-04-26T04:05:11.770310+0000 mgr.smithi136.ofnrfx (mgr.14188) 2550 : cluster [DBG] pgmap v2373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:12 smithi145 bash[13673]: cluster 2022-04-26T04:05:11.770310+0000 mgr.smithi136.ofnrfx (mgr.14188) 2550 : cluster [DBG] pgmap v2373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:14 smithi145 bash[13673]: cluster 2022-04-26T04:05:13.770897+0000 mgr.smithi136.ofnrfx (mgr.14188) 2551 : cluster [DBG] pgmap v2374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:15.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:14 smithi136 bash[11745]: cluster 2022-04-26T04:05:13.770897+0000 mgr.smithi136.ofnrfx (mgr.14188) 2551 : cluster [DBG] pgmap v2374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:16.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:16.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:16.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:17.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:16 smithi145 bash[13673]: cluster 2022-04-26T04:05:15.771482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2552 : cluster [DBG] pgmap v2375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:16 smithi136 bash[11745]: cluster 2022-04-26T04:05:15.771482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2552 : cluster [DBG] pgmap v2375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:17 smithi145 bash[13673]: audit 2022-04-26T04:05:17.030077+0000 mon.smithi136 (mon.0) 1973 : audit [DBG] from='client.? 172.21.15.136:0/1579597310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:17 smithi136 bash[11745]: audit 2022-04-26T04:05:17.030077+0000 mon.smithi136 (mon.0) 1973 : audit [DBG] from='client.? 172.21.15.136:0/1579597310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:19.059 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:18 smithi136 bash[11745]: cluster 2022-04-26T04:05:17.772243+0000 mgr.smithi136.ofnrfx (mgr.14188) 2553 : cluster [DBG] pgmap v2376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:18 smithi145 bash[13673]: cluster 2022-04-26T04:05:17.772243+0000 mgr.smithi136.ofnrfx (mgr.14188) 2553 : cluster [DBG] pgmap v2376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:20 smithi136 bash[11745]: cluster 2022-04-26T04:05:19.772962+0000 mgr.smithi136.ofnrfx (mgr.14188) 2554 : cluster [DBG] pgmap v2377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:20 smithi145 bash[13673]: cluster 2022-04-26T04:05:19.772962+0000 mgr.smithi136.ofnrfx (mgr.14188) 2554 : cluster [DBG] pgmap v2377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:22.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:22.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:22.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:22.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:22 smithi145 bash[13673]: cluster 2022-04-26T04:05:21.773628+0000 mgr.smithi136.ofnrfx (mgr.14188) 2555 : cluster [DBG] pgmap v2378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:22 smithi145 bash[13673]: audit 2022-04-26T04:05:22.360115+0000 mon.smithi136 (mon.0) 1974 : audit [DBG] from='client.? 172.21.15.136:0/3239272466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:22 smithi136 bash[11745]: cluster 2022-04-26T04:05:21.773628+0000 mgr.smithi136.ofnrfx (mgr.14188) 2555 : cluster [DBG] pgmap v2378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:22 smithi136 bash[11745]: audit 2022-04-26T04:05:22.360115+0000 mon.smithi136 (mon.0) 1974 : audit [DBG] from='client.? 172.21.15.136:0/3239272466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:24 smithi145 bash[13673]: cluster 2022-04-26T04:05:23.774261+0000 mgr.smithi136.ofnrfx (mgr.14188) 2556 : cluster [DBG] pgmap v2379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:25.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:24 smithi136 bash[11745]: cluster 2022-04-26T04:05:23.774261+0000 mgr.smithi136.ofnrfx (mgr.14188) 2556 : cluster [DBG] pgmap v2379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:26 smithi145 bash[13673]: cluster 2022-04-26T04:05:25.774882+0000 mgr.smithi136.ofnrfx (mgr.14188) 2557 : cluster [DBG] pgmap v2380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:26 smithi136 bash[11745]: cluster 2022-04-26T04:05:25.774882+0000 mgr.smithi136.ofnrfx (mgr.14188) 2557 : cluster [DBG] pgmap v2380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:27.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:27.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:27.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:27.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:27 smithi145 bash[13673]: audit 2022-04-26T04:05:27.686546+0000 mon.smithi136 (mon.0) 1975 : audit [DBG] from='client.? 172.21.15.136:0/411961934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:27 smithi136 bash[11745]: audit 2022-04-26T04:05:27.686546+0000 mon.smithi136 (mon.0) 1975 : audit [DBG] from='client.? 172.21.15.136:0/411961934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:28 smithi136 bash[11745]: cluster 2022-04-26T04:05:27.775538+0000 mgr.smithi136.ofnrfx (mgr.14188) 2558 : cluster [DBG] pgmap v2381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:28 smithi145 bash[13673]: cluster 2022-04-26T04:05:27.775538+0000 mgr.smithi136.ofnrfx (mgr.14188) 2558 : cluster [DBG] pgmap v2381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:30 smithi136 bash[11745]: cluster 2022-04-26T04:05:29.776158+0000 mgr.smithi136.ofnrfx (mgr.14188) 2559 : cluster [DBG] pgmap v2382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:30 smithi145 bash[13673]: cluster 2022-04-26T04:05:29.776158+0000 mgr.smithi136.ofnrfx (mgr.14188) 2559 : cluster [DBG] pgmap v2382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:32.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:32.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:32.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:33.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:32 smithi145 bash[13673]: cluster 2022-04-26T04:05:31.776786+0000 mgr.smithi136.ofnrfx (mgr.14188) 2560 : cluster [DBG] pgmap v2383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:32 smithi136 bash[11745]: cluster 2022-04-26T04:05:31.776786+0000 mgr.smithi136.ofnrfx (mgr.14188) 2560 : cluster [DBG] pgmap v2383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:33 smithi145 bash[13673]: audit 2022-04-26T04:05:33.010349+0000 mon.smithi136 (mon.0) 1976 : audit [DBG] from='client.? 172.21.15.136:0/3347860150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:33 smithi136 bash[11745]: audit 2022-04-26T04:05:33.010349+0000 mon.smithi136 (mon.0) 1976 : audit [DBG] from='client.? 172.21.15.136:0/3347860150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:34 smithi145 bash[13673]: cluster 2022-04-26T04:05:33.777405+0000 mgr.smithi136.ofnrfx (mgr.14188) 2561 : cluster [DBG] pgmap v2384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:35.309 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:34 smithi136 bash[11745]: cluster 2022-04-26T04:05:33.777405+0000 mgr.smithi136.ofnrfx (mgr.14188) 2561 : cluster [DBG] pgmap v2384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:36 smithi145 bash[13673]: cluster 2022-04-26T04:05:35.778018+0000 mgr.smithi136.ofnrfx (mgr.14188) 2562 : cluster [DBG] pgmap v2385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:36 smithi136 bash[11745]: cluster 2022-04-26T04:05:35.778018+0000 mgr.smithi136.ofnrfx (mgr.14188) 2562 : cluster [DBG] pgmap v2385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:38.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:38.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:38.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:37 smithi145 bash[13673]: audit 2022-04-26T04:05:37.786070+0000 mon.smithi136 (mon.0) 1977 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:05:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:37 smithi145 bash[13673]: audit 2022-04-26T04:05:37.788790+0000 mon.smithi136 (mon.0) 1978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:05:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:37 smithi145 bash[13673]: audit 2022-04-26T04:05:37.790550+0000 mon.smithi136 (mon.0) 1979 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:05:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:37 smithi136 bash[11745]: audit 2022-04-26T04:05:37.786070+0000 mon.smithi136 (mon.0) 1977 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:05:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:37 smithi136 bash[11745]: audit 2022-04-26T04:05:37.788790+0000 mon.smithi136 (mon.0) 1978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:05:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:37 smithi136 bash[11745]: audit 2022-04-26T04:05:37.790550+0000 mon.smithi136 (mon.0) 1979 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:05:38.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:38 smithi136 bash[11745]: cluster 2022-04-26T04:05:37.778649+0000 mgr.smithi136.ofnrfx (mgr.14188) 2563 : cluster [DBG] pgmap v2386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:38 smithi136 bash[11745]: audit 2022-04-26T04:05:38.139886+0000 mon.smithi136 (mon.0) 1980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:05:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:38 smithi136 bash[11745]: audit 2022-04-26T04:05:38.144671+0000 mon.smithi136 (mon.0) 1981 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:05:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:38 smithi136 bash[11745]: audit 2022-04-26T04:05:38.336433+0000 mon.smithi136 (mon.0) 1982 : audit [DBG] from='client.? 172.21.15.136:0/1213297308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:38 smithi145 bash[13673]: cluster 2022-04-26T04:05:37.778649+0000 mgr.smithi136.ofnrfx (mgr.14188) 2563 : cluster [DBG] pgmap v2386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:38 smithi145 bash[13673]: audit 2022-04-26T04:05:38.139886+0000 mon.smithi136 (mon.0) 1980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:05:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:38 smithi145 bash[13673]: audit 2022-04-26T04:05:38.144671+0000 mon.smithi136 (mon.0) 1981 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:05:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:38 smithi145 bash[13673]: audit 2022-04-26T04:05:38.336433+0000 mon.smithi136 (mon.0) 1982 : audit [DBG] from='client.? 172.21.15.136:0/1213297308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:39 smithi145 bash[13673]: cluster 2022-04-26T04:05:38.133561+0000 mgr.smithi136.ofnrfx (mgr.14188) 2564 : cluster [DBG] pgmap v2387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:39 smithi145 bash[13673]: cluster 2022-04-26T04:05:38.134010+0000 mgr.smithi136.ofnrfx (mgr.14188) 2565 : cluster [DBG] pgmap v2388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:39 smithi145 bash[13673]: cephadm 2022-04-26T04:05:38.145953+0000 mgr.smithi136.ofnrfx (mgr.14188) 2566 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:05:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:39 smithi145 bash[13673]: cephadm 2022-04-26T04:05:38.146068+0000 mgr.smithi136.ofnrfx (mgr.14188) 2567 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:05:40.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:39 smithi136 bash[11745]: cluster 2022-04-26T04:05:38.133561+0000 mgr.smithi136.ofnrfx (mgr.14188) 2564 : cluster [DBG] pgmap v2387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:40.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:39 smithi136 bash[11745]: cluster 2022-04-26T04:05:38.134010+0000 mgr.smithi136.ofnrfx (mgr.14188) 2565 : cluster [DBG] pgmap v2388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:40.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:39 smithi136 bash[11745]: cephadm 2022-04-26T04:05:38.145953+0000 mgr.smithi136.ofnrfx (mgr.14188) 2566 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:05:40.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:39 smithi136 bash[11745]: cephadm 2022-04-26T04:05:38.146068+0000 mgr.smithi136.ofnrfx (mgr.14188) 2567 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:05:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:41 smithi145 bash[13673]: cluster 2022-04-26T04:05:40.134587+0000 mgr.smithi136.ofnrfx (mgr.14188) 2568 : cluster [DBG] pgmap v2389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:41 smithi136 bash[11745]: cluster 2022-04-26T04:05:40.134587+0000 mgr.smithi136.ofnrfx (mgr.14188) 2568 : cluster [DBG] pgmap v2389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:43.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:43.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:43.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:43.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:43 smithi145 bash[13673]: cluster 2022-04-26T04:05:42.135207+0000 mgr.smithi136.ofnrfx (mgr.14188) 2569 : cluster [DBG] pgmap v2390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:43 smithi145 bash[13673]: audit 2022-04-26T04:05:43.664155+0000 mon.smithi136 (mon.0) 1983 : audit [DBG] from='client.? 172.21.15.136:0/4187068165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:43 smithi136 bash[11745]: cluster 2022-04-26T04:05:42.135207+0000 mgr.smithi136.ofnrfx (mgr.14188) 2569 : cluster [DBG] pgmap v2390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:43 smithi136 bash[11745]: audit 2022-04-26T04:05:43.664155+0000 mon.smithi136 (mon.0) 1983 : audit [DBG] from='client.? 172.21.15.136:0/4187068165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:45 smithi145 bash[13673]: cluster 2022-04-26T04:05:44.135883+0000 mgr.smithi136.ofnrfx (mgr.14188) 2570 : cluster [DBG] pgmap v2391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:45 smithi136 bash[11745]: cluster 2022-04-26T04:05:44.135883+0000 mgr.smithi136.ofnrfx (mgr.14188) 2570 : cluster [DBG] pgmap v2391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:47 smithi145 bash[13673]: cluster 2022-04-26T04:05:46.136544+0000 mgr.smithi136.ofnrfx (mgr.14188) 2571 : cluster [DBG] pgmap v2392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:47 smithi136 bash[11745]: cluster 2022-04-26T04:05:46.136544+0000 mgr.smithi136.ofnrfx (mgr.14188) 2571 : cluster [DBG] pgmap v2392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:48.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:48.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:48.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:49.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:50.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:49 smithi136 bash[11745]: cluster 2022-04-26T04:05:48.137232+0000 mgr.smithi136.ofnrfx (mgr.14188) 2572 : cluster [DBG] pgmap v2393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:50.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:49 smithi136 bash[11745]: audit 2022-04-26T04:05:48.986159+0000 mon.smithi136 (mon.0) 1984 : audit [DBG] from='client.? 172.21.15.136:0/1185931549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:49 smithi145 bash[13673]: cluster 2022-04-26T04:05:48.137232+0000 mgr.smithi136.ofnrfx (mgr.14188) 2572 : cluster [DBG] pgmap v2393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:49 smithi145 bash[13673]: audit 2022-04-26T04:05:48.986159+0000 mon.smithi136 (mon.0) 1984 : audit [DBG] from='client.? 172.21.15.136:0/1185931549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:51 smithi136 bash[11745]: cluster 2022-04-26T04:05:50.137943+0000 mgr.smithi136.ofnrfx (mgr.14188) 2573 : cluster [DBG] pgmap v2394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:51 smithi145 bash[13673]: cluster 2022-04-26T04:05:50.137943+0000 mgr.smithi136.ofnrfx (mgr.14188) 2573 : cluster [DBG] pgmap v2394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:54.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:54.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:54.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:53 smithi136 bash[11745]: cluster 2022-04-26T04:05:52.138608+0000 mgr.smithi136.ofnrfx (mgr.14188) 2574 : cluster [DBG] pgmap v2395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:54.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:05:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:53 smithi145 bash[13673]: cluster 2022-04-26T04:05:52.138608+0000 mgr.smithi136.ofnrfx (mgr.14188) 2574 : cluster [DBG] pgmap v2395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:55 smithi136 bash[11745]: cluster 2022-04-26T04:05:54.139022+0000 mgr.smithi136.ofnrfx (mgr.14188) 2575 : cluster [DBG] pgmap v2396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:55 smithi136 bash[11745]: audit 2022-04-26T04:05:54.314576+0000 mon.smithi136 (mon.0) 1985 : audit [DBG] from='client.? 172.21.15.136:0/1271263588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:55 smithi145 bash[13673]: cluster 2022-04-26T04:05:54.139022+0000 mgr.smithi136.ofnrfx (mgr.14188) 2575 : cluster [DBG] pgmap v2396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:55 smithi145 bash[13673]: audit 2022-04-26T04:05:54.314576+0000 mon.smithi136 (mon.0) 1985 : audit [DBG] from='client.? 172.21.15.136:0/1271263588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:05:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:57 smithi136 bash[11745]: cluster 2022-04-26T04:05:56.139699+0000 mgr.smithi136.ofnrfx (mgr.14188) 2576 : cluster [DBG] pgmap v2397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:57 smithi145 bash[13673]: cluster 2022-04-26T04:05:56.139699+0000 mgr.smithi136.ofnrfx (mgr.14188) 2576 : cluster [DBG] pgmap v2397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:59.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:05:59.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:05:59.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:05:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:05:59 smithi136 bash[11745]: cluster 2022-04-26T04:05:58.140318+0000 mgr.smithi136.ofnrfx (mgr.14188) 2577 : cluster [DBG] pgmap v2398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:05:59 smithi145 bash[13673]: cluster 2022-04-26T04:05:58.140318+0000 mgr.smithi136.ofnrfx (mgr.14188) 2577 : cluster [DBG] pgmap v2398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:05:59.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:00.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:00 smithi136 bash[11745]: audit 2022-04-26T04:05:59.643557+0000 mon.smithi136 (mon.0) 1986 : audit [DBG] from='client.? 172.21.15.136:0/328499480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:00 smithi145 bash[13673]: audit 2022-04-26T04:05:59.643557+0000 mon.smithi136 (mon.0) 1986 : audit [DBG] from='client.? 172.21.15.136:0/328499480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:01 smithi136 bash[11745]: cluster 2022-04-26T04:06:00.140851+0000 mgr.smithi136.ofnrfx (mgr.14188) 2578 : cluster [DBG] pgmap v2399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:01 smithi145 bash[13673]: cluster 2022-04-26T04:06:00.140851+0000 mgr.smithi136.ofnrfx (mgr.14188) 2578 : cluster [DBG] pgmap v2399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:02 smithi136 bash[11745]: audit 2022-04-26T04:06:02.205111+0000 mon.smithi136 (mon.0) 1987 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:06:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:02 smithi136 bash[11745]: audit 2022-04-26T04:06:02.208935+0000 mon.smithi136 (mon.0) 1988 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:06:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:02 smithi145 bash[13673]: audit 2022-04-26T04:06:02.205111+0000 mon.smithi136 (mon.0) 1987 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:06:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:02 smithi145 bash[13673]: audit 2022-04-26T04:06:02.208935+0000 mon.smithi136 (mon.0) 1988 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:06:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:03 smithi136 bash[11745]: cluster 2022-04-26T04:06:02.141479+0000 mgr.smithi136.ofnrfx (mgr.14188) 2579 : cluster [DBG] pgmap v2400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:03 smithi145 bash[13673]: cluster 2022-04-26T04:06:02.141479+0000 mgr.smithi136.ofnrfx (mgr.14188) 2579 : cluster [DBG] pgmap v2400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:04.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:04.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:04.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:04.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:05 smithi136 bash[11745]: cluster 2022-04-26T04:06:04.142127+0000 mgr.smithi136.ofnrfx (mgr.14188) 2580 : cluster [DBG] pgmap v2401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:05 smithi136 bash[11745]: audit 2022-04-26T04:06:04.968591+0000 mon.smithi136 (mon.0) 1989 : audit [DBG] from='client.? 172.21.15.136:0/766577964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:05 smithi145 bash[13673]: cluster 2022-04-26T04:06:04.142127+0000 mgr.smithi136.ofnrfx (mgr.14188) 2580 : cluster [DBG] pgmap v2401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:05 smithi145 bash[13673]: audit 2022-04-26T04:06:04.968591+0000 mon.smithi136 (mon.0) 1989 : audit [DBG] from='client.? 172.21.15.136:0/766577964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:07 smithi136 bash[11745]: cluster 2022-04-26T04:06:06.142746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2581 : cluster [DBG] pgmap v2402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:07 smithi145 bash[13673]: cluster 2022-04-26T04:06:06.142746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2581 : cluster [DBG] pgmap v2402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:09 smithi136 bash[11745]: cluster 2022-04-26T04:06:08.143405+0000 mgr.smithi136.ofnrfx (mgr.14188) 2582 : cluster [DBG] pgmap v2403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:09 smithi145 bash[13673]: cluster 2022-04-26T04:06:08.143405+0000 mgr.smithi136.ofnrfx (mgr.14188) 2582 : cluster [DBG] pgmap v2403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:09.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:09.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:09.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:10.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:10 smithi136 bash[11745]: audit 2022-04-26T04:06:10.297480+0000 mon.smithi136 (mon.0) 1990 : audit [DBG] from='client.? 172.21.15.136:0/618138320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:10 smithi145 bash[13673]: audit 2022-04-26T04:06:10.297480+0000 mon.smithi136 (mon.0) 1990 : audit [DBG] from='client.? 172.21.15.136:0/618138320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:11 smithi145 bash[13673]: cluster 2022-04-26T04:06:10.144002+0000 mgr.smithi136.ofnrfx (mgr.14188) 2583 : cluster [DBG] pgmap v2404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:11 smithi136 bash[11745]: cluster 2022-04-26T04:06:10.144002+0000 mgr.smithi136.ofnrfx (mgr.14188) 2583 : cluster [DBG] pgmap v2404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:13 smithi145 bash[13673]: cluster 2022-04-26T04:06:12.144659+0000 mgr.smithi136.ofnrfx (mgr.14188) 2584 : cluster [DBG] pgmap v2405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:13 smithi136 bash[11745]: cluster 2022-04-26T04:06:12.144659+0000 mgr.smithi136.ofnrfx (mgr.14188) 2584 : cluster [DBG] pgmap v2405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:15.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:15.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:15.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:15.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:15 smithi145 bash[13673]: cluster 2022-04-26T04:06:14.145300+0000 mgr.smithi136.ofnrfx (mgr.14188) 2585 : cluster [DBG] pgmap v2406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:15.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:15 smithi136 bash[11745]: cluster 2022-04-26T04:06:14.145300+0000 mgr.smithi136.ofnrfx (mgr.14188) 2585 : cluster [DBG] pgmap v2406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:16 smithi145 bash[13673]: audit 2022-04-26T04:06:15.623988+0000 mon.smithi136 (mon.0) 1991 : audit [DBG] from='client.? 172.21.15.136:0/525955906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:16 smithi136 bash[11745]: audit 2022-04-26T04:06:15.623988+0000 mon.smithi136 (mon.0) 1991 : audit [DBG] from='client.? 172.21.15.136:0/525955906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:17 smithi145 bash[13673]: cluster 2022-04-26T04:06:16.145937+0000 mgr.smithi136.ofnrfx (mgr.14188) 2586 : cluster [DBG] pgmap v2407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:17 smithi136 bash[11745]: cluster 2022-04-26T04:06:16.145937+0000 mgr.smithi136.ofnrfx (mgr.14188) 2586 : cluster [DBG] pgmap v2407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:19 smithi145 bash[13673]: cluster 2022-04-26T04:06:18.146590+0000 mgr.smithi136.ofnrfx (mgr.14188) 2587 : cluster [DBG] pgmap v2408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:19 smithi136 bash[11745]: cluster 2022-04-26T04:06:18.146590+0000 mgr.smithi136.ofnrfx (mgr.14188) 2587 : cluster [DBG] pgmap v2408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:20.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:20.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:20.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:20.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:21 smithi145 bash[13673]: cluster 2022-04-26T04:06:20.147229+0000 mgr.smithi136.ofnrfx (mgr.14188) 2588 : cluster [DBG] pgmap v2409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:21 smithi145 bash[13673]: audit 2022-04-26T04:06:20.951583+0000 mon.smithi136 (mon.0) 1992 : audit [DBG] from='client.? 172.21.15.136:0/1535334300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:21 smithi136 bash[11745]: cluster 2022-04-26T04:06:20.147229+0000 mgr.smithi136.ofnrfx (mgr.14188) 2588 : cluster [DBG] pgmap v2409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:21 smithi136 bash[11745]: audit 2022-04-26T04:06:20.951583+0000 mon.smithi136 (mon.0) 1992 : audit [DBG] from='client.? 172.21.15.136:0/1535334300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:23 smithi145 bash[13673]: cluster 2022-04-26T04:06:22.147894+0000 mgr.smithi136.ofnrfx (mgr.14188) 2589 : cluster [DBG] pgmap v2410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:23 smithi136 bash[11745]: cluster 2022-04-26T04:06:22.147894+0000 mgr.smithi136.ofnrfx (mgr.14188) 2589 : cluster [DBG] pgmap v2410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:25 smithi145 bash[13673]: cluster 2022-04-26T04:06:24.148535+0000 mgr.smithi136.ofnrfx (mgr.14188) 2590 : cluster [DBG] pgmap v2411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:25 smithi136 bash[11745]: cluster 2022-04-26T04:06:24.148535+0000 mgr.smithi136.ofnrfx (mgr.14188) 2590 : cluster [DBG] pgmap v2411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:25.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:25.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:25.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:26.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:26 smithi145 bash[13673]: audit 2022-04-26T04:06:26.282010+0000 mon.smithi136 (mon.0) 1993 : audit [DBG] from='client.? 172.21.15.136:0/3371718170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:26 smithi136 bash[11745]: audit 2022-04-26T04:06:26.282010+0000 mon.smithi136 (mon.0) 1993 : audit [DBG] from='client.? 172.21.15.136:0/3371718170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:27 smithi145 bash[13673]: cluster 2022-04-26T04:06:26.148989+0000 mgr.smithi136.ofnrfx (mgr.14188) 2591 : cluster [DBG] pgmap v2412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:27 smithi136 bash[11745]: cluster 2022-04-26T04:06:26.148989+0000 mgr.smithi136.ofnrfx (mgr.14188) 2591 : cluster [DBG] pgmap v2412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:29 smithi145 bash[13673]: cluster 2022-04-26T04:06:28.149564+0000 mgr.smithi136.ofnrfx (mgr.14188) 2592 : cluster [DBG] pgmap v2413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:29 smithi136 bash[11745]: cluster 2022-04-26T04:06:28.149564+0000 mgr.smithi136.ofnrfx (mgr.14188) 2592 : cluster [DBG] pgmap v2413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:31.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:31.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:31.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:31.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:31 smithi145 bash[13673]: cluster 2022-04-26T04:06:30.150190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2593 : cluster [DBG] pgmap v2414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:31 smithi136 bash[11745]: cluster 2022-04-26T04:06:30.150190+0000 mgr.smithi136.ofnrfx (mgr.14188) 2593 : cluster [DBG] pgmap v2414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:32 smithi145 bash[13673]: audit 2022-04-26T04:06:31.601254+0000 mon.smithi136 (mon.0) 1994 : audit [DBG] from='client.? 172.21.15.136:0/1086695958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:32 smithi136 bash[11745]: audit 2022-04-26T04:06:31.601254+0000 mon.smithi136 (mon.0) 1994 : audit [DBG] from='client.? 172.21.15.136:0/1086695958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:33 smithi145 bash[13673]: cluster 2022-04-26T04:06:32.150879+0000 mgr.smithi136.ofnrfx (mgr.14188) 2594 : cluster [DBG] pgmap v2415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:33 smithi136 bash[11745]: cluster 2022-04-26T04:06:32.150879+0000 mgr.smithi136.ofnrfx (mgr.14188) 2594 : cluster [DBG] pgmap v2415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:35 smithi136 bash[11745]: cluster 2022-04-26T04:06:34.151657+0000 mgr.smithi136.ofnrfx (mgr.14188) 2595 : cluster [DBG] pgmap v2416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:35 smithi145 bash[13673]: cluster 2022-04-26T04:06:34.151657+0000 mgr.smithi136.ofnrfx (mgr.14188) 2595 : cluster [DBG] pgmap v2416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:36.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:36.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:36.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:36.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:37 smithi136 bash[11745]: cluster 2022-04-26T04:06:36.152342+0000 mgr.smithi136.ofnrfx (mgr.14188) 2596 : cluster [DBG] pgmap v2417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:37 smithi136 bash[11745]: audit 2022-04-26T04:06:36.932242+0000 mon.smithi136 (mon.0) 1995 : audit [DBG] from='client.? 172.21.15.136:0/719969411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:37 smithi145 bash[13673]: cluster 2022-04-26T04:06:36.152342+0000 mgr.smithi136.ofnrfx (mgr.14188) 2596 : cluster [DBG] pgmap v2417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:37 smithi145 bash[13673]: audit 2022-04-26T04:06:36.932242+0000 mon.smithi136 (mon.0) 1995 : audit [DBG] from='client.? 172.21.15.136:0/719969411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:38.768 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:38 smithi136 bash[11745]: audit 2022-04-26T04:06:38.154379+0000 mon.smithi136 (mon.0) 1996 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:06:38.768 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:38 smithi136 bash[11745]: audit 2022-04-26T04:06:38.157110+0000 mon.smithi136 (mon.0) 1997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:06:38.768 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:38 smithi136 bash[11745]: audit 2022-04-26T04:06:38.158878+0000 mon.smithi136 (mon.0) 1998 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:06:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:38 smithi145 bash[13673]: audit 2022-04-26T04:06:38.154379+0000 mon.smithi136 (mon.0) 1996 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:06:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:38 smithi145 bash[13673]: audit 2022-04-26T04:06:38.157110+0000 mon.smithi136 (mon.0) 1997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:06:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:38 smithi145 bash[13673]: audit 2022-04-26T04:06:38.158878+0000 mon.smithi136 (mon.0) 1998 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:39 smithi136 bash[11745]: cluster 2022-04-26T04:06:38.152998+0000 mgr.smithi136.ofnrfx (mgr.14188) 2597 : cluster [DBG] pgmap v2418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:39 smithi136 bash[11745]: cluster 2022-04-26T04:06:38.482092+0000 mgr.smithi136.ofnrfx (mgr.14188) 2598 : cluster [DBG] pgmap v2419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:39 smithi136 bash[11745]: cluster 2022-04-26T04:06:38.482526+0000 mgr.smithi136.ofnrfx (mgr.14188) 2599 : cluster [DBG] pgmap v2420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:39 smithi136 bash[11745]: audit 2022-04-26T04:06:38.488023+0000 mon.smithi136 (mon.0) 1999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:39 smithi136 bash[11745]: audit 2022-04-26T04:06:38.494079+0000 mon.smithi136 (mon.0) 2000 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:39 smithi136 bash[11745]: cephadm 2022-04-26T04:06:38.495427+0000 mgr.smithi136.ofnrfx (mgr.14188) 2600 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:39 smithi136 bash[11745]: cephadm 2022-04-26T04:06:38.495545+0000 mgr.smithi136.ofnrfx (mgr.14188) 2601 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:06:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:39 smithi145 bash[13673]: cluster 2022-04-26T04:06:38.152998+0000 mgr.smithi136.ofnrfx (mgr.14188) 2597 : cluster [DBG] pgmap v2418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:39 smithi145 bash[13673]: cluster 2022-04-26T04:06:38.482092+0000 mgr.smithi136.ofnrfx (mgr.14188) 2598 : cluster [DBG] pgmap v2419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:39 smithi145 bash[13673]: cluster 2022-04-26T04:06:38.482526+0000 mgr.smithi136.ofnrfx (mgr.14188) 2599 : cluster [DBG] pgmap v2420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:39 smithi145 bash[13673]: audit 2022-04-26T04:06:38.488023+0000 mon.smithi136 (mon.0) 1999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:06:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:39 smithi145 bash[13673]: audit 2022-04-26T04:06:38.494079+0000 mon.smithi136 (mon.0) 2000 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:06:39.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:39 smithi145 bash[13673]: cephadm 2022-04-26T04:06:38.495427+0000 mgr.smithi136.ofnrfx (mgr.14188) 2600 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:06:39.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:39 smithi145 bash[13673]: cephadm 2022-04-26T04:06:38.495545+0000 mgr.smithi136.ofnrfx (mgr.14188) 2601 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:06:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:41 smithi136 bash[11745]: cluster 2022-04-26T04:06:40.483106+0000 mgr.smithi136.ofnrfx (mgr.14188) 2602 : cluster [DBG] pgmap v2421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:41 smithi145 bash[13673]: cluster 2022-04-26T04:06:40.483106+0000 mgr.smithi136.ofnrfx (mgr.14188) 2602 : cluster [DBG] pgmap v2421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:41.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:41.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:41.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:42.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:42 smithi136 bash[11745]: audit 2022-04-26T04:06:42.259773+0000 mon.smithi136 (mon.0) 2001 : audit [DBG] from='client.? 172.21.15.136:0/4069920249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:42 smithi145 bash[13673]: audit 2022-04-26T04:06:42.259773+0000 mon.smithi136 (mon.0) 2001 : audit [DBG] from='client.? 172.21.15.136:0/4069920249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:43 smithi136 bash[11745]: cluster 2022-04-26T04:06:42.483795+0000 mgr.smithi136.ofnrfx (mgr.14188) 2603 : cluster [DBG] pgmap v2422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:43 smithi145 bash[13673]: cluster 2022-04-26T04:06:42.483795+0000 mgr.smithi136.ofnrfx (mgr.14188) 2603 : cluster [DBG] pgmap v2422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:45 smithi136 bash[11745]: cluster 2022-04-26T04:06:44.484421+0000 mgr.smithi136.ofnrfx (mgr.14188) 2604 : cluster [DBG] pgmap v2423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:45 smithi145 bash[13673]: cluster 2022-04-26T04:06:44.484421+0000 mgr.smithi136.ofnrfx (mgr.14188) 2604 : cluster [DBG] pgmap v2423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:47.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:47.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:47.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:47.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:47 smithi136 bash[11745]: cluster 2022-04-26T04:06:46.485078+0000 mgr.smithi136.ofnrfx (mgr.14188) 2605 : cluster [DBG] pgmap v2424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:47 smithi145 bash[13673]: cluster 2022-04-26T04:06:46.485078+0000 mgr.smithi136.ofnrfx (mgr.14188) 2605 : cluster [DBG] pgmap v2424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:48.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:48 smithi136 bash[11745]: audit 2022-04-26T04:06:47.585805+0000 mon.smithi136 (mon.0) 2002 : audit [DBG] from='client.? 172.21.15.136:0/222193023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:48 smithi145 bash[13673]: audit 2022-04-26T04:06:47.585805+0000 mon.smithi136 (mon.0) 2002 : audit [DBG] from='client.? 172.21.15.136:0/222193023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:49 smithi136 bash[11745]: cluster 2022-04-26T04:06:48.485730+0000 mgr.smithi136.ofnrfx (mgr.14188) 2606 : cluster [DBG] pgmap v2425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:49 smithi145 bash[13673]: cluster 2022-04-26T04:06:48.485730+0000 mgr.smithi136.ofnrfx (mgr.14188) 2606 : cluster [DBG] pgmap v2425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:51 smithi145 bash[13673]: cluster 2022-04-26T04:06:50.486349+0000 mgr.smithi136.ofnrfx (mgr.14188) 2607 : cluster [DBG] pgmap v2426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:51 smithi136 bash[11745]: cluster 2022-04-26T04:06:50.486349+0000 mgr.smithi136.ofnrfx (mgr.14188) 2607 : cluster [DBG] pgmap v2426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:52.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:52.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:52.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:52.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:53 smithi145 bash[13673]: cluster 2022-04-26T04:06:52.487025+0000 mgr.smithi136.ofnrfx (mgr.14188) 2608 : cluster [DBG] pgmap v2427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:53 smithi145 bash[13673]: audit 2022-04-26T04:06:52.910260+0000 mon.smithi136 (mon.0) 2003 : audit [DBG] from='client.? 172.21.15.136:0/460339559' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:53 smithi136 bash[11745]: cluster 2022-04-26T04:06:52.487025+0000 mgr.smithi136.ofnrfx (mgr.14188) 2608 : cluster [DBG] pgmap v2427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:53 smithi136 bash[11745]: audit 2022-04-26T04:06:52.910260+0000 mon.smithi136 (mon.0) 2003 : audit [DBG] from='client.? 172.21.15.136:0/460339559' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:55 smithi136 bash[11745]: cluster 2022-04-26T04:06:54.487669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2609 : cluster [DBG] pgmap v2428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:55 smithi145 bash[13673]: cluster 2022-04-26T04:06:54.487669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2609 : cluster [DBG] pgmap v2428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:57 smithi136 bash[11745]: cluster 2022-04-26T04:06:56.488428+0000 mgr.smithi136.ofnrfx (mgr.14188) 2610 : cluster [DBG] pgmap v2429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:57 smithi145 bash[13673]: cluster 2022-04-26T04:06:56.488428+0000 mgr.smithi136.ofnrfx (mgr.14188) 2610 : cluster [DBG] pgmap v2429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:06:57.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:06:57.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:06:57.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:06:58.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:06:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:58 smithi136 bash[11745]: audit 2022-04-26T04:06:58.236424+0000 mon.smithi136 (mon.0) 2004 : audit [DBG] from='client.? 172.21.15.136:0/3352628945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:58 smithi145 bash[13673]: audit 2022-04-26T04:06:58.236424+0000 mon.smithi136 (mon.0) 2004 : audit [DBG] from='client.? 172.21.15.136:0/3352628945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:06:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:06:59 smithi145 bash[13673]: cluster 2022-04-26T04:06:58.489084+0000 mgr.smithi136.ofnrfx (mgr.14188) 2611 : cluster [DBG] pgmap v2430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:06:59 smithi136 bash[11745]: cluster 2022-04-26T04:06:58.489084+0000 mgr.smithi136.ofnrfx (mgr.14188) 2611 : cluster [DBG] pgmap v2430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:01 smithi145 bash[13673]: cluster 2022-04-26T04:07:00.489742+0000 mgr.smithi136.ofnrfx (mgr.14188) 2612 : cluster [DBG] pgmap v2431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:01 smithi136 bash[11745]: cluster 2022-04-26T04:07:00.489742+0000 mgr.smithi136.ofnrfx (mgr.14188) 2612 : cluster [DBG] pgmap v2431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:02 smithi145 bash[13673]: audit 2022-04-26T04:07:02.209310+0000 mon.smithi136 (mon.0) 2005 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:07:02.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:02 smithi145 bash[13673]: audit 2022-04-26T04:07:02.213229+0000 mon.smithi136 (mon.0) 2006 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:07:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:02 smithi136 bash[11745]: audit 2022-04-26T04:07:02.209310+0000 mon.smithi136 (mon.0) 2005 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:07:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:02 smithi136 bash[11745]: audit 2022-04-26T04:07:02.213229+0000 mon.smithi136 (mon.0) 2006 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:07:03.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:03.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:03.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:03.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:03 smithi145 bash[13673]: cluster 2022-04-26T04:07:02.490353+0000 mgr.smithi136.ofnrfx (mgr.14188) 2613 : cluster [DBG] pgmap v2432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:03 smithi145 bash[13673]: audit 2022-04-26T04:07:03.562918+0000 mon.smithi136 (mon.0) 2007 : audit [DBG] from='client.? 172.21.15.136:0/1673097839' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:03 smithi136 bash[11745]: cluster 2022-04-26T04:07:02.490353+0000 mgr.smithi136.ofnrfx (mgr.14188) 2613 : cluster [DBG] pgmap v2432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:03 smithi136 bash[11745]: audit 2022-04-26T04:07:03.562918+0000 mon.smithi136 (mon.0) 2007 : audit [DBG] from='client.? 172.21.15.136:0/1673097839' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:05 smithi136 bash[11745]: cluster 2022-04-26T04:07:04.491042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2614 : cluster [DBG] pgmap v2433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:05 smithi145 bash[13673]: cluster 2022-04-26T04:07:04.491042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2614 : cluster [DBG] pgmap v2433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:07 smithi136 bash[11745]: cluster 2022-04-26T04:07:06.491820+0000 mgr.smithi136.ofnrfx (mgr.14188) 2615 : cluster [DBG] pgmap v2434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:07 smithi145 bash[13673]: cluster 2022-04-26T04:07:06.491820+0000 mgr.smithi136.ofnrfx (mgr.14188) 2615 : cluster [DBG] pgmap v2434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:08.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:08.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:08.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:08.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:09 smithi136 bash[11745]: cluster 2022-04-26T04:07:08.492582+0000 mgr.smithi136.ofnrfx (mgr.14188) 2616 : cluster [DBG] pgmap v2435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:09 smithi136 bash[11745]: audit 2022-04-26T04:07:08.891429+0000 mon.smithi136 (mon.0) 2008 : audit [DBG] from='client.? 172.21.15.136:0/895541698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:09 smithi145 bash[13673]: cluster 2022-04-26T04:07:08.492582+0000 mgr.smithi136.ofnrfx (mgr.14188) 2616 : cluster [DBG] pgmap v2435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:09 smithi145 bash[13673]: audit 2022-04-26T04:07:08.891429+0000 mon.smithi136 (mon.0) 2008 : audit [DBG] from='client.? 172.21.15.136:0/895541698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:11 smithi136 bash[11745]: cluster 2022-04-26T04:07:10.493276+0000 mgr.smithi136.ofnrfx (mgr.14188) 2617 : cluster [DBG] pgmap v2436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:11 smithi145 bash[13673]: cluster 2022-04-26T04:07:10.493276+0000 mgr.smithi136.ofnrfx (mgr.14188) 2617 : cluster [DBG] pgmap v2436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:13 smithi145 bash[13673]: cluster 2022-04-26T04:07:12.493930+0000 mgr.smithi136.ofnrfx (mgr.14188) 2618 : cluster [DBG] pgmap v2437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:13.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:13.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:13.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:13 smithi136 bash[11745]: cluster 2022-04-26T04:07:12.493930+0000 mgr.smithi136.ofnrfx (mgr.14188) 2618 : cluster [DBG] pgmap v2437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:14.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:14 smithi145 bash[13673]: audit 2022-04-26T04:07:14.221934+0000 mon.smithi136 (mon.0) 2009 : audit [DBG] from='client.? 172.21.15.136:0/2576795781' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:14 smithi136 bash[11745]: audit 2022-04-26T04:07:14.221934+0000 mon.smithi136 (mon.0) 2009 : audit [DBG] from='client.? 172.21.15.136:0/2576795781' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:15 smithi145 bash[13673]: cluster 2022-04-26T04:07:14.494542+0000 mgr.smithi136.ofnrfx (mgr.14188) 2619 : cluster [DBG] pgmap v2438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:15 smithi136 bash[11745]: cluster 2022-04-26T04:07:14.494542+0000 mgr.smithi136.ofnrfx (mgr.14188) 2619 : cluster [DBG] pgmap v2438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:17 smithi145 bash[13673]: cluster 2022-04-26T04:07:16.495280+0000 mgr.smithi136.ofnrfx (mgr.14188) 2620 : cluster [DBG] pgmap v2439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:17 smithi136 bash[11745]: cluster 2022-04-26T04:07:16.495280+0000 mgr.smithi136.ofnrfx (mgr.14188) 2620 : cluster [DBG] pgmap v2439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:19.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:19.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:19.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:19.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:19 smithi145 bash[13673]: cluster 2022-04-26T04:07:18.495920+0000 mgr.smithi136.ofnrfx (mgr.14188) 2621 : cluster [DBG] pgmap v2440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:19 smithi145 bash[13673]: audit 2022-04-26T04:07:19.550312+0000 mon.smithi136 (mon.0) 2010 : audit [DBG] from='client.? 172.21.15.136:0/287255596' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:19 smithi136 bash[11745]: cluster 2022-04-26T04:07:18.495920+0000 mgr.smithi136.ofnrfx (mgr.14188) 2621 : cluster [DBG] pgmap v2440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:19 smithi136 bash[11745]: audit 2022-04-26T04:07:19.550312+0000 mon.smithi136 (mon.0) 2010 : audit [DBG] from='client.? 172.21.15.136:0/287255596' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:21 smithi145 bash[13673]: cluster 2022-04-26T04:07:20.496547+0000 mgr.smithi136.ofnrfx (mgr.14188) 2622 : cluster [DBG] pgmap v2441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:21 smithi136 bash[11745]: cluster 2022-04-26T04:07:20.496547+0000 mgr.smithi136.ofnrfx (mgr.14188) 2622 : cluster [DBG] pgmap v2441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:23 smithi145 bash[13673]: cluster 2022-04-26T04:07:22.497167+0000 mgr.smithi136.ofnrfx (mgr.14188) 2623 : cluster [DBG] pgmap v2442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:23 smithi136 bash[11745]: cluster 2022-04-26T04:07:22.497167+0000 mgr.smithi136.ofnrfx (mgr.14188) 2623 : cluster [DBG] pgmap v2442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:24.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:24.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:24.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:24.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:25 smithi136 bash[11745]: cluster 2022-04-26T04:07:24.497781+0000 mgr.smithi136.ofnrfx (mgr.14188) 2624 : cluster [DBG] pgmap v2443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:25 smithi136 bash[11745]: audit 2022-04-26T04:07:24.877669+0000 mon.smithi136 (mon.0) 2011 : audit [DBG] from='client.? 172.21.15.136:0/1229611628' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:25 smithi145 bash[13673]: cluster 2022-04-26T04:07:24.497781+0000 mgr.smithi136.ofnrfx (mgr.14188) 2624 : cluster [DBG] pgmap v2443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:25 smithi145 bash[13673]: audit 2022-04-26T04:07:24.877669+0000 mon.smithi136 (mon.0) 2011 : audit [DBG] from='client.? 172.21.15.136:0/1229611628' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:27 smithi136 bash[11745]: cluster 2022-04-26T04:07:26.498446+0000 mgr.smithi136.ofnrfx (mgr.14188) 2625 : cluster [DBG] pgmap v2444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:27 smithi145 bash[13673]: cluster 2022-04-26T04:07:26.498446+0000 mgr.smithi136.ofnrfx (mgr.14188) 2625 : cluster [DBG] pgmap v2444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:29.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:29.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:29.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:29 smithi145 bash[13673]: cluster 2022-04-26T04:07:28.499110+0000 mgr.smithi136.ofnrfx (mgr.14188) 2626 : cluster [DBG] pgmap v2445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:29 smithi136 bash[11745]: cluster 2022-04-26T04:07:28.499110+0000 mgr.smithi136.ofnrfx (mgr.14188) 2626 : cluster [DBG] pgmap v2445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:30.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:30 smithi145 bash[13673]: audit 2022-04-26T04:07:30.203122+0000 mon.smithi136 (mon.0) 2012 : audit [DBG] from='client.? 172.21.15.136:0/2110988417' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:30 smithi136 bash[11745]: audit 2022-04-26T04:07:30.203122+0000 mon.smithi136 (mon.0) 2012 : audit [DBG] from='client.? 172.21.15.136:0/2110988417' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:31 smithi145 bash[13673]: cluster 2022-04-26T04:07:30.499762+0000 mgr.smithi136.ofnrfx (mgr.14188) 2627 : cluster [DBG] pgmap v2446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:31 smithi136 bash[11745]: cluster 2022-04-26T04:07:30.499762+0000 mgr.smithi136.ofnrfx (mgr.14188) 2627 : cluster [DBG] pgmap v2446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:33 smithi145 bash[13673]: cluster 2022-04-26T04:07:32.500462+0000 mgr.smithi136.ofnrfx (mgr.14188) 2628 : cluster [DBG] pgmap v2447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:33 smithi136 bash[11745]: cluster 2022-04-26T04:07:32.500462+0000 mgr.smithi136.ofnrfx (mgr.14188) 2628 : cluster [DBG] pgmap v2447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:35.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:35.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:35.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:35.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:35 smithi136 bash[11745]: cluster 2022-04-26T04:07:34.501097+0000 mgr.smithi136.ofnrfx (mgr.14188) 2629 : cluster [DBG] pgmap v2448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:35 smithi145 bash[13673]: cluster 2022-04-26T04:07:34.501097+0000 mgr.smithi136.ofnrfx (mgr.14188) 2629 : cluster [DBG] pgmap v2448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:36 smithi136 bash[11745]: audit 2022-04-26T04:07:35.531082+0000 mon.smithi136 (mon.0) 2013 : audit [DBG] from='client.? 172.21.15.136:0/2098319982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:36 smithi145 bash[13673]: audit 2022-04-26T04:07:35.531082+0000 mon.smithi136 (mon.0) 2013 : audit [DBG] from='client.? 172.21.15.136:0/2098319982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:37 smithi145 bash[13673]: cluster 2022-04-26T04:07:36.501686+0000 mgr.smithi136.ofnrfx (mgr.14188) 2630 : cluster [DBG] pgmap v2449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:37 smithi136 bash[11745]: cluster 2022-04-26T04:07:36.501686+0000 mgr.smithi136.ofnrfx (mgr.14188) 2630 : cluster [DBG] pgmap v2449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:38 smithi145 bash[13673]: audit 2022-04-26T04:07:38.507105+0000 mon.smithi136 (mon.0) 2014 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:38 smithi145 bash[13673]: audit 2022-04-26T04:07:38.510105+0000 mon.smithi136 (mon.0) 2015 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:38 smithi145 bash[13673]: audit 2022-04-26T04:07:38.511886+0000 mon.smithi136 (mon.0) 2016 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:07:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:38 smithi136 bash[11745]: audit 2022-04-26T04:07:38.507105+0000 mon.smithi136 (mon.0) 2014 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:07:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:38 smithi136 bash[11745]: audit 2022-04-26T04:07:38.510105+0000 mon.smithi136 (mon.0) 2015 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:07:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:38 smithi136 bash[11745]: audit 2022-04-26T04:07:38.511886+0000 mon.smithi136 (mon.0) 2016 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:39 smithi145 bash[13673]: cluster 2022-04-26T04:07:38.502257+0000 mgr.smithi136.ofnrfx (mgr.14188) 2631 : cluster [DBG] pgmap v2450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:39 smithi145 bash[13673]: cluster 2022-04-26T04:07:38.842673+0000 mgr.smithi136.ofnrfx (mgr.14188) 2632 : cluster [DBG] pgmap v2451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:39 smithi145 bash[13673]: cluster 2022-04-26T04:07:38.843160+0000 mgr.smithi136.ofnrfx (mgr.14188) 2633 : cluster [DBG] pgmap v2452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:39 smithi145 bash[13673]: audit 2022-04-26T04:07:38.851378+0000 mon.smithi136 (mon.0) 2017 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:39 smithi145 bash[13673]: audit 2022-04-26T04:07:38.858929+0000 mon.smithi136 (mon.0) 2018 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:39 smithi145 bash[13673]: cephadm 2022-04-26T04:07:38.860135+0000 mgr.smithi136.ofnrfx (mgr.14188) 2634 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:39 smithi145 bash[13673]: cephadm 2022-04-26T04:07:38.860300+0000 mgr.smithi136.ofnrfx (mgr.14188) 2635 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:07:40.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:39 smithi136 bash[11745]: cluster 2022-04-26T04:07:38.502257+0000 mgr.smithi136.ofnrfx (mgr.14188) 2631 : cluster [DBG] pgmap v2450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:40.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:39 smithi136 bash[11745]: cluster 2022-04-26T04:07:38.842673+0000 mgr.smithi136.ofnrfx (mgr.14188) 2632 : cluster [DBG] pgmap v2451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:40.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:39 smithi136 bash[11745]: cluster 2022-04-26T04:07:38.843160+0000 mgr.smithi136.ofnrfx (mgr.14188) 2633 : cluster [DBG] pgmap v2452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:40.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:39 smithi136 bash[11745]: audit 2022-04-26T04:07:38.851378+0000 mon.smithi136 (mon.0) 2017 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:07:40.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:39 smithi136 bash[11745]: audit 2022-04-26T04:07:38.858929+0000 mon.smithi136 (mon.0) 2018 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:07:40.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:39 smithi136 bash[11745]: cephadm 2022-04-26T04:07:38.860135+0000 mgr.smithi136.ofnrfx (mgr.14188) 2634 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:07:40.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:39 smithi136 bash[11745]: cephadm 2022-04-26T04:07:38.860300+0000 mgr.smithi136.ofnrfx (mgr.14188) 2635 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:07:40.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:40.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:40.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:40.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:41 smithi145 bash[13673]: cluster 2022-04-26T04:07:40.843680+0000 mgr.smithi136.ofnrfx (mgr.14188) 2636 : cluster [DBG] pgmap v2453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:41 smithi145 bash[13673]: audit 2022-04-26T04:07:40.862691+0000 mon.smithi136 (mon.0) 2019 : audit [DBG] from='client.? 172.21.15.136:0/3088924186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:41 smithi136 bash[11745]: cluster 2022-04-26T04:07:40.843680+0000 mgr.smithi136.ofnrfx (mgr.14188) 2636 : cluster [DBG] pgmap v2453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:41 smithi136 bash[11745]: audit 2022-04-26T04:07:40.862691+0000 mon.smithi136 (mon.0) 2019 : audit [DBG] from='client.? 172.21.15.136:0/3088924186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:43 smithi145 bash[13673]: cluster 2022-04-26T04:07:42.844339+0000 mgr.smithi136.ofnrfx (mgr.14188) 2637 : cluster [DBG] pgmap v2454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:43 smithi136 bash[11745]: cluster 2022-04-26T04:07:42.844339+0000 mgr.smithi136.ofnrfx (mgr.14188) 2637 : cluster [DBG] pgmap v2454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:45 smithi136 bash[11745]: cluster 2022-04-26T04:07:44.844973+0000 mgr.smithi136.ofnrfx (mgr.14188) 2638 : cluster [DBG] pgmap v2455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:45 smithi145 bash[13673]: cluster 2022-04-26T04:07:44.844973+0000 mgr.smithi136.ofnrfx (mgr.14188) 2638 : cluster [DBG] pgmap v2455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:45.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:45.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:45.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:46.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:46 smithi136 bash[11745]: audit 2022-04-26T04:07:46.181170+0000 mon.smithi136 (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.136:0/2429674015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:46 smithi145 bash[13673]: audit 2022-04-26T04:07:46.181170+0000 mon.smithi136 (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.136:0/2429674015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:47 smithi145 bash[13673]: cluster 2022-04-26T04:07:46.845613+0000 mgr.smithi136.ofnrfx (mgr.14188) 2639 : cluster [DBG] pgmap v2456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:47 smithi136 bash[11745]: cluster 2022-04-26T04:07:46.845613+0000 mgr.smithi136.ofnrfx (mgr.14188) 2639 : cluster [DBG] pgmap v2456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:50.228 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:49 smithi136 bash[11745]: cluster 2022-04-26T04:07:48.846371+0000 mgr.smithi136.ofnrfx (mgr.14188) 2640 : cluster [DBG] pgmap v2457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:49 smithi145 bash[13673]: cluster 2022-04-26T04:07:48.846371+0000 mgr.smithi136.ofnrfx (mgr.14188) 2640 : cluster [DBG] pgmap v2457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:51.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:51.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:51.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:51.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:51 smithi136 bash[11745]: cluster 2022-04-26T04:07:50.847035+0000 mgr.smithi136.ofnrfx (mgr.14188) 2641 : cluster [DBG] pgmap v2458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:51 smithi136 bash[11745]: audit 2022-04-26T04:07:51.510641+0000 mon.smithi136 (mon.0) 2021 : audit [DBG] from='client.? 172.21.15.136:0/4270183011' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:51 smithi145 bash[13673]: cluster 2022-04-26T04:07:50.847035+0000 mgr.smithi136.ofnrfx (mgr.14188) 2641 : cluster [DBG] pgmap v2458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:51 smithi145 bash[13673]: audit 2022-04-26T04:07:51.510641+0000 mon.smithi136 (mon.0) 2021 : audit [DBG] from='client.? 172.21.15.136:0/4270183011' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:53 smithi136 bash[11745]: cluster 2022-04-26T04:07:52.847705+0000 mgr.smithi136.ofnrfx (mgr.14188) 2642 : cluster [DBG] pgmap v2459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:53 smithi145 bash[13673]: cluster 2022-04-26T04:07:52.847705+0000 mgr.smithi136.ofnrfx (mgr.14188) 2642 : cluster [DBG] pgmap v2459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:55 smithi145 bash[13673]: cluster 2022-04-26T04:07:54.848322+0000 mgr.smithi136.ofnrfx (mgr.14188) 2643 : cluster [DBG] pgmap v2460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:55 smithi136 bash[11745]: cluster 2022-04-26T04:07:54.848322+0000 mgr.smithi136.ofnrfx (mgr.14188) 2643 : cluster [DBG] pgmap v2460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:56.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:07:56.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:07:56.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:07:56.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:07:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:56 smithi145 bash[13673]: audit 2022-04-26T04:07:56.830896+0000 mon.smithi136 (mon.0) 2022 : audit [DBG] from='client.? 172.21.15.136:0/1931949456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:56 smithi136 bash[11745]: audit 2022-04-26T04:07:56.830896+0000 mon.smithi136 (mon.0) 2022 : audit [DBG] from='client.? 172.21.15.136:0/1931949456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:07:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:57 smithi136 bash[11745]: cluster 2022-04-26T04:07:56.848970+0000 mgr.smithi136.ofnrfx (mgr.14188) 2644 : cluster [DBG] pgmap v2461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:07:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:57 smithi145 bash[13673]: cluster 2022-04-26T04:07:56.848970+0000 mgr.smithi136.ofnrfx (mgr.14188) 2644 : cluster [DBG] pgmap v2461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:00.227 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:07:59 smithi136 bash[11745]: cluster 2022-04-26T04:07:58.849607+0000 mgr.smithi136.ofnrfx (mgr.14188) 2645 : cluster [DBG] pgmap v2462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:07:59 smithi145 bash[13673]: cluster 2022-04-26T04:07:58.849607+0000 mgr.smithi136.ofnrfx (mgr.14188) 2645 : cluster [DBG] pgmap v2462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:01.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:01.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:01.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:02.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:01 smithi136 bash[11745]: cluster 2022-04-26T04:08:00.850231+0000 mgr.smithi136.ofnrfx (mgr.14188) 2646 : cluster [DBG] pgmap v2463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:01 smithi145 bash[13673]: cluster 2022-04-26T04:08:00.850231+0000 mgr.smithi136.ofnrfx (mgr.14188) 2646 : cluster [DBG] pgmap v2463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:02 smithi136 bash[11745]: audit 2022-04-26T04:08:02.156383+0000 mon.smithi136 (mon.0) 2023 : audit [DBG] from='client.? 172.21.15.136:0/1883449637' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:02 smithi136 bash[11745]: audit 2022-04-26T04:08:02.213517+0000 mon.smithi136 (mon.0) 2024 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:08:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:02 smithi136 bash[11745]: audit 2022-04-26T04:08:02.217271+0000 mon.smithi136 (mon.0) 2025 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:08:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:02 smithi145 bash[13673]: audit 2022-04-26T04:08:02.156383+0000 mon.smithi136 (mon.0) 2023 : audit [DBG] from='client.? 172.21.15.136:0/1883449637' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:02 smithi145 bash[13673]: audit 2022-04-26T04:08:02.213517+0000 mon.smithi136 (mon.0) 2024 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:08:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:02 smithi145 bash[13673]: audit 2022-04-26T04:08:02.217271+0000 mon.smithi136 (mon.0) 2025 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:08:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:03 smithi136 bash[11745]: cluster 2022-04-26T04:08:02.850848+0000 mgr.smithi136.ofnrfx (mgr.14188) 2647 : cluster [DBG] pgmap v2464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:03 smithi145 bash[13673]: cluster 2022-04-26T04:08:02.850848+0000 mgr.smithi136.ofnrfx (mgr.14188) 2647 : cluster [DBG] pgmap v2464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:05 smithi145 bash[13673]: cluster 2022-04-26T04:08:04.851458+0000 mgr.smithi136.ofnrfx (mgr.14188) 2648 : cluster [DBG] pgmap v2465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:05 smithi136 bash[11745]: cluster 2022-04-26T04:08:04.851458+0000 mgr.smithi136.ofnrfx (mgr.14188) 2648 : cluster [DBG] pgmap v2465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:07.175 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:07.175 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:07.175 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:07.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:07 smithi136 bash[11745]: cluster 2022-04-26T04:08:06.852121+0000 mgr.smithi136.ofnrfx (mgr.14188) 2649 : cluster [DBG] pgmap v2466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:07 smithi136 bash[11745]: audit 2022-04-26T04:08:07.491461+0000 mon.smithi136 (mon.0) 2026 : audit [DBG] from='client.? 172.21.15.136:0/3975084451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:07 smithi145 bash[13673]: cluster 2022-04-26T04:08:06.852121+0000 mgr.smithi136.ofnrfx (mgr.14188) 2649 : cluster [DBG] pgmap v2466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:07 smithi145 bash[13673]: audit 2022-04-26T04:08:07.491461+0000 mon.smithi136 (mon.0) 2026 : audit [DBG] from='client.? 172.21.15.136:0/3975084451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:10.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:09 smithi136 bash[11745]: cluster 2022-04-26T04:08:08.852718+0000 mgr.smithi136.ofnrfx (mgr.14188) 2650 : cluster [DBG] pgmap v2467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:09 smithi145 bash[13673]: cluster 2022-04-26T04:08:08.852718+0000 mgr.smithi136.ofnrfx (mgr.14188) 2650 : cluster [DBG] pgmap v2467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:11 smithi136 bash[11745]: cluster 2022-04-26T04:08:10.853291+0000 mgr.smithi136.ofnrfx (mgr.14188) 2651 : cluster [DBG] pgmap v2468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:11 smithi145 bash[13673]: cluster 2022-04-26T04:08:10.853291+0000 mgr.smithi136.ofnrfx (mgr.14188) 2651 : cluster [DBG] pgmap v2468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:12.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:12.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:12.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:12.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:12 smithi136 bash[11745]: audit 2022-04-26T04:08:12.813304+0000 mon.smithi136 (mon.0) 2027 : audit [DBG] from='client.? 172.21.15.136:0/1530134881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:12 smithi145 bash[13673]: audit 2022-04-26T04:08:12.813304+0000 mon.smithi136 (mon.0) 2027 : audit [DBG] from='client.? 172.21.15.136:0/1530134881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:13 smithi136 bash[11745]: cluster 2022-04-26T04:08:12.853915+0000 mgr.smithi136.ofnrfx (mgr.14188) 2652 : cluster [DBG] pgmap v2469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:13 smithi145 bash[13673]: cluster 2022-04-26T04:08:12.853915+0000 mgr.smithi136.ofnrfx (mgr.14188) 2652 : cluster [DBG] pgmap v2469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:15 smithi145 bash[13673]: cluster 2022-04-26T04:08:14.854633+0000 mgr.smithi136.ofnrfx (mgr.14188) 2653 : cluster [DBG] pgmap v2470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:15 smithi136 bash[11745]: cluster 2022-04-26T04:08:14.854633+0000 mgr.smithi136.ofnrfx (mgr.14188) 2653 : cluster [DBG] pgmap v2470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:17.831 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:17.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:17.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:18.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:17 smithi136 bash[11745]: cluster 2022-04-26T04:08:16.855260+0000 mgr.smithi136.ofnrfx (mgr.14188) 2654 : cluster [DBG] pgmap v2471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:17 smithi145 bash[13673]: cluster 2022-04-26T04:08:16.855260+0000 mgr.smithi136.ofnrfx (mgr.14188) 2654 : cluster [DBG] pgmap v2471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:18 smithi136 bash[11745]: audit 2022-04-26T04:08:18.141110+0000 mon.smithi136 (mon.0) 2028 : audit [DBG] from='client.? 172.21.15.136:0/3258303174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:18 smithi145 bash[13673]: audit 2022-04-26T04:08:18.141110+0000 mon.smithi136 (mon.0) 2028 : audit [DBG] from='client.? 172.21.15.136:0/3258303174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:20.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:19 smithi136 bash[11745]: cluster 2022-04-26T04:08:18.855896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2655 : cluster [DBG] pgmap v2472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:19 smithi145 bash[13673]: cluster 2022-04-26T04:08:18.855896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2655 : cluster [DBG] pgmap v2472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:21 smithi136 bash[11745]: cluster 2022-04-26T04:08:20.856586+0000 mgr.smithi136.ofnrfx (mgr.14188) 2656 : cluster [DBG] pgmap v2473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:21 smithi145 bash[13673]: cluster 2022-04-26T04:08:20.856586+0000 mgr.smithi136.ofnrfx (mgr.14188) 2656 : cluster [DBG] pgmap v2473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:23.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:23.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:23.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:23.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:23 smithi136 bash[11745]: cluster 2022-04-26T04:08:22.857347+0000 mgr.smithi136.ofnrfx (mgr.14188) 2657 : cluster [DBG] pgmap v2474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:23 smithi136 bash[11745]: audit 2022-04-26T04:08:23.468483+0000 mon.smithi136 (mon.0) 2029 : audit [DBG] from='client.? 172.21.15.136:0/4255525296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:23 smithi145 bash[13673]: cluster 2022-04-26T04:08:22.857347+0000 mgr.smithi136.ofnrfx (mgr.14188) 2657 : cluster [DBG] pgmap v2474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:23 smithi145 bash[13673]: audit 2022-04-26T04:08:23.468483+0000 mon.smithi136 (mon.0) 2029 : audit [DBG] from='client.? 172.21.15.136:0/4255525296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:25 smithi145 bash[13673]: cluster 2022-04-26T04:08:24.858018+0000 mgr.smithi136.ofnrfx (mgr.14188) 2658 : cluster [DBG] pgmap v2475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:25 smithi136 bash[11745]: cluster 2022-04-26T04:08:24.858018+0000 mgr.smithi136.ofnrfx (mgr.14188) 2658 : cluster [DBG] pgmap v2475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:27 smithi136 bash[11745]: cluster 2022-04-26T04:08:26.858674+0000 mgr.smithi136.ofnrfx (mgr.14188) 2659 : cluster [DBG] pgmap v2476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:27 smithi145 bash[13673]: cluster 2022-04-26T04:08:26.858674+0000 mgr.smithi136.ofnrfx (mgr.14188) 2659 : cluster [DBG] pgmap v2476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:28.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:28.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:28.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:28.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:28 smithi136 bash[11745]: audit 2022-04-26T04:08:28.800271+0000 mon.smithi136 (mon.0) 2030 : audit [DBG] from='client.? 172.21.15.136:0/2148226215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:28 smithi145 bash[13673]: audit 2022-04-26T04:08:28.800271+0000 mon.smithi136 (mon.0) 2030 : audit [DBG] from='client.? 172.21.15.136:0/2148226215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:30.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:29 smithi136 bash[11745]: cluster 2022-04-26T04:08:28.859360+0000 mgr.smithi136.ofnrfx (mgr.14188) 2660 : cluster [DBG] pgmap v2477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:29 smithi145 bash[13673]: cluster 2022-04-26T04:08:28.859360+0000 mgr.smithi136.ofnrfx (mgr.14188) 2660 : cluster [DBG] pgmap v2477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:31 smithi136 bash[11745]: cluster 2022-04-26T04:08:30.860112+0000 mgr.smithi136.ofnrfx (mgr.14188) 2661 : cluster [DBG] pgmap v2478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:31 smithi145 bash[13673]: cluster 2022-04-26T04:08:30.860112+0000 mgr.smithi136.ofnrfx (mgr.14188) 2661 : cluster [DBG] pgmap v2478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:33.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:33.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:33.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:34.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:33 smithi136 bash[11745]: cluster 2022-04-26T04:08:32.860784+0000 mgr.smithi136.ofnrfx (mgr.14188) 2662 : cluster [DBG] pgmap v2479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:33 smithi145 bash[13673]: cluster 2022-04-26T04:08:32.860784+0000 mgr.smithi136.ofnrfx (mgr.14188) 2662 : cluster [DBG] pgmap v2479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:34 smithi136 bash[11745]: audit 2022-04-26T04:08:34.131352+0000 mon.smithi136 (mon.0) 2031 : audit [DBG] from='client.? 172.21.15.136:0/1456772822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:34 smithi145 bash[13673]: audit 2022-04-26T04:08:34.131352+0000 mon.smithi136 (mon.0) 2031 : audit [DBG] from='client.? 172.21.15.136:0/1456772822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:35 smithi136 bash[11745]: cluster 2022-04-26T04:08:34.861488+0000 mgr.smithi136.ofnrfx (mgr.14188) 2663 : cluster [DBG] pgmap v2480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:35 smithi145 bash[13673]: cluster 2022-04-26T04:08:34.861488+0000 mgr.smithi136.ofnrfx (mgr.14188) 2663 : cluster [DBG] pgmap v2480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:37 smithi136 bash[11745]: cluster 2022-04-26T04:08:36.862161+0000 mgr.smithi136.ofnrfx (mgr.14188) 2664 : cluster [DBG] pgmap v2481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:37 smithi145 bash[13673]: cluster 2022-04-26T04:08:36.862161+0000 mgr.smithi136.ofnrfx (mgr.14188) 2664 : cluster [DBG] pgmap v2481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:38 smithi136 bash[11745]: audit 2022-04-26T04:08:38.871281+0000 mon.smithi136 (mon.0) 2032 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:08:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:38 smithi136 bash[11745]: audit 2022-04-26T04:08:38.874003+0000 mon.smithi136 (mon.0) 2033 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:08:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:38 smithi136 bash[11745]: audit 2022-04-26T04:08:38.875795+0000 mon.smithi136 (mon.0) 2034 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:08:39.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:39.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:39.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:38 smithi145 bash[13673]: audit 2022-04-26T04:08:38.871281+0000 mon.smithi136 (mon.0) 2032 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:08:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:38 smithi145 bash[13673]: audit 2022-04-26T04:08:38.874003+0000 mon.smithi136 (mon.0) 2033 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:08:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:38 smithi145 bash[13673]: audit 2022-04-26T04:08:38.875795+0000 mon.smithi136 (mon.0) 2034 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:08:39.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:40.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:39 smithi136 bash[11745]: cluster 2022-04-26T04:08:38.862837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2665 : cluster [DBG] pgmap v2482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:40.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:39 smithi136 bash[11745]: audit 2022-04-26T04:08:39.206071+0000 mon.smithi136 (mon.0) 2035 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:08:40.229 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:39 smithi136 bash[11745]: audit 2022-04-26T04:08:39.214307+0000 mon.smithi136 (mon.0) 2036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:08:40.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:39 smithi136 bash[11745]: audit 2022-04-26T04:08:39.438491+0000 mon.smithi136 (mon.0) 2037 : audit [DBG] from='client.? 172.21.15.136:0/907477829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:39 smithi145 bash[13673]: cluster 2022-04-26T04:08:38.862837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2665 : cluster [DBG] pgmap v2482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:39 smithi145 bash[13673]: audit 2022-04-26T04:08:39.206071+0000 mon.smithi136 (mon.0) 2035 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:08:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:39 smithi145 bash[13673]: audit 2022-04-26T04:08:39.214307+0000 mon.smithi136 (mon.0) 2036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:08:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:39 smithi145 bash[13673]: audit 2022-04-26T04:08:39.438491+0000 mon.smithi136 (mon.0) 2037 : audit [DBG] from='client.? 172.21.15.136:0/907477829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:40 smithi136 bash[11745]: cluster 2022-04-26T04:08:39.200274+0000 mgr.smithi136.ofnrfx (mgr.14188) 2666 : cluster [DBG] pgmap v2483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:40 smithi136 bash[11745]: cluster 2022-04-26T04:08:39.200523+0000 mgr.smithi136.ofnrfx (mgr.14188) 2667 : cluster [DBG] pgmap v2484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:40 smithi136 bash[11745]: cephadm 2022-04-26T04:08:39.215401+0000 mgr.smithi136.ofnrfx (mgr.14188) 2668 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:08:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:40 smithi136 bash[11745]: cephadm 2022-04-26T04:08:39.215563+0000 mgr.smithi136.ofnrfx (mgr.14188) 2669 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:08:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:40 smithi145 bash[13673]: cluster 2022-04-26T04:08:39.200274+0000 mgr.smithi136.ofnrfx (mgr.14188) 2666 : cluster [DBG] pgmap v2483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:40 smithi145 bash[13673]: cluster 2022-04-26T04:08:39.200523+0000 mgr.smithi136.ofnrfx (mgr.14188) 2667 : cluster [DBG] pgmap v2484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:40 smithi145 bash[13673]: cephadm 2022-04-26T04:08:39.215401+0000 mgr.smithi136.ofnrfx (mgr.14188) 2668 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:08:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:40 smithi145 bash[13673]: cephadm 2022-04-26T04:08:39.215563+0000 mgr.smithi136.ofnrfx (mgr.14188) 2669 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:08:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:41 smithi136 bash[11745]: cluster 2022-04-26T04:08:41.201148+0000 mgr.smithi136.ofnrfx (mgr.14188) 2670 : cluster [DBG] pgmap v2485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:41 smithi145 bash[13673]: cluster 2022-04-26T04:08:41.201148+0000 mgr.smithi136.ofnrfx (mgr.14188) 2670 : cluster [DBG] pgmap v2485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:44.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:44.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:44.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:44 smithi136 bash[11745]: cluster 2022-04-26T04:08:43.201818+0000 mgr.smithi136.ofnrfx (mgr.14188) 2671 : cluster [DBG] pgmap v2486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:44 smithi145 bash[13673]: cluster 2022-04-26T04:08:43.201818+0000 mgr.smithi136.ofnrfx (mgr.14188) 2671 : cluster [DBG] pgmap v2486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:44.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:45 smithi145 bash[13673]: audit 2022-04-26T04:08:44.763058+0000 mon.smithi136 (mon.0) 2038 : audit [DBG] from='client.? 172.21.15.136:0/297760998' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:45 smithi136 bash[11745]: audit 2022-04-26T04:08:44.763058+0000 mon.smithi136 (mon.0) 2038 : audit [DBG] from='client.? 172.21.15.136:0/297760998' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:46 smithi145 bash[13673]: cluster 2022-04-26T04:08:45.202422+0000 mgr.smithi136.ofnrfx (mgr.14188) 2672 : cluster [DBG] pgmap v2487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:46 smithi136 bash[11745]: cluster 2022-04-26T04:08:45.202422+0000 mgr.smithi136.ofnrfx (mgr.14188) 2672 : cluster [DBG] pgmap v2487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:48 smithi145 bash[13673]: cluster 2022-04-26T04:08:47.203060+0000 mgr.smithi136.ofnrfx (mgr.14188) 2673 : cluster [DBG] pgmap v2488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:48.771 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:48 smithi136 bash[11745]: cluster 2022-04-26T04:08:47.203060+0000 mgr.smithi136.ofnrfx (mgr.14188) 2673 : cluster [DBG] pgmap v2488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:49.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:49.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:49.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:50.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:50 smithi136 bash[11745]: cluster 2022-04-26T04:08:49.203757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2674 : cluster [DBG] pgmap v2489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:50 smithi136 bash[11745]: audit 2022-04-26T04:08:50.091260+0000 mon.smithi136 (mon.0) 2039 : audit [DBG] from='client.? 172.21.15.136:0/3739681145' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:50 smithi145 bash[13673]: cluster 2022-04-26T04:08:49.203757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2674 : cluster [DBG] pgmap v2489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:50 smithi145 bash[13673]: audit 2022-04-26T04:08:50.091260+0000 mon.smithi136 (mon.0) 2039 : audit [DBG] from='client.? 172.21.15.136:0/3739681145' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:52 smithi145 bash[13673]: cluster 2022-04-26T04:08:51.204404+0000 mgr.smithi136.ofnrfx (mgr.14188) 2675 : cluster [DBG] pgmap v2490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:52 smithi136 bash[11745]: cluster 2022-04-26T04:08:51.204404+0000 mgr.smithi136.ofnrfx (mgr.14188) 2675 : cluster [DBG] pgmap v2490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:54 smithi145 bash[13673]: cluster 2022-04-26T04:08:53.205045+0000 mgr.smithi136.ofnrfx (mgr.14188) 2676 : cluster [DBG] pgmap v2491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:54 smithi136 bash[11745]: cluster 2022-04-26T04:08:53.205045+0000 mgr.smithi136.ofnrfx (mgr.14188) 2676 : cluster [DBG] pgmap v2491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:55.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:08:55.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:08:55.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:08:55.451 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:08:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:56 smithi145 bash[13673]: cluster 2022-04-26T04:08:55.205646+0000 mgr.smithi136.ofnrfx (mgr.14188) 2677 : cluster [DBG] pgmap v2492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:56 smithi145 bash[13673]: audit 2022-04-26T04:08:55.429657+0000 mon.smithi136 (mon.0) 2040 : audit [DBG] from='client.? 172.21.15.136:0/3347676160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:56 smithi136 bash[11745]: cluster 2022-04-26T04:08:55.205646+0000 mgr.smithi136.ofnrfx (mgr.14188) 2677 : cluster [DBG] pgmap v2492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:56 smithi136 bash[11745]: audit 2022-04-26T04:08:55.429657+0000 mon.smithi136 (mon.0) 2040 : audit [DBG] from='client.? 172.21.15.136:0/3347676160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:08:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:08:58 smithi145 bash[13673]: cluster 2022-04-26T04:08:57.206251+0000 mgr.smithi136.ofnrfx (mgr.14188) 2678 : cluster [DBG] pgmap v2493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:08:58.772 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:08:58 smithi136 bash[11745]: cluster 2022-04-26T04:08:57.206251+0000 mgr.smithi136.ofnrfx (mgr.14188) 2678 : cluster [DBG] pgmap v2493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:00.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:00.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:00.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:00 smithi136 bash[11745]: cluster 2022-04-26T04:08:59.206834+0000 mgr.smithi136.ofnrfx (mgr.14188) 2679 : cluster [DBG] pgmap v2494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:00 smithi145 bash[13673]: cluster 2022-04-26T04:08:59.206834+0000 mgr.smithi136.ofnrfx (mgr.14188) 2679 : cluster [DBG] pgmap v2494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:00.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:01 smithi145 bash[13673]: audit 2022-04-26T04:09:00.763554+0000 mon.smithi136 (mon.0) 2041 : audit [DBG] from='client.? 172.21.15.136:0/4024578569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:01 smithi136 bash[11745]: audit 2022-04-26T04:09:00.763554+0000 mon.smithi136 (mon.0) 2041 : audit [DBG] from='client.? 172.21.15.136:0/4024578569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:02 smithi145 bash[13673]: cluster 2022-04-26T04:09:01.207470+0000 mgr.smithi136.ofnrfx (mgr.14188) 2680 : cluster [DBG] pgmap v2495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:02 smithi145 bash[13673]: audit 2022-04-26T04:09:02.217632+0000 mon.smithi136 (mon.0) 2042 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:09:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:02 smithi145 bash[13673]: audit 2022-04-26T04:09:02.221547+0000 mon.smithi136 (mon.0) 2043 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:09:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:02 smithi136 bash[11745]: cluster 2022-04-26T04:09:01.207470+0000 mgr.smithi136.ofnrfx (mgr.14188) 2680 : cluster [DBG] pgmap v2495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:02 smithi136 bash[11745]: audit 2022-04-26T04:09:02.217632+0000 mon.smithi136 (mon.0) 2042 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:09:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:02 smithi136 bash[11745]: audit 2022-04-26T04:09:02.221547+0000 mon.smithi136 (mon.0) 2043 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:09:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:04 smithi145 bash[13673]: cluster 2022-04-26T04:09:03.208146+0000 mgr.smithi136.ofnrfx (mgr.14188) 2681 : cluster [DBG] pgmap v2496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:04 smithi136 bash[11745]: cluster 2022-04-26T04:09:03.208146+0000 mgr.smithi136.ofnrfx (mgr.14188) 2681 : cluster [DBG] pgmap v2496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:05.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:05.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:05.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:06.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:06 smithi145 bash[13673]: cluster 2022-04-26T04:09:05.208757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2682 : cluster [DBG] pgmap v2497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:06 smithi145 bash[13673]: audit 2022-04-26T04:09:06.089414+0000 mon.smithi136 (mon.0) 2044 : audit [DBG] from='client.? 172.21.15.136:0/770671613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:06 smithi136 bash[11745]: cluster 2022-04-26T04:09:05.208757+0000 mgr.smithi136.ofnrfx (mgr.14188) 2682 : cluster [DBG] pgmap v2497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:06 smithi136 bash[11745]: audit 2022-04-26T04:09:06.089414+0000 mon.smithi136 (mon.0) 2044 : audit [DBG] from='client.? 172.21.15.136:0/770671613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:08 smithi145 bash[13673]: cluster 2022-04-26T04:09:07.209448+0000 mgr.smithi136.ofnrfx (mgr.14188) 2683 : cluster [DBG] pgmap v2498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:08.771 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:08 smithi136 bash[11745]: cluster 2022-04-26T04:09:07.209448+0000 mgr.smithi136.ofnrfx (mgr.14188) 2683 : cluster [DBG] pgmap v2498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:10 smithi136 bash[11745]: cluster 2022-04-26T04:09:09.209950+0000 mgr.smithi136.ofnrfx (mgr.14188) 2684 : cluster [DBG] pgmap v2499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:10 smithi145 bash[13673]: cluster 2022-04-26T04:09:09.209950+0000 mgr.smithi136.ofnrfx (mgr.14188) 2684 : cluster [DBG] pgmap v2499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:11.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:11.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:11.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:11.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:12 smithi136 bash[11745]: cluster 2022-04-26T04:09:11.210530+0000 mgr.smithi136.ofnrfx (mgr.14188) 2685 : cluster [DBG] pgmap v2500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:12 smithi136 bash[11745]: audit 2022-04-26T04:09:11.411597+0000 mon.smithi136 (mon.0) 2045 : audit [DBG] from='client.? 172.21.15.136:0/1729171561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:12 smithi145 bash[13673]: cluster 2022-04-26T04:09:11.210530+0000 mgr.smithi136.ofnrfx (mgr.14188) 2685 : cluster [DBG] pgmap v2500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:12 smithi145 bash[13673]: audit 2022-04-26T04:09:11.411597+0000 mon.smithi136 (mon.0) 2045 : audit [DBG] from='client.? 172.21.15.136:0/1729171561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:14 smithi136 bash[11745]: cluster 2022-04-26T04:09:13.211172+0000 mgr.smithi136.ofnrfx (mgr.14188) 2686 : cluster [DBG] pgmap v2501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:14 smithi145 bash[13673]: cluster 2022-04-26T04:09:13.211172+0000 mgr.smithi136.ofnrfx (mgr.14188) 2686 : cluster [DBG] pgmap v2501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:16.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:16.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:16.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:16.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:16 smithi136 bash[11745]: cluster 2022-04-26T04:09:15.211882+0000 mgr.smithi136.ofnrfx (mgr.14188) 2687 : cluster [DBG] pgmap v2502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:16 smithi145 bash[13673]: cluster 2022-04-26T04:09:15.211882+0000 mgr.smithi136.ofnrfx (mgr.14188) 2687 : cluster [DBG] pgmap v2502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:17 smithi136 bash[11745]: audit 2022-04-26T04:09:16.737924+0000 mon.smithi136 (mon.0) 2046 : audit [DBG] from='client.? 172.21.15.136:0/3263333896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:17 smithi145 bash[13673]: audit 2022-04-26T04:09:16.737924+0000 mon.smithi136 (mon.0) 2046 : audit [DBG] from='client.? 172.21.15.136:0/3263333896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:18.771 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:18 smithi136 bash[11745]: cluster 2022-04-26T04:09:17.212589+0000 mgr.smithi136.ofnrfx (mgr.14188) 2688 : cluster [DBG] pgmap v2503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:18 smithi145 bash[13673]: cluster 2022-04-26T04:09:17.212589+0000 mgr.smithi136.ofnrfx (mgr.14188) 2688 : cluster [DBG] pgmap v2503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:20 smithi136 bash[11745]: cluster 2022-04-26T04:09:19.213260+0000 mgr.smithi136.ofnrfx (mgr.14188) 2689 : cluster [DBG] pgmap v2504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:20 smithi145 bash[13673]: cluster 2022-04-26T04:09:19.213260+0000 mgr.smithi136.ofnrfx (mgr.14188) 2689 : cluster [DBG] pgmap v2504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:21.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:21.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:21.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:22.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:22 smithi136 bash[11745]: cluster 2022-04-26T04:09:21.213906+0000 mgr.smithi136.ofnrfx (mgr.14188) 2690 : cluster [DBG] pgmap v2505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:22 smithi136 bash[11745]: audit 2022-04-26T04:09:22.063368+0000 mon.smithi136 (mon.0) 2047 : audit [DBG] from='client.? 172.21.15.136:0/1386911074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:22 smithi145 bash[13673]: cluster 2022-04-26T04:09:21.213906+0000 mgr.smithi136.ofnrfx (mgr.14188) 2690 : cluster [DBG] pgmap v2505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:22 smithi145 bash[13673]: audit 2022-04-26T04:09:22.063368+0000 mon.smithi136 (mon.0) 2047 : audit [DBG] from='client.? 172.21.15.136:0/1386911074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:24 smithi136 bash[11745]: cluster 2022-04-26T04:09:23.214533+0000 mgr.smithi136.ofnrfx (mgr.14188) 2691 : cluster [DBG] pgmap v2506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:24 smithi145 bash[13673]: cluster 2022-04-26T04:09:23.214533+0000 mgr.smithi136.ofnrfx (mgr.14188) 2691 : cluster [DBG] pgmap v2506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:26 smithi136 bash[11745]: cluster 2022-04-26T04:09:25.215141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2692 : cluster [DBG] pgmap v2507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:26 smithi145 bash[13673]: cluster 2022-04-26T04:09:25.215141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2692 : cluster [DBG] pgmap v2507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:27.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:27.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:27.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:27.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:27 smithi136 bash[11745]: audit 2022-04-26T04:09:27.388650+0000 mon.smithi136 (mon.0) 2048 : audit [DBG] from='client.? 172.21.15.136:0/3391965783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:27 smithi145 bash[13673]: audit 2022-04-26T04:09:27.388650+0000 mon.smithi136 (mon.0) 2048 : audit [DBG] from='client.? 172.21.15.136:0/3391965783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:28.771 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:28 smithi136 bash[11745]: cluster 2022-04-26T04:09:27.215696+0000 mgr.smithi136.ofnrfx (mgr.14188) 2693 : cluster [DBG] pgmap v2508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:28 smithi145 bash[13673]: cluster 2022-04-26T04:09:27.215696+0000 mgr.smithi136.ofnrfx (mgr.14188) 2693 : cluster [DBG] pgmap v2508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:30 smithi136 bash[11745]: cluster 2022-04-26T04:09:29.216314+0000 mgr.smithi136.ofnrfx (mgr.14188) 2694 : cluster [DBG] pgmap v2509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:30 smithi145 bash[13673]: cluster 2022-04-26T04:09:29.216314+0000 mgr.smithi136.ofnrfx (mgr.14188) 2694 : cluster [DBG] pgmap v2509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:32.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:32.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:32.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:32.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:32 smithi136 bash[11745]: cluster 2022-04-26T04:09:31.216958+0000 mgr.smithi136.ofnrfx (mgr.14188) 2695 : cluster [DBG] pgmap v2510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:32 smithi145 bash[13673]: cluster 2022-04-26T04:09:31.216958+0000 mgr.smithi136.ofnrfx (mgr.14188) 2695 : cluster [DBG] pgmap v2510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:33 smithi136 bash[11745]: audit 2022-04-26T04:09:32.716525+0000 mon.smithi136 (mon.0) 2049 : audit [DBG] from='client.? 172.21.15.136:0/4267014419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:33 smithi145 bash[13673]: audit 2022-04-26T04:09:32.716525+0000 mon.smithi136 (mon.0) 2049 : audit [DBG] from='client.? 172.21.15.136:0/4267014419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:34 smithi136 bash[11745]: cluster 2022-04-26T04:09:33.217640+0000 mgr.smithi136.ofnrfx (mgr.14188) 2696 : cluster [DBG] pgmap v2511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:34 smithi145 bash[13673]: cluster 2022-04-26T04:09:33.217640+0000 mgr.smithi136.ofnrfx (mgr.14188) 2696 : cluster [DBG] pgmap v2511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:36 smithi136 bash[11745]: cluster 2022-04-26T04:09:35.218301+0000 mgr.smithi136.ofnrfx (mgr.14188) 2697 : cluster [DBG] pgmap v2512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:36 smithi145 bash[13673]: cluster 2022-04-26T04:09:35.218301+0000 mgr.smithi136.ofnrfx (mgr.14188) 2697 : cluster [DBG] pgmap v2512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:37.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:37.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:37.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:38.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:38.772 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:38 smithi136 bash[11745]: cluster 2022-04-26T04:09:37.218978+0000 mgr.smithi136.ofnrfx (mgr.14188) 2698 : cluster [DBG] pgmap v2513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:38.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:38 smithi136 bash[11745]: audit 2022-04-26T04:09:38.039299+0000 mon.smithi136 (mon.0) 2050 : audit [DBG] from='client.? 172.21.15.136:0/1743216267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:38 smithi145 bash[13673]: cluster 2022-04-26T04:09:37.218978+0000 mgr.smithi136.ofnrfx (mgr.14188) 2698 : cluster [DBG] pgmap v2513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:38 smithi145 bash[13673]: audit 2022-04-26T04:09:38.039299+0000 mon.smithi136 (mon.0) 2050 : audit [DBG] from='client.? 172.21.15.136:0/1743216267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:39 smithi136 bash[11745]: audit 2022-04-26T04:09:39.223146+0000 mon.smithi136 (mon.0) 2051 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:09:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:39 smithi136 bash[11745]: audit 2022-04-26T04:09:39.225683+0000 mon.smithi136 (mon.0) 2052 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:09:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:39 smithi136 bash[11745]: audit 2022-04-26T04:09:39.227291+0000 mon.smithi136 (mon.0) 2053 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:09:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:39 smithi145 bash[13673]: audit 2022-04-26T04:09:39.223146+0000 mon.smithi136 (mon.0) 2051 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:09:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:39 smithi145 bash[13673]: audit 2022-04-26T04:09:39.225683+0000 mon.smithi136 (mon.0) 2052 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:09:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:39 smithi145 bash[13673]: audit 2022-04-26T04:09:39.227291+0000 mon.smithi136 (mon.0) 2053 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:09:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:40 smithi145 bash[13673]: cluster 2022-04-26T04:09:39.219658+0000 mgr.smithi136.ofnrfx (mgr.14188) 2699 : cluster [DBG] pgmap v2514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:40 smithi145 bash[13673]: cluster 2022-04-26T04:09:39.554915+0000 mgr.smithi136.ofnrfx (mgr.14188) 2700 : cluster [DBG] pgmap v2515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:40 smithi145 bash[13673]: cluster 2022-04-26T04:09:39.555212+0000 mgr.smithi136.ofnrfx (mgr.14188) 2701 : cluster [DBG] pgmap v2516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:40 smithi145 bash[13673]: audit 2022-04-26T04:09:39.562545+0000 mon.smithi136 (mon.0) 2054 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:09:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:40 smithi145 bash[13673]: audit 2022-04-26T04:09:39.571609+0000 mon.smithi136 (mon.0) 2055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:09:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:40 smithi145 bash[13673]: cephadm 2022-04-26T04:09:39.572819+0000 mgr.smithi136.ofnrfx (mgr.14188) 2702 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:09:40.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:40 smithi145 bash[13673]: cephadm 2022-04-26T04:09:39.572962+0000 mgr.smithi136.ofnrfx (mgr.14188) 2703 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:09:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:40 smithi136 bash[11745]: cluster 2022-04-26T04:09:39.219658+0000 mgr.smithi136.ofnrfx (mgr.14188) 2699 : cluster [DBG] pgmap v2514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:40 smithi136 bash[11745]: cluster 2022-04-26T04:09:39.554915+0000 mgr.smithi136.ofnrfx (mgr.14188) 2700 : cluster [DBG] pgmap v2515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:40 smithi136 bash[11745]: cluster 2022-04-26T04:09:39.555212+0000 mgr.smithi136.ofnrfx (mgr.14188) 2701 : cluster [DBG] pgmap v2516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:40 smithi136 bash[11745]: audit 2022-04-26T04:09:39.562545+0000 mon.smithi136 (mon.0) 2054 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:09:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:40 smithi136 bash[11745]: audit 2022-04-26T04:09:39.571609+0000 mon.smithi136 (mon.0) 2055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:09:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:40 smithi136 bash[11745]: cephadm 2022-04-26T04:09:39.572819+0000 mgr.smithi136.ofnrfx (mgr.14188) 2702 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:09:41.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:40 smithi136 bash[11745]: cephadm 2022-04-26T04:09:39.572962+0000 mgr.smithi136.ofnrfx (mgr.14188) 2703 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:09:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:42 smithi145 bash[13673]: cluster 2022-04-26T04:09:41.555788+0000 mgr.smithi136.ofnrfx (mgr.14188) 2704 : cluster [DBG] pgmap v2517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:43.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:43.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:43.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:42 smithi136 bash[11745]: cluster 2022-04-26T04:09:41.555788+0000 mgr.smithi136.ofnrfx (mgr.14188) 2704 : cluster [DBG] pgmap v2517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:43.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:43 smithi145 bash[13673]: audit 2022-04-26T04:09:43.361819+0000 mon.smithi136 (mon.0) 2056 : audit [DBG] from='client.? 172.21.15.136:0/1463445746' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:43 smithi136 bash[11745]: audit 2022-04-26T04:09:43.361819+0000 mon.smithi136 (mon.0) 2056 : audit [DBG] from='client.? 172.21.15.136:0/1463445746' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:44 smithi145 bash[13673]: cluster 2022-04-26T04:09:43.556515+0000 mgr.smithi136.ofnrfx (mgr.14188) 2705 : cluster [DBG] pgmap v2518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:44 smithi136 bash[11745]: cluster 2022-04-26T04:09:43.556515+0000 mgr.smithi136.ofnrfx (mgr.14188) 2705 : cluster [DBG] pgmap v2518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:46 smithi145 bash[13673]: cluster 2022-04-26T04:09:45.557171+0000 mgr.smithi136.ofnrfx (mgr.14188) 2706 : cluster [DBG] pgmap v2519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:46 smithi136 bash[11745]: cluster 2022-04-26T04:09:45.557171+0000 mgr.smithi136.ofnrfx (mgr.14188) 2706 : cluster [DBG] pgmap v2519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:48.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:48.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:48.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:48.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:48 smithi145 bash[13673]: cluster 2022-04-26T04:09:47.557819+0000 mgr.smithi136.ofnrfx (mgr.14188) 2707 : cluster [DBG] pgmap v2520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:48 smithi136 bash[11745]: cluster 2022-04-26T04:09:47.557819+0000 mgr.smithi136.ofnrfx (mgr.14188) 2707 : cluster [DBG] pgmap v2520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:49 smithi145 bash[13673]: audit 2022-04-26T04:09:48.692372+0000 mon.smithi136 (mon.0) 2057 : audit [DBG] from='client.? 172.21.15.136:0/4040444917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:49 smithi136 bash[11745]: audit 2022-04-26T04:09:48.692372+0000 mon.smithi136 (mon.0) 2057 : audit [DBG] from='client.? 172.21.15.136:0/4040444917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:50 smithi145 bash[13673]: cluster 2022-04-26T04:09:49.558535+0000 mgr.smithi136.ofnrfx (mgr.14188) 2708 : cluster [DBG] pgmap v2521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:50 smithi136 bash[11745]: cluster 2022-04-26T04:09:49.558535+0000 mgr.smithi136.ofnrfx (mgr.14188) 2708 : cluster [DBG] pgmap v2521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:52 smithi145 bash[13673]: cluster 2022-04-26T04:09:51.559211+0000 mgr.smithi136.ofnrfx (mgr.14188) 2709 : cluster [DBG] pgmap v2522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:52 smithi136 bash[11745]: cluster 2022-04-26T04:09:51.559211+0000 mgr.smithi136.ofnrfx (mgr.14188) 2709 : cluster [DBG] pgmap v2522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:53.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:53.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:53.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:54.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:54 smithi145 bash[13673]: cluster 2022-04-26T04:09:53.559890+0000 mgr.smithi136.ofnrfx (mgr.14188) 2710 : cluster [DBG] pgmap v2523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:54 smithi145 bash[13673]: audit 2022-04-26T04:09:54.013889+0000 mon.smithi136 (mon.0) 2058 : audit [DBG] from='client.? 172.21.15.136:0/3675911723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:54 smithi136 bash[11745]: cluster 2022-04-26T04:09:53.559890+0000 mgr.smithi136.ofnrfx (mgr.14188) 2710 : cluster [DBG] pgmap v2523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:54 smithi136 bash[11745]: audit 2022-04-26T04:09:54.013889+0000 mon.smithi136 (mon.0) 2058 : audit [DBG] from='client.? 172.21.15.136:0/3675911723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:09:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:56 smithi145 bash[13673]: cluster 2022-04-26T04:09:55.560504+0000 mgr.smithi136.ofnrfx (mgr.14188) 2711 : cluster [DBG] pgmap v2524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:56 smithi136 bash[11745]: cluster 2022-04-26T04:09:55.560504+0000 mgr.smithi136.ofnrfx (mgr.14188) 2711 : cluster [DBG] pgmap v2524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:58 smithi145 bash[13673]: cluster 2022-04-26T04:09:57.561142+0000 mgr.smithi136.ofnrfx (mgr.14188) 2712 : cluster [DBG] pgmap v2525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:59.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:09:59.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:09:59.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:09:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:58 smithi136 bash[11745]: cluster 2022-04-26T04:09:57.561142+0000 mgr.smithi136.ofnrfx (mgr.14188) 2712 : cluster [DBG] pgmap v2525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:09:59.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:09:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:09:59 smithi145 bash[13673]: audit 2022-04-26T04:09:59.341924+0000 mon.smithi136 (mon.0) 2059 : audit [DBG] from='client.? 172.21.15.136:0/2852580339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:09:59 smithi136 bash[11745]: audit 2022-04-26T04:09:59.341924+0000 mon.smithi136 (mon.0) 2059 : audit [DBG] from='client.? 172.21.15.136:0/2852580339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:00 smithi145 bash[13673]: cluster 2022-04-26T04:09:59.561802+0000 mgr.smithi136.ofnrfx (mgr.14188) 2713 : cluster [DBG] pgmap v2526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:00 smithi145 bash[13673]: cluster 2022-04-26T04:10:00.000186+0000 mon.smithi136 (mon.0) 2060 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:10:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:00 smithi136 bash[11745]: cluster 2022-04-26T04:09:59.561802+0000 mgr.smithi136.ofnrfx (mgr.14188) 2713 : cluster [DBG] pgmap v2526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:00 smithi136 bash[11745]: cluster 2022-04-26T04:10:00.000186+0000 mon.smithi136 (mon.0) 2060 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:10:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:02 smithi145 bash[13673]: cluster 2022-04-26T04:10:01.562440+0000 mgr.smithi136.ofnrfx (mgr.14188) 2714 : cluster [DBG] pgmap v2527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:02 smithi145 bash[13673]: audit 2022-04-26T04:10:02.221735+0000 mon.smithi136 (mon.0) 2061 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:10:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:02 smithi145 bash[13673]: audit 2022-04-26T04:10:02.225571+0000 mon.smithi136 (mon.0) 2062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:10:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:02 smithi136 bash[11745]: cluster 2022-04-26T04:10:01.562440+0000 mgr.smithi136.ofnrfx (mgr.14188) 2714 : cluster [DBG] pgmap v2527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:02 smithi136 bash[11745]: audit 2022-04-26T04:10:02.221735+0000 mon.smithi136 (mon.0) 2061 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:10:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:02 smithi136 bash[11745]: audit 2022-04-26T04:10:02.225571+0000 mon.smithi136 (mon.0) 2062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:10:04.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:04.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:04.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:04.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:04 smithi145 bash[13673]: cluster 2022-04-26T04:10:03.563032+0000 mgr.smithi136.ofnrfx (mgr.14188) 2715 : cluster [DBG] pgmap v2528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:04 smithi136 bash[11745]: cluster 2022-04-26T04:10:03.563032+0000 mgr.smithi136.ofnrfx (mgr.14188) 2715 : cluster [DBG] pgmap v2528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:05 smithi145 bash[13673]: audit 2022-04-26T04:10:04.665494+0000 mon.smithi136 (mon.0) 2063 : audit [DBG] from='client.? 172.21.15.136:0/3445274167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:05 smithi136 bash[11745]: audit 2022-04-26T04:10:04.665494+0000 mon.smithi136 (mon.0) 2063 : audit [DBG] from='client.? 172.21.15.136:0/3445274167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:06 smithi145 bash[13673]: cluster 2022-04-26T04:10:05.563680+0000 mgr.smithi136.ofnrfx (mgr.14188) 2716 : cluster [DBG] pgmap v2529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:06 smithi136 bash[11745]: cluster 2022-04-26T04:10:05.563680+0000 mgr.smithi136.ofnrfx (mgr.14188) 2716 : cluster [DBG] pgmap v2529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:08 smithi136 bash[11745]: cluster 2022-04-26T04:10:07.564430+0000 mgr.smithi136.ofnrfx (mgr.14188) 2717 : cluster [DBG] pgmap v2530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:08 smithi145 bash[13673]: cluster 2022-04-26T04:10:07.564430+0000 mgr.smithi136.ofnrfx (mgr.14188) 2717 : cluster [DBG] pgmap v2530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:09.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:09.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:09.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:10.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:10 smithi136 bash[11745]: cluster 2022-04-26T04:10:09.565141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2718 : cluster [DBG] pgmap v2531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:10.788 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:10 smithi136 bash[11745]: audit 2022-04-26T04:10:09.996837+0000 mon.smithi136 (mon.0) 2064 : audit [DBG] from='client.? 172.21.15.136:0/780997510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:10.788 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:10 smithi145 bash[13673]: cluster 2022-04-26T04:10:09.565141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2718 : cluster [DBG] pgmap v2531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:10.789 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:10 smithi145 bash[13673]: audit 2022-04-26T04:10:09.996837+0000 mon.smithi136 (mon.0) 2064 : audit [DBG] from='client.? 172.21.15.136:0/780997510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:12 smithi145 bash[13673]: cluster 2022-04-26T04:10:11.565818+0000 mgr.smithi136.ofnrfx (mgr.14188) 2719 : cluster [DBG] pgmap v2532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:12 smithi136 bash[11745]: cluster 2022-04-26T04:10:11.565818+0000 mgr.smithi136.ofnrfx (mgr.14188) 2719 : cluster [DBG] pgmap v2532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:14 smithi145 bash[13673]: cluster 2022-04-26T04:10:13.566448+0000 mgr.smithi136.ofnrfx (mgr.14188) 2720 : cluster [DBG] pgmap v2533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:15.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:15.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:15.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:14 smithi136 bash[11745]: cluster 2022-04-26T04:10:13.566448+0000 mgr.smithi136.ofnrfx (mgr.14188) 2720 : cluster [DBG] pgmap v2533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:15.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:15 smithi145 bash[13673]: audit 2022-04-26T04:10:15.331092+0000 mon.smithi136 (mon.0) 2065 : audit [DBG] from='client.? 172.21.15.136:0/2658292035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:15 smithi136 bash[11745]: audit 2022-04-26T04:10:15.331092+0000 mon.smithi136 (mon.0) 2065 : audit [DBG] from='client.? 172.21.15.136:0/2658292035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:16 smithi145 bash[13673]: cluster 2022-04-26T04:10:15.567164+0000 mgr.smithi136.ofnrfx (mgr.14188) 2721 : cluster [DBG] pgmap v2534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:16 smithi136 bash[11745]: cluster 2022-04-26T04:10:15.567164+0000 mgr.smithi136.ofnrfx (mgr.14188) 2721 : cluster [DBG] pgmap v2534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:18 smithi145 bash[13673]: cluster 2022-04-26T04:10:17.568008+0000 mgr.smithi136.ofnrfx (mgr.14188) 2722 : cluster [DBG] pgmap v2535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:18 smithi136 bash[11745]: cluster 2022-04-26T04:10:17.568008+0000 mgr.smithi136.ofnrfx (mgr.14188) 2722 : cluster [DBG] pgmap v2535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:20.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:20.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:20.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:20 smithi136 bash[11745]: cluster 2022-04-26T04:10:19.568665+0000 mgr.smithi136.ofnrfx (mgr.14188) 2723 : cluster [DBG] pgmap v2536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:20 smithi145 bash[13673]: cluster 2022-04-26T04:10:19.568665+0000 mgr.smithi136.ofnrfx (mgr.14188) 2723 : cluster [DBG] pgmap v2536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:20.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:21 smithi145 bash[13673]: audit 2022-04-26T04:10:20.652857+0000 mon.smithi136 (mon.0) 2066 : audit [DBG] from='client.? 172.21.15.136:0/2319184380' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:21 smithi136 bash[11745]: audit 2022-04-26T04:10:20.652857+0000 mon.smithi136 (mon.0) 2066 : audit [DBG] from='client.? 172.21.15.136:0/2319184380' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:22 smithi145 bash[13673]: cluster 2022-04-26T04:10:21.569286+0000 mgr.smithi136.ofnrfx (mgr.14188) 2724 : cluster [DBG] pgmap v2537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:22 smithi136 bash[11745]: cluster 2022-04-26T04:10:21.569286+0000 mgr.smithi136.ofnrfx (mgr.14188) 2724 : cluster [DBG] pgmap v2537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:24 smithi145 bash[13673]: cluster 2022-04-26T04:10:23.569896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2725 : cluster [DBG] pgmap v2538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:24 smithi136 bash[11745]: cluster 2022-04-26T04:10:23.569896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2725 : cluster [DBG] pgmap v2538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:25.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:25.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:25.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:25.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:26 smithi145 bash[13673]: cluster 2022-04-26T04:10:25.570505+0000 mgr.smithi136.ofnrfx (mgr.14188) 2726 : cluster [DBG] pgmap v2539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:26 smithi145 bash[13673]: audit 2022-04-26T04:10:25.976514+0000 mon.smithi136 (mon.0) 2067 : audit [DBG] from='client.? 172.21.15.136:0/1627172321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:26 smithi136 bash[11745]: cluster 2022-04-26T04:10:25.570505+0000 mgr.smithi136.ofnrfx (mgr.14188) 2726 : cluster [DBG] pgmap v2539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:26 smithi136 bash[11745]: audit 2022-04-26T04:10:25.976514+0000 mon.smithi136 (mon.0) 2067 : audit [DBG] from='client.? 172.21.15.136:0/1627172321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:28 smithi145 bash[13673]: cluster 2022-04-26T04:10:27.571178+0000 mgr.smithi136.ofnrfx (mgr.14188) 2727 : cluster [DBG] pgmap v2540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:28 smithi136 bash[11745]: cluster 2022-04-26T04:10:27.571178+0000 mgr.smithi136.ofnrfx (mgr.14188) 2727 : cluster [DBG] pgmap v2540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:30 smithi136 bash[11745]: cluster 2022-04-26T04:10:29.571813+0000 mgr.smithi136.ofnrfx (mgr.14188) 2728 : cluster [DBG] pgmap v2541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:30 smithi145 bash[13673]: cluster 2022-04-26T04:10:29.571813+0000 mgr.smithi136.ofnrfx (mgr.14188) 2728 : cluster [DBG] pgmap v2541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:30.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:30.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:30.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:31.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:31 smithi145 bash[13673]: audit 2022-04-26T04:10:31.301926+0000 mon.smithi136 (mon.0) 2068 : audit [DBG] from='client.? 172.21.15.136:0/1771361257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:31 smithi136 bash[11745]: audit 2022-04-26T04:10:31.301926+0000 mon.smithi136 (mon.0) 2068 : audit [DBG] from='client.? 172.21.15.136:0/1771361257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:32 smithi145 bash[13673]: cluster 2022-04-26T04:10:31.572480+0000 mgr.smithi136.ofnrfx (mgr.14188) 2729 : cluster [DBG] pgmap v2542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:32 smithi136 bash[11745]: cluster 2022-04-26T04:10:31.572480+0000 mgr.smithi136.ofnrfx (mgr.14188) 2729 : cluster [DBG] pgmap v2542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:34 smithi145 bash[13673]: cluster 2022-04-26T04:10:33.573087+0000 mgr.smithi136.ofnrfx (mgr.14188) 2730 : cluster [DBG] pgmap v2543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:34 smithi136 bash[11745]: cluster 2022-04-26T04:10:33.573087+0000 mgr.smithi136.ofnrfx (mgr.14188) 2730 : cluster [DBG] pgmap v2543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:36.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:36.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:36.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:36.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:36 smithi145 bash[13673]: cluster 2022-04-26T04:10:35.573791+0000 mgr.smithi136.ofnrfx (mgr.14188) 2731 : cluster [DBG] pgmap v2544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:36 smithi136 bash[11745]: cluster 2022-04-26T04:10:35.573791+0000 mgr.smithi136.ofnrfx (mgr.14188) 2731 : cluster [DBG] pgmap v2544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:37 smithi145 bash[13673]: audit 2022-04-26T04:10:36.632718+0000 mon.smithi136 (mon.0) 2069 : audit [DBG] from='client.? 172.21.15.136:0/766741433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:37 smithi136 bash[11745]: audit 2022-04-26T04:10:36.632718+0000 mon.smithi136 (mon.0) 2069 : audit [DBG] from='client.? 172.21.15.136:0/766741433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:38 smithi145 bash[13673]: cluster 2022-04-26T04:10:37.574407+0000 mgr.smithi136.ofnrfx (mgr.14188) 2732 : cluster [DBG] pgmap v2545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:38 smithi136 bash[11745]: cluster 2022-04-26T04:10:37.574407+0000 mgr.smithi136.ofnrfx (mgr.14188) 2732 : cluster [DBG] pgmap v2545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:40 smithi136 bash[11745]: cluster 2022-04-26T04:10:39.575025+0000 mgr.smithi136.ofnrfx (mgr.14188) 2733 : cluster [DBG] pgmap v2546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:40 smithi136 bash[11745]: audit 2022-04-26T04:10:39.581438+0000 mon.smithi136 (mon.0) 2070 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:10:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:40 smithi136 bash[11745]: audit 2022-04-26T04:10:39.584352+0000 mon.smithi136 (mon.0) 2071 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:10:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:40 smithi136 bash[11745]: audit 2022-04-26T04:10:39.586100+0000 mon.smithi136 (mon.0) 2072 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:10:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:40 smithi145 bash[13673]: cluster 2022-04-26T04:10:39.575025+0000 mgr.smithi136.ofnrfx (mgr.14188) 2733 : cluster [DBG] pgmap v2546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:40 smithi145 bash[13673]: audit 2022-04-26T04:10:39.581438+0000 mon.smithi136 (mon.0) 2070 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:10:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:40 smithi145 bash[13673]: audit 2022-04-26T04:10:39.584352+0000 mon.smithi136 (mon.0) 2071 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:10:40.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:40 smithi145 bash[13673]: audit 2022-04-26T04:10:39.586100+0000 mon.smithi136 (mon.0) 2072 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:10:41.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:41.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:41.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:42.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:42 smithi145 bash[13673]: cluster 2022-04-26T04:10:41.575691+0000 mgr.smithi136.ofnrfx (mgr.14188) 2734 : cluster [DBG] pgmap v2547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:42 smithi145 bash[13673]: audit 2022-04-26T04:10:41.979215+0000 mon.smithi136 (mon.0) 2073 : audit [DBG] from='client.? 172.21.15.136:0/3007294370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:42 smithi136 bash[11745]: cluster 2022-04-26T04:10:41.575691+0000 mgr.smithi136.ofnrfx (mgr.14188) 2734 : cluster [DBG] pgmap v2547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:42 smithi136 bash[11745]: audit 2022-04-26T04:10:41.979215+0000 mon.smithi136 (mon.0) 2073 : audit [DBG] from='client.? 172.21.15.136:0/3007294370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:44 smithi136 bash[11745]: audit 2022-04-26T04:10:43.418440+0000 mon.smithi136 (mon.0) 2074 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:10:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:44 smithi136 bash[11745]: cluster 2022-04-26T04:10:43.576430+0000 mgr.smithi136.ofnrfx (mgr.14188) 2735 : cluster [DBG] pgmap v2548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:44 smithi136 bash[11745]: audit 2022-04-26T04:10:44.066972+0000 mon.smithi136 (mon.0) 2075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:10:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:44 smithi136 bash[11745]: audit 2022-04-26T04:10:44.355485+0000 mon.smithi136 (mon.0) 2076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:10:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:44 smithi136 bash[11745]: audit 2022-04-26T04:10:44.364575+0000 mon.smithi136 (mon.0) 2077 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:10:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:44 smithi145 bash[13673]: audit 2022-04-26T04:10:43.418440+0000 mon.smithi136 (mon.0) 2074 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:10:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:44 smithi145 bash[13673]: cluster 2022-04-26T04:10:43.576430+0000 mgr.smithi136.ofnrfx (mgr.14188) 2735 : cluster [DBG] pgmap v2548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:44 smithi145 bash[13673]: audit 2022-04-26T04:10:44.066972+0000 mon.smithi136 (mon.0) 2075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:10:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:44 smithi145 bash[13673]: audit 2022-04-26T04:10:44.355485+0000 mon.smithi136 (mon.0) 2076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:10:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:44 smithi145 bash[13673]: audit 2022-04-26T04:10:44.364575+0000 mon.smithi136 (mon.0) 2077 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:10:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:45 smithi136 bash[11745]: cluster 2022-04-26T04:10:44.348746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2736 : cluster [DBG] pgmap v2549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:45 smithi136 bash[11745]: cluster 2022-04-26T04:10:44.349207+0000 mgr.smithi136.ofnrfx (mgr.14188) 2737 : cluster [DBG] pgmap v2550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:45 smithi136 bash[11745]: cephadm 2022-04-26T04:10:44.365651+0000 mgr.smithi136.ofnrfx (mgr.14188) 2738 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:10:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:45 smithi136 bash[11745]: cephadm 2022-04-26T04:10:44.365822+0000 mgr.smithi136.ofnrfx (mgr.14188) 2739 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:10:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:45 smithi145 bash[13673]: cluster 2022-04-26T04:10:44.348746+0000 mgr.smithi136.ofnrfx (mgr.14188) 2736 : cluster [DBG] pgmap v2549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:45 smithi145 bash[13673]: cluster 2022-04-26T04:10:44.349207+0000 mgr.smithi136.ofnrfx (mgr.14188) 2737 : cluster [DBG] pgmap v2550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:45 smithi145 bash[13673]: cephadm 2022-04-26T04:10:44.365651+0000 mgr.smithi136.ofnrfx (mgr.14188) 2738 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:10:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:45 smithi145 bash[13673]: cephadm 2022-04-26T04:10:44.365822+0000 mgr.smithi136.ofnrfx (mgr.14188) 2739 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:10:47.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:47.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:47.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:47.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:47 smithi136 bash[11745]: cluster 2022-04-26T04:10:46.349911+0000 mgr.smithi136.ofnrfx (mgr.14188) 2740 : cluster [DBG] pgmap v2551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:47 smithi136 bash[11745]: audit 2022-04-26T04:10:47.315837+0000 mon.smithi136 (mon.0) 2078 : audit [DBG] from='client.? 172.21.15.136:0/1951886393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:47 smithi145 bash[13673]: cluster 2022-04-26T04:10:46.349911+0000 mgr.smithi136.ofnrfx (mgr.14188) 2740 : cluster [DBG] pgmap v2551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:47 smithi145 bash[13673]: audit 2022-04-26T04:10:47.315837+0000 mon.smithi136 (mon.0) 2078 : audit [DBG] from='client.? 172.21.15.136:0/1951886393' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:49 smithi136 bash[11745]: cluster 2022-04-26T04:10:48.350554+0000 mgr.smithi136.ofnrfx (mgr.14188) 2741 : cluster [DBG] pgmap v2552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:49 smithi145 bash[13673]: cluster 2022-04-26T04:10:48.350554+0000 mgr.smithi136.ofnrfx (mgr.14188) 2741 : cluster [DBG] pgmap v2552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:51 smithi136 bash[11745]: cluster 2022-04-26T04:10:50.351156+0000 mgr.smithi136.ofnrfx (mgr.14188) 2742 : cluster [DBG] pgmap v2553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:51 smithi145 bash[13673]: cluster 2022-04-26T04:10:50.351156+0000 mgr.smithi136.ofnrfx (mgr.14188) 2742 : cluster [DBG] pgmap v2553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:52.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:52.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:52.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:52.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:53 smithi136 bash[11745]: cluster 2022-04-26T04:10:52.351921+0000 mgr.smithi136.ofnrfx (mgr.14188) 2743 : cluster [DBG] pgmap v2554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:53 smithi136 bash[11745]: audit 2022-04-26T04:10:52.643680+0000 mon.smithi136 (mon.0) 2079 : audit [DBG] from='client.? 172.21.15.136:0/3412276733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:53 smithi145 bash[13673]: cluster 2022-04-26T04:10:52.351921+0000 mgr.smithi136.ofnrfx (mgr.14188) 2743 : cluster [DBG] pgmap v2554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:53 smithi145 bash[13673]: audit 2022-04-26T04:10:52.643680+0000 mon.smithi136 (mon.0) 2079 : audit [DBG] from='client.? 172.21.15.136:0/3412276733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:55 smithi136 bash[11745]: cluster 2022-04-26T04:10:54.352693+0000 mgr.smithi136.ofnrfx (mgr.14188) 2744 : cluster [DBG] pgmap v2555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:55 smithi145 bash[13673]: cluster 2022-04-26T04:10:54.352693+0000 mgr.smithi136.ofnrfx (mgr.14188) 2744 : cluster [DBG] pgmap v2555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:57.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:10:57.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:10:57.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:10:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:57 smithi136 bash[11745]: cluster 2022-04-26T04:10:56.353443+0000 mgr.smithi136.ofnrfx (mgr.14188) 2745 : cluster [DBG] pgmap v2556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:57 smithi145 bash[13673]: cluster 2022-04-26T04:10:56.353443+0000 mgr.smithi136.ofnrfx (mgr.14188) 2745 : cluster [DBG] pgmap v2556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:57.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:10:58.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:58 smithi136 bash[11745]: audit 2022-04-26T04:10:57.981557+0000 mon.smithi136 (mon.0) 2080 : audit [DBG] from='client.? 172.21.15.136:0/1727992466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:58 smithi145 bash[13673]: audit 2022-04-26T04:10:57.981557+0000 mon.smithi136 (mon.0) 2080 : audit [DBG] from='client.? 172.21.15.136:0/1727992466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:10:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:10:59 smithi136 bash[11745]: cluster 2022-04-26T04:10:58.354227+0000 mgr.smithi136.ofnrfx (mgr.14188) 2746 : cluster [DBG] pgmap v2557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:10:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:10:59 smithi145 bash[13673]: cluster 2022-04-26T04:10:58.354227+0000 mgr.smithi136.ofnrfx (mgr.14188) 2746 : cluster [DBG] pgmap v2557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:01 smithi136 bash[11745]: cluster 2022-04-26T04:11:00.354896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2747 : cluster [DBG] pgmap v2558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:01 smithi145 bash[13673]: cluster 2022-04-26T04:11:00.354896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2747 : cluster [DBG] pgmap v2558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:02 smithi136 bash[11745]: audit 2022-04-26T04:11:02.225875+0000 mon.smithi136 (mon.0) 2081 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:11:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:02 smithi136 bash[11745]: audit 2022-04-26T04:11:02.229784+0000 mon.smithi136 (mon.0) 2082 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:11:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:02 smithi145 bash[13673]: audit 2022-04-26T04:11:02.225875+0000 mon.smithi136 (mon.0) 2081 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:11:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:02 smithi145 bash[13673]: audit 2022-04-26T04:11:02.229784+0000 mon.smithi136 (mon.0) 2082 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:11:03.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:03.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:03.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:03.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:03 smithi136 bash[11745]: cluster 2022-04-26T04:11:02.355646+0000 mgr.smithi136.ofnrfx (mgr.14188) 2748 : cluster [DBG] pgmap v2559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:03.863 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:03 smithi136 bash[11745]: audit 2022-04-26T04:11:03.315700+0000 mon.smithi136 (mon.0) 2083 : audit [DBG] from='client.? 172.21.15.136:0/2495512433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:03 smithi145 bash[13673]: cluster 2022-04-26T04:11:02.355646+0000 mgr.smithi136.ofnrfx (mgr.14188) 2748 : cluster [DBG] pgmap v2559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:03 smithi145 bash[13673]: audit 2022-04-26T04:11:03.315700+0000 mon.smithi136 (mon.0) 2083 : audit [DBG] from='client.? 172.21.15.136:0/2495512433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:05 smithi136 bash[11745]: cluster 2022-04-26T04:11:04.356410+0000 mgr.smithi136.ofnrfx (mgr.14188) 2749 : cluster [DBG] pgmap v2560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:05 smithi145 bash[13673]: cluster 2022-04-26T04:11:04.356410+0000 mgr.smithi136.ofnrfx (mgr.14188) 2749 : cluster [DBG] pgmap v2560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:07 smithi136 bash[11745]: cluster 2022-04-26T04:11:06.357183+0000 mgr.smithi136.ofnrfx (mgr.14188) 2750 : cluster [DBG] pgmap v2561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:07 smithi145 bash[13673]: cluster 2022-04-26T04:11:06.357183+0000 mgr.smithi136.ofnrfx (mgr.14188) 2750 : cluster [DBG] pgmap v2561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:08.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:08.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:08.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:08.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:09.499 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:09 smithi136 bash[11745]: cluster 2022-04-26T04:11:08.357868+0000 mgr.smithi136.ofnrfx (mgr.14188) 2751 : cluster [DBG] pgmap v2562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:09.500 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:09 smithi136 bash[11745]: audit 2022-04-26T04:11:08.640798+0000 mon.smithi136 (mon.0) 2084 : audit [DBG] from='client.? 172.21.15.136:0/1166612171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:09 smithi145 bash[13673]: cluster 2022-04-26T04:11:08.357868+0000 mgr.smithi136.ofnrfx (mgr.14188) 2751 : cluster [DBG] pgmap v2562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:09 smithi145 bash[13673]: audit 2022-04-26T04:11:08.640798+0000 mon.smithi136 (mon.0) 2084 : audit [DBG] from='client.? 172.21.15.136:0/1166612171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:11 smithi136 bash[11745]: cluster 2022-04-26T04:11:10.358474+0000 mgr.smithi136.ofnrfx (mgr.14188) 2752 : cluster [DBG] pgmap v2563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:11 smithi145 bash[13673]: cluster 2022-04-26T04:11:10.358474+0000 mgr.smithi136.ofnrfx (mgr.14188) 2752 : cluster [DBG] pgmap v2563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:13.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:13.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:13.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:13 smithi136 bash[11745]: cluster 2022-04-26T04:11:12.359098+0000 mgr.smithi136.ofnrfx (mgr.14188) 2753 : cluster [DBG] pgmap v2564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:13 smithi145 bash[13673]: cluster 2022-04-26T04:11:12.359098+0000 mgr.smithi136.ofnrfx (mgr.14188) 2753 : cluster [DBG] pgmap v2564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:13.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:14 smithi136 bash[11745]: audit 2022-04-26T04:11:13.973878+0000 mon.smithi136 (mon.0) 2085 : audit [DBG] from='client.? 172.21.15.136:0/1845769176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:14 smithi145 bash[13673]: audit 2022-04-26T04:11:13.973878+0000 mon.smithi136 (mon.0) 2085 : audit [DBG] from='client.? 172.21.15.136:0/1845769176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:15 smithi136 bash[11745]: cluster 2022-04-26T04:11:14.359754+0000 mgr.smithi136.ofnrfx (mgr.14188) 2754 : cluster [DBG] pgmap v2565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:15 smithi145 bash[13673]: cluster 2022-04-26T04:11:14.359754+0000 mgr.smithi136.ofnrfx (mgr.14188) 2754 : cluster [DBG] pgmap v2565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:17 smithi136 bash[11745]: cluster 2022-04-26T04:11:16.360415+0000 mgr.smithi136.ofnrfx (mgr.14188) 2755 : cluster [DBG] pgmap v2566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:17 smithi145 bash[13673]: cluster 2022-04-26T04:11:16.360415+0000 mgr.smithi136.ofnrfx (mgr.14188) 2755 : cluster [DBG] pgmap v2566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:18.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:18.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:18.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:19.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:19 smithi136 bash[11745]: cluster 2022-04-26T04:11:18.361028+0000 mgr.smithi136.ofnrfx (mgr.14188) 2756 : cluster [DBG] pgmap v2567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:19 smithi136 bash[11745]: audit 2022-04-26T04:11:19.302043+0000 mon.smithi136 (mon.0) 2086 : audit [DBG] from='client.? 172.21.15.136:0/3889059726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:19 smithi145 bash[13673]: cluster 2022-04-26T04:11:18.361028+0000 mgr.smithi136.ofnrfx (mgr.14188) 2756 : cluster [DBG] pgmap v2567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:19 smithi145 bash[13673]: audit 2022-04-26T04:11:19.302043+0000 mon.smithi136 (mon.0) 2086 : audit [DBG] from='client.? 172.21.15.136:0/3889059726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:21 smithi136 bash[11745]: cluster 2022-04-26T04:11:20.361660+0000 mgr.smithi136.ofnrfx (mgr.14188) 2757 : cluster [DBG] pgmap v2568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:21 smithi145 bash[13673]: cluster 2022-04-26T04:11:20.361660+0000 mgr.smithi136.ofnrfx (mgr.14188) 2757 : cluster [DBG] pgmap v2568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:23 smithi136 bash[11745]: cluster 2022-04-26T04:11:22.362304+0000 mgr.smithi136.ofnrfx (mgr.14188) 2758 : cluster [DBG] pgmap v2569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:23 smithi145 bash[13673]: cluster 2022-04-26T04:11:22.362304+0000 mgr.smithi136.ofnrfx (mgr.14188) 2758 : cluster [DBG] pgmap v2569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:24.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:24.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:24.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:24.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:25 smithi136 bash[11745]: cluster 2022-04-26T04:11:24.362931+0000 mgr.smithi136.ofnrfx (mgr.14188) 2759 : cluster [DBG] pgmap v2570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:25 smithi136 bash[11745]: audit 2022-04-26T04:11:24.627146+0000 mon.smithi136 (mon.0) 2087 : audit [DBG] from='client.? 172.21.15.136:0/3734892759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:25 smithi145 bash[13673]: cluster 2022-04-26T04:11:24.362931+0000 mgr.smithi136.ofnrfx (mgr.14188) 2759 : cluster [DBG] pgmap v2570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:25 smithi145 bash[13673]: audit 2022-04-26T04:11:24.627146+0000 mon.smithi136 (mon.0) 2087 : audit [DBG] from='client.? 172.21.15.136:0/3734892759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:27 smithi136 bash[11745]: cluster 2022-04-26T04:11:26.363667+0000 mgr.smithi136.ofnrfx (mgr.14188) 2760 : cluster [DBG] pgmap v2571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:27 smithi145 bash[13673]: cluster 2022-04-26T04:11:26.363667+0000 mgr.smithi136.ofnrfx (mgr.14188) 2760 : cluster [DBG] pgmap v2571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:29.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:29.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:29.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:29 smithi136 bash[11745]: cluster 2022-04-26T04:11:28.364346+0000 mgr.smithi136.ofnrfx (mgr.14188) 2761 : cluster [DBG] pgmap v2572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:29 smithi145 bash[13673]: cluster 2022-04-26T04:11:28.364346+0000 mgr.smithi136.ofnrfx (mgr.14188) 2761 : cluster [DBG] pgmap v2572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:29.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:30 smithi145 bash[13673]: audit 2022-04-26T04:11:29.953428+0000 mon.smithi136 (mon.0) 2088 : audit [DBG] from='client.? 172.21.15.136:0/859956658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:30 smithi136 bash[11745]: audit 2022-04-26T04:11:29.953428+0000 mon.smithi136 (mon.0) 2088 : audit [DBG] from='client.? 172.21.15.136:0/859956658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:31 smithi145 bash[13673]: cluster 2022-04-26T04:11:30.365100+0000 mgr.smithi136.ofnrfx (mgr.14188) 2762 : cluster [DBG] pgmap v2573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:31 smithi136 bash[11745]: cluster 2022-04-26T04:11:30.365100+0000 mgr.smithi136.ofnrfx (mgr.14188) 2762 : cluster [DBG] pgmap v2573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:33 smithi145 bash[13673]: cluster 2022-04-26T04:11:32.365883+0000 mgr.smithi136.ofnrfx (mgr.14188) 2763 : cluster [DBG] pgmap v2574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:33 smithi136 bash[11745]: cluster 2022-04-26T04:11:32.365883+0000 mgr.smithi136.ofnrfx (mgr.14188) 2763 : cluster [DBG] pgmap v2574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:34.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:34.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:34.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:35.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:35 smithi145 bash[13673]: cluster 2022-04-26T04:11:34.366681+0000 mgr.smithi136.ofnrfx (mgr.14188) 2764 : cluster [DBG] pgmap v2575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:35 smithi145 bash[13673]: audit 2022-04-26T04:11:35.284276+0000 mon.smithi136 (mon.0) 2089 : audit [DBG] from='client.? 172.21.15.136:0/2475365718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:35 smithi136 bash[11745]: cluster 2022-04-26T04:11:34.366681+0000 mgr.smithi136.ofnrfx (mgr.14188) 2764 : cluster [DBG] pgmap v2575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:35 smithi136 bash[11745]: audit 2022-04-26T04:11:35.284276+0000 mon.smithi136 (mon.0) 2089 : audit [DBG] from='client.? 172.21.15.136:0/2475365718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:37 smithi145 bash[13673]: cluster 2022-04-26T04:11:36.367338+0000 mgr.smithi136.ofnrfx (mgr.14188) 2765 : cluster [DBG] pgmap v2576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:37 smithi136 bash[11745]: cluster 2022-04-26T04:11:36.367338+0000 mgr.smithi136.ofnrfx (mgr.14188) 2765 : cluster [DBG] pgmap v2576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:39 smithi145 bash[13673]: cluster 2022-04-26T04:11:38.367990+0000 mgr.smithi136.ofnrfx (mgr.14188) 2766 : cluster [DBG] pgmap v2577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:39 smithi136 bash[11745]: cluster 2022-04-26T04:11:38.367990+0000 mgr.smithi136.ofnrfx (mgr.14188) 2766 : cluster [DBG] pgmap v2577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:40.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:40.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:40.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:40.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:41 smithi145 bash[13673]: cluster 2022-04-26T04:11:40.368510+0000 mgr.smithi136.ofnrfx (mgr.14188) 2767 : cluster [DBG] pgmap v2578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:41 smithi145 bash[13673]: audit 2022-04-26T04:11:40.620185+0000 mon.smithi136 (mon.0) 2090 : audit [DBG] from='client.? 172.21.15.136:0/71172157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:41 smithi136 bash[11745]: cluster 2022-04-26T04:11:40.368510+0000 mgr.smithi136.ofnrfx (mgr.14188) 2767 : cluster [DBG] pgmap v2578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:41 smithi136 bash[11745]: audit 2022-04-26T04:11:40.620185+0000 mon.smithi136 (mon.0) 2090 : audit [DBG] from='client.? 172.21.15.136:0/71172157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:43 smithi145 bash[13673]: cluster 2022-04-26T04:11:42.369138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2768 : cluster [DBG] pgmap v2579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:43 smithi136 bash[11745]: cluster 2022-04-26T04:11:42.369138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2768 : cluster [DBG] pgmap v2579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:44 smithi145 bash[13673]: audit 2022-04-26T04:11:44.373237+0000 mon.smithi136 (mon.0) 2091 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:11:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:44 smithi145 bash[13673]: audit 2022-04-26T04:11:44.376079+0000 mon.smithi136 (mon.0) 2092 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:11:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:44 smithi145 bash[13673]: audit 2022-04-26T04:11:44.377956+0000 mon.smithi136 (mon.0) 2093 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:11:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:44 smithi136 bash[11745]: audit 2022-04-26T04:11:44.373237+0000 mon.smithi136 (mon.0) 2091 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:11:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:44 smithi136 bash[11745]: audit 2022-04-26T04:11:44.376079+0000 mon.smithi136 (mon.0) 2092 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:11:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:44 smithi136 bash[11745]: audit 2022-04-26T04:11:44.377956+0000 mon.smithi136 (mon.0) 2093 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:11:45.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:45.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:45.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:45.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:45 smithi136 bash[11745]: cluster 2022-04-26T04:11:44.369866+0000 mgr.smithi136.ofnrfx (mgr.14188) 2769 : cluster [DBG] pgmap v2580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:45 smithi136 bash[11745]: audit 2022-04-26T04:11:44.680400+0000 mon.smithi136 (mon.0) 2094 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:11:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:45 smithi136 bash[11745]: cluster 2022-04-26T04:11:44.991470+0000 mgr.smithi136.ofnrfx (mgr.14188) 2770 : cluster [DBG] pgmap v2581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:45 smithi136 bash[11745]: cluster 2022-04-26T04:11:44.992042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2771 : cluster [DBG] pgmap v2582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:45 smithi136 bash[11745]: audit 2022-04-26T04:11:44.996813+0000 mon.smithi136 (mon.0) 2095 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:11:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:45 smithi136 bash[11745]: audit 2022-04-26T04:11:45.002446+0000 mon.smithi136 (mon.0) 2096 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:11:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:45 smithi145 bash[13673]: cluster 2022-04-26T04:11:44.369866+0000 mgr.smithi136.ofnrfx (mgr.14188) 2769 : cluster [DBG] pgmap v2580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:45 smithi145 bash[13673]: audit 2022-04-26T04:11:44.680400+0000 mon.smithi136 (mon.0) 2094 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:11:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:45 smithi145 bash[13673]: cluster 2022-04-26T04:11:44.991470+0000 mgr.smithi136.ofnrfx (mgr.14188) 2770 : cluster [DBG] pgmap v2581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:45 smithi145 bash[13673]: cluster 2022-04-26T04:11:44.992042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2771 : cluster [DBG] pgmap v2582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:45 smithi145 bash[13673]: audit 2022-04-26T04:11:44.996813+0000 mon.smithi136 (mon.0) 2095 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:11:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:45 smithi145 bash[13673]: audit 2022-04-26T04:11:45.002446+0000 mon.smithi136 (mon.0) 2096 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:11:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:46 smithi136 bash[11745]: cephadm 2022-04-26T04:11:45.003668+0000 mgr.smithi136.ofnrfx (mgr.14188) 2772 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:11:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:46 smithi136 bash[11745]: cephadm 2022-04-26T04:11:45.003808+0000 mgr.smithi136.ofnrfx (mgr.14188) 2773 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:11:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:46 smithi136 bash[11745]: audit 2022-04-26T04:11:45.945458+0000 mon.smithi136 (mon.0) 2097 : audit [DBG] from='client.? 172.21.15.136:0/2757996550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:46 smithi145 bash[13673]: cephadm 2022-04-26T04:11:45.003668+0000 mgr.smithi136.ofnrfx (mgr.14188) 2772 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:11:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:46 smithi145 bash[13673]: cephadm 2022-04-26T04:11:45.003808+0000 mgr.smithi136.ofnrfx (mgr.14188) 2773 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:11:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:46 smithi145 bash[13673]: audit 2022-04-26T04:11:45.945458+0000 mon.smithi136 (mon.0) 2097 : audit [DBG] from='client.? 172.21.15.136:0/2757996550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:47 smithi136 bash[11745]: cluster 2022-04-26T04:11:46.992721+0000 mgr.smithi136.ofnrfx (mgr.14188) 2774 : cluster [DBG] pgmap v2583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:47 smithi145 bash[13673]: cluster 2022-04-26T04:11:46.992721+0000 mgr.smithi136.ofnrfx (mgr.14188) 2774 : cluster [DBG] pgmap v2583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:49 smithi136 bash[11745]: cluster 2022-04-26T04:11:48.993377+0000 mgr.smithi136.ofnrfx (mgr.14188) 2775 : cluster [DBG] pgmap v2584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:49 smithi145 bash[13673]: cluster 2022-04-26T04:11:48.993377+0000 mgr.smithi136.ofnrfx (mgr.14188) 2775 : cluster [DBG] pgmap v2584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:50.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:50.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:50.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:51.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:51 smithi136 bash[11745]: cluster 2022-04-26T04:11:50.994132+0000 mgr.smithi136.ofnrfx (mgr.14188) 2776 : cluster [DBG] pgmap v2585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:51 smithi145 bash[13673]: cluster 2022-04-26T04:11:50.994132+0000 mgr.smithi136.ofnrfx (mgr.14188) 2776 : cluster [DBG] pgmap v2585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:52 smithi136 bash[11745]: audit 2022-04-26T04:11:51.270994+0000 mon.smithi136 (mon.0) 2098 : audit [DBG] from='client.? 172.21.15.136:0/2838542296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:52 smithi145 bash[13673]: audit 2022-04-26T04:11:51.270994+0000 mon.smithi136 (mon.0) 2098 : audit [DBG] from='client.? 172.21.15.136:0/2838542296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:53 smithi145 bash[13673]: cluster 2022-04-26T04:11:52.994791+0000 mgr.smithi136.ofnrfx (mgr.14188) 2777 : cluster [DBG] pgmap v2586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:53 smithi136 bash[11745]: cluster 2022-04-26T04:11:52.994791+0000 mgr.smithi136.ofnrfx (mgr.14188) 2777 : cluster [DBG] pgmap v2586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:55 smithi145 bash[13673]: cluster 2022-04-26T04:11:54.995502+0000 mgr.smithi136.ofnrfx (mgr.14188) 2778 : cluster [DBG] pgmap v2587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:55 smithi136 bash[11745]: cluster 2022-04-26T04:11:54.995502+0000 mgr.smithi136.ofnrfx (mgr.14188) 2778 : cluster [DBG] pgmap v2587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:56.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:11:56.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:11:56.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:11:56.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:11:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:56 smithi136 bash[11745]: audit 2022-04-26T04:11:56.600701+0000 mon.smithi136 (mon.0) 2099 : audit [DBG] from='client.? 172.21.15.136:0/1270398317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:56 smithi145 bash[13673]: audit 2022-04-26T04:11:56.600701+0000 mon.smithi136 (mon.0) 2099 : audit [DBG] from='client.? 172.21.15.136:0/1270398317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:11:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:11:58 smithi136 bash[11745]: cluster 2022-04-26T04:11:56.996247+0000 mgr.smithi136.ofnrfx (mgr.14188) 2779 : cluster [DBG] pgmap v2588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:11:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:11:58 smithi145 bash[13673]: cluster 2022-04-26T04:11:56.996247+0000 mgr.smithi136.ofnrfx (mgr.14188) 2779 : cluster [DBG] pgmap v2588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:00 smithi136 bash[11745]: cluster 2022-04-26T04:11:58.996876+0000 mgr.smithi136.ofnrfx (mgr.14188) 2780 : cluster [DBG] pgmap v2589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:00 smithi145 bash[13673]: cluster 2022-04-26T04:11:58.996876+0000 mgr.smithi136.ofnrfx (mgr.14188) 2780 : cluster [DBG] pgmap v2589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:01.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:01.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:01.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:01.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:02 smithi136 bash[11745]: cluster 2022-04-26T04:12:00.997500+0000 mgr.smithi136.ofnrfx (mgr.14188) 2781 : cluster [DBG] pgmap v2590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:02 smithi136 bash[11745]: audit 2022-04-26T04:12:01.927545+0000 mon.smithi136 (mon.0) 2100 : audit [DBG] from='client.? 172.21.15.136:0/4134620632' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:02 smithi136 bash[11745]: audit 2022-04-26T04:12:02.230196+0000 mon.smithi136 (mon.0) 2101 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:12:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:02 smithi136 bash[11745]: audit 2022-04-26T04:12:02.234215+0000 mon.smithi136 (mon.0) 2102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:12:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:02 smithi145 bash[13673]: cluster 2022-04-26T04:12:00.997500+0000 mgr.smithi136.ofnrfx (mgr.14188) 2781 : cluster [DBG] pgmap v2590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:02 smithi145 bash[13673]: audit 2022-04-26T04:12:01.927545+0000 mon.smithi136 (mon.0) 2100 : audit [DBG] from='client.? 172.21.15.136:0/4134620632' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:02 smithi145 bash[13673]: audit 2022-04-26T04:12:02.230196+0000 mon.smithi136 (mon.0) 2101 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:12:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:02 smithi145 bash[13673]: audit 2022-04-26T04:12:02.234215+0000 mon.smithi136 (mon.0) 2102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:12:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:04 smithi136 bash[11745]: cluster 2022-04-26T04:12:02.998120+0000 mgr.smithi136.ofnrfx (mgr.14188) 2782 : cluster [DBG] pgmap v2591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:04 smithi145 bash[13673]: cluster 2022-04-26T04:12:02.998120+0000 mgr.smithi136.ofnrfx (mgr.14188) 2782 : cluster [DBG] pgmap v2591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:06.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:06.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:06.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:06 smithi136 bash[11745]: cluster 2022-04-26T04:12:04.998734+0000 mgr.smithi136.ofnrfx (mgr.14188) 2783 : cluster [DBG] pgmap v2592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:06 smithi145 bash[13673]: cluster 2022-04-26T04:12:04.998734+0000 mgr.smithi136.ofnrfx (mgr.14188) 2783 : cluster [DBG] pgmap v2592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:07.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:07 smithi136 bash[11745]: audit 2022-04-26T04:12:07.259376+0000 mon.smithi136 (mon.0) 2103 : audit [DBG] from='client.? 172.21.15.136:0/427866577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:07 smithi145 bash[13673]: audit 2022-04-26T04:12:07.259376+0000 mon.smithi136 (mon.0) 2103 : audit [DBG] from='client.? 172.21.15.136:0/427866577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:08 smithi136 bash[11745]: cluster 2022-04-26T04:12:06.999361+0000 mgr.smithi136.ofnrfx (mgr.14188) 2784 : cluster [DBG] pgmap v2593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:08 smithi145 bash[13673]: cluster 2022-04-26T04:12:06.999361+0000 mgr.smithi136.ofnrfx (mgr.14188) 2784 : cluster [DBG] pgmap v2593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:10 smithi136 bash[11745]: cluster 2022-04-26T04:12:09.000114+0000 mgr.smithi136.ofnrfx (mgr.14188) 2785 : cluster [DBG] pgmap v2594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:10 smithi145 bash[13673]: cluster 2022-04-26T04:12:09.000114+0000 mgr.smithi136.ofnrfx (mgr.14188) 2785 : cluster [DBG] pgmap v2594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:12.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:12.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:12.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:12.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:12 smithi136 bash[11745]: cluster 2022-04-26T04:12:11.000777+0000 mgr.smithi136.ofnrfx (mgr.14188) 2786 : cluster [DBG] pgmap v2595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:12 smithi136 bash[11745]: audit 2022-04-26T04:12:12.592490+0000 mon.smithi136 (mon.0) 2104 : audit [DBG] from='client.? 172.21.15.136:0/2356528969' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:12 smithi145 bash[13673]: cluster 2022-04-26T04:12:11.000777+0000 mgr.smithi136.ofnrfx (mgr.14188) 2786 : cluster [DBG] pgmap v2595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:12 smithi145 bash[13673]: audit 2022-04-26T04:12:12.592490+0000 mon.smithi136 (mon.0) 2104 : audit [DBG] from='client.? 172.21.15.136:0/2356528969' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:14 smithi136 bash[11745]: cluster 2022-04-26T04:12:13.001356+0000 mgr.smithi136.ofnrfx (mgr.14188) 2787 : cluster [DBG] pgmap v2596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:14 smithi145 bash[13673]: cluster 2022-04-26T04:12:13.001356+0000 mgr.smithi136.ofnrfx (mgr.14188) 2787 : cluster [DBG] pgmap v2596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:17.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:16 smithi136 bash[11745]: cluster 2022-04-26T04:12:15.001963+0000 mgr.smithi136.ofnrfx (mgr.14188) 2788 : cluster [DBG] pgmap v2597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:16 smithi145 bash[13673]: cluster 2022-04-26T04:12:15.001963+0000 mgr.smithi136.ofnrfx (mgr.14188) 2788 : cluster [DBG] pgmap v2597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:17.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:17.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:17.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:17.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:18 smithi136 bash[11745]: cluster 2022-04-26T04:12:17.002634+0000 mgr.smithi136.ofnrfx (mgr.14188) 2789 : cluster [DBG] pgmap v2598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:18 smithi136 bash[11745]: audit 2022-04-26T04:12:17.919405+0000 mon.smithi136 (mon.0) 2105 : audit [DBG] from='client.? 172.21.15.136:0/3108002156' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:18 smithi145 bash[13673]: cluster 2022-04-26T04:12:17.002634+0000 mgr.smithi136.ofnrfx (mgr.14188) 2789 : cluster [DBG] pgmap v2598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:18 smithi145 bash[13673]: audit 2022-04-26T04:12:17.919405+0000 mon.smithi136 (mon.0) 2105 : audit [DBG] from='client.? 172.21.15.136:0/3108002156' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:20 smithi136 bash[11745]: cluster 2022-04-26T04:12:19.003268+0000 mgr.smithi136.ofnrfx (mgr.14188) 2790 : cluster [DBG] pgmap v2599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:20 smithi145 bash[13673]: cluster 2022-04-26T04:12:19.003268+0000 mgr.smithi136.ofnrfx (mgr.14188) 2790 : cluster [DBG] pgmap v2599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:22.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:22.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:22.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:22 smithi136 bash[11745]: cluster 2022-04-26T04:12:21.003958+0000 mgr.smithi136.ofnrfx (mgr.14188) 2791 : cluster [DBG] pgmap v2600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:22 smithi145 bash[13673]: cluster 2022-04-26T04:12:21.003958+0000 mgr.smithi136.ofnrfx (mgr.14188) 2791 : cluster [DBG] pgmap v2600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:23.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:23 smithi136 bash[11745]: audit 2022-04-26T04:12:23.245547+0000 mon.smithi136 (mon.0) 2106 : audit [DBG] from='client.? 172.21.15.136:0/3566793405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:23 smithi145 bash[13673]: audit 2022-04-26T04:12:23.245547+0000 mon.smithi136 (mon.0) 2106 : audit [DBG] from='client.? 172.21.15.136:0/3566793405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:24 smithi136 bash[11745]: cluster 2022-04-26T04:12:23.004572+0000 mgr.smithi136.ofnrfx (mgr.14188) 2792 : cluster [DBG] pgmap v2601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:24 smithi145 bash[13673]: cluster 2022-04-26T04:12:23.004572+0000 mgr.smithi136.ofnrfx (mgr.14188) 2792 : cluster [DBG] pgmap v2601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:26 smithi136 bash[11745]: cluster 2022-04-26T04:12:25.005306+0000 mgr.smithi136.ofnrfx (mgr.14188) 2793 : cluster [DBG] pgmap v2602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:26 smithi145 bash[13673]: cluster 2022-04-26T04:12:25.005306+0000 mgr.smithi136.ofnrfx (mgr.14188) 2793 : cluster [DBG] pgmap v2602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:28.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:28.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:28.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:28.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:28 smithi136 bash[11745]: cluster 2022-04-26T04:12:27.005982+0000 mgr.smithi136.ofnrfx (mgr.14188) 2794 : cluster [DBG] pgmap v2603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:28 smithi136 bash[11745]: audit 2022-04-26T04:12:28.575997+0000 mon.smithi136 (mon.0) 2107 : audit [DBG] from='client.? 172.21.15.136:0/2949848419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:28 smithi145 bash[13673]: cluster 2022-04-26T04:12:27.005982+0000 mgr.smithi136.ofnrfx (mgr.14188) 2794 : cluster [DBG] pgmap v2603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:28 smithi145 bash[13673]: audit 2022-04-26T04:12:28.575997+0000 mon.smithi136 (mon.0) 2107 : audit [DBG] from='client.? 172.21.15.136:0/2949848419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:30 smithi136 bash[11745]: cluster 2022-04-26T04:12:29.006615+0000 mgr.smithi136.ofnrfx (mgr.14188) 2795 : cluster [DBG] pgmap v2604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:30 smithi145 bash[13673]: cluster 2022-04-26T04:12:29.006615+0000 mgr.smithi136.ofnrfx (mgr.14188) 2795 : cluster [DBG] pgmap v2604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:32 smithi136 bash[11745]: cluster 2022-04-26T04:12:31.007227+0000 mgr.smithi136.ofnrfx (mgr.14188) 2796 : cluster [DBG] pgmap v2605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:32 smithi145 bash[13673]: cluster 2022-04-26T04:12:31.007227+0000 mgr.smithi136.ofnrfx (mgr.14188) 2796 : cluster [DBG] pgmap v2605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:33.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:33.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:33.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:33.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:34 smithi136 bash[11745]: cluster 2022-04-26T04:12:33.007860+0000 mgr.smithi136.ofnrfx (mgr.14188) 2797 : cluster [DBG] pgmap v2606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:34 smithi136 bash[11745]: audit 2022-04-26T04:12:33.909025+0000 mon.smithi136 (mon.0) 2108 : audit [DBG] from='client.? 172.21.15.136:0/2480804513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:34 smithi145 bash[13673]: cluster 2022-04-26T04:12:33.007860+0000 mgr.smithi136.ofnrfx (mgr.14188) 2797 : cluster [DBG] pgmap v2606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:34 smithi145 bash[13673]: audit 2022-04-26T04:12:33.909025+0000 mon.smithi136 (mon.0) 2108 : audit [DBG] from='client.? 172.21.15.136:0/2480804513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:36 smithi136 bash[11745]: cluster 2022-04-26T04:12:35.008496+0000 mgr.smithi136.ofnrfx (mgr.14188) 2798 : cluster [DBG] pgmap v2607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:36 smithi145 bash[13673]: cluster 2022-04-26T04:12:35.008496+0000 mgr.smithi136.ofnrfx (mgr.14188) 2798 : cluster [DBG] pgmap v2607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:38.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:38.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:38.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:38 smithi136 bash[11745]: cluster 2022-04-26T04:12:37.009160+0000 mgr.smithi136.ofnrfx (mgr.14188) 2799 : cluster [DBG] pgmap v2608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:38 smithi145 bash[13673]: cluster 2022-04-26T04:12:37.009160+0000 mgr.smithi136.ofnrfx (mgr.14188) 2799 : cluster [DBG] pgmap v2608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:39.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:39 smithi136 bash[11745]: audit 2022-04-26T04:12:39.237780+0000 mon.smithi136 (mon.0) 2109 : audit [DBG] from='client.? 172.21.15.136:0/133299574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:39 smithi145 bash[13673]: audit 2022-04-26T04:12:39.237780+0000 mon.smithi136 (mon.0) 2109 : audit [DBG] from='client.? 172.21.15.136:0/133299574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:40 smithi136 bash[11745]: cluster 2022-04-26T04:12:39.009795+0000 mgr.smithi136.ofnrfx (mgr.14188) 2800 : cluster [DBG] pgmap v2609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:40 smithi145 bash[13673]: cluster 2022-04-26T04:12:39.009795+0000 mgr.smithi136.ofnrfx (mgr.14188) 2800 : cluster [DBG] pgmap v2609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:42 smithi136 bash[11745]: cluster 2022-04-26T04:12:41.010436+0000 mgr.smithi136.ofnrfx (mgr.14188) 2801 : cluster [DBG] pgmap v2610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:42 smithi145 bash[13673]: cluster 2022-04-26T04:12:41.010436+0000 mgr.smithi136.ofnrfx (mgr.14188) 2801 : cluster [DBG] pgmap v2610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:44.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:44.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:44.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:44.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:44 smithi136 bash[11745]: cluster 2022-04-26T04:12:43.011078+0000 mgr.smithi136.ofnrfx (mgr.14188) 2802 : cluster [DBG] pgmap v2611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:44 smithi136 bash[11745]: audit 2022-04-26T04:12:44.563354+0000 mon.smithi136 (mon.0) 2110 : audit [DBG] from='client.? 172.21.15.136:0/3831674767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:44 smithi145 bash[13673]: cluster 2022-04-26T04:12:43.011078+0000 mgr.smithi136.ofnrfx (mgr.14188) 2802 : cluster [DBG] pgmap v2611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:44 smithi145 bash[13673]: audit 2022-04-26T04:12:44.563354+0000 mon.smithi136 (mon.0) 2110 : audit [DBG] from='client.? 172.21.15.136:0/3831674767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:45 smithi136 bash[11745]: audit 2022-04-26T04:12:45.014662+0000 mon.smithi136 (mon.0) 2111 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:12:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:45 smithi136 bash[11745]: audit 2022-04-26T04:12:45.017334+0000 mon.smithi136 (mon.0) 2112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:12:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:45 smithi136 bash[11745]: audit 2022-04-26T04:12:45.019154+0000 mon.smithi136 (mon.0) 2113 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:12:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:45 smithi136 bash[11745]: audit 2022-04-26T04:12:45.354120+0000 mon.smithi136 (mon.0) 2114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:12:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:45 smithi136 bash[11745]: audit 2022-04-26T04:12:45.362740+0000 mon.smithi136 (mon.0) 2115 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:12:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:45 smithi145 bash[13673]: audit 2022-04-26T04:12:45.014662+0000 mon.smithi136 (mon.0) 2111 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:12:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:45 smithi145 bash[13673]: audit 2022-04-26T04:12:45.017334+0000 mon.smithi136 (mon.0) 2112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:12:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:45 smithi145 bash[13673]: audit 2022-04-26T04:12:45.019154+0000 mon.smithi136 (mon.0) 2113 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:12:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:45 smithi145 bash[13673]: audit 2022-04-26T04:12:45.354120+0000 mon.smithi136 (mon.0) 2114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:12:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:45 smithi145 bash[13673]: audit 2022-04-26T04:12:45.362740+0000 mon.smithi136 (mon.0) 2115 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:12:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:46 smithi136 bash[11745]: cluster 2022-04-26T04:12:45.011708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2803 : cluster [DBG] pgmap v2612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:46 smithi136 bash[11745]: cluster 2022-04-26T04:12:45.347643+0000 mgr.smithi136.ofnrfx (mgr.14188) 2804 : cluster [DBG] pgmap v2613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:46 smithi136 bash[11745]: cluster 2022-04-26T04:12:45.347963+0000 mgr.smithi136.ofnrfx (mgr.14188) 2805 : cluster [DBG] pgmap v2614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:46 smithi136 bash[11745]: cephadm 2022-04-26T04:12:45.363839+0000 mgr.smithi136.ofnrfx (mgr.14188) 2806 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:12:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:46 smithi136 bash[11745]: cephadm 2022-04-26T04:12:45.364008+0000 mgr.smithi136.ofnrfx (mgr.14188) 2807 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:12:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:46 smithi145 bash[13673]: cluster 2022-04-26T04:12:45.011708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2803 : cluster [DBG] pgmap v2612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:46 smithi145 bash[13673]: cluster 2022-04-26T04:12:45.347643+0000 mgr.smithi136.ofnrfx (mgr.14188) 2804 : cluster [DBG] pgmap v2613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:46 smithi145 bash[13673]: cluster 2022-04-26T04:12:45.347963+0000 mgr.smithi136.ofnrfx (mgr.14188) 2805 : cluster [DBG] pgmap v2614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:46 smithi145 bash[13673]: cephadm 2022-04-26T04:12:45.363839+0000 mgr.smithi136.ofnrfx (mgr.14188) 2806 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:12:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:46 smithi145 bash[13673]: cephadm 2022-04-26T04:12:45.364008+0000 mgr.smithi136.ofnrfx (mgr.14188) 2807 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:12:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:48 smithi136 bash[11745]: cluster 2022-04-26T04:12:47.348569+0000 mgr.smithi136.ofnrfx (mgr.14188) 2808 : cluster [DBG] pgmap v2615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:48 smithi145 bash[13673]: cluster 2022-04-26T04:12:47.348569+0000 mgr.smithi136.ofnrfx (mgr.14188) 2808 : cluster [DBG] pgmap v2615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:49.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:49.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:49.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:49.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:50 smithi145 bash[13673]: cluster 2022-04-26T04:12:49.349196+0000 mgr.smithi136.ofnrfx (mgr.14188) 2809 : cluster [DBG] pgmap v2616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:50 smithi145 bash[13673]: audit 2022-04-26T04:12:49.892341+0000 mon.smithi136 (mon.0) 2116 : audit [DBG] from='client.? 172.21.15.136:0/1391227326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:50 smithi136 bash[11745]: cluster 2022-04-26T04:12:49.349196+0000 mgr.smithi136.ofnrfx (mgr.14188) 2809 : cluster [DBG] pgmap v2616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:50 smithi136 bash[11745]: audit 2022-04-26T04:12:49.892341+0000 mon.smithi136 (mon.0) 2116 : audit [DBG] from='client.? 172.21.15.136:0/1391227326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:52 smithi145 bash[13673]: cluster 2022-04-26T04:12:51.349815+0000 mgr.smithi136.ofnrfx (mgr.14188) 2810 : cluster [DBG] pgmap v2617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:52 smithi136 bash[11745]: cluster 2022-04-26T04:12:51.349815+0000 mgr.smithi136.ofnrfx (mgr.14188) 2810 : cluster [DBG] pgmap v2617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:54.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:12:54.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:12:54.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:12:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:54 smithi145 bash[13673]: cluster 2022-04-26T04:12:53.350535+0000 mgr.smithi136.ofnrfx (mgr.14188) 2811 : cluster [DBG] pgmap v2618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:55.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:12:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:54 smithi136 bash[11745]: cluster 2022-04-26T04:12:53.350535+0000 mgr.smithi136.ofnrfx (mgr.14188) 2811 : cluster [DBG] pgmap v2618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:55 smithi145 bash[13673]: audit 2022-04-26T04:12:55.219624+0000 mon.smithi136 (mon.0) 2117 : audit [DBG] from='client.? 172.21.15.136:0/3218463926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:55 smithi136 bash[11745]: audit 2022-04-26T04:12:55.219624+0000 mon.smithi136 (mon.0) 2117 : audit [DBG] from='client.? 172.21.15.136:0/3218463926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:12:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:56 smithi145 bash[13673]: cluster 2022-04-26T04:12:55.351206+0000 mgr.smithi136.ofnrfx (mgr.14188) 2812 : cluster [DBG] pgmap v2619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:56 smithi136 bash[11745]: cluster 2022-04-26T04:12:55.351206+0000 mgr.smithi136.ofnrfx (mgr.14188) 2812 : cluster [DBG] pgmap v2619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:12:58 smithi136 bash[11745]: cluster 2022-04-26T04:12:57.351900+0000 mgr.smithi136.ofnrfx (mgr.14188) 2813 : cluster [DBG] pgmap v2620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:12:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:12:58 smithi145 bash[13673]: cluster 2022-04-26T04:12:57.351900+0000 mgr.smithi136.ofnrfx (mgr.14188) 2813 : cluster [DBG] pgmap v2620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:00.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:00.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:00.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:00.557 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:00 smithi145 bash[13673]: cluster 2022-04-26T04:12:59.352536+0000 mgr.smithi136.ofnrfx (mgr.14188) 2814 : cluster [DBG] pgmap v2621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:00 smithi145 bash[13673]: audit 2022-04-26T04:13:00.541428+0000 mon.smithi136 (mon.0) 2118 : audit [DBG] from='client.? 172.21.15.136:0/3546518714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:00 smithi136 bash[11745]: cluster 2022-04-26T04:12:59.352536+0000 mgr.smithi136.ofnrfx (mgr.14188) 2814 : cluster [DBG] pgmap v2621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:00 smithi136 bash[11745]: audit 2022-04-26T04:13:00.541428+0000 mon.smithi136 (mon.0) 2118 : audit [DBG] from='client.? 172.21.15.136:0/3546518714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:02 smithi145 bash[13673]: cluster 2022-04-26T04:13:01.353301+0000 mgr.smithi136.ofnrfx (mgr.14188) 2815 : cluster [DBG] pgmap v2622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:02 smithi145 bash[13673]: audit 2022-04-26T04:13:02.234469+0000 mon.smithi136 (mon.0) 2119 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:13:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:02 smithi145 bash[13673]: audit 2022-04-26T04:13:02.238389+0000 mon.smithi136 (mon.0) 2120 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:13:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:02 smithi136 bash[11745]: cluster 2022-04-26T04:13:01.353301+0000 mgr.smithi136.ofnrfx (mgr.14188) 2815 : cluster [DBG] pgmap v2622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:02 smithi136 bash[11745]: audit 2022-04-26T04:13:02.234469+0000 mon.smithi136 (mon.0) 2119 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:13:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:02 smithi136 bash[11745]: audit 2022-04-26T04:13:02.238389+0000 mon.smithi136 (mon.0) 2120 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:13:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:04 smithi145 bash[13673]: cluster 2022-04-26T04:13:03.353963+0000 mgr.smithi136.ofnrfx (mgr.14188) 2816 : cluster [DBG] pgmap v2623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:04 smithi136 bash[11745]: cluster 2022-04-26T04:13:03.353963+0000 mgr.smithi136.ofnrfx (mgr.14188) 2816 : cluster [DBG] pgmap v2623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:05.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:05.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:05.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:05.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:05 smithi136 bash[11745]: audit 2022-04-26T04:13:05.862610+0000 mon.smithi136 (mon.0) 2121 : audit [DBG] from='client.? 172.21.15.136:0/3855499169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:05 smithi145 bash[13673]: audit 2022-04-26T04:13:05.862610+0000 mon.smithi136 (mon.0) 2121 : audit [DBG] from='client.? 172.21.15.136:0/3855499169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:06 smithi136 bash[11745]: cluster 2022-04-26T04:13:05.354626+0000 mgr.smithi136.ofnrfx (mgr.14188) 2817 : cluster [DBG] pgmap v2624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:06 smithi145 bash[13673]: cluster 2022-04-26T04:13:05.354626+0000 mgr.smithi136.ofnrfx (mgr.14188) 2817 : cluster [DBG] pgmap v2624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:08 smithi136 bash[11745]: cluster 2022-04-26T04:13:07.355200+0000 mgr.smithi136.ofnrfx (mgr.14188) 2818 : cluster [DBG] pgmap v2625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:08 smithi145 bash[13673]: cluster 2022-04-26T04:13:07.355200+0000 mgr.smithi136.ofnrfx (mgr.14188) 2818 : cluster [DBG] pgmap v2625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:10.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:10.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:10.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:11.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:10 smithi136 bash[11745]: cluster 2022-04-26T04:13:09.355819+0000 mgr.smithi136.ofnrfx (mgr.14188) 2819 : cluster [DBG] pgmap v2626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:10 smithi145 bash[13673]: cluster 2022-04-26T04:13:09.355819+0000 mgr.smithi136.ofnrfx (mgr.14188) 2819 : cluster [DBG] pgmap v2626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:11 smithi136 bash[11745]: audit 2022-04-26T04:13:11.194057+0000 mon.smithi136 (mon.0) 2122 : audit [DBG] from='client.? 172.21.15.136:0/782194317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:11 smithi145 bash[13673]: audit 2022-04-26T04:13:11.194057+0000 mon.smithi136 (mon.0) 2122 : audit [DBG] from='client.? 172.21.15.136:0/782194317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:12 smithi136 bash[11745]: cluster 2022-04-26T04:13:11.356462+0000 mgr.smithi136.ofnrfx (mgr.14188) 2820 : cluster [DBG] pgmap v2627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:12 smithi145 bash[13673]: cluster 2022-04-26T04:13:11.356462+0000 mgr.smithi136.ofnrfx (mgr.14188) 2820 : cluster [DBG] pgmap v2627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:14 smithi136 bash[11745]: cluster 2022-04-26T04:13:13.357141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2821 : cluster [DBG] pgmap v2628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:14 smithi145 bash[13673]: cluster 2022-04-26T04:13:13.357141+0000 mgr.smithi136.ofnrfx (mgr.14188) 2821 : cluster [DBG] pgmap v2628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:16.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:16.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:16.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:16.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:16 smithi136 bash[11745]: cluster 2022-04-26T04:13:15.357758+0000 mgr.smithi136.ofnrfx (mgr.14188) 2822 : cluster [DBG] pgmap v2629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:16 smithi136 bash[11745]: audit 2022-04-26T04:13:16.523758+0000 mon.smithi136 (mon.0) 2123 : audit [DBG] from='client.? 172.21.15.136:0/1644871293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:16 smithi145 bash[13673]: cluster 2022-04-26T04:13:15.357758+0000 mgr.smithi136.ofnrfx (mgr.14188) 2822 : cluster [DBG] pgmap v2629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:16 smithi145 bash[13673]: audit 2022-04-26T04:13:16.523758+0000 mon.smithi136 (mon.0) 2123 : audit [DBG] from='client.? 172.21.15.136:0/1644871293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:18 smithi136 bash[11745]: cluster 2022-04-26T04:13:17.358423+0000 mgr.smithi136.ofnrfx (mgr.14188) 2823 : cluster [DBG] pgmap v2630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:18 smithi145 bash[13673]: cluster 2022-04-26T04:13:17.358423+0000 mgr.smithi136.ofnrfx (mgr.14188) 2823 : cluster [DBG] pgmap v2630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:20 smithi136 bash[11745]: cluster 2022-04-26T04:13:19.359050+0000 mgr.smithi136.ofnrfx (mgr.14188) 2824 : cluster [DBG] pgmap v2631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:20 smithi145 bash[13673]: cluster 2022-04-26T04:13:19.359050+0000 mgr.smithi136.ofnrfx (mgr.14188) 2824 : cluster [DBG] pgmap v2631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:21.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:21.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:21.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:21.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:21 smithi136 bash[11745]: audit 2022-04-26T04:13:21.847227+0000 mon.smithi136 (mon.0) 2124 : audit [DBG] from='client.? 172.21.15.136:0/286362631' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:21 smithi145 bash[13673]: audit 2022-04-26T04:13:21.847227+0000 mon.smithi136 (mon.0) 2124 : audit [DBG] from='client.? 172.21.15.136:0/286362631' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:22 smithi136 bash[11745]: cluster 2022-04-26T04:13:21.359784+0000 mgr.smithi136.ofnrfx (mgr.14188) 2825 : cluster [DBG] pgmap v2632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:22 smithi145 bash[13673]: cluster 2022-04-26T04:13:21.359784+0000 mgr.smithi136.ofnrfx (mgr.14188) 2825 : cluster [DBG] pgmap v2632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:24 smithi136 bash[11745]: cluster 2022-04-26T04:13:23.360500+0000 mgr.smithi136.ofnrfx (mgr.14188) 2826 : cluster [DBG] pgmap v2633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:24 smithi145 bash[13673]: cluster 2022-04-26T04:13:23.360500+0000 mgr.smithi136.ofnrfx (mgr.14188) 2826 : cluster [DBG] pgmap v2633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:26.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:26.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:26.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:27.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:26 smithi136 bash[11745]: cluster 2022-04-26T04:13:25.361173+0000 mgr.smithi136.ofnrfx (mgr.14188) 2827 : cluster [DBG] pgmap v2634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:26 smithi145 bash[13673]: cluster 2022-04-26T04:13:25.361173+0000 mgr.smithi136.ofnrfx (mgr.14188) 2827 : cluster [DBG] pgmap v2634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:27 smithi136 bash[11745]: audit 2022-04-26T04:13:27.178637+0000 mon.smithi136 (mon.0) 2125 : audit [DBG] from='client.? 172.21.15.136:0/2009040712' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:27 smithi145 bash[13673]: audit 2022-04-26T04:13:27.178637+0000 mon.smithi136 (mon.0) 2125 : audit [DBG] from='client.? 172.21.15.136:0/2009040712' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:28 smithi136 bash[11745]: cluster 2022-04-26T04:13:27.361876+0000 mgr.smithi136.ofnrfx (mgr.14188) 2828 : cluster [DBG] pgmap v2635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:28 smithi145 bash[13673]: cluster 2022-04-26T04:13:27.361876+0000 mgr.smithi136.ofnrfx (mgr.14188) 2828 : cluster [DBG] pgmap v2635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:30 smithi136 bash[11745]: cluster 2022-04-26T04:13:29.362510+0000 mgr.smithi136.ofnrfx (mgr.14188) 2829 : cluster [DBG] pgmap v2636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:31 smithi145 bash[13673]: cluster 2022-04-26T04:13:29.362510+0000 mgr.smithi136.ofnrfx (mgr.14188) 2829 : cluster [DBG] pgmap v2636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:32.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:32.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:32.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:32.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:33 smithi136 bash[11745]: cluster 2022-04-26T04:13:31.363179+0000 mgr.smithi136.ofnrfx (mgr.14188) 2830 : cluster [DBG] pgmap v2637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:33 smithi136 bash[11745]: audit 2022-04-26T04:13:32.507687+0000 mon.smithi136 (mon.0) 2126 : audit [DBG] from='client.? 172.21.15.136:0/415498233' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:33 smithi145 bash[13673]: cluster 2022-04-26T04:13:31.363179+0000 mgr.smithi136.ofnrfx (mgr.14188) 2830 : cluster [DBG] pgmap v2637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:33 smithi145 bash[13673]: audit 2022-04-26T04:13:32.507687+0000 mon.smithi136 (mon.0) 2126 : audit [DBG] from='client.? 172.21.15.136:0/415498233' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:35 smithi136 bash[11745]: cluster 2022-04-26T04:13:33.363832+0000 mgr.smithi136.ofnrfx (mgr.14188) 2831 : cluster [DBG] pgmap v2638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:35 smithi145 bash[13673]: cluster 2022-04-26T04:13:33.363832+0000 mgr.smithi136.ofnrfx (mgr.14188) 2831 : cluster [DBG] pgmap v2638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:37 smithi136 bash[11745]: cluster 2022-04-26T04:13:35.364475+0000 mgr.smithi136.ofnrfx (mgr.14188) 2832 : cluster [DBG] pgmap v2639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:37 smithi145 bash[13673]: cluster 2022-04-26T04:13:35.364475+0000 mgr.smithi136.ofnrfx (mgr.14188) 2832 : cluster [DBG] pgmap v2639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:37.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:37.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:37.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:37.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:38 smithi136 bash[11745]: audit 2022-04-26T04:13:37.840071+0000 mon.smithi136 (mon.0) 2127 : audit [DBG] from='client.? 172.21.15.136:0/613337434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:38 smithi145 bash[13673]: audit 2022-04-26T04:13:37.840071+0000 mon.smithi136 (mon.0) 2127 : audit [DBG] from='client.? 172.21.15.136:0/613337434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:39 smithi136 bash[11745]: cluster 2022-04-26T04:13:37.365118+0000 mgr.smithi136.ofnrfx (mgr.14188) 2833 : cluster [DBG] pgmap v2640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:39 smithi145 bash[13673]: cluster 2022-04-26T04:13:37.365118+0000 mgr.smithi136.ofnrfx (mgr.14188) 2833 : cluster [DBG] pgmap v2640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:40 smithi136 bash[11745]: cluster 2022-04-26T04:13:39.365859+0000 mgr.smithi136.ofnrfx (mgr.14188) 2834 : cluster [DBG] pgmap v2641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:40 smithi145 bash[13673]: cluster 2022-04-26T04:13:39.365859+0000 mgr.smithi136.ofnrfx (mgr.14188) 2834 : cluster [DBG] pgmap v2641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:42 smithi136 bash[11745]: cluster 2022-04-26T04:13:41.366528+0000 mgr.smithi136.ofnrfx (mgr.14188) 2835 : cluster [DBG] pgmap v2642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:42.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:42.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:42.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:42 smithi145 bash[13673]: cluster 2022-04-26T04:13:41.366528+0000 mgr.smithi136.ofnrfx (mgr.14188) 2835 : cluster [DBG] pgmap v2642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:43.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:43 smithi136 bash[11745]: audit 2022-04-26T04:13:43.165153+0000 mon.smithi136 (mon.0) 2128 : audit [DBG] from='client.? 172.21.15.136:0/1121478411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:43 smithi145 bash[13673]: audit 2022-04-26T04:13:43.165153+0000 mon.smithi136 (mon.0) 2128 : audit [DBG] from='client.? 172.21.15.136:0/1121478411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:44 smithi136 bash[11745]: cluster 2022-04-26T04:13:43.367138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2836 : cluster [DBG] pgmap v2643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:44 smithi145 bash[13673]: cluster 2022-04-26T04:13:43.367138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2836 : cluster [DBG] pgmap v2643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:45 smithi136 bash[11745]: audit 2022-04-26T04:13:45.373102+0000 mon.smithi136 (mon.0) 2129 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:13:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:45 smithi136 bash[11745]: audit 2022-04-26T04:13:45.375901+0000 mon.smithi136 (mon.0) 2130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:13:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:45 smithi136 bash[11745]: audit 2022-04-26T04:13:45.377641+0000 mon.smithi136 (mon.0) 2131 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:13:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:45 smithi145 bash[13673]: audit 2022-04-26T04:13:45.373102+0000 mon.smithi136 (mon.0) 2129 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:13:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:45 smithi145 bash[13673]: audit 2022-04-26T04:13:45.375901+0000 mon.smithi136 (mon.0) 2130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:13:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:45 smithi145 bash[13673]: audit 2022-04-26T04:13:45.377641+0000 mon.smithi136 (mon.0) 2131 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:13:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: cluster 2022-04-26T04:13:45.367913+0000 mgr.smithi136.ofnrfx (mgr.14188) 2837 : cluster [DBG] pgmap v2644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: audit 2022-04-26T04:13:45.677001+0000 mon.smithi136 (mon.0) 2132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:13:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: cluster 2022-04-26T04:13:45.979245+0000 mgr.smithi136.ofnrfx (mgr.14188) 2838 : cluster [DBG] pgmap v2645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: cluster 2022-04-26T04:13:45.979720+0000 mgr.smithi136.ofnrfx (mgr.14188) 2839 : cluster [DBG] pgmap v2646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: audit 2022-04-26T04:13:45.987022+0000 mon.smithi136 (mon.0) 2133 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:13:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: audit 2022-04-26T04:13:45.995654+0000 mon.smithi136 (mon.0) 2134 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:13:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: cephadm 2022-04-26T04:13:45.997044+0000 mgr.smithi136.ofnrfx (mgr.14188) 2840 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:13:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:46 smithi136 bash[11745]: cephadm 2022-04-26T04:13:45.997269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2841 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:13:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: cluster 2022-04-26T04:13:45.367913+0000 mgr.smithi136.ofnrfx (mgr.14188) 2837 : cluster [DBG] pgmap v2644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: audit 2022-04-26T04:13:45.677001+0000 mon.smithi136 (mon.0) 2132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:13:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: cluster 2022-04-26T04:13:45.979245+0000 mgr.smithi136.ofnrfx (mgr.14188) 2838 : cluster [DBG] pgmap v2645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: cluster 2022-04-26T04:13:45.979720+0000 mgr.smithi136.ofnrfx (mgr.14188) 2839 : cluster [DBG] pgmap v2646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: audit 2022-04-26T04:13:45.987022+0000 mon.smithi136 (mon.0) 2133 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:13:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: audit 2022-04-26T04:13:45.995654+0000 mon.smithi136 (mon.0) 2134 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:13:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: cephadm 2022-04-26T04:13:45.997044+0000 mgr.smithi136.ofnrfx (mgr.14188) 2840 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:13:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:46 smithi145 bash[13673]: cephadm 2022-04-26T04:13:45.997269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2841 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:13:48.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:48.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:48.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:48 smithi145 bash[13673]: cluster 2022-04-26T04:13:47.980367+0000 mgr.smithi136.ofnrfx (mgr.14188) 2842 : cluster [DBG] pgmap v2647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:48.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:48 smithi136 bash[11745]: cluster 2022-04-26T04:13:47.980367+0000 mgr.smithi136.ofnrfx (mgr.14188) 2842 : cluster [DBG] pgmap v2647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:49 smithi145 bash[13673]: audit 2022-04-26T04:13:48.487069+0000 mon.smithi136 (mon.0) 2135 : audit [DBG] from='client.? 172.21.15.136:0/1406186935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:49 smithi136 bash[11745]: audit 2022-04-26T04:13:48.487069+0000 mon.smithi136 (mon.0) 2135 : audit [DBG] from='client.? 172.21.15.136:0/1406186935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:50 smithi136 bash[11745]: cluster 2022-04-26T04:13:49.980975+0000 mgr.smithi136.ofnrfx (mgr.14188) 2843 : cluster [DBG] pgmap v2648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:50 smithi145 bash[13673]: cluster 2022-04-26T04:13:49.980975+0000 mgr.smithi136.ofnrfx (mgr.14188) 2843 : cluster [DBG] pgmap v2648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:52 smithi145 bash[13673]: cluster 2022-04-26T04:13:51.981607+0000 mgr.smithi136.ofnrfx (mgr.14188) 2844 : cluster [DBG] pgmap v2649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:52 smithi136 bash[11745]: cluster 2022-04-26T04:13:51.981607+0000 mgr.smithi136.ofnrfx (mgr.14188) 2844 : cluster [DBG] pgmap v2649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:53.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:53.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:53.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:53.834 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:53 smithi145 bash[13673]: audit 2022-04-26T04:13:53.819178+0000 mon.smithi136 (mon.0) 2136 : audit [DBG] from='client.? 172.21.15.136:0/2565414631' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:53 smithi136 bash[11745]: audit 2022-04-26T04:13:53.819178+0000 mon.smithi136 (mon.0) 2136 : audit [DBG] from='client.? 172.21.15.136:0/2565414631' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:54 smithi145 bash[13673]: cluster 2022-04-26T04:13:53.982384+0000 mgr.smithi136.ofnrfx (mgr.14188) 2845 : cluster [DBG] pgmap v2650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:54 smithi136 bash[11745]: cluster 2022-04-26T04:13:53.982384+0000 mgr.smithi136.ofnrfx (mgr.14188) 2845 : cluster [DBG] pgmap v2650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:56 smithi145 bash[13673]: cluster 2022-04-26T04:13:55.983043+0000 mgr.smithi136.ofnrfx (mgr.14188) 2846 : cluster [DBG] pgmap v2651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:56 smithi136 bash[11745]: cluster 2022-04-26T04:13:55.983043+0000 mgr.smithi136.ofnrfx (mgr.14188) 2846 : cluster [DBG] pgmap v2651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:58 smithi145 bash[13673]: cluster 2022-04-26T04:13:57.983669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2847 : cluster [DBG] pgmap v2652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:58 smithi136 bash[11745]: cluster 2022-04-26T04:13:57.983669+0000 mgr.smithi136.ofnrfx (mgr.14188) 2847 : cluster [DBG] pgmap v2652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:13:58.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:13:58.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:13:58.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:13:59.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:13:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:13:59 smithi136 bash[11745]: audit 2022-04-26T04:13:59.154464+0000 mon.smithi136 (mon.0) 2137 : audit [DBG] from='client.? 172.21.15.136:0/220768645' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:13:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:13:59 smithi145 bash[13673]: audit 2022-04-26T04:13:59.154464+0000 mon.smithi136 (mon.0) 2137 : audit [DBG] from='client.? 172.21.15.136:0/220768645' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:00 smithi136 bash[11745]: cluster 2022-04-26T04:13:59.984289+0000 mgr.smithi136.ofnrfx (mgr.14188) 2848 : cluster [DBG] pgmap v2653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:00 smithi145 bash[13673]: cluster 2022-04-26T04:13:59.984289+0000 mgr.smithi136.ofnrfx (mgr.14188) 2848 : cluster [DBG] pgmap v2653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:02.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:02 smithi145 bash[13673]: cluster 2022-04-26T04:14:01.984912+0000 mgr.smithi136.ofnrfx (mgr.14188) 2849 : cluster [DBG] pgmap v2654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:02 smithi136 bash[11745]: cluster 2022-04-26T04:14:01.984912+0000 mgr.smithi136.ofnrfx (mgr.14188) 2849 : cluster [DBG] pgmap v2654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:03 smithi145 bash[13673]: audit 2022-04-26T04:14:02.238744+0000 mon.smithi136 (mon.0) 2138 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:14:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:03 smithi145 bash[13673]: audit 2022-04-26T04:14:02.242693+0000 mon.smithi136 (mon.0) 2139 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:14:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:03 smithi136 bash[11745]: audit 2022-04-26T04:14:02.238744+0000 mon.smithi136 (mon.0) 2138 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:14:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:03 smithi136 bash[11745]: audit 2022-04-26T04:14:02.242693+0000 mon.smithi136 (mon.0) 2139 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:14:04.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:04.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:04.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:04 smithi145 bash[13673]: cluster 2022-04-26T04:14:03.985483+0000 mgr.smithi136.ofnrfx (mgr.14188) 2850 : cluster [DBG] pgmap v2655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:04.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:04 smithi136 bash[11745]: cluster 2022-04-26T04:14:03.985483+0000 mgr.smithi136.ofnrfx (mgr.14188) 2850 : cluster [DBG] pgmap v2655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:05 smithi136 bash[11745]: audit 2022-04-26T04:14:04.486535+0000 mon.smithi136 (mon.0) 2140 : audit [DBG] from='client.? 172.21.15.136:0/3596593859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:05 smithi145 bash[13673]: audit 2022-04-26T04:14:04.486535+0000 mon.smithi136 (mon.0) 2140 : audit [DBG] from='client.? 172.21.15.136:0/3596593859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:06 smithi136 bash[11745]: cluster 2022-04-26T04:14:05.986087+0000 mgr.smithi136.ofnrfx (mgr.14188) 2851 : cluster [DBG] pgmap v2656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:06 smithi145 bash[13673]: cluster 2022-04-26T04:14:05.986087+0000 mgr.smithi136.ofnrfx (mgr.14188) 2851 : cluster [DBG] pgmap v2656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:08 smithi145 bash[13673]: cluster 2022-04-26T04:14:07.986735+0000 mgr.smithi136.ofnrfx (mgr.14188) 2852 : cluster [DBG] pgmap v2657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:08 smithi136 bash[11745]: cluster 2022-04-26T04:14:07.986735+0000 mgr.smithi136.ofnrfx (mgr.14188) 2852 : cluster [DBG] pgmap v2657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:09.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:09.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:09.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:09.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:10 smithi136 bash[11745]: audit 2022-04-26T04:14:09.807494+0000 mon.smithi136 (mon.0) 2141 : audit [DBG] from='client.? 172.21.15.136:0/2335365125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:10 smithi136 bash[11745]: cluster 2022-04-26T04:14:09.987396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2853 : cluster [DBG] pgmap v2658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:10 smithi145 bash[13673]: audit 2022-04-26T04:14:09.807494+0000 mon.smithi136 (mon.0) 2141 : audit [DBG] from='client.? 172.21.15.136:0/2335365125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:10 smithi145 bash[13673]: cluster 2022-04-26T04:14:09.987396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2853 : cluster [DBG] pgmap v2658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:12 smithi145 bash[13673]: cluster 2022-04-26T04:14:11.988076+0000 mgr.smithi136.ofnrfx (mgr.14188) 2854 : cluster [DBG] pgmap v2659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:12 smithi136 bash[11745]: cluster 2022-04-26T04:14:11.988076+0000 mgr.smithi136.ofnrfx (mgr.14188) 2854 : cluster [DBG] pgmap v2659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:14 smithi145 bash[13673]: cluster 2022-04-26T04:14:13.988782+0000 mgr.smithi136.ofnrfx (mgr.14188) 2855 : cluster [DBG] pgmap v2660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:14 smithi136 bash[11745]: cluster 2022-04-26T04:14:13.988782+0000 mgr.smithi136.ofnrfx (mgr.14188) 2855 : cluster [DBG] pgmap v2660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:14.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:14.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:14.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:15.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:15 smithi136 bash[11745]: audit 2022-04-26T04:14:15.138196+0000 mon.smithi136 (mon.0) 2142 : audit [DBG] from='client.? 172.21.15.136:0/2096060497' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:15 smithi145 bash[13673]: audit 2022-04-26T04:14:15.138196+0000 mon.smithi136 (mon.0) 2142 : audit [DBG] from='client.? 172.21.15.136:0/2096060497' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:16 smithi136 bash[11745]: cluster 2022-04-26T04:14:15.989420+0000 mgr.smithi136.ofnrfx (mgr.14188) 2856 : cluster [DBG] pgmap v2661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:16 smithi145 bash[13673]: cluster 2022-04-26T04:14:15.989420+0000 mgr.smithi136.ofnrfx (mgr.14188) 2856 : cluster [DBG] pgmap v2661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:18 smithi145 bash[13673]: cluster 2022-04-26T04:14:17.990028+0000 mgr.smithi136.ofnrfx (mgr.14188) 2857 : cluster [DBG] pgmap v2662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:18 smithi136 bash[11745]: cluster 2022-04-26T04:14:17.990028+0000 mgr.smithi136.ofnrfx (mgr.14188) 2857 : cluster [DBG] pgmap v2662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:20.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:20.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:20.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:20.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:20 smithi136 bash[11745]: cluster 2022-04-26T04:14:19.990643+0000 mgr.smithi136.ofnrfx (mgr.14188) 2858 : cluster [DBG] pgmap v2663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:20 smithi145 bash[13673]: cluster 2022-04-26T04:14:19.990643+0000 mgr.smithi136.ofnrfx (mgr.14188) 2858 : cluster [DBG] pgmap v2663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:21 smithi136 bash[11745]: audit 2022-04-26T04:14:20.469264+0000 mon.smithi136 (mon.0) 2143 : audit [DBG] from='client.? 172.21.15.136:0/281197186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:21 smithi145 bash[13673]: audit 2022-04-26T04:14:20.469264+0000 mon.smithi136 (mon.0) 2143 : audit [DBG] from='client.? 172.21.15.136:0/281197186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:22 smithi136 bash[11745]: cluster 2022-04-26T04:14:21.991334+0000 mgr.smithi136.ofnrfx (mgr.14188) 2859 : cluster [DBG] pgmap v2664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:22 smithi145 bash[13673]: cluster 2022-04-26T04:14:21.991334+0000 mgr.smithi136.ofnrfx (mgr.14188) 2859 : cluster [DBG] pgmap v2664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:24 smithi145 bash[13673]: cluster 2022-04-26T04:14:23.991976+0000 mgr.smithi136.ofnrfx (mgr.14188) 2860 : cluster [DBG] pgmap v2665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:24 smithi136 bash[11745]: cluster 2022-04-26T04:14:23.991976+0000 mgr.smithi136.ofnrfx (mgr.14188) 2860 : cluster [DBG] pgmap v2665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:25.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:25.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:25.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:25.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:25 smithi145 bash[13673]: audit 2022-04-26T04:14:25.797424+0000 mon.smithi136 (mon.0) 2144 : audit [DBG] from='client.? 172.21.15.136:0/572763470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:25 smithi136 bash[11745]: audit 2022-04-26T04:14:25.797424+0000 mon.smithi136 (mon.0) 2144 : audit [DBG] from='client.? 172.21.15.136:0/572763470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:26 smithi145 bash[13673]: cluster 2022-04-26T04:14:25.992608+0000 mgr.smithi136.ofnrfx (mgr.14188) 2861 : cluster [DBG] pgmap v2666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:26 smithi136 bash[11745]: cluster 2022-04-26T04:14:25.992608+0000 mgr.smithi136.ofnrfx (mgr.14188) 2861 : cluster [DBG] pgmap v2666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:28 smithi145 bash[13673]: cluster 2022-04-26T04:14:27.993218+0000 mgr.smithi136.ofnrfx (mgr.14188) 2862 : cluster [DBG] pgmap v2667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:28 smithi136 bash[11745]: cluster 2022-04-26T04:14:27.993218+0000 mgr.smithi136.ofnrfx (mgr.14188) 2862 : cluster [DBG] pgmap v2667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:30 smithi136 bash[11745]: cluster 2022-04-26T04:14:29.993818+0000 mgr.smithi136.ofnrfx (mgr.14188) 2863 : cluster [DBG] pgmap v2668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:30.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:30.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:30.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:30 smithi145 bash[13673]: cluster 2022-04-26T04:14:29.993818+0000 mgr.smithi136.ofnrfx (mgr.14188) 2863 : cluster [DBG] pgmap v2668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:31.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:31 smithi136 bash[11745]: audit 2022-04-26T04:14:31.122800+0000 mon.smithi136 (mon.0) 2145 : audit [DBG] from='client.? 172.21.15.136:0/2451219049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:31 smithi145 bash[13673]: audit 2022-04-26T04:14:31.122800+0000 mon.smithi136 (mon.0) 2145 : audit [DBG] from='client.? 172.21.15.136:0/2451219049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:32 smithi136 bash[11745]: cluster 2022-04-26T04:14:31.994482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2864 : cluster [DBG] pgmap v2669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:32 smithi145 bash[13673]: cluster 2022-04-26T04:14:31.994482+0000 mgr.smithi136.ofnrfx (mgr.14188) 2864 : cluster [DBG] pgmap v2669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:34 smithi145 bash[13673]: cluster 2022-04-26T04:14:33.995094+0000 mgr.smithi136.ofnrfx (mgr.14188) 2865 : cluster [DBG] pgmap v2670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:34 smithi136 bash[11745]: cluster 2022-04-26T04:14:33.995094+0000 mgr.smithi136.ofnrfx (mgr.14188) 2865 : cluster [DBG] pgmap v2670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:36.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:36.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:36.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:36 smithi145 bash[13673]: cluster 2022-04-26T04:14:35.995837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2866 : cluster [DBG] pgmap v2671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:36.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:36 smithi136 bash[11745]: cluster 2022-04-26T04:14:35.995837+0000 mgr.smithi136.ofnrfx (mgr.14188) 2866 : cluster [DBG] pgmap v2671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:37 smithi145 bash[13673]: audit 2022-04-26T04:14:36.446435+0000 mon.smithi136 (mon.0) 2146 : audit [DBG] from='client.? 172.21.15.136:0/1139236916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:37 smithi136 bash[11745]: audit 2022-04-26T04:14:36.446435+0000 mon.smithi136 (mon.0) 2146 : audit [DBG] from='client.? 172.21.15.136:0/1139236916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:38 smithi145 bash[13673]: cluster 2022-04-26T04:14:37.996505+0000 mgr.smithi136.ofnrfx (mgr.14188) 2867 : cluster [DBG] pgmap v2672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:38 smithi136 bash[11745]: cluster 2022-04-26T04:14:37.996505+0000 mgr.smithi136.ofnrfx (mgr.14188) 2867 : cluster [DBG] pgmap v2672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:40 smithi136 bash[11745]: cluster 2022-04-26T04:14:39.997109+0000 mgr.smithi136.ofnrfx (mgr.14188) 2868 : cluster [DBG] pgmap v2673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:40 smithi145 bash[13673]: cluster 2022-04-26T04:14:39.997109+0000 mgr.smithi136.ofnrfx (mgr.14188) 2868 : cluster [DBG] pgmap v2673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:41.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:41.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:41.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:41.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:41 smithi145 bash[13673]: audit 2022-04-26T04:14:41.777908+0000 mon.smithi136 (mon.0) 2147 : audit [DBG] from='client.? 172.21.15.136:0/2214810127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:41 smithi136 bash[11745]: audit 2022-04-26T04:14:41.777908+0000 mon.smithi136 (mon.0) 2147 : audit [DBG] from='client.? 172.21.15.136:0/2214810127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:42 smithi145 bash[13673]: cluster 2022-04-26T04:14:41.997800+0000 mgr.smithi136.ofnrfx (mgr.14188) 2869 : cluster [DBG] pgmap v2674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:42 smithi136 bash[11745]: cluster 2022-04-26T04:14:41.997800+0000 mgr.smithi136.ofnrfx (mgr.14188) 2869 : cluster [DBG] pgmap v2674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:44 smithi145 bash[13673]: cluster 2022-04-26T04:14:43.998429+0000 mgr.smithi136.ofnrfx (mgr.14188) 2870 : cluster [DBG] pgmap v2675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:44 smithi136 bash[11745]: cluster 2022-04-26T04:14:43.998429+0000 mgr.smithi136.ofnrfx (mgr.14188) 2870 : cluster [DBG] pgmap v2675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:46 smithi145 bash[13673]: cluster 2022-04-26T04:14:45.999042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2871 : cluster [DBG] pgmap v2676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:46 smithi145 bash[13673]: audit 2022-04-26T04:14:46.008580+0000 mon.smithi136 (mon.0) 2148 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:14:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:46 smithi145 bash[13673]: audit 2022-04-26T04:14:46.011395+0000 mon.smithi136 (mon.0) 2149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:14:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:46 smithi145 bash[13673]: audit 2022-04-26T04:14:46.013353+0000 mon.smithi136 (mon.0) 2150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:14:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:46 smithi136 bash[11745]: cluster 2022-04-26T04:14:45.999042+0000 mgr.smithi136.ofnrfx (mgr.14188) 2871 : cluster [DBG] pgmap v2676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:46 smithi136 bash[11745]: audit 2022-04-26T04:14:46.008580+0000 mon.smithi136 (mon.0) 2148 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:14:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:46 smithi136 bash[11745]: audit 2022-04-26T04:14:46.011395+0000 mon.smithi136 (mon.0) 2149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:14:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:46 smithi136 bash[11745]: audit 2022-04-26T04:14:46.013353+0000 mon.smithi136 (mon.0) 2150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:14:46.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:46.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:46.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:47.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:47 smithi145 bash[13673]: cluster 2022-04-26T04:14:46.333753+0000 mgr.smithi136.ofnrfx (mgr.14188) 2872 : cluster [DBG] pgmap v2677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:47 smithi145 bash[13673]: cluster 2022-04-26T04:14:46.334138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2873 : cluster [DBG] pgmap v2678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:47 smithi145 bash[13673]: audit 2022-04-26T04:14:46.340353+0000 mon.smithi136 (mon.0) 2151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:14:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:47 smithi145 bash[13673]: audit 2022-04-26T04:14:46.349183+0000 mon.smithi136 (mon.0) 2152 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:14:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:47 smithi145 bash[13673]: cephadm 2022-04-26T04:14:46.350700+0000 mgr.smithi136.ofnrfx (mgr.14188) 2874 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:14:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:47 smithi145 bash[13673]: cephadm 2022-04-26T04:14:46.350894+0000 mgr.smithi136.ofnrfx (mgr.14188) 2875 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:14:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:47 smithi145 bash[13673]: audit 2022-04-26T04:14:47.102354+0000 mon.smithi136 (mon.0) 2153 : audit [DBG] from='client.? 172.21.15.136:0/2602198363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:47 smithi136 bash[11745]: cluster 2022-04-26T04:14:46.333753+0000 mgr.smithi136.ofnrfx (mgr.14188) 2872 : cluster [DBG] pgmap v2677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:47 smithi136 bash[11745]: cluster 2022-04-26T04:14:46.334138+0000 mgr.smithi136.ofnrfx (mgr.14188) 2873 : cluster [DBG] pgmap v2678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:47 smithi136 bash[11745]: audit 2022-04-26T04:14:46.340353+0000 mon.smithi136 (mon.0) 2151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:14:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:47 smithi136 bash[11745]: audit 2022-04-26T04:14:46.349183+0000 mon.smithi136 (mon.0) 2152 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:14:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:47 smithi136 bash[11745]: cephadm 2022-04-26T04:14:46.350700+0000 mgr.smithi136.ofnrfx (mgr.14188) 2874 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:14:47.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:47 smithi136 bash[11745]: cephadm 2022-04-26T04:14:46.350894+0000 mgr.smithi136.ofnrfx (mgr.14188) 2875 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:14:47.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:47 smithi136 bash[11745]: audit 2022-04-26T04:14:47.102354+0000 mon.smithi136 (mon.0) 2153 : audit [DBG] from='client.? 172.21.15.136:0/2602198363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:49 smithi145 bash[13673]: cluster 2022-04-26T04:14:48.334793+0000 mgr.smithi136.ofnrfx (mgr.14188) 2876 : cluster [DBG] pgmap v2679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:49 smithi136 bash[11745]: cluster 2022-04-26T04:14:48.334793+0000 mgr.smithi136.ofnrfx (mgr.14188) 2876 : cluster [DBG] pgmap v2679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:51 smithi136 bash[11745]: cluster 2022-04-26T04:14:50.335413+0000 mgr.smithi136.ofnrfx (mgr.14188) 2877 : cluster [DBG] pgmap v2680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:51 smithi145 bash[13673]: cluster 2022-04-26T04:14:50.335413+0000 mgr.smithi136.ofnrfx (mgr.14188) 2877 : cluster [DBG] pgmap v2680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:52.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:52.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:52.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:52.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:52 smithi136 bash[11745]: audit 2022-04-26T04:14:52.435306+0000 mon.smithi136 (mon.0) 2154 : audit [DBG] from='client.? 172.21.15.136:0/2084305210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:52 smithi145 bash[13673]: audit 2022-04-26T04:14:52.435306+0000 mon.smithi136 (mon.0) 2154 : audit [DBG] from='client.? 172.21.15.136:0/2084305210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:53 smithi136 bash[11745]: cluster 2022-04-26T04:14:52.336010+0000 mgr.smithi136.ofnrfx (mgr.14188) 2878 : cluster [DBG] pgmap v2681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:53 smithi145 bash[13673]: cluster 2022-04-26T04:14:52.336010+0000 mgr.smithi136.ofnrfx (mgr.14188) 2878 : cluster [DBG] pgmap v2681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:55 smithi136 bash[11745]: cluster 2022-04-26T04:14:54.336721+0000 mgr.smithi136.ofnrfx (mgr.14188) 2879 : cluster [DBG] pgmap v2682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:55 smithi145 bash[13673]: cluster 2022-04-26T04:14:54.336721+0000 mgr.smithi136.ofnrfx (mgr.14188) 2879 : cluster [DBG] pgmap v2682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:57.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:14:57.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:14:57.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:14:57.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:14:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:57 smithi136 bash[11745]: cluster 2022-04-26T04:14:56.337486+0000 mgr.smithi136.ofnrfx (mgr.14188) 2880 : cluster [DBG] pgmap v2683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:57 smithi145 bash[13673]: cluster 2022-04-26T04:14:56.337486+0000 mgr.smithi136.ofnrfx (mgr.14188) 2880 : cluster [DBG] pgmap v2683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:58.780 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:58 smithi136 bash[11745]: audit 2022-04-26T04:14:57.761708+0000 mon.smithi136 (mon.0) 2155 : audit [DBG] from='client.? 172.21.15.136:0/3220550654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:58 smithi145 bash[13673]: audit 2022-04-26T04:14:57.761708+0000 mon.smithi136 (mon.0) 2155 : audit [DBG] from='client.? 172.21.15.136:0/3220550654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:14:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:14:59 smithi136 bash[11745]: cluster 2022-04-26T04:14:58.338161+0000 mgr.smithi136.ofnrfx (mgr.14188) 2881 : cluster [DBG] pgmap v2684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:14:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:14:59 smithi145 bash[13673]: cluster 2022-04-26T04:14:58.338161+0000 mgr.smithi136.ofnrfx (mgr.14188) 2881 : cluster [DBG] pgmap v2684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:01 smithi136 bash[11745]: cluster 2022-04-26T04:15:00.338738+0000 mgr.smithi136.ofnrfx (mgr.14188) 2882 : cluster [DBG] pgmap v2685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:01 smithi145 bash[13673]: cluster 2022-04-26T04:15:00.338738+0000 mgr.smithi136.ofnrfx (mgr.14188) 2882 : cluster [DBG] pgmap v2685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:02.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:02.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:02.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:02 smithi136 bash[11745]: audit 2022-04-26T04:15:02.242927+0000 mon.smithi136 (mon.0) 2156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:15:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:02 smithi136 bash[11745]: audit 2022-04-26T04:15:02.246857+0000 mon.smithi136 (mon.0) 2157 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:15:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:02 smithi145 bash[13673]: audit 2022-04-26T04:15:02.242927+0000 mon.smithi136 (mon.0) 2156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:15:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:02 smithi145 bash[13673]: audit 2022-04-26T04:15:02.246857+0000 mon.smithi136 (mon.0) 2157 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:15:03.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:03 smithi136 bash[11745]: cluster 2022-04-26T04:15:02.339369+0000 mgr.smithi136.ofnrfx (mgr.14188) 2883 : cluster [DBG] pgmap v2686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:03 smithi136 bash[11745]: audit 2022-04-26T04:15:03.092522+0000 mon.smithi136 (mon.0) 2158 : audit [DBG] from='client.? 172.21.15.136:0/532140827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:03 smithi145 bash[13673]: cluster 2022-04-26T04:15:02.339369+0000 mgr.smithi136.ofnrfx (mgr.14188) 2883 : cluster [DBG] pgmap v2686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:03 smithi145 bash[13673]: audit 2022-04-26T04:15:03.092522+0000 mon.smithi136 (mon.0) 2158 : audit [DBG] from='client.? 172.21.15.136:0/532140827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:05 smithi136 bash[11745]: cluster 2022-04-26T04:15:04.340074+0000 mgr.smithi136.ofnrfx (mgr.14188) 2884 : cluster [DBG] pgmap v2687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:05 smithi145 bash[13673]: cluster 2022-04-26T04:15:04.340074+0000 mgr.smithi136.ofnrfx (mgr.14188) 2884 : cluster [DBG] pgmap v2687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:07 smithi136 bash[11745]: cluster 2022-04-26T04:15:06.340833+0000 mgr.smithi136.ofnrfx (mgr.14188) 2885 : cluster [DBG] pgmap v2688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:07 smithi145 bash[13673]: cluster 2022-04-26T04:15:06.340833+0000 mgr.smithi136.ofnrfx (mgr.14188) 2885 : cluster [DBG] pgmap v2688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:08.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:08.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:08.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:08.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:08.781 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:08 smithi136 bash[11745]: audit 2022-04-26T04:15:08.419386+0000 mon.smithi136 (mon.0) 2159 : audit [DBG] from='client.? 172.21.15.136:0/1725273942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:08 smithi145 bash[13673]: audit 2022-04-26T04:15:08.419386+0000 mon.smithi136 (mon.0) 2159 : audit [DBG] from='client.? 172.21.15.136:0/1725273942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:09 smithi136 bash[11745]: cluster 2022-04-26T04:15:08.341493+0000 mgr.smithi136.ofnrfx (mgr.14188) 2886 : cluster [DBG] pgmap v2689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:09 smithi145 bash[13673]: cluster 2022-04-26T04:15:08.341493+0000 mgr.smithi136.ofnrfx (mgr.14188) 2886 : cluster [DBG] pgmap v2689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:11 smithi136 bash[11745]: cluster 2022-04-26T04:15:10.342146+0000 mgr.smithi136.ofnrfx (mgr.14188) 2887 : cluster [DBG] pgmap v2690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:11 smithi145 bash[13673]: cluster 2022-04-26T04:15:10.342146+0000 mgr.smithi136.ofnrfx (mgr.14188) 2887 : cluster [DBG] pgmap v2690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:13.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:13.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:13.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:13.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:13 smithi136 bash[11745]: cluster 2022-04-26T04:15:12.342776+0000 mgr.smithi136.ofnrfx (mgr.14188) 2888 : cluster [DBG] pgmap v2691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:13 smithi145 bash[13673]: cluster 2022-04-26T04:15:12.342776+0000 mgr.smithi136.ofnrfx (mgr.14188) 2888 : cluster [DBG] pgmap v2691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:14 smithi136 bash[11745]: audit 2022-04-26T04:15:13.742799+0000 mon.smithi136 (mon.0) 2160 : audit [DBG] from='client.? 172.21.15.136:0/4099097914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:14 smithi145 bash[13673]: audit 2022-04-26T04:15:13.742799+0000 mon.smithi136 (mon.0) 2160 : audit [DBG] from='client.? 172.21.15.136:0/4099097914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:15 smithi136 bash[11745]: cluster 2022-04-26T04:15:14.343435+0000 mgr.smithi136.ofnrfx (mgr.14188) 2889 : cluster [DBG] pgmap v2692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:15 smithi145 bash[13673]: cluster 2022-04-26T04:15:14.343435+0000 mgr.smithi136.ofnrfx (mgr.14188) 2889 : cluster [DBG] pgmap v2692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:17 smithi136 bash[11745]: cluster 2022-04-26T04:15:16.344083+0000 mgr.smithi136.ofnrfx (mgr.14188) 2890 : cluster [DBG] pgmap v2693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:17 smithi145 bash[13673]: cluster 2022-04-26T04:15:16.344083+0000 mgr.smithi136.ofnrfx (mgr.14188) 2890 : cluster [DBG] pgmap v2693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:18.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:18.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:18.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:19.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:19 smithi145 bash[13673]: cluster 2022-04-26T04:15:18.344701+0000 mgr.smithi136.ofnrfx (mgr.14188) 2891 : cluster [DBG] pgmap v2694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:19 smithi145 bash[13673]: audit 2022-04-26T04:15:19.075338+0000 mon.smithi136 (mon.0) 2161 : audit [DBG] from='client.? 172.21.15.136:0/473789891' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:19 smithi136 bash[11745]: cluster 2022-04-26T04:15:18.344701+0000 mgr.smithi136.ofnrfx (mgr.14188) 2891 : cluster [DBG] pgmap v2694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:19 smithi136 bash[11745]: audit 2022-04-26T04:15:19.075338+0000 mon.smithi136 (mon.0) 2161 : audit [DBG] from='client.? 172.21.15.136:0/473789891' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:21 smithi145 bash[13673]: cluster 2022-04-26T04:15:20.345337+0000 mgr.smithi136.ofnrfx (mgr.14188) 2892 : cluster [DBG] pgmap v2695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:21 smithi136 bash[11745]: cluster 2022-04-26T04:15:20.345337+0000 mgr.smithi136.ofnrfx (mgr.14188) 2892 : cluster [DBG] pgmap v2695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:23 smithi145 bash[13673]: cluster 2022-04-26T04:15:22.345998+0000 mgr.smithi136.ofnrfx (mgr.14188) 2893 : cluster [DBG] pgmap v2696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:23 smithi136 bash[11745]: cluster 2022-04-26T04:15:22.345998+0000 mgr.smithi136.ofnrfx (mgr.14188) 2893 : cluster [DBG] pgmap v2696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:24.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:24.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:24.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:24.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:24 smithi145 bash[13673]: audit 2022-04-26T04:15:24.406684+0000 mon.smithi136 (mon.0) 2162 : audit [DBG] from='client.? 172.21.15.136:0/1021348605' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:24 smithi136 bash[11745]: audit 2022-04-26T04:15:24.406684+0000 mon.smithi136 (mon.0) 2162 : audit [DBG] from='client.? 172.21.15.136:0/1021348605' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:25 smithi145 bash[13673]: cluster 2022-04-26T04:15:24.346708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2894 : cluster [DBG] pgmap v2697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:25 smithi136 bash[11745]: cluster 2022-04-26T04:15:24.346708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2894 : cluster [DBG] pgmap v2697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:27 smithi145 bash[13673]: cluster 2022-04-26T04:15:26.347400+0000 mgr.smithi136.ofnrfx (mgr.14188) 2895 : cluster [DBG] pgmap v2698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:28.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:27 smithi136 bash[11745]: cluster 2022-04-26T04:15:26.347400+0000 mgr.smithi136.ofnrfx (mgr.14188) 2895 : cluster [DBG] pgmap v2698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:29.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:29.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:29.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:29.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:29 smithi145 bash[13673]: cluster 2022-04-26T04:15:28.348050+0000 mgr.smithi136.ofnrfx (mgr.14188) 2896 : cluster [DBG] pgmap v2699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:30.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:29 smithi136 bash[11745]: cluster 2022-04-26T04:15:28.348050+0000 mgr.smithi136.ofnrfx (mgr.14188) 2896 : cluster [DBG] pgmap v2699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:30 smithi145 bash[13673]: audit 2022-04-26T04:15:29.735552+0000 mon.smithi136 (mon.0) 2163 : audit [DBG] from='client.? 172.21.15.136:0/2252519208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:30 smithi136 bash[11745]: audit 2022-04-26T04:15:29.735552+0000 mon.smithi136 (mon.0) 2163 : audit [DBG] from='client.? 172.21.15.136:0/2252519208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:31 smithi145 bash[13673]: cluster 2022-04-26T04:15:30.348640+0000 mgr.smithi136.ofnrfx (mgr.14188) 2897 : cluster [DBG] pgmap v2700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:31 smithi136 bash[11745]: cluster 2022-04-26T04:15:30.348640+0000 mgr.smithi136.ofnrfx (mgr.14188) 2897 : cluster [DBG] pgmap v2700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:33 smithi145 bash[13673]: cluster 2022-04-26T04:15:32.349272+0000 mgr.smithi136.ofnrfx (mgr.14188) 2898 : cluster [DBG] pgmap v2701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:33 smithi136 bash[11745]: cluster 2022-04-26T04:15:32.349272+0000 mgr.smithi136.ofnrfx (mgr.14188) 2898 : cluster [DBG] pgmap v2701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:34.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:34.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:34.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:35.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:35 smithi145 bash[13673]: cluster 2022-04-26T04:15:34.349919+0000 mgr.smithi136.ofnrfx (mgr.14188) 2899 : cluster [DBG] pgmap v2702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:35 smithi145 bash[13673]: audit 2022-04-26T04:15:35.061635+0000 mon.smithi136 (mon.0) 2164 : audit [DBG] from='client.? 172.21.15.136:0/2866652143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:35 smithi136 bash[11745]: cluster 2022-04-26T04:15:34.349919+0000 mgr.smithi136.ofnrfx (mgr.14188) 2899 : cluster [DBG] pgmap v2702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:35 smithi136 bash[11745]: audit 2022-04-26T04:15:35.061635+0000 mon.smithi136 (mon.0) 2164 : audit [DBG] from='client.? 172.21.15.136:0/2866652143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:37 smithi145 bash[13673]: cluster 2022-04-26T04:15:36.350551+0000 mgr.smithi136.ofnrfx (mgr.14188) 2900 : cluster [DBG] pgmap v2703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:37 smithi136 bash[11745]: cluster 2022-04-26T04:15:36.350551+0000 mgr.smithi136.ofnrfx (mgr.14188) 2900 : cluster [DBG] pgmap v2703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:39 smithi145 bash[13673]: cluster 2022-04-26T04:15:38.351238+0000 mgr.smithi136.ofnrfx (mgr.14188) 2901 : cluster [DBG] pgmap v2704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:39 smithi136 bash[11745]: cluster 2022-04-26T04:15:38.351238+0000 mgr.smithi136.ofnrfx (mgr.14188) 2901 : cluster [DBG] pgmap v2704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:40.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:40.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:40.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:40.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:40 smithi145 bash[13673]: audit 2022-04-26T04:15:40.387863+0000 mon.smithi136 (mon.0) 2165 : audit [DBG] from='client.? 172.21.15.136:0/3236872889' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:40 smithi136 bash[11745]: audit 2022-04-26T04:15:40.387863+0000 mon.smithi136 (mon.0) 2165 : audit [DBG] from='client.? 172.21.15.136:0/3236872889' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:41 smithi145 bash[13673]: cluster 2022-04-26T04:15:40.351870+0000 mgr.smithi136.ofnrfx (mgr.14188) 2902 : cluster [DBG] pgmap v2705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:41 smithi136 bash[11745]: cluster 2022-04-26T04:15:40.351870+0000 mgr.smithi136.ofnrfx (mgr.14188) 2902 : cluster [DBG] pgmap v2705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:43 smithi145 bash[13673]: cluster 2022-04-26T04:15:42.352557+0000 mgr.smithi136.ofnrfx (mgr.14188) 2903 : cluster [DBG] pgmap v2706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:43 smithi136 bash[11745]: cluster 2022-04-26T04:15:42.352557+0000 mgr.smithi136.ofnrfx (mgr.14188) 2903 : cluster [DBG] pgmap v2706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:45.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:45.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:45.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:45.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:45 smithi145 bash[13673]: cluster 2022-04-26T04:15:44.353240+0000 mgr.smithi136.ofnrfx (mgr.14188) 2904 : cluster [DBG] pgmap v2707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:45 smithi136 bash[11745]: cluster 2022-04-26T04:15:44.353240+0000 mgr.smithi136.ofnrfx (mgr.14188) 2904 : cluster [DBG] pgmap v2707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:46 smithi145 bash[13673]: audit 2022-04-26T04:15:45.716485+0000 mon.smithi136 (mon.0) 2166 : audit [DBG] from='client.? 172.21.15.136:0/2639391756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:46 smithi145 bash[13673]: audit 2022-04-26T04:15:46.362294+0000 mon.smithi136 (mon.0) 2167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:15:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:46 smithi145 bash[13673]: audit 2022-04-26T04:15:46.365002+0000 mon.smithi136 (mon.0) 2168 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:15:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:46 smithi145 bash[13673]: audit 2022-04-26T04:15:46.366614+0000 mon.smithi136 (mon.0) 2169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:15:47.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:46 smithi136 bash[11745]: audit 2022-04-26T04:15:45.716485+0000 mon.smithi136 (mon.0) 2166 : audit [DBG] from='client.? 172.21.15.136:0/2639391756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:47.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:46 smithi136 bash[11745]: audit 2022-04-26T04:15:46.362294+0000 mon.smithi136 (mon.0) 2167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:15:47.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:46 smithi136 bash[11745]: audit 2022-04-26T04:15:46.365002+0000 mon.smithi136 (mon.0) 2168 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:15:47.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:46 smithi136 bash[11745]: audit 2022-04-26T04:15:46.366614+0000 mon.smithi136 (mon.0) 2169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:15:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:47 smithi136 bash[11745]: cluster 2022-04-26T04:15:46.353902+0000 mgr.smithi136.ofnrfx (mgr.14188) 2905 : cluster [DBG] pgmap v2708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:47 smithi136 bash[11745]: cluster 2022-04-26T04:15:46.704286+0000 mgr.smithi136.ofnrfx (mgr.14188) 2906 : cluster [DBG] pgmap v2709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:47 smithi136 bash[11745]: cluster 2022-04-26T04:15:46.704713+0000 mgr.smithi136.ofnrfx (mgr.14188) 2907 : cluster [DBG] pgmap v2710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:47 smithi136 bash[11745]: audit 2022-04-26T04:15:46.711596+0000 mon.smithi136 (mon.0) 2170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:15:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:47 smithi136 bash[11745]: audit 2022-04-26T04:15:46.721710+0000 mon.smithi136 (mon.0) 2171 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:15:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:47 smithi136 bash[11745]: cephadm 2022-04-26T04:15:46.723194+0000 mgr.smithi136.ofnrfx (mgr.14188) 2908 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:15:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:47 smithi136 bash[11745]: cephadm 2022-04-26T04:15:46.723434+0000 mgr.smithi136.ofnrfx (mgr.14188) 2909 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:15:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:47 smithi145 bash[13673]: cluster 2022-04-26T04:15:46.353902+0000 mgr.smithi136.ofnrfx (mgr.14188) 2905 : cluster [DBG] pgmap v2708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:47 smithi145 bash[13673]: cluster 2022-04-26T04:15:46.704286+0000 mgr.smithi136.ofnrfx (mgr.14188) 2906 : cluster [DBG] pgmap v2709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:47 smithi145 bash[13673]: cluster 2022-04-26T04:15:46.704713+0000 mgr.smithi136.ofnrfx (mgr.14188) 2907 : cluster [DBG] pgmap v2710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:47 smithi145 bash[13673]: audit 2022-04-26T04:15:46.711596+0000 mon.smithi136 (mon.0) 2170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:15:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:47 smithi145 bash[13673]: audit 2022-04-26T04:15:46.721710+0000 mon.smithi136 (mon.0) 2171 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:15:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:47 smithi145 bash[13673]: cephadm 2022-04-26T04:15:46.723194+0000 mgr.smithi136.ofnrfx (mgr.14188) 2908 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:15:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:47 smithi145 bash[13673]: cephadm 2022-04-26T04:15:46.723434+0000 mgr.smithi136.ofnrfx (mgr.14188) 2909 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:15:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:49 smithi136 bash[11745]: cluster 2022-04-26T04:15:48.705363+0000 mgr.smithi136.ofnrfx (mgr.14188) 2910 : cluster [DBG] pgmap v2711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:49 smithi145 bash[13673]: cluster 2022-04-26T04:15:48.705363+0000 mgr.smithi136.ofnrfx (mgr.14188) 2910 : cluster [DBG] pgmap v2711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:50.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:50.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:50.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:51.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:51 smithi136 bash[11745]: cluster 2022-04-26T04:15:50.705991+0000 mgr.smithi136.ofnrfx (mgr.14188) 2911 : cluster [DBG] pgmap v2712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:51 smithi136 bash[11745]: audit 2022-04-26T04:15:51.050410+0000 mon.smithi136 (mon.0) 2172 : audit [DBG] from='client.? 172.21.15.136:0/2931645135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:51 smithi145 bash[13673]: cluster 2022-04-26T04:15:50.705991+0000 mgr.smithi136.ofnrfx (mgr.14188) 2911 : cluster [DBG] pgmap v2712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:51 smithi145 bash[13673]: audit 2022-04-26T04:15:51.050410+0000 mon.smithi136 (mon.0) 2172 : audit [DBG] from='client.? 172.21.15.136:0/2931645135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:54.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:53 smithi136 bash[11745]: cluster 2022-04-26T04:15:52.706649+0000 mgr.smithi136.ofnrfx (mgr.14188) 2912 : cluster [DBG] pgmap v2713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:54.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:53 smithi145 bash[13673]: cluster 2022-04-26T04:15:52.706649+0000 mgr.smithi136.ofnrfx (mgr.14188) 2912 : cluster [DBG] pgmap v2713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:55 smithi136 bash[11745]: cluster 2022-04-26T04:15:54.707312+0000 mgr.smithi136.ofnrfx (mgr.14188) 2913 : cluster [DBG] pgmap v2714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:55 smithi145 bash[13673]: cluster 2022-04-26T04:15:54.707312+0000 mgr.smithi136.ofnrfx (mgr.14188) 2913 : cluster [DBG] pgmap v2714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:56.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:15:56.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:15:56.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:15:56.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:15:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:56 smithi136 bash[11745]: audit 2022-04-26T04:15:56.378185+0000 mon.smithi136 (mon.0) 2173 : audit [DBG] from='client.? 172.21.15.136:0/3186673479' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:56 smithi145 bash[13673]: audit 2022-04-26T04:15:56.378185+0000 mon.smithi136 (mon.0) 2173 : audit [DBG] from='client.? 172.21.15.136:0/3186673479' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:15:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:57 smithi136 bash[11745]: cluster 2022-04-26T04:15:56.707947+0000 mgr.smithi136.ofnrfx (mgr.14188) 2914 : cluster [DBG] pgmap v2715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:15:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:57 smithi145 bash[13673]: cluster 2022-04-26T04:15:56.707947+0000 mgr.smithi136.ofnrfx (mgr.14188) 2914 : cluster [DBG] pgmap v2715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:15:59 smithi136 bash[11745]: cluster 2022-04-26T04:15:58.708566+0000 mgr.smithi136.ofnrfx (mgr.14188) 2915 : cluster [DBG] pgmap v2716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:15:59 smithi145 bash[13673]: cluster 2022-04-26T04:15:58.708566+0000 mgr.smithi136.ofnrfx (mgr.14188) 2915 : cluster [DBG] pgmap v2716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:01.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:01.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:01.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:01.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:01 smithi136 bash[11745]: cluster 2022-04-26T04:16:00.709180+0000 mgr.smithi136.ofnrfx (mgr.14188) 2916 : cluster [DBG] pgmap v2717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:01 smithi136 bash[11745]: audit 2022-04-26T04:16:01.708183+0000 mon.smithi136 (mon.0) 2174 : audit [DBG] from='client.? 172.21.15.136:0/4031074373' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:01 smithi145 bash[13673]: cluster 2022-04-26T04:16:00.709180+0000 mgr.smithi136.ofnrfx (mgr.14188) 2916 : cluster [DBG] pgmap v2717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:01 smithi145 bash[13673]: audit 2022-04-26T04:16:01.708183+0000 mon.smithi136 (mon.0) 2174 : audit [DBG] from='client.? 172.21.15.136:0/4031074373' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:02 smithi136 bash[11745]: audit 2022-04-26T04:16:02.247076+0000 mon.smithi136 (mon.0) 2175 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:16:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:02 smithi136 bash[11745]: audit 2022-04-26T04:16:02.250966+0000 mon.smithi136 (mon.0) 2176 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:16:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:02 smithi145 bash[13673]: audit 2022-04-26T04:16:02.247076+0000 mon.smithi136 (mon.0) 2175 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:16:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:02 smithi145 bash[13673]: audit 2022-04-26T04:16:02.250966+0000 mon.smithi136 (mon.0) 2176 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:16:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:03 smithi136 bash[11745]: cluster 2022-04-26T04:16:02.709786+0000 mgr.smithi136.ofnrfx (mgr.14188) 2917 : cluster [DBG] pgmap v2718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:03 smithi145 bash[13673]: cluster 2022-04-26T04:16:02.709786+0000 mgr.smithi136.ofnrfx (mgr.14188) 2917 : cluster [DBG] pgmap v2718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:05 smithi136 bash[11745]: cluster 2022-04-26T04:16:04.710396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2918 : cluster [DBG] pgmap v2719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:05 smithi145 bash[13673]: cluster 2022-04-26T04:16:04.710396+0000 mgr.smithi136.ofnrfx (mgr.14188) 2918 : cluster [DBG] pgmap v2719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:06.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:06.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:06.728 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:07.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:07 smithi136 bash[11745]: cluster 2022-04-26T04:16:06.711027+0000 mgr.smithi136.ofnrfx (mgr.14188) 2919 : cluster [DBG] pgmap v2720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:07 smithi136 bash[11745]: audit 2022-04-26T04:16:07.038187+0000 mon.smithi136 (mon.0) 2177 : audit [DBG] from='client.? 172.21.15.136:0/4169258719' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:07 smithi145 bash[13673]: cluster 2022-04-26T04:16:06.711027+0000 mgr.smithi136.ofnrfx (mgr.14188) 2919 : cluster [DBG] pgmap v2720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:07 smithi145 bash[13673]: audit 2022-04-26T04:16:07.038187+0000 mon.smithi136 (mon.0) 2177 : audit [DBG] from='client.? 172.21.15.136:0/4169258719' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:09 smithi136 bash[11745]: cluster 2022-04-26T04:16:08.711665+0000 mgr.smithi136.ofnrfx (mgr.14188) 2920 : cluster [DBG] pgmap v2721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:09 smithi145 bash[13673]: cluster 2022-04-26T04:16:08.711665+0000 mgr.smithi136.ofnrfx (mgr.14188) 2920 : cluster [DBG] pgmap v2721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:11 smithi136 bash[11745]: cluster 2022-04-26T04:16:10.712376+0000 mgr.smithi136.ofnrfx (mgr.14188) 2921 : cluster [DBG] pgmap v2722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:12.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:12.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:12.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:11 smithi145 bash[13673]: cluster 2022-04-26T04:16:10.712376+0000 mgr.smithi136.ofnrfx (mgr.14188) 2921 : cluster [DBG] pgmap v2722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:12.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:12 smithi136 bash[11745]: audit 2022-04-26T04:16:12.375203+0000 mon.smithi136 (mon.0) 2178 : audit [DBG] from='client.? 172.21.15.136:0/4188459202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:12 smithi145 bash[13673]: audit 2022-04-26T04:16:12.375203+0000 mon.smithi136 (mon.0) 2178 : audit [DBG] from='client.? 172.21.15.136:0/4188459202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:13 smithi136 bash[11745]: cluster 2022-04-26T04:16:12.713086+0000 mgr.smithi136.ofnrfx (mgr.14188) 2922 : cluster [DBG] pgmap v2723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:13 smithi145 bash[13673]: cluster 2022-04-26T04:16:12.713086+0000 mgr.smithi136.ofnrfx (mgr.14188) 2922 : cluster [DBG] pgmap v2723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:15 smithi136 bash[11745]: cluster 2022-04-26T04:16:14.713708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2923 : cluster [DBG] pgmap v2724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:15 smithi145 bash[13673]: cluster 2022-04-26T04:16:14.713708+0000 mgr.smithi136.ofnrfx (mgr.14188) 2923 : cluster [DBG] pgmap v2724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:17.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:17.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:17.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:17.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:17 smithi136 bash[11745]: cluster 2022-04-26T04:16:16.714331+0000 mgr.smithi136.ofnrfx (mgr.14188) 2924 : cluster [DBG] pgmap v2725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:17 smithi136 bash[11745]: audit 2022-04-26T04:16:17.698444+0000 mon.smithi136 (mon.0) 2179 : audit [DBG] from='client.? 172.21.15.136:0/3436027726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:17 smithi145 bash[13673]: cluster 2022-04-26T04:16:16.714331+0000 mgr.smithi136.ofnrfx (mgr.14188) 2924 : cluster [DBG] pgmap v2725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:17 smithi145 bash[13673]: audit 2022-04-26T04:16:17.698444+0000 mon.smithi136 (mon.0) 2179 : audit [DBG] from='client.? 172.21.15.136:0/3436027726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:19 smithi136 bash[11745]: cluster 2022-04-26T04:16:18.714997+0000 mgr.smithi136.ofnrfx (mgr.14188) 2925 : cluster [DBG] pgmap v2726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:19 smithi145 bash[13673]: cluster 2022-04-26T04:16:18.714997+0000 mgr.smithi136.ofnrfx (mgr.14188) 2925 : cluster [DBG] pgmap v2726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:21 smithi136 bash[11745]: cluster 2022-04-26T04:16:20.715633+0000 mgr.smithi136.ofnrfx (mgr.14188) 2926 : cluster [DBG] pgmap v2727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:21 smithi145 bash[13673]: cluster 2022-04-26T04:16:20.715633+0000 mgr.smithi136.ofnrfx (mgr.14188) 2926 : cluster [DBG] pgmap v2727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:22.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:22.718 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:22.718 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:23.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:23 smithi136 bash[11745]: cluster 2022-04-26T04:16:22.716269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2927 : cluster [DBG] pgmap v2728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:23 smithi136 bash[11745]: audit 2022-04-26T04:16:23.031184+0000 mon.smithi136 (mon.0) 2180 : audit [DBG] from='client.? 172.21.15.136:0/3795708223' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:23 smithi145 bash[13673]: cluster 2022-04-26T04:16:22.716269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2927 : cluster [DBG] pgmap v2728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:23 smithi145 bash[13673]: audit 2022-04-26T04:16:23.031184+0000 mon.smithi136 (mon.0) 2180 : audit [DBG] from='client.? 172.21.15.136:0/3795708223' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:25 smithi136 bash[11745]: cluster 2022-04-26T04:16:24.716896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2928 : cluster [DBG] pgmap v2729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:25 smithi145 bash[13673]: cluster 2022-04-26T04:16:24.716896+0000 mgr.smithi136.ofnrfx (mgr.14188) 2928 : cluster [DBG] pgmap v2729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:28.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:28.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:28.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:27 smithi136 bash[11745]: cluster 2022-04-26T04:16:26.717548+0000 mgr.smithi136.ofnrfx (mgr.14188) 2929 : cluster [DBG] pgmap v2730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:27 smithi145 bash[13673]: cluster 2022-04-26T04:16:26.717548+0000 mgr.smithi136.ofnrfx (mgr.14188) 2929 : cluster [DBG] pgmap v2730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:28.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:28 smithi136 bash[11745]: audit 2022-04-26T04:16:28.358115+0000 mon.smithi136 (mon.0) 2181 : audit [DBG] from='client.? 172.21.15.136:0/2273869671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:28 smithi145 bash[13673]: audit 2022-04-26T04:16:28.358115+0000 mon.smithi136 (mon.0) 2181 : audit [DBG] from='client.? 172.21.15.136:0/2273869671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:29 smithi136 bash[11745]: cluster 2022-04-26T04:16:28.718212+0000 mgr.smithi136.ofnrfx (mgr.14188) 2930 : cluster [DBG] pgmap v2731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:29 smithi145 bash[13673]: cluster 2022-04-26T04:16:28.718212+0000 mgr.smithi136.ofnrfx (mgr.14188) 2930 : cluster [DBG] pgmap v2731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:31 smithi136 bash[11745]: cluster 2022-04-26T04:16:30.718823+0000 mgr.smithi136.ofnrfx (mgr.14188) 2931 : cluster [DBG] pgmap v2732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:31 smithi145 bash[13673]: cluster 2022-04-26T04:16:30.718823+0000 mgr.smithi136.ofnrfx (mgr.14188) 2931 : cluster [DBG] pgmap v2732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:33.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:33.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:33.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:33.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:33 smithi136 bash[11745]: cluster 2022-04-26T04:16:32.719581+0000 mgr.smithi136.ofnrfx (mgr.14188) 2932 : cluster [DBG] pgmap v2733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:33 smithi136 bash[11745]: audit 2022-04-26T04:16:33.679319+0000 mon.smithi136 (mon.0) 2182 : audit [DBG] from='client.? 172.21.15.136:0/3437129477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:33 smithi145 bash[13673]: cluster 2022-04-26T04:16:32.719581+0000 mgr.smithi136.ofnrfx (mgr.14188) 2932 : cluster [DBG] pgmap v2733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:33 smithi145 bash[13673]: audit 2022-04-26T04:16:33.679319+0000 mon.smithi136 (mon.0) 2182 : audit [DBG] from='client.? 172.21.15.136:0/3437129477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:35 smithi136 bash[11745]: cluster 2022-04-26T04:16:34.720231+0000 mgr.smithi136.ofnrfx (mgr.14188) 2933 : cluster [DBG] pgmap v2734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:35 smithi145 bash[13673]: cluster 2022-04-26T04:16:34.720231+0000 mgr.smithi136.ofnrfx (mgr.14188) 2933 : cluster [DBG] pgmap v2734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:37 smithi136 bash[11745]: cluster 2022-04-26T04:16:36.720871+0000 mgr.smithi136.ofnrfx (mgr.14188) 2934 : cluster [DBG] pgmap v2735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:37 smithi145 bash[13673]: cluster 2022-04-26T04:16:36.720871+0000 mgr.smithi136.ofnrfx (mgr.14188) 2934 : cluster [DBG] pgmap v2735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:38.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:38.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:38.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:39.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:39 smithi136 bash[11745]: cluster 2022-04-26T04:16:38.721485+0000 mgr.smithi136.ofnrfx (mgr.14188) 2935 : cluster [DBG] pgmap v2736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:39 smithi136 bash[11745]: audit 2022-04-26T04:16:39.002160+0000 mon.smithi136 (mon.0) 2183 : audit [DBG] from='client.? 172.21.15.136:0/3039620470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:39 smithi145 bash[13673]: cluster 2022-04-26T04:16:38.721485+0000 mgr.smithi136.ofnrfx (mgr.14188) 2935 : cluster [DBG] pgmap v2736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:39 smithi145 bash[13673]: audit 2022-04-26T04:16:39.002160+0000 mon.smithi136 (mon.0) 2183 : audit [DBG] from='client.? 172.21.15.136:0/3039620470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:41 smithi136 bash[11745]: cluster 2022-04-26T04:16:40.722133+0000 mgr.smithi136.ofnrfx (mgr.14188) 2936 : cluster [DBG] pgmap v2737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:41 smithi145 bash[13673]: cluster 2022-04-26T04:16:40.722133+0000 mgr.smithi136.ofnrfx (mgr.14188) 2936 : cluster [DBG] pgmap v2737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:44.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:44.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:44.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:43 smithi136 bash[11745]: cluster 2022-04-26T04:16:42.722781+0000 mgr.smithi136.ofnrfx (mgr.14188) 2937 : cluster [DBG] pgmap v2738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:43 smithi145 bash[13673]: cluster 2022-04-26T04:16:42.722781+0000 mgr.smithi136.ofnrfx (mgr.14188) 2937 : cluster [DBG] pgmap v2738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:44.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:44 smithi136 bash[11745]: audit 2022-04-26T04:16:44.331181+0000 mon.smithi136 (mon.0) 2184 : audit [DBG] from='client.? 172.21.15.136:0/3157854948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:44 smithi145 bash[13673]: audit 2022-04-26T04:16:44.331181+0000 mon.smithi136 (mon.0) 2184 : audit [DBG] from='client.? 172.21.15.136:0/3157854948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:45 smithi136 bash[11745]: cluster 2022-04-26T04:16:44.723394+0000 mgr.smithi136.ofnrfx (mgr.14188) 2938 : cluster [DBG] pgmap v2739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:45 smithi145 bash[13673]: cluster 2022-04-26T04:16:44.723394+0000 mgr.smithi136.ofnrfx (mgr.14188) 2938 : cluster [DBG] pgmap v2739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:46 smithi136 bash[11745]: audit 2022-04-26T04:16:46.734434+0000 mon.smithi136 (mon.0) 2185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:16:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:46 smithi136 bash[11745]: audit 2022-04-26T04:16:46.737366+0000 mon.smithi136 (mon.0) 2186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:16:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:46 smithi136 bash[11745]: audit 2022-04-26T04:16:46.739224+0000 mon.smithi136 (mon.0) 2187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:46 smithi145 bash[13673]: audit 2022-04-26T04:16:46.734434+0000 mon.smithi136 (mon.0) 2185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:46 smithi145 bash[13673]: audit 2022-04-26T04:16:46.737366+0000 mon.smithi136 (mon.0) 2186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:46 smithi145 bash[13673]: audit 2022-04-26T04:16:46.739224+0000 mon.smithi136 (mon.0) 2187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:16:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:48 smithi136 bash[11745]: cluster 2022-04-26T04:16:46.724054+0000 mgr.smithi136.ofnrfx (mgr.14188) 2939 : cluster [DBG] pgmap v2740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:48 smithi136 bash[11745]: cluster 2022-04-26T04:16:47.046864+0000 mgr.smithi136.ofnrfx (mgr.14188) 2940 : cluster [DBG] pgmap v2741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:48 smithi136 bash[11745]: cluster 2022-04-26T04:16:47.047226+0000 mgr.smithi136.ofnrfx (mgr.14188) 2941 : cluster [DBG] pgmap v2742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:48 smithi136 bash[11745]: audit 2022-04-26T04:16:47.053434+0000 mon.smithi136 (mon.0) 2188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:16:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:48 smithi136 bash[11745]: audit 2022-04-26T04:16:47.061662+0000 mon.smithi136 (mon.0) 2189 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:16:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:48 smithi145 bash[13673]: cluster 2022-04-26T04:16:46.724054+0000 mgr.smithi136.ofnrfx (mgr.14188) 2939 : cluster [DBG] pgmap v2740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:48 smithi145 bash[13673]: cluster 2022-04-26T04:16:47.046864+0000 mgr.smithi136.ofnrfx (mgr.14188) 2940 : cluster [DBG] pgmap v2741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:48 smithi145 bash[13673]: cluster 2022-04-26T04:16:47.047226+0000 mgr.smithi136.ofnrfx (mgr.14188) 2941 : cluster [DBG] pgmap v2742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:48 smithi145 bash[13673]: audit 2022-04-26T04:16:47.053434+0000 mon.smithi136 (mon.0) 2188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:16:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:48 smithi145 bash[13673]: audit 2022-04-26T04:16:47.061662+0000 mon.smithi136 (mon.0) 2189 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:16:49.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:49.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:49.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:49 smithi145 bash[13673]: cephadm 2022-04-26T04:16:47.062873+0000 mgr.smithi136.ofnrfx (mgr.14188) 2942 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:16:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:49 smithi145 bash[13673]: cephadm 2022-04-26T04:16:47.063061+0000 mgr.smithi136.ofnrfx (mgr.14188) 2943 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:16:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:49 smithi136 bash[11745]: cephadm 2022-04-26T04:16:47.062873+0000 mgr.smithi136.ofnrfx (mgr.14188) 2942 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:16:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:49 smithi136 bash[11745]: cephadm 2022-04-26T04:16:47.063061+0000 mgr.smithi136.ofnrfx (mgr.14188) 2943 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:16:49.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:50 smithi145 bash[13673]: cluster 2022-04-26T04:16:49.047906+0000 mgr.smithi136.ofnrfx (mgr.14188) 2944 : cluster [DBG] pgmap v2743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:50 smithi145 bash[13673]: audit 2022-04-26T04:16:49.660171+0000 mon.smithi136 (mon.0) 2190 : audit [DBG] from='client.? 172.21.15.136:0/54159989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:50 smithi136 bash[11745]: cluster 2022-04-26T04:16:49.047906+0000 mgr.smithi136.ofnrfx (mgr.14188) 2944 : cluster [DBG] pgmap v2743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:50.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:50 smithi136 bash[11745]: audit 2022-04-26T04:16:49.660171+0000 mon.smithi136 (mon.0) 2190 : audit [DBG] from='client.? 172.21.15.136:0/54159989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:51.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:51 smithi145 bash[13673]: cluster 2022-04-26T04:16:51.048490+0000 mgr.smithi136.ofnrfx (mgr.14188) 2945 : cluster [DBG] pgmap v2744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:51 smithi136 bash[11745]: cluster 2022-04-26T04:16:51.048490+0000 mgr.smithi136.ofnrfx (mgr.14188) 2945 : cluster [DBG] pgmap v2744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:53 smithi145 bash[13673]: cluster 2022-04-26T04:16:53.049135+0000 mgr.smithi136.ofnrfx (mgr.14188) 2946 : cluster [DBG] pgmap v2745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:53 smithi136 bash[11745]: cluster 2022-04-26T04:16:53.049135+0000 mgr.smithi136.ofnrfx (mgr.14188) 2946 : cluster [DBG] pgmap v2745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:54.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:16:54.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:16:54.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:16:54.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:16:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:55 smithi136 bash[11745]: audit 2022-04-26T04:16:54.983922+0000 mon.smithi136 (mon.0) 2191 : audit [DBG] from='client.? 172.21.15.136:0/63881932' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:55.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:55 smithi136 bash[11745]: cluster 2022-04-26T04:16:55.049685+0000 mgr.smithi136.ofnrfx (mgr.14188) 2947 : cluster [DBG] pgmap v2746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:55 smithi145 bash[13673]: audit 2022-04-26T04:16:54.983922+0000 mon.smithi136 (mon.0) 2191 : audit [DBG] from='client.? 172.21.15.136:0/63881932' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:16:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:55 smithi145 bash[13673]: cluster 2022-04-26T04:16:55.049685+0000 mgr.smithi136.ofnrfx (mgr.14188) 2947 : cluster [DBG] pgmap v2746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:57 smithi145 bash[13673]: cluster 2022-04-26T04:16:57.050306+0000 mgr.smithi136.ofnrfx (mgr.14188) 2948 : cluster [DBG] pgmap v2747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:57 smithi136 bash[11745]: cluster 2022-04-26T04:16:57.050306+0000 mgr.smithi136.ofnrfx (mgr.14188) 2948 : cluster [DBG] pgmap v2747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:16:59 smithi145 bash[13673]: cluster 2022-04-26T04:16:59.050931+0000 mgr.smithi136.ofnrfx (mgr.14188) 2949 : cluster [DBG] pgmap v2748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:16:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:16:59 smithi136 bash[11745]: cluster 2022-04-26T04:16:59.050931+0000 mgr.smithi136.ofnrfx (mgr.14188) 2949 : cluster [DBG] pgmap v2748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:00.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:00.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:00.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:00.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:00 smithi136 bash[11745]: audit 2022-04-26T04:17:00.308831+0000 mon.smithi136 (mon.0) 2192 : audit [DBG] from='client.? 172.21.15.136:0/44683773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:00 smithi145 bash[13673]: audit 2022-04-26T04:17:00.308831+0000 mon.smithi136 (mon.0) 2192 : audit [DBG] from='client.? 172.21.15.136:0/44683773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:01 smithi136 bash[11745]: cluster 2022-04-26T04:17:01.051709+0000 mgr.smithi136.ofnrfx (mgr.14188) 2950 : cluster [DBG] pgmap v2749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:01 smithi145 bash[13673]: cluster 2022-04-26T04:17:01.051709+0000 mgr.smithi136.ofnrfx (mgr.14188) 2950 : cluster [DBG] pgmap v2749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:02 smithi136 bash[11745]: audit 2022-04-26T04:17:02.251111+0000 mon.smithi136 (mon.0) 2193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:17:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:02 smithi136 bash[11745]: audit 2022-04-26T04:17:02.254878+0000 mon.smithi136 (mon.0) 2194 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:17:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:02 smithi145 bash[13673]: audit 2022-04-26T04:17:02.251111+0000 mon.smithi136 (mon.0) 2193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:17:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:02 smithi145 bash[13673]: audit 2022-04-26T04:17:02.254878+0000 mon.smithi136 (mon.0) 2194 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:17:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:03 smithi136 bash[11745]: cluster 2022-04-26T04:17:03.052385+0000 mgr.smithi136.ofnrfx (mgr.14188) 2951 : cluster [DBG] pgmap v2750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:03 smithi145 bash[13673]: cluster 2022-04-26T04:17:03.052385+0000 mgr.smithi136.ofnrfx (mgr.14188) 2951 : cluster [DBG] pgmap v2750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:05.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:05.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:05.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:05.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:05 smithi136 bash[11745]: cluster 2022-04-26T04:17:05.052978+0000 mgr.smithi136.ofnrfx (mgr.14188) 2952 : cluster [DBG] pgmap v2751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:05 smithi145 bash[13673]: cluster 2022-04-26T04:17:05.052978+0000 mgr.smithi136.ofnrfx (mgr.14188) 2952 : cluster [DBG] pgmap v2751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:06 smithi136 bash[11745]: audit 2022-04-26T04:17:05.635488+0000 mon.smithi136 (mon.0) 2195 : audit [DBG] from='client.? 172.21.15.136:0/3212691654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:06 smithi145 bash[13673]: audit 2022-04-26T04:17:05.635488+0000 mon.smithi136 (mon.0) 2195 : audit [DBG] from='client.? 172.21.15.136:0/3212691654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:07 smithi136 bash[11745]: cluster 2022-04-26T04:17:07.053588+0000 mgr.smithi136.ofnrfx (mgr.14188) 2953 : cluster [DBG] pgmap v2752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:07 smithi145 bash[13673]: cluster 2022-04-26T04:17:07.053588+0000 mgr.smithi136.ofnrfx (mgr.14188) 2953 : cluster [DBG] pgmap v2752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:09 smithi145 bash[13673]: cluster 2022-04-26T04:17:09.054212+0000 mgr.smithi136.ofnrfx (mgr.14188) 2954 : cluster [DBG] pgmap v2753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:09 smithi136 bash[11745]: cluster 2022-04-26T04:17:09.054212+0000 mgr.smithi136.ofnrfx (mgr.14188) 2954 : cluster [DBG] pgmap v2753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:10.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:10.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:10.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:10.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:11 smithi136 bash[11745]: audit 2022-04-26T04:17:10.960223+0000 mon.smithi136 (mon.0) 2196 : audit [DBG] from='client.? 172.21.15.136:0/3288276317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:11 smithi145 bash[13673]: audit 2022-04-26T04:17:10.960223+0000 mon.smithi136 (mon.0) 2196 : audit [DBG] from='client.? 172.21.15.136:0/3288276317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:12 smithi136 bash[11745]: cluster 2022-04-26T04:17:11.054862+0000 mgr.smithi136.ofnrfx (mgr.14188) 2955 : cluster [DBG] pgmap v2754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:12 smithi145 bash[13673]: cluster 2022-04-26T04:17:11.054862+0000 mgr.smithi136.ofnrfx (mgr.14188) 2955 : cluster [DBG] pgmap v2754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:13 smithi145 bash[13673]: cluster 2022-04-26T04:17:13.055423+0000 mgr.smithi136.ofnrfx (mgr.14188) 2956 : cluster [DBG] pgmap v2755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:13 smithi136 bash[11745]: cluster 2022-04-26T04:17:13.055423+0000 mgr.smithi136.ofnrfx (mgr.14188) 2956 : cluster [DBG] pgmap v2755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:15 smithi136 bash[11745]: cluster 2022-04-26T04:17:15.056077+0000 mgr.smithi136.ofnrfx (mgr.14188) 2957 : cluster [DBG] pgmap v2756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:15 smithi145 bash[13673]: cluster 2022-04-26T04:17:15.056077+0000 mgr.smithi136.ofnrfx (mgr.14188) 2957 : cluster [DBG] pgmap v2756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:15.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:15.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:15.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:16.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:16 smithi136 bash[11745]: audit 2022-04-26T04:17:16.289608+0000 mon.smithi136 (mon.0) 2197 : audit [DBG] from='client.? 172.21.15.136:0/4051150794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:16.940 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:16 smithi145 bash[13673]: audit 2022-04-26T04:17:16.289608+0000 mon.smithi136 (mon.0) 2197 : audit [DBG] from='client.? 172.21.15.136:0/4051150794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:17 smithi136 bash[11745]: cluster 2022-04-26T04:17:17.056755+0000 mgr.smithi136.ofnrfx (mgr.14188) 2958 : cluster [DBG] pgmap v2757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:17 smithi145 bash[13673]: cluster 2022-04-26T04:17:17.056755+0000 mgr.smithi136.ofnrfx (mgr.14188) 2958 : cluster [DBG] pgmap v2757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:19 smithi145 bash[13673]: cluster 2022-04-26T04:17:19.057374+0000 mgr.smithi136.ofnrfx (mgr.14188) 2959 : cluster [DBG] pgmap v2758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:19 smithi136 bash[11745]: cluster 2022-04-26T04:17:19.057374+0000 mgr.smithi136.ofnrfx (mgr.14188) 2959 : cluster [DBG] pgmap v2758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:21.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:21.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:21.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:21 smithi145 bash[13673]: cluster 2022-04-26T04:17:21.058004+0000 mgr.smithi136.ofnrfx (mgr.14188) 2960 : cluster [DBG] pgmap v2759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:21 smithi136 bash[11745]: cluster 2022-04-26T04:17:21.058004+0000 mgr.smithi136.ofnrfx (mgr.14188) 2960 : cluster [DBG] pgmap v2759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:21.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:22 smithi145 bash[13673]: audit 2022-04-26T04:17:21.623467+0000 mon.smithi136 (mon.0) 2198 : audit [DBG] from='client.? 172.21.15.136:0/1652033677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:22 smithi136 bash[11745]: audit 2022-04-26T04:17:21.623467+0000 mon.smithi136 (mon.0) 2198 : audit [DBG] from='client.? 172.21.15.136:0/1652033677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:23 smithi145 bash[13673]: cluster 2022-04-26T04:17:23.058628+0000 mgr.smithi136.ofnrfx (mgr.14188) 2961 : cluster [DBG] pgmap v2760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:23 smithi136 bash[11745]: cluster 2022-04-26T04:17:23.058628+0000 mgr.smithi136.ofnrfx (mgr.14188) 2961 : cluster [DBG] pgmap v2760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:25 smithi136 bash[11745]: cluster 2022-04-26T04:17:25.059217+0000 mgr.smithi136.ofnrfx (mgr.14188) 2962 : cluster [DBG] pgmap v2761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:25 smithi145 bash[13673]: cluster 2022-04-26T04:17:25.059217+0000 mgr.smithi136.ofnrfx (mgr.14188) 2962 : cluster [DBG] pgmap v2761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:26.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:26.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:26.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:26.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:27 smithi136 bash[11745]: audit 2022-04-26T04:17:26.947425+0000 mon.smithi136 (mon.0) 2199 : audit [DBG] from='client.? 172.21.15.136:0/2774829167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:27 smithi145 bash[13673]: audit 2022-04-26T04:17:26.947425+0000 mon.smithi136 (mon.0) 2199 : audit [DBG] from='client.? 172.21.15.136:0/2774829167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:28 smithi136 bash[11745]: cluster 2022-04-26T04:17:27.059848+0000 mgr.smithi136.ofnrfx (mgr.14188) 2963 : cluster [DBG] pgmap v2762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:28 smithi145 bash[13673]: cluster 2022-04-26T04:17:27.059848+0000 mgr.smithi136.ofnrfx (mgr.14188) 2963 : cluster [DBG] pgmap v2762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:29 smithi145 bash[13673]: cluster 2022-04-26T04:17:29.060486+0000 mgr.smithi136.ofnrfx (mgr.14188) 2964 : cluster [DBG] pgmap v2763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:29 smithi136 bash[11745]: cluster 2022-04-26T04:17:29.060486+0000 mgr.smithi136.ofnrfx (mgr.14188) 2964 : cluster [DBG] pgmap v2763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:31 smithi145 bash[13673]: cluster 2022-04-26T04:17:31.061111+0000 mgr.smithi136.ofnrfx (mgr.14188) 2965 : cluster [DBG] pgmap v2764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:31 smithi136 bash[11745]: cluster 2022-04-26T04:17:31.061111+0000 mgr.smithi136.ofnrfx (mgr.14188) 2965 : cluster [DBG] pgmap v2764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:31.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:31.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:31.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:32.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:32 smithi145 bash[13673]: audit 2022-04-26T04:17:32.281010+0000 mon.smithi136 (mon.0) 2200 : audit [DBG] from='client.? 172.21.15.136:0/2331022915' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:32 smithi136 bash[11745]: audit 2022-04-26T04:17:32.281010+0000 mon.smithi136 (mon.0) 2200 : audit [DBG] from='client.? 172.21.15.136:0/2331022915' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:33 smithi145 bash[13673]: cluster 2022-04-26T04:17:33.061722+0000 mgr.smithi136.ofnrfx (mgr.14188) 2966 : cluster [DBG] pgmap v2765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:33 smithi136 bash[11745]: cluster 2022-04-26T04:17:33.061722+0000 mgr.smithi136.ofnrfx (mgr.14188) 2966 : cluster [DBG] pgmap v2765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:35 smithi136 bash[11745]: cluster 2022-04-26T04:17:35.062336+0000 mgr.smithi136.ofnrfx (mgr.14188) 2967 : cluster [DBG] pgmap v2766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:35 smithi145 bash[13673]: cluster 2022-04-26T04:17:35.062336+0000 mgr.smithi136.ofnrfx (mgr.14188) 2967 : cluster [DBG] pgmap v2766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:37.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:37.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:37.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:37 smithi145 bash[13673]: cluster 2022-04-26T04:17:37.062974+0000 mgr.smithi136.ofnrfx (mgr.14188) 2968 : cluster [DBG] pgmap v2767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:37 smithi136 bash[11745]: cluster 2022-04-26T04:17:37.062974+0000 mgr.smithi136.ofnrfx (mgr.14188) 2968 : cluster [DBG] pgmap v2767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:37.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:38 smithi145 bash[13673]: audit 2022-04-26T04:17:37.612714+0000 mon.smithi136 (mon.0) 2201 : audit [DBG] from='client.? 172.21.15.136:0/1806892395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:38 smithi136 bash[11745]: audit 2022-04-26T04:17:37.612714+0000 mon.smithi136 (mon.0) 2201 : audit [DBG] from='client.? 172.21.15.136:0/1806892395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:39 smithi145 bash[13673]: cluster 2022-04-26T04:17:39.063675+0000 mgr.smithi136.ofnrfx (mgr.14188) 2969 : cluster [DBG] pgmap v2768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:39 smithi136 bash[11745]: cluster 2022-04-26T04:17:39.063675+0000 mgr.smithi136.ofnrfx (mgr.14188) 2969 : cluster [DBG] pgmap v2768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:41 smithi145 bash[13673]: cluster 2022-04-26T04:17:41.064373+0000 mgr.smithi136.ofnrfx (mgr.14188) 2970 : cluster [DBG] pgmap v2769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:41 smithi136 bash[11745]: cluster 2022-04-26T04:17:41.064373+0000 mgr.smithi136.ofnrfx (mgr.14188) 2970 : cluster [DBG] pgmap v2769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:42.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:42.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:42.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:42.955 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:42 smithi136 bash[11745]: audit 2022-04-26T04:17:42.935928+0000 mon.smithi136 (mon.0) 2202 : audit [DBG] from='client.? 172.21.15.136:0/3819823810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:42 smithi145 bash[13673]: audit 2022-04-26T04:17:42.935928+0000 mon.smithi136 (mon.0) 2202 : audit [DBG] from='client.? 172.21.15.136:0/3819823810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:44 smithi136 bash[11745]: cluster 2022-04-26T04:17:43.065107+0000 mgr.smithi136.ofnrfx (mgr.14188) 2971 : cluster [DBG] pgmap v2770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:44 smithi145 bash[13673]: cluster 2022-04-26T04:17:43.065107+0000 mgr.smithi136.ofnrfx (mgr.14188) 2971 : cluster [DBG] pgmap v2770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:46 smithi136 bash[11745]: cluster 2022-04-26T04:17:45.065682+0000 mgr.smithi136.ofnrfx (mgr.14188) 2972 : cluster [DBG] pgmap v2771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:47 smithi145 bash[13673]: cluster 2022-04-26T04:17:45.065682+0000 mgr.smithi136.ofnrfx (mgr.14188) 2972 : cluster [DBG] pgmap v2771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:47.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:47.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:47.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:48.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:48 smithi136 bash[11745]: audit 2022-04-26T04:17:47.076640+0000 mon.smithi136 (mon.0) 2203 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:17:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:48 smithi136 bash[11745]: audit 2022-04-26T04:17:47.081138+0000 mon.smithi136 (mon.0) 2204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:17:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:48 smithi136 bash[11745]: audit 2022-04-26T04:17:47.082549+0000 mon.smithi136 (mon.0) 2205 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:17:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:48 smithi136 bash[11745]: audit 2022-04-26T04:17:47.390142+0000 mon.smithi136 (mon.0) 2206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:17:48.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:48 smithi136 bash[11745]: audit 2022-04-26T04:17:47.396773+0000 mon.smithi136 (mon.0) 2207 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:17:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:48 smithi145 bash[13673]: audit 2022-04-26T04:17:47.076640+0000 mon.smithi136 (mon.0) 2203 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:17:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:48 smithi145 bash[13673]: audit 2022-04-26T04:17:47.081138+0000 mon.smithi136 (mon.0) 2204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:17:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:48 smithi145 bash[13673]: audit 2022-04-26T04:17:47.082549+0000 mon.smithi136 (mon.0) 2205 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:17:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:48 smithi145 bash[13673]: audit 2022-04-26T04:17:47.390142+0000 mon.smithi136 (mon.0) 2206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:17:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:48 smithi145 bash[13673]: audit 2022-04-26T04:17:47.396773+0000 mon.smithi136 (mon.0) 2207 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:17:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:49 smithi136 bash[11745]: cluster 2022-04-26T04:17:47.066320+0000 mgr.smithi136.ofnrfx (mgr.14188) 2973 : cluster [DBG] pgmap v2772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:49 smithi136 bash[11745]: cluster 2022-04-26T04:17:47.383603+0000 mgr.smithi136.ofnrfx (mgr.14188) 2974 : cluster [DBG] pgmap v2773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:49 smithi136 bash[11745]: cluster 2022-04-26T04:17:47.384154+0000 mgr.smithi136.ofnrfx (mgr.14188) 2975 : cluster [DBG] pgmap v2774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:49 smithi136 bash[11745]: cephadm 2022-04-26T04:17:47.397951+0000 mgr.smithi136.ofnrfx (mgr.14188) 2976 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:17:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:49 smithi136 bash[11745]: cephadm 2022-04-26T04:17:47.398123+0000 mgr.smithi136.ofnrfx (mgr.14188) 2977 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:17:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:49 smithi136 bash[11745]: audit 2022-04-26T04:17:48.267696+0000 mon.smithi136 (mon.0) 2208 : audit [DBG] from='client.? 172.21.15.136:0/815935991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:49 smithi145 bash[13673]: cluster 2022-04-26T04:17:47.066320+0000 mgr.smithi136.ofnrfx (mgr.14188) 2973 : cluster [DBG] pgmap v2772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:49 smithi145 bash[13673]: cluster 2022-04-26T04:17:47.383603+0000 mgr.smithi136.ofnrfx (mgr.14188) 2974 : cluster [DBG] pgmap v2773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:49 smithi145 bash[13673]: cluster 2022-04-26T04:17:47.384154+0000 mgr.smithi136.ofnrfx (mgr.14188) 2975 : cluster [DBG] pgmap v2774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:49 smithi145 bash[13673]: cephadm 2022-04-26T04:17:47.397951+0000 mgr.smithi136.ofnrfx (mgr.14188) 2976 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:17:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:49 smithi145 bash[13673]: cephadm 2022-04-26T04:17:47.398123+0000 mgr.smithi136.ofnrfx (mgr.14188) 2977 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:17:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:49 smithi145 bash[13673]: audit 2022-04-26T04:17:48.267696+0000 mon.smithi136 (mon.0) 2208 : audit [DBG] from='client.? 172.21.15.136:0/815935991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:51 smithi136 bash[11745]: cluster 2022-04-26T04:17:49.384783+0000 mgr.smithi136.ofnrfx (mgr.14188) 2978 : cluster [DBG] pgmap v2775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:51 smithi145 bash[13673]: cluster 2022-04-26T04:17:49.384783+0000 mgr.smithi136.ofnrfx (mgr.14188) 2978 : cluster [DBG] pgmap v2775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:53.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:53.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:53.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:53 smithi136 bash[11745]: cluster 2022-04-26T04:17:51.385434+0000 mgr.smithi136.ofnrfx (mgr.14188) 2979 : cluster [DBG] pgmap v2776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:53 smithi145 bash[13673]: cluster 2022-04-26T04:17:51.385434+0000 mgr.smithi136.ofnrfx (mgr.14188) 2979 : cluster [DBG] pgmap v2776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:53.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:54 smithi136 bash[11745]: audit 2022-04-26T04:17:53.597108+0000 mon.smithi136 (mon.0) 2209 : audit [DBG] from='client.? 172.21.15.136:0/3277735141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:54 smithi145 bash[13673]: audit 2022-04-26T04:17:53.597108+0000 mon.smithi136 (mon.0) 2209 : audit [DBG] from='client.? 172.21.15.136:0/3277735141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:55 smithi136 bash[11745]: cluster 2022-04-26T04:17:53.386125+0000 mgr.smithi136.ofnrfx (mgr.14188) 2980 : cluster [DBG] pgmap v2777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:55 smithi145 bash[13673]: cluster 2022-04-26T04:17:53.386125+0000 mgr.smithi136.ofnrfx (mgr.14188) 2980 : cluster [DBG] pgmap v2777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:57 smithi136 bash[11745]: cluster 2022-04-26T04:17:55.386821+0000 mgr.smithi136.ofnrfx (mgr.14188) 2981 : cluster [DBG] pgmap v2778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:57 smithi145 bash[13673]: cluster 2022-04-26T04:17:55.386821+0000 mgr.smithi136.ofnrfx (mgr.14188) 2981 : cluster [DBG] pgmap v2778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:58.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:17:58.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:17:58.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:17:58.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:17:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:59 smithi136 bash[11745]: cluster 2022-04-26T04:17:57.387508+0000 mgr.smithi136.ofnrfx (mgr.14188) 2982 : cluster [DBG] pgmap v2779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:17:59 smithi136 bash[11745]: audit 2022-04-26T04:17:58.926604+0000 mon.smithi136 (mon.0) 2210 : audit [DBG] from='client.? 172.21.15.136:0/1202322733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:17:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:59 smithi145 bash[13673]: cluster 2022-04-26T04:17:57.387508+0000 mgr.smithi136.ofnrfx (mgr.14188) 2982 : cluster [DBG] pgmap v2779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:17:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:17:59 smithi145 bash[13673]: audit 2022-04-26T04:17:58.926604+0000 mon.smithi136 (mon.0) 2210 : audit [DBG] from='client.? 172.21.15.136:0/1202322733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:01 smithi136 bash[11745]: cluster 2022-04-26T04:17:59.388206+0000 mgr.smithi136.ofnrfx (mgr.14188) 2983 : cluster [DBG] pgmap v2780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:01 smithi145 bash[13673]: cluster 2022-04-26T04:17:59.388206+0000 mgr.smithi136.ofnrfx (mgr.14188) 2983 : cluster [DBG] pgmap v2780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:03 smithi136 bash[11745]: cluster 2022-04-26T04:18:01.388846+0000 mgr.smithi136.ofnrfx (mgr.14188) 2984 : cluster [DBG] pgmap v2781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:03 smithi136 bash[11745]: audit 2022-04-26T04:18:02.255147+0000 mon.smithi136 (mon.0) 2211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:18:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:03 smithi136 bash[11745]: audit 2022-04-26T04:18:02.259085+0000 mon.smithi136 (mon.0) 2212 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:18:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:03 smithi145 bash[13673]: cluster 2022-04-26T04:18:01.388846+0000 mgr.smithi136.ofnrfx (mgr.14188) 2984 : cluster [DBG] pgmap v2781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:03 smithi145 bash[13673]: audit 2022-04-26T04:18:02.255147+0000 mon.smithi136 (mon.0) 2211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:18:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:03 smithi145 bash[13673]: audit 2022-04-26T04:18:02.259085+0000 mon.smithi136 (mon.0) 2212 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:18:03.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:03.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:03.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:04.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:05 smithi136 bash[11745]: cluster 2022-04-26T04:18:03.389475+0000 mgr.smithi136.ofnrfx (mgr.14188) 2985 : cluster [DBG] pgmap v2782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:05 smithi136 bash[11745]: audit 2022-04-26T04:18:04.252705+0000 mon.smithi136 (mon.0) 2213 : audit [DBG] from='client.? 172.21.15.136:0/2051775258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:05 smithi145 bash[13673]: cluster 2022-04-26T04:18:03.389475+0000 mgr.smithi136.ofnrfx (mgr.14188) 2985 : cluster [DBG] pgmap v2782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:05 smithi145 bash[13673]: audit 2022-04-26T04:18:04.252705+0000 mon.smithi136 (mon.0) 2213 : audit [DBG] from='client.? 172.21.15.136:0/2051775258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:07 smithi145 bash[13673]: cluster 2022-04-26T04:18:05.390158+0000 mgr.smithi136.ofnrfx (mgr.14188) 2986 : cluster [DBG] pgmap v2783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:07 smithi136 bash[11745]: cluster 2022-04-26T04:18:05.390158+0000 mgr.smithi136.ofnrfx (mgr.14188) 2986 : cluster [DBG] pgmap v2783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:09.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:09.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:09.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:09 smithi145 bash[13673]: cluster 2022-04-26T04:18:07.390786+0000 mgr.smithi136.ofnrfx (mgr.14188) 2987 : cluster [DBG] pgmap v2784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:09 smithi136 bash[11745]: cluster 2022-04-26T04:18:07.390786+0000 mgr.smithi136.ofnrfx (mgr.14188) 2987 : cluster [DBG] pgmap v2784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:09.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:10 smithi136 bash[11745]: cluster 2022-04-26T04:18:09.391269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2988 : cluster [DBG] pgmap v2785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:10 smithi136 bash[11745]: audit 2022-04-26T04:18:09.582889+0000 mon.smithi136 (mon.0) 2214 : audit [DBG] from='client.? 172.21.15.136:0/1327972982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:10 smithi145 bash[13673]: cluster 2022-04-26T04:18:09.391269+0000 mgr.smithi136.ofnrfx (mgr.14188) 2988 : cluster [DBG] pgmap v2785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:10 smithi145 bash[13673]: audit 2022-04-26T04:18:09.582889+0000 mon.smithi136 (mon.0) 2214 : audit [DBG] from='client.? 172.21.15.136:0/1327972982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:12 smithi136 bash[11745]: cluster 2022-04-26T04:18:11.391940+0000 mgr.smithi136.ofnrfx (mgr.14188) 2989 : cluster [DBG] pgmap v2786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:12 smithi145 bash[13673]: cluster 2022-04-26T04:18:11.391940+0000 mgr.smithi136.ofnrfx (mgr.14188) 2989 : cluster [DBG] pgmap v2786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:14.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:14.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:14.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:14 smithi136 bash[11745]: cluster 2022-04-26T04:18:13.392632+0000 mgr.smithi136.ofnrfx (mgr.14188) 2990 : cluster [DBG] pgmap v2787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:14 smithi145 bash[13673]: cluster 2022-04-26T04:18:13.392632+0000 mgr.smithi136.ofnrfx (mgr.14188) 2990 : cluster [DBG] pgmap v2787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:14.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:15 smithi136 bash[11745]: audit 2022-04-26T04:18:14.912376+0000 mon.smithi136 (mon.0) 2215 : audit [DBG] from='client.? 172.21.15.136:0/1645031863' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:15 smithi145 bash[13673]: audit 2022-04-26T04:18:14.912376+0000 mon.smithi136 (mon.0) 2215 : audit [DBG] from='client.? 172.21.15.136:0/1645031863' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:16 smithi136 bash[11745]: cluster 2022-04-26T04:18:15.393344+0000 mgr.smithi136.ofnrfx (mgr.14188) 2991 : cluster [DBG] pgmap v2788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:16 smithi145 bash[13673]: cluster 2022-04-26T04:18:15.393344+0000 mgr.smithi136.ofnrfx (mgr.14188) 2991 : cluster [DBG] pgmap v2788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:18 smithi136 bash[11745]: cluster 2022-04-26T04:18:17.394093+0000 mgr.smithi136.ofnrfx (mgr.14188) 2992 : cluster [DBG] pgmap v2789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:18 smithi145 bash[13673]: cluster 2022-04-26T04:18:17.394093+0000 mgr.smithi136.ofnrfx (mgr.14188) 2992 : cluster [DBG] pgmap v2789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:19.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:19.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:19.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:20.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:20 smithi145 bash[13673]: cluster 2022-04-26T04:18:19.394799+0000 mgr.smithi136.ofnrfx (mgr.14188) 2993 : cluster [DBG] pgmap v2790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:20 smithi145 bash[13673]: audit 2022-04-26T04:18:20.244663+0000 mon.smithi136 (mon.0) 2216 : audit [DBG] from='client.? 172.21.15.136:0/4169822225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:20 smithi136 bash[11745]: cluster 2022-04-26T04:18:19.394799+0000 mgr.smithi136.ofnrfx (mgr.14188) 2993 : cluster [DBG] pgmap v2790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:20 smithi136 bash[11745]: audit 2022-04-26T04:18:20.244663+0000 mon.smithi136 (mon.0) 2216 : audit [DBG] from='client.? 172.21.15.136:0/4169822225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:22 smithi145 bash[13673]: cluster 2022-04-26T04:18:21.395414+0000 mgr.smithi136.ofnrfx (mgr.14188) 2994 : cluster [DBG] pgmap v2791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:22 smithi136 bash[11745]: cluster 2022-04-26T04:18:21.395414+0000 mgr.smithi136.ofnrfx (mgr.14188) 2994 : cluster [DBG] pgmap v2791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:24 smithi145 bash[13673]: cluster 2022-04-26T04:18:23.396040+0000 mgr.smithi136.ofnrfx (mgr.14188) 2995 : cluster [DBG] pgmap v2792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:24 smithi136 bash[11745]: cluster 2022-04-26T04:18:23.396040+0000 mgr.smithi136.ofnrfx (mgr.14188) 2995 : cluster [DBG] pgmap v2792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:25.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:25.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:25.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:25.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:25 smithi145 bash[13673]: audit 2022-04-26T04:18:25.569687+0000 mon.smithi136 (mon.0) 2217 : audit [DBG] from='client.? 172.21.15.136:0/2261908900' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:25 smithi136 bash[11745]: audit 2022-04-26T04:18:25.569687+0000 mon.smithi136 (mon.0) 2217 : audit [DBG] from='client.? 172.21.15.136:0/2261908900' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:26 smithi145 bash[13673]: cluster 2022-04-26T04:18:25.396597+0000 mgr.smithi136.ofnrfx (mgr.14188) 2996 : cluster [DBG] pgmap v2793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:26 smithi136 bash[11745]: cluster 2022-04-26T04:18:25.396597+0000 mgr.smithi136.ofnrfx (mgr.14188) 2996 : cluster [DBG] pgmap v2793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:28 smithi145 bash[13673]: cluster 2022-04-26T04:18:27.397179+0000 mgr.smithi136.ofnrfx (mgr.14188) 2997 : cluster [DBG] pgmap v2794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:28 smithi136 bash[11745]: cluster 2022-04-26T04:18:27.397179+0000 mgr.smithi136.ofnrfx (mgr.14188) 2997 : cluster [DBG] pgmap v2794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:30.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:30.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:30.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:30 smithi145 bash[13673]: cluster 2022-04-26T04:18:29.397817+0000 mgr.smithi136.ofnrfx (mgr.14188) 2998 : cluster [DBG] pgmap v2795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:30.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:30 smithi136 bash[11745]: cluster 2022-04-26T04:18:29.397817+0000 mgr.smithi136.ofnrfx (mgr.14188) 2998 : cluster [DBG] pgmap v2795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:31 smithi145 bash[13673]: audit 2022-04-26T04:18:30.898166+0000 mon.smithi136 (mon.0) 2218 : audit [DBG] from='client.? 172.21.15.136:0/3638329464' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:31 smithi136 bash[11745]: audit 2022-04-26T04:18:30.898166+0000 mon.smithi136 (mon.0) 2218 : audit [DBG] from='client.? 172.21.15.136:0/3638329464' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:32 smithi145 bash[13673]: cluster 2022-04-26T04:18:31.398453+0000 mgr.smithi136.ofnrfx (mgr.14188) 2999 : cluster [DBG] pgmap v2796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:32 smithi136 bash[11745]: cluster 2022-04-26T04:18:31.398453+0000 mgr.smithi136.ofnrfx (mgr.14188) 2999 : cluster [DBG] pgmap v2796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:34 smithi145 bash[13673]: cluster 2022-04-26T04:18:33.399086+0000 mgr.smithi136.ofnrfx (mgr.14188) 3000 : cluster [DBG] pgmap v2797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:34 smithi136 bash[11745]: cluster 2022-04-26T04:18:33.399086+0000 mgr.smithi136.ofnrfx (mgr.14188) 3000 : cluster [DBG] pgmap v2797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:35.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:35.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:35.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:36.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:36 smithi145 bash[13673]: cluster 2022-04-26T04:18:35.399751+0000 mgr.smithi136.ofnrfx (mgr.14188) 3001 : cluster [DBG] pgmap v2798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:36 smithi145 bash[13673]: audit 2022-04-26T04:18:36.225653+0000 mon.smithi136 (mon.0) 2219 : audit [DBG] from='client.? 172.21.15.136:0/367822353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:36 smithi136 bash[11745]: cluster 2022-04-26T04:18:35.399751+0000 mgr.smithi136.ofnrfx (mgr.14188) 3001 : cluster [DBG] pgmap v2798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:36 smithi136 bash[11745]: audit 2022-04-26T04:18:36.225653+0000 mon.smithi136 (mon.0) 2219 : audit [DBG] from='client.? 172.21.15.136:0/367822353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:38 smithi145 bash[13673]: cluster 2022-04-26T04:18:37.400405+0000 mgr.smithi136.ofnrfx (mgr.14188) 3002 : cluster [DBG] pgmap v2799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:38 smithi136 bash[11745]: cluster 2022-04-26T04:18:37.400405+0000 mgr.smithi136.ofnrfx (mgr.14188) 3002 : cluster [DBG] pgmap v2799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:40 smithi145 bash[13673]: cluster 2022-04-26T04:18:39.400986+0000 mgr.smithi136.ofnrfx (mgr.14188) 3003 : cluster [DBG] pgmap v2800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:40 smithi136 bash[11745]: cluster 2022-04-26T04:18:39.400986+0000 mgr.smithi136.ofnrfx (mgr.14188) 3003 : cluster [DBG] pgmap v2800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:41.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:41.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:41.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:41.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:41 smithi145 bash[13673]: audit 2022-04-26T04:18:41.554098+0000 mon.smithi136 (mon.0) 2220 : audit [DBG] from='client.? 172.21.15.136:0/85086248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:41 smithi136 bash[11745]: audit 2022-04-26T04:18:41.554098+0000 mon.smithi136 (mon.0) 2220 : audit [DBG] from='client.? 172.21.15.136:0/85086248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:42 smithi145 bash[13673]: cluster 2022-04-26T04:18:41.401534+0000 mgr.smithi136.ofnrfx (mgr.14188) 3004 : cluster [DBG] pgmap v2801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:42 smithi136 bash[11745]: cluster 2022-04-26T04:18:41.401534+0000 mgr.smithi136.ofnrfx (mgr.14188) 3004 : cluster [DBG] pgmap v2801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:44 smithi145 bash[13673]: cluster 2022-04-26T04:18:43.402139+0000 mgr.smithi136.ofnrfx (mgr.14188) 3005 : cluster [DBG] pgmap v2802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:44 smithi136 bash[11745]: cluster 2022-04-26T04:18:43.402139+0000 mgr.smithi136.ofnrfx (mgr.14188) 3005 : cluster [DBG] pgmap v2802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:46.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:46.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:46.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:46 smithi145 bash[13673]: cluster 2022-04-26T04:18:45.402860+0000 mgr.smithi136.ofnrfx (mgr.14188) 3006 : cluster [DBG] pgmap v2803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:46.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:46 smithi136 bash[11745]: cluster 2022-04-26T04:18:45.402860+0000 mgr.smithi136.ofnrfx (mgr.14188) 3006 : cluster [DBG] pgmap v2803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:47 smithi136 bash[11745]: audit 2022-04-26T04:18:46.888782+0000 mon.smithi136 (mon.0) 2221 : audit [DBG] from='client.? 172.21.15.136:0/2677065089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:47 smithi136 bash[11745]: audit 2022-04-26T04:18:47.408700+0000 mon.smithi136 (mon.0) 2222 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:18:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:47 smithi136 bash[11745]: audit 2022-04-26T04:18:47.411429+0000 mon.smithi136 (mon.0) 2223 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:18:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:47 smithi136 bash[11745]: audit 2022-04-26T04:18:47.413285+0000 mon.smithi136 (mon.0) 2224 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:18:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:47 smithi145 bash[13673]: audit 2022-04-26T04:18:46.888782+0000 mon.smithi136 (mon.0) 2221 : audit [DBG] from='client.? 172.21.15.136:0/2677065089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:47 smithi145 bash[13673]: audit 2022-04-26T04:18:47.408700+0000 mon.smithi136 (mon.0) 2222 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:47 smithi145 bash[13673]: audit 2022-04-26T04:18:47.411429+0000 mon.smithi136 (mon.0) 2223 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:47 smithi145 bash[13673]: audit 2022-04-26T04:18:47.413285+0000 mon.smithi136 (mon.0) 2224 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:18:49.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:48 smithi136 bash[11745]: cluster 2022-04-26T04:18:47.403575+0000 mgr.smithi136.ofnrfx (mgr.14188) 3007 : cluster [DBG] pgmap v2804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:49.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:48 smithi136 bash[11745]: cluster 2022-04-26T04:18:47.716803+0000 mgr.smithi136.ofnrfx (mgr.14188) 3008 : cluster [DBG] pgmap v2805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:49.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:48 smithi136 bash[11745]: cluster 2022-04-26T04:18:47.717350+0000 mgr.smithi136.ofnrfx (mgr.14188) 3009 : cluster [DBG] pgmap v2806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:49.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:48 smithi136 bash[11745]: audit 2022-04-26T04:18:47.724499+0000 mon.smithi136 (mon.0) 2225 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:18:49.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:48 smithi136 bash[11745]: audit 2022-04-26T04:18:47.732833+0000 mon.smithi136 (mon.0) 2226 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:18:49.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:48 smithi136 bash[11745]: cephadm 2022-04-26T04:18:47.733992+0000 mgr.smithi136.ofnrfx (mgr.14188) 3010 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:18:49.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:48 smithi136 bash[11745]: cephadm 2022-04-26T04:18:47.734152+0000 mgr.smithi136.ofnrfx (mgr.14188) 3011 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:18:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:48 smithi145 bash[13673]: cluster 2022-04-26T04:18:47.403575+0000 mgr.smithi136.ofnrfx (mgr.14188) 3007 : cluster [DBG] pgmap v2804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:48 smithi145 bash[13673]: cluster 2022-04-26T04:18:47.716803+0000 mgr.smithi136.ofnrfx (mgr.14188) 3008 : cluster [DBG] pgmap v2805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:48 smithi145 bash[13673]: cluster 2022-04-26T04:18:47.717350+0000 mgr.smithi136.ofnrfx (mgr.14188) 3009 : cluster [DBG] pgmap v2806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:48 smithi145 bash[13673]: audit 2022-04-26T04:18:47.724499+0000 mon.smithi136 (mon.0) 2225 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:18:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:48 smithi145 bash[13673]: audit 2022-04-26T04:18:47.732833+0000 mon.smithi136 (mon.0) 2226 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:18:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:48 smithi145 bash[13673]: cephadm 2022-04-26T04:18:47.733992+0000 mgr.smithi136.ofnrfx (mgr.14188) 3010 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:18:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:48 smithi145 bash[13673]: cephadm 2022-04-26T04:18:47.734152+0000 mgr.smithi136.ofnrfx (mgr.14188) 3011 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:18:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:50 smithi136 bash[11745]: cluster 2022-04-26T04:18:49.718140+0000 mgr.smithi136.ofnrfx (mgr.14188) 3012 : cluster [DBG] pgmap v2807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:50 smithi145 bash[13673]: cluster 2022-04-26T04:18:49.718140+0000 mgr.smithi136.ofnrfx (mgr.14188) 3012 : cluster [DBG] pgmap v2807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:51.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:51.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:51.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:52.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:52 smithi136 bash[11745]: cluster 2022-04-26T04:18:51.718913+0000 mgr.smithi136.ofnrfx (mgr.14188) 3013 : cluster [DBG] pgmap v2808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:52 smithi136 bash[11745]: audit 2022-04-26T04:18:52.214311+0000 mon.smithi136 (mon.0) 2227 : audit [DBG] from='client.? 172.21.15.136:0/885475618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:52 smithi145 bash[13673]: cluster 2022-04-26T04:18:51.718913+0000 mgr.smithi136.ofnrfx (mgr.14188) 3013 : cluster [DBG] pgmap v2808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:52 smithi145 bash[13673]: audit 2022-04-26T04:18:52.214311+0000 mon.smithi136 (mon.0) 2227 : audit [DBG] from='client.? 172.21.15.136:0/885475618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:54 smithi136 bash[11745]: cluster 2022-04-26T04:18:53.719679+0000 mgr.smithi136.ofnrfx (mgr.14188) 3014 : cluster [DBG] pgmap v2809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:54 smithi145 bash[13673]: cluster 2022-04-26T04:18:53.719679+0000 mgr.smithi136.ofnrfx (mgr.14188) 3014 : cluster [DBG] pgmap v2809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:56 smithi136 bash[11745]: cluster 2022-04-26T04:18:55.720451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3015 : cluster [DBG] pgmap v2810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:56 smithi145 bash[13673]: cluster 2022-04-26T04:18:55.720451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3015 : cluster [DBG] pgmap v2810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:57.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:18:57.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:18:57.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:18:57.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:18:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:57 smithi136 bash[11745]: audit 2022-04-26T04:18:57.552893+0000 mon.smithi136 (mon.0) 2228 : audit [DBG] from='client.? 172.21.15.136:0/1215264669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:57 smithi145 bash[13673]: audit 2022-04-26T04:18:57.552893+0000 mon.smithi136 (mon.0) 2228 : audit [DBG] from='client.? 172.21.15.136:0/1215264669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:18:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:18:58 smithi136 bash[11745]: cluster 2022-04-26T04:18:57.721163+0000 mgr.smithi136.ofnrfx (mgr.14188) 3016 : cluster [DBG] pgmap v2811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:18:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:18:58 smithi145 bash[13673]: cluster 2022-04-26T04:18:57.721163+0000 mgr.smithi136.ofnrfx (mgr.14188) 3016 : cluster [DBG] pgmap v2811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:00 smithi136 bash[11745]: cluster 2022-04-26T04:18:59.721928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3017 : cluster [DBG] pgmap v2812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:00 smithi145 bash[13673]: cluster 2022-04-26T04:18:59.721928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3017 : cluster [DBG] pgmap v2812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:02.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:02.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:02.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:02.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:02 smithi136 bash[11745]: cluster 2022-04-26T04:19:01.722632+0000 mgr.smithi136.ofnrfx (mgr.14188) 3018 : cluster [DBG] pgmap v2813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:02 smithi136 bash[11745]: audit 2022-04-26T04:19:02.259158+0000 mon.smithi136 (mon.0) 2229 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:19:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:02 smithi136 bash[11745]: audit 2022-04-26T04:19:02.262960+0000 mon.smithi136 (mon.0) 2230 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:19:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:02 smithi145 bash[13673]: cluster 2022-04-26T04:19:01.722632+0000 mgr.smithi136.ofnrfx (mgr.14188) 3018 : cluster [DBG] pgmap v2813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:02 smithi145 bash[13673]: audit 2022-04-26T04:19:02.259158+0000 mon.smithi136 (mon.0) 2229 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:19:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:02 smithi145 bash[13673]: audit 2022-04-26T04:19:02.262960+0000 mon.smithi136 (mon.0) 2230 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:19:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:03 smithi136 bash[11745]: audit 2022-04-26T04:19:02.887043+0000 mon.smithi136 (mon.0) 2231 : audit [DBG] from='client.? 172.21.15.136:0/3228173175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:03 smithi145 bash[13673]: audit 2022-04-26T04:19:02.887043+0000 mon.smithi136 (mon.0) 2231 : audit [DBG] from='client.? 172.21.15.136:0/3228173175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:04 smithi136 bash[11745]: cluster 2022-04-26T04:19:03.723168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3019 : cluster [DBG] pgmap v2814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:04 smithi145 bash[13673]: cluster 2022-04-26T04:19:03.723168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3019 : cluster [DBG] pgmap v2814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:06 smithi136 bash[11745]: cluster 2022-04-26T04:19:05.723811+0000 mgr.smithi136.ofnrfx (mgr.14188) 3020 : cluster [DBG] pgmap v2815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:06 smithi145 bash[13673]: cluster 2022-04-26T04:19:05.723811+0000 mgr.smithi136.ofnrfx (mgr.14188) 3020 : cluster [DBG] pgmap v2815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:07.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:07.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:07.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:08.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:08 smithi136 bash[11745]: cluster 2022-04-26T04:19:07.724458+0000 mgr.smithi136.ofnrfx (mgr.14188) 3021 : cluster [DBG] pgmap v2816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:08 smithi136 bash[11745]: audit 2022-04-26T04:19:08.214414+0000 mon.smithi136 (mon.0) 2232 : audit [DBG] from='client.? 172.21.15.136:0/1943046862' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:08 smithi145 bash[13673]: cluster 2022-04-26T04:19:07.724458+0000 mgr.smithi136.ofnrfx (mgr.14188) 3021 : cluster [DBG] pgmap v2816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:08 smithi145 bash[13673]: audit 2022-04-26T04:19:08.214414+0000 mon.smithi136 (mon.0) 2232 : audit [DBG] from='client.? 172.21.15.136:0/1943046862' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:10 smithi136 bash[11745]: cluster 2022-04-26T04:19:09.725090+0000 mgr.smithi136.ofnrfx (mgr.14188) 3022 : cluster [DBG] pgmap v2817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:10 smithi145 bash[13673]: cluster 2022-04-26T04:19:09.725090+0000 mgr.smithi136.ofnrfx (mgr.14188) 3022 : cluster [DBG] pgmap v2817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:12 smithi136 bash[11745]: cluster 2022-04-26T04:19:11.725700+0000 mgr.smithi136.ofnrfx (mgr.14188) 3023 : cluster [DBG] pgmap v2818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:12 smithi145 bash[13673]: cluster 2022-04-26T04:19:11.725700+0000 mgr.smithi136.ofnrfx (mgr.14188) 3023 : cluster [DBG] pgmap v2818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:13.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:13.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:13.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:13.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:13 smithi136 bash[11745]: audit 2022-04-26T04:19:13.544926+0000 mon.smithi136 (mon.0) 2233 : audit [DBG] from='client.? 172.21.15.136:0/2455814281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:13 smithi145 bash[13673]: audit 2022-04-26T04:19:13.544926+0000 mon.smithi136 (mon.0) 2233 : audit [DBG] from='client.? 172.21.15.136:0/2455814281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:14 smithi136 bash[11745]: cluster 2022-04-26T04:19:13.726322+0000 mgr.smithi136.ofnrfx (mgr.14188) 3024 : cluster [DBG] pgmap v2819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:14 smithi145 bash[13673]: cluster 2022-04-26T04:19:13.726322+0000 mgr.smithi136.ofnrfx (mgr.14188) 3024 : cluster [DBG] pgmap v2819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:16 smithi136 bash[11745]: cluster 2022-04-26T04:19:15.726948+0000 mgr.smithi136.ofnrfx (mgr.14188) 3025 : cluster [DBG] pgmap v2820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:16 smithi145 bash[13673]: cluster 2022-04-26T04:19:15.726948+0000 mgr.smithi136.ofnrfx (mgr.14188) 3025 : cluster [DBG] pgmap v2820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:18.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:18.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:18.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:18.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:18 smithi136 bash[11745]: cluster 2022-04-26T04:19:17.727724+0000 mgr.smithi136.ofnrfx (mgr.14188) 3026 : cluster [DBG] pgmap v2821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:18 smithi145 bash[13673]: cluster 2022-04-26T04:19:17.727724+0000 mgr.smithi136.ofnrfx (mgr.14188) 3026 : cluster [DBG] pgmap v2821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:19 smithi145 bash[13673]: audit 2022-04-26T04:19:18.878602+0000 mon.smithi136 (mon.0) 2234 : audit [DBG] from='client.? 172.21.15.136:0/2793228142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:20.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:19 smithi136 bash[11745]: audit 2022-04-26T04:19:18.878602+0000 mon.smithi136 (mon.0) 2234 : audit [DBG] from='client.? 172.21.15.136:0/2793228142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:20 smithi145 bash[13673]: cluster 2022-04-26T04:19:19.728478+0000 mgr.smithi136.ofnrfx (mgr.14188) 3027 : cluster [DBG] pgmap v2822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:20 smithi136 bash[11745]: cluster 2022-04-26T04:19:19.728478+0000 mgr.smithi136.ofnrfx (mgr.14188) 3027 : cluster [DBG] pgmap v2822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:22 smithi145 bash[13673]: cluster 2022-04-26T04:19:21.729099+0000 mgr.smithi136.ofnrfx (mgr.14188) 3028 : cluster [DBG] pgmap v2823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:22 smithi136 bash[11745]: cluster 2022-04-26T04:19:21.729099+0000 mgr.smithi136.ofnrfx (mgr.14188) 3028 : cluster [DBG] pgmap v2823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:23.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:23.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:23.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:24.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:24 smithi145 bash[13673]: cluster 2022-04-26T04:19:23.729722+0000 mgr.smithi136.ofnrfx (mgr.14188) 3029 : cluster [DBG] pgmap v2824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:24 smithi145 bash[13673]: audit 2022-04-26T04:19:24.212580+0000 mon.smithi136 (mon.0) 2235 : audit [DBG] from='client.? 172.21.15.136:0/59806769' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:24 smithi136 bash[11745]: cluster 2022-04-26T04:19:23.729722+0000 mgr.smithi136.ofnrfx (mgr.14188) 3029 : cluster [DBG] pgmap v2824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:24 smithi136 bash[11745]: audit 2022-04-26T04:19:24.212580+0000 mon.smithi136 (mon.0) 2235 : audit [DBG] from='client.? 172.21.15.136:0/59806769' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:26 smithi145 bash[13673]: cluster 2022-04-26T04:19:25.730410+0000 mgr.smithi136.ofnrfx (mgr.14188) 3030 : cluster [DBG] pgmap v2825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:26 smithi136 bash[11745]: cluster 2022-04-26T04:19:25.730410+0000 mgr.smithi136.ofnrfx (mgr.14188) 3030 : cluster [DBG] pgmap v2825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:28 smithi136 bash[11745]: cluster 2022-04-26T04:19:27.731158+0000 mgr.smithi136.ofnrfx (mgr.14188) 3031 : cluster [DBG] pgmap v2826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:28 smithi145 bash[13673]: cluster 2022-04-26T04:19:27.731158+0000 mgr.smithi136.ofnrfx (mgr.14188) 3031 : cluster [DBG] pgmap v2826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:29.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:29.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:29.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:29.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:30 smithi136 bash[11745]: audit 2022-04-26T04:19:29.553179+0000 mon.smithi136 (mon.0) 2236 : audit [DBG] from='client.? 172.21.15.136:0/1186481856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:30 smithi136 bash[11745]: cluster 2022-04-26T04:19:29.731862+0000 mgr.smithi136.ofnrfx (mgr.14188) 3032 : cluster [DBG] pgmap v2827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:30 smithi145 bash[13673]: audit 2022-04-26T04:19:29.553179+0000 mon.smithi136 (mon.0) 2236 : audit [DBG] from='client.? 172.21.15.136:0/1186481856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:30 smithi145 bash[13673]: cluster 2022-04-26T04:19:29.731862+0000 mgr.smithi136.ofnrfx (mgr.14188) 3032 : cluster [DBG] pgmap v2827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:32 smithi136 bash[11745]: cluster 2022-04-26T04:19:31.732504+0000 mgr.smithi136.ofnrfx (mgr.14188) 3033 : cluster [DBG] pgmap v2828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:32 smithi145 bash[13673]: cluster 2022-04-26T04:19:31.732504+0000 mgr.smithi136.ofnrfx (mgr.14188) 3033 : cluster [DBG] pgmap v2828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:34.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:34.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:34.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:34.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:34 smithi136 bash[11745]: cluster 2022-04-26T04:19:33.733115+0000 mgr.smithi136.ofnrfx (mgr.14188) 3034 : cluster [DBG] pgmap v2829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:34 smithi145 bash[13673]: cluster 2022-04-26T04:19:33.733115+0000 mgr.smithi136.ofnrfx (mgr.14188) 3034 : cluster [DBG] pgmap v2829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:35 smithi136 bash[11745]: audit 2022-04-26T04:19:34.884520+0000 mon.smithi136 (mon.0) 2237 : audit [DBG] from='client.? 172.21.15.136:0/2589613620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:35 smithi145 bash[13673]: audit 2022-04-26T04:19:34.884520+0000 mon.smithi136 (mon.0) 2237 : audit [DBG] from='client.? 172.21.15.136:0/2589613620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:36 smithi136 bash[11745]: cluster 2022-04-26T04:19:35.733731+0000 mgr.smithi136.ofnrfx (mgr.14188) 3035 : cluster [DBG] pgmap v2830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:36 smithi145 bash[13673]: cluster 2022-04-26T04:19:35.733731+0000 mgr.smithi136.ofnrfx (mgr.14188) 3035 : cluster [DBG] pgmap v2830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:38 smithi136 bash[11745]: cluster 2022-04-26T04:19:37.734363+0000 mgr.smithi136.ofnrfx (mgr.14188) 3036 : cluster [DBG] pgmap v2831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:38 smithi145 bash[13673]: cluster 2022-04-26T04:19:37.734363+0000 mgr.smithi136.ofnrfx (mgr.14188) 3036 : cluster [DBG] pgmap v2831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:39.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:39.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:39.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:40.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:40 smithi145 bash[13673]: cluster 2022-04-26T04:19:39.734962+0000 mgr.smithi136.ofnrfx (mgr.14188) 3037 : cluster [DBG] pgmap v2832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:40 smithi145 bash[13673]: audit 2022-04-26T04:19:40.219666+0000 mon.smithi136 (mon.0) 2238 : audit [DBG] from='client.? 172.21.15.136:0/2643581450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:40 smithi136 bash[11745]: cluster 2022-04-26T04:19:39.734962+0000 mgr.smithi136.ofnrfx (mgr.14188) 3037 : cluster [DBG] pgmap v2832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:40 smithi136 bash[11745]: audit 2022-04-26T04:19:40.219666+0000 mon.smithi136 (mon.0) 2238 : audit [DBG] from='client.? 172.21.15.136:0/2643581450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:42 smithi136 bash[11745]: cluster 2022-04-26T04:19:41.735724+0000 mgr.smithi136.ofnrfx (mgr.14188) 3038 : cluster [DBG] pgmap v2833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:42 smithi145 bash[13673]: cluster 2022-04-26T04:19:41.735724+0000 mgr.smithi136.ofnrfx (mgr.14188) 3038 : cluster [DBG] pgmap v2833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:44 smithi136 bash[11745]: cluster 2022-04-26T04:19:43.736384+0000 mgr.smithi136.ofnrfx (mgr.14188) 3039 : cluster [DBG] pgmap v2834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:44 smithi145 bash[13673]: cluster 2022-04-26T04:19:43.736384+0000 mgr.smithi136.ofnrfx (mgr.14188) 3039 : cluster [DBG] pgmap v2834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:45.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:45.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:45.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:45.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:46.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:45 smithi136 bash[11745]: audit 2022-04-26T04:19:45.548247+0000 mon.smithi136 (mon.0) 2239 : audit [DBG] from='client.? 172.21.15.136:0/832853822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:45 smithi145 bash[13673]: audit 2022-04-26T04:19:45.548247+0000 mon.smithi136 (mon.0) 2239 : audit [DBG] from='client.? 172.21.15.136:0/832853822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:46 smithi136 bash[11745]: cluster 2022-04-26T04:19:45.737003+0000 mgr.smithi136.ofnrfx (mgr.14188) 3040 : cluster [DBG] pgmap v2835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:46 smithi145 bash[13673]: cluster 2022-04-26T04:19:45.737003+0000 mgr.smithi136.ofnrfx (mgr.14188) 3040 : cluster [DBG] pgmap v2835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:47 smithi145 bash[13673]: audit 2022-04-26T04:19:47.743937+0000 mon.smithi136 (mon.0) 2240 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:19:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:47 smithi145 bash[13673]: audit 2022-04-26T04:19:47.746552+0000 mon.smithi136 (mon.0) 2241 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:19:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:47 smithi145 bash[13673]: audit 2022-04-26T04:19:47.748244+0000 mon.smithi136 (mon.0) 2242 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:19:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:47 smithi136 bash[11745]: audit 2022-04-26T04:19:47.743937+0000 mon.smithi136 (mon.0) 2240 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:19:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:47 smithi136 bash[11745]: audit 2022-04-26T04:19:47.746552+0000 mon.smithi136 (mon.0) 2241 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:19:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:47 smithi136 bash[11745]: audit 2022-04-26T04:19:47.748244+0000 mon.smithi136 (mon.0) 2242 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:19:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:49 smithi136 bash[11745]: cluster 2022-04-26T04:19:47.737652+0000 mgr.smithi136.ofnrfx (mgr.14188) 3041 : cluster [DBG] pgmap v2836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:49 smithi136 bash[11745]: cluster 2022-04-26T04:19:48.046917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3042 : cluster [DBG] pgmap v2837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:49 smithi136 bash[11745]: cluster 2022-04-26T04:19:48.047243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3043 : cluster [DBG] pgmap v2838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:49 smithi136 bash[11745]: audit 2022-04-26T04:19:48.054217+0000 mon.smithi136 (mon.0) 2243 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:19:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:49 smithi136 bash[11745]: audit 2022-04-26T04:19:48.063173+0000 mon.smithi136 (mon.0) 2244 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:19:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:49 smithi136 bash[11745]: cephadm 2022-04-26T04:19:48.064086+0000 mgr.smithi136.ofnrfx (mgr.14188) 3044 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:19:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:49 smithi136 bash[11745]: cephadm 2022-04-26T04:19:48.064213+0000 mgr.smithi136.ofnrfx (mgr.14188) 3045 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:49 smithi145 bash[13673]: cluster 2022-04-26T04:19:47.737652+0000 mgr.smithi136.ofnrfx (mgr.14188) 3041 : cluster [DBG] pgmap v2836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:49 smithi145 bash[13673]: cluster 2022-04-26T04:19:48.046917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3042 : cluster [DBG] pgmap v2837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:49 smithi145 bash[13673]: cluster 2022-04-26T04:19:48.047243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3043 : cluster [DBG] pgmap v2838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:49 smithi145 bash[13673]: audit 2022-04-26T04:19:48.054217+0000 mon.smithi136 (mon.0) 2243 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:49 smithi145 bash[13673]: audit 2022-04-26T04:19:48.063173+0000 mon.smithi136 (mon.0) 2244 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:49 smithi145 bash[13673]: cephadm 2022-04-26T04:19:48.064086+0000 mgr.smithi136.ofnrfx (mgr.14188) 3044 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:49 smithi145 bash[13673]: cephadm 2022-04-26T04:19:48.064213+0000 mgr.smithi136.ofnrfx (mgr.14188) 3045 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:19:50.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:50.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:50.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:50.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:50 smithi145 bash[13673]: cluster 2022-04-26T04:19:50.047732+0000 mgr.smithi136.ofnrfx (mgr.14188) 3046 : cluster [DBG] pgmap v2839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:50 smithi136 bash[11745]: cluster 2022-04-26T04:19:50.047732+0000 mgr.smithi136.ofnrfx (mgr.14188) 3046 : cluster [DBG] pgmap v2839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:51 smithi145 bash[13673]: audit 2022-04-26T04:19:50.873477+0000 mon.smithi136 (mon.0) 2245 : audit [DBG] from='client.? 172.21.15.136:0/3942925335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:51 smithi136 bash[11745]: audit 2022-04-26T04:19:50.873477+0000 mon.smithi136 (mon.0) 2245 : audit [DBG] from='client.? 172.21.15.136:0/3942925335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:52 smithi145 bash[13673]: cluster 2022-04-26T04:19:52.048312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3047 : cluster [DBG] pgmap v2840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:52 smithi136 bash[11745]: cluster 2022-04-26T04:19:52.048312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3047 : cluster [DBG] pgmap v2840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:54 smithi145 bash[13673]: cluster 2022-04-26T04:19:54.048935+0000 mgr.smithi136.ofnrfx (mgr.14188) 3048 : cluster [DBG] pgmap v2841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:54 smithi136 bash[11745]: cluster 2022-04-26T04:19:54.048935+0000 mgr.smithi136.ofnrfx (mgr.14188) 3048 : cluster [DBG] pgmap v2841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:55.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:19:55.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:19:55.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:19:56.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:19:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:56 smithi145 bash[13673]: cluster 2022-04-26T04:19:56.049525+0000 mgr.smithi136.ofnrfx (mgr.14188) 3049 : cluster [DBG] pgmap v2842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:56 smithi136 bash[11745]: cluster 2022-04-26T04:19:56.049525+0000 mgr.smithi136.ofnrfx (mgr.14188) 3049 : cluster [DBG] pgmap v2842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:57 smithi145 bash[13673]: audit 2022-04-26T04:19:56.205837+0000 mon.smithi136 (mon.0) 2246 : audit [DBG] from='client.? 172.21.15.136:0/45678265' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:57 smithi136 bash[11745]: audit 2022-04-26T04:19:56.205837+0000 mon.smithi136 (mon.0) 2246 : audit [DBG] from='client.? 172.21.15.136:0/45678265' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:19:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:19:58 smithi145 bash[13673]: cluster 2022-04-26T04:19:58.050162+0000 mgr.smithi136.ofnrfx (mgr.14188) 3050 : cluster [DBG] pgmap v2843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:19:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:19:58 smithi136 bash[11745]: cluster 2022-04-26T04:19:58.050162+0000 mgr.smithi136.ofnrfx (mgr.14188) 3050 : cluster [DBG] pgmap v2843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:00 smithi145 bash[13673]: cluster 2022-04-26T04:20:00.000158+0000 mon.smithi136 (mon.0) 2247 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:20:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:00 smithi145 bash[13673]: cluster 2022-04-26T04:20:00.050731+0000 mgr.smithi136.ofnrfx (mgr.14188) 3051 : cluster [DBG] pgmap v2844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:00 smithi136 bash[11745]: cluster 2022-04-26T04:20:00.000158+0000 mon.smithi136 (mon.0) 2247 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:20:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:00 smithi136 bash[11745]: cluster 2022-04-26T04:20:00.050731+0000 mgr.smithi136.ofnrfx (mgr.14188) 3051 : cluster [DBG] pgmap v2844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:01.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:01.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:01.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:01.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:01 smithi145 bash[13673]: audit 2022-04-26T04:20:01.529375+0000 mon.smithi136 (mon.0) 2248 : audit [DBG] from='client.? 172.21.15.136:0/3309262290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:01 smithi136 bash[11745]: audit 2022-04-26T04:20:01.529375+0000 mon.smithi136 (mon.0) 2248 : audit [DBG] from='client.? 172.21.15.136:0/3309262290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:02 smithi145 bash[13673]: cluster 2022-04-26T04:20:02.051362+0000 mgr.smithi136.ofnrfx (mgr.14188) 3052 : cluster [DBG] pgmap v2845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:02 smithi145 bash[13673]: audit 2022-04-26T04:20:02.263219+0000 mon.smithi136 (mon.0) 2249 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:20:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:02 smithi145 bash[13673]: audit 2022-04-26T04:20:02.267024+0000 mon.smithi136 (mon.0) 2250 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:20:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:02 smithi136 bash[11745]: cluster 2022-04-26T04:20:02.051362+0000 mgr.smithi136.ofnrfx (mgr.14188) 3052 : cluster [DBG] pgmap v2845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:02 smithi136 bash[11745]: audit 2022-04-26T04:20:02.263219+0000 mon.smithi136 (mon.0) 2249 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:20:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:02 smithi136 bash[11745]: audit 2022-04-26T04:20:02.267024+0000 mon.smithi136 (mon.0) 2250 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:20:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:04 smithi145 bash[13673]: cluster 2022-04-26T04:20:04.052096+0000 mgr.smithi136.ofnrfx (mgr.14188) 3053 : cluster [DBG] pgmap v2846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:04 smithi136 bash[11745]: cluster 2022-04-26T04:20:04.052096+0000 mgr.smithi136.ofnrfx (mgr.14188) 3053 : cluster [DBG] pgmap v2846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:06 smithi145 bash[13673]: cluster 2022-04-26T04:20:06.052847+0000 mgr.smithi136.ofnrfx (mgr.14188) 3054 : cluster [DBG] pgmap v2847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:06.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:06.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:06.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:06 smithi136 bash[11745]: cluster 2022-04-26T04:20:06.052847+0000 mgr.smithi136.ofnrfx (mgr.14188) 3054 : cluster [DBG] pgmap v2847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:06.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:07 smithi145 bash[13673]: audit 2022-04-26T04:20:06.862265+0000 mon.smithi136 (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.136:0/1363379554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:07 smithi136 bash[11745]: audit 2022-04-26T04:20:06.862265+0000 mon.smithi136 (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.136:0/1363379554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:08 smithi145 bash[13673]: cluster 2022-04-26T04:20:08.053478+0000 mgr.smithi136.ofnrfx (mgr.14188) 3055 : cluster [DBG] pgmap v2848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:08 smithi136 bash[11745]: cluster 2022-04-26T04:20:08.053478+0000 mgr.smithi136.ofnrfx (mgr.14188) 3055 : cluster [DBG] pgmap v2848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:10 smithi145 bash[13673]: cluster 2022-04-26T04:20:10.054068+0000 mgr.smithi136.ofnrfx (mgr.14188) 3056 : cluster [DBG] pgmap v2849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:10 smithi136 bash[11745]: cluster 2022-04-26T04:20:10.054068+0000 mgr.smithi136.ofnrfx (mgr.14188) 3056 : cluster [DBG] pgmap v2849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:11.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:11.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:11.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:12.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:12 smithi145 bash[13673]: cluster 2022-04-26T04:20:12.054523+0000 mgr.smithi136.ofnrfx (mgr.14188) 3057 : cluster [DBG] pgmap v2850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:12 smithi136 bash[11745]: cluster 2022-04-26T04:20:12.054523+0000 mgr.smithi136.ofnrfx (mgr.14188) 3057 : cluster [DBG] pgmap v2850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:13 smithi145 bash[13673]: audit 2022-04-26T04:20:12.194705+0000 mon.smithi136 (mon.0) 2252 : audit [DBG] from='client.? 172.21.15.136:0/1269734638' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:13 smithi136 bash[11745]: audit 2022-04-26T04:20:12.194705+0000 mon.smithi136 (mon.0) 2252 : audit [DBG] from='client.? 172.21.15.136:0/1269734638' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:14 smithi136 bash[11745]: cluster 2022-04-26T04:20:14.055052+0000 mgr.smithi136.ofnrfx (mgr.14188) 3058 : cluster [DBG] pgmap v2851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:14 smithi145 bash[13673]: cluster 2022-04-26T04:20:14.055052+0000 mgr.smithi136.ofnrfx (mgr.14188) 3058 : cluster [DBG] pgmap v2851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:16 smithi145 bash[13673]: cluster 2022-04-26T04:20:16.055816+0000 mgr.smithi136.ofnrfx (mgr.14188) 3059 : cluster [DBG] pgmap v2852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:16 smithi136 bash[11745]: cluster 2022-04-26T04:20:16.055816+0000 mgr.smithi136.ofnrfx (mgr.14188) 3059 : cluster [DBG] pgmap v2852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:17.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:17.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:17.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:17.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:17 smithi145 bash[13673]: audit 2022-04-26T04:20:17.529626+0000 mon.smithi136 (mon.0) 2253 : audit [DBG] from='client.? 172.21.15.136:0/2044773615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:17 smithi136 bash[11745]: audit 2022-04-26T04:20:17.529626+0000 mon.smithi136 (mon.0) 2253 : audit [DBG] from='client.? 172.21.15.136:0/2044773615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:18 smithi145 bash[13673]: cluster 2022-04-26T04:20:18.056387+0000 mgr.smithi136.ofnrfx (mgr.14188) 3060 : cluster [DBG] pgmap v2853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:18 smithi136 bash[11745]: cluster 2022-04-26T04:20:18.056387+0000 mgr.smithi136.ofnrfx (mgr.14188) 3060 : cluster [DBG] pgmap v2853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:20 smithi145 bash[13673]: cluster 2022-04-26T04:20:20.056968+0000 mgr.smithi136.ofnrfx (mgr.14188) 3061 : cluster [DBG] pgmap v2854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:20 smithi136 bash[11745]: cluster 2022-04-26T04:20:20.056968+0000 mgr.smithi136.ofnrfx (mgr.14188) 3061 : cluster [DBG] pgmap v2854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:22.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:22.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:22.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:22 smithi136 bash[11745]: cluster 2022-04-26T04:20:22.057572+0000 mgr.smithi136.ofnrfx (mgr.14188) 3062 : cluster [DBG] pgmap v2855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:22 smithi145 bash[13673]: cluster 2022-04-26T04:20:22.057572+0000 mgr.smithi136.ofnrfx (mgr.14188) 3062 : cluster [DBG] pgmap v2855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:22.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:23 smithi136 bash[11745]: audit 2022-04-26T04:20:22.863655+0000 mon.smithi136 (mon.0) 2254 : audit [DBG] from='client.? 172.21.15.136:0/4119512657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:23 smithi145 bash[13673]: audit 2022-04-26T04:20:22.863655+0000 mon.smithi136 (mon.0) 2254 : audit [DBG] from='client.? 172.21.15.136:0/4119512657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:24 smithi136 bash[11745]: cluster 2022-04-26T04:20:24.058202+0000 mgr.smithi136.ofnrfx (mgr.14188) 3063 : cluster [DBG] pgmap v2856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:24 smithi145 bash[13673]: cluster 2022-04-26T04:20:24.058202+0000 mgr.smithi136.ofnrfx (mgr.14188) 3063 : cluster [DBG] pgmap v2856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:26 smithi136 bash[11745]: cluster 2022-04-26T04:20:26.058792+0000 mgr.smithi136.ofnrfx (mgr.14188) 3064 : cluster [DBG] pgmap v2857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:26 smithi145 bash[13673]: cluster 2022-04-26T04:20:26.058792+0000 mgr.smithi136.ofnrfx (mgr.14188) 3064 : cluster [DBG] pgmap v2857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:27.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:27.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:27.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:28.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:28 smithi145 bash[13673]: cluster 2022-04-26T04:20:28.059306+0000 mgr.smithi136.ofnrfx (mgr.14188) 3065 : cluster [DBG] pgmap v2858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:28 smithi136 bash[11745]: cluster 2022-04-26T04:20:28.059306+0000 mgr.smithi136.ofnrfx (mgr.14188) 3065 : cluster [DBG] pgmap v2858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:29 smithi136 bash[11745]: audit 2022-04-26T04:20:28.196576+0000 mon.smithi136 (mon.0) 2255 : audit [DBG] from='client.? 172.21.15.136:0/2272789100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:29 smithi145 bash[13673]: audit 2022-04-26T04:20:28.196576+0000 mon.smithi136 (mon.0) 2255 : audit [DBG] from='client.? 172.21.15.136:0/2272789100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:30 smithi145 bash[13673]: cluster 2022-04-26T04:20:30.059889+0000 mgr.smithi136.ofnrfx (mgr.14188) 3066 : cluster [DBG] pgmap v2859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:30 smithi136 bash[11745]: cluster 2022-04-26T04:20:30.059889+0000 mgr.smithi136.ofnrfx (mgr.14188) 3066 : cluster [DBG] pgmap v2859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:32 smithi136 bash[11745]: cluster 2022-04-26T04:20:32.060548+0000 mgr.smithi136.ofnrfx (mgr.14188) 3067 : cluster [DBG] pgmap v2860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:32.928 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:32 smithi145 bash[13673]: cluster 2022-04-26T04:20:32.060548+0000 mgr.smithi136.ofnrfx (mgr.14188) 3067 : cluster [DBG] pgmap v2860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:33.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:33.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:33.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:33.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:33 smithi145 bash[13673]: audit 2022-04-26T04:20:33.535081+0000 mon.smithi136 (mon.0) 2256 : audit [DBG] from='client.? 172.21.15.136:0/2048591878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:33 smithi136 bash[11745]: audit 2022-04-26T04:20:33.535081+0000 mon.smithi136 (mon.0) 2256 : audit [DBG] from='client.? 172.21.15.136:0/2048591878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:34 smithi145 bash[13673]: cluster 2022-04-26T04:20:34.061152+0000 mgr.smithi136.ofnrfx (mgr.14188) 3068 : cluster [DBG] pgmap v2861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:34 smithi136 bash[11745]: cluster 2022-04-26T04:20:34.061152+0000 mgr.smithi136.ofnrfx (mgr.14188) 3068 : cluster [DBG] pgmap v2861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:36 smithi136 bash[11745]: cluster 2022-04-26T04:20:36.061793+0000 mgr.smithi136.ofnrfx (mgr.14188) 3069 : cluster [DBG] pgmap v2862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:36 smithi145 bash[13673]: cluster 2022-04-26T04:20:36.061793+0000 mgr.smithi136.ofnrfx (mgr.14188) 3069 : cluster [DBG] pgmap v2862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:38 smithi145 bash[13673]: cluster 2022-04-26T04:20:38.062427+0000 mgr.smithi136.ofnrfx (mgr.14188) 3070 : cluster [DBG] pgmap v2863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:38.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:38.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:38.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:38 smithi136 bash[11745]: cluster 2022-04-26T04:20:38.062427+0000 mgr.smithi136.ofnrfx (mgr.14188) 3070 : cluster [DBG] pgmap v2863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:38.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:39 smithi136 bash[11745]: audit 2022-04-26T04:20:38.864731+0000 mon.smithi136 (mon.0) 2257 : audit [DBG] from='client.? 172.21.15.136:0/2031507337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:39 smithi145 bash[13673]: audit 2022-04-26T04:20:38.864731+0000 mon.smithi136 (mon.0) 2257 : audit [DBG] from='client.? 172.21.15.136:0/2031507337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:40.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:40 smithi145 bash[13673]: cluster 2022-04-26T04:20:40.062993+0000 mgr.smithi136.ofnrfx (mgr.14188) 3071 : cluster [DBG] pgmap v2864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:40 smithi136 bash[11745]: cluster 2022-04-26T04:20:40.062993+0000 mgr.smithi136.ofnrfx (mgr.14188) 3071 : cluster [DBG] pgmap v2864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:42 smithi136 bash[11745]: cluster 2022-04-26T04:20:42.063642+0000 mgr.smithi136.ofnrfx (mgr.14188) 3072 : cluster [DBG] pgmap v2865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:42 smithi145 bash[13673]: cluster 2022-04-26T04:20:42.063642+0000 mgr.smithi136.ofnrfx (mgr.14188) 3072 : cluster [DBG] pgmap v2865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:43.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:43.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:43.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:44.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:44 smithi136 bash[11745]: cluster 2022-04-26T04:20:44.064221+0000 mgr.smithi136.ofnrfx (mgr.14188) 3073 : cluster [DBG] pgmap v2866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:44 smithi145 bash[13673]: cluster 2022-04-26T04:20:44.064221+0000 mgr.smithi136.ofnrfx (mgr.14188) 3073 : cluster [DBG] pgmap v2866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:45 smithi136 bash[11745]: audit 2022-04-26T04:20:44.190051+0000 mon.smithi136 (mon.0) 2258 : audit [DBG] from='client.? 172.21.15.136:0/2557661873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:45 smithi145 bash[13673]: audit 2022-04-26T04:20:44.190051+0000 mon.smithi136 (mon.0) 2258 : audit [DBG] from='client.? 172.21.15.136:0/2557661873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:46 smithi136 bash[11745]: cluster 2022-04-26T04:20:46.064835+0000 mgr.smithi136.ofnrfx (mgr.14188) 3074 : cluster [DBG] pgmap v2867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:46 smithi145 bash[13673]: cluster 2022-04-26T04:20:46.064835+0000 mgr.smithi136.ofnrfx (mgr.14188) 3074 : cluster [DBG] pgmap v2867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:48 smithi145 bash[13673]: cluster 2022-04-26T04:20:48.065470+0000 mgr.smithi136.ofnrfx (mgr.14188) 3075 : cluster [DBG] pgmap v2868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:48 smithi145 bash[13673]: audit 2022-04-26T04:20:48.072399+0000 mon.smithi136 (mon.0) 2259 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:20:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:48 smithi145 bash[13673]: audit 2022-04-26T04:20:48.075212+0000 mon.smithi136 (mon.0) 2260 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:20:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:48 smithi145 bash[13673]: audit 2022-04-26T04:20:48.077034+0000 mon.smithi136 (mon.0) 2261 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:20:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:48 smithi136 bash[11745]: cluster 2022-04-26T04:20:48.065470+0000 mgr.smithi136.ofnrfx (mgr.14188) 3075 : cluster [DBG] pgmap v2868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:48 smithi136 bash[11745]: audit 2022-04-26T04:20:48.072399+0000 mon.smithi136 (mon.0) 2259 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:20:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:48 smithi136 bash[11745]: audit 2022-04-26T04:20:48.075212+0000 mon.smithi136 (mon.0) 2260 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:20:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:48 smithi136 bash[11745]: audit 2022-04-26T04:20:48.077034+0000 mon.smithi136 (mon.0) 2261 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:20:49.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:49.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:49.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:49.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:49 smithi145 bash[13673]: audit 2022-04-26T04:20:49.521009+0000 mon.smithi136 (mon.0) 2262 : audit [DBG] from='client.? 172.21.15.136:0/2643904016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:49 smithi136 bash[11745]: audit 2022-04-26T04:20:49.521009+0000 mon.smithi136 (mon.0) 2262 : audit [DBG] from='client.? 172.21.15.136:0/2643904016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:50 smithi145 bash[13673]: cluster 2022-04-26T04:20:50.066053+0000 mgr.smithi136.ofnrfx (mgr.14188) 3076 : cluster [DBG] pgmap v2869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:50 smithi136 bash[11745]: cluster 2022-04-26T04:20:50.066053+0000 mgr.smithi136.ofnrfx (mgr.14188) 3076 : cluster [DBG] pgmap v2869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:52 smithi145 bash[13673]: audit 2022-04-26T04:20:51.877113+0000 mon.smithi136 (mon.0) 2263 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:20:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:52 smithi145 bash[13673]: cluster 2022-04-26T04:20:52.066509+0000 mgr.smithi136.ofnrfx (mgr.14188) 3077 : cluster [DBG] pgmap v2870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:52 smithi145 bash[13673]: audit 2022-04-26T04:20:52.578841+0000 mon.smithi136 (mon.0) 2264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:20:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:52 smithi145 bash[13673]: audit 2022-04-26T04:20:52.870197+0000 mon.smithi136 (mon.0) 2265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:52 smithi136 bash[11745]: audit 2022-04-26T04:20:51.877113+0000 mon.smithi136 (mon.0) 2263 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:52 smithi136 bash[11745]: cluster 2022-04-26T04:20:52.066509+0000 mgr.smithi136.ofnrfx (mgr.14188) 3077 : cluster [DBG] pgmap v2870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:52 smithi136 bash[11745]: audit 2022-04-26T04:20:52.578841+0000 mon.smithi136 (mon.0) 2264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:52 smithi136 bash[11745]: audit 2022-04-26T04:20:52.870197+0000 mon.smithi136 (mon.0) 2265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:20:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:53 smithi145 bash[13673]: cluster 2022-04-26T04:20:52.864834+0000 mgr.smithi136.ofnrfx (mgr.14188) 3078 : cluster [DBG] pgmap v2871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:53 smithi145 bash[13673]: cluster 2022-04-26T04:20:52.865137+0000 mgr.smithi136.ofnrfx (mgr.14188) 3079 : cluster [DBG] pgmap v2872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:53 smithi145 bash[13673]: audit 2022-04-26T04:20:52.878778+0000 mon.smithi136 (mon.0) 2266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:20:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:53 smithi145 bash[13673]: cephadm 2022-04-26T04:20:52.880074+0000 mgr.smithi136.ofnrfx (mgr.14188) 3080 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:20:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:53 smithi145 bash[13673]: cephadm 2022-04-26T04:20:52.880270+0000 mgr.smithi136.ofnrfx (mgr.14188) 3081 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:20:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:53 smithi136 bash[11745]: cluster 2022-04-26T04:20:52.864834+0000 mgr.smithi136.ofnrfx (mgr.14188) 3078 : cluster [DBG] pgmap v2871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:53 smithi136 bash[11745]: cluster 2022-04-26T04:20:52.865137+0000 mgr.smithi136.ofnrfx (mgr.14188) 3079 : cluster [DBG] pgmap v2872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:53 smithi136 bash[11745]: audit 2022-04-26T04:20:52.878778+0000 mon.smithi136 (mon.0) 2266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:20:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:53 smithi136 bash[11745]: cephadm 2022-04-26T04:20:52.880074+0000 mgr.smithi136.ofnrfx (mgr.14188) 3080 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:20:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:53 smithi136 bash[11745]: cephadm 2022-04-26T04:20:52.880270+0000 mgr.smithi136.ofnrfx (mgr.14188) 3081 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:20:54.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:54.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:54.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:20:54.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:20:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:55 smithi145 bash[13673]: audit 2022-04-26T04:20:54.850405+0000 mon.smithi136 (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.136:0/46134661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:55 smithi145 bash[13673]: cluster 2022-04-26T04:20:54.865668+0000 mgr.smithi136.ofnrfx (mgr.14188) 3082 : cluster [DBG] pgmap v2873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:55 smithi136 bash[11745]: audit 2022-04-26T04:20:54.850405+0000 mon.smithi136 (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.136:0/46134661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:20:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:55 smithi136 bash[11745]: cluster 2022-04-26T04:20:54.865668+0000 mgr.smithi136.ofnrfx (mgr.14188) 3082 : cluster [DBG] pgmap v2873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:57 smithi136 bash[11745]: cluster 2022-04-26T04:20:56.866287+0000 mgr.smithi136.ofnrfx (mgr.14188) 3083 : cluster [DBG] pgmap v2874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:57 smithi145 bash[13673]: cluster 2022-04-26T04:20:56.866287+0000 mgr.smithi136.ofnrfx (mgr.14188) 3083 : cluster [DBG] pgmap v2874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:20:59.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:20:59.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:20:59.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:00.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:00.248 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:20:59 smithi136 bash[11745]: cluster 2022-04-26T04:20:58.866917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3084 : cluster [DBG] pgmap v2875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:20:59 smithi145 bash[13673]: cluster 2022-04-26T04:20:58.866917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3084 : cluster [DBG] pgmap v2875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:00 smithi136 bash[11745]: audit 2022-04-26T04:21:00.175313+0000 mon.smithi136 (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.136:0/1949097910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:00 smithi145 bash[13673]: audit 2022-04-26T04:21:00.175313+0000 mon.smithi136 (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.136:0/1949097910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:01 smithi136 bash[11745]: cluster 2022-04-26T04:21:00.867593+0000 mgr.smithi136.ofnrfx (mgr.14188) 3085 : cluster [DBG] pgmap v2876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:01 smithi145 bash[13673]: cluster 2022-04-26T04:21:00.867593+0000 mgr.smithi136.ofnrfx (mgr.14188) 3085 : cluster [DBG] pgmap v2876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:02 smithi136 bash[11745]: audit 2022-04-26T04:21:02.267216+0000 mon.smithi136 (mon.0) 2269 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:21:03.396 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:02 smithi136 bash[11745]: audit 2022-04-26T04:21:02.271243+0000 mon.smithi136 (mon.0) 2270 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:21:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:02 smithi145 bash[13673]: audit 2022-04-26T04:21:02.267216+0000 mon.smithi136 (mon.0) 2269 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:21:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:02 smithi145 bash[13673]: audit 2022-04-26T04:21:02.271243+0000 mon.smithi136 (mon.0) 2270 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:21:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:03 smithi136 bash[11745]: cluster 2022-04-26T04:21:02.868217+0000 mgr.smithi136.ofnrfx (mgr.14188) 3086 : cluster [DBG] pgmap v2877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:03 smithi145 bash[13673]: cluster 2022-04-26T04:21:02.868217+0000 mgr.smithi136.ofnrfx (mgr.14188) 3086 : cluster [DBG] pgmap v2877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:05.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:05.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:05.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:05.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:05 smithi145 bash[13673]: cluster 2022-04-26T04:21:04.868599+0000 mgr.smithi136.ofnrfx (mgr.14188) 3087 : cluster [DBG] pgmap v2878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:05 smithi145 bash[13673]: audit 2022-04-26T04:21:05.498164+0000 mon.smithi136 (mon.0) 2271 : audit [DBG] from='client.? 172.21.15.136:0/2839799967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:05 smithi136 bash[11745]: cluster 2022-04-26T04:21:04.868599+0000 mgr.smithi136.ofnrfx (mgr.14188) 3087 : cluster [DBG] pgmap v2878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:05 smithi136 bash[11745]: audit 2022-04-26T04:21:05.498164+0000 mon.smithi136 (mon.0) 2271 : audit [DBG] from='client.? 172.21.15.136:0/2839799967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:07 smithi136 bash[11745]: cluster 2022-04-26T04:21:06.869291+0000 mgr.smithi136.ofnrfx (mgr.14188) 3088 : cluster [DBG] pgmap v2879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:08.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:07 smithi145 bash[13673]: cluster 2022-04-26T04:21:06.869291+0000 mgr.smithi136.ofnrfx (mgr.14188) 3088 : cluster [DBG] pgmap v2879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:10.248 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:09 smithi136 bash[11745]: cluster 2022-04-26T04:21:08.869937+0000 mgr.smithi136.ofnrfx (mgr.14188) 3089 : cluster [DBG] pgmap v2880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:09 smithi145 bash[13673]: cluster 2022-04-26T04:21:08.869937+0000 mgr.smithi136.ofnrfx (mgr.14188) 3089 : cluster [DBG] pgmap v2880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:10.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:10.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:10.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:10.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:10 smithi136 bash[11745]: audit 2022-04-26T04:21:10.829468+0000 mon.smithi136 (mon.0) 2272 : audit [DBG] from='client.? 172.21.15.136:0/3059516300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:10 smithi145 bash[13673]: audit 2022-04-26T04:21:10.829468+0000 mon.smithi136 (mon.0) 2272 : audit [DBG] from='client.? 172.21.15.136:0/3059516300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:11 smithi136 bash[11745]: cluster 2022-04-26T04:21:10.870684+0000 mgr.smithi136.ofnrfx (mgr.14188) 3090 : cluster [DBG] pgmap v2881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:11 smithi145 bash[13673]: cluster 2022-04-26T04:21:10.870684+0000 mgr.smithi136.ofnrfx (mgr.14188) 3090 : cluster [DBG] pgmap v2881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:13 smithi136 bash[11745]: cluster 2022-04-26T04:21:12.871362+0000 mgr.smithi136.ofnrfx (mgr.14188) 3091 : cluster [DBG] pgmap v2882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:13 smithi145 bash[13673]: cluster 2022-04-26T04:21:12.871362+0000 mgr.smithi136.ofnrfx (mgr.14188) 3091 : cluster [DBG] pgmap v2882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:15.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:15.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:15.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:15 smithi145 bash[13673]: cluster 2022-04-26T04:21:14.871961+0000 mgr.smithi136.ofnrfx (mgr.14188) 3092 : cluster [DBG] pgmap v2883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:15 smithi136 bash[11745]: cluster 2022-04-26T04:21:14.871961+0000 mgr.smithi136.ofnrfx (mgr.14188) 3092 : cluster [DBG] pgmap v2883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:16.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:16 smithi145 bash[13673]: audit 2022-04-26T04:21:16.162169+0000 mon.smithi136 (mon.0) 2273 : audit [DBG] from='client.? 172.21.15.136:0/3776139545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:16 smithi136 bash[11745]: audit 2022-04-26T04:21:16.162169+0000 mon.smithi136 (mon.0) 2273 : audit [DBG] from='client.? 172.21.15.136:0/3776139545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:17 smithi145 bash[13673]: cluster 2022-04-26T04:21:16.872612+0000 mgr.smithi136.ofnrfx (mgr.14188) 3093 : cluster [DBG] pgmap v2884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:17 smithi136 bash[11745]: cluster 2022-04-26T04:21:16.872612+0000 mgr.smithi136.ofnrfx (mgr.14188) 3093 : cluster [DBG] pgmap v2884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:20.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:19 smithi136 bash[11745]: cluster 2022-04-26T04:21:18.873284+0000 mgr.smithi136.ofnrfx (mgr.14188) 3094 : cluster [DBG] pgmap v2885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:19 smithi145 bash[13673]: cluster 2022-04-26T04:21:18.873284+0000 mgr.smithi136.ofnrfx (mgr.14188) 3094 : cluster [DBG] pgmap v2885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:21.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:21.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:21.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:21.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:21 smithi136 bash[11745]: cluster 2022-04-26T04:21:20.873918+0000 mgr.smithi136.ofnrfx (mgr.14188) 3095 : cluster [DBG] pgmap v2886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:21 smithi136 bash[11745]: audit 2022-04-26T04:21:21.493560+0000 mon.smithi136 (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.136:0/833626941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:21 smithi145 bash[13673]: cluster 2022-04-26T04:21:20.873918+0000 mgr.smithi136.ofnrfx (mgr.14188) 3095 : cluster [DBG] pgmap v2886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:21 smithi145 bash[13673]: audit 2022-04-26T04:21:21.493560+0000 mon.smithi136 (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.136:0/833626941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:23 smithi136 bash[11745]: cluster 2022-04-26T04:21:22.874539+0000 mgr.smithi136.ofnrfx (mgr.14188) 3096 : cluster [DBG] pgmap v2887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:23 smithi145 bash[13673]: cluster 2022-04-26T04:21:22.874539+0000 mgr.smithi136.ofnrfx (mgr.14188) 3096 : cluster [DBG] pgmap v2887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:25 smithi145 bash[13673]: cluster 2022-04-26T04:21:24.875193+0000 mgr.smithi136.ofnrfx (mgr.14188) 3097 : cluster [DBG] pgmap v2888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:25 smithi136 bash[11745]: cluster 2022-04-26T04:21:24.875193+0000 mgr.smithi136.ofnrfx (mgr.14188) 3097 : cluster [DBG] pgmap v2888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:26.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:26.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:26.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:26.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:26 smithi145 bash[13673]: audit 2022-04-26T04:21:26.828665+0000 mon.smithi136 (mon.0) 2275 : audit [DBG] from='client.? 172.21.15.136:0/2320303711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:26 smithi136 bash[11745]: audit 2022-04-26T04:21:26.828665+0000 mon.smithi136 (mon.0) 2275 : audit [DBG] from='client.? 172.21.15.136:0/2320303711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:27 smithi136 bash[11745]: cluster 2022-04-26T04:21:26.875830+0000 mgr.smithi136.ofnrfx (mgr.14188) 3098 : cluster [DBG] pgmap v2889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:27 smithi145 bash[13673]: cluster 2022-04-26T04:21:26.875830+0000 mgr.smithi136.ofnrfx (mgr.14188) 3098 : cluster [DBG] pgmap v2889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:30.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:29 smithi136 bash[11745]: cluster 2022-04-26T04:21:28.876442+0000 mgr.smithi136.ofnrfx (mgr.14188) 3099 : cluster [DBG] pgmap v2890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:29 smithi145 bash[13673]: cluster 2022-04-26T04:21:28.876442+0000 mgr.smithi136.ofnrfx (mgr.14188) 3099 : cluster [DBG] pgmap v2890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:31.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:31.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:31.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:32.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:31 smithi136 bash[11745]: cluster 2022-04-26T04:21:30.877060+0000 mgr.smithi136.ofnrfx (mgr.14188) 3100 : cluster [DBG] pgmap v2891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:31 smithi145 bash[13673]: cluster 2022-04-26T04:21:30.877060+0000 mgr.smithi136.ofnrfx (mgr.14188) 3100 : cluster [DBG] pgmap v2891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:32 smithi136 bash[11745]: audit 2022-04-26T04:21:32.151439+0000 mon.smithi136 (mon.0) 2276 : audit [DBG] from='client.? 172.21.15.136:0/1715824531' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:32 smithi145 bash[13673]: audit 2022-04-26T04:21:32.151439+0000 mon.smithi136 (mon.0) 2276 : audit [DBG] from='client.? 172.21.15.136:0/1715824531' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:33 smithi136 bash[11745]: cluster 2022-04-26T04:21:32.877680+0000 mgr.smithi136.ofnrfx (mgr.14188) 3101 : cluster [DBG] pgmap v2892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:33 smithi145 bash[13673]: cluster 2022-04-26T04:21:32.877680+0000 mgr.smithi136.ofnrfx (mgr.14188) 3101 : cluster [DBG] pgmap v2892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:35 smithi145 bash[13673]: cluster 2022-04-26T04:21:34.878305+0000 mgr.smithi136.ofnrfx (mgr.14188) 3102 : cluster [DBG] pgmap v2893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:35 smithi136 bash[11745]: cluster 2022-04-26T04:21:34.878305+0000 mgr.smithi136.ofnrfx (mgr.14188) 3102 : cluster [DBG] pgmap v2893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:37.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:37.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:37.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:37.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:37 smithi136 bash[11745]: cluster 2022-04-26T04:21:36.879027+0000 mgr.smithi136.ofnrfx (mgr.14188) 3103 : cluster [DBG] pgmap v2894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:37 smithi136 bash[11745]: audit 2022-04-26T04:21:37.477679+0000 mon.smithi136 (mon.0) 2277 : audit [DBG] from='client.? 172.21.15.136:0/1913807652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:37 smithi145 bash[13673]: cluster 2022-04-26T04:21:36.879027+0000 mgr.smithi136.ofnrfx (mgr.14188) 3103 : cluster [DBG] pgmap v2894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:37 smithi145 bash[13673]: audit 2022-04-26T04:21:37.477679+0000 mon.smithi136 (mon.0) 2277 : audit [DBG] from='client.? 172.21.15.136:0/1913807652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:40.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:39 smithi136 bash[11745]: cluster 2022-04-26T04:21:38.879757+0000 mgr.smithi136.ofnrfx (mgr.14188) 3104 : cluster [DBG] pgmap v2895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:39 smithi145 bash[13673]: cluster 2022-04-26T04:21:38.879757+0000 mgr.smithi136.ofnrfx (mgr.14188) 3104 : cluster [DBG] pgmap v2895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:41 smithi136 bash[11745]: cluster 2022-04-26T04:21:40.880386+0000 mgr.smithi136.ofnrfx (mgr.14188) 3105 : cluster [DBG] pgmap v2896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:41 smithi145 bash[13673]: cluster 2022-04-26T04:21:40.880386+0000 mgr.smithi136.ofnrfx (mgr.14188) 3105 : cluster [DBG] pgmap v2896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:42.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:42.500 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:42.500 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:42.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:42 smithi136 bash[11745]: audit 2022-04-26T04:21:42.806343+0000 mon.smithi136 (mon.0) 2278 : audit [DBG] from='client.? 172.21.15.136:0/1608371068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:42 smithi145 bash[13673]: audit 2022-04-26T04:21:42.806343+0000 mon.smithi136 (mon.0) 2278 : audit [DBG] from='client.? 172.21.15.136:0/1608371068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:43 smithi136 bash[11745]: cluster 2022-04-26T04:21:42.881026+0000 mgr.smithi136.ofnrfx (mgr.14188) 3106 : cluster [DBG] pgmap v2897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:43 smithi145 bash[13673]: cluster 2022-04-26T04:21:42.881026+0000 mgr.smithi136.ofnrfx (mgr.14188) 3106 : cluster [DBG] pgmap v2897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:45 smithi145 bash[13673]: cluster 2022-04-26T04:21:44.881733+0000 mgr.smithi136.ofnrfx (mgr.14188) 3107 : cluster [DBG] pgmap v2898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:45 smithi136 bash[11745]: cluster 2022-04-26T04:21:44.881733+0000 mgr.smithi136.ofnrfx (mgr.14188) 3107 : cluster [DBG] pgmap v2898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:47.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:47.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:47.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:48.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:47 smithi136 bash[11745]: cluster 2022-04-26T04:21:46.882396+0000 mgr.smithi136.ofnrfx (mgr.14188) 3108 : cluster [DBG] pgmap v2899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:47 smithi145 bash[13673]: cluster 2022-04-26T04:21:46.882396+0000 mgr.smithi136.ofnrfx (mgr.14188) 3108 : cluster [DBG] pgmap v2899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:48 smithi136 bash[11745]: audit 2022-04-26T04:21:48.137974+0000 mon.smithi136 (mon.0) 2279 : audit [DBG] from='client.? 172.21.15.136:0/1904579507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:48 smithi145 bash[13673]: audit 2022-04-26T04:21:48.137974+0000 mon.smithi136 (mon.0) 2279 : audit [DBG] from='client.? 172.21.15.136:0/1904579507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:50.250 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:49 smithi136 bash[11745]: cluster 2022-04-26T04:21:48.883024+0000 mgr.smithi136.ofnrfx (mgr.14188) 3109 : cluster [DBG] pgmap v2900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:49 smithi145 bash[13673]: cluster 2022-04-26T04:21:48.883024+0000 mgr.smithi136.ofnrfx (mgr.14188) 3109 : cluster [DBG] pgmap v2900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:51 smithi136 bash[11745]: cluster 2022-04-26T04:21:50.883667+0000 mgr.smithi136.ofnrfx (mgr.14188) 3110 : cluster [DBG] pgmap v2901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:51 smithi145 bash[13673]: cluster 2022-04-26T04:21:50.883667+0000 mgr.smithi136.ofnrfx (mgr.14188) 3110 : cluster [DBG] pgmap v2901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:53.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:53.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:53.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:52 smithi136 bash[11745]: audit 2022-04-26T04:21:52.890527+0000 mon.smithi136 (mon.0) 2280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:21:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:52 smithi136 bash[11745]: audit 2022-04-26T04:21:52.893408+0000 mon.smithi136 (mon.0) 2281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:21:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:52 smithi136 bash[11745]: audit 2022-04-26T04:21:52.895114+0000 mon.smithi136 (mon.0) 2282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:21:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:52 smithi145 bash[13673]: audit 2022-04-26T04:21:52.890527+0000 mon.smithi136 (mon.0) 2280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:21:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:52 smithi145 bash[13673]: audit 2022-04-26T04:21:52.893408+0000 mon.smithi136 (mon.0) 2281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:21:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:52 smithi145 bash[13673]: audit 2022-04-26T04:21:52.895114+0000 mon.smithi136 (mon.0) 2282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:21:53.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:53 smithi136 bash[11745]: cluster 2022-04-26T04:21:52.884286+0000 mgr.smithi136.ofnrfx (mgr.14188) 3111 : cluster [DBG] pgmap v2902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:53 smithi136 bash[11745]: audit 2022-04-26T04:21:53.193612+0000 mon.smithi136 (mon.0) 2283 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:21:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:53 smithi136 bash[11745]: audit 2022-04-26T04:21:53.463831+0000 mon.smithi136 (mon.0) 2284 : audit [DBG] from='client.? 172.21.15.136:0/1531094402' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:53 smithi136 bash[11745]: audit 2022-04-26T04:21:53.481109+0000 mon.smithi136 (mon.0) 2285 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:21:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:53 smithi136 bash[11745]: audit 2022-04-26T04:21:53.488042+0000 mon.smithi136 (mon.0) 2286 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:53 smithi145 bash[13673]: cluster 2022-04-26T04:21:52.884286+0000 mgr.smithi136.ofnrfx (mgr.14188) 3111 : cluster [DBG] pgmap v2902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:53 smithi145 bash[13673]: audit 2022-04-26T04:21:53.193612+0000 mon.smithi136 (mon.0) 2283 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:53 smithi145 bash[13673]: audit 2022-04-26T04:21:53.463831+0000 mon.smithi136 (mon.0) 2284 : audit [DBG] from='client.? 172.21.15.136:0/1531094402' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:53 smithi145 bash[13673]: audit 2022-04-26T04:21:53.481109+0000 mon.smithi136 (mon.0) 2285 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:53 smithi145 bash[13673]: audit 2022-04-26T04:21:53.488042+0000 mon.smithi136 (mon.0) 2286 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:21:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:54 smithi136 bash[11745]: cluster 2022-04-26T04:21:53.475928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3112 : cluster [DBG] pgmap v2903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:54 smithi136 bash[11745]: cluster 2022-04-26T04:21:53.476250+0000 mgr.smithi136.ofnrfx (mgr.14188) 3113 : cluster [DBG] pgmap v2904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:54 smithi136 bash[11745]: cephadm 2022-04-26T04:21:53.489051+0000 mgr.smithi136.ofnrfx (mgr.14188) 3114 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:21:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:54 smithi136 bash[11745]: cephadm 2022-04-26T04:21:53.489201+0000 mgr.smithi136.ofnrfx (mgr.14188) 3115 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:21:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:54 smithi145 bash[13673]: cluster 2022-04-26T04:21:53.475928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3112 : cluster [DBG] pgmap v2903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:54 smithi145 bash[13673]: cluster 2022-04-26T04:21:53.476250+0000 mgr.smithi136.ofnrfx (mgr.14188) 3113 : cluster [DBG] pgmap v2904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:54 smithi145 bash[13673]: cephadm 2022-04-26T04:21:53.489051+0000 mgr.smithi136.ofnrfx (mgr.14188) 3114 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:21:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:54 smithi145 bash[13673]: cephadm 2022-04-26T04:21:53.489201+0000 mgr.smithi136.ofnrfx (mgr.14188) 3115 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:21:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:56 smithi136 bash[11745]: cluster 2022-04-26T04:21:55.476933+0000 mgr.smithi136.ofnrfx (mgr.14188) 3116 : cluster [DBG] pgmap v2905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:56 smithi145 bash[13673]: cluster 2022-04-26T04:21:55.476933+0000 mgr.smithi136.ofnrfx (mgr.14188) 3116 : cluster [DBG] pgmap v2905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:58.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:21:58.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:21:58.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:21:58.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:21:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:58 smithi136 bash[11745]: cluster 2022-04-26T04:21:57.477634+0000 mgr.smithi136.ofnrfx (mgr.14188) 3117 : cluster [DBG] pgmap v2906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:21:58 smithi136 bash[11745]: audit 2022-04-26T04:21:58.789674+0000 mon.smithi136 (mon.0) 2287 : audit [DBG] from='client.? 172.21.15.136:0/944374066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:21:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:58 smithi145 bash[13673]: cluster 2022-04-26T04:21:57.477634+0000 mgr.smithi136.ofnrfx (mgr.14188) 3117 : cluster [DBG] pgmap v2906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:21:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:21:58 smithi145 bash[13673]: audit 2022-04-26T04:21:58.789674+0000 mon.smithi136 (mon.0) 2287 : audit [DBG] from='client.? 172.21.15.136:0/944374066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:00 smithi136 bash[11745]: cluster 2022-04-26T04:21:59.478263+0000 mgr.smithi136.ofnrfx (mgr.14188) 3118 : cluster [DBG] pgmap v2907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:00 smithi145 bash[13673]: cluster 2022-04-26T04:21:59.478263+0000 mgr.smithi136.ofnrfx (mgr.14188) 3118 : cluster [DBG] pgmap v2907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:02 smithi136 bash[11745]: cluster 2022-04-26T04:22:01.478949+0000 mgr.smithi136.ofnrfx (mgr.14188) 3119 : cluster [DBG] pgmap v2908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:02 smithi136 bash[11745]: audit 2022-04-26T04:22:02.271384+0000 mon.smithi136 (mon.0) 2288 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:22:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:02 smithi136 bash[11745]: audit 2022-04-26T04:22:02.275342+0000 mon.smithi136 (mon.0) 2289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:22:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:02 smithi145 bash[13673]: cluster 2022-04-26T04:22:01.478949+0000 mgr.smithi136.ofnrfx (mgr.14188) 3119 : cluster [DBG] pgmap v2908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:02 smithi145 bash[13673]: audit 2022-04-26T04:22:02.271384+0000 mon.smithi136 (mon.0) 2288 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:22:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:02 smithi145 bash[13673]: audit 2022-04-26T04:22:02.275342+0000 mon.smithi136 (mon.0) 2289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:22:03.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:03.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:03.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:04.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:04 smithi136 bash[11745]: cluster 2022-04-26T04:22:03.479724+0000 mgr.smithi136.ofnrfx (mgr.14188) 3120 : cluster [DBG] pgmap v2909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:04 smithi136 bash[11745]: audit 2022-04-26T04:22:04.120544+0000 mon.smithi136 (mon.0) 2290 : audit [DBG] from='client.? 172.21.15.136:0/367096053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:04 smithi145 bash[13673]: cluster 2022-04-26T04:22:03.479724+0000 mgr.smithi136.ofnrfx (mgr.14188) 3120 : cluster [DBG] pgmap v2909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:04 smithi145 bash[13673]: audit 2022-04-26T04:22:04.120544+0000 mon.smithi136 (mon.0) 2290 : audit [DBG] from='client.? 172.21.15.136:0/367096053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:07 smithi136 bash[11745]: cluster 2022-04-26T04:22:05.480374+0000 mgr.smithi136.ofnrfx (mgr.14188) 3121 : cluster [DBG] pgmap v2910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:07 smithi145 bash[13673]: cluster 2022-04-26T04:22:05.480374+0000 mgr.smithi136.ofnrfx (mgr.14188) 3121 : cluster [DBG] pgmap v2910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:09 smithi136 bash[11745]: cluster 2022-04-26T04:22:07.481074+0000 mgr.smithi136.ofnrfx (mgr.14188) 3122 : cluster [DBG] pgmap v2911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:09.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:09.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:09.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:09 smithi145 bash[13673]: cluster 2022-04-26T04:22:07.481074+0000 mgr.smithi136.ofnrfx (mgr.14188) 3122 : cluster [DBG] pgmap v2911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:09.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:10 smithi136 bash[11745]: audit 2022-04-26T04:22:09.447859+0000 mon.smithi136 (mon.0) 2291 : audit [DBG] from='client.? 172.21.15.136:0/4148973051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:10 smithi145 bash[13673]: audit 2022-04-26T04:22:09.447859+0000 mon.smithi136 (mon.0) 2291 : audit [DBG] from='client.? 172.21.15.136:0/4148973051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:11 smithi136 bash[11745]: cluster 2022-04-26T04:22:09.481608+0000 mgr.smithi136.ofnrfx (mgr.14188) 3123 : cluster [DBG] pgmap v2912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:11 smithi145 bash[13673]: cluster 2022-04-26T04:22:09.481608+0000 mgr.smithi136.ofnrfx (mgr.14188) 3123 : cluster [DBG] pgmap v2912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:13 smithi136 bash[11745]: cluster 2022-04-26T04:22:11.482229+0000 mgr.smithi136.ofnrfx (mgr.14188) 3124 : cluster [DBG] pgmap v2913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:13 smithi145 bash[13673]: cluster 2022-04-26T04:22:11.482229+0000 mgr.smithi136.ofnrfx (mgr.14188) 3124 : cluster [DBG] pgmap v2913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:14.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:14.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:14.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:14.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:15 smithi136 bash[11745]: cluster 2022-04-26T04:22:13.482827+0000 mgr.smithi136.ofnrfx (mgr.14188) 3125 : cluster [DBG] pgmap v2914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:15 smithi136 bash[11745]: audit 2022-04-26T04:22:14.770458+0000 mon.smithi136 (mon.0) 2292 : audit [DBG] from='client.? 172.21.15.136:0/3134289789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:15 smithi145 bash[13673]: cluster 2022-04-26T04:22:13.482827+0000 mgr.smithi136.ofnrfx (mgr.14188) 3125 : cluster [DBG] pgmap v2914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:15 smithi145 bash[13673]: audit 2022-04-26T04:22:14.770458+0000 mon.smithi136 (mon.0) 2292 : audit [DBG] from='client.? 172.21.15.136:0/3134289789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:17 smithi136 bash[11745]: cluster 2022-04-26T04:22:15.483492+0000 mgr.smithi136.ofnrfx (mgr.14188) 3126 : cluster [DBG] pgmap v2915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:17 smithi145 bash[13673]: cluster 2022-04-26T04:22:15.483492+0000 mgr.smithi136.ofnrfx (mgr.14188) 3126 : cluster [DBG] pgmap v2915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:19 smithi136 bash[11745]: cluster 2022-04-26T04:22:17.484161+0000 mgr.smithi136.ofnrfx (mgr.14188) 3127 : cluster [DBG] pgmap v2916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:19 smithi145 bash[13673]: cluster 2022-04-26T04:22:17.484161+0000 mgr.smithi136.ofnrfx (mgr.14188) 3127 : cluster [DBG] pgmap v2916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:19.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:19.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:19.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:20.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:21 smithi136 bash[11745]: cluster 2022-04-26T04:22:19.484786+0000 mgr.smithi136.ofnrfx (mgr.14188) 3128 : cluster [DBG] pgmap v2917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:21 smithi136 bash[11745]: audit 2022-04-26T04:22:20.094205+0000 mon.smithi136 (mon.0) 2293 : audit [DBG] from='client.? 172.21.15.136:0/2885940127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:21 smithi145 bash[13673]: cluster 2022-04-26T04:22:19.484786+0000 mgr.smithi136.ofnrfx (mgr.14188) 3128 : cluster [DBG] pgmap v2917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:21 smithi145 bash[13673]: audit 2022-04-26T04:22:20.094205+0000 mon.smithi136 (mon.0) 2293 : audit [DBG] from='client.? 172.21.15.136:0/2885940127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:23 smithi136 bash[11745]: cluster 2022-04-26T04:22:21.485427+0000 mgr.smithi136.ofnrfx (mgr.14188) 3129 : cluster [DBG] pgmap v2918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:23 smithi145 bash[13673]: cluster 2022-04-26T04:22:21.485427+0000 mgr.smithi136.ofnrfx (mgr.14188) 3129 : cluster [DBG] pgmap v2918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:25.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:25.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:25.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:25 smithi145 bash[13673]: cluster 2022-04-26T04:22:23.486063+0000 mgr.smithi136.ofnrfx (mgr.14188) 3130 : cluster [DBG] pgmap v2919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:25.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:25 smithi136 bash[11745]: cluster 2022-04-26T04:22:23.486063+0000 mgr.smithi136.ofnrfx (mgr.14188) 3130 : cluster [DBG] pgmap v2919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:26 smithi145 bash[13673]: audit 2022-04-26T04:22:25.423968+0000 mon.smithi136 (mon.0) 2294 : audit [DBG] from='client.? 172.21.15.136:0/3157897027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:26 smithi136 bash[11745]: audit 2022-04-26T04:22:25.423968+0000 mon.smithi136 (mon.0) 2294 : audit [DBG] from='client.? 172.21.15.136:0/3157897027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:27 smithi145 bash[13673]: cluster 2022-04-26T04:22:25.486687+0000 mgr.smithi136.ofnrfx (mgr.14188) 3131 : cluster [DBG] pgmap v2920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:27 smithi136 bash[11745]: cluster 2022-04-26T04:22:25.486687+0000 mgr.smithi136.ofnrfx (mgr.14188) 3131 : cluster [DBG] pgmap v2920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:29 smithi145 bash[13673]: cluster 2022-04-26T04:22:27.487335+0000 mgr.smithi136.ofnrfx (mgr.14188) 3132 : cluster [DBG] pgmap v2921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:29 smithi136 bash[11745]: cluster 2022-04-26T04:22:27.487335+0000 mgr.smithi136.ofnrfx (mgr.14188) 3132 : cluster [DBG] pgmap v2921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:30.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:30.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:30.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:30.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:31 smithi145 bash[13673]: cluster 2022-04-26T04:22:29.488108+0000 mgr.smithi136.ofnrfx (mgr.14188) 3133 : cluster [DBG] pgmap v2922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:31 smithi145 bash[13673]: audit 2022-04-26T04:22:30.752782+0000 mon.smithi136 (mon.0) 2295 : audit [DBG] from='client.? 172.21.15.136:0/2764669046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:31 smithi136 bash[11745]: cluster 2022-04-26T04:22:29.488108+0000 mgr.smithi136.ofnrfx (mgr.14188) 3133 : cluster [DBG] pgmap v2922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:31 smithi136 bash[11745]: audit 2022-04-26T04:22:30.752782+0000 mon.smithi136 (mon.0) 2295 : audit [DBG] from='client.? 172.21.15.136:0/2764669046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:33 smithi145 bash[13673]: cluster 2022-04-26T04:22:31.488793+0000 mgr.smithi136.ofnrfx (mgr.14188) 3134 : cluster [DBG] pgmap v2923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:33 smithi136 bash[11745]: cluster 2022-04-26T04:22:31.488793+0000 mgr.smithi136.ofnrfx (mgr.14188) 3134 : cluster [DBG] pgmap v2923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:35 smithi145 bash[13673]: cluster 2022-04-26T04:22:33.489419+0000 mgr.smithi136.ofnrfx (mgr.14188) 3135 : cluster [DBG] pgmap v2924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:35 smithi136 bash[11745]: cluster 2022-04-26T04:22:33.489419+0000 mgr.smithi136.ofnrfx (mgr.14188) 3135 : cluster [DBG] pgmap v2924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:35.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:35.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:35.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:36.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:36 smithi145 bash[13673]: audit 2022-04-26T04:22:36.079234+0000 mon.smithi136 (mon.0) 2296 : audit [DBG] from='client.? 172.21.15.136:0/1265828872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:36 smithi136 bash[11745]: audit 2022-04-26T04:22:36.079234+0000 mon.smithi136 (mon.0) 2296 : audit [DBG] from='client.? 172.21.15.136:0/1265828872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:37 smithi145 bash[13673]: cluster 2022-04-26T04:22:35.490005+0000 mgr.smithi136.ofnrfx (mgr.14188) 3136 : cluster [DBG] pgmap v2925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:37 smithi136 bash[11745]: cluster 2022-04-26T04:22:35.490005+0000 mgr.smithi136.ofnrfx (mgr.14188) 3136 : cluster [DBG] pgmap v2925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:39 smithi145 bash[13673]: cluster 2022-04-26T04:22:37.490674+0000 mgr.smithi136.ofnrfx (mgr.14188) 3137 : cluster [DBG] pgmap v2926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:39 smithi136 bash[11745]: cluster 2022-04-26T04:22:37.490674+0000 mgr.smithi136.ofnrfx (mgr.14188) 3137 : cluster [DBG] pgmap v2926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:41.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:41.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:41.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:41 smithi145 bash[13673]: cluster 2022-04-26T04:22:39.491265+0000 mgr.smithi136.ofnrfx (mgr.14188) 3138 : cluster [DBG] pgmap v2927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:41.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:41 smithi136 bash[11745]: cluster 2022-04-26T04:22:39.491265+0000 mgr.smithi136.ofnrfx (mgr.14188) 3138 : cluster [DBG] pgmap v2927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:42 smithi145 bash[13673]: audit 2022-04-26T04:22:41.407778+0000 mon.smithi136 (mon.0) 2297 : audit [DBG] from='client.? 172.21.15.136:0/3873964212' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:42 smithi136 bash[11745]: audit 2022-04-26T04:22:41.407778+0000 mon.smithi136 (mon.0) 2297 : audit [DBG] from='client.? 172.21.15.136:0/3873964212' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:43 smithi145 bash[13673]: cluster 2022-04-26T04:22:41.491917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3139 : cluster [DBG] pgmap v2928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:43 smithi136 bash[11745]: cluster 2022-04-26T04:22:41.491917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3139 : cluster [DBG] pgmap v2928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:44 smithi136 bash[11745]: cluster 2022-04-26T04:22:43.492549+0000 mgr.smithi136.ofnrfx (mgr.14188) 3140 : cluster [DBG] pgmap v2929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:44 smithi145 bash[13673]: cluster 2022-04-26T04:22:43.492549+0000 mgr.smithi136.ofnrfx (mgr.14188) 3140 : cluster [DBG] pgmap v2929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:46.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:46.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:46.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:46.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:46 smithi145 bash[13673]: cluster 2022-04-26T04:22:45.493185+0000 mgr.smithi136.ofnrfx (mgr.14188) 3141 : cluster [DBG] pgmap v2930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:46 smithi136 bash[11745]: cluster 2022-04-26T04:22:45.493185+0000 mgr.smithi136.ofnrfx (mgr.14188) 3141 : cluster [DBG] pgmap v2930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:47 smithi145 bash[13673]: audit 2022-04-26T04:22:46.739088+0000 mon.smithi136 (mon.0) 2298 : audit [DBG] from='client.? 172.21.15.136:0/3192333225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:47 smithi136 bash[11745]: audit 2022-04-26T04:22:46.739088+0000 mon.smithi136 (mon.0) 2298 : audit [DBG] from='client.? 172.21.15.136:0/3192333225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:48 smithi145 bash[13673]: cluster 2022-04-26T04:22:47.493836+0000 mgr.smithi136.ofnrfx (mgr.14188) 3142 : cluster [DBG] pgmap v2931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:48 smithi136 bash[11745]: cluster 2022-04-26T04:22:47.493836+0000 mgr.smithi136.ofnrfx (mgr.14188) 3142 : cluster [DBG] pgmap v2931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:50 smithi145 bash[13673]: cluster 2022-04-26T04:22:49.494448+0000 mgr.smithi136.ofnrfx (mgr.14188) 3143 : cluster [DBG] pgmap v2932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:50 smithi136 bash[11745]: cluster 2022-04-26T04:22:49.494448+0000 mgr.smithi136.ofnrfx (mgr.14188) 3143 : cluster [DBG] pgmap v2932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:51.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:51.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:51.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:52.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:52 smithi145 bash[13673]: cluster 2022-04-26T04:22:51.495069+0000 mgr.smithi136.ofnrfx (mgr.14188) 3144 : cluster [DBG] pgmap v2933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:52 smithi145 bash[13673]: audit 2022-04-26T04:22:52.061106+0000 mon.smithi136 (mon.0) 2299 : audit [DBG] from='client.? 172.21.15.136:0/338542944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:52 smithi136 bash[11745]: cluster 2022-04-26T04:22:51.495069+0000 mgr.smithi136.ofnrfx (mgr.14188) 3144 : cluster [DBG] pgmap v2933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:52 smithi136 bash[11745]: audit 2022-04-26T04:22:52.061106+0000 mon.smithi136 (mon.0) 2299 : audit [DBG] from='client.? 172.21.15.136:0/338542944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:53 smithi145 bash[13673]: audit 2022-04-26T04:22:53.498793+0000 mon.smithi136 (mon.0) 2300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:22:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:53 smithi145 bash[13673]: audit 2022-04-26T04:22:53.501679+0000 mon.smithi136 (mon.0) 2301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:22:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:53 smithi145 bash[13673]: audit 2022-04-26T04:22:53.503605+0000 mon.smithi136 (mon.0) 2302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:22:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:53 smithi136 bash[11745]: audit 2022-04-26T04:22:53.498793+0000 mon.smithi136 (mon.0) 2300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:22:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:53 smithi136 bash[11745]: audit 2022-04-26T04:22:53.501679+0000 mon.smithi136 (mon.0) 2301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:22:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:53 smithi136 bash[11745]: audit 2022-04-26T04:22:53.503605+0000 mon.smithi136 (mon.0) 2302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:22:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:54 smithi136 bash[11745]: cluster 2022-04-26T04:22:53.495643+0000 mgr.smithi136.ofnrfx (mgr.14188) 3145 : cluster [DBG] pgmap v2934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:54 smithi136 bash[11745]: cluster 2022-04-26T04:22:53.798999+0000 mgr.smithi136.ofnrfx (mgr.14188) 3146 : cluster [DBG] pgmap v2935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:54 smithi136 bash[11745]: cluster 2022-04-26T04:22:53.799617+0000 mgr.smithi136.ofnrfx (mgr.14188) 3147 : cluster [DBG] pgmap v2936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:54 smithi136 bash[11745]: audit 2022-04-26T04:22:53.806553+0000 mon.smithi136 (mon.0) 2303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:22:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:54 smithi136 bash[11745]: audit 2022-04-26T04:22:53.816609+0000 mon.smithi136 (mon.0) 2304 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:22:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:54 smithi136 bash[11745]: cephadm 2022-04-26T04:22:53.817967+0000 mgr.smithi136.ofnrfx (mgr.14188) 3148 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:22:55.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:54 smithi136 bash[11745]: cephadm 2022-04-26T04:22:53.818168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3149 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:22:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:54 smithi145 bash[13673]: cluster 2022-04-26T04:22:53.495643+0000 mgr.smithi136.ofnrfx (mgr.14188) 3145 : cluster [DBG] pgmap v2934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:54 smithi145 bash[13673]: cluster 2022-04-26T04:22:53.798999+0000 mgr.smithi136.ofnrfx (mgr.14188) 3146 : cluster [DBG] pgmap v2935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:54 smithi145 bash[13673]: cluster 2022-04-26T04:22:53.799617+0000 mgr.smithi136.ofnrfx (mgr.14188) 3147 : cluster [DBG] pgmap v2936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:54 smithi145 bash[13673]: audit 2022-04-26T04:22:53.806553+0000 mon.smithi136 (mon.0) 2303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:22:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:54 smithi145 bash[13673]: audit 2022-04-26T04:22:53.816609+0000 mon.smithi136 (mon.0) 2304 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:22:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:54 smithi145 bash[13673]: cephadm 2022-04-26T04:22:53.817967+0000 mgr.smithi136.ofnrfx (mgr.14188) 3148 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:22:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:54 smithi145 bash[13673]: cephadm 2022-04-26T04:22:53.818168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3149 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:22:57.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:22:57.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:22:57.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:22:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:56 smithi145 bash[13673]: cluster 2022-04-26T04:22:55.800293+0000 mgr.smithi136.ofnrfx (mgr.14188) 3150 : cluster [DBG] pgmap v2937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:56 smithi136 bash[11745]: cluster 2022-04-26T04:22:55.800293+0000 mgr.smithi136.ofnrfx (mgr.14188) 3150 : cluster [DBG] pgmap v2937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:57.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:22:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:57 smithi145 bash[13673]: audit 2022-04-26T04:22:57.390925+0000 mon.smithi136 (mon.0) 2305 : audit [DBG] from='client.? 172.21.15.136:0/427990379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:57 smithi136 bash[11745]: audit 2022-04-26T04:22:57.390925+0000 mon.smithi136 (mon.0) 2305 : audit [DBG] from='client.? 172.21.15.136:0/427990379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:22:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:22:58 smithi136 bash[11745]: cluster 2022-04-26T04:22:57.800941+0000 mgr.smithi136.ofnrfx (mgr.14188) 3151 : cluster [DBG] pgmap v2938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:22:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:22:58 smithi145 bash[13673]: cluster 2022-04-26T04:22:57.800941+0000 mgr.smithi136.ofnrfx (mgr.14188) 3151 : cluster [DBG] pgmap v2938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:00 smithi145 bash[13673]: cluster 2022-04-26T04:22:59.801590+0000 mgr.smithi136.ofnrfx (mgr.14188) 3152 : cluster [DBG] pgmap v2939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:00 smithi136 bash[11745]: cluster 2022-04-26T04:22:59.801590+0000 mgr.smithi136.ofnrfx (mgr.14188) 3152 : cluster [DBG] pgmap v2939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:02.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:02.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:02.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:02.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:02 smithi145 bash[13673]: cluster 2022-04-26T04:23:01.802218+0000 mgr.smithi136.ofnrfx (mgr.14188) 3153 : cluster [DBG] pgmap v2940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:02 smithi145 bash[13673]: audit 2022-04-26T04:23:02.275787+0000 mon.smithi136 (mon.0) 2306 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:23:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:02 smithi145 bash[13673]: audit 2022-04-26T04:23:02.279756+0000 mon.smithi136 (mon.0) 2307 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:23:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:02 smithi145 bash[13673]: audit 2022-04-26T04:23:02.714217+0000 mon.smithi136 (mon.0) 2308 : audit [DBG] from='client.? 172.21.15.136:0/3648669914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:02 smithi136 bash[11745]: cluster 2022-04-26T04:23:01.802218+0000 mgr.smithi136.ofnrfx (mgr.14188) 3153 : cluster [DBG] pgmap v2940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:02 smithi136 bash[11745]: audit 2022-04-26T04:23:02.275787+0000 mon.smithi136 (mon.0) 2306 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:23:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:02 smithi136 bash[11745]: audit 2022-04-26T04:23:02.279756+0000 mon.smithi136 (mon.0) 2307 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:23:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:02 smithi136 bash[11745]: audit 2022-04-26T04:23:02.714217+0000 mon.smithi136 (mon.0) 2308 : audit [DBG] from='client.? 172.21.15.136:0/3648669914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:04 smithi145 bash[13673]: cluster 2022-04-26T04:23:03.802839+0000 mgr.smithi136.ofnrfx (mgr.14188) 3154 : cluster [DBG] pgmap v2941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:04 smithi136 bash[11745]: cluster 2022-04-26T04:23:03.802839+0000 mgr.smithi136.ofnrfx (mgr.14188) 3154 : cluster [DBG] pgmap v2941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:06 smithi145 bash[13673]: cluster 2022-04-26T04:23:05.803462+0000 mgr.smithi136.ofnrfx (mgr.14188) 3155 : cluster [DBG] pgmap v2942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:06 smithi136 bash[11745]: cluster 2022-04-26T04:23:05.803462+0000 mgr.smithi136.ofnrfx (mgr.14188) 3155 : cluster [DBG] pgmap v2942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:07.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:07.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:07.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:08.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:08 smithi136 bash[11745]: cluster 2022-04-26T04:23:07.804222+0000 mgr.smithi136.ofnrfx (mgr.14188) 3156 : cluster [DBG] pgmap v2943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:08 smithi136 bash[11745]: audit 2022-04-26T04:23:08.040501+0000 mon.smithi136 (mon.0) 2309 : audit [DBG] from='client.? 172.21.15.136:0/524284555' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:08 smithi145 bash[13673]: cluster 2022-04-26T04:23:07.804222+0000 mgr.smithi136.ofnrfx (mgr.14188) 3156 : cluster [DBG] pgmap v2943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:08 smithi145 bash[13673]: audit 2022-04-26T04:23:08.040501+0000 mon.smithi136 (mon.0) 2309 : audit [DBG] from='client.? 172.21.15.136:0/524284555' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:10 smithi145 bash[13673]: cluster 2022-04-26T04:23:09.804900+0000 mgr.smithi136.ofnrfx (mgr.14188) 3157 : cluster [DBG] pgmap v2944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:10 smithi136 bash[11745]: cluster 2022-04-26T04:23:09.804900+0000 mgr.smithi136.ofnrfx (mgr.14188) 3157 : cluster [DBG] pgmap v2944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:13.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:13.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:13.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:12 smithi145 bash[13673]: cluster 2022-04-26T04:23:11.805533+0000 mgr.smithi136.ofnrfx (mgr.14188) 3158 : cluster [DBG] pgmap v2945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:12 smithi136 bash[11745]: cluster 2022-04-26T04:23:11.805533+0000 mgr.smithi136.ofnrfx (mgr.14188) 3158 : cluster [DBG] pgmap v2945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:13.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:13 smithi145 bash[13673]: audit 2022-04-26T04:23:13.371522+0000 mon.smithi136 (mon.0) 2310 : audit [DBG] from='client.? 172.21.15.136:0/3525905213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:13 smithi136 bash[11745]: audit 2022-04-26T04:23:13.371522+0000 mon.smithi136 (mon.0) 2310 : audit [DBG] from='client.? 172.21.15.136:0/3525905213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:14 smithi145 bash[13673]: cluster 2022-04-26T04:23:13.806177+0000 mgr.smithi136.ofnrfx (mgr.14188) 3159 : cluster [DBG] pgmap v2946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:14 smithi136 bash[11745]: cluster 2022-04-26T04:23:13.806177+0000 mgr.smithi136.ofnrfx (mgr.14188) 3159 : cluster [DBG] pgmap v2946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:16 smithi145 bash[13673]: cluster 2022-04-26T04:23:15.806748+0000 mgr.smithi136.ofnrfx (mgr.14188) 3160 : cluster [DBG] pgmap v2947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:16 smithi136 bash[11745]: cluster 2022-04-26T04:23:15.806748+0000 mgr.smithi136.ofnrfx (mgr.14188) 3160 : cluster [DBG] pgmap v2947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:18.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:18.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:18.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:18.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:18 smithi136 bash[11745]: cluster 2022-04-26T04:23:17.807384+0000 mgr.smithi136.ofnrfx (mgr.14188) 3161 : cluster [DBG] pgmap v2948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:18 smithi136 bash[11745]: audit 2022-04-26T04:23:18.700500+0000 mon.smithi136 (mon.0) 2311 : audit [DBG] from='client.? 172.21.15.136:0/1786452057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:18 smithi145 bash[13673]: cluster 2022-04-26T04:23:17.807384+0000 mgr.smithi136.ofnrfx (mgr.14188) 3161 : cluster [DBG] pgmap v2948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:18 smithi145 bash[13673]: audit 2022-04-26T04:23:18.700500+0000 mon.smithi136 (mon.0) 2311 : audit [DBG] from='client.? 172.21.15.136:0/1786452057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:20 smithi145 bash[13673]: cluster 2022-04-26T04:23:19.807998+0000 mgr.smithi136.ofnrfx (mgr.14188) 3162 : cluster [DBG] pgmap v2949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:20 smithi136 bash[11745]: cluster 2022-04-26T04:23:19.807998+0000 mgr.smithi136.ofnrfx (mgr.14188) 3162 : cluster [DBG] pgmap v2949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:22 smithi145 bash[13673]: cluster 2022-04-26T04:23:21.808675+0000 mgr.smithi136.ofnrfx (mgr.14188) 3163 : cluster [DBG] pgmap v2950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:22 smithi136 bash[11745]: cluster 2022-04-26T04:23:21.808675+0000 mgr.smithi136.ofnrfx (mgr.14188) 3163 : cluster [DBG] pgmap v2950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:23.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:23.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:23.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:24.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:24 smithi145 bash[13673]: cluster 2022-04-26T04:23:23.809457+0000 mgr.smithi136.ofnrfx (mgr.14188) 3164 : cluster [DBG] pgmap v2951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:24 smithi145 bash[13673]: audit 2022-04-26T04:23:24.038520+0000 mon.smithi136 (mon.0) 2312 : audit [DBG] from='client.? 172.21.15.136:0/2954739683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:24 smithi136 bash[11745]: cluster 2022-04-26T04:23:23.809457+0000 mgr.smithi136.ofnrfx (mgr.14188) 3164 : cluster [DBG] pgmap v2951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:24 smithi136 bash[11745]: audit 2022-04-26T04:23:24.038520+0000 mon.smithi136 (mon.0) 2312 : audit [DBG] from='client.? 172.21.15.136:0/2954739683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:26 smithi145 bash[13673]: cluster 2022-04-26T04:23:25.810158+0000 mgr.smithi136.ofnrfx (mgr.14188) 3165 : cluster [DBG] pgmap v2952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:26 smithi136 bash[11745]: cluster 2022-04-26T04:23:25.810158+0000 mgr.smithi136.ofnrfx (mgr.14188) 3165 : cluster [DBG] pgmap v2952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:28 smithi136 bash[11745]: cluster 2022-04-26T04:23:27.810823+0000 mgr.smithi136.ofnrfx (mgr.14188) 3166 : cluster [DBG] pgmap v2953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:29.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:29.062 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:29.062 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:28 smithi145 bash[13673]: cluster 2022-04-26T04:23:27.810823+0000 mgr.smithi136.ofnrfx (mgr.14188) 3166 : cluster [DBG] pgmap v2953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:29.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:29 smithi145 bash[13673]: audit 2022-04-26T04:23:29.374716+0000 mon.smithi136 (mon.0) 2313 : audit [DBG] from='client.? 172.21.15.136:0/1131206297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:30.252 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:29 smithi136 bash[11745]: audit 2022-04-26T04:23:29.374716+0000 mon.smithi136 (mon.0) 2313 : audit [DBG] from='client.? 172.21.15.136:0/1131206297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:30 smithi145 bash[13673]: cluster 2022-04-26T04:23:29.811448+0000 mgr.smithi136.ofnrfx (mgr.14188) 3167 : cluster [DBG] pgmap v2954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:30 smithi136 bash[11745]: cluster 2022-04-26T04:23:29.811448+0000 mgr.smithi136.ofnrfx (mgr.14188) 3167 : cluster [DBG] pgmap v2954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:32 smithi145 bash[13673]: cluster 2022-04-26T04:23:31.812136+0000 mgr.smithi136.ofnrfx (mgr.14188) 3168 : cluster [DBG] pgmap v2955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:32 smithi136 bash[11745]: cluster 2022-04-26T04:23:31.812136+0000 mgr.smithi136.ofnrfx (mgr.14188) 3168 : cluster [DBG] pgmap v2955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:34.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:34.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:34.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:34.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:34 smithi145 bash[13673]: cluster 2022-04-26T04:23:33.812771+0000 mgr.smithi136.ofnrfx (mgr.14188) 3169 : cluster [DBG] pgmap v2956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:34 smithi145 bash[13673]: audit 2022-04-26T04:23:34.700379+0000 mon.smithi136 (mon.0) 2314 : audit [DBG] from='client.? 172.21.15.136:0/3754845419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:34 smithi136 bash[11745]: cluster 2022-04-26T04:23:33.812771+0000 mgr.smithi136.ofnrfx (mgr.14188) 3169 : cluster [DBG] pgmap v2956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:34 smithi136 bash[11745]: audit 2022-04-26T04:23:34.700379+0000 mon.smithi136 (mon.0) 2314 : audit [DBG] from='client.? 172.21.15.136:0/3754845419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:36 smithi145 bash[13673]: cluster 2022-04-26T04:23:35.813380+0000 mgr.smithi136.ofnrfx (mgr.14188) 3170 : cluster [DBG] pgmap v2957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:36 smithi136 bash[11745]: cluster 2022-04-26T04:23:35.813380+0000 mgr.smithi136.ofnrfx (mgr.14188) 3170 : cluster [DBG] pgmap v2957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:38 smithi136 bash[11745]: cluster 2022-04-26T04:23:37.814024+0000 mgr.smithi136.ofnrfx (mgr.14188) 3171 : cluster [DBG] pgmap v2958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:38 smithi145 bash[13673]: cluster 2022-04-26T04:23:37.814024+0000 mgr.smithi136.ofnrfx (mgr.14188) 3171 : cluster [DBG] pgmap v2958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:39.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:39.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:39.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:40.040 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:40 smithi136 bash[11745]: cluster 2022-04-26T04:23:39.814608+0000 mgr.smithi136.ofnrfx (mgr.14188) 3172 : cluster [DBG] pgmap v2959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:40 smithi136 bash[11745]: audit 2022-04-26T04:23:40.025242+0000 mon.smithi136 (mon.0) 2315 : audit [DBG] from='client.? 172.21.15.136:0/1960077414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:40 smithi145 bash[13673]: cluster 2022-04-26T04:23:39.814608+0000 mgr.smithi136.ofnrfx (mgr.14188) 3172 : cluster [DBG] pgmap v2959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:40 smithi145 bash[13673]: audit 2022-04-26T04:23:40.025242+0000 mon.smithi136 (mon.0) 2315 : audit [DBG] from='client.? 172.21.15.136:0/1960077414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:42 smithi145 bash[13673]: cluster 2022-04-26T04:23:41.815239+0000 mgr.smithi136.ofnrfx (mgr.14188) 3173 : cluster [DBG] pgmap v2960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:42 smithi136 bash[11745]: cluster 2022-04-26T04:23:41.815239+0000 mgr.smithi136.ofnrfx (mgr.14188) 3173 : cluster [DBG] pgmap v2960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:45.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:45.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:45.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:44 smithi145 bash[13673]: cluster 2022-04-26T04:23:43.815899+0000 mgr.smithi136.ofnrfx (mgr.14188) 3174 : cluster [DBG] pgmap v2961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:44 smithi136 bash[11745]: cluster 2022-04-26T04:23:43.815899+0000 mgr.smithi136.ofnrfx (mgr.14188) 3174 : cluster [DBG] pgmap v2961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:45.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:45 smithi145 bash[13673]: audit 2022-04-26T04:23:45.359498+0000 mon.smithi136 (mon.0) 2316 : audit [DBG] from='client.? 172.21.15.136:0/2102095847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:45 smithi136 bash[11745]: audit 2022-04-26T04:23:45.359498+0000 mon.smithi136 (mon.0) 2316 : audit [DBG] from='client.? 172.21.15.136:0/2102095847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:46 smithi145 bash[13673]: cluster 2022-04-26T04:23:45.816519+0000 mgr.smithi136.ofnrfx (mgr.14188) 3175 : cluster [DBG] pgmap v2962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:46 smithi136 bash[11745]: cluster 2022-04-26T04:23:45.816519+0000 mgr.smithi136.ofnrfx (mgr.14188) 3175 : cluster [DBG] pgmap v2962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:48 smithi136 bash[11745]: cluster 2022-04-26T04:23:47.817152+0000 mgr.smithi136.ofnrfx (mgr.14188) 3176 : cluster [DBG] pgmap v2963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:48 smithi145 bash[13673]: cluster 2022-04-26T04:23:47.817152+0000 mgr.smithi136.ofnrfx (mgr.14188) 3176 : cluster [DBG] pgmap v2963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:50.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:50.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:50.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:50.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:50 smithi136 bash[11745]: cluster 2022-04-26T04:23:49.817831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3177 : cluster [DBG] pgmap v2964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:50 smithi145 bash[13673]: cluster 2022-04-26T04:23:49.817831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3177 : cluster [DBG] pgmap v2964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:51 smithi136 bash[11745]: audit 2022-04-26T04:23:50.691324+0000 mon.smithi136 (mon.0) 2317 : audit [DBG] from='client.? 172.21.15.136:0/497405379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:51 smithi145 bash[13673]: audit 2022-04-26T04:23:50.691324+0000 mon.smithi136 (mon.0) 2317 : audit [DBG] from='client.? 172.21.15.136:0/497405379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:52 smithi136 bash[11745]: cluster 2022-04-26T04:23:51.818519+0000 mgr.smithi136.ofnrfx (mgr.14188) 3178 : cluster [DBG] pgmap v2965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:52 smithi145 bash[13673]: cluster 2022-04-26T04:23:51.818519+0000 mgr.smithi136.ofnrfx (mgr.14188) 3178 : cluster [DBG] pgmap v2965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:53 smithi145 bash[13673]: audit 2022-04-26T04:23:53.827654+0000 mon.smithi136 (mon.0) 2318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:23:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:53 smithi145 bash[13673]: audit 2022-04-26T04:23:53.830490+0000 mon.smithi136 (mon.0) 2319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:23:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:53 smithi145 bash[13673]: audit 2022-04-26T04:23:53.832259+0000 mon.smithi136 (mon.0) 2320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:23:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:53 smithi136 bash[11745]: audit 2022-04-26T04:23:53.827654+0000 mon.smithi136 (mon.0) 2318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:23:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:53 smithi136 bash[11745]: audit 2022-04-26T04:23:53.830490+0000 mon.smithi136 (mon.0) 2319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:23:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:53 smithi136 bash[11745]: audit 2022-04-26T04:23:53.832259+0000 mon.smithi136 (mon.0) 2320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:23:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:55 smithi145 bash[13673]: cluster 2022-04-26T04:23:53.819123+0000 mgr.smithi136.ofnrfx (mgr.14188) 3179 : cluster [DBG] pgmap v2966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:55 smithi145 bash[13673]: audit 2022-04-26T04:23:54.132641+0000 mon.smithi136 (mon.0) 2321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:23:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:55 smithi145 bash[13673]: audit 2022-04-26T04:23:54.421276+0000 mon.smithi136 (mon.0) 2322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:23:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:55 smithi145 bash[13673]: audit 2022-04-26T04:23:54.432484+0000 mon.smithi136 (mon.0) 2323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:23:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:55 smithi136 bash[11745]: cluster 2022-04-26T04:23:53.819123+0000 mgr.smithi136.ofnrfx (mgr.14188) 3179 : cluster [DBG] pgmap v2966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:55 smithi136 bash[11745]: audit 2022-04-26T04:23:54.132641+0000 mon.smithi136 (mon.0) 2321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:23:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:55 smithi136 bash[11745]: audit 2022-04-26T04:23:54.421276+0000 mon.smithi136 (mon.0) 2322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:23:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:55 smithi136 bash[11745]: audit 2022-04-26T04:23:54.432484+0000 mon.smithi136 (mon.0) 2323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:23:55.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:23:55.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:23:55.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:23:56.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:23:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:56 smithi145 bash[13673]: cluster 2022-04-26T04:23:54.414196+0000 mgr.smithi136.ofnrfx (mgr.14188) 3180 : cluster [DBG] pgmap v2967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:56 smithi145 bash[13673]: cluster 2022-04-26T04:23:54.414674+0000 mgr.smithi136.ofnrfx (mgr.14188) 3181 : cluster [DBG] pgmap v2968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:56 smithi145 bash[13673]: cephadm 2022-04-26T04:23:54.433981+0000 mgr.smithi136.ofnrfx (mgr.14188) 3182 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:23:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:56 smithi145 bash[13673]: cephadm 2022-04-26T04:23:54.434159+0000 mgr.smithi136.ofnrfx (mgr.14188) 3183 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:23:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:56 smithi145 bash[13673]: audit 2022-04-26T04:23:56.020941+0000 mon.smithi136 (mon.0) 2324 : audit [DBG] from='client.? 172.21.15.136:0/3075993377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:56 smithi136 bash[11745]: cluster 2022-04-26T04:23:54.414196+0000 mgr.smithi136.ofnrfx (mgr.14188) 3180 : cluster [DBG] pgmap v2967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:56 smithi136 bash[11745]: cluster 2022-04-26T04:23:54.414674+0000 mgr.smithi136.ofnrfx (mgr.14188) 3181 : cluster [DBG] pgmap v2968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:56 smithi136 bash[11745]: cephadm 2022-04-26T04:23:54.433981+0000 mgr.smithi136.ofnrfx (mgr.14188) 3182 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:23:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:56 smithi136 bash[11745]: cephadm 2022-04-26T04:23:54.434159+0000 mgr.smithi136.ofnrfx (mgr.14188) 3183 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:23:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:56 smithi136 bash[11745]: audit 2022-04-26T04:23:56.020941+0000 mon.smithi136 (mon.0) 2324 : audit [DBG] from='client.? 172.21.15.136:0/3075993377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:23:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:58 smithi145 bash[13673]: cluster 2022-04-26T04:23:56.415381+0000 mgr.smithi136.ofnrfx (mgr.14188) 3184 : cluster [DBG] pgmap v2969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:58 smithi136 bash[11745]: cluster 2022-04-26T04:23:56.415381+0000 mgr.smithi136.ofnrfx (mgr.14188) 3184 : cluster [DBG] pgmap v2969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:23:59 smithi136 bash[11745]: cluster 2022-04-26T04:23:58.416087+0000 mgr.smithi136.ofnrfx (mgr.14188) 3185 : cluster [DBG] pgmap v2970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:23:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:23:59 smithi145 bash[13673]: cluster 2022-04-26T04:23:58.416087+0000 mgr.smithi136.ofnrfx (mgr.14188) 3185 : cluster [DBG] pgmap v2970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:01.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:01.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:01.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:01.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:01 smithi136 bash[11745]: cluster 2022-04-26T04:24:00.416702+0000 mgr.smithi136.ofnrfx (mgr.14188) 3186 : cluster [DBG] pgmap v2971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:01 smithi136 bash[11745]: audit 2022-04-26T04:24:01.348972+0000 mon.smithi136 (mon.0) 2325 : audit [DBG] from='client.? 172.21.15.136:0/2563161305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:01 smithi145 bash[13673]: cluster 2022-04-26T04:24:00.416702+0000 mgr.smithi136.ofnrfx (mgr.14188) 3186 : cluster [DBG] pgmap v2971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:01 smithi145 bash[13673]: audit 2022-04-26T04:24:01.348972+0000 mon.smithi136 (mon.0) 2325 : audit [DBG] from='client.? 172.21.15.136:0/2563161305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:02 smithi136 bash[11745]: audit 2022-04-26T04:24:02.279887+0000 mon.smithi136 (mon.0) 2326 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:24:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:02 smithi136 bash[11745]: audit 2022-04-26T04:24:02.283789+0000 mon.smithi136 (mon.0) 2327 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:24:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:02 smithi145 bash[13673]: audit 2022-04-26T04:24:02.279887+0000 mon.smithi136 (mon.0) 2326 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:24:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:02 smithi145 bash[13673]: audit 2022-04-26T04:24:02.283789+0000 mon.smithi136 (mon.0) 2327 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:24:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:03 smithi136 bash[11745]: cluster 2022-04-26T04:24:02.417322+0000 mgr.smithi136.ofnrfx (mgr.14188) 3187 : cluster [DBG] pgmap v2972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:03 smithi145 bash[13673]: cluster 2022-04-26T04:24:02.417322+0000 mgr.smithi136.ofnrfx (mgr.14188) 3187 : cluster [DBG] pgmap v2972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:05 smithi136 bash[11745]: cluster 2022-04-26T04:24:04.417921+0000 mgr.smithi136.ofnrfx (mgr.14188) 3188 : cluster [DBG] pgmap v2973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:05 smithi145 bash[13673]: cluster 2022-04-26T04:24:04.417921+0000 mgr.smithi136.ofnrfx (mgr.14188) 3188 : cluster [DBG] pgmap v2973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:06.366 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:06.367 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:06.367 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:06.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:06 smithi136 bash[11745]: audit 2022-04-26T04:24:06.666757+0000 mon.smithi136 (mon.0) 2328 : audit [DBG] from='client.? 172.21.15.136:0/314076887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:06 smithi145 bash[13673]: audit 2022-04-26T04:24:06.666757+0000 mon.smithi136 (mon.0) 2328 : audit [DBG] from='client.? 172.21.15.136:0/314076887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:07 smithi136 bash[11745]: cluster 2022-04-26T04:24:06.418546+0000 mgr.smithi136.ofnrfx (mgr.14188) 3189 : cluster [DBG] pgmap v2974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:07 smithi145 bash[13673]: cluster 2022-04-26T04:24:06.418546+0000 mgr.smithi136.ofnrfx (mgr.14188) 3189 : cluster [DBG] pgmap v2974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:09 smithi136 bash[11745]: cluster 2022-04-26T04:24:08.419217+0000 mgr.smithi136.ofnrfx (mgr.14188) 3190 : cluster [DBG] pgmap v2975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:09 smithi145 bash[13673]: cluster 2022-04-26T04:24:08.419217+0000 mgr.smithi136.ofnrfx (mgr.14188) 3190 : cluster [DBG] pgmap v2975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:11.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:11.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:11.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:12.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:11 smithi136 bash[11745]: cluster 2022-04-26T04:24:10.419815+0000 mgr.smithi136.ofnrfx (mgr.14188) 3191 : cluster [DBG] pgmap v2976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:11 smithi145 bash[13673]: cluster 2022-04-26T04:24:10.419815+0000 mgr.smithi136.ofnrfx (mgr.14188) 3191 : cluster [DBG] pgmap v2976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:12 smithi136 bash[11745]: audit 2022-04-26T04:24:11.997343+0000 mon.smithi136 (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.136:0/575789810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:12 smithi145 bash[13673]: audit 2022-04-26T04:24:11.997343+0000 mon.smithi136 (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.136:0/575789810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:13 smithi136 bash[11745]: cluster 2022-04-26T04:24:12.420574+0000 mgr.smithi136.ofnrfx (mgr.14188) 3192 : cluster [DBG] pgmap v2977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:13 smithi145 bash[13673]: cluster 2022-04-26T04:24:12.420574+0000 mgr.smithi136.ofnrfx (mgr.14188) 3192 : cluster [DBG] pgmap v2977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:15 smithi136 bash[11745]: cluster 2022-04-26T04:24:14.421265+0000 mgr.smithi136.ofnrfx (mgr.14188) 3193 : cluster [DBG] pgmap v2978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:15 smithi145 bash[13673]: cluster 2022-04-26T04:24:14.421265+0000 mgr.smithi136.ofnrfx (mgr.14188) 3193 : cluster [DBG] pgmap v2978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:17.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:17.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:17.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:17.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:17 smithi136 bash[11745]: cluster 2022-04-26T04:24:16.421887+0000 mgr.smithi136.ofnrfx (mgr.14188) 3194 : cluster [DBG] pgmap v2979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:17 smithi136 bash[11745]: audit 2022-04-26T04:24:17.333478+0000 mon.smithi136 (mon.0) 2330 : audit [DBG] from='client.? 172.21.15.136:0/889876301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:17 smithi145 bash[13673]: cluster 2022-04-26T04:24:16.421887+0000 mgr.smithi136.ofnrfx (mgr.14188) 3194 : cluster [DBG] pgmap v2979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:18.232 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:17 smithi145 bash[13673]: audit 2022-04-26T04:24:17.333478+0000 mon.smithi136 (mon.0) 2330 : audit [DBG] from='client.? 172.21.15.136:0/889876301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:19 smithi136 bash[11745]: cluster 2022-04-26T04:24:18.422493+0000 mgr.smithi136.ofnrfx (mgr.14188) 3195 : cluster [DBG] pgmap v2980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:19 smithi145 bash[13673]: cluster 2022-04-26T04:24:18.422493+0000 mgr.smithi136.ofnrfx (mgr.14188) 3195 : cluster [DBG] pgmap v2980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:21 smithi136 bash[11745]: cluster 2022-04-26T04:24:20.423090+0000 mgr.smithi136.ofnrfx (mgr.14188) 3196 : cluster [DBG] pgmap v2981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:21 smithi145 bash[13673]: cluster 2022-04-26T04:24:20.423090+0000 mgr.smithi136.ofnrfx (mgr.14188) 3196 : cluster [DBG] pgmap v2981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:22.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:22.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:22.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:22.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:22 smithi136 bash[11745]: audit 2022-04-26T04:24:22.661927+0000 mon.smithi136 (mon.0) 2331 : audit [DBG] from='client.? 172.21.15.136:0/3469996127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:22 smithi145 bash[13673]: audit 2022-04-26T04:24:22.661927+0000 mon.smithi136 (mon.0) 2331 : audit [DBG] from='client.? 172.21.15.136:0/3469996127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:23 smithi136 bash[11745]: cluster 2022-04-26T04:24:22.423752+0000 mgr.smithi136.ofnrfx (mgr.14188) 3197 : cluster [DBG] pgmap v2982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:23 smithi145 bash[13673]: cluster 2022-04-26T04:24:22.423752+0000 mgr.smithi136.ofnrfx (mgr.14188) 3197 : cluster [DBG] pgmap v2982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:25 smithi136 bash[11745]: cluster 2022-04-26T04:24:24.424361+0000 mgr.smithi136.ofnrfx (mgr.14188) 3198 : cluster [DBG] pgmap v2983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:25 smithi145 bash[13673]: cluster 2022-04-26T04:24:24.424361+0000 mgr.smithi136.ofnrfx (mgr.14188) 3198 : cluster [DBG] pgmap v2983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:27.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:27.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:27.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:28.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:27 smithi136 bash[11745]: cluster 2022-04-26T04:24:26.424975+0000 mgr.smithi136.ofnrfx (mgr.14188) 3199 : cluster [DBG] pgmap v2984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:27 smithi145 bash[13673]: cluster 2022-04-26T04:24:26.424975+0000 mgr.smithi136.ofnrfx (mgr.14188) 3199 : cluster [DBG] pgmap v2984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:28 smithi136 bash[11745]: audit 2022-04-26T04:24:27.991676+0000 mon.smithi136 (mon.0) 2332 : audit [DBG] from='client.? 172.21.15.136:0/3840260089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:28 smithi145 bash[13673]: audit 2022-04-26T04:24:27.991676+0000 mon.smithi136 (mon.0) 2332 : audit [DBG] from='client.? 172.21.15.136:0/3840260089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:29 smithi136 bash[11745]: cluster 2022-04-26T04:24:28.425654+0000 mgr.smithi136.ofnrfx (mgr.14188) 3200 : cluster [DBG] pgmap v2985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:29 smithi145 bash[13673]: cluster 2022-04-26T04:24:28.425654+0000 mgr.smithi136.ofnrfx (mgr.14188) 3200 : cluster [DBG] pgmap v2985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:31 smithi136 bash[11745]: cluster 2022-04-26T04:24:30.426291+0000 mgr.smithi136.ofnrfx (mgr.14188) 3201 : cluster [DBG] pgmap v2986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:31 smithi145 bash[13673]: cluster 2022-04-26T04:24:30.426291+0000 mgr.smithi136.ofnrfx (mgr.14188) 3201 : cluster [DBG] pgmap v2986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:33.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:33.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:33.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:33 smithi136 bash[11745]: cluster 2022-04-26T04:24:32.426926+0000 mgr.smithi136.ofnrfx (mgr.14188) 3202 : cluster [DBG] pgmap v2987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:33 smithi136 bash[11745]: audit 2022-04-26T04:24:33.322110+0000 mon.smithi136 (mon.0) 2333 : audit [DBG] from='client.? 172.21.15.136:0/3640025271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:33 smithi145 bash[13673]: cluster 2022-04-26T04:24:32.426926+0000 mgr.smithi136.ofnrfx (mgr.14188) 3202 : cluster [DBG] pgmap v2987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:33 smithi145 bash[13673]: audit 2022-04-26T04:24:33.322110+0000 mon.smithi136 (mon.0) 2333 : audit [DBG] from='client.? 172.21.15.136:0/3640025271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:35 smithi136 bash[11745]: cluster 2022-04-26T04:24:34.427669+0000 mgr.smithi136.ofnrfx (mgr.14188) 3203 : cluster [DBG] pgmap v2988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:35 smithi145 bash[13673]: cluster 2022-04-26T04:24:34.427669+0000 mgr.smithi136.ofnrfx (mgr.14188) 3203 : cluster [DBG] pgmap v2988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:37 smithi136 bash[11745]: cluster 2022-04-26T04:24:36.428410+0000 mgr.smithi136.ofnrfx (mgr.14188) 3204 : cluster [DBG] pgmap v2989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:37 smithi145 bash[13673]: cluster 2022-04-26T04:24:36.428410+0000 mgr.smithi136.ofnrfx (mgr.14188) 3204 : cluster [DBG] pgmap v2989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:38.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:38.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:38.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:38.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:38 smithi136 bash[11745]: audit 2022-04-26T04:24:38.646678+0000 mon.smithi136 (mon.0) 2334 : audit [DBG] from='client.? 172.21.15.136:0/3933787741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:38 smithi145 bash[13673]: audit 2022-04-26T04:24:38.646678+0000 mon.smithi136 (mon.0) 2334 : audit [DBG] from='client.? 172.21.15.136:0/3933787741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:39 smithi136 bash[11745]: cluster 2022-04-26T04:24:38.429076+0000 mgr.smithi136.ofnrfx (mgr.14188) 3205 : cluster [DBG] pgmap v2990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:39 smithi145 bash[13673]: cluster 2022-04-26T04:24:38.429076+0000 mgr.smithi136.ofnrfx (mgr.14188) 3205 : cluster [DBG] pgmap v2990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:41 smithi136 bash[11745]: cluster 2022-04-26T04:24:40.429751+0000 mgr.smithi136.ofnrfx (mgr.14188) 3206 : cluster [DBG] pgmap v2991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:41 smithi145 bash[13673]: cluster 2022-04-26T04:24:40.429751+0000 mgr.smithi136.ofnrfx (mgr.14188) 3206 : cluster [DBG] pgmap v2991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:43.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:43.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:43.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:43.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:43 smithi136 bash[11745]: cluster 2022-04-26T04:24:42.430481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3207 : cluster [DBG] pgmap v2992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:43 smithi145 bash[13673]: cluster 2022-04-26T04:24:42.430481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3207 : cluster [DBG] pgmap v2992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:44 smithi145 bash[13673]: audit 2022-04-26T04:24:43.970942+0000 mon.smithi136 (mon.0) 2335 : audit [DBG] from='client.? 172.21.15.136:0/4241331779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:44 smithi136 bash[11745]: audit 2022-04-26T04:24:43.970942+0000 mon.smithi136 (mon.0) 2335 : audit [DBG] from='client.? 172.21.15.136:0/4241331779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:45 smithi145 bash[13673]: cluster 2022-04-26T04:24:44.431132+0000 mgr.smithi136.ofnrfx (mgr.14188) 3208 : cluster [DBG] pgmap v2993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:45 smithi136 bash[11745]: cluster 2022-04-26T04:24:44.431132+0000 mgr.smithi136.ofnrfx (mgr.14188) 3208 : cluster [DBG] pgmap v2993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:47 smithi145 bash[13673]: cluster 2022-04-26T04:24:46.431753+0000 mgr.smithi136.ofnrfx (mgr.14188) 3209 : cluster [DBG] pgmap v2994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:47 smithi136 bash[11745]: cluster 2022-04-26T04:24:46.431753+0000 mgr.smithi136.ofnrfx (mgr.14188) 3209 : cluster [DBG] pgmap v2994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:48.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:48.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:48.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:49.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:49 smithi145 bash[13673]: cluster 2022-04-26T04:24:48.432356+0000 mgr.smithi136.ofnrfx (mgr.14188) 3210 : cluster [DBG] pgmap v2995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:49 smithi145 bash[13673]: audit 2022-04-26T04:24:49.300310+0000 mon.smithi136 (mon.0) 2336 : audit [DBG] from='client.? 172.21.15.136:0/2263081884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:50.254 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:49 smithi136 bash[11745]: cluster 2022-04-26T04:24:48.432356+0000 mgr.smithi136.ofnrfx (mgr.14188) 3210 : cluster [DBG] pgmap v2995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:50.254 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:49 smithi136 bash[11745]: audit 2022-04-26T04:24:49.300310+0000 mon.smithi136 (mon.0) 2336 : audit [DBG] from='client.? 172.21.15.136:0/2263081884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:51 smithi145 bash[13673]: cluster 2022-04-26T04:24:50.432999+0000 mgr.smithi136.ofnrfx (mgr.14188) 3211 : cluster [DBG] pgmap v2996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:51 smithi136 bash[11745]: cluster 2022-04-26T04:24:50.432999+0000 mgr.smithi136.ofnrfx (mgr.14188) 3211 : cluster [DBG] pgmap v2996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:53 smithi145 bash[13673]: cluster 2022-04-26T04:24:52.433646+0000 mgr.smithi136.ofnrfx (mgr.14188) 3212 : cluster [DBG] pgmap v2997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:53 smithi136 bash[11745]: cluster 2022-04-26T04:24:52.433646+0000 mgr.smithi136.ofnrfx (mgr.14188) 3212 : cluster [DBG] pgmap v2997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:54.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:54.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:54.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:54.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:24:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:54 smithi145 bash[13673]: audit 2022-04-26T04:24:54.444808+0000 mon.smithi136 (mon.0) 2337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:24:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:54 smithi145 bash[13673]: audit 2022-04-26T04:24:54.446422+0000 mon.smithi136 (mon.0) 2338 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:24:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:54 smithi145 bash[13673]: audit 2022-04-26T04:24:54.447415+0000 mon.smithi136 (mon.0) 2339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:24:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:54 smithi145 bash[13673]: audit 2022-04-26T04:24:54.624879+0000 mon.smithi136 (mon.0) 2340 : audit [DBG] from='client.? 172.21.15.136:0/1390856656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:54 smithi145 bash[13673]: audit 2022-04-26T04:24:54.746005+0000 mon.smithi136 (mon.0) 2341 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:24:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:54 smithi145 bash[13673]: audit 2022-04-26T04:24:54.753781+0000 mon.smithi136 (mon.0) 2342 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:24:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:54 smithi136 bash[11745]: audit 2022-04-26T04:24:54.444808+0000 mon.smithi136 (mon.0) 2337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:24:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:54 smithi136 bash[11745]: audit 2022-04-26T04:24:54.446422+0000 mon.smithi136 (mon.0) 2338 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:24:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:54 smithi136 bash[11745]: audit 2022-04-26T04:24:54.447415+0000 mon.smithi136 (mon.0) 2339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:24:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:54 smithi136 bash[11745]: audit 2022-04-26T04:24:54.624879+0000 mon.smithi136 (mon.0) 2340 : audit [DBG] from='client.? 172.21.15.136:0/1390856656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:24:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:54 smithi136 bash[11745]: audit 2022-04-26T04:24:54.746005+0000 mon.smithi136 (mon.0) 2341 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:24:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:54 smithi136 bash[11745]: audit 2022-04-26T04:24:54.753781+0000 mon.smithi136 (mon.0) 2342 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:24:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:55 smithi145 bash[13673]: cluster 2022-04-26T04:24:54.434031+0000 mgr.smithi136.ofnrfx (mgr.14188) 3213 : cluster [DBG] pgmap v2998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:55 smithi145 bash[13673]: cluster 2022-04-26T04:24:54.739498+0000 mgr.smithi136.ofnrfx (mgr.14188) 3214 : cluster [DBG] pgmap v2999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:55 smithi145 bash[13673]: cluster 2022-04-26T04:24:54.739737+0000 mgr.smithi136.ofnrfx (mgr.14188) 3215 : cluster [DBG] pgmap v3000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:55 smithi145 bash[13673]: cephadm 2022-04-26T04:24:54.755028+0000 mgr.smithi136.ofnrfx (mgr.14188) 3216 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:24:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:55 smithi145 bash[13673]: cephadm 2022-04-26T04:24:54.755226+0000 mgr.smithi136.ofnrfx (mgr.14188) 3217 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:24:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:55 smithi136 bash[11745]: cluster 2022-04-26T04:24:54.434031+0000 mgr.smithi136.ofnrfx (mgr.14188) 3213 : cluster [DBG] pgmap v2998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:55 smithi136 bash[11745]: cluster 2022-04-26T04:24:54.739498+0000 mgr.smithi136.ofnrfx (mgr.14188) 3214 : cluster [DBG] pgmap v2999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:55 smithi136 bash[11745]: cluster 2022-04-26T04:24:54.739737+0000 mgr.smithi136.ofnrfx (mgr.14188) 3215 : cluster [DBG] pgmap v3000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:55 smithi136 bash[11745]: cephadm 2022-04-26T04:24:54.755028+0000 mgr.smithi136.ofnrfx (mgr.14188) 3216 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:24:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:55 smithi136 bash[11745]: cephadm 2022-04-26T04:24:54.755226+0000 mgr.smithi136.ofnrfx (mgr.14188) 3217 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:24:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:57 smithi145 bash[13673]: cluster 2022-04-26T04:24:56.740273+0000 mgr.smithi136.ofnrfx (mgr.14188) 3218 : cluster [DBG] pgmap v3001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:57 smithi136 bash[11745]: cluster 2022-04-26T04:24:56.740273+0000 mgr.smithi136.ofnrfx (mgr.14188) 3218 : cluster [DBG] pgmap v3001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:24:59.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:24:59.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:24:59.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:24:59.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:24:59 smithi145 bash[13673]: cluster 2022-04-26T04:24:58.740900+0000 mgr.smithi136.ofnrfx (mgr.14188) 3219 : cluster [DBG] pgmap v3002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:00.254 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:24:59 smithi136 bash[11745]: cluster 2022-04-26T04:24:58.740900+0000 mgr.smithi136.ofnrfx (mgr.14188) 3219 : cluster [DBG] pgmap v3002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:00 smithi145 bash[13673]: audit 2022-04-26T04:24:59.956359+0000 mon.smithi136 (mon.0) 2343 : audit [DBG] from='client.? 172.21.15.136:0/184911536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:00 smithi136 bash[11745]: audit 2022-04-26T04:24:59.956359+0000 mon.smithi136 (mon.0) 2343 : audit [DBG] from='client.? 172.21.15.136:0/184911536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:01 smithi145 bash[13673]: cluster 2022-04-26T04:25:00.741481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3220 : cluster [DBG] pgmap v3003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:01 smithi136 bash[11745]: cluster 2022-04-26T04:25:00.741481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3220 : cluster [DBG] pgmap v3003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:02 smithi145 bash[13673]: audit 2022-04-26T04:25:02.284000+0000 mon.smithi136 (mon.0) 2344 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:25:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:02 smithi145 bash[13673]: audit 2022-04-26T04:25:02.288098+0000 mon.smithi136 (mon.0) 2345 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:25:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:02 smithi136 bash[11745]: audit 2022-04-26T04:25:02.284000+0000 mon.smithi136 (mon.0) 2344 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:25:03.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:02 smithi136 bash[11745]: audit 2022-04-26T04:25:02.288098+0000 mon.smithi136 (mon.0) 2345 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:25:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:03 smithi145 bash[13673]: cluster 2022-04-26T04:25:02.742081+0000 mgr.smithi136.ofnrfx (mgr.14188) 3221 : cluster [DBG] pgmap v3004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:03 smithi136 bash[11745]: cluster 2022-04-26T04:25:02.742081+0000 mgr.smithi136.ofnrfx (mgr.14188) 3221 : cluster [DBG] pgmap v3004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:04.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:04.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:04.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:05.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:05 smithi136 bash[11745]: cluster 2022-04-26T04:25:04.742718+0000 mgr.smithi136.ofnrfx (mgr.14188) 3222 : cluster [DBG] pgmap v3005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:05 smithi136 bash[11745]: audit 2022-04-26T04:25:05.282167+0000 mon.smithi136 (mon.0) 2346 : audit [DBG] from='client.? 172.21.15.136:0/1105716256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:05 smithi145 bash[13673]: cluster 2022-04-26T04:25:04.742718+0000 mgr.smithi136.ofnrfx (mgr.14188) 3222 : cluster [DBG] pgmap v3005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:05 smithi145 bash[13673]: audit 2022-04-26T04:25:05.282167+0000 mon.smithi136 (mon.0) 2346 : audit [DBG] from='client.? 172.21.15.136:0/1105716256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:07 smithi136 bash[11745]: cluster 2022-04-26T04:25:06.743275+0000 mgr.smithi136.ofnrfx (mgr.14188) 3223 : cluster [DBG] pgmap v3006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:07 smithi145 bash[13673]: cluster 2022-04-26T04:25:06.743275+0000 mgr.smithi136.ofnrfx (mgr.14188) 3223 : cluster [DBG] pgmap v3006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:09 smithi136 bash[11745]: cluster 2022-04-26T04:25:08.743932+0000 mgr.smithi136.ofnrfx (mgr.14188) 3224 : cluster [DBG] pgmap v3007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:09 smithi145 bash[13673]: cluster 2022-04-26T04:25:08.743932+0000 mgr.smithi136.ofnrfx (mgr.14188) 3224 : cluster [DBG] pgmap v3007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:10.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:10.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:10.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:10.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:10 smithi145 bash[13673]: audit 2022-04-26T04:25:10.605380+0000 mon.smithi136 (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.136:0/3756317692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:10 smithi136 bash[11745]: audit 2022-04-26T04:25:10.605380+0000 mon.smithi136 (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.136:0/3756317692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:11 smithi145 bash[13673]: cluster 2022-04-26T04:25:10.744536+0000 mgr.smithi136.ofnrfx (mgr.14188) 3225 : cluster [DBG] pgmap v3008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:11 smithi136 bash[11745]: cluster 2022-04-26T04:25:10.744536+0000 mgr.smithi136.ofnrfx (mgr.14188) 3225 : cluster [DBG] pgmap v3008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:13 smithi145 bash[13673]: cluster 2022-04-26T04:25:12.745160+0000 mgr.smithi136.ofnrfx (mgr.14188) 3226 : cluster [DBG] pgmap v3009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:13 smithi136 bash[11745]: cluster 2022-04-26T04:25:12.745160+0000 mgr.smithi136.ofnrfx (mgr.14188) 3226 : cluster [DBG] pgmap v3009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:15.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:15.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:15.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:15.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:15 smithi136 bash[11745]: cluster 2022-04-26T04:25:14.745783+0000 mgr.smithi136.ofnrfx (mgr.14188) 3227 : cluster [DBG] pgmap v3010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:15 smithi145 bash[13673]: cluster 2022-04-26T04:25:14.745783+0000 mgr.smithi136.ofnrfx (mgr.14188) 3227 : cluster [DBG] pgmap v3010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:16 smithi136 bash[11745]: audit 2022-04-26T04:25:15.927232+0000 mon.smithi136 (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.136:0/1066862917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:16 smithi145 bash[13673]: audit 2022-04-26T04:25:15.927232+0000 mon.smithi136 (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.136:0/1066862917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:17 smithi136 bash[11745]: cluster 2022-04-26T04:25:16.746456+0000 mgr.smithi136.ofnrfx (mgr.14188) 3228 : cluster [DBG] pgmap v3011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:17 smithi145 bash[13673]: cluster 2022-04-26T04:25:16.746456+0000 mgr.smithi136.ofnrfx (mgr.14188) 3228 : cluster [DBG] pgmap v3011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:19 smithi136 bash[11745]: cluster 2022-04-26T04:25:18.747071+0000 mgr.smithi136.ofnrfx (mgr.14188) 3229 : cluster [DBG] pgmap v3012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:19 smithi145 bash[13673]: cluster 2022-04-26T04:25:18.747071+0000 mgr.smithi136.ofnrfx (mgr.14188) 3229 : cluster [DBG] pgmap v3012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:20.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:20.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:20.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:21.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:21 smithi136 bash[11745]: cluster 2022-04-26T04:25:20.747718+0000 mgr.smithi136.ofnrfx (mgr.14188) 3230 : cluster [DBG] pgmap v3013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:21 smithi136 bash[11745]: audit 2022-04-26T04:25:21.260123+0000 mon.smithi136 (mon.0) 2349 : audit [DBG] from='client.? 172.21.15.136:0/603951849' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:21 smithi145 bash[13673]: cluster 2022-04-26T04:25:20.747718+0000 mgr.smithi136.ofnrfx (mgr.14188) 3230 : cluster [DBG] pgmap v3013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:21 smithi145 bash[13673]: audit 2022-04-26T04:25:21.260123+0000 mon.smithi136 (mon.0) 2349 : audit [DBG] from='client.? 172.21.15.136:0/603951849' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:23 smithi145 bash[13673]: cluster 2022-04-26T04:25:22.748343+0000 mgr.smithi136.ofnrfx (mgr.14188) 3231 : cluster [DBG] pgmap v3014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:23 smithi136 bash[11745]: cluster 2022-04-26T04:25:22.748343+0000 mgr.smithi136.ofnrfx (mgr.14188) 3231 : cluster [DBG] pgmap v3014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:25 smithi136 bash[11745]: cluster 2022-04-26T04:25:24.748964+0000 mgr.smithi136.ofnrfx (mgr.14188) 3232 : cluster [DBG] pgmap v3015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:25 smithi145 bash[13673]: cluster 2022-04-26T04:25:24.748964+0000 mgr.smithi136.ofnrfx (mgr.14188) 3232 : cluster [DBG] pgmap v3015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:26.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:26.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:26.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:26.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:26 smithi136 bash[11745]: audit 2022-04-26T04:25:26.594957+0000 mon.smithi136 (mon.0) 2350 : audit [DBG] from='client.? 172.21.15.136:0/3782891714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:26 smithi145 bash[13673]: audit 2022-04-26T04:25:26.594957+0000 mon.smithi136 (mon.0) 2350 : audit [DBG] from='client.? 172.21.15.136:0/3782891714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:27 smithi136 bash[11745]: cluster 2022-04-26T04:25:26.749617+0000 mgr.smithi136.ofnrfx (mgr.14188) 3233 : cluster [DBG] pgmap v3016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:27 smithi145 bash[13673]: cluster 2022-04-26T04:25:26.749617+0000 mgr.smithi136.ofnrfx (mgr.14188) 3233 : cluster [DBG] pgmap v3016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:29 smithi136 bash[11745]: cluster 2022-04-26T04:25:28.750256+0000 mgr.smithi136.ofnrfx (mgr.14188) 3234 : cluster [DBG] pgmap v3017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:29 smithi145 bash[13673]: cluster 2022-04-26T04:25:28.750256+0000 mgr.smithi136.ofnrfx (mgr.14188) 3234 : cluster [DBG] pgmap v3017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:31.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:31.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:31.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:31.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:31 smithi145 bash[13673]: cluster 2022-04-26T04:25:30.750847+0000 mgr.smithi136.ofnrfx (mgr.14188) 3235 : cluster [DBG] pgmap v3018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:31 smithi136 bash[11745]: cluster 2022-04-26T04:25:30.750847+0000 mgr.smithi136.ofnrfx (mgr.14188) 3235 : cluster [DBG] pgmap v3018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:32 smithi145 bash[13673]: audit 2022-04-26T04:25:31.927229+0000 mon.smithi136 (mon.0) 2351 : audit [DBG] from='client.? 172.21.15.136:0/916763770' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:32 smithi136 bash[11745]: audit 2022-04-26T04:25:31.927229+0000 mon.smithi136 (mon.0) 2351 : audit [DBG] from='client.? 172.21.15.136:0/916763770' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:33 smithi145 bash[13673]: cluster 2022-04-26T04:25:32.751491+0000 mgr.smithi136.ofnrfx (mgr.14188) 3236 : cluster [DBG] pgmap v3019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:33 smithi136 bash[11745]: cluster 2022-04-26T04:25:32.751491+0000 mgr.smithi136.ofnrfx (mgr.14188) 3236 : cluster [DBG] pgmap v3019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:35 smithi136 bash[11745]: cluster 2022-04-26T04:25:34.752142+0000 mgr.smithi136.ofnrfx (mgr.14188) 3237 : cluster [DBG] pgmap v3020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:35 smithi145 bash[13673]: cluster 2022-04-26T04:25:34.752142+0000 mgr.smithi136.ofnrfx (mgr.14188) 3237 : cluster [DBG] pgmap v3020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:36.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:36.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:36.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:37.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:37 smithi136 bash[11745]: cluster 2022-04-26T04:25:36.752760+0000 mgr.smithi136.ofnrfx (mgr.14188) 3238 : cluster [DBG] pgmap v3021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:37 smithi136 bash[11745]: audit 2022-04-26T04:25:37.263433+0000 mon.smithi136 (mon.0) 2352 : audit [DBG] from='client.? 172.21.15.136:0/2589645904' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:37 smithi145 bash[13673]: cluster 2022-04-26T04:25:36.752760+0000 mgr.smithi136.ofnrfx (mgr.14188) 3238 : cluster [DBG] pgmap v3021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:37 smithi145 bash[13673]: audit 2022-04-26T04:25:37.263433+0000 mon.smithi136 (mon.0) 2352 : audit [DBG] from='client.? 172.21.15.136:0/2589645904' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:39 smithi145 bash[13673]: cluster 2022-04-26T04:25:38.753326+0000 mgr.smithi136.ofnrfx (mgr.14188) 3239 : cluster [DBG] pgmap v3022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:40.255 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:39 smithi136 bash[11745]: cluster 2022-04-26T04:25:38.753326+0000 mgr.smithi136.ofnrfx (mgr.14188) 3239 : cluster [DBG] pgmap v3022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:41 smithi145 bash[13673]: cluster 2022-04-26T04:25:40.753905+0000 mgr.smithi136.ofnrfx (mgr.14188) 3240 : cluster [DBG] pgmap v3023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:42.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:42.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:42.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:41 smithi136 bash[11745]: cluster 2022-04-26T04:25:40.753905+0000 mgr.smithi136.ofnrfx (mgr.14188) 3240 : cluster [DBG] pgmap v3023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:42.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:42 smithi145 bash[13673]: audit 2022-04-26T04:25:42.600855+0000 mon.smithi136 (mon.0) 2353 : audit [DBG] from='client.? 172.21.15.136:0/350909360' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:42 smithi136 bash[11745]: audit 2022-04-26T04:25:42.600855+0000 mon.smithi136 (mon.0) 2353 : audit [DBG] from='client.? 172.21.15.136:0/350909360' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:43 smithi145 bash[13673]: cluster 2022-04-26T04:25:42.754513+0000 mgr.smithi136.ofnrfx (mgr.14188) 3241 : cluster [DBG] pgmap v3024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:43 smithi136 bash[11745]: cluster 2022-04-26T04:25:42.754513+0000 mgr.smithi136.ofnrfx (mgr.14188) 3241 : cluster [DBG] pgmap v3024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:45 smithi136 bash[11745]: cluster 2022-04-26T04:25:44.755124+0000 mgr.smithi136.ofnrfx (mgr.14188) 3242 : cluster [DBG] pgmap v3025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:45 smithi145 bash[13673]: cluster 2022-04-26T04:25:44.755124+0000 mgr.smithi136.ofnrfx (mgr.14188) 3242 : cluster [DBG] pgmap v3025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:47.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:47.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:47.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:47.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:47 smithi145 bash[13673]: cluster 2022-04-26T04:25:46.755771+0000 mgr.smithi136.ofnrfx (mgr.14188) 3243 : cluster [DBG] pgmap v3026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:47 smithi136 bash[11745]: cluster 2022-04-26T04:25:46.755771+0000 mgr.smithi136.ofnrfx (mgr.14188) 3243 : cluster [DBG] pgmap v3026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:48 smithi136 bash[11745]: audit 2022-04-26T04:25:47.927914+0000 mon.smithi136 (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.136:0/1306451219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:48 smithi145 bash[13673]: audit 2022-04-26T04:25:47.927914+0000 mon.smithi136 (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.136:0/1306451219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:49 smithi145 bash[13673]: cluster 2022-04-26T04:25:48.756516+0000 mgr.smithi136.ofnrfx (mgr.14188) 3244 : cluster [DBG] pgmap v3027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:50.255 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:49 smithi136 bash[11745]: cluster 2022-04-26T04:25:48.756516+0000 mgr.smithi136.ofnrfx (mgr.14188) 3244 : cluster [DBG] pgmap v3027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:51 smithi145 bash[13673]: cluster 2022-04-26T04:25:50.757265+0000 mgr.smithi136.ofnrfx (mgr.14188) 3245 : cluster [DBG] pgmap v3028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:51 smithi136 bash[11745]: cluster 2022-04-26T04:25:50.757265+0000 mgr.smithi136.ofnrfx (mgr.14188) 3245 : cluster [DBG] pgmap v3028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:52.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:52.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:52.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:53.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:53 smithi145 bash[13673]: cluster 2022-04-26T04:25:52.758040+0000 mgr.smithi136.ofnrfx (mgr.14188) 3246 : cluster [DBG] pgmap v3029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:53 smithi145 bash[13673]: audit 2022-04-26T04:25:53.255440+0000 mon.smithi136 (mon.0) 2355 : audit [DBG] from='client.? 172.21.15.136:0/1890338179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:53 smithi136 bash[11745]: cluster 2022-04-26T04:25:52.758040+0000 mgr.smithi136.ofnrfx (mgr.14188) 3246 : cluster [DBG] pgmap v3029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:53 smithi136 bash[11745]: audit 2022-04-26T04:25:53.255440+0000 mon.smithi136 (mon.0) 2355 : audit [DBG] from='client.? 172.21.15.136:0/1890338179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:55 smithi136 bash[11745]: cluster 2022-04-26T04:25:54.758664+0000 mgr.smithi136.ofnrfx (mgr.14188) 3247 : cluster [DBG] pgmap v3030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:55 smithi136 bash[11745]: audit 2022-04-26T04:25:54.762940+0000 mon.smithi136 (mon.0) 2356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:25:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:55 smithi136 bash[11745]: audit 2022-04-26T04:25:54.765484+0000 mon.smithi136 (mon.0) 2357 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:25:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:55 smithi136 bash[11745]: audit 2022-04-26T04:25:54.767162+0000 mon.smithi136 (mon.0) 2358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:25:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:55 smithi145 bash[13673]: cluster 2022-04-26T04:25:54.758664+0000 mgr.smithi136.ofnrfx (mgr.14188) 3247 : cluster [DBG] pgmap v3030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:55 smithi145 bash[13673]: audit 2022-04-26T04:25:54.762940+0000 mon.smithi136 (mon.0) 2356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:25:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:55 smithi145 bash[13673]: audit 2022-04-26T04:25:54.765484+0000 mon.smithi136 (mon.0) 2357 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:25:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:55 smithi145 bash[13673]: audit 2022-04-26T04:25:54.767162+0000 mon.smithi136 (mon.0) 2358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:25:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:57 smithi145 bash[13673]: cluster 2022-04-26T04:25:56.759312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3248 : cluster [DBG] pgmap v3031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:58.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:25:58.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:25:58.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:25:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:57 smithi136 bash[11745]: cluster 2022-04-26T04:25:56.759312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3248 : cluster [DBG] pgmap v3031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:25:58.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:25:58.859 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:58 smithi145 bash[13673]: audit 2022-04-26T04:25:58.584829+0000 mon.smithi136 (mon.0) 2359 : audit [DBG] from='client.? 172.21.15.136:0/909319588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:25:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:58 smithi136 bash[11745]: audit 2022-04-26T04:25:58.584829+0000 mon.smithi136 (mon.0) 2359 : audit [DBG] from='client.? 172.21.15.136:0/909319588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:25:59 smithi145 bash[13673]: cluster 2022-04-26T04:25:58.760047+0000 mgr.smithi136.ofnrfx (mgr.14188) 3249 : cluster [DBG] pgmap v3032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:00.255 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:25:59 smithi136 bash[11745]: cluster 2022-04-26T04:25:58.760047+0000 mgr.smithi136.ofnrfx (mgr.14188) 3249 : cluster [DBG] pgmap v3032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:01 smithi145 bash[13673]: cluster 2022-04-26T04:26:00.760653+0000 mgr.smithi136.ofnrfx (mgr.14188) 3250 : cluster [DBG] pgmap v3033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:01 smithi136 bash[11745]: cluster 2022-04-26T04:26:00.760653+0000 mgr.smithi136.ofnrfx (mgr.14188) 3250 : cluster [DBG] pgmap v3033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:02 smithi145 bash[13673]: audit 2022-04-26T04:26:02.288242+0000 mon.smithi136 (mon.0) 2360 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:26:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:02 smithi145 bash[13673]: audit 2022-04-26T04:26:02.292194+0000 mon.smithi136 (mon.0) 2361 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:26:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:02 smithi145 bash[13673]: audit 2022-04-26T04:26:02.596451+0000 mon.smithi136 (mon.0) 2362 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:26:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:02 smithi136 bash[11745]: audit 2022-04-26T04:26:02.288242+0000 mon.smithi136 (mon.0) 2360 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:26:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:02 smithi136 bash[11745]: audit 2022-04-26T04:26:02.292194+0000 mon.smithi136 (mon.0) 2361 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:26:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:02 smithi136 bash[11745]: audit 2022-04-26T04:26:02.596451+0000 mon.smithi136 (mon.0) 2362 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:26:03.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:03.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:03.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:03.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: cephadm 2022-04-26T04:26:02.584348+0000 mgr.smithi136.ofnrfx (mgr.14188) 3251 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T04:26:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: cluster 2022-04-26T04:26:02.761320+0000 mgr.smithi136.ofnrfx (mgr.14188) 3252 : cluster [DBG] pgmap v3034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: cluster 2022-04-26T04:26:02.885984+0000 mgr.smithi136.ofnrfx (mgr.14188) 3253 : cluster [DBG] pgmap v3035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: cluster 2022-04-26T04:26:02.886479+0000 mgr.smithi136.ofnrfx (mgr.14188) 3254 : cluster [DBG] pgmap v3036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: audit 2022-04-26T04:26:02.893788+0000 mon.smithi136 (mon.0) 2363 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:26:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: audit 2022-04-26T04:26:02.904942+0000 mon.smithi136 (mon.0) 2364 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:26:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: cephadm 2022-04-26T04:26:02.906576+0000 mgr.smithi136.ofnrfx (mgr.14188) 3255 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:26:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: cephadm 2022-04-26T04:26:02.906845+0000 mgr.smithi136.ofnrfx (mgr.14188) 3256 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:26:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: audit 2022-04-26T04:26:02.915986+0000 mon.smithi136 (mon.0) 2365 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T04:26:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:03 smithi145 bash[13673]: audit 2022-04-26T04:26:02.917090+0000 mon.smithi136 (mon.0) 2366 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:26:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: cephadm 2022-04-26T04:26:02.584348+0000 mgr.smithi136.ofnrfx (mgr.14188) 3251 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T04:26:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: cluster 2022-04-26T04:26:02.761320+0000 mgr.smithi136.ofnrfx (mgr.14188) 3252 : cluster [DBG] pgmap v3034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: cluster 2022-04-26T04:26:02.885984+0000 mgr.smithi136.ofnrfx (mgr.14188) 3253 : cluster [DBG] pgmap v3035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: cluster 2022-04-26T04:26:02.886479+0000 mgr.smithi136.ofnrfx (mgr.14188) 3254 : cluster [DBG] pgmap v3036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: audit 2022-04-26T04:26:02.893788+0000 mon.smithi136 (mon.0) 2363 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: audit 2022-04-26T04:26:02.904942+0000 mon.smithi136 (mon.0) 2364 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: cephadm 2022-04-26T04:26:02.906576+0000 mgr.smithi136.ofnrfx (mgr.14188) 3255 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: cephadm 2022-04-26T04:26:02.906845+0000 mgr.smithi136.ofnrfx (mgr.14188) 3256 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: audit 2022-04-26T04:26:02.915986+0000 mon.smithi136 (mon.0) 2365 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T04:26:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:03 smithi136 bash[11745]: audit 2022-04-26T04:26:02.917090+0000 mon.smithi136 (mon.0) 2366 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:26:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:04 smithi145 bash[13673]: audit 2022-04-26T04:26:03.909273+0000 mon.smithi136 (mon.0) 2367 : audit [DBG] from='client.? 172.21.15.136:0/2963722608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:04 smithi136 bash[11745]: audit 2022-04-26T04:26:03.909273+0000 mon.smithi136 (mon.0) 2367 : audit [DBG] from='client.? 172.21.15.136:0/2963722608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:05 smithi145 bash[13673]: cluster 2022-04-26T04:26:04.887021+0000 mgr.smithi136.ofnrfx (mgr.14188) 3257 : cluster [DBG] pgmap v3037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:05 smithi136 bash[11745]: cluster 2022-04-26T04:26:04.887021+0000 mgr.smithi136.ofnrfx (mgr.14188) 3257 : cluster [DBG] pgmap v3037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:08.215 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:07 smithi145 bash[13673]: cluster 2022-04-26T04:26:06.887656+0000 mgr.smithi136.ofnrfx (mgr.14188) 3258 : cluster [DBG] pgmap v3038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:07 smithi136 bash[11745]: cluster 2022-04-26T04:26:06.887656+0000 mgr.smithi136.ofnrfx (mgr.14188) 3258 : cluster [DBG] pgmap v3038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:08.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:08.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:08.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:09.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:10.256 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:09 smithi136 bash[11745]: cluster 2022-04-26T04:26:08.888301+0000 mgr.smithi136.ofnrfx (mgr.14188) 3259 : cluster [DBG] pgmap v3039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:10.256 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:09 smithi136 bash[11745]: audit 2022-04-26T04:26:09.240922+0000 mon.smithi136 (mon.0) 2368 : audit [DBG] from='client.? 172.21.15.136:0/3679888082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:09 smithi145 bash[13673]: cluster 2022-04-26T04:26:08.888301+0000 mgr.smithi136.ofnrfx (mgr.14188) 3259 : cluster [DBG] pgmap v3039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:09 smithi145 bash[13673]: audit 2022-04-26T04:26:09.240922+0000 mon.smithi136 (mon.0) 2368 : audit [DBG] from='client.? 172.21.15.136:0/3679888082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:11 smithi136 bash[11745]: cluster 2022-04-26T04:26:10.888937+0000 mgr.smithi136.ofnrfx (mgr.14188) 3260 : cluster [DBG] pgmap v3040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:11 smithi145 bash[13673]: cluster 2022-04-26T04:26:10.888937+0000 mgr.smithi136.ofnrfx (mgr.14188) 3260 : cluster [DBG] pgmap v3040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:14.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:14.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:14.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:13 smithi136 bash[11745]: cluster 2022-04-26T04:26:12.889551+0000 mgr.smithi136.ofnrfx (mgr.14188) 3261 : cluster [DBG] pgmap v3041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:13 smithi145 bash[13673]: cluster 2022-04-26T04:26:12.889551+0000 mgr.smithi136.ofnrfx (mgr.14188) 3261 : cluster [DBG] pgmap v3041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:14.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:15.199 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:14 smithi145 bash[13673]: audit 2022-04-26T04:26:14.572128+0000 mon.smithi136 (mon.0) 2369 : audit [DBG] from='client.? 172.21.15.136:0/501203737' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:14 smithi136 bash[11745]: audit 2022-04-26T04:26:14.572128+0000 mon.smithi136 (mon.0) 2369 : audit [DBG] from='client.? 172.21.15.136:0/501203737' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:15 smithi145 bash[13673]: cluster 2022-04-26T04:26:14.890155+0000 mgr.smithi136.ofnrfx (mgr.14188) 3262 : cluster [DBG] pgmap v3042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:15 smithi136 bash[11745]: cluster 2022-04-26T04:26:14.890155+0000 mgr.smithi136.ofnrfx (mgr.14188) 3262 : cluster [DBG] pgmap v3042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:17 smithi136 bash[11745]: audit 2022-04-26T04:26:16.273392+0000 mon.smithi136 (mon.0) 2370 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:26:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:17 smithi136 bash[11745]: cluster 2022-04-26T04:26:16.890788+0000 mgr.smithi136.ofnrfx (mgr.14188) 3263 : cluster [DBG] pgmap v3043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:17 smithi145 bash[13673]: audit 2022-04-26T04:26:16.273392+0000 mon.smithi136 (mon.0) 2370 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:26:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:17 smithi145 bash[13673]: cluster 2022-04-26T04:26:16.890788+0000 mgr.smithi136.ofnrfx (mgr.14188) 3263 : cluster [DBG] pgmap v3043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:19.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:19.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:19.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:19.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:20.256 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:19 smithi136 bash[11745]: cluster 2022-04-26T04:26:18.891400+0000 mgr.smithi136.ofnrfx (mgr.14188) 3264 : cluster [DBG] pgmap v3044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:20.256 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:19 smithi136 bash[11745]: audit 2022-04-26T04:26:19.899997+0000 mon.smithi136 (mon.0) 2371 : audit [DBG] from='client.? 172.21.15.136:0/1734548245' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:19 smithi145 bash[13673]: cluster 2022-04-26T04:26:18.891400+0000 mgr.smithi136.ofnrfx (mgr.14188) 3264 : cluster [DBG] pgmap v3044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:19 smithi145 bash[13673]: audit 2022-04-26T04:26:19.899997+0000 mon.smithi136 (mon.0) 2371 : audit [DBG] from='client.? 172.21.15.136:0/1734548245' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:21 smithi136 bash[11745]: cluster 2022-04-26T04:26:20.892055+0000 mgr.smithi136.ofnrfx (mgr.14188) 3265 : cluster [DBG] pgmap v3045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:21 smithi145 bash[13673]: cluster 2022-04-26T04:26:20.892055+0000 mgr.smithi136.ofnrfx (mgr.14188) 3265 : cluster [DBG] pgmap v3045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:23 smithi136 bash[11745]: cluster 2022-04-26T04:26:22.892653+0000 mgr.smithi136.ofnrfx (mgr.14188) 3266 : cluster [DBG] pgmap v3046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:23 smithi145 bash[13673]: cluster 2022-04-26T04:26:22.892653+0000 mgr.smithi136.ofnrfx (mgr.14188) 3266 : cluster [DBG] pgmap v3046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:24.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:24.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:24.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:25.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:25 smithi136 bash[11745]: cluster 2022-04-26T04:26:24.893252+0000 mgr.smithi136.ofnrfx (mgr.14188) 3267 : cluster [DBG] pgmap v3047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:25 smithi136 bash[11745]: audit 2022-04-26T04:26:25.227947+0000 mon.smithi136 (mon.0) 2372 : audit [DBG] from='client.? 172.21.15.136:0/2584553381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:25 smithi145 bash[13673]: cluster 2022-04-26T04:26:24.893252+0000 mgr.smithi136.ofnrfx (mgr.14188) 3267 : cluster [DBG] pgmap v3047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:25 smithi145 bash[13673]: audit 2022-04-26T04:26:25.227947+0000 mon.smithi136 (mon.0) 2372 : audit [DBG] from='client.? 172.21.15.136:0/2584553381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:27 smithi136 bash[11745]: cluster 2022-04-26T04:26:26.893902+0000 mgr.smithi136.ofnrfx (mgr.14188) 3268 : cluster [DBG] pgmap v3048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:27 smithi145 bash[13673]: cluster 2022-04-26T04:26:26.893902+0000 mgr.smithi136.ofnrfx (mgr.14188) 3268 : cluster [DBG] pgmap v3048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:30.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:30.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:30.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:30.256 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:29 smithi136 bash[11745]: cluster 2022-04-26T04:26:28.894516+0000 mgr.smithi136.ofnrfx (mgr.14188) 3269 : cluster [DBG] pgmap v3049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:29 smithi145 bash[13673]: cluster 2022-04-26T04:26:28.894516+0000 mgr.smithi136.ofnrfx (mgr.14188) 3269 : cluster [DBG] pgmap v3049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:30.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:30 smithi136 bash[11745]: audit 2022-04-26T04:26:30.562226+0000 mon.smithi136 (mon.0) 2373 : audit [DBG] from='client.? 172.21.15.136:0/3916860576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:30 smithi145 bash[13673]: audit 2022-04-26T04:26:30.562226+0000 mon.smithi136 (mon.0) 2373 : audit [DBG] from='client.? 172.21.15.136:0/3916860576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:31 smithi136 bash[11745]: cluster 2022-04-26T04:26:30.895156+0000 mgr.smithi136.ofnrfx (mgr.14188) 3270 : cluster [DBG] pgmap v3050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:31 smithi145 bash[13673]: cluster 2022-04-26T04:26:30.895156+0000 mgr.smithi136.ofnrfx (mgr.14188) 3270 : cluster [DBG] pgmap v3050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:33 smithi136 bash[11745]: cluster 2022-04-26T04:26:32.895795+0000 mgr.smithi136.ofnrfx (mgr.14188) 3271 : cluster [DBG] pgmap v3051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:33 smithi145 bash[13673]: cluster 2022-04-26T04:26:32.895795+0000 mgr.smithi136.ofnrfx (mgr.14188) 3271 : cluster [DBG] pgmap v3051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:35.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:35.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:35.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:35.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:35 smithi136 bash[11745]: cluster 2022-04-26T04:26:34.896438+0000 mgr.smithi136.ofnrfx (mgr.14188) 3272 : cluster [DBG] pgmap v3052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:35 smithi145 bash[13673]: cluster 2022-04-26T04:26:34.896438+0000 mgr.smithi136.ofnrfx (mgr.14188) 3272 : cluster [DBG] pgmap v3052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:36 smithi136 bash[11745]: audit 2022-04-26T04:26:35.889124+0000 mon.smithi136 (mon.0) 2374 : audit [DBG] from='client.? 172.21.15.136:0/254647618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:36 smithi145 bash[13673]: audit 2022-04-26T04:26:35.889124+0000 mon.smithi136 (mon.0) 2374 : audit [DBG] from='client.? 172.21.15.136:0/254647618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:38.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:37 smithi136 bash[11745]: cluster 2022-04-26T04:26:36.897110+0000 mgr.smithi136.ofnrfx (mgr.14188) 3273 : cluster [DBG] pgmap v3053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:37 smithi145 bash[13673]: cluster 2022-04-26T04:26:36.897110+0000 mgr.smithi136.ofnrfx (mgr.14188) 3273 : cluster [DBG] pgmap v3053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:40.255 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:39 smithi136 bash[11745]: cluster 2022-04-26T04:26:38.897835+0000 mgr.smithi136.ofnrfx (mgr.14188) 3274 : cluster [DBG] pgmap v3054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:39 smithi145 bash[13673]: cluster 2022-04-26T04:26:38.897835+0000 mgr.smithi136.ofnrfx (mgr.14188) 3274 : cluster [DBG] pgmap v3054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:40.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:40.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:40.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:41.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:41 smithi136 bash[11745]: cluster 2022-04-26T04:26:40.898468+0000 mgr.smithi136.ofnrfx (mgr.14188) 3275 : cluster [DBG] pgmap v3055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:41 smithi136 bash[11745]: audit 2022-04-26T04:26:41.220964+0000 mon.smithi136 (mon.0) 2375 : audit [DBG] from='client.? 172.21.15.136:0/1454978575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:41 smithi145 bash[13673]: cluster 2022-04-26T04:26:40.898468+0000 mgr.smithi136.ofnrfx (mgr.14188) 3275 : cluster [DBG] pgmap v3055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:41 smithi145 bash[13673]: audit 2022-04-26T04:26:41.220964+0000 mon.smithi136 (mon.0) 2375 : audit [DBG] from='client.? 172.21.15.136:0/1454978575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:43 smithi136 bash[11745]: cluster 2022-04-26T04:26:42.899171+0000 mgr.smithi136.ofnrfx (mgr.14188) 3276 : cluster [DBG] pgmap v3056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:43 smithi145 bash[13673]: cluster 2022-04-26T04:26:42.899171+0000 mgr.smithi136.ofnrfx (mgr.14188) 3276 : cluster [DBG] pgmap v3056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:45 smithi136 bash[11745]: cluster 2022-04-26T04:26:44.899963+0000 mgr.smithi136.ofnrfx (mgr.14188) 3277 : cluster [DBG] pgmap v3057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:45 smithi145 bash[13673]: cluster 2022-04-26T04:26:44.899963+0000 mgr.smithi136.ofnrfx (mgr.14188) 3277 : cluster [DBG] pgmap v3057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:46.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:46.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:46.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:46.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:46 smithi136 bash[11745]: audit 2022-04-26T04:26:46.547062+0000 mon.smithi136 (mon.0) 2376 : audit [DBG] from='client.? 172.21.15.136:0/3027036993' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:46 smithi145 bash[13673]: audit 2022-04-26T04:26:46.547062+0000 mon.smithi136 (mon.0) 2376 : audit [DBG] from='client.? 172.21.15.136:0/3027036993' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:47 smithi136 bash[11745]: cluster 2022-04-26T04:26:46.900643+0000 mgr.smithi136.ofnrfx (mgr.14188) 3278 : cluster [DBG] pgmap v3058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:47 smithi145 bash[13673]: cluster 2022-04-26T04:26:46.900643+0000 mgr.smithi136.ofnrfx (mgr.14188) 3278 : cluster [DBG] pgmap v3058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:50.256 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:49 smithi136 bash[11745]: cluster 2022-04-26T04:26:48.901288+0000 mgr.smithi136.ofnrfx (mgr.14188) 3279 : cluster [DBG] pgmap v3059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:49 smithi145 bash[13673]: cluster 2022-04-26T04:26:48.901288+0000 mgr.smithi136.ofnrfx (mgr.14188) 3279 : cluster [DBG] pgmap v3059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:51.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:51.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:51.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:51.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:51 smithi136 bash[11745]: cluster 2022-04-26T04:26:50.901914+0000 mgr.smithi136.ofnrfx (mgr.14188) 3280 : cluster [DBG] pgmap v3060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:51 smithi136 bash[11745]: audit 2022-04-26T04:26:51.874119+0000 mon.smithi136 (mon.0) 2377 : audit [DBG] from='client.? 172.21.15.136:0/1222531691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:51 smithi145 bash[13673]: cluster 2022-04-26T04:26:50.901914+0000 mgr.smithi136.ofnrfx (mgr.14188) 3280 : cluster [DBG] pgmap v3060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:51 smithi145 bash[13673]: audit 2022-04-26T04:26:51.874119+0000 mon.smithi136 (mon.0) 2377 : audit [DBG] from='client.? 172.21.15.136:0/1222531691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:53 smithi136 bash[11745]: cluster 2022-04-26T04:26:52.902547+0000 mgr.smithi136.ofnrfx (mgr.14188) 3281 : cluster [DBG] pgmap v3061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:53 smithi145 bash[13673]: cluster 2022-04-26T04:26:52.902547+0000 mgr.smithi136.ofnrfx (mgr.14188) 3281 : cluster [DBG] pgmap v3061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:55 smithi136 bash[11745]: cluster 2022-04-26T04:26:54.903160+0000 mgr.smithi136.ofnrfx (mgr.14188) 3282 : cluster [DBG] pgmap v3062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:55 smithi145 bash[13673]: cluster 2022-04-26T04:26:54.903160+0000 mgr.smithi136.ofnrfx (mgr.14188) 3282 : cluster [DBG] pgmap v3062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:56.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:26:56.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:26:56.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:26:57.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:26:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:57 smithi136 bash[11745]: cluster 2022-04-26T04:26:56.903791+0000 mgr.smithi136.ofnrfx (mgr.14188) 3283 : cluster [DBG] pgmap v3063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:57 smithi136 bash[11745]: audit 2022-04-26T04:26:57.199795+0000 mon.smithi136 (mon.0) 2378 : audit [DBG] from='client.? 172.21.15.136:0/1496727195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:26:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:57 smithi145 bash[13673]: cluster 2022-04-26T04:26:56.903791+0000 mgr.smithi136.ofnrfx (mgr.14188) 3283 : cluster [DBG] pgmap v3063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:26:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:57 smithi145 bash[13673]: audit 2022-04-26T04:26:57.199795+0000 mon.smithi136 (mon.0) 2378 : audit [DBG] from='client.? 172.21.15.136:0/1496727195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:00.256 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:26:59 smithi136 bash[11745]: cluster 2022-04-26T04:26:58.904520+0000 mgr.smithi136.ofnrfx (mgr.14188) 3284 : cluster [DBG] pgmap v3064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:26:59 smithi145 bash[13673]: cluster 2022-04-26T04:26:58.904520+0000 mgr.smithi136.ofnrfx (mgr.14188) 3284 : cluster [DBG] pgmap v3064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:02.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:02.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:02.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:01 smithi136 bash[11745]: cluster 2022-04-26T04:27:00.905216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3285 : cluster [DBG] pgmap v3065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:01 smithi145 bash[13673]: cluster 2022-04-26T04:27:00.905216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3285 : cluster [DBG] pgmap v3065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:02.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:02 smithi136 bash[11745]: audit 2022-04-26T04:27:02.292421+0000 mon.smithi136 (mon.0) 2379 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:27:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:02 smithi136 bash[11745]: audit 2022-04-26T04:27:02.296067+0000 mon.smithi136 (mon.0) 2380 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:27:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:02 smithi136 bash[11745]: audit 2022-04-26T04:27:02.530331+0000 mon.smithi136 (mon.0) 2381 : audit [DBG] from='client.? 172.21.15.136:0/1183999073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:02 smithi145 bash[13673]: audit 2022-04-26T04:27:02.292421+0000 mon.smithi136 (mon.0) 2379 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:27:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:02 smithi145 bash[13673]: audit 2022-04-26T04:27:02.296067+0000 mon.smithi136 (mon.0) 2380 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:27:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:02 smithi145 bash[13673]: audit 2022-04-26T04:27:02.530331+0000 mon.smithi136 (mon.0) 2381 : audit [DBG] from='client.? 172.21.15.136:0/1183999073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:03 smithi136 bash[11745]: cluster 2022-04-26T04:27:02.905825+0000 mgr.smithi136.ofnrfx (mgr.14188) 3286 : cluster [DBG] pgmap v3066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:03 smithi145 bash[13673]: cluster 2022-04-26T04:27:02.905825+0000 mgr.smithi136.ofnrfx (mgr.14188) 3286 : cluster [DBG] pgmap v3066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:05 smithi136 bash[11745]: cluster 2022-04-26T04:27:04.906418+0000 mgr.smithi136.ofnrfx (mgr.14188) 3287 : cluster [DBG] pgmap v3067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:05 smithi145 bash[13673]: cluster 2022-04-26T04:27:04.906418+0000 mgr.smithi136.ofnrfx (mgr.14188) 3287 : cluster [DBG] pgmap v3067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:07.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:07.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:07.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:07.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:07 smithi136 bash[11745]: cluster 2022-04-26T04:27:06.907055+0000 mgr.smithi136.ofnrfx (mgr.14188) 3288 : cluster [DBG] pgmap v3068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:07 smithi136 bash[11745]: audit 2022-04-26T04:27:07.864759+0000 mon.smithi136 (mon.0) 2382 : audit [DBG] from='client.? 172.21.15.136:0/1845529817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:07 smithi145 bash[13673]: cluster 2022-04-26T04:27:06.907055+0000 mgr.smithi136.ofnrfx (mgr.14188) 3288 : cluster [DBG] pgmap v3068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:07 smithi145 bash[13673]: audit 2022-04-26T04:27:07.864759+0000 mon.smithi136 (mon.0) 2382 : audit [DBG] from='client.? 172.21.15.136:0/1845529817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:10.257 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:09 smithi136 bash[11745]: cluster 2022-04-26T04:27:08.907703+0000 mgr.smithi136.ofnrfx (mgr.14188) 3289 : cluster [DBG] pgmap v3069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:09 smithi145 bash[13673]: cluster 2022-04-26T04:27:08.907703+0000 mgr.smithi136.ofnrfx (mgr.14188) 3289 : cluster [DBG] pgmap v3069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:11 smithi136 bash[11745]: cluster 2022-04-26T04:27:10.908281+0000 mgr.smithi136.ofnrfx (mgr.14188) 3290 : cluster [DBG] pgmap v3070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:11 smithi145 bash[13673]: cluster 2022-04-26T04:27:10.908281+0000 mgr.smithi136.ofnrfx (mgr.14188) 3290 : cluster [DBG] pgmap v3070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:12.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:12.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:12.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:13.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:13 smithi136 bash[11745]: cluster 2022-04-26T04:27:12.908956+0000 mgr.smithi136.ofnrfx (mgr.14188) 3291 : cluster [DBG] pgmap v3071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:13 smithi136 bash[11745]: audit 2022-04-26T04:27:13.187454+0000 mon.smithi136 (mon.0) 2383 : audit [DBG] from='client.? 172.21.15.136:0/2310863122' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:13 smithi145 bash[13673]: cluster 2022-04-26T04:27:12.908956+0000 mgr.smithi136.ofnrfx (mgr.14188) 3291 : cluster [DBG] pgmap v3071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:13 smithi145 bash[13673]: audit 2022-04-26T04:27:13.187454+0000 mon.smithi136 (mon.0) 2383 : audit [DBG] from='client.? 172.21.15.136:0/2310863122' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:15 smithi136 bash[11745]: cluster 2022-04-26T04:27:14.909563+0000 mgr.smithi136.ofnrfx (mgr.14188) 3292 : cluster [DBG] pgmap v3072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:15 smithi145 bash[13673]: cluster 2022-04-26T04:27:14.909563+0000 mgr.smithi136.ofnrfx (mgr.14188) 3292 : cluster [DBG] pgmap v3072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:16 smithi136 bash[11745]: audit 2022-04-26T04:27:16.278308+0000 mon.smithi136 (mon.0) 2384 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:27:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:16 smithi136 bash[11745]: audit 2022-04-26T04:27:16.281367+0000 mon.smithi136 (mon.0) 2385 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:27:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:16 smithi136 bash[11745]: audit 2022-04-26T04:27:16.283476+0000 mon.smithi136 (mon.0) 2386 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:27:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:16 smithi136 bash[11745]: audit 2022-04-26T04:27:16.590863+0000 mon.smithi136 (mon.0) 2387 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:27:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:16 smithi136 bash[11745]: audit 2022-04-26T04:27:16.598110+0000 mon.smithi136 (mon.0) 2388 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:27:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:16 smithi145 bash[13673]: audit 2022-04-26T04:27:16.278308+0000 mon.smithi136 (mon.0) 2384 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:27:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:16 smithi145 bash[13673]: audit 2022-04-26T04:27:16.281367+0000 mon.smithi136 (mon.0) 2385 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:27:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:16 smithi145 bash[13673]: audit 2022-04-26T04:27:16.283476+0000 mon.smithi136 (mon.0) 2386 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:27:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:16 smithi145 bash[13673]: audit 2022-04-26T04:27:16.590863+0000 mon.smithi136 (mon.0) 2387 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:27:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:16 smithi145 bash[13673]: audit 2022-04-26T04:27:16.598110+0000 mon.smithi136 (mon.0) 2388 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:27:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:17 smithi136 bash[11745]: cluster 2022-04-26T04:27:16.583832+0000 mgr.smithi136.ofnrfx (mgr.14188) 3293 : cluster [DBG] pgmap v3073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:17 smithi136 bash[11745]: cluster 2022-04-26T04:27:16.584135+0000 mgr.smithi136.ofnrfx (mgr.14188) 3294 : cluster [DBG] pgmap v3074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:17 smithi136 bash[11745]: cephadm 2022-04-26T04:27:16.599023+0000 mgr.smithi136.ofnrfx (mgr.14188) 3295 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:27:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:17 smithi136 bash[11745]: cephadm 2022-04-26T04:27:16.599168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3296 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:27:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:17 smithi145 bash[13673]: cluster 2022-04-26T04:27:16.583832+0000 mgr.smithi136.ofnrfx (mgr.14188) 3293 : cluster [DBG] pgmap v3073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:17 smithi145 bash[13673]: cluster 2022-04-26T04:27:16.584135+0000 mgr.smithi136.ofnrfx (mgr.14188) 3294 : cluster [DBG] pgmap v3074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:17 smithi145 bash[13673]: cephadm 2022-04-26T04:27:16.599023+0000 mgr.smithi136.ofnrfx (mgr.14188) 3295 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:27:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:17 smithi145 bash[13673]: cephadm 2022-04-26T04:27:16.599168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3296 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:27:18.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:18.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:18.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:18.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:18 smithi136 bash[11745]: audit 2022-04-26T04:27:18.522465+0000 mon.smithi136 (mon.0) 2389 : audit [DBG] from='client.? 172.21.15.136:0/1953727944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:18 smithi145 bash[13673]: audit 2022-04-26T04:27:18.522465+0000 mon.smithi136 (mon.0) 2389 : audit [DBG] from='client.? 172.21.15.136:0/1953727944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:19 smithi136 bash[11745]: cluster 2022-04-26T04:27:18.584677+0000 mgr.smithi136.ofnrfx (mgr.14188) 3297 : cluster [DBG] pgmap v3075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:19 smithi145 bash[13673]: cluster 2022-04-26T04:27:18.584677+0000 mgr.smithi136.ofnrfx (mgr.14188) 3297 : cluster [DBG] pgmap v3075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:21 smithi136 bash[11745]: cluster 2022-04-26T04:27:20.585290+0000 mgr.smithi136.ofnrfx (mgr.14188) 3298 : cluster [DBG] pgmap v3076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:21 smithi145 bash[13673]: cluster 2022-04-26T04:27:20.585290+0000 mgr.smithi136.ofnrfx (mgr.14188) 3298 : cluster [DBG] pgmap v3076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:23.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:23.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:23.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:23.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:23 smithi136 bash[11745]: cluster 2022-04-26T04:27:22.586002+0000 mgr.smithi136.ofnrfx (mgr.14188) 3299 : cluster [DBG] pgmap v3077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:23 smithi145 bash[13673]: cluster 2022-04-26T04:27:22.586002+0000 mgr.smithi136.ofnrfx (mgr.14188) 3299 : cluster [DBG] pgmap v3077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:24 smithi136 bash[11745]: audit 2022-04-26T04:27:23.859208+0000 mon.smithi136 (mon.0) 2390 : audit [DBG] from='client.? 172.21.15.136:0/4119891684' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:24 smithi145 bash[13673]: audit 2022-04-26T04:27:23.859208+0000 mon.smithi136 (mon.0) 2390 : audit [DBG] from='client.? 172.21.15.136:0/4119891684' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:25 smithi136 bash[11745]: cluster 2022-04-26T04:27:24.586643+0000 mgr.smithi136.ofnrfx (mgr.14188) 3300 : cluster [DBG] pgmap v3078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:25 smithi145 bash[13673]: cluster 2022-04-26T04:27:24.586643+0000 mgr.smithi136.ofnrfx (mgr.14188) 3300 : cluster [DBG] pgmap v3078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:27 smithi136 bash[11745]: cluster 2022-04-26T04:27:26.587260+0000 mgr.smithi136.ofnrfx (mgr.14188) 3301 : cluster [DBG] pgmap v3079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:27 smithi145 bash[13673]: cluster 2022-04-26T04:27:26.587260+0000 mgr.smithi136.ofnrfx (mgr.14188) 3301 : cluster [DBG] pgmap v3079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:28.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:28.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:28.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:29.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:29 smithi136 bash[11745]: cluster 2022-04-26T04:27:28.587920+0000 mgr.smithi136.ofnrfx (mgr.14188) 3302 : cluster [DBG] pgmap v3080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:29 smithi136 bash[11745]: audit 2022-04-26T04:27:29.186240+0000 mon.smithi136 (mon.0) 2391 : audit [DBG] from='client.? 172.21.15.136:0/1313650625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:29 smithi145 bash[13673]: cluster 2022-04-26T04:27:28.587920+0000 mgr.smithi136.ofnrfx (mgr.14188) 3302 : cluster [DBG] pgmap v3080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:29 smithi145 bash[13673]: audit 2022-04-26T04:27:29.186240+0000 mon.smithi136 (mon.0) 2391 : audit [DBG] from='client.? 172.21.15.136:0/1313650625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:31 smithi136 bash[11745]: cluster 2022-04-26T04:27:30.588527+0000 mgr.smithi136.ofnrfx (mgr.14188) 3303 : cluster [DBG] pgmap v3081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:31 smithi145 bash[13673]: cluster 2022-04-26T04:27:30.588527+0000 mgr.smithi136.ofnrfx (mgr.14188) 3303 : cluster [DBG] pgmap v3081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:33 smithi136 bash[11745]: cluster 2022-04-26T04:27:32.589232+0000 mgr.smithi136.ofnrfx (mgr.14188) 3304 : cluster [DBG] pgmap v3082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:33 smithi145 bash[13673]: cluster 2022-04-26T04:27:32.589232+0000 mgr.smithi136.ofnrfx (mgr.14188) 3304 : cluster [DBG] pgmap v3082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:34.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:34.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:34.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:34.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:34 smithi136 bash[11745]: audit 2022-04-26T04:27:34.514479+0000 mon.smithi136 (mon.0) 2392 : audit [DBG] from='client.? 172.21.15.136:0/3978643957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:34 smithi145 bash[13673]: audit 2022-04-26T04:27:34.514479+0000 mon.smithi136 (mon.0) 2392 : audit [DBG] from='client.? 172.21.15.136:0/3978643957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:35 smithi136 bash[11745]: cluster 2022-04-26T04:27:34.589991+0000 mgr.smithi136.ofnrfx (mgr.14188) 3305 : cluster [DBG] pgmap v3083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:35 smithi145 bash[13673]: cluster 2022-04-26T04:27:34.589991+0000 mgr.smithi136.ofnrfx (mgr.14188) 3305 : cluster [DBG] pgmap v3083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:37 smithi136 bash[11745]: cluster 2022-04-26T04:27:36.590665+0000 mgr.smithi136.ofnrfx (mgr.14188) 3306 : cluster [DBG] pgmap v3084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:37 smithi145 bash[13673]: cluster 2022-04-26T04:27:36.590665+0000 mgr.smithi136.ofnrfx (mgr.14188) 3306 : cluster [DBG] pgmap v3084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:39.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:39.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:39.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:39.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:39 smithi136 bash[11745]: cluster 2022-04-26T04:27:38.591300+0000 mgr.smithi136.ofnrfx (mgr.14188) 3307 : cluster [DBG] pgmap v3085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:39 smithi145 bash[13673]: cluster 2022-04-26T04:27:38.591300+0000 mgr.smithi136.ofnrfx (mgr.14188) 3307 : cluster [DBG] pgmap v3085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:40 smithi145 bash[13673]: audit 2022-04-26T04:27:39.834648+0000 mon.smithi136 (mon.0) 2393 : audit [DBG] from='client.? 172.21.15.136:0/3757853670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:40 smithi136 bash[11745]: audit 2022-04-26T04:27:39.834648+0000 mon.smithi136 (mon.0) 2393 : audit [DBG] from='client.? 172.21.15.136:0/3757853670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:41 smithi145 bash[13673]: cluster 2022-04-26T04:27:40.591901+0000 mgr.smithi136.ofnrfx (mgr.14188) 3308 : cluster [DBG] pgmap v3086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:41 smithi136 bash[11745]: cluster 2022-04-26T04:27:40.591901+0000 mgr.smithi136.ofnrfx (mgr.14188) 3308 : cluster [DBG] pgmap v3086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:43 smithi145 bash[13673]: cluster 2022-04-26T04:27:42.592527+0000 mgr.smithi136.ofnrfx (mgr.14188) 3309 : cluster [DBG] pgmap v3087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:43 smithi136 bash[11745]: cluster 2022-04-26T04:27:42.592527+0000 mgr.smithi136.ofnrfx (mgr.14188) 3309 : cluster [DBG] pgmap v3087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:44.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:44.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:44.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:45.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:45 smithi145 bash[13673]: cluster 2022-04-26T04:27:44.593146+0000 mgr.smithi136.ofnrfx (mgr.14188) 3310 : cluster [DBG] pgmap v3088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:45 smithi145 bash[13673]: audit 2022-04-26T04:27:45.153442+0000 mon.smithi136 (mon.0) 2394 : audit [DBG] from='client.? 172.21.15.136:0/3742352469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:45 smithi136 bash[11745]: cluster 2022-04-26T04:27:44.593146+0000 mgr.smithi136.ofnrfx (mgr.14188) 3310 : cluster [DBG] pgmap v3088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:45 smithi136 bash[11745]: audit 2022-04-26T04:27:45.153442+0000 mon.smithi136 (mon.0) 2394 : audit [DBG] from='client.? 172.21.15.136:0/3742352469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:47 smithi145 bash[13673]: cluster 2022-04-26T04:27:46.593766+0000 mgr.smithi136.ofnrfx (mgr.14188) 3311 : cluster [DBG] pgmap v3089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:47 smithi136 bash[11745]: cluster 2022-04-26T04:27:46.593766+0000 mgr.smithi136.ofnrfx (mgr.14188) 3311 : cluster [DBG] pgmap v3089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:49 smithi145 bash[13673]: cluster 2022-04-26T04:27:48.594381+0000 mgr.smithi136.ofnrfx (mgr.14188) 3312 : cluster [DBG] pgmap v3090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:50.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:50.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:50.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:50.257 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:49 smithi136 bash[11745]: cluster 2022-04-26T04:27:48.594381+0000 mgr.smithi136.ofnrfx (mgr.14188) 3312 : cluster [DBG] pgmap v3090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:50.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:50 smithi145 bash[13673]: audit 2022-04-26T04:27:50.479900+0000 mon.smithi136 (mon.0) 2395 : audit [DBG] from='client.? 172.21.15.136:0/1922536876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:50 smithi136 bash[11745]: audit 2022-04-26T04:27:50.479900+0000 mon.smithi136 (mon.0) 2395 : audit [DBG] from='client.? 172.21.15.136:0/1922536876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:51 smithi145 bash[13673]: cluster 2022-04-26T04:27:50.595003+0000 mgr.smithi136.ofnrfx (mgr.14188) 3313 : cluster [DBG] pgmap v3091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:51 smithi136 bash[11745]: cluster 2022-04-26T04:27:50.595003+0000 mgr.smithi136.ofnrfx (mgr.14188) 3313 : cluster [DBG] pgmap v3091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:53 smithi145 bash[13673]: cluster 2022-04-26T04:27:52.595660+0000 mgr.smithi136.ofnrfx (mgr.14188) 3314 : cluster [DBG] pgmap v3092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:53 smithi136 bash[11745]: cluster 2022-04-26T04:27:52.595660+0000 mgr.smithi136.ofnrfx (mgr.14188) 3314 : cluster [DBG] pgmap v3092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:55.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:27:55.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:27:55.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:27:55.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:27:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:55 smithi145 bash[13673]: cluster 2022-04-26T04:27:54.596237+0000 mgr.smithi136.ofnrfx (mgr.14188) 3315 : cluster [DBG] pgmap v3093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:55 smithi145 bash[13673]: audit 2022-04-26T04:27:55.806489+0000 mon.smithi136 (mon.0) 2396 : audit [DBG] from='client.? 172.21.15.136:0/1534542990' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:55 smithi136 bash[11745]: cluster 2022-04-26T04:27:54.596237+0000 mgr.smithi136.ofnrfx (mgr.14188) 3315 : cluster [DBG] pgmap v3093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:55 smithi136 bash[11745]: audit 2022-04-26T04:27:55.806489+0000 mon.smithi136 (mon.0) 2396 : audit [DBG] from='client.? 172.21.15.136:0/1534542990' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:27:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:57 smithi145 bash[13673]: cluster 2022-04-26T04:27:56.596852+0000 mgr.smithi136.ofnrfx (mgr.14188) 3316 : cluster [DBG] pgmap v3094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:27:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:57 smithi136 bash[11745]: cluster 2022-04-26T04:27:56.596852+0000 mgr.smithi136.ofnrfx (mgr.14188) 3316 : cluster [DBG] pgmap v3094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:27:59 smithi145 bash[13673]: cluster 2022-04-26T04:27:58.597507+0000 mgr.smithi136.ofnrfx (mgr.14188) 3317 : cluster [DBG] pgmap v3095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:00.259 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:27:59 smithi136 bash[11745]: cluster 2022-04-26T04:27:58.597507+0000 mgr.smithi136.ofnrfx (mgr.14188) 3317 : cluster [DBG] pgmap v3095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:00.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:00.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:00.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:01.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:01 smithi145 bash[13673]: cluster 2022-04-26T04:28:00.598108+0000 mgr.smithi136.ofnrfx (mgr.14188) 3318 : cluster [DBG] pgmap v3096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:01 smithi145 bash[13673]: audit 2022-04-26T04:28:01.133751+0000 mon.smithi136 (mon.0) 2397 : audit [DBG] from='client.? 172.21.15.136:0/368192028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:01 smithi136 bash[11745]: cluster 2022-04-26T04:28:00.598108+0000 mgr.smithi136.ofnrfx (mgr.14188) 3318 : cluster [DBG] pgmap v3096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:01 smithi136 bash[11745]: audit 2022-04-26T04:28:01.133751+0000 mon.smithi136 (mon.0) 2397 : audit [DBG] from='client.? 172.21.15.136:0/368192028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:02 smithi145 bash[13673]: audit 2022-04-26T04:28:02.296503+0000 mon.smithi136 (mon.0) 2398 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:28:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:02 smithi145 bash[13673]: audit 2022-04-26T04:28:02.300337+0000 mon.smithi136 (mon.0) 2399 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:28:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:02 smithi136 bash[11745]: audit 2022-04-26T04:28:02.296503+0000 mon.smithi136 (mon.0) 2398 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:28:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:02 smithi136 bash[11745]: audit 2022-04-26T04:28:02.300337+0000 mon.smithi136 (mon.0) 2399 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:28:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:03 smithi145 bash[13673]: cluster 2022-04-26T04:28:02.598743+0000 mgr.smithi136.ofnrfx (mgr.14188) 3319 : cluster [DBG] pgmap v3097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:03 smithi136 bash[11745]: cluster 2022-04-26T04:28:02.598743+0000 mgr.smithi136.ofnrfx (mgr.14188) 3319 : cluster [DBG] pgmap v3097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:05 smithi145 bash[13673]: cluster 2022-04-26T04:28:04.599337+0000 mgr.smithi136.ofnrfx (mgr.14188) 3320 : cluster [DBG] pgmap v3098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:06.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:06.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:06.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:05 smithi136 bash[11745]: cluster 2022-04-26T04:28:04.599337+0000 mgr.smithi136.ofnrfx (mgr.14188) 3320 : cluster [DBG] pgmap v3098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:06.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:06 smithi136 bash[11745]: audit 2022-04-26T04:28:06.461027+0000 mon.smithi136 (mon.0) 2400 : audit [DBG] from='client.? 172.21.15.136:0/1825858558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:06 smithi145 bash[13673]: audit 2022-04-26T04:28:06.461027+0000 mon.smithi136 (mon.0) 2400 : audit [DBG] from='client.? 172.21.15.136:0/1825858558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:07 smithi136 bash[11745]: cluster 2022-04-26T04:28:06.599975+0000 mgr.smithi136.ofnrfx (mgr.14188) 3321 : cluster [DBG] pgmap v3099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:07 smithi145 bash[13673]: cluster 2022-04-26T04:28:06.599975+0000 mgr.smithi136.ofnrfx (mgr.14188) 3321 : cluster [DBG] pgmap v3099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:10.258 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:09 smithi136 bash[11745]: cluster 2022-04-26T04:28:08.600702+0000 mgr.smithi136.ofnrfx (mgr.14188) 3322 : cluster [DBG] pgmap v3100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:09 smithi145 bash[13673]: cluster 2022-04-26T04:28:08.600702+0000 mgr.smithi136.ofnrfx (mgr.14188) 3322 : cluster [DBG] pgmap v3100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:11.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:11.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:11.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:11.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:11 smithi136 bash[11745]: cluster 2022-04-26T04:28:10.601359+0000 mgr.smithi136.ofnrfx (mgr.14188) 3323 : cluster [DBG] pgmap v3101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:11 smithi136 bash[11745]: audit 2022-04-26T04:28:11.791694+0000 mon.smithi136 (mon.0) 2401 : audit [DBG] from='client.? 172.21.15.136:0/1623689295' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:11 smithi145 bash[13673]: cluster 2022-04-26T04:28:10.601359+0000 mgr.smithi136.ofnrfx (mgr.14188) 3323 : cluster [DBG] pgmap v3101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:11 smithi145 bash[13673]: audit 2022-04-26T04:28:11.791694+0000 mon.smithi136 (mon.0) 2401 : audit [DBG] from='client.? 172.21.15.136:0/1623689295' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:13 smithi136 bash[11745]: cluster 2022-04-26T04:28:12.601977+0000 mgr.smithi136.ofnrfx (mgr.14188) 3324 : cluster [DBG] pgmap v3102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:13 smithi145 bash[13673]: cluster 2022-04-26T04:28:12.601977+0000 mgr.smithi136.ofnrfx (mgr.14188) 3324 : cluster [DBG] pgmap v3102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:15 smithi136 bash[11745]: cluster 2022-04-26T04:28:14.602599+0000 mgr.smithi136.ofnrfx (mgr.14188) 3325 : cluster [DBG] pgmap v3103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:15 smithi145 bash[13673]: cluster 2022-04-26T04:28:14.602599+0000 mgr.smithi136.ofnrfx (mgr.14188) 3325 : cluster [DBG] pgmap v3103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:16.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:16.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:16.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:17.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:16 smithi136 bash[11745]: audit 2022-04-26T04:28:16.609649+0000 mon.smithi136 (mon.0) 2402 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:28:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:16 smithi136 bash[11745]: audit 2022-04-26T04:28:16.612433+0000 mon.smithi136 (mon.0) 2403 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:28:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:16 smithi136 bash[11745]: audit 2022-04-26T04:28:16.614199+0000 mon.smithi136 (mon.0) 2404 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:28:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:16 smithi136 bash[11745]: audit 2022-04-26T04:28:16.914802+0000 mon.smithi136 (mon.0) 2405 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:28:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:16 smithi145 bash[13673]: audit 2022-04-26T04:28:16.609649+0000 mon.smithi136 (mon.0) 2402 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:28:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:16 smithi145 bash[13673]: audit 2022-04-26T04:28:16.612433+0000 mon.smithi136 (mon.0) 2403 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:28:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:16 smithi145 bash[13673]: audit 2022-04-26T04:28:16.614199+0000 mon.smithi136 (mon.0) 2404 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:28:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:16 smithi145 bash[13673]: audit 2022-04-26T04:28:16.914802+0000 mon.smithi136 (mon.0) 2405 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:28:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:17 smithi136 bash[11745]: cluster 2022-04-26T04:28:16.603183+0000 mgr.smithi136.ofnrfx (mgr.14188) 3326 : cluster [DBG] pgmap v3104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:17 smithi136 bash[11745]: cluster 2022-04-26T04:28:16.909970+0000 mgr.smithi136.ofnrfx (mgr.14188) 3327 : cluster [DBG] pgmap v3105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:17 smithi136 bash[11745]: cluster 2022-04-26T04:28:16.910416+0000 mgr.smithi136.ofnrfx (mgr.14188) 3328 : cluster [DBG] pgmap v3106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:17 smithi136 bash[11745]: audit 2022-04-26T04:28:16.930785+0000 mon.smithi136 (mon.0) 2406 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:28:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:17 smithi136 bash[11745]: cephadm 2022-04-26T04:28:16.934213+0000 mgr.smithi136.ofnrfx (mgr.14188) 3329 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:28:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:17 smithi136 bash[11745]: cephadm 2022-04-26T04:28:16.934322+0000 mgr.smithi136.ofnrfx (mgr.14188) 3330 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:28:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:17 smithi136 bash[11745]: audit 2022-04-26T04:28:17.110804+0000 mon.smithi136 (mon.0) 2407 : audit [DBG] from='client.? 172.21.15.136:0/1950874131' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:17 smithi145 bash[13673]: cluster 2022-04-26T04:28:16.603183+0000 mgr.smithi136.ofnrfx (mgr.14188) 3326 : cluster [DBG] pgmap v3104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:17 smithi145 bash[13673]: cluster 2022-04-26T04:28:16.909970+0000 mgr.smithi136.ofnrfx (mgr.14188) 3327 : cluster [DBG] pgmap v3105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:17 smithi145 bash[13673]: cluster 2022-04-26T04:28:16.910416+0000 mgr.smithi136.ofnrfx (mgr.14188) 3328 : cluster [DBG] pgmap v3106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:17 smithi145 bash[13673]: audit 2022-04-26T04:28:16.930785+0000 mon.smithi136 (mon.0) 2406 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:28:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:17 smithi145 bash[13673]: cephadm 2022-04-26T04:28:16.934213+0000 mgr.smithi136.ofnrfx (mgr.14188) 3329 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:28:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:17 smithi145 bash[13673]: cephadm 2022-04-26T04:28:16.934322+0000 mgr.smithi136.ofnrfx (mgr.14188) 3330 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:28:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:17 smithi145 bash[13673]: audit 2022-04-26T04:28:17.110804+0000 mon.smithi136 (mon.0) 2407 : audit [DBG] from='client.? 172.21.15.136:0/1950874131' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:20.258 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:19 smithi136 bash[11745]: cluster 2022-04-26T04:28:18.911193+0000 mgr.smithi136.ofnrfx (mgr.14188) 3331 : cluster [DBG] pgmap v3107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:19 smithi145 bash[13673]: cluster 2022-04-26T04:28:18.911193+0000 mgr.smithi136.ofnrfx (mgr.14188) 3331 : cluster [DBG] pgmap v3107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:22.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:22.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:22.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:21 smithi136 bash[11745]: cluster 2022-04-26T04:28:20.911911+0000 mgr.smithi136.ofnrfx (mgr.14188) 3332 : cluster [DBG] pgmap v3108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:21 smithi145 bash[13673]: cluster 2022-04-26T04:28:20.911911+0000 mgr.smithi136.ofnrfx (mgr.14188) 3332 : cluster [DBG] pgmap v3108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:22.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:22 smithi136 bash[11745]: audit 2022-04-26T04:28:22.428122+0000 mon.smithi136 (mon.0) 2408 : audit [DBG] from='client.? 172.21.15.136:0/1491724670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:22 smithi145 bash[13673]: audit 2022-04-26T04:28:22.428122+0000 mon.smithi136 (mon.0) 2408 : audit [DBG] from='client.? 172.21.15.136:0/1491724670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:23 smithi136 bash[11745]: cluster 2022-04-26T04:28:22.912633+0000 mgr.smithi136.ofnrfx (mgr.14188) 3333 : cluster [DBG] pgmap v3109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:23 smithi145 bash[13673]: cluster 2022-04-26T04:28:22.912633+0000 mgr.smithi136.ofnrfx (mgr.14188) 3333 : cluster [DBG] pgmap v3109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:25 smithi136 bash[11745]: cluster 2022-04-26T04:28:24.913325+0000 mgr.smithi136.ofnrfx (mgr.14188) 3334 : cluster [DBG] pgmap v3110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:25 smithi145 bash[13673]: cluster 2022-04-26T04:28:24.913325+0000 mgr.smithi136.ofnrfx (mgr.14188) 3334 : cluster [DBG] pgmap v3110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:27.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:27.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:27.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:27.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:27 smithi136 bash[11745]: cluster 2022-04-26T04:28:26.914000+0000 mgr.smithi136.ofnrfx (mgr.14188) 3335 : cluster [DBG] pgmap v3111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:27 smithi136 bash[11745]: audit 2022-04-26T04:28:27.763787+0000 mon.smithi136 (mon.0) 2409 : audit [DBG] from='client.? 172.21.15.136:0/2170146509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:27 smithi145 bash[13673]: cluster 2022-04-26T04:28:26.914000+0000 mgr.smithi136.ofnrfx (mgr.14188) 3335 : cluster [DBG] pgmap v3111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:27 smithi145 bash[13673]: audit 2022-04-26T04:28:27.763787+0000 mon.smithi136 (mon.0) 2409 : audit [DBG] from='client.? 172.21.15.136:0/2170146509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:30.259 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:29 smithi136 bash[11745]: cluster 2022-04-26T04:28:28.914672+0000 mgr.smithi136.ofnrfx (mgr.14188) 3336 : cluster [DBG] pgmap v3112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:29 smithi145 bash[13673]: cluster 2022-04-26T04:28:28.914672+0000 mgr.smithi136.ofnrfx (mgr.14188) 3336 : cluster [DBG] pgmap v3112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:31 smithi136 bash[11745]: cluster 2022-04-26T04:28:30.915377+0000 mgr.smithi136.ofnrfx (mgr.14188) 3337 : cluster [DBG] pgmap v3113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:31 smithi145 bash[13673]: cluster 2022-04-26T04:28:30.915377+0000 mgr.smithi136.ofnrfx (mgr.14188) 3337 : cluster [DBG] pgmap v3113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:32.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:32.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:32.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:33.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:33 smithi136 bash[11745]: cluster 2022-04-26T04:28:32.915880+0000 mgr.smithi136.ofnrfx (mgr.14188) 3338 : cluster [DBG] pgmap v3114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:33 smithi136 bash[11745]: audit 2022-04-26T04:28:33.097547+0000 mon.smithi136 (mon.0) 2410 : audit [DBG] from='client.? 172.21.15.136:0/2037776837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:33 smithi145 bash[13673]: cluster 2022-04-26T04:28:32.915880+0000 mgr.smithi136.ofnrfx (mgr.14188) 3338 : cluster [DBG] pgmap v3114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:33 smithi145 bash[13673]: audit 2022-04-26T04:28:33.097547+0000 mon.smithi136 (mon.0) 2410 : audit [DBG] from='client.? 172.21.15.136:0/2037776837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:35 smithi136 bash[11745]: cluster 2022-04-26T04:28:34.916429+0000 mgr.smithi136.ofnrfx (mgr.14188) 3339 : cluster [DBG] pgmap v3115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:35 smithi145 bash[13673]: cluster 2022-04-26T04:28:34.916429+0000 mgr.smithi136.ofnrfx (mgr.14188) 3339 : cluster [DBG] pgmap v3115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:38.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:38.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:38.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:37 smithi136 bash[11745]: cluster 2022-04-26T04:28:36.917062+0000 mgr.smithi136.ofnrfx (mgr.14188) 3340 : cluster [DBG] pgmap v3116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:37 smithi145 bash[13673]: cluster 2022-04-26T04:28:36.917062+0000 mgr.smithi136.ofnrfx (mgr.14188) 3340 : cluster [DBG] pgmap v3116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:38.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:38 smithi136 bash[11745]: audit 2022-04-26T04:28:38.423448+0000 mon.smithi136 (mon.0) 2411 : audit [DBG] from='client.? 172.21.15.136:0/1713835422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:38 smithi145 bash[13673]: audit 2022-04-26T04:28:38.423448+0000 mon.smithi136 (mon.0) 2411 : audit [DBG] from='client.? 172.21.15.136:0/1713835422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:40.259 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:39 smithi136 bash[11745]: cluster 2022-04-26T04:28:38.917695+0000 mgr.smithi136.ofnrfx (mgr.14188) 3341 : cluster [DBG] pgmap v3117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:39 smithi145 bash[13673]: cluster 2022-04-26T04:28:38.917695+0000 mgr.smithi136.ofnrfx (mgr.14188) 3341 : cluster [DBG] pgmap v3117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:41 smithi136 bash[11745]: cluster 2022-04-26T04:28:40.918449+0000 mgr.smithi136.ofnrfx (mgr.14188) 3342 : cluster [DBG] pgmap v3118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:41 smithi145 bash[13673]: cluster 2022-04-26T04:28:40.918449+0000 mgr.smithi136.ofnrfx (mgr.14188) 3342 : cluster [DBG] pgmap v3118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:43.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:43.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:43.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:43.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:43 smithi136 bash[11745]: cluster 2022-04-26T04:28:42.919180+0000 mgr.smithi136.ofnrfx (mgr.14188) 3343 : cluster [DBG] pgmap v3119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:43 smithi136 bash[11745]: audit 2022-04-26T04:28:43.751181+0000 mon.smithi136 (mon.0) 2412 : audit [DBG] from='client.? 172.21.15.136:0/53740704' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:44 smithi145 bash[13673]: cluster 2022-04-26T04:28:42.919180+0000 mgr.smithi136.ofnrfx (mgr.14188) 3343 : cluster [DBG] pgmap v3119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:44 smithi145 bash[13673]: audit 2022-04-26T04:28:43.751181+0000 mon.smithi136 (mon.0) 2412 : audit [DBG] from='client.? 172.21.15.136:0/53740704' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:45 smithi136 bash[11745]: cluster 2022-04-26T04:28:44.919864+0000 mgr.smithi136.ofnrfx (mgr.14188) 3344 : cluster [DBG] pgmap v3120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:45 smithi145 bash[13673]: cluster 2022-04-26T04:28:44.919864+0000 mgr.smithi136.ofnrfx (mgr.14188) 3344 : cluster [DBG] pgmap v3120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:47 smithi136 bash[11745]: cluster 2022-04-26T04:28:46.920448+0000 mgr.smithi136.ofnrfx (mgr.14188) 3345 : cluster [DBG] pgmap v3121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:47 smithi145 bash[13673]: cluster 2022-04-26T04:28:46.920448+0000 mgr.smithi136.ofnrfx (mgr.14188) 3345 : cluster [DBG] pgmap v3121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:48.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:48.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:48.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:49.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:50.260 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:49 smithi136 bash[11745]: cluster 2022-04-26T04:28:48.921037+0000 mgr.smithi136.ofnrfx (mgr.14188) 3346 : cluster [DBG] pgmap v3122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:50.260 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:49 smithi136 bash[11745]: audit 2022-04-26T04:28:49.074823+0000 mon.smithi136 (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.136:0/967973558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:49 smithi145 bash[13673]: cluster 2022-04-26T04:28:48.921037+0000 mgr.smithi136.ofnrfx (mgr.14188) 3346 : cluster [DBG] pgmap v3122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:49 smithi145 bash[13673]: audit 2022-04-26T04:28:49.074823+0000 mon.smithi136 (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.136:0/967973558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:51 smithi136 bash[11745]: cluster 2022-04-26T04:28:50.921741+0000 mgr.smithi136.ofnrfx (mgr.14188) 3347 : cluster [DBG] pgmap v3123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:51 smithi145 bash[13673]: cluster 2022-04-26T04:28:50.921741+0000 mgr.smithi136.ofnrfx (mgr.14188) 3347 : cluster [DBG] pgmap v3123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:54.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:54.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:54.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:53 smithi136 bash[11745]: cluster 2022-04-26T04:28:52.922401+0000 mgr.smithi136.ofnrfx (mgr.14188) 3348 : cluster [DBG] pgmap v3124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:53 smithi145 bash[13673]: cluster 2022-04-26T04:28:52.922401+0000 mgr.smithi136.ofnrfx (mgr.14188) 3348 : cluster [DBG] pgmap v3124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:54.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:28:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:54 smithi136 bash[11745]: audit 2022-04-26T04:28:54.405852+0000 mon.smithi136 (mon.0) 2414 : audit [DBG] from='client.? 172.21.15.136:0/3153314005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:54 smithi145 bash[13673]: audit 2022-04-26T04:28:54.405852+0000 mon.smithi136 (mon.0) 2414 : audit [DBG] from='client.? 172.21.15.136:0/3153314005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:28:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:55 smithi136 bash[11745]: cluster 2022-04-26T04:28:54.923004+0000 mgr.smithi136.ofnrfx (mgr.14188) 3349 : cluster [DBG] pgmap v3125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:56 smithi145 bash[13673]: cluster 2022-04-26T04:28:54.923004+0000 mgr.smithi136.ofnrfx (mgr.14188) 3349 : cluster [DBG] pgmap v3125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:28:58 smithi136 bash[11745]: cluster 2022-04-26T04:28:56.923619+0000 mgr.smithi136.ofnrfx (mgr.14188) 3350 : cluster [DBG] pgmap v3126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:28:58 smithi145 bash[13673]: cluster 2022-04-26T04:28:56.923619+0000 mgr.smithi136.ofnrfx (mgr.14188) 3350 : cluster [DBG] pgmap v3126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:28:59.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:28:59.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:28:59.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:28:59.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:00.260 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:00 smithi136 bash[11745]: cluster 2022-04-26T04:28:58.924238+0000 mgr.smithi136.ofnrfx (mgr.14188) 3351 : cluster [DBG] pgmap v3127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:00.260 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:00 smithi136 bash[11745]: audit 2022-04-26T04:28:59.738391+0000 mon.smithi136 (mon.0) 2415 : audit [DBG] from='client.? 172.21.15.136:0/2564720892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:00 smithi145 bash[13673]: cluster 2022-04-26T04:28:58.924238+0000 mgr.smithi136.ofnrfx (mgr.14188) 3351 : cluster [DBG] pgmap v3127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:00 smithi145 bash[13673]: audit 2022-04-26T04:28:59.738391+0000 mon.smithi136 (mon.0) 2415 : audit [DBG] from='client.? 172.21.15.136:0/2564720892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:02 smithi136 bash[11745]: cluster 2022-04-26T04:29:00.924869+0000 mgr.smithi136.ofnrfx (mgr.14188) 3352 : cluster [DBG] pgmap v3128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:02 smithi145 bash[13673]: cluster 2022-04-26T04:29:00.924869+0000 mgr.smithi136.ofnrfx (mgr.14188) 3352 : cluster [DBG] pgmap v3128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:03 smithi136 bash[11745]: audit 2022-04-26T04:29:02.300555+0000 mon.smithi136 (mon.0) 2416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:29:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:03 smithi136 bash[11745]: audit 2022-04-26T04:29:02.304478+0000 mon.smithi136 (mon.0) 2417 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:29:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:03 smithi145 bash[13673]: audit 2022-04-26T04:29:02.300555+0000 mon.smithi136 (mon.0) 2416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:29:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:03 smithi145 bash[13673]: audit 2022-04-26T04:29:02.304478+0000 mon.smithi136 (mon.0) 2417 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:29:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:04 smithi136 bash[11745]: cluster 2022-04-26T04:29:02.925546+0000 mgr.smithi136.ofnrfx (mgr.14188) 3353 : cluster [DBG] pgmap v3129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:04 smithi145 bash[13673]: cluster 2022-04-26T04:29:02.925546+0000 mgr.smithi136.ofnrfx (mgr.14188) 3353 : cluster [DBG] pgmap v3129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:04.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:04.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:04.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:05.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:05 smithi136 bash[11745]: cluster 2022-04-26T04:29:04.926124+0000 mgr.smithi136.ofnrfx (mgr.14188) 3354 : cluster [DBG] pgmap v3130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:05 smithi136 bash[11745]: audit 2022-04-26T04:29:05.066480+0000 mon.smithi136 (mon.0) 2418 : audit [DBG] from='client.? 172.21.15.136:0/3853190965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:05 smithi145 bash[13673]: cluster 2022-04-26T04:29:04.926124+0000 mgr.smithi136.ofnrfx (mgr.14188) 3354 : cluster [DBG] pgmap v3130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:05 smithi145 bash[13673]: audit 2022-04-26T04:29:05.066480+0000 mon.smithi136 (mon.0) 2418 : audit [DBG] from='client.? 172.21.15.136:0/3853190965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:07 smithi136 bash[11745]: cluster 2022-04-26T04:29:06.926838+0000 mgr.smithi136.ofnrfx (mgr.14188) 3355 : cluster [DBG] pgmap v3131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:07 smithi145 bash[13673]: cluster 2022-04-26T04:29:06.926838+0000 mgr.smithi136.ofnrfx (mgr.14188) 3355 : cluster [DBG] pgmap v3131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:10.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:10.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:10.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:10.259 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:09 smithi136 bash[11745]: cluster 2022-04-26T04:29:08.927561+0000 mgr.smithi136.ofnrfx (mgr.14188) 3356 : cluster [DBG] pgmap v3132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:09 smithi145 bash[13673]: cluster 2022-04-26T04:29:08.927561+0000 mgr.smithi136.ofnrfx (mgr.14188) 3356 : cluster [DBG] pgmap v3132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:10.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:10 smithi136 bash[11745]: audit 2022-04-26T04:29:10.395840+0000 mon.smithi136 (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.136:0/223101010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:10 smithi145 bash[13673]: audit 2022-04-26T04:29:10.395840+0000 mon.smithi136 (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.136:0/223101010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:11 smithi136 bash[11745]: cluster 2022-04-26T04:29:10.928284+0000 mgr.smithi136.ofnrfx (mgr.14188) 3357 : cluster [DBG] pgmap v3133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:12 smithi145 bash[13673]: cluster 2022-04-26T04:29:10.928284+0000 mgr.smithi136.ofnrfx (mgr.14188) 3357 : cluster [DBG] pgmap v3133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:14 smithi136 bash[11745]: cluster 2022-04-26T04:29:12.928920+0000 mgr.smithi136.ofnrfx (mgr.14188) 3358 : cluster [DBG] pgmap v3134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:14 smithi145 bash[13673]: cluster 2022-04-26T04:29:12.928920+0000 mgr.smithi136.ofnrfx (mgr.14188) 3358 : cluster [DBG] pgmap v3134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:15.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:15.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:15.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:15.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:15 smithi136 bash[11745]: cluster 2022-04-26T04:29:14.929545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3359 : cluster [DBG] pgmap v3135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:15 smithi136 bash[11745]: audit 2022-04-26T04:29:15.720408+0000 mon.smithi136 (mon.0) 2420 : audit [DBG] from='client.? 172.21.15.136:0/2855221135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:15 smithi145 bash[13673]: cluster 2022-04-26T04:29:14.929545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3359 : cluster [DBG] pgmap v3135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:15 smithi145 bash[13673]: audit 2022-04-26T04:29:15.720408+0000 mon.smithi136 (mon.0) 2420 : audit [DBG] from='client.? 172.21.15.136:0/2855221135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:16 smithi136 bash[11745]: audit 2022-04-26T04:29:16.942539+0000 mon.smithi136 (mon.0) 2421 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:29:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:16 smithi136 bash[11745]: audit 2022-04-26T04:29:16.945071+0000 mon.smithi136 (mon.0) 2422 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:29:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:16 smithi136 bash[11745]: audit 2022-04-26T04:29:16.946737+0000 mon.smithi136 (mon.0) 2423 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:29:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:16 smithi145 bash[13673]: audit 2022-04-26T04:29:16.942539+0000 mon.smithi136 (mon.0) 2421 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:29:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:16 smithi145 bash[13673]: audit 2022-04-26T04:29:16.945071+0000 mon.smithi136 (mon.0) 2422 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:29:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:16 smithi145 bash[13673]: audit 2022-04-26T04:29:16.946737+0000 mon.smithi136 (mon.0) 2423 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:29:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:17 smithi136 bash[11745]: cluster 2022-04-26T04:29:16.930161+0000 mgr.smithi136.ofnrfx (mgr.14188) 3360 : cluster [DBG] pgmap v3136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:18 smithi145 bash[13673]: cluster 2022-04-26T04:29:16.930161+0000 mgr.smithi136.ofnrfx (mgr.14188) 3360 : cluster [DBG] pgmap v3136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:20.260 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:20 smithi136 bash[11745]: cluster 2022-04-26T04:29:18.930786+0000 mgr.smithi136.ofnrfx (mgr.14188) 3361 : cluster [DBG] pgmap v3137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:20 smithi145 bash[13673]: cluster 2022-04-26T04:29:18.930786+0000 mgr.smithi136.ofnrfx (mgr.14188) 3361 : cluster [DBG] pgmap v3137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:20.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:20.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:20.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:21.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:22 smithi136 bash[11745]: cluster 2022-04-26T04:29:20.931444+0000 mgr.smithi136.ofnrfx (mgr.14188) 3362 : cluster [DBG] pgmap v3138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:22 smithi136 bash[11745]: audit 2022-04-26T04:29:21.051132+0000 mon.smithi136 (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.136:0/1193440783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:22 smithi145 bash[13673]: cluster 2022-04-26T04:29:20.931444+0000 mgr.smithi136.ofnrfx (mgr.14188) 3362 : cluster [DBG] pgmap v3138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:22 smithi145 bash[13673]: audit 2022-04-26T04:29:21.051132+0000 mon.smithi136 (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.136:0/1193440783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:24 smithi136 bash[11745]: cluster 2022-04-26T04:29:22.932093+0000 mgr.smithi136.ofnrfx (mgr.14188) 3363 : cluster [DBG] pgmap v3139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:24 smithi145 bash[13673]: cluster 2022-04-26T04:29:22.932093+0000 mgr.smithi136.ofnrfx (mgr.14188) 3363 : cluster [DBG] pgmap v3139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: cephadm 2022-04-26T04:29:24.723984+0000 mgr.smithi136.ofnrfx (mgr.14188) 3364 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T04:29:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: audit 2022-04-26T04:29:24.734587+0000 mon.smithi136 (mon.0) 2425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:29:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: cluster 2022-04-26T04:29:24.932692+0000 mgr.smithi136.ofnrfx (mgr.14188) 3365 : cluster [DBG] pgmap v3140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: cluster 2022-04-26T04:29:25.015677+0000 mgr.smithi136.ofnrfx (mgr.14188) 3366 : cluster [DBG] pgmap v3141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: cluster 2022-04-26T04:29:25.016162+0000 mgr.smithi136.ofnrfx (mgr.14188) 3367 : cluster [DBG] pgmap v3142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: audit 2022-04-26T04:29:25.023270+0000 mon.smithi136 (mon.0) 2426 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: audit 2022-04-26T04:29:25.032033+0000 mon.smithi136 (mon.0) 2427 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: cephadm 2022-04-26T04:29:25.033007+0000 mgr.smithi136.ofnrfx (mgr.14188) 3368 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: cephadm 2022-04-26T04:29:25.033147+0000 mgr.smithi136.ofnrfx (mgr.14188) 3369 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: audit 2022-04-26T04:29:25.038496+0000 mon.smithi136 (mon.0) 2428 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T04:29:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:25 smithi136 bash[11745]: audit 2022-04-26T04:29:25.041517+0000 mon.smithi136 (mon.0) 2429 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:29:26.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:26.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:26.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: cephadm 2022-04-26T04:29:24.723984+0000 mgr.smithi136.ofnrfx (mgr.14188) 3364 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T04:29:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: audit 2022-04-26T04:29:24.734587+0000 mon.smithi136 (mon.0) 2425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: cluster 2022-04-26T04:29:24.932692+0000 mgr.smithi136.ofnrfx (mgr.14188) 3365 : cluster [DBG] pgmap v3140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: cluster 2022-04-26T04:29:25.015677+0000 mgr.smithi136.ofnrfx (mgr.14188) 3366 : cluster [DBG] pgmap v3141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: cluster 2022-04-26T04:29:25.016162+0000 mgr.smithi136.ofnrfx (mgr.14188) 3367 : cluster [DBG] pgmap v3142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: audit 2022-04-26T04:29:25.023270+0000 mon.smithi136 (mon.0) 2426 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: audit 2022-04-26T04:29:25.032033+0000 mon.smithi136 (mon.0) 2427 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: cephadm 2022-04-26T04:29:25.033007+0000 mgr.smithi136.ofnrfx (mgr.14188) 3368 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: cephadm 2022-04-26T04:29:25.033147+0000 mgr.smithi136.ofnrfx (mgr.14188) 3369 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: audit 2022-04-26T04:29:25.038496+0000 mon.smithi136 (mon.0) 2428 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T04:29:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:25 smithi145 bash[13673]: audit 2022-04-26T04:29:25.041517+0000 mon.smithi136 (mon.0) 2429 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:29:26.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:26 smithi136 bash[11745]: audit 2022-04-26T04:29:26.389559+0000 mon.smithi136 (mon.0) 2430 : audit [DBG] from='client.? 172.21.15.136:0/726629029' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:26 smithi145 bash[13673]: audit 2022-04-26T04:29:26.389559+0000 mon.smithi136 (mon.0) 2430 : audit [DBG] from='client.? 172.21.15.136:0/726629029' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:27 smithi136 bash[11745]: cluster 2022-04-26T04:29:27.016788+0000 mgr.smithi136.ofnrfx (mgr.14188) 3370 : cluster [DBG] pgmap v3143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:27 smithi145 bash[13673]: cluster 2022-04-26T04:29:27.016788+0000 mgr.smithi136.ofnrfx (mgr.14188) 3370 : cluster [DBG] pgmap v3143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:30.384 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:30 smithi136 bash[11745]: cluster 2022-04-26T04:29:29.017440+0000 mgr.smithi136.ofnrfx (mgr.14188) 3371 : cluster [DBG] pgmap v3144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:30 smithi145 bash[13673]: cluster 2022-04-26T04:29:29.017440+0000 mgr.smithi136.ofnrfx (mgr.14188) 3371 : cluster [DBG] pgmap v3144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:31.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:31.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:31.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:31.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:32 smithi145 bash[13673]: cluster 2022-04-26T04:29:31.017915+0000 mgr.smithi136.ofnrfx (mgr.14188) 3372 : cluster [DBG] pgmap v3145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:32 smithi145 bash[13673]: audit 2022-04-26T04:29:31.718957+0000 mon.smithi136 (mon.0) 2431 : audit [DBG] from='client.? 172.21.15.136:0/2248504262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:32 smithi136 bash[11745]: cluster 2022-04-26T04:29:31.017915+0000 mgr.smithi136.ofnrfx (mgr.14188) 3372 : cluster [DBG] pgmap v3145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:32 smithi136 bash[11745]: audit 2022-04-26T04:29:31.718957+0000 mon.smithi136 (mon.0) 2431 : audit [DBG] from='client.? 172.21.15.136:0/2248504262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:34 smithi145 bash[13673]: cluster 2022-04-26T04:29:33.018501+0000 mgr.smithi136.ofnrfx (mgr.14188) 3373 : cluster [DBG] pgmap v3146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:34 smithi136 bash[11745]: cluster 2022-04-26T04:29:33.018501+0000 mgr.smithi136.ofnrfx (mgr.14188) 3373 : cluster [DBG] pgmap v3146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:35.899 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:35 smithi136 bash[11745]: cluster 2022-04-26T04:29:35.019096+0000 mgr.smithi136.ofnrfx (mgr.14188) 3374 : cluster [DBG] pgmap v3147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:35 smithi145 bash[13673]: cluster 2022-04-26T04:29:35.019096+0000 mgr.smithi136.ofnrfx (mgr.14188) 3374 : cluster [DBG] pgmap v3147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:36.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:36.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:36.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:37.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:37.392 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:37 smithi136 bash[11745]: audit 2022-04-26T04:29:37.042761+0000 mon.smithi136 (mon.0) 2432 : audit [DBG] from='client.? 172.21.15.136:0/4273605113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:37 smithi145 bash[13673]: audit 2022-04-26T04:29:37.042761+0000 mon.smithi136 (mon.0) 2432 : audit [DBG] from='client.? 172.21.15.136:0/4273605113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:38 smithi136 bash[11745]: cluster 2022-04-26T04:29:37.019615+0000 mgr.smithi136.ofnrfx (mgr.14188) 3375 : cluster [DBG] pgmap v3148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:38 smithi145 bash[13673]: cluster 2022-04-26T04:29:37.019615+0000 mgr.smithi136.ofnrfx (mgr.14188) 3375 : cluster [DBG] pgmap v3148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:39 smithi136 bash[11745]: audit 2022-04-26T04:29:38.532501+0000 mon.smithi136 (mon.0) 2433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:29:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:39 smithi136 bash[11745]: cluster 2022-04-26T04:29:39.020232+0000 mgr.smithi136.ofnrfx (mgr.14188) 3376 : cluster [DBG] pgmap v3149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:39 smithi145 bash[13673]: audit 2022-04-26T04:29:38.532501+0000 mon.smithi136 (mon.0) 2433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:29:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:39 smithi145 bash[13673]: cluster 2022-04-26T04:29:39.020232+0000 mgr.smithi136.ofnrfx (mgr.14188) 3376 : cluster [DBG] pgmap v3149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:42.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:42.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:42.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:42.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:42 smithi145 bash[13673]: cluster 2022-04-26T04:29:41.020857+0000 mgr.smithi136.ofnrfx (mgr.14188) 3377 : cluster [DBG] pgmap v3150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:42 smithi136 bash[11745]: cluster 2022-04-26T04:29:41.020857+0000 mgr.smithi136.ofnrfx (mgr.14188) 3377 : cluster [DBG] pgmap v3150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:43 smithi145 bash[13673]: audit 2022-04-26T04:29:42.368979+0000 mon.smithi136 (mon.0) 2434 : audit [DBG] from='client.? 172.21.15.136:0/1620284033' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:43 smithi136 bash[11745]: audit 2022-04-26T04:29:42.368979+0000 mon.smithi136 (mon.0) 2434 : audit [DBG] from='client.? 172.21.15.136:0/1620284033' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:44 smithi145 bash[13673]: cluster 2022-04-26T04:29:43.021452+0000 mgr.smithi136.ofnrfx (mgr.14188) 3378 : cluster [DBG] pgmap v3151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:44 smithi136 bash[11745]: cluster 2022-04-26T04:29:43.021452+0000 mgr.smithi136.ofnrfx (mgr.14188) 3378 : cluster [DBG] pgmap v3151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:45 smithi136 bash[11745]: cluster 2022-04-26T04:29:45.022040+0000 mgr.smithi136.ofnrfx (mgr.14188) 3379 : cluster [DBG] pgmap v3152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:45 smithi145 bash[13673]: cluster 2022-04-26T04:29:45.022040+0000 mgr.smithi136.ofnrfx (mgr.14188) 3379 : cluster [DBG] pgmap v3152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:47.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:47.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:47.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:47.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:48 smithi145 bash[13673]: cluster 2022-04-26T04:29:47.022786+0000 mgr.smithi136.ofnrfx (mgr.14188) 3380 : cluster [DBG] pgmap v3153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:48 smithi145 bash[13673]: audit 2022-04-26T04:29:47.697257+0000 mon.smithi136 (mon.0) 2435 : audit [DBG] from='client.? 172.21.15.136:0/564916484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:48 smithi136 bash[11745]: cluster 2022-04-26T04:29:47.022786+0000 mgr.smithi136.ofnrfx (mgr.14188) 3380 : cluster [DBG] pgmap v3153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:48 smithi136 bash[11745]: audit 2022-04-26T04:29:47.697257+0000 mon.smithi136 (mon.0) 2435 : audit [DBG] from='client.? 172.21.15.136:0/564916484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:50 smithi145 bash[13673]: cluster 2022-04-26T04:29:49.023454+0000 mgr.smithi136.ofnrfx (mgr.14188) 3381 : cluster [DBG] pgmap v3154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:50 smithi136 bash[11745]: cluster 2022-04-26T04:29:49.023454+0000 mgr.smithi136.ofnrfx (mgr.14188) 3381 : cluster [DBG] pgmap v3154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:52 smithi145 bash[13673]: cluster 2022-04-26T04:29:51.024080+0000 mgr.smithi136.ofnrfx (mgr.14188) 3382 : cluster [DBG] pgmap v3155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:52 smithi136 bash[11745]: cluster 2022-04-26T04:29:51.024080+0000 mgr.smithi136.ofnrfx (mgr.14188) 3382 : cluster [DBG] pgmap v3155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:52.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:52.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:52.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:53.040 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:53 smithi145 bash[13673]: audit 2022-04-26T04:29:53.024315+0000 mon.smithi136 (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.136:0/2350306477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:53 smithi136 bash[11745]: audit 2022-04-26T04:29:53.024315+0000 mon.smithi136 (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.136:0/2350306477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:54 smithi145 bash[13673]: cluster 2022-04-26T04:29:53.024441+0000 mgr.smithi136.ofnrfx (mgr.14188) 3383 : cluster [DBG] pgmap v3156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:54 smithi136 bash[11745]: cluster 2022-04-26T04:29:53.024441+0000 mgr.smithi136.ofnrfx (mgr.14188) 3383 : cluster [DBG] pgmap v3156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:55 smithi136 bash[11745]: cluster 2022-04-26T04:29:55.024972+0000 mgr.smithi136.ofnrfx (mgr.14188) 3384 : cluster [DBG] pgmap v3157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:55 smithi145 bash[13673]: cluster 2022-04-26T04:29:55.024972+0000 mgr.smithi136.ofnrfx (mgr.14188) 3384 : cluster [DBG] pgmap v3157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:58.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:29:58.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:29:58.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:29:58.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:29:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:58 smithi145 bash[13673]: cluster 2022-04-26T04:29:57.025573+0000 mgr.smithi136.ofnrfx (mgr.14188) 3385 : cluster [DBG] pgmap v3158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:58 smithi136 bash[11745]: cluster 2022-04-26T04:29:57.025573+0000 mgr.smithi136.ofnrfx (mgr.14188) 3385 : cluster [DBG] pgmap v3158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:29:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:29:59 smithi145 bash[13673]: audit 2022-04-26T04:29:58.350353+0000 mon.smithi136 (mon.0) 2437 : audit [DBG] from='client.? 172.21.15.136:0/1516730099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:29:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:29:59 smithi136 bash[11745]: audit 2022-04-26T04:29:58.350353+0000 mon.smithi136 (mon.0) 2437 : audit [DBG] from='client.? 172.21.15.136:0/1516730099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:00 smithi145 bash[13673]: cluster 2022-04-26T04:29:59.026184+0000 mgr.smithi136.ofnrfx (mgr.14188) 3386 : cluster [DBG] pgmap v3159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:00 smithi145 bash[13673]: cluster 2022-04-26T04:30:00.000155+0000 mon.smithi136 (mon.0) 2438 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:30:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:00 smithi136 bash[11745]: cluster 2022-04-26T04:29:59.026184+0000 mgr.smithi136.ofnrfx (mgr.14188) 3386 : cluster [DBG] pgmap v3159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:00 smithi136 bash[11745]: cluster 2022-04-26T04:30:00.000155+0000 mon.smithi136 (mon.0) 2438 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:30:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:02 smithi145 bash[13673]: cluster 2022-04-26T04:30:01.026907+0000 mgr.smithi136.ofnrfx (mgr.14188) 3387 : cluster [DBG] pgmap v3160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:02 smithi136 bash[11745]: cluster 2022-04-26T04:30:01.026907+0000 mgr.smithi136.ofnrfx (mgr.14188) 3387 : cluster [DBG] pgmap v3160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:03.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:03.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:03.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:03 smithi145 bash[13673]: audit 2022-04-26T04:30:02.304535+0000 mon.smithi136 (mon.0) 2439 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:30:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:03 smithi145 bash[13673]: audit 2022-04-26T04:30:02.308612+0000 mon.smithi136 (mon.0) 2440 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:30:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:03 smithi136 bash[11745]: audit 2022-04-26T04:30:02.304535+0000 mon.smithi136 (mon.0) 2439 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:30:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:03 smithi136 bash[11745]: audit 2022-04-26T04:30:02.308612+0000 mon.smithi136 (mon.0) 2440 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:30:03.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:04 smithi145 bash[13673]: cluster 2022-04-26T04:30:03.027559+0000 mgr.smithi136.ofnrfx (mgr.14188) 3388 : cluster [DBG] pgmap v3161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:04 smithi145 bash[13673]: audit 2022-04-26T04:30:03.680601+0000 mon.smithi136 (mon.0) 2441 : audit [DBG] from='client.? 172.21.15.136:0/4036765647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:04 smithi136 bash[11745]: cluster 2022-04-26T04:30:03.027559+0000 mgr.smithi136.ofnrfx (mgr.14188) 3388 : cluster [DBG] pgmap v3161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:04 smithi136 bash[11745]: audit 2022-04-26T04:30:03.680601+0000 mon.smithi136 (mon.0) 2441 : audit [DBG] from='client.? 172.21.15.136:0/4036765647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:05 smithi136 bash[11745]: cluster 2022-04-26T04:30:05.028132+0000 mgr.smithi136.ofnrfx (mgr.14188) 3389 : cluster [DBG] pgmap v3162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:05 smithi145 bash[13673]: cluster 2022-04-26T04:30:05.028132+0000 mgr.smithi136.ofnrfx (mgr.14188) 3389 : cluster [DBG] pgmap v3162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:08 smithi145 bash[13673]: cluster 2022-04-26T04:30:07.028701+0000 mgr.smithi136.ofnrfx (mgr.14188) 3390 : cluster [DBG] pgmap v3163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:08 smithi136 bash[11745]: cluster 2022-04-26T04:30:07.028701+0000 mgr.smithi136.ofnrfx (mgr.14188) 3390 : cluster [DBG] pgmap v3163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:08.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:08.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:08.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:09.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:09 smithi145 bash[13673]: audit 2022-04-26T04:30:09.007858+0000 mon.smithi136 (mon.0) 2442 : audit [DBG] from='client.? 172.21.15.136:0/459629610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:09 smithi136 bash[11745]: audit 2022-04-26T04:30:09.007858+0000 mon.smithi136 (mon.0) 2442 : audit [DBG] from='client.? 172.21.15.136:0/459629610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:10 smithi145 bash[13673]: cluster 2022-04-26T04:30:09.029304+0000 mgr.smithi136.ofnrfx (mgr.14188) 3391 : cluster [DBG] pgmap v3164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:10 smithi136 bash[11745]: cluster 2022-04-26T04:30:09.029304+0000 mgr.smithi136.ofnrfx (mgr.14188) 3391 : cluster [DBG] pgmap v3164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:12 smithi145 bash[13673]: cluster 2022-04-26T04:30:11.030015+0000 mgr.smithi136.ofnrfx (mgr.14188) 3392 : cluster [DBG] pgmap v3165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:12 smithi136 bash[11745]: cluster 2022-04-26T04:30:11.030015+0000 mgr.smithi136.ofnrfx (mgr.14188) 3392 : cluster [DBG] pgmap v3165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:14.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:14.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:14.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:14.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:14 smithi145 bash[13673]: cluster 2022-04-26T04:30:13.030658+0000 mgr.smithi136.ofnrfx (mgr.14188) 3393 : cluster [DBG] pgmap v3166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:14 smithi136 bash[11745]: cluster 2022-04-26T04:30:13.030658+0000 mgr.smithi136.ofnrfx (mgr.14188) 3393 : cluster [DBG] pgmap v3166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:15 smithi145 bash[13673]: audit 2022-04-26T04:30:14.332984+0000 mon.smithi136 (mon.0) 2443 : audit [DBG] from='client.? 172.21.15.136:0/69118607' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:15 smithi136 bash[11745]: audit 2022-04-26T04:30:14.332984+0000 mon.smithi136 (mon.0) 2443 : audit [DBG] from='client.? 172.21.15.136:0/69118607' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:16 smithi145 bash[13673]: cluster 2022-04-26T04:30:15.031258+0000 mgr.smithi136.ofnrfx (mgr.14188) 3394 : cluster [DBG] pgmap v3167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:16 smithi136 bash[11745]: cluster 2022-04-26T04:30:15.031258+0000 mgr.smithi136.ofnrfx (mgr.14188) 3394 : cluster [DBG] pgmap v3167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:18 smithi145 bash[13673]: cluster 2022-04-26T04:30:17.031917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3395 : cluster [DBG] pgmap v3168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:18 smithi136 bash[11745]: cluster 2022-04-26T04:30:17.031917+0000 mgr.smithi136.ofnrfx (mgr.14188) 3395 : cluster [DBG] pgmap v3168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:19.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:19.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:19.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:19.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:20 smithi145 bash[13673]: cluster 2022-04-26T04:30:19.032642+0000 mgr.smithi136.ofnrfx (mgr.14188) 3396 : cluster [DBG] pgmap v3169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:20 smithi145 bash[13673]: audit 2022-04-26T04:30:19.660978+0000 mon.smithi136 (mon.0) 2444 : audit [DBG] from='client.? 172.21.15.136:0/315485651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:20 smithi136 bash[11745]: cluster 2022-04-26T04:30:19.032642+0000 mgr.smithi136.ofnrfx (mgr.14188) 3396 : cluster [DBG] pgmap v3169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:20 smithi136 bash[11745]: audit 2022-04-26T04:30:19.660978+0000 mon.smithi136 (mon.0) 2444 : audit [DBG] from='client.? 172.21.15.136:0/315485651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:22 smithi145 bash[13673]: cluster 2022-04-26T04:30:21.033307+0000 mgr.smithi136.ofnrfx (mgr.14188) 3397 : cluster [DBG] pgmap v3170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:22 smithi136 bash[11745]: cluster 2022-04-26T04:30:21.033307+0000 mgr.smithi136.ofnrfx (mgr.14188) 3397 : cluster [DBG] pgmap v3170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:24 smithi145 bash[13673]: cluster 2022-04-26T04:30:23.033939+0000 mgr.smithi136.ofnrfx (mgr.14188) 3398 : cluster [DBG] pgmap v3171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:24 smithi136 bash[11745]: cluster 2022-04-26T04:30:23.033939+0000 mgr.smithi136.ofnrfx (mgr.14188) 3398 : cluster [DBG] pgmap v3171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:24.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:24.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:24.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:25.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:25 smithi136 bash[11745]: audit 2022-04-26T04:30:24.990142+0000 mon.smithi136 (mon.0) 2445 : audit [DBG] from='client.? 172.21.15.136:0/790051774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:25 smithi136 bash[11745]: cluster 2022-04-26T04:30:25.034513+0000 mgr.smithi136.ofnrfx (mgr.14188) 3399 : cluster [DBG] pgmap v3172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:25 smithi145 bash[13673]: audit 2022-04-26T04:30:24.990142+0000 mon.smithi136 (mon.0) 2445 : audit [DBG] from='client.? 172.21.15.136:0/790051774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:25 smithi145 bash[13673]: cluster 2022-04-26T04:30:25.034513+0000 mgr.smithi136.ofnrfx (mgr.14188) 3399 : cluster [DBG] pgmap v3172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:28 smithi145 bash[13673]: cluster 2022-04-26T04:30:27.035130+0000 mgr.smithi136.ofnrfx (mgr.14188) 3400 : cluster [DBG] pgmap v3173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:28 smithi136 bash[11745]: cluster 2022-04-26T04:30:27.035130+0000 mgr.smithi136.ofnrfx (mgr.14188) 3400 : cluster [DBG] pgmap v3173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:30.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:30.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:30.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:30.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:30 smithi145 bash[13673]: cluster 2022-04-26T04:30:29.035930+0000 mgr.smithi136.ofnrfx (mgr.14188) 3401 : cluster [DBG] pgmap v3174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:30 smithi136 bash[11745]: cluster 2022-04-26T04:30:29.035930+0000 mgr.smithi136.ofnrfx (mgr.14188) 3401 : cluster [DBG] pgmap v3174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:31 smithi145 bash[13673]: audit 2022-04-26T04:30:30.309922+0000 mon.smithi136 (mon.0) 2446 : audit [DBG] from='client.? 172.21.15.136:0/1030132456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:31 smithi136 bash[11745]: audit 2022-04-26T04:30:30.309922+0000 mon.smithi136 (mon.0) 2446 : audit [DBG] from='client.? 172.21.15.136:0/1030132456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:32 smithi145 bash[13673]: cluster 2022-04-26T04:30:31.036592+0000 mgr.smithi136.ofnrfx (mgr.14188) 3402 : cluster [DBG] pgmap v3175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:32 smithi136 bash[11745]: cluster 2022-04-26T04:30:31.036592+0000 mgr.smithi136.ofnrfx (mgr.14188) 3402 : cluster [DBG] pgmap v3175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:34 smithi145 bash[13673]: cluster 2022-04-26T04:30:33.037209+0000 mgr.smithi136.ofnrfx (mgr.14188) 3403 : cluster [DBG] pgmap v3176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:34 smithi136 bash[11745]: cluster 2022-04-26T04:30:33.037209+0000 mgr.smithi136.ofnrfx (mgr.14188) 3403 : cluster [DBG] pgmap v3176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:35.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:35.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:35.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:35.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:35 smithi145 bash[13673]: cluster 2022-04-26T04:30:35.037830+0000 mgr.smithi136.ofnrfx (mgr.14188) 3404 : cluster [DBG] pgmap v3177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:35 smithi145 bash[13673]: audit 2022-04-26T04:30:35.635300+0000 mon.smithi136 (mon.0) 2447 : audit [DBG] from='client.? 172.21.15.136:0/2650671079' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:35 smithi136 bash[11745]: cluster 2022-04-26T04:30:35.037830+0000 mgr.smithi136.ofnrfx (mgr.14188) 3404 : cluster [DBG] pgmap v3177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:35 smithi136 bash[11745]: audit 2022-04-26T04:30:35.635300+0000 mon.smithi136 (mon.0) 2447 : audit [DBG] from='client.? 172.21.15.136:0/2650671079' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:38 smithi145 bash[13673]: cluster 2022-04-26T04:30:37.038471+0000 mgr.smithi136.ofnrfx (mgr.14188) 3405 : cluster [DBG] pgmap v3178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:38 smithi136 bash[11745]: cluster 2022-04-26T04:30:37.038471+0000 mgr.smithi136.ofnrfx (mgr.14188) 3405 : cluster [DBG] pgmap v3178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:39 smithi145 bash[13673]: audit 2022-04-26T04:30:38.537425+0000 mon.smithi136 (mon.0) 2448 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:30:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:39 smithi145 bash[13673]: audit 2022-04-26T04:30:38.540213+0000 mon.smithi136 (mon.0) 2449 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:30:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:39 smithi145 bash[13673]: audit 2022-04-26T04:30:38.542113+0000 mon.smithi136 (mon.0) 2450 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:30:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:39 smithi145 bash[13673]: audit 2022-04-26T04:30:38.881151+0000 mon.smithi136 (mon.0) 2451 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:30:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:39 smithi145 bash[13673]: audit 2022-04-26T04:30:38.888896+0000 mon.smithi136 (mon.0) 2452 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:30:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:39 smithi136 bash[11745]: audit 2022-04-26T04:30:38.537425+0000 mon.smithi136 (mon.0) 2448 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:30:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:39 smithi136 bash[11745]: audit 2022-04-26T04:30:38.540213+0000 mon.smithi136 (mon.0) 2449 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:30:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:39 smithi136 bash[11745]: audit 2022-04-26T04:30:38.542113+0000 mon.smithi136 (mon.0) 2450 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:30:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:39 smithi136 bash[11745]: audit 2022-04-26T04:30:38.881151+0000 mon.smithi136 (mon.0) 2451 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:30:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:39 smithi136 bash[11745]: audit 2022-04-26T04:30:38.888896+0000 mon.smithi136 (mon.0) 2452 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:30:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:40 smithi145 bash[13673]: cluster 2022-04-26T04:30:38.873934+0000 mgr.smithi136.ofnrfx (mgr.14188) 3406 : cluster [DBG] pgmap v3179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:40 smithi145 bash[13673]: cluster 2022-04-26T04:30:38.874215+0000 mgr.smithi136.ofnrfx (mgr.14188) 3407 : cluster [DBG] pgmap v3180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:40 smithi145 bash[13673]: cephadm 2022-04-26T04:30:38.890125+0000 mgr.smithi136.ofnrfx (mgr.14188) 3408 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:30:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:40 smithi145 bash[13673]: cephadm 2022-04-26T04:30:38.890216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3409 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:30:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:40 smithi136 bash[11745]: cluster 2022-04-26T04:30:38.873934+0000 mgr.smithi136.ofnrfx (mgr.14188) 3406 : cluster [DBG] pgmap v3179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:40 smithi136 bash[11745]: cluster 2022-04-26T04:30:38.874215+0000 mgr.smithi136.ofnrfx (mgr.14188) 3407 : cluster [DBG] pgmap v3180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:40 smithi136 bash[11745]: cephadm 2022-04-26T04:30:38.890125+0000 mgr.smithi136.ofnrfx (mgr.14188) 3408 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:30:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:40 smithi136 bash[11745]: cephadm 2022-04-26T04:30:38.890216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3409 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:30:40.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:40.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:40.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:40.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:41 smithi145 bash[13673]: audit 2022-04-26T04:30:40.961086+0000 mon.smithi136 (mon.0) 2453 : audit [DBG] from='client.? 172.21.15.136:0/4203953698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:41 smithi136 bash[11745]: audit 2022-04-26T04:30:40.961086+0000 mon.smithi136 (mon.0) 2453 : audit [DBG] from='client.? 172.21.15.136:0/4203953698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:42 smithi145 bash[13673]: cluster 2022-04-26T04:30:40.874836+0000 mgr.smithi136.ofnrfx (mgr.14188) 3410 : cluster [DBG] pgmap v3181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:42 smithi136 bash[11745]: cluster 2022-04-26T04:30:40.874836+0000 mgr.smithi136.ofnrfx (mgr.14188) 3410 : cluster [DBG] pgmap v3181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:44 smithi145 bash[13673]: cluster 2022-04-26T04:30:42.875613+0000 mgr.smithi136.ofnrfx (mgr.14188) 3411 : cluster [DBG] pgmap v3182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:44 smithi136 bash[11745]: cluster 2022-04-26T04:30:42.875613+0000 mgr.smithi136.ofnrfx (mgr.14188) 3411 : cluster [DBG] pgmap v3182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:45.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:45.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:45.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:45 smithi145 bash[13673]: cluster 2022-04-26T04:30:44.876281+0000 mgr.smithi136.ofnrfx (mgr.14188) 3412 : cluster [DBG] pgmap v3183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:46.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:45 smithi136 bash[11745]: cluster 2022-04-26T04:30:44.876281+0000 mgr.smithi136.ofnrfx (mgr.14188) 3412 : cluster [DBG] pgmap v3183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:46 smithi145 bash[13673]: audit 2022-04-26T04:30:46.290819+0000 mon.smithi136 (mon.0) 2454 : audit [DBG] from='client.? 172.21.15.136:0/733975554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:46 smithi136 bash[11745]: audit 2022-04-26T04:30:46.290819+0000 mon.smithi136 (mon.0) 2454 : audit [DBG] from='client.? 172.21.15.136:0/733975554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:47 smithi145 bash[13673]: cluster 2022-04-26T04:30:46.876875+0000 mgr.smithi136.ofnrfx (mgr.14188) 3413 : cluster [DBG] pgmap v3184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:47 smithi136 bash[11745]: cluster 2022-04-26T04:30:46.876875+0000 mgr.smithi136.ofnrfx (mgr.14188) 3413 : cluster [DBG] pgmap v3184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:50.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:49 smithi136 bash[11745]: cluster 2022-04-26T04:30:48.877521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3414 : cluster [DBG] pgmap v3185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:49 smithi145 bash[13673]: cluster 2022-04-26T04:30:48.877521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3414 : cluster [DBG] pgmap v3185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:51.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:51.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:51.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:51.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:51 smithi136 bash[11745]: cluster 2022-04-26T04:30:50.878150+0000 mgr.smithi136.ofnrfx (mgr.14188) 3415 : cluster [DBG] pgmap v3186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:51 smithi136 bash[11745]: audit 2022-04-26T04:30:51.618293+0000 mon.smithi136 (mon.0) 2455 : audit [DBG] from='client.? 172.21.15.136:0/232590659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:51 smithi145 bash[13673]: cluster 2022-04-26T04:30:50.878150+0000 mgr.smithi136.ofnrfx (mgr.14188) 3415 : cluster [DBG] pgmap v3186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:51 smithi145 bash[13673]: audit 2022-04-26T04:30:51.618293+0000 mon.smithi136 (mon.0) 2455 : audit [DBG] from='client.? 172.21.15.136:0/232590659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:53 smithi136 bash[11745]: cluster 2022-04-26T04:30:52.878795+0000 mgr.smithi136.ofnrfx (mgr.14188) 3416 : cluster [DBG] pgmap v3187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:53 smithi145 bash[13673]: cluster 2022-04-26T04:30:52.878795+0000 mgr.smithi136.ofnrfx (mgr.14188) 3416 : cluster [DBG] pgmap v3187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:55 smithi145 bash[13673]: cluster 2022-04-26T04:30:54.879431+0000 mgr.smithi136.ofnrfx (mgr.14188) 3417 : cluster [DBG] pgmap v3188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:55 smithi136 bash[11745]: cluster 2022-04-26T04:30:54.879431+0000 mgr.smithi136.ofnrfx (mgr.14188) 3417 : cluster [DBG] pgmap v3188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:56.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:30:56.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:30:56.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:30:56.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:30:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:57 smithi136 bash[11745]: cluster 2022-04-26T04:30:56.880086+0000 mgr.smithi136.ofnrfx (mgr.14188) 3418 : cluster [DBG] pgmap v3189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:57 smithi136 bash[11745]: audit 2022-04-26T04:30:56.948246+0000 mon.smithi136 (mon.0) 2456 : audit [DBG] from='client.? 172.21.15.136:0/2234781146' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:30:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:57 smithi145 bash[13673]: cluster 2022-04-26T04:30:56.880086+0000 mgr.smithi136.ofnrfx (mgr.14188) 3418 : cluster [DBG] pgmap v3189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:30:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:57 smithi145 bash[13673]: audit 2022-04-26T04:30:56.948246+0000 mon.smithi136 (mon.0) 2456 : audit [DBG] from='client.? 172.21.15.136:0/2234781146' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:00.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:30:59 smithi136 bash[11745]: cluster 2022-04-26T04:30:58.880708+0000 mgr.smithi136.ofnrfx (mgr.14188) 3419 : cluster [DBG] pgmap v3190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:30:59 smithi145 bash[13673]: cluster 2022-04-26T04:30:58.880708+0000 mgr.smithi136.ofnrfx (mgr.14188) 3419 : cluster [DBG] pgmap v3190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:01.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:01.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:01.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:02.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:01 smithi136 bash[11745]: cluster 2022-04-26T04:31:00.881360+0000 mgr.smithi136.ofnrfx (mgr.14188) 3420 : cluster [DBG] pgmap v3191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:01 smithi145 bash[13673]: cluster 2022-04-26T04:31:00.881360+0000 mgr.smithi136.ofnrfx (mgr.14188) 3420 : cluster [DBG] pgmap v3191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:02 smithi136 bash[11745]: audit 2022-04-26T04:31:02.280874+0000 mon.smithi136 (mon.0) 2457 : audit [DBG] from='client.? 172.21.15.136:0/57043397' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:02 smithi136 bash[11745]: audit 2022-04-26T04:31:02.308461+0000 mon.smithi136 (mon.0) 2458 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:31:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:02 smithi136 bash[11745]: audit 2022-04-26T04:31:02.311243+0000 mon.smithi136 (mon.0) 2459 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:31:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:02 smithi145 bash[13673]: audit 2022-04-26T04:31:02.280874+0000 mon.smithi136 (mon.0) 2457 : audit [DBG] from='client.? 172.21.15.136:0/57043397' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:02 smithi145 bash[13673]: audit 2022-04-26T04:31:02.308461+0000 mon.smithi136 (mon.0) 2458 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:31:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:02 smithi145 bash[13673]: audit 2022-04-26T04:31:02.311243+0000 mon.smithi136 (mon.0) 2459 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:31:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:03 smithi136 bash[11745]: cluster 2022-04-26T04:31:02.882046+0000 mgr.smithi136.ofnrfx (mgr.14188) 3421 : cluster [DBG] pgmap v3192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:03 smithi145 bash[13673]: cluster 2022-04-26T04:31:02.882046+0000 mgr.smithi136.ofnrfx (mgr.14188) 3421 : cluster [DBG] pgmap v3192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:05 smithi145 bash[13673]: cluster 2022-04-26T04:31:04.882662+0000 mgr.smithi136.ofnrfx (mgr.14188) 3422 : cluster [DBG] pgmap v3193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:05 smithi136 bash[11745]: cluster 2022-04-26T04:31:04.882662+0000 mgr.smithi136.ofnrfx (mgr.14188) 3422 : cluster [DBG] pgmap v3193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:07.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:07.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:07.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:07.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:07 smithi136 bash[11745]: cluster 2022-04-26T04:31:06.883281+0000 mgr.smithi136.ofnrfx (mgr.14188) 3423 : cluster [DBG] pgmap v3194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:07 smithi136 bash[11745]: audit 2022-04-26T04:31:07.611907+0000 mon.smithi136 (mon.0) 2460 : audit [DBG] from='client.? 172.21.15.136:0/514291438' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:07 smithi145 bash[13673]: cluster 2022-04-26T04:31:06.883281+0000 mgr.smithi136.ofnrfx (mgr.14188) 3423 : cluster [DBG] pgmap v3194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:07 smithi145 bash[13673]: audit 2022-04-26T04:31:07.611907+0000 mon.smithi136 (mon.0) 2460 : audit [DBG] from='client.? 172.21.15.136:0/514291438' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:10.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:09 smithi136 bash[11745]: cluster 2022-04-26T04:31:08.883952+0000 mgr.smithi136.ofnrfx (mgr.14188) 3424 : cluster [DBG] pgmap v3195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:09 smithi145 bash[13673]: cluster 2022-04-26T04:31:08.883952+0000 mgr.smithi136.ofnrfx (mgr.14188) 3424 : cluster [DBG] pgmap v3195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:11 smithi136 bash[11745]: cluster 2022-04-26T04:31:10.884596+0000 mgr.smithi136.ofnrfx (mgr.14188) 3425 : cluster [DBG] pgmap v3196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:11 smithi145 bash[13673]: cluster 2022-04-26T04:31:10.884596+0000 mgr.smithi136.ofnrfx (mgr.14188) 3425 : cluster [DBG] pgmap v3196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:12.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:12.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:12.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:12.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:12 smithi136 bash[11745]: audit 2022-04-26T04:31:12.939849+0000 mon.smithi136 (mon.0) 2461 : audit [DBG] from='client.? 172.21.15.136:0/2948759738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:12 smithi145 bash[13673]: audit 2022-04-26T04:31:12.939849+0000 mon.smithi136 (mon.0) 2461 : audit [DBG] from='client.? 172.21.15.136:0/2948759738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:13 smithi136 bash[11745]: cluster 2022-04-26T04:31:12.885232+0000 mgr.smithi136.ofnrfx (mgr.14188) 3426 : cluster [DBG] pgmap v3197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:13 smithi145 bash[13673]: cluster 2022-04-26T04:31:12.885232+0000 mgr.smithi136.ofnrfx (mgr.14188) 3426 : cluster [DBG] pgmap v3197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:15 smithi145 bash[13673]: cluster 2022-04-26T04:31:14.885832+0000 mgr.smithi136.ofnrfx (mgr.14188) 3427 : cluster [DBG] pgmap v3198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:15 smithi136 bash[11745]: cluster 2022-04-26T04:31:14.885832+0000 mgr.smithi136.ofnrfx (mgr.14188) 3427 : cluster [DBG] pgmap v3198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:17.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:17.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:17.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:18.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:17 smithi136 bash[11745]: cluster 2022-04-26T04:31:16.886444+0000 mgr.smithi136.ofnrfx (mgr.14188) 3428 : cluster [DBG] pgmap v3199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:17 smithi145 bash[13673]: cluster 2022-04-26T04:31:16.886444+0000 mgr.smithi136.ofnrfx (mgr.14188) 3428 : cluster [DBG] pgmap v3199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:18 smithi136 bash[11745]: audit 2022-04-26T04:31:18.262931+0000 mon.smithi136 (mon.0) 2462 : audit [DBG] from='client.? 172.21.15.136:0/2294679246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:18 smithi145 bash[13673]: audit 2022-04-26T04:31:18.262931+0000 mon.smithi136 (mon.0) 2462 : audit [DBG] from='client.? 172.21.15.136:0/2294679246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:20.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:19 smithi136 bash[11745]: cluster 2022-04-26T04:31:18.887115+0000 mgr.smithi136.ofnrfx (mgr.14188) 3429 : cluster [DBG] pgmap v3200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:19 smithi145 bash[13673]: cluster 2022-04-26T04:31:18.887115+0000 mgr.smithi136.ofnrfx (mgr.14188) 3429 : cluster [DBG] pgmap v3200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:21 smithi136 bash[11745]: cluster 2022-04-26T04:31:20.887812+0000 mgr.smithi136.ofnrfx (mgr.14188) 3430 : cluster [DBG] pgmap v3201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:21 smithi145 bash[13673]: cluster 2022-04-26T04:31:20.887812+0000 mgr.smithi136.ofnrfx (mgr.14188) 3430 : cluster [DBG] pgmap v3201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:23.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:23.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:23.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:23.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:23 smithi136 bash[11745]: cluster 2022-04-26T04:31:22.888424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3431 : cluster [DBG] pgmap v3202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:23 smithi136 bash[11745]: audit 2022-04-26T04:31:23.590022+0000 mon.smithi136 (mon.0) 2463 : audit [DBG] from='client.? 172.21.15.136:0/2594152450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:23 smithi145 bash[13673]: cluster 2022-04-26T04:31:22.888424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3431 : cluster [DBG] pgmap v3202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:23 smithi145 bash[13673]: audit 2022-04-26T04:31:23.590022+0000 mon.smithi136 (mon.0) 2463 : audit [DBG] from='client.? 172.21.15.136:0/2594152450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:25 smithi145 bash[13673]: cluster 2022-04-26T04:31:24.889055+0000 mgr.smithi136.ofnrfx (mgr.14188) 3432 : cluster [DBG] pgmap v3203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:25 smithi136 bash[11745]: cluster 2022-04-26T04:31:24.889055+0000 mgr.smithi136.ofnrfx (mgr.14188) 3432 : cluster [DBG] pgmap v3203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:27 smithi136 bash[11745]: cluster 2022-04-26T04:31:26.889670+0000 mgr.smithi136.ofnrfx (mgr.14188) 3433 : cluster [DBG] pgmap v3204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:27 smithi145 bash[13673]: cluster 2022-04-26T04:31:26.889670+0000 mgr.smithi136.ofnrfx (mgr.14188) 3433 : cluster [DBG] pgmap v3204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:28.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:28.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:28.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:28.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:28 smithi136 bash[11745]: audit 2022-04-26T04:31:28.915693+0000 mon.smithi136 (mon.0) 2464 : audit [DBG] from='client.? 172.21.15.136:0/1914796473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:28 smithi145 bash[13673]: audit 2022-04-26T04:31:28.915693+0000 mon.smithi136 (mon.0) 2464 : audit [DBG] from='client.? 172.21.15.136:0/1914796473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:30.263 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:29 smithi136 bash[11745]: cluster 2022-04-26T04:31:28.890216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3434 : cluster [DBG] pgmap v3205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:29 smithi145 bash[13673]: cluster 2022-04-26T04:31:28.890216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3434 : cluster [DBG] pgmap v3205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:31 smithi136 bash[11745]: cluster 2022-04-26T04:31:30.890819+0000 mgr.smithi136.ofnrfx (mgr.14188) 3435 : cluster [DBG] pgmap v3206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:31 smithi145 bash[13673]: cluster 2022-04-26T04:31:30.890819+0000 mgr.smithi136.ofnrfx (mgr.14188) 3435 : cluster [DBG] pgmap v3206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:33.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:33.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:33.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:34.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:33 smithi136 bash[11745]: cluster 2022-04-26T04:31:32.891428+0000 mgr.smithi136.ofnrfx (mgr.14188) 3436 : cluster [DBG] pgmap v3207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:33 smithi145 bash[13673]: cluster 2022-04-26T04:31:32.891428+0000 mgr.smithi136.ofnrfx (mgr.14188) 3436 : cluster [DBG] pgmap v3207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:34 smithi136 bash[11745]: audit 2022-04-26T04:31:34.241013+0000 mon.smithi136 (mon.0) 2465 : audit [DBG] from='client.? 172.21.15.136:0/3000544190' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:34 smithi145 bash[13673]: audit 2022-04-26T04:31:34.241013+0000 mon.smithi136 (mon.0) 2465 : audit [DBG] from='client.? 172.21.15.136:0/3000544190' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:35 smithi136 bash[11745]: cluster 2022-04-26T04:31:34.892053+0000 mgr.smithi136.ofnrfx (mgr.14188) 3437 : cluster [DBG] pgmap v3208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:35 smithi145 bash[13673]: cluster 2022-04-26T04:31:34.892053+0000 mgr.smithi136.ofnrfx (mgr.14188) 3437 : cluster [DBG] pgmap v3208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:37 smithi136 bash[11745]: cluster 2022-04-26T04:31:36.892663+0000 mgr.smithi136.ofnrfx (mgr.14188) 3438 : cluster [DBG] pgmap v3209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:37 smithi145 bash[13673]: cluster 2022-04-26T04:31:36.892663+0000 mgr.smithi136.ofnrfx (mgr.14188) 3438 : cluster [DBG] pgmap v3209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:39.076 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:38 smithi136 bash[11745]: audit 2022-04-26T04:31:38.897053+0000 mon.smithi136 (mon.0) 2466 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:31:39.076 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:38 smithi136 bash[11745]: audit 2022-04-26T04:31:38.899908+0000 mon.smithi136 (mon.0) 2467 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:31:39.076 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:38 smithi136 bash[11745]: audit 2022-04-26T04:31:38.901357+0000 mon.smithi136 (mon.0) 2468 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:31:39.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:39.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:39.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:38 smithi145 bash[13673]: audit 2022-04-26T04:31:38.897053+0000 mon.smithi136 (mon.0) 2466 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:31:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:38 smithi145 bash[13673]: audit 2022-04-26T04:31:38.899908+0000 mon.smithi136 (mon.0) 2467 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:31:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:38 smithi145 bash[13673]: audit 2022-04-26T04:31:38.901357+0000 mon.smithi136 (mon.0) 2468 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:31:39.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:40.262 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:39 smithi136 bash[11745]: cluster 2022-04-26T04:31:38.893274+0000 mgr.smithi136.ofnrfx (mgr.14188) 3439 : cluster [DBG] pgmap v3210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:40.263 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:39 smithi136 bash[11745]: audit 2022-04-26T04:31:39.573258+0000 mon.smithi136 (mon.0) 2469 : audit [DBG] from='client.? 172.21.15.136:0/1204020192' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:39 smithi145 bash[13673]: cluster 2022-04-26T04:31:38.893274+0000 mgr.smithi136.ofnrfx (mgr.14188) 3439 : cluster [DBG] pgmap v3210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:39 smithi145 bash[13673]: audit 2022-04-26T04:31:39.573258+0000 mon.smithi136 (mon.0) 2469 : audit [DBG] from='client.? 172.21.15.136:0/1204020192' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:41 smithi136 bash[11745]: cluster 2022-04-26T04:31:40.893913+0000 mgr.smithi136.ofnrfx (mgr.14188) 3440 : cluster [DBG] pgmap v3211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:41 smithi145 bash[13673]: cluster 2022-04-26T04:31:40.893913+0000 mgr.smithi136.ofnrfx (mgr.14188) 3440 : cluster [DBG] pgmap v3211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:43 smithi136 bash[11745]: audit 2022-04-26T04:31:42.689785+0000 mon.smithi136 (mon.0) 2470 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:31:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:43 smithi136 bash[11745]: cluster 2022-04-26T04:31:42.894504+0000 mgr.smithi136.ofnrfx (mgr.14188) 3441 : cluster [DBG] pgmap v3212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:43 smithi136 bash[11745]: audit 2022-04-26T04:31:43.516355+0000 mon.smithi136 (mon.0) 2471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:31:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:43 smithi145 bash[13673]: audit 2022-04-26T04:31:42.689785+0000 mon.smithi136 (mon.0) 2470 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:31:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:43 smithi145 bash[13673]: cluster 2022-04-26T04:31:42.894504+0000 mgr.smithi136.ofnrfx (mgr.14188) 3441 : cluster [DBG] pgmap v3212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:43 smithi145 bash[13673]: audit 2022-04-26T04:31:43.516355+0000 mon.smithi136 (mon.0) 2471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:31:44.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:44.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:44.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:44.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:44 smithi145 bash[13673]: cluster 2022-04-26T04:31:43.802310+0000 mgr.smithi136.ofnrfx (mgr.14188) 3442 : cluster [DBG] pgmap v3213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:44 smithi145 bash[13673]: cluster 2022-04-26T04:31:43.802829+0000 mgr.smithi136.ofnrfx (mgr.14188) 3443 : cluster [DBG] pgmap v3214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:44 smithi145 bash[13673]: audit 2022-04-26T04:31:43.810205+0000 mon.smithi136 (mon.0) 2472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:31:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:44 smithi145 bash[13673]: audit 2022-04-26T04:31:43.820255+0000 mon.smithi136 (mon.0) 2473 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:31:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:44 smithi145 bash[13673]: cephadm 2022-04-26T04:31:43.821713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3444 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:31:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:44 smithi145 bash[13673]: cephadm 2022-04-26T04:31:43.821940+0000 mgr.smithi136.ofnrfx (mgr.14188) 3445 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:31:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:44 smithi136 bash[11745]: cluster 2022-04-26T04:31:43.802310+0000 mgr.smithi136.ofnrfx (mgr.14188) 3442 : cluster [DBG] pgmap v3213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:44 smithi136 bash[11745]: cluster 2022-04-26T04:31:43.802829+0000 mgr.smithi136.ofnrfx (mgr.14188) 3443 : cluster [DBG] pgmap v3214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:44 smithi136 bash[11745]: audit 2022-04-26T04:31:43.810205+0000 mon.smithi136 (mon.0) 2472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:31:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:44 smithi136 bash[11745]: audit 2022-04-26T04:31:43.820255+0000 mon.smithi136 (mon.0) 2473 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:31:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:44 smithi136 bash[11745]: cephadm 2022-04-26T04:31:43.821713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3444 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:31:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:44 smithi136 bash[11745]: cephadm 2022-04-26T04:31:43.821940+0000 mgr.smithi136.ofnrfx (mgr.14188) 3445 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:31:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:45 smithi145 bash[13673]: audit 2022-04-26T04:31:44.900612+0000 mon.smithi136 (mon.0) 2474 : audit [DBG] from='client.? 172.21.15.136:0/709722704' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:45 smithi136 bash[11745]: audit 2022-04-26T04:31:44.900612+0000 mon.smithi136 (mon.0) 2474 : audit [DBG] from='client.? 172.21.15.136:0/709722704' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:46 smithi145 bash[13673]: cluster 2022-04-26T04:31:45.803382+0000 mgr.smithi136.ofnrfx (mgr.14188) 3446 : cluster [DBG] pgmap v3215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:46 smithi136 bash[11745]: cluster 2022-04-26T04:31:45.803382+0000 mgr.smithi136.ofnrfx (mgr.14188) 3446 : cluster [DBG] pgmap v3215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:48 smithi136 bash[11745]: cluster 2022-04-26T04:31:47.803985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3447 : cluster [DBG] pgmap v3216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:48 smithi145 bash[13673]: cluster 2022-04-26T04:31:47.803985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3447 : cluster [DBG] pgmap v3216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:49.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:49.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:49.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:50.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:50 smithi145 bash[13673]: cluster 2022-04-26T04:31:49.804625+0000 mgr.smithi136.ofnrfx (mgr.14188) 3448 : cluster [DBG] pgmap v3217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:50 smithi145 bash[13673]: audit 2022-04-26T04:31:50.226254+0000 mon.smithi136 (mon.0) 2475 : audit [DBG] from='client.? 172.21.15.136:0/2624625382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:50 smithi136 bash[11745]: cluster 2022-04-26T04:31:49.804625+0000 mgr.smithi136.ofnrfx (mgr.14188) 3448 : cluster [DBG] pgmap v3217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:51.323 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:50 smithi136 bash[11745]: audit 2022-04-26T04:31:50.226254+0000 mon.smithi136 (mon.0) 2475 : audit [DBG] from='client.? 172.21.15.136:0/2624625382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:52 smithi145 bash[13673]: cluster 2022-04-26T04:31:51.805243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3449 : cluster [DBG] pgmap v3218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:52 smithi136 bash[11745]: cluster 2022-04-26T04:31:51.805243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3449 : cluster [DBG] pgmap v3218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:54 smithi145 bash[13673]: cluster 2022-04-26T04:31:53.805879+0000 mgr.smithi136.ofnrfx (mgr.14188) 3450 : cluster [DBG] pgmap v3219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:55.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:31:55.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:31:55.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:31:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:54 smithi136 bash[11745]: cluster 2022-04-26T04:31:53.805879+0000 mgr.smithi136.ofnrfx (mgr.14188) 3450 : cluster [DBG] pgmap v3219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:55.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:31:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:55 smithi145 bash[13673]: audit 2022-04-26T04:31:55.552387+0000 mon.smithi136 (mon.0) 2476 : audit [DBG] from='client.? 172.21.15.136:0/2323500310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:55 smithi136 bash[11745]: audit 2022-04-26T04:31:55.552387+0000 mon.smithi136 (mon.0) 2476 : audit [DBG] from='client.? 172.21.15.136:0/2323500310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:31:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:56 smithi145 bash[13673]: cluster 2022-04-26T04:31:55.806505+0000 mgr.smithi136.ofnrfx (mgr.14188) 3451 : cluster [DBG] pgmap v3220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:56 smithi136 bash[11745]: cluster 2022-04-26T04:31:55.806505+0000 mgr.smithi136.ofnrfx (mgr.14188) 3451 : cluster [DBG] pgmap v3220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:31:58 smithi136 bash[11745]: cluster 2022-04-26T04:31:57.807134+0000 mgr.smithi136.ofnrfx (mgr.14188) 3452 : cluster [DBG] pgmap v3221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:31:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:31:58 smithi145 bash[13673]: cluster 2022-04-26T04:31:57.807134+0000 mgr.smithi136.ofnrfx (mgr.14188) 3452 : cluster [DBG] pgmap v3221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:00.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:00.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:00.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:00.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:00 smithi145 bash[13673]: cluster 2022-04-26T04:31:59.807783+0000 mgr.smithi136.ofnrfx (mgr.14188) 3453 : cluster [DBG] pgmap v3222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:00 smithi136 bash[11745]: cluster 2022-04-26T04:31:59.807783+0000 mgr.smithi136.ofnrfx (mgr.14188) 3453 : cluster [DBG] pgmap v3222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:01 smithi145 bash[13673]: audit 2022-04-26T04:32:00.884741+0000 mon.smithi136 (mon.0) 2477 : audit [DBG] from='client.? 172.21.15.136:0/3882669933' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:01 smithi136 bash[11745]: audit 2022-04-26T04:32:00.884741+0000 mon.smithi136 (mon.0) 2477 : audit [DBG] from='client.? 172.21.15.136:0/3882669933' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:02 smithi145 bash[13673]: cluster 2022-04-26T04:32:01.808414+0000 mgr.smithi136.ofnrfx (mgr.14188) 3454 : cluster [DBG] pgmap v3223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:02 smithi145 bash[13673]: audit 2022-04-26T04:32:02.311487+0000 mon.smithi136 (mon.0) 2478 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:32:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:02 smithi145 bash[13673]: audit 2022-04-26T04:32:02.315412+0000 mon.smithi136 (mon.0) 2479 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:32:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:02 smithi136 bash[11745]: cluster 2022-04-26T04:32:01.808414+0000 mgr.smithi136.ofnrfx (mgr.14188) 3454 : cluster [DBG] pgmap v3223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:02 smithi136 bash[11745]: audit 2022-04-26T04:32:02.311487+0000 mon.smithi136 (mon.0) 2478 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:32:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:02 smithi136 bash[11745]: audit 2022-04-26T04:32:02.315412+0000 mon.smithi136 (mon.0) 2479 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:32:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:04 smithi145 bash[13673]: cluster 2022-04-26T04:32:03.809062+0000 mgr.smithi136.ofnrfx (mgr.14188) 3455 : cluster [DBG] pgmap v3224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:04 smithi136 bash[11745]: cluster 2022-04-26T04:32:03.809062+0000 mgr.smithi136.ofnrfx (mgr.14188) 3455 : cluster [DBG] pgmap v3224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:05.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:05.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:05.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:06.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:06 smithi145 bash[13673]: cluster 2022-04-26T04:32:05.809756+0000 mgr.smithi136.ofnrfx (mgr.14188) 3456 : cluster [DBG] pgmap v3225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:06 smithi145 bash[13673]: audit 2022-04-26T04:32:06.207640+0000 mon.smithi136 (mon.0) 2480 : audit [DBG] from='client.? 172.21.15.136:0/1524265670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:06 smithi136 bash[11745]: cluster 2022-04-26T04:32:05.809756+0000 mgr.smithi136.ofnrfx (mgr.14188) 3456 : cluster [DBG] pgmap v3225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:06 smithi136 bash[11745]: audit 2022-04-26T04:32:06.207640+0000 mon.smithi136 (mon.0) 2480 : audit [DBG] from='client.? 172.21.15.136:0/1524265670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:08 smithi136 bash[11745]: cluster 2022-04-26T04:32:07.810424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3457 : cluster [DBG] pgmap v3226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:08 smithi145 bash[13673]: cluster 2022-04-26T04:32:07.810424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3457 : cluster [DBG] pgmap v3226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:11.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:11.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:11.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:10 smithi136 bash[11745]: cluster 2022-04-26T04:32:09.811019+0000 mgr.smithi136.ofnrfx (mgr.14188) 3458 : cluster [DBG] pgmap v3227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:10 smithi145 bash[13673]: cluster 2022-04-26T04:32:09.811019+0000 mgr.smithi136.ofnrfx (mgr.14188) 3458 : cluster [DBG] pgmap v3227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:11.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:11 smithi136 bash[11745]: audit 2022-04-26T04:32:11.532078+0000 mon.smithi136 (mon.0) 2481 : audit [DBG] from='client.? 172.21.15.136:0/881211730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:11 smithi145 bash[13673]: audit 2022-04-26T04:32:11.532078+0000 mon.smithi136 (mon.0) 2481 : audit [DBG] from='client.? 172.21.15.136:0/881211730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:12 smithi136 bash[11745]: cluster 2022-04-26T04:32:11.811745+0000 mgr.smithi136.ofnrfx (mgr.14188) 3459 : cluster [DBG] pgmap v3228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:12 smithi145 bash[13673]: cluster 2022-04-26T04:32:11.811745+0000 mgr.smithi136.ofnrfx (mgr.14188) 3459 : cluster [DBG] pgmap v3228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:14 smithi136 bash[11745]: cluster 2022-04-26T04:32:13.812426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3460 : cluster [DBG] pgmap v3229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:14 smithi145 bash[13673]: cluster 2022-04-26T04:32:13.812426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3460 : cluster [DBG] pgmap v3229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:16.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:16.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:16.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:16.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:16 smithi136 bash[11745]: cluster 2022-04-26T04:32:15.813023+0000 mgr.smithi136.ofnrfx (mgr.14188) 3461 : cluster [DBG] pgmap v3230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:16 smithi136 bash[11745]: audit 2022-04-26T04:32:16.859393+0000 mon.smithi136 (mon.0) 2482 : audit [DBG] from='client.? 172.21.15.136:0/3437921698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:16 smithi145 bash[13673]: cluster 2022-04-26T04:32:15.813023+0000 mgr.smithi136.ofnrfx (mgr.14188) 3461 : cluster [DBG] pgmap v3230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:16 smithi145 bash[13673]: audit 2022-04-26T04:32:16.859393+0000 mon.smithi136 (mon.0) 2482 : audit [DBG] from='client.? 172.21.15.136:0/3437921698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:18 smithi136 bash[11745]: cluster 2022-04-26T04:32:17.813669+0000 mgr.smithi136.ofnrfx (mgr.14188) 3462 : cluster [DBG] pgmap v3231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:18 smithi145 bash[13673]: cluster 2022-04-26T04:32:17.813669+0000 mgr.smithi136.ofnrfx (mgr.14188) 3462 : cluster [DBG] pgmap v3231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:20 smithi136 bash[11745]: cluster 2022-04-26T04:32:19.814386+0000 mgr.smithi136.ofnrfx (mgr.14188) 3463 : cluster [DBG] pgmap v3232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:20 smithi145 bash[13673]: cluster 2022-04-26T04:32:19.814386+0000 mgr.smithi136.ofnrfx (mgr.14188) 3463 : cluster [DBG] pgmap v3232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:21.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:21.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:21.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:22.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:22 smithi136 bash[11745]: cluster 2022-04-26T04:32:21.815041+0000 mgr.smithi136.ofnrfx (mgr.14188) 3464 : cluster [DBG] pgmap v3233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:22 smithi136 bash[11745]: audit 2022-04-26T04:32:22.183225+0000 mon.smithi136 (mon.0) 2483 : audit [DBG] from='client.? 172.21.15.136:0/1736824081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:22 smithi145 bash[13673]: cluster 2022-04-26T04:32:21.815041+0000 mgr.smithi136.ofnrfx (mgr.14188) 3464 : cluster [DBG] pgmap v3233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:22 smithi145 bash[13673]: audit 2022-04-26T04:32:22.183225+0000 mon.smithi136 (mon.0) 2483 : audit [DBG] from='client.? 172.21.15.136:0/1736824081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:24 smithi136 bash[11745]: cluster 2022-04-26T04:32:23.815682+0000 mgr.smithi136.ofnrfx (mgr.14188) 3465 : cluster [DBG] pgmap v3234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:24 smithi145 bash[13673]: cluster 2022-04-26T04:32:23.815682+0000 mgr.smithi136.ofnrfx (mgr.14188) 3465 : cluster [DBG] pgmap v3234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:27.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:27.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:27.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:26 smithi136 bash[11745]: cluster 2022-04-26T04:32:25.816297+0000 mgr.smithi136.ofnrfx (mgr.14188) 3466 : cluster [DBG] pgmap v3235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:26 smithi145 bash[13673]: cluster 2022-04-26T04:32:25.816297+0000 mgr.smithi136.ofnrfx (mgr.14188) 3466 : cluster [DBG] pgmap v3235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:27.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:27 smithi136 bash[11745]: audit 2022-04-26T04:32:27.517230+0000 mon.smithi136 (mon.0) 2484 : audit [DBG] from='client.? 172.21.15.136:0/4091198231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:27 smithi145 bash[13673]: audit 2022-04-26T04:32:27.517230+0000 mon.smithi136 (mon.0) 2484 : audit [DBG] from='client.? 172.21.15.136:0/4091198231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:28 smithi136 bash[11745]: cluster 2022-04-26T04:32:27.816911+0000 mgr.smithi136.ofnrfx (mgr.14188) 3467 : cluster [DBG] pgmap v3236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:28 smithi145 bash[13673]: cluster 2022-04-26T04:32:27.816911+0000 mgr.smithi136.ofnrfx (mgr.14188) 3467 : cluster [DBG] pgmap v3236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:30 smithi136 bash[11745]: cluster 2022-04-26T04:32:29.817521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3468 : cluster [DBG] pgmap v3237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:30 smithi145 bash[13673]: cluster 2022-04-26T04:32:29.817521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3468 : cluster [DBG] pgmap v3237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:32.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:32.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:32.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:32.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:32 smithi136 bash[11745]: cluster 2022-04-26T04:32:31.818092+0000 mgr.smithi136.ofnrfx (mgr.14188) 3469 : cluster [DBG] pgmap v3238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:32 smithi136 bash[11745]: audit 2022-04-26T04:32:32.845341+0000 mon.smithi136 (mon.0) 2485 : audit [DBG] from='client.? 172.21.15.136:0/3447561258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:32 smithi145 bash[13673]: cluster 2022-04-26T04:32:31.818092+0000 mgr.smithi136.ofnrfx (mgr.14188) 3469 : cluster [DBG] pgmap v3238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:32 smithi145 bash[13673]: audit 2022-04-26T04:32:32.845341+0000 mon.smithi136 (mon.0) 2485 : audit [DBG] from='client.? 172.21.15.136:0/3447561258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:34 smithi136 bash[11745]: cluster 2022-04-26T04:32:33.818711+0000 mgr.smithi136.ofnrfx (mgr.14188) 3470 : cluster [DBG] pgmap v3239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:34 smithi145 bash[13673]: cluster 2022-04-26T04:32:33.818711+0000 mgr.smithi136.ofnrfx (mgr.14188) 3470 : cluster [DBG] pgmap v3239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:36 smithi136 bash[11745]: cluster 2022-04-26T04:32:35.819340+0000 mgr.smithi136.ofnrfx (mgr.14188) 3471 : cluster [DBG] pgmap v3240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:36 smithi145 bash[13673]: cluster 2022-04-26T04:32:35.819340+0000 mgr.smithi136.ofnrfx (mgr.14188) 3471 : cluster [DBG] pgmap v3240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:37.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:37.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:37.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:38.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:38 smithi136 bash[11745]: cluster 2022-04-26T04:32:37.819976+0000 mgr.smithi136.ofnrfx (mgr.14188) 3472 : cluster [DBG] pgmap v3241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:38 smithi136 bash[11745]: audit 2022-04-26T04:32:38.181514+0000 mon.smithi136 (mon.0) 2486 : audit [DBG] from='client.? 172.21.15.136:0/152464729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:38 smithi145 bash[13673]: cluster 2022-04-26T04:32:37.819976+0000 mgr.smithi136.ofnrfx (mgr.14188) 3472 : cluster [DBG] pgmap v3241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:38 smithi145 bash[13673]: audit 2022-04-26T04:32:38.181514+0000 mon.smithi136 (mon.0) 2486 : audit [DBG] from='client.? 172.21.15.136:0/152464729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:40 smithi136 bash[11745]: cluster 2022-04-26T04:32:39.820592+0000 mgr.smithi136.ofnrfx (mgr.14188) 3473 : cluster [DBG] pgmap v3242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:40 smithi145 bash[13673]: cluster 2022-04-26T04:32:39.820592+0000 mgr.smithi136.ofnrfx (mgr.14188) 3473 : cluster [DBG] pgmap v3242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:43.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:43.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:43.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:42 smithi136 bash[11745]: cluster 2022-04-26T04:32:41.821222+0000 mgr.smithi136.ofnrfx (mgr.14188) 3474 : cluster [DBG] pgmap v3243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:43 smithi145 bash[13673]: cluster 2022-04-26T04:32:41.821222+0000 mgr.smithi136.ofnrfx (mgr.14188) 3474 : cluster [DBG] pgmap v3243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:43.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:44 smithi136 bash[11745]: audit 2022-04-26T04:32:43.514821+0000 mon.smithi136 (mon.0) 2487 : audit [DBG] from='client.? 172.21.15.136:0/3226257095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:44 smithi136 bash[11745]: audit 2022-04-26T04:32:43.832685+0000 mon.smithi136 (mon.0) 2488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:32:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:44 smithi136 bash[11745]: audit 2022-04-26T04:32:43.835478+0000 mon.smithi136 (mon.0) 2489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:32:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:44 smithi136 bash[11745]: audit 2022-04-26T04:32:43.837413+0000 mon.smithi136 (mon.0) 2490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:32:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:44 smithi145 bash[13673]: audit 2022-04-26T04:32:43.514821+0000 mon.smithi136 (mon.0) 2487 : audit [DBG] from='client.? 172.21.15.136:0/3226257095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:44 smithi145 bash[13673]: audit 2022-04-26T04:32:43.832685+0000 mon.smithi136 (mon.0) 2488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:32:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:44 smithi145 bash[13673]: audit 2022-04-26T04:32:43.835478+0000 mon.smithi136 (mon.0) 2489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:32:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:44 smithi145 bash[13673]: audit 2022-04-26T04:32:43.837413+0000 mon.smithi136 (mon.0) 2490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:32:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:45 smithi145 bash[13673]: cluster 2022-04-26T04:32:43.821826+0000 mgr.smithi136.ofnrfx (mgr.14188) 3475 : cluster [DBG] pgmap v3244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:45 smithi145 bash[13673]: audit 2022-04-26T04:32:44.142233+0000 mon.smithi136 (mon.0) 2491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:32:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:45 smithi145 bash[13673]: audit 2022-04-26T04:32:44.431661+0000 mon.smithi136 (mon.0) 2492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:32:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:45 smithi145 bash[13673]: audit 2022-04-26T04:32:44.438926+0000 mon.smithi136 (mon.0) 2493 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:32:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:45 smithi136 bash[11745]: cluster 2022-04-26T04:32:43.821826+0000 mgr.smithi136.ofnrfx (mgr.14188) 3475 : cluster [DBG] pgmap v3244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:45 smithi136 bash[11745]: audit 2022-04-26T04:32:44.142233+0000 mon.smithi136 (mon.0) 2491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:32:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:45 smithi136 bash[11745]: audit 2022-04-26T04:32:44.431661+0000 mon.smithi136 (mon.0) 2492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:32:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:45 smithi136 bash[11745]: audit 2022-04-26T04:32:44.438926+0000 mon.smithi136 (mon.0) 2493 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:32:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:46 smithi136 bash[11745]: cluster 2022-04-26T04:32:44.424721+0000 mgr.smithi136.ofnrfx (mgr.14188) 3476 : cluster [DBG] pgmap v3245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:46 smithi136 bash[11745]: cluster 2022-04-26T04:32:44.425182+0000 mgr.smithi136.ofnrfx (mgr.14188) 3477 : cluster [DBG] pgmap v3246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:46 smithi136 bash[11745]: cephadm 2022-04-26T04:32:44.440015+0000 mgr.smithi136.ofnrfx (mgr.14188) 3478 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:32:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:46 smithi136 bash[11745]: cephadm 2022-04-26T04:32:44.440193+0000 mgr.smithi136.ofnrfx (mgr.14188) 3479 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:32:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:46 smithi145 bash[13673]: cluster 2022-04-26T04:32:44.424721+0000 mgr.smithi136.ofnrfx (mgr.14188) 3476 : cluster [DBG] pgmap v3245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:46 smithi145 bash[13673]: cluster 2022-04-26T04:32:44.425182+0000 mgr.smithi136.ofnrfx (mgr.14188) 3477 : cluster [DBG] pgmap v3246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:46 smithi145 bash[13673]: cephadm 2022-04-26T04:32:44.440015+0000 mgr.smithi136.ofnrfx (mgr.14188) 3478 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:32:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:46 smithi145 bash[13673]: cephadm 2022-04-26T04:32:44.440193+0000 mgr.smithi136.ofnrfx (mgr.14188) 3479 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:32:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:48 smithi145 bash[13673]: cluster 2022-04-26T04:32:46.425763+0000 mgr.smithi136.ofnrfx (mgr.14188) 3480 : cluster [DBG] pgmap v3247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:48.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:48.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:48.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:48 smithi136 bash[11745]: cluster 2022-04-26T04:32:46.425763+0000 mgr.smithi136.ofnrfx (mgr.14188) 3480 : cluster [DBG] pgmap v3247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:48.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:49 smithi136 bash[11745]: audit 2022-04-26T04:32:48.844536+0000 mon.smithi136 (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.136:0/3323581220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:49 smithi145 bash[13673]: audit 2022-04-26T04:32:48.844536+0000 mon.smithi136 (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.136:0/3323581220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:50 smithi136 bash[11745]: cluster 2022-04-26T04:32:48.426399+0000 mgr.smithi136.ofnrfx (mgr.14188) 3481 : cluster [DBG] pgmap v3248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:50 smithi145 bash[13673]: cluster 2022-04-26T04:32:48.426399+0000 mgr.smithi136.ofnrfx (mgr.14188) 3481 : cluster [DBG] pgmap v3248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:52 smithi136 bash[11745]: cluster 2022-04-26T04:32:50.427014+0000 mgr.smithi136.ofnrfx (mgr.14188) 3482 : cluster [DBG] pgmap v3249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:52 smithi145 bash[13673]: cluster 2022-04-26T04:32:50.427014+0000 mgr.smithi136.ofnrfx (mgr.14188) 3482 : cluster [DBG] pgmap v3249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:53.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:53.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:53.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:54.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:32:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:54 smithi136 bash[11745]: cluster 2022-04-26T04:32:52.427712+0000 mgr.smithi136.ofnrfx (mgr.14188) 3483 : cluster [DBG] pgmap v3250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:54 smithi145 bash[13673]: cluster 2022-04-26T04:32:52.427712+0000 mgr.smithi136.ofnrfx (mgr.14188) 3483 : cluster [DBG] pgmap v3250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:55 smithi136 bash[11745]: audit 2022-04-26T04:32:54.173108+0000 mon.smithi136 (mon.0) 2495 : audit [DBG] from='client.? 172.21.15.136:0/2390864745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:55 smithi145 bash[13673]: audit 2022-04-26T04:32:54.173108+0000 mon.smithi136 (mon.0) 2495 : audit [DBG] from='client.? 172.21.15.136:0/2390864745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:32:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:56 smithi136 bash[11745]: cluster 2022-04-26T04:32:54.428328+0000 mgr.smithi136.ofnrfx (mgr.14188) 3484 : cluster [DBG] pgmap v3251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:56 smithi145 bash[13673]: cluster 2022-04-26T04:32:54.428328+0000 mgr.smithi136.ofnrfx (mgr.14188) 3484 : cluster [DBG] pgmap v3251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:32:58 smithi145 bash[13673]: cluster 2022-04-26T04:32:56.428934+0000 mgr.smithi136.ofnrfx (mgr.14188) 3485 : cluster [DBG] pgmap v3252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:32:58 smithi136 bash[11745]: cluster 2022-04-26T04:32:56.428934+0000 mgr.smithi136.ofnrfx (mgr.14188) 3485 : cluster [DBG] pgmap v3252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:32:59.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:32:59.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:32:59.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:32:59.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:00 smithi136 bash[11745]: cluster 2022-04-26T04:32:58.429530+0000 mgr.smithi136.ofnrfx (mgr.14188) 3486 : cluster [DBG] pgmap v3253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:00 smithi136 bash[11745]: audit 2022-04-26T04:32:59.506753+0000 mon.smithi136 (mon.0) 2496 : audit [DBG] from='client.? 172.21.15.136:0/737496600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:00 smithi145 bash[13673]: cluster 2022-04-26T04:32:58.429530+0000 mgr.smithi136.ofnrfx (mgr.14188) 3486 : cluster [DBG] pgmap v3253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:00 smithi145 bash[13673]: audit 2022-04-26T04:32:59.506753+0000 mon.smithi136 (mon.0) 2496 : audit [DBG] from='client.? 172.21.15.136:0/737496600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:02 smithi136 bash[11745]: cluster 2022-04-26T04:33:00.430080+0000 mgr.smithi136.ofnrfx (mgr.14188) 3487 : cluster [DBG] pgmap v3254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:02 smithi145 bash[13673]: cluster 2022-04-26T04:33:00.430080+0000 mgr.smithi136.ofnrfx (mgr.14188) 3487 : cluster [DBG] pgmap v3254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:03 smithi136 bash[11745]: audit 2022-04-26T04:33:02.315553+0000 mon.smithi136 (mon.0) 2497 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:33:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:03 smithi136 bash[11745]: audit 2022-04-26T04:33:02.319323+0000 mon.smithi136 (mon.0) 2498 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:33:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:03 smithi145 bash[13673]: audit 2022-04-26T04:33:02.315553+0000 mon.smithi136 (mon.0) 2497 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:33:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:03 smithi145 bash[13673]: audit 2022-04-26T04:33:02.319323+0000 mon.smithi136 (mon.0) 2498 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:33:04.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:04.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:04.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:04 smithi136 bash[11745]: cluster 2022-04-26T04:33:02.430709+0000 mgr.smithi136.ofnrfx (mgr.14188) 3488 : cluster [DBG] pgmap v3255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:04 smithi145 bash[13673]: cluster 2022-04-26T04:33:02.430709+0000 mgr.smithi136.ofnrfx (mgr.14188) 3488 : cluster [DBG] pgmap v3255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:04.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:05 smithi136 bash[11745]: audit 2022-04-26T04:33:04.840936+0000 mon.smithi136 (mon.0) 2499 : audit [DBG] from='client.? 172.21.15.136:0/4147716246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:05 smithi145 bash[13673]: audit 2022-04-26T04:33:04.840936+0000 mon.smithi136 (mon.0) 2499 : audit [DBG] from='client.? 172.21.15.136:0/4147716246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:06 smithi136 bash[11745]: cluster 2022-04-26T04:33:04.431317+0000 mgr.smithi136.ofnrfx (mgr.14188) 3489 : cluster [DBG] pgmap v3256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:06 smithi145 bash[13673]: cluster 2022-04-26T04:33:04.431317+0000 mgr.smithi136.ofnrfx (mgr.14188) 3489 : cluster [DBG] pgmap v3256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:08 smithi145 bash[13673]: cluster 2022-04-26T04:33:06.431953+0000 mgr.smithi136.ofnrfx (mgr.14188) 3490 : cluster [DBG] pgmap v3257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:08 smithi136 bash[11745]: cluster 2022-04-26T04:33:06.431953+0000 mgr.smithi136.ofnrfx (mgr.14188) 3490 : cluster [DBG] pgmap v3257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:09.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:09.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:09.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:10.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:10 smithi136 bash[11745]: cluster 2022-04-26T04:33:08.432583+0000 mgr.smithi136.ofnrfx (mgr.14188) 3491 : cluster [DBG] pgmap v3258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:10 smithi136 bash[11745]: audit 2022-04-26T04:33:10.166327+0000 mon.smithi136 (mon.0) 2500 : audit [DBG] from='client.? 172.21.15.136:0/3489118838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:10 smithi145 bash[13673]: cluster 2022-04-26T04:33:08.432583+0000 mgr.smithi136.ofnrfx (mgr.14188) 3491 : cluster [DBG] pgmap v3258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:10 smithi145 bash[13673]: audit 2022-04-26T04:33:10.166327+0000 mon.smithi136 (mon.0) 2500 : audit [DBG] from='client.? 172.21.15.136:0/3489118838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:12 smithi136 bash[11745]: cluster 2022-04-26T04:33:10.433187+0000 mgr.smithi136.ofnrfx (mgr.14188) 3492 : cluster [DBG] pgmap v3259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:12 smithi145 bash[13673]: cluster 2022-04-26T04:33:10.433187+0000 mgr.smithi136.ofnrfx (mgr.14188) 3492 : cluster [DBG] pgmap v3259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:14 smithi136 bash[11745]: cluster 2022-04-26T04:33:12.433924+0000 mgr.smithi136.ofnrfx (mgr.14188) 3493 : cluster [DBG] pgmap v3260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:14 smithi145 bash[13673]: cluster 2022-04-26T04:33:12.433924+0000 mgr.smithi136.ofnrfx (mgr.14188) 3493 : cluster [DBG] pgmap v3260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:15.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:15.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:15.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:15.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:16 smithi136 bash[11745]: cluster 2022-04-26T04:33:14.434547+0000 mgr.smithi136.ofnrfx (mgr.14188) 3494 : cluster [DBG] pgmap v3261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:16.623 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:16 smithi136 bash[11745]: audit 2022-04-26T04:33:15.486947+0000 mon.smithi136 (mon.0) 2501 : audit [DBG] from='client.? 172.21.15.136:0/2839492044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:16 smithi145 bash[13673]: cluster 2022-04-26T04:33:14.434547+0000 mgr.smithi136.ofnrfx (mgr.14188) 3494 : cluster [DBG] pgmap v3261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:16 smithi145 bash[13673]: audit 2022-04-26T04:33:15.486947+0000 mon.smithi136 (mon.0) 2501 : audit [DBG] from='client.? 172.21.15.136:0/2839492044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:17 smithi136 bash[11745]: cluster 2022-04-26T04:33:16.435143+0000 mgr.smithi136.ofnrfx (mgr.14188) 3495 : cluster [DBG] pgmap v3262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:17 smithi145 bash[13673]: cluster 2022-04-26T04:33:16.435143+0000 mgr.smithi136.ofnrfx (mgr.14188) 3495 : cluster [DBG] pgmap v3262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:19 smithi136 bash[11745]: cluster 2022-04-26T04:33:18.435753+0000 mgr.smithi136.ofnrfx (mgr.14188) 3496 : cluster [DBG] pgmap v3263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:19 smithi145 bash[13673]: cluster 2022-04-26T04:33:18.435753+0000 mgr.smithi136.ofnrfx (mgr.14188) 3496 : cluster [DBG] pgmap v3263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:20.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:20.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:20.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:20.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:20 smithi145 bash[13673]: audit 2022-04-26T04:33:20.817743+0000 mon.smithi136 (mon.0) 2502 : audit [DBG] from='client.? 172.21.15.136:0/504830433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:20 smithi136 bash[11745]: audit 2022-04-26T04:33:20.817743+0000 mon.smithi136 (mon.0) 2502 : audit [DBG] from='client.? 172.21.15.136:0/504830433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:21 smithi145 bash[13673]: cluster 2022-04-26T04:33:20.436468+0000 mgr.smithi136.ofnrfx (mgr.14188) 3497 : cluster [DBG] pgmap v3264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:21 smithi136 bash[11745]: cluster 2022-04-26T04:33:20.436468+0000 mgr.smithi136.ofnrfx (mgr.14188) 3497 : cluster [DBG] pgmap v3264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:23 smithi145 bash[13673]: cluster 2022-04-26T04:33:22.437155+0000 mgr.smithi136.ofnrfx (mgr.14188) 3498 : cluster [DBG] pgmap v3265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:23 smithi136 bash[11745]: cluster 2022-04-26T04:33:22.437155+0000 mgr.smithi136.ofnrfx (mgr.14188) 3498 : cluster [DBG] pgmap v3265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:25.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:25.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:25.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:25 smithi145 bash[13673]: cluster 2022-04-26T04:33:24.437728+0000 mgr.smithi136.ofnrfx (mgr.14188) 3499 : cluster [DBG] pgmap v3266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:26.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:25 smithi136 bash[11745]: cluster 2022-04-26T04:33:24.437728+0000 mgr.smithi136.ofnrfx (mgr.14188) 3499 : cluster [DBG] pgmap v3266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:26 smithi145 bash[13673]: audit 2022-04-26T04:33:26.145779+0000 mon.smithi136 (mon.0) 2503 : audit [DBG] from='client.? 172.21.15.136:0/1606042369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:27.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:26 smithi136 bash[11745]: audit 2022-04-26T04:33:26.145779+0000 mon.smithi136 (mon.0) 2503 : audit [DBG] from='client.? 172.21.15.136:0/1606042369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:27 smithi145 bash[13673]: cluster 2022-04-26T04:33:26.438357+0000 mgr.smithi136.ofnrfx (mgr.14188) 3500 : cluster [DBG] pgmap v3267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:27 smithi136 bash[11745]: cluster 2022-04-26T04:33:26.438357+0000 mgr.smithi136.ofnrfx (mgr.14188) 3500 : cluster [DBG] pgmap v3267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:29 smithi145 bash[13673]: cluster 2022-04-26T04:33:28.438987+0000 mgr.smithi136.ofnrfx (mgr.14188) 3501 : cluster [DBG] pgmap v3268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:30.266 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:29 smithi136 bash[11745]: cluster 2022-04-26T04:33:28.438987+0000 mgr.smithi136.ofnrfx (mgr.14188) 3501 : cluster [DBG] pgmap v3268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:31.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:31.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:31.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:31.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:31 smithi145 bash[13673]: cluster 2022-04-26T04:33:30.439607+0000 mgr.smithi136.ofnrfx (mgr.14188) 3502 : cluster [DBG] pgmap v3269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:31 smithi145 bash[13673]: audit 2022-04-26T04:33:31.473799+0000 mon.smithi136 (mon.0) 2504 : audit [DBG] from='client.? 172.21.15.136:0/4042772182' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:31 smithi136 bash[11745]: cluster 2022-04-26T04:33:30.439607+0000 mgr.smithi136.ofnrfx (mgr.14188) 3502 : cluster [DBG] pgmap v3269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:31 smithi136 bash[11745]: audit 2022-04-26T04:33:31.473799+0000 mon.smithi136 (mon.0) 2504 : audit [DBG] from='client.? 172.21.15.136:0/4042772182' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:33 smithi145 bash[13673]: cluster 2022-04-26T04:33:32.440196+0000 mgr.smithi136.ofnrfx (mgr.14188) 3503 : cluster [DBG] pgmap v3270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:33 smithi136 bash[11745]: cluster 2022-04-26T04:33:32.440196+0000 mgr.smithi136.ofnrfx (mgr.14188) 3503 : cluster [DBG] pgmap v3270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:35 smithi136 bash[11745]: cluster 2022-04-26T04:33:34.440838+0000 mgr.smithi136.ofnrfx (mgr.14188) 3504 : cluster [DBG] pgmap v3271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:35 smithi145 bash[13673]: cluster 2022-04-26T04:33:34.440838+0000 mgr.smithi136.ofnrfx (mgr.14188) 3504 : cluster [DBG] pgmap v3271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:36.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:36.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:36.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:36.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:36 smithi136 bash[11745]: audit 2022-04-26T04:33:36.795568+0000 mon.smithi136 (mon.0) 2505 : audit [DBG] from='client.? 172.21.15.136:0/3672449765' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:36 smithi145 bash[13673]: audit 2022-04-26T04:33:36.795568+0000 mon.smithi136 (mon.0) 2505 : audit [DBG] from='client.? 172.21.15.136:0/3672449765' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:37 smithi136 bash[11745]: cluster 2022-04-26T04:33:36.441481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3505 : cluster [DBG] pgmap v3272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:37 smithi145 bash[13673]: cluster 2022-04-26T04:33:36.441481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3505 : cluster [DBG] pgmap v3272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:40.266 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:39 smithi136 bash[11745]: cluster 2022-04-26T04:33:38.442115+0000 mgr.smithi136.ofnrfx (mgr.14188) 3506 : cluster [DBG] pgmap v3273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:39 smithi145 bash[13673]: cluster 2022-04-26T04:33:38.442115+0000 mgr.smithi136.ofnrfx (mgr.14188) 3506 : cluster [DBG] pgmap v3273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:41.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:41.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:41.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:42.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:41 smithi136 bash[11745]: cluster 2022-04-26T04:33:40.442751+0000 mgr.smithi136.ofnrfx (mgr.14188) 3507 : cluster [DBG] pgmap v3274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:41 smithi145 bash[13673]: cluster 2022-04-26T04:33:40.442751+0000 mgr.smithi136.ofnrfx (mgr.14188) 3507 : cluster [DBG] pgmap v3274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:42 smithi136 bash[11745]: audit 2022-04-26T04:33:42.123543+0000 mon.smithi136 (mon.0) 2506 : audit [DBG] from='client.? 172.21.15.136:0/1501207785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:42 smithi145 bash[13673]: audit 2022-04-26T04:33:42.123543+0000 mon.smithi136 (mon.0) 2506 : audit [DBG] from='client.? 172.21.15.136:0/1501207785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:43 smithi136 bash[11745]: cluster 2022-04-26T04:33:42.443408+0000 mgr.smithi136.ofnrfx (mgr.14188) 3508 : cluster [DBG] pgmap v3275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:43 smithi145 bash[13673]: cluster 2022-04-26T04:33:42.443408+0000 mgr.smithi136.ofnrfx (mgr.14188) 3508 : cluster [DBG] pgmap v3275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:44 smithi136 bash[11745]: audit 2022-04-26T04:33:44.450874+0000 mon.smithi136 (mon.0) 2507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:33:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:44 smithi136 bash[11745]: audit 2022-04-26T04:33:44.453742+0000 mon.smithi136 (mon.0) 2508 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:33:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:44 smithi136 bash[11745]: audit 2022-04-26T04:33:44.455618+0000 mon.smithi136 (mon.0) 2509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:33:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:44 smithi136 bash[11745]: audit 2022-04-26T04:33:44.783980+0000 mon.smithi136 (mon.0) 2510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:33:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:44 smithi136 bash[11745]: audit 2022-04-26T04:33:44.794631+0000 mon.smithi136 (mon.0) 2511 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:33:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:44 smithi145 bash[13673]: audit 2022-04-26T04:33:44.450874+0000 mon.smithi136 (mon.0) 2507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:33:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:44 smithi145 bash[13673]: audit 2022-04-26T04:33:44.453742+0000 mon.smithi136 (mon.0) 2508 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:33:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:44 smithi145 bash[13673]: audit 2022-04-26T04:33:44.455618+0000 mon.smithi136 (mon.0) 2509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:33:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:44 smithi145 bash[13673]: audit 2022-04-26T04:33:44.783980+0000 mon.smithi136 (mon.0) 2510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:33:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:44 smithi145 bash[13673]: audit 2022-04-26T04:33:44.794631+0000 mon.smithi136 (mon.0) 2511 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:33:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:45 smithi136 bash[11745]: cluster 2022-04-26T04:33:44.444098+0000 mgr.smithi136.ofnrfx (mgr.14188) 3509 : cluster [DBG] pgmap v3276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:45 smithi136 bash[11745]: cluster 2022-04-26T04:33:44.776620+0000 mgr.smithi136.ofnrfx (mgr.14188) 3510 : cluster [DBG] pgmap v3277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:45 smithi136 bash[11745]: cluster 2022-04-26T04:33:44.777239+0000 mgr.smithi136.ofnrfx (mgr.14188) 3511 : cluster [DBG] pgmap v3278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:45 smithi136 bash[11745]: cephadm 2022-04-26T04:33:44.795803+0000 mgr.smithi136.ofnrfx (mgr.14188) 3512 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:33:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:45 smithi136 bash[11745]: cephadm 2022-04-26T04:33:44.795897+0000 mgr.smithi136.ofnrfx (mgr.14188) 3513 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:33:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:45 smithi145 bash[13673]: cluster 2022-04-26T04:33:44.444098+0000 mgr.smithi136.ofnrfx (mgr.14188) 3509 : cluster [DBG] pgmap v3276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:45 smithi145 bash[13673]: cluster 2022-04-26T04:33:44.776620+0000 mgr.smithi136.ofnrfx (mgr.14188) 3510 : cluster [DBG] pgmap v3277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:45 smithi145 bash[13673]: cluster 2022-04-26T04:33:44.777239+0000 mgr.smithi136.ofnrfx (mgr.14188) 3511 : cluster [DBG] pgmap v3278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:45 smithi145 bash[13673]: cephadm 2022-04-26T04:33:44.795803+0000 mgr.smithi136.ofnrfx (mgr.14188) 3512 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:33:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:45 smithi145 bash[13673]: cephadm 2022-04-26T04:33:44.795897+0000 mgr.smithi136.ofnrfx (mgr.14188) 3513 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:33:47.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:47.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:47.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:47.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:47 smithi136 bash[11745]: cluster 2022-04-26T04:33:46.777959+0000 mgr.smithi136.ofnrfx (mgr.14188) 3514 : cluster [DBG] pgmap v3279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:47 smithi136 bash[11745]: audit 2022-04-26T04:33:47.452950+0000 mon.smithi136 (mon.0) 2512 : audit [DBG] from='client.? 172.21.15.136:0/3226385489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:47 smithi145 bash[13673]: cluster 2022-04-26T04:33:46.777959+0000 mgr.smithi136.ofnrfx (mgr.14188) 3514 : cluster [DBG] pgmap v3279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:47 smithi145 bash[13673]: audit 2022-04-26T04:33:47.452950+0000 mon.smithi136 (mon.0) 2512 : audit [DBG] from='client.? 172.21.15.136:0/3226385489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:50.266 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:49 smithi136 bash[11745]: cluster 2022-04-26T04:33:48.778564+0000 mgr.smithi136.ofnrfx (mgr.14188) 3515 : cluster [DBG] pgmap v3280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:49 smithi145 bash[13673]: cluster 2022-04-26T04:33:48.778564+0000 mgr.smithi136.ofnrfx (mgr.14188) 3515 : cluster [DBG] pgmap v3280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:51 smithi136 bash[11745]: cluster 2022-04-26T04:33:50.779194+0000 mgr.smithi136.ofnrfx (mgr.14188) 3516 : cluster [DBG] pgmap v3281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:51 smithi145 bash[13673]: cluster 2022-04-26T04:33:50.779194+0000 mgr.smithi136.ofnrfx (mgr.14188) 3516 : cluster [DBG] pgmap v3281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:52.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:52.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:52.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:52.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:52 smithi136 bash[11745]: audit 2022-04-26T04:33:52.790021+0000 mon.smithi136 (mon.0) 2513 : audit [DBG] from='client.? 172.21.15.136:0/3491991372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:52 smithi145 bash[13673]: audit 2022-04-26T04:33:52.790021+0000 mon.smithi136 (mon.0) 2513 : audit [DBG] from='client.? 172.21.15.136:0/3491991372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:53 smithi136 bash[11745]: cluster 2022-04-26T04:33:52.779892+0000 mgr.smithi136.ofnrfx (mgr.14188) 3517 : cluster [DBG] pgmap v3282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:53 smithi145 bash[13673]: cluster 2022-04-26T04:33:52.779892+0000 mgr.smithi136.ofnrfx (mgr.14188) 3517 : cluster [DBG] pgmap v3282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:55 smithi136 bash[11745]: cluster 2022-04-26T04:33:54.780502+0000 mgr.smithi136.ofnrfx (mgr.14188) 3518 : cluster [DBG] pgmap v3283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:55 smithi145 bash[13673]: cluster 2022-04-26T04:33:54.780502+0000 mgr.smithi136.ofnrfx (mgr.14188) 3518 : cluster [DBG] pgmap v3283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:57.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:33:57.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:33:57.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:33:58.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:33:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:57 smithi136 bash[11745]: cluster 2022-04-26T04:33:56.781122+0000 mgr.smithi136.ofnrfx (mgr.14188) 3519 : cluster [DBG] pgmap v3284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:57 smithi145 bash[13673]: cluster 2022-04-26T04:33:56.781122+0000 mgr.smithi136.ofnrfx (mgr.14188) 3519 : cluster [DBG] pgmap v3284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:33:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:59 smithi136 bash[11745]: audit 2022-04-26T04:33:58.133320+0000 mon.smithi136 (mon.0) 2514 : audit [DBG] from='client.? 172.21.15.136:0/3404816730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:33:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:58 smithi145 bash[13673]: audit 2022-04-26T04:33:58.133320+0000 mon.smithi136 (mon.0) 2514 : audit [DBG] from='client.? 172.21.15.136:0/3404816730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:00.267 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:33:59 smithi136 bash[11745]: cluster 2022-04-26T04:33:58.781777+0000 mgr.smithi136.ofnrfx (mgr.14188) 3520 : cluster [DBG] pgmap v3285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:33:59 smithi145 bash[13673]: cluster 2022-04-26T04:33:58.781777+0000 mgr.smithi136.ofnrfx (mgr.14188) 3520 : cluster [DBG] pgmap v3285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:02 smithi136 bash[11745]: cluster 2022-04-26T04:34:00.782408+0000 mgr.smithi136.ofnrfx (mgr.14188) 3521 : cluster [DBG] pgmap v3286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:02 smithi145 bash[13673]: cluster 2022-04-26T04:34:00.782408+0000 mgr.smithi136.ofnrfx (mgr.14188) 3521 : cluster [DBG] pgmap v3286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:03.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:03.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:03.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:03 smithi136 bash[11745]: audit 2022-04-26T04:34:02.319670+0000 mon.smithi136 (mon.0) 2515 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:34:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:03 smithi136 bash[11745]: audit 2022-04-26T04:34:02.323672+0000 mon.smithi136 (mon.0) 2516 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:34:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:03 smithi145 bash[13673]: audit 2022-04-26T04:34:02.319670+0000 mon.smithi136 (mon.0) 2515 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:34:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:03 smithi145 bash[13673]: audit 2022-04-26T04:34:02.323672+0000 mon.smithi136 (mon.0) 2516 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:34:03.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:04 smithi136 bash[11745]: cluster 2022-04-26T04:34:02.783038+0000 mgr.smithi136.ofnrfx (mgr.14188) 3522 : cluster [DBG] pgmap v3287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:04 smithi136 bash[11745]: audit 2022-04-26T04:34:03.470260+0000 mon.smithi136 (mon.0) 2517 : audit [DBG] from='client.? 172.21.15.136:0/865975060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:04 smithi145 bash[13673]: cluster 2022-04-26T04:34:02.783038+0000 mgr.smithi136.ofnrfx (mgr.14188) 3522 : cluster [DBG] pgmap v3287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:04 smithi145 bash[13673]: audit 2022-04-26T04:34:03.470260+0000 mon.smithi136 (mon.0) 2517 : audit [DBG] from='client.? 172.21.15.136:0/865975060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:06 smithi136 bash[11745]: cluster 2022-04-26T04:34:04.783715+0000 mgr.smithi136.ofnrfx (mgr.14188) 3523 : cluster [DBG] pgmap v3288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:06 smithi145 bash[13673]: cluster 2022-04-26T04:34:04.783715+0000 mgr.smithi136.ofnrfx (mgr.14188) 3523 : cluster [DBG] pgmap v3288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:08 smithi136 bash[11745]: cluster 2022-04-26T04:34:06.784318+0000 mgr.smithi136.ofnrfx (mgr.14188) 3524 : cluster [DBG] pgmap v3289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:08 smithi145 bash[13673]: cluster 2022-04-26T04:34:06.784318+0000 mgr.smithi136.ofnrfx (mgr.14188) 3524 : cluster [DBG] pgmap v3289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:08.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:08.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:08.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:08.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:09 smithi136 bash[11745]: audit 2022-04-26T04:34:08.795472+0000 mon.smithi136 (mon.0) 2518 : audit [DBG] from='client.? 172.21.15.136:0/2276442240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:09 smithi145 bash[13673]: audit 2022-04-26T04:34:08.795472+0000 mon.smithi136 (mon.0) 2518 : audit [DBG] from='client.? 172.21.15.136:0/2276442240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:10 smithi136 bash[11745]: cluster 2022-04-26T04:34:08.784897+0000 mgr.smithi136.ofnrfx (mgr.14188) 3525 : cluster [DBG] pgmap v3290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:10 smithi145 bash[13673]: cluster 2022-04-26T04:34:08.784897+0000 mgr.smithi136.ofnrfx (mgr.14188) 3525 : cluster [DBG] pgmap v3290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:12 smithi136 bash[11745]: cluster 2022-04-26T04:34:10.785514+0000 mgr.smithi136.ofnrfx (mgr.14188) 3526 : cluster [DBG] pgmap v3291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:12 smithi145 bash[13673]: cluster 2022-04-26T04:34:10.785514+0000 mgr.smithi136.ofnrfx (mgr.14188) 3526 : cluster [DBG] pgmap v3291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:13.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:13.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:13.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:14.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:14 smithi136 bash[11745]: cluster 2022-04-26T04:34:12.786134+0000 mgr.smithi136.ofnrfx (mgr.14188) 3527 : cluster [DBG] pgmap v3292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:14 smithi145 bash[13673]: cluster 2022-04-26T04:34:12.786134+0000 mgr.smithi136.ofnrfx (mgr.14188) 3527 : cluster [DBG] pgmap v3292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:15 smithi136 bash[11745]: audit 2022-04-26T04:34:14.122269+0000 mon.smithi136 (mon.0) 2519 : audit [DBG] from='client.? 172.21.15.136:0/3391308429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:15 smithi145 bash[13673]: audit 2022-04-26T04:34:14.122269+0000 mon.smithi136 (mon.0) 2519 : audit [DBG] from='client.? 172.21.15.136:0/3391308429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:16 smithi136 bash[11745]: cluster 2022-04-26T04:34:14.786766+0000 mgr.smithi136.ofnrfx (mgr.14188) 3528 : cluster [DBG] pgmap v3293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:16 smithi145 bash[13673]: cluster 2022-04-26T04:34:14.786766+0000 mgr.smithi136.ofnrfx (mgr.14188) 3528 : cluster [DBG] pgmap v3293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:18 smithi145 bash[13673]: cluster 2022-04-26T04:34:16.787392+0000 mgr.smithi136.ofnrfx (mgr.14188) 3529 : cluster [DBG] pgmap v3294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:18 smithi136 bash[11745]: cluster 2022-04-26T04:34:16.787392+0000 mgr.smithi136.ofnrfx (mgr.14188) 3529 : cluster [DBG] pgmap v3294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:19.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:19.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:19.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:19.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:20 smithi145 bash[13673]: cluster 2022-04-26T04:34:18.788014+0000 mgr.smithi136.ofnrfx (mgr.14188) 3530 : cluster [DBG] pgmap v3295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:20 smithi145 bash[13673]: audit 2022-04-26T04:34:19.448737+0000 mon.smithi136 (mon.0) 2520 : audit [DBG] from='client.? 172.21.15.136:0/2105357546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:20 smithi136 bash[11745]: cluster 2022-04-26T04:34:18.788014+0000 mgr.smithi136.ofnrfx (mgr.14188) 3530 : cluster [DBG] pgmap v3295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:20 smithi136 bash[11745]: audit 2022-04-26T04:34:19.448737+0000 mon.smithi136 (mon.0) 2520 : audit [DBG] from='client.? 172.21.15.136:0/2105357546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:22 smithi145 bash[13673]: cluster 2022-04-26T04:34:20.788653+0000 mgr.smithi136.ofnrfx (mgr.14188) 3531 : cluster [DBG] pgmap v3296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:22.565 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:22 smithi136 bash[11745]: cluster 2022-04-26T04:34:20.788653+0000 mgr.smithi136.ofnrfx (mgr.14188) 3531 : cluster [DBG] pgmap v3296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:24 smithi145 bash[13673]: cluster 2022-04-26T04:34:22.789298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3532 : cluster [DBG] pgmap v3297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:24.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:24.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:24.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:24 smithi136 bash[11745]: cluster 2022-04-26T04:34:22.789298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3532 : cluster [DBG] pgmap v3297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:24.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:25 smithi145 bash[13673]: audit 2022-04-26T04:34:24.776396+0000 mon.smithi136 (mon.0) 2521 : audit [DBG] from='client.? 172.21.15.136:0/2141057442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:25 smithi136 bash[11745]: audit 2022-04-26T04:34:24.776396+0000 mon.smithi136 (mon.0) 2521 : audit [DBG] from='client.? 172.21.15.136:0/2141057442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:26 smithi145 bash[13673]: cluster 2022-04-26T04:34:24.789885+0000 mgr.smithi136.ofnrfx (mgr.14188) 3533 : cluster [DBG] pgmap v3298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:26 smithi136 bash[11745]: cluster 2022-04-26T04:34:24.789885+0000 mgr.smithi136.ofnrfx (mgr.14188) 3533 : cluster [DBG] pgmap v3298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:28 smithi145 bash[13673]: cluster 2022-04-26T04:34:26.790554+0000 mgr.smithi136.ofnrfx (mgr.14188) 3534 : cluster [DBG] pgmap v3299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:28 smithi136 bash[11745]: cluster 2022-04-26T04:34:26.790554+0000 mgr.smithi136.ofnrfx (mgr.14188) 3534 : cluster [DBG] pgmap v3299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:29.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:29.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:29.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:30.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:30 smithi145 bash[13673]: cluster 2022-04-26T04:34:28.791132+0000 mgr.smithi136.ofnrfx (mgr.14188) 3535 : cluster [DBG] pgmap v3300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:30 smithi136 bash[11745]: cluster 2022-04-26T04:34:28.791132+0000 mgr.smithi136.ofnrfx (mgr.14188) 3535 : cluster [DBG] pgmap v3300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:31 smithi145 bash[13673]: audit 2022-04-26T04:34:30.113254+0000 mon.smithi136 (mon.0) 2522 : audit [DBG] from='client.? 172.21.15.136:0/1487371061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:31 smithi136 bash[11745]: audit 2022-04-26T04:34:30.113254+0000 mon.smithi136 (mon.0) 2522 : audit [DBG] from='client.? 172.21.15.136:0/1487371061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:32 smithi145 bash[13673]: cluster 2022-04-26T04:34:30.791715+0000 mgr.smithi136.ofnrfx (mgr.14188) 3536 : cluster [DBG] pgmap v3301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:32 smithi136 bash[11745]: cluster 2022-04-26T04:34:30.791715+0000 mgr.smithi136.ofnrfx (mgr.14188) 3536 : cluster [DBG] pgmap v3301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:34 smithi145 bash[13673]: cluster 2022-04-26T04:34:32.792426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3537 : cluster [DBG] pgmap v3302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:34 smithi136 bash[11745]: cluster 2022-04-26T04:34:32.792426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3537 : cluster [DBG] pgmap v3302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:35.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:35.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:35.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:35.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:36 smithi145 bash[13673]: cluster 2022-04-26T04:34:34.793165+0000 mgr.smithi136.ofnrfx (mgr.14188) 3538 : cluster [DBG] pgmap v3303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:36 smithi145 bash[13673]: audit 2022-04-26T04:34:35.450007+0000 mon.smithi136 (mon.0) 2523 : audit [DBG] from='client.? 172.21.15.136:0/1737281006' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:36 smithi136 bash[11745]: cluster 2022-04-26T04:34:34.793165+0000 mgr.smithi136.ofnrfx (mgr.14188) 3538 : cluster [DBG] pgmap v3303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:36 smithi136 bash[11745]: audit 2022-04-26T04:34:35.450007+0000 mon.smithi136 (mon.0) 2523 : audit [DBG] from='client.? 172.21.15.136:0/1737281006' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:38 smithi145 bash[13673]: cluster 2022-04-26T04:34:36.793918+0000 mgr.smithi136.ofnrfx (mgr.14188) 3539 : cluster [DBG] pgmap v3304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:38 smithi136 bash[11745]: cluster 2022-04-26T04:34:36.793918+0000 mgr.smithi136.ofnrfx (mgr.14188) 3539 : cluster [DBG] pgmap v3304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:40 smithi145 bash[13673]: cluster 2022-04-26T04:34:38.794658+0000 mgr.smithi136.ofnrfx (mgr.14188) 3540 : cluster [DBG] pgmap v3305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:40.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:40.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:40.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:40 smithi136 bash[11745]: cluster 2022-04-26T04:34:38.794658+0000 mgr.smithi136.ofnrfx (mgr.14188) 3540 : cluster [DBG] pgmap v3305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:40.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:41 smithi145 bash[13673]: audit 2022-04-26T04:34:40.781724+0000 mon.smithi136 (mon.0) 2524 : audit [DBG] from='client.? 172.21.15.136:0/2725943128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:41 smithi136 bash[11745]: audit 2022-04-26T04:34:40.781724+0000 mon.smithi136 (mon.0) 2524 : audit [DBG] from='client.? 172.21.15.136:0/2725943128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:42 smithi136 bash[11745]: cluster 2022-04-26T04:34:40.795298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3541 : cluster [DBG] pgmap v3306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:42 smithi145 bash[13673]: cluster 2022-04-26T04:34:40.795298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3541 : cluster [DBG] pgmap v3306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:44 smithi136 bash[11745]: cluster 2022-04-26T04:34:42.795940+0000 mgr.smithi136.ofnrfx (mgr.14188) 3542 : cluster [DBG] pgmap v3307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:44 smithi145 bash[13673]: cluster 2022-04-26T04:34:42.795940+0000 mgr.smithi136.ofnrfx (mgr.14188) 3542 : cluster [DBG] pgmap v3307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:45 smithi136 bash[11745]: audit 2022-04-26T04:34:44.802241+0000 mon.smithi136 (mon.0) 2525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:34:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:45 smithi136 bash[11745]: audit 2022-04-26T04:34:44.805126+0000 mon.smithi136 (mon.0) 2526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:34:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:45 smithi136 bash[11745]: audit 2022-04-26T04:34:44.807022+0000 mon.smithi136 (mon.0) 2527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:34:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:45 smithi136 bash[11745]: audit 2022-04-26T04:34:45.116366+0000 mon.smithi136 (mon.0) 2528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:34:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:45 smithi145 bash[13673]: audit 2022-04-26T04:34:44.802241+0000 mon.smithi136 (mon.0) 2525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:34:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:45 smithi145 bash[13673]: audit 2022-04-26T04:34:44.805126+0000 mon.smithi136 (mon.0) 2526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:34:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:45 smithi145 bash[13673]: audit 2022-04-26T04:34:44.807022+0000 mon.smithi136 (mon.0) 2527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:34:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:45 smithi145 bash[13673]: audit 2022-04-26T04:34:45.116366+0000 mon.smithi136 (mon.0) 2528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:34:45.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:45.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:45.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:46.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:46 smithi136 bash[11745]: cluster 2022-04-26T04:34:44.796538+0000 mgr.smithi136.ofnrfx (mgr.14188) 3543 : cluster [DBG] pgmap v3308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:46 smithi136 bash[11745]: audit 2022-04-26T04:34:45.443034+0000 mon.smithi136 (mon.0) 2529 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:34:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:46 smithi136 bash[11745]: audit 2022-04-26T04:34:45.452639+0000 mon.smithi136 (mon.0) 2530 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:34:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:46 smithi136 bash[11745]: audit 2022-04-26T04:34:46.112891+0000 mon.smithi136 (mon.0) 2531 : audit [DBG] from='client.? 172.21.15.136:0/1509116481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:46 smithi145 bash[13673]: cluster 2022-04-26T04:34:44.796538+0000 mgr.smithi136.ofnrfx (mgr.14188) 3543 : cluster [DBG] pgmap v3308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:46 smithi145 bash[13673]: audit 2022-04-26T04:34:45.443034+0000 mon.smithi136 (mon.0) 2529 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:34:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:46 smithi145 bash[13673]: audit 2022-04-26T04:34:45.452639+0000 mon.smithi136 (mon.0) 2530 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:34:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:46 smithi145 bash[13673]: audit 2022-04-26T04:34:46.112891+0000 mon.smithi136 (mon.0) 2531 : audit [DBG] from='client.? 172.21.15.136:0/1509116481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:47 smithi136 bash[11745]: cluster 2022-04-26T04:34:45.434813+0000 mgr.smithi136.ofnrfx (mgr.14188) 3544 : cluster [DBG] pgmap v3309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:47 smithi136 bash[11745]: cluster 2022-04-26T04:34:45.435233+0000 mgr.smithi136.ofnrfx (mgr.14188) 3545 : cluster [DBG] pgmap v3310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:47 smithi136 bash[11745]: cephadm 2022-04-26T04:34:45.454101+0000 mgr.smithi136.ofnrfx (mgr.14188) 3546 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:34:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:47 smithi136 bash[11745]: cephadm 2022-04-26T04:34:45.454289+0000 mgr.smithi136.ofnrfx (mgr.14188) 3547 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:34:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:47 smithi145 bash[13673]: cluster 2022-04-26T04:34:45.434813+0000 mgr.smithi136.ofnrfx (mgr.14188) 3544 : cluster [DBG] pgmap v3309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:47 smithi145 bash[13673]: cluster 2022-04-26T04:34:45.435233+0000 mgr.smithi136.ofnrfx (mgr.14188) 3545 : cluster [DBG] pgmap v3310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:47 smithi145 bash[13673]: cephadm 2022-04-26T04:34:45.454101+0000 mgr.smithi136.ofnrfx (mgr.14188) 3546 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:34:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:47 smithi145 bash[13673]: cephadm 2022-04-26T04:34:45.454289+0000 mgr.smithi136.ofnrfx (mgr.14188) 3547 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:34:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:49 smithi136 bash[11745]: cluster 2022-04-26T04:34:47.435826+0000 mgr.smithi136.ofnrfx (mgr.14188) 3548 : cluster [DBG] pgmap v3311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:49 smithi145 bash[13673]: cluster 2022-04-26T04:34:47.435826+0000 mgr.smithi136.ofnrfx (mgr.14188) 3548 : cluster [DBG] pgmap v3311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:51.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:51.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:51.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:51.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:51 smithi136 bash[11745]: cluster 2022-04-26T04:34:49.436420+0000 mgr.smithi136.ofnrfx (mgr.14188) 3549 : cluster [DBG] pgmap v3312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:51 smithi145 bash[13673]: cluster 2022-04-26T04:34:49.436420+0000 mgr.smithi136.ofnrfx (mgr.14188) 3549 : cluster [DBG] pgmap v3312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:52 smithi136 bash[11745]: audit 2022-04-26T04:34:51.439028+0000 mon.smithi136 (mon.0) 2532 : audit [DBG] from='client.? 172.21.15.136:0/3382627351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:52 smithi145 bash[13673]: audit 2022-04-26T04:34:51.439028+0000 mon.smithi136 (mon.0) 2532 : audit [DBG] from='client.? 172.21.15.136:0/3382627351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:53 smithi136 bash[11745]: cluster 2022-04-26T04:34:51.436997+0000 mgr.smithi136.ofnrfx (mgr.14188) 3550 : cluster [DBG] pgmap v3313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:53 smithi145 bash[13673]: cluster 2022-04-26T04:34:51.436997+0000 mgr.smithi136.ofnrfx (mgr.14188) 3550 : cluster [DBG] pgmap v3313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:55 smithi136 bash[11745]: cluster 2022-04-26T04:34:53.437576+0000 mgr.smithi136.ofnrfx (mgr.14188) 3551 : cluster [DBG] pgmap v3314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:55 smithi145 bash[13673]: cluster 2022-04-26T04:34:53.437576+0000 mgr.smithi136.ofnrfx (mgr.14188) 3551 : cluster [DBG] pgmap v3314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:56.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:34:56.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:34:56.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:34:56.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:34:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:57 smithi136 bash[11745]: cluster 2022-04-26T04:34:55.438166+0000 mgr.smithi136.ofnrfx (mgr.14188) 3552 : cluster [DBG] pgmap v3315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:57 smithi136 bash[11745]: audit 2022-04-26T04:34:56.767673+0000 mon.smithi136 (mon.0) 2533 : audit [DBG] from='client.? 172.21.15.136:0/1856786126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:57 smithi145 bash[13673]: cluster 2022-04-26T04:34:55.438166+0000 mgr.smithi136.ofnrfx (mgr.14188) 3552 : cluster [DBG] pgmap v3315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:57 smithi145 bash[13673]: audit 2022-04-26T04:34:56.767673+0000 mon.smithi136 (mon.0) 2533 : audit [DBG] from='client.? 172.21.15.136:0/1856786126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:34:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:34:59 smithi136 bash[11745]: cluster 2022-04-26T04:34:57.438747+0000 mgr.smithi136.ofnrfx (mgr.14188) 3553 : cluster [DBG] pgmap v3316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:34:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:34:59 smithi145 bash[13673]: cluster 2022-04-26T04:34:57.438747+0000 mgr.smithi136.ofnrfx (mgr.14188) 3553 : cluster [DBG] pgmap v3316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:01 smithi136 bash[11745]: cluster 2022-04-26T04:34:59.439437+0000 mgr.smithi136.ofnrfx (mgr.14188) 3554 : cluster [DBG] pgmap v3317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:01 smithi145 bash[13673]: cluster 2022-04-26T04:34:59.439437+0000 mgr.smithi136.ofnrfx (mgr.14188) 3554 : cluster [DBG] pgmap v3317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:01.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:01.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:01.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:02.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:02 smithi136 bash[11745]: audit 2022-04-26T04:35:02.091476+0000 mon.smithi136 (mon.0) 2534 : audit [DBG] from='client.? 172.21.15.136:0/3278582878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:02 smithi145 bash[13673]: audit 2022-04-26T04:35:02.091476+0000 mon.smithi136 (mon.0) 2534 : audit [DBG] from='client.? 172.21.15.136:0/3278582878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:03 smithi136 bash[11745]: cluster 2022-04-26T04:35:01.440105+0000 mgr.smithi136.ofnrfx (mgr.14188) 3555 : cluster [DBG] pgmap v3318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:03 smithi136 bash[11745]: audit 2022-04-26T04:35:02.323747+0000 mon.smithi136 (mon.0) 2535 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:35:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:03 smithi136 bash[11745]: audit 2022-04-26T04:35:02.327637+0000 mon.smithi136 (mon.0) 2536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:35:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:03 smithi145 bash[13673]: cluster 2022-04-26T04:35:01.440105+0000 mgr.smithi136.ofnrfx (mgr.14188) 3555 : cluster [DBG] pgmap v3318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:03 smithi145 bash[13673]: audit 2022-04-26T04:35:02.323747+0000 mon.smithi136 (mon.0) 2535 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:35:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:03 smithi145 bash[13673]: audit 2022-04-26T04:35:02.327637+0000 mon.smithi136 (mon.0) 2536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:35:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:05 smithi136 bash[11745]: cluster 2022-04-26T04:35:03.440867+0000 mgr.smithi136.ofnrfx (mgr.14188) 3556 : cluster [DBG] pgmap v3319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:05 smithi145 bash[13673]: cluster 2022-04-26T04:35:03.440867+0000 mgr.smithi136.ofnrfx (mgr.14188) 3556 : cluster [DBG] pgmap v3319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:07.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:07.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:07.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:07.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:07 smithi136 bash[11745]: cluster 2022-04-26T04:35:05.441522+0000 mgr.smithi136.ofnrfx (mgr.14188) 3557 : cluster [DBG] pgmap v3320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:07 smithi145 bash[13673]: cluster 2022-04-26T04:35:05.441522+0000 mgr.smithi136.ofnrfx (mgr.14188) 3557 : cluster [DBG] pgmap v3320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:08 smithi145 bash[13673]: audit 2022-04-26T04:35:07.421578+0000 mon.smithi136 (mon.0) 2537 : audit [DBG] from='client.? 172.21.15.136:0/2065826267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:08 smithi136 bash[11745]: audit 2022-04-26T04:35:07.421578+0000 mon.smithi136 (mon.0) 2537 : audit [DBG] from='client.? 172.21.15.136:0/2065826267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:09 smithi136 bash[11745]: cluster 2022-04-26T04:35:07.442168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3558 : cluster [DBG] pgmap v3321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:09 smithi145 bash[13673]: cluster 2022-04-26T04:35:07.442168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3558 : cluster [DBG] pgmap v3321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:11 smithi136 bash[11745]: cluster 2022-04-26T04:35:09.442784+0000 mgr.smithi136.ofnrfx (mgr.14188) 3559 : cluster [DBG] pgmap v3322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:11 smithi145 bash[13673]: cluster 2022-04-26T04:35:09.442784+0000 mgr.smithi136.ofnrfx (mgr.14188) 3559 : cluster [DBG] pgmap v3322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:12.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:12.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:12.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:12.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:13 smithi136 bash[11745]: cluster 2022-04-26T04:35:11.443447+0000 mgr.smithi136.ofnrfx (mgr.14188) 3560 : cluster [DBG] pgmap v3323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:13 smithi136 bash[11745]: audit 2022-04-26T04:35:12.745330+0000 mon.smithi136 (mon.0) 2538 : audit [DBG] from='client.? 172.21.15.136:0/1060222066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:13 smithi145 bash[13673]: cluster 2022-04-26T04:35:11.443447+0000 mgr.smithi136.ofnrfx (mgr.14188) 3560 : cluster [DBG] pgmap v3323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:13 smithi145 bash[13673]: audit 2022-04-26T04:35:12.745330+0000 mon.smithi136 (mon.0) 2538 : audit [DBG] from='client.? 172.21.15.136:0/1060222066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:15 smithi136 bash[11745]: cluster 2022-04-26T04:35:13.444121+0000 mgr.smithi136.ofnrfx (mgr.14188) 3561 : cluster [DBG] pgmap v3324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:15 smithi145 bash[13673]: cluster 2022-04-26T04:35:13.444121+0000 mgr.smithi136.ofnrfx (mgr.14188) 3561 : cluster [DBG] pgmap v3324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:17 smithi136 bash[11745]: cluster 2022-04-26T04:35:15.444760+0000 mgr.smithi136.ofnrfx (mgr.14188) 3562 : cluster [DBG] pgmap v3325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:17 smithi145 bash[13673]: cluster 2022-04-26T04:35:15.444760+0000 mgr.smithi136.ofnrfx (mgr.14188) 3562 : cluster [DBG] pgmap v3325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:17.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:17.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:17.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:18.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:18 smithi145 bash[13673]: audit 2022-04-26T04:35:18.067038+0000 mon.smithi136 (mon.0) 2539 : audit [DBG] from='client.? 172.21.15.136:0/3722154171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:18 smithi136 bash[11745]: audit 2022-04-26T04:35:18.067038+0000 mon.smithi136 (mon.0) 2539 : audit [DBG] from='client.? 172.21.15.136:0/3722154171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:19 smithi136 bash[11745]: cluster 2022-04-26T04:35:17.445404+0000 mgr.smithi136.ofnrfx (mgr.14188) 3563 : cluster [DBG] pgmap v3326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:19 smithi145 bash[13673]: cluster 2022-04-26T04:35:17.445404+0000 mgr.smithi136.ofnrfx (mgr.14188) 3563 : cluster [DBG] pgmap v3326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:20 smithi145 bash[13673]: cluster 2022-04-26T04:35:19.446063+0000 mgr.smithi136.ofnrfx (mgr.14188) 3564 : cluster [DBG] pgmap v3327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:20 smithi136 bash[11745]: cluster 2022-04-26T04:35:19.446063+0000 mgr.smithi136.ofnrfx (mgr.14188) 3564 : cluster [DBG] pgmap v3327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:23.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:23.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:23.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:22 smithi145 bash[13673]: cluster 2022-04-26T04:35:21.446817+0000 mgr.smithi136.ofnrfx (mgr.14188) 3565 : cluster [DBG] pgmap v3328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:22 smithi136 bash[11745]: cluster 2022-04-26T04:35:21.446817+0000 mgr.smithi136.ofnrfx (mgr.14188) 3565 : cluster [DBG] pgmap v3328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:23.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:23 smithi136 bash[11745]: audit 2022-04-26T04:35:23.393867+0000 mon.smithi136 (mon.0) 2540 : audit [DBG] from='client.? 172.21.15.136:0/2102391228' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:23 smithi145 bash[13673]: audit 2022-04-26T04:35:23.393867+0000 mon.smithi136 (mon.0) 2540 : audit [DBG] from='client.? 172.21.15.136:0/2102391228' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:24 smithi136 bash[11745]: cluster 2022-04-26T04:35:23.447536+0000 mgr.smithi136.ofnrfx (mgr.14188) 3566 : cluster [DBG] pgmap v3329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:24 smithi145 bash[13673]: cluster 2022-04-26T04:35:23.447536+0000 mgr.smithi136.ofnrfx (mgr.14188) 3566 : cluster [DBG] pgmap v3329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:26 smithi136 bash[11745]: cluster 2022-04-26T04:35:25.448128+0000 mgr.smithi136.ofnrfx (mgr.14188) 3567 : cluster [DBG] pgmap v3330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:26 smithi145 bash[13673]: cluster 2022-04-26T04:35:25.448128+0000 mgr.smithi136.ofnrfx (mgr.14188) 3567 : cluster [DBG] pgmap v3330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:28.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:28.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:28.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:28.737 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:29.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:28 smithi136 bash[11745]: cluster 2022-04-26T04:35:27.448756+0000 mgr.smithi136.ofnrfx (mgr.14188) 3568 : cluster [DBG] pgmap v3331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:29.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:28 smithi136 bash[11745]: audit 2022-04-26T04:35:28.721668+0000 mon.smithi136 (mon.0) 2541 : audit [DBG] from='client.? 172.21.15.136:0/3354416083' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:28 smithi145 bash[13673]: cluster 2022-04-26T04:35:27.448756+0000 mgr.smithi136.ofnrfx (mgr.14188) 3568 : cluster [DBG] pgmap v3331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:28 smithi145 bash[13673]: audit 2022-04-26T04:35:28.721668+0000 mon.smithi136 (mon.0) 2541 : audit [DBG] from='client.? 172.21.15.136:0/3354416083' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:30 smithi136 bash[11745]: cluster 2022-04-26T04:35:29.449475+0000 mgr.smithi136.ofnrfx (mgr.14188) 3569 : cluster [DBG] pgmap v3332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:30 smithi145 bash[13673]: cluster 2022-04-26T04:35:29.449475+0000 mgr.smithi136.ofnrfx (mgr.14188) 3569 : cluster [DBG] pgmap v3332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:32 smithi136 bash[11745]: cluster 2022-04-26T04:35:31.450155+0000 mgr.smithi136.ofnrfx (mgr.14188) 3570 : cluster [DBG] pgmap v3333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:32 smithi145 bash[13673]: cluster 2022-04-26T04:35:31.450155+0000 mgr.smithi136.ofnrfx (mgr.14188) 3570 : cluster [DBG] pgmap v3333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:33.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:33.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:33.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:34.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:34 smithi136 bash[11745]: cluster 2022-04-26T04:35:33.450795+0000 mgr.smithi136.ofnrfx (mgr.14188) 3571 : cluster [DBG] pgmap v3334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:34 smithi136 bash[11745]: audit 2022-04-26T04:35:34.039845+0000 mon.smithi136 (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.136:0/662670533' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:34 smithi145 bash[13673]: cluster 2022-04-26T04:35:33.450795+0000 mgr.smithi136.ofnrfx (mgr.14188) 3571 : cluster [DBG] pgmap v3334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:34 smithi145 bash[13673]: audit 2022-04-26T04:35:34.039845+0000 mon.smithi136 (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.136:0/662670533' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:36 smithi136 bash[11745]: cluster 2022-04-26T04:35:35.451364+0000 mgr.smithi136.ofnrfx (mgr.14188) 3572 : cluster [DBG] pgmap v3335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:36 smithi145 bash[13673]: cluster 2022-04-26T04:35:35.451364+0000 mgr.smithi136.ofnrfx (mgr.14188) 3572 : cluster [DBG] pgmap v3335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:39.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:39.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:39.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:39.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:38 smithi136 bash[11745]: cluster 2022-04-26T04:35:37.452013+0000 mgr.smithi136.ofnrfx (mgr.14188) 3573 : cluster [DBG] pgmap v3336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:39.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:38 smithi145 bash[13673]: cluster 2022-04-26T04:35:37.452013+0000 mgr.smithi136.ofnrfx (mgr.14188) 3573 : cluster [DBG] pgmap v3336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:40.269 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:39 smithi136 bash[11745]: audit 2022-04-26T04:35:39.366838+0000 mon.smithi136 (mon.0) 2543 : audit [DBG] from='client.? 172.21.15.136:0/3705919987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:39 smithi145 bash[13673]: audit 2022-04-26T04:35:39.366838+0000 mon.smithi136 (mon.0) 2543 : audit [DBG] from='client.? 172.21.15.136:0/3705919987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:40 smithi136 bash[11745]: cluster 2022-04-26T04:35:39.452650+0000 mgr.smithi136.ofnrfx (mgr.14188) 3574 : cluster [DBG] pgmap v3337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:40 smithi145 bash[13673]: cluster 2022-04-26T04:35:39.452650+0000 mgr.smithi136.ofnrfx (mgr.14188) 3574 : cluster [DBG] pgmap v3337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:42 smithi136 bash[11745]: cluster 2022-04-26T04:35:41.453312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3575 : cluster [DBG] pgmap v3338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:42 smithi145 bash[13673]: cluster 2022-04-26T04:35:41.453312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3575 : cluster [DBG] pgmap v3338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:44.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:44.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:44.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:44.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:44 smithi136 bash[11745]: cluster 2022-04-26T04:35:43.453998+0000 mgr.smithi136.ofnrfx (mgr.14188) 3576 : cluster [DBG] pgmap v3339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:44 smithi136 bash[11745]: audit 2022-04-26T04:35:44.697410+0000 mon.smithi136 (mon.0) 2544 : audit [DBG] from='client.? 172.21.15.136:0/2871135822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:44 smithi145 bash[13673]: cluster 2022-04-26T04:35:43.453998+0000 mgr.smithi136.ofnrfx (mgr.14188) 3576 : cluster [DBG] pgmap v3339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:44 smithi145 bash[13673]: audit 2022-04-26T04:35:44.697410+0000 mon.smithi136 (mon.0) 2544 : audit [DBG] from='client.? 172.21.15.136:0/2871135822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:45 smithi136 bash[11745]: audit 2022-04-26T04:35:45.465270+0000 mon.smithi136 (mon.0) 2545 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:35:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:45 smithi136 bash[11745]: audit 2022-04-26T04:35:45.468003+0000 mon.smithi136 (mon.0) 2546 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:35:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:45 smithi136 bash[11745]: audit 2022-04-26T04:35:45.469838+0000 mon.smithi136 (mon.0) 2547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:35:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:45 smithi136 bash[11745]: audit 2022-04-26T04:35:45.793385+0000 mon.smithi136 (mon.0) 2548 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:35:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:45 smithi136 bash[11745]: audit 2022-04-26T04:35:45.803338+0000 mon.smithi136 (mon.0) 2549 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:35:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:45 smithi145 bash[13673]: audit 2022-04-26T04:35:45.465270+0000 mon.smithi136 (mon.0) 2545 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:35:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:45 smithi145 bash[13673]: audit 2022-04-26T04:35:45.468003+0000 mon.smithi136 (mon.0) 2546 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:35:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:45 smithi145 bash[13673]: audit 2022-04-26T04:35:45.469838+0000 mon.smithi136 (mon.0) 2547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:35:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:45 smithi145 bash[13673]: audit 2022-04-26T04:35:45.793385+0000 mon.smithi136 (mon.0) 2548 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:35:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:45 smithi145 bash[13673]: audit 2022-04-26T04:35:45.803338+0000 mon.smithi136 (mon.0) 2549 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:35:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:46 smithi136 bash[11745]: cluster 2022-04-26T04:35:45.454671+0000 mgr.smithi136.ofnrfx (mgr.14188) 3577 : cluster [DBG] pgmap v3340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:46 smithi136 bash[11745]: cluster 2022-04-26T04:35:45.785803+0000 mgr.smithi136.ofnrfx (mgr.14188) 3578 : cluster [DBG] pgmap v3341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:46 smithi136 bash[11745]: cluster 2022-04-26T04:35:45.786304+0000 mgr.smithi136.ofnrfx (mgr.14188) 3579 : cluster [DBG] pgmap v3342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:46 smithi136 bash[11745]: cephadm 2022-04-26T04:35:45.804690+0000 mgr.smithi136.ofnrfx (mgr.14188) 3580 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:35:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:46 smithi136 bash[11745]: cephadm 2022-04-26T04:35:45.804883+0000 mgr.smithi136.ofnrfx (mgr.14188) 3581 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:35:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:46 smithi145 bash[13673]: cluster 2022-04-26T04:35:45.454671+0000 mgr.smithi136.ofnrfx (mgr.14188) 3577 : cluster [DBG] pgmap v3340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:46 smithi145 bash[13673]: cluster 2022-04-26T04:35:45.785803+0000 mgr.smithi136.ofnrfx (mgr.14188) 3578 : cluster [DBG] pgmap v3341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:46 smithi145 bash[13673]: cluster 2022-04-26T04:35:45.786304+0000 mgr.smithi136.ofnrfx (mgr.14188) 3579 : cluster [DBG] pgmap v3342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:46 smithi145 bash[13673]: cephadm 2022-04-26T04:35:45.804690+0000 mgr.smithi136.ofnrfx (mgr.14188) 3580 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:35:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:46 smithi145 bash[13673]: cephadm 2022-04-26T04:35:45.804883+0000 mgr.smithi136.ofnrfx (mgr.14188) 3581 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:35:49.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:48 smithi136 bash[11745]: cluster 2022-04-26T04:35:47.786954+0000 mgr.smithi136.ofnrfx (mgr.14188) 3582 : cluster [DBG] pgmap v3343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:48 smithi145 bash[13673]: cluster 2022-04-26T04:35:47.786954+0000 mgr.smithi136.ofnrfx (mgr.14188) 3582 : cluster [DBG] pgmap v3343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:49.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:49.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:49.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:50.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:50 smithi136 bash[11745]: cluster 2022-04-26T04:35:49.787605+0000 mgr.smithi136.ofnrfx (mgr.14188) 3583 : cluster [DBG] pgmap v3344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:50 smithi136 bash[11745]: audit 2022-04-26T04:35:50.028717+0000 mon.smithi136 (mon.0) 2550 : audit [DBG] from='client.? 172.21.15.136:0/1657474401' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:50 smithi145 bash[13673]: cluster 2022-04-26T04:35:49.787605+0000 mgr.smithi136.ofnrfx (mgr.14188) 3583 : cluster [DBG] pgmap v3344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:50 smithi145 bash[13673]: audit 2022-04-26T04:35:50.028717+0000 mon.smithi136 (mon.0) 2550 : audit [DBG] from='client.? 172.21.15.136:0/1657474401' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:52 smithi136 bash[11745]: cluster 2022-04-26T04:35:51.788282+0000 mgr.smithi136.ofnrfx (mgr.14188) 3584 : cluster [DBG] pgmap v3345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:52 smithi145 bash[13673]: cluster 2022-04-26T04:35:51.788282+0000 mgr.smithi136.ofnrfx (mgr.14188) 3584 : cluster [DBG] pgmap v3345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:55.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:35:55.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:35:55.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:35:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:54 smithi136 bash[11745]: cluster 2022-04-26T04:35:53.788900+0000 mgr.smithi136.ofnrfx (mgr.14188) 3585 : cluster [DBG] pgmap v3346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:55.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:35:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:54 smithi145 bash[13673]: cluster 2022-04-26T04:35:53.788900+0000 mgr.smithi136.ofnrfx (mgr.14188) 3585 : cluster [DBG] pgmap v3346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:55 smithi136 bash[11745]: audit 2022-04-26T04:35:55.364013+0000 mon.smithi136 (mon.0) 2551 : audit [DBG] from='client.? 172.21.15.136:0/850053307' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:55 smithi145 bash[13673]: audit 2022-04-26T04:35:55.364013+0000 mon.smithi136 (mon.0) 2551 : audit [DBG] from='client.? 172.21.15.136:0/850053307' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:35:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:57 smithi136 bash[11745]: cluster 2022-04-26T04:35:55.789678+0000 mgr.smithi136.ofnrfx (mgr.14188) 3586 : cluster [DBG] pgmap v3347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:57 smithi145 bash[13673]: cluster 2022-04-26T04:35:55.789678+0000 mgr.smithi136.ofnrfx (mgr.14188) 3586 : cluster [DBG] pgmap v3347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:59.079 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:35:59 smithi136 bash[11745]: cluster 2022-04-26T04:35:57.790368+0000 mgr.smithi136.ofnrfx (mgr.14188) 3587 : cluster [DBG] pgmap v3348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:35:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:35:59 smithi145 bash[13673]: cluster 2022-04-26T04:35:57.790368+0000 mgr.smithi136.ofnrfx (mgr.14188) 3587 : cluster [DBG] pgmap v3348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:00.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:00.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:00.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:00.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:01 smithi136 bash[11745]: cluster 2022-04-26T04:35:59.790964+0000 mgr.smithi136.ofnrfx (mgr.14188) 3588 : cluster [DBG] pgmap v3349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:01 smithi136 bash[11745]: audit 2022-04-26T04:36:00.701355+0000 mon.smithi136 (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.136:0/478992443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:01 smithi145 bash[13673]: cluster 2022-04-26T04:35:59.790964+0000 mgr.smithi136.ofnrfx (mgr.14188) 3588 : cluster [DBG] pgmap v3349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:01 smithi145 bash[13673]: audit 2022-04-26T04:36:00.701355+0000 mon.smithi136 (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.136:0/478992443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:03 smithi136 bash[11745]: cluster 2022-04-26T04:36:01.791761+0000 mgr.smithi136.ofnrfx (mgr.14188) 3589 : cluster [DBG] pgmap v3350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:03 smithi136 bash[11745]: audit 2022-04-26T04:36:02.327731+0000 mon.smithi136 (mon.0) 2553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:36:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:03 smithi136 bash[11745]: audit 2022-04-26T04:36:02.331508+0000 mon.smithi136 (mon.0) 2554 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:36:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:03 smithi145 bash[13673]: cluster 2022-04-26T04:36:01.791761+0000 mgr.smithi136.ofnrfx (mgr.14188) 3589 : cluster [DBG] pgmap v3350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:03 smithi145 bash[13673]: audit 2022-04-26T04:36:02.327731+0000 mon.smithi136 (mon.0) 2553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:36:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:03 smithi145 bash[13673]: audit 2022-04-26T04:36:02.331508+0000 mon.smithi136 (mon.0) 2554 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:36:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:05 smithi136 bash[11745]: cluster 2022-04-26T04:36:03.792512+0000 mgr.smithi136.ofnrfx (mgr.14188) 3590 : cluster [DBG] pgmap v3351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:05 smithi145 bash[13673]: cluster 2022-04-26T04:36:03.792512+0000 mgr.smithi136.ofnrfx (mgr.14188) 3590 : cluster [DBG] pgmap v3351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:05.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:05.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:05.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:06.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:06 smithi145 bash[13673]: audit 2022-04-26T04:36:06.025739+0000 mon.smithi136 (mon.0) 2555 : audit [DBG] from='client.? 172.21.15.136:0/3517567690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:06 smithi136 bash[11745]: audit 2022-04-26T04:36:06.025739+0000 mon.smithi136 (mon.0) 2555 : audit [DBG] from='client.? 172.21.15.136:0/3517567690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:07 smithi145 bash[13673]: cluster 2022-04-26T04:36:05.793159+0000 mgr.smithi136.ofnrfx (mgr.14188) 3591 : cluster [DBG] pgmap v3352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:07 smithi136 bash[11745]: cluster 2022-04-26T04:36:05.793159+0000 mgr.smithi136.ofnrfx (mgr.14188) 3591 : cluster [DBG] pgmap v3352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:09 smithi145 bash[13673]: cluster 2022-04-26T04:36:07.793831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3592 : cluster [DBG] pgmap v3353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:09 smithi136 bash[11745]: cluster 2022-04-26T04:36:07.793831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3592 : cluster [DBG] pgmap v3353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:11.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:11.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:11.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:11.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:11 smithi145 bash[13673]: cluster 2022-04-26T04:36:09.794451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3593 : cluster [DBG] pgmap v3354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:11 smithi136 bash[11745]: cluster 2022-04-26T04:36:09.794451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3593 : cluster [DBG] pgmap v3354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:12 smithi145 bash[13673]: audit 2022-04-26T04:36:11.355292+0000 mon.smithi136 (mon.0) 2556 : audit [DBG] from='client.? 172.21.15.136:0/1610931176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:12 smithi136 bash[11745]: audit 2022-04-26T04:36:11.355292+0000 mon.smithi136 (mon.0) 2556 : audit [DBG] from='client.? 172.21.15.136:0/1610931176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:13 smithi145 bash[13673]: cluster 2022-04-26T04:36:11.795109+0000 mgr.smithi136.ofnrfx (mgr.14188) 3594 : cluster [DBG] pgmap v3355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:13 smithi136 bash[11745]: cluster 2022-04-26T04:36:11.795109+0000 mgr.smithi136.ofnrfx (mgr.14188) 3594 : cluster [DBG] pgmap v3355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:15 smithi145 bash[13673]: cluster 2022-04-26T04:36:13.795798+0000 mgr.smithi136.ofnrfx (mgr.14188) 3595 : cluster [DBG] pgmap v3356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:15 smithi136 bash[11745]: cluster 2022-04-26T04:36:13.795798+0000 mgr.smithi136.ofnrfx (mgr.14188) 3595 : cluster [DBG] pgmap v3356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:16.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:16.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:16.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:16.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:17 smithi145 bash[13673]: cluster 2022-04-26T04:36:15.796430+0000 mgr.smithi136.ofnrfx (mgr.14188) 3596 : cluster [DBG] pgmap v3357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:17 smithi145 bash[13673]: audit 2022-04-26T04:36:16.677497+0000 mon.smithi136 (mon.0) 2557 : audit [DBG] from='client.? 172.21.15.136:0/1142558505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:17 smithi136 bash[11745]: cluster 2022-04-26T04:36:15.796430+0000 mgr.smithi136.ofnrfx (mgr.14188) 3596 : cluster [DBG] pgmap v3357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:17 smithi136 bash[11745]: audit 2022-04-26T04:36:16.677497+0000 mon.smithi136 (mon.0) 2557 : audit [DBG] from='client.? 172.21.15.136:0/1142558505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:19 smithi145 bash[13673]: cluster 2022-04-26T04:36:17.797005+0000 mgr.smithi136.ofnrfx (mgr.14188) 3597 : cluster [DBG] pgmap v3358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:19 smithi136 bash[11745]: cluster 2022-04-26T04:36:17.797005+0000 mgr.smithi136.ofnrfx (mgr.14188) 3597 : cluster [DBG] pgmap v3358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:21 smithi145 bash[13673]: cluster 2022-04-26T04:36:19.797570+0000 mgr.smithi136.ofnrfx (mgr.14188) 3598 : cluster [DBG] pgmap v3359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:21 smithi136 bash[11745]: cluster 2022-04-26T04:36:19.797570+0000 mgr.smithi136.ofnrfx (mgr.14188) 3598 : cluster [DBG] pgmap v3359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:21.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:21.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:21.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:22.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:22 smithi145 bash[13673]: audit 2022-04-26T04:36:22.013130+0000 mon.smithi136 (mon.0) 2558 : audit [DBG] from='client.? 172.21.15.136:0/303702648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:22 smithi136 bash[11745]: audit 2022-04-26T04:36:22.013130+0000 mon.smithi136 (mon.0) 2558 : audit [DBG] from='client.? 172.21.15.136:0/303702648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:23 smithi145 bash[13673]: cluster 2022-04-26T04:36:21.798174+0000 mgr.smithi136.ofnrfx (mgr.14188) 3599 : cluster [DBG] pgmap v3360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:23 smithi136 bash[11745]: cluster 2022-04-26T04:36:21.798174+0000 mgr.smithi136.ofnrfx (mgr.14188) 3599 : cluster [DBG] pgmap v3360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:25 smithi145 bash[13673]: cluster 2022-04-26T04:36:23.798762+0000 mgr.smithi136.ofnrfx (mgr.14188) 3600 : cluster [DBG] pgmap v3361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:25 smithi136 bash[11745]: cluster 2022-04-26T04:36:23.798762+0000 mgr.smithi136.ofnrfx (mgr.14188) 3600 : cluster [DBG] pgmap v3361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:27.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:27.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:27.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:27.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:27 smithi145 bash[13673]: cluster 2022-04-26T04:36:25.799374+0000 mgr.smithi136.ofnrfx (mgr.14188) 3601 : cluster [DBG] pgmap v3362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:27 smithi136 bash[11745]: cluster 2022-04-26T04:36:25.799374+0000 mgr.smithi136.ofnrfx (mgr.14188) 3601 : cluster [DBG] pgmap v3362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:28 smithi145 bash[13673]: audit 2022-04-26T04:36:27.344015+0000 mon.smithi136 (mon.0) 2559 : audit [DBG] from='client.? 172.21.15.136:0/4209168581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:28 smithi136 bash[11745]: audit 2022-04-26T04:36:27.344015+0000 mon.smithi136 (mon.0) 2559 : audit [DBG] from='client.? 172.21.15.136:0/4209168581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:29 smithi136 bash[11745]: cluster 2022-04-26T04:36:27.800011+0000 mgr.smithi136.ofnrfx (mgr.14188) 3602 : cluster [DBG] pgmap v3363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:29 smithi145 bash[13673]: cluster 2022-04-26T04:36:27.800011+0000 mgr.smithi136.ofnrfx (mgr.14188) 3602 : cluster [DBG] pgmap v3363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:31 smithi136 bash[11745]: cluster 2022-04-26T04:36:29.800714+0000 mgr.smithi136.ofnrfx (mgr.14188) 3603 : cluster [DBG] pgmap v3364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:31 smithi145 bash[13673]: cluster 2022-04-26T04:36:29.800714+0000 mgr.smithi136.ofnrfx (mgr.14188) 3603 : cluster [DBG] pgmap v3364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:32.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:32.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:32.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:32.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:33 smithi136 bash[11745]: cluster 2022-04-26T04:36:31.801369+0000 mgr.smithi136.ofnrfx (mgr.14188) 3604 : cluster [DBG] pgmap v3365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:33 smithi136 bash[11745]: audit 2022-04-26T04:36:32.672495+0000 mon.smithi136 (mon.0) 2560 : audit [DBG] from='client.? 172.21.15.136:0/1052672234' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:33 smithi145 bash[13673]: cluster 2022-04-26T04:36:31.801369+0000 mgr.smithi136.ofnrfx (mgr.14188) 3604 : cluster [DBG] pgmap v3365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:33 smithi145 bash[13673]: audit 2022-04-26T04:36:32.672495+0000 mon.smithi136 (mon.0) 2560 : audit [DBG] from='client.? 172.21.15.136:0/1052672234' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:35 smithi136 bash[11745]: cluster 2022-04-26T04:36:33.801994+0000 mgr.smithi136.ofnrfx (mgr.14188) 3605 : cluster [DBG] pgmap v3366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:35 smithi145 bash[13673]: cluster 2022-04-26T04:36:33.801994+0000 mgr.smithi136.ofnrfx (mgr.14188) 3605 : cluster [DBG] pgmap v3366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:37 smithi136 bash[11745]: cluster 2022-04-26T04:36:35.802602+0000 mgr.smithi136.ofnrfx (mgr.14188) 3606 : cluster [DBG] pgmap v3367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:37 smithi145 bash[13673]: cluster 2022-04-26T04:36:35.802602+0000 mgr.smithi136.ofnrfx (mgr.14188) 3606 : cluster [DBG] pgmap v3367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:37.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:37.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:37.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:38.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:38 smithi145 bash[13673]: audit 2022-04-26T04:36:37.997326+0000 mon.smithi136 (mon.0) 2561 : audit [DBG] from='client.? 172.21.15.136:0/4162240301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:38 smithi136 bash[11745]: audit 2022-04-26T04:36:37.997326+0000 mon.smithi136 (mon.0) 2561 : audit [DBG] from='client.? 172.21.15.136:0/4162240301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:39 smithi136 bash[11745]: cluster 2022-04-26T04:36:37.803040+0000 mgr.smithi136.ofnrfx (mgr.14188) 3607 : cluster [DBG] pgmap v3368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:39 smithi145 bash[13673]: cluster 2022-04-26T04:36:37.803040+0000 mgr.smithi136.ofnrfx (mgr.14188) 3607 : cluster [DBG] pgmap v3368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:41 smithi136 bash[11745]: cluster 2022-04-26T04:36:39.803618+0000 mgr.smithi136.ofnrfx (mgr.14188) 3608 : cluster [DBG] pgmap v3369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:41 smithi145 bash[13673]: cluster 2022-04-26T04:36:39.803618+0000 mgr.smithi136.ofnrfx (mgr.14188) 3608 : cluster [DBG] pgmap v3369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:43.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:43.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:43.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:43.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:43 smithi136 bash[11745]: cluster 2022-04-26T04:36:41.804243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3609 : cluster [DBG] pgmap v3370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:43 smithi145 bash[13673]: cluster 2022-04-26T04:36:41.804243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3609 : cluster [DBG] pgmap v3370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:44 smithi136 bash[11745]: audit 2022-04-26T04:36:43.321126+0000 mon.smithi136 (mon.0) 2562 : audit [DBG] from='client.? 172.21.15.136:0/3469704448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:44 smithi145 bash[13673]: audit 2022-04-26T04:36:43.321126+0000 mon.smithi136 (mon.0) 2562 : audit [DBG] from='client.? 172.21.15.136:0/3469704448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:45 smithi136 bash[11745]: cluster 2022-04-26T04:36:43.804869+0000 mgr.smithi136.ofnrfx (mgr.14188) 3610 : cluster [DBG] pgmap v3371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:45 smithi145 bash[13673]: cluster 2022-04-26T04:36:43.804869+0000 mgr.smithi136.ofnrfx (mgr.14188) 3610 : cluster [DBG] pgmap v3371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:46 smithi136 bash[11745]: audit 2022-04-26T04:36:45.816266+0000 mon.smithi136 (mon.0) 2563 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:36:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:46 smithi136 bash[11745]: audit 2022-04-26T04:36:45.819128+0000 mon.smithi136 (mon.0) 2564 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:36:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:46 smithi136 bash[11745]: audit 2022-04-26T04:36:45.821189+0000 mon.smithi136 (mon.0) 2565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:36:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:46 smithi136 bash[11745]: audit 2022-04-26T04:36:46.156342+0000 mon.smithi136 (mon.0) 2566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:36:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:46 smithi136 bash[11745]: audit 2022-04-26T04:36:46.162097+0000 mon.smithi136 (mon.0) 2567 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:36:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:46 smithi145 bash[13673]: audit 2022-04-26T04:36:45.816266+0000 mon.smithi136 (mon.0) 2563 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:36:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:46 smithi145 bash[13673]: audit 2022-04-26T04:36:45.819128+0000 mon.smithi136 (mon.0) 2564 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:36:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:46 smithi145 bash[13673]: audit 2022-04-26T04:36:45.821189+0000 mon.smithi136 (mon.0) 2565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:36:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:46 smithi145 bash[13673]: audit 2022-04-26T04:36:46.156342+0000 mon.smithi136 (mon.0) 2566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:36:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:46 smithi145 bash[13673]: audit 2022-04-26T04:36:46.162097+0000 mon.smithi136 (mon.0) 2567 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:36:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:47 smithi136 bash[11745]: cluster 2022-04-26T04:36:45.805479+0000 mgr.smithi136.ofnrfx (mgr.14188) 3611 : cluster [DBG] pgmap v3372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:47 smithi136 bash[11745]: cluster 2022-04-26T04:36:46.148841+0000 mgr.smithi136.ofnrfx (mgr.14188) 3612 : cluster [DBG] pgmap v3373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:47 smithi136 bash[11745]: cluster 2022-04-26T04:36:46.149252+0000 mgr.smithi136.ofnrfx (mgr.14188) 3613 : cluster [DBG] pgmap v3374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:47 smithi136 bash[11745]: cephadm 2022-04-26T04:36:46.163207+0000 mgr.smithi136.ofnrfx (mgr.14188) 3614 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:36:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:47 smithi136 bash[11745]: cephadm 2022-04-26T04:36:46.163345+0000 mgr.smithi136.ofnrfx (mgr.14188) 3615 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:36:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:47 smithi145 bash[13673]: cluster 2022-04-26T04:36:45.805479+0000 mgr.smithi136.ofnrfx (mgr.14188) 3611 : cluster [DBG] pgmap v3372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:47 smithi145 bash[13673]: cluster 2022-04-26T04:36:46.148841+0000 mgr.smithi136.ofnrfx (mgr.14188) 3612 : cluster [DBG] pgmap v3373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:47 smithi145 bash[13673]: cluster 2022-04-26T04:36:46.149252+0000 mgr.smithi136.ofnrfx (mgr.14188) 3613 : cluster [DBG] pgmap v3374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:47 smithi145 bash[13673]: cephadm 2022-04-26T04:36:46.163207+0000 mgr.smithi136.ofnrfx (mgr.14188) 3614 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:36:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:47 smithi145 bash[13673]: cephadm 2022-04-26T04:36:46.163345+0000 mgr.smithi136.ofnrfx (mgr.14188) 3615 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:36:48.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:48.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:48.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:48.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:49 smithi136 bash[11745]: cluster 2022-04-26T04:36:48.149843+0000 mgr.smithi136.ofnrfx (mgr.14188) 3616 : cluster [DBG] pgmap v3375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:49 smithi136 bash[11745]: audit 2022-04-26T04:36:48.644867+0000 mon.smithi136 (mon.0) 2568 : audit [DBG] from='client.? 172.21.15.136:0/3996762317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:49 smithi145 bash[13673]: cluster 2022-04-26T04:36:48.149843+0000 mgr.smithi136.ofnrfx (mgr.14188) 3616 : cluster [DBG] pgmap v3375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:49 smithi145 bash[13673]: audit 2022-04-26T04:36:48.644867+0000 mon.smithi136 (mon.0) 2568 : audit [DBG] from='client.? 172.21.15.136:0/3996762317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:50 smithi136 bash[11745]: cluster 2022-04-26T04:36:50.150472+0000 mgr.smithi136.ofnrfx (mgr.14188) 3617 : cluster [DBG] pgmap v3376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:50 smithi145 bash[13673]: cluster 2022-04-26T04:36:50.150472+0000 mgr.smithi136.ofnrfx (mgr.14188) 3617 : cluster [DBG] pgmap v3376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:53 smithi136 bash[11745]: cluster 2022-04-26T04:36:52.151124+0000 mgr.smithi136.ofnrfx (mgr.14188) 3618 : cluster [DBG] pgmap v3377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:53 smithi145 bash[13673]: cluster 2022-04-26T04:36:52.151124+0000 mgr.smithi136.ofnrfx (mgr.14188) 3618 : cluster [DBG] pgmap v3377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:53.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:53.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:53.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:53.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:54 smithi136 bash[11745]: audit 2022-04-26T04:36:53.968924+0000 mon.smithi136 (mon.0) 2569 : audit [DBG] from='client.? 172.21.15.136:0/2286076066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:54 smithi145 bash[13673]: audit 2022-04-26T04:36:53.968924+0000 mon.smithi136 (mon.0) 2569 : audit [DBG] from='client.? 172.21.15.136:0/2286076066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:36:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:55 smithi136 bash[11745]: cluster 2022-04-26T04:36:54.151762+0000 mgr.smithi136.ofnrfx (mgr.14188) 3619 : cluster [DBG] pgmap v3378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:55 smithi145 bash[13673]: cluster 2022-04-26T04:36:54.151762+0000 mgr.smithi136.ofnrfx (mgr.14188) 3619 : cluster [DBG] pgmap v3378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:57 smithi136 bash[11745]: cluster 2022-04-26T04:36:56.152433+0000 mgr.smithi136.ofnrfx (mgr.14188) 3620 : cluster [DBG] pgmap v3379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:57 smithi145 bash[13673]: cluster 2022-04-26T04:36:56.152433+0000 mgr.smithi136.ofnrfx (mgr.14188) 3620 : cluster [DBG] pgmap v3379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:58.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:36:58.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:36:58.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:36:59.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:36:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:36:59 smithi136 bash[11745]: cluster 2022-04-26T04:36:58.153096+0000 mgr.smithi136.ofnrfx (mgr.14188) 3621 : cluster [DBG] pgmap v3380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:36:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:36:59 smithi145 bash[13673]: cluster 2022-04-26T04:36:58.153096+0000 mgr.smithi136.ofnrfx (mgr.14188) 3621 : cluster [DBG] pgmap v3380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:00 smithi136 bash[11745]: audit 2022-04-26T04:36:59.296398+0000 mon.smithi136 (mon.0) 2570 : audit [DBG] from='client.? 172.21.15.136:0/1370004010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:00 smithi145 bash[13673]: audit 2022-04-26T04:36:59.296398+0000 mon.smithi136 (mon.0) 2570 : audit [DBG] from='client.? 172.21.15.136:0/1370004010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:01 smithi136 bash[11745]: cluster 2022-04-26T04:37:00.153752+0000 mgr.smithi136.ofnrfx (mgr.14188) 3622 : cluster [DBG] pgmap v3381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:01 smithi145 bash[13673]: cluster 2022-04-26T04:37:00.153752+0000 mgr.smithi136.ofnrfx (mgr.14188) 3622 : cluster [DBG] pgmap v3381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:03 smithi136 bash[11745]: cluster 2022-04-26T04:37:02.154426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3623 : cluster [DBG] pgmap v3382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:03 smithi136 bash[11745]: audit 2022-04-26T04:37:02.331749+0000 mon.smithi136 (mon.0) 2571 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:37:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:03 smithi136 bash[11745]: audit 2022-04-26T04:37:02.335781+0000 mon.smithi136 (mon.0) 2572 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:37:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:03 smithi145 bash[13673]: cluster 2022-04-26T04:37:02.154426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3623 : cluster [DBG] pgmap v3382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:03 smithi145 bash[13673]: audit 2022-04-26T04:37:02.331749+0000 mon.smithi136 (mon.0) 2571 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:37:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:03 smithi145 bash[13673]: audit 2022-04-26T04:37:02.335781+0000 mon.smithi136 (mon.0) 2572 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:37:04.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:04.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:04.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:04.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:05 smithi136 bash[11745]: cluster 2022-04-26T04:37:04.155129+0000 mgr.smithi136.ofnrfx (mgr.14188) 3624 : cluster [DBG] pgmap v3383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:05 smithi136 bash[11745]: audit 2022-04-26T04:37:04.620404+0000 mon.smithi136 (mon.0) 2573 : audit [DBG] from='client.? 172.21.15.136:0/3602532080' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:05 smithi145 bash[13673]: cluster 2022-04-26T04:37:04.155129+0000 mgr.smithi136.ofnrfx (mgr.14188) 3624 : cluster [DBG] pgmap v3383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:05 smithi145 bash[13673]: audit 2022-04-26T04:37:04.620404+0000 mon.smithi136 (mon.0) 2573 : audit [DBG] from='client.? 172.21.15.136:0/3602532080' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:07 smithi136 bash[11745]: cluster 2022-04-26T04:37:06.155827+0000 mgr.smithi136.ofnrfx (mgr.14188) 3625 : cluster [DBG] pgmap v3384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:07 smithi145 bash[13673]: cluster 2022-04-26T04:37:06.155827+0000 mgr.smithi136.ofnrfx (mgr.14188) 3625 : cluster [DBG] pgmap v3384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:09 smithi136 bash[11745]: cluster 2022-04-26T04:37:08.156438+0000 mgr.smithi136.ofnrfx (mgr.14188) 3626 : cluster [DBG] pgmap v3385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:09.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:09.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:09.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:09 smithi145 bash[13673]: cluster 2022-04-26T04:37:08.156438+0000 mgr.smithi136.ofnrfx (mgr.14188) 3626 : cluster [DBG] pgmap v3385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:09.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:10 smithi136 bash[11745]: audit 2022-04-26T04:37:09.945658+0000 mon.smithi136 (mon.0) 2574 : audit [DBG] from='client.? 172.21.15.136:0/3971353452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:10 smithi136 bash[11745]: cluster 2022-04-26T04:37:10.157073+0000 mgr.smithi136.ofnrfx (mgr.14188) 3627 : cluster [DBG] pgmap v3386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:10 smithi145 bash[13673]: audit 2022-04-26T04:37:09.945658+0000 mon.smithi136 (mon.0) 2574 : audit [DBG] from='client.? 172.21.15.136:0/3971353452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:10 smithi145 bash[13673]: cluster 2022-04-26T04:37:10.157073+0000 mgr.smithi136.ofnrfx (mgr.14188) 3627 : cluster [DBG] pgmap v3386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:13 smithi136 bash[11745]: cluster 2022-04-26T04:37:12.157754+0000 mgr.smithi136.ofnrfx (mgr.14188) 3628 : cluster [DBG] pgmap v3387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:13 smithi145 bash[13673]: cluster 2022-04-26T04:37:12.157754+0000 mgr.smithi136.ofnrfx (mgr.14188) 3628 : cluster [DBG] pgmap v3387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:14.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:14.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:14.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:15.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:15 smithi136 bash[11745]: cluster 2022-04-26T04:37:14.158405+0000 mgr.smithi136.ofnrfx (mgr.14188) 3629 : cluster [DBG] pgmap v3388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:15 smithi145 bash[13673]: cluster 2022-04-26T04:37:14.158405+0000 mgr.smithi136.ofnrfx (mgr.14188) 3629 : cluster [DBG] pgmap v3388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:16 smithi136 bash[11745]: audit 2022-04-26T04:37:15.275020+0000 mon.smithi136 (mon.0) 2575 : audit [DBG] from='client.? 172.21.15.136:0/4293609345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:16 smithi145 bash[13673]: audit 2022-04-26T04:37:15.275020+0000 mon.smithi136 (mon.0) 2575 : audit [DBG] from='client.? 172.21.15.136:0/4293609345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:17 smithi136 bash[11745]: cluster 2022-04-26T04:37:16.159060+0000 mgr.smithi136.ofnrfx (mgr.14188) 3630 : cluster [DBG] pgmap v3389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:17 smithi145 bash[13673]: cluster 2022-04-26T04:37:16.159060+0000 mgr.smithi136.ofnrfx (mgr.14188) 3630 : cluster [DBG] pgmap v3389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:19 smithi136 bash[11745]: cluster 2022-04-26T04:37:18.159661+0000 mgr.smithi136.ofnrfx (mgr.14188) 3631 : cluster [DBG] pgmap v3390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:19 smithi145 bash[13673]: cluster 2022-04-26T04:37:18.159661+0000 mgr.smithi136.ofnrfx (mgr.14188) 3631 : cluster [DBG] pgmap v3390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:20.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:20.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:20.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:20.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:20 smithi136 bash[11745]: cluster 2022-04-26T04:37:20.160312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3632 : cluster [DBG] pgmap v3391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:20 smithi136 bash[11745]: audit 2022-04-26T04:37:20.608614+0000 mon.smithi136 (mon.0) 2576 : audit [DBG] from='client.? 172.21.15.136:0/3581423047' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:20 smithi145 bash[13673]: cluster 2022-04-26T04:37:20.160312+0000 mgr.smithi136.ofnrfx (mgr.14188) 3632 : cluster [DBG] pgmap v3391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:20 smithi145 bash[13673]: audit 2022-04-26T04:37:20.608614+0000 mon.smithi136 (mon.0) 2576 : audit [DBG] from='client.? 172.21.15.136:0/3581423047' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:23 smithi136 bash[11745]: cluster 2022-04-26T04:37:22.160985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3633 : cluster [DBG] pgmap v3392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:23 smithi145 bash[13673]: cluster 2022-04-26T04:37:22.160985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3633 : cluster [DBG] pgmap v3392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:25 smithi136 bash[11745]: cluster 2022-04-26T04:37:24.161618+0000 mgr.smithi136.ofnrfx (mgr.14188) 3634 : cluster [DBG] pgmap v3393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:25.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:25.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:25.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:25 smithi145 bash[13673]: cluster 2022-04-26T04:37:24.161618+0000 mgr.smithi136.ofnrfx (mgr.14188) 3634 : cluster [DBG] pgmap v3393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:25.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:26 smithi136 bash[11745]: audit 2022-04-26T04:37:25.942749+0000 mon.smithi136 (mon.0) 2577 : audit [DBG] from='client.? 172.21.15.136:0/3587786591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:26 smithi145 bash[13673]: audit 2022-04-26T04:37:25.942749+0000 mon.smithi136 (mon.0) 2577 : audit [DBG] from='client.? 172.21.15.136:0/3587786591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:27 smithi136 bash[11745]: cluster 2022-04-26T04:37:26.162297+0000 mgr.smithi136.ofnrfx (mgr.14188) 3635 : cluster [DBG] pgmap v3394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:27 smithi145 bash[13673]: cluster 2022-04-26T04:37:26.162297+0000 mgr.smithi136.ofnrfx (mgr.14188) 3635 : cluster [DBG] pgmap v3394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:29 smithi136 bash[11745]: cluster 2022-04-26T04:37:28.162960+0000 mgr.smithi136.ofnrfx (mgr.14188) 3636 : cluster [DBG] pgmap v3395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:29 smithi145 bash[13673]: cluster 2022-04-26T04:37:28.162960+0000 mgr.smithi136.ofnrfx (mgr.14188) 3636 : cluster [DBG] pgmap v3395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:30.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:30.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:30.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:31.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:30 smithi136 bash[11745]: cluster 2022-04-26T04:37:30.163680+0000 mgr.smithi136.ofnrfx (mgr.14188) 3637 : cluster [DBG] pgmap v3396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:30 smithi145 bash[13673]: cluster 2022-04-26T04:37:30.163680+0000 mgr.smithi136.ofnrfx (mgr.14188) 3637 : cluster [DBG] pgmap v3396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:31 smithi136 bash[11745]: audit 2022-04-26T04:37:31.269508+0000 mon.smithi136 (mon.0) 2578 : audit [DBG] from='client.? 172.21.15.136:0/3816869529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:31 smithi145 bash[13673]: audit 2022-04-26T04:37:31.269508+0000 mon.smithi136 (mon.0) 2578 : audit [DBG] from='client.? 172.21.15.136:0/3816869529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:32 smithi136 bash[11745]: cluster 2022-04-26T04:37:32.164364+0000 mgr.smithi136.ofnrfx (mgr.14188) 3638 : cluster [DBG] pgmap v3397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:32 smithi145 bash[13673]: cluster 2022-04-26T04:37:32.164364+0000 mgr.smithi136.ofnrfx (mgr.14188) 3638 : cluster [DBG] pgmap v3397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:35 smithi136 bash[11745]: cluster 2022-04-26T04:37:34.164982+0000 mgr.smithi136.ofnrfx (mgr.14188) 3639 : cluster [DBG] pgmap v3398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:35 smithi145 bash[13673]: cluster 2022-04-26T04:37:34.164982+0000 mgr.smithi136.ofnrfx (mgr.14188) 3639 : cluster [DBG] pgmap v3398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:36.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:36.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:36.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:36.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:37 smithi136 bash[11745]: cluster 2022-04-26T04:37:36.165568+0000 mgr.smithi136.ofnrfx (mgr.14188) 3640 : cluster [DBG] pgmap v3399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:37 smithi136 bash[11745]: audit 2022-04-26T04:37:36.597896+0000 mon.smithi136 (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.136:0/1177139198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:37 smithi145 bash[13673]: cluster 2022-04-26T04:37:36.165568+0000 mgr.smithi136.ofnrfx (mgr.14188) 3640 : cluster [DBG] pgmap v3399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:37 smithi145 bash[13673]: audit 2022-04-26T04:37:36.597896+0000 mon.smithi136 (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.136:0/1177139198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:39 smithi136 bash[11745]: cluster 2022-04-26T04:37:38.166201+0000 mgr.smithi136.ofnrfx (mgr.14188) 3641 : cluster [DBG] pgmap v3400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:39.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:39 smithi145 bash[13673]: cluster 2022-04-26T04:37:38.166201+0000 mgr.smithi136.ofnrfx (mgr.14188) 3641 : cluster [DBG] pgmap v3400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:40 smithi136 bash[11745]: cluster 2022-04-26T04:37:40.166837+0000 mgr.smithi136.ofnrfx (mgr.14188) 3642 : cluster [DBG] pgmap v3401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:40 smithi145 bash[13673]: cluster 2022-04-26T04:37:40.166837+0000 mgr.smithi136.ofnrfx (mgr.14188) 3642 : cluster [DBG] pgmap v3401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:41.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:41.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:41.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:41.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:41 smithi136 bash[11745]: audit 2022-04-26T04:37:41.923136+0000 mon.smithi136 (mon.0) 2580 : audit [DBG] from='client.? 172.21.15.136:0/2191446072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:41 smithi145 bash[13673]: audit 2022-04-26T04:37:41.923136+0000 mon.smithi136 (mon.0) 2580 : audit [DBG] from='client.? 172.21.15.136:0/2191446072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:42 smithi136 bash[11745]: cluster 2022-04-26T04:37:42.167484+0000 mgr.smithi136.ofnrfx (mgr.14188) 3643 : cluster [DBG] pgmap v3402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:42 smithi145 bash[13673]: cluster 2022-04-26T04:37:42.167484+0000 mgr.smithi136.ofnrfx (mgr.14188) 3643 : cluster [DBG] pgmap v3402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:45 smithi136 bash[11745]: cluster 2022-04-26T04:37:44.168186+0000 mgr.smithi136.ofnrfx (mgr.14188) 3644 : cluster [DBG] pgmap v3403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:45 smithi145 bash[13673]: cluster 2022-04-26T04:37:44.168186+0000 mgr.smithi136.ofnrfx (mgr.14188) 3644 : cluster [DBG] pgmap v3403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:46 smithi136 bash[11745]: audit 2022-04-26T04:37:46.171022+0000 mon.smithi136 (mon.0) 2581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:37:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:46 smithi136 bash[11745]: audit 2022-04-26T04:37:46.173799+0000 mon.smithi136 (mon.0) 2582 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:37:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:46 smithi136 bash[11745]: audit 2022-04-26T04:37:46.175575+0000 mon.smithi136 (mon.0) 2583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:37:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:46 smithi145 bash[13673]: audit 2022-04-26T04:37:46.171022+0000 mon.smithi136 (mon.0) 2581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:37:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:46 smithi145 bash[13673]: audit 2022-04-26T04:37:46.173799+0000 mon.smithi136 (mon.0) 2582 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:37:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:46 smithi145 bash[13673]: audit 2022-04-26T04:37:46.175575+0000 mon.smithi136 (mon.0) 2583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:37:46.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:46.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:46.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:47.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:47 smithi136 bash[11745]: cluster 2022-04-26T04:37:46.168850+0000 mgr.smithi136.ofnrfx (mgr.14188) 3645 : cluster [DBG] pgmap v3404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:47 smithi136 bash[11745]: audit 2022-04-26T04:37:46.504147+0000 mon.smithi136 (mon.0) 2584 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:37:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:47 smithi136 bash[11745]: audit 2022-04-26T04:37:46.510352+0000 mon.smithi136 (mon.0) 2585 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:37:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:47 smithi145 bash[13673]: cluster 2022-04-26T04:37:46.168850+0000 mgr.smithi136.ofnrfx (mgr.14188) 3645 : cluster [DBG] pgmap v3404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:47 smithi145 bash[13673]: audit 2022-04-26T04:37:46.504147+0000 mon.smithi136 (mon.0) 2584 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:37:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:47 smithi145 bash[13673]: audit 2022-04-26T04:37:46.510352+0000 mon.smithi136 (mon.0) 2585 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:37:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:48 smithi145 bash[13673]: cluster 2022-04-26T04:37:46.498359+0000 mgr.smithi136.ofnrfx (mgr.14188) 3646 : cluster [DBG] pgmap v3405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:48 smithi145 bash[13673]: cluster 2022-04-26T04:37:46.498928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3647 : cluster [DBG] pgmap v3406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:48 smithi145 bash[13673]: cephadm 2022-04-26T04:37:46.511351+0000 mgr.smithi136.ofnrfx (mgr.14188) 3648 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:37:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:48 smithi145 bash[13673]: cephadm 2022-04-26T04:37:46.511486+0000 mgr.smithi136.ofnrfx (mgr.14188) 3649 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:37:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:48 smithi145 bash[13673]: audit 2022-04-26T04:37:47.260563+0000 mon.smithi136 (mon.0) 2586 : audit [DBG] from='client.? 172.21.15.136:0/1103321884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:48 smithi136 bash[11745]: cluster 2022-04-26T04:37:46.498359+0000 mgr.smithi136.ofnrfx (mgr.14188) 3646 : cluster [DBG] pgmap v3405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:48 smithi136 bash[11745]: cluster 2022-04-26T04:37:46.498928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3647 : cluster [DBG] pgmap v3406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:48 smithi136 bash[11745]: cephadm 2022-04-26T04:37:46.511351+0000 mgr.smithi136.ofnrfx (mgr.14188) 3648 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:37:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:48 smithi136 bash[11745]: cephadm 2022-04-26T04:37:46.511486+0000 mgr.smithi136.ofnrfx (mgr.14188) 3649 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:37:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:48 smithi136 bash[11745]: audit 2022-04-26T04:37:47.260563+0000 mon.smithi136 (mon.0) 2586 : audit [DBG] from='client.? 172.21.15.136:0/1103321884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:50 smithi136 bash[11745]: cluster 2022-04-26T04:37:48.499500+0000 mgr.smithi136.ofnrfx (mgr.14188) 3650 : cluster [DBG] pgmap v3407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:50 smithi145 bash[13673]: cluster 2022-04-26T04:37:48.499500+0000 mgr.smithi136.ofnrfx (mgr.14188) 3650 : cluster [DBG] pgmap v3407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:52.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:52.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:52.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:52 smithi136 bash[11745]: cluster 2022-04-26T04:37:50.500199+0000 mgr.smithi136.ofnrfx (mgr.14188) 3651 : cluster [DBG] pgmap v3408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:52.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:52 smithi145 bash[13673]: cluster 2022-04-26T04:37:50.500199+0000 mgr.smithi136.ofnrfx (mgr.14188) 3651 : cluster [DBG] pgmap v3408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:53 smithi136 bash[11745]: audit 2022-04-26T04:37:52.594231+0000 mon.smithi136 (mon.0) 2587 : audit [DBG] from='client.? 172.21.15.136:0/359909275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:53 smithi145 bash[13673]: audit 2022-04-26T04:37:52.594231+0000 mon.smithi136 (mon.0) 2587 : audit [DBG] from='client.? 172.21.15.136:0/359909275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:54 smithi136 bash[11745]: cluster 2022-04-26T04:37:52.500918+0000 mgr.smithi136.ofnrfx (mgr.14188) 3652 : cluster [DBG] pgmap v3409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:54 smithi145 bash[13673]: cluster 2022-04-26T04:37:52.500918+0000 mgr.smithi136.ofnrfx (mgr.14188) 3652 : cluster [DBG] pgmap v3409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:56 smithi136 bash[11745]: cluster 2022-04-26T04:37:54.501587+0000 mgr.smithi136.ofnrfx (mgr.14188) 3653 : cluster [DBG] pgmap v3410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:56 smithi145 bash[13673]: cluster 2022-04-26T04:37:54.501587+0000 mgr.smithi136.ofnrfx (mgr.14188) 3653 : cluster [DBG] pgmap v3410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:57.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:37:57.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:37:57.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:37:57.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:37:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:58 smithi145 bash[13673]: cluster 2022-04-26T04:37:56.502224+0000 mgr.smithi136.ofnrfx (mgr.14188) 3654 : cluster [DBG] pgmap v3411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:37:58 smithi145 bash[13673]: audit 2022-04-26T04:37:57.931479+0000 mon.smithi136 (mon.0) 2588 : audit [DBG] from='client.? 172.21.15.136:0/2411156634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:37:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:58 smithi136 bash[11745]: cluster 2022-04-26T04:37:56.502224+0000 mgr.smithi136.ofnrfx (mgr.14188) 3654 : cluster [DBG] pgmap v3411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:37:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:37:58 smithi136 bash[11745]: audit 2022-04-26T04:37:57.931479+0000 mon.smithi136 (mon.0) 2588 : audit [DBG] from='client.? 172.21.15.136:0/2411156634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:00 smithi136 bash[11745]: cluster 2022-04-26T04:37:58.502855+0000 mgr.smithi136.ofnrfx (mgr.14188) 3655 : cluster [DBG] pgmap v3412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:00 smithi145 bash[13673]: cluster 2022-04-26T04:37:58.502855+0000 mgr.smithi136.ofnrfx (mgr.14188) 3655 : cluster [DBG] pgmap v3412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:02 smithi136 bash[11745]: cluster 2022-04-26T04:38:00.503585+0000 mgr.smithi136.ofnrfx (mgr.14188) 3656 : cluster [DBG] pgmap v3413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:02 smithi145 bash[13673]: cluster 2022-04-26T04:38:00.503585+0000 mgr.smithi136.ofnrfx (mgr.14188) 3656 : cluster [DBG] pgmap v3413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:02.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:02.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:02.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:03.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:03 smithi136 bash[11745]: audit 2022-04-26T04:38:02.335654+0000 mon.smithi136 (mon.0) 2589 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:38:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:03 smithi136 bash[11745]: audit 2022-04-26T04:38:02.338920+0000 mon.smithi136 (mon.0) 2590 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:38:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:03 smithi136 bash[11745]: audit 2022-04-26T04:38:03.257883+0000 mon.smithi136 (mon.0) 2591 : audit [DBG] from='client.? 172.21.15.136:0/2440214835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:03 smithi145 bash[13673]: audit 2022-04-26T04:38:02.335654+0000 mon.smithi136 (mon.0) 2589 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:38:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:03 smithi145 bash[13673]: audit 2022-04-26T04:38:02.338920+0000 mon.smithi136 (mon.0) 2590 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:38:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:03 smithi145 bash[13673]: audit 2022-04-26T04:38:03.257883+0000 mon.smithi136 (mon.0) 2591 : audit [DBG] from='client.? 172.21.15.136:0/2440214835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:04 smithi136 bash[11745]: cluster 2022-04-26T04:38:02.504250+0000 mgr.smithi136.ofnrfx (mgr.14188) 3657 : cluster [DBG] pgmap v3414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:04 smithi145 bash[13673]: cluster 2022-04-26T04:38:02.504250+0000 mgr.smithi136.ofnrfx (mgr.14188) 3657 : cluster [DBG] pgmap v3414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:06 smithi136 bash[11745]: cluster 2022-04-26T04:38:04.504899+0000 mgr.smithi136.ofnrfx (mgr.14188) 3658 : cluster [DBG] pgmap v3415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:06 smithi145 bash[13673]: cluster 2022-04-26T04:38:04.504899+0000 mgr.smithi136.ofnrfx (mgr.14188) 3658 : cluster [DBG] pgmap v3415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:08.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:08.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:08.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:08 smithi145 bash[13673]: cluster 2022-04-26T04:38:06.505477+0000 mgr.smithi136.ofnrfx (mgr.14188) 3659 : cluster [DBG] pgmap v3416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:08 smithi136 bash[11745]: cluster 2022-04-26T04:38:06.505477+0000 mgr.smithi136.ofnrfx (mgr.14188) 3659 : cluster [DBG] pgmap v3416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:08.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:09 smithi136 bash[11745]: audit 2022-04-26T04:38:08.585984+0000 mon.smithi136 (mon.0) 2592 : audit [DBG] from='client.? 172.21.15.136:0/4127846775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:09 smithi145 bash[13673]: audit 2022-04-26T04:38:08.585984+0000 mon.smithi136 (mon.0) 2592 : audit [DBG] from='client.? 172.21.15.136:0/4127846775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:10 smithi136 bash[11745]: cluster 2022-04-26T04:38:08.505914+0000 mgr.smithi136.ofnrfx (mgr.14188) 3660 : cluster [DBG] pgmap v3417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:10 smithi145 bash[13673]: cluster 2022-04-26T04:38:08.505914+0000 mgr.smithi136.ofnrfx (mgr.14188) 3660 : cluster [DBG] pgmap v3417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:11 smithi145 bash[13673]: cluster 2022-04-26T04:38:10.506439+0000 mgr.smithi136.ofnrfx (mgr.14188) 3661 : cluster [DBG] pgmap v3418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:11 smithi136 bash[11745]: cluster 2022-04-26T04:38:10.506439+0000 mgr.smithi136.ofnrfx (mgr.14188) 3661 : cluster [DBG] pgmap v3418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:13.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:13.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:13.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:13 smithi145 bash[13673]: cluster 2022-04-26T04:38:12.507116+0000 mgr.smithi136.ofnrfx (mgr.14188) 3662 : cluster [DBG] pgmap v3419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:13.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:13 smithi136 bash[11745]: cluster 2022-04-26T04:38:12.507116+0000 mgr.smithi136.ofnrfx (mgr.14188) 3662 : cluster [DBG] pgmap v3419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:14 smithi145 bash[13673]: audit 2022-04-26T04:38:13.912537+0000 mon.smithi136 (mon.0) 2593 : audit [DBG] from='client.? 172.21.15.136:0/2825577337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:14 smithi136 bash[11745]: audit 2022-04-26T04:38:13.912537+0000 mon.smithi136 (mon.0) 2593 : audit [DBG] from='client.? 172.21.15.136:0/2825577337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:15 smithi136 bash[11745]: cluster 2022-04-26T04:38:14.507777+0000 mgr.smithi136.ofnrfx (mgr.14188) 3663 : cluster [DBG] pgmap v3420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:15 smithi145 bash[13673]: cluster 2022-04-26T04:38:14.507777+0000 mgr.smithi136.ofnrfx (mgr.14188) 3663 : cluster [DBG] pgmap v3420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:17 smithi136 bash[11745]: cluster 2022-04-26T04:38:16.508395+0000 mgr.smithi136.ofnrfx (mgr.14188) 3664 : cluster [DBG] pgmap v3421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:17 smithi145 bash[13673]: cluster 2022-04-26T04:38:16.508395+0000 mgr.smithi136.ofnrfx (mgr.14188) 3664 : cluster [DBG] pgmap v3421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:18.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:18.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:18.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:19.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:20.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:19 smithi136 bash[11745]: cluster 2022-04-26T04:38:18.509046+0000 mgr.smithi136.ofnrfx (mgr.14188) 3665 : cluster [DBG] pgmap v3422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:20.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:19 smithi136 bash[11745]: audit 2022-04-26T04:38:19.250377+0000 mon.smithi136 (mon.0) 2594 : audit [DBG] from='client.? 172.21.15.136:0/4087412273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:19 smithi145 bash[13673]: cluster 2022-04-26T04:38:18.509046+0000 mgr.smithi136.ofnrfx (mgr.14188) 3665 : cluster [DBG] pgmap v3422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:19 smithi145 bash[13673]: audit 2022-04-26T04:38:19.250377+0000 mon.smithi136 (mon.0) 2594 : audit [DBG] from='client.? 172.21.15.136:0/4087412273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:21 smithi136 bash[11745]: cluster 2022-04-26T04:38:20.509690+0000 mgr.smithi136.ofnrfx (mgr.14188) 3666 : cluster [DBG] pgmap v3423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:21 smithi145 bash[13673]: cluster 2022-04-26T04:38:20.509690+0000 mgr.smithi136.ofnrfx (mgr.14188) 3666 : cluster [DBG] pgmap v3423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:24.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:24.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:24.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:23 smithi136 bash[11745]: cluster 2022-04-26T04:38:22.510333+0000 mgr.smithi136.ofnrfx (mgr.14188) 3667 : cluster [DBG] pgmap v3424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:23 smithi145 bash[13673]: cluster 2022-04-26T04:38:22.510333+0000 mgr.smithi136.ofnrfx (mgr.14188) 3667 : cluster [DBG] pgmap v3424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:24.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:24 smithi136 bash[11745]: audit 2022-04-26T04:38:24.581808+0000 mon.smithi136 (mon.0) 2595 : audit [DBG] from='client.? 172.21.15.136:0/439298224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:24 smithi145 bash[13673]: audit 2022-04-26T04:38:24.581808+0000 mon.smithi136 (mon.0) 2595 : audit [DBG] from='client.? 172.21.15.136:0/439298224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:25 smithi136 bash[11745]: cluster 2022-04-26T04:38:24.510943+0000 mgr.smithi136.ofnrfx (mgr.14188) 3668 : cluster [DBG] pgmap v3425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:25 smithi145 bash[13673]: cluster 2022-04-26T04:38:24.510943+0000 mgr.smithi136.ofnrfx (mgr.14188) 3668 : cluster [DBG] pgmap v3425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:28 smithi136 bash[11745]: cluster 2022-04-26T04:38:26.511690+0000 mgr.smithi136.ofnrfx (mgr.14188) 3669 : cluster [DBG] pgmap v3426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:28 smithi145 bash[13673]: cluster 2022-04-26T04:38:26.511690+0000 mgr.smithi136.ofnrfx (mgr.14188) 3669 : cluster [DBG] pgmap v3426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:29.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:29.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:29.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:29.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:30.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:30 smithi136 bash[11745]: cluster 2022-04-26T04:38:28.512337+0000 mgr.smithi136.ofnrfx (mgr.14188) 3670 : cluster [DBG] pgmap v3427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:30.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:30 smithi136 bash[11745]: audit 2022-04-26T04:38:29.911942+0000 mon.smithi136 (mon.0) 2596 : audit [DBG] from='client.? 172.21.15.136:0/1628717184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:30 smithi145 bash[13673]: cluster 2022-04-26T04:38:28.512337+0000 mgr.smithi136.ofnrfx (mgr.14188) 3670 : cluster [DBG] pgmap v3427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:30 smithi145 bash[13673]: audit 2022-04-26T04:38:29.911942+0000 mon.smithi136 (mon.0) 2596 : audit [DBG] from='client.? 172.21.15.136:0/1628717184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:32 smithi136 bash[11745]: cluster 2022-04-26T04:38:30.512945+0000 mgr.smithi136.ofnrfx (mgr.14188) 3671 : cluster [DBG] pgmap v3428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:32 smithi145 bash[13673]: cluster 2022-04-26T04:38:30.512945+0000 mgr.smithi136.ofnrfx (mgr.14188) 3671 : cluster [DBG] pgmap v3428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:34 smithi136 bash[11745]: cluster 2022-04-26T04:38:32.513733+0000 mgr.smithi136.ofnrfx (mgr.14188) 3672 : cluster [DBG] pgmap v3429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:34 smithi145 bash[13673]: cluster 2022-04-26T04:38:32.513733+0000 mgr.smithi136.ofnrfx (mgr.14188) 3672 : cluster [DBG] pgmap v3429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:34.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:34.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:34.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:35.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:36 smithi136 bash[11745]: cluster 2022-04-26T04:38:34.514514+0000 mgr.smithi136.ofnrfx (mgr.14188) 3673 : cluster [DBG] pgmap v3430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:36 smithi136 bash[11745]: audit 2022-04-26T04:38:35.247103+0000 mon.smithi136 (mon.0) 2597 : audit [DBG] from='client.? 172.21.15.136:0/275424695' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:36 smithi145 bash[13673]: cluster 2022-04-26T04:38:34.514514+0000 mgr.smithi136.ofnrfx (mgr.14188) 3673 : cluster [DBG] pgmap v3430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:36.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:36 smithi145 bash[13673]: audit 2022-04-26T04:38:35.247103+0000 mon.smithi136 (mon.0) 2597 : audit [DBG] from='client.? 172.21.15.136:0/275424695' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:38 smithi136 bash[11745]: cluster 2022-04-26T04:38:36.515231+0000 mgr.smithi136.ofnrfx (mgr.14188) 3674 : cluster [DBG] pgmap v3431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:38 smithi145 bash[13673]: cluster 2022-04-26T04:38:36.515231+0000 mgr.smithi136.ofnrfx (mgr.14188) 3674 : cluster [DBG] pgmap v3431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:40.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:40.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:40.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:40 smithi136 bash[11745]: cluster 2022-04-26T04:38:38.515958+0000 mgr.smithi136.ofnrfx (mgr.14188) 3675 : cluster [DBG] pgmap v3432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:40 smithi145 bash[13673]: cluster 2022-04-26T04:38:38.515958+0000 mgr.smithi136.ofnrfx (mgr.14188) 3675 : cluster [DBG] pgmap v3432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:40.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:41 smithi136 bash[11745]: audit 2022-04-26T04:38:40.578603+0000 mon.smithi136 (mon.0) 2598 : audit [DBG] from='client.? 172.21.15.136:0/4177286250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:41 smithi145 bash[13673]: audit 2022-04-26T04:38:40.578603+0000 mon.smithi136 (mon.0) 2598 : audit [DBG] from='client.? 172.21.15.136:0/4177286250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:42 smithi136 bash[11745]: cluster 2022-04-26T04:38:40.516554+0000 mgr.smithi136.ofnrfx (mgr.14188) 3676 : cluster [DBG] pgmap v3433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:42 smithi145 bash[13673]: cluster 2022-04-26T04:38:40.516554+0000 mgr.smithi136.ofnrfx (mgr.14188) 3676 : cluster [DBG] pgmap v3433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:44 smithi136 bash[11745]: cluster 2022-04-26T04:38:42.517239+0000 mgr.smithi136.ofnrfx (mgr.14188) 3677 : cluster [DBG] pgmap v3434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:44 smithi145 bash[13673]: cluster 2022-04-26T04:38:42.517239+0000 mgr.smithi136.ofnrfx (mgr.14188) 3677 : cluster [DBG] pgmap v3434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:45.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:45.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:45.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:45.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:46 smithi136 bash[11745]: cluster 2022-04-26T04:38:44.517894+0000 mgr.smithi136.ofnrfx (mgr.14188) 3678 : cluster [DBG] pgmap v3435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:46 smithi136 bash[11745]: audit 2022-04-26T04:38:45.908398+0000 mon.smithi136 (mon.0) 2599 : audit [DBG] from='client.? 172.21.15.136:0/1070177355' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:46 smithi145 bash[13673]: cluster 2022-04-26T04:38:44.517894+0000 mgr.smithi136.ofnrfx (mgr.14188) 3678 : cluster [DBG] pgmap v3435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:46 smithi145 bash[13673]: audit 2022-04-26T04:38:45.908398+0000 mon.smithi136 (mon.0) 2599 : audit [DBG] from='client.? 172.21.15.136:0/1070177355' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:47 smithi136 bash[11745]: audit 2022-04-26T04:38:46.524115+0000 mon.smithi136 (mon.0) 2600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:38:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:47 smithi136 bash[11745]: audit 2022-04-26T04:38:46.527026+0000 mon.smithi136 (mon.0) 2601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:38:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:47 smithi136 bash[11745]: audit 2022-04-26T04:38:46.529139+0000 mon.smithi136 (mon.0) 2602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:38:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:47 smithi136 bash[11745]: audit 2022-04-26T04:38:46.866487+0000 mon.smithi136 (mon.0) 2603 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:38:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:47 smithi136 bash[11745]: audit 2022-04-26T04:38:46.872756+0000 mon.smithi136 (mon.0) 2604 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:38:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:47 smithi145 bash[13673]: audit 2022-04-26T04:38:46.524115+0000 mon.smithi136 (mon.0) 2600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:38:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:47 smithi145 bash[13673]: audit 2022-04-26T04:38:46.527026+0000 mon.smithi136 (mon.0) 2601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:38:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:47 smithi145 bash[13673]: audit 2022-04-26T04:38:46.529139+0000 mon.smithi136 (mon.0) 2602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:38:47.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:47 smithi145 bash[13673]: audit 2022-04-26T04:38:46.866487+0000 mon.smithi136 (mon.0) 2603 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:38:47.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:47 smithi145 bash[13673]: audit 2022-04-26T04:38:46.872756+0000 mon.smithi136 (mon.0) 2604 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:38:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:48 smithi145 bash[13673]: cluster 2022-04-26T04:38:46.518535+0000 mgr.smithi136.ofnrfx (mgr.14188) 3679 : cluster [DBG] pgmap v3436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:48 smithi145 bash[13673]: cluster 2022-04-26T04:38:46.860881+0000 mgr.smithi136.ofnrfx (mgr.14188) 3680 : cluster [DBG] pgmap v3437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:48 smithi145 bash[13673]: cluster 2022-04-26T04:38:46.861327+0000 mgr.smithi136.ofnrfx (mgr.14188) 3681 : cluster [DBG] pgmap v3438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:48 smithi145 bash[13673]: cephadm 2022-04-26T04:38:46.873893+0000 mgr.smithi136.ofnrfx (mgr.14188) 3682 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:38:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:48 smithi145 bash[13673]: cephadm 2022-04-26T04:38:46.874004+0000 mgr.smithi136.ofnrfx (mgr.14188) 3683 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:38:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:48 smithi136 bash[11745]: cluster 2022-04-26T04:38:46.518535+0000 mgr.smithi136.ofnrfx (mgr.14188) 3679 : cluster [DBG] pgmap v3436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:48 smithi136 bash[11745]: cluster 2022-04-26T04:38:46.860881+0000 mgr.smithi136.ofnrfx (mgr.14188) 3680 : cluster [DBG] pgmap v3437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:48 smithi136 bash[11745]: cluster 2022-04-26T04:38:46.861327+0000 mgr.smithi136.ofnrfx (mgr.14188) 3681 : cluster [DBG] pgmap v3438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:48 smithi136 bash[11745]: cephadm 2022-04-26T04:38:46.873893+0000 mgr.smithi136.ofnrfx (mgr.14188) 3682 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:38:48.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:48 smithi136 bash[11745]: cephadm 2022-04-26T04:38:46.874004+0000 mgr.smithi136.ofnrfx (mgr.14188) 3683 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:38:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:50 smithi145 bash[13673]: cluster 2022-04-26T04:38:48.861925+0000 mgr.smithi136.ofnrfx (mgr.14188) 3684 : cluster [DBG] pgmap v3439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:50 smithi136 bash[11745]: cluster 2022-04-26T04:38:48.861925+0000 mgr.smithi136.ofnrfx (mgr.14188) 3684 : cluster [DBG] pgmap v3439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:50.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:50.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:50.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:51.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:52 smithi145 bash[13673]: cluster 2022-04-26T04:38:50.862683+0000 mgr.smithi136.ofnrfx (mgr.14188) 3685 : cluster [DBG] pgmap v3440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:52 smithi145 bash[13673]: audit 2022-04-26T04:38:51.236540+0000 mon.smithi136 (mon.0) 2605 : audit [DBG] from='client.? 172.21.15.136:0/173582901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:52 smithi136 bash[11745]: cluster 2022-04-26T04:38:50.862683+0000 mgr.smithi136.ofnrfx (mgr.14188) 3685 : cluster [DBG] pgmap v3440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:52 smithi136 bash[11745]: audit 2022-04-26T04:38:51.236540+0000 mon.smithi136 (mon.0) 2605 : audit [DBG] from='client.? 172.21.15.136:0/173582901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:54 smithi145 bash[13673]: cluster 2022-04-26T04:38:52.863426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3686 : cluster [DBG] pgmap v3441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:54 smithi136 bash[11745]: cluster 2022-04-26T04:38:52.863426+0000 mgr.smithi136.ofnrfx (mgr.14188) 3686 : cluster [DBG] pgmap v3441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:56.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:38:56.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:38:56.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:38:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:56 smithi145 bash[13673]: cluster 2022-04-26T04:38:54.864195+0000 mgr.smithi136.ofnrfx (mgr.14188) 3687 : cluster [DBG] pgmap v3442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:56 smithi136 bash[11745]: cluster 2022-04-26T04:38:54.864195+0000 mgr.smithi136.ofnrfx (mgr.14188) 3687 : cluster [DBG] pgmap v3442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:56.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:38:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:57 smithi145 bash[13673]: audit 2022-04-26T04:38:56.563098+0000 mon.smithi136 (mon.0) 2606 : audit [DBG] from='client.? 172.21.15.136:0/2586536931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:57 smithi136 bash[11745]: audit 2022-04-26T04:38:56.563098+0000 mon.smithi136 (mon.0) 2606 : audit [DBG] from='client.? 172.21.15.136:0/2586536931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:38:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:38:58 smithi145 bash[13673]: cluster 2022-04-26T04:38:56.864898+0000 mgr.smithi136.ofnrfx (mgr.14188) 3688 : cluster [DBG] pgmap v3443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:38:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:38:58 smithi136 bash[11745]: cluster 2022-04-26T04:38:56.864898+0000 mgr.smithi136.ofnrfx (mgr.14188) 3688 : cluster [DBG] pgmap v3443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:00 smithi145 bash[13673]: cluster 2022-04-26T04:38:58.865477+0000 mgr.smithi136.ofnrfx (mgr.14188) 3689 : cluster [DBG] pgmap v3444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:00 smithi136 bash[11745]: cluster 2022-04-26T04:38:58.865477+0000 mgr.smithi136.ofnrfx (mgr.14188) 3689 : cluster [DBG] pgmap v3444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:01.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:01.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:01.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:01.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:02 smithi145 bash[13673]: cluster 2022-04-26T04:39:00.866094+0000 mgr.smithi136.ofnrfx (mgr.14188) 3690 : cluster [DBG] pgmap v3445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:02 smithi145 bash[13673]: audit 2022-04-26T04:39:01.888596+0000 mon.smithi136 (mon.0) 2607 : audit [DBG] from='client.? 172.21.15.136:0/1274629226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:02 smithi136 bash[11745]: cluster 2022-04-26T04:39:00.866094+0000 mgr.smithi136.ofnrfx (mgr.14188) 3690 : cluster [DBG] pgmap v3445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:02 smithi136 bash[11745]: audit 2022-04-26T04:39:01.888596+0000 mon.smithi136 (mon.0) 2607 : audit [DBG] from='client.? 172.21.15.136:0/1274629226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:03 smithi145 bash[13673]: audit 2022-04-26T04:39:02.339422+0000 mon.smithi136 (mon.0) 2608 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:39:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:03 smithi145 bash[13673]: audit 2022-04-26T04:39:02.343409+0000 mon.smithi136 (mon.0) 2609 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:39:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:03 smithi136 bash[11745]: audit 2022-04-26T04:39:02.339422+0000 mon.smithi136 (mon.0) 2608 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:39:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:03 smithi136 bash[11745]: audit 2022-04-26T04:39:02.343409+0000 mon.smithi136 (mon.0) 2609 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:39:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:04 smithi145 bash[13673]: cluster 2022-04-26T04:39:02.866689+0000 mgr.smithi136.ofnrfx (mgr.14188) 3691 : cluster [DBG] pgmap v3446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:04 smithi136 bash[11745]: cluster 2022-04-26T04:39:02.866689+0000 mgr.smithi136.ofnrfx (mgr.14188) 3691 : cluster [DBG] pgmap v3446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:06 smithi145 bash[13673]: cluster 2022-04-26T04:39:04.867279+0000 mgr.smithi136.ofnrfx (mgr.14188) 3692 : cluster [DBG] pgmap v3447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:06 smithi136 bash[11745]: cluster 2022-04-26T04:39:04.867279+0000 mgr.smithi136.ofnrfx (mgr.14188) 3692 : cluster [DBG] pgmap v3447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:06.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:06.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:06.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:07.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:08 smithi145 bash[13673]: cluster 2022-04-26T04:39:06.867896+0000 mgr.smithi136.ofnrfx (mgr.14188) 3693 : cluster [DBG] pgmap v3448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:08 smithi145 bash[13673]: audit 2022-04-26T04:39:07.218582+0000 mon.smithi136 (mon.0) 2610 : audit [DBG] from='client.? 172.21.15.136:0/2054515271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:08 smithi136 bash[11745]: cluster 2022-04-26T04:39:06.867896+0000 mgr.smithi136.ofnrfx (mgr.14188) 3693 : cluster [DBG] pgmap v3448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:08 smithi136 bash[11745]: audit 2022-04-26T04:39:07.218582+0000 mon.smithi136 (mon.0) 2610 : audit [DBG] from='client.? 172.21.15.136:0/2054515271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:10 smithi145 bash[13673]: cluster 2022-04-26T04:39:08.868481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3694 : cluster [DBG] pgmap v3449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:10 smithi136 bash[11745]: cluster 2022-04-26T04:39:08.868481+0000 mgr.smithi136.ofnrfx (mgr.14188) 3694 : cluster [DBG] pgmap v3449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:12.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:12.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:12.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:12 smithi145 bash[13673]: cluster 2022-04-26T04:39:10.869185+0000 mgr.smithi136.ofnrfx (mgr.14188) 3695 : cluster [DBG] pgmap v3450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:12 smithi136 bash[11745]: cluster 2022-04-26T04:39:10.869185+0000 mgr.smithi136.ofnrfx (mgr.14188) 3695 : cluster [DBG] pgmap v3450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:12.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:13 smithi145 bash[13673]: audit 2022-04-26T04:39:12.544887+0000 mon.smithi136 (mon.0) 2611 : audit [DBG] from='client.? 172.21.15.136:0/1932096003' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:13 smithi136 bash[11745]: audit 2022-04-26T04:39:12.544887+0000 mon.smithi136 (mon.0) 2611 : audit [DBG] from='client.? 172.21.15.136:0/1932096003' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:14 smithi145 bash[13673]: cluster 2022-04-26T04:39:12.869908+0000 mgr.smithi136.ofnrfx (mgr.14188) 3696 : cluster [DBG] pgmap v3451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:14 smithi136 bash[11745]: cluster 2022-04-26T04:39:12.869908+0000 mgr.smithi136.ofnrfx (mgr.14188) 3696 : cluster [DBG] pgmap v3451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:16 smithi145 bash[13673]: cluster 2022-04-26T04:39:14.870591+0000 mgr.smithi136.ofnrfx (mgr.14188) 3697 : cluster [DBG] pgmap v3452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:16 smithi136 bash[11745]: cluster 2022-04-26T04:39:14.870591+0000 mgr.smithi136.ofnrfx (mgr.14188) 3697 : cluster [DBG] pgmap v3452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:17.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:17.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:17.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:17.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:18 smithi145 bash[13673]: cluster 2022-04-26T04:39:16.871203+0000 mgr.smithi136.ofnrfx (mgr.14188) 3698 : cluster [DBG] pgmap v3453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:18 smithi145 bash[13673]: audit 2022-04-26T04:39:17.876897+0000 mon.smithi136 (mon.0) 2612 : audit [DBG] from='client.? 172.21.15.136:0/4031982042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:18 smithi136 bash[11745]: cluster 2022-04-26T04:39:16.871203+0000 mgr.smithi136.ofnrfx (mgr.14188) 3698 : cluster [DBG] pgmap v3453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:18 smithi136 bash[11745]: audit 2022-04-26T04:39:17.876897+0000 mon.smithi136 (mon.0) 2612 : audit [DBG] from='client.? 172.21.15.136:0/4031982042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:20 smithi136 bash[11745]: cluster 2022-04-26T04:39:18.871839+0000 mgr.smithi136.ofnrfx (mgr.14188) 3699 : cluster [DBG] pgmap v3454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:20 smithi145 bash[13673]: cluster 2022-04-26T04:39:18.871839+0000 mgr.smithi136.ofnrfx (mgr.14188) 3699 : cluster [DBG] pgmap v3454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:22 smithi136 bash[11745]: cluster 2022-04-26T04:39:20.872494+0000 mgr.smithi136.ofnrfx (mgr.14188) 3700 : cluster [DBG] pgmap v3455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:22 smithi145 bash[13673]: cluster 2022-04-26T04:39:20.872494+0000 mgr.smithi136.ofnrfx (mgr.14188) 3700 : cluster [DBG] pgmap v3455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:22.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:22.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:22.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:23.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:24 smithi136 bash[11745]: cluster 2022-04-26T04:39:22.873084+0000 mgr.smithi136.ofnrfx (mgr.14188) 3701 : cluster [DBG] pgmap v3456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:24 smithi136 bash[11745]: audit 2022-04-26T04:39:23.210048+0000 mon.smithi136 (mon.0) 2613 : audit [DBG] from='client.? 172.21.15.136:0/2038266363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:24 smithi145 bash[13673]: cluster 2022-04-26T04:39:22.873084+0000 mgr.smithi136.ofnrfx (mgr.14188) 3701 : cluster [DBG] pgmap v3456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:24 smithi145 bash[13673]: audit 2022-04-26T04:39:23.210048+0000 mon.smithi136 (mon.0) 2613 : audit [DBG] from='client.? 172.21.15.136:0/2038266363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:26 smithi136 bash[11745]: cluster 2022-04-26T04:39:24.873663+0000 mgr.smithi136.ofnrfx (mgr.14188) 3702 : cluster [DBG] pgmap v3457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:26 smithi145 bash[13673]: cluster 2022-04-26T04:39:24.873663+0000 mgr.smithi136.ofnrfx (mgr.14188) 3702 : cluster [DBG] pgmap v3457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:28 smithi145 bash[13673]: cluster 2022-04-26T04:39:26.874243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3703 : cluster [DBG] pgmap v3458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:28.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:28 smithi136 bash[11745]: cluster 2022-04-26T04:39:26.874243+0000 mgr.smithi136.ofnrfx (mgr.14188) 3703 : cluster [DBG] pgmap v3458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:29 smithi136 bash[11745]: audit 2022-04-26T04:39:28.532589+0000 mon.smithi136 (mon.0) 2614 : audit [DBG] from='client.? 172.21.15.136:0/28715815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:29 smithi145 bash[13673]: audit 2022-04-26T04:39:28.532589+0000 mon.smithi136 (mon.0) 2614 : audit [DBG] from='client.? 172.21.15.136:0/28715815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:30 smithi136 bash[11745]: cluster 2022-04-26T04:39:28.874898+0000 mgr.smithi136.ofnrfx (mgr.14188) 3704 : cluster [DBG] pgmap v3459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:30 smithi145 bash[13673]: cluster 2022-04-26T04:39:28.874898+0000 mgr.smithi136.ofnrfx (mgr.14188) 3704 : cluster [DBG] pgmap v3459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:32 smithi136 bash[11745]: cluster 2022-04-26T04:39:30.875559+0000 mgr.smithi136.ofnrfx (mgr.14188) 3705 : cluster [DBG] pgmap v3460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:32 smithi145 bash[13673]: cluster 2022-04-26T04:39:30.875559+0000 mgr.smithi136.ofnrfx (mgr.14188) 3705 : cluster [DBG] pgmap v3460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:33.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:33.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:33.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:33.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:34 smithi136 bash[11745]: cluster 2022-04-26T04:39:32.876252+0000 mgr.smithi136.ofnrfx (mgr.14188) 3706 : cluster [DBG] pgmap v3461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:34 smithi136 bash[11745]: audit 2022-04-26T04:39:33.864028+0000 mon.smithi136 (mon.0) 2615 : audit [DBG] from='client.? 172.21.15.136:0/1305718680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:34 smithi145 bash[13673]: cluster 2022-04-26T04:39:32.876252+0000 mgr.smithi136.ofnrfx (mgr.14188) 3706 : cluster [DBG] pgmap v3461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:34 smithi145 bash[13673]: audit 2022-04-26T04:39:33.864028+0000 mon.smithi136 (mon.0) 2615 : audit [DBG] from='client.? 172.21.15.136:0/1305718680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:36 smithi136 bash[11745]: cluster 2022-04-26T04:39:34.876985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3707 : cluster [DBG] pgmap v3462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:36 smithi145 bash[13673]: cluster 2022-04-26T04:39:34.876985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3707 : cluster [DBG] pgmap v3462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:38 smithi145 bash[13673]: cluster 2022-04-26T04:39:36.877752+0000 mgr.smithi136.ofnrfx (mgr.14188) 3708 : cluster [DBG] pgmap v3463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:38 smithi136 bash[11745]: cluster 2022-04-26T04:39:36.877752+0000 mgr.smithi136.ofnrfx (mgr.14188) 3708 : cluster [DBG] pgmap v3463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:38.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:38.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:38.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:39.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:39 smithi136 bash[11745]: audit 2022-04-26T04:39:39.194377+0000 mon.smithi136 (mon.0) 2616 : audit [DBG] from='client.? 172.21.15.136:0/4077700402' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:39 smithi145 bash[13673]: audit 2022-04-26T04:39:39.194377+0000 mon.smithi136 (mon.0) 2616 : audit [DBG] from='client.? 172.21.15.136:0/4077700402' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:40 smithi136 bash[11745]: cluster 2022-04-26T04:39:38.878496+0000 mgr.smithi136.ofnrfx (mgr.14188) 3709 : cluster [DBG] pgmap v3464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:40 smithi145 bash[13673]: cluster 2022-04-26T04:39:38.878496+0000 mgr.smithi136.ofnrfx (mgr.14188) 3709 : cluster [DBG] pgmap v3464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:42 smithi136 bash[11745]: cluster 2022-04-26T04:39:40.879181+0000 mgr.smithi136.ofnrfx (mgr.14188) 3710 : cluster [DBG] pgmap v3465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:42 smithi145 bash[13673]: cluster 2022-04-26T04:39:40.879181+0000 mgr.smithi136.ofnrfx (mgr.14188) 3710 : cluster [DBG] pgmap v3465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:44.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:44.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:44.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:44.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:44 smithi136 bash[11745]: cluster 2022-04-26T04:39:42.879860+0000 mgr.smithi136.ofnrfx (mgr.14188) 3711 : cluster [DBG] pgmap v3466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:44 smithi145 bash[13673]: cluster 2022-04-26T04:39:42.879860+0000 mgr.smithi136.ofnrfx (mgr.14188) 3711 : cluster [DBG] pgmap v3466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:45 smithi136 bash[11745]: audit 2022-04-26T04:39:44.527978+0000 mon.smithi136 (mon.0) 2617 : audit [DBG] from='client.? 172.21.15.136:0/884145298' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:45 smithi145 bash[13673]: audit 2022-04-26T04:39:44.527978+0000 mon.smithi136 (mon.0) 2617 : audit [DBG] from='client.? 172.21.15.136:0/884145298' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:46 smithi136 bash[11745]: cluster 2022-04-26T04:39:44.880480+0000 mgr.smithi136.ofnrfx (mgr.14188) 3712 : cluster [DBG] pgmap v3467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:46 smithi145 bash[13673]: cluster 2022-04-26T04:39:44.880480+0000 mgr.smithi136.ofnrfx (mgr.14188) 3712 : cluster [DBG] pgmap v3467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:47 smithi136 bash[11745]: audit 2022-04-26T04:39:46.882301+0000 mon.smithi136 (mon.0) 2618 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:47 smithi136 bash[11745]: audit 2022-04-26T04:39:46.885070+0000 mon.smithi136 (mon.0) 2619 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:47 smithi136 bash[11745]: audit 2022-04-26T04:39:46.886908+0000 mon.smithi136 (mon.0) 2620 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:47 smithi136 bash[11745]: audit 2022-04-26T04:39:47.216804+0000 mon.smithi136 (mon.0) 2621 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:47 smithi136 bash[11745]: audit 2022-04-26T04:39:47.225384+0000 mon.smithi136 (mon.0) 2622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:39:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:47 smithi145 bash[13673]: audit 2022-04-26T04:39:46.882301+0000 mon.smithi136 (mon.0) 2618 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:39:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:47 smithi145 bash[13673]: audit 2022-04-26T04:39:46.885070+0000 mon.smithi136 (mon.0) 2619 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:39:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:47 smithi145 bash[13673]: audit 2022-04-26T04:39:46.886908+0000 mon.smithi136 (mon.0) 2620 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:39:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:47 smithi145 bash[13673]: audit 2022-04-26T04:39:47.216804+0000 mon.smithi136 (mon.0) 2621 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:39:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:47 smithi145 bash[13673]: audit 2022-04-26T04:39:47.225384+0000 mon.smithi136 (mon.0) 2622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:39:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:48 smithi145 bash[13673]: cluster 2022-04-26T04:39:46.881110+0000 mgr.smithi136.ofnrfx (mgr.14188) 3713 : cluster [DBG] pgmap v3468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:48 smithi145 bash[13673]: cluster 2022-04-26T04:39:47.210172+0000 mgr.smithi136.ofnrfx (mgr.14188) 3714 : cluster [DBG] pgmap v3469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:48 smithi145 bash[13673]: cluster 2022-04-26T04:39:47.210490+0000 mgr.smithi136.ofnrfx (mgr.14188) 3715 : cluster [DBG] pgmap v3470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:48 smithi145 bash[13673]: cephadm 2022-04-26T04:39:47.226680+0000 mgr.smithi136.ofnrfx (mgr.14188) 3716 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:39:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:48 smithi145 bash[13673]: cephadm 2022-04-26T04:39:47.226864+0000 mgr.smithi136.ofnrfx (mgr.14188) 3717 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:39:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:48 smithi136 bash[11745]: cluster 2022-04-26T04:39:46.881110+0000 mgr.smithi136.ofnrfx (mgr.14188) 3713 : cluster [DBG] pgmap v3468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:48 smithi136 bash[11745]: cluster 2022-04-26T04:39:47.210172+0000 mgr.smithi136.ofnrfx (mgr.14188) 3714 : cluster [DBG] pgmap v3469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:48 smithi136 bash[11745]: cluster 2022-04-26T04:39:47.210490+0000 mgr.smithi136.ofnrfx (mgr.14188) 3715 : cluster [DBG] pgmap v3470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:48 smithi136 bash[11745]: cephadm 2022-04-26T04:39:47.226680+0000 mgr.smithi136.ofnrfx (mgr.14188) 3716 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:39:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:48 smithi136 bash[11745]: cephadm 2022-04-26T04:39:47.226864+0000 mgr.smithi136.ofnrfx (mgr.14188) 3717 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:39:49.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:49.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:49.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:49.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:50 smithi136 bash[11745]: cluster 2022-04-26T04:39:49.211047+0000 mgr.smithi136.ofnrfx (mgr.14188) 3718 : cluster [DBG] pgmap v3471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:50 smithi136 bash[11745]: audit 2022-04-26T04:39:49.856205+0000 mon.smithi136 (mon.0) 2623 : audit [DBG] from='client.? 172.21.15.136:0/2193959467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:50 smithi145 bash[13673]: cluster 2022-04-26T04:39:49.211047+0000 mgr.smithi136.ofnrfx (mgr.14188) 3718 : cluster [DBG] pgmap v3471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:50 smithi145 bash[13673]: audit 2022-04-26T04:39:49.856205+0000 mon.smithi136 (mon.0) 2623 : audit [DBG] from='client.? 172.21.15.136:0/2193959467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:52 smithi136 bash[11745]: cluster 2022-04-26T04:39:51.211658+0000 mgr.smithi136.ofnrfx (mgr.14188) 3719 : cluster [DBG] pgmap v3472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:52 smithi145 bash[13673]: cluster 2022-04-26T04:39:51.211658+0000 mgr.smithi136.ofnrfx (mgr.14188) 3719 : cluster [DBG] pgmap v3472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:54 smithi136 bash[11745]: cluster 2022-04-26T04:39:53.212378+0000 mgr.smithi136.ofnrfx (mgr.14188) 3720 : cluster [DBG] pgmap v3473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:54 smithi145 bash[13673]: cluster 2022-04-26T04:39:53.212378+0000 mgr.smithi136.ofnrfx (mgr.14188) 3720 : cluster [DBG] pgmap v3473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:54.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:39:54.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:39:54.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:39:55.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:39:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:56 smithi136 bash[11745]: audit 2022-04-26T04:39:55.186325+0000 mon.smithi136 (mon.0) 2624 : audit [DBG] from='client.? 172.21.15.136:0/166243906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:56 smithi136 bash[11745]: cluster 2022-04-26T04:39:55.212928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3721 : cluster [DBG] pgmap v3474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:56.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:56 smithi145 bash[13673]: audit 2022-04-26T04:39:55.186325+0000 mon.smithi136 (mon.0) 2624 : audit [DBG] from='client.? 172.21.15.136:0/166243906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:39:56.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:56 smithi145 bash[13673]: cluster 2022-04-26T04:39:55.212928+0000 mgr.smithi136.ofnrfx (mgr.14188) 3721 : cluster [DBG] pgmap v3474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:39:58 smithi145 bash[13673]: cluster 2022-04-26T04:39:57.213537+0000 mgr.smithi136.ofnrfx (mgr.14188) 3722 : cluster [DBG] pgmap v3475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:39:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:39:58 smithi136 bash[11745]: cluster 2022-04-26T04:39:57.213537+0000 mgr.smithi136.ofnrfx (mgr.14188) 3722 : cluster [DBG] pgmap v3475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:00.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:00.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:00.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:00.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:00 smithi136 bash[11745]: cluster 2022-04-26T04:39:59.214164+0000 mgr.smithi136.ofnrfx (mgr.14188) 3723 : cluster [DBG] pgmap v3476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:00 smithi136 bash[11745]: cluster 2022-04-26T04:40:00.000124+0000 mon.smithi136 (mon.0) 2625 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:40:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:00 smithi145 bash[13673]: cluster 2022-04-26T04:39:59.214164+0000 mgr.smithi136.ofnrfx (mgr.14188) 3723 : cluster [DBG] pgmap v3476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:00 smithi145 bash[13673]: cluster 2022-04-26T04:40:00.000124+0000 mon.smithi136 (mon.0) 2625 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:40:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:01 smithi136 bash[11745]: audit 2022-04-26T04:40:00.517498+0000 mon.smithi136 (mon.0) 2626 : audit [DBG] from='client.? 172.21.15.136:0/3380912632' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:01 smithi145 bash[13673]: audit 2022-04-26T04:40:00.517498+0000 mon.smithi136 (mon.0) 2626 : audit [DBG] from='client.? 172.21.15.136:0/3380912632' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:02 smithi136 bash[11745]: cluster 2022-04-26T04:40:01.214781+0000 mgr.smithi136.ofnrfx (mgr.14188) 3724 : cluster [DBG] pgmap v3477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:02 smithi145 bash[13673]: cluster 2022-04-26T04:40:01.214781+0000 mgr.smithi136.ofnrfx (mgr.14188) 3724 : cluster [DBG] pgmap v3477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:03 smithi136 bash[11745]: audit 2022-04-26T04:40:02.344032+0000 mon.smithi136 (mon.0) 2627 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:40:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:03 smithi136 bash[11745]: audit 2022-04-26T04:40:02.347891+0000 mon.smithi136 (mon.0) 2628 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:40:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:03 smithi145 bash[13673]: audit 2022-04-26T04:40:02.344032+0000 mon.smithi136 (mon.0) 2627 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:40:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:03 smithi145 bash[13673]: audit 2022-04-26T04:40:02.347891+0000 mon.smithi136 (mon.0) 2628 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:40:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:04 smithi136 bash[11745]: cluster 2022-04-26T04:40:03.215417+0000 mgr.smithi136.ofnrfx (mgr.14188) 3725 : cluster [DBG] pgmap v3478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:04 smithi145 bash[13673]: cluster 2022-04-26T04:40:03.215417+0000 mgr.smithi136.ofnrfx (mgr.14188) 3725 : cluster [DBG] pgmap v3478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:05.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:05.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:05.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:05.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:06 smithi136 bash[11745]: cluster 2022-04-26T04:40:05.216029+0000 mgr.smithi136.ofnrfx (mgr.14188) 3726 : cluster [DBG] pgmap v3479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:06 smithi136 bash[11745]: audit 2022-04-26T04:40:05.841923+0000 mon.smithi136 (mon.0) 2629 : audit [DBG] from='client.? 172.21.15.136:0/1064084567' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:06 smithi145 bash[13673]: cluster 2022-04-26T04:40:05.216029+0000 mgr.smithi136.ofnrfx (mgr.14188) 3726 : cluster [DBG] pgmap v3479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:06 smithi145 bash[13673]: audit 2022-04-26T04:40:05.841923+0000 mon.smithi136 (mon.0) 2629 : audit [DBG] from='client.? 172.21.15.136:0/1064084567' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:08 smithi145 bash[13673]: cluster 2022-04-26T04:40:07.216774+0000 mgr.smithi136.ofnrfx (mgr.14188) 3727 : cluster [DBG] pgmap v3480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:08 smithi136 bash[11745]: cluster 2022-04-26T04:40:07.216774+0000 mgr.smithi136.ofnrfx (mgr.14188) 3727 : cluster [DBG] pgmap v3480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:10 smithi136 bash[11745]: cluster 2022-04-26T04:40:09.217468+0000 mgr.smithi136.ofnrfx (mgr.14188) 3728 : cluster [DBG] pgmap v3481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:10 smithi145 bash[13673]: cluster 2022-04-26T04:40:09.217468+0000 mgr.smithi136.ofnrfx (mgr.14188) 3728 : cluster [DBG] pgmap v3481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:10.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:10.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:10.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:11.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:11 smithi136 bash[11745]: audit 2022-04-26T04:40:11.174210+0000 mon.smithi136 (mon.0) 2630 : audit [DBG] from='client.? 172.21.15.136:0/1993251924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:11 smithi145 bash[13673]: audit 2022-04-26T04:40:11.174210+0000 mon.smithi136 (mon.0) 2630 : audit [DBG] from='client.? 172.21.15.136:0/1993251924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:12 smithi136 bash[11745]: cluster 2022-04-26T04:40:11.218145+0000 mgr.smithi136.ofnrfx (mgr.14188) 3729 : cluster [DBG] pgmap v3482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:12 smithi145 bash[13673]: cluster 2022-04-26T04:40:11.218145+0000 mgr.smithi136.ofnrfx (mgr.14188) 3729 : cluster [DBG] pgmap v3482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:14 smithi136 bash[11745]: cluster 2022-04-26T04:40:13.218774+0000 mgr.smithi136.ofnrfx (mgr.14188) 3730 : cluster [DBG] pgmap v3483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:14 smithi145 bash[13673]: cluster 2022-04-26T04:40:13.218774+0000 mgr.smithi136.ofnrfx (mgr.14188) 3730 : cluster [DBG] pgmap v3483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:16.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:16.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:16.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:16 smithi136 bash[11745]: cluster 2022-04-26T04:40:15.219418+0000 mgr.smithi136.ofnrfx (mgr.14188) 3731 : cluster [DBG] pgmap v3484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:16 smithi145 bash[13673]: cluster 2022-04-26T04:40:15.219418+0000 mgr.smithi136.ofnrfx (mgr.14188) 3731 : cluster [DBG] pgmap v3484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:16.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:17 smithi136 bash[11745]: audit 2022-04-26T04:40:16.499403+0000 mon.smithi136 (mon.0) 2631 : audit [DBG] from='client.? 172.21.15.136:0/1190007935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:17 smithi145 bash[13673]: audit 2022-04-26T04:40:16.499403+0000 mon.smithi136 (mon.0) 2631 : audit [DBG] from='client.? 172.21.15.136:0/1190007935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:18 smithi136 bash[11745]: cluster 2022-04-26T04:40:17.220123+0000 mgr.smithi136.ofnrfx (mgr.14188) 3732 : cluster [DBG] pgmap v3485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:18 smithi145 bash[13673]: cluster 2022-04-26T04:40:17.220123+0000 mgr.smithi136.ofnrfx (mgr.14188) 3732 : cluster [DBG] pgmap v3485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:20 smithi136 bash[11745]: cluster 2022-04-26T04:40:19.220782+0000 mgr.smithi136.ofnrfx (mgr.14188) 3733 : cluster [DBG] pgmap v3486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:20 smithi145 bash[13673]: cluster 2022-04-26T04:40:19.220782+0000 mgr.smithi136.ofnrfx (mgr.14188) 3733 : cluster [DBG] pgmap v3486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:21.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:21.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:21.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:21.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:22 smithi136 bash[11745]: cluster 2022-04-26T04:40:21.221403+0000 mgr.smithi136.ofnrfx (mgr.14188) 3734 : cluster [DBG] pgmap v3487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:22 smithi136 bash[11745]: audit 2022-04-26T04:40:21.823890+0000 mon.smithi136 (mon.0) 2632 : audit [DBG] from='client.? 172.21.15.136:0/1189234228' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:22 smithi145 bash[13673]: cluster 2022-04-26T04:40:21.221403+0000 mgr.smithi136.ofnrfx (mgr.14188) 3734 : cluster [DBG] pgmap v3487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:22 smithi145 bash[13673]: audit 2022-04-26T04:40:21.823890+0000 mon.smithi136 (mon.0) 2632 : audit [DBG] from='client.? 172.21.15.136:0/1189234228' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:24 smithi136 bash[11745]: cluster 2022-04-26T04:40:23.222085+0000 mgr.smithi136.ofnrfx (mgr.14188) 3735 : cluster [DBG] pgmap v3488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:24 smithi145 bash[13673]: cluster 2022-04-26T04:40:23.222085+0000 mgr.smithi136.ofnrfx (mgr.14188) 3735 : cluster [DBG] pgmap v3488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:26.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:26 smithi136 bash[11745]: cluster 2022-04-26T04:40:25.222702+0000 mgr.smithi136.ofnrfx (mgr.14188) 3736 : cluster [DBG] pgmap v3489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:26 smithi145 bash[13673]: cluster 2022-04-26T04:40:25.222702+0000 mgr.smithi136.ofnrfx (mgr.14188) 3736 : cluster [DBG] pgmap v3489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:26.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:26.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:26.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:27.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:27 smithi136 bash[11745]: audit 2022-04-26T04:40:27.152321+0000 mon.smithi136 (mon.0) 2633 : audit [DBG] from='client.? 172.21.15.136:0/3221654668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:27 smithi145 bash[13673]: audit 2022-04-26T04:40:27.152321+0000 mon.smithi136 (mon.0) 2633 : audit [DBG] from='client.? 172.21.15.136:0/3221654668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:28 smithi145 bash[13673]: cluster 2022-04-26T04:40:27.223324+0000 mgr.smithi136.ofnrfx (mgr.14188) 3737 : cluster [DBG] pgmap v3490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:28 smithi136 bash[11745]: cluster 2022-04-26T04:40:27.223324+0000 mgr.smithi136.ofnrfx (mgr.14188) 3737 : cluster [DBG] pgmap v3490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:30 smithi136 bash[11745]: cluster 2022-04-26T04:40:29.223971+0000 mgr.smithi136.ofnrfx (mgr.14188) 3738 : cluster [DBG] pgmap v3491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:30 smithi145 bash[13673]: cluster 2022-04-26T04:40:29.223971+0000 mgr.smithi136.ofnrfx (mgr.14188) 3738 : cluster [DBG] pgmap v3491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:32.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:32.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:32.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:32.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:32 smithi136 bash[11745]: cluster 2022-04-26T04:40:31.224605+0000 mgr.smithi136.ofnrfx (mgr.14188) 3739 : cluster [DBG] pgmap v3492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:32 smithi145 bash[13673]: cluster 2022-04-26T04:40:31.224605+0000 mgr.smithi136.ofnrfx (mgr.14188) 3739 : cluster [DBG] pgmap v3492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:33 smithi136 bash[11745]: audit 2022-04-26T04:40:32.478972+0000 mon.smithi136 (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.136:0/351910897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:33 smithi145 bash[13673]: audit 2022-04-26T04:40:32.478972+0000 mon.smithi136 (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.136:0/351910897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:34 smithi136 bash[11745]: cluster 2022-04-26T04:40:33.225226+0000 mgr.smithi136.ofnrfx (mgr.14188) 3740 : cluster [DBG] pgmap v3493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:34 smithi145 bash[13673]: cluster 2022-04-26T04:40:33.225226+0000 mgr.smithi136.ofnrfx (mgr.14188) 3740 : cluster [DBG] pgmap v3493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:36 smithi136 bash[11745]: cluster 2022-04-26T04:40:35.225829+0000 mgr.smithi136.ofnrfx (mgr.14188) 3741 : cluster [DBG] pgmap v3494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:36 smithi145 bash[13673]: cluster 2022-04-26T04:40:35.225829+0000 mgr.smithi136.ofnrfx (mgr.14188) 3741 : cluster [DBG] pgmap v3494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:37.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:37.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:37.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:37.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:38 smithi136 bash[11745]: cluster 2022-04-26T04:40:37.226564+0000 mgr.smithi136.ofnrfx (mgr.14188) 3742 : cluster [DBG] pgmap v3495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:38 smithi136 bash[11745]: audit 2022-04-26T04:40:37.800821+0000 mon.smithi136 (mon.0) 2635 : audit [DBG] from='client.? 172.21.15.136:0/2884780876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:38.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:38 smithi145 bash[13673]: cluster 2022-04-26T04:40:37.226564+0000 mgr.smithi136.ofnrfx (mgr.14188) 3742 : cluster [DBG] pgmap v3495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:38.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:38 smithi145 bash[13673]: audit 2022-04-26T04:40:37.800821+0000 mon.smithi136 (mon.0) 2635 : audit [DBG] from='client.? 172.21.15.136:0/2884780876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:40 smithi136 bash[11745]: cluster 2022-04-26T04:40:39.227334+0000 mgr.smithi136.ofnrfx (mgr.14188) 3743 : cluster [DBG] pgmap v3496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:40 smithi145 bash[13673]: cluster 2022-04-26T04:40:39.227334+0000 mgr.smithi136.ofnrfx (mgr.14188) 3743 : cluster [DBG] pgmap v3496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:42 smithi136 bash[11745]: cluster 2022-04-26T04:40:41.228144+0000 mgr.smithi136.ofnrfx (mgr.14188) 3744 : cluster [DBG] pgmap v3497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:42 smithi145 bash[13673]: cluster 2022-04-26T04:40:41.228144+0000 mgr.smithi136.ofnrfx (mgr.14188) 3744 : cluster [DBG] pgmap v3497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:42.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:42.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:42.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:43.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:43 smithi136 bash[11745]: audit 2022-04-26T04:40:43.135367+0000 mon.smithi136 (mon.0) 2636 : audit [DBG] from='client.? 172.21.15.136:0/3731580250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:43 smithi145 bash[13673]: audit 2022-04-26T04:40:43.135367+0000 mon.smithi136 (mon.0) 2636 : audit [DBG] from='client.? 172.21.15.136:0/3731580250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:44 smithi136 bash[11745]: cluster 2022-04-26T04:40:43.228823+0000 mgr.smithi136.ofnrfx (mgr.14188) 3745 : cluster [DBG] pgmap v3498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:44 smithi145 bash[13673]: cluster 2022-04-26T04:40:43.228823+0000 mgr.smithi136.ofnrfx (mgr.14188) 3745 : cluster [DBG] pgmap v3498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:46 smithi136 bash[11745]: cluster 2022-04-26T04:40:45.229424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3746 : cluster [DBG] pgmap v3499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:46 smithi145 bash[13673]: cluster 2022-04-26T04:40:45.229424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3746 : cluster [DBG] pgmap v3499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:47 smithi136 bash[11745]: audit 2022-04-26T04:40:47.234754+0000 mon.smithi136 (mon.0) 2637 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:40:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:47 smithi136 bash[11745]: audit 2022-04-26T04:40:47.237517+0000 mon.smithi136 (mon.0) 2638 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:40:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:47 smithi136 bash[11745]: audit 2022-04-26T04:40:47.239198+0000 mon.smithi136 (mon.0) 2639 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:40:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:47 smithi145 bash[13673]: audit 2022-04-26T04:40:47.234754+0000 mon.smithi136 (mon.0) 2637 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:40:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:47 smithi145 bash[13673]: audit 2022-04-26T04:40:47.237517+0000 mon.smithi136 (mon.0) 2638 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:40:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:47 smithi145 bash[13673]: audit 2022-04-26T04:40:47.239198+0000 mon.smithi136 (mon.0) 2639 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:40:48.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:48.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:48.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:48 smithi145 bash[13673]: cluster 2022-04-26T04:40:47.230075+0000 mgr.smithi136.ofnrfx (mgr.14188) 3747 : cluster [DBG] pgmap v3500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:48 smithi145 bash[13673]: audit 2022-04-26T04:40:47.567342+0000 mon.smithi136 (mon.0) 2640 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:40:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:48 smithi145 bash[13673]: audit 2022-04-26T04:40:47.574391+0000 mon.smithi136 (mon.0) 2641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:40:48.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:48 smithi136 bash[11745]: cluster 2022-04-26T04:40:47.230075+0000 mgr.smithi136.ofnrfx (mgr.14188) 3747 : cluster [DBG] pgmap v3500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:48 smithi136 bash[11745]: audit 2022-04-26T04:40:47.567342+0000 mon.smithi136 (mon.0) 2640 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:40:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:48 smithi136 bash[11745]: audit 2022-04-26T04:40:47.574391+0000 mon.smithi136 (mon.0) 2641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:40:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:49 smithi136 bash[11745]: cluster 2022-04-26T04:40:47.560778+0000 mgr.smithi136.ofnrfx (mgr.14188) 3748 : cluster [DBG] pgmap v3501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:49 smithi136 bash[11745]: cluster 2022-04-26T04:40:47.561260+0000 mgr.smithi136.ofnrfx (mgr.14188) 3749 : cluster [DBG] pgmap v3502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:49 smithi136 bash[11745]: cephadm 2022-04-26T04:40:47.575373+0000 mgr.smithi136.ofnrfx (mgr.14188) 3750 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:40:49.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:49 smithi136 bash[11745]: cephadm 2022-04-26T04:40:47.575520+0000 mgr.smithi136.ofnrfx (mgr.14188) 3751 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:40:49.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:49 smithi136 bash[11745]: audit 2022-04-26T04:40:48.460460+0000 mon.smithi136 (mon.0) 2642 : audit [DBG] from='client.? 172.21.15.136:0/4213546542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:49 smithi145 bash[13673]: cluster 2022-04-26T04:40:47.560778+0000 mgr.smithi136.ofnrfx (mgr.14188) 3748 : cluster [DBG] pgmap v3501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:49 smithi145 bash[13673]: cluster 2022-04-26T04:40:47.561260+0000 mgr.smithi136.ofnrfx (mgr.14188) 3749 : cluster [DBG] pgmap v3502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:49 smithi145 bash[13673]: cephadm 2022-04-26T04:40:47.575373+0000 mgr.smithi136.ofnrfx (mgr.14188) 3750 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:40:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:49 smithi145 bash[13673]: cephadm 2022-04-26T04:40:47.575520+0000 mgr.smithi136.ofnrfx (mgr.14188) 3751 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:40:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:49 smithi145 bash[13673]: audit 2022-04-26T04:40:48.460460+0000 mon.smithi136 (mon.0) 2642 : audit [DBG] from='client.? 172.21.15.136:0/4213546542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:51 smithi136 bash[11745]: cluster 2022-04-26T04:40:49.561891+0000 mgr.smithi136.ofnrfx (mgr.14188) 3752 : cluster [DBG] pgmap v3503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:51 smithi145 bash[13673]: cluster 2022-04-26T04:40:49.561891+0000 mgr.smithi136.ofnrfx (mgr.14188) 3752 : cluster [DBG] pgmap v3503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:53.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:53.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:53.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:53 smithi145 bash[13673]: cluster 2022-04-26T04:40:51.562521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3753 : cluster [DBG] pgmap v3504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:53.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:53 smithi136 bash[11745]: cluster 2022-04-26T04:40:51.562521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3753 : cluster [DBG] pgmap v3504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:54 smithi145 bash[13673]: audit 2022-04-26T04:40:53.792961+0000 mon.smithi136 (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.136:0/1030273969' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:54 smithi136 bash[11745]: audit 2022-04-26T04:40:53.792961+0000 mon.smithi136 (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.136:0/1030273969' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:55 smithi145 bash[13673]: cluster 2022-04-26T04:40:53.562995+0000 mgr.smithi136.ofnrfx (mgr.14188) 3754 : cluster [DBG] pgmap v3505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:55 smithi136 bash[11745]: cluster 2022-04-26T04:40:53.562995+0000 mgr.smithi136.ofnrfx (mgr.14188) 3754 : cluster [DBG] pgmap v3505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:57 smithi145 bash[13673]: cluster 2022-04-26T04:40:55.563604+0000 mgr.smithi136.ofnrfx (mgr.14188) 3755 : cluster [DBG] pgmap v3506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:57 smithi136 bash[11745]: cluster 2022-04-26T04:40:55.563604+0000 mgr.smithi136.ofnrfx (mgr.14188) 3755 : cluster [DBG] pgmap v3506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:58.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:40:58.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:40:58.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:40:59.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:40:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:59 smithi145 bash[13673]: cluster 2022-04-26T04:40:57.564247+0000 mgr.smithi136.ofnrfx (mgr.14188) 3756 : cluster [DBG] pgmap v3507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:40:59 smithi145 bash[13673]: audit 2022-04-26T04:40:59.123262+0000 mon.smithi136 (mon.0) 2644 : audit [DBG] from='client.? 172.21.15.136:0/688588877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:40:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:59 smithi136 bash[11745]: cluster 2022-04-26T04:40:57.564247+0000 mgr.smithi136.ofnrfx (mgr.14188) 3756 : cluster [DBG] pgmap v3507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:40:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:40:59 smithi136 bash[11745]: audit 2022-04-26T04:40:59.123262+0000 mon.smithi136 (mon.0) 2644 : audit [DBG] from='client.? 172.21.15.136:0/688588877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:01 smithi145 bash[13673]: cluster 2022-04-26T04:40:59.564861+0000 mgr.smithi136.ofnrfx (mgr.14188) 3757 : cluster [DBG] pgmap v3508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:01 smithi136 bash[11745]: cluster 2022-04-26T04:40:59.564861+0000 mgr.smithi136.ofnrfx (mgr.14188) 3757 : cluster [DBG] pgmap v3508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:03 smithi145 bash[13673]: cluster 2022-04-26T04:41:01.565495+0000 mgr.smithi136.ofnrfx (mgr.14188) 3758 : cluster [DBG] pgmap v3509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:03 smithi145 bash[13673]: audit 2022-04-26T04:41:02.348015+0000 mon.smithi136 (mon.0) 2645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:41:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:03 smithi145 bash[13673]: audit 2022-04-26T04:41:02.351790+0000 mon.smithi136 (mon.0) 2646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:41:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:03 smithi136 bash[11745]: cluster 2022-04-26T04:41:01.565495+0000 mgr.smithi136.ofnrfx (mgr.14188) 3758 : cluster [DBG] pgmap v3509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:03 smithi136 bash[11745]: audit 2022-04-26T04:41:02.348015+0000 mon.smithi136 (mon.0) 2645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:41:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:03 smithi136 bash[11745]: audit 2022-04-26T04:41:02.351790+0000 mon.smithi136 (mon.0) 2646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:41:04.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:04.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:04.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:04.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:05 smithi145 bash[13673]: cluster 2022-04-26T04:41:03.566093+0000 mgr.smithi136.ofnrfx (mgr.14188) 3759 : cluster [DBG] pgmap v3510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:05 smithi145 bash[13673]: audit 2022-04-26T04:41:04.453371+0000 mon.smithi136 (mon.0) 2647 : audit [DBG] from='client.? 172.21.15.136:0/1304820996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:05 smithi136 bash[11745]: cluster 2022-04-26T04:41:03.566093+0000 mgr.smithi136.ofnrfx (mgr.14188) 3759 : cluster [DBG] pgmap v3510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:05 smithi136 bash[11745]: audit 2022-04-26T04:41:04.453371+0000 mon.smithi136 (mon.0) 2647 : audit [DBG] from='client.? 172.21.15.136:0/1304820996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:07 smithi145 bash[13673]: cluster 2022-04-26T04:41:05.566694+0000 mgr.smithi136.ofnrfx (mgr.14188) 3760 : cluster [DBG] pgmap v3511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:07 smithi136 bash[11745]: cluster 2022-04-26T04:41:05.566694+0000 mgr.smithi136.ofnrfx (mgr.14188) 3760 : cluster [DBG] pgmap v3511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:08 smithi136 bash[11745]: cluster 2022-04-26T04:41:07.567361+0000 mgr.smithi136.ofnrfx (mgr.14188) 3761 : cluster [DBG] pgmap v3512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:08 smithi145 bash[13673]: cluster 2022-04-26T04:41:07.567361+0000 mgr.smithi136.ofnrfx (mgr.14188) 3761 : cluster [DBG] pgmap v3512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:09.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:09.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:09.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:09.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:10 smithi145 bash[13673]: cluster 2022-04-26T04:41:09.567950+0000 mgr.smithi136.ofnrfx (mgr.14188) 3762 : cluster [DBG] pgmap v3513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:10 smithi145 bash[13673]: audit 2022-04-26T04:41:09.782011+0000 mon.smithi136 (mon.0) 2648 : audit [DBG] from='client.? 172.21.15.136:0/2498725260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:10 smithi136 bash[11745]: cluster 2022-04-26T04:41:09.567950+0000 mgr.smithi136.ofnrfx (mgr.14188) 3762 : cluster [DBG] pgmap v3513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:10 smithi136 bash[11745]: audit 2022-04-26T04:41:09.782011+0000 mon.smithi136 (mon.0) 2648 : audit [DBG] from='client.? 172.21.15.136:0/2498725260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:12 smithi145 bash[13673]: cluster 2022-04-26T04:41:11.568598+0000 mgr.smithi136.ofnrfx (mgr.14188) 3763 : cluster [DBG] pgmap v3514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:12 smithi136 bash[11745]: cluster 2022-04-26T04:41:11.568598+0000 mgr.smithi136.ofnrfx (mgr.14188) 3763 : cluster [DBG] pgmap v3514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:14.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:14.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:14.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:14 smithi145 bash[13673]: cluster 2022-04-26T04:41:13.569208+0000 mgr.smithi136.ofnrfx (mgr.14188) 3764 : cluster [DBG] pgmap v3515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:14 smithi136 bash[11745]: cluster 2022-04-26T04:41:13.569208+0000 mgr.smithi136.ofnrfx (mgr.14188) 3764 : cluster [DBG] pgmap v3515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:15.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:16 smithi136 bash[11745]: audit 2022-04-26T04:41:15.105396+0000 mon.smithi136 (mon.0) 2649 : audit [DBG] from='client.? 172.21.15.136:0/3812236410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:16 smithi145 bash[13673]: audit 2022-04-26T04:41:15.105396+0000 mon.smithi136 (mon.0) 2649 : audit [DBG] from='client.? 172.21.15.136:0/3812236410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:17 smithi136 bash[11745]: cluster 2022-04-26T04:41:15.569846+0000 mgr.smithi136.ofnrfx (mgr.14188) 3765 : cluster [DBG] pgmap v3516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:17 smithi145 bash[13673]: cluster 2022-04-26T04:41:15.569846+0000 mgr.smithi136.ofnrfx (mgr.14188) 3765 : cluster [DBG] pgmap v3516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:19.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:19 smithi136 bash[11745]: cluster 2022-04-26T04:41:17.570507+0000 mgr.smithi136.ofnrfx (mgr.14188) 3766 : cluster [DBG] pgmap v3517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:19 smithi145 bash[13673]: cluster 2022-04-26T04:41:17.570507+0000 mgr.smithi136.ofnrfx (mgr.14188) 3766 : cluster [DBG] pgmap v3517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:20.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:20.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:20.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:20.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:21 smithi136 bash[11745]: cluster 2022-04-26T04:41:19.571223+0000 mgr.smithi136.ofnrfx (mgr.14188) 3767 : cluster [DBG] pgmap v3518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:21 smithi136 bash[11745]: audit 2022-04-26T04:41:20.426991+0000 mon.smithi136 (mon.0) 2650 : audit [DBG] from='client.? 172.21.15.136:0/100669259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:21 smithi145 bash[13673]: cluster 2022-04-26T04:41:19.571223+0000 mgr.smithi136.ofnrfx (mgr.14188) 3767 : cluster [DBG] pgmap v3518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:21 smithi145 bash[13673]: audit 2022-04-26T04:41:20.426991+0000 mon.smithi136 (mon.0) 2650 : audit [DBG] from='client.? 172.21.15.136:0/100669259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:23 smithi136 bash[11745]: cluster 2022-04-26T04:41:21.571940+0000 mgr.smithi136.ofnrfx (mgr.14188) 3768 : cluster [DBG] pgmap v3519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:23 smithi145 bash[13673]: cluster 2022-04-26T04:41:21.571940+0000 mgr.smithi136.ofnrfx (mgr.14188) 3768 : cluster [DBG] pgmap v3519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:25 smithi136 bash[11745]: cluster 2022-04-26T04:41:23.572577+0000 mgr.smithi136.ofnrfx (mgr.14188) 3769 : cluster [DBG] pgmap v3520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:25 smithi145 bash[13673]: cluster 2022-04-26T04:41:23.572577+0000 mgr.smithi136.ofnrfx (mgr.14188) 3769 : cluster [DBG] pgmap v3520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:25.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:25.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:25.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:25.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:26 smithi145 bash[13673]: audit 2022-04-26T04:41:25.752535+0000 mon.smithi136 (mon.0) 2651 : audit [DBG] from='client.? 172.21.15.136:0/122181899' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:26 smithi136 bash[11745]: audit 2022-04-26T04:41:25.752535+0000 mon.smithi136 (mon.0) 2651 : audit [DBG] from='client.? 172.21.15.136:0/122181899' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:27 smithi145 bash[13673]: cluster 2022-04-26T04:41:25.573066+0000 mgr.smithi136.ofnrfx (mgr.14188) 3770 : cluster [DBG] pgmap v3521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:27 smithi136 bash[11745]: cluster 2022-04-26T04:41:25.573066+0000 mgr.smithi136.ofnrfx (mgr.14188) 3770 : cluster [DBG] pgmap v3521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:29.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:29 smithi136 bash[11745]: cluster 2022-04-26T04:41:27.573688+0000 mgr.smithi136.ofnrfx (mgr.14188) 3771 : cluster [DBG] pgmap v3522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:29 smithi145 bash[13673]: cluster 2022-04-26T04:41:27.573688+0000 mgr.smithi136.ofnrfx (mgr.14188) 3771 : cluster [DBG] pgmap v3522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:30.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:30.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:30.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:31.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:31 smithi145 bash[13673]: cluster 2022-04-26T04:41:29.574310+0000 mgr.smithi136.ofnrfx (mgr.14188) 3772 : cluster [DBG] pgmap v3523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:31 smithi136 bash[11745]: cluster 2022-04-26T04:41:29.574310+0000 mgr.smithi136.ofnrfx (mgr.14188) 3772 : cluster [DBG] pgmap v3523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:32 smithi145 bash[13673]: audit 2022-04-26T04:41:31.084674+0000 mon.smithi136 (mon.0) 2652 : audit [DBG] from='client.? 172.21.15.136:0/3003940584' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:32 smithi136 bash[11745]: audit 2022-04-26T04:41:31.084674+0000 mon.smithi136 (mon.0) 2652 : audit [DBG] from='client.? 172.21.15.136:0/3003940584' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:33 smithi145 bash[13673]: cluster 2022-04-26T04:41:31.574985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3773 : cluster [DBG] pgmap v3524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:33 smithi136 bash[11745]: cluster 2022-04-26T04:41:31.574985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3773 : cluster [DBG] pgmap v3524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:35 smithi145 bash[13673]: cluster 2022-04-26T04:41:33.575624+0000 mgr.smithi136.ofnrfx (mgr.14188) 3774 : cluster [DBG] pgmap v3525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:35 smithi136 bash[11745]: cluster 2022-04-26T04:41:33.575624+0000 mgr.smithi136.ofnrfx (mgr.14188) 3774 : cluster [DBG] pgmap v3525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:36.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:36.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:36.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:36.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:37 smithi145 bash[13673]: cluster 2022-04-26T04:41:35.576221+0000 mgr.smithi136.ofnrfx (mgr.14188) 3775 : cluster [DBG] pgmap v3526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:37 smithi145 bash[13673]: audit 2022-04-26T04:41:36.416125+0000 mon.smithi136 (mon.0) 2653 : audit [DBG] from='client.? 172.21.15.136:0/1776312565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:37 smithi136 bash[11745]: cluster 2022-04-26T04:41:35.576221+0000 mgr.smithi136.ofnrfx (mgr.14188) 3775 : cluster [DBG] pgmap v3526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:37 smithi136 bash[11745]: audit 2022-04-26T04:41:36.416125+0000 mon.smithi136 (mon.0) 2653 : audit [DBG] from='client.? 172.21.15.136:0/1776312565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:39 smithi145 bash[13673]: cluster 2022-04-26T04:41:37.576875+0000 mgr.smithi136.ofnrfx (mgr.14188) 3776 : cluster [DBG] pgmap v3527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:39 smithi136 bash[11745]: cluster 2022-04-26T04:41:37.576875+0000 mgr.smithi136.ofnrfx (mgr.14188) 3776 : cluster [DBG] pgmap v3527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:41 smithi145 bash[13673]: cluster 2022-04-26T04:41:39.577501+0000 mgr.smithi136.ofnrfx (mgr.14188) 3777 : cluster [DBG] pgmap v3528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:41.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:41.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:41.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:41 smithi136 bash[11745]: cluster 2022-04-26T04:41:39.577501+0000 mgr.smithi136.ofnrfx (mgr.14188) 3777 : cluster [DBG] pgmap v3528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:41.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:42 smithi145 bash[13673]: audit 2022-04-26T04:41:41.749907+0000 mon.smithi136 (mon.0) 2654 : audit [DBG] from='client.? 172.21.15.136:0/170962434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:42 smithi136 bash[11745]: audit 2022-04-26T04:41:41.749907+0000 mon.smithi136 (mon.0) 2654 : audit [DBG] from='client.? 172.21.15.136:0/170962434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:43 smithi145 bash[13673]: cluster 2022-04-26T04:41:41.578181+0000 mgr.smithi136.ofnrfx (mgr.14188) 3778 : cluster [DBG] pgmap v3529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:43 smithi136 bash[11745]: cluster 2022-04-26T04:41:41.578181+0000 mgr.smithi136.ofnrfx (mgr.14188) 3778 : cluster [DBG] pgmap v3529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:45 smithi145 bash[13673]: cluster 2022-04-26T04:41:43.578855+0000 mgr.smithi136.ofnrfx (mgr.14188) 3779 : cluster [DBG] pgmap v3530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:45 smithi136 bash[11745]: cluster 2022-04-26T04:41:43.578855+0000 mgr.smithi136.ofnrfx (mgr.14188) 3779 : cluster [DBG] pgmap v3530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:46.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:46.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:46.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:47.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:47 smithi145 bash[13673]: cluster 2022-04-26T04:41:45.579707+0000 mgr.smithi136.ofnrfx (mgr.14188) 3780 : cluster [DBG] pgmap v3531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:47 smithi145 bash[13673]: audit 2022-04-26T04:41:47.086046+0000 mon.smithi136 (mon.0) 2655 : audit [DBG] from='client.? 172.21.15.136:0/1073170880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:47 smithi136 bash[11745]: cluster 2022-04-26T04:41:45.579707+0000 mgr.smithi136.ofnrfx (mgr.14188) 3780 : cluster [DBG] pgmap v3531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:47 smithi136 bash[11745]: audit 2022-04-26T04:41:47.086046+0000 mon.smithi136 (mon.0) 2655 : audit [DBG] from='client.? 172.21.15.136:0/1073170880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:48 smithi145 bash[13673]: audit 2022-04-26T04:41:47.587707+0000 mon.smithi136 (mon.0) 2656 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:41:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:48 smithi145 bash[13673]: audit 2022-04-26T04:41:47.590581+0000 mon.smithi136 (mon.0) 2657 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:41:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:48 smithi145 bash[13673]: audit 2022-04-26T04:41:47.592437+0000 mon.smithi136 (mon.0) 2658 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:41:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:48 smithi136 bash[11745]: audit 2022-04-26T04:41:47.587707+0000 mon.smithi136 (mon.0) 2656 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:41:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:48 smithi136 bash[11745]: audit 2022-04-26T04:41:47.590581+0000 mon.smithi136 (mon.0) 2657 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:41:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:48 smithi136 bash[11745]: audit 2022-04-26T04:41:47.592437+0000 mon.smithi136 (mon.0) 2658 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:41:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:49 smithi145 bash[13673]: cluster 2022-04-26T04:41:47.580451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3781 : cluster [DBG] pgmap v3532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:49 smithi136 bash[11745]: cluster 2022-04-26T04:41:47.580451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3781 : cluster [DBG] pgmap v3532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:51 smithi145 bash[13673]: cluster 2022-04-26T04:41:49.581133+0000 mgr.smithi136.ofnrfx (mgr.14188) 3782 : cluster [DBG] pgmap v3533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:51 smithi136 bash[11745]: cluster 2022-04-26T04:41:49.581133+0000 mgr.smithi136.ofnrfx (mgr.14188) 3782 : cluster [DBG] pgmap v3533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:52.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:52.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:52.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:52.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:52 smithi145 bash[13673]: audit 2022-04-26T04:41:51.399810+0000 mon.smithi136 (mon.0) 2659 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:41:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:52 smithi145 bash[13673]: cluster 2022-04-26T04:41:51.581717+0000 mgr.smithi136.ofnrfx (mgr.14188) 3783 : cluster [DBG] pgmap v3534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:52 smithi145 bash[13673]: audit 2022-04-26T04:41:52.085698+0000 mon.smithi136 (mon.0) 2660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:41:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:52 smithi145 bash[13673]: audit 2022-04-26T04:41:52.388733+0000 mon.smithi136 (mon.0) 2661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:41:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:52 smithi136 bash[11745]: audit 2022-04-26T04:41:51.399810+0000 mon.smithi136 (mon.0) 2659 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:41:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:52 smithi136 bash[11745]: cluster 2022-04-26T04:41:51.581717+0000 mgr.smithi136.ofnrfx (mgr.14188) 3783 : cluster [DBG] pgmap v3534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:52 smithi136 bash[11745]: audit 2022-04-26T04:41:52.085698+0000 mon.smithi136 (mon.0) 2660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:41:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:52 smithi136 bash[11745]: audit 2022-04-26T04:41:52.388733+0000 mon.smithi136 (mon.0) 2661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:41:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:53 smithi136 bash[11745]: cluster 2022-04-26T04:41:52.381914+0000 mgr.smithi136.ofnrfx (mgr.14188) 3784 : cluster [DBG] pgmap v3535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:53 smithi136 bash[11745]: cluster 2022-04-26T04:41:52.382162+0000 mgr.smithi136.ofnrfx (mgr.14188) 3785 : cluster [DBG] pgmap v3536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:53 smithi136 bash[11745]: audit 2022-04-26T04:41:52.395392+0000 mon.smithi136 (mon.0) 2662 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:41:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:53 smithi136 bash[11745]: cephadm 2022-04-26T04:41:52.396490+0000 mgr.smithi136.ofnrfx (mgr.14188) 3786 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:41:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:53 smithi136 bash[11745]: cephadm 2022-04-26T04:41:52.396644+0000 mgr.smithi136.ofnrfx (mgr.14188) 3787 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:41:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:53 smithi136 bash[11745]: audit 2022-04-26T04:41:52.422037+0000 mon.smithi136 (mon.0) 2663 : audit [DBG] from='client.? 172.21.15.136:0/1729188675' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:53 smithi145 bash[13673]: cluster 2022-04-26T04:41:52.381914+0000 mgr.smithi136.ofnrfx (mgr.14188) 3784 : cluster [DBG] pgmap v3535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:53 smithi145 bash[13673]: cluster 2022-04-26T04:41:52.382162+0000 mgr.smithi136.ofnrfx (mgr.14188) 3785 : cluster [DBG] pgmap v3536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:53 smithi145 bash[13673]: audit 2022-04-26T04:41:52.395392+0000 mon.smithi136 (mon.0) 2662 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:41:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:53 smithi145 bash[13673]: cephadm 2022-04-26T04:41:52.396490+0000 mgr.smithi136.ofnrfx (mgr.14188) 3786 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:41:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:53 smithi145 bash[13673]: cephadm 2022-04-26T04:41:52.396644+0000 mgr.smithi136.ofnrfx (mgr.14188) 3787 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:41:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:53 smithi145 bash[13673]: audit 2022-04-26T04:41:52.422037+0000 mon.smithi136 (mon.0) 2663 : audit [DBG] from='client.? 172.21.15.136:0/1729188675' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:56 smithi136 bash[11745]: cluster 2022-04-26T04:41:54.382713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3788 : cluster [DBG] pgmap v3537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:56 smithi145 bash[13673]: cluster 2022-04-26T04:41:54.382713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3788 : cluster [DBG] pgmap v3537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:57.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:41:57.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:41:57.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:41:57.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:41:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:58 smithi136 bash[11745]: cluster 2022-04-26T04:41:56.383323+0000 mgr.smithi136.ofnrfx (mgr.14188) 3789 : cluster [DBG] pgmap v3538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:41:58 smithi136 bash[11745]: audit 2022-04-26T04:41:57.743796+0000 mon.smithi136 (mon.0) 2664 : audit [DBG] from='client.? 172.21.15.136:0/3606914949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:41:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:58 smithi145 bash[13673]: cluster 2022-04-26T04:41:56.383323+0000 mgr.smithi136.ofnrfx (mgr.14188) 3789 : cluster [DBG] pgmap v3538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:41:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:41:58 smithi145 bash[13673]: audit 2022-04-26T04:41:57.743796+0000 mon.smithi136 (mon.0) 2664 : audit [DBG] from='client.? 172.21.15.136:0/3606914949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:00 smithi136 bash[11745]: cluster 2022-04-26T04:41:58.383957+0000 mgr.smithi136.ofnrfx (mgr.14188) 3790 : cluster [DBG] pgmap v3539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:00 smithi145 bash[13673]: cluster 2022-04-26T04:41:58.383957+0000 mgr.smithi136.ofnrfx (mgr.14188) 3790 : cluster [DBG] pgmap v3539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:02 smithi136 bash[11745]: cluster 2022-04-26T04:42:00.384581+0000 mgr.smithi136.ofnrfx (mgr.14188) 3791 : cluster [DBG] pgmap v3540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:02 smithi145 bash[13673]: cluster 2022-04-26T04:42:00.384581+0000 mgr.smithi136.ofnrfx (mgr.14188) 3791 : cluster [DBG] pgmap v3540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:02.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:02.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:02.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:03.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:03 smithi136 bash[11745]: audit 2022-04-26T04:42:02.352002+0000 mon.smithi136 (mon.0) 2665 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:42:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:03 smithi136 bash[11745]: audit 2022-04-26T04:42:02.355880+0000 mon.smithi136 (mon.0) 2666 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:42:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:03 smithi145 bash[13673]: audit 2022-04-26T04:42:02.352002+0000 mon.smithi136 (mon.0) 2665 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:42:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:03 smithi145 bash[13673]: audit 2022-04-26T04:42:02.355880+0000 mon.smithi136 (mon.0) 2666 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:42:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:04 smithi145 bash[13673]: cluster 2022-04-26T04:42:02.385204+0000 mgr.smithi136.ofnrfx (mgr.14188) 3792 : cluster [DBG] pgmap v3541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:04 smithi145 bash[13673]: audit 2022-04-26T04:42:03.068406+0000 mon.smithi136 (mon.0) 2667 : audit [DBG] from='client.? 172.21.15.136:0/1142103464' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:04 smithi136 bash[11745]: cluster 2022-04-26T04:42:02.385204+0000 mgr.smithi136.ofnrfx (mgr.14188) 3792 : cluster [DBG] pgmap v3541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:04 smithi136 bash[11745]: audit 2022-04-26T04:42:03.068406+0000 mon.smithi136 (mon.0) 2667 : audit [DBG] from='client.? 172.21.15.136:0/1142103464' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:06 smithi145 bash[13673]: cluster 2022-04-26T04:42:04.385780+0000 mgr.smithi136.ofnrfx (mgr.14188) 3793 : cluster [DBG] pgmap v3542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:06 smithi136 bash[11745]: cluster 2022-04-26T04:42:04.385780+0000 mgr.smithi136.ofnrfx (mgr.14188) 3793 : cluster [DBG] pgmap v3542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:08.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:08.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:08.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:08 smithi145 bash[13673]: cluster 2022-04-26T04:42:06.386423+0000 mgr.smithi136.ofnrfx (mgr.14188) 3794 : cluster [DBG] pgmap v3543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:08.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:08 smithi136 bash[11745]: cluster 2022-04-26T04:42:06.386423+0000 mgr.smithi136.ofnrfx (mgr.14188) 3794 : cluster [DBG] pgmap v3543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:09 smithi145 bash[13673]: audit 2022-04-26T04:42:08.388998+0000 mon.smithi136 (mon.0) 2668 : audit [DBG] from='client.? 172.21.15.136:0/502597779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:09 smithi136 bash[11745]: audit 2022-04-26T04:42:08.388998+0000 mon.smithi136 (mon.0) 2668 : audit [DBG] from='client.? 172.21.15.136:0/502597779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:10 smithi145 bash[13673]: cluster 2022-04-26T04:42:08.386930+0000 mgr.smithi136.ofnrfx (mgr.14188) 3795 : cluster [DBG] pgmap v3544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:10 smithi136 bash[11745]: cluster 2022-04-26T04:42:08.386930+0000 mgr.smithi136.ofnrfx (mgr.14188) 3795 : cluster [DBG] pgmap v3544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:12 smithi145 bash[13673]: cluster 2022-04-26T04:42:10.387545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3796 : cluster [DBG] pgmap v3545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:12 smithi136 bash[11745]: cluster 2022-04-26T04:42:10.387545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3796 : cluster [DBG] pgmap v3545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:13.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:13.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:13.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:13.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:14 smithi145 bash[13673]: cluster 2022-04-26T04:42:12.388181+0000 mgr.smithi136.ofnrfx (mgr.14188) 3797 : cluster [DBG] pgmap v3546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:14 smithi145 bash[13673]: audit 2022-04-26T04:42:13.710126+0000 mon.smithi136 (mon.0) 2669 : audit [DBG] from='client.? 172.21.15.136:0/1751955922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:14 smithi136 bash[11745]: cluster 2022-04-26T04:42:12.388181+0000 mgr.smithi136.ofnrfx (mgr.14188) 3797 : cluster [DBG] pgmap v3546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:14 smithi136 bash[11745]: audit 2022-04-26T04:42:13.710126+0000 mon.smithi136 (mon.0) 2669 : audit [DBG] from='client.? 172.21.15.136:0/1751955922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:16 smithi145 bash[13673]: cluster 2022-04-26T04:42:14.388829+0000 mgr.smithi136.ofnrfx (mgr.14188) 3798 : cluster [DBG] pgmap v3547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:16 smithi136 bash[11745]: cluster 2022-04-26T04:42:14.388829+0000 mgr.smithi136.ofnrfx (mgr.14188) 3798 : cluster [DBG] pgmap v3547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:18 smithi145 bash[13673]: cluster 2022-04-26T04:42:16.389423+0000 mgr.smithi136.ofnrfx (mgr.14188) 3799 : cluster [DBG] pgmap v3548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:18 smithi136 bash[11745]: cluster 2022-04-26T04:42:16.389423+0000 mgr.smithi136.ofnrfx (mgr.14188) 3799 : cluster [DBG] pgmap v3548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:18.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:18.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:18.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:19.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:19 smithi145 bash[13673]: audit 2022-04-26T04:42:19.045368+0000 mon.smithi136 (mon.0) 2670 : audit [DBG] from='client.? 172.21.15.136:0/980313362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:19 smithi136 bash[11745]: audit 2022-04-26T04:42:19.045368+0000 mon.smithi136 (mon.0) 2670 : audit [DBG] from='client.? 172.21.15.136:0/980313362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:20 smithi145 bash[13673]: cluster 2022-04-26T04:42:18.390036+0000 mgr.smithi136.ofnrfx (mgr.14188) 3800 : cluster [DBG] pgmap v3549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:20 smithi136 bash[11745]: cluster 2022-04-26T04:42:18.390036+0000 mgr.smithi136.ofnrfx (mgr.14188) 3800 : cluster [DBG] pgmap v3549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:22 smithi145 bash[13673]: cluster 2022-04-26T04:42:20.390646+0000 mgr.smithi136.ofnrfx (mgr.14188) 3801 : cluster [DBG] pgmap v3550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:22 smithi136 bash[11745]: cluster 2022-04-26T04:42:20.390646+0000 mgr.smithi136.ofnrfx (mgr.14188) 3801 : cluster [DBG] pgmap v3550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:24.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:24 smithi145 bash[13673]: cluster 2022-04-26T04:42:22.391295+0000 mgr.smithi136.ofnrfx (mgr.14188) 3802 : cluster [DBG] pgmap v3551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:24 smithi136 bash[11745]: cluster 2022-04-26T04:42:22.391295+0000 mgr.smithi136.ofnrfx (mgr.14188) 3802 : cluster [DBG] pgmap v3551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:25 smithi145 bash[13673]: audit 2022-04-26T04:42:24.377904+0000 mon.smithi136 (mon.0) 2671 : audit [DBG] from='client.? 172.21.15.136:0/3001893022' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:25 smithi136 bash[11745]: audit 2022-04-26T04:42:24.377904+0000 mon.smithi136 (mon.0) 2671 : audit [DBG] from='client.? 172.21.15.136:0/3001893022' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:26 smithi145 bash[13673]: cluster 2022-04-26T04:42:24.391942+0000 mgr.smithi136.ofnrfx (mgr.14188) 3803 : cluster [DBG] pgmap v3552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:26 smithi136 bash[11745]: cluster 2022-04-26T04:42:24.391942+0000 mgr.smithi136.ofnrfx (mgr.14188) 3803 : cluster [DBG] pgmap v3552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:28 smithi145 bash[13673]: cluster 2022-04-26T04:42:26.392590+0000 mgr.smithi136.ofnrfx (mgr.14188) 3804 : cluster [DBG] pgmap v3553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:28 smithi136 bash[11745]: cluster 2022-04-26T04:42:26.392590+0000 mgr.smithi136.ofnrfx (mgr.14188) 3804 : cluster [DBG] pgmap v3553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:29.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:29.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:29.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:29.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:30 smithi145 bash[13673]: cluster 2022-04-26T04:42:28.393210+0000 mgr.smithi136.ofnrfx (mgr.14188) 3805 : cluster [DBG] pgmap v3554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:30 smithi145 bash[13673]: audit 2022-04-26T04:42:29.706907+0000 mon.smithi136 (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.136:0/2402130951' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:30 smithi136 bash[11745]: cluster 2022-04-26T04:42:28.393210+0000 mgr.smithi136.ofnrfx (mgr.14188) 3805 : cluster [DBG] pgmap v3554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:30 smithi136 bash[11745]: audit 2022-04-26T04:42:29.706907+0000 mon.smithi136 (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.136:0/2402130951' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:32 smithi145 bash[13673]: cluster 2022-04-26T04:42:30.393794+0000 mgr.smithi136.ofnrfx (mgr.14188) 3806 : cluster [DBG] pgmap v3555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:32 smithi136 bash[11745]: cluster 2022-04-26T04:42:30.393794+0000 mgr.smithi136.ofnrfx (mgr.14188) 3806 : cluster [DBG] pgmap v3555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:34 smithi136 bash[11745]: cluster 2022-04-26T04:42:32.394450+0000 mgr.smithi136.ofnrfx (mgr.14188) 3807 : cluster [DBG] pgmap v3556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:34 smithi145 bash[13673]: cluster 2022-04-26T04:42:32.394450+0000 mgr.smithi136.ofnrfx (mgr.14188) 3807 : cluster [DBG] pgmap v3556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:34.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:34.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:34.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:35.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:35 smithi136 bash[11745]: audit 2022-04-26T04:42:35.037444+0000 mon.smithi136 (mon.0) 2673 : audit [DBG] from='client.? 172.21.15.136:0/3803835288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:35 smithi145 bash[13673]: audit 2022-04-26T04:42:35.037444+0000 mon.smithi136 (mon.0) 2673 : audit [DBG] from='client.? 172.21.15.136:0/3803835288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:36 smithi136 bash[11745]: cluster 2022-04-26T04:42:34.395102+0000 mgr.smithi136.ofnrfx (mgr.14188) 3808 : cluster [DBG] pgmap v3557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:36 smithi145 bash[13673]: cluster 2022-04-26T04:42:34.395102+0000 mgr.smithi136.ofnrfx (mgr.14188) 3808 : cluster [DBG] pgmap v3557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:38 smithi145 bash[13673]: cluster 2022-04-26T04:42:36.395763+0000 mgr.smithi136.ofnrfx (mgr.14188) 3809 : cluster [DBG] pgmap v3558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:38 smithi136 bash[11745]: cluster 2022-04-26T04:42:36.395763+0000 mgr.smithi136.ofnrfx (mgr.14188) 3809 : cluster [DBG] pgmap v3558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:40.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:40.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:40.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:40.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:40 smithi136 bash[11745]: cluster 2022-04-26T04:42:38.396414+0000 mgr.smithi136.ofnrfx (mgr.14188) 3810 : cluster [DBG] pgmap v3559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:40 smithi145 bash[13673]: cluster 2022-04-26T04:42:38.396414+0000 mgr.smithi136.ofnrfx (mgr.14188) 3810 : cluster [DBG] pgmap v3559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:41 smithi136 bash[11745]: audit 2022-04-26T04:42:40.370366+0000 mon.smithi136 (mon.0) 2674 : audit [DBG] from='client.? 172.21.15.136:0/2496448304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:41 smithi145 bash[13673]: audit 2022-04-26T04:42:40.370366+0000 mon.smithi136 (mon.0) 2674 : audit [DBG] from='client.? 172.21.15.136:0/2496448304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:42 smithi136 bash[11745]: cluster 2022-04-26T04:42:40.396997+0000 mgr.smithi136.ofnrfx (mgr.14188) 3811 : cluster [DBG] pgmap v3560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:42 smithi145 bash[13673]: cluster 2022-04-26T04:42:40.396997+0000 mgr.smithi136.ofnrfx (mgr.14188) 3811 : cluster [DBG] pgmap v3560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:44 smithi136 bash[11745]: cluster 2022-04-26T04:42:42.397610+0000 mgr.smithi136.ofnrfx (mgr.14188) 3812 : cluster [DBG] pgmap v3561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:44 smithi145 bash[13673]: cluster 2022-04-26T04:42:42.397610+0000 mgr.smithi136.ofnrfx (mgr.14188) 3812 : cluster [DBG] pgmap v3561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:45.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:45.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:45.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:45.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:46 smithi136 bash[11745]: cluster 2022-04-26T04:42:44.398182+0000 mgr.smithi136.ofnrfx (mgr.14188) 3813 : cluster [DBG] pgmap v3562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:46 smithi136 bash[11745]: audit 2022-04-26T04:42:45.701972+0000 mon.smithi136 (mon.0) 2675 : audit [DBG] from='client.? 172.21.15.136:0/3966123968' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:46 smithi145 bash[13673]: cluster 2022-04-26T04:42:44.398182+0000 mgr.smithi136.ofnrfx (mgr.14188) 3813 : cluster [DBG] pgmap v3562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:46 smithi145 bash[13673]: audit 2022-04-26T04:42:45.701972+0000 mon.smithi136 (mon.0) 2675 : audit [DBG] from='client.? 172.21.15.136:0/3966123968' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:48 smithi145 bash[13673]: cluster 2022-04-26T04:42:46.398810+0000 mgr.smithi136.ofnrfx (mgr.14188) 3814 : cluster [DBG] pgmap v3563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:48 smithi136 bash[11745]: cluster 2022-04-26T04:42:46.398810+0000 mgr.smithi136.ofnrfx (mgr.14188) 3814 : cluster [DBG] pgmap v3563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:50 smithi136 bash[11745]: cluster 2022-04-26T04:42:48.399424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3815 : cluster [DBG] pgmap v3564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:50 smithi145 bash[13673]: cluster 2022-04-26T04:42:48.399424+0000 mgr.smithi136.ofnrfx (mgr.14188) 3815 : cluster [DBG] pgmap v3564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:50.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:50.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:50.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:51.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:51 smithi136 bash[11745]: audit 2022-04-26T04:42:51.030166+0000 mon.smithi136 (mon.0) 2676 : audit [DBG] from='client.? 172.21.15.136:0/2643669122' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:51 smithi145 bash[13673]: audit 2022-04-26T04:42:51.030166+0000 mon.smithi136 (mon.0) 2676 : audit [DBG] from='client.? 172.21.15.136:0/2643669122' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:52 smithi136 bash[11745]: cluster 2022-04-26T04:42:50.400038+0000 mgr.smithi136.ofnrfx (mgr.14188) 3816 : cluster [DBG] pgmap v3565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:52 smithi145 bash[13673]: cluster 2022-04-26T04:42:50.400038+0000 mgr.smithi136.ofnrfx (mgr.14188) 3816 : cluster [DBG] pgmap v3565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:53 smithi136 bash[11745]: audit 2022-04-26T04:42:52.408538+0000 mon.smithi136 (mon.0) 2677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:42:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:53 smithi136 bash[11745]: audit 2022-04-26T04:42:52.411276+0000 mon.smithi136 (mon.0) 2678 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:42:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:53 smithi136 bash[11745]: audit 2022-04-26T04:42:52.413098+0000 mon.smithi136 (mon.0) 2679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:42:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:53 smithi136 bash[11745]: audit 2022-04-26T04:42:52.714180+0000 mon.smithi136 (mon.0) 2680 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:42:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:53 smithi136 bash[11745]: audit 2022-04-26T04:42:53.039932+0000 mon.smithi136 (mon.0) 2681 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:42:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:53 smithi136 bash[11745]: audit 2022-04-26T04:42:53.047427+0000 mon.smithi136 (mon.0) 2682 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:42:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:53 smithi145 bash[13673]: audit 2022-04-26T04:42:52.408538+0000 mon.smithi136 (mon.0) 2677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:42:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:53 smithi145 bash[13673]: audit 2022-04-26T04:42:52.411276+0000 mon.smithi136 (mon.0) 2678 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:42:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:53 smithi145 bash[13673]: audit 2022-04-26T04:42:52.413098+0000 mon.smithi136 (mon.0) 2679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:42:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:53 smithi145 bash[13673]: audit 2022-04-26T04:42:52.714180+0000 mon.smithi136 (mon.0) 2680 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:42:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:53 smithi145 bash[13673]: audit 2022-04-26T04:42:53.039932+0000 mon.smithi136 (mon.0) 2681 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:42:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:53 smithi145 bash[13673]: audit 2022-04-26T04:42:53.047427+0000 mon.smithi136 (mon.0) 2682 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:42:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:54 smithi136 bash[11745]: cluster 2022-04-26T04:42:52.400668+0000 mgr.smithi136.ofnrfx (mgr.14188) 3817 : cluster [DBG] pgmap v3566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:54 smithi136 bash[11745]: cluster 2022-04-26T04:42:53.033789+0000 mgr.smithi136.ofnrfx (mgr.14188) 3818 : cluster [DBG] pgmap v3567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:54 smithi136 bash[11745]: cluster 2022-04-26T04:42:53.034304+0000 mgr.smithi136.ofnrfx (mgr.14188) 3819 : cluster [DBG] pgmap v3568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:54 smithi136 bash[11745]: cephadm 2022-04-26T04:42:53.048555+0000 mgr.smithi136.ofnrfx (mgr.14188) 3820 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:42:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:54 smithi136 bash[11745]: cephadm 2022-04-26T04:42:53.048711+0000 mgr.smithi136.ofnrfx (mgr.14188) 3821 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:42:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:54 smithi145 bash[13673]: cluster 2022-04-26T04:42:52.400668+0000 mgr.smithi136.ofnrfx (mgr.14188) 3817 : cluster [DBG] pgmap v3566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:54 smithi145 bash[13673]: cluster 2022-04-26T04:42:53.033789+0000 mgr.smithi136.ofnrfx (mgr.14188) 3818 : cluster [DBG] pgmap v3567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:54 smithi145 bash[13673]: cluster 2022-04-26T04:42:53.034304+0000 mgr.smithi136.ofnrfx (mgr.14188) 3819 : cluster [DBG] pgmap v3568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:54 smithi145 bash[13673]: cephadm 2022-04-26T04:42:53.048555+0000 mgr.smithi136.ofnrfx (mgr.14188) 3820 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:42:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:54 smithi145 bash[13673]: cephadm 2022-04-26T04:42:53.048711+0000 mgr.smithi136.ofnrfx (mgr.14188) 3821 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:42:56.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:42:56.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:42:56.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:42:56.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:42:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:56 smithi136 bash[11745]: cluster 2022-04-26T04:42:55.034984+0000 mgr.smithi136.ofnrfx (mgr.14188) 3822 : cluster [DBG] pgmap v3569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:56 smithi145 bash[13673]: cluster 2022-04-26T04:42:55.034984+0000 mgr.smithi136.ofnrfx (mgr.14188) 3822 : cluster [DBG] pgmap v3569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:57 smithi136 bash[11745]: audit 2022-04-26T04:42:56.356151+0000 mon.smithi136 (mon.0) 2683 : audit [DBG] from='client.? 172.21.15.136:0/1988921051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:57 smithi145 bash[13673]: audit 2022-04-26T04:42:56.356151+0000 mon.smithi136 (mon.0) 2683 : audit [DBG] from='client.? 172.21.15.136:0/1988921051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:42:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:42:58 smithi145 bash[13673]: cluster 2022-04-26T04:42:57.035730+0000 mgr.smithi136.ofnrfx (mgr.14188) 3823 : cluster [DBG] pgmap v3570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:42:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:42:58 smithi136 bash[11745]: cluster 2022-04-26T04:42:57.035730+0000 mgr.smithi136.ofnrfx (mgr.14188) 3823 : cluster [DBG] pgmap v3570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:00 smithi136 bash[11745]: cluster 2022-04-26T04:42:59.036429+0000 mgr.smithi136.ofnrfx (mgr.14188) 3824 : cluster [DBG] pgmap v3571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:00 smithi145 bash[13673]: cluster 2022-04-26T04:42:59.036429+0000 mgr.smithi136.ofnrfx (mgr.14188) 3824 : cluster [DBG] pgmap v3571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:01.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:01.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:01.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:01.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:02 smithi136 bash[11745]: cluster 2022-04-26T04:43:01.037060+0000 mgr.smithi136.ofnrfx (mgr.14188) 3825 : cluster [DBG] pgmap v3572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:02 smithi136 bash[11745]: audit 2022-04-26T04:43:01.682264+0000 mon.smithi136 (mon.0) 2684 : audit [DBG] from='client.? 172.21.15.136:0/3567103040' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:02 smithi145 bash[13673]: cluster 2022-04-26T04:43:01.037060+0000 mgr.smithi136.ofnrfx (mgr.14188) 3825 : cluster [DBG] pgmap v3572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:02.666 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:02 smithi145 bash[13673]: audit 2022-04-26T04:43:01.682264+0000 mon.smithi136 (mon.0) 2684 : audit [DBG] from='client.? 172.21.15.136:0/3567103040' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:03 smithi136 bash[11745]: audit 2022-04-26T04:43:02.356079+0000 mon.smithi136 (mon.0) 2685 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:43:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:03 smithi136 bash[11745]: audit 2022-04-26T04:43:02.359995+0000 mon.smithi136 (mon.0) 2686 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:43:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:03 smithi145 bash[13673]: audit 2022-04-26T04:43:02.356079+0000 mon.smithi136 (mon.0) 2685 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:43:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:03 smithi145 bash[13673]: audit 2022-04-26T04:43:02.359995+0000 mon.smithi136 (mon.0) 2686 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:43:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:04 smithi136 bash[11745]: cluster 2022-04-26T04:43:03.037660+0000 mgr.smithi136.ofnrfx (mgr.14188) 3826 : cluster [DBG] pgmap v3573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:04 smithi145 bash[13673]: cluster 2022-04-26T04:43:03.037660+0000 mgr.smithi136.ofnrfx (mgr.14188) 3826 : cluster [DBG] pgmap v3573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:06 smithi136 bash[11745]: cluster 2022-04-26T04:43:05.038251+0000 mgr.smithi136.ofnrfx (mgr.14188) 3827 : cluster [DBG] pgmap v3574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:06 smithi145 bash[13673]: cluster 2022-04-26T04:43:05.038251+0000 mgr.smithi136.ofnrfx (mgr.14188) 3827 : cluster [DBG] pgmap v3574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:06.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:06.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:06.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:07.022 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:07 smithi136 bash[11745]: audit 2022-04-26T04:43:07.007030+0000 mon.smithi136 (mon.0) 2687 : audit [DBG] from='client.? 172.21.15.136:0/43402494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:07 smithi145 bash[13673]: audit 2022-04-26T04:43:07.007030+0000 mon.smithi136 (mon.0) 2687 : audit [DBG] from='client.? 172.21.15.136:0/43402494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:08 smithi145 bash[13673]: cluster 2022-04-26T04:43:07.038866+0000 mgr.smithi136.ofnrfx (mgr.14188) 3828 : cluster [DBG] pgmap v3575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:08 smithi136 bash[11745]: cluster 2022-04-26T04:43:07.038866+0000 mgr.smithi136.ofnrfx (mgr.14188) 3828 : cluster [DBG] pgmap v3575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:10 smithi136 bash[11745]: cluster 2022-04-26T04:43:09.039499+0000 mgr.smithi136.ofnrfx (mgr.14188) 3829 : cluster [DBG] pgmap v3576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:10 smithi145 bash[13673]: cluster 2022-04-26T04:43:09.039499+0000 mgr.smithi136.ofnrfx (mgr.14188) 3829 : cluster [DBG] pgmap v3576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:12.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:12.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:12.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:12.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:12 smithi136 bash[11745]: cluster 2022-04-26T04:43:11.040182+0000 mgr.smithi136.ofnrfx (mgr.14188) 3830 : cluster [DBG] pgmap v3577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:12 smithi145 bash[13673]: cluster 2022-04-26T04:43:11.040182+0000 mgr.smithi136.ofnrfx (mgr.14188) 3830 : cluster [DBG] pgmap v3577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:13 smithi136 bash[11745]: audit 2022-04-26T04:43:12.330479+0000 mon.smithi136 (mon.0) 2688 : audit [DBG] from='client.? 172.21.15.136:0/3367119661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:13 smithi145 bash[13673]: audit 2022-04-26T04:43:12.330479+0000 mon.smithi136 (mon.0) 2688 : audit [DBG] from='client.? 172.21.15.136:0/3367119661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:14 smithi145 bash[13673]: cluster 2022-04-26T04:43:13.040816+0000 mgr.smithi136.ofnrfx (mgr.14188) 3831 : cluster [DBG] pgmap v3578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:14 smithi136 bash[11745]: cluster 2022-04-26T04:43:13.040816+0000 mgr.smithi136.ofnrfx (mgr.14188) 3831 : cluster [DBG] pgmap v3578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:16 smithi145 bash[13673]: cluster 2022-04-26T04:43:15.041411+0000 mgr.smithi136.ofnrfx (mgr.14188) 3832 : cluster [DBG] pgmap v3579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:16 smithi136 bash[11745]: cluster 2022-04-26T04:43:15.041411+0000 mgr.smithi136.ofnrfx (mgr.14188) 3832 : cluster [DBG] pgmap v3579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:17.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:17.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:17.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:17.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:18 smithi145 bash[13673]: cluster 2022-04-26T04:43:17.042012+0000 mgr.smithi136.ofnrfx (mgr.14188) 3833 : cluster [DBG] pgmap v3580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:18 smithi145 bash[13673]: audit 2022-04-26T04:43:17.664288+0000 mon.smithi136 (mon.0) 2689 : audit [DBG] from='client.? 172.21.15.136:0/875191587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:18 smithi136 bash[11745]: cluster 2022-04-26T04:43:17.042012+0000 mgr.smithi136.ofnrfx (mgr.14188) 3833 : cluster [DBG] pgmap v3580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:18 smithi136 bash[11745]: audit 2022-04-26T04:43:17.664288+0000 mon.smithi136 (mon.0) 2689 : audit [DBG] from='client.? 172.21.15.136:0/875191587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:20 smithi136 bash[11745]: cluster 2022-04-26T04:43:19.042618+0000 mgr.smithi136.ofnrfx (mgr.14188) 3834 : cluster [DBG] pgmap v3581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:20 smithi145 bash[13673]: cluster 2022-04-26T04:43:19.042618+0000 mgr.smithi136.ofnrfx (mgr.14188) 3834 : cluster [DBG] pgmap v3581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:22 smithi145 bash[13673]: cluster 2022-04-26T04:43:21.043238+0000 mgr.smithi136.ofnrfx (mgr.14188) 3835 : cluster [DBG] pgmap v3582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:22.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:22.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:22.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:22 smithi136 bash[11745]: cluster 2022-04-26T04:43:21.043238+0000 mgr.smithi136.ofnrfx (mgr.14188) 3835 : cluster [DBG] pgmap v3582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:23.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:23 smithi145 bash[13673]: audit 2022-04-26T04:43:22.990088+0000 mon.smithi136 (mon.0) 2690 : audit [DBG] from='client.? 172.21.15.136:0/1303682413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:23 smithi136 bash[11745]: audit 2022-04-26T04:43:22.990088+0000 mon.smithi136 (mon.0) 2690 : audit [DBG] from='client.? 172.21.15.136:0/1303682413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:24 smithi145 bash[13673]: cluster 2022-04-26T04:43:23.043870+0000 mgr.smithi136.ofnrfx (mgr.14188) 3836 : cluster [DBG] pgmap v3583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:24 smithi136 bash[11745]: cluster 2022-04-26T04:43:23.043870+0000 mgr.smithi136.ofnrfx (mgr.14188) 3836 : cluster [DBG] pgmap v3583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:26 smithi145 bash[13673]: cluster 2022-04-26T04:43:25.044491+0000 mgr.smithi136.ofnrfx (mgr.14188) 3837 : cluster [DBG] pgmap v3584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:26 smithi136 bash[11745]: cluster 2022-04-26T04:43:25.044491+0000 mgr.smithi136.ofnrfx (mgr.14188) 3837 : cluster [DBG] pgmap v3584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:28.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:28.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:28.009 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:28.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:28 smithi145 bash[13673]: cluster 2022-04-26T04:43:27.045077+0000 mgr.smithi136.ofnrfx (mgr.14188) 3838 : cluster [DBG] pgmap v3585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:28 smithi145 bash[13673]: audit 2022-04-26T04:43:28.318144+0000 mon.smithi136 (mon.0) 2691 : audit [DBG] from='client.? 172.21.15.136:0/411467988' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:28 smithi136 bash[11745]: cluster 2022-04-26T04:43:27.045077+0000 mgr.smithi136.ofnrfx (mgr.14188) 3838 : cluster [DBG] pgmap v3585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:28 smithi136 bash[11745]: audit 2022-04-26T04:43:28.318144+0000 mon.smithi136 (mon.0) 2691 : audit [DBG] from='client.? 172.21.15.136:0/411467988' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:30 smithi136 bash[11745]: cluster 2022-04-26T04:43:29.045701+0000 mgr.smithi136.ofnrfx (mgr.14188) 3839 : cluster [DBG] pgmap v3586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:30 smithi145 bash[13673]: cluster 2022-04-26T04:43:29.045701+0000 mgr.smithi136.ofnrfx (mgr.14188) 3839 : cluster [DBG] pgmap v3586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:32 smithi145 bash[13673]: cluster 2022-04-26T04:43:31.046360+0000 mgr.smithi136.ofnrfx (mgr.14188) 3840 : cluster [DBG] pgmap v3587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:32 smithi136 bash[11745]: cluster 2022-04-26T04:43:31.046360+0000 mgr.smithi136.ofnrfx (mgr.14188) 3840 : cluster [DBG] pgmap v3587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:33.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:33.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:34 smithi145 bash[13673]: cluster 2022-04-26T04:43:33.047029+0000 mgr.smithi136.ofnrfx (mgr.14188) 3841 : cluster [DBG] pgmap v3588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:34 smithi145 bash[13673]: audit 2022-04-26T04:43:33.651156+0000 mon.smithi136 (mon.0) 2692 : audit [DBG] from='client.? 172.21.15.136:0/141663099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:34 smithi136 bash[11745]: cluster 2022-04-26T04:43:33.047029+0000 mgr.smithi136.ofnrfx (mgr.14188) 3841 : cluster [DBG] pgmap v3588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:34 smithi136 bash[11745]: audit 2022-04-26T04:43:33.651156+0000 mon.smithi136 (mon.0) 2692 : audit [DBG] from='client.? 172.21.15.136:0/141663099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:36 smithi145 bash[13673]: cluster 2022-04-26T04:43:35.047628+0000 mgr.smithi136.ofnrfx (mgr.14188) 3842 : cluster [DBG] pgmap v3589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:36 smithi136 bash[11745]: cluster 2022-04-26T04:43:35.047628+0000 mgr.smithi136.ofnrfx (mgr.14188) 3842 : cluster [DBG] pgmap v3589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:38 smithi145 bash[13673]: cluster 2022-04-26T04:43:37.048210+0000 mgr.smithi136.ofnrfx (mgr.14188) 3843 : cluster [DBG] pgmap v3590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:38.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:38.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:38.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:38 smithi136 bash[11745]: cluster 2022-04-26T04:43:37.048210+0000 mgr.smithi136.ofnrfx (mgr.14188) 3843 : cluster [DBG] pgmap v3590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:38.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:39 smithi145 bash[13673]: audit 2022-04-26T04:43:38.982292+0000 mon.smithi136 (mon.0) 2693 : audit [DBG] from='client.? 172.21.15.136:0/1734854668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:39 smithi136 bash[11745]: audit 2022-04-26T04:43:38.982292+0000 mon.smithi136 (mon.0) 2693 : audit [DBG] from='client.? 172.21.15.136:0/1734854668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:40 smithi136 bash[11745]: cluster 2022-04-26T04:43:39.048831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3844 : cluster [DBG] pgmap v3591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:40 smithi145 bash[13673]: cluster 2022-04-26T04:43:39.048831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3844 : cluster [DBG] pgmap v3591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:41 smithi145 bash[13673]: cluster 2022-04-26T04:43:41.049451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3845 : cluster [DBG] pgmap v3592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:41 smithi136 bash[11745]: cluster 2022-04-26T04:43:41.049451+0000 mgr.smithi136.ofnrfx (mgr.14188) 3845 : cluster [DBG] pgmap v3592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:44.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:44.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:44.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:44.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:44 smithi145 bash[13673]: cluster 2022-04-26T04:43:43.050092+0000 mgr.smithi136.ofnrfx (mgr.14188) 3846 : cluster [DBG] pgmap v3593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:44 smithi136 bash[11745]: cluster 2022-04-26T04:43:43.050092+0000 mgr.smithi136.ofnrfx (mgr.14188) 3846 : cluster [DBG] pgmap v3593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:45 smithi145 bash[13673]: audit 2022-04-26T04:43:44.310075+0000 mon.smithi136 (mon.0) 2694 : audit [DBG] from='client.? 172.21.15.136:0/2321198749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:45 smithi136 bash[11745]: audit 2022-04-26T04:43:44.310075+0000 mon.smithi136 (mon.0) 2694 : audit [DBG] from='client.? 172.21.15.136:0/2321198749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:46 smithi145 bash[13673]: cluster 2022-04-26T04:43:45.050679+0000 mgr.smithi136.ofnrfx (mgr.14188) 3847 : cluster [DBG] pgmap v3594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:46 smithi136 bash[11745]: cluster 2022-04-26T04:43:45.050679+0000 mgr.smithi136.ofnrfx (mgr.14188) 3847 : cluster [DBG] pgmap v3594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:48 smithi145 bash[13673]: cluster 2022-04-26T04:43:47.051298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3848 : cluster [DBG] pgmap v3595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:48 smithi136 bash[11745]: cluster 2022-04-26T04:43:47.051298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3848 : cluster [DBG] pgmap v3595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:49.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:49.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:49.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:49.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:50 smithi145 bash[13673]: cluster 2022-04-26T04:43:49.051956+0000 mgr.smithi136.ofnrfx (mgr.14188) 3849 : cluster [DBG] pgmap v3596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:50 smithi145 bash[13673]: audit 2022-04-26T04:43:49.640509+0000 mon.smithi136 (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.136:0/1015447278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:50 smithi136 bash[11745]: cluster 2022-04-26T04:43:49.051956+0000 mgr.smithi136.ofnrfx (mgr.14188) 3849 : cluster [DBG] pgmap v3596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:50 smithi136 bash[11745]: audit 2022-04-26T04:43:49.640509+0000 mon.smithi136 (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.136:0/1015447278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:52 smithi145 bash[13673]: cluster 2022-04-26T04:43:51.052578+0000 mgr.smithi136.ofnrfx (mgr.14188) 3850 : cluster [DBG] pgmap v3597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:52 smithi136 bash[11745]: cluster 2022-04-26T04:43:51.052578+0000 mgr.smithi136.ofnrfx (mgr.14188) 3850 : cluster [DBG] pgmap v3597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:53 smithi145 bash[13673]: audit 2022-04-26T04:43:53.059486+0000 mon.smithi136 (mon.0) 2696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:43:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:53 smithi145 bash[13673]: audit 2022-04-26T04:43:53.062281+0000 mon.smithi136 (mon.0) 2697 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:43:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:53 smithi145 bash[13673]: audit 2022-04-26T04:43:53.064274+0000 mon.smithi136 (mon.0) 2698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:43:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:53 smithi136 bash[11745]: audit 2022-04-26T04:43:53.059486+0000 mon.smithi136 (mon.0) 2696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:43:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:53 smithi136 bash[11745]: audit 2022-04-26T04:43:53.062281+0000 mon.smithi136 (mon.0) 2697 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:43:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:53 smithi136 bash[11745]: audit 2022-04-26T04:43:53.064274+0000 mon.smithi136 (mon.0) 2698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:43:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:54 smithi145 bash[13673]: cluster 2022-04-26T04:43:53.053142+0000 mgr.smithi136.ofnrfx (mgr.14188) 3851 : cluster [DBG] pgmap v3598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:54 smithi145 bash[13673]: cluster 2022-04-26T04:43:53.384713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3852 : cluster [DBG] pgmap v3599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:54 smithi145 bash[13673]: cluster 2022-04-26T04:43:53.385171+0000 mgr.smithi136.ofnrfx (mgr.14188) 3853 : cluster [DBG] pgmap v3600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:54 smithi145 bash[13673]: audit 2022-04-26T04:43:53.392414+0000 mon.smithi136 (mon.0) 2699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:43:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:54 smithi145 bash[13673]: audit 2022-04-26T04:43:53.399327+0000 mon.smithi136 (mon.0) 2700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:43:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:54 smithi136 bash[11745]: cluster 2022-04-26T04:43:53.053142+0000 mgr.smithi136.ofnrfx (mgr.14188) 3851 : cluster [DBG] pgmap v3598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:54 smithi136 bash[11745]: cluster 2022-04-26T04:43:53.384713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3852 : cluster [DBG] pgmap v3599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:54 smithi136 bash[11745]: cluster 2022-04-26T04:43:53.385171+0000 mgr.smithi136.ofnrfx (mgr.14188) 3853 : cluster [DBG] pgmap v3600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:54 smithi136 bash[11745]: audit 2022-04-26T04:43:53.392414+0000 mon.smithi136 (mon.0) 2699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:43:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:54 smithi136 bash[11745]: audit 2022-04-26T04:43:53.399327+0000 mon.smithi136 (mon.0) 2700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:43:54.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:54.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:54.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:43:54.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:43:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:55 smithi136 bash[11745]: cephadm 2022-04-26T04:43:53.400579+0000 mgr.smithi136.ofnrfx (mgr.14188) 3854 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:43:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:55 smithi136 bash[11745]: cephadm 2022-04-26T04:43:53.400699+0000 mgr.smithi136.ofnrfx (mgr.14188) 3855 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:43:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:55 smithi136 bash[11745]: audit 2022-04-26T04:43:54.971405+0000 mon.smithi136 (mon.0) 2701 : audit [DBG] from='client.? 172.21.15.136:0/4100661351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:55 smithi145 bash[13673]: cephadm 2022-04-26T04:43:53.400579+0000 mgr.smithi136.ofnrfx (mgr.14188) 3854 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:43:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:55 smithi145 bash[13673]: cephadm 2022-04-26T04:43:53.400699+0000 mgr.smithi136.ofnrfx (mgr.14188) 3855 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:43:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:55 smithi145 bash[13673]: audit 2022-04-26T04:43:54.971405+0000 mon.smithi136 (mon.0) 2701 : audit [DBG] from='client.? 172.21.15.136:0/4100661351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:43:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:56 smithi136 bash[11745]: cluster 2022-04-26T04:43:55.385779+0000 mgr.smithi136.ofnrfx (mgr.14188) 3856 : cluster [DBG] pgmap v3601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:56 smithi145 bash[13673]: cluster 2022-04-26T04:43:55.385779+0000 mgr.smithi136.ofnrfx (mgr.14188) 3856 : cluster [DBG] pgmap v3601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:57 smithi136 bash[11745]: cluster 2022-04-26T04:43:57.386411+0000 mgr.smithi136.ofnrfx (mgr.14188) 3857 : cluster [DBG] pgmap v3602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:57 smithi145 bash[13673]: cluster 2022-04-26T04:43:57.386411+0000 mgr.smithi136.ofnrfx (mgr.14188) 3857 : cluster [DBG] pgmap v3602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:43:59 smithi136 bash[11745]: cluster 2022-04-26T04:43:59.387126+0000 mgr.smithi136.ofnrfx (mgr.14188) 3858 : cluster [DBG] pgmap v3603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:43:59 smithi145 bash[13673]: cluster 2022-04-26T04:43:59.387126+0000 mgr.smithi136.ofnrfx (mgr.14188) 3858 : cluster [DBG] pgmap v3603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:43:59.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:43:59.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:43:59.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:00.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:01 smithi145 bash[13673]: audit 2022-04-26T04:44:00.304067+0000 mon.smithi136 (mon.0) 2702 : audit [DBG] from='client.? 172.21.15.136:0/862830822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:01 smithi136 bash[11745]: audit 2022-04-26T04:44:00.304067+0000 mon.smithi136 (mon.0) 2702 : audit [DBG] from='client.? 172.21.15.136:0/862830822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:02 smithi145 bash[13673]: cluster 2022-04-26T04:44:01.387856+0000 mgr.smithi136.ofnrfx (mgr.14188) 3859 : cluster [DBG] pgmap v3604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:02 smithi136 bash[11745]: cluster 2022-04-26T04:44:01.387856+0000 mgr.smithi136.ofnrfx (mgr.14188) 3859 : cluster [DBG] pgmap v3604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:03 smithi145 bash[13673]: audit 2022-04-26T04:44:02.360293+0000 mon.smithi136 (mon.0) 2703 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:44:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:03 smithi145 bash[13673]: audit 2022-04-26T04:44:02.364270+0000 mon.smithi136 (mon.0) 2704 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:44:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:03 smithi136 bash[11745]: audit 2022-04-26T04:44:02.360293+0000 mon.smithi136 (mon.0) 2703 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:44:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:03 smithi136 bash[11745]: audit 2022-04-26T04:44:02.364270+0000 mon.smithi136 (mon.0) 2704 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:44:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:04 smithi145 bash[13673]: cluster 2022-04-26T04:44:03.388584+0000 mgr.smithi136.ofnrfx (mgr.14188) 3860 : cluster [DBG] pgmap v3605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:04 smithi136 bash[11745]: cluster 2022-04-26T04:44:03.388584+0000 mgr.smithi136.ofnrfx (mgr.14188) 3860 : cluster [DBG] pgmap v3605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:05.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:05.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:05.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:05.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:06 smithi145 bash[13673]: cluster 2022-04-26T04:44:05.389314+0000 mgr.smithi136.ofnrfx (mgr.14188) 3861 : cluster [DBG] pgmap v3606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:06 smithi145 bash[13673]: audit 2022-04-26T04:44:05.635410+0000 mon.smithi136 (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.136:0/614722903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:06 smithi136 bash[11745]: cluster 2022-04-26T04:44:05.389314+0000 mgr.smithi136.ofnrfx (mgr.14188) 3861 : cluster [DBG] pgmap v3606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:06 smithi136 bash[11745]: audit 2022-04-26T04:44:05.635410+0000 mon.smithi136 (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.136:0/614722903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:07 smithi136 bash[11745]: cluster 2022-04-26T04:44:07.390143+0000 mgr.smithi136.ofnrfx (mgr.14188) 3862 : cluster [DBG] pgmap v3607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:07.892 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:07 smithi145 bash[13673]: cluster 2022-04-26T04:44:07.390143+0000 mgr.smithi136.ofnrfx (mgr.14188) 3862 : cluster [DBG] pgmap v3607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:09 smithi136 bash[11745]: cluster 2022-04-26T04:44:09.390799+0000 mgr.smithi136.ofnrfx (mgr.14188) 3863 : cluster [DBG] pgmap v3608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:09 smithi145 bash[13673]: cluster 2022-04-26T04:44:09.390799+0000 mgr.smithi136.ofnrfx (mgr.14188) 3863 : cluster [DBG] pgmap v3608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:10.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:10.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:10.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:10.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:11 smithi145 bash[13673]: audit 2022-04-26T04:44:10.963349+0000 mon.smithi136 (mon.0) 2706 : audit [DBG] from='client.? 172.21.15.136:0/3682364519' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:11 smithi136 bash[11745]: audit 2022-04-26T04:44:10.963349+0000 mon.smithi136 (mon.0) 2706 : audit [DBG] from='client.? 172.21.15.136:0/3682364519' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:12 smithi145 bash[13673]: cluster 2022-04-26T04:44:11.391467+0000 mgr.smithi136.ofnrfx (mgr.14188) 3864 : cluster [DBG] pgmap v3609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:12 smithi136 bash[11745]: cluster 2022-04-26T04:44:11.391467+0000 mgr.smithi136.ofnrfx (mgr.14188) 3864 : cluster [DBG] pgmap v3609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:14 smithi136 bash[11745]: cluster 2022-04-26T04:44:13.392071+0000 mgr.smithi136.ofnrfx (mgr.14188) 3865 : cluster [DBG] pgmap v3610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:14 smithi145 bash[13673]: cluster 2022-04-26T04:44:13.392071+0000 mgr.smithi136.ofnrfx (mgr.14188) 3865 : cluster [DBG] pgmap v3610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:15.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:15.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:15.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:16.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:17 smithi145 bash[13673]: cluster 2022-04-26T04:44:15.392671+0000 mgr.smithi136.ofnrfx (mgr.14188) 3866 : cluster [DBG] pgmap v3611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:17 smithi145 bash[13673]: audit 2022-04-26T04:44:16.288811+0000 mon.smithi136 (mon.0) 2707 : audit [DBG] from='client.? 172.21.15.136:0/2268934656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:17 smithi136 bash[11745]: cluster 2022-04-26T04:44:15.392671+0000 mgr.smithi136.ofnrfx (mgr.14188) 3866 : cluster [DBG] pgmap v3611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:17 smithi136 bash[11745]: audit 2022-04-26T04:44:16.288811+0000 mon.smithi136 (mon.0) 2707 : audit [DBG] from='client.? 172.21.15.136:0/2268934656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:19 smithi145 bash[13673]: cluster 2022-04-26T04:44:17.393318+0000 mgr.smithi136.ofnrfx (mgr.14188) 3867 : cluster [DBG] pgmap v3612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:19 smithi136 bash[11745]: cluster 2022-04-26T04:44:17.393318+0000 mgr.smithi136.ofnrfx (mgr.14188) 3867 : cluster [DBG] pgmap v3612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:21.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:21.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:21.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:21 smithi145 bash[13673]: cluster 2022-04-26T04:44:19.393890+0000 mgr.smithi136.ofnrfx (mgr.14188) 3868 : cluster [DBG] pgmap v3613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:21 smithi136 bash[11745]: cluster 2022-04-26T04:44:19.393890+0000 mgr.smithi136.ofnrfx (mgr.14188) 3868 : cluster [DBG] pgmap v3613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:21.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:22 smithi145 bash[13673]: audit 2022-04-26T04:44:21.617057+0000 mon.smithi136 (mon.0) 2708 : audit [DBG] from='client.? 172.21.15.136:0/3915213997' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:22 smithi136 bash[11745]: audit 2022-04-26T04:44:21.617057+0000 mon.smithi136 (mon.0) 2708 : audit [DBG] from='client.? 172.21.15.136:0/3915213997' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:23 smithi145 bash[13673]: cluster 2022-04-26T04:44:21.394478+0000 mgr.smithi136.ofnrfx (mgr.14188) 3869 : cluster [DBG] pgmap v3614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:23 smithi136 bash[11745]: cluster 2022-04-26T04:44:21.394478+0000 mgr.smithi136.ofnrfx (mgr.14188) 3869 : cluster [DBG] pgmap v3614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:25 smithi145 bash[13673]: cluster 2022-04-26T04:44:23.395112+0000 mgr.smithi136.ofnrfx (mgr.14188) 3870 : cluster [DBG] pgmap v3615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:25 smithi136 bash[11745]: cluster 2022-04-26T04:44:23.395112+0000 mgr.smithi136.ofnrfx (mgr.14188) 3870 : cluster [DBG] pgmap v3615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:26.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:26.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:26.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:26.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:27 smithi145 bash[13673]: cluster 2022-04-26T04:44:25.395762+0000 mgr.smithi136.ofnrfx (mgr.14188) 3871 : cluster [DBG] pgmap v3616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:27 smithi145 bash[13673]: audit 2022-04-26T04:44:26.942560+0000 mon.smithi136 (mon.0) 2709 : audit [DBG] from='client.? 172.21.15.136:0/4163265405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:27 smithi136 bash[11745]: cluster 2022-04-26T04:44:25.395762+0000 mgr.smithi136.ofnrfx (mgr.14188) 3871 : cluster [DBG] pgmap v3616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:27 smithi136 bash[11745]: audit 2022-04-26T04:44:26.942560+0000 mon.smithi136 (mon.0) 2709 : audit [DBG] from='client.? 172.21.15.136:0/4163265405' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:29 smithi145 bash[13673]: cluster 2022-04-26T04:44:27.396406+0000 mgr.smithi136.ofnrfx (mgr.14188) 3872 : cluster [DBG] pgmap v3617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:29 smithi136 bash[11745]: cluster 2022-04-26T04:44:27.396406+0000 mgr.smithi136.ofnrfx (mgr.14188) 3872 : cluster [DBG] pgmap v3617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:31 smithi145 bash[13673]: cluster 2022-04-26T04:44:29.397011+0000 mgr.smithi136.ofnrfx (mgr.14188) 3873 : cluster [DBG] pgmap v3618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:31 smithi136 bash[11745]: cluster 2022-04-26T04:44:29.397011+0000 mgr.smithi136.ofnrfx (mgr.14188) 3873 : cluster [DBG] pgmap v3618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:31.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:31.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:31.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:32.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:33 smithi145 bash[13673]: cluster 2022-04-26T04:44:31.397662+0000 mgr.smithi136.ofnrfx (mgr.14188) 3874 : cluster [DBG] pgmap v3619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:33 smithi145 bash[13673]: audit 2022-04-26T04:44:32.265324+0000 mon.smithi136 (mon.0) 2710 : audit [DBG] from='client.? 172.21.15.136:0/3119954423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:33 smithi136 bash[11745]: cluster 2022-04-26T04:44:31.397662+0000 mgr.smithi136.ofnrfx (mgr.14188) 3874 : cluster [DBG] pgmap v3619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:33 smithi136 bash[11745]: audit 2022-04-26T04:44:32.265324+0000 mon.smithi136 (mon.0) 2710 : audit [DBG] from='client.? 172.21.15.136:0/3119954423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:35 smithi145 bash[13673]: cluster 2022-04-26T04:44:33.398272+0000 mgr.smithi136.ofnrfx (mgr.14188) 3875 : cluster [DBG] pgmap v3620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:35 smithi136 bash[11745]: cluster 2022-04-26T04:44:33.398272+0000 mgr.smithi136.ofnrfx (mgr.14188) 3875 : cluster [DBG] pgmap v3620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:37.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:37.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:37.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:37 smithi145 bash[13673]: cluster 2022-04-26T04:44:35.398886+0000 mgr.smithi136.ofnrfx (mgr.14188) 3876 : cluster [DBG] pgmap v3621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:37 smithi136 bash[11745]: cluster 2022-04-26T04:44:35.398886+0000 mgr.smithi136.ofnrfx (mgr.14188) 3876 : cluster [DBG] pgmap v3621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:37.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:38 smithi136 bash[11745]: audit 2022-04-26T04:44:37.599265+0000 mon.smithi136 (mon.0) 2711 : audit [DBG] from='client.? 172.21.15.136:0/3131073073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:38.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:38 smithi145 bash[13673]: audit 2022-04-26T04:44:37.599265+0000 mon.smithi136 (mon.0) 2711 : audit [DBG] from='client.? 172.21.15.136:0/3131073073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:39 smithi136 bash[11745]: cluster 2022-04-26T04:44:37.399637+0000 mgr.smithi136.ofnrfx (mgr.14188) 3877 : cluster [DBG] pgmap v3622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:39 smithi145 bash[13673]: cluster 2022-04-26T04:44:37.399637+0000 mgr.smithi136.ofnrfx (mgr.14188) 3877 : cluster [DBG] pgmap v3622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:41 smithi136 bash[11745]: cluster 2022-04-26T04:44:39.400306+0000 mgr.smithi136.ofnrfx (mgr.14188) 3878 : cluster [DBG] pgmap v3623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:41 smithi145 bash[13673]: cluster 2022-04-26T04:44:39.400306+0000 mgr.smithi136.ofnrfx (mgr.14188) 3878 : cluster [DBG] pgmap v3623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:42.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:42.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:42.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:42.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:43 smithi136 bash[11745]: cluster 2022-04-26T04:44:41.400939+0000 mgr.smithi136.ofnrfx (mgr.14188) 3879 : cluster [DBG] pgmap v3624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:43 smithi136 bash[11745]: audit 2022-04-26T04:44:42.922293+0000 mon.smithi136 (mon.0) 2712 : audit [DBG] from='client.? 172.21.15.136:0/2648255340' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:43 smithi145 bash[13673]: cluster 2022-04-26T04:44:41.400939+0000 mgr.smithi136.ofnrfx (mgr.14188) 3879 : cluster [DBG] pgmap v3624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:43 smithi145 bash[13673]: audit 2022-04-26T04:44:42.922293+0000 mon.smithi136 (mon.0) 2712 : audit [DBG] from='client.? 172.21.15.136:0/2648255340' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:45 smithi136 bash[11745]: cluster 2022-04-26T04:44:43.401568+0000 mgr.smithi136.ofnrfx (mgr.14188) 3880 : cluster [DBG] pgmap v3625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:45 smithi145 bash[13673]: cluster 2022-04-26T04:44:43.401568+0000 mgr.smithi136.ofnrfx (mgr.14188) 3880 : cluster [DBG] pgmap v3625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:47 smithi136 bash[11745]: cluster 2022-04-26T04:44:45.402173+0000 mgr.smithi136.ofnrfx (mgr.14188) 3881 : cluster [DBG] pgmap v3626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:47 smithi145 bash[13673]: cluster 2022-04-26T04:44:45.402173+0000 mgr.smithi136.ofnrfx (mgr.14188) 3881 : cluster [DBG] pgmap v3626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:47.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:47.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:47.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:48.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:49 smithi136 bash[11745]: cluster 2022-04-26T04:44:47.402817+0000 mgr.smithi136.ofnrfx (mgr.14188) 3882 : cluster [DBG] pgmap v3627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:49 smithi136 bash[11745]: audit 2022-04-26T04:44:48.249786+0000 mon.smithi136 (mon.0) 2713 : audit [DBG] from='client.? 172.21.15.136:0/3032997367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:49 smithi145 bash[13673]: cluster 2022-04-26T04:44:47.402817+0000 mgr.smithi136.ofnrfx (mgr.14188) 3882 : cluster [DBG] pgmap v3627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:49 smithi145 bash[13673]: audit 2022-04-26T04:44:48.249786+0000 mon.smithi136 (mon.0) 2713 : audit [DBG] from='client.? 172.21.15.136:0/3032997367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:51 smithi136 bash[11745]: cluster 2022-04-26T04:44:49.403506+0000 mgr.smithi136.ofnrfx (mgr.14188) 3883 : cluster [DBG] pgmap v3628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:51 smithi145 bash[13673]: cluster 2022-04-26T04:44:49.403506+0000 mgr.smithi136.ofnrfx (mgr.14188) 3883 : cluster [DBG] pgmap v3628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:53.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:53.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:53.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:53 smithi136 bash[11745]: cluster 2022-04-26T04:44:51.404143+0000 mgr.smithi136.ofnrfx (mgr.14188) 3884 : cluster [DBG] pgmap v3629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:53.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:53 smithi145 bash[13673]: cluster 2022-04-26T04:44:51.404143+0000 mgr.smithi136.ofnrfx (mgr.14188) 3884 : cluster [DBG] pgmap v3629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:54 smithi136 bash[11745]: audit 2022-04-26T04:44:53.407035+0000 mon.smithi136 (mon.0) 2714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:54 smithi136 bash[11745]: audit 2022-04-26T04:44:53.408789+0000 mon.smithi136 (mon.0) 2715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:54 smithi136 bash[11745]: audit 2022-04-26T04:44:53.409885+0000 mon.smithi136 (mon.0) 2716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:54 smithi136 bash[11745]: audit 2022-04-26T04:44:53.599868+0000 mon.smithi136 (mon.0) 2717 : audit [DBG] from='client.? 172.21.15.136:0/3939076437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:54 smithi136 bash[11745]: audit 2022-04-26T04:44:53.718585+0000 mon.smithi136 (mon.0) 2718 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:54 smithi136 bash[11745]: audit 2022-04-26T04:44:54.043759+0000 mon.smithi136 (mon.0) 2719 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:54 smithi136 bash[11745]: audit 2022-04-26T04:44:54.053039+0000 mon.smithi136 (mon.0) 2720 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:44:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:54 smithi145 bash[13673]: audit 2022-04-26T04:44:53.407035+0000 mon.smithi136 (mon.0) 2714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:44:54.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:54 smithi145 bash[13673]: audit 2022-04-26T04:44:53.408789+0000 mon.smithi136 (mon.0) 2715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:44:54.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:54 smithi145 bash[13673]: audit 2022-04-26T04:44:53.409885+0000 mon.smithi136 (mon.0) 2716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:44:54.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:54 smithi145 bash[13673]: audit 2022-04-26T04:44:53.599868+0000 mon.smithi136 (mon.0) 2717 : audit [DBG] from='client.? 172.21.15.136:0/3939076437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:54.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:54 smithi145 bash[13673]: audit 2022-04-26T04:44:53.718585+0000 mon.smithi136 (mon.0) 2718 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:44:54.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:54 smithi145 bash[13673]: audit 2022-04-26T04:44:54.043759+0000 mon.smithi136 (mon.0) 2719 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:44:54.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:54 smithi145 bash[13673]: audit 2022-04-26T04:44:54.053039+0000 mon.smithi136 (mon.0) 2720 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:44:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:55 smithi136 bash[11745]: cluster 2022-04-26T04:44:53.404620+0000 mgr.smithi136.ofnrfx (mgr.14188) 3885 : cluster [DBG] pgmap v3630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:55 smithi136 bash[11745]: cluster 2022-04-26T04:44:54.035827+0000 mgr.smithi136.ofnrfx (mgr.14188) 3886 : cluster [DBG] pgmap v3631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:55 smithi136 bash[11745]: cluster 2022-04-26T04:44:54.036226+0000 mgr.smithi136.ofnrfx (mgr.14188) 3887 : cluster [DBG] pgmap v3632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:55 smithi136 bash[11745]: cephadm 2022-04-26T04:44:54.054715+0000 mgr.smithi136.ofnrfx (mgr.14188) 3888 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:44:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:55 smithi136 bash[11745]: cephadm 2022-04-26T04:44:54.054947+0000 mgr.smithi136.ofnrfx (mgr.14188) 3889 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:44:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:55 smithi145 bash[13673]: cluster 2022-04-26T04:44:53.404620+0000 mgr.smithi136.ofnrfx (mgr.14188) 3885 : cluster [DBG] pgmap v3630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:55 smithi145 bash[13673]: cluster 2022-04-26T04:44:54.035827+0000 mgr.smithi136.ofnrfx (mgr.14188) 3886 : cluster [DBG] pgmap v3631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:55 smithi145 bash[13673]: cluster 2022-04-26T04:44:54.036226+0000 mgr.smithi136.ofnrfx (mgr.14188) 3887 : cluster [DBG] pgmap v3632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:55 smithi145 bash[13673]: cephadm 2022-04-26T04:44:54.054715+0000 mgr.smithi136.ofnrfx (mgr.14188) 3888 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:44:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:55 smithi145 bash[13673]: cephadm 2022-04-26T04:44:54.054947+0000 mgr.smithi136.ofnrfx (mgr.14188) 3889 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:44:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:57 smithi136 bash[11745]: cluster 2022-04-26T04:44:56.036810+0000 mgr.smithi136.ofnrfx (mgr.14188) 3890 : cluster [DBG] pgmap v3633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:57 smithi145 bash[13673]: cluster 2022-04-26T04:44:56.036810+0000 mgr.smithi136.ofnrfx (mgr.14188) 3890 : cluster [DBG] pgmap v3633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:58.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:44:58.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:44:58.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:44:58.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:44:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:59 smithi136 bash[11745]: cluster 2022-04-26T04:44:58.037429+0000 mgr.smithi136.ofnrfx (mgr.14188) 3891 : cluster [DBG] pgmap v3634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:44:59 smithi136 bash[11745]: audit 2022-04-26T04:44:58.931099+0000 mon.smithi136 (mon.0) 2721 : audit [DBG] from='client.? 172.21.15.136:0/102141618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:44:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:59 smithi145 bash[13673]: cluster 2022-04-26T04:44:58.037429+0000 mgr.smithi136.ofnrfx (mgr.14188) 3891 : cluster [DBG] pgmap v3634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:44:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:44:59 smithi145 bash[13673]: audit 2022-04-26T04:44:58.931099+0000 mon.smithi136 (mon.0) 2721 : audit [DBG] from='client.? 172.21.15.136:0/102141618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:01 smithi136 bash[11745]: cluster 2022-04-26T04:45:00.038129+0000 mgr.smithi136.ofnrfx (mgr.14188) 3892 : cluster [DBG] pgmap v3635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:01 smithi145 bash[13673]: cluster 2022-04-26T04:45:00.038129+0000 mgr.smithi136.ofnrfx (mgr.14188) 3892 : cluster [DBG] pgmap v3635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:03 smithi136 bash[11745]: cluster 2022-04-26T04:45:02.038745+0000 mgr.smithi136.ofnrfx (mgr.14188) 3893 : cluster [DBG] pgmap v3636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:03 smithi136 bash[11745]: audit 2022-04-26T04:45:02.364372+0000 mon.smithi136 (mon.0) 2722 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:45:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:03 smithi136 bash[11745]: audit 2022-04-26T04:45:02.368133+0000 mon.smithi136 (mon.0) 2723 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:45:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:03 smithi145 bash[13673]: cluster 2022-04-26T04:45:02.038745+0000 mgr.smithi136.ofnrfx (mgr.14188) 3893 : cluster [DBG] pgmap v3636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:03 smithi145 bash[13673]: audit 2022-04-26T04:45:02.364372+0000 mon.smithi136 (mon.0) 2722 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:45:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:03 smithi145 bash[13673]: audit 2022-04-26T04:45:02.368133+0000 mon.smithi136 (mon.0) 2723 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:45:03.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:03.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:03.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:04.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:05 smithi136 bash[11745]: cluster 2022-04-26T04:45:04.039135+0000 mgr.smithi136.ofnrfx (mgr.14188) 3894 : cluster [DBG] pgmap v3637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:05 smithi136 bash[11745]: audit 2022-04-26T04:45:04.262619+0000 mon.smithi136 (mon.0) 2724 : audit [DBG] from='client.? 172.21.15.136:0/1943516076' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:05 smithi145 bash[13673]: cluster 2022-04-26T04:45:04.039135+0000 mgr.smithi136.ofnrfx (mgr.14188) 3894 : cluster [DBG] pgmap v3637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:05.657 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:05 smithi145 bash[13673]: audit 2022-04-26T04:45:04.262619+0000 mon.smithi136 (mon.0) 2724 : audit [DBG] from='client.? 172.21.15.136:0/1943516076' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:07 smithi136 bash[11745]: cluster 2022-04-26T04:45:06.039823+0000 mgr.smithi136.ofnrfx (mgr.14188) 3895 : cluster [DBG] pgmap v3638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:07 smithi145 bash[13673]: cluster 2022-04-26T04:45:06.039823+0000 mgr.smithi136.ofnrfx (mgr.14188) 3895 : cluster [DBG] pgmap v3638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:09.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:09.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:09.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:09 smithi136 bash[11745]: cluster 2022-04-26T04:45:08.040596+0000 mgr.smithi136.ofnrfx (mgr.14188) 3896 : cluster [DBG] pgmap v3639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:09.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:09 smithi145 bash[13673]: cluster 2022-04-26T04:45:08.040596+0000 mgr.smithi136.ofnrfx (mgr.14188) 3896 : cluster [DBG] pgmap v3639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:10 smithi136 bash[11745]: audit 2022-04-26T04:45:09.591073+0000 mon.smithi136 (mon.0) 2725 : audit [DBG] from='client.? 172.21.15.136:0/3112982383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:10 smithi145 bash[13673]: audit 2022-04-26T04:45:09.591073+0000 mon.smithi136 (mon.0) 2725 : audit [DBG] from='client.? 172.21.15.136:0/3112982383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:11 smithi136 bash[11745]: cluster 2022-04-26T04:45:10.041249+0000 mgr.smithi136.ofnrfx (mgr.14188) 3897 : cluster [DBG] pgmap v3640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:11 smithi145 bash[13673]: cluster 2022-04-26T04:45:10.041249+0000 mgr.smithi136.ofnrfx (mgr.14188) 3897 : cluster [DBG] pgmap v3640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:13 smithi136 bash[11745]: cluster 2022-04-26T04:45:12.041881+0000 mgr.smithi136.ofnrfx (mgr.14188) 3898 : cluster [DBG] pgmap v3641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:13 smithi145 bash[13673]: cluster 2022-04-26T04:45:12.041881+0000 mgr.smithi136.ofnrfx (mgr.14188) 3898 : cluster [DBG] pgmap v3641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:14.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:14.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:14.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:14.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:15 smithi136 bash[11745]: cluster 2022-04-26T04:45:14.042497+0000 mgr.smithi136.ofnrfx (mgr.14188) 3899 : cluster [DBG] pgmap v3642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:15 smithi136 bash[11745]: audit 2022-04-26T04:45:14.914148+0000 mon.smithi136 (mon.0) 2726 : audit [DBG] from='client.? 172.21.15.136:0/765552480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:15 smithi145 bash[13673]: cluster 2022-04-26T04:45:14.042497+0000 mgr.smithi136.ofnrfx (mgr.14188) 3899 : cluster [DBG] pgmap v3642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:15 smithi145 bash[13673]: audit 2022-04-26T04:45:14.914148+0000 mon.smithi136 (mon.0) 2726 : audit [DBG] from='client.? 172.21.15.136:0/765552480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:17 smithi136 bash[11745]: cluster 2022-04-26T04:45:16.043071+0000 mgr.smithi136.ofnrfx (mgr.14188) 3900 : cluster [DBG] pgmap v3643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:17 smithi145 bash[13673]: cluster 2022-04-26T04:45:16.043071+0000 mgr.smithi136.ofnrfx (mgr.14188) 3900 : cluster [DBG] pgmap v3643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:19 smithi136 bash[11745]: cluster 2022-04-26T04:45:18.043732+0000 mgr.smithi136.ofnrfx (mgr.14188) 3901 : cluster [DBG] pgmap v3644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:19 smithi145 bash[13673]: cluster 2022-04-26T04:45:18.043732+0000 mgr.smithi136.ofnrfx (mgr.14188) 3901 : cluster [DBG] pgmap v3644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:19.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:19.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:19.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:20.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:21 smithi145 bash[13673]: cluster 2022-04-26T04:45:20.044302+0000 mgr.smithi136.ofnrfx (mgr.14188) 3902 : cluster [DBG] pgmap v3645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:21 smithi145 bash[13673]: audit 2022-04-26T04:45:20.246480+0000 mon.smithi136 (mon.0) 2727 : audit [DBG] from='client.? 172.21.15.136:0/4090095187' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:21 smithi136 bash[11745]: cluster 2022-04-26T04:45:20.044302+0000 mgr.smithi136.ofnrfx (mgr.14188) 3902 : cluster [DBG] pgmap v3645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:21 smithi136 bash[11745]: audit 2022-04-26T04:45:20.246480+0000 mon.smithi136 (mon.0) 2727 : audit [DBG] from='client.? 172.21.15.136:0/4090095187' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:23 smithi145 bash[13673]: cluster 2022-04-26T04:45:22.044943+0000 mgr.smithi136.ofnrfx (mgr.14188) 3903 : cluster [DBG] pgmap v3646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:23 smithi136 bash[11745]: cluster 2022-04-26T04:45:22.044943+0000 mgr.smithi136.ofnrfx (mgr.14188) 3903 : cluster [DBG] pgmap v3646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:25.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:25.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:25.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:25 smithi145 bash[13673]: cluster 2022-04-26T04:45:24.045595+0000 mgr.smithi136.ofnrfx (mgr.14188) 3904 : cluster [DBG] pgmap v3647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:25 smithi136 bash[11745]: cluster 2022-04-26T04:45:24.045595+0000 mgr.smithi136.ofnrfx (mgr.14188) 3904 : cluster [DBG] pgmap v3647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:25.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:26 smithi145 bash[13673]: audit 2022-04-26T04:45:25.582182+0000 mon.smithi136 (mon.0) 2728 : audit [DBG] from='client.? 172.21.15.136:0/3141452344' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:26 smithi136 bash[11745]: audit 2022-04-26T04:45:25.582182+0000 mon.smithi136 (mon.0) 2728 : audit [DBG] from='client.? 172.21.15.136:0/3141452344' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:27 smithi145 bash[13673]: cluster 2022-04-26T04:45:26.046216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3905 : cluster [DBG] pgmap v3648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:27 smithi136 bash[11745]: cluster 2022-04-26T04:45:26.046216+0000 mgr.smithi136.ofnrfx (mgr.14188) 3905 : cluster [DBG] pgmap v3648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:29 smithi145 bash[13673]: cluster 2022-04-26T04:45:28.046857+0000 mgr.smithi136.ofnrfx (mgr.14188) 3906 : cluster [DBG] pgmap v3649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:29 smithi136 bash[11745]: cluster 2022-04-26T04:45:28.046857+0000 mgr.smithi136.ofnrfx (mgr.14188) 3906 : cluster [DBG] pgmap v3649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:30.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:30.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:30.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:30.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:31 smithi145 bash[13673]: cluster 2022-04-26T04:45:30.047477+0000 mgr.smithi136.ofnrfx (mgr.14188) 3907 : cluster [DBG] pgmap v3650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:31 smithi145 bash[13673]: audit 2022-04-26T04:45:30.909047+0000 mon.smithi136 (mon.0) 2729 : audit [DBG] from='client.? 172.21.15.136:0/3875316894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:31 smithi136 bash[11745]: cluster 2022-04-26T04:45:30.047477+0000 mgr.smithi136.ofnrfx (mgr.14188) 3907 : cluster [DBG] pgmap v3650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:31 smithi136 bash[11745]: audit 2022-04-26T04:45:30.909047+0000 mon.smithi136 (mon.0) 2729 : audit [DBG] from='client.? 172.21.15.136:0/3875316894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:33 smithi136 bash[11745]: cluster 2022-04-26T04:45:32.048209+0000 mgr.smithi136.ofnrfx (mgr.14188) 3908 : cluster [DBG] pgmap v3651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:33 smithi145 bash[13673]: cluster 2022-04-26T04:45:32.048209+0000 mgr.smithi136.ofnrfx (mgr.14188) 3908 : cluster [DBG] pgmap v3651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:35 smithi136 bash[11745]: cluster 2022-04-26T04:45:34.048830+0000 mgr.smithi136.ofnrfx (mgr.14188) 3909 : cluster [DBG] pgmap v3652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:35 smithi145 bash[13673]: cluster 2022-04-26T04:45:34.048830+0000 mgr.smithi136.ofnrfx (mgr.14188) 3909 : cluster [DBG] pgmap v3652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:35.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:35.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:35.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:36.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:37 smithi136 bash[11745]: cluster 2022-04-26T04:45:36.049268+0000 mgr.smithi136.ofnrfx (mgr.14188) 3910 : cluster [DBG] pgmap v3653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:37 smithi136 bash[11745]: audit 2022-04-26T04:45:36.235981+0000 mon.smithi136 (mon.0) 2730 : audit [DBG] from='client.? 172.21.15.136:0/3869834620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:37 smithi145 bash[13673]: cluster 2022-04-26T04:45:36.049268+0000 mgr.smithi136.ofnrfx (mgr.14188) 3910 : cluster [DBG] pgmap v3653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:37 smithi145 bash[13673]: audit 2022-04-26T04:45:36.235981+0000 mon.smithi136 (mon.0) 2730 : audit [DBG] from='client.? 172.21.15.136:0/3869834620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:39 smithi136 bash[11745]: cluster 2022-04-26T04:45:38.049841+0000 mgr.smithi136.ofnrfx (mgr.14188) 3911 : cluster [DBG] pgmap v3654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:39 smithi145 bash[13673]: cluster 2022-04-26T04:45:38.049841+0000 mgr.smithi136.ofnrfx (mgr.14188) 3911 : cluster [DBG] pgmap v3654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:41.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:41.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:41.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:41 smithi136 bash[11745]: cluster 2022-04-26T04:45:40.050521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3912 : cluster [DBG] pgmap v3655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:41.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:41 smithi145 bash[13673]: cluster 2022-04-26T04:45:40.050521+0000 mgr.smithi136.ofnrfx (mgr.14188) 3912 : cluster [DBG] pgmap v3655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:42 smithi136 bash[11745]: audit 2022-04-26T04:45:41.566553+0000 mon.smithi136 (mon.0) 2731 : audit [DBG] from='client.? 172.21.15.136:0/3469599197' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:42 smithi145 bash[13673]: audit 2022-04-26T04:45:41.566553+0000 mon.smithi136 (mon.0) 2731 : audit [DBG] from='client.? 172.21.15.136:0/3469599197' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:43 smithi136 bash[11745]: cluster 2022-04-26T04:45:42.051173+0000 mgr.smithi136.ofnrfx (mgr.14188) 3913 : cluster [DBG] pgmap v3656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:43 smithi145 bash[13673]: cluster 2022-04-26T04:45:42.051173+0000 mgr.smithi136.ofnrfx (mgr.14188) 3913 : cluster [DBG] pgmap v3656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:45 smithi136 bash[11745]: cluster 2022-04-26T04:45:44.051849+0000 mgr.smithi136.ofnrfx (mgr.14188) 3914 : cluster [DBG] pgmap v3657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:45 smithi145 bash[13673]: cluster 2022-04-26T04:45:44.051849+0000 mgr.smithi136.ofnrfx (mgr.14188) 3914 : cluster [DBG] pgmap v3657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:46.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:46.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:46.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:46.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:47 smithi136 bash[11745]: cluster 2022-04-26T04:45:46.052545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3915 : cluster [DBG] pgmap v3658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:47 smithi136 bash[11745]: audit 2022-04-26T04:45:46.893654+0000 mon.smithi136 (mon.0) 2732 : audit [DBG] from='client.? 172.21.15.136:0/3489505861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:47 smithi145 bash[13673]: cluster 2022-04-26T04:45:46.052545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3915 : cluster [DBG] pgmap v3658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:47 smithi145 bash[13673]: audit 2022-04-26T04:45:46.893654+0000 mon.smithi136 (mon.0) 2732 : audit [DBG] from='client.? 172.21.15.136:0/3489505861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:49 smithi136 bash[11745]: cluster 2022-04-26T04:45:48.053199+0000 mgr.smithi136.ofnrfx (mgr.14188) 3916 : cluster [DBG] pgmap v3659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:49 smithi145 bash[13673]: cluster 2022-04-26T04:45:48.053199+0000 mgr.smithi136.ofnrfx (mgr.14188) 3916 : cluster [DBG] pgmap v3659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:51 smithi136 bash[11745]: cluster 2022-04-26T04:45:50.053782+0000 mgr.smithi136.ofnrfx (mgr.14188) 3917 : cluster [DBG] pgmap v3660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:51 smithi145 bash[13673]: cluster 2022-04-26T04:45:50.053782+0000 mgr.smithi136.ofnrfx (mgr.14188) 3917 : cluster [DBG] pgmap v3660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:51.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:51.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:51.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:52.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:53 smithi136 bash[11745]: cluster 2022-04-26T04:45:52.054298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3918 : cluster [DBG] pgmap v3661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:53 smithi136 bash[11745]: audit 2022-04-26T04:45:52.217986+0000 mon.smithi136 (mon.0) 2733 : audit [DBG] from='client.? 172.21.15.136:0/3773784224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:53 smithi145 bash[13673]: cluster 2022-04-26T04:45:52.054298+0000 mgr.smithi136.ofnrfx (mgr.14188) 3918 : cluster [DBG] pgmap v3661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:53.667 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:53 smithi145 bash[13673]: audit 2022-04-26T04:45:52.217986+0000 mon.smithi136 (mon.0) 2733 : audit [DBG] from='client.? 172.21.15.136:0/3773784224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:54 smithi136 bash[11745]: audit 2022-04-26T04:45:54.066205+0000 mon.smithi136 (mon.0) 2734 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:54 smithi136 bash[11745]: audit 2022-04-26T04:45:54.069105+0000 mon.smithi136 (mon.0) 2735 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:54 smithi136 bash[11745]: audit 2022-04-26T04:45:54.070922+0000 mon.smithi136 (mon.0) 2736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:45:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:54 smithi145 bash[13673]: audit 2022-04-26T04:45:54.066205+0000 mon.smithi136 (mon.0) 2734 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:45:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:54 smithi145 bash[13673]: audit 2022-04-26T04:45:54.069105+0000 mon.smithi136 (mon.0) 2735 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:45:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:54 smithi145 bash[13673]: audit 2022-04-26T04:45:54.070922+0000 mon.smithi136 (mon.0) 2736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:45:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:55 smithi136 bash[11745]: cluster 2022-04-26T04:45:54.054933+0000 mgr.smithi136.ofnrfx (mgr.14188) 3919 : cluster [DBG] pgmap v3662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:55 smithi136 bash[11745]: cluster 2022-04-26T04:45:54.394713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3920 : cluster [DBG] pgmap v3663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:55 smithi136 bash[11745]: cluster 2022-04-26T04:45:54.395203+0000 mgr.smithi136.ofnrfx (mgr.14188) 3921 : cluster [DBG] pgmap v3664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:55 smithi136 bash[11745]: audit 2022-04-26T04:45:54.400034+0000 mon.smithi136 (mon.0) 2737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:45:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:55 smithi136 bash[11745]: audit 2022-04-26T04:45:54.406150+0000 mon.smithi136 (mon.0) 2738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:45:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:55 smithi136 bash[11745]: cephadm 2022-04-26T04:45:54.407184+0000 mgr.smithi136.ofnrfx (mgr.14188) 3922 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:45:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:55 smithi136 bash[11745]: cephadm 2022-04-26T04:45:54.407315+0000 mgr.smithi136.ofnrfx (mgr.14188) 3923 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:45:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:55 smithi145 bash[13673]: cluster 2022-04-26T04:45:54.054933+0000 mgr.smithi136.ofnrfx (mgr.14188) 3919 : cluster [DBG] pgmap v3662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:55 smithi145 bash[13673]: cluster 2022-04-26T04:45:54.394713+0000 mgr.smithi136.ofnrfx (mgr.14188) 3920 : cluster [DBG] pgmap v3663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:55 smithi145 bash[13673]: cluster 2022-04-26T04:45:54.395203+0000 mgr.smithi136.ofnrfx (mgr.14188) 3921 : cluster [DBG] pgmap v3664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:55 smithi145 bash[13673]: audit 2022-04-26T04:45:54.400034+0000 mon.smithi136 (mon.0) 2737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:45:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:55 smithi145 bash[13673]: audit 2022-04-26T04:45:54.406150+0000 mon.smithi136 (mon.0) 2738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:45:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:55 smithi145 bash[13673]: cephadm 2022-04-26T04:45:54.407184+0000 mgr.smithi136.ofnrfx (mgr.14188) 3922 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:45:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:55 smithi145 bash[13673]: cephadm 2022-04-26T04:45:54.407315+0000 mgr.smithi136.ofnrfx (mgr.14188) 3923 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:45:57.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:45:57.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:45:57.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:45:57.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:45:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:57 smithi136 bash[11745]: cluster 2022-04-26T04:45:56.395876+0000 mgr.smithi136.ofnrfx (mgr.14188) 3924 : cluster [DBG] pgmap v3665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:57 smithi145 bash[13673]: cluster 2022-04-26T04:45:56.395876+0000 mgr.smithi136.ofnrfx (mgr.14188) 3924 : cluster [DBG] pgmap v3665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:58 smithi136 bash[11745]: audit 2022-04-26T04:45:57.552745+0000 mon.smithi136 (mon.0) 2739 : audit [DBG] from='client.? 172.21.15.136:0/1842515855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:58 smithi145 bash[13673]: audit 2022-04-26T04:45:57.552745+0000 mon.smithi136 (mon.0) 2739 : audit [DBG] from='client.? 172.21.15.136:0/1842515855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:45:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:45:59 smithi136 bash[11745]: cluster 2022-04-26T04:45:58.396495+0000 mgr.smithi136.ofnrfx (mgr.14188) 3925 : cluster [DBG] pgmap v3666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:45:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:45:59 smithi145 bash[13673]: cluster 2022-04-26T04:45:58.396495+0000 mgr.smithi136.ofnrfx (mgr.14188) 3925 : cluster [DBG] pgmap v3666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:01 smithi145 bash[13673]: cluster 2022-04-26T04:46:00.397112+0000 mgr.smithi136.ofnrfx (mgr.14188) 3926 : cluster [DBG] pgmap v3667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:01 smithi136 bash[11745]: cluster 2022-04-26T04:46:00.397112+0000 mgr.smithi136.ofnrfx (mgr.14188) 3926 : cluster [DBG] pgmap v3667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:02.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:02.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:02.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:02 smithi136 bash[11745]: audit 2022-04-26T04:46:02.368400+0000 mon.smithi136 (mon.0) 2740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:46:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:02 smithi136 bash[11745]: audit 2022-04-26T04:46:02.372304+0000 mon.smithi136 (mon.0) 2741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:46:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:02 smithi136 bash[11745]: cluster 2022-04-26T04:46:02.397727+0000 mgr.smithi136.ofnrfx (mgr.14188) 3927 : cluster [DBG] pgmap v3668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:02.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:02 smithi145 bash[13673]: audit 2022-04-26T04:46:02.368400+0000 mon.smithi136 (mon.0) 2740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:46:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:02 smithi145 bash[13673]: audit 2022-04-26T04:46:02.372304+0000 mon.smithi136 (mon.0) 2741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:46:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:02 smithi145 bash[13673]: cluster 2022-04-26T04:46:02.397727+0000 mgr.smithi136.ofnrfx (mgr.14188) 3927 : cluster [DBG] pgmap v3668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:03 smithi136 bash[11745]: audit 2022-04-26T04:46:02.880451+0000 mon.smithi136 (mon.0) 2742 : audit [DBG] from='client.? 172.21.15.136:0/4109298019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:03 smithi145 bash[13673]: audit 2022-04-26T04:46:02.880451+0000 mon.smithi136 (mon.0) 2742 : audit [DBG] from='client.? 172.21.15.136:0/4109298019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:04 smithi136 bash[11745]: cluster 2022-04-26T04:46:04.398351+0000 mgr.smithi136.ofnrfx (mgr.14188) 3928 : cluster [DBG] pgmap v3669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:04 smithi145 bash[13673]: cluster 2022-04-26T04:46:04.398351+0000 mgr.smithi136.ofnrfx (mgr.14188) 3928 : cluster [DBG] pgmap v3669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:06 smithi136 bash[11745]: cluster 2022-04-26T04:46:06.398968+0000 mgr.smithi136.ofnrfx (mgr.14188) 3929 : cluster [DBG] pgmap v3670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:06 smithi145 bash[13673]: cluster 2022-04-26T04:46:06.398968+0000 mgr.smithi136.ofnrfx (mgr.14188) 3929 : cluster [DBG] pgmap v3670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:07.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:07.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:07.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:08.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:08 smithi145 bash[13673]: audit 2022-04-26T04:46:08.208425+0000 mon.smithi136 (mon.0) 2743 : audit [DBG] from='client.? 172.21.15.136:0/2486311351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:08 smithi136 bash[11745]: audit 2022-04-26T04:46:08.208425+0000 mon.smithi136 (mon.0) 2743 : audit [DBG] from='client.? 172.21.15.136:0/2486311351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:09 smithi136 bash[11745]: cluster 2022-04-26T04:46:08.399652+0000 mgr.smithi136.ofnrfx (mgr.14188) 3930 : cluster [DBG] pgmap v3671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:09 smithi145 bash[13673]: cluster 2022-04-26T04:46:08.399652+0000 mgr.smithi136.ofnrfx (mgr.14188) 3930 : cluster [DBG] pgmap v3671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:11 smithi145 bash[13673]: cluster 2022-04-26T04:46:10.400240+0000 mgr.smithi136.ofnrfx (mgr.14188) 3931 : cluster [DBG] pgmap v3672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:11 smithi136 bash[11745]: cluster 2022-04-26T04:46:10.400240+0000 mgr.smithi136.ofnrfx (mgr.14188) 3931 : cluster [DBG] pgmap v3672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:12 smithi136 bash[11745]: cluster 2022-04-26T04:46:12.400855+0000 mgr.smithi136.ofnrfx (mgr.14188) 3932 : cluster [DBG] pgmap v3673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:12 smithi145 bash[13673]: cluster 2022-04-26T04:46:12.400855+0000 mgr.smithi136.ofnrfx (mgr.14188) 3932 : cluster [DBG] pgmap v3673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:13.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:13.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:13.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:13.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:13 smithi145 bash[13673]: audit 2022-04-26T04:46:13.539055+0000 mon.smithi136 (mon.0) 2744 : audit [DBG] from='client.? 172.21.15.136:0/971529725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:13 smithi136 bash[11745]: audit 2022-04-26T04:46:13.539055+0000 mon.smithi136 (mon.0) 2744 : audit [DBG] from='client.? 172.21.15.136:0/971529725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:14 smithi145 bash[13673]: cluster 2022-04-26T04:46:14.401493+0000 mgr.smithi136.ofnrfx (mgr.14188) 3933 : cluster [DBG] pgmap v3674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:14 smithi136 bash[11745]: cluster 2022-04-26T04:46:14.401493+0000 mgr.smithi136.ofnrfx (mgr.14188) 3933 : cluster [DBG] pgmap v3674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:16 smithi136 bash[11745]: cluster 2022-04-26T04:46:16.402125+0000 mgr.smithi136.ofnrfx (mgr.14188) 3934 : cluster [DBG] pgmap v3675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:16 smithi145 bash[13673]: cluster 2022-04-26T04:46:16.402125+0000 mgr.smithi136.ofnrfx (mgr.14188) 3934 : cluster [DBG] pgmap v3675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:18.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:18.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:18.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:18 smithi136 bash[11745]: cluster 2022-04-26T04:46:18.402758+0000 mgr.smithi136.ofnrfx (mgr.14188) 3935 : cluster [DBG] pgmap v3676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:18.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:18 smithi145 bash[13673]: cluster 2022-04-26T04:46:18.402758+0000 mgr.smithi136.ofnrfx (mgr.14188) 3935 : cluster [DBG] pgmap v3676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:19 smithi136 bash[11745]: audit 2022-04-26T04:46:18.876471+0000 mon.smithi136 (mon.0) 2745 : audit [DBG] from='client.? 172.21.15.136:0/1642485150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:19 smithi145 bash[13673]: audit 2022-04-26T04:46:18.876471+0000 mon.smithi136 (mon.0) 2745 : audit [DBG] from='client.? 172.21.15.136:0/1642485150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:21 smithi145 bash[13673]: cluster 2022-04-26T04:46:20.403358+0000 mgr.smithi136.ofnrfx (mgr.14188) 3936 : cluster [DBG] pgmap v3677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:21 smithi136 bash[11745]: cluster 2022-04-26T04:46:20.403358+0000 mgr.smithi136.ofnrfx (mgr.14188) 3936 : cluster [DBG] pgmap v3677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:22 smithi136 bash[11745]: cluster 2022-04-26T04:46:22.403987+0000 mgr.smithi136.ofnrfx (mgr.14188) 3937 : cluster [DBG] pgmap v3678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:22 smithi145 bash[13673]: cluster 2022-04-26T04:46:22.403987+0000 mgr.smithi136.ofnrfx (mgr.14188) 3937 : cluster [DBG] pgmap v3678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:23.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:23.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:23.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:24.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:24 smithi136 bash[11745]: audit 2022-04-26T04:46:24.204869+0000 mon.smithi136 (mon.0) 2746 : audit [DBG] from='client.? 172.21.15.136:0/583662118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:24 smithi145 bash[13673]: audit 2022-04-26T04:46:24.204869+0000 mon.smithi136 (mon.0) 2746 : audit [DBG] from='client.? 172.21.15.136:0/583662118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:25 smithi136 bash[11745]: cluster 2022-04-26T04:46:24.404666+0000 mgr.smithi136.ofnrfx (mgr.14188) 3938 : cluster [DBG] pgmap v3679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:25 smithi145 bash[13673]: cluster 2022-04-26T04:46:24.404666+0000 mgr.smithi136.ofnrfx (mgr.14188) 3938 : cluster [DBG] pgmap v3679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:26 smithi136 bash[11745]: cluster 2022-04-26T04:46:26.405276+0000 mgr.smithi136.ofnrfx (mgr.14188) 3939 : cluster [DBG] pgmap v3680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:26 smithi145 bash[13673]: cluster 2022-04-26T04:46:26.405276+0000 mgr.smithi136.ofnrfx (mgr.14188) 3939 : cluster [DBG] pgmap v3680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:28 smithi136 bash[11745]: cluster 2022-04-26T04:46:28.405896+0000 mgr.smithi136.ofnrfx (mgr.14188) 3940 : cluster [DBG] pgmap v3681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:28 smithi145 bash[13673]: cluster 2022-04-26T04:46:28.405896+0000 mgr.smithi136.ofnrfx (mgr.14188) 3940 : cluster [DBG] pgmap v3681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:29.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:29.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:29.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:29.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:29 smithi145 bash[13673]: audit 2022-04-26T04:46:29.527963+0000 mon.smithi136 (mon.0) 2747 : audit [DBG] from='client.? 172.21.15.136:0/2623844626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:29 smithi136 bash[11745]: audit 2022-04-26T04:46:29.527963+0000 mon.smithi136 (mon.0) 2747 : audit [DBG] from='client.? 172.21.15.136:0/2623844626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:31 smithi136 bash[11745]: cluster 2022-04-26T04:46:30.406492+0000 mgr.smithi136.ofnrfx (mgr.14188) 3941 : cluster [DBG] pgmap v3682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:31 smithi145 bash[13673]: cluster 2022-04-26T04:46:30.406492+0000 mgr.smithi136.ofnrfx (mgr.14188) 3941 : cluster [DBG] pgmap v3682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:32 smithi136 bash[11745]: cluster 2022-04-26T04:46:32.407154+0000 mgr.smithi136.ofnrfx (mgr.14188) 3942 : cluster [DBG] pgmap v3683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:32 smithi145 bash[13673]: cluster 2022-04-26T04:46:32.407154+0000 mgr.smithi136.ofnrfx (mgr.14188) 3942 : cluster [DBG] pgmap v3683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:34.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:34.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:34.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:34 smithi136 bash[11745]: cluster 2022-04-26T04:46:34.407872+0000 mgr.smithi136.ofnrfx (mgr.14188) 3943 : cluster [DBG] pgmap v3684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:34.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:34 smithi145 bash[13673]: cluster 2022-04-26T04:46:34.407872+0000 mgr.smithi136.ofnrfx (mgr.14188) 3943 : cluster [DBG] pgmap v3684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:35 smithi136 bash[11745]: audit 2022-04-26T04:46:34.852904+0000 mon.smithi136 (mon.0) 2748 : audit [DBG] from='client.? 172.21.15.136:0/2345488727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:35 smithi145 bash[13673]: audit 2022-04-26T04:46:34.852904+0000 mon.smithi136 (mon.0) 2748 : audit [DBG] from='client.? 172.21.15.136:0/2345488727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:36 smithi136 bash[11745]: cluster 2022-04-26T04:46:36.408536+0000 mgr.smithi136.ofnrfx (mgr.14188) 3944 : cluster [DBG] pgmap v3685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:36 smithi145 bash[13673]: cluster 2022-04-26T04:46:36.408536+0000 mgr.smithi136.ofnrfx (mgr.14188) 3944 : cluster [DBG] pgmap v3685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:38 smithi136 bash[11745]: cluster 2022-04-26T04:46:38.409198+0000 mgr.smithi136.ofnrfx (mgr.14188) 3945 : cluster [DBG] pgmap v3686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:38 smithi145 bash[13673]: cluster 2022-04-26T04:46:38.409198+0000 mgr.smithi136.ofnrfx (mgr.14188) 3945 : cluster [DBG] pgmap v3686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:39.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:39.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:39.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:40.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:41 smithi145 bash[13673]: audit 2022-04-26T04:46:40.183900+0000 mon.smithi136 (mon.0) 2749 : audit [DBG] from='client.? 172.21.15.136:0/3800440858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:41 smithi145 bash[13673]: cluster 2022-04-26T04:46:40.409810+0000 mgr.smithi136.ofnrfx (mgr.14188) 3946 : cluster [DBG] pgmap v3687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:41 smithi136 bash[11745]: audit 2022-04-26T04:46:40.183900+0000 mon.smithi136 (mon.0) 2749 : audit [DBG] from='client.? 172.21.15.136:0/3800440858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:41 smithi136 bash[11745]: cluster 2022-04-26T04:46:40.409810+0000 mgr.smithi136.ofnrfx (mgr.14188) 3946 : cluster [DBG] pgmap v3687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:42 smithi136 bash[11745]: cluster 2022-04-26T04:46:42.410462+0000 mgr.smithi136.ofnrfx (mgr.14188) 3947 : cluster [DBG] pgmap v3688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:42 smithi145 bash[13673]: cluster 2022-04-26T04:46:42.410462+0000 mgr.smithi136.ofnrfx (mgr.14188) 3947 : cluster [DBG] pgmap v3688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:44 smithi136 bash[11745]: cluster 2022-04-26T04:46:44.411075+0000 mgr.smithi136.ofnrfx (mgr.14188) 3948 : cluster [DBG] pgmap v3689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:44 smithi145 bash[13673]: cluster 2022-04-26T04:46:44.411075+0000 mgr.smithi136.ofnrfx (mgr.14188) 3948 : cluster [DBG] pgmap v3689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:45.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:45.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:45.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:45.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:46 smithi145 bash[13673]: audit 2022-04-26T04:46:45.507906+0000 mon.smithi136 (mon.0) 2750 : audit [DBG] from='client.? 172.21.15.136:0/2622570473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:46 smithi136 bash[11745]: audit 2022-04-26T04:46:45.507906+0000 mon.smithi136 (mon.0) 2750 : audit [DBG] from='client.? 172.21.15.136:0/2622570473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:47 smithi136 bash[11745]: cluster 2022-04-26T04:46:46.411761+0000 mgr.smithi136.ofnrfx (mgr.14188) 3949 : cluster [DBG] pgmap v3690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:47 smithi145 bash[13673]: cluster 2022-04-26T04:46:46.411761+0000 mgr.smithi136.ofnrfx (mgr.14188) 3949 : cluster [DBG] pgmap v3690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:48 smithi136 bash[11745]: cluster 2022-04-26T04:46:48.412384+0000 mgr.smithi136.ofnrfx (mgr.14188) 3950 : cluster [DBG] pgmap v3691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:48 smithi145 bash[13673]: cluster 2022-04-26T04:46:48.412384+0000 mgr.smithi136.ofnrfx (mgr.14188) 3950 : cluster [DBG] pgmap v3691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:50.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:50.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:50.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:50.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:51 smithi136 bash[11745]: cluster 2022-04-26T04:46:50.412985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3951 : cluster [DBG] pgmap v3692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:51 smithi136 bash[11745]: audit 2022-04-26T04:46:50.834212+0000 mon.smithi136 (mon.0) 2751 : audit [DBG] from='client.? 172.21.15.136:0/3251732263' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:51 smithi145 bash[13673]: cluster 2022-04-26T04:46:50.412985+0000 mgr.smithi136.ofnrfx (mgr.14188) 3951 : cluster [DBG] pgmap v3692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:51 smithi145 bash[13673]: audit 2022-04-26T04:46:50.834212+0000 mon.smithi136 (mon.0) 2751 : audit [DBG] from='client.? 172.21.15.136:0/3251732263' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:52 smithi136 bash[11745]: cluster 2022-04-26T04:46:52.413698+0000 mgr.smithi136.ofnrfx (mgr.14188) 3952 : cluster [DBG] pgmap v3693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:52 smithi145 bash[13673]: cluster 2022-04-26T04:46:52.413698+0000 mgr.smithi136.ofnrfx (mgr.14188) 3952 : cluster [DBG] pgmap v3693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:54 smithi136 bash[11745]: cluster 2022-04-26T04:46:54.414464+0000 mgr.smithi136.ofnrfx (mgr.14188) 3953 : cluster [DBG] pgmap v3694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:54 smithi136 bash[11745]: audit 2022-04-26T04:46:54.418801+0000 mon.smithi136 (mon.0) 2752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:46:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:54 smithi136 bash[11745]: audit 2022-04-26T04:46:54.421526+0000 mon.smithi136 (mon.0) 2753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:46:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:54 smithi136 bash[11745]: audit 2022-04-26T04:46:54.423299+0000 mon.smithi136 (mon.0) 2754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:46:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:54 smithi145 bash[13673]: cluster 2022-04-26T04:46:54.414464+0000 mgr.smithi136.ofnrfx (mgr.14188) 3953 : cluster [DBG] pgmap v3694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:54 smithi145 bash[13673]: audit 2022-04-26T04:46:54.418801+0000 mon.smithi136 (mon.0) 2752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:46:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:54 smithi145 bash[13673]: audit 2022-04-26T04:46:54.421526+0000 mon.smithi136 (mon.0) 2753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:46:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:54 smithi145 bash[13673]: audit 2022-04-26T04:46:54.423299+0000 mon.smithi136 (mon.0) 2754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:46:55.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:46:55.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:46:55.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:46:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:55 smithi136 bash[11745]: cluster 2022-04-26T04:46:54.759411+0000 mgr.smithi136.ofnrfx (mgr.14188) 3954 : cluster [DBG] pgmap v3695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:55 smithi136 bash[11745]: cluster 2022-04-26T04:46:54.759831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3955 : cluster [DBG] pgmap v3696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:55 smithi136 bash[11745]: audit 2022-04-26T04:46:54.764687+0000 mon.smithi136 (mon.0) 2755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:46:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:55 smithi136 bash[11745]: audit 2022-04-26T04:46:54.772878+0000 mon.smithi136 (mon.0) 2756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:46:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:55 smithi136 bash[11745]: cephadm 2022-04-26T04:46:54.774114+0000 mgr.smithi136.ofnrfx (mgr.14188) 3956 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:46:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:55 smithi136 bash[11745]: cephadm 2022-04-26T04:46:54.774347+0000 mgr.smithi136.ofnrfx (mgr.14188) 3957 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:46:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:55 smithi145 bash[13673]: cluster 2022-04-26T04:46:54.759411+0000 mgr.smithi136.ofnrfx (mgr.14188) 3954 : cluster [DBG] pgmap v3695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:55 smithi145 bash[13673]: cluster 2022-04-26T04:46:54.759831+0000 mgr.smithi136.ofnrfx (mgr.14188) 3955 : cluster [DBG] pgmap v3696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:55 smithi145 bash[13673]: audit 2022-04-26T04:46:54.764687+0000 mon.smithi136 (mon.0) 2755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:46:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:55 smithi145 bash[13673]: audit 2022-04-26T04:46:54.772878+0000 mon.smithi136 (mon.0) 2756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:46:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:55 smithi145 bash[13673]: cephadm 2022-04-26T04:46:54.774114+0000 mgr.smithi136.ofnrfx (mgr.14188) 3956 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:46:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:55 smithi145 bash[13673]: cephadm 2022-04-26T04:46:54.774347+0000 mgr.smithi136.ofnrfx (mgr.14188) 3957 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:46:56.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:46:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:56 smithi136 bash[11745]: audit 2022-04-26T04:46:56.168390+0000 mon.smithi136 (mon.0) 2757 : audit [DBG] from='client.? 172.21.15.136:0/556245647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:56 smithi145 bash[13673]: audit 2022-04-26T04:46:56.168390+0000 mon.smithi136 (mon.0) 2757 : audit [DBG] from='client.? 172.21.15.136:0/556245647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:46:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:57 smithi136 bash[11745]: cluster 2022-04-26T04:46:56.760469+0000 mgr.smithi136.ofnrfx (mgr.14188) 3958 : cluster [DBG] pgmap v3697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:46:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:57 smithi145 bash[13673]: cluster 2022-04-26T04:46:56.760469+0000 mgr.smithi136.ofnrfx (mgr.14188) 3958 : cluster [DBG] pgmap v3697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:46:59 smithi136 bash[11745]: cluster 2022-04-26T04:46:58.761094+0000 mgr.smithi136.ofnrfx (mgr.14188) 3959 : cluster [DBG] pgmap v3698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:46:59 smithi145 bash[13673]: cluster 2022-04-26T04:46:58.761094+0000 mgr.smithi136.ofnrfx (mgr.14188) 3959 : cluster [DBG] pgmap v3698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:01.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:01.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:01.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:01.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:02 smithi136 bash[11745]: cluster 2022-04-26T04:47:00.761695+0000 mgr.smithi136.ofnrfx (mgr.14188) 3960 : cluster [DBG] pgmap v3699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:02 smithi136 bash[11745]: audit 2022-04-26T04:47:01.496363+0000 mon.smithi136 (mon.0) 2758 : audit [DBG] from='client.? 172.21.15.136:0/176910009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:02 smithi145 bash[13673]: cluster 2022-04-26T04:47:00.761695+0000 mgr.smithi136.ofnrfx (mgr.14188) 3960 : cluster [DBG] pgmap v3699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:02 smithi145 bash[13673]: audit 2022-04-26T04:47:01.496363+0000 mon.smithi136 (mon.0) 2758 : audit [DBG] from='client.? 172.21.15.136:0/176910009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:03 smithi136 bash[11745]: audit 2022-04-26T04:47:02.372453+0000 mon.smithi136 (mon.0) 2759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:47:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:03 smithi136 bash[11745]: audit 2022-04-26T04:47:02.376333+0000 mon.smithi136 (mon.0) 2760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:47:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:03 smithi145 bash[13673]: audit 2022-04-26T04:47:02.372453+0000 mon.smithi136 (mon.0) 2759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:47:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:03 smithi145 bash[13673]: audit 2022-04-26T04:47:02.376333+0000 mon.smithi136 (mon.0) 2760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:47:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:04 smithi136 bash[11745]: cluster 2022-04-26T04:47:02.762308+0000 mgr.smithi136.ofnrfx (mgr.14188) 3961 : cluster [DBG] pgmap v3700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:04 smithi145 bash[13673]: cluster 2022-04-26T04:47:02.762308+0000 mgr.smithi136.ofnrfx (mgr.14188) 3961 : cluster [DBG] pgmap v3700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:06.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:06.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:06.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:06 smithi136 bash[11745]: cluster 2022-04-26T04:47:04.762907+0000 mgr.smithi136.ofnrfx (mgr.14188) 3962 : cluster [DBG] pgmap v3701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:06 smithi145 bash[13673]: cluster 2022-04-26T04:47:04.762907+0000 mgr.smithi136.ofnrfx (mgr.14188) 3962 : cluster [DBG] pgmap v3701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:06.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:07 smithi136 bash[11745]: audit 2022-04-26T04:47:06.820158+0000 mon.smithi136 (mon.0) 2761 : audit [DBG] from='client.? 172.21.15.136:0/1640704359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:07 smithi145 bash[13673]: audit 2022-04-26T04:47:06.820158+0000 mon.smithi136 (mon.0) 2761 : audit [DBG] from='client.? 172.21.15.136:0/1640704359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:08 smithi145 bash[13673]: cluster 2022-04-26T04:47:06.763573+0000 mgr.smithi136.ofnrfx (mgr.14188) 3963 : cluster [DBG] pgmap v3702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:08 smithi136 bash[11745]: cluster 2022-04-26T04:47:06.763573+0000 mgr.smithi136.ofnrfx (mgr.14188) 3963 : cluster [DBG] pgmap v3702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:10 smithi136 bash[11745]: cluster 2022-04-26T04:47:08.764290+0000 mgr.smithi136.ofnrfx (mgr.14188) 3964 : cluster [DBG] pgmap v3703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:10 smithi145 bash[13673]: cluster 2022-04-26T04:47:08.764290+0000 mgr.smithi136.ofnrfx (mgr.14188) 3964 : cluster [DBG] pgmap v3703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:11.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:11.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:11.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:12.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:12 smithi136 bash[11745]: cluster 2022-04-26T04:47:10.764919+0000 mgr.smithi136.ofnrfx (mgr.14188) 3965 : cluster [DBG] pgmap v3704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:12 smithi136 bash[11745]: audit 2022-04-26T04:47:12.145774+0000 mon.smithi136 (mon.0) 2762 : audit [DBG] from='client.? 172.21.15.136:0/1524746899' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:12 smithi145 bash[13673]: cluster 2022-04-26T04:47:10.764919+0000 mgr.smithi136.ofnrfx (mgr.14188) 3965 : cluster [DBG] pgmap v3704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:12.656 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:12 smithi145 bash[13673]: audit 2022-04-26T04:47:12.145774+0000 mon.smithi136 (mon.0) 2762 : audit [DBG] from='client.? 172.21.15.136:0/1524746899' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:14 smithi136 bash[11745]: cluster 2022-04-26T04:47:12.765545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3966 : cluster [DBG] pgmap v3705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:14 smithi145 bash[13673]: cluster 2022-04-26T04:47:12.765545+0000 mgr.smithi136.ofnrfx (mgr.14188) 3966 : cluster [DBG] pgmap v3705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:16 smithi136 bash[11745]: cluster 2022-04-26T04:47:14.766168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3967 : cluster [DBG] pgmap v3706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:16 smithi145 bash[13673]: cluster 2022-04-26T04:47:14.766168+0000 mgr.smithi136.ofnrfx (mgr.14188) 3967 : cluster [DBG] pgmap v3706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:17.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:17.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:17.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:17.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:18 smithi136 bash[11745]: cluster 2022-04-26T04:47:16.766789+0000 mgr.smithi136.ofnrfx (mgr.14188) 3968 : cluster [DBG] pgmap v3707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:18 smithi136 bash[11745]: audit 2022-04-26T04:47:17.472708+0000 mon.smithi136 (mon.0) 2763 : audit [DBG] from='client.? 172.21.15.136:0/908813647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:18.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:18 smithi145 bash[13673]: cluster 2022-04-26T04:47:16.766789+0000 mgr.smithi136.ofnrfx (mgr.14188) 3968 : cluster [DBG] pgmap v3707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:18.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:18 smithi145 bash[13673]: audit 2022-04-26T04:47:17.472708+0000 mon.smithi136 (mon.0) 2763 : audit [DBG] from='client.? 172.21.15.136:0/908813647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:20 smithi136 bash[11745]: cluster 2022-04-26T04:47:18.767445+0000 mgr.smithi136.ofnrfx (mgr.14188) 3969 : cluster [DBG] pgmap v3708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:20 smithi145 bash[13673]: cluster 2022-04-26T04:47:18.767445+0000 mgr.smithi136.ofnrfx (mgr.14188) 3969 : cluster [DBG] pgmap v3708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:22.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:22.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:22.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:22 smithi136 bash[11745]: cluster 2022-04-26T04:47:20.768035+0000 mgr.smithi136.ofnrfx (mgr.14188) 3970 : cluster [DBG] pgmap v3709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:22 smithi145 bash[13673]: cluster 2022-04-26T04:47:20.768035+0000 mgr.smithi136.ofnrfx (mgr.14188) 3970 : cluster [DBG] pgmap v3709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:22.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:23 smithi136 bash[11745]: audit 2022-04-26T04:47:22.798019+0000 mon.smithi136 (mon.0) 2764 : audit [DBG] from='client.? 172.21.15.136:0/1656367382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:23 smithi145 bash[13673]: audit 2022-04-26T04:47:22.798019+0000 mon.smithi136 (mon.0) 2764 : audit [DBG] from='client.? 172.21.15.136:0/1656367382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:24 smithi136 bash[11745]: cluster 2022-04-26T04:47:22.768501+0000 mgr.smithi136.ofnrfx (mgr.14188) 3971 : cluster [DBG] pgmap v3710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:24 smithi145 bash[13673]: cluster 2022-04-26T04:47:22.768501+0000 mgr.smithi136.ofnrfx (mgr.14188) 3971 : cluster [DBG] pgmap v3710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:26 smithi136 bash[11745]: cluster 2022-04-26T04:47:24.769079+0000 mgr.smithi136.ofnrfx (mgr.14188) 3972 : cluster [DBG] pgmap v3711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:26 smithi145 bash[13673]: cluster 2022-04-26T04:47:24.769079+0000 mgr.smithi136.ofnrfx (mgr.14188) 3972 : cluster [DBG] pgmap v3711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:27.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:27.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:27.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:28.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:28 smithi145 bash[13673]: cluster 2022-04-26T04:47:26.769721+0000 mgr.smithi136.ofnrfx (mgr.14188) 3973 : cluster [DBG] pgmap v3712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:28 smithi145 bash[13673]: audit 2022-04-26T04:47:28.120009+0000 mon.smithi136 (mon.0) 2765 : audit [DBG] from='client.? 172.21.15.136:0/3161706215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:28 smithi136 bash[11745]: cluster 2022-04-26T04:47:26.769721+0000 mgr.smithi136.ofnrfx (mgr.14188) 3973 : cluster [DBG] pgmap v3712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:28 smithi136 bash[11745]: audit 2022-04-26T04:47:28.120009+0000 mon.smithi136 (mon.0) 2765 : audit [DBG] from='client.? 172.21.15.136:0/3161706215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:30 smithi136 bash[11745]: cluster 2022-04-26T04:47:28.770376+0000 mgr.smithi136.ofnrfx (mgr.14188) 3974 : cluster [DBG] pgmap v3713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:30 smithi145 bash[13673]: cluster 2022-04-26T04:47:28.770376+0000 mgr.smithi136.ofnrfx (mgr.14188) 3974 : cluster [DBG] pgmap v3713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:32 smithi136 bash[11745]: cluster 2022-04-26T04:47:30.770939+0000 mgr.smithi136.ofnrfx (mgr.14188) 3975 : cluster [DBG] pgmap v3714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:32 smithi145 bash[13673]: cluster 2022-04-26T04:47:30.770939+0000 mgr.smithi136.ofnrfx (mgr.14188) 3975 : cluster [DBG] pgmap v3714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:33.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:33.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:33.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:33.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:34 smithi136 bash[11745]: cluster 2022-04-26T04:47:32.771613+0000 mgr.smithi136.ofnrfx (mgr.14188) 3976 : cluster [DBG] pgmap v3715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:34 smithi136 bash[11745]: audit 2022-04-26T04:47:33.454857+0000 mon.smithi136 (mon.0) 2766 : audit [DBG] from='client.? 172.21.15.136:0/1261236072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:34 smithi145 bash[13673]: cluster 2022-04-26T04:47:32.771613+0000 mgr.smithi136.ofnrfx (mgr.14188) 3976 : cluster [DBG] pgmap v3715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:34 smithi145 bash[13673]: audit 2022-04-26T04:47:33.454857+0000 mon.smithi136 (mon.0) 2766 : audit [DBG] from='client.? 172.21.15.136:0/1261236072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:36 smithi136 bash[11745]: cluster 2022-04-26T04:47:34.772236+0000 mgr.smithi136.ofnrfx (mgr.14188) 3977 : cluster [DBG] pgmap v3716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:36 smithi145 bash[13673]: cluster 2022-04-26T04:47:34.772236+0000 mgr.smithi136.ofnrfx (mgr.14188) 3977 : cluster [DBG] pgmap v3716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:38.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:38.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:38.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:38 smithi136 bash[11745]: cluster 2022-04-26T04:47:36.772895+0000 mgr.smithi136.ofnrfx (mgr.14188) 3978 : cluster [DBG] pgmap v3717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:38.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:38 smithi145 bash[13673]: cluster 2022-04-26T04:47:36.772895+0000 mgr.smithi136.ofnrfx (mgr.14188) 3978 : cluster [DBG] pgmap v3717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:38.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:39 smithi136 bash[11745]: audit 2022-04-26T04:47:38.781212+0000 mon.smithi136 (mon.0) 2767 : audit [DBG] from='client.? 172.21.15.136:0/272351924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:39 smithi145 bash[13673]: audit 2022-04-26T04:47:38.781212+0000 mon.smithi136 (mon.0) 2767 : audit [DBG] from='client.? 172.21.15.136:0/272351924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:40 smithi136 bash[11745]: cluster 2022-04-26T04:47:38.773491+0000 mgr.smithi136.ofnrfx (mgr.14188) 3979 : cluster [DBG] pgmap v3718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:40 smithi145 bash[13673]: cluster 2022-04-26T04:47:38.773491+0000 mgr.smithi136.ofnrfx (mgr.14188) 3979 : cluster [DBG] pgmap v3718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:42 smithi136 bash[11745]: cluster 2022-04-26T04:47:40.774213+0000 mgr.smithi136.ofnrfx (mgr.14188) 3980 : cluster [DBG] pgmap v3719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:42 smithi145 bash[13673]: cluster 2022-04-26T04:47:40.774213+0000 mgr.smithi136.ofnrfx (mgr.14188) 3980 : cluster [DBG] pgmap v3719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:43.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:43.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:43.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:44.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:44 smithi136 bash[11745]: cluster 2022-04-26T04:47:42.774880+0000 mgr.smithi136.ofnrfx (mgr.14188) 3981 : cluster [DBG] pgmap v3720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:44 smithi136 bash[11745]: audit 2022-04-26T04:47:44.112030+0000 mon.smithi136 (mon.0) 2768 : audit [DBG] from='client.? 172.21.15.136:0/559998054' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:44 smithi145 bash[13673]: cluster 2022-04-26T04:47:42.774880+0000 mgr.smithi136.ofnrfx (mgr.14188) 3981 : cluster [DBG] pgmap v3720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:44 smithi145 bash[13673]: audit 2022-04-26T04:47:44.112030+0000 mon.smithi136 (mon.0) 2768 : audit [DBG] from='client.? 172.21.15.136:0/559998054' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:46 smithi136 bash[11745]: cluster 2022-04-26T04:47:44.775500+0000 mgr.smithi136.ofnrfx (mgr.14188) 3982 : cluster [DBG] pgmap v3721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:46 smithi145 bash[13673]: cluster 2022-04-26T04:47:44.775500+0000 mgr.smithi136.ofnrfx (mgr.14188) 3982 : cluster [DBG] pgmap v3721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:48 smithi136 bash[11745]: cluster 2022-04-26T04:47:46.776166+0000 mgr.smithi136.ofnrfx (mgr.14188) 3983 : cluster [DBG] pgmap v3722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:48 smithi145 bash[13673]: cluster 2022-04-26T04:47:46.776166+0000 mgr.smithi136.ofnrfx (mgr.14188) 3983 : cluster [DBG] pgmap v3722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:49.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:49.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:49.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:49.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:50 smithi136 bash[11745]: cluster 2022-04-26T04:47:48.776783+0000 mgr.smithi136.ofnrfx (mgr.14188) 3984 : cluster [DBG] pgmap v3723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:50 smithi136 bash[11745]: audit 2022-04-26T04:47:49.439839+0000 mon.smithi136 (mon.0) 2769 : audit [DBG] from='client.? 172.21.15.136:0/1347582450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:50 smithi145 bash[13673]: cluster 2022-04-26T04:47:48.776783+0000 mgr.smithi136.ofnrfx (mgr.14188) 3984 : cluster [DBG] pgmap v3723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:50 smithi145 bash[13673]: audit 2022-04-26T04:47:49.439839+0000 mon.smithi136 (mon.0) 2769 : audit [DBG] from='client.? 172.21.15.136:0/1347582450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:52 smithi136 bash[11745]: cluster 2022-04-26T04:47:50.777369+0000 mgr.smithi136.ofnrfx (mgr.14188) 3985 : cluster [DBG] pgmap v3724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:52 smithi145 bash[13673]: cluster 2022-04-26T04:47:50.777369+0000 mgr.smithi136.ofnrfx (mgr.14188) 3985 : cluster [DBG] pgmap v3724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:54.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:54.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:54.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:47:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:54 smithi145 bash[13673]: cluster 2022-04-26T04:47:52.778001+0000 mgr.smithi136.ofnrfx (mgr.14188) 3986 : cluster [DBG] pgmap v3725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:54.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:47:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:54 smithi136 bash[11745]: cluster 2022-04-26T04:47:52.778001+0000 mgr.smithi136.ofnrfx (mgr.14188) 3986 : cluster [DBG] pgmap v3725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:55 smithi145 bash[13673]: audit 2022-04-26T04:47:54.767986+0000 mon.smithi136 (mon.0) 2770 : audit [DBG] from='client.? 172.21.15.136:0/1421160488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:55 smithi145 bash[13673]: audit 2022-04-26T04:47:54.787390+0000 mon.smithi136 (mon.0) 2771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:47:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:55 smithi145 bash[13673]: audit 2022-04-26T04:47:54.789172+0000 mon.smithi136 (mon.0) 2772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:47:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:55 smithi145 bash[13673]: audit 2022-04-26T04:47:54.790388+0000 mon.smithi136 (mon.0) 2773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:47:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:55 smithi145 bash[13673]: audit 2022-04-26T04:47:55.085235+0000 mon.smithi136 (mon.0) 2774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:47:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:55 smithi145 bash[13673]: audit 2022-04-26T04:47:55.095866+0000 mon.smithi136 (mon.0) 2775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:47:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:55 smithi136 bash[11745]: audit 2022-04-26T04:47:54.767986+0000 mon.smithi136 (mon.0) 2770 : audit [DBG] from='client.? 172.21.15.136:0/1421160488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:47:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:55 smithi136 bash[11745]: audit 2022-04-26T04:47:54.787390+0000 mon.smithi136 (mon.0) 2771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:47:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:55 smithi136 bash[11745]: audit 2022-04-26T04:47:54.789172+0000 mon.smithi136 (mon.0) 2772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:47:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:55 smithi136 bash[11745]: audit 2022-04-26T04:47:54.790388+0000 mon.smithi136 (mon.0) 2773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:47:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:55 smithi136 bash[11745]: audit 2022-04-26T04:47:55.085235+0000 mon.smithi136 (mon.0) 2774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:47:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:55 smithi136 bash[11745]: audit 2022-04-26T04:47:55.095866+0000 mon.smithi136 (mon.0) 2775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:47:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:56 smithi145 bash[13673]: cluster 2022-04-26T04:47:54.778581+0000 mgr.smithi136.ofnrfx (mgr.14188) 3987 : cluster [DBG] pgmap v3726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:56 smithi145 bash[13673]: cluster 2022-04-26T04:47:55.079042+0000 mgr.smithi136.ofnrfx (mgr.14188) 3988 : cluster [DBG] pgmap v3727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:56 smithi145 bash[13673]: cluster 2022-04-26T04:47:55.079320+0000 mgr.smithi136.ofnrfx (mgr.14188) 3989 : cluster [DBG] pgmap v3728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:56 smithi145 bash[13673]: cephadm 2022-04-26T04:47:55.096812+0000 mgr.smithi136.ofnrfx (mgr.14188) 3990 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:47:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:56 smithi145 bash[13673]: cephadm 2022-04-26T04:47:55.096919+0000 mgr.smithi136.ofnrfx (mgr.14188) 3991 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:47:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:56 smithi136 bash[11745]: cluster 2022-04-26T04:47:54.778581+0000 mgr.smithi136.ofnrfx (mgr.14188) 3987 : cluster [DBG] pgmap v3726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:56 smithi136 bash[11745]: cluster 2022-04-26T04:47:55.079042+0000 mgr.smithi136.ofnrfx (mgr.14188) 3988 : cluster [DBG] pgmap v3727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:56 smithi136 bash[11745]: cluster 2022-04-26T04:47:55.079320+0000 mgr.smithi136.ofnrfx (mgr.14188) 3989 : cluster [DBG] pgmap v3728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:56 smithi136 bash[11745]: cephadm 2022-04-26T04:47:55.096812+0000 mgr.smithi136.ofnrfx (mgr.14188) 3990 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:47:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:56 smithi136 bash[11745]: cephadm 2022-04-26T04:47:55.096919+0000 mgr.smithi136.ofnrfx (mgr.14188) 3991 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:47:58.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:47:58 smithi145 bash[13673]: cluster 2022-04-26T04:47:57.079904+0000 mgr.smithi136.ofnrfx (mgr.14188) 3992 : cluster [DBG] pgmap v3729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:47:58 smithi136 bash[11745]: cluster 2022-04-26T04:47:57.079904+0000 mgr.smithi136.ofnrfx (mgr.14188) 3992 : cluster [DBG] pgmap v3729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:47:59.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:47:59.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:47:59.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:00.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:00 smithi136 bash[11745]: cluster 2022-04-26T04:47:59.080529+0000 mgr.smithi136.ofnrfx (mgr.14188) 3993 : cluster [DBG] pgmap v3730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:00 smithi136 bash[11745]: audit 2022-04-26T04:48:00.099328+0000 mon.smithi136 (mon.0) 2776 : audit [DBG] from='client.? 172.21.15.136:0/1021655068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:00 smithi145 bash[13673]: cluster 2022-04-26T04:47:59.080529+0000 mgr.smithi136.ofnrfx (mgr.14188) 3993 : cluster [DBG] pgmap v3730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:00 smithi145 bash[13673]: audit 2022-04-26T04:48:00.099328+0000 mon.smithi136 (mon.0) 2776 : audit [DBG] from='client.? 172.21.15.136:0/1021655068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:02 smithi145 bash[13673]: cluster 2022-04-26T04:48:01.081198+0000 mgr.smithi136.ofnrfx (mgr.14188) 3994 : cluster [DBG] pgmap v3731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:02 smithi136 bash[11745]: cluster 2022-04-26T04:48:01.081198+0000 mgr.smithi136.ofnrfx (mgr.14188) 3994 : cluster [DBG] pgmap v3731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:03 smithi145 bash[13673]: audit 2022-04-26T04:48:02.376376+0000 mon.smithi136 (mon.0) 2777 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:48:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:03 smithi145 bash[13673]: audit 2022-04-26T04:48:02.379488+0000 mon.smithi136 (mon.0) 2778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:48:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:03 smithi136 bash[11745]: audit 2022-04-26T04:48:02.376376+0000 mon.smithi136 (mon.0) 2777 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:48:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:03 smithi136 bash[11745]: audit 2022-04-26T04:48:02.379488+0000 mon.smithi136 (mon.0) 2778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:48:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:04 smithi145 bash[13673]: cluster 2022-04-26T04:48:03.081923+0000 mgr.smithi136.ofnrfx (mgr.14188) 3995 : cluster [DBG] pgmap v3732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:04 smithi136 bash[11745]: cluster 2022-04-26T04:48:03.081923+0000 mgr.smithi136.ofnrfx (mgr.14188) 3995 : cluster [DBG] pgmap v3732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:05.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:05.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:05.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:05.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:06 smithi145 bash[13673]: cluster 2022-04-26T04:48:05.082425+0000 mgr.smithi136.ofnrfx (mgr.14188) 3996 : cluster [DBG] pgmap v3733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:06 smithi145 bash[13673]: audit 2022-04-26T04:48:05.446754+0000 mon.smithi136 (mon.0) 2779 : audit [DBG] from='client.? 172.21.15.136:0/3282110923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:06 smithi136 bash[11745]: cluster 2022-04-26T04:48:05.082425+0000 mgr.smithi136.ofnrfx (mgr.14188) 3996 : cluster [DBG] pgmap v3733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:06 smithi136 bash[11745]: audit 2022-04-26T04:48:05.446754+0000 mon.smithi136 (mon.0) 2779 : audit [DBG] from='client.? 172.21.15.136:0/3282110923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:08.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:08 smithi145 bash[13673]: cluster 2022-04-26T04:48:07.082993+0000 mgr.smithi136.ofnrfx (mgr.14188) 3997 : cluster [DBG] pgmap v3734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:08 smithi136 bash[11745]: cluster 2022-04-26T04:48:07.082993+0000 mgr.smithi136.ofnrfx (mgr.14188) 3997 : cluster [DBG] pgmap v3734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:10.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:10.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:10.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:10 smithi136 bash[11745]: cluster 2022-04-26T04:48:09.083812+0000 mgr.smithi136.ofnrfx (mgr.14188) 3998 : cluster [DBG] pgmap v3735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:10 smithi145 bash[13673]: cluster 2022-04-26T04:48:09.083812+0000 mgr.smithi136.ofnrfx (mgr.14188) 3998 : cluster [DBG] pgmap v3735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:10.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:11 smithi145 bash[13673]: audit 2022-04-26T04:48:10.774815+0000 mon.smithi136 (mon.0) 2780 : audit [DBG] from='client.? 172.21.15.136:0/2641954547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:11 smithi136 bash[11745]: audit 2022-04-26T04:48:10.774815+0000 mon.smithi136 (mon.0) 2780 : audit [DBG] from='client.? 172.21.15.136:0/2641954547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:12 smithi145 bash[13673]: cluster 2022-04-26T04:48:11.084546+0000 mgr.smithi136.ofnrfx (mgr.14188) 3999 : cluster [DBG] pgmap v3736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:12 smithi136 bash[11745]: cluster 2022-04-26T04:48:11.084546+0000 mgr.smithi136.ofnrfx (mgr.14188) 3999 : cluster [DBG] pgmap v3736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:14 smithi145 bash[13673]: cluster 2022-04-26T04:48:13.085201+0000 mgr.smithi136.ofnrfx (mgr.14188) 4000 : cluster [DBG] pgmap v3737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:14 smithi136 bash[11745]: cluster 2022-04-26T04:48:13.085201+0000 mgr.smithi136.ofnrfx (mgr.14188) 4000 : cluster [DBG] pgmap v3737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:15.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:15.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:15.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:16.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:16 smithi145 bash[13673]: cluster 2022-04-26T04:48:15.085784+0000 mgr.smithi136.ofnrfx (mgr.14188) 4001 : cluster [DBG] pgmap v3738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:16 smithi145 bash[13673]: audit 2022-04-26T04:48:16.107732+0000 mon.smithi136 (mon.0) 2781 : audit [DBG] from='client.? 172.21.15.136:0/904363780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:16 smithi136 bash[11745]: cluster 2022-04-26T04:48:15.085784+0000 mgr.smithi136.ofnrfx (mgr.14188) 4001 : cluster [DBG] pgmap v3738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:16 smithi136 bash[11745]: audit 2022-04-26T04:48:16.107732+0000 mon.smithi136 (mon.0) 2781 : audit [DBG] from='client.? 172.21.15.136:0/904363780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:18.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:18 smithi145 bash[13673]: cluster 2022-04-26T04:48:17.086243+0000 mgr.smithi136.ofnrfx (mgr.14188) 4002 : cluster [DBG] pgmap v3739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:18 smithi136 bash[11745]: cluster 2022-04-26T04:48:17.086243+0000 mgr.smithi136.ofnrfx (mgr.14188) 4002 : cluster [DBG] pgmap v3739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:20 smithi136 bash[11745]: cluster 2022-04-26T04:48:19.086883+0000 mgr.smithi136.ofnrfx (mgr.14188) 4003 : cluster [DBG] pgmap v3740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:20 smithi145 bash[13673]: cluster 2022-04-26T04:48:19.086883+0000 mgr.smithi136.ofnrfx (mgr.14188) 4003 : cluster [DBG] pgmap v3740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:21.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:21.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:21.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:21.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:22 smithi136 bash[11745]: cluster 2022-04-26T04:48:21.087547+0000 mgr.smithi136.ofnrfx (mgr.14188) 4004 : cluster [DBG] pgmap v3741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:22 smithi136 bash[11745]: audit 2022-04-26T04:48:21.439100+0000 mon.smithi136 (mon.0) 2782 : audit [DBG] from='client.? 172.21.15.136:0/148027379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:22 smithi145 bash[13673]: cluster 2022-04-26T04:48:21.087547+0000 mgr.smithi136.ofnrfx (mgr.14188) 4004 : cluster [DBG] pgmap v3741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:22 smithi145 bash[13673]: audit 2022-04-26T04:48:21.439100+0000 mon.smithi136 (mon.0) 2782 : audit [DBG] from='client.? 172.21.15.136:0/148027379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:24 smithi136 bash[11745]: cluster 2022-04-26T04:48:23.088081+0000 mgr.smithi136.ofnrfx (mgr.14188) 4005 : cluster [DBG] pgmap v3742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:24 smithi145 bash[13673]: cluster 2022-04-26T04:48:23.088081+0000 mgr.smithi136.ofnrfx (mgr.14188) 4005 : cluster [DBG] pgmap v3742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:26.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:26.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:26.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:26.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:26 smithi136 bash[11745]: cluster 2022-04-26T04:48:25.088648+0000 mgr.smithi136.ofnrfx (mgr.14188) 4006 : cluster [DBG] pgmap v3743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:26 smithi145 bash[13673]: cluster 2022-04-26T04:48:25.088648+0000 mgr.smithi136.ofnrfx (mgr.14188) 4006 : cluster [DBG] pgmap v3743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:27 smithi136 bash[11745]: audit 2022-04-26T04:48:26.769965+0000 mon.smithi136 (mon.0) 2783 : audit [DBG] from='client.? 172.21.15.136:0/3062012666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:27 smithi145 bash[13673]: audit 2022-04-26T04:48:26.769965+0000 mon.smithi136 (mon.0) 2783 : audit [DBG] from='client.? 172.21.15.136:0/3062012666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:28 smithi136 bash[11745]: cluster 2022-04-26T04:48:27.089291+0000 mgr.smithi136.ofnrfx (mgr.14188) 4007 : cluster [DBG] pgmap v3744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:28 smithi145 bash[13673]: cluster 2022-04-26T04:48:27.089291+0000 mgr.smithi136.ofnrfx (mgr.14188) 4007 : cluster [DBG] pgmap v3744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:30 smithi136 bash[11745]: cluster 2022-04-26T04:48:29.089967+0000 mgr.smithi136.ofnrfx (mgr.14188) 4008 : cluster [DBG] pgmap v3745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:30 smithi145 bash[13673]: cluster 2022-04-26T04:48:29.089967+0000 mgr.smithi136.ofnrfx (mgr.14188) 4008 : cluster [DBG] pgmap v3745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:31.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:31.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:31.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:32.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:32 smithi136 bash[11745]: cluster 2022-04-26T04:48:31.090595+0000 mgr.smithi136.ofnrfx (mgr.14188) 4009 : cluster [DBG] pgmap v3746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:32 smithi136 bash[11745]: audit 2022-04-26T04:48:32.101550+0000 mon.smithi136 (mon.0) 2784 : audit [DBG] from='client.? 172.21.15.136:0/2315782251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:32 smithi145 bash[13673]: cluster 2022-04-26T04:48:31.090595+0000 mgr.smithi136.ofnrfx (mgr.14188) 4009 : cluster [DBG] pgmap v3746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:32 smithi145 bash[13673]: audit 2022-04-26T04:48:32.101550+0000 mon.smithi136 (mon.0) 2784 : audit [DBG] from='client.? 172.21.15.136:0/2315782251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:34 smithi136 bash[11745]: cluster 2022-04-26T04:48:33.091204+0000 mgr.smithi136.ofnrfx (mgr.14188) 4010 : cluster [DBG] pgmap v3747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:34 smithi145 bash[13673]: cluster 2022-04-26T04:48:33.091204+0000 mgr.smithi136.ofnrfx (mgr.14188) 4010 : cluster [DBG] pgmap v3747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:36 smithi136 bash[11745]: cluster 2022-04-26T04:48:35.091772+0000 mgr.smithi136.ofnrfx (mgr.14188) 4011 : cluster [DBG] pgmap v3748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:36 smithi145 bash[13673]: cluster 2022-04-26T04:48:35.091772+0000 mgr.smithi136.ofnrfx (mgr.14188) 4011 : cluster [DBG] pgmap v3748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:37.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:37.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:37.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:37.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:37 smithi136 bash[11745]: cluster 2022-04-26T04:48:37.092371+0000 mgr.smithi136.ofnrfx (mgr.14188) 4012 : cluster [DBG] pgmap v3749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:37.834 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:37 smithi136 bash[11745]: audit 2022-04-26T04:48:37.436718+0000 mon.smithi136 (mon.0) 2785 : audit [DBG] from='client.? 172.21.15.136:0/242170600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:37 smithi145 bash[13673]: cluster 2022-04-26T04:48:37.092371+0000 mgr.smithi136.ofnrfx (mgr.14188) 4012 : cluster [DBG] pgmap v3749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:37 smithi145 bash[13673]: audit 2022-04-26T04:48:37.436718+0000 mon.smithi136 (mon.0) 2785 : audit [DBG] from='client.? 172.21.15.136:0/242170600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:40 smithi136 bash[11745]: cluster 2022-04-26T04:48:39.093019+0000 mgr.smithi136.ofnrfx (mgr.14188) 4013 : cluster [DBG] pgmap v3750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:40 smithi145 bash[13673]: cluster 2022-04-26T04:48:39.093019+0000 mgr.smithi136.ofnrfx (mgr.14188) 4013 : cluster [DBG] pgmap v3750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:42.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:42.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:42.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:42 smithi136 bash[11745]: cluster 2022-04-26T04:48:41.093703+0000 mgr.smithi136.ofnrfx (mgr.14188) 4014 : cluster [DBG] pgmap v3751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:42 smithi145 bash[13673]: cluster 2022-04-26T04:48:41.093703+0000 mgr.smithi136.ofnrfx (mgr.14188) 4014 : cluster [DBG] pgmap v3751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:42.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:43 smithi136 bash[11745]: audit 2022-04-26T04:48:42.764594+0000 mon.smithi136 (mon.0) 2786 : audit [DBG] from='client.? 172.21.15.136:0/56521210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:43 smithi145 bash[13673]: audit 2022-04-26T04:48:42.764594+0000 mon.smithi136 (mon.0) 2786 : audit [DBG] from='client.? 172.21.15.136:0/56521210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:44 smithi136 bash[11745]: cluster 2022-04-26T04:48:43.094344+0000 mgr.smithi136.ofnrfx (mgr.14188) 4015 : cluster [DBG] pgmap v3752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:44 smithi145 bash[13673]: cluster 2022-04-26T04:48:43.094344+0000 mgr.smithi136.ofnrfx (mgr.14188) 4015 : cluster [DBG] pgmap v3752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:46 smithi136 bash[11745]: cluster 2022-04-26T04:48:45.094927+0000 mgr.smithi136.ofnrfx (mgr.14188) 4016 : cluster [DBG] pgmap v3753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:46 smithi145 bash[13673]: cluster 2022-04-26T04:48:45.094927+0000 mgr.smithi136.ofnrfx (mgr.14188) 4016 : cluster [DBG] pgmap v3753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:47.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:47.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:47.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:48.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:48 smithi136 bash[11745]: cluster 2022-04-26T04:48:47.095615+0000 mgr.smithi136.ofnrfx (mgr.14188) 4017 : cluster [DBG] pgmap v3754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:48 smithi136 bash[11745]: audit 2022-04-26T04:48:48.094250+0000 mon.smithi136 (mon.0) 2787 : audit [DBG] from='client.? 172.21.15.136:0/3370392441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:48 smithi145 bash[13673]: cluster 2022-04-26T04:48:47.095615+0000 mgr.smithi136.ofnrfx (mgr.14188) 4017 : cluster [DBG] pgmap v3754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:48 smithi145 bash[13673]: audit 2022-04-26T04:48:48.094250+0000 mon.smithi136 (mon.0) 2787 : audit [DBG] from='client.? 172.21.15.136:0/3370392441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:50.288 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:50 smithi136 bash[11745]: cluster 2022-04-26T04:48:49.096216+0000 mgr.smithi136.ofnrfx (mgr.14188) 4018 : cluster [DBG] pgmap v3755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:50 smithi145 bash[13673]: cluster 2022-04-26T04:48:49.096216+0000 mgr.smithi136.ofnrfx (mgr.14188) 4018 : cluster [DBG] pgmap v3755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:52 smithi136 bash[11745]: cluster 2022-04-26T04:48:51.096850+0000 mgr.smithi136.ofnrfx (mgr.14188) 4019 : cluster [DBG] pgmap v3756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:52.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:52 smithi145 bash[13673]: cluster 2022-04-26T04:48:51.096850+0000 mgr.smithi136.ofnrfx (mgr.14188) 4019 : cluster [DBG] pgmap v3756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:53.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:53.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:53.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:53.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:54 smithi136 bash[11745]: cluster 2022-04-26T04:48:53.097539+0000 mgr.smithi136.ofnrfx (mgr.14188) 4020 : cluster [DBG] pgmap v3757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:54 smithi136 bash[11745]: audit 2022-04-26T04:48:53.424237+0000 mon.smithi136 (mon.0) 2788 : audit [DBG] from='client.? 172.21.15.136:0/93294468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:54 smithi145 bash[13673]: cluster 2022-04-26T04:48:53.097539+0000 mgr.smithi136.ofnrfx (mgr.14188) 4020 : cluster [DBG] pgmap v3757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:54 smithi145 bash[13673]: audit 2022-04-26T04:48:53.424237+0000 mon.smithi136 (mon.0) 2788 : audit [DBG] from='client.? 172.21.15.136:0/93294468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:55 smithi136 bash[11745]: audit 2022-04-26T04:48:55.103201+0000 mon.smithi136 (mon.0) 2789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:55 smithi136 bash[11745]: audit 2022-04-26T04:48:55.106032+0000 mon.smithi136 (mon.0) 2790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:55 smithi136 bash[11745]: audit 2022-04-26T04:48:55.107860+0000 mon.smithi136 (mon.0) 2791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:48:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:55 smithi145 bash[13673]: audit 2022-04-26T04:48:55.103201+0000 mon.smithi136 (mon.0) 2789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:48:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:55 smithi145 bash[13673]: audit 2022-04-26T04:48:55.106032+0000 mon.smithi136 (mon.0) 2790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:48:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:55 smithi145 bash[13673]: audit 2022-04-26T04:48:55.107860+0000 mon.smithi136 (mon.0) 2791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:48:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:56 smithi136 bash[11745]: cluster 2022-04-26T04:48:55.098099+0000 mgr.smithi136.ofnrfx (mgr.14188) 4021 : cluster [DBG] pgmap v3758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:56 smithi136 bash[11745]: cluster 2022-04-26T04:48:55.406832+0000 mgr.smithi136.ofnrfx (mgr.14188) 4022 : cluster [DBG] pgmap v3759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:56 smithi136 bash[11745]: cluster 2022-04-26T04:48:55.407254+0000 mgr.smithi136.ofnrfx (mgr.14188) 4023 : cluster [DBG] pgmap v3760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:56 smithi136 bash[11745]: audit 2022-04-26T04:48:55.412127+0000 mon.smithi136 (mon.0) 2792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:48:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:56 smithi136 bash[11745]: audit 2022-04-26T04:48:55.419559+0000 mon.smithi136 (mon.0) 2793 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:48:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:56 smithi136 bash[11745]: cephadm 2022-04-26T04:48:55.420787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4024 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:48:56.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:56 smithi136 bash[11745]: cephadm 2022-04-26T04:48:55.420958+0000 mgr.smithi136.ofnrfx (mgr.14188) 4025 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:48:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:56 smithi145 bash[13673]: cluster 2022-04-26T04:48:55.098099+0000 mgr.smithi136.ofnrfx (mgr.14188) 4021 : cluster [DBG] pgmap v3758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:56 smithi145 bash[13673]: cluster 2022-04-26T04:48:55.406832+0000 mgr.smithi136.ofnrfx (mgr.14188) 4022 : cluster [DBG] pgmap v3759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:56 smithi145 bash[13673]: cluster 2022-04-26T04:48:55.407254+0000 mgr.smithi136.ofnrfx (mgr.14188) 4023 : cluster [DBG] pgmap v3760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:56 smithi145 bash[13673]: audit 2022-04-26T04:48:55.412127+0000 mon.smithi136 (mon.0) 2792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:48:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:56 smithi145 bash[13673]: audit 2022-04-26T04:48:55.419559+0000 mon.smithi136 (mon.0) 2793 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:48:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:56 smithi145 bash[13673]: cephadm 2022-04-26T04:48:55.420787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4024 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:48:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:56 smithi145 bash[13673]: cephadm 2022-04-26T04:48:55.420958+0000 mgr.smithi136.ofnrfx (mgr.14188) 4025 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:48:58.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:48:58.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:48:58.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:48:58.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:48:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:58 smithi136 bash[11745]: cluster 2022-04-26T04:48:57.407943+0000 mgr.smithi136.ofnrfx (mgr.14188) 4026 : cluster [DBG] pgmap v3761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:58 smithi145 bash[13673]: cluster 2022-04-26T04:48:57.407943+0000 mgr.smithi136.ofnrfx (mgr.14188) 4026 : cluster [DBG] pgmap v3761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:48:59.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:48:59 smithi136 bash[11745]: audit 2022-04-26T04:48:58.752447+0000 mon.smithi136 (mon.0) 2794 : audit [DBG] from='client.? 172.21.15.136:0/4252841513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:48:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:48:59 smithi145 bash[13673]: audit 2022-04-26T04:48:58.752447+0000 mon.smithi136 (mon.0) 2794 : audit [DBG] from='client.? 172.21.15.136:0/4252841513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:00 smithi136 bash[11745]: cluster 2022-04-26T04:48:59.408614+0000 mgr.smithi136.ofnrfx (mgr.14188) 4027 : cluster [DBG] pgmap v3762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:00 smithi145 bash[13673]: cluster 2022-04-26T04:48:59.408614+0000 mgr.smithi136.ofnrfx (mgr.14188) 4027 : cluster [DBG] pgmap v3762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:02 smithi136 bash[11745]: cluster 2022-04-26T04:49:01.409255+0000 mgr.smithi136.ofnrfx (mgr.14188) 4028 : cluster [DBG] pgmap v3763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:02 smithi136 bash[11745]: audit 2022-04-26T04:49:02.379925+0000 mon.smithi136 (mon.0) 2795 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:49:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:02 smithi136 bash[11745]: audit 2022-04-26T04:49:02.383934+0000 mon.smithi136 (mon.0) 2796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:49:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:02 smithi145 bash[13673]: cluster 2022-04-26T04:49:01.409255+0000 mgr.smithi136.ofnrfx (mgr.14188) 4028 : cluster [DBG] pgmap v3763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:02 smithi145 bash[13673]: audit 2022-04-26T04:49:02.379925+0000 mon.smithi136 (mon.0) 2795 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:49:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:02 smithi145 bash[13673]: audit 2022-04-26T04:49:02.383934+0000 mon.smithi136 (mon.0) 2796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:49:03.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:03.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:03.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:04.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:04 smithi136 bash[11745]: cluster 2022-04-26T04:49:03.409860+0000 mgr.smithi136.ofnrfx (mgr.14188) 4029 : cluster [DBG] pgmap v3764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:04 smithi136 bash[11745]: audit 2022-04-26T04:49:04.082730+0000 mon.smithi136 (mon.0) 2797 : audit [DBG] from='client.? 172.21.15.136:0/4032253663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:04 smithi145 bash[13673]: cluster 2022-04-26T04:49:03.409860+0000 mgr.smithi136.ofnrfx (mgr.14188) 4029 : cluster [DBG] pgmap v3764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:04.935 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:04 smithi145 bash[13673]: audit 2022-04-26T04:49:04.082730+0000 mon.smithi136 (mon.0) 2797 : audit [DBG] from='client.? 172.21.15.136:0/4032253663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:06 smithi136 bash[11745]: cluster 2022-04-26T04:49:05.410477+0000 mgr.smithi136.ofnrfx (mgr.14188) 4030 : cluster [DBG] pgmap v3765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:06 smithi145 bash[13673]: cluster 2022-04-26T04:49:05.410477+0000 mgr.smithi136.ofnrfx (mgr.14188) 4030 : cluster [DBG] pgmap v3765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:07 smithi136 bash[11745]: cluster 2022-04-26T04:49:07.411106+0000 mgr.smithi136.ofnrfx (mgr.14188) 4031 : cluster [DBG] pgmap v3766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:07 smithi145 bash[13673]: cluster 2022-04-26T04:49:07.411106+0000 mgr.smithi136.ofnrfx (mgr.14188) 4031 : cluster [DBG] pgmap v3766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:09.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:09.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:09.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:09.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:09 smithi136 bash[11745]: cluster 2022-04-26T04:49:09.411734+0000 mgr.smithi136.ofnrfx (mgr.14188) 4032 : cluster [DBG] pgmap v3767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:09 smithi136 bash[11745]: audit 2022-04-26T04:49:09.413761+0000 mon.smithi136 (mon.0) 2798 : audit [DBG] from='client.? 172.21.15.136:0/2073838860' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:09 smithi145 bash[13673]: cluster 2022-04-26T04:49:09.411734+0000 mgr.smithi136.ofnrfx (mgr.14188) 4032 : cluster [DBG] pgmap v3767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:09 smithi145 bash[13673]: audit 2022-04-26T04:49:09.413761+0000 mon.smithi136 (mon.0) 2798 : audit [DBG] from='client.? 172.21.15.136:0/2073838860' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:11 smithi136 bash[11745]: cluster 2022-04-26T04:49:11.412370+0000 mgr.smithi136.ofnrfx (mgr.14188) 4033 : cluster [DBG] pgmap v3768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:11 smithi145 bash[13673]: cluster 2022-04-26T04:49:11.412370+0000 mgr.smithi136.ofnrfx (mgr.14188) 4033 : cluster [DBG] pgmap v3768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:13 smithi136 bash[11745]: cluster 2022-04-26T04:49:13.413005+0000 mgr.smithi136.ofnrfx (mgr.14188) 4034 : cluster [DBG] pgmap v3769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:13 smithi145 bash[13673]: cluster 2022-04-26T04:49:13.413005+0000 mgr.smithi136.ofnrfx (mgr.14188) 4034 : cluster [DBG] pgmap v3769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:14.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:14.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:14.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:14.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:14 smithi136 bash[11745]: audit 2022-04-26T04:49:14.749292+0000 mon.smithi136 (mon.0) 2799 : audit [DBG] from='client.? 172.21.15.136:0/460822545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:14 smithi145 bash[13673]: audit 2022-04-26T04:49:14.749292+0000 mon.smithi136 (mon.0) 2799 : audit [DBG] from='client.? 172.21.15.136:0/460822545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:16 smithi136 bash[11745]: cluster 2022-04-26T04:49:15.413653+0000 mgr.smithi136.ofnrfx (mgr.14188) 4035 : cluster [DBG] pgmap v3770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:16 smithi145 bash[13673]: cluster 2022-04-26T04:49:15.413653+0000 mgr.smithi136.ofnrfx (mgr.14188) 4035 : cluster [DBG] pgmap v3770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:17 smithi136 bash[11745]: cluster 2022-04-26T04:49:17.414299+0000 mgr.smithi136.ofnrfx (mgr.14188) 4036 : cluster [DBG] pgmap v3771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:17 smithi145 bash[13673]: cluster 2022-04-26T04:49:17.414299+0000 mgr.smithi136.ofnrfx (mgr.14188) 4036 : cluster [DBG] pgmap v3771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:19.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:19.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:19.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:19 smithi136 bash[11745]: cluster 2022-04-26T04:49:19.414946+0000 mgr.smithi136.ofnrfx (mgr.14188) 4037 : cluster [DBG] pgmap v3772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:19 smithi145 bash[13673]: cluster 2022-04-26T04:49:19.414946+0000 mgr.smithi136.ofnrfx (mgr.14188) 4037 : cluster [DBG] pgmap v3772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:20.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:20 smithi136 bash[11745]: audit 2022-04-26T04:49:20.081351+0000 mon.smithi136 (mon.0) 2800 : audit [DBG] from='client.? 172.21.15.136:0/2133369296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:20 smithi145 bash[13673]: audit 2022-04-26T04:49:20.081351+0000 mon.smithi136 (mon.0) 2800 : audit [DBG] from='client.? 172.21.15.136:0/2133369296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:21 smithi136 bash[11745]: cluster 2022-04-26T04:49:21.415583+0000 mgr.smithi136.ofnrfx (mgr.14188) 4038 : cluster [DBG] pgmap v3773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:21 smithi145 bash[13673]: cluster 2022-04-26T04:49:21.415583+0000 mgr.smithi136.ofnrfx (mgr.14188) 4038 : cluster [DBG] pgmap v3773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:23 smithi136 bash[11745]: cluster 2022-04-26T04:49:23.416248+0000 mgr.smithi136.ofnrfx (mgr.14188) 4039 : cluster [DBG] pgmap v3774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:23 smithi145 bash[13673]: cluster 2022-04-26T04:49:23.416248+0000 mgr.smithi136.ofnrfx (mgr.14188) 4039 : cluster [DBG] pgmap v3774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:25.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:25.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:25.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:25.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:26 smithi136 bash[11745]: audit 2022-04-26T04:49:25.411488+0000 mon.smithi136 (mon.0) 2801 : audit [DBG] from='client.? 172.21.15.136:0/3561835118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:26 smithi136 bash[11745]: cluster 2022-04-26T04:49:25.416936+0000 mgr.smithi136.ofnrfx (mgr.14188) 4040 : cluster [DBG] pgmap v3775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:26 smithi145 bash[13673]: audit 2022-04-26T04:49:25.411488+0000 mon.smithi136 (mon.0) 2801 : audit [DBG] from='client.? 172.21.15.136:0/3561835118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:26 smithi145 bash[13673]: cluster 2022-04-26T04:49:25.416936+0000 mgr.smithi136.ofnrfx (mgr.14188) 4040 : cluster [DBG] pgmap v3775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:27 smithi136 bash[11745]: cluster 2022-04-26T04:49:27.417678+0000 mgr.smithi136.ofnrfx (mgr.14188) 4041 : cluster [DBG] pgmap v3776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:27 smithi145 bash[13673]: cluster 2022-04-26T04:49:27.417678+0000 mgr.smithi136.ofnrfx (mgr.14188) 4041 : cluster [DBG] pgmap v3776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:29 smithi136 bash[11745]: cluster 2022-04-26T04:49:29.418356+0000 mgr.smithi136.ofnrfx (mgr.14188) 4042 : cluster [DBG] pgmap v3777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:29 smithi145 bash[13673]: cluster 2022-04-26T04:49:29.418356+0000 mgr.smithi136.ofnrfx (mgr.14188) 4042 : cluster [DBG] pgmap v3777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:30.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:30.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:30.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:30.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:31 smithi136 bash[11745]: audit 2022-04-26T04:49:30.744172+0000 mon.smithi136 (mon.0) 2802 : audit [DBG] from='client.? 172.21.15.136:0/3692942570' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:31 smithi145 bash[13673]: audit 2022-04-26T04:49:30.744172+0000 mon.smithi136 (mon.0) 2802 : audit [DBG] from='client.? 172.21.15.136:0/3692942570' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:32 smithi136 bash[11745]: cluster 2022-04-26T04:49:31.419013+0000 mgr.smithi136.ofnrfx (mgr.14188) 4043 : cluster [DBG] pgmap v3778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:32 smithi145 bash[13673]: cluster 2022-04-26T04:49:31.419013+0000 mgr.smithi136.ofnrfx (mgr.14188) 4043 : cluster [DBG] pgmap v3778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:33 smithi136 bash[11745]: cluster 2022-04-26T04:49:33.419767+0000 mgr.smithi136.ofnrfx (mgr.14188) 4044 : cluster [DBG] pgmap v3779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:33 smithi145 bash[13673]: cluster 2022-04-26T04:49:33.419767+0000 mgr.smithi136.ofnrfx (mgr.14188) 4044 : cluster [DBG] pgmap v3779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:35.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:35.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:35.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:36.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:36 smithi136 bash[11745]: cluster 2022-04-26T04:49:35.420441+0000 mgr.smithi136.ofnrfx (mgr.14188) 4045 : cluster [DBG] pgmap v3780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:36 smithi136 bash[11745]: audit 2022-04-26T04:49:36.073832+0000 mon.smithi136 (mon.0) 2803 : audit [DBG] from='client.? 172.21.15.136:0/1625733217' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:36 smithi145 bash[13673]: cluster 2022-04-26T04:49:35.420441+0000 mgr.smithi136.ofnrfx (mgr.14188) 4045 : cluster [DBG] pgmap v3780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:36 smithi145 bash[13673]: audit 2022-04-26T04:49:36.073832+0000 mon.smithi136 (mon.0) 2803 : audit [DBG] from='client.? 172.21.15.136:0/1625733217' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:37 smithi136 bash[11745]: cluster 2022-04-26T04:49:37.421174+0000 mgr.smithi136.ofnrfx (mgr.14188) 4046 : cluster [DBG] pgmap v3781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:37 smithi145 bash[13673]: cluster 2022-04-26T04:49:37.421174+0000 mgr.smithi136.ofnrfx (mgr.14188) 4046 : cluster [DBG] pgmap v3781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:39 smithi136 bash[11745]: cluster 2022-04-26T04:49:39.421841+0000 mgr.smithi136.ofnrfx (mgr.14188) 4047 : cluster [DBG] pgmap v3782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:39 smithi145 bash[13673]: cluster 2022-04-26T04:49:39.421841+0000 mgr.smithi136.ofnrfx (mgr.14188) 4047 : cluster [DBG] pgmap v3782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:41.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:41.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:41.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:41.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:41 smithi136 bash[11745]: audit 2022-04-26T04:49:41.403311+0000 mon.smithi136 (mon.0) 2804 : audit [DBG] from='client.? 172.21.15.136:0/2000106955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:41 smithi145 bash[13673]: audit 2022-04-26T04:49:41.403311+0000 mon.smithi136 (mon.0) 2804 : audit [DBG] from='client.? 172.21.15.136:0/2000106955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:42 smithi136 bash[11745]: cluster 2022-04-26T04:49:41.422515+0000 mgr.smithi136.ofnrfx (mgr.14188) 4048 : cluster [DBG] pgmap v3783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:42 smithi145 bash[13673]: cluster 2022-04-26T04:49:41.422515+0000 mgr.smithi136.ofnrfx (mgr.14188) 4048 : cluster [DBG] pgmap v3783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:43 smithi136 bash[11745]: cluster 2022-04-26T04:49:43.423273+0000 mgr.smithi136.ofnrfx (mgr.14188) 4049 : cluster [DBG] pgmap v3784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:43 smithi145 bash[13673]: cluster 2022-04-26T04:49:43.423273+0000 mgr.smithi136.ofnrfx (mgr.14188) 4049 : cluster [DBG] pgmap v3784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:46.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:46.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:46.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:46 smithi136 bash[11745]: cluster 2022-04-26T04:49:45.424017+0000 mgr.smithi136.ofnrfx (mgr.14188) 4050 : cluster [DBG] pgmap v3785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:46 smithi145 bash[13673]: cluster 2022-04-26T04:49:45.424017+0000 mgr.smithi136.ofnrfx (mgr.14188) 4050 : cluster [DBG] pgmap v3785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:46.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:47 smithi136 bash[11745]: audit 2022-04-26T04:49:46.730604+0000 mon.smithi136 (mon.0) 2805 : audit [DBG] from='client.? 172.21.15.136:0/277330200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:47 smithi145 bash[13673]: audit 2022-04-26T04:49:46.730604+0000 mon.smithi136 (mon.0) 2805 : audit [DBG] from='client.? 172.21.15.136:0/277330200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:48 smithi136 bash[11745]: cluster 2022-04-26T04:49:47.424733+0000 mgr.smithi136.ofnrfx (mgr.14188) 4051 : cluster [DBG] pgmap v3786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:48 smithi145 bash[13673]: cluster 2022-04-26T04:49:47.424733+0000 mgr.smithi136.ofnrfx (mgr.14188) 4051 : cluster [DBG] pgmap v3786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:49 smithi136 bash[11745]: cluster 2022-04-26T04:49:49.425356+0000 mgr.smithi136.ofnrfx (mgr.14188) 4052 : cluster [DBG] pgmap v3787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:49 smithi145 bash[13673]: cluster 2022-04-26T04:49:49.425356+0000 mgr.smithi136.ofnrfx (mgr.14188) 4052 : cluster [DBG] pgmap v3787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:51.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:51.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:51.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:51 smithi136 bash[11745]: cluster 2022-04-26T04:49:51.425978+0000 mgr.smithi136.ofnrfx (mgr.14188) 4053 : cluster [DBG] pgmap v3788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:51 smithi145 bash[13673]: cluster 2022-04-26T04:49:51.425978+0000 mgr.smithi136.ofnrfx (mgr.14188) 4053 : cluster [DBG] pgmap v3788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:52.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:52 smithi136 bash[11745]: audit 2022-04-26T04:49:52.059714+0000 mon.smithi136 (mon.0) 2806 : audit [DBG] from='client.? 172.21.15.136:0/902371644' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:52 smithi145 bash[13673]: audit 2022-04-26T04:49:52.059714+0000 mon.smithi136 (mon.0) 2806 : audit [DBG] from='client.? 172.21.15.136:0/902371644' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:53 smithi136 bash[11745]: cluster 2022-04-26T04:49:53.426572+0000 mgr.smithi136.ofnrfx (mgr.14188) 4054 : cluster [DBG] pgmap v3789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:53 smithi145 bash[13673]: cluster 2022-04-26T04:49:53.426572+0000 mgr.smithi136.ofnrfx (mgr.14188) 4054 : cluster [DBG] pgmap v3789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:56 smithi136 bash[11745]: cluster 2022-04-26T04:49:55.427178+0000 mgr.smithi136.ofnrfx (mgr.14188) 4055 : cluster [DBG] pgmap v3790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:56 smithi136 bash[11745]: audit 2022-04-26T04:49:55.430188+0000 mon.smithi136 (mon.0) 2807 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:56 smithi136 bash[11745]: audit 2022-04-26T04:49:55.432981+0000 mon.smithi136 (mon.0) 2808 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:56 smithi136 bash[11745]: audit 2022-04-26T04:49:55.434882+0000 mon.smithi136 (mon.0) 2809 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:49:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:56 smithi136 bash[11745]: audit 2022-04-26T04:49:55.740063+0000 mon.smithi136 (mon.0) 2810 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:49:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:56 smithi136 bash[11745]: audit 2022-04-26T04:49:55.746189+0000 mon.smithi136 (mon.0) 2811 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:49:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:56 smithi145 bash[13673]: cluster 2022-04-26T04:49:55.427178+0000 mgr.smithi136.ofnrfx (mgr.14188) 4055 : cluster [DBG] pgmap v3790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:56 smithi145 bash[13673]: audit 2022-04-26T04:49:55.430188+0000 mon.smithi136 (mon.0) 2807 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:49:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:56 smithi145 bash[13673]: audit 2022-04-26T04:49:55.432981+0000 mon.smithi136 (mon.0) 2808 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:49:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:56 smithi145 bash[13673]: audit 2022-04-26T04:49:55.434882+0000 mon.smithi136 (mon.0) 2809 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:49:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:56 smithi145 bash[13673]: audit 2022-04-26T04:49:55.740063+0000 mon.smithi136 (mon.0) 2810 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:49:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:56 smithi145 bash[13673]: audit 2022-04-26T04:49:55.746189+0000 mon.smithi136 (mon.0) 2811 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:49:57.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:49:57.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:49:57.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:49:57.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:49:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:57 smithi136 bash[11745]: cluster 2022-04-26T04:49:55.733286+0000 mgr.smithi136.ofnrfx (mgr.14188) 4056 : cluster [DBG] pgmap v3791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:57 smithi136 bash[11745]: cluster 2022-04-26T04:49:55.733714+0000 mgr.smithi136.ofnrfx (mgr.14188) 4057 : cluster [DBG] pgmap v3792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:57 smithi136 bash[11745]: cephadm 2022-04-26T04:49:55.747191+0000 mgr.smithi136.ofnrfx (mgr.14188) 4058 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:49:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:57 smithi136 bash[11745]: cephadm 2022-04-26T04:49:55.747338+0000 mgr.smithi136.ofnrfx (mgr.14188) 4059 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:49:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:57 smithi145 bash[13673]: cluster 2022-04-26T04:49:55.733286+0000 mgr.smithi136.ofnrfx (mgr.14188) 4056 : cluster [DBG] pgmap v3791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:57 smithi145 bash[13673]: cluster 2022-04-26T04:49:55.733714+0000 mgr.smithi136.ofnrfx (mgr.14188) 4057 : cluster [DBG] pgmap v3792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:57 smithi145 bash[13673]: cephadm 2022-04-26T04:49:55.747191+0000 mgr.smithi136.ofnrfx (mgr.14188) 4058 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:49:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:57 smithi145 bash[13673]: cephadm 2022-04-26T04:49:55.747338+0000 mgr.smithi136.ofnrfx (mgr.14188) 4059 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:49:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:58 smithi136 bash[11745]: audit 2022-04-26T04:49:57.390565+0000 mon.smithi136 (mon.0) 2812 : audit [DBG] from='client.? 172.21.15.136:0/3689676895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:58.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:58 smithi145 bash[13673]: audit 2022-04-26T04:49:57.390565+0000 mon.smithi136 (mon.0) 2812 : audit [DBG] from='client.? 172.21.15.136:0/3689676895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:49:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:49:59 smithi136 bash[11745]: cluster 2022-04-26T04:49:57.734323+0000 mgr.smithi136.ofnrfx (mgr.14188) 4060 : cluster [DBG] pgmap v3793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:49:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:49:59 smithi145 bash[13673]: cluster 2022-04-26T04:49:57.734323+0000 mgr.smithi136.ofnrfx (mgr.14188) 4060 : cluster [DBG] pgmap v3793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:00 smithi136 bash[11745]: cluster 2022-04-26T04:50:00.000161+0000 mon.smithi136 (mon.0) 2813 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:50:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:00 smithi145 bash[13673]: cluster 2022-04-26T04:50:00.000161+0000 mon.smithi136 (mon.0) 2813 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T04:50:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:01 smithi136 bash[11745]: cluster 2022-04-26T04:49:59.734911+0000 mgr.smithi136.ofnrfx (mgr.14188) 4061 : cluster [DBG] pgmap v3794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:01 smithi145 bash[13673]: cluster 2022-04-26T04:49:59.734911+0000 mgr.smithi136.ofnrfx (mgr.14188) 4061 : cluster [DBG] pgmap v3794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:02.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:02.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:02.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:02.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:03 smithi136 bash[11745]: cluster 2022-04-26T04:50:01.735540+0000 mgr.smithi136.ofnrfx (mgr.14188) 4062 : cluster [DBG] pgmap v3795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:03 smithi136 bash[11745]: audit 2022-04-26T04:50:02.383927+0000 mon.smithi136 (mon.0) 2814 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:50:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:03 smithi136 bash[11745]: audit 2022-04-26T04:50:02.387774+0000 mon.smithi136 (mon.0) 2815 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:50:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:03 smithi136 bash[11745]: audit 2022-04-26T04:50:02.722820+0000 mon.smithi136 (mon.0) 2816 : audit [DBG] from='client.? 172.21.15.136:0/1229642668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:03 smithi145 bash[13673]: cluster 2022-04-26T04:50:01.735540+0000 mgr.smithi136.ofnrfx (mgr.14188) 4062 : cluster [DBG] pgmap v3795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:03 smithi145 bash[13673]: audit 2022-04-26T04:50:02.383927+0000 mon.smithi136 (mon.0) 2814 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:50:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:03 smithi145 bash[13673]: audit 2022-04-26T04:50:02.387774+0000 mon.smithi136 (mon.0) 2815 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:50:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:03 smithi145 bash[13673]: audit 2022-04-26T04:50:02.722820+0000 mon.smithi136 (mon.0) 2816 : audit [DBG] from='client.? 172.21.15.136:0/1229642668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:05 smithi136 bash[11745]: cluster 2022-04-26T04:50:03.736131+0000 mgr.smithi136.ofnrfx (mgr.14188) 4063 : cluster [DBG] pgmap v3796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:05 smithi145 bash[13673]: cluster 2022-04-26T04:50:03.736131+0000 mgr.smithi136.ofnrfx (mgr.14188) 4063 : cluster [DBG] pgmap v3796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:07 smithi136 bash[11745]: cluster 2022-04-26T04:50:05.736756+0000 mgr.smithi136.ofnrfx (mgr.14188) 4064 : cluster [DBG] pgmap v3797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:07 smithi145 bash[13673]: cluster 2022-04-26T04:50:05.736756+0000 mgr.smithi136.ofnrfx (mgr.14188) 4064 : cluster [DBG] pgmap v3797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:07.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:07.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:07.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:08.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:08 smithi136 bash[11745]: audit 2022-04-26T04:50:08.051882+0000 mon.smithi136 (mon.0) 2817 : audit [DBG] from='client.? 172.21.15.136:0/2656447057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:08 smithi145 bash[13673]: audit 2022-04-26T04:50:08.051882+0000 mon.smithi136 (mon.0) 2817 : audit [DBG] from='client.? 172.21.15.136:0/2656447057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:09 smithi136 bash[11745]: cluster 2022-04-26T04:50:07.737384+0000 mgr.smithi136.ofnrfx (mgr.14188) 4065 : cluster [DBG] pgmap v3798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:09 smithi145 bash[13673]: cluster 2022-04-26T04:50:07.737384+0000 mgr.smithi136.ofnrfx (mgr.14188) 4065 : cluster [DBG] pgmap v3798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:11 smithi136 bash[11745]: cluster 2022-04-26T04:50:09.737968+0000 mgr.smithi136.ofnrfx (mgr.14188) 4066 : cluster [DBG] pgmap v3799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:11 smithi145 bash[13673]: cluster 2022-04-26T04:50:09.737968+0000 mgr.smithi136.ofnrfx (mgr.14188) 4066 : cluster [DBG] pgmap v3799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:13.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:13.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:13.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:13.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:13 smithi136 bash[11745]: cluster 2022-04-26T04:50:11.738698+0000 mgr.smithi136.ofnrfx (mgr.14188) 4067 : cluster [DBG] pgmap v3800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:13 smithi145 bash[13673]: cluster 2022-04-26T04:50:11.738698+0000 mgr.smithi136.ofnrfx (mgr.14188) 4067 : cluster [DBG] pgmap v3800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:14 smithi136 bash[11745]: audit 2022-04-26T04:50:13.383936+0000 mon.smithi136 (mon.0) 2818 : audit [DBG] from='client.? 172.21.15.136:0/1713088555' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:14 smithi145 bash[13673]: audit 2022-04-26T04:50:13.383936+0000 mon.smithi136 (mon.0) 2818 : audit [DBG] from='client.? 172.21.15.136:0/1713088555' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:15 smithi136 bash[11745]: cluster 2022-04-26T04:50:13.739460+0000 mgr.smithi136.ofnrfx (mgr.14188) 4068 : cluster [DBG] pgmap v3801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:15 smithi145 bash[13673]: cluster 2022-04-26T04:50:13.739460+0000 mgr.smithi136.ofnrfx (mgr.14188) 4068 : cluster [DBG] pgmap v3801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:17 smithi136 bash[11745]: cluster 2022-04-26T04:50:15.740146+0000 mgr.smithi136.ofnrfx (mgr.14188) 4069 : cluster [DBG] pgmap v3802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:17 smithi145 bash[13673]: cluster 2022-04-26T04:50:15.740146+0000 mgr.smithi136.ofnrfx (mgr.14188) 4069 : cluster [DBG] pgmap v3802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:18.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:18.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:18.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:18.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:19 smithi136 bash[11745]: cluster 2022-04-26T04:50:17.740788+0000 mgr.smithi136.ofnrfx (mgr.14188) 4070 : cluster [DBG] pgmap v3803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:19 smithi136 bash[11745]: audit 2022-04-26T04:50:18.715162+0000 mon.smithi136 (mon.0) 2819 : audit [DBG] from='client.? 172.21.15.136:0/1317229130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:19 smithi145 bash[13673]: cluster 2022-04-26T04:50:17.740788+0000 mgr.smithi136.ofnrfx (mgr.14188) 4070 : cluster [DBG] pgmap v3803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:19 smithi145 bash[13673]: audit 2022-04-26T04:50:18.715162+0000 mon.smithi136 (mon.0) 2819 : audit [DBG] from='client.? 172.21.15.136:0/1317229130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:21 smithi145 bash[13673]: cluster 2022-04-26T04:50:19.741370+0000 mgr.smithi136.ofnrfx (mgr.14188) 4071 : cluster [DBG] pgmap v3804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:21 smithi136 bash[11745]: cluster 2022-04-26T04:50:19.741370+0000 mgr.smithi136.ofnrfx (mgr.14188) 4071 : cluster [DBG] pgmap v3804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:23 smithi145 bash[13673]: cluster 2022-04-26T04:50:21.742029+0000 mgr.smithi136.ofnrfx (mgr.14188) 4072 : cluster [DBG] pgmap v3805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:23.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:23.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:23.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:23 smithi136 bash[11745]: cluster 2022-04-26T04:50:21.742029+0000 mgr.smithi136.ofnrfx (mgr.14188) 4072 : cluster [DBG] pgmap v3805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:24.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:24 smithi145 bash[13673]: audit 2022-04-26T04:50:24.040263+0000 mon.smithi136 (mon.0) 2820 : audit [DBG] from='client.? 172.21.15.136:0/838210560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:24 smithi136 bash[11745]: audit 2022-04-26T04:50:24.040263+0000 mon.smithi136 (mon.0) 2820 : audit [DBG] from='client.? 172.21.15.136:0/838210560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:25 smithi145 bash[13673]: cluster 2022-04-26T04:50:23.742651+0000 mgr.smithi136.ofnrfx (mgr.14188) 4073 : cluster [DBG] pgmap v3806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:25 smithi136 bash[11745]: cluster 2022-04-26T04:50:23.742651+0000 mgr.smithi136.ofnrfx (mgr.14188) 4073 : cluster [DBG] pgmap v3806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:27 smithi145 bash[13673]: cluster 2022-04-26T04:50:25.743248+0000 mgr.smithi136.ofnrfx (mgr.14188) 4074 : cluster [DBG] pgmap v3807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:27 smithi136 bash[11745]: cluster 2022-04-26T04:50:25.743248+0000 mgr.smithi136.ofnrfx (mgr.14188) 4074 : cluster [DBG] pgmap v3807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:29.059 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:29.059 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:29.059 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:29.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:29 smithi145 bash[13673]: cluster 2022-04-26T04:50:27.743956+0000 mgr.smithi136.ofnrfx (mgr.14188) 4075 : cluster [DBG] pgmap v3808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:29 smithi136 bash[11745]: cluster 2022-04-26T04:50:27.743956+0000 mgr.smithi136.ofnrfx (mgr.14188) 4075 : cluster [DBG] pgmap v3808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:30 smithi136 bash[11745]: audit 2022-04-26T04:50:29.372780+0000 mon.smithi136 (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.136:0/1573941136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:30 smithi145 bash[13673]: audit 2022-04-26T04:50:29.372780+0000 mon.smithi136 (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.136:0/1573941136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:31 smithi145 bash[13673]: cluster 2022-04-26T04:50:29.744630+0000 mgr.smithi136.ofnrfx (mgr.14188) 4076 : cluster [DBG] pgmap v3809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:31 smithi136 bash[11745]: cluster 2022-04-26T04:50:29.744630+0000 mgr.smithi136.ofnrfx (mgr.14188) 4076 : cluster [DBG] pgmap v3809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:33 smithi145 bash[13673]: cluster 2022-04-26T04:50:31.745272+0000 mgr.smithi136.ofnrfx (mgr.14188) 4077 : cluster [DBG] pgmap v3810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:33 smithi136 bash[11745]: cluster 2022-04-26T04:50:31.745272+0000 mgr.smithi136.ofnrfx (mgr.14188) 4077 : cluster [DBG] pgmap v3810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:34.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:34.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:34.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:34.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:35 smithi145 bash[13673]: cluster 2022-04-26T04:50:33.745920+0000 mgr.smithi136.ofnrfx (mgr.14188) 4078 : cluster [DBG] pgmap v3811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:35 smithi145 bash[13673]: audit 2022-04-26T04:50:34.694368+0000 mon.smithi136 (mon.0) 2822 : audit [DBG] from='client.? 172.21.15.136:0/1925866590' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:35 smithi136 bash[11745]: cluster 2022-04-26T04:50:33.745920+0000 mgr.smithi136.ofnrfx (mgr.14188) 4078 : cluster [DBG] pgmap v3811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:35 smithi136 bash[11745]: audit 2022-04-26T04:50:34.694368+0000 mon.smithi136 (mon.0) 2822 : audit [DBG] from='client.? 172.21.15.136:0/1925866590' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:37 smithi145 bash[13673]: cluster 2022-04-26T04:50:35.746565+0000 mgr.smithi136.ofnrfx (mgr.14188) 4079 : cluster [DBG] pgmap v3812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:37 smithi136 bash[11745]: cluster 2022-04-26T04:50:35.746565+0000 mgr.smithi136.ofnrfx (mgr.14188) 4079 : cluster [DBG] pgmap v3812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:39 smithi145 bash[13673]: cluster 2022-04-26T04:50:37.747171+0000 mgr.smithi136.ofnrfx (mgr.14188) 4080 : cluster [DBG] pgmap v3813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:39.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:39.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:39.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:39 smithi136 bash[11745]: cluster 2022-04-26T04:50:37.747171+0000 mgr.smithi136.ofnrfx (mgr.14188) 4080 : cluster [DBG] pgmap v3813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:40.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:40 smithi136 bash[11745]: audit 2022-04-26T04:50:40.019284+0000 mon.smithi136 (mon.0) 2823 : audit [DBG] from='client.? 172.21.15.136:0/538482489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:40 smithi145 bash[13673]: audit 2022-04-26T04:50:40.019284+0000 mon.smithi136 (mon.0) 2823 : audit [DBG] from='client.? 172.21.15.136:0/538482489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:41 smithi145 bash[13673]: cluster 2022-04-26T04:50:39.747807+0000 mgr.smithi136.ofnrfx (mgr.14188) 4081 : cluster [DBG] pgmap v3814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:41 smithi136 bash[11745]: cluster 2022-04-26T04:50:39.747807+0000 mgr.smithi136.ofnrfx (mgr.14188) 4081 : cluster [DBG] pgmap v3814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:43 smithi145 bash[13673]: cluster 2022-04-26T04:50:41.748451+0000 mgr.smithi136.ofnrfx (mgr.14188) 4082 : cluster [DBG] pgmap v3815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:43 smithi136 bash[11745]: cluster 2022-04-26T04:50:41.748451+0000 mgr.smithi136.ofnrfx (mgr.14188) 4082 : cluster [DBG] pgmap v3815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:45.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:45.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:45.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:45.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:45 smithi145 bash[13673]: cluster 2022-04-26T04:50:43.749053+0000 mgr.smithi136.ofnrfx (mgr.14188) 4083 : cluster [DBG] pgmap v3816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:45 smithi145 bash[13673]: audit 2022-04-26T04:50:45.341427+0000 mon.smithi136 (mon.0) 2824 : audit [DBG] from='client.? 172.21.15.136:0/3055343232' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:45 smithi136 bash[11745]: cluster 2022-04-26T04:50:43.749053+0000 mgr.smithi136.ofnrfx (mgr.14188) 4083 : cluster [DBG] pgmap v3816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:45 smithi136 bash[11745]: audit 2022-04-26T04:50:45.341427+0000 mon.smithi136 (mon.0) 2824 : audit [DBG] from='client.? 172.21.15.136:0/3055343232' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:47 smithi136 bash[11745]: cluster 2022-04-26T04:50:45.749629+0000 mgr.smithi136.ofnrfx (mgr.14188) 4084 : cluster [DBG] pgmap v3817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:47 smithi145 bash[13673]: cluster 2022-04-26T04:50:45.749629+0000 mgr.smithi136.ofnrfx (mgr.14188) 4084 : cluster [DBG] pgmap v3817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:49 smithi136 bash[11745]: cluster 2022-04-26T04:50:47.750256+0000 mgr.smithi136.ofnrfx (mgr.14188) 4085 : cluster [DBG] pgmap v3818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:49 smithi145 bash[13673]: cluster 2022-04-26T04:50:47.750256+0000 mgr.smithi136.ofnrfx (mgr.14188) 4085 : cluster [DBG] pgmap v3818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:50.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:50.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:50.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:50.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:51 smithi136 bash[11745]: cluster 2022-04-26T04:50:49.750845+0000 mgr.smithi136.ofnrfx (mgr.14188) 4086 : cluster [DBG] pgmap v3819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:51 smithi136 bash[11745]: audit 2022-04-26T04:50:50.671114+0000 mon.smithi136 (mon.0) 2825 : audit [DBG] from='client.? 172.21.15.136:0/3048104348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:51 smithi145 bash[13673]: cluster 2022-04-26T04:50:49.750845+0000 mgr.smithi136.ofnrfx (mgr.14188) 4086 : cluster [DBG] pgmap v3819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:51 smithi145 bash[13673]: audit 2022-04-26T04:50:50.671114+0000 mon.smithi136 (mon.0) 2825 : audit [DBG] from='client.? 172.21.15.136:0/3048104348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:53 smithi136 bash[11745]: cluster 2022-04-26T04:50:51.751541+0000 mgr.smithi136.ofnrfx (mgr.14188) 4087 : cluster [DBG] pgmap v3820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:53 smithi145 bash[13673]: cluster 2022-04-26T04:50:51.751541+0000 mgr.smithi136.ofnrfx (mgr.14188) 4087 : cluster [DBG] pgmap v3820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:55.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:50:55.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:50:55.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:50:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:55 smithi136 bash[11745]: cluster 2022-04-26T04:50:53.752183+0000 mgr.smithi136.ofnrfx (mgr.14188) 4088 : cluster [DBG] pgmap v3821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:55 smithi145 bash[13673]: cluster 2022-04-26T04:50:53.752183+0000 mgr.smithi136.ofnrfx (mgr.14188) 4088 : cluster [DBG] pgmap v3821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:56.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:50:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:56 smithi136 bash[11745]: audit 2022-04-26T04:50:55.755938+0000 mon.smithi136 (mon.0) 2826 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:50:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:56 smithi136 bash[11745]: audit 2022-04-26T04:50:55.758409+0000 mon.smithi136 (mon.0) 2827 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:50:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:56 smithi136 bash[11745]: audit 2022-04-26T04:50:55.759946+0000 mon.smithi136 (mon.0) 2828 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:50:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:56 smithi136 bash[11745]: audit 2022-04-26T04:50:55.999198+0000 mon.smithi136 (mon.0) 2829 : audit [DBG] from='client.? 172.21.15.136:0/3916652316' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:56 smithi136 bash[11745]: audit 2022-04-26T04:50:56.061023+0000 mon.smithi136 (mon.0) 2830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:50:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:56 smithi136 bash[11745]: audit 2022-04-26T04:50:56.067226+0000 mon.smithi136 (mon.0) 2831 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:50:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:56 smithi145 bash[13673]: audit 2022-04-26T04:50:55.755938+0000 mon.smithi136 (mon.0) 2826 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:50:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:56 smithi145 bash[13673]: audit 2022-04-26T04:50:55.758409+0000 mon.smithi136 (mon.0) 2827 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:50:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:56 smithi145 bash[13673]: audit 2022-04-26T04:50:55.759946+0000 mon.smithi136 (mon.0) 2828 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:50:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:56 smithi145 bash[13673]: audit 2022-04-26T04:50:55.999198+0000 mon.smithi136 (mon.0) 2829 : audit [DBG] from='client.? 172.21.15.136:0/3916652316' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:50:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:56 smithi145 bash[13673]: audit 2022-04-26T04:50:56.061023+0000 mon.smithi136 (mon.0) 2830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:50:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:56 smithi145 bash[13673]: audit 2022-04-26T04:50:56.067226+0000 mon.smithi136 (mon.0) 2831 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:50:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:57 smithi136 bash[11745]: cluster 2022-04-26T04:50:55.752787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4089 : cluster [DBG] pgmap v3822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:57 smithi136 bash[11745]: cluster 2022-04-26T04:50:56.055247+0000 mgr.smithi136.ofnrfx (mgr.14188) 4090 : cluster [DBG] pgmap v3823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:57 smithi136 bash[11745]: cluster 2022-04-26T04:50:56.055546+0000 mgr.smithi136.ofnrfx (mgr.14188) 4091 : cluster [DBG] pgmap v3824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:57 smithi136 bash[11745]: cephadm 2022-04-26T04:50:56.068505+0000 mgr.smithi136.ofnrfx (mgr.14188) 4092 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:50:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:57 smithi136 bash[11745]: cephadm 2022-04-26T04:50:56.068703+0000 mgr.smithi136.ofnrfx (mgr.14188) 4093 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:50:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:57 smithi145 bash[13673]: cluster 2022-04-26T04:50:55.752787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4089 : cluster [DBG] pgmap v3822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:57 smithi145 bash[13673]: cluster 2022-04-26T04:50:56.055247+0000 mgr.smithi136.ofnrfx (mgr.14188) 4090 : cluster [DBG] pgmap v3823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:57 smithi145 bash[13673]: cluster 2022-04-26T04:50:56.055546+0000 mgr.smithi136.ofnrfx (mgr.14188) 4091 : cluster [DBG] pgmap v3824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:57 smithi145 bash[13673]: cephadm 2022-04-26T04:50:56.068505+0000 mgr.smithi136.ofnrfx (mgr.14188) 4092 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:50:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:57 smithi145 bash[13673]: cephadm 2022-04-26T04:50:56.068703+0000 mgr.smithi136.ofnrfx (mgr.14188) 4093 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:50:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:50:59 smithi136 bash[11745]: cluster 2022-04-26T04:50:58.056114+0000 mgr.smithi136.ofnrfx (mgr.14188) 4094 : cluster [DBG] pgmap v3825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:50:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:50:59 smithi145 bash[13673]: cluster 2022-04-26T04:50:58.056114+0000 mgr.smithi136.ofnrfx (mgr.14188) 4094 : cluster [DBG] pgmap v3825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:01.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:01.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:01.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:01.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:01 smithi136 bash[11745]: cluster 2022-04-26T04:51:00.056691+0000 mgr.smithi136.ofnrfx (mgr.14188) 4095 : cluster [DBG] pgmap v3826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:01 smithi136 bash[11745]: audit 2022-04-26T04:51:01.328420+0000 mon.smithi136 (mon.0) 2832 : audit [DBG] from='client.? 172.21.15.136:0/14688626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:01 smithi145 bash[13673]: cluster 2022-04-26T04:51:00.056691+0000 mgr.smithi136.ofnrfx (mgr.14188) 4095 : cluster [DBG] pgmap v3826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:01 smithi145 bash[13673]: audit 2022-04-26T04:51:01.328420+0000 mon.smithi136 (mon.0) 2832 : audit [DBG] from='client.? 172.21.15.136:0/14688626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:02 smithi136 bash[11745]: audit 2022-04-26T04:51:02.387887+0000 mon.smithi136 (mon.0) 2833 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:51:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:02 smithi136 bash[11745]: audit 2022-04-26T04:51:02.391690+0000 mon.smithi136 (mon.0) 2834 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:51:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:02 smithi145 bash[13673]: audit 2022-04-26T04:51:02.387887+0000 mon.smithi136 (mon.0) 2833 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:51:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:02 smithi145 bash[13673]: audit 2022-04-26T04:51:02.391690+0000 mon.smithi136 (mon.0) 2834 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:51:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:03 smithi136 bash[11745]: cluster 2022-04-26T04:51:02.057322+0000 mgr.smithi136.ofnrfx (mgr.14188) 4096 : cluster [DBG] pgmap v3827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:03 smithi145 bash[13673]: cluster 2022-04-26T04:51:02.057322+0000 mgr.smithi136.ofnrfx (mgr.14188) 4096 : cluster [DBG] pgmap v3827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:05 smithi136 bash[11745]: cluster 2022-04-26T04:51:04.057921+0000 mgr.smithi136.ofnrfx (mgr.14188) 4097 : cluster [DBG] pgmap v3828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:05 smithi145 bash[13673]: cluster 2022-04-26T04:51:04.057921+0000 mgr.smithi136.ofnrfx (mgr.14188) 4097 : cluster [DBG] pgmap v3828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:06.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:06.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:06.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:06.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:07 smithi136 bash[11745]: cluster 2022-04-26T04:51:06.058536+0000 mgr.smithi136.ofnrfx (mgr.14188) 4098 : cluster [DBG] pgmap v3829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:07 smithi136 bash[11745]: audit 2022-04-26T04:51:06.654956+0000 mon.smithi136 (mon.0) 2835 : audit [DBG] from='client.? 172.21.15.136:0/1292993757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:07 smithi145 bash[13673]: cluster 2022-04-26T04:51:06.058536+0000 mgr.smithi136.ofnrfx (mgr.14188) 4098 : cluster [DBG] pgmap v3829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:07 smithi145 bash[13673]: audit 2022-04-26T04:51:06.654956+0000 mon.smithi136 (mon.0) 2835 : audit [DBG] from='client.? 172.21.15.136:0/1292993757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:09 smithi136 bash[11745]: cluster 2022-04-26T04:51:08.059162+0000 mgr.smithi136.ofnrfx (mgr.14188) 4099 : cluster [DBG] pgmap v3830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:09 smithi145 bash[13673]: cluster 2022-04-26T04:51:08.059162+0000 mgr.smithi136.ofnrfx (mgr.14188) 4099 : cluster [DBG] pgmap v3830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:11.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:11.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:11.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:11 smithi136 bash[11745]: cluster 2022-04-26T04:51:10.059732+0000 mgr.smithi136.ofnrfx (mgr.14188) 4100 : cluster [DBG] pgmap v3831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:11 smithi145 bash[13673]: cluster 2022-04-26T04:51:10.059732+0000 mgr.smithi136.ofnrfx (mgr.14188) 4100 : cluster [DBG] pgmap v3831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:11.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:12 smithi136 bash[11745]: audit 2022-04-26T04:51:11.978576+0000 mon.smithi136 (mon.0) 2836 : audit [DBG] from='client.? 172.21.15.136:0/1123739611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:12 smithi145 bash[13673]: audit 2022-04-26T04:51:11.978576+0000 mon.smithi136 (mon.0) 2836 : audit [DBG] from='client.? 172.21.15.136:0/1123739611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:13 smithi136 bash[11745]: cluster 2022-04-26T04:51:12.060412+0000 mgr.smithi136.ofnrfx (mgr.14188) 4101 : cluster [DBG] pgmap v3832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:13 smithi145 bash[13673]: cluster 2022-04-26T04:51:12.060412+0000 mgr.smithi136.ofnrfx (mgr.14188) 4101 : cluster [DBG] pgmap v3832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:14 smithi136 bash[11745]: cluster 2022-04-26T04:51:14.060984+0000 mgr.smithi136.ofnrfx (mgr.14188) 4102 : cluster [DBG] pgmap v3833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:14 smithi145 bash[13673]: cluster 2022-04-26T04:51:14.060984+0000 mgr.smithi136.ofnrfx (mgr.14188) 4102 : cluster [DBG] pgmap v3833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:16.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:16.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:16.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:17.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:17 smithi136 bash[11745]: cluster 2022-04-26T04:51:16.061687+0000 mgr.smithi136.ofnrfx (mgr.14188) 4103 : cluster [DBG] pgmap v3834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:17 smithi145 bash[13673]: cluster 2022-04-26T04:51:16.061687+0000 mgr.smithi136.ofnrfx (mgr.14188) 4103 : cluster [DBG] pgmap v3834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:18 smithi136 bash[11745]: audit 2022-04-26T04:51:17.303880+0000 mon.smithi136 (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.136:0/2626129878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:18.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:18 smithi145 bash[13673]: audit 2022-04-26T04:51:17.303880+0000 mon.smithi136 (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.136:0/2626129878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:19 smithi136 bash[11745]: cluster 2022-04-26T04:51:18.062334+0000 mgr.smithi136.ofnrfx (mgr.14188) 4104 : cluster [DBG] pgmap v3835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:19 smithi145 bash[13673]: cluster 2022-04-26T04:51:18.062334+0000 mgr.smithi136.ofnrfx (mgr.14188) 4104 : cluster [DBG] pgmap v3835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:21 smithi136 bash[11745]: cluster 2022-04-26T04:51:20.062921+0000 mgr.smithi136.ofnrfx (mgr.14188) 4105 : cluster [DBG] pgmap v3836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:21 smithi145 bash[13673]: cluster 2022-04-26T04:51:20.062921+0000 mgr.smithi136.ofnrfx (mgr.14188) 4105 : cluster [DBG] pgmap v3836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:22.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:22.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:22.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:22.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:23 smithi136 bash[11745]: cluster 2022-04-26T04:51:22.063652+0000 mgr.smithi136.ofnrfx (mgr.14188) 4106 : cluster [DBG] pgmap v3837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:23 smithi136 bash[11745]: audit 2022-04-26T04:51:22.629491+0000 mon.smithi136 (mon.0) 2838 : audit [DBG] from='client.? 172.21.15.136:0/3391772563' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:23 smithi145 bash[13673]: cluster 2022-04-26T04:51:22.063652+0000 mgr.smithi136.ofnrfx (mgr.14188) 4106 : cluster [DBG] pgmap v3837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:23 smithi145 bash[13673]: audit 2022-04-26T04:51:22.629491+0000 mon.smithi136 (mon.0) 2838 : audit [DBG] from='client.? 172.21.15.136:0/3391772563' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:25 smithi136 bash[11745]: cluster 2022-04-26T04:51:24.064301+0000 mgr.smithi136.ofnrfx (mgr.14188) 4107 : cluster [DBG] pgmap v3838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:25 smithi145 bash[13673]: cluster 2022-04-26T04:51:24.064301+0000 mgr.smithi136.ofnrfx (mgr.14188) 4107 : cluster [DBG] pgmap v3838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:27 smithi136 bash[11745]: cluster 2022-04-26T04:51:26.064992+0000 mgr.smithi136.ofnrfx (mgr.14188) 4108 : cluster [DBG] pgmap v3839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:27.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:27.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:27.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:27 smithi145 bash[13673]: cluster 2022-04-26T04:51:26.064992+0000 mgr.smithi136.ofnrfx (mgr.14188) 4108 : cluster [DBG] pgmap v3839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:27.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:28 smithi136 bash[11745]: audit 2022-04-26T04:51:27.957479+0000 mon.smithi136 (mon.0) 2839 : audit [DBG] from='client.? 172.21.15.136:0/1388685135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:28.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:28 smithi145 bash[13673]: audit 2022-04-26T04:51:27.957479+0000 mon.smithi136 (mon.0) 2839 : audit [DBG] from='client.? 172.21.15.136:0/1388685135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:29 smithi136 bash[11745]: cluster 2022-04-26T04:51:28.065725+0000 mgr.smithi136.ofnrfx (mgr.14188) 4109 : cluster [DBG] pgmap v3840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:29 smithi145 bash[13673]: cluster 2022-04-26T04:51:28.065725+0000 mgr.smithi136.ofnrfx (mgr.14188) 4109 : cluster [DBG] pgmap v3840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:31 smithi136 bash[11745]: cluster 2022-04-26T04:51:30.066392+0000 mgr.smithi136.ofnrfx (mgr.14188) 4110 : cluster [DBG] pgmap v3841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:31 smithi145 bash[13673]: cluster 2022-04-26T04:51:30.066392+0000 mgr.smithi136.ofnrfx (mgr.14188) 4110 : cluster [DBG] pgmap v3841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:32.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:32.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:32.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:33.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:33 smithi136 bash[11745]: cluster 2022-04-26T04:51:32.067010+0000 mgr.smithi136.ofnrfx (mgr.14188) 4111 : cluster [DBG] pgmap v3842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:33 smithi136 bash[11745]: audit 2022-04-26T04:51:33.287241+0000 mon.smithi136 (mon.0) 2840 : audit [DBG] from='client.? 172.21.15.136:0/1944362327' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:33 smithi145 bash[13673]: cluster 2022-04-26T04:51:32.067010+0000 mgr.smithi136.ofnrfx (mgr.14188) 4111 : cluster [DBG] pgmap v3842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:33 smithi145 bash[13673]: audit 2022-04-26T04:51:33.287241+0000 mon.smithi136 (mon.0) 2840 : audit [DBG] from='client.? 172.21.15.136:0/1944362327' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:35 smithi136 bash[11745]: cluster 2022-04-26T04:51:34.067650+0000 mgr.smithi136.ofnrfx (mgr.14188) 4112 : cluster [DBG] pgmap v3843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:35 smithi145 bash[13673]: cluster 2022-04-26T04:51:34.067650+0000 mgr.smithi136.ofnrfx (mgr.14188) 4112 : cluster [DBG] pgmap v3843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:37 smithi145 bash[13673]: cluster 2022-04-26T04:51:36.068305+0000 mgr.smithi136.ofnrfx (mgr.14188) 4113 : cluster [DBG] pgmap v3844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:37 smithi136 bash[11745]: cluster 2022-04-26T04:51:36.068305+0000 mgr.smithi136.ofnrfx (mgr.14188) 4113 : cluster [DBG] pgmap v3844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:38.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:38.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:38.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:38.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:39 smithi145 bash[13673]: cluster 2022-04-26T04:51:38.068899+0000 mgr.smithi136.ofnrfx (mgr.14188) 4114 : cluster [DBG] pgmap v3845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:39 smithi145 bash[13673]: audit 2022-04-26T04:51:38.615378+0000 mon.smithi136 (mon.0) 2841 : audit [DBG] from='client.? 172.21.15.136:0/3172931004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:39 smithi136 bash[11745]: cluster 2022-04-26T04:51:38.068899+0000 mgr.smithi136.ofnrfx (mgr.14188) 4114 : cluster [DBG] pgmap v3845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:39 smithi136 bash[11745]: audit 2022-04-26T04:51:38.615378+0000 mon.smithi136 (mon.0) 2841 : audit [DBG] from='client.? 172.21.15.136:0/3172931004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:41 smithi145 bash[13673]: cluster 2022-04-26T04:51:40.069435+0000 mgr.smithi136.ofnrfx (mgr.14188) 4115 : cluster [DBG] pgmap v3846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:41 smithi136 bash[11745]: cluster 2022-04-26T04:51:40.069435+0000 mgr.smithi136.ofnrfx (mgr.14188) 4115 : cluster [DBG] pgmap v3846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:43.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:43.656 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:43.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:43.657 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:43 smithi145 bash[13673]: cluster 2022-04-26T04:51:42.070063+0000 mgr.smithi136.ofnrfx (mgr.14188) 4116 : cluster [DBG] pgmap v3847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:43 smithi136 bash[11745]: cluster 2022-04-26T04:51:42.070063+0000 mgr.smithi136.ofnrfx (mgr.14188) 4116 : cluster [DBG] pgmap v3847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:43.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:44 smithi145 bash[13673]: audit 2022-04-26T04:51:43.942841+0000 mon.smithi136 (mon.0) 2842 : audit [DBG] from='client.? 172.21.15.136:0/3285542543' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:44 smithi136 bash[11745]: audit 2022-04-26T04:51:43.942841+0000 mon.smithi136 (mon.0) 2842 : audit [DBG] from='client.? 172.21.15.136:0/3285542543' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:45 smithi145 bash[13673]: cluster 2022-04-26T04:51:44.070679+0000 mgr.smithi136.ofnrfx (mgr.14188) 4117 : cluster [DBG] pgmap v3848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:45 smithi136 bash[11745]: cluster 2022-04-26T04:51:44.070679+0000 mgr.smithi136.ofnrfx (mgr.14188) 4117 : cluster [DBG] pgmap v3848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:47 smithi145 bash[13673]: cluster 2022-04-26T04:51:46.071329+0000 mgr.smithi136.ofnrfx (mgr.14188) 4118 : cluster [DBG] pgmap v3849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:47 smithi136 bash[11745]: cluster 2022-04-26T04:51:46.071329+0000 mgr.smithi136.ofnrfx (mgr.14188) 4118 : cluster [DBG] pgmap v3849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:48.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:48.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:48.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:49.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:49 smithi145 bash[13673]: cluster 2022-04-26T04:51:48.071991+0000 mgr.smithi136.ofnrfx (mgr.14188) 4119 : cluster [DBG] pgmap v3850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:49 smithi145 bash[13673]: audit 2022-04-26T04:51:49.266517+0000 mon.smithi136 (mon.0) 2843 : audit [DBG] from='client.? 172.21.15.136:0/444665473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:49 smithi136 bash[11745]: cluster 2022-04-26T04:51:48.071991+0000 mgr.smithi136.ofnrfx (mgr.14188) 4119 : cluster [DBG] pgmap v3850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:49 smithi136 bash[11745]: audit 2022-04-26T04:51:49.266517+0000 mon.smithi136 (mon.0) 2843 : audit [DBG] from='client.? 172.21.15.136:0/444665473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:51 smithi145 bash[13673]: cluster 2022-04-26T04:51:50.072554+0000 mgr.smithi136.ofnrfx (mgr.14188) 4120 : cluster [DBG] pgmap v3851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:51 smithi136 bash[11745]: cluster 2022-04-26T04:51:50.072554+0000 mgr.smithi136.ofnrfx (mgr.14188) 4120 : cluster [DBG] pgmap v3851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:53 smithi145 bash[13673]: cluster 2022-04-26T04:51:52.073200+0000 mgr.smithi136.ofnrfx (mgr.14188) 4121 : cluster [DBG] pgmap v3852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:53 smithi136 bash[11745]: cluster 2022-04-26T04:51:52.073200+0000 mgr.smithi136.ofnrfx (mgr.14188) 4121 : cluster [DBG] pgmap v3852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:54.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:54.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:54.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:54.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:51:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:55 smithi145 bash[13673]: cluster 2022-04-26T04:51:54.073784+0000 mgr.smithi136.ofnrfx (mgr.14188) 4122 : cluster [DBG] pgmap v3853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:55 smithi145 bash[13673]: audit 2022-04-26T04:51:54.588196+0000 mon.smithi136 (mon.0) 2844 : audit [DBG] from='client.? 172.21.15.136:0/1535771868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:55 smithi136 bash[11745]: cluster 2022-04-26T04:51:54.073784+0000 mgr.smithi136.ofnrfx (mgr.14188) 4122 : cluster [DBG] pgmap v3853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:55 smithi136 bash[11745]: audit 2022-04-26T04:51:54.588196+0000 mon.smithi136 (mon.0) 2844 : audit [DBG] from='client.? 172.21.15.136:0/1535771868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:51:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:56 smithi145 bash[13673]: audit 2022-04-26T04:51:56.078464+0000 mon.smithi136 (mon.0) 2845 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:51:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:56 smithi145 bash[13673]: audit 2022-04-26T04:51:56.081191+0000 mon.smithi136 (mon.0) 2846 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:51:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:56 smithi145 bash[13673]: audit 2022-04-26T04:51:56.082824+0000 mon.smithi136 (mon.0) 2847 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:51:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:56 smithi136 bash[11745]: audit 2022-04-26T04:51:56.078464+0000 mon.smithi136 (mon.0) 2845 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:51:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:56 smithi136 bash[11745]: audit 2022-04-26T04:51:56.081191+0000 mon.smithi136 (mon.0) 2846 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:51:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:56 smithi136 bash[11745]: audit 2022-04-26T04:51:56.082824+0000 mon.smithi136 (mon.0) 2847 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:51:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:57 smithi145 bash[13673]: cluster 2022-04-26T04:51:56.074406+0000 mgr.smithi136.ofnrfx (mgr.14188) 4123 : cluster [DBG] pgmap v3854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:57 smithi136 bash[11745]: cluster 2022-04-26T04:51:56.074406+0000 mgr.smithi136.ofnrfx (mgr.14188) 4123 : cluster [DBG] pgmap v3854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:59.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:51:59.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:51:59.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:51:59.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:51:59 smithi145 bash[13673]: cluster 2022-04-26T04:51:58.075030+0000 mgr.smithi136.ofnrfx (mgr.14188) 4124 : cluster [DBG] pgmap v3855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:51:59 smithi136 bash[11745]: cluster 2022-04-26T04:51:58.075030+0000 mgr.smithi136.ofnrfx (mgr.14188) 4124 : cluster [DBG] pgmap v3855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:51:59.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:00 smithi145 bash[13673]: audit 2022-04-26T04:51:59.855481+0000 mon.smithi136 (mon.0) 2848 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:52:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:00 smithi145 bash[13673]: audit 2022-04-26T04:51:59.938385+0000 mon.smithi136 (mon.0) 2849 : audit [DBG] from='client.? 172.21.15.136:0/1530451794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:00 smithi145 bash[13673]: cluster 2022-04-26T04:52:00.075489+0000 mgr.smithi136.ofnrfx (mgr.14188) 4125 : cluster [DBG] pgmap v3856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:00 smithi145 bash[13673]: audit 2022-04-26T04:52:00.515902+0000 mon.smithi136 (mon.0) 2850 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:52:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:00 smithi145 bash[13673]: audit 2022-04-26T04:52:00.808118+0000 mon.smithi136 (mon.0) 2851 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:52:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:00 smithi145 bash[13673]: audit 2022-04-26T04:52:00.816855+0000 mon.smithi136 (mon.0) 2852 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:52:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:00 smithi136 bash[11745]: audit 2022-04-26T04:51:59.855481+0000 mon.smithi136 (mon.0) 2848 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:52:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:00 smithi136 bash[11745]: audit 2022-04-26T04:51:59.938385+0000 mon.smithi136 (mon.0) 2849 : audit [DBG] from='client.? 172.21.15.136:0/1530451794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:00 smithi136 bash[11745]: cluster 2022-04-26T04:52:00.075489+0000 mgr.smithi136.ofnrfx (mgr.14188) 4125 : cluster [DBG] pgmap v3856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:00 smithi136 bash[11745]: audit 2022-04-26T04:52:00.515902+0000 mon.smithi136 (mon.0) 2850 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:52:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:00 smithi136 bash[11745]: audit 2022-04-26T04:52:00.808118+0000 mon.smithi136 (mon.0) 2851 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:52:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:00 smithi136 bash[11745]: audit 2022-04-26T04:52:00.816855+0000 mon.smithi136 (mon.0) 2852 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:01 smithi145 bash[13673]: cluster 2022-04-26T04:52:00.801115+0000 mgr.smithi136.ofnrfx (mgr.14188) 4126 : cluster [DBG] pgmap v3857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:01 smithi145 bash[13673]: cluster 2022-04-26T04:52:00.801373+0000 mgr.smithi136.ofnrfx (mgr.14188) 4127 : cluster [DBG] pgmap v3858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:01 smithi145 bash[13673]: cephadm 2022-04-26T04:52:00.818067+0000 mgr.smithi136.ofnrfx (mgr.14188) 4128 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:52:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:01 smithi145 bash[13673]: cephadm 2022-04-26T04:52:00.818184+0000 mgr.smithi136.ofnrfx (mgr.14188) 4129 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:52:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:01 smithi136 bash[11745]: cluster 2022-04-26T04:52:00.801115+0000 mgr.smithi136.ofnrfx (mgr.14188) 4126 : cluster [DBG] pgmap v3857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:01 smithi136 bash[11745]: cluster 2022-04-26T04:52:00.801373+0000 mgr.smithi136.ofnrfx (mgr.14188) 4127 : cluster [DBG] pgmap v3858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:01 smithi136 bash[11745]: cephadm 2022-04-26T04:52:00.818067+0000 mgr.smithi136.ofnrfx (mgr.14188) 4128 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:52:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:01 smithi136 bash[11745]: cephadm 2022-04-26T04:52:00.818184+0000 mgr.smithi136.ofnrfx (mgr.14188) 4129 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:52:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:02 smithi145 bash[13673]: audit 2022-04-26T04:52:02.392017+0000 mon.smithi136 (mon.0) 2853 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:52:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:02 smithi145 bash[13673]: audit 2022-04-26T04:52:02.395920+0000 mon.smithi136 (mon.0) 2854 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:52:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:02 smithi136 bash[11745]: audit 2022-04-26T04:52:02.392017+0000 mon.smithi136 (mon.0) 2853 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:52:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:02 smithi136 bash[11745]: audit 2022-04-26T04:52:02.395920+0000 mon.smithi136 (mon.0) 2854 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:52:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:03 smithi145 bash[13673]: cluster 2022-04-26T04:52:02.801953+0000 mgr.smithi136.ofnrfx (mgr.14188) 4130 : cluster [DBG] pgmap v3859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:03 smithi136 bash[11745]: cluster 2022-04-26T04:52:02.801953+0000 mgr.smithi136.ofnrfx (mgr.14188) 4130 : cluster [DBG] pgmap v3859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:04.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:04.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:04.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:05.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:06 smithi136 bash[11745]: cluster 2022-04-26T04:52:04.802560+0000 mgr.smithi136.ofnrfx (mgr.14188) 4131 : cluster [DBG] pgmap v3860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:06 smithi136 bash[11745]: audit 2022-04-26T04:52:05.266835+0000 mon.smithi136 (mon.0) 2855 : audit [DBG] from='client.? 172.21.15.136:0/83156965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:06 smithi145 bash[13673]: cluster 2022-04-26T04:52:04.802560+0000 mgr.smithi136.ofnrfx (mgr.14188) 4131 : cluster [DBG] pgmap v3860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:06 smithi145 bash[13673]: audit 2022-04-26T04:52:05.266835+0000 mon.smithi136 (mon.0) 2855 : audit [DBG] from='client.? 172.21.15.136:0/83156965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:08 smithi136 bash[11745]: cluster 2022-04-26T04:52:06.803181+0000 mgr.smithi136.ofnrfx (mgr.14188) 4132 : cluster [DBG] pgmap v3861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:08.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:08 smithi145 bash[13673]: cluster 2022-04-26T04:52:06.803181+0000 mgr.smithi136.ofnrfx (mgr.14188) 4132 : cluster [DBG] pgmap v3861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:10.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:10.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:10.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:10 smithi136 bash[11745]: cluster 2022-04-26T04:52:08.803832+0000 mgr.smithi136.ofnrfx (mgr.14188) 4133 : cluster [DBG] pgmap v3862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:10.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:10 smithi145 bash[13673]: cluster 2022-04-26T04:52:08.803832+0000 mgr.smithi136.ofnrfx (mgr.14188) 4133 : cluster [DBG] pgmap v3862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:11 smithi136 bash[11745]: audit 2022-04-26T04:52:10.591159+0000 mon.smithi136 (mon.0) 2856 : audit [DBG] from='client.? 172.21.15.136:0/3699418362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:11 smithi145 bash[13673]: audit 2022-04-26T04:52:10.591159+0000 mon.smithi136 (mon.0) 2856 : audit [DBG] from='client.? 172.21.15.136:0/3699418362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:12 smithi136 bash[11745]: cluster 2022-04-26T04:52:10.804447+0000 mgr.smithi136.ofnrfx (mgr.14188) 4134 : cluster [DBG] pgmap v3863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:12 smithi145 bash[13673]: cluster 2022-04-26T04:52:10.804447+0000 mgr.smithi136.ofnrfx (mgr.14188) 4134 : cluster [DBG] pgmap v3863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:14 smithi136 bash[11745]: cluster 2022-04-26T04:52:12.805196+0000 mgr.smithi136.ofnrfx (mgr.14188) 4135 : cluster [DBG] pgmap v3864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:14 smithi145 bash[13673]: cluster 2022-04-26T04:52:12.805196+0000 mgr.smithi136.ofnrfx (mgr.14188) 4135 : cluster [DBG] pgmap v3864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:15.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:15.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:15.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:15.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:16 smithi136 bash[11745]: cluster 2022-04-26T04:52:14.805838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4136 : cluster [DBG] pgmap v3865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:16 smithi136 bash[11745]: audit 2022-04-26T04:52:15.917156+0000 mon.smithi136 (mon.0) 2857 : audit [DBG] from='client.? 172.21.15.136:0/2632289136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:16 smithi145 bash[13673]: cluster 2022-04-26T04:52:14.805838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4136 : cluster [DBG] pgmap v3865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:16 smithi145 bash[13673]: audit 2022-04-26T04:52:15.917156+0000 mon.smithi136 (mon.0) 2857 : audit [DBG] from='client.? 172.21.15.136:0/2632289136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:18 smithi136 bash[11745]: cluster 2022-04-26T04:52:16.806467+0000 mgr.smithi136.ofnrfx (mgr.14188) 4137 : cluster [DBG] pgmap v3866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:18.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:18 smithi145 bash[13673]: cluster 2022-04-26T04:52:16.806467+0000 mgr.smithi136.ofnrfx (mgr.14188) 4137 : cluster [DBG] pgmap v3866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:20 smithi136 bash[11745]: cluster 2022-04-26T04:52:18.807141+0000 mgr.smithi136.ofnrfx (mgr.14188) 4138 : cluster [DBG] pgmap v3867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:20 smithi145 bash[13673]: cluster 2022-04-26T04:52:18.807141+0000 mgr.smithi136.ofnrfx (mgr.14188) 4138 : cluster [DBG] pgmap v3867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:20.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:20.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:20.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:21.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:21 smithi145 bash[13673]: audit 2022-04-26T04:52:21.240972+0000 mon.smithi136 (mon.0) 2858 : audit [DBG] from='client.? 172.21.15.136:0/4254751076' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:21 smithi136 bash[11745]: audit 2022-04-26T04:52:21.240972+0000 mon.smithi136 (mon.0) 2858 : audit [DBG] from='client.? 172.21.15.136:0/4254751076' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:22 smithi145 bash[13673]: cluster 2022-04-26T04:52:20.807868+0000 mgr.smithi136.ofnrfx (mgr.14188) 4139 : cluster [DBG] pgmap v3868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:22 smithi136 bash[11745]: cluster 2022-04-26T04:52:20.807868+0000 mgr.smithi136.ofnrfx (mgr.14188) 4139 : cluster [DBG] pgmap v3868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:24 smithi145 bash[13673]: cluster 2022-04-26T04:52:22.808532+0000 mgr.smithi136.ofnrfx (mgr.14188) 4140 : cluster [DBG] pgmap v3869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:24 smithi136 bash[11745]: cluster 2022-04-26T04:52:22.808532+0000 mgr.smithi136.ofnrfx (mgr.14188) 4140 : cluster [DBG] pgmap v3869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:26.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:26.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:26.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:26.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:26 smithi145 bash[13673]: cluster 2022-04-26T04:52:24.809134+0000 mgr.smithi136.ofnrfx (mgr.14188) 4141 : cluster [DBG] pgmap v3870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:26 smithi136 bash[11745]: cluster 2022-04-26T04:52:24.809134+0000 mgr.smithi136.ofnrfx (mgr.14188) 4141 : cluster [DBG] pgmap v3870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:27 smithi145 bash[13673]: audit 2022-04-26T04:52:26.573168+0000 mon.smithi136 (mon.0) 2859 : audit [DBG] from='client.? 172.21.15.136:0/321526926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:27 smithi136 bash[11745]: audit 2022-04-26T04:52:26.573168+0000 mon.smithi136 (mon.0) 2859 : audit [DBG] from='client.? 172.21.15.136:0/321526926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:28.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:28 smithi145 bash[13673]: cluster 2022-04-26T04:52:26.809872+0000 mgr.smithi136.ofnrfx (mgr.14188) 4142 : cluster [DBG] pgmap v3871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:28 smithi136 bash[11745]: cluster 2022-04-26T04:52:26.809872+0000 mgr.smithi136.ofnrfx (mgr.14188) 4142 : cluster [DBG] pgmap v3871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:30 smithi136 bash[11745]: cluster 2022-04-26T04:52:28.810651+0000 mgr.smithi136.ofnrfx (mgr.14188) 4143 : cluster [DBG] pgmap v3872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:30 smithi145 bash[13673]: cluster 2022-04-26T04:52:28.810651+0000 mgr.smithi136.ofnrfx (mgr.14188) 4143 : cluster [DBG] pgmap v3872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:31.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:31.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:31.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:31.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:32 smithi145 bash[13673]: cluster 2022-04-26T04:52:30.811329+0000 mgr.smithi136.ofnrfx (mgr.14188) 4144 : cluster [DBG] pgmap v3873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:32 smithi145 bash[13673]: audit 2022-04-26T04:52:31.895336+0000 mon.smithi136 (mon.0) 2860 : audit [DBG] from='client.? 172.21.15.136:0/3311401290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:32 smithi136 bash[11745]: cluster 2022-04-26T04:52:30.811329+0000 mgr.smithi136.ofnrfx (mgr.14188) 4144 : cluster [DBG] pgmap v3873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:32 smithi136 bash[11745]: audit 2022-04-26T04:52:31.895336+0000 mon.smithi136 (mon.0) 2860 : audit [DBG] from='client.? 172.21.15.136:0/3311401290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:34 smithi145 bash[13673]: cluster 2022-04-26T04:52:32.811963+0000 mgr.smithi136.ofnrfx (mgr.14188) 4145 : cluster [DBG] pgmap v3874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:34 smithi136 bash[11745]: cluster 2022-04-26T04:52:32.811963+0000 mgr.smithi136.ofnrfx (mgr.14188) 4145 : cluster [DBG] pgmap v3874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:36 smithi145 bash[13673]: cluster 2022-04-26T04:52:34.812581+0000 mgr.smithi136.ofnrfx (mgr.14188) 4146 : cluster [DBG] pgmap v3875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:36 smithi136 bash[11745]: cluster 2022-04-26T04:52:34.812581+0000 mgr.smithi136.ofnrfx (mgr.14188) 4146 : cluster [DBG] pgmap v3875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:36.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:36.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:36.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:37.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:37 smithi145 bash[13673]: audit 2022-04-26T04:52:37.219681+0000 mon.smithi136 (mon.0) 2861 : audit [DBG] from='client.? 172.21.15.136:0/2800104012' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:37 smithi136 bash[11745]: audit 2022-04-26T04:52:37.219681+0000 mon.smithi136 (mon.0) 2861 : audit [DBG] from='client.? 172.21.15.136:0/2800104012' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:38.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:38 smithi145 bash[13673]: cluster 2022-04-26T04:52:36.813210+0000 mgr.smithi136.ofnrfx (mgr.14188) 4147 : cluster [DBG] pgmap v3876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:38 smithi136 bash[11745]: cluster 2022-04-26T04:52:36.813210+0000 mgr.smithi136.ofnrfx (mgr.14188) 4147 : cluster [DBG] pgmap v3876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:40 smithi136 bash[11745]: cluster 2022-04-26T04:52:38.813820+0000 mgr.smithi136.ofnrfx (mgr.14188) 4148 : cluster [DBG] pgmap v3877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:40 smithi145 bash[13673]: cluster 2022-04-26T04:52:38.813820+0000 mgr.smithi136.ofnrfx (mgr.14188) 4148 : cluster [DBG] pgmap v3877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:42.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:42.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:42.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:42.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:42 smithi145 bash[13673]: cluster 2022-04-26T04:52:40.814379+0000 mgr.smithi136.ofnrfx (mgr.14188) 4149 : cluster [DBG] pgmap v3878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:42 smithi136 bash[11745]: cluster 2022-04-26T04:52:40.814379+0000 mgr.smithi136.ofnrfx (mgr.14188) 4149 : cluster [DBG] pgmap v3878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:43 smithi145 bash[13673]: audit 2022-04-26T04:52:42.553453+0000 mon.smithi136 (mon.0) 2862 : audit [DBG] from='client.? 172.21.15.136:0/2166634477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:43 smithi136 bash[11745]: audit 2022-04-26T04:52:42.553453+0000 mon.smithi136 (mon.0) 2862 : audit [DBG] from='client.? 172.21.15.136:0/2166634477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:44 smithi145 bash[13673]: cluster 2022-04-26T04:52:42.815025+0000 mgr.smithi136.ofnrfx (mgr.14188) 4150 : cluster [DBG] pgmap v3879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:44 smithi136 bash[11745]: cluster 2022-04-26T04:52:42.815025+0000 mgr.smithi136.ofnrfx (mgr.14188) 4150 : cluster [DBG] pgmap v3879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:46 smithi145 bash[13673]: cluster 2022-04-26T04:52:44.815707+0000 mgr.smithi136.ofnrfx (mgr.14188) 4151 : cluster [DBG] pgmap v3880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:46 smithi136 bash[11745]: cluster 2022-04-26T04:52:44.815707+0000 mgr.smithi136.ofnrfx (mgr.14188) 4151 : cluster [DBG] pgmap v3880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:47.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:47.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:47.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:47.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:48 smithi136 bash[11745]: cluster 2022-04-26T04:52:46.816316+0000 mgr.smithi136.ofnrfx (mgr.14188) 4152 : cluster [DBG] pgmap v3881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:48 smithi136 bash[11745]: audit 2022-04-26T04:52:47.880897+0000 mon.smithi136 (mon.0) 2863 : audit [DBG] from='client.? 172.21.15.136:0/4129409959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:48 smithi145 bash[13673]: cluster 2022-04-26T04:52:46.816316+0000 mgr.smithi136.ofnrfx (mgr.14188) 4152 : cluster [DBG] pgmap v3881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:48 smithi145 bash[13673]: audit 2022-04-26T04:52:47.880897+0000 mon.smithi136 (mon.0) 2863 : audit [DBG] from='client.? 172.21.15.136:0/4129409959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:50 smithi136 bash[11745]: cluster 2022-04-26T04:52:48.816966+0000 mgr.smithi136.ofnrfx (mgr.14188) 4153 : cluster [DBG] pgmap v3882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:50 smithi145 bash[13673]: cluster 2022-04-26T04:52:48.816966+0000 mgr.smithi136.ofnrfx (mgr.14188) 4153 : cluster [DBG] pgmap v3882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:52 smithi136 bash[11745]: cluster 2022-04-26T04:52:50.817551+0000 mgr.smithi136.ofnrfx (mgr.14188) 4154 : cluster [DBG] pgmap v3883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:52.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:52.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:52.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:52 smithi145 bash[13673]: cluster 2022-04-26T04:52:50.817551+0000 mgr.smithi136.ofnrfx (mgr.14188) 4154 : cluster [DBG] pgmap v3883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:53.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:53 smithi136 bash[11745]: audit 2022-04-26T04:52:53.209164+0000 mon.smithi136 (mon.0) 2864 : audit [DBG] from='client.? 172.21.15.136:0/2122875569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:53 smithi145 bash[13673]: audit 2022-04-26T04:52:53.209164+0000 mon.smithi136 (mon.0) 2864 : audit [DBG] from='client.? 172.21.15.136:0/2122875569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:54 smithi136 bash[11745]: cluster 2022-04-26T04:52:52.818184+0000 mgr.smithi136.ofnrfx (mgr.14188) 4155 : cluster [DBG] pgmap v3884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:54 smithi145 bash[13673]: cluster 2022-04-26T04:52:52.818184+0000 mgr.smithi136.ofnrfx (mgr.14188) 4155 : cluster [DBG] pgmap v3884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:56 smithi136 bash[11745]: cluster 2022-04-26T04:52:54.818840+0000 mgr.smithi136.ofnrfx (mgr.14188) 4156 : cluster [DBG] pgmap v3885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:56 smithi145 bash[13673]: cluster 2022-04-26T04:52:54.818840+0000 mgr.smithi136.ofnrfx (mgr.14188) 4156 : cluster [DBG] pgmap v3885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:58.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:52:58.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:52:58.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:52:58.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:52:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:58 smithi136 bash[11745]: cluster 2022-04-26T04:52:56.819446+0000 mgr.smithi136.ofnrfx (mgr.14188) 4157 : cluster [DBG] pgmap v3886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:58 smithi145 bash[13673]: cluster 2022-04-26T04:52:56.819446+0000 mgr.smithi136.ofnrfx (mgr.14188) 4157 : cluster [DBG] pgmap v3886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:52:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:52:59 smithi136 bash[11745]: audit 2022-04-26T04:52:58.539660+0000 mon.smithi136 (mon.0) 2865 : audit [DBG] from='client.? 172.21.15.136:0/3409599274' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:52:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:52:59 smithi145 bash[13673]: audit 2022-04-26T04:52:58.539660+0000 mon.smithi136 (mon.0) 2865 : audit [DBG] from='client.? 172.21.15.136:0/3409599274' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:00 smithi136 bash[11745]: cluster 2022-04-26T04:52:58.820102+0000 mgr.smithi136.ofnrfx (mgr.14188) 4158 : cluster [DBG] pgmap v3887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:00 smithi145 bash[13673]: cluster 2022-04-26T04:52:58.820102+0000 mgr.smithi136.ofnrfx (mgr.14188) 4158 : cluster [DBG] pgmap v3887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:01 smithi136 bash[11745]: audit 2022-04-26T04:53:00.826775+0000 mon.smithi136 (mon.0) 2866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:01 smithi136 bash[11745]: audit 2022-04-26T04:53:00.829527+0000 mon.smithi136 (mon.0) 2867 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:01 smithi136 bash[11745]: audit 2022-04-26T04:53:00.831444+0000 mon.smithi136 (mon.0) 2868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:01 smithi136 bash[11745]: audit 2022-04-26T04:53:01.131068+0000 mon.smithi136 (mon.0) 2869 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:01 smithi136 bash[11745]: audit 2022-04-26T04:53:01.420882+0000 mon.smithi136 (mon.0) 2870 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:01 smithi136 bash[11745]: audit 2022-04-26T04:53:01.429851+0000 mon.smithi136 (mon.0) 2871 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:53:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:01 smithi145 bash[13673]: audit 2022-04-26T04:53:00.826775+0000 mon.smithi136 (mon.0) 2866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:53:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:01 smithi145 bash[13673]: audit 2022-04-26T04:53:00.829527+0000 mon.smithi136 (mon.0) 2867 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:53:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:01 smithi145 bash[13673]: audit 2022-04-26T04:53:00.831444+0000 mon.smithi136 (mon.0) 2868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:53:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:01 smithi145 bash[13673]: audit 2022-04-26T04:53:01.131068+0000 mon.smithi136 (mon.0) 2869 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:53:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:01 smithi145 bash[13673]: audit 2022-04-26T04:53:01.420882+0000 mon.smithi136 (mon.0) 2870 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:53:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:01 smithi145 bash[13673]: audit 2022-04-26T04:53:01.429851+0000 mon.smithi136 (mon.0) 2871 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:53:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:02 smithi136 bash[11745]: cluster 2022-04-26T04:53:00.820717+0000 mgr.smithi136.ofnrfx (mgr.14188) 4159 : cluster [DBG] pgmap v3888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:02 smithi136 bash[11745]: cluster 2022-04-26T04:53:01.414200+0000 mgr.smithi136.ofnrfx (mgr.14188) 4160 : cluster [DBG] pgmap v3889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:02 smithi136 bash[11745]: cluster 2022-04-26T04:53:01.414759+0000 mgr.smithi136.ofnrfx (mgr.14188) 4161 : cluster [DBG] pgmap v3890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:02 smithi136 bash[11745]: cephadm 2022-04-26T04:53:01.430924+0000 mgr.smithi136.ofnrfx (mgr.14188) 4162 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:53:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:02 smithi136 bash[11745]: cephadm 2022-04-26T04:53:01.431043+0000 mgr.smithi136.ofnrfx (mgr.14188) 4163 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:53:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:02 smithi136 bash[11745]: audit 2022-04-26T04:53:02.396071+0000 mon.smithi136 (mon.0) 2872 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:53:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:02 smithi136 bash[11745]: audit 2022-04-26T04:53:02.399790+0000 mon.smithi136 (mon.0) 2873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:53:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:02 smithi145 bash[13673]: cluster 2022-04-26T04:53:00.820717+0000 mgr.smithi136.ofnrfx (mgr.14188) 4159 : cluster [DBG] pgmap v3888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:02 smithi145 bash[13673]: cluster 2022-04-26T04:53:01.414200+0000 mgr.smithi136.ofnrfx (mgr.14188) 4160 : cluster [DBG] pgmap v3889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:02 smithi145 bash[13673]: cluster 2022-04-26T04:53:01.414759+0000 mgr.smithi136.ofnrfx (mgr.14188) 4161 : cluster [DBG] pgmap v3890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:02 smithi145 bash[13673]: cephadm 2022-04-26T04:53:01.430924+0000 mgr.smithi136.ofnrfx (mgr.14188) 4162 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:53:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:02 smithi145 bash[13673]: cephadm 2022-04-26T04:53:01.431043+0000 mgr.smithi136.ofnrfx (mgr.14188) 4163 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:53:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:02 smithi145 bash[13673]: audit 2022-04-26T04:53:02.396071+0000 mon.smithi136 (mon.0) 2872 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:53:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:02 smithi145 bash[13673]: audit 2022-04-26T04:53:02.399790+0000 mon.smithi136 (mon.0) 2873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:53:03.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:03.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:03.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:03.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:04 smithi136 bash[11745]: cluster 2022-04-26T04:53:03.415432+0000 mgr.smithi136.ofnrfx (mgr.14188) 4164 : cluster [DBG] pgmap v3891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:04 smithi136 bash[11745]: audit 2022-04-26T04:53:03.866051+0000 mon.smithi136 (mon.0) 2874 : audit [DBG] from='client.? 172.21.15.136:0/1846188929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:04 smithi145 bash[13673]: cluster 2022-04-26T04:53:03.415432+0000 mgr.smithi136.ofnrfx (mgr.14188) 4164 : cluster [DBG] pgmap v3891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:04 smithi145 bash[13673]: audit 2022-04-26T04:53:03.866051+0000 mon.smithi136 (mon.0) 2874 : audit [DBG] from='client.? 172.21.15.136:0/1846188929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:06 smithi136 bash[11745]: cluster 2022-04-26T04:53:05.416139+0000 mgr.smithi136.ofnrfx (mgr.14188) 4165 : cluster [DBG] pgmap v3892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:06 smithi145 bash[13673]: cluster 2022-04-26T04:53:05.416139+0000 mgr.smithi136.ofnrfx (mgr.14188) 4165 : cluster [DBG] pgmap v3892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:08 smithi136 bash[11745]: cluster 2022-04-26T04:53:07.416779+0000 mgr.smithi136.ofnrfx (mgr.14188) 4166 : cluster [DBG] pgmap v3893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:08.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:08.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:08.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:08 smithi145 bash[13673]: cluster 2022-04-26T04:53:07.416779+0000 mgr.smithi136.ofnrfx (mgr.14188) 4166 : cluster [DBG] pgmap v3893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:09.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:09 smithi136 bash[11745]: audit 2022-04-26T04:53:09.195541+0000 mon.smithi136 (mon.0) 2875 : audit [DBG] from='client.? 172.21.15.136:0/1708482809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:09 smithi145 bash[13673]: audit 2022-04-26T04:53:09.195541+0000 mon.smithi136 (mon.0) 2875 : audit [DBG] from='client.? 172.21.15.136:0/1708482809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:10 smithi136 bash[11745]: cluster 2022-04-26T04:53:09.417416+0000 mgr.smithi136.ofnrfx (mgr.14188) 4167 : cluster [DBG] pgmap v3894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:10 smithi145 bash[13673]: cluster 2022-04-26T04:53:09.417416+0000 mgr.smithi136.ofnrfx (mgr.14188) 4167 : cluster [DBG] pgmap v3894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:12 smithi136 bash[11745]: cluster 2022-04-26T04:53:11.418077+0000 mgr.smithi136.ofnrfx (mgr.14188) 4168 : cluster [DBG] pgmap v3895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:12 smithi145 bash[13673]: cluster 2022-04-26T04:53:11.418077+0000 mgr.smithi136.ofnrfx (mgr.14188) 4168 : cluster [DBG] pgmap v3895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:14.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:14.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:14.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:14.538 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:14 smithi136 bash[11745]: cluster 2022-04-26T04:53:13.418706+0000 mgr.smithi136.ofnrfx (mgr.14188) 4169 : cluster [DBG] pgmap v3896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:14 smithi145 bash[13673]: cluster 2022-04-26T04:53:13.418706+0000 mgr.smithi136.ofnrfx (mgr.14188) 4169 : cluster [DBG] pgmap v3896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:15 smithi136 bash[11745]: audit 2022-04-26T04:53:14.522753+0000 mon.smithi136 (mon.0) 2876 : audit [DBG] from='client.? 172.21.15.136:0/3731320052' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:15 smithi145 bash[13673]: audit 2022-04-26T04:53:14.522753+0000 mon.smithi136 (mon.0) 2876 : audit [DBG] from='client.? 172.21.15.136:0/3731320052' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:16 smithi136 bash[11745]: cluster 2022-04-26T04:53:15.419349+0000 mgr.smithi136.ofnrfx (mgr.14188) 4170 : cluster [DBG] pgmap v3897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:16 smithi145 bash[13673]: cluster 2022-04-26T04:53:15.419349+0000 mgr.smithi136.ofnrfx (mgr.14188) 4170 : cluster [DBG] pgmap v3897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:18 smithi136 bash[11745]: cluster 2022-04-26T04:53:17.420063+0000 mgr.smithi136.ofnrfx (mgr.14188) 4171 : cluster [DBG] pgmap v3898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:18 smithi145 bash[13673]: cluster 2022-04-26T04:53:17.420063+0000 mgr.smithi136.ofnrfx (mgr.14188) 4171 : cluster [DBG] pgmap v3898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:19.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:19.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:19.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:19 smithi136 bash[11745]: cluster 2022-04-26T04:53:19.420695+0000 mgr.smithi136.ofnrfx (mgr.14188) 4172 : cluster [DBG] pgmap v3899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:19.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:19 smithi145 bash[13673]: cluster 2022-04-26T04:53:19.420695+0000 mgr.smithi136.ofnrfx (mgr.14188) 4172 : cluster [DBG] pgmap v3899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:20 smithi136 bash[11745]: audit 2022-04-26T04:53:19.854360+0000 mon.smithi136 (mon.0) 2877 : audit [DBG] from='client.? 172.21.15.136:0/82385416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:20 smithi145 bash[13673]: audit 2022-04-26T04:53:19.854360+0000 mon.smithi136 (mon.0) 2877 : audit [DBG] from='client.? 172.21.15.136:0/82385416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:21 smithi136 bash[11745]: cluster 2022-04-26T04:53:21.421436+0000 mgr.smithi136.ofnrfx (mgr.14188) 4173 : cluster [DBG] pgmap v3900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:21 smithi145 bash[13673]: cluster 2022-04-26T04:53:21.421436+0000 mgr.smithi136.ofnrfx (mgr.14188) 4173 : cluster [DBG] pgmap v3900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:24.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:24 smithi136 bash[11745]: cluster 2022-04-26T04:53:23.422153+0000 mgr.smithi136.ofnrfx (mgr.14188) 4174 : cluster [DBG] pgmap v3901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:24.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:24.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:24.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:24 smithi145 bash[13673]: cluster 2022-04-26T04:53:23.422153+0000 mgr.smithi136.ofnrfx (mgr.14188) 4174 : cluster [DBG] pgmap v3901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:25.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:25 smithi136 bash[11745]: audit 2022-04-26T04:53:25.185034+0000 mon.smithi136 (mon.0) 2878 : audit [DBG] from='client.? 172.21.15.136:0/323858869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:25 smithi145 bash[13673]: audit 2022-04-26T04:53:25.185034+0000 mon.smithi136 (mon.0) 2878 : audit [DBG] from='client.? 172.21.15.136:0/323858869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:26 smithi136 bash[11745]: cluster 2022-04-26T04:53:25.422806+0000 mgr.smithi136.ofnrfx (mgr.14188) 4175 : cluster [DBG] pgmap v3902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:26 smithi145 bash[13673]: cluster 2022-04-26T04:53:25.422806+0000 mgr.smithi136.ofnrfx (mgr.14188) 4175 : cluster [DBG] pgmap v3902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:28 smithi136 bash[11745]: cluster 2022-04-26T04:53:27.423486+0000 mgr.smithi136.ofnrfx (mgr.14188) 4176 : cluster [DBG] pgmap v3903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:28 smithi145 bash[13673]: cluster 2022-04-26T04:53:27.423486+0000 mgr.smithi136.ofnrfx (mgr.14188) 4176 : cluster [DBG] pgmap v3903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:30.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:30.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:30.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:30.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:30 smithi136 bash[11745]: cluster 2022-04-26T04:53:29.424160+0000 mgr.smithi136.ofnrfx (mgr.14188) 4177 : cluster [DBG] pgmap v3904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:30 smithi145 bash[13673]: cluster 2022-04-26T04:53:29.424160+0000 mgr.smithi136.ofnrfx (mgr.14188) 4177 : cluster [DBG] pgmap v3904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:31 smithi136 bash[11745]: audit 2022-04-26T04:53:30.516854+0000 mon.smithi136 (mon.0) 2879 : audit [DBG] from='client.? 172.21.15.136:0/4064323836' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:31 smithi145 bash[13673]: audit 2022-04-26T04:53:30.516854+0000 mon.smithi136 (mon.0) 2879 : audit [DBG] from='client.? 172.21.15.136:0/4064323836' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:32 smithi136 bash[11745]: cluster 2022-04-26T04:53:31.424787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4178 : cluster [DBG] pgmap v3905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:32 smithi145 bash[13673]: cluster 2022-04-26T04:53:31.424787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4178 : cluster [DBG] pgmap v3905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:33 smithi136 bash[11745]: cluster 2022-04-26T04:53:33.425431+0000 mgr.smithi136.ofnrfx (mgr.14188) 4179 : cluster [DBG] pgmap v3906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:33 smithi145 bash[13673]: cluster 2022-04-26T04:53:33.425431+0000 mgr.smithi136.ofnrfx (mgr.14188) 4179 : cluster [DBG] pgmap v3906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:35.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:35.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:35.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:35.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:36 smithi136 bash[11745]: cluster 2022-04-26T04:53:35.426042+0000 mgr.smithi136.ofnrfx (mgr.14188) 4180 : cluster [DBG] pgmap v3907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:36 smithi136 bash[11745]: audit 2022-04-26T04:53:35.840378+0000 mon.smithi136 (mon.0) 2880 : audit [DBG] from='client.? 172.21.15.136:0/1269900776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:36 smithi145 bash[13673]: cluster 2022-04-26T04:53:35.426042+0000 mgr.smithi136.ofnrfx (mgr.14188) 4180 : cluster [DBG] pgmap v3907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:36 smithi145 bash[13673]: audit 2022-04-26T04:53:35.840378+0000 mon.smithi136 (mon.0) 2880 : audit [DBG] from='client.? 172.21.15.136:0/1269900776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:38 smithi136 bash[11745]: cluster 2022-04-26T04:53:37.426701+0000 mgr.smithi136.ofnrfx (mgr.14188) 4181 : cluster [DBG] pgmap v3908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:38 smithi145 bash[13673]: cluster 2022-04-26T04:53:37.426701+0000 mgr.smithi136.ofnrfx (mgr.14188) 4181 : cluster [DBG] pgmap v3908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:40 smithi136 bash[11745]: cluster 2022-04-26T04:53:39.427433+0000 mgr.smithi136.ofnrfx (mgr.14188) 4182 : cluster [DBG] pgmap v3909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:40.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:40.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:40.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:40 smithi145 bash[13673]: cluster 2022-04-26T04:53:39.427433+0000 mgr.smithi136.ofnrfx (mgr.14188) 4182 : cluster [DBG] pgmap v3909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:41.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:41 smithi136 bash[11745]: audit 2022-04-26T04:53:41.174315+0000 mon.smithi136 (mon.0) 2881 : audit [DBG] from='client.? 172.21.15.136:0/1468050305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:41 smithi145 bash[13673]: audit 2022-04-26T04:53:41.174315+0000 mon.smithi136 (mon.0) 2881 : audit [DBG] from='client.? 172.21.15.136:0/1468050305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:42 smithi136 bash[11745]: cluster 2022-04-26T04:53:41.428121+0000 mgr.smithi136.ofnrfx (mgr.14188) 4183 : cluster [DBG] pgmap v3910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:42 smithi145 bash[13673]: cluster 2022-04-26T04:53:41.428121+0000 mgr.smithi136.ofnrfx (mgr.14188) 4183 : cluster [DBG] pgmap v3910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:44 smithi136 bash[11745]: cluster 2022-04-26T04:53:43.428817+0000 mgr.smithi136.ofnrfx (mgr.14188) 4184 : cluster [DBG] pgmap v3911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:44 smithi145 bash[13673]: cluster 2022-04-26T04:53:43.428817+0000 mgr.smithi136.ofnrfx (mgr.14188) 4184 : cluster [DBG] pgmap v3911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:46.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:46.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:46.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:46.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:46 smithi136 bash[11745]: cluster 2022-04-26T04:53:45.429380+0000 mgr.smithi136.ofnrfx (mgr.14188) 4185 : cluster [DBG] pgmap v3912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:46 smithi145 bash[13673]: cluster 2022-04-26T04:53:45.429380+0000 mgr.smithi136.ofnrfx (mgr.14188) 4185 : cluster [DBG] pgmap v3912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:47 smithi136 bash[11745]: audit 2022-04-26T04:53:46.493448+0000 mon.smithi136 (mon.0) 2882 : audit [DBG] from='client.? 172.21.15.136:0/1128259633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:47 smithi145 bash[13673]: audit 2022-04-26T04:53:46.493448+0000 mon.smithi136 (mon.0) 2882 : audit [DBG] from='client.? 172.21.15.136:0/1128259633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:48 smithi145 bash[13673]: cluster 2022-04-26T04:53:47.430016+0000 mgr.smithi136.ofnrfx (mgr.14188) 4186 : cluster [DBG] pgmap v3913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:48 smithi136 bash[11745]: cluster 2022-04-26T04:53:47.430016+0000 mgr.smithi136.ofnrfx (mgr.14188) 4186 : cluster [DBG] pgmap v3913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:50 smithi136 bash[11745]: cluster 2022-04-26T04:53:49.430633+0000 mgr.smithi136.ofnrfx (mgr.14188) 4187 : cluster [DBG] pgmap v3914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:50 smithi145 bash[13673]: cluster 2022-04-26T04:53:49.430633+0000 mgr.smithi136.ofnrfx (mgr.14188) 4187 : cluster [DBG] pgmap v3914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:51.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:51.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:51.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:51.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:52 smithi136 bash[11745]: cluster 2022-04-26T04:53:51.431297+0000 mgr.smithi136.ofnrfx (mgr.14188) 4188 : cluster [DBG] pgmap v3915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:52 smithi136 bash[11745]: audit 2022-04-26T04:53:51.810431+0000 mon.smithi136 (mon.0) 2883 : audit [DBG] from='client.? 172.21.15.136:0/3019935642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:52 smithi145 bash[13673]: cluster 2022-04-26T04:53:51.431297+0000 mgr.smithi136.ofnrfx (mgr.14188) 4188 : cluster [DBG] pgmap v3915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:52 smithi145 bash[13673]: audit 2022-04-26T04:53:51.810431+0000 mon.smithi136 (mon.0) 2883 : audit [DBG] from='client.? 172.21.15.136:0/3019935642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:54 smithi136 bash[11745]: cluster 2022-04-26T04:53:53.431928+0000 mgr.smithi136.ofnrfx (mgr.14188) 4189 : cluster [DBG] pgmap v3916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:54 smithi145 bash[13673]: cluster 2022-04-26T04:53:53.431928+0000 mgr.smithi136.ofnrfx (mgr.14188) 4189 : cluster [DBG] pgmap v3916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:56 smithi136 bash[11745]: cluster 2022-04-26T04:53:55.432611+0000 mgr.smithi136.ofnrfx (mgr.14188) 4190 : cluster [DBG] pgmap v3917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:56 smithi145 bash[13673]: cluster 2022-04-26T04:53:55.432611+0000 mgr.smithi136.ofnrfx (mgr.14188) 4190 : cluster [DBG] pgmap v3917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:56.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:53:56.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:53:56.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:53:57.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:53:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:57 smithi136 bash[11745]: audit 2022-04-26T04:53:57.142951+0000 mon.smithi136 (mon.0) 2884 : audit [DBG] from='client.? 172.21.15.136:0/3785552673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:57 smithi145 bash[13673]: audit 2022-04-26T04:53:57.142951+0000 mon.smithi136 (mon.0) 2884 : audit [DBG] from='client.? 172.21.15.136:0/3785552673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:53:58.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:53:58 smithi145 bash[13673]: cluster 2022-04-26T04:53:57.433293+0000 mgr.smithi136.ofnrfx (mgr.14188) 4191 : cluster [DBG] pgmap v3918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:53:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:53:58 smithi136 bash[11745]: cluster 2022-04-26T04:53:57.433293+0000 mgr.smithi136.ofnrfx (mgr.14188) 4191 : cluster [DBG] pgmap v3918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:00 smithi136 bash[11745]: cluster 2022-04-26T04:53:59.433886+0000 mgr.smithi136.ofnrfx (mgr.14188) 4192 : cluster [DBG] pgmap v3919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:00 smithi145 bash[13673]: cluster 2022-04-26T04:53:59.433886+0000 mgr.smithi136.ofnrfx (mgr.14188) 4192 : cluster [DBG] pgmap v3919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:01 smithi136 bash[11745]: audit 2022-04-26T04:54:01.438558+0000 mon.smithi136 (mon.0) 2885 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:01 smithi136 bash[11745]: audit 2022-04-26T04:54:01.441284+0000 mon.smithi136 (mon.0) 2886 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:01 smithi136 bash[11745]: audit 2022-04-26T04:54:01.443027+0000 mon.smithi136 (mon.0) 2887 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:54:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:01 smithi145 bash[13673]: audit 2022-04-26T04:54:01.438558+0000 mon.smithi136 (mon.0) 2885 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:54:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:01 smithi145 bash[13673]: audit 2022-04-26T04:54:01.441284+0000 mon.smithi136 (mon.0) 2886 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:54:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:01 smithi145 bash[13673]: audit 2022-04-26T04:54:01.443027+0000 mon.smithi136 (mon.0) 2887 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:54:02.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:02.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:02.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:02.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:02 smithi136 bash[11745]: cluster 2022-04-26T04:54:01.434575+0000 mgr.smithi136.ofnrfx (mgr.14188) 4193 : cluster [DBG] pgmap v3920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:02 smithi136 bash[11745]: audit 2022-04-26T04:54:01.746809+0000 mon.smithi136 (mon.0) 2888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:02 smithi136 bash[11745]: audit 2022-04-26T04:54:01.756029+0000 mon.smithi136 (mon.0) 2889 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:02 smithi136 bash[11745]: audit 2022-04-26T04:54:02.399958+0000 mon.smithi136 (mon.0) 2890 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:54:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:02 smithi136 bash[11745]: audit 2022-04-26T04:54:02.403555+0000 mon.smithi136 (mon.0) 2891 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:54:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:02 smithi136 bash[11745]: audit 2022-04-26T04:54:02.472695+0000 mon.smithi136 (mon.0) 2892 : audit [DBG] from='client.? 172.21.15.136:0/3205688803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:02 smithi145 bash[13673]: cluster 2022-04-26T04:54:01.434575+0000 mgr.smithi136.ofnrfx (mgr.14188) 4193 : cluster [DBG] pgmap v3920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:02 smithi145 bash[13673]: audit 2022-04-26T04:54:01.746809+0000 mon.smithi136 (mon.0) 2888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:54:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:02 smithi145 bash[13673]: audit 2022-04-26T04:54:01.756029+0000 mon.smithi136 (mon.0) 2889 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:54:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:02 smithi145 bash[13673]: audit 2022-04-26T04:54:02.399958+0000 mon.smithi136 (mon.0) 2890 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:54:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:02 smithi145 bash[13673]: audit 2022-04-26T04:54:02.403555+0000 mon.smithi136 (mon.0) 2891 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:54:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:02 smithi145 bash[13673]: audit 2022-04-26T04:54:02.472695+0000 mon.smithi136 (mon.0) 2892 : audit [DBG] from='client.? 172.21.15.136:0/3205688803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:03 smithi136 bash[11745]: cluster 2022-04-26T04:54:01.740393+0000 mgr.smithi136.ofnrfx (mgr.14188) 4194 : cluster [DBG] pgmap v3921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:03 smithi136 bash[11745]: cluster 2022-04-26T04:54:01.740667+0000 mgr.smithi136.ofnrfx (mgr.14188) 4195 : cluster [DBG] pgmap v3922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:03 smithi136 bash[11745]: cephadm 2022-04-26T04:54:01.756986+0000 mgr.smithi136.ofnrfx (mgr.14188) 4196 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:54:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:03 smithi136 bash[11745]: cephadm 2022-04-26T04:54:01.757084+0000 mgr.smithi136.ofnrfx (mgr.14188) 4197 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:54:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:03 smithi145 bash[13673]: cluster 2022-04-26T04:54:01.740393+0000 mgr.smithi136.ofnrfx (mgr.14188) 4194 : cluster [DBG] pgmap v3921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:03 smithi145 bash[13673]: cluster 2022-04-26T04:54:01.740667+0000 mgr.smithi136.ofnrfx (mgr.14188) 4195 : cluster [DBG] pgmap v3922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:03 smithi145 bash[13673]: cephadm 2022-04-26T04:54:01.756986+0000 mgr.smithi136.ofnrfx (mgr.14188) 4196 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:54:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:03 smithi145 bash[13673]: cephadm 2022-04-26T04:54:01.757084+0000 mgr.smithi136.ofnrfx (mgr.14188) 4197 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:54:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:05 smithi136 bash[11745]: cluster 2022-04-26T04:54:03.741285+0000 mgr.smithi136.ofnrfx (mgr.14188) 4198 : cluster [DBG] pgmap v3923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:05 smithi145 bash[13673]: cluster 2022-04-26T04:54:03.741285+0000 mgr.smithi136.ofnrfx (mgr.14188) 4198 : cluster [DBG] pgmap v3923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:06 smithi136 bash[11745]: cluster 2022-04-26T04:54:05.742050+0000 mgr.smithi136.ofnrfx (mgr.14188) 4199 : cluster [DBG] pgmap v3924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:06 smithi145 bash[13673]: cluster 2022-04-26T04:54:05.742050+0000 mgr.smithi136.ofnrfx (mgr.14188) 4199 : cluster [DBG] pgmap v3924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:07.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:07.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:07.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:07.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:08 smithi136 bash[11745]: cluster 2022-04-26T04:54:07.742708+0000 mgr.smithi136.ofnrfx (mgr.14188) 4200 : cluster [DBG] pgmap v3925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:08 smithi136 bash[11745]: audit 2022-04-26T04:54:07.800125+0000 mon.smithi136 (mon.0) 2893 : audit [DBG] from='client.? 172.21.15.136:0/4168118971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:08 smithi145 bash[13673]: cluster 2022-04-26T04:54:07.742708+0000 mgr.smithi136.ofnrfx (mgr.14188) 4200 : cluster [DBG] pgmap v3925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:08 smithi145 bash[13673]: audit 2022-04-26T04:54:07.800125+0000 mon.smithi136 (mon.0) 2893 : audit [DBG] from='client.? 172.21.15.136:0/4168118971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:11 smithi136 bash[11745]: cluster 2022-04-26T04:54:09.743343+0000 mgr.smithi136.ofnrfx (mgr.14188) 4201 : cluster [DBG] pgmap v3926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:11.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:11 smithi145 bash[13673]: cluster 2022-04-26T04:54:09.743343+0000 mgr.smithi136.ofnrfx (mgr.14188) 4201 : cluster [DBG] pgmap v3926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:12.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:12.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:12.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:13.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:13 smithi136 bash[11745]: cluster 2022-04-26T04:54:11.744007+0000 mgr.smithi136.ofnrfx (mgr.14188) 4202 : cluster [DBG] pgmap v3927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:13 smithi136 bash[11745]: audit 2022-04-26T04:54:13.127304+0000 mon.smithi136 (mon.0) 2894 : audit [DBG] from='client.? 172.21.15.136:0/240393067' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:13 smithi145 bash[13673]: cluster 2022-04-26T04:54:11.744007+0000 mgr.smithi136.ofnrfx (mgr.14188) 4202 : cluster [DBG] pgmap v3927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:13 smithi145 bash[13673]: audit 2022-04-26T04:54:13.127304+0000 mon.smithi136 (mon.0) 2894 : audit [DBG] from='client.? 172.21.15.136:0/240393067' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:15 smithi145 bash[13673]: cluster 2022-04-26T04:54:13.744718+0000 mgr.smithi136.ofnrfx (mgr.14188) 4203 : cluster [DBG] pgmap v3928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:15 smithi136 bash[11745]: cluster 2022-04-26T04:54:13.744718+0000 mgr.smithi136.ofnrfx (mgr.14188) 4203 : cluster [DBG] pgmap v3928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:17 smithi145 bash[13673]: cluster 2022-04-26T04:54:15.745372+0000 mgr.smithi136.ofnrfx (mgr.14188) 4204 : cluster [DBG] pgmap v3929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:17 smithi136 bash[11745]: cluster 2022-04-26T04:54:15.745372+0000 mgr.smithi136.ofnrfx (mgr.14188) 4204 : cluster [DBG] pgmap v3929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:18.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:18.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:18.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:18.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:19 smithi145 bash[13673]: cluster 2022-04-26T04:54:17.745985+0000 mgr.smithi136.ofnrfx (mgr.14188) 4205 : cluster [DBG] pgmap v3930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:19 smithi145 bash[13673]: audit 2022-04-26T04:54:18.451197+0000 mon.smithi136 (mon.0) 2895 : audit [DBG] from='client.? 172.21.15.136:0/1841098057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:19 smithi136 bash[11745]: cluster 2022-04-26T04:54:17.745985+0000 mgr.smithi136.ofnrfx (mgr.14188) 4205 : cluster [DBG] pgmap v3930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:19 smithi136 bash[11745]: audit 2022-04-26T04:54:18.451197+0000 mon.smithi136 (mon.0) 2895 : audit [DBG] from='client.? 172.21.15.136:0/1841098057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:21 smithi145 bash[13673]: cluster 2022-04-26T04:54:19.746567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4206 : cluster [DBG] pgmap v3931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:21 smithi136 bash[11745]: cluster 2022-04-26T04:54:19.746567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4206 : cluster [DBG] pgmap v3931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:23.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:23.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:23.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:23 smithi145 bash[13673]: cluster 2022-04-26T04:54:21.747171+0000 mgr.smithi136.ofnrfx (mgr.14188) 4207 : cluster [DBG] pgmap v3932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:23.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:23 smithi136 bash[11745]: cluster 2022-04-26T04:54:21.747171+0000 mgr.smithi136.ofnrfx (mgr.14188) 4207 : cluster [DBG] pgmap v3932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:24 smithi145 bash[13673]: audit 2022-04-26T04:54:23.778502+0000 mon.smithi136 (mon.0) 2896 : audit [DBG] from='client.? 172.21.15.136:0/1983268139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:24 smithi136 bash[11745]: audit 2022-04-26T04:54:23.778502+0000 mon.smithi136 (mon.0) 2896 : audit [DBG] from='client.? 172.21.15.136:0/1983268139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:25 smithi145 bash[13673]: cluster 2022-04-26T04:54:23.747800+0000 mgr.smithi136.ofnrfx (mgr.14188) 4208 : cluster [DBG] pgmap v3933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:25 smithi136 bash[11745]: cluster 2022-04-26T04:54:23.747800+0000 mgr.smithi136.ofnrfx (mgr.14188) 4208 : cluster [DBG] pgmap v3933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:27 smithi145 bash[13673]: cluster 2022-04-26T04:54:25.748404+0000 mgr.smithi136.ofnrfx (mgr.14188) 4209 : cluster [DBG] pgmap v3934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:27 smithi136 bash[11745]: cluster 2022-04-26T04:54:25.748404+0000 mgr.smithi136.ofnrfx (mgr.14188) 4209 : cluster [DBG] pgmap v3934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:28.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:28.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:28.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:29.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:29 smithi145 bash[13673]: cluster 2022-04-26T04:54:27.749084+0000 mgr.smithi136.ofnrfx (mgr.14188) 4210 : cluster [DBG] pgmap v3935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:29 smithi145 bash[13673]: audit 2022-04-26T04:54:29.111542+0000 mon.smithi136 (mon.0) 2897 : audit [DBG] from='client.? 172.21.15.136:0/1607288149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:29 smithi136 bash[11745]: cluster 2022-04-26T04:54:27.749084+0000 mgr.smithi136.ofnrfx (mgr.14188) 4210 : cluster [DBG] pgmap v3935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:29 smithi136 bash[11745]: audit 2022-04-26T04:54:29.111542+0000 mon.smithi136 (mon.0) 2897 : audit [DBG] from='client.? 172.21.15.136:0/1607288149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:31 smithi145 bash[13673]: cluster 2022-04-26T04:54:29.749724+0000 mgr.smithi136.ofnrfx (mgr.14188) 4211 : cluster [DBG] pgmap v3936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:31 smithi136 bash[11745]: cluster 2022-04-26T04:54:29.749724+0000 mgr.smithi136.ofnrfx (mgr.14188) 4211 : cluster [DBG] pgmap v3936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:33 smithi145 bash[13673]: cluster 2022-04-26T04:54:31.750418+0000 mgr.smithi136.ofnrfx (mgr.14188) 4212 : cluster [DBG] pgmap v3937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:33 smithi136 bash[11745]: cluster 2022-04-26T04:54:31.750418+0000 mgr.smithi136.ofnrfx (mgr.14188) 4212 : cluster [DBG] pgmap v3937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:34.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:34.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:34.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:34.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:35 smithi145 bash[13673]: cluster 2022-04-26T04:54:33.751051+0000 mgr.smithi136.ofnrfx (mgr.14188) 4213 : cluster [DBG] pgmap v3938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:35.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:35 smithi145 bash[13673]: audit 2022-04-26T04:54:34.442472+0000 mon.smithi136 (mon.0) 2898 : audit [DBG] from='client.? 172.21.15.136:0/762440501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:35 smithi136 bash[11745]: cluster 2022-04-26T04:54:33.751051+0000 mgr.smithi136.ofnrfx (mgr.14188) 4213 : cluster [DBG] pgmap v3938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:35 smithi136 bash[11745]: audit 2022-04-26T04:54:34.442472+0000 mon.smithi136 (mon.0) 2898 : audit [DBG] from='client.? 172.21.15.136:0/762440501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:37 smithi145 bash[13673]: cluster 2022-04-26T04:54:35.751674+0000 mgr.smithi136.ofnrfx (mgr.14188) 4214 : cluster [DBG] pgmap v3939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:37 smithi136 bash[11745]: cluster 2022-04-26T04:54:35.751674+0000 mgr.smithi136.ofnrfx (mgr.14188) 4214 : cluster [DBG] pgmap v3939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:39.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:39.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:39.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:39 smithi145 bash[13673]: cluster 2022-04-26T04:54:37.752302+0000 mgr.smithi136.ofnrfx (mgr.14188) 4215 : cluster [DBG] pgmap v3940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:39.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:39 smithi136 bash[11745]: cluster 2022-04-26T04:54:37.752302+0000 mgr.smithi136.ofnrfx (mgr.14188) 4215 : cluster [DBG] pgmap v3940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:40 smithi136 bash[11745]: audit 2022-04-26T04:54:39.776425+0000 mon.smithi136 (mon.0) 2899 : audit [DBG] from='client.? 172.21.15.136:0/576870806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:40 smithi145 bash[13673]: audit 2022-04-26T04:54:39.776425+0000 mon.smithi136 (mon.0) 2899 : audit [DBG] from='client.? 172.21.15.136:0/576870806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:41 smithi145 bash[13673]: cluster 2022-04-26T04:54:39.752846+0000 mgr.smithi136.ofnrfx (mgr.14188) 4216 : cluster [DBG] pgmap v3941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:41 smithi136 bash[11745]: cluster 2022-04-26T04:54:39.752846+0000 mgr.smithi136.ofnrfx (mgr.14188) 4216 : cluster [DBG] pgmap v3941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:43 smithi145 bash[13673]: cluster 2022-04-26T04:54:41.753476+0000 mgr.smithi136.ofnrfx (mgr.14188) 4217 : cluster [DBG] pgmap v3942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:43 smithi136 bash[11745]: cluster 2022-04-26T04:54:41.753476+0000 mgr.smithi136.ofnrfx (mgr.14188) 4217 : cluster [DBG] pgmap v3942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:44.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:44.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:44.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:45.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:45 smithi136 bash[11745]: cluster 2022-04-26T04:54:43.754133+0000 mgr.smithi136.ofnrfx (mgr.14188) 4218 : cluster [DBG] pgmap v3943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:45 smithi136 bash[11745]: audit 2022-04-26T04:54:45.110915+0000 mon.smithi136 (mon.0) 2900 : audit [DBG] from='client.? 172.21.15.136:0/3614108516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:45 smithi145 bash[13673]: cluster 2022-04-26T04:54:43.754133+0000 mgr.smithi136.ofnrfx (mgr.14188) 4218 : cluster [DBG] pgmap v3943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:45 smithi145 bash[13673]: audit 2022-04-26T04:54:45.110915+0000 mon.smithi136 (mon.0) 2900 : audit [DBG] from='client.? 172.21.15.136:0/3614108516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:47 smithi136 bash[11745]: cluster 2022-04-26T04:54:45.754730+0000 mgr.smithi136.ofnrfx (mgr.14188) 4219 : cluster [DBG] pgmap v3944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:47 smithi145 bash[13673]: cluster 2022-04-26T04:54:45.754730+0000 mgr.smithi136.ofnrfx (mgr.14188) 4219 : cluster [DBG] pgmap v3944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:49 smithi136 bash[11745]: cluster 2022-04-26T04:54:47.755354+0000 mgr.smithi136.ofnrfx (mgr.14188) 4220 : cluster [DBG] pgmap v3945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:49 smithi145 bash[13673]: cluster 2022-04-26T04:54:47.755354+0000 mgr.smithi136.ofnrfx (mgr.14188) 4220 : cluster [DBG] pgmap v3945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:50.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:50.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:50.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:50.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:51 smithi136 bash[11745]: cluster 2022-04-26T04:54:49.755962+0000 mgr.smithi136.ofnrfx (mgr.14188) 4221 : cluster [DBG] pgmap v3946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:51 smithi136 bash[11745]: audit 2022-04-26T04:54:50.446766+0000 mon.smithi136 (mon.0) 2901 : audit [DBG] from='client.? 172.21.15.136:0/3505211934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:51 smithi145 bash[13673]: cluster 2022-04-26T04:54:49.755962+0000 mgr.smithi136.ofnrfx (mgr.14188) 4221 : cluster [DBG] pgmap v3946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:51 smithi145 bash[13673]: audit 2022-04-26T04:54:50.446766+0000 mon.smithi136 (mon.0) 2901 : audit [DBG] from='client.? 172.21.15.136:0/3505211934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:53 smithi136 bash[11745]: cluster 2022-04-26T04:54:51.756569+0000 mgr.smithi136.ofnrfx (mgr.14188) 4222 : cluster [DBG] pgmap v3947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:53 smithi145 bash[13673]: cluster 2022-04-26T04:54:51.756569+0000 mgr.smithi136.ofnrfx (mgr.14188) 4222 : cluster [DBG] pgmap v3947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:55.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:54:55.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:54:55.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:54:55.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:54:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:55 smithi136 bash[11745]: cluster 2022-04-26T04:54:53.757208+0000 mgr.smithi136.ofnrfx (mgr.14188) 4223 : cluster [DBG] pgmap v3948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:55 smithi145 bash[13673]: cluster 2022-04-26T04:54:53.757208+0000 mgr.smithi136.ofnrfx (mgr.14188) 4223 : cluster [DBG] pgmap v3948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:56 smithi136 bash[11745]: audit 2022-04-26T04:54:55.773529+0000 mon.smithi136 (mon.0) 2902 : audit [DBG] from='client.? 172.21.15.136:0/3461958696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:56 smithi145 bash[13673]: audit 2022-04-26T04:54:55.773529+0000 mon.smithi136 (mon.0) 2902 : audit [DBG] from='client.? 172.21.15.136:0/3461958696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:54:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:57 smithi136 bash[11745]: cluster 2022-04-26T04:54:55.757800+0000 mgr.smithi136.ofnrfx (mgr.14188) 4224 : cluster [DBG] pgmap v3949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:57 smithi145 bash[13673]: cluster 2022-04-26T04:54:55.757800+0000 mgr.smithi136.ofnrfx (mgr.14188) 4224 : cluster [DBG] pgmap v3949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:54:59 smithi136 bash[11745]: cluster 2022-04-26T04:54:57.758429+0000 mgr.smithi136.ofnrfx (mgr.14188) 4225 : cluster [DBG] pgmap v3950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:54:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:54:59 smithi145 bash[13673]: cluster 2022-04-26T04:54:57.758429+0000 mgr.smithi136.ofnrfx (mgr.14188) 4225 : cluster [DBG] pgmap v3950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:00.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:00.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:00.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:01.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:01.768 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:01 smithi145 bash[13673]: cluster 2022-04-26T04:54:59.759068+0000 mgr.smithi136.ofnrfx (mgr.14188) 4226 : cluster [DBG] pgmap v3951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:01.768 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:01 smithi145 bash[13673]: audit 2022-04-26T04:55:01.108194+0000 mon.smithi136 (mon.0) 2903 : audit [DBG] from='client.? 172.21.15.136:0/1326651400' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:01 smithi136 bash[11745]: cluster 2022-04-26T04:54:59.759068+0000 mgr.smithi136.ofnrfx (mgr.14188) 4226 : cluster [DBG] pgmap v3951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:01 smithi136 bash[11745]: audit 2022-04-26T04:55:01.108194+0000 mon.smithi136 (mon.0) 2903 : audit [DBG] from='client.? 172.21.15.136:0/1326651400' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:01.764525+0000 mon.smithi136 (mon.0) 2904 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:55:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:01.767238+0000 mon.smithi136 (mon.0) 2905 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:55:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:01.769130+0000 mon.smithi136 (mon.0) 2906 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:55:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:02.072918+0000 mon.smithi136 (mon.0) 2907 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:55:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:02.366242+0000 mon.smithi136 (mon.0) 2908 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:55:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:02.377242+0000 mon.smithi136 (mon.0) 2909 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:55:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:02.403901+0000 mon.smithi136 (mon.0) 2910 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:55:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:02 smithi136 bash[11745]: audit 2022-04-26T04:55:02.407889+0000 mon.smithi136 (mon.0) 2911 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:55:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:01.764525+0000 mon.smithi136 (mon.0) 2904 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:55:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:01.767238+0000 mon.smithi136 (mon.0) 2905 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:55:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:01.769130+0000 mon.smithi136 (mon.0) 2906 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:55:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:02.072918+0000 mon.smithi136 (mon.0) 2907 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:55:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:02.366242+0000 mon.smithi136 (mon.0) 2908 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:55:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:02.377242+0000 mon.smithi136 (mon.0) 2909 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:55:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:02.403901+0000 mon.smithi136 (mon.0) 2910 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:55:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:02 smithi145 bash[13673]: audit 2022-04-26T04:55:02.407889+0000 mon.smithi136 (mon.0) 2911 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:55:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:03 smithi136 bash[11745]: cluster 2022-04-26T04:55:01.759772+0000 mgr.smithi136.ofnrfx (mgr.14188) 4227 : cluster [DBG] pgmap v3952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:03 smithi136 bash[11745]: cluster 2022-04-26T04:55:02.357188+0000 mgr.smithi136.ofnrfx (mgr.14188) 4228 : cluster [DBG] pgmap v3953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:03 smithi136 bash[11745]: cluster 2022-04-26T04:55:02.357657+0000 mgr.smithi136.ofnrfx (mgr.14188) 4229 : cluster [DBG] pgmap v3954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:03 smithi136 bash[11745]: cephadm 2022-04-26T04:55:02.378802+0000 mgr.smithi136.ofnrfx (mgr.14188) 4230 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:55:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:03 smithi136 bash[11745]: cephadm 2022-04-26T04:55:02.379041+0000 mgr.smithi136.ofnrfx (mgr.14188) 4231 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:55:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:03 smithi145 bash[13673]: cluster 2022-04-26T04:55:01.759772+0000 mgr.smithi136.ofnrfx (mgr.14188) 4227 : cluster [DBG] pgmap v3952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:03 smithi145 bash[13673]: cluster 2022-04-26T04:55:02.357188+0000 mgr.smithi136.ofnrfx (mgr.14188) 4228 : cluster [DBG] pgmap v3953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:03 smithi145 bash[13673]: cluster 2022-04-26T04:55:02.357657+0000 mgr.smithi136.ofnrfx (mgr.14188) 4229 : cluster [DBG] pgmap v3954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:03 smithi145 bash[13673]: cephadm 2022-04-26T04:55:02.378802+0000 mgr.smithi136.ofnrfx (mgr.14188) 4230 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:55:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:03 smithi145 bash[13673]: cephadm 2022-04-26T04:55:02.379041+0000 mgr.smithi136.ofnrfx (mgr.14188) 4231 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:55:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:05 smithi136 bash[11745]: cluster 2022-04-26T04:55:04.358215+0000 mgr.smithi136.ofnrfx (mgr.14188) 4232 : cluster [DBG] pgmap v3955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:05 smithi145 bash[13673]: cluster 2022-04-26T04:55:04.358215+0000 mgr.smithi136.ofnrfx (mgr.14188) 4232 : cluster [DBG] pgmap v3955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:06.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:06.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:06.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:06.451 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:06 smithi136 bash[11745]: audit 2022-04-26T04:55:06.436183+0000 mon.smithi136 (mon.0) 2912 : audit [DBG] from='client.? 172.21.15.136:0/1275395911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:06 smithi145 bash[13673]: audit 2022-04-26T04:55:06.436183+0000 mon.smithi136 (mon.0) 2912 : audit [DBG] from='client.? 172.21.15.136:0/1275395911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:07 smithi136 bash[11745]: cluster 2022-04-26T04:55:06.358913+0000 mgr.smithi136.ofnrfx (mgr.14188) 4233 : cluster [DBG] pgmap v3956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:07 smithi145 bash[13673]: cluster 2022-04-26T04:55:06.358913+0000 mgr.smithi136.ofnrfx (mgr.14188) 4233 : cluster [DBG] pgmap v3956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:09 smithi136 bash[11745]: cluster 2022-04-26T04:55:08.359703+0000 mgr.smithi136.ofnrfx (mgr.14188) 4234 : cluster [DBG] pgmap v3957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:09 smithi145 bash[13673]: cluster 2022-04-26T04:55:08.359703+0000 mgr.smithi136.ofnrfx (mgr.14188) 4234 : cluster [DBG] pgmap v3957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:11.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:11.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:11.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:11 smithi145 bash[13673]: cluster 2022-04-26T04:55:10.360368+0000 mgr.smithi136.ofnrfx (mgr.14188) 4235 : cluster [DBG] pgmap v3958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:11.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:11 smithi136 bash[11745]: cluster 2022-04-26T04:55:10.360368+0000 mgr.smithi136.ofnrfx (mgr.14188) 4235 : cluster [DBG] pgmap v3958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:12 smithi145 bash[13673]: audit 2022-04-26T04:55:11.763224+0000 mon.smithi136 (mon.0) 2913 : audit [DBG] from='client.? 172.21.15.136:0/4133074864' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:12 smithi136 bash[11745]: audit 2022-04-26T04:55:11.763224+0000 mon.smithi136 (mon.0) 2913 : audit [DBG] from='client.? 172.21.15.136:0/4133074864' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:13 smithi145 bash[13673]: cluster 2022-04-26T04:55:12.361028+0000 mgr.smithi136.ofnrfx (mgr.14188) 4236 : cluster [DBG] pgmap v3959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:13 smithi136 bash[11745]: cluster 2022-04-26T04:55:12.361028+0000 mgr.smithi136.ofnrfx (mgr.14188) 4236 : cluster [DBG] pgmap v3959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:15 smithi136 bash[11745]: cluster 2022-04-26T04:55:14.361661+0000 mgr.smithi136.ofnrfx (mgr.14188) 4237 : cluster [DBG] pgmap v3960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:15 smithi145 bash[13673]: cluster 2022-04-26T04:55:14.361661+0000 mgr.smithi136.ofnrfx (mgr.14188) 4237 : cluster [DBG] pgmap v3960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:16.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:16.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:16.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:17.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:17 smithi136 bash[11745]: cluster 2022-04-26T04:55:16.362229+0000 mgr.smithi136.ofnrfx (mgr.14188) 4238 : cluster [DBG] pgmap v3961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:17 smithi136 bash[11745]: audit 2022-04-26T04:55:17.095858+0000 mon.smithi136 (mon.0) 2914 : audit [DBG] from='client.? 172.21.15.136:0/635818821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:17 smithi145 bash[13673]: cluster 2022-04-26T04:55:16.362229+0000 mgr.smithi136.ofnrfx (mgr.14188) 4238 : cluster [DBG] pgmap v3961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:17 smithi145 bash[13673]: audit 2022-04-26T04:55:17.095858+0000 mon.smithi136 (mon.0) 2914 : audit [DBG] from='client.? 172.21.15.136:0/635818821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:19 smithi136 bash[11745]: cluster 2022-04-26T04:55:18.362838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4239 : cluster [DBG] pgmap v3962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:19 smithi145 bash[13673]: cluster 2022-04-26T04:55:18.362838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4239 : cluster [DBG] pgmap v3962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:21 smithi145 bash[13673]: cluster 2022-04-26T04:55:20.363429+0000 mgr.smithi136.ofnrfx (mgr.14188) 4240 : cluster [DBG] pgmap v3963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:21 smithi136 bash[11745]: cluster 2022-04-26T04:55:20.363429+0000 mgr.smithi136.ofnrfx (mgr.14188) 4240 : cluster [DBG] pgmap v3963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:22.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:22.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:22.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:22.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:23 smithi136 bash[11745]: cluster 2022-04-26T04:55:22.364098+0000 mgr.smithi136.ofnrfx (mgr.14188) 4241 : cluster [DBG] pgmap v3964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:23 smithi136 bash[11745]: audit 2022-04-26T04:55:22.425270+0000 mon.smithi136 (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.136:0/3106743619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:23 smithi145 bash[13673]: cluster 2022-04-26T04:55:22.364098+0000 mgr.smithi136.ofnrfx (mgr.14188) 4241 : cluster [DBG] pgmap v3964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:23 smithi145 bash[13673]: audit 2022-04-26T04:55:22.425270+0000 mon.smithi136 (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.136:0/3106743619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:25 smithi136 bash[11745]: cluster 2022-04-26T04:55:24.364691+0000 mgr.smithi136.ofnrfx (mgr.14188) 4242 : cluster [DBG] pgmap v3965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:25 smithi145 bash[13673]: cluster 2022-04-26T04:55:24.364691+0000 mgr.smithi136.ofnrfx (mgr.14188) 4242 : cluster [DBG] pgmap v3965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:27.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:27.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:27.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:27.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:27.853 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:27 smithi136 bash[11745]: cluster 2022-04-26T04:55:26.365321+0000 mgr.smithi136.ofnrfx (mgr.14188) 4243 : cluster [DBG] pgmap v3966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:27 smithi145 bash[13673]: cluster 2022-04-26T04:55:26.365321+0000 mgr.smithi136.ofnrfx (mgr.14188) 4243 : cluster [DBG] pgmap v3966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:28 smithi136 bash[11745]: audit 2022-04-26T04:55:27.752563+0000 mon.smithi136 (mon.0) 2916 : audit [DBG] from='client.? 172.21.15.136:0/1097983028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:28 smithi145 bash[13673]: audit 2022-04-26T04:55:27.752563+0000 mon.smithi136 (mon.0) 2916 : audit [DBG] from='client.? 172.21.15.136:0/1097983028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:29 smithi136 bash[11745]: cluster 2022-04-26T04:55:28.365938+0000 mgr.smithi136.ofnrfx (mgr.14188) 4244 : cluster [DBG] pgmap v3967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:29 smithi145 bash[13673]: cluster 2022-04-26T04:55:28.365938+0000 mgr.smithi136.ofnrfx (mgr.14188) 4244 : cluster [DBG] pgmap v3967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:31 smithi145 bash[13673]: cluster 2022-04-26T04:55:30.366519+0000 mgr.smithi136.ofnrfx (mgr.14188) 4245 : cluster [DBG] pgmap v3968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:31 smithi136 bash[11745]: cluster 2022-04-26T04:55:30.366519+0000 mgr.smithi136.ofnrfx (mgr.14188) 4245 : cluster [DBG] pgmap v3968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:32.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:32.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:32.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:33.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:33 smithi136 bash[11745]: cluster 2022-04-26T04:55:32.367165+0000 mgr.smithi136.ofnrfx (mgr.14188) 4246 : cluster [DBG] pgmap v3969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:33 smithi136 bash[11745]: audit 2022-04-26T04:55:33.083045+0000 mon.smithi136 (mon.0) 2917 : audit [DBG] from='client.? 172.21.15.136:0/1044962381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:33 smithi145 bash[13673]: cluster 2022-04-26T04:55:32.367165+0000 mgr.smithi136.ofnrfx (mgr.14188) 4246 : cluster [DBG] pgmap v3969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:33 smithi145 bash[13673]: audit 2022-04-26T04:55:33.083045+0000 mon.smithi136 (mon.0) 2917 : audit [DBG] from='client.? 172.21.15.136:0/1044962381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:35 smithi136 bash[11745]: cluster 2022-04-26T04:55:34.367801+0000 mgr.smithi136.ofnrfx (mgr.14188) 4247 : cluster [DBG] pgmap v3970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:35 smithi145 bash[13673]: cluster 2022-04-26T04:55:34.367801+0000 mgr.smithi136.ofnrfx (mgr.14188) 4247 : cluster [DBG] pgmap v3970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:37 smithi136 bash[11745]: cluster 2022-04-26T04:55:36.368447+0000 mgr.smithi136.ofnrfx (mgr.14188) 4248 : cluster [DBG] pgmap v3971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:37 smithi145 bash[13673]: cluster 2022-04-26T04:55:36.368447+0000 mgr.smithi136.ofnrfx (mgr.14188) 4248 : cluster [DBG] pgmap v3971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:38.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:38.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:38.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:38.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:38 smithi136 bash[11745]: audit 2022-04-26T04:55:38.408518+0000 mon.smithi136 (mon.0) 2918 : audit [DBG] from='client.? 172.21.15.136:0/2172981768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:38 smithi145 bash[13673]: audit 2022-04-26T04:55:38.408518+0000 mon.smithi136 (mon.0) 2918 : audit [DBG] from='client.? 172.21.15.136:0/2172981768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:39 smithi136 bash[11745]: cluster 2022-04-26T04:55:38.369039+0000 mgr.smithi136.ofnrfx (mgr.14188) 4249 : cluster [DBG] pgmap v3972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:39 smithi145 bash[13673]: cluster 2022-04-26T04:55:38.369039+0000 mgr.smithi136.ofnrfx (mgr.14188) 4249 : cluster [DBG] pgmap v3972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:41 smithi145 bash[13673]: cluster 2022-04-26T04:55:40.369606+0000 mgr.smithi136.ofnrfx (mgr.14188) 4250 : cluster [DBG] pgmap v3973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:41 smithi136 bash[11745]: cluster 2022-04-26T04:55:40.369606+0000 mgr.smithi136.ofnrfx (mgr.14188) 4250 : cluster [DBG] pgmap v3973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:43.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:43.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:43.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:43.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:43 smithi136 bash[11745]: cluster 2022-04-26T04:55:42.370207+0000 mgr.smithi136.ofnrfx (mgr.14188) 4251 : cluster [DBG] pgmap v3974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:43 smithi145 bash[13673]: cluster 2022-04-26T04:55:42.370207+0000 mgr.smithi136.ofnrfx (mgr.14188) 4251 : cluster [DBG] pgmap v3974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:44 smithi136 bash[11745]: audit 2022-04-26T04:55:43.740503+0000 mon.smithi136 (mon.0) 2919 : audit [DBG] from='client.? 172.21.15.136:0/2780909537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:44 smithi145 bash[13673]: audit 2022-04-26T04:55:43.740503+0000 mon.smithi136 (mon.0) 2919 : audit [DBG] from='client.? 172.21.15.136:0/2780909537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:45 smithi136 bash[11745]: cluster 2022-04-26T04:55:44.370816+0000 mgr.smithi136.ofnrfx (mgr.14188) 4252 : cluster [DBG] pgmap v3975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:45 smithi145 bash[13673]: cluster 2022-04-26T04:55:44.370816+0000 mgr.smithi136.ofnrfx (mgr.14188) 4252 : cluster [DBG] pgmap v3975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:47 smithi136 bash[11745]: cluster 2022-04-26T04:55:46.371412+0000 mgr.smithi136.ofnrfx (mgr.14188) 4253 : cluster [DBG] pgmap v3976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:47 smithi145 bash[13673]: cluster 2022-04-26T04:55:46.371412+0000 mgr.smithi136.ofnrfx (mgr.14188) 4253 : cluster [DBG] pgmap v3976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:48.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:48.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:48.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:49.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:49 smithi136 bash[11745]: cluster 2022-04-26T04:55:48.372049+0000 mgr.smithi136.ofnrfx (mgr.14188) 4254 : cluster [DBG] pgmap v3977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:49 smithi136 bash[11745]: audit 2022-04-26T04:55:49.069157+0000 mon.smithi136 (mon.0) 2920 : audit [DBG] from='client.? 172.21.15.136:0/2551101416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:49 smithi145 bash[13673]: cluster 2022-04-26T04:55:48.372049+0000 mgr.smithi136.ofnrfx (mgr.14188) 4254 : cluster [DBG] pgmap v3977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:49 smithi145 bash[13673]: audit 2022-04-26T04:55:49.069157+0000 mon.smithi136 (mon.0) 2920 : audit [DBG] from='client.? 172.21.15.136:0/2551101416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:51 smithi145 bash[13673]: cluster 2022-04-26T04:55:50.372636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4255 : cluster [DBG] pgmap v3978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:51 smithi136 bash[11745]: cluster 2022-04-26T04:55:50.372636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4255 : cluster [DBG] pgmap v3978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:53 smithi136 bash[11745]: cluster 2022-04-26T04:55:52.373206+0000 mgr.smithi136.ofnrfx (mgr.14188) 4256 : cluster [DBG] pgmap v3979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:53 smithi145 bash[13673]: cluster 2022-04-26T04:55:52.373206+0000 mgr.smithi136.ofnrfx (mgr.14188) 4256 : cluster [DBG] pgmap v3979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:54.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:54.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:54.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:54.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:54 smithi136 bash[11745]: audit 2022-04-26T04:55:54.406372+0000 mon.smithi136 (mon.0) 2921 : audit [DBG] from='client.? 172.21.15.136:0/12048000' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:54 smithi145 bash[13673]: audit 2022-04-26T04:55:54.406372+0000 mon.smithi136 (mon.0) 2921 : audit [DBG] from='client.? 172.21.15.136:0/12048000' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:55:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:55 smithi136 bash[11745]: cluster 2022-04-26T04:55:54.373879+0000 mgr.smithi136.ofnrfx (mgr.14188) 4257 : cluster [DBG] pgmap v3980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:55 smithi145 bash[13673]: cluster 2022-04-26T04:55:54.373879+0000 mgr.smithi136.ofnrfx (mgr.14188) 4257 : cluster [DBG] pgmap v3980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:57 smithi136 bash[11745]: cluster 2022-04-26T04:55:56.374576+0000 mgr.smithi136.ofnrfx (mgr.14188) 4258 : cluster [DBG] pgmap v3981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:57 smithi145 bash[13673]: cluster 2022-04-26T04:55:56.374576+0000 mgr.smithi136.ofnrfx (mgr.14188) 4258 : cluster [DBG] pgmap v3981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:59.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:55:59.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:55:59.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:55:59.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:55:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:55:59 smithi136 bash[11745]: cluster 2022-04-26T04:55:58.375241+0000 mgr.smithi136.ofnrfx (mgr.14188) 4259 : cluster [DBG] pgmap v3982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:55:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:55:59 smithi145 bash[13673]: cluster 2022-04-26T04:55:58.375241+0000 mgr.smithi136.ofnrfx (mgr.14188) 4259 : cluster [DBG] pgmap v3982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:00 smithi136 bash[11745]: audit 2022-04-26T04:55:59.733906+0000 mon.smithi136 (mon.0) 2922 : audit [DBG] from='client.? 172.21.15.136:0/2295845691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:00 smithi145 bash[13673]: audit 2022-04-26T04:55:59.733906+0000 mon.smithi136 (mon.0) 2922 : audit [DBG] from='client.? 172.21.15.136:0/2295845691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:01 smithi136 bash[11745]: cluster 2022-04-26T04:56:00.375823+0000 mgr.smithi136.ofnrfx (mgr.14188) 4260 : cluster [DBG] pgmap v3983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:01 smithi145 bash[13673]: cluster 2022-04-26T04:56:00.375823+0000 mgr.smithi136.ofnrfx (mgr.14188) 4260 : cluster [DBG] pgmap v3983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:02 smithi136 bash[11745]: audit 2022-04-26T04:56:02.388371+0000 mon.smithi136 (mon.0) 2923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:56:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:02 smithi136 bash[11745]: audit 2022-04-26T04:56:02.391240+0000 mon.smithi136 (mon.0) 2924 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:56:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:02 smithi136 bash[11745]: audit 2022-04-26T04:56:02.393269+0000 mon.smithi136 (mon.0) 2925 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:56:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:02 smithi136 bash[11745]: audit 2022-04-26T04:56:02.410732+0000 mon.smithi136 (mon.0) 2926 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:56:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:02 smithi136 bash[11745]: audit 2022-04-26T04:56:02.411438+0000 mon.smithi136 (mon.0) 2927 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:56:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:02 smithi145 bash[13673]: audit 2022-04-26T04:56:02.388371+0000 mon.smithi136 (mon.0) 2923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:56:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:02 smithi145 bash[13673]: audit 2022-04-26T04:56:02.391240+0000 mon.smithi136 (mon.0) 2924 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:56:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:02 smithi145 bash[13673]: audit 2022-04-26T04:56:02.393269+0000 mon.smithi136 (mon.0) 2925 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:56:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:02 smithi145 bash[13673]: audit 2022-04-26T04:56:02.410732+0000 mon.smithi136 (mon.0) 2926 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:56:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:02 smithi145 bash[13673]: audit 2022-04-26T04:56:02.411438+0000 mon.smithi136 (mon.0) 2927 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:56:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:03 smithi136 bash[11745]: cluster 2022-04-26T04:56:02.376406+0000 mgr.smithi136.ofnrfx (mgr.14188) 4261 : cluster [DBG] pgmap v3984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:03 smithi136 bash[11745]: audit 2022-04-26T04:56:02.703885+0000 mon.smithi136 (mon.0) 2928 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:56:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:03 smithi136 bash[11745]: audit 2022-04-26T04:56:02.709933+0000 mon.smithi136 (mon.0) 2929 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:56:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:03 smithi145 bash[13673]: cluster 2022-04-26T04:56:02.376406+0000 mgr.smithi136.ofnrfx (mgr.14188) 4261 : cluster [DBG] pgmap v3984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:03 smithi145 bash[13673]: audit 2022-04-26T04:56:02.703885+0000 mon.smithi136 (mon.0) 2928 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:56:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:03 smithi145 bash[13673]: audit 2022-04-26T04:56:02.709933+0000 mon.smithi136 (mon.0) 2929 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:56:04.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:04.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:04.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:04 smithi136 bash[11745]: cluster 2022-04-26T04:56:02.698743+0000 mgr.smithi136.ofnrfx (mgr.14188) 4262 : cluster [DBG] pgmap v3985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:04 smithi136 bash[11745]: cluster 2022-04-26T04:56:02.699153+0000 mgr.smithi136.ofnrfx (mgr.14188) 4263 : cluster [DBG] pgmap v3986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:04 smithi136 bash[11745]: cephadm 2022-04-26T04:56:02.710903+0000 mgr.smithi136.ofnrfx (mgr.14188) 4264 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:56:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:04 smithi136 bash[11745]: cephadm 2022-04-26T04:56:02.711037+0000 mgr.smithi136.ofnrfx (mgr.14188) 4265 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:56:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:04 smithi145 bash[13673]: cluster 2022-04-26T04:56:02.698743+0000 mgr.smithi136.ofnrfx (mgr.14188) 4262 : cluster [DBG] pgmap v3985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:04 smithi145 bash[13673]: cluster 2022-04-26T04:56:02.699153+0000 mgr.smithi136.ofnrfx (mgr.14188) 4263 : cluster [DBG] pgmap v3986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:04 smithi145 bash[13673]: cephadm 2022-04-26T04:56:02.710903+0000 mgr.smithi136.ofnrfx (mgr.14188) 4264 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:56:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:04 smithi145 bash[13673]: cephadm 2022-04-26T04:56:02.711037+0000 mgr.smithi136.ofnrfx (mgr.14188) 4265 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:56:05.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:05 smithi136 bash[11745]: audit 2022-04-26T04:56:05.069656+0000 mon.smithi136 (mon.0) 2930 : audit [DBG] from='client.? 172.21.15.136:0/1552587710' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:05 smithi145 bash[13673]: audit 2022-04-26T04:56:05.069656+0000 mon.smithi136 (mon.0) 2930 : audit [DBG] from='client.? 172.21.15.136:0/1552587710' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:06 smithi136 bash[11745]: cluster 2022-04-26T04:56:04.699756+0000 mgr.smithi136.ofnrfx (mgr.14188) 4266 : cluster [DBG] pgmap v3987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:06 smithi145 bash[13673]: cluster 2022-04-26T04:56:04.699756+0000 mgr.smithi136.ofnrfx (mgr.14188) 4266 : cluster [DBG] pgmap v3987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:08 smithi136 bash[11745]: cluster 2022-04-26T04:56:06.700402+0000 mgr.smithi136.ofnrfx (mgr.14188) 4267 : cluster [DBG] pgmap v3988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:08 smithi145 bash[13673]: cluster 2022-04-26T04:56:06.700402+0000 mgr.smithi136.ofnrfx (mgr.14188) 4267 : cluster [DBG] pgmap v3988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:10.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:10.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:10.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:10.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:10 smithi136 bash[11745]: cluster 2022-04-26T04:56:08.701015+0000 mgr.smithi136.ofnrfx (mgr.14188) 4268 : cluster [DBG] pgmap v3989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:10 smithi136 bash[11745]: audit 2022-04-26T04:56:10.402675+0000 mon.smithi136 (mon.0) 2931 : audit [DBG] from='client.? 172.21.15.136:0/3288117333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:10 smithi145 bash[13673]: cluster 2022-04-26T04:56:08.701015+0000 mgr.smithi136.ofnrfx (mgr.14188) 4268 : cluster [DBG] pgmap v3989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:10 smithi145 bash[13673]: audit 2022-04-26T04:56:10.402675+0000 mon.smithi136 (mon.0) 2931 : audit [DBG] from='client.? 172.21.15.136:0/3288117333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:12 smithi136 bash[11745]: cluster 2022-04-26T04:56:10.701629+0000 mgr.smithi136.ofnrfx (mgr.14188) 4269 : cluster [DBG] pgmap v3990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:12 smithi145 bash[13673]: cluster 2022-04-26T04:56:10.701629+0000 mgr.smithi136.ofnrfx (mgr.14188) 4269 : cluster [DBG] pgmap v3990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:14 smithi136 bash[11745]: cluster 2022-04-26T04:56:12.702292+0000 mgr.smithi136.ofnrfx (mgr.14188) 4270 : cluster [DBG] pgmap v3991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:14 smithi145 bash[13673]: cluster 2022-04-26T04:56:12.702292+0000 mgr.smithi136.ofnrfx (mgr.14188) 4270 : cluster [DBG] pgmap v3991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:15.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:15.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:15.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:15.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:16 smithi136 bash[11745]: cluster 2022-04-26T04:56:14.702886+0000 mgr.smithi136.ofnrfx (mgr.14188) 4271 : cluster [DBG] pgmap v3992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:16 smithi136 bash[11745]: audit 2022-04-26T04:56:15.732165+0000 mon.smithi136 (mon.0) 2932 : audit [DBG] from='client.? 172.21.15.136:0/4067640919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:16 smithi145 bash[13673]: cluster 2022-04-26T04:56:14.702886+0000 mgr.smithi136.ofnrfx (mgr.14188) 4271 : cluster [DBG] pgmap v3992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:16 smithi145 bash[13673]: audit 2022-04-26T04:56:15.732165+0000 mon.smithi136 (mon.0) 2932 : audit [DBG] from='client.? 172.21.15.136:0/4067640919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:18 smithi136 bash[11745]: cluster 2022-04-26T04:56:16.703636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4272 : cluster [DBG] pgmap v3993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:18 smithi145 bash[13673]: cluster 2022-04-26T04:56:16.703636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4272 : cluster [DBG] pgmap v3993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:20 smithi136 bash[11745]: cluster 2022-04-26T04:56:18.704291+0000 mgr.smithi136.ofnrfx (mgr.14188) 4273 : cluster [DBG] pgmap v3994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:20.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:20.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:20.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:20 smithi145 bash[13673]: cluster 2022-04-26T04:56:18.704291+0000 mgr.smithi136.ofnrfx (mgr.14188) 4273 : cluster [DBG] pgmap v3994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:21.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:21 smithi136 bash[11745]: audit 2022-04-26T04:56:21.057387+0000 mon.smithi136 (mon.0) 2933 : audit [DBG] from='client.? 172.21.15.136:0/468944746' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:21 smithi145 bash[13673]: audit 2022-04-26T04:56:21.057387+0000 mon.smithi136 (mon.0) 2933 : audit [DBG] from='client.? 172.21.15.136:0/468944746' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:22 smithi136 bash[11745]: cluster 2022-04-26T04:56:20.704871+0000 mgr.smithi136.ofnrfx (mgr.14188) 4274 : cluster [DBG] pgmap v3995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:22 smithi145 bash[13673]: cluster 2022-04-26T04:56:20.704871+0000 mgr.smithi136.ofnrfx (mgr.14188) 4274 : cluster [DBG] pgmap v3995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:23 smithi145 bash[13673]: cluster 2022-04-26T04:56:22.705501+0000 mgr.smithi136.ofnrfx (mgr.14188) 4275 : cluster [DBG] pgmap v3996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:23 smithi136 bash[11745]: cluster 2022-04-26T04:56:22.705501+0000 mgr.smithi136.ofnrfx (mgr.14188) 4275 : cluster [DBG] pgmap v3996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:26.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:26.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:26.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:26.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:26 smithi145 bash[13673]: cluster 2022-04-26T04:56:24.706073+0000 mgr.smithi136.ofnrfx (mgr.14188) 4276 : cluster [DBG] pgmap v3997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:26 smithi136 bash[11745]: cluster 2022-04-26T04:56:24.706073+0000 mgr.smithi136.ofnrfx (mgr.14188) 4276 : cluster [DBG] pgmap v3997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:27 smithi145 bash[13673]: audit 2022-04-26T04:56:26.386653+0000 mon.smithi136 (mon.0) 2934 : audit [DBG] from='client.? 172.21.15.136:0/3545723657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:27 smithi136 bash[11745]: audit 2022-04-26T04:56:26.386653+0000 mon.smithi136 (mon.0) 2934 : audit [DBG] from='client.? 172.21.15.136:0/3545723657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:28.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:28 smithi145 bash[13673]: cluster 2022-04-26T04:56:26.706692+0000 mgr.smithi136.ofnrfx (mgr.14188) 4277 : cluster [DBG] pgmap v3998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:28 smithi136 bash[11745]: cluster 2022-04-26T04:56:26.706692+0000 mgr.smithi136.ofnrfx (mgr.14188) 4277 : cluster [DBG] pgmap v3998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:30 smithi136 bash[11745]: cluster 2022-04-26T04:56:28.707405+0000 mgr.smithi136.ofnrfx (mgr.14188) 4278 : cluster [DBG] pgmap v3999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:30 smithi145 bash[13673]: cluster 2022-04-26T04:56:28.707405+0000 mgr.smithi136.ofnrfx (mgr.14188) 4278 : cluster [DBG] pgmap v3999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:31.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:31.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:31.430 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:31.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:32 smithi145 bash[13673]: cluster 2022-04-26T04:56:30.708117+0000 mgr.smithi136.ofnrfx (mgr.14188) 4279 : cluster [DBG] pgmap v4000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:32 smithi145 bash[13673]: audit 2022-04-26T04:56:31.713019+0000 mon.smithi136 (mon.0) 2935 : audit [DBG] from='client.? 172.21.15.136:0/1791594035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:32 smithi136 bash[11745]: cluster 2022-04-26T04:56:30.708117+0000 mgr.smithi136.ofnrfx (mgr.14188) 4279 : cluster [DBG] pgmap v4000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:32 smithi136 bash[11745]: audit 2022-04-26T04:56:31.713019+0000 mon.smithi136 (mon.0) 2935 : audit [DBG] from='client.? 172.21.15.136:0/1791594035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:34 smithi145 bash[13673]: cluster 2022-04-26T04:56:32.708722+0000 mgr.smithi136.ofnrfx (mgr.14188) 4280 : cluster [DBG] pgmap v4001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:34 smithi136 bash[11745]: cluster 2022-04-26T04:56:32.708722+0000 mgr.smithi136.ofnrfx (mgr.14188) 4280 : cluster [DBG] pgmap v4001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:36 smithi145 bash[13673]: cluster 2022-04-26T04:56:34.709406+0000 mgr.smithi136.ofnrfx (mgr.14188) 4281 : cluster [DBG] pgmap v4002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:36.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:36.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:36.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:36 smithi136 bash[11745]: cluster 2022-04-26T04:56:34.709406+0000 mgr.smithi136.ofnrfx (mgr.14188) 4281 : cluster [DBG] pgmap v4002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:37.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:37 smithi145 bash[13673]: audit 2022-04-26T04:56:37.034386+0000 mon.smithi136 (mon.0) 2936 : audit [DBG] from='client.? 172.21.15.136:0/657392858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:37 smithi136 bash[11745]: audit 2022-04-26T04:56:37.034386+0000 mon.smithi136 (mon.0) 2936 : audit [DBG] from='client.? 172.21.15.136:0/657392858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:38.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:38 smithi145 bash[13673]: cluster 2022-04-26T04:56:36.710159+0000 mgr.smithi136.ofnrfx (mgr.14188) 4282 : cluster [DBG] pgmap v4003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:38 smithi136 bash[11745]: cluster 2022-04-26T04:56:36.710159+0000 mgr.smithi136.ofnrfx (mgr.14188) 4282 : cluster [DBG] pgmap v4003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:40 smithi136 bash[11745]: cluster 2022-04-26T04:56:38.710813+0000 mgr.smithi136.ofnrfx (mgr.14188) 4283 : cluster [DBG] pgmap v4004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:40 smithi145 bash[13673]: cluster 2022-04-26T04:56:38.710813+0000 mgr.smithi136.ofnrfx (mgr.14188) 4283 : cluster [DBG] pgmap v4004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:42.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:42.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:42.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:42.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:42 smithi145 bash[13673]: cluster 2022-04-26T04:56:40.711376+0000 mgr.smithi136.ofnrfx (mgr.14188) 4284 : cluster [DBG] pgmap v4005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:42 smithi145 bash[13673]: audit 2022-04-26T04:56:42.364237+0000 mon.smithi136 (mon.0) 2937 : audit [DBG] from='client.? 172.21.15.136:0/2800101239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:42 smithi136 bash[11745]: cluster 2022-04-26T04:56:40.711376+0000 mgr.smithi136.ofnrfx (mgr.14188) 4284 : cluster [DBG] pgmap v4005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:42 smithi136 bash[11745]: audit 2022-04-26T04:56:42.364237+0000 mon.smithi136 (mon.0) 2937 : audit [DBG] from='client.? 172.21.15.136:0/2800101239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:44 smithi136 bash[11745]: cluster 2022-04-26T04:56:42.712005+0000 mgr.smithi136.ofnrfx (mgr.14188) 4285 : cluster [DBG] pgmap v4006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:44 smithi145 bash[13673]: cluster 2022-04-26T04:56:42.712005+0000 mgr.smithi136.ofnrfx (mgr.14188) 4285 : cluster [DBG] pgmap v4006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:46 smithi136 bash[11745]: cluster 2022-04-26T04:56:44.712655+0000 mgr.smithi136.ofnrfx (mgr.14188) 4286 : cluster [DBG] pgmap v4007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:46 smithi145 bash[13673]: cluster 2022-04-26T04:56:44.712655+0000 mgr.smithi136.ofnrfx (mgr.14188) 4286 : cluster [DBG] pgmap v4007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:47.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:47.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:47.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:47.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:48 smithi136 bash[11745]: cluster 2022-04-26T04:56:46.713385+0000 mgr.smithi136.ofnrfx (mgr.14188) 4287 : cluster [DBG] pgmap v4008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:48 smithi136 bash[11745]: audit 2022-04-26T04:56:47.694186+0000 mon.smithi136 (mon.0) 2938 : audit [DBG] from='client.? 172.21.15.136:0/3035245045' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:48 smithi145 bash[13673]: cluster 2022-04-26T04:56:46.713385+0000 mgr.smithi136.ofnrfx (mgr.14188) 4287 : cluster [DBG] pgmap v4008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:48 smithi145 bash[13673]: audit 2022-04-26T04:56:47.694186+0000 mon.smithi136 (mon.0) 2938 : audit [DBG] from='client.? 172.21.15.136:0/3035245045' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:50 smithi136 bash[11745]: cluster 2022-04-26T04:56:48.714053+0000 mgr.smithi136.ofnrfx (mgr.14188) 4288 : cluster [DBG] pgmap v4009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:50 smithi145 bash[13673]: cluster 2022-04-26T04:56:48.714053+0000 mgr.smithi136.ofnrfx (mgr.14188) 4288 : cluster [DBG] pgmap v4009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:52.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:52.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:52.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:52 smithi136 bash[11745]: cluster 2022-04-26T04:56:50.714785+0000 mgr.smithi136.ofnrfx (mgr.14188) 4289 : cluster [DBG] pgmap v4010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:52 smithi145 bash[13673]: cluster 2022-04-26T04:56:50.714785+0000 mgr.smithi136.ofnrfx (mgr.14188) 4289 : cluster [DBG] pgmap v4010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:53.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:53 smithi136 bash[11745]: audit 2022-04-26T04:56:53.017653+0000 mon.smithi136 (mon.0) 2939 : audit [DBG] from='client.? 172.21.15.136:0/2464702681' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:53 smithi145 bash[13673]: audit 2022-04-26T04:56:53.017653+0000 mon.smithi136 (mon.0) 2939 : audit [DBG] from='client.? 172.21.15.136:0/2464702681' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:54 smithi136 bash[11745]: cluster 2022-04-26T04:56:52.715423+0000 mgr.smithi136.ofnrfx (mgr.14188) 4290 : cluster [DBG] pgmap v4011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:54 smithi145 bash[13673]: cluster 2022-04-26T04:56:52.715423+0000 mgr.smithi136.ofnrfx (mgr.14188) 4290 : cluster [DBG] pgmap v4011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:56 smithi136 bash[11745]: cluster 2022-04-26T04:56:54.716050+0000 mgr.smithi136.ofnrfx (mgr.14188) 4291 : cluster [DBG] pgmap v4012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:56 smithi145 bash[13673]: cluster 2022-04-26T04:56:54.716050+0000 mgr.smithi136.ofnrfx (mgr.14188) 4291 : cluster [DBG] pgmap v4012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:58.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:56:58.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:56:58.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:56:58.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:56:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:58 smithi136 bash[11745]: cluster 2022-04-26T04:56:56.716687+0000 mgr.smithi136.ofnrfx (mgr.14188) 4292 : cluster [DBG] pgmap v4013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:56:58 smithi136 bash[11745]: audit 2022-04-26T04:56:58.345386+0000 mon.smithi136 (mon.0) 2940 : audit [DBG] from='client.? 172.21.15.136:0/3864242611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:56:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:58 smithi145 bash[13673]: cluster 2022-04-26T04:56:56.716687+0000 mgr.smithi136.ofnrfx (mgr.14188) 4292 : cluster [DBG] pgmap v4013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:56:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:56:58 smithi145 bash[13673]: audit 2022-04-26T04:56:58.345386+0000 mon.smithi136 (mon.0) 2940 : audit [DBG] from='client.? 172.21.15.136:0/3864242611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:00 smithi136 bash[11745]: cluster 2022-04-26T04:56:58.717261+0000 mgr.smithi136.ofnrfx (mgr.14188) 4293 : cluster [DBG] pgmap v4014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:00 smithi145 bash[13673]: cluster 2022-04-26T04:56:58.717261+0000 mgr.smithi136.ofnrfx (mgr.14188) 4293 : cluster [DBG] pgmap v4014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:02 smithi136 bash[11745]: cluster 2022-04-26T04:57:00.717863+0000 mgr.smithi136.ofnrfx (mgr.14188) 4294 : cluster [DBG] pgmap v4015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:02 smithi136 bash[11745]: audit 2022-04-26T04:57:02.414068+0000 mon.smithi136 (mon.0) 2941 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:57:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:02 smithi136 bash[11745]: audit 2022-04-26T04:57:02.414942+0000 mon.smithi136 (mon.0) 2942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:57:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:02 smithi145 bash[13673]: cluster 2022-04-26T04:57:00.717863+0000 mgr.smithi136.ofnrfx (mgr.14188) 4294 : cluster [DBG] pgmap v4015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:02 smithi145 bash[13673]: audit 2022-04-26T04:57:02.414068+0000 mon.smithi136 (mon.0) 2941 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:57:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:02 smithi145 bash[13673]: audit 2022-04-26T04:57:02.414942+0000 mon.smithi136 (mon.0) 2942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:57:03.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:03.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:03.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:03.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:03 smithi136 bash[11745]: audit 2022-04-26T04:57:02.719782+0000 mon.smithi136 (mon.0) 2943 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:57:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:03 smithi136 bash[11745]: audit 2022-04-26T04:57:02.722547+0000 mon.smithi136 (mon.0) 2944 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:57:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:03 smithi136 bash[11745]: audit 2022-04-26T04:57:02.724359+0000 mon.smithi136 (mon.0) 2945 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:57:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:03 smithi145 bash[13673]: audit 2022-04-26T04:57:02.719782+0000 mon.smithi136 (mon.0) 2943 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:57:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:03 smithi145 bash[13673]: audit 2022-04-26T04:57:02.722547+0000 mon.smithi136 (mon.0) 2944 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:57:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:03 smithi145 bash[13673]: audit 2022-04-26T04:57:02.724359+0000 mon.smithi136 (mon.0) 2945 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:57:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:04 smithi136 bash[11745]: cluster 2022-04-26T04:57:02.718468+0000 mgr.smithi136.ofnrfx (mgr.14188) 4295 : cluster [DBG] pgmap v4016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:04 smithi136 bash[11745]: audit 2022-04-26T04:57:03.672457+0000 mon.smithi136 (mon.0) 2946 : audit [DBG] from='client.? 172.21.15.136:0/4016248511' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:04 smithi145 bash[13673]: cluster 2022-04-26T04:57:02.718468+0000 mgr.smithi136.ofnrfx (mgr.14188) 4295 : cluster [DBG] pgmap v4016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:04 smithi145 bash[13673]: audit 2022-04-26T04:57:03.672457+0000 mon.smithi136 (mon.0) 2946 : audit [DBG] from='client.? 172.21.15.136:0/4016248511' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:06.797 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:06 smithi145 bash[13673]: cluster 2022-04-26T04:57:04.719087+0000 mgr.smithi136.ofnrfx (mgr.14188) 4296 : cluster [DBG] pgmap v4017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:06 smithi136 bash[11745]: cluster 2022-04-26T04:57:04.719087+0000 mgr.smithi136.ofnrfx (mgr.14188) 4296 : cluster [DBG] pgmap v4017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:08.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:08.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:08.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:08 smithi136 bash[11745]: cluster 2022-04-26T04:57:06.719761+0000 mgr.smithi136.ofnrfx (mgr.14188) 4297 : cluster [DBG] pgmap v4018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:08 smithi145 bash[13673]: cluster 2022-04-26T04:57:06.719761+0000 mgr.smithi136.ofnrfx (mgr.14188) 4297 : cluster [DBG] pgmap v4018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:09.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:09 smithi136 bash[11745]: audit 2022-04-26T04:57:09.005769+0000 mon.smithi136 (mon.0) 2947 : audit [DBG] from='client.? 172.21.15.136:0/4012258843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:09 smithi145 bash[13673]: audit 2022-04-26T04:57:09.005769+0000 mon.smithi136 (mon.0) 2947 : audit [DBG] from='client.? 172.21.15.136:0/4012258843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:10 smithi136 bash[11745]: cluster 2022-04-26T04:57:08.720357+0000 mgr.smithi136.ofnrfx (mgr.14188) 4298 : cluster [DBG] pgmap v4019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:10.595 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:10 smithi136 bash[11745]: audit 2022-04-26T04:57:10.439411+0000 mon.smithi136 (mon.0) 2948 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:57:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:10 smithi145 bash[13673]: cluster 2022-04-26T04:57:08.720357+0000 mgr.smithi136.ofnrfx (mgr.14188) 4298 : cluster [DBG] pgmap v4019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:10 smithi145 bash[13673]: audit 2022-04-26T04:57:10.439411+0000 mon.smithi136 (mon.0) 2948 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:57:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:11 smithi136 bash[11745]: cephadm 2022-04-26T04:57:10.427924+0000 mgr.smithi136.ofnrfx (mgr.14188) 4299 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T04:57:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:11 smithi136 bash[11745]: audit 2022-04-26T04:57:10.735970+0000 mon.smithi136 (mon.0) 2949 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:57:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:11 smithi136 bash[11745]: audit 2022-04-26T04:57:10.746318+0000 mon.smithi136 (mon.0) 2950 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:57:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:11 smithi136 bash[11745]: audit 2022-04-26T04:57:10.758851+0000 mon.smithi136 (mon.0) 2951 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T04:57:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:11 smithi136 bash[11745]: audit 2022-04-26T04:57:10.760075+0000 mon.smithi136 (mon.0) 2952 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:57:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:11 smithi145 bash[13673]: cephadm 2022-04-26T04:57:10.427924+0000 mgr.smithi136.ofnrfx (mgr.14188) 4299 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T04:57:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:11 smithi145 bash[13673]: audit 2022-04-26T04:57:10.735970+0000 mon.smithi136 (mon.0) 2949 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:57:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:11 smithi145 bash[13673]: audit 2022-04-26T04:57:10.746318+0000 mon.smithi136 (mon.0) 2950 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:57:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:11 smithi145 bash[13673]: audit 2022-04-26T04:57:10.758851+0000 mon.smithi136 (mon.0) 2951 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T04:57:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:11 smithi145 bash[13673]: audit 2022-04-26T04:57:10.760075+0000 mon.smithi136 (mon.0) 2952 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:57:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:12 smithi136 bash[11745]: cluster 2022-04-26T04:57:10.720996+0000 mgr.smithi136.ofnrfx (mgr.14188) 4300 : cluster [DBG] pgmap v4020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:12 smithi136 bash[11745]: cluster 2022-04-26T04:57:10.728337+0000 mgr.smithi136.ofnrfx (mgr.14188) 4301 : cluster [DBG] pgmap v4021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:12 smithi136 bash[11745]: cluster 2022-04-26T04:57:10.728731+0000 mgr.smithi136.ofnrfx (mgr.14188) 4302 : cluster [DBG] pgmap v4022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:12 smithi136 bash[11745]: cephadm 2022-04-26T04:57:10.747890+0000 mgr.smithi136.ofnrfx (mgr.14188) 4303 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:57:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:12 smithi136 bash[11745]: cephadm 2022-04-26T04:57:10.748145+0000 mgr.smithi136.ofnrfx (mgr.14188) 4304 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:57:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:12 smithi145 bash[13673]: cluster 2022-04-26T04:57:10.720996+0000 mgr.smithi136.ofnrfx (mgr.14188) 4300 : cluster [DBG] pgmap v4020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:12 smithi145 bash[13673]: cluster 2022-04-26T04:57:10.728337+0000 mgr.smithi136.ofnrfx (mgr.14188) 4301 : cluster [DBG] pgmap v4021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:12 smithi145 bash[13673]: cluster 2022-04-26T04:57:10.728731+0000 mgr.smithi136.ofnrfx (mgr.14188) 4302 : cluster [DBG] pgmap v4022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:12 smithi145 bash[13673]: cephadm 2022-04-26T04:57:10.747890+0000 mgr.smithi136.ofnrfx (mgr.14188) 4303 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:57:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:12 smithi145 bash[13673]: cephadm 2022-04-26T04:57:10.748145+0000 mgr.smithi136.ofnrfx (mgr.14188) 4304 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:57:14.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:14.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:14.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:14.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:14.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:14 smithi145 bash[13673]: cluster 2022-04-26T04:57:12.729319+0000 mgr.smithi136.ofnrfx (mgr.14188) 4305 : cluster [DBG] pgmap v4023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:14.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:14 smithi145 bash[13673]: audit 2022-04-26T04:57:14.342593+0000 mon.smithi136 (mon.0) 2953 : audit [DBG] from='client.? 172.21.15.136:0/1109887885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:14 smithi136 bash[11745]: cluster 2022-04-26T04:57:12.729319+0000 mgr.smithi136.ofnrfx (mgr.14188) 4305 : cluster [DBG] pgmap v4023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:14 smithi136 bash[11745]: audit 2022-04-26T04:57:14.342593+0000 mon.smithi136 (mon.0) 2953 : audit [DBG] from='client.? 172.21.15.136:0/1109887885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:16 smithi136 bash[11745]: cluster 2022-04-26T04:57:14.729912+0000 mgr.smithi136.ofnrfx (mgr.14188) 4306 : cluster [DBG] pgmap v4024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:16 smithi145 bash[13673]: cluster 2022-04-26T04:57:14.729912+0000 mgr.smithi136.ofnrfx (mgr.14188) 4306 : cluster [DBG] pgmap v4024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:18 smithi136 bash[11745]: cluster 2022-04-26T04:57:16.730506+0000 mgr.smithi136.ofnrfx (mgr.14188) 4307 : cluster [DBG] pgmap v4025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:18 smithi145 bash[13673]: cluster 2022-04-26T04:57:16.730506+0000 mgr.smithi136.ofnrfx (mgr.14188) 4307 : cluster [DBG] pgmap v4025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:19.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:19.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:19.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:19.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:20 smithi136 bash[11745]: cluster 2022-04-26T04:57:18.731113+0000 mgr.smithi136.ofnrfx (mgr.14188) 4308 : cluster [DBG] pgmap v4026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:20 smithi136 bash[11745]: audit 2022-04-26T04:57:19.669336+0000 mon.smithi136 (mon.0) 2954 : audit [DBG] from='client.? 172.21.15.136:0/1778605938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:20 smithi145 bash[13673]: cluster 2022-04-26T04:57:18.731113+0000 mgr.smithi136.ofnrfx (mgr.14188) 4308 : cluster [DBG] pgmap v4026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:20 smithi145 bash[13673]: audit 2022-04-26T04:57:19.669336+0000 mon.smithi136 (mon.0) 2954 : audit [DBG] from='client.? 172.21.15.136:0/1778605938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:22 smithi136 bash[11745]: cluster 2022-04-26T04:57:20.731859+0000 mgr.smithi136.ofnrfx (mgr.14188) 4309 : cluster [DBG] pgmap v4027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:22 smithi145 bash[13673]: cluster 2022-04-26T04:57:20.731859+0000 mgr.smithi136.ofnrfx (mgr.14188) 4309 : cluster [DBG] pgmap v4027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:24.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:24.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:24.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:24 smithi136 bash[11745]: cluster 2022-04-26T04:57:22.732529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4310 : cluster [DBG] pgmap v4028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:24 smithi136 bash[11745]: audit 2022-04-26T04:57:24.112556+0000 mon.smithi136 (mon.0) 2955 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:57:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:24 smithi145 bash[13673]: cluster 2022-04-26T04:57:22.732529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4310 : cluster [DBG] pgmap v4028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:24 smithi145 bash[13673]: audit 2022-04-26T04:57:24.112556+0000 mon.smithi136 (mon.0) 2955 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:57:25.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:25 smithi136 bash[11745]: audit 2022-04-26T04:57:24.996873+0000 mon.smithi136 (mon.0) 2956 : audit [DBG] from='client.? 172.21.15.136:0/14273038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:25 smithi145 bash[13673]: audit 2022-04-26T04:57:24.996873+0000 mon.smithi136 (mon.0) 2956 : audit [DBG] from='client.? 172.21.15.136:0/14273038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:26 smithi136 bash[11745]: cluster 2022-04-26T04:57:24.733129+0000 mgr.smithi136.ofnrfx (mgr.14188) 4311 : cluster [DBG] pgmap v4029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:26 smithi145 bash[13673]: cluster 2022-04-26T04:57:24.733129+0000 mgr.smithi136.ofnrfx (mgr.14188) 4311 : cluster [DBG] pgmap v4029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:28 smithi136 bash[11745]: cluster 2022-04-26T04:57:26.733898+0000 mgr.smithi136.ofnrfx (mgr.14188) 4312 : cluster [DBG] pgmap v4030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:28 smithi145 bash[13673]: cluster 2022-04-26T04:57:26.733898+0000 mgr.smithi136.ofnrfx (mgr.14188) 4312 : cluster [DBG] pgmap v4030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:30.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:30.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:30.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:30.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:30 smithi136 bash[11745]: cluster 2022-04-26T04:57:28.734571+0000 mgr.smithi136.ofnrfx (mgr.14188) 4313 : cluster [DBG] pgmap v4031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:30 smithi136 bash[11745]: audit 2022-04-26T04:57:30.330566+0000 mon.smithi136 (mon.0) 2957 : audit [DBG] from='client.? 172.21.15.136:0/2486393074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:30 smithi145 bash[13673]: cluster 2022-04-26T04:57:28.734571+0000 mgr.smithi136.ofnrfx (mgr.14188) 4313 : cluster [DBG] pgmap v4031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:30 smithi145 bash[13673]: audit 2022-04-26T04:57:30.330566+0000 mon.smithi136 (mon.0) 2957 : audit [DBG] from='client.? 172.21.15.136:0/2486393074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:31 smithi145 bash[13673]: cluster 2022-04-26T04:57:30.735179+0000 mgr.smithi136.ofnrfx (mgr.14188) 4314 : cluster [DBG] pgmap v4032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:31 smithi136 bash[11745]: cluster 2022-04-26T04:57:30.735179+0000 mgr.smithi136.ofnrfx (mgr.14188) 4314 : cluster [DBG] pgmap v4032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:33 smithi136 bash[11745]: cluster 2022-04-26T04:57:32.735827+0000 mgr.smithi136.ofnrfx (mgr.14188) 4315 : cluster [DBG] pgmap v4033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:33 smithi145 bash[13673]: cluster 2022-04-26T04:57:32.735827+0000 mgr.smithi136.ofnrfx (mgr.14188) 4315 : cluster [DBG] pgmap v4033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:35.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:35.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:35.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:35.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:36 smithi145 bash[13673]: cluster 2022-04-26T04:57:34.736476+0000 mgr.smithi136.ofnrfx (mgr.14188) 4316 : cluster [DBG] pgmap v4034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:36 smithi145 bash[13673]: audit 2022-04-26T04:57:35.663742+0000 mon.smithi136 (mon.0) 2958 : audit [DBG] from='client.? 172.21.15.136:0/3621673030' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:36.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:36 smithi136 bash[11745]: cluster 2022-04-26T04:57:34.736476+0000 mgr.smithi136.ofnrfx (mgr.14188) 4316 : cluster [DBG] pgmap v4034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:36.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:36 smithi136 bash[11745]: audit 2022-04-26T04:57:35.663742+0000 mon.smithi136 (mon.0) 2958 : audit [DBG] from='client.? 172.21.15.136:0/3621673030' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:38.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:38 smithi145 bash[13673]: cluster 2022-04-26T04:57:36.737141+0000 mgr.smithi136.ofnrfx (mgr.14188) 4317 : cluster [DBG] pgmap v4035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:38 smithi136 bash[11745]: cluster 2022-04-26T04:57:36.737141+0000 mgr.smithi136.ofnrfx (mgr.14188) 4317 : cluster [DBG] pgmap v4035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:40 smithi136 bash[11745]: cluster 2022-04-26T04:57:38.737761+0000 mgr.smithi136.ofnrfx (mgr.14188) 4318 : cluster [DBG] pgmap v4036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:40 smithi145 bash[13673]: cluster 2022-04-26T04:57:38.737761+0000 mgr.smithi136.ofnrfx (mgr.14188) 4318 : cluster [DBG] pgmap v4036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:40.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:40.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:40.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:41.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:41 smithi145 bash[13673]: audit 2022-04-26T04:57:40.987345+0000 mon.smithi136 (mon.0) 2959 : audit [DBG] from='client.? 172.21.15.136:0/1814056810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:41 smithi136 bash[11745]: audit 2022-04-26T04:57:40.987345+0000 mon.smithi136 (mon.0) 2959 : audit [DBG] from='client.? 172.21.15.136:0/1814056810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:42 smithi136 bash[11745]: cluster 2022-04-26T04:57:40.738462+0000 mgr.smithi136.ofnrfx (mgr.14188) 4319 : cluster [DBG] pgmap v4037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:42 smithi145 bash[13673]: cluster 2022-04-26T04:57:40.738462+0000 mgr.smithi136.ofnrfx (mgr.14188) 4319 : cluster [DBG] pgmap v4037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:44 smithi136 bash[11745]: cluster 2022-04-26T04:57:42.739133+0000 mgr.smithi136.ofnrfx (mgr.14188) 4320 : cluster [DBG] pgmap v4038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:44 smithi145 bash[13673]: cluster 2022-04-26T04:57:42.739133+0000 mgr.smithi136.ofnrfx (mgr.14188) 4320 : cluster [DBG] pgmap v4038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:46.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:46.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:46.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:46.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:46 smithi136 bash[11745]: cluster 2022-04-26T04:57:44.739777+0000 mgr.smithi136.ofnrfx (mgr.14188) 4321 : cluster [DBG] pgmap v4039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:46 smithi136 bash[11745]: audit 2022-04-26T04:57:46.315747+0000 mon.smithi136 (mon.0) 2960 : audit [DBG] from='client.? 172.21.15.136:0/1953484209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:46 smithi145 bash[13673]: cluster 2022-04-26T04:57:44.739777+0000 mgr.smithi136.ofnrfx (mgr.14188) 4321 : cluster [DBG] pgmap v4039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:46 smithi145 bash[13673]: audit 2022-04-26T04:57:46.315747+0000 mon.smithi136 (mon.0) 2960 : audit [DBG] from='client.? 172.21.15.136:0/1953484209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:48 smithi136 bash[11745]: cluster 2022-04-26T04:57:46.740461+0000 mgr.smithi136.ofnrfx (mgr.14188) 4322 : cluster [DBG] pgmap v4040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:48 smithi145 bash[13673]: cluster 2022-04-26T04:57:46.740461+0000 mgr.smithi136.ofnrfx (mgr.14188) 4322 : cluster [DBG] pgmap v4040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:50 smithi136 bash[11745]: cluster 2022-04-26T04:57:48.741080+0000 mgr.smithi136.ofnrfx (mgr.14188) 4323 : cluster [DBG] pgmap v4041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:50 smithi145 bash[13673]: cluster 2022-04-26T04:57:48.741080+0000 mgr.smithi136.ofnrfx (mgr.14188) 4323 : cluster [DBG] pgmap v4041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:51.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:51.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:51.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:51.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:52.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:52 smithi136 bash[11745]: cluster 2022-04-26T04:57:50.741710+0000 mgr.smithi136.ofnrfx (mgr.14188) 4324 : cluster [DBG] pgmap v4042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:52.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:52 smithi136 bash[11745]: audit 2022-04-26T04:57:51.638159+0000 mon.smithi136 (mon.0) 2961 : audit [DBG] from='client.? 172.21.15.136:0/1612784047' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:52 smithi145 bash[13673]: cluster 2022-04-26T04:57:50.741710+0000 mgr.smithi136.ofnrfx (mgr.14188) 4324 : cluster [DBG] pgmap v4042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:52 smithi145 bash[13673]: audit 2022-04-26T04:57:51.638159+0000 mon.smithi136 (mon.0) 2961 : audit [DBG] from='client.? 172.21.15.136:0/1612784047' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:54 smithi136 bash[11745]: cluster 2022-04-26T04:57:52.742395+0000 mgr.smithi136.ofnrfx (mgr.14188) 4325 : cluster [DBG] pgmap v4043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:54 smithi145 bash[13673]: cluster 2022-04-26T04:57:52.742395+0000 mgr.smithi136.ofnrfx (mgr.14188) 4325 : cluster [DBG] pgmap v4043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:56.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:57:56.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:57:56.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:57:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:56 smithi136 bash[11745]: cluster 2022-04-26T04:57:54.743034+0000 mgr.smithi136.ofnrfx (mgr.14188) 4326 : cluster [DBG] pgmap v4044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:56 smithi145 bash[13673]: cluster 2022-04-26T04:57:54.743034+0000 mgr.smithi136.ofnrfx (mgr.14188) 4326 : cluster [DBG] pgmap v4044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:56.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:57:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:57 smithi136 bash[11745]: audit 2022-04-26T04:57:56.963618+0000 mon.smithi136 (mon.0) 2962 : audit [DBG] from='client.? 172.21.15.136:0/4202770282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:57 smithi145 bash[13673]: audit 2022-04-26T04:57:56.963618+0000 mon.smithi136 (mon.0) 2962 : audit [DBG] from='client.? 172.21.15.136:0/4202770282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:57:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:57:58 smithi136 bash[11745]: cluster 2022-04-26T04:57:56.743676+0000 mgr.smithi136.ofnrfx (mgr.14188) 4327 : cluster [DBG] pgmap v4045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:57:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:57:58 smithi145 bash[13673]: cluster 2022-04-26T04:57:56.743676+0000 mgr.smithi136.ofnrfx (mgr.14188) 4327 : cluster [DBG] pgmap v4045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:00 smithi136 bash[11745]: cluster 2022-04-26T04:57:58.744310+0000 mgr.smithi136.ofnrfx (mgr.14188) 4328 : cluster [DBG] pgmap v4046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:00 smithi145 bash[13673]: cluster 2022-04-26T04:57:58.744310+0000 mgr.smithi136.ofnrfx (mgr.14188) 4328 : cluster [DBG] pgmap v4046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:01.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:01.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:01.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:02.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:02 smithi136 bash[11745]: cluster 2022-04-26T04:58:00.744973+0000 mgr.smithi136.ofnrfx (mgr.14188) 4329 : cluster [DBG] pgmap v4047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:02.841 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:02 smithi136 bash[11745]: audit 2022-04-26T04:58:02.294415+0000 mon.smithi136 (mon.0) 2963 : audit [DBG] from='client.? 172.21.15.136:0/106096421' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:02.841 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:02 smithi136 bash[11745]: audit 2022-04-26T04:58:02.418263+0000 mon.smithi136 (mon.0) 2964 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:58:02.841 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:02 smithi136 bash[11745]: audit 2022-04-26T04:58:02.421935+0000 mon.smithi136 (mon.0) 2965 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:58:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:02 smithi145 bash[13673]: cluster 2022-04-26T04:58:00.744973+0000 mgr.smithi136.ofnrfx (mgr.14188) 4329 : cluster [DBG] pgmap v4047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:02 smithi145 bash[13673]: audit 2022-04-26T04:58:02.294415+0000 mon.smithi136 (mon.0) 2963 : audit [DBG] from='client.? 172.21.15.136:0/106096421' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:02 smithi145 bash[13673]: audit 2022-04-26T04:58:02.418263+0000 mon.smithi136 (mon.0) 2964 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:58:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:02 smithi145 bash[13673]: audit 2022-04-26T04:58:02.421935+0000 mon.smithi136 (mon.0) 2965 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:58:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:04 smithi136 bash[11745]: cluster 2022-04-26T04:58:02.745608+0000 mgr.smithi136.ofnrfx (mgr.14188) 4330 : cluster [DBG] pgmap v4048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:04 smithi145 bash[13673]: cluster 2022-04-26T04:58:02.745608+0000 mgr.smithi136.ofnrfx (mgr.14188) 4330 : cluster [DBG] pgmap v4048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:06 smithi136 bash[11745]: cluster 2022-04-26T04:58:04.746219+0000 mgr.smithi136.ofnrfx (mgr.14188) 4331 : cluster [DBG] pgmap v4049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:06 smithi145 bash[13673]: cluster 2022-04-26T04:58:04.746219+0000 mgr.smithi136.ofnrfx (mgr.14188) 4331 : cluster [DBG] pgmap v4049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:07.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:07.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:07.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:07.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:08 smithi136 bash[11745]: cluster 2022-04-26T04:58:06.746845+0000 mgr.smithi136.ofnrfx (mgr.14188) 4332 : cluster [DBG] pgmap v4050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:08 smithi136 bash[11745]: audit 2022-04-26T04:58:07.624387+0000 mon.smithi136 (mon.0) 2966 : audit [DBG] from='client.? 172.21.15.136:0/3800242439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:08 smithi145 bash[13673]: cluster 2022-04-26T04:58:06.746845+0000 mgr.smithi136.ofnrfx (mgr.14188) 4332 : cluster [DBG] pgmap v4050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:08 smithi145 bash[13673]: audit 2022-04-26T04:58:07.624387+0000 mon.smithi136 (mon.0) 2966 : audit [DBG] from='client.? 172.21.15.136:0/3800242439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:10 smithi136 bash[11745]: cluster 2022-04-26T04:58:08.747415+0000 mgr.smithi136.ofnrfx (mgr.14188) 4333 : cluster [DBG] pgmap v4051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:10 smithi145 bash[13673]: cluster 2022-04-26T04:58:08.747415+0000 mgr.smithi136.ofnrfx (mgr.14188) 4333 : cluster [DBG] pgmap v4051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:12.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:12.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:12.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:12 smithi136 bash[11745]: cluster 2022-04-26T04:58:10.748082+0000 mgr.smithi136.ofnrfx (mgr.14188) 4334 : cluster [DBG] pgmap v4052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:12 smithi145 bash[13673]: cluster 2022-04-26T04:58:10.748082+0000 mgr.smithi136.ofnrfx (mgr.14188) 4334 : cluster [DBG] pgmap v4052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:12.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:13 smithi136 bash[11745]: audit 2022-04-26T04:58:12.952435+0000 mon.smithi136 (mon.0) 2967 : audit [DBG] from='client.? 172.21.15.136:0/2495366331' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:13 smithi145 bash[13673]: audit 2022-04-26T04:58:12.952435+0000 mon.smithi136 (mon.0) 2967 : audit [DBG] from='client.? 172.21.15.136:0/2495366331' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:14 smithi136 bash[11745]: cluster 2022-04-26T04:58:12.748662+0000 mgr.smithi136.ofnrfx (mgr.14188) 4335 : cluster [DBG] pgmap v4053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:14 smithi145 bash[13673]: cluster 2022-04-26T04:58:12.748662+0000 mgr.smithi136.ofnrfx (mgr.14188) 4335 : cluster [DBG] pgmap v4053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:16 smithi136 bash[11745]: cluster 2022-04-26T04:58:14.749294+0000 mgr.smithi136.ofnrfx (mgr.14188) 4336 : cluster [DBG] pgmap v4054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:16 smithi145 bash[13673]: cluster 2022-04-26T04:58:14.749294+0000 mgr.smithi136.ofnrfx (mgr.14188) 4336 : cluster [DBG] pgmap v4054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:17.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:17.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:17.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:18.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:18 smithi136 bash[11745]: cluster 2022-04-26T04:58:16.749922+0000 mgr.smithi136.ofnrfx (mgr.14188) 4337 : cluster [DBG] pgmap v4055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:18 smithi136 bash[11745]: audit 2022-04-26T04:58:18.278363+0000 mon.smithi136 (mon.0) 2968 : audit [DBG] from='client.? 172.21.15.136:0/2191508989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:18 smithi145 bash[13673]: cluster 2022-04-26T04:58:16.749922+0000 mgr.smithi136.ofnrfx (mgr.14188) 4337 : cluster [DBG] pgmap v4055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:18 smithi145 bash[13673]: audit 2022-04-26T04:58:18.278363+0000 mon.smithi136 (mon.0) 2968 : audit [DBG] from='client.? 172.21.15.136:0/2191508989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:20 smithi136 bash[11745]: cluster 2022-04-26T04:58:18.750555+0000 mgr.smithi136.ofnrfx (mgr.14188) 4338 : cluster [DBG] pgmap v4056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:20 smithi145 bash[13673]: cluster 2022-04-26T04:58:18.750555+0000 mgr.smithi136.ofnrfx (mgr.14188) 4338 : cluster [DBG] pgmap v4056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:22 smithi136 bash[11745]: cluster 2022-04-26T04:58:20.751204+0000 mgr.smithi136.ofnrfx (mgr.14188) 4339 : cluster [DBG] pgmap v4057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:22 smithi145 bash[13673]: cluster 2022-04-26T04:58:20.751204+0000 mgr.smithi136.ofnrfx (mgr.14188) 4339 : cluster [DBG] pgmap v4057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:23.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:23.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:23.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:23.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:24 smithi136 bash[11745]: cluster 2022-04-26T04:58:22.751885+0000 mgr.smithi136.ofnrfx (mgr.14188) 4340 : cluster [DBG] pgmap v4058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:24 smithi136 bash[11745]: audit 2022-04-26T04:58:23.603254+0000 mon.smithi136 (mon.0) 2969 : audit [DBG] from='client.? 172.21.15.136:0/599530794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:24 smithi136 bash[11745]: audit 2022-04-26T04:58:24.118000+0000 mon.smithi136 (mon.0) 2970 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:58:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:24 smithi136 bash[11745]: audit 2022-04-26T04:58:24.120891+0000 mon.smithi136 (mon.0) 2971 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:58:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:24 smithi136 bash[11745]: audit 2022-04-26T04:58:24.122813+0000 mon.smithi136 (mon.0) 2972 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:58:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:24 smithi136 bash[11745]: audit 2022-04-26T04:58:24.433584+0000 mon.smithi136 (mon.0) 2973 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:58:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:24 smithi136 bash[11745]: audit 2022-04-26T04:58:24.439700+0000 mon.smithi136 (mon.0) 2974 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:58:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:24 smithi145 bash[13673]: cluster 2022-04-26T04:58:22.751885+0000 mgr.smithi136.ofnrfx (mgr.14188) 4340 : cluster [DBG] pgmap v4058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:24 smithi145 bash[13673]: audit 2022-04-26T04:58:23.603254+0000 mon.smithi136 (mon.0) 2969 : audit [DBG] from='client.? 172.21.15.136:0/599530794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:24 smithi145 bash[13673]: audit 2022-04-26T04:58:24.118000+0000 mon.smithi136 (mon.0) 2970 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:58:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:24 smithi145 bash[13673]: audit 2022-04-26T04:58:24.120891+0000 mon.smithi136 (mon.0) 2971 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:58:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:24 smithi145 bash[13673]: audit 2022-04-26T04:58:24.122813+0000 mon.smithi136 (mon.0) 2972 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:58:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:24 smithi145 bash[13673]: audit 2022-04-26T04:58:24.433584+0000 mon.smithi136 (mon.0) 2973 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:58:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:24 smithi145 bash[13673]: audit 2022-04-26T04:58:24.439700+0000 mon.smithi136 (mon.0) 2974 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:58:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:25 smithi136 bash[11745]: cluster 2022-04-26T04:58:24.428793+0000 mgr.smithi136.ofnrfx (mgr.14188) 4341 : cluster [DBG] pgmap v4059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:25 smithi136 bash[11745]: cluster 2022-04-26T04:58:24.429063+0000 mgr.smithi136.ofnrfx (mgr.14188) 4342 : cluster [DBG] pgmap v4060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:25 smithi136 bash[11745]: cephadm 2022-04-26T04:58:24.440810+0000 mgr.smithi136.ofnrfx (mgr.14188) 4343 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:58:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:25 smithi136 bash[11745]: cephadm 2022-04-26T04:58:24.440957+0000 mgr.smithi136.ofnrfx (mgr.14188) 4344 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:58:25.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:25 smithi145 bash[13673]: cluster 2022-04-26T04:58:24.428793+0000 mgr.smithi136.ofnrfx (mgr.14188) 4341 : cluster [DBG] pgmap v4059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:25 smithi145 bash[13673]: cluster 2022-04-26T04:58:24.429063+0000 mgr.smithi136.ofnrfx (mgr.14188) 4342 : cluster [DBG] pgmap v4060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:25 smithi145 bash[13673]: cephadm 2022-04-26T04:58:24.440810+0000 mgr.smithi136.ofnrfx (mgr.14188) 4343 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:58:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:25 smithi145 bash[13673]: cephadm 2022-04-26T04:58:24.440957+0000 mgr.smithi136.ofnrfx (mgr.14188) 4344 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:58:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:27 smithi136 bash[11745]: cluster 2022-04-26T04:58:26.429697+0000 mgr.smithi136.ofnrfx (mgr.14188) 4345 : cluster [DBG] pgmap v4061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:27 smithi145 bash[13673]: cluster 2022-04-26T04:58:26.429697+0000 mgr.smithi136.ofnrfx (mgr.14188) 4345 : cluster [DBG] pgmap v4061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:28.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:28.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:28.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:28.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:29 smithi136 bash[11745]: cluster 2022-04-26T04:58:28.430316+0000 mgr.smithi136.ofnrfx (mgr.14188) 4346 : cluster [DBG] pgmap v4062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:29 smithi136 bash[11745]: audit 2022-04-26T04:58:28.929316+0000 mon.smithi136 (mon.0) 2975 : audit [DBG] from='client.? 172.21.15.136:0/2221308977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:29 smithi145 bash[13673]: cluster 2022-04-26T04:58:28.430316+0000 mgr.smithi136.ofnrfx (mgr.14188) 4346 : cluster [DBG] pgmap v4062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:29 smithi145 bash[13673]: audit 2022-04-26T04:58:28.929316+0000 mon.smithi136 (mon.0) 2975 : audit [DBG] from='client.? 172.21.15.136:0/2221308977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:31 smithi136 bash[11745]: cluster 2022-04-26T04:58:30.431004+0000 mgr.smithi136.ofnrfx (mgr.14188) 4347 : cluster [DBG] pgmap v4063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:31 smithi145 bash[13673]: cluster 2022-04-26T04:58:30.431004+0000 mgr.smithi136.ofnrfx (mgr.14188) 4347 : cluster [DBG] pgmap v4063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:33 smithi136 bash[11745]: cluster 2022-04-26T04:58:32.431697+0000 mgr.smithi136.ofnrfx (mgr.14188) 4348 : cluster [DBG] pgmap v4064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:33 smithi145 bash[13673]: cluster 2022-04-26T04:58:32.431697+0000 mgr.smithi136.ofnrfx (mgr.14188) 4348 : cluster [DBG] pgmap v4064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:33.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:33.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:33.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:34.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:34 smithi136 bash[11745]: audit 2022-04-26T04:58:34.267961+0000 mon.smithi136 (mon.0) 2976 : audit [DBG] from='client.? 172.21.15.136:0/342272418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:34 smithi145 bash[13673]: audit 2022-04-26T04:58:34.267961+0000 mon.smithi136 (mon.0) 2976 : audit [DBG] from='client.? 172.21.15.136:0/342272418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:35 smithi136 bash[11745]: cluster 2022-04-26T04:58:34.432356+0000 mgr.smithi136.ofnrfx (mgr.14188) 4349 : cluster [DBG] pgmap v4065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:35 smithi145 bash[13673]: cluster 2022-04-26T04:58:34.432356+0000 mgr.smithi136.ofnrfx (mgr.14188) 4349 : cluster [DBG] pgmap v4065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:37 smithi136 bash[11745]: cluster 2022-04-26T04:58:36.432987+0000 mgr.smithi136.ofnrfx (mgr.14188) 4350 : cluster [DBG] pgmap v4066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:37 smithi145 bash[13673]: cluster 2022-04-26T04:58:36.432987+0000 mgr.smithi136.ofnrfx (mgr.14188) 4350 : cluster [DBG] pgmap v4066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:39.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:39.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:39.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:39.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:39 smithi136 bash[11745]: cluster 2022-04-26T04:58:38.433643+0000 mgr.smithi136.ofnrfx (mgr.14188) 4351 : cluster [DBG] pgmap v4067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:39 smithi145 bash[13673]: cluster 2022-04-26T04:58:38.433643+0000 mgr.smithi136.ofnrfx (mgr.14188) 4351 : cluster [DBG] pgmap v4067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:40 smithi136 bash[11745]: audit 2022-04-26T04:58:39.599004+0000 mon.smithi136 (mon.0) 2977 : audit [DBG] from='client.? 172.21.15.136:0/3730363642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:40 smithi145 bash[13673]: audit 2022-04-26T04:58:39.599004+0000 mon.smithi136 (mon.0) 2977 : audit [DBG] from='client.? 172.21.15.136:0/3730363642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:41 smithi136 bash[11745]: cluster 2022-04-26T04:58:40.434215+0000 mgr.smithi136.ofnrfx (mgr.14188) 4352 : cluster [DBG] pgmap v4068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:41 smithi145 bash[13673]: cluster 2022-04-26T04:58:40.434215+0000 mgr.smithi136.ofnrfx (mgr.14188) 4352 : cluster [DBG] pgmap v4068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:43 smithi136 bash[11745]: cluster 2022-04-26T04:58:42.434868+0000 mgr.smithi136.ofnrfx (mgr.14188) 4353 : cluster [DBG] pgmap v4069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:43 smithi145 bash[13673]: cluster 2022-04-26T04:58:42.434868+0000 mgr.smithi136.ofnrfx (mgr.14188) 4353 : cluster [DBG] pgmap v4069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:44.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:44.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:44.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:44.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:45 smithi136 bash[11745]: cluster 2022-04-26T04:58:44.435595+0000 mgr.smithi136.ofnrfx (mgr.14188) 4354 : cluster [DBG] pgmap v4070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:45 smithi136 bash[11745]: audit 2022-04-26T04:58:44.922329+0000 mon.smithi136 (mon.0) 2978 : audit [DBG] from='client.? 172.21.15.136:0/357783880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:45 smithi145 bash[13673]: cluster 2022-04-26T04:58:44.435595+0000 mgr.smithi136.ofnrfx (mgr.14188) 4354 : cluster [DBG] pgmap v4070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:45 smithi145 bash[13673]: audit 2022-04-26T04:58:44.922329+0000 mon.smithi136 (mon.0) 2978 : audit [DBG] from='client.? 172.21.15.136:0/357783880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:47 smithi136 bash[11745]: cluster 2022-04-26T04:58:46.436230+0000 mgr.smithi136.ofnrfx (mgr.14188) 4355 : cluster [DBG] pgmap v4071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:47 smithi145 bash[13673]: cluster 2022-04-26T04:58:46.436230+0000 mgr.smithi136.ofnrfx (mgr.14188) 4355 : cluster [DBG] pgmap v4071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:49 smithi136 bash[11745]: cluster 2022-04-26T04:58:48.436838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4356 : cluster [DBG] pgmap v4072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:49 smithi145 bash[13673]: cluster 2022-04-26T04:58:48.436838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4356 : cluster [DBG] pgmap v4072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:49.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:49.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:49.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:50.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:50 smithi136 bash[11745]: audit 2022-04-26T04:58:50.246433+0000 mon.smithi136 (mon.0) 2979 : audit [DBG] from='client.? 172.21.15.136:0/3651911790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:50 smithi145 bash[13673]: audit 2022-04-26T04:58:50.246433+0000 mon.smithi136 (mon.0) 2979 : audit [DBG] from='client.? 172.21.15.136:0/3651911790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:51 smithi136 bash[11745]: cluster 2022-04-26T04:58:50.437385+0000 mgr.smithi136.ofnrfx (mgr.14188) 4357 : cluster [DBG] pgmap v4073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:51 smithi145 bash[13673]: cluster 2022-04-26T04:58:50.437385+0000 mgr.smithi136.ofnrfx (mgr.14188) 4357 : cluster [DBG] pgmap v4073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:53 smithi136 bash[11745]: cluster 2022-04-26T04:58:52.438020+0000 mgr.smithi136.ofnrfx (mgr.14188) 4358 : cluster [DBG] pgmap v4074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:53 smithi145 bash[13673]: cluster 2022-04-26T04:58:52.438020+0000 mgr.smithi136.ofnrfx (mgr.14188) 4358 : cluster [DBG] pgmap v4074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:55.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:58:55.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:58:55.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:58:55.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:58:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:55 smithi136 bash[11745]: cluster 2022-04-26T04:58:54.438616+0000 mgr.smithi136.ofnrfx (mgr.14188) 4359 : cluster [DBG] pgmap v4075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:55 smithi145 bash[13673]: cluster 2022-04-26T04:58:54.438616+0000 mgr.smithi136.ofnrfx (mgr.14188) 4359 : cluster [DBG] pgmap v4075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:56 smithi136 bash[11745]: audit 2022-04-26T04:58:55.574480+0000 mon.smithi136 (mon.0) 2980 : audit [DBG] from='client.? 172.21.15.136:0/2444822674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:56 smithi145 bash[13673]: audit 2022-04-26T04:58:55.574480+0000 mon.smithi136 (mon.0) 2980 : audit [DBG] from='client.? 172.21.15.136:0/2444822674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:58:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:57 smithi145 bash[13673]: cluster 2022-04-26T04:58:56.439338+0000 mgr.smithi136.ofnrfx (mgr.14188) 4360 : cluster [DBG] pgmap v4076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:57 smithi136 bash[11745]: cluster 2022-04-26T04:58:56.439338+0000 mgr.smithi136.ofnrfx (mgr.14188) 4360 : cluster [DBG] pgmap v4076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:58:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:58:59 smithi145 bash[13673]: cluster 2022-04-26T04:58:58.440015+0000 mgr.smithi136.ofnrfx (mgr.14188) 4361 : cluster [DBG] pgmap v4077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:58:59 smithi136 bash[11745]: cluster 2022-04-26T04:58:58.440015+0000 mgr.smithi136.ofnrfx (mgr.14188) 4361 : cluster [DBG] pgmap v4077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:00.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:00.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:00.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:00.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:01 smithi136 bash[11745]: cluster 2022-04-26T04:59:00.440688+0000 mgr.smithi136.ofnrfx (mgr.14188) 4362 : cluster [DBG] pgmap v4078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:01.822 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:01 smithi136 bash[11745]: audit 2022-04-26T04:59:00.903583+0000 mon.smithi136 (mon.0) 2981 : audit [DBG] from='client.? 172.21.15.136:0/2438778756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:01 smithi145 bash[13673]: cluster 2022-04-26T04:59:00.440688+0000 mgr.smithi136.ofnrfx (mgr.14188) 4362 : cluster [DBG] pgmap v4078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:01 smithi145 bash[13673]: audit 2022-04-26T04:59:00.903583+0000 mon.smithi136 (mon.0) 2981 : audit [DBG] from='client.? 172.21.15.136:0/2438778756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:02 smithi136 bash[11745]: audit 2022-04-26T04:59:02.422400+0000 mon.smithi136 (mon.0) 2982 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:59:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:02 smithi136 bash[11745]: audit 2022-04-26T04:59:02.426286+0000 mon.smithi136 (mon.0) 2983 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:59:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:02 smithi145 bash[13673]: audit 2022-04-26T04:59:02.422400+0000 mon.smithi136 (mon.0) 2982 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T04:59:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:02 smithi145 bash[13673]: audit 2022-04-26T04:59:02.426286+0000 mon.smithi136 (mon.0) 2983 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T04:59:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:03 smithi136 bash[11745]: cluster 2022-04-26T04:59:02.441350+0000 mgr.smithi136.ofnrfx (mgr.14188) 4363 : cluster [DBG] pgmap v4079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:03 smithi145 bash[13673]: cluster 2022-04-26T04:59:02.441350+0000 mgr.smithi136.ofnrfx (mgr.14188) 4363 : cluster [DBG] pgmap v4079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:05 smithi136 bash[11745]: cluster 2022-04-26T04:59:04.441939+0000 mgr.smithi136.ofnrfx (mgr.14188) 4364 : cluster [DBG] pgmap v4080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:05 smithi145 bash[13673]: cluster 2022-04-26T04:59:04.441939+0000 mgr.smithi136.ofnrfx (mgr.14188) 4364 : cluster [DBG] pgmap v4080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:05.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:05.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:05.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:06.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:06 smithi136 bash[11745]: audit 2022-04-26T04:59:06.228821+0000 mon.smithi136 (mon.0) 2984 : audit [DBG] from='client.? 172.21.15.136:0/1752626350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:06 smithi145 bash[13673]: audit 2022-04-26T04:59:06.228821+0000 mon.smithi136 (mon.0) 2984 : audit [DBG] from='client.? 172.21.15.136:0/1752626350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:07 smithi136 bash[11745]: cluster 2022-04-26T04:59:06.442691+0000 mgr.smithi136.ofnrfx (mgr.14188) 4365 : cluster [DBG] pgmap v4081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:07 smithi145 bash[13673]: cluster 2022-04-26T04:59:06.442691+0000 mgr.smithi136.ofnrfx (mgr.14188) 4365 : cluster [DBG] pgmap v4081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:09 smithi136 bash[11745]: cluster 2022-04-26T04:59:08.443392+0000 mgr.smithi136.ofnrfx (mgr.14188) 4366 : cluster [DBG] pgmap v4082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:09 smithi145 bash[13673]: cluster 2022-04-26T04:59:08.443392+0000 mgr.smithi136.ofnrfx (mgr.14188) 4366 : cluster [DBG] pgmap v4082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:11.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:11.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:11.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:11.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:11 smithi136 bash[11745]: cluster 2022-04-26T04:59:10.444014+0000 mgr.smithi136.ofnrfx (mgr.14188) 4367 : cluster [DBG] pgmap v4083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:11 smithi145 bash[13673]: cluster 2022-04-26T04:59:10.444014+0000 mgr.smithi136.ofnrfx (mgr.14188) 4367 : cluster [DBG] pgmap v4083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:12 smithi136 bash[11745]: audit 2022-04-26T04:59:11.559977+0000 mon.smithi136 (mon.0) 2985 : audit [DBG] from='client.? 172.21.15.136:0/2082592858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:12 smithi145 bash[13673]: audit 2022-04-26T04:59:11.559977+0000 mon.smithi136 (mon.0) 2985 : audit [DBG] from='client.? 172.21.15.136:0/2082592858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:13 smithi136 bash[11745]: cluster 2022-04-26T04:59:12.444636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4368 : cluster [DBG] pgmap v4084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:13 smithi145 bash[13673]: cluster 2022-04-26T04:59:12.444636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4368 : cluster [DBG] pgmap v4084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:15 smithi136 bash[11745]: cluster 2022-04-26T04:59:14.445265+0000 mgr.smithi136.ofnrfx (mgr.14188) 4369 : cluster [DBG] pgmap v4085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:15 smithi145 bash[13673]: cluster 2022-04-26T04:59:14.445265+0000 mgr.smithi136.ofnrfx (mgr.14188) 4369 : cluster [DBG] pgmap v4085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:16.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:16.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:16.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:16.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:17 smithi136 bash[11745]: cluster 2022-04-26T04:59:16.445867+0000 mgr.smithi136.ofnrfx (mgr.14188) 4370 : cluster [DBG] pgmap v4086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:17 smithi136 bash[11745]: audit 2022-04-26T04:59:16.892177+0000 mon.smithi136 (mon.0) 2986 : audit [DBG] from='client.? 172.21.15.136:0/3193189255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:17 smithi145 bash[13673]: cluster 2022-04-26T04:59:16.445867+0000 mgr.smithi136.ofnrfx (mgr.14188) 4370 : cluster [DBG] pgmap v4086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:17 smithi145 bash[13673]: audit 2022-04-26T04:59:16.892177+0000 mon.smithi136 (mon.0) 2986 : audit [DBG] from='client.? 172.21.15.136:0/3193189255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:19 smithi136 bash[11745]: cluster 2022-04-26T04:59:18.446485+0000 mgr.smithi136.ofnrfx (mgr.14188) 4371 : cluster [DBG] pgmap v4087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:19 smithi145 bash[13673]: cluster 2022-04-26T04:59:18.446485+0000 mgr.smithi136.ofnrfx (mgr.14188) 4371 : cluster [DBG] pgmap v4087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:21 smithi136 bash[11745]: cluster 2022-04-26T04:59:20.447113+0000 mgr.smithi136.ofnrfx (mgr.14188) 4372 : cluster [DBG] pgmap v4088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:21 smithi145 bash[13673]: cluster 2022-04-26T04:59:20.447113+0000 mgr.smithi136.ofnrfx (mgr.14188) 4372 : cluster [DBG] pgmap v4088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:21.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:21.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:21.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:22.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:22 smithi136 bash[11745]: audit 2022-04-26T04:59:22.215849+0000 mon.smithi136 (mon.0) 2987 : audit [DBG] from='client.? 172.21.15.136:0/4124398992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:22 smithi145 bash[13673]: audit 2022-04-26T04:59:22.215849+0000 mon.smithi136 (mon.0) 2987 : audit [DBG] from='client.? 172.21.15.136:0/4124398992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:23 smithi136 bash[11745]: cluster 2022-04-26T04:59:22.447843+0000 mgr.smithi136.ofnrfx (mgr.14188) 4373 : cluster [DBG] pgmap v4089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:23 smithi145 bash[13673]: cluster 2022-04-26T04:59:22.447843+0000 mgr.smithi136.ofnrfx (mgr.14188) 4373 : cluster [DBG] pgmap v4089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:24 smithi136 bash[11745]: audit 2022-04-26T04:59:24.448751+0000 mon.smithi136 (mon.0) 2988 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:59:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:24 smithi136 bash[11745]: audit 2022-04-26T04:59:24.451672+0000 mon.smithi136 (mon.0) 2989 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:59:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:24 smithi136 bash[11745]: audit 2022-04-26T04:59:24.453685+0000 mon.smithi136 (mon.0) 2990 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:59:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:24 smithi145 bash[13673]: audit 2022-04-26T04:59:24.448751+0000 mon.smithi136 (mon.0) 2988 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T04:59:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:24 smithi145 bash[13673]: audit 2022-04-26T04:59:24.451672+0000 mon.smithi136 (mon.0) 2989 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T04:59:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:24 smithi145 bash[13673]: audit 2022-04-26T04:59:24.453685+0000 mon.smithi136 (mon.0) 2990 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T04:59:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:25 smithi136 bash[11745]: cluster 2022-04-26T04:59:24.448543+0000 mgr.smithi136.ofnrfx (mgr.14188) 4374 : cluster [DBG] pgmap v4090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:25 smithi136 bash[11745]: audit 2022-04-26T04:59:24.761826+0000 mon.smithi136 (mon.0) 2991 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:59:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:25 smithi136 bash[11745]: audit 2022-04-26T04:59:24.767995+0000 mon.smithi136 (mon.0) 2992 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:59:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:25 smithi145 bash[13673]: cluster 2022-04-26T04:59:24.448543+0000 mgr.smithi136.ofnrfx (mgr.14188) 4374 : cluster [DBG] pgmap v4090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:25 smithi145 bash[13673]: audit 2022-04-26T04:59:24.761826+0000 mon.smithi136 (mon.0) 2991 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T04:59:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:25 smithi145 bash[13673]: audit 2022-04-26T04:59:24.767995+0000 mon.smithi136 (mon.0) 2992 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T04:59:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:26 smithi136 bash[11745]: cluster 2022-04-26T04:59:24.754526+0000 mgr.smithi136.ofnrfx (mgr.14188) 4375 : cluster [DBG] pgmap v4091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:26 smithi136 bash[11745]: cluster 2022-04-26T04:59:24.754826+0000 mgr.smithi136.ofnrfx (mgr.14188) 4376 : cluster [DBG] pgmap v4092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:26 smithi136 bash[11745]: cephadm 2022-04-26T04:59:24.769228+0000 mgr.smithi136.ofnrfx (mgr.14188) 4377 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:59:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:26 smithi136 bash[11745]: cephadm 2022-04-26T04:59:24.769342+0000 mgr.smithi136.ofnrfx (mgr.14188) 4378 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:59:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:26 smithi145 bash[13673]: cluster 2022-04-26T04:59:24.754526+0000 mgr.smithi136.ofnrfx (mgr.14188) 4375 : cluster [DBG] pgmap v4091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:26 smithi145 bash[13673]: cluster 2022-04-26T04:59:24.754826+0000 mgr.smithi136.ofnrfx (mgr.14188) 4376 : cluster [DBG] pgmap v4092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:26 smithi145 bash[13673]: cephadm 2022-04-26T04:59:24.769228+0000 mgr.smithi136.ofnrfx (mgr.14188) 4377 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T04:59:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:26 smithi145 bash[13673]: cephadm 2022-04-26T04:59:24.769342+0000 mgr.smithi136.ofnrfx (mgr.14188) 4378 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T04:59:27.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:27.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:27.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:27.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:28 smithi136 bash[11745]: cluster 2022-04-26T04:59:26.755399+0000 mgr.smithi136.ofnrfx (mgr.14188) 4379 : cluster [DBG] pgmap v4093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:28 smithi136 bash[11745]: audit 2022-04-26T04:59:27.546215+0000 mon.smithi136 (mon.0) 2993 : audit [DBG] from='client.? 172.21.15.136:0/1587735355' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:28 smithi145 bash[13673]: cluster 2022-04-26T04:59:26.755399+0000 mgr.smithi136.ofnrfx (mgr.14188) 4379 : cluster [DBG] pgmap v4093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:28 smithi145 bash[13673]: audit 2022-04-26T04:59:27.546215+0000 mon.smithi136 (mon.0) 2993 : audit [DBG] from='client.? 172.21.15.136:0/1587735355' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:30 smithi136 bash[11745]: cluster 2022-04-26T04:59:28.756010+0000 mgr.smithi136.ofnrfx (mgr.14188) 4380 : cluster [DBG] pgmap v4094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:30 smithi145 bash[13673]: cluster 2022-04-26T04:59:28.756010+0000 mgr.smithi136.ofnrfx (mgr.14188) 4380 : cluster [DBG] pgmap v4094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:32.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:32.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:32.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:32 smithi136 bash[11745]: cluster 2022-04-26T04:59:30.756605+0000 mgr.smithi136.ofnrfx (mgr.14188) 4381 : cluster [DBG] pgmap v4095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:32.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:32 smithi145 bash[13673]: cluster 2022-04-26T04:59:30.756605+0000 mgr.smithi136.ofnrfx (mgr.14188) 4381 : cluster [DBG] pgmap v4095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:33 smithi136 bash[11745]: audit 2022-04-26T04:59:32.874646+0000 mon.smithi136 (mon.0) 2994 : audit [DBG] from='client.? 172.21.15.136:0/2466905087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:33 smithi145 bash[13673]: audit 2022-04-26T04:59:32.874646+0000 mon.smithi136 (mon.0) 2994 : audit [DBG] from='client.? 172.21.15.136:0/2466905087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:34 smithi136 bash[11745]: cluster 2022-04-26T04:59:32.757226+0000 mgr.smithi136.ofnrfx (mgr.14188) 4382 : cluster [DBG] pgmap v4096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:34 smithi145 bash[13673]: cluster 2022-04-26T04:59:32.757226+0000 mgr.smithi136.ofnrfx (mgr.14188) 4382 : cluster [DBG] pgmap v4096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:36 smithi136 bash[11745]: cluster 2022-04-26T04:59:34.757841+0000 mgr.smithi136.ofnrfx (mgr.14188) 4383 : cluster [DBG] pgmap v4097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:36 smithi145 bash[13673]: cluster 2022-04-26T04:59:34.757841+0000 mgr.smithi136.ofnrfx (mgr.14188) 4383 : cluster [DBG] pgmap v4097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:37.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:37.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:37.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:38.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:38 smithi136 bash[11745]: cluster 2022-04-26T04:59:36.758451+0000 mgr.smithi136.ofnrfx (mgr.14188) 4384 : cluster [DBG] pgmap v4098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:38 smithi136 bash[11745]: audit 2022-04-26T04:59:38.216540+0000 mon.smithi136 (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.136:0/2719624395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:38 smithi145 bash[13673]: cluster 2022-04-26T04:59:36.758451+0000 mgr.smithi136.ofnrfx (mgr.14188) 4384 : cluster [DBG] pgmap v4098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:38 smithi145 bash[13673]: audit 2022-04-26T04:59:38.216540+0000 mon.smithi136 (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.136:0/2719624395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:40 smithi145 bash[13673]: cluster 2022-04-26T04:59:38.759043+0000 mgr.smithi136.ofnrfx (mgr.14188) 4385 : cluster [DBG] pgmap v4099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:40 smithi136 bash[11745]: cluster 2022-04-26T04:59:38.759043+0000 mgr.smithi136.ofnrfx (mgr.14188) 4385 : cluster [DBG] pgmap v4099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:42 smithi145 bash[13673]: cluster 2022-04-26T04:59:40.759732+0000 mgr.smithi136.ofnrfx (mgr.14188) 4386 : cluster [DBG] pgmap v4100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:42 smithi136 bash[11745]: cluster 2022-04-26T04:59:40.759732+0000 mgr.smithi136.ofnrfx (mgr.14188) 4386 : cluster [DBG] pgmap v4100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:43.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:43.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:43.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:43.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:43 smithi145 bash[13673]: audit 2022-04-26T04:59:43.556115+0000 mon.smithi136 (mon.0) 2996 : audit [DBG] from='client.? 172.21.15.136:0/1076357323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:43 smithi136 bash[11745]: audit 2022-04-26T04:59:43.556115+0000 mon.smithi136 (mon.0) 2996 : audit [DBG] from='client.? 172.21.15.136:0/1076357323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:44 smithi145 bash[13673]: cluster 2022-04-26T04:59:42.760389+0000 mgr.smithi136.ofnrfx (mgr.14188) 4387 : cluster [DBG] pgmap v4101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:44 smithi136 bash[11745]: cluster 2022-04-26T04:59:42.760389+0000 mgr.smithi136.ofnrfx (mgr.14188) 4387 : cluster [DBG] pgmap v4101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:46 smithi145 bash[13673]: cluster 2022-04-26T04:59:44.760989+0000 mgr.smithi136.ofnrfx (mgr.14188) 4388 : cluster [DBG] pgmap v4102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:46 smithi136 bash[11745]: cluster 2022-04-26T04:59:44.760989+0000 mgr.smithi136.ofnrfx (mgr.14188) 4388 : cluster [DBG] pgmap v4102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:47 smithi145 bash[13673]: cluster 2022-04-26T04:59:46.761641+0000 mgr.smithi136.ofnrfx (mgr.14188) 4389 : cluster [DBG] pgmap v4103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:47 smithi136 bash[11745]: cluster 2022-04-26T04:59:46.761641+0000 mgr.smithi136.ofnrfx (mgr.14188) 4389 : cluster [DBG] pgmap v4103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:48.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:48.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:48.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:48.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:49 smithi145 bash[13673]: cluster 2022-04-26T04:59:48.762202+0000 mgr.smithi136.ofnrfx (mgr.14188) 4390 : cluster [DBG] pgmap v4104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:49 smithi145 bash[13673]: audit 2022-04-26T04:59:48.891979+0000 mon.smithi136 (mon.0) 2997 : audit [DBG] from='client.? 172.21.15.136:0/3761695499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:50.304 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:49 smithi136 bash[11745]: cluster 2022-04-26T04:59:48.762202+0000 mgr.smithi136.ofnrfx (mgr.14188) 4390 : cluster [DBG] pgmap v4104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:50.305 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:49 smithi136 bash[11745]: audit 2022-04-26T04:59:48.891979+0000 mon.smithi136 (mon.0) 2997 : audit [DBG] from='client.? 172.21.15.136:0/3761695499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:52 smithi136 bash[11745]: cluster 2022-04-26T04:59:50.762781+0000 mgr.smithi136.ofnrfx (mgr.14188) 4391 : cluster [DBG] pgmap v4105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:52 smithi145 bash[13673]: cluster 2022-04-26T04:59:50.762781+0000 mgr.smithi136.ofnrfx (mgr.14188) 4391 : cluster [DBG] pgmap v4105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:53.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:53.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:53.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:54.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T04:59:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:54 smithi136 bash[11745]: cluster 2022-04-26T04:59:52.763422+0000 mgr.smithi136.ofnrfx (mgr.14188) 4392 : cluster [DBG] pgmap v4106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:54 smithi136 bash[11745]: audit 2022-04-26T04:59:54.220149+0000 mon.smithi136 (mon.0) 2998 : audit [DBG] from='client.? 172.21.15.136:0/3873039385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:54 smithi145 bash[13673]: cluster 2022-04-26T04:59:52.763422+0000 mgr.smithi136.ofnrfx (mgr.14188) 4392 : cluster [DBG] pgmap v4106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:54.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:54 smithi145 bash[13673]: audit 2022-04-26T04:59:54.220149+0000 mon.smithi136 (mon.0) 2998 : audit [DBG] from='client.? 172.21.15.136:0/3873039385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T04:59:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:56 smithi136 bash[11745]: cluster 2022-04-26T04:59:54.764168+0000 mgr.smithi136.ofnrfx (mgr.14188) 4393 : cluster [DBG] pgmap v4107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:56 smithi145 bash[13673]: cluster 2022-04-26T04:59:54.764168+0000 mgr.smithi136.ofnrfx (mgr.14188) 4393 : cluster [DBG] pgmap v4107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 04:59:58 smithi136 bash[11745]: cluster 2022-04-26T04:59:56.764840+0000 mgr.smithi136.ofnrfx (mgr.14188) 4394 : cluster [DBG] pgmap v4108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 04:59:58 smithi145 bash[13673]: cluster 2022-04-26T04:59:56.764840+0000 mgr.smithi136.ofnrfx (mgr.14188) 4394 : cluster [DBG] pgmap v4108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T04:59:59.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T04:59:59.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T04:59:59.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T04:59:59.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:00 smithi136 bash[11745]: cluster 2022-04-26T04:59:58.765437+0000 mgr.smithi136.ofnrfx (mgr.14188) 4395 : cluster [DBG] pgmap v4109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:00 smithi136 bash[11745]: audit 2022-04-26T04:59:59.551383+0000 mon.smithi136 (mon.0) 2999 : audit [DBG] from='client.? 172.21.15.136:0/1896694209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:00 smithi136 bash[11745]: cluster 2022-04-26T05:00:00.000162+0000 mon.smithi136 (mon.0) 3000 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:00:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:00 smithi145 bash[13673]: cluster 2022-04-26T04:59:58.765437+0000 mgr.smithi136.ofnrfx (mgr.14188) 4395 : cluster [DBG] pgmap v4109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:00 smithi145 bash[13673]: audit 2022-04-26T04:59:59.551383+0000 mon.smithi136 (mon.0) 2999 : audit [DBG] from='client.? 172.21.15.136:0/1896694209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:00 smithi145 bash[13673]: cluster 2022-04-26T05:00:00.000162+0000 mon.smithi136 (mon.0) 3000 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:00:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:02 smithi136 bash[11745]: cluster 2022-04-26T05:00:00.766131+0000 mgr.smithi136.ofnrfx (mgr.14188) 4396 : cluster [DBG] pgmap v4110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:02 smithi136 bash[11745]: audit 2022-04-26T05:00:02.426554+0000 mon.smithi136 (mon.0) 3001 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:00:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:02 smithi136 bash[11745]: audit 2022-04-26T05:00:02.430255+0000 mon.smithi136 (mon.0) 3002 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:00:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:02 smithi145 bash[13673]: cluster 2022-04-26T05:00:00.766131+0000 mgr.smithi136.ofnrfx (mgr.14188) 4396 : cluster [DBG] pgmap v4110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:02 smithi145 bash[13673]: audit 2022-04-26T05:00:02.426554+0000 mon.smithi136 (mon.0) 3001 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:00:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:02 smithi145 bash[13673]: audit 2022-04-26T05:00:02.430255+0000 mon.smithi136 (mon.0) 3002 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:00:04.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:04.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:04.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:04 smithi136 bash[11745]: cluster 2022-04-26T05:00:02.766801+0000 mgr.smithi136.ofnrfx (mgr.14188) 4397 : cluster [DBG] pgmap v4111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:04.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:04 smithi145 bash[13673]: cluster 2022-04-26T05:00:02.766801+0000 mgr.smithi136.ofnrfx (mgr.14188) 4397 : cluster [DBG] pgmap v4111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:05 smithi136 bash[11745]: audit 2022-04-26T05:00:04.883906+0000 mon.smithi136 (mon.0) 3003 : audit [DBG] from='client.? 172.21.15.136:0/3306533551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:05.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:05 smithi145 bash[13673]: audit 2022-04-26T05:00:04.883906+0000 mon.smithi136 (mon.0) 3003 : audit [DBG] from='client.? 172.21.15.136:0/3306533551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:06 smithi136 bash[11745]: cluster 2022-04-26T05:00:04.767360+0000 mgr.smithi136.ofnrfx (mgr.14188) 4398 : cluster [DBG] pgmap v4112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:06 smithi145 bash[13673]: cluster 2022-04-26T05:00:04.767360+0000 mgr.smithi136.ofnrfx (mgr.14188) 4398 : cluster [DBG] pgmap v4112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:08 smithi136 bash[11745]: cluster 2022-04-26T05:00:06.768070+0000 mgr.smithi136.ofnrfx (mgr.14188) 4399 : cluster [DBG] pgmap v4113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:08 smithi145 bash[13673]: cluster 2022-04-26T05:00:06.768070+0000 mgr.smithi136.ofnrfx (mgr.14188) 4399 : cluster [DBG] pgmap v4113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:09.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:09.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:09.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:10.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:10 smithi136 bash[11745]: cluster 2022-04-26T05:00:08.768808+0000 mgr.smithi136.ofnrfx (mgr.14188) 4400 : cluster [DBG] pgmap v4114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:10 smithi136 bash[11745]: audit 2022-04-26T05:00:10.215626+0000 mon.smithi136 (mon.0) 3004 : audit [DBG] from='client.? 172.21.15.136:0/3721787901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:10 smithi145 bash[13673]: cluster 2022-04-26T05:00:08.768808+0000 mgr.smithi136.ofnrfx (mgr.14188) 4400 : cluster [DBG] pgmap v4114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:10 smithi145 bash[13673]: audit 2022-04-26T05:00:10.215626+0000 mon.smithi136 (mon.0) 3004 : audit [DBG] from='client.? 172.21.15.136:0/3721787901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:12 smithi136 bash[11745]: cluster 2022-04-26T05:00:10.769435+0000 mgr.smithi136.ofnrfx (mgr.14188) 4401 : cluster [DBG] pgmap v4115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:12 smithi145 bash[13673]: cluster 2022-04-26T05:00:10.769435+0000 mgr.smithi136.ofnrfx (mgr.14188) 4401 : cluster [DBG] pgmap v4115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:14 smithi136 bash[11745]: cluster 2022-04-26T05:00:12.770096+0000 mgr.smithi136.ofnrfx (mgr.14188) 4402 : cluster [DBG] pgmap v4116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:14 smithi145 bash[13673]: cluster 2022-04-26T05:00:12.770096+0000 mgr.smithi136.ofnrfx (mgr.14188) 4402 : cluster [DBG] pgmap v4116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:15.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:15.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:15.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:15.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:16 smithi136 bash[11745]: cluster 2022-04-26T05:00:14.770829+0000 mgr.smithi136.ofnrfx (mgr.14188) 4403 : cluster [DBG] pgmap v4117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:16 smithi136 bash[11745]: audit 2022-04-26T05:00:15.543862+0000 mon.smithi136 (mon.0) 3005 : audit [DBG] from='client.? 172.21.15.136:0/2105346842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:16 smithi145 bash[13673]: cluster 2022-04-26T05:00:14.770829+0000 mgr.smithi136.ofnrfx (mgr.14188) 4403 : cluster [DBG] pgmap v4117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:16 smithi145 bash[13673]: audit 2022-04-26T05:00:15.543862+0000 mon.smithi136 (mon.0) 3005 : audit [DBG] from='client.? 172.21.15.136:0/2105346842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:18 smithi136 bash[11745]: cluster 2022-04-26T05:00:16.771567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4404 : cluster [DBG] pgmap v4118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:18 smithi145 bash[13673]: cluster 2022-04-26T05:00:16.771567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4404 : cluster [DBG] pgmap v4118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:20 smithi136 bash[11745]: cluster 2022-04-26T05:00:18.772304+0000 mgr.smithi136.ofnrfx (mgr.14188) 4405 : cluster [DBG] pgmap v4119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:20.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:20.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:20.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:20.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:20 smithi145 bash[13673]: cluster 2022-04-26T05:00:18.772304+0000 mgr.smithi136.ofnrfx (mgr.14188) 4405 : cluster [DBG] pgmap v4119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:21 smithi136 bash[11745]: audit 2022-04-26T05:00:20.873036+0000 mon.smithi136 (mon.0) 3006 : audit [DBG] from='client.? 172.21.15.136:0/1469153981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:21 smithi145 bash[13673]: audit 2022-04-26T05:00:20.873036+0000 mon.smithi136 (mon.0) 3006 : audit [DBG] from='client.? 172.21.15.136:0/1469153981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:22 smithi136 bash[11745]: cluster 2022-04-26T05:00:20.772813+0000 mgr.smithi136.ofnrfx (mgr.14188) 4406 : cluster [DBG] pgmap v4120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:22 smithi145 bash[13673]: cluster 2022-04-26T05:00:20.772813+0000 mgr.smithi136.ofnrfx (mgr.14188) 4406 : cluster [DBG] pgmap v4120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:24 smithi136 bash[11745]: cluster 2022-04-26T05:00:22.773513+0000 mgr.smithi136.ofnrfx (mgr.14188) 4407 : cluster [DBG] pgmap v4121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:24 smithi145 bash[13673]: cluster 2022-04-26T05:00:22.773513+0000 mgr.smithi136.ofnrfx (mgr.14188) 4407 : cluster [DBG] pgmap v4121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:25 smithi136 bash[11745]: audit 2022-04-26T05:00:24.778907+0000 mon.smithi136 (mon.0) 3007 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:00:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:25 smithi136 bash[11745]: audit 2022-04-26T05:00:24.781654+0000 mon.smithi136 (mon.0) 3008 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:00:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:25 smithi136 bash[11745]: audit 2022-04-26T05:00:24.783405+0000 mon.smithi136 (mon.0) 3009 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:00:25.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:25.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:25.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:25.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:25 smithi145 bash[13673]: audit 2022-04-26T05:00:24.778907+0000 mon.smithi136 (mon.0) 3007 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:00:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:25 smithi145 bash[13673]: audit 2022-04-26T05:00:24.781654+0000 mon.smithi136 (mon.0) 3008 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:00:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:25 smithi145 bash[13673]: audit 2022-04-26T05:00:24.783405+0000 mon.smithi136 (mon.0) 3009 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:00:26.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:26 smithi136 bash[11745]: cluster 2022-04-26T05:00:24.774268+0000 mgr.smithi136.ofnrfx (mgr.14188) 4408 : cluster [DBG] pgmap v4122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:26 smithi136 bash[11745]: audit 2022-04-26T05:00:26.208334+0000 mon.smithi136 (mon.0) 3010 : audit [DBG] from='client.? 172.21.15.136:0/2267264257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:26 smithi145 bash[13673]: cluster 2022-04-26T05:00:24.774268+0000 mgr.smithi136.ofnrfx (mgr.14188) 4408 : cluster [DBG] pgmap v4122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:26 smithi145 bash[13673]: audit 2022-04-26T05:00:26.208334+0000 mon.smithi136 (mon.0) 3010 : audit [DBG] from='client.? 172.21.15.136:0/2267264257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:28 smithi136 bash[11745]: cluster 2022-04-26T05:00:26.774942+0000 mgr.smithi136.ofnrfx (mgr.14188) 4409 : cluster [DBG] pgmap v4123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:28 smithi145 bash[13673]: cluster 2022-04-26T05:00:26.774942+0000 mgr.smithi136.ofnrfx (mgr.14188) 4409 : cluster [DBG] pgmap v4123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:30 smithi136 bash[11745]: cluster 2022-04-26T05:00:28.775583+0000 mgr.smithi136.ofnrfx (mgr.14188) 4410 : cluster [DBG] pgmap v4124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:30 smithi145 bash[13673]: cluster 2022-04-26T05:00:28.775583+0000 mgr.smithi136.ofnrfx (mgr.14188) 4410 : cluster [DBG] pgmap v4124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:31.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:31.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:31.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:31.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:31 smithi136 bash[11745]: audit 2022-04-26T05:00:31.515319+0000 mon.smithi136 (mon.0) 3011 : audit [DBG] from='client.? 172.21.15.136:0/340097939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:31 smithi145 bash[13673]: audit 2022-04-26T05:00:31.515319+0000 mon.smithi136 (mon.0) 3011 : audit [DBG] from='client.? 172.21.15.136:0/340097939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:32 smithi136 bash[11745]: cluster 2022-04-26T05:00:30.776209+0000 mgr.smithi136.ofnrfx (mgr.14188) 4411 : cluster [DBG] pgmap v4125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:32 smithi145 bash[13673]: cluster 2022-04-26T05:00:30.776209+0000 mgr.smithi136.ofnrfx (mgr.14188) 4411 : cluster [DBG] pgmap v4125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: cephadm 2022-04-26T05:00:32.757621+0000 mgr.smithi136.ofnrfx (mgr.14188) 4412 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T05:00:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: audit 2022-04-26T05:00:32.768021+0000 mon.smithi136 (mon.0) 3012 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:00:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: cluster 2022-04-26T05:00:32.776664+0000 mgr.smithi136.ofnrfx (mgr.14188) 4413 : cluster [DBG] pgmap v4126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: cluster 2022-04-26T05:00:33.060596+0000 mgr.smithi136.ofnrfx (mgr.14188) 4414 : cluster [DBG] pgmap v4127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: cluster 2022-04-26T05:00:33.061052+0000 mgr.smithi136.ofnrfx (mgr.14188) 4415 : cluster [DBG] pgmap v4128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: audit 2022-04-26T05:00:33.066958+0000 mon.smithi136 (mon.0) 3013 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:00:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: audit 2022-04-26T05:00:33.077683+0000 mon.smithi136 (mon.0) 3014 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:00:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: cephadm 2022-04-26T05:00:33.078598+0000 mgr.smithi136.ofnrfx (mgr.14188) 4416 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:00:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: cephadm 2022-04-26T05:00:33.078721+0000 mgr.smithi136.ofnrfx (mgr.14188) 4417 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:00:34.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: audit 2022-04-26T05:00:33.084574+0000 mon.smithi136 (mon.0) 3015 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:00:34.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:33 smithi136 bash[11745]: audit 2022-04-26T05:00:33.086957+0000 mon.smithi136 (mon.0) 3016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: cephadm 2022-04-26T05:00:32.757621+0000 mgr.smithi136.ofnrfx (mgr.14188) 4412 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: audit 2022-04-26T05:00:32.768021+0000 mon.smithi136 (mon.0) 3012 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: cluster 2022-04-26T05:00:32.776664+0000 mgr.smithi136.ofnrfx (mgr.14188) 4413 : cluster [DBG] pgmap v4126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: cluster 2022-04-26T05:00:33.060596+0000 mgr.smithi136.ofnrfx (mgr.14188) 4414 : cluster [DBG] pgmap v4127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: cluster 2022-04-26T05:00:33.061052+0000 mgr.smithi136.ofnrfx (mgr.14188) 4415 : cluster [DBG] pgmap v4128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: audit 2022-04-26T05:00:33.066958+0000 mon.smithi136 (mon.0) 3013 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: audit 2022-04-26T05:00:33.077683+0000 mon.smithi136 (mon.0) 3014 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:00:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: cephadm 2022-04-26T05:00:33.078598+0000 mgr.smithi136.ofnrfx (mgr.14188) 4416 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:00:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: cephadm 2022-04-26T05:00:33.078721+0000 mgr.smithi136.ofnrfx (mgr.14188) 4417 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:00:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: audit 2022-04-26T05:00:33.084574+0000 mon.smithi136 (mon.0) 3015 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:00:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:33 smithi145 bash[13673]: audit 2022-04-26T05:00:33.086957+0000 mon.smithi136 (mon.0) 3016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:00:36.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:36.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:36.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:36 smithi136 bash[11745]: cluster 2022-04-26T05:00:35.061705+0000 mgr.smithi136.ofnrfx (mgr.14188) 4418 : cluster [DBG] pgmap v4129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:36.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:36 smithi145 bash[13673]: cluster 2022-04-26T05:00:35.061705+0000 mgr.smithi136.ofnrfx (mgr.14188) 4418 : cluster [DBG] pgmap v4129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:37 smithi136 bash[11745]: audit 2022-04-26T05:00:36.836679+0000 mon.smithi136 (mon.0) 3017 : audit [DBG] from='client.? 172.21.15.136:0/3099628581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:37 smithi145 bash[13673]: audit 2022-04-26T05:00:36.836679+0000 mon.smithi136 (mon.0) 3017 : audit [DBG] from='client.? 172.21.15.136:0/3099628581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:38 smithi136 bash[11745]: cluster 2022-04-26T05:00:37.062334+0000 mgr.smithi136.ofnrfx (mgr.14188) 4419 : cluster [DBG] pgmap v4130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:38 smithi145 bash[13673]: cluster 2022-04-26T05:00:37.062334+0000 mgr.smithi136.ofnrfx (mgr.14188) 4419 : cluster [DBG] pgmap v4130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:40 smithi136 bash[11745]: cluster 2022-04-26T05:00:39.062765+0000 mgr.smithi136.ofnrfx (mgr.14188) 4420 : cluster [DBG] pgmap v4131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:40 smithi145 bash[13673]: cluster 2022-04-26T05:00:39.062765+0000 mgr.smithi136.ofnrfx (mgr.14188) 4420 : cluster [DBG] pgmap v4131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:41.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:41.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:41.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:42.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:42 smithi136 bash[11745]: cluster 2022-04-26T05:00:41.063410+0000 mgr.smithi136.ofnrfx (mgr.14188) 4421 : cluster [DBG] pgmap v4132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:42 smithi136 bash[11745]: audit 2022-04-26T05:00:42.161041+0000 mon.smithi136 (mon.0) 3018 : audit [DBG] from='client.? 172.21.15.136:0/2769247797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:42 smithi145 bash[13673]: cluster 2022-04-26T05:00:41.063410+0000 mgr.smithi136.ofnrfx (mgr.14188) 4421 : cluster [DBG] pgmap v4132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:42 smithi145 bash[13673]: audit 2022-04-26T05:00:42.161041+0000 mon.smithi136 (mon.0) 3018 : audit [DBG] from='client.? 172.21.15.136:0/2769247797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:44.535 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:44 smithi136 bash[11745]: cluster 2022-04-26T05:00:43.064058+0000 mgr.smithi136.ofnrfx (mgr.14188) 4422 : cluster [DBG] pgmap v4133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:44 smithi145 bash[13673]: cluster 2022-04-26T05:00:43.064058+0000 mgr.smithi136.ofnrfx (mgr.14188) 4422 : cluster [DBG] pgmap v4133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:46 smithi136 bash[11745]: cluster 2022-04-26T05:00:45.064676+0000 mgr.smithi136.ofnrfx (mgr.14188) 4423 : cluster [DBG] pgmap v4134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:46 smithi145 bash[13673]: cluster 2022-04-26T05:00:45.064676+0000 mgr.smithi136.ofnrfx (mgr.14188) 4423 : cluster [DBG] pgmap v4134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:47.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:47.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:47.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:47.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:48 smithi136 bash[11745]: cluster 2022-04-26T05:00:47.065339+0000 mgr.smithi136.ofnrfx (mgr.14188) 4424 : cluster [DBG] pgmap v4135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:48 smithi136 bash[11745]: audit 2022-04-26T05:00:47.218214+0000 mon.smithi136 (mon.0) 3019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:00:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:48 smithi136 bash[11745]: audit 2022-04-26T05:00:47.492516+0000 mon.smithi136 (mon.0) 3020 : audit [DBG] from='client.? 172.21.15.136:0/4094358190' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:48 smithi145 bash[13673]: cluster 2022-04-26T05:00:47.065339+0000 mgr.smithi136.ofnrfx (mgr.14188) 4424 : cluster [DBG] pgmap v4135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:48 smithi145 bash[13673]: audit 2022-04-26T05:00:47.218214+0000 mon.smithi136 (mon.0) 3019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:00:48.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:48 smithi145 bash[13673]: audit 2022-04-26T05:00:47.492516+0000 mon.smithi136 (mon.0) 3020 : audit [DBG] from='client.? 172.21.15.136:0/4094358190' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:50 smithi136 bash[11745]: cluster 2022-04-26T05:00:49.065909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4425 : cluster [DBG] pgmap v4136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:50 smithi145 bash[13673]: cluster 2022-04-26T05:00:49.065909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4425 : cluster [DBG] pgmap v4136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:52.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:52.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:52.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:52 smithi136 bash[11745]: cluster 2022-04-26T05:00:51.066521+0000 mgr.smithi136.ofnrfx (mgr.14188) 4426 : cluster [DBG] pgmap v4137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:52.834 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:52 smithi145 bash[13673]: cluster 2022-04-26T05:00:51.066521+0000 mgr.smithi136.ofnrfx (mgr.14188) 4426 : cluster [DBG] pgmap v4137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:53 smithi136 bash[11745]: audit 2022-04-26T05:00:52.819566+0000 mon.smithi136 (mon.0) 3021 : audit [DBG] from='client.? 172.21.15.136:0/513723956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:53 smithi145 bash[13673]: audit 2022-04-26T05:00:52.819566+0000 mon.smithi136 (mon.0) 3021 : audit [DBG] from='client.? 172.21.15.136:0/513723956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:54 smithi136 bash[11745]: cluster 2022-04-26T05:00:53.067143+0000 mgr.smithi136.ofnrfx (mgr.14188) 4427 : cluster [DBG] pgmap v4138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:54 smithi145 bash[13673]: cluster 2022-04-26T05:00:53.067143+0000 mgr.smithi136.ofnrfx (mgr.14188) 4427 : cluster [DBG] pgmap v4138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:56 smithi136 bash[11745]: cluster 2022-04-26T05:00:55.067743+0000 mgr.smithi136.ofnrfx (mgr.14188) 4428 : cluster [DBG] pgmap v4139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:56 smithi145 bash[13673]: cluster 2022-04-26T05:00:55.067743+0000 mgr.smithi136.ofnrfx (mgr.14188) 4428 : cluster [DBG] pgmap v4139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:57.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:00:57.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:00:57.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:00:58.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:00:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:58 smithi136 bash[11745]: cluster 2022-04-26T05:00:57.068354+0000 mgr.smithi136.ofnrfx (mgr.14188) 4429 : cluster [DBG] pgmap v4140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:00:58 smithi136 bash[11745]: audit 2022-04-26T05:00:58.146709+0000 mon.smithi136 (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.136:0/3634639637' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:00:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:58 smithi145 bash[13673]: cluster 2022-04-26T05:00:57.068354+0000 mgr.smithi136.ofnrfx (mgr.14188) 4429 : cluster [DBG] pgmap v4140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:00:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:00:58 smithi145 bash[13673]: audit 2022-04-26T05:00:58.146709+0000 mon.smithi136 (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.136:0/3634639637' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:00 smithi136 bash[11745]: cluster 2022-04-26T05:00:59.069229+0000 mgr.smithi136.ofnrfx (mgr.14188) 4430 : cluster [DBG] pgmap v4141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:00 smithi145 bash[13673]: cluster 2022-04-26T05:00:59.069229+0000 mgr.smithi136.ofnrfx (mgr.14188) 4430 : cluster [DBG] pgmap v4141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:02 smithi136 bash[11745]: cluster 2022-04-26T05:01:01.069854+0000 mgr.smithi136.ofnrfx (mgr.14188) 4431 : cluster [DBG] pgmap v4142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:02 smithi136 bash[11745]: audit 2022-04-26T05:01:02.430380+0000 mon.smithi136 (mon.0) 3023 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:01:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:02 smithi136 bash[11745]: audit 2022-04-26T05:01:02.434054+0000 mon.smithi136 (mon.0) 3024 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:01:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:02 smithi145 bash[13673]: cluster 2022-04-26T05:01:01.069854+0000 mgr.smithi136.ofnrfx (mgr.14188) 4431 : cluster [DBG] pgmap v4142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:02 smithi145 bash[13673]: audit 2022-04-26T05:01:02.430380+0000 mon.smithi136 (mon.0) 3023 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:01:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:02 smithi145 bash[13673]: audit 2022-04-26T05:01:02.434054+0000 mon.smithi136 (mon.0) 3024 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:01:03.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:03.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:03.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:03.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:03 smithi136 bash[11745]: audit 2022-04-26T05:01:03.476763+0000 mon.smithi136 (mon.0) 3025 : audit [DBG] from='client.? 172.21.15.136:0/3580938391' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:03 smithi145 bash[13673]: audit 2022-04-26T05:01:03.476763+0000 mon.smithi136 (mon.0) 3025 : audit [DBG] from='client.? 172.21.15.136:0/3580938391' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:04 smithi136 bash[11745]: cluster 2022-04-26T05:01:03.070465+0000 mgr.smithi136.ofnrfx (mgr.14188) 4432 : cluster [DBG] pgmap v4143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:04 smithi145 bash[13673]: cluster 2022-04-26T05:01:03.070465+0000 mgr.smithi136.ofnrfx (mgr.14188) 4432 : cluster [DBG] pgmap v4143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:06 smithi136 bash[11745]: cluster 2022-04-26T05:01:05.071025+0000 mgr.smithi136.ofnrfx (mgr.14188) 4433 : cluster [DBG] pgmap v4144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:06 smithi145 bash[13673]: cluster 2022-04-26T05:01:05.071025+0000 mgr.smithi136.ofnrfx (mgr.14188) 4433 : cluster [DBG] pgmap v4144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:08.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:08.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:08.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:08 smithi136 bash[11745]: cluster 2022-04-26T05:01:07.071659+0000 mgr.smithi136.ofnrfx (mgr.14188) 4434 : cluster [DBG] pgmap v4145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:08.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:08 smithi145 bash[13673]: cluster 2022-04-26T05:01:07.071659+0000 mgr.smithi136.ofnrfx (mgr.14188) 4434 : cluster [DBG] pgmap v4145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:09 smithi136 bash[11745]: audit 2022-04-26T05:01:08.807662+0000 mon.smithi136 (mon.0) 3026 : audit [DBG] from='client.? 172.21.15.136:0/824872392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:09 smithi145 bash[13673]: audit 2022-04-26T05:01:08.807662+0000 mon.smithi136 (mon.0) 3026 : audit [DBG] from='client.? 172.21.15.136:0/824872392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:10 smithi136 bash[11745]: cluster 2022-04-26T05:01:09.072289+0000 mgr.smithi136.ofnrfx (mgr.14188) 4435 : cluster [DBG] pgmap v4146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:10 smithi145 bash[13673]: cluster 2022-04-26T05:01:09.072289+0000 mgr.smithi136.ofnrfx (mgr.14188) 4435 : cluster [DBG] pgmap v4146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:12 smithi136 bash[11745]: cluster 2022-04-26T05:01:11.072909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4436 : cluster [DBG] pgmap v4147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:12 smithi145 bash[13673]: cluster 2022-04-26T05:01:11.072909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4436 : cluster [DBG] pgmap v4147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:13.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:13.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:13.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:14.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:14 smithi136 bash[11745]: cluster 2022-04-26T05:01:13.073513+0000 mgr.smithi136.ofnrfx (mgr.14188) 4437 : cluster [DBG] pgmap v4148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:14 smithi136 bash[11745]: audit 2022-04-26T05:01:14.131403+0000 mon.smithi136 (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.136:0/1647488815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:14 smithi145 bash[13673]: cluster 2022-04-26T05:01:13.073513+0000 mgr.smithi136.ofnrfx (mgr.14188) 4437 : cluster [DBG] pgmap v4148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:14 smithi145 bash[13673]: audit 2022-04-26T05:01:14.131403+0000 mon.smithi136 (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.136:0/1647488815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:16 smithi136 bash[11745]: cluster 2022-04-26T05:01:15.074126+0000 mgr.smithi136.ofnrfx (mgr.14188) 4438 : cluster [DBG] pgmap v4149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:16 smithi145 bash[13673]: cluster 2022-04-26T05:01:15.074126+0000 mgr.smithi136.ofnrfx (mgr.14188) 4438 : cluster [DBG] pgmap v4149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:18 smithi136 bash[11745]: cluster 2022-04-26T05:01:17.074762+0000 mgr.smithi136.ofnrfx (mgr.14188) 4439 : cluster [DBG] pgmap v4150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:18 smithi145 bash[13673]: cluster 2022-04-26T05:01:17.074762+0000 mgr.smithi136.ofnrfx (mgr.14188) 4439 : cluster [DBG] pgmap v4150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:19.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:19.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:19.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:19.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:19 smithi136 bash[11745]: audit 2022-04-26T05:01:19.461274+0000 mon.smithi136 (mon.0) 3028 : audit [DBG] from='client.? 172.21.15.136:0/1413124919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:19 smithi145 bash[13673]: audit 2022-04-26T05:01:19.461274+0000 mon.smithi136 (mon.0) 3028 : audit [DBG] from='client.? 172.21.15.136:0/1413124919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:20 smithi136 bash[11745]: cluster 2022-04-26T05:01:19.075418+0000 mgr.smithi136.ofnrfx (mgr.14188) 4440 : cluster [DBG] pgmap v4151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:20 smithi145 bash[13673]: cluster 2022-04-26T05:01:19.075418+0000 mgr.smithi136.ofnrfx (mgr.14188) 4440 : cluster [DBG] pgmap v4151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:22 smithi136 bash[11745]: cluster 2022-04-26T05:01:21.076080+0000 mgr.smithi136.ofnrfx (mgr.14188) 4441 : cluster [DBG] pgmap v4152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:22 smithi145 bash[13673]: cluster 2022-04-26T05:01:21.076080+0000 mgr.smithi136.ofnrfx (mgr.14188) 4441 : cluster [DBG] pgmap v4152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:24.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:24.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:24.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:24.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:24 smithi136 bash[11745]: cluster 2022-04-26T05:01:23.076574+0000 mgr.smithi136.ofnrfx (mgr.14188) 4442 : cluster [DBG] pgmap v4153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:24 smithi145 bash[13673]: cluster 2022-04-26T05:01:23.076574+0000 mgr.smithi136.ofnrfx (mgr.14188) 4442 : cluster [DBG] pgmap v4153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:25 smithi145 bash[13673]: audit 2022-04-26T05:01:24.789423+0000 mon.smithi136 (mon.0) 3029 : audit [DBG] from='client.? 172.21.15.136:0/1642661272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:25 smithi136 bash[11745]: audit 2022-04-26T05:01:24.789423+0000 mon.smithi136 (mon.0) 3029 : audit [DBG] from='client.? 172.21.15.136:0/1642661272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:26 smithi145 bash[13673]: cluster 2022-04-26T05:01:25.077174+0000 mgr.smithi136.ofnrfx (mgr.14188) 4443 : cluster [DBG] pgmap v4154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:26 smithi136 bash[11745]: cluster 2022-04-26T05:01:25.077174+0000 mgr.smithi136.ofnrfx (mgr.14188) 4443 : cluster [DBG] pgmap v4154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:28.853 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:28 smithi136 bash[11745]: cluster 2022-04-26T05:01:27.077825+0000 mgr.smithi136.ofnrfx (mgr.14188) 4444 : cluster [DBG] pgmap v4155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:28 smithi145 bash[13673]: cluster 2022-04-26T05:01:27.077825+0000 mgr.smithi136.ofnrfx (mgr.14188) 4444 : cluster [DBG] pgmap v4155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:29.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:29.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:29.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:30.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:30 smithi145 bash[13673]: cluster 2022-04-26T05:01:29.078564+0000 mgr.smithi136.ofnrfx (mgr.14188) 4445 : cluster [DBG] pgmap v4156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:30 smithi145 bash[13673]: audit 2022-04-26T05:01:30.119967+0000 mon.smithi136 (mon.0) 3030 : audit [DBG] from='client.? 172.21.15.136:0/2023463835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:30 smithi136 bash[11745]: cluster 2022-04-26T05:01:29.078564+0000 mgr.smithi136.ofnrfx (mgr.14188) 4445 : cluster [DBG] pgmap v4156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:31.074 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:30 smithi136 bash[11745]: audit 2022-04-26T05:01:30.119967+0000 mon.smithi136 (mon.0) 3030 : audit [DBG] from='client.? 172.21.15.136:0/2023463835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:32 smithi145 bash[13673]: cluster 2022-04-26T05:01:31.079353+0000 mgr.smithi136.ofnrfx (mgr.14188) 4446 : cluster [DBG] pgmap v4157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:32 smithi136 bash[11745]: cluster 2022-04-26T05:01:31.079353+0000 mgr.smithi136.ofnrfx (mgr.14188) 4446 : cluster [DBG] pgmap v4157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:34 smithi145 bash[13673]: cluster 2022-04-26T05:01:33.080041+0000 mgr.smithi136.ofnrfx (mgr.14188) 4447 : cluster [DBG] pgmap v4158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:34 smithi136 bash[11745]: cluster 2022-04-26T05:01:33.080041+0000 mgr.smithi136.ofnrfx (mgr.14188) 4447 : cluster [DBG] pgmap v4158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:35.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:35.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:35.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:35.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:35.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:35 smithi145 bash[13673]: audit 2022-04-26T05:01:35.454239+0000 mon.smithi136 (mon.0) 3031 : audit [DBG] from='client.? 172.21.15.136:0/522044536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:35 smithi136 bash[11745]: audit 2022-04-26T05:01:35.454239+0000 mon.smithi136 (mon.0) 3031 : audit [DBG] from='client.? 172.21.15.136:0/522044536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:36 smithi145 bash[13673]: cluster 2022-04-26T05:01:35.080739+0000 mgr.smithi136.ofnrfx (mgr.14188) 4448 : cluster [DBG] pgmap v4159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:36 smithi136 bash[11745]: cluster 2022-04-26T05:01:35.080739+0000 mgr.smithi136.ofnrfx (mgr.14188) 4448 : cluster [DBG] pgmap v4159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:38 smithi145 bash[13673]: cluster 2022-04-26T05:01:37.081506+0000 mgr.smithi136.ofnrfx (mgr.14188) 4449 : cluster [DBG] pgmap v4160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:38 smithi136 bash[11745]: cluster 2022-04-26T05:01:37.081506+0000 mgr.smithi136.ofnrfx (mgr.14188) 4449 : cluster [DBG] pgmap v4160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:39 smithi136 bash[11745]: cluster 2022-04-26T05:01:39.082172+0000 mgr.smithi136.ofnrfx (mgr.14188) 4450 : cluster [DBG] pgmap v4161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:40.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:39 smithi145 bash[13673]: cluster 2022-04-26T05:01:39.082172+0000 mgr.smithi136.ofnrfx (mgr.14188) 4450 : cluster [DBG] pgmap v4161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:40.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:40.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:40.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:40.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:41 smithi136 bash[11745]: audit 2022-04-26T05:01:40.780086+0000 mon.smithi136 (mon.0) 3032 : audit [DBG] from='client.? 172.21.15.136:0/1145622648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:41 smithi145 bash[13673]: audit 2022-04-26T05:01:40.780086+0000 mon.smithi136 (mon.0) 3032 : audit [DBG] from='client.? 172.21.15.136:0/1145622648' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:42 smithi136 bash[11745]: cluster 2022-04-26T05:01:41.082755+0000 mgr.smithi136.ofnrfx (mgr.14188) 4451 : cluster [DBG] pgmap v4162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:42 smithi145 bash[13673]: cluster 2022-04-26T05:01:41.082755+0000 mgr.smithi136.ofnrfx (mgr.14188) 4451 : cluster [DBG] pgmap v4162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:44 smithi136 bash[11745]: cluster 2022-04-26T05:01:43.083347+0000 mgr.smithi136.ofnrfx (mgr.14188) 4452 : cluster [DBG] pgmap v4163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:44 smithi145 bash[13673]: cluster 2022-04-26T05:01:43.083347+0000 mgr.smithi136.ofnrfx (mgr.14188) 4452 : cluster [DBG] pgmap v4163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:45.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:45.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:45.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:46.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:46 smithi136 bash[11745]: cluster 2022-04-26T05:01:45.083970+0000 mgr.smithi136.ofnrfx (mgr.14188) 4453 : cluster [DBG] pgmap v4164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:46 smithi136 bash[11745]: audit 2022-04-26T05:01:46.110327+0000 mon.smithi136 (mon.0) 3033 : audit [DBG] from='client.? 172.21.15.136:0/2839591262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:46 smithi145 bash[13673]: cluster 2022-04-26T05:01:45.083970+0000 mgr.smithi136.ofnrfx (mgr.14188) 4453 : cluster [DBG] pgmap v4164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:46.915 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:46 smithi145 bash[13673]: audit 2022-04-26T05:01:46.110327+0000 mon.smithi136 (mon.0) 3033 : audit [DBG] from='client.? 172.21.15.136:0/2839591262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:47 smithi136 bash[11745]: audit 2022-04-26T05:01:47.223429+0000 mon.smithi136 (mon.0) 3034 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:01:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:47 smithi136 bash[11745]: audit 2022-04-26T05:01:47.226428+0000 mon.smithi136 (mon.0) 3035 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:01:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:47 smithi136 bash[11745]: audit 2022-04-26T05:01:47.228648+0000 mon.smithi136 (mon.0) 3036 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:01:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:47 smithi145 bash[13673]: audit 2022-04-26T05:01:47.223429+0000 mon.smithi136 (mon.0) 3034 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:01:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:47 smithi145 bash[13673]: audit 2022-04-26T05:01:47.226428+0000 mon.smithi136 (mon.0) 3035 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:01:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:47 smithi145 bash[13673]: audit 2022-04-26T05:01:47.228648+0000 mon.smithi136 (mon.0) 3036 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:01:48.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:48 smithi136 bash[11745]: cluster 2022-04-26T05:01:47.084642+0000 mgr.smithi136.ofnrfx (mgr.14188) 4454 : cluster [DBG] pgmap v4165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:48.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:48 smithi136 bash[11745]: cluster 2022-04-26T05:01:47.536597+0000 mgr.smithi136.ofnrfx (mgr.14188) 4455 : cluster [DBG] pgmap v4166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:48.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:48 smithi136 bash[11745]: cluster 2022-04-26T05:01:47.536853+0000 mgr.smithi136.ofnrfx (mgr.14188) 4456 : cluster [DBG] pgmap v4167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:48.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:48 smithi136 bash[11745]: audit 2022-04-26T05:01:47.544023+0000 mon.smithi136 (mon.0) 3037 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:01:48.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:48 smithi136 bash[11745]: audit 2022-04-26T05:01:47.553202+0000 mon.smithi136 (mon.0) 3038 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:01:48.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:48 smithi136 bash[11745]: cephadm 2022-04-26T05:01:47.554463+0000 mgr.smithi136.ofnrfx (mgr.14188) 4457 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:01:48.817 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:48 smithi136 bash[11745]: cephadm 2022-04-26T05:01:47.554620+0000 mgr.smithi136.ofnrfx (mgr.14188) 4458 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:01:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:48 smithi145 bash[13673]: cluster 2022-04-26T05:01:47.084642+0000 mgr.smithi136.ofnrfx (mgr.14188) 4454 : cluster [DBG] pgmap v4165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:48 smithi145 bash[13673]: cluster 2022-04-26T05:01:47.536597+0000 mgr.smithi136.ofnrfx (mgr.14188) 4455 : cluster [DBG] pgmap v4166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:48 smithi145 bash[13673]: cluster 2022-04-26T05:01:47.536853+0000 mgr.smithi136.ofnrfx (mgr.14188) 4456 : cluster [DBG] pgmap v4167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:48 smithi145 bash[13673]: audit 2022-04-26T05:01:47.544023+0000 mon.smithi136 (mon.0) 3037 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:01:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:48 smithi145 bash[13673]: audit 2022-04-26T05:01:47.553202+0000 mon.smithi136 (mon.0) 3038 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:01:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:48 smithi145 bash[13673]: cephadm 2022-04-26T05:01:47.554463+0000 mgr.smithi136.ofnrfx (mgr.14188) 4457 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:01:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:48 smithi145 bash[13673]: cephadm 2022-04-26T05:01:47.554620+0000 mgr.smithi136.ofnrfx (mgr.14188) 4458 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:01:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:50 smithi136 bash[11745]: cluster 2022-04-26T05:01:49.537384+0000 mgr.smithi136.ofnrfx (mgr.14188) 4459 : cluster [DBG] pgmap v4168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:50 smithi145 bash[13673]: cluster 2022-04-26T05:01:49.537384+0000 mgr.smithi136.ofnrfx (mgr.14188) 4459 : cluster [DBG] pgmap v4168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:51.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:51.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:51.130 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:51.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:51 smithi136 bash[11745]: audit 2022-04-26T05:01:51.439465+0000 mon.smithi136 (mon.0) 3039 : audit [DBG] from='client.? 172.21.15.136:0/2227778168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:51.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:51 smithi145 bash[13673]: audit 2022-04-26T05:01:51.439465+0000 mon.smithi136 (mon.0) 3039 : audit [DBG] from='client.? 172.21.15.136:0/2227778168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:52 smithi136 bash[11745]: cluster 2022-04-26T05:01:51.538024+0000 mgr.smithi136.ofnrfx (mgr.14188) 4460 : cluster [DBG] pgmap v4169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:52 smithi145 bash[13673]: cluster 2022-04-26T05:01:51.538024+0000 mgr.smithi136.ofnrfx (mgr.14188) 4460 : cluster [DBG] pgmap v4169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:54 smithi145 bash[13673]: cluster 2022-04-26T05:01:53.538673+0000 mgr.smithi136.ofnrfx (mgr.14188) 4461 : cluster [DBG] pgmap v4170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:54 smithi136 bash[11745]: cluster 2022-04-26T05:01:53.538673+0000 mgr.smithi136.ofnrfx (mgr.14188) 4461 : cluster [DBG] pgmap v4170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:56.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:01:56.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:01:56.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:01:56.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:01:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:56 smithi136 bash[11745]: cluster 2022-04-26T05:01:55.539260+0000 mgr.smithi136.ofnrfx (mgr.14188) 4462 : cluster [DBG] pgmap v4171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:56 smithi145 bash[13673]: cluster 2022-04-26T05:01:55.539260+0000 mgr.smithi136.ofnrfx (mgr.14188) 4462 : cluster [DBG] pgmap v4171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:57 smithi136 bash[11745]: audit 2022-04-26T05:01:56.769620+0000 mon.smithi136 (mon.0) 3040 : audit [DBG] from='client.? 172.21.15.136:0/1985044210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:57 smithi145 bash[13673]: audit 2022-04-26T05:01:56.769620+0000 mon.smithi136 (mon.0) 3040 : audit [DBG] from='client.? 172.21.15.136:0/1985044210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:01:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:01:58 smithi136 bash[11745]: cluster 2022-04-26T05:01:57.539909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4463 : cluster [DBG] pgmap v4172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:01:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:01:58 smithi145 bash[13673]: cluster 2022-04-26T05:01:57.539909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4463 : cluster [DBG] pgmap v4172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:00 smithi145 bash[13673]: cluster 2022-04-26T05:01:59.540536+0000 mgr.smithi136.ofnrfx (mgr.14188) 4464 : cluster [DBG] pgmap v4173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:00 smithi136 bash[11745]: cluster 2022-04-26T05:01:59.540536+0000 mgr.smithi136.ofnrfx (mgr.14188) 4464 : cluster [DBG] pgmap v4173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:01.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:01.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:01.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:02.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:02 smithi145 bash[13673]: cluster 2022-04-26T05:02:01.541242+0000 mgr.smithi136.ofnrfx (mgr.14188) 4465 : cluster [DBG] pgmap v4174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:02 smithi145 bash[13673]: audit 2022-04-26T05:02:02.098615+0000 mon.smithi136 (mon.0) 3041 : audit [DBG] from='client.? 172.21.15.136:0/819366531' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:02 smithi145 bash[13673]: audit 2022-04-26T05:02:02.434302+0000 mon.smithi136 (mon.0) 3042 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:02:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:02 smithi145 bash[13673]: audit 2022-04-26T05:02:02.438231+0000 mon.smithi136 (mon.0) 3043 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:02:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:02 smithi136 bash[11745]: cluster 2022-04-26T05:02:01.541242+0000 mgr.smithi136.ofnrfx (mgr.14188) 4465 : cluster [DBG] pgmap v4174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:02 smithi136 bash[11745]: audit 2022-04-26T05:02:02.098615+0000 mon.smithi136 (mon.0) 3041 : audit [DBG] from='client.? 172.21.15.136:0/819366531' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:02 smithi136 bash[11745]: audit 2022-04-26T05:02:02.434302+0000 mon.smithi136 (mon.0) 3042 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:02:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:02 smithi136 bash[11745]: audit 2022-04-26T05:02:02.438231+0000 mon.smithi136 (mon.0) 3043 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:02:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:04 smithi145 bash[13673]: cluster 2022-04-26T05:02:03.541871+0000 mgr.smithi136.ofnrfx (mgr.14188) 4466 : cluster [DBG] pgmap v4175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:04 smithi136 bash[11745]: cluster 2022-04-26T05:02:03.541871+0000 mgr.smithi136.ofnrfx (mgr.14188) 4466 : cluster [DBG] pgmap v4175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:06 smithi136 bash[11745]: cluster 2022-04-26T05:02:05.542463+0000 mgr.smithi136.ofnrfx (mgr.14188) 4467 : cluster [DBG] pgmap v4176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:06 smithi145 bash[13673]: cluster 2022-04-26T05:02:05.542463+0000 mgr.smithi136.ofnrfx (mgr.14188) 4467 : cluster [DBG] pgmap v4176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:07.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:07.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:07.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:07.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:07 smithi136 bash[11745]: audit 2022-04-26T05:02:07.428433+0000 mon.smithi136 (mon.0) 3044 : audit [DBG] from='client.? 172.21.15.136:0/1746031791' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:07 smithi145 bash[13673]: audit 2022-04-26T05:02:07.428433+0000 mon.smithi136 (mon.0) 3044 : audit [DBG] from='client.? 172.21.15.136:0/1746031791' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:08 smithi136 bash[11745]: cluster 2022-04-26T05:02:07.543028+0000 mgr.smithi136.ofnrfx (mgr.14188) 4468 : cluster [DBG] pgmap v4177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:08 smithi145 bash[13673]: cluster 2022-04-26T05:02:07.543028+0000 mgr.smithi136.ofnrfx (mgr.14188) 4468 : cluster [DBG] pgmap v4177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:10 smithi145 bash[13673]: cluster 2022-04-26T05:02:09.543650+0000 mgr.smithi136.ofnrfx (mgr.14188) 4469 : cluster [DBG] pgmap v4178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:10 smithi136 bash[11745]: cluster 2022-04-26T05:02:09.543650+0000 mgr.smithi136.ofnrfx (mgr.14188) 4469 : cluster [DBG] pgmap v4178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:12.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:12.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:12.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:12.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:12 smithi145 bash[13673]: cluster 2022-04-26T05:02:11.544268+0000 mgr.smithi136.ofnrfx (mgr.14188) 4470 : cluster [DBG] pgmap v4179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:12 smithi136 bash[11745]: cluster 2022-04-26T05:02:11.544268+0000 mgr.smithi136.ofnrfx (mgr.14188) 4470 : cluster [DBG] pgmap v4179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:13.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:13 smithi145 bash[13673]: audit 2022-04-26T05:02:12.757672+0000 mon.smithi136 (mon.0) 3045 : audit [DBG] from='client.? 172.21.15.136:0/950248967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:13.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:13 smithi145 bash[13673]: cluster 2022-04-26T05:02:13.544908+0000 mgr.smithi136.ofnrfx (mgr.14188) 4471 : cluster [DBG] pgmap v4180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:13 smithi136 bash[11745]: audit 2022-04-26T05:02:12.757672+0000 mon.smithi136 (mon.0) 3045 : audit [DBG] from='client.? 172.21.15.136:0/950248967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:13 smithi136 bash[11745]: cluster 2022-04-26T05:02:13.544908+0000 mgr.smithi136.ofnrfx (mgr.14188) 4471 : cluster [DBG] pgmap v4180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:16 smithi136 bash[11745]: cluster 2022-04-26T05:02:15.545487+0000 mgr.smithi136.ofnrfx (mgr.14188) 4472 : cluster [DBG] pgmap v4181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:16 smithi145 bash[13673]: cluster 2022-04-26T05:02:15.545487+0000 mgr.smithi136.ofnrfx (mgr.14188) 4472 : cluster [DBG] pgmap v4181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:17.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:17.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:17.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:18.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:18.854 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:18 smithi136 bash[11745]: cluster 2022-04-26T05:02:17.546101+0000 mgr.smithi136.ofnrfx (mgr.14188) 4473 : cluster [DBG] pgmap v4182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:18.855 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:18 smithi136 bash[11745]: audit 2022-04-26T05:02:18.087170+0000 mon.smithi136 (mon.0) 3046 : audit [DBG] from='client.? 172.21.15.136:0/3903167883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:18 smithi145 bash[13673]: cluster 2022-04-26T05:02:17.546101+0000 mgr.smithi136.ofnrfx (mgr.14188) 4473 : cluster [DBG] pgmap v4182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:18 smithi145 bash[13673]: audit 2022-04-26T05:02:18.087170+0000 mon.smithi136 (mon.0) 3046 : audit [DBG] from='client.? 172.21.15.136:0/3903167883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:20 smithi145 bash[13673]: cluster 2022-04-26T05:02:19.546841+0000 mgr.smithi136.ofnrfx (mgr.14188) 4474 : cluster [DBG] pgmap v4183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:20 smithi136 bash[11745]: cluster 2022-04-26T05:02:19.546841+0000 mgr.smithi136.ofnrfx (mgr.14188) 4474 : cluster [DBG] pgmap v4183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:22 smithi145 bash[13673]: cluster 2022-04-26T05:02:21.547474+0000 mgr.smithi136.ofnrfx (mgr.14188) 4475 : cluster [DBG] pgmap v4184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:22 smithi136 bash[11745]: cluster 2022-04-26T05:02:21.547474+0000 mgr.smithi136.ofnrfx (mgr.14188) 4475 : cluster [DBG] pgmap v4184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:23.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:23.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:23.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:23.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:23 smithi145 bash[13673]: audit 2022-04-26T05:02:23.416109+0000 mon.smithi136 (mon.0) 3047 : audit [DBG] from='client.? 172.21.15.136:0/4077902015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:23 smithi145 bash[13673]: cluster 2022-04-26T05:02:23.548110+0000 mgr.smithi136.ofnrfx (mgr.14188) 4476 : cluster [DBG] pgmap v4185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:23 smithi136 bash[11745]: audit 2022-04-26T05:02:23.416109+0000 mon.smithi136 (mon.0) 3047 : audit [DBG] from='client.? 172.21.15.136:0/4077902015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:23 smithi136 bash[11745]: cluster 2022-04-26T05:02:23.548110+0000 mgr.smithi136.ofnrfx (mgr.14188) 4476 : cluster [DBG] pgmap v4185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:26 smithi136 bash[11745]: cluster 2022-04-26T05:02:25.548704+0000 mgr.smithi136.ofnrfx (mgr.14188) 4477 : cluster [DBG] pgmap v4186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:26 smithi145 bash[13673]: cluster 2022-04-26T05:02:25.548704+0000 mgr.smithi136.ofnrfx (mgr.14188) 4477 : cluster [DBG] pgmap v4186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:28.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:28.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:28.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:28.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:28 smithi145 bash[13673]: cluster 2022-04-26T05:02:27.549321+0000 mgr.smithi136.ofnrfx (mgr.14188) 4478 : cluster [DBG] pgmap v4187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:29.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:28 smithi136 bash[11745]: cluster 2022-04-26T05:02:27.549321+0000 mgr.smithi136.ofnrfx (mgr.14188) 4478 : cluster [DBG] pgmap v4187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:29 smithi145 bash[13673]: audit 2022-04-26T05:02:28.747106+0000 mon.smithi136 (mon.0) 3048 : audit [DBG] from='client.? 172.21.15.136:0/2717564476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:29 smithi136 bash[11745]: audit 2022-04-26T05:02:28.747106+0000 mon.smithi136 (mon.0) 3048 : audit [DBG] from='client.? 172.21.15.136:0/2717564476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:30 smithi145 bash[13673]: cluster 2022-04-26T05:02:29.549981+0000 mgr.smithi136.ofnrfx (mgr.14188) 4479 : cluster [DBG] pgmap v4188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:30 smithi136 bash[11745]: cluster 2022-04-26T05:02:29.549981+0000 mgr.smithi136.ofnrfx (mgr.14188) 4479 : cluster [DBG] pgmap v4188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:31 smithi145 bash[13673]: cluster 2022-04-26T05:02:31.550613+0000 mgr.smithi136.ofnrfx (mgr.14188) 4480 : cluster [DBG] pgmap v4189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:31 smithi136 bash[11745]: cluster 2022-04-26T05:02:31.550613+0000 mgr.smithi136.ofnrfx (mgr.14188) 4480 : cluster [DBG] pgmap v4189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:33.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:33.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:33.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:34.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:34 smithi145 bash[13673]: cluster 2022-04-26T05:02:33.551245+0000 mgr.smithi136.ofnrfx (mgr.14188) 4481 : cluster [DBG] pgmap v4190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:34 smithi145 bash[13673]: audit 2022-04-26T05:02:34.079174+0000 mon.smithi136 (mon.0) 3049 : audit [DBG] from='client.? 172.21.15.136:0/2732776244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:34 smithi136 bash[11745]: cluster 2022-04-26T05:02:33.551245+0000 mgr.smithi136.ofnrfx (mgr.14188) 4481 : cluster [DBG] pgmap v4190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:34 smithi136 bash[11745]: audit 2022-04-26T05:02:34.079174+0000 mon.smithi136 (mon.0) 3049 : audit [DBG] from='client.? 172.21.15.136:0/2732776244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:36 smithi136 bash[11745]: cluster 2022-04-26T05:02:35.551884+0000 mgr.smithi136.ofnrfx (mgr.14188) 4482 : cluster [DBG] pgmap v4191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:36 smithi145 bash[13673]: cluster 2022-04-26T05:02:35.551884+0000 mgr.smithi136.ofnrfx (mgr.14188) 4482 : cluster [DBG] pgmap v4191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:38 smithi145 bash[13673]: cluster 2022-04-26T05:02:37.552576+0000 mgr.smithi136.ofnrfx (mgr.14188) 4483 : cluster [DBG] pgmap v4192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:38 smithi136 bash[11745]: cluster 2022-04-26T05:02:37.552576+0000 mgr.smithi136.ofnrfx (mgr.14188) 4483 : cluster [DBG] pgmap v4192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:39.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:39.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:39.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:39.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:39 smithi145 bash[13673]: audit 2022-04-26T05:02:39.403480+0000 mon.smithi136 (mon.0) 3050 : audit [DBG] from='client.? 172.21.15.136:0/2687571761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:39 smithi136 bash[11745]: audit 2022-04-26T05:02:39.403480+0000 mon.smithi136 (mon.0) 3050 : audit [DBG] from='client.? 172.21.15.136:0/2687571761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:40 smithi145 bash[13673]: cluster 2022-04-26T05:02:39.553287+0000 mgr.smithi136.ofnrfx (mgr.14188) 4484 : cluster [DBG] pgmap v4193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:40 smithi136 bash[11745]: cluster 2022-04-26T05:02:39.553287+0000 mgr.smithi136.ofnrfx (mgr.14188) 4484 : cluster [DBG] pgmap v4193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:42 smithi145 bash[13673]: cluster 2022-04-26T05:02:41.553924+0000 mgr.smithi136.ofnrfx (mgr.14188) 4485 : cluster [DBG] pgmap v4194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:42 smithi136 bash[11745]: cluster 2022-04-26T05:02:41.553924+0000 mgr.smithi136.ofnrfx (mgr.14188) 4485 : cluster [DBG] pgmap v4194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:43 smithi145 bash[13673]: cluster 2022-04-26T05:02:43.554567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4486 : cluster [DBG] pgmap v4195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:43 smithi136 bash[11745]: cluster 2022-04-26T05:02:43.554567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4486 : cluster [DBG] pgmap v4195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:44.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:44.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:44.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:44.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:44 smithi136 bash[11745]: audit 2022-04-26T05:02:44.739544+0000 mon.smithi136 (mon.0) 3051 : audit [DBG] from='client.? 172.21.15.136:0/2572320289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:44 smithi145 bash[13673]: audit 2022-04-26T05:02:44.739544+0000 mon.smithi136 (mon.0) 3051 : audit [DBG] from='client.? 172.21.15.136:0/2572320289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:46 smithi136 bash[11745]: cluster 2022-04-26T05:02:45.555257+0000 mgr.smithi136.ofnrfx (mgr.14188) 4487 : cluster [DBG] pgmap v4196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:46 smithi145 bash[13673]: cluster 2022-04-26T05:02:45.555257+0000 mgr.smithi136.ofnrfx (mgr.14188) 4487 : cluster [DBG] pgmap v4196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:47 smithi145 bash[13673]: audit 2022-04-26T05:02:47.565696+0000 mon.smithi136 (mon.0) 3052 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:02:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:47 smithi145 bash[13673]: audit 2022-04-26T05:02:47.568367+0000 mon.smithi136 (mon.0) 3053 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:02:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:47 smithi145 bash[13673]: audit 2022-04-26T05:02:47.570019+0000 mon.smithi136 (mon.0) 3054 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:02:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:47 smithi136 bash[11745]: audit 2022-04-26T05:02:47.565696+0000 mon.smithi136 (mon.0) 3052 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:02:48.097 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:47 smithi136 bash[11745]: audit 2022-04-26T05:02:47.568367+0000 mon.smithi136 (mon.0) 3053 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:02:48.097 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:47 smithi136 bash[11745]: audit 2022-04-26T05:02:47.570019+0000 mon.smithi136 (mon.0) 3054 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:02:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:48 smithi145 bash[13673]: cluster 2022-04-26T05:02:47.555933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4488 : cluster [DBG] pgmap v4197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:48 smithi136 bash[11745]: cluster 2022-04-26T05:02:47.555933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4488 : cluster [DBG] pgmap v4197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:49.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:49.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:49.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:49 smithi145 bash[13673]: cluster 2022-04-26T05:02:49.556610+0000 mgr.smithi136.ofnrfx (mgr.14188) 4489 : cluster [DBG] pgmap v4198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:49 smithi136 bash[11745]: cluster 2022-04-26T05:02:49.556610+0000 mgr.smithi136.ofnrfx (mgr.14188) 4489 : cluster [DBG] pgmap v4198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:50.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:50 smithi145 bash[13673]: audit 2022-04-26T05:02:50.072331+0000 mon.smithi136 (mon.0) 3055 : audit [DBG] from='client.? 172.21.15.136:0/1664120097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:50 smithi136 bash[11745]: audit 2022-04-26T05:02:50.072331+0000 mon.smithi136 (mon.0) 3055 : audit [DBG] from='client.? 172.21.15.136:0/1664120097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:52.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:52 smithi145 bash[13673]: audit 2022-04-26T05:02:51.338961+0000 mon.smithi136 (mon.0) 3056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:02:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:52 smithi145 bash[13673]: cluster 2022-04-26T05:02:51.557389+0000 mgr.smithi136.ofnrfx (mgr.14188) 4490 : cluster [DBG] pgmap v4199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:52 smithi145 bash[13673]: audit 2022-04-26T05:02:52.021063+0000 mon.smithi136 (mon.0) 3057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:02:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:52 smithi145 bash[13673]: audit 2022-04-26T05:02:52.316589+0000 mon.smithi136 (mon.0) 3058 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:02:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:52 smithi145 bash[13673]: audit 2022-04-26T05:02:52.325346+0000 mon.smithi136 (mon.0) 3059 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:02:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:52 smithi136 bash[11745]: audit 2022-04-26T05:02:51.338961+0000 mon.smithi136 (mon.0) 3056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:02:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:52 smithi136 bash[11745]: cluster 2022-04-26T05:02:51.557389+0000 mgr.smithi136.ofnrfx (mgr.14188) 4490 : cluster [DBG] pgmap v4199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:52 smithi136 bash[11745]: audit 2022-04-26T05:02:52.021063+0000 mon.smithi136 (mon.0) 3057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:02:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:52 smithi136 bash[11745]: audit 2022-04-26T05:02:52.316589+0000 mon.smithi136 (mon.0) 3058 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:02:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:52 smithi136 bash[11745]: audit 2022-04-26T05:02:52.325346+0000 mon.smithi136 (mon.0) 3059 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:02:53.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:53 smithi145 bash[13673]: cluster 2022-04-26T05:02:52.309409+0000 mgr.smithi136.ofnrfx (mgr.14188) 4491 : cluster [DBG] pgmap v4200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:53 smithi145 bash[13673]: cluster 2022-04-26T05:02:52.309696+0000 mgr.smithi136.ofnrfx (mgr.14188) 4492 : cluster [DBG] pgmap v4201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:53 smithi145 bash[13673]: cephadm 2022-04-26T05:02:52.326653+0000 mgr.smithi136.ofnrfx (mgr.14188) 4493 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:02:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:53 smithi145 bash[13673]: cephadm 2022-04-26T05:02:52.326768+0000 mgr.smithi136.ofnrfx (mgr.14188) 4494 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:02:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:53 smithi136 bash[11745]: cluster 2022-04-26T05:02:52.309409+0000 mgr.smithi136.ofnrfx (mgr.14188) 4491 : cluster [DBG] pgmap v4200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:53 smithi136 bash[11745]: cluster 2022-04-26T05:02:52.309696+0000 mgr.smithi136.ofnrfx (mgr.14188) 4492 : cluster [DBG] pgmap v4201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:53 smithi136 bash[11745]: cephadm 2022-04-26T05:02:52.326653+0000 mgr.smithi136.ofnrfx (mgr.14188) 4493 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:02:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:53 smithi136 bash[11745]: cephadm 2022-04-26T05:02:52.326768+0000 mgr.smithi136.ofnrfx (mgr.14188) 4494 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:02:55.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:02:55.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:02:55.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:02:55.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:02:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:55 smithi145 bash[13673]: cluster 2022-04-26T05:02:54.310240+0000 mgr.smithi136.ofnrfx (mgr.14188) 4495 : cluster [DBG] pgmap v4202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:55 smithi136 bash[11745]: cluster 2022-04-26T05:02:54.310240+0000 mgr.smithi136.ofnrfx (mgr.14188) 4495 : cluster [DBG] pgmap v4202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:56 smithi145 bash[13673]: audit 2022-04-26T05:02:55.413742+0000 mon.smithi136 (mon.0) 3060 : audit [DBG] from='client.? 172.21.15.136:0/4081965664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:56 smithi136 bash[11745]: audit 2022-04-26T05:02:55.413742+0000 mon.smithi136 (mon.0) 3060 : audit [DBG] from='client.? 172.21.15.136:0/4081965664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:02:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:57 smithi136 bash[11745]: cluster 2022-04-26T05:02:56.310876+0000 mgr.smithi136.ofnrfx (mgr.14188) 4496 : cluster [DBG] pgmap v4203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:57 smithi145 bash[13673]: cluster 2022-04-26T05:02:56.310876+0000 mgr.smithi136.ofnrfx (mgr.14188) 4496 : cluster [DBG] pgmap v4203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:02:59 smithi136 bash[11745]: cluster 2022-04-26T05:02:58.311474+0000 mgr.smithi136.ofnrfx (mgr.14188) 4497 : cluster [DBG] pgmap v4204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:02:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:02:59 smithi145 bash[13673]: cluster 2022-04-26T05:02:58.311474+0000 mgr.smithi136.ofnrfx (mgr.14188) 4497 : cluster [DBG] pgmap v4204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:00.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:00.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:00.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:00.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:01 smithi136 bash[11745]: cluster 2022-04-26T05:03:00.312148+0000 mgr.smithi136.ofnrfx (mgr.14188) 4498 : cluster [DBG] pgmap v4205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:01 smithi136 bash[11745]: audit 2022-04-26T05:03:00.743387+0000 mon.smithi136 (mon.0) 3061 : audit [DBG] from='client.? 172.21.15.136:0/2257882992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:01 smithi145 bash[13673]: cluster 2022-04-26T05:03:00.312148+0000 mgr.smithi136.ofnrfx (mgr.14188) 4498 : cluster [DBG] pgmap v4205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:01 smithi145 bash[13673]: audit 2022-04-26T05:03:00.743387+0000 mon.smithi136 (mon.0) 3061 : audit [DBG] from='client.? 172.21.15.136:0/2257882992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:02 smithi136 bash[11745]: audit 2022-04-26T05:03:02.438402+0000 mon.smithi136 (mon.0) 3062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:03:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:02 smithi136 bash[11745]: audit 2022-04-26T05:03:02.442377+0000 mon.smithi136 (mon.0) 3063 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:03:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:02 smithi145 bash[13673]: audit 2022-04-26T05:03:02.438402+0000 mon.smithi136 (mon.0) 3062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:03:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:02 smithi145 bash[13673]: audit 2022-04-26T05:03:02.442377+0000 mon.smithi136 (mon.0) 3063 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:03:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:03 smithi136 bash[11745]: cluster 2022-04-26T05:03:02.312839+0000 mgr.smithi136.ofnrfx (mgr.14188) 4499 : cluster [DBG] pgmap v4206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:03 smithi145 bash[13673]: cluster 2022-04-26T05:03:02.312839+0000 mgr.smithi136.ofnrfx (mgr.14188) 4499 : cluster [DBG] pgmap v4206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:05.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:05.762 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:05.762 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:05 smithi136 bash[11745]: cluster 2022-04-26T05:03:04.313403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4500 : cluster [DBG] pgmap v4207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:05.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:05 smithi145 bash[13673]: cluster 2022-04-26T05:03:04.313403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4500 : cluster [DBG] pgmap v4207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:06.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:06 smithi136 bash[11745]: audit 2022-04-26T05:03:06.067957+0000 mon.smithi136 (mon.0) 3064 : audit [DBG] from='client.? 172.21.15.136:0/4076931558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:06 smithi145 bash[13673]: audit 2022-04-26T05:03:06.067957+0000 mon.smithi136 (mon.0) 3064 : audit [DBG] from='client.? 172.21.15.136:0/4076931558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:07 smithi136 bash[11745]: cluster 2022-04-26T05:03:06.314057+0000 mgr.smithi136.ofnrfx (mgr.14188) 4501 : cluster [DBG] pgmap v4208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:07 smithi145 bash[13673]: cluster 2022-04-26T05:03:06.314057+0000 mgr.smithi136.ofnrfx (mgr.14188) 4501 : cluster [DBG] pgmap v4208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:09 smithi136 bash[11745]: cluster 2022-04-26T05:03:08.314728+0000 mgr.smithi136.ofnrfx (mgr.14188) 4502 : cluster [DBG] pgmap v4209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:09 smithi145 bash[13673]: cluster 2022-04-26T05:03:08.314728+0000 mgr.smithi136.ofnrfx (mgr.14188) 4502 : cluster [DBG] pgmap v4209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:11.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:11.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:11.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:11.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:11 smithi136 bash[11745]: cluster 2022-04-26T05:03:10.315339+0000 mgr.smithi136.ofnrfx (mgr.14188) 4503 : cluster [DBG] pgmap v4210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:11 smithi136 bash[11745]: audit 2022-04-26T05:03:11.400524+0000 mon.smithi136 (mon.0) 3065 : audit [DBG] from='client.? 172.21.15.136:0/727242780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:11.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:11 smithi145 bash[13673]: cluster 2022-04-26T05:03:10.315339+0000 mgr.smithi136.ofnrfx (mgr.14188) 4503 : cluster [DBG] pgmap v4210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:11 smithi145 bash[13673]: audit 2022-04-26T05:03:11.400524+0000 mon.smithi136 (mon.0) 3065 : audit [DBG] from='client.? 172.21.15.136:0/727242780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:13 smithi136 bash[11745]: cluster 2022-04-26T05:03:12.315975+0000 mgr.smithi136.ofnrfx (mgr.14188) 4504 : cluster [DBG] pgmap v4211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:13.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:13 smithi145 bash[13673]: cluster 2022-04-26T05:03:12.315975+0000 mgr.smithi136.ofnrfx (mgr.14188) 4504 : cluster [DBG] pgmap v4211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:15 smithi136 bash[11745]: cluster 2022-04-26T05:03:14.316584+0000 mgr.smithi136.ofnrfx (mgr.14188) 4505 : cluster [DBG] pgmap v4212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:15.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:15 smithi145 bash[13673]: cluster 2022-04-26T05:03:14.316584+0000 mgr.smithi136.ofnrfx (mgr.14188) 4505 : cluster [DBG] pgmap v4212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:16.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:16.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:16.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:16.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:17 smithi136 bash[11745]: cluster 2022-04-26T05:03:16.317138+0000 mgr.smithi136.ofnrfx (mgr.14188) 4506 : cluster [DBG] pgmap v4213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:17 smithi136 bash[11745]: audit 2022-04-26T05:03:16.725115+0000 mon.smithi136 (mon.0) 3066 : audit [DBG] from='client.? 172.21.15.136:0/3011776569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:17 smithi145 bash[13673]: cluster 2022-04-26T05:03:16.317138+0000 mgr.smithi136.ofnrfx (mgr.14188) 4506 : cluster [DBG] pgmap v4213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:17 smithi145 bash[13673]: audit 2022-04-26T05:03:16.725115+0000 mon.smithi136 (mon.0) 3066 : audit [DBG] from='client.? 172.21.15.136:0/3011776569' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:19 smithi145 bash[13673]: cluster 2022-04-26T05:03:18.317739+0000 mgr.smithi136.ofnrfx (mgr.14188) 4507 : cluster [DBG] pgmap v4214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:19 smithi136 bash[11745]: cluster 2022-04-26T05:03:18.317739+0000 mgr.smithi136.ofnrfx (mgr.14188) 4507 : cluster [DBG] pgmap v4214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:21.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:21.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:21.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:21 smithi145 bash[13673]: cluster 2022-04-26T05:03:20.318297+0000 mgr.smithi136.ofnrfx (mgr.14188) 4508 : cluster [DBG] pgmap v4215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:21 smithi136 bash[11745]: cluster 2022-04-26T05:03:20.318297+0000 mgr.smithi136.ofnrfx (mgr.14188) 4508 : cluster [DBG] pgmap v4215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:22.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:22.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:22 smithi145 bash[13673]: audit 2022-04-26T05:03:22.047843+0000 mon.smithi136 (mon.0) 3067 : audit [DBG] from='client.? 172.21.15.136:0/2756046849' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:22 smithi136 bash[11745]: audit 2022-04-26T05:03:22.047843+0000 mon.smithi136 (mon.0) 3067 : audit [DBG] from='client.? 172.21.15.136:0/2756046849' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:23 smithi145 bash[13673]: cluster 2022-04-26T05:03:22.318893+0000 mgr.smithi136.ofnrfx (mgr.14188) 4509 : cluster [DBG] pgmap v4216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:23 smithi136 bash[11745]: cluster 2022-04-26T05:03:22.318893+0000 mgr.smithi136.ofnrfx (mgr.14188) 4509 : cluster [DBG] pgmap v4216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:25.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:25 smithi145 bash[13673]: cluster 2022-04-26T05:03:24.319488+0000 mgr.smithi136.ofnrfx (mgr.14188) 4510 : cluster [DBG] pgmap v4217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:25 smithi136 bash[11745]: cluster 2022-04-26T05:03:24.319488+0000 mgr.smithi136.ofnrfx (mgr.14188) 4510 : cluster [DBG] pgmap v4217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:27.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:27.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:27.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:27.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:27.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:27 smithi145 bash[13673]: cluster 2022-04-26T05:03:26.320113+0000 mgr.smithi136.ofnrfx (mgr.14188) 4511 : cluster [DBG] pgmap v4218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:27 smithi145 bash[13673]: audit 2022-04-26T05:03:27.373837+0000 mon.smithi136 (mon.0) 3068 : audit [DBG] from='client.? 172.21.15.136:0/741828312' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:27 smithi136 bash[11745]: cluster 2022-04-26T05:03:26.320113+0000 mgr.smithi136.ofnrfx (mgr.14188) 4511 : cluster [DBG] pgmap v4218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:27 smithi136 bash[11745]: audit 2022-04-26T05:03:27.373837+0000 mon.smithi136 (mon.0) 3068 : audit [DBG] from='client.? 172.21.15.136:0/741828312' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:29.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:29 smithi145 bash[13673]: cluster 2022-04-26T05:03:28.320731+0000 mgr.smithi136.ofnrfx (mgr.14188) 4512 : cluster [DBG] pgmap v4219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:29 smithi136 bash[11745]: cluster 2022-04-26T05:03:28.320731+0000 mgr.smithi136.ofnrfx (mgr.14188) 4512 : cluster [DBG] pgmap v4219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:31 smithi145 bash[13673]: cluster 2022-04-26T05:03:30.321337+0000 mgr.smithi136.ofnrfx (mgr.14188) 4513 : cluster [DBG] pgmap v4220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:31 smithi136 bash[11745]: cluster 2022-04-26T05:03:30.321337+0000 mgr.smithi136.ofnrfx (mgr.14188) 4513 : cluster [DBG] pgmap v4220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:32.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:32.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:32.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:32.718 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:33.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:33 smithi145 bash[13673]: cluster 2022-04-26T05:03:32.321961+0000 mgr.smithi136.ofnrfx (mgr.14188) 4514 : cluster [DBG] pgmap v4221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:33 smithi145 bash[13673]: audit 2022-04-26T05:03:32.702344+0000 mon.smithi136 (mon.0) 3069 : audit [DBG] from='client.? 172.21.15.136:0/992992800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:33 smithi136 bash[11745]: cluster 2022-04-26T05:03:32.321961+0000 mgr.smithi136.ofnrfx (mgr.14188) 4514 : cluster [DBG] pgmap v4221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:33 smithi136 bash[11745]: audit 2022-04-26T05:03:32.702344+0000 mon.smithi136 (mon.0) 3069 : audit [DBG] from='client.? 172.21.15.136:0/992992800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:35.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:35 smithi145 bash[13673]: cluster 2022-04-26T05:03:34.322573+0000 mgr.smithi136.ofnrfx (mgr.14188) 4515 : cluster [DBG] pgmap v4222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:35 smithi136 bash[11745]: cluster 2022-04-26T05:03:34.322573+0000 mgr.smithi136.ofnrfx (mgr.14188) 4515 : cluster [DBG] pgmap v4222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:37.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:37.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:37.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:37 smithi145 bash[13673]: cluster 2022-04-26T05:03:36.323187+0000 mgr.smithi136.ofnrfx (mgr.14188) 4516 : cluster [DBG] pgmap v4223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:38.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:37 smithi136 bash[11745]: cluster 2022-04-26T05:03:36.323187+0000 mgr.smithi136.ofnrfx (mgr.14188) 4516 : cluster [DBG] pgmap v4223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:38 smithi145 bash[13673]: audit 2022-04-26T05:03:38.034821+0000 mon.smithi136 (mon.0) 3070 : audit [DBG] from='client.? 172.21.15.136:0/553194496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:38 smithi136 bash[11745]: audit 2022-04-26T05:03:38.034821+0000 mon.smithi136 (mon.0) 3070 : audit [DBG] from='client.? 172.21.15.136:0/553194496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:39.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:39 smithi145 bash[13673]: cluster 2022-04-26T05:03:38.323836+0000 mgr.smithi136.ofnrfx (mgr.14188) 4517 : cluster [DBG] pgmap v4224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:39 smithi136 bash[11745]: cluster 2022-04-26T05:03:38.323836+0000 mgr.smithi136.ofnrfx (mgr.14188) 4517 : cluster [DBG] pgmap v4224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:41 smithi145 bash[13673]: cluster 2022-04-26T05:03:40.324427+0000 mgr.smithi136.ofnrfx (mgr.14188) 4518 : cluster [DBG] pgmap v4225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:41 smithi136 bash[11745]: cluster 2022-04-26T05:03:40.324427+0000 mgr.smithi136.ofnrfx (mgr.14188) 4518 : cluster [DBG] pgmap v4225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:42 smithi145 bash[13673]: cluster 2022-04-26T05:03:42.325041+0000 mgr.smithi136.ofnrfx (mgr.14188) 4519 : cluster [DBG] pgmap v4226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:43.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:43.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:43.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:42 smithi136 bash[11745]: cluster 2022-04-26T05:03:42.325041+0000 mgr.smithi136.ofnrfx (mgr.14188) 4519 : cluster [DBG] pgmap v4226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:43.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:43 smithi145 bash[13673]: audit 2022-04-26T05:03:43.359713+0000 mon.smithi136 (mon.0) 3071 : audit [DBG] from='client.? 172.21.15.136:0/948734259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:43 smithi136 bash[11745]: audit 2022-04-26T05:03:43.359713+0000 mon.smithi136 (mon.0) 3071 : audit [DBG] from='client.? 172.21.15.136:0/948734259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:44 smithi136 bash[11745]: cluster 2022-04-26T05:03:44.325644+0000 mgr.smithi136.ofnrfx (mgr.14188) 4520 : cluster [DBG] pgmap v4227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:45.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:44 smithi145 bash[13673]: cluster 2022-04-26T05:03:44.325644+0000 mgr.smithi136.ofnrfx (mgr.14188) 4520 : cluster [DBG] pgmap v4227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:47 smithi136 bash[11745]: cluster 2022-04-26T05:03:46.326279+0000 mgr.smithi136.ofnrfx (mgr.14188) 4521 : cluster [DBG] pgmap v4228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:47 smithi145 bash[13673]: cluster 2022-04-26T05:03:46.326279+0000 mgr.smithi136.ofnrfx (mgr.14188) 4521 : cluster [DBG] pgmap v4228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:48.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:48.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:48.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:48.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:49 smithi136 bash[11745]: cluster 2022-04-26T05:03:48.326885+0000 mgr.smithi136.ofnrfx (mgr.14188) 4522 : cluster [DBG] pgmap v4229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:49 smithi136 bash[11745]: audit 2022-04-26T05:03:48.688527+0000 mon.smithi136 (mon.0) 3072 : audit [DBG] from='client.? 172.21.15.136:0/1367174612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:49 smithi145 bash[13673]: cluster 2022-04-26T05:03:48.326885+0000 mgr.smithi136.ofnrfx (mgr.14188) 4522 : cluster [DBG] pgmap v4229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:49 smithi145 bash[13673]: audit 2022-04-26T05:03:48.688527+0000 mon.smithi136 (mon.0) 3072 : audit [DBG] from='client.? 172.21.15.136:0/1367174612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:51 smithi136 bash[11745]: cluster 2022-04-26T05:03:50.327484+0000 mgr.smithi136.ofnrfx (mgr.14188) 4523 : cluster [DBG] pgmap v4230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:51.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:51 smithi145 bash[13673]: cluster 2022-04-26T05:03:50.327484+0000 mgr.smithi136.ofnrfx (mgr.14188) 4523 : cluster [DBG] pgmap v4230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:52 smithi136 bash[11745]: audit 2022-04-26T05:03:52.336270+0000 mon.smithi136 (mon.0) 3073 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:03:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:52 smithi136 bash[11745]: audit 2022-04-26T05:03:52.339099+0000 mon.smithi136 (mon.0) 3074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:03:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:52 smithi136 bash[11745]: audit 2022-04-26T05:03:52.340976+0000 mon.smithi136 (mon.0) 3075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:03:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:52 smithi145 bash[13673]: audit 2022-04-26T05:03:52.336270+0000 mon.smithi136 (mon.0) 3073 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:03:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:52 smithi145 bash[13673]: audit 2022-04-26T05:03:52.339099+0000 mon.smithi136 (mon.0) 3074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:03:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:52 smithi145 bash[13673]: audit 2022-04-26T05:03:52.340976+0000 mon.smithi136 (mon.0) 3075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:03:53.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:53.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:53.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:53 smithi136 bash[11745]: cluster 2022-04-26T05:03:52.328157+0000 mgr.smithi136.ofnrfx (mgr.14188) 4524 : cluster [DBG] pgmap v4231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:53 smithi136 bash[11745]: audit 2022-04-26T05:03:52.647734+0000 mon.smithi136 (mon.0) 3076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:03:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:53 smithi136 bash[11745]: audit 2022-04-26T05:03:52.942027+0000 mon.smithi136 (mon.0) 3077 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:03:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:53 smithi136 bash[11745]: audit 2022-04-26T05:03:52.948239+0000 mon.smithi136 (mon.0) 3078 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:03:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:53 smithi145 bash[13673]: cluster 2022-04-26T05:03:52.328157+0000 mgr.smithi136.ofnrfx (mgr.14188) 4524 : cluster [DBG] pgmap v4231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:53 smithi145 bash[13673]: audit 2022-04-26T05:03:52.647734+0000 mon.smithi136 (mon.0) 3076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:03:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:53 smithi145 bash[13673]: audit 2022-04-26T05:03:52.942027+0000 mon.smithi136 (mon.0) 3077 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:03:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:53 smithi145 bash[13673]: audit 2022-04-26T05:03:52.948239+0000 mon.smithi136 (mon.0) 3078 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:03:54.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:54 smithi136 bash[11745]: cluster 2022-04-26T05:03:52.934718+0000 mgr.smithi136.ofnrfx (mgr.14188) 4525 : cluster [DBG] pgmap v4232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:54 smithi136 bash[11745]: cluster 2022-04-26T05:03:52.935169+0000 mgr.smithi136.ofnrfx (mgr.14188) 4526 : cluster [DBG] pgmap v4233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:54 smithi136 bash[11745]: cephadm 2022-04-26T05:03:52.949423+0000 mgr.smithi136.ofnrfx (mgr.14188) 4527 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:03:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:54 smithi136 bash[11745]: cephadm 2022-04-26T05:03:52.949583+0000 mgr.smithi136.ofnrfx (mgr.14188) 4528 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:03:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:54 smithi136 bash[11745]: audit 2022-04-26T05:03:54.014447+0000 mon.smithi136 (mon.0) 3079 : audit [DBG] from='client.? 172.21.15.136:0/1609885974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:54 smithi145 bash[13673]: cluster 2022-04-26T05:03:52.934718+0000 mgr.smithi136.ofnrfx (mgr.14188) 4525 : cluster [DBG] pgmap v4232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:54.916 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:54 smithi145 bash[13673]: cluster 2022-04-26T05:03:52.935169+0000 mgr.smithi136.ofnrfx (mgr.14188) 4526 : cluster [DBG] pgmap v4233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:54.916 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:54 smithi145 bash[13673]: cephadm 2022-04-26T05:03:52.949423+0000 mgr.smithi136.ofnrfx (mgr.14188) 4527 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:03:54.916 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:54 smithi145 bash[13673]: cephadm 2022-04-26T05:03:52.949583+0000 mgr.smithi136.ofnrfx (mgr.14188) 4528 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:03:54.916 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:54 smithi145 bash[13673]: audit 2022-04-26T05:03:54.014447+0000 mon.smithi136 (mon.0) 3079 : audit [DBG] from='client.? 172.21.15.136:0/1609885974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:03:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:56 smithi136 bash[11745]: cluster 2022-04-26T05:03:54.935774+0000 mgr.smithi136.ofnrfx (mgr.14188) 4529 : cluster [DBG] pgmap v4234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:56 smithi145 bash[13673]: cluster 2022-04-26T05:03:54.935774+0000 mgr.smithi136.ofnrfx (mgr.14188) 4529 : cluster [DBG] pgmap v4234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:58.857 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:58 smithi136 bash[11745]: cluster 2022-04-26T05:03:56.936403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4530 : cluster [DBG] pgmap v4235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:58.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:58 smithi145 bash[13673]: cluster 2022-04-26T05:03:56.936403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4530 : cluster [DBG] pgmap v4235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:03:59.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:03:59.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:03:59.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:03:59.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:03:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:03:59 smithi145 bash[13673]: audit 2022-04-26T05:03:59.340262+0000 mon.smithi136 (mon.0) 3080 : audit [DBG] from='client.? 172.21.15.136:0/2021444832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:03:59 smithi136 bash[11745]: audit 2022-04-26T05:03:59.340262+0000 mon.smithi136 (mon.0) 3080 : audit [DBG] from='client.? 172.21.15.136:0/2021444832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:00.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:00 smithi145 bash[13673]: cluster 2022-04-26T05:03:58.937013+0000 mgr.smithi136.ofnrfx (mgr.14188) 4531 : cluster [DBG] pgmap v4236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:00 smithi136 bash[11745]: cluster 2022-04-26T05:03:58.937013+0000 mgr.smithi136.ofnrfx (mgr.14188) 4531 : cluster [DBG] pgmap v4236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:02 smithi145 bash[13673]: cluster 2022-04-26T05:04:00.937645+0000 mgr.smithi136.ofnrfx (mgr.14188) 4532 : cluster [DBG] pgmap v4237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:02 smithi145 bash[13673]: audit 2022-04-26T05:04:02.442508+0000 mon.smithi136 (mon.0) 3081 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:04:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:02 smithi145 bash[13673]: audit 2022-04-26T05:04:02.446330+0000 mon.smithi136 (mon.0) 3082 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:04:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:02 smithi136 bash[11745]: cluster 2022-04-26T05:04:00.937645+0000 mgr.smithi136.ofnrfx (mgr.14188) 4532 : cluster [DBG] pgmap v4237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:02 smithi136 bash[11745]: audit 2022-04-26T05:04:02.442508+0000 mon.smithi136 (mon.0) 3081 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:04:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:02 smithi136 bash[11745]: audit 2022-04-26T05:04:02.446330+0000 mon.smithi136 (mon.0) 3082 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:04:04.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:04.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:04.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:04.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:04 smithi145 bash[13673]: cluster 2022-04-26T05:04:02.938235+0000 mgr.smithi136.ofnrfx (mgr.14188) 4533 : cluster [DBG] pgmap v4238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:04 smithi136 bash[11745]: cluster 2022-04-26T05:04:02.938235+0000 mgr.smithi136.ofnrfx (mgr.14188) 4533 : cluster [DBG] pgmap v4238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:05.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:05 smithi145 bash[13673]: audit 2022-04-26T05:04:04.670113+0000 mon.smithi136 (mon.0) 3083 : audit [DBG] from='client.? 172.21.15.136:0/673455981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:05 smithi136 bash[11745]: audit 2022-04-26T05:04:04.670113+0000 mon.smithi136 (mon.0) 3083 : audit [DBG] from='client.? 172.21.15.136:0/673455981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:06 smithi145 bash[13673]: cluster 2022-04-26T05:04:04.938846+0000 mgr.smithi136.ofnrfx (mgr.14188) 4534 : cluster [DBG] pgmap v4239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:06 smithi136 bash[11745]: cluster 2022-04-26T05:04:04.938846+0000 mgr.smithi136.ofnrfx (mgr.14188) 4534 : cluster [DBG] pgmap v4239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:08.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:08 smithi136 bash[11745]: cluster 2022-04-26T05:04:06.939479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4535 : cluster [DBG] pgmap v4240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:08 smithi145 bash[13673]: cluster 2022-04-26T05:04:06.939479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4535 : cluster [DBG] pgmap v4240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:09.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:09.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:09.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:10.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:10.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:10 smithi145 bash[13673]: cluster 2022-04-26T05:04:08.940227+0000 mgr.smithi136.ofnrfx (mgr.14188) 4536 : cluster [DBG] pgmap v4241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:10 smithi145 bash[13673]: audit 2022-04-26T05:04:10.005380+0000 mon.smithi136 (mon.0) 3084 : audit [DBG] from='client.? 172.21.15.136:0/411269886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:10 smithi136 bash[11745]: cluster 2022-04-26T05:04:08.940227+0000 mgr.smithi136.ofnrfx (mgr.14188) 4536 : cluster [DBG] pgmap v4241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:10 smithi136 bash[11745]: audit 2022-04-26T05:04:10.005380+0000 mon.smithi136 (mon.0) 3084 : audit [DBG] from='client.? 172.21.15.136:0/411269886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:12 smithi145 bash[13673]: cluster 2022-04-26T05:04:10.940912+0000 mgr.smithi136.ofnrfx (mgr.14188) 4537 : cluster [DBG] pgmap v4242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:12 smithi136 bash[11745]: cluster 2022-04-26T05:04:10.940912+0000 mgr.smithi136.ofnrfx (mgr.14188) 4537 : cluster [DBG] pgmap v4242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:14.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:14 smithi145 bash[13673]: cluster 2022-04-26T05:04:12.941533+0000 mgr.smithi136.ofnrfx (mgr.14188) 4538 : cluster [DBG] pgmap v4243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:15.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:15.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:15.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:14 smithi136 bash[11745]: cluster 2022-04-26T05:04:12.941533+0000 mgr.smithi136.ofnrfx (mgr.14188) 4538 : cluster [DBG] pgmap v4243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:15.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:15.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:15 smithi145 bash[13673]: audit 2022-04-26T05:04:15.338313+0000 mon.smithi136 (mon.0) 3085 : audit [DBG] from='client.? 172.21.15.136:0/2931157095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:15 smithi136 bash[11745]: audit 2022-04-26T05:04:15.338313+0000 mon.smithi136 (mon.0) 3085 : audit [DBG] from='client.? 172.21.15.136:0/2931157095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:16 smithi145 bash[13673]: cluster 2022-04-26T05:04:14.942152+0000 mgr.smithi136.ofnrfx (mgr.14188) 4539 : cluster [DBG] pgmap v4244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:16 smithi136 bash[11745]: cluster 2022-04-26T05:04:14.942152+0000 mgr.smithi136.ofnrfx (mgr.14188) 4539 : cluster [DBG] pgmap v4244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:18 smithi145 bash[13673]: cluster 2022-04-26T05:04:16.942731+0000 mgr.smithi136.ofnrfx (mgr.14188) 4540 : cluster [DBG] pgmap v4245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:18 smithi136 bash[11745]: cluster 2022-04-26T05:04:16.942731+0000 mgr.smithi136.ofnrfx (mgr.14188) 4540 : cluster [DBG] pgmap v4245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:20.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:20.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:20.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:20.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:20 smithi145 bash[13673]: cluster 2022-04-26T05:04:18.943412+0000 mgr.smithi136.ofnrfx (mgr.14188) 4541 : cluster [DBG] pgmap v4246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:20 smithi136 bash[11745]: cluster 2022-04-26T05:04:18.943412+0000 mgr.smithi136.ofnrfx (mgr.14188) 4541 : cluster [DBG] pgmap v4246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:21 smithi145 bash[13673]: audit 2022-04-26T05:04:20.673710+0000 mon.smithi136 (mon.0) 3086 : audit [DBG] from='client.? 172.21.15.136:0/852048215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:21 smithi145 bash[13673]: cluster 2022-04-26T05:04:20.944097+0000 mgr.smithi136.ofnrfx (mgr.14188) 4542 : cluster [DBG] pgmap v4247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:21 smithi136 bash[11745]: audit 2022-04-26T05:04:20.673710+0000 mon.smithi136 (mon.0) 3086 : audit [DBG] from='client.? 172.21.15.136:0/852048215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:21 smithi136 bash[11745]: cluster 2022-04-26T05:04:20.944097+0000 mgr.smithi136.ofnrfx (mgr.14188) 4542 : cluster [DBG] pgmap v4247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:24 smithi136 bash[11745]: cluster 2022-04-26T05:04:22.944702+0000 mgr.smithi136.ofnrfx (mgr.14188) 4543 : cluster [DBG] pgmap v4248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:24.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:24 smithi145 bash[13673]: cluster 2022-04-26T05:04:22.944702+0000 mgr.smithi136.ofnrfx (mgr.14188) 4543 : cluster [DBG] pgmap v4248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:25.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:25.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:25.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:26.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:26 smithi136 bash[11745]: cluster 2022-04-26T05:04:24.945297+0000 mgr.smithi136.ofnrfx (mgr.14188) 4544 : cluster [DBG] pgmap v4249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:26 smithi136 bash[11745]: audit 2022-04-26T05:04:26.000860+0000 mon.smithi136 (mon.0) 3087 : audit [DBG] from='client.? 172.21.15.136:0/3012625255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:26 smithi145 bash[13673]: cluster 2022-04-26T05:04:24.945297+0000 mgr.smithi136.ofnrfx (mgr.14188) 4544 : cluster [DBG] pgmap v4249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:26 smithi145 bash[13673]: audit 2022-04-26T05:04:26.000860+0000 mon.smithi136 (mon.0) 3087 : audit [DBG] from='client.? 172.21.15.136:0/3012625255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:28 smithi136 bash[11745]: cluster 2022-04-26T05:04:26.945928+0000 mgr.smithi136.ofnrfx (mgr.14188) 4545 : cluster [DBG] pgmap v4250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:28 smithi145 bash[13673]: cluster 2022-04-26T05:04:26.945928+0000 mgr.smithi136.ofnrfx (mgr.14188) 4545 : cluster [DBG] pgmap v4250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:30 smithi136 bash[11745]: cluster 2022-04-26T05:04:28.946570+0000 mgr.smithi136.ofnrfx (mgr.14188) 4546 : cluster [DBG] pgmap v4251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:30.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:30 smithi145 bash[13673]: cluster 2022-04-26T05:04:28.946570+0000 mgr.smithi136.ofnrfx (mgr.14188) 4546 : cluster [DBG] pgmap v4251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:31.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:31.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:31.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:31.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:31 smithi136 bash[11745]: audit 2022-04-26T05:04:31.319311+0000 mon.smithi136 (mon.0) 3088 : audit [DBG] from='client.? 172.21.15.136:0/1137749092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:31.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:31 smithi145 bash[13673]: audit 2022-04-26T05:04:31.319311+0000 mon.smithi136 (mon.0) 3088 : audit [DBG] from='client.? 172.21.15.136:0/1137749092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:32.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:32 smithi145 bash[13673]: cluster 2022-04-26T05:04:30.947171+0000 mgr.smithi136.ofnrfx (mgr.14188) 4547 : cluster [DBG] pgmap v4252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:32 smithi136 bash[11745]: cluster 2022-04-26T05:04:30.947171+0000 mgr.smithi136.ofnrfx (mgr.14188) 4547 : cluster [DBG] pgmap v4252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:34.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:34 smithi145 bash[13673]: cluster 2022-04-26T05:04:32.947784+0000 mgr.smithi136.ofnrfx (mgr.14188) 4548 : cluster [DBG] pgmap v4253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:34 smithi136 bash[11745]: cluster 2022-04-26T05:04:32.947784+0000 mgr.smithi136.ofnrfx (mgr.14188) 4548 : cluster [DBG] pgmap v4253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:36.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:36.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:36.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:36.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:36 smithi145 bash[13673]: cluster 2022-04-26T05:04:34.948398+0000 mgr.smithi136.ofnrfx (mgr.14188) 4549 : cluster [DBG] pgmap v4254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:36 smithi136 bash[11745]: cluster 2022-04-26T05:04:34.948398+0000 mgr.smithi136.ofnrfx (mgr.14188) 4549 : cluster [DBG] pgmap v4254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:37 smithi145 bash[13673]: audit 2022-04-26T05:04:36.647595+0000 mon.smithi136 (mon.0) 3089 : audit [DBG] from='client.? 172.21.15.136:0/1259138178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:37 smithi136 bash[11745]: audit 2022-04-26T05:04:36.647595+0000 mon.smithi136 (mon.0) 3089 : audit [DBG] from='client.? 172.21.15.136:0/1259138178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:38.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:38 smithi136 bash[11745]: cluster 2022-04-26T05:04:36.949033+0000 mgr.smithi136.ofnrfx (mgr.14188) 4550 : cluster [DBG] pgmap v4255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:38 smithi145 bash[13673]: cluster 2022-04-26T05:04:36.949033+0000 mgr.smithi136.ofnrfx (mgr.14188) 4550 : cluster [DBG] pgmap v4255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:40 smithi145 bash[13673]: cluster 2022-04-26T05:04:38.949636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4551 : cluster [DBG] pgmap v4256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:40 smithi136 bash[11745]: cluster 2022-04-26T05:04:38.949636+0000 mgr.smithi136.ofnrfx (mgr.14188) 4551 : cluster [DBG] pgmap v4256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:41.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:41.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:41.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:41.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:42 smithi145 bash[13673]: cluster 2022-04-26T05:04:40.950244+0000 mgr.smithi136.ofnrfx (mgr.14188) 4552 : cluster [DBG] pgmap v4257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:42.930 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:42 smithi145 bash[13673]: audit 2022-04-26T05:04:41.972968+0000 mon.smithi136 (mon.0) 3090 : audit [DBG] from='client.? 172.21.15.136:0/4127903812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:42 smithi136 bash[11745]: cluster 2022-04-26T05:04:40.950244+0000 mgr.smithi136.ofnrfx (mgr.14188) 4552 : cluster [DBG] pgmap v4257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:43.085 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:42 smithi136 bash[11745]: audit 2022-04-26T05:04:41.972968+0000 mon.smithi136 (mon.0) 3090 : audit [DBG] from='client.? 172.21.15.136:0/4127903812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:44 smithi145 bash[13673]: cluster 2022-04-26T05:04:42.950854+0000 mgr.smithi136.ofnrfx (mgr.14188) 4553 : cluster [DBG] pgmap v4258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:44 smithi136 bash[11745]: cluster 2022-04-26T05:04:42.950854+0000 mgr.smithi136.ofnrfx (mgr.14188) 4553 : cluster [DBG] pgmap v4258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:46 smithi145 bash[13673]: cluster 2022-04-26T05:04:44.951458+0000 mgr.smithi136.ofnrfx (mgr.14188) 4554 : cluster [DBG] pgmap v4259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:46.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:46.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:46.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:46 smithi136 bash[11745]: cluster 2022-04-26T05:04:44.951458+0000 mgr.smithi136.ofnrfx (mgr.14188) 4554 : cluster [DBG] pgmap v4259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:47.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:47 smithi145 bash[13673]: audit 2022-04-26T05:04:47.294265+0000 mon.smithi136 (mon.0) 3091 : audit [DBG] from='client.? 172.21.15.136:0/644438693' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:47 smithi136 bash[11745]: audit 2022-04-26T05:04:47.294265+0000 mon.smithi136 (mon.0) 3091 : audit [DBG] from='client.? 172.21.15.136:0/644438693' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:48 smithi145 bash[13673]: cluster 2022-04-26T05:04:46.952105+0000 mgr.smithi136.ofnrfx (mgr.14188) 4555 : cluster [DBG] pgmap v4260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:48 smithi136 bash[11745]: cluster 2022-04-26T05:04:46.952105+0000 mgr.smithi136.ofnrfx (mgr.14188) 4555 : cluster [DBG] pgmap v4260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:50 smithi145 bash[13673]: cluster 2022-04-26T05:04:48.952716+0000 mgr.smithi136.ofnrfx (mgr.14188) 4556 : cluster [DBG] pgmap v4261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:50 smithi136 bash[11745]: cluster 2022-04-26T05:04:48.952716+0000 mgr.smithi136.ofnrfx (mgr.14188) 4556 : cluster [DBG] pgmap v4261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:52.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:52.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:52.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:52.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:52 smithi145 bash[13673]: cluster 2022-04-26T05:04:50.953373+0000 mgr.smithi136.ofnrfx (mgr.14188) 4557 : cluster [DBG] pgmap v4262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:52 smithi136 bash[11745]: cluster 2022-04-26T05:04:50.953373+0000 mgr.smithi136.ofnrfx (mgr.14188) 4557 : cluster [DBG] pgmap v4262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:53 smithi145 bash[13673]: audit 2022-04-26T05:04:52.626808+0000 mon.smithi136 (mon.0) 3092 : audit [DBG] from='client.? 172.21.15.136:0/285229442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:53 smithi145 bash[13673]: audit 2022-04-26T05:04:52.960173+0000 mon.smithi136 (mon.0) 3093 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:04:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:53 smithi145 bash[13673]: audit 2022-04-26T05:04:52.963069+0000 mon.smithi136 (mon.0) 3094 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:04:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:53 smithi145 bash[13673]: audit 2022-04-26T05:04:52.965109+0000 mon.smithi136 (mon.0) 3095 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:04:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:53 smithi145 bash[13673]: audit 2022-04-26T05:04:53.262647+0000 mon.smithi136 (mon.0) 3096 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:04:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:53 smithi145 bash[13673]: audit 2022-04-26T05:04:53.272937+0000 mon.smithi136 (mon.0) 3097 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:04:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:53 smithi136 bash[11745]: audit 2022-04-26T05:04:52.626808+0000 mon.smithi136 (mon.0) 3092 : audit [DBG] from='client.? 172.21.15.136:0/285229442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:53 smithi136 bash[11745]: audit 2022-04-26T05:04:52.960173+0000 mon.smithi136 (mon.0) 3093 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:04:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:53 smithi136 bash[11745]: audit 2022-04-26T05:04:52.963069+0000 mon.smithi136 (mon.0) 3094 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:04:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:53 smithi136 bash[11745]: audit 2022-04-26T05:04:52.965109+0000 mon.smithi136 (mon.0) 3095 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:04:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:53 smithi136 bash[11745]: audit 2022-04-26T05:04:53.262647+0000 mon.smithi136 (mon.0) 3096 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:04:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:53 smithi136 bash[11745]: audit 2022-04-26T05:04:53.272937+0000 mon.smithi136 (mon.0) 3097 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:04:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:54 smithi145 bash[13673]: cluster 2022-04-26T05:04:52.953983+0000 mgr.smithi136.ofnrfx (mgr.14188) 4558 : cluster [DBG] pgmap v4263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:54 smithi145 bash[13673]: cluster 2022-04-26T05:04:53.257328+0000 mgr.smithi136.ofnrfx (mgr.14188) 4559 : cluster [DBG] pgmap v4264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:54 smithi145 bash[13673]: cluster 2022-04-26T05:04:53.257824+0000 mgr.smithi136.ofnrfx (mgr.14188) 4560 : cluster [DBG] pgmap v4265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:54 smithi145 bash[13673]: cephadm 2022-04-26T05:04:53.274094+0000 mgr.smithi136.ofnrfx (mgr.14188) 4561 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:04:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:54 smithi145 bash[13673]: cephadm 2022-04-26T05:04:53.274303+0000 mgr.smithi136.ofnrfx (mgr.14188) 4562 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:04:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:54 smithi136 bash[11745]: cluster 2022-04-26T05:04:52.953983+0000 mgr.smithi136.ofnrfx (mgr.14188) 4558 : cluster [DBG] pgmap v4263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:54 smithi136 bash[11745]: cluster 2022-04-26T05:04:53.257328+0000 mgr.smithi136.ofnrfx (mgr.14188) 4559 : cluster [DBG] pgmap v4264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:54 smithi136 bash[11745]: cluster 2022-04-26T05:04:53.257824+0000 mgr.smithi136.ofnrfx (mgr.14188) 4560 : cluster [DBG] pgmap v4265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:54 smithi136 bash[11745]: cephadm 2022-04-26T05:04:53.274094+0000 mgr.smithi136.ofnrfx (mgr.14188) 4561 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:04:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:54 smithi136 bash[11745]: cephadm 2022-04-26T05:04:53.274303+0000 mgr.smithi136.ofnrfx (mgr.14188) 4562 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:04:56.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:56 smithi145 bash[13673]: cluster 2022-04-26T05:04:55.258485+0000 mgr.smithi136.ofnrfx (mgr.14188) 4563 : cluster [DBG] pgmap v4266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:56 smithi136 bash[11745]: cluster 2022-04-26T05:04:55.258485+0000 mgr.smithi136.ofnrfx (mgr.14188) 4563 : cluster [DBG] pgmap v4266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:57.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:04:57.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:04:57.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:04:57.974 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:04:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:58 smithi145 bash[13673]: cluster 2022-04-26T05:04:57.259112+0000 mgr.smithi136.ofnrfx (mgr.14188) 4564 : cluster [DBG] pgmap v4267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:58 smithi145 bash[13673]: audit 2022-04-26T05:04:57.958003+0000 mon.smithi136 (mon.0) 3098 : audit [DBG] from='client.? 172.21.15.136:0/3464841151' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:04:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:58 smithi136 bash[11745]: cluster 2022-04-26T05:04:57.259112+0000 mgr.smithi136.ofnrfx (mgr.14188) 4564 : cluster [DBG] pgmap v4267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:04:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:58 smithi136 bash[11745]: audit 2022-04-26T05:04:57.958003+0000 mon.smithi136 (mon.0) 3098 : audit [DBG] from='client.? 172.21.15.136:0/3464841151' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:04:59 smithi136 bash[11745]: cluster 2022-04-26T05:04:59.259759+0000 mgr.smithi136.ofnrfx (mgr.14188) 4565 : cluster [DBG] pgmap v4268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:04:59 smithi145 bash[13673]: cluster 2022-04-26T05:04:59.259759+0000 mgr.smithi136.ofnrfx (mgr.14188) 4565 : cluster [DBG] pgmap v4268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:02 smithi136 bash[11745]: cluster 2022-04-26T05:05:01.260397+0000 mgr.smithi136.ofnrfx (mgr.14188) 4566 : cluster [DBG] pgmap v4269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:02 smithi136 bash[11745]: audit 2022-04-26T05:05:02.446634+0000 mon.smithi136 (mon.0) 3099 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:05:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:02 smithi136 bash[11745]: audit 2022-04-26T05:05:02.450863+0000 mon.smithi136 (mon.0) 3100 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:05:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:02 smithi145 bash[13673]: cluster 2022-04-26T05:05:01.260397+0000 mgr.smithi136.ofnrfx (mgr.14188) 4566 : cluster [DBG] pgmap v4269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:02 smithi145 bash[13673]: audit 2022-04-26T05:05:02.446634+0000 mon.smithi136 (mon.0) 3099 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:05:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:02 smithi145 bash[13673]: audit 2022-04-26T05:05:02.450863+0000 mon.smithi136 (mon.0) 3100 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:05:02.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:02.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:02.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:03.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:03 smithi145 bash[13673]: audit 2022-04-26T05:05:03.290222+0000 mon.smithi136 (mon.0) 3101 : audit [DBG] from='client.? 172.21.15.136:0/697432510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:03 smithi136 bash[11745]: audit 2022-04-26T05:05:03.290222+0000 mon.smithi136 (mon.0) 3101 : audit [DBG] from='client.? 172.21.15.136:0/697432510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:04 smithi145 bash[13673]: cluster 2022-04-26T05:05:03.261006+0000 mgr.smithi136.ofnrfx (mgr.14188) 4567 : cluster [DBG] pgmap v4270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:04 smithi136 bash[11745]: cluster 2022-04-26T05:05:03.261006+0000 mgr.smithi136.ofnrfx (mgr.14188) 4567 : cluster [DBG] pgmap v4270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:06 smithi145 bash[13673]: cluster 2022-04-26T05:05:05.261662+0000 mgr.smithi136.ofnrfx (mgr.14188) 4568 : cluster [DBG] pgmap v4271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:06 smithi136 bash[11745]: cluster 2022-04-26T05:05:05.261662+0000 mgr.smithi136.ofnrfx (mgr.14188) 4568 : cluster [DBG] pgmap v4271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:08.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:08.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:08.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:08.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:08.861 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:08 smithi136 bash[11745]: cluster 2022-04-26T05:05:07.262320+0000 mgr.smithi136.ofnrfx (mgr.14188) 4569 : cluster [DBG] pgmap v4272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:08.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:08 smithi145 bash[13673]: cluster 2022-04-26T05:05:07.262320+0000 mgr.smithi136.ofnrfx (mgr.14188) 4569 : cluster [DBG] pgmap v4272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:09 smithi145 bash[13673]: audit 2022-04-26T05:05:08.619799+0000 mon.smithi136 (mon.0) 3102 : audit [DBG] from='client.? 172.21.15.136:0/667899532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:09 smithi136 bash[11745]: audit 2022-04-26T05:05:08.619799+0000 mon.smithi136 (mon.0) 3102 : audit [DBG] from='client.? 172.21.15.136:0/667899532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:10.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:10 smithi145 bash[13673]: cluster 2022-04-26T05:05:09.262941+0000 mgr.smithi136.ofnrfx (mgr.14188) 4570 : cluster [DBG] pgmap v4273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:10 smithi136 bash[11745]: cluster 2022-04-26T05:05:09.262941+0000 mgr.smithi136.ofnrfx (mgr.14188) 4570 : cluster [DBG] pgmap v4273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:12 smithi145 bash[13673]: cluster 2022-04-26T05:05:11.263582+0000 mgr.smithi136.ofnrfx (mgr.14188) 4571 : cluster [DBG] pgmap v4274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:12 smithi136 bash[11745]: cluster 2022-04-26T05:05:11.263582+0000 mgr.smithi136.ofnrfx (mgr.14188) 4571 : cluster [DBG] pgmap v4274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:13.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:13.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:13.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:13.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:14 smithi145 bash[13673]: cluster 2022-04-26T05:05:13.264192+0000 mgr.smithi136.ofnrfx (mgr.14188) 4572 : cluster [DBG] pgmap v4275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:14 smithi145 bash[13673]: audit 2022-04-26T05:05:13.945209+0000 mon.smithi136 (mon.0) 3103 : audit [DBG] from='client.? 172.21.15.136:0/4270957717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:14 smithi136 bash[11745]: cluster 2022-04-26T05:05:13.264192+0000 mgr.smithi136.ofnrfx (mgr.14188) 4572 : cluster [DBG] pgmap v4275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:14 smithi136 bash[11745]: audit 2022-04-26T05:05:13.945209+0000 mon.smithi136 (mon.0) 3103 : audit [DBG] from='client.? 172.21.15.136:0/4270957717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:16 smithi145 bash[13673]: cluster 2022-04-26T05:05:15.264787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4573 : cluster [DBG] pgmap v4276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:16 smithi136 bash[11745]: cluster 2022-04-26T05:05:15.264787+0000 mgr.smithi136.ofnrfx (mgr.14188) 4573 : cluster [DBG] pgmap v4276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:18 smithi145 bash[13673]: cluster 2022-04-26T05:05:17.265447+0000 mgr.smithi136.ofnrfx (mgr.14188) 4574 : cluster [DBG] pgmap v4277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:18.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:18.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:18.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:18 smithi136 bash[11745]: cluster 2022-04-26T05:05:17.265447+0000 mgr.smithi136.ofnrfx (mgr.14188) 4574 : cluster [DBG] pgmap v4277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:19.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:19 smithi145 bash[13673]: audit 2022-04-26T05:05:19.271065+0000 mon.smithi136 (mon.0) 3104 : audit [DBG] from='client.? 172.21.15.136:0/4102606753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:19 smithi136 bash[11745]: audit 2022-04-26T05:05:19.271065+0000 mon.smithi136 (mon.0) 3104 : audit [DBG] from='client.? 172.21.15.136:0/4102606753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:20.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:20 smithi145 bash[13673]: cluster 2022-04-26T05:05:19.266025+0000 mgr.smithi136.ofnrfx (mgr.14188) 4575 : cluster [DBG] pgmap v4278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:20 smithi136 bash[11745]: cluster 2022-04-26T05:05:19.266025+0000 mgr.smithi136.ofnrfx (mgr.14188) 4575 : cluster [DBG] pgmap v4278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:22 smithi145 bash[13673]: cluster 2022-04-26T05:05:21.266678+0000 mgr.smithi136.ofnrfx (mgr.14188) 4576 : cluster [DBG] pgmap v4279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:22 smithi136 bash[11745]: cluster 2022-04-26T05:05:21.266678+0000 mgr.smithi136.ofnrfx (mgr.14188) 4576 : cluster [DBG] pgmap v4279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:24.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:24.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:24.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:24.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:24.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:24 smithi145 bash[13673]: cluster 2022-04-26T05:05:23.267313+0000 mgr.smithi136.ofnrfx (mgr.14188) 4577 : cluster [DBG] pgmap v4280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:24 smithi145 bash[13673]: audit 2022-04-26T05:05:24.601895+0000 mon.smithi136 (mon.0) 3105 : audit [DBG] from='client.? 172.21.15.136:0/2305457709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:24 smithi136 bash[11745]: cluster 2022-04-26T05:05:23.267313+0000 mgr.smithi136.ofnrfx (mgr.14188) 4577 : cluster [DBG] pgmap v4280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:24 smithi136 bash[11745]: audit 2022-04-26T05:05:24.601895+0000 mon.smithi136 (mon.0) 3105 : audit [DBG] from='client.? 172.21.15.136:0/2305457709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:26.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:26 smithi145 bash[13673]: cluster 2022-04-26T05:05:25.267929+0000 mgr.smithi136.ofnrfx (mgr.14188) 4578 : cluster [DBG] pgmap v4281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:26 smithi136 bash[11745]: cluster 2022-04-26T05:05:25.267929+0000 mgr.smithi136.ofnrfx (mgr.14188) 4578 : cluster [DBG] pgmap v4281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:28 smithi136 bash[11745]: cluster 2022-04-26T05:05:27.268650+0000 mgr.smithi136.ofnrfx (mgr.14188) 4579 : cluster [DBG] pgmap v4282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:28 smithi145 bash[13673]: cluster 2022-04-26T05:05:27.268650+0000 mgr.smithi136.ofnrfx (mgr.14188) 4579 : cluster [DBG] pgmap v4282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:29.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:29.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:29.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:29.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:29 smithi136 bash[11745]: cluster 2022-04-26T05:05:29.269261+0000 mgr.smithi136.ofnrfx (mgr.14188) 4580 : cluster [DBG] pgmap v4283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:29 smithi145 bash[13673]: cluster 2022-04-26T05:05:29.269261+0000 mgr.smithi136.ofnrfx (mgr.14188) 4580 : cluster [DBG] pgmap v4283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:30 smithi136 bash[11745]: audit 2022-04-26T05:05:29.930144+0000 mon.smithi136 (mon.0) 3106 : audit [DBG] from='client.? 172.21.15.136:0/1183786053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:31.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:30 smithi145 bash[13673]: audit 2022-04-26T05:05:29.930144+0000 mon.smithi136 (mon.0) 3106 : audit [DBG] from='client.? 172.21.15.136:0/1183786053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:31 smithi136 bash[11745]: cluster 2022-04-26T05:05:31.269892+0000 mgr.smithi136.ofnrfx (mgr.14188) 4581 : cluster [DBG] pgmap v4284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:32.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:31 smithi145 bash[13673]: cluster 2022-04-26T05:05:31.269892+0000 mgr.smithi136.ofnrfx (mgr.14188) 4581 : cluster [DBG] pgmap v4284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:34.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:34 smithi145 bash[13673]: cluster 2022-04-26T05:05:33.270499+0000 mgr.smithi136.ofnrfx (mgr.14188) 4582 : cluster [DBG] pgmap v4285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:34 smithi136 bash[11745]: cluster 2022-04-26T05:05:33.270499+0000 mgr.smithi136.ofnrfx (mgr.14188) 4582 : cluster [DBG] pgmap v4285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:34.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:34.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:34.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:35.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:35.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:35 smithi145 bash[13673]: audit 2022-04-26T05:05:35.252819+0000 mon.smithi136 (mon.0) 3107 : audit [DBG] from='client.? 172.21.15.136:0/2612489520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:35 smithi136 bash[11745]: audit 2022-04-26T05:05:35.252819+0000 mon.smithi136 (mon.0) 3107 : audit [DBG] from='client.? 172.21.15.136:0/2612489520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:36.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:36 smithi145 bash[13673]: cluster 2022-04-26T05:05:35.271039+0000 mgr.smithi136.ofnrfx (mgr.14188) 4583 : cluster [DBG] pgmap v4286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:36 smithi136 bash[11745]: cluster 2022-04-26T05:05:35.271039+0000 mgr.smithi136.ofnrfx (mgr.14188) 4583 : cluster [DBG] pgmap v4286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:38.862 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:38 smithi136 bash[11745]: cluster 2022-04-26T05:05:37.271724+0000 mgr.smithi136.ofnrfx (mgr.14188) 4584 : cluster [DBG] pgmap v4287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:38 smithi145 bash[13673]: cluster 2022-04-26T05:05:37.271724+0000 mgr.smithi136.ofnrfx (mgr.14188) 4584 : cluster [DBG] pgmap v4287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:40.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:40.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:40.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:40.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:40.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:40 smithi145 bash[13673]: cluster 2022-04-26T05:05:39.272362+0000 mgr.smithi136.ofnrfx (mgr.14188) 4585 : cluster [DBG] pgmap v4288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:40 smithi136 bash[11745]: cluster 2022-04-26T05:05:39.272362+0000 mgr.smithi136.ofnrfx (mgr.14188) 4585 : cluster [DBG] pgmap v4288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:41 smithi145 bash[13673]: audit 2022-04-26T05:05:40.578827+0000 mon.smithi136 (mon.0) 3108 : audit [DBG] from='client.? 172.21.15.136:0/187916972' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:41 smithi136 bash[11745]: audit 2022-04-26T05:05:40.578827+0000 mon.smithi136 (mon.0) 3108 : audit [DBG] from='client.? 172.21.15.136:0/187916972' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:42.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:42 smithi145 bash[13673]: cluster 2022-04-26T05:05:41.273005+0000 mgr.smithi136.ofnrfx (mgr.14188) 4586 : cluster [DBG] pgmap v4289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:42 smithi136 bash[11745]: cluster 2022-04-26T05:05:41.273005+0000 mgr.smithi136.ofnrfx (mgr.14188) 4586 : cluster [DBG] pgmap v4289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:44 smithi145 bash[13673]: cluster 2022-04-26T05:05:43.273641+0000 mgr.smithi136.ofnrfx (mgr.14188) 4587 : cluster [DBG] pgmap v4290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:44 smithi136 bash[11745]: cluster 2022-04-26T05:05:43.273641+0000 mgr.smithi136.ofnrfx (mgr.14188) 4587 : cluster [DBG] pgmap v4290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:45.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:45.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:45.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:45.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:46.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:46 smithi145 bash[13673]: cluster 2022-04-26T05:05:45.274252+0000 mgr.smithi136.ofnrfx (mgr.14188) 4588 : cluster [DBG] pgmap v4291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:46 smithi145 bash[13673]: audit 2022-04-26T05:05:45.902644+0000 mon.smithi136 (mon.0) 3109 : audit [DBG] from='client.? 172.21.15.136:0/1030541948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:46 smithi136 bash[11745]: cluster 2022-04-26T05:05:45.274252+0000 mgr.smithi136.ofnrfx (mgr.14188) 4588 : cluster [DBG] pgmap v4291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:46 smithi136 bash[11745]: audit 2022-04-26T05:05:45.902644+0000 mon.smithi136 (mon.0) 3109 : audit [DBG] from='client.? 172.21.15.136:0/1030541948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:48.861 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:48 smithi136 bash[11745]: cluster 2022-04-26T05:05:47.274855+0000 mgr.smithi136.ofnrfx (mgr.14188) 4589 : cluster [DBG] pgmap v4292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:48 smithi145 bash[13673]: cluster 2022-04-26T05:05:47.274855+0000 mgr.smithi136.ofnrfx (mgr.14188) 4589 : cluster [DBG] pgmap v4292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:50 smithi145 bash[13673]: cluster 2022-04-26T05:05:49.275481+0000 mgr.smithi136.ofnrfx (mgr.14188) 4590 : cluster [DBG] pgmap v4293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:50.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:50.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:50.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:50 smithi136 bash[11745]: cluster 2022-04-26T05:05:49.275481+0000 mgr.smithi136.ofnrfx (mgr.14188) 4590 : cluster [DBG] pgmap v4293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:51.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:51.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:51 smithi145 bash[13673]: audit 2022-04-26T05:05:51.231786+0000 mon.smithi136 (mon.0) 3110 : audit [DBG] from='client.? 172.21.15.136:0/1577867548' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:51 smithi136 bash[11745]: audit 2022-04-26T05:05:51.231786+0000 mon.smithi136 (mon.0) 3110 : audit [DBG] from='client.? 172.21.15.136:0/1577867548' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:52.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:52 smithi145 bash[13673]: cluster 2022-04-26T05:05:51.276197+0000 mgr.smithi136.ofnrfx (mgr.14188) 4591 : cluster [DBG] pgmap v4294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:52 smithi136 bash[11745]: cluster 2022-04-26T05:05:51.276197+0000 mgr.smithi136.ofnrfx (mgr.14188) 4591 : cluster [DBG] pgmap v4294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:53 smithi145 bash[13673]: audit 2022-04-26T05:05:53.285598+0000 mon.smithi136 (mon.0) 3111 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:05:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:53 smithi145 bash[13673]: audit 2022-04-26T05:05:53.288593+0000 mon.smithi136 (mon.0) 3112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:05:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:53 smithi145 bash[13673]: audit 2022-04-26T05:05:53.290517+0000 mon.smithi136 (mon.0) 3113 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:05:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:53 smithi145 bash[13673]: audit 2022-04-26T05:05:53.589064+0000 mon.smithi136 (mon.0) 3114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:05:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:53 smithi136 bash[11745]: audit 2022-04-26T05:05:53.285598+0000 mon.smithi136 (mon.0) 3111 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:05:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:53 smithi136 bash[11745]: audit 2022-04-26T05:05:53.288593+0000 mon.smithi136 (mon.0) 3112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:05:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:53 smithi136 bash[11745]: audit 2022-04-26T05:05:53.290517+0000 mon.smithi136 (mon.0) 3113 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:05:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:53 smithi136 bash[11745]: audit 2022-04-26T05:05:53.589064+0000 mon.smithi136 (mon.0) 3114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:05:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:54 smithi145 bash[13673]: cluster 2022-04-26T05:05:53.276873+0000 mgr.smithi136.ofnrfx (mgr.14188) 4592 : cluster [DBG] pgmap v4295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:54 smithi145 bash[13673]: audit 2022-04-26T05:05:53.878814+0000 mon.smithi136 (mon.0) 3115 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:05:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:54 smithi145 bash[13673]: audit 2022-04-26T05:05:53.887322+0000 mon.smithi136 (mon.0) 3116 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:05:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:54 smithi136 bash[11745]: cluster 2022-04-26T05:05:53.276873+0000 mgr.smithi136.ofnrfx (mgr.14188) 4592 : cluster [DBG] pgmap v4295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:54 smithi136 bash[11745]: audit 2022-04-26T05:05:53.878814+0000 mon.smithi136 (mon.0) 3115 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:05:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:54 smithi136 bash[11745]: audit 2022-04-26T05:05:53.887322+0000 mon.smithi136 (mon.0) 3116 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:05:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:55 smithi145 bash[13673]: cluster 2022-04-26T05:05:53.872232+0000 mgr.smithi136.ofnrfx (mgr.14188) 4593 : cluster [DBG] pgmap v4296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:55 smithi145 bash[13673]: cluster 2022-04-26T05:05:53.872798+0000 mgr.smithi136.ofnrfx (mgr.14188) 4594 : cluster [DBG] pgmap v4297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:55 smithi145 bash[13673]: cephadm 2022-04-26T05:05:53.888517+0000 mgr.smithi136.ofnrfx (mgr.14188) 4595 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:05:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:55 smithi145 bash[13673]: cephadm 2022-04-26T05:05:53.888686+0000 mgr.smithi136.ofnrfx (mgr.14188) 4596 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:05:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:55 smithi136 bash[11745]: cluster 2022-04-26T05:05:53.872232+0000 mgr.smithi136.ofnrfx (mgr.14188) 4593 : cluster [DBG] pgmap v4296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:55 smithi136 bash[11745]: cluster 2022-04-26T05:05:53.872798+0000 mgr.smithi136.ofnrfx (mgr.14188) 4594 : cluster [DBG] pgmap v4297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:55 smithi136 bash[11745]: cephadm 2022-04-26T05:05:53.888517+0000 mgr.smithi136.ofnrfx (mgr.14188) 4595 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:05:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:55 smithi136 bash[11745]: cephadm 2022-04-26T05:05:53.888686+0000 mgr.smithi136.ofnrfx (mgr.14188) 4596 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:05:56.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:05:56.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:05:56.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:05:56.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:05:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:56 smithi145 bash[13673]: audit 2022-04-26T05:05:56.561701+0000 mon.smithi136 (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.136:0/3892417642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:56 smithi136 bash[11745]: audit 2022-04-26T05:05:56.561701+0000 mon.smithi136 (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.136:0/3892417642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:05:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:57 smithi145 bash[13673]: cluster 2022-04-26T05:05:55.873368+0000 mgr.smithi136.ofnrfx (mgr.14188) 4597 : cluster [DBG] pgmap v4298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:05:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:57 smithi136 bash[11745]: cluster 2022-04-26T05:05:55.873368+0000 mgr.smithi136.ofnrfx (mgr.14188) 4597 : cluster [DBG] pgmap v4298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:05:59 smithi136 bash[11745]: cluster 2022-04-26T05:05:57.873990+0000 mgr.smithi136.ofnrfx (mgr.14188) 4598 : cluster [DBG] pgmap v4299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:00.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:05:59 smithi145 bash[13673]: cluster 2022-04-26T05:05:57.873990+0000 mgr.smithi136.ofnrfx (mgr.14188) 4598 : cluster [DBG] pgmap v4299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:01.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:01.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:01.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:01.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:01 smithi136 bash[11745]: cluster 2022-04-26T05:05:59.874593+0000 mgr.smithi136.ofnrfx (mgr.14188) 4599 : cluster [DBG] pgmap v4300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:01 smithi145 bash[13673]: cluster 2022-04-26T05:05:59.874593+0000 mgr.smithi136.ofnrfx (mgr.14188) 4599 : cluster [DBG] pgmap v4300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:02 smithi136 bash[11745]: audit 2022-04-26T05:06:01.889606+0000 mon.smithi136 (mon.0) 3118 : audit [DBG] from='client.? 172.21.15.136:0/4040644605' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:02 smithi136 bash[11745]: audit 2022-04-26T05:06:02.450862+0000 mon.smithi136 (mon.0) 3119 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:06:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:02 smithi136 bash[11745]: audit 2022-04-26T05:06:02.454764+0000 mon.smithi136 (mon.0) 3120 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:06:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:02 smithi145 bash[13673]: audit 2022-04-26T05:06:01.889606+0000 mon.smithi136 (mon.0) 3118 : audit [DBG] from='client.? 172.21.15.136:0/4040644605' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:02 smithi145 bash[13673]: audit 2022-04-26T05:06:02.450862+0000 mon.smithi136 (mon.0) 3119 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:06:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:02 smithi145 bash[13673]: audit 2022-04-26T05:06:02.454764+0000 mon.smithi136 (mon.0) 3120 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:06:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:03 smithi136 bash[11745]: cluster 2022-04-26T05:06:01.875214+0000 mgr.smithi136.ofnrfx (mgr.14188) 4600 : cluster [DBG] pgmap v4301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:03 smithi145 bash[13673]: cluster 2022-04-26T05:06:01.875214+0000 mgr.smithi136.ofnrfx (mgr.14188) 4600 : cluster [DBG] pgmap v4301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:04 smithi136 bash[11745]: cluster 2022-04-26T05:06:03.875880+0000 mgr.smithi136.ofnrfx (mgr.14188) 4601 : cluster [DBG] pgmap v4302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:04 smithi145 bash[13673]: cluster 2022-04-26T05:06:03.875880+0000 mgr.smithi136.ofnrfx (mgr.14188) 4601 : cluster [DBG] pgmap v4302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:06.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:06.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:06.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:07.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:07 smithi145 bash[13673]: cluster 2022-04-26T05:06:05.876476+0000 mgr.smithi136.ofnrfx (mgr.14188) 4602 : cluster [DBG] pgmap v4303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:07 smithi145 bash[13673]: audit 2022-04-26T05:06:07.215289+0000 mon.smithi136 (mon.0) 3121 : audit [DBG] from='client.? 172.21.15.136:0/3094117450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:07 smithi136 bash[11745]: cluster 2022-04-26T05:06:05.876476+0000 mgr.smithi136.ofnrfx (mgr.14188) 4602 : cluster [DBG] pgmap v4303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:07 smithi136 bash[11745]: audit 2022-04-26T05:06:07.215289+0000 mon.smithi136 (mon.0) 3121 : audit [DBG] from='client.? 172.21.15.136:0/3094117450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:09.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:09 smithi145 bash[13673]: cluster 2022-04-26T05:06:07.877112+0000 mgr.smithi136.ofnrfx (mgr.14188) 4603 : cluster [DBG] pgmap v4304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:09 smithi136 bash[11745]: cluster 2022-04-26T05:06:07.877112+0000 mgr.smithi136.ofnrfx (mgr.14188) 4603 : cluster [DBG] pgmap v4304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:11.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:11 smithi145 bash[13673]: cluster 2022-04-26T05:06:09.877811+0000 mgr.smithi136.ofnrfx (mgr.14188) 4604 : cluster [DBG] pgmap v4305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:11 smithi136 bash[11745]: cluster 2022-04-26T05:06:09.877811+0000 mgr.smithi136.ofnrfx (mgr.14188) 4604 : cluster [DBG] pgmap v4305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:12.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:12.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:12.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:12.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:12.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:12 smithi145 bash[13673]: audit 2022-04-26T05:06:12.547249+0000 mon.smithi136 (mon.0) 3122 : audit [DBG] from='client.? 172.21.15.136:0/1754535852' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:12 smithi136 bash[11745]: audit 2022-04-26T05:06:12.547249+0000 mon.smithi136 (mon.0) 3122 : audit [DBG] from='client.? 172.21.15.136:0/1754535852' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:13.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:13 smithi145 bash[13673]: cluster 2022-04-26T05:06:11.878566+0000 mgr.smithi136.ofnrfx (mgr.14188) 4605 : cluster [DBG] pgmap v4306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:13 smithi136 bash[11745]: cluster 2022-04-26T05:06:11.878566+0000 mgr.smithi136.ofnrfx (mgr.14188) 4605 : cluster [DBG] pgmap v4306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:15.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:15 smithi145 bash[13673]: cluster 2022-04-26T05:06:13.879174+0000 mgr.smithi136.ofnrfx (mgr.14188) 4606 : cluster [DBG] pgmap v4307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:15 smithi136 bash[11745]: cluster 2022-04-26T05:06:13.879174+0000 mgr.smithi136.ofnrfx (mgr.14188) 4606 : cluster [DBG] pgmap v4307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:17.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:17.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:17.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:17 smithi145 bash[13673]: cluster 2022-04-26T05:06:15.879819+0000 mgr.smithi136.ofnrfx (mgr.14188) 4607 : cluster [DBG] pgmap v4308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:17.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:17 smithi136 bash[11745]: cluster 2022-04-26T05:06:15.879819+0000 mgr.smithi136.ofnrfx (mgr.14188) 4607 : cluster [DBG] pgmap v4308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:18.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:18 smithi145 bash[13673]: audit 2022-04-26T05:06:17.889405+0000 mon.smithi136 (mon.0) 3123 : audit [DBG] from='client.? 172.21.15.136:0/3002137854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:18 smithi136 bash[11745]: audit 2022-04-26T05:06:17.889405+0000 mon.smithi136 (mon.0) 3123 : audit [DBG] from='client.? 172.21.15.136:0/3002137854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:19 smithi145 bash[13673]: cluster 2022-04-26T05:06:17.880457+0000 mgr.smithi136.ofnrfx (mgr.14188) 4608 : cluster [DBG] pgmap v4309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:19 smithi136 bash[11745]: cluster 2022-04-26T05:06:17.880457+0000 mgr.smithi136.ofnrfx (mgr.14188) 4608 : cluster [DBG] pgmap v4309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:21 smithi145 bash[13673]: cluster 2022-04-26T05:06:19.881091+0000 mgr.smithi136.ofnrfx (mgr.14188) 4609 : cluster [DBG] pgmap v4310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:21 smithi136 bash[11745]: cluster 2022-04-26T05:06:19.881091+0000 mgr.smithi136.ofnrfx (mgr.14188) 4609 : cluster [DBG] pgmap v4310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:22.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:22.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:22.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:23.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:23.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:23 smithi145 bash[13673]: cluster 2022-04-26T05:06:21.881736+0000 mgr.smithi136.ofnrfx (mgr.14188) 4610 : cluster [DBG] pgmap v4311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:23 smithi145 bash[13673]: audit 2022-04-26T05:06:23.219299+0000 mon.smithi136 (mon.0) 3124 : audit [DBG] from='client.? 172.21.15.136:0/3898733455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:23 smithi136 bash[11745]: cluster 2022-04-26T05:06:21.881736+0000 mgr.smithi136.ofnrfx (mgr.14188) 4610 : cluster [DBG] pgmap v4311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:23 smithi136 bash[11745]: audit 2022-04-26T05:06:23.219299+0000 mon.smithi136 (mon.0) 3124 : audit [DBG] from='client.? 172.21.15.136:0/3898733455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:25.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:25 smithi145 bash[13673]: cluster 2022-04-26T05:06:23.882462+0000 mgr.smithi136.ofnrfx (mgr.14188) 4611 : cluster [DBG] pgmap v4312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:25 smithi136 bash[11745]: cluster 2022-04-26T05:06:23.882462+0000 mgr.smithi136.ofnrfx (mgr.14188) 4611 : cluster [DBG] pgmap v4312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:27.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:27 smithi145 bash[13673]: cluster 2022-04-26T05:06:25.883106+0000 mgr.smithi136.ofnrfx (mgr.14188) 4612 : cluster [DBG] pgmap v4313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:27 smithi136 bash[11745]: cluster 2022-04-26T05:06:25.883106+0000 mgr.smithi136.ofnrfx (mgr.14188) 4612 : cluster [DBG] pgmap v4313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:28.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:28.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:28.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:28.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:28 smithi136 bash[11745]: audit 2022-04-26T05:06:28.547981+0000 mon.smithi136 (mon.0) 3125 : audit [DBG] from='client.? 172.21.15.136:0/215636944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:29.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:28 smithi145 bash[13673]: audit 2022-04-26T05:06:28.547981+0000 mon.smithi136 (mon.0) 3125 : audit [DBG] from='client.? 172.21.15.136:0/215636944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:29 smithi136 bash[11745]: cluster 2022-04-26T05:06:27.883696+0000 mgr.smithi136.ofnrfx (mgr.14188) 4613 : cluster [DBG] pgmap v4314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:29 smithi145 bash[13673]: cluster 2022-04-26T05:06:27.883696+0000 mgr.smithi136.ofnrfx (mgr.14188) 4613 : cluster [DBG] pgmap v4314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:31 smithi136 bash[11745]: cluster 2022-04-26T05:06:29.884316+0000 mgr.smithi136.ofnrfx (mgr.14188) 4614 : cluster [DBG] pgmap v4315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:32.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:31 smithi145 bash[13673]: cluster 2022-04-26T05:06:29.884316+0000 mgr.smithi136.ofnrfx (mgr.14188) 4614 : cluster [DBG] pgmap v4315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:33.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:33.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:33.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:33.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:33 smithi136 bash[11745]: cluster 2022-04-26T05:06:31.884941+0000 mgr.smithi136.ofnrfx (mgr.14188) 4615 : cluster [DBG] pgmap v4316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:33 smithi145 bash[13673]: cluster 2022-04-26T05:06:31.884941+0000 mgr.smithi136.ofnrfx (mgr.14188) 4615 : cluster [DBG] pgmap v4316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:34 smithi136 bash[11745]: audit 2022-04-26T05:06:33.882183+0000 mon.smithi136 (mon.0) 3126 : audit [DBG] from='client.? 172.21.15.136:0/3762256889' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:34 smithi145 bash[13673]: audit 2022-04-26T05:06:33.882183+0000 mon.smithi136 (mon.0) 3126 : audit [DBG] from='client.? 172.21.15.136:0/3762256889' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:35 smithi136 bash[11745]: cluster 2022-04-26T05:06:33.885516+0000 mgr.smithi136.ofnrfx (mgr.14188) 4616 : cluster [DBG] pgmap v4317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:36.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:35 smithi145 bash[13673]: cluster 2022-04-26T05:06:33.885516+0000 mgr.smithi136.ofnrfx (mgr.14188) 4616 : cluster [DBG] pgmap v4317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:36 smithi136 bash[11745]: cluster 2022-04-26T05:06:35.886137+0000 mgr.smithi136.ofnrfx (mgr.14188) 4617 : cluster [DBG] pgmap v4318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:37.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:36 smithi145 bash[13673]: cluster 2022-04-26T05:06:35.886137+0000 mgr.smithi136.ofnrfx (mgr.14188) 4617 : cluster [DBG] pgmap v4318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:38.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:38.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:38.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:39.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:38 smithi136 bash[11745]: cluster 2022-04-26T05:06:37.886745+0000 mgr.smithi136.ofnrfx (mgr.14188) 4618 : cluster [DBG] pgmap v4319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:39.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:38 smithi145 bash[13673]: cluster 2022-04-26T05:06:37.886745+0000 mgr.smithi136.ofnrfx (mgr.14188) 4618 : cluster [DBG] pgmap v4319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:40.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:39 smithi136 bash[11745]: audit 2022-04-26T05:06:39.220695+0000 mon.smithi136 (mon.0) 3127 : audit [DBG] from='client.? 172.21.15.136:0/2128684935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:40.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:39 smithi145 bash[13673]: audit 2022-04-26T05:06:39.220695+0000 mon.smithi136 (mon.0) 3127 : audit [DBG] from='client.? 172.21.15.136:0/2128684935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:41 smithi145 bash[13673]: cluster 2022-04-26T05:06:39.887340+0000 mgr.smithi136.ofnrfx (mgr.14188) 4619 : cluster [DBG] pgmap v4320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:41 smithi136 bash[11745]: cluster 2022-04-26T05:06:39.887340+0000 mgr.smithi136.ofnrfx (mgr.14188) 4619 : cluster [DBG] pgmap v4320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:43 smithi145 bash[13673]: cluster 2022-04-26T05:06:41.887950+0000 mgr.smithi136.ofnrfx (mgr.14188) 4620 : cluster [DBG] pgmap v4321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:43 smithi136 bash[11745]: cluster 2022-04-26T05:06:41.887950+0000 mgr.smithi136.ofnrfx (mgr.14188) 4620 : cluster [DBG] pgmap v4321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:44.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:44.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:44.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:44.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:44.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:44 smithi145 bash[13673]: audit 2022-04-26T05:06:44.547672+0000 mon.smithi136 (mon.0) 3128 : audit [DBG] from='client.? 172.21.15.136:0/3424974743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:44 smithi136 bash[11745]: audit 2022-04-26T05:06:44.547672+0000 mon.smithi136 (mon.0) 3128 : audit [DBG] from='client.? 172.21.15.136:0/3424974743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:45.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:45 smithi145 bash[13673]: cluster 2022-04-26T05:06:43.888551+0000 mgr.smithi136.ofnrfx (mgr.14188) 4621 : cluster [DBG] pgmap v4322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:45 smithi136 bash[11745]: cluster 2022-04-26T05:06:43.888551+0000 mgr.smithi136.ofnrfx (mgr.14188) 4621 : cluster [DBG] pgmap v4322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:47 smithi145 bash[13673]: cluster 2022-04-26T05:06:45.889167+0000 mgr.smithi136.ofnrfx (mgr.14188) 4622 : cluster [DBG] pgmap v4323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:47 smithi136 bash[11745]: cluster 2022-04-26T05:06:45.889167+0000 mgr.smithi136.ofnrfx (mgr.14188) 4622 : cluster [DBG] pgmap v4323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:49.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:49.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:49.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:49.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:49 smithi145 bash[13673]: cluster 2022-04-26T05:06:47.889811+0000 mgr.smithi136.ofnrfx (mgr.14188) 4623 : cluster [DBG] pgmap v4324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:49 smithi136 bash[11745]: cluster 2022-04-26T05:06:47.889811+0000 mgr.smithi136.ofnrfx (mgr.14188) 4623 : cluster [DBG] pgmap v4324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:50.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:50 smithi145 bash[13673]: audit 2022-04-26T05:06:49.883883+0000 mon.smithi136 (mon.0) 3129 : audit [DBG] from='client.? 172.21.15.136:0/3764566553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:50 smithi136 bash[11745]: audit 2022-04-26T05:06:49.883883+0000 mon.smithi136 (mon.0) 3129 : audit [DBG] from='client.? 172.21.15.136:0/3764566553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:51 smithi145 bash[13673]: cluster 2022-04-26T05:06:49.890358+0000 mgr.smithi136.ofnrfx (mgr.14188) 4624 : cluster [DBG] pgmap v4325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:51 smithi136 bash[11745]: cluster 2022-04-26T05:06:49.890358+0000 mgr.smithi136.ofnrfx (mgr.14188) 4624 : cluster [DBG] pgmap v4325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:53.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:53 smithi145 bash[13673]: cluster 2022-04-26T05:06:51.891023+0000 mgr.smithi136.ofnrfx (mgr.14188) 4625 : cluster [DBG] pgmap v4326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:53 smithi136 bash[11745]: cluster 2022-04-26T05:06:51.891023+0000 mgr.smithi136.ofnrfx (mgr.14188) 4625 : cluster [DBG] pgmap v4326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:54.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:54 smithi145 bash[13673]: audit 2022-04-26T05:06:53.899437+0000 mon.smithi136 (mon.0) 3130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:06:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:54 smithi145 bash[13673]: audit 2022-04-26T05:06:53.902158+0000 mon.smithi136 (mon.0) 3131 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:06:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:54 smithi145 bash[13673]: audit 2022-04-26T05:06:53.904007+0000 mon.smithi136 (mon.0) 3132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:06:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:54 smithi145 bash[13673]: audit 2022-04-26T05:06:54.229098+0000 mon.smithi136 (mon.0) 3133 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:06:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:54 smithi145 bash[13673]: audit 2022-04-26T05:06:54.238480+0000 mon.smithi136 (mon.0) 3134 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:06:54.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:06:54.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:06:54.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:06:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:54 smithi136 bash[11745]: audit 2022-04-26T05:06:53.899437+0000 mon.smithi136 (mon.0) 3130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:06:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:54 smithi136 bash[11745]: audit 2022-04-26T05:06:53.902158+0000 mon.smithi136 (mon.0) 3131 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:06:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:54 smithi136 bash[11745]: audit 2022-04-26T05:06:53.904007+0000 mon.smithi136 (mon.0) 3132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:06:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:54 smithi136 bash[11745]: audit 2022-04-26T05:06:54.229098+0000 mon.smithi136 (mon.0) 3133 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:06:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:54 smithi136 bash[11745]: audit 2022-04-26T05:06:54.238480+0000 mon.smithi136 (mon.0) 3134 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:06:55.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:06:55.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:55 smithi145 bash[13673]: cluster 2022-04-26T05:06:53.891699+0000 mgr.smithi136.ofnrfx (mgr.14188) 4626 : cluster [DBG] pgmap v4327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:55 smithi145 bash[13673]: cluster 2022-04-26T05:06:54.222056+0000 mgr.smithi136.ofnrfx (mgr.14188) 4627 : cluster [DBG] pgmap v4328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:55 smithi145 bash[13673]: cluster 2022-04-26T05:06:54.222469+0000 mgr.smithi136.ofnrfx (mgr.14188) 4628 : cluster [DBG] pgmap v4329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:55 smithi145 bash[13673]: cephadm 2022-04-26T05:06:54.239847+0000 mgr.smithi136.ofnrfx (mgr.14188) 4629 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:06:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:55 smithi145 bash[13673]: cephadm 2022-04-26T05:06:54.239933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4630 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:06:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:55 smithi145 bash[13673]: audit 2022-04-26T05:06:55.208557+0000 mon.smithi136 (mon.0) 3135 : audit [DBG] from='client.? 172.21.15.136:0/2786256707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:55 smithi136 bash[11745]: cluster 2022-04-26T05:06:53.891699+0000 mgr.smithi136.ofnrfx (mgr.14188) 4626 : cluster [DBG] pgmap v4327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:55 smithi136 bash[11745]: cluster 2022-04-26T05:06:54.222056+0000 mgr.smithi136.ofnrfx (mgr.14188) 4627 : cluster [DBG] pgmap v4328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:55 smithi136 bash[11745]: cluster 2022-04-26T05:06:54.222469+0000 mgr.smithi136.ofnrfx (mgr.14188) 4628 : cluster [DBG] pgmap v4329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:55 smithi136 bash[11745]: cephadm 2022-04-26T05:06:54.239847+0000 mgr.smithi136.ofnrfx (mgr.14188) 4629 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:06:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:55 smithi136 bash[11745]: cephadm 2022-04-26T05:06:54.239933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4630 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:06:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:55 smithi136 bash[11745]: audit 2022-04-26T05:06:55.208557+0000 mon.smithi136 (mon.0) 3135 : audit [DBG] from='client.? 172.21.15.136:0/2786256707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:06:57.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:57 smithi145 bash[13673]: cluster 2022-04-26T05:06:56.223065+0000 mgr.smithi136.ofnrfx (mgr.14188) 4631 : cluster [DBG] pgmap v4330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:57 smithi136 bash[11745]: cluster 2022-04-26T05:06:56.223065+0000 mgr.smithi136.ofnrfx (mgr.14188) 4631 : cluster [DBG] pgmap v4330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:06:59.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:06:59 smithi145 bash[13673]: cluster 2022-04-26T05:06:58.223704+0000 mgr.smithi136.ofnrfx (mgr.14188) 4632 : cluster [DBG] pgmap v4331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:06:59 smithi136 bash[11745]: cluster 2022-04-26T05:06:58.223704+0000 mgr.smithi136.ofnrfx (mgr.14188) 4632 : cluster [DBG] pgmap v4331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:00.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:00.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:00.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:00.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:00 smithi136 bash[11745]: audit 2022-04-26T05:07:00.539765+0000 mon.smithi136 (mon.0) 3136 : audit [DBG] from='client.? 172.21.15.136:0/410171880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:01.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:00 smithi145 bash[13673]: audit 2022-04-26T05:07:00.539765+0000 mon.smithi136 (mon.0) 3136 : audit [DBG] from='client.? 172.21.15.136:0/410171880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:01 smithi136 bash[11745]: cluster 2022-04-26T05:07:00.224439+0000 mgr.smithi136.ofnrfx (mgr.14188) 4633 : cluster [DBG] pgmap v4332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:02.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:01 smithi145 bash[13673]: cluster 2022-04-26T05:07:00.224439+0000 mgr.smithi136.ofnrfx (mgr.14188) 4633 : cluster [DBG] pgmap v4332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:02 smithi136 bash[11745]: audit 2022-04-26T05:07:02.454912+0000 mon.smithi136 (mon.0) 3137 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:07:03.068 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:02 smithi136 bash[11745]: audit 2022-04-26T05:07:02.458539+0000 mon.smithi136 (mon.0) 3138 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:07:03.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:02 smithi145 bash[13673]: audit 2022-04-26T05:07:02.454912+0000 mon.smithi136 (mon.0) 3137 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:07:03.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:02 smithi145 bash[13673]: audit 2022-04-26T05:07:02.458539+0000 mon.smithi136 (mon.0) 3138 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:07:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:03 smithi136 bash[11745]: cluster 2022-04-26T05:07:02.225069+0000 mgr.smithi136.ofnrfx (mgr.14188) 4634 : cluster [DBG] pgmap v4333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:04.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:03 smithi145 bash[13673]: cluster 2022-04-26T05:07:02.225069+0000 mgr.smithi136.ofnrfx (mgr.14188) 4634 : cluster [DBG] pgmap v4333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:04 smithi136 bash[11745]: cluster 2022-04-26T05:07:04.225795+0000 mgr.smithi136.ofnrfx (mgr.14188) 4635 : cluster [DBG] pgmap v4334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:05.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:04 smithi145 bash[13673]: cluster 2022-04-26T05:07:04.225795+0000 mgr.smithi136.ofnrfx (mgr.14188) 4635 : cluster [DBG] pgmap v4334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:05.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:05.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:05.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:05.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:06.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:06 smithi145 bash[13673]: audit 2022-04-26T05:07:05.869563+0000 mon.smithi136 (mon.0) 3139 : audit [DBG] from='client.? 172.21.15.136:0/3163956031' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:06 smithi136 bash[11745]: audit 2022-04-26T05:07:05.869563+0000 mon.smithi136 (mon.0) 3139 : audit [DBG] from='client.? 172.21.15.136:0/3163956031' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:07 smithi145 bash[13673]: cluster 2022-04-26T05:07:06.226529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4636 : cluster [DBG] pgmap v4335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:07 smithi136 bash[11745]: cluster 2022-04-26T05:07:06.226529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4636 : cluster [DBG] pgmap v4335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:09 smithi145 bash[13673]: cluster 2022-04-26T05:07:08.227189+0000 mgr.smithi136.ofnrfx (mgr.14188) 4637 : cluster [DBG] pgmap v4336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:09 smithi136 bash[11745]: cluster 2022-04-26T05:07:08.227189+0000 mgr.smithi136.ofnrfx (mgr.14188) 4637 : cluster [DBG] pgmap v4336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:10.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:10.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:10.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:11.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:11.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:11 smithi145 bash[13673]: cluster 2022-04-26T05:07:10.227833+0000 mgr.smithi136.ofnrfx (mgr.14188) 4638 : cluster [DBG] pgmap v4337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:11 smithi145 bash[13673]: audit 2022-04-26T05:07:11.201215+0000 mon.smithi136 (mon.0) 3140 : audit [DBG] from='client.? 172.21.15.136:0/560587772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:11 smithi136 bash[11745]: cluster 2022-04-26T05:07:10.227833+0000 mgr.smithi136.ofnrfx (mgr.14188) 4638 : cluster [DBG] pgmap v4337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:11 smithi136 bash[11745]: audit 2022-04-26T05:07:11.201215+0000 mon.smithi136 (mon.0) 3140 : audit [DBG] from='client.? 172.21.15.136:0/560587772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:13.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:13 smithi145 bash[13673]: cluster 2022-04-26T05:07:12.228442+0000 mgr.smithi136.ofnrfx (mgr.14188) 4639 : cluster [DBG] pgmap v4338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:13 smithi136 bash[11745]: cluster 2022-04-26T05:07:12.228442+0000 mgr.smithi136.ofnrfx (mgr.14188) 4639 : cluster [DBG] pgmap v4338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:15.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:15 smithi145 bash[13673]: cluster 2022-04-26T05:07:14.229086+0000 mgr.smithi136.ofnrfx (mgr.14188) 4640 : cluster [DBG] pgmap v4339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:15 smithi136 bash[11745]: cluster 2022-04-26T05:07:14.229086+0000 mgr.smithi136.ofnrfx (mgr.14188) 4640 : cluster [DBG] pgmap v4339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:16.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:16.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:16.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:16.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:16.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:16 smithi145 bash[13673]: audit 2022-04-26T05:07:16.527110+0000 mon.smithi136 (mon.0) 3141 : audit [DBG] from='client.? 172.21.15.136:0/4092766934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:16 smithi136 bash[11745]: audit 2022-04-26T05:07:16.527110+0000 mon.smithi136 (mon.0) 3141 : audit [DBG] from='client.? 172.21.15.136:0/4092766934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:17.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:17 smithi145 bash[13673]: cluster 2022-04-26T05:07:16.229721+0000 mgr.smithi136.ofnrfx (mgr.14188) 4641 : cluster [DBG] pgmap v4340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:17 smithi136 bash[11745]: cluster 2022-04-26T05:07:16.229721+0000 mgr.smithi136.ofnrfx (mgr.14188) 4641 : cluster [DBG] pgmap v4340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:19 smithi145 bash[13673]: cluster 2022-04-26T05:07:18.230385+0000 mgr.smithi136.ofnrfx (mgr.14188) 4642 : cluster [DBG] pgmap v4341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:19 smithi136 bash[11745]: cluster 2022-04-26T05:07:18.230385+0000 mgr.smithi136.ofnrfx (mgr.14188) 4642 : cluster [DBG] pgmap v4341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:21.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:21.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:21.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:21.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:21.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:21 smithi145 bash[13673]: cluster 2022-04-26T05:07:20.231011+0000 mgr.smithi136.ofnrfx (mgr.14188) 4643 : cluster [DBG] pgmap v4342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:21 smithi136 bash[11745]: cluster 2022-04-26T05:07:20.231011+0000 mgr.smithi136.ofnrfx (mgr.14188) 4643 : cluster [DBG] pgmap v4342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:22 smithi136 bash[11745]: audit 2022-04-26T05:07:21.856887+0000 mon.smithi136 (mon.0) 3142 : audit [DBG] from='client.? 172.21.15.136:0/814096935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:23.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:22 smithi145 bash[13673]: audit 2022-04-26T05:07:21.856887+0000 mon.smithi136 (mon.0) 3142 : audit [DBG] from='client.? 172.21.15.136:0/814096935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:23 smithi136 bash[11745]: cluster 2022-04-26T05:07:22.231672+0000 mgr.smithi136.ofnrfx (mgr.14188) 4644 : cluster [DBG] pgmap v4343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:24.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:23 smithi145 bash[13673]: cluster 2022-04-26T05:07:22.231672+0000 mgr.smithi136.ofnrfx (mgr.14188) 4644 : cluster [DBG] pgmap v4343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:25 smithi136 bash[11745]: cluster 2022-04-26T05:07:24.232236+0000 mgr.smithi136.ofnrfx (mgr.14188) 4645 : cluster [DBG] pgmap v4344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:26.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:25 smithi145 bash[13673]: cluster 2022-04-26T05:07:24.232236+0000 mgr.smithi136.ofnrfx (mgr.14188) 4645 : cluster [DBG] pgmap v4344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:26.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:26.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:26.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:27.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:27 smithi136 bash[11745]: cluster 2022-04-26T05:07:26.232886+0000 mgr.smithi136.ofnrfx (mgr.14188) 4646 : cluster [DBG] pgmap v4345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:28.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:27 smithi136 bash[11745]: audit 2022-04-26T05:07:27.181028+0000 mon.smithi136 (mon.0) 3143 : audit [DBG] from='client.? 172.21.15.136:0/2076425432' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:27 smithi145 bash[13673]: cluster 2022-04-26T05:07:26.232886+0000 mgr.smithi136.ofnrfx (mgr.14188) 4646 : cluster [DBG] pgmap v4345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:27 smithi145 bash[13673]: audit 2022-04-26T05:07:27.181028+0000 mon.smithi136 (mon.0) 3143 : audit [DBG] from='client.? 172.21.15.136:0/2076425432' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:29 smithi136 bash[11745]: cluster 2022-04-26T05:07:28.233492+0000 mgr.smithi136.ofnrfx (mgr.14188) 4647 : cluster [DBG] pgmap v4346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:30.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:29 smithi145 bash[13673]: cluster 2022-04-26T05:07:28.233492+0000 mgr.smithi136.ofnrfx (mgr.14188) 4647 : cluster [DBG] pgmap v4346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:31 smithi136 bash[11745]: cluster 2022-04-26T05:07:30.234109+0000 mgr.smithi136.ofnrfx (mgr.14188) 4648 : cluster [DBG] pgmap v4347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:32.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:31 smithi145 bash[13673]: cluster 2022-04-26T05:07:30.234109+0000 mgr.smithi136.ofnrfx (mgr.14188) 4648 : cluster [DBG] pgmap v4347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:32.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:32.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:32.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:32.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:32 smithi136 bash[11745]: audit 2022-04-26T05:07:32.508060+0000 mon.smithi136 (mon.0) 3144 : audit [DBG] from='client.? 172.21.15.136:0/2861367423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:33.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:32 smithi145 bash[13673]: audit 2022-04-26T05:07:32.508060+0000 mon.smithi136 (mon.0) 3144 : audit [DBG] from='client.? 172.21.15.136:0/2861367423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:33 smithi136 bash[11745]: cluster 2022-04-26T05:07:32.234719+0000 mgr.smithi136.ofnrfx (mgr.14188) 4649 : cluster [DBG] pgmap v4348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:34.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:33 smithi145 bash[13673]: cluster 2022-04-26T05:07:32.234719+0000 mgr.smithi136.ofnrfx (mgr.14188) 4649 : cluster [DBG] pgmap v4348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:34 smithi136 bash[11745]: cluster 2022-04-26T05:07:34.235343+0000 mgr.smithi136.ofnrfx (mgr.14188) 4650 : cluster [DBG] pgmap v4349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:35.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:34 smithi145 bash[13673]: cluster 2022-04-26T05:07:34.235343+0000 mgr.smithi136.ofnrfx (mgr.14188) 4650 : cluster [DBG] pgmap v4349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:37.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:37.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:37.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:37.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:37.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:37 smithi145 bash[13673]: cluster 2022-04-26T05:07:36.235933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4651 : cluster [DBG] pgmap v4350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:37 smithi136 bash[11745]: cluster 2022-04-26T05:07:36.235933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4651 : cluster [DBG] pgmap v4350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:38.864 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:38 smithi136 bash[11745]: audit 2022-04-26T05:07:37.828004+0000 mon.smithi136 (mon.0) 3145 : audit [DBG] from='client.? 172.21.15.136:0/326200203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:38.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:38 smithi145 bash[13673]: audit 2022-04-26T05:07:37.828004+0000 mon.smithi136 (mon.0) 3145 : audit [DBG] from='client.? 172.21.15.136:0/326200203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:39 smithi145 bash[13673]: cluster 2022-04-26T05:07:38.236559+0000 mgr.smithi136.ofnrfx (mgr.14188) 4652 : cluster [DBG] pgmap v4351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:39 smithi136 bash[11745]: cluster 2022-04-26T05:07:38.236559+0000 mgr.smithi136.ofnrfx (mgr.14188) 4652 : cluster [DBG] pgmap v4351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:41.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:41 smithi145 bash[13673]: cluster 2022-04-26T05:07:40.237211+0000 mgr.smithi136.ofnrfx (mgr.14188) 4653 : cluster [DBG] pgmap v4352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:41 smithi136 bash[11745]: cluster 2022-04-26T05:07:40.237211+0000 mgr.smithi136.ofnrfx (mgr.14188) 4653 : cluster [DBG] pgmap v4352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:42.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:42.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:42.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:43.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:43.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:43 smithi145 bash[13673]: cluster 2022-04-26T05:07:42.237896+0000 mgr.smithi136.ofnrfx (mgr.14188) 4654 : cluster [DBG] pgmap v4353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:43.939 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:43 smithi145 bash[13673]: audit 2022-04-26T05:07:43.157359+0000 mon.smithi136 (mon.0) 3146 : audit [DBG] from='client.? 172.21.15.136:0/1787237655' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:43 smithi136 bash[11745]: cluster 2022-04-26T05:07:42.237896+0000 mgr.smithi136.ofnrfx (mgr.14188) 4654 : cluster [DBG] pgmap v4353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:43 smithi136 bash[11745]: audit 2022-04-26T05:07:43.157359+0000 mon.smithi136 (mon.0) 3146 : audit [DBG] from='client.? 172.21.15.136:0/1787237655' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:45.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:45 smithi145 bash[13673]: cluster 2022-04-26T05:07:44.238522+0000 mgr.smithi136.ofnrfx (mgr.14188) 4655 : cluster [DBG] pgmap v4354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:45 smithi136 bash[11745]: cluster 2022-04-26T05:07:44.238522+0000 mgr.smithi136.ofnrfx (mgr.14188) 4655 : cluster [DBG] pgmap v4354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:47.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:47 smithi145 bash[13673]: cluster 2022-04-26T05:07:46.239168+0000 mgr.smithi136.ofnrfx (mgr.14188) 4656 : cluster [DBG] pgmap v4355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:47 smithi136 bash[11745]: cluster 2022-04-26T05:07:46.239168+0000 mgr.smithi136.ofnrfx (mgr.14188) 4656 : cluster [DBG] pgmap v4355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:48.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:48.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:48.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:48.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:48.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:48 smithi145 bash[13673]: audit 2022-04-26T05:07:48.489239+0000 mon.smithi136 (mon.0) 3147 : audit [DBG] from='client.? 172.21.15.136:0/3234883354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:48 smithi136 bash[11745]: audit 2022-04-26T05:07:48.489239+0000 mon.smithi136 (mon.0) 3147 : audit [DBG] from='client.? 172.21.15.136:0/3234883354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:49.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:49 smithi145 bash[13673]: cluster 2022-04-26T05:07:48.239826+0000 mgr.smithi136.ofnrfx (mgr.14188) 4657 : cluster [DBG] pgmap v4356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:49 smithi136 bash[11745]: cluster 2022-04-26T05:07:48.239826+0000 mgr.smithi136.ofnrfx (mgr.14188) 4657 : cluster [DBG] pgmap v4356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:51 smithi136 bash[11745]: cluster 2022-04-26T05:07:50.240560+0000 mgr.smithi136.ofnrfx (mgr.14188) 4658 : cluster [DBG] pgmap v4357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:52.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:51 smithi145 bash[13673]: cluster 2022-04-26T05:07:50.240560+0000 mgr.smithi136.ofnrfx (mgr.14188) 4658 : cluster [DBG] pgmap v4357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:53.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:53.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:53.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:53.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:07:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:53 smithi136 bash[11745]: cluster 2022-04-26T05:07:52.241836+0000 mgr.smithi136.ofnrfx (mgr.14188) 4659 : cluster [DBG] pgmap v4358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:53 smithi145 bash[13673]: cluster 2022-04-26T05:07:52.241836+0000 mgr.smithi136.ofnrfx (mgr.14188) 4659 : cluster [DBG] pgmap v4358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:54 smithi136 bash[11745]: audit 2022-04-26T05:07:53.822126+0000 mon.smithi136 (mon.0) 3148 : audit [DBG] from='client.? 172.21.15.136:0/4885554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:54 smithi136 bash[11745]: audit 2022-04-26T05:07:54.249061+0000 mon.smithi136 (mon.0) 3149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:07:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:54 smithi136 bash[11745]: audit 2022-04-26T05:07:54.251735+0000 mon.smithi136 (mon.0) 3150 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:07:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:54 smithi136 bash[11745]: audit 2022-04-26T05:07:54.253548+0000 mon.smithi136 (mon.0) 3151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:07:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:54 smithi136 bash[11745]: audit 2022-04-26T05:07:54.583670+0000 mon.smithi136 (mon.0) 3152 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:07:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:54 smithi136 bash[11745]: audit 2022-04-26T05:07:54.592112+0000 mon.smithi136 (mon.0) 3153 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:07:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:54 smithi145 bash[13673]: audit 2022-04-26T05:07:53.822126+0000 mon.smithi136 (mon.0) 3148 : audit [DBG] from='client.? 172.21.15.136:0/4885554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:07:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:54 smithi145 bash[13673]: audit 2022-04-26T05:07:54.249061+0000 mon.smithi136 (mon.0) 3149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:07:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:54 smithi145 bash[13673]: audit 2022-04-26T05:07:54.251735+0000 mon.smithi136 (mon.0) 3150 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:07:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:54 smithi145 bash[13673]: audit 2022-04-26T05:07:54.253548+0000 mon.smithi136 (mon.0) 3151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:07:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:54 smithi145 bash[13673]: audit 2022-04-26T05:07:54.583670+0000 mon.smithi136 (mon.0) 3152 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:07:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:54 smithi145 bash[13673]: audit 2022-04-26T05:07:54.592112+0000 mon.smithi136 (mon.0) 3153 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:07:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:55 smithi136 bash[11745]: cluster 2022-04-26T05:07:54.242503+0000 mgr.smithi136.ofnrfx (mgr.14188) 4660 : cluster [DBG] pgmap v4359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:55 smithi136 bash[11745]: cluster 2022-04-26T05:07:54.578072+0000 mgr.smithi136.ofnrfx (mgr.14188) 4661 : cluster [DBG] pgmap v4360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:55 smithi136 bash[11745]: cluster 2022-04-26T05:07:54.578515+0000 mgr.smithi136.ofnrfx (mgr.14188) 4662 : cluster [DBG] pgmap v4361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:55 smithi136 bash[11745]: cephadm 2022-04-26T05:07:54.593325+0000 mgr.smithi136.ofnrfx (mgr.14188) 4663 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:07:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:55 smithi136 bash[11745]: cephadm 2022-04-26T05:07:54.593515+0000 mgr.smithi136.ofnrfx (mgr.14188) 4664 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:07:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:55 smithi145 bash[13673]: cluster 2022-04-26T05:07:54.242503+0000 mgr.smithi136.ofnrfx (mgr.14188) 4660 : cluster [DBG] pgmap v4359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:56.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:55 smithi145 bash[13673]: cluster 2022-04-26T05:07:54.578072+0000 mgr.smithi136.ofnrfx (mgr.14188) 4661 : cluster [DBG] pgmap v4360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:56.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:55 smithi145 bash[13673]: cluster 2022-04-26T05:07:54.578515+0000 mgr.smithi136.ofnrfx (mgr.14188) 4662 : cluster [DBG] pgmap v4361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:56.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:55 smithi145 bash[13673]: cephadm 2022-04-26T05:07:54.593325+0000 mgr.smithi136.ofnrfx (mgr.14188) 4663 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:07:56.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:55 smithi145 bash[13673]: cephadm 2022-04-26T05:07:54.593515+0000 mgr.smithi136.ofnrfx (mgr.14188) 4664 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:07:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:57 smithi136 bash[11745]: cluster 2022-04-26T05:07:56.579202+0000 mgr.smithi136.ofnrfx (mgr.14188) 4665 : cluster [DBG] pgmap v4362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:57 smithi145 bash[13673]: cluster 2022-04-26T05:07:56.579202+0000 mgr.smithi136.ofnrfx (mgr.14188) 4665 : cluster [DBG] pgmap v4362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:07:58.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:07:58.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:07:58.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:07:59.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:59 smithi136 bash[11745]: cluster 2022-04-26T05:07:58.579933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4666 : cluster [DBG] pgmap v4363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:07:59 smithi136 bash[11745]: audit 2022-04-26T05:07:59.152865+0000 mon.smithi136 (mon.0) 3154 : audit [DBG] from='client.? 172.21.15.136:0/3213141848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:59 smithi145 bash[13673]: cluster 2022-04-26T05:07:58.579933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4666 : cluster [DBG] pgmap v4363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:07:59 smithi145 bash[13673]: audit 2022-04-26T05:07:59.152865+0000 mon.smithi136 (mon.0) 3154 : audit [DBG] from='client.? 172.21.15.136:0/3213141848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:01.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:01 smithi145 bash[13673]: cluster 2022-04-26T05:08:00.580585+0000 mgr.smithi136.ofnrfx (mgr.14188) 4667 : cluster [DBG] pgmap v4364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:01 smithi136 bash[11745]: cluster 2022-04-26T05:08:00.580585+0000 mgr.smithi136.ofnrfx (mgr.14188) 4667 : cluster [DBG] pgmap v4364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:02.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:02 smithi145 bash[13673]: audit 2022-04-26T05:08:02.458972+0000 mon.smithi136 (mon.0) 3155 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:08:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:02 smithi145 bash[13673]: audit 2022-04-26T05:08:02.462905+0000 mon.smithi136 (mon.0) 3156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:08:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:02 smithi136 bash[11745]: audit 2022-04-26T05:08:02.458972+0000 mon.smithi136 (mon.0) 3155 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:08:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:02 smithi136 bash[11745]: audit 2022-04-26T05:08:02.462905+0000 mon.smithi136 (mon.0) 3156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:08:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:03 smithi145 bash[13673]: cluster 2022-04-26T05:08:02.581357+0000 mgr.smithi136.ofnrfx (mgr.14188) 4668 : cluster [DBG] pgmap v4365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:03 smithi136 bash[11745]: cluster 2022-04-26T05:08:02.581357+0000 mgr.smithi136.ofnrfx (mgr.14188) 4668 : cluster [DBG] pgmap v4365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:04.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:04.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:04.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:04.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:04.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:04 smithi145 bash[13673]: audit 2022-04-26T05:08:04.481626+0000 mon.smithi136 (mon.0) 3157 : audit [DBG] from='client.? 172.21.15.136:0/1563075873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:04 smithi136 bash[11745]: audit 2022-04-26T05:08:04.481626+0000 mon.smithi136 (mon.0) 3157 : audit [DBG] from='client.? 172.21.15.136:0/1563075873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:05 smithi145 bash[13673]: cluster 2022-04-26T05:08:04.581943+0000 mgr.smithi136.ofnrfx (mgr.14188) 4669 : cluster [DBG] pgmap v4366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:05 smithi136 bash[11745]: cluster 2022-04-26T05:08:04.581943+0000 mgr.smithi136.ofnrfx (mgr.14188) 4669 : cluster [DBG] pgmap v4366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:07.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:07 smithi145 bash[13673]: cluster 2022-04-26T05:08:06.582556+0000 mgr.smithi136.ofnrfx (mgr.14188) 4670 : cluster [DBG] pgmap v4367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:07 smithi136 bash[11745]: cluster 2022-04-26T05:08:06.582556+0000 mgr.smithi136.ofnrfx (mgr.14188) 4670 : cluster [DBG] pgmap v4367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:09.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:09.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:09.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:09.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:09 smithi145 bash[13673]: cluster 2022-04-26T05:08:08.583286+0000 mgr.smithi136.ofnrfx (mgr.14188) 4671 : cluster [DBG] pgmap v4368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:09 smithi136 bash[11745]: cluster 2022-04-26T05:08:08.583286+0000 mgr.smithi136.ofnrfx (mgr.14188) 4671 : cluster [DBG] pgmap v4368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:10 smithi136 bash[11745]: audit 2022-04-26T05:08:09.809670+0000 mon.smithi136 (mon.0) 3158 : audit [DBG] from='client.? 172.21.15.136:0/152948581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:11.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:10 smithi145 bash[13673]: audit 2022-04-26T05:08:09.809670+0000 mon.smithi136 (mon.0) 3158 : audit [DBG] from='client.? 172.21.15.136:0/152948581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:11 smithi136 bash[11745]: cluster 2022-04-26T05:08:10.583953+0000 mgr.smithi136.ofnrfx (mgr.14188) 4672 : cluster [DBG] pgmap v4369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:11 smithi145 bash[13673]: cluster 2022-04-26T05:08:10.583953+0000 mgr.smithi136.ofnrfx (mgr.14188) 4672 : cluster [DBG] pgmap v4369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:13 smithi136 bash[11745]: cluster 2022-04-26T05:08:12.584613+0000 mgr.smithi136.ofnrfx (mgr.14188) 4673 : cluster [DBG] pgmap v4370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:14.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:13 smithi145 bash[13673]: cluster 2022-04-26T05:08:12.584613+0000 mgr.smithi136.ofnrfx (mgr.14188) 4673 : cluster [DBG] pgmap v4370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:14.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:14.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:14.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:15.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:15 smithi136 bash[11745]: cluster 2022-04-26T05:08:14.585232+0000 mgr.smithi136.ofnrfx (mgr.14188) 4674 : cluster [DBG] pgmap v4371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:15 smithi136 bash[11745]: audit 2022-04-26T05:08:15.138966+0000 mon.smithi136 (mon.0) 3159 : audit [DBG] from='client.? 172.21.15.136:0/1717167843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:15 smithi145 bash[13673]: cluster 2022-04-26T05:08:14.585232+0000 mgr.smithi136.ofnrfx (mgr.14188) 4674 : cluster [DBG] pgmap v4371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:15 smithi145 bash[13673]: audit 2022-04-26T05:08:15.138966+0000 mon.smithi136 (mon.0) 3159 : audit [DBG] from='client.? 172.21.15.136:0/1717167843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:17 smithi136 bash[11745]: cluster 2022-04-26T05:08:16.585880+0000 mgr.smithi136.ofnrfx (mgr.14188) 4675 : cluster [DBG] pgmap v4372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:17 smithi145 bash[13673]: cluster 2022-04-26T05:08:16.585880+0000 mgr.smithi136.ofnrfx (mgr.14188) 4675 : cluster [DBG] pgmap v4372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:19 smithi136 bash[11745]: cluster 2022-04-26T05:08:18.586504+0000 mgr.smithi136.ofnrfx (mgr.14188) 4676 : cluster [DBG] pgmap v4373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:19 smithi145 bash[13673]: cluster 2022-04-26T05:08:18.586504+0000 mgr.smithi136.ofnrfx (mgr.14188) 4676 : cluster [DBG] pgmap v4373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:20.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:20.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:20.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:20.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:20 smithi136 bash[11745]: audit 2022-04-26T05:08:20.468563+0000 mon.smithi136 (mon.0) 3160 : audit [DBG] from='client.? 172.21.15.136:0/3935287392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:20 smithi145 bash[13673]: audit 2022-04-26T05:08:20.468563+0000 mon.smithi136 (mon.0) 3160 : audit [DBG] from='client.? 172.21.15.136:0/3935287392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:21 smithi136 bash[11745]: cluster 2022-04-26T05:08:20.587062+0000 mgr.smithi136.ofnrfx (mgr.14188) 4677 : cluster [DBG] pgmap v4374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:22.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:21 smithi145 bash[13673]: cluster 2022-04-26T05:08:20.587062+0000 mgr.smithi136.ofnrfx (mgr.14188) 4677 : cluster [DBG] pgmap v4374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:22 smithi136 bash[11745]: cluster 2022-04-26T05:08:22.587735+0000 mgr.smithi136.ofnrfx (mgr.14188) 4678 : cluster [DBG] pgmap v4375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:23.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:22 smithi145 bash[13673]: cluster 2022-04-26T05:08:22.587735+0000 mgr.smithi136.ofnrfx (mgr.14188) 4678 : cluster [DBG] pgmap v4375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:25.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:25.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:25.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:25.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:25.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:25 smithi145 bash[13673]: cluster 2022-04-26T05:08:24.588360+0000 mgr.smithi136.ofnrfx (mgr.14188) 4679 : cluster [DBG] pgmap v4376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:25 smithi136 bash[11745]: cluster 2022-04-26T05:08:24.588360+0000 mgr.smithi136.ofnrfx (mgr.14188) 4679 : cluster [DBG] pgmap v4376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:26 smithi136 bash[11745]: audit 2022-04-26T05:08:25.795210+0000 mon.smithi136 (mon.0) 3161 : audit [DBG] from='client.? 172.21.15.136:0/1672496506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:26 smithi145 bash[13673]: audit 2022-04-26T05:08:25.795210+0000 mon.smithi136 (mon.0) 3161 : audit [DBG] from='client.? 172.21.15.136:0/1672496506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:27 smithi136 bash[11745]: cluster 2022-04-26T05:08:26.589048+0000 mgr.smithi136.ofnrfx (mgr.14188) 4680 : cluster [DBG] pgmap v4377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:27 smithi145 bash[13673]: cluster 2022-04-26T05:08:26.589048+0000 mgr.smithi136.ofnrfx (mgr.14188) 4680 : cluster [DBG] pgmap v4377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:29 smithi136 bash[11745]: cluster 2022-04-26T05:08:28.589647+0000 mgr.smithi136.ofnrfx (mgr.14188) 4681 : cluster [DBG] pgmap v4378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:29 smithi145 bash[13673]: cluster 2022-04-26T05:08:28.589647+0000 mgr.smithi136.ofnrfx (mgr.14188) 4681 : cluster [DBG] pgmap v4378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:30.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:30.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:30.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:31.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:31 smithi136 bash[11745]: cluster 2022-04-26T05:08:30.590100+0000 mgr.smithi136.ofnrfx (mgr.14188) 4682 : cluster [DBG] pgmap v4379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:31 smithi136 bash[11745]: audit 2022-04-26T05:08:31.124106+0000 mon.smithi136 (mon.0) 3162 : audit [DBG] from='client.? 172.21.15.136:0/4163753725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:31 smithi145 bash[13673]: cluster 2022-04-26T05:08:30.590100+0000 mgr.smithi136.ofnrfx (mgr.14188) 4682 : cluster [DBG] pgmap v4379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:32.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:31 smithi145 bash[13673]: audit 2022-04-26T05:08:31.124106+0000 mon.smithi136 (mon.0) 3162 : audit [DBG] from='client.? 172.21.15.136:0/4163753725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:33 smithi136 bash[11745]: cluster 2022-04-26T05:08:32.590698+0000 mgr.smithi136.ofnrfx (mgr.14188) 4683 : cluster [DBG] pgmap v4380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:33 smithi145 bash[13673]: cluster 2022-04-26T05:08:32.590698+0000 mgr.smithi136.ofnrfx (mgr.14188) 4683 : cluster [DBG] pgmap v4380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:35 smithi136 bash[11745]: cluster 2022-04-26T05:08:34.591359+0000 mgr.smithi136.ofnrfx (mgr.14188) 4684 : cluster [DBG] pgmap v4381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:36.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:36.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:36.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:36.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:35 smithi145 bash[13673]: cluster 2022-04-26T05:08:34.591359+0000 mgr.smithi136.ofnrfx (mgr.14188) 4684 : cluster [DBG] pgmap v4381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:36.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:36 smithi136 bash[11745]: audit 2022-04-26T05:08:36.454684+0000 mon.smithi136 (mon.0) 3163 : audit [DBG] from='client.? 172.21.15.136:0/2693816150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:36 smithi145 bash[13673]: audit 2022-04-26T05:08:36.454684+0000 mon.smithi136 (mon.0) 3163 : audit [DBG] from='client.? 172.21.15.136:0/2693816150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:38.065 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:37 smithi136 bash[11745]: cluster 2022-04-26T05:08:36.591992+0000 mgr.smithi136.ofnrfx (mgr.14188) 4685 : cluster [DBG] pgmap v4382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:37 smithi145 bash[13673]: cluster 2022-04-26T05:08:36.591992+0000 mgr.smithi136.ofnrfx (mgr.14188) 4685 : cluster [DBG] pgmap v4382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:38 smithi136 bash[11745]: cluster 2022-04-26T05:08:38.592643+0000 mgr.smithi136.ofnrfx (mgr.14188) 4686 : cluster [DBG] pgmap v4383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:38 smithi145 bash[13673]: cluster 2022-04-26T05:08:38.592643+0000 mgr.smithi136.ofnrfx (mgr.14188) 4686 : cluster [DBG] pgmap v4383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:41.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:41.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:41.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:41.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:41 smithi136 bash[11745]: cluster 2022-04-26T05:08:40.593218+0000 mgr.smithi136.ofnrfx (mgr.14188) 4687 : cluster [DBG] pgmap v4384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:41 smithi145 bash[13673]: cluster 2022-04-26T05:08:40.593218+0000 mgr.smithi136.ofnrfx (mgr.14188) 4687 : cluster [DBG] pgmap v4384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:42 smithi136 bash[11745]: audit 2022-04-26T05:08:41.778517+0000 mon.smithi136 (mon.0) 3164 : audit [DBG] from='client.? 172.21.15.136:0/261917643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:42 smithi145 bash[13673]: audit 2022-04-26T05:08:41.778517+0000 mon.smithi136 (mon.0) 3164 : audit [DBG] from='client.? 172.21.15.136:0/261917643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:43 smithi136 bash[11745]: cluster 2022-04-26T05:08:42.593827+0000 mgr.smithi136.ofnrfx (mgr.14188) 4688 : cluster [DBG] pgmap v4385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:43 smithi145 bash[13673]: cluster 2022-04-26T05:08:42.593827+0000 mgr.smithi136.ofnrfx (mgr.14188) 4688 : cluster [DBG] pgmap v4385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:45 smithi136 bash[11745]: cluster 2022-04-26T05:08:44.594403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4689 : cluster [DBG] pgmap v4386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:45 smithi145 bash[13673]: cluster 2022-04-26T05:08:44.594403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4689 : cluster [DBG] pgmap v4386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:46.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:46.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:46.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:47.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:47 smithi136 bash[11745]: cluster 2022-04-26T05:08:46.595024+0000 mgr.smithi136.ofnrfx (mgr.14188) 4690 : cluster [DBG] pgmap v4387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:47 smithi136 bash[11745]: audit 2022-04-26T05:08:47.120394+0000 mon.smithi136 (mon.0) 3165 : audit [DBG] from='client.? 172.21.15.136:0/134076500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:47 smithi145 bash[13673]: cluster 2022-04-26T05:08:46.595024+0000 mgr.smithi136.ofnrfx (mgr.14188) 4690 : cluster [DBG] pgmap v4387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:47 smithi145 bash[13673]: audit 2022-04-26T05:08:47.120394+0000 mon.smithi136 (mon.0) 3165 : audit [DBG] from='client.? 172.21.15.136:0/134076500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:49 smithi136 bash[11745]: cluster 2022-04-26T05:08:48.595655+0000 mgr.smithi136.ofnrfx (mgr.14188) 4691 : cluster [DBG] pgmap v4388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:49 smithi145 bash[13673]: cluster 2022-04-26T05:08:48.595655+0000 mgr.smithi136.ofnrfx (mgr.14188) 4691 : cluster [DBG] pgmap v4388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:51 smithi136 bash[11745]: cluster 2022-04-26T05:08:50.596294+0000 mgr.smithi136.ofnrfx (mgr.14188) 4692 : cluster [DBG] pgmap v4389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:52.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:52.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:52.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:52.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:51 smithi145 bash[13673]: cluster 2022-04-26T05:08:50.596294+0000 mgr.smithi136.ofnrfx (mgr.14188) 4692 : cluster [DBG] pgmap v4389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:52.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:52 smithi136 bash[11745]: audit 2022-04-26T05:08:52.450005+0000 mon.smithi136 (mon.0) 3166 : audit [DBG] from='client.? 172.21.15.136:0/1153297786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:52 smithi145 bash[13673]: audit 2022-04-26T05:08:52.450005+0000 mon.smithi136 (mon.0) 3166 : audit [DBG] from='client.? 172.21.15.136:0/1153297786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:53 smithi136 bash[11745]: cluster 2022-04-26T05:08:52.596925+0000 mgr.smithi136.ofnrfx (mgr.14188) 4693 : cluster [DBG] pgmap v4390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:54.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:53 smithi145 bash[13673]: cluster 2022-04-26T05:08:52.596925+0000 mgr.smithi136.ofnrfx (mgr.14188) 4693 : cluster [DBG] pgmap v4390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:54 smithi136 bash[11745]: cluster 2022-04-26T05:08:54.597638+0000 mgr.smithi136.ofnrfx (mgr.14188) 4694 : cluster [DBG] pgmap v4391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:54 smithi136 bash[11745]: audit 2022-04-26T05:08:54.604164+0000 mon.smithi136 (mon.0) 3167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:08:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:54 smithi136 bash[11745]: audit 2022-04-26T05:08:54.607039+0000 mon.smithi136 (mon.0) 3168 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:08:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:54 smithi136 bash[11745]: audit 2022-04-26T05:08:54.608897+0000 mon.smithi136 (mon.0) 3169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:08:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:54 smithi145 bash[13673]: cluster 2022-04-26T05:08:54.597638+0000 mgr.smithi136.ofnrfx (mgr.14188) 4694 : cluster [DBG] pgmap v4391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:55.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:54 smithi145 bash[13673]: audit 2022-04-26T05:08:54.604164+0000 mon.smithi136 (mon.0) 3167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:08:55.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:54 smithi145 bash[13673]: audit 2022-04-26T05:08:54.607039+0000 mon.smithi136 (mon.0) 3168 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:08:55.165 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:54 smithi145 bash[13673]: audit 2022-04-26T05:08:54.608897+0000 mon.smithi136 (mon.0) 3169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:08:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:55 smithi136 bash[11745]: cluster 2022-04-26T05:08:54.932520+0000 mgr.smithi136.ofnrfx (mgr.14188) 4695 : cluster [DBG] pgmap v4392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:55 smithi136 bash[11745]: cluster 2022-04-26T05:08:54.932953+0000 mgr.smithi136.ofnrfx (mgr.14188) 4696 : cluster [DBG] pgmap v4393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:55 smithi136 bash[11745]: audit 2022-04-26T05:08:54.939384+0000 mon.smithi136 (mon.0) 3170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:08:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:55 smithi136 bash[11745]: audit 2022-04-26T05:08:54.948336+0000 mon.smithi136 (mon.0) 3171 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:08:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:55 smithi136 bash[11745]: cephadm 2022-04-26T05:08:54.949395+0000 mgr.smithi136.ofnrfx (mgr.14188) 4697 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:08:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:55 smithi136 bash[11745]: cephadm 2022-04-26T05:08:54.949563+0000 mgr.smithi136.ofnrfx (mgr.14188) 4698 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:08:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:55 smithi145 bash[13673]: cluster 2022-04-26T05:08:54.932520+0000 mgr.smithi136.ofnrfx (mgr.14188) 4695 : cluster [DBG] pgmap v4392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:55 smithi145 bash[13673]: cluster 2022-04-26T05:08:54.932953+0000 mgr.smithi136.ofnrfx (mgr.14188) 4696 : cluster [DBG] pgmap v4393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:55 smithi145 bash[13673]: audit 2022-04-26T05:08:54.939384+0000 mon.smithi136 (mon.0) 3170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:08:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:55 smithi145 bash[13673]: audit 2022-04-26T05:08:54.948336+0000 mon.smithi136 (mon.0) 3171 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:08:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:55 smithi145 bash[13673]: cephadm 2022-04-26T05:08:54.949395+0000 mgr.smithi136.ofnrfx (mgr.14188) 4697 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:08:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:55 smithi145 bash[13673]: cephadm 2022-04-26T05:08:54.949563+0000 mgr.smithi136.ofnrfx (mgr.14188) 4698 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:08:57.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:08:57.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:08:57.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:08:57.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:08:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:57 smithi136 bash[11745]: cluster 2022-04-26T05:08:56.933580+0000 mgr.smithi136.ofnrfx (mgr.14188) 4699 : cluster [DBG] pgmap v4394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:58.320 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:57 smithi136 bash[11745]: audit 2022-04-26T05:08:57.785695+0000 mon.smithi136 (mon.0) 3172 : audit [DBG] from='client.? 172.21.15.136:0/2103772068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:08:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:57 smithi145 bash[13673]: cluster 2022-04-26T05:08:56.933580+0000 mgr.smithi136.ofnrfx (mgr.14188) 4699 : cluster [DBG] pgmap v4394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:08:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:57 smithi145 bash[13673]: audit 2022-04-26T05:08:57.785695+0000 mon.smithi136 (mon.0) 3172 : audit [DBG] from='client.? 172.21.15.136:0/2103772068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:08:59 smithi136 bash[11745]: cluster 2022-04-26T05:08:58.934236+0000 mgr.smithi136.ofnrfx (mgr.14188) 4700 : cluster [DBG] pgmap v4395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:08:59 smithi145 bash[13673]: cluster 2022-04-26T05:08:58.934236+0000 mgr.smithi136.ofnrfx (mgr.14188) 4700 : cluster [DBG] pgmap v4395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:02.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:02.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:02.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:02 smithi145 bash[13673]: cluster 2022-04-26T05:09:00.934855+0000 mgr.smithi136.ofnrfx (mgr.14188) 4701 : cluster [DBG] pgmap v4396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:02.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:02 smithi145 bash[13673]: audit 2022-04-26T05:09:02.463079+0000 mon.smithi136 (mon.0) 3173 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:09:02.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:02 smithi145 bash[13673]: audit 2022-04-26T05:09:02.466726+0000 mon.smithi136 (mon.0) 3174 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:09:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:02 smithi136 bash[11745]: cluster 2022-04-26T05:09:00.934855+0000 mgr.smithi136.ofnrfx (mgr.14188) 4701 : cluster [DBG] pgmap v4396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:02 smithi136 bash[11745]: audit 2022-04-26T05:09:02.463079+0000 mon.smithi136 (mon.0) 3173 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:09:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:02 smithi136 bash[11745]: audit 2022-04-26T05:09:02.466726+0000 mon.smithi136 (mon.0) 3174 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:09:03.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:03.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:03 smithi145 bash[13673]: audit 2022-04-26T05:09:03.118865+0000 mon.smithi136 (mon.0) 3175 : audit [DBG] from='client.? 172.21.15.136:0/240426453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:03 smithi136 bash[11745]: audit 2022-04-26T05:09:03.118865+0000 mon.smithi136 (mon.0) 3175 : audit [DBG] from='client.? 172.21.15.136:0/240426453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:04 smithi145 bash[13673]: cluster 2022-04-26T05:09:02.935270+0000 mgr.smithi136.ofnrfx (mgr.14188) 4702 : cluster [DBG] pgmap v4397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:04 smithi136 bash[11745]: cluster 2022-04-26T05:09:02.935270+0000 mgr.smithi136.ofnrfx (mgr.14188) 4702 : cluster [DBG] pgmap v4397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:06 smithi145 bash[13673]: cluster 2022-04-26T05:09:04.935816+0000 mgr.smithi136.ofnrfx (mgr.14188) 4703 : cluster [DBG] pgmap v4398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:06 smithi136 bash[11745]: cluster 2022-04-26T05:09:04.935816+0000 mgr.smithi136.ofnrfx (mgr.14188) 4703 : cluster [DBG] pgmap v4398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:08.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:08.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:08.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:08.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:08 smithi136 bash[11745]: cluster 2022-04-26T05:09:06.936444+0000 mgr.smithi136.ofnrfx (mgr.14188) 4704 : cluster [DBG] pgmap v4399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:08 smithi136 bash[11745]: audit 2022-04-26T05:09:08.452609+0000 mon.smithi136 (mon.0) 3176 : audit [DBG] from='client.? 172.21.15.136:0/2390687308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:08 smithi145 bash[13673]: cluster 2022-04-26T05:09:06.936444+0000 mgr.smithi136.ofnrfx (mgr.14188) 4704 : cluster [DBG] pgmap v4399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:08 smithi145 bash[13673]: audit 2022-04-26T05:09:08.452609+0000 mon.smithi136 (mon.0) 3176 : audit [DBG] from='client.? 172.21.15.136:0/2390687308' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:10 smithi136 bash[11745]: cluster 2022-04-26T05:09:08.937116+0000 mgr.smithi136.ofnrfx (mgr.14188) 4705 : cluster [DBG] pgmap v4400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:10 smithi145 bash[13673]: cluster 2022-04-26T05:09:08.937116+0000 mgr.smithi136.ofnrfx (mgr.14188) 4705 : cluster [DBG] pgmap v4400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:12 smithi136 bash[11745]: cluster 2022-04-26T05:09:10.937757+0000 mgr.smithi136.ofnrfx (mgr.14188) 4706 : cluster [DBG] pgmap v4401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:12 smithi145 bash[13673]: cluster 2022-04-26T05:09:10.937757+0000 mgr.smithi136.ofnrfx (mgr.14188) 4706 : cluster [DBG] pgmap v4401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:13.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:13.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:13.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:13.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:14 smithi136 bash[11745]: cluster 2022-04-26T05:09:12.938366+0000 mgr.smithi136.ofnrfx (mgr.14188) 4707 : cluster [DBG] pgmap v4402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:14 smithi136 bash[11745]: audit 2022-04-26T05:09:13.781124+0000 mon.smithi136 (mon.0) 3177 : audit [DBG] from='client.? 172.21.15.136:0/796899568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:14 smithi145 bash[13673]: cluster 2022-04-26T05:09:12.938366+0000 mgr.smithi136.ofnrfx (mgr.14188) 4707 : cluster [DBG] pgmap v4402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:14 smithi145 bash[13673]: audit 2022-04-26T05:09:13.781124+0000 mon.smithi136 (mon.0) 3177 : audit [DBG] from='client.? 172.21.15.136:0/796899568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:16 smithi136 bash[11745]: cluster 2022-04-26T05:09:14.938976+0000 mgr.smithi136.ofnrfx (mgr.14188) 4708 : cluster [DBG] pgmap v4403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:16 smithi145 bash[13673]: cluster 2022-04-26T05:09:14.938976+0000 mgr.smithi136.ofnrfx (mgr.14188) 4708 : cluster [DBG] pgmap v4403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:18.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:18.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:18.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:18 smithi136 bash[11745]: cluster 2022-04-26T05:09:16.939658+0000 mgr.smithi136.ofnrfx (mgr.14188) 4709 : cluster [DBG] pgmap v4404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:19.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:18 smithi145 bash[13673]: cluster 2022-04-26T05:09:16.939658+0000 mgr.smithi136.ofnrfx (mgr.14188) 4709 : cluster [DBG] pgmap v4404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:19 smithi136 bash[11745]: audit 2022-04-26T05:09:19.109884+0000 mon.smithi136 (mon.0) 3178 : audit [DBG] from='client.? 172.21.15.136:0/3202235815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:19 smithi145 bash[13673]: audit 2022-04-26T05:09:19.109884+0000 mon.smithi136 (mon.0) 3178 : audit [DBG] from='client.? 172.21.15.136:0/3202235815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:20 smithi136 bash[11745]: cluster 2022-04-26T05:09:18.940201+0000 mgr.smithi136.ofnrfx (mgr.14188) 4710 : cluster [DBG] pgmap v4405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:20 smithi145 bash[13673]: cluster 2022-04-26T05:09:18.940201+0000 mgr.smithi136.ofnrfx (mgr.14188) 4710 : cluster [DBG] pgmap v4405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:22 smithi136 bash[11745]: cluster 2022-04-26T05:09:20.940808+0000 mgr.smithi136.ofnrfx (mgr.14188) 4711 : cluster [DBG] pgmap v4406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:22 smithi145 bash[13673]: cluster 2022-04-26T05:09:20.940808+0000 mgr.smithi136.ofnrfx (mgr.14188) 4711 : cluster [DBG] pgmap v4406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:24.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:24.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:24.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:24.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:24 smithi136 bash[11745]: cluster 2022-04-26T05:09:22.941443+0000 mgr.smithi136.ofnrfx (mgr.14188) 4712 : cluster [DBG] pgmap v4407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:24 smithi136 bash[11745]: audit 2022-04-26T05:09:24.437850+0000 mon.smithi136 (mon.0) 3179 : audit [DBG] from='client.? 172.21.15.136:0/2418795128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:24 smithi145 bash[13673]: cluster 2022-04-26T05:09:22.941443+0000 mgr.smithi136.ofnrfx (mgr.14188) 4712 : cluster [DBG] pgmap v4407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:24 smithi145 bash[13673]: audit 2022-04-26T05:09:24.437850+0000 mon.smithi136 (mon.0) 3179 : audit [DBG] from='client.? 172.21.15.136:0/2418795128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:26 smithi145 bash[13673]: cluster 2022-04-26T05:09:24.942015+0000 mgr.smithi136.ofnrfx (mgr.14188) 4713 : cluster [DBG] pgmap v4408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:26 smithi136 bash[11745]: cluster 2022-04-26T05:09:24.942015+0000 mgr.smithi136.ofnrfx (mgr.14188) 4713 : cluster [DBG] pgmap v4408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:28 smithi145 bash[13673]: cluster 2022-04-26T05:09:26.942668+0000 mgr.smithi136.ofnrfx (mgr.14188) 4714 : cluster [DBG] pgmap v4409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:28 smithi136 bash[11745]: cluster 2022-04-26T05:09:26.942668+0000 mgr.smithi136.ofnrfx (mgr.14188) 4714 : cluster [DBG] pgmap v4409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:29.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:29.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:29.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:29.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:30 smithi145 bash[13673]: cluster 2022-04-26T05:09:28.943338+0000 mgr.smithi136.ofnrfx (mgr.14188) 4715 : cluster [DBG] pgmap v4410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:30 smithi145 bash[13673]: audit 2022-04-26T05:09:29.774515+0000 mon.smithi136 (mon.0) 3180 : audit [DBG] from='client.? 172.21.15.136:0/2510697333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:30 smithi136 bash[11745]: cluster 2022-04-26T05:09:28.943338+0000 mgr.smithi136.ofnrfx (mgr.14188) 4715 : cluster [DBG] pgmap v4410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:30 smithi136 bash[11745]: audit 2022-04-26T05:09:29.774515+0000 mon.smithi136 (mon.0) 3180 : audit [DBG] from='client.? 172.21.15.136:0/2510697333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:32 smithi136 bash[11745]: cluster 2022-04-26T05:09:30.944000+0000 mgr.smithi136.ofnrfx (mgr.14188) 4716 : cluster [DBG] pgmap v4411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:32 smithi145 bash[13673]: cluster 2022-04-26T05:09:30.944000+0000 mgr.smithi136.ofnrfx (mgr.14188) 4716 : cluster [DBG] pgmap v4411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:34.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:34.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:34.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:34 smithi136 bash[11745]: cluster 2022-04-26T05:09:32.944612+0000 mgr.smithi136.ofnrfx (mgr.14188) 4717 : cluster [DBG] pgmap v4412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:35.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:34 smithi145 bash[13673]: cluster 2022-04-26T05:09:32.944612+0000 mgr.smithi136.ofnrfx (mgr.14188) 4717 : cluster [DBG] pgmap v4412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:35 smithi136 bash[11745]: audit 2022-04-26T05:09:35.101364+0000 mon.smithi136 (mon.0) 3181 : audit [DBG] from='client.? 172.21.15.136:0/21634942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:35 smithi145 bash[13673]: audit 2022-04-26T05:09:35.101364+0000 mon.smithi136 (mon.0) 3181 : audit [DBG] from='client.? 172.21.15.136:0/21634942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:36 smithi136 bash[11745]: cluster 2022-04-26T05:09:34.945202+0000 mgr.smithi136.ofnrfx (mgr.14188) 4718 : cluster [DBG] pgmap v4413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:36 smithi145 bash[13673]: cluster 2022-04-26T05:09:34.945202+0000 mgr.smithi136.ofnrfx (mgr.14188) 4718 : cluster [DBG] pgmap v4413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:38 smithi136 bash[11745]: cluster 2022-04-26T05:09:36.945871+0000 mgr.smithi136.ofnrfx (mgr.14188) 4719 : cluster [DBG] pgmap v4414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:38 smithi145 bash[13673]: cluster 2022-04-26T05:09:36.945871+0000 mgr.smithi136.ofnrfx (mgr.14188) 4719 : cluster [DBG] pgmap v4414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:40.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:40.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:40.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:40.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:40 smithi136 bash[11745]: cluster 2022-04-26T05:09:38.946524+0000 mgr.smithi136.ofnrfx (mgr.14188) 4720 : cluster [DBG] pgmap v4415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:40 smithi136 bash[11745]: audit 2022-04-26T05:09:40.428835+0000 mon.smithi136 (mon.0) 3182 : audit [DBG] from='client.? 172.21.15.136:0/4109517064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:40 smithi145 bash[13673]: cluster 2022-04-26T05:09:38.946524+0000 mgr.smithi136.ofnrfx (mgr.14188) 4720 : cluster [DBG] pgmap v4415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:40 smithi145 bash[13673]: audit 2022-04-26T05:09:40.428835+0000 mon.smithi136 (mon.0) 3182 : audit [DBG] from='client.? 172.21.15.136:0/4109517064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:42 smithi136 bash[11745]: cluster 2022-04-26T05:09:40.947156+0000 mgr.smithi136.ofnrfx (mgr.14188) 4721 : cluster [DBG] pgmap v4416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:42 smithi145 bash[13673]: cluster 2022-04-26T05:09:40.947156+0000 mgr.smithi136.ofnrfx (mgr.14188) 4721 : cluster [DBG] pgmap v4416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:44 smithi136 bash[11745]: cluster 2022-04-26T05:09:42.947828+0000 mgr.smithi136.ofnrfx (mgr.14188) 4722 : cluster [DBG] pgmap v4417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:44 smithi145 bash[13673]: cluster 2022-04-26T05:09:42.947828+0000 mgr.smithi136.ofnrfx (mgr.14188) 4722 : cluster [DBG] pgmap v4417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:45.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:45.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:45.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:45.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:46 smithi136 bash[11745]: cluster 2022-04-26T05:09:44.948435+0000 mgr.smithi136.ofnrfx (mgr.14188) 4723 : cluster [DBG] pgmap v4418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:46 smithi136 bash[11745]: audit 2022-04-26T05:09:45.762259+0000 mon.smithi136 (mon.0) 3183 : audit [DBG] from='client.? 172.21.15.136:0/2441802045' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:46 smithi145 bash[13673]: cluster 2022-04-26T05:09:44.948435+0000 mgr.smithi136.ofnrfx (mgr.14188) 4723 : cluster [DBG] pgmap v4418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:46 smithi145 bash[13673]: audit 2022-04-26T05:09:45.762259+0000 mon.smithi136 (mon.0) 3183 : audit [DBG] from='client.? 172.21.15.136:0/2441802045' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:48 smithi136 bash[11745]: cluster 2022-04-26T05:09:46.949112+0000 mgr.smithi136.ofnrfx (mgr.14188) 4724 : cluster [DBG] pgmap v4419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:48 smithi145 bash[13673]: cluster 2022-04-26T05:09:46.949112+0000 mgr.smithi136.ofnrfx (mgr.14188) 4724 : cluster [DBG] pgmap v4419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:50.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:50.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:50.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:50 smithi136 bash[11745]: cluster 2022-04-26T05:09:48.949752+0000 mgr.smithi136.ofnrfx (mgr.14188) 4725 : cluster [DBG] pgmap v4420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:51.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:51.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:50 smithi145 bash[13673]: cluster 2022-04-26T05:09:48.949752+0000 mgr.smithi136.ofnrfx (mgr.14188) 4725 : cluster [DBG] pgmap v4420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:51 smithi136 bash[11745]: cluster 2022-04-26T05:09:50.950366+0000 mgr.smithi136.ofnrfx (mgr.14188) 4726 : cluster [DBG] pgmap v4421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:52.088 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:51 smithi136 bash[11745]: audit 2022-04-26T05:09:51.094949+0000 mon.smithi136 (mon.0) 3184 : audit [DBG] from='client.? 172.21.15.136:0/1563208965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:51 smithi145 bash[13673]: cluster 2022-04-26T05:09:50.950366+0000 mgr.smithi136.ofnrfx (mgr.14188) 4726 : cluster [DBG] pgmap v4421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:51 smithi145 bash[13673]: audit 2022-04-26T05:09:51.094949+0000 mon.smithi136 (mon.0) 3184 : audit [DBG] from='client.? 172.21.15.136:0/1563208965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:54 smithi136 bash[11745]: cluster 2022-04-26T05:09:52.950955+0000 mgr.smithi136.ofnrfx (mgr.14188) 4727 : cluster [DBG] pgmap v4422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:54 smithi145 bash[13673]: cluster 2022-04-26T05:09:52.950955+0000 mgr.smithi136.ofnrfx (mgr.14188) 4727 : cluster [DBG] pgmap v4422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:55 smithi136 bash[11745]: audit 2022-04-26T05:09:54.958605+0000 mon.smithi136 (mon.0) 3185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:09:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:55 smithi136 bash[11745]: audit 2022-04-26T05:09:54.961222+0000 mon.smithi136 (mon.0) 3186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:09:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:55 smithi136 bash[11745]: audit 2022-04-26T05:09:54.962861+0000 mon.smithi136 (mon.0) 3187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:09:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:55 smithi145 bash[13673]: audit 2022-04-26T05:09:54.958605+0000 mon.smithi136 (mon.0) 3185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:09:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:55 smithi145 bash[13673]: audit 2022-04-26T05:09:54.961222+0000 mon.smithi136 (mon.0) 3186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:09:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:55 smithi145 bash[13673]: audit 2022-04-26T05:09:54.962861+0000 mon.smithi136 (mon.0) 3187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:09:56.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:09:56.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:09:56.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:09:56.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:09:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:56 smithi136 bash[11745]: cluster 2022-04-26T05:09:54.951587+0000 mgr.smithi136.ofnrfx (mgr.14188) 4728 : cluster [DBG] pgmap v4423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:56 smithi136 bash[11745]: cluster 2022-04-26T05:09:55.291812+0000 mgr.smithi136.ofnrfx (mgr.14188) 4729 : cluster [DBG] pgmap v4424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:56 smithi136 bash[11745]: cluster 2022-04-26T05:09:55.293844+0000 mgr.smithi136.ofnrfx (mgr.14188) 4730 : cluster [DBG] pgmap v4425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:56 smithi136 bash[11745]: audit 2022-04-26T05:09:55.296670+0000 mon.smithi136 (mon.0) 3188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:09:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:56 smithi136 bash[11745]: audit 2022-04-26T05:09:55.303410+0000 mon.smithi136 (mon.0) 3189 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:09:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:56 smithi136 bash[11745]: cephadm 2022-04-26T05:09:55.304149+0000 mgr.smithi136.ofnrfx (mgr.14188) 4731 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:09:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:56 smithi136 bash[11745]: cephadm 2022-04-26T05:09:55.304267+0000 mgr.smithi136.ofnrfx (mgr.14188) 4732 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:09:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:56 smithi145 bash[13673]: cluster 2022-04-26T05:09:54.951587+0000 mgr.smithi136.ofnrfx (mgr.14188) 4728 : cluster [DBG] pgmap v4423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:56 smithi145 bash[13673]: cluster 2022-04-26T05:09:55.291812+0000 mgr.smithi136.ofnrfx (mgr.14188) 4729 : cluster [DBG] pgmap v4424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:56 smithi145 bash[13673]: cluster 2022-04-26T05:09:55.293844+0000 mgr.smithi136.ofnrfx (mgr.14188) 4730 : cluster [DBG] pgmap v4425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:56 smithi145 bash[13673]: audit 2022-04-26T05:09:55.296670+0000 mon.smithi136 (mon.0) 3188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:09:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:56 smithi145 bash[13673]: audit 2022-04-26T05:09:55.303410+0000 mon.smithi136 (mon.0) 3189 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:09:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:56 smithi145 bash[13673]: cephadm 2022-04-26T05:09:55.304149+0000 mgr.smithi136.ofnrfx (mgr.14188) 4731 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:09:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:56 smithi145 bash[13673]: cephadm 2022-04-26T05:09:55.304267+0000 mgr.smithi136.ofnrfx (mgr.14188) 4732 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:09:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:57 smithi136 bash[11745]: audit 2022-04-26T05:09:56.425936+0000 mon.smithi136 (mon.0) 3190 : audit [DBG] from='client.? 172.21.15.136:0/1505960436' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:57 smithi145 bash[13673]: audit 2022-04-26T05:09:56.425936+0000 mon.smithi136 (mon.0) 3190 : audit [DBG] from='client.? 172.21.15.136:0/1505960436' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:09:58.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:09:58 smithi145 bash[13673]: cluster 2022-04-26T05:09:57.294482+0000 mgr.smithi136.ofnrfx (mgr.14188) 4733 : cluster [DBG] pgmap v4426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:09:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:09:58 smithi136 bash[11745]: cluster 2022-04-26T05:09:57.294482+0000 mgr.smithi136.ofnrfx (mgr.14188) 4733 : cluster [DBG] pgmap v4426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:00 smithi145 bash[13673]: cluster 2022-04-26T05:09:59.295109+0000 mgr.smithi136.ofnrfx (mgr.14188) 4734 : cluster [DBG] pgmap v4427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:00 smithi145 bash[13673]: cluster 2022-04-26T05:10:00.000166+0000 mon.smithi136 (mon.0) 3191 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:10:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:00 smithi136 bash[11745]: cluster 2022-04-26T05:09:59.295109+0000 mgr.smithi136.ofnrfx (mgr.14188) 4734 : cluster [DBG] pgmap v4427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:00 smithi136 bash[11745]: cluster 2022-04-26T05:10:00.000166+0000 mon.smithi136 (mon.0) 3191 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:10:01.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:01.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:01.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:01.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:02 smithi136 bash[11745]: cluster 2022-04-26T05:10:01.295758+0000 mgr.smithi136.ofnrfx (mgr.14188) 4735 : cluster [DBG] pgmap v4428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:03.075 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:02 smithi136 bash[11745]: audit 2022-04-26T05:10:01.759113+0000 mon.smithi136 (mon.0) 3192 : audit [DBG] from='client.? 172.21.15.136:0/1971984410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:03.075 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:02 smithi136 bash[11745]: audit 2022-04-26T05:10:02.467111+0000 mon.smithi136 (mon.0) 3193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:10:03.075 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:02 smithi136 bash[11745]: audit 2022-04-26T05:10:02.470949+0000 mon.smithi136 (mon.0) 3194 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:10:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:02 smithi145 bash[13673]: cluster 2022-04-26T05:10:01.295758+0000 mgr.smithi136.ofnrfx (mgr.14188) 4735 : cluster [DBG] pgmap v4428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:02 smithi145 bash[13673]: audit 2022-04-26T05:10:01.759113+0000 mon.smithi136 (mon.0) 3192 : audit [DBG] from='client.? 172.21.15.136:0/1971984410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:02 smithi145 bash[13673]: audit 2022-04-26T05:10:02.467111+0000 mon.smithi136 (mon.0) 3193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:10:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:02 smithi145 bash[13673]: audit 2022-04-26T05:10:02.470949+0000 mon.smithi136 (mon.0) 3194 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:10:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:04 smithi136 bash[11745]: cluster 2022-04-26T05:10:03.296355+0000 mgr.smithi136.ofnrfx (mgr.14188) 4736 : cluster [DBG] pgmap v4429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:04 smithi145 bash[13673]: cluster 2022-04-26T05:10:03.296355+0000 mgr.smithi136.ofnrfx (mgr.14188) 4736 : cluster [DBG] pgmap v4429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:06.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:06.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:06.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:06 smithi136 bash[11745]: cluster 2022-04-26T05:10:05.296965+0000 mgr.smithi136.ofnrfx (mgr.14188) 4737 : cluster [DBG] pgmap v4430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:07.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:06 smithi145 bash[13673]: cluster 2022-04-26T05:10:05.296965+0000 mgr.smithi136.ofnrfx (mgr.14188) 4737 : cluster [DBG] pgmap v4430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:07 smithi136 bash[11745]: audit 2022-04-26T05:10:07.088571+0000 mon.smithi136 (mon.0) 3195 : audit [DBG] from='client.? 172.21.15.136:0/1331698478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:07 smithi145 bash[13673]: audit 2022-04-26T05:10:07.088571+0000 mon.smithi136 (mon.0) 3195 : audit [DBG] from='client.? 172.21.15.136:0/1331698478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:08 smithi136 bash[11745]: cluster 2022-04-26T05:10:07.297589+0000 mgr.smithi136.ofnrfx (mgr.14188) 4738 : cluster [DBG] pgmap v4431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:08 smithi145 bash[13673]: cluster 2022-04-26T05:10:07.297589+0000 mgr.smithi136.ofnrfx (mgr.14188) 4738 : cluster [DBG] pgmap v4431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:10 smithi136 bash[11745]: cluster 2022-04-26T05:10:09.298234+0000 mgr.smithi136.ofnrfx (mgr.14188) 4739 : cluster [DBG] pgmap v4432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:10 smithi145 bash[13673]: cluster 2022-04-26T05:10:09.298234+0000 mgr.smithi136.ofnrfx (mgr.14188) 4739 : cluster [DBG] pgmap v4432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:12.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:12.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:12.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:12.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:12 smithi136 bash[11745]: cluster 2022-04-26T05:10:11.299046+0000 mgr.smithi136.ofnrfx (mgr.14188) 4740 : cluster [DBG] pgmap v4433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:12 smithi136 bash[11745]: audit 2022-04-26T05:10:12.419076+0000 mon.smithi136 (mon.0) 3196 : audit [DBG] from='client.? 172.21.15.136:0/3897457506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:12 smithi145 bash[13673]: cluster 2022-04-26T05:10:11.299046+0000 mgr.smithi136.ofnrfx (mgr.14188) 4740 : cluster [DBG] pgmap v4433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:12 smithi145 bash[13673]: audit 2022-04-26T05:10:12.419076+0000 mon.smithi136 (mon.0) 3196 : audit [DBG] from='client.? 172.21.15.136:0/3897457506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:13 smithi136 bash[11745]: cluster 2022-04-26T05:10:13.299709+0000 mgr.smithi136.ofnrfx (mgr.14188) 4741 : cluster [DBG] pgmap v4434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:13 smithi145 bash[13673]: cluster 2022-04-26T05:10:13.299709+0000 mgr.smithi136.ofnrfx (mgr.14188) 4741 : cluster [DBG] pgmap v4434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:16 smithi136 bash[11745]: cluster 2022-04-26T05:10:15.300106+0000 mgr.smithi136.ofnrfx (mgr.14188) 4742 : cluster [DBG] pgmap v4435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:16 smithi145 bash[13673]: cluster 2022-04-26T05:10:15.300106+0000 mgr.smithi136.ofnrfx (mgr.14188) 4742 : cluster [DBG] pgmap v4435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:17.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:17.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:17.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:17.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:18 smithi136 bash[11745]: cluster 2022-04-26T05:10:17.300723+0000 mgr.smithi136.ofnrfx (mgr.14188) 4743 : cluster [DBG] pgmap v4436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:18 smithi136 bash[11745]: audit 2022-04-26T05:10:17.740517+0000 mon.smithi136 (mon.0) 3197 : audit [DBG] from='client.? 172.21.15.136:0/3174361455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:18 smithi145 bash[13673]: cluster 2022-04-26T05:10:17.300723+0000 mgr.smithi136.ofnrfx (mgr.14188) 4743 : cluster [DBG] pgmap v4436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:19.187 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:18 smithi145 bash[13673]: audit 2022-04-26T05:10:17.740517+0000 mon.smithi136 (mon.0) 3197 : audit [DBG] from='client.? 172.21.15.136:0/3174361455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:20 smithi136 bash[11745]: cluster 2022-04-26T05:10:19.301365+0000 mgr.smithi136.ofnrfx (mgr.14188) 4744 : cluster [DBG] pgmap v4437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:20 smithi145 bash[13673]: cluster 2022-04-26T05:10:19.301365+0000 mgr.smithi136.ofnrfx (mgr.14188) 4744 : cluster [DBG] pgmap v4437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:22.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:22.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:22.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:22 smithi136 bash[11745]: cluster 2022-04-26T05:10:21.302002+0000 mgr.smithi136.ofnrfx (mgr.14188) 4745 : cluster [DBG] pgmap v4438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:23.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:22 smithi145 bash[13673]: cluster 2022-04-26T05:10:21.302002+0000 mgr.smithi136.ofnrfx (mgr.14188) 4745 : cluster [DBG] pgmap v4438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:23 smithi136 bash[11745]: audit 2022-04-26T05:10:23.061591+0000 mon.smithi136 (mon.0) 3198 : audit [DBG] from='client.? 172.21.15.136:0/880334989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:23 smithi145 bash[13673]: audit 2022-04-26T05:10:23.061591+0000 mon.smithi136 (mon.0) 3198 : audit [DBG] from='client.? 172.21.15.136:0/880334989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:24 smithi136 bash[11745]: cluster 2022-04-26T05:10:23.302613+0000 mgr.smithi136.ofnrfx (mgr.14188) 4746 : cluster [DBG] pgmap v4439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:24 smithi145 bash[13673]: cluster 2022-04-26T05:10:23.302613+0000 mgr.smithi136.ofnrfx (mgr.14188) 4746 : cluster [DBG] pgmap v4439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:26 smithi136 bash[11745]: cluster 2022-04-26T05:10:25.303151+0000 mgr.smithi136.ofnrfx (mgr.14188) 4747 : cluster [DBG] pgmap v4440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:26 smithi145 bash[13673]: cluster 2022-04-26T05:10:25.303151+0000 mgr.smithi136.ofnrfx (mgr.14188) 4747 : cluster [DBG] pgmap v4440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:28.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:28.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:28.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:28.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:28 smithi136 bash[11745]: cluster 2022-04-26T05:10:27.303835+0000 mgr.smithi136.ofnrfx (mgr.14188) 4748 : cluster [DBG] pgmap v4441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:28 smithi136 bash[11745]: audit 2022-04-26T05:10:28.380790+0000 mon.smithi136 (mon.0) 3199 : audit [DBG] from='client.? 172.21.15.136:0/3438433688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:28 smithi145 bash[13673]: cluster 2022-04-26T05:10:27.303835+0000 mgr.smithi136.ofnrfx (mgr.14188) 4748 : cluster [DBG] pgmap v4441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:28 smithi145 bash[13673]: audit 2022-04-26T05:10:28.380790+0000 mon.smithi136 (mon.0) 3199 : audit [DBG] from='client.? 172.21.15.136:0/3438433688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:30 smithi136 bash[11745]: cluster 2022-04-26T05:10:29.304479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4749 : cluster [DBG] pgmap v4442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:30 smithi145 bash[13673]: cluster 2022-04-26T05:10:29.304479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4749 : cluster [DBG] pgmap v4442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:31 smithi136 bash[11745]: cluster 2022-04-26T05:10:31.305102+0000 mgr.smithi136.ofnrfx (mgr.14188) 4750 : cluster [DBG] pgmap v4443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:31 smithi145 bash[13673]: cluster 2022-04-26T05:10:31.305102+0000 mgr.smithi136.ofnrfx (mgr.14188) 4750 : cluster [DBG] pgmap v4443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:33.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:33.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:33.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:33.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:34 smithi145 bash[13673]: cluster 2022-04-26T05:10:33.305684+0000 mgr.smithi136.ofnrfx (mgr.14188) 4751 : cluster [DBG] pgmap v4444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:34 smithi145 bash[13673]: audit 2022-04-26T05:10:33.714217+0000 mon.smithi136 (mon.0) 3200 : audit [DBG] from='client.? 172.21.15.136:0/840901554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:34.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:34 smithi136 bash[11745]: cluster 2022-04-26T05:10:33.305684+0000 mgr.smithi136.ofnrfx (mgr.14188) 4751 : cluster [DBG] pgmap v4444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:34.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:34 smithi136 bash[11745]: audit 2022-04-26T05:10:33.714217+0000 mon.smithi136 (mon.0) 3200 : audit [DBG] from='client.? 172.21.15.136:0/840901554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:36 smithi136 bash[11745]: cluster 2022-04-26T05:10:35.306185+0000 mgr.smithi136.ofnrfx (mgr.14188) 4752 : cluster [DBG] pgmap v4445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:36 smithi145 bash[13673]: cluster 2022-04-26T05:10:35.306185+0000 mgr.smithi136.ofnrfx (mgr.14188) 4752 : cluster [DBG] pgmap v4445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:38.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:38.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:38.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:39.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:38 smithi136 bash[11745]: cluster 2022-04-26T05:10:37.306838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4753 : cluster [DBG] pgmap v4446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:38 smithi145 bash[13673]: cluster 2022-04-26T05:10:37.306838+0000 mgr.smithi136.ofnrfx (mgr.14188) 4753 : cluster [DBG] pgmap v4446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:39 smithi136 bash[11745]: audit 2022-04-26T05:10:39.038329+0000 mon.smithi136 (mon.0) 3201 : audit [DBG] from='client.? 172.21.15.136:0/1021877081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:39 smithi145 bash[13673]: audit 2022-04-26T05:10:39.038329+0000 mon.smithi136 (mon.0) 3201 : audit [DBG] from='client.? 172.21.15.136:0/1021877081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:40 smithi136 bash[11745]: cluster 2022-04-26T05:10:39.307413+0000 mgr.smithi136.ofnrfx (mgr.14188) 4754 : cluster [DBG] pgmap v4447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:40 smithi145 bash[13673]: cluster 2022-04-26T05:10:39.307413+0000 mgr.smithi136.ofnrfx (mgr.14188) 4754 : cluster [DBG] pgmap v4447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:42 smithi136 bash[11745]: cluster 2022-04-26T05:10:41.308188+0000 mgr.smithi136.ofnrfx (mgr.14188) 4755 : cluster [DBG] pgmap v4448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:42 smithi145 bash[13673]: cluster 2022-04-26T05:10:41.308188+0000 mgr.smithi136.ofnrfx (mgr.14188) 4755 : cluster [DBG] pgmap v4448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:44.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:44.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:44.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:44.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:44 smithi136 bash[11745]: cluster 2022-04-26T05:10:43.308847+0000 mgr.smithi136.ofnrfx (mgr.14188) 4756 : cluster [DBG] pgmap v4449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:44 smithi136 bash[11745]: audit 2022-04-26T05:10:44.366807+0000 mon.smithi136 (mon.0) 3202 : audit [DBG] from='client.? 172.21.15.136:0/3845529514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:44 smithi145 bash[13673]: cluster 2022-04-26T05:10:43.308847+0000 mgr.smithi136.ofnrfx (mgr.14188) 4756 : cluster [DBG] pgmap v4449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:44 smithi145 bash[13673]: audit 2022-04-26T05:10:44.366807+0000 mon.smithi136 (mon.0) 3202 : audit [DBG] from='client.? 172.21.15.136:0/3845529514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:46 smithi136 bash[11745]: cluster 2022-04-26T05:10:45.309379+0000 mgr.smithi136.ofnrfx (mgr.14188) 4757 : cluster [DBG] pgmap v4450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:46 smithi145 bash[13673]: cluster 2022-04-26T05:10:45.309379+0000 mgr.smithi136.ofnrfx (mgr.14188) 4757 : cluster [DBG] pgmap v4450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:48 smithi136 bash[11745]: cluster 2022-04-26T05:10:47.310010+0000 mgr.smithi136.ofnrfx (mgr.14188) 4758 : cluster [DBG] pgmap v4451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:48 smithi145 bash[13673]: cluster 2022-04-26T05:10:47.310010+0000 mgr.smithi136.ofnrfx (mgr.14188) 4758 : cluster [DBG] pgmap v4451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:49.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:49.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:49.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:49.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:49 smithi136 bash[11745]: cluster 2022-04-26T05:10:49.310648+0000 mgr.smithi136.ofnrfx (mgr.14188) 4759 : cluster [DBG] pgmap v4452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:49 smithi136 bash[11745]: audit 2022-04-26T05:10:49.684341+0000 mon.smithi136 (mon.0) 3203 : audit [DBG] from='client.? 172.21.15.136:0/2119918538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:49 smithi145 bash[13673]: cluster 2022-04-26T05:10:49.310648+0000 mgr.smithi136.ofnrfx (mgr.14188) 4759 : cluster [DBG] pgmap v4452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:49 smithi145 bash[13673]: audit 2022-04-26T05:10:49.684341+0000 mon.smithi136 (mon.0) 3203 : audit [DBG] from='client.? 172.21.15.136:0/2119918538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:52 smithi136 bash[11745]: cluster 2022-04-26T05:10:51.311270+0000 mgr.smithi136.ofnrfx (mgr.14188) 4760 : cluster [DBG] pgmap v4453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:52 smithi145 bash[13673]: cluster 2022-04-26T05:10:51.311270+0000 mgr.smithi136.ofnrfx (mgr.14188) 4760 : cluster [DBG] pgmap v4453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:54.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:10:54.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:10:54.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:10:55.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:10:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:54 smithi136 bash[11745]: cluster 2022-04-26T05:10:53.311906+0000 mgr.smithi136.ofnrfx (mgr.14188) 4761 : cluster [DBG] pgmap v4454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:54 smithi145 bash[13673]: cluster 2022-04-26T05:10:53.311906+0000 mgr.smithi136.ofnrfx (mgr.14188) 4761 : cluster [DBG] pgmap v4454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:55 smithi136 bash[11745]: audit 2022-04-26T05:10:55.019173+0000 mon.smithi136 (mon.0) 3204 : audit [DBG] from='client.? 172.21.15.136:0/3252518667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:55 smithi136 bash[11745]: audit 2022-04-26T05:10:55.311360+0000 mon.smithi136 (mon.0) 3205 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:55 smithi136 bash[11745]: audit 2022-04-26T05:10:55.315414+0000 mon.smithi136 (mon.0) 3206 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:55 smithi136 bash[11745]: audit 2022-04-26T05:10:55.317295+0000 mon.smithi136 (mon.0) 3207 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:55 smithi136 bash[11745]: audit 2022-04-26T05:10:55.642812+0000 mon.smithi136 (mon.0) 3208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:55 smithi136 bash[11745]: audit 2022-04-26T05:10:55.652289+0000 mon.smithi136 (mon.0) 3209 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:10:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:55 smithi145 bash[13673]: audit 2022-04-26T05:10:55.019173+0000 mon.smithi136 (mon.0) 3204 : audit [DBG] from='client.? 172.21.15.136:0/3252518667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:10:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:55 smithi145 bash[13673]: audit 2022-04-26T05:10:55.311360+0000 mon.smithi136 (mon.0) 3205 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:10:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:55 smithi145 bash[13673]: audit 2022-04-26T05:10:55.315414+0000 mon.smithi136 (mon.0) 3206 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:10:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:55 smithi145 bash[13673]: audit 2022-04-26T05:10:55.317295+0000 mon.smithi136 (mon.0) 3207 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:10:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:55 smithi145 bash[13673]: audit 2022-04-26T05:10:55.642812+0000 mon.smithi136 (mon.0) 3208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:10:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:55 smithi145 bash[13673]: audit 2022-04-26T05:10:55.652289+0000 mon.smithi136 (mon.0) 3209 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:10:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:56 smithi136 bash[11745]: cluster 2022-04-26T05:10:55.312422+0000 mgr.smithi136.ofnrfx (mgr.14188) 4762 : cluster [DBG] pgmap v4455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:56 smithi136 bash[11745]: cluster 2022-04-26T05:10:55.634638+0000 mgr.smithi136.ofnrfx (mgr.14188) 4763 : cluster [DBG] pgmap v4456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:56 smithi136 bash[11745]: cluster 2022-04-26T05:10:55.635019+0000 mgr.smithi136.ofnrfx (mgr.14188) 4764 : cluster [DBG] pgmap v4457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:56 smithi136 bash[11745]: cephadm 2022-04-26T05:10:55.653575+0000 mgr.smithi136.ofnrfx (mgr.14188) 4765 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:10:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:56 smithi136 bash[11745]: cephadm 2022-04-26T05:10:55.653758+0000 mgr.smithi136.ofnrfx (mgr.14188) 4766 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:10:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:56 smithi145 bash[13673]: cluster 2022-04-26T05:10:55.312422+0000 mgr.smithi136.ofnrfx (mgr.14188) 4762 : cluster [DBG] pgmap v4455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:56 smithi145 bash[13673]: cluster 2022-04-26T05:10:55.634638+0000 mgr.smithi136.ofnrfx (mgr.14188) 4763 : cluster [DBG] pgmap v4456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:56 smithi145 bash[13673]: cluster 2022-04-26T05:10:55.635019+0000 mgr.smithi136.ofnrfx (mgr.14188) 4764 : cluster [DBG] pgmap v4457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:56 smithi145 bash[13673]: cephadm 2022-04-26T05:10:55.653575+0000 mgr.smithi136.ofnrfx (mgr.14188) 4765 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:10:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:56 smithi145 bash[13673]: cephadm 2022-04-26T05:10:55.653758+0000 mgr.smithi136.ofnrfx (mgr.14188) 4766 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:10:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:10:58 smithi136 bash[11745]: cluster 2022-04-26T05:10:57.635658+0000 mgr.smithi136.ofnrfx (mgr.14188) 4767 : cluster [DBG] pgmap v4458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:10:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:10:58 smithi145 bash[13673]: cluster 2022-04-26T05:10:57.635658+0000 mgr.smithi136.ofnrfx (mgr.14188) 4767 : cluster [DBG] pgmap v4458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:00.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:00.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:00.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:00.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:00 smithi136 bash[11745]: cluster 2022-04-26T05:10:59.636289+0000 mgr.smithi136.ofnrfx (mgr.14188) 4768 : cluster [DBG] pgmap v4459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:00 smithi136 bash[11745]: audit 2022-04-26T05:11:00.345053+0000 mon.smithi136 (mon.0) 3210 : audit [DBG] from='client.? 172.21.15.136:0/4229243962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:00 smithi145 bash[13673]: cluster 2022-04-26T05:10:59.636289+0000 mgr.smithi136.ofnrfx (mgr.14188) 4768 : cluster [DBG] pgmap v4459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:00 smithi145 bash[13673]: audit 2022-04-26T05:11:00.345053+0000 mon.smithi136 (mon.0) 3210 : audit [DBG] from='client.? 172.21.15.136:0/4229243962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:02 smithi136 bash[11745]: cluster 2022-04-26T05:11:01.636927+0000 mgr.smithi136.ofnrfx (mgr.14188) 4769 : cluster [DBG] pgmap v4460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:02 smithi136 bash[11745]: audit 2022-04-26T05:11:02.471217+0000 mon.smithi136 (mon.0) 3211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:11:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:02 smithi136 bash[11745]: audit 2022-04-26T05:11:02.475164+0000 mon.smithi136 (mon.0) 3212 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:11:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:02 smithi145 bash[13673]: cluster 2022-04-26T05:11:01.636927+0000 mgr.smithi136.ofnrfx (mgr.14188) 4769 : cluster [DBG] pgmap v4460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:02 smithi145 bash[13673]: audit 2022-04-26T05:11:02.471217+0000 mon.smithi136 (mon.0) 3211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:11:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:02 smithi145 bash[13673]: audit 2022-04-26T05:11:02.475164+0000 mon.smithi136 (mon.0) 3212 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:11:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:03 smithi136 bash[11745]: cluster 2022-04-26T05:11:03.637539+0000 mgr.smithi136.ofnrfx (mgr.14188) 4770 : cluster [DBG] pgmap v4461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:03 smithi145 bash[13673]: cluster 2022-04-26T05:11:03.637539+0000 mgr.smithi136.ofnrfx (mgr.14188) 4770 : cluster [DBG] pgmap v4461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:05.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:05.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:05.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:05.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:05 smithi136 bash[11745]: cluster 2022-04-26T05:11:05.638109+0000 mgr.smithi136.ofnrfx (mgr.14188) 4771 : cluster [DBG] pgmap v4462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:05 smithi136 bash[11745]: audit 2022-04-26T05:11:05.670310+0000 mon.smithi136 (mon.0) 3213 : audit [DBG] from='client.? 172.21.15.136:0/1129098906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:05 smithi145 bash[13673]: cluster 2022-04-26T05:11:05.638109+0000 mgr.smithi136.ofnrfx (mgr.14188) 4771 : cluster [DBG] pgmap v4462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:05 smithi145 bash[13673]: audit 2022-04-26T05:11:05.670310+0000 mon.smithi136 (mon.0) 3213 : audit [DBG] from='client.? 172.21.15.136:0/1129098906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:08 smithi136 bash[11745]: cluster 2022-04-26T05:11:07.638754+0000 mgr.smithi136.ofnrfx (mgr.14188) 4772 : cluster [DBG] pgmap v4463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:08 smithi145 bash[13673]: cluster 2022-04-26T05:11:07.638754+0000 mgr.smithi136.ofnrfx (mgr.14188) 4772 : cluster [DBG] pgmap v4463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:10.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:10.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:10.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:11.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:10 smithi136 bash[11745]: cluster 2022-04-26T05:11:09.639363+0000 mgr.smithi136.ofnrfx (mgr.14188) 4773 : cluster [DBG] pgmap v4464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:10 smithi145 bash[13673]: cluster 2022-04-26T05:11:09.639363+0000 mgr.smithi136.ofnrfx (mgr.14188) 4773 : cluster [DBG] pgmap v4464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:11 smithi136 bash[11745]: audit 2022-04-26T05:11:11.000944+0000 mon.smithi136 (mon.0) 3214 : audit [DBG] from='client.? 172.21.15.136:0/98841077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:11 smithi145 bash[13673]: audit 2022-04-26T05:11:11.000944+0000 mon.smithi136 (mon.0) 3214 : audit [DBG] from='client.? 172.21.15.136:0/98841077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:12 smithi136 bash[11745]: cluster 2022-04-26T05:11:11.639960+0000 mgr.smithi136.ofnrfx (mgr.14188) 4774 : cluster [DBG] pgmap v4465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:12 smithi145 bash[13673]: cluster 2022-04-26T05:11:11.639960+0000 mgr.smithi136.ofnrfx (mgr.14188) 4774 : cluster [DBG] pgmap v4465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:14 smithi136 bash[11745]: cluster 2022-04-26T05:11:13.640600+0000 mgr.smithi136.ofnrfx (mgr.14188) 4775 : cluster [DBG] pgmap v4466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:14 smithi145 bash[13673]: cluster 2022-04-26T05:11:13.640600+0000 mgr.smithi136.ofnrfx (mgr.14188) 4775 : cluster [DBG] pgmap v4466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:16.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:16.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:16.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:16.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:16 smithi136 bash[11745]: cluster 2022-04-26T05:11:15.641164+0000 mgr.smithi136.ofnrfx (mgr.14188) 4776 : cluster [DBG] pgmap v4467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:16 smithi136 bash[11745]: audit 2022-04-26T05:11:16.326166+0000 mon.smithi136 (mon.0) 3215 : audit [DBG] from='client.? 172.21.15.136:0/3782177982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:16 smithi145 bash[13673]: cluster 2022-04-26T05:11:15.641164+0000 mgr.smithi136.ofnrfx (mgr.14188) 4776 : cluster [DBG] pgmap v4467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:16 smithi145 bash[13673]: audit 2022-04-26T05:11:16.326166+0000 mon.smithi136 (mon.0) 3215 : audit [DBG] from='client.? 172.21.15.136:0/3782177982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:18 smithi136 bash[11745]: cluster 2022-04-26T05:11:17.641795+0000 mgr.smithi136.ofnrfx (mgr.14188) 4777 : cluster [DBG] pgmap v4468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:18 smithi145 bash[13673]: cluster 2022-04-26T05:11:17.641795+0000 mgr.smithi136.ofnrfx (mgr.14188) 4777 : cluster [DBG] pgmap v4468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:20 smithi136 bash[11745]: cluster 2022-04-26T05:11:19.642371+0000 mgr.smithi136.ofnrfx (mgr.14188) 4778 : cluster [DBG] pgmap v4469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:20 smithi145 bash[13673]: cluster 2022-04-26T05:11:19.642371+0000 mgr.smithi136.ofnrfx (mgr.14188) 4778 : cluster [DBG] pgmap v4469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:21.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:21.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:21.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:21.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:21 smithi136 bash[11745]: audit 2022-04-26T05:11:21.654374+0000 mon.smithi136 (mon.0) 3216 : audit [DBG] from='client.? 172.21.15.136:0/1746637566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:21 smithi145 bash[13673]: audit 2022-04-26T05:11:21.654374+0000 mon.smithi136 (mon.0) 3216 : audit [DBG] from='client.? 172.21.15.136:0/1746637566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:22 smithi136 bash[11745]: cluster 2022-04-26T05:11:21.642967+0000 mgr.smithi136.ofnrfx (mgr.14188) 4779 : cluster [DBG] pgmap v4470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:22 smithi145 bash[13673]: cluster 2022-04-26T05:11:21.642967+0000 mgr.smithi136.ofnrfx (mgr.14188) 4779 : cluster [DBG] pgmap v4470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:23 smithi136 bash[11745]: cluster 2022-04-26T05:11:23.643579+0000 mgr.smithi136.ofnrfx (mgr.14188) 4780 : cluster [DBG] pgmap v4471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:23 smithi145 bash[13673]: cluster 2022-04-26T05:11:23.643579+0000 mgr.smithi136.ofnrfx (mgr.14188) 4780 : cluster [DBG] pgmap v4471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:26.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:26.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:26.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:27.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:26 smithi136 bash[11745]: cluster 2022-04-26T05:11:25.644221+0000 mgr.smithi136.ofnrfx (mgr.14188) 4781 : cluster [DBG] pgmap v4472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:26 smithi145 bash[13673]: cluster 2022-04-26T05:11:25.644221+0000 mgr.smithi136.ofnrfx (mgr.14188) 4781 : cluster [DBG] pgmap v4472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:27 smithi136 bash[11745]: audit 2022-04-26T05:11:26.990552+0000 mon.smithi136 (mon.0) 3217 : audit [DBG] from='client.? 172.21.15.136:0/787621457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:27 smithi145 bash[13673]: audit 2022-04-26T05:11:26.990552+0000 mon.smithi136 (mon.0) 3217 : audit [DBG] from='client.? 172.21.15.136:0/787621457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:28 smithi136 bash[11745]: cluster 2022-04-26T05:11:27.644951+0000 mgr.smithi136.ofnrfx (mgr.14188) 4782 : cluster [DBG] pgmap v4473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:28 smithi145 bash[13673]: cluster 2022-04-26T05:11:27.644951+0000 mgr.smithi136.ofnrfx (mgr.14188) 4782 : cluster [DBG] pgmap v4473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:30 smithi136 bash[11745]: cluster 2022-04-26T05:11:29.645589+0000 mgr.smithi136.ofnrfx (mgr.14188) 4783 : cluster [DBG] pgmap v4474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:30 smithi145 bash[13673]: cluster 2022-04-26T05:11:29.645589+0000 mgr.smithi136.ofnrfx (mgr.14188) 4783 : cluster [DBG] pgmap v4474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:32.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:32.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:32.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:32.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:32 smithi136 bash[11745]: cluster 2022-04-26T05:11:31.646247+0000 mgr.smithi136.ofnrfx (mgr.14188) 4784 : cluster [DBG] pgmap v4475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:32 smithi136 bash[11745]: audit 2022-04-26T05:11:32.309645+0000 mon.smithi136 (mon.0) 3218 : audit [DBG] from='client.? 172.21.15.136:0/1891540488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:32 smithi145 bash[13673]: cluster 2022-04-26T05:11:31.646247+0000 mgr.smithi136.ofnrfx (mgr.14188) 4784 : cluster [DBG] pgmap v4475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:32 smithi145 bash[13673]: audit 2022-04-26T05:11:32.309645+0000 mon.smithi136 (mon.0) 3218 : audit [DBG] from='client.? 172.21.15.136:0/1891540488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:33 smithi136 bash[11745]: cluster 2022-04-26T05:11:33.646882+0000 mgr.smithi136.ofnrfx (mgr.14188) 4785 : cluster [DBG] pgmap v4476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:33 smithi145 bash[13673]: cluster 2022-04-26T05:11:33.646882+0000 mgr.smithi136.ofnrfx (mgr.14188) 4785 : cluster [DBG] pgmap v4476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:36 smithi136 bash[11745]: cluster 2022-04-26T05:11:35.647543+0000 mgr.smithi136.ofnrfx (mgr.14188) 4786 : cluster [DBG] pgmap v4477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:36 smithi145 bash[13673]: cluster 2022-04-26T05:11:35.647543+0000 mgr.smithi136.ofnrfx (mgr.14188) 4786 : cluster [DBG] pgmap v4477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:37.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:37.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:37.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:37.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:37 smithi136 bash[11745]: audit 2022-04-26T05:11:37.645574+0000 mon.smithi136 (mon.0) 3219 : audit [DBG] from='client.? 172.21.15.136:0/3651102324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:37 smithi145 bash[13673]: audit 2022-04-26T05:11:37.645574+0000 mon.smithi136 (mon.0) 3219 : audit [DBG] from='client.? 172.21.15.136:0/3651102324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:38 smithi136 bash[11745]: cluster 2022-04-26T05:11:37.647992+0000 mgr.smithi136.ofnrfx (mgr.14188) 4787 : cluster [DBG] pgmap v4478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:38 smithi145 bash[13673]: cluster 2022-04-26T05:11:37.647992+0000 mgr.smithi136.ofnrfx (mgr.14188) 4787 : cluster [DBG] pgmap v4478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:39 smithi136 bash[11745]: cluster 2022-04-26T05:11:39.648514+0000 mgr.smithi136.ofnrfx (mgr.14188) 4788 : cluster [DBG] pgmap v4479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:39 smithi145 bash[13673]: cluster 2022-04-26T05:11:39.648514+0000 mgr.smithi136.ofnrfx (mgr.14188) 4788 : cluster [DBG] pgmap v4479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:42.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:42.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:42.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:42.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:42 smithi136 bash[11745]: cluster 2022-04-26T05:11:41.649125+0000 mgr.smithi136.ofnrfx (mgr.14188) 4789 : cluster [DBG] pgmap v4480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:42 smithi145 bash[13673]: cluster 2022-04-26T05:11:41.649125+0000 mgr.smithi136.ofnrfx (mgr.14188) 4789 : cluster [DBG] pgmap v4480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:43 smithi136 bash[11745]: audit 2022-04-26T05:11:42.971803+0000 mon.smithi136 (mon.0) 3220 : audit [DBG] from='client.? 172.21.15.136:0/1953670610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:43 smithi145 bash[13673]: audit 2022-04-26T05:11:42.971803+0000 mon.smithi136 (mon.0) 3220 : audit [DBG] from='client.? 172.21.15.136:0/1953670610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:44 smithi136 bash[11745]: cluster 2022-04-26T05:11:43.649750+0000 mgr.smithi136.ofnrfx (mgr.14188) 4790 : cluster [DBG] pgmap v4481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:44 smithi145 bash[13673]: cluster 2022-04-26T05:11:43.649750+0000 mgr.smithi136.ofnrfx (mgr.14188) 4790 : cluster [DBG] pgmap v4481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:46 smithi136 bash[11745]: cluster 2022-04-26T05:11:45.650377+0000 mgr.smithi136.ofnrfx (mgr.14188) 4791 : cluster [DBG] pgmap v4482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:46 smithi145 bash[13673]: cluster 2022-04-26T05:11:45.650377+0000 mgr.smithi136.ofnrfx (mgr.14188) 4791 : cluster [DBG] pgmap v4482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:47.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:47.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:47.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:48.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:48 smithi136 bash[11745]: cluster 2022-04-26T05:11:47.650951+0000 mgr.smithi136.ofnrfx (mgr.14188) 4792 : cluster [DBG] pgmap v4483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:48 smithi136 bash[11745]: audit 2022-04-26T05:11:48.303610+0000 mon.smithi136 (mon.0) 3221 : audit [DBG] from='client.? 172.21.15.136:0/1737179248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:48 smithi145 bash[13673]: cluster 2022-04-26T05:11:47.650951+0000 mgr.smithi136.ofnrfx (mgr.14188) 4792 : cluster [DBG] pgmap v4483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:48 smithi145 bash[13673]: audit 2022-04-26T05:11:48.303610+0000 mon.smithi136 (mon.0) 3221 : audit [DBG] from='client.? 172.21.15.136:0/1737179248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:49 smithi136 bash[11745]: cluster 2022-04-26T05:11:49.651634+0000 mgr.smithi136.ofnrfx (mgr.14188) 4793 : cluster [DBG] pgmap v4484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:49 smithi145 bash[13673]: cluster 2022-04-26T05:11:49.651634+0000 mgr.smithi136.ofnrfx (mgr.14188) 4793 : cluster [DBG] pgmap v4484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:52 smithi136 bash[11745]: cluster 2022-04-26T05:11:51.652359+0000 mgr.smithi136.ofnrfx (mgr.14188) 4794 : cluster [DBG] pgmap v4485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:52 smithi145 bash[13673]: cluster 2022-04-26T05:11:51.652359+0000 mgr.smithi136.ofnrfx (mgr.14188) 4794 : cluster [DBG] pgmap v4485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:53.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:53.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:53.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:53.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:53 smithi136 bash[11745]: audit 2022-04-26T05:11:53.628373+0000 mon.smithi136 (mon.0) 3222 : audit [DBG] from='client.? 172.21.15.136:0/3970890206' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:53 smithi145 bash[13673]: audit 2022-04-26T05:11:53.628373+0000 mon.smithi136 (mon.0) 3222 : audit [DBG] from='client.? 172.21.15.136:0/3970890206' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:54 smithi136 bash[11745]: cluster 2022-04-26T05:11:53.652999+0000 mgr.smithi136.ofnrfx (mgr.14188) 4795 : cluster [DBG] pgmap v4486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:54 smithi145 bash[13673]: cluster 2022-04-26T05:11:53.652999+0000 mgr.smithi136.ofnrfx (mgr.14188) 4795 : cluster [DBG] pgmap v4486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:55 smithi136 bash[11745]: audit 2022-04-26T05:11:55.661279+0000 mon.smithi136 (mon.0) 3223 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:11:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:55 smithi136 bash[11745]: audit 2022-04-26T05:11:55.664168+0000 mon.smithi136 (mon.0) 3224 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:11:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:55 smithi136 bash[11745]: audit 2022-04-26T05:11:55.666009+0000 mon.smithi136 (mon.0) 3225 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:11:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:55 smithi145 bash[13673]: audit 2022-04-26T05:11:55.661279+0000 mon.smithi136 (mon.0) 3223 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:11:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:55 smithi145 bash[13673]: audit 2022-04-26T05:11:55.664168+0000 mon.smithi136 (mon.0) 3224 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:11:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:55 smithi145 bash[13673]: audit 2022-04-26T05:11:55.666009+0000 mon.smithi136 (mon.0) 3225 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:11:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:56 smithi136 bash[11745]: cluster 2022-04-26T05:11:55.653614+0000 mgr.smithi136.ofnrfx (mgr.14188) 4796 : cluster [DBG] pgmap v4487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:56 smithi136 bash[11745]: cluster 2022-04-26T05:11:55.999172+0000 mgr.smithi136.ofnrfx (mgr.14188) 4797 : cluster [DBG] pgmap v4488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:56 smithi136 bash[11745]: cluster 2022-04-26T05:11:55.999562+0000 mgr.smithi136.ofnrfx (mgr.14188) 4798 : cluster [DBG] pgmap v4489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:57.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:56 smithi136 bash[11745]: audit 2022-04-26T05:11:56.006170+0000 mon.smithi136 (mon.0) 3226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:11:57.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:56 smithi136 bash[11745]: audit 2022-04-26T05:11:56.017894+0000 mon.smithi136 (mon.0) 3227 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:11:57.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:56 smithi136 bash[11745]: cephadm 2022-04-26T05:11:56.019026+0000 mgr.smithi136.ofnrfx (mgr.14188) 4799 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:11:57.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:56 smithi136 bash[11745]: cephadm 2022-04-26T05:11:56.019116+0000 mgr.smithi136.ofnrfx (mgr.14188) 4800 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:11:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:56 smithi145 bash[13673]: cluster 2022-04-26T05:11:55.653614+0000 mgr.smithi136.ofnrfx (mgr.14188) 4796 : cluster [DBG] pgmap v4487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:56 smithi145 bash[13673]: cluster 2022-04-26T05:11:55.999172+0000 mgr.smithi136.ofnrfx (mgr.14188) 4797 : cluster [DBG] pgmap v4488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:56 smithi145 bash[13673]: cluster 2022-04-26T05:11:55.999562+0000 mgr.smithi136.ofnrfx (mgr.14188) 4798 : cluster [DBG] pgmap v4489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:56 smithi145 bash[13673]: audit 2022-04-26T05:11:56.006170+0000 mon.smithi136 (mon.0) 3226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:11:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:56 smithi145 bash[13673]: audit 2022-04-26T05:11:56.017894+0000 mon.smithi136 (mon.0) 3227 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:11:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:56 smithi145 bash[13673]: cephadm 2022-04-26T05:11:56.019026+0000 mgr.smithi136.ofnrfx (mgr.14188) 4799 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:11:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:56 smithi145 bash[13673]: cephadm 2022-04-26T05:11:56.019116+0000 mgr.smithi136.ofnrfx (mgr.14188) 4800 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:11:58.647 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:11:58.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:11:58.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:11:58.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:11:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:59 smithi136 bash[11745]: cluster 2022-04-26T05:11:58.000176+0000 mgr.smithi136.ofnrfx (mgr.14188) 4801 : cluster [DBG] pgmap v4490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:11:59 smithi136 bash[11745]: audit 2022-04-26T05:11:58.951270+0000 mon.smithi136 (mon.0) 3228 : audit [DBG] from='client.? 172.21.15.136:0/370443027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:11:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:59 smithi145 bash[13673]: cluster 2022-04-26T05:11:58.000176+0000 mgr.smithi136.ofnrfx (mgr.14188) 4801 : cluster [DBG] pgmap v4490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:11:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:11:59 smithi145 bash[13673]: audit 2022-04-26T05:11:58.951270+0000 mon.smithi136 (mon.0) 3228 : audit [DBG] from='client.? 172.21.15.136:0/370443027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:01 smithi136 bash[11745]: cluster 2022-04-26T05:12:00.000768+0000 mgr.smithi136.ofnrfx (mgr.14188) 4802 : cluster [DBG] pgmap v4491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:01 smithi145 bash[13673]: cluster 2022-04-26T05:12:00.000768+0000 mgr.smithi136.ofnrfx (mgr.14188) 4802 : cluster [DBG] pgmap v4491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:02 smithi136 bash[11745]: audit 2022-04-26T05:12:02.475334+0000 mon.smithi136 (mon.0) 3229 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:12:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:02 smithi136 bash[11745]: audit 2022-04-26T05:12:02.479215+0000 mon.smithi136 (mon.0) 3230 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:12:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:02 smithi145 bash[13673]: audit 2022-04-26T05:12:02.475334+0000 mon.smithi136 (mon.0) 3229 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:12:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:02 smithi145 bash[13673]: audit 2022-04-26T05:12:02.479215+0000 mon.smithi136 (mon.0) 3230 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:12:03.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:03.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:03.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:03 smithi136 bash[11745]: cluster 2022-04-26T05:12:02.001485+0000 mgr.smithi136.ofnrfx (mgr.14188) 4803 : cluster [DBG] pgmap v4492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:03 smithi145 bash[13673]: cluster 2022-04-26T05:12:02.001485+0000 mgr.smithi136.ofnrfx (mgr.14188) 4803 : cluster [DBG] pgmap v4492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:04.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:04 smithi136 bash[11745]: audit 2022-04-26T05:12:04.275060+0000 mon.smithi136 (mon.0) 3231 : audit [DBG] from='client.? 172.21.15.136:0/2911535419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:04 smithi145 bash[13673]: audit 2022-04-26T05:12:04.275060+0000 mon.smithi136 (mon.0) 3231 : audit [DBG] from='client.? 172.21.15.136:0/2911535419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:05 smithi136 bash[11745]: cluster 2022-04-26T05:12:04.002168+0000 mgr.smithi136.ofnrfx (mgr.14188) 4804 : cluster [DBG] pgmap v4493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:05 smithi145 bash[13673]: cluster 2022-04-26T05:12:04.002168+0000 mgr.smithi136.ofnrfx (mgr.14188) 4804 : cluster [DBG] pgmap v4493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:07 smithi136 bash[11745]: cluster 2022-04-26T05:12:06.002760+0000 mgr.smithi136.ofnrfx (mgr.14188) 4805 : cluster [DBG] pgmap v4494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:07 smithi145 bash[13673]: cluster 2022-04-26T05:12:06.002760+0000 mgr.smithi136.ofnrfx (mgr.14188) 4805 : cluster [DBG] pgmap v4494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:08 smithi136 bash[11745]: cluster 2022-04-26T05:12:08.003353+0000 mgr.smithi136.ofnrfx (mgr.14188) 4806 : cluster [DBG] pgmap v4495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:08 smithi145 bash[13673]: cluster 2022-04-26T05:12:08.003353+0000 mgr.smithi136.ofnrfx (mgr.14188) 4806 : cluster [DBG] pgmap v4495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:09.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:09.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:09.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:09.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:09 smithi136 bash[11745]: audit 2022-04-26T05:12:09.601573+0000 mon.smithi136 (mon.0) 3232 : audit [DBG] from='client.? 172.21.15.136:0/2234694723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:09 smithi145 bash[13673]: audit 2022-04-26T05:12:09.601573+0000 mon.smithi136 (mon.0) 3232 : audit [DBG] from='client.? 172.21.15.136:0/2234694723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:11 smithi136 bash[11745]: cluster 2022-04-26T05:12:10.003999+0000 mgr.smithi136.ofnrfx (mgr.14188) 4807 : cluster [DBG] pgmap v4496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:11 smithi145 bash[13673]: cluster 2022-04-26T05:12:10.003999+0000 mgr.smithi136.ofnrfx (mgr.14188) 4807 : cluster [DBG] pgmap v4496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:13 smithi136 bash[11745]: cluster 2022-04-26T05:12:12.004623+0000 mgr.smithi136.ofnrfx (mgr.14188) 4808 : cluster [DBG] pgmap v4497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:13 smithi145 bash[13673]: cluster 2022-04-26T05:12:12.004623+0000 mgr.smithi136.ofnrfx (mgr.14188) 4808 : cluster [DBG] pgmap v4497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:14.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:14.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:14.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:14.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:15 smithi136 bash[11745]: cluster 2022-04-26T05:12:14.005274+0000 mgr.smithi136.ofnrfx (mgr.14188) 4809 : cluster [DBG] pgmap v4498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:15 smithi136 bash[11745]: audit 2022-04-26T05:12:14.928273+0000 mon.smithi136 (mon.0) 3233 : audit [DBG] from='client.? 172.21.15.136:0/3378031848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:15 smithi145 bash[13673]: cluster 2022-04-26T05:12:14.005274+0000 mgr.smithi136.ofnrfx (mgr.14188) 4809 : cluster [DBG] pgmap v4498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:15 smithi145 bash[13673]: audit 2022-04-26T05:12:14.928273+0000 mon.smithi136 (mon.0) 3233 : audit [DBG] from='client.? 172.21.15.136:0/3378031848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:17 smithi136 bash[11745]: cluster 2022-04-26T05:12:16.005887+0000 mgr.smithi136.ofnrfx (mgr.14188) 4810 : cluster [DBG] pgmap v4499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:17 smithi145 bash[13673]: cluster 2022-04-26T05:12:16.005887+0000 mgr.smithi136.ofnrfx (mgr.14188) 4810 : cluster [DBG] pgmap v4499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:19.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:19.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:19.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:19 smithi136 bash[11745]: cluster 2022-04-26T05:12:18.006464+0000 mgr.smithi136.ofnrfx (mgr.14188) 4811 : cluster [DBG] pgmap v4500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:19 smithi145 bash[13673]: cluster 2022-04-26T05:12:18.006464+0000 mgr.smithi136.ofnrfx (mgr.14188) 4811 : cluster [DBG] pgmap v4500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:20.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:20 smithi136 bash[11745]: cluster 2022-04-26T05:12:20.007062+0000 mgr.smithi136.ofnrfx (mgr.14188) 4812 : cluster [DBG] pgmap v4501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:20 smithi136 bash[11745]: audit 2022-04-26T05:12:20.253403+0000 mon.smithi136 (mon.0) 3234 : audit [DBG] from='client.? 172.21.15.136:0/4019846818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:20 smithi145 bash[13673]: cluster 2022-04-26T05:12:20.007062+0000 mgr.smithi136.ofnrfx (mgr.14188) 4812 : cluster [DBG] pgmap v4501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:20 smithi145 bash[13673]: audit 2022-04-26T05:12:20.253403+0000 mon.smithi136 (mon.0) 3234 : audit [DBG] from='client.? 172.21.15.136:0/4019846818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:23 smithi145 bash[13673]: cluster 2022-04-26T05:12:22.007740+0000 mgr.smithi136.ofnrfx (mgr.14188) 4813 : cluster [DBG] pgmap v4502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:23 smithi136 bash[11745]: cluster 2022-04-26T05:12:22.007740+0000 mgr.smithi136.ofnrfx (mgr.14188) 4813 : cluster [DBG] pgmap v4502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:25.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:25.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:25.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:25 smithi145 bash[13673]: cluster 2022-04-26T05:12:24.008372+0000 mgr.smithi136.ofnrfx (mgr.14188) 4814 : cluster [DBG] pgmap v4503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:25 smithi136 bash[11745]: cluster 2022-04-26T05:12:24.008372+0000 mgr.smithi136.ofnrfx (mgr.14188) 4814 : cluster [DBG] pgmap v4503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:25.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:26 smithi145 bash[13673]: audit 2022-04-26T05:12:25.587139+0000 mon.smithi136 (mon.0) 3235 : audit [DBG] from='client.? 172.21.15.136:0/2381866713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:26 smithi136 bash[11745]: audit 2022-04-26T05:12:25.587139+0000 mon.smithi136 (mon.0) 3235 : audit [DBG] from='client.? 172.21.15.136:0/2381866713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:27 smithi136 bash[11745]: cluster 2022-04-26T05:12:26.009012+0000 mgr.smithi136.ofnrfx (mgr.14188) 4815 : cluster [DBG] pgmap v4504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:27 smithi145 bash[13673]: cluster 2022-04-26T05:12:26.009012+0000 mgr.smithi136.ofnrfx (mgr.14188) 4815 : cluster [DBG] pgmap v4504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:29 smithi136 bash[11745]: cluster 2022-04-26T05:12:28.009664+0000 mgr.smithi136.ofnrfx (mgr.14188) 4816 : cluster [DBG] pgmap v4505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:29 smithi145 bash[13673]: cluster 2022-04-26T05:12:28.009664+0000 mgr.smithi136.ofnrfx (mgr.14188) 4816 : cluster [DBG] pgmap v4505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:30.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:30.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:30.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:30.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:31 smithi136 bash[11745]: cluster 2022-04-26T05:12:30.010248+0000 mgr.smithi136.ofnrfx (mgr.14188) 4817 : cluster [DBG] pgmap v4506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:31 smithi136 bash[11745]: audit 2022-04-26T05:12:30.920396+0000 mon.smithi136 (mon.0) 3236 : audit [DBG] from='client.? 172.21.15.136:0/1213392848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:31 smithi145 bash[13673]: cluster 2022-04-26T05:12:30.010248+0000 mgr.smithi136.ofnrfx (mgr.14188) 4817 : cluster [DBG] pgmap v4506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:31 smithi145 bash[13673]: audit 2022-04-26T05:12:30.920396+0000 mon.smithi136 (mon.0) 3236 : audit [DBG] from='client.? 172.21.15.136:0/1213392848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:33 smithi136 bash[11745]: cluster 2022-04-26T05:12:32.010850+0000 mgr.smithi136.ofnrfx (mgr.14188) 4818 : cluster [DBG] pgmap v4507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:33 smithi145 bash[13673]: cluster 2022-04-26T05:12:32.010850+0000 mgr.smithi136.ofnrfx (mgr.14188) 4818 : cluster [DBG] pgmap v4507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:34 smithi136 bash[11745]: cluster 2022-04-26T05:12:34.011479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4819 : cluster [DBG] pgmap v4508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:34 smithi145 bash[13673]: cluster 2022-04-26T05:12:34.011479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4819 : cluster [DBG] pgmap v4508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:35.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:35.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:35.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:36.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:36 smithi136 bash[11745]: audit 2022-04-26T05:12:36.243503+0000 mon.smithi136 (mon.0) 3237 : audit [DBG] from='client.? 172.21.15.136:0/3030790309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:36 smithi145 bash[13673]: audit 2022-04-26T05:12:36.243503+0000 mon.smithi136 (mon.0) 3237 : audit [DBG] from='client.? 172.21.15.136:0/3030790309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:37 smithi136 bash[11745]: cluster 2022-04-26T05:12:36.012208+0000 mgr.smithi136.ofnrfx (mgr.14188) 4820 : cluster [DBG] pgmap v4509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:37 smithi145 bash[13673]: cluster 2022-04-26T05:12:36.012208+0000 mgr.smithi136.ofnrfx (mgr.14188) 4820 : cluster [DBG] pgmap v4509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:38 smithi136 bash[11745]: cluster 2022-04-26T05:12:38.012870+0000 mgr.smithi136.ofnrfx (mgr.14188) 4821 : cluster [DBG] pgmap v4510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:38 smithi145 bash[13673]: cluster 2022-04-26T05:12:38.012870+0000 mgr.smithi136.ofnrfx (mgr.14188) 4821 : cluster [DBG] pgmap v4510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:41.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:41.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:41.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:41.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:41 smithi136 bash[11745]: cluster 2022-04-26T05:12:40.013441+0000 mgr.smithi136.ofnrfx (mgr.14188) 4822 : cluster [DBG] pgmap v4511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:41 smithi136 bash[11745]: audit 2022-04-26T05:12:41.575763+0000 mon.smithi136 (mon.0) 3238 : audit [DBG] from='client.? 172.21.15.136:0/157898682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:41 smithi145 bash[13673]: cluster 2022-04-26T05:12:40.013441+0000 mgr.smithi136.ofnrfx (mgr.14188) 4822 : cluster [DBG] pgmap v4511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:41 smithi145 bash[13673]: audit 2022-04-26T05:12:41.575763+0000 mon.smithi136 (mon.0) 3238 : audit [DBG] from='client.? 172.21.15.136:0/157898682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:43 smithi136 bash[11745]: cluster 2022-04-26T05:12:42.014013+0000 mgr.smithi136.ofnrfx (mgr.14188) 4823 : cluster [DBG] pgmap v4512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:43 smithi145 bash[13673]: cluster 2022-04-26T05:12:42.014013+0000 mgr.smithi136.ofnrfx (mgr.14188) 4823 : cluster [DBG] pgmap v4512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:45 smithi136 bash[11745]: cluster 2022-04-26T05:12:44.014646+0000 mgr.smithi136.ofnrfx (mgr.14188) 4824 : cluster [DBG] pgmap v4513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:45 smithi145 bash[13673]: cluster 2022-04-26T05:12:44.014646+0000 mgr.smithi136.ofnrfx (mgr.14188) 4824 : cluster [DBG] pgmap v4513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:46.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:46.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:46.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:46.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:47 smithi136 bash[11745]: cluster 2022-04-26T05:12:46.015360+0000 mgr.smithi136.ofnrfx (mgr.14188) 4825 : cluster [DBG] pgmap v4514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:47 smithi136 bash[11745]: audit 2022-04-26T05:12:46.908205+0000 mon.smithi136 (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.136:0/1873866419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:47 smithi145 bash[13673]: cluster 2022-04-26T05:12:46.015360+0000 mgr.smithi136.ofnrfx (mgr.14188) 4825 : cluster [DBG] pgmap v4514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:47 smithi145 bash[13673]: audit 2022-04-26T05:12:46.908205+0000 mon.smithi136 (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.136:0/1873866419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:48 smithi136 bash[11745]: cluster 2022-04-26T05:12:48.016059+0000 mgr.smithi136.ofnrfx (mgr.14188) 4826 : cluster [DBG] pgmap v4515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:48 smithi145 bash[13673]: cluster 2022-04-26T05:12:48.016059+0000 mgr.smithi136.ofnrfx (mgr.14188) 4826 : cluster [DBG] pgmap v4515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:51.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:51.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:51.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:51 smithi136 bash[11745]: cluster 2022-04-26T05:12:50.016567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4827 : cluster [DBG] pgmap v4516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:51 smithi145 bash[13673]: cluster 2022-04-26T05:12:50.016567+0000 mgr.smithi136.ofnrfx (mgr.14188) 4827 : cluster [DBG] pgmap v4516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:52.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:52 smithi136 bash[11745]: audit 2022-04-26T05:12:52.234713+0000 mon.smithi136 (mon.0) 3240 : audit [DBG] from='client.? 172.21.15.136:0/553761786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:52 smithi145 bash[13673]: audit 2022-04-26T05:12:52.234713+0000 mon.smithi136 (mon.0) 3240 : audit [DBG] from='client.? 172.21.15.136:0/553761786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:53 smithi136 bash[11745]: cluster 2022-04-26T05:12:52.016991+0000 mgr.smithi136.ofnrfx (mgr.14188) 4828 : cluster [DBG] pgmap v4517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:53 smithi145 bash[13673]: cluster 2022-04-26T05:12:52.016991+0000 mgr.smithi136.ofnrfx (mgr.14188) 4828 : cluster [DBG] pgmap v4517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:54 smithi136 bash[11745]: cluster 2022-04-26T05:12:54.017549+0000 mgr.smithi136.ofnrfx (mgr.14188) 4829 : cluster [DBG] pgmap v4518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:54 smithi145 bash[13673]: cluster 2022-04-26T05:12:54.017549+0000 mgr.smithi136.ofnrfx (mgr.14188) 4829 : cluster [DBG] pgmap v4518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:56 smithi136 bash[11745]: audit 2022-04-26T05:12:56.030975+0000 mon.smithi136 (mon.0) 3241 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:12:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:56 smithi136 bash[11745]: audit 2022-04-26T05:12:56.033518+0000 mon.smithi136 (mon.0) 3242 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:12:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:56 smithi136 bash[11745]: audit 2022-04-26T05:12:56.035194+0000 mon.smithi136 (mon.0) 3243 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:12:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:56 smithi145 bash[13673]: audit 2022-04-26T05:12:56.030975+0000 mon.smithi136 (mon.0) 3241 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:12:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:56 smithi145 bash[13673]: audit 2022-04-26T05:12:56.033518+0000 mon.smithi136 (mon.0) 3242 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:12:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:56 smithi145 bash[13673]: audit 2022-04-26T05:12:56.035194+0000 mon.smithi136 (mon.0) 3243 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:12:57.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:12:57.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:12:57.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:12:57.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:12:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:57 smithi136 bash[11745]: cluster 2022-04-26T05:12:56.018196+0000 mgr.smithi136.ofnrfx (mgr.14188) 4830 : cluster [DBG] pgmap v4519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:57 smithi136 bash[11745]: audit 2022-04-26T05:12:57.564405+0000 mon.smithi136 (mon.0) 3244 : audit [DBG] from='client.? 172.21.15.136:0/2653809501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:57 smithi145 bash[13673]: cluster 2022-04-26T05:12:56.018196+0000 mgr.smithi136.ofnrfx (mgr.14188) 4830 : cluster [DBG] pgmap v4519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:57 smithi145 bash[13673]: audit 2022-04-26T05:12:57.564405+0000 mon.smithi136 (mon.0) 3244 : audit [DBG] from='client.? 172.21.15.136:0/2653809501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:12:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:12:58 smithi136 bash[11745]: cluster 2022-04-26T05:12:58.018840+0000 mgr.smithi136.ofnrfx (mgr.14188) 4831 : cluster [DBG] pgmap v4520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:12:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:12:58 smithi145 bash[13673]: cluster 2022-04-26T05:12:58.018840+0000 mgr.smithi136.ofnrfx (mgr.14188) 4831 : cluster [DBG] pgmap v4520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:00 smithi145 bash[13673]: audit 2022-04-26T05:12:59.836621+0000 mon.smithi136 (mon.0) 3245 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:13:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:00 smithi145 bash[13673]: cluster 2022-04-26T05:13:00.019477+0000 mgr.smithi136.ofnrfx (mgr.14188) 4832 : cluster [DBG] pgmap v4521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:00 smithi145 bash[13673]: audit 2022-04-26T05:13:00.500641+0000 mon.smithi136 (mon.0) 3246 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:13:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:00 smithi145 bash[13673]: audit 2022-04-26T05:13:00.797072+0000 mon.smithi136 (mon.0) 3247 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:13:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:00 smithi145 bash[13673]: audit 2022-04-26T05:13:00.806116+0000 mon.smithi136 (mon.0) 3248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:13:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:00 smithi136 bash[11745]: audit 2022-04-26T05:12:59.836621+0000 mon.smithi136 (mon.0) 3245 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:13:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:00 smithi136 bash[11745]: cluster 2022-04-26T05:13:00.019477+0000 mgr.smithi136.ofnrfx (mgr.14188) 4832 : cluster [DBG] pgmap v4521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:00 smithi136 bash[11745]: audit 2022-04-26T05:13:00.500641+0000 mon.smithi136 (mon.0) 3246 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:13:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:00 smithi136 bash[11745]: audit 2022-04-26T05:13:00.797072+0000 mon.smithi136 (mon.0) 3247 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:13:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:00 smithi136 bash[11745]: audit 2022-04-26T05:13:00.806116+0000 mon.smithi136 (mon.0) 3248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:13:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:01 smithi145 bash[13673]: cluster 2022-04-26T05:13:00.790712+0000 mgr.smithi136.ofnrfx (mgr.14188) 4833 : cluster [DBG] pgmap v4522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:01 smithi145 bash[13673]: cluster 2022-04-26T05:13:00.790971+0000 mgr.smithi136.ofnrfx (mgr.14188) 4834 : cluster [DBG] pgmap v4523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:01 smithi145 bash[13673]: cephadm 2022-04-26T05:13:00.807156+0000 mgr.smithi136.ofnrfx (mgr.14188) 4835 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:13:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:01 smithi145 bash[13673]: cephadm 2022-04-26T05:13:00.807303+0000 mgr.smithi136.ofnrfx (mgr.14188) 4836 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:13:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:01 smithi136 bash[11745]: cluster 2022-04-26T05:13:00.790712+0000 mgr.smithi136.ofnrfx (mgr.14188) 4833 : cluster [DBG] pgmap v4522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:01 smithi136 bash[11745]: cluster 2022-04-26T05:13:00.790971+0000 mgr.smithi136.ofnrfx (mgr.14188) 4834 : cluster [DBG] pgmap v4523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:01 smithi136 bash[11745]: cephadm 2022-04-26T05:13:00.807156+0000 mgr.smithi136.ofnrfx (mgr.14188) 4835 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:13:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:01 smithi136 bash[11745]: cephadm 2022-04-26T05:13:00.807303+0000 mgr.smithi136.ofnrfx (mgr.14188) 4836 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:13:02.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:02.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:02.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:02.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:02 smithi145 bash[13673]: audit 2022-04-26T05:13:02.479450+0000 mon.smithi136 (mon.0) 3249 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:13:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:02 smithi145 bash[13673]: audit 2022-04-26T05:13:02.483229+0000 mon.smithi136 (mon.0) 3250 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:13:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:02 smithi136 bash[11745]: audit 2022-04-26T05:13:02.479450+0000 mon.smithi136 (mon.0) 3249 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:13:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:02 smithi136 bash[11745]: audit 2022-04-26T05:13:02.483229+0000 mon.smithi136 (mon.0) 3250 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:13:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:03 smithi145 bash[13673]: cluster 2022-04-26T05:13:02.791497+0000 mgr.smithi136.ofnrfx (mgr.14188) 4837 : cluster [DBG] pgmap v4524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:03 smithi145 bash[13673]: audit 2022-04-26T05:13:02.888770+0000 mon.smithi136 (mon.0) 3251 : audit [DBG] from='client.? 172.21.15.136:0/160064633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:03 smithi136 bash[11745]: cluster 2022-04-26T05:13:02.791497+0000 mgr.smithi136.ofnrfx (mgr.14188) 4837 : cluster [DBG] pgmap v4524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:03 smithi136 bash[11745]: audit 2022-04-26T05:13:02.888770+0000 mon.smithi136 (mon.0) 3251 : audit [DBG] from='client.? 172.21.15.136:0/160064633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:06 smithi136 bash[11745]: cluster 2022-04-26T05:13:04.792121+0000 mgr.smithi136.ofnrfx (mgr.14188) 4838 : cluster [DBG] pgmap v4525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:06 smithi145 bash[13673]: cluster 2022-04-26T05:13:04.792121+0000 mgr.smithi136.ofnrfx (mgr.14188) 4838 : cluster [DBG] pgmap v4525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:07.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:07.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:07.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:08.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:08 smithi136 bash[11745]: cluster 2022-04-26T05:13:06.792749+0000 mgr.smithi136.ofnrfx (mgr.14188) 4839 : cluster [DBG] pgmap v4526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:08 smithi136 bash[11745]: audit 2022-04-26T05:13:08.220965+0000 mon.smithi136 (mon.0) 3252 : audit [DBG] from='client.? 172.21.15.136:0/2878490703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:08 smithi145 bash[13673]: cluster 2022-04-26T05:13:06.792749+0000 mgr.smithi136.ofnrfx (mgr.14188) 4839 : cluster [DBG] pgmap v4526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:08 smithi145 bash[13673]: audit 2022-04-26T05:13:08.220965+0000 mon.smithi136 (mon.0) 3252 : audit [DBG] from='client.? 172.21.15.136:0/2878490703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:10 smithi136 bash[11745]: cluster 2022-04-26T05:13:08.793474+0000 mgr.smithi136.ofnrfx (mgr.14188) 4840 : cluster [DBG] pgmap v4527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:10 smithi145 bash[13673]: cluster 2022-04-26T05:13:08.793474+0000 mgr.smithi136.ofnrfx (mgr.14188) 4840 : cluster [DBG] pgmap v4527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:11 smithi136 bash[11745]: cluster 2022-04-26T05:13:10.794126+0000 mgr.smithi136.ofnrfx (mgr.14188) 4841 : cluster [DBG] pgmap v4528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:11 smithi145 bash[13673]: cluster 2022-04-26T05:13:10.794126+0000 mgr.smithi136.ofnrfx (mgr.14188) 4841 : cluster [DBG] pgmap v4528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:13.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:13.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:13.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:13.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:13 smithi145 bash[13673]: cluster 2022-04-26T05:13:12.794772+0000 mgr.smithi136.ofnrfx (mgr.14188) 4842 : cluster [DBG] pgmap v4529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:13 smithi145 bash[13673]: audit 2022-04-26T05:13:13.548514+0000 mon.smithi136 (mon.0) 3253 : audit [DBG] from='client.? 172.21.15.136:0/2531324903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:13 smithi136 bash[11745]: cluster 2022-04-26T05:13:12.794772+0000 mgr.smithi136.ofnrfx (mgr.14188) 4842 : cluster [DBG] pgmap v4529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:13 smithi136 bash[11745]: audit 2022-04-26T05:13:13.548514+0000 mon.smithi136 (mon.0) 3253 : audit [DBG] from='client.? 172.21.15.136:0/2531324903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:16 smithi136 bash[11745]: cluster 2022-04-26T05:13:14.795383+0000 mgr.smithi136.ofnrfx (mgr.14188) 4843 : cluster [DBG] pgmap v4530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:16 smithi145 bash[13673]: cluster 2022-04-26T05:13:14.795383+0000 mgr.smithi136.ofnrfx (mgr.14188) 4843 : cluster [DBG] pgmap v4530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:18.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:18.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:18.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:18.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:18 smithi136 bash[11745]: cluster 2022-04-26T05:13:16.796072+0000 mgr.smithi136.ofnrfx (mgr.14188) 4844 : cluster [DBG] pgmap v4531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:18 smithi145 bash[13673]: cluster 2022-04-26T05:13:16.796072+0000 mgr.smithi136.ofnrfx (mgr.14188) 4844 : cluster [DBG] pgmap v4531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:19 smithi136 bash[11745]: audit 2022-04-26T05:13:18.877255+0000 mon.smithi136 (mon.0) 3254 : audit [DBG] from='client.? 172.21.15.136:0/4260335259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:19 smithi145 bash[13673]: audit 2022-04-26T05:13:18.877255+0000 mon.smithi136 (mon.0) 3254 : audit [DBG] from='client.? 172.21.15.136:0/4260335259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:20 smithi136 bash[11745]: cluster 2022-04-26T05:13:18.796548+0000 mgr.smithi136.ofnrfx (mgr.14188) 4845 : cluster [DBG] pgmap v4532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:20 smithi145 bash[13673]: cluster 2022-04-26T05:13:18.796548+0000 mgr.smithi136.ofnrfx (mgr.14188) 4845 : cluster [DBG] pgmap v4532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:21 smithi136 bash[11745]: cluster 2022-04-26T05:13:20.797134+0000 mgr.smithi136.ofnrfx (mgr.14188) 4846 : cluster [DBG] pgmap v4533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:21 smithi145 bash[13673]: cluster 2022-04-26T05:13:20.797134+0000 mgr.smithi136.ofnrfx (mgr.14188) 4846 : cluster [DBG] pgmap v4533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:23.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:23.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:23.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:23 smithi145 bash[13673]: cluster 2022-04-26T05:13:22.797861+0000 mgr.smithi136.ofnrfx (mgr.14188) 4847 : cluster [DBG] pgmap v4534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:24.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:23 smithi136 bash[11745]: cluster 2022-04-26T05:13:22.797861+0000 mgr.smithi136.ofnrfx (mgr.14188) 4847 : cluster [DBG] pgmap v4534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:24 smithi145 bash[13673]: audit 2022-04-26T05:13:24.200450+0000 mon.smithi136 (mon.0) 3255 : audit [DBG] from='client.? 172.21.15.136:0/1299793887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:24 smithi136 bash[11745]: audit 2022-04-26T05:13:24.200450+0000 mon.smithi136 (mon.0) 3255 : audit [DBG] from='client.? 172.21.15.136:0/1299793887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:26 smithi136 bash[11745]: cluster 2022-04-26T05:13:24.798526+0000 mgr.smithi136.ofnrfx (mgr.14188) 4848 : cluster [DBG] pgmap v4535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:26 smithi145 bash[13673]: cluster 2022-04-26T05:13:24.798526+0000 mgr.smithi136.ofnrfx (mgr.14188) 4848 : cluster [DBG] pgmap v4535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:28 smithi136 bash[11745]: cluster 2022-04-26T05:13:26.799190+0000 mgr.smithi136.ofnrfx (mgr.14188) 4849 : cluster [DBG] pgmap v4536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:28 smithi145 bash[13673]: cluster 2022-04-26T05:13:26.799190+0000 mgr.smithi136.ofnrfx (mgr.14188) 4849 : cluster [DBG] pgmap v4536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:29.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:29.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:29.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:29.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:29 smithi136 bash[11745]: audit 2022-04-26T05:13:29.531503+0000 mon.smithi136 (mon.0) 3256 : audit [DBG] from='client.? 172.21.15.136:0/3068175290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:29 smithi145 bash[13673]: audit 2022-04-26T05:13:29.531503+0000 mon.smithi136 (mon.0) 3256 : audit [DBG] from='client.? 172.21.15.136:0/3068175290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:31.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:30 smithi136 bash[11745]: cluster 2022-04-26T05:13:28.799855+0000 mgr.smithi136.ofnrfx (mgr.14188) 4850 : cluster [DBG] pgmap v4537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:30 smithi145 bash[13673]: cluster 2022-04-26T05:13:28.799855+0000 mgr.smithi136.ofnrfx (mgr.14188) 4850 : cluster [DBG] pgmap v4537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:31 smithi136 bash[11745]: cluster 2022-04-26T05:13:30.800478+0000 mgr.smithi136.ofnrfx (mgr.14188) 4851 : cluster [DBG] pgmap v4538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:31 smithi145 bash[13673]: cluster 2022-04-26T05:13:30.800478+0000 mgr.smithi136.ofnrfx (mgr.14188) 4851 : cluster [DBG] pgmap v4538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:33 smithi145 bash[13673]: cluster 2022-04-26T05:13:32.801227+0000 mgr.smithi136.ofnrfx (mgr.14188) 4852 : cluster [DBG] pgmap v4539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:33 smithi136 bash[11745]: cluster 2022-04-26T05:13:32.801227+0000 mgr.smithi136.ofnrfx (mgr.14188) 4852 : cluster [DBG] pgmap v4539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:34.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:34.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:34.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:34.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:34 smithi136 bash[11745]: audit 2022-04-26T05:13:34.857028+0000 mon.smithi136 (mon.0) 3257 : audit [DBG] from='client.? 172.21.15.136:0/1029263227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:34 smithi145 bash[13673]: audit 2022-04-26T05:13:34.857028+0000 mon.smithi136 (mon.0) 3257 : audit [DBG] from='client.? 172.21.15.136:0/1029263227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:36 smithi136 bash[11745]: cluster 2022-04-26T05:13:34.801856+0000 mgr.smithi136.ofnrfx (mgr.14188) 4853 : cluster [DBG] pgmap v4540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:36 smithi145 bash[13673]: cluster 2022-04-26T05:13:34.801856+0000 mgr.smithi136.ofnrfx (mgr.14188) 4853 : cluster [DBG] pgmap v4540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:38 smithi136 bash[11745]: cluster 2022-04-26T05:13:36.802441+0000 mgr.smithi136.ofnrfx (mgr.14188) 4854 : cluster [DBG] pgmap v4541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:38 smithi145 bash[13673]: cluster 2022-04-26T05:13:36.802441+0000 mgr.smithi136.ofnrfx (mgr.14188) 4854 : cluster [DBG] pgmap v4541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:39.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:39.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:39.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:39 smithi136 bash[11745]: cluster 2022-04-26T05:13:38.803083+0000 mgr.smithi136.ofnrfx (mgr.14188) 4855 : cluster [DBG] pgmap v4542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:39 smithi145 bash[13673]: cluster 2022-04-26T05:13:38.803083+0000 mgr.smithi136.ofnrfx (mgr.14188) 4855 : cluster [DBG] pgmap v4542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:40.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:40 smithi136 bash[11745]: audit 2022-04-26T05:13:40.185404+0000 mon.smithi136 (mon.0) 3258 : audit [DBG] from='client.? 172.21.15.136:0/2525269474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:40 smithi145 bash[13673]: audit 2022-04-26T05:13:40.185404+0000 mon.smithi136 (mon.0) 3258 : audit [DBG] from='client.? 172.21.15.136:0/2525269474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:41 smithi136 bash[11745]: cluster 2022-04-26T05:13:40.803715+0000 mgr.smithi136.ofnrfx (mgr.14188) 4856 : cluster [DBG] pgmap v4543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:41 smithi145 bash[13673]: cluster 2022-04-26T05:13:40.803715+0000 mgr.smithi136.ofnrfx (mgr.14188) 4856 : cluster [DBG] pgmap v4543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:43 smithi145 bash[13673]: cluster 2022-04-26T05:13:42.804336+0000 mgr.smithi136.ofnrfx (mgr.14188) 4857 : cluster [DBG] pgmap v4544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:43 smithi136 bash[11745]: cluster 2022-04-26T05:13:42.804336+0000 mgr.smithi136.ofnrfx (mgr.14188) 4857 : cluster [DBG] pgmap v4544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:45.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:45.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:45.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:45.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:45 smithi145 bash[13673]: cluster 2022-04-26T05:13:44.804965+0000 mgr.smithi136.ofnrfx (mgr.14188) 4858 : cluster [DBG] pgmap v4545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:46.167 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:45 smithi145 bash[13673]: audit 2022-04-26T05:13:45.504195+0000 mon.smithi136 (mon.0) 3259 : audit [DBG] from='client.? 172.21.15.136:0/3401714761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:45 smithi136 bash[11745]: cluster 2022-04-26T05:13:44.804965+0000 mgr.smithi136.ofnrfx (mgr.14188) 4858 : cluster [DBG] pgmap v4545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:45 smithi136 bash[11745]: audit 2022-04-26T05:13:45.504195+0000 mon.smithi136 (mon.0) 3259 : audit [DBG] from='client.? 172.21.15.136:0/3401714761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:47 smithi145 bash[13673]: cluster 2022-04-26T05:13:46.805617+0000 mgr.smithi136.ofnrfx (mgr.14188) 4859 : cluster [DBG] pgmap v4546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:47 smithi136 bash[11745]: cluster 2022-04-26T05:13:46.805617+0000 mgr.smithi136.ofnrfx (mgr.14188) 4859 : cluster [DBG] pgmap v4546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:49 smithi145 bash[13673]: cluster 2022-04-26T05:13:48.806235+0000 mgr.smithi136.ofnrfx (mgr.14188) 4860 : cluster [DBG] pgmap v4547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:49 smithi136 bash[11745]: cluster 2022-04-26T05:13:48.806235+0000 mgr.smithi136.ofnrfx (mgr.14188) 4860 : cluster [DBG] pgmap v4547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:50.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:50.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:50.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:50.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:51 smithi136 bash[11745]: audit 2022-04-26T05:13:50.829836+0000 mon.smithi136 (mon.0) 3260 : audit [DBG] from='client.? 172.21.15.136:0/1717478049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:51 smithi145 bash[13673]: audit 2022-04-26T05:13:50.829836+0000 mon.smithi136 (mon.0) 3260 : audit [DBG] from='client.? 172.21.15.136:0/1717478049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:52 smithi136 bash[11745]: cluster 2022-04-26T05:13:50.806837+0000 mgr.smithi136.ofnrfx (mgr.14188) 4861 : cluster [DBG] pgmap v4548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:52 smithi145 bash[13673]: cluster 2022-04-26T05:13:50.806837+0000 mgr.smithi136.ofnrfx (mgr.14188) 4861 : cluster [DBG] pgmap v4548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:53 smithi136 bash[11745]: cluster 2022-04-26T05:13:52.807464+0000 mgr.smithi136.ofnrfx (mgr.14188) 4862 : cluster [DBG] pgmap v4549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:53 smithi145 bash[13673]: cluster 2022-04-26T05:13:52.807464+0000 mgr.smithi136.ofnrfx (mgr.14188) 4862 : cluster [DBG] pgmap v4549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:55.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:13:55.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:13:55.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:13:56.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:13:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:56 smithi136 bash[11745]: cluster 2022-04-26T05:13:54.808068+0000 mgr.smithi136.ofnrfx (mgr.14188) 4863 : cluster [DBG] pgmap v4550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:56 smithi136 bash[11745]: audit 2022-04-26T05:13:56.167101+0000 mon.smithi136 (mon.0) 3261 : audit [DBG] from='client.? 172.21.15.136:0/2055676365' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:56 smithi145 bash[13673]: cluster 2022-04-26T05:13:54.808068+0000 mgr.smithi136.ofnrfx (mgr.14188) 4863 : cluster [DBG] pgmap v4550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:56 smithi145 bash[13673]: audit 2022-04-26T05:13:56.167101+0000 mon.smithi136 (mon.0) 3261 : audit [DBG] from='client.? 172.21.15.136:0/2055676365' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:13:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:58 smithi136 bash[11745]: cluster 2022-04-26T05:13:56.808709+0000 mgr.smithi136.ofnrfx (mgr.14188) 4864 : cluster [DBG] pgmap v4551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:13:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:58 smithi145 bash[13673]: cluster 2022-04-26T05:13:56.808709+0000 mgr.smithi136.ofnrfx (mgr.14188) 4864 : cluster [DBG] pgmap v4551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:13:59 smithi136 bash[11745]: cluster 2022-04-26T05:13:58.809340+0000 mgr.smithi136.ofnrfx (mgr.14188) 4865 : cluster [DBG] pgmap v4552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:13:59 smithi145 bash[13673]: cluster 2022-04-26T05:13:58.809340+0000 mgr.smithi136.ofnrfx (mgr.14188) 4865 : cluster [DBG] pgmap v4552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:01.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:01.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:01.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:01.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:01 smithi136 bash[11745]: audit 2022-04-26T05:14:00.815908+0000 mon.smithi136 (mon.0) 3262 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:14:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:01 smithi136 bash[11745]: audit 2022-04-26T05:14:00.818593+0000 mon.smithi136 (mon.0) 3263 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:14:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:01 smithi136 bash[11745]: audit 2022-04-26T05:14:00.820490+0000 mon.smithi136 (mon.0) 3264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:14:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:01 smithi136 bash[11745]: audit 2022-04-26T05:14:01.128122+0000 mon.smithi136 (mon.0) 3265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:14:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:01 smithi136 bash[11745]: audit 2022-04-26T05:14:01.449481+0000 mon.smithi136 (mon.0) 3266 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:14:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:01 smithi136 bash[11745]: audit 2022-04-26T05:14:01.455338+0000 mon.smithi136 (mon.0) 3267 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:14:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:01 smithi136 bash[11745]: audit 2022-04-26T05:14:01.490658+0000 mon.smithi136 (mon.0) 3268 : audit [DBG] from='client.? 172.21.15.136:0/2379816966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:01 smithi145 bash[13673]: audit 2022-04-26T05:14:00.815908+0000 mon.smithi136 (mon.0) 3262 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:14:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:01 smithi145 bash[13673]: audit 2022-04-26T05:14:00.818593+0000 mon.smithi136 (mon.0) 3263 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:14:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:01 smithi145 bash[13673]: audit 2022-04-26T05:14:00.820490+0000 mon.smithi136 (mon.0) 3264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:14:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:01 smithi145 bash[13673]: audit 2022-04-26T05:14:01.128122+0000 mon.smithi136 (mon.0) 3265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:14:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:01 smithi145 bash[13673]: audit 2022-04-26T05:14:01.449481+0000 mon.smithi136 (mon.0) 3266 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:14:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:01 smithi145 bash[13673]: audit 2022-04-26T05:14:01.455338+0000 mon.smithi136 (mon.0) 3267 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:14:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:01 smithi145 bash[13673]: audit 2022-04-26T05:14:01.490658+0000 mon.smithi136 (mon.0) 3268 : audit [DBG] from='client.? 172.21.15.136:0/2379816966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:02 smithi136 bash[11745]: cluster 2022-04-26T05:14:00.809933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4866 : cluster [DBG] pgmap v4553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:02 smithi136 bash[11745]: cluster 2022-04-26T05:14:01.444265+0000 mgr.smithi136.ofnrfx (mgr.14188) 4867 : cluster [DBG] pgmap v4554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:02 smithi136 bash[11745]: cluster 2022-04-26T05:14:01.444723+0000 mgr.smithi136.ofnrfx (mgr.14188) 4868 : cluster [DBG] pgmap v4555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:02 smithi136 bash[11745]: cephadm 2022-04-26T05:14:01.456477+0000 mgr.smithi136.ofnrfx (mgr.14188) 4869 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:14:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:02 smithi136 bash[11745]: cephadm 2022-04-26T05:14:01.456582+0000 mgr.smithi136.ofnrfx (mgr.14188) 4870 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:14:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:02 smithi136 bash[11745]: audit 2022-04-26T05:14:02.483567+0000 mon.smithi136 (mon.0) 3269 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:14:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:02 smithi136 bash[11745]: audit 2022-04-26T05:14:02.487806+0000 mon.smithi136 (mon.0) 3270 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:14:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:02 smithi145 bash[13673]: cluster 2022-04-26T05:14:00.809933+0000 mgr.smithi136.ofnrfx (mgr.14188) 4866 : cluster [DBG] pgmap v4553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:02 smithi145 bash[13673]: cluster 2022-04-26T05:14:01.444265+0000 mgr.smithi136.ofnrfx (mgr.14188) 4867 : cluster [DBG] pgmap v4554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:02 smithi145 bash[13673]: cluster 2022-04-26T05:14:01.444723+0000 mgr.smithi136.ofnrfx (mgr.14188) 4868 : cluster [DBG] pgmap v4555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:02 smithi145 bash[13673]: cephadm 2022-04-26T05:14:01.456477+0000 mgr.smithi136.ofnrfx (mgr.14188) 4869 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:14:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:02 smithi145 bash[13673]: cephadm 2022-04-26T05:14:01.456582+0000 mgr.smithi136.ofnrfx (mgr.14188) 4870 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:14:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:02 smithi145 bash[13673]: audit 2022-04-26T05:14:02.483567+0000 mon.smithi136 (mon.0) 3269 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:14:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:02 smithi145 bash[13673]: audit 2022-04-26T05:14:02.487806+0000 mon.smithi136 (mon.0) 3270 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:14:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:03 smithi136 bash[11745]: cluster 2022-04-26T05:14:03.445293+0000 mgr.smithi136.ofnrfx (mgr.14188) 4871 : cluster [DBG] pgmap v4556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:03 smithi145 bash[13673]: cluster 2022-04-26T05:14:03.445293+0000 mgr.smithi136.ofnrfx (mgr.14188) 4871 : cluster [DBG] pgmap v4556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:06.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:06.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:06.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:06.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:06 smithi136 bash[11745]: cluster 2022-04-26T05:14:05.445908+0000 mgr.smithi136.ofnrfx (mgr.14188) 4872 : cluster [DBG] pgmap v4557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:06 smithi145 bash[13673]: cluster 2022-04-26T05:14:05.445908+0000 mgr.smithi136.ofnrfx (mgr.14188) 4872 : cluster [DBG] pgmap v4557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:07 smithi136 bash[11745]: audit 2022-04-26T05:14:06.813465+0000 mon.smithi136 (mon.0) 3271 : audit [DBG] from='client.? 172.21.15.136:0/2301824282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:07 smithi145 bash[13673]: audit 2022-04-26T05:14:06.813465+0000 mon.smithi136 (mon.0) 3271 : audit [DBG] from='client.? 172.21.15.136:0/2301824282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:08 smithi136 bash[11745]: cluster 2022-04-26T05:14:07.446529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4873 : cluster [DBG] pgmap v4558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:08 smithi145 bash[13673]: cluster 2022-04-26T05:14:07.446529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4873 : cluster [DBG] pgmap v4558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:09 smithi136 bash[11745]: cluster 2022-04-26T05:14:09.447188+0000 mgr.smithi136.ofnrfx (mgr.14188) 4874 : cluster [DBG] pgmap v4559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:09 smithi145 bash[13673]: cluster 2022-04-26T05:14:09.447188+0000 mgr.smithi136.ofnrfx (mgr.14188) 4874 : cluster [DBG] pgmap v4559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:11.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:11.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:11.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:12.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:12 smithi136 bash[11745]: cluster 2022-04-26T05:14:11.447870+0000 mgr.smithi136.ofnrfx (mgr.14188) 4875 : cluster [DBG] pgmap v4560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:12 smithi136 bash[11745]: audit 2022-04-26T05:14:12.144281+0000 mon.smithi136 (mon.0) 3272 : audit [DBG] from='client.? 172.21.15.136:0/3451565037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:12 smithi145 bash[13673]: cluster 2022-04-26T05:14:11.447870+0000 mgr.smithi136.ofnrfx (mgr.14188) 4875 : cluster [DBG] pgmap v4560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:12 smithi145 bash[13673]: audit 2022-04-26T05:14:12.144281+0000 mon.smithi136 (mon.0) 3272 : audit [DBG] from='client.? 172.21.15.136:0/3451565037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:13 smithi136 bash[11745]: cluster 2022-04-26T05:14:13.448479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4876 : cluster [DBG] pgmap v4561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:13 smithi145 bash[13673]: cluster 2022-04-26T05:14:13.448479+0000 mgr.smithi136.ofnrfx (mgr.14188) 4876 : cluster [DBG] pgmap v4561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:16 smithi136 bash[11745]: cluster 2022-04-26T05:14:15.449069+0000 mgr.smithi136.ofnrfx (mgr.14188) 4877 : cluster [DBG] pgmap v4562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:16 smithi145 bash[13673]: cluster 2022-04-26T05:14:15.449069+0000 mgr.smithi136.ofnrfx (mgr.14188) 4877 : cluster [DBG] pgmap v4562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:17.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:17.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:17.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:17.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:17 smithi136 bash[11745]: audit 2022-04-26T05:14:17.472922+0000 mon.smithi136 (mon.0) 3273 : audit [DBG] from='client.? 172.21.15.136:0/352325216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:17 smithi145 bash[13673]: audit 2022-04-26T05:14:17.472922+0000 mon.smithi136 (mon.0) 3273 : audit [DBG] from='client.? 172.21.15.136:0/352325216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:18 smithi136 bash[11745]: cluster 2022-04-26T05:14:17.449698+0000 mgr.smithi136.ofnrfx (mgr.14188) 4878 : cluster [DBG] pgmap v4563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:18 smithi145 bash[13673]: cluster 2022-04-26T05:14:17.449698+0000 mgr.smithi136.ofnrfx (mgr.14188) 4878 : cluster [DBG] pgmap v4563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:19 smithi136 bash[11745]: cluster 2022-04-26T05:14:19.450455+0000 mgr.smithi136.ofnrfx (mgr.14188) 4879 : cluster [DBG] pgmap v4564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:19 smithi145 bash[13673]: cluster 2022-04-26T05:14:19.450455+0000 mgr.smithi136.ofnrfx (mgr.14188) 4879 : cluster [DBG] pgmap v4564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:22.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:22.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:22.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:22.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:22 smithi136 bash[11745]: cluster 2022-04-26T05:14:21.451140+0000 mgr.smithi136.ofnrfx (mgr.14188) 4880 : cluster [DBG] pgmap v4565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:22 smithi145 bash[13673]: cluster 2022-04-26T05:14:21.451140+0000 mgr.smithi136.ofnrfx (mgr.14188) 4880 : cluster [DBG] pgmap v4565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:23 smithi136 bash[11745]: audit 2022-04-26T05:14:22.794465+0000 mon.smithi136 (mon.0) 3274 : audit [DBG] from='client.? 172.21.15.136:0/1660511041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:23 smithi136 bash[11745]: cluster 2022-04-26T05:14:23.451790+0000 mgr.smithi136.ofnrfx (mgr.14188) 4881 : cluster [DBG] pgmap v4566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:23 smithi145 bash[13673]: audit 2022-04-26T05:14:22.794465+0000 mon.smithi136 (mon.0) 3274 : audit [DBG] from='client.? 172.21.15.136:0/1660511041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:23 smithi145 bash[13673]: cluster 2022-04-26T05:14:23.451790+0000 mgr.smithi136.ofnrfx (mgr.14188) 4881 : cluster [DBG] pgmap v4566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:26 smithi136 bash[11745]: cluster 2022-04-26T05:14:25.452444+0000 mgr.smithi136.ofnrfx (mgr.14188) 4882 : cluster [DBG] pgmap v4567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:26 smithi145 bash[13673]: cluster 2022-04-26T05:14:25.452444+0000 mgr.smithi136.ofnrfx (mgr.14188) 4882 : cluster [DBG] pgmap v4567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:27.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:27.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:27.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:27 smithi136 bash[11745]: cluster 2022-04-26T05:14:27.453077+0000 mgr.smithi136.ofnrfx (mgr.14188) 4883 : cluster [DBG] pgmap v4568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:28.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:27 smithi145 bash[13673]: cluster 2022-04-26T05:14:27.453077+0000 mgr.smithi136.ofnrfx (mgr.14188) 4883 : cluster [DBG] pgmap v4568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:28 smithi136 bash[11745]: audit 2022-04-26T05:14:28.116879+0000 mon.smithi136 (mon.0) 3275 : audit [DBG] from='client.? 172.21.15.136:0/1003034743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:28 smithi145 bash[13673]: audit 2022-04-26T05:14:28.116879+0000 mon.smithi136 (mon.0) 3275 : audit [DBG] from='client.? 172.21.15.136:0/1003034743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:29 smithi136 bash[11745]: cluster 2022-04-26T05:14:29.453776+0000 mgr.smithi136.ofnrfx (mgr.14188) 4884 : cluster [DBG] pgmap v4569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:29 smithi145 bash[13673]: cluster 2022-04-26T05:14:29.453776+0000 mgr.smithi136.ofnrfx (mgr.14188) 4884 : cluster [DBG] pgmap v4569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:31 smithi136 bash[11745]: cluster 2022-04-26T05:14:31.454475+0000 mgr.smithi136.ofnrfx (mgr.14188) 4885 : cluster [DBG] pgmap v4570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:31 smithi145 bash[13673]: cluster 2022-04-26T05:14:31.454475+0000 mgr.smithi136.ofnrfx (mgr.14188) 4885 : cluster [DBG] pgmap v4570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:33.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:33.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:33.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:33.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:33 smithi136 bash[11745]: audit 2022-04-26T05:14:33.438071+0000 mon.smithi136 (mon.0) 3276 : audit [DBG] from='client.? 172.21.15.136:0/3897564214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:33 smithi145 bash[13673]: audit 2022-04-26T05:14:33.438071+0000 mon.smithi136 (mon.0) 3276 : audit [DBG] from='client.? 172.21.15.136:0/3897564214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:34 smithi136 bash[11745]: cluster 2022-04-26T05:14:33.455071+0000 mgr.smithi136.ofnrfx (mgr.14188) 4886 : cluster [DBG] pgmap v4571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:34 smithi145 bash[13673]: cluster 2022-04-26T05:14:33.455071+0000 mgr.smithi136.ofnrfx (mgr.14188) 4886 : cluster [DBG] pgmap v4571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:36 smithi136 bash[11745]: cluster 2022-04-26T05:14:35.455762+0000 mgr.smithi136.ofnrfx (mgr.14188) 4887 : cluster [DBG] pgmap v4572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:36 smithi145 bash[13673]: cluster 2022-04-26T05:14:35.455762+0000 mgr.smithi136.ofnrfx (mgr.14188) 4887 : cluster [DBG] pgmap v4572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:38.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:38.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:38.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:38.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:38 smithi136 bash[11745]: cluster 2022-04-26T05:14:37.456440+0000 mgr.smithi136.ofnrfx (mgr.14188) 4888 : cluster [DBG] pgmap v4573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:38 smithi145 bash[13673]: cluster 2022-04-26T05:14:37.456440+0000 mgr.smithi136.ofnrfx (mgr.14188) 4888 : cluster [DBG] pgmap v4573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:39 smithi136 bash[11745]: audit 2022-04-26T05:14:38.771887+0000 mon.smithi136 (mon.0) 3277 : audit [DBG] from='client.? 172.21.15.136:0/3960720692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:39 smithi145 bash[13673]: audit 2022-04-26T05:14:38.771887+0000 mon.smithi136 (mon.0) 3277 : audit [DBG] from='client.? 172.21.15.136:0/3960720692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:40 smithi136 bash[11745]: cluster 2022-04-26T05:14:39.457057+0000 mgr.smithi136.ofnrfx (mgr.14188) 4889 : cluster [DBG] pgmap v4574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:40 smithi145 bash[13673]: cluster 2022-04-26T05:14:39.457057+0000 mgr.smithi136.ofnrfx (mgr.14188) 4889 : cluster [DBG] pgmap v4574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:41 smithi136 bash[11745]: cluster 2022-04-26T05:14:41.457678+0000 mgr.smithi136.ofnrfx (mgr.14188) 4890 : cluster [DBG] pgmap v4575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:41 smithi145 bash[13673]: cluster 2022-04-26T05:14:41.457678+0000 mgr.smithi136.ofnrfx (mgr.14188) 4890 : cluster [DBG] pgmap v4575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:43.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:43.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:43.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:44.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:44 smithi136 bash[11745]: cluster 2022-04-26T05:14:43.458287+0000 mgr.smithi136.ofnrfx (mgr.14188) 4891 : cluster [DBG] pgmap v4576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:44 smithi136 bash[11745]: audit 2022-04-26T05:14:44.100044+0000 mon.smithi136 (mon.0) 3278 : audit [DBG] from='client.? 172.21.15.136:0/450886868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:44 smithi145 bash[13673]: cluster 2022-04-26T05:14:43.458287+0000 mgr.smithi136.ofnrfx (mgr.14188) 4891 : cluster [DBG] pgmap v4576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:44 smithi145 bash[13673]: audit 2022-04-26T05:14:44.100044+0000 mon.smithi136 (mon.0) 3278 : audit [DBG] from='client.? 172.21.15.136:0/450886868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:46 smithi136 bash[11745]: cluster 2022-04-26T05:14:45.458939+0000 mgr.smithi136.ofnrfx (mgr.14188) 4892 : cluster [DBG] pgmap v4577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:46 smithi145 bash[13673]: cluster 2022-04-26T05:14:45.458939+0000 mgr.smithi136.ofnrfx (mgr.14188) 4892 : cluster [DBG] pgmap v4577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:48 smithi136 bash[11745]: cluster 2022-04-26T05:14:47.459547+0000 mgr.smithi136.ofnrfx (mgr.14188) 4893 : cluster [DBG] pgmap v4578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:48 smithi145 bash[13673]: cluster 2022-04-26T05:14:47.459547+0000 mgr.smithi136.ofnrfx (mgr.14188) 4893 : cluster [DBG] pgmap v4578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:49.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:49.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:49.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:49.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:49 smithi136 bash[11745]: audit 2022-04-26T05:14:49.425416+0000 mon.smithi136 (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.136:0/1663278877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:49 smithi145 bash[13673]: audit 2022-04-26T05:14:49.425416+0000 mon.smithi136 (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.136:0/1663278877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:50 smithi136 bash[11745]: cluster 2022-04-26T05:14:49.460104+0000 mgr.smithi136.ofnrfx (mgr.14188) 4894 : cluster [DBG] pgmap v4579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:50 smithi145 bash[13673]: cluster 2022-04-26T05:14:49.460104+0000 mgr.smithi136.ofnrfx (mgr.14188) 4894 : cluster [DBG] pgmap v4579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:51 smithi136 bash[11745]: cluster 2022-04-26T05:14:51.460705+0000 mgr.smithi136.ofnrfx (mgr.14188) 4895 : cluster [DBG] pgmap v4580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:51 smithi145 bash[13673]: cluster 2022-04-26T05:14:51.460705+0000 mgr.smithi136.ofnrfx (mgr.14188) 4895 : cluster [DBG] pgmap v4580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:54.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:54.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:54.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:14:54.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:14:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:54 smithi136 bash[11745]: cluster 2022-04-26T05:14:53.461336+0000 mgr.smithi136.ofnrfx (mgr.14188) 4896 : cluster [DBG] pgmap v4581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:54 smithi145 bash[13673]: cluster 2022-04-26T05:14:53.461336+0000 mgr.smithi136.ofnrfx (mgr.14188) 4896 : cluster [DBG] pgmap v4581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:55 smithi136 bash[11745]: audit 2022-04-26T05:14:54.759635+0000 mon.smithi136 (mon.0) 3280 : audit [DBG] from='client.? 172.21.15.136:0/4254098759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:55 smithi145 bash[13673]: audit 2022-04-26T05:14:54.759635+0000 mon.smithi136 (mon.0) 3280 : audit [DBG] from='client.? 172.21.15.136:0/4254098759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:14:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:56 smithi136 bash[11745]: cluster 2022-04-26T05:14:55.461959+0000 mgr.smithi136.ofnrfx (mgr.14188) 4897 : cluster [DBG] pgmap v4582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:56 smithi145 bash[13673]: cluster 2022-04-26T05:14:55.461959+0000 mgr.smithi136.ofnrfx (mgr.14188) 4897 : cluster [DBG] pgmap v4582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:14:58 smithi136 bash[11745]: cluster 2022-04-26T05:14:57.462667+0000 mgr.smithi136.ofnrfx (mgr.14188) 4898 : cluster [DBG] pgmap v4583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:14:58 smithi145 bash[13673]: cluster 2022-04-26T05:14:57.462667+0000 mgr.smithi136.ofnrfx (mgr.14188) 4898 : cluster [DBG] pgmap v4583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:14:59.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:14:59.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:14:59.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:00.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:00 smithi136 bash[11745]: cluster 2022-04-26T05:14:59.463320+0000 mgr.smithi136.ofnrfx (mgr.14188) 4899 : cluster [DBG] pgmap v4584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:00 smithi136 bash[11745]: audit 2022-04-26T05:15:00.083067+0000 mon.smithi136 (mon.0) 3281 : audit [DBG] from='client.? 172.21.15.136:0/1538006684' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:00 smithi145 bash[13673]: cluster 2022-04-26T05:14:59.463320+0000 mgr.smithi136.ofnrfx (mgr.14188) 4899 : cluster [DBG] pgmap v4584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:00 smithi145 bash[13673]: audit 2022-04-26T05:15:00.083067+0000 mon.smithi136 (mon.0) 3281 : audit [DBG] from='client.? 172.21.15.136:0/1538006684' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:01 smithi136 bash[11745]: audit 2022-04-26T05:15:01.462977+0000 mon.smithi136 (mon.0) 3282 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:15:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:01 smithi136 bash[11745]: cluster 2022-04-26T05:15:01.464039+0000 mgr.smithi136.ofnrfx (mgr.14188) 4900 : cluster [DBG] pgmap v4585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:01 smithi136 bash[11745]: audit 2022-04-26T05:15:01.466102+0000 mon.smithi136 (mon.0) 3283 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:15:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:01 smithi136 bash[11745]: audit 2022-04-26T05:15:01.468007+0000 mon.smithi136 (mon.0) 3284 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:15:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:01 smithi145 bash[13673]: audit 2022-04-26T05:15:01.462977+0000 mon.smithi136 (mon.0) 3282 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:15:02.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:01 smithi145 bash[13673]: cluster 2022-04-26T05:15:01.464039+0000 mgr.smithi136.ofnrfx (mgr.14188) 4900 : cluster [DBG] pgmap v4585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:02.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:01 smithi145 bash[13673]: audit 2022-04-26T05:15:01.466102+0000 mon.smithi136 (mon.0) 3283 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:15:02.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:01 smithi145 bash[13673]: audit 2022-04-26T05:15:01.468007+0000 mon.smithi136 (mon.0) 3284 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:15:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: cluster 2022-04-26T05:15:01.795136+0000 mgr.smithi136.ofnrfx (mgr.14188) 4901 : cluster [DBG] pgmap v4586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:03.082 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: cluster 2022-04-26T05:15:01.795705+0000 mgr.smithi136.ofnrfx (mgr.14188) 4902 : cluster [DBG] pgmap v4587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:03.082 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: audit 2022-04-26T05:15:01.799377+0000 mon.smithi136 (mon.0) 3285 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:15:03.083 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: audit 2022-04-26T05:15:01.808763+0000 mon.smithi136 (mon.0) 3286 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:15:03.083 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: cephadm 2022-04-26T05:15:01.810077+0000 mgr.smithi136.ofnrfx (mgr.14188) 4903 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:15:03.083 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: cephadm 2022-04-26T05:15:01.810275+0000 mgr.smithi136.ofnrfx (mgr.14188) 4904 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:15:03.083 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: audit 2022-04-26T05:15:02.487794+0000 mon.smithi136 (mon.0) 3287 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:15:03.084 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:02 smithi136 bash[11745]: audit 2022-04-26T05:15:02.491901+0000 mon.smithi136 (mon.0) 3288 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:15:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: cluster 2022-04-26T05:15:01.795136+0000 mgr.smithi136.ofnrfx (mgr.14188) 4901 : cluster [DBG] pgmap v4586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: cluster 2022-04-26T05:15:01.795705+0000 mgr.smithi136.ofnrfx (mgr.14188) 4902 : cluster [DBG] pgmap v4587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: audit 2022-04-26T05:15:01.799377+0000 mon.smithi136 (mon.0) 3285 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:15:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: audit 2022-04-26T05:15:01.808763+0000 mon.smithi136 (mon.0) 3286 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:15:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: cephadm 2022-04-26T05:15:01.810077+0000 mgr.smithi136.ofnrfx (mgr.14188) 4903 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:15:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: cephadm 2022-04-26T05:15:01.810275+0000 mgr.smithi136.ofnrfx (mgr.14188) 4904 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:15:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: audit 2022-04-26T05:15:02.487794+0000 mon.smithi136 (mon.0) 3287 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:15:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:02 smithi145 bash[13673]: audit 2022-04-26T05:15:02.491901+0000 mon.smithi136 (mon.0) 3288 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:15:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:04 smithi136 bash[11745]: cluster 2022-04-26T05:15:03.796303+0000 mgr.smithi136.ofnrfx (mgr.14188) 4905 : cluster [DBG] pgmap v4588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:05.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:05.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:05.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:04 smithi145 bash[13673]: cluster 2022-04-26T05:15:03.796303+0000 mgr.smithi136.ofnrfx (mgr.14188) 4905 : cluster [DBG] pgmap v4588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:05.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:05 smithi136 bash[11745]: audit 2022-04-26T05:15:05.416479+0000 mon.smithi136 (mon.0) 3289 : audit [DBG] from='client.? 172.21.15.136:0/4209588166' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:05 smithi145 bash[13673]: audit 2022-04-26T05:15:05.416479+0000 mon.smithi136 (mon.0) 3289 : audit [DBG] from='client.? 172.21.15.136:0/4209588166' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:06 smithi145 bash[13673]: cluster 2022-04-26T05:15:05.796908+0000 mgr.smithi136.ofnrfx (mgr.14188) 4906 : cluster [DBG] pgmap v4589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:06 smithi136 bash[11745]: cluster 2022-04-26T05:15:05.796908+0000 mgr.smithi136.ofnrfx (mgr.14188) 4906 : cluster [DBG] pgmap v4589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:09.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:08 smithi136 bash[11745]: cluster 2022-04-26T05:15:07.797533+0000 mgr.smithi136.ofnrfx (mgr.14188) 4907 : cluster [DBG] pgmap v4590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:08 smithi145 bash[13673]: cluster 2022-04-26T05:15:07.797533+0000 mgr.smithi136.ofnrfx (mgr.14188) 4907 : cluster [DBG] pgmap v4590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:10.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:10.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:10.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:10.762 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:10 smithi145 bash[13673]: cluster 2022-04-26T05:15:09.798251+0000 mgr.smithi136.ofnrfx (mgr.14188) 4908 : cluster [DBG] pgmap v4591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:10 smithi145 bash[13673]: audit 2022-04-26T05:15:10.746889+0000 mon.smithi136 (mon.0) 3290 : audit [DBG] from='client.? 172.21.15.136:0/552243118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:10 smithi136 bash[11745]: cluster 2022-04-26T05:15:09.798251+0000 mgr.smithi136.ofnrfx (mgr.14188) 4908 : cluster [DBG] pgmap v4591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:10 smithi136 bash[11745]: audit 2022-04-26T05:15:10.746889+0000 mon.smithi136 (mon.0) 3290 : audit [DBG] from='client.? 172.21.15.136:0/552243118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:12 smithi145 bash[13673]: cluster 2022-04-26T05:15:11.799028+0000 mgr.smithi136.ofnrfx (mgr.14188) 4909 : cluster [DBG] pgmap v4592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:12 smithi136 bash[11745]: cluster 2022-04-26T05:15:11.799028+0000 mgr.smithi136.ofnrfx (mgr.14188) 4909 : cluster [DBG] pgmap v4592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:14 smithi145 bash[13673]: cluster 2022-04-26T05:15:13.799729+0000 mgr.smithi136.ofnrfx (mgr.14188) 4910 : cluster [DBG] pgmap v4593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:14 smithi136 bash[11745]: cluster 2022-04-26T05:15:13.799729+0000 mgr.smithi136.ofnrfx (mgr.14188) 4910 : cluster [DBG] pgmap v4593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:15.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:15.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:15.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:16.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:16 smithi136 bash[11745]: cluster 2022-04-26T05:15:15.800340+0000 mgr.smithi136.ofnrfx (mgr.14188) 4911 : cluster [DBG] pgmap v4594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:17.109 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:16 smithi136 bash[11745]: audit 2022-04-26T05:15:16.080499+0000 mon.smithi136 (mon.0) 3291 : audit [DBG] from='client.? 172.21.15.136:0/486291517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:16 smithi145 bash[13673]: cluster 2022-04-26T05:15:15.800340+0000 mgr.smithi136.ofnrfx (mgr.14188) 4911 : cluster [DBG] pgmap v4594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:16 smithi145 bash[13673]: audit 2022-04-26T05:15:16.080499+0000 mon.smithi136 (mon.0) 3291 : audit [DBG] from='client.? 172.21.15.136:0/486291517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:18 smithi145 bash[13673]: cluster 2022-04-26T05:15:17.800989+0000 mgr.smithi136.ofnrfx (mgr.14188) 4912 : cluster [DBG] pgmap v4595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:18 smithi136 bash[11745]: cluster 2022-04-26T05:15:17.800989+0000 mgr.smithi136.ofnrfx (mgr.14188) 4912 : cluster [DBG] pgmap v4595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:21.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:21.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:21.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:20 smithi145 bash[13673]: cluster 2022-04-26T05:15:19.801596+0000 mgr.smithi136.ofnrfx (mgr.14188) 4913 : cluster [DBG] pgmap v4596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:20 smithi136 bash[11745]: cluster 2022-04-26T05:15:19.801596+0000 mgr.smithi136.ofnrfx (mgr.14188) 4913 : cluster [DBG] pgmap v4596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:21.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:21 smithi145 bash[13673]: audit 2022-04-26T05:15:21.405155+0000 mon.smithi136 (mon.0) 3292 : audit [DBG] from='client.? 172.21.15.136:0/3053874701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:21 smithi136 bash[11745]: audit 2022-04-26T05:15:21.405155+0000 mon.smithi136 (mon.0) 3292 : audit [DBG] from='client.? 172.21.15.136:0/3053874701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:22 smithi145 bash[13673]: cluster 2022-04-26T05:15:21.802242+0000 mgr.smithi136.ofnrfx (mgr.14188) 4914 : cluster [DBG] pgmap v4597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:22 smithi136 bash[11745]: cluster 2022-04-26T05:15:21.802242+0000 mgr.smithi136.ofnrfx (mgr.14188) 4914 : cluster [DBG] pgmap v4597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:24 smithi145 bash[13673]: cluster 2022-04-26T05:15:23.802854+0000 mgr.smithi136.ofnrfx (mgr.14188) 4915 : cluster [DBG] pgmap v4598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:24 smithi136 bash[11745]: cluster 2022-04-26T05:15:23.802854+0000 mgr.smithi136.ofnrfx (mgr.14188) 4915 : cluster [DBG] pgmap v4598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:26.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:26.424 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:26.424 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:26.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:26 smithi136 bash[11745]: cluster 2022-04-26T05:15:25.803457+0000 mgr.smithi136.ofnrfx (mgr.14188) 4916 : cluster [DBG] pgmap v4599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:26 smithi136 bash[11745]: audit 2022-04-26T05:15:26.725825+0000 mon.smithi136 (mon.0) 3293 : audit [DBG] from='client.? 172.21.15.136:0/2220119660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:26 smithi145 bash[13673]: cluster 2022-04-26T05:15:25.803457+0000 mgr.smithi136.ofnrfx (mgr.14188) 4916 : cluster [DBG] pgmap v4599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:26 smithi145 bash[13673]: audit 2022-04-26T05:15:26.725825+0000 mon.smithi136 (mon.0) 3293 : audit [DBG] from='client.? 172.21.15.136:0/2220119660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:29.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:28 smithi145 bash[13673]: cluster 2022-04-26T05:15:27.804121+0000 mgr.smithi136.ofnrfx (mgr.14188) 4917 : cluster [DBG] pgmap v4600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:28 smithi136 bash[11745]: cluster 2022-04-26T05:15:27.804121+0000 mgr.smithi136.ofnrfx (mgr.14188) 4917 : cluster [DBG] pgmap v4600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:30 smithi145 bash[13673]: cluster 2022-04-26T05:15:29.804743+0000 mgr.smithi136.ofnrfx (mgr.14188) 4918 : cluster [DBG] pgmap v4601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:30 smithi136 bash[11745]: cluster 2022-04-26T05:15:29.804743+0000 mgr.smithi136.ofnrfx (mgr.14188) 4918 : cluster [DBG] pgmap v4601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:31.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:31.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:31.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:32.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:32 smithi145 bash[13673]: cluster 2022-04-26T05:15:31.805374+0000 mgr.smithi136.ofnrfx (mgr.14188) 4919 : cluster [DBG] pgmap v4602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:32 smithi145 bash[13673]: audit 2022-04-26T05:15:32.062465+0000 mon.smithi136 (mon.0) 3294 : audit [DBG] from='client.? 172.21.15.136:0/1498061134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:32 smithi136 bash[11745]: cluster 2022-04-26T05:15:31.805374+0000 mgr.smithi136.ofnrfx (mgr.14188) 4919 : cluster [DBG] pgmap v4602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:32 smithi136 bash[11745]: audit 2022-04-26T05:15:32.062465+0000 mon.smithi136 (mon.0) 3294 : audit [DBG] from='client.? 172.21.15.136:0/1498061134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:34 smithi145 bash[13673]: cluster 2022-04-26T05:15:33.806009+0000 mgr.smithi136.ofnrfx (mgr.14188) 4920 : cluster [DBG] pgmap v4603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:34 smithi136 bash[11745]: cluster 2022-04-26T05:15:33.806009+0000 mgr.smithi136.ofnrfx (mgr.14188) 4920 : cluster [DBG] pgmap v4603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:36 smithi136 bash[11745]: cluster 2022-04-26T05:15:35.806658+0000 mgr.smithi136.ofnrfx (mgr.14188) 4921 : cluster [DBG] pgmap v4604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:37.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:37.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:37.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:36 smithi145 bash[13673]: cluster 2022-04-26T05:15:35.806658+0000 mgr.smithi136.ofnrfx (mgr.14188) 4921 : cluster [DBG] pgmap v4604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:37.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:37 smithi136 bash[11745]: audit 2022-04-26T05:15:37.392373+0000 mon.smithi136 (mon.0) 3295 : audit [DBG] from='client.? 172.21.15.136:0/741393773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:37 smithi145 bash[13673]: audit 2022-04-26T05:15:37.392373+0000 mon.smithi136 (mon.0) 3295 : audit [DBG] from='client.? 172.21.15.136:0/741393773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:38 smithi136 bash[11745]: cluster 2022-04-26T05:15:37.807283+0000 mgr.smithi136.ofnrfx (mgr.14188) 4922 : cluster [DBG] pgmap v4605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:38 smithi145 bash[13673]: cluster 2022-04-26T05:15:37.807283+0000 mgr.smithi136.ofnrfx (mgr.14188) 4922 : cluster [DBG] pgmap v4605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:40 smithi145 bash[13673]: cluster 2022-04-26T05:15:39.807932+0000 mgr.smithi136.ofnrfx (mgr.14188) 4923 : cluster [DBG] pgmap v4606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:40 smithi136 bash[11745]: cluster 2022-04-26T05:15:39.807932+0000 mgr.smithi136.ofnrfx (mgr.14188) 4923 : cluster [DBG] pgmap v4606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:42.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:42.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:42.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:42.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:42 smithi145 bash[13673]: cluster 2022-04-26T05:15:41.808563+0000 mgr.smithi136.ofnrfx (mgr.14188) 4924 : cluster [DBG] pgmap v4607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:42 smithi145 bash[13673]: audit 2022-04-26T05:15:42.719171+0000 mon.smithi136 (mon.0) 3296 : audit [DBG] from='client.? 172.21.15.136:0/3811454215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:42 smithi136 bash[11745]: cluster 2022-04-26T05:15:41.808563+0000 mgr.smithi136.ofnrfx (mgr.14188) 4924 : cluster [DBG] pgmap v4607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:42 smithi136 bash[11745]: audit 2022-04-26T05:15:42.719171+0000 mon.smithi136 (mon.0) 3296 : audit [DBG] from='client.? 172.21.15.136:0/3811454215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:44 smithi145 bash[13673]: cluster 2022-04-26T05:15:43.809173+0000 mgr.smithi136.ofnrfx (mgr.14188) 4925 : cluster [DBG] pgmap v4608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:44 smithi136 bash[11745]: cluster 2022-04-26T05:15:43.809173+0000 mgr.smithi136.ofnrfx (mgr.14188) 4925 : cluster [DBG] pgmap v4608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:46 smithi136 bash[11745]: cluster 2022-04-26T05:15:45.809790+0000 mgr.smithi136.ofnrfx (mgr.14188) 4926 : cluster [DBG] pgmap v4609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:46 smithi145 bash[13673]: cluster 2022-04-26T05:15:45.809790+0000 mgr.smithi136.ofnrfx (mgr.14188) 4926 : cluster [DBG] pgmap v4609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:47.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:47.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:47.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:48.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:48 smithi145 bash[13673]: cluster 2022-04-26T05:15:47.810413+0000 mgr.smithi136.ofnrfx (mgr.14188) 4927 : cluster [DBG] pgmap v4610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:48 smithi145 bash[13673]: audit 2022-04-26T05:15:48.048447+0000 mon.smithi136 (mon.0) 3297 : audit [DBG] from='client.? 172.21.15.136:0/2197248116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:48 smithi136 bash[11745]: cluster 2022-04-26T05:15:47.810413+0000 mgr.smithi136.ofnrfx (mgr.14188) 4927 : cluster [DBG] pgmap v4610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:49.332 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:48 smithi136 bash[11745]: audit 2022-04-26T05:15:48.048447+0000 mon.smithi136 (mon.0) 3297 : audit [DBG] from='client.? 172.21.15.136:0/2197248116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:50 smithi145 bash[13673]: cluster 2022-04-26T05:15:49.811101+0000 mgr.smithi136.ofnrfx (mgr.14188) 4928 : cluster [DBG] pgmap v4611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:50 smithi136 bash[11745]: cluster 2022-04-26T05:15:49.811101+0000 mgr.smithi136.ofnrfx (mgr.14188) 4928 : cluster [DBG] pgmap v4611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:53.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:53.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:53.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:52 smithi145 bash[13673]: cluster 2022-04-26T05:15:51.811796+0000 mgr.smithi136.ofnrfx (mgr.14188) 4929 : cluster [DBG] pgmap v4612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:52 smithi136 bash[11745]: cluster 2022-04-26T05:15:51.811796+0000 mgr.smithi136.ofnrfx (mgr.14188) 4929 : cluster [DBG] pgmap v4612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:53.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:53 smithi145 bash[13673]: audit 2022-04-26T05:15:53.382012+0000 mon.smithi136 (mon.0) 3298 : audit [DBG] from='client.? 172.21.15.136:0/2988813758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:53 smithi136 bash[11745]: audit 2022-04-26T05:15:53.382012+0000 mon.smithi136 (mon.0) 3298 : audit [DBG] from='client.? 172.21.15.136:0/2988813758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:54 smithi145 bash[13673]: cluster 2022-04-26T05:15:53.812422+0000 mgr.smithi136.ofnrfx (mgr.14188) 4930 : cluster [DBG] pgmap v4613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:54 smithi136 bash[11745]: cluster 2022-04-26T05:15:53.812422+0000 mgr.smithi136.ofnrfx (mgr.14188) 4930 : cluster [DBG] pgmap v4613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:56 smithi136 bash[11745]: cluster 2022-04-26T05:15:55.813091+0000 mgr.smithi136.ofnrfx (mgr.14188) 4931 : cluster [DBG] pgmap v4614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:56 smithi145 bash[13673]: cluster 2022-04-26T05:15:55.813091+0000 mgr.smithi136.ofnrfx (mgr.14188) 4931 : cluster [DBG] pgmap v4614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:58.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:15:58.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:15:58.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:15:58.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:15:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:58 smithi145 bash[13673]: cluster 2022-04-26T05:15:57.813735+0000 mgr.smithi136.ofnrfx (mgr.14188) 4932 : cluster [DBG] pgmap v4615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:59.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:15:58 smithi145 bash[13673]: audit 2022-04-26T05:15:58.703757+0000 mon.smithi136 (mon.0) 3299 : audit [DBG] from='client.? 172.21.15.136:0/3597344336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:15:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:58 smithi136 bash[11745]: cluster 2022-04-26T05:15:57.813735+0000 mgr.smithi136.ofnrfx (mgr.14188) 4932 : cluster [DBG] pgmap v4615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:15:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:15:58 smithi136 bash[11745]: audit 2022-04-26T05:15:58.703757+0000 mon.smithi136 (mon.0) 3299 : audit [DBG] from='client.? 172.21.15.136:0/3597344336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:00 smithi145 bash[13673]: cluster 2022-04-26T05:15:59.814433+0000 mgr.smithi136.ofnrfx (mgr.14188) 4933 : cluster [DBG] pgmap v4616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:00 smithi136 bash[11745]: cluster 2022-04-26T05:15:59.814433+0000 mgr.smithi136.ofnrfx (mgr.14188) 4933 : cluster [DBG] pgmap v4616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:01 smithi145 bash[13673]: audit 2022-04-26T05:16:01.823031+0000 mon.smithi136 (mon.0) 3300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:16:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:01 smithi145 bash[13673]: audit 2022-04-26T05:16:01.825611+0000 mon.smithi136 (mon.0) 3301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:16:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:01 smithi145 bash[13673]: audit 2022-04-26T05:16:01.827184+0000 mon.smithi136 (mon.0) 3302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:16:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:01 smithi136 bash[11745]: audit 2022-04-26T05:16:01.823031+0000 mon.smithi136 (mon.0) 3300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:16:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:01 smithi136 bash[11745]: audit 2022-04-26T05:16:01.825611+0000 mon.smithi136 (mon.0) 3301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:16:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:01 smithi136 bash[11745]: audit 2022-04-26T05:16:01.827184+0000 mon.smithi136 (mon.0) 3302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:16:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: cluster 2022-04-26T05:16:01.815076+0000 mgr.smithi136.ofnrfx (mgr.14188) 4934 : cluster [DBG] pgmap v4617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: audit 2022-04-26T05:16:02.125517+0000 mon.smithi136 (mon.0) 3303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:16:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: cluster 2022-04-26T05:16:02.440632+0000 mgr.smithi136.ofnrfx (mgr.14188) 4935 : cluster [DBG] pgmap v4618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: cluster 2022-04-26T05:16:02.441078+0000 mgr.smithi136.ofnrfx (mgr.14188) 4936 : cluster [DBG] pgmap v4619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: audit 2022-04-26T05:16:02.449978+0000 mon.smithi136 (mon.0) 3304 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:16:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: audit 2022-04-26T05:16:02.462137+0000 mon.smithi136 (mon.0) 3305 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:16:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: cephadm 2022-04-26T05:16:02.463554+0000 mgr.smithi136.ofnrfx (mgr.14188) 4937 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:16:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: cephadm 2022-04-26T05:16:02.463713+0000 mgr.smithi136.ofnrfx (mgr.14188) 4938 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:16:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: audit 2022-04-26T05:16:02.491909+0000 mon.smithi136 (mon.0) 3306 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:16:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:03 smithi145 bash[13673]: audit 2022-04-26T05:16:02.495957+0000 mon.smithi136 (mon.0) 3307 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:16:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: cluster 2022-04-26T05:16:01.815076+0000 mgr.smithi136.ofnrfx (mgr.14188) 4934 : cluster [DBG] pgmap v4617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: audit 2022-04-26T05:16:02.125517+0000 mon.smithi136 (mon.0) 3303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:16:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: cluster 2022-04-26T05:16:02.440632+0000 mgr.smithi136.ofnrfx (mgr.14188) 4935 : cluster [DBG] pgmap v4618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: cluster 2022-04-26T05:16:02.441078+0000 mgr.smithi136.ofnrfx (mgr.14188) 4936 : cluster [DBG] pgmap v4619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: audit 2022-04-26T05:16:02.449978+0000 mon.smithi136 (mon.0) 3304 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: audit 2022-04-26T05:16:02.462137+0000 mon.smithi136 (mon.0) 3305 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: cephadm 2022-04-26T05:16:02.463554+0000 mgr.smithi136.ofnrfx (mgr.14188) 4937 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: cephadm 2022-04-26T05:16:02.463713+0000 mgr.smithi136.ofnrfx (mgr.14188) 4938 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: audit 2022-04-26T05:16:02.491909+0000 mon.smithi136 (mon.0) 3306 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:03 smithi136 bash[11745]: audit 2022-04-26T05:16:02.495957+0000 mon.smithi136 (mon.0) 3307 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:16:03.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:03.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:03.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:04.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:04 smithi145 bash[13673]: audit 2022-04-26T05:16:04.029646+0000 mon.smithi136 (mon.0) 3308 : audit [DBG] from='client.? 172.21.15.136:0/2803449824' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:04 smithi136 bash[11745]: audit 2022-04-26T05:16:04.029646+0000 mon.smithi136 (mon.0) 3308 : audit [DBG] from='client.? 172.21.15.136:0/2803449824' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:05 smithi145 bash[13673]: cluster 2022-04-26T05:16:04.441758+0000 mgr.smithi136.ofnrfx (mgr.14188) 4939 : cluster [DBG] pgmap v4620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:05 smithi136 bash[11745]: cluster 2022-04-26T05:16:04.441758+0000 mgr.smithi136.ofnrfx (mgr.14188) 4939 : cluster [DBG] pgmap v4620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:06 smithi136 bash[11745]: cluster 2022-04-26T05:16:06.442521+0000 mgr.smithi136.ofnrfx (mgr.14188) 4940 : cluster [DBG] pgmap v4621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:06 smithi145 bash[13673]: cluster 2022-04-26T05:16:06.442521+0000 mgr.smithi136.ofnrfx (mgr.14188) 4940 : cluster [DBG] pgmap v4621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:09.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:09.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:09.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:09.370 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:09 smithi136 bash[11745]: cluster 2022-04-26T05:16:08.443274+0000 mgr.smithi136.ofnrfx (mgr.14188) 4941 : cluster [DBG] pgmap v4622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:09 smithi136 bash[11745]: audit 2022-04-26T05:16:09.354752+0000 mon.smithi136 (mon.0) 3309 : audit [DBG] from='client.? 172.21.15.136:0/3324326622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:09 smithi145 bash[13673]: cluster 2022-04-26T05:16:08.443274+0000 mgr.smithi136.ofnrfx (mgr.14188) 4941 : cluster [DBG] pgmap v4622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:09.930 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:09 smithi145 bash[13673]: audit 2022-04-26T05:16:09.354752+0000 mon.smithi136 (mon.0) 3309 : audit [DBG] from='client.? 172.21.15.136:0/3324326622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:11 smithi136 bash[11745]: cluster 2022-04-26T05:16:10.444024+0000 mgr.smithi136.ofnrfx (mgr.14188) 4942 : cluster [DBG] pgmap v4623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:11 smithi145 bash[13673]: cluster 2022-04-26T05:16:10.444024+0000 mgr.smithi136.ofnrfx (mgr.14188) 4942 : cluster [DBG] pgmap v4623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:13 smithi136 bash[11745]: cluster 2022-04-26T05:16:12.444803+0000 mgr.smithi136.ofnrfx (mgr.14188) 4943 : cluster [DBG] pgmap v4624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:13 smithi145 bash[13673]: cluster 2022-04-26T05:16:12.444803+0000 mgr.smithi136.ofnrfx (mgr.14188) 4943 : cluster [DBG] pgmap v4624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:14.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:14.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:14.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:14.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:15 smithi136 bash[11745]: cluster 2022-04-26T05:16:14.445571+0000 mgr.smithi136.ofnrfx (mgr.14188) 4944 : cluster [DBG] pgmap v4625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:15 smithi136 bash[11745]: audit 2022-04-26T05:16:14.682742+0000 mon.smithi136 (mon.0) 3310 : audit [DBG] from='client.? 172.21.15.136:0/324543637' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:15 smithi145 bash[13673]: cluster 2022-04-26T05:16:14.445571+0000 mgr.smithi136.ofnrfx (mgr.14188) 4944 : cluster [DBG] pgmap v4625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:15 smithi145 bash[13673]: audit 2022-04-26T05:16:14.682742+0000 mon.smithi136 (mon.0) 3310 : audit [DBG] from='client.? 172.21.15.136:0/324543637' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:16 smithi136 bash[11745]: cluster 2022-04-26T05:16:16.446267+0000 mgr.smithi136.ofnrfx (mgr.14188) 4945 : cluster [DBG] pgmap v4626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:16 smithi145 bash[13673]: cluster 2022-04-26T05:16:16.446267+0000 mgr.smithi136.ofnrfx (mgr.14188) 4945 : cluster [DBG] pgmap v4626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:19.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:19.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:19.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:19 smithi136 bash[11745]: cluster 2022-04-26T05:16:18.446957+0000 mgr.smithi136.ofnrfx (mgr.14188) 4946 : cluster [DBG] pgmap v4627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:19 smithi145 bash[13673]: cluster 2022-04-26T05:16:18.446957+0000 mgr.smithi136.ofnrfx (mgr.14188) 4946 : cluster [DBG] pgmap v4627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:20.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:20 smithi136 bash[11745]: audit 2022-04-26T05:16:20.009201+0000 mon.smithi136 (mon.0) 3311 : audit [DBG] from='client.? 172.21.15.136:0/3991096477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:20 smithi145 bash[13673]: audit 2022-04-26T05:16:20.009201+0000 mon.smithi136 (mon.0) 3311 : audit [DBG] from='client.? 172.21.15.136:0/3991096477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:21 smithi136 bash[11745]: cluster 2022-04-26T05:16:20.447672+0000 mgr.smithi136.ofnrfx (mgr.14188) 4947 : cluster [DBG] pgmap v4628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:21 smithi145 bash[13673]: cluster 2022-04-26T05:16:20.447672+0000 mgr.smithi136.ofnrfx (mgr.14188) 4947 : cluster [DBG] pgmap v4628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:23 smithi136 bash[11745]: cluster 2022-04-26T05:16:22.448310+0000 mgr.smithi136.ofnrfx (mgr.14188) 4948 : cluster [DBG] pgmap v4629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:23 smithi145 bash[13673]: cluster 2022-04-26T05:16:22.448310+0000 mgr.smithi136.ofnrfx (mgr.14188) 4948 : cluster [DBG] pgmap v4629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:25.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:25.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:25.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:25.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:25 smithi136 bash[11745]: cluster 2022-04-26T05:16:24.448950+0000 mgr.smithi136.ofnrfx (mgr.14188) 4949 : cluster [DBG] pgmap v4630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:25 smithi136 bash[11745]: audit 2022-04-26T05:16:25.341204+0000 mon.smithi136 (mon.0) 3312 : audit [DBG] from='client.? 172.21.15.136:0/1809344037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:25 smithi145 bash[13673]: cluster 2022-04-26T05:16:24.448950+0000 mgr.smithi136.ofnrfx (mgr.14188) 4949 : cluster [DBG] pgmap v4630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:25.910 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:25 smithi145 bash[13673]: audit 2022-04-26T05:16:25.341204+0000 mon.smithi136 (mon.0) 3312 : audit [DBG] from='client.? 172.21.15.136:0/1809344037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:26 smithi136 bash[11745]: cluster 2022-04-26T05:16:26.449575+0000 mgr.smithi136.ofnrfx (mgr.14188) 4950 : cluster [DBG] pgmap v4631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:26 smithi145 bash[13673]: cluster 2022-04-26T05:16:26.449575+0000 mgr.smithi136.ofnrfx (mgr.14188) 4950 : cluster [DBG] pgmap v4631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:29 smithi136 bash[11745]: cluster 2022-04-26T05:16:28.450185+0000 mgr.smithi136.ofnrfx (mgr.14188) 4951 : cluster [DBG] pgmap v4632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:29 smithi145 bash[13673]: cluster 2022-04-26T05:16:28.450185+0000 mgr.smithi136.ofnrfx (mgr.14188) 4951 : cluster [DBG] pgmap v4632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:30.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:30.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:30.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:30.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:31 smithi136 bash[11745]: cluster 2022-04-26T05:16:30.450818+0000 mgr.smithi136.ofnrfx (mgr.14188) 4952 : cluster [DBG] pgmap v4633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:31 smithi136 bash[11745]: audit 2022-04-26T05:16:30.663788+0000 mon.smithi136 (mon.0) 3313 : audit [DBG] from='client.? 172.21.15.136:0/3432610342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:31 smithi145 bash[13673]: cluster 2022-04-26T05:16:30.450818+0000 mgr.smithi136.ofnrfx (mgr.14188) 4952 : cluster [DBG] pgmap v4633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:31 smithi145 bash[13673]: audit 2022-04-26T05:16:30.663788+0000 mon.smithi136 (mon.0) 3313 : audit [DBG] from='client.? 172.21.15.136:0/3432610342' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:33 smithi136 bash[11745]: cluster 2022-04-26T05:16:32.451467+0000 mgr.smithi136.ofnrfx (mgr.14188) 4953 : cluster [DBG] pgmap v4634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:33.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:33 smithi145 bash[13673]: cluster 2022-04-26T05:16:32.451467+0000 mgr.smithi136.ofnrfx (mgr.14188) 4953 : cluster [DBG] pgmap v4634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:35.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:35.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:35.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:35 smithi136 bash[11745]: cluster 2022-04-26T05:16:34.452249+0000 mgr.smithi136.ofnrfx (mgr.14188) 4954 : cluster [DBG] pgmap v4635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:35 smithi145 bash[13673]: cluster 2022-04-26T05:16:34.452249+0000 mgr.smithi136.ofnrfx (mgr.14188) 4954 : cluster [DBG] pgmap v4635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:36.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:36 smithi136 bash[11745]: audit 2022-04-26T05:16:35.999543+0000 mon.smithi136 (mon.0) 3314 : audit [DBG] from='client.? 172.21.15.136:0/480774189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:36 smithi136 bash[11745]: cluster 2022-04-26T05:16:36.452909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4955 : cluster [DBG] pgmap v4636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:36 smithi145 bash[13673]: audit 2022-04-26T05:16:35.999543+0000 mon.smithi136 (mon.0) 3314 : audit [DBG] from='client.? 172.21.15.136:0/480774189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:36 smithi145 bash[13673]: cluster 2022-04-26T05:16:36.452909+0000 mgr.smithi136.ofnrfx (mgr.14188) 4955 : cluster [DBG] pgmap v4636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:39 smithi136 bash[11745]: cluster 2022-04-26T05:16:38.453559+0000 mgr.smithi136.ofnrfx (mgr.14188) 4956 : cluster [DBG] pgmap v4637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:39 smithi145 bash[13673]: cluster 2022-04-26T05:16:38.453559+0000 mgr.smithi136.ofnrfx (mgr.14188) 4956 : cluster [DBG] pgmap v4637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:41.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:41.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:41.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:41.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:41 smithi136 bash[11745]: cluster 2022-04-26T05:16:40.454164+0000 mgr.smithi136.ofnrfx (mgr.14188) 4957 : cluster [DBG] pgmap v4638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:41 smithi136 bash[11745]: audit 2022-04-26T05:16:41.330257+0000 mon.smithi136 (mon.0) 3315 : audit [DBG] from='client.? 172.21.15.136:0/745364635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:41 smithi145 bash[13673]: cluster 2022-04-26T05:16:40.454164+0000 mgr.smithi136.ofnrfx (mgr.14188) 4957 : cluster [DBG] pgmap v4638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:41 smithi145 bash[13673]: audit 2022-04-26T05:16:41.330257+0000 mon.smithi136 (mon.0) 3315 : audit [DBG] from='client.? 172.21.15.136:0/745364635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:43 smithi136 bash[11745]: cluster 2022-04-26T05:16:42.454808+0000 mgr.smithi136.ofnrfx (mgr.14188) 4958 : cluster [DBG] pgmap v4639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:43 smithi145 bash[13673]: cluster 2022-04-26T05:16:42.454808+0000 mgr.smithi136.ofnrfx (mgr.14188) 4958 : cluster [DBG] pgmap v4639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:45 smithi136 bash[11745]: cluster 2022-04-26T05:16:44.455563+0000 mgr.smithi136.ofnrfx (mgr.14188) 4959 : cluster [DBG] pgmap v4640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:45 smithi145 bash[13673]: cluster 2022-04-26T05:16:44.455563+0000 mgr.smithi136.ofnrfx (mgr.14188) 4959 : cluster [DBG] pgmap v4640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:46.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:46.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:46.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:46.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:46 smithi136 bash[11745]: cluster 2022-04-26T05:16:46.456305+0000 mgr.smithi136.ofnrfx (mgr.14188) 4960 : cluster [DBG] pgmap v4641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:46 smithi136 bash[11745]: audit 2022-04-26T05:16:46.653019+0000 mon.smithi136 (mon.0) 3316 : audit [DBG] from='client.? 172.21.15.136:0/2221557770' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:46 smithi145 bash[13673]: cluster 2022-04-26T05:16:46.456305+0000 mgr.smithi136.ofnrfx (mgr.14188) 4960 : cluster [DBG] pgmap v4641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:46 smithi145 bash[13673]: audit 2022-04-26T05:16:46.653019+0000 mon.smithi136 (mon.0) 3316 : audit [DBG] from='client.? 172.21.15.136:0/2221557770' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:49 smithi136 bash[11745]: cluster 2022-04-26T05:16:48.456964+0000 mgr.smithi136.ofnrfx (mgr.14188) 4961 : cluster [DBG] pgmap v4642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:49 smithi145 bash[13673]: cluster 2022-04-26T05:16:48.456964+0000 mgr.smithi136.ofnrfx (mgr.14188) 4961 : cluster [DBG] pgmap v4642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:51.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:51.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:51.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:51 smithi136 bash[11745]: cluster 2022-04-26T05:16:50.457571+0000 mgr.smithi136.ofnrfx (mgr.14188) 4962 : cluster [DBG] pgmap v4643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:51 smithi145 bash[13673]: cluster 2022-04-26T05:16:50.457571+0000 mgr.smithi136.ofnrfx (mgr.14188) 4962 : cluster [DBG] pgmap v4643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:51.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:52 smithi136 bash[11745]: audit 2022-04-26T05:16:51.982145+0000 mon.smithi136 (mon.0) 3317 : audit [DBG] from='client.? 172.21.15.136:0/1408314957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:52 smithi145 bash[13673]: audit 2022-04-26T05:16:51.982145+0000 mon.smithi136 (mon.0) 3317 : audit [DBG] from='client.? 172.21.15.136:0/1408314957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:53 smithi136 bash[11745]: cluster 2022-04-26T05:16:52.458237+0000 mgr.smithi136.ofnrfx (mgr.14188) 4963 : cluster [DBG] pgmap v4644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:53 smithi145 bash[13673]: cluster 2022-04-26T05:16:52.458237+0000 mgr.smithi136.ofnrfx (mgr.14188) 4963 : cluster [DBG] pgmap v4644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:55 smithi136 bash[11745]: cluster 2022-04-26T05:16:54.458865+0000 mgr.smithi136.ofnrfx (mgr.14188) 4964 : cluster [DBG] pgmap v4645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:55 smithi145 bash[13673]: cluster 2022-04-26T05:16:54.458865+0000 mgr.smithi136.ofnrfx (mgr.14188) 4964 : cluster [DBG] pgmap v4645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:57.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:16:57.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:16:57.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:16:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:56 smithi136 bash[11745]: cluster 2022-04-26T05:16:56.459585+0000 mgr.smithi136.ofnrfx (mgr.14188) 4965 : cluster [DBG] pgmap v4646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:56 smithi145 bash[13673]: cluster 2022-04-26T05:16:56.459585+0000 mgr.smithi136.ofnrfx (mgr.14188) 4965 : cluster [DBG] pgmap v4646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:57.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:16:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:57 smithi145 bash[13673]: audit 2022-04-26T05:16:57.311824+0000 mon.smithi136 (mon.0) 3318 : audit [DBG] from='client.? 172.21.15.136:0/2891586425' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:57 smithi136 bash[11745]: audit 2022-04-26T05:16:57.311824+0000 mon.smithi136 (mon.0) 3318 : audit [DBG] from='client.? 172.21.15.136:0/2891586425' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:16:59.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:16:58 smithi136 bash[11745]: cluster 2022-04-26T05:16:58.460334+0000 mgr.smithi136.ofnrfx (mgr.14188) 4966 : cluster [DBG] pgmap v4647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:16:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:16:58 smithi145 bash[13673]: cluster 2022-04-26T05:16:58.460334+0000 mgr.smithi136.ofnrfx (mgr.14188) 4966 : cluster [DBG] pgmap v4647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:01.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:01 smithi145 bash[13673]: cluster 2022-04-26T05:17:00.461058+0000 mgr.smithi136.ofnrfx (mgr.14188) 4967 : cluster [DBG] pgmap v4648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:01 smithi136 bash[11745]: cluster 2022-04-26T05:17:00.461058+0000 mgr.smithi136.ofnrfx (mgr.14188) 4967 : cluster [DBG] pgmap v4648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:02.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:02.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:02.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:02.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:02 smithi136 bash[11745]: audit 2022-04-26T05:17:02.475473+0000 mon.smithi136 (mon.0) 3319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:17:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:02 smithi136 bash[11745]: audit 2022-04-26T05:17:02.477678+0000 mon.smithi136 (mon.0) 3320 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:17:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:02 smithi136 bash[11745]: audit 2022-04-26T05:17:02.479056+0000 mon.smithi136 (mon.0) 3321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:17:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:02 smithi136 bash[11745]: audit 2022-04-26T05:17:02.495671+0000 mon.smithi136 (mon.0) 3322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:17:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:02 smithi136 bash[11745]: audit 2022-04-26T05:17:02.498530+0000 mon.smithi136 (mon.0) 3323 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:17:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:02 smithi145 bash[13673]: audit 2022-04-26T05:17:02.475473+0000 mon.smithi136 (mon.0) 3319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:17:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:02 smithi145 bash[13673]: audit 2022-04-26T05:17:02.477678+0000 mon.smithi136 (mon.0) 3320 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:17:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:02 smithi145 bash[13673]: audit 2022-04-26T05:17:02.479056+0000 mon.smithi136 (mon.0) 3321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:17:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:02 smithi145 bash[13673]: audit 2022-04-26T05:17:02.495671+0000 mon.smithi136 (mon.0) 3322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:17:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:02 smithi145 bash[13673]: audit 2022-04-26T05:17:02.498530+0000 mon.smithi136 (mon.0) 3323 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:17:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:03 smithi136 bash[11745]: cluster 2022-04-26T05:17:02.461556+0000 mgr.smithi136.ofnrfx (mgr.14188) 4968 : cluster [DBG] pgmap v4649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:03 smithi136 bash[11745]: audit 2022-04-26T05:17:02.648470+0000 mon.smithi136 (mon.0) 3324 : audit [DBG] from='client.? 172.21.15.136:0/2968457956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:03 smithi136 bash[11745]: audit 2022-04-26T05:17:02.804672+0000 mon.smithi136 (mon.0) 3325 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:17:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:03 smithi136 bash[11745]: audit 2022-04-26T05:17:02.810813+0000 mon.smithi136 (mon.0) 3326 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:17:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:03 smithi145 bash[13673]: cluster 2022-04-26T05:17:02.461556+0000 mgr.smithi136.ofnrfx (mgr.14188) 4968 : cluster [DBG] pgmap v4649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:03 smithi145 bash[13673]: audit 2022-04-26T05:17:02.648470+0000 mon.smithi136 (mon.0) 3324 : audit [DBG] from='client.? 172.21.15.136:0/2968457956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:03 smithi145 bash[13673]: audit 2022-04-26T05:17:02.804672+0000 mon.smithi136 (mon.0) 3325 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:17:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:03 smithi145 bash[13673]: audit 2022-04-26T05:17:02.810813+0000 mon.smithi136 (mon.0) 3326 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:17:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:04 smithi136 bash[11745]: cluster 2022-04-26T05:17:02.799686+0000 mgr.smithi136.ofnrfx (mgr.14188) 4969 : cluster [DBG] pgmap v4650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:04 smithi136 bash[11745]: cluster 2022-04-26T05:17:02.800087+0000 mgr.smithi136.ofnrfx (mgr.14188) 4970 : cluster [DBG] pgmap v4651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:04 smithi136 bash[11745]: cephadm 2022-04-26T05:17:02.811654+0000 mgr.smithi136.ofnrfx (mgr.14188) 4971 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:17:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:04 smithi136 bash[11745]: cephadm 2022-04-26T05:17:02.811799+0000 mgr.smithi136.ofnrfx (mgr.14188) 4972 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:17:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:04 smithi145 bash[13673]: cluster 2022-04-26T05:17:02.799686+0000 mgr.smithi136.ofnrfx (mgr.14188) 4969 : cluster [DBG] pgmap v4650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:04 smithi145 bash[13673]: cluster 2022-04-26T05:17:02.800087+0000 mgr.smithi136.ofnrfx (mgr.14188) 4970 : cluster [DBG] pgmap v4651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:04 smithi145 bash[13673]: cephadm 2022-04-26T05:17:02.811654+0000 mgr.smithi136.ofnrfx (mgr.14188) 4971 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:17:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:04 smithi145 bash[13673]: cephadm 2022-04-26T05:17:02.811799+0000 mgr.smithi136.ofnrfx (mgr.14188) 4972 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:17:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:06 smithi136 bash[11745]: cluster 2022-04-26T05:17:04.800740+0000 mgr.smithi136.ofnrfx (mgr.14188) 4973 : cluster [DBG] pgmap v4652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:06 smithi145 bash[13673]: cluster 2022-04-26T05:17:04.800740+0000 mgr.smithi136.ofnrfx (mgr.14188) 4973 : cluster [DBG] pgmap v4652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:07.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:07.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:07.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:07.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:08 smithi136 bash[11745]: cluster 2022-04-26T05:17:06.801403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4974 : cluster [DBG] pgmap v4653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:08 smithi136 bash[11745]: audit 2022-04-26T05:17:07.966786+0000 mon.smithi136 (mon.0) 3327 : audit [DBG] from='client.? 172.21.15.136:0/2998730458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:08 smithi145 bash[13673]: cluster 2022-04-26T05:17:06.801403+0000 mgr.smithi136.ofnrfx (mgr.14188) 4974 : cluster [DBG] pgmap v4653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:08 smithi145 bash[13673]: audit 2022-04-26T05:17:07.966786+0000 mon.smithi136 (mon.0) 3327 : audit [DBG] from='client.? 172.21.15.136:0/2998730458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:10 smithi136 bash[11745]: cluster 2022-04-26T05:17:08.802022+0000 mgr.smithi136.ofnrfx (mgr.14188) 4975 : cluster [DBG] pgmap v4654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:10 smithi145 bash[13673]: cluster 2022-04-26T05:17:08.802022+0000 mgr.smithi136.ofnrfx (mgr.14188) 4975 : cluster [DBG] pgmap v4654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:12 smithi136 bash[11745]: cluster 2022-04-26T05:17:10.802621+0000 mgr.smithi136.ofnrfx (mgr.14188) 4976 : cluster [DBG] pgmap v4655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:12 smithi145 bash[13673]: cluster 2022-04-26T05:17:10.802621+0000 mgr.smithi136.ofnrfx (mgr.14188) 4976 : cluster [DBG] pgmap v4655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:12.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:12.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:12.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:13.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:13 smithi145 bash[13673]: audit 2022-04-26T05:17:13.298489+0000 mon.smithi136 (mon.0) 3328 : audit [DBG] from='client.? 172.21.15.136:0/2113903581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:13 smithi136 bash[11745]: audit 2022-04-26T05:17:13.298489+0000 mon.smithi136 (mon.0) 3328 : audit [DBG] from='client.? 172.21.15.136:0/2113903581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:14 smithi145 bash[13673]: cluster 2022-04-26T05:17:12.803249+0000 mgr.smithi136.ofnrfx (mgr.14188) 4977 : cluster [DBG] pgmap v4656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:14 smithi136 bash[11745]: cluster 2022-04-26T05:17:12.803249+0000 mgr.smithi136.ofnrfx (mgr.14188) 4977 : cluster [DBG] pgmap v4656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:16 smithi145 bash[13673]: cluster 2022-04-26T05:17:14.803881+0000 mgr.smithi136.ofnrfx (mgr.14188) 4978 : cluster [DBG] pgmap v4657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:16 smithi136 bash[11745]: cluster 2022-04-26T05:17:14.803881+0000 mgr.smithi136.ofnrfx (mgr.14188) 4978 : cluster [DBG] pgmap v4657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:18.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:18.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:18.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:18.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:18.879 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:18 smithi136 bash[11745]: cluster 2022-04-26T05:17:16.804529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4979 : cluster [DBG] pgmap v4658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:18 smithi145 bash[13673]: cluster 2022-04-26T05:17:16.804529+0000 mgr.smithi136.ofnrfx (mgr.14188) 4979 : cluster [DBG] pgmap v4658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:19 smithi145 bash[13673]: audit 2022-04-26T05:17:18.631814+0000 mon.smithi136 (mon.0) 3329 : audit [DBG] from='client.? 172.21.15.136:0/3851463594' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:19 smithi136 bash[11745]: audit 2022-04-26T05:17:18.631814+0000 mon.smithi136 (mon.0) 3329 : audit [DBG] from='client.? 172.21.15.136:0/3851463594' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:20 smithi145 bash[13673]: cluster 2022-04-26T05:17:18.805195+0000 mgr.smithi136.ofnrfx (mgr.14188) 4980 : cluster [DBG] pgmap v4659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:20 smithi136 bash[11745]: cluster 2022-04-26T05:17:18.805195+0000 mgr.smithi136.ofnrfx (mgr.14188) 4980 : cluster [DBG] pgmap v4659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:22 smithi145 bash[13673]: cluster 2022-04-26T05:17:20.805815+0000 mgr.smithi136.ofnrfx (mgr.14188) 4981 : cluster [DBG] pgmap v4660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:22 smithi136 bash[11745]: cluster 2022-04-26T05:17:20.805815+0000 mgr.smithi136.ofnrfx (mgr.14188) 4981 : cluster [DBG] pgmap v4660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:23.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:23.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:23.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:23.974 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:24 smithi145 bash[13673]: cluster 2022-04-26T05:17:22.806500+0000 mgr.smithi136.ofnrfx (mgr.14188) 4982 : cluster [DBG] pgmap v4661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:24 smithi145 bash[13673]: audit 2022-04-26T05:17:23.958679+0000 mon.smithi136 (mon.0) 3330 : audit [DBG] from='client.? 172.21.15.136:0/2331675997' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:24 smithi136 bash[11745]: cluster 2022-04-26T05:17:22.806500+0000 mgr.smithi136.ofnrfx (mgr.14188) 4982 : cluster [DBG] pgmap v4661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:24 smithi136 bash[11745]: audit 2022-04-26T05:17:23.958679+0000 mon.smithi136 (mon.0) 3330 : audit [DBG] from='client.? 172.21.15.136:0/2331675997' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:26 smithi145 bash[13673]: cluster 2022-04-26T05:17:24.807205+0000 mgr.smithi136.ofnrfx (mgr.14188) 4983 : cluster [DBG] pgmap v4662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:26 smithi136 bash[11745]: cluster 2022-04-26T05:17:24.807205+0000 mgr.smithi136.ofnrfx (mgr.14188) 4983 : cluster [DBG] pgmap v4662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:28.880 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:28 smithi136 bash[11745]: cluster 2022-04-26T05:17:26.807977+0000 mgr.smithi136.ofnrfx (mgr.14188) 4984 : cluster [DBG] pgmap v4663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:28 smithi145 bash[13673]: cluster 2022-04-26T05:17:26.807977+0000 mgr.smithi136.ofnrfx (mgr.14188) 4984 : cluster [DBG] pgmap v4663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:28.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:28.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:28.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:29.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:29 smithi145 bash[13673]: audit 2022-04-26T05:17:29.287034+0000 mon.smithi136 (mon.0) 3331 : audit [DBG] from='client.? 172.21.15.136:0/1954784761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:29 smithi136 bash[11745]: audit 2022-04-26T05:17:29.287034+0000 mon.smithi136 (mon.0) 3331 : audit [DBG] from='client.? 172.21.15.136:0/1954784761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:30 smithi145 bash[13673]: cluster 2022-04-26T05:17:28.808655+0000 mgr.smithi136.ofnrfx (mgr.14188) 4985 : cluster [DBG] pgmap v4664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:30 smithi136 bash[11745]: cluster 2022-04-26T05:17:28.808655+0000 mgr.smithi136.ofnrfx (mgr.14188) 4985 : cluster [DBG] pgmap v4664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:32 smithi145 bash[13673]: cluster 2022-04-26T05:17:30.809257+0000 mgr.smithi136.ofnrfx (mgr.14188) 4986 : cluster [DBG] pgmap v4665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:32 smithi136 bash[11745]: cluster 2022-04-26T05:17:30.809257+0000 mgr.smithi136.ofnrfx (mgr.14188) 4986 : cluster [DBG] pgmap v4665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:34.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:34.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:34.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:34.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:34 smithi145 bash[13673]: cluster 2022-04-26T05:17:32.809902+0000 mgr.smithi136.ofnrfx (mgr.14188) 4987 : cluster [DBG] pgmap v4666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:34.942 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:34 smithi145 bash[13673]: audit 2022-04-26T05:17:34.617583+0000 mon.smithi136 (mon.0) 3332 : audit [DBG] from='client.? 172.21.15.136:0/3454223387' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:34 smithi136 bash[11745]: cluster 2022-04-26T05:17:32.809902+0000 mgr.smithi136.ofnrfx (mgr.14188) 4987 : cluster [DBG] pgmap v4666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:34 smithi136 bash[11745]: audit 2022-04-26T05:17:34.617583+0000 mon.smithi136 (mon.0) 3332 : audit [DBG] from='client.? 172.21.15.136:0/3454223387' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:36 smithi145 bash[13673]: cluster 2022-04-26T05:17:34.810542+0000 mgr.smithi136.ofnrfx (mgr.14188) 4988 : cluster [DBG] pgmap v4667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:36 smithi136 bash[11745]: cluster 2022-04-26T05:17:34.810542+0000 mgr.smithi136.ofnrfx (mgr.14188) 4988 : cluster [DBG] pgmap v4667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:38 smithi145 bash[13673]: cluster 2022-04-26T05:17:36.811196+0000 mgr.smithi136.ofnrfx (mgr.14188) 4989 : cluster [DBG] pgmap v4668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:38 smithi136 bash[11745]: cluster 2022-04-26T05:17:36.811196+0000 mgr.smithi136.ofnrfx (mgr.14188) 4989 : cluster [DBG] pgmap v4668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:39.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:39.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:39.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:39.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:40 smithi145 bash[13673]: cluster 2022-04-26T05:17:38.811866+0000 mgr.smithi136.ofnrfx (mgr.14188) 4990 : cluster [DBG] pgmap v4669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:40 smithi145 bash[13673]: audit 2022-04-26T05:17:39.944542+0000 mon.smithi136 (mon.0) 3333 : audit [DBG] from='client.? 172.21.15.136:0/1107437049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:40 smithi136 bash[11745]: cluster 2022-04-26T05:17:38.811866+0000 mgr.smithi136.ofnrfx (mgr.14188) 4990 : cluster [DBG] pgmap v4669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:40 smithi136 bash[11745]: audit 2022-04-26T05:17:39.944542+0000 mon.smithi136 (mon.0) 3333 : audit [DBG] from='client.? 172.21.15.136:0/1107437049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:42 smithi136 bash[11745]: cluster 2022-04-26T05:17:40.812478+0000 mgr.smithi136.ofnrfx (mgr.14188) 4991 : cluster [DBG] pgmap v4670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:42 smithi145 bash[13673]: cluster 2022-04-26T05:17:40.812478+0000 mgr.smithi136.ofnrfx (mgr.14188) 4991 : cluster [DBG] pgmap v4670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:44.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:44.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:44.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:44 smithi136 bash[11745]: cluster 2022-04-26T05:17:42.813130+0000 mgr.smithi136.ofnrfx (mgr.14188) 4992 : cluster [DBG] pgmap v4671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:44 smithi145 bash[13673]: cluster 2022-04-26T05:17:42.813130+0000 mgr.smithi136.ofnrfx (mgr.14188) 4992 : cluster [DBG] pgmap v4671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:45.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:45 smithi136 bash[11745]: audit 2022-04-26T05:17:45.270524+0000 mon.smithi136 (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.136:0/3256768423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:45 smithi145 bash[13673]: audit 2022-04-26T05:17:45.270524+0000 mon.smithi136 (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.136:0/3256768423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:46 smithi136 bash[11745]: cluster 2022-04-26T05:17:44.813737+0000 mgr.smithi136.ofnrfx (mgr.14188) 4993 : cluster [DBG] pgmap v4672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:46 smithi145 bash[13673]: cluster 2022-04-26T05:17:44.813737+0000 mgr.smithi136.ofnrfx (mgr.14188) 4993 : cluster [DBG] pgmap v4672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:48 smithi136 bash[11745]: cluster 2022-04-26T05:17:46.814417+0000 mgr.smithi136.ofnrfx (mgr.14188) 4994 : cluster [DBG] pgmap v4673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:48 smithi145 bash[13673]: cluster 2022-04-26T05:17:46.814417+0000 mgr.smithi136.ofnrfx (mgr.14188) 4994 : cluster [DBG] pgmap v4673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:50.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:50.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:50.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:50.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:50 smithi136 bash[11745]: cluster 2022-04-26T05:17:48.815002+0000 mgr.smithi136.ofnrfx (mgr.14188) 4995 : cluster [DBG] pgmap v4674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:50 smithi136 bash[11745]: audit 2022-04-26T05:17:50.599173+0000 mon.smithi136 (mon.0) 3335 : audit [DBG] from='client.? 172.21.15.136:0/3634243178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:50 smithi145 bash[13673]: cluster 2022-04-26T05:17:48.815002+0000 mgr.smithi136.ofnrfx (mgr.14188) 4995 : cluster [DBG] pgmap v4674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:51.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:50 smithi145 bash[13673]: audit 2022-04-26T05:17:50.599173+0000 mon.smithi136 (mon.0) 3335 : audit [DBG] from='client.? 172.21.15.136:0/3634243178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:52 smithi136 bash[11745]: cluster 2022-04-26T05:17:50.815773+0000 mgr.smithi136.ofnrfx (mgr.14188) 4996 : cluster [DBG] pgmap v4675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:52 smithi145 bash[13673]: cluster 2022-04-26T05:17:50.815773+0000 mgr.smithi136.ofnrfx (mgr.14188) 4996 : cluster [DBG] pgmap v4675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:54 smithi136 bash[11745]: cluster 2022-04-26T05:17:52.816436+0000 mgr.smithi136.ofnrfx (mgr.14188) 4997 : cluster [DBG] pgmap v4676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:54 smithi145 bash[13673]: cluster 2022-04-26T05:17:52.816436+0000 mgr.smithi136.ofnrfx (mgr.14188) 4997 : cluster [DBG] pgmap v4676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:55.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:17:55.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:17:55.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:17:55.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:17:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:56 smithi136 bash[11745]: cluster 2022-04-26T05:17:54.817048+0000 mgr.smithi136.ofnrfx (mgr.14188) 4998 : cluster [DBG] pgmap v4677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:56 smithi136 bash[11745]: audit 2022-04-26T05:17:55.924976+0000 mon.smithi136 (mon.0) 3336 : audit [DBG] from='client.? 172.21.15.136:0/3743166416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:56 smithi145 bash[13673]: cluster 2022-04-26T05:17:54.817048+0000 mgr.smithi136.ofnrfx (mgr.14188) 4998 : cluster [DBG] pgmap v4677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:56 smithi145 bash[13673]: audit 2022-04-26T05:17:55.924976+0000 mon.smithi136 (mon.0) 3336 : audit [DBG] from='client.? 172.21.15.136:0/3743166416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:17:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:17:58 smithi136 bash[11745]: cluster 2022-04-26T05:17:56.817669+0000 mgr.smithi136.ofnrfx (mgr.14188) 4999 : cluster [DBG] pgmap v4678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:17:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:17:58 smithi145 bash[13673]: cluster 2022-04-26T05:17:56.817669+0000 mgr.smithi136.ofnrfx (mgr.14188) 4999 : cluster [DBG] pgmap v4678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:00.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:00.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:00.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:00 smithi136 bash[11745]: cluster 2022-04-26T05:17:58.818368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5000 : cluster [DBG] pgmap v4679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:00 smithi145 bash[13673]: cluster 2022-04-26T05:17:58.818368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5000 : cluster [DBG] pgmap v4679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:01.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:01 smithi145 bash[13673]: cluster 2022-04-26T05:18:00.819046+0000 mgr.smithi136.ofnrfx (mgr.14188) 5001 : cluster [DBG] pgmap v4680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:01 smithi145 bash[13673]: audit 2022-04-26T05:18:01.249740+0000 mon.smithi136 (mon.0) 3337 : audit [DBG] from='client.? 172.21.15.136:0/2287682978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:01 smithi136 bash[11745]: cluster 2022-04-26T05:18:00.819046+0000 mgr.smithi136.ofnrfx (mgr.14188) 5001 : cluster [DBG] pgmap v4680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:01 smithi136 bash[11745]: audit 2022-04-26T05:18:01.249740+0000 mon.smithi136 (mon.0) 3337 : audit [DBG] from='client.? 172.21.15.136:0/2287682978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:02 smithi145 bash[13673]: audit 2022-04-26T05:18:02.498887+0000 mon.smithi136 (mon.0) 3338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:18:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:02 smithi145 bash[13673]: audit 2022-04-26T05:18:02.502982+0000 mon.smithi136 (mon.0) 3339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:18:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:02 smithi145 bash[13673]: audit 2022-04-26T05:18:02.820237+0000 mon.smithi136 (mon.0) 3340 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:18:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:02 smithi145 bash[13673]: audit 2022-04-26T05:18:02.823239+0000 mon.smithi136 (mon.0) 3341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:18:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:02 smithi145 bash[13673]: audit 2022-04-26T05:18:02.825005+0000 mon.smithi136 (mon.0) 3342 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:18:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:02 smithi136 bash[11745]: audit 2022-04-26T05:18:02.498887+0000 mon.smithi136 (mon.0) 3338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:18:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:02 smithi136 bash[11745]: audit 2022-04-26T05:18:02.502982+0000 mon.smithi136 (mon.0) 3339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:18:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:02 smithi136 bash[11745]: audit 2022-04-26T05:18:02.820237+0000 mon.smithi136 (mon.0) 3340 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:18:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:02 smithi136 bash[11745]: audit 2022-04-26T05:18:02.823239+0000 mon.smithi136 (mon.0) 3341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:18:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:02 smithi136 bash[11745]: audit 2022-04-26T05:18:02.825005+0000 mon.smithi136 (mon.0) 3342 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:18:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:04 smithi136 bash[11745]: cluster 2022-04-26T05:18:02.819795+0000 mgr.smithi136.ofnrfx (mgr.14188) 5002 : cluster [DBG] pgmap v4681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:04 smithi136 bash[11745]: cluster 2022-04-26T05:18:03.144830+0000 mgr.smithi136.ofnrfx (mgr.14188) 5003 : cluster [DBG] pgmap v4682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:04 smithi136 bash[11745]: cluster 2022-04-26T05:18:03.145435+0000 mgr.smithi136.ofnrfx (mgr.14188) 5004 : cluster [DBG] pgmap v4683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:04 smithi136 bash[11745]: audit 2022-04-26T05:18:03.150500+0000 mon.smithi136 (mon.0) 3343 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:18:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:04 smithi136 bash[11745]: audit 2022-04-26T05:18:03.157193+0000 mon.smithi136 (mon.0) 3344 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:18:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:04 smithi136 bash[11745]: cephadm 2022-04-26T05:18:03.158298+0000 mgr.smithi136.ofnrfx (mgr.14188) 5005 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:18:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:04 smithi136 bash[11745]: cephadm 2022-04-26T05:18:03.158417+0000 mgr.smithi136.ofnrfx (mgr.14188) 5006 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:18:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:04 smithi145 bash[13673]: cluster 2022-04-26T05:18:02.819795+0000 mgr.smithi136.ofnrfx (mgr.14188) 5002 : cluster [DBG] pgmap v4681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:04 smithi145 bash[13673]: cluster 2022-04-26T05:18:03.144830+0000 mgr.smithi136.ofnrfx (mgr.14188) 5003 : cluster [DBG] pgmap v4682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:04 smithi145 bash[13673]: cluster 2022-04-26T05:18:03.145435+0000 mgr.smithi136.ofnrfx (mgr.14188) 5004 : cluster [DBG] pgmap v4683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:04 smithi145 bash[13673]: audit 2022-04-26T05:18:03.150500+0000 mon.smithi136 (mon.0) 3343 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:18:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:04 smithi145 bash[13673]: audit 2022-04-26T05:18:03.157193+0000 mon.smithi136 (mon.0) 3344 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:18:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:04 smithi145 bash[13673]: cephadm 2022-04-26T05:18:03.158298+0000 mgr.smithi136.ofnrfx (mgr.14188) 5005 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:18:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:04 smithi145 bash[13673]: cephadm 2022-04-26T05:18:03.158417+0000 mgr.smithi136.ofnrfx (mgr.14188) 5006 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:18:06.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:06.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:06.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:06 smithi136 bash[11745]: cluster 2022-04-26T05:18:05.146031+0000 mgr.smithi136.ofnrfx (mgr.14188) 5007 : cluster [DBG] pgmap v4684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:06.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:06 smithi145 bash[13673]: cluster 2022-04-26T05:18:05.146031+0000 mgr.smithi136.ofnrfx (mgr.14188) 5007 : cluster [DBG] pgmap v4684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:07 smithi136 bash[11745]: audit 2022-04-26T05:18:06.570337+0000 mon.smithi136 (mon.0) 3345 : audit [DBG] from='client.? 172.21.15.136:0/224493059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:07 smithi145 bash[13673]: audit 2022-04-26T05:18:06.570337+0000 mon.smithi136 (mon.0) 3345 : audit [DBG] from='client.? 172.21.15.136:0/224493059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:08 smithi145 bash[13673]: cluster 2022-04-26T05:18:07.146682+0000 mgr.smithi136.ofnrfx (mgr.14188) 5008 : cluster [DBG] pgmap v4685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:08 smithi136 bash[11745]: cluster 2022-04-26T05:18:07.146682+0000 mgr.smithi136.ofnrfx (mgr.14188) 5008 : cluster [DBG] pgmap v4685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:10 smithi136 bash[11745]: cluster 2022-04-26T05:18:09.147325+0000 mgr.smithi136.ofnrfx (mgr.14188) 5009 : cluster [DBG] pgmap v4686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:10 smithi145 bash[13673]: cluster 2022-04-26T05:18:09.147325+0000 mgr.smithi136.ofnrfx (mgr.14188) 5009 : cluster [DBG] pgmap v4686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:11.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:11.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:11.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:11.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:11 smithi145 bash[13673]: cluster 2022-04-26T05:18:11.147989+0000 mgr.smithi136.ofnrfx (mgr.14188) 5010 : cluster [DBG] pgmap v4687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:11 smithi136 bash[11745]: cluster 2022-04-26T05:18:11.147989+0000 mgr.smithi136.ofnrfx (mgr.14188) 5010 : cluster [DBG] pgmap v4687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:12 smithi145 bash[13673]: audit 2022-04-26T05:18:11.896787+0000 mon.smithi136 (mon.0) 3346 : audit [DBG] from='client.? 172.21.15.136:0/3602099699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:12 smithi136 bash[11745]: audit 2022-04-26T05:18:11.896787+0000 mon.smithi136 (mon.0) 3346 : audit [DBG] from='client.? 172.21.15.136:0/3602099699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:13 smithi145 bash[13673]: cluster 2022-04-26T05:18:13.148586+0000 mgr.smithi136.ofnrfx (mgr.14188) 5011 : cluster [DBG] pgmap v4688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:13 smithi136 bash[11745]: cluster 2022-04-26T05:18:13.148586+0000 mgr.smithi136.ofnrfx (mgr.14188) 5011 : cluster [DBG] pgmap v4688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:16 smithi136 bash[11745]: cluster 2022-04-26T05:18:15.149206+0000 mgr.smithi136.ofnrfx (mgr.14188) 5012 : cluster [DBG] pgmap v4689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:16 smithi145 bash[13673]: cluster 2022-04-26T05:18:15.149206+0000 mgr.smithi136.ofnrfx (mgr.14188) 5012 : cluster [DBG] pgmap v4689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:16.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:16.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:16.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:17.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:18 smithi145 bash[13673]: cluster 2022-04-26T05:18:17.149754+0000 mgr.smithi136.ofnrfx (mgr.14188) 5013 : cluster [DBG] pgmap v4690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:18 smithi145 bash[13673]: audit 2022-04-26T05:18:17.233683+0000 mon.smithi136 (mon.0) 3347 : audit [DBG] from='client.? 172.21.15.136:0/2218143646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:18 smithi136 bash[11745]: cluster 2022-04-26T05:18:17.149754+0000 mgr.smithi136.ofnrfx (mgr.14188) 5013 : cluster [DBG] pgmap v4690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:18 smithi136 bash[11745]: audit 2022-04-26T05:18:17.233683+0000 mon.smithi136 (mon.0) 3347 : audit [DBG] from='client.? 172.21.15.136:0/2218143646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:20 smithi136 bash[11745]: cluster 2022-04-26T05:18:19.150451+0000 mgr.smithi136.ofnrfx (mgr.14188) 5014 : cluster [DBG] pgmap v4691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:20 smithi145 bash[13673]: cluster 2022-04-26T05:18:19.150451+0000 mgr.smithi136.ofnrfx (mgr.14188) 5014 : cluster [DBG] pgmap v4691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:21 smithi145 bash[13673]: cluster 2022-04-26T05:18:21.151136+0000 mgr.smithi136.ofnrfx (mgr.14188) 5015 : cluster [DBG] pgmap v4692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:22.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:22.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:22.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:21 smithi136 bash[11745]: cluster 2022-04-26T05:18:21.151136+0000 mgr.smithi136.ofnrfx (mgr.14188) 5015 : cluster [DBG] pgmap v4692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:22.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:22 smithi145 bash[13673]: audit 2022-04-26T05:18:22.561628+0000 mon.smithi136 (mon.0) 3348 : audit [DBG] from='client.? 172.21.15.136:0/3782577510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:22 smithi136 bash[11745]: audit 2022-04-26T05:18:22.561628+0000 mon.smithi136 (mon.0) 3348 : audit [DBG] from='client.? 172.21.15.136:0/3782577510' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:23 smithi145 bash[13673]: cluster 2022-04-26T05:18:23.151792+0000 mgr.smithi136.ofnrfx (mgr.14188) 5016 : cluster [DBG] pgmap v4693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:23 smithi136 bash[11745]: cluster 2022-04-26T05:18:23.151792+0000 mgr.smithi136.ofnrfx (mgr.14188) 5016 : cluster [DBG] pgmap v4693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:26 smithi136 bash[11745]: cluster 2022-04-26T05:18:25.152401+0000 mgr.smithi136.ofnrfx (mgr.14188) 5017 : cluster [DBG] pgmap v4694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:26 smithi145 bash[13673]: cluster 2022-04-26T05:18:25.152401+0000 mgr.smithi136.ofnrfx (mgr.14188) 5017 : cluster [DBG] pgmap v4694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:27.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:27.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:27.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:27.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:28 smithi145 bash[13673]: cluster 2022-04-26T05:18:27.153023+0000 mgr.smithi136.ofnrfx (mgr.14188) 5018 : cluster [DBG] pgmap v4695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:28 smithi145 bash[13673]: audit 2022-04-26T05:18:27.896744+0000 mon.smithi136 (mon.0) 3349 : audit [DBG] from='client.? 172.21.15.136:0/2748376578' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:28 smithi136 bash[11745]: cluster 2022-04-26T05:18:27.153023+0000 mgr.smithi136.ofnrfx (mgr.14188) 5018 : cluster [DBG] pgmap v4695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:28 smithi136 bash[11745]: audit 2022-04-26T05:18:27.896744+0000 mon.smithi136 (mon.0) 3349 : audit [DBG] from='client.? 172.21.15.136:0/2748376578' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:30 smithi136 bash[11745]: cluster 2022-04-26T05:18:29.153676+0000 mgr.smithi136.ofnrfx (mgr.14188) 5019 : cluster [DBG] pgmap v4696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:30 smithi145 bash[13673]: cluster 2022-04-26T05:18:29.153676+0000 mgr.smithi136.ofnrfx (mgr.14188) 5019 : cluster [DBG] pgmap v4696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:31 smithi145 bash[13673]: cluster 2022-04-26T05:18:31.154336+0000 mgr.smithi136.ofnrfx (mgr.14188) 5020 : cluster [DBG] pgmap v4697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:31 smithi136 bash[11745]: cluster 2022-04-26T05:18:31.154336+0000 mgr.smithi136.ofnrfx (mgr.14188) 5020 : cluster [DBG] pgmap v4697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:32.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:32.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:32.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:33.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:34 smithi136 bash[11745]: cluster 2022-04-26T05:18:33.154914+0000 mgr.smithi136.ofnrfx (mgr.14188) 5021 : cluster [DBG] pgmap v4698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:34 smithi136 bash[11745]: audit 2022-04-26T05:18:33.229878+0000 mon.smithi136 (mon.0) 3350 : audit [DBG] from='client.? 172.21.15.136:0/1796966197' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:34 smithi145 bash[13673]: cluster 2022-04-26T05:18:33.154914+0000 mgr.smithi136.ofnrfx (mgr.14188) 5021 : cluster [DBG] pgmap v4698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:34.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:34 smithi145 bash[13673]: audit 2022-04-26T05:18:33.229878+0000 mon.smithi136 (mon.0) 3350 : audit [DBG] from='client.? 172.21.15.136:0/1796966197' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:36 smithi136 bash[11745]: cluster 2022-04-26T05:18:35.155555+0000 mgr.smithi136.ofnrfx (mgr.14188) 5022 : cluster [DBG] pgmap v4699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:36 smithi145 bash[13673]: cluster 2022-04-26T05:18:35.155555+0000 mgr.smithi136.ofnrfx (mgr.14188) 5022 : cluster [DBG] pgmap v4699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:38.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:38.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:38.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:38 smithi145 bash[13673]: cluster 2022-04-26T05:18:37.156202+0000 mgr.smithi136.ofnrfx (mgr.14188) 5023 : cluster [DBG] pgmap v4700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:38 smithi136 bash[11745]: cluster 2022-04-26T05:18:37.156202+0000 mgr.smithi136.ofnrfx (mgr.14188) 5023 : cluster [DBG] pgmap v4700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:38.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:39 smithi136 bash[11745]: audit 2022-04-26T05:18:38.557327+0000 mon.smithi136 (mon.0) 3351 : audit [DBG] from='client.? 172.21.15.136:0/386879841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:39 smithi145 bash[13673]: audit 2022-04-26T05:18:38.557327+0000 mon.smithi136 (mon.0) 3351 : audit [DBG] from='client.? 172.21.15.136:0/386879841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:40 smithi136 bash[11745]: cluster 2022-04-26T05:18:39.156944+0000 mgr.smithi136.ofnrfx (mgr.14188) 5024 : cluster [DBG] pgmap v4701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:40 smithi145 bash[13673]: cluster 2022-04-26T05:18:39.156944+0000 mgr.smithi136.ofnrfx (mgr.14188) 5024 : cluster [DBG] pgmap v4701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:41 smithi145 bash[13673]: cluster 2022-04-26T05:18:41.157640+0000 mgr.smithi136.ofnrfx (mgr.14188) 5025 : cluster [DBG] pgmap v4702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:41 smithi136 bash[11745]: cluster 2022-04-26T05:18:41.157640+0000 mgr.smithi136.ofnrfx (mgr.14188) 5025 : cluster [DBG] pgmap v4702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:43.576 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:43.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:43.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:43.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:44 smithi136 bash[11745]: cluster 2022-04-26T05:18:43.158274+0000 mgr.smithi136.ofnrfx (mgr.14188) 5026 : cluster [DBG] pgmap v4703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:44 smithi136 bash[11745]: audit 2022-04-26T05:18:43.875890+0000 mon.smithi136 (mon.0) 3352 : audit [DBG] from='client.? 172.21.15.136:0/3675454503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:44 smithi145 bash[13673]: cluster 2022-04-26T05:18:43.158274+0000 mgr.smithi136.ofnrfx (mgr.14188) 5026 : cluster [DBG] pgmap v4703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:44 smithi145 bash[13673]: audit 2022-04-26T05:18:43.875890+0000 mon.smithi136 (mon.0) 3352 : audit [DBG] from='client.? 172.21.15.136:0/3675454503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:46 smithi136 bash[11745]: cluster 2022-04-26T05:18:45.158863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5027 : cluster [DBG] pgmap v4704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:46 smithi145 bash[13673]: cluster 2022-04-26T05:18:45.158863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5027 : cluster [DBG] pgmap v4704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:48 smithi145 bash[13673]: cluster 2022-04-26T05:18:47.159584+0000 mgr.smithi136.ofnrfx (mgr.14188) 5028 : cluster [DBG] pgmap v4705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:48 smithi136 bash[11745]: cluster 2022-04-26T05:18:47.159584+0000 mgr.smithi136.ofnrfx (mgr.14188) 5028 : cluster [DBG] pgmap v4705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:48.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:48.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:48.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:49.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:49 smithi136 bash[11745]: audit 2022-04-26T05:18:49.201924+0000 mon.smithi136 (mon.0) 3353 : audit [DBG] from='client.? 172.21.15.136:0/730251876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:49 smithi145 bash[13673]: audit 2022-04-26T05:18:49.201924+0000 mon.smithi136 (mon.0) 3353 : audit [DBG] from='client.? 172.21.15.136:0/730251876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:50 smithi136 bash[11745]: cluster 2022-04-26T05:18:49.160197+0000 mgr.smithi136.ofnrfx (mgr.14188) 5029 : cluster [DBG] pgmap v4706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:50 smithi145 bash[13673]: cluster 2022-04-26T05:18:49.160197+0000 mgr.smithi136.ofnrfx (mgr.14188) 5029 : cluster [DBG] pgmap v4706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:51 smithi145 bash[13673]: cluster 2022-04-26T05:18:51.160862+0000 mgr.smithi136.ofnrfx (mgr.14188) 5030 : cluster [DBG] pgmap v4707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:51 smithi136 bash[11745]: cluster 2022-04-26T05:18:51.160862+0000 mgr.smithi136.ofnrfx (mgr.14188) 5030 : cluster [DBG] pgmap v4707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:54.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:54.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:54.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:54.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:18:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:54 smithi136 bash[11745]: cluster 2022-04-26T05:18:53.161498+0000 mgr.smithi136.ofnrfx (mgr.14188) 5031 : cluster [DBG] pgmap v4708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:54 smithi145 bash[13673]: cluster 2022-04-26T05:18:53.161498+0000 mgr.smithi136.ofnrfx (mgr.14188) 5031 : cluster [DBG] pgmap v4708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:55 smithi136 bash[11745]: audit 2022-04-26T05:18:54.524479+0000 mon.smithi136 (mon.0) 3354 : audit [DBG] from='client.? 172.21.15.136:0/2251733018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:55 smithi145 bash[13673]: audit 2022-04-26T05:18:54.524479+0000 mon.smithi136 (mon.0) 3354 : audit [DBG] from='client.? 172.21.15.136:0/2251733018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:18:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:56 smithi136 bash[11745]: cluster 2022-04-26T05:18:55.162129+0000 mgr.smithi136.ofnrfx (mgr.14188) 5032 : cluster [DBG] pgmap v4709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:56 smithi145 bash[13673]: cluster 2022-04-26T05:18:55.162129+0000 mgr.smithi136.ofnrfx (mgr.14188) 5032 : cluster [DBG] pgmap v4709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:18:58 smithi136 bash[11745]: cluster 2022-04-26T05:18:57.162811+0000 mgr.smithi136.ofnrfx (mgr.14188) 5033 : cluster [DBG] pgmap v4710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:58.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:18:58 smithi145 bash[13673]: cluster 2022-04-26T05:18:57.162811+0000 mgr.smithi136.ofnrfx (mgr.14188) 5033 : cluster [DBG] pgmap v4710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:18:59.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:18:59.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:18:59.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:18:59.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:00 smithi136 bash[11745]: cluster 2022-04-26T05:18:59.163570+0000 mgr.smithi136.ofnrfx (mgr.14188) 5034 : cluster [DBG] pgmap v4711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:00 smithi136 bash[11745]: audit 2022-04-26T05:18:59.849885+0000 mon.smithi136 (mon.0) 3355 : audit [DBG] from='client.? 172.21.15.136:0/2663784780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:00 smithi145 bash[13673]: cluster 2022-04-26T05:18:59.163570+0000 mgr.smithi136.ofnrfx (mgr.14188) 5034 : cluster [DBG] pgmap v4711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:00 smithi145 bash[13673]: audit 2022-04-26T05:18:59.849885+0000 mon.smithi136 (mon.0) 3355 : audit [DBG] from='client.? 172.21.15.136:0/2663784780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:01 smithi145 bash[13673]: cluster 2022-04-26T05:19:01.164246+0000 mgr.smithi136.ofnrfx (mgr.14188) 5035 : cluster [DBG] pgmap v4712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:01 smithi136 bash[11745]: cluster 2022-04-26T05:19:01.164246+0000 mgr.smithi136.ofnrfx (mgr.14188) 5035 : cluster [DBG] pgmap v4712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:02 smithi145 bash[13673]: audit 2022-04-26T05:19:02.502953+0000 mon.smithi136 (mon.0) 3356 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:19:03.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:02 smithi145 bash[13673]: audit 2022-04-26T05:19:02.506808+0000 mon.smithi136 (mon.0) 3357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:19:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:02 smithi136 bash[11745]: audit 2022-04-26T05:19:02.502953+0000 mon.smithi136 (mon.0) 3356 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:19:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:02 smithi136 bash[11745]: audit 2022-04-26T05:19:02.506808+0000 mon.smithi136 (mon.0) 3357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: cluster 2022-04-26T05:19:03.164864+0000 mgr.smithi136.ofnrfx (mgr.14188) 5036 : cluster [DBG] pgmap v4713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: audit 2022-04-26T05:19:03.169510+0000 mon.smithi136 (mon.0) 3358 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: audit 2022-04-26T05:19:03.172491+0000 mon.smithi136 (mon.0) 3359 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: audit 2022-04-26T05:19:03.174609+0000 mon.smithi136 (mon.0) 3360 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: cluster 2022-04-26T05:19:03.501332+0000 mgr.smithi136.ofnrfx (mgr.14188) 5037 : cluster [DBG] pgmap v4714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: cluster 2022-04-26T05:19:03.501649+0000 mgr.smithi136.ofnrfx (mgr.14188) 5038 : cluster [DBG] pgmap v4715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: audit 2022-04-26T05:19:03.508783+0000 mon.smithi136 (mon.0) 3361 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:19:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: audit 2022-04-26T05:19:03.517675+0000 mon.smithi136 (mon.0) 3362 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:19:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: cephadm 2022-04-26T05:19:03.518750+0000 mgr.smithi136.ofnrfx (mgr.14188) 5039 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:19:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:03 smithi145 bash[13673]: cephadm 2022-04-26T05:19:03.518878+0000 mgr.smithi136.ofnrfx (mgr.14188) 5040 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:19:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: cluster 2022-04-26T05:19:03.164864+0000 mgr.smithi136.ofnrfx (mgr.14188) 5036 : cluster [DBG] pgmap v4713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: audit 2022-04-26T05:19:03.169510+0000 mon.smithi136 (mon.0) 3358 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:19:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: audit 2022-04-26T05:19:03.172491+0000 mon.smithi136 (mon.0) 3359 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:19:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: audit 2022-04-26T05:19:03.174609+0000 mon.smithi136 (mon.0) 3360 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:19:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: cluster 2022-04-26T05:19:03.501332+0000 mgr.smithi136.ofnrfx (mgr.14188) 5037 : cluster [DBG] pgmap v4714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: cluster 2022-04-26T05:19:03.501649+0000 mgr.smithi136.ofnrfx (mgr.14188) 5038 : cluster [DBG] pgmap v4715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: audit 2022-04-26T05:19:03.508783+0000 mon.smithi136 (mon.0) 3361 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:19:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: audit 2022-04-26T05:19:03.517675+0000 mon.smithi136 (mon.0) 3362 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:19:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: cephadm 2022-04-26T05:19:03.518750+0000 mgr.smithi136.ofnrfx (mgr.14188) 5039 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:19:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:03 smithi136 bash[11745]: cephadm 2022-04-26T05:19:03.518878+0000 mgr.smithi136.ofnrfx (mgr.14188) 5040 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:19:04.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:04.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:04.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:05.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:05 smithi136 bash[11745]: audit 2022-04-26T05:19:05.186221+0000 mon.smithi136 (mon.0) 3363 : audit [DBG] from='client.? 172.21.15.136:0/2037912238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:05 smithi145 bash[13673]: audit 2022-04-26T05:19:05.186221+0000 mon.smithi136 (mon.0) 3363 : audit [DBG] from='client.? 172.21.15.136:0/2037912238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:06 smithi136 bash[11745]: cluster 2022-04-26T05:19:05.502332+0000 mgr.smithi136.ofnrfx (mgr.14188) 5041 : cluster [DBG] pgmap v4716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:06 smithi145 bash[13673]: cluster 2022-04-26T05:19:05.502332+0000 mgr.smithi136.ofnrfx (mgr.14188) 5041 : cluster [DBG] pgmap v4716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:08.883 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:08 smithi136 bash[11745]: cluster 2022-04-26T05:19:07.503171+0000 mgr.smithi136.ofnrfx (mgr.14188) 5042 : cluster [DBG] pgmap v4717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:08 smithi145 bash[13673]: cluster 2022-04-26T05:19:07.503171+0000 mgr.smithi136.ofnrfx (mgr.14188) 5042 : cluster [DBG] pgmap v4717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:10.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:10.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:10.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:10.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:10 smithi136 bash[11745]: cluster 2022-04-26T05:19:09.503845+0000 mgr.smithi136.ofnrfx (mgr.14188) 5043 : cluster [DBG] pgmap v4718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:10 smithi136 bash[11745]: audit 2022-04-26T05:19:10.521321+0000 mon.smithi145 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.136:0/1918144423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:10 smithi145 bash[13673]: cluster 2022-04-26T05:19:09.503845+0000 mgr.smithi136.ofnrfx (mgr.14188) 5043 : cluster [DBG] pgmap v4718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:10 smithi145 bash[13673]: audit 2022-04-26T05:19:10.521321+0000 mon.smithi145 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.136:0/1918144423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:11 smithi145 bash[13673]: cluster 2022-04-26T05:19:11.504519+0000 mgr.smithi136.ofnrfx (mgr.14188) 5044 : cluster [DBG] pgmap v4719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:11 smithi136 bash[11745]: cluster 2022-04-26T05:19:11.504519+0000 mgr.smithi136.ofnrfx (mgr.14188) 5044 : cluster [DBG] pgmap v4719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:14 smithi145 bash[13673]: cluster 2022-04-26T05:19:13.505302+0000 mgr.smithi136.ofnrfx (mgr.14188) 5045 : cluster [DBG] pgmap v4720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:14 smithi136 bash[11745]: cluster 2022-04-26T05:19:13.505302+0000 mgr.smithi136.ofnrfx (mgr.14188) 5045 : cluster [DBG] pgmap v4720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:15.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:15.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:15.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:15.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:16 smithi145 bash[13673]: cluster 2022-04-26T05:19:15.505977+0000 mgr.smithi136.ofnrfx (mgr.14188) 5046 : cluster [DBG] pgmap v4721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:16 smithi145 bash[13673]: audit 2022-04-26T05:19:15.850113+0000 mon.smithi136 (mon.0) 3364 : audit [DBG] from='client.? 172.21.15.136:0/2261539161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:16 smithi136 bash[11745]: cluster 2022-04-26T05:19:15.505977+0000 mgr.smithi136.ofnrfx (mgr.14188) 5046 : cluster [DBG] pgmap v4721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:16 smithi136 bash[11745]: audit 2022-04-26T05:19:15.850113+0000 mon.smithi136 (mon.0) 3364 : audit [DBG] from='client.? 172.21.15.136:0/2261539161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:18.882 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:18 smithi136 bash[11745]: cluster 2022-04-26T05:19:17.506748+0000 mgr.smithi136.ofnrfx (mgr.14188) 5047 : cluster [DBG] pgmap v4722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:18 smithi145 bash[13673]: cluster 2022-04-26T05:19:17.506748+0000 mgr.smithi136.ofnrfx (mgr.14188) 5047 : cluster [DBG] pgmap v4722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:20 smithi136 bash[11745]: cluster 2022-04-26T05:19:19.507419+0000 mgr.smithi136.ofnrfx (mgr.14188) 5048 : cluster [DBG] pgmap v4723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:20.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:20.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:20.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:20 smithi145 bash[13673]: cluster 2022-04-26T05:19:19.507419+0000 mgr.smithi136.ofnrfx (mgr.14188) 5048 : cluster [DBG] pgmap v4723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:21.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:21 smithi145 bash[13673]: audit 2022-04-26T05:19:21.183628+0000 mon.smithi136 (mon.0) 3365 : audit [DBG] from='client.? 172.21.15.136:0/1951222589' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:21 smithi145 bash[13673]: cluster 2022-04-26T05:19:21.508101+0000 mgr.smithi136.ofnrfx (mgr.14188) 5049 : cluster [DBG] pgmap v4724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:21 smithi136 bash[11745]: audit 2022-04-26T05:19:21.183628+0000 mon.smithi136 (mon.0) 3365 : audit [DBG] from='client.? 172.21.15.136:0/1951222589' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:21 smithi136 bash[11745]: cluster 2022-04-26T05:19:21.508101+0000 mgr.smithi136.ofnrfx (mgr.14188) 5049 : cluster [DBG] pgmap v4724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:24 smithi145 bash[13673]: cluster 2022-04-26T05:19:23.508858+0000 mgr.smithi136.ofnrfx (mgr.14188) 5050 : cluster [DBG] pgmap v4725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:24 smithi136 bash[11745]: cluster 2022-04-26T05:19:23.508858+0000 mgr.smithi136.ofnrfx (mgr.14188) 5050 : cluster [DBG] pgmap v4725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:26.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:26.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:26.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:26.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:26 smithi145 bash[13673]: cluster 2022-04-26T05:19:25.509563+0000 mgr.smithi136.ofnrfx (mgr.14188) 5051 : cluster [DBG] pgmap v4726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:26 smithi145 bash[13673]: audit 2022-04-26T05:19:26.511660+0000 mon.smithi136 (mon.0) 3366 : audit [DBG] from='client.? 172.21.15.136:0/3892530401' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:26 smithi136 bash[11745]: cluster 2022-04-26T05:19:25.509563+0000 mgr.smithi136.ofnrfx (mgr.14188) 5051 : cluster [DBG] pgmap v4726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:26 smithi136 bash[11745]: audit 2022-04-26T05:19:26.511660+0000 mon.smithi136 (mon.0) 3366 : audit [DBG] from='client.? 172.21.15.136:0/3892530401' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:28.881 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:28 smithi136 bash[11745]: cluster 2022-04-26T05:19:27.510227+0000 mgr.smithi136.ofnrfx (mgr.14188) 5052 : cluster [DBG] pgmap v4727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:28 smithi145 bash[13673]: cluster 2022-04-26T05:19:27.510227+0000 mgr.smithi136.ofnrfx (mgr.14188) 5052 : cluster [DBG] pgmap v4727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:30 smithi136 bash[11745]: cluster 2022-04-26T05:19:29.510865+0000 mgr.smithi136.ofnrfx (mgr.14188) 5053 : cluster [DBG] pgmap v4728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:30 smithi145 bash[13673]: cluster 2022-04-26T05:19:29.510865+0000 mgr.smithi136.ofnrfx (mgr.14188) 5053 : cluster [DBG] pgmap v4728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:31.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:31.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:31.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:31.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:31 smithi145 bash[13673]: cluster 2022-04-26T05:19:31.511567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5054 : cluster [DBG] pgmap v4729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:31 smithi145 bash[13673]: audit 2022-04-26T05:19:31.843537+0000 mon.smithi136 (mon.0) 3367 : audit [DBG] from='client.? 172.21.15.136:0/2923721713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:31 smithi136 bash[11745]: cluster 2022-04-26T05:19:31.511567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5054 : cluster [DBG] pgmap v4729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:31 smithi136 bash[11745]: audit 2022-04-26T05:19:31.843537+0000 mon.smithi136 (mon.0) 3367 : audit [DBG] from='client.? 172.21.15.136:0/2923721713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:34 smithi145 bash[13673]: cluster 2022-04-26T05:19:33.512232+0000 mgr.smithi136.ofnrfx (mgr.14188) 5055 : cluster [DBG] pgmap v4730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:34 smithi136 bash[11745]: cluster 2022-04-26T05:19:33.512232+0000 mgr.smithi136.ofnrfx (mgr.14188) 5055 : cluster [DBG] pgmap v4730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:36.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:36.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:36.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:36 smithi145 bash[13673]: cluster 2022-04-26T05:19:35.512839+0000 mgr.smithi136.ofnrfx (mgr.14188) 5056 : cluster [DBG] pgmap v4731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:36 smithi136 bash[11745]: cluster 2022-04-26T05:19:35.512839+0000 mgr.smithi136.ofnrfx (mgr.14188) 5056 : cluster [DBG] pgmap v4731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:37.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:37 smithi145 bash[13673]: audit 2022-04-26T05:19:37.174707+0000 mon.smithi136 (mon.0) 3368 : audit [DBG] from='client.? 172.21.15.136:0/1343966582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:37 smithi136 bash[11745]: audit 2022-04-26T05:19:37.174707+0000 mon.smithi136 (mon.0) 3368 : audit [DBG] from='client.? 172.21.15.136:0/1343966582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:38.882 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:38 smithi136 bash[11745]: cluster 2022-04-26T05:19:37.513445+0000 mgr.smithi136.ofnrfx (mgr.14188) 5057 : cluster [DBG] pgmap v4732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:38 smithi145 bash[13673]: cluster 2022-04-26T05:19:37.513445+0000 mgr.smithi136.ofnrfx (mgr.14188) 5057 : cluster [DBG] pgmap v4732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:40 smithi145 bash[13673]: cluster 2022-04-26T05:19:39.514109+0000 mgr.smithi136.ofnrfx (mgr.14188) 5058 : cluster [DBG] pgmap v4733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:40 smithi136 bash[11745]: cluster 2022-04-26T05:19:39.514109+0000 mgr.smithi136.ofnrfx (mgr.14188) 5058 : cluster [DBG] pgmap v4733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:41 smithi145 bash[13673]: cluster 2022-04-26T05:19:41.514758+0000 mgr.smithi136.ofnrfx (mgr.14188) 5059 : cluster [DBG] pgmap v4734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:42.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:42.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:42.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:41 smithi136 bash[11745]: cluster 2022-04-26T05:19:41.514758+0000 mgr.smithi136.ofnrfx (mgr.14188) 5059 : cluster [DBG] pgmap v4734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:42.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:42 smithi145 bash[13673]: audit 2022-04-26T05:19:42.499929+0000 mon.smithi136 (mon.0) 3369 : audit [DBG] from='client.? 172.21.15.136:0/1629570080' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:42 smithi136 bash[11745]: audit 2022-04-26T05:19:42.499929+0000 mon.smithi136 (mon.0) 3369 : audit [DBG] from='client.? 172.21.15.136:0/1629570080' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:43 smithi145 bash[13673]: cluster 2022-04-26T05:19:43.515337+0000 mgr.smithi136.ofnrfx (mgr.14188) 5060 : cluster [DBG] pgmap v4735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:43 smithi136 bash[11745]: cluster 2022-04-26T05:19:43.515337+0000 mgr.smithi136.ofnrfx (mgr.14188) 5060 : cluster [DBG] pgmap v4735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:46 smithi145 bash[13673]: cluster 2022-04-26T05:19:45.515966+0000 mgr.smithi136.ofnrfx (mgr.14188) 5061 : cluster [DBG] pgmap v4736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:46 smithi136 bash[11745]: cluster 2022-04-26T05:19:45.515966+0000 mgr.smithi136.ofnrfx (mgr.14188) 5061 : cluster [DBG] pgmap v4736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:47.519 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:47.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:47.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:47.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:48.882 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:48 smithi136 bash[11745]: cluster 2022-04-26T05:19:47.516607+0000 mgr.smithi136.ofnrfx (mgr.14188) 5062 : cluster [DBG] pgmap v4737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:48.882 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:48 smithi136 bash[11745]: audit 2022-04-26T05:19:47.830839+0000 mon.smithi136 (mon.0) 3370 : audit [DBG] from='client.? 172.21.15.136:0/2003903641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:48 smithi145 bash[13673]: cluster 2022-04-26T05:19:47.516607+0000 mgr.smithi136.ofnrfx (mgr.14188) 5062 : cluster [DBG] pgmap v4737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:48 smithi145 bash[13673]: audit 2022-04-26T05:19:47.830839+0000 mon.smithi136 (mon.0) 3370 : audit [DBG] from='client.? 172.21.15.136:0/2003903641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:50 smithi145 bash[13673]: cluster 2022-04-26T05:19:49.517232+0000 mgr.smithi136.ofnrfx (mgr.14188) 5063 : cluster [DBG] pgmap v4738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:50 smithi136 bash[11745]: cluster 2022-04-26T05:19:49.517232+0000 mgr.smithi136.ofnrfx (mgr.14188) 5063 : cluster [DBG] pgmap v4738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:51 smithi145 bash[13673]: cluster 2022-04-26T05:19:51.517863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5064 : cluster [DBG] pgmap v4739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:51 smithi136 bash[11745]: cluster 2022-04-26T05:19:51.517863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5064 : cluster [DBG] pgmap v4739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:52.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:52.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:52.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:53.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:53 smithi136 bash[11745]: audit 2022-04-26T05:19:53.161342+0000 mon.smithi136 (mon.0) 3371 : audit [DBG] from='client.? 172.21.15.136:0/1186698935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:53 smithi145 bash[13673]: audit 2022-04-26T05:19:53.161342+0000 mon.smithi136 (mon.0) 3371 : audit [DBG] from='client.? 172.21.15.136:0/1186698935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:54 smithi136 bash[11745]: cluster 2022-04-26T05:19:53.518557+0000 mgr.smithi136.ofnrfx (mgr.14188) 5065 : cluster [DBG] pgmap v4740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:54 smithi145 bash[13673]: cluster 2022-04-26T05:19:53.518557+0000 mgr.smithi136.ofnrfx (mgr.14188) 5065 : cluster [DBG] pgmap v4740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:56 smithi145 bash[13673]: cluster 2022-04-26T05:19:55.519199+0000 mgr.smithi136.ofnrfx (mgr.14188) 5066 : cluster [DBG] pgmap v4741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:56 smithi136 bash[11745]: cluster 2022-04-26T05:19:55.519199+0000 mgr.smithi136.ofnrfx (mgr.14188) 5066 : cluster [DBG] pgmap v4741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:58.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:19:58.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:19:58.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:19:58.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:19:58.883 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:58 smithi136 bash[11745]: cluster 2022-04-26T05:19:57.519856+0000 mgr.smithi136.ofnrfx (mgr.14188) 5067 : cluster [DBG] pgmap v4742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:58.883 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:19:58 smithi136 bash[11745]: audit 2022-04-26T05:19:58.487333+0000 mon.smithi136 (mon.0) 3372 : audit [DBG] from='client.? 172.21.15.136:0/1244601496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:19:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:58 smithi145 bash[13673]: cluster 2022-04-26T05:19:57.519856+0000 mgr.smithi136.ofnrfx (mgr.14188) 5067 : cluster [DBG] pgmap v4742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:19:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:19:58 smithi145 bash[13673]: audit 2022-04-26T05:19:58.487333+0000 mon.smithi136 (mon.0) 3372 : audit [DBG] from='client.? 172.21.15.136:0/1244601496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:00 smithi145 bash[13673]: cluster 2022-04-26T05:19:59.520483+0000 mgr.smithi136.ofnrfx (mgr.14188) 5068 : cluster [DBG] pgmap v4743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:00 smithi145 bash[13673]: cluster 2022-04-26T05:20:00.000162+0000 mon.smithi136 (mon.0) 3373 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:20:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:00 smithi136 bash[11745]: cluster 2022-04-26T05:19:59.520483+0000 mgr.smithi136.ofnrfx (mgr.14188) 5068 : cluster [DBG] pgmap v4743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:00 smithi136 bash[11745]: cluster 2022-04-26T05:20:00.000162+0000 mon.smithi136 (mon.0) 3373 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:20:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:01 smithi145 bash[13673]: cluster 2022-04-26T05:20:01.521123+0000 mgr.smithi136.ofnrfx (mgr.14188) 5069 : cluster [DBG] pgmap v4744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:01 smithi136 bash[11745]: cluster 2022-04-26T05:20:01.521123+0000 mgr.smithi136.ofnrfx (mgr.14188) 5069 : cluster [DBG] pgmap v4744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:02 smithi145 bash[13673]: audit 2022-04-26T05:20:02.507004+0000 mon.smithi136 (mon.0) 3374 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:20:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:02 smithi145 bash[13673]: audit 2022-04-26T05:20:02.510704+0000 mon.smithi136 (mon.0) 3375 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:20:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:02 smithi136 bash[11745]: audit 2022-04-26T05:20:02.507004+0000 mon.smithi136 (mon.0) 3374 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:20:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:02 smithi136 bash[11745]: audit 2022-04-26T05:20:02.510704+0000 mon.smithi136 (mon.0) 3375 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:20:03.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:03.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:03.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:03.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:03 smithi145 bash[13673]: cluster 2022-04-26T05:20:03.521645+0000 mgr.smithi136.ofnrfx (mgr.14188) 5070 : cluster [DBG] pgmap v4745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:03 smithi145 bash[13673]: audit 2022-04-26T05:20:03.529384+0000 mon.smithi136 (mon.0) 3376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:03 smithi145 bash[13673]: audit 2022-04-26T05:20:03.531454+0000 mon.smithi136 (mon.0) 3377 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:03 smithi145 bash[13673]: audit 2022-04-26T05:20:03.532924+0000 mon.smithi136 (mon.0) 3378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:03 smithi145 bash[13673]: audit 2022-04-26T05:20:03.825595+0000 mon.smithi136 (mon.0) 3379 : audit [DBG] from='client.? 172.21.15.136:0/2373051170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:03 smithi145 bash[13673]: audit 2022-04-26T05:20:03.868717+0000 mon.smithi136 (mon.0) 3380 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:03 smithi145 bash[13673]: audit 2022-04-26T05:20:03.875986+0000 mon.smithi136 (mon.0) 3381 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:20:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:03 smithi136 bash[11745]: cluster 2022-04-26T05:20:03.521645+0000 mgr.smithi136.ofnrfx (mgr.14188) 5070 : cluster [DBG] pgmap v4745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:03 smithi136 bash[11745]: audit 2022-04-26T05:20:03.529384+0000 mon.smithi136 (mon.0) 3376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:20:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:03 smithi136 bash[11745]: audit 2022-04-26T05:20:03.531454+0000 mon.smithi136 (mon.0) 3377 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:20:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:03 smithi136 bash[11745]: audit 2022-04-26T05:20:03.532924+0000 mon.smithi136 (mon.0) 3378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:20:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:03 smithi136 bash[11745]: audit 2022-04-26T05:20:03.825595+0000 mon.smithi136 (mon.0) 3379 : audit [DBG] from='client.? 172.21.15.136:0/2373051170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:03 smithi136 bash[11745]: audit 2022-04-26T05:20:03.868717+0000 mon.smithi136 (mon.0) 3380 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:20:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:03 smithi136 bash[11745]: audit 2022-04-26T05:20:03.875986+0000 mon.smithi136 (mon.0) 3381 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:20:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:04 smithi145 bash[13673]: cluster 2022-04-26T05:20:03.862360+0000 mgr.smithi136.ofnrfx (mgr.14188) 5071 : cluster [DBG] pgmap v4746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:04 smithi145 bash[13673]: cluster 2022-04-26T05:20:03.862565+0000 mgr.smithi136.ofnrfx (mgr.14188) 5072 : cluster [DBG] pgmap v4747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:04 smithi145 bash[13673]: cephadm 2022-04-26T05:20:03.877008+0000 mgr.smithi136.ofnrfx (mgr.14188) 5073 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:20:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:04 smithi145 bash[13673]: cephadm 2022-04-26T05:20:03.877268+0000 mgr.smithi136.ofnrfx (mgr.14188) 5074 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:20:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:04 smithi136 bash[11745]: cluster 2022-04-26T05:20:03.862360+0000 mgr.smithi136.ofnrfx (mgr.14188) 5071 : cluster [DBG] pgmap v4746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:04 smithi136 bash[11745]: cluster 2022-04-26T05:20:03.862565+0000 mgr.smithi136.ofnrfx (mgr.14188) 5072 : cluster [DBG] pgmap v4747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:04 smithi136 bash[11745]: cephadm 2022-04-26T05:20:03.877008+0000 mgr.smithi136.ofnrfx (mgr.14188) 5073 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:20:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:04 smithi136 bash[11745]: cephadm 2022-04-26T05:20:03.877268+0000 mgr.smithi136.ofnrfx (mgr.14188) 5074 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:20:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:06 smithi136 bash[11745]: cluster 2022-04-26T05:20:05.863101+0000 mgr.smithi136.ofnrfx (mgr.14188) 5075 : cluster [DBG] pgmap v4748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:06 smithi145 bash[13673]: cluster 2022-04-26T05:20:05.863101+0000 mgr.smithi136.ofnrfx (mgr.14188) 5075 : cluster [DBG] pgmap v4748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:08.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:08.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:08.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:09.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:08 smithi136 bash[11745]: cluster 2022-04-26T05:20:07.863756+0000 mgr.smithi136.ofnrfx (mgr.14188) 5076 : cluster [DBG] pgmap v4749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:08 smithi145 bash[13673]: cluster 2022-04-26T05:20:07.863756+0000 mgr.smithi136.ofnrfx (mgr.14188) 5076 : cluster [DBG] pgmap v4749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:09 smithi136 bash[11745]: audit 2022-04-26T05:20:09.146450+0000 mon.smithi136 (mon.0) 3382 : audit [DBG] from='client.? 172.21.15.136:0/1711767336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:09 smithi145 bash[13673]: audit 2022-04-26T05:20:09.146450+0000 mon.smithi136 (mon.0) 3382 : audit [DBG] from='client.? 172.21.15.136:0/1711767336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:10 smithi136 bash[11745]: cluster 2022-04-26T05:20:09.864407+0000 mgr.smithi136.ofnrfx (mgr.14188) 5077 : cluster [DBG] pgmap v4750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:10 smithi145 bash[13673]: cluster 2022-04-26T05:20:09.864407+0000 mgr.smithi136.ofnrfx (mgr.14188) 5077 : cluster [DBG] pgmap v4750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:12 smithi136 bash[11745]: cluster 2022-04-26T05:20:11.865026+0000 mgr.smithi136.ofnrfx (mgr.14188) 5078 : cluster [DBG] pgmap v4751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:12 smithi145 bash[13673]: cluster 2022-04-26T05:20:11.865026+0000 mgr.smithi136.ofnrfx (mgr.14188) 5078 : cluster [DBG] pgmap v4751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:14.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:14.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:14.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:14.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:14 smithi136 bash[11745]: cluster 2022-04-26T05:20:13.865636+0000 mgr.smithi136.ofnrfx (mgr.14188) 5079 : cluster [DBG] pgmap v4752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:14 smithi136 bash[11745]: audit 2022-04-26T05:20:14.467081+0000 mon.smithi136 (mon.0) 3383 : audit [DBG] from='client.? 172.21.15.136:0/3597344043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:14 smithi145 bash[13673]: cluster 2022-04-26T05:20:13.865636+0000 mgr.smithi136.ofnrfx (mgr.14188) 5079 : cluster [DBG] pgmap v4752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:14 smithi145 bash[13673]: audit 2022-04-26T05:20:14.467081+0000 mon.smithi136 (mon.0) 3383 : audit [DBG] from='client.? 172.21.15.136:0/3597344043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:16 smithi136 bash[11745]: cluster 2022-04-26T05:20:15.866242+0000 mgr.smithi136.ofnrfx (mgr.14188) 5080 : cluster [DBG] pgmap v4753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:16 smithi145 bash[13673]: cluster 2022-04-26T05:20:15.866242+0000 mgr.smithi136.ofnrfx (mgr.14188) 5080 : cluster [DBG] pgmap v4753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:18 smithi136 bash[11745]: cluster 2022-04-26T05:20:17.866874+0000 mgr.smithi136.ofnrfx (mgr.14188) 5081 : cluster [DBG] pgmap v4754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:18 smithi145 bash[13673]: cluster 2022-04-26T05:20:17.866874+0000 mgr.smithi136.ofnrfx (mgr.14188) 5081 : cluster [DBG] pgmap v4754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:19.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:19.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:19.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:19.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:19 smithi136 bash[11745]: audit 2022-04-26T05:20:19.794500+0000 mon.smithi136 (mon.0) 3384 : audit [DBG] from='client.? 172.21.15.136:0/2461510587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:19 smithi145 bash[13673]: audit 2022-04-26T05:20:19.794500+0000 mon.smithi136 (mon.0) 3384 : audit [DBG] from='client.? 172.21.15.136:0/2461510587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:20 smithi136 bash[11745]: cluster 2022-04-26T05:20:19.867448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5082 : cluster [DBG] pgmap v4755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:20 smithi145 bash[13673]: cluster 2022-04-26T05:20:19.867448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5082 : cluster [DBG] pgmap v4755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:22 smithi136 bash[11745]: cluster 2022-04-26T05:20:21.868109+0000 mgr.smithi136.ofnrfx (mgr.14188) 5083 : cluster [DBG] pgmap v4756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:22 smithi145 bash[13673]: cluster 2022-04-26T05:20:21.868109+0000 mgr.smithi136.ofnrfx (mgr.14188) 5083 : cluster [DBG] pgmap v4756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:24.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:24.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:24.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:25.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:24 smithi136 bash[11745]: cluster 2022-04-26T05:20:23.868766+0000 mgr.smithi136.ofnrfx (mgr.14188) 5084 : cluster [DBG] pgmap v4757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:24 smithi145 bash[13673]: cluster 2022-04-26T05:20:23.868766+0000 mgr.smithi136.ofnrfx (mgr.14188) 5084 : cluster [DBG] pgmap v4757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:26.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:25 smithi136 bash[11745]: audit 2022-04-26T05:20:25.123983+0000 mon.smithi136 (mon.0) 3385 : audit [DBG] from='client.? 172.21.15.136:0/1494241006' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:25 smithi145 bash[13673]: audit 2022-04-26T05:20:25.123983+0000 mon.smithi136 (mon.0) 3385 : audit [DBG] from='client.? 172.21.15.136:0/1494241006' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:26 smithi136 bash[11745]: cluster 2022-04-26T05:20:25.869380+0000 mgr.smithi136.ofnrfx (mgr.14188) 5085 : cluster [DBG] pgmap v4758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:26 smithi145 bash[13673]: cluster 2022-04-26T05:20:25.869380+0000 mgr.smithi136.ofnrfx (mgr.14188) 5085 : cluster [DBG] pgmap v4758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:28 smithi136 bash[11745]: cluster 2022-04-26T05:20:27.870008+0000 mgr.smithi136.ofnrfx (mgr.14188) 5086 : cluster [DBG] pgmap v4759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:28 smithi145 bash[13673]: cluster 2022-04-26T05:20:27.870008+0000 mgr.smithi136.ofnrfx (mgr.14188) 5086 : cluster [DBG] pgmap v4759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:30.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:30.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:30.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:30.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:30 smithi136 bash[11745]: cluster 2022-04-26T05:20:29.870631+0000 mgr.smithi136.ofnrfx (mgr.14188) 5087 : cluster [DBG] pgmap v4760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:30 smithi136 bash[11745]: audit 2022-04-26T05:20:30.452049+0000 mon.smithi136 (mon.0) 3386 : audit [DBG] from='client.? 172.21.15.136:0/3668554788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:30 smithi145 bash[13673]: cluster 2022-04-26T05:20:29.870631+0000 mgr.smithi136.ofnrfx (mgr.14188) 5087 : cluster [DBG] pgmap v4760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:30 smithi145 bash[13673]: audit 2022-04-26T05:20:30.452049+0000 mon.smithi136 (mon.0) 3386 : audit [DBG] from='client.? 172.21.15.136:0/3668554788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:32 smithi136 bash[11745]: cluster 2022-04-26T05:20:31.871277+0000 mgr.smithi136.ofnrfx (mgr.14188) 5088 : cluster [DBG] pgmap v4761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:32 smithi145 bash[13673]: cluster 2022-04-26T05:20:31.871277+0000 mgr.smithi136.ofnrfx (mgr.14188) 5088 : cluster [DBG] pgmap v4761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:34 smithi136 bash[11745]: cluster 2022-04-26T05:20:33.871933+0000 mgr.smithi136.ofnrfx (mgr.14188) 5089 : cluster [DBG] pgmap v4762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:34 smithi145 bash[13673]: cluster 2022-04-26T05:20:33.871933+0000 mgr.smithi136.ofnrfx (mgr.14188) 5089 : cluster [DBG] pgmap v4762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:35.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:35.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:35.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:35.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:35 smithi136 bash[11745]: audit 2022-04-26T05:20:35.784130+0000 mon.smithi136 (mon.0) 3387 : audit [DBG] from='client.? 172.21.15.136:0/2165489630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:35 smithi145 bash[13673]: audit 2022-04-26T05:20:35.784130+0000 mon.smithi136 (mon.0) 3387 : audit [DBG] from='client.? 172.21.15.136:0/2165489630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:36 smithi136 bash[11745]: cluster 2022-04-26T05:20:35.872540+0000 mgr.smithi136.ofnrfx (mgr.14188) 5090 : cluster [DBG] pgmap v4763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:36 smithi145 bash[13673]: cluster 2022-04-26T05:20:35.872540+0000 mgr.smithi136.ofnrfx (mgr.14188) 5090 : cluster [DBG] pgmap v4763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:39 smithi136 bash[11745]: cluster 2022-04-26T05:20:37.873202+0000 mgr.smithi136.ofnrfx (mgr.14188) 5091 : cluster [DBG] pgmap v4764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:39 smithi145 bash[13673]: cluster 2022-04-26T05:20:37.873202+0000 mgr.smithi136.ofnrfx (mgr.14188) 5091 : cluster [DBG] pgmap v4764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:40.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:40.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:40.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:41.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:41 smithi136 bash[11745]: cluster 2022-04-26T05:20:39.873814+0000 mgr.smithi136.ofnrfx (mgr.14188) 5092 : cluster [DBG] pgmap v4765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:41 smithi145 bash[13673]: cluster 2022-04-26T05:20:39.873814+0000 mgr.smithi136.ofnrfx (mgr.14188) 5092 : cluster [DBG] pgmap v4765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:42 smithi136 bash[11745]: audit 2022-04-26T05:20:41.108119+0000 mon.smithi136 (mon.0) 3388 : audit [DBG] from='client.? 172.21.15.136:0/2643014073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:42 smithi145 bash[13673]: audit 2022-04-26T05:20:41.108119+0000 mon.smithi136 (mon.0) 3388 : audit [DBG] from='client.? 172.21.15.136:0/2643014073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:43 smithi136 bash[11745]: cluster 2022-04-26T05:20:41.874474+0000 mgr.smithi136.ofnrfx (mgr.14188) 5093 : cluster [DBG] pgmap v4766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:43 smithi145 bash[13673]: cluster 2022-04-26T05:20:41.874474+0000 mgr.smithi136.ofnrfx (mgr.14188) 5093 : cluster [DBG] pgmap v4766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:45 smithi136 bash[11745]: cluster 2022-04-26T05:20:43.875147+0000 mgr.smithi136.ofnrfx (mgr.14188) 5094 : cluster [DBG] pgmap v4767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:45 smithi145 bash[13673]: cluster 2022-04-26T05:20:43.875147+0000 mgr.smithi136.ofnrfx (mgr.14188) 5094 : cluster [DBG] pgmap v4767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:46.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:46.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:46.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:46.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:47 smithi136 bash[11745]: cluster 2022-04-26T05:20:45.875835+0000 mgr.smithi136.ofnrfx (mgr.14188) 5095 : cluster [DBG] pgmap v4768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:47 smithi136 bash[11745]: audit 2022-04-26T05:20:46.432133+0000 mon.smithi136 (mon.0) 3389 : audit [DBG] from='client.? 172.21.15.136:0/260297532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:47 smithi145 bash[13673]: cluster 2022-04-26T05:20:45.875835+0000 mgr.smithi136.ofnrfx (mgr.14188) 5095 : cluster [DBG] pgmap v4768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:47 smithi145 bash[13673]: audit 2022-04-26T05:20:46.432133+0000 mon.smithi136 (mon.0) 3389 : audit [DBG] from='client.? 172.21.15.136:0/260297532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:49 smithi136 bash[11745]: cluster 2022-04-26T05:20:47.876475+0000 mgr.smithi136.ofnrfx (mgr.14188) 5096 : cluster [DBG] pgmap v4769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:49 smithi145 bash[13673]: cluster 2022-04-26T05:20:47.876475+0000 mgr.smithi136.ofnrfx (mgr.14188) 5096 : cluster [DBG] pgmap v4769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:51 smithi136 bash[11745]: cluster 2022-04-26T05:20:49.877100+0000 mgr.smithi136.ofnrfx (mgr.14188) 5097 : cluster [DBG] pgmap v4770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:51 smithi145 bash[13673]: cluster 2022-04-26T05:20:49.877100+0000 mgr.smithi136.ofnrfx (mgr.14188) 5097 : cluster [DBG] pgmap v4770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:51.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:51.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:51.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:51.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:52 smithi136 bash[11745]: audit 2022-04-26T05:20:51.754514+0000 mon.smithi136 (mon.0) 3390 : audit [DBG] from='client.? 172.21.15.136:0/2794136104' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:52 smithi145 bash[13673]: audit 2022-04-26T05:20:51.754514+0000 mon.smithi136 (mon.0) 3390 : audit [DBG] from='client.? 172.21.15.136:0/2794136104' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:53 smithi136 bash[11745]: cluster 2022-04-26T05:20:51.877763+0000 mgr.smithi136.ofnrfx (mgr.14188) 5098 : cluster [DBG] pgmap v4771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:53 smithi145 bash[13673]: cluster 2022-04-26T05:20:51.877763+0000 mgr.smithi136.ofnrfx (mgr.14188) 5098 : cluster [DBG] pgmap v4771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:55 smithi145 bash[13673]: cluster 2022-04-26T05:20:53.878421+0000 mgr.smithi136.ofnrfx (mgr.14188) 5099 : cluster [DBG] pgmap v4772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:55 smithi136 bash[11745]: cluster 2022-04-26T05:20:53.878421+0000 mgr.smithi136.ofnrfx (mgr.14188) 5099 : cluster [DBG] pgmap v4772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:56.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:20:56.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:20:56.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:20:57.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:20:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:57 smithi145 bash[13673]: cluster 2022-04-26T05:20:55.879030+0000 mgr.smithi136.ofnrfx (mgr.14188) 5100 : cluster [DBG] pgmap v4773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:57 smithi136 bash[11745]: cluster 2022-04-26T05:20:55.879030+0000 mgr.smithi136.ofnrfx (mgr.14188) 5100 : cluster [DBG] pgmap v4773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:58 smithi145 bash[13673]: audit 2022-04-26T05:20:57.086448+0000 mon.smithi136 (mon.0) 3391 : audit [DBG] from='client.? 172.21.15.136:0/1252581128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:58 smithi136 bash[11745]: audit 2022-04-26T05:20:57.086448+0000 mon.smithi136 (mon.0) 3391 : audit [DBG] from='client.? 172.21.15.136:0/1252581128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:20:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:20:59 smithi136 bash[11745]: cluster 2022-04-26T05:20:57.879670+0000 mgr.smithi136.ofnrfx (mgr.14188) 5101 : cluster [DBG] pgmap v4774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:20:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:20:59 smithi145 bash[13673]: cluster 2022-04-26T05:20:57.879670+0000 mgr.smithi136.ofnrfx (mgr.14188) 5101 : cluster [DBG] pgmap v4774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:01 smithi145 bash[13673]: cluster 2022-04-26T05:20:59.880262+0000 mgr.smithi136.ofnrfx (mgr.14188) 5102 : cluster [DBG] pgmap v4775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:01 smithi136 bash[11745]: cluster 2022-04-26T05:20:59.880262+0000 mgr.smithi136.ofnrfx (mgr.14188) 5102 : cluster [DBG] pgmap v4775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:02.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:02.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:02.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:02.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:03 smithi145 bash[13673]: cluster 2022-04-26T05:21:01.880890+0000 mgr.smithi136.ofnrfx (mgr.14188) 5103 : cluster [DBG] pgmap v4776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:03 smithi145 bash[13673]: audit 2022-04-26T05:21:02.417959+0000 mon.smithi136 (mon.0) 3392 : audit [DBG] from='client.? 172.21.15.136:0/862245630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:03 smithi145 bash[13673]: audit 2022-04-26T05:21:02.511040+0000 mon.smithi136 (mon.0) 3393 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:21:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:03 smithi145 bash[13673]: audit 2022-04-26T05:21:02.514952+0000 mon.smithi136 (mon.0) 3394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:21:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:03 smithi136 bash[11745]: cluster 2022-04-26T05:21:01.880890+0000 mgr.smithi136.ofnrfx (mgr.14188) 5103 : cluster [DBG] pgmap v4776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:03 smithi136 bash[11745]: audit 2022-04-26T05:21:02.417959+0000 mon.smithi136 (mon.0) 3392 : audit [DBG] from='client.? 172.21.15.136:0/862245630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:03 smithi136 bash[11745]: audit 2022-04-26T05:21:02.511040+0000 mon.smithi136 (mon.0) 3393 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:21:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:03 smithi136 bash[11745]: audit 2022-04-26T05:21:02.514952+0000 mon.smithi136 (mon.0) 3394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:21:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:04 smithi145 bash[13673]: audit 2022-04-26T05:21:03.889261+0000 mon.smithi136 (mon.0) 3395 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:21:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:04 smithi145 bash[13673]: audit 2022-04-26T05:21:03.892070+0000 mon.smithi136 (mon.0) 3396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:21:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:04 smithi145 bash[13673]: audit 2022-04-26T05:21:03.893906+0000 mon.smithi136 (mon.0) 3397 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:21:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:04 smithi136 bash[11745]: audit 2022-04-26T05:21:03.889261+0000 mon.smithi136 (mon.0) 3395 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:21:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:04 smithi136 bash[11745]: audit 2022-04-26T05:21:03.892070+0000 mon.smithi136 (mon.0) 3396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:21:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:04 smithi136 bash[11745]: audit 2022-04-26T05:21:03.893906+0000 mon.smithi136 (mon.0) 3397 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:21:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:05 smithi136 bash[11745]: cluster 2022-04-26T05:21:03.881494+0000 mgr.smithi136.ofnrfx (mgr.14188) 5104 : cluster [DBG] pgmap v4777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:05 smithi136 bash[11745]: cluster 2022-04-26T05:21:04.188155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5105 : cluster [DBG] pgmap v4778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:05 smithi136 bash[11745]: cluster 2022-04-26T05:21:04.188568+0000 mgr.smithi136.ofnrfx (mgr.14188) 5106 : cluster [DBG] pgmap v4779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:05 smithi136 bash[11745]: audit 2022-04-26T05:21:04.196183+0000 mon.smithi136 (mon.0) 3398 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:21:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:05 smithi136 bash[11745]: audit 2022-04-26T05:21:04.202247+0000 mon.smithi136 (mon.0) 3399 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:21:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:05 smithi136 bash[11745]: cephadm 2022-04-26T05:21:04.203296+0000 mgr.smithi136.ofnrfx (mgr.14188) 5107 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:21:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:05 smithi136 bash[11745]: cephadm 2022-04-26T05:21:04.203427+0000 mgr.smithi136.ofnrfx (mgr.14188) 5108 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:21:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:05 smithi145 bash[13673]: cluster 2022-04-26T05:21:03.881494+0000 mgr.smithi136.ofnrfx (mgr.14188) 5104 : cluster [DBG] pgmap v4777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:05 smithi145 bash[13673]: cluster 2022-04-26T05:21:04.188155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5105 : cluster [DBG] pgmap v4778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:05 smithi145 bash[13673]: cluster 2022-04-26T05:21:04.188568+0000 mgr.smithi136.ofnrfx (mgr.14188) 5106 : cluster [DBG] pgmap v4779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:05 smithi145 bash[13673]: audit 2022-04-26T05:21:04.196183+0000 mon.smithi136 (mon.0) 3398 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:21:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:05 smithi145 bash[13673]: audit 2022-04-26T05:21:04.202247+0000 mon.smithi136 (mon.0) 3399 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:21:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:05 smithi145 bash[13673]: cephadm 2022-04-26T05:21:04.203296+0000 mgr.smithi136.ofnrfx (mgr.14188) 5107 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:21:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:05 smithi145 bash[13673]: cephadm 2022-04-26T05:21:04.203427+0000 mgr.smithi136.ofnrfx (mgr.14188) 5108 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:21:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:06 smithi136 bash[11745]: cluster 2022-04-26T05:21:06.189162+0000 mgr.smithi136.ofnrfx (mgr.14188) 5109 : cluster [DBG] pgmap v4780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:06 smithi145 bash[13673]: cluster 2022-04-26T05:21:06.189162+0000 mgr.smithi136.ofnrfx (mgr.14188) 5109 : cluster [DBG] pgmap v4780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:07.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:07.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:07.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:07.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:07 smithi136 bash[11745]: audit 2022-04-26T05:21:07.745366+0000 mon.smithi136 (mon.0) 3400 : audit [DBG] from='client.? 172.21.15.136:0/155072348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:07 smithi145 bash[13673]: audit 2022-04-26T05:21:07.745366+0000 mon.smithi136 (mon.0) 3400 : audit [DBG] from='client.? 172.21.15.136:0/155072348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:08 smithi136 bash[11745]: cluster 2022-04-26T05:21:08.189792+0000 mgr.smithi136.ofnrfx (mgr.14188) 5110 : cluster [DBG] pgmap v4781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:08 smithi145 bash[13673]: cluster 2022-04-26T05:21:08.189792+0000 mgr.smithi136.ofnrfx (mgr.14188) 5110 : cluster [DBG] pgmap v4781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:11 smithi136 bash[11745]: cluster 2022-04-26T05:21:10.190404+0000 mgr.smithi136.ofnrfx (mgr.14188) 5111 : cluster [DBG] pgmap v4782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:11 smithi145 bash[13673]: cluster 2022-04-26T05:21:10.190404+0000 mgr.smithi136.ofnrfx (mgr.14188) 5111 : cluster [DBG] pgmap v4782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:12.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:12.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:12.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:13.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:13 smithi136 bash[11745]: cluster 2022-04-26T05:21:12.191047+0000 mgr.smithi136.ofnrfx (mgr.14188) 5112 : cluster [DBG] pgmap v4783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:13 smithi136 bash[11745]: audit 2022-04-26T05:21:13.075940+0000 mon.smithi136 (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.136:0/446723552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:13 smithi145 bash[13673]: cluster 2022-04-26T05:21:12.191047+0000 mgr.smithi136.ofnrfx (mgr.14188) 5112 : cluster [DBG] pgmap v4783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:13 smithi145 bash[13673]: audit 2022-04-26T05:21:13.075940+0000 mon.smithi136 (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.136:0/446723552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:15 smithi136 bash[11745]: cluster 2022-04-26T05:21:14.191727+0000 mgr.smithi136.ofnrfx (mgr.14188) 5113 : cluster [DBG] pgmap v4784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:15 smithi145 bash[13673]: cluster 2022-04-26T05:21:14.191727+0000 mgr.smithi136.ofnrfx (mgr.14188) 5113 : cluster [DBG] pgmap v4784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:16 smithi136 bash[11745]: cluster 2022-04-26T05:21:16.192369+0000 mgr.smithi136.ofnrfx (mgr.14188) 5114 : cluster [DBG] pgmap v4785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:16 smithi145 bash[13673]: cluster 2022-04-26T05:21:16.192369+0000 mgr.smithi136.ofnrfx (mgr.14188) 5114 : cluster [DBG] pgmap v4785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:18.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:18.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:18.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:18.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:19 smithi136 bash[11745]: cluster 2022-04-26T05:21:18.192986+0000 mgr.smithi136.ofnrfx (mgr.14188) 5115 : cluster [DBG] pgmap v4786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:19 smithi136 bash[11745]: audit 2022-04-26T05:21:18.406526+0000 mon.smithi136 (mon.0) 3402 : audit [DBG] from='client.? 172.21.15.136:0/520479261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:19 smithi145 bash[13673]: cluster 2022-04-26T05:21:18.192986+0000 mgr.smithi136.ofnrfx (mgr.14188) 5115 : cluster [DBG] pgmap v4786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:19 smithi145 bash[13673]: audit 2022-04-26T05:21:18.406526+0000 mon.smithi136 (mon.0) 3402 : audit [DBG] from='client.? 172.21.15.136:0/520479261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:21 smithi136 bash[11745]: cluster 2022-04-26T05:21:20.193650+0000 mgr.smithi136.ofnrfx (mgr.14188) 5116 : cluster [DBG] pgmap v4787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:21 smithi145 bash[13673]: cluster 2022-04-26T05:21:20.193650+0000 mgr.smithi136.ofnrfx (mgr.14188) 5116 : cluster [DBG] pgmap v4787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:23.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:23.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:23.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:23 smithi136 bash[11745]: cluster 2022-04-26T05:21:22.194282+0000 mgr.smithi136.ofnrfx (mgr.14188) 5117 : cluster [DBG] pgmap v4788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:23 smithi145 bash[13673]: cluster 2022-04-26T05:21:22.194282+0000 mgr.smithi136.ofnrfx (mgr.14188) 5117 : cluster [DBG] pgmap v4788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:23.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:24 smithi136 bash[11745]: audit 2022-04-26T05:21:23.740391+0000 mon.smithi136 (mon.0) 3403 : audit [DBG] from='client.? 172.21.15.136:0/465145034' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:24 smithi145 bash[13673]: audit 2022-04-26T05:21:23.740391+0000 mon.smithi136 (mon.0) 3403 : audit [DBG] from='client.? 172.21.15.136:0/465145034' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:25 smithi136 bash[11745]: cluster 2022-04-26T05:21:24.194946+0000 mgr.smithi136.ofnrfx (mgr.14188) 5118 : cluster [DBG] pgmap v4789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:25 smithi145 bash[13673]: cluster 2022-04-26T05:21:24.194946+0000 mgr.smithi136.ofnrfx (mgr.14188) 5118 : cluster [DBG] pgmap v4789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:26 smithi136 bash[11745]: cluster 2022-04-26T05:21:26.195637+0000 mgr.smithi136.ofnrfx (mgr.14188) 5119 : cluster [DBG] pgmap v4790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:26 smithi145 bash[13673]: cluster 2022-04-26T05:21:26.195637+0000 mgr.smithi136.ofnrfx (mgr.14188) 5119 : cluster [DBG] pgmap v4790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:28.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:28.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:28.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:29.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:29 smithi136 bash[11745]: cluster 2022-04-26T05:21:28.196221+0000 mgr.smithi136.ofnrfx (mgr.14188) 5120 : cluster [DBG] pgmap v4791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:29 smithi136 bash[11745]: audit 2022-04-26T05:21:29.075937+0000 mon.smithi136 (mon.0) 3404 : audit [DBG] from='client.? 172.21.15.136:0/3500095297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:29 smithi145 bash[13673]: cluster 2022-04-26T05:21:28.196221+0000 mgr.smithi136.ofnrfx (mgr.14188) 5120 : cluster [DBG] pgmap v4791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:29 smithi145 bash[13673]: audit 2022-04-26T05:21:29.075937+0000 mon.smithi136 (mon.0) 3404 : audit [DBG] from='client.? 172.21.15.136:0/3500095297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:31 smithi136 bash[11745]: cluster 2022-04-26T05:21:30.196829+0000 mgr.smithi136.ofnrfx (mgr.14188) 5121 : cluster [DBG] pgmap v4792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:31 smithi145 bash[13673]: cluster 2022-04-26T05:21:30.196829+0000 mgr.smithi136.ofnrfx (mgr.14188) 5121 : cluster [DBG] pgmap v4792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:33 smithi136 bash[11745]: cluster 2022-04-26T05:21:32.197464+0000 mgr.smithi136.ofnrfx (mgr.14188) 5122 : cluster [DBG] pgmap v4793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:33 smithi145 bash[13673]: cluster 2022-04-26T05:21:32.197464+0000 mgr.smithi136.ofnrfx (mgr.14188) 5122 : cluster [DBG] pgmap v4793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:34.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:34.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:34.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:34.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:35 smithi136 bash[11745]: cluster 2022-04-26T05:21:34.198057+0000 mgr.smithi136.ofnrfx (mgr.14188) 5123 : cluster [DBG] pgmap v4794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:35 smithi136 bash[11745]: audit 2022-04-26T05:21:34.406572+0000 mon.smithi136 (mon.0) 3405 : audit [DBG] from='client.? 172.21.15.136:0/1182132518' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:35 smithi145 bash[13673]: cluster 2022-04-26T05:21:34.198057+0000 mgr.smithi136.ofnrfx (mgr.14188) 5123 : cluster [DBG] pgmap v4794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:35 smithi145 bash[13673]: audit 2022-04-26T05:21:34.406572+0000 mon.smithi136 (mon.0) 3405 : audit [DBG] from='client.? 172.21.15.136:0/1182132518' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:36 smithi136 bash[11745]: cluster 2022-04-26T05:21:36.198666+0000 mgr.smithi136.ofnrfx (mgr.14188) 5124 : cluster [DBG] pgmap v4795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:36 smithi145 bash[13673]: cluster 2022-04-26T05:21:36.198666+0000 mgr.smithi136.ofnrfx (mgr.14188) 5124 : cluster [DBG] pgmap v4795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:39.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:39.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:39.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:39 smithi136 bash[11745]: cluster 2022-04-26T05:21:38.199275+0000 mgr.smithi136.ofnrfx (mgr.14188) 5125 : cluster [DBG] pgmap v4796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:39 smithi145 bash[13673]: cluster 2022-04-26T05:21:38.199275+0000 mgr.smithi136.ofnrfx (mgr.14188) 5125 : cluster [DBG] pgmap v4796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:39.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:40 smithi136 bash[11745]: audit 2022-04-26T05:21:39.732858+0000 mon.smithi136 (mon.0) 3406 : audit [DBG] from='client.? 172.21.15.136:0/1391862547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:40 smithi145 bash[13673]: audit 2022-04-26T05:21:39.732858+0000 mon.smithi136 (mon.0) 3406 : audit [DBG] from='client.? 172.21.15.136:0/1391862547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:41 smithi136 bash[11745]: cluster 2022-04-26T05:21:40.199929+0000 mgr.smithi136.ofnrfx (mgr.14188) 5126 : cluster [DBG] pgmap v4797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:41 smithi145 bash[13673]: cluster 2022-04-26T05:21:40.199929+0000 mgr.smithi136.ofnrfx (mgr.14188) 5126 : cluster [DBG] pgmap v4797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:43 smithi136 bash[11745]: cluster 2022-04-26T05:21:42.200594+0000 mgr.smithi136.ofnrfx (mgr.14188) 5127 : cluster [DBG] pgmap v4798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:43 smithi145 bash[13673]: cluster 2022-04-26T05:21:42.200594+0000 mgr.smithi136.ofnrfx (mgr.14188) 5127 : cluster [DBG] pgmap v4798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:44.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:44.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:44.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:45.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:45 smithi136 bash[11745]: cluster 2022-04-26T05:21:44.201216+0000 mgr.smithi136.ofnrfx (mgr.14188) 5128 : cluster [DBG] pgmap v4799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:45 smithi136 bash[11745]: audit 2022-04-26T05:21:45.059705+0000 mon.smithi136 (mon.0) 3407 : audit [DBG] from='client.? 172.21.15.136:0/670202849' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:45 smithi145 bash[13673]: cluster 2022-04-26T05:21:44.201216+0000 mgr.smithi136.ofnrfx (mgr.14188) 5128 : cluster [DBG] pgmap v4799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:45 smithi145 bash[13673]: audit 2022-04-26T05:21:45.059705+0000 mon.smithi136 (mon.0) 3407 : audit [DBG] from='client.? 172.21.15.136:0/670202849' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:46 smithi136 bash[11745]: cluster 2022-04-26T05:21:46.201844+0000 mgr.smithi136.ofnrfx (mgr.14188) 5129 : cluster [DBG] pgmap v4800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:46 smithi145 bash[13673]: cluster 2022-04-26T05:21:46.201844+0000 mgr.smithi136.ofnrfx (mgr.14188) 5129 : cluster [DBG] pgmap v4800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:49 smithi136 bash[11745]: cluster 2022-04-26T05:21:48.202482+0000 mgr.smithi136.ofnrfx (mgr.14188) 5130 : cluster [DBG] pgmap v4801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:49 smithi145 bash[13673]: cluster 2022-04-26T05:21:48.202482+0000 mgr.smithi136.ofnrfx (mgr.14188) 5130 : cluster [DBG] pgmap v4801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:50.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:50.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:50.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:50.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:51 smithi136 bash[11745]: cluster 2022-04-26T05:21:50.202998+0000 mgr.smithi136.ofnrfx (mgr.14188) 5131 : cluster [DBG] pgmap v4802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:51 smithi136 bash[11745]: audit 2022-04-26T05:21:50.388928+0000 mon.smithi136 (mon.0) 3408 : audit [DBG] from='client.? 172.21.15.136:0/2748016676' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:51 smithi145 bash[13673]: cluster 2022-04-26T05:21:50.202998+0000 mgr.smithi136.ofnrfx (mgr.14188) 5131 : cluster [DBG] pgmap v4802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:51.727 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:51 smithi145 bash[13673]: audit 2022-04-26T05:21:50.388928+0000 mon.smithi136 (mon.0) 3408 : audit [DBG] from='client.? 172.21.15.136:0/2748016676' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:53 smithi136 bash[11745]: cluster 2022-04-26T05:21:52.203703+0000 mgr.smithi136.ofnrfx (mgr.14188) 5132 : cluster [DBG] pgmap v4803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:53 smithi145 bash[13673]: cluster 2022-04-26T05:21:52.203703+0000 mgr.smithi136.ofnrfx (mgr.14188) 5132 : cluster [DBG] pgmap v4803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:55.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:21:55.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:21:55.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:21:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:55 smithi136 bash[11745]: cluster 2022-04-26T05:21:54.204379+0000 mgr.smithi136.ofnrfx (mgr.14188) 5133 : cluster [DBG] pgmap v4804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:55 smithi145 bash[13673]: cluster 2022-04-26T05:21:54.204379+0000 mgr.smithi136.ofnrfx (mgr.14188) 5133 : cluster [DBG] pgmap v4804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:55.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:21:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:56 smithi136 bash[11745]: audit 2022-04-26T05:21:55.716277+0000 mon.smithi136 (mon.0) 3409 : audit [DBG] from='client.? 172.21.15.136:0/1645460778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:56 smithi145 bash[13673]: audit 2022-04-26T05:21:55.716277+0000 mon.smithi136 (mon.0) 3409 : audit [DBG] from='client.? 172.21.15.136:0/1645460778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:21:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:57 smithi136 bash[11745]: cluster 2022-04-26T05:21:56.204979+0000 mgr.smithi136.ofnrfx (mgr.14188) 5134 : cluster [DBG] pgmap v4805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:57 smithi145 bash[13673]: cluster 2022-04-26T05:21:56.204979+0000 mgr.smithi136.ofnrfx (mgr.14188) 5134 : cluster [DBG] pgmap v4805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:21:59 smithi136 bash[11745]: cluster 2022-04-26T05:21:58.205593+0000 mgr.smithi136.ofnrfx (mgr.14188) 5135 : cluster [DBG] pgmap v4806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:21:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:21:59 smithi145 bash[13673]: cluster 2022-04-26T05:21:58.205593+0000 mgr.smithi136.ofnrfx (mgr.14188) 5135 : cluster [DBG] pgmap v4806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:00.737 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:00.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:00.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:01.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:01 smithi136 bash[11745]: cluster 2022-04-26T05:22:00.206229+0000 mgr.smithi136.ofnrfx (mgr.14188) 5136 : cluster [DBG] pgmap v4807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:01 smithi136 bash[11745]: audit 2022-04-26T05:22:01.042907+0000 mon.smithi136 (mon.0) 3410 : audit [DBG] from='client.? 172.21.15.136:0/4041483350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:01 smithi145 bash[13673]: cluster 2022-04-26T05:22:00.206229+0000 mgr.smithi136.ofnrfx (mgr.14188) 5136 : cluster [DBG] pgmap v4807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:01 smithi145 bash[13673]: audit 2022-04-26T05:22:01.042907+0000 mon.smithi136 (mon.0) 3410 : audit [DBG] from='client.? 172.21.15.136:0/4041483350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:03 smithi136 bash[11745]: cluster 2022-04-26T05:22:02.206982+0000 mgr.smithi136.ofnrfx (mgr.14188) 5137 : cluster [DBG] pgmap v4808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:03 smithi136 bash[11745]: audit 2022-04-26T05:22:02.515124+0000 mon.smithi136 (mon.0) 3411 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:22:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:03 smithi136 bash[11745]: audit 2022-04-26T05:22:02.518944+0000 mon.smithi136 (mon.0) 3412 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:22:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:03 smithi145 bash[13673]: cluster 2022-04-26T05:22:02.206982+0000 mgr.smithi136.ofnrfx (mgr.14188) 5137 : cluster [DBG] pgmap v4808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:03 smithi145 bash[13673]: audit 2022-04-26T05:22:02.515124+0000 mon.smithi136 (mon.0) 3411 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:22:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:03 smithi145 bash[13673]: audit 2022-04-26T05:22:02.518944+0000 mon.smithi136 (mon.0) 3412 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:22:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:04 smithi136 bash[11745]: audit 2022-04-26T05:22:04.210301+0000 mon.smithi136 (mon.0) 3413 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:22:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:04 smithi136 bash[11745]: audit 2022-04-26T05:22:04.212956+0000 mon.smithi136 (mon.0) 3414 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:22:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:04 smithi136 bash[11745]: audit 2022-04-26T05:22:04.214809+0000 mon.smithi136 (mon.0) 3415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:22:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:04 smithi145 bash[13673]: audit 2022-04-26T05:22:04.210301+0000 mon.smithi136 (mon.0) 3413 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:22:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:04 smithi145 bash[13673]: audit 2022-04-26T05:22:04.212956+0000 mon.smithi136 (mon.0) 3414 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:22:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:04 smithi145 bash[13673]: audit 2022-04-26T05:22:04.214809+0000 mon.smithi136 (mon.0) 3415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:22:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:05 smithi136 bash[11745]: cluster 2022-04-26T05:22:04.207697+0000 mgr.smithi136.ofnrfx (mgr.14188) 5138 : cluster [DBG] pgmap v4809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:05 smithi136 bash[11745]: cluster 2022-04-26T05:22:04.515965+0000 mgr.smithi136.ofnrfx (mgr.14188) 5139 : cluster [DBG] pgmap v4810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:05 smithi136 bash[11745]: cluster 2022-04-26T05:22:04.516204+0000 mgr.smithi136.ofnrfx (mgr.14188) 5140 : cluster [DBG] pgmap v4811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:05.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:05 smithi136 bash[11745]: audit 2022-04-26T05:22:04.522510+0000 mon.smithi136 (mon.0) 3416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:22:05.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:05 smithi136 bash[11745]: audit 2022-04-26T05:22:04.530585+0000 mon.smithi136 (mon.0) 3417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:22:05.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:05 smithi136 bash[11745]: cephadm 2022-04-26T05:22:04.531685+0000 mgr.smithi136.ofnrfx (mgr.14188) 5141 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:22:05.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:05 smithi136 bash[11745]: cephadm 2022-04-26T05:22:04.531817+0000 mgr.smithi136.ofnrfx (mgr.14188) 5142 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:22:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:05 smithi145 bash[13673]: cluster 2022-04-26T05:22:04.207697+0000 mgr.smithi136.ofnrfx (mgr.14188) 5138 : cluster [DBG] pgmap v4809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:05 smithi145 bash[13673]: cluster 2022-04-26T05:22:04.515965+0000 mgr.smithi136.ofnrfx (mgr.14188) 5139 : cluster [DBG] pgmap v4810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:05 smithi145 bash[13673]: cluster 2022-04-26T05:22:04.516204+0000 mgr.smithi136.ofnrfx (mgr.14188) 5140 : cluster [DBG] pgmap v4811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:05 smithi145 bash[13673]: audit 2022-04-26T05:22:04.522510+0000 mon.smithi136 (mon.0) 3416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:22:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:05 smithi145 bash[13673]: audit 2022-04-26T05:22:04.530585+0000 mon.smithi136 (mon.0) 3417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:22:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:05 smithi145 bash[13673]: cephadm 2022-04-26T05:22:04.531685+0000 mgr.smithi136.ofnrfx (mgr.14188) 5141 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:22:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:05 smithi145 bash[13673]: cephadm 2022-04-26T05:22:04.531817+0000 mgr.smithi136.ofnrfx (mgr.14188) 5142 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:22:06.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:06.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:06.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:06.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:06 smithi136 bash[11745]: audit 2022-04-26T05:22:06.375302+0000 mon.smithi136 (mon.0) 3418 : audit [DBG] from='client.? 172.21.15.136:0/4075479886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:06 smithi136 bash[11745]: cluster 2022-04-26T05:22:06.516765+0000 mgr.smithi136.ofnrfx (mgr.14188) 5143 : cluster [DBG] pgmap v4812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:06 smithi145 bash[13673]: audit 2022-04-26T05:22:06.375302+0000 mon.smithi136 (mon.0) 3418 : audit [DBG] from='client.? 172.21.15.136:0/4075479886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:06 smithi145 bash[13673]: cluster 2022-04-26T05:22:06.516765+0000 mgr.smithi136.ofnrfx (mgr.14188) 5143 : cluster [DBG] pgmap v4812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:09 smithi145 bash[13673]: cluster 2022-04-26T05:22:08.517348+0000 mgr.smithi136.ofnrfx (mgr.14188) 5144 : cluster [DBG] pgmap v4813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:09 smithi136 bash[11745]: cluster 2022-04-26T05:22:08.517348+0000 mgr.smithi136.ofnrfx (mgr.14188) 5144 : cluster [DBG] pgmap v4813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:11.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:11.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:11.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:11.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:11 smithi145 bash[13673]: cluster 2022-04-26T05:22:10.517969+0000 mgr.smithi136.ofnrfx (mgr.14188) 5145 : cluster [DBG] pgmap v4814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:11 smithi136 bash[11745]: cluster 2022-04-26T05:22:10.517969+0000 mgr.smithi136.ofnrfx (mgr.14188) 5145 : cluster [DBG] pgmap v4814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:12 smithi145 bash[13673]: audit 2022-04-26T05:22:11.706123+0000 mon.smithi136 (mon.0) 3419 : audit [DBG] from='client.? 172.21.15.136:0/3777552669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:12 smithi136 bash[11745]: audit 2022-04-26T05:22:11.706123+0000 mon.smithi136 (mon.0) 3419 : audit [DBG] from='client.? 172.21.15.136:0/3777552669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:13 smithi145 bash[13673]: cluster 2022-04-26T05:22:12.518622+0000 mgr.smithi136.ofnrfx (mgr.14188) 5146 : cluster [DBG] pgmap v4815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:13 smithi136 bash[11745]: cluster 2022-04-26T05:22:12.518622+0000 mgr.smithi136.ofnrfx (mgr.14188) 5146 : cluster [DBG] pgmap v4815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:15 smithi145 bash[13673]: cluster 2022-04-26T05:22:14.519251+0000 mgr.smithi136.ofnrfx (mgr.14188) 5147 : cluster [DBG] pgmap v4816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:15 smithi136 bash[11745]: cluster 2022-04-26T05:22:14.519251+0000 mgr.smithi136.ofnrfx (mgr.14188) 5147 : cluster [DBG] pgmap v4816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:16.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:16.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:16.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:17.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:16 smithi136 bash[11745]: cluster 2022-04-26T05:22:16.519930+0000 mgr.smithi136.ofnrfx (mgr.14188) 5148 : cluster [DBG] pgmap v4817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:16 smithi145 bash[13673]: cluster 2022-04-26T05:22:16.519930+0000 mgr.smithi136.ofnrfx (mgr.14188) 5148 : cluster [DBG] pgmap v4817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:17 smithi136 bash[11745]: audit 2022-04-26T05:22:17.034852+0000 mon.smithi136 (mon.0) 3420 : audit [DBG] from='client.? 172.21.15.136:0/3334627213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:17 smithi145 bash[13673]: audit 2022-04-26T05:22:17.034852+0000 mon.smithi136 (mon.0) 3420 : audit [DBG] from='client.? 172.21.15.136:0/3334627213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:18 smithi136 bash[11745]: cluster 2022-04-26T05:22:18.520555+0000 mgr.smithi136.ofnrfx (mgr.14188) 5149 : cluster [DBG] pgmap v4818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:18 smithi145 bash[13673]: cluster 2022-04-26T05:22:18.520555+0000 mgr.smithi136.ofnrfx (mgr.14188) 5149 : cluster [DBG] pgmap v4818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:21 smithi145 bash[13673]: cluster 2022-04-26T05:22:20.521211+0000 mgr.smithi136.ofnrfx (mgr.14188) 5150 : cluster [DBG] pgmap v4819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:22.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:22.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:22.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:22.095 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:21 smithi136 bash[11745]: cluster 2022-04-26T05:22:20.521211+0000 mgr.smithi136.ofnrfx (mgr.14188) 5150 : cluster [DBG] pgmap v4819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:22.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:22 smithi145 bash[13673]: audit 2022-04-26T05:22:22.358718+0000 mon.smithi136 (mon.0) 3421 : audit [DBG] from='client.? 172.21.15.136:0/2836910588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:22 smithi136 bash[11745]: audit 2022-04-26T05:22:22.358718+0000 mon.smithi136 (mon.0) 3421 : audit [DBG] from='client.? 172.21.15.136:0/2836910588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:23 smithi145 bash[13673]: cluster 2022-04-26T05:22:22.521928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5151 : cluster [DBG] pgmap v4820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:23 smithi136 bash[11745]: cluster 2022-04-26T05:22:22.521928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5151 : cluster [DBG] pgmap v4820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:25 smithi145 bash[13673]: cluster 2022-04-26T05:22:24.522567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5152 : cluster [DBG] pgmap v4821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:25 smithi136 bash[11745]: cluster 2022-04-26T05:22:24.522567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5152 : cluster [DBG] pgmap v4821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:26 smithi136 bash[11745]: cluster 2022-04-26T05:22:26.523195+0000 mgr.smithi136.ofnrfx (mgr.14188) 5153 : cluster [DBG] pgmap v4822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:27.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:27.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:27.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:26 smithi145 bash[13673]: cluster 2022-04-26T05:22:26.523195+0000 mgr.smithi136.ofnrfx (mgr.14188) 5153 : cluster [DBG] pgmap v4822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:27.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:27 smithi136 bash[11745]: audit 2022-04-26T05:22:27.689849+0000 mon.smithi136 (mon.0) 3422 : audit [DBG] from='client.? 172.21.15.136:0/3571362868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:27 smithi145 bash[13673]: audit 2022-04-26T05:22:27.689849+0000 mon.smithi136 (mon.0) 3422 : audit [DBG] from='client.? 172.21.15.136:0/3571362868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:28 smithi136 bash[11745]: cluster 2022-04-26T05:22:28.523860+0000 mgr.smithi136.ofnrfx (mgr.14188) 5154 : cluster [DBG] pgmap v4823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:28 smithi145 bash[13673]: cluster 2022-04-26T05:22:28.523860+0000 mgr.smithi136.ofnrfx (mgr.14188) 5154 : cluster [DBG] pgmap v4823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:31 smithi145 bash[13673]: cluster 2022-04-26T05:22:30.524631+0000 mgr.smithi136.ofnrfx (mgr.14188) 5155 : cluster [DBG] pgmap v4824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:31 smithi136 bash[11745]: cluster 2022-04-26T05:22:30.524631+0000 mgr.smithi136.ofnrfx (mgr.14188) 5155 : cluster [DBG] pgmap v4824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:32.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:32.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:32.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:33.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:33 smithi145 bash[13673]: cluster 2022-04-26T05:22:32.525384+0000 mgr.smithi136.ofnrfx (mgr.14188) 5156 : cluster [DBG] pgmap v4825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:33 smithi145 bash[13673]: audit 2022-04-26T05:22:33.021815+0000 mon.smithi136 (mon.0) 3423 : audit [DBG] from='client.? 172.21.15.136:0/1033221884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:33 smithi136 bash[11745]: cluster 2022-04-26T05:22:32.525384+0000 mgr.smithi136.ofnrfx (mgr.14188) 5156 : cluster [DBG] pgmap v4825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:34.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:33 smithi136 bash[11745]: audit 2022-04-26T05:22:33.021815+0000 mon.smithi136 (mon.0) 3423 : audit [DBG] from='client.? 172.21.15.136:0/1033221884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:35 smithi145 bash[13673]: cluster 2022-04-26T05:22:34.526005+0000 mgr.smithi136.ofnrfx (mgr.14188) 5157 : cluster [DBG] pgmap v4826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:35 smithi136 bash[11745]: cluster 2022-04-26T05:22:34.526005+0000 mgr.smithi136.ofnrfx (mgr.14188) 5157 : cluster [DBG] pgmap v4826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:36 smithi136 bash[11745]: cluster 2022-04-26T05:22:36.526605+0000 mgr.smithi136.ofnrfx (mgr.14188) 5158 : cluster [DBG] pgmap v4827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:36 smithi145 bash[13673]: cluster 2022-04-26T05:22:36.526605+0000 mgr.smithi136.ofnrfx (mgr.14188) 5158 : cluster [DBG] pgmap v4827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:38.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:38.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:38.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:38.363 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:38 smithi136 bash[11745]: audit 2022-04-26T05:22:38.347189+0000 mon.smithi136 (mon.0) 3424 : audit [DBG] from='client.? 172.21.15.136:0/865590852' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:38 smithi145 bash[13673]: audit 2022-04-26T05:22:38.347189+0000 mon.smithi136 (mon.0) 3424 : audit [DBG] from='client.? 172.21.15.136:0/865590852' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:39 smithi136 bash[11745]: cluster 2022-04-26T05:22:38.527239+0000 mgr.smithi136.ofnrfx (mgr.14188) 5159 : cluster [DBG] pgmap v4828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:39 smithi145 bash[13673]: cluster 2022-04-26T05:22:38.527239+0000 mgr.smithi136.ofnrfx (mgr.14188) 5159 : cluster [DBG] pgmap v4828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:41 smithi145 bash[13673]: cluster 2022-04-26T05:22:40.527901+0000 mgr.smithi136.ofnrfx (mgr.14188) 5160 : cluster [DBG] pgmap v4829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:41 smithi136 bash[11745]: cluster 2022-04-26T05:22:40.527901+0000 mgr.smithi136.ofnrfx (mgr.14188) 5160 : cluster [DBG] pgmap v4829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:43.366 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:43.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:43.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:43.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:43 smithi145 bash[13673]: cluster 2022-04-26T05:22:42.528556+0000 mgr.smithi136.ofnrfx (mgr.14188) 5161 : cluster [DBG] pgmap v4830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:43 smithi136 bash[11745]: cluster 2022-04-26T05:22:42.528556+0000 mgr.smithi136.ofnrfx (mgr.14188) 5161 : cluster [DBG] pgmap v4830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:44 smithi145 bash[13673]: audit 2022-04-26T05:22:43.676780+0000 mon.smithi136 (mon.0) 3425 : audit [DBG] from='client.? 172.21.15.136:0/1848963281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:44 smithi136 bash[11745]: audit 2022-04-26T05:22:43.676780+0000 mon.smithi136 (mon.0) 3425 : audit [DBG] from='client.? 172.21.15.136:0/1848963281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:45 smithi145 bash[13673]: cluster 2022-04-26T05:22:44.529173+0000 mgr.smithi136.ofnrfx (mgr.14188) 5162 : cluster [DBG] pgmap v4831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:45 smithi136 bash[11745]: cluster 2022-04-26T05:22:44.529173+0000 mgr.smithi136.ofnrfx (mgr.14188) 5162 : cluster [DBG] pgmap v4831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:46 smithi136 bash[11745]: cluster 2022-04-26T05:22:46.529819+0000 mgr.smithi136.ofnrfx (mgr.14188) 5163 : cluster [DBG] pgmap v4832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:46 smithi145 bash[13673]: cluster 2022-04-26T05:22:46.529819+0000 mgr.smithi136.ofnrfx (mgr.14188) 5163 : cluster [DBG] pgmap v4832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:48.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:48.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:48.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:49.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:49 smithi145 bash[13673]: cluster 2022-04-26T05:22:48.530442+0000 mgr.smithi136.ofnrfx (mgr.14188) 5164 : cluster [DBG] pgmap v4833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:49.989 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:49 smithi145 bash[13673]: audit 2022-04-26T05:22:49.010157+0000 mon.smithi136 (mon.0) 3426 : audit [DBG] from='client.? 172.21.15.136:0/1988254666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:49 smithi136 bash[11745]: cluster 2022-04-26T05:22:48.530442+0000 mgr.smithi136.ofnrfx (mgr.14188) 5164 : cluster [DBG] pgmap v4833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:49 smithi136 bash[11745]: audit 2022-04-26T05:22:49.010157+0000 mon.smithi136 (mon.0) 3426 : audit [DBG] from='client.? 172.21.15.136:0/1988254666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:51 smithi145 bash[13673]: cluster 2022-04-26T05:22:50.531060+0000 mgr.smithi136.ofnrfx (mgr.14188) 5165 : cluster [DBG] pgmap v4834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:51 smithi136 bash[11745]: cluster 2022-04-26T05:22:50.531060+0000 mgr.smithi136.ofnrfx (mgr.14188) 5165 : cluster [DBG] pgmap v4834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:53 smithi145 bash[13673]: cluster 2022-04-26T05:22:52.531779+0000 mgr.smithi136.ofnrfx (mgr.14188) 5166 : cluster [DBG] pgmap v4835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:54.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:54.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:54.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:53 smithi136 bash[11745]: cluster 2022-04-26T05:22:52.531779+0000 mgr.smithi136.ofnrfx (mgr.14188) 5166 : cluster [DBG] pgmap v4835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:54.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:54 smithi145 bash[13673]: audit 2022-04-26T05:22:54.335738+0000 mon.smithi136 (mon.0) 3427 : audit [DBG] from='client.? 172.21.15.136:0/2928877324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:54 smithi136 bash[11745]: audit 2022-04-26T05:22:54.335738+0000 mon.smithi136 (mon.0) 3427 : audit [DBG] from='client.? 172.21.15.136:0/2928877324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:22:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:55 smithi145 bash[13673]: cluster 2022-04-26T05:22:54.532448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5167 : cluster [DBG] pgmap v4836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:55 smithi136 bash[11745]: cluster 2022-04-26T05:22:54.532448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5167 : cluster [DBG] pgmap v4836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:56 smithi136 bash[11745]: cluster 2022-04-26T05:22:56.533119+0000 mgr.smithi136.ofnrfx (mgr.14188) 5168 : cluster [DBG] pgmap v4837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:56 smithi145 bash[13673]: cluster 2022-04-26T05:22:56.533119+0000 mgr.smithi136.ofnrfx (mgr.14188) 5168 : cluster [DBG] pgmap v4837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:22:59.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:22:59.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:22:59.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:22:59.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:22:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:22:59 smithi145 bash[13673]: cluster 2022-04-26T05:22:58.533723+0000 mgr.smithi136.ofnrfx (mgr.14188) 5169 : cluster [DBG] pgmap v4838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:22:59 smithi136 bash[11745]: cluster 2022-04-26T05:22:58.533723+0000 mgr.smithi136.ofnrfx (mgr.14188) 5169 : cluster [DBG] pgmap v4838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:00 smithi145 bash[13673]: audit 2022-04-26T05:22:59.657390+0000 mon.smithi136 (mon.0) 3428 : audit [DBG] from='client.? 172.21.15.136:0/4261054831' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:00 smithi136 bash[11745]: audit 2022-04-26T05:22:59.657390+0000 mon.smithi136 (mon.0) 3428 : audit [DBG] from='client.? 172.21.15.136:0/4261054831' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:01 smithi145 bash[13673]: cluster 2022-04-26T05:23:00.534335+0000 mgr.smithi136.ofnrfx (mgr.14188) 5170 : cluster [DBG] pgmap v4839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:01 smithi136 bash[11745]: cluster 2022-04-26T05:23:00.534335+0000 mgr.smithi136.ofnrfx (mgr.14188) 5170 : cluster [DBG] pgmap v4839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:02 smithi145 bash[13673]: audit 2022-04-26T05:23:02.519163+0000 mon.smithi136 (mon.0) 3429 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:23:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:02 smithi145 bash[13673]: audit 2022-04-26T05:23:02.522980+0000 mon.smithi136 (mon.0) 3430 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:23:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:02 smithi136 bash[11745]: audit 2022-04-26T05:23:02.519163+0000 mon.smithi136 (mon.0) 3429 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:23:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:02 smithi136 bash[11745]: audit 2022-04-26T05:23:02.522980+0000 mon.smithi136 (mon.0) 3430 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:23:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:03 smithi145 bash[13673]: cluster 2022-04-26T05:23:02.534985+0000 mgr.smithi136.ofnrfx (mgr.14188) 5171 : cluster [DBG] pgmap v4840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:03 smithi136 bash[11745]: cluster 2022-04-26T05:23:02.534985+0000 mgr.smithi136.ofnrfx (mgr.14188) 5171 : cluster [DBG] pgmap v4840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:04.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:04.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:04.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:04 smithi145 bash[13673]: audit 2022-04-26T05:23:04.541793+0000 mon.smithi136 (mon.0) 3431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:23:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:04 smithi145 bash[13673]: audit 2022-04-26T05:23:04.544756+0000 mon.smithi136 (mon.0) 3432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:23:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:04 smithi145 bash[13673]: audit 2022-04-26T05:23:04.546614+0000 mon.smithi136 (mon.0) 3433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:23:04.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:04 smithi136 bash[11745]: audit 2022-04-26T05:23:04.541793+0000 mon.smithi136 (mon.0) 3431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:23:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:04 smithi136 bash[11745]: audit 2022-04-26T05:23:04.544756+0000 mon.smithi136 (mon.0) 3432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:23:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:04 smithi136 bash[11745]: audit 2022-04-26T05:23:04.546614+0000 mon.smithi136 (mon.0) 3433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:23:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:05 smithi145 bash[13673]: cluster 2022-04-26T05:23:04.535580+0000 mgr.smithi136.ofnrfx (mgr.14188) 5172 : cluster [DBG] pgmap v4841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:05.917 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:05 smithi145 bash[13673]: audit 2022-04-26T05:23:04.968750+0000 mon.smithi136 (mon.0) 3434 : audit [DBG] from='client.? 172.21.15.136:0/3559577349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:05 smithi136 bash[11745]: cluster 2022-04-26T05:23:04.535580+0000 mgr.smithi136.ofnrfx (mgr.14188) 5172 : cluster [DBG] pgmap v4841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:05 smithi136 bash[11745]: audit 2022-04-26T05:23:04.968750+0000 mon.smithi136 (mon.0) 3434 : audit [DBG] from='client.? 172.21.15.136:0/3559577349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:06 smithi136 bash[11745]: cluster 2022-04-26T05:23:06.536220+0000 mgr.smithi136.ofnrfx (mgr.14188) 5173 : cluster [DBG] pgmap v4842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:06 smithi145 bash[13673]: cluster 2022-04-26T05:23:06.536220+0000 mgr.smithi136.ofnrfx (mgr.14188) 5173 : cluster [DBG] pgmap v4842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:09 smithi145 bash[13673]: audit 2022-04-26T05:23:08.356276+0000 mon.smithi136 (mon.0) 3435 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:23:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:09 smithi145 bash[13673]: cluster 2022-04-26T05:23:08.536836+0000 mgr.smithi136.ofnrfx (mgr.14188) 5174 : cluster [DBG] pgmap v4843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:09 smithi145 bash[13673]: audit 2022-04-26T05:23:09.094909+0000 mon.smithi136 (mon.0) 3436 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:23:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:09 smithi136 bash[11745]: audit 2022-04-26T05:23:08.356276+0000 mon.smithi136 (mon.0) 3435 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:23:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:09 smithi136 bash[11745]: cluster 2022-04-26T05:23:08.536836+0000 mgr.smithi136.ofnrfx (mgr.14188) 5174 : cluster [DBG] pgmap v4843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:09 smithi136 bash[11745]: audit 2022-04-26T05:23:09.094909+0000 mon.smithi136 (mon.0) 3436 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:23:09.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:09.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:09.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:10.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:10 smithi145 bash[13673]: cluster 2022-04-26T05:23:09.382855+0000 mgr.smithi136.ofnrfx (mgr.14188) 5175 : cluster [DBG] pgmap v4844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:10 smithi145 bash[13673]: cluster 2022-04-26T05:23:09.383155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5176 : cluster [DBG] pgmap v4845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:10 smithi145 bash[13673]: audit 2022-04-26T05:23:09.388475+0000 mon.smithi136 (mon.0) 3437 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:23:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:10 smithi145 bash[13673]: audit 2022-04-26T05:23:09.395333+0000 mon.smithi136 (mon.0) 3438 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:23:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:10 smithi145 bash[13673]: cephadm 2022-04-26T05:23:09.396314+0000 mgr.smithi136.ofnrfx (mgr.14188) 5177 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:23:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:10 smithi145 bash[13673]: cephadm 2022-04-26T05:23:09.396466+0000 mgr.smithi136.ofnrfx (mgr.14188) 5178 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:23:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:10 smithi145 bash[13673]: audit 2022-04-26T05:23:10.298303+0000 mon.smithi145 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.136:0/2712559329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:10 smithi136 bash[11745]: cluster 2022-04-26T05:23:09.382855+0000 mgr.smithi136.ofnrfx (mgr.14188) 5175 : cluster [DBG] pgmap v4844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:10 smithi136 bash[11745]: cluster 2022-04-26T05:23:09.383155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5176 : cluster [DBG] pgmap v4845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:10 smithi136 bash[11745]: audit 2022-04-26T05:23:09.388475+0000 mon.smithi136 (mon.0) 3437 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:23:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:10 smithi136 bash[11745]: audit 2022-04-26T05:23:09.395333+0000 mon.smithi136 (mon.0) 3438 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:23:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:10 smithi136 bash[11745]: cephadm 2022-04-26T05:23:09.396314+0000 mgr.smithi136.ofnrfx (mgr.14188) 5177 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:23:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:10 smithi136 bash[11745]: cephadm 2022-04-26T05:23:09.396466+0000 mgr.smithi136.ofnrfx (mgr.14188) 5178 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:23:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:10 smithi136 bash[11745]: audit 2022-04-26T05:23:10.298303+0000 mon.smithi145 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.136:0/2712559329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:11 smithi136 bash[11745]: cluster 2022-04-26T05:23:11.383778+0000 mgr.smithi136.ofnrfx (mgr.14188) 5179 : cluster [DBG] pgmap v4846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:11 smithi145 bash[13673]: cluster 2022-04-26T05:23:11.383778+0000 mgr.smithi136.ofnrfx (mgr.14188) 5179 : cluster [DBG] pgmap v4846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:14 smithi136 bash[11745]: cluster 2022-04-26T05:23:13.384448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5180 : cluster [DBG] pgmap v4847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:14 smithi145 bash[13673]: cluster 2022-04-26T05:23:13.384448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5180 : cluster [DBG] pgmap v4847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:15.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:15.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:15.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:15.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:16 smithi136 bash[11745]: cluster 2022-04-26T05:23:15.384910+0000 mgr.smithi136.ofnrfx (mgr.14188) 5181 : cluster [DBG] pgmap v4848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:16 smithi136 bash[11745]: audit 2022-04-26T05:23:15.625323+0000 mon.smithi136 (mon.0) 3439 : audit [DBG] from='client.? 172.21.15.136:0/4232568090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:16 smithi145 bash[13673]: cluster 2022-04-26T05:23:15.384910+0000 mgr.smithi136.ofnrfx (mgr.14188) 5181 : cluster [DBG] pgmap v4848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:16 smithi145 bash[13673]: audit 2022-04-26T05:23:15.625323+0000 mon.smithi136 (mon.0) 3439 : audit [DBG] from='client.? 172.21.15.136:0/4232568090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:18 smithi136 bash[11745]: cluster 2022-04-26T05:23:17.385570+0000 mgr.smithi136.ofnrfx (mgr.14188) 5182 : cluster [DBG] pgmap v4849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:18 smithi145 bash[13673]: cluster 2022-04-26T05:23:17.385570+0000 mgr.smithi136.ofnrfx (mgr.14188) 5182 : cluster [DBG] pgmap v4849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:20.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:20.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:20.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:20 smithi136 bash[11745]: cluster 2022-04-26T05:23:19.386336+0000 mgr.smithi136.ofnrfx (mgr.14188) 5183 : cluster [DBG] pgmap v4850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:20 smithi145 bash[13673]: cluster 2022-04-26T05:23:19.386336+0000 mgr.smithi136.ofnrfx (mgr.14188) 5183 : cluster [DBG] pgmap v4850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:20.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:21 smithi136 bash[11745]: audit 2022-04-26T05:23:20.951674+0000 mon.smithi136 (mon.0) 3440 : audit [DBG] from='client.? 172.21.15.136:0/636935488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:21 smithi136 bash[11745]: cluster 2022-04-26T05:23:21.387042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5184 : cluster [DBG] pgmap v4851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:21 smithi145 bash[13673]: audit 2022-04-26T05:23:20.951674+0000 mon.smithi136 (mon.0) 3440 : audit [DBG] from='client.? 172.21.15.136:0/636935488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:21 smithi145 bash[13673]: cluster 2022-04-26T05:23:21.387042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5184 : cluster [DBG] pgmap v4851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:24 smithi136 bash[11745]: cluster 2022-04-26T05:23:23.387672+0000 mgr.smithi136.ofnrfx (mgr.14188) 5185 : cluster [DBG] pgmap v4852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:24 smithi145 bash[13673]: cluster 2022-04-26T05:23:23.387672+0000 mgr.smithi136.ofnrfx (mgr.14188) 5185 : cluster [DBG] pgmap v4852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:25.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:25.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:25.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:26.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:26 smithi136 bash[11745]: cluster 2022-04-26T05:23:25.388312+0000 mgr.smithi136.ofnrfx (mgr.14188) 5186 : cluster [DBG] pgmap v4853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:26.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:26 smithi136 bash[11745]: audit 2022-04-26T05:23:26.282054+0000 mon.smithi136 (mon.0) 3441 : audit [DBG] from='client.? 172.21.15.136:0/3821437515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:26 smithi145 bash[13673]: cluster 2022-04-26T05:23:25.388312+0000 mgr.smithi136.ofnrfx (mgr.14188) 5186 : cluster [DBG] pgmap v4853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:26 smithi145 bash[13673]: audit 2022-04-26T05:23:26.282054+0000 mon.smithi136 (mon.0) 3441 : audit [DBG] from='client.? 172.21.15.136:0/3821437515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:28 smithi136 bash[11745]: cluster 2022-04-26T05:23:27.388937+0000 mgr.smithi136.ofnrfx (mgr.14188) 5187 : cluster [DBG] pgmap v4854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:28 smithi145 bash[13673]: cluster 2022-04-26T05:23:27.388937+0000 mgr.smithi136.ofnrfx (mgr.14188) 5187 : cluster [DBG] pgmap v4854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:30 smithi136 bash[11745]: cluster 2022-04-26T05:23:29.389641+0000 mgr.smithi136.ofnrfx (mgr.14188) 5188 : cluster [DBG] pgmap v4855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:30 smithi145 bash[13673]: cluster 2022-04-26T05:23:29.389641+0000 mgr.smithi136.ofnrfx (mgr.14188) 5188 : cluster [DBG] pgmap v4855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:31.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:31.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:31.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:31.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:31 smithi136 bash[11745]: cluster 2022-04-26T05:23:31.390282+0000 mgr.smithi136.ofnrfx (mgr.14188) 5189 : cluster [DBG] pgmap v4856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:31 smithi136 bash[11745]: audit 2022-04-26T05:23:31.611951+0000 mon.smithi136 (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.136:0/523868823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:31 smithi145 bash[13673]: cluster 2022-04-26T05:23:31.390282+0000 mgr.smithi136.ofnrfx (mgr.14188) 5189 : cluster [DBG] pgmap v4856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:31 smithi145 bash[13673]: audit 2022-04-26T05:23:31.611951+0000 mon.smithi136 (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.136:0/523868823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:34 smithi136 bash[11745]: cluster 2022-04-26T05:23:33.390926+0000 mgr.smithi136.ofnrfx (mgr.14188) 5190 : cluster [DBG] pgmap v4857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:34 smithi145 bash[13673]: cluster 2022-04-26T05:23:33.390926+0000 mgr.smithi136.ofnrfx (mgr.14188) 5190 : cluster [DBG] pgmap v4857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:36.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:36.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:36.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:36 smithi136 bash[11745]: cluster 2022-04-26T05:23:35.391583+0000 mgr.smithi136.ofnrfx (mgr.14188) 5191 : cluster [DBG] pgmap v4858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:36 smithi145 bash[13673]: cluster 2022-04-26T05:23:35.391583+0000 mgr.smithi136.ofnrfx (mgr.14188) 5191 : cluster [DBG] pgmap v4858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:36.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:37 smithi136 bash[11745]: audit 2022-04-26T05:23:36.943637+0000 mon.smithi136 (mon.0) 3443 : audit [DBG] from='client.? 172.21.15.136:0/1877544100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:37 smithi145 bash[13673]: audit 2022-04-26T05:23:36.943637+0000 mon.smithi136 (mon.0) 3443 : audit [DBG] from='client.? 172.21.15.136:0/1877544100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:38 smithi136 bash[11745]: cluster 2022-04-26T05:23:37.392376+0000 mgr.smithi136.ofnrfx (mgr.14188) 5192 : cluster [DBG] pgmap v4859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:38 smithi145 bash[13673]: cluster 2022-04-26T05:23:37.392376+0000 mgr.smithi136.ofnrfx (mgr.14188) 5192 : cluster [DBG] pgmap v4859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:40 smithi136 bash[11745]: cluster 2022-04-26T05:23:39.393042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5193 : cluster [DBG] pgmap v4860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:40 smithi145 bash[13673]: cluster 2022-04-26T05:23:39.393042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5193 : cluster [DBG] pgmap v4860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:41.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:41.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:41.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:42.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:41 smithi136 bash[11745]: cluster 2022-04-26T05:23:41.393710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5194 : cluster [DBG] pgmap v4861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:41 smithi145 bash[13673]: cluster 2022-04-26T05:23:41.393710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5194 : cluster [DBG] pgmap v4861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:43.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:42 smithi136 bash[11745]: audit 2022-04-26T05:23:42.271355+0000 mon.smithi136 (mon.0) 3444 : audit [DBG] from='client.? 172.21.15.136:0/3385282028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:42 smithi145 bash[13673]: audit 2022-04-26T05:23:42.271355+0000 mon.smithi136 (mon.0) 3444 : audit [DBG] from='client.? 172.21.15.136:0/3385282028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:43 smithi136 bash[11745]: cluster 2022-04-26T05:23:43.394395+0000 mgr.smithi136.ofnrfx (mgr.14188) 5195 : cluster [DBG] pgmap v4862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:43 smithi145 bash[13673]: cluster 2022-04-26T05:23:43.394395+0000 mgr.smithi136.ofnrfx (mgr.14188) 5195 : cluster [DBG] pgmap v4862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:46 smithi136 bash[11745]: cluster 2022-04-26T05:23:45.395056+0000 mgr.smithi136.ofnrfx (mgr.14188) 5196 : cluster [DBG] pgmap v4863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:46 smithi145 bash[13673]: cluster 2022-04-26T05:23:45.395056+0000 mgr.smithi136.ofnrfx (mgr.14188) 5196 : cluster [DBG] pgmap v4863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:47.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:47.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:47.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:47.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:48 smithi136 bash[11745]: cluster 2022-04-26T05:23:47.395475+0000 mgr.smithi136.ofnrfx (mgr.14188) 5197 : cluster [DBG] pgmap v4864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:48.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:48 smithi136 bash[11745]: audit 2022-04-26T05:23:47.595536+0000 mon.smithi136 (mon.0) 3445 : audit [DBG] from='client.? 172.21.15.136:0/3474524906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:48 smithi145 bash[13673]: cluster 2022-04-26T05:23:47.395475+0000 mgr.smithi136.ofnrfx (mgr.14188) 5197 : cluster [DBG] pgmap v4864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:48 smithi145 bash[13673]: audit 2022-04-26T05:23:47.595536+0000 mon.smithi136 (mon.0) 3445 : audit [DBG] from='client.? 172.21.15.136:0/3474524906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:50 smithi136 bash[11745]: cluster 2022-04-26T05:23:49.396081+0000 mgr.smithi136.ofnrfx (mgr.14188) 5198 : cluster [DBG] pgmap v4865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:50 smithi145 bash[13673]: cluster 2022-04-26T05:23:49.396081+0000 mgr.smithi136.ofnrfx (mgr.14188) 5198 : cluster [DBG] pgmap v4865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:51 smithi136 bash[11745]: cluster 2022-04-26T05:23:51.396776+0000 mgr.smithi136.ofnrfx (mgr.14188) 5199 : cluster [DBG] pgmap v4866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:51 smithi145 bash[13673]: cluster 2022-04-26T05:23:51.396776+0000 mgr.smithi136.ofnrfx (mgr.14188) 5199 : cluster [DBG] pgmap v4866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:52.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:52.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:52.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:52.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:52 smithi136 bash[11745]: audit 2022-04-26T05:23:52.932328+0000 mon.smithi136 (mon.0) 3446 : audit [DBG] from='client.? 172.21.15.136:0/1067680503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:52 smithi145 bash[13673]: audit 2022-04-26T05:23:52.932328+0000 mon.smithi136 (mon.0) 3446 : audit [DBG] from='client.? 172.21.15.136:0/1067680503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:53 smithi136 bash[11745]: cluster 2022-04-26T05:23:53.397435+0000 mgr.smithi136.ofnrfx (mgr.14188) 5200 : cluster [DBG] pgmap v4867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:53 smithi145 bash[13673]: cluster 2022-04-26T05:23:53.397435+0000 mgr.smithi136.ofnrfx (mgr.14188) 5200 : cluster [DBG] pgmap v4867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:56 smithi136 bash[11745]: cluster 2022-04-26T05:23:55.398063+0000 mgr.smithi136.ofnrfx (mgr.14188) 5201 : cluster [DBG] pgmap v4868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:56 smithi145 bash[13673]: cluster 2022-04-26T05:23:55.398063+0000 mgr.smithi136.ofnrfx (mgr.14188) 5201 : cluster [DBG] pgmap v4868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:57.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:23:57.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:23:57.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:23:58.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:23:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:58 smithi136 bash[11745]: cluster 2022-04-26T05:23:57.398744+0000 mgr.smithi136.ofnrfx (mgr.14188) 5202 : cluster [DBG] pgmap v4869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:23:58 smithi136 bash[11745]: audit 2022-04-26T05:23:58.262224+0000 mon.smithi136 (mon.0) 3447 : audit [DBG] from='client.? 172.21.15.136:0/2447047840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:23:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:58 smithi145 bash[13673]: cluster 2022-04-26T05:23:57.398744+0000 mgr.smithi136.ofnrfx (mgr.14188) 5202 : cluster [DBG] pgmap v4869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:23:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:23:58 smithi145 bash[13673]: audit 2022-04-26T05:23:58.262224+0000 mon.smithi136 (mon.0) 3447 : audit [DBG] from='client.? 172.21.15.136:0/2447047840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:00 smithi136 bash[11745]: cluster 2022-04-26T05:23:59.399379+0000 mgr.smithi136.ofnrfx (mgr.14188) 5203 : cluster [DBG] pgmap v4870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:00 smithi145 bash[13673]: cluster 2022-04-26T05:23:59.399379+0000 mgr.smithi136.ofnrfx (mgr.14188) 5203 : cluster [DBG] pgmap v4870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:01 smithi136 bash[11745]: cluster 2022-04-26T05:24:01.400055+0000 mgr.smithi136.ofnrfx (mgr.14188) 5204 : cluster [DBG] pgmap v4871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:01 smithi145 bash[13673]: cluster 2022-04-26T05:24:01.400055+0000 mgr.smithi136.ofnrfx (mgr.14188) 5204 : cluster [DBG] pgmap v4871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:03.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:03.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:03.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:02 smithi136 bash[11745]: audit 2022-04-26T05:24:02.523261+0000 mon.smithi136 (mon.0) 3448 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:24:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:02 smithi136 bash[11745]: audit 2022-04-26T05:24:02.527326+0000 mon.smithi136 (mon.0) 3449 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:24:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:02 smithi145 bash[13673]: audit 2022-04-26T05:24:02.523261+0000 mon.smithi136 (mon.0) 3448 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:24:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:02 smithi145 bash[13673]: audit 2022-04-26T05:24:02.527326+0000 mon.smithi136 (mon.0) 3449 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:24:03.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:03 smithi136 bash[11745]: cluster 2022-04-26T05:24:03.400503+0000 mgr.smithi136.ofnrfx (mgr.14188) 5205 : cluster [DBG] pgmap v4872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:03 smithi136 bash[11745]: audit 2022-04-26T05:24:03.596952+0000 mon.smithi136 (mon.0) 3450 : audit [DBG] from='client.? 172.21.15.136:0/281961204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:03 smithi145 bash[13673]: cluster 2022-04-26T05:24:03.400503+0000 mgr.smithi136.ofnrfx (mgr.14188) 5205 : cluster [DBG] pgmap v4872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:03 smithi145 bash[13673]: audit 2022-04-26T05:24:03.596952+0000 mon.smithi136 (mon.0) 3450 : audit [DBG] from='client.? 172.21.15.136:0/281961204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:06 smithi136 bash[11745]: cluster 2022-04-26T05:24:05.401115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5206 : cluster [DBG] pgmap v4873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:06 smithi145 bash[13673]: cluster 2022-04-26T05:24:05.401115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5206 : cluster [DBG] pgmap v4873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:08.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:08.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:08.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:08 smithi136 bash[11745]: cluster 2022-04-26T05:24:07.401776+0000 mgr.smithi136.ofnrfx (mgr.14188) 5207 : cluster [DBG] pgmap v4874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:08 smithi145 bash[13673]: cluster 2022-04-26T05:24:07.401776+0000 mgr.smithi136.ofnrfx (mgr.14188) 5207 : cluster [DBG] pgmap v4874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:08.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:09 smithi136 bash[11745]: audit 2022-04-26T05:24:08.926147+0000 mon.smithi136 (mon.0) 3451 : audit [DBG] from='client.? 172.21.15.136:0/2942276715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:09 smithi136 bash[11745]: audit 2022-04-26T05:24:09.407202+0000 mon.smithi136 (mon.0) 3452 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:24:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:09 smithi136 bash[11745]: audit 2022-04-26T05:24:09.410071+0000 mon.smithi136 (mon.0) 3453 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:24:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:09 smithi136 bash[11745]: audit 2022-04-26T05:24:09.412065+0000 mon.smithi136 (mon.0) 3454 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:24:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:09 smithi145 bash[13673]: audit 2022-04-26T05:24:08.926147+0000 mon.smithi136 (mon.0) 3451 : audit [DBG] from='client.? 172.21.15.136:0/2942276715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:09 smithi145 bash[13673]: audit 2022-04-26T05:24:09.407202+0000 mon.smithi136 (mon.0) 3452 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:24:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:09 smithi145 bash[13673]: audit 2022-04-26T05:24:09.410071+0000 mon.smithi136 (mon.0) 3453 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:24:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:09 smithi145 bash[13673]: audit 2022-04-26T05:24:09.412065+0000 mon.smithi136 (mon.0) 3454 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:24:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:10 smithi136 bash[11745]: cluster 2022-04-26T05:24:09.402417+0000 mgr.smithi136.ofnrfx (mgr.14188) 5208 : cluster [DBG] pgmap v4875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:10 smithi136 bash[11745]: audit 2022-04-26T05:24:09.705667+0000 mon.smithi136 (mon.0) 3455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:24:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:10 smithi136 bash[11745]: audit 2022-04-26T05:24:10.028293+0000 mon.smithi136 (mon.0) 3456 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:24:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:10 smithi136 bash[11745]: audit 2022-04-26T05:24:10.034901+0000 mon.smithi136 (mon.0) 3457 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:24:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:10 smithi145 bash[13673]: cluster 2022-04-26T05:24:09.402417+0000 mgr.smithi136.ofnrfx (mgr.14188) 5208 : cluster [DBG] pgmap v4875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:10 smithi145 bash[13673]: audit 2022-04-26T05:24:09.705667+0000 mon.smithi136 (mon.0) 3455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:24:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:10 smithi145 bash[13673]: audit 2022-04-26T05:24:10.028293+0000 mon.smithi136 (mon.0) 3456 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:24:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:10 smithi145 bash[13673]: audit 2022-04-26T05:24:10.034901+0000 mon.smithi136 (mon.0) 3457 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:24:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:11 smithi136 bash[11745]: cluster 2022-04-26T05:24:10.020728+0000 mgr.smithi136.ofnrfx (mgr.14188) 5209 : cluster [DBG] pgmap v4876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:11 smithi136 bash[11745]: cluster 2022-04-26T05:24:10.021026+0000 mgr.smithi136.ofnrfx (mgr.14188) 5210 : cluster [DBG] pgmap v4877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:11 smithi136 bash[11745]: cephadm 2022-04-26T05:24:10.035854+0000 mgr.smithi136.ofnrfx (mgr.14188) 5211 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:24:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:11 smithi136 bash[11745]: cephadm 2022-04-26T05:24:10.035970+0000 mgr.smithi136.ofnrfx (mgr.14188) 5212 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:24:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:11 smithi145 bash[13673]: cluster 2022-04-26T05:24:10.020728+0000 mgr.smithi136.ofnrfx (mgr.14188) 5209 : cluster [DBG] pgmap v4876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:11 smithi145 bash[13673]: cluster 2022-04-26T05:24:10.021026+0000 mgr.smithi136.ofnrfx (mgr.14188) 5210 : cluster [DBG] pgmap v4877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:11 smithi145 bash[13673]: cephadm 2022-04-26T05:24:10.035854+0000 mgr.smithi136.ofnrfx (mgr.14188) 5211 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:24:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:11 smithi145 bash[13673]: cephadm 2022-04-26T05:24:10.035970+0000 mgr.smithi136.ofnrfx (mgr.14188) 5212 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:24:13.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:13.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:13.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:13 smithi136 bash[11745]: cluster 2022-04-26T05:24:12.021660+0000 mgr.smithi136.ofnrfx (mgr.14188) 5213 : cluster [DBG] pgmap v4878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:13 smithi145 bash[13673]: cluster 2022-04-26T05:24:12.021660+0000 mgr.smithi136.ofnrfx (mgr.14188) 5213 : cluster [DBG] pgmap v4878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:14.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:14 smithi136 bash[11745]: audit 2022-04-26T05:24:14.255035+0000 mon.smithi136 (mon.0) 3458 : audit [DBG] from='client.? 172.21.15.136:0/244410769' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:14 smithi145 bash[13673]: audit 2022-04-26T05:24:14.255035+0000 mon.smithi136 (mon.0) 3458 : audit [DBG] from='client.? 172.21.15.136:0/244410769' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:15 smithi136 bash[11745]: cluster 2022-04-26T05:24:14.022322+0000 mgr.smithi136.ofnrfx (mgr.14188) 5214 : cluster [DBG] pgmap v4879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:15 smithi145 bash[13673]: cluster 2022-04-26T05:24:14.022322+0000 mgr.smithi136.ofnrfx (mgr.14188) 5214 : cluster [DBG] pgmap v4879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:16 smithi136 bash[11745]: cluster 2022-04-26T05:24:16.022997+0000 mgr.smithi136.ofnrfx (mgr.14188) 5215 : cluster [DBG] pgmap v4880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:16 smithi145 bash[13673]: cluster 2022-04-26T05:24:16.022997+0000 mgr.smithi136.ofnrfx (mgr.14188) 5215 : cluster [DBG] pgmap v4880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:19.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:19.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:19.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:19 smithi136 bash[11745]: cluster 2022-04-26T05:24:18.023662+0000 mgr.smithi136.ofnrfx (mgr.14188) 5216 : cluster [DBG] pgmap v4881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:19 smithi145 bash[13673]: cluster 2022-04-26T05:24:18.023662+0000 mgr.smithi136.ofnrfx (mgr.14188) 5216 : cluster [DBG] pgmap v4881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:19.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:20.341 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:20 smithi136 bash[11745]: audit 2022-04-26T05:24:19.583073+0000 mon.smithi136 (mon.0) 3459 : audit [DBG] from='client.? 172.21.15.136:0/3770811218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:20 smithi145 bash[13673]: audit 2022-04-26T05:24:19.583073+0000 mon.smithi136 (mon.0) 3459 : audit [DBG] from='client.? 172.21.15.136:0/3770811218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:21 smithi145 bash[13673]: cluster 2022-04-26T05:24:20.024300+0000 mgr.smithi136.ofnrfx (mgr.14188) 5217 : cluster [DBG] pgmap v4882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:21 smithi136 bash[11745]: cluster 2022-04-26T05:24:20.024300+0000 mgr.smithi136.ofnrfx (mgr.14188) 5217 : cluster [DBG] pgmap v4882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:23 smithi145 bash[13673]: cluster 2022-04-26T05:24:22.024966+0000 mgr.smithi136.ofnrfx (mgr.14188) 5218 : cluster [DBG] pgmap v4883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:23 smithi136 bash[11745]: cluster 2022-04-26T05:24:22.024966+0000 mgr.smithi136.ofnrfx (mgr.14188) 5218 : cluster [DBG] pgmap v4883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:24.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:24.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:24.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:24.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:25 smithi145 bash[13673]: cluster 2022-04-26T05:24:24.025574+0000 mgr.smithi136.ofnrfx (mgr.14188) 5219 : cluster [DBG] pgmap v4884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:25 smithi145 bash[13673]: audit 2022-04-26T05:24:24.913552+0000 mon.smithi136 (mon.0) 3460 : audit [DBG] from='client.? 172.21.15.136:0/1101978490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:25 smithi136 bash[11745]: cluster 2022-04-26T05:24:24.025574+0000 mgr.smithi136.ofnrfx (mgr.14188) 5219 : cluster [DBG] pgmap v4884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:25.575 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:25 smithi136 bash[11745]: audit 2022-04-26T05:24:24.913552+0000 mon.smithi136 (mon.0) 3460 : audit [DBG] from='client.? 172.21.15.136:0/1101978490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:26 smithi136 bash[11745]: cluster 2022-04-26T05:24:26.026157+0000 mgr.smithi136.ofnrfx (mgr.14188) 5220 : cluster [DBG] pgmap v4885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:26 smithi145 bash[13673]: cluster 2022-04-26T05:24:26.026157+0000 mgr.smithi136.ofnrfx (mgr.14188) 5220 : cluster [DBG] pgmap v4885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:29 smithi136 bash[11745]: cluster 2022-04-26T05:24:28.026800+0000 mgr.smithi136.ofnrfx (mgr.14188) 5221 : cluster [DBG] pgmap v4886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:29 smithi145 bash[13673]: cluster 2022-04-26T05:24:28.026800+0000 mgr.smithi136.ofnrfx (mgr.14188) 5221 : cluster [DBG] pgmap v4886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:29.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:29.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:29.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:30.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:31 smithi145 bash[13673]: cluster 2022-04-26T05:24:30.027289+0000 mgr.smithi136.ofnrfx (mgr.14188) 5222 : cluster [DBG] pgmap v4887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:31.433 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:31 smithi145 bash[13673]: audit 2022-04-26T05:24:30.245501+0000 mon.smithi136 (mon.0) 3461 : audit [DBG] from='client.? 172.21.15.136:0/2417794540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:31 smithi136 bash[11745]: cluster 2022-04-26T05:24:30.027289+0000 mgr.smithi136.ofnrfx (mgr.14188) 5222 : cluster [DBG] pgmap v4887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:31 smithi136 bash[11745]: audit 2022-04-26T05:24:30.245501+0000 mon.smithi136 (mon.0) 3461 : audit [DBG] from='client.? 172.21.15.136:0/2417794540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:33 smithi145 bash[13673]: cluster 2022-04-26T05:24:32.027879+0000 mgr.smithi136.ofnrfx (mgr.14188) 5223 : cluster [DBG] pgmap v4888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:33 smithi136 bash[11745]: cluster 2022-04-26T05:24:32.027879+0000 mgr.smithi136.ofnrfx (mgr.14188) 5223 : cluster [DBG] pgmap v4888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:35.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:35.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:35.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:35 smithi145 bash[13673]: cluster 2022-04-26T05:24:34.028502+0000 mgr.smithi136.ofnrfx (mgr.14188) 5224 : cluster [DBG] pgmap v4889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:35 smithi136 bash[11745]: cluster 2022-04-26T05:24:34.028502+0000 mgr.smithi136.ofnrfx (mgr.14188) 5224 : cluster [DBG] pgmap v4889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:35.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:36 smithi145 bash[13673]: audit 2022-04-26T05:24:35.574660+0000 mon.smithi136 (mon.0) 3462 : audit [DBG] from='client.? 172.21.15.136:0/2520227496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:36 smithi136 bash[11745]: audit 2022-04-26T05:24:35.574660+0000 mon.smithi136 (mon.0) 3462 : audit [DBG] from='client.? 172.21.15.136:0/2520227496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:37 smithi145 bash[13673]: cluster 2022-04-26T05:24:36.029153+0000 mgr.smithi136.ofnrfx (mgr.14188) 5225 : cluster [DBG] pgmap v4890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:37 smithi136 bash[11745]: cluster 2022-04-26T05:24:36.029153+0000 mgr.smithi136.ofnrfx (mgr.14188) 5225 : cluster [DBG] pgmap v4890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:39 smithi136 bash[11745]: cluster 2022-04-26T05:24:38.029770+0000 mgr.smithi136.ofnrfx (mgr.14188) 5226 : cluster [DBG] pgmap v4891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:39 smithi145 bash[13673]: cluster 2022-04-26T05:24:38.029770+0000 mgr.smithi136.ofnrfx (mgr.14188) 5226 : cluster [DBG] pgmap v4891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:40.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:40.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:40.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:40.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:41 smithi145 bash[13673]: cluster 2022-04-26T05:24:40.030363+0000 mgr.smithi136.ofnrfx (mgr.14188) 5227 : cluster [DBG] pgmap v4892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:41 smithi145 bash[13673]: audit 2022-04-26T05:24:40.901177+0000 mon.smithi136 (mon.0) 3463 : audit [DBG] from='client.? 172.21.15.136:0/2180527602' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:41.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:41 smithi136 bash[11745]: cluster 2022-04-26T05:24:40.030363+0000 mgr.smithi136.ofnrfx (mgr.14188) 5227 : cluster [DBG] pgmap v4892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:41.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:41 smithi136 bash[11745]: audit 2022-04-26T05:24:40.901177+0000 mon.smithi136 (mon.0) 3463 : audit [DBG] from='client.? 172.21.15.136:0/2180527602' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:43 smithi145 bash[13673]: cluster 2022-04-26T05:24:42.031021+0000 mgr.smithi136.ofnrfx (mgr.14188) 5228 : cluster [DBG] pgmap v4893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:43 smithi136 bash[11745]: cluster 2022-04-26T05:24:42.031021+0000 mgr.smithi136.ofnrfx (mgr.14188) 5228 : cluster [DBG] pgmap v4893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:45 smithi145 bash[13673]: cluster 2022-04-26T05:24:44.031663+0000 mgr.smithi136.ofnrfx (mgr.14188) 5229 : cluster [DBG] pgmap v4894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:45 smithi136 bash[11745]: cluster 2022-04-26T05:24:44.031663+0000 mgr.smithi136.ofnrfx (mgr.14188) 5229 : cluster [DBG] pgmap v4894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:45.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:45.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:45.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:46.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:46 smithi136 bash[11745]: cluster 2022-04-26T05:24:46.032094+0000 mgr.smithi136.ofnrfx (mgr.14188) 5230 : cluster [DBG] pgmap v4895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:46 smithi136 bash[11745]: audit 2022-04-26T05:24:46.229376+0000 mon.smithi136 (mon.0) 3464 : audit [DBG] from='client.? 172.21.15.136:0/1512271803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:46 smithi145 bash[13673]: cluster 2022-04-26T05:24:46.032094+0000 mgr.smithi136.ofnrfx (mgr.14188) 5230 : cluster [DBG] pgmap v4895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:46 smithi145 bash[13673]: audit 2022-04-26T05:24:46.229376+0000 mon.smithi136 (mon.0) 3464 : audit [DBG] from='client.? 172.21.15.136:0/1512271803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:49 smithi136 bash[11745]: cluster 2022-04-26T05:24:48.032670+0000 mgr.smithi136.ofnrfx (mgr.14188) 5231 : cluster [DBG] pgmap v4896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:49 smithi145 bash[13673]: cluster 2022-04-26T05:24:48.032670+0000 mgr.smithi136.ofnrfx (mgr.14188) 5231 : cluster [DBG] pgmap v4896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:51.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:51.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:51.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:51 smithi145 bash[13673]: cluster 2022-04-26T05:24:50.033269+0000 mgr.smithi136.ofnrfx (mgr.14188) 5232 : cluster [DBG] pgmap v4897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:51 smithi136 bash[11745]: cluster 2022-04-26T05:24:50.033269+0000 mgr.smithi136.ofnrfx (mgr.14188) 5232 : cluster [DBG] pgmap v4897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:51.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:52 smithi145 bash[13673]: audit 2022-04-26T05:24:51.551945+0000 mon.smithi136 (mon.0) 3465 : audit [DBG] from='client.? 172.21.15.136:0/2816969105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:52 smithi136 bash[11745]: audit 2022-04-26T05:24:51.551945+0000 mon.smithi136 (mon.0) 3465 : audit [DBG] from='client.? 172.21.15.136:0/2816969105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:53 smithi145 bash[13673]: cluster 2022-04-26T05:24:52.033976+0000 mgr.smithi136.ofnrfx (mgr.14188) 5233 : cluster [DBG] pgmap v4898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:53 smithi136 bash[11745]: cluster 2022-04-26T05:24:52.033976+0000 mgr.smithi136.ofnrfx (mgr.14188) 5233 : cluster [DBG] pgmap v4898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:55 smithi145 bash[13673]: cluster 2022-04-26T05:24:54.034553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5234 : cluster [DBG] pgmap v4899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:55 smithi136 bash[11745]: cluster 2022-04-26T05:24:54.034553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5234 : cluster [DBG] pgmap v4899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:56.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:24:56.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:24:56.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:24:56.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:24:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:56 smithi136 bash[11745]: cluster 2022-04-26T05:24:56.035202+0000 mgr.smithi136.ofnrfx (mgr.14188) 5235 : cluster [DBG] pgmap v4900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:56 smithi136 bash[11745]: audit 2022-04-26T05:24:56.880786+0000 mon.smithi136 (mon.0) 3466 : audit [DBG] from='client.? 172.21.15.136:0/969348562' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:56 smithi145 bash[13673]: cluster 2022-04-26T05:24:56.035202+0000 mgr.smithi136.ofnrfx (mgr.14188) 5235 : cluster [DBG] pgmap v4900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:56 smithi145 bash[13673]: audit 2022-04-26T05:24:56.880786+0000 mon.smithi136 (mon.0) 3466 : audit [DBG] from='client.? 172.21.15.136:0/969348562' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:24:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:24:59 smithi136 bash[11745]: cluster 2022-04-26T05:24:58.035870+0000 mgr.smithi136.ofnrfx (mgr.14188) 5236 : cluster [DBG] pgmap v4901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:24:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:24:59 smithi145 bash[13673]: cluster 2022-04-26T05:24:58.035870+0000 mgr.smithi136.ofnrfx (mgr.14188) 5236 : cluster [DBG] pgmap v4901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:01 smithi145 bash[13673]: cluster 2022-04-26T05:25:00.036450+0000 mgr.smithi136.ofnrfx (mgr.14188) 5237 : cluster [DBG] pgmap v4902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:01.427 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:01 smithi136 bash[11745]: cluster 2022-04-26T05:25:00.036450+0000 mgr.smithi136.ofnrfx (mgr.14188) 5237 : cluster [DBG] pgmap v4902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:01.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:01.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:01.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:02.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:03 smithi145 bash[13673]: cluster 2022-04-26T05:25:02.036974+0000 mgr.smithi136.ofnrfx (mgr.14188) 5238 : cluster [DBG] pgmap v4903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:03 smithi145 bash[13673]: audit 2022-04-26T05:25:02.206224+0000 mon.smithi136 (mon.0) 3467 : audit [DBG] from='client.? 172.21.15.136:0/1510440772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:03 smithi145 bash[13673]: audit 2022-04-26T05:25:02.527413+0000 mon.smithi136 (mon.0) 3468 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:25:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:03 smithi145 bash[13673]: audit 2022-04-26T05:25:02.531401+0000 mon.smithi136 (mon.0) 3469 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:25:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:03 smithi136 bash[11745]: cluster 2022-04-26T05:25:02.036974+0000 mgr.smithi136.ofnrfx (mgr.14188) 5238 : cluster [DBG] pgmap v4903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:03 smithi136 bash[11745]: audit 2022-04-26T05:25:02.206224+0000 mon.smithi136 (mon.0) 3467 : audit [DBG] from='client.? 172.21.15.136:0/1510440772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:03 smithi136 bash[11745]: audit 2022-04-26T05:25:02.527413+0000 mon.smithi136 (mon.0) 3468 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:25:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:03 smithi136 bash[11745]: audit 2022-04-26T05:25:02.531401+0000 mon.smithi136 (mon.0) 3469 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:25:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:05 smithi145 bash[13673]: cluster 2022-04-26T05:25:04.037601+0000 mgr.smithi136.ofnrfx (mgr.14188) 5239 : cluster [DBG] pgmap v4904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:05 smithi136 bash[11745]: cluster 2022-04-26T05:25:04.037601+0000 mgr.smithi136.ofnrfx (mgr.14188) 5239 : cluster [DBG] pgmap v4904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:07.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:07.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:07.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:06 smithi136 bash[11745]: cluster 2022-04-26T05:25:06.038246+0000 mgr.smithi136.ofnrfx (mgr.14188) 5240 : cluster [DBG] pgmap v4905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:07 smithi145 bash[13673]: cluster 2022-04-26T05:25:06.038246+0000 mgr.smithi136.ofnrfx (mgr.14188) 5240 : cluster [DBG] pgmap v4905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:07.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:07 smithi136 bash[11745]: audit 2022-04-26T05:25:07.537521+0000 mon.smithi136 (mon.0) 3470 : audit [DBG] from='client.? 172.21.15.136:0/2131515537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:08 smithi145 bash[13673]: audit 2022-04-26T05:25:07.537521+0000 mon.smithi136 (mon.0) 3470 : audit [DBG] from='client.? 172.21.15.136:0/2131515537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:09 smithi136 bash[11745]: cluster 2022-04-26T05:25:08.038831+0000 mgr.smithi136.ofnrfx (mgr.14188) 5241 : cluster [DBG] pgmap v4906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:09 smithi145 bash[13673]: cluster 2022-04-26T05:25:08.038831+0000 mgr.smithi136.ofnrfx (mgr.14188) 5241 : cluster [DBG] pgmap v4906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:10 smithi145 bash[13673]: audit 2022-04-26T05:25:10.045319+0000 mon.smithi136 (mon.0) 3471 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:25:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:10 smithi145 bash[13673]: audit 2022-04-26T05:25:10.048116+0000 mon.smithi136 (mon.0) 3472 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:25:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:10 smithi145 bash[13673]: audit 2022-04-26T05:25:10.049851+0000 mon.smithi136 (mon.0) 3473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:25:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:10 smithi136 bash[11745]: audit 2022-04-26T05:25:10.045319+0000 mon.smithi136 (mon.0) 3471 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:25:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:10 smithi136 bash[11745]: audit 2022-04-26T05:25:10.048116+0000 mon.smithi136 (mon.0) 3472 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:25:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:10 smithi136 bash[11745]: audit 2022-04-26T05:25:10.049851+0000 mon.smithi136 (mon.0) 3473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:25:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:11 smithi145 bash[13673]: cluster 2022-04-26T05:25:10.039453+0000 mgr.smithi136.ofnrfx (mgr.14188) 5242 : cluster [DBG] pgmap v4907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:11 smithi145 bash[13673]: cluster 2022-04-26T05:25:10.357506+0000 mgr.smithi136.ofnrfx (mgr.14188) 5243 : cluster [DBG] pgmap v4908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:11 smithi145 bash[13673]: cluster 2022-04-26T05:25:10.358037+0000 mgr.smithi136.ofnrfx (mgr.14188) 5244 : cluster [DBG] pgmap v4909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:11 smithi145 bash[13673]: audit 2022-04-26T05:25:10.364618+0000 mon.smithi136 (mon.0) 3474 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:25:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:11 smithi145 bash[13673]: audit 2022-04-26T05:25:10.373689+0000 mon.smithi136 (mon.0) 3475 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:25:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:11 smithi145 bash[13673]: cephadm 2022-04-26T05:25:10.374948+0000 mgr.smithi136.ofnrfx (mgr.14188) 5245 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:25:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:11 smithi145 bash[13673]: cephadm 2022-04-26T05:25:10.375132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5246 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:25:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:11 smithi136 bash[11745]: cluster 2022-04-26T05:25:10.039453+0000 mgr.smithi136.ofnrfx (mgr.14188) 5242 : cluster [DBG] pgmap v4907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:11 smithi136 bash[11745]: cluster 2022-04-26T05:25:10.357506+0000 mgr.smithi136.ofnrfx (mgr.14188) 5243 : cluster [DBG] pgmap v4908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:11 smithi136 bash[11745]: cluster 2022-04-26T05:25:10.358037+0000 mgr.smithi136.ofnrfx (mgr.14188) 5244 : cluster [DBG] pgmap v4909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:11 smithi136 bash[11745]: audit 2022-04-26T05:25:10.364618+0000 mon.smithi136 (mon.0) 3474 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:25:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:11 smithi136 bash[11745]: audit 2022-04-26T05:25:10.373689+0000 mon.smithi136 (mon.0) 3475 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:25:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:11 smithi136 bash[11745]: cephadm 2022-04-26T05:25:10.374948+0000 mgr.smithi136.ofnrfx (mgr.14188) 5245 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:25:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:11 smithi136 bash[11745]: cephadm 2022-04-26T05:25:10.375132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5246 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:25:12.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:12.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:12.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:12.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:13 smithi145 bash[13673]: cluster 2022-04-26T05:25:12.358698+0000 mgr.smithi136.ofnrfx (mgr.14188) 5247 : cluster [DBG] pgmap v4910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:13 smithi145 bash[13673]: audit 2022-04-26T05:25:12.865494+0000 mon.smithi136 (mon.0) 3476 : audit [DBG] from='client.? 172.21.15.136:0/2978247234' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:13 smithi136 bash[11745]: cluster 2022-04-26T05:25:12.358698+0000 mgr.smithi136.ofnrfx (mgr.14188) 5247 : cluster [DBG] pgmap v4910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:13 smithi136 bash[11745]: audit 2022-04-26T05:25:12.865494+0000 mon.smithi136 (mon.0) 3476 : audit [DBG] from='client.? 172.21.15.136:0/2978247234' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:15 smithi145 bash[13673]: cluster 2022-04-26T05:25:14.359352+0000 mgr.smithi136.ofnrfx (mgr.14188) 5248 : cluster [DBG] pgmap v4911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:15 smithi136 bash[11745]: cluster 2022-04-26T05:25:14.359352+0000 mgr.smithi136.ofnrfx (mgr.14188) 5248 : cluster [DBG] pgmap v4911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:17 smithi136 bash[11745]: cluster 2022-04-26T05:25:16.359932+0000 mgr.smithi136.ofnrfx (mgr.14188) 5249 : cluster [DBG] pgmap v4912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:17 smithi145 bash[13673]: cluster 2022-04-26T05:25:16.359932+0000 mgr.smithi136.ofnrfx (mgr.14188) 5249 : cluster [DBG] pgmap v4912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:17.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:17.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:17.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:18.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:18 smithi145 bash[13673]: audit 2022-04-26T05:25:18.189272+0000 mon.smithi136 (mon.0) 3477 : audit [DBG] from='client.? 172.21.15.136:0/826595155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:18 smithi136 bash[11745]: audit 2022-04-26T05:25:18.189272+0000 mon.smithi136 (mon.0) 3477 : audit [DBG] from='client.? 172.21.15.136:0/826595155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:19 smithi136 bash[11745]: cluster 2022-04-26T05:25:18.360536+0000 mgr.smithi136.ofnrfx (mgr.14188) 5250 : cluster [DBG] pgmap v4913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:19 smithi145 bash[13673]: cluster 2022-04-26T05:25:18.360536+0000 mgr.smithi136.ofnrfx (mgr.14188) 5250 : cluster [DBG] pgmap v4913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:21 smithi136 bash[11745]: cluster 2022-04-26T05:25:20.361182+0000 mgr.smithi136.ofnrfx (mgr.14188) 5251 : cluster [DBG] pgmap v4914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:21 smithi145 bash[13673]: cluster 2022-04-26T05:25:20.361182+0000 mgr.smithi136.ofnrfx (mgr.14188) 5251 : cluster [DBG] pgmap v4914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:23.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:23.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:23.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:23.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:23 smithi136 bash[11745]: cluster 2022-04-26T05:25:22.361861+0000 mgr.smithi136.ofnrfx (mgr.14188) 5252 : cluster [DBG] pgmap v4915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:23 smithi145 bash[13673]: cluster 2022-04-26T05:25:22.361861+0000 mgr.smithi136.ofnrfx (mgr.14188) 5252 : cluster [DBG] pgmap v4915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:24 smithi136 bash[11745]: audit 2022-04-26T05:25:23.516350+0000 mon.smithi136 (mon.0) 3478 : audit [DBG] from='client.? 172.21.15.136:0/2064748337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:24 smithi145 bash[13673]: audit 2022-04-26T05:25:23.516350+0000 mon.smithi136 (mon.0) 3478 : audit [DBG] from='client.? 172.21.15.136:0/2064748337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:25 smithi136 bash[11745]: cluster 2022-04-26T05:25:24.362467+0000 mgr.smithi136.ofnrfx (mgr.14188) 5253 : cluster [DBG] pgmap v4916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:25 smithi145 bash[13673]: cluster 2022-04-26T05:25:24.362467+0000 mgr.smithi136.ofnrfx (mgr.14188) 5253 : cluster [DBG] pgmap v4916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:27 smithi136 bash[11745]: cluster 2022-04-26T05:25:26.363115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5254 : cluster [DBG] pgmap v4917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:27 smithi145 bash[13673]: cluster 2022-04-26T05:25:26.363115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5254 : cluster [DBG] pgmap v4917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:28.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:28.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:28.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:28.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:29 smithi136 bash[11745]: cluster 2022-04-26T05:25:28.363811+0000 mgr.smithi136.ofnrfx (mgr.14188) 5255 : cluster [DBG] pgmap v4918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:29 smithi136 bash[11745]: audit 2022-04-26T05:25:28.846905+0000 mon.smithi136 (mon.0) 3479 : audit [DBG] from='client.? 172.21.15.136:0/2553560269' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:29 smithi145 bash[13673]: cluster 2022-04-26T05:25:28.363811+0000 mgr.smithi136.ofnrfx (mgr.14188) 5255 : cluster [DBG] pgmap v4918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:29 smithi145 bash[13673]: audit 2022-04-26T05:25:28.846905+0000 mon.smithi136 (mon.0) 3479 : audit [DBG] from='client.? 172.21.15.136:0/2553560269' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:31 smithi136 bash[11745]: cluster 2022-04-26T05:25:30.364428+0000 mgr.smithi136.ofnrfx (mgr.14188) 5256 : cluster [DBG] pgmap v4919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:31 smithi145 bash[13673]: cluster 2022-04-26T05:25:30.364428+0000 mgr.smithi136.ofnrfx (mgr.14188) 5256 : cluster [DBG] pgmap v4919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:33 smithi136 bash[11745]: cluster 2022-04-26T05:25:32.365178+0000 mgr.smithi136.ofnrfx (mgr.14188) 5257 : cluster [DBG] pgmap v4920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:33.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:33.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:33.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:33 smithi145 bash[13673]: cluster 2022-04-26T05:25:32.365178+0000 mgr.smithi136.ofnrfx (mgr.14188) 5257 : cluster [DBG] pgmap v4920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:34.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:34 smithi136 bash[11745]: audit 2022-04-26T05:25:34.175630+0000 mon.smithi136 (mon.0) 3480 : audit [DBG] from='client.? 172.21.15.136:0/3203053870' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:34 smithi145 bash[13673]: audit 2022-04-26T05:25:34.175630+0000 mon.smithi136 (mon.0) 3480 : audit [DBG] from='client.? 172.21.15.136:0/3203053870' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:35 smithi136 bash[11745]: cluster 2022-04-26T05:25:34.365860+0000 mgr.smithi136.ofnrfx (mgr.14188) 5258 : cluster [DBG] pgmap v4921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:35 smithi145 bash[13673]: cluster 2022-04-26T05:25:34.365860+0000 mgr.smithi136.ofnrfx (mgr.14188) 5258 : cluster [DBG] pgmap v4921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:37 smithi136 bash[11745]: cluster 2022-04-26T05:25:36.366492+0000 mgr.smithi136.ofnrfx (mgr.14188) 5259 : cluster [DBG] pgmap v4922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:37 smithi145 bash[13673]: cluster 2022-04-26T05:25:36.366492+0000 mgr.smithi136.ofnrfx (mgr.14188) 5259 : cluster [DBG] pgmap v4922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:39.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:39.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:39.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:39.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:39 smithi136 bash[11745]: cluster 2022-04-26T05:25:38.367144+0000 mgr.smithi136.ofnrfx (mgr.14188) 5260 : cluster [DBG] pgmap v4923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:39 smithi145 bash[13673]: cluster 2022-04-26T05:25:38.367144+0000 mgr.smithi136.ofnrfx (mgr.14188) 5260 : cluster [DBG] pgmap v4923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:40 smithi136 bash[11745]: audit 2022-04-26T05:25:39.506968+0000 mon.smithi136 (mon.0) 3481 : audit [DBG] from='client.? 172.21.15.136:0/1820402453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:40 smithi145 bash[13673]: audit 2022-04-26T05:25:39.506968+0000 mon.smithi136 (mon.0) 3481 : audit [DBG] from='client.? 172.21.15.136:0/1820402453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:41 smithi136 bash[11745]: cluster 2022-04-26T05:25:40.367774+0000 mgr.smithi136.ofnrfx (mgr.14188) 5261 : cluster [DBG] pgmap v4924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:41 smithi145 bash[13673]: cluster 2022-04-26T05:25:40.367774+0000 mgr.smithi136.ofnrfx (mgr.14188) 5261 : cluster [DBG] pgmap v4924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:43 smithi136 bash[11745]: cluster 2022-04-26T05:25:42.368398+0000 mgr.smithi136.ofnrfx (mgr.14188) 5262 : cluster [DBG] pgmap v4925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:43.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:43 smithi145 bash[13673]: cluster 2022-04-26T05:25:42.368398+0000 mgr.smithi136.ofnrfx (mgr.14188) 5262 : cluster [DBG] pgmap v4925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:44.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:44.557 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:44.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:44.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:45 smithi136 bash[11745]: cluster 2022-04-26T05:25:44.369019+0000 mgr.smithi136.ofnrfx (mgr.14188) 5263 : cluster [DBG] pgmap v4926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:45 smithi136 bash[11745]: audit 2022-04-26T05:25:44.840227+0000 mon.smithi136 (mon.0) 3482 : audit [DBG] from='client.? 172.21.15.136:0/2575132467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:45 smithi145 bash[13673]: cluster 2022-04-26T05:25:44.369019+0000 mgr.smithi136.ofnrfx (mgr.14188) 5263 : cluster [DBG] pgmap v4926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:45 smithi145 bash[13673]: audit 2022-04-26T05:25:44.840227+0000 mon.smithi136 (mon.0) 3482 : audit [DBG] from='client.? 172.21.15.136:0/2575132467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:47 smithi136 bash[11745]: cluster 2022-04-26T05:25:46.369668+0000 mgr.smithi136.ofnrfx (mgr.14188) 5264 : cluster [DBG] pgmap v4927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:47 smithi145 bash[13673]: cluster 2022-04-26T05:25:46.369668+0000 mgr.smithi136.ofnrfx (mgr.14188) 5264 : cluster [DBG] pgmap v4927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:49 smithi136 bash[11745]: cluster 2022-04-26T05:25:48.370308+0000 mgr.smithi136.ofnrfx (mgr.14188) 5265 : cluster [DBG] pgmap v4928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:49.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:49.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:49.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:49 smithi145 bash[13673]: cluster 2022-04-26T05:25:48.370308+0000 mgr.smithi136.ofnrfx (mgr.14188) 5265 : cluster [DBG] pgmap v4928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:50.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:50 smithi136 bash[11745]: audit 2022-04-26T05:25:50.176373+0000 mon.smithi136 (mon.0) 3483 : audit [DBG] from='client.? 172.21.15.136:0/3155675964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:50 smithi145 bash[13673]: audit 2022-04-26T05:25:50.176373+0000 mon.smithi136 (mon.0) 3483 : audit [DBG] from='client.? 172.21.15.136:0/3155675964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:51 smithi136 bash[11745]: cluster 2022-04-26T05:25:50.370924+0000 mgr.smithi136.ofnrfx (mgr.14188) 5266 : cluster [DBG] pgmap v4929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:51 smithi145 bash[13673]: cluster 2022-04-26T05:25:50.370924+0000 mgr.smithi136.ofnrfx (mgr.14188) 5266 : cluster [DBG] pgmap v4929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:53 smithi136 bash[11745]: cluster 2022-04-26T05:25:52.371584+0000 mgr.smithi136.ofnrfx (mgr.14188) 5267 : cluster [DBG] pgmap v4930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:53 smithi145 bash[13673]: cluster 2022-04-26T05:25:52.371584+0000 mgr.smithi136.ofnrfx (mgr.14188) 5267 : cluster [DBG] pgmap v4930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:55.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:25:55.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:25:55.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:25:55.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:25:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:55 smithi136 bash[11745]: cluster 2022-04-26T05:25:54.372156+0000 mgr.smithi136.ofnrfx (mgr.14188) 5268 : cluster [DBG] pgmap v4931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:55 smithi145 bash[13673]: cluster 2022-04-26T05:25:54.372156+0000 mgr.smithi136.ofnrfx (mgr.14188) 5268 : cluster [DBG] pgmap v4931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:56 smithi136 bash[11745]: audit 2022-04-26T05:25:55.504786+0000 mon.smithi136 (mon.0) 3484 : audit [DBG] from='client.? 172.21.15.136:0/600941545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:56 smithi145 bash[13673]: audit 2022-04-26T05:25:55.504786+0000 mon.smithi136 (mon.0) 3484 : audit [DBG] from='client.? 172.21.15.136:0/600941545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:25:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:57 smithi136 bash[11745]: cluster 2022-04-26T05:25:56.372838+0000 mgr.smithi136.ofnrfx (mgr.14188) 5269 : cluster [DBG] pgmap v4932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:57 smithi145 bash[13673]: cluster 2022-04-26T05:25:56.372838+0000 mgr.smithi136.ofnrfx (mgr.14188) 5269 : cluster [DBG] pgmap v4932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:25:59 smithi136 bash[11745]: cluster 2022-04-26T05:25:58.373489+0000 mgr.smithi136.ofnrfx (mgr.14188) 5270 : cluster [DBG] pgmap v4933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:25:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:25:59 smithi145 bash[13673]: cluster 2022-04-26T05:25:58.373489+0000 mgr.smithi136.ofnrfx (mgr.14188) 5270 : cluster [DBG] pgmap v4933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:00.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:00.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:00.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:00.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:01 smithi136 bash[11745]: cluster 2022-04-26T05:26:00.374103+0000 mgr.smithi136.ofnrfx (mgr.14188) 5271 : cluster [DBG] pgmap v4934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:01 smithi136 bash[11745]: audit 2022-04-26T05:26:00.828520+0000 mon.smithi136 (mon.0) 3485 : audit [DBG] from='client.? 172.21.15.136:0/3301205480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:01 smithi145 bash[13673]: cluster 2022-04-26T05:26:00.374103+0000 mgr.smithi136.ofnrfx (mgr.14188) 5271 : cluster [DBG] pgmap v4934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:01 smithi145 bash[13673]: audit 2022-04-26T05:26:00.828520+0000 mon.smithi136 (mon.0) 3485 : audit [DBG] from='client.? 172.21.15.136:0/3301205480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:03 smithi136 bash[11745]: cluster 2022-04-26T05:26:02.374739+0000 mgr.smithi136.ofnrfx (mgr.14188) 5272 : cluster [DBG] pgmap v4935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:03 smithi136 bash[11745]: audit 2022-04-26T05:26:02.531536+0000 mon.smithi136 (mon.0) 3486 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:26:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:03 smithi136 bash[11745]: audit 2022-04-26T05:26:02.535250+0000 mon.smithi136 (mon.0) 3487 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:26:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:03 smithi145 bash[13673]: cluster 2022-04-26T05:26:02.374739+0000 mgr.smithi136.ofnrfx (mgr.14188) 5272 : cluster [DBG] pgmap v4935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:03 smithi145 bash[13673]: audit 2022-04-26T05:26:02.531536+0000 mon.smithi136 (mon.0) 3486 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:26:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:03 smithi145 bash[13673]: audit 2022-04-26T05:26:02.535250+0000 mon.smithi136 (mon.0) 3487 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:26:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:05 smithi136 bash[11745]: cluster 2022-04-26T05:26:04.375358+0000 mgr.smithi136.ofnrfx (mgr.14188) 5273 : cluster [DBG] pgmap v4936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:05.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:05.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:05.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:05 smithi145 bash[13673]: cluster 2022-04-26T05:26:04.375358+0000 mgr.smithi136.ofnrfx (mgr.14188) 5273 : cluster [DBG] pgmap v4936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:06.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:07 smithi136 bash[11745]: audit 2022-04-26T05:26:06.153869+0000 mon.smithi136 (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.136:0/831322800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:07 smithi136 bash[11745]: cluster 2022-04-26T05:26:06.375996+0000 mgr.smithi136.ofnrfx (mgr.14188) 5274 : cluster [DBG] pgmap v4937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:07 smithi145 bash[13673]: audit 2022-04-26T05:26:06.153869+0000 mon.smithi136 (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.136:0/831322800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:07 smithi145 bash[13673]: cluster 2022-04-26T05:26:06.375996+0000 mgr.smithi136.ofnrfx (mgr.14188) 5274 : cluster [DBG] pgmap v4937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:09 smithi136 bash[11745]: cluster 2022-04-26T05:26:08.376725+0000 mgr.smithi136.ofnrfx (mgr.14188) 5275 : cluster [DBG] pgmap v4938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:09 smithi145 bash[13673]: cluster 2022-04-26T05:26:08.376725+0000 mgr.smithi136.ofnrfx (mgr.14188) 5275 : cluster [DBG] pgmap v4938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:10 smithi136 bash[11745]: audit 2022-04-26T05:26:10.386676+0000 mon.smithi136 (mon.0) 3489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:26:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:10 smithi136 bash[11745]: audit 2022-04-26T05:26:10.389307+0000 mon.smithi136 (mon.0) 3490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:26:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:10 smithi136 bash[11745]: audit 2022-04-26T05:26:10.391061+0000 mon.smithi136 (mon.0) 3491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:26:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:10 smithi145 bash[13673]: audit 2022-04-26T05:26:10.386676+0000 mon.smithi136 (mon.0) 3489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:26:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:10 smithi145 bash[13673]: audit 2022-04-26T05:26:10.389307+0000 mon.smithi136 (mon.0) 3490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:26:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:10 smithi145 bash[13673]: audit 2022-04-26T05:26:10.391061+0000 mon.smithi136 (mon.0) 3491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:26:11.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:11.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:11.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:11.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:11 smithi136 bash[11745]: cluster 2022-04-26T05:26:10.377364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5276 : cluster [DBG] pgmap v4939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:12.087 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:11 smithi136 bash[11745]: audit 2022-04-26T05:26:10.694211+0000 mon.smithi136 (mon.0) 3492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:26:12.087 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:11 smithi136 bash[11745]: audit 2022-04-26T05:26:10.992367+0000 mon.smithi136 (mon.0) 3493 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:26:12.087 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:11 smithi136 bash[11745]: audit 2022-04-26T05:26:11.001726+0000 mon.smithi136 (mon.0) 3494 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:26:12.087 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:11 smithi136 bash[11745]: audit 2022-04-26T05:26:11.478034+0000 mon.smithi136 (mon.0) 3495 : audit [DBG] from='client.? 172.21.15.136:0/3793955166' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:11 smithi145 bash[13673]: cluster 2022-04-26T05:26:10.377364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5276 : cluster [DBG] pgmap v4939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:11 smithi145 bash[13673]: audit 2022-04-26T05:26:10.694211+0000 mon.smithi136 (mon.0) 3492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:26:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:11 smithi145 bash[13673]: audit 2022-04-26T05:26:10.992367+0000 mon.smithi136 (mon.0) 3493 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:26:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:11 smithi145 bash[13673]: audit 2022-04-26T05:26:11.001726+0000 mon.smithi136 (mon.0) 3494 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:26:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:11 smithi145 bash[13673]: audit 2022-04-26T05:26:11.478034+0000 mon.smithi136 (mon.0) 3495 : audit [DBG] from='client.? 172.21.15.136:0/3793955166' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:12 smithi136 bash[11745]: cluster 2022-04-26T05:26:10.984921+0000 mgr.smithi136.ofnrfx (mgr.14188) 5277 : cluster [DBG] pgmap v4940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:12 smithi136 bash[11745]: cluster 2022-04-26T05:26:10.985492+0000 mgr.smithi136.ofnrfx (mgr.14188) 5278 : cluster [DBG] pgmap v4941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:12 smithi136 bash[11745]: cephadm 2022-04-26T05:26:11.002828+0000 mgr.smithi136.ofnrfx (mgr.14188) 5279 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:26:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:12 smithi136 bash[11745]: cephadm 2022-04-26T05:26:11.002981+0000 mgr.smithi136.ofnrfx (mgr.14188) 5280 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:26:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:12 smithi145 bash[13673]: cluster 2022-04-26T05:26:10.984921+0000 mgr.smithi136.ofnrfx (mgr.14188) 5277 : cluster [DBG] pgmap v4940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:12 smithi145 bash[13673]: cluster 2022-04-26T05:26:10.985492+0000 mgr.smithi136.ofnrfx (mgr.14188) 5278 : cluster [DBG] pgmap v4941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:12 smithi145 bash[13673]: cephadm 2022-04-26T05:26:11.002828+0000 mgr.smithi136.ofnrfx (mgr.14188) 5279 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:26:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:12 smithi145 bash[13673]: cephadm 2022-04-26T05:26:11.002981+0000 mgr.smithi136.ofnrfx (mgr.14188) 5280 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:26:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:14 smithi136 bash[11745]: cluster 2022-04-26T05:26:12.986235+0000 mgr.smithi136.ofnrfx (mgr.14188) 5281 : cluster [DBG] pgmap v4942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:14 smithi145 bash[13673]: cluster 2022-04-26T05:26:12.986235+0000 mgr.smithi136.ofnrfx (mgr.14188) 5281 : cluster [DBG] pgmap v4942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:16.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:16.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:16.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:16.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:16 smithi136 bash[11745]: cluster 2022-04-26T05:26:14.986830+0000 mgr.smithi136.ofnrfx (mgr.14188) 5282 : cluster [DBG] pgmap v4943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:16 smithi145 bash[13673]: cluster 2022-04-26T05:26:14.986830+0000 mgr.smithi136.ofnrfx (mgr.14188) 5282 : cluster [DBG] pgmap v4943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:17 smithi136 bash[11745]: audit 2022-04-26T05:26:16.810534+0000 mon.smithi136 (mon.0) 3496 : audit [DBG] from='client.? 172.21.15.136:0/3342378619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:17 smithi145 bash[13673]: audit 2022-04-26T05:26:16.810534+0000 mon.smithi136 (mon.0) 3496 : audit [DBG] from='client.? 172.21.15.136:0/3342378619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:18 smithi136 bash[11745]: cluster 2022-04-26T05:26:16.987459+0000 mgr.smithi136.ofnrfx (mgr.14188) 5283 : cluster [DBG] pgmap v4944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:18 smithi145 bash[13673]: cluster 2022-04-26T05:26:16.987459+0000 mgr.smithi136.ofnrfx (mgr.14188) 5283 : cluster [DBG] pgmap v4944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:20 smithi136 bash[11745]: cluster 2022-04-26T05:26:18.988121+0000 mgr.smithi136.ofnrfx (mgr.14188) 5284 : cluster [DBG] pgmap v4945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:20 smithi145 bash[13673]: cluster 2022-04-26T05:26:18.988121+0000 mgr.smithi136.ofnrfx (mgr.14188) 5284 : cluster [DBG] pgmap v4945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:21.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:21.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:21.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:22.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:22 smithi136 bash[11745]: cluster 2022-04-26T05:26:20.988759+0000 mgr.smithi136.ofnrfx (mgr.14188) 5285 : cluster [DBG] pgmap v4946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:22 smithi136 bash[11745]: audit 2022-04-26T05:26:22.141619+0000 mon.smithi136 (mon.0) 3497 : audit [DBG] from='client.? 172.21.15.136:0/963088135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:22 smithi145 bash[13673]: cluster 2022-04-26T05:26:20.988759+0000 mgr.smithi136.ofnrfx (mgr.14188) 5285 : cluster [DBG] pgmap v4946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:22 smithi145 bash[13673]: audit 2022-04-26T05:26:22.141619+0000 mon.smithi136 (mon.0) 3497 : audit [DBG] from='client.? 172.21.15.136:0/963088135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:24 smithi136 bash[11745]: cluster 2022-04-26T05:26:22.989409+0000 mgr.smithi136.ofnrfx (mgr.14188) 5286 : cluster [DBG] pgmap v4947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:24 smithi145 bash[13673]: cluster 2022-04-26T05:26:22.989409+0000 mgr.smithi136.ofnrfx (mgr.14188) 5286 : cluster [DBG] pgmap v4947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:26 smithi136 bash[11745]: cluster 2022-04-26T05:26:24.990025+0000 mgr.smithi136.ofnrfx (mgr.14188) 5287 : cluster [DBG] pgmap v4948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:26 smithi145 bash[13673]: cluster 2022-04-26T05:26:24.990025+0000 mgr.smithi136.ofnrfx (mgr.14188) 5287 : cluster [DBG] pgmap v4948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:27.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:27.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:27.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:27.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:28.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:27 smithi136 bash[11745]: audit 2022-04-26T05:26:27.468530+0000 mon.smithi136 (mon.0) 3498 : audit [DBG] from='client.? 172.21.15.136:0/1780157950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:27 smithi145 bash[13673]: audit 2022-04-26T05:26:27.468530+0000 mon.smithi136 (mon.0) 3498 : audit [DBG] from='client.? 172.21.15.136:0/1780157950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:28 smithi136 bash[11745]: cluster 2022-04-26T05:26:26.990707+0000 mgr.smithi136.ofnrfx (mgr.14188) 5288 : cluster [DBG] pgmap v4949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:28 smithi145 bash[13673]: cluster 2022-04-26T05:26:26.990707+0000 mgr.smithi136.ofnrfx (mgr.14188) 5288 : cluster [DBG] pgmap v4949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:30 smithi136 bash[11745]: cluster 2022-04-26T05:26:28.991462+0000 mgr.smithi136.ofnrfx (mgr.14188) 5289 : cluster [DBG] pgmap v4950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:30 smithi145 bash[13673]: cluster 2022-04-26T05:26:28.991462+0000 mgr.smithi136.ofnrfx (mgr.14188) 5289 : cluster [DBG] pgmap v4950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:32.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:32.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:32.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:32.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:32 smithi136 bash[11745]: cluster 2022-04-26T05:26:30.992259+0000 mgr.smithi136.ofnrfx (mgr.14188) 5290 : cluster [DBG] pgmap v4951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:32 smithi145 bash[13673]: cluster 2022-04-26T05:26:30.992259+0000 mgr.smithi136.ofnrfx (mgr.14188) 5290 : cluster [DBG] pgmap v4951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:33 smithi136 bash[11745]: audit 2022-04-26T05:26:32.797742+0000 mon.smithi136 (mon.0) 3499 : audit [DBG] from='client.? 172.21.15.136:0/3874749007' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:33 smithi145 bash[13673]: audit 2022-04-26T05:26:32.797742+0000 mon.smithi136 (mon.0) 3499 : audit [DBG] from='client.? 172.21.15.136:0/3874749007' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:34 smithi136 bash[11745]: cluster 2022-04-26T05:26:32.992949+0000 mgr.smithi136.ofnrfx (mgr.14188) 5291 : cluster [DBG] pgmap v4952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:34 smithi145 bash[13673]: cluster 2022-04-26T05:26:32.992949+0000 mgr.smithi136.ofnrfx (mgr.14188) 5291 : cluster [DBG] pgmap v4952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:36 smithi136 bash[11745]: cluster 2022-04-26T05:26:34.993633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5292 : cluster [DBG] pgmap v4953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:36 smithi145 bash[13673]: cluster 2022-04-26T05:26:34.993633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5292 : cluster [DBG] pgmap v4953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:37.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:37.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:37.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:38.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:38 smithi136 bash[11745]: cluster 2022-04-26T05:26:36.994372+0000 mgr.smithi136.ofnrfx (mgr.14188) 5293 : cluster [DBG] pgmap v4954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:38 smithi136 bash[11745]: audit 2022-04-26T05:26:38.127220+0000 mon.smithi136 (mon.0) 3500 : audit [DBG] from='client.? 172.21.15.136:0/3059905947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:38 smithi145 bash[13673]: cluster 2022-04-26T05:26:36.994372+0000 mgr.smithi136.ofnrfx (mgr.14188) 5293 : cluster [DBG] pgmap v4954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:38 smithi145 bash[13673]: audit 2022-04-26T05:26:38.127220+0000 mon.smithi136 (mon.0) 3500 : audit [DBG] from='client.? 172.21.15.136:0/3059905947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:40 smithi136 bash[11745]: cluster 2022-04-26T05:26:38.994940+0000 mgr.smithi136.ofnrfx (mgr.14188) 5294 : cluster [DBG] pgmap v4955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:40 smithi145 bash[13673]: cluster 2022-04-26T05:26:38.994940+0000 mgr.smithi136.ofnrfx (mgr.14188) 5294 : cluster [DBG] pgmap v4955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:42 smithi136 bash[11745]: cluster 2022-04-26T05:26:40.995608+0000 mgr.smithi136.ofnrfx (mgr.14188) 5295 : cluster [DBG] pgmap v4956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:43.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:43.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:43.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:42 smithi145 bash[13673]: cluster 2022-04-26T05:26:40.995608+0000 mgr.smithi136.ofnrfx (mgr.14188) 5295 : cluster [DBG] pgmap v4956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:43.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:43 smithi136 bash[11745]: audit 2022-04-26T05:26:43.453928+0000 mon.smithi136 (mon.0) 3501 : audit [DBG] from='client.? 172.21.15.136:0/3412076178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:43 smithi145 bash[13673]: audit 2022-04-26T05:26:43.453928+0000 mon.smithi136 (mon.0) 3501 : audit [DBG] from='client.? 172.21.15.136:0/3412076178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:44 smithi145 bash[13673]: cluster 2022-04-26T05:26:42.996338+0000 mgr.smithi136.ofnrfx (mgr.14188) 5296 : cluster [DBG] pgmap v4957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:44 smithi136 bash[11745]: cluster 2022-04-26T05:26:42.996338+0000 mgr.smithi136.ofnrfx (mgr.14188) 5296 : cluster [DBG] pgmap v4957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:46 smithi145 bash[13673]: cluster 2022-04-26T05:26:44.997078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5297 : cluster [DBG] pgmap v4958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:46 smithi136 bash[11745]: cluster 2022-04-26T05:26:44.997078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5297 : cluster [DBG] pgmap v4958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:48.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:48.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:48.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:48.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:49.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:48 smithi136 bash[11745]: cluster 2022-04-26T05:26:46.997803+0000 mgr.smithi136.ofnrfx (mgr.14188) 5298 : cluster [DBG] pgmap v4959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:49.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:48 smithi136 bash[11745]: audit 2022-04-26T05:26:48.790126+0000 mon.smithi136 (mon.0) 3502 : audit [DBG] from='client.? 172.21.15.136:0/1753733794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:48 smithi145 bash[13673]: cluster 2022-04-26T05:26:46.997803+0000 mgr.smithi136.ofnrfx (mgr.14188) 5298 : cluster [DBG] pgmap v4959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:49.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:48 smithi145 bash[13673]: audit 2022-04-26T05:26:48.790126+0000 mon.smithi136 (mon.0) 3502 : audit [DBG] from='client.? 172.21.15.136:0/1753733794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:50 smithi145 bash[13673]: cluster 2022-04-26T05:26:48.998487+0000 mgr.smithi136.ofnrfx (mgr.14188) 5299 : cluster [DBG] pgmap v4960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:50 smithi136 bash[11745]: cluster 2022-04-26T05:26:48.998487+0000 mgr.smithi136.ofnrfx (mgr.14188) 5299 : cluster [DBG] pgmap v4960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:52 smithi145 bash[13673]: cluster 2022-04-26T05:26:50.999200+0000 mgr.smithi136.ofnrfx (mgr.14188) 5300 : cluster [DBG] pgmap v4961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:52 smithi136 bash[11745]: cluster 2022-04-26T05:26:50.999200+0000 mgr.smithi136.ofnrfx (mgr.14188) 5300 : cluster [DBG] pgmap v4961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:53.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:53.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:53.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:54.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:26:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:54 smithi145 bash[13673]: cluster 2022-04-26T05:26:52.999877+0000 mgr.smithi136.ofnrfx (mgr.14188) 5301 : cluster [DBG] pgmap v4962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:54 smithi145 bash[13673]: audit 2022-04-26T05:26:54.121457+0000 mon.smithi136 (mon.0) 3503 : audit [DBG] from='client.? 172.21.15.136:0/1865547468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:54 smithi136 bash[11745]: cluster 2022-04-26T05:26:52.999877+0000 mgr.smithi136.ofnrfx (mgr.14188) 5301 : cluster [DBG] pgmap v4962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:54 smithi136 bash[11745]: audit 2022-04-26T05:26:54.121457+0000 mon.smithi136 (mon.0) 3503 : audit [DBG] from='client.? 172.21.15.136:0/1865547468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:26:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:56 smithi145 bash[13673]: cluster 2022-04-26T05:26:55.000472+0000 mgr.smithi136.ofnrfx (mgr.14188) 5302 : cluster [DBG] pgmap v4963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:56 smithi136 bash[11745]: cluster 2022-04-26T05:26:55.000472+0000 mgr.smithi136.ofnrfx (mgr.14188) 5302 : cluster [DBG] pgmap v4963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:59.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:26:59.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:26:59.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:26:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:58 smithi145 bash[13673]: cluster 2022-04-26T05:26:57.001125+0000 mgr.smithi136.ofnrfx (mgr.14188) 5303 : cluster [DBG] pgmap v4964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:58 smithi136 bash[11745]: cluster 2022-04-26T05:26:57.001125+0000 mgr.smithi136.ofnrfx (mgr.14188) 5303 : cluster [DBG] pgmap v4964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:26:59.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:26:59 smithi145 bash[13673]: audit 2022-04-26T05:26:59.438214+0000 mon.smithi136 (mon.0) 3504 : audit [DBG] from='client.? 172.21.15.136:0/1306797837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:26:59 smithi136 bash[11745]: audit 2022-04-26T05:26:59.438214+0000 mon.smithi136 (mon.0) 3504 : audit [DBG] from='client.? 172.21.15.136:0/1306797837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:00 smithi145 bash[13673]: cluster 2022-04-26T05:26:59.001784+0000 mgr.smithi136.ofnrfx (mgr.14188) 5304 : cluster [DBG] pgmap v4965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:00 smithi136 bash[11745]: cluster 2022-04-26T05:26:59.001784+0000 mgr.smithi136.ofnrfx (mgr.14188) 5304 : cluster [DBG] pgmap v4965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:02 smithi145 bash[13673]: cluster 2022-04-26T05:27:01.002356+0000 mgr.smithi136.ofnrfx (mgr.14188) 5305 : cluster [DBG] pgmap v4966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:02 smithi145 bash[13673]: audit 2022-04-26T05:27:02.535604+0000 mon.smithi136 (mon.0) 3505 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:27:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:02 smithi145 bash[13673]: audit 2022-04-26T05:27:02.539371+0000 mon.smithi136 (mon.0) 3506 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:27:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:02 smithi136 bash[11745]: cluster 2022-04-26T05:27:01.002356+0000 mgr.smithi136.ofnrfx (mgr.14188) 5305 : cluster [DBG] pgmap v4966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:02 smithi136 bash[11745]: audit 2022-04-26T05:27:02.535604+0000 mon.smithi136 (mon.0) 3505 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:27:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:02 smithi136 bash[11745]: audit 2022-04-26T05:27:02.539371+0000 mon.smithi136 (mon.0) 3506 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:27:04.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:04.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:04.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:04.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:04 smithi145 bash[13673]: cluster 2022-04-26T05:27:03.003003+0000 mgr.smithi136.ofnrfx (mgr.14188) 5306 : cluster [DBG] pgmap v4967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:04 smithi145 bash[13673]: audit 2022-04-26T05:27:04.768659+0000 mon.smithi136 (mon.0) 3507 : audit [DBG] from='client.? 172.21.15.136:0/3688269144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:04 smithi136 bash[11745]: cluster 2022-04-26T05:27:03.003003+0000 mgr.smithi136.ofnrfx (mgr.14188) 5306 : cluster [DBG] pgmap v4967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:05.340 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:04 smithi136 bash[11745]: audit 2022-04-26T05:27:04.768659+0000 mon.smithi136 (mon.0) 3507 : audit [DBG] from='client.? 172.21.15.136:0/3688269144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:06 smithi145 bash[13673]: cluster 2022-04-26T05:27:05.003627+0000 mgr.smithi136.ofnrfx (mgr.14188) 5307 : cluster [DBG] pgmap v4968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:06 smithi136 bash[11745]: cluster 2022-04-26T05:27:05.003627+0000 mgr.smithi136.ofnrfx (mgr.14188) 5307 : cluster [DBG] pgmap v4968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:08 smithi145 bash[13673]: cluster 2022-04-26T05:27:07.004233+0000 mgr.smithi136.ofnrfx (mgr.14188) 5308 : cluster [DBG] pgmap v4969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:08 smithi136 bash[11745]: cluster 2022-04-26T05:27:07.004233+0000 mgr.smithi136.ofnrfx (mgr.14188) 5308 : cluster [DBG] pgmap v4969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:09.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:09.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:09.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:10.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:10 smithi145 bash[13673]: cluster 2022-04-26T05:27:09.004894+0000 mgr.smithi136.ofnrfx (mgr.14188) 5309 : cluster [DBG] pgmap v4970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:10 smithi145 bash[13673]: audit 2022-04-26T05:27:10.105048+0000 mon.smithi136 (mon.0) 3508 : audit [DBG] from='client.? 172.21.15.136:0/2461048079' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:10 smithi136 bash[11745]: cluster 2022-04-26T05:27:09.004894+0000 mgr.smithi136.ofnrfx (mgr.14188) 5309 : cluster [DBG] pgmap v4970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:11.337 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:10 smithi136 bash[11745]: audit 2022-04-26T05:27:10.105048+0000 mon.smithi136 (mon.0) 3508 : audit [DBG] from='client.? 172.21.15.136:0/2461048079' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:11 smithi145 bash[13673]: audit 2022-04-26T05:27:11.013890+0000 mon.smithi136 (mon.0) 3509 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:27:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:11 smithi145 bash[13673]: audit 2022-04-26T05:27:11.016643+0000 mon.smithi136 (mon.0) 3510 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:27:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:11 smithi145 bash[13673]: audit 2022-04-26T05:27:11.018470+0000 mon.smithi136 (mon.0) 3511 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:27:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:11 smithi136 bash[11745]: audit 2022-04-26T05:27:11.013890+0000 mon.smithi136 (mon.0) 3509 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:27:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:11 smithi136 bash[11745]: audit 2022-04-26T05:27:11.016643+0000 mon.smithi136 (mon.0) 3510 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:27:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:11 smithi136 bash[11745]: audit 2022-04-26T05:27:11.018470+0000 mon.smithi136 (mon.0) 3511 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:27:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:12 smithi145 bash[13673]: cluster 2022-04-26T05:27:11.005517+0000 mgr.smithi136.ofnrfx (mgr.14188) 5310 : cluster [DBG] pgmap v4971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:12 smithi136 bash[11745]: cluster 2022-04-26T05:27:11.005517+0000 mgr.smithi136.ofnrfx (mgr.14188) 5310 : cluster [DBG] pgmap v4971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:15.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:15.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:15.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:14 smithi145 bash[13673]: cluster 2022-04-26T05:27:13.006128+0000 mgr.smithi136.ofnrfx (mgr.14188) 5311 : cluster [DBG] pgmap v4972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:14 smithi136 bash[11745]: cluster 2022-04-26T05:27:13.006128+0000 mgr.smithi136.ofnrfx (mgr.14188) 5311 : cluster [DBG] pgmap v4972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:15.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:15 smithi136 bash[11745]: audit 2022-04-26T05:27:15.442505+0000 mon.smithi136 (mon.0) 3512 : audit [DBG] from='client.? 172.21.15.136:0/1769115504' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:16.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:15 smithi145 bash[13673]: audit 2022-04-26T05:27:15.442505+0000 mon.smithi136 (mon.0) 3512 : audit [DBG] from='client.? 172.21.15.136:0/1769115504' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:16 smithi136 bash[11745]: cluster 2022-04-26T05:27:15.006766+0000 mgr.smithi136.ofnrfx (mgr.14188) 5312 : cluster [DBG] pgmap v4973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:16 smithi145 bash[13673]: cluster 2022-04-26T05:27:15.006766+0000 mgr.smithi136.ofnrfx (mgr.14188) 5312 : cluster [DBG] pgmap v4973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:17 smithi145 bash[13673]: cluster 2022-04-26T05:27:17.007395+0000 mgr.smithi136.ofnrfx (mgr.14188) 5313 : cluster [DBG] pgmap v4974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:17 smithi136 bash[11745]: cluster 2022-04-26T05:27:17.007395+0000 mgr.smithi136.ofnrfx (mgr.14188) 5313 : cluster [DBG] pgmap v4974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:19 smithi136 bash[11745]: cephadm 2022-04-26T05:27:18.665489+0000 mgr.smithi136.ofnrfx (mgr.14188) 5314 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T05:27:20.377 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:19 smithi136 bash[11745]: audit 2022-04-26T05:27:18.677683+0000 mon.smithi136 (mon.0) 3513 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:27:20.377 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:19 smithi136 bash[11745]: audit 2022-04-26T05:27:18.969081+0000 mon.smithi136 (mon.0) 3514 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:27:20.377 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:19 smithi136 bash[11745]: audit 2022-04-26T05:27:18.980283+0000 mon.smithi136 (mon.0) 3515 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:27:20.377 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:19 smithi136 bash[11745]: audit 2022-04-26T05:27:18.992255+0000 mon.smithi136 (mon.0) 3516 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:27:20.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:19 smithi136 bash[11745]: audit 2022-04-26T05:27:18.993863+0000 mon.smithi136 (mon.0) 3517 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:27:20.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:19 smithi145 bash[13673]: cephadm 2022-04-26T05:27:18.665489+0000 mgr.smithi136.ofnrfx (mgr.14188) 5314 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T05:27:20.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:19 smithi145 bash[13673]: audit 2022-04-26T05:27:18.677683+0000 mon.smithi136 (mon.0) 3513 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:27:20.378 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:19 smithi145 bash[13673]: audit 2022-04-26T05:27:18.969081+0000 mon.smithi136 (mon.0) 3514 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:27:20.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:19 smithi145 bash[13673]: audit 2022-04-26T05:27:18.980283+0000 mon.smithi136 (mon.0) 3515 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:27:20.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:19 smithi145 bash[13673]: audit 2022-04-26T05:27:18.992255+0000 mon.smithi136 (mon.0) 3516 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:27:20.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:19 smithi145 bash[13673]: audit 2022-04-26T05:27:18.993863+0000 mon.smithi136 (mon.0) 3517 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:27:20.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:20.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:20.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:20.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:20 smithi136 bash[11745]: cluster 2022-04-26T05:27:18.961125+0000 mgr.smithi136.ofnrfx (mgr.14188) 5315 : cluster [DBG] pgmap v4975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:20 smithi136 bash[11745]: cluster 2022-04-26T05:27:18.961583+0000 mgr.smithi136.ofnrfx (mgr.14188) 5316 : cluster [DBG] pgmap v4976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:21.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:20 smithi136 bash[11745]: cephadm 2022-04-26T05:27:18.982116+0000 mgr.smithi136.ofnrfx (mgr.14188) 5317 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:27:21.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:20 smithi136 bash[11745]: cephadm 2022-04-26T05:27:18.982316+0000 mgr.smithi136.ofnrfx (mgr.14188) 5318 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:27:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:20 smithi145 bash[13673]: cluster 2022-04-26T05:27:18.961125+0000 mgr.smithi136.ofnrfx (mgr.14188) 5315 : cluster [DBG] pgmap v4975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:20 smithi145 bash[13673]: cluster 2022-04-26T05:27:18.961583+0000 mgr.smithi136.ofnrfx (mgr.14188) 5316 : cluster [DBG] pgmap v4976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:20 smithi145 bash[13673]: cephadm 2022-04-26T05:27:18.982116+0000 mgr.smithi136.ofnrfx (mgr.14188) 5317 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:27:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:20 smithi145 bash[13673]: cephadm 2022-04-26T05:27:18.982316+0000 mgr.smithi136.ofnrfx (mgr.14188) 5318 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:27:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:21 smithi136 bash[11745]: audit 2022-04-26T05:27:20.767565+0000 mon.smithi136 (mon.0) 3518 : audit [DBG] from='client.? 172.21.15.136:0/3398179815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:21 smithi145 bash[13673]: audit 2022-04-26T05:27:20.767565+0000 mon.smithi136 (mon.0) 3518 : audit [DBG] from='client.? 172.21.15.136:0/3398179815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:22 smithi145 bash[13673]: cluster 2022-04-26T05:27:20.962200+0000 mgr.smithi136.ofnrfx (mgr.14188) 5319 : cluster [DBG] pgmap v4977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:22 smithi136 bash[11745]: cluster 2022-04-26T05:27:20.962200+0000 mgr.smithi136.ofnrfx (mgr.14188) 5319 : cluster [DBG] pgmap v4977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:24 smithi136 bash[11745]: cluster 2022-04-26T05:27:22.962802+0000 mgr.smithi136.ofnrfx (mgr.14188) 5320 : cluster [DBG] pgmap v4978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:24 smithi145 bash[13673]: cluster 2022-04-26T05:27:22.962802+0000 mgr.smithi136.ofnrfx (mgr.14188) 5320 : cluster [DBG] pgmap v4978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:25.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:25.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:25.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:26.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:26 smithi136 bash[11745]: cluster 2022-04-26T05:27:24.963416+0000 mgr.smithi136.ofnrfx (mgr.14188) 5321 : cluster [DBG] pgmap v4979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:26 smithi136 bash[11745]: audit 2022-04-26T05:27:26.102680+0000 mon.smithi136 (mon.0) 3519 : audit [DBG] from='client.? 172.21.15.136:0/695600882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:26 smithi145 bash[13673]: cluster 2022-04-26T05:27:24.963416+0000 mgr.smithi136.ofnrfx (mgr.14188) 5321 : cluster [DBG] pgmap v4979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:26 smithi145 bash[13673]: audit 2022-04-26T05:27:26.102680+0000 mon.smithi136 (mon.0) 3519 : audit [DBG] from='client.? 172.21.15.136:0/695600882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:28 smithi136 bash[11745]: cluster 2022-04-26T05:27:26.964093+0000 mgr.smithi136.ofnrfx (mgr.14188) 5322 : cluster [DBG] pgmap v4980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:28 smithi145 bash[13673]: cluster 2022-04-26T05:27:26.964093+0000 mgr.smithi136.ofnrfx (mgr.14188) 5322 : cluster [DBG] pgmap v4980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:30 smithi136 bash[11745]: cluster 2022-04-26T05:27:28.964718+0000 mgr.smithi136.ofnrfx (mgr.14188) 5323 : cluster [DBG] pgmap v4981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:31.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:31.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:31.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:30 smithi145 bash[13673]: cluster 2022-04-26T05:27:28.964718+0000 mgr.smithi136.ofnrfx (mgr.14188) 5323 : cluster [DBG] pgmap v4981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:31.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:32 smithi136 bash[11745]: cluster 2022-04-26T05:27:30.965355+0000 mgr.smithi136.ofnrfx (mgr.14188) 5324 : cluster [DBG] pgmap v4982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:32 smithi136 bash[11745]: audit 2022-04-26T05:27:31.436633+0000 mon.smithi136 (mon.0) 3520 : audit [DBG] from='client.? 172.21.15.136:0/927795696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:32 smithi145 bash[13673]: cluster 2022-04-26T05:27:30.965355+0000 mgr.smithi136.ofnrfx (mgr.14188) 5324 : cluster [DBG] pgmap v4982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:32 smithi145 bash[13673]: audit 2022-04-26T05:27:31.436633+0000 mon.smithi136 (mon.0) 3520 : audit [DBG] from='client.? 172.21.15.136:0/927795696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:33 smithi145 bash[13673]: audit 2022-04-26T05:27:32.639459+0000 mon.smithi136 (mon.0) 3521 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:27:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:33 smithi136 bash[11745]: audit 2022-04-26T05:27:32.639459+0000 mon.smithi136 (mon.0) 3521 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:27:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:34 smithi145 bash[13673]: cluster 2022-04-26T05:27:32.965984+0000 mgr.smithi136.ofnrfx (mgr.14188) 5325 : cluster [DBG] pgmap v4983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:34 smithi136 bash[11745]: cluster 2022-04-26T05:27:32.965984+0000 mgr.smithi136.ofnrfx (mgr.14188) 5325 : cluster [DBG] pgmap v4983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:36.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:36.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:36.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:36.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:36 smithi136 bash[11745]: cluster 2022-04-26T05:27:34.966598+0000 mgr.smithi136.ofnrfx (mgr.14188) 5326 : cluster [DBG] pgmap v4984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:36 smithi145 bash[13673]: cluster 2022-04-26T05:27:34.966598+0000 mgr.smithi136.ofnrfx (mgr.14188) 5326 : cluster [DBG] pgmap v4984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:37 smithi136 bash[11745]: audit 2022-04-26T05:27:36.767585+0000 mon.smithi136 (mon.0) 3522 : audit [DBG] from='client.? 172.21.15.136:0/4277318995' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:37 smithi145 bash[13673]: audit 2022-04-26T05:27:36.767585+0000 mon.smithi136 (mon.0) 3522 : audit [DBG] from='client.? 172.21.15.136:0/4277318995' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:38 smithi136 bash[11745]: cluster 2022-04-26T05:27:36.967282+0000 mgr.smithi136.ofnrfx (mgr.14188) 5327 : cluster [DBG] pgmap v4985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:38 smithi145 bash[13673]: cluster 2022-04-26T05:27:36.967282+0000 mgr.smithi136.ofnrfx (mgr.14188) 5327 : cluster [DBG] pgmap v4985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:40 smithi136 bash[11745]: cluster 2022-04-26T05:27:38.967884+0000 mgr.smithi136.ofnrfx (mgr.14188) 5328 : cluster [DBG] pgmap v4986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:40 smithi145 bash[13673]: cluster 2022-04-26T05:27:38.967884+0000 mgr.smithi136.ofnrfx (mgr.14188) 5328 : cluster [DBG] pgmap v4986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:41.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:41.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:41.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:42.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:42 smithi136 bash[11745]: cluster 2022-04-26T05:27:40.968578+0000 mgr.smithi136.ofnrfx (mgr.14188) 5329 : cluster [DBG] pgmap v4987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:42 smithi136 bash[11745]: audit 2022-04-26T05:27:42.092420+0000 mon.smithi136 (mon.0) 3523 : audit [DBG] from='client.? 172.21.15.136:0/1020420143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:42 smithi145 bash[13673]: cluster 2022-04-26T05:27:40.968578+0000 mgr.smithi136.ofnrfx (mgr.14188) 5329 : cluster [DBG] pgmap v4987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:42 smithi145 bash[13673]: audit 2022-04-26T05:27:42.092420+0000 mon.smithi136 (mon.0) 3523 : audit [DBG] from='client.? 172.21.15.136:0/1020420143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:44 smithi136 bash[11745]: cluster 2022-04-26T05:27:42.969186+0000 mgr.smithi136.ofnrfx (mgr.14188) 5330 : cluster [DBG] pgmap v4988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:44 smithi145 bash[13673]: cluster 2022-04-26T05:27:42.969186+0000 mgr.smithi136.ofnrfx (mgr.14188) 5330 : cluster [DBG] pgmap v4988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:46 smithi136 bash[11745]: cluster 2022-04-26T05:27:44.969769+0000 mgr.smithi136.ofnrfx (mgr.14188) 5331 : cluster [DBG] pgmap v4989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:47.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:47.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:47.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:46 smithi145 bash[13673]: cluster 2022-04-26T05:27:44.969769+0000 mgr.smithi136.ofnrfx (mgr.14188) 5331 : cluster [DBG] pgmap v4989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:47.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:47 smithi136 bash[11745]: audit 2022-04-26T05:27:47.423054+0000 mon.smithi136 (mon.0) 3524 : audit [DBG] from='client.? 172.21.15.136:0/2051955396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:47 smithi145 bash[13673]: audit 2022-04-26T05:27:47.423054+0000 mon.smithi136 (mon.0) 3524 : audit [DBG] from='client.? 172.21.15.136:0/2051955396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:48 smithi136 bash[11745]: cluster 2022-04-26T05:27:46.970367+0000 mgr.smithi136.ofnrfx (mgr.14188) 5332 : cluster [DBG] pgmap v4990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:48 smithi145 bash[13673]: cluster 2022-04-26T05:27:46.970367+0000 mgr.smithi136.ofnrfx (mgr.14188) 5332 : cluster [DBG] pgmap v4990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:50 smithi136 bash[11745]: cluster 2022-04-26T05:27:48.971010+0000 mgr.smithi136.ofnrfx (mgr.14188) 5333 : cluster [DBG] pgmap v4991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:50 smithi145 bash[13673]: cluster 2022-04-26T05:27:48.971010+0000 mgr.smithi136.ofnrfx (mgr.14188) 5333 : cluster [DBG] pgmap v4991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:52.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:52.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:52.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:52.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:52 smithi136 bash[11745]: cluster 2022-04-26T05:27:50.971656+0000 mgr.smithi136.ofnrfx (mgr.14188) 5334 : cluster [DBG] pgmap v4992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:52 smithi145 bash[13673]: cluster 2022-04-26T05:27:50.971656+0000 mgr.smithi136.ofnrfx (mgr.14188) 5334 : cluster [DBG] pgmap v4992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:53 smithi136 bash[11745]: audit 2022-04-26T05:27:52.750387+0000 mon.smithi136 (mon.0) 3525 : audit [DBG] from='client.? 172.21.15.136:0/1007690420' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:53 smithi145 bash[13673]: audit 2022-04-26T05:27:52.750387+0000 mon.smithi136 (mon.0) 3525 : audit [DBG] from='client.? 172.21.15.136:0/1007690420' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:54 smithi136 bash[11745]: cluster 2022-04-26T05:27:52.972213+0000 mgr.smithi136.ofnrfx (mgr.14188) 5335 : cluster [DBG] pgmap v4993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:54 smithi145 bash[13673]: cluster 2022-04-26T05:27:52.972213+0000 mgr.smithi136.ofnrfx (mgr.14188) 5335 : cluster [DBG] pgmap v4993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:56 smithi136 bash[11745]: cluster 2022-04-26T05:27:54.972880+0000 mgr.smithi136.ofnrfx (mgr.14188) 5336 : cluster [DBG] pgmap v4994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:56 smithi145 bash[13673]: cluster 2022-04-26T05:27:54.972880+0000 mgr.smithi136.ofnrfx (mgr.14188) 5336 : cluster [DBG] pgmap v4994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:57.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:27:57.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:27:57.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:27:58.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:27:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:58 smithi136 bash[11745]: cluster 2022-04-26T05:27:56.973540+0000 mgr.smithi136.ofnrfx (mgr.14188) 5337 : cluster [DBG] pgmap v4995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:59.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:27:58 smithi136 bash[11745]: audit 2022-04-26T05:27:58.082146+0000 mon.smithi136 (mon.0) 3526 : audit [DBG] from='client.? 172.21.15.136:0/1340257396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:27:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:58 smithi145 bash[13673]: cluster 2022-04-26T05:27:56.973540+0000 mgr.smithi136.ofnrfx (mgr.14188) 5337 : cluster [DBG] pgmap v4995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:27:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:27:58 smithi145 bash[13673]: audit 2022-04-26T05:27:58.082146+0000 mon.smithi136 (mon.0) 3526 : audit [DBG] from='client.? 172.21.15.136:0/1340257396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:00 smithi136 bash[11745]: cluster 2022-04-26T05:27:58.974155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5338 : cluster [DBG] pgmap v4996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:00 smithi145 bash[13673]: cluster 2022-04-26T05:27:58.974155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5338 : cluster [DBG] pgmap v4996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:02 smithi136 bash[11745]: cluster 2022-04-26T05:28:00.974787+0000 mgr.smithi136.ofnrfx (mgr.14188) 5339 : cluster [DBG] pgmap v4997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:02 smithi136 bash[11745]: audit 2022-04-26T05:28:02.539670+0000 mon.smithi136 (mon.0) 3527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:28:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:02 smithi136 bash[11745]: audit 2022-04-26T05:28:02.543562+0000 mon.smithi136 (mon.0) 3528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:28:03.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:03.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:03.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:02 smithi145 bash[13673]: cluster 2022-04-26T05:28:00.974787+0000 mgr.smithi136.ofnrfx (mgr.14188) 5339 : cluster [DBG] pgmap v4997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:02 smithi145 bash[13673]: audit 2022-04-26T05:28:02.539670+0000 mon.smithi136 (mon.0) 3527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:28:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:02 smithi145 bash[13673]: audit 2022-04-26T05:28:02.543562+0000 mon.smithi136 (mon.0) 3528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:28:03.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:03 smithi136 bash[11745]: audit 2022-04-26T05:28:03.407549+0000 mon.smithi136 (mon.0) 3529 : audit [DBG] from='client.? 172.21.15.136:0/1430042287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:03 smithi145 bash[13673]: audit 2022-04-26T05:28:03.407549+0000 mon.smithi136 (mon.0) 3529 : audit [DBG] from='client.? 172.21.15.136:0/1430042287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:04 smithi136 bash[11745]: cluster 2022-04-26T05:28:02.975444+0000 mgr.smithi136.ofnrfx (mgr.14188) 5340 : cluster [DBG] pgmap v4998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:04 smithi145 bash[13673]: cluster 2022-04-26T05:28:02.975444+0000 mgr.smithi136.ofnrfx (mgr.14188) 5340 : cluster [DBG] pgmap v4998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:06 smithi136 bash[11745]: cluster 2022-04-26T05:28:04.976042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5341 : cluster [DBG] pgmap v4999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:06 smithi145 bash[13673]: cluster 2022-04-26T05:28:04.976042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5341 : cluster [DBG] pgmap v4999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:08.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:08.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:08.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:08.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:08 smithi136 bash[11745]: cluster 2022-04-26T05:28:06.976667+0000 mgr.smithi136.ofnrfx (mgr.14188) 5342 : cluster [DBG] pgmap v5000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:08 smithi136 bash[11745]: audit 2022-04-26T05:28:08.731079+0000 mon.smithi136 (mon.0) 3530 : audit [DBG] from='client.? 172.21.15.136:0/3611842752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:08 smithi145 bash[13673]: cluster 2022-04-26T05:28:06.976667+0000 mgr.smithi136.ofnrfx (mgr.14188) 5342 : cluster [DBG] pgmap v5000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:08 smithi145 bash[13673]: audit 2022-04-26T05:28:08.731079+0000 mon.smithi136 (mon.0) 3530 : audit [DBG] from='client.? 172.21.15.136:0/3611842752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:10 smithi136 bash[11745]: cluster 2022-04-26T05:28:08.977261+0000 mgr.smithi136.ofnrfx (mgr.14188) 5343 : cluster [DBG] pgmap v5001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:10 smithi145 bash[13673]: cluster 2022-04-26T05:28:08.977261+0000 mgr.smithi136.ofnrfx (mgr.14188) 5343 : cluster [DBG] pgmap v5001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:12 smithi136 bash[11745]: cluster 2022-04-26T05:28:10.977879+0000 mgr.smithi136.ofnrfx (mgr.14188) 5344 : cluster [DBG] pgmap v5002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:12 smithi145 bash[13673]: cluster 2022-04-26T05:28:10.977879+0000 mgr.smithi136.ofnrfx (mgr.14188) 5344 : cluster [DBG] pgmap v5002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:13.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:13.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:13.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:14.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:14 smithi136 bash[11745]: cluster 2022-04-26T05:28:12.978496+0000 mgr.smithi136.ofnrfx (mgr.14188) 5345 : cluster [DBG] pgmap v5003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:15.076 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:14 smithi136 bash[11745]: audit 2022-04-26T05:28:14.053637+0000 mon.smithi136 (mon.0) 3531 : audit [DBG] from='client.? 172.21.15.136:0/3994174244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:14 smithi145 bash[13673]: cluster 2022-04-26T05:28:12.978496+0000 mgr.smithi136.ofnrfx (mgr.14188) 5345 : cluster [DBG] pgmap v5003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:14 smithi145 bash[13673]: audit 2022-04-26T05:28:14.053637+0000 mon.smithi136 (mon.0) 3531 : audit [DBG] from='client.? 172.21.15.136:0/3994174244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:16 smithi136 bash[11745]: cluster 2022-04-26T05:28:14.979097+0000 mgr.smithi136.ofnrfx (mgr.14188) 5346 : cluster [DBG] pgmap v5004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:16 smithi145 bash[13673]: cluster 2022-04-26T05:28:14.979097+0000 mgr.smithi136.ofnrfx (mgr.14188) 5346 : cluster [DBG] pgmap v5004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:18 smithi136 bash[11745]: cluster 2022-04-26T05:28:16.979752+0000 mgr.smithi136.ofnrfx (mgr.14188) 5347 : cluster [DBG] pgmap v5005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:19.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:19.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:19.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:18 smithi145 bash[13673]: cluster 2022-04-26T05:28:16.979752+0000 mgr.smithi136.ofnrfx (mgr.14188) 5347 : cluster [DBG] pgmap v5005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:19.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:19 smithi136 bash[11745]: audit 2022-04-26T05:28:19.381213+0000 mon.smithi136 (mon.0) 3532 : audit [DBG] from='client.? 172.21.15.136:0/568971797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:19 smithi145 bash[13673]: audit 2022-04-26T05:28:19.381213+0000 mon.smithi136 (mon.0) 3532 : audit [DBG] from='client.? 172.21.15.136:0/568971797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:20 smithi136 bash[11745]: cluster 2022-04-26T05:28:18.980364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5348 : cluster [DBG] pgmap v5006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:20 smithi145 bash[13673]: cluster 2022-04-26T05:28:18.980364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5348 : cluster [DBG] pgmap v5006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:22 smithi136 bash[11745]: cluster 2022-04-26T05:28:20.981112+0000 mgr.smithi136.ofnrfx (mgr.14188) 5349 : cluster [DBG] pgmap v5007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:22 smithi145 bash[13673]: cluster 2022-04-26T05:28:20.981112+0000 mgr.smithi136.ofnrfx (mgr.14188) 5349 : cluster [DBG] pgmap v5007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:24.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:24.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:24.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:24.728 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:24 smithi136 bash[11745]: cluster 2022-04-26T05:28:22.981771+0000 mgr.smithi136.ofnrfx (mgr.14188) 5350 : cluster [DBG] pgmap v5008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:24 smithi136 bash[11745]: audit 2022-04-26T05:28:24.711689+0000 mon.smithi136 (mon.0) 3533 : audit [DBG] from='client.? 172.21.15.136:0/3957920612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:24 smithi145 bash[13673]: cluster 2022-04-26T05:28:22.981771+0000 mgr.smithi136.ofnrfx (mgr.14188) 5350 : cluster [DBG] pgmap v5008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:24 smithi145 bash[13673]: audit 2022-04-26T05:28:24.711689+0000 mon.smithi136 (mon.0) 3533 : audit [DBG] from='client.? 172.21.15.136:0/3957920612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:26 smithi145 bash[13673]: cluster 2022-04-26T05:28:24.982458+0000 mgr.smithi136.ofnrfx (mgr.14188) 5351 : cluster [DBG] pgmap v5009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:26 smithi136 bash[11745]: cluster 2022-04-26T05:28:24.982458+0000 mgr.smithi136.ofnrfx (mgr.14188) 5351 : cluster [DBG] pgmap v5009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:29.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:28 smithi136 bash[11745]: cluster 2022-04-26T05:28:26.983233+0000 mgr.smithi136.ofnrfx (mgr.14188) 5352 : cluster [DBG] pgmap v5010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:28 smithi145 bash[13673]: cluster 2022-04-26T05:28:26.983233+0000 mgr.smithi136.ofnrfx (mgr.14188) 5352 : cluster [DBG] pgmap v5010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:29.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:29.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:29.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:30.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:30 smithi145 bash[13673]: cluster 2022-04-26T05:28:28.983921+0000 mgr.smithi136.ofnrfx (mgr.14188) 5353 : cluster [DBG] pgmap v5011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:30 smithi145 bash[13673]: audit 2022-04-26T05:28:30.041962+0000 mon.smithi136 (mon.0) 3534 : audit [DBG] from='client.? 172.21.15.136:0/2897352755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:30 smithi136 bash[11745]: cluster 2022-04-26T05:28:28.983921+0000 mgr.smithi136.ofnrfx (mgr.14188) 5353 : cluster [DBG] pgmap v5011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:31.333 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:30 smithi136 bash[11745]: audit 2022-04-26T05:28:30.041962+0000 mon.smithi136 (mon.0) 3534 : audit [DBG] from='client.? 172.21.15.136:0/2897352755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:32 smithi145 bash[13673]: cluster 2022-04-26T05:28:30.984661+0000 mgr.smithi136.ofnrfx (mgr.14188) 5354 : cluster [DBG] pgmap v5012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:32 smithi145 bash[13673]: audit 2022-04-26T05:28:32.643156+0000 mon.smithi136 (mon.0) 3535 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:28:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:32 smithi145 bash[13673]: audit 2022-04-26T05:28:32.645922+0000 mon.smithi136 (mon.0) 3536 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:28:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:32 smithi145 bash[13673]: audit 2022-04-26T05:28:32.647773+0000 mon.smithi136 (mon.0) 3537 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:28:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:32 smithi136 bash[11745]: cluster 2022-04-26T05:28:30.984661+0000 mgr.smithi136.ofnrfx (mgr.14188) 5354 : cluster [DBG] pgmap v5012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:32 smithi136 bash[11745]: audit 2022-04-26T05:28:32.643156+0000 mon.smithi136 (mon.0) 3535 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:28:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:32 smithi136 bash[11745]: audit 2022-04-26T05:28:32.645922+0000 mon.smithi136 (mon.0) 3536 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:28:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:32 smithi136 bash[11745]: audit 2022-04-26T05:28:32.647773+0000 mon.smithi136 (mon.0) 3537 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:28:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:33 smithi136 bash[11745]: cluster 2022-04-26T05:28:32.968939+0000 mgr.smithi136.ofnrfx (mgr.14188) 5355 : cluster [DBG] pgmap v5013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:33 smithi136 bash[11745]: cluster 2022-04-26T05:28:32.969406+0000 mgr.smithi136.ofnrfx (mgr.14188) 5356 : cluster [DBG] pgmap v5014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:33 smithi136 bash[11745]: audit 2022-04-26T05:28:32.973740+0000 mon.smithi136 (mon.0) 3538 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:28:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:33 smithi136 bash[11745]: audit 2022-04-26T05:28:32.982261+0000 mon.smithi136 (mon.0) 3539 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:28:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:33 smithi136 bash[11745]: cephadm 2022-04-26T05:28:32.983814+0000 mgr.smithi136.ofnrfx (mgr.14188) 5357 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:28:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:33 smithi136 bash[11745]: cephadm 2022-04-26T05:28:32.983991+0000 mgr.smithi136.ofnrfx (mgr.14188) 5358 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:28:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:33 smithi145 bash[13673]: cluster 2022-04-26T05:28:32.968939+0000 mgr.smithi136.ofnrfx (mgr.14188) 5355 : cluster [DBG] pgmap v5013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:33 smithi145 bash[13673]: cluster 2022-04-26T05:28:32.969406+0000 mgr.smithi136.ofnrfx (mgr.14188) 5356 : cluster [DBG] pgmap v5014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:33 smithi145 bash[13673]: audit 2022-04-26T05:28:32.973740+0000 mon.smithi136 (mon.0) 3538 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:28:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:33 smithi145 bash[13673]: audit 2022-04-26T05:28:32.982261+0000 mon.smithi136 (mon.0) 3539 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:28:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:33 smithi145 bash[13673]: cephadm 2022-04-26T05:28:32.983814+0000 mgr.smithi136.ofnrfx (mgr.14188) 5357 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:28:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:33 smithi145 bash[13673]: cephadm 2022-04-26T05:28:32.983991+0000 mgr.smithi136.ofnrfx (mgr.14188) 5358 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:28:35.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:35.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:35.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:35.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:35 smithi136 bash[11745]: cluster 2022-04-26T05:28:34.969990+0000 mgr.smithi136.ofnrfx (mgr.14188) 5359 : cluster [DBG] pgmap v5015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:35 smithi136 bash[11745]: audit 2022-04-26T05:28:35.380486+0000 mon.smithi136 (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.136:0/3846667294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:35 smithi145 bash[13673]: cluster 2022-04-26T05:28:34.969990+0000 mgr.smithi136.ofnrfx (mgr.14188) 5359 : cluster [DBG] pgmap v5015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:36.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:35 smithi145 bash[13673]: audit 2022-04-26T05:28:35.380486+0000 mon.smithi136 (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.136:0/3846667294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:38 smithi145 bash[13673]: cluster 2022-04-26T05:28:36.970745+0000 mgr.smithi136.ofnrfx (mgr.14188) 5360 : cluster [DBG] pgmap v5016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:38 smithi136 bash[11745]: cluster 2022-04-26T05:28:36.970745+0000 mgr.smithi136.ofnrfx (mgr.14188) 5360 : cluster [DBG] pgmap v5016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:40.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:40 smithi136 bash[11745]: cluster 2022-04-26T05:28:38.971414+0000 mgr.smithi136.ofnrfx (mgr.14188) 5361 : cluster [DBG] pgmap v5017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:40.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:40.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:40.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:40 smithi145 bash[13673]: cluster 2022-04-26T05:28:38.971414+0000 mgr.smithi136.ofnrfx (mgr.14188) 5361 : cluster [DBG] pgmap v5017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:40.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:41 smithi145 bash[13673]: audit 2022-04-26T05:28:40.715401+0000 mon.smithi136 (mon.0) 3541 : audit [DBG] from='client.? 172.21.15.136:0/1123668462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:41 smithi136 bash[11745]: audit 2022-04-26T05:28:40.715401+0000 mon.smithi136 (mon.0) 3541 : audit [DBG] from='client.? 172.21.15.136:0/1123668462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:42 smithi145 bash[13673]: cluster 2022-04-26T05:28:40.972081+0000 mgr.smithi136.ofnrfx (mgr.14188) 5362 : cluster [DBG] pgmap v5018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:42 smithi136 bash[11745]: cluster 2022-04-26T05:28:40.972081+0000 mgr.smithi136.ofnrfx (mgr.14188) 5362 : cluster [DBG] pgmap v5018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:44 smithi145 bash[13673]: cluster 2022-04-26T05:28:42.972724+0000 mgr.smithi136.ofnrfx (mgr.14188) 5363 : cluster [DBG] pgmap v5019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:44 smithi136 bash[11745]: cluster 2022-04-26T05:28:42.972724+0000 mgr.smithi136.ofnrfx (mgr.14188) 5363 : cluster [DBG] pgmap v5019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:45.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:45.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:45.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:46.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:46 smithi145 bash[13673]: cluster 2022-04-26T05:28:44.973325+0000 mgr.smithi136.ofnrfx (mgr.14188) 5364 : cluster [DBG] pgmap v5020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:46 smithi145 bash[13673]: audit 2022-04-26T05:28:46.035294+0000 mon.smithi136 (mon.0) 3542 : audit [DBG] from='client.? 172.21.15.136:0/199773598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:46 smithi136 bash[11745]: cluster 2022-04-26T05:28:44.973325+0000 mgr.smithi136.ofnrfx (mgr.14188) 5364 : cluster [DBG] pgmap v5020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:46.593 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:46 smithi136 bash[11745]: audit 2022-04-26T05:28:46.035294+0000 mon.smithi136 (mon.0) 3542 : audit [DBG] from='client.? 172.21.15.136:0/199773598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:48 smithi145 bash[13673]: cluster 2022-04-26T05:28:46.973992+0000 mgr.smithi136.ofnrfx (mgr.14188) 5365 : cluster [DBG] pgmap v5021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:48 smithi136 bash[11745]: cluster 2022-04-26T05:28:46.973992+0000 mgr.smithi136.ofnrfx (mgr.14188) 5365 : cluster [DBG] pgmap v5021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:50 smithi145 bash[13673]: cluster 2022-04-26T05:28:48.974596+0000 mgr.smithi136.ofnrfx (mgr.14188) 5366 : cluster [DBG] pgmap v5022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:50 smithi136 bash[11745]: cluster 2022-04-26T05:28:48.974596+0000 mgr.smithi136.ofnrfx (mgr.14188) 5366 : cluster [DBG] pgmap v5022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:51.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:51.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:51.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:51.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:52 smithi145 bash[13673]: cluster 2022-04-26T05:28:50.975238+0000 mgr.smithi136.ofnrfx (mgr.14188) 5367 : cluster [DBG] pgmap v5023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:52 smithi145 bash[13673]: audit 2022-04-26T05:28:51.363396+0000 mon.smithi136 (mon.0) 3543 : audit [DBG] from='client.? 172.21.15.136:0/2089663152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:52 smithi136 bash[11745]: cluster 2022-04-26T05:28:50.975238+0000 mgr.smithi136.ofnrfx (mgr.14188) 5367 : cluster [DBG] pgmap v5023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:52 smithi136 bash[11745]: audit 2022-04-26T05:28:51.363396+0000 mon.smithi136 (mon.0) 3543 : audit [DBG] from='client.? 172.21.15.136:0/2089663152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:54 smithi145 bash[13673]: cluster 2022-04-26T05:28:52.975896+0000 mgr.smithi136.ofnrfx (mgr.14188) 5368 : cluster [DBG] pgmap v5024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:54 smithi136 bash[11745]: cluster 2022-04-26T05:28:52.975896+0000 mgr.smithi136.ofnrfx (mgr.14188) 5368 : cluster [DBG] pgmap v5024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:56.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:28:56.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:28:56.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:28:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:56 smithi145 bash[13673]: cluster 2022-04-26T05:28:54.976448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5369 : cluster [DBG] pgmap v5025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:56 smithi136 bash[11745]: cluster 2022-04-26T05:28:54.976448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5369 : cluster [DBG] pgmap v5025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:56.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:28:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:57 smithi145 bash[13673]: audit 2022-04-26T05:28:56.683160+0000 mon.smithi136 (mon.0) 3544 : audit [DBG] from='client.? 172.21.15.136:0/3429708800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:57 smithi136 bash[11745]: audit 2022-04-26T05:28:56.683160+0000 mon.smithi136 (mon.0) 3544 : audit [DBG] from='client.? 172.21.15.136:0/3429708800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:28:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:28:58 smithi145 bash[13673]: cluster 2022-04-26T05:28:56.977090+0000 mgr.smithi136.ofnrfx (mgr.14188) 5370 : cluster [DBG] pgmap v5026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:28:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:28:58 smithi136 bash[11745]: cluster 2022-04-26T05:28:56.977090+0000 mgr.smithi136.ofnrfx (mgr.14188) 5370 : cluster [DBG] pgmap v5026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:00 smithi145 bash[13673]: cluster 2022-04-26T05:28:58.977749+0000 mgr.smithi136.ofnrfx (mgr.14188) 5371 : cluster [DBG] pgmap v5027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:00 smithi136 bash[11745]: cluster 2022-04-26T05:28:58.977749+0000 mgr.smithi136.ofnrfx (mgr.14188) 5371 : cluster [DBG] pgmap v5027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:01.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:01.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:01.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:02.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:02 smithi145 bash[13673]: cluster 2022-04-26T05:29:00.978427+0000 mgr.smithi136.ofnrfx (mgr.14188) 5372 : cluster [DBG] pgmap v5028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:02 smithi145 bash[13673]: audit 2022-04-26T05:29:02.003752+0000 mon.smithi136 (mon.0) 3545 : audit [DBG] from='client.? 172.21.15.136:0/720462492' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:02 smithi136 bash[11745]: cluster 2022-04-26T05:29:00.978427+0000 mgr.smithi136.ofnrfx (mgr.14188) 5372 : cluster [DBG] pgmap v5028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:02 smithi136 bash[11745]: audit 2022-04-26T05:29:02.003752+0000 mon.smithi136 (mon.0) 3545 : audit [DBG] from='client.? 172.21.15.136:0/720462492' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:03 smithi145 bash[13673]: audit 2022-04-26T05:29:02.543751+0000 mon.smithi136 (mon.0) 3546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:29:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:03 smithi145 bash[13673]: audit 2022-04-26T05:29:02.547458+0000 mon.smithi136 (mon.0) 3547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:29:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:03 smithi136 bash[11745]: audit 2022-04-26T05:29:02.543751+0000 mon.smithi136 (mon.0) 3546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:29:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:03 smithi136 bash[11745]: audit 2022-04-26T05:29:02.547458+0000 mon.smithi136 (mon.0) 3547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:29:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:04 smithi136 bash[11745]: cluster 2022-04-26T05:29:02.979014+0000 mgr.smithi136.ofnrfx (mgr.14188) 5373 : cluster [DBG] pgmap v5029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:04 smithi145 bash[13673]: cluster 2022-04-26T05:29:02.979014+0000 mgr.smithi136.ofnrfx (mgr.14188) 5373 : cluster [DBG] pgmap v5029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:06 smithi136 bash[11745]: cluster 2022-04-26T05:29:04.979701+0000 mgr.smithi136.ofnrfx (mgr.14188) 5374 : cluster [DBG] pgmap v5030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:06 smithi145 bash[13673]: cluster 2022-04-26T05:29:04.979701+0000 mgr.smithi136.ofnrfx (mgr.14188) 5374 : cluster [DBG] pgmap v5030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:07.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:07.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:07.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:07.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:08 smithi145 bash[13673]: cluster 2022-04-26T05:29:06.980320+0000 mgr.smithi136.ofnrfx (mgr.14188) 5375 : cluster [DBG] pgmap v5031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:08 smithi145 bash[13673]: audit 2022-04-26T05:29:07.326602+0000 mon.smithi136 (mon.0) 3548 : audit [DBG] from='client.? 172.21.15.136:0/1940288610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:08 smithi136 bash[11745]: cluster 2022-04-26T05:29:06.980320+0000 mgr.smithi136.ofnrfx (mgr.14188) 5375 : cluster [DBG] pgmap v5031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:08.575 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:08 smithi136 bash[11745]: audit 2022-04-26T05:29:07.326602+0000 mon.smithi136 (mon.0) 3548 : audit [DBG] from='client.? 172.21.15.136:0/1940288610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:10 smithi136 bash[11745]: cluster 2022-04-26T05:29:08.980926+0000 mgr.smithi136.ofnrfx (mgr.14188) 5376 : cluster [DBG] pgmap v5032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:10 smithi145 bash[13673]: cluster 2022-04-26T05:29:08.980926+0000 mgr.smithi136.ofnrfx (mgr.14188) 5376 : cluster [DBG] pgmap v5032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:12.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:12.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:12.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:12 smithi136 bash[11745]: cluster 2022-04-26T05:29:10.981533+0000 mgr.smithi136.ofnrfx (mgr.14188) 5377 : cluster [DBG] pgmap v5033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:12 smithi145 bash[13673]: cluster 2022-04-26T05:29:10.981533+0000 mgr.smithi136.ofnrfx (mgr.14188) 5377 : cluster [DBG] pgmap v5033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:12.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:13 smithi136 bash[11745]: audit 2022-04-26T05:29:12.653793+0000 mon.smithi136 (mon.0) 3549 : audit [DBG] from='client.? 172.21.15.136:0/3811278727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:13 smithi145 bash[13673]: audit 2022-04-26T05:29:12.653793+0000 mon.smithi136 (mon.0) 3549 : audit [DBG] from='client.? 172.21.15.136:0/3811278727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:14 smithi136 bash[11745]: cluster 2022-04-26T05:29:12.982193+0000 mgr.smithi136.ofnrfx (mgr.14188) 5378 : cluster [DBG] pgmap v5034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:14 smithi145 bash[13673]: cluster 2022-04-26T05:29:12.982193+0000 mgr.smithi136.ofnrfx (mgr.14188) 5378 : cluster [DBG] pgmap v5034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:16 smithi136 bash[11745]: cluster 2022-04-26T05:29:14.982804+0000 mgr.smithi136.ofnrfx (mgr.14188) 5379 : cluster [DBG] pgmap v5035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:16 smithi145 bash[13673]: cluster 2022-04-26T05:29:14.982804+0000 mgr.smithi136.ofnrfx (mgr.14188) 5379 : cluster [DBG] pgmap v5035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:17.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:17.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:17.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:17.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:18 smithi145 bash[13673]: cluster 2022-04-26T05:29:16.983441+0000 mgr.smithi136.ofnrfx (mgr.14188) 5380 : cluster [DBG] pgmap v5036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:18 smithi145 bash[13673]: audit 2022-04-26T05:29:17.974959+0000 mon.smithi136 (mon.0) 3550 : audit [DBG] from='client.? 172.21.15.136:0/2402807621' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:18 smithi136 bash[11745]: cluster 2022-04-26T05:29:16.983441+0000 mgr.smithi136.ofnrfx (mgr.14188) 5380 : cluster [DBG] pgmap v5036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:18 smithi136 bash[11745]: audit 2022-04-26T05:29:17.974959+0000 mon.smithi136 (mon.0) 3550 : audit [DBG] from='client.? 172.21.15.136:0/2402807621' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:20 smithi136 bash[11745]: cluster 2022-04-26T05:29:18.984079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5381 : cluster [DBG] pgmap v5037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:20 smithi145 bash[13673]: cluster 2022-04-26T05:29:18.984079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5381 : cluster [DBG] pgmap v5037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:22 smithi136 bash[11745]: cluster 2022-04-26T05:29:20.984718+0000 mgr.smithi136.ofnrfx (mgr.14188) 5382 : cluster [DBG] pgmap v5038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:22 smithi145 bash[13673]: cluster 2022-04-26T05:29:20.984718+0000 mgr.smithi136.ofnrfx (mgr.14188) 5382 : cluster [DBG] pgmap v5038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:22.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:22.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:22.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:23.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:24 smithi136 bash[11745]: cluster 2022-04-26T05:29:22.985350+0000 mgr.smithi136.ofnrfx (mgr.14188) 5383 : cluster [DBG] pgmap v5039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:24 smithi136 bash[11745]: audit 2022-04-26T05:29:23.307148+0000 mon.smithi136 (mon.0) 3551 : audit [DBG] from='client.? 172.21.15.136:0/1975594419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:24 smithi145 bash[13673]: cluster 2022-04-26T05:29:22.985350+0000 mgr.smithi136.ofnrfx (mgr.14188) 5383 : cluster [DBG] pgmap v5039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:24 smithi145 bash[13673]: audit 2022-04-26T05:29:23.307148+0000 mon.smithi136 (mon.0) 3551 : audit [DBG] from='client.? 172.21.15.136:0/1975594419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:26 smithi136 bash[11745]: cluster 2022-04-26T05:29:24.985949+0000 mgr.smithi136.ofnrfx (mgr.14188) 5384 : cluster [DBG] pgmap v5040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:26 smithi145 bash[13673]: cluster 2022-04-26T05:29:24.985949+0000 mgr.smithi136.ofnrfx (mgr.14188) 5384 : cluster [DBG] pgmap v5040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:28.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:28.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:28.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:28 smithi145 bash[13673]: cluster 2022-04-26T05:29:26.986633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5385 : cluster [DBG] pgmap v5041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:28 smithi136 bash[11745]: cluster 2022-04-26T05:29:26.986633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5385 : cluster [DBG] pgmap v5041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:28.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:29 smithi136 bash[11745]: audit 2022-04-26T05:29:28.633633+0000 mon.smithi136 (mon.0) 3552 : audit [DBG] from='client.? 172.21.15.136:0/3440291740' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:29 smithi145 bash[13673]: audit 2022-04-26T05:29:28.633633+0000 mon.smithi136 (mon.0) 3552 : audit [DBG] from='client.? 172.21.15.136:0/3440291740' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:30 smithi136 bash[11745]: cluster 2022-04-26T05:29:28.987268+0000 mgr.smithi136.ofnrfx (mgr.14188) 5386 : cluster [DBG] pgmap v5042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:30 smithi145 bash[13673]: cluster 2022-04-26T05:29:28.987268+0000 mgr.smithi136.ofnrfx (mgr.14188) 5386 : cluster [DBG] pgmap v5042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:32 smithi136 bash[11745]: cluster 2022-04-26T05:29:30.987947+0000 mgr.smithi136.ofnrfx (mgr.14188) 5387 : cluster [DBG] pgmap v5043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:32 smithi145 bash[13673]: cluster 2022-04-26T05:29:30.987947+0000 mgr.smithi136.ofnrfx (mgr.14188) 5387 : cluster [DBG] pgmap v5043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:33 smithi136 bash[11745]: audit 2022-04-26T05:29:32.993292+0000 mon.smithi136 (mon.0) 3553 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:29:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:33 smithi136 bash[11745]: audit 2022-04-26T05:29:32.996100+0000 mon.smithi136 (mon.0) 3554 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:29:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:33 smithi136 bash[11745]: audit 2022-04-26T05:29:32.998078+0000 mon.smithi136 (mon.0) 3555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:29:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:33 smithi145 bash[13673]: audit 2022-04-26T05:29:32.993292+0000 mon.smithi136 (mon.0) 3553 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:29:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:33 smithi145 bash[13673]: audit 2022-04-26T05:29:32.996100+0000 mon.smithi136 (mon.0) 3554 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:29:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:33 smithi145 bash[13673]: audit 2022-04-26T05:29:32.998078+0000 mon.smithi136 (mon.0) 3555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:29:33.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:33.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:33.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:33.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: cluster 2022-04-26T05:29:32.988590+0000 mgr.smithi136.ofnrfx (mgr.14188) 5388 : cluster [DBG] pgmap v5044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: cluster 2022-04-26T05:29:33.320539+0000 mgr.smithi136.ofnrfx (mgr.14188) 5389 : cluster [DBG] pgmap v5045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: cluster 2022-04-26T05:29:33.320847+0000 mgr.smithi136.ofnrfx (mgr.14188) 5390 : cluster [DBG] pgmap v5046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: audit 2022-04-26T05:29:33.327747+0000 mon.smithi136 (mon.0) 3556 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:29:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: audit 2022-04-26T05:29:33.337159+0000 mon.smithi136 (mon.0) 3557 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:29:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: cephadm 2022-04-26T05:29:33.338517+0000 mgr.smithi136.ofnrfx (mgr.14188) 5391 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:29:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: cephadm 2022-04-26T05:29:33.338733+0000 mgr.smithi136.ofnrfx (mgr.14188) 5392 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:29:34.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:34 smithi145 bash[13673]: audit 2022-04-26T05:29:33.965988+0000 mon.smithi136 (mon.0) 3558 : audit [DBG] from='client.? 172.21.15.136:0/359219658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: cluster 2022-04-26T05:29:32.988590+0000 mgr.smithi136.ofnrfx (mgr.14188) 5388 : cluster [DBG] pgmap v5044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: cluster 2022-04-26T05:29:33.320539+0000 mgr.smithi136.ofnrfx (mgr.14188) 5389 : cluster [DBG] pgmap v5045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: cluster 2022-04-26T05:29:33.320847+0000 mgr.smithi136.ofnrfx (mgr.14188) 5390 : cluster [DBG] pgmap v5046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: audit 2022-04-26T05:29:33.327747+0000 mon.smithi136 (mon.0) 3556 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:29:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: audit 2022-04-26T05:29:33.337159+0000 mon.smithi136 (mon.0) 3557 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:29:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: cephadm 2022-04-26T05:29:33.338517+0000 mgr.smithi136.ofnrfx (mgr.14188) 5391 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:29:34.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: cephadm 2022-04-26T05:29:33.338733+0000 mgr.smithi136.ofnrfx (mgr.14188) 5392 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:29:34.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:34 smithi136 bash[11745]: audit 2022-04-26T05:29:33.965988+0000 mon.smithi136 (mon.0) 3558 : audit [DBG] from='client.? 172.21.15.136:0/359219658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:36 smithi145 bash[13673]: cluster 2022-04-26T05:29:35.321275+0000 mgr.smithi136.ofnrfx (mgr.14188) 5393 : cluster [DBG] pgmap v5047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:36 smithi136 bash[11745]: cluster 2022-04-26T05:29:35.321275+0000 mgr.smithi136.ofnrfx (mgr.14188) 5393 : cluster [DBG] pgmap v5047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:38 smithi145 bash[13673]: cluster 2022-04-26T05:29:37.321928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5394 : cluster [DBG] pgmap v5048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:38 smithi136 bash[11745]: cluster 2022-04-26T05:29:37.321928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5394 : cluster [DBG] pgmap v5048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:38.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:38.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:38.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:39.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:39 smithi145 bash[13673]: audit 2022-04-26T05:29:39.298919+0000 mon.smithi136 (mon.0) 3559 : audit [DBG] from='client.? 172.21.15.136:0/23674724' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:39 smithi136 bash[11745]: audit 2022-04-26T05:29:39.298919+0000 mon.smithi136 (mon.0) 3559 : audit [DBG] from='client.? 172.21.15.136:0/23674724' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:40 smithi145 bash[13673]: cluster 2022-04-26T05:29:39.322535+0000 mgr.smithi136.ofnrfx (mgr.14188) 5395 : cluster [DBG] pgmap v5049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:40 smithi136 bash[11745]: cluster 2022-04-26T05:29:39.322535+0000 mgr.smithi136.ofnrfx (mgr.14188) 5395 : cluster [DBG] pgmap v5049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:42 smithi145 bash[13673]: cluster 2022-04-26T05:29:41.323194+0000 mgr.smithi136.ofnrfx (mgr.14188) 5396 : cluster [DBG] pgmap v5050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:42 smithi136 bash[11745]: cluster 2022-04-26T05:29:41.323194+0000 mgr.smithi136.ofnrfx (mgr.14188) 5396 : cluster [DBG] pgmap v5050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:44.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:44.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:44.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:44.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:44 smithi145 bash[13673]: cluster 2022-04-26T05:29:43.323834+0000 mgr.smithi136.ofnrfx (mgr.14188) 5397 : cluster [DBG] pgmap v5051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:44 smithi136 bash[11745]: cluster 2022-04-26T05:29:43.323834+0000 mgr.smithi136.ofnrfx (mgr.14188) 5397 : cluster [DBG] pgmap v5051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:45 smithi145 bash[13673]: audit 2022-04-26T05:29:44.629899+0000 mon.smithi136 (mon.0) 3560 : audit [DBG] from='client.? 172.21.15.136:0/3295238823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:45 smithi136 bash[11745]: audit 2022-04-26T05:29:44.629899+0000 mon.smithi136 (mon.0) 3560 : audit [DBG] from='client.? 172.21.15.136:0/3295238823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:46 smithi145 bash[13673]: cluster 2022-04-26T05:29:45.324547+0000 mgr.smithi136.ofnrfx (mgr.14188) 5398 : cluster [DBG] pgmap v5052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:46 smithi136 bash[11745]: cluster 2022-04-26T05:29:45.324547+0000 mgr.smithi136.ofnrfx (mgr.14188) 5398 : cluster [DBG] pgmap v5052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:48 smithi145 bash[13673]: cluster 2022-04-26T05:29:47.325233+0000 mgr.smithi136.ofnrfx (mgr.14188) 5399 : cluster [DBG] pgmap v5053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:48 smithi136 bash[11745]: cluster 2022-04-26T05:29:47.325233+0000 mgr.smithi136.ofnrfx (mgr.14188) 5399 : cluster [DBG] pgmap v5053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:49.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:49.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:49.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:49.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:50 smithi136 bash[11745]: cluster 2022-04-26T05:29:49.325863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5400 : cluster [DBG] pgmap v5054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:50 smithi136 bash[11745]: audit 2022-04-26T05:29:49.963774+0000 mon.smithi136 (mon.0) 3561 : audit [DBG] from='client.? 172.21.15.136:0/3545159478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:50 smithi145 bash[13673]: cluster 2022-04-26T05:29:49.325863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5400 : cluster [DBG] pgmap v5054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:50 smithi145 bash[13673]: audit 2022-04-26T05:29:49.963774+0000 mon.smithi136 (mon.0) 3561 : audit [DBG] from='client.? 172.21.15.136:0/3545159478' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:52 smithi145 bash[13673]: cluster 2022-04-26T05:29:51.326511+0000 mgr.smithi136.ofnrfx (mgr.14188) 5401 : cluster [DBG] pgmap v5055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:52 smithi136 bash[11745]: cluster 2022-04-26T05:29:51.326511+0000 mgr.smithi136.ofnrfx (mgr.14188) 5401 : cluster [DBG] pgmap v5055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:54 smithi145 bash[13673]: cluster 2022-04-26T05:29:53.327144+0000 mgr.smithi136.ofnrfx (mgr.14188) 5402 : cluster [DBG] pgmap v5056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:54 smithi136 bash[11745]: cluster 2022-04-26T05:29:53.327144+0000 mgr.smithi136.ofnrfx (mgr.14188) 5402 : cluster [DBG] pgmap v5056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:54.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:29:54.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:29:54.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:29:55.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:29:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:55 smithi145 bash[13673]: audit 2022-04-26T05:29:55.303994+0000 mon.smithi136 (mon.0) 3562 : audit [DBG] from='client.? 172.21.15.136:0/4213351887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:55 smithi136 bash[11745]: audit 2022-04-26T05:29:55.303994+0000 mon.smithi136 (mon.0) 3562 : audit [DBG] from='client.? 172.21.15.136:0/4213351887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:29:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:56 smithi145 bash[13673]: cluster 2022-04-26T05:29:55.327743+0000 mgr.smithi136.ofnrfx (mgr.14188) 5403 : cluster [DBG] pgmap v5057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:56 smithi136 bash[11745]: cluster 2022-04-26T05:29:55.327743+0000 mgr.smithi136.ofnrfx (mgr.14188) 5403 : cluster [DBG] pgmap v5057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:29:58 smithi136 bash[11745]: cluster 2022-04-26T05:29:57.328377+0000 mgr.smithi136.ofnrfx (mgr.14188) 5404 : cluster [DBG] pgmap v5058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:29:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:29:58 smithi145 bash[13673]: cluster 2022-04-26T05:29:57.328377+0000 mgr.smithi136.ofnrfx (mgr.14188) 5404 : cluster [DBG] pgmap v5058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:00.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:00.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:00.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:00.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:00 smithi136 bash[11745]: cluster 2022-04-26T05:29:59.329027+0000 mgr.smithi136.ofnrfx (mgr.14188) 5405 : cluster [DBG] pgmap v5059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:00 smithi136 bash[11745]: cluster 2022-04-26T05:30:00.000133+0000 mon.smithi136 (mon.0) 3563 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:30:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:00 smithi145 bash[13673]: cluster 2022-04-26T05:29:59.329027+0000 mgr.smithi136.ofnrfx (mgr.14188) 5405 : cluster [DBG] pgmap v5059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:00 smithi145 bash[13673]: cluster 2022-04-26T05:30:00.000133+0000 mon.smithi136 (mon.0) 3563 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:30:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:01 smithi136 bash[11745]: audit 2022-04-26T05:30:00.638150+0000 mon.smithi136 (mon.0) 3564 : audit [DBG] from='client.? 172.21.15.136:0/1957904439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:01 smithi145 bash[13673]: audit 2022-04-26T05:30:00.638150+0000 mon.smithi136 (mon.0) 3564 : audit [DBG] from='client.? 172.21.15.136:0/1957904439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:02 smithi136 bash[11745]: cluster 2022-04-26T05:30:01.329710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5406 : cluster [DBG] pgmap v5060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:02 smithi145 bash[13673]: cluster 2022-04-26T05:30:01.329710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5406 : cluster [DBG] pgmap v5060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:03 smithi136 bash[11745]: audit 2022-04-26T05:30:02.547822+0000 mon.smithi136 (mon.0) 3565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:30:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:03 smithi136 bash[11745]: audit 2022-04-26T05:30:02.551741+0000 mon.smithi136 (mon.0) 3566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:30:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:03 smithi145 bash[13673]: audit 2022-04-26T05:30:02.547822+0000 mon.smithi136 (mon.0) 3565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:30:03.933 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:03 smithi145 bash[13673]: audit 2022-04-26T05:30:02.551741+0000 mon.smithi136 (mon.0) 3566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:30:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:04 smithi136 bash[11745]: cluster 2022-04-26T05:30:03.330315+0000 mgr.smithi136.ofnrfx (mgr.14188) 5407 : cluster [DBG] pgmap v5061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:04 smithi145 bash[13673]: cluster 2022-04-26T05:30:03.330315+0000 mgr.smithi136.ofnrfx (mgr.14188) 5407 : cluster [DBG] pgmap v5061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:05.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:05.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:05.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:05.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:06 smithi136 bash[11745]: cluster 2022-04-26T05:30:05.330945+0000 mgr.smithi136.ofnrfx (mgr.14188) 5408 : cluster [DBG] pgmap v5062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:06 smithi136 bash[11745]: audit 2022-04-26T05:30:05.976353+0000 mon.smithi136 (mon.0) 3567 : audit [DBG] from='client.? 172.21.15.136:0/2031079502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:06 smithi145 bash[13673]: cluster 2022-04-26T05:30:05.330945+0000 mgr.smithi136.ofnrfx (mgr.14188) 5408 : cluster [DBG] pgmap v5062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:06.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:06 smithi145 bash[13673]: audit 2022-04-26T05:30:05.976353+0000 mon.smithi136 (mon.0) 3567 : audit [DBG] from='client.? 172.21.15.136:0/2031079502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:08 smithi136 bash[11745]: cluster 2022-04-26T05:30:07.331615+0000 mgr.smithi136.ofnrfx (mgr.14188) 5409 : cluster [DBG] pgmap v5063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:08 smithi145 bash[13673]: cluster 2022-04-26T05:30:07.331615+0000 mgr.smithi136.ofnrfx (mgr.14188) 5409 : cluster [DBG] pgmap v5063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:10 smithi136 bash[11745]: cluster 2022-04-26T05:30:09.332240+0000 mgr.smithi136.ofnrfx (mgr.14188) 5410 : cluster [DBG] pgmap v5064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:10 smithi145 bash[13673]: cluster 2022-04-26T05:30:09.332240+0000 mgr.smithi136.ofnrfx (mgr.14188) 5410 : cluster [DBG] pgmap v5064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:10.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:10.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:10.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:11.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:12 smithi145 bash[13673]: audit 2022-04-26T05:30:11.307327+0000 mon.smithi136 (mon.0) 3568 : audit [DBG] from='client.? 172.21.15.136:0/1942397613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:12 smithi145 bash[13673]: cluster 2022-04-26T05:30:11.332946+0000 mgr.smithi136.ofnrfx (mgr.14188) 5411 : cluster [DBG] pgmap v5065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:12 smithi136 bash[11745]: audit 2022-04-26T05:30:11.307327+0000 mon.smithi136 (mon.0) 3568 : audit [DBG] from='client.? 172.21.15.136:0/1942397613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:12.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:12 smithi136 bash[11745]: cluster 2022-04-26T05:30:11.332946+0000 mgr.smithi136.ofnrfx (mgr.14188) 5411 : cluster [DBG] pgmap v5065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:14 smithi145 bash[13673]: cluster 2022-04-26T05:30:13.333606+0000 mgr.smithi136.ofnrfx (mgr.14188) 5412 : cluster [DBG] pgmap v5066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:14 smithi136 bash[11745]: cluster 2022-04-26T05:30:13.333606+0000 mgr.smithi136.ofnrfx (mgr.14188) 5412 : cluster [DBG] pgmap v5066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:16.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:16.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:16.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:16 smithi145 bash[13673]: cluster 2022-04-26T05:30:15.334230+0000 mgr.smithi136.ofnrfx (mgr.14188) 5413 : cluster [DBG] pgmap v5067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:16.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:16 smithi136 bash[11745]: cluster 2022-04-26T05:30:15.334230+0000 mgr.smithi136.ofnrfx (mgr.14188) 5413 : cluster [DBG] pgmap v5067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:17 smithi136 bash[11745]: audit 2022-04-26T05:30:16.637250+0000 mon.smithi136 (mon.0) 3569 : audit [DBG] from='client.? 172.21.15.136:0/906390334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:17 smithi145 bash[13673]: audit 2022-04-26T05:30:16.637250+0000 mon.smithi136 (mon.0) 3569 : audit [DBG] from='client.? 172.21.15.136:0/906390334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:18 smithi136 bash[11745]: cluster 2022-04-26T05:30:17.334861+0000 mgr.smithi136.ofnrfx (mgr.14188) 5414 : cluster [DBG] pgmap v5068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:18 smithi145 bash[13673]: cluster 2022-04-26T05:30:17.334861+0000 mgr.smithi136.ofnrfx (mgr.14188) 5414 : cluster [DBG] pgmap v5068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:20 smithi136 bash[11745]: cluster 2022-04-26T05:30:19.335428+0000 mgr.smithi136.ofnrfx (mgr.14188) 5415 : cluster [DBG] pgmap v5069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:20 smithi145 bash[13673]: cluster 2022-04-26T05:30:19.335428+0000 mgr.smithi136.ofnrfx (mgr.14188) 5415 : cluster [DBG] pgmap v5069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:21.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:21.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:21.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:21.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:22 smithi145 bash[13673]: cluster 2022-04-26T05:30:21.336111+0000 mgr.smithi136.ofnrfx (mgr.14188) 5416 : cluster [DBG] pgmap v5070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:22 smithi145 bash[13673]: audit 2022-04-26T05:30:21.963055+0000 mon.smithi136 (mon.0) 3570 : audit [DBG] from='client.? 172.21.15.136:0/3055908157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:22 smithi136 bash[11745]: cluster 2022-04-26T05:30:21.336111+0000 mgr.smithi136.ofnrfx (mgr.14188) 5416 : cluster [DBG] pgmap v5070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:22 smithi136 bash[11745]: audit 2022-04-26T05:30:21.963055+0000 mon.smithi136 (mon.0) 3570 : audit [DBG] from='client.? 172.21.15.136:0/3055908157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:24 smithi145 bash[13673]: cluster 2022-04-26T05:30:23.336678+0000 mgr.smithi136.ofnrfx (mgr.14188) 5417 : cluster [DBG] pgmap v5071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:24 smithi136 bash[11745]: cluster 2022-04-26T05:30:23.336678+0000 mgr.smithi136.ofnrfx (mgr.14188) 5417 : cluster [DBG] pgmap v5071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:26 smithi145 bash[13673]: cluster 2022-04-26T05:30:25.337322+0000 mgr.smithi136.ofnrfx (mgr.14188) 5418 : cluster [DBG] pgmap v5072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:26 smithi136 bash[11745]: cluster 2022-04-26T05:30:25.337322+0000 mgr.smithi136.ofnrfx (mgr.14188) 5418 : cluster [DBG] pgmap v5072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:26.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:26.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:26.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:27.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:27 smithi136 bash[11745]: audit 2022-04-26T05:30:27.288432+0000 mon.smithi136 (mon.0) 3571 : audit [DBG] from='client.? 172.21.15.136:0/2510633803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:27 smithi145 bash[13673]: audit 2022-04-26T05:30:27.288432+0000 mon.smithi136 (mon.0) 3571 : audit [DBG] from='client.? 172.21.15.136:0/2510633803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:28 smithi136 bash[11745]: cluster 2022-04-26T05:30:27.337981+0000 mgr.smithi136.ofnrfx (mgr.14188) 5419 : cluster [DBG] pgmap v5073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:28 smithi145 bash[13673]: cluster 2022-04-26T05:30:27.337981+0000 mgr.smithi136.ofnrfx (mgr.14188) 5419 : cluster [DBG] pgmap v5073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:30 smithi136 bash[11745]: cluster 2022-04-26T05:30:29.338604+0000 mgr.smithi136.ofnrfx (mgr.14188) 5420 : cluster [DBG] pgmap v5074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:30 smithi145 bash[13673]: cluster 2022-04-26T05:30:29.338604+0000 mgr.smithi136.ofnrfx (mgr.14188) 5420 : cluster [DBG] pgmap v5074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:32.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:32.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:32.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:32 smithi145 bash[13673]: cluster 2022-04-26T05:30:31.339260+0000 mgr.smithi136.ofnrfx (mgr.14188) 5421 : cluster [DBG] pgmap v5075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:32 smithi136 bash[11745]: cluster 2022-04-26T05:30:31.339260+0000 mgr.smithi136.ofnrfx (mgr.14188) 5421 : cluster [DBG] pgmap v5075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:32.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:33 smithi145 bash[13673]: audit 2022-04-26T05:30:32.614844+0000 mon.smithi136 (mon.0) 3572 : audit [DBG] from='client.? 172.21.15.136:0/2834841004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:33 smithi136 bash[11745]: audit 2022-04-26T05:30:32.614844+0000 mon.smithi136 (mon.0) 3572 : audit [DBG] from='client.? 172.21.15.136:0/2834841004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:34 smithi145 bash[13673]: cluster 2022-04-26T05:30:33.339904+0000 mgr.smithi136.ofnrfx (mgr.14188) 5422 : cluster [DBG] pgmap v5076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:34 smithi145 bash[13673]: audit 2022-04-26T05:30:33.350884+0000 mon.smithi136 (mon.0) 3573 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:30:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:34 smithi145 bash[13673]: audit 2022-04-26T05:30:33.353815+0000 mon.smithi136 (mon.0) 3574 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:30:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:34 smithi145 bash[13673]: audit 2022-04-26T05:30:33.355913+0000 mon.smithi136 (mon.0) 3575 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:30:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:34 smithi136 bash[11745]: cluster 2022-04-26T05:30:33.339904+0000 mgr.smithi136.ofnrfx (mgr.14188) 5422 : cluster [DBG] pgmap v5076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:34 smithi136 bash[11745]: audit 2022-04-26T05:30:33.350884+0000 mon.smithi136 (mon.0) 3573 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:30:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:34 smithi136 bash[11745]: audit 2022-04-26T05:30:33.353815+0000 mon.smithi136 (mon.0) 3574 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:30:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:34 smithi136 bash[11745]: audit 2022-04-26T05:30:33.355913+0000 mon.smithi136 (mon.0) 3575 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:30:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:36 smithi145 bash[13673]: cluster 2022-04-26T05:30:35.340483+0000 mgr.smithi136.ofnrfx (mgr.14188) 5423 : cluster [DBG] pgmap v5077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:36 smithi136 bash[11745]: cluster 2022-04-26T05:30:35.340483+0000 mgr.smithi136.ofnrfx (mgr.14188) 5423 : cluster [DBG] pgmap v5077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:37.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:37.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:37.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:37.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:38 smithi136 bash[11745]: cluster 2022-04-26T05:30:37.341020+0000 mgr.smithi136.ofnrfx (mgr.14188) 5424 : cluster [DBG] pgmap v5078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:38 smithi136 bash[11745]: audit 2022-04-26T05:30:37.938911+0000 mon.smithi136 (mon.0) 3576 : audit [DBG] from='client.? 172.21.15.136:0/2946784023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:38 smithi145 bash[13673]: cluster 2022-04-26T05:30:37.341020+0000 mgr.smithi136.ofnrfx (mgr.14188) 5424 : cluster [DBG] pgmap v5078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:38 smithi145 bash[13673]: audit 2022-04-26T05:30:37.938911+0000 mon.smithi136 (mon.0) 3576 : audit [DBG] from='client.? 172.21.15.136:0/2946784023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:40 smithi136 bash[11745]: cluster 2022-04-26T05:30:39.341421+0000 mgr.smithi136.ofnrfx (mgr.14188) 5425 : cluster [DBG] pgmap v5079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:40 smithi145 bash[13673]: cluster 2022-04-26T05:30:39.341421+0000 mgr.smithi136.ofnrfx (mgr.14188) 5425 : cluster [DBG] pgmap v5079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: cluster 2022-04-26T05:30:41.341965+0000 mgr.smithi136.ofnrfx (mgr.14188) 5426 : cluster [DBG] pgmap v5080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:42.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: cephadm 2022-04-26T05:30:41.354394+0000 mgr.smithi136.ofnrfx (mgr.14188) 5427 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: audit 2022-04-26T05:30:41.364822+0000 mon.smithi136 (mon.0) 3577 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: cluster 2022-04-26T05:30:41.668553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5428 : cluster [DBG] pgmap v5081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: cluster 2022-04-26T05:30:41.668836+0000 mgr.smithi136.ofnrfx (mgr.14188) 5429 : cluster [DBG] pgmap v5082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: audit 2022-04-26T05:30:41.674160+0000 mon.smithi136 (mon.0) 3578 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: audit 2022-04-26T05:30:41.679333+0000 mon.smithi136 (mon.0) 3579 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: cephadm 2022-04-26T05:30:41.680463+0000 mgr.smithi136.ofnrfx (mgr.14188) 5430 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: cephadm 2022-04-26T05:30:41.680614+0000 mgr.smithi136.ofnrfx (mgr.14188) 5431 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:30:42.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: audit 2022-04-26T05:30:41.686300+0000 mon.smithi136 (mon.0) 3580 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:30:42.677 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:42 smithi145 bash[13673]: audit 2022-04-26T05:30:41.689793+0000 mon.smithi136 (mon.0) 3581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:30:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: cluster 2022-04-26T05:30:41.341965+0000 mgr.smithi136.ofnrfx (mgr.14188) 5426 : cluster [DBG] pgmap v5080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: cephadm 2022-04-26T05:30:41.354394+0000 mgr.smithi136.ofnrfx (mgr.14188) 5427 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T05:30:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: audit 2022-04-26T05:30:41.364822+0000 mon.smithi136 (mon.0) 3577 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:30:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: cluster 2022-04-26T05:30:41.668553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5428 : cluster [DBG] pgmap v5081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: cluster 2022-04-26T05:30:41.668836+0000 mgr.smithi136.ofnrfx (mgr.14188) 5429 : cluster [DBG] pgmap v5082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: audit 2022-04-26T05:30:41.674160+0000 mon.smithi136 (mon.0) 3578 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:30:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: audit 2022-04-26T05:30:41.679333+0000 mon.smithi136 (mon.0) 3579 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:30:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: cephadm 2022-04-26T05:30:41.680463+0000 mgr.smithi136.ofnrfx (mgr.14188) 5430 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:30:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: cephadm 2022-04-26T05:30:41.680614+0000 mgr.smithi136.ofnrfx (mgr.14188) 5431 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:30:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: audit 2022-04-26T05:30:41.686300+0000 mon.smithi136 (mon.0) 3580 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:30:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:42 smithi136 bash[11745]: audit 2022-04-26T05:30:41.689793+0000 mon.smithi136 (mon.0) 3581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:30:42.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:42.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:42.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:43.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:43 smithi145 bash[13673]: audit 2022-04-26T05:30:43.262129+0000 mon.smithi136 (mon.0) 3582 : audit [DBG] from='client.? 172.21.15.136:0/1944376823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:43 smithi136 bash[11745]: audit 2022-04-26T05:30:43.262129+0000 mon.smithi136 (mon.0) 3582 : audit [DBG] from='client.? 172.21.15.136:0/1944376823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:44.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:44 smithi145 bash[13673]: cluster 2022-04-26T05:30:43.669444+0000 mgr.smithi136.ofnrfx (mgr.14188) 5432 : cluster [DBG] pgmap v5083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:44 smithi136 bash[11745]: cluster 2022-04-26T05:30:43.669444+0000 mgr.smithi136.ofnrfx (mgr.14188) 5432 : cluster [DBG] pgmap v5083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:47.017 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:46 smithi136 bash[11745]: cluster 2022-04-26T05:30:45.670135+0000 mgr.smithi136.ofnrfx (mgr.14188) 5433 : cluster [DBG] pgmap v5084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:46 smithi145 bash[13673]: cluster 2022-04-26T05:30:45.670135+0000 mgr.smithi136.ofnrfx (mgr.14188) 5433 : cluster [DBG] pgmap v5084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:48.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:48.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:48.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:48.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:48 smithi136 bash[11745]: cluster 2022-04-26T05:30:47.670667+0000 mgr.smithi136.ofnrfx (mgr.14188) 5434 : cluster [DBG] pgmap v5085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:48 smithi136 bash[11745]: audit 2022-04-26T05:30:48.592248+0000 mon.smithi136 (mon.0) 3583 : audit [DBG] from='client.? 172.21.15.136:0/1327028205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:48 smithi145 bash[13673]: cluster 2022-04-26T05:30:47.670667+0000 mgr.smithi136.ofnrfx (mgr.14188) 5434 : cluster [DBG] pgmap v5085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:48 smithi145 bash[13673]: audit 2022-04-26T05:30:48.592248+0000 mon.smithi136 (mon.0) 3583 : audit [DBG] from='client.? 172.21.15.136:0/1327028205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:50 smithi136 bash[11745]: cluster 2022-04-26T05:30:49.671256+0000 mgr.smithi136.ofnrfx (mgr.14188) 5435 : cluster [DBG] pgmap v5086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:50 smithi145 bash[13673]: cluster 2022-04-26T05:30:49.671256+0000 mgr.smithi136.ofnrfx (mgr.14188) 5435 : cluster [DBG] pgmap v5086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:52.401 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:52 smithi136 bash[11745]: cluster 2022-04-26T05:30:51.671941+0000 mgr.smithi136.ofnrfx (mgr.14188) 5436 : cluster [DBG] pgmap v5087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:52 smithi145 bash[13673]: cluster 2022-04-26T05:30:51.671941+0000 mgr.smithi136.ofnrfx (mgr.14188) 5436 : cluster [DBG] pgmap v5087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:53.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:53.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:53.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:53.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:30:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:54 smithi136 bash[11745]: cluster 2022-04-26T05:30:53.672496+0000 mgr.smithi136.ofnrfx (mgr.14188) 5437 : cluster [DBG] pgmap v5088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:54.837 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:54 smithi136 bash[11745]: audit 2022-04-26T05:30:53.916672+0000 mon.smithi136 (mon.0) 3584 : audit [DBG] from='client.? 172.21.15.136:0/1752226506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:54 smithi145 bash[13673]: cluster 2022-04-26T05:30:53.672496+0000 mgr.smithi136.ofnrfx (mgr.14188) 5437 : cluster [DBG] pgmap v5088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:55.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:54 smithi145 bash[13673]: audit 2022-04-26T05:30:53.916672+0000 mon.smithi136 (mon.0) 3584 : audit [DBG] from='client.? 172.21.15.136:0/1752226506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:30:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:56 smithi145 bash[13673]: audit 2022-04-26T05:30:55.057474+0000 mon.smithi136 (mon.0) 3585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:30:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:56 smithi145 bash[13673]: cluster 2022-04-26T05:30:55.673071+0000 mgr.smithi136.ofnrfx (mgr.14188) 5438 : cluster [DBG] pgmap v5089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:56 smithi136 bash[11745]: audit 2022-04-26T05:30:55.057474+0000 mon.smithi136 (mon.0) 3585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:30:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:56 smithi136 bash[11745]: cluster 2022-04-26T05:30:55.673071+0000 mgr.smithi136.ofnrfx (mgr.14188) 5438 : cluster [DBG] pgmap v5089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:58.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:30:58.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:30:58.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:30:59.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:58 smithi136 bash[11745]: cluster 2022-04-26T05:30:57.673714+0000 mgr.smithi136.ofnrfx (mgr.14188) 5439 : cluster [DBG] pgmap v5090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:58 smithi145 bash[13673]: cluster 2022-04-26T05:30:57.673714+0000 mgr.smithi136.ofnrfx (mgr.14188) 5439 : cluster [DBG] pgmap v5090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:30:59.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:30:59 smithi136 bash[11745]: audit 2022-04-26T05:30:59.245722+0000 mon.smithi136 (mon.0) 3586 : audit [DBG] from='client.? 172.21.15.136:0/1173235230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:30:59 smithi145 bash[13673]: audit 2022-04-26T05:30:59.245722+0000 mon.smithi136 (mon.0) 3586 : audit [DBG] from='client.? 172.21.15.136:0/1173235230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:00 smithi136 bash[11745]: cluster 2022-04-26T05:30:59.674420+0000 mgr.smithi136.ofnrfx (mgr.14188) 5440 : cluster [DBG] pgmap v5091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:00 smithi145 bash[13673]: cluster 2022-04-26T05:30:59.674420+0000 mgr.smithi136.ofnrfx (mgr.14188) 5440 : cluster [DBG] pgmap v5091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:02 smithi145 bash[13673]: cluster 2022-04-26T05:31:01.675079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5441 : cluster [DBG] pgmap v5092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:02 smithi136 bash[11745]: cluster 2022-04-26T05:31:01.675079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5441 : cluster [DBG] pgmap v5092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:03 smithi145 bash[13673]: audit 2022-04-26T05:31:02.551893+0000 mon.smithi136 (mon.0) 3587 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:31:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:03 smithi145 bash[13673]: audit 2022-04-26T05:31:02.555850+0000 mon.smithi136 (mon.0) 3588 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:31:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:03 smithi136 bash[11745]: audit 2022-04-26T05:31:02.551893+0000 mon.smithi136 (mon.0) 3587 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:31:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:03 smithi136 bash[11745]: audit 2022-04-26T05:31:02.555850+0000 mon.smithi136 (mon.0) 3588 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:31:04.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:04.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:04.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:04 smithi145 bash[13673]: cluster 2022-04-26T05:31:03.675699+0000 mgr.smithi136.ofnrfx (mgr.14188) 5442 : cluster [DBG] pgmap v5093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:04 smithi136 bash[11745]: cluster 2022-04-26T05:31:03.675699+0000 mgr.smithi136.ofnrfx (mgr.14188) 5442 : cluster [DBG] pgmap v5093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:04.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:05 smithi145 bash[13673]: audit 2022-04-26T05:31:04.584622+0000 mon.smithi136 (mon.0) 3589 : audit [DBG] from='client.? 172.21.15.136:0/4112872841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:05 smithi136 bash[11745]: audit 2022-04-26T05:31:04.584622+0000 mon.smithi136 (mon.0) 3589 : audit [DBG] from='client.? 172.21.15.136:0/4112872841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:06 smithi145 bash[13673]: cluster 2022-04-26T05:31:05.676309+0000 mgr.smithi136.ofnrfx (mgr.14188) 5443 : cluster [DBG] pgmap v5094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:06 smithi136 bash[11745]: cluster 2022-04-26T05:31:05.676309+0000 mgr.smithi136.ofnrfx (mgr.14188) 5443 : cluster [DBG] pgmap v5094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:08 smithi136 bash[11745]: cluster 2022-04-26T05:31:07.676974+0000 mgr.smithi136.ofnrfx (mgr.14188) 5444 : cluster [DBG] pgmap v5095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:08 smithi145 bash[13673]: cluster 2022-04-26T05:31:07.676974+0000 mgr.smithi136.ofnrfx (mgr.14188) 5444 : cluster [DBG] pgmap v5095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:09.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:09.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:09.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:09.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:10 smithi136 bash[11745]: cluster 2022-04-26T05:31:09.677567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5445 : cluster [DBG] pgmap v5096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:11.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:10 smithi136 bash[11745]: audit 2022-04-26T05:31:09.916096+0000 mon.smithi136 (mon.0) 3590 : audit [DBG] from='client.? 172.21.15.136:0/1061009715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:10 smithi145 bash[13673]: cluster 2022-04-26T05:31:09.677567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5445 : cluster [DBG] pgmap v5096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:10 smithi145 bash[13673]: audit 2022-04-26T05:31:09.916096+0000 mon.smithi136 (mon.0) 3590 : audit [DBG] from='client.? 172.21.15.136:0/1061009715' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:12 smithi145 bash[13673]: cluster 2022-04-26T05:31:11.678190+0000 mgr.smithi136.ofnrfx (mgr.14188) 5446 : cluster [DBG] pgmap v5097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:12 smithi136 bash[11745]: cluster 2022-04-26T05:31:11.678190+0000 mgr.smithi136.ofnrfx (mgr.14188) 5446 : cluster [DBG] pgmap v5097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:14.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:14.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:14.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:14 smithi136 bash[11745]: cluster 2022-04-26T05:31:13.678822+0000 mgr.smithi136.ofnrfx (mgr.14188) 5447 : cluster [DBG] pgmap v5098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:14 smithi145 bash[13673]: cluster 2022-04-26T05:31:13.678822+0000 mgr.smithi136.ofnrfx (mgr.14188) 5447 : cluster [DBG] pgmap v5098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:15.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:15 smithi136 bash[11745]: audit 2022-04-26T05:31:15.238317+0000 mon.smithi136 (mon.0) 3591 : audit [DBG] from='client.? 172.21.15.136:0/2645387014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:15 smithi145 bash[13673]: audit 2022-04-26T05:31:15.238317+0000 mon.smithi136 (mon.0) 3591 : audit [DBG] from='client.? 172.21.15.136:0/2645387014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:16 smithi136 bash[11745]: cluster 2022-04-26T05:31:15.679442+0000 mgr.smithi136.ofnrfx (mgr.14188) 5448 : cluster [DBG] pgmap v5099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:16 smithi145 bash[13673]: cluster 2022-04-26T05:31:15.679442+0000 mgr.smithi136.ofnrfx (mgr.14188) 5448 : cluster [DBG] pgmap v5099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:18 smithi136 bash[11745]: cluster 2022-04-26T05:31:17.680091+0000 mgr.smithi136.ofnrfx (mgr.14188) 5449 : cluster [DBG] pgmap v5100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:18 smithi145 bash[13673]: cluster 2022-04-26T05:31:17.680091+0000 mgr.smithi136.ofnrfx (mgr.14188) 5449 : cluster [DBG] pgmap v5100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:20.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:20.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:20.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:20.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:20 smithi136 bash[11745]: cluster 2022-04-26T05:31:19.680734+0000 mgr.smithi136.ofnrfx (mgr.14188) 5450 : cluster [DBG] pgmap v5101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:20 smithi136 bash[11745]: audit 2022-04-26T05:31:20.573817+0000 mon.smithi136 (mon.0) 3592 : audit [DBG] from='client.? 172.21.15.136:0/3413004599' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:20 smithi145 bash[13673]: cluster 2022-04-26T05:31:19.680734+0000 mgr.smithi136.ofnrfx (mgr.14188) 5450 : cluster [DBG] pgmap v5101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:20 smithi145 bash[13673]: audit 2022-04-26T05:31:20.573817+0000 mon.smithi136 (mon.0) 3592 : audit [DBG] from='client.? 172.21.15.136:0/3413004599' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:22 smithi145 bash[13673]: cluster 2022-04-26T05:31:21.681448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5451 : cluster [DBG] pgmap v5102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:22 smithi136 bash[11745]: cluster 2022-04-26T05:31:21.681448+0000 mgr.smithi136.ofnrfx (mgr.14188) 5451 : cluster [DBG] pgmap v5102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:24 smithi136 bash[11745]: cluster 2022-04-26T05:31:23.682141+0000 mgr.smithi136.ofnrfx (mgr.14188) 5452 : cluster [DBG] pgmap v5103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:24 smithi145 bash[13673]: cluster 2022-04-26T05:31:23.682141+0000 mgr.smithi136.ofnrfx (mgr.14188) 5452 : cluster [DBG] pgmap v5103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:25.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:25.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:25.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:25.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:26 smithi136 bash[11745]: cluster 2022-04-26T05:31:25.682653+0000 mgr.smithi136.ofnrfx (mgr.14188) 5453 : cluster [DBG] pgmap v5104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:26 smithi136 bash[11745]: audit 2022-04-26T05:31:25.898615+0000 mon.smithi136 (mon.0) 3593 : audit [DBG] from='client.? 172.21.15.136:0/999625229' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:26 smithi145 bash[13673]: cluster 2022-04-26T05:31:25.682653+0000 mgr.smithi136.ofnrfx (mgr.14188) 5453 : cluster [DBG] pgmap v5104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:26 smithi145 bash[13673]: audit 2022-04-26T05:31:25.898615+0000 mon.smithi136 (mon.0) 3593 : audit [DBG] from='client.? 172.21.15.136:0/999625229' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:28 smithi136 bash[11745]: cluster 2022-04-26T05:31:27.683271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5454 : cluster [DBG] pgmap v5105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:29.317 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:28 smithi145 bash[13673]: cluster 2022-04-26T05:31:27.683271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5454 : cluster [DBG] pgmap v5105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:30.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:30.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:30.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:30 smithi136 bash[11745]: cluster 2022-04-26T05:31:29.683921+0000 mgr.smithi136.ofnrfx (mgr.14188) 5455 : cluster [DBG] pgmap v5106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:30 smithi145 bash[13673]: cluster 2022-04-26T05:31:29.683921+0000 mgr.smithi136.ofnrfx (mgr.14188) 5455 : cluster [DBG] pgmap v5106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:31.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:32 smithi145 bash[13673]: audit 2022-04-26T05:31:31.237506+0000 mon.smithi136 (mon.0) 3594 : audit [DBG] from='client.? 172.21.15.136:0/3765518504' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:32 smithi145 bash[13673]: cluster 2022-04-26T05:31:31.684596+0000 mgr.smithi136.ofnrfx (mgr.14188) 5456 : cluster [DBG] pgmap v5107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:32 smithi136 bash[11745]: audit 2022-04-26T05:31:31.237506+0000 mon.smithi136 (mon.0) 3594 : audit [DBG] from='client.? 172.21.15.136:0/3765518504' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:32 smithi136 bash[11745]: cluster 2022-04-26T05:31:31.684596+0000 mgr.smithi136.ofnrfx (mgr.14188) 5456 : cluster [DBG] pgmap v5107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:34 smithi136 bash[11745]: cluster 2022-04-26T05:31:33.685272+0000 mgr.smithi136.ofnrfx (mgr.14188) 5457 : cluster [DBG] pgmap v5108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:34 smithi145 bash[13673]: cluster 2022-04-26T05:31:33.685272+0000 mgr.smithi136.ofnrfx (mgr.14188) 5457 : cluster [DBG] pgmap v5108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:36.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:36.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:36.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:36.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:36 smithi136 bash[11745]: cluster 2022-04-26T05:31:35.685920+0000 mgr.smithi136.ofnrfx (mgr.14188) 5458 : cluster [DBG] pgmap v5109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:36 smithi136 bash[11745]: audit 2022-04-26T05:31:36.565189+0000 mon.smithi136 (mon.0) 3595 : audit [DBG] from='client.? 172.21.15.136:0/706301194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:36 smithi145 bash[13673]: cluster 2022-04-26T05:31:35.685920+0000 mgr.smithi136.ofnrfx (mgr.14188) 5458 : cluster [DBG] pgmap v5109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:36 smithi145 bash[13673]: audit 2022-04-26T05:31:36.565189+0000 mon.smithi136 (mon.0) 3595 : audit [DBG] from='client.? 172.21.15.136:0/706301194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:38 smithi136 bash[11745]: cluster 2022-04-26T05:31:37.686557+0000 mgr.smithi136.ofnrfx (mgr.14188) 5459 : cluster [DBG] pgmap v5110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:38 smithi145 bash[13673]: cluster 2022-04-26T05:31:37.686557+0000 mgr.smithi136.ofnrfx (mgr.14188) 5459 : cluster [DBG] pgmap v5110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:40 smithi136 bash[11745]: cluster 2022-04-26T05:31:39.687188+0000 mgr.smithi136.ofnrfx (mgr.14188) 5460 : cluster [DBG] pgmap v5111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:40 smithi145 bash[13673]: cluster 2022-04-26T05:31:39.687188+0000 mgr.smithi136.ofnrfx (mgr.14188) 5460 : cluster [DBG] pgmap v5111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:41.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:41.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:41.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:41.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:42 smithi145 bash[13673]: cluster 2022-04-26T05:31:41.687835+0000 mgr.smithi136.ofnrfx (mgr.14188) 5461 : cluster [DBG] pgmap v5112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:42 smithi145 bash[13673]: audit 2022-04-26T05:31:41.895481+0000 mon.smithi136 (mon.0) 3596 : audit [DBG] from='client.? 172.21.15.136:0/3613414924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:42 smithi136 bash[11745]: cluster 2022-04-26T05:31:41.687835+0000 mgr.smithi136.ofnrfx (mgr.14188) 5461 : cluster [DBG] pgmap v5112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:42 smithi136 bash[11745]: audit 2022-04-26T05:31:41.895481+0000 mon.smithi136 (mon.0) 3596 : audit [DBG] from='client.? 172.21.15.136:0/3613414924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:44 smithi136 bash[11745]: cluster 2022-04-26T05:31:43.688485+0000 mgr.smithi136.ofnrfx (mgr.14188) 5462 : cluster [DBG] pgmap v5113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:44 smithi145 bash[13673]: cluster 2022-04-26T05:31:43.688485+0000 mgr.smithi136.ofnrfx (mgr.14188) 5462 : cluster [DBG] pgmap v5113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:46.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:46.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:46.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:46 smithi136 bash[11745]: cluster 2022-04-26T05:31:45.689132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5463 : cluster [DBG] pgmap v5114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:46 smithi145 bash[13673]: cluster 2022-04-26T05:31:45.689132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5463 : cluster [DBG] pgmap v5114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:47.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:47 smithi136 bash[11745]: audit 2022-04-26T05:31:47.218944+0000 mon.smithi136 (mon.0) 3597 : audit [DBG] from='client.? 172.21.15.136:0/460493466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:47 smithi145 bash[13673]: audit 2022-04-26T05:31:47.218944+0000 mon.smithi136 (mon.0) 3597 : audit [DBG] from='client.? 172.21.15.136:0/460493466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:48 smithi136 bash[11745]: cluster 2022-04-26T05:31:47.689852+0000 mgr.smithi136.ofnrfx (mgr.14188) 5464 : cluster [DBG] pgmap v5115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:48 smithi145 bash[13673]: cluster 2022-04-26T05:31:47.689852+0000 mgr.smithi136.ofnrfx (mgr.14188) 5464 : cluster [DBG] pgmap v5115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:50 smithi136 bash[11745]: cluster 2022-04-26T05:31:49.690499+0000 mgr.smithi136.ofnrfx (mgr.14188) 5465 : cluster [DBG] pgmap v5116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:50 smithi145 bash[13673]: cluster 2022-04-26T05:31:49.690499+0000 mgr.smithi136.ofnrfx (mgr.14188) 5465 : cluster [DBG] pgmap v5116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:52.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:52.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:52.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:52 smithi145 bash[13673]: cluster 2022-04-26T05:31:51.691130+0000 mgr.smithi136.ofnrfx (mgr.14188) 5466 : cluster [DBG] pgmap v5117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:52 smithi136 bash[11745]: cluster 2022-04-26T05:31:51.691130+0000 mgr.smithi136.ofnrfx (mgr.14188) 5466 : cluster [DBG] pgmap v5117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:52.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:53 smithi145 bash[13673]: audit 2022-04-26T05:31:52.546415+0000 mon.smithi136 (mon.0) 3598 : audit [DBG] from='client.? 172.21.15.136:0/1450510449' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:53 smithi136 bash[11745]: audit 2022-04-26T05:31:52.546415+0000 mon.smithi136 (mon.0) 3598 : audit [DBG] from='client.? 172.21.15.136:0/1450510449' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:54 smithi136 bash[11745]: cluster 2022-04-26T05:31:53.691835+0000 mgr.smithi136.ofnrfx (mgr.14188) 5467 : cluster [DBG] pgmap v5118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:54 smithi145 bash[13673]: cluster 2022-04-26T05:31:53.691835+0000 mgr.smithi136.ofnrfx (mgr.14188) 5467 : cluster [DBG] pgmap v5118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:55 smithi136 bash[11745]: audit 2022-04-26T05:31:55.062441+0000 mon.smithi136 (mon.0) 3599 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:31:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:55 smithi136 bash[11745]: audit 2022-04-26T05:31:55.064124+0000 mon.smithi136 (mon.0) 3600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:31:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:55 smithi136 bash[11745]: audit 2022-04-26T05:31:55.065582+0000 mon.smithi136 (mon.0) 3601 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:31:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:55 smithi145 bash[13673]: audit 2022-04-26T05:31:55.062441+0000 mon.smithi136 (mon.0) 3599 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:31:55.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:55 smithi145 bash[13673]: audit 2022-04-26T05:31:55.064124+0000 mon.smithi136 (mon.0) 3600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:31:55.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:55 smithi145 bash[13673]: audit 2022-04-26T05:31:55.065582+0000 mon.smithi136 (mon.0) 3601 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:31:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:56 smithi145 bash[13673]: cluster 2022-04-26T05:31:55.367738+0000 mgr.smithi136.ofnrfx (mgr.14188) 5468 : cluster [DBG] pgmap v5119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:56 smithi145 bash[13673]: cluster 2022-04-26T05:31:55.368140+0000 mgr.smithi136.ofnrfx (mgr.14188) 5469 : cluster [DBG] pgmap v5120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:56 smithi145 bash[13673]: audit 2022-04-26T05:31:55.373725+0000 mon.smithi136 (mon.0) 3602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:31:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:56 smithi145 bash[13673]: audit 2022-04-26T05:31:55.381731+0000 mon.smithi136 (mon.0) 3603 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:31:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:56 smithi145 bash[13673]: cephadm 2022-04-26T05:31:55.382792+0000 mgr.smithi136.ofnrfx (mgr.14188) 5470 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:31:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:56 smithi145 bash[13673]: cephadm 2022-04-26T05:31:55.382961+0000 mgr.smithi136.ofnrfx (mgr.14188) 5471 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:31:56.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:56 smithi136 bash[11745]: cluster 2022-04-26T05:31:55.367738+0000 mgr.smithi136.ofnrfx (mgr.14188) 5468 : cluster [DBG] pgmap v5119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:56.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:56 smithi136 bash[11745]: cluster 2022-04-26T05:31:55.368140+0000 mgr.smithi136.ofnrfx (mgr.14188) 5469 : cluster [DBG] pgmap v5120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:56.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:56 smithi136 bash[11745]: audit 2022-04-26T05:31:55.373725+0000 mon.smithi136 (mon.0) 3602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:31:56.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:56 smithi136 bash[11745]: audit 2022-04-26T05:31:55.381731+0000 mon.smithi136 (mon.0) 3603 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:31:56.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:56 smithi136 bash[11745]: cephadm 2022-04-26T05:31:55.382792+0000 mgr.smithi136.ofnrfx (mgr.14188) 5470 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:31:56.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:56 smithi136 bash[11745]: cephadm 2022-04-26T05:31:55.382961+0000 mgr.smithi136.ofnrfx (mgr.14188) 5471 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:31:57.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:31:57.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:31:57.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:31:57.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:31:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:58 smithi145 bash[13673]: cluster 2022-04-26T05:31:57.368730+0000 mgr.smithi136.ofnrfx (mgr.14188) 5472 : cluster [DBG] pgmap v5121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:31:58 smithi145 bash[13673]: audit 2022-04-26T05:31:57.866889+0000 mon.smithi136 (mon.0) 3604 : audit [DBG] from='client.? 172.21.15.136:0/1944102453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:31:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:58 smithi136 bash[11745]: cluster 2022-04-26T05:31:57.368730+0000 mgr.smithi136.ofnrfx (mgr.14188) 5472 : cluster [DBG] pgmap v5121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:31:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:31:58 smithi136 bash[11745]: audit 2022-04-26T05:31:57.866889+0000 mon.smithi136 (mon.0) 3604 : audit [DBG] from='client.? 172.21.15.136:0/1944102453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:00 smithi145 bash[13673]: cluster 2022-04-26T05:31:59.369363+0000 mgr.smithi136.ofnrfx (mgr.14188) 5473 : cluster [DBG] pgmap v5122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:00 smithi136 bash[11745]: cluster 2022-04-26T05:31:59.369363+0000 mgr.smithi136.ofnrfx (mgr.14188) 5473 : cluster [DBG] pgmap v5122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:02 smithi145 bash[13673]: cluster 2022-04-26T05:32:01.369981+0000 mgr.smithi136.ofnrfx (mgr.14188) 5474 : cluster [DBG] pgmap v5123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:02 smithi136 bash[11745]: cluster 2022-04-26T05:32:01.369981+0000 mgr.smithi136.ofnrfx (mgr.14188) 5474 : cluster [DBG] pgmap v5123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:02.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:02.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:02.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:03.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:03 smithi145 bash[13673]: audit 2022-04-26T05:32:02.555916+0000 mon.smithi136 (mon.0) 3605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:32:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:03 smithi145 bash[13673]: audit 2022-04-26T05:32:02.559925+0000 mon.smithi136 (mon.0) 3606 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:32:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:03 smithi136 bash[11745]: audit 2022-04-26T05:32:02.555916+0000 mon.smithi136 (mon.0) 3605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:32:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:03 smithi136 bash[11745]: audit 2022-04-26T05:32:02.559925+0000 mon.smithi136 (mon.0) 3606 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:32:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:04 smithi145 bash[13673]: audit 2022-04-26T05:32:03.200870+0000 mon.smithi136 (mon.0) 3607 : audit [DBG] from='client.? 172.21.15.136:0/3817330388' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:04 smithi145 bash[13673]: cluster 2022-04-26T05:32:03.370561+0000 mgr.smithi136.ofnrfx (mgr.14188) 5475 : cluster [DBG] pgmap v5124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:04 smithi136 bash[11745]: audit 2022-04-26T05:32:03.200870+0000 mon.smithi136 (mon.0) 3607 : audit [DBG] from='client.? 172.21.15.136:0/3817330388' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:04 smithi136 bash[11745]: cluster 2022-04-26T05:32:03.370561+0000 mgr.smithi136.ofnrfx (mgr.14188) 5475 : cluster [DBG] pgmap v5124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:06 smithi136 bash[11745]: cluster 2022-04-26T05:32:05.371203+0000 mgr.smithi136.ofnrfx (mgr.14188) 5476 : cluster [DBG] pgmap v5125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:06 smithi145 bash[13673]: cluster 2022-04-26T05:32:05.371203+0000 mgr.smithi136.ofnrfx (mgr.14188) 5476 : cluster [DBG] pgmap v5125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:08.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:08.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:08.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:08.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:08 smithi136 bash[11745]: cluster 2022-04-26T05:32:07.371863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5477 : cluster [DBG] pgmap v5126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:08 smithi145 bash[13673]: cluster 2022-04-26T05:32:07.371863+0000 mgr.smithi136.ofnrfx (mgr.14188) 5477 : cluster [DBG] pgmap v5126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:09 smithi136 bash[11745]: audit 2022-04-26T05:32:08.529586+0000 mon.smithi136 (mon.0) 3608 : audit [DBG] from='client.? 172.21.15.136:0/4078753515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:09 smithi145 bash[13673]: audit 2022-04-26T05:32:08.529586+0000 mon.smithi136 (mon.0) 3608 : audit [DBG] from='client.? 172.21.15.136:0/4078753515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:10 smithi136 bash[11745]: cluster 2022-04-26T05:32:09.372488+0000 mgr.smithi136.ofnrfx (mgr.14188) 5478 : cluster [DBG] pgmap v5127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:10 smithi145 bash[13673]: cluster 2022-04-26T05:32:09.372488+0000 mgr.smithi136.ofnrfx (mgr.14188) 5478 : cluster [DBG] pgmap v5127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:12 smithi145 bash[13673]: cluster 2022-04-26T05:32:11.373111+0000 mgr.smithi136.ofnrfx (mgr.14188) 5479 : cluster [DBG] pgmap v5128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:12 smithi136 bash[11745]: cluster 2022-04-26T05:32:11.373111+0000 mgr.smithi136.ofnrfx (mgr.14188) 5479 : cluster [DBG] pgmap v5128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:13.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:13.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:13.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:13.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:14 smithi136 bash[11745]: cluster 2022-04-26T05:32:13.373762+0000 mgr.smithi136.ofnrfx (mgr.14188) 5480 : cluster [DBG] pgmap v5129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:14 smithi136 bash[11745]: audit 2022-04-26T05:32:13.858786+0000 mon.smithi136 (mon.0) 3609 : audit [DBG] from='client.? 172.21.15.136:0/4140590359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:14 smithi145 bash[13673]: cluster 2022-04-26T05:32:13.373762+0000 mgr.smithi136.ofnrfx (mgr.14188) 5480 : cluster [DBG] pgmap v5129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:14 smithi145 bash[13673]: audit 2022-04-26T05:32:13.858786+0000 mon.smithi136 (mon.0) 3609 : audit [DBG] from='client.? 172.21.15.136:0/4140590359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:16 smithi136 bash[11745]: cluster 2022-04-26T05:32:15.374378+0000 mgr.smithi136.ofnrfx (mgr.14188) 5481 : cluster [DBG] pgmap v5130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:16 smithi145 bash[13673]: cluster 2022-04-26T05:32:15.374378+0000 mgr.smithi136.ofnrfx (mgr.14188) 5481 : cluster [DBG] pgmap v5130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:18 smithi136 bash[11745]: cluster 2022-04-26T05:32:17.375045+0000 mgr.smithi136.ofnrfx (mgr.14188) 5482 : cluster [DBG] pgmap v5131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:18.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:18.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:18.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:18 smithi145 bash[13673]: cluster 2022-04-26T05:32:17.375045+0000 mgr.smithi136.ofnrfx (mgr.14188) 5482 : cluster [DBG] pgmap v5131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:19.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:19 smithi136 bash[11745]: audit 2022-04-26T05:32:19.194261+0000 mon.smithi136 (mon.0) 3610 : audit [DBG] from='client.? 172.21.15.136:0/2620500062' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:19 smithi145 bash[13673]: audit 2022-04-26T05:32:19.194261+0000 mon.smithi136 (mon.0) 3610 : audit [DBG] from='client.? 172.21.15.136:0/2620500062' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:20 smithi136 bash[11745]: cluster 2022-04-26T05:32:19.375725+0000 mgr.smithi136.ofnrfx (mgr.14188) 5483 : cluster [DBG] pgmap v5132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:20 smithi145 bash[13673]: cluster 2022-04-26T05:32:19.375725+0000 mgr.smithi136.ofnrfx (mgr.14188) 5483 : cluster [DBG] pgmap v5132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:22 smithi145 bash[13673]: cluster 2022-04-26T05:32:21.376350+0000 mgr.smithi136.ofnrfx (mgr.14188) 5484 : cluster [DBG] pgmap v5133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:22 smithi136 bash[11745]: cluster 2022-04-26T05:32:21.376350+0000 mgr.smithi136.ofnrfx (mgr.14188) 5484 : cluster [DBG] pgmap v5133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:24.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:24.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:24.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:24.538 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:24 smithi136 bash[11745]: cluster 2022-04-26T05:32:23.377078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5485 : cluster [DBG] pgmap v5134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:24 smithi145 bash[13673]: cluster 2022-04-26T05:32:23.377078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5485 : cluster [DBG] pgmap v5134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:25 smithi136 bash[11745]: audit 2022-04-26T05:32:24.522106+0000 mon.smithi136 (mon.0) 3611 : audit [DBG] from='client.? 172.21.15.136:0/2347069238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:25 smithi145 bash[13673]: audit 2022-04-26T05:32:24.522106+0000 mon.smithi136 (mon.0) 3611 : audit [DBG] from='client.? 172.21.15.136:0/2347069238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:26 smithi136 bash[11745]: cluster 2022-04-26T05:32:25.377738+0000 mgr.smithi136.ofnrfx (mgr.14188) 5486 : cluster [DBG] pgmap v5135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:26 smithi145 bash[13673]: cluster 2022-04-26T05:32:25.377738+0000 mgr.smithi136.ofnrfx (mgr.14188) 5486 : cluster [DBG] pgmap v5135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:28 smithi136 bash[11745]: cluster 2022-04-26T05:32:27.378365+0000 mgr.smithi136.ofnrfx (mgr.14188) 5487 : cluster [DBG] pgmap v5136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:28 smithi145 bash[13673]: cluster 2022-04-26T05:32:27.378365+0000 mgr.smithi136.ofnrfx (mgr.14188) 5487 : cluster [DBG] pgmap v5136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:29.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:29.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:29.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:29.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:30 smithi136 bash[11745]: cluster 2022-04-26T05:32:29.379030+0000 mgr.smithi136.ofnrfx (mgr.14188) 5488 : cluster [DBG] pgmap v5137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:30 smithi136 bash[11745]: audit 2022-04-26T05:32:29.848583+0000 mon.smithi136 (mon.0) 3612 : audit [DBG] from='client.? 172.21.15.136:0/2040955099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:30 smithi145 bash[13673]: cluster 2022-04-26T05:32:29.379030+0000 mgr.smithi136.ofnrfx (mgr.14188) 5488 : cluster [DBG] pgmap v5137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:30 smithi145 bash[13673]: audit 2022-04-26T05:32:29.848583+0000 mon.smithi136 (mon.0) 3612 : audit [DBG] from='client.? 172.21.15.136:0/2040955099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:32 smithi136 bash[11745]: cluster 2022-04-26T05:32:31.379655+0000 mgr.smithi136.ofnrfx (mgr.14188) 5489 : cluster [DBG] pgmap v5138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:32 smithi145 bash[13673]: cluster 2022-04-26T05:32:31.379655+0000 mgr.smithi136.ofnrfx (mgr.14188) 5489 : cluster [DBG] pgmap v5138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:34 smithi136 bash[11745]: cluster 2022-04-26T05:32:33.380258+0000 mgr.smithi136.ofnrfx (mgr.14188) 5490 : cluster [DBG] pgmap v5139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:34.868 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:34.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:34.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:34 smithi145 bash[13673]: cluster 2022-04-26T05:32:33.380258+0000 mgr.smithi136.ofnrfx (mgr.14188) 5490 : cluster [DBG] pgmap v5139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:35.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:35 smithi136 bash[11745]: audit 2022-04-26T05:32:35.183698+0000 mon.smithi136 (mon.0) 3613 : audit [DBG] from='client.? 172.21.15.136:0/804430023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:35 smithi145 bash[13673]: audit 2022-04-26T05:32:35.183698+0000 mon.smithi136 (mon.0) 3613 : audit [DBG] from='client.? 172.21.15.136:0/804430023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:36 smithi136 bash[11745]: cluster 2022-04-26T05:32:35.380911+0000 mgr.smithi136.ofnrfx (mgr.14188) 5491 : cluster [DBG] pgmap v5140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:36 smithi145 bash[13673]: cluster 2022-04-26T05:32:35.380911+0000 mgr.smithi136.ofnrfx (mgr.14188) 5491 : cluster [DBG] pgmap v5140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:38 smithi136 bash[11745]: cluster 2022-04-26T05:32:37.381633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5492 : cluster [DBG] pgmap v5141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:38 smithi145 bash[13673]: cluster 2022-04-26T05:32:37.381633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5492 : cluster [DBG] pgmap v5141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:40.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:40.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:40.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:40.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:40 smithi136 bash[11745]: cluster 2022-04-26T05:32:39.382265+0000 mgr.smithi136.ofnrfx (mgr.14188) 5493 : cluster [DBG] pgmap v5142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:40 smithi145 bash[13673]: cluster 2022-04-26T05:32:39.382265+0000 mgr.smithi136.ofnrfx (mgr.14188) 5493 : cluster [DBG] pgmap v5142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:41 smithi136 bash[11745]: audit 2022-04-26T05:32:40.507373+0000 mon.smithi136 (mon.0) 3614 : audit [DBG] from='client.? 172.21.15.136:0/1833686842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:41 smithi145 bash[13673]: audit 2022-04-26T05:32:40.507373+0000 mon.smithi136 (mon.0) 3614 : audit [DBG] from='client.? 172.21.15.136:0/1833686842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:42.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:42 smithi136 bash[11745]: cluster 2022-04-26T05:32:41.382875+0000 mgr.smithi136.ofnrfx (mgr.14188) 5494 : cluster [DBG] pgmap v5143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:42 smithi145 bash[13673]: cluster 2022-04-26T05:32:41.382875+0000 mgr.smithi136.ofnrfx (mgr.14188) 5494 : cluster [DBG] pgmap v5143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:44 smithi136 bash[11745]: cluster 2022-04-26T05:32:43.383459+0000 mgr.smithi136.ofnrfx (mgr.14188) 5495 : cluster [DBG] pgmap v5144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:44 smithi145 bash[13673]: cluster 2022-04-26T05:32:43.383459+0000 mgr.smithi136.ofnrfx (mgr.14188) 5495 : cluster [DBG] pgmap v5144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:45.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:45.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:45.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:45.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:46 smithi136 bash[11745]: cluster 2022-04-26T05:32:45.384096+0000 mgr.smithi136.ofnrfx (mgr.14188) 5496 : cluster [DBG] pgmap v5145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:46.821 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:46 smithi136 bash[11745]: audit 2022-04-26T05:32:45.837257+0000 mon.smithi136 (mon.0) 3615 : audit [DBG] from='client.? 172.21.15.136:0/3009716159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:46 smithi145 bash[13673]: cluster 2022-04-26T05:32:45.384096+0000 mgr.smithi136.ofnrfx (mgr.14188) 5496 : cluster [DBG] pgmap v5145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:46 smithi145 bash[13673]: audit 2022-04-26T05:32:45.837257+0000 mon.smithi136 (mon.0) 3615 : audit [DBG] from='client.? 172.21.15.136:0/3009716159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:48 smithi136 bash[11745]: cluster 2022-04-26T05:32:47.384741+0000 mgr.smithi136.ofnrfx (mgr.14188) 5497 : cluster [DBG] pgmap v5146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:48 smithi145 bash[13673]: cluster 2022-04-26T05:32:47.384741+0000 mgr.smithi136.ofnrfx (mgr.14188) 5497 : cluster [DBG] pgmap v5146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:50 smithi136 bash[11745]: cluster 2022-04-26T05:32:49.385346+0000 mgr.smithi136.ofnrfx (mgr.14188) 5498 : cluster [DBG] pgmap v5147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:50.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:50.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:50.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:50 smithi145 bash[13673]: cluster 2022-04-26T05:32:49.385346+0000 mgr.smithi136.ofnrfx (mgr.14188) 5498 : cluster [DBG] pgmap v5147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:51.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:52 smithi136 bash[11745]: audit 2022-04-26T05:32:51.165040+0000 mon.smithi136 (mon.0) 3616 : audit [DBG] from='client.? 172.21.15.136:0/1949834407' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:52 smithi136 bash[11745]: cluster 2022-04-26T05:32:51.386058+0000 mgr.smithi136.ofnrfx (mgr.14188) 5499 : cluster [DBG] pgmap v5148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:52 smithi145 bash[13673]: audit 2022-04-26T05:32:51.165040+0000 mon.smithi136 (mon.0) 3616 : audit [DBG] from='client.? 172.21.15.136:0/1949834407' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:52 smithi145 bash[13673]: cluster 2022-04-26T05:32:51.386058+0000 mgr.smithi136.ofnrfx (mgr.14188) 5499 : cluster [DBG] pgmap v5148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:54 smithi136 bash[11745]: cluster 2022-04-26T05:32:53.386727+0000 mgr.smithi136.ofnrfx (mgr.14188) 5500 : cluster [DBG] pgmap v5149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:54 smithi145 bash[13673]: cluster 2022-04-26T05:32:53.386727+0000 mgr.smithi136.ofnrfx (mgr.14188) 5500 : cluster [DBG] pgmap v5149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:55 smithi136 bash[11745]: audit 2022-04-26T05:32:55.391886+0000 mon.smithi136 (mon.0) 3617 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:32:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:55 smithi136 bash[11745]: audit 2022-04-26T05:32:55.394811+0000 mon.smithi136 (mon.0) 3618 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:32:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:55 smithi136 bash[11745]: audit 2022-04-26T05:32:55.396840+0000 mon.smithi136 (mon.0) 3619 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:32:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:55 smithi145 bash[13673]: audit 2022-04-26T05:32:55.391886+0000 mon.smithi136 (mon.0) 3617 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:32:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:55 smithi145 bash[13673]: audit 2022-04-26T05:32:55.394811+0000 mon.smithi136 (mon.0) 3618 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:32:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:55 smithi145 bash[13673]: audit 2022-04-26T05:32:55.396840+0000 mon.smithi136 (mon.0) 3619 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:32:56.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:32:56.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:32:56.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:32:56.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:32:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: cluster 2022-04-26T05:32:55.387326+0000 mgr.smithi136.ofnrfx (mgr.14188) 5501 : cluster [DBG] pgmap v5150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:57.071 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: cluster 2022-04-26T05:32:55.702203+0000 mgr.smithi136.ofnrfx (mgr.14188) 5502 : cluster [DBG] pgmap v5151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:57.071 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: cluster 2022-04-26T05:32:55.702662+0000 mgr.smithi136.ofnrfx (mgr.14188) 5503 : cluster [DBG] pgmap v5152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:57.071 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: audit 2022-04-26T05:32:55.707301+0000 mon.smithi136 (mon.0) 3620 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:32:57.071 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: audit 2022-04-26T05:32:55.715803+0000 mon.smithi136 (mon.0) 3621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:32:57.071 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: cephadm 2022-04-26T05:32:55.717078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5504 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:32:57.071 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: cephadm 2022-04-26T05:32:55.717268+0000 mgr.smithi136.ofnrfx (mgr.14188) 5505 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:32:57.072 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:56 smithi136 bash[11745]: audit 2022-04-26T05:32:56.492800+0000 mon.smithi136 (mon.0) 3622 : audit [DBG] from='client.? 172.21.15.136:0/598256792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: cluster 2022-04-26T05:32:55.387326+0000 mgr.smithi136.ofnrfx (mgr.14188) 5501 : cluster [DBG] pgmap v5150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:57.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: cluster 2022-04-26T05:32:55.702203+0000 mgr.smithi136.ofnrfx (mgr.14188) 5502 : cluster [DBG] pgmap v5151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:57.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: cluster 2022-04-26T05:32:55.702662+0000 mgr.smithi136.ofnrfx (mgr.14188) 5503 : cluster [DBG] pgmap v5152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:57.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: audit 2022-04-26T05:32:55.707301+0000 mon.smithi136 (mon.0) 3620 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:32:57.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: audit 2022-04-26T05:32:55.715803+0000 mon.smithi136 (mon.0) 3621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:32:57.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: cephadm 2022-04-26T05:32:55.717078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5504 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:32:57.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: cephadm 2022-04-26T05:32:55.717268+0000 mgr.smithi136.ofnrfx (mgr.14188) 5505 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:32:57.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:56 smithi145 bash[13673]: audit 2022-04-26T05:32:56.492800+0000 mon.smithi136 (mon.0) 3622 : audit [DBG] from='client.? 172.21.15.136:0/598256792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:32:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:32:58 smithi136 bash[11745]: cluster 2022-04-26T05:32:57.703341+0000 mgr.smithi136.ofnrfx (mgr.14188) 5506 : cluster [DBG] pgmap v5153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:32:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:32:58 smithi145 bash[13673]: cluster 2022-04-26T05:32:57.703341+0000 mgr.smithi136.ofnrfx (mgr.14188) 5506 : cluster [DBG] pgmap v5153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:00 smithi136 bash[11745]: cluster 2022-04-26T05:32:59.703964+0000 mgr.smithi136.ofnrfx (mgr.14188) 5507 : cluster [DBG] pgmap v5154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:00 smithi145 bash[13673]: cluster 2022-04-26T05:32:59.703964+0000 mgr.smithi136.ofnrfx (mgr.14188) 5507 : cluster [DBG] pgmap v5154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:01.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:01.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:01.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:01.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:02 smithi136 bash[11745]: cluster 2022-04-26T05:33:01.704553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5508 : cluster [DBG] pgmap v5155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:02 smithi136 bash[11745]: audit 2022-04-26T05:33:01.828398+0000 mon.smithi136 (mon.0) 3623 : audit [DBG] from='client.? 172.21.15.136:0/390485829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:02 smithi145 bash[13673]: cluster 2022-04-26T05:33:01.704553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5508 : cluster [DBG] pgmap v5155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:02 smithi145 bash[13673]: audit 2022-04-26T05:33:01.828398+0000 mon.smithi136 (mon.0) 3623 : audit [DBG] from='client.? 172.21.15.136:0/390485829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:03 smithi136 bash[11745]: audit 2022-04-26T05:33:02.559936+0000 mon.smithi136 (mon.0) 3624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:33:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:03 smithi136 bash[11745]: audit 2022-04-26T05:33:02.563843+0000 mon.smithi136 (mon.0) 3625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:33:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:03 smithi145 bash[13673]: audit 2022-04-26T05:33:02.559936+0000 mon.smithi136 (mon.0) 3624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:33:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:03 smithi145 bash[13673]: audit 2022-04-26T05:33:02.563843+0000 mon.smithi136 (mon.0) 3625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:33:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:04 smithi136 bash[11745]: cluster 2022-04-26T05:33:03.705149+0000 mgr.smithi136.ofnrfx (mgr.14188) 5509 : cluster [DBG] pgmap v5156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:04 smithi145 bash[13673]: cluster 2022-04-26T05:33:03.705149+0000 mgr.smithi136.ofnrfx (mgr.14188) 5509 : cluster [DBG] pgmap v5156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:06.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:06.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:06.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:07.069 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:06 smithi136 bash[11745]: cluster 2022-04-26T05:33:05.705773+0000 mgr.smithi136.ofnrfx (mgr.14188) 5510 : cluster [DBG] pgmap v5157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:06 smithi145 bash[13673]: cluster 2022-04-26T05:33:05.705773+0000 mgr.smithi136.ofnrfx (mgr.14188) 5510 : cluster [DBG] pgmap v5157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:07.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:07 smithi136 bash[11745]: audit 2022-04-26T05:33:07.151019+0000 mon.smithi136 (mon.0) 3626 : audit [DBG] from='client.? 172.21.15.136:0/864911432' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:07 smithi145 bash[13673]: audit 2022-04-26T05:33:07.151019+0000 mon.smithi136 (mon.0) 3626 : audit [DBG] from='client.? 172.21.15.136:0/864911432' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:08 smithi136 bash[11745]: cluster 2022-04-26T05:33:07.706420+0000 mgr.smithi136.ofnrfx (mgr.14188) 5511 : cluster [DBG] pgmap v5158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:08 smithi145 bash[13673]: cluster 2022-04-26T05:33:07.706420+0000 mgr.smithi136.ofnrfx (mgr.14188) 5511 : cluster [DBG] pgmap v5158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:10 smithi136 bash[11745]: cluster 2022-04-26T05:33:09.707032+0000 mgr.smithi136.ofnrfx (mgr.14188) 5512 : cluster [DBG] pgmap v5159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:10 smithi145 bash[13673]: cluster 2022-04-26T05:33:09.707032+0000 mgr.smithi136.ofnrfx (mgr.14188) 5512 : cluster [DBG] pgmap v5159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:12.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:12.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:12.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:12.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:12 smithi136 bash[11745]: cluster 2022-04-26T05:33:11.707675+0000 mgr.smithi136.ofnrfx (mgr.14188) 5513 : cluster [DBG] pgmap v5160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:12 smithi145 bash[13673]: cluster 2022-04-26T05:33:11.707675+0000 mgr.smithi136.ofnrfx (mgr.14188) 5513 : cluster [DBG] pgmap v5160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:13 smithi136 bash[11745]: audit 2022-04-26T05:33:12.475007+0000 mon.smithi136 (mon.0) 3627 : audit [DBG] from='client.? 172.21.15.136:0/900086325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:13 smithi145 bash[13673]: audit 2022-04-26T05:33:12.475007+0000 mon.smithi136 (mon.0) 3627 : audit [DBG] from='client.? 172.21.15.136:0/900086325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:14 smithi136 bash[11745]: cluster 2022-04-26T05:33:13.708242+0000 mgr.smithi136.ofnrfx (mgr.14188) 5514 : cluster [DBG] pgmap v5161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:14 smithi145 bash[13673]: cluster 2022-04-26T05:33:13.708242+0000 mgr.smithi136.ofnrfx (mgr.14188) 5514 : cluster [DBG] pgmap v5161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:16 smithi136 bash[11745]: cluster 2022-04-26T05:33:15.708853+0000 mgr.smithi136.ofnrfx (mgr.14188) 5515 : cluster [DBG] pgmap v5162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:16 smithi145 bash[13673]: cluster 2022-04-26T05:33:15.708853+0000 mgr.smithi136.ofnrfx (mgr.14188) 5515 : cluster [DBG] pgmap v5162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:17.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:17.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:17.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:17.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:18 smithi136 bash[11745]: cluster 2022-04-26T05:33:17.709497+0000 mgr.smithi136.ofnrfx (mgr.14188) 5516 : cluster [DBG] pgmap v5163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:18 smithi136 bash[11745]: audit 2022-04-26T05:33:17.803758+0000 mon.smithi136 (mon.0) 3628 : audit [DBG] from='client.? 172.21.15.136:0/4227298666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:18 smithi145 bash[13673]: cluster 2022-04-26T05:33:17.709497+0000 mgr.smithi136.ofnrfx (mgr.14188) 5516 : cluster [DBG] pgmap v5163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:18 smithi145 bash[13673]: audit 2022-04-26T05:33:17.803758+0000 mon.smithi136 (mon.0) 3628 : audit [DBG] from='client.? 172.21.15.136:0/4227298666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:20 smithi136 bash[11745]: cluster 2022-04-26T05:33:19.710092+0000 mgr.smithi136.ofnrfx (mgr.14188) 5517 : cluster [DBG] pgmap v5164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:20 smithi145 bash[13673]: cluster 2022-04-26T05:33:19.710092+0000 mgr.smithi136.ofnrfx (mgr.14188) 5517 : cluster [DBG] pgmap v5164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:22 smithi136 bash[11745]: cluster 2022-04-26T05:33:21.710743+0000 mgr.smithi136.ofnrfx (mgr.14188) 5518 : cluster [DBG] pgmap v5165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:22 smithi145 bash[13673]: cluster 2022-04-26T05:33:21.710743+0000 mgr.smithi136.ofnrfx (mgr.14188) 5518 : cluster [DBG] pgmap v5165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:22.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:22.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:22.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:23.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:23 smithi136 bash[11745]: audit 2022-04-26T05:33:23.135690+0000 mon.smithi136 (mon.0) 3629 : audit [DBG] from='client.? 172.21.15.136:0/2808746349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:23 smithi145 bash[13673]: audit 2022-04-26T05:33:23.135690+0000 mon.smithi136 (mon.0) 3629 : audit [DBG] from='client.? 172.21.15.136:0/2808746349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:24 smithi136 bash[11745]: cluster 2022-04-26T05:33:23.711296+0000 mgr.smithi136.ofnrfx (mgr.14188) 5519 : cluster [DBG] pgmap v5166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:24 smithi145 bash[13673]: cluster 2022-04-26T05:33:23.711296+0000 mgr.smithi136.ofnrfx (mgr.14188) 5519 : cluster [DBG] pgmap v5166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:26 smithi136 bash[11745]: cluster 2022-04-26T05:33:25.711927+0000 mgr.smithi136.ofnrfx (mgr.14188) 5520 : cluster [DBG] pgmap v5167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:26 smithi145 bash[13673]: cluster 2022-04-26T05:33:25.711927+0000 mgr.smithi136.ofnrfx (mgr.14188) 5520 : cluster [DBG] pgmap v5167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:28.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:28.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:28.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:28.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:28 smithi136 bash[11745]: cluster 2022-04-26T05:33:27.712542+0000 mgr.smithi136.ofnrfx (mgr.14188) 5521 : cluster [DBG] pgmap v5168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:28 smithi136 bash[11745]: audit 2022-04-26T05:33:28.465821+0000 mon.smithi136 (mon.0) 3630 : audit [DBG] from='client.? 172.21.15.136:0/2959820209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:28 smithi145 bash[13673]: cluster 2022-04-26T05:33:27.712542+0000 mgr.smithi136.ofnrfx (mgr.14188) 5521 : cluster [DBG] pgmap v5168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:28 smithi145 bash[13673]: audit 2022-04-26T05:33:28.465821+0000 mon.smithi136 (mon.0) 3630 : audit [DBG] from='client.? 172.21.15.136:0/2959820209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:30 smithi136 bash[11745]: cluster 2022-04-26T05:33:29.713120+0000 mgr.smithi136.ofnrfx (mgr.14188) 5522 : cluster [DBG] pgmap v5169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:30 smithi145 bash[13673]: cluster 2022-04-26T05:33:29.713120+0000 mgr.smithi136.ofnrfx (mgr.14188) 5522 : cluster [DBG] pgmap v5169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:32 smithi136 bash[11745]: cluster 2022-04-26T05:33:31.713782+0000 mgr.smithi136.ofnrfx (mgr.14188) 5523 : cluster [DBG] pgmap v5170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:32 smithi145 bash[13673]: cluster 2022-04-26T05:33:31.713782+0000 mgr.smithi136.ofnrfx (mgr.14188) 5523 : cluster [DBG] pgmap v5170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:33.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:33.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:33.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:33.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:34 smithi136 bash[11745]: cluster 2022-04-26T05:33:33.714332+0000 mgr.smithi136.ofnrfx (mgr.14188) 5524 : cluster [DBG] pgmap v5171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:34 smithi136 bash[11745]: audit 2022-04-26T05:33:33.800129+0000 mon.smithi136 (mon.0) 3631 : audit [DBG] from='client.? 172.21.15.136:0/2709079582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:34 smithi145 bash[13673]: cluster 2022-04-26T05:33:33.714332+0000 mgr.smithi136.ofnrfx (mgr.14188) 5524 : cluster [DBG] pgmap v5171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:34 smithi145 bash[13673]: audit 2022-04-26T05:33:33.800129+0000 mon.smithi136 (mon.0) 3631 : audit [DBG] from='client.? 172.21.15.136:0/2709079582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:36 smithi136 bash[11745]: cluster 2022-04-26T05:33:35.714932+0000 mgr.smithi136.ofnrfx (mgr.14188) 5525 : cluster [DBG] pgmap v5172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:36 smithi145 bash[13673]: cluster 2022-04-26T05:33:35.714932+0000 mgr.smithi136.ofnrfx (mgr.14188) 5525 : cluster [DBG] pgmap v5172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:38.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:38.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:38.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:38 smithi136 bash[11745]: cluster 2022-04-26T05:33:37.715628+0000 mgr.smithi136.ofnrfx (mgr.14188) 5526 : cluster [DBG] pgmap v5173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:39.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:38 smithi145 bash[13673]: cluster 2022-04-26T05:33:37.715628+0000 mgr.smithi136.ofnrfx (mgr.14188) 5526 : cluster [DBG] pgmap v5173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:39 smithi136 bash[11745]: audit 2022-04-26T05:33:39.129180+0000 mon.smithi136 (mon.0) 3632 : audit [DBG] from='client.? 172.21.15.136:0/2753287517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:39 smithi145 bash[13673]: audit 2022-04-26T05:33:39.129180+0000 mon.smithi136 (mon.0) 3632 : audit [DBG] from='client.? 172.21.15.136:0/2753287517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:40 smithi136 bash[11745]: cluster 2022-04-26T05:33:39.716222+0000 mgr.smithi136.ofnrfx (mgr.14188) 5527 : cluster [DBG] pgmap v5174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:40 smithi145 bash[13673]: cluster 2022-04-26T05:33:39.716222+0000 mgr.smithi136.ofnrfx (mgr.14188) 5527 : cluster [DBG] pgmap v5174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:42 smithi136 bash[11745]: cluster 2022-04-26T05:33:41.716846+0000 mgr.smithi136.ofnrfx (mgr.14188) 5528 : cluster [DBG] pgmap v5175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:42 smithi145 bash[13673]: cluster 2022-04-26T05:33:41.716846+0000 mgr.smithi136.ofnrfx (mgr.14188) 5528 : cluster [DBG] pgmap v5175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:44.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:44.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:44.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:44.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:44 smithi136 bash[11745]: cluster 2022-04-26T05:33:43.717454+0000 mgr.smithi136.ofnrfx (mgr.14188) 5529 : cluster [DBG] pgmap v5176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:44 smithi136 bash[11745]: audit 2022-04-26T05:33:44.456779+0000 mon.smithi136 (mon.0) 3633 : audit [DBG] from='client.? 172.21.15.136:0/2643692538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:44 smithi145 bash[13673]: cluster 2022-04-26T05:33:43.717454+0000 mgr.smithi136.ofnrfx (mgr.14188) 5529 : cluster [DBG] pgmap v5176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:44 smithi145 bash[13673]: audit 2022-04-26T05:33:44.456779+0000 mon.smithi136 (mon.0) 3633 : audit [DBG] from='client.? 172.21.15.136:0/2643692538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:46 smithi136 bash[11745]: cluster 2022-04-26T05:33:45.718079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5530 : cluster [DBG] pgmap v5177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:46 smithi145 bash[13673]: cluster 2022-04-26T05:33:45.718079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5530 : cluster [DBG] pgmap v5177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:48 smithi136 bash[11745]: cluster 2022-04-26T05:33:47.718755+0000 mgr.smithi136.ofnrfx (mgr.14188) 5531 : cluster [DBG] pgmap v5178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:48 smithi145 bash[13673]: cluster 2022-04-26T05:33:47.718755+0000 mgr.smithi136.ofnrfx (mgr.14188) 5531 : cluster [DBG] pgmap v5178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:49.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:49.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:49.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:49.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:49 smithi145 bash[13673]: audit 2022-04-26T05:33:49.784043+0000 mon.smithi136 (mon.0) 3634 : audit [DBG] from='client.? 172.21.15.136:0/2968278430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:49 smithi136 bash[11745]: audit 2022-04-26T05:33:49.784043+0000 mon.smithi136 (mon.0) 3634 : audit [DBG] from='client.? 172.21.15.136:0/2968278430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:50 smithi145 bash[13673]: cluster 2022-04-26T05:33:49.719333+0000 mgr.smithi136.ofnrfx (mgr.14188) 5532 : cluster [DBG] pgmap v5179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:50 smithi136 bash[11745]: cluster 2022-04-26T05:33:49.719333+0000 mgr.smithi136.ofnrfx (mgr.14188) 5532 : cluster [DBG] pgmap v5179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:52 smithi136 bash[11745]: cluster 2022-04-26T05:33:51.719972+0000 mgr.smithi136.ofnrfx (mgr.14188) 5533 : cluster [DBG] pgmap v5180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:52 smithi145 bash[13673]: cluster 2022-04-26T05:33:51.719972+0000 mgr.smithi136.ofnrfx (mgr.14188) 5533 : cluster [DBG] pgmap v5180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:54.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:33:54.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:33:54.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:33:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:54 smithi136 bash[11745]: cluster 2022-04-26T05:33:53.720493+0000 mgr.smithi136.ofnrfx (mgr.14188) 5534 : cluster [DBG] pgmap v5181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:55.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:33:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:54 smithi145 bash[13673]: cluster 2022-04-26T05:33:53.720493+0000 mgr.smithi136.ofnrfx (mgr.14188) 5534 : cluster [DBG] pgmap v5181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:55 smithi136 bash[11745]: audit 2022-04-26T05:33:55.111573+0000 mon.smithi136 (mon.0) 3635 : audit [DBG] from='client.? 172.21.15.136:0/3530578300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:55 smithi136 bash[11745]: audit 2022-04-26T05:33:55.727424+0000 mon.smithi136 (mon.0) 3636 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:33:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:55 smithi136 bash[11745]: audit 2022-04-26T05:33:55.730414+0000 mon.smithi136 (mon.0) 3637 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:33:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:55 smithi136 bash[11745]: audit 2022-04-26T05:33:55.732323+0000 mon.smithi136 (mon.0) 3638 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:33:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:55 smithi145 bash[13673]: audit 2022-04-26T05:33:55.111573+0000 mon.smithi136 (mon.0) 3635 : audit [DBG] from='client.? 172.21.15.136:0/3530578300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:33:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:55 smithi145 bash[13673]: audit 2022-04-26T05:33:55.727424+0000 mon.smithi136 (mon.0) 3636 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:33:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:55 smithi145 bash[13673]: audit 2022-04-26T05:33:55.730414+0000 mon.smithi136 (mon.0) 3637 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:33:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:55 smithi145 bash[13673]: audit 2022-04-26T05:33:55.732323+0000 mon.smithi136 (mon.0) 3638 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:33:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:56 smithi136 bash[11745]: cluster 2022-04-26T05:33:55.721102+0000 mgr.smithi136.ofnrfx (mgr.14188) 5535 : cluster [DBG] pgmap v5182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:56 smithi145 bash[13673]: cluster 2022-04-26T05:33:55.721102+0000 mgr.smithi136.ofnrfx (mgr.14188) 5535 : cluster [DBG] pgmap v5182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:33:58 smithi136 bash[11745]: cluster 2022-04-26T05:33:57.721748+0000 mgr.smithi136.ofnrfx (mgr.14188) 5536 : cluster [DBG] pgmap v5183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:33:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:33:58 smithi145 bash[13673]: cluster 2022-04-26T05:33:57.721748+0000 mgr.smithi136.ofnrfx (mgr.14188) 5536 : cluster [DBG] pgmap v5183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:00.130 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:00.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:00.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:00.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:00 smithi136 bash[11745]: audit 2022-04-26T05:33:59.525589+0000 mon.smithi136 (mon.0) 3639 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:34:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:00 smithi136 bash[11745]: cluster 2022-04-26T05:33:59.722380+0000 mgr.smithi136.ofnrfx (mgr.14188) 5537 : cluster [DBG] pgmap v5184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:00 smithi136 bash[11745]: audit 2022-04-26T05:34:00.294278+0000 mon.smithi136 (mon.0) 3640 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:34:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:00 smithi136 bash[11745]: audit 2022-04-26T05:34:00.447491+0000 mon.smithi136 (mon.0) 3641 : audit [DBG] from='client.? 172.21.15.136:0/1928319330' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:00 smithi145 bash[13673]: audit 2022-04-26T05:33:59.525589+0000 mon.smithi136 (mon.0) 3639 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:34:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:00 smithi145 bash[13673]: cluster 2022-04-26T05:33:59.722380+0000 mgr.smithi136.ofnrfx (mgr.14188) 5537 : cluster [DBG] pgmap v5184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:00 smithi145 bash[13673]: audit 2022-04-26T05:34:00.294278+0000 mon.smithi136 (mon.0) 3640 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:34:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:00 smithi145 bash[13673]: audit 2022-04-26T05:34:00.447491+0000 mon.smithi136 (mon.0) 3641 : audit [DBG] from='client.? 172.21.15.136:0/1928319330' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:01 smithi145 bash[13673]: cluster 2022-04-26T05:34:00.574646+0000 mgr.smithi136.ofnrfx (mgr.14188) 5538 : cluster [DBG] pgmap v5185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:01 smithi145 bash[13673]: cluster 2022-04-26T05:34:00.575115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5539 : cluster [DBG] pgmap v5186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:01 smithi145 bash[13673]: audit 2022-04-26T05:34:00.579676+0000 mon.smithi136 (mon.0) 3642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:34:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:01 smithi145 bash[13673]: audit 2022-04-26T05:34:00.587493+0000 mon.smithi136 (mon.0) 3643 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:34:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:01 smithi145 bash[13673]: cephadm 2022-04-26T05:34:00.588588+0000 mgr.smithi136.ofnrfx (mgr.14188) 5540 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:34:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:01 smithi145 bash[13673]: cephadm 2022-04-26T05:34:00.588707+0000 mgr.smithi136.ofnrfx (mgr.14188) 5541 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:34:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:01 smithi136 bash[11745]: cluster 2022-04-26T05:34:00.574646+0000 mgr.smithi136.ofnrfx (mgr.14188) 5538 : cluster [DBG] pgmap v5185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:01 smithi136 bash[11745]: cluster 2022-04-26T05:34:00.575115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5539 : cluster [DBG] pgmap v5186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:01 smithi136 bash[11745]: audit 2022-04-26T05:34:00.579676+0000 mon.smithi136 (mon.0) 3642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:34:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:01 smithi136 bash[11745]: audit 2022-04-26T05:34:00.587493+0000 mon.smithi136 (mon.0) 3643 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:34:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:01 smithi136 bash[11745]: cephadm 2022-04-26T05:34:00.588588+0000 mgr.smithi136.ofnrfx (mgr.14188) 5540 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:34:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:01 smithi136 bash[11745]: cephadm 2022-04-26T05:34:00.588707+0000 mgr.smithi136.ofnrfx (mgr.14188) 5541 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:34:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:02 smithi145 bash[13673]: audit 2022-04-26T05:34:02.563892+0000 mon.smithi136 (mon.0) 3644 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:34:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:02 smithi145 bash[13673]: audit 2022-04-26T05:34:02.567650+0000 mon.smithi136 (mon.0) 3645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:34:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:02 smithi136 bash[11745]: audit 2022-04-26T05:34:02.563892+0000 mon.smithi136 (mon.0) 3644 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:34:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:02 smithi136 bash[11745]: audit 2022-04-26T05:34:02.567650+0000 mon.smithi136 (mon.0) 3645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:34:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:03 smithi145 bash[13673]: cluster 2022-04-26T05:34:02.575790+0000 mgr.smithi136.ofnrfx (mgr.14188) 5542 : cluster [DBG] pgmap v5187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:03 smithi136 bash[11745]: cluster 2022-04-26T05:34:02.575790+0000 mgr.smithi136.ofnrfx (mgr.14188) 5542 : cluster [DBG] pgmap v5187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:05.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:05.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:05.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:05.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:05 smithi145 bash[13673]: cluster 2022-04-26T05:34:04.576398+0000 mgr.smithi136.ofnrfx (mgr.14188) 5543 : cluster [DBG] pgmap v5188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:05 smithi136 bash[11745]: cluster 2022-04-26T05:34:04.576398+0000 mgr.smithi136.ofnrfx (mgr.14188) 5543 : cluster [DBG] pgmap v5188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:06 smithi145 bash[13673]: audit 2022-04-26T05:34:05.784528+0000 mon.smithi136 (mon.0) 3646 : audit [DBG] from='client.? 172.21.15.136:0/1182163892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:06 smithi136 bash[11745]: audit 2022-04-26T05:34:05.784528+0000 mon.smithi136 (mon.0) 3646 : audit [DBG] from='client.? 172.21.15.136:0/1182163892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:07 smithi145 bash[13673]: cluster 2022-04-26T05:34:06.577025+0000 mgr.smithi136.ofnrfx (mgr.14188) 5544 : cluster [DBG] pgmap v5189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:07 smithi136 bash[11745]: cluster 2022-04-26T05:34:06.577025+0000 mgr.smithi136.ofnrfx (mgr.14188) 5544 : cluster [DBG] pgmap v5189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:09 smithi145 bash[13673]: cluster 2022-04-26T05:34:08.577710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5545 : cluster [DBG] pgmap v5190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:09 smithi136 bash[11745]: cluster 2022-04-26T05:34:08.577710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5545 : cluster [DBG] pgmap v5190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:10.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:10.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:10.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:11.130 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:11 smithi145 bash[13673]: cluster 2022-04-26T05:34:10.578290+0000 mgr.smithi136.ofnrfx (mgr.14188) 5546 : cluster [DBG] pgmap v5191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:11 smithi145 bash[13673]: audit 2022-04-26T05:34:11.113887+0000 mon.smithi136 (mon.0) 3647 : audit [DBG] from='client.? 172.21.15.136:0/3472416963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:11 smithi136 bash[11745]: cluster 2022-04-26T05:34:10.578290+0000 mgr.smithi136.ofnrfx (mgr.14188) 5546 : cluster [DBG] pgmap v5191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:11 smithi136 bash[11745]: audit 2022-04-26T05:34:11.113887+0000 mon.smithi136 (mon.0) 3647 : audit [DBG] from='client.? 172.21.15.136:0/3472416963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:13 smithi145 bash[13673]: cluster 2022-04-26T05:34:12.578933+0000 mgr.smithi136.ofnrfx (mgr.14188) 5547 : cluster [DBG] pgmap v5192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:13 smithi136 bash[11745]: cluster 2022-04-26T05:34:12.578933+0000 mgr.smithi136.ofnrfx (mgr.14188) 5547 : cluster [DBG] pgmap v5192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:15 smithi145 bash[13673]: cluster 2022-04-26T05:34:14.579709+0000 mgr.smithi136.ofnrfx (mgr.14188) 5548 : cluster [DBG] pgmap v5193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:15 smithi136 bash[11745]: cluster 2022-04-26T05:34:14.579709+0000 mgr.smithi136.ofnrfx (mgr.14188) 5548 : cluster [DBG] pgmap v5193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:16.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:16.134 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:16.134 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:16.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:17 smithi136 bash[11745]: audit 2022-04-26T05:34:16.442344+0000 mon.smithi136 (mon.0) 3648 : audit [DBG] from='client.? 172.21.15.136:0/3602888894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:17 smithi136 bash[11745]: cluster 2022-04-26T05:34:16.580425+0000 mgr.smithi136.ofnrfx (mgr.14188) 5549 : cluster [DBG] pgmap v5194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:17 smithi145 bash[13673]: audit 2022-04-26T05:34:16.442344+0000 mon.smithi136 (mon.0) 3648 : audit [DBG] from='client.? 172.21.15.136:0/3602888894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:17 smithi145 bash[13673]: cluster 2022-04-26T05:34:16.580425+0000 mgr.smithi136.ofnrfx (mgr.14188) 5549 : cluster [DBG] pgmap v5194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:19 smithi145 bash[13673]: cluster 2022-04-26T05:34:18.581004+0000 mgr.smithi136.ofnrfx (mgr.14188) 5550 : cluster [DBG] pgmap v5195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:19 smithi136 bash[11745]: cluster 2022-04-26T05:34:18.581004+0000 mgr.smithi136.ofnrfx (mgr.14188) 5550 : cluster [DBG] pgmap v5195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:21.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:21.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:21.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:21.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:21 smithi145 bash[13673]: cluster 2022-04-26T05:34:20.581627+0000 mgr.smithi136.ofnrfx (mgr.14188) 5551 : cluster [DBG] pgmap v5196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:21 smithi136 bash[11745]: cluster 2022-04-26T05:34:20.581627+0000 mgr.smithi136.ofnrfx (mgr.14188) 5551 : cluster [DBG] pgmap v5196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:22 smithi145 bash[13673]: audit 2022-04-26T05:34:21.773413+0000 mon.smithi136 (mon.0) 3649 : audit [DBG] from='client.? 172.21.15.136:0/287525778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:22 smithi136 bash[11745]: audit 2022-04-26T05:34:21.773413+0000 mon.smithi136 (mon.0) 3649 : audit [DBG] from='client.? 172.21.15.136:0/287525778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:23 smithi136 bash[11745]: cluster 2022-04-26T05:34:22.582271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5552 : cluster [DBG] pgmap v5197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:23 smithi145 bash[13673]: cluster 2022-04-26T05:34:22.582271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5552 : cluster [DBG] pgmap v5197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:25 smithi136 bash[11745]: cluster 2022-04-26T05:34:24.583001+0000 mgr.smithi136.ofnrfx (mgr.14188) 5553 : cluster [DBG] pgmap v5198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:25 smithi145 bash[13673]: cluster 2022-04-26T05:34:24.583001+0000 mgr.smithi136.ofnrfx (mgr.14188) 5553 : cluster [DBG] pgmap v5198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:26.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:26.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:26.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:27.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:27 smithi136 bash[11745]: cluster 2022-04-26T05:34:26.583697+0000 mgr.smithi136.ofnrfx (mgr.14188) 5554 : cluster [DBG] pgmap v5199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:27 smithi136 bash[11745]: audit 2022-04-26T05:34:27.102353+0000 mon.smithi136 (mon.0) 3650 : audit [DBG] from='client.? 172.21.15.136:0/3335728270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:27 smithi145 bash[13673]: cluster 2022-04-26T05:34:26.583697+0000 mgr.smithi136.ofnrfx (mgr.14188) 5554 : cluster [DBG] pgmap v5199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:27 smithi145 bash[13673]: audit 2022-04-26T05:34:27.102353+0000 mon.smithi136 (mon.0) 3650 : audit [DBG] from='client.? 172.21.15.136:0/3335728270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:29 smithi145 bash[13673]: cluster 2022-04-26T05:34:28.584324+0000 mgr.smithi136.ofnrfx (mgr.14188) 5555 : cluster [DBG] pgmap v5200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:29 smithi136 bash[11745]: cluster 2022-04-26T05:34:28.584324+0000 mgr.smithi136.ofnrfx (mgr.14188) 5555 : cluster [DBG] pgmap v5200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:31 smithi145 bash[13673]: cluster 2022-04-26T05:34:30.584927+0000 mgr.smithi136.ofnrfx (mgr.14188) 5556 : cluster [DBG] pgmap v5201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:31 smithi136 bash[11745]: cluster 2022-04-26T05:34:30.584927+0000 mgr.smithi136.ofnrfx (mgr.14188) 5556 : cluster [DBG] pgmap v5201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:32.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:32.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:32.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:32.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:32 smithi136 bash[11745]: audit 2022-04-26T05:34:32.431797+0000 mon.smithi136 (mon.0) 3651 : audit [DBG] from='client.? 172.21.15.136:0/702512932' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:32 smithi145 bash[13673]: audit 2022-04-26T05:34:32.431797+0000 mon.smithi136 (mon.0) 3651 : audit [DBG] from='client.? 172.21.15.136:0/702512932' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:33 smithi136 bash[11745]: cluster 2022-04-26T05:34:32.585574+0000 mgr.smithi136.ofnrfx (mgr.14188) 5557 : cluster [DBG] pgmap v5202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:33 smithi145 bash[13673]: cluster 2022-04-26T05:34:32.585574+0000 mgr.smithi136.ofnrfx (mgr.14188) 5557 : cluster [DBG] pgmap v5202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:35 smithi136 bash[11745]: cluster 2022-04-26T05:34:34.586222+0000 mgr.smithi136.ofnrfx (mgr.14188) 5558 : cluster [DBG] pgmap v5203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:35 smithi145 bash[13673]: cluster 2022-04-26T05:34:34.586222+0000 mgr.smithi136.ofnrfx (mgr.14188) 5558 : cluster [DBG] pgmap v5203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:37.451 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:37.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:37.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:37 smithi136 bash[11745]: cluster 2022-04-26T05:34:36.586834+0000 mgr.smithi136.ofnrfx (mgr.14188) 5559 : cluster [DBG] pgmap v5204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:37 smithi145 bash[13673]: cluster 2022-04-26T05:34:36.586834+0000 mgr.smithi136.ofnrfx (mgr.14188) 5559 : cluster [DBG] pgmap v5204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:37.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:38 smithi145 bash[13673]: audit 2022-04-26T05:34:37.760071+0000 mon.smithi136 (mon.0) 3652 : audit [DBG] from='client.? 172.21.15.136:0/249309247' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:38 smithi136 bash[11745]: audit 2022-04-26T05:34:37.760071+0000 mon.smithi136 (mon.0) 3652 : audit [DBG] from='client.? 172.21.15.136:0/249309247' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:39 smithi136 bash[11745]: cluster 2022-04-26T05:34:38.587428+0000 mgr.smithi136.ofnrfx (mgr.14188) 5560 : cluster [DBG] pgmap v5205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:39 smithi145 bash[13673]: cluster 2022-04-26T05:34:38.587428+0000 mgr.smithi136.ofnrfx (mgr.14188) 5560 : cluster [DBG] pgmap v5205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:41 smithi145 bash[13673]: cluster 2022-04-26T05:34:40.588098+0000 mgr.smithi136.ofnrfx (mgr.14188) 5561 : cluster [DBG] pgmap v5206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:41 smithi136 bash[11745]: cluster 2022-04-26T05:34:40.588098+0000 mgr.smithi136.ofnrfx (mgr.14188) 5561 : cluster [DBG] pgmap v5206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:42.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:42.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:42.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:43.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:43 smithi136 bash[11745]: cluster 2022-04-26T05:34:42.588775+0000 mgr.smithi136.ofnrfx (mgr.14188) 5562 : cluster [DBG] pgmap v5207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:43 smithi136 bash[11745]: audit 2022-04-26T05:34:43.088609+0000 mon.smithi136 (mon.0) 3653 : audit [DBG] from='client.? 172.21.15.136:0/3832689973' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:43 smithi145 bash[13673]: cluster 2022-04-26T05:34:42.588775+0000 mgr.smithi136.ofnrfx (mgr.14188) 5562 : cluster [DBG] pgmap v5207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:43 smithi145 bash[13673]: audit 2022-04-26T05:34:43.088609+0000 mon.smithi136 (mon.0) 3653 : audit [DBG] from='client.? 172.21.15.136:0/3832689973' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:45 smithi136 bash[11745]: cluster 2022-04-26T05:34:44.589376+0000 mgr.smithi136.ofnrfx (mgr.14188) 5563 : cluster [DBG] pgmap v5208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:45 smithi145 bash[13673]: cluster 2022-04-26T05:34:44.589376+0000 mgr.smithi136.ofnrfx (mgr.14188) 5563 : cluster [DBG] pgmap v5208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:47 smithi136 bash[11745]: cluster 2022-04-26T05:34:46.590021+0000 mgr.smithi136.ofnrfx (mgr.14188) 5564 : cluster [DBG] pgmap v5209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:47 smithi145 bash[13673]: cluster 2022-04-26T05:34:46.590021+0000 mgr.smithi136.ofnrfx (mgr.14188) 5564 : cluster [DBG] pgmap v5209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:48.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:48.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:48.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:48.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:48 smithi136 bash[11745]: audit 2022-04-26T05:34:48.419786+0000 mon.smithi136 (mon.0) 3654 : audit [DBG] from='client.? 172.21.15.136:0/3410123979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:48 smithi145 bash[13673]: audit 2022-04-26T05:34:48.419786+0000 mon.smithi136 (mon.0) 3654 : audit [DBG] from='client.? 172.21.15.136:0/3410123979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:49 smithi136 bash[11745]: cluster 2022-04-26T05:34:48.590651+0000 mgr.smithi136.ofnrfx (mgr.14188) 5565 : cluster [DBG] pgmap v5210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:49 smithi145 bash[13673]: cluster 2022-04-26T05:34:48.590651+0000 mgr.smithi136.ofnrfx (mgr.14188) 5565 : cluster [DBG] pgmap v5210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:51 smithi145 bash[13673]: cluster 2022-04-26T05:34:50.591271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5566 : cluster [DBG] pgmap v5211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:51 smithi136 bash[11745]: cluster 2022-04-26T05:34:50.591271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5566 : cluster [DBG] pgmap v5211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:53.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:53.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:53.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:53.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:34:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:53 smithi136 bash[11745]: cluster 2022-04-26T05:34:52.591891+0000 mgr.smithi136.ofnrfx (mgr.14188) 5567 : cluster [DBG] pgmap v5212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:53 smithi145 bash[13673]: cluster 2022-04-26T05:34:52.591891+0000 mgr.smithi136.ofnrfx (mgr.14188) 5567 : cluster [DBG] pgmap v5212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:54 smithi136 bash[11745]: audit 2022-04-26T05:34:53.753408+0000 mon.smithi136 (mon.0) 3655 : audit [DBG] from='client.? 172.21.15.136:0/2950170916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:54 smithi145 bash[13673]: audit 2022-04-26T05:34:53.753408+0000 mon.smithi136 (mon.0) 3655 : audit [DBG] from='client.? 172.21.15.136:0/2950170916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:34:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:55 smithi136 bash[11745]: cluster 2022-04-26T05:34:54.592513+0000 mgr.smithi136.ofnrfx (mgr.14188) 5568 : cluster [DBG] pgmap v5213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:55 smithi145 bash[13673]: cluster 2022-04-26T05:34:54.592513+0000 mgr.smithi136.ofnrfx (mgr.14188) 5568 : cluster [DBG] pgmap v5213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:57 smithi136 bash[11745]: cluster 2022-04-26T05:34:56.593141+0000 mgr.smithi136.ofnrfx (mgr.14188) 5569 : cluster [DBG] pgmap v5214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:57 smithi145 bash[13673]: cluster 2022-04-26T05:34:56.593141+0000 mgr.smithi136.ofnrfx (mgr.14188) 5569 : cluster [DBG] pgmap v5214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:34:58.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:34:58.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:34:58.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:34:59.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:59 smithi136 bash[11745]: cluster 2022-04-26T05:34:58.593756+0000 mgr.smithi136.ofnrfx (mgr.14188) 5570 : cluster [DBG] pgmap v5215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:34:59 smithi136 bash[11745]: audit 2022-04-26T05:34:59.079487+0000 mon.smithi136 (mon.0) 3656 : audit [DBG] from='client.? 172.21.15.136:0/2232633321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:59 smithi145 bash[13673]: cluster 2022-04-26T05:34:58.593756+0000 mgr.smithi136.ofnrfx (mgr.14188) 5570 : cluster [DBG] pgmap v5215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:34:59 smithi145 bash[13673]: audit 2022-04-26T05:34:59.079487+0000 mon.smithi136 (mon.0) 3656 : audit [DBG] from='client.? 172.21.15.136:0/2232633321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:00 smithi136 bash[11745]: audit 2022-04-26T05:35:00.596735+0000 mon.smithi136 (mon.0) 3657 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:35:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:00 smithi136 bash[11745]: audit 2022-04-26T05:35:00.599547+0000 mon.smithi136 (mon.0) 3658 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:35:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:00 smithi136 bash[11745]: audit 2022-04-26T05:35:00.601397+0000 mon.smithi136 (mon.0) 3659 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:35:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:00 smithi145 bash[13673]: audit 2022-04-26T05:35:00.596735+0000 mon.smithi136 (mon.0) 3657 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:35:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:00 smithi145 bash[13673]: audit 2022-04-26T05:35:00.599547+0000 mon.smithi136 (mon.0) 3658 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:35:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:00 smithi145 bash[13673]: audit 2022-04-26T05:35:00.601397+0000 mon.smithi136 (mon.0) 3659 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:35:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:01 smithi145 bash[13673]: cluster 2022-04-26T05:35:00.594344+0000 mgr.smithi136.ofnrfx (mgr.14188) 5571 : cluster [DBG] pgmap v5216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:01 smithi145 bash[13673]: audit 2022-04-26T05:35:00.905720+0000 mon.smithi136 (mon.0) 3660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:35:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:01 smithi145 bash[13673]: audit 2022-04-26T05:35:01.204963+0000 mon.smithi136 (mon.0) 3661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:35:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:01 smithi145 bash[13673]: audit 2022-04-26T05:35:01.211816+0000 mon.smithi136 (mon.0) 3662 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:35:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:01 smithi136 bash[11745]: cluster 2022-04-26T05:35:00.594344+0000 mgr.smithi136.ofnrfx (mgr.14188) 5571 : cluster [DBG] pgmap v5216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:01 smithi136 bash[11745]: audit 2022-04-26T05:35:00.905720+0000 mon.smithi136 (mon.0) 3660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:35:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:01 smithi136 bash[11745]: audit 2022-04-26T05:35:01.204963+0000 mon.smithi136 (mon.0) 3661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:35:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:01 smithi136 bash[11745]: audit 2022-04-26T05:35:01.211816+0000 mon.smithi136 (mon.0) 3662 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:35:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:02 smithi136 bash[11745]: cluster 2022-04-26T05:35:01.197973+0000 mgr.smithi136.ofnrfx (mgr.14188) 5572 : cluster [DBG] pgmap v5217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:02 smithi136 bash[11745]: cluster 2022-04-26T05:35:01.198386+0000 mgr.smithi136.ofnrfx (mgr.14188) 5573 : cluster [DBG] pgmap v5218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:02 smithi136 bash[11745]: cephadm 2022-04-26T05:35:01.212989+0000 mgr.smithi136.ofnrfx (mgr.14188) 5574 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:35:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:02 smithi136 bash[11745]: cephadm 2022-04-26T05:35:01.213132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5575 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:35:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:02 smithi136 bash[11745]: audit 2022-04-26T05:35:02.567875+0000 mon.smithi136 (mon.0) 3663 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:35:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:02 smithi136 bash[11745]: audit 2022-04-26T05:35:02.571790+0000 mon.smithi136 (mon.0) 3664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:35:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:02 smithi145 bash[13673]: cluster 2022-04-26T05:35:01.197973+0000 mgr.smithi136.ofnrfx (mgr.14188) 5572 : cluster [DBG] pgmap v5217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:02 smithi145 bash[13673]: cluster 2022-04-26T05:35:01.198386+0000 mgr.smithi136.ofnrfx (mgr.14188) 5573 : cluster [DBG] pgmap v5218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:02 smithi145 bash[13673]: cephadm 2022-04-26T05:35:01.212989+0000 mgr.smithi136.ofnrfx (mgr.14188) 5574 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:35:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:02 smithi145 bash[13673]: cephadm 2022-04-26T05:35:01.213132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5575 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:35:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:02 smithi145 bash[13673]: audit 2022-04-26T05:35:02.567875+0000 mon.smithi136 (mon.0) 3663 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:35:03.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:02 smithi145 bash[13673]: audit 2022-04-26T05:35:02.571790+0000 mon.smithi136 (mon.0) 3664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:35:04.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:04.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:04.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:04.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:04 smithi136 bash[11745]: cluster 2022-04-26T05:35:03.198942+0000 mgr.smithi136.ofnrfx (mgr.14188) 5576 : cluster [DBG] pgmap v5219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:04 smithi136 bash[11745]: audit 2022-04-26T05:35:04.402135+0000 mon.smithi136 (mon.0) 3665 : audit [DBG] from='client.? 172.21.15.136:0/1350289333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:04 smithi145 bash[13673]: cluster 2022-04-26T05:35:03.198942+0000 mgr.smithi136.ofnrfx (mgr.14188) 5576 : cluster [DBG] pgmap v5219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:04 smithi145 bash[13673]: audit 2022-04-26T05:35:04.402135+0000 mon.smithi136 (mon.0) 3665 : audit [DBG] from='client.? 172.21.15.136:0/1350289333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:06 smithi136 bash[11745]: cluster 2022-04-26T05:35:05.199566+0000 mgr.smithi136.ofnrfx (mgr.14188) 5577 : cluster [DBG] pgmap v5220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:06 smithi145 bash[13673]: cluster 2022-04-26T05:35:05.199566+0000 mgr.smithi136.ofnrfx (mgr.14188) 5577 : cluster [DBG] pgmap v5220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:08 smithi136 bash[11745]: cluster 2022-04-26T05:35:07.200212+0000 mgr.smithi136.ofnrfx (mgr.14188) 5578 : cluster [DBG] pgmap v5221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:08 smithi145 bash[13673]: cluster 2022-04-26T05:35:07.200212+0000 mgr.smithi136.ofnrfx (mgr.14188) 5578 : cluster [DBG] pgmap v5221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:09.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:09.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:09.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:09.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:09 smithi136 bash[11745]: audit 2022-04-26T05:35:09.726890+0000 mon.smithi136 (mon.0) 3666 : audit [DBG] from='client.? 172.21.15.136:0/1214923577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:09 smithi145 bash[13673]: audit 2022-04-26T05:35:09.726890+0000 mon.smithi136 (mon.0) 3666 : audit [DBG] from='client.? 172.21.15.136:0/1214923577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:10 smithi136 bash[11745]: cluster 2022-04-26T05:35:09.200826+0000 mgr.smithi136.ofnrfx (mgr.14188) 5579 : cluster [DBG] pgmap v5222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:10 smithi145 bash[13673]: cluster 2022-04-26T05:35:09.200826+0000 mgr.smithi136.ofnrfx (mgr.14188) 5579 : cluster [DBG] pgmap v5222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:12 smithi136 bash[11745]: cluster 2022-04-26T05:35:11.201454+0000 mgr.smithi136.ofnrfx (mgr.14188) 5580 : cluster [DBG] pgmap v5223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:12 smithi145 bash[13673]: cluster 2022-04-26T05:35:11.201454+0000 mgr.smithi136.ofnrfx (mgr.14188) 5580 : cluster [DBG] pgmap v5223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:14 smithi136 bash[11745]: cluster 2022-04-26T05:35:13.202099+0000 mgr.smithi136.ofnrfx (mgr.14188) 5581 : cluster [DBG] pgmap v5224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:14 smithi145 bash[13673]: cluster 2022-04-26T05:35:13.202099+0000 mgr.smithi136.ofnrfx (mgr.14188) 5581 : cluster [DBG] pgmap v5224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:14.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:14.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:14.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:15.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:15 smithi136 bash[11745]: audit 2022-04-26T05:35:15.051678+0000 mon.smithi136 (mon.0) 3667 : audit [DBG] from='client.? 172.21.15.136:0/3653526382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:15 smithi145 bash[13673]: audit 2022-04-26T05:35:15.051678+0000 mon.smithi136 (mon.0) 3667 : audit [DBG] from='client.? 172.21.15.136:0/3653526382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:16 smithi136 bash[11745]: cluster 2022-04-26T05:35:15.202742+0000 mgr.smithi136.ofnrfx (mgr.14188) 5582 : cluster [DBG] pgmap v5225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:16 smithi145 bash[13673]: cluster 2022-04-26T05:35:15.202742+0000 mgr.smithi136.ofnrfx (mgr.14188) 5582 : cluster [DBG] pgmap v5225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:18 smithi145 bash[13673]: cluster 2022-04-26T05:35:17.203365+0000 mgr.smithi136.ofnrfx (mgr.14188) 5583 : cluster [DBG] pgmap v5226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:18 smithi136 bash[11745]: cluster 2022-04-26T05:35:17.203365+0000 mgr.smithi136.ofnrfx (mgr.14188) 5583 : cluster [DBG] pgmap v5226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:20.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:20.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:20.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:20.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:20 smithi136 bash[11745]: cluster 2022-04-26T05:35:19.204033+0000 mgr.smithi136.ofnrfx (mgr.14188) 5584 : cluster [DBG] pgmap v5227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:20 smithi145 bash[13673]: cluster 2022-04-26T05:35:19.204033+0000 mgr.smithi136.ofnrfx (mgr.14188) 5584 : cluster [DBG] pgmap v5227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:21 smithi136 bash[11745]: audit 2022-04-26T05:35:20.384320+0000 mon.smithi136 (mon.0) 3668 : audit [DBG] from='client.? 172.21.15.136:0/1162315406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:21 smithi145 bash[13673]: audit 2022-04-26T05:35:20.384320+0000 mon.smithi136 (mon.0) 3668 : audit [DBG] from='client.? 172.21.15.136:0/1162315406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:22 smithi136 bash[11745]: cluster 2022-04-26T05:35:21.204644+0000 mgr.smithi136.ofnrfx (mgr.14188) 5585 : cluster [DBG] pgmap v5228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:22 smithi145 bash[13673]: cluster 2022-04-26T05:35:21.204644+0000 mgr.smithi136.ofnrfx (mgr.14188) 5585 : cluster [DBG] pgmap v5228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:24 smithi136 bash[11745]: cluster 2022-04-26T05:35:23.205333+0000 mgr.smithi136.ofnrfx (mgr.14188) 5586 : cluster [DBG] pgmap v5229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:24 smithi145 bash[13673]: cluster 2022-04-26T05:35:23.205333+0000 mgr.smithi136.ofnrfx (mgr.14188) 5586 : cluster [DBG] pgmap v5229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:25.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:25.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:25.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:25.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:26 smithi136 bash[11745]: cluster 2022-04-26T05:35:25.205903+0000 mgr.smithi136.ofnrfx (mgr.14188) 5587 : cluster [DBG] pgmap v5230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:26.583 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:26 smithi136 bash[11745]: audit 2022-04-26T05:35:25.708014+0000 mon.smithi136 (mon.0) 3669 : audit [DBG] from='client.? 172.21.15.136:0/971799145' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:26 smithi145 bash[13673]: cluster 2022-04-26T05:35:25.205903+0000 mgr.smithi136.ofnrfx (mgr.14188) 5587 : cluster [DBG] pgmap v5230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:26.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:26 smithi145 bash[13673]: audit 2022-04-26T05:35:25.708014+0000 mon.smithi136 (mon.0) 3669 : audit [DBG] from='client.? 172.21.15.136:0/971799145' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:28 smithi145 bash[13673]: cluster 2022-04-26T05:35:27.206527+0000 mgr.smithi136.ofnrfx (mgr.14188) 5588 : cluster [DBG] pgmap v5231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:28 smithi136 bash[11745]: cluster 2022-04-26T05:35:27.206527+0000 mgr.smithi136.ofnrfx (mgr.14188) 5588 : cluster [DBG] pgmap v5231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:30 smithi136 bash[11745]: cluster 2022-04-26T05:35:29.207229+0000 mgr.smithi136.ofnrfx (mgr.14188) 5589 : cluster [DBG] pgmap v5232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:30 smithi145 bash[13673]: cluster 2022-04-26T05:35:29.207229+0000 mgr.smithi136.ofnrfx (mgr.14188) 5589 : cluster [DBG] pgmap v5232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:30.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:30.728 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:30.728 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:31.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:31 smithi136 bash[11745]: audit 2022-04-26T05:35:31.034426+0000 mon.smithi136 (mon.0) 3670 : audit [DBG] from='client.? 172.21.15.136:0/2073828535' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:31 smithi145 bash[13673]: audit 2022-04-26T05:35:31.034426+0000 mon.smithi136 (mon.0) 3670 : audit [DBG] from='client.? 172.21.15.136:0/2073828535' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:32 smithi136 bash[11745]: cluster 2022-04-26T05:35:31.207918+0000 mgr.smithi136.ofnrfx (mgr.14188) 5590 : cluster [DBG] pgmap v5233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:32 smithi145 bash[13673]: cluster 2022-04-26T05:35:31.207918+0000 mgr.smithi136.ofnrfx (mgr.14188) 5590 : cluster [DBG] pgmap v5233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:34 smithi136 bash[11745]: cluster 2022-04-26T05:35:33.208502+0000 mgr.smithi136.ofnrfx (mgr.14188) 5591 : cluster [DBG] pgmap v5234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:34 smithi145 bash[13673]: cluster 2022-04-26T05:35:33.208502+0000 mgr.smithi136.ofnrfx (mgr.14188) 5591 : cluster [DBG] pgmap v5234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:36.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:36.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:36.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:36.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:36 smithi136 bash[11745]: cluster 2022-04-26T05:35:35.209099+0000 mgr.smithi136.ofnrfx (mgr.14188) 5592 : cluster [DBG] pgmap v5235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:36 smithi145 bash[13673]: cluster 2022-04-26T05:35:35.209099+0000 mgr.smithi136.ofnrfx (mgr.14188) 5592 : cluster [DBG] pgmap v5235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:37 smithi136 bash[11745]: audit 2022-04-26T05:35:36.365029+0000 mon.smithi136 (mon.0) 3671 : audit [DBG] from='client.? 172.21.15.136:0/548026745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:37 smithi145 bash[13673]: audit 2022-04-26T05:35:36.365029+0000 mon.smithi136 (mon.0) 3671 : audit [DBG] from='client.? 172.21.15.136:0/548026745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:38 smithi145 bash[13673]: cluster 2022-04-26T05:35:37.209759+0000 mgr.smithi136.ofnrfx (mgr.14188) 5593 : cluster [DBG] pgmap v5236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:38 smithi136 bash[11745]: cluster 2022-04-26T05:35:37.209759+0000 mgr.smithi136.ofnrfx (mgr.14188) 5593 : cluster [DBG] pgmap v5236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:40 smithi136 bash[11745]: cluster 2022-04-26T05:35:39.210400+0000 mgr.smithi136.ofnrfx (mgr.14188) 5594 : cluster [DBG] pgmap v5237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:40 smithi145 bash[13673]: cluster 2022-04-26T05:35:39.210400+0000 mgr.smithi136.ofnrfx (mgr.14188) 5594 : cluster [DBG] pgmap v5237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:41.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:41.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:41.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:41.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:42 smithi136 bash[11745]: cluster 2022-04-26T05:35:41.211105+0000 mgr.smithi136.ofnrfx (mgr.14188) 5595 : cluster [DBG] pgmap v5238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:42 smithi136 bash[11745]: audit 2022-04-26T05:35:41.690010+0000 mon.smithi136 (mon.0) 3672 : audit [DBG] from='client.? 172.21.15.136:0/3639207767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:42 smithi145 bash[13673]: cluster 2022-04-26T05:35:41.211105+0000 mgr.smithi136.ofnrfx (mgr.14188) 5595 : cluster [DBG] pgmap v5238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:42 smithi145 bash[13673]: audit 2022-04-26T05:35:41.690010+0000 mon.smithi136 (mon.0) 3672 : audit [DBG] from='client.? 172.21.15.136:0/3639207767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:44 smithi136 bash[11745]: cluster 2022-04-26T05:35:43.211749+0000 mgr.smithi136.ofnrfx (mgr.14188) 5596 : cluster [DBG] pgmap v5239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:44 smithi145 bash[13673]: cluster 2022-04-26T05:35:43.211749+0000 mgr.smithi136.ofnrfx (mgr.14188) 5596 : cluster [DBG] pgmap v5239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:46 smithi136 bash[11745]: cluster 2022-04-26T05:35:45.212374+0000 mgr.smithi136.ofnrfx (mgr.14188) 5597 : cluster [DBG] pgmap v5240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:46 smithi145 bash[13673]: cluster 2022-04-26T05:35:45.212374+0000 mgr.smithi136.ofnrfx (mgr.14188) 5597 : cluster [DBG] pgmap v5240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:46.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:46.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:46.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:47.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:47 smithi136 bash[11745]: audit 2022-04-26T05:35:47.018338+0000 mon.smithi136 (mon.0) 3673 : audit [DBG] from='client.? 172.21.15.136:0/2556308177' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:47 smithi145 bash[13673]: audit 2022-04-26T05:35:47.018338+0000 mon.smithi136 (mon.0) 3673 : audit [DBG] from='client.? 172.21.15.136:0/2556308177' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:48 smithi145 bash[13673]: cluster 2022-04-26T05:35:47.213134+0000 mgr.smithi136.ofnrfx (mgr.14188) 5598 : cluster [DBG] pgmap v5241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:48 smithi136 bash[11745]: cluster 2022-04-26T05:35:47.213134+0000 mgr.smithi136.ofnrfx (mgr.14188) 5598 : cluster [DBG] pgmap v5241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:50 smithi136 bash[11745]: cluster 2022-04-26T05:35:49.213827+0000 mgr.smithi136.ofnrfx (mgr.14188) 5599 : cluster [DBG] pgmap v5242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:50 smithi145 bash[13673]: cluster 2022-04-26T05:35:49.213827+0000 mgr.smithi136.ofnrfx (mgr.14188) 5599 : cluster [DBG] pgmap v5242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:52.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:52.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:52.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:52.367 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:52 smithi136 bash[11745]: cluster 2022-04-26T05:35:51.214447+0000 mgr.smithi136.ofnrfx (mgr.14188) 5600 : cluster [DBG] pgmap v5243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:52 smithi145 bash[13673]: cluster 2022-04-26T05:35:51.214447+0000 mgr.smithi136.ofnrfx (mgr.14188) 5600 : cluster [DBG] pgmap v5243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:53 smithi136 bash[11745]: audit 2022-04-26T05:35:52.351733+0000 mon.smithi136 (mon.0) 3674 : audit [DBG] from='client.? 172.21.15.136:0/2909285161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:53.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:53 smithi145 bash[13673]: audit 2022-04-26T05:35:52.351733+0000 mon.smithi136 (mon.0) 3674 : audit [DBG] from='client.? 172.21.15.136:0/2909285161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:54 smithi136 bash[11745]: cluster 2022-04-26T05:35:53.215079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5601 : cluster [DBG] pgmap v5244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:54 smithi145 bash[13673]: cluster 2022-04-26T05:35:53.215079+0000 mgr.smithi136.ofnrfx (mgr.14188) 5601 : cluster [DBG] pgmap v5244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:56 smithi136 bash[11745]: cluster 2022-04-26T05:35:55.215847+0000 mgr.smithi136.ofnrfx (mgr.14188) 5602 : cluster [DBG] pgmap v5245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:56 smithi145 bash[13673]: cluster 2022-04-26T05:35:55.215847+0000 mgr.smithi136.ofnrfx (mgr.14188) 5602 : cluster [DBG] pgmap v5245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:57.370 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:35:57.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:35:57.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:35:57.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:35:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:58 smithi145 bash[13673]: cluster 2022-04-26T05:35:57.216542+0000 mgr.smithi136.ofnrfx (mgr.14188) 5603 : cluster [DBG] pgmap v5246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:35:58 smithi145 bash[13673]: audit 2022-04-26T05:35:57.668337+0000 mon.smithi136 (mon.0) 3675 : audit [DBG] from='client.? 172.21.15.136:0/1865796515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:35:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:58 smithi136 bash[11745]: cluster 2022-04-26T05:35:57.216542+0000 mgr.smithi136.ofnrfx (mgr.14188) 5603 : cluster [DBG] pgmap v5246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:35:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:35:58 smithi136 bash[11745]: audit 2022-04-26T05:35:57.668337+0000 mon.smithi136 (mon.0) 3675 : audit [DBG] from='client.? 172.21.15.136:0/1865796515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:00 smithi136 bash[11745]: cluster 2022-04-26T05:35:59.217175+0000 mgr.smithi136.ofnrfx (mgr.14188) 5604 : cluster [DBG] pgmap v5247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:00 smithi145 bash[13673]: cluster 2022-04-26T05:35:59.217175+0000 mgr.smithi136.ofnrfx (mgr.14188) 5604 : cluster [DBG] pgmap v5247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: cluster 2022-04-26T05:36:01.217772+0000 mgr.smithi136.ofnrfx (mgr.14188) 5605 : cluster [DBG] pgmap v5248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: audit 2022-04-26T05:36:01.222065+0000 mon.smithi136 (mon.0) 3676 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:36:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: audit 2022-04-26T05:36:01.224731+0000 mon.smithi136 (mon.0) 3677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:36:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: audit 2022-04-26T05:36:01.226375+0000 mon.smithi136 (mon.0) 3678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:36:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: cluster 2022-04-26T05:36:01.536541+0000 mgr.smithi136.ofnrfx (mgr.14188) 5606 : cluster [DBG] pgmap v5249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: cluster 2022-04-26T05:36:01.536959+0000 mgr.smithi136.ofnrfx (mgr.14188) 5607 : cluster [DBG] pgmap v5250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: audit 2022-04-26T05:36:01.543670+0000 mon.smithi136 (mon.0) 3679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:36:02.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: audit 2022-04-26T05:36:01.554603+0000 mon.smithi136 (mon.0) 3680 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:36:02.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: cephadm 2022-04-26T05:36:01.555600+0000 mgr.smithi136.ofnrfx (mgr.14188) 5608 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:36:02.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:02 smithi136 bash[11745]: cephadm 2022-04-26T05:36:01.555691+0000 mgr.smithi136.ofnrfx (mgr.14188) 5609 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: cluster 2022-04-26T05:36:01.217772+0000 mgr.smithi136.ofnrfx (mgr.14188) 5605 : cluster [DBG] pgmap v5248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: audit 2022-04-26T05:36:01.222065+0000 mon.smithi136 (mon.0) 3676 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: audit 2022-04-26T05:36:01.224731+0000 mon.smithi136 (mon.0) 3677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: audit 2022-04-26T05:36:01.226375+0000 mon.smithi136 (mon.0) 3678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: cluster 2022-04-26T05:36:01.536541+0000 mgr.smithi136.ofnrfx (mgr.14188) 5606 : cluster [DBG] pgmap v5249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: cluster 2022-04-26T05:36:01.536959+0000 mgr.smithi136.ofnrfx (mgr.14188) 5607 : cluster [DBG] pgmap v5250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: audit 2022-04-26T05:36:01.543670+0000 mon.smithi136 (mon.0) 3679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:36:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: audit 2022-04-26T05:36:01.554603+0000 mon.smithi136 (mon.0) 3680 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:36:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: cephadm 2022-04-26T05:36:01.555600+0000 mgr.smithi136.ofnrfx (mgr.14188) 5608 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:36:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:02 smithi145 bash[13673]: cephadm 2022-04-26T05:36:01.555691+0000 mgr.smithi136.ofnrfx (mgr.14188) 5609 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:36:02.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:02.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:02.694 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:03.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:03 smithi136 bash[11745]: audit 2022-04-26T05:36:02.571899+0000 mon.smithi136 (mon.0) 3681 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:36:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:03 smithi136 bash[11745]: audit 2022-04-26T05:36:02.575871+0000 mon.smithi136 (mon.0) 3682 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:36:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:03 smithi136 bash[11745]: audit 2022-04-26T05:36:03.005147+0000 mon.smithi136 (mon.0) 3683 : audit [DBG] from='client.? 172.21.15.136:0/3283027520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:03 smithi145 bash[13673]: audit 2022-04-26T05:36:02.571899+0000 mon.smithi136 (mon.0) 3681 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:36:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:03 smithi145 bash[13673]: audit 2022-04-26T05:36:02.575871+0000 mon.smithi136 (mon.0) 3682 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:36:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:03 smithi145 bash[13673]: audit 2022-04-26T05:36:03.005147+0000 mon.smithi136 (mon.0) 3683 : audit [DBG] from='client.? 172.21.15.136:0/3283027520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:04 smithi136 bash[11745]: cluster 2022-04-26T05:36:03.537710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5610 : cluster [DBG] pgmap v5251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:04 smithi145 bash[13673]: cluster 2022-04-26T05:36:03.537710+0000 mgr.smithi136.ofnrfx (mgr.14188) 5610 : cluster [DBG] pgmap v5251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:06 smithi145 bash[13673]: cluster 2022-04-26T05:36:05.538343+0000 mgr.smithi136.ofnrfx (mgr.14188) 5611 : cluster [DBG] pgmap v5252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:06 smithi136 bash[11745]: cluster 2022-04-26T05:36:05.538343+0000 mgr.smithi136.ofnrfx (mgr.14188) 5611 : cluster [DBG] pgmap v5252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:08.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:08.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:08.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:08.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:08 smithi145 bash[13673]: cluster 2022-04-26T05:36:07.538989+0000 mgr.smithi136.ofnrfx (mgr.14188) 5612 : cluster [DBG] pgmap v5253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:08 smithi145 bash[13673]: audit 2022-04-26T05:36:08.333530+0000 mon.smithi136 (mon.0) 3684 : audit [DBG] from='client.? 172.21.15.136:0/853431039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:08.909 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:08 smithi136 bash[11745]: cluster 2022-04-26T05:36:07.538989+0000 mgr.smithi136.ofnrfx (mgr.14188) 5612 : cluster [DBG] pgmap v5253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:08.909 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:08 smithi136 bash[11745]: audit 2022-04-26T05:36:08.333530+0000 mon.smithi136 (mon.0) 3684 : audit [DBG] from='client.? 172.21.15.136:0/853431039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:10 smithi136 bash[11745]: cluster 2022-04-26T05:36:09.539656+0000 mgr.smithi136.ofnrfx (mgr.14188) 5613 : cluster [DBG] pgmap v5254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:10 smithi145 bash[13673]: cluster 2022-04-26T05:36:09.539656+0000 mgr.smithi136.ofnrfx (mgr.14188) 5613 : cluster [DBG] pgmap v5254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:12 smithi136 bash[11745]: cluster 2022-04-26T05:36:11.540322+0000 mgr.smithi136.ofnrfx (mgr.14188) 5614 : cluster [DBG] pgmap v5255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:12 smithi145 bash[13673]: cluster 2022-04-26T05:36:11.540322+0000 mgr.smithi136.ofnrfx (mgr.14188) 5614 : cluster [DBG] pgmap v5255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:13.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:13.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:13.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:13.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:14 smithi145 bash[13673]: cluster 2022-04-26T05:36:13.540930+0000 mgr.smithi136.ofnrfx (mgr.14188) 5615 : cluster [DBG] pgmap v5256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:14 smithi145 bash[13673]: audit 2022-04-26T05:36:13.665627+0000 mon.smithi136 (mon.0) 3685 : audit [DBG] from='client.? 172.21.15.136:0/6367240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:14 smithi136 bash[11745]: cluster 2022-04-26T05:36:13.540930+0000 mgr.smithi136.ofnrfx (mgr.14188) 5615 : cluster [DBG] pgmap v5256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:14 smithi136 bash[11745]: audit 2022-04-26T05:36:13.665627+0000 mon.smithi136 (mon.0) 3685 : audit [DBG] from='client.? 172.21.15.136:0/6367240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:16 smithi145 bash[13673]: cluster 2022-04-26T05:36:15.541529+0000 mgr.smithi136.ofnrfx (mgr.14188) 5616 : cluster [DBG] pgmap v5257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:16 smithi136 bash[11745]: cluster 2022-04-26T05:36:15.541529+0000 mgr.smithi136.ofnrfx (mgr.14188) 5616 : cluster [DBG] pgmap v5257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:18.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:18.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:18.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:18 smithi145 bash[13673]: cluster 2022-04-26T05:36:17.542155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5617 : cluster [DBG] pgmap v5258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:18.908 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:18 smithi136 bash[11745]: cluster 2022-04-26T05:36:17.542155+0000 mgr.smithi136.ofnrfx (mgr.14188) 5617 : cluster [DBG] pgmap v5258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:19.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:19 smithi145 bash[13673]: audit 2022-04-26T05:36:18.997342+0000 mon.smithi136 (mon.0) 3686 : audit [DBG] from='client.? 172.21.15.136:0/956596390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:19 smithi136 bash[11745]: audit 2022-04-26T05:36:18.997342+0000 mon.smithi136 (mon.0) 3686 : audit [DBG] from='client.? 172.21.15.136:0/956596390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:20 smithi145 bash[13673]: cluster 2022-04-26T05:36:19.542757+0000 mgr.smithi136.ofnrfx (mgr.14188) 5618 : cluster [DBG] pgmap v5259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:20 smithi136 bash[11745]: cluster 2022-04-26T05:36:19.542757+0000 mgr.smithi136.ofnrfx (mgr.14188) 5618 : cluster [DBG] pgmap v5259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:22 smithi136 bash[11745]: cluster 2022-04-26T05:36:21.543368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5619 : cluster [DBG] pgmap v5260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:22 smithi145 bash[13673]: cluster 2022-04-26T05:36:21.543368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5619 : cluster [DBG] pgmap v5260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:24.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:24.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:24.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:24.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:24 smithi145 bash[13673]: cluster 2022-04-26T05:36:23.544086+0000 mgr.smithi136.ofnrfx (mgr.14188) 5620 : cluster [DBG] pgmap v5261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:24 smithi145 bash[13673]: audit 2022-04-26T05:36:24.327616+0000 mon.smithi136 (mon.0) 3687 : audit [DBG] from='client.? 172.21.15.136:0/3050290061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:25.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:24 smithi136 bash[11745]: cluster 2022-04-26T05:36:23.544086+0000 mgr.smithi136.ofnrfx (mgr.14188) 5620 : cluster [DBG] pgmap v5261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:25.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:24 smithi136 bash[11745]: audit 2022-04-26T05:36:24.327616+0000 mon.smithi136 (mon.0) 3687 : audit [DBG] from='client.? 172.21.15.136:0/3050290061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:26 smithi145 bash[13673]: cluster 2022-04-26T05:36:25.544738+0000 mgr.smithi136.ofnrfx (mgr.14188) 5621 : cluster [DBG] pgmap v5262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:26 smithi136 bash[11745]: cluster 2022-04-26T05:36:25.544738+0000 mgr.smithi136.ofnrfx (mgr.14188) 5621 : cluster [DBG] pgmap v5262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:28 smithi145 bash[13673]: cluster 2022-04-26T05:36:27.545401+0000 mgr.smithi136.ofnrfx (mgr.14188) 5622 : cluster [DBG] pgmap v5263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:28.909 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:28 smithi136 bash[11745]: cluster 2022-04-26T05:36:27.545401+0000 mgr.smithi136.ofnrfx (mgr.14188) 5622 : cluster [DBG] pgmap v5263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:29.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:29.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:29.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:29.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:30 smithi145 bash[13673]: cluster 2022-04-26T05:36:29.545878+0000 mgr.smithi136.ofnrfx (mgr.14188) 5623 : cluster [DBG] pgmap v5264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:30 smithi145 bash[13673]: audit 2022-04-26T05:36:29.661164+0000 mon.smithi136 (mon.0) 3688 : audit [DBG] from='client.? 172.21.15.136:0/3923039615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:30 smithi136 bash[11745]: cluster 2022-04-26T05:36:29.545878+0000 mgr.smithi136.ofnrfx (mgr.14188) 5623 : cluster [DBG] pgmap v5264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:30 smithi136 bash[11745]: audit 2022-04-26T05:36:29.661164+0000 mon.smithi136 (mon.0) 3688 : audit [DBG] from='client.? 172.21.15.136:0/3923039615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:32 smithi136 bash[11745]: cluster 2022-04-26T05:36:31.546410+0000 mgr.smithi136.ofnrfx (mgr.14188) 5624 : cluster [DBG] pgmap v5265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:32 smithi145 bash[13673]: cluster 2022-04-26T05:36:31.546410+0000 mgr.smithi136.ofnrfx (mgr.14188) 5624 : cluster [DBG] pgmap v5265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:34.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:34.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:34.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:34 smithi145 bash[13673]: cluster 2022-04-26T05:36:33.547009+0000 mgr.smithi136.ofnrfx (mgr.14188) 5625 : cluster [DBG] pgmap v5266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:34.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:34 smithi136 bash[11745]: cluster 2022-04-26T05:36:33.547009+0000 mgr.smithi136.ofnrfx (mgr.14188) 5625 : cluster [DBG] pgmap v5266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:35 smithi145 bash[13673]: audit 2022-04-26T05:36:34.979574+0000 mon.smithi136 (mon.0) 3689 : audit [DBG] from='client.? 172.21.15.136:0/4223040106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:35 smithi136 bash[11745]: audit 2022-04-26T05:36:34.979574+0000 mon.smithi136 (mon.0) 3689 : audit [DBG] from='client.? 172.21.15.136:0/4223040106' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:36 smithi145 bash[13673]: cluster 2022-04-26T05:36:35.547653+0000 mgr.smithi136.ofnrfx (mgr.14188) 5626 : cluster [DBG] pgmap v5267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:36 smithi136 bash[11745]: cluster 2022-04-26T05:36:35.547653+0000 mgr.smithi136.ofnrfx (mgr.14188) 5626 : cluster [DBG] pgmap v5267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:38 smithi145 bash[13673]: cluster 2022-04-26T05:36:37.548245+0000 mgr.smithi136.ofnrfx (mgr.14188) 5627 : cluster [DBG] pgmap v5268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:38.910 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:38 smithi136 bash[11745]: cluster 2022-04-26T05:36:37.548245+0000 mgr.smithi136.ofnrfx (mgr.14188) 5627 : cluster [DBG] pgmap v5268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:39.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:39.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:39.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:40.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:40 smithi145 bash[13673]: cluster 2022-04-26T05:36:39.548890+0000 mgr.smithi136.ofnrfx (mgr.14188) 5628 : cluster [DBG] pgmap v5269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:40 smithi145 bash[13673]: audit 2022-04-26T05:36:40.310078+0000 mon.smithi136 (mon.0) 3690 : audit [DBG] from='client.? 172.21.15.136:0/1844174411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:40 smithi136 bash[11745]: cluster 2022-04-26T05:36:39.548890+0000 mgr.smithi136.ofnrfx (mgr.14188) 5628 : cluster [DBG] pgmap v5269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:40 smithi136 bash[11745]: audit 2022-04-26T05:36:40.310078+0000 mon.smithi136 (mon.0) 3690 : audit [DBG] from='client.? 172.21.15.136:0/1844174411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:42 smithi136 bash[11745]: cluster 2022-04-26T05:36:41.549495+0000 mgr.smithi136.ofnrfx (mgr.14188) 5629 : cluster [DBG] pgmap v5270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:42 smithi145 bash[13673]: cluster 2022-04-26T05:36:41.549495+0000 mgr.smithi136.ofnrfx (mgr.14188) 5629 : cluster [DBG] pgmap v5270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:44 smithi145 bash[13673]: cluster 2022-04-26T05:36:43.550163+0000 mgr.smithi136.ofnrfx (mgr.14188) 5630 : cluster [DBG] pgmap v5271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:45.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:44 smithi136 bash[11745]: cluster 2022-04-26T05:36:43.550163+0000 mgr.smithi136.ofnrfx (mgr.14188) 5630 : cluster [DBG] pgmap v5271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:45.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:45.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:45.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:45.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:46 smithi145 bash[13673]: cluster 2022-04-26T05:36:45.550768+0000 mgr.smithi136.ofnrfx (mgr.14188) 5631 : cluster [DBG] pgmap v5272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:46.915 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:46 smithi145 bash[13673]: audit 2022-04-26T05:36:45.632682+0000 mon.smithi136 (mon.0) 3691 : audit [DBG] from='client.? 172.21.15.136:0/540269142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:46 smithi136 bash[11745]: cluster 2022-04-26T05:36:45.550768+0000 mgr.smithi136.ofnrfx (mgr.14188) 5631 : cluster [DBG] pgmap v5272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:46 smithi136 bash[11745]: audit 2022-04-26T05:36:45.632682+0000 mon.smithi136 (mon.0) 3691 : audit [DBG] from='client.? 172.21.15.136:0/540269142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:48 smithi145 bash[13673]: cluster 2022-04-26T05:36:47.551409+0000 mgr.smithi136.ofnrfx (mgr.14188) 5632 : cluster [DBG] pgmap v5273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:48.910 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:48 smithi136 bash[11745]: cluster 2022-04-26T05:36:47.551409+0000 mgr.smithi136.ofnrfx (mgr.14188) 5632 : cluster [DBG] pgmap v5273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:50.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:50.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:50.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:50 smithi145 bash[13673]: cluster 2022-04-26T05:36:49.552054+0000 mgr.smithi136.ofnrfx (mgr.14188) 5633 : cluster [DBG] pgmap v5274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:50.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:50 smithi136 bash[11745]: cluster 2022-04-26T05:36:49.552054+0000 mgr.smithi136.ofnrfx (mgr.14188) 5633 : cluster [DBG] pgmap v5274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:51 smithi145 bash[13673]: audit 2022-04-26T05:36:50.959772+0000 mon.smithi136 (mon.0) 3692 : audit [DBG] from='client.? 172.21.15.136:0/3760366469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:51 smithi136 bash[11745]: audit 2022-04-26T05:36:50.959772+0000 mon.smithi136 (mon.0) 3692 : audit [DBG] from='client.? 172.21.15.136:0/3760366469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:52 smithi145 bash[13673]: cluster 2022-04-26T05:36:51.552694+0000 mgr.smithi136.ofnrfx (mgr.14188) 5634 : cluster [DBG] pgmap v5275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:52 smithi136 bash[11745]: cluster 2022-04-26T05:36:51.552694+0000 mgr.smithi136.ofnrfx (mgr.14188) 5634 : cluster [DBG] pgmap v5275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:54 smithi145 bash[13673]: cluster 2022-04-26T05:36:53.553334+0000 mgr.smithi136.ofnrfx (mgr.14188) 5635 : cluster [DBG] pgmap v5276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:54 smithi136 bash[11745]: cluster 2022-04-26T05:36:53.553334+0000 mgr.smithi136.ofnrfx (mgr.14188) 5635 : cluster [DBG] pgmap v5276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:55.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:36:55.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:36:55.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:36:56.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:36:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:56 smithi145 bash[13673]: cluster 2022-04-26T05:36:55.553943+0000 mgr.smithi136.ofnrfx (mgr.14188) 5636 : cluster [DBG] pgmap v5277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:56 smithi145 bash[13673]: audit 2022-04-26T05:36:56.283183+0000 mon.smithi136 (mon.0) 3693 : audit [DBG] from='client.? 172.21.15.136:0/2220260983' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:57.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:56 smithi136 bash[11745]: cluster 2022-04-26T05:36:55.553943+0000 mgr.smithi136.ofnrfx (mgr.14188) 5636 : cluster [DBG] pgmap v5277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:57.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:56 smithi136 bash[11745]: audit 2022-04-26T05:36:56.283183+0000 mon.smithi136 (mon.0) 3693 : audit [DBG] from='client.? 172.21.15.136:0/2220260983' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:36:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:36:58 smithi145 bash[13673]: cluster 2022-04-26T05:36:57.554567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5637 : cluster [DBG] pgmap v5278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:36:58.911 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:36:58 smithi136 bash[11745]: cluster 2022-04-26T05:36:57.554567+0000 mgr.smithi136.ofnrfx (mgr.14188) 5637 : cluster [DBG] pgmap v5278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:00 smithi145 bash[13673]: cluster 2022-04-26T05:36:59.555181+0000 mgr.smithi136.ofnrfx (mgr.14188) 5638 : cluster [DBG] pgmap v5279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:00 smithi136 bash[11745]: cluster 2022-04-26T05:36:59.555181+0000 mgr.smithi136.ofnrfx (mgr.14188) 5638 : cluster [DBG] pgmap v5279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:01.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:01.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:01.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:01.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: cluster 2022-04-26T05:37:01.555789+0000 mgr.smithi136.ofnrfx (mgr.14188) 5639 : cluster [DBG] pgmap v5280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: audit 2022-04-26T05:37:01.566246+0000 mon.smithi136 (mon.0) 3694 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:37:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: audit 2022-04-26T05:37:01.568814+0000 mon.smithi136 (mon.0) 3695 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:37:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: audit 2022-04-26T05:37:01.570228+0000 mon.smithi136 (mon.0) 3696 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:37:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: audit 2022-04-26T05:37:01.621770+0000 mon.smithi136 (mon.0) 3697 : audit [DBG] from='client.? 172.21.15.136:0/4257472812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: audit 2022-04-26T05:37:01.866836+0000 mon.smithi136 (mon.0) 3698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:37:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: audit 2022-04-26T05:37:02.168557+0000 mon.smithi136 (mon.0) 3699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:37:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:02 smithi136 bash[11745]: audit 2022-04-26T05:37:02.178126+0000 mon.smithi136 (mon.0) 3700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: cluster 2022-04-26T05:37:01.555789+0000 mgr.smithi136.ofnrfx (mgr.14188) 5639 : cluster [DBG] pgmap v5280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: audit 2022-04-26T05:37:01.566246+0000 mon.smithi136 (mon.0) 3694 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: audit 2022-04-26T05:37:01.568814+0000 mon.smithi136 (mon.0) 3695 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: audit 2022-04-26T05:37:01.570228+0000 mon.smithi136 (mon.0) 3696 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: audit 2022-04-26T05:37:01.621770+0000 mon.smithi136 (mon.0) 3697 : audit [DBG] from='client.? 172.21.15.136:0/4257472812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: audit 2022-04-26T05:37:01.866836+0000 mon.smithi136 (mon.0) 3698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: audit 2022-04-26T05:37:02.168557+0000 mon.smithi136 (mon.0) 3699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:37:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:02 smithi145 bash[13673]: audit 2022-04-26T05:37:02.178126+0000 mon.smithi136 (mon.0) 3700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:37:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:03 smithi136 bash[11745]: cluster 2022-04-26T05:37:02.160925+0000 mgr.smithi136.ofnrfx (mgr.14188) 5640 : cluster [DBG] pgmap v5281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:03 smithi136 bash[11745]: cluster 2022-04-26T05:37:02.161383+0000 mgr.smithi136.ofnrfx (mgr.14188) 5641 : cluster [DBG] pgmap v5282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:03 smithi136 bash[11745]: cephadm 2022-04-26T05:37:02.179381+0000 mgr.smithi136.ofnrfx (mgr.14188) 5642 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:37:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:03 smithi136 bash[11745]: cephadm 2022-04-26T05:37:02.179610+0000 mgr.smithi136.ofnrfx (mgr.14188) 5643 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:37:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:03 smithi136 bash[11745]: audit 2022-04-26T05:37:02.576005+0000 mon.smithi136 (mon.0) 3701 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:37:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:03 smithi136 bash[11745]: audit 2022-04-26T05:37:02.579962+0000 mon.smithi136 (mon.0) 3702 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:37:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:03 smithi145 bash[13673]: cluster 2022-04-26T05:37:02.160925+0000 mgr.smithi136.ofnrfx (mgr.14188) 5640 : cluster [DBG] pgmap v5281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:03 smithi145 bash[13673]: cluster 2022-04-26T05:37:02.161383+0000 mgr.smithi136.ofnrfx (mgr.14188) 5641 : cluster [DBG] pgmap v5282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:03 smithi145 bash[13673]: cephadm 2022-04-26T05:37:02.179381+0000 mgr.smithi136.ofnrfx (mgr.14188) 5642 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:37:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:03 smithi145 bash[13673]: cephadm 2022-04-26T05:37:02.179610+0000 mgr.smithi136.ofnrfx (mgr.14188) 5643 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:37:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:03 smithi145 bash[13673]: audit 2022-04-26T05:37:02.576005+0000 mon.smithi136 (mon.0) 3701 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:37:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:03 smithi145 bash[13673]: audit 2022-04-26T05:37:02.579962+0000 mon.smithi136 (mon.0) 3702 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:37:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:05 smithi136 bash[11745]: cluster 2022-04-26T05:37:04.162164+0000 mgr.smithi136.ofnrfx (mgr.14188) 5644 : cluster [DBG] pgmap v5283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:05 smithi145 bash[13673]: cluster 2022-04-26T05:37:04.162164+0000 mgr.smithi136.ofnrfx (mgr.14188) 5644 : cluster [DBG] pgmap v5283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:06.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:06.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:06.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:06.974 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:07 smithi136 bash[11745]: cluster 2022-04-26T05:37:06.162797+0000 mgr.smithi136.ofnrfx (mgr.14188) 5645 : cluster [DBG] pgmap v5284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:07 smithi136 bash[11745]: audit 2022-04-26T05:37:06.956831+0000 mon.smithi136 (mon.0) 3703 : audit [DBG] from='client.? 172.21.15.136:0/2351275666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:07 smithi145 bash[13673]: cluster 2022-04-26T05:37:06.162797+0000 mgr.smithi136.ofnrfx (mgr.14188) 5645 : cluster [DBG] pgmap v5284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:07 smithi145 bash[13673]: audit 2022-04-26T05:37:06.956831+0000 mon.smithi136 (mon.0) 3703 : audit [DBG] from='client.? 172.21.15.136:0/2351275666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:09 smithi136 bash[11745]: cluster 2022-04-26T05:37:08.163416+0000 mgr.smithi136.ofnrfx (mgr.14188) 5646 : cluster [DBG] pgmap v5285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:09 smithi145 bash[13673]: cluster 2022-04-26T05:37:08.163416+0000 mgr.smithi136.ofnrfx (mgr.14188) 5646 : cluster [DBG] pgmap v5285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:11 smithi136 bash[11745]: cluster 2022-04-26T05:37:10.164055+0000 mgr.smithi136.ofnrfx (mgr.14188) 5647 : cluster [DBG] pgmap v5286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:11 smithi145 bash[13673]: cluster 2022-04-26T05:37:10.164055+0000 mgr.smithi136.ofnrfx (mgr.14188) 5647 : cluster [DBG] pgmap v5286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:11.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:11.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:11.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:12.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:13 smithi136 bash[11745]: cluster 2022-04-26T05:37:12.164661+0000 mgr.smithi136.ofnrfx (mgr.14188) 5648 : cluster [DBG] pgmap v5287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:13 smithi136 bash[11745]: audit 2022-04-26T05:37:12.290686+0000 mon.smithi136 (mon.0) 3704 : audit [DBG] from='client.? 172.21.15.136:0/335025072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:13 smithi145 bash[13673]: cluster 2022-04-26T05:37:12.164661+0000 mgr.smithi136.ofnrfx (mgr.14188) 5648 : cluster [DBG] pgmap v5287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:13 smithi145 bash[13673]: audit 2022-04-26T05:37:12.290686+0000 mon.smithi136 (mon.0) 3704 : audit [DBG] from='client.? 172.21.15.136:0/335025072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:15 smithi136 bash[11745]: cluster 2022-04-26T05:37:14.165440+0000 mgr.smithi136.ofnrfx (mgr.14188) 5649 : cluster [DBG] pgmap v5288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:15 smithi145 bash[13673]: cluster 2022-04-26T05:37:14.165440+0000 mgr.smithi136.ofnrfx (mgr.14188) 5649 : cluster [DBG] pgmap v5288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:17.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:17.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:17.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:17 smithi136 bash[11745]: cluster 2022-04-26T05:37:16.166101+0000 mgr.smithi136.ofnrfx (mgr.14188) 5650 : cluster [DBG] pgmap v5289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:17.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:17 smithi145 bash[13673]: cluster 2022-04-26T05:37:16.166101+0000 mgr.smithi136.ofnrfx (mgr.14188) 5650 : cluster [DBG] pgmap v5289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:18 smithi145 bash[13673]: audit 2022-04-26T05:37:17.623483+0000 mon.smithi136 (mon.0) 3705 : audit [DBG] from='client.? 172.21.15.136:0/1026851444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:18 smithi136 bash[11745]: audit 2022-04-26T05:37:17.623483+0000 mon.smithi136 (mon.0) 3705 : audit [DBG] from='client.? 172.21.15.136:0/1026851444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:19 smithi136 bash[11745]: cluster 2022-04-26T05:37:18.166673+0000 mgr.smithi136.ofnrfx (mgr.14188) 5651 : cluster [DBG] pgmap v5290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:19 smithi145 bash[13673]: cluster 2022-04-26T05:37:18.166673+0000 mgr.smithi136.ofnrfx (mgr.14188) 5651 : cluster [DBG] pgmap v5290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:21 smithi136 bash[11745]: cluster 2022-04-26T05:37:20.167270+0000 mgr.smithi136.ofnrfx (mgr.14188) 5652 : cluster [DBG] pgmap v5291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:21 smithi145 bash[13673]: cluster 2022-04-26T05:37:20.167270+0000 mgr.smithi136.ofnrfx (mgr.14188) 5652 : cluster [DBG] pgmap v5291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:22.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:22.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:22.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:22.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:23 smithi136 bash[11745]: cluster 2022-04-26T05:37:22.167986+0000 mgr.smithi136.ofnrfx (mgr.14188) 5653 : cluster [DBG] pgmap v5292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:23 smithi136 bash[11745]: audit 2022-04-26T05:37:22.949792+0000 mon.smithi136 (mon.0) 3706 : audit [DBG] from='client.? 172.21.15.136:0/1477553261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:23 smithi145 bash[13673]: cluster 2022-04-26T05:37:22.167986+0000 mgr.smithi136.ofnrfx (mgr.14188) 5653 : cluster [DBG] pgmap v5292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:23 smithi145 bash[13673]: audit 2022-04-26T05:37:22.949792+0000 mon.smithi136 (mon.0) 3706 : audit [DBG] from='client.? 172.21.15.136:0/1477553261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:25 smithi136 bash[11745]: cluster 2022-04-26T05:37:24.168556+0000 mgr.smithi136.ofnrfx (mgr.14188) 5654 : cluster [DBG] pgmap v5293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:25 smithi145 bash[13673]: cluster 2022-04-26T05:37:24.168556+0000 mgr.smithi136.ofnrfx (mgr.14188) 5654 : cluster [DBG] pgmap v5293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:27 smithi145 bash[13673]: cluster 2022-04-26T05:37:26.169184+0000 mgr.smithi136.ofnrfx (mgr.14188) 5655 : cluster [DBG] pgmap v5294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:27 smithi136 bash[11745]: cluster 2022-04-26T05:37:26.169184+0000 mgr.smithi136.ofnrfx (mgr.14188) 5655 : cluster [DBG] pgmap v5294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:27.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:27.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:27.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:28.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:28 smithi145 bash[13673]: audit 2022-04-26T05:37:28.261098+0000 mon.smithi136 (mon.0) 3707 : audit [DBG] from='client.? 172.21.15.136:0/2349114792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:28 smithi136 bash[11745]: audit 2022-04-26T05:37:28.261098+0000 mon.smithi136 (mon.0) 3707 : audit [DBG] from='client.? 172.21.15.136:0/2349114792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:29 smithi145 bash[13673]: cluster 2022-04-26T05:37:28.169643+0000 mgr.smithi136.ofnrfx (mgr.14188) 5656 : cluster [DBG] pgmap v5295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:29 smithi136 bash[11745]: cluster 2022-04-26T05:37:28.169643+0000 mgr.smithi136.ofnrfx (mgr.14188) 5656 : cluster [DBG] pgmap v5295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:31 smithi145 bash[13673]: cluster 2022-04-26T05:37:30.170205+0000 mgr.smithi136.ofnrfx (mgr.14188) 5657 : cluster [DBG] pgmap v5296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:31 smithi136 bash[11745]: cluster 2022-04-26T05:37:30.170205+0000 mgr.smithi136.ofnrfx (mgr.14188) 5657 : cluster [DBG] pgmap v5296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:33.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:33.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:33.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:33.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:33 smithi145 bash[13673]: cluster 2022-04-26T05:37:32.170834+0000 mgr.smithi136.ofnrfx (mgr.14188) 5658 : cluster [DBG] pgmap v5297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:33 smithi136 bash[11745]: cluster 2022-04-26T05:37:32.170834+0000 mgr.smithi136.ofnrfx (mgr.14188) 5658 : cluster [DBG] pgmap v5297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:34.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:34 smithi145 bash[13673]: audit 2022-04-26T05:37:33.590756+0000 mon.smithi136 (mon.0) 3708 : audit [DBG] from='client.? 172.21.15.136:0/1118864148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:34 smithi136 bash[11745]: audit 2022-04-26T05:37:33.590756+0000 mon.smithi136 (mon.0) 3708 : audit [DBG] from='client.? 172.21.15.136:0/1118864148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:35 smithi145 bash[13673]: cluster 2022-04-26T05:37:34.171458+0000 mgr.smithi136.ofnrfx (mgr.14188) 5659 : cluster [DBG] pgmap v5298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:35 smithi136 bash[11745]: cluster 2022-04-26T05:37:34.171458+0000 mgr.smithi136.ofnrfx (mgr.14188) 5659 : cluster [DBG] pgmap v5298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:37 smithi145 bash[13673]: cluster 2022-04-26T05:37:36.172068+0000 mgr.smithi136.ofnrfx (mgr.14188) 5660 : cluster [DBG] pgmap v5299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:37 smithi136 bash[11745]: cluster 2022-04-26T05:37:36.172068+0000 mgr.smithi136.ofnrfx (mgr.14188) 5660 : cluster [DBG] pgmap v5299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:38.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:38.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:38.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:38.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:39 smithi145 bash[13673]: cluster 2022-04-26T05:37:38.172686+0000 mgr.smithi136.ofnrfx (mgr.14188) 5661 : cluster [DBG] pgmap v5300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:39 smithi145 bash[13673]: audit 2022-04-26T05:37:38.921251+0000 mon.smithi136 (mon.0) 3709 : audit [DBG] from='client.? 172.21.15.136:0/1607554331' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:39 smithi136 bash[11745]: cluster 2022-04-26T05:37:38.172686+0000 mgr.smithi136.ofnrfx (mgr.14188) 5661 : cluster [DBG] pgmap v5300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:39 smithi136 bash[11745]: audit 2022-04-26T05:37:38.921251+0000 mon.smithi136 (mon.0) 3709 : audit [DBG] from='client.? 172.21.15.136:0/1607554331' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:41 smithi145 bash[13673]: cluster 2022-04-26T05:37:40.173272+0000 mgr.smithi136.ofnrfx (mgr.14188) 5662 : cluster [DBG] pgmap v5301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:41 smithi136 bash[11745]: cluster 2022-04-26T05:37:40.173272+0000 mgr.smithi136.ofnrfx (mgr.14188) 5662 : cluster [DBG] pgmap v5301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:43 smithi145 bash[13673]: cluster 2022-04-26T05:37:42.173908+0000 mgr.smithi136.ofnrfx (mgr.14188) 5663 : cluster [DBG] pgmap v5302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:43 smithi136 bash[11745]: cluster 2022-04-26T05:37:42.173908+0000 mgr.smithi136.ofnrfx (mgr.14188) 5663 : cluster [DBG] pgmap v5302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:43.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:43.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:43.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:44.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:44 smithi145 bash[13673]: audit 2022-04-26T05:37:44.247499+0000 mon.smithi136 (mon.0) 3710 : audit [DBG] from='client.? 172.21.15.136:0/688005186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:44 smithi136 bash[11745]: audit 2022-04-26T05:37:44.247499+0000 mon.smithi136 (mon.0) 3710 : audit [DBG] from='client.? 172.21.15.136:0/688005186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:45 smithi145 bash[13673]: cluster 2022-04-26T05:37:44.174513+0000 mgr.smithi136.ofnrfx (mgr.14188) 5664 : cluster [DBG] pgmap v5303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:45 smithi136 bash[11745]: cluster 2022-04-26T05:37:44.174513+0000 mgr.smithi136.ofnrfx (mgr.14188) 5664 : cluster [DBG] pgmap v5303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:47 smithi145 bash[13673]: cluster 2022-04-26T05:37:46.175119+0000 mgr.smithi136.ofnrfx (mgr.14188) 5665 : cluster [DBG] pgmap v5304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:47 smithi136 bash[11745]: cluster 2022-04-26T05:37:46.175119+0000 mgr.smithi136.ofnrfx (mgr.14188) 5665 : cluster [DBG] pgmap v5304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:49.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:49.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:49.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:49.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:49 smithi145 bash[13673]: cluster 2022-04-26T05:37:48.175726+0000 mgr.smithi136.ofnrfx (mgr.14188) 5666 : cluster [DBG] pgmap v5305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:49 smithi136 bash[11745]: cluster 2022-04-26T05:37:48.175726+0000 mgr.smithi136.ofnrfx (mgr.14188) 5666 : cluster [DBG] pgmap v5305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:50 smithi145 bash[13673]: audit 2022-04-26T05:37:49.580871+0000 mon.smithi136 (mon.0) 3711 : audit [DBG] from='client.? 172.21.15.136:0/3260827336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:50 smithi136 bash[11745]: audit 2022-04-26T05:37:49.580871+0000 mon.smithi136 (mon.0) 3711 : audit [DBG] from='client.? 172.21.15.136:0/3260827336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:51 smithi145 bash[13673]: cluster 2022-04-26T05:37:50.176345+0000 mgr.smithi136.ofnrfx (mgr.14188) 5667 : cluster [DBG] pgmap v5306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:51 smithi136 bash[11745]: cluster 2022-04-26T05:37:50.176345+0000 mgr.smithi136.ofnrfx (mgr.14188) 5667 : cluster [DBG] pgmap v5306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:53 smithi136 bash[11745]: cluster 2022-04-26T05:37:52.177048+0000 mgr.smithi136.ofnrfx (mgr.14188) 5668 : cluster [DBG] pgmap v5307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:53 smithi145 bash[13673]: cluster 2022-04-26T05:37:52.177048+0000 mgr.smithi136.ofnrfx (mgr.14188) 5668 : cluster [DBG] pgmap v5307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:54.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:54.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:54.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:37:54.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:37:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:55 smithi136 bash[11745]: cluster 2022-04-26T05:37:54.177664+0000 mgr.smithi136.ofnrfx (mgr.14188) 5669 : cluster [DBG] pgmap v5308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:55 smithi136 bash[11745]: audit 2022-04-26T05:37:54.913112+0000 mon.smithi136 (mon.0) 3712 : audit [DBG] from='client.? 172.21.15.136:0/33629357' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:55 smithi145 bash[13673]: cluster 2022-04-26T05:37:54.177664+0000 mgr.smithi136.ofnrfx (mgr.14188) 5669 : cluster [DBG] pgmap v5308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:55 smithi145 bash[13673]: audit 2022-04-26T05:37:54.913112+0000 mon.smithi136 (mon.0) 3712 : audit [DBG] from='client.? 172.21.15.136:0/33629357' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:37:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:57 smithi136 bash[11745]: cluster 2022-04-26T05:37:56.178386+0000 mgr.smithi136.ofnrfx (mgr.14188) 5670 : cluster [DBG] pgmap v5309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:57 smithi145 bash[13673]: cluster 2022-04-26T05:37:56.178386+0000 mgr.smithi136.ofnrfx (mgr.14188) 5670 : cluster [DBG] pgmap v5309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:37:59 smithi136 bash[11745]: cluster 2022-04-26T05:37:58.179010+0000 mgr.smithi136.ofnrfx (mgr.14188) 5671 : cluster [DBG] pgmap v5310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:37:59 smithi145 bash[13673]: cluster 2022-04-26T05:37:58.179010+0000 mgr.smithi136.ofnrfx (mgr.14188) 5671 : cluster [DBG] pgmap v5310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:37:59.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:37:59.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:37:59.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:00.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:00 smithi136 bash[11745]: audit 2022-04-26T05:38:00.231053+0000 mon.smithi136 (mon.0) 3713 : audit [DBG] from='client.? 172.21.15.136:0/2401037915' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:00 smithi145 bash[13673]: audit 2022-04-26T05:38:00.231053+0000 mon.smithi136 (mon.0) 3713 : audit [DBG] from='client.? 172.21.15.136:0/2401037915' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:01 smithi136 bash[11745]: cluster 2022-04-26T05:38:00.179587+0000 mgr.smithi136.ofnrfx (mgr.14188) 5672 : cluster [DBG] pgmap v5311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:01 smithi145 bash[13673]: cluster 2022-04-26T05:38:00.179587+0000 mgr.smithi136.ofnrfx (mgr.14188) 5672 : cluster [DBG] pgmap v5311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:02 smithi136 bash[11745]: audit 2022-04-26T05:38:02.192000+0000 mon.smithi136 (mon.0) 3714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:38:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:02 smithi136 bash[11745]: audit 2022-04-26T05:38:02.194832+0000 mon.smithi136 (mon.0) 3715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:38:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:02 smithi136 bash[11745]: audit 2022-04-26T05:38:02.196733+0000 mon.smithi136 (mon.0) 3716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:38:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:02 smithi145 bash[13673]: audit 2022-04-26T05:38:02.192000+0000 mon.smithi136 (mon.0) 3714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:38:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:02 smithi145 bash[13673]: audit 2022-04-26T05:38:02.194832+0000 mon.smithi136 (mon.0) 3715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:38:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:02 smithi145 bash[13673]: audit 2022-04-26T05:38:02.196733+0000 mon.smithi136 (mon.0) 3716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:38:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: cluster 2022-04-26T05:38:02.180190+0000 mgr.smithi136.ofnrfx (mgr.14188) 5673 : cluster [DBG] pgmap v5312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: cluster 2022-04-26T05:38:02.496937+0000 mgr.smithi136.ofnrfx (mgr.14188) 5674 : cluster [DBG] pgmap v5313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: cluster 2022-04-26T05:38:02.497610+0000 mgr.smithi136.ofnrfx (mgr.14188) 5675 : cluster [DBG] pgmap v5314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: audit 2022-04-26T05:38:02.502687+0000 mon.smithi136 (mon.0) 3717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:38:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: audit 2022-04-26T05:38:02.510270+0000 mon.smithi136 (mon.0) 3718 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:38:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: cephadm 2022-04-26T05:38:02.511187+0000 mgr.smithi136.ofnrfx (mgr.14188) 5676 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:38:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: cephadm 2022-04-26T05:38:02.511311+0000 mgr.smithi136.ofnrfx (mgr.14188) 5677 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:38:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: audit 2022-04-26T05:38:02.580061+0000 mon.smithi136 (mon.0) 3719 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:38:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:03 smithi136 bash[11745]: audit 2022-04-26T05:38:02.583721+0000 mon.smithi136 (mon.0) 3720 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: cluster 2022-04-26T05:38:02.180190+0000 mgr.smithi136.ofnrfx (mgr.14188) 5673 : cluster [DBG] pgmap v5312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: cluster 2022-04-26T05:38:02.496937+0000 mgr.smithi136.ofnrfx (mgr.14188) 5674 : cluster [DBG] pgmap v5313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: cluster 2022-04-26T05:38:02.497610+0000 mgr.smithi136.ofnrfx (mgr.14188) 5675 : cluster [DBG] pgmap v5314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: audit 2022-04-26T05:38:02.502687+0000 mon.smithi136 (mon.0) 3717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: audit 2022-04-26T05:38:02.510270+0000 mon.smithi136 (mon.0) 3718 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: cephadm 2022-04-26T05:38:02.511187+0000 mgr.smithi136.ofnrfx (mgr.14188) 5676 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: cephadm 2022-04-26T05:38:02.511311+0000 mgr.smithi136.ofnrfx (mgr.14188) 5677 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:38:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: audit 2022-04-26T05:38:02.580061+0000 mon.smithi136 (mon.0) 3719 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:38:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:03 smithi145 bash[13673]: audit 2022-04-26T05:38:02.583721+0000 mon.smithi136 (mon.0) 3720 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:38:05.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:05.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:05.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:05.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:05 smithi136 bash[11745]: cluster 2022-04-26T05:38:04.498171+0000 mgr.smithi136.ofnrfx (mgr.14188) 5678 : cluster [DBG] pgmap v5315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:05 smithi145 bash[13673]: cluster 2022-04-26T05:38:04.498171+0000 mgr.smithi136.ofnrfx (mgr.14188) 5678 : cluster [DBG] pgmap v5315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:06 smithi136 bash[11745]: audit 2022-04-26T05:38:05.574799+0000 mon.smithi136 (mon.0) 3721 : audit [DBG] from='client.? 172.21.15.136:0/3895338667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:06 smithi145 bash[13673]: audit 2022-04-26T05:38:05.574799+0000 mon.smithi136 (mon.0) 3721 : audit [DBG] from='client.? 172.21.15.136:0/3895338667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:07 smithi136 bash[11745]: cluster 2022-04-26T05:38:06.498816+0000 mgr.smithi136.ofnrfx (mgr.14188) 5679 : cluster [DBG] pgmap v5316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:07 smithi145 bash[13673]: cluster 2022-04-26T05:38:06.498816+0000 mgr.smithi136.ofnrfx (mgr.14188) 5679 : cluster [DBG] pgmap v5316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:09 smithi136 bash[11745]: cluster 2022-04-26T05:38:08.499465+0000 mgr.smithi136.ofnrfx (mgr.14188) 5680 : cluster [DBG] pgmap v5317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:09 smithi145 bash[13673]: cluster 2022-04-26T05:38:08.499465+0000 mgr.smithi136.ofnrfx (mgr.14188) 5680 : cluster [DBG] pgmap v5317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:10.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:10.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:10.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:10.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:11 smithi136 bash[11745]: cluster 2022-04-26T05:38:10.500104+0000 mgr.smithi136.ofnrfx (mgr.14188) 5681 : cluster [DBG] pgmap v5318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:11 smithi136 bash[11745]: audit 2022-04-26T05:38:10.907792+0000 mon.smithi136 (mon.0) 3722 : audit [DBG] from='client.? 172.21.15.136:0/2220628458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:11 smithi145 bash[13673]: cluster 2022-04-26T05:38:10.500104+0000 mgr.smithi136.ofnrfx (mgr.14188) 5681 : cluster [DBG] pgmap v5318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:11 smithi145 bash[13673]: audit 2022-04-26T05:38:10.907792+0000 mon.smithi136 (mon.0) 3722 : audit [DBG] from='client.? 172.21.15.136:0/2220628458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:13 smithi136 bash[11745]: cluster 2022-04-26T05:38:12.500773+0000 mgr.smithi136.ofnrfx (mgr.14188) 5682 : cluster [DBG] pgmap v5319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:13 smithi145 bash[13673]: cluster 2022-04-26T05:38:12.500773+0000 mgr.smithi136.ofnrfx (mgr.14188) 5682 : cluster [DBG] pgmap v5319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:15 smithi136 bash[11745]: cluster 2022-04-26T05:38:14.501364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5683 : cluster [DBG] pgmap v5320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:15 smithi145 bash[13673]: cluster 2022-04-26T05:38:14.501364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5683 : cluster [DBG] pgmap v5320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:15.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:15.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:15.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:16.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:16 smithi136 bash[11745]: audit 2022-04-26T05:38:16.238437+0000 mon.smithi136 (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.136:0/359940014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:16 smithi145 bash[13673]: audit 2022-04-26T05:38:16.238437+0000 mon.smithi136 (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.136:0/359940014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:17 smithi136 bash[11745]: cluster 2022-04-26T05:38:16.502000+0000 mgr.smithi136.ofnrfx (mgr.14188) 5684 : cluster [DBG] pgmap v5321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:17 smithi145 bash[13673]: cluster 2022-04-26T05:38:16.502000+0000 mgr.smithi136.ofnrfx (mgr.14188) 5684 : cluster [DBG] pgmap v5321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:19 smithi136 bash[11745]: cluster 2022-04-26T05:38:18.502619+0000 mgr.smithi136.ofnrfx (mgr.14188) 5685 : cluster [DBG] pgmap v5322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:19 smithi145 bash[13673]: cluster 2022-04-26T05:38:18.502619+0000 mgr.smithi136.ofnrfx (mgr.14188) 5685 : cluster [DBG] pgmap v5322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:21.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:21.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:21.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:21.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:21 smithi136 bash[11745]: cluster 2022-04-26T05:38:20.503234+0000 mgr.smithi136.ofnrfx (mgr.14188) 5686 : cluster [DBG] pgmap v5323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:21 smithi145 bash[13673]: cluster 2022-04-26T05:38:20.503234+0000 mgr.smithi136.ofnrfx (mgr.14188) 5686 : cluster [DBG] pgmap v5323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:22 smithi136 bash[11745]: audit 2022-04-26T05:38:21.564294+0000 mon.smithi136 (mon.0) 3724 : audit [DBG] from='client.? 172.21.15.136:0/3810803377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:22 smithi145 bash[13673]: audit 2022-04-26T05:38:21.564294+0000 mon.smithi136 (mon.0) 3724 : audit [DBG] from='client.? 172.21.15.136:0/3810803377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:23 smithi136 bash[11745]: cluster 2022-04-26T05:38:22.503904+0000 mgr.smithi136.ofnrfx (mgr.14188) 5687 : cluster [DBG] pgmap v5324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:23 smithi145 bash[13673]: cluster 2022-04-26T05:38:22.503904+0000 mgr.smithi136.ofnrfx (mgr.14188) 5687 : cluster [DBG] pgmap v5324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:25 smithi145 bash[13673]: cluster 2022-04-26T05:38:24.504519+0000 mgr.smithi136.ofnrfx (mgr.14188) 5688 : cluster [DBG] pgmap v5325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:25 smithi136 bash[11745]: cluster 2022-04-26T05:38:24.504519+0000 mgr.smithi136.ofnrfx (mgr.14188) 5688 : cluster [DBG] pgmap v5325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:26.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:26.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:26.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:26.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:27 smithi136 bash[11745]: cluster 2022-04-26T05:38:26.505119+0000 mgr.smithi136.ofnrfx (mgr.14188) 5689 : cluster [DBG] pgmap v5326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:27 smithi136 bash[11745]: audit 2022-04-26T05:38:26.889891+0000 mon.smithi136 (mon.0) 3725 : audit [DBG] from='client.? 172.21.15.136:0/439505338' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:27 smithi145 bash[13673]: cluster 2022-04-26T05:38:26.505119+0000 mgr.smithi136.ofnrfx (mgr.14188) 5689 : cluster [DBG] pgmap v5326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:27 smithi145 bash[13673]: audit 2022-04-26T05:38:26.889891+0000 mon.smithi136 (mon.0) 3725 : audit [DBG] from='client.? 172.21.15.136:0/439505338' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:29 smithi145 bash[13673]: cluster 2022-04-26T05:38:28.505780+0000 mgr.smithi136.ofnrfx (mgr.14188) 5690 : cluster [DBG] pgmap v5327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:29 smithi136 bash[11745]: cluster 2022-04-26T05:38:28.505780+0000 mgr.smithi136.ofnrfx (mgr.14188) 5690 : cluster [DBG] pgmap v5327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:31 smithi145 bash[13673]: cluster 2022-04-26T05:38:30.506414+0000 mgr.smithi136.ofnrfx (mgr.14188) 5691 : cluster [DBG] pgmap v5328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:31.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:31.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:31.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:31 smithi136 bash[11745]: cluster 2022-04-26T05:38:30.506414+0000 mgr.smithi136.ofnrfx (mgr.14188) 5691 : cluster [DBG] pgmap v5328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:32.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:32 smithi145 bash[13673]: audit 2022-04-26T05:38:32.223878+0000 mon.smithi136 (mon.0) 3726 : audit [DBG] from='client.? 172.21.15.136:0/178804576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:32 smithi136 bash[11745]: audit 2022-04-26T05:38:32.223878+0000 mon.smithi136 (mon.0) 3726 : audit [DBG] from='client.? 172.21.15.136:0/178804576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:33 smithi145 bash[13673]: cluster 2022-04-26T05:38:32.507057+0000 mgr.smithi136.ofnrfx (mgr.14188) 5692 : cluster [DBG] pgmap v5329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:33 smithi136 bash[11745]: cluster 2022-04-26T05:38:32.507057+0000 mgr.smithi136.ofnrfx (mgr.14188) 5692 : cluster [DBG] pgmap v5329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:35 smithi145 bash[13673]: cluster 2022-04-26T05:38:34.507731+0000 mgr.smithi136.ofnrfx (mgr.14188) 5693 : cluster [DBG] pgmap v5330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:36.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:35 smithi136 bash[11745]: cluster 2022-04-26T05:38:34.507731+0000 mgr.smithi136.ofnrfx (mgr.14188) 5693 : cluster [DBG] pgmap v5330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:37.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:37.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:37.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:37 smithi136 bash[11745]: cluster 2022-04-26T05:38:36.508344+0000 mgr.smithi136.ofnrfx (mgr.14188) 5694 : cluster [DBG] pgmap v5331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:37.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:37 smithi145 bash[13673]: cluster 2022-04-26T05:38:36.508344+0000 mgr.smithi136.ofnrfx (mgr.14188) 5694 : cluster [DBG] pgmap v5331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:38 smithi145 bash[13673]: audit 2022-04-26T05:38:37.545990+0000 mon.smithi136 (mon.0) 3727 : audit [DBG] from='client.? 172.21.15.136:0/1798781872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:38 smithi136 bash[11745]: audit 2022-04-26T05:38:37.545990+0000 mon.smithi136 (mon.0) 3727 : audit [DBG] from='client.? 172.21.15.136:0/1798781872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:39 smithi136 bash[11745]: cluster 2022-04-26T05:38:38.509118+0000 mgr.smithi136.ofnrfx (mgr.14188) 5695 : cluster [DBG] pgmap v5332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:39 smithi145 bash[13673]: cluster 2022-04-26T05:38:38.509118+0000 mgr.smithi136.ofnrfx (mgr.14188) 5695 : cluster [DBG] pgmap v5332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:41 smithi145 bash[13673]: cluster 2022-04-26T05:38:40.509859+0000 mgr.smithi136.ofnrfx (mgr.14188) 5696 : cluster [DBG] pgmap v5333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:41 smithi136 bash[11745]: cluster 2022-04-26T05:38:40.509859+0000 mgr.smithi136.ofnrfx (mgr.14188) 5696 : cluster [DBG] pgmap v5333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:42.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:42.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:42.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:42.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:43 smithi145 bash[13673]: cluster 2022-04-26T05:38:42.510605+0000 mgr.smithi136.ofnrfx (mgr.14188) 5697 : cluster [DBG] pgmap v5334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:43 smithi145 bash[13673]: audit 2022-04-26T05:38:42.872745+0000 mon.smithi136 (mon.0) 3728 : audit [DBG] from='client.? 172.21.15.136:0/3885669466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:43 smithi136 bash[11745]: cluster 2022-04-26T05:38:42.510605+0000 mgr.smithi136.ofnrfx (mgr.14188) 5697 : cluster [DBG] pgmap v5334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:43 smithi136 bash[11745]: audit 2022-04-26T05:38:42.872745+0000 mon.smithi136 (mon.0) 3728 : audit [DBG] from='client.? 172.21.15.136:0/3885669466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:45 smithi145 bash[13673]: cluster 2022-04-26T05:38:44.511393+0000 mgr.smithi136.ofnrfx (mgr.14188) 5698 : cluster [DBG] pgmap v5335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:45 smithi136 bash[11745]: cluster 2022-04-26T05:38:44.511393+0000 mgr.smithi136.ofnrfx (mgr.14188) 5698 : cluster [DBG] pgmap v5335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:47 smithi136 bash[11745]: cluster 2022-04-26T05:38:46.512120+0000 mgr.smithi136.ofnrfx (mgr.14188) 5699 : cluster [DBG] pgmap v5336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:47 smithi145 bash[13673]: cluster 2022-04-26T05:38:46.512120+0000 mgr.smithi136.ofnrfx (mgr.14188) 5699 : cluster [DBG] pgmap v5336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:47.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:47.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:47.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:48.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:48 smithi145 bash[13673]: audit 2022-04-26T05:38:48.191062+0000 mon.smithi136 (mon.0) 3729 : audit [DBG] from='client.? 172.21.15.136:0/2960206155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:48 smithi136 bash[11745]: audit 2022-04-26T05:38:48.191062+0000 mon.smithi136 (mon.0) 3729 : audit [DBG] from='client.? 172.21.15.136:0/2960206155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:49 smithi136 bash[11745]: cluster 2022-04-26T05:38:48.512847+0000 mgr.smithi136.ofnrfx (mgr.14188) 5700 : cluster [DBG] pgmap v5337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:49 smithi145 bash[13673]: cluster 2022-04-26T05:38:48.512847+0000 mgr.smithi136.ofnrfx (mgr.14188) 5700 : cluster [DBG] pgmap v5337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:51 smithi145 bash[13673]: cluster 2022-04-26T05:38:50.513468+0000 mgr.smithi136.ofnrfx (mgr.14188) 5701 : cluster [DBG] pgmap v5338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:51 smithi136 bash[11745]: cluster 2022-04-26T05:38:50.513468+0000 mgr.smithi136.ofnrfx (mgr.14188) 5701 : cluster [DBG] pgmap v5338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:53.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:53.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:53.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:53.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:53 smithi145 bash[13673]: cluster 2022-04-26T05:38:52.514145+0000 mgr.smithi136.ofnrfx (mgr.14188) 5702 : cluster [DBG] pgmap v5339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:53 smithi145 bash[13673]: audit 2022-04-26T05:38:53.516664+0000 mon.smithi136 (mon.0) 3730 : audit [DBG] from='client.? 172.21.15.136:0/732645783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:53 smithi136 bash[11745]: cluster 2022-04-26T05:38:52.514145+0000 mgr.smithi136.ofnrfx (mgr.14188) 5702 : cluster [DBG] pgmap v5339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:53 smithi136 bash[11745]: audit 2022-04-26T05:38:53.516664+0000 mon.smithi136 (mon.0) 3730 : audit [DBG] from='client.? 172.21.15.136:0/732645783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:38:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:55 smithi145 bash[13673]: cluster 2022-04-26T05:38:54.514855+0000 mgr.smithi136.ofnrfx (mgr.14188) 5703 : cluster [DBG] pgmap v5340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:55 smithi136 bash[11745]: cluster 2022-04-26T05:38:54.514855+0000 mgr.smithi136.ofnrfx (mgr.14188) 5703 : cluster [DBG] pgmap v5340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:57 smithi136 bash[11745]: cluster 2022-04-26T05:38:56.515542+0000 mgr.smithi136.ofnrfx (mgr.14188) 5704 : cluster [DBG] pgmap v5341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:57 smithi145 bash[13673]: cluster 2022-04-26T05:38:56.515542+0000 mgr.smithi136.ofnrfx (mgr.14188) 5704 : cluster [DBG] pgmap v5341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:58.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:38:58.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:38:58.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:38:58.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:38:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:59 smithi145 bash[13673]: cluster 2022-04-26T05:38:58.516099+0000 mgr.smithi136.ofnrfx (mgr.14188) 5705 : cluster [DBG] pgmap v5342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:38:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:38:59 smithi145 bash[13673]: audit 2022-04-26T05:38:58.834401+0000 mon.smithi136 (mon.0) 3731 : audit [DBG] from='client.? 172.21.15.136:0/541134709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:59 smithi136 bash[11745]: cluster 2022-04-26T05:38:58.516099+0000 mgr.smithi136.ofnrfx (mgr.14188) 5705 : cluster [DBG] pgmap v5342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:38:59 smithi136 bash[11745]: audit 2022-04-26T05:38:58.834401+0000 mon.smithi136 (mon.0) 3731 : audit [DBG] from='client.? 172.21.15.136:0/541134709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:01 smithi145 bash[13673]: cluster 2022-04-26T05:39:00.516678+0000 mgr.smithi136.ofnrfx (mgr.14188) 5706 : cluster [DBG] pgmap v5343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:01 smithi136 bash[11745]: cluster 2022-04-26T05:39:00.516678+0000 mgr.smithi136.ofnrfx (mgr.14188) 5706 : cluster [DBG] pgmap v5343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:02 smithi145 bash[13673]: audit 2022-04-26T05:39:02.523253+0000 mon.smithi136 (mon.0) 3732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:39:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:02 smithi145 bash[13673]: audit 2022-04-26T05:39:02.526112+0000 mon.smithi136 (mon.0) 3733 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:39:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:02 smithi145 bash[13673]: audit 2022-04-26T05:39:02.527959+0000 mon.smithi136 (mon.0) 3734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:39:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:02 smithi136 bash[11745]: audit 2022-04-26T05:39:02.523253+0000 mon.smithi136 (mon.0) 3732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:39:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:02 smithi136 bash[11745]: audit 2022-04-26T05:39:02.526112+0000 mon.smithi136 (mon.0) 3733 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:39:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:02 smithi136 bash[11745]: audit 2022-04-26T05:39:02.527959+0000 mon.smithi136 (mon.0) 3734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:39:03.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:03.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:03.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: cluster 2022-04-26T05:39:02.517251+0000 mgr.smithi136.ofnrfx (mgr.14188) 5707 : cluster [DBG] pgmap v5344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: audit 2022-04-26T05:39:02.584325+0000 mon.smithi136 (mon.0) 3735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:39:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: audit 2022-04-26T05:39:02.590416+0000 mon.smithi136 (mon.0) 3736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:39:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: cluster 2022-04-26T05:39:02.829918+0000 mgr.smithi136.ofnrfx (mgr.14188) 5708 : cluster [DBG] pgmap v5345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: cluster 2022-04-26T05:39:02.830426+0000 mgr.smithi136.ofnrfx (mgr.14188) 5709 : cluster [DBG] pgmap v5346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: audit 2022-04-26T05:39:02.835619+0000 mon.smithi136 (mon.0) 3737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:39:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: audit 2022-04-26T05:39:02.842440+0000 mon.smithi136 (mon.0) 3738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:39:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: cephadm 2022-04-26T05:39:02.843591+0000 mgr.smithi136.ofnrfx (mgr.14188) 5710 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:39:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:03 smithi145 bash[13673]: cephadm 2022-04-26T05:39:02.843717+0000 mgr.smithi136.ofnrfx (mgr.14188) 5711 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:39:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: cluster 2022-04-26T05:39:02.517251+0000 mgr.smithi136.ofnrfx (mgr.14188) 5707 : cluster [DBG] pgmap v5344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: audit 2022-04-26T05:39:02.584325+0000 mon.smithi136 (mon.0) 3735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: audit 2022-04-26T05:39:02.590416+0000 mon.smithi136 (mon.0) 3736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: cluster 2022-04-26T05:39:02.829918+0000 mgr.smithi136.ofnrfx (mgr.14188) 5708 : cluster [DBG] pgmap v5345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: cluster 2022-04-26T05:39:02.830426+0000 mgr.smithi136.ofnrfx (mgr.14188) 5709 : cluster [DBG] pgmap v5346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: audit 2022-04-26T05:39:02.835619+0000 mon.smithi136 (mon.0) 3737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: audit 2022-04-26T05:39:02.842440+0000 mon.smithi136 (mon.0) 3738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: cephadm 2022-04-26T05:39:02.843591+0000 mgr.smithi136.ofnrfx (mgr.14188) 5710 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:39:04.121 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:03 smithi136 bash[11745]: cephadm 2022-04-26T05:39:02.843717+0000 mgr.smithi136.ofnrfx (mgr.14188) 5711 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:39:04.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:04 smithi145 bash[13673]: audit 2022-04-26T05:39:04.168631+0000 mon.smithi136 (mon.0) 3739 : audit [DBG] from='client.? 172.21.15.136:0/3331043167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:04 smithi136 bash[11745]: audit 2022-04-26T05:39:04.168631+0000 mon.smithi136 (mon.0) 3739 : audit [DBG] from='client.? 172.21.15.136:0/3331043167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:05 smithi145 bash[13673]: cluster 2022-04-26T05:39:04.831006+0000 mgr.smithi136.ofnrfx (mgr.14188) 5712 : cluster [DBG] pgmap v5347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:05 smithi136 bash[11745]: cluster 2022-04-26T05:39:04.831006+0000 mgr.smithi136.ofnrfx (mgr.14188) 5712 : cluster [DBG] pgmap v5347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:07 smithi136 bash[11745]: cluster 2022-04-26T05:39:06.831659+0000 mgr.smithi136.ofnrfx (mgr.14188) 5713 : cluster [DBG] pgmap v5348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:07 smithi145 bash[13673]: cluster 2022-04-26T05:39:06.831659+0000 mgr.smithi136.ofnrfx (mgr.14188) 5713 : cluster [DBG] pgmap v5348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:09.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:09.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:09.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:09.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:09 smithi145 bash[13673]: cluster 2022-04-26T05:39:08.832263+0000 mgr.smithi136.ofnrfx (mgr.14188) 5714 : cluster [DBG] pgmap v5349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:09 smithi145 bash[13673]: audit 2022-04-26T05:39:09.492686+0000 mon.smithi136 (mon.0) 3740 : audit [DBG] from='client.? 172.21.15.136:0/2812391304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:09 smithi136 bash[11745]: cluster 2022-04-26T05:39:08.832263+0000 mgr.smithi136.ofnrfx (mgr.14188) 5714 : cluster [DBG] pgmap v5349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:09 smithi136 bash[11745]: audit 2022-04-26T05:39:09.492686+0000 mon.smithi136 (mon.0) 3740 : audit [DBG] from='client.? 172.21.15.136:0/2812391304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:11 smithi145 bash[13673]: cluster 2022-04-26T05:39:10.832897+0000 mgr.smithi136.ofnrfx (mgr.14188) 5715 : cluster [DBG] pgmap v5350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:11 smithi136 bash[11745]: cluster 2022-04-26T05:39:10.832897+0000 mgr.smithi136.ofnrfx (mgr.14188) 5715 : cluster [DBG] pgmap v5350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:13 smithi145 bash[13673]: cluster 2022-04-26T05:39:12.833526+0000 mgr.smithi136.ofnrfx (mgr.14188) 5716 : cluster [DBG] pgmap v5351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:13 smithi136 bash[11745]: cluster 2022-04-26T05:39:12.833526+0000 mgr.smithi136.ofnrfx (mgr.14188) 5716 : cluster [DBG] pgmap v5351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:14.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:14.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:14.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:14.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:14 smithi136 bash[11745]: audit 2022-04-26T05:39:14.820497+0000 mon.smithi136 (mon.0) 3741 : audit [DBG] from='client.? 172.21.15.136:0/1166889421' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:14 smithi145 bash[13673]: audit 2022-04-26T05:39:14.820497+0000 mon.smithi136 (mon.0) 3741 : audit [DBG] from='client.? 172.21.15.136:0/1166889421' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:15 smithi136 bash[11745]: cluster 2022-04-26T05:39:14.834102+0000 mgr.smithi136.ofnrfx (mgr.14188) 5717 : cluster [DBG] pgmap v5352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:15 smithi145 bash[13673]: cluster 2022-04-26T05:39:14.834102+0000 mgr.smithi136.ofnrfx (mgr.14188) 5717 : cluster [DBG] pgmap v5352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:17 smithi136 bash[11745]: cluster 2022-04-26T05:39:16.834735+0000 mgr.smithi136.ofnrfx (mgr.14188) 5718 : cluster [DBG] pgmap v5353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:17 smithi145 bash[13673]: cluster 2022-04-26T05:39:16.834735+0000 mgr.smithi136.ofnrfx (mgr.14188) 5718 : cluster [DBG] pgmap v5353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:19.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:19.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:19.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:19 smithi145 bash[13673]: cluster 2022-04-26T05:39:18.835324+0000 mgr.smithi136.ofnrfx (mgr.14188) 5719 : cluster [DBG] pgmap v5354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:20.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:19 smithi136 bash[11745]: cluster 2022-04-26T05:39:18.835324+0000 mgr.smithi136.ofnrfx (mgr.14188) 5719 : cluster [DBG] pgmap v5354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:20 smithi136 bash[11745]: audit 2022-04-26T05:39:20.145063+0000 mon.smithi136 (mon.0) 3742 : audit [DBG] from='client.? 172.21.15.136:0/1793377283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:20 smithi145 bash[13673]: audit 2022-04-26T05:39:20.145063+0000 mon.smithi136 (mon.0) 3742 : audit [DBG] from='client.? 172.21.15.136:0/1793377283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:21 smithi136 bash[11745]: cluster 2022-04-26T05:39:20.835934+0000 mgr.smithi136.ofnrfx (mgr.14188) 5720 : cluster [DBG] pgmap v5355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:21 smithi145 bash[13673]: cluster 2022-04-26T05:39:20.835934+0000 mgr.smithi136.ofnrfx (mgr.14188) 5720 : cluster [DBG] pgmap v5355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:23 smithi136 bash[11745]: cluster 2022-04-26T05:39:22.836638+0000 mgr.smithi136.ofnrfx (mgr.14188) 5721 : cluster [DBG] pgmap v5356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:23 smithi145 bash[13673]: cluster 2022-04-26T05:39:22.836638+0000 mgr.smithi136.ofnrfx (mgr.14188) 5721 : cluster [DBG] pgmap v5356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:25.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:25.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:25.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:25.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:26.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:25 smithi136 bash[11745]: cluster 2022-04-26T05:39:24.837209+0000 mgr.smithi136.ofnrfx (mgr.14188) 5722 : cluster [DBG] pgmap v5357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:26.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:25 smithi136 bash[11745]: audit 2022-04-26T05:39:25.483129+0000 mon.smithi145 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.136:0/4051929451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:25 smithi145 bash[13673]: cluster 2022-04-26T05:39:24.837209+0000 mgr.smithi136.ofnrfx (mgr.14188) 5722 : cluster [DBG] pgmap v5357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:25 smithi145 bash[13673]: audit 2022-04-26T05:39:25.483129+0000 mon.smithi145 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.136:0/4051929451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:27 smithi136 bash[11745]: cluster 2022-04-26T05:39:26.837929+0000 mgr.smithi136.ofnrfx (mgr.14188) 5723 : cluster [DBG] pgmap v5358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:27 smithi145 bash[13673]: cluster 2022-04-26T05:39:26.837929+0000 mgr.smithi136.ofnrfx (mgr.14188) 5723 : cluster [DBG] pgmap v5358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:29 smithi145 bash[13673]: cluster 2022-04-26T05:39:28.838593+0000 mgr.smithi136.ofnrfx (mgr.14188) 5724 : cluster [DBG] pgmap v5359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:29 smithi136 bash[11745]: cluster 2022-04-26T05:39:28.838593+0000 mgr.smithi136.ofnrfx (mgr.14188) 5724 : cluster [DBG] pgmap v5359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:30.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:30.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:30.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:30.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:30 smithi145 bash[13673]: audit 2022-04-26T05:39:30.810317+0000 mon.smithi136 (mon.0) 3743 : audit [DBG] from='client.? 172.21.15.136:0/3805942260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:30 smithi136 bash[11745]: audit 2022-04-26T05:39:30.810317+0000 mon.smithi136 (mon.0) 3743 : audit [DBG] from='client.? 172.21.15.136:0/3805942260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:31 smithi136 bash[11745]: cluster 2022-04-26T05:39:30.839225+0000 mgr.smithi136.ofnrfx (mgr.14188) 5725 : cluster [DBG] pgmap v5360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:31 smithi145 bash[13673]: cluster 2022-04-26T05:39:30.839225+0000 mgr.smithi136.ofnrfx (mgr.14188) 5725 : cluster [DBG] pgmap v5360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:33 smithi136 bash[11745]: cluster 2022-04-26T05:39:32.839881+0000 mgr.smithi136.ofnrfx (mgr.14188) 5726 : cluster [DBG] pgmap v5361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:33 smithi145 bash[13673]: cluster 2022-04-26T05:39:32.839881+0000 mgr.smithi136.ofnrfx (mgr.14188) 5726 : cluster [DBG] pgmap v5361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:35.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:35.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:35.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:36.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:35 smithi136 bash[11745]: cluster 2022-04-26T05:39:34.840470+0000 mgr.smithi136.ofnrfx (mgr.14188) 5727 : cluster [DBG] pgmap v5362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:35 smithi145 bash[13673]: cluster 2022-04-26T05:39:34.840470+0000 mgr.smithi136.ofnrfx (mgr.14188) 5727 : cluster [DBG] pgmap v5362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:36 smithi136 bash[11745]: audit 2022-04-26T05:39:36.137334+0000 mon.smithi136 (mon.0) 3744 : audit [DBG] from='client.? 172.21.15.136:0/120685131' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:36 smithi145 bash[13673]: audit 2022-04-26T05:39:36.137334+0000 mon.smithi136 (mon.0) 3744 : audit [DBG] from='client.? 172.21.15.136:0/120685131' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:37 smithi136 bash[11745]: cluster 2022-04-26T05:39:36.841102+0000 mgr.smithi136.ofnrfx (mgr.14188) 5728 : cluster [DBG] pgmap v5363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:37 smithi145 bash[13673]: cluster 2022-04-26T05:39:36.841102+0000 mgr.smithi136.ofnrfx (mgr.14188) 5728 : cluster [DBG] pgmap v5363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:40.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:39 smithi136 bash[11745]: cluster 2022-04-26T05:39:38.841750+0000 mgr.smithi136.ofnrfx (mgr.14188) 5729 : cluster [DBG] pgmap v5364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:40.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:39 smithi145 bash[13673]: cluster 2022-04-26T05:39:38.841750+0000 mgr.smithi136.ofnrfx (mgr.14188) 5729 : cluster [DBG] pgmap v5364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:41.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:41.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:41.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:41.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:41 smithi136 bash[11745]: cluster 2022-04-26T05:39:40.842383+0000 mgr.smithi136.ofnrfx (mgr.14188) 5730 : cluster [DBG] pgmap v5365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:41 smithi136 bash[11745]: audit 2022-04-26T05:39:41.469781+0000 mon.smithi136 (mon.0) 3745 : audit [DBG] from='client.? 172.21.15.136:0/3879036612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:41 smithi145 bash[13673]: cluster 2022-04-26T05:39:40.842383+0000 mgr.smithi136.ofnrfx (mgr.14188) 5730 : cluster [DBG] pgmap v5365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:41 smithi145 bash[13673]: audit 2022-04-26T05:39:41.469781+0000 mon.smithi136 (mon.0) 3745 : audit [DBG] from='client.? 172.21.15.136:0/3879036612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:43 smithi136 bash[11745]: cluster 2022-04-26T05:39:42.842994+0000 mgr.smithi136.ofnrfx (mgr.14188) 5731 : cluster [DBG] pgmap v5366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:43 smithi145 bash[13673]: cluster 2022-04-26T05:39:42.842994+0000 mgr.smithi136.ofnrfx (mgr.14188) 5731 : cluster [DBG] pgmap v5366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:45 smithi136 bash[11745]: cluster 2022-04-26T05:39:44.843691+0000 mgr.smithi136.ofnrfx (mgr.14188) 5732 : cluster [DBG] pgmap v5367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:45 smithi145 bash[13673]: cluster 2022-04-26T05:39:44.843691+0000 mgr.smithi136.ofnrfx (mgr.14188) 5732 : cluster [DBG] pgmap v5367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:46.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:46.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:46.519 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:46.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:47 smithi136 bash[11745]: audit 2022-04-26T05:39:46.801204+0000 mon.smithi136 (mon.0) 3746 : audit [DBG] from='client.? 172.21.15.136:0/1596829329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:47 smithi136 bash[11745]: cluster 2022-04-26T05:39:46.844303+0000 mgr.smithi136.ofnrfx (mgr.14188) 5733 : cluster [DBG] pgmap v5368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:47 smithi145 bash[13673]: audit 2022-04-26T05:39:46.801204+0000 mon.smithi136 (mon.0) 3746 : audit [DBG] from='client.? 172.21.15.136:0/1596829329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:47 smithi145 bash[13673]: cluster 2022-04-26T05:39:46.844303+0000 mgr.smithi136.ofnrfx (mgr.14188) 5733 : cluster [DBG] pgmap v5368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:49 smithi136 bash[11745]: cluster 2022-04-26T05:39:48.844928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5734 : cluster [DBG] pgmap v5369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:49 smithi145 bash[13673]: cluster 2022-04-26T05:39:48.844928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5734 : cluster [DBG] pgmap v5369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:51.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:51.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:51.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:52.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:51 smithi136 bash[11745]: cluster 2022-04-26T05:39:50.845556+0000 mgr.smithi136.ofnrfx (mgr.14188) 5735 : cluster [DBG] pgmap v5370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:51 smithi145 bash[13673]: cluster 2022-04-26T05:39:50.845556+0000 mgr.smithi136.ofnrfx (mgr.14188) 5735 : cluster [DBG] pgmap v5370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:53.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:52 smithi136 bash[11745]: audit 2022-04-26T05:39:52.129460+0000 mon.smithi136 (mon.0) 3747 : audit [DBG] from='client.? 172.21.15.136:0/3896863385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:52 smithi145 bash[13673]: audit 2022-04-26T05:39:52.129460+0000 mon.smithi136 (mon.0) 3747 : audit [DBG] from='client.? 172.21.15.136:0/3896863385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:53 smithi136 bash[11745]: cluster 2022-04-26T05:39:52.846179+0000 mgr.smithi136.ofnrfx (mgr.14188) 5736 : cluster [DBG] pgmap v5371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:53 smithi145 bash[13673]: cluster 2022-04-26T05:39:52.846179+0000 mgr.smithi136.ofnrfx (mgr.14188) 5736 : cluster [DBG] pgmap v5371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:55 smithi136 bash[11745]: cluster 2022-04-26T05:39:54.846783+0000 mgr.smithi136.ofnrfx (mgr.14188) 5737 : cluster [DBG] pgmap v5372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:55 smithi145 bash[13673]: cluster 2022-04-26T05:39:54.846783+0000 mgr.smithi136.ofnrfx (mgr.14188) 5737 : cluster [DBG] pgmap v5372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:57.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:39:57.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:39:57.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:39:57.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:39:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:57 smithi145 bash[13673]: cluster 2022-04-26T05:39:56.847411+0000 mgr.smithi136.ofnrfx (mgr.14188) 5738 : cluster [DBG] pgmap v5373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:57 smithi136 bash[11745]: cluster 2022-04-26T05:39:56.847411+0000 mgr.smithi136.ofnrfx (mgr.14188) 5738 : cluster [DBG] pgmap v5373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:58 smithi145 bash[13673]: audit 2022-04-26T05:39:57.459726+0000 mon.smithi136 (mon.0) 3748 : audit [DBG] from='client.? 172.21.15.136:0/31707733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:58 smithi136 bash[11745]: audit 2022-04-26T05:39:57.459726+0000 mon.smithi136 (mon.0) 3748 : audit [DBG] from='client.? 172.21.15.136:0/31707733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:39:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:39:59 smithi145 bash[13673]: cluster 2022-04-26T05:39:58.848132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5739 : cluster [DBG] pgmap v5374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:39:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:39:59 smithi136 bash[11745]: cluster 2022-04-26T05:39:58.848132+0000 mgr.smithi136.ofnrfx (mgr.14188) 5739 : cluster [DBG] pgmap v5374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:00 smithi145 bash[13673]: cluster 2022-04-26T05:40:00.000154+0000 mon.smithi136 (mon.0) 3749 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:40:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:00 smithi136 bash[11745]: cluster 2022-04-26T05:40:00.000154+0000 mon.smithi136 (mon.0) 3749 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:40:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:01 smithi145 bash[13673]: cluster 2022-04-26T05:40:00.848860+0000 mgr.smithi136.ofnrfx (mgr.14188) 5740 : cluster [DBG] pgmap v5375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:01 smithi136 bash[11745]: cluster 2022-04-26T05:40:00.848860+0000 mgr.smithi136.ofnrfx (mgr.14188) 5740 : cluster [DBG] pgmap v5375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:02.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:02.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:02.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:02.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:02 smithi145 bash[13673]: audit 2022-04-26T05:40:02.588662+0000 mon.smithi136 (mon.0) 3750 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:40:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:02 smithi145 bash[13673]: audit 2022-04-26T05:40:02.592511+0000 mon.smithi136 (mon.0) 3751 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:40:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:02 smithi136 bash[11745]: audit 2022-04-26T05:40:02.588662+0000 mon.smithi136 (mon.0) 3750 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:40:03.090 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:02 smithi136 bash[11745]: audit 2022-04-26T05:40:02.592511+0000 mon.smithi136 (mon.0) 3751 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:40:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:03 smithi136 bash[11745]: audit 2022-04-26T05:40:02.791756+0000 mon.smithi136 (mon.0) 3752 : audit [DBG] from='client.? 172.21.15.136:0/3816901095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:03 smithi136 bash[11745]: cluster 2022-04-26T05:40:02.849526+0000 mgr.smithi136.ofnrfx (mgr.14188) 5741 : cluster [DBG] pgmap v5376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:03 smithi136 bash[11745]: audit 2022-04-26T05:40:02.854109+0000 mon.smithi136 (mon.0) 3753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:40:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:03 smithi136 bash[11745]: audit 2022-04-26T05:40:02.856690+0000 mon.smithi136 (mon.0) 3754 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:40:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:03 smithi136 bash[11745]: audit 2022-04-26T05:40:02.858401+0000 mon.smithi136 (mon.0) 3755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:40:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:03 smithi136 bash[11745]: audit 2022-04-26T05:40:03.190229+0000 mon.smithi136 (mon.0) 3756 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:40:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:03 smithi136 bash[11745]: audit 2022-04-26T05:40:03.198836+0000 mon.smithi136 (mon.0) 3757 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:40:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:03 smithi145 bash[13673]: audit 2022-04-26T05:40:02.791756+0000 mon.smithi136 (mon.0) 3752 : audit [DBG] from='client.? 172.21.15.136:0/3816901095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:03 smithi145 bash[13673]: cluster 2022-04-26T05:40:02.849526+0000 mgr.smithi136.ofnrfx (mgr.14188) 5741 : cluster [DBG] pgmap v5376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:03 smithi145 bash[13673]: audit 2022-04-26T05:40:02.854109+0000 mon.smithi136 (mon.0) 3753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:40:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:03 smithi145 bash[13673]: audit 2022-04-26T05:40:02.856690+0000 mon.smithi136 (mon.0) 3754 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:40:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:03 smithi145 bash[13673]: audit 2022-04-26T05:40:02.858401+0000 mon.smithi136 (mon.0) 3755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:40:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:03 smithi145 bash[13673]: audit 2022-04-26T05:40:03.190229+0000 mon.smithi136 (mon.0) 3756 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:40:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:03 smithi145 bash[13673]: audit 2022-04-26T05:40:03.198836+0000 mon.smithi136 (mon.0) 3757 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:40:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:04 smithi136 bash[11745]: cluster 2022-04-26T05:40:03.183376+0000 mgr.smithi136.ofnrfx (mgr.14188) 5742 : cluster [DBG] pgmap v5377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:04 smithi136 bash[11745]: cluster 2022-04-26T05:40:03.183752+0000 mgr.smithi136.ofnrfx (mgr.14188) 5743 : cluster [DBG] pgmap v5378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:04 smithi136 bash[11745]: cephadm 2022-04-26T05:40:03.200136+0000 mgr.smithi136.ofnrfx (mgr.14188) 5744 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:40:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:04 smithi136 bash[11745]: cephadm 2022-04-26T05:40:03.200330+0000 mgr.smithi136.ofnrfx (mgr.14188) 5745 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:40:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:04 smithi145 bash[13673]: cluster 2022-04-26T05:40:03.183376+0000 mgr.smithi136.ofnrfx (mgr.14188) 5742 : cluster [DBG] pgmap v5377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:04 smithi145 bash[13673]: cluster 2022-04-26T05:40:03.183752+0000 mgr.smithi136.ofnrfx (mgr.14188) 5743 : cluster [DBG] pgmap v5378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:04 smithi145 bash[13673]: cephadm 2022-04-26T05:40:03.200136+0000 mgr.smithi136.ofnrfx (mgr.14188) 5744 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:40:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:04 smithi145 bash[13673]: cephadm 2022-04-26T05:40:03.200330+0000 mgr.smithi136.ofnrfx (mgr.14188) 5745 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:40:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:06 smithi136 bash[11745]: cluster 2022-04-26T05:40:05.184254+0000 mgr.smithi136.ofnrfx (mgr.14188) 5746 : cluster [DBG] pgmap v5379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:06 smithi145 bash[13673]: cluster 2022-04-26T05:40:05.184254+0000 mgr.smithi136.ofnrfx (mgr.14188) 5746 : cluster [DBG] pgmap v5379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:07.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:07.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:07.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:08.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:08.915 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:08 smithi136 bash[11745]: cluster 2022-04-26T05:40:07.184857+0000 mgr.smithi136.ofnrfx (mgr.14188) 5747 : cluster [DBG] pgmap v5380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:08.916 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:08 smithi136 bash[11745]: audit 2022-04-26T05:40:08.116080+0000 mon.smithi136 (mon.0) 3758 : audit [DBG] from='client.? 172.21.15.136:0/2341927700' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:08 smithi145 bash[13673]: cluster 2022-04-26T05:40:07.184857+0000 mgr.smithi136.ofnrfx (mgr.14188) 5747 : cluster [DBG] pgmap v5380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:08 smithi145 bash[13673]: audit 2022-04-26T05:40:08.116080+0000 mon.smithi136 (mon.0) 3758 : audit [DBG] from='client.? 172.21.15.136:0/2341927700' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:10 smithi136 bash[11745]: cluster 2022-04-26T05:40:09.185451+0000 mgr.smithi136.ofnrfx (mgr.14188) 5748 : cluster [DBG] pgmap v5381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:11.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:10 smithi145 bash[13673]: cluster 2022-04-26T05:40:09.185451+0000 mgr.smithi136.ofnrfx (mgr.14188) 5748 : cluster [DBG] pgmap v5381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:12 smithi136 bash[11745]: cluster 2022-04-26T05:40:11.186052+0000 mgr.smithi136.ofnrfx (mgr.14188) 5749 : cluster [DBG] pgmap v5382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:13.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:13.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:13.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:12 smithi145 bash[13673]: cluster 2022-04-26T05:40:11.186052+0000 mgr.smithi136.ofnrfx (mgr.14188) 5749 : cluster [DBG] pgmap v5382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:13.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:13 smithi136 bash[11745]: audit 2022-04-26T05:40:13.446500+0000 mon.smithi136 (mon.0) 3759 : audit [DBG] from='client.? 172.21.15.136:0/2163819783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:13 smithi145 bash[13673]: audit 2022-04-26T05:40:13.446500+0000 mon.smithi136 (mon.0) 3759 : audit [DBG] from='client.? 172.21.15.136:0/2163819783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:14 smithi136 bash[11745]: cluster 2022-04-26T05:40:13.186664+0000 mgr.smithi136.ofnrfx (mgr.14188) 5750 : cluster [DBG] pgmap v5383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:14 smithi145 bash[13673]: cluster 2022-04-26T05:40:13.186664+0000 mgr.smithi136.ofnrfx (mgr.14188) 5750 : cluster [DBG] pgmap v5383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:16 smithi136 bash[11745]: cluster 2022-04-26T05:40:15.187263+0000 mgr.smithi136.ofnrfx (mgr.14188) 5751 : cluster [DBG] pgmap v5384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:16 smithi145 bash[13673]: cluster 2022-04-26T05:40:15.187263+0000 mgr.smithi136.ofnrfx (mgr.14188) 5751 : cluster [DBG] pgmap v5384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:18.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:18.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:18.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:18.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:18 smithi136 bash[11745]: cluster 2022-04-26T05:40:17.187939+0000 mgr.smithi136.ofnrfx (mgr.14188) 5752 : cluster [DBG] pgmap v5385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:18 smithi145 bash[13673]: cluster 2022-04-26T05:40:17.187939+0000 mgr.smithi136.ofnrfx (mgr.14188) 5752 : cluster [DBG] pgmap v5385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:19 smithi136 bash[11745]: audit 2022-04-26T05:40:18.778516+0000 mon.smithi136 (mon.0) 3760 : audit [DBG] from='client.? 172.21.15.136:0/3245986134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:19 smithi145 bash[13673]: audit 2022-04-26T05:40:18.778516+0000 mon.smithi136 (mon.0) 3760 : audit [DBG] from='client.? 172.21.15.136:0/3245986134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:20 smithi136 bash[11745]: cluster 2022-04-26T05:40:19.188604+0000 mgr.smithi136.ofnrfx (mgr.14188) 5753 : cluster [DBG] pgmap v5386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:20 smithi145 bash[13673]: cluster 2022-04-26T05:40:19.188604+0000 mgr.smithi136.ofnrfx (mgr.14188) 5753 : cluster [DBG] pgmap v5386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:22 smithi136 bash[11745]: cluster 2022-04-26T05:40:21.189248+0000 mgr.smithi136.ofnrfx (mgr.14188) 5754 : cluster [DBG] pgmap v5387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:22 smithi145 bash[13673]: cluster 2022-04-26T05:40:21.189248+0000 mgr.smithi136.ofnrfx (mgr.14188) 5754 : cluster [DBG] pgmap v5387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:23.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:23.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:23.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:24.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:25.065 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:24 smithi136 bash[11745]: cluster 2022-04-26T05:40:23.189890+0000 mgr.smithi136.ofnrfx (mgr.14188) 5755 : cluster [DBG] pgmap v5388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:25.066 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:24 smithi136 bash[11745]: audit 2022-04-26T05:40:24.115558+0000 mon.smithi136 (mon.0) 3761 : audit [DBG] from='client.? 172.21.15.136:0/1889571091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:24 smithi145 bash[13673]: cluster 2022-04-26T05:40:23.189890+0000 mgr.smithi136.ofnrfx (mgr.14188) 5755 : cluster [DBG] pgmap v5388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:25.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:24 smithi145 bash[13673]: audit 2022-04-26T05:40:24.115558+0000 mon.smithi136 (mon.0) 3761 : audit [DBG] from='client.? 172.21.15.136:0/1889571091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:26 smithi136 bash[11745]: cluster 2022-04-26T05:40:25.190507+0000 mgr.smithi136.ofnrfx (mgr.14188) 5756 : cluster [DBG] pgmap v5389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:26 smithi145 bash[13673]: cluster 2022-04-26T05:40:25.190507+0000 mgr.smithi136.ofnrfx (mgr.14188) 5756 : cluster [DBG] pgmap v5389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:28 smithi136 bash[11745]: cluster 2022-04-26T05:40:27.191176+0000 mgr.smithi136.ofnrfx (mgr.14188) 5757 : cluster [DBG] pgmap v5390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:29.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:29.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:29.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:28 smithi145 bash[13673]: cluster 2022-04-26T05:40:27.191176+0000 mgr.smithi136.ofnrfx (mgr.14188) 5757 : cluster [DBG] pgmap v5390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:29.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:29 smithi136 bash[11745]: audit 2022-04-26T05:40:29.445841+0000 mon.smithi136 (mon.0) 3762 : audit [DBG] from='client.? 172.21.15.136:0/2494804795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:29 smithi145 bash[13673]: audit 2022-04-26T05:40:29.445841+0000 mon.smithi136 (mon.0) 3762 : audit [DBG] from='client.? 172.21.15.136:0/2494804795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:30 smithi136 bash[11745]: cluster 2022-04-26T05:40:29.191820+0000 mgr.smithi136.ofnrfx (mgr.14188) 5758 : cluster [DBG] pgmap v5391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:30 smithi145 bash[13673]: cluster 2022-04-26T05:40:29.191820+0000 mgr.smithi136.ofnrfx (mgr.14188) 5758 : cluster [DBG] pgmap v5391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:32 smithi136 bash[11745]: cluster 2022-04-26T05:40:31.192464+0000 mgr.smithi136.ofnrfx (mgr.14188) 5759 : cluster [DBG] pgmap v5392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:32 smithi145 bash[13673]: cluster 2022-04-26T05:40:31.192464+0000 mgr.smithi136.ofnrfx (mgr.14188) 5759 : cluster [DBG] pgmap v5392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:34.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:34.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:34.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:34.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:34 smithi136 bash[11745]: cluster 2022-04-26T05:40:33.193095+0000 mgr.smithi136.ofnrfx (mgr.14188) 5760 : cluster [DBG] pgmap v5393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:34 smithi145 bash[13673]: cluster 2022-04-26T05:40:33.193095+0000 mgr.smithi136.ofnrfx (mgr.14188) 5760 : cluster [DBG] pgmap v5393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:35 smithi136 bash[11745]: audit 2022-04-26T05:40:34.774671+0000 mon.smithi136 (mon.0) 3763 : audit [DBG] from='client.? 172.21.15.136:0/2537487609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:35 smithi145 bash[13673]: audit 2022-04-26T05:40:34.774671+0000 mon.smithi136 (mon.0) 3763 : audit [DBG] from='client.? 172.21.15.136:0/2537487609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:36 smithi136 bash[11745]: cluster 2022-04-26T05:40:35.193721+0000 mgr.smithi136.ofnrfx (mgr.14188) 5761 : cluster [DBG] pgmap v5394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:36 smithi145 bash[13673]: cluster 2022-04-26T05:40:35.193721+0000 mgr.smithi136.ofnrfx (mgr.14188) 5761 : cluster [DBG] pgmap v5394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:38 smithi136 bash[11745]: cluster 2022-04-26T05:40:37.194368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5762 : cluster [DBG] pgmap v5395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:38 smithi145 bash[13673]: cluster 2022-04-26T05:40:37.194368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5762 : cluster [DBG] pgmap v5395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:39.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:39.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:39.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:40.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:40 smithi136 bash[11745]: cluster 2022-04-26T05:40:39.195005+0000 mgr.smithi136.ofnrfx (mgr.14188) 5763 : cluster [DBG] pgmap v5396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:41.091 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:40 smithi136 bash[11745]: audit 2022-04-26T05:40:40.107775+0000 mon.smithi136 (mon.0) 3764 : audit [DBG] from='client.? 172.21.15.136:0/891172326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:40 smithi145 bash[13673]: cluster 2022-04-26T05:40:39.195005+0000 mgr.smithi136.ofnrfx (mgr.14188) 5763 : cluster [DBG] pgmap v5396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:40 smithi145 bash[13673]: audit 2022-04-26T05:40:40.107775+0000 mon.smithi136 (mon.0) 3764 : audit [DBG] from='client.? 172.21.15.136:0/891172326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:42 smithi136 bash[11745]: cluster 2022-04-26T05:40:41.195709+0000 mgr.smithi136.ofnrfx (mgr.14188) 5764 : cluster [DBG] pgmap v5397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:42 smithi145 bash[13673]: cluster 2022-04-26T05:40:41.195709+0000 mgr.smithi136.ofnrfx (mgr.14188) 5764 : cluster [DBG] pgmap v5397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:44 smithi136 bash[11745]: cluster 2022-04-26T05:40:43.196325+0000 mgr.smithi136.ofnrfx (mgr.14188) 5765 : cluster [DBG] pgmap v5398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:45.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:45.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:45.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:44 smithi145 bash[13673]: cluster 2022-04-26T05:40:43.196325+0000 mgr.smithi136.ofnrfx (mgr.14188) 5765 : cluster [DBG] pgmap v5398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:45.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:45 smithi136 bash[11745]: audit 2022-04-26T05:40:45.443784+0000 mon.smithi136 (mon.0) 3765 : audit [DBG] from='client.? 172.21.15.136:0/1488398406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:45 smithi145 bash[13673]: audit 2022-04-26T05:40:45.443784+0000 mon.smithi136 (mon.0) 3765 : audit [DBG] from='client.? 172.21.15.136:0/1488398406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:46 smithi136 bash[11745]: cluster 2022-04-26T05:40:45.196915+0000 mgr.smithi136.ofnrfx (mgr.14188) 5766 : cluster [DBG] pgmap v5399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:46 smithi145 bash[13673]: cluster 2022-04-26T05:40:45.196915+0000 mgr.smithi136.ofnrfx (mgr.14188) 5766 : cluster [DBG] pgmap v5399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:48 smithi136 bash[11745]: cluster 2022-04-26T05:40:47.197576+0000 mgr.smithi136.ofnrfx (mgr.14188) 5767 : cluster [DBG] pgmap v5400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:48 smithi145 bash[13673]: cluster 2022-04-26T05:40:47.197576+0000 mgr.smithi136.ofnrfx (mgr.14188) 5767 : cluster [DBG] pgmap v5400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:50.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:50.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:50.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:50.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:50 smithi136 bash[11745]: cluster 2022-04-26T05:40:49.198206+0000 mgr.smithi136.ofnrfx (mgr.14188) 5768 : cluster [DBG] pgmap v5401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:51.066 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:50 smithi136 bash[11745]: audit 2022-04-26T05:40:50.773685+0000 mon.smithi136 (mon.0) 3766 : audit [DBG] from='client.? 172.21.15.136:0/3117285240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:50 smithi145 bash[13673]: cluster 2022-04-26T05:40:49.198206+0000 mgr.smithi136.ofnrfx (mgr.14188) 5768 : cluster [DBG] pgmap v5401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:51.192 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:50 smithi145 bash[13673]: audit 2022-04-26T05:40:50.773685+0000 mon.smithi136 (mon.0) 3766 : audit [DBG] from='client.? 172.21.15.136:0/3117285240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:52 smithi136 bash[11745]: cluster 2022-04-26T05:40:51.198841+0000 mgr.smithi136.ofnrfx (mgr.14188) 5769 : cluster [DBG] pgmap v5402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:52 smithi145 bash[13673]: cluster 2022-04-26T05:40:51.198841+0000 mgr.smithi136.ofnrfx (mgr.14188) 5769 : cluster [DBG] pgmap v5402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:54 smithi145 bash[13673]: cluster 2022-04-26T05:40:53.199477+0000 mgr.smithi136.ofnrfx (mgr.14188) 5770 : cluster [DBG] pgmap v5403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:54 smithi136 bash[11745]: cluster 2022-04-26T05:40:53.199477+0000 mgr.smithi136.ofnrfx (mgr.14188) 5770 : cluster [DBG] pgmap v5403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:55.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:40:55.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:40:55.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:40:56.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:40:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:56 smithi145 bash[13673]: cluster 2022-04-26T05:40:55.200147+0000 mgr.smithi136.ofnrfx (mgr.14188) 5771 : cluster [DBG] pgmap v5404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:56 smithi145 bash[13673]: audit 2022-04-26T05:40:56.116249+0000 mon.smithi136 (mon.0) 3767 : audit [DBG] from='client.? 172.21.15.136:0/3418366451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:56 smithi136 bash[11745]: cluster 2022-04-26T05:40:55.200147+0000 mgr.smithi136.ofnrfx (mgr.14188) 5771 : cluster [DBG] pgmap v5404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:56 smithi136 bash[11745]: audit 2022-04-26T05:40:56.116249+0000 mon.smithi136 (mon.0) 3767 : audit [DBG] from='client.? 172.21.15.136:0/3418366451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:40:59.079 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:40:58 smithi136 bash[11745]: cluster 2022-04-26T05:40:57.200784+0000 mgr.smithi136.ofnrfx (mgr.14188) 5772 : cluster [DBG] pgmap v5405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:40:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:40:58 smithi145 bash[13673]: cluster 2022-04-26T05:40:57.200784+0000 mgr.smithi136.ofnrfx (mgr.14188) 5772 : cluster [DBG] pgmap v5405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:01.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:01.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:01.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:00 smithi145 bash[13673]: cluster 2022-04-26T05:40:59.201412+0000 mgr.smithi136.ofnrfx (mgr.14188) 5773 : cluster [DBG] pgmap v5406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:00 smithi136 bash[11745]: cluster 2022-04-26T05:40:59.201412+0000 mgr.smithi136.ofnrfx (mgr.14188) 5773 : cluster [DBG] pgmap v5406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:01.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:02 smithi145 bash[13673]: cluster 2022-04-26T05:41:01.202058+0000 mgr.smithi136.ofnrfx (mgr.14188) 5774 : cluster [DBG] pgmap v5407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:02 smithi145 bash[13673]: audit 2022-04-26T05:41:01.448986+0000 mon.smithi136 (mon.0) 3768 : audit [DBG] from='client.? 172.21.15.136:0/3911000755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:02 smithi136 bash[11745]: cluster 2022-04-26T05:41:01.202058+0000 mgr.smithi136.ofnrfx (mgr.14188) 5774 : cluster [DBG] pgmap v5407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:02 smithi136 bash[11745]: audit 2022-04-26T05:41:01.448986+0000 mon.smithi136 (mon.0) 3768 : audit [DBG] from='client.? 172.21.15.136:0/3911000755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:03 smithi145 bash[13673]: audit 2022-04-26T05:41:02.591535+0000 mon.smithi136 (mon.0) 3769 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:41:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:03 smithi145 bash[13673]: audit 2022-04-26T05:41:02.595712+0000 mon.smithi136 (mon.0) 3770 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:41:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:03 smithi145 bash[13673]: audit 2022-04-26T05:41:03.208453+0000 mon.smithi136 (mon.0) 3771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:41:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:03 smithi145 bash[13673]: audit 2022-04-26T05:41:03.211372+0000 mon.smithi136 (mon.0) 3772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:41:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:03 smithi145 bash[13673]: audit 2022-04-26T05:41:03.213139+0000 mon.smithi136 (mon.0) 3773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:41:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:03 smithi136 bash[11745]: audit 2022-04-26T05:41:02.591535+0000 mon.smithi136 (mon.0) 3769 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:41:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:03 smithi136 bash[11745]: audit 2022-04-26T05:41:02.595712+0000 mon.smithi136 (mon.0) 3770 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:41:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:03 smithi136 bash[11745]: audit 2022-04-26T05:41:03.208453+0000 mon.smithi136 (mon.0) 3771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:41:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:03 smithi136 bash[11745]: audit 2022-04-26T05:41:03.211372+0000 mon.smithi136 (mon.0) 3772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:41:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:03 smithi136 bash[11745]: audit 2022-04-26T05:41:03.213139+0000 mon.smithi136 (mon.0) 3773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:41:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:04 smithi136 bash[11745]: cluster 2022-04-26T05:41:03.202668+0000 mgr.smithi136.ofnrfx (mgr.14188) 5775 : cluster [DBG] pgmap v5408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:04.857 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:04 smithi136 bash[11745]: cluster 2022-04-26T05:41:03.538721+0000 mgr.smithi136.ofnrfx (mgr.14188) 5776 : cluster [DBG] pgmap v5409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:04.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:04 smithi136 bash[11745]: cluster 2022-04-26T05:41:03.539313+0000 mgr.smithi136.ofnrfx (mgr.14188) 5777 : cluster [DBG] pgmap v5410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:04.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:04 smithi136 bash[11745]: audit 2022-04-26T05:41:03.545936+0000 mon.smithi136 (mon.0) 3774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:41:04.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:04 smithi136 bash[11745]: audit 2022-04-26T05:41:03.554451+0000 mon.smithi136 (mon.0) 3775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:41:04.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:04 smithi136 bash[11745]: cephadm 2022-04-26T05:41:03.555652+0000 mgr.smithi136.ofnrfx (mgr.14188) 5778 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:41:04.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:04 smithi136 bash[11745]: cephadm 2022-04-26T05:41:03.555790+0000 mgr.smithi136.ofnrfx (mgr.14188) 5779 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:41:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:04 smithi145 bash[13673]: cluster 2022-04-26T05:41:03.202668+0000 mgr.smithi136.ofnrfx (mgr.14188) 5775 : cluster [DBG] pgmap v5408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:04 smithi145 bash[13673]: cluster 2022-04-26T05:41:03.538721+0000 mgr.smithi136.ofnrfx (mgr.14188) 5776 : cluster [DBG] pgmap v5409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:04 smithi145 bash[13673]: cluster 2022-04-26T05:41:03.539313+0000 mgr.smithi136.ofnrfx (mgr.14188) 5777 : cluster [DBG] pgmap v5410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:04 smithi145 bash[13673]: audit 2022-04-26T05:41:03.545936+0000 mon.smithi136 (mon.0) 3774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:41:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:04 smithi145 bash[13673]: audit 2022-04-26T05:41:03.554451+0000 mon.smithi136 (mon.0) 3775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:41:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:04 smithi145 bash[13673]: cephadm 2022-04-26T05:41:03.555652+0000 mgr.smithi136.ofnrfx (mgr.14188) 5778 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:41:04.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:04 smithi145 bash[13673]: cephadm 2022-04-26T05:41:03.555790+0000 mgr.smithi136.ofnrfx (mgr.14188) 5779 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:41:06.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:06.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:06.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:06.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:06 smithi136 bash[11745]: cluster 2022-04-26T05:41:05.539919+0000 mgr.smithi136.ofnrfx (mgr.14188) 5780 : cluster [DBG] pgmap v5411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:06 smithi145 bash[13673]: cluster 2022-04-26T05:41:05.539919+0000 mgr.smithi136.ofnrfx (mgr.14188) 5780 : cluster [DBG] pgmap v5411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:07 smithi136 bash[11745]: audit 2022-04-26T05:41:06.778144+0000 mon.smithi136 (mon.0) 3776 : audit [DBG] from='client.? 172.21.15.136:0/3535566798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:07 smithi145 bash[13673]: audit 2022-04-26T05:41:06.778144+0000 mon.smithi136 (mon.0) 3776 : audit [DBG] from='client.? 172.21.15.136:0/3535566798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:08 smithi145 bash[13673]: cluster 2022-04-26T05:41:07.540572+0000 mgr.smithi136.ofnrfx (mgr.14188) 5781 : cluster [DBG] pgmap v5412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:08.919 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:08 smithi136 bash[11745]: cluster 2022-04-26T05:41:07.540572+0000 mgr.smithi136.ofnrfx (mgr.14188) 5781 : cluster [DBG] pgmap v5412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:10 smithi136 bash[11745]: cluster 2022-04-26T05:41:09.541192+0000 mgr.smithi136.ofnrfx (mgr.14188) 5782 : cluster [DBG] pgmap v5413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:10 smithi145 bash[13673]: cluster 2022-04-26T05:41:09.541192+0000 mgr.smithi136.ofnrfx (mgr.14188) 5782 : cluster [DBG] pgmap v5413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:11.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:11.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:11.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:12.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:12.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:12 smithi145 bash[13673]: cluster 2022-04-26T05:41:11.541928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5783 : cluster [DBG] pgmap v5414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:12.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:12 smithi145 bash[13673]: audit 2022-04-26T05:41:12.110758+0000 mon.smithi136 (mon.0) 3777 : audit [DBG] from='client.? 172.21.15.136:0/988293016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:12 smithi136 bash[11745]: cluster 2022-04-26T05:41:11.541928+0000 mgr.smithi136.ofnrfx (mgr.14188) 5783 : cluster [DBG] pgmap v5414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:12 smithi136 bash[11745]: audit 2022-04-26T05:41:12.110758+0000 mon.smithi136 (mon.0) 3777 : audit [DBG] from='client.? 172.21.15.136:0/988293016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:14 smithi145 bash[13673]: cluster 2022-04-26T05:41:13.542621+0000 mgr.smithi136.ofnrfx (mgr.14188) 5784 : cluster [DBG] pgmap v5415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:14 smithi136 bash[11745]: cluster 2022-04-26T05:41:13.542621+0000 mgr.smithi136.ofnrfx (mgr.14188) 5784 : cluster [DBG] pgmap v5415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:16 smithi145 bash[13673]: cluster 2022-04-26T05:41:15.543368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5785 : cluster [DBG] pgmap v5416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:16 smithi136 bash[11745]: cluster 2022-04-26T05:41:15.543368+0000 mgr.smithi136.ofnrfx (mgr.14188) 5785 : cluster [DBG] pgmap v5416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:17.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:17.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:17.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:17.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:17 smithi145 bash[13673]: audit 2022-04-26T05:41:17.442831+0000 mon.smithi136 (mon.0) 3778 : audit [DBG] from='client.? 172.21.15.136:0/1160234966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:17 smithi136 bash[11745]: audit 2022-04-26T05:41:17.442831+0000 mon.smithi136 (mon.0) 3778 : audit [DBG] from='client.? 172.21.15.136:0/1160234966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:18 smithi145 bash[13673]: cluster 2022-04-26T05:41:17.544078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5786 : cluster [DBG] pgmap v5417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:18.918 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:18 smithi136 bash[11745]: cluster 2022-04-26T05:41:17.544078+0000 mgr.smithi136.ofnrfx (mgr.14188) 5786 : cluster [DBG] pgmap v5417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:20 smithi145 bash[13673]: cluster 2022-04-26T05:41:19.544718+0000 mgr.smithi136.ofnrfx (mgr.14188) 5787 : cluster [DBG] pgmap v5418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:20 smithi136 bash[11745]: cluster 2022-04-26T05:41:19.544718+0000 mgr.smithi136.ofnrfx (mgr.14188) 5787 : cluster [DBG] pgmap v5418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:22.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:22.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:22.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:22 smithi145 bash[13673]: cluster 2022-04-26T05:41:21.545353+0000 mgr.smithi136.ofnrfx (mgr.14188) 5788 : cluster [DBG] pgmap v5419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:22.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:22 smithi136 bash[11745]: cluster 2022-04-26T05:41:21.545353+0000 mgr.smithi136.ofnrfx (mgr.14188) 5788 : cluster [DBG] pgmap v5419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:23 smithi145 bash[13673]: audit 2022-04-26T05:41:22.765828+0000 mon.smithi136 (mon.0) 3779 : audit [DBG] from='client.? 172.21.15.136:0/1386569939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:23 smithi136 bash[11745]: audit 2022-04-26T05:41:22.765828+0000 mon.smithi136 (mon.0) 3779 : audit [DBG] from='client.? 172.21.15.136:0/1386569939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:24 smithi145 bash[13673]: cluster 2022-04-26T05:41:23.545980+0000 mgr.smithi136.ofnrfx (mgr.14188) 5789 : cluster [DBG] pgmap v5420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:24 smithi136 bash[11745]: cluster 2022-04-26T05:41:23.545980+0000 mgr.smithi136.ofnrfx (mgr.14188) 5789 : cluster [DBG] pgmap v5420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:26 smithi145 bash[13673]: cluster 2022-04-26T05:41:25.546601+0000 mgr.smithi136.ofnrfx (mgr.14188) 5790 : cluster [DBG] pgmap v5421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:26 smithi136 bash[11745]: cluster 2022-04-26T05:41:25.546601+0000 mgr.smithi136.ofnrfx (mgr.14188) 5790 : cluster [DBG] pgmap v5421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:27.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:27.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:27.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:28.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:28 smithi145 bash[13673]: cluster 2022-04-26T05:41:27.547236+0000 mgr.smithi136.ofnrfx (mgr.14188) 5791 : cluster [DBG] pgmap v5422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:28 smithi145 bash[13673]: audit 2022-04-26T05:41:28.096435+0000 mon.smithi136 (mon.0) 3780 : audit [DBG] from='client.? 172.21.15.136:0/4236548596' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:28.918 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:28 smithi136 bash[11745]: cluster 2022-04-26T05:41:27.547236+0000 mgr.smithi136.ofnrfx (mgr.14188) 5791 : cluster [DBG] pgmap v5422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:28.918 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:28 smithi136 bash[11745]: audit 2022-04-26T05:41:28.096435+0000 mon.smithi136 (mon.0) 3780 : audit [DBG] from='client.? 172.21.15.136:0/4236548596' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:30 smithi136 bash[11745]: cluster 2022-04-26T05:41:29.547900+0000 mgr.smithi136.ofnrfx (mgr.14188) 5792 : cluster [DBG] pgmap v5423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:30 smithi145 bash[13673]: cluster 2022-04-26T05:41:29.547900+0000 mgr.smithi136.ofnrfx (mgr.14188) 5792 : cluster [DBG] pgmap v5423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:32 smithi145 bash[13673]: cluster 2022-04-26T05:41:31.548571+0000 mgr.smithi136.ofnrfx (mgr.14188) 5793 : cluster [DBG] pgmap v5424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:32 smithi136 bash[11745]: cluster 2022-04-26T05:41:31.548571+0000 mgr.smithi136.ofnrfx (mgr.14188) 5793 : cluster [DBG] pgmap v5424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:33.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:33.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:33.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:33.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:33.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:33 smithi136 bash[11745]: audit 2022-04-26T05:41:33.417720+0000 mon.smithi136 (mon.0) 3781 : audit [DBG] from='client.? 172.21.15.136:0/3982240636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:33 smithi145 bash[13673]: audit 2022-04-26T05:41:33.417720+0000 mon.smithi136 (mon.0) 3781 : audit [DBG] from='client.? 172.21.15.136:0/3982240636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:34 smithi136 bash[11745]: cluster 2022-04-26T05:41:33.549295+0000 mgr.smithi136.ofnrfx (mgr.14188) 5794 : cluster [DBG] pgmap v5425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:34 smithi145 bash[13673]: cluster 2022-04-26T05:41:33.549295+0000 mgr.smithi136.ofnrfx (mgr.14188) 5794 : cluster [DBG] pgmap v5425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:36 smithi145 bash[13673]: cluster 2022-04-26T05:41:35.550067+0000 mgr.smithi136.ofnrfx (mgr.14188) 5795 : cluster [DBG] pgmap v5426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:36 smithi136 bash[11745]: cluster 2022-04-26T05:41:35.550067+0000 mgr.smithi136.ofnrfx (mgr.14188) 5795 : cluster [DBG] pgmap v5426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:38.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:38.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:38.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:38.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:38 smithi145 bash[13673]: cluster 2022-04-26T05:41:37.550862+0000 mgr.smithi136.ofnrfx (mgr.14188) 5796 : cluster [DBG] pgmap v5427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:38.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:38 smithi136 bash[11745]: cluster 2022-04-26T05:41:37.550862+0000 mgr.smithi136.ofnrfx (mgr.14188) 5796 : cluster [DBG] pgmap v5427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:39 smithi145 bash[13673]: audit 2022-04-26T05:41:38.749572+0000 mon.smithi136 (mon.0) 3782 : audit [DBG] from='client.? 172.21.15.136:0/1952063701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:39 smithi136 bash[11745]: audit 2022-04-26T05:41:38.749572+0000 mon.smithi136 (mon.0) 3782 : audit [DBG] from='client.? 172.21.15.136:0/1952063701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:40 smithi145 bash[13673]: cluster 2022-04-26T05:41:39.551554+0000 mgr.smithi136.ofnrfx (mgr.14188) 5797 : cluster [DBG] pgmap v5428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:40 smithi136 bash[11745]: cluster 2022-04-26T05:41:39.551554+0000 mgr.smithi136.ofnrfx (mgr.14188) 5797 : cluster [DBG] pgmap v5428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:42 smithi145 bash[13673]: cluster 2022-04-26T05:41:41.552186+0000 mgr.smithi136.ofnrfx (mgr.14188) 5798 : cluster [DBG] pgmap v5429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:42 smithi136 bash[11745]: cluster 2022-04-26T05:41:41.552186+0000 mgr.smithi136.ofnrfx (mgr.14188) 5798 : cluster [DBG] pgmap v5429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:43.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:43.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:43.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:44.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:44 smithi145 bash[13673]: cluster 2022-04-26T05:41:43.552883+0000 mgr.smithi136.ofnrfx (mgr.14188) 5799 : cluster [DBG] pgmap v5430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:44 smithi145 bash[13673]: audit 2022-04-26T05:41:44.087114+0000 mon.smithi136 (mon.0) 3783 : audit [DBG] from='client.? 172.21.15.136:0/1062952477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:44 smithi136 bash[11745]: cluster 2022-04-26T05:41:43.552883+0000 mgr.smithi136.ofnrfx (mgr.14188) 5799 : cluster [DBG] pgmap v5430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:44 smithi136 bash[11745]: audit 2022-04-26T05:41:44.087114+0000 mon.smithi136 (mon.0) 3783 : audit [DBG] from='client.? 172.21.15.136:0/1062952477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:46 smithi145 bash[13673]: cluster 2022-04-26T05:41:45.553553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5800 : cluster [DBG] pgmap v5431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:46 smithi136 bash[11745]: cluster 2022-04-26T05:41:45.553553+0000 mgr.smithi136.ofnrfx (mgr.14188) 5800 : cluster [DBG] pgmap v5431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:48 smithi145 bash[13673]: cluster 2022-04-26T05:41:47.554157+0000 mgr.smithi136.ofnrfx (mgr.14188) 5801 : cluster [DBG] pgmap v5432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:48.918 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:48 smithi136 bash[11745]: cluster 2022-04-26T05:41:47.554157+0000 mgr.smithi136.ofnrfx (mgr.14188) 5801 : cluster [DBG] pgmap v5432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:49.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:49.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:49.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:49.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:49 smithi145 bash[13673]: audit 2022-04-26T05:41:49.417821+0000 mon.smithi136 (mon.0) 3784 : audit [DBG] from='client.? 172.21.15.136:0/1546309004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:49 smithi136 bash[11745]: audit 2022-04-26T05:41:49.417821+0000 mon.smithi136 (mon.0) 3784 : audit [DBG] from='client.? 172.21.15.136:0/1546309004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:50 smithi145 bash[13673]: cluster 2022-04-26T05:41:49.554791+0000 mgr.smithi136.ofnrfx (mgr.14188) 5802 : cluster [DBG] pgmap v5433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:50 smithi136 bash[11745]: cluster 2022-04-26T05:41:49.554791+0000 mgr.smithi136.ofnrfx (mgr.14188) 5802 : cluster [DBG] pgmap v5433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:52 smithi145 bash[13673]: cluster 2022-04-26T05:41:51.555426+0000 mgr.smithi136.ofnrfx (mgr.14188) 5803 : cluster [DBG] pgmap v5434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:52 smithi136 bash[11745]: cluster 2022-04-26T05:41:51.555426+0000 mgr.smithi136.ofnrfx (mgr.14188) 5803 : cluster [DBG] pgmap v5434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:54.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:54.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:54.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:41:54.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:41:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:54 smithi145 bash[13673]: cluster 2022-04-26T05:41:53.556075+0000 mgr.smithi136.ofnrfx (mgr.14188) 5804 : cluster [DBG] pgmap v5435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:54 smithi136 bash[11745]: cluster 2022-04-26T05:41:53.556075+0000 mgr.smithi136.ofnrfx (mgr.14188) 5804 : cluster [DBG] pgmap v5435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:55 smithi145 bash[13673]: audit 2022-04-26T05:41:54.747503+0000 mon.smithi136 (mon.0) 3785 : audit [DBG] from='client.? 172.21.15.136:0/1357490281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:55 smithi136 bash[11745]: audit 2022-04-26T05:41:54.747503+0000 mon.smithi136 (mon.0) 3785 : audit [DBG] from='client.? 172.21.15.136:0/1357490281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:41:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:56 smithi145 bash[13673]: cluster 2022-04-26T05:41:55.556706+0000 mgr.smithi136.ofnrfx (mgr.14188) 5805 : cluster [DBG] pgmap v5436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:56 smithi136 bash[11745]: cluster 2022-04-26T05:41:55.556706+0000 mgr.smithi136.ofnrfx (mgr.14188) 5805 : cluster [DBG] pgmap v5436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:41:58 smithi145 bash[13673]: cluster 2022-04-26T05:41:57.557364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5806 : cluster [DBG] pgmap v5437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:58.919 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:41:58 smithi136 bash[11745]: cluster 2022-04-26T05:41:57.557364+0000 mgr.smithi136.ofnrfx (mgr.14188) 5806 : cluster [DBG] pgmap v5437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:41:59.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:41:59.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:41:59.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:00.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:00 smithi145 bash[13673]: cluster 2022-04-26T05:41:59.558043+0000 mgr.smithi136.ofnrfx (mgr.14188) 5807 : cluster [DBG] pgmap v5438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:00 smithi145 bash[13673]: audit 2022-04-26T05:42:00.068305+0000 mon.smithi136 (mon.0) 3786 : audit [DBG] from='client.? 172.21.15.136:0/3081769418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:00 smithi136 bash[11745]: cluster 2022-04-26T05:41:59.558043+0000 mgr.smithi136.ofnrfx (mgr.14188) 5807 : cluster [DBG] pgmap v5438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:01.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:00 smithi136 bash[11745]: audit 2022-04-26T05:42:00.068305+0000 mon.smithi136 (mon.0) 3786 : audit [DBG] from='client.? 172.21.15.136:0/3081769418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:02 smithi145 bash[13673]: cluster 2022-04-26T05:42:01.558768+0000 mgr.smithi136.ofnrfx (mgr.14188) 5808 : cluster [DBG] pgmap v5439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:02 smithi136 bash[11745]: cluster 2022-04-26T05:42:01.558768+0000 mgr.smithi136.ofnrfx (mgr.14188) 5808 : cluster [DBG] pgmap v5439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:03 smithi145 bash[13673]: audit 2022-04-26T05:42:02.595925+0000 mon.smithi136 (mon.0) 3787 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:42:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:03 smithi145 bash[13673]: audit 2022-04-26T05:42:02.600402+0000 mon.smithi136 (mon.0) 3788 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:42:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:03 smithi136 bash[11745]: audit 2022-04-26T05:42:02.595925+0000 mon.smithi136 (mon.0) 3787 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:42:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:03 smithi136 bash[11745]: audit 2022-04-26T05:42:02.600402+0000 mon.smithi136 (mon.0) 3788 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:42:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: cluster 2022-04-26T05:42:03.559423+0000 mgr.smithi136.ofnrfx (mgr.14188) 5809 : cluster [DBG] pgmap v5440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: audit 2022-04-26T05:42:03.567630+0000 mon.smithi136 (mon.0) 3789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: audit 2022-04-26T05:42:03.570585+0000 mon.smithi136 (mon.0) 3790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: audit 2022-04-26T05:42:03.572240+0000 mon.smithi136 (mon.0) 3791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: cluster 2022-04-26T05:42:03.899579+0000 mgr.smithi136.ofnrfx (mgr.14188) 5810 : cluster [DBG] pgmap v5441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: cluster 2022-04-26T05:42:03.899977+0000 mgr.smithi136.ofnrfx (mgr.14188) 5811 : cluster [DBG] pgmap v5442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: audit 2022-04-26T05:42:03.905756+0000 mon.smithi136 (mon.0) 3792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: audit 2022-04-26T05:42:03.914349+0000 mon.smithi136 (mon.0) 3793 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: cephadm 2022-04-26T05:42:03.915295+0000 mgr.smithi136.ofnrfx (mgr.14188) 5812 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:42:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:04 smithi145 bash[13673]: cephadm 2022-04-26T05:42:03.915458+0000 mgr.smithi136.ofnrfx (mgr.14188) 5813 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:42:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: cluster 2022-04-26T05:42:03.559423+0000 mgr.smithi136.ofnrfx (mgr.14188) 5809 : cluster [DBG] pgmap v5440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: audit 2022-04-26T05:42:03.567630+0000 mon.smithi136 (mon.0) 3789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: audit 2022-04-26T05:42:03.570585+0000 mon.smithi136 (mon.0) 3790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: audit 2022-04-26T05:42:03.572240+0000 mon.smithi136 (mon.0) 3791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: cluster 2022-04-26T05:42:03.899579+0000 mgr.smithi136.ofnrfx (mgr.14188) 5810 : cluster [DBG] pgmap v5441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: cluster 2022-04-26T05:42:03.899977+0000 mgr.smithi136.ofnrfx (mgr.14188) 5811 : cluster [DBG] pgmap v5442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: audit 2022-04-26T05:42:03.905756+0000 mon.smithi136 (mon.0) 3792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: audit 2022-04-26T05:42:03.914349+0000 mon.smithi136 (mon.0) 3793 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: cephadm 2022-04-26T05:42:03.915295+0000 mgr.smithi136.ofnrfx (mgr.14188) 5812 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:42:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:04 smithi136 bash[11745]: cephadm 2022-04-26T05:42:03.915458+0000 mgr.smithi136.ofnrfx (mgr.14188) 5813 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:42:05.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:05.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:05.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:05.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:05 smithi136 bash[11745]: audit 2022-04-26T05:42:05.400848+0000 mon.smithi136 (mon.0) 3794 : audit [DBG] from='client.? 172.21.15.136:0/910079188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:05 smithi145 bash[13673]: audit 2022-04-26T05:42:05.400848+0000 mon.smithi136 (mon.0) 3794 : audit [DBG] from='client.? 172.21.15.136:0/910079188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:06 smithi136 bash[11745]: cluster 2022-04-26T05:42:05.900581+0000 mgr.smithi136.ofnrfx (mgr.14188) 5814 : cluster [DBG] pgmap v5443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:06 smithi145 bash[13673]: cluster 2022-04-26T05:42:05.900581+0000 mgr.smithi136.ofnrfx (mgr.14188) 5814 : cluster [DBG] pgmap v5443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:08 smithi136 bash[11745]: cluster 2022-04-26T05:42:07.901214+0000 mgr.smithi136.ofnrfx (mgr.14188) 5815 : cluster [DBG] pgmap v5444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:08 smithi145 bash[13673]: cluster 2022-04-26T05:42:07.901214+0000 mgr.smithi136.ofnrfx (mgr.14188) 5815 : cluster [DBG] pgmap v5444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:10.420 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:10.420 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:10.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:10.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:10 smithi136 bash[11745]: cluster 2022-04-26T05:42:09.901812+0000 mgr.smithi136.ofnrfx (mgr.14188) 5816 : cluster [DBG] pgmap v5445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:10 smithi136 bash[11745]: audit 2022-04-26T05:42:10.727688+0000 mon.smithi136 (mon.0) 3795 : audit [DBG] from='client.? 172.21.15.136:0/419720874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:10 smithi145 bash[13673]: cluster 2022-04-26T05:42:09.901812+0000 mgr.smithi136.ofnrfx (mgr.14188) 5816 : cluster [DBG] pgmap v5445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:10 smithi145 bash[13673]: audit 2022-04-26T05:42:10.727688+0000 mon.smithi136 (mon.0) 3795 : audit [DBG] from='client.? 172.21.15.136:0/419720874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:12 smithi145 bash[13673]: cluster 2022-04-26T05:42:11.902563+0000 mgr.smithi136.ofnrfx (mgr.14188) 5817 : cluster [DBG] pgmap v5446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:12 smithi136 bash[11745]: cluster 2022-04-26T05:42:11.902563+0000 mgr.smithi136.ofnrfx (mgr.14188) 5817 : cluster [DBG] pgmap v5446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:14 smithi136 bash[11745]: cluster 2022-04-26T05:42:13.903200+0000 mgr.smithi136.ofnrfx (mgr.14188) 5818 : cluster [DBG] pgmap v5447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:14 smithi145 bash[13673]: cluster 2022-04-26T05:42:13.903200+0000 mgr.smithi136.ofnrfx (mgr.14188) 5818 : cluster [DBG] pgmap v5447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:15.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:15.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:15.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:16.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:16 smithi136 bash[11745]: cluster 2022-04-26T05:42:15.903807+0000 mgr.smithi136.ofnrfx (mgr.14188) 5819 : cluster [DBG] pgmap v5448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:16 smithi136 bash[11745]: audit 2022-04-26T05:42:16.054358+0000 mon.smithi136 (mon.0) 3796 : audit [DBG] from='client.? 172.21.15.136:0/1590039967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:16 smithi145 bash[13673]: cluster 2022-04-26T05:42:15.903807+0000 mgr.smithi136.ofnrfx (mgr.14188) 5819 : cluster [DBG] pgmap v5448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:16 smithi145 bash[13673]: audit 2022-04-26T05:42:16.054358+0000 mon.smithi136 (mon.0) 3796 : audit [DBG] from='client.? 172.21.15.136:0/1590039967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:18 smithi136 bash[11745]: cluster 2022-04-26T05:42:17.904538+0000 mgr.smithi136.ofnrfx (mgr.14188) 5820 : cluster [DBG] pgmap v5449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:18 smithi145 bash[13673]: cluster 2022-04-26T05:42:17.904538+0000 mgr.smithi136.ofnrfx (mgr.14188) 5820 : cluster [DBG] pgmap v5449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:21.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:21.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:21.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:20 smithi136 bash[11745]: cluster 2022-04-26T05:42:19.905224+0000 mgr.smithi136.ofnrfx (mgr.14188) 5821 : cluster [DBG] pgmap v5450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:21.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:21.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:20 smithi145 bash[13673]: cluster 2022-04-26T05:42:19.905224+0000 mgr.smithi136.ofnrfx (mgr.14188) 5821 : cluster [DBG] pgmap v5450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:22 smithi145 bash[13673]: audit 2022-04-26T05:42:21.376890+0000 mon.smithi136 (mon.0) 3797 : audit [DBG] from='client.? 172.21.15.136:0/3749986309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:22.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:22 smithi145 bash[13673]: cluster 2022-04-26T05:42:21.905962+0000 mgr.smithi136.ofnrfx (mgr.14188) 5822 : cluster [DBG] pgmap v5451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:22 smithi136 bash[11745]: audit 2022-04-26T05:42:21.376890+0000 mon.smithi136 (mon.0) 3797 : audit [DBG] from='client.? 172.21.15.136:0/3749986309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:22 smithi136 bash[11745]: cluster 2022-04-26T05:42:21.905962+0000 mgr.smithi136.ofnrfx (mgr.14188) 5822 : cluster [DBG] pgmap v5451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:24 smithi136 bash[11745]: cluster 2022-04-26T05:42:23.906584+0000 mgr.smithi136.ofnrfx (mgr.14188) 5823 : cluster [DBG] pgmap v5452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:24 smithi145 bash[13673]: cluster 2022-04-26T05:42:23.906584+0000 mgr.smithi136.ofnrfx (mgr.14188) 5823 : cluster [DBG] pgmap v5452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:26.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:26.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:26.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:26.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:26 smithi136 bash[11745]: cluster 2022-04-26T05:42:25.907244+0000 mgr.smithi136.ofnrfx (mgr.14188) 5824 : cluster [DBG] pgmap v5453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:27.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:26 smithi136 bash[11745]: audit 2022-04-26T05:42:26.703717+0000 mon.smithi136 (mon.0) 3798 : audit [DBG] from='client.? 172.21.15.136:0/2638717310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:26 smithi145 bash[13673]: cluster 2022-04-26T05:42:25.907244+0000 mgr.smithi136.ofnrfx (mgr.14188) 5824 : cluster [DBG] pgmap v5453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:27.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:26 smithi145 bash[13673]: audit 2022-04-26T05:42:26.703717+0000 mon.smithi136 (mon.0) 3798 : audit [DBG] from='client.? 172.21.15.136:0/2638717310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:28 smithi136 bash[11745]: cluster 2022-04-26T05:42:27.907988+0000 mgr.smithi136.ofnrfx (mgr.14188) 5825 : cluster [DBG] pgmap v5454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:28 smithi145 bash[13673]: cluster 2022-04-26T05:42:27.907988+0000 mgr.smithi136.ofnrfx (mgr.14188) 5825 : cluster [DBG] pgmap v5454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:30 smithi136 bash[11745]: cluster 2022-04-26T05:42:29.908734+0000 mgr.smithi136.ofnrfx (mgr.14188) 5826 : cluster [DBG] pgmap v5455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:30 smithi145 bash[13673]: cluster 2022-04-26T05:42:29.908734+0000 mgr.smithi136.ofnrfx (mgr.14188) 5826 : cluster [DBG] pgmap v5455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:31.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:31.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:31.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:32.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:32 smithi145 bash[13673]: cluster 2022-04-26T05:42:31.909354+0000 mgr.smithi136.ofnrfx (mgr.14188) 5827 : cluster [DBG] pgmap v5456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:32 smithi145 bash[13673]: audit 2022-04-26T05:42:32.034374+0000 mon.smithi136 (mon.0) 3799 : audit [DBG] from='client.? 172.21.15.136:0/238091529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:32 smithi136 bash[11745]: cluster 2022-04-26T05:42:31.909354+0000 mgr.smithi136.ofnrfx (mgr.14188) 5827 : cluster [DBG] pgmap v5456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:32 smithi136 bash[11745]: audit 2022-04-26T05:42:32.034374+0000 mon.smithi136 (mon.0) 3799 : audit [DBG] from='client.? 172.21.15.136:0/238091529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:34 smithi136 bash[11745]: cluster 2022-04-26T05:42:33.909970+0000 mgr.smithi136.ofnrfx (mgr.14188) 5828 : cluster [DBG] pgmap v5457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:34 smithi145 bash[13673]: cluster 2022-04-26T05:42:33.909970+0000 mgr.smithi136.ofnrfx (mgr.14188) 5828 : cluster [DBG] pgmap v5457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:37.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:37.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:37.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:36 smithi136 bash[11745]: cluster 2022-04-26T05:42:35.910650+0000 mgr.smithi136.ofnrfx (mgr.14188) 5829 : cluster [DBG] pgmap v5458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:37.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:36 smithi145 bash[13673]: cluster 2022-04-26T05:42:35.910650+0000 mgr.smithi136.ofnrfx (mgr.14188) 5829 : cluster [DBG] pgmap v5458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:37 smithi136 bash[11745]: audit 2022-04-26T05:42:37.355219+0000 mon.smithi136 (mon.0) 3800 : audit [DBG] from='client.? 172.21.15.136:0/2230943690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:37 smithi145 bash[13673]: audit 2022-04-26T05:42:37.355219+0000 mon.smithi136 (mon.0) 3800 : audit [DBG] from='client.? 172.21.15.136:0/2230943690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:38 smithi136 bash[11745]: cluster 2022-04-26T05:42:37.911351+0000 mgr.smithi136.ofnrfx (mgr.14188) 5830 : cluster [DBG] pgmap v5459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:38 smithi145 bash[13673]: cluster 2022-04-26T05:42:37.911351+0000 mgr.smithi136.ofnrfx (mgr.14188) 5830 : cluster [DBG] pgmap v5459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:40 smithi136 bash[11745]: cluster 2022-04-26T05:42:39.912042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5831 : cluster [DBG] pgmap v5460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:40 smithi145 bash[13673]: cluster 2022-04-26T05:42:39.912042+0000 mgr.smithi136.ofnrfx (mgr.14188) 5831 : cluster [DBG] pgmap v5460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:42.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:42.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:42.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:42 smithi145 bash[13673]: cluster 2022-04-26T05:42:41.912702+0000 mgr.smithi136.ofnrfx (mgr.14188) 5832 : cluster [DBG] pgmap v5461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:42.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:42 smithi136 bash[11745]: cluster 2022-04-26T05:42:41.912702+0000 mgr.smithi136.ofnrfx (mgr.14188) 5832 : cluster [DBG] pgmap v5461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:43 smithi145 bash[13673]: audit 2022-04-26T05:42:42.684688+0000 mon.smithi136 (mon.0) 3801 : audit [DBG] from='client.? 172.21.15.136:0/14322481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:43 smithi136 bash[11745]: audit 2022-04-26T05:42:42.684688+0000 mon.smithi136 (mon.0) 3801 : audit [DBG] from='client.? 172.21.15.136:0/14322481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:44 smithi145 bash[13673]: cluster 2022-04-26T05:42:43.913304+0000 mgr.smithi136.ofnrfx (mgr.14188) 5833 : cluster [DBG] pgmap v5462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:44 smithi136 bash[11745]: cluster 2022-04-26T05:42:43.913304+0000 mgr.smithi136.ofnrfx (mgr.14188) 5833 : cluster [DBG] pgmap v5462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:47.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:46 smithi136 bash[11745]: cluster 2022-04-26T05:42:45.913976+0000 mgr.smithi136.ofnrfx (mgr.14188) 5834 : cluster [DBG] pgmap v5463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:46 smithi145 bash[13673]: cluster 2022-04-26T05:42:45.913976+0000 mgr.smithi136.ofnrfx (mgr.14188) 5834 : cluster [DBG] pgmap v5463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:47.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:47.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:47.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:48.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:48 smithi136 bash[11745]: cluster 2022-04-26T05:42:47.914649+0000 mgr.smithi136.ofnrfx (mgr.14188) 5835 : cluster [DBG] pgmap v5464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:48 smithi136 bash[11745]: audit 2022-04-26T05:42:48.014322+0000 mon.smithi136 (mon.0) 3802 : audit [DBG] from='client.? 172.21.15.136:0/2122174044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:48 smithi145 bash[13673]: cluster 2022-04-26T05:42:47.914649+0000 mgr.smithi136.ofnrfx (mgr.14188) 5835 : cluster [DBG] pgmap v5464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:48 smithi145 bash[13673]: audit 2022-04-26T05:42:48.014322+0000 mon.smithi136 (mon.0) 3802 : audit [DBG] from='client.? 172.21.15.136:0/2122174044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:50 smithi136 bash[11745]: cluster 2022-04-26T05:42:49.915292+0000 mgr.smithi136.ofnrfx (mgr.14188) 5836 : cluster [DBG] pgmap v5465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:50 smithi145 bash[13673]: cluster 2022-04-26T05:42:49.915292+0000 mgr.smithi136.ofnrfx (mgr.14188) 5836 : cluster [DBG] pgmap v5465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:52 smithi145 bash[13673]: cluster 2022-04-26T05:42:51.915919+0000 mgr.smithi136.ofnrfx (mgr.14188) 5837 : cluster [DBG] pgmap v5466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:52 smithi136 bash[11745]: cluster 2022-04-26T05:42:51.915919+0000 mgr.smithi136.ofnrfx (mgr.14188) 5837 : cluster [DBG] pgmap v5466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:53.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:53.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:53.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:53.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:53 smithi145 bash[13673]: audit 2022-04-26T05:42:53.339360+0000 mon.smithi136 (mon.0) 3803 : audit [DBG] from='client.? 172.21.15.136:0/1709108156' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:53 smithi136 bash[11745]: audit 2022-04-26T05:42:53.339360+0000 mon.smithi136 (mon.0) 3803 : audit [DBG] from='client.? 172.21.15.136:0/1709108156' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:54 smithi145 bash[13673]: cluster 2022-04-26T05:42:53.916538+0000 mgr.smithi136.ofnrfx (mgr.14188) 5838 : cluster [DBG] pgmap v5467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:54 smithi136 bash[11745]: cluster 2022-04-26T05:42:53.916538+0000 mgr.smithi136.ofnrfx (mgr.14188) 5838 : cluster [DBG] pgmap v5467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:56 smithi136 bash[11745]: cluster 2022-04-26T05:42:55.917215+0000 mgr.smithi136.ofnrfx (mgr.14188) 5839 : cluster [DBG] pgmap v5468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:56 smithi145 bash[13673]: cluster 2022-04-26T05:42:55.917215+0000 mgr.smithi136.ofnrfx (mgr.14188) 5839 : cluster [DBG] pgmap v5468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:58.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:42:58.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:42:58.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:42:58.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:42:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:58 smithi136 bash[11745]: cluster 2022-04-26T05:42:57.917992+0000 mgr.smithi136.ofnrfx (mgr.14188) 5840 : cluster [DBG] pgmap v5469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:42:58 smithi136 bash[11745]: audit 2022-04-26T05:42:58.666426+0000 mon.smithi136 (mon.0) 3804 : audit [DBG] from='client.? 172.21.15.136:0/1958537358' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:42:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:58 smithi145 bash[13673]: cluster 2022-04-26T05:42:57.917992+0000 mgr.smithi136.ofnrfx (mgr.14188) 5840 : cluster [DBG] pgmap v5469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:42:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:42:58 smithi145 bash[13673]: audit 2022-04-26T05:42:58.666426+0000 mon.smithi136 (mon.0) 3804 : audit [DBG] from='client.? 172.21.15.136:0/1958537358' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:00 smithi136 bash[11745]: cluster 2022-04-26T05:42:59.918658+0000 mgr.smithi136.ofnrfx (mgr.14188) 5841 : cluster [DBG] pgmap v5470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:00 smithi145 bash[13673]: cluster 2022-04-26T05:42:59.918658+0000 mgr.smithi136.ofnrfx (mgr.14188) 5841 : cluster [DBG] pgmap v5470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:02 smithi145 bash[13673]: cluster 2022-04-26T05:43:01.919309+0000 mgr.smithi136.ofnrfx (mgr.14188) 5842 : cluster [DBG] pgmap v5471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:02 smithi136 bash[11745]: cluster 2022-04-26T05:43:01.919309+0000 mgr.smithi136.ofnrfx (mgr.14188) 5842 : cluster [DBG] pgmap v5471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:03 smithi145 bash[13673]: audit 2022-04-26T05:43:02.600361+0000 mon.smithi136 (mon.0) 3805 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:43:03.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:03 smithi145 bash[13673]: audit 2022-04-26T05:43:02.604311+0000 mon.smithi136 (mon.0) 3806 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:43:03.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:03.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:03.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:03 smithi136 bash[11745]: audit 2022-04-26T05:43:02.600361+0000 mon.smithi136 (mon.0) 3805 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:43:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:03 smithi136 bash[11745]: audit 2022-04-26T05:43:02.604311+0000 mon.smithi136 (mon.0) 3806 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:43:04.031 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:04 smithi145 bash[13673]: cluster 2022-04-26T05:43:03.920027+0000 mgr.smithi136.ofnrfx (mgr.14188) 5843 : cluster [DBG] pgmap v5472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:04 smithi145 bash[13673]: audit 2022-04-26T05:43:03.925648+0000 mon.smithi136 (mon.0) 3807 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:43:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:04 smithi145 bash[13673]: audit 2022-04-26T05:43:03.927925+0000 mon.smithi136 (mon.0) 3808 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:43:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:04 smithi145 bash[13673]: audit 2022-04-26T05:43:03.929303+0000 mon.smithi136 (mon.0) 3809 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:43:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:04 smithi145 bash[13673]: audit 2022-04-26T05:43:04.014985+0000 mon.smithi136 (mon.0) 3810 : audit [DBG] from='client.? 172.21.15.136:0/3909552956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:04 smithi145 bash[13673]: audit 2022-04-26T05:43:04.264093+0000 mon.smithi136 (mon.0) 3811 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:43:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:04 smithi145 bash[13673]: audit 2022-04-26T05:43:04.271045+0000 mon.smithi136 (mon.0) 3812 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:43:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:04 smithi136 bash[11745]: cluster 2022-04-26T05:43:03.920027+0000 mgr.smithi136.ofnrfx (mgr.14188) 5843 : cluster [DBG] pgmap v5472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:04 smithi136 bash[11745]: audit 2022-04-26T05:43:03.925648+0000 mon.smithi136 (mon.0) 3807 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:43:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:04 smithi136 bash[11745]: audit 2022-04-26T05:43:03.927925+0000 mon.smithi136 (mon.0) 3808 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:43:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:04 smithi136 bash[11745]: audit 2022-04-26T05:43:03.929303+0000 mon.smithi136 (mon.0) 3809 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:43:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:04 smithi136 bash[11745]: audit 2022-04-26T05:43:04.014985+0000 mon.smithi136 (mon.0) 3810 : audit [DBG] from='client.? 172.21.15.136:0/3909552956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:04 smithi136 bash[11745]: audit 2022-04-26T05:43:04.264093+0000 mon.smithi136 (mon.0) 3811 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:43:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:04 smithi136 bash[11745]: audit 2022-04-26T05:43:04.271045+0000 mon.smithi136 (mon.0) 3812 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:43:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:05 smithi145 bash[13673]: cluster 2022-04-26T05:43:04.257163+0000 mgr.smithi136.ofnrfx (mgr.14188) 5844 : cluster [DBG] pgmap v5473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:05 smithi145 bash[13673]: cluster 2022-04-26T05:43:04.257725+0000 mgr.smithi136.ofnrfx (mgr.14188) 5845 : cluster [DBG] pgmap v5474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:05 smithi145 bash[13673]: cephadm 2022-04-26T05:43:04.272136+0000 mgr.smithi136.ofnrfx (mgr.14188) 5846 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:43:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:05 smithi145 bash[13673]: cephadm 2022-04-26T05:43:04.272271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5847 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:43:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:05 smithi136 bash[11745]: cluster 2022-04-26T05:43:04.257163+0000 mgr.smithi136.ofnrfx (mgr.14188) 5844 : cluster [DBG] pgmap v5473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:05.841 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:05 smithi136 bash[11745]: cluster 2022-04-26T05:43:04.257725+0000 mgr.smithi136.ofnrfx (mgr.14188) 5845 : cluster [DBG] pgmap v5474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:05.841 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:05 smithi136 bash[11745]: cephadm 2022-04-26T05:43:04.272136+0000 mgr.smithi136.ofnrfx (mgr.14188) 5846 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:43:05.841 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:05 smithi136 bash[11745]: cephadm 2022-04-26T05:43:04.272271+0000 mgr.smithi136.ofnrfx (mgr.14188) 5847 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:43:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:07 smithi145 bash[13673]: cluster 2022-04-26T05:43:06.258592+0000 mgr.smithi136.ofnrfx (mgr.14188) 5848 : cluster [DBG] pgmap v5475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:07 smithi136 bash[11745]: cluster 2022-04-26T05:43:06.258592+0000 mgr.smithi136.ofnrfx (mgr.14188) 5848 : cluster [DBG] pgmap v5475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:09.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:09.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:09.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:09.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:09 smithi145 bash[13673]: cluster 2022-04-26T05:43:08.259375+0000 mgr.smithi136.ofnrfx (mgr.14188) 5849 : cluster [DBG] pgmap v5476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:09.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:09 smithi145 bash[13673]: audit 2022-04-26T05:43:09.337992+0000 mon.smithi136 (mon.0) 3813 : audit [DBG] from='client.? 172.21.15.136:0/97861988' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:09 smithi136 bash[11745]: cluster 2022-04-26T05:43:08.259375+0000 mgr.smithi136.ofnrfx (mgr.14188) 5849 : cluster [DBG] pgmap v5476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:09.854 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:09 smithi136 bash[11745]: audit 2022-04-26T05:43:09.337992+0000 mon.smithi136 (mon.0) 3813 : audit [DBG] from='client.? 172.21.15.136:0/97861988' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:11 smithi136 bash[11745]: cluster 2022-04-26T05:43:10.260057+0000 mgr.smithi136.ofnrfx (mgr.14188) 5850 : cluster [DBG] pgmap v5477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:11 smithi145 bash[13673]: cluster 2022-04-26T05:43:10.260057+0000 mgr.smithi136.ofnrfx (mgr.14188) 5850 : cluster [DBG] pgmap v5477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:13 smithi136 bash[11745]: cluster 2022-04-26T05:43:12.260693+0000 mgr.smithi136.ofnrfx (mgr.14188) 5851 : cluster [DBG] pgmap v5478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:13 smithi145 bash[13673]: cluster 2022-04-26T05:43:12.260693+0000 mgr.smithi136.ofnrfx (mgr.14188) 5851 : cluster [DBG] pgmap v5478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:14.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:14.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:14.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:14.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:15 smithi136 bash[11745]: cluster 2022-04-26T05:43:14.261430+0000 mgr.smithi136.ofnrfx (mgr.14188) 5852 : cluster [DBG] pgmap v5479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:15 smithi136 bash[11745]: audit 2022-04-26T05:43:14.664118+0000 mon.smithi136 (mon.0) 3814 : audit [DBG] from='client.? 172.21.15.136:0/3991633093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:15 smithi145 bash[13673]: cluster 2022-04-26T05:43:14.261430+0000 mgr.smithi136.ofnrfx (mgr.14188) 5852 : cluster [DBG] pgmap v5479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:15 smithi145 bash[13673]: audit 2022-04-26T05:43:14.664118+0000 mon.smithi136 (mon.0) 3814 : audit [DBG] from='client.? 172.21.15.136:0/3991633093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:17 smithi136 bash[11745]: cluster 2022-04-26T05:43:16.262133+0000 mgr.smithi136.ofnrfx (mgr.14188) 5853 : cluster [DBG] pgmap v5480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:17 smithi145 bash[13673]: cluster 2022-04-26T05:43:16.262133+0000 mgr.smithi136.ofnrfx (mgr.14188) 5853 : cluster [DBG] pgmap v5480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:19.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:19.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:19.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:19 smithi136 bash[11745]: cluster 2022-04-26T05:43:18.262787+0000 mgr.smithi136.ofnrfx (mgr.14188) 5854 : cluster [DBG] pgmap v5481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:19 smithi145 bash[13673]: cluster 2022-04-26T05:43:18.262787+0000 mgr.smithi136.ofnrfx (mgr.14188) 5854 : cluster [DBG] pgmap v5481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:20.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:20 smithi136 bash[11745]: audit 2022-04-26T05:43:19.991186+0000 mon.smithi136 (mon.0) 3815 : audit [DBG] from='client.? 172.21.15.136:0/3381086215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:20 smithi145 bash[13673]: audit 2022-04-26T05:43:19.991186+0000 mon.smithi136 (mon.0) 3815 : audit [DBG] from='client.? 172.21.15.136:0/3381086215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:21 smithi136 bash[11745]: cluster 2022-04-26T05:43:20.263373+0000 mgr.smithi136.ofnrfx (mgr.14188) 5855 : cluster [DBG] pgmap v5482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:21 smithi145 bash[13673]: cluster 2022-04-26T05:43:20.263373+0000 mgr.smithi136.ofnrfx (mgr.14188) 5855 : cluster [DBG] pgmap v5482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:23 smithi136 bash[11745]: cluster 2022-04-26T05:43:22.264000+0000 mgr.smithi136.ofnrfx (mgr.14188) 5856 : cluster [DBG] pgmap v5483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:23 smithi145 bash[13673]: cluster 2022-04-26T05:43:22.264000+0000 mgr.smithi136.ofnrfx (mgr.14188) 5856 : cluster [DBG] pgmap v5483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:25.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:25.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:25.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:25.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:25 smithi136 bash[11745]: cluster 2022-04-26T05:43:24.264675+0000 mgr.smithi136.ofnrfx (mgr.14188) 5857 : cluster [DBG] pgmap v5484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:25 smithi136 bash[11745]: audit 2022-04-26T05:43:25.324269+0000 mon.smithi136 (mon.0) 3816 : audit [DBG] from='client.? 172.21.15.136:0/172912088' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:25 smithi145 bash[13673]: cluster 2022-04-26T05:43:24.264675+0000 mgr.smithi136.ofnrfx (mgr.14188) 5857 : cluster [DBG] pgmap v5484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:25 smithi145 bash[13673]: audit 2022-04-26T05:43:25.324269+0000 mon.smithi136 (mon.0) 3816 : audit [DBG] from='client.? 172.21.15.136:0/172912088' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:27 smithi136 bash[11745]: cluster 2022-04-26T05:43:26.265278+0000 mgr.smithi136.ofnrfx (mgr.14188) 5858 : cluster [DBG] pgmap v5485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:27 smithi145 bash[13673]: cluster 2022-04-26T05:43:26.265278+0000 mgr.smithi136.ofnrfx (mgr.14188) 5858 : cluster [DBG] pgmap v5485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:29 smithi136 bash[11745]: cluster 2022-04-26T05:43:28.265904+0000 mgr.smithi136.ofnrfx (mgr.14188) 5859 : cluster [DBG] pgmap v5486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:29 smithi145 bash[13673]: cluster 2022-04-26T05:43:28.265904+0000 mgr.smithi136.ofnrfx (mgr.14188) 5859 : cluster [DBG] pgmap v5486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:30.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:30.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:30.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:30.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:31 smithi136 bash[11745]: cluster 2022-04-26T05:43:30.266545+0000 mgr.smithi136.ofnrfx (mgr.14188) 5860 : cluster [DBG] pgmap v5487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:31 smithi136 bash[11745]: audit 2022-04-26T05:43:30.649434+0000 mon.smithi136 (mon.0) 3817 : audit [DBG] from='client.? 172.21.15.136:0/763462538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:31 smithi145 bash[13673]: cluster 2022-04-26T05:43:30.266545+0000 mgr.smithi136.ofnrfx (mgr.14188) 5860 : cluster [DBG] pgmap v5487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:31 smithi145 bash[13673]: audit 2022-04-26T05:43:30.649434+0000 mon.smithi136 (mon.0) 3817 : audit [DBG] from='client.? 172.21.15.136:0/763462538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:33.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:33 smithi136 bash[11745]: cluster 2022-04-26T05:43:32.267301+0000 mgr.smithi136.ofnrfx (mgr.14188) 5861 : cluster [DBG] pgmap v5488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:33 smithi145 bash[13673]: cluster 2022-04-26T05:43:32.267301+0000 mgr.smithi136.ofnrfx (mgr.14188) 5861 : cluster [DBG] pgmap v5488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:35.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:35.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:35.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:35 smithi136 bash[11745]: cluster 2022-04-26T05:43:34.268040+0000 mgr.smithi136.ofnrfx (mgr.14188) 5862 : cluster [DBG] pgmap v5489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:35 smithi145 bash[13673]: cluster 2022-04-26T05:43:34.268040+0000 mgr.smithi136.ofnrfx (mgr.14188) 5862 : cluster [DBG] pgmap v5489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:35.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:36 smithi136 bash[11745]: audit 2022-04-26T05:43:35.972337+0000 mon.smithi136 (mon.0) 3818 : audit [DBG] from='client.? 172.21.15.136:0/2228290416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:36 smithi145 bash[13673]: audit 2022-04-26T05:43:35.972337+0000 mon.smithi136 (mon.0) 3818 : audit [DBG] from='client.? 172.21.15.136:0/2228290416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:37.817 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:37 smithi136 bash[11745]: cluster 2022-04-26T05:43:36.268810+0000 mgr.smithi136.ofnrfx (mgr.14188) 5863 : cluster [DBG] pgmap v5490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:37 smithi145 bash[13673]: cluster 2022-04-26T05:43:36.268810+0000 mgr.smithi136.ofnrfx (mgr.14188) 5863 : cluster [DBG] pgmap v5490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:39.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:39 smithi136 bash[11745]: cluster 2022-04-26T05:43:38.269494+0000 mgr.smithi136.ofnrfx (mgr.14188) 5864 : cluster [DBG] pgmap v5491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:39 smithi145 bash[13673]: cluster 2022-04-26T05:43:38.269494+0000 mgr.smithi136.ofnrfx (mgr.14188) 5864 : cluster [DBG] pgmap v5491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:40.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:41.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:41.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:41.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:41 smithi136 bash[11745]: cluster 2022-04-26T05:43:40.270114+0000 mgr.smithi136.ofnrfx (mgr.14188) 5865 : cluster [DBG] pgmap v5492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:41 smithi136 bash[11745]: audit 2022-04-26T05:43:41.300537+0000 mon.smithi136 (mon.0) 3819 : audit [DBG] from='client.? 172.21.15.136:0/3246056394' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:41 smithi145 bash[13673]: cluster 2022-04-26T05:43:40.270114+0000 mgr.smithi136.ofnrfx (mgr.14188) 5865 : cluster [DBG] pgmap v5492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:41 smithi145 bash[13673]: audit 2022-04-26T05:43:41.300537+0000 mon.smithi136 (mon.0) 3819 : audit [DBG] from='client.? 172.21.15.136:0/3246056394' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:43.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:43 smithi136 bash[11745]: cluster 2022-04-26T05:43:42.270769+0000 mgr.smithi136.ofnrfx (mgr.14188) 5866 : cluster [DBG] pgmap v5493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:43 smithi145 bash[13673]: cluster 2022-04-26T05:43:42.270769+0000 mgr.smithi136.ofnrfx (mgr.14188) 5866 : cluster [DBG] pgmap v5493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:45 smithi136 bash[11745]: cluster 2022-04-26T05:43:44.271396+0000 mgr.smithi136.ofnrfx (mgr.14188) 5867 : cluster [DBG] pgmap v5494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:45.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:45 smithi145 bash[13673]: cluster 2022-04-26T05:43:44.271396+0000 mgr.smithi136.ofnrfx (mgr.14188) 5867 : cluster [DBG] pgmap v5494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:46.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:46.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:46.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:46.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:47 smithi136 bash[11745]: cluster 2022-04-26T05:43:46.272085+0000 mgr.smithi136.ofnrfx (mgr.14188) 5868 : cluster [DBG] pgmap v5495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:47 smithi136 bash[11745]: audit 2022-04-26T05:43:46.628996+0000 mon.smithi136 (mon.0) 3820 : audit [DBG] from='client.? 172.21.15.136:0/3005441863' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:47.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:47 smithi145 bash[13673]: cluster 2022-04-26T05:43:46.272085+0000 mgr.smithi136.ofnrfx (mgr.14188) 5868 : cluster [DBG] pgmap v5495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:47.906 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:47 smithi145 bash[13673]: audit 2022-04-26T05:43:46.628996+0000 mon.smithi136 (mon.0) 3820 : audit [DBG] from='client.? 172.21.15.136:0/3005441863' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:49 smithi136 bash[11745]: cluster 2022-04-26T05:43:48.272750+0000 mgr.smithi136.ofnrfx (mgr.14188) 5869 : cluster [DBG] pgmap v5496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:49.906 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:49 smithi145 bash[13673]: cluster 2022-04-26T05:43:48.272750+0000 mgr.smithi136.ofnrfx (mgr.14188) 5869 : cluster [DBG] pgmap v5496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:51.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:51.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:51.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:51 smithi136 bash[11745]: cluster 2022-04-26T05:43:50.273344+0000 mgr.smithi136.ofnrfx (mgr.14188) 5870 : cluster [DBG] pgmap v5497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:51 smithi145 bash[13673]: cluster 2022-04-26T05:43:50.273344+0000 mgr.smithi136.ofnrfx (mgr.14188) 5870 : cluster [DBG] pgmap v5497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:51.978 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:52 smithi136 bash[11745]: audit 2022-04-26T05:43:51.962058+0000 mon.smithi136 (mon.0) 3821 : audit [DBG] from='client.? 172.21.15.136:0/1675885625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:52 smithi145 bash[13673]: audit 2022-04-26T05:43:51.962058+0000 mon.smithi136 (mon.0) 3821 : audit [DBG] from='client.? 172.21.15.136:0/1675885625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:53 smithi136 bash[11745]: cluster 2022-04-26T05:43:52.273968+0000 mgr.smithi136.ofnrfx (mgr.14188) 5871 : cluster [DBG] pgmap v5498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:53 smithi145 bash[13673]: cluster 2022-04-26T05:43:52.273968+0000 mgr.smithi136.ofnrfx (mgr.14188) 5871 : cluster [DBG] pgmap v5498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:55 smithi136 bash[11745]: cluster 2022-04-26T05:43:54.274707+0000 mgr.smithi136.ofnrfx (mgr.14188) 5872 : cluster [DBG] pgmap v5499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:55 smithi145 bash[13673]: cluster 2022-04-26T05:43:54.274707+0000 mgr.smithi136.ofnrfx (mgr.14188) 5872 : cluster [DBG] pgmap v5499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:56.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:43:57.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:43:57.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:43:57.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:43:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:57 smithi136 bash[11745]: cluster 2022-04-26T05:43:56.275504+0000 mgr.smithi136.ofnrfx (mgr.14188) 5873 : cluster [DBG] pgmap v5500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:57 smithi136 bash[11745]: audit 2022-04-26T05:43:57.295024+0000 mon.smithi136 (mon.0) 3822 : audit [DBG] from='client.? 172.21.15.136:0/1770093200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:57 smithi145 bash[13673]: cluster 2022-04-26T05:43:56.275504+0000 mgr.smithi136.ofnrfx (mgr.14188) 5873 : cluster [DBG] pgmap v5500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:57 smithi145 bash[13673]: audit 2022-04-26T05:43:57.295024+0000 mon.smithi136 (mon.0) 3822 : audit [DBG] from='client.? 172.21.15.136:0/1770093200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:43:59.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:43:59 smithi136 bash[11745]: cluster 2022-04-26T05:43:58.276281+0000 mgr.smithi136.ofnrfx (mgr.14188) 5874 : cluster [DBG] pgmap v5501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:43:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:43:59 smithi145 bash[13673]: cluster 2022-04-26T05:43:58.276281+0000 mgr.smithi136.ofnrfx (mgr.14188) 5874 : cluster [DBG] pgmap v5501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:01 smithi136 bash[11745]: cluster 2022-04-26T05:44:00.276920+0000 mgr.smithi136.ofnrfx (mgr.14188) 5875 : cluster [DBG] pgmap v5502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:01 smithi145 bash[13673]: cluster 2022-04-26T05:44:00.276920+0000 mgr.smithi136.ofnrfx (mgr.14188) 5875 : cluster [DBG] pgmap v5502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:02.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:02.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:02.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:02.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:03 smithi136 bash[11745]: cluster 2022-04-26T05:44:02.277564+0000 mgr.smithi136.ofnrfx (mgr.14188) 5876 : cluster [DBG] pgmap v5503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:03 smithi136 bash[11745]: audit 2022-04-26T05:44:02.604416+0000 mon.smithi136 (mon.0) 3823 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:44:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:03 smithi136 bash[11745]: audit 2022-04-26T05:44:02.608178+0000 mon.smithi136 (mon.0) 3824 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:44:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:03 smithi136 bash[11745]: audit 2022-04-26T05:44:02.624481+0000 mon.smithi136 (mon.0) 3825 : audit [DBG] from='client.? 172.21.15.136:0/545986878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:03 smithi145 bash[13673]: cluster 2022-04-26T05:44:02.277564+0000 mgr.smithi136.ofnrfx (mgr.14188) 5876 : cluster [DBG] pgmap v5503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:03.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:03 smithi145 bash[13673]: audit 2022-04-26T05:44:02.604416+0000 mon.smithi136 (mon.0) 3823 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:44:03.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:03 smithi145 bash[13673]: audit 2022-04-26T05:44:02.608178+0000 mon.smithi136 (mon.0) 3824 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:44:03.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:03 smithi145 bash[13673]: audit 2022-04-26T05:44:02.624481+0000 mon.smithi136 (mon.0) 3825 : audit [DBG] from='client.? 172.21.15.136:0/545986878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:04 smithi145 bash[13673]: audit 2022-04-26T05:44:04.282900+0000 mon.smithi136 (mon.0) 3826 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:44:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:04 smithi145 bash[13673]: audit 2022-04-26T05:44:04.285921+0000 mon.smithi136 (mon.0) 3827 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:44:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:04 smithi145 bash[13673]: audit 2022-04-26T05:44:04.288102+0000 mon.smithi136 (mon.0) 3828 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:44:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:04 smithi136 bash[11745]: audit 2022-04-26T05:44:04.282900+0000 mon.smithi136 (mon.0) 3826 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:44:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:04 smithi136 bash[11745]: audit 2022-04-26T05:44:04.285921+0000 mon.smithi136 (mon.0) 3827 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:44:05.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:04 smithi136 bash[11745]: audit 2022-04-26T05:44:04.288102+0000 mon.smithi136 (mon.0) 3828 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:44:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:05 smithi145 bash[13673]: cluster 2022-04-26T05:44:04.278278+0000 mgr.smithi136.ofnrfx (mgr.14188) 5877 : cluster [DBG] pgmap v5504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:06.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:05 smithi136 bash[11745]: cluster 2022-04-26T05:44:04.278278+0000 mgr.smithi136.ofnrfx (mgr.14188) 5877 : cluster [DBG] pgmap v5504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:07.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:07.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:07.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:07 smithi145 bash[13673]: cluster 2022-04-26T05:44:06.279067+0000 mgr.smithi136.ofnrfx (mgr.14188) 5878 : cluster [DBG] pgmap v5505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:07.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:07 smithi136 bash[11745]: cluster 2022-04-26T05:44:06.279067+0000 mgr.smithi136.ofnrfx (mgr.14188) 5878 : cluster [DBG] pgmap v5505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:08 smithi145 bash[13673]: audit 2022-04-26T05:44:07.955089+0000 mon.smithi136 (mon.0) 3829 : audit [DBG] from='client.? 172.21.15.136:0/1024657014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:08 smithi145 bash[13673]: audit 2022-04-26T05:44:08.115532+0000 mon.smithi136 (mon.0) 3830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:44:08.922 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:08 smithi136 bash[11745]: audit 2022-04-26T05:44:07.955089+0000 mon.smithi136 (mon.0) 3829 : audit [DBG] from='client.? 172.21.15.136:0/1024657014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:08.922 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:08 smithi136 bash[11745]: audit 2022-04-26T05:44:08.115532+0000 mon.smithi136 (mon.0) 3830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:44:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: cluster 2022-04-26T05:44:08.279560+0000 mgr.smithi136.ofnrfx (mgr.14188) 5879 : cluster [DBG] pgmap v5506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: audit 2022-04-26T05:44:08.716082+0000 mon.smithi136 (mon.0) 3831 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:44:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: cluster 2022-04-26T05:44:09.002477+0000 mgr.smithi136.ofnrfx (mgr.14188) 5880 : cluster [DBG] pgmap v5507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: cluster 2022-04-26T05:44:09.002870+0000 mgr.smithi136.ofnrfx (mgr.14188) 5881 : cluster [DBG] pgmap v5508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: audit 2022-04-26T05:44:09.009065+0000 mon.smithi136 (mon.0) 3832 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:44:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: audit 2022-04-26T05:44:09.018461+0000 mon.smithi136 (mon.0) 3833 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:44:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: cephadm 2022-04-26T05:44:09.019810+0000 mgr.smithi136.ofnrfx (mgr.14188) 5882 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:44:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:09 smithi136 bash[11745]: cephadm 2022-04-26T05:44:09.020010+0000 mgr.smithi136.ofnrfx (mgr.14188) 5883 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: cluster 2022-04-26T05:44:08.279560+0000 mgr.smithi136.ofnrfx (mgr.14188) 5879 : cluster [DBG] pgmap v5506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: audit 2022-04-26T05:44:08.716082+0000 mon.smithi136 (mon.0) 3831 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: cluster 2022-04-26T05:44:09.002477+0000 mgr.smithi136.ofnrfx (mgr.14188) 5880 : cluster [DBG] pgmap v5507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: cluster 2022-04-26T05:44:09.002870+0000 mgr.smithi136.ofnrfx (mgr.14188) 5881 : cluster [DBG] pgmap v5508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: audit 2022-04-26T05:44:09.009065+0000 mon.smithi136 (mon.0) 3832 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: audit 2022-04-26T05:44:09.018461+0000 mon.smithi136 (mon.0) 3833 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: cephadm 2022-04-26T05:44:09.019810+0000 mgr.smithi136.ofnrfx (mgr.14188) 5882 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:44:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:09 smithi145 bash[13673]: cephadm 2022-04-26T05:44:09.020010+0000 mgr.smithi136.ofnrfx (mgr.14188) 5883 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:44:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:12 smithi145 bash[13673]: cluster 2022-04-26T05:44:11.003586+0000 mgr.smithi136.ofnrfx (mgr.14188) 5884 : cluster [DBG] pgmap v5509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:12 smithi136 bash[11745]: cluster 2022-04-26T05:44:11.003586+0000 mgr.smithi136.ofnrfx (mgr.14188) 5884 : cluster [DBG] pgmap v5509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:12.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:12.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:12.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:13.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:14.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:14 smithi145 bash[13673]: cluster 2022-04-26T05:44:13.004217+0000 mgr.smithi136.ofnrfx (mgr.14188) 5885 : cluster [DBG] pgmap v5510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:14.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:14 smithi145 bash[13673]: audit 2022-04-26T05:44:13.283201+0000 mon.smithi136 (mon.0) 3834 : audit [DBG] from='client.? 172.21.15.136:0/3102217816' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:14 smithi136 bash[11745]: cluster 2022-04-26T05:44:13.004217+0000 mgr.smithi136.ofnrfx (mgr.14188) 5885 : cluster [DBG] pgmap v5510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:14.764 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:14 smithi136 bash[11745]: audit 2022-04-26T05:44:13.283201+0000 mon.smithi136 (mon.0) 3834 : audit [DBG] from='client.? 172.21.15.136:0/3102217816' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:16.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:16 smithi145 bash[13673]: cluster 2022-04-26T05:44:15.004886+0000 mgr.smithi136.ofnrfx (mgr.14188) 5886 : cluster [DBG] pgmap v5511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:16 smithi136 bash[11745]: cluster 2022-04-26T05:44:15.004886+0000 mgr.smithi136.ofnrfx (mgr.14188) 5886 : cluster [DBG] pgmap v5511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:17 smithi145 bash[13673]: cluster 2022-04-26T05:44:17.005497+0000 mgr.smithi136.ofnrfx (mgr.14188) 5887 : cluster [DBG] pgmap v5512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:17 smithi136 bash[11745]: cluster 2022-04-26T05:44:17.005497+0000 mgr.smithi136.ofnrfx (mgr.14188) 5887 : cluster [DBG] pgmap v5512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:18.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:18.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:18.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:18.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:18.923 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:18 smithi136 bash[11745]: audit 2022-04-26T05:44:18.616952+0000 mon.smithi136 (mon.0) 3835 : audit [DBG] from='client.? 172.21.15.136:0/66176279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:18 smithi145 bash[13673]: audit 2022-04-26T05:44:18.616952+0000 mon.smithi136 (mon.0) 3835 : audit [DBG] from='client.? 172.21.15.136:0/66176279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:19 smithi136 bash[11745]: cluster 2022-04-26T05:44:19.006106+0000 mgr.smithi136.ofnrfx (mgr.14188) 5888 : cluster [DBG] pgmap v5513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:19 smithi145 bash[13673]: cluster 2022-04-26T05:44:19.006106+0000 mgr.smithi136.ofnrfx (mgr.14188) 5888 : cluster [DBG] pgmap v5513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:22 smithi145 bash[13673]: cluster 2022-04-26T05:44:21.006681+0000 mgr.smithi136.ofnrfx (mgr.14188) 5889 : cluster [DBG] pgmap v5514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:22 smithi136 bash[11745]: cluster 2022-04-26T05:44:21.006681+0000 mgr.smithi136.ofnrfx (mgr.14188) 5889 : cluster [DBG] pgmap v5514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:23.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:23.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:23.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:23.966 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:24 smithi145 bash[13673]: cluster 2022-04-26T05:44:23.007285+0000 mgr.smithi136.ofnrfx (mgr.14188) 5890 : cluster [DBG] pgmap v5515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:24 smithi145 bash[13673]: audit 2022-04-26T05:44:23.948964+0000 mon.smithi136 (mon.0) 3836 : audit [DBG] from='client.? 172.21.15.136:0/3015701162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:24 smithi136 bash[11745]: cluster 2022-04-26T05:44:23.007285+0000 mgr.smithi136.ofnrfx (mgr.14188) 5890 : cluster [DBG] pgmap v5515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:24 smithi136 bash[11745]: audit 2022-04-26T05:44:23.948964+0000 mon.smithi136 (mon.0) 3836 : audit [DBG] from='client.? 172.21.15.136:0/3015701162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:26 smithi145 bash[13673]: cluster 2022-04-26T05:44:25.007866+0000 mgr.smithi136.ofnrfx (mgr.14188) 5891 : cluster [DBG] pgmap v5516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:26 smithi136 bash[11745]: cluster 2022-04-26T05:44:25.007866+0000 mgr.smithi136.ofnrfx (mgr.14188) 5891 : cluster [DBG] pgmap v5516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:27 smithi136 bash[11745]: cluster 2022-04-26T05:44:27.008462+0000 mgr.smithi136.ofnrfx (mgr.14188) 5892 : cluster [DBG] pgmap v5517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:27 smithi145 bash[13673]: cluster 2022-04-26T05:44:27.008462+0000 mgr.smithi136.ofnrfx (mgr.14188) 5892 : cluster [DBG] pgmap v5517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:28.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:28.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:28.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:29.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:30.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:30 smithi136 bash[11745]: cluster 2022-04-26T05:44:29.009067+0000 mgr.smithi136.ofnrfx (mgr.14188) 5893 : cluster [DBG] pgmap v5518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:30.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:30 smithi136 bash[11745]: audit 2022-04-26T05:44:29.272644+0000 mon.smithi136 (mon.0) 3837 : audit [DBG] from='client.? 172.21.15.136:0/3103742093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:30 smithi145 bash[13673]: cluster 2022-04-26T05:44:29.009067+0000 mgr.smithi136.ofnrfx (mgr.14188) 5893 : cluster [DBG] pgmap v5518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:30 smithi145 bash[13673]: audit 2022-04-26T05:44:29.272644+0000 mon.smithi136 (mon.0) 3837 : audit [DBG] from='client.? 172.21.15.136:0/3103742093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:32 smithi145 bash[13673]: cluster 2022-04-26T05:44:31.009697+0000 mgr.smithi136.ofnrfx (mgr.14188) 5894 : cluster [DBG] pgmap v5519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:32 smithi136 bash[11745]: cluster 2022-04-26T05:44:31.009697+0000 mgr.smithi136.ofnrfx (mgr.14188) 5894 : cluster [DBG] pgmap v5519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:34.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:34.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:34.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:34 smithi145 bash[13673]: cluster 2022-04-26T05:44:33.010312+0000 mgr.smithi136.ofnrfx (mgr.14188) 5895 : cluster [DBG] pgmap v5520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:34 smithi136 bash[11745]: cluster 2022-04-26T05:44:33.010312+0000 mgr.smithi136.ofnrfx (mgr.14188) 5895 : cluster [DBG] pgmap v5520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:34.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:35 smithi145 bash[13673]: audit 2022-04-26T05:44:34.603089+0000 mon.smithi136 (mon.0) 3838 : audit [DBG] from='client.? 172.21.15.136:0/3502641674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:35 smithi136 bash[11745]: audit 2022-04-26T05:44:34.603089+0000 mon.smithi136 (mon.0) 3838 : audit [DBG] from='client.? 172.21.15.136:0/3502641674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:36 smithi145 bash[13673]: cluster 2022-04-26T05:44:35.010882+0000 mgr.smithi136.ofnrfx (mgr.14188) 5896 : cluster [DBG] pgmap v5521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:36.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:36 smithi136 bash[11745]: cluster 2022-04-26T05:44:35.010882+0000 mgr.smithi136.ofnrfx (mgr.14188) 5896 : cluster [DBG] pgmap v5521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:37.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:37 smithi136 bash[11745]: cluster 2022-04-26T05:44:37.011548+0000 mgr.smithi136.ofnrfx (mgr.14188) 5897 : cluster [DBG] pgmap v5522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:37 smithi145 bash[13673]: cluster 2022-04-26T05:44:37.011548+0000 mgr.smithi136.ofnrfx (mgr.14188) 5897 : cluster [DBG] pgmap v5522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:39.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:39.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:39.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:39.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:40.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:40 smithi136 bash[11745]: cluster 2022-04-26T05:44:39.012189+0000 mgr.smithi136.ofnrfx (mgr.14188) 5898 : cluster [DBG] pgmap v5523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:40.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:40 smithi136 bash[11745]: audit 2022-04-26T05:44:39.929721+0000 mon.smithi136 (mon.0) 3839 : audit [DBG] from='client.? 172.21.15.136:0/3792089774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:40 smithi145 bash[13673]: cluster 2022-04-26T05:44:39.012189+0000 mgr.smithi136.ofnrfx (mgr.14188) 5898 : cluster [DBG] pgmap v5523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:40.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:40 smithi145 bash[13673]: audit 2022-04-26T05:44:39.929721+0000 mon.smithi136 (mon.0) 3839 : audit [DBG] from='client.? 172.21.15.136:0/3792089774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:42 smithi145 bash[13673]: cluster 2022-04-26T05:44:41.012930+0000 mgr.smithi136.ofnrfx (mgr.14188) 5899 : cluster [DBG] pgmap v5524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:42 smithi136 bash[11745]: cluster 2022-04-26T05:44:41.012930+0000 mgr.smithi136.ofnrfx (mgr.14188) 5899 : cluster [DBG] pgmap v5524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:44.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:44 smithi145 bash[13673]: cluster 2022-04-26T05:44:43.013587+0000 mgr.smithi136.ofnrfx (mgr.14188) 5900 : cluster [DBG] pgmap v5525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:44 smithi136 bash[11745]: cluster 2022-04-26T05:44:43.013587+0000 mgr.smithi136.ofnrfx (mgr.14188) 5900 : cluster [DBG] pgmap v5525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:44.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:44.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:44.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:45.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:46 smithi145 bash[13673]: cluster 2022-04-26T05:44:45.014180+0000 mgr.smithi136.ofnrfx (mgr.14188) 5901 : cluster [DBG] pgmap v5526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:46 smithi145 bash[13673]: audit 2022-04-26T05:44:45.263063+0000 mon.smithi136 (mon.0) 3840 : audit [DBG] from='client.? 172.21.15.136:0/3197420226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:46 smithi136 bash[11745]: cluster 2022-04-26T05:44:45.014180+0000 mgr.smithi136.ofnrfx (mgr.14188) 5901 : cluster [DBG] pgmap v5526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:46 smithi136 bash[11745]: audit 2022-04-26T05:44:45.263063+0000 mon.smithi136 (mon.0) 3840 : audit [DBG] from='client.? 172.21.15.136:0/3197420226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:47 smithi136 bash[11745]: cluster 2022-04-26T05:44:47.014831+0000 mgr.smithi136.ofnrfx (mgr.14188) 5902 : cluster [DBG] pgmap v5527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:47 smithi145 bash[13673]: cluster 2022-04-26T05:44:47.014831+0000 mgr.smithi136.ofnrfx (mgr.14188) 5902 : cluster [DBG] pgmap v5527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:50.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:50.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:50.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:50.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:50 smithi136 bash[11745]: cluster 2022-04-26T05:44:49.015414+0000 mgr.smithi136.ofnrfx (mgr.14188) 5903 : cluster [DBG] pgmap v5528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:50.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:50 smithi145 bash[13673]: cluster 2022-04-26T05:44:49.015414+0000 mgr.smithi136.ofnrfx (mgr.14188) 5903 : cluster [DBG] pgmap v5528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:50.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:51.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:51 smithi145 bash[13673]: audit 2022-04-26T05:44:50.601799+0000 mon.smithi136 (mon.0) 3841 : audit [DBG] from='client.? 172.21.15.136:0/4115577421' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:51.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:51 smithi136 bash[11745]: audit 2022-04-26T05:44:50.601799+0000 mon.smithi136 (mon.0) 3841 : audit [DBG] from='client.? 172.21.15.136:0/4115577421' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:52.439 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:52 smithi145 bash[13673]: cluster 2022-04-26T05:44:51.016126+0000 mgr.smithi136.ofnrfx (mgr.14188) 5904 : cluster [DBG] pgmap v5529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:52.565 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:52 smithi136 bash[11745]: cluster 2022-04-26T05:44:51.016126+0000 mgr.smithi136.ofnrfx (mgr.14188) 5904 : cluster [DBG] pgmap v5529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:54.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:54 smithi145 bash[13673]: cluster 2022-04-26T05:44:53.016760+0000 mgr.smithi136.ofnrfx (mgr.14188) 5905 : cluster [DBG] pgmap v5530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:54 smithi136 bash[11745]: cluster 2022-04-26T05:44:53.016760+0000 mgr.smithi136.ofnrfx (mgr.14188) 5905 : cluster [DBG] pgmap v5530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:55.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:44:55.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:44:55.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:44:55.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:44:56.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:56 smithi145 bash[13673]: cluster 2022-04-26T05:44:55.017353+0000 mgr.smithi136.ofnrfx (mgr.14188) 5906 : cluster [DBG] pgmap v5531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:56.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:56 smithi145 bash[13673]: audit 2022-04-26T05:44:55.925741+0000 mon.smithi136 (mon.0) 3842 : audit [DBG] from='client.? 172.21.15.136:0/3270539224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:56 smithi136 bash[11745]: cluster 2022-04-26T05:44:55.017353+0000 mgr.smithi136.ofnrfx (mgr.14188) 5906 : cluster [DBG] pgmap v5531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:56 smithi136 bash[11745]: audit 2022-04-26T05:44:55.925741+0000 mon.smithi136 (mon.0) 3842 : audit [DBG] from='client.? 172.21.15.136:0/3270539224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:44:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:44:57 smithi136 bash[11745]: cluster 2022-04-26T05:44:57.018003+0000 mgr.smithi136.ofnrfx (mgr.14188) 5907 : cluster [DBG] pgmap v5532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:44:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:44:57 smithi145 bash[13673]: cluster 2022-04-26T05:44:57.018003+0000 mgr.smithi136.ofnrfx (mgr.14188) 5907 : cluster [DBG] pgmap v5532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:00.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:00 smithi136 bash[11745]: cluster 2022-04-26T05:44:59.018639+0000 mgr.smithi136.ofnrfx (mgr.14188) 5908 : cluster [DBG] pgmap v5533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:00 smithi145 bash[13673]: cluster 2022-04-26T05:44:59.018639+0000 mgr.smithi136.ofnrfx (mgr.14188) 5908 : cluster [DBG] pgmap v5533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:00.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:00.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:00.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:01.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:02.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:02 smithi145 bash[13673]: cluster 2022-04-26T05:45:01.019143+0000 mgr.smithi136.ofnrfx (mgr.14188) 5909 : cluster [DBG] pgmap v5534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:02.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:02 smithi145 bash[13673]: audit 2022-04-26T05:45:01.253223+0000 mon.smithi136 (mon.0) 3843 : audit [DBG] from='client.? 172.21.15.136:0/4044737980' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:02 smithi136 bash[11745]: cluster 2022-04-26T05:45:01.019143+0000 mgr.smithi136.ofnrfx (mgr.14188) 5909 : cluster [DBG] pgmap v5534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:02 smithi136 bash[11745]: audit 2022-04-26T05:45:01.253223+0000 mon.smithi136 (mon.0) 3843 : audit [DBG] from='client.? 172.21.15.136:0/4044737980' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:03 smithi145 bash[13673]: audit 2022-04-26T05:45:02.608423+0000 mon.smithi136 (mon.0) 3844 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:45:03.452 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:03 smithi145 bash[13673]: audit 2022-04-26T05:45:02.612283+0000 mon.smithi136 (mon.0) 3845 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:45:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:03 smithi136 bash[11745]: audit 2022-04-26T05:45:02.608423+0000 mon.smithi136 (mon.0) 3844 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:45:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:03 smithi136 bash[11745]: audit 2022-04-26T05:45:02.612283+0000 mon.smithi136 (mon.0) 3845 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:45:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:04 smithi145 bash[13673]: cluster 2022-04-26T05:45:03.019826+0000 mgr.smithi136.ofnrfx (mgr.14188) 5910 : cluster [DBG] pgmap v5535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:04 smithi136 bash[11745]: cluster 2022-04-26T05:45:03.019826+0000 mgr.smithi136.ofnrfx (mgr.14188) 5910 : cluster [DBG] pgmap v5535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:06.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:06.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:06.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:06.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:06 smithi145 bash[13673]: cluster 2022-04-26T05:45:05.020470+0000 mgr.smithi136.ofnrfx (mgr.14188) 5911 : cluster [DBG] pgmap v5536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:06.571 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:06 smithi136 bash[11745]: cluster 2022-04-26T05:45:05.020470+0000 mgr.smithi136.ofnrfx (mgr.14188) 5911 : cluster [DBG] pgmap v5536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:06.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:07 smithi136 bash[11745]: audit 2022-04-26T05:45:06.579882+0000 mon.smithi136 (mon.0) 3846 : audit [DBG] from='client.? 172.21.15.136:0/309230621' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:07.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:07 smithi136 bash[11745]: cluster 2022-04-26T05:45:07.021140+0000 mgr.smithi136.ofnrfx (mgr.14188) 5912 : cluster [DBG] pgmap v5537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:07.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:07 smithi145 bash[13673]: audit 2022-04-26T05:45:06.579882+0000 mon.smithi136 (mon.0) 3846 : audit [DBG] from='client.? 172.21.15.136:0/309230621' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:07.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:07 smithi145 bash[13673]: cluster 2022-04-26T05:45:07.021140+0000 mgr.smithi136.ofnrfx (mgr.14188) 5912 : cluster [DBG] pgmap v5537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:09 smithi136 bash[11745]: audit 2022-04-26T05:45:09.031774+0000 mon.smithi136 (mon.0) 3847 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:45:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:09 smithi136 bash[11745]: audit 2022-04-26T05:45:09.034560+0000 mon.smithi136 (mon.0) 3848 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:45:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:09 smithi136 bash[11745]: audit 2022-04-26T05:45:09.036453+0000 mon.smithi136 (mon.0) 3849 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:45:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:09 smithi145 bash[13673]: audit 2022-04-26T05:45:09.031774+0000 mon.smithi136 (mon.0) 3847 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:45:09.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:09 smithi145 bash[13673]: audit 2022-04-26T05:45:09.034560+0000 mon.smithi136 (mon.0) 3848 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:45:09.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:09 smithi145 bash[13673]: audit 2022-04-26T05:45:09.036453+0000 mon.smithi136 (mon.0) 3849 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:45:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:10 smithi136 bash[11745]: cluster 2022-04-26T05:45:09.021784+0000 mgr.smithi136.ofnrfx (mgr.14188) 5913 : cluster [DBG] pgmap v5538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:10 smithi136 bash[11745]: audit 2022-04-26T05:45:09.330625+0000 mon.smithi136 (mon.0) 3850 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:45:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:10 smithi136 bash[11745]: audit 2022-04-26T05:45:09.645647+0000 mon.smithi136 (mon.0) 3851 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:45:10.372 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:10 smithi136 bash[11745]: audit 2022-04-26T05:45:09.652917+0000 mon.smithi136 (mon.0) 3852 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:45:10.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:10 smithi145 bash[13673]: cluster 2022-04-26T05:45:09.021784+0000 mgr.smithi136.ofnrfx (mgr.14188) 5913 : cluster [DBG] pgmap v5538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:10.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:10 smithi145 bash[13673]: audit 2022-04-26T05:45:09.330625+0000 mon.smithi136 (mon.0) 3850 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:45:10.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:10 smithi145 bash[13673]: audit 2022-04-26T05:45:09.645647+0000 mon.smithi136 (mon.0) 3851 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:45:10.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:10 smithi145 bash[13673]: audit 2022-04-26T05:45:09.652917+0000 mon.smithi136 (mon.0) 3852 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:45:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:11 smithi145 bash[13673]: cluster 2022-04-26T05:45:09.640759+0000 mgr.smithi136.ofnrfx (mgr.14188) 5914 : cluster [DBG] pgmap v5539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:11 smithi145 bash[13673]: cluster 2022-04-26T05:45:09.641288+0000 mgr.smithi136.ofnrfx (mgr.14188) 5915 : cluster [DBG] pgmap v5540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:11 smithi145 bash[13673]: cephadm 2022-04-26T05:45:09.653978+0000 mgr.smithi136.ofnrfx (mgr.14188) 5916 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:45:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:11 smithi145 bash[13673]: cephadm 2022-04-26T05:45:09.654112+0000 mgr.smithi136.ofnrfx (mgr.14188) 5917 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:45:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:11 smithi136 bash[11745]: cluster 2022-04-26T05:45:09.640759+0000 mgr.smithi136.ofnrfx (mgr.14188) 5914 : cluster [DBG] pgmap v5539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:11 smithi136 bash[11745]: cluster 2022-04-26T05:45:09.641288+0000 mgr.smithi136.ofnrfx (mgr.14188) 5915 : cluster [DBG] pgmap v5540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:11 smithi136 bash[11745]: cephadm 2022-04-26T05:45:09.653978+0000 mgr.smithi136.ofnrfx (mgr.14188) 5916 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:45:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:11 smithi136 bash[11745]: cephadm 2022-04-26T05:45:09.654112+0000 mgr.smithi136.ofnrfx (mgr.14188) 5917 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:45:11.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:11.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:11.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:11.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:12.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:12 smithi136 bash[11745]: cluster 2022-04-26T05:45:11.641830+0000 mgr.smithi136.ofnrfx (mgr.14188) 5918 : cluster [DBG] pgmap v5541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:12.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:12 smithi136 bash[11745]: audit 2022-04-26T05:45:11.904706+0000 mon.smithi136 (mon.0) 3853 : audit [DBG] from='client.? 172.21.15.136:0/4025304509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:12 smithi145 bash[13673]: cluster 2022-04-26T05:45:11.641830+0000 mgr.smithi136.ofnrfx (mgr.14188) 5918 : cluster [DBG] pgmap v5541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:12 smithi145 bash[13673]: audit 2022-04-26T05:45:11.904706+0000 mon.smithi136 (mon.0) 3853 : audit [DBG] from='client.? 172.21.15.136:0/4025304509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:14 smithi136 bash[11745]: cluster 2022-04-26T05:45:13.642432+0000 mgr.smithi136.ofnrfx (mgr.14188) 5919 : cluster [DBG] pgmap v5542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:14 smithi145 bash[13673]: cluster 2022-04-26T05:45:13.642432+0000 mgr.smithi136.ofnrfx (mgr.14188) 5919 : cluster [DBG] pgmap v5542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:16.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:16.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:16.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:16 smithi136 bash[11745]: cluster 2022-04-26T05:45:15.643053+0000 mgr.smithi136.ofnrfx (mgr.14188) 5920 : cluster [DBG] pgmap v5543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:16 smithi145 bash[13673]: cluster 2022-04-26T05:45:15.643053+0000 mgr.smithi136.ofnrfx (mgr.14188) 5920 : cluster [DBG] pgmap v5543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:17.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:17 smithi136 bash[11745]: audit 2022-04-26T05:45:17.230011+0000 mon.smithi136 (mon.0) 3854 : audit [DBG] from='client.? 172.21.15.136:0/1604787466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:17 smithi145 bash[13673]: audit 2022-04-26T05:45:17.230011+0000 mon.smithi136 (mon.0) 3854 : audit [DBG] from='client.? 172.21.15.136:0/1604787466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:18 smithi136 bash[11745]: cluster 2022-04-26T05:45:17.643745+0000 mgr.smithi136.ofnrfx (mgr.14188) 5921 : cluster [DBG] pgmap v5544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:19.237 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:18 smithi145 bash[13673]: cluster 2022-04-26T05:45:17.643745+0000 mgr.smithi136.ofnrfx (mgr.14188) 5921 : cluster [DBG] pgmap v5544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:20 smithi136 bash[11745]: cluster 2022-04-26T05:45:19.644305+0000 mgr.smithi136.ofnrfx (mgr.14188) 5922 : cluster [DBG] pgmap v5545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:20 smithi145 bash[13673]: cluster 2022-04-26T05:45:19.644305+0000 mgr.smithi136.ofnrfx (mgr.14188) 5922 : cluster [DBG] pgmap v5545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:22.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:22.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:22.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:22.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:22 smithi136 bash[11745]: cluster 2022-04-26T05:45:21.644983+0000 mgr.smithi136.ofnrfx (mgr.14188) 5923 : cluster [DBG] pgmap v5546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:22 smithi145 bash[13673]: cluster 2022-04-26T05:45:21.644983+0000 mgr.smithi136.ofnrfx (mgr.14188) 5923 : cluster [DBG] pgmap v5546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:23.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:23 smithi136 bash[11745]: audit 2022-04-26T05:45:22.565453+0000 mon.smithi136 (mon.0) 3855 : audit [DBG] from='client.? 172.21.15.136:0/3284950248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:23.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:23 smithi145 bash[13673]: audit 2022-04-26T05:45:22.565453+0000 mon.smithi136 (mon.0) 3855 : audit [DBG] from='client.? 172.21.15.136:0/3284950248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:24.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:24 smithi136 bash[11745]: cluster 2022-04-26T05:45:23.645617+0000 mgr.smithi136.ofnrfx (mgr.14188) 5924 : cluster [DBG] pgmap v5547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:24 smithi145 bash[13673]: cluster 2022-04-26T05:45:23.645617+0000 mgr.smithi136.ofnrfx (mgr.14188) 5924 : cluster [DBG] pgmap v5547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:26 smithi136 bash[11745]: cluster 2022-04-26T05:45:25.646241+0000 mgr.smithi136.ofnrfx (mgr.14188) 5925 : cluster [DBG] pgmap v5548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:26 smithi145 bash[13673]: cluster 2022-04-26T05:45:25.646241+0000 mgr.smithi136.ofnrfx (mgr.14188) 5925 : cluster [DBG] pgmap v5548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:27.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:27.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:27.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:27.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:28 smithi136 bash[11745]: cluster 2022-04-26T05:45:27.646886+0000 mgr.smithi136.ofnrfx (mgr.14188) 5926 : cluster [DBG] pgmap v5549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:28 smithi136 bash[11745]: audit 2022-04-26T05:45:27.888914+0000 mon.smithi136 (mon.0) 3856 : audit [DBG] from='client.? 172.21.15.136:0/2336869472' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:28 smithi145 bash[13673]: cluster 2022-04-26T05:45:27.646886+0000 mgr.smithi136.ofnrfx (mgr.14188) 5926 : cluster [DBG] pgmap v5549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:28 smithi145 bash[13673]: audit 2022-04-26T05:45:27.888914+0000 mon.smithi136 (mon.0) 3856 : audit [DBG] from='client.? 172.21.15.136:0/2336869472' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:31.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:30 smithi136 bash[11745]: cluster 2022-04-26T05:45:29.647545+0000 mgr.smithi136.ofnrfx (mgr.14188) 5927 : cluster [DBG] pgmap v5550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:30 smithi145 bash[13673]: cluster 2022-04-26T05:45:29.647545+0000 mgr.smithi136.ofnrfx (mgr.14188) 5927 : cluster [DBG] pgmap v5550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:32.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:32 smithi136 bash[11745]: cluster 2022-04-26T05:45:31.648187+0000 mgr.smithi136.ofnrfx (mgr.14188) 5928 : cluster [DBG] pgmap v5551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:32 smithi145 bash[13673]: cluster 2022-04-26T05:45:31.648187+0000 mgr.smithi136.ofnrfx (mgr.14188) 5928 : cluster [DBG] pgmap v5551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:32.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:32.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:32.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:33.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:33 smithi136 bash[11745]: audit 2022-04-26T05:45:33.219981+0000 mon.smithi136 (mon.0) 3857 : audit [DBG] from='client.? 172.21.15.136:0/2804582443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:33 smithi145 bash[13673]: audit 2022-04-26T05:45:33.219981+0000 mon.smithi136 (mon.0) 3857 : audit [DBG] from='client.? 172.21.15.136:0/2804582443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:34 smithi136 bash[11745]: cluster 2022-04-26T05:45:33.648747+0000 mgr.smithi136.ofnrfx (mgr.14188) 5929 : cluster [DBG] pgmap v5552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:34 smithi145 bash[13673]: cluster 2022-04-26T05:45:33.648747+0000 mgr.smithi136.ofnrfx (mgr.14188) 5929 : cluster [DBG] pgmap v5552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:36 smithi136 bash[11745]: cluster 2022-04-26T05:45:35.649389+0000 mgr.smithi136.ofnrfx (mgr.14188) 5930 : cluster [DBG] pgmap v5553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:36 smithi145 bash[13673]: cluster 2022-04-26T05:45:35.649389+0000 mgr.smithi136.ofnrfx (mgr.14188) 5930 : cluster [DBG] pgmap v5553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:38.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:38.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:38.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:38.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:38 smithi136 bash[11745]: cluster 2022-04-26T05:45:37.650058+0000 mgr.smithi136.ofnrfx (mgr.14188) 5931 : cluster [DBG] pgmap v5554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:38 smithi136 bash[11745]: audit 2022-04-26T05:45:38.549479+0000 mon.smithi136 (mon.0) 3858 : audit [DBG] from='client.? 172.21.15.136:0/3780527025' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:38 smithi145 bash[13673]: cluster 2022-04-26T05:45:37.650058+0000 mgr.smithi136.ofnrfx (mgr.14188) 5931 : cluster [DBG] pgmap v5554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:38 smithi145 bash[13673]: audit 2022-04-26T05:45:38.549479+0000 mon.smithi136 (mon.0) 3858 : audit [DBG] from='client.? 172.21.15.136:0/3780527025' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:40 smithi136 bash[11745]: cluster 2022-04-26T05:45:39.650663+0000 mgr.smithi136.ofnrfx (mgr.14188) 5932 : cluster [DBG] pgmap v5555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:40 smithi145 bash[13673]: cluster 2022-04-26T05:45:39.650663+0000 mgr.smithi136.ofnrfx (mgr.14188) 5932 : cluster [DBG] pgmap v5555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:42 smithi136 bash[11745]: cluster 2022-04-26T05:45:41.651291+0000 mgr.smithi136.ofnrfx (mgr.14188) 5933 : cluster [DBG] pgmap v5556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:42 smithi145 bash[13673]: cluster 2022-04-26T05:45:41.651291+0000 mgr.smithi136.ofnrfx (mgr.14188) 5933 : cluster [DBG] pgmap v5556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:43.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:43.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:43.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:43.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:44 smithi136 bash[11745]: cluster 2022-04-26T05:45:43.651943+0000 mgr.smithi136.ofnrfx (mgr.14188) 5934 : cluster [DBG] pgmap v5557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:44 smithi136 bash[11745]: audit 2022-04-26T05:45:43.877303+0000 mon.smithi136 (mon.0) 3859 : audit [DBG] from='client.? 172.21.15.136:0/3953039251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:44 smithi145 bash[13673]: cluster 2022-04-26T05:45:43.651943+0000 mgr.smithi136.ofnrfx (mgr.14188) 5934 : cluster [DBG] pgmap v5557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:44 smithi145 bash[13673]: audit 2022-04-26T05:45:43.877303+0000 mon.smithi136 (mon.0) 3859 : audit [DBG] from='client.? 172.21.15.136:0/3953039251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:46 smithi136 bash[11745]: cluster 2022-04-26T05:45:45.652560+0000 mgr.smithi136.ofnrfx (mgr.14188) 5935 : cluster [DBG] pgmap v5558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:46 smithi145 bash[13673]: cluster 2022-04-26T05:45:45.652560+0000 mgr.smithi136.ofnrfx (mgr.14188) 5935 : cluster [DBG] pgmap v5558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:48.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:48.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:48.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:48 smithi136 bash[11745]: cluster 2022-04-26T05:45:47.653216+0000 mgr.smithi136.ofnrfx (mgr.14188) 5936 : cluster [DBG] pgmap v5559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:49.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:48 smithi145 bash[13673]: cluster 2022-04-26T05:45:47.653216+0000 mgr.smithi136.ofnrfx (mgr.14188) 5936 : cluster [DBG] pgmap v5559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:49.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:49 smithi136 bash[11745]: audit 2022-04-26T05:45:49.209556+0000 mon.smithi136 (mon.0) 3860 : audit [DBG] from='client.? 172.21.15.136:0/3531399188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:50.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:49 smithi145 bash[13673]: audit 2022-04-26T05:45:49.209556+0000 mon.smithi136 (mon.0) 3860 : audit [DBG] from='client.? 172.21.15.136:0/3531399188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:50 smithi136 bash[11745]: cluster 2022-04-26T05:45:49.653825+0000 mgr.smithi136.ofnrfx (mgr.14188) 5937 : cluster [DBG] pgmap v5560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:50 smithi145 bash[13673]: cluster 2022-04-26T05:45:49.653825+0000 mgr.smithi136.ofnrfx (mgr.14188) 5937 : cluster [DBG] pgmap v5560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:52 smithi136 bash[11745]: cluster 2022-04-26T05:45:51.654401+0000 mgr.smithi136.ofnrfx (mgr.14188) 5938 : cluster [DBG] pgmap v5561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:52 smithi145 bash[13673]: cluster 2022-04-26T05:45:51.654401+0000 mgr.smithi136.ofnrfx (mgr.14188) 5938 : cluster [DBG] pgmap v5561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:54.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:54.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:54.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:54.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:45:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:54 smithi136 bash[11745]: cluster 2022-04-26T05:45:53.655121+0000 mgr.smithi136.ofnrfx (mgr.14188) 5939 : cluster [DBG] pgmap v5562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:54 smithi136 bash[11745]: audit 2022-04-26T05:45:54.533524+0000 mon.smithi136 (mon.0) 3861 : audit [DBG] from='client.? 172.21.15.136:0/1145800254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:54 smithi145 bash[13673]: cluster 2022-04-26T05:45:53.655121+0000 mgr.smithi136.ofnrfx (mgr.14188) 5939 : cluster [DBG] pgmap v5562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:54 smithi145 bash[13673]: audit 2022-04-26T05:45:54.533524+0000 mon.smithi136 (mon.0) 3861 : audit [DBG] from='client.? 172.21.15.136:0/1145800254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:45:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:56 smithi136 bash[11745]: cluster 2022-04-26T05:45:55.655805+0000 mgr.smithi136.ofnrfx (mgr.14188) 5940 : cluster [DBG] pgmap v5563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:56 smithi145 bash[13673]: cluster 2022-04-26T05:45:55.655805+0000 mgr.smithi136.ofnrfx (mgr.14188) 5940 : cluster [DBG] pgmap v5563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:45:58 smithi136 bash[11745]: cluster 2022-04-26T05:45:57.656551+0000 mgr.smithi136.ofnrfx (mgr.14188) 5941 : cluster [DBG] pgmap v5564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:45:58 smithi145 bash[13673]: cluster 2022-04-26T05:45:57.656551+0000 mgr.smithi136.ofnrfx (mgr.14188) 5941 : cluster [DBG] pgmap v5564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:45:59.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:45:59.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:45:59.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:45:59.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:00 smithi136 bash[11745]: cluster 2022-04-26T05:45:59.657304+0000 mgr.smithi136.ofnrfx (mgr.14188) 5942 : cluster [DBG] pgmap v5565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:00 smithi136 bash[11745]: audit 2022-04-26T05:45:59.866484+0000 mon.smithi136 (mon.0) 3862 : audit [DBG] from='client.? 172.21.15.136:0/3759712057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:00 smithi145 bash[13673]: cluster 2022-04-26T05:45:59.657304+0000 mgr.smithi136.ofnrfx (mgr.14188) 5942 : cluster [DBG] pgmap v5565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:00 smithi145 bash[13673]: audit 2022-04-26T05:45:59.866484+0000 mon.smithi136 (mon.0) 3862 : audit [DBG] from='client.? 172.21.15.136:0/3759712057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:02 smithi136 bash[11745]: cluster 2022-04-26T05:46:01.657976+0000 mgr.smithi136.ofnrfx (mgr.14188) 5943 : cluster [DBG] pgmap v5566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:02 smithi145 bash[13673]: cluster 2022-04-26T05:46:01.657976+0000 mgr.smithi136.ofnrfx (mgr.14188) 5943 : cluster [DBG] pgmap v5566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:03 smithi136 bash[11745]: audit 2022-04-26T05:46:02.612487+0000 mon.smithi136 (mon.0) 3863 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:46:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:03 smithi136 bash[11745]: audit 2022-04-26T05:46:02.616396+0000 mon.smithi136 (mon.0) 3864 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:46:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:03 smithi145 bash[13673]: audit 2022-04-26T05:46:02.612487+0000 mon.smithi136 (mon.0) 3863 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:46:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:03 smithi145 bash[13673]: audit 2022-04-26T05:46:02.616396+0000 mon.smithi136 (mon.0) 3864 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:46:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:04 smithi136 bash[11745]: cluster 2022-04-26T05:46:03.658600+0000 mgr.smithi136.ofnrfx (mgr.14188) 5944 : cluster [DBG] pgmap v5567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:04.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:04.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:04.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:04 smithi145 bash[13673]: cluster 2022-04-26T05:46:03.658600+0000 mgr.smithi136.ofnrfx (mgr.14188) 5944 : cluster [DBG] pgmap v5567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:05.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:05 smithi136 bash[11745]: audit 2022-04-26T05:46:05.196025+0000 mon.smithi136 (mon.0) 3865 : audit [DBG] from='client.? 172.21.15.136:0/4021989097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:05 smithi145 bash[13673]: audit 2022-04-26T05:46:05.196025+0000 mon.smithi136 (mon.0) 3865 : audit [DBG] from='client.? 172.21.15.136:0/4021989097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:06 smithi136 bash[11745]: cluster 2022-04-26T05:46:05.659196+0000 mgr.smithi136.ofnrfx (mgr.14188) 5945 : cluster [DBG] pgmap v5568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:06 smithi145 bash[13673]: cluster 2022-04-26T05:46:05.659196+0000 mgr.smithi136.ofnrfx (mgr.14188) 5945 : cluster [DBG] pgmap v5568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:08 smithi136 bash[11745]: cluster 2022-04-26T05:46:07.659901+0000 mgr.smithi136.ofnrfx (mgr.14188) 5946 : cluster [DBG] pgmap v5569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:08 smithi145 bash[13673]: cluster 2022-04-26T05:46:07.659901+0000 mgr.smithi136.ofnrfx (mgr.14188) 5946 : cluster [DBG] pgmap v5569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:09 smithi136 bash[11745]: audit 2022-04-26T05:46:09.660951+0000 mon.smithi136 (mon.0) 3866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:46:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:09 smithi136 bash[11745]: audit 2022-04-26T05:46:09.664097+0000 mon.smithi136 (mon.0) 3867 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:46:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:09 smithi136 bash[11745]: audit 2022-04-26T05:46:09.665898+0000 mon.smithi136 (mon.0) 3868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:46:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:09 smithi145 bash[13673]: audit 2022-04-26T05:46:09.660951+0000 mon.smithi136 (mon.0) 3866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:46:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:09 smithi145 bash[13673]: audit 2022-04-26T05:46:09.664097+0000 mon.smithi136 (mon.0) 3867 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:46:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:09 smithi145 bash[13673]: audit 2022-04-26T05:46:09.665898+0000 mon.smithi136 (mon.0) 3868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:46:10.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:10.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:10.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:10.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: cluster 2022-04-26T05:46:09.660555+0000 mgr.smithi136.ofnrfx (mgr.14188) 5947 : cluster [DBG] pgmap v5570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:11.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: cluster 2022-04-26T05:46:09.992901+0000 mgr.smithi136.ofnrfx (mgr.14188) 5948 : cluster [DBG] pgmap v5571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:11.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: cluster 2022-04-26T05:46:09.993250+0000 mgr.smithi136.ofnrfx (mgr.14188) 5949 : cluster [DBG] pgmap v5572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:11.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: audit 2022-04-26T05:46:10.000106+0000 mon.smithi136 (mon.0) 3869 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:46:11.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: audit 2022-04-26T05:46:10.009094+0000 mon.smithi136 (mon.0) 3870 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:46:11.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: cephadm 2022-04-26T05:46:10.010165+0000 mgr.smithi136.ofnrfx (mgr.14188) 5950 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:46:11.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: cephadm 2022-04-26T05:46:10.010329+0000 mgr.smithi136.ofnrfx (mgr.14188) 5951 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:46:11.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:11 smithi136 bash[11745]: audit 2022-04-26T05:46:10.530186+0000 mon.smithi136 (mon.0) 3871 : audit [DBG] from='client.? 172.21.15.136:0/4063480185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: cluster 2022-04-26T05:46:09.660555+0000 mgr.smithi136.ofnrfx (mgr.14188) 5947 : cluster [DBG] pgmap v5570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: cluster 2022-04-26T05:46:09.992901+0000 mgr.smithi136.ofnrfx (mgr.14188) 5948 : cluster [DBG] pgmap v5571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: cluster 2022-04-26T05:46:09.993250+0000 mgr.smithi136.ofnrfx (mgr.14188) 5949 : cluster [DBG] pgmap v5572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: audit 2022-04-26T05:46:10.000106+0000 mon.smithi136 (mon.0) 3869 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:46:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: audit 2022-04-26T05:46:10.009094+0000 mon.smithi136 (mon.0) 3870 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:46:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: cephadm 2022-04-26T05:46:10.010165+0000 mgr.smithi136.ofnrfx (mgr.14188) 5950 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:46:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: cephadm 2022-04-26T05:46:10.010329+0000 mgr.smithi136.ofnrfx (mgr.14188) 5951 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:46:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:11 smithi145 bash[13673]: audit 2022-04-26T05:46:10.530186+0000 mon.smithi136 (mon.0) 3871 : audit [DBG] from='client.? 172.21.15.136:0/4063480185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:12 smithi136 bash[11745]: cluster 2022-04-26T05:46:11.993824+0000 mgr.smithi136.ofnrfx (mgr.14188) 5952 : cluster [DBG] pgmap v5573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:12 smithi145 bash[13673]: cluster 2022-04-26T05:46:11.993824+0000 mgr.smithi136.ofnrfx (mgr.14188) 5952 : cluster [DBG] pgmap v5573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:15 smithi136 bash[11745]: cluster 2022-04-26T05:46:13.994424+0000 mgr.smithi136.ofnrfx (mgr.14188) 5953 : cluster [DBG] pgmap v5574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:15 smithi145 bash[13673]: cluster 2022-04-26T05:46:13.994424+0000 mgr.smithi136.ofnrfx (mgr.14188) 5953 : cluster [DBG] pgmap v5574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:15.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:15.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:15.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:15.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:16 smithi145 bash[13673]: audit 2022-04-26T05:46:15.857168+0000 mon.smithi136 (mon.0) 3872 : audit [DBG] from='client.? 172.21.15.136:0/4211804044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:16 smithi136 bash[11745]: audit 2022-04-26T05:46:15.857168+0000 mon.smithi136 (mon.0) 3872 : audit [DBG] from='client.? 172.21.15.136:0/4211804044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:17 smithi145 bash[13673]: cluster 2022-04-26T05:46:15.995172+0000 mgr.smithi136.ofnrfx (mgr.14188) 5954 : cluster [DBG] pgmap v5575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:17 smithi136 bash[11745]: cluster 2022-04-26T05:46:15.995172+0000 mgr.smithi136.ofnrfx (mgr.14188) 5954 : cluster [DBG] pgmap v5575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:19 smithi136 bash[11745]: cluster 2022-04-26T05:46:17.995848+0000 mgr.smithi136.ofnrfx (mgr.14188) 5955 : cluster [DBG] pgmap v5576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:19 smithi145 bash[13673]: cluster 2022-04-26T05:46:17.995848+0000 mgr.smithi136.ofnrfx (mgr.14188) 5955 : cluster [DBG] pgmap v5576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:20.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:20.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:20.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:21.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:21 smithi145 bash[13673]: cluster 2022-04-26T05:46:19.996453+0000 mgr.smithi136.ofnrfx (mgr.14188) 5956 : cluster [DBG] pgmap v5577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:21 smithi136 bash[11745]: cluster 2022-04-26T05:46:19.996453+0000 mgr.smithi136.ofnrfx (mgr.14188) 5956 : cluster [DBG] pgmap v5577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:22 smithi145 bash[13673]: audit 2022-04-26T05:46:21.181698+0000 mon.smithi136 (mon.0) 3873 : audit [DBG] from='client.? 172.21.15.136:0/253649892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:22 smithi136 bash[11745]: audit 2022-04-26T05:46:21.181698+0000 mon.smithi136 (mon.0) 3873 : audit [DBG] from='client.? 172.21.15.136:0/253649892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:23 smithi145 bash[13673]: cluster 2022-04-26T05:46:21.997115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5957 : cluster [DBG] pgmap v5578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:23 smithi136 bash[11745]: cluster 2022-04-26T05:46:21.997115+0000 mgr.smithi136.ofnrfx (mgr.14188) 5957 : cluster [DBG] pgmap v5578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:25.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:25 smithi145 bash[13673]: cluster 2022-04-26T05:46:23.997690+0000 mgr.smithi136.ofnrfx (mgr.14188) 5958 : cluster [DBG] pgmap v5579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:25 smithi136 bash[11745]: cluster 2022-04-26T05:46:23.997690+0000 mgr.smithi136.ofnrfx (mgr.14188) 5958 : cluster [DBG] pgmap v5579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:26.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:26.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:26.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:26.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:27.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:27 smithi145 bash[13673]: cluster 2022-04-26T05:46:25.998324+0000 mgr.smithi136.ofnrfx (mgr.14188) 5959 : cluster [DBG] pgmap v5580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:27.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:27 smithi145 bash[13673]: audit 2022-04-26T05:46:26.513667+0000 mon.smithi136 (mon.0) 3874 : audit [DBG] from='client.? 172.21.15.136:0/1570382897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:27 smithi136 bash[11745]: cluster 2022-04-26T05:46:25.998324+0000 mgr.smithi136.ofnrfx (mgr.14188) 5959 : cluster [DBG] pgmap v5580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:27 smithi136 bash[11745]: audit 2022-04-26T05:46:26.513667+0000 mon.smithi136 (mon.0) 3874 : audit [DBG] from='client.? 172.21.15.136:0/1570382897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:29 smithi136 bash[11745]: cluster 2022-04-26T05:46:27.998923+0000 mgr.smithi136.ofnrfx (mgr.14188) 5960 : cluster [DBG] pgmap v5581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:29 smithi145 bash[13673]: cluster 2022-04-26T05:46:27.998923+0000 mgr.smithi136.ofnrfx (mgr.14188) 5960 : cluster [DBG] pgmap v5581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:31 smithi145 bash[13673]: cluster 2022-04-26T05:46:29.999539+0000 mgr.smithi136.ofnrfx (mgr.14188) 5961 : cluster [DBG] pgmap v5582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:31.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:31.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:31.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:31 smithi136 bash[11745]: cluster 2022-04-26T05:46:29.999539+0000 mgr.smithi136.ofnrfx (mgr.14188) 5961 : cluster [DBG] pgmap v5582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:31.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:32 smithi136 bash[11745]: audit 2022-04-26T05:46:31.839448+0000 mon.smithi136 (mon.0) 3875 : audit [DBG] from='client.? 172.21.15.136:0/831893222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:32 smithi136 bash[11745]: cluster 2022-04-26T05:46:32.000276+0000 mgr.smithi136.ofnrfx (mgr.14188) 5962 : cluster [DBG] pgmap v5583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:32 smithi145 bash[13673]: audit 2022-04-26T05:46:31.839448+0000 mon.smithi136 (mon.0) 3875 : audit [DBG] from='client.? 172.21.15.136:0/831893222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:32 smithi145 bash[13673]: cluster 2022-04-26T05:46:32.000276+0000 mgr.smithi136.ofnrfx (mgr.14188) 5962 : cluster [DBG] pgmap v5583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:35 smithi136 bash[11745]: cluster 2022-04-26T05:46:34.000874+0000 mgr.smithi136.ofnrfx (mgr.14188) 5963 : cluster [DBG] pgmap v5584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:35 smithi145 bash[13673]: cluster 2022-04-26T05:46:34.000874+0000 mgr.smithi136.ofnrfx (mgr.14188) 5963 : cluster [DBG] pgmap v5584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:36.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:36.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:36.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:37.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:37.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:37 smithi145 bash[13673]: cluster 2022-04-26T05:46:36.001504+0000 mgr.smithi136.ofnrfx (mgr.14188) 5964 : cluster [DBG] pgmap v5585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:37 smithi136 bash[11745]: cluster 2022-04-26T05:46:36.001504+0000 mgr.smithi136.ofnrfx (mgr.14188) 5964 : cluster [DBG] pgmap v5585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:38 smithi145 bash[13673]: audit 2022-04-26T05:46:37.164332+0000 mon.smithi136 (mon.0) 3876 : audit [DBG] from='client.? 172.21.15.136:0/1845659230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:38 smithi136 bash[11745]: audit 2022-04-26T05:46:37.164332+0000 mon.smithi136 (mon.0) 3876 : audit [DBG] from='client.? 172.21.15.136:0/1845659230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:39 smithi136 bash[11745]: cluster 2022-04-26T05:46:38.002123+0000 mgr.smithi136.ofnrfx (mgr.14188) 5965 : cluster [DBG] pgmap v5586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:39 smithi145 bash[13673]: cluster 2022-04-26T05:46:38.002123+0000 mgr.smithi136.ofnrfx (mgr.14188) 5965 : cluster [DBG] pgmap v5586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:41.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:41 smithi145 bash[13673]: cluster 2022-04-26T05:46:40.002862+0000 mgr.smithi136.ofnrfx (mgr.14188) 5966 : cluster [DBG] pgmap v5587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:41 smithi136 bash[11745]: cluster 2022-04-26T05:46:40.002862+0000 mgr.smithi136.ofnrfx (mgr.14188) 5966 : cluster [DBG] pgmap v5587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:42.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:42.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:42.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:42.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:42 smithi136 bash[11745]: cluster 2022-04-26T05:46:42.003633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5967 : cluster [DBG] pgmap v5588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:42 smithi145 bash[13673]: cluster 2022-04-26T05:46:42.003633+0000 mgr.smithi136.ofnrfx (mgr.14188) 5967 : cluster [DBG] pgmap v5588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:43 smithi136 bash[11745]: audit 2022-04-26T05:46:42.493918+0000 mon.smithi136 (mon.0) 3877 : audit [DBG] from='client.? 172.21.15.136:0/1892885319' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:43 smithi145 bash[13673]: audit 2022-04-26T05:46:42.493918+0000 mon.smithi136 (mon.0) 3877 : audit [DBG] from='client.? 172.21.15.136:0/1892885319' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:44 smithi136 bash[11745]: cluster 2022-04-26T05:46:44.004251+0000 mgr.smithi136.ofnrfx (mgr.14188) 5968 : cluster [DBG] pgmap v5589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:44 smithi145 bash[13673]: cluster 2022-04-26T05:46:44.004251+0000 mgr.smithi136.ofnrfx (mgr.14188) 5968 : cluster [DBG] pgmap v5589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:47.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:47 smithi145 bash[13673]: cluster 2022-04-26T05:46:46.004895+0000 mgr.smithi136.ofnrfx (mgr.14188) 5969 : cluster [DBG] pgmap v5590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:47.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:47.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:47.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:47 smithi136 bash[11745]: cluster 2022-04-26T05:46:46.004895+0000 mgr.smithi136.ofnrfx (mgr.14188) 5969 : cluster [DBG] pgmap v5590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:47.836 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:48 smithi145 bash[13673]: audit 2022-04-26T05:46:47.820662+0000 mon.smithi136 (mon.0) 3878 : audit [DBG] from='client.? 172.21.15.136:0/1459723868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:48.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:48 smithi136 bash[11745]: audit 2022-04-26T05:46:47.820662+0000 mon.smithi136 (mon.0) 3878 : audit [DBG] from='client.? 172.21.15.136:0/1459723868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:49 smithi136 bash[11745]: cluster 2022-04-26T05:46:48.005508+0000 mgr.smithi136.ofnrfx (mgr.14188) 5970 : cluster [DBG] pgmap v5591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:49.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:49 smithi145 bash[13673]: cluster 2022-04-26T05:46:48.005508+0000 mgr.smithi136.ofnrfx (mgr.14188) 5970 : cluster [DBG] pgmap v5591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:51.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:51 smithi145 bash[13673]: cluster 2022-04-26T05:46:50.006262+0000 mgr.smithi136.ofnrfx (mgr.14188) 5971 : cluster [DBG] pgmap v5592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:51 smithi136 bash[11745]: cluster 2022-04-26T05:46:50.006262+0000 mgr.smithi136.ofnrfx (mgr.14188) 5971 : cluster [DBG] pgmap v5592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:52 smithi136 bash[11745]: cluster 2022-04-26T05:46:52.006914+0000 mgr.smithi136.ofnrfx (mgr.14188) 5972 : cluster [DBG] pgmap v5593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:52.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:52.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:52.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:52 smithi145 bash[13673]: cluster 2022-04-26T05:46:52.006914+0000 mgr.smithi136.ofnrfx (mgr.14188) 5972 : cluster [DBG] pgmap v5593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:53.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:53 smithi136 bash[11745]: audit 2022-04-26T05:46:53.152300+0000 mon.smithi136 (mon.0) 3879 : audit [DBG] from='client.? 172.21.15.136:0/3129715903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:53 smithi145 bash[13673]: audit 2022-04-26T05:46:53.152300+0000 mon.smithi136 (mon.0) 3879 : audit [DBG] from='client.? 172.21.15.136:0/3129715903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:54 smithi136 bash[11745]: cluster 2022-04-26T05:46:54.007580+0000 mgr.smithi136.ofnrfx (mgr.14188) 5973 : cluster [DBG] pgmap v5594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:54 smithi145 bash[13673]: cluster 2022-04-26T05:46:54.007580+0000 mgr.smithi136.ofnrfx (mgr.14188) 5973 : cluster [DBG] pgmap v5594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:57 smithi145 bash[13673]: cluster 2022-04-26T05:46:56.008307+0000 mgr.smithi136.ofnrfx (mgr.14188) 5974 : cluster [DBG] pgmap v5595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:57 smithi136 bash[11745]: cluster 2022-04-26T05:46:56.008307+0000 mgr.smithi136.ofnrfx (mgr.14188) 5974 : cluster [DBG] pgmap v5595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:58.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:46:58.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:46:58.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:46:58.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:46:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:59 smithi136 bash[11745]: cluster 2022-04-26T05:46:58.008993+0000 mgr.smithi136.ofnrfx (mgr.14188) 5975 : cluster [DBG] pgmap v5596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:46:59 smithi136 bash[11745]: audit 2022-04-26T05:46:58.476099+0000 mon.smithi136 (mon.0) 3880 : audit [DBG] from='client.? 172.21.15.136:0/441298231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:46:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:59 smithi145 bash[13673]: cluster 2022-04-26T05:46:58.008993+0000 mgr.smithi136.ofnrfx (mgr.14188) 5975 : cluster [DBG] pgmap v5596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:46:59.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:46:59 smithi145 bash[13673]: audit 2022-04-26T05:46:58.476099+0000 mon.smithi136 (mon.0) 3880 : audit [DBG] from='client.? 172.21.15.136:0/441298231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:01 smithi145 bash[13673]: cluster 2022-04-26T05:47:00.009591+0000 mgr.smithi136.ofnrfx (mgr.14188) 5976 : cluster [DBG] pgmap v5597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:01 smithi136 bash[11745]: cluster 2022-04-26T05:47:00.009591+0000 mgr.smithi136.ofnrfx (mgr.14188) 5976 : cluster [DBG] pgmap v5597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:02 smithi136 bash[11745]: cluster 2022-04-26T05:47:02.010255+0000 mgr.smithi136.ofnrfx (mgr.14188) 5977 : cluster [DBG] pgmap v5598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:02 smithi145 bash[13673]: cluster 2022-04-26T05:47:02.010255+0000 mgr.smithi136.ofnrfx (mgr.14188) 5977 : cluster [DBG] pgmap v5598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:03.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:03.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:03.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:03 smithi136 bash[11745]: audit 2022-04-26T05:47:02.617611+0000 mon.smithi136 (mon.0) 3881 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:47:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:03 smithi136 bash[11745]: audit 2022-04-26T05:47:02.621510+0000 mon.smithi136 (mon.0) 3882 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:47:03.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:03 smithi145 bash[13673]: audit 2022-04-26T05:47:02.617611+0000 mon.smithi136 (mon.0) 3881 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:47:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:03 smithi145 bash[13673]: audit 2022-04-26T05:47:02.621510+0000 mon.smithi136 (mon.0) 3882 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:47:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:04 smithi136 bash[11745]: audit 2022-04-26T05:47:03.800677+0000 mon.smithi136 (mon.0) 3883 : audit [DBG] from='client.? 172.21.15.136:0/3399900755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:04.825 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:04 smithi136 bash[11745]: cluster 2022-04-26T05:47:04.010884+0000 mgr.smithi136.ofnrfx (mgr.14188) 5978 : cluster [DBG] pgmap v5599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:04 smithi145 bash[13673]: audit 2022-04-26T05:47:03.800677+0000 mon.smithi136 (mon.0) 3883 : audit [DBG] from='client.? 172.21.15.136:0/3399900755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:04 smithi145 bash[13673]: cluster 2022-04-26T05:47:04.010884+0000 mgr.smithi136.ofnrfx (mgr.14188) 5978 : cluster [DBG] pgmap v5599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:07.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:07 smithi145 bash[13673]: cluster 2022-04-26T05:47:06.011551+0000 mgr.smithi136.ofnrfx (mgr.14188) 5979 : cluster [DBG] pgmap v5600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:07 smithi136 bash[11745]: cluster 2022-04-26T05:47:06.011551+0000 mgr.smithi136.ofnrfx (mgr.14188) 5979 : cluster [DBG] pgmap v5600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:08.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:08.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:08.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:09.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:09 smithi136 bash[11745]: cluster 2022-04-26T05:47:08.012145+0000 mgr.smithi136.ofnrfx (mgr.14188) 5980 : cluster [DBG] pgmap v5601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:09.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:09 smithi145 bash[13673]: cluster 2022-04-26T05:47:08.012145+0000 mgr.smithi136.ofnrfx (mgr.14188) 5980 : cluster [DBG] pgmap v5601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:10.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:10 smithi136 bash[11745]: audit 2022-04-26T05:47:09.131663+0000 mon.smithi136 (mon.0) 3884 : audit [DBG] from='client.? 172.21.15.136:0/3235402877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:10.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:10 smithi136 bash[11745]: audit 2022-04-26T05:47:10.019272+0000 mon.smithi136 (mon.0) 3885 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:47:10.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:10 smithi136 bash[11745]: audit 2022-04-26T05:47:10.022039+0000 mon.smithi136 (mon.0) 3886 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:47:10.371 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:10 smithi136 bash[11745]: audit 2022-04-26T05:47:10.023804+0000 mon.smithi136 (mon.0) 3887 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:47:10.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:10 smithi145 bash[13673]: audit 2022-04-26T05:47:09.131663+0000 mon.smithi136 (mon.0) 3884 : audit [DBG] from='client.? 172.21.15.136:0/3235402877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:10.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:10 smithi145 bash[13673]: audit 2022-04-26T05:47:10.019272+0000 mon.smithi136 (mon.0) 3885 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:47:10.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:10 smithi145 bash[13673]: audit 2022-04-26T05:47:10.022039+0000 mon.smithi136 (mon.0) 3886 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:47:10.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:10 smithi145 bash[13673]: audit 2022-04-26T05:47:10.023804+0000 mon.smithi136 (mon.0) 3887 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:47:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:11 smithi145 bash[13673]: cluster 2022-04-26T05:47:10.012785+0000 mgr.smithi136.ofnrfx (mgr.14188) 5981 : cluster [DBG] pgmap v5602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:11 smithi145 bash[13673]: audit 2022-04-26T05:47:10.327222+0000 mon.smithi136 (mon.0) 3888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:47:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:11 smithi145 bash[13673]: audit 2022-04-26T05:47:10.651463+0000 mon.smithi136 (mon.0) 3889 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:47:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:11 smithi145 bash[13673]: audit 2022-04-26T05:47:10.660858+0000 mon.smithi136 (mon.0) 3890 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:47:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:11 smithi136 bash[11745]: cluster 2022-04-26T05:47:10.012785+0000 mgr.smithi136.ofnrfx (mgr.14188) 5981 : cluster [DBG] pgmap v5602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:11 smithi136 bash[11745]: audit 2022-04-26T05:47:10.327222+0000 mon.smithi136 (mon.0) 3888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:47:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:11 smithi136 bash[11745]: audit 2022-04-26T05:47:10.651463+0000 mon.smithi136 (mon.0) 3889 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:47:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:11 smithi136 bash[11745]: audit 2022-04-26T05:47:10.660858+0000 mon.smithi136 (mon.0) 3890 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:47:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:12 smithi145 bash[13673]: cluster 2022-04-26T05:47:10.642927+0000 mgr.smithi136.ofnrfx (mgr.14188) 5982 : cluster [DBG] pgmap v5603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:12 smithi145 bash[13673]: cluster 2022-04-26T05:47:10.643469+0000 mgr.smithi136.ofnrfx (mgr.14188) 5983 : cluster [DBG] pgmap v5604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:12 smithi145 bash[13673]: cephadm 2022-04-26T05:47:10.662356+0000 mgr.smithi136.ofnrfx (mgr.14188) 5984 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:47:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:12 smithi145 bash[13673]: cephadm 2022-04-26T05:47:10.662572+0000 mgr.smithi136.ofnrfx (mgr.14188) 5985 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:47:12.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:12 smithi136 bash[11745]: cluster 2022-04-26T05:47:10.642927+0000 mgr.smithi136.ofnrfx (mgr.14188) 5982 : cluster [DBG] pgmap v5603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:12.760 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:12 smithi136 bash[11745]: cluster 2022-04-26T05:47:10.643469+0000 mgr.smithi136.ofnrfx (mgr.14188) 5983 : cluster [DBG] pgmap v5604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:12.760 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:12 smithi136 bash[11745]: cephadm 2022-04-26T05:47:10.662356+0000 mgr.smithi136.ofnrfx (mgr.14188) 5984 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:47:12.761 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:12 smithi136 bash[11745]: cephadm 2022-04-26T05:47:10.662572+0000 mgr.smithi136.ofnrfx (mgr.14188) 5985 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:47:14.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:14.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:14.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:14.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:14 smithi145 bash[13673]: cluster 2022-04-26T05:47:12.644216+0000 mgr.smithi136.ofnrfx (mgr.14188) 5986 : cluster [DBG] pgmap v5605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:14.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:14 smithi136 bash[11745]: cluster 2022-04-26T05:47:12.644216+0000 mgr.smithi136.ofnrfx (mgr.14188) 5986 : cluster [DBG] pgmap v5605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:15 smithi145 bash[13673]: audit 2022-04-26T05:47:14.456468+0000 mon.smithi136 (mon.0) 3891 : audit [DBG] from='client.? 172.21.15.136:0/727222152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:15 smithi136 bash[11745]: audit 2022-04-26T05:47:14.456468+0000 mon.smithi136 (mon.0) 3891 : audit [DBG] from='client.? 172.21.15.136:0/727222152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:16.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:16 smithi145 bash[13673]: cluster 2022-04-26T05:47:14.644827+0000 mgr.smithi136.ofnrfx (mgr.14188) 5987 : cluster [DBG] pgmap v5606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:16 smithi136 bash[11745]: cluster 2022-04-26T05:47:14.644827+0000 mgr.smithi136.ofnrfx (mgr.14188) 5987 : cluster [DBG] pgmap v5606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:17.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:17 smithi136 bash[11745]: cluster 2022-04-26T05:47:16.645600+0000 mgr.smithi136.ofnrfx (mgr.14188) 5988 : cluster [DBG] pgmap v5607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:17 smithi145 bash[13673]: cluster 2022-04-26T05:47:16.645600+0000 mgr.smithi136.ofnrfx (mgr.14188) 5988 : cluster [DBG] pgmap v5607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:19.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:19.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:19.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:19.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:19 smithi136 bash[11745]: cluster 2022-04-26T05:47:18.646287+0000 mgr.smithi136.ofnrfx (mgr.14188) 5989 : cluster [DBG] pgmap v5608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:20.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:19 smithi145 bash[13673]: cluster 2022-04-26T05:47:18.646287+0000 mgr.smithi136.ofnrfx (mgr.14188) 5989 : cluster [DBG] pgmap v5608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:20 smithi136 bash[11745]: audit 2022-04-26T05:47:19.785324+0000 mon.smithi136 (mon.0) 3892 : audit [DBG] from='client.? 172.21.15.136:0/2248652371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:20 smithi145 bash[13673]: audit 2022-04-26T05:47:19.785324+0000 mon.smithi136 (mon.0) 3892 : audit [DBG] from='client.? 172.21.15.136:0/2248652371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:21 smithi136 bash[11745]: cluster 2022-04-26T05:47:20.646887+0000 mgr.smithi136.ofnrfx (mgr.14188) 5990 : cluster [DBG] pgmap v5609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:21 smithi145 bash[13673]: cluster 2022-04-26T05:47:20.646887+0000 mgr.smithi136.ofnrfx (mgr.14188) 5990 : cluster [DBG] pgmap v5609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:23 smithi136 bash[11745]: cluster 2022-04-26T05:47:22.647564+0000 mgr.smithi136.ofnrfx (mgr.14188) 5991 : cluster [DBG] pgmap v5610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:23 smithi145 bash[13673]: cluster 2022-04-26T05:47:22.647564+0000 mgr.smithi136.ofnrfx (mgr.14188) 5991 : cluster [DBG] pgmap v5610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:24.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:24.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:24.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:25.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:25 smithi136 bash[11745]: cluster 2022-04-26T05:47:24.648242+0000 mgr.smithi136.ofnrfx (mgr.14188) 5992 : cluster [DBG] pgmap v5611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:26.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:25 smithi136 bash[11745]: audit 2022-04-26T05:47:25.112710+0000 mon.smithi136 (mon.0) 3893 : audit [DBG] from='client.? 172.21.15.136:0/3170839012' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:25 smithi145 bash[13673]: cluster 2022-04-26T05:47:24.648242+0000 mgr.smithi136.ofnrfx (mgr.14188) 5992 : cluster [DBG] pgmap v5611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:25 smithi145 bash[13673]: audit 2022-04-26T05:47:25.112710+0000 mon.smithi136 (mon.0) 3893 : audit [DBG] from='client.? 172.21.15.136:0/3170839012' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:27 smithi136 bash[11745]: cluster 2022-04-26T05:47:26.648876+0000 mgr.smithi136.ofnrfx (mgr.14188) 5993 : cluster [DBG] pgmap v5612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:27 smithi145 bash[13673]: cluster 2022-04-26T05:47:26.648876+0000 mgr.smithi136.ofnrfx (mgr.14188) 5993 : cluster [DBG] pgmap v5612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:29 smithi136 bash[11745]: cluster 2022-04-26T05:47:28.649481+0000 mgr.smithi136.ofnrfx (mgr.14188) 5994 : cluster [DBG] pgmap v5613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:30.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:30.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:30.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:29 smithi145 bash[13673]: cluster 2022-04-26T05:47:28.649481+0000 mgr.smithi136.ofnrfx (mgr.14188) 5994 : cluster [DBG] pgmap v5613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:30.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:31.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:30 smithi136 bash[11745]: audit 2022-04-26T05:47:30.442114+0000 mon.smithi136 (mon.0) 3894 : audit [DBG] from='client.? 172.21.15.136:0/2608227153' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:30 smithi145 bash[13673]: audit 2022-04-26T05:47:30.442114+0000 mon.smithi136 (mon.0) 3894 : audit [DBG] from='client.? 172.21.15.136:0/2608227153' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:31 smithi136 bash[11745]: cluster 2022-04-26T05:47:30.650123+0000 mgr.smithi136.ofnrfx (mgr.14188) 5995 : cluster [DBG] pgmap v5614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:31 smithi145 bash[13673]: cluster 2022-04-26T05:47:30.650123+0000 mgr.smithi136.ofnrfx (mgr.14188) 5995 : cluster [DBG] pgmap v5614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:33 smithi136 bash[11745]: cluster 2022-04-26T05:47:32.650776+0000 mgr.smithi136.ofnrfx (mgr.14188) 5996 : cluster [DBG] pgmap v5615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:33 smithi145 bash[13673]: cluster 2022-04-26T05:47:32.650776+0000 mgr.smithi136.ofnrfx (mgr.14188) 5996 : cluster [DBG] pgmap v5615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:35.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:35.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:35.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:35.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:35 smithi136 bash[11745]: cluster 2022-04-26T05:47:34.651355+0000 mgr.smithi136.ofnrfx (mgr.14188) 5997 : cluster [DBG] pgmap v5616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:35 smithi145 bash[13673]: cluster 2022-04-26T05:47:34.651355+0000 mgr.smithi136.ofnrfx (mgr.14188) 5997 : cluster [DBG] pgmap v5616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:36 smithi136 bash[11745]: audit 2022-04-26T05:47:35.772618+0000 mon.smithi136 (mon.0) 3895 : audit [DBG] from='client.? 172.21.15.136:0/3335036664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:36 smithi145 bash[13673]: audit 2022-04-26T05:47:35.772618+0000 mon.smithi136 (mon.0) 3895 : audit [DBG] from='client.? 172.21.15.136:0/3335036664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:37 smithi136 bash[11745]: cluster 2022-04-26T05:47:36.652026+0000 mgr.smithi136.ofnrfx (mgr.14188) 5998 : cluster [DBG] pgmap v5617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:37 smithi145 bash[13673]: cluster 2022-04-26T05:47:36.652026+0000 mgr.smithi136.ofnrfx (mgr.14188) 5998 : cluster [DBG] pgmap v5617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:40.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:39 smithi136 bash[11745]: cluster 2022-04-26T05:47:38.652660+0000 mgr.smithi136.ofnrfx (mgr.14188) 5999 : cluster [DBG] pgmap v5618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:39 smithi145 bash[13673]: cluster 2022-04-26T05:47:38.652660+0000 mgr.smithi136.ofnrfx (mgr.14188) 5999 : cluster [DBG] pgmap v5618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:40.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:40.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:40.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:41.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:41 smithi136 bash[11745]: cluster 2022-04-26T05:47:40.653263+0000 mgr.smithi136.ofnrfx (mgr.14188) 6000 : cluster [DBG] pgmap v5619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:42.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:41 smithi136 bash[11745]: audit 2022-04-26T05:47:41.099486+0000 mon.smithi136 (mon.0) 3896 : audit [DBG] from='client.? 172.21.15.136:0/2919595613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:41 smithi145 bash[13673]: cluster 2022-04-26T05:47:40.653263+0000 mgr.smithi136.ofnrfx (mgr.14188) 6000 : cluster [DBG] pgmap v5619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:41 smithi145 bash[13673]: audit 2022-04-26T05:47:41.099486+0000 mon.smithi136 (mon.0) 3896 : audit [DBG] from='client.? 172.21.15.136:0/2919595613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:43 smithi136 bash[11745]: cluster 2022-04-26T05:47:42.653991+0000 mgr.smithi136.ofnrfx (mgr.14188) 6001 : cluster [DBG] pgmap v5620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:44.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:43 smithi145 bash[13673]: cluster 2022-04-26T05:47:42.653991+0000 mgr.smithi136.ofnrfx (mgr.14188) 6001 : cluster [DBG] pgmap v5620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:45 smithi136 bash[11745]: cluster 2022-04-26T05:47:44.654737+0000 mgr.smithi136.ofnrfx (mgr.14188) 6002 : cluster [DBG] pgmap v5621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:46.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:46.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:46.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:45 smithi145 bash[13673]: cluster 2022-04-26T05:47:44.654737+0000 mgr.smithi136.ofnrfx (mgr.14188) 6002 : cluster [DBG] pgmap v5621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:46.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:46 smithi136 bash[11745]: audit 2022-04-26T05:47:46.428405+0000 mon.smithi136 (mon.0) 3897 : audit [DBG] from='client.? 172.21.15.136:0/3206988871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:46 smithi145 bash[13673]: audit 2022-04-26T05:47:46.428405+0000 mon.smithi136 (mon.0) 3897 : audit [DBG] from='client.? 172.21.15.136:0/3206988871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:47 smithi136 bash[11745]: cluster 2022-04-26T05:47:46.655409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6003 : cluster [DBG] pgmap v5622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:47 smithi145 bash[13673]: cluster 2022-04-26T05:47:46.655409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6003 : cluster [DBG] pgmap v5622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:49 smithi136 bash[11745]: cluster 2022-04-26T05:47:48.656155+0000 mgr.smithi136.ofnrfx (mgr.14188) 6004 : cluster [DBG] pgmap v5623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:50.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:49 smithi145 bash[13673]: cluster 2022-04-26T05:47:48.656155+0000 mgr.smithi136.ofnrfx (mgr.14188) 6004 : cluster [DBG] pgmap v5623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:51.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:51.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:51.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:51.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:51 smithi136 bash[11745]: cluster 2022-04-26T05:47:50.656802+0000 mgr.smithi136.ofnrfx (mgr.14188) 6005 : cluster [DBG] pgmap v5624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:51 smithi136 bash[11745]: audit 2022-04-26T05:47:51.758315+0000 mon.smithi136 (mon.0) 3898 : audit [DBG] from='client.? 172.21.15.136:0/668919240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:51 smithi145 bash[13673]: cluster 2022-04-26T05:47:50.656802+0000 mgr.smithi136.ofnrfx (mgr.14188) 6005 : cluster [DBG] pgmap v5624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:51 smithi145 bash[13673]: audit 2022-04-26T05:47:51.758315+0000 mon.smithi136 (mon.0) 3898 : audit [DBG] from='client.? 172.21.15.136:0/668919240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:54.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:53 smithi136 bash[11745]: cluster 2022-04-26T05:47:52.657457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6006 : cluster [DBG] pgmap v5625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:53 smithi145 bash[13673]: cluster 2022-04-26T05:47:52.657457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6006 : cluster [DBG] pgmap v5625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:56.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:55 smithi136 bash[11745]: cluster 2022-04-26T05:47:54.658104+0000 mgr.smithi136.ofnrfx (mgr.14188) 6007 : cluster [DBG] pgmap v5626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:55 smithi145 bash[13673]: cluster 2022-04-26T05:47:54.658104+0000 mgr.smithi136.ofnrfx (mgr.14188) 6007 : cluster [DBG] pgmap v5626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:56.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:47:56.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:47:56.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:47:57.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:47:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:57 smithi136 bash[11745]: cluster 2022-04-26T05:47:56.658678+0000 mgr.smithi136.ofnrfx (mgr.14188) 6008 : cluster [DBG] pgmap v5627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:57.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:57 smithi136 bash[11745]: audit 2022-04-26T05:47:57.087874+0000 mon.smithi136 (mon.0) 3899 : audit [DBG] from='client.? 172.21.15.136:0/1362795127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:47:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:57 smithi145 bash[13673]: cluster 2022-04-26T05:47:56.658678+0000 mgr.smithi136.ofnrfx (mgr.14188) 6008 : cluster [DBG] pgmap v5627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:47:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:57 smithi145 bash[13673]: audit 2022-04-26T05:47:57.087874+0000 mon.smithi136 (mon.0) 3899 : audit [DBG] from='client.? 172.21.15.136:0/1362795127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:00.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:47:59 smithi136 bash[11745]: cluster 2022-04-26T05:47:58.659297+0000 mgr.smithi136.ofnrfx (mgr.14188) 6009 : cluster [DBG] pgmap v5628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:47:59 smithi145 bash[13673]: cluster 2022-04-26T05:47:58.659297+0000 mgr.smithi136.ofnrfx (mgr.14188) 6009 : cluster [DBG] pgmap v5628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:01 smithi136 bash[11745]: cluster 2022-04-26T05:48:00.659863+0000 mgr.smithi136.ofnrfx (mgr.14188) 6010 : cluster [DBG] pgmap v5629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:02.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:02.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:02.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:01 smithi145 bash[13673]: cluster 2022-04-26T05:48:00.659863+0000 mgr.smithi136.ofnrfx (mgr.14188) 6010 : cluster [DBG] pgmap v5629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:02.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:02 smithi136 bash[11745]: audit 2022-04-26T05:48:02.419216+0000 mon.smithi136 (mon.0) 3900 : audit [DBG] from='client.? 172.21.15.136:0/3377041903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:02 smithi136 bash[11745]: audit 2022-04-26T05:48:02.621632+0000 mon.smithi136 (mon.0) 3901 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:48:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:02 smithi136 bash[11745]: audit 2022-04-26T05:48:02.625529+0000 mon.smithi136 (mon.0) 3902 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:48:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:02 smithi145 bash[13673]: audit 2022-04-26T05:48:02.419216+0000 mon.smithi136 (mon.0) 3900 : audit [DBG] from='client.? 172.21.15.136:0/3377041903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:02 smithi145 bash[13673]: audit 2022-04-26T05:48:02.621632+0000 mon.smithi136 (mon.0) 3901 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:48:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:02 smithi145 bash[13673]: audit 2022-04-26T05:48:02.625529+0000 mon.smithi136 (mon.0) 3902 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:48:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:03 smithi136 bash[11745]: cluster 2022-04-26T05:48:02.660552+0000 mgr.smithi136.ofnrfx (mgr.14188) 6011 : cluster [DBG] pgmap v5630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:03 smithi145 bash[13673]: cluster 2022-04-26T05:48:02.660552+0000 mgr.smithi136.ofnrfx (mgr.14188) 6011 : cluster [DBG] pgmap v5630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:06.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:05 smithi136 bash[11745]: cluster 2022-04-26T05:48:04.661234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6012 : cluster [DBG] pgmap v5631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:05 smithi145 bash[13673]: cluster 2022-04-26T05:48:04.661234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6012 : cluster [DBG] pgmap v5631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:07.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:07.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:07.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:07.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:07 smithi136 bash[11745]: cluster 2022-04-26T05:48:06.661858+0000 mgr.smithi136.ofnrfx (mgr.14188) 6013 : cluster [DBG] pgmap v5632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:07 smithi145 bash[13673]: cluster 2022-04-26T05:48:06.661858+0000 mgr.smithi136.ofnrfx (mgr.14188) 6013 : cluster [DBG] pgmap v5632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:08 smithi136 bash[11745]: audit 2022-04-26T05:48:07.740565+0000 mon.smithi136 (mon.0) 3903 : audit [DBG] from='client.? 172.21.15.136:0/1297381196' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:08 smithi145 bash[13673]: audit 2022-04-26T05:48:07.740565+0000 mon.smithi136 (mon.0) 3903 : audit [DBG] from='client.? 172.21.15.136:0/1297381196' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:09 smithi136 bash[11745]: cluster 2022-04-26T05:48:08.662478+0000 mgr.smithi136.ofnrfx (mgr.14188) 6014 : cluster [DBG] pgmap v5633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:09 smithi145 bash[13673]: cluster 2022-04-26T05:48:08.662478+0000 mgr.smithi136.ofnrfx (mgr.14188) 6014 : cluster [DBG] pgmap v5633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:10 smithi136 bash[11745]: audit 2022-04-26T05:48:10.671313+0000 mon.smithi136 (mon.0) 3904 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:48:11.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:10 smithi136 bash[11745]: audit 2022-04-26T05:48:10.674186+0000 mon.smithi136 (mon.0) 3905 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:48:11.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:10 smithi136 bash[11745]: audit 2022-04-26T05:48:10.675968+0000 mon.smithi136 (mon.0) 3906 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:48:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:10 smithi145 bash[13673]: audit 2022-04-26T05:48:10.671313+0000 mon.smithi136 (mon.0) 3904 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:48:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:10 smithi145 bash[13673]: audit 2022-04-26T05:48:10.674186+0000 mon.smithi136 (mon.0) 3905 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:48:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:10 smithi145 bash[13673]: audit 2022-04-26T05:48:10.675968+0000 mon.smithi136 (mon.0) 3906 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:48:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:12 smithi136 bash[11745]: cluster 2022-04-26T05:48:10.663111+0000 mgr.smithi136.ofnrfx (mgr.14188) 6015 : cluster [DBG] pgmap v5634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:12 smithi136 bash[11745]: cluster 2022-04-26T05:48:11.000412+0000 mgr.smithi136.ofnrfx (mgr.14188) 6016 : cluster [DBG] pgmap v5635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:12 smithi136 bash[11745]: cluster 2022-04-26T05:48:11.000732+0000 mgr.smithi136.ofnrfx (mgr.14188) 6017 : cluster [DBG] pgmap v5636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:12 smithi136 bash[11745]: audit 2022-04-26T05:48:11.006981+0000 mon.smithi136 (mon.0) 3907 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:48:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:12 smithi136 bash[11745]: audit 2022-04-26T05:48:11.014215+0000 mon.smithi136 (mon.0) 3908 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:48:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:12 smithi136 bash[11745]: cephadm 2022-04-26T05:48:11.015249+0000 mgr.smithi136.ofnrfx (mgr.14188) 6018 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:48:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:12 smithi136 bash[11745]: cephadm 2022-04-26T05:48:11.015430+0000 mgr.smithi136.ofnrfx (mgr.14188) 6019 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:48:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:12 smithi145 bash[13673]: cluster 2022-04-26T05:48:10.663111+0000 mgr.smithi136.ofnrfx (mgr.14188) 6015 : cluster [DBG] pgmap v5634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:12 smithi145 bash[13673]: cluster 2022-04-26T05:48:11.000412+0000 mgr.smithi136.ofnrfx (mgr.14188) 6016 : cluster [DBG] pgmap v5635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:12 smithi145 bash[13673]: cluster 2022-04-26T05:48:11.000732+0000 mgr.smithi136.ofnrfx (mgr.14188) 6017 : cluster [DBG] pgmap v5636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:12 smithi145 bash[13673]: audit 2022-04-26T05:48:11.006981+0000 mon.smithi136 (mon.0) 3907 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:48:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:12 smithi145 bash[13673]: audit 2022-04-26T05:48:11.014215+0000 mon.smithi136 (mon.0) 3908 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:48:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:12 smithi145 bash[13673]: cephadm 2022-04-26T05:48:11.015249+0000 mgr.smithi136.ofnrfx (mgr.14188) 6018 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:48:12.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:12 smithi145 bash[13673]: cephadm 2022-04-26T05:48:11.015430+0000 mgr.smithi136.ofnrfx (mgr.14188) 6019 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:48:12.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:12.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:12.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:13.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:14 smithi136 bash[11745]: cluster 2022-04-26T05:48:13.001165+0000 mgr.smithi136.ofnrfx (mgr.14188) 6020 : cluster [DBG] pgmap v5637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:14 smithi136 bash[11745]: audit 2022-04-26T05:48:13.068200+0000 mon.smithi136 (mon.0) 3909 : audit [DBG] from='client.? 172.21.15.136:0/839961351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:14.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:14 smithi145 bash[13673]: cluster 2022-04-26T05:48:13.001165+0000 mgr.smithi136.ofnrfx (mgr.14188) 6020 : cluster [DBG] pgmap v5637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:14.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:14 smithi145 bash[13673]: audit 2022-04-26T05:48:13.068200+0000 mon.smithi136 (mon.0) 3909 : audit [DBG] from='client.? 172.21.15.136:0/839961351' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:16 smithi136 bash[11745]: cluster 2022-04-26T05:48:15.001764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6021 : cluster [DBG] pgmap v5638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:16.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:16 smithi145 bash[13673]: cluster 2022-04-26T05:48:15.001764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6021 : cluster [DBG] pgmap v5638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:17 smithi136 bash[11745]: cluster 2022-04-26T05:48:17.002410+0000 mgr.smithi136.ofnrfx (mgr.14188) 6022 : cluster [DBG] pgmap v5639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:17 smithi145 bash[13673]: cluster 2022-04-26T05:48:17.002410+0000 mgr.smithi136.ofnrfx (mgr.14188) 6022 : cluster [DBG] pgmap v5639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:18.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:18.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:18.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:18.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:18 smithi136 bash[11745]: audit 2022-04-26T05:48:18.392142+0000 mon.smithi136 (mon.0) 3910 : audit [DBG] from='client.? 172.21.15.136:0/2185666414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:18 smithi145 bash[13673]: audit 2022-04-26T05:48:18.392142+0000 mon.smithi136 (mon.0) 3910 : audit [DBG] from='client.? 172.21.15.136:0/2185666414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:19.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:19 smithi136 bash[11745]: cluster 2022-04-26T05:48:19.003056+0000 mgr.smithi136.ofnrfx (mgr.14188) 6023 : cluster [DBG] pgmap v5640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:19.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:19 smithi145 bash[13673]: cluster 2022-04-26T05:48:19.003056+0000 mgr.smithi136.ofnrfx (mgr.14188) 6023 : cluster [DBG] pgmap v5640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:22 smithi145 bash[13673]: cluster 2022-04-26T05:48:21.003722+0000 mgr.smithi136.ofnrfx (mgr.14188) 6024 : cluster [DBG] pgmap v5641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:22 smithi136 bash[11745]: cluster 2022-04-26T05:48:21.003722+0000 mgr.smithi136.ofnrfx (mgr.14188) 6024 : cluster [DBG] pgmap v5641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:23.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:23.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:23.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:23.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:24.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:24 smithi145 bash[13673]: cluster 2022-04-26T05:48:23.004375+0000 mgr.smithi136.ofnrfx (mgr.14188) 6025 : cluster [DBG] pgmap v5642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:24.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:24 smithi145 bash[13673]: audit 2022-04-26T05:48:23.714179+0000 mon.smithi136 (mon.0) 3911 : audit [DBG] from='client.? 172.21.15.136:0/367535226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:24 smithi136 bash[11745]: cluster 2022-04-26T05:48:23.004375+0000 mgr.smithi136.ofnrfx (mgr.14188) 6025 : cluster [DBG] pgmap v5642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:24 smithi136 bash[11745]: audit 2022-04-26T05:48:23.714179+0000 mon.smithi136 (mon.0) 3911 : audit [DBG] from='client.? 172.21.15.136:0/367535226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:26.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:26 smithi145 bash[13673]: cluster 2022-04-26T05:48:25.004982+0000 mgr.smithi136.ofnrfx (mgr.14188) 6026 : cluster [DBG] pgmap v5643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:26 smithi136 bash[11745]: cluster 2022-04-26T05:48:25.004982+0000 mgr.smithi136.ofnrfx (mgr.14188) 6026 : cluster [DBG] pgmap v5643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:27 smithi136 bash[11745]: cluster 2022-04-26T05:48:27.005625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6027 : cluster [DBG] pgmap v5644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:27 smithi145 bash[13673]: cluster 2022-04-26T05:48:27.005625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6027 : cluster [DBG] pgmap v5644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:28.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:29.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:29 smithi136 bash[11745]: audit 2022-04-26T05:48:29.041444+0000 mon.smithi136 (mon.0) 3912 : audit [DBG] from='client.? 172.21.15.136:0/1349381328' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:29 smithi145 bash[13673]: audit 2022-04-26T05:48:29.041444+0000 mon.smithi136 (mon.0) 3912 : audit [DBG] from='client.? 172.21.15.136:0/1349381328' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:30.376 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:30 smithi136 bash[11745]: cluster 2022-04-26T05:48:29.006218+0000 mgr.smithi136.ofnrfx (mgr.14188) 6028 : cluster [DBG] pgmap v5645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:30 smithi145 bash[13673]: cluster 2022-04-26T05:48:29.006218+0000 mgr.smithi136.ofnrfx (mgr.14188) 6028 : cluster [DBG] pgmap v5645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:32.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:32 smithi145 bash[13673]: cluster 2022-04-26T05:48:31.006846+0000 mgr.smithi136.ofnrfx (mgr.14188) 6029 : cluster [DBG] pgmap v5646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:32 smithi136 bash[11745]: cluster 2022-04-26T05:48:31.006846+0000 mgr.smithi136.ofnrfx (mgr.14188) 6029 : cluster [DBG] pgmap v5646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:34.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:34.062 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:34.062 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:34.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:34.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:34 smithi145 bash[13673]: cluster 2022-04-26T05:48:33.007568+0000 mgr.smithi136.ofnrfx (mgr.14188) 6030 : cluster [DBG] pgmap v5647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:34 smithi136 bash[11745]: cluster 2022-04-26T05:48:33.007568+0000 mgr.smithi136.ofnrfx (mgr.14188) 6030 : cluster [DBG] pgmap v5647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:35 smithi145 bash[13673]: audit 2022-04-26T05:48:34.370919+0000 mon.smithi136 (mon.0) 3913 : audit [DBG] from='client.? 172.21.15.136:0/1132615804' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:35 smithi136 bash[11745]: audit 2022-04-26T05:48:34.370919+0000 mon.smithi136 (mon.0) 3913 : audit [DBG] from='client.? 172.21.15.136:0/1132615804' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:36.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:36 smithi145 bash[13673]: cluster 2022-04-26T05:48:35.008217+0000 mgr.smithi136.ofnrfx (mgr.14188) 6031 : cluster [DBG] pgmap v5648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:36 smithi136 bash[11745]: cluster 2022-04-26T05:48:35.008217+0000 mgr.smithi136.ofnrfx (mgr.14188) 6031 : cluster [DBG] pgmap v5648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:37 smithi136 bash[11745]: cluster 2022-04-26T05:48:37.008863+0000 mgr.smithi136.ofnrfx (mgr.14188) 6032 : cluster [DBG] pgmap v5649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:37 smithi145 bash[13673]: cluster 2022-04-26T05:48:37.008863+0000 mgr.smithi136.ofnrfx (mgr.14188) 6032 : cluster [DBG] pgmap v5649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:39.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:39.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:39.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:39.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:40.376 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:40 smithi136 bash[11745]: cluster 2022-04-26T05:48:39.009502+0000 mgr.smithi136.ofnrfx (mgr.14188) 6033 : cluster [DBG] pgmap v5650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:40.377 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:40 smithi136 bash[11745]: audit 2022-04-26T05:48:39.686752+0000 mon.smithi136 (mon.0) 3914 : audit [DBG] from='client.? 172.21.15.136:0/373576455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:40.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:40 smithi145 bash[13673]: cluster 2022-04-26T05:48:39.009502+0000 mgr.smithi136.ofnrfx (mgr.14188) 6033 : cluster [DBG] pgmap v5650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:40.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:40 smithi145 bash[13673]: audit 2022-04-26T05:48:39.686752+0000 mon.smithi136 (mon.0) 3914 : audit [DBG] from='client.? 172.21.15.136:0/373576455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:42.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:42 smithi145 bash[13673]: cluster 2022-04-26T05:48:41.010168+0000 mgr.smithi136.ofnrfx (mgr.14188) 6034 : cluster [DBG] pgmap v5651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:42 smithi136 bash[11745]: cluster 2022-04-26T05:48:41.010168+0000 mgr.smithi136.ofnrfx (mgr.14188) 6034 : cluster [DBG] pgmap v5651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:44.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:44 smithi145 bash[13673]: cluster 2022-04-26T05:48:43.010864+0000 mgr.smithi136.ofnrfx (mgr.14188) 6035 : cluster [DBG] pgmap v5652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:44 smithi136 bash[11745]: cluster 2022-04-26T05:48:43.010864+0000 mgr.smithi136.ofnrfx (mgr.14188) 6035 : cluster [DBG] pgmap v5652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:44.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:44.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:44.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:45.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:45.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:45 smithi145 bash[13673]: audit 2022-04-26T05:48:45.018409+0000 mon.smithi136 (mon.0) 3915 : audit [DBG] from='client.? 172.21.15.136:0/2923817152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:45 smithi136 bash[11745]: audit 2022-04-26T05:48:45.018409+0000 mon.smithi136 (mon.0) 3915 : audit [DBG] from='client.? 172.21.15.136:0/2923817152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:46 smithi145 bash[13673]: cluster 2022-04-26T05:48:45.011497+0000 mgr.smithi136.ofnrfx (mgr.14188) 6036 : cluster [DBG] pgmap v5653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:46 smithi136 bash[11745]: cluster 2022-04-26T05:48:45.011497+0000 mgr.smithi136.ofnrfx (mgr.14188) 6036 : cluster [DBG] pgmap v5653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:47 smithi136 bash[11745]: cluster 2022-04-26T05:48:47.012136+0000 mgr.smithi136.ofnrfx (mgr.14188) 6037 : cluster [DBG] pgmap v5654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:47 smithi145 bash[13673]: cluster 2022-04-26T05:48:47.012136+0000 mgr.smithi136.ofnrfx (mgr.14188) 6037 : cluster [DBG] pgmap v5654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:50.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:50.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:50.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:50.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:50.376 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:50 smithi136 bash[11745]: cluster 2022-04-26T05:48:49.012874+0000 mgr.smithi136.ofnrfx (mgr.14188) 6038 : cluster [DBG] pgmap v5655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:50.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:50 smithi145 bash[13673]: cluster 2022-04-26T05:48:49.012874+0000 mgr.smithi136.ofnrfx (mgr.14188) 6038 : cluster [DBG] pgmap v5655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:51.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:51 smithi145 bash[13673]: audit 2022-04-26T05:48:50.348493+0000 mon.smithi136 (mon.0) 3916 : audit [DBG] from='client.? 172.21.15.136:0/1393740552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:51 smithi136 bash[11745]: audit 2022-04-26T05:48:50.348493+0000 mon.smithi136 (mon.0) 3916 : audit [DBG] from='client.? 172.21.15.136:0/1393740552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:52.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:52 smithi145 bash[13673]: cluster 2022-04-26T05:48:51.013547+0000 mgr.smithi136.ofnrfx (mgr.14188) 6039 : cluster [DBG] pgmap v5656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:52 smithi136 bash[11745]: cluster 2022-04-26T05:48:51.013547+0000 mgr.smithi136.ofnrfx (mgr.14188) 6039 : cluster [DBG] pgmap v5656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:54 smithi145 bash[13673]: cluster 2022-04-26T05:48:53.014210+0000 mgr.smithi136.ofnrfx (mgr.14188) 6040 : cluster [DBG] pgmap v5657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:54 smithi136 bash[11745]: cluster 2022-04-26T05:48:53.014210+0000 mgr.smithi136.ofnrfx (mgr.14188) 6040 : cluster [DBG] pgmap v5657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:55.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:48:55.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:48:55.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:48:55.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:48:56.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:56 smithi145 bash[13673]: cluster 2022-04-26T05:48:55.014809+0000 mgr.smithi136.ofnrfx (mgr.14188) 6041 : cluster [DBG] pgmap v5658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:56.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:56 smithi145 bash[13673]: audit 2022-04-26T05:48:55.669506+0000 mon.smithi136 (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.136:0/3626097661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:56 smithi136 bash[11745]: cluster 2022-04-26T05:48:55.014809+0000 mgr.smithi136.ofnrfx (mgr.14188) 6041 : cluster [DBG] pgmap v5658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:56 smithi136 bash[11745]: audit 2022-04-26T05:48:55.669506+0000 mon.smithi136 (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.136:0/3626097661' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:48:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:48:57 smithi136 bash[11745]: cluster 2022-04-26T05:48:57.015464+0000 mgr.smithi136.ofnrfx (mgr.14188) 6042 : cluster [DBG] pgmap v5659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:48:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:48:57 smithi145 bash[13673]: cluster 2022-04-26T05:48:57.015464+0000 mgr.smithi136.ofnrfx (mgr.14188) 6042 : cluster [DBG] pgmap v5659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:00.377 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:00 smithi136 bash[11745]: cluster 2022-04-26T05:48:59.016137+0000 mgr.smithi136.ofnrfx (mgr.14188) 6043 : cluster [DBG] pgmap v5660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:00 smithi145 bash[13673]: cluster 2022-04-26T05:48:59.016137+0000 mgr.smithi136.ofnrfx (mgr.14188) 6043 : cluster [DBG] pgmap v5660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:00.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:00.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:00.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:01.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:01 smithi145 bash[13673]: audit 2022-04-26T05:49:00.998314+0000 mon.smithi136 (mon.0) 3918 : audit [DBG] from='client.? 172.21.15.136:0/3574692347' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:01 smithi136 bash[11745]: audit 2022-04-26T05:49:00.998314+0000 mon.smithi136 (mon.0) 3918 : audit [DBG] from='client.? 172.21.15.136:0/3574692347' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:02.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:02 smithi145 bash[13673]: cluster 2022-04-26T05:49:01.016750+0000 mgr.smithi136.ofnrfx (mgr.14188) 6044 : cluster [DBG] pgmap v5661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:02 smithi136 bash[11745]: cluster 2022-04-26T05:49:01.016750+0000 mgr.smithi136.ofnrfx (mgr.14188) 6044 : cluster [DBG] pgmap v5661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:03 smithi145 bash[13673]: audit 2022-04-26T05:49:02.625693+0000 mon.smithi136 (mon.0) 3919 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:49:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:03 smithi145 bash[13673]: audit 2022-04-26T05:49:02.629433+0000 mon.smithi136 (mon.0) 3920 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:49:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:03 smithi136 bash[11745]: audit 2022-04-26T05:49:02.625693+0000 mon.smithi136 (mon.0) 3919 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:49:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:03 smithi136 bash[11745]: audit 2022-04-26T05:49:02.629433+0000 mon.smithi136 (mon.0) 3920 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:49:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:04 smithi145 bash[13673]: cluster 2022-04-26T05:49:03.017359+0000 mgr.smithi136.ofnrfx (mgr.14188) 6045 : cluster [DBG] pgmap v5662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:04 smithi136 bash[11745]: cluster 2022-04-26T05:49:03.017359+0000 mgr.smithi136.ofnrfx (mgr.14188) 6045 : cluster [DBG] pgmap v5662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:06.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:06.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:06.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:06.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:06.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:06 smithi145 bash[13673]: cluster 2022-04-26T05:49:05.017995+0000 mgr.smithi136.ofnrfx (mgr.14188) 6046 : cluster [DBG] pgmap v5663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:06 smithi136 bash[11745]: cluster 2022-04-26T05:49:05.017995+0000 mgr.smithi136.ofnrfx (mgr.14188) 6046 : cluster [DBG] pgmap v5663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:07.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:07 smithi145 bash[13673]: audit 2022-04-26T05:49:06.329945+0000 mon.smithi136 (mon.0) 3921 : audit [DBG] from='client.? 172.21.15.136:0/332775067' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:07 smithi136 bash[11745]: audit 2022-04-26T05:49:06.329945+0000 mon.smithi136 (mon.0) 3921 : audit [DBG] from='client.? 172.21.15.136:0/332775067' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:08 smithi145 bash[13673]: cluster 2022-04-26T05:49:07.018628+0000 mgr.smithi136.ofnrfx (mgr.14188) 6047 : cluster [DBG] pgmap v5664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:08 smithi136 bash[11745]: cluster 2022-04-26T05:49:07.018628+0000 mgr.smithi136.ofnrfx (mgr.14188) 6047 : cluster [DBG] pgmap v5664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:10.377 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:10 smithi136 bash[11745]: cluster 2022-04-26T05:49:09.019266+0000 mgr.smithi136.ofnrfx (mgr.14188) 6048 : cluster [DBG] pgmap v5665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:10.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:10 smithi145 bash[13673]: cluster 2022-04-26T05:49:09.019266+0000 mgr.smithi136.ofnrfx (mgr.14188) 6048 : cluster [DBG] pgmap v5665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:11.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:11.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:11.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:11 smithi145 bash[13673]: audit 2022-04-26T05:49:11.026517+0000 mon.smithi136 (mon.0) 3922 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:49:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:11 smithi145 bash[13673]: audit 2022-04-26T05:49:11.029204+0000 mon.smithi136 (mon.0) 3923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:49:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:11 smithi145 bash[13673]: audit 2022-04-26T05:49:11.030990+0000 mon.smithi136 (mon.0) 3924 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:49:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:11 smithi136 bash[11745]: audit 2022-04-26T05:49:11.026517+0000 mon.smithi136 (mon.0) 3922 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:49:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:11 smithi136 bash[11745]: audit 2022-04-26T05:49:11.029204+0000 mon.smithi136 (mon.0) 3923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:49:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:11 smithi136 bash[11745]: audit 2022-04-26T05:49:11.030990+0000 mon.smithi136 (mon.0) 3924 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:49:11.669 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:12 smithi145 bash[13673]: cluster 2022-04-26T05:49:11.020028+0000 mgr.smithi136.ofnrfx (mgr.14188) 6049 : cluster [DBG] pgmap v5666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:12 smithi145 bash[13673]: audit 2022-04-26T05:49:11.367945+0000 mon.smithi136 (mon.0) 3925 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:49:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:12 smithi145 bash[13673]: audit 2022-04-26T05:49:11.374449+0000 mon.smithi136 (mon.0) 3926 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:49:12.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:12 smithi145 bash[13673]: audit 2022-04-26T05:49:11.652700+0000 mon.smithi136 (mon.0) 3927 : audit [DBG] from='client.? 172.21.15.136:0/3932423973' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:12 smithi136 bash[11745]: cluster 2022-04-26T05:49:11.020028+0000 mgr.smithi136.ofnrfx (mgr.14188) 6049 : cluster [DBG] pgmap v5666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:12 smithi136 bash[11745]: audit 2022-04-26T05:49:11.367945+0000 mon.smithi136 (mon.0) 3925 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:49:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:12 smithi136 bash[11745]: audit 2022-04-26T05:49:11.374449+0000 mon.smithi136 (mon.0) 3926 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:49:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:12 smithi136 bash[11745]: audit 2022-04-26T05:49:11.652700+0000 mon.smithi136 (mon.0) 3927 : audit [DBG] from='client.? 172.21.15.136:0/3932423973' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:13 smithi145 bash[13673]: cluster 2022-04-26T05:49:11.360632+0000 mgr.smithi136.ofnrfx (mgr.14188) 6050 : cluster [DBG] pgmap v5667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:13 smithi145 bash[13673]: cluster 2022-04-26T05:49:11.360972+0000 mgr.smithi136.ofnrfx (mgr.14188) 6051 : cluster [DBG] pgmap v5668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:13 smithi145 bash[13673]: cephadm 2022-04-26T05:49:11.375408+0000 mgr.smithi136.ofnrfx (mgr.14188) 6052 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:49:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:13 smithi145 bash[13673]: cephadm 2022-04-26T05:49:11.375576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6053 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:49:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:13 smithi136 bash[11745]: cluster 2022-04-26T05:49:11.360632+0000 mgr.smithi136.ofnrfx (mgr.14188) 6050 : cluster [DBG] pgmap v5667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:13 smithi136 bash[11745]: cluster 2022-04-26T05:49:11.360972+0000 mgr.smithi136.ofnrfx (mgr.14188) 6051 : cluster [DBG] pgmap v5668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:13 smithi136 bash[11745]: cephadm 2022-04-26T05:49:11.375408+0000 mgr.smithi136.ofnrfx (mgr.14188) 6052 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:49:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:13 smithi136 bash[11745]: cephadm 2022-04-26T05:49:11.375576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6053 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:49:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:15 smithi145 bash[13673]: cluster 2022-04-26T05:49:13.361518+0000 mgr.smithi136.ofnrfx (mgr.14188) 6054 : cluster [DBG] pgmap v5669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:15 smithi136 bash[11745]: cluster 2022-04-26T05:49:13.361518+0000 mgr.smithi136.ofnrfx (mgr.14188) 6054 : cluster [DBG] pgmap v5669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:16.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:16.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:16.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:16.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:17 smithi145 bash[13673]: cluster 2022-04-26T05:49:15.362150+0000 mgr.smithi136.ofnrfx (mgr.14188) 6055 : cluster [DBG] pgmap v5670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:17 smithi145 bash[13673]: audit 2022-04-26T05:49:16.981137+0000 mon.smithi136 (mon.0) 3928 : audit [DBG] from='client.? 172.21.15.136:0/2900102396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:17 smithi136 bash[11745]: cluster 2022-04-26T05:49:15.362150+0000 mgr.smithi136.ofnrfx (mgr.14188) 6055 : cluster [DBG] pgmap v5670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:17 smithi136 bash[11745]: audit 2022-04-26T05:49:16.981137+0000 mon.smithi136 (mon.0) 3928 : audit [DBG] from='client.? 172.21.15.136:0/2900102396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:19 smithi136 bash[11745]: cluster 2022-04-26T05:49:17.362750+0000 mgr.smithi136.ofnrfx (mgr.14188) 6056 : cluster [DBG] pgmap v5671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:19 smithi145 bash[13673]: cluster 2022-04-26T05:49:17.362750+0000 mgr.smithi136.ofnrfx (mgr.14188) 6056 : cluster [DBG] pgmap v5671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:21.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:21 smithi145 bash[13673]: cluster 2022-04-26T05:49:19.363466+0000 mgr.smithi136.ofnrfx (mgr.14188) 6057 : cluster [DBG] pgmap v5672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:21 smithi136 bash[11745]: cluster 2022-04-26T05:49:19.363466+0000 mgr.smithi136.ofnrfx (mgr.14188) 6057 : cluster [DBG] pgmap v5672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:22.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:22.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:22.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:22.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:23 smithi136 bash[11745]: cluster 2022-04-26T05:49:21.364186+0000 mgr.smithi136.ofnrfx (mgr.14188) 6058 : cluster [DBG] pgmap v5673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:23 smithi136 bash[11745]: audit 2022-04-26T05:49:22.305908+0000 mon.smithi136 (mon.0) 3929 : audit [DBG] from='client.? 172.21.15.136:0/1812149953' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:23.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:23 smithi145 bash[13673]: cluster 2022-04-26T05:49:21.364186+0000 mgr.smithi136.ofnrfx (mgr.14188) 6058 : cluster [DBG] pgmap v5673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:23.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:23 smithi145 bash[13673]: audit 2022-04-26T05:49:22.305908+0000 mon.smithi136 (mon.0) 3929 : audit [DBG] from='client.? 172.21.15.136:0/1812149953' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:25 smithi136 bash[11745]: cluster 2022-04-26T05:49:23.364861+0000 mgr.smithi136.ofnrfx (mgr.14188) 6059 : cluster [DBG] pgmap v5674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:25.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:25 smithi145 bash[13673]: cluster 2022-04-26T05:49:23.364861+0000 mgr.smithi136.ofnrfx (mgr.14188) 6059 : cluster [DBG] pgmap v5674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:27.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:27.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:27.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:27 smithi136 bash[11745]: cluster 2022-04-26T05:49:25.365491+0000 mgr.smithi136.ofnrfx (mgr.14188) 6060 : cluster [DBG] pgmap v5675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:27 smithi145 bash[13673]: cluster 2022-04-26T05:49:25.365491+0000 mgr.smithi136.ofnrfx (mgr.14188) 6060 : cluster [DBG] pgmap v5675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:27.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:28 smithi145 bash[13673]: audit 2022-04-26T05:49:27.636596+0000 mon.smithi136 (mon.0) 3930 : audit [DBG] from='client.? 172.21.15.136:0/3582087214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:28 smithi136 bash[11745]: audit 2022-04-26T05:49:27.636596+0000 mon.smithi136 (mon.0) 3930 : audit [DBG] from='client.? 172.21.15.136:0/3582087214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:29 smithi136 bash[11745]: cluster 2022-04-26T05:49:27.366152+0000 mgr.smithi136.ofnrfx (mgr.14188) 6061 : cluster [DBG] pgmap v5676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:29 smithi145 bash[13673]: cluster 2022-04-26T05:49:27.366152+0000 mgr.smithi136.ofnrfx (mgr.14188) 6061 : cluster [DBG] pgmap v5676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:31 smithi136 bash[11745]: cluster 2022-04-26T05:49:29.366781+0000 mgr.smithi136.ofnrfx (mgr.14188) 6062 : cluster [DBG] pgmap v5677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:31 smithi145 bash[13673]: cluster 2022-04-26T05:49:29.366781+0000 mgr.smithi136.ofnrfx (mgr.14188) 6062 : cluster [DBG] pgmap v5677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:32.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:32.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:32.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:32.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:33 smithi136 bash[11745]: cluster 2022-04-26T05:49:31.367414+0000 mgr.smithi136.ofnrfx (mgr.14188) 6063 : cluster [DBG] pgmap v5678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:33.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:33 smithi136 bash[11745]: audit 2022-04-26T05:49:32.966078+0000 mon.smithi136 (mon.0) 3931 : audit [DBG] from='client.? 172.21.15.136:0/4105015851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:33 smithi145 bash[13673]: cluster 2022-04-26T05:49:31.367414+0000 mgr.smithi136.ofnrfx (mgr.14188) 6063 : cluster [DBG] pgmap v5678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:33 smithi145 bash[13673]: audit 2022-04-26T05:49:32.966078+0000 mon.smithi136 (mon.0) 3931 : audit [DBG] from='client.? 172.21.15.136:0/4105015851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:34 smithi136 bash[11745]: cluster 2022-04-26T05:49:33.368049+0000 mgr.smithi136.ofnrfx (mgr.14188) 6064 : cluster [DBG] pgmap v5679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:34.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:34 smithi145 bash[13673]: cluster 2022-04-26T05:49:33.368049+0000 mgr.smithi136.ofnrfx (mgr.14188) 6064 : cluster [DBG] pgmap v5679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:36 smithi136 bash[11745]: cluster 2022-04-26T05:49:35.368764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6065 : cluster [DBG] pgmap v5680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:36 smithi145 bash[13673]: cluster 2022-04-26T05:49:35.368764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6065 : cluster [DBG] pgmap v5680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:37.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:37.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:37.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:38.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:38 smithi136 bash[11745]: cluster 2022-04-26T05:49:37.369563+0000 mgr.smithi136.ofnrfx (mgr.14188) 6066 : cluster [DBG] pgmap v5681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:38.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:38 smithi136 bash[11745]: audit 2022-04-26T05:49:38.296815+0000 mon.smithi136 (mon.0) 3932 : audit [DBG] from='client.? 172.21.15.136:0/2576547430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:38 smithi145 bash[13673]: cluster 2022-04-26T05:49:37.369563+0000 mgr.smithi136.ofnrfx (mgr.14188) 6066 : cluster [DBG] pgmap v5681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:38 smithi145 bash[13673]: audit 2022-04-26T05:49:38.296815+0000 mon.smithi136 (mon.0) 3932 : audit [DBG] from='client.? 172.21.15.136:0/2576547430' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:40 smithi136 bash[11745]: cluster 2022-04-26T05:49:39.370250+0000 mgr.smithi136.ofnrfx (mgr.14188) 6067 : cluster [DBG] pgmap v5682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:40 smithi145 bash[13673]: cluster 2022-04-26T05:49:39.370250+0000 mgr.smithi136.ofnrfx (mgr.14188) 6067 : cluster [DBG] pgmap v5682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:42.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:42 smithi136 bash[11745]: cluster 2022-04-26T05:49:41.370910+0000 mgr.smithi136.ofnrfx (mgr.14188) 6068 : cluster [DBG] pgmap v5683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:42 smithi145 bash[13673]: cluster 2022-04-26T05:49:41.370910+0000 mgr.smithi136.ofnrfx (mgr.14188) 6068 : cluster [DBG] pgmap v5683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:43.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:43.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:43.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:43.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:44 smithi136 bash[11745]: cluster 2022-04-26T05:49:43.371560+0000 mgr.smithi136.ofnrfx (mgr.14188) 6069 : cluster [DBG] pgmap v5684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:44.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:44 smithi136 bash[11745]: audit 2022-04-26T05:49:43.626533+0000 mon.smithi136 (mon.0) 3933 : audit [DBG] from='client.? 172.21.15.136:0/3713462649' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:44 smithi145 bash[13673]: cluster 2022-04-26T05:49:43.371560+0000 mgr.smithi136.ofnrfx (mgr.14188) 6069 : cluster [DBG] pgmap v5684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:44 smithi145 bash[13673]: audit 2022-04-26T05:49:43.626533+0000 mon.smithi136 (mon.0) 3933 : audit [DBG] from='client.? 172.21.15.136:0/3713462649' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:46 smithi136 bash[11745]: cluster 2022-04-26T05:49:45.372222+0000 mgr.smithi136.ofnrfx (mgr.14188) 6070 : cluster [DBG] pgmap v5685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:46.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:46 smithi145 bash[13673]: cluster 2022-04-26T05:49:45.372222+0000 mgr.smithi136.ofnrfx (mgr.14188) 6070 : cluster [DBG] pgmap v5685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:48.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:48.647 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:48.647 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:48 smithi136 bash[11745]: cluster 2022-04-26T05:49:47.372927+0000 mgr.smithi136.ofnrfx (mgr.14188) 6071 : cluster [DBG] pgmap v5686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:48 smithi145 bash[13673]: cluster 2022-04-26T05:49:47.372927+0000 mgr.smithi136.ofnrfx (mgr.14188) 6071 : cluster [DBG] pgmap v5686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:48.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:49 smithi136 bash[11745]: audit 2022-04-26T05:49:48.950989+0000 mon.smithi136 (mon.0) 3934 : audit [DBG] from='client.? 172.21.15.136:0/2183705711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:49 smithi145 bash[13673]: audit 2022-04-26T05:49:48.950989+0000 mon.smithi136 (mon.0) 3934 : audit [DBG] from='client.? 172.21.15.136:0/2183705711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:50 smithi136 bash[11745]: cluster 2022-04-26T05:49:49.373624+0000 mgr.smithi136.ofnrfx (mgr.14188) 6072 : cluster [DBG] pgmap v5687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:50.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:50 smithi145 bash[13673]: cluster 2022-04-26T05:49:49.373624+0000 mgr.smithi136.ofnrfx (mgr.14188) 6072 : cluster [DBG] pgmap v5687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:52.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:52 smithi136 bash[11745]: cluster 2022-04-26T05:49:51.374291+0000 mgr.smithi136.ofnrfx (mgr.14188) 6073 : cluster [DBG] pgmap v5688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:52 smithi145 bash[13673]: cluster 2022-04-26T05:49:51.374291+0000 mgr.smithi136.ofnrfx (mgr.14188) 6073 : cluster [DBG] pgmap v5688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:53.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:53.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:53.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:54.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:49:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:54 smithi145 bash[13673]: cluster 2022-04-26T05:49:53.374872+0000 mgr.smithi136.ofnrfx (mgr.14188) 6074 : cluster [DBG] pgmap v5689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:54 smithi145 bash[13673]: audit 2022-04-26T05:49:54.281902+0000 mon.smithi136 (mon.0) 3935 : audit [DBG] from='client.? 172.21.15.136:0/105909211' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:54 smithi136 bash[11745]: cluster 2022-04-26T05:49:53.374872+0000 mgr.smithi136.ofnrfx (mgr.14188) 6074 : cluster [DBG] pgmap v5689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:55.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:54 smithi136 bash[11745]: audit 2022-04-26T05:49:54.281902+0000 mon.smithi136 (mon.0) 3935 : audit [DBG] from='client.? 172.21.15.136:0/105909211' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:49:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:56 smithi145 bash[13673]: cluster 2022-04-26T05:49:55.375501+0000 mgr.smithi136.ofnrfx (mgr.14188) 6075 : cluster [DBG] pgmap v5690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:56 smithi136 bash[11745]: cluster 2022-04-26T05:49:55.375501+0000 mgr.smithi136.ofnrfx (mgr.14188) 6075 : cluster [DBG] pgmap v5690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:49:58 smithi145 bash[13673]: cluster 2022-04-26T05:49:57.376171+0000 mgr.smithi136.ofnrfx (mgr.14188) 6076 : cluster [DBG] pgmap v5691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:58.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:49:58 smithi136 bash[11745]: cluster 2022-04-26T05:49:57.376171+0000 mgr.smithi136.ofnrfx (mgr.14188) 6076 : cluster [DBG] pgmap v5691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:49:59.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:49:59.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:49:59.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:49:59.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:00 smithi136 bash[11745]: cluster 2022-04-26T05:49:59.376757+0000 mgr.smithi136.ofnrfx (mgr.14188) 6077 : cluster [DBG] pgmap v5692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:00.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:00 smithi136 bash[11745]: audit 2022-04-26T05:49:59.610609+0000 mon.smithi136 (mon.0) 3936 : audit [DBG] from='client.? 172.21.15.136:0/2741676958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:00.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:00 smithi136 bash[11745]: cluster 2022-04-26T05:50:00.000167+0000 mon.smithi136 (mon.0) 3937 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:50:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:00 smithi145 bash[13673]: cluster 2022-04-26T05:49:59.376757+0000 mgr.smithi136.ofnrfx (mgr.14188) 6077 : cluster [DBG] pgmap v5692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:00 smithi145 bash[13673]: audit 2022-04-26T05:49:59.610609+0000 mon.smithi136 (mon.0) 3936 : audit [DBG] from='client.? 172.21.15.136:0/2741676958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:00 smithi145 bash[13673]: cluster 2022-04-26T05:50:00.000167+0000 mon.smithi136 (mon.0) 3937 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T05:50:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:02 smithi145 bash[13673]: cluster 2022-04-26T05:50:01.377461+0000 mgr.smithi136.ofnrfx (mgr.14188) 6078 : cluster [DBG] pgmap v5693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:02 smithi136 bash[11745]: cluster 2022-04-26T05:50:01.377461+0000 mgr.smithi136.ofnrfx (mgr.14188) 6078 : cluster [DBG] pgmap v5693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:03.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:03 smithi145 bash[13673]: audit 2022-04-26T05:50:02.629704+0000 mon.smithi136 (mon.0) 3938 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:50:03.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:03 smithi145 bash[13673]: audit 2022-04-26T05:50:02.633536+0000 mon.smithi136 (mon.0) 3939 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:50:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:03 smithi136 bash[11745]: audit 2022-04-26T05:50:02.629704+0000 mon.smithi136 (mon.0) 3938 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:50:04.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:03 smithi136 bash[11745]: audit 2022-04-26T05:50:02.633536+0000 mon.smithi136 (mon.0) 3939 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:50:04.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:04.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:04.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:04 smithi145 bash[13673]: cluster 2022-04-26T05:50:03.378099+0000 mgr.smithi136.ofnrfx (mgr.14188) 6079 : cluster [DBG] pgmap v5694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:04.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:04 smithi136 bash[11745]: cluster 2022-04-26T05:50:03.378099+0000 mgr.smithi136.ofnrfx (mgr.14188) 6079 : cluster [DBG] pgmap v5694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:05 smithi145 bash[13673]: audit 2022-04-26T05:50:04.936378+0000 mon.smithi136 (mon.0) 3940 : audit [DBG] from='client.? 172.21.15.136:0/2026025125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:05 smithi136 bash[11745]: audit 2022-04-26T05:50:04.936378+0000 mon.smithi136 (mon.0) 3940 : audit [DBG] from='client.? 172.21.15.136:0/2026025125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:06 smithi145 bash[13673]: cluster 2022-04-26T05:50:05.378773+0000 mgr.smithi136.ofnrfx (mgr.14188) 6080 : cluster [DBG] pgmap v5695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:06 smithi136 bash[11745]: cluster 2022-04-26T05:50:05.378773+0000 mgr.smithi136.ofnrfx (mgr.14188) 6080 : cluster [DBG] pgmap v5695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:08 smithi145 bash[13673]: cluster 2022-04-26T05:50:07.379459+0000 mgr.smithi136.ofnrfx (mgr.14188) 6081 : cluster [DBG] pgmap v5696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:08.931 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:08 smithi136 bash[11745]: cluster 2022-04-26T05:50:07.379459+0000 mgr.smithi136.ofnrfx (mgr.14188) 6081 : cluster [DBG] pgmap v5696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:09.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:09.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:09.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:10.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:10 smithi136 bash[11745]: cluster 2022-04-26T05:50:09.380071+0000 mgr.smithi136.ofnrfx (mgr.14188) 6082 : cluster [DBG] pgmap v5697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:10 smithi136 bash[11745]: audit 2022-04-26T05:50:10.270674+0000 mon.smithi136 (mon.0) 3941 : audit [DBG] from='client.? 172.21.15.136:0/2512873904' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:10 smithi145 bash[13673]: cluster 2022-04-26T05:50:09.380071+0000 mgr.smithi136.ofnrfx (mgr.14188) 6082 : cluster [DBG] pgmap v5697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:10 smithi145 bash[13673]: audit 2022-04-26T05:50:10.270674+0000 mon.smithi136 (mon.0) 3941 : audit [DBG] from='client.? 172.21.15.136:0/2512873904' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:11 smithi145 bash[13673]: audit 2022-04-26T05:50:11.384889+0000 mon.smithi136 (mon.0) 3942 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:50:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:11 smithi145 bash[13673]: audit 2022-04-26T05:50:11.387469+0000 mon.smithi136 (mon.0) 3943 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:50:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:11 smithi145 bash[13673]: audit 2022-04-26T05:50:11.389255+0000 mon.smithi136 (mon.0) 3944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:50:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:11 smithi136 bash[11745]: audit 2022-04-26T05:50:11.384889+0000 mon.smithi136 (mon.0) 3942 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:50:12.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:11 smithi136 bash[11745]: audit 2022-04-26T05:50:11.387469+0000 mon.smithi136 (mon.0) 3943 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:50:12.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:11 smithi136 bash[11745]: audit 2022-04-26T05:50:11.389255+0000 mon.smithi136 (mon.0) 3944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:50:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:12 smithi136 bash[11745]: cluster 2022-04-26T05:50:11.380745+0000 mgr.smithi136.ofnrfx (mgr.14188) 6083 : cluster [DBG] pgmap v5698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:12 smithi136 bash[11745]: cluster 2022-04-26T05:50:11.720484+0000 mgr.smithi136.ofnrfx (mgr.14188) 6084 : cluster [DBG] pgmap v5699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:12 smithi136 bash[11745]: cluster 2022-04-26T05:50:11.720784+0000 mgr.smithi136.ofnrfx (mgr.14188) 6085 : cluster [DBG] pgmap v5700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:12 smithi136 bash[11745]: audit 2022-04-26T05:50:11.726386+0000 mon.smithi136 (mon.0) 3945 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:50:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:12 smithi136 bash[11745]: audit 2022-04-26T05:50:11.733699+0000 mon.smithi136 (mon.0) 3946 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:50:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:12 smithi136 bash[11745]: cephadm 2022-04-26T05:50:11.734983+0000 mgr.smithi136.ofnrfx (mgr.14188) 6086 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:50:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:12 smithi136 bash[11745]: cephadm 2022-04-26T05:50:11.735261+0000 mgr.smithi136.ofnrfx (mgr.14188) 6087 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:50:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:12 smithi145 bash[13673]: cluster 2022-04-26T05:50:11.380745+0000 mgr.smithi136.ofnrfx (mgr.14188) 6083 : cluster [DBG] pgmap v5698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:12 smithi145 bash[13673]: cluster 2022-04-26T05:50:11.720484+0000 mgr.smithi136.ofnrfx (mgr.14188) 6084 : cluster [DBG] pgmap v5699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:12 smithi145 bash[13673]: cluster 2022-04-26T05:50:11.720784+0000 mgr.smithi136.ofnrfx (mgr.14188) 6085 : cluster [DBG] pgmap v5700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:12 smithi145 bash[13673]: audit 2022-04-26T05:50:11.726386+0000 mon.smithi136 (mon.0) 3945 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:50:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:12 smithi145 bash[13673]: audit 2022-04-26T05:50:11.733699+0000 mon.smithi136 (mon.0) 3946 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:50:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:12 smithi145 bash[13673]: cephadm 2022-04-26T05:50:11.734983+0000 mgr.smithi136.ofnrfx (mgr.14188) 6086 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:50:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:12 smithi145 bash[13673]: cephadm 2022-04-26T05:50:11.735261+0000 mgr.smithi136.ofnrfx (mgr.14188) 6087 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:50:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:14 smithi136 bash[11745]: cluster 2022-04-26T05:50:13.721356+0000 mgr.smithi136.ofnrfx (mgr.14188) 6088 : cluster [DBG] pgmap v5701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:14 smithi145 bash[13673]: cluster 2022-04-26T05:50:13.721356+0000 mgr.smithi136.ofnrfx (mgr.14188) 6088 : cluster [DBG] pgmap v5701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:15.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:15.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:15.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:15.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:15 smithi136 bash[11745]: audit 2022-04-26T05:50:15.590023+0000 mon.smithi136 (mon.0) 3947 : audit [DBG] from='client.? 172.21.15.136:0/3642619968' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:15 smithi145 bash[13673]: audit 2022-04-26T05:50:15.590023+0000 mon.smithi136 (mon.0) 3947 : audit [DBG] from='client.? 172.21.15.136:0/3642619968' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:16 smithi136 bash[11745]: cluster 2022-04-26T05:50:15.722042+0000 mgr.smithi136.ofnrfx (mgr.14188) 6089 : cluster [DBG] pgmap v5702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:16 smithi145 bash[13673]: cluster 2022-04-26T05:50:15.722042+0000 mgr.smithi136.ofnrfx (mgr.14188) 6089 : cluster [DBG] pgmap v5702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:18 smithi136 bash[11745]: cluster 2022-04-26T05:50:17.722709+0000 mgr.smithi136.ofnrfx (mgr.14188) 6090 : cluster [DBG] pgmap v5703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:18 smithi145 bash[13673]: cluster 2022-04-26T05:50:17.722709+0000 mgr.smithi136.ofnrfx (mgr.14188) 6090 : cluster [DBG] pgmap v5703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:20.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:20.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:20.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:20.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:20 smithi136 bash[11745]: cluster 2022-04-26T05:50:19.723298+0000 mgr.smithi136.ofnrfx (mgr.14188) 6091 : cluster [DBG] pgmap v5704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:20 smithi145 bash[13673]: cluster 2022-04-26T05:50:19.723298+0000 mgr.smithi136.ofnrfx (mgr.14188) 6091 : cluster [DBG] pgmap v5704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:22.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:21 smithi136 bash[11745]: audit 2022-04-26T05:50:20.915781+0000 mon.smithi136 (mon.0) 3948 : audit [DBG] from='client.? 172.21.15.136:0/1818061266' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:21 smithi145 bash[13673]: audit 2022-04-26T05:50:20.915781+0000 mon.smithi136 (mon.0) 3948 : audit [DBG] from='client.? 172.21.15.136:0/1818061266' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:22 smithi136 bash[11745]: cluster 2022-04-26T05:50:21.723974+0000 mgr.smithi136.ofnrfx (mgr.14188) 6092 : cluster [DBG] pgmap v5705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:22 smithi145 bash[13673]: cluster 2022-04-26T05:50:21.723974+0000 mgr.smithi136.ofnrfx (mgr.14188) 6092 : cluster [DBG] pgmap v5705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:24 smithi136 bash[11745]: cluster 2022-04-26T05:50:23.724588+0000 mgr.smithi136.ofnrfx (mgr.14188) 6093 : cluster [DBG] pgmap v5706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:24 smithi145 bash[13673]: cluster 2022-04-26T05:50:23.724588+0000 mgr.smithi136.ofnrfx (mgr.14188) 6093 : cluster [DBG] pgmap v5706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:25.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:25.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:25.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:26.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:26 smithi136 bash[11745]: cluster 2022-04-26T05:50:25.725207+0000 mgr.smithi136.ofnrfx (mgr.14188) 6094 : cluster [DBG] pgmap v5707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:27.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:26 smithi136 bash[11745]: audit 2022-04-26T05:50:26.246996+0000 mon.smithi136 (mon.0) 3949 : audit [DBG] from='client.? 172.21.15.136:0/2815051942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:26 smithi145 bash[13673]: cluster 2022-04-26T05:50:25.725207+0000 mgr.smithi136.ofnrfx (mgr.14188) 6094 : cluster [DBG] pgmap v5707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:26 smithi145 bash[13673]: audit 2022-04-26T05:50:26.246996+0000 mon.smithi136 (mon.0) 3949 : audit [DBG] from='client.? 172.21.15.136:0/2815051942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:28 smithi136 bash[11745]: cluster 2022-04-26T05:50:27.725848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6095 : cluster [DBG] pgmap v5708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:29.241 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:28 smithi145 bash[13673]: cluster 2022-04-26T05:50:27.725848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6095 : cluster [DBG] pgmap v5708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:31.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:30 smithi136 bash[11745]: cluster 2022-04-26T05:50:29.726473+0000 mgr.smithi136.ofnrfx (mgr.14188) 6096 : cluster [DBG] pgmap v5709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:30 smithi145 bash[13673]: cluster 2022-04-26T05:50:29.726473+0000 mgr.smithi136.ofnrfx (mgr.14188) 6096 : cluster [DBG] pgmap v5709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:31.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:31.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:31.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:31.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:32.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:32 smithi136 bash[11745]: audit 2022-04-26T05:50:31.574114+0000 mon.smithi136 (mon.0) 3950 : audit [DBG] from='client.? 172.21.15.136:0/872120191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:32.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:32 smithi136 bash[11745]: cluster 2022-04-26T05:50:31.727234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6097 : cluster [DBG] pgmap v5710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:32 smithi145 bash[13673]: audit 2022-04-26T05:50:31.574114+0000 mon.smithi136 (mon.0) 3950 : audit [DBG] from='client.? 172.21.15.136:0/872120191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:32 smithi145 bash[13673]: cluster 2022-04-26T05:50:31.727234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6097 : cluster [DBG] pgmap v5710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:34 smithi136 bash[11745]: cluster 2022-04-26T05:50:33.727914+0000 mgr.smithi136.ofnrfx (mgr.14188) 6098 : cluster [DBG] pgmap v5711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:34 smithi145 bash[13673]: cluster 2022-04-26T05:50:33.727914+0000 mgr.smithi136.ofnrfx (mgr.14188) 6098 : cluster [DBG] pgmap v5711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:36.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:36.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:36.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:36.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:36 smithi136 bash[11745]: cluster 2022-04-26T05:50:35.728639+0000 mgr.smithi136.ofnrfx (mgr.14188) 6099 : cluster [DBG] pgmap v5712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:36 smithi145 bash[13673]: cluster 2022-04-26T05:50:35.728639+0000 mgr.smithi136.ofnrfx (mgr.14188) 6099 : cluster [DBG] pgmap v5712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:37 smithi136 bash[11745]: audit 2022-04-26T05:50:36.903631+0000 mon.smithi136 (mon.0) 3951 : audit [DBG] from='client.? 172.21.15.136:0/3950368773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:37 smithi145 bash[13673]: audit 2022-04-26T05:50:36.903631+0000 mon.smithi136 (mon.0) 3951 : audit [DBG] from='client.? 172.21.15.136:0/3950368773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:38 smithi136 bash[11745]: cluster 2022-04-26T05:50:37.729303+0000 mgr.smithi136.ofnrfx (mgr.14188) 6100 : cluster [DBG] pgmap v5713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:38 smithi145 bash[13673]: cluster 2022-04-26T05:50:37.729303+0000 mgr.smithi136.ofnrfx (mgr.14188) 6100 : cluster [DBG] pgmap v5713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:40 smithi136 bash[11745]: cluster 2022-04-26T05:50:39.729955+0000 mgr.smithi136.ofnrfx (mgr.14188) 6101 : cluster [DBG] pgmap v5714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:40 smithi145 bash[13673]: cluster 2022-04-26T05:50:39.729955+0000 mgr.smithi136.ofnrfx (mgr.14188) 6101 : cluster [DBG] pgmap v5714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:41.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:41.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:41.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:42.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:42 smithi136 bash[11745]: cluster 2022-04-26T05:50:41.730598+0000 mgr.smithi136.ofnrfx (mgr.14188) 6102 : cluster [DBG] pgmap v5715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:42 smithi136 bash[11745]: audit 2022-04-26T05:50:42.233862+0000 mon.smithi136 (mon.0) 3952 : audit [DBG] from='client.? 172.21.15.136:0/1441449565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:42 smithi145 bash[13673]: cluster 2022-04-26T05:50:41.730598+0000 mgr.smithi136.ofnrfx (mgr.14188) 6102 : cluster [DBG] pgmap v5715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:42 smithi145 bash[13673]: audit 2022-04-26T05:50:42.233862+0000 mon.smithi136 (mon.0) 3952 : audit [DBG] from='client.? 172.21.15.136:0/1441449565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:44 smithi136 bash[11745]: cluster 2022-04-26T05:50:43.731215+0000 mgr.smithi136.ofnrfx (mgr.14188) 6103 : cluster [DBG] pgmap v5716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:44 smithi145 bash[13673]: cluster 2022-04-26T05:50:43.731215+0000 mgr.smithi136.ofnrfx (mgr.14188) 6103 : cluster [DBG] pgmap v5716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:46 smithi136 bash[11745]: cluster 2022-04-26T05:50:45.731836+0000 mgr.smithi136.ofnrfx (mgr.14188) 6104 : cluster [DBG] pgmap v5717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:46 smithi145 bash[13673]: cluster 2022-04-26T05:50:45.731836+0000 mgr.smithi136.ofnrfx (mgr.14188) 6104 : cluster [DBG] pgmap v5717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:47.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:47.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:47.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:47.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:47 smithi136 bash[11745]: audit 2022-04-26T05:50:47.562387+0000 mon.smithi136 (mon.0) 3953 : audit [DBG] from='client.? 172.21.15.136:0/2769557225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:47 smithi145 bash[13673]: audit 2022-04-26T05:50:47.562387+0000 mon.smithi136 (mon.0) 3953 : audit [DBG] from='client.? 172.21.15.136:0/2769557225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:48 smithi136 bash[11745]: cluster 2022-04-26T05:50:47.732594+0000 mgr.smithi136.ofnrfx (mgr.14188) 6105 : cluster [DBG] pgmap v5718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:48 smithi145 bash[13673]: cluster 2022-04-26T05:50:47.732594+0000 mgr.smithi136.ofnrfx (mgr.14188) 6105 : cluster [DBG] pgmap v5718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:50 smithi145 bash[13673]: cluster 2022-04-26T05:50:49.733254+0000 mgr.smithi136.ofnrfx (mgr.14188) 6106 : cluster [DBG] pgmap v5719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:50 smithi136 bash[11745]: cluster 2022-04-26T05:50:49.733254+0000 mgr.smithi136.ofnrfx (mgr.14188) 6106 : cluster [DBG] pgmap v5719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:52.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:52.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:52.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:52 smithi136 bash[11745]: cluster 2022-04-26T05:50:51.733988+0000 mgr.smithi136.ofnrfx (mgr.14188) 6107 : cluster [DBG] pgmap v5720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:52 smithi145 bash[13673]: cluster 2022-04-26T05:50:51.733988+0000 mgr.smithi136.ofnrfx (mgr.14188) 6107 : cluster [DBG] pgmap v5720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:52.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:53 smithi136 bash[11745]: audit 2022-04-26T05:50:52.894043+0000 mon.smithi136 (mon.0) 3954 : audit [DBG] from='client.? 172.21.15.136:0/1249887528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:53 smithi145 bash[13673]: audit 2022-04-26T05:50:52.894043+0000 mon.smithi136 (mon.0) 3954 : audit [DBG] from='client.? 172.21.15.136:0/1249887528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:54 smithi136 bash[11745]: cluster 2022-04-26T05:50:53.734668+0000 mgr.smithi136.ofnrfx (mgr.14188) 6108 : cluster [DBG] pgmap v5721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:54 smithi145 bash[13673]: cluster 2022-04-26T05:50:53.734668+0000 mgr.smithi136.ofnrfx (mgr.14188) 6108 : cluster [DBG] pgmap v5721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:56 smithi136 bash[11745]: cluster 2022-04-26T05:50:55.735286+0000 mgr.smithi136.ofnrfx (mgr.14188) 6109 : cluster [DBG] pgmap v5722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:56 smithi145 bash[13673]: cluster 2022-04-26T05:50:55.735286+0000 mgr.smithi136.ofnrfx (mgr.14188) 6109 : cluster [DBG] pgmap v5722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:57.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:50:57.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:50:57.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:50:58.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:50:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:58 smithi136 bash[11745]: cluster 2022-04-26T05:50:57.735945+0000 mgr.smithi136.ofnrfx (mgr.14188) 6110 : cluster [DBG] pgmap v5723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:50:58 smithi136 bash[11745]: audit 2022-04-26T05:50:58.227780+0000 mon.smithi136 (mon.0) 3955 : audit [DBG] from='client.? 172.21.15.136:0/578672074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:50:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:58 smithi145 bash[13673]: cluster 2022-04-26T05:50:57.735945+0000 mgr.smithi136.ofnrfx (mgr.14188) 6110 : cluster [DBG] pgmap v5723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:50:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:50:58 smithi145 bash[13673]: audit 2022-04-26T05:50:58.227780+0000 mon.smithi136 (mon.0) 3955 : audit [DBG] from='client.? 172.21.15.136:0/578672074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:00 smithi136 bash[11745]: cluster 2022-04-26T05:50:59.736560+0000 mgr.smithi136.ofnrfx (mgr.14188) 6111 : cluster [DBG] pgmap v5724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:00 smithi145 bash[13673]: cluster 2022-04-26T05:50:59.736560+0000 mgr.smithi136.ofnrfx (mgr.14188) 6111 : cluster [DBG] pgmap v5724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:02 smithi136 bash[11745]: cluster 2022-04-26T05:51:01.737178+0000 mgr.smithi136.ofnrfx (mgr.14188) 6112 : cluster [DBG] pgmap v5725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:02 smithi145 bash[13673]: cluster 2022-04-26T05:51:01.737178+0000 mgr.smithi136.ofnrfx (mgr.14188) 6112 : cluster [DBG] pgmap v5725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:03.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:03.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:03.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:03.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:03 smithi136 bash[11745]: audit 2022-04-26T05:51:02.633841+0000 mon.smithi136 (mon.0) 3956 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:51:03.832 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:03 smithi136 bash[11745]: audit 2022-04-26T05:51:02.637684+0000 mon.smithi136 (mon.0) 3957 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:51:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:03 smithi145 bash[13673]: audit 2022-04-26T05:51:02.633841+0000 mon.smithi136 (mon.0) 3956 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:51:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:03 smithi145 bash[13673]: audit 2022-04-26T05:51:02.637684+0000 mon.smithi136 (mon.0) 3957 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:51:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:04 smithi136 bash[11745]: audit 2022-04-26T05:51:03.553293+0000 mon.smithi136 (mon.0) 3958 : audit [DBG] from='client.? 172.21.15.136:0/3843478352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:04 smithi136 bash[11745]: cluster 2022-04-26T05:51:03.737815+0000 mgr.smithi136.ofnrfx (mgr.14188) 6113 : cluster [DBG] pgmap v5726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:04 smithi145 bash[13673]: audit 2022-04-26T05:51:03.553293+0000 mon.smithi136 (mon.0) 3958 : audit [DBG] from='client.? 172.21.15.136:0/3843478352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:04 smithi145 bash[13673]: cluster 2022-04-26T05:51:03.737815+0000 mgr.smithi136.ofnrfx (mgr.14188) 6113 : cluster [DBG] pgmap v5726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:06 smithi136 bash[11745]: cluster 2022-04-26T05:51:05.738527+0000 mgr.smithi136.ofnrfx (mgr.14188) 6114 : cluster [DBG] pgmap v5727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:06 smithi145 bash[13673]: cluster 2022-04-26T05:51:05.738527+0000 mgr.smithi136.ofnrfx (mgr.14188) 6114 : cluster [DBG] pgmap v5727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:08.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:08.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:08.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:08.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:08 smithi136 bash[11745]: cluster 2022-04-26T05:51:07.739312+0000 mgr.smithi136.ofnrfx (mgr.14188) 6115 : cluster [DBG] pgmap v5728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:08 smithi145 bash[13673]: cluster 2022-04-26T05:51:07.739312+0000 mgr.smithi136.ofnrfx (mgr.14188) 6115 : cluster [DBG] pgmap v5728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:09 smithi136 bash[11745]: audit 2022-04-26T05:51:08.887659+0000 mon.smithi136 (mon.0) 3959 : audit [DBG] from='client.? 172.21.15.136:0/1253266045' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:09 smithi145 bash[13673]: audit 2022-04-26T05:51:08.887659+0000 mon.smithi136 (mon.0) 3959 : audit [DBG] from='client.? 172.21.15.136:0/1253266045' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:10 smithi145 bash[13673]: cluster 2022-04-26T05:51:09.740043+0000 mgr.smithi136.ofnrfx (mgr.14188) 6116 : cluster [DBG] pgmap v5729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:10 smithi136 bash[11745]: cluster 2022-04-26T05:51:09.740043+0000 mgr.smithi136.ofnrfx (mgr.14188) 6116 : cluster [DBG] pgmap v5729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: cluster 2022-04-26T05:51:11.740771+0000 mgr.smithi136.ofnrfx (mgr.14188) 6117 : cluster [DBG] pgmap v5730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: audit 2022-04-26T05:51:11.745605+0000 mon.smithi136 (mon.0) 3960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:51:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: audit 2022-04-26T05:51:11.748616+0000 mon.smithi136 (mon.0) 3961 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:51:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: audit 2022-04-26T05:51:11.750668+0000 mon.smithi136 (mon.0) 3962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:51:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: cluster 2022-04-26T05:51:12.081894+0000 mgr.smithi136.ofnrfx (mgr.14188) 6118 : cluster [DBG] pgmap v5731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: cluster 2022-04-26T05:51:12.082247+0000 mgr.smithi136.ofnrfx (mgr.14188) 6119 : cluster [DBG] pgmap v5732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:12.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: audit 2022-04-26T05:51:12.088948+0000 mon.smithi136 (mon.0) 3963 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:51:12.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: audit 2022-04-26T05:51:12.098143+0000 mon.smithi136 (mon.0) 3964 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:51:12.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: cephadm 2022-04-26T05:51:12.099632+0000 mgr.smithi136.ofnrfx (mgr.14188) 6120 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:51:12.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:12 smithi145 bash[13673]: cephadm 2022-04-26T05:51:12.099826+0000 mgr.smithi136.ofnrfx (mgr.14188) 6121 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:51:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: cluster 2022-04-26T05:51:11.740771+0000 mgr.smithi136.ofnrfx (mgr.14188) 6117 : cluster [DBG] pgmap v5730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: audit 2022-04-26T05:51:11.745605+0000 mon.smithi136 (mon.0) 3960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:51:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: audit 2022-04-26T05:51:11.748616+0000 mon.smithi136 (mon.0) 3961 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:51:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: audit 2022-04-26T05:51:11.750668+0000 mon.smithi136 (mon.0) 3962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:51:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: cluster 2022-04-26T05:51:12.081894+0000 mgr.smithi136.ofnrfx (mgr.14188) 6118 : cluster [DBG] pgmap v5731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: cluster 2022-04-26T05:51:12.082247+0000 mgr.smithi136.ofnrfx (mgr.14188) 6119 : cluster [DBG] pgmap v5732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:13.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: audit 2022-04-26T05:51:12.088948+0000 mon.smithi136 (mon.0) 3963 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:51:13.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: audit 2022-04-26T05:51:12.098143+0000 mon.smithi136 (mon.0) 3964 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:51:13.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: cephadm 2022-04-26T05:51:12.099632+0000 mgr.smithi136.ofnrfx (mgr.14188) 6120 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:51:13.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:12 smithi136 bash[11745]: cephadm 2022-04-26T05:51:12.099826+0000 mgr.smithi136.ofnrfx (mgr.14188) 6121 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:51:13.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:13.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:13.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:14.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:15 smithi145 bash[13673]: cluster 2022-04-26T05:51:14.082953+0000 mgr.smithi136.ofnrfx (mgr.14188) 6122 : cluster [DBG] pgmap v5733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:15 smithi145 bash[13673]: audit 2022-04-26T05:51:14.214223+0000 mon.smithi136 (mon.0) 3965 : audit [DBG] from='client.? 172.21.15.136:0/1675252832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:15 smithi136 bash[11745]: cluster 2022-04-26T05:51:14.082953+0000 mgr.smithi136.ofnrfx (mgr.14188) 6122 : cluster [DBG] pgmap v5733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:15 smithi136 bash[11745]: audit 2022-04-26T05:51:14.214223+0000 mon.smithi136 (mon.0) 3965 : audit [DBG] from='client.? 172.21.15.136:0/1675252832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:17 smithi145 bash[13673]: cluster 2022-04-26T05:51:16.083688+0000 mgr.smithi136.ofnrfx (mgr.14188) 6123 : cluster [DBG] pgmap v5734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:17 smithi136 bash[11745]: cluster 2022-04-26T05:51:16.083688+0000 mgr.smithi136.ofnrfx (mgr.14188) 6123 : cluster [DBG] pgmap v5734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:19.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:19.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:19.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:19 smithi136 bash[11745]: cluster 2022-04-26T05:51:18.084421+0000 mgr.smithi136.ofnrfx (mgr.14188) 6124 : cluster [DBG] pgmap v5735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:19 smithi145 bash[13673]: cluster 2022-04-26T05:51:18.084421+0000 mgr.smithi136.ofnrfx (mgr.14188) 6124 : cluster [DBG] pgmap v5735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:19.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:20 smithi136 bash[11745]: audit 2022-04-26T05:51:19.544423+0000 mon.smithi136 (mon.0) 3966 : audit [DBG] from='client.? 172.21.15.136:0/927601018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:20.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:20 smithi145 bash[13673]: audit 2022-04-26T05:51:19.544423+0000 mon.smithi136 (mon.0) 3966 : audit [DBG] from='client.? 172.21.15.136:0/927601018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:21 smithi136 bash[11745]: cluster 2022-04-26T05:51:20.085119+0000 mgr.smithi136.ofnrfx (mgr.14188) 6125 : cluster [DBG] pgmap v5736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:21 smithi145 bash[13673]: cluster 2022-04-26T05:51:20.085119+0000 mgr.smithi136.ofnrfx (mgr.14188) 6125 : cluster [DBG] pgmap v5736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:22 smithi145 bash[13673]: cluster 2022-04-26T05:51:22.085805+0000 mgr.smithi136.ofnrfx (mgr.14188) 6126 : cluster [DBG] pgmap v5737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:23.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:22 smithi136 bash[11745]: cluster 2022-04-26T05:51:22.085805+0000 mgr.smithi136.ofnrfx (mgr.14188) 6126 : cluster [DBG] pgmap v5737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:24.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:24.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:24.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:24.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:25.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:25 smithi145 bash[13673]: cluster 2022-04-26T05:51:24.086417+0000 mgr.smithi136.ofnrfx (mgr.14188) 6127 : cluster [DBG] pgmap v5738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:25.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:25 smithi145 bash[13673]: audit 2022-04-26T05:51:24.870340+0000 mon.smithi136 (mon.0) 3967 : audit [DBG] from='client.? 172.21.15.136:0/202226910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:25 smithi136 bash[11745]: cluster 2022-04-26T05:51:24.086417+0000 mgr.smithi136.ofnrfx (mgr.14188) 6127 : cluster [DBG] pgmap v5738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:25 smithi136 bash[11745]: audit 2022-04-26T05:51:24.870340+0000 mon.smithi136 (mon.0) 3967 : audit [DBG] from='client.? 172.21.15.136:0/202226910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:27.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:27 smithi145 bash[13673]: cluster 2022-04-26T05:51:26.086916+0000 mgr.smithi136.ofnrfx (mgr.14188) 6128 : cluster [DBG] pgmap v5739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:27 smithi136 bash[11745]: cluster 2022-04-26T05:51:26.086916+0000 mgr.smithi136.ofnrfx (mgr.14188) 6128 : cluster [DBG] pgmap v5739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:29 smithi136 bash[11745]: cluster 2022-04-26T05:51:28.087441+0000 mgr.smithi136.ofnrfx (mgr.14188) 6129 : cluster [DBG] pgmap v5740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:29 smithi145 bash[13673]: cluster 2022-04-26T05:51:28.087441+0000 mgr.smithi136.ofnrfx (mgr.14188) 6129 : cluster [DBG] pgmap v5740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:29.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:29.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:29.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:30.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:31 smithi136 bash[11745]: cluster 2022-04-26T05:51:30.088080+0000 mgr.smithi136.ofnrfx (mgr.14188) 6130 : cluster [DBG] pgmap v5741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:31 smithi136 bash[11745]: audit 2022-04-26T05:51:30.199069+0000 mon.smithi136 (mon.0) 3968 : audit [DBG] from='client.? 172.21.15.136:0/2038517186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:31 smithi145 bash[13673]: cluster 2022-04-26T05:51:30.088080+0000 mgr.smithi136.ofnrfx (mgr.14188) 6130 : cluster [DBG] pgmap v5741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:31 smithi145 bash[13673]: audit 2022-04-26T05:51:30.199069+0000 mon.smithi136 (mon.0) 3968 : audit [DBG] from='client.? 172.21.15.136:0/2038517186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:32 smithi145 bash[13673]: cluster 2022-04-26T05:51:32.088719+0000 mgr.smithi136.ofnrfx (mgr.14188) 6131 : cluster [DBG] pgmap v5742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:32 smithi136 bash[11745]: cluster 2022-04-26T05:51:32.088719+0000 mgr.smithi136.ofnrfx (mgr.14188) 6131 : cluster [DBG] pgmap v5742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:35.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:35.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:35.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:35 smithi145 bash[13673]: cluster 2022-04-26T05:51:34.089340+0000 mgr.smithi136.ofnrfx (mgr.14188) 6132 : cluster [DBG] pgmap v5743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:35.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:35.579 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:35 smithi136 bash[11745]: cluster 2022-04-26T05:51:34.089340+0000 mgr.smithi136.ofnrfx (mgr.14188) 6132 : cluster [DBG] pgmap v5743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:36 smithi136 bash[11745]: audit 2022-04-26T05:51:35.530412+0000 mon.smithi136 (mon.0) 3969 : audit [DBG] from='client.? 172.21.15.136:0/317583125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:36.656 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:36 smithi145 bash[13673]: audit 2022-04-26T05:51:35.530412+0000 mon.smithi136 (mon.0) 3969 : audit [DBG] from='client.? 172.21.15.136:0/317583125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:37 smithi136 bash[11745]: cluster 2022-04-26T05:51:36.090007+0000 mgr.smithi136.ofnrfx (mgr.14188) 6133 : cluster [DBG] pgmap v5744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:37 smithi145 bash[13673]: cluster 2022-04-26T05:51:36.090007+0000 mgr.smithi136.ofnrfx (mgr.14188) 6133 : cluster [DBG] pgmap v5744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:39 smithi136 bash[11745]: cluster 2022-04-26T05:51:38.090658+0000 mgr.smithi136.ofnrfx (mgr.14188) 6134 : cluster [DBG] pgmap v5745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:39 smithi145 bash[13673]: cluster 2022-04-26T05:51:38.090658+0000 mgr.smithi136.ofnrfx (mgr.14188) 6134 : cluster [DBG] pgmap v5745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:40.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:40.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:40.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:40.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:41 smithi136 bash[11745]: cluster 2022-04-26T05:51:40.091238+0000 mgr.smithi136.ofnrfx (mgr.14188) 6135 : cluster [DBG] pgmap v5746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:41 smithi136 bash[11745]: audit 2022-04-26T05:51:40.862005+0000 mon.smithi136 (mon.0) 3970 : audit [DBG] from='client.? 172.21.15.136:0/3420386962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:41 smithi145 bash[13673]: cluster 2022-04-26T05:51:40.091238+0000 mgr.smithi136.ofnrfx (mgr.14188) 6135 : cluster [DBG] pgmap v5746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:41 smithi145 bash[13673]: audit 2022-04-26T05:51:40.862005+0000 mon.smithi136 (mon.0) 3970 : audit [DBG] from='client.? 172.21.15.136:0/3420386962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:42 smithi145 bash[13673]: cluster 2022-04-26T05:51:42.091892+0000 mgr.smithi136.ofnrfx (mgr.14188) 6136 : cluster [DBG] pgmap v5747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:42 smithi136 bash[11745]: cluster 2022-04-26T05:51:42.091892+0000 mgr.smithi136.ofnrfx (mgr.14188) 6136 : cluster [DBG] pgmap v5747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:45.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:45 smithi145 bash[13673]: cluster 2022-04-26T05:51:44.092562+0000 mgr.smithi136.ofnrfx (mgr.14188) 6137 : cluster [DBG] pgmap v5748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:45 smithi136 bash[11745]: cluster 2022-04-26T05:51:44.092562+0000 mgr.smithi136.ofnrfx (mgr.14188) 6137 : cluster [DBG] pgmap v5748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:45.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:45.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:45.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:46.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:47 smithi136 bash[11745]: cluster 2022-04-26T05:51:46.093208+0000 mgr.smithi136.ofnrfx (mgr.14188) 6138 : cluster [DBG] pgmap v5749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:47 smithi136 bash[11745]: audit 2022-04-26T05:51:46.192497+0000 mon.smithi136 (mon.0) 3971 : audit [DBG] from='client.? 172.21.15.136:0/2809401778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:47 smithi145 bash[13673]: cluster 2022-04-26T05:51:46.093208+0000 mgr.smithi136.ofnrfx (mgr.14188) 6138 : cluster [DBG] pgmap v5749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:47 smithi145 bash[13673]: audit 2022-04-26T05:51:46.192497+0000 mon.smithi136 (mon.0) 3971 : audit [DBG] from='client.? 172.21.15.136:0/2809401778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:49 smithi136 bash[11745]: cluster 2022-04-26T05:51:48.093781+0000 mgr.smithi136.ofnrfx (mgr.14188) 6139 : cluster [DBG] pgmap v5750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:49.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:49 smithi145 bash[13673]: cluster 2022-04-26T05:51:48.093781+0000 mgr.smithi136.ofnrfx (mgr.14188) 6139 : cluster [DBG] pgmap v5750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:51.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:51.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:51.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:51.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:51 smithi136 bash[11745]: cluster 2022-04-26T05:51:50.094334+0000 mgr.smithi136.ofnrfx (mgr.14188) 6140 : cluster [DBG] pgmap v5751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:51.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:51 smithi145 bash[13673]: cluster 2022-04-26T05:51:50.094334+0000 mgr.smithi136.ofnrfx (mgr.14188) 6140 : cluster [DBG] pgmap v5751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:52 smithi136 bash[11745]: audit 2022-04-26T05:51:51.516391+0000 mon.smithi136 (mon.0) 3972 : audit [DBG] from='client.? 172.21.15.136:0/84435494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:52 smithi145 bash[13673]: audit 2022-04-26T05:51:51.516391+0000 mon.smithi136 (mon.0) 3972 : audit [DBG] from='client.? 172.21.15.136:0/84435494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:53 smithi136 bash[11745]: cluster 2022-04-26T05:51:52.094963+0000 mgr.smithi136.ofnrfx (mgr.14188) 6141 : cluster [DBG] pgmap v5752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:53 smithi145 bash[13673]: cluster 2022-04-26T05:51:52.094963+0000 mgr.smithi136.ofnrfx (mgr.14188) 6141 : cluster [DBG] pgmap v5752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:55 smithi136 bash[11745]: cluster 2022-04-26T05:51:54.095639+0000 mgr.smithi136.ofnrfx (mgr.14188) 6142 : cluster [DBG] pgmap v5753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:55 smithi145 bash[13673]: cluster 2022-04-26T05:51:54.095639+0000 mgr.smithi136.ofnrfx (mgr.14188) 6142 : cluster [DBG] pgmap v5753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:56.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:51:56.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:51:56.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:51:56.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:51:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:57 smithi136 bash[11745]: cluster 2022-04-26T05:51:56.096268+0000 mgr.smithi136.ofnrfx (mgr.14188) 6143 : cluster [DBG] pgmap v5754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:57.604 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:57 smithi136 bash[11745]: audit 2022-04-26T05:51:56.848353+0000 mon.smithi136 (mon.0) 3973 : audit [DBG] from='client.? 172.21.15.136:0/559242349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:57.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:57 smithi145 bash[13673]: cluster 2022-04-26T05:51:56.096268+0000 mgr.smithi136.ofnrfx (mgr.14188) 6143 : cluster [DBG] pgmap v5754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:57.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:57 smithi145 bash[13673]: audit 2022-04-26T05:51:56.848353+0000 mon.smithi136 (mon.0) 3973 : audit [DBG] from='client.? 172.21.15.136:0/559242349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:51:59.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:51:59 smithi136 bash[11745]: cluster 2022-04-26T05:51:58.096952+0000 mgr.smithi136.ofnrfx (mgr.14188) 6144 : cluster [DBG] pgmap v5755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:51:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:51:59 smithi145 bash[13673]: cluster 2022-04-26T05:51:58.096952+0000 mgr.smithi136.ofnrfx (mgr.14188) 6144 : cluster [DBG] pgmap v5755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:01 smithi136 bash[11745]: cluster 2022-04-26T05:52:00.097515+0000 mgr.smithi136.ofnrfx (mgr.14188) 6145 : cluster [DBG] pgmap v5756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:01 smithi145 bash[13673]: cluster 2022-04-26T05:52:00.097515+0000 mgr.smithi136.ofnrfx (mgr.14188) 6145 : cluster [DBG] pgmap v5756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:01.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:01.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:01.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:02.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:02 smithi145 bash[13673]: cluster 2022-04-26T05:52:02.098043+0000 mgr.smithi136.ofnrfx (mgr.14188) 6146 : cluster [DBG] pgmap v5757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:02 smithi145 bash[13673]: audit 2022-04-26T05:52:02.176753+0000 mon.smithi136 (mon.0) 3974 : audit [DBG] from='client.? 172.21.15.136:0/1038326141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:02 smithi136 bash[11745]: cluster 2022-04-26T05:52:02.098043+0000 mgr.smithi136.ofnrfx (mgr.14188) 6146 : cluster [DBG] pgmap v5757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:03.069 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:02 smithi136 bash[11745]: audit 2022-04-26T05:52:02.176753+0000 mon.smithi136 (mon.0) 3974 : audit [DBG] from='client.? 172.21.15.136:0/1038326141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:03 smithi145 bash[13673]: audit 2022-04-26T05:52:02.637981+0000 mon.smithi136 (mon.0) 3975 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:52:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:03 smithi145 bash[13673]: audit 2022-04-26T05:52:02.641787+0000 mon.smithi136 (mon.0) 3976 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:52:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:03 smithi136 bash[11745]: audit 2022-04-26T05:52:02.637981+0000 mon.smithi136 (mon.0) 3975 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:52:04.100 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:03 smithi136 bash[11745]: audit 2022-04-26T05:52:02.641787+0000 mon.smithi136 (mon.0) 3976 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:52:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:04 smithi145 bash[13673]: cluster 2022-04-26T05:52:04.098697+0000 mgr.smithi136.ofnrfx (mgr.14188) 6147 : cluster [DBG] pgmap v5758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:05.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:04 smithi136 bash[11745]: cluster 2022-04-26T05:52:04.098697+0000 mgr.smithi136.ofnrfx (mgr.14188) 6147 : cluster [DBG] pgmap v5758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:07.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:07.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:07.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:07.519 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:07 smithi136 bash[11745]: cluster 2022-04-26T05:52:06.099353+0000 mgr.smithi136.ofnrfx (mgr.14188) 6148 : cluster [DBG] pgmap v5759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:07.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:07 smithi145 bash[13673]: cluster 2022-04-26T05:52:06.099353+0000 mgr.smithi136.ofnrfx (mgr.14188) 6148 : cluster [DBG] pgmap v5759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:08 smithi145 bash[13673]: audit 2022-04-26T05:52:07.502354+0000 mon.smithi136 (mon.0) 3977 : audit [DBG] from='client.? 172.21.15.136:0/3178699620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:08 smithi136 bash[11745]: audit 2022-04-26T05:52:07.502354+0000 mon.smithi136 (mon.0) 3977 : audit [DBG] from='client.? 172.21.15.136:0/3178699620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:09 smithi136 bash[11745]: cluster 2022-04-26T05:52:08.100029+0000 mgr.smithi136.ofnrfx (mgr.14188) 6149 : cluster [DBG] pgmap v5760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:09.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:09 smithi145 bash[13673]: cluster 2022-04-26T05:52:08.100029+0000 mgr.smithi136.ofnrfx (mgr.14188) 6149 : cluster [DBG] pgmap v5760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:11 smithi136 bash[11745]: cluster 2022-04-26T05:52:10.100640+0000 mgr.smithi136.ofnrfx (mgr.14188) 6150 : cluster [DBG] pgmap v5761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:11.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:11 smithi145 bash[13673]: cluster 2022-04-26T05:52:10.100640+0000 mgr.smithi136.ofnrfx (mgr.14188) 6150 : cluster [DBG] pgmap v5761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:12.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:12.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:12.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:12.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:12 smithi145 bash[13673]: cluster 2022-04-26T05:52:12.101276+0000 mgr.smithi136.ofnrfx (mgr.14188) 6151 : cluster [DBG] pgmap v5762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:12.912 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:12 smithi145 bash[13673]: audit 2022-04-26T05:52:12.112421+0000 mon.smithi136 (mon.0) 3978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:52:12.912 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:12 smithi145 bash[13673]: audit 2022-04-26T05:52:12.115164+0000 mon.smithi136 (mon.0) 3979 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:52:12.912 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:12 smithi145 bash[13673]: audit 2022-04-26T05:52:12.117198+0000 mon.smithi136 (mon.0) 3980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:52:12.913 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:12 smithi145 bash[13673]: audit 2022-04-26T05:52:12.424704+0000 mon.smithi136 (mon.0) 3981 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:52:12.913 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:12 smithi145 bash[13673]: audit 2022-04-26T05:52:12.432373+0000 mon.smithi136 (mon.0) 3982 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:52:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:12 smithi136 bash[11745]: cluster 2022-04-26T05:52:12.101276+0000 mgr.smithi136.ofnrfx (mgr.14188) 6151 : cluster [DBG] pgmap v5762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:12 smithi136 bash[11745]: audit 2022-04-26T05:52:12.112421+0000 mon.smithi136 (mon.0) 3978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:52:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:12 smithi136 bash[11745]: audit 2022-04-26T05:52:12.115164+0000 mon.smithi136 (mon.0) 3979 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:52:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:12 smithi136 bash[11745]: audit 2022-04-26T05:52:12.117198+0000 mon.smithi136 (mon.0) 3980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:52:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:12 smithi136 bash[11745]: audit 2022-04-26T05:52:12.424704+0000 mon.smithi136 (mon.0) 3981 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:52:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:12 smithi136 bash[11745]: audit 2022-04-26T05:52:12.432373+0000 mon.smithi136 (mon.0) 3982 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:52:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:13 smithi145 bash[13673]: cluster 2022-04-26T05:52:12.419234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6152 : cluster [DBG] pgmap v5763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:13 smithi145 bash[13673]: cluster 2022-04-26T05:52:12.419634+0000 mgr.smithi136.ofnrfx (mgr.14188) 6153 : cluster [DBG] pgmap v5764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:13.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:13 smithi145 bash[13673]: cephadm 2022-04-26T05:52:12.433704+0000 mgr.smithi136.ofnrfx (mgr.14188) 6154 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:52:13.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:13 smithi145 bash[13673]: cephadm 2022-04-26T05:52:12.433897+0000 mgr.smithi136.ofnrfx (mgr.14188) 6155 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:52:13.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:13 smithi145 bash[13673]: audit 2022-04-26T05:52:12.808615+0000 mon.smithi136 (mon.0) 3983 : audit [DBG] from='client.? 172.21.15.136:0/3137125158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:13 smithi136 bash[11745]: cluster 2022-04-26T05:52:12.419234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6152 : cluster [DBG] pgmap v5763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:13 smithi136 bash[11745]: cluster 2022-04-26T05:52:12.419634+0000 mgr.smithi136.ofnrfx (mgr.14188) 6153 : cluster [DBG] pgmap v5764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:13 smithi136 bash[11745]: cephadm 2022-04-26T05:52:12.433704+0000 mgr.smithi136.ofnrfx (mgr.14188) 6154 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:52:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:13 smithi136 bash[11745]: cephadm 2022-04-26T05:52:12.433897+0000 mgr.smithi136.ofnrfx (mgr.14188) 6155 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:52:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:13 smithi136 bash[11745]: audit 2022-04-26T05:52:12.808615+0000 mon.smithi136 (mon.0) 3983 : audit [DBG] from='client.? 172.21.15.136:0/3137125158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:15 smithi145 bash[13673]: cluster 2022-04-26T05:52:14.420363+0000 mgr.smithi136.ofnrfx (mgr.14188) 6156 : cluster [DBG] pgmap v5765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:15 smithi136 bash[11745]: cluster 2022-04-26T05:52:14.420363+0000 mgr.smithi136.ofnrfx (mgr.14188) 6156 : cluster [DBG] pgmap v5765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:17.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:17.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:17.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:17 smithi145 bash[13673]: cluster 2022-04-26T05:52:16.420992+0000 mgr.smithi136.ofnrfx (mgr.14188) 6157 : cluster [DBG] pgmap v5766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:17 smithi136 bash[11745]: cluster 2022-04-26T05:52:16.420992+0000 mgr.smithi136.ofnrfx (mgr.14188) 6157 : cluster [DBG] pgmap v5766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:18.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:18 smithi145 bash[13673]: audit 2022-04-26T05:52:18.130991+0000 mon.smithi136 (mon.0) 3984 : audit [DBG] from='client.? 172.21.15.136:0/1217721008' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:18.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:18 smithi136 bash[11745]: audit 2022-04-26T05:52:18.130991+0000 mon.smithi136 (mon.0) 3984 : audit [DBG] from='client.? 172.21.15.136:0/1217721008' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:19 smithi145 bash[13673]: cluster 2022-04-26T05:52:18.421667+0000 mgr.smithi136.ofnrfx (mgr.14188) 6158 : cluster [DBG] pgmap v5767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:19 smithi136 bash[11745]: cluster 2022-04-26T05:52:18.421667+0000 mgr.smithi136.ofnrfx (mgr.14188) 6158 : cluster [DBG] pgmap v5767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:21 smithi145 bash[13673]: cluster 2022-04-26T05:52:20.422300+0000 mgr.smithi136.ofnrfx (mgr.14188) 6159 : cluster [DBG] pgmap v5768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:21 smithi136 bash[11745]: cluster 2022-04-26T05:52:20.422300+0000 mgr.smithi136.ofnrfx (mgr.14188) 6159 : cluster [DBG] pgmap v5768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:23.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:23.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:23.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:23.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:23 smithi145 bash[13673]: cluster 2022-04-26T05:52:22.422988+0000 mgr.smithi136.ofnrfx (mgr.14188) 6160 : cluster [DBG] pgmap v5769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:23 smithi145 bash[13673]: audit 2022-04-26T05:52:23.465679+0000 mon.smithi136 (mon.0) 3985 : audit [DBG] from='client.? 172.21.15.136:0/357017446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:24.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:23 smithi136 bash[11745]: cluster 2022-04-26T05:52:22.422988+0000 mgr.smithi136.ofnrfx (mgr.14188) 6160 : cluster [DBG] pgmap v5769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:24.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:23 smithi136 bash[11745]: audit 2022-04-26T05:52:23.465679+0000 mon.smithi136 (mon.0) 3985 : audit [DBG] from='client.? 172.21.15.136:0/357017446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:25 smithi145 bash[13673]: cluster 2022-04-26T05:52:24.423637+0000 mgr.smithi136.ofnrfx (mgr.14188) 6161 : cluster [DBG] pgmap v5770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:25 smithi136 bash[11745]: cluster 2022-04-26T05:52:24.423637+0000 mgr.smithi136.ofnrfx (mgr.14188) 6161 : cluster [DBG] pgmap v5770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:27 smithi145 bash[13673]: cluster 2022-04-26T05:52:26.424293+0000 mgr.smithi136.ofnrfx (mgr.14188) 6162 : cluster [DBG] pgmap v5771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:27 smithi136 bash[11745]: cluster 2022-04-26T05:52:26.424293+0000 mgr.smithi136.ofnrfx (mgr.14188) 6162 : cluster [DBG] pgmap v5771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:28.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:28.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:28.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:28.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:29 smithi145 bash[13673]: cluster 2022-04-26T05:52:28.424928+0000 mgr.smithi136.ofnrfx (mgr.14188) 6163 : cluster [DBG] pgmap v5772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:29 smithi145 bash[13673]: audit 2022-04-26T05:52:28.796235+0000 mon.smithi136 (mon.0) 3986 : audit [DBG] from='client.? 172.21.15.136:0/2816195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:29 smithi136 bash[11745]: cluster 2022-04-26T05:52:28.424928+0000 mgr.smithi136.ofnrfx (mgr.14188) 6163 : cluster [DBG] pgmap v5772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:29 smithi136 bash[11745]: audit 2022-04-26T05:52:28.796235+0000 mon.smithi136 (mon.0) 3986 : audit [DBG] from='client.? 172.21.15.136:0/2816195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:31.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:31 smithi145 bash[13673]: cluster 2022-04-26T05:52:30.425602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6164 : cluster [DBG] pgmap v5773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:31 smithi136 bash[11745]: cluster 2022-04-26T05:52:30.425602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6164 : cluster [DBG] pgmap v5773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:33.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:33.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:33.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:33 smithi145 bash[13673]: cluster 2022-04-26T05:52:32.426234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6165 : cluster [DBG] pgmap v5774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:33 smithi136 bash[11745]: cluster 2022-04-26T05:52:32.426234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6165 : cluster [DBG] pgmap v5774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:34.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:34 smithi136 bash[11745]: audit 2022-04-26T05:52:34.126791+0000 mon.smithi136 (mon.0) 3987 : audit [DBG] from='client.? 172.21.15.136:0/1589979267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:34 smithi145 bash[13673]: audit 2022-04-26T05:52:34.126791+0000 mon.smithi136 (mon.0) 3987 : audit [DBG] from='client.? 172.21.15.136:0/1589979267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:35 smithi136 bash[11745]: cluster 2022-04-26T05:52:34.426845+0000 mgr.smithi136.ofnrfx (mgr.14188) 6166 : cluster [DBG] pgmap v5775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:35 smithi145 bash[13673]: cluster 2022-04-26T05:52:34.426845+0000 mgr.smithi136.ofnrfx (mgr.14188) 6166 : cluster [DBG] pgmap v5775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:37 smithi136 bash[11745]: cluster 2022-04-26T05:52:36.427459+0000 mgr.smithi136.ofnrfx (mgr.14188) 6167 : cluster [DBG] pgmap v5776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:37 smithi145 bash[13673]: cluster 2022-04-26T05:52:36.427459+0000 mgr.smithi136.ofnrfx (mgr.14188) 6167 : cluster [DBG] pgmap v5776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:39.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:39.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:39.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:39.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:39 smithi136 bash[11745]: cluster 2022-04-26T05:52:38.428142+0000 mgr.smithi136.ofnrfx (mgr.14188) 6168 : cluster [DBG] pgmap v5777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:39 smithi136 bash[11745]: audit 2022-04-26T05:52:39.460197+0000 mon.smithi136 (mon.0) 3988 : audit [DBG] from='client.? 172.21.15.136:0/2723825794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:39 smithi145 bash[13673]: cluster 2022-04-26T05:52:38.428142+0000 mgr.smithi136.ofnrfx (mgr.14188) 6168 : cluster [DBG] pgmap v5777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:39 smithi145 bash[13673]: audit 2022-04-26T05:52:39.460197+0000 mon.smithi136 (mon.0) 3988 : audit [DBG] from='client.? 172.21.15.136:0/2723825794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:41 smithi136 bash[11745]: cluster 2022-04-26T05:52:40.428811+0000 mgr.smithi136.ofnrfx (mgr.14188) 6169 : cluster [DBG] pgmap v5778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:41 smithi145 bash[13673]: cluster 2022-04-26T05:52:40.428811+0000 mgr.smithi136.ofnrfx (mgr.14188) 6169 : cluster [DBG] pgmap v5778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:44.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:43 smithi136 bash[11745]: cluster 2022-04-26T05:52:42.429461+0000 mgr.smithi136.ofnrfx (mgr.14188) 6170 : cluster [DBG] pgmap v5779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:43 smithi145 bash[13673]: cluster 2022-04-26T05:52:42.429461+0000 mgr.smithi136.ofnrfx (mgr.14188) 6170 : cluster [DBG] pgmap v5779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:44.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:44.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:44.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:44.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:46.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:45 smithi136 bash[11745]: cluster 2022-04-26T05:52:44.430097+0000 mgr.smithi136.ofnrfx (mgr.14188) 6171 : cluster [DBG] pgmap v5780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:46.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:45 smithi136 bash[11745]: audit 2022-04-26T05:52:44.790583+0000 mon.smithi136 (mon.0) 3989 : audit [DBG] from='client.? 172.21.15.136:0/1997441387' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:45 smithi145 bash[13673]: cluster 2022-04-26T05:52:44.430097+0000 mgr.smithi136.ofnrfx (mgr.14188) 6171 : cluster [DBG] pgmap v5780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:45 smithi145 bash[13673]: audit 2022-04-26T05:52:44.790583+0000 mon.smithi136 (mon.0) 3989 : audit [DBG] from='client.? 172.21.15.136:0/1997441387' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:47 smithi136 bash[11745]: cluster 2022-04-26T05:52:46.430728+0000 mgr.smithi136.ofnrfx (mgr.14188) 6172 : cluster [DBG] pgmap v5781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:47 smithi145 bash[13673]: cluster 2022-04-26T05:52:46.430728+0000 mgr.smithi136.ofnrfx (mgr.14188) 6172 : cluster [DBG] pgmap v5781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:49.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:49.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:49.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:49 smithi136 bash[11745]: cluster 2022-04-26T05:52:48.431371+0000 mgr.smithi136.ofnrfx (mgr.14188) 6173 : cluster [DBG] pgmap v5782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:50.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:49 smithi145 bash[13673]: cluster 2022-04-26T05:52:48.431371+0000 mgr.smithi136.ofnrfx (mgr.14188) 6173 : cluster [DBG] pgmap v5782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:50 smithi136 bash[11745]: audit 2022-04-26T05:52:50.126601+0000 mon.smithi136 (mon.0) 3990 : audit [DBG] from='client.? 172.21.15.136:0/1225947721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:50 smithi145 bash[13673]: audit 2022-04-26T05:52:50.126601+0000 mon.smithi136 (mon.0) 3990 : audit [DBG] from='client.? 172.21.15.136:0/1225947721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:51 smithi136 bash[11745]: cluster 2022-04-26T05:52:50.431970+0000 mgr.smithi136.ofnrfx (mgr.14188) 6174 : cluster [DBG] pgmap v5783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:51 smithi145 bash[13673]: cluster 2022-04-26T05:52:50.431970+0000 mgr.smithi136.ofnrfx (mgr.14188) 6174 : cluster [DBG] pgmap v5783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:54.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:53 smithi136 bash[11745]: cluster 2022-04-26T05:52:52.432649+0000 mgr.smithi136.ofnrfx (mgr.14188) 6175 : cluster [DBG] pgmap v5784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:53 smithi145 bash[13673]: cluster 2022-04-26T05:52:52.432649+0000 mgr.smithi136.ofnrfx (mgr.14188) 6175 : cluster [DBG] pgmap v5784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:55.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:52:55.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:52:55.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:52:55.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:52:56.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:55 smithi136 bash[11745]: cluster 2022-04-26T05:52:54.433288+0000 mgr.smithi136.ofnrfx (mgr.14188) 6176 : cluster [DBG] pgmap v5785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:56.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:55 smithi136 bash[11745]: audit 2022-04-26T05:52:55.460977+0000 mon.smithi136 (mon.0) 3991 : audit [DBG] from='client.? 172.21.15.136:0/3042581797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:55 smithi145 bash[13673]: cluster 2022-04-26T05:52:54.433288+0000 mgr.smithi136.ofnrfx (mgr.14188) 6176 : cluster [DBG] pgmap v5785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:56.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:55 smithi145 bash[13673]: audit 2022-04-26T05:52:55.460977+0000 mon.smithi136 (mon.0) 3991 : audit [DBG] from='client.? 172.21.15.136:0/3042581797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:52:58.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:57 smithi136 bash[11745]: cluster 2022-04-26T05:52:56.433922+0000 mgr.smithi136.ofnrfx (mgr.14188) 6177 : cluster [DBG] pgmap v5786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:52:58.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:57 smithi145 bash[13673]: cluster 2022-04-26T05:52:56.433922+0000 mgr.smithi136.ofnrfx (mgr.14188) 6177 : cluster [DBG] pgmap v5786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:52:59 smithi136 bash[11745]: cluster 2022-04-26T05:52:58.434591+0000 mgr.smithi136.ofnrfx (mgr.14188) 6178 : cluster [DBG] pgmap v5787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:52:59 smithi145 bash[13673]: cluster 2022-04-26T05:52:58.434591+0000 mgr.smithi136.ofnrfx (mgr.14188) 6178 : cluster [DBG] pgmap v5787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:00.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:00.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:00.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:00.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:01 smithi136 bash[11745]: cluster 2022-04-26T05:53:00.435292+0000 mgr.smithi136.ofnrfx (mgr.14188) 6179 : cluster [DBG] pgmap v5788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:01 smithi136 bash[11745]: audit 2022-04-26T05:53:00.785406+0000 mon.smithi136 (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.136:0/1052210618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:01 smithi145 bash[13673]: cluster 2022-04-26T05:53:00.435292+0000 mgr.smithi136.ofnrfx (mgr.14188) 6179 : cluster [DBG] pgmap v5788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:02.182 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:01 smithi145 bash[13673]: audit 2022-04-26T05:53:00.785406+0000 mon.smithi136 (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.136:0/1052210618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:02 smithi136 bash[11745]: audit 2022-04-26T05:53:02.642038+0000 mon.smithi136 (mon.0) 3993 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:53:03.128 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:02 smithi136 bash[11745]: audit 2022-04-26T05:53:02.645839+0000 mon.smithi136 (mon.0) 3994 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:53:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:02 smithi145 bash[13673]: audit 2022-04-26T05:53:02.642038+0000 mon.smithi136 (mon.0) 3993 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:53:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:02 smithi145 bash[13673]: audit 2022-04-26T05:53:02.645839+0000 mon.smithi136 (mon.0) 3994 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:53:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:03 smithi136 bash[11745]: cluster 2022-04-26T05:53:02.436018+0000 mgr.smithi136.ofnrfx (mgr.14188) 6180 : cluster [DBG] pgmap v5789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:03 smithi145 bash[13673]: cluster 2022-04-26T05:53:02.436018+0000 mgr.smithi136.ofnrfx (mgr.14188) 6180 : cluster [DBG] pgmap v5789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:05.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:05.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:05.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:05 smithi136 bash[11745]: cluster 2022-04-26T05:53:04.436682+0000 mgr.smithi136.ofnrfx (mgr.14188) 6181 : cluster [DBG] pgmap v5790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:06.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:05 smithi145 bash[13673]: cluster 2022-04-26T05:53:04.436682+0000 mgr.smithi136.ofnrfx (mgr.14188) 6181 : cluster [DBG] pgmap v5790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:06 smithi136 bash[11745]: audit 2022-04-26T05:53:06.114731+0000 mon.smithi136 (mon.0) 3995 : audit [DBG] from='client.? 172.21.15.136:0/517665135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:06 smithi145 bash[13673]: audit 2022-04-26T05:53:06.114731+0000 mon.smithi136 (mon.0) 3995 : audit [DBG] from='client.? 172.21.15.136:0/517665135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:07 smithi136 bash[11745]: cluster 2022-04-26T05:53:06.437368+0000 mgr.smithi136.ofnrfx (mgr.14188) 6182 : cluster [DBG] pgmap v5791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:07 smithi145 bash[13673]: cluster 2022-04-26T05:53:06.437368+0000 mgr.smithi136.ofnrfx (mgr.14188) 6182 : cluster [DBG] pgmap v5791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:09 smithi136 bash[11745]: cluster 2022-04-26T05:53:08.438128+0000 mgr.smithi136.ofnrfx (mgr.14188) 6183 : cluster [DBG] pgmap v5792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:09 smithi145 bash[13673]: cluster 2022-04-26T05:53:08.438128+0000 mgr.smithi136.ofnrfx (mgr.14188) 6183 : cluster [DBG] pgmap v5792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:11.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:11.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:11.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:11.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:12.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:11 smithi136 bash[11745]: cluster 2022-04-26T05:53:10.438904+0000 mgr.smithi136.ofnrfx (mgr.14188) 6184 : cluster [DBG] pgmap v5793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:12.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:11 smithi136 bash[11745]: audit 2022-04-26T05:53:11.447734+0000 mon.smithi136 (mon.0) 3996 : audit [DBG] from='client.? 172.21.15.136:0/2324577756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:11 smithi145 bash[13673]: cluster 2022-04-26T05:53:10.438904+0000 mgr.smithi136.ofnrfx (mgr.14188) 6184 : cluster [DBG] pgmap v5793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:11 smithi145 bash[13673]: audit 2022-04-26T05:53:11.447734+0000 mon.smithi136 (mon.0) 3996 : audit [DBG] from='client.? 172.21.15.136:0/2324577756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:12 smithi136 bash[11745]: audit 2022-04-26T05:53:12.442086+0000 mon.smithi136 (mon.0) 3997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:53:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:12 smithi136 bash[11745]: audit 2022-04-26T05:53:12.444921+0000 mon.smithi136 (mon.0) 3998 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:53:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:12 smithi136 bash[11745]: audit 2022-04-26T05:53:12.446724+0000 mon.smithi136 (mon.0) 3999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:53:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:12 smithi136 bash[11745]: audit 2022-04-26T05:53:12.749802+0000 mon.smithi136 (mon.0) 4000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:53:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:12 smithi136 bash[11745]: audit 2022-04-26T05:53:12.758535+0000 mon.smithi136 (mon.0) 4001 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:53:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:12 smithi145 bash[13673]: audit 2022-04-26T05:53:12.442086+0000 mon.smithi136 (mon.0) 3997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:53:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:12 smithi145 bash[13673]: audit 2022-04-26T05:53:12.444921+0000 mon.smithi136 (mon.0) 3998 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:53:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:12 smithi145 bash[13673]: audit 2022-04-26T05:53:12.446724+0000 mon.smithi136 (mon.0) 3999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:53:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:12 smithi145 bash[13673]: audit 2022-04-26T05:53:12.749802+0000 mon.smithi136 (mon.0) 4000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:53:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:12 smithi145 bash[13673]: audit 2022-04-26T05:53:12.758535+0000 mon.smithi136 (mon.0) 4001 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:53:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:13 smithi136 bash[11745]: cluster 2022-04-26T05:53:12.439573+0000 mgr.smithi136.ofnrfx (mgr.14188) 6185 : cluster [DBG] pgmap v5794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:14.098 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:13 smithi136 bash[11745]: cluster 2022-04-26T05:53:12.743980+0000 mgr.smithi136.ofnrfx (mgr.14188) 6186 : cluster [DBG] pgmap v5795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:14.099 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:13 smithi136 bash[11745]: cluster 2022-04-26T05:53:12.744449+0000 mgr.smithi136.ofnrfx (mgr.14188) 6187 : cluster [DBG] pgmap v5796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:14.099 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:13 smithi136 bash[11745]: cephadm 2022-04-26T05:53:12.759779+0000 mgr.smithi136.ofnrfx (mgr.14188) 6188 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:53:14.099 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:13 smithi136 bash[11745]: cephadm 2022-04-26T05:53:12.759932+0000 mgr.smithi136.ofnrfx (mgr.14188) 6189 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:53:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:13 smithi145 bash[13673]: cluster 2022-04-26T05:53:12.439573+0000 mgr.smithi136.ofnrfx (mgr.14188) 6185 : cluster [DBG] pgmap v5794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:13 smithi145 bash[13673]: cluster 2022-04-26T05:53:12.743980+0000 mgr.smithi136.ofnrfx (mgr.14188) 6186 : cluster [DBG] pgmap v5795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:13 smithi145 bash[13673]: cluster 2022-04-26T05:53:12.744449+0000 mgr.smithi136.ofnrfx (mgr.14188) 6187 : cluster [DBG] pgmap v5796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:14.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:13 smithi145 bash[13673]: cephadm 2022-04-26T05:53:12.759779+0000 mgr.smithi136.ofnrfx (mgr.14188) 6188 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:53:14.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:13 smithi145 bash[13673]: cephadm 2022-04-26T05:53:12.759932+0000 mgr.smithi136.ofnrfx (mgr.14188) 6189 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:53:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:15 smithi136 bash[11745]: cluster 2022-04-26T05:53:14.745170+0000 mgr.smithi136.ofnrfx (mgr.14188) 6190 : cluster [DBG] pgmap v5797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:15 smithi145 bash[13673]: cluster 2022-04-26T05:53:14.745170+0000 mgr.smithi136.ofnrfx (mgr.14188) 6190 : cluster [DBG] pgmap v5797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:16.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:16.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:16.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:16.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:17 smithi145 bash[13673]: cluster 2022-04-26T05:53:16.745652+0000 mgr.smithi136.ofnrfx (mgr.14188) 6191 : cluster [DBG] pgmap v5798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:17 smithi145 bash[13673]: audit 2022-04-26T05:53:16.789367+0000 mon.smithi136 (mon.0) 4002 : audit [DBG] from='client.? 172.21.15.136:0/3274368619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:17 smithi136 bash[11745]: cluster 2022-04-26T05:53:16.745652+0000 mgr.smithi136.ofnrfx (mgr.14188) 6191 : cluster [DBG] pgmap v5798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:17 smithi136 bash[11745]: audit 2022-04-26T05:53:16.789367+0000 mon.smithi136 (mon.0) 4002 : audit [DBG] from='client.? 172.21.15.136:0/3274368619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:19 smithi136 bash[11745]: cluster 2022-04-26T05:53:18.746235+0000 mgr.smithi136.ofnrfx (mgr.14188) 6192 : cluster [DBG] pgmap v5799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:19 smithi145 bash[13673]: cluster 2022-04-26T05:53:18.746235+0000 mgr.smithi136.ofnrfx (mgr.14188) 6192 : cluster [DBG] pgmap v5799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:21.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:21.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:21.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:21 smithi136 bash[11745]: cluster 2022-04-26T05:53:20.746848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6193 : cluster [DBG] pgmap v5800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:22.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:21 smithi145 bash[13673]: cluster 2022-04-26T05:53:20.746848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6193 : cluster [DBG] pgmap v5800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:22 smithi145 bash[13673]: audit 2022-04-26T05:53:22.119608+0000 mon.smithi136 (mon.0) 4003 : audit [DBG] from='client.? 172.21.15.136:0/815619732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:22 smithi136 bash[11745]: audit 2022-04-26T05:53:22.119608+0000 mon.smithi136 (mon.0) 4003 : audit [DBG] from='client.? 172.21.15.136:0/815619732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:23 smithi145 bash[13673]: cluster 2022-04-26T05:53:22.747650+0000 mgr.smithi136.ofnrfx (mgr.14188) 6194 : cluster [DBG] pgmap v5801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:23 smithi136 bash[11745]: cluster 2022-04-26T05:53:22.747650+0000 mgr.smithi136.ofnrfx (mgr.14188) 6194 : cluster [DBG] pgmap v5801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:25 smithi145 bash[13673]: cluster 2022-04-26T05:53:24.748306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6195 : cluster [DBG] pgmap v5802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:26.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:25 smithi136 bash[11745]: cluster 2022-04-26T05:53:24.748306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6195 : cluster [DBG] pgmap v5802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:27.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:27.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:27.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:27.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:27 smithi145 bash[13673]: cluster 2022-04-26T05:53:26.748935+0000 mgr.smithi136.ofnrfx (mgr.14188) 6196 : cluster [DBG] pgmap v5803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:27 smithi145 bash[13673]: audit 2022-04-26T05:53:27.444002+0000 mon.smithi136 (mon.0) 4004 : audit [DBG] from='client.? 172.21.15.136:0/2003014906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:28.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:27 smithi136 bash[11745]: cluster 2022-04-26T05:53:26.748935+0000 mgr.smithi136.ofnrfx (mgr.14188) 6196 : cluster [DBG] pgmap v5803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:28.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:27 smithi136 bash[11745]: audit 2022-04-26T05:53:27.444002+0000 mon.smithi136 (mon.0) 4004 : audit [DBG] from='client.? 172.21.15.136:0/2003014906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:29 smithi136 bash[11745]: cluster 2022-04-26T05:53:28.749565+0000 mgr.smithi136.ofnrfx (mgr.14188) 6197 : cluster [DBG] pgmap v5804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:29 smithi145 bash[13673]: cluster 2022-04-26T05:53:28.749565+0000 mgr.smithi136.ofnrfx (mgr.14188) 6197 : cluster [DBG] pgmap v5804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:31 smithi145 bash[13673]: cluster 2022-04-26T05:53:30.750181+0000 mgr.smithi136.ofnrfx (mgr.14188) 6198 : cluster [DBG] pgmap v5805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:31 smithi136 bash[11745]: cluster 2022-04-26T05:53:30.750181+0000 mgr.smithi136.ofnrfx (mgr.14188) 6198 : cluster [DBG] pgmap v5805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:32.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:32.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:32.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:32.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:32 smithi145 bash[13673]: audit 2022-04-26T05:53:32.768203+0000 mon.smithi136 (mon.0) 4005 : audit [DBG] from='client.? 172.21.15.136:0/2726630523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:33.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:32 smithi136 bash[11745]: audit 2022-04-26T05:53:32.768203+0000 mon.smithi136 (mon.0) 4005 : audit [DBG] from='client.? 172.21.15.136:0/2726630523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:33 smithi145 bash[13673]: cluster 2022-04-26T05:53:32.750806+0000 mgr.smithi136.ofnrfx (mgr.14188) 6199 : cluster [DBG] pgmap v5806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:33 smithi136 bash[11745]: cluster 2022-04-26T05:53:32.750806+0000 mgr.smithi136.ofnrfx (mgr.14188) 6199 : cluster [DBG] pgmap v5806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:35 smithi145 bash[13673]: cluster 2022-04-26T05:53:34.751468+0000 mgr.smithi136.ofnrfx (mgr.14188) 6200 : cluster [DBG] pgmap v5807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:36.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:35 smithi136 bash[11745]: cluster 2022-04-26T05:53:34.751468+0000 mgr.smithi136.ofnrfx (mgr.14188) 6200 : cluster [DBG] pgmap v5807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:37.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:37.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:37.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:37 smithi145 bash[13673]: cluster 2022-04-26T05:53:36.752128+0000 mgr.smithi136.ofnrfx (mgr.14188) 6201 : cluster [DBG] pgmap v5808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:37 smithi136 bash[11745]: cluster 2022-04-26T05:53:36.752128+0000 mgr.smithi136.ofnrfx (mgr.14188) 6201 : cluster [DBG] pgmap v5808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:38.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:38 smithi145 bash[13673]: audit 2022-04-26T05:53:38.108344+0000 mon.smithi136 (mon.0) 4006 : audit [DBG] from='client.? 172.21.15.136:0/1876033913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:38.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:38 smithi136 bash[11745]: audit 2022-04-26T05:53:38.108344+0000 mon.smithi136 (mon.0) 4006 : audit [DBG] from='client.? 172.21.15.136:0/1876033913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:39 smithi145 bash[13673]: cluster 2022-04-26T05:53:38.752800+0000 mgr.smithi136.ofnrfx (mgr.14188) 6202 : cluster [DBG] pgmap v5809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:39 smithi136 bash[11745]: cluster 2022-04-26T05:53:38.752800+0000 mgr.smithi136.ofnrfx (mgr.14188) 6202 : cluster [DBG] pgmap v5809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:41 smithi145 bash[13673]: cluster 2022-04-26T05:53:40.753460+0000 mgr.smithi136.ofnrfx (mgr.14188) 6203 : cluster [DBG] pgmap v5810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:41 smithi136 bash[11745]: cluster 2022-04-26T05:53:40.753460+0000 mgr.smithi136.ofnrfx (mgr.14188) 6203 : cluster [DBG] pgmap v5810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:43.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:43.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:43.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:43.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:43 smithi145 bash[13673]: cluster 2022-04-26T05:53:42.754202+0000 mgr.smithi136.ofnrfx (mgr.14188) 6204 : cluster [DBG] pgmap v5811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:44.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:43 smithi145 bash[13673]: audit 2022-04-26T05:53:43.440580+0000 mon.smithi136 (mon.0) 4007 : audit [DBG] from='client.? 172.21.15.136:0/2492805931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:44.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:43 smithi136 bash[11745]: cluster 2022-04-26T05:53:42.754202+0000 mgr.smithi136.ofnrfx (mgr.14188) 6204 : cluster [DBG] pgmap v5811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:44.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:43 smithi136 bash[11745]: audit 2022-04-26T05:53:43.440580+0000 mon.smithi136 (mon.0) 4007 : audit [DBG] from='client.? 172.21.15.136:0/2492805931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:45 smithi145 bash[13673]: cluster 2022-04-26T05:53:44.754899+0000 mgr.smithi136.ofnrfx (mgr.14188) 6205 : cluster [DBG] pgmap v5812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:45 smithi136 bash[11745]: cluster 2022-04-26T05:53:44.754899+0000 mgr.smithi136.ofnrfx (mgr.14188) 6205 : cluster [DBG] pgmap v5812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:47 smithi145 bash[13673]: cluster 2022-04-26T05:53:46.755690+0000 mgr.smithi136.ofnrfx (mgr.14188) 6206 : cluster [DBG] pgmap v5813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:47 smithi136 bash[11745]: cluster 2022-04-26T05:53:46.755690+0000 mgr.smithi136.ofnrfx (mgr.14188) 6206 : cluster [DBG] pgmap v5813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:48.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:48.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:48.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:48.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:48 smithi145 bash[13673]: audit 2022-04-26T05:53:48.773279+0000 mon.smithi136 (mon.0) 4008 : audit [DBG] from='client.? 172.21.15.136:0/3675345591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:48 smithi136 bash[11745]: audit 2022-04-26T05:53:48.773279+0000 mon.smithi136 (mon.0) 4008 : audit [DBG] from='client.? 172.21.15.136:0/3675345591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:49 smithi145 bash[13673]: cluster 2022-04-26T05:53:48.756302+0000 mgr.smithi136.ofnrfx (mgr.14188) 6207 : cluster [DBG] pgmap v5814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:49 smithi136 bash[11745]: cluster 2022-04-26T05:53:48.756302+0000 mgr.smithi136.ofnrfx (mgr.14188) 6207 : cluster [DBG] pgmap v5814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:51 smithi145 bash[13673]: cluster 2022-04-26T05:53:50.756926+0000 mgr.smithi136.ofnrfx (mgr.14188) 6208 : cluster [DBG] pgmap v5815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:51 smithi136 bash[11745]: cluster 2022-04-26T05:53:50.756926+0000 mgr.smithi136.ofnrfx (mgr.14188) 6208 : cluster [DBG] pgmap v5815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:53.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:53.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:53.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:54.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:53:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:53 smithi145 bash[13673]: cluster 2022-04-26T05:53:52.757552+0000 mgr.smithi136.ofnrfx (mgr.14188) 6209 : cluster [DBG] pgmap v5816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:53 smithi136 bash[11745]: cluster 2022-04-26T05:53:52.757552+0000 mgr.smithi136.ofnrfx (mgr.14188) 6209 : cluster [DBG] pgmap v5816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:54 smithi145 bash[13673]: audit 2022-04-26T05:53:54.101323+0000 mon.smithi136 (mon.0) 4009 : audit [DBG] from='client.? 172.21.15.136:0/2596367419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:54 smithi136 bash[11745]: audit 2022-04-26T05:53:54.101323+0000 mon.smithi136 (mon.0) 4009 : audit [DBG] from='client.? 172.21.15.136:0/2596367419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:53:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:55 smithi145 bash[13673]: cluster 2022-04-26T05:53:54.758228+0000 mgr.smithi136.ofnrfx (mgr.14188) 6210 : cluster [DBG] pgmap v5817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:56.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:55 smithi136 bash[11745]: cluster 2022-04-26T05:53:54.758228+0000 mgr.smithi136.ofnrfx (mgr.14188) 6210 : cluster [DBG] pgmap v5817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:57 smithi145 bash[13673]: cluster 2022-04-26T05:53:56.758922+0000 mgr.smithi136.ofnrfx (mgr.14188) 6211 : cluster [DBG] pgmap v5818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:58.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:57 smithi136 bash[11745]: cluster 2022-04-26T05:53:56.758922+0000 mgr.smithi136.ofnrfx (mgr.14188) 6211 : cluster [DBG] pgmap v5818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:53:59.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:53:59.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:53:59.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:53:59.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:59 smithi145 bash[13673]: cluster 2022-04-26T05:53:58.759604+0000 mgr.smithi136.ofnrfx (mgr.14188) 6212 : cluster [DBG] pgmap v5819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:53:59 smithi145 bash[13673]: audit 2022-04-26T05:53:59.426948+0000 mon.smithi136 (mon.0) 4010 : audit [DBG] from='client.? 172.21.15.136:0/2967614305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:59 smithi136 bash[11745]: cluster 2022-04-26T05:53:58.759604+0000 mgr.smithi136.ofnrfx (mgr.14188) 6212 : cluster [DBG] pgmap v5819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:00.323 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:53:59 smithi136 bash[11745]: audit 2022-04-26T05:53:59.426948+0000 mon.smithi136 (mon.0) 4010 : audit [DBG] from='client.? 172.21.15.136:0/2967614305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:01 smithi145 bash[13673]: cluster 2022-04-26T05:54:00.760311+0000 mgr.smithi136.ofnrfx (mgr.14188) 6213 : cluster [DBG] pgmap v5820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:01 smithi136 bash[11745]: cluster 2022-04-26T05:54:00.760311+0000 mgr.smithi136.ofnrfx (mgr.14188) 6213 : cluster [DBG] pgmap v5820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:02 smithi145 bash[13673]: audit 2022-04-26T05:54:02.646158+0000 mon.smithi136 (mon.0) 4011 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:54:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:02 smithi145 bash[13673]: audit 2022-04-26T05:54:02.650224+0000 mon.smithi136 (mon.0) 4012 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:54:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:02 smithi136 bash[11745]: audit 2022-04-26T05:54:02.646158+0000 mon.smithi136 (mon.0) 4011 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:54:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:02 smithi136 bash[11745]: audit 2022-04-26T05:54:02.650224+0000 mon.smithi136 (mon.0) 4012 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:54:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:03 smithi145 bash[13673]: cluster 2022-04-26T05:54:02.760994+0000 mgr.smithi136.ofnrfx (mgr.14188) 6214 : cluster [DBG] pgmap v5821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:03 smithi136 bash[11745]: cluster 2022-04-26T05:54:02.760994+0000 mgr.smithi136.ofnrfx (mgr.14188) 6214 : cluster [DBG] pgmap v5821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:04.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:04.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:04.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:04.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:04 smithi145 bash[13673]: audit 2022-04-26T05:54:04.752990+0000 mon.smithi136 (mon.0) 4013 : audit [DBG] from='client.? 172.21.15.136:0/2542862093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:04 smithi136 bash[11745]: audit 2022-04-26T05:54:04.752990+0000 mon.smithi136 (mon.0) 4013 : audit [DBG] from='client.? 172.21.15.136:0/2542862093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:05 smithi145 bash[13673]: cluster 2022-04-26T05:54:04.761576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6215 : cluster [DBG] pgmap v5822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:05 smithi136 bash[11745]: cluster 2022-04-26T05:54:04.761576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6215 : cluster [DBG] pgmap v5822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:07 smithi145 bash[13673]: cluster 2022-04-26T05:54:06.762192+0000 mgr.smithi136.ofnrfx (mgr.14188) 6216 : cluster [DBG] pgmap v5823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:08.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:07 smithi136 bash[11745]: cluster 2022-04-26T05:54:06.762192+0000 mgr.smithi136.ofnrfx (mgr.14188) 6216 : cluster [DBG] pgmap v5823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:09.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:09.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:09.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:10.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:09 smithi145 bash[13673]: cluster 2022-04-26T05:54:08.762905+0000 mgr.smithi136.ofnrfx (mgr.14188) 6217 : cluster [DBG] pgmap v5824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:10.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:09 smithi136 bash[11745]: cluster 2022-04-26T05:54:08.762905+0000 mgr.smithi136.ofnrfx (mgr.14188) 6217 : cluster [DBG] pgmap v5824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:11.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:10 smithi145 bash[13673]: audit 2022-04-26T05:54:10.082237+0000 mon.smithi136 (mon.0) 4014 : audit [DBG] from='client.? 172.21.15.136:0/1476759557' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:11.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:10 smithi136 bash[11745]: audit 2022-04-26T05:54:10.082237+0000 mon.smithi136 (mon.0) 4014 : audit [DBG] from='client.? 172.21.15.136:0/1476759557' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:11 smithi145 bash[13673]: cluster 2022-04-26T05:54:10.763595+0000 mgr.smithi136.ofnrfx (mgr.14188) 6218 : cluster [DBG] pgmap v5825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:11 smithi136 bash[11745]: cluster 2022-04-26T05:54:10.763595+0000 mgr.smithi136.ofnrfx (mgr.14188) 6218 : cluster [DBG] pgmap v5825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:12 smithi145 bash[13673]: audit 2022-04-26T05:54:12.773107+0000 mon.smithi136 (mon.0) 4015 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:54:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:12 smithi145 bash[13673]: audit 2022-04-26T05:54:12.775904+0000 mon.smithi136 (mon.0) 4016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:54:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:12 smithi145 bash[13673]: audit 2022-04-26T05:54:12.777769+0000 mon.smithi136 (mon.0) 4017 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:54:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:12 smithi136 bash[11745]: audit 2022-04-26T05:54:12.773107+0000 mon.smithi136 (mon.0) 4015 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:54:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:12 smithi136 bash[11745]: audit 2022-04-26T05:54:12.775904+0000 mon.smithi136 (mon.0) 4016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:54:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:12 smithi136 bash[11745]: audit 2022-04-26T05:54:12.777769+0000 mon.smithi136 (mon.0) 4017 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:54:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:13 smithi145 bash[13673]: cluster 2022-04-26T05:54:12.764215+0000 mgr.smithi136.ofnrfx (mgr.14188) 6219 : cluster [DBG] pgmap v5826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:13 smithi136 bash[11745]: cluster 2022-04-26T05:54:12.764215+0000 mgr.smithi136.ofnrfx (mgr.14188) 6219 : cluster [DBG] pgmap v5826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:15.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:15.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:15.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:15.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:15 smithi145 bash[13673]: cluster 2022-04-26T05:54:14.764851+0000 mgr.smithi136.ofnrfx (mgr.14188) 6220 : cluster [DBG] pgmap v5827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:16.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:15 smithi145 bash[13673]: audit 2022-04-26T05:54:15.421395+0000 mon.smithi136 (mon.0) 4018 : audit [DBG] from='client.? 172.21.15.136:0/2098296604' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:16.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:15 smithi136 bash[11745]: cluster 2022-04-26T05:54:14.764851+0000 mgr.smithi136.ofnrfx (mgr.14188) 6220 : cluster [DBG] pgmap v5827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:16.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:15 smithi136 bash[11745]: audit 2022-04-26T05:54:15.421395+0000 mon.smithi136 (mon.0) 4018 : audit [DBG] from='client.? 172.21.15.136:0/2098296604' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:17 smithi145 bash[13673]: audit 2022-04-26T05:54:16.572995+0000 mon.smithi136 (mon.0) 4019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:54:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:17 smithi145 bash[13673]: cluster 2022-04-26T05:54:16.765397+0000 mgr.smithi136.ofnrfx (mgr.14188) 6221 : cluster [DBG] pgmap v5828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:17 smithi145 bash[13673]: audit 2022-04-26T05:54:17.226211+0000 mon.smithi136 (mon.0) 4020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:54:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:17 smithi145 bash[13673]: audit 2022-04-26T05:54:17.517421+0000 mon.smithi136 (mon.0) 4021 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:54:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:17 smithi145 bash[13673]: audit 2022-04-26T05:54:17.528043+0000 mon.smithi136 (mon.0) 4022 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:54:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:17 smithi136 bash[11745]: audit 2022-04-26T05:54:16.572995+0000 mon.smithi136 (mon.0) 4019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:54:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:17 smithi136 bash[11745]: cluster 2022-04-26T05:54:16.765397+0000 mgr.smithi136.ofnrfx (mgr.14188) 6221 : cluster [DBG] pgmap v5828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:17 smithi136 bash[11745]: audit 2022-04-26T05:54:17.226211+0000 mon.smithi136 (mon.0) 4020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:54:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:17 smithi136 bash[11745]: audit 2022-04-26T05:54:17.517421+0000 mon.smithi136 (mon.0) 4021 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:54:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:17 smithi136 bash[11745]: audit 2022-04-26T05:54:17.528043+0000 mon.smithi136 (mon.0) 4022 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:54:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:18 smithi145 bash[13673]: cluster 2022-04-26T05:54:17.511044+0000 mgr.smithi136.ofnrfx (mgr.14188) 6222 : cluster [DBG] pgmap v5829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:18 smithi145 bash[13673]: cluster 2022-04-26T05:54:17.511497+0000 mgr.smithi136.ofnrfx (mgr.14188) 6223 : cluster [DBG] pgmap v5830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:18 smithi145 bash[13673]: cephadm 2022-04-26T05:54:17.529039+0000 mgr.smithi136.ofnrfx (mgr.14188) 6224 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:54:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:18 smithi145 bash[13673]: cephadm 2022-04-26T05:54:17.529168+0000 mgr.smithi136.ofnrfx (mgr.14188) 6225 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:54:18.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:18 smithi136 bash[11745]: cluster 2022-04-26T05:54:17.511044+0000 mgr.smithi136.ofnrfx (mgr.14188) 6222 : cluster [DBG] pgmap v5829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:18.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:18 smithi136 bash[11745]: cluster 2022-04-26T05:54:17.511497+0000 mgr.smithi136.ofnrfx (mgr.14188) 6223 : cluster [DBG] pgmap v5830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:18.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:18 smithi136 bash[11745]: cephadm 2022-04-26T05:54:17.529039+0000 mgr.smithi136.ofnrfx (mgr.14188) 6224 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:54:18.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:18 smithi136 bash[11745]: cephadm 2022-04-26T05:54:17.529168+0000 mgr.smithi136.ofnrfx (mgr.14188) 6225 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:54:20.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:20.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:20.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:20.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:20 smithi136 bash[11745]: cluster 2022-04-26T05:54:19.512195+0000 mgr.smithi136.ofnrfx (mgr.14188) 6226 : cluster [DBG] pgmap v5831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:20 smithi145 bash[13673]: cluster 2022-04-26T05:54:19.512195+0000 mgr.smithi136.ofnrfx (mgr.14188) 6226 : cluster [DBG] pgmap v5831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:21 smithi145 bash[13673]: audit 2022-04-26T05:54:20.755480+0000 mon.smithi136 (mon.0) 4023 : audit [DBG] from='client.? 172.21.15.136:0/126455227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:22.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:21 smithi136 bash[11745]: audit 2022-04-26T05:54:20.755480+0000 mon.smithi136 (mon.0) 4023 : audit [DBG] from='client.? 172.21.15.136:0/126455227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:22 smithi145 bash[13673]: cluster 2022-04-26T05:54:21.512827+0000 mgr.smithi136.ofnrfx (mgr.14188) 6227 : cluster [DBG] pgmap v5832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:23.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:22 smithi136 bash[11745]: cluster 2022-04-26T05:54:21.512827+0000 mgr.smithi136.ofnrfx (mgr.14188) 6227 : cluster [DBG] pgmap v5832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:24 smithi145 bash[13673]: cluster 2022-04-26T05:54:23.513491+0000 mgr.smithi136.ofnrfx (mgr.14188) 6228 : cluster [DBG] pgmap v5833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:25.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:24 smithi136 bash[11745]: cluster 2022-04-26T05:54:23.513491+0000 mgr.smithi136.ofnrfx (mgr.14188) 6228 : cluster [DBG] pgmap v5833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:25.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:25.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:25.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:26.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:26 smithi145 bash[13673]: cluster 2022-04-26T05:54:25.514149+0000 mgr.smithi136.ofnrfx (mgr.14188) 6229 : cluster [DBG] pgmap v5834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:26.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:26 smithi145 bash[13673]: audit 2022-04-26T05:54:26.089075+0000 mon.smithi136 (mon.0) 4024 : audit [DBG] from='client.? 172.21.15.136:0/2276912491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:26 smithi136 bash[11745]: cluster 2022-04-26T05:54:25.514149+0000 mgr.smithi136.ofnrfx (mgr.14188) 6229 : cluster [DBG] pgmap v5834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:27.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:26 smithi136 bash[11745]: audit 2022-04-26T05:54:26.089075+0000 mon.smithi136 (mon.0) 4024 : audit [DBG] from='client.? 172.21.15.136:0/2276912491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:28 smithi145 bash[13673]: cluster 2022-04-26T05:54:27.514812+0000 mgr.smithi136.ofnrfx (mgr.14188) 6230 : cluster [DBG] pgmap v5835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:28.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:28 smithi136 bash[11745]: cluster 2022-04-26T05:54:27.514812+0000 mgr.smithi136.ofnrfx (mgr.14188) 6230 : cluster [DBG] pgmap v5835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:30 smithi136 bash[11745]: cluster 2022-04-26T05:54:29.515448+0000 mgr.smithi136.ofnrfx (mgr.14188) 6231 : cluster [DBG] pgmap v5836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:31.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:31.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:31.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:31.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:30 smithi145 bash[13673]: cluster 2022-04-26T05:54:29.515448+0000 mgr.smithi136.ofnrfx (mgr.14188) 6231 : cluster [DBG] pgmap v5836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:31.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:31 smithi136 bash[11745]: audit 2022-04-26T05:54:31.414679+0000 mon.smithi136 (mon.0) 4025 : audit [DBG] from='client.? 172.21.15.136:0/1734891690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:31 smithi145 bash[13673]: audit 2022-04-26T05:54:31.414679+0000 mon.smithi136 (mon.0) 4025 : audit [DBG] from='client.? 172.21.15.136:0/1734891690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:32 smithi136 bash[11745]: cluster 2022-04-26T05:54:31.516120+0000 mgr.smithi136.ofnrfx (mgr.14188) 6232 : cluster [DBG] pgmap v5837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:32 smithi145 bash[13673]: cluster 2022-04-26T05:54:31.516120+0000 mgr.smithi136.ofnrfx (mgr.14188) 6232 : cluster [DBG] pgmap v5837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:35.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:34 smithi136 bash[11745]: cluster 2022-04-26T05:54:33.516764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6233 : cluster [DBG] pgmap v5838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:34 smithi145 bash[13673]: cluster 2022-04-26T05:54:33.516764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6233 : cluster [DBG] pgmap v5838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:36.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:36.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:36.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:36.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:36 smithi136 bash[11745]: cluster 2022-04-26T05:54:35.517412+0000 mgr.smithi136.ofnrfx (mgr.14188) 6234 : cluster [DBG] pgmap v5839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:36 smithi145 bash[13673]: cluster 2022-04-26T05:54:35.517412+0000 mgr.smithi136.ofnrfx (mgr.14188) 6234 : cluster [DBG] pgmap v5839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:38.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:37 smithi136 bash[11745]: audit 2022-04-26T05:54:36.750993+0000 mon.smithi136 (mon.0) 4026 : audit [DBG] from='client.? 172.21.15.136:0/2433637917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:37 smithi145 bash[13673]: audit 2022-04-26T05:54:36.750993+0000 mon.smithi136 (mon.0) 4026 : audit [DBG] from='client.? 172.21.15.136:0/2433637917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:38 smithi136 bash[11745]: cluster 2022-04-26T05:54:37.518088+0000 mgr.smithi136.ofnrfx (mgr.14188) 6235 : cluster [DBG] pgmap v5840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:38 smithi145 bash[13673]: cluster 2022-04-26T05:54:37.518088+0000 mgr.smithi136.ofnrfx (mgr.14188) 6235 : cluster [DBG] pgmap v5840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:41.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:40 smithi136 bash[11745]: cluster 2022-04-26T05:54:39.518802+0000 mgr.smithi136.ofnrfx (mgr.14188) 6236 : cluster [DBG] pgmap v5841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:40 smithi145 bash[13673]: cluster 2022-04-26T05:54:39.518802+0000 mgr.smithi136.ofnrfx (mgr.14188) 6236 : cluster [DBG] pgmap v5841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:41.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:41.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:41.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:42.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:43.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:42 smithi136 bash[11745]: cluster 2022-04-26T05:54:41.519491+0000 mgr.smithi136.ofnrfx (mgr.14188) 6237 : cluster [DBG] pgmap v5842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:43.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:42 smithi136 bash[11745]: audit 2022-04-26T05:54:42.081346+0000 mon.smithi136 (mon.0) 4027 : audit [DBG] from='client.? 172.21.15.136:0/2723367873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:42 smithi145 bash[13673]: cluster 2022-04-26T05:54:41.519491+0000 mgr.smithi136.ofnrfx (mgr.14188) 6237 : cluster [DBG] pgmap v5842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:42 smithi145 bash[13673]: audit 2022-04-26T05:54:42.081346+0000 mon.smithi136 (mon.0) 4027 : audit [DBG] from='client.? 172.21.15.136:0/2723367873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:45.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:44 smithi136 bash[11745]: cluster 2022-04-26T05:54:43.520144+0000 mgr.smithi136.ofnrfx (mgr.14188) 6238 : cluster [DBG] pgmap v5843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:44 smithi145 bash[13673]: cluster 2022-04-26T05:54:43.520144+0000 mgr.smithi136.ofnrfx (mgr.14188) 6238 : cluster [DBG] pgmap v5843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:47.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:46 smithi136 bash[11745]: cluster 2022-04-26T05:54:45.520734+0000 mgr.smithi136.ofnrfx (mgr.14188) 6239 : cluster [DBG] pgmap v5844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:47.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:47.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:47.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:46 smithi145 bash[13673]: cluster 2022-04-26T05:54:45.520734+0000 mgr.smithi136.ofnrfx (mgr.14188) 6239 : cluster [DBG] pgmap v5844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:47.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:47 smithi136 bash[11745]: audit 2022-04-26T05:54:47.412767+0000 mon.smithi136 (mon.0) 4028 : audit [DBG] from='client.? 172.21.15.136:0/1176483220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:47 smithi145 bash[13673]: audit 2022-04-26T05:54:47.412767+0000 mon.smithi136 (mon.0) 4028 : audit [DBG] from='client.? 172.21.15.136:0/1176483220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:49.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:48 smithi136 bash[11745]: cluster 2022-04-26T05:54:47.521380+0000 mgr.smithi136.ofnrfx (mgr.14188) 6240 : cluster [DBG] pgmap v5845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:48 smithi145 bash[13673]: cluster 2022-04-26T05:54:47.521380+0000 mgr.smithi136.ofnrfx (mgr.14188) 6240 : cluster [DBG] pgmap v5845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:51.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:50 smithi136 bash[11745]: cluster 2022-04-26T05:54:49.521973+0000 mgr.smithi136.ofnrfx (mgr.14188) 6241 : cluster [DBG] pgmap v5846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:50 smithi145 bash[13673]: cluster 2022-04-26T05:54:49.521973+0000 mgr.smithi136.ofnrfx (mgr.14188) 6241 : cluster [DBG] pgmap v5846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:52.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:52.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:52.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:52.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:52 smithi136 bash[11745]: cluster 2022-04-26T05:54:51.522596+0000 mgr.smithi136.ofnrfx (mgr.14188) 6242 : cluster [DBG] pgmap v5847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:52 smithi145 bash[13673]: cluster 2022-04-26T05:54:51.522596+0000 mgr.smithi136.ofnrfx (mgr.14188) 6242 : cluster [DBG] pgmap v5847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:53 smithi136 bash[11745]: audit 2022-04-26T05:54:52.739284+0000 mon.smithi136 (mon.0) 4029 : audit [DBG] from='client.? 172.21.15.136:0/3180830199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:53 smithi145 bash[13673]: audit 2022-04-26T05:54:52.739284+0000 mon.smithi136 (mon.0) 4029 : audit [DBG] from='client.? 172.21.15.136:0/3180830199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:54 smithi136 bash[11745]: cluster 2022-04-26T05:54:53.523220+0000 mgr.smithi136.ofnrfx (mgr.14188) 6243 : cluster [DBG] pgmap v5848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:54 smithi145 bash[13673]: cluster 2022-04-26T05:54:53.523220+0000 mgr.smithi136.ofnrfx (mgr.14188) 6243 : cluster [DBG] pgmap v5848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:57.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:56 smithi136 bash[11745]: cluster 2022-04-26T05:54:55.523897+0000 mgr.smithi136.ofnrfx (mgr.14188) 6244 : cluster [DBG] pgmap v5849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:56 smithi145 bash[13673]: cluster 2022-04-26T05:54:55.523897+0000 mgr.smithi136.ofnrfx (mgr.14188) 6244 : cluster [DBG] pgmap v5849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:57.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:54:57.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:54:57.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:54:58.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:54:59.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:58 smithi136 bash[11745]: cluster 2022-04-26T05:54:57.524533+0000 mgr.smithi136.ofnrfx (mgr.14188) 6245 : cluster [DBG] pgmap v5850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:59.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:54:58 smithi136 bash[11745]: audit 2022-04-26T05:54:58.059716+0000 mon.smithi136 (mon.0) 4030 : audit [DBG] from='client.? 172.21.15.136:0/2785894098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:54:59.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:58 smithi145 bash[13673]: cluster 2022-04-26T05:54:57.524533+0000 mgr.smithi136.ofnrfx (mgr.14188) 6245 : cluster [DBG] pgmap v5850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:54:59.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:54:58 smithi145 bash[13673]: audit 2022-04-26T05:54:58.059716+0000 mon.smithi136 (mon.0) 4030 : audit [DBG] from='client.? 172.21.15.136:0/2785894098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:01.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:00 smithi136 bash[11745]: cluster 2022-04-26T05:54:59.525133+0000 mgr.smithi136.ofnrfx (mgr.14188) 6246 : cluster [DBG] pgmap v5851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:00 smithi145 bash[13673]: cluster 2022-04-26T05:54:59.525133+0000 mgr.smithi136.ofnrfx (mgr.14188) 6246 : cluster [DBG] pgmap v5851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:02 smithi136 bash[11745]: cluster 2022-04-26T05:55:01.525753+0000 mgr.smithi136.ofnrfx (mgr.14188) 6247 : cluster [DBG] pgmap v5852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:02 smithi136 bash[11745]: audit 2022-04-26T05:55:02.650402+0000 mon.smithi136 (mon.0) 4031 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:55:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:02 smithi136 bash[11745]: audit 2022-04-26T05:55:02.654426+0000 mon.smithi136 (mon.0) 4032 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:55:03.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:03.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:03.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:02 smithi145 bash[13673]: cluster 2022-04-26T05:55:01.525753+0000 mgr.smithi136.ofnrfx (mgr.14188) 6247 : cluster [DBG] pgmap v5852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:02 smithi145 bash[13673]: audit 2022-04-26T05:55:02.650402+0000 mon.smithi136 (mon.0) 4031 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:55:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:02 smithi145 bash[13673]: audit 2022-04-26T05:55:02.654426+0000 mon.smithi136 (mon.0) 4032 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:55:03.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:03 smithi136 bash[11745]: audit 2022-04-26T05:55:03.388714+0000 mon.smithi136 (mon.0) 4033 : audit [DBG] from='client.? 172.21.15.136:0/1425842164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:03 smithi145 bash[13673]: audit 2022-04-26T05:55:03.388714+0000 mon.smithi136 (mon.0) 4033 : audit [DBG] from='client.? 172.21.15.136:0/1425842164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:04 smithi136 bash[11745]: cluster 2022-04-26T05:55:03.526372+0000 mgr.smithi136.ofnrfx (mgr.14188) 6248 : cluster [DBG] pgmap v5853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:04 smithi145 bash[13673]: cluster 2022-04-26T05:55:03.526372+0000 mgr.smithi136.ofnrfx (mgr.14188) 6248 : cluster [DBG] pgmap v5853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:06 smithi136 bash[11745]: cluster 2022-04-26T05:55:05.527085+0000 mgr.smithi136.ofnrfx (mgr.14188) 6249 : cluster [DBG] pgmap v5854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:06 smithi145 bash[13673]: cluster 2022-04-26T05:55:05.527085+0000 mgr.smithi136.ofnrfx (mgr.14188) 6249 : cluster [DBG] pgmap v5854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:08.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:08.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:08.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:08.737 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:09.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:08 smithi136 bash[11745]: cluster 2022-04-26T05:55:07.527847+0000 mgr.smithi136.ofnrfx (mgr.14188) 6250 : cluster [DBG] pgmap v5855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:09.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:08 smithi136 bash[11745]: audit 2022-04-26T05:55:08.720431+0000 mon.smithi136 (mon.0) 4034 : audit [DBG] from='client.? 172.21.15.136:0/722734476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:08 smithi145 bash[13673]: cluster 2022-04-26T05:55:07.527847+0000 mgr.smithi136.ofnrfx (mgr.14188) 6250 : cluster [DBG] pgmap v5855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:08 smithi145 bash[13673]: audit 2022-04-26T05:55:08.720431+0000 mon.smithi136 (mon.0) 4034 : audit [DBG] from='client.? 172.21.15.136:0/722734476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:11.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:10 smithi136 bash[11745]: cluster 2022-04-26T05:55:09.528508+0000 mgr.smithi136.ofnrfx (mgr.14188) 6251 : cluster [DBG] pgmap v5856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:10 smithi145 bash[13673]: cluster 2022-04-26T05:55:09.528508+0000 mgr.smithi136.ofnrfx (mgr.14188) 6251 : cluster [DBG] pgmap v5856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:12 smithi136 bash[11745]: cluster 2022-04-26T05:55:11.529152+0000 mgr.smithi136.ofnrfx (mgr.14188) 6252 : cluster [DBG] pgmap v5857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:12 smithi145 bash[13673]: cluster 2022-04-26T05:55:11.529152+0000 mgr.smithi136.ofnrfx (mgr.14188) 6252 : cluster [DBG] pgmap v5857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:13.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:13.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:13.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:14.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:15.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:14 smithi136 bash[11745]: cluster 2022-04-26T05:55:13.529645+0000 mgr.smithi136.ofnrfx (mgr.14188) 6253 : cluster [DBG] pgmap v5858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:15.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:14 smithi136 bash[11745]: audit 2022-04-26T05:55:14.047718+0000 mon.smithi136 (mon.0) 4035 : audit [DBG] from='client.? 172.21.15.136:0/3788679583' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:14 smithi145 bash[13673]: cluster 2022-04-26T05:55:13.529645+0000 mgr.smithi136.ofnrfx (mgr.14188) 6253 : cluster [DBG] pgmap v5858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:14 smithi145 bash[13673]: audit 2022-04-26T05:55:14.047718+0000 mon.smithi136 (mon.0) 4035 : audit [DBG] from='client.? 172.21.15.136:0/3788679583' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:17.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:16 smithi136 bash[11745]: cluster 2022-04-26T05:55:15.530244+0000 mgr.smithi136.ofnrfx (mgr.14188) 6254 : cluster [DBG] pgmap v5859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:16 smithi145 bash[13673]: cluster 2022-04-26T05:55:15.530244+0000 mgr.smithi136.ofnrfx (mgr.14188) 6254 : cluster [DBG] pgmap v5859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:17 smithi145 bash[13673]: audit 2022-04-26T05:55:17.535352+0000 mon.smithi136 (mon.0) 4036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:55:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:17 smithi145 bash[13673]: audit 2022-04-26T05:55:17.538247+0000 mon.smithi136 (mon.0) 4037 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:55:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:17 smithi145 bash[13673]: audit 2022-04-26T05:55:17.539927+0000 mon.smithi136 (mon.0) 4038 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:55:18.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:17 smithi136 bash[11745]: audit 2022-04-26T05:55:17.535352+0000 mon.smithi136 (mon.0) 4036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:55:18.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:17 smithi136 bash[11745]: audit 2022-04-26T05:55:17.538247+0000 mon.smithi136 (mon.0) 4037 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:55:18.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:17 smithi136 bash[11745]: audit 2022-04-26T05:55:17.539927+0000 mon.smithi136 (mon.0) 4038 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:55:19.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:19.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:19.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: cluster 2022-04-26T05:55:17.530918+0000 mgr.smithi136.ofnrfx (mgr.14188) 6255 : cluster [DBG] pgmap v5860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: audit 2022-04-26T05:55:17.836697+0000 mon.smithi136 (mon.0) 4039 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:55:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: cluster 2022-04-26T05:55:18.146409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6256 : cluster [DBG] pgmap v5861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: cluster 2022-04-26T05:55:18.146860+0000 mgr.smithi136.ofnrfx (mgr.14188) 6257 : cluster [DBG] pgmap v5862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: audit 2022-04-26T05:55:18.152944+0000 mon.smithi136 (mon.0) 4040 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:55:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: audit 2022-04-26T05:55:18.158954+0000 mon.smithi136 (mon.0) 4041 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:55:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: cephadm 2022-04-26T05:55:18.160237+0000 mgr.smithi136.ofnrfx (mgr.14188) 6258 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:55:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:18 smithi145 bash[13673]: cephadm 2022-04-26T05:55:18.160425+0000 mgr.smithi136.ofnrfx (mgr.14188) 6259 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:55:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: cluster 2022-04-26T05:55:17.530918+0000 mgr.smithi136.ofnrfx (mgr.14188) 6255 : cluster [DBG] pgmap v5860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: audit 2022-04-26T05:55:17.836697+0000 mon.smithi136 (mon.0) 4039 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:55:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: cluster 2022-04-26T05:55:18.146409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6256 : cluster [DBG] pgmap v5861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: cluster 2022-04-26T05:55:18.146860+0000 mgr.smithi136.ofnrfx (mgr.14188) 6257 : cluster [DBG] pgmap v5862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: audit 2022-04-26T05:55:18.152944+0000 mon.smithi136 (mon.0) 4040 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:55:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: audit 2022-04-26T05:55:18.158954+0000 mon.smithi136 (mon.0) 4041 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:55:19.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: cephadm 2022-04-26T05:55:18.160237+0000 mgr.smithi136.ofnrfx (mgr.14188) 6258 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:55:19.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:18 smithi136 bash[11745]: cephadm 2022-04-26T05:55:18.160425+0000 mgr.smithi136.ofnrfx (mgr.14188) 6259 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:55:19.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:19 smithi145 bash[13673]: audit 2022-04-26T05:55:19.374150+0000 mon.smithi136 (mon.0) 4042 : audit [DBG] from='client.? 172.21.15.136:0/3873452771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:19 smithi136 bash[11745]: audit 2022-04-26T05:55:19.374150+0000 mon.smithi136 (mon.0) 4042 : audit [DBG] from='client.? 172.21.15.136:0/3873452771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:20 smithi145 bash[13673]: cluster 2022-04-26T05:55:20.147571+0000 mgr.smithi136.ofnrfx (mgr.14188) 6260 : cluster [DBG] pgmap v5863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:20 smithi136 bash[11745]: cluster 2022-04-26T05:55:20.147571+0000 mgr.smithi136.ofnrfx (mgr.14188) 6260 : cluster [DBG] pgmap v5863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:22 smithi145 bash[13673]: cluster 2022-04-26T05:55:22.148191+0000 mgr.smithi136.ofnrfx (mgr.14188) 6261 : cluster [DBG] pgmap v5864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:23.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:22 smithi136 bash[11745]: cluster 2022-04-26T05:55:22.148191+0000 mgr.smithi136.ofnrfx (mgr.14188) 6261 : cluster [DBG] pgmap v5864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:24.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:24.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:24.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:24.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:25 smithi136 bash[11745]: cluster 2022-04-26T05:55:24.148809+0000 mgr.smithi136.ofnrfx (mgr.14188) 6262 : cluster [DBG] pgmap v5865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:25 smithi136 bash[11745]: audit 2022-04-26T05:55:24.705806+0000 mon.smithi136 (mon.0) 4043 : audit [DBG] from='client.? 172.21.15.136:0/3054929448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:25.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:25 smithi145 bash[13673]: cluster 2022-04-26T05:55:24.148809+0000 mgr.smithi136.ofnrfx (mgr.14188) 6262 : cluster [DBG] pgmap v5865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:25.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:25 smithi145 bash[13673]: audit 2022-04-26T05:55:24.705806+0000 mon.smithi136 (mon.0) 4043 : audit [DBG] from='client.? 172.21.15.136:0/3054929448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:27 smithi136 bash[11745]: cluster 2022-04-26T05:55:26.149445+0000 mgr.smithi136.ofnrfx (mgr.14188) 6263 : cluster [DBG] pgmap v5866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:27 smithi145 bash[13673]: cluster 2022-04-26T05:55:26.149445+0000 mgr.smithi136.ofnrfx (mgr.14188) 6263 : cluster [DBG] pgmap v5866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:29 smithi136 bash[11745]: cluster 2022-04-26T05:55:28.150084+0000 mgr.smithi136.ofnrfx (mgr.14188) 6264 : cluster [DBG] pgmap v5867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:29 smithi145 bash[13673]: cluster 2022-04-26T05:55:28.150084+0000 mgr.smithi136.ofnrfx (mgr.14188) 6264 : cluster [DBG] pgmap v5867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:29.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:29.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:29.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:30.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:30 smithi136 bash[11745]: audit 2022-04-26T05:55:30.036196+0000 mon.smithi136 (mon.0) 4044 : audit [DBG] from='client.? 172.21.15.136:0/118258388' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:30 smithi145 bash[13673]: audit 2022-04-26T05:55:30.036196+0000 mon.smithi136 (mon.0) 4044 : audit [DBG] from='client.? 172.21.15.136:0/118258388' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:31 smithi136 bash[11745]: cluster 2022-04-26T05:55:30.150684+0000 mgr.smithi136.ofnrfx (mgr.14188) 6265 : cluster [DBG] pgmap v5868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:31 smithi145 bash[13673]: cluster 2022-04-26T05:55:30.150684+0000 mgr.smithi136.ofnrfx (mgr.14188) 6265 : cluster [DBG] pgmap v5868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:32 smithi145 bash[13673]: cluster 2022-04-26T05:55:32.151391+0000 mgr.smithi136.ofnrfx (mgr.14188) 6266 : cluster [DBG] pgmap v5869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:33.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:32 smithi136 bash[11745]: cluster 2022-04-26T05:55:32.151391+0000 mgr.smithi136.ofnrfx (mgr.14188) 6266 : cluster [DBG] pgmap v5869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:35.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:35.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:35.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:35.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:35.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:35 smithi136 bash[11745]: cluster 2022-04-26T05:55:34.152014+0000 mgr.smithi136.ofnrfx (mgr.14188) 6267 : cluster [DBG] pgmap v5870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:35.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:35 smithi145 bash[13673]: cluster 2022-04-26T05:55:34.152014+0000 mgr.smithi136.ofnrfx (mgr.14188) 6267 : cluster [DBG] pgmap v5870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:36 smithi136 bash[11745]: audit 2022-04-26T05:55:35.370708+0000 mon.smithi136 (mon.0) 4045 : audit [DBG] from='client.? 172.21.15.136:0/4118955096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:36 smithi145 bash[13673]: audit 2022-04-26T05:55:35.370708+0000 mon.smithi136 (mon.0) 4045 : audit [DBG] from='client.? 172.21.15.136:0/4118955096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:37 smithi136 bash[11745]: cluster 2022-04-26T05:55:36.152762+0000 mgr.smithi136.ofnrfx (mgr.14188) 6268 : cluster [DBG] pgmap v5871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:37 smithi145 bash[13673]: cluster 2022-04-26T05:55:36.152762+0000 mgr.smithi136.ofnrfx (mgr.14188) 6268 : cluster [DBG] pgmap v5871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:39.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:39 smithi136 bash[11745]: cluster 2022-04-26T05:55:38.153407+0000 mgr.smithi136.ofnrfx (mgr.14188) 6269 : cluster [DBG] pgmap v5872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:39 smithi145 bash[13673]: cluster 2022-04-26T05:55:38.153407+0000 mgr.smithi136.ofnrfx (mgr.14188) 6269 : cluster [DBG] pgmap v5872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:40.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:40.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:40.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:40.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:41 smithi136 bash[11745]: cluster 2022-04-26T05:55:40.154016+0000 mgr.smithi136.ofnrfx (mgr.14188) 6270 : cluster [DBG] pgmap v5873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:41 smithi136 bash[11745]: audit 2022-04-26T05:55:40.699441+0000 mon.smithi136 (mon.0) 4046 : audit [DBG] from='client.? 172.21.15.136:0/1603726400' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:41 smithi145 bash[13673]: cluster 2022-04-26T05:55:40.154016+0000 mgr.smithi136.ofnrfx (mgr.14188) 6270 : cluster [DBG] pgmap v5873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:41 smithi145 bash[13673]: audit 2022-04-26T05:55:40.699441+0000 mon.smithi136 (mon.0) 4046 : audit [DBG] from='client.? 172.21.15.136:0/1603726400' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:42 smithi145 bash[13673]: cluster 2022-04-26T05:55:42.154646+0000 mgr.smithi136.ofnrfx (mgr.14188) 6271 : cluster [DBG] pgmap v5874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:43.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:42 smithi136 bash[11745]: cluster 2022-04-26T05:55:42.154646+0000 mgr.smithi136.ofnrfx (mgr.14188) 6271 : cluster [DBG] pgmap v5874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:45 smithi136 bash[11745]: cluster 2022-04-26T05:55:44.155299+0000 mgr.smithi136.ofnrfx (mgr.14188) 6272 : cluster [DBG] pgmap v5875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:45 smithi145 bash[13673]: cluster 2022-04-26T05:55:44.155299+0000 mgr.smithi136.ofnrfx (mgr.14188) 6272 : cluster [DBG] pgmap v5875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:45.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:45.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:45.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:46.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:46 smithi136 bash[11745]: audit 2022-04-26T05:55:46.035244+0000 mon.smithi145 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.136:0/3247366870' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:46.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:46 smithi145 bash[13673]: audit 2022-04-26T05:55:46.035244+0000 mon.smithi145 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.136:0/3247366870' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:47 smithi136 bash[11745]: cluster 2022-04-26T05:55:46.156018+0000 mgr.smithi136.ofnrfx (mgr.14188) 6273 : cluster [DBG] pgmap v5876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:47 smithi145 bash[13673]: cluster 2022-04-26T05:55:46.156018+0000 mgr.smithi136.ofnrfx (mgr.14188) 6273 : cluster [DBG] pgmap v5876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:49.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:49 smithi136 bash[11745]: cluster 2022-04-26T05:55:48.156643+0000 mgr.smithi136.ofnrfx (mgr.14188) 6274 : cluster [DBG] pgmap v5877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:49.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:49 smithi145 bash[13673]: cluster 2022-04-26T05:55:48.156643+0000 mgr.smithi136.ofnrfx (mgr.14188) 6274 : cluster [DBG] pgmap v5877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:51.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:51.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:51.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:51.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:51 smithi136 bash[11745]: cluster 2022-04-26T05:55:50.157211+0000 mgr.smithi136.ofnrfx (mgr.14188) 6275 : cluster [DBG] pgmap v5878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:51.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:51 smithi145 bash[13673]: cluster 2022-04-26T05:55:50.157211+0000 mgr.smithi136.ofnrfx (mgr.14188) 6275 : cluster [DBG] pgmap v5878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:52 smithi136 bash[11745]: audit 2022-04-26T05:55:51.361229+0000 mon.smithi136 (mon.0) 4047 : audit [DBG] from='client.? 172.21.15.136:0/2128575981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:52 smithi145 bash[13673]: audit 2022-04-26T05:55:51.361229+0000 mon.smithi136 (mon.0) 4047 : audit [DBG] from='client.? 172.21.15.136:0/2128575981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:53.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:53 smithi136 bash[11745]: cluster 2022-04-26T05:55:52.157860+0000 mgr.smithi136.ofnrfx (mgr.14188) 6276 : cluster [DBG] pgmap v5879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:53 smithi145 bash[13673]: cluster 2022-04-26T05:55:52.157860+0000 mgr.smithi136.ofnrfx (mgr.14188) 6276 : cluster [DBG] pgmap v5879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:55 smithi136 bash[11745]: cluster 2022-04-26T05:55:54.158541+0000 mgr.smithi136.ofnrfx (mgr.14188) 6277 : cluster [DBG] pgmap v5880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:55 smithi145 bash[13673]: cluster 2022-04-26T05:55:54.158541+0000 mgr.smithi136.ofnrfx (mgr.14188) 6277 : cluster [DBG] pgmap v5880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:56.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:55:56.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:55:56.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:55:56.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:55:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:57 smithi136 bash[11745]: cluster 2022-04-26T05:55:56.159186+0000 mgr.smithi136.ofnrfx (mgr.14188) 6278 : cluster [DBG] pgmap v5881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:57 smithi136 bash[11745]: audit 2022-04-26T05:55:56.688950+0000 mon.smithi136 (mon.0) 4048 : audit [DBG] from='client.? 172.21.15.136:0/1505115725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:57.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:57 smithi145 bash[13673]: cluster 2022-04-26T05:55:56.159186+0000 mgr.smithi136.ofnrfx (mgr.14188) 6278 : cluster [DBG] pgmap v5881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:57.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:57 smithi145 bash[13673]: audit 2022-04-26T05:55:56.688950+0000 mon.smithi136 (mon.0) 4048 : audit [DBG] from='client.? 172.21.15.136:0/1505115725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:55:59.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:55:59 smithi136 bash[11745]: cluster 2022-04-26T05:55:58.159832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6279 : cluster [DBG] pgmap v5882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:55:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:55:59 smithi145 bash[13673]: cluster 2022-04-26T05:55:58.159832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6279 : cluster [DBG] pgmap v5882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:01 smithi136 bash[11745]: cluster 2022-04-26T05:56:00.160457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6280 : cluster [DBG] pgmap v5883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:01 smithi145 bash[13673]: cluster 2022-04-26T05:56:00.160457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6280 : cluster [DBG] pgmap v5883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:01.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:01.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:01.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:02.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:02 smithi136 bash[11745]: audit 2022-04-26T05:56:02.023724+0000 mon.smithi136 (mon.0) 4049 : audit [DBG] from='client.? 172.21.15.136:0/3150289339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:02 smithi136 bash[11745]: cluster 2022-04-26T05:56:02.161107+0000 mgr.smithi136.ofnrfx (mgr.14188) 6281 : cluster [DBG] pgmap v5884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:02 smithi145 bash[13673]: audit 2022-04-26T05:56:02.023724+0000 mon.smithi136 (mon.0) 4049 : audit [DBG] from='client.? 172.21.15.136:0/3150289339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:02 smithi145 bash[13673]: cluster 2022-04-26T05:56:02.161107+0000 mgr.smithi136.ofnrfx (mgr.14188) 6281 : cluster [DBG] pgmap v5884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:03 smithi136 bash[11745]: audit 2022-04-26T05:56:02.654462+0000 mon.smithi136 (mon.0) 4050 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:56:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:03 smithi136 bash[11745]: audit 2022-04-26T05:56:02.660330+0000 mon.smithi136 (mon.0) 4051 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:56:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:03 smithi145 bash[13673]: audit 2022-04-26T05:56:02.654462+0000 mon.smithi136 (mon.0) 4050 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:56:04.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:03 smithi145 bash[13673]: audit 2022-04-26T05:56:02.660330+0000 mon.smithi136 (mon.0) 4051 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:56:05.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:04 smithi136 bash[11745]: cluster 2022-04-26T05:56:04.161777+0000 mgr.smithi136.ofnrfx (mgr.14188) 6282 : cluster [DBG] pgmap v5885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:04 smithi145 bash[13673]: cluster 2022-04-26T05:56:04.161777+0000 mgr.smithi136.ofnrfx (mgr.14188) 6282 : cluster [DBG] pgmap v5885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:07.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:07.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:07.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:07.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:07 smithi136 bash[11745]: cluster 2022-04-26T05:56:06.162427+0000 mgr.smithi136.ofnrfx (mgr.14188) 6283 : cluster [DBG] pgmap v5886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:07.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:07 smithi145 bash[13673]: cluster 2022-04-26T05:56:06.162427+0000 mgr.smithi136.ofnrfx (mgr.14188) 6283 : cluster [DBG] pgmap v5886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:08 smithi145 bash[13673]: audit 2022-04-26T05:56:07.353103+0000 mon.smithi136 (mon.0) 4052 : audit [DBG] from='client.? 172.21.15.136:0/3545409281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:08.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:08 smithi136 bash[11745]: audit 2022-04-26T05:56:07.353103+0000 mon.smithi136 (mon.0) 4052 : audit [DBG] from='client.? 172.21.15.136:0/3545409281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:09 smithi136 bash[11745]: cluster 2022-04-26T05:56:08.163052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6284 : cluster [DBG] pgmap v5887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:09.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:09 smithi145 bash[13673]: cluster 2022-04-26T05:56:08.163052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6284 : cluster [DBG] pgmap v5887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:11 smithi136 bash[11745]: cluster 2022-04-26T05:56:10.163787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6285 : cluster [DBG] pgmap v5888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:11.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:11 smithi145 bash[13673]: cluster 2022-04-26T05:56:10.163787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6285 : cluster [DBG] pgmap v5888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:12.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:12.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:12.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:12.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:12 smithi136 bash[11745]: cluster 2022-04-26T05:56:12.164459+0000 mgr.smithi136.ofnrfx (mgr.14188) 6286 : cluster [DBG] pgmap v5889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:12 smithi145 bash[13673]: cluster 2022-04-26T05:56:12.164459+0000 mgr.smithi136.ofnrfx (mgr.14188) 6286 : cluster [DBG] pgmap v5889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:13 smithi136 bash[11745]: audit 2022-04-26T05:56:12.674994+0000 mon.smithi136 (mon.0) 4053 : audit [DBG] from='client.? 172.21.15.136:0/956059749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:13 smithi145 bash[13673]: audit 2022-04-26T05:56:12.674994+0000 mon.smithi136 (mon.0) 4053 : audit [DBG] from='client.? 172.21.15.136:0/956059749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:15.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:14 smithi136 bash[11745]: cluster 2022-04-26T05:56:14.165159+0000 mgr.smithi136.ofnrfx (mgr.14188) 6287 : cluster [DBG] pgmap v5890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:15.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:14 smithi145 bash[13673]: cluster 2022-04-26T05:56:14.165159+0000 mgr.smithi136.ofnrfx (mgr.14188) 6287 : cluster [DBG] pgmap v5890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:17 smithi136 bash[11745]: cluster 2022-04-26T05:56:16.165807+0000 mgr.smithi136.ofnrfx (mgr.14188) 6288 : cluster [DBG] pgmap v5891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:17.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:17 smithi145 bash[13673]: cluster 2022-04-26T05:56:16.165807+0000 mgr.smithi136.ofnrfx (mgr.14188) 6288 : cluster [DBG] pgmap v5891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:17.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:17.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:17.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:18.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:18.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:18 smithi145 bash[13673]: audit 2022-04-26T05:56:18.008375+0000 mon.smithi136 (mon.0) 4054 : audit [DBG] from='client.? 172.21.15.136:0/1510116937' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:18.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:18 smithi145 bash[13673]: audit 2022-04-26T05:56:18.172926+0000 mon.smithi136 (mon.0) 4055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:56:18.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:18 smithi145 bash[13673]: audit 2022-04-26T05:56:18.175665+0000 mon.smithi136 (mon.0) 4056 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:56:18.414 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:18 smithi145 bash[13673]: audit 2022-04-26T05:56:18.177455+0000 mon.smithi136 (mon.0) 4057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:56:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:18 smithi136 bash[11745]: audit 2022-04-26T05:56:18.008375+0000 mon.smithi136 (mon.0) 4054 : audit [DBG] from='client.? 172.21.15.136:0/1510116937' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:18 smithi136 bash[11745]: audit 2022-04-26T05:56:18.172926+0000 mon.smithi136 (mon.0) 4055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:56:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:18 smithi136 bash[11745]: audit 2022-04-26T05:56:18.175665+0000 mon.smithi136 (mon.0) 4056 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:56:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:18 smithi136 bash[11745]: audit 2022-04-26T05:56:18.177455+0000 mon.smithi136 (mon.0) 4057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:56:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:19 smithi136 bash[11745]: cluster 2022-04-26T05:56:18.166444+0000 mgr.smithi136.ofnrfx (mgr.14188) 6289 : cluster [DBG] pgmap v5892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:19 smithi136 bash[11745]: audit 2022-04-26T05:56:18.489413+0000 mon.smithi136 (mon.0) 4058 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:56:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:19 smithi136 bash[11745]: audit 2022-04-26T05:56:18.495697+0000 mon.smithi136 (mon.0) 4059 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:56:19.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:19 smithi145 bash[13673]: cluster 2022-04-26T05:56:18.166444+0000 mgr.smithi136.ofnrfx (mgr.14188) 6289 : cluster [DBG] pgmap v5892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:19 smithi145 bash[13673]: audit 2022-04-26T05:56:18.489413+0000 mon.smithi136 (mon.0) 4058 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:56:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:19 smithi145 bash[13673]: audit 2022-04-26T05:56:18.495697+0000 mon.smithi136 (mon.0) 4059 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:56:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:20 smithi136 bash[11745]: cluster 2022-04-26T05:56:18.481026+0000 mgr.smithi136.ofnrfx (mgr.14188) 6290 : cluster [DBG] pgmap v5893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:20 smithi136 bash[11745]: cluster 2022-04-26T05:56:18.481504+0000 mgr.smithi136.ofnrfx (mgr.14188) 6291 : cluster [DBG] pgmap v5894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:20 smithi136 bash[11745]: cephadm 2022-04-26T05:56:18.497096+0000 mgr.smithi136.ofnrfx (mgr.14188) 6292 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:56:20.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:20 smithi136 bash[11745]: cephadm 2022-04-26T05:56:18.497202+0000 mgr.smithi136.ofnrfx (mgr.14188) 6293 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:56:20.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:20 smithi145 bash[13673]: cluster 2022-04-26T05:56:18.481026+0000 mgr.smithi136.ofnrfx (mgr.14188) 6290 : cluster [DBG] pgmap v5893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:20.699 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:20 smithi145 bash[13673]: cluster 2022-04-26T05:56:18.481504+0000 mgr.smithi136.ofnrfx (mgr.14188) 6291 : cluster [DBG] pgmap v5894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:20.699 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:20 smithi145 bash[13673]: cephadm 2022-04-26T05:56:18.497096+0000 mgr.smithi136.ofnrfx (mgr.14188) 6292 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:56:20.700 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:20 smithi145 bash[13673]: cephadm 2022-04-26T05:56:18.497202+0000 mgr.smithi136.ofnrfx (mgr.14188) 6293 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:56:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:22 smithi136 bash[11745]: cluster 2022-04-26T05:56:20.482050+0000 mgr.smithi136.ofnrfx (mgr.14188) 6294 : cluster [DBG] pgmap v5895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:22 smithi145 bash[13673]: cluster 2022-04-26T05:56:20.482050+0000 mgr.smithi136.ofnrfx (mgr.14188) 6294 : cluster [DBG] pgmap v5895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:23.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:23.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:23.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:23.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:24 smithi136 bash[11745]: cluster 2022-04-26T05:56:22.482859+0000 mgr.smithi136.ofnrfx (mgr.14188) 6295 : cluster [DBG] pgmap v5896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:24 smithi136 bash[11745]: audit 2022-04-26T05:56:23.340726+0000 mon.smithi136 (mon.0) 4060 : audit [DBG] from='client.? 172.21.15.136:0/867166345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:24.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:24 smithi145 bash[13673]: cluster 2022-04-26T05:56:22.482859+0000 mgr.smithi136.ofnrfx (mgr.14188) 6295 : cluster [DBG] pgmap v5896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:24.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:24 smithi145 bash[13673]: audit 2022-04-26T05:56:23.340726+0000 mon.smithi136 (mon.0) 4060 : audit [DBG] from='client.? 172.21.15.136:0/867166345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:26 smithi136 bash[11745]: cluster 2022-04-26T05:56:24.483541+0000 mgr.smithi136.ofnrfx (mgr.14188) 6296 : cluster [DBG] pgmap v5897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:26 smithi145 bash[13673]: cluster 2022-04-26T05:56:24.483541+0000 mgr.smithi136.ofnrfx (mgr.14188) 6296 : cluster [DBG] pgmap v5897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:28.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:28.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:28.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:28 smithi145 bash[13673]: cluster 2022-04-26T05:56:26.484179+0000 mgr.smithi136.ofnrfx (mgr.14188) 6297 : cluster [DBG] pgmap v5898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:28 smithi136 bash[11745]: cluster 2022-04-26T05:56:26.484179+0000 mgr.smithi136.ofnrfx (mgr.14188) 6297 : cluster [DBG] pgmap v5898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:28.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:29 smithi136 bash[11745]: audit 2022-04-26T05:56:28.673379+0000 mon.smithi136 (mon.0) 4061 : audit [DBG] from='client.? 172.21.15.136:0/607025362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:29 smithi145 bash[13673]: audit 2022-04-26T05:56:28.673379+0000 mon.smithi136 (mon.0) 4061 : audit [DBG] from='client.? 172.21.15.136:0/607025362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:30 smithi136 bash[11745]: cluster 2022-04-26T05:56:28.484660+0000 mgr.smithi136.ofnrfx (mgr.14188) 6298 : cluster [DBG] pgmap v5899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:30 smithi145 bash[13673]: cluster 2022-04-26T05:56:28.484660+0000 mgr.smithi136.ofnrfx (mgr.14188) 6298 : cluster [DBG] pgmap v5899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:31 smithi136 bash[11745]: cluster 2022-04-26T05:56:30.485349+0000 mgr.smithi136.ofnrfx (mgr.14188) 6299 : cluster [DBG] pgmap v5900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:31 smithi145 bash[13673]: cluster 2022-04-26T05:56:30.485349+0000 mgr.smithi136.ofnrfx (mgr.14188) 6299 : cluster [DBG] pgmap v5900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:33.694 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:33.694 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:33.694 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:34.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:33 smithi136 bash[11745]: cluster 2022-04-26T05:56:32.486028+0000 mgr.smithi136.ofnrfx (mgr.14188) 6300 : cluster [DBG] pgmap v5901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:33 smithi145 bash[13673]: cluster 2022-04-26T05:56:32.486028+0000 mgr.smithi136.ofnrfx (mgr.14188) 6300 : cluster [DBG] pgmap v5901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:34 smithi136 bash[11745]: audit 2022-04-26T05:56:34.007899+0000 mon.smithi136 (mon.0) 4062 : audit [DBG] from='client.? 172.21.15.136:0/1406659282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:35.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:34 smithi145 bash[13673]: audit 2022-04-26T05:56:34.007899+0000 mon.smithi136 (mon.0) 4062 : audit [DBG] from='client.? 172.21.15.136:0/1406659282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:36.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:35 smithi136 bash[11745]: cluster 2022-04-26T05:56:34.486735+0000 mgr.smithi136.ofnrfx (mgr.14188) 6301 : cluster [DBG] pgmap v5902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:36.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:35 smithi145 bash[13673]: cluster 2022-04-26T05:56:34.486735+0000 mgr.smithi136.ofnrfx (mgr.14188) 6301 : cluster [DBG] pgmap v5902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:38.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:37 smithi136 bash[11745]: cluster 2022-04-26T05:56:36.487493+0000 mgr.smithi136.ofnrfx (mgr.14188) 6302 : cluster [DBG] pgmap v5903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:37 smithi145 bash[13673]: cluster 2022-04-26T05:56:36.487493+0000 mgr.smithi136.ofnrfx (mgr.14188) 6302 : cluster [DBG] pgmap v5903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:39.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:39.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:39.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:39.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:39 smithi136 bash[11745]: cluster 2022-04-26T05:56:38.488211+0000 mgr.smithi136.ofnrfx (mgr.14188) 6303 : cluster [DBG] pgmap v5904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:39 smithi136 bash[11745]: audit 2022-04-26T05:56:39.334547+0000 mon.smithi136 (mon.0) 4063 : audit [DBG] from='client.? 172.21.15.136:0/3315496484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:39 smithi145 bash[13673]: cluster 2022-04-26T05:56:38.488211+0000 mgr.smithi136.ofnrfx (mgr.14188) 6303 : cluster [DBG] pgmap v5904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:40.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:39 smithi145 bash[13673]: audit 2022-04-26T05:56:39.334547+0000 mon.smithi136 (mon.0) 4063 : audit [DBG] from='client.? 172.21.15.136:0/3315496484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:42.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:41 smithi136 bash[11745]: cluster 2022-04-26T05:56:40.488851+0000 mgr.smithi136.ofnrfx (mgr.14188) 6304 : cluster [DBG] pgmap v5905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:41 smithi145 bash[13673]: cluster 2022-04-26T05:56:40.488851+0000 mgr.smithi136.ofnrfx (mgr.14188) 6304 : cluster [DBG] pgmap v5905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:44.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:43 smithi136 bash[11745]: cluster 2022-04-26T05:56:42.489489+0000 mgr.smithi136.ofnrfx (mgr.14188) 6305 : cluster [DBG] pgmap v5906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:44.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:43 smithi145 bash[13673]: cluster 2022-04-26T05:56:42.489489+0000 mgr.smithi136.ofnrfx (mgr.14188) 6305 : cluster [DBG] pgmap v5906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:44.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:44.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:44.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:44.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:45.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:44 smithi136 bash[11745]: audit 2022-04-26T05:56:44.659604+0000 mon.smithi136 (mon.0) 4064 : audit [DBG] from='client.? 172.21.15.136:0/4271203147' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:44 smithi145 bash[13673]: audit 2022-04-26T05:56:44.659604+0000 mon.smithi136 (mon.0) 4064 : audit [DBG] from='client.? 172.21.15.136:0/4271203147' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:46.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:45 smithi136 bash[11745]: cluster 2022-04-26T05:56:44.490053+0000 mgr.smithi136.ofnrfx (mgr.14188) 6306 : cluster [DBG] pgmap v5907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:45 smithi145 bash[13673]: cluster 2022-04-26T05:56:44.490053+0000 mgr.smithi136.ofnrfx (mgr.14188) 6306 : cluster [DBG] pgmap v5907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:47 smithi136 bash[11745]: cluster 2022-04-26T05:56:46.490680+0000 mgr.smithi136.ofnrfx (mgr.14188) 6307 : cluster [DBG] pgmap v5908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:47 smithi145 bash[13673]: cluster 2022-04-26T05:56:46.490680+0000 mgr.smithi136.ofnrfx (mgr.14188) 6307 : cluster [DBG] pgmap v5908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:49.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:49.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:49.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:50.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:50.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:49 smithi136 bash[11745]: cluster 2022-04-26T05:56:48.491388+0000 mgr.smithi136.ofnrfx (mgr.14188) 6308 : cluster [DBG] pgmap v5909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:49 smithi145 bash[13673]: cluster 2022-04-26T05:56:48.491388+0000 mgr.smithi136.ofnrfx (mgr.14188) 6308 : cluster [DBG] pgmap v5909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:51.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:50 smithi136 bash[11745]: audit 2022-04-26T05:56:49.993726+0000 mon.smithi136 (mon.0) 4065 : audit [DBG] from='client.? 172.21.15.136:0/1016583851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:51.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:50 smithi145 bash[13673]: audit 2022-04-26T05:56:49.993726+0000 mon.smithi136 (mon.0) 4065 : audit [DBG] from='client.? 172.21.15.136:0/1016583851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:51 smithi136 bash[11745]: cluster 2022-04-26T05:56:50.492023+0000 mgr.smithi136.ofnrfx (mgr.14188) 6309 : cluster [DBG] pgmap v5910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:51 smithi145 bash[13673]: cluster 2022-04-26T05:56:50.492023+0000 mgr.smithi136.ofnrfx (mgr.14188) 6309 : cluster [DBG] pgmap v5910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:54.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:53 smithi136 bash[11745]: cluster 2022-04-26T05:56:52.492664+0000 mgr.smithi136.ofnrfx (mgr.14188) 6310 : cluster [DBG] pgmap v5911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:53 smithi145 bash[13673]: cluster 2022-04-26T05:56:52.492664+0000 mgr.smithi136.ofnrfx (mgr.14188) 6310 : cluster [DBG] pgmap v5911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:55.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:56:55.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:56:55.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:56:55.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:56:56.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:55 smithi136 bash[11745]: cluster 2022-04-26T05:56:54.493366+0000 mgr.smithi136.ofnrfx (mgr.14188) 6311 : cluster [DBG] pgmap v5912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:56.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:55 smithi136 bash[11745]: audit 2022-04-26T05:56:55.325347+0000 mon.smithi136 (mon.0) 4066 : audit [DBG] from='client.? 172.21.15.136:0/811034189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:55 smithi145 bash[13673]: cluster 2022-04-26T05:56:54.493366+0000 mgr.smithi136.ofnrfx (mgr.14188) 6311 : cluster [DBG] pgmap v5912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:56.199 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:55 smithi145 bash[13673]: audit 2022-04-26T05:56:55.325347+0000 mon.smithi136 (mon.0) 4066 : audit [DBG] from='client.? 172.21.15.136:0/811034189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:56:58.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:57 smithi136 bash[11745]: cluster 2022-04-26T05:56:56.494030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6312 : cluster [DBG] pgmap v5913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:56:58.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:57 smithi145 bash[13673]: cluster 2022-04-26T05:56:56.494030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6312 : cluster [DBG] pgmap v5913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:00.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:56:59 smithi136 bash[11745]: cluster 2022-04-26T05:56:58.494743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6313 : cluster [DBG] pgmap v5914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:56:59 smithi145 bash[13673]: cluster 2022-04-26T05:56:58.494743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6313 : cluster [DBG] pgmap v5914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:00.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:00.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:00.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:00.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:01.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:00 smithi136 bash[11745]: audit 2022-04-26T05:57:00.642601+0000 mon.smithi136 (mon.0) 4067 : audit [DBG] from='client.? 172.21.15.136:0/1224811970' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:00 smithi145 bash[13673]: audit 2022-04-26T05:57:00.642601+0000 mon.smithi136 (mon.0) 4067 : audit [DBG] from='client.? 172.21.15.136:0/1224811970' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:01 smithi136 bash[11745]: cluster 2022-04-26T05:57:00.495223+0000 mgr.smithi136.ofnrfx (mgr.14188) 6314 : cluster [DBG] pgmap v5915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:01 smithi145 bash[13673]: cluster 2022-04-26T05:57:00.495223+0000 mgr.smithi136.ofnrfx (mgr.14188) 6314 : cluster [DBG] pgmap v5915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:02 smithi136 bash[11745]: audit 2022-04-26T05:57:02.658902+0000 mon.smithi136 (mon.0) 4068 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:57:03.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:02 smithi136 bash[11745]: audit 2022-04-26T05:57:02.663205+0000 mon.smithi136 (mon.0) 4069 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:57:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:02 smithi145 bash[13673]: audit 2022-04-26T05:57:02.658902+0000 mon.smithi136 (mon.0) 4068 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:57:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:02 smithi145 bash[13673]: audit 2022-04-26T05:57:02.663205+0000 mon.smithi136 (mon.0) 4069 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:57:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:03 smithi136 bash[11745]: cluster 2022-04-26T05:57:02.495856+0000 mgr.smithi136.ofnrfx (mgr.14188) 6315 : cluster [DBG] pgmap v5916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:03 smithi145 bash[13673]: cluster 2022-04-26T05:57:02.495856+0000 mgr.smithi136.ofnrfx (mgr.14188) 6315 : cluster [DBG] pgmap v5916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:05.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:05.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:05.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:05.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:06.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:05 smithi136 bash[11745]: cluster 2022-04-26T05:57:04.496442+0000 mgr.smithi136.ofnrfx (mgr.14188) 6316 : cluster [DBG] pgmap v5917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:05 smithi145 bash[13673]: cluster 2022-04-26T05:57:04.496442+0000 mgr.smithi136.ofnrfx (mgr.14188) 6316 : cluster [DBG] pgmap v5917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:07.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:06 smithi136 bash[11745]: audit 2022-04-26T05:57:05.969920+0000 mon.smithi136 (mon.0) 4070 : audit [DBG] from='client.? 172.21.15.136:0/2790994722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:06 smithi145 bash[13673]: audit 2022-04-26T05:57:05.969920+0000 mon.smithi136 (mon.0) 4070 : audit [DBG] from='client.? 172.21.15.136:0/2790994722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:07 smithi136 bash[11745]: cluster 2022-04-26T05:57:06.497073+0000 mgr.smithi136.ofnrfx (mgr.14188) 6317 : cluster [DBG] pgmap v5918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:07 smithi145 bash[13673]: cluster 2022-04-26T05:57:06.497073+0000 mgr.smithi136.ofnrfx (mgr.14188) 6317 : cluster [DBG] pgmap v5918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:09 smithi136 bash[11745]: cluster 2022-04-26T05:57:08.497732+0000 mgr.smithi136.ofnrfx (mgr.14188) 6318 : cluster [DBG] pgmap v5919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:09 smithi145 bash[13673]: cluster 2022-04-26T05:57:08.497732+0000 mgr.smithi136.ofnrfx (mgr.14188) 6318 : cluster [DBG] pgmap v5919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:10.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:11.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:11.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:11.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:12.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:11 smithi136 bash[11745]: cluster 2022-04-26T05:57:10.498305+0000 mgr.smithi136.ofnrfx (mgr.14188) 6319 : cluster [DBG] pgmap v5920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:12.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:11 smithi136 bash[11745]: audit 2022-04-26T05:57:11.288625+0000 mon.smithi136 (mon.0) 4071 : audit [DBG] from='client.? 172.21.15.136:0/478354702' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:12.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:11 smithi145 bash[13673]: cluster 2022-04-26T05:57:10.498305+0000 mgr.smithi136.ofnrfx (mgr.14188) 6319 : cluster [DBG] pgmap v5920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:12.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:11 smithi145 bash[13673]: audit 2022-04-26T05:57:11.288625+0000 mon.smithi136 (mon.0) 4071 : audit [DBG] from='client.? 172.21.15.136:0/478354702' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:13 smithi136 bash[11745]: cluster 2022-04-26T05:57:12.498941+0000 mgr.smithi136.ofnrfx (mgr.14188) 6320 : cluster [DBG] pgmap v5921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:13 smithi145 bash[13673]: cluster 2022-04-26T05:57:12.498941+0000 mgr.smithi136.ofnrfx (mgr.14188) 6320 : cluster [DBG] pgmap v5921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:16.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:15 smithi136 bash[11745]: cluster 2022-04-26T05:57:14.499576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6321 : cluster [DBG] pgmap v5922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:15 smithi145 bash[13673]: cluster 2022-04-26T05:57:14.499576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6321 : cluster [DBG] pgmap v5922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:16.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:16.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:16.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:16.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:16 smithi145 bash[13673]: audit 2022-04-26T05:57:16.625467+0000 mon.smithi136 (mon.0) 4072 : audit [DBG] from='client.? 172.21.15.136:0/2189338575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:17.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:16 smithi136 bash[11745]: audit 2022-04-26T05:57:16.625467+0000 mon.smithi136 (mon.0) 4072 : audit [DBG] from='client.? 172.21.15.136:0/2189338575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:18.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:17 smithi145 bash[13673]: cluster 2022-04-26T05:57:16.500204+0000 mgr.smithi136.ofnrfx (mgr.14188) 6322 : cluster [DBG] pgmap v5923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:18.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:17 smithi136 bash[11745]: cluster 2022-04-26T05:57:16.500204+0000 mgr.smithi136.ofnrfx (mgr.14188) 6322 : cluster [DBG] pgmap v5923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:19.078 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:18 smithi136 bash[11745]: audit 2022-04-26T05:57:18.506937+0000 mon.smithi136 (mon.0) 4073 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:57:19.079 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:18 smithi136 bash[11745]: audit 2022-04-26T05:57:18.509646+0000 mon.smithi136 (mon.0) 4074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:57:19.079 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:18 smithi136 bash[11745]: audit 2022-04-26T05:57:18.511456+0000 mon.smithi136 (mon.0) 4075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:57:19.079 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:18 smithi136 bash[11745]: audit 2022-04-26T05:57:18.812248+0000 mon.smithi136 (mon.0) 4076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:19.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:18 smithi145 bash[13673]: audit 2022-04-26T05:57:18.506937+0000 mon.smithi136 (mon.0) 4073 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:57:19.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:18 smithi145 bash[13673]: audit 2022-04-26T05:57:18.509646+0000 mon.smithi136 (mon.0) 4074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:57:19.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:18 smithi145 bash[13673]: audit 2022-04-26T05:57:18.511456+0000 mon.smithi136 (mon.0) 4075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:57:19.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:18 smithi145 bash[13673]: audit 2022-04-26T05:57:18.812248+0000 mon.smithi136 (mon.0) 4076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:19 smithi145 bash[13673]: cluster 2022-04-26T05:57:18.500827+0000 mgr.smithi136.ofnrfx (mgr.14188) 6323 : cluster [DBG] pgmap v5924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:19 smithi136 bash[11745]: cluster 2022-04-26T05:57:18.500827+0000 mgr.smithi136.ofnrfx (mgr.14188) 6323 : cluster [DBG] pgmap v5924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:21.646 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:21.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:21.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:21.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:21 smithi145 bash[13673]: cluster 2022-04-26T05:57:20.501449+0000 mgr.smithi136.ofnrfx (mgr.14188) 6324 : cluster [DBG] pgmap v5925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:21 smithi136 bash[11745]: cluster 2022-04-26T05:57:20.501449+0000 mgr.smithi136.ofnrfx (mgr.14188) 6324 : cluster [DBG] pgmap v5925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:22 smithi145 bash[13673]: audit 2022-04-26T05:57:21.955432+0000 mon.smithi136 (mon.0) 4077 : audit [DBG] from='client.? 172.21.15.136:0/2179020037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:22 smithi136 bash[11745]: audit 2022-04-26T05:57:21.955432+0000 mon.smithi136 (mon.0) 4077 : audit [DBG] from='client.? 172.21.15.136:0/2179020037' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:23 smithi145 bash[13673]: cluster 2022-04-26T05:57:22.502079+0000 mgr.smithi136.ofnrfx (mgr.14188) 6325 : cluster [DBG] pgmap v5926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:23 smithi136 bash[11745]: cluster 2022-04-26T05:57:22.502079+0000 mgr.smithi136.ofnrfx (mgr.14188) 6325 : cluster [DBG] pgmap v5926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:25 smithi145 bash[13673]: cluster 2022-04-26T05:57:24.502697+0000 mgr.smithi136.ofnrfx (mgr.14188) 6326 : cluster [DBG] pgmap v5927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:26.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:25 smithi136 bash[11745]: cluster 2022-04-26T05:57:24.502697+0000 mgr.smithi136.ofnrfx (mgr.14188) 6326 : cluster [DBG] pgmap v5927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:26.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:26.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:26.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:27.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: cephadm 2022-04-26T05:57:26.317338+0000 mgr.smithi136.ofnrfx (mgr.14188) 6327 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T05:57:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: audit 2022-04-26T05:57:26.330675+0000 mon.smithi136 (mon.0) 4078 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: cluster 2022-04-26T05:57:26.503329+0000 mgr.smithi136.ofnrfx (mgr.14188) 6328 : cluster [DBG] pgmap v5928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: cluster 2022-04-26T05:57:26.617670+0000 mgr.smithi136.ofnrfx (mgr.14188) 6329 : cluster [DBG] pgmap v5929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: cluster 2022-04-26T05:57:26.618142+0000 mgr.smithi136.ofnrfx (mgr.14188) 6330 : cluster [DBG] pgmap v5930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: audit 2022-04-26T05:57:26.625228+0000 mon.smithi136 (mon.0) 4079 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:27.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: audit 2022-04-26T05:57:26.635117+0000 mon.smithi136 (mon.0) 4080 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:57:27.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: cephadm 2022-04-26T05:57:26.636547+0000 mgr.smithi136.ofnrfx (mgr.14188) 6331 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:57:27.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: cephadm 2022-04-26T05:57:26.636734+0000 mgr.smithi136.ofnrfx (mgr.14188) 6332 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:57:27.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: audit 2022-04-26T05:57:26.647297+0000 mon.smithi136 (mon.0) 4081 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:57:27.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: audit 2022-04-26T05:57:26.648922+0000 mon.smithi136 (mon.0) 4082 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:57:27.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:27 smithi145 bash[13673]: audit 2022-04-26T05:57:27.278095+0000 mon.smithi136 (mon.0) 4083 : audit [DBG] from='client.? 172.21.15.136:0/25120892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: cephadm 2022-04-26T05:57:26.317338+0000 mgr.smithi136.ofnrfx (mgr.14188) 6327 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T05:57:27.885 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: audit 2022-04-26T05:57:26.330675+0000 mon.smithi136 (mon.0) 4078 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:27.885 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: cluster 2022-04-26T05:57:26.503329+0000 mgr.smithi136.ofnrfx (mgr.14188) 6328 : cluster [DBG] pgmap v5928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:27.885 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: cluster 2022-04-26T05:57:26.617670+0000 mgr.smithi136.ofnrfx (mgr.14188) 6329 : cluster [DBG] pgmap v5929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:27.885 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: cluster 2022-04-26T05:57:26.618142+0000 mgr.smithi136.ofnrfx (mgr.14188) 6330 : cluster [DBG] pgmap v5930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:27.885 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: audit 2022-04-26T05:57:26.625228+0000 mon.smithi136 (mon.0) 4079 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:27.885 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: audit 2022-04-26T05:57:26.635117+0000 mon.smithi136 (mon.0) 4080 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:57:27.886 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: cephadm 2022-04-26T05:57:26.636547+0000 mgr.smithi136.ofnrfx (mgr.14188) 6331 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:57:27.886 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: cephadm 2022-04-26T05:57:26.636734+0000 mgr.smithi136.ofnrfx (mgr.14188) 6332 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:57:27.886 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: audit 2022-04-26T05:57:26.647297+0000 mon.smithi136 (mon.0) 4081 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T05:57:27.886 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: audit 2022-04-26T05:57:26.648922+0000 mon.smithi136 (mon.0) 4082 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:57:27.886 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:27 smithi136 bash[11745]: audit 2022-04-26T05:57:27.278095+0000 mon.smithi136 (mon.0) 4083 : audit [DBG] from='client.? 172.21.15.136:0/25120892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:29 smithi136 bash[11745]: cluster 2022-04-26T05:57:28.618748+0000 mgr.smithi136.ofnrfx (mgr.14188) 6333 : cluster [DBG] pgmap v5931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:29 smithi145 bash[13673]: cluster 2022-04-26T05:57:28.618748+0000 mgr.smithi136.ofnrfx (mgr.14188) 6333 : cluster [DBG] pgmap v5931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:32.002 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:31 smithi145 bash[13673]: cluster 2022-04-26T05:57:30.619344+0000 mgr.smithi136.ofnrfx (mgr.14188) 6334 : cluster [DBG] pgmap v5932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:31 smithi136 bash[11745]: cluster 2022-04-26T05:57:30.619344+0000 mgr.smithi136.ofnrfx (mgr.14188) 6334 : cluster [DBG] pgmap v5932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:32.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:32.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:32.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:32.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:33.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:32 smithi145 bash[13673]: audit 2022-04-26T05:57:32.598918+0000 mon.smithi136 (mon.0) 4084 : audit [DBG] from='client.? 172.21.15.136:0/1353494966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:32 smithi136 bash[11745]: audit 2022-04-26T05:57:32.598918+0000 mon.smithi136 (mon.0) 4084 : audit [DBG] from='client.? 172.21.15.136:0/1353494966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:33 smithi136 bash[11745]: cluster 2022-04-26T05:57:32.620015+0000 mgr.smithi136.ofnrfx (mgr.14188) 6335 : cluster [DBG] pgmap v5933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:33 smithi145 bash[13673]: cluster 2022-04-26T05:57:32.620015+0000 mgr.smithi136.ofnrfx (mgr.14188) 6335 : cluster [DBG] pgmap v5933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:36.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:35 smithi136 bash[11745]: cluster 2022-04-26T05:57:34.620634+0000 mgr.smithi136.ofnrfx (mgr.14188) 6336 : cluster [DBG] pgmap v5934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:35 smithi145 bash[13673]: cluster 2022-04-26T05:57:34.620634+0000 mgr.smithi136.ofnrfx (mgr.14188) 6336 : cluster [DBG] pgmap v5934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:37.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:37.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:37.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:37 smithi145 bash[13673]: cluster 2022-04-26T05:57:36.621237+0000 mgr.smithi136.ofnrfx (mgr.14188) 6337 : cluster [DBG] pgmap v5935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:37.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:38.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:37 smithi136 bash[11745]: cluster 2022-04-26T05:57:36.621237+0000 mgr.smithi136.ofnrfx (mgr.14188) 6337 : cluster [DBG] pgmap v5935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:39.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:38 smithi145 bash[13673]: audit 2022-04-26T05:57:37.927634+0000 mon.smithi136 (mon.0) 4085 : audit [DBG] from='client.? 172.21.15.136:0/551694334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:39.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:38 smithi136 bash[11745]: audit 2022-04-26T05:57:37.927634+0000 mon.smithi136 (mon.0) 4085 : audit [DBG] from='client.? 172.21.15.136:0/551694334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:39 smithi145 bash[13673]: cluster 2022-04-26T05:57:38.621847+0000 mgr.smithi136.ofnrfx (mgr.14188) 6338 : cluster [DBG] pgmap v5936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:39 smithi136 bash[11745]: cluster 2022-04-26T05:57:38.621847+0000 mgr.smithi136.ofnrfx (mgr.14188) 6338 : cluster [DBG] pgmap v5936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:41 smithi136 bash[11745]: audit 2022-04-26T05:57:40.166445+0000 mon.smithi136 (mon.0) 4086 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:41 smithi145 bash[13673]: audit 2022-04-26T05:57:40.166445+0000 mon.smithi136 (mon.0) 4086 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:57:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:42 smithi136 bash[11745]: cluster 2022-04-26T05:57:40.622437+0000 mgr.smithi136.ofnrfx (mgr.14188) 6339 : cluster [DBG] pgmap v5937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:42 smithi145 bash[13673]: cluster 2022-04-26T05:57:40.622437+0000 mgr.smithi136.ofnrfx (mgr.14188) 6339 : cluster [DBG] pgmap v5937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:42.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:42.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:42.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:43.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:44 smithi136 bash[11745]: cluster 2022-04-26T05:57:42.623099+0000 mgr.smithi136.ofnrfx (mgr.14188) 6340 : cluster [DBG] pgmap v5938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:44 smithi136 bash[11745]: audit 2022-04-26T05:57:43.257098+0000 mon.smithi136 (mon.0) 4087 : audit [DBG] from='client.? 172.21.15.136:0/443073856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:44.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:44 smithi145 bash[13673]: cluster 2022-04-26T05:57:42.623099+0000 mgr.smithi136.ofnrfx (mgr.14188) 6340 : cluster [DBG] pgmap v5938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:44.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:44 smithi145 bash[13673]: audit 2022-04-26T05:57:43.257098+0000 mon.smithi136 (mon.0) 4087 : audit [DBG] from='client.? 172.21.15.136:0/443073856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:46 smithi136 bash[11745]: cluster 2022-04-26T05:57:44.623731+0000 mgr.smithi136.ofnrfx (mgr.14188) 6341 : cluster [DBG] pgmap v5939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:46.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:46 smithi145 bash[13673]: cluster 2022-04-26T05:57:44.623731+0000 mgr.smithi136.ofnrfx (mgr.14188) 6341 : cluster [DBG] pgmap v5939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:48.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:48.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:48.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:48 smithi145 bash[13673]: cluster 2022-04-26T05:57:46.624382+0000 mgr.smithi136.ofnrfx (mgr.14188) 6342 : cluster [DBG] pgmap v5940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:48.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:48 smithi136 bash[11745]: cluster 2022-04-26T05:57:46.624382+0000 mgr.smithi136.ofnrfx (mgr.14188) 6342 : cluster [DBG] pgmap v5940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:48.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:49.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:49 smithi136 bash[11745]: audit 2022-04-26T05:57:48.584989+0000 mon.smithi136 (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.136:0/2178198369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:49.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:49 smithi145 bash[13673]: audit 2022-04-26T05:57:48.584989+0000 mon.smithi136 (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.136:0/2178198369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:50 smithi136 bash[11745]: cluster 2022-04-26T05:57:48.625022+0000 mgr.smithi136.ofnrfx (mgr.14188) 6343 : cluster [DBG] pgmap v5941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:50.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:50 smithi145 bash[13673]: cluster 2022-04-26T05:57:48.625022+0000 mgr.smithi136.ofnrfx (mgr.14188) 6343 : cluster [DBG] pgmap v5941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:52 smithi136 bash[11745]: cluster 2022-04-26T05:57:50.625630+0000 mgr.smithi136.ofnrfx (mgr.14188) 6344 : cluster [DBG] pgmap v5942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:52 smithi145 bash[13673]: cluster 2022-04-26T05:57:50.625630+0000 mgr.smithi136.ofnrfx (mgr.14188) 6344 : cluster [DBG] pgmap v5942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:53.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:53.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:53.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:53.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:57:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:54 smithi136 bash[11745]: cluster 2022-04-26T05:57:52.626267+0000 mgr.smithi136.ofnrfx (mgr.14188) 6345 : cluster [DBG] pgmap v5943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:54 smithi136 bash[11745]: audit 2022-04-26T05:57:53.919705+0000 mon.smithi136 (mon.0) 4089 : audit [DBG] from='client.? 172.21.15.136:0/408514152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:54 smithi145 bash[13673]: cluster 2022-04-26T05:57:52.626267+0000 mgr.smithi136.ofnrfx (mgr.14188) 6345 : cluster [DBG] pgmap v5943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:54.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:54 smithi145 bash[13673]: audit 2022-04-26T05:57:53.919705+0000 mon.smithi136 (mon.0) 4089 : audit [DBG] from='client.? 172.21.15.136:0/408514152' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:57:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:56 smithi136 bash[11745]: cluster 2022-04-26T05:57:54.626961+0000 mgr.smithi136.ofnrfx (mgr.14188) 6346 : cluster [DBG] pgmap v5944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:56.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:56 smithi145 bash[13673]: cluster 2022-04-26T05:57:54.626961+0000 mgr.smithi136.ofnrfx (mgr.14188) 6346 : cluster [DBG] pgmap v5944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:57:58 smithi145 bash[13673]: cluster 2022-04-26T05:57:56.627755+0000 mgr.smithi136.ofnrfx (mgr.14188) 6347 : cluster [DBG] pgmap v5945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:58.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:57:58 smithi136 bash[11745]: cluster 2022-04-26T05:57:56.627755+0000 mgr.smithi136.ofnrfx (mgr.14188) 6347 : cluster [DBG] pgmap v5945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:57:58.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:57:58.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:57:58.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:57:59.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:00.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:00 smithi136 bash[11745]: cluster 2022-04-26T05:57:58.628394+0000 mgr.smithi136.ofnrfx (mgr.14188) 6348 : cluster [DBG] pgmap v5946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:00.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:00 smithi136 bash[11745]: audit 2022-04-26T05:57:59.252851+0000 mon.smithi136 (mon.0) 4090 : audit [DBG] from='client.? 172.21.15.136:0/2059856290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:00 smithi145 bash[13673]: cluster 2022-04-26T05:57:58.628394+0000 mgr.smithi136.ofnrfx (mgr.14188) 6348 : cluster [DBG] pgmap v5946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:00 smithi145 bash[13673]: audit 2022-04-26T05:57:59.252851+0000 mon.smithi136 (mon.0) 4090 : audit [DBG] from='client.? 172.21.15.136:0/2059856290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:02 smithi136 bash[11745]: cluster 2022-04-26T05:58:00.629116+0000 mgr.smithi136.ofnrfx (mgr.14188) 6349 : cluster [DBG] pgmap v5947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:02.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:02 smithi145 bash[13673]: cluster 2022-04-26T05:58:00.629116+0000 mgr.smithi136.ofnrfx (mgr.14188) 6349 : cluster [DBG] pgmap v5947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:03 smithi136 bash[11745]: audit 2022-04-26T05:58:02.662846+0000 mon.smithi136 (mon.0) 4091 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:58:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:03 smithi136 bash[11745]: audit 2022-04-26T05:58:02.666934+0000 mon.smithi136 (mon.0) 4092 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:58:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:03 smithi145 bash[13673]: audit 2022-04-26T05:58:02.662846+0000 mon.smithi136 (mon.0) 4091 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:58:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:03 smithi145 bash[13673]: audit 2022-04-26T05:58:02.666934+0000 mon.smithi136 (mon.0) 4092 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:58:04.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:04.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:04.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:04 smithi136 bash[11745]: cluster 2022-04-26T05:58:02.629790+0000 mgr.smithi136.ofnrfx (mgr.14188) 6350 : cluster [DBG] pgmap v5948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:04.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:04 smithi145 bash[13673]: cluster 2022-04-26T05:58:02.629790+0000 mgr.smithi136.ofnrfx (mgr.14188) 6350 : cluster [DBG] pgmap v5948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:05 smithi136 bash[11745]: audit 2022-04-26T05:58:04.588696+0000 mon.smithi136 (mon.0) 4093 : audit [DBG] from='client.? 172.21.15.136:0/4203729701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:05 smithi145 bash[13673]: audit 2022-04-26T05:58:04.588696+0000 mon.smithi136 (mon.0) 4093 : audit [DBG] from='client.? 172.21.15.136:0/4203729701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:06 smithi136 bash[11745]: cluster 2022-04-26T05:58:04.630500+0000 mgr.smithi136.ofnrfx (mgr.14188) 6351 : cluster [DBG] pgmap v5949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:06.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:06 smithi145 bash[13673]: cluster 2022-04-26T05:58:04.630500+0000 mgr.smithi136.ofnrfx (mgr.14188) 6351 : cluster [DBG] pgmap v5949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:08 smithi145 bash[13673]: cluster 2022-04-26T05:58:06.631158+0000 mgr.smithi136.ofnrfx (mgr.14188) 6352 : cluster [DBG] pgmap v5950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:08.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:08 smithi136 bash[11745]: cluster 2022-04-26T05:58:06.631158+0000 mgr.smithi136.ofnrfx (mgr.14188) 6352 : cluster [DBG] pgmap v5950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:09.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:09.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:09.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:09.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:10 smithi136 bash[11745]: cluster 2022-04-26T05:58:08.631865+0000 mgr.smithi136.ofnrfx (mgr.14188) 6353 : cluster [DBG] pgmap v5951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:10 smithi136 bash[11745]: audit 2022-04-26T05:58:09.917630+0000 mon.smithi136 (mon.0) 4094 : audit [DBG] from='client.? 172.21.15.136:0/3947611896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:10.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:10 smithi145 bash[13673]: cluster 2022-04-26T05:58:08.631865+0000 mgr.smithi136.ofnrfx (mgr.14188) 6353 : cluster [DBG] pgmap v5951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:10 smithi145 bash[13673]: audit 2022-04-26T05:58:09.917630+0000 mon.smithi136 (mon.0) 4094 : audit [DBG] from='client.? 172.21.15.136:0/3947611896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:12 smithi136 bash[11745]: cluster 2022-04-26T05:58:10.632534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6354 : cluster [DBG] pgmap v5952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:12 smithi145 bash[13673]: cluster 2022-04-26T05:58:10.632534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6354 : cluster [DBG] pgmap v5952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:14.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:14 smithi136 bash[11745]: cluster 2022-04-26T05:58:12.633142+0000 mgr.smithi136.ofnrfx (mgr.14188) 6355 : cluster [DBG] pgmap v5953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:14.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:14 smithi145 bash[13673]: cluster 2022-04-26T05:58:12.633142+0000 mgr.smithi136.ofnrfx (mgr.14188) 6355 : cluster [DBG] pgmap v5953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:14.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:14.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:14.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:15.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:15 smithi136 bash[11745]: audit 2022-04-26T05:58:15.244323+0000 mon.smithi136 (mon.0) 4095 : audit [DBG] from='client.? 172.21.15.136:0/2188001633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:15.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:15 smithi145 bash[13673]: audit 2022-04-26T05:58:15.244323+0000 mon.smithi136 (mon.0) 4095 : audit [DBG] from='client.? 172.21.15.136:0/2188001633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:16 smithi136 bash[11745]: cluster 2022-04-26T05:58:14.633766+0000 mgr.smithi136.ofnrfx (mgr.14188) 6356 : cluster [DBG] pgmap v5954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:16.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:16 smithi145 bash[13673]: cluster 2022-04-26T05:58:14.633766+0000 mgr.smithi136.ofnrfx (mgr.14188) 6356 : cluster [DBG] pgmap v5954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:18 smithi145 bash[13673]: cluster 2022-04-26T05:58:16.634394+0000 mgr.smithi136.ofnrfx (mgr.14188) 6357 : cluster [DBG] pgmap v5955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:18 smithi136 bash[11745]: cluster 2022-04-26T05:58:16.634394+0000 mgr.smithi136.ofnrfx (mgr.14188) 6357 : cluster [DBG] pgmap v5955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:19.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:19 smithi145 bash[13673]: cluster 2022-04-26T05:58:18.635101+0000 mgr.smithi136.ofnrfx (mgr.14188) 6358 : cluster [DBG] pgmap v5956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:19.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:19 smithi136 bash[11745]: cluster 2022-04-26T05:58:18.635101+0000 mgr.smithi136.ofnrfx (mgr.14188) 6358 : cluster [DBG] pgmap v5956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:20.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:20.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:20.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:20.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:20 smithi136 bash[11745]: audit 2022-04-26T05:58:20.573350+0000 mon.smithi136 (mon.0) 4096 : audit [DBG] from='client.? 172.21.15.136:0/2666551815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:20 smithi145 bash[13673]: audit 2022-04-26T05:58:20.573350+0000 mon.smithi136 (mon.0) 4096 : audit [DBG] from='client.? 172.21.15.136:0/2666551815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:21 smithi145 bash[13673]: cluster 2022-04-26T05:58:20.635783+0000 mgr.smithi136.ofnrfx (mgr.14188) 6359 : cluster [DBG] pgmap v5957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:22.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:21 smithi136 bash[11745]: cluster 2022-04-26T05:58:20.635783+0000 mgr.smithi136.ofnrfx (mgr.14188) 6359 : cluster [DBG] pgmap v5957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:24.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:23 smithi136 bash[11745]: cluster 2022-04-26T05:58:22.636408+0000 mgr.smithi136.ofnrfx (mgr.14188) 6360 : cluster [DBG] pgmap v5958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:23 smithi145 bash[13673]: cluster 2022-04-26T05:58:22.636408+0000 mgr.smithi136.ofnrfx (mgr.14188) 6360 : cluster [DBG] pgmap v5958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:25.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:25.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:25.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:25.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:26.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:25 smithi136 bash[11745]: cluster 2022-04-26T05:58:24.637003+0000 mgr.smithi136.ofnrfx (mgr.14188) 6361 : cluster [DBG] pgmap v5959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:26.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:25 smithi145 bash[13673]: cluster 2022-04-26T05:58:24.637003+0000 mgr.smithi136.ofnrfx (mgr.14188) 6361 : cluster [DBG] pgmap v5959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:27.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:26 smithi136 bash[11745]: audit 2022-04-26T05:58:25.896389+0000 mon.smithi136 (mon.0) 4097 : audit [DBG] from='client.? 172.21.15.136:0/231189909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:26 smithi145 bash[13673]: audit 2022-04-26T05:58:25.896389+0000 mon.smithi136 (mon.0) 4097 : audit [DBG] from='client.? 172.21.15.136:0/231189909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:28.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:27 smithi136 bash[11745]: cluster 2022-04-26T05:58:26.637610+0000 mgr.smithi136.ofnrfx (mgr.14188) 6362 : cluster [DBG] pgmap v5960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:27 smithi145 bash[13673]: cluster 2022-04-26T05:58:26.637610+0000 mgr.smithi136.ofnrfx (mgr.14188) 6362 : cluster [DBG] pgmap v5960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:30.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:29 smithi136 bash[11745]: cluster 2022-04-26T05:58:28.638220+0000 mgr.smithi136.ofnrfx (mgr.14188) 6363 : cluster [DBG] pgmap v5961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:29 smithi145 bash[13673]: cluster 2022-04-26T05:58:28.638220+0000 mgr.smithi136.ofnrfx (mgr.14188) 6363 : cluster [DBG] pgmap v5961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:30.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:30.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:30.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:31.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:31 smithi136 bash[11745]: cluster 2022-04-26T05:58:30.638816+0000 mgr.smithi136.ofnrfx (mgr.14188) 6364 : cluster [DBG] pgmap v5962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:31 smithi136 bash[11745]: audit 2022-04-26T05:58:31.221879+0000 mon.smithi136 (mon.0) 4098 : audit [DBG] from='client.? 172.21.15.136:0/1848039386' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:32.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:31 smithi145 bash[13673]: cluster 2022-04-26T05:58:30.638816+0000 mgr.smithi136.ofnrfx (mgr.14188) 6364 : cluster [DBG] pgmap v5962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:32.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:31 smithi145 bash[13673]: audit 2022-04-26T05:58:31.221879+0000 mon.smithi136 (mon.0) 4098 : audit [DBG] from='client.? 172.21.15.136:0/1848039386' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:34.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:33 smithi136 bash[11745]: cluster 2022-04-26T05:58:32.639454+0000 mgr.smithi136.ofnrfx (mgr.14188) 6365 : cluster [DBG] pgmap v5963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:34.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:33 smithi145 bash[13673]: cluster 2022-04-26T05:58:32.639454+0000 mgr.smithi136.ofnrfx (mgr.14188) 6365 : cluster [DBG] pgmap v5963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:36.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:35 smithi136 bash[11745]: cluster 2022-04-26T05:58:34.640069+0000 mgr.smithi136.ofnrfx (mgr.14188) 6366 : cluster [DBG] pgmap v5964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:35 smithi145 bash[13673]: cluster 2022-04-26T05:58:34.640069+0000 mgr.smithi136.ofnrfx (mgr.14188) 6366 : cluster [DBG] pgmap v5964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:36.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:36.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:36.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:36.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:37.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:36 smithi136 bash[11745]: audit 2022-04-26T05:58:36.552162+0000 mon.smithi136 (mon.0) 4099 : audit [DBG] from='client.? 172.21.15.136:0/1626062552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:36 smithi145 bash[13673]: audit 2022-04-26T05:58:36.552162+0000 mon.smithi136 (mon.0) 4099 : audit [DBG] from='client.? 172.21.15.136:0/1626062552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:38.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:37 smithi136 bash[11745]: cluster 2022-04-26T05:58:36.640691+0000 mgr.smithi136.ofnrfx (mgr.14188) 6367 : cluster [DBG] pgmap v5965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:37 smithi145 bash[13673]: cluster 2022-04-26T05:58:36.640691+0000 mgr.smithi136.ofnrfx (mgr.14188) 6367 : cluster [DBG] pgmap v5965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:39 smithi136 bash[11745]: cluster 2022-04-26T05:58:38.641335+0000 mgr.smithi136.ofnrfx (mgr.14188) 6368 : cluster [DBG] pgmap v5966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:39 smithi145 bash[13673]: cluster 2022-04-26T05:58:38.641335+0000 mgr.smithi136.ofnrfx (mgr.14188) 6368 : cluster [DBG] pgmap v5966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:41.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:40 smithi136 bash[11745]: audit 2022-04-26T05:58:40.171811+0000 mon.smithi136 (mon.0) 4100 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:58:41.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:40 smithi136 bash[11745]: audit 2022-04-26T05:58:40.174451+0000 mon.smithi136 (mon.0) 4101 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:58:41.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:40 smithi136 bash[11745]: audit 2022-04-26T05:58:40.176443+0000 mon.smithi136 (mon.0) 4102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:58:41.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:40 smithi136 bash[11745]: audit 2022-04-26T05:58:40.510560+0000 mon.smithi136 (mon.0) 4103 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:58:41.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:40 smithi136 bash[11745]: audit 2022-04-26T05:58:40.518664+0000 mon.smithi136 (mon.0) 4104 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:58:41.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:40 smithi145 bash[13673]: audit 2022-04-26T05:58:40.171811+0000 mon.smithi136 (mon.0) 4100 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:58:41.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:40 smithi145 bash[13673]: audit 2022-04-26T05:58:40.174451+0000 mon.smithi136 (mon.0) 4101 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:58:41.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:40 smithi145 bash[13673]: audit 2022-04-26T05:58:40.176443+0000 mon.smithi136 (mon.0) 4102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:58:41.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:40 smithi145 bash[13673]: audit 2022-04-26T05:58:40.510560+0000 mon.smithi136 (mon.0) 4103 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:58:41.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:40 smithi145 bash[13673]: audit 2022-04-26T05:58:40.518664+0000 mon.smithi136 (mon.0) 4104 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:58:41.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:41.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:41.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:41.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:42.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:41 smithi136 bash[11745]: cluster 2022-04-26T05:58:40.504548+0000 mgr.smithi136.ofnrfx (mgr.14188) 6369 : cluster [DBG] pgmap v5967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:42.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:41 smithi136 bash[11745]: cluster 2022-04-26T05:58:40.505001+0000 mgr.smithi136.ofnrfx (mgr.14188) 6370 : cluster [DBG] pgmap v5968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:42.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:41 smithi136 bash[11745]: cephadm 2022-04-26T05:58:40.519749+0000 mgr.smithi136.ofnrfx (mgr.14188) 6371 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:58:42.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:41 smithi136 bash[11745]: cephadm 2022-04-26T05:58:40.519893+0000 mgr.smithi136.ofnrfx (mgr.14188) 6372 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:58:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:41 smithi145 bash[13673]: cluster 2022-04-26T05:58:40.504548+0000 mgr.smithi136.ofnrfx (mgr.14188) 6369 : cluster [DBG] pgmap v5967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:42.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:41 smithi145 bash[13673]: cluster 2022-04-26T05:58:40.505001+0000 mgr.smithi136.ofnrfx (mgr.14188) 6370 : cluster [DBG] pgmap v5968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:42.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:41 smithi145 bash[13673]: cephadm 2022-04-26T05:58:40.519749+0000 mgr.smithi136.ofnrfx (mgr.14188) 6371 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:58:42.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:41 smithi145 bash[13673]: cephadm 2022-04-26T05:58:40.519893+0000 mgr.smithi136.ofnrfx (mgr.14188) 6372 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:58:43.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:42 smithi136 bash[11745]: audit 2022-04-26T05:58:41.887731+0000 mon.smithi136 (mon.0) 4105 : audit [DBG] from='client.? 172.21.15.136:0/250049466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:43.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:42 smithi145 bash[13673]: audit 2022-04-26T05:58:41.887731+0000 mon.smithi136 (mon.0) 4105 : audit [DBG] from='client.? 172.21.15.136:0/250049466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:44.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:43 smithi136 bash[11745]: cluster 2022-04-26T05:58:42.505746+0000 mgr.smithi136.ofnrfx (mgr.14188) 6373 : cluster [DBG] pgmap v5969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:43 smithi145 bash[13673]: cluster 2022-04-26T05:58:42.505746+0000 mgr.smithi136.ofnrfx (mgr.14188) 6373 : cluster [DBG] pgmap v5969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:46.069 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:45 smithi136 bash[11745]: cluster 2022-04-26T05:58:44.506415+0000 mgr.smithi136.ofnrfx (mgr.14188) 6374 : cluster [DBG] pgmap v5970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:45 smithi145 bash[13673]: cluster 2022-04-26T05:58:44.506415+0000 mgr.smithi136.ofnrfx (mgr.14188) 6374 : cluster [DBG] pgmap v5970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:46.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:46.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:46.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:47.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:47 smithi136 bash[11745]: cluster 2022-04-26T05:58:46.507052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6375 : cluster [DBG] pgmap v5971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:47 smithi136 bash[11745]: audit 2022-04-26T05:58:47.218082+0000 mon.smithi136 (mon.0) 4106 : audit [DBG] from='client.? 172.21.15.136:0/2771831303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:47 smithi145 bash[13673]: cluster 2022-04-26T05:58:46.507052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6375 : cluster [DBG] pgmap v5971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:48.189 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:47 smithi145 bash[13673]: audit 2022-04-26T05:58:47.218082+0000 mon.smithi136 (mon.0) 4106 : audit [DBG] from='client.? 172.21.15.136:0/2771831303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:49 smithi145 bash[13673]: cluster 2022-04-26T05:58:48.507721+0000 mgr.smithi136.ofnrfx (mgr.14188) 6376 : cluster [DBG] pgmap v5972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:50.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:49 smithi136 bash[11745]: cluster 2022-04-26T05:58:48.507721+0000 mgr.smithi136.ofnrfx (mgr.14188) 6376 : cluster [DBG] pgmap v5972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:51 smithi145 bash[13673]: cluster 2022-04-26T05:58:50.508329+0000 mgr.smithi136.ofnrfx (mgr.14188) 6377 : cluster [DBG] pgmap v5973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:52.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:52.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:52.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:52.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:51 smithi136 bash[11745]: cluster 2022-04-26T05:58:50.508329+0000 mgr.smithi136.ofnrfx (mgr.14188) 6377 : cluster [DBG] pgmap v5973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:52.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:52 smithi145 bash[13673]: audit 2022-04-26T05:58:52.544251+0000 mon.smithi136 (mon.0) 4107 : audit [DBG] from='client.? 172.21.15.136:0/1206158768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:52 smithi136 bash[11745]: audit 2022-04-26T05:58:52.544251+0000 mon.smithi136 (mon.0) 4107 : audit [DBG] from='client.? 172.21.15.136:0/1206158768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:53 smithi145 bash[13673]: cluster 2022-04-26T05:58:52.508803+0000 mgr.smithi136.ofnrfx (mgr.14188) 6378 : cluster [DBG] pgmap v5974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:53 smithi136 bash[11745]: cluster 2022-04-26T05:58:52.508803+0000 mgr.smithi136.ofnrfx (mgr.14188) 6378 : cluster [DBG] pgmap v5974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:55 smithi145 bash[13673]: cluster 2022-04-26T05:58:54.509392+0000 mgr.smithi136.ofnrfx (mgr.14188) 6379 : cluster [DBG] pgmap v5975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:56.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:55 smithi136 bash[11745]: cluster 2022-04-26T05:58:54.509392+0000 mgr.smithi136.ofnrfx (mgr.14188) 6379 : cluster [DBG] pgmap v5975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:57.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:58:57.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:58:57.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:58:57.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:58:58.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:57 smithi145 bash[13673]: cluster 2022-04-26T05:58:56.510061+0000 mgr.smithi136.ofnrfx (mgr.14188) 6380 : cluster [DBG] pgmap v5976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:58.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:57 smithi136 bash[11745]: cluster 2022-04-26T05:58:56.510061+0000 mgr.smithi136.ofnrfx (mgr.14188) 6380 : cluster [DBG] pgmap v5976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:58:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:58 smithi145 bash[13673]: audit 2022-04-26T05:58:57.875069+0000 mon.smithi136 (mon.0) 4108 : audit [DBG] from='client.? 172.21.15.136:0/863927980' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:58:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:58 smithi136 bash[11745]: audit 2022-04-26T05:58:57.875069+0000 mon.smithi136 (mon.0) 4108 : audit [DBG] from='client.? 172.21.15.136:0/863927980' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:58:59 smithi145 bash[13673]: cluster 2022-04-26T05:58:58.510719+0000 mgr.smithi136.ofnrfx (mgr.14188) 6381 : cluster [DBG] pgmap v5977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:58:59 smithi136 bash[11745]: cluster 2022-04-26T05:58:58.510719+0000 mgr.smithi136.ofnrfx (mgr.14188) 6381 : cluster [DBG] pgmap v5977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:01 smithi145 bash[13673]: cluster 2022-04-26T05:59:00.511367+0000 mgr.smithi136.ofnrfx (mgr.14188) 6382 : cluster [DBG] pgmap v5978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:01 smithi136 bash[11745]: cluster 2022-04-26T05:59:00.511367+0000 mgr.smithi136.ofnrfx (mgr.14188) 6382 : cluster [DBG] pgmap v5978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:02.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:02.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:02.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:02 smithi145 bash[13673]: audit 2022-04-26T05:59:02.666869+0000 mon.smithi136 (mon.0) 4109 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:59:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:02 smithi145 bash[13673]: audit 2022-04-26T05:59:02.670645+0000 mon.smithi136 (mon.0) 4110 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:59:03.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:02 smithi136 bash[11745]: audit 2022-04-26T05:59:02.666869+0000 mon.smithi136 (mon.0) 4109 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T05:59:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:02 smithi136 bash[11745]: audit 2022-04-26T05:59:02.670645+0000 mon.smithi136 (mon.0) 4110 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T05:59:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:03 smithi145 bash[13673]: cluster 2022-04-26T05:59:02.511992+0000 mgr.smithi136.ofnrfx (mgr.14188) 6383 : cluster [DBG] pgmap v5979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:03 smithi145 bash[13673]: audit 2022-04-26T05:59:03.199113+0000 mon.smithi136 (mon.0) 4111 : audit [DBG] from='client.? 172.21.15.136:0/230114032' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:03 smithi136 bash[11745]: cluster 2022-04-26T05:59:02.511992+0000 mgr.smithi136.ofnrfx (mgr.14188) 6383 : cluster [DBG] pgmap v5979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:04.342 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:03 smithi136 bash[11745]: audit 2022-04-26T05:59:03.199113+0000 mon.smithi136 (mon.0) 4111 : audit [DBG] from='client.? 172.21.15.136:0/230114032' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:06.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:05 smithi145 bash[13673]: cluster 2022-04-26T05:59:04.512612+0000 mgr.smithi136.ofnrfx (mgr.14188) 6384 : cluster [DBG] pgmap v5980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:06.572 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:05 smithi136 bash[11745]: cluster 2022-04-26T05:59:04.512612+0000 mgr.smithi136.ofnrfx (mgr.14188) 6384 : cluster [DBG] pgmap v5980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:07 smithi145 bash[13673]: cluster 2022-04-26T05:59:06.513280+0000 mgr.smithi136.ofnrfx (mgr.14188) 6385 : cluster [DBG] pgmap v5981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:08.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:08.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:08.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:08.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:07 smithi136 bash[11745]: cluster 2022-04-26T05:59:06.513280+0000 mgr.smithi136.ofnrfx (mgr.14188) 6385 : cluster [DBG] pgmap v5981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:08.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:08 smithi145 bash[13673]: audit 2022-04-26T05:59:08.524451+0000 mon.smithi136 (mon.0) 4112 : audit [DBG] from='client.? 172.21.15.136:0/1999052189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:08 smithi136 bash[11745]: audit 2022-04-26T05:59:08.524451+0000 mon.smithi136 (mon.0) 4112 : audit [DBG] from='client.? 172.21.15.136:0/1999052189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:09 smithi145 bash[13673]: cluster 2022-04-26T05:59:08.513878+0000 mgr.smithi136.ofnrfx (mgr.14188) 6386 : cluster [DBG] pgmap v5982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:10.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:09 smithi136 bash[11745]: cluster 2022-04-26T05:59:08.513878+0000 mgr.smithi136.ofnrfx (mgr.14188) 6386 : cluster [DBG] pgmap v5982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:12.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:11 smithi145 bash[13673]: cluster 2022-04-26T05:59:10.514534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6387 : cluster [DBG] pgmap v5983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:12.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:11 smithi136 bash[11745]: cluster 2022-04-26T05:59:10.514534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6387 : cluster [DBG] pgmap v5983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:13.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:13.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:13.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:13.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:13 smithi145 bash[13673]: cluster 2022-04-26T05:59:12.515202+0000 mgr.smithi136.ofnrfx (mgr.14188) 6388 : cluster [DBG] pgmap v5984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:14.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:13 smithi145 bash[13673]: audit 2022-04-26T05:59:13.848485+0000 mon.smithi136 (mon.0) 4113 : audit [DBG] from='client.? 172.21.15.136:0/1476408458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:13 smithi136 bash[11745]: cluster 2022-04-26T05:59:12.515202+0000 mgr.smithi136.ofnrfx (mgr.14188) 6388 : cluster [DBG] pgmap v5984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:13 smithi136 bash[11745]: audit 2022-04-26T05:59:13.848485+0000 mon.smithi136 (mon.0) 4113 : audit [DBG] from='client.? 172.21.15.136:0/1476408458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:16.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:15 smithi136 bash[11745]: cluster 2022-04-26T05:59:14.515832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6389 : cluster [DBG] pgmap v5985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:16.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:15 smithi145 bash[13673]: cluster 2022-04-26T05:59:14.515832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6389 : cluster [DBG] pgmap v5985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:18.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:17 smithi136 bash[11745]: cluster 2022-04-26T05:59:16.516461+0000 mgr.smithi136.ofnrfx (mgr.14188) 6390 : cluster [DBG] pgmap v5986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:18.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:17 smithi145 bash[13673]: cluster 2022-04-26T05:59:16.516461+0000 mgr.smithi136.ofnrfx (mgr.14188) 6390 : cluster [DBG] pgmap v5986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:18.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:18.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:18.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:19.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:19 smithi136 bash[11745]: cluster 2022-04-26T05:59:18.517126+0000 mgr.smithi136.ofnrfx (mgr.14188) 6391 : cluster [DBG] pgmap v5987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:19 smithi136 bash[11745]: audit 2022-04-26T05:59:19.183903+0000 mon.smithi136 (mon.0) 4114 : audit [DBG] from='client.? 172.21.15.136:0/221792882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:20.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:19 smithi145 bash[13673]: cluster 2022-04-26T05:59:18.517126+0000 mgr.smithi136.ofnrfx (mgr.14188) 6391 : cluster [DBG] pgmap v5987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:20.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:19 smithi145 bash[13673]: audit 2022-04-26T05:59:19.183903+0000 mon.smithi136 (mon.0) 4114 : audit [DBG] from='client.? 172.21.15.136:0/221792882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:21 smithi136 bash[11745]: cluster 2022-04-26T05:59:20.517850+0000 mgr.smithi136.ofnrfx (mgr.14188) 6392 : cluster [DBG] pgmap v5988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:21 smithi145 bash[13673]: cluster 2022-04-26T05:59:20.517850+0000 mgr.smithi136.ofnrfx (mgr.14188) 6392 : cluster [DBG] pgmap v5988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:24.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:24.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:24.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:23 smithi136 bash[11745]: cluster 2022-04-26T05:59:22.518602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6393 : cluster [DBG] pgmap v5989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:24.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:23 smithi145 bash[13673]: cluster 2022-04-26T05:59:22.518602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6393 : cluster [DBG] pgmap v5989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:24.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:24 smithi136 bash[11745]: audit 2022-04-26T05:59:24.519098+0000 mon.smithi136 (mon.0) 4115 : audit [DBG] from='client.? 172.21.15.136:0/2371808881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:25.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:24 smithi145 bash[13673]: audit 2022-04-26T05:59:24.519098+0000 mon.smithi136 (mon.0) 4115 : audit [DBG] from='client.? 172.21.15.136:0/2371808881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:26.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:25 smithi136 bash[11745]: cluster 2022-04-26T05:59:24.519234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6394 : cluster [DBG] pgmap v5990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:25 smithi145 bash[13673]: cluster 2022-04-26T05:59:24.519234+0000 mgr.smithi136.ofnrfx (mgr.14188) 6394 : cluster [DBG] pgmap v5990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:27 smithi136 bash[11745]: cluster 2022-04-26T05:59:26.519915+0000 mgr.smithi136.ofnrfx (mgr.14188) 6395 : cluster [DBG] pgmap v5991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:27 smithi145 bash[13673]: cluster 2022-04-26T05:59:26.519915+0000 mgr.smithi136.ofnrfx (mgr.14188) 6395 : cluster [DBG] pgmap v5991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:29.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:29.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:29.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:29.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:30.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:29 smithi136 bash[11745]: cluster 2022-04-26T05:59:28.520635+0000 mgr.smithi136.ofnrfx (mgr.14188) 6396 : cluster [DBG] pgmap v5992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:30.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:29 smithi136 bash[11745]: audit 2022-04-26T05:59:29.854000+0000 mon.smithi136 (mon.0) 4116 : audit [DBG] from='client.? 172.21.15.136:0/3312844603' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:30.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:29 smithi145 bash[13673]: cluster 2022-04-26T05:59:28.520635+0000 mgr.smithi136.ofnrfx (mgr.14188) 6396 : cluster [DBG] pgmap v5992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:30.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:29 smithi145 bash[13673]: audit 2022-04-26T05:59:29.854000+0000 mon.smithi136 (mon.0) 4116 : audit [DBG] from='client.? 172.21.15.136:0/3312844603' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:32.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:31 smithi136 bash[11745]: cluster 2022-04-26T05:59:30.521316+0000 mgr.smithi136.ofnrfx (mgr.14188) 6397 : cluster [DBG] pgmap v5993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:32.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:31 smithi145 bash[13673]: cluster 2022-04-26T05:59:30.521316+0000 mgr.smithi136.ofnrfx (mgr.14188) 6397 : cluster [DBG] pgmap v5993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:33 smithi136 bash[11745]: cluster 2022-04-26T05:59:32.521920+0000 mgr.smithi136.ofnrfx (mgr.14188) 6398 : cluster [DBG] pgmap v5994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:34.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:33 smithi145 bash[13673]: cluster 2022-04-26T05:59:32.521920+0000 mgr.smithi136.ofnrfx (mgr.14188) 6398 : cluster [DBG] pgmap v5994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:34.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:34.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:34.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:35.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:36.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:35 smithi136 bash[11745]: cluster 2022-04-26T05:59:34.522534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6399 : cluster [DBG] pgmap v5995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:36.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:35 smithi136 bash[11745]: audit 2022-04-26T05:59:35.185861+0000 mon.smithi136 (mon.0) 4117 : audit [DBG] from='client.? 172.21.15.136:0/3375253053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:36.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:35 smithi145 bash[13673]: cluster 2022-04-26T05:59:34.522534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6399 : cluster [DBG] pgmap v5995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:36.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:35 smithi145 bash[13673]: audit 2022-04-26T05:59:35.185861+0000 mon.smithi136 (mon.0) 4117 : audit [DBG] from='client.? 172.21.15.136:0/3375253053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:38.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:37 smithi136 bash[11745]: cluster 2022-04-26T05:59:36.523306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6400 : cluster [DBG] pgmap v5996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:37 smithi145 bash[13673]: cluster 2022-04-26T05:59:36.523306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6400 : cluster [DBG] pgmap v5996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:40.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:40.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:40.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:40.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:39 smithi136 bash[11745]: cluster 2022-04-26T05:59:38.523997+0000 mgr.smithi136.ofnrfx (mgr.14188) 6401 : cluster [DBG] pgmap v5997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:40.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:39 smithi145 bash[13673]: cluster 2022-04-26T05:59:38.523997+0000 mgr.smithi136.ofnrfx (mgr.14188) 6401 : cluster [DBG] pgmap v5997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:40.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:40 smithi136 bash[11745]: audit 2022-04-26T05:59:40.514121+0000 mon.smithi136 (mon.0) 4118 : audit [DBG] from='client.? 172.21.15.136:0/406895671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:40 smithi136 bash[11745]: audit 2022-04-26T05:59:40.528517+0000 mon.smithi136 (mon.0) 4119 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:59:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:40 smithi136 bash[11745]: audit 2022-04-26T05:59:40.531105+0000 mon.smithi136 (mon.0) 4120 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:59:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:40 smithi136 bash[11745]: audit 2022-04-26T05:59:40.532569+0000 mon.smithi136 (mon.0) 4121 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:59:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:40 smithi136 bash[11745]: audit 2022-04-26T05:59:40.855797+0000 mon.smithi136 (mon.0) 4122 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:59:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:40 smithi136 bash[11745]: audit 2022-04-26T05:59:40.862075+0000 mon.smithi136 (mon.0) 4123 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:59:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:40 smithi145 bash[13673]: audit 2022-04-26T05:59:40.514121+0000 mon.smithi136 (mon.0) 4118 : audit [DBG] from='client.? 172.21.15.136:0/406895671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:40 smithi145 bash[13673]: audit 2022-04-26T05:59:40.528517+0000 mon.smithi136 (mon.0) 4119 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T05:59:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:40 smithi145 bash[13673]: audit 2022-04-26T05:59:40.531105+0000 mon.smithi136 (mon.0) 4120 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T05:59:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:40 smithi145 bash[13673]: audit 2022-04-26T05:59:40.532569+0000 mon.smithi136 (mon.0) 4121 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T05:59:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:40 smithi145 bash[13673]: audit 2022-04-26T05:59:40.855797+0000 mon.smithi136 (mon.0) 4122 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T05:59:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:40 smithi145 bash[13673]: audit 2022-04-26T05:59:40.862075+0000 mon.smithi136 (mon.0) 4123 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T05:59:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:41 smithi136 bash[11745]: cluster 2022-04-26T05:59:40.524581+0000 mgr.smithi136.ofnrfx (mgr.14188) 6402 : cluster [DBG] pgmap v5998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:41 smithi136 bash[11745]: cluster 2022-04-26T05:59:40.848225+0000 mgr.smithi136.ofnrfx (mgr.14188) 6403 : cluster [DBG] pgmap v5999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:41 smithi136 bash[11745]: cluster 2022-04-26T05:59:40.848611+0000 mgr.smithi136.ofnrfx (mgr.14188) 6404 : cluster [DBG] pgmap v6000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:41 smithi136 bash[11745]: cephadm 2022-04-26T05:59:40.863252+0000 mgr.smithi136.ofnrfx (mgr.14188) 6405 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:59:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:41 smithi136 bash[11745]: cephadm 2022-04-26T05:59:40.863451+0000 mgr.smithi136.ofnrfx (mgr.14188) 6406 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:59:42.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:41 smithi145 bash[13673]: cluster 2022-04-26T05:59:40.524581+0000 mgr.smithi136.ofnrfx (mgr.14188) 6402 : cluster [DBG] pgmap v5998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:42.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:41 smithi145 bash[13673]: cluster 2022-04-26T05:59:40.848225+0000 mgr.smithi136.ofnrfx (mgr.14188) 6403 : cluster [DBG] pgmap v5999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:42.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:41 smithi145 bash[13673]: cluster 2022-04-26T05:59:40.848611+0000 mgr.smithi136.ofnrfx (mgr.14188) 6404 : cluster [DBG] pgmap v6000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:42.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:41 smithi145 bash[13673]: cephadm 2022-04-26T05:59:40.863252+0000 mgr.smithi136.ofnrfx (mgr.14188) 6405 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T05:59:42.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:41 smithi145 bash[13673]: cephadm 2022-04-26T05:59:40.863451+0000 mgr.smithi136.ofnrfx (mgr.14188) 6406 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T05:59:44.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:43 smithi136 bash[11745]: cluster 2022-04-26T05:59:42.849217+0000 mgr.smithi136.ofnrfx (mgr.14188) 6407 : cluster [DBG] pgmap v6001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:44.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:43 smithi145 bash[13673]: cluster 2022-04-26T05:59:42.849217+0000 mgr.smithi136.ofnrfx (mgr.14188) 6407 : cluster [DBG] pgmap v6001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:45.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:45.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:45.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:45.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:46.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:45 smithi136 bash[11745]: cluster 2022-04-26T05:59:44.849803+0000 mgr.smithi136.ofnrfx (mgr.14188) 6408 : cluster [DBG] pgmap v6002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:46.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:45 smithi136 bash[11745]: audit 2022-04-26T05:59:45.843652+0000 mon.smithi136 (mon.0) 4124 : audit [DBG] from='client.? 172.21.15.136:0/2215729620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:46.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:45 smithi145 bash[13673]: cluster 2022-04-26T05:59:44.849803+0000 mgr.smithi136.ofnrfx (mgr.14188) 6408 : cluster [DBG] pgmap v6002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:46.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:45 smithi145 bash[13673]: audit 2022-04-26T05:59:45.843652+0000 mon.smithi136 (mon.0) 4124 : audit [DBG] from='client.? 172.21.15.136:0/2215729620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:47 smithi136 bash[11745]: cluster 2022-04-26T05:59:46.850406+0000 mgr.smithi136.ofnrfx (mgr.14188) 6409 : cluster [DBG] pgmap v6003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:47 smithi145 bash[13673]: cluster 2022-04-26T05:59:46.850406+0000 mgr.smithi136.ofnrfx (mgr.14188) 6409 : cluster [DBG] pgmap v6003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:50.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:49 smithi136 bash[11745]: cluster 2022-04-26T05:59:48.851030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6410 : cluster [DBG] pgmap v6004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:50.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:49 smithi145 bash[13673]: cluster 2022-04-26T05:59:48.851030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6410 : cluster [DBG] pgmap v6004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:50.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:50.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:50.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:51.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:52.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:51 smithi136 bash[11745]: cluster 2022-04-26T05:59:50.851613+0000 mgr.smithi136.ofnrfx (mgr.14188) 6411 : cluster [DBG] pgmap v6005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:52.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:51 smithi136 bash[11745]: audit 2022-04-26T05:59:51.173356+0000 mon.smithi136 (mon.0) 4125 : audit [DBG] from='client.? 172.21.15.136:0/1069552283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:52.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:51 smithi145 bash[13673]: cluster 2022-04-26T05:59:50.851613+0000 mgr.smithi136.ofnrfx (mgr.14188) 6411 : cluster [DBG] pgmap v6005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:52.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:51 smithi145 bash[13673]: audit 2022-04-26T05:59:51.173356+0000 mon.smithi136 (mon.0) 4125 : audit [DBG] from='client.? 172.21.15.136:0/1069552283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:53 smithi136 bash[11745]: cluster 2022-04-26T05:59:52.852267+0000 mgr.smithi136.ofnrfx (mgr.14188) 6412 : cluster [DBG] pgmap v6006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:53 smithi145 bash[13673]: cluster 2022-04-26T05:59:52.852267+0000 mgr.smithi136.ofnrfx (mgr.14188) 6412 : cluster [DBG] pgmap v6006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:56.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T05:59:56.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T05:59:56.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T05:59:56.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:55 smithi136 bash[11745]: cluster 2022-04-26T05:59:54.852871+0000 mgr.smithi136.ofnrfx (mgr.14188) 6413 : cluster [DBG] pgmap v6007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:56.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:55 smithi145 bash[13673]: cluster 2022-04-26T05:59:54.852871+0000 mgr.smithi136.ofnrfx (mgr.14188) 6413 : cluster [DBG] pgmap v6007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:56.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T05:59:57.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:56 smithi136 bash[11745]: audit 2022-04-26T05:59:56.504136+0000 mon.smithi136 (mon.0) 4126 : audit [DBG] from='client.? 172.21.15.136:0/2242110340' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:56 smithi145 bash[13673]: audit 2022-04-26T05:59:56.504136+0000 mon.smithi136 (mon.0) 4126 : audit [DBG] from='client.? 172.21.15.136:0/2242110340' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T05:59:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:57 smithi136 bash[11745]: cluster 2022-04-26T05:59:56.853535+0000 mgr.smithi136.ofnrfx (mgr.14188) 6414 : cluster [DBG] pgmap v6008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T05:59:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:57 smithi145 bash[13673]: cluster 2022-04-26T05:59:56.853535+0000 mgr.smithi136.ofnrfx (mgr.14188) 6414 : cluster [DBG] pgmap v6008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 05:59:59 smithi136 bash[11745]: cluster 2022-04-26T05:59:58.854183+0000 mgr.smithi136.ofnrfx (mgr.14188) 6415 : cluster [DBG] pgmap v6009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 05:59:59 smithi145 bash[13673]: cluster 2022-04-26T05:59:58.854183+0000 mgr.smithi136.ofnrfx (mgr.14188) 6415 : cluster [DBG] pgmap v6009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:00 smithi136 bash[11745]: cluster 2022-04-26T06:00:00.000155+0000 mon.smithi136 (mon.0) 4127 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:00:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:00 smithi145 bash[13673]: cluster 2022-04-26T06:00:00.000155+0000 mon.smithi136 (mon.0) 4127 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:00:01.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:01.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:01.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:01.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:01 smithi136 bash[11745]: cluster 2022-04-26T06:00:00.854812+0000 mgr.smithi136.ofnrfx (mgr.14188) 6416 : cluster [DBG] pgmap v6010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:01 smithi136 bash[11745]: audit 2022-04-26T06:00:01.835586+0000 mon.smithi136 (mon.0) 4128 : audit [DBG] from='client.? 172.21.15.136:0/1395424618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:02.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:01 smithi145 bash[13673]: cluster 2022-04-26T06:00:00.854812+0000 mgr.smithi136.ofnrfx (mgr.14188) 6416 : cluster [DBG] pgmap v6010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:02.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:01 smithi145 bash[13673]: audit 2022-04-26T06:00:01.835586+0000 mon.smithi136 (mon.0) 4128 : audit [DBG] from='client.? 172.21.15.136:0/1395424618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:02 smithi136 bash[11745]: audit 2022-04-26T06:00:02.670971+0000 mon.smithi136 (mon.0) 4129 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:00:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:02 smithi136 bash[11745]: audit 2022-04-26T06:00:02.674926+0000 mon.smithi136 (mon.0) 4130 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:00:03.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:02 smithi145 bash[13673]: audit 2022-04-26T06:00:02.670971+0000 mon.smithi136 (mon.0) 4129 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:00:03.417 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:02 smithi145 bash[13673]: audit 2022-04-26T06:00:02.674926+0000 mon.smithi136 (mon.0) 4130 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:00:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:03 smithi136 bash[11745]: cluster 2022-04-26T06:00:02.855440+0000 mgr.smithi136.ofnrfx (mgr.14188) 6417 : cluster [DBG] pgmap v6011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:03 smithi145 bash[13673]: cluster 2022-04-26T06:00:02.855440+0000 mgr.smithi136.ofnrfx (mgr.14188) 6417 : cluster [DBG] pgmap v6011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:06.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:05 smithi136 bash[11745]: cluster 2022-04-26T06:00:04.856023+0000 mgr.smithi136.ofnrfx (mgr.14188) 6418 : cluster [DBG] pgmap v6012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:06.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:05 smithi145 bash[13673]: cluster 2022-04-26T06:00:04.856023+0000 mgr.smithi136.ofnrfx (mgr.14188) 6418 : cluster [DBG] pgmap v6012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:06.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:06.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:06.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:07.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:08.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:07 smithi136 bash[11745]: cluster 2022-04-26T06:00:06.856639+0000 mgr.smithi136.ofnrfx (mgr.14188) 6419 : cluster [DBG] pgmap v6013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:08.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:07 smithi136 bash[11745]: audit 2022-04-26T06:00:07.166123+0000 mon.smithi136 (mon.0) 4131 : audit [DBG] from='client.? 172.21.15.136:0/1404123586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:07 smithi145 bash[13673]: cluster 2022-04-26T06:00:06.856639+0000 mgr.smithi136.ofnrfx (mgr.14188) 6419 : cluster [DBG] pgmap v6013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:07 smithi145 bash[13673]: audit 2022-04-26T06:00:07.166123+0000 mon.smithi136 (mon.0) 4131 : audit [DBG] from='client.? 172.21.15.136:0/1404123586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:10.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:09 smithi136 bash[11745]: cluster 2022-04-26T06:00:08.857273+0000 mgr.smithi136.ofnrfx (mgr.14188) 6420 : cluster [DBG] pgmap v6014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:10.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:09 smithi145 bash[13673]: cluster 2022-04-26T06:00:08.857273+0000 mgr.smithi136.ofnrfx (mgr.14188) 6420 : cluster [DBG] pgmap v6014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:12.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:12.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:12.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:11 smithi136 bash[11745]: cluster 2022-04-26T06:00:10.857870+0000 mgr.smithi136.ofnrfx (mgr.14188) 6421 : cluster [DBG] pgmap v6015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:12.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:11 smithi145 bash[13673]: cluster 2022-04-26T06:00:10.857870+0000 mgr.smithi136.ofnrfx (mgr.14188) 6421 : cluster [DBG] pgmap v6015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:12.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:12 smithi136 bash[11745]: audit 2022-04-26T06:00:12.497695+0000 mon.smithi136 (mon.0) 4132 : audit [DBG] from='client.? 172.21.15.136:0/4255651258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:12 smithi145 bash[13673]: audit 2022-04-26T06:00:12.497695+0000 mon.smithi136 (mon.0) 4132 : audit [DBG] from='client.? 172.21.15.136:0/4255651258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:13 smithi136 bash[11745]: cluster 2022-04-26T06:00:12.858499+0000 mgr.smithi136.ofnrfx (mgr.14188) 6422 : cluster [DBG] pgmap v6016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:14.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:13 smithi145 bash[13673]: cluster 2022-04-26T06:00:12.858499+0000 mgr.smithi136.ofnrfx (mgr.14188) 6422 : cluster [DBG] pgmap v6016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:16.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:15 smithi136 bash[11745]: cluster 2022-04-26T06:00:14.859107+0000 mgr.smithi136.ofnrfx (mgr.14188) 6423 : cluster [DBG] pgmap v6017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:16.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:15 smithi145 bash[13673]: cluster 2022-04-26T06:00:14.859107+0000 mgr.smithi136.ofnrfx (mgr.14188) 6423 : cluster [DBG] pgmap v6017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:17.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:17.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:17.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:17.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:17 smithi136 bash[11745]: cluster 2022-04-26T06:00:16.859776+0000 mgr.smithi136.ofnrfx (mgr.14188) 6424 : cluster [DBG] pgmap v6018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:17 smithi145 bash[13673]: cluster 2022-04-26T06:00:16.859776+0000 mgr.smithi136.ofnrfx (mgr.14188) 6424 : cluster [DBG] pgmap v6018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:19.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:18 smithi136 bash[11745]: audit 2022-04-26T06:00:17.834081+0000 mon.smithi136 (mon.0) 4133 : audit [DBG] from='client.? 172.21.15.136:0/2922984881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:18 smithi145 bash[13673]: audit 2022-04-26T06:00:17.834081+0000 mon.smithi136 (mon.0) 4133 : audit [DBG] from='client.? 172.21.15.136:0/2922984881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:19 smithi136 bash[11745]: cluster 2022-04-26T06:00:18.860433+0000 mgr.smithi136.ofnrfx (mgr.14188) 6425 : cluster [DBG] pgmap v6019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:19 smithi145 bash[13673]: cluster 2022-04-26T06:00:18.860433+0000 mgr.smithi136.ofnrfx (mgr.14188) 6425 : cluster [DBG] pgmap v6019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:21 smithi136 bash[11745]: cluster 2022-04-26T06:00:20.861030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6426 : cluster [DBG] pgmap v6020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:22.481 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:21 smithi145 bash[13673]: cluster 2022-04-26T06:00:20.861030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6426 : cluster [DBG] pgmap v6020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:22.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:22.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:22.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:23.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:23 smithi136 bash[11745]: cluster 2022-04-26T06:00:22.861662+0000 mgr.smithi136.ofnrfx (mgr.14188) 6427 : cluster [DBG] pgmap v6021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:23 smithi136 bash[11745]: audit 2022-04-26T06:00:23.173990+0000 mon.smithi136 (mon.0) 4134 : audit [DBG] from='client.? 172.21.15.136:0/4083572300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:24.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:23 smithi145 bash[13673]: cluster 2022-04-26T06:00:22.861662+0000 mgr.smithi136.ofnrfx (mgr.14188) 6427 : cluster [DBG] pgmap v6021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:24.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:23 smithi145 bash[13673]: audit 2022-04-26T06:00:23.173990+0000 mon.smithi136 (mon.0) 4134 : audit [DBG] from='client.? 172.21.15.136:0/4083572300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:26.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:25 smithi136 bash[11745]: cluster 2022-04-26T06:00:24.862299+0000 mgr.smithi136.ofnrfx (mgr.14188) 6428 : cluster [DBG] pgmap v6022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:26.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:25 smithi145 bash[13673]: cluster 2022-04-26T06:00:24.862299+0000 mgr.smithi136.ofnrfx (mgr.14188) 6428 : cluster [DBG] pgmap v6022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:28.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:27 smithi136 bash[11745]: cluster 2022-04-26T06:00:26.862953+0000 mgr.smithi136.ofnrfx (mgr.14188) 6429 : cluster [DBG] pgmap v6023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:27 smithi145 bash[13673]: cluster 2022-04-26T06:00:26.862953+0000 mgr.smithi136.ofnrfx (mgr.14188) 6429 : cluster [DBG] pgmap v6023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:28.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:28.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:28.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:28.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:29.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:28 smithi136 bash[11745]: audit 2022-04-26T06:00:28.503356+0000 mon.smithi136 (mon.0) 4135 : audit [DBG] from='client.? 172.21.15.136:0/2971626780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:29.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:28 smithi145 bash[13673]: audit 2022-04-26T06:00:28.503356+0000 mon.smithi136 (mon.0) 4135 : audit [DBG] from='client.? 172.21.15.136:0/2971626780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:29 smithi136 bash[11745]: cluster 2022-04-26T06:00:28.863581+0000 mgr.smithi136.ofnrfx (mgr.14188) 6430 : cluster [DBG] pgmap v6024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:30.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:29 smithi145 bash[13673]: cluster 2022-04-26T06:00:28.863581+0000 mgr.smithi136.ofnrfx (mgr.14188) 6430 : cluster [DBG] pgmap v6024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:32.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:31 smithi136 bash[11745]: cluster 2022-04-26T06:00:30.864253+0000 mgr.smithi136.ofnrfx (mgr.14188) 6431 : cluster [DBG] pgmap v6025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:32.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:31 smithi145 bash[13673]: cluster 2022-04-26T06:00:30.864253+0000 mgr.smithi136.ofnrfx (mgr.14188) 6431 : cluster [DBG] pgmap v6025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:33.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:33.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:33.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:33.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:33 smithi136 bash[11745]: cluster 2022-04-26T06:00:32.864896+0000 mgr.smithi136.ofnrfx (mgr.14188) 6432 : cluster [DBG] pgmap v6026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:33 smithi136 bash[11745]: audit 2022-04-26T06:00:33.836402+0000 mon.smithi136 (mon.0) 4136 : audit [DBG] from='client.? 172.21.15.136:0/1337965630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:34.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:33 smithi145 bash[13673]: cluster 2022-04-26T06:00:32.864896+0000 mgr.smithi136.ofnrfx (mgr.14188) 6432 : cluster [DBG] pgmap v6026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:34.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:33 smithi145 bash[13673]: audit 2022-04-26T06:00:33.836402+0000 mon.smithi136 (mon.0) 4136 : audit [DBG] from='client.? 172.21.15.136:0/1337965630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:36.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:35 smithi136 bash[11745]: cluster 2022-04-26T06:00:34.865396+0000 mgr.smithi136.ofnrfx (mgr.14188) 6433 : cluster [DBG] pgmap v6027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:36.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:35 smithi145 bash[13673]: cluster 2022-04-26T06:00:34.865396+0000 mgr.smithi136.ofnrfx (mgr.14188) 6433 : cluster [DBG] pgmap v6027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:38.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:37 smithi136 bash[11745]: cluster 2022-04-26T06:00:36.865989+0000 mgr.smithi136.ofnrfx (mgr.14188) 6434 : cluster [DBG] pgmap v6028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:37 smithi145 bash[13673]: cluster 2022-04-26T06:00:36.865989+0000 mgr.smithi136.ofnrfx (mgr.14188) 6434 : cluster [DBG] pgmap v6028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:38.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:38.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:38.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:39.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:40.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:39 smithi136 bash[11745]: cluster 2022-04-26T06:00:38.866642+0000 mgr.smithi136.ofnrfx (mgr.14188) 6435 : cluster [DBG] pgmap v6029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:40.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:39 smithi136 bash[11745]: audit 2022-04-26T06:00:39.165482+0000 mon.smithi136 (mon.0) 4137 : audit [DBG] from='client.? 172.21.15.136:0/393963714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:40.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:39 smithi145 bash[13673]: cluster 2022-04-26T06:00:38.866642+0000 mgr.smithi136.ofnrfx (mgr.14188) 6435 : cluster [DBG] pgmap v6029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:40.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:39 smithi145 bash[13673]: audit 2022-04-26T06:00:39.165482+0000 mon.smithi136 (mon.0) 4137 : audit [DBG] from='client.? 172.21.15.136:0/393963714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:40 smithi136 bash[11745]: audit 2022-04-26T06:00:40.874282+0000 mon.smithi136 (mon.0) 4138 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:00:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:40 smithi136 bash[11745]: audit 2022-04-26T06:00:40.877081+0000 mon.smithi136 (mon.0) 4139 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:00:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:40 smithi136 bash[11745]: audit 2022-04-26T06:00:40.878810+0000 mon.smithi136 (mon.0) 4140 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:00:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:40 smithi145 bash[13673]: audit 2022-04-26T06:00:40.874282+0000 mon.smithi136 (mon.0) 4138 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:00:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:40 smithi145 bash[13673]: audit 2022-04-26T06:00:40.877081+0000 mon.smithi136 (mon.0) 4139 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:00:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:40 smithi145 bash[13673]: audit 2022-04-26T06:00:40.878810+0000 mon.smithi136 (mon.0) 4140 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:00:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:42 smithi136 bash[11745]: cluster 2022-04-26T06:00:40.867269+0000 mgr.smithi136.ofnrfx (mgr.14188) 6436 : cluster [DBG] pgmap v6030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:42 smithi136 bash[11745]: cluster 2022-04-26T06:00:41.212106+0000 mgr.smithi136.ofnrfx (mgr.14188) 6437 : cluster [DBG] pgmap v6031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:42 smithi136 bash[11745]: cluster 2022-04-26T06:00:41.212304+0000 mgr.smithi136.ofnrfx (mgr.14188) 6438 : cluster [DBG] pgmap v6032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:42 smithi136 bash[11745]: audit 2022-04-26T06:00:41.219487+0000 mon.smithi136 (mon.0) 4141 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:00:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:42 smithi136 bash[11745]: audit 2022-04-26T06:00:41.225343+0000 mon.smithi136 (mon.0) 4142 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:00:42.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:42 smithi136 bash[11745]: cephadm 2022-04-26T06:00:41.226307+0000 mgr.smithi136.ofnrfx (mgr.14188) 6439 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:00:42.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:42 smithi136 bash[11745]: cephadm 2022-04-26T06:00:41.226418+0000 mgr.smithi136.ofnrfx (mgr.14188) 6440 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:00:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:42 smithi145 bash[13673]: cluster 2022-04-26T06:00:40.867269+0000 mgr.smithi136.ofnrfx (mgr.14188) 6436 : cluster [DBG] pgmap v6030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:42 smithi145 bash[13673]: cluster 2022-04-26T06:00:41.212106+0000 mgr.smithi136.ofnrfx (mgr.14188) 6437 : cluster [DBG] pgmap v6031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:42 smithi145 bash[13673]: cluster 2022-04-26T06:00:41.212304+0000 mgr.smithi136.ofnrfx (mgr.14188) 6438 : cluster [DBG] pgmap v6032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:42 smithi145 bash[13673]: audit 2022-04-26T06:00:41.219487+0000 mon.smithi136 (mon.0) 4141 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:00:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:42 smithi145 bash[13673]: audit 2022-04-26T06:00:41.225343+0000 mon.smithi136 (mon.0) 4142 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:00:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:42 smithi145 bash[13673]: cephadm 2022-04-26T06:00:41.226307+0000 mgr.smithi136.ofnrfx (mgr.14188) 6439 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:00:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:42 smithi145 bash[13673]: cephadm 2022-04-26T06:00:41.226418+0000 mgr.smithi136.ofnrfx (mgr.14188) 6440 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:00:44.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:44.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:44.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:44.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:44 smithi136 bash[11745]: cluster 2022-04-26T06:00:43.212861+0000 mgr.smithi136.ofnrfx (mgr.14188) 6441 : cluster [DBG] pgmap v6033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:44.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:44 smithi145 bash[13673]: cluster 2022-04-26T06:00:43.212861+0000 mgr.smithi136.ofnrfx (mgr.14188) 6441 : cluster [DBG] pgmap v6033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:45 smithi136 bash[11745]: audit 2022-04-26T06:00:44.485642+0000 mon.smithi136 (mon.0) 4143 : audit [DBG] from='client.? 172.21.15.136:0/3216334558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:45.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:45 smithi145 bash[13673]: audit 2022-04-26T06:00:44.485642+0000 mon.smithi136 (mon.0) 4143 : audit [DBG] from='client.? 172.21.15.136:0/3216334558' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:46 smithi136 bash[11745]: cluster 2022-04-26T06:00:45.213483+0000 mgr.smithi136.ofnrfx (mgr.14188) 6442 : cluster [DBG] pgmap v6034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:46.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:46 smithi145 bash[13673]: cluster 2022-04-26T06:00:45.213483+0000 mgr.smithi136.ofnrfx (mgr.14188) 6442 : cluster [DBG] pgmap v6034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:47 smithi136 bash[11745]: cluster 2022-04-26T06:00:47.214119+0000 mgr.smithi136.ofnrfx (mgr.14188) 6443 : cluster [DBG] pgmap v6035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:47 smithi145 bash[13673]: cluster 2022-04-26T06:00:47.214119+0000 mgr.smithi136.ofnrfx (mgr.14188) 6443 : cluster [DBG] pgmap v6035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:49.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:49.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:49.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:49.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:50 smithi136 bash[11745]: cluster 2022-04-26T06:00:49.214743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6444 : cluster [DBG] pgmap v6036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:50 smithi136 bash[11745]: audit 2022-04-26T06:00:49.828111+0000 mon.smithi136 (mon.0) 4144 : audit [DBG] from='client.? 172.21.15.136:0/131229776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:50 smithi145 bash[13673]: cluster 2022-04-26T06:00:49.214743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6444 : cluster [DBG] pgmap v6036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:50.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:50 smithi145 bash[13673]: audit 2022-04-26T06:00:49.828111+0000 mon.smithi136 (mon.0) 4144 : audit [DBG] from='client.? 172.21.15.136:0/131229776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:52 smithi136 bash[11745]: cluster 2022-04-26T06:00:51.215380+0000 mgr.smithi136.ofnrfx (mgr.14188) 6445 : cluster [DBG] pgmap v6037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:52 smithi145 bash[13673]: cluster 2022-04-26T06:00:51.215380+0000 mgr.smithi136.ofnrfx (mgr.14188) 6445 : cluster [DBG] pgmap v6037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:54 smithi136 bash[11745]: cluster 2022-04-26T06:00:53.216008+0000 mgr.smithi136.ofnrfx (mgr.14188) 6446 : cluster [DBG] pgmap v6038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:54 smithi145 bash[13673]: cluster 2022-04-26T06:00:53.216008+0000 mgr.smithi136.ofnrfx (mgr.14188) 6446 : cluster [DBG] pgmap v6038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:54.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:00:54.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:00:54.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:00:55.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:00:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:55 smithi136 bash[11745]: audit 2022-04-26T06:00:55.159725+0000 mon.smithi136 (mon.0) 4145 : audit [DBG] from='client.? 172.21.15.136:0/3857183955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:55 smithi145 bash[13673]: audit 2022-04-26T06:00:55.159725+0000 mon.smithi136 (mon.0) 4145 : audit [DBG] from='client.? 172.21.15.136:0/3857183955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:00:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:56 smithi136 bash[11745]: cluster 2022-04-26T06:00:55.216708+0000 mgr.smithi136.ofnrfx (mgr.14188) 6447 : cluster [DBG] pgmap v6039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:56.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:56 smithi145 bash[13673]: cluster 2022-04-26T06:00:55.216708+0000 mgr.smithi136.ofnrfx (mgr.14188) 6447 : cluster [DBG] pgmap v6039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:58.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:00:57 smithi136 bash[11745]: cluster 2022-04-26T06:00:57.217365+0000 mgr.smithi136.ofnrfx (mgr.14188) 6448 : cluster [DBG] pgmap v6040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:00:58.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:00:57 smithi145 bash[13673]: cluster 2022-04-26T06:00:57.217365+0000 mgr.smithi136.ofnrfx (mgr.14188) 6448 : cluster [DBG] pgmap v6040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:00.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:00.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:00.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:00.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:01.284 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:00 smithi145 bash[13673]: cluster 2022-04-26T06:00:59.217991+0000 mgr.smithi136.ofnrfx (mgr.14188) 6449 : cluster [DBG] pgmap v6041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:01.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:00 smithi136 bash[11745]: cluster 2022-04-26T06:00:59.217991+0000 mgr.smithi136.ofnrfx (mgr.14188) 6449 : cluster [DBG] pgmap v6041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:01 smithi136 bash[11745]: audit 2022-04-26T06:01:00.477949+0000 mon.smithi136 (mon.0) 4146 : audit [DBG] from='client.? 172.21.15.136:0/3665918058' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:01.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:01 smithi145 bash[13673]: audit 2022-04-26T06:01:00.477949+0000 mon.smithi136 (mon.0) 4146 : audit [DBG] from='client.? 172.21.15.136:0/3665918058' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:02 smithi136 bash[11745]: cluster 2022-04-26T06:01:01.218649+0000 mgr.smithi136.ofnrfx (mgr.14188) 6450 : cluster [DBG] pgmap v6042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:02 smithi145 bash[13673]: cluster 2022-04-26T06:01:01.218649+0000 mgr.smithi136.ofnrfx (mgr.14188) 6450 : cluster [DBG] pgmap v6042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:03 smithi136 bash[11745]: audit 2022-04-26T06:01:02.674909+0000 mon.smithi136 (mon.0) 4147 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:01:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:03 smithi136 bash[11745]: audit 2022-04-26T06:01:02.678888+0000 mon.smithi136 (mon.0) 4148 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:01:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:03 smithi145 bash[13673]: audit 2022-04-26T06:01:02.674909+0000 mon.smithi136 (mon.0) 4147 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:01:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:03 smithi145 bash[13673]: audit 2022-04-26T06:01:02.678888+0000 mon.smithi136 (mon.0) 4148 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:01:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:04 smithi136 bash[11745]: cluster 2022-04-26T06:01:03.219339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6451 : cluster [DBG] pgmap v6043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:04.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:04 smithi145 bash[13673]: cluster 2022-04-26T06:01:03.219339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6451 : cluster [DBG] pgmap v6043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:05.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:05.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:05.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:05.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:06 smithi136 bash[11745]: cluster 2022-04-26T06:01:05.219995+0000 mgr.smithi136.ofnrfx (mgr.14188) 6452 : cluster [DBG] pgmap v6044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:06 smithi136 bash[11745]: audit 2022-04-26T06:01:05.800656+0000 mon.smithi136 (mon.0) 4149 : audit [DBG] from='client.? 172.21.15.136:0/3592721667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:06.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:06 smithi145 bash[13673]: cluster 2022-04-26T06:01:05.219995+0000 mgr.smithi136.ofnrfx (mgr.14188) 6452 : cluster [DBG] pgmap v6044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:06.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:06 smithi145 bash[13673]: audit 2022-04-26T06:01:05.800656+0000 mon.smithi136 (mon.0) 4149 : audit [DBG] from='client.? 172.21.15.136:0/3592721667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:08.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:07 smithi136 bash[11745]: cluster 2022-04-26T06:01:07.220624+0000 mgr.smithi136.ofnrfx (mgr.14188) 6453 : cluster [DBG] pgmap v6045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:07 smithi145 bash[13673]: cluster 2022-04-26T06:01:07.220624+0000 mgr.smithi136.ofnrfx (mgr.14188) 6453 : cluster [DBG] pgmap v6045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:10 smithi136 bash[11745]: cluster 2022-04-26T06:01:09.221252+0000 mgr.smithi136.ofnrfx (mgr.14188) 6454 : cluster [DBG] pgmap v6046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:10 smithi145 bash[13673]: cluster 2022-04-26T06:01:09.221252+0000 mgr.smithi136.ofnrfx (mgr.14188) 6454 : cluster [DBG] pgmap v6046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:10.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:10.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:10.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:11.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:11 smithi136 bash[11745]: audit 2022-04-26T06:01:11.129258+0000 mon.smithi136 (mon.0) 4150 : audit [DBG] from='client.? 172.21.15.136:0/4239039525' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:11 smithi145 bash[13673]: audit 2022-04-26T06:01:11.129258+0000 mon.smithi136 (mon.0) 4150 : audit [DBG] from='client.? 172.21.15.136:0/4239039525' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:12 smithi136 bash[11745]: cluster 2022-04-26T06:01:11.221914+0000 mgr.smithi136.ofnrfx (mgr.14188) 6455 : cluster [DBG] pgmap v6047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:12 smithi145 bash[13673]: cluster 2022-04-26T06:01:11.221914+0000 mgr.smithi136.ofnrfx (mgr.14188) 6455 : cluster [DBG] pgmap v6047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:14.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:14 smithi136 bash[11745]: cluster 2022-04-26T06:01:13.222558+0000 mgr.smithi136.ofnrfx (mgr.14188) 6456 : cluster [DBG] pgmap v6048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:14.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:14 smithi145 bash[13673]: cluster 2022-04-26T06:01:13.222558+0000 mgr.smithi136.ofnrfx (mgr.14188) 6456 : cluster [DBG] pgmap v6048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:16.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:16.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:16.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:16.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:16 smithi136 bash[11745]: cluster 2022-04-26T06:01:15.223148+0000 mgr.smithi136.ofnrfx (mgr.14188) 6457 : cluster [DBG] pgmap v6049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:16.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:16 smithi145 bash[13673]: cluster 2022-04-26T06:01:15.223148+0000 mgr.smithi136.ofnrfx (mgr.14188) 6457 : cluster [DBG] pgmap v6049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:17 smithi136 bash[11745]: audit 2022-04-26T06:01:16.451216+0000 mon.smithi136 (mon.0) 4151 : audit [DBG] from='client.? 172.21.15.136:0/2906158964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:17 smithi145 bash[13673]: audit 2022-04-26T06:01:16.451216+0000 mon.smithi136 (mon.0) 4151 : audit [DBG] from='client.? 172.21.15.136:0/2906158964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:18.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:18 smithi145 bash[13673]: cluster 2022-04-26T06:01:17.223810+0000 mgr.smithi136.ofnrfx (mgr.14188) 6458 : cluster [DBG] pgmap v6050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:18 smithi136 bash[11745]: cluster 2022-04-26T06:01:17.223810+0000 mgr.smithi136.ofnrfx (mgr.14188) 6458 : cluster [DBG] pgmap v6050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:20 smithi136 bash[11745]: cluster 2022-04-26T06:01:19.224449+0000 mgr.smithi136.ofnrfx (mgr.14188) 6459 : cluster [DBG] pgmap v6051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:20.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:20 smithi145 bash[13673]: cluster 2022-04-26T06:01:19.224449+0000 mgr.smithi136.ofnrfx (mgr.14188) 6459 : cluster [DBG] pgmap v6051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:21.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:21.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:21.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:21.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:22.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:22 smithi145 bash[13673]: cluster 2022-04-26T06:01:21.225123+0000 mgr.smithi136.ofnrfx (mgr.14188) 6460 : cluster [DBG] pgmap v6052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:22.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:22 smithi145 bash[13673]: audit 2022-04-26T06:01:21.781307+0000 mon.smithi136 (mon.0) 4152 : audit [DBG] from='client.? 172.21.15.136:0/3326878733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:22 smithi136 bash[11745]: cluster 2022-04-26T06:01:21.225123+0000 mgr.smithi136.ofnrfx (mgr.14188) 6460 : cluster [DBG] pgmap v6052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:22 smithi136 bash[11745]: audit 2022-04-26T06:01:21.781307+0000 mon.smithi136 (mon.0) 4152 : audit [DBG] from='client.? 172.21.15.136:0/3326878733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:24.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:24 smithi145 bash[13673]: cluster 2022-04-26T06:01:23.225741+0000 mgr.smithi136.ofnrfx (mgr.14188) 6461 : cluster [DBG] pgmap v6053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:24.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:24 smithi136 bash[11745]: cluster 2022-04-26T06:01:23.225741+0000 mgr.smithi136.ofnrfx (mgr.14188) 6461 : cluster [DBG] pgmap v6053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:26.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:26 smithi145 bash[13673]: cluster 2022-04-26T06:01:25.226327+0000 mgr.smithi136.ofnrfx (mgr.14188) 6462 : cluster [DBG] pgmap v6054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:26.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:26.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:26.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:26 smithi136 bash[11745]: cluster 2022-04-26T06:01:25.226327+0000 mgr.smithi136.ofnrfx (mgr.14188) 6462 : cluster [DBG] pgmap v6054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:27.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:28.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:27 smithi136 bash[11745]: audit 2022-04-26T06:01:27.117638+0000 mon.smithi136 (mon.0) 4153 : audit [DBG] from='client.? 172.21.15.136:0/347976170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:28.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:27 smithi136 bash[11745]: cluster 2022-04-26T06:01:27.227031+0000 mgr.smithi136.ofnrfx (mgr.14188) 6463 : cluster [DBG] pgmap v6055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:27 smithi145 bash[13673]: audit 2022-04-26T06:01:27.117638+0000 mon.smithi136 (mon.0) 4153 : audit [DBG] from='client.? 172.21.15.136:0/347976170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:27 smithi145 bash[13673]: cluster 2022-04-26T06:01:27.227031+0000 mgr.smithi136.ofnrfx (mgr.14188) 6463 : cluster [DBG] pgmap v6055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:30 smithi136 bash[11745]: cluster 2022-04-26T06:01:29.227833+0000 mgr.smithi136.ofnrfx (mgr.14188) 6464 : cluster [DBG] pgmap v6056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:30 smithi145 bash[13673]: cluster 2022-04-26T06:01:29.227833+0000 mgr.smithi136.ofnrfx (mgr.14188) 6464 : cluster [DBG] pgmap v6056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:32.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:32.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:32.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:32.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:32.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:32 smithi136 bash[11745]: cluster 2022-04-26T06:01:31.228606+0000 mgr.smithi136.ofnrfx (mgr.14188) 6465 : cluster [DBG] pgmap v6057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:32.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:32 smithi145 bash[13673]: cluster 2022-04-26T06:01:31.228606+0000 mgr.smithi136.ofnrfx (mgr.14188) 6465 : cluster [DBG] pgmap v6057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:33.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:33 smithi136 bash[11745]: audit 2022-04-26T06:01:32.454681+0000 mon.smithi136 (mon.0) 4154 : audit [DBG] from='client.? 172.21.15.136:0/3265986202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:33.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:33 smithi145 bash[13673]: audit 2022-04-26T06:01:32.454681+0000 mon.smithi136 (mon.0) 4154 : audit [DBG] from='client.? 172.21.15.136:0/3265986202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:34 smithi136 bash[11745]: cluster 2022-04-26T06:01:33.229257+0000 mgr.smithi136.ofnrfx (mgr.14188) 6466 : cluster [DBG] pgmap v6058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:34.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:34 smithi145 bash[13673]: cluster 2022-04-26T06:01:33.229257+0000 mgr.smithi136.ofnrfx (mgr.14188) 6466 : cluster [DBG] pgmap v6058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:36 smithi136 bash[11745]: cluster 2022-04-26T06:01:35.229858+0000 mgr.smithi136.ofnrfx (mgr.14188) 6467 : cluster [DBG] pgmap v6059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:36 smithi145 bash[13673]: cluster 2022-04-26T06:01:35.229858+0000 mgr.smithi136.ofnrfx (mgr.14188) 6467 : cluster [DBG] pgmap v6059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:37.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:37.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:37.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:37.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:38.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:37 smithi136 bash[11745]: cluster 2022-04-26T06:01:37.230495+0000 mgr.smithi136.ofnrfx (mgr.14188) 6468 : cluster [DBG] pgmap v6060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:38.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:37 smithi145 bash[13673]: cluster 2022-04-26T06:01:37.230495+0000 mgr.smithi136.ofnrfx (mgr.14188) 6468 : cluster [DBG] pgmap v6060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:39.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:38 smithi136 bash[11745]: audit 2022-04-26T06:01:37.790482+0000 mon.smithi136 (mon.0) 4155 : audit [DBG] from='client.? 172.21.15.136:0/1467086087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:39.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:38 smithi145 bash[13673]: audit 2022-04-26T06:01:37.790482+0000 mon.smithi136 (mon.0) 4155 : audit [DBG] from='client.? 172.21.15.136:0/1467086087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:39 smithi136 bash[11745]: cluster 2022-04-26T06:01:39.231153+0000 mgr.smithi136.ofnrfx (mgr.14188) 6469 : cluster [DBG] pgmap v6061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:40.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:39 smithi145 bash[13673]: cluster 2022-04-26T06:01:39.231153+0000 mgr.smithi136.ofnrfx (mgr.14188) 6469 : cluster [DBG] pgmap v6061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:41 smithi136 bash[11745]: audit 2022-04-26T06:01:41.237483+0000 mon.smithi136 (mon.0) 4156 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:01:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:41 smithi136 bash[11745]: audit 2022-04-26T06:01:41.240497+0000 mon.smithi136 (mon.0) 4157 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:01:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:41 smithi136 bash[11745]: audit 2022-04-26T06:01:41.242651+0000 mon.smithi136 (mon.0) 4158 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:01:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:41 smithi145 bash[13673]: audit 2022-04-26T06:01:41.237483+0000 mon.smithi136 (mon.0) 4156 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:01:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:41 smithi145 bash[13673]: audit 2022-04-26T06:01:41.240497+0000 mon.smithi136 (mon.0) 4157 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:01:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:41 smithi145 bash[13673]: audit 2022-04-26T06:01:41.242651+0000 mon.smithi136 (mon.0) 4158 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:01:42.565 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:42 smithi136 bash[11745]: cluster 2022-04-26T06:01:41.231828+0000 mgr.smithi136.ofnrfx (mgr.14188) 6470 : cluster [DBG] pgmap v6062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:42 smithi145 bash[13673]: cluster 2022-04-26T06:01:41.231828+0000 mgr.smithi136.ofnrfx (mgr.14188) 6470 : cluster [DBG] pgmap v6062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:42.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:42.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:42.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:43.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:43.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:43 smithi136 bash[11745]: audit 2022-04-26T06:01:43.123503+0000 mon.smithi136 (mon.0) 4159 : audit [DBG] from='client.? 172.21.15.136:0/1799546613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:43.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:43 smithi145 bash[13673]: audit 2022-04-26T06:01:43.123503+0000 mon.smithi136 (mon.0) 4159 : audit [DBG] from='client.? 172.21.15.136:0/1799546613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:44 smithi136 bash[11745]: cluster 2022-04-26T06:01:43.232472+0000 mgr.smithi136.ofnrfx (mgr.14188) 6471 : cluster [DBG] pgmap v6063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:44.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:44 smithi145 bash[13673]: cluster 2022-04-26T06:01:43.232472+0000 mgr.smithi136.ofnrfx (mgr.14188) 6471 : cluster [DBG] pgmap v6063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:46.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:46 smithi145 bash[13673]: cluster 2022-04-26T06:01:45.232988+0000 mgr.smithi136.ofnrfx (mgr.14188) 6472 : cluster [DBG] pgmap v6064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:46.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:46 smithi136 bash[11745]: cluster 2022-04-26T06:01:45.232988+0000 mgr.smithi136.ofnrfx (mgr.14188) 6472 : cluster [DBG] pgmap v6064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:48.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:47 smithi136 bash[11745]: cluster 2022-04-26T06:01:47.233578+0000 mgr.smithi136.ofnrfx (mgr.14188) 6473 : cluster [DBG] pgmap v6065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:48.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:48.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:48.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:47 smithi145 bash[13673]: cluster 2022-04-26T06:01:47.233578+0000 mgr.smithi136.ofnrfx (mgr.14188) 6473 : cluster [DBG] pgmap v6065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:48.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:49.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:48 smithi136 bash[11745]: audit 2022-04-26T06:01:48.462529+0000 mon.smithi136 (mon.0) 4160 : audit [DBG] from='client.? 172.21.15.136:0/4181321444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:49.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:48 smithi145 bash[13673]: audit 2022-04-26T06:01:48.462529+0000 mon.smithi136 (mon.0) 4160 : audit [DBG] from='client.? 172.21.15.136:0/4181321444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:50 smithi136 bash[11745]: cluster 2022-04-26T06:01:49.234193+0000 mgr.smithi136.ofnrfx (mgr.14188) 6474 : cluster [DBG] pgmap v6066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:50 smithi136 bash[11745]: cephadm 2022-04-26T06:01:49.240724+0000 mgr.smithi136.ofnrfx (mgr.14188) 6475 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T06:01:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:50 smithi136 bash[11745]: audit 2022-04-26T06:01:49.251790+0000 mon.smithi136 (mon.0) 4161 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:01:50.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:50 smithi136 bash[11745]: audit 2022-04-26T06:01:49.562154+0000 mon.smithi136 (mon.0) 4162 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:01:50.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:50 smithi136 bash[11745]: audit 2022-04-26T06:01:49.571911+0000 mon.smithi136 (mon.0) 4163 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:01:50.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:50 smithi136 bash[11745]: audit 2022-04-26T06:01:49.578216+0000 mon.smithi136 (mon.0) 4164 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:01:50.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:50 smithi136 bash[11745]: audit 2022-04-26T06:01:49.581954+0000 mon.smithi136 (mon.0) 4165 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:01:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:50 smithi145 bash[13673]: cluster 2022-04-26T06:01:49.234193+0000 mgr.smithi136.ofnrfx (mgr.14188) 6474 : cluster [DBG] pgmap v6066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:50 smithi145 bash[13673]: cephadm 2022-04-26T06:01:49.240724+0000 mgr.smithi136.ofnrfx (mgr.14188) 6475 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T06:01:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:50 smithi145 bash[13673]: audit 2022-04-26T06:01:49.251790+0000 mon.smithi136 (mon.0) 4161 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:01:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:50 smithi145 bash[13673]: audit 2022-04-26T06:01:49.562154+0000 mon.smithi136 (mon.0) 4162 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:01:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:50 smithi145 bash[13673]: audit 2022-04-26T06:01:49.571911+0000 mon.smithi136 (mon.0) 4163 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:01:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:50 smithi145 bash[13673]: audit 2022-04-26T06:01:49.578216+0000 mon.smithi136 (mon.0) 4164 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:01:50.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:50 smithi145 bash[13673]: audit 2022-04-26T06:01:49.581954+0000 mon.smithi136 (mon.0) 4165 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:01:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:51 smithi136 bash[11745]: cluster 2022-04-26T06:01:49.556713+0000 mgr.smithi136.ofnrfx (mgr.14188) 6476 : cluster [DBG] pgmap v6067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:51 smithi136 bash[11745]: cluster 2022-04-26T06:01:49.557201+0000 mgr.smithi136.ofnrfx (mgr.14188) 6477 : cluster [DBG] pgmap v6068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:51 smithi136 bash[11745]: cephadm 2022-04-26T06:01:49.573020+0000 mgr.smithi136.ofnrfx (mgr.14188) 6478 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:01:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:51 smithi136 bash[11745]: cephadm 2022-04-26T06:01:49.573280+0000 mgr.smithi136.ofnrfx (mgr.14188) 6479 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:01:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:51 smithi145 bash[13673]: cluster 2022-04-26T06:01:49.556713+0000 mgr.smithi136.ofnrfx (mgr.14188) 6476 : cluster [DBG] pgmap v6067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:51.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:51 smithi145 bash[13673]: cluster 2022-04-26T06:01:49.557201+0000 mgr.smithi136.ofnrfx (mgr.14188) 6477 : cluster [DBG] pgmap v6068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:51.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:51 smithi145 bash[13673]: cephadm 2022-04-26T06:01:49.573020+0000 mgr.smithi136.ofnrfx (mgr.14188) 6478 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:01:51.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:51 smithi145 bash[13673]: cephadm 2022-04-26T06:01:49.573280+0000 mgr.smithi136.ofnrfx (mgr.14188) 6479 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:01:53.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:53.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:53.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:53.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:53 smithi136 bash[11745]: cluster 2022-04-26T06:01:51.557793+0000 mgr.smithi136.ofnrfx (mgr.14188) 6480 : cluster [DBG] pgmap v6069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:53.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:53 smithi145 bash[13673]: cluster 2022-04-26T06:01:51.557793+0000 mgr.smithi136.ofnrfx (mgr.14188) 6480 : cluster [DBG] pgmap v6069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:53.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:54 smithi136 bash[11745]: audit 2022-04-26T06:01:53.786767+0000 mon.smithi136 (mon.0) 4166 : audit [DBG] from='client.? 172.21.15.136:0/707725788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:54 smithi145 bash[13673]: audit 2022-04-26T06:01:53.786767+0000 mon.smithi136 (mon.0) 4166 : audit [DBG] from='client.? 172.21.15.136:0/707725788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:55 smithi136 bash[11745]: cluster 2022-04-26T06:01:53.558374+0000 mgr.smithi136.ofnrfx (mgr.14188) 6481 : cluster [DBG] pgmap v6070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:55 smithi145 bash[13673]: cluster 2022-04-26T06:01:53.558374+0000 mgr.smithi136.ofnrfx (mgr.14188) 6481 : cluster [DBG] pgmap v6070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:57 smithi136 bash[11745]: cluster 2022-04-26T06:01:55.558801+0000 mgr.smithi136.ofnrfx (mgr.14188) 6482 : cluster [DBG] pgmap v6071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:57.656 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:57 smithi145 bash[13673]: cluster 2022-04-26T06:01:55.558801+0000 mgr.smithi136.ofnrfx (mgr.14188) 6482 : cluster [DBG] pgmap v6071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:58.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:01:58.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:01:58.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:01:59.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:01:59.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:59 smithi136 bash[11745]: cluster 2022-04-26T06:01:57.559421+0000 mgr.smithi136.ofnrfx (mgr.14188) 6483 : cluster [DBG] pgmap v6072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:59.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:01:59 smithi136 bash[11745]: audit 2022-04-26T06:01:59.109811+0000 mon.smithi136 (mon.0) 4167 : audit [DBG] from='client.? 172.21.15.136:0/1680413071' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:01:59.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:59 smithi145 bash[13673]: cluster 2022-04-26T06:01:57.559421+0000 mgr.smithi136.ofnrfx (mgr.14188) 6483 : cluster [DBG] pgmap v6072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:01:59.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:01:59 smithi145 bash[13673]: audit 2022-04-26T06:01:59.109811+0000 mon.smithi136 (mon.0) 4167 : audit [DBG] from='client.? 172.21.15.136:0/1680413071' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:01 smithi136 bash[11745]: cluster 2022-04-26T06:01:59.560069+0000 mgr.smithi136.ofnrfx (mgr.14188) 6484 : cluster [DBG] pgmap v6073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:01.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:01 smithi145 bash[13673]: cluster 2022-04-26T06:01:59.560069+0000 mgr.smithi136.ofnrfx (mgr.14188) 6484 : cluster [DBG] pgmap v6073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:03 smithi136 bash[11745]: cluster 2022-04-26T06:02:01.560522+0000 mgr.smithi136.ofnrfx (mgr.14188) 6485 : cluster [DBG] pgmap v6074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:03 smithi136 bash[11745]: audit 2022-04-26T06:02:02.678700+0000 mon.smithi136 (mon.0) 4168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:02:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:03 smithi136 bash[11745]: audit 2022-04-26T06:02:02.681383+0000 mon.smithi136 (mon.0) 4169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:02:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:03 smithi145 bash[13673]: cluster 2022-04-26T06:02:01.560522+0000 mgr.smithi136.ofnrfx (mgr.14188) 6485 : cluster [DBG] pgmap v6074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:03 smithi145 bash[13673]: audit 2022-04-26T06:02:02.678700+0000 mon.smithi136 (mon.0) 4168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:02:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:03 smithi145 bash[13673]: audit 2022-04-26T06:02:02.681383+0000 mon.smithi136 (mon.0) 4169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:02:04.130 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:04.130 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:04.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:04.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:05.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:04 smithi136 bash[11745]: cluster 2022-04-26T06:02:03.561073+0000 mgr.smithi136.ofnrfx (mgr.14188) 6486 : cluster [DBG] pgmap v6075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:05.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:04 smithi136 bash[11745]: audit 2022-04-26T06:02:03.659900+0000 mon.smithi136 (mon.0) 4170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:02:05.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:04 smithi136 bash[11745]: audit 2022-04-26T06:02:04.440481+0000 mon.smithi136 (mon.0) 4171 : audit [DBG] from='client.? 172.21.15.136:0/4030837092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:05.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:04 smithi145 bash[13673]: cluster 2022-04-26T06:02:03.561073+0000 mgr.smithi136.ofnrfx (mgr.14188) 6486 : cluster [DBG] pgmap v6075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:05.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:04 smithi145 bash[13673]: audit 2022-04-26T06:02:03.659900+0000 mon.smithi136 (mon.0) 4170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:02:05.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:04 smithi145 bash[13673]: audit 2022-04-26T06:02:04.440481+0000 mon.smithi136 (mon.0) 4171 : audit [DBG] from='client.? 172.21.15.136:0/4030837092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:07.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:06 smithi136 bash[11745]: cluster 2022-04-26T06:02:05.561713+0000 mgr.smithi136.ofnrfx (mgr.14188) 6487 : cluster [DBG] pgmap v6076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:07.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:06 smithi145 bash[13673]: cluster 2022-04-26T06:02:05.561713+0000 mgr.smithi136.ofnrfx (mgr.14188) 6487 : cluster [DBG] pgmap v6076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:09.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:08 smithi136 bash[11745]: cluster 2022-04-26T06:02:07.562285+0000 mgr.smithi136.ofnrfx (mgr.14188) 6488 : cluster [DBG] pgmap v6077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:09.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:08 smithi145 bash[13673]: cluster 2022-04-26T06:02:07.562285+0000 mgr.smithi136.ofnrfx (mgr.14188) 6488 : cluster [DBG] pgmap v6077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:09.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:09.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:09.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:09.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:09 smithi136 bash[11745]: audit 2022-04-26T06:02:09.769681+0000 mon.smithi136 (mon.0) 4172 : audit [DBG] from='client.? 172.21.15.136:0/1728710173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:10.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:09 smithi145 bash[13673]: audit 2022-04-26T06:02:09.769681+0000 mon.smithi136 (mon.0) 4172 : audit [DBG] from='client.? 172.21.15.136:0/1728710173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:11.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:10 smithi136 bash[11745]: cluster 2022-04-26T06:02:09.562895+0000 mgr.smithi136.ofnrfx (mgr.14188) 6489 : cluster [DBG] pgmap v6078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:11.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:10 smithi145 bash[13673]: cluster 2022-04-26T06:02:09.562895+0000 mgr.smithi136.ofnrfx (mgr.14188) 6489 : cluster [DBG] pgmap v6078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:12 smithi136 bash[11745]: cluster 2022-04-26T06:02:11.563572+0000 mgr.smithi136.ofnrfx (mgr.14188) 6490 : cluster [DBG] pgmap v6079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:12 smithi145 bash[13673]: cluster 2022-04-26T06:02:11.563572+0000 mgr.smithi136.ofnrfx (mgr.14188) 6490 : cluster [DBG] pgmap v6079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:14.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:14.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:14.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:15.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:15.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:14 smithi145 bash[13673]: cluster 2022-04-26T06:02:13.564232+0000 mgr.smithi136.ofnrfx (mgr.14188) 6491 : cluster [DBG] pgmap v6080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:15.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:14 smithi136 bash[11745]: cluster 2022-04-26T06:02:13.564232+0000 mgr.smithi136.ofnrfx (mgr.14188) 6491 : cluster [DBG] pgmap v6080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:16.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:15 smithi145 bash[13673]: audit 2022-04-26T06:02:15.092605+0000 mon.smithi136 (mon.0) 4173 : audit [DBG] from='client.? 172.21.15.136:0/2029791303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:16.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:15 smithi136 bash[11745]: audit 2022-04-26T06:02:15.092605+0000 mon.smithi136 (mon.0) 4173 : audit [DBG] from='client.? 172.21.15.136:0/2029791303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:17.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:16 smithi145 bash[13673]: cluster 2022-04-26T06:02:15.564853+0000 mgr.smithi136.ofnrfx (mgr.14188) 6492 : cluster [DBG] pgmap v6081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:17.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:16 smithi136 bash[11745]: cluster 2022-04-26T06:02:15.564853+0000 mgr.smithi136.ofnrfx (mgr.14188) 6492 : cluster [DBG] pgmap v6081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:19.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:18 smithi145 bash[13673]: cluster 2022-04-26T06:02:17.565513+0000 mgr.smithi136.ofnrfx (mgr.14188) 6493 : cluster [DBG] pgmap v6082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:18 smithi136 bash[11745]: cluster 2022-04-26T06:02:17.565513+0000 mgr.smithi136.ofnrfx (mgr.14188) 6493 : cluster [DBG] pgmap v6082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:20.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:20.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:20.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:20.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:20 smithi145 bash[13673]: cluster 2022-04-26T06:02:19.566139+0000 mgr.smithi136.ofnrfx (mgr.14188) 6494 : cluster [DBG] pgmap v6083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:21.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:20 smithi145 bash[13673]: audit 2022-04-26T06:02:20.419285+0000 mon.smithi136 (mon.0) 4174 : audit [DBG] from='client.? 172.21.15.136:0/1408801581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:20 smithi136 bash[11745]: cluster 2022-04-26T06:02:19.566139+0000 mgr.smithi136.ofnrfx (mgr.14188) 6494 : cluster [DBG] pgmap v6083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:20 smithi136 bash[11745]: audit 2022-04-26T06:02:20.419285+0000 mon.smithi136 (mon.0) 4174 : audit [DBG] from='client.? 172.21.15.136:0/1408801581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:23.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:22 smithi145 bash[13673]: cluster 2022-04-26T06:02:21.566787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6495 : cluster [DBG] pgmap v6084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:22 smithi136 bash[11745]: cluster 2022-04-26T06:02:21.566787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6495 : cluster [DBG] pgmap v6084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:25.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:24 smithi145 bash[13673]: cluster 2022-04-26T06:02:23.567480+0000 mgr.smithi136.ofnrfx (mgr.14188) 6496 : cluster [DBG] pgmap v6085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:24 smithi136 bash[11745]: cluster 2022-04-26T06:02:23.567480+0000 mgr.smithi136.ofnrfx (mgr.14188) 6496 : cluster [DBG] pgmap v6085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:25.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:25.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:25.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:25.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:26.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:25 smithi145 bash[13673]: audit 2022-04-26T06:02:25.757468+0000 mon.smithi136 (mon.0) 4175 : audit [DBG] from='client.? 172.21.15.136:0/3650953219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:26.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:25 smithi136 bash[11745]: audit 2022-04-26T06:02:25.757468+0000 mon.smithi136 (mon.0) 4175 : audit [DBG] from='client.? 172.21.15.136:0/3650953219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:27.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:26 smithi145 bash[13673]: cluster 2022-04-26T06:02:25.567928+0000 mgr.smithi136.ofnrfx (mgr.14188) 6497 : cluster [DBG] pgmap v6086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:27.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:26 smithi136 bash[11745]: cluster 2022-04-26T06:02:25.567928+0000 mgr.smithi136.ofnrfx (mgr.14188) 6497 : cluster [DBG] pgmap v6086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:29.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:28 smithi145 bash[13673]: cluster 2022-04-26T06:02:27.568503+0000 mgr.smithi136.ofnrfx (mgr.14188) 6498 : cluster [DBG] pgmap v6087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:29.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:28 smithi136 bash[11745]: cluster 2022-04-26T06:02:27.568503+0000 mgr.smithi136.ofnrfx (mgr.14188) 6498 : cluster [DBG] pgmap v6087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:30.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:30.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:30.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:31.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:31.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:30 smithi145 bash[13673]: cluster 2022-04-26T06:02:29.569118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6499 : cluster [DBG] pgmap v6088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:30 smithi136 bash[11745]: cluster 2022-04-26T06:02:29.569118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6499 : cluster [DBG] pgmap v6088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:32.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:31 smithi145 bash[13673]: audit 2022-04-26T06:02:31.078978+0000 mon.smithi136 (mon.0) 4176 : audit [DBG] from='client.? 172.21.15.136:0/305142388' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:32.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:31 smithi136 bash[11745]: audit 2022-04-26T06:02:31.078978+0000 mon.smithi136 (mon.0) 4176 : audit [DBG] from='client.? 172.21.15.136:0/305142388' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:33.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:32 smithi145 bash[13673]: cluster 2022-04-26T06:02:31.569743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6500 : cluster [DBG] pgmap v6089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:33.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:32 smithi136 bash[11745]: cluster 2022-04-26T06:02:31.569743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6500 : cluster [DBG] pgmap v6089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:35.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:34 smithi145 bash[13673]: cluster 2022-04-26T06:02:33.570393+0000 mgr.smithi136.ofnrfx (mgr.14188) 6501 : cluster [DBG] pgmap v6090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:34 smithi136 bash[11745]: cluster 2022-04-26T06:02:33.570393+0000 mgr.smithi136.ofnrfx (mgr.14188) 6501 : cluster [DBG] pgmap v6090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:36.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:36.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:36.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:36.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:37.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:36 smithi145 bash[13673]: cluster 2022-04-26T06:02:35.571116+0000 mgr.smithi136.ofnrfx (mgr.14188) 6502 : cluster [DBG] pgmap v6091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:37.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:36 smithi145 bash[13673]: audit 2022-04-26T06:02:36.408219+0000 mon.smithi136 (mon.0) 4177 : audit [DBG] from='client.? 172.21.15.136:0/2727108180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:37.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:36 smithi136 bash[11745]: cluster 2022-04-26T06:02:35.571116+0000 mgr.smithi136.ofnrfx (mgr.14188) 6502 : cluster [DBG] pgmap v6091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:37.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:36 smithi136 bash[11745]: audit 2022-04-26T06:02:36.408219+0000 mon.smithi136 (mon.0) 4177 : audit [DBG] from='client.? 172.21.15.136:0/2727108180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:39.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:38 smithi145 bash[13673]: cluster 2022-04-26T06:02:37.571833+0000 mgr.smithi136.ofnrfx (mgr.14188) 6503 : cluster [DBG] pgmap v6092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:38 smithi136 bash[11745]: cluster 2022-04-26T06:02:37.571833+0000 mgr.smithi136.ofnrfx (mgr.14188) 6503 : cluster [DBG] pgmap v6092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:40 smithi145 bash[13673]: cluster 2022-04-26T06:02:39.572452+0000 mgr.smithi136.ofnrfx (mgr.14188) 6504 : cluster [DBG] pgmap v6093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:40 smithi136 bash[11745]: cluster 2022-04-26T06:02:39.572452+0000 mgr.smithi136.ofnrfx (mgr.14188) 6504 : cluster [DBG] pgmap v6093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:41.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:41.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:41.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:41.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:42.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:41 smithi136 bash[11745]: audit 2022-04-26T06:02:41.742497+0000 mon.smithi136 (mon.0) 4178 : audit [DBG] from='client.? 172.21.15.136:0/867338362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:42.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:41 smithi145 bash[13673]: audit 2022-04-26T06:02:41.742497+0000 mon.smithi136 (mon.0) 4178 : audit [DBG] from='client.? 172.21.15.136:0/867338362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:42 smithi136 bash[11745]: cluster 2022-04-26T06:02:41.573004+0000 mgr.smithi136.ofnrfx (mgr.14188) 6505 : cluster [DBG] pgmap v6094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:42 smithi145 bash[13673]: cluster 2022-04-26T06:02:41.573004+0000 mgr.smithi136.ofnrfx (mgr.14188) 6505 : cluster [DBG] pgmap v6094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:45.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:44 smithi136 bash[11745]: cluster 2022-04-26T06:02:43.573631+0000 mgr.smithi136.ofnrfx (mgr.14188) 6506 : cluster [DBG] pgmap v6095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:45.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:44 smithi145 bash[13673]: cluster 2022-04-26T06:02:43.573631+0000 mgr.smithi136.ofnrfx (mgr.14188) 6506 : cluster [DBG] pgmap v6095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:46.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:46.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:46.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:47.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:47.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:46 smithi136 bash[11745]: cluster 2022-04-26T06:02:45.574284+0000 mgr.smithi136.ofnrfx (mgr.14188) 6507 : cluster [DBG] pgmap v6096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:47.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:46 smithi145 bash[13673]: cluster 2022-04-26T06:02:45.574284+0000 mgr.smithi136.ofnrfx (mgr.14188) 6507 : cluster [DBG] pgmap v6096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:48.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:47 smithi136 bash[11745]: audit 2022-04-26T06:02:47.085054+0000 mon.smithi136 (mon.0) 4179 : audit [DBG] from='client.? 172.21.15.136:0/2883131840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:48.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:47 smithi145 bash[13673]: audit 2022-04-26T06:02:47.085054+0000 mon.smithi136 (mon.0) 4179 : audit [DBG] from='client.? 172.21.15.136:0/2883131840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:48 smithi136 bash[11745]: cluster 2022-04-26T06:02:47.574930+0000 mgr.smithi136.ofnrfx (mgr.14188) 6508 : cluster [DBG] pgmap v6097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:49.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:48 smithi145 bash[13673]: cluster 2022-04-26T06:02:47.574930+0000 mgr.smithi136.ofnrfx (mgr.14188) 6508 : cluster [DBG] pgmap v6097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:51.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:50 smithi136 bash[11745]: cluster 2022-04-26T06:02:49.575575+0000 mgr.smithi136.ofnrfx (mgr.14188) 6509 : cluster [DBG] pgmap v6098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:51.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:50 smithi145 bash[13673]: cluster 2022-04-26T06:02:49.575575+0000 mgr.smithi136.ofnrfx (mgr.14188) 6509 : cluster [DBG] pgmap v6098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:52.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:52.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:52.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:52.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:52 smithi136 bash[11745]: cluster 2022-04-26T06:02:51.576198+0000 mgr.smithi136.ofnrfx (mgr.14188) 6510 : cluster [DBG] pgmap v6099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:53.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:52 smithi136 bash[11745]: audit 2022-04-26T06:02:52.409088+0000 mon.smithi136 (mon.0) 4180 : audit [DBG] from='client.? 172.21.15.136:0/728899852' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:52 smithi145 bash[13673]: cluster 2022-04-26T06:02:51.576198+0000 mgr.smithi136.ofnrfx (mgr.14188) 6510 : cluster [DBG] pgmap v6099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:52 smithi145 bash[13673]: audit 2022-04-26T06:02:52.409088+0000 mon.smithi136 (mon.0) 4180 : audit [DBG] from='client.? 172.21.15.136:0/728899852' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:54 smithi136 bash[11745]: cluster 2022-04-26T06:02:53.576816+0000 mgr.smithi136.ofnrfx (mgr.14188) 6511 : cluster [DBG] pgmap v6100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:55.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:54 smithi145 bash[13673]: cluster 2022-04-26T06:02:53.576816+0000 mgr.smithi136.ofnrfx (mgr.14188) 6511 : cluster [DBG] pgmap v6100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:57.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:56 smithi136 bash[11745]: cluster 2022-04-26T06:02:55.577458+0000 mgr.smithi136.ofnrfx (mgr.14188) 6512 : cluster [DBG] pgmap v6101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:57.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:56 smithi145 bash[13673]: cluster 2022-04-26T06:02:55.577458+0000 mgr.smithi136.ofnrfx (mgr.14188) 6512 : cluster [DBG] pgmap v6101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:57.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:02:57.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:02:57.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:02:57.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:02:58.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:57 smithi136 bash[11745]: audit 2022-04-26T06:02:57.735032+0000 mon.smithi136 (mon.0) 4181 : audit [DBG] from='client.? 172.21.15.136:0/3536626999' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:57 smithi145 bash[13673]: audit 2022-04-26T06:02:57.735032+0000 mon.smithi136 (mon.0) 4181 : audit [DBG] from='client.? 172.21.15.136:0/3536626999' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:02:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:02:58 smithi136 bash[11745]: cluster 2022-04-26T06:02:57.578063+0000 mgr.smithi136.ofnrfx (mgr.14188) 6513 : cluster [DBG] pgmap v6102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:02:59.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:02:58 smithi145 bash[13673]: cluster 2022-04-26T06:02:57.578063+0000 mgr.smithi136.ofnrfx (mgr.14188) 6513 : cluster [DBG] pgmap v6102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:00 smithi136 bash[11745]: cluster 2022-04-26T06:02:59.578785+0000 mgr.smithi136.ofnrfx (mgr.14188) 6514 : cluster [DBG] pgmap v6103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:00 smithi145 bash[13673]: cluster 2022-04-26T06:02:59.578785+0000 mgr.smithi136.ofnrfx (mgr.14188) 6514 : cluster [DBG] pgmap v6103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:02.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:02.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:02.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:03.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:02 smithi136 bash[11745]: cluster 2022-04-26T06:03:01.579470+0000 mgr.smithi136.ofnrfx (mgr.14188) 6515 : cluster [DBG] pgmap v6104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:03.401 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:02 smithi136 bash[11745]: audit 2022-04-26T06:03:02.681932+0000 mon.smithi136 (mon.0) 4182 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:03:03.401 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:02 smithi136 bash[11745]: audit 2022-04-26T06:03:02.686042+0000 mon.smithi136 (mon.0) 4183 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:03:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:02 smithi145 bash[13673]: cluster 2022-04-26T06:03:01.579470+0000 mgr.smithi136.ofnrfx (mgr.14188) 6515 : cluster [DBG] pgmap v6104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:03.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:02 smithi145 bash[13673]: audit 2022-04-26T06:03:02.681932+0000 mon.smithi136 (mon.0) 4182 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:03:03.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:02 smithi145 bash[13673]: audit 2022-04-26T06:03:02.686042+0000 mon.smithi136 (mon.0) 4183 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:03:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:03 smithi136 bash[11745]: audit 2022-04-26T06:03:03.067707+0000 mon.smithi136 (mon.0) 4184 : audit [DBG] from='client.? 172.21.15.136:0/313583407' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:04.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:03 smithi136 bash[11745]: audit 2022-04-26T06:03:03.663347+0000 mon.smithi136 (mon.0) 4185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:03:04.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:03 smithi136 bash[11745]: audit 2022-04-26T06:03:03.666338+0000 mon.smithi136 (mon.0) 4186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:03:04.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:03 smithi136 bash[11745]: audit 2022-04-26T06:03:03.668528+0000 mon.smithi136 (mon.0) 4187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:03:04.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:03 smithi145 bash[13673]: audit 2022-04-26T06:03:03.067707+0000 mon.smithi136 (mon.0) 4184 : audit [DBG] from='client.? 172.21.15.136:0/313583407' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:04.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:03 smithi145 bash[13673]: audit 2022-04-26T06:03:03.663347+0000 mon.smithi136 (mon.0) 4185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:03:04.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:03 smithi145 bash[13673]: audit 2022-04-26T06:03:03.666338+0000 mon.smithi136 (mon.0) 4186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:03:04.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:03 smithi145 bash[13673]: audit 2022-04-26T06:03:03.668528+0000 mon.smithi136 (mon.0) 4187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:03:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:04 smithi136 bash[11745]: cluster 2022-04-26T06:03:03.580102+0000 mgr.smithi136.ofnrfx (mgr.14188) 6516 : cluster [DBG] pgmap v6105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:04 smithi136 bash[11745]: cluster 2022-04-26T06:03:03.963240+0000 mgr.smithi136.ofnrfx (mgr.14188) 6517 : cluster [DBG] pgmap v6106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:04 smithi136 bash[11745]: cluster 2022-04-26T06:03:03.963627+0000 mgr.smithi136.ofnrfx (mgr.14188) 6518 : cluster [DBG] pgmap v6107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:04 smithi136 bash[11745]: audit 2022-04-26T06:03:03.971331+0000 mon.smithi136 (mon.0) 4188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:03:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:04 smithi136 bash[11745]: audit 2022-04-26T06:03:03.980497+0000 mon.smithi136 (mon.0) 4189 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:03:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:04 smithi136 bash[11745]: cephadm 2022-04-26T06:03:03.981583+0000 mgr.smithi136.ofnrfx (mgr.14188) 6519 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:03:05.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:04 smithi136 bash[11745]: cephadm 2022-04-26T06:03:03.981736+0000 mgr.smithi136.ofnrfx (mgr.14188) 6520 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:03:05.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:04 smithi145 bash[13673]: cluster 2022-04-26T06:03:03.580102+0000 mgr.smithi136.ofnrfx (mgr.14188) 6516 : cluster [DBG] pgmap v6105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:05.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:04 smithi145 bash[13673]: cluster 2022-04-26T06:03:03.963240+0000 mgr.smithi136.ofnrfx (mgr.14188) 6517 : cluster [DBG] pgmap v6106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:05.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:04 smithi145 bash[13673]: cluster 2022-04-26T06:03:03.963627+0000 mgr.smithi136.ofnrfx (mgr.14188) 6518 : cluster [DBG] pgmap v6107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:05.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:04 smithi145 bash[13673]: audit 2022-04-26T06:03:03.971331+0000 mon.smithi136 (mon.0) 4188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:03:05.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:04 smithi145 bash[13673]: audit 2022-04-26T06:03:03.980497+0000 mon.smithi136 (mon.0) 4189 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:03:05.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:04 smithi145 bash[13673]: cephadm 2022-04-26T06:03:03.981583+0000 mgr.smithi136.ofnrfx (mgr.14188) 6519 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:03:05.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:04 smithi145 bash[13673]: cephadm 2022-04-26T06:03:03.981736+0000 mgr.smithi136.ofnrfx (mgr.14188) 6520 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:03:07.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:06 smithi136 bash[11745]: cluster 2022-04-26T06:03:05.964210+0000 mgr.smithi136.ofnrfx (mgr.14188) 6521 : cluster [DBG] pgmap v6108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:07.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:06 smithi145 bash[13673]: cluster 2022-04-26T06:03:05.964210+0000 mgr.smithi136.ofnrfx (mgr.14188) 6521 : cluster [DBG] pgmap v6108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:08.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:08.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:08.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:08.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:08 smithi136 bash[11745]: cluster 2022-04-26T06:03:07.964889+0000 mgr.smithi136.ofnrfx (mgr.14188) 6522 : cluster [DBG] pgmap v6109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:09.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:08 smithi136 bash[11745]: audit 2022-04-26T06:03:08.395977+0000 mon.smithi136 (mon.0) 4190 : audit [DBG] from='client.? 172.21.15.136:0/220369244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:08 smithi145 bash[13673]: cluster 2022-04-26T06:03:07.964889+0000 mgr.smithi136.ofnrfx (mgr.14188) 6522 : cluster [DBG] pgmap v6109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:08 smithi145 bash[13673]: audit 2022-04-26T06:03:08.395977+0000 mon.smithi136 (mon.0) 4190 : audit [DBG] from='client.? 172.21.15.136:0/220369244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:11.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:10 smithi136 bash[11745]: cluster 2022-04-26T06:03:09.965577+0000 mgr.smithi136.ofnrfx (mgr.14188) 6523 : cluster [DBG] pgmap v6110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:10 smithi145 bash[13673]: cluster 2022-04-26T06:03:09.965577+0000 mgr.smithi136.ofnrfx (mgr.14188) 6523 : cluster [DBG] pgmap v6110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:12 smithi145 bash[13673]: cluster 2022-04-26T06:03:11.966362+0000 mgr.smithi136.ofnrfx (mgr.14188) 6524 : cluster [DBG] pgmap v6111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:12 smithi136 bash[11745]: cluster 2022-04-26T06:03:11.966362+0000 mgr.smithi136.ofnrfx (mgr.14188) 6524 : cluster [DBG] pgmap v6111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:13.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:13.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:13.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:13.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:13 smithi145 bash[13673]: audit 2022-04-26T06:03:13.725352+0000 mon.smithi136 (mon.0) 4191 : audit [DBG] from='client.? 172.21.15.136:0/3921138976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:13 smithi136 bash[11745]: audit 2022-04-26T06:03:13.725352+0000 mon.smithi136 (mon.0) 4191 : audit [DBG] from='client.? 172.21.15.136:0/3921138976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:15.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:14 smithi145 bash[13673]: cluster 2022-04-26T06:03:13.967085+0000 mgr.smithi136.ofnrfx (mgr.14188) 6525 : cluster [DBG] pgmap v6112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:15.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:14 smithi136 bash[11745]: cluster 2022-04-26T06:03:13.967085+0000 mgr.smithi136.ofnrfx (mgr.14188) 6525 : cluster [DBG] pgmap v6112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:17.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:17 smithi136 bash[11745]: cluster 2022-04-26T06:03:15.967764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6526 : cluster [DBG] pgmap v6113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:17.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:17 smithi145 bash[13673]: cluster 2022-04-26T06:03:15.967764+0000 mgr.smithi136.ofnrfx (mgr.14188) 6526 : cluster [DBG] pgmap v6113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:18.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:18.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:18.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:19.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:19 smithi136 bash[11745]: cluster 2022-04-26T06:03:17.968339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6527 : cluster [DBG] pgmap v6114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:19.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:19 smithi145 bash[13673]: cluster 2022-04-26T06:03:17.968339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6527 : cluster [DBG] pgmap v6114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:20 smithi136 bash[11745]: audit 2022-04-26T06:03:19.051361+0000 mon.smithi136 (mon.0) 4192 : audit [DBG] from='client.? 172.21.15.136:0/3999028761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:20.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:20 smithi145 bash[13673]: audit 2022-04-26T06:03:19.051361+0000 mon.smithi136 (mon.0) 4192 : audit [DBG] from='client.? 172.21.15.136:0/3999028761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:21 smithi136 bash[11745]: cluster 2022-04-26T06:03:19.968941+0000 mgr.smithi136.ofnrfx (mgr.14188) 6528 : cluster [DBG] pgmap v6115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:21.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:21 smithi145 bash[13673]: cluster 2022-04-26T06:03:19.968941+0000 mgr.smithi136.ofnrfx (mgr.14188) 6528 : cluster [DBG] pgmap v6115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:23.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:22 smithi145 bash[13673]: cluster 2022-04-26T06:03:21.969606+0000 mgr.smithi136.ofnrfx (mgr.14188) 6529 : cluster [DBG] pgmap v6116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:22 smithi136 bash[11745]: cluster 2022-04-26T06:03:21.969606+0000 mgr.smithi136.ofnrfx (mgr.14188) 6529 : cluster [DBG] pgmap v6116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:24.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:24.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:24.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:25 smithi136 bash[11745]: cluster 2022-04-26T06:03:23.970172+0000 mgr.smithi136.ofnrfx (mgr.14188) 6530 : cluster [DBG] pgmap v6117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:25.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:25 smithi136 bash[11745]: audit 2022-04-26T06:03:24.372419+0000 mon.smithi136 (mon.0) 4193 : audit [DBG] from='client.? 172.21.15.136:0/2873975440' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:25.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:25 smithi145 bash[13673]: cluster 2022-04-26T06:03:23.970172+0000 mgr.smithi136.ofnrfx (mgr.14188) 6530 : cluster [DBG] pgmap v6117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:25.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:25 smithi145 bash[13673]: audit 2022-04-26T06:03:24.372419+0000 mon.smithi136 (mon.0) 4193 : audit [DBG] from='client.? 172.21.15.136:0/2873975440' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:27.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:27 smithi136 bash[11745]: cluster 2022-04-26T06:03:25.970832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6531 : cluster [DBG] pgmap v6118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:27.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:27 smithi145 bash[13673]: cluster 2022-04-26T06:03:25.970832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6531 : cluster [DBG] pgmap v6118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:29.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:29 smithi136 bash[11745]: cluster 2022-04-26T06:03:27.971451+0000 mgr.smithi136.ofnrfx (mgr.14188) 6532 : cluster [DBG] pgmap v6119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:29.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:29.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:29.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:29.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:29 smithi145 bash[13673]: cluster 2022-04-26T06:03:27.971451+0000 mgr.smithi136.ofnrfx (mgr.14188) 6532 : cluster [DBG] pgmap v6119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:29.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:30.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:30 smithi136 bash[11745]: audit 2022-04-26T06:03:29.696614+0000 mon.smithi136 (mon.0) 4194 : audit [DBG] from='client.? 172.21.15.136:0/898267834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:30.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:30 smithi145 bash[13673]: audit 2022-04-26T06:03:29.696614+0000 mon.smithi136 (mon.0) 4194 : audit [DBG] from='client.? 172.21.15.136:0/898267834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:31 smithi136 bash[11745]: cluster 2022-04-26T06:03:29.972204+0000 mgr.smithi136.ofnrfx (mgr.14188) 6533 : cluster [DBG] pgmap v6120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:31.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:31 smithi145 bash[13673]: cluster 2022-04-26T06:03:29.972204+0000 mgr.smithi136.ofnrfx (mgr.14188) 6533 : cluster [DBG] pgmap v6120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:33.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:32 smithi145 bash[13673]: cluster 2022-04-26T06:03:31.972903+0000 mgr.smithi136.ofnrfx (mgr.14188) 6534 : cluster [DBG] pgmap v6121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:33.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:32 smithi136 bash[11745]: cluster 2022-04-26T06:03:31.972903+0000 mgr.smithi136.ofnrfx (mgr.14188) 6534 : cluster [DBG] pgmap v6121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:34.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:34.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:34.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:35.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:35 smithi136 bash[11745]: cluster 2022-04-26T06:03:33.973554+0000 mgr.smithi136.ofnrfx (mgr.14188) 6535 : cluster [DBG] pgmap v6122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:35 smithi136 bash[11745]: audit 2022-04-26T06:03:35.023502+0000 mon.smithi136 (mon.0) 4195 : audit [DBG] from='client.? 172.21.15.136:0/529240024' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:35.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:35 smithi145 bash[13673]: cluster 2022-04-26T06:03:33.973554+0000 mgr.smithi136.ofnrfx (mgr.14188) 6535 : cluster [DBG] pgmap v6122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:35.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:35 smithi145 bash[13673]: audit 2022-04-26T06:03:35.023502+0000 mon.smithi136 (mon.0) 4195 : audit [DBG] from='client.? 172.21.15.136:0/529240024' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:37.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:37 smithi136 bash[11745]: cluster 2022-04-26T06:03:35.974224+0000 mgr.smithi136.ofnrfx (mgr.14188) 6536 : cluster [DBG] pgmap v6123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:37.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:37 smithi145 bash[13673]: cluster 2022-04-26T06:03:35.974224+0000 mgr.smithi136.ofnrfx (mgr.14188) 6536 : cluster [DBG] pgmap v6123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:39 smithi136 bash[11745]: cluster 2022-04-26T06:03:37.974792+0000 mgr.smithi136.ofnrfx (mgr.14188) 6537 : cluster [DBG] pgmap v6124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:39.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:39 smithi145 bash[13673]: cluster 2022-04-26T06:03:37.974792+0000 mgr.smithi136.ofnrfx (mgr.14188) 6537 : cluster [DBG] pgmap v6124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:40.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:40.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:40.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:40.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:41 smithi136 bash[11745]: cluster 2022-04-26T06:03:39.975373+0000 mgr.smithi136.ofnrfx (mgr.14188) 6538 : cluster [DBG] pgmap v6125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:41.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:41 smithi136 bash[11745]: audit 2022-04-26T06:03:40.357231+0000 mon.smithi136 (mon.0) 4196 : audit [DBG] from='client.? 172.21.15.136:0/3141428964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:41 smithi145 bash[13673]: cluster 2022-04-26T06:03:39.975373+0000 mgr.smithi136.ofnrfx (mgr.14188) 6538 : cluster [DBG] pgmap v6125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:41 smithi145 bash[13673]: audit 2022-04-26T06:03:40.357231+0000 mon.smithi136 (mon.0) 4196 : audit [DBG] from='client.? 172.21.15.136:0/3141428964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:43.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:42 smithi145 bash[13673]: cluster 2022-04-26T06:03:41.976009+0000 mgr.smithi136.ofnrfx (mgr.14188) 6539 : cluster [DBG] pgmap v6126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:42 smithi136 bash[11745]: cluster 2022-04-26T06:03:41.976009+0000 mgr.smithi136.ofnrfx (mgr.14188) 6539 : cluster [DBG] pgmap v6126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:45.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:45 smithi136 bash[11745]: cluster 2022-04-26T06:03:43.976615+0000 mgr.smithi136.ofnrfx (mgr.14188) 6540 : cluster [DBG] pgmap v6127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:45.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:45.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:45.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:45.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:45 smithi145 bash[13673]: cluster 2022-04-26T06:03:43.976615+0000 mgr.smithi136.ofnrfx (mgr.14188) 6540 : cluster [DBG] pgmap v6127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:45.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:46.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:46 smithi136 bash[11745]: audit 2022-04-26T06:03:45.680805+0000 mon.smithi136 (mon.0) 4197 : audit [DBG] from='client.? 172.21.15.136:0/1684954671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:46.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:46 smithi145 bash[13673]: audit 2022-04-26T06:03:45.680805+0000 mon.smithi136 (mon.0) 4197 : audit [DBG] from='client.? 172.21.15.136:0/1684954671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:47.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:47 smithi136 bash[11745]: cluster 2022-04-26T06:03:45.977222+0000 mgr.smithi136.ofnrfx (mgr.14188) 6541 : cluster [DBG] pgmap v6128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:47.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:47 smithi145 bash[13673]: cluster 2022-04-26T06:03:45.977222+0000 mgr.smithi136.ofnrfx (mgr.14188) 6541 : cluster [DBG] pgmap v6128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:49 smithi136 bash[11745]: cluster 2022-04-26T06:03:47.977838+0000 mgr.smithi136.ofnrfx (mgr.14188) 6542 : cluster [DBG] pgmap v6129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:49.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:49 smithi145 bash[13673]: cluster 2022-04-26T06:03:47.977838+0000 mgr.smithi136.ofnrfx (mgr.14188) 6542 : cluster [DBG] pgmap v6129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:50.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:50.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:50.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:51.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:51.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:51 smithi136 bash[11745]: cluster 2022-04-26T06:03:49.978416+0000 mgr.smithi136.ofnrfx (mgr.14188) 6543 : cluster [DBG] pgmap v6130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:51.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:51 smithi136 bash[11745]: audit 2022-04-26T06:03:51.016909+0000 mon.smithi136 (mon.0) 4198 : audit [DBG] from='client.? 172.21.15.136:0/1828051379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:51.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:51 smithi145 bash[13673]: cluster 2022-04-26T06:03:49.978416+0000 mgr.smithi136.ofnrfx (mgr.14188) 6543 : cluster [DBG] pgmap v6130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:51.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:51 smithi145 bash[13673]: audit 2022-04-26T06:03:51.016909+0000 mon.smithi136 (mon.0) 4198 : audit [DBG] from='client.? 172.21.15.136:0/1828051379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:53.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:52 smithi145 bash[13673]: cluster 2022-04-26T06:03:51.979016+0000 mgr.smithi136.ofnrfx (mgr.14188) 6544 : cluster [DBG] pgmap v6131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:52 smithi136 bash[11745]: cluster 2022-04-26T06:03:51.979016+0000 mgr.smithi136.ofnrfx (mgr.14188) 6544 : cluster [DBG] pgmap v6131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:55 smithi136 bash[11745]: cluster 2022-04-26T06:03:53.979670+0000 mgr.smithi136.ofnrfx (mgr.14188) 6545 : cluster [DBG] pgmap v6132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:55.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:55 smithi145 bash[13673]: cluster 2022-04-26T06:03:53.979670+0000 mgr.smithi136.ofnrfx (mgr.14188) 6545 : cluster [DBG] pgmap v6132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:56.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:03:56.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:03:56.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:03:56.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:03:57.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:57 smithi136 bash[11745]: cluster 2022-04-26T06:03:55.980288+0000 mgr.smithi136.ofnrfx (mgr.14188) 6546 : cluster [DBG] pgmap v6133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:57.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:57 smithi136 bash[11745]: audit 2022-04-26T06:03:56.340323+0000 mon.smithi136 (mon.0) 4199 : audit [DBG] from='client.? 172.21.15.136:0/126255539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:57.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:57 smithi145 bash[13673]: cluster 2022-04-26T06:03:55.980288+0000 mgr.smithi136.ofnrfx (mgr.14188) 6546 : cluster [DBG] pgmap v6133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:57.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:57 smithi145 bash[13673]: audit 2022-04-26T06:03:56.340323+0000 mon.smithi136 (mon.0) 4199 : audit [DBG] from='client.? 172.21.15.136:0/126255539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:03:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:03:59 smithi136 bash[11745]: cluster 2022-04-26T06:03:57.980887+0000 mgr.smithi136.ofnrfx (mgr.14188) 6547 : cluster [DBG] pgmap v6134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:03:59.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:03:59 smithi145 bash[13673]: cluster 2022-04-26T06:03:57.980887+0000 mgr.smithi136.ofnrfx (mgr.14188) 6547 : cluster [DBG] pgmap v6134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:01 smithi136 bash[11745]: cluster 2022-04-26T06:03:59.981452+0000 mgr.smithi136.ofnrfx (mgr.14188) 6548 : cluster [DBG] pgmap v6135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:01.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:01.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:01.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:01 smithi145 bash[13673]: cluster 2022-04-26T06:03:59.981452+0000 mgr.smithi136.ofnrfx (mgr.14188) 6548 : cluster [DBG] pgmap v6135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:01.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:02 smithi136 bash[11745]: audit 2022-04-26T06:04:01.668426+0000 mon.smithi136 (mon.0) 4200 : audit [DBG] from='client.? 172.21.15.136:0/328463916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:02.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:02 smithi145 bash[13673]: audit 2022-04-26T06:04:01.668426+0000 mon.smithi136 (mon.0) 4200 : audit [DBG] from='client.? 172.21.15.136:0/328463916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:03 smithi145 bash[13673]: cluster 2022-04-26T06:04:01.982133+0000 mgr.smithi136.ofnrfx (mgr.14188) 6549 : cluster [DBG] pgmap v6136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:03 smithi145 bash[13673]: audit 2022-04-26T06:04:02.685988+0000 mon.smithi136 (mon.0) 4201 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:04:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:03 smithi145 bash[13673]: audit 2022-04-26T06:04:02.689802+0000 mon.smithi136 (mon.0) 4202 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:04:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:03 smithi136 bash[11745]: cluster 2022-04-26T06:04:01.982133+0000 mgr.smithi136.ofnrfx (mgr.14188) 6549 : cluster [DBG] pgmap v6136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:03 smithi136 bash[11745]: audit 2022-04-26T06:04:02.685988+0000 mon.smithi136 (mon.0) 4201 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:04:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:03 smithi136 bash[11745]: audit 2022-04-26T06:04:02.689802+0000 mon.smithi136 (mon.0) 4202 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:04:04.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:04 smithi145 bash[13673]: audit 2022-04-26T06:04:03.991782+0000 mon.smithi136 (mon.0) 4203 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:04:04.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:04 smithi145 bash[13673]: audit 2022-04-26T06:04:03.994642+0000 mon.smithi136 (mon.0) 4204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:04:04.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:04 smithi145 bash[13673]: audit 2022-04-26T06:04:03.996592+0000 mon.smithi136 (mon.0) 4205 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:04:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:04 smithi136 bash[11745]: audit 2022-04-26T06:04:03.991782+0000 mon.smithi136 (mon.0) 4203 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:04:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:04 smithi136 bash[11745]: audit 2022-04-26T06:04:03.994642+0000 mon.smithi136 (mon.0) 4204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:04:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:04 smithi136 bash[11745]: audit 2022-04-26T06:04:03.996592+0000 mon.smithi136 (mon.0) 4205 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:04:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:05 smithi136 bash[11745]: cluster 2022-04-26T06:04:03.982848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6550 : cluster [DBG] pgmap v6137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:05 smithi136 bash[11745]: cluster 2022-04-26T06:04:04.299754+0000 mgr.smithi136.ofnrfx (mgr.14188) 6551 : cluster [DBG] pgmap v6138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:05 smithi136 bash[11745]: cluster 2022-04-26T06:04:04.300269+0000 mgr.smithi136.ofnrfx (mgr.14188) 6552 : cluster [DBG] pgmap v6139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:05 smithi136 bash[11745]: audit 2022-04-26T06:04:04.306359+0000 mon.smithi136 (mon.0) 4206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:04:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:05 smithi136 bash[11745]: audit 2022-04-26T06:04:04.313545+0000 mon.smithi136 (mon.0) 4207 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:04:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:05 smithi136 bash[11745]: cephadm 2022-04-26T06:04:04.314735+0000 mgr.smithi136.ofnrfx (mgr.14188) 6553 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:04:05.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:05 smithi136 bash[11745]: cephadm 2022-04-26T06:04:04.314853+0000 mgr.smithi136.ofnrfx (mgr.14188) 6554 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:04:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:05 smithi145 bash[13673]: cluster 2022-04-26T06:04:03.982848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6550 : cluster [DBG] pgmap v6137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:05 smithi145 bash[13673]: cluster 2022-04-26T06:04:04.299754+0000 mgr.smithi136.ofnrfx (mgr.14188) 6551 : cluster [DBG] pgmap v6138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:05 smithi145 bash[13673]: cluster 2022-04-26T06:04:04.300269+0000 mgr.smithi136.ofnrfx (mgr.14188) 6552 : cluster [DBG] pgmap v6139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:05 smithi145 bash[13673]: audit 2022-04-26T06:04:04.306359+0000 mon.smithi136 (mon.0) 4206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:04:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:05 smithi145 bash[13673]: audit 2022-04-26T06:04:04.313545+0000 mon.smithi136 (mon.0) 4207 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:04:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:05 smithi145 bash[13673]: cephadm 2022-04-26T06:04:04.314735+0000 mgr.smithi136.ofnrfx (mgr.14188) 6553 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:04:05.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:05 smithi145 bash[13673]: cephadm 2022-04-26T06:04:04.314853+0000 mgr.smithi136.ofnrfx (mgr.14188) 6554 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:04:06.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:06.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:06.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:07.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:07 smithi145 bash[13673]: cluster 2022-04-26T06:04:06.300870+0000 mgr.smithi136.ofnrfx (mgr.14188) 6555 : cluster [DBG] pgmap v6140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:07 smithi145 bash[13673]: audit 2022-04-26T06:04:06.999342+0000 mon.smithi136 (mon.0) 4208 : audit [DBG] from='client.? 172.21.15.136:0/3123960724' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:07.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:07 smithi136 bash[11745]: cluster 2022-04-26T06:04:06.300870+0000 mgr.smithi136.ofnrfx (mgr.14188) 6555 : cluster [DBG] pgmap v6140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:07.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:07 smithi136 bash[11745]: audit 2022-04-26T06:04:06.999342+0000 mon.smithi136 (mon.0) 4208 : audit [DBG] from='client.? 172.21.15.136:0/3123960724' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:09.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:09 smithi145 bash[13673]: cluster 2022-04-26T06:04:08.301515+0000 mgr.smithi136.ofnrfx (mgr.14188) 6556 : cluster [DBG] pgmap v6141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:09.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:09 smithi136 bash[11745]: cluster 2022-04-26T06:04:08.301515+0000 mgr.smithi136.ofnrfx (mgr.14188) 6556 : cluster [DBG] pgmap v6141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:11 smithi145 bash[13673]: cluster 2022-04-26T06:04:10.302072+0000 mgr.smithi136.ofnrfx (mgr.14188) 6557 : cluster [DBG] pgmap v6142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:11 smithi136 bash[11745]: cluster 2022-04-26T06:04:10.302072+0000 mgr.smithi136.ofnrfx (mgr.14188) 6557 : cluster [DBG] pgmap v6142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:12.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:12.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:12.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:12.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:12 smithi145 bash[13673]: cluster 2022-04-26T06:04:12.302688+0000 mgr.smithi136.ofnrfx (mgr.14188) 6558 : cluster [DBG] pgmap v6143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:12 smithi145 bash[13673]: audit 2022-04-26T06:04:12.325201+0000 mon.smithi136 (mon.0) 4209 : audit [DBG] from='client.? 172.21.15.136:0/3137588171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:12 smithi136 bash[11745]: cluster 2022-04-26T06:04:12.302688+0000 mgr.smithi136.ofnrfx (mgr.14188) 6558 : cluster [DBG] pgmap v6143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:12 smithi136 bash[11745]: audit 2022-04-26T06:04:12.325201+0000 mon.smithi136 (mon.0) 4209 : audit [DBG] from='client.? 172.21.15.136:0/3137588171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:15 smithi145 bash[13673]: cluster 2022-04-26T06:04:14.303356+0000 mgr.smithi136.ofnrfx (mgr.14188) 6559 : cluster [DBG] pgmap v6144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:15.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:15 smithi136 bash[11745]: cluster 2022-04-26T06:04:14.303356+0000 mgr.smithi136.ofnrfx (mgr.14188) 6559 : cluster [DBG] pgmap v6144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:17.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:17.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:17.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:17 smithi145 bash[13673]: cluster 2022-04-26T06:04:16.303951+0000 mgr.smithi136.ofnrfx (mgr.14188) 6560 : cluster [DBG] pgmap v6145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:17.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:17.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:17 smithi136 bash[11745]: cluster 2022-04-26T06:04:16.303951+0000 mgr.smithi136.ofnrfx (mgr.14188) 6560 : cluster [DBG] pgmap v6145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:18 smithi145 bash[13673]: audit 2022-04-26T06:04:17.651249+0000 mon.smithi136 (mon.0) 4210 : audit [DBG] from='client.? 172.21.15.136:0/632894815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:18 smithi136 bash[11745]: audit 2022-04-26T06:04:17.651249+0000 mon.smithi136 (mon.0) 4210 : audit [DBG] from='client.? 172.21.15.136:0/632894815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:19 smithi145 bash[13673]: cluster 2022-04-26T06:04:18.304564+0000 mgr.smithi136.ofnrfx (mgr.14188) 6561 : cluster [DBG] pgmap v6146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:19.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:19 smithi136 bash[11745]: cluster 2022-04-26T06:04:18.304564+0000 mgr.smithi136.ofnrfx (mgr.14188) 6561 : cluster [DBG] pgmap v6146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:20 smithi145 bash[13673]: cluster 2022-04-26T06:04:20.305216+0000 mgr.smithi136.ofnrfx (mgr.14188) 6562 : cluster [DBG] pgmap v6147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:20 smithi136 bash[11745]: cluster 2022-04-26T06:04:20.305216+0000 mgr.smithi136.ofnrfx (mgr.14188) 6562 : cluster [DBG] pgmap v6147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:22.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:22.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:22.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:22.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:23.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:22 smithi145 bash[13673]: cluster 2022-04-26T06:04:22.305850+0000 mgr.smithi136.ofnrfx (mgr.14188) 6563 : cluster [DBG] pgmap v6148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:22 smithi136 bash[11745]: cluster 2022-04-26T06:04:22.305850+0000 mgr.smithi136.ofnrfx (mgr.14188) 6563 : cluster [DBG] pgmap v6148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:24.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:23 smithi145 bash[13673]: audit 2022-04-26T06:04:22.977806+0000 mon.smithi136 (mon.0) 4211 : audit [DBG] from='client.? 172.21.15.136:0/1361903195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:23 smithi136 bash[11745]: audit 2022-04-26T06:04:22.977806+0000 mon.smithi136 (mon.0) 4211 : audit [DBG] from='client.? 172.21.15.136:0/1361903195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:25.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:24 smithi145 bash[13673]: cluster 2022-04-26T06:04:24.306508+0000 mgr.smithi136.ofnrfx (mgr.14188) 6564 : cluster [DBG] pgmap v6149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:24 smithi136 bash[11745]: cluster 2022-04-26T06:04:24.306508+0000 mgr.smithi136.ofnrfx (mgr.14188) 6564 : cluster [DBG] pgmap v6149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:27 smithi145 bash[13673]: cluster 2022-04-26T06:04:26.307205+0000 mgr.smithi136.ofnrfx (mgr.14188) 6565 : cluster [DBG] pgmap v6150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:27 smithi136 bash[11745]: cluster 2022-04-26T06:04:26.307205+0000 mgr.smithi136.ofnrfx (mgr.14188) 6565 : cluster [DBG] pgmap v6150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:27.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:27.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:27.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:28.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:28 smithi145 bash[13673]: audit 2022-04-26T06:04:28.305790+0000 mon.smithi136 (mon.0) 4212 : audit [DBG] from='client.? 172.21.15.136:0/3726115875' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:28.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:28 smithi136 bash[11745]: audit 2022-04-26T06:04:28.305790+0000 mon.smithi136 (mon.0) 4212 : audit [DBG] from='client.? 172.21.15.136:0/3726115875' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:29.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:29 smithi145 bash[13673]: cluster 2022-04-26T06:04:28.307821+0000 mgr.smithi136.ofnrfx (mgr.14188) 6566 : cluster [DBG] pgmap v6151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:29.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:29 smithi136 bash[11745]: cluster 2022-04-26T06:04:28.307821+0000 mgr.smithi136.ofnrfx (mgr.14188) 6566 : cluster [DBG] pgmap v6151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:30.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:30 smithi145 bash[13673]: cluster 2022-04-26T06:04:30.308453+0000 mgr.smithi136.ofnrfx (mgr.14188) 6567 : cluster [DBG] pgmap v6152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:30.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:30 smithi136 bash[11745]: cluster 2022-04-26T06:04:30.308453+0000 mgr.smithi136.ofnrfx (mgr.14188) 6567 : cluster [DBG] pgmap v6152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:33.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:32 smithi145 bash[13673]: cluster 2022-04-26T06:04:32.309118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6568 : cluster [DBG] pgmap v6153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:33.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:32 smithi136 bash[11745]: cluster 2022-04-26T06:04:32.309118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6568 : cluster [DBG] pgmap v6153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:33.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:33.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:33.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:33.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:34.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:33 smithi145 bash[13673]: audit 2022-04-26T06:04:33.633377+0000 mon.smithi136 (mon.0) 4213 : audit [DBG] from='client.? 172.21.15.136:0/3982665017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:33 smithi136 bash[11745]: audit 2022-04-26T06:04:33.633377+0000 mon.smithi136 (mon.0) 4213 : audit [DBG] from='client.? 172.21.15.136:0/3982665017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:35.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:34 smithi145 bash[13673]: cluster 2022-04-26T06:04:34.309814+0000 mgr.smithi136.ofnrfx (mgr.14188) 6569 : cluster [DBG] pgmap v6154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:34 smithi136 bash[11745]: cluster 2022-04-26T06:04:34.309814+0000 mgr.smithi136.ofnrfx (mgr.14188) 6569 : cluster [DBG] pgmap v6154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:37.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:37 smithi145 bash[13673]: cluster 2022-04-26T06:04:36.310474+0000 mgr.smithi136.ofnrfx (mgr.14188) 6570 : cluster [DBG] pgmap v6155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:37.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:37 smithi136 bash[11745]: cluster 2022-04-26T06:04:36.310474+0000 mgr.smithi136.ofnrfx (mgr.14188) 6570 : cluster [DBG] pgmap v6155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:38.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:38.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:38.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:38.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:39 smithi145 bash[13673]: cluster 2022-04-26T06:04:38.311104+0000 mgr.smithi136.ofnrfx (mgr.14188) 6571 : cluster [DBG] pgmap v6156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:39 smithi145 bash[13673]: audit 2022-04-26T06:04:38.964627+0000 mon.smithi136 (mon.0) 4214 : audit [DBG] from='client.? 172.21.15.136:0/3441337368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:39.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:39 smithi136 bash[11745]: cluster 2022-04-26T06:04:38.311104+0000 mgr.smithi136.ofnrfx (mgr.14188) 6571 : cluster [DBG] pgmap v6156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:39.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:39 smithi136 bash[11745]: audit 2022-04-26T06:04:38.964627+0000 mon.smithi136 (mon.0) 4214 : audit [DBG] from='client.? 172.21.15.136:0/3441337368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:40.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:40 smithi145 bash[13673]: cluster 2022-04-26T06:04:40.311718+0000 mgr.smithi136.ofnrfx (mgr.14188) 6572 : cluster [DBG] pgmap v6157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:40.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:40 smithi136 bash[11745]: cluster 2022-04-26T06:04:40.311718+0000 mgr.smithi136.ofnrfx (mgr.14188) 6572 : cluster [DBG] pgmap v6157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:43.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:42 smithi145 bash[13673]: cluster 2022-04-26T06:04:42.312340+0000 mgr.smithi136.ofnrfx (mgr.14188) 6573 : cluster [DBG] pgmap v6158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:42 smithi136 bash[11745]: cluster 2022-04-26T06:04:42.312340+0000 mgr.smithi136.ofnrfx (mgr.14188) 6573 : cluster [DBG] pgmap v6158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:43.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:43.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:43.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:44.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:44.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:44 smithi145 bash[13673]: audit 2022-04-26T06:04:44.292920+0000 mon.smithi136 (mon.0) 4215 : audit [DBG] from='client.? 172.21.15.136:0/3933000343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:44.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:44 smithi136 bash[11745]: audit 2022-04-26T06:04:44.292920+0000 mon.smithi136 (mon.0) 4215 : audit [DBG] from='client.? 172.21.15.136:0/3933000343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:45.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:45 smithi145 bash[13673]: cluster 2022-04-26T06:04:44.312943+0000 mgr.smithi136.ofnrfx (mgr.14188) 6574 : cluster [DBG] pgmap v6159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:45.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:45 smithi136 bash[11745]: cluster 2022-04-26T06:04:44.312943+0000 mgr.smithi136.ofnrfx (mgr.14188) 6574 : cluster [DBG] pgmap v6159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:47.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:47 smithi145 bash[13673]: cluster 2022-04-26T06:04:46.313621+0000 mgr.smithi136.ofnrfx (mgr.14188) 6575 : cluster [DBG] pgmap v6160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:47.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:47 smithi136 bash[11745]: cluster 2022-04-26T06:04:46.313621+0000 mgr.smithi136.ofnrfx (mgr.14188) 6575 : cluster [DBG] pgmap v6160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:48.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:48 smithi145 bash[13673]: cluster 2022-04-26T06:04:48.314222+0000 mgr.smithi136.ofnrfx (mgr.14188) 6576 : cluster [DBG] pgmap v6161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:48.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:48 smithi136 bash[11745]: cluster 2022-04-26T06:04:48.314222+0000 mgr.smithi136.ofnrfx (mgr.14188) 6576 : cluster [DBG] pgmap v6161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:49.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:49.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:49.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:49.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:50.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:49 smithi136 bash[11745]: audit 2022-04-26T06:04:49.616842+0000 mon.smithi136 (mon.0) 4216 : audit [DBG] from='client.? 172.21.15.136:0/2377550399' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:50.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:49 smithi145 bash[13673]: audit 2022-04-26T06:04:49.616842+0000 mon.smithi136 (mon.0) 4216 : audit [DBG] from='client.? 172.21.15.136:0/2377550399' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:51.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:50 smithi136 bash[11745]: cluster 2022-04-26T06:04:50.314875+0000 mgr.smithi136.ofnrfx (mgr.14188) 6577 : cluster [DBG] pgmap v6162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:51.195 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:50 smithi145 bash[13673]: cluster 2022-04-26T06:04:50.314875+0000 mgr.smithi136.ofnrfx (mgr.14188) 6577 : cluster [DBG] pgmap v6162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:53.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:52 smithi145 bash[13673]: cluster 2022-04-26T06:04:52.315560+0000 mgr.smithi136.ofnrfx (mgr.14188) 6578 : cluster [DBG] pgmap v6163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:52 smithi136 bash[11745]: cluster 2022-04-26T06:04:52.315560+0000 mgr.smithi136.ofnrfx (mgr.14188) 6578 : cluster [DBG] pgmap v6163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:54.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:54.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:54.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:04:54.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:04:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:55 smithi145 bash[13673]: cluster 2022-04-26T06:04:54.316191+0000 mgr.smithi136.ofnrfx (mgr.14188) 6579 : cluster [DBG] pgmap v6164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:55 smithi145 bash[13673]: audit 2022-04-26T06:04:54.947772+0000 mon.smithi136 (mon.0) 4217 : audit [DBG] from='client.? 172.21.15.136:0/723802677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:55.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:55 smithi136 bash[11745]: cluster 2022-04-26T06:04:54.316191+0000 mgr.smithi136.ofnrfx (mgr.14188) 6579 : cluster [DBG] pgmap v6164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:55.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:55 smithi136 bash[11745]: audit 2022-04-26T06:04:54.947772+0000 mon.smithi136 (mon.0) 4217 : audit [DBG] from='client.? 172.21.15.136:0/723802677' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:04:56.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:56 smithi136 bash[11745]: cluster 2022-04-26T06:04:56.316823+0000 mgr.smithi136.ofnrfx (mgr.14188) 6580 : cluster [DBG] pgmap v6165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:56.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:56 smithi145 bash[13673]: cluster 2022-04-26T06:04:56.316823+0000 mgr.smithi136.ofnrfx (mgr.14188) 6580 : cluster [DBG] pgmap v6165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:59.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:04:59 smithi145 bash[13673]: cluster 2022-04-26T06:04:58.317441+0000 mgr.smithi136.ofnrfx (mgr.14188) 6581 : cluster [DBG] pgmap v6166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:59.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:04:59 smithi136 bash[11745]: cluster 2022-04-26T06:04:58.317441+0000 mgr.smithi136.ofnrfx (mgr.14188) 6581 : cluster [DBG] pgmap v6166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:04:59.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:04:59.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:04:59.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:00.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:00 smithi145 bash[13673]: audit 2022-04-26T06:05:00.268534+0000 mon.smithi136 (mon.0) 4218 : audit [DBG] from='client.? 172.21.15.136:0/3460990733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:00.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:00 smithi136 bash[11745]: audit 2022-04-26T06:05:00.268534+0000 mon.smithi136 (mon.0) 4218 : audit [DBG] from='client.? 172.21.15.136:0/3460990733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:01.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:01 smithi145 bash[13673]: cluster 2022-04-26T06:05:00.318042+0000 mgr.smithi136.ofnrfx (mgr.14188) 6582 : cluster [DBG] pgmap v6167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:01.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:01 smithi136 bash[11745]: cluster 2022-04-26T06:05:00.318042+0000 mgr.smithi136.ofnrfx (mgr.14188) 6582 : cluster [DBG] pgmap v6167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:02 smithi145 bash[13673]: cluster 2022-04-26T06:05:02.318690+0000 mgr.smithi136.ofnrfx (mgr.14188) 6583 : cluster [DBG] pgmap v6168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:02 smithi145 bash[13673]: audit 2022-04-26T06:05:02.690085+0000 mon.smithi136 (mon.0) 4219 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:05:03.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:02 smithi145 bash[13673]: audit 2022-04-26T06:05:02.693883+0000 mon.smithi136 (mon.0) 4220 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:05:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:02 smithi136 bash[11745]: cluster 2022-04-26T06:05:02.318690+0000 mgr.smithi136.ofnrfx (mgr.14188) 6583 : cluster [DBG] pgmap v6168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:03.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:02 smithi136 bash[11745]: audit 2022-04-26T06:05:02.690085+0000 mon.smithi136 (mon.0) 4219 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:05:03.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:02 smithi136 bash[11745]: audit 2022-04-26T06:05:02.693883+0000 mon.smithi136 (mon.0) 4220 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:05:04.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:04 smithi145 bash[13673]: cluster 2022-04-26T06:05:04.319323+0000 mgr.smithi136.ofnrfx (mgr.14188) 6584 : cluster [DBG] pgmap v6169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:04.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:04 smithi145 bash[13673]: audit 2022-04-26T06:05:04.326312+0000 mon.smithi136 (mon.0) 4221 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:05:04.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:04 smithi145 bash[13673]: audit 2022-04-26T06:05:04.329376+0000 mon.smithi136 (mon.0) 4222 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:05:04.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:04 smithi145 bash[13673]: audit 2022-04-26T06:05:04.331673+0000 mon.smithi136 (mon.0) 4223 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:05:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:04 smithi136 bash[11745]: cluster 2022-04-26T06:05:04.319323+0000 mgr.smithi136.ofnrfx (mgr.14188) 6584 : cluster [DBG] pgmap v6169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:04 smithi136 bash[11745]: audit 2022-04-26T06:05:04.326312+0000 mon.smithi136 (mon.0) 4221 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:05:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:04 smithi136 bash[11745]: audit 2022-04-26T06:05:04.329376+0000 mon.smithi136 (mon.0) 4222 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:05:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:04 smithi136 bash[11745]: audit 2022-04-26T06:05:04.331673+0000 mon.smithi136 (mon.0) 4223 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:05:05.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:05.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:05.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:05.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:05.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:05 smithi145 bash[13673]: audit 2022-04-26T06:05:05.595491+0000 mon.smithi136 (mon.0) 4224 : audit [DBG] from='client.? 172.21.15.136:0/56298609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:06.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:05 smithi136 bash[11745]: audit 2022-04-26T06:05:05.595491+0000 mon.smithi136 (mon.0) 4224 : audit [DBG] from='client.? 172.21.15.136:0/56298609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:07.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:06 smithi136 bash[11745]: cluster 2022-04-26T06:05:06.319998+0000 mgr.smithi136.ofnrfx (mgr.14188) 6585 : cluster [DBG] pgmap v6170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:07.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:06 smithi145 bash[13673]: cluster 2022-04-26T06:05:06.319998+0000 mgr.smithi136.ofnrfx (mgr.14188) 6585 : cluster [DBG] pgmap v6170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:09 smithi136 bash[11745]: audit 2022-04-26T06:05:08.132396+0000 mon.smithi136 (mon.0) 4225 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:05:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:09 smithi136 bash[11745]: cluster 2022-04-26T06:05:08.320647+0000 mgr.smithi136.ofnrfx (mgr.14188) 6586 : cluster [DBG] pgmap v6171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:09 smithi136 bash[11745]: audit 2022-04-26T06:05:08.853941+0000 mon.smithi136 (mon.0) 4226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:05:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:09 smithi145 bash[13673]: audit 2022-04-26T06:05:08.132396+0000 mon.smithi136 (mon.0) 4225 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:05:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:09 smithi145 bash[13673]: cluster 2022-04-26T06:05:08.320647+0000 mgr.smithi136.ofnrfx (mgr.14188) 6586 : cluster [DBG] pgmap v6171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:09 smithi145 bash[13673]: audit 2022-04-26T06:05:08.853941+0000 mon.smithi136 (mon.0) 4226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:05:10.402 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:10 smithi136 bash[11745]: cluster 2022-04-26T06:05:09.139213+0000 mgr.smithi136.ofnrfx (mgr.14188) 6587 : cluster [DBG] pgmap v6172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:10.402 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:10 smithi136 bash[11745]: cluster 2022-04-26T06:05:09.139679+0000 mgr.smithi136.ofnrfx (mgr.14188) 6588 : cluster [DBG] pgmap v6173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:10.402 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:10 smithi136 bash[11745]: audit 2022-04-26T06:05:09.145498+0000 mon.smithi136 (mon.0) 4227 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:05:10.402 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:10 smithi136 bash[11745]: audit 2022-04-26T06:05:09.151401+0000 mon.smithi136 (mon.0) 4228 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:05:10.402 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:10 smithi136 bash[11745]: cephadm 2022-04-26T06:05:09.152370+0000 mgr.smithi136.ofnrfx (mgr.14188) 6589 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:05:10.403 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:10 smithi136 bash[11745]: cephadm 2022-04-26T06:05:09.152503+0000 mgr.smithi136.ofnrfx (mgr.14188) 6590 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:05:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:10 smithi145 bash[13673]: cluster 2022-04-26T06:05:09.139213+0000 mgr.smithi136.ofnrfx (mgr.14188) 6587 : cluster [DBG] pgmap v6172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:10 smithi145 bash[13673]: cluster 2022-04-26T06:05:09.139679+0000 mgr.smithi136.ofnrfx (mgr.14188) 6588 : cluster [DBG] pgmap v6173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:10 smithi145 bash[13673]: audit 2022-04-26T06:05:09.145498+0000 mon.smithi136 (mon.0) 4227 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:05:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:10 smithi145 bash[13673]: audit 2022-04-26T06:05:09.151401+0000 mon.smithi136 (mon.0) 4228 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:05:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:10 smithi145 bash[13673]: cephadm 2022-04-26T06:05:09.152370+0000 mgr.smithi136.ofnrfx (mgr.14188) 6589 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:05:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:10 smithi145 bash[13673]: cephadm 2022-04-26T06:05:09.152503+0000 mgr.smithi136.ofnrfx (mgr.14188) 6590 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:05:10.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:10.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:10.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:10.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:11 smithi136 bash[11745]: audit 2022-04-26T06:05:10.926040+0000 mon.smithi136 (mon.0) 4229 : audit [DBG] from='client.? 172.21.15.136:0/1357292984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:11 smithi145 bash[13673]: audit 2022-04-26T06:05:10.926040+0000 mon.smithi136 (mon.0) 4229 : audit [DBG] from='client.? 172.21.15.136:0/1357292984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:12 smithi136 bash[11745]: cluster 2022-04-26T06:05:11.140306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6591 : cluster [DBG] pgmap v6174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:12 smithi145 bash[13673]: cluster 2022-04-26T06:05:11.140306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6591 : cluster [DBG] pgmap v6174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:14.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:14 smithi136 bash[11745]: cluster 2022-04-26T06:05:13.140916+0000 mgr.smithi136.ofnrfx (mgr.14188) 6592 : cluster [DBG] pgmap v6175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:14.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:14 smithi145 bash[13673]: cluster 2022-04-26T06:05:13.140916+0000 mgr.smithi136.ofnrfx (mgr.14188) 6592 : cluster [DBG] pgmap v6175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:15.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:15.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:15.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:16.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:16 smithi136 bash[11745]: cluster 2022-04-26T06:05:15.141510+0000 mgr.smithi136.ofnrfx (mgr.14188) 6593 : cluster [DBG] pgmap v6176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:16.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:16 smithi145 bash[13673]: cluster 2022-04-26T06:05:15.141510+0000 mgr.smithi136.ofnrfx (mgr.14188) 6593 : cluster [DBG] pgmap v6176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:17 smithi136 bash[11745]: audit 2022-04-26T06:05:16.256460+0000 mon.smithi136 (mon.0) 4230 : audit [DBG] from='client.? 172.21.15.136:0/3774997088' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:17 smithi145 bash[13673]: audit 2022-04-26T06:05:16.256460+0000 mon.smithi136 (mon.0) 4230 : audit [DBG] from='client.? 172.21.15.136:0/3774997088' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:18 smithi145 bash[13673]: cluster 2022-04-26T06:05:17.142211+0000 mgr.smithi136.ofnrfx (mgr.14188) 6594 : cluster [DBG] pgmap v6177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:18 smithi136 bash[11745]: cluster 2022-04-26T06:05:17.142211+0000 mgr.smithi136.ofnrfx (mgr.14188) 6594 : cluster [DBG] pgmap v6177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:20 smithi136 bash[11745]: cluster 2022-04-26T06:05:19.142878+0000 mgr.smithi136.ofnrfx (mgr.14188) 6595 : cluster [DBG] pgmap v6178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:20 smithi145 bash[13673]: cluster 2022-04-26T06:05:19.142878+0000 mgr.smithi136.ofnrfx (mgr.14188) 6595 : cluster [DBG] pgmap v6178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:21.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:21.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:21.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:21.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:22 smithi136 bash[11745]: cluster 2022-04-26T06:05:21.143587+0000 mgr.smithi136.ofnrfx (mgr.14188) 6596 : cluster [DBG] pgmap v6179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:22 smithi136 bash[11745]: audit 2022-04-26T06:05:21.582459+0000 mon.smithi136 (mon.0) 4231 : audit [DBG] from='client.? 172.21.15.136:0/3609262081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:22.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:22 smithi145 bash[13673]: cluster 2022-04-26T06:05:21.143587+0000 mgr.smithi136.ofnrfx (mgr.14188) 6596 : cluster [DBG] pgmap v6179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:22.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:22 smithi145 bash[13673]: audit 2022-04-26T06:05:21.582459+0000 mon.smithi136 (mon.0) 4231 : audit [DBG] from='client.? 172.21.15.136:0/3609262081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:24 smithi136 bash[11745]: cluster 2022-04-26T06:05:23.144192+0000 mgr.smithi136.ofnrfx (mgr.14188) 6597 : cluster [DBG] pgmap v6180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:24.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:24 smithi145 bash[13673]: cluster 2022-04-26T06:05:23.144192+0000 mgr.smithi136.ofnrfx (mgr.14188) 6597 : cluster [DBG] pgmap v6180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:26 smithi136 bash[11745]: cluster 2022-04-26T06:05:25.144900+0000 mgr.smithi136.ofnrfx (mgr.14188) 6598 : cluster [DBG] pgmap v6181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:26.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:26.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:26.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:26 smithi145 bash[13673]: cluster 2022-04-26T06:05:25.144900+0000 mgr.smithi136.ofnrfx (mgr.14188) 6598 : cluster [DBG] pgmap v6181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:26.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:27 smithi145 bash[13673]: audit 2022-04-26T06:05:26.909500+0000 mon.smithi136 (mon.0) 4232 : audit [DBG] from='client.? 172.21.15.136:0/2629360580' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:27 smithi145 bash[13673]: cluster 2022-04-26T06:05:27.145549+0000 mgr.smithi136.ofnrfx (mgr.14188) 6599 : cluster [DBG] pgmap v6182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:27 smithi136 bash[11745]: audit 2022-04-26T06:05:26.909500+0000 mon.smithi136 (mon.0) 4232 : audit [DBG] from='client.? 172.21.15.136:0/2629360580' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:27 smithi136 bash[11745]: cluster 2022-04-26T06:05:27.145549+0000 mgr.smithi136.ofnrfx (mgr.14188) 6599 : cluster [DBG] pgmap v6182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:30 smithi136 bash[11745]: cluster 2022-04-26T06:05:29.146199+0000 mgr.smithi136.ofnrfx (mgr.14188) 6600 : cluster [DBG] pgmap v6183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:30.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:30 smithi145 bash[13673]: cluster 2022-04-26T06:05:29.146199+0000 mgr.smithi136.ofnrfx (mgr.14188) 6600 : cluster [DBG] pgmap v6183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:31.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:31.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:31.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:32.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:32.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:32 smithi136 bash[11745]: cluster 2022-04-26T06:05:31.146845+0000 mgr.smithi136.ofnrfx (mgr.14188) 6601 : cluster [DBG] pgmap v6184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:32 smithi145 bash[13673]: cluster 2022-04-26T06:05:31.146845+0000 mgr.smithi136.ofnrfx (mgr.14188) 6601 : cluster [DBG] pgmap v6184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:33.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:33 smithi136 bash[11745]: audit 2022-04-26T06:05:32.239027+0000 mon.smithi136 (mon.0) 4233 : audit [DBG] from='client.? 172.21.15.136:0/3575532657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:33 smithi145 bash[13673]: audit 2022-04-26T06:05:32.239027+0000 mon.smithi136 (mon.0) 4233 : audit [DBG] from='client.? 172.21.15.136:0/3575532657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:34 smithi136 bash[11745]: cluster 2022-04-26T06:05:33.147453+0000 mgr.smithi136.ofnrfx (mgr.14188) 6602 : cluster [DBG] pgmap v6185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:34.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:34 smithi145 bash[13673]: cluster 2022-04-26T06:05:33.147453+0000 mgr.smithi136.ofnrfx (mgr.14188) 6602 : cluster [DBG] pgmap v6185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:36 smithi136 bash[11745]: cluster 2022-04-26T06:05:35.148159+0000 mgr.smithi136.ofnrfx (mgr.14188) 6603 : cluster [DBG] pgmap v6186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:36 smithi145 bash[13673]: cluster 2022-04-26T06:05:35.148159+0000 mgr.smithi136.ofnrfx (mgr.14188) 6603 : cluster [DBG] pgmap v6186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:37.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:37.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:37.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:37.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:37 smithi145 bash[13673]: cluster 2022-04-26T06:05:37.148816+0000 mgr.smithi136.ofnrfx (mgr.14188) 6604 : cluster [DBG] pgmap v6187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:38.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:37 smithi145 bash[13673]: audit 2022-04-26T06:05:37.570082+0000 mon.smithi136 (mon.0) 4234 : audit [DBG] from='client.? 172.21.15.136:0/3053423619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:38.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:37 smithi136 bash[11745]: cluster 2022-04-26T06:05:37.148816+0000 mgr.smithi136.ofnrfx (mgr.14188) 6604 : cluster [DBG] pgmap v6187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:38.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:37 smithi136 bash[11745]: audit 2022-04-26T06:05:37.570082+0000 mon.smithi136 (mon.0) 4234 : audit [DBG] from='client.? 172.21.15.136:0/3053423619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:40.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:40 smithi136 bash[11745]: cluster 2022-04-26T06:05:39.149440+0000 mgr.smithi136.ofnrfx (mgr.14188) 6605 : cluster [DBG] pgmap v6188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:40.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:40 smithi145 bash[13673]: cluster 2022-04-26T06:05:39.149440+0000 mgr.smithi136.ofnrfx (mgr.14188) 6605 : cluster [DBG] pgmap v6188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:42 smithi136 bash[11745]: cluster 2022-04-26T06:05:41.150177+0000 mgr.smithi136.ofnrfx (mgr.14188) 6606 : cluster [DBG] pgmap v6189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:42.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:42.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:42.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:42 smithi145 bash[13673]: cluster 2022-04-26T06:05:41.150177+0000 mgr.smithi136.ofnrfx (mgr.14188) 6606 : cluster [DBG] pgmap v6189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:42.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:43.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:43 smithi136 bash[11745]: audit 2022-04-26T06:05:42.902323+0000 mon.smithi136 (mon.0) 4235 : audit [DBG] from='client.? 172.21.15.136:0/434428728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:43.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:43 smithi145 bash[13673]: audit 2022-04-26T06:05:42.902323+0000 mon.smithi136 (mon.0) 4235 : audit [DBG] from='client.? 172.21.15.136:0/434428728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:44 smithi136 bash[11745]: cluster 2022-04-26T06:05:43.150848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6607 : cluster [DBG] pgmap v6190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:44.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:44 smithi145 bash[13673]: cluster 2022-04-26T06:05:43.150848+0000 mgr.smithi136.ofnrfx (mgr.14188) 6607 : cluster [DBG] pgmap v6190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:46 smithi136 bash[11745]: cluster 2022-04-26T06:05:45.151499+0000 mgr.smithi136.ofnrfx (mgr.14188) 6608 : cluster [DBG] pgmap v6191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:46.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:46 smithi145 bash[13673]: cluster 2022-04-26T06:05:45.151499+0000 mgr.smithi136.ofnrfx (mgr.14188) 6608 : cluster [DBG] pgmap v6191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:47.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:47.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:47.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:47 smithi145 bash[13673]: cluster 2022-04-26T06:05:47.152165+0000 mgr.smithi136.ofnrfx (mgr.14188) 6609 : cluster [DBG] pgmap v6192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:48.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:48.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:47 smithi136 bash[11745]: cluster 2022-04-26T06:05:47.152165+0000 mgr.smithi136.ofnrfx (mgr.14188) 6609 : cluster [DBG] pgmap v6192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:49.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:48 smithi145 bash[13673]: audit 2022-04-26T06:05:48.233792+0000 mon.smithi136 (mon.0) 4236 : audit [DBG] from='client.? 172.21.15.136:0/907514979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:48 smithi136 bash[11745]: audit 2022-04-26T06:05:48.233792+0000 mon.smithi136 (mon.0) 4236 : audit [DBG] from='client.? 172.21.15.136:0/907514979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:50.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:49 smithi145 bash[13673]: cluster 2022-04-26T06:05:49.152787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6610 : cluster [DBG] pgmap v6193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:50.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:49 smithi136 bash[11745]: cluster 2022-04-26T06:05:49.152787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6610 : cluster [DBG] pgmap v6193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:52 smithi136 bash[11745]: cluster 2022-04-26T06:05:51.153426+0000 mgr.smithi136.ofnrfx (mgr.14188) 6611 : cluster [DBG] pgmap v6194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:52.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:52 smithi145 bash[13673]: cluster 2022-04-26T06:05:51.153426+0000 mgr.smithi136.ofnrfx (mgr.14188) 6611 : cluster [DBG] pgmap v6194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:53.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:53.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:53.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:53.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:54 smithi136 bash[11745]: cluster 2022-04-26T06:05:53.154022+0000 mgr.smithi136.ofnrfx (mgr.14188) 6612 : cluster [DBG] pgmap v6195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:54 smithi136 bash[11745]: audit 2022-04-26T06:05:53.561671+0000 mon.smithi136 (mon.0) 4237 : audit [DBG] from='client.? 172.21.15.136:0/4121891815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:54.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:54 smithi145 bash[13673]: cluster 2022-04-26T06:05:53.154022+0000 mgr.smithi136.ofnrfx (mgr.14188) 6612 : cluster [DBG] pgmap v6195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:54.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:54 smithi145 bash[13673]: audit 2022-04-26T06:05:53.561671+0000 mon.smithi136 (mon.0) 4237 : audit [DBG] from='client.? 172.21.15.136:0/4121891815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:56 smithi136 bash[11745]: cluster 2022-04-26T06:05:55.154631+0000 mgr.smithi136.ofnrfx (mgr.14188) 6613 : cluster [DBG] pgmap v6196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:56.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:56 smithi145 bash[13673]: cluster 2022-04-26T06:05:55.154631+0000 mgr.smithi136.ofnrfx (mgr.14188) 6613 : cluster [DBG] pgmap v6196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:58.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:57 smithi145 bash[13673]: cluster 2022-04-26T06:05:57.155271+0000 mgr.smithi136.ofnrfx (mgr.14188) 6614 : cluster [DBG] pgmap v6197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:58.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:57 smithi136 bash[11745]: cluster 2022-04-26T06:05:57.155271+0000 mgr.smithi136.ofnrfx (mgr.14188) 6614 : cluster [DBG] pgmap v6197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:05:58.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:05:58.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:05:58.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:05:58.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:05:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:58 smithi136 bash[11745]: audit 2022-04-26T06:05:58.888532+0000 mon.smithi136 (mon.0) 4238 : audit [DBG] from='client.? 172.21.15.136:0/196879042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:05:59.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:58 smithi145 bash[13673]: audit 2022-04-26T06:05:58.888532+0000 mon.smithi136 (mon.0) 4238 : audit [DBG] from='client.? 172.21.15.136:0/196879042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:05:59 smithi136 bash[11745]: cluster 2022-04-26T06:05:59.156015+0000 mgr.smithi136.ofnrfx (mgr.14188) 6615 : cluster [DBG] pgmap v6198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:00.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:05:59 smithi145 bash[13673]: cluster 2022-04-26T06:05:59.156015+0000 mgr.smithi136.ofnrfx (mgr.14188) 6615 : cluster [DBG] pgmap v6198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:02 smithi136 bash[11745]: cluster 2022-04-26T06:06:01.156716+0000 mgr.smithi136.ofnrfx (mgr.14188) 6616 : cluster [DBG] pgmap v6199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:02.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:02 smithi145 bash[13673]: cluster 2022-04-26T06:06:01.156716+0000 mgr.smithi136.ofnrfx (mgr.14188) 6616 : cluster [DBG] pgmap v6199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:03 smithi136 bash[11745]: audit 2022-04-26T06:06:02.694114+0000 mon.smithi136 (mon.0) 4239 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:06:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:03 smithi136 bash[11745]: audit 2022-04-26T06:06:02.697956+0000 mon.smithi136 (mon.0) 4240 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:06:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:03 smithi145 bash[13673]: audit 2022-04-26T06:06:02.694114+0000 mon.smithi136 (mon.0) 4239 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:06:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:03 smithi145 bash[13673]: audit 2022-04-26T06:06:02.697956+0000 mon.smithi136 (mon.0) 4240 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:06:03.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:03.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:03.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:04.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:04 smithi136 bash[11745]: cluster 2022-04-26T06:06:03.157319+0000 mgr.smithi136.ofnrfx (mgr.14188) 6617 : cluster [DBG] pgmap v6200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:04 smithi136 bash[11745]: audit 2022-04-26T06:06:04.214610+0000 mon.smithi136 (mon.0) 4241 : audit [DBG] from='client.? 172.21.15.136:0/277246548' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:04.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:04 smithi145 bash[13673]: cluster 2022-04-26T06:06:03.157319+0000 mgr.smithi136.ofnrfx (mgr.14188) 6617 : cluster [DBG] pgmap v6200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:04.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:04 smithi145 bash[13673]: audit 2022-04-26T06:06:04.214610+0000 mon.smithi136 (mon.0) 4241 : audit [DBG] from='client.? 172.21.15.136:0/277246548' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:06 smithi136 bash[11745]: cluster 2022-04-26T06:06:05.157917+0000 mgr.smithi136.ofnrfx (mgr.14188) 6618 : cluster [DBG] pgmap v6201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:06.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:06 smithi145 bash[13673]: cluster 2022-04-26T06:06:05.157917+0000 mgr.smithi136.ofnrfx (mgr.14188) 6618 : cluster [DBG] pgmap v6201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:07 smithi145 bash[13673]: cluster 2022-04-26T06:06:07.158580+0000 mgr.smithi136.ofnrfx (mgr.14188) 6619 : cluster [DBG] pgmap v6202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:08.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:07 smithi136 bash[11745]: cluster 2022-04-26T06:06:07.158580+0000 mgr.smithi136.ofnrfx (mgr.14188) 6619 : cluster [DBG] pgmap v6202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:09.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:09.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:09.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:09.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:09 smithi136 bash[11745]: audit 2022-04-26T06:06:09.159654+0000 mon.smithi136 (mon.0) 4242 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:06:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:09 smithi136 bash[11745]: audit 2022-04-26T06:06:09.162775+0000 mon.smithi136 (mon.0) 4243 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:06:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:09 smithi136 bash[11745]: audit 2022-04-26T06:06:09.164622+0000 mon.smithi136 (mon.0) 4244 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:06:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:09 smithi145 bash[13673]: audit 2022-04-26T06:06:09.159654+0000 mon.smithi136 (mon.0) 4242 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:06:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:09 smithi145 bash[13673]: audit 2022-04-26T06:06:09.162775+0000 mon.smithi136 (mon.0) 4243 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:06:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:09 smithi145 bash[13673]: audit 2022-04-26T06:06:09.164622+0000 mon.smithi136 (mon.0) 4244 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:06:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:10 smithi136 bash[11745]: cluster 2022-04-26T06:06:09.159282+0000 mgr.smithi136.ofnrfx (mgr.14188) 6620 : cluster [DBG] pgmap v6203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:10.568 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:10 smithi136 bash[11745]: audit 2022-04-26T06:06:09.464124+0000 mon.smithi136 (mon.0) 4245 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:06:10.568 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:10 smithi136 bash[11745]: audit 2022-04-26T06:06:09.537670+0000 mon.smithi136 (mon.0) 4246 : audit [DBG] from='client.? 172.21.15.136:0/248411439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:10.569 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:10 smithi136 bash[11745]: audit 2022-04-26T06:06:09.776466+0000 mon.smithi136 (mon.0) 4247 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:06:10.569 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:10 smithi136 bash[11745]: audit 2022-04-26T06:06:09.781915+0000 mon.smithi136 (mon.0) 4248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:06:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:10 smithi145 bash[13673]: cluster 2022-04-26T06:06:09.159282+0000 mgr.smithi136.ofnrfx (mgr.14188) 6620 : cluster [DBG] pgmap v6203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:10 smithi145 bash[13673]: audit 2022-04-26T06:06:09.464124+0000 mon.smithi136 (mon.0) 4245 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:06:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:10 smithi145 bash[13673]: audit 2022-04-26T06:06:09.537670+0000 mon.smithi136 (mon.0) 4246 : audit [DBG] from='client.? 172.21.15.136:0/248411439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:10 smithi145 bash[13673]: audit 2022-04-26T06:06:09.776466+0000 mon.smithi136 (mon.0) 4247 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:06:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:10 smithi145 bash[13673]: audit 2022-04-26T06:06:09.781915+0000 mon.smithi136 (mon.0) 4248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:06:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:11 smithi136 bash[11745]: cluster 2022-04-26T06:06:09.770549+0000 mgr.smithi136.ofnrfx (mgr.14188) 6621 : cluster [DBG] pgmap v6204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:11 smithi136 bash[11745]: cluster 2022-04-26T06:06:09.770854+0000 mgr.smithi136.ofnrfx (mgr.14188) 6622 : cluster [DBG] pgmap v6205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:11 smithi136 bash[11745]: cephadm 2022-04-26T06:06:09.782917+0000 mgr.smithi136.ofnrfx (mgr.14188) 6623 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:06:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:11 smithi136 bash[11745]: cephadm 2022-04-26T06:06:09.783061+0000 mgr.smithi136.ofnrfx (mgr.14188) 6624 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:06:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:11 smithi145 bash[13673]: cluster 2022-04-26T06:06:09.770549+0000 mgr.smithi136.ofnrfx (mgr.14188) 6621 : cluster [DBG] pgmap v6204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:11 smithi145 bash[13673]: cluster 2022-04-26T06:06:09.770854+0000 mgr.smithi136.ofnrfx (mgr.14188) 6622 : cluster [DBG] pgmap v6205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:11 smithi145 bash[13673]: cephadm 2022-04-26T06:06:09.782917+0000 mgr.smithi136.ofnrfx (mgr.14188) 6623 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:06:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:11 smithi145 bash[13673]: cephadm 2022-04-26T06:06:09.783061+0000 mgr.smithi136.ofnrfx (mgr.14188) 6624 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:06:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:13 smithi136 bash[11745]: cluster 2022-04-26T06:06:11.771428+0000 mgr.smithi136.ofnrfx (mgr.14188) 6625 : cluster [DBG] pgmap v6206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:13 smithi145 bash[13673]: cluster 2022-04-26T06:06:11.771428+0000 mgr.smithi136.ofnrfx (mgr.14188) 6625 : cluster [DBG] pgmap v6206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:14.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:14.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:14.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:14.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:15 smithi136 bash[11745]: cluster 2022-04-26T06:06:13.772083+0000 mgr.smithi136.ofnrfx (mgr.14188) 6626 : cluster [DBG] pgmap v6207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:15 smithi136 bash[11745]: audit 2022-04-26T06:06:14.865787+0000 mon.smithi136 (mon.0) 4249 : audit [DBG] from='client.? 172.21.15.136:0/1055271502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:15 smithi145 bash[13673]: cluster 2022-04-26T06:06:13.772083+0000 mgr.smithi136.ofnrfx (mgr.14188) 6626 : cluster [DBG] pgmap v6207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:15 smithi145 bash[13673]: audit 2022-04-26T06:06:14.865787+0000 mon.smithi136 (mon.0) 4249 : audit [DBG] from='client.? 172.21.15.136:0/1055271502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:17 smithi136 bash[11745]: cluster 2022-04-26T06:06:15.772688+0000 mgr.smithi136.ofnrfx (mgr.14188) 6627 : cluster [DBG] pgmap v6208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:17 smithi145 bash[13673]: cluster 2022-04-26T06:06:15.772688+0000 mgr.smithi136.ofnrfx (mgr.14188) 6627 : cluster [DBG] pgmap v6208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:19 smithi136 bash[11745]: cluster 2022-04-26T06:06:17.773341+0000 mgr.smithi136.ofnrfx (mgr.14188) 6628 : cluster [DBG] pgmap v6209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:19 smithi145 bash[13673]: cluster 2022-04-26T06:06:17.773341+0000 mgr.smithi136.ofnrfx (mgr.14188) 6628 : cluster [DBG] pgmap v6209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:19.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:19.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:19.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:20.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:20 smithi136 bash[11745]: audit 2022-04-26T06:06:20.193379+0000 mon.smithi136 (mon.0) 4250 : audit [DBG] from='client.? 172.21.15.136:0/3604061732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:20 smithi145 bash[13673]: audit 2022-04-26T06:06:20.193379+0000 mon.smithi136 (mon.0) 4250 : audit [DBG] from='client.? 172.21.15.136:0/3604061732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:21.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:21 smithi136 bash[11745]: cluster 2022-04-26T06:06:19.773938+0000 mgr.smithi136.ofnrfx (mgr.14188) 6629 : cluster [DBG] pgmap v6210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:21 smithi145 bash[13673]: cluster 2022-04-26T06:06:19.773938+0000 mgr.smithi136.ofnrfx (mgr.14188) 6629 : cluster [DBG] pgmap v6210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:23 smithi136 bash[11745]: cluster 2022-04-26T06:06:21.774559+0000 mgr.smithi136.ofnrfx (mgr.14188) 6630 : cluster [DBG] pgmap v6211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:23.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:23 smithi145 bash[13673]: cluster 2022-04-26T06:06:21.774559+0000 mgr.smithi136.ofnrfx (mgr.14188) 6630 : cluster [DBG] pgmap v6211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:25.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:25.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:25.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:25.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:25.587 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:25 smithi136 bash[11745]: cluster 2022-04-26T06:06:23.775190+0000 mgr.smithi136.ofnrfx (mgr.14188) 6631 : cluster [DBG] pgmap v6212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:25.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:25 smithi145 bash[13673]: cluster 2022-04-26T06:06:23.775190+0000 mgr.smithi136.ofnrfx (mgr.14188) 6631 : cluster [DBG] pgmap v6212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:26 smithi136 bash[11745]: audit 2022-04-26T06:06:25.527048+0000 mon.smithi136 (mon.0) 4251 : audit [DBG] from='client.? 172.21.15.136:0/821350416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:26.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:26 smithi145 bash[13673]: audit 2022-04-26T06:06:25.527048+0000 mon.smithi136 (mon.0) 4251 : audit [DBG] from='client.? 172.21.15.136:0/821350416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:27 smithi136 bash[11745]: cluster 2022-04-26T06:06:25.775880+0000 mgr.smithi136.ofnrfx (mgr.14188) 6632 : cluster [DBG] pgmap v6213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:27 smithi145 bash[13673]: cluster 2022-04-26T06:06:25.775880+0000 mgr.smithi136.ofnrfx (mgr.14188) 6632 : cluster [DBG] pgmap v6213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:29 smithi136 bash[11745]: cluster 2022-04-26T06:06:27.776519+0000 mgr.smithi136.ofnrfx (mgr.14188) 6633 : cluster [DBG] pgmap v6214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:29.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:29 smithi145 bash[13673]: cluster 2022-04-26T06:06:27.776519+0000 mgr.smithi136.ofnrfx (mgr.14188) 6633 : cluster [DBG] pgmap v6214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:30.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:30.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:30.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:30.868 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:31 smithi136 bash[11745]: cluster 2022-04-26T06:06:29.777144+0000 mgr.smithi136.ofnrfx (mgr.14188) 6634 : cluster [DBG] pgmap v6215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:31 smithi136 bash[11745]: audit 2022-04-26T06:06:30.851672+0000 mon.smithi136 (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.136:0/2811284836' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:31.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:31 smithi145 bash[13673]: cluster 2022-04-26T06:06:29.777144+0000 mgr.smithi136.ofnrfx (mgr.14188) 6634 : cluster [DBG] pgmap v6215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:31.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:31 smithi145 bash[13673]: audit 2022-04-26T06:06:30.851672+0000 mon.smithi136 (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.136:0/2811284836' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:33.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:33 smithi136 bash[11745]: cluster 2022-04-26T06:06:31.777810+0000 mgr.smithi136.ofnrfx (mgr.14188) 6635 : cluster [DBG] pgmap v6216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:33.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:33 smithi145 bash[13673]: cluster 2022-04-26T06:06:31.777810+0000 mgr.smithi136.ofnrfx (mgr.14188) 6635 : cluster [DBG] pgmap v6216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:35.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:35 smithi136 bash[11745]: cluster 2022-04-26T06:06:33.778482+0000 mgr.smithi136.ofnrfx (mgr.14188) 6636 : cluster [DBG] pgmap v6217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:35 smithi145 bash[13673]: cluster 2022-04-26T06:06:33.778482+0000 mgr.smithi136.ofnrfx (mgr.14188) 6636 : cluster [DBG] pgmap v6217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:35.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:35.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:35.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:36.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:36 smithi136 bash[11745]: audit 2022-04-26T06:06:36.173148+0000 mon.smithi136 (mon.0) 4253 : audit [DBG] from='client.? 172.21.15.136:0/1276214811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:36 smithi145 bash[13673]: audit 2022-04-26T06:06:36.173148+0000 mon.smithi136 (mon.0) 4253 : audit [DBG] from='client.? 172.21.15.136:0/1276214811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:37.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:37 smithi145 bash[13673]: cluster 2022-04-26T06:06:35.779110+0000 mgr.smithi136.ofnrfx (mgr.14188) 6637 : cluster [DBG] pgmap v6218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:37.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:37 smithi136 bash[11745]: cluster 2022-04-26T06:06:35.779110+0000 mgr.smithi136.ofnrfx (mgr.14188) 6637 : cluster [DBG] pgmap v6218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:39 smithi145 bash[13673]: cluster 2022-04-26T06:06:37.779762+0000 mgr.smithi136.ofnrfx (mgr.14188) 6638 : cluster [DBG] pgmap v6219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:39.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:39 smithi136 bash[11745]: cluster 2022-04-26T06:06:37.779762+0000 mgr.smithi136.ofnrfx (mgr.14188) 6638 : cluster [DBG] pgmap v6219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:41.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:41.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:41.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:41.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:41 smithi145 bash[13673]: cluster 2022-04-26T06:06:39.780371+0000 mgr.smithi136.ofnrfx (mgr.14188) 6639 : cluster [DBG] pgmap v6220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:41.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:41 smithi136 bash[11745]: cluster 2022-04-26T06:06:39.780371+0000 mgr.smithi136.ofnrfx (mgr.14188) 6639 : cluster [DBG] pgmap v6220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:42 smithi145 bash[13673]: audit 2022-04-26T06:06:41.500939+0000 mon.smithi136 (mon.0) 4254 : audit [DBG] from='client.? 172.21.15.136:0/2339621692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:42 smithi136 bash[11745]: audit 2022-04-26T06:06:41.500939+0000 mon.smithi136 (mon.0) 4254 : audit [DBG] from='client.? 172.21.15.136:0/2339621692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:43.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:43 smithi145 bash[13673]: cluster 2022-04-26T06:06:41.781031+0000 mgr.smithi136.ofnrfx (mgr.14188) 6640 : cluster [DBG] pgmap v6221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:43.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:43 smithi136 bash[11745]: cluster 2022-04-26T06:06:41.781031+0000 mgr.smithi136.ofnrfx (mgr.14188) 6640 : cluster [DBG] pgmap v6221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:45.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:45 smithi145 bash[13673]: cluster 2022-04-26T06:06:43.781687+0000 mgr.smithi136.ofnrfx (mgr.14188) 6641 : cluster [DBG] pgmap v6222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:45.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:45 smithi136 bash[11745]: cluster 2022-04-26T06:06:43.781687+0000 mgr.smithi136.ofnrfx (mgr.14188) 6641 : cluster [DBG] pgmap v6222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:46.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:46.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:46.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:46.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:47.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:47 smithi145 bash[13673]: cluster 2022-04-26T06:06:45.782339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6642 : cluster [DBG] pgmap v6223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:47.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:47 smithi145 bash[13673]: audit 2022-04-26T06:06:46.834245+0000 mon.smithi136 (mon.0) 4255 : audit [DBG] from='client.? 172.21.15.136:0/1428002634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:47.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:47 smithi136 bash[11745]: cluster 2022-04-26T06:06:45.782339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6642 : cluster [DBG] pgmap v6223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:47.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:47 smithi136 bash[11745]: audit 2022-04-26T06:06:46.834245+0000 mon.smithi136 (mon.0) 4255 : audit [DBG] from='client.? 172.21.15.136:0/1428002634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:49.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:49 smithi145 bash[13673]: cluster 2022-04-26T06:06:47.782994+0000 mgr.smithi136.ofnrfx (mgr.14188) 6643 : cluster [DBG] pgmap v6224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:49.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:49 smithi136 bash[11745]: cluster 2022-04-26T06:06:47.782994+0000 mgr.smithi136.ofnrfx (mgr.14188) 6643 : cluster [DBG] pgmap v6224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:51 smithi145 bash[13673]: cluster 2022-04-26T06:06:49.783624+0000 mgr.smithi136.ofnrfx (mgr.14188) 6644 : cluster [DBG] pgmap v6225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:51.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:51 smithi136 bash[11745]: cluster 2022-04-26T06:06:49.783624+0000 mgr.smithi136.ofnrfx (mgr.14188) 6644 : cluster [DBG] pgmap v6225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:51.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:51.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:51.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:52.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:53.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:52 smithi145 bash[13673]: cluster 2022-04-26T06:06:51.784300+0000 mgr.smithi136.ofnrfx (mgr.14188) 6645 : cluster [DBG] pgmap v6226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:53.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:52 smithi145 bash[13673]: audit 2022-04-26T06:06:52.164117+0000 mon.smithi136 (mon.0) 4256 : audit [DBG] from='client.? 172.21.15.136:0/3042381367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:52 smithi136 bash[11745]: cluster 2022-04-26T06:06:51.784300+0000 mgr.smithi136.ofnrfx (mgr.14188) 6645 : cluster [DBG] pgmap v6226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:52 smithi136 bash[11745]: audit 2022-04-26T06:06:52.164117+0000 mon.smithi136 (mon.0) 4256 : audit [DBG] from='client.? 172.21.15.136:0/3042381367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:55.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:54 smithi145 bash[13673]: cluster 2022-04-26T06:06:53.784929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6646 : cluster [DBG] pgmap v6227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:54 smithi136 bash[11745]: cluster 2022-04-26T06:06:53.784929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6646 : cluster [DBG] pgmap v6227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:57.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:56 smithi145 bash[13673]: cluster 2022-04-26T06:06:55.785543+0000 mgr.smithi136.ofnrfx (mgr.14188) 6647 : cluster [DBG] pgmap v6228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:57.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:06:57.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:06:57.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:06:57.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:56 smithi136 bash[11745]: cluster 2022-04-26T06:06:55.785543+0000 mgr.smithi136.ofnrfx (mgr.14188) 6647 : cluster [DBG] pgmap v6228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:57.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:06:58.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:57 smithi136 bash[11745]: audit 2022-04-26T06:06:57.482643+0000 mon.smithi136 (mon.0) 4257 : audit [DBG] from='client.? 172.21.15.136:0/3059952576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:57 smithi145 bash[13673]: audit 2022-04-26T06:06:57.482643+0000 mon.smithi136 (mon.0) 4257 : audit [DBG] from='client.? 172.21.15.136:0/3059952576' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:06:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:06:58 smithi136 bash[11745]: cluster 2022-04-26T06:06:57.786189+0000 mgr.smithi136.ofnrfx (mgr.14188) 6648 : cluster [DBG] pgmap v6229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:06:59.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:06:58 smithi145 bash[13673]: cluster 2022-04-26T06:06:57.786189+0000 mgr.smithi136.ofnrfx (mgr.14188) 6648 : cluster [DBG] pgmap v6229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:00 smithi136 bash[11745]: cluster 2022-04-26T06:06:59.786793+0000 mgr.smithi136.ofnrfx (mgr.14188) 6649 : cluster [DBG] pgmap v6230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:00 smithi145 bash[13673]: cluster 2022-04-26T06:06:59.786793+0000 mgr.smithi136.ofnrfx (mgr.14188) 6649 : cluster [DBG] pgmap v6230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:02.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:02.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:02.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:02.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:02 smithi136 bash[11745]: cluster 2022-04-26T06:07:01.787464+0000 mgr.smithi136.ofnrfx (mgr.14188) 6650 : cluster [DBG] pgmap v6231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:02 smithi136 bash[11745]: audit 2022-04-26T06:07:02.697885+0000 mon.smithi136 (mon.0) 4258 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:07:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:02 smithi136 bash[11745]: audit 2022-04-26T06:07:02.700459+0000 mon.smithi136 (mon.0) 4259 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:07:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:02 smithi136 bash[11745]: audit 2022-04-26T06:07:02.817415+0000 mon.smithi136 (mon.0) 4260 : audit [DBG] from='client.? 172.21.15.136:0/304836664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:02 smithi145 bash[13673]: cluster 2022-04-26T06:07:01.787464+0000 mgr.smithi136.ofnrfx (mgr.14188) 6650 : cluster [DBG] pgmap v6231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:02 smithi145 bash[13673]: audit 2022-04-26T06:07:02.697885+0000 mon.smithi136 (mon.0) 4258 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:07:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:02 smithi145 bash[13673]: audit 2022-04-26T06:07:02.700459+0000 mon.smithi136 (mon.0) 4259 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:07:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:02 smithi145 bash[13673]: audit 2022-04-26T06:07:02.817415+0000 mon.smithi136 (mon.0) 4260 : audit [DBG] from='client.? 172.21.15.136:0/304836664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:04 smithi136 bash[11745]: cluster 2022-04-26T06:07:03.788188+0000 mgr.smithi136.ofnrfx (mgr.14188) 6651 : cluster [DBG] pgmap v6232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:05.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:04 smithi145 bash[13673]: cluster 2022-04-26T06:07:03.788188+0000 mgr.smithi136.ofnrfx (mgr.14188) 6651 : cluster [DBG] pgmap v6232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:07.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:06 smithi136 bash[11745]: cluster 2022-04-26T06:07:05.788817+0000 mgr.smithi136.ofnrfx (mgr.14188) 6652 : cluster [DBG] pgmap v6233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:07.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:06 smithi145 bash[13673]: cluster 2022-04-26T06:07:05.788817+0000 mgr.smithi136.ofnrfx (mgr.14188) 6652 : cluster [DBG] pgmap v6233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:07.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:07.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:07.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:08.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:08 smithi136 bash[11745]: cluster 2022-04-26T06:07:07.789439+0000 mgr.smithi136.ofnrfx (mgr.14188) 6653 : cluster [DBG] pgmap v6234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:09.328 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:08 smithi136 bash[11745]: audit 2022-04-26T06:07:08.157083+0000 mon.smithi136 (mon.0) 4261 : audit [DBG] from='client.? 172.21.15.136:0/3218528286' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:08 smithi145 bash[13673]: cluster 2022-04-26T06:07:07.789439+0000 mgr.smithi136.ofnrfx (mgr.14188) 6653 : cluster [DBG] pgmap v6234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:09.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:08 smithi145 bash[13673]: audit 2022-04-26T06:07:08.157083+0000 mon.smithi136 (mon.0) 4261 : audit [DBG] from='client.? 172.21.15.136:0/3218528286' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:10.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:09 smithi136 bash[11745]: audit 2022-04-26T06:07:09.795191+0000 mon.smithi136 (mon.0) 4262 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:07:10.350 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:09 smithi136 bash[11745]: audit 2022-04-26T06:07:09.797971+0000 mon.smithi136 (mon.0) 4263 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:07:10.350 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:09 smithi136 bash[11745]: audit 2022-04-26T06:07:09.799760+0000 mon.smithi136 (mon.0) 4264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:07:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:09 smithi145 bash[13673]: audit 2022-04-26T06:07:09.795191+0000 mon.smithi136 (mon.0) 4262 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:07:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:09 smithi145 bash[13673]: audit 2022-04-26T06:07:09.797971+0000 mon.smithi136 (mon.0) 4263 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:07:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:09 smithi145 bash[13673]: audit 2022-04-26T06:07:09.799760+0000 mon.smithi136 (mon.0) 4264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:07:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:11 smithi145 bash[13673]: cluster 2022-04-26T06:07:09.790034+0000 mgr.smithi136.ofnrfx (mgr.14188) 6654 : cluster [DBG] pgmap v6235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:11.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:11 smithi145 bash[13673]: cluster 2022-04-26T06:07:10.105593+0000 mgr.smithi136.ofnrfx (mgr.14188) 6655 : cluster [DBG] pgmap v6236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:11.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:11 smithi145 bash[13673]: cluster 2022-04-26T06:07:10.105980+0000 mgr.smithi136.ofnrfx (mgr.14188) 6656 : cluster [DBG] pgmap v6237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:11.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:11 smithi145 bash[13673]: audit 2022-04-26T06:07:10.112431+0000 mon.smithi136 (mon.0) 4265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:07:11.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:11 smithi145 bash[13673]: audit 2022-04-26T06:07:10.118967+0000 mon.smithi136 (mon.0) 4266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:07:11.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:11 smithi145 bash[13673]: cephadm 2022-04-26T06:07:10.120070+0000 mgr.smithi136.ofnrfx (mgr.14188) 6657 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:07:11.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:11 smithi145 bash[13673]: cephadm 2022-04-26T06:07:10.120193+0000 mgr.smithi136.ofnrfx (mgr.14188) 6658 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:07:11.796 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:11 smithi136 bash[11745]: cluster 2022-04-26T06:07:09.790034+0000 mgr.smithi136.ofnrfx (mgr.14188) 6654 : cluster [DBG] pgmap v6235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:11.797 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:11 smithi136 bash[11745]: cluster 2022-04-26T06:07:10.105593+0000 mgr.smithi136.ofnrfx (mgr.14188) 6655 : cluster [DBG] pgmap v6236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:11.797 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:11 smithi136 bash[11745]: cluster 2022-04-26T06:07:10.105980+0000 mgr.smithi136.ofnrfx (mgr.14188) 6656 : cluster [DBG] pgmap v6237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:11.797 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:11 smithi136 bash[11745]: audit 2022-04-26T06:07:10.112431+0000 mon.smithi136 (mon.0) 4265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:07:11.797 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:11 smithi136 bash[11745]: audit 2022-04-26T06:07:10.118967+0000 mon.smithi136 (mon.0) 4266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:07:11.797 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:11 smithi136 bash[11745]: cephadm 2022-04-26T06:07:10.120070+0000 mgr.smithi136.ofnrfx (mgr.14188) 6657 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:07:11.797 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:11 smithi136 bash[11745]: cephadm 2022-04-26T06:07:10.120193+0000 mgr.smithi136.ofnrfx (mgr.14188) 6658 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:07:13.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:13.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:13.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:12 smithi136 bash[11745]: cluster 2022-04-26T06:07:12.106563+0000 mgr.smithi136.ofnrfx (mgr.14188) 6659 : cluster [DBG] pgmap v6238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:12 smithi145 bash[13673]: cluster 2022-04-26T06:07:12.106563+0000 mgr.smithi136.ofnrfx (mgr.14188) 6659 : cluster [DBG] pgmap v6238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:13.500 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:13 smithi136 bash[11745]: audit 2022-04-26T06:07:13.482922+0000 mon.smithi136 (mon.0) 4267 : audit [DBG] from='client.? 172.21.15.136:0/4180676172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:14.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:13 smithi145 bash[13673]: audit 2022-04-26T06:07:13.482922+0000 mon.smithi136 (mon.0) 4267 : audit [DBG] from='client.? 172.21.15.136:0/4180676172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:15.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:14 smithi136 bash[11745]: cluster 2022-04-26T06:07:14.107244+0000 mgr.smithi136.ofnrfx (mgr.14188) 6660 : cluster [DBG] pgmap v6239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:15.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:14 smithi145 bash[13673]: cluster 2022-04-26T06:07:14.107244+0000 mgr.smithi136.ofnrfx (mgr.14188) 6660 : cluster [DBG] pgmap v6239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:17 smithi136 bash[11745]: cluster 2022-04-26T06:07:16.107922+0000 mgr.smithi136.ofnrfx (mgr.14188) 6661 : cluster [DBG] pgmap v6240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:17 smithi145 bash[13673]: cluster 2022-04-26T06:07:16.107922+0000 mgr.smithi136.ofnrfx (mgr.14188) 6661 : cluster [DBG] pgmap v6240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:18.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:18.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:18.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:18.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:19 smithi136 bash[11745]: cluster 2022-04-26T06:07:18.108578+0000 mgr.smithi136.ofnrfx (mgr.14188) 6662 : cluster [DBG] pgmap v6241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:19 smithi136 bash[11745]: audit 2022-04-26T06:07:18.814045+0000 mon.smithi136 (mon.0) 4268 : audit [DBG] from='client.? 172.21.15.136:0/1144878643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:19 smithi145 bash[13673]: cluster 2022-04-26T06:07:18.108578+0000 mgr.smithi136.ofnrfx (mgr.14188) 6662 : cluster [DBG] pgmap v6241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:19 smithi145 bash[13673]: audit 2022-04-26T06:07:18.814045+0000 mon.smithi136 (mon.0) 4268 : audit [DBG] from='client.? 172.21.15.136:0/1144878643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:21.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:21 smithi136 bash[11745]: cluster 2022-04-26T06:07:20.109241+0000 mgr.smithi136.ofnrfx (mgr.14188) 6663 : cluster [DBG] pgmap v6242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:21 smithi145 bash[13673]: cluster 2022-04-26T06:07:20.109241+0000 mgr.smithi136.ofnrfx (mgr.14188) 6663 : cluster [DBG] pgmap v6242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:22 smithi136 bash[11745]: cluster 2022-04-26T06:07:22.109889+0000 mgr.smithi136.ofnrfx (mgr.14188) 6664 : cluster [DBG] pgmap v6243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:22 smithi145 bash[13673]: cluster 2022-04-26T06:07:22.109889+0000 mgr.smithi136.ofnrfx (mgr.14188) 6664 : cluster [DBG] pgmap v6243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:23.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:23.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:23.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:24.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:24 smithi136 bash[11745]: audit 2022-04-26T06:07:24.140340+0000 mon.smithi136 (mon.0) 4269 : audit [DBG] from='client.? 172.21.15.136:0/2218282871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:24.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:24 smithi145 bash[13673]: audit 2022-04-26T06:07:24.140340+0000 mon.smithi136 (mon.0) 4269 : audit [DBG] from='client.? 172.21.15.136:0/2218282871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:25 smithi136 bash[11745]: cluster 2022-04-26T06:07:24.110553+0000 mgr.smithi136.ofnrfx (mgr.14188) 6665 : cluster [DBG] pgmap v6244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:25.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:25 smithi145 bash[13673]: cluster 2022-04-26T06:07:24.110553+0000 mgr.smithi136.ofnrfx (mgr.14188) 6665 : cluster [DBG] pgmap v6244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:27 smithi136 bash[11745]: cluster 2022-04-26T06:07:26.111199+0000 mgr.smithi136.ofnrfx (mgr.14188) 6666 : cluster [DBG] pgmap v6245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:27 smithi145 bash[13673]: cluster 2022-04-26T06:07:26.111199+0000 mgr.smithi136.ofnrfx (mgr.14188) 6666 : cluster [DBG] pgmap v6245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:29.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:29.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:29.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:29.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:29 smithi136 bash[11745]: cluster 2022-04-26T06:07:28.111843+0000 mgr.smithi136.ofnrfx (mgr.14188) 6667 : cluster [DBG] pgmap v6246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:29.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:29.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:29 smithi145 bash[13673]: cluster 2022-04-26T06:07:28.111843+0000 mgr.smithi136.ofnrfx (mgr.14188) 6667 : cluster [DBG] pgmap v6246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:30 smithi136 bash[11745]: audit 2022-04-26T06:07:29.470066+0000 mon.smithi136 (mon.0) 4270 : audit [DBG] from='client.? 172.21.15.136:0/750660672' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:30.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:30 smithi145 bash[13673]: audit 2022-04-26T06:07:29.470066+0000 mon.smithi136 (mon.0) 4270 : audit [DBG] from='client.? 172.21.15.136:0/750660672' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:31 smithi136 bash[11745]: cluster 2022-04-26T06:07:30.112480+0000 mgr.smithi136.ofnrfx (mgr.14188) 6668 : cluster [DBG] pgmap v6247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:31.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:31 smithi145 bash[13673]: cluster 2022-04-26T06:07:30.112480+0000 mgr.smithi136.ofnrfx (mgr.14188) 6668 : cluster [DBG] pgmap v6247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:33.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:32 smithi136 bash[11745]: cluster 2022-04-26T06:07:32.113052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6669 : cluster [DBG] pgmap v6248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:33.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:32 smithi145 bash[13673]: cluster 2022-04-26T06:07:32.113052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6669 : cluster [DBG] pgmap v6248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:34.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:34.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:34.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:34.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:35.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:35 smithi136 bash[11745]: cluster 2022-04-26T06:07:34.113757+0000 mgr.smithi136.ofnrfx (mgr.14188) 6670 : cluster [DBG] pgmap v6249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:35.597 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:35 smithi136 bash[11745]: audit 2022-04-26T06:07:34.797882+0000 mon.smithi136 (mon.0) 4271 : audit [DBG] from='client.? 172.21.15.136:0/1350972772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:35 smithi145 bash[13673]: cluster 2022-04-26T06:07:34.113757+0000 mgr.smithi136.ofnrfx (mgr.14188) 6670 : cluster [DBG] pgmap v6249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:35 smithi145 bash[13673]: audit 2022-04-26T06:07:34.797882+0000 mon.smithi136 (mon.0) 4271 : audit [DBG] from='client.? 172.21.15.136:0/1350972772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:37 smithi136 bash[11745]: cluster 2022-04-26T06:07:36.114440+0000 mgr.smithi136.ofnrfx (mgr.14188) 6671 : cluster [DBG] pgmap v6250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:37.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:37 smithi145 bash[13673]: cluster 2022-04-26T06:07:36.114440+0000 mgr.smithi136.ofnrfx (mgr.14188) 6671 : cluster [DBG] pgmap v6250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:39 smithi136 bash[11745]: cluster 2022-04-26T06:07:38.115149+0000 mgr.smithi136.ofnrfx (mgr.14188) 6672 : cluster [DBG] pgmap v6251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:39 smithi145 bash[13673]: cluster 2022-04-26T06:07:38.115149+0000 mgr.smithi136.ofnrfx (mgr.14188) 6672 : cluster [DBG] pgmap v6251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:39.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:39.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:39.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:40.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:40.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:40 smithi136 bash[11745]: audit 2022-04-26T06:07:40.123952+0000 mon.smithi136 (mon.0) 4272 : audit [DBG] from='client.? 172.21.15.136:0/2290646335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:40.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:40 smithi145 bash[13673]: audit 2022-04-26T06:07:40.123952+0000 mon.smithi136 (mon.0) 4272 : audit [DBG] from='client.? 172.21.15.136:0/2290646335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:41 smithi136 bash[11745]: cluster 2022-04-26T06:07:40.115786+0000 mgr.smithi136.ofnrfx (mgr.14188) 6673 : cluster [DBG] pgmap v6252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:41 smithi145 bash[13673]: cluster 2022-04-26T06:07:40.115786+0000 mgr.smithi136.ofnrfx (mgr.14188) 6673 : cluster [DBG] pgmap v6252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:42 smithi136 bash[11745]: cluster 2022-04-26T06:07:42.116438+0000 mgr.smithi136.ofnrfx (mgr.14188) 6674 : cluster [DBG] pgmap v6253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:42 smithi145 bash[13673]: cluster 2022-04-26T06:07:42.116438+0000 mgr.smithi136.ofnrfx (mgr.14188) 6674 : cluster [DBG] pgmap v6253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:45.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:45.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:45.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:45.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:45 smithi136 bash[11745]: cluster 2022-04-26T06:07:44.117109+0000 mgr.smithi136.ofnrfx (mgr.14188) 6675 : cluster [DBG] pgmap v6254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:45.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:45 smithi145 bash[13673]: cluster 2022-04-26T06:07:44.117109+0000 mgr.smithi136.ofnrfx (mgr.14188) 6675 : cluster [DBG] pgmap v6254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:46 smithi136 bash[11745]: audit 2022-04-26T06:07:45.456426+0000 mon.smithi136 (mon.0) 4273 : audit [DBG] from='client.? 172.21.15.136:0/4122365178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:46.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:46 smithi145 bash[13673]: audit 2022-04-26T06:07:45.456426+0000 mon.smithi136 (mon.0) 4273 : audit [DBG] from='client.? 172.21.15.136:0/4122365178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:47 smithi136 bash[11745]: cluster 2022-04-26T06:07:46.117785+0000 mgr.smithi136.ofnrfx (mgr.14188) 6676 : cluster [DBG] pgmap v6255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:47.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:47 smithi145 bash[13673]: cluster 2022-04-26T06:07:46.117785+0000 mgr.smithi136.ofnrfx (mgr.14188) 6676 : cluster [DBG] pgmap v6255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:49 smithi136 bash[11745]: cluster 2022-04-26T06:07:48.118526+0000 mgr.smithi136.ofnrfx (mgr.14188) 6677 : cluster [DBG] pgmap v6256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:49.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:49 smithi145 bash[13673]: cluster 2022-04-26T06:07:48.118526+0000 mgr.smithi136.ofnrfx (mgr.14188) 6677 : cluster [DBG] pgmap v6256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:50.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:50.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:50.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:50.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:51 smithi136 bash[11745]: cluster 2022-04-26T06:07:50.119187+0000 mgr.smithi136.ofnrfx (mgr.14188) 6678 : cluster [DBG] pgmap v6257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:51 smithi136 bash[11745]: audit 2022-04-26T06:07:50.783239+0000 mon.smithi136 (mon.0) 4274 : audit [DBG] from='client.? 172.21.15.136:0/3471942142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:51 smithi145 bash[13673]: cluster 2022-04-26T06:07:50.119187+0000 mgr.smithi136.ofnrfx (mgr.14188) 6678 : cluster [DBG] pgmap v6257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:51 smithi145 bash[13673]: audit 2022-04-26T06:07:50.783239+0000 mon.smithi136 (mon.0) 4274 : audit [DBG] from='client.? 172.21.15.136:0/3471942142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:52 smithi136 bash[11745]: cluster 2022-04-26T06:07:52.119887+0000 mgr.smithi136.ofnrfx (mgr.14188) 6679 : cluster [DBG] pgmap v6258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:52 smithi145 bash[13673]: cluster 2022-04-26T06:07:52.119887+0000 mgr.smithi136.ofnrfx (mgr.14188) 6679 : cluster [DBG] pgmap v6258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:55 smithi136 bash[11745]: cluster 2022-04-26T06:07:54.120524+0000 mgr.smithi136.ofnrfx (mgr.14188) 6680 : cluster [DBG] pgmap v6259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:55 smithi145 bash[13673]: cluster 2022-04-26T06:07:54.120524+0000 mgr.smithi136.ofnrfx (mgr.14188) 6680 : cluster [DBG] pgmap v6259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:55.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:07:55.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:07:55.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:07:56.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:07:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:56 smithi136 bash[11745]: audit 2022-04-26T06:07:56.116156+0000 mon.smithi136 (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.136:0/3301405444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:56.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:56 smithi145 bash[13673]: audit 2022-04-26T06:07:56.116156+0000 mon.smithi136 (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.136:0/3301405444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:07:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:57 smithi136 bash[11745]: cluster 2022-04-26T06:07:56.121367+0000 mgr.smithi136.ofnrfx (mgr.14188) 6681 : cluster [DBG] pgmap v6260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:57.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:57 smithi145 bash[13673]: cluster 2022-04-26T06:07:56.121367+0000 mgr.smithi136.ofnrfx (mgr.14188) 6681 : cluster [DBG] pgmap v6260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:07:59 smithi136 bash[11745]: cluster 2022-04-26T06:07:58.122009+0000 mgr.smithi136.ofnrfx (mgr.14188) 6682 : cluster [DBG] pgmap v6261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:07:59.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:07:59 smithi145 bash[13673]: cluster 2022-04-26T06:07:58.122009+0000 mgr.smithi136.ofnrfx (mgr.14188) 6682 : cluster [DBG] pgmap v6261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:01.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:01.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:01.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:01.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:01 smithi136 bash[11745]: cluster 2022-04-26T06:08:00.122665+0000 mgr.smithi136.ofnrfx (mgr.14188) 6683 : cluster [DBG] pgmap v6262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:01.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:01 smithi145 bash[13673]: cluster 2022-04-26T06:08:00.122665+0000 mgr.smithi136.ofnrfx (mgr.14188) 6683 : cluster [DBG] pgmap v6262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:02 smithi136 bash[11745]: audit 2022-04-26T06:08:01.443646+0000 mon.smithi136 (mon.0) 4276 : audit [DBG] from='client.? 172.21.15.136:0/2460765986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:02.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:02 smithi145 bash[13673]: audit 2022-04-26T06:08:01.443646+0000 mon.smithi136 (mon.0) 4276 : audit [DBG] from='client.? 172.21.15.136:0/2460765986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:03 smithi136 bash[11745]: cluster 2022-04-26T06:08:02.123409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6684 : cluster [DBG] pgmap v6263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:03 smithi136 bash[11745]: audit 2022-04-26T06:08:02.700806+0000 mon.smithi136 (mon.0) 4277 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:08:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:03 smithi136 bash[11745]: audit 2022-04-26T06:08:02.704688+0000 mon.smithi136 (mon.0) 4278 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:08:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:03 smithi145 bash[13673]: cluster 2022-04-26T06:08:02.123409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6684 : cluster [DBG] pgmap v6263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:03 smithi145 bash[13673]: audit 2022-04-26T06:08:02.700806+0000 mon.smithi136 (mon.0) 4277 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:08:03.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:03 smithi145 bash[13673]: audit 2022-04-26T06:08:02.704688+0000 mon.smithi136 (mon.0) 4278 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:08:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:05 smithi136 bash[11745]: cluster 2022-04-26T06:08:04.124098+0000 mgr.smithi136.ofnrfx (mgr.14188) 6685 : cluster [DBG] pgmap v6264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:05 smithi145 bash[13673]: cluster 2022-04-26T06:08:04.124098+0000 mgr.smithi136.ofnrfx (mgr.14188) 6685 : cluster [DBG] pgmap v6264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:06.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:06.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:06.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:06.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:07 smithi136 bash[11745]: cluster 2022-04-26T06:08:06.124754+0000 mgr.smithi136.ofnrfx (mgr.14188) 6686 : cluster [DBG] pgmap v6265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:07.594 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:07 smithi136 bash[11745]: audit 2022-04-26T06:08:06.776648+0000 mon.smithi136 (mon.0) 4279 : audit [DBG] from='client.? 172.21.15.136:0/3070167278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:07 smithi145 bash[13673]: cluster 2022-04-26T06:08:06.124754+0000 mgr.smithi136.ofnrfx (mgr.14188) 6686 : cluster [DBG] pgmap v6265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:07 smithi145 bash[13673]: audit 2022-04-26T06:08:06.776648+0000 mon.smithi136 (mon.0) 4279 : audit [DBG] from='client.? 172.21.15.136:0/3070167278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:09 smithi136 bash[11745]: cluster 2022-04-26T06:08:08.125539+0000 mgr.smithi136.ofnrfx (mgr.14188) 6687 : cluster [DBG] pgmap v6266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:09 smithi145 bash[13673]: cluster 2022-04-26T06:08:08.125539+0000 mgr.smithi136.ofnrfx (mgr.14188) 6687 : cluster [DBG] pgmap v6266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:10 smithi136 bash[11745]: audit 2022-04-26T06:08:10.130840+0000 mon.smithi136 (mon.0) 4280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:08:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:10 smithi136 bash[11745]: audit 2022-04-26T06:08:10.133728+0000 mon.smithi136 (mon.0) 4281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:08:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:10 smithi136 bash[11745]: audit 2022-04-26T06:08:10.135613+0000 mon.smithi136 (mon.0) 4282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:08:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:10 smithi145 bash[13673]: audit 2022-04-26T06:08:10.130840+0000 mon.smithi136 (mon.0) 4280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:08:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:10 smithi145 bash[13673]: audit 2022-04-26T06:08:10.133728+0000 mon.smithi136 (mon.0) 4281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:08:10.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:10 smithi145 bash[13673]: audit 2022-04-26T06:08:10.135613+0000 mon.smithi136 (mon.0) 4282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:08:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:11 smithi136 bash[11745]: cluster 2022-04-26T06:08:10.126190+0000 mgr.smithi136.ofnrfx (mgr.14188) 6688 : cluster [DBG] pgmap v6267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:11 smithi136 bash[11745]: audit 2022-04-26T06:08:10.429713+0000 mon.smithi136 (mon.0) 4283 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:08:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:11 smithi136 bash[11745]: audit 2022-04-26T06:08:10.722740+0000 mon.smithi136 (mon.0) 4284 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:08:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:11 smithi136 bash[11745]: audit 2022-04-26T06:08:10.732385+0000 mon.smithi136 (mon.0) 4285 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:08:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:11 smithi145 bash[13673]: cluster 2022-04-26T06:08:10.126190+0000 mgr.smithi136.ofnrfx (mgr.14188) 6688 : cluster [DBG] pgmap v6267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:11 smithi145 bash[13673]: audit 2022-04-26T06:08:10.429713+0000 mon.smithi136 (mon.0) 4283 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:08:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:11 smithi145 bash[13673]: audit 2022-04-26T06:08:10.722740+0000 mon.smithi136 (mon.0) 4284 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:08:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:11 smithi145 bash[13673]: audit 2022-04-26T06:08:10.732385+0000 mon.smithi136 (mon.0) 4285 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:08:11.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:11.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:11.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:12.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:12 smithi136 bash[11745]: cluster 2022-04-26T06:08:10.714602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6689 : cluster [DBG] pgmap v6268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:12 smithi136 bash[11745]: cluster 2022-04-26T06:08:10.715036+0000 mgr.smithi136.ofnrfx (mgr.14188) 6690 : cluster [DBG] pgmap v6269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:12 smithi136 bash[11745]: cephadm 2022-04-26T06:08:10.733906+0000 mgr.smithi136.ofnrfx (mgr.14188) 6691 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:08:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:12 smithi136 bash[11745]: cephadm 2022-04-26T06:08:10.734176+0000 mgr.smithi136.ofnrfx (mgr.14188) 6692 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:08:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:12 smithi136 bash[11745]: audit 2022-04-26T06:08:12.104566+0000 mon.smithi136 (mon.0) 4286 : audit [DBG] from='client.? 172.21.15.136:0/3305772323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:12 smithi145 bash[13673]: cluster 2022-04-26T06:08:10.714602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6689 : cluster [DBG] pgmap v6268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:12 smithi145 bash[13673]: cluster 2022-04-26T06:08:10.715036+0000 mgr.smithi136.ofnrfx (mgr.14188) 6690 : cluster [DBG] pgmap v6269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:12 smithi145 bash[13673]: cephadm 2022-04-26T06:08:10.733906+0000 mgr.smithi136.ofnrfx (mgr.14188) 6691 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:08:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:12 smithi145 bash[13673]: cephadm 2022-04-26T06:08:10.734176+0000 mgr.smithi136.ofnrfx (mgr.14188) 6692 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:08:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:12 smithi145 bash[13673]: audit 2022-04-26T06:08:12.104566+0000 mon.smithi136 (mon.0) 4286 : audit [DBG] from='client.? 172.21.15.136:0/3305772323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:14.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:14 smithi136 bash[11745]: cluster 2022-04-26T06:08:12.715681+0000 mgr.smithi136.ofnrfx (mgr.14188) 6693 : cluster [DBG] pgmap v6270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:14.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:14 smithi145 bash[13673]: cluster 2022-04-26T06:08:12.715681+0000 mgr.smithi136.ofnrfx (mgr.14188) 6693 : cluster [DBG] pgmap v6270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:16 smithi136 bash[11745]: cluster 2022-04-26T06:08:14.716308+0000 mgr.smithi136.ofnrfx (mgr.14188) 6694 : cluster [DBG] pgmap v6271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:16.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:16 smithi145 bash[13673]: cluster 2022-04-26T06:08:14.716308+0000 mgr.smithi136.ofnrfx (mgr.14188) 6694 : cluster [DBG] pgmap v6271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:17.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:17.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:17.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:17.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:18 smithi145 bash[13673]: cluster 2022-04-26T06:08:16.716929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6695 : cluster [DBG] pgmap v6272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:18 smithi145 bash[13673]: audit 2022-04-26T06:08:17.429218+0000 mon.smithi136 (mon.0) 4287 : audit [DBG] from='client.? 172.21.15.136:0/2884401168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:18 smithi136 bash[11745]: cluster 2022-04-26T06:08:16.716929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6695 : cluster [DBG] pgmap v6272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:18 smithi136 bash[11745]: audit 2022-04-26T06:08:17.429218+0000 mon.smithi136 (mon.0) 4287 : audit [DBG] from='client.? 172.21.15.136:0/2884401168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:20 smithi136 bash[11745]: cluster 2022-04-26T06:08:18.717566+0000 mgr.smithi136.ofnrfx (mgr.14188) 6696 : cluster [DBG] pgmap v6273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:20 smithi145 bash[13673]: cluster 2022-04-26T06:08:18.717566+0000 mgr.smithi136.ofnrfx (mgr.14188) 6696 : cluster [DBG] pgmap v6273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:22.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:22.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:22.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:22 smithi136 bash[11745]: cluster 2022-04-26T06:08:20.718195+0000 mgr.smithi136.ofnrfx (mgr.14188) 6697 : cluster [DBG] pgmap v6274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:22.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:22 smithi145 bash[13673]: cluster 2022-04-26T06:08:20.718195+0000 mgr.smithi136.ofnrfx (mgr.14188) 6697 : cluster [DBG] pgmap v6274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:22.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:23 smithi136 bash[11745]: audit 2022-04-26T06:08:22.758270+0000 mon.smithi136 (mon.0) 4288 : audit [DBG] from='client.? 172.21.15.136:0/2167811057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:23.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:23 smithi145 bash[13673]: audit 2022-04-26T06:08:22.758270+0000 mon.smithi136 (mon.0) 4288 : audit [DBG] from='client.? 172.21.15.136:0/2167811057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:24 smithi136 bash[11745]: cluster 2022-04-26T06:08:22.718796+0000 mgr.smithi136.ofnrfx (mgr.14188) 6698 : cluster [DBG] pgmap v6275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:24.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:24 smithi145 bash[13673]: cluster 2022-04-26T06:08:22.718796+0000 mgr.smithi136.ofnrfx (mgr.14188) 6698 : cluster [DBG] pgmap v6275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:26 smithi136 bash[11745]: cluster 2022-04-26T06:08:24.719393+0000 mgr.smithi136.ofnrfx (mgr.14188) 6699 : cluster [DBG] pgmap v6276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:26.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:26 smithi145 bash[13673]: cluster 2022-04-26T06:08:24.719393+0000 mgr.smithi136.ofnrfx (mgr.14188) 6699 : cluster [DBG] pgmap v6276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:27.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:27.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:27.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:28.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:28 smithi145 bash[13673]: cluster 2022-04-26T06:08:26.720033+0000 mgr.smithi136.ofnrfx (mgr.14188) 6700 : cluster [DBG] pgmap v6277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:28 smithi145 bash[13673]: audit 2022-04-26T06:08:28.088210+0000 mon.smithi136 (mon.0) 4289 : audit [DBG] from='client.? 172.21.15.136:0/366731325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:28 smithi136 bash[11745]: cluster 2022-04-26T06:08:26.720033+0000 mgr.smithi136.ofnrfx (mgr.14188) 6700 : cluster [DBG] pgmap v6277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:28 smithi136 bash[11745]: audit 2022-04-26T06:08:28.088210+0000 mon.smithi136 (mon.0) 4289 : audit [DBG] from='client.? 172.21.15.136:0/366731325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:30 smithi136 bash[11745]: cluster 2022-04-26T06:08:28.720703+0000 mgr.smithi136.ofnrfx (mgr.14188) 6701 : cluster [DBG] pgmap v6278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:30.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:30 smithi145 bash[13673]: cluster 2022-04-26T06:08:28.720703+0000 mgr.smithi136.ofnrfx (mgr.14188) 6701 : cluster [DBG] pgmap v6278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:32.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:32 smithi136 bash[11745]: cluster 2022-04-26T06:08:30.721409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6702 : cluster [DBG] pgmap v6279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:32.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:32 smithi145 bash[13673]: cluster 2022-04-26T06:08:30.721409+0000 mgr.smithi136.ofnrfx (mgr.14188) 6702 : cluster [DBG] pgmap v6279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:33.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:33.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:33.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:33.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:34 smithi136 bash[11745]: cluster 2022-04-26T06:08:32.722118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6703 : cluster [DBG] pgmap v6280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:34 smithi136 bash[11745]: audit 2022-04-26T06:08:33.423131+0000 mon.smithi136 (mon.0) 4290 : audit [DBG] from='client.? 172.21.15.136:0/1592868561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:34.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:34 smithi145 bash[13673]: cluster 2022-04-26T06:08:32.722118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6703 : cluster [DBG] pgmap v6280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:34.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:34 smithi145 bash[13673]: audit 2022-04-26T06:08:33.423131+0000 mon.smithi136 (mon.0) 4290 : audit [DBG] from='client.? 172.21.15.136:0/1592868561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:36 smithi136 bash[11745]: cluster 2022-04-26T06:08:34.722767+0000 mgr.smithi136.ofnrfx (mgr.14188) 6704 : cluster [DBG] pgmap v6281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:36 smithi145 bash[13673]: cluster 2022-04-26T06:08:34.722767+0000 mgr.smithi136.ofnrfx (mgr.14188) 6704 : cluster [DBG] pgmap v6281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:38.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:38 smithi145 bash[13673]: cluster 2022-04-26T06:08:36.723370+0000 mgr.smithi136.ofnrfx (mgr.14188) 6705 : cluster [DBG] pgmap v6282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:38.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:38.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:38.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:38.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:38.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:38 smithi136 bash[11745]: cluster 2022-04-26T06:08:36.723370+0000 mgr.smithi136.ofnrfx (mgr.14188) 6705 : cluster [DBG] pgmap v6282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:39 smithi145 bash[13673]: audit 2022-04-26T06:08:38.754384+0000 mon.smithi136 (mon.0) 4291 : audit [DBG] from='client.? 172.21.15.136:0/3293772134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:39.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:39 smithi136 bash[11745]: audit 2022-04-26T06:08:38.754384+0000 mon.smithi136 (mon.0) 4291 : audit [DBG] from='client.? 172.21.15.136:0/3293772134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:40.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:40 smithi145 bash[13673]: cluster 2022-04-26T06:08:38.723967+0000 mgr.smithi136.ofnrfx (mgr.14188) 6706 : cluster [DBG] pgmap v6283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:40.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:40 smithi136 bash[11745]: cluster 2022-04-26T06:08:38.723967+0000 mgr.smithi136.ofnrfx (mgr.14188) 6706 : cluster [DBG] pgmap v6283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:42 smithi145 bash[13673]: cluster 2022-04-26T06:08:40.724613+0000 mgr.smithi136.ofnrfx (mgr.14188) 6707 : cluster [DBG] pgmap v6284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:42 smithi136 bash[11745]: cluster 2022-04-26T06:08:40.724613+0000 mgr.smithi136.ofnrfx (mgr.14188) 6707 : cluster [DBG] pgmap v6284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:43.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:43.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:43.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:44.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:44.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:44 smithi145 bash[13673]: cluster 2022-04-26T06:08:42.725290+0000 mgr.smithi136.ofnrfx (mgr.14188) 6708 : cluster [DBG] pgmap v6285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:44.688 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:44 smithi145 bash[13673]: audit 2022-04-26T06:08:44.095176+0000 mon.smithi136 (mon.0) 4292 : audit [DBG] from='client.? 172.21.15.136:0/3289059297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:44.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:44 smithi136 bash[11745]: cluster 2022-04-26T06:08:42.725290+0000 mgr.smithi136.ofnrfx (mgr.14188) 6708 : cluster [DBG] pgmap v6285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:44.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:44 smithi136 bash[11745]: audit 2022-04-26T06:08:44.095176+0000 mon.smithi136 (mon.0) 4292 : audit [DBG] from='client.? 172.21.15.136:0/3289059297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:46.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:46 smithi145 bash[13673]: cluster 2022-04-26T06:08:44.725894+0000 mgr.smithi136.ofnrfx (mgr.14188) 6709 : cluster [DBG] pgmap v6286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:46.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:46 smithi136 bash[11745]: cluster 2022-04-26T06:08:44.725894+0000 mgr.smithi136.ofnrfx (mgr.14188) 6709 : cluster [DBG] pgmap v6286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:48.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:48 smithi145 bash[13673]: cluster 2022-04-26T06:08:46.726521+0000 mgr.smithi136.ofnrfx (mgr.14188) 6710 : cluster [DBG] pgmap v6287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:48.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:48 smithi136 bash[11745]: cluster 2022-04-26T06:08:46.726521+0000 mgr.smithi136.ofnrfx (mgr.14188) 6710 : cluster [DBG] pgmap v6287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:49.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:49.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:49.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:49.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:50 smithi145 bash[13673]: cluster 2022-04-26T06:08:48.727229+0000 mgr.smithi136.ofnrfx (mgr.14188) 6711 : cluster [DBG] pgmap v6288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:50 smithi145 bash[13673]: audit 2022-04-26T06:08:49.426831+0000 mon.smithi136 (mon.0) 4293 : audit [DBG] from='client.? 172.21.15.136:0/2543678159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:50.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:50 smithi136 bash[11745]: cluster 2022-04-26T06:08:48.727229+0000 mgr.smithi136.ofnrfx (mgr.14188) 6711 : cluster [DBG] pgmap v6288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:50.854 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:50 smithi136 bash[11745]: audit 2022-04-26T06:08:49.426831+0000 mon.smithi136 (mon.0) 4293 : audit [DBG] from='client.? 172.21.15.136:0/2543678159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:52.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:52 smithi145 bash[13673]: cluster 2022-04-26T06:08:50.728017+0000 mgr.smithi136.ofnrfx (mgr.14188) 6712 : cluster [DBG] pgmap v6289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:52.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:52 smithi136 bash[11745]: cluster 2022-04-26T06:08:50.728017+0000 mgr.smithi136.ofnrfx (mgr.14188) 6712 : cluster [DBG] pgmap v6289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:54.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:54.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:54.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:08:54.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:54 smithi145 bash[13673]: cluster 2022-04-26T06:08:52.728805+0000 mgr.smithi136.ofnrfx (mgr.14188) 6713 : cluster [DBG] pgmap v6290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:54.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:08:54.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:54 smithi136 bash[11745]: cluster 2022-04-26T06:08:52.728805+0000 mgr.smithi136.ofnrfx (mgr.14188) 6713 : cluster [DBG] pgmap v6290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:55 smithi145 bash[13673]: audit 2022-04-26T06:08:54.760574+0000 mon.smithi136 (mon.0) 4294 : audit [DBG] from='client.? 172.21.15.136:0/301343546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:55.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:55 smithi136 bash[11745]: audit 2022-04-26T06:08:54.760574+0000 mon.smithi136 (mon.0) 4294 : audit [DBG] from='client.? 172.21.15.136:0/301343546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:08:56.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:56 smithi145 bash[13673]: cluster 2022-04-26T06:08:54.729500+0000 mgr.smithi136.ofnrfx (mgr.14188) 6714 : cluster [DBG] pgmap v6291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:56.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:56 smithi136 bash[11745]: cluster 2022-04-26T06:08:54.729500+0000 mgr.smithi136.ofnrfx (mgr.14188) 6714 : cluster [DBG] pgmap v6291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:08:58 smithi145 bash[13673]: cluster 2022-04-26T06:08:56.730226+0000 mgr.smithi136.ofnrfx (mgr.14188) 6715 : cluster [DBG] pgmap v6292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:58.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:08:58 smithi136 bash[11745]: cluster 2022-04-26T06:08:56.730226+0000 mgr.smithi136.ofnrfx (mgr.14188) 6715 : cluster [DBG] pgmap v6292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:08:59.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:08:59.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:08:59.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:00.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:00 smithi145 bash[13673]: cluster 2022-04-26T06:08:58.730832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6716 : cluster [DBG] pgmap v6293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:00 smithi145 bash[13673]: audit 2022-04-26T06:09:00.087546+0000 mon.smithi136 (mon.0) 4295 : audit [DBG] from='client.? 172.21.15.136:0/808346977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:00.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:00 smithi136 bash[11745]: cluster 2022-04-26T06:08:58.730832+0000 mgr.smithi136.ofnrfx (mgr.14188) 6716 : cluster [DBG] pgmap v6293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:00.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:00 smithi136 bash[11745]: audit 2022-04-26T06:09:00.087546+0000 mon.smithi136 (mon.0) 4295 : audit [DBG] from='client.? 172.21.15.136:0/808346977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:02.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:02 smithi145 bash[13673]: cluster 2022-04-26T06:09:00.731423+0000 mgr.smithi136.ofnrfx (mgr.14188) 6717 : cluster [DBG] pgmap v6294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:02 smithi136 bash[11745]: cluster 2022-04-26T06:09:00.731423+0000 mgr.smithi136.ofnrfx (mgr.14188) 6717 : cluster [DBG] pgmap v6294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:03 smithi145 bash[13673]: audit 2022-04-26T06:09:02.704919+0000 mon.smithi136 (mon.0) 4296 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:09:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:03 smithi145 bash[13673]: audit 2022-04-26T06:09:02.708842+0000 mon.smithi136 (mon.0) 4297 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:09:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:03 smithi136 bash[11745]: audit 2022-04-26T06:09:02.704919+0000 mon.smithi136 (mon.0) 4296 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:09:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:03 smithi136 bash[11745]: audit 2022-04-26T06:09:02.708842+0000 mon.smithi136 (mon.0) 4297 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:09:04.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:04 smithi145 bash[13673]: cluster 2022-04-26T06:09:02.732061+0000 mgr.smithi136.ofnrfx (mgr.14188) 6718 : cluster [DBG] pgmap v6295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:04 smithi136 bash[11745]: cluster 2022-04-26T06:09:02.732061+0000 mgr.smithi136.ofnrfx (mgr.14188) 6718 : cluster [DBG] pgmap v6295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:05.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:05.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:05.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:05.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:06.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:06 smithi136 bash[11745]: cluster 2022-04-26T06:09:04.732673+0000 mgr.smithi136.ofnrfx (mgr.14188) 6719 : cluster [DBG] pgmap v6296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:06.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:06 smithi136 bash[11745]: audit 2022-04-26T06:09:05.420962+0000 mon.smithi136 (mon.0) 4298 : audit [DBG] from='client.? 172.21.15.136:0/2892846993' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:06.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:06 smithi145 bash[13673]: cluster 2022-04-26T06:09:04.732673+0000 mgr.smithi136.ofnrfx (mgr.14188) 6719 : cluster [DBG] pgmap v6296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:06.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:06 smithi145 bash[13673]: audit 2022-04-26T06:09:05.420962+0000 mon.smithi136 (mon.0) 4298 : audit [DBG] from='client.? 172.21.15.136:0/2892846993' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:08.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:08 smithi136 bash[11745]: cluster 2022-04-26T06:09:06.733300+0000 mgr.smithi136.ofnrfx (mgr.14188) 6720 : cluster [DBG] pgmap v6297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:08.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:08 smithi145 bash[13673]: cluster 2022-04-26T06:09:06.733300+0000 mgr.smithi136.ofnrfx (mgr.14188) 6720 : cluster [DBG] pgmap v6297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:10.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:10.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:10.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:10.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:10 smithi136 bash[11745]: cluster 2022-04-26T06:09:08.733907+0000 mgr.smithi136.ofnrfx (mgr.14188) 6721 : cluster [DBG] pgmap v6298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:10.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:10 smithi145 bash[13673]: cluster 2022-04-26T06:09:08.733907+0000 mgr.smithi136.ofnrfx (mgr.14188) 6721 : cluster [DBG] pgmap v6298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:11 smithi136 bash[11745]: audit 2022-04-26T06:09:10.746849+0000 mon.smithi136 (mon.0) 4299 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:09:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:11 smithi136 bash[11745]: audit 2022-04-26T06:09:10.748027+0000 mon.smithi136 (mon.0) 4300 : audit [DBG] from='client.? 172.21.15.136:0/2721421879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:11 smithi136 bash[11745]: audit 2022-04-26T06:09:10.748952+0000 mon.smithi136 (mon.0) 4301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:09:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:11 smithi136 bash[11745]: audit 2022-04-26T06:09:10.750378+0000 mon.smithi136 (mon.0) 4302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:09:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:11 smithi136 bash[11745]: audit 2022-04-26T06:09:11.051850+0000 mon.smithi136 (mon.0) 4303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:09:11.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:11 smithi136 bash[11745]: audit 2022-04-26T06:09:11.058976+0000 mon.smithi136 (mon.0) 4304 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:09:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:11 smithi145 bash[13673]: audit 2022-04-26T06:09:10.746849+0000 mon.smithi136 (mon.0) 4299 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:09:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:11 smithi145 bash[13673]: audit 2022-04-26T06:09:10.748027+0000 mon.smithi136 (mon.0) 4300 : audit [DBG] from='client.? 172.21.15.136:0/2721421879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:11 smithi145 bash[13673]: audit 2022-04-26T06:09:10.748952+0000 mon.smithi136 (mon.0) 4301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:09:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:11 smithi145 bash[13673]: audit 2022-04-26T06:09:10.750378+0000 mon.smithi136 (mon.0) 4302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:09:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:11 smithi145 bash[13673]: audit 2022-04-26T06:09:11.051850+0000 mon.smithi136 (mon.0) 4303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:09:11.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:11 smithi145 bash[13673]: audit 2022-04-26T06:09:11.058976+0000 mon.smithi136 (mon.0) 4304 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:09:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:12 smithi136 bash[11745]: cluster 2022-04-26T06:09:10.734485+0000 mgr.smithi136.ofnrfx (mgr.14188) 6722 : cluster [DBG] pgmap v6299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:12 smithi136 bash[11745]: cluster 2022-04-26T06:09:11.044331+0000 mgr.smithi136.ofnrfx (mgr.14188) 6723 : cluster [DBG] pgmap v6300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:12 smithi136 bash[11745]: cluster 2022-04-26T06:09:11.044805+0000 mgr.smithi136.ofnrfx (mgr.14188) 6724 : cluster [DBG] pgmap v6301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:12 smithi136 bash[11745]: cephadm 2022-04-26T06:09:11.060253+0000 mgr.smithi136.ofnrfx (mgr.14188) 6725 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:09:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:12 smithi136 bash[11745]: cephadm 2022-04-26T06:09:11.060436+0000 mgr.smithi136.ofnrfx (mgr.14188) 6726 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:09:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:12 smithi145 bash[13673]: cluster 2022-04-26T06:09:10.734485+0000 mgr.smithi136.ofnrfx (mgr.14188) 6722 : cluster [DBG] pgmap v6299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:12 smithi145 bash[13673]: cluster 2022-04-26T06:09:11.044331+0000 mgr.smithi136.ofnrfx (mgr.14188) 6723 : cluster [DBG] pgmap v6300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:12 smithi145 bash[13673]: cluster 2022-04-26T06:09:11.044805+0000 mgr.smithi136.ofnrfx (mgr.14188) 6724 : cluster [DBG] pgmap v6301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:12 smithi145 bash[13673]: cephadm 2022-04-26T06:09:11.060253+0000 mgr.smithi136.ofnrfx (mgr.14188) 6725 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:09:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:12 smithi145 bash[13673]: cephadm 2022-04-26T06:09:11.060436+0000 mgr.smithi136.ofnrfx (mgr.14188) 6726 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:09:14.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:14 smithi136 bash[11745]: cluster 2022-04-26T06:09:13.045473+0000 mgr.smithi136.ofnrfx (mgr.14188) 6727 : cluster [DBG] pgmap v6302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:14.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:14 smithi145 bash[13673]: cluster 2022-04-26T06:09:13.045473+0000 mgr.smithi136.ofnrfx (mgr.14188) 6727 : cluster [DBG] pgmap v6302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:15.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:15.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:15.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:15.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:15 smithi136 bash[11745]: cluster 2022-04-26T06:09:15.046158+0000 mgr.smithi136.ofnrfx (mgr.14188) 6728 : cluster [DBG] pgmap v6303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:15.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:15 smithi145 bash[13673]: cluster 2022-04-26T06:09:15.046158+0000 mgr.smithi136.ofnrfx (mgr.14188) 6728 : cluster [DBG] pgmap v6303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:16.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:16.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:16 smithi136 bash[11745]: audit 2022-04-26T06:09:16.084687+0000 mon.smithi136 (mon.0) 4305 : audit [DBG] from='client.? 172.21.15.136:0/3839204352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:16.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:16 smithi145 bash[13673]: audit 2022-04-26T06:09:16.084687+0000 mon.smithi136 (mon.0) 4305 : audit [DBG] from='client.? 172.21.15.136:0/3839204352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:18.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:17 smithi136 bash[11745]: cluster 2022-04-26T06:09:17.046837+0000 mgr.smithi136.ofnrfx (mgr.14188) 6729 : cluster [DBG] pgmap v6304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:17 smithi145 bash[13673]: cluster 2022-04-26T06:09:17.046837+0000 mgr.smithi136.ofnrfx (mgr.14188) 6729 : cluster [DBG] pgmap v6304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:20.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:20 smithi145 bash[13673]: cluster 2022-04-26T06:09:19.047625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6730 : cluster [DBG] pgmap v6305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:20.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:20 smithi136 bash[11745]: cluster 2022-04-26T06:09:19.047625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6730 : cluster [DBG] pgmap v6305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:21.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:21.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:21.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:21.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:22 smithi145 bash[13673]: cluster 2022-04-26T06:09:21.048354+0000 mgr.smithi136.ofnrfx (mgr.14188) 6731 : cluster [DBG] pgmap v6306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:22 smithi145 bash[13673]: audit 2022-04-26T06:09:21.408193+0000 mon.smithi136 (mon.0) 4306 : audit [DBG] from='client.? 172.21.15.136:0/3016622074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:22 smithi136 bash[11745]: cluster 2022-04-26T06:09:21.048354+0000 mgr.smithi136.ofnrfx (mgr.14188) 6731 : cluster [DBG] pgmap v6306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:22 smithi136 bash[11745]: audit 2022-04-26T06:09:21.408193+0000 mon.smithi136 (mon.0) 4306 : audit [DBG] from='client.? 172.21.15.136:0/3016622074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:24.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:24 smithi145 bash[13673]: cluster 2022-04-26T06:09:23.049016+0000 mgr.smithi136.ofnrfx (mgr.14188) 6732 : cluster [DBG] pgmap v6307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:24 smithi136 bash[11745]: cluster 2022-04-26T06:09:23.049016+0000 mgr.smithi136.ofnrfx (mgr.14188) 6732 : cluster [DBG] pgmap v6307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:26 smithi145 bash[13673]: cluster 2022-04-26T06:09:25.049593+0000 mgr.smithi136.ofnrfx (mgr.14188) 6733 : cluster [DBG] pgmap v6308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:26.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:26.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:26.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:26 smithi136 bash[11745]: cluster 2022-04-26T06:09:25.049593+0000 mgr.smithi136.ofnrfx (mgr.14188) 6733 : cluster [DBG] pgmap v6308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:26.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:27.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:27 smithi145 bash[13673]: audit 2022-04-26T06:09:26.734356+0000 mon.smithi136 (mon.0) 4307 : audit [DBG] from='client.? 172.21.15.136:0/2746483131' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:27 smithi136 bash[11745]: audit 2022-04-26T06:09:26.734356+0000 mon.smithi136 (mon.0) 4307 : audit [DBG] from='client.? 172.21.15.136:0/2746483131' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:28 smithi145 bash[13673]: cluster 2022-04-26T06:09:27.050334+0000 mgr.smithi136.ofnrfx (mgr.14188) 6734 : cluster [DBG] pgmap v6309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:28 smithi136 bash[11745]: cluster 2022-04-26T06:09:27.050334+0000 mgr.smithi136.ofnrfx (mgr.14188) 6734 : cluster [DBG] pgmap v6309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:30.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:30 smithi145 bash[13673]: cluster 2022-04-26T06:09:29.050927+0000 mgr.smithi136.ofnrfx (mgr.14188) 6735 : cluster [DBG] pgmap v6310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:30.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:30 smithi136 bash[11745]: cluster 2022-04-26T06:09:29.050927+0000 mgr.smithi136.ofnrfx (mgr.14188) 6735 : cluster [DBG] pgmap v6310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:31.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:31.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:31.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:32.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:32.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:32 smithi145 bash[13673]: cluster 2022-04-26T06:09:31.051580+0000 mgr.smithi136.ofnrfx (mgr.14188) 6736 : cluster [DBG] pgmap v6311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:32.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:32 smithi145 bash[13673]: audit 2022-04-26T06:09:32.063768+0000 mon.smithi136 (mon.0) 4308 : audit [DBG] from='client.? 172.21.15.136:0/1618500788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:32.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:32 smithi136 bash[11745]: cluster 2022-04-26T06:09:31.051580+0000 mgr.smithi136.ofnrfx (mgr.14188) 6736 : cluster [DBG] pgmap v6311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:32.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:32 smithi136 bash[11745]: audit 2022-04-26T06:09:32.063768+0000 mon.smithi136 (mon.0) 4308 : audit [DBG] from='client.? 172.21.15.136:0/1618500788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:34.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:34 smithi145 bash[13673]: cluster 2022-04-26T06:09:33.052241+0000 mgr.smithi136.ofnrfx (mgr.14188) 6737 : cluster [DBG] pgmap v6312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:34 smithi136 bash[11745]: cluster 2022-04-26T06:09:33.052241+0000 mgr.smithi136.ofnrfx (mgr.14188) 6737 : cluster [DBG] pgmap v6312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:36.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:36 smithi145 bash[13673]: cluster 2022-04-26T06:09:35.052931+0000 mgr.smithi136.ofnrfx (mgr.14188) 6738 : cluster [DBG] pgmap v6313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:36 smithi136 bash[11745]: cluster 2022-04-26T06:09:35.052931+0000 mgr.smithi136.ofnrfx (mgr.14188) 6738 : cluster [DBG] pgmap v6313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:37.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:37.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:37.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:37.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:38.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:37 smithi136 bash[11745]: cluster 2022-04-26T06:09:37.053694+0000 mgr.smithi136.ofnrfx (mgr.14188) 6739 : cluster [DBG] pgmap v6314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:38.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:37 smithi136 bash[11745]: audit 2022-04-26T06:09:37.394736+0000 mon.smithi136 (mon.0) 4309 : audit [DBG] from='client.? 172.21.15.136:0/2981040586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:38.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:37 smithi145 bash[13673]: cluster 2022-04-26T06:09:37.053694+0000 mgr.smithi136.ofnrfx (mgr.14188) 6739 : cluster [DBG] pgmap v6314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:38.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:37 smithi145 bash[13673]: audit 2022-04-26T06:09:37.394736+0000 mon.smithi136 (mon.0) 4309 : audit [DBG] from='client.? 172.21.15.136:0/2981040586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:40.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:40 smithi145 bash[13673]: cluster 2022-04-26T06:09:39.054366+0000 mgr.smithi136.ofnrfx (mgr.14188) 6740 : cluster [DBG] pgmap v6315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:40.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:40 smithi136 bash[11745]: cluster 2022-04-26T06:09:39.054366+0000 mgr.smithi136.ofnrfx (mgr.14188) 6740 : cluster [DBG] pgmap v6315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:42.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:42 smithi145 bash[13673]: cluster 2022-04-26T06:09:41.054998+0000 mgr.smithi136.ofnrfx (mgr.14188) 6741 : cluster [DBG] pgmap v6316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:42.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:42.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:42.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:42 smithi136 bash[11745]: cluster 2022-04-26T06:09:41.054998+0000 mgr.smithi136.ofnrfx (mgr.14188) 6741 : cluster [DBG] pgmap v6316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:42.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:43 smithi145 bash[13673]: audit 2022-04-26T06:09:42.725065+0000 mon.smithi136 (mon.0) 4310 : audit [DBG] from='client.? 172.21.15.136:0/1740080853' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:43.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:43 smithi136 bash[11745]: audit 2022-04-26T06:09:42.725065+0000 mon.smithi136 (mon.0) 4310 : audit [DBG] from='client.? 172.21.15.136:0/1740080853' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:44.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:44 smithi145 bash[13673]: cluster 2022-04-26T06:09:43.055684+0000 mgr.smithi136.ofnrfx (mgr.14188) 6742 : cluster [DBG] pgmap v6317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:44 smithi136 bash[11745]: cluster 2022-04-26T06:09:43.055684+0000 mgr.smithi136.ofnrfx (mgr.14188) 6742 : cluster [DBG] pgmap v6317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:46.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:46 smithi145 bash[13673]: cluster 2022-04-26T06:09:45.056292+0000 mgr.smithi136.ofnrfx (mgr.14188) 6743 : cluster [DBG] pgmap v6318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:46 smithi136 bash[11745]: cluster 2022-04-26T06:09:45.056292+0000 mgr.smithi136.ofnrfx (mgr.14188) 6743 : cluster [DBG] pgmap v6318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:47.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:47.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:47.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:48.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:48.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:47 smithi136 bash[11745]: cluster 2022-04-26T06:09:47.056910+0000 mgr.smithi136.ofnrfx (mgr.14188) 6744 : cluster [DBG] pgmap v6319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:48.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:47 smithi145 bash[13673]: cluster 2022-04-26T06:09:47.056910+0000 mgr.smithi136.ofnrfx (mgr.14188) 6744 : cluster [DBG] pgmap v6319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:48 smithi136 bash[11745]: audit 2022-04-26T06:09:48.053122+0000 mon.smithi136 (mon.0) 4311 : audit [DBG] from='client.? 172.21.15.136:0/1072620787' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:49.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:48 smithi145 bash[13673]: audit 2022-04-26T06:09:48.053122+0000 mon.smithi136 (mon.0) 4311 : audit [DBG] from='client.? 172.21.15.136:0/1072620787' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:50.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:49 smithi136 bash[11745]: cluster 2022-04-26T06:09:49.057576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6745 : cluster [DBG] pgmap v6320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:50.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:49 smithi145 bash[13673]: cluster 2022-04-26T06:09:49.057576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6745 : cluster [DBG] pgmap v6320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:52.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:52 smithi145 bash[13673]: cluster 2022-04-26T06:09:51.058208+0000 mgr.smithi136.ofnrfx (mgr.14188) 6746 : cluster [DBG] pgmap v6321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:52 smithi136 bash[11745]: cluster 2022-04-26T06:09:51.058208+0000 mgr.smithi136.ofnrfx (mgr.14188) 6746 : cluster [DBG] pgmap v6321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:53.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:53.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:53.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:53.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:54.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:54 smithi145 bash[13673]: cluster 2022-04-26T06:09:53.058951+0000 mgr.smithi136.ofnrfx (mgr.14188) 6747 : cluster [DBG] pgmap v6322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:54.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:54 smithi145 bash[13673]: audit 2022-04-26T06:09:53.378993+0000 mon.smithi136 (mon.0) 4312 : audit [DBG] from='client.? 172.21.15.136:0/772700520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:54 smithi136 bash[11745]: cluster 2022-04-26T06:09:53.058951+0000 mgr.smithi136.ofnrfx (mgr.14188) 6747 : cluster [DBG] pgmap v6322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:54 smithi136 bash[11745]: audit 2022-04-26T06:09:53.378993+0000 mon.smithi136 (mon.0) 4312 : audit [DBG] from='client.? 172.21.15.136:0/772700520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:56.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:56 smithi145 bash[13673]: cluster 2022-04-26T06:09:55.059596+0000 mgr.smithi136.ofnrfx (mgr.14188) 6748 : cluster [DBG] pgmap v6323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:56 smithi136 bash[11745]: cluster 2022-04-26T06:09:55.059596+0000 mgr.smithi136.ofnrfx (mgr.14188) 6748 : cluster [DBG] pgmap v6323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:58.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:57 smithi136 bash[11745]: cluster 2022-04-26T06:09:57.060154+0000 mgr.smithi136.ofnrfx (mgr.14188) 6749 : cluster [DBG] pgmap v6324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:58.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:09:58.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:09:58.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:09:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:57 smithi145 bash[13673]: cluster 2022-04-26T06:09:57.060154+0000 mgr.smithi136.ofnrfx (mgr.14188) 6749 : cluster [DBG] pgmap v6324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:09:58.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:09:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:58 smithi136 bash[11745]: audit 2022-04-26T06:09:58.703065+0000 mon.smithi136 (mon.0) 4313 : audit [DBG] from='client.? 172.21.15.136:0/435055723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:09:59.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:58 smithi145 bash[13673]: audit 2022-04-26T06:09:58.703065+0000 mon.smithi136 (mon.0) 4313 : audit [DBG] from='client.? 172.21.15.136:0/435055723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:09:59 smithi136 bash[11745]: cluster 2022-04-26T06:09:59.060800+0000 mgr.smithi136.ofnrfx (mgr.14188) 6750 : cluster [DBG] pgmap v6325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:00.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:09:59 smithi145 bash[13673]: cluster 2022-04-26T06:09:59.060800+0000 mgr.smithi136.ofnrfx (mgr.14188) 6750 : cluster [DBG] pgmap v6325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:01.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:00 smithi136 bash[11745]: cluster 2022-04-26T06:10:00.000172+0000 mon.smithi136 (mon.0) 4314 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:10:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:00 smithi145 bash[13673]: cluster 2022-04-26T06:10:00.000172+0000 mon.smithi136 (mon.0) 4314 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:10:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:01 smithi136 bash[11745]: cluster 2022-04-26T06:10:01.061455+0000 mgr.smithi136.ofnrfx (mgr.14188) 6751 : cluster [DBG] pgmap v6326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:02.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:01 smithi145 bash[13673]: cluster 2022-04-26T06:10:01.061455+0000 mgr.smithi136.ofnrfx (mgr.14188) 6751 : cluster [DBG] pgmap v6326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:02 smithi136 bash[11745]: audit 2022-04-26T06:10:02.709075+0000 mon.smithi136 (mon.0) 4315 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:10:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:02 smithi136 bash[11745]: audit 2022-04-26T06:10:02.712930+0000 mon.smithi136 (mon.0) 4316 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:10:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:02 smithi145 bash[13673]: audit 2022-04-26T06:10:02.709075+0000 mon.smithi136 (mon.0) 4315 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:10:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:02 smithi145 bash[13673]: audit 2022-04-26T06:10:02.712930+0000 mon.smithi136 (mon.0) 4316 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:10:03.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:03.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:03.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:04.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:03 smithi136 bash[11745]: cluster 2022-04-26T06:10:03.062066+0000 mgr.smithi136.ofnrfx (mgr.14188) 6752 : cluster [DBG] pgmap v6327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:04.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:03 smithi145 bash[13673]: cluster 2022-04-26T06:10:03.062066+0000 mgr.smithi136.ofnrfx (mgr.14188) 6752 : cluster [DBG] pgmap v6327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:05.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:04 smithi136 bash[11745]: audit 2022-04-26T06:10:04.030421+0000 mon.smithi136 (mon.0) 4317 : audit [DBG] from='client.? 172.21.15.136:0/1239778901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:05.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:04 smithi145 bash[13673]: audit 2022-04-26T06:10:04.030421+0000 mon.smithi136 (mon.0) 4317 : audit [DBG] from='client.? 172.21.15.136:0/1239778901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:06.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:06 smithi136 bash[11745]: cluster 2022-04-26T06:10:05.062681+0000 mgr.smithi136.ofnrfx (mgr.14188) 6753 : cluster [DBG] pgmap v6328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:06.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:06 smithi145 bash[13673]: cluster 2022-04-26T06:10:05.062681+0000 mgr.smithi136.ofnrfx (mgr.14188) 6753 : cluster [DBG] pgmap v6328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:08.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:07 smithi136 bash[11745]: cluster 2022-04-26T06:10:07.063261+0000 mgr.smithi136.ofnrfx (mgr.14188) 6754 : cluster [DBG] pgmap v6329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:08.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:07 smithi145 bash[13673]: cluster 2022-04-26T06:10:07.063261+0000 mgr.smithi136.ofnrfx (mgr.14188) 6754 : cluster [DBG] pgmap v6329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:09.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:09.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:09.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:09.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:10 smithi145 bash[13673]: cluster 2022-04-26T06:10:09.063906+0000 mgr.smithi136.ofnrfx (mgr.14188) 6755 : cluster [DBG] pgmap v6330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:10 smithi145 bash[13673]: audit 2022-04-26T06:10:09.357695+0000 mon.smithi136 (mon.0) 4318 : audit [DBG] from='client.? 172.21.15.136:0/3436979100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:10.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:10 smithi136 bash[11745]: cluster 2022-04-26T06:10:09.063906+0000 mgr.smithi136.ofnrfx (mgr.14188) 6755 : cluster [DBG] pgmap v6330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:10.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:10 smithi136 bash[11745]: audit 2022-04-26T06:10:09.357695+0000 mon.smithi136 (mon.0) 4318 : audit [DBG] from='client.? 172.21.15.136:0/3436979100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:11 smithi145 bash[13673]: audit 2022-04-26T06:10:11.074437+0000 mon.smithi136 (mon.0) 4319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:10:11.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:11 smithi145 bash[13673]: audit 2022-04-26T06:10:11.077577+0000 mon.smithi136 (mon.0) 4320 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:10:11.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:11 smithi145 bash[13673]: audit 2022-04-26T06:10:11.079315+0000 mon.smithi136 (mon.0) 4321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:10:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:11 smithi136 bash[11745]: audit 2022-04-26T06:10:11.074437+0000 mon.smithi136 (mon.0) 4319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:10:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:11 smithi136 bash[11745]: audit 2022-04-26T06:10:11.077577+0000 mon.smithi136 (mon.0) 4320 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:10:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:11 smithi136 bash[11745]: audit 2022-04-26T06:10:11.079315+0000 mon.smithi136 (mon.0) 4321 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:10:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:12 smithi145 bash[13673]: cluster 2022-04-26T06:10:11.064526+0000 mgr.smithi136.ofnrfx (mgr.14188) 6756 : cluster [DBG] pgmap v6331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:12 smithi145 bash[13673]: cluster 2022-04-26T06:10:11.370616+0000 mgr.smithi136.ofnrfx (mgr.14188) 6757 : cluster [DBG] pgmap v6332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:12 smithi145 bash[13673]: cluster 2022-04-26T06:10:11.370821+0000 mgr.smithi136.ofnrfx (mgr.14188) 6758 : cluster [DBG] pgmap v6333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:12 smithi145 bash[13673]: audit 2022-04-26T06:10:11.377487+0000 mon.smithi136 (mon.0) 4322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:10:12.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:12 smithi145 bash[13673]: audit 2022-04-26T06:10:11.386348+0000 mon.smithi136 (mon.0) 4323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:10:12.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:12 smithi145 bash[13673]: cephadm 2022-04-26T06:10:11.387504+0000 mgr.smithi136.ofnrfx (mgr.14188) 6759 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:10:12.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:12 smithi145 bash[13673]: cephadm 2022-04-26T06:10:11.387719+0000 mgr.smithi136.ofnrfx (mgr.14188) 6760 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:10:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:12 smithi136 bash[11745]: cluster 2022-04-26T06:10:11.064526+0000 mgr.smithi136.ofnrfx (mgr.14188) 6756 : cluster [DBG] pgmap v6331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:12 smithi136 bash[11745]: cluster 2022-04-26T06:10:11.370616+0000 mgr.smithi136.ofnrfx (mgr.14188) 6757 : cluster [DBG] pgmap v6332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:12 smithi136 bash[11745]: cluster 2022-04-26T06:10:11.370821+0000 mgr.smithi136.ofnrfx (mgr.14188) 6758 : cluster [DBG] pgmap v6333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:12 smithi136 bash[11745]: audit 2022-04-26T06:10:11.377487+0000 mon.smithi136 (mon.0) 4322 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:10:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:12 smithi136 bash[11745]: audit 2022-04-26T06:10:11.386348+0000 mon.smithi136 (mon.0) 4323 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:10:12.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:12 smithi136 bash[11745]: cephadm 2022-04-26T06:10:11.387504+0000 mgr.smithi136.ofnrfx (mgr.14188) 6759 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:10:12.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:12 smithi136 bash[11745]: cephadm 2022-04-26T06:10:11.387719+0000 mgr.smithi136.ofnrfx (mgr.14188) 6760 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:10:14.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:14.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:14.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:14.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:14 smithi145 bash[13673]: cluster 2022-04-26T06:10:13.371298+0000 mgr.smithi136.ofnrfx (mgr.14188) 6761 : cluster [DBG] pgmap v6334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:14.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:14.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:14 smithi136 bash[11745]: cluster 2022-04-26T06:10:13.371298+0000 mgr.smithi136.ofnrfx (mgr.14188) 6761 : cluster [DBG] pgmap v6334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:15 smithi145 bash[13673]: audit 2022-04-26T06:10:14.689769+0000 mon.smithi136 (mon.0) 4324 : audit [DBG] from='client.? 172.21.15.136:0/2723889282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:15.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:15 smithi136 bash[11745]: audit 2022-04-26T06:10:14.689769+0000 mon.smithi136 (mon.0) 4324 : audit [DBG] from='client.? 172.21.15.136:0/2723889282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:16.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:16 smithi145 bash[13673]: cluster 2022-04-26T06:10:15.371929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6762 : cluster [DBG] pgmap v6335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:16.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:16 smithi136 bash[11745]: cluster 2022-04-26T06:10:15.371929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6762 : cluster [DBG] pgmap v6335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:18.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:17 smithi136 bash[11745]: cluster 2022-04-26T06:10:17.372691+0000 mgr.smithi136.ofnrfx (mgr.14188) 6763 : cluster [DBG] pgmap v6336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:17 smithi145 bash[13673]: cluster 2022-04-26T06:10:17.372691+0000 mgr.smithi136.ofnrfx (mgr.14188) 6763 : cluster [DBG] pgmap v6336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:19.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:19.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:19.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:20.040 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:20 smithi136 bash[11745]: cluster 2022-04-26T06:10:19.373389+0000 mgr.smithi136.ofnrfx (mgr.14188) 6764 : cluster [DBG] pgmap v6337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:20 smithi136 bash[11745]: audit 2022-04-26T06:10:20.023951+0000 mon.smithi136 (mon.0) 4325 : audit [DBG] from='client.? 172.21.15.136:0/2107483768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:20 smithi145 bash[13673]: cluster 2022-04-26T06:10:19.373389+0000 mgr.smithi136.ofnrfx (mgr.14188) 6764 : cluster [DBG] pgmap v6337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:20 smithi145 bash[13673]: audit 2022-04-26T06:10:20.023951+0000 mon.smithi136 (mon.0) 4325 : audit [DBG] from='client.? 172.21.15.136:0/2107483768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:22 smithi136 bash[11745]: cluster 2022-04-26T06:10:21.374052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6765 : cluster [DBG] pgmap v6338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:22.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:22 smithi145 bash[13673]: cluster 2022-04-26T06:10:21.374052+0000 mgr.smithi136.ofnrfx (mgr.14188) 6765 : cluster [DBG] pgmap v6338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:24.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:24 smithi136 bash[11745]: cluster 2022-04-26T06:10:23.374664+0000 mgr.smithi136.ofnrfx (mgr.14188) 6766 : cluster [DBG] pgmap v6339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:24.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:24 smithi145 bash[13673]: cluster 2022-04-26T06:10:23.374664+0000 mgr.smithi136.ofnrfx (mgr.14188) 6766 : cluster [DBG] pgmap v6339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:25.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:25.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:25.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:25.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:25.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:25 smithi136 bash[11745]: audit 2022-04-26T06:10:25.360822+0000 mon.smithi136 (mon.0) 4326 : audit [DBG] from='client.? 172.21.15.136:0/3498434905' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:25.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:25 smithi136 bash[11745]: cluster 2022-04-26T06:10:25.375221+0000 mgr.smithi136.ofnrfx (mgr.14188) 6767 : cluster [DBG] pgmap v6340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:25.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:25 smithi145 bash[13673]: audit 2022-04-26T06:10:25.360822+0000 mon.smithi136 (mon.0) 4326 : audit [DBG] from='client.? 172.21.15.136:0/3498434905' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:25.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:25 smithi145 bash[13673]: cluster 2022-04-26T06:10:25.375221+0000 mgr.smithi136.ofnrfx (mgr.14188) 6767 : cluster [DBG] pgmap v6340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:27 smithi136 bash[11745]: cluster 2022-04-26T06:10:27.375874+0000 mgr.smithi136.ofnrfx (mgr.14188) 6768 : cluster [DBG] pgmap v6341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:27 smithi145 bash[13673]: cluster 2022-04-26T06:10:27.375874+0000 mgr.smithi136.ofnrfx (mgr.14188) 6768 : cluster [DBG] pgmap v6341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:30.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:30.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:30.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:30.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:30.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:30 smithi136 bash[11745]: cluster 2022-04-26T06:10:29.376505+0000 mgr.smithi136.ofnrfx (mgr.14188) 6769 : cluster [DBG] pgmap v6342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:30.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:30 smithi145 bash[13673]: cluster 2022-04-26T06:10:29.376505+0000 mgr.smithi136.ofnrfx (mgr.14188) 6769 : cluster [DBG] pgmap v6342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:31.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:31 smithi136 bash[11745]: audit 2022-04-26T06:10:30.691420+0000 mon.smithi136 (mon.0) 4327 : audit [DBG] from='client.? 172.21.15.136:0/4233537850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:31.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:31 smithi145 bash[13673]: audit 2022-04-26T06:10:30.691420+0000 mon.smithi136 (mon.0) 4327 : audit [DBG] from='client.? 172.21.15.136:0/4233537850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:32.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:32 smithi136 bash[11745]: cluster 2022-04-26T06:10:31.377170+0000 mgr.smithi136.ofnrfx (mgr.14188) 6770 : cluster [DBG] pgmap v6343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:32.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:32 smithi145 bash[13673]: cluster 2022-04-26T06:10:31.377170+0000 mgr.smithi136.ofnrfx (mgr.14188) 6770 : cluster [DBG] pgmap v6343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:33.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:33 smithi136 bash[11745]: cluster 2022-04-26T06:10:33.377840+0000 mgr.smithi136.ofnrfx (mgr.14188) 6771 : cluster [DBG] pgmap v6344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:33.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:33 smithi145 bash[13673]: cluster 2022-04-26T06:10:33.377840+0000 mgr.smithi136.ofnrfx (mgr.14188) 6771 : cluster [DBG] pgmap v6344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:35.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:35.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:35.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:36.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:36 smithi136 bash[11745]: cluster 2022-04-26T06:10:35.378479+0000 mgr.smithi136.ofnrfx (mgr.14188) 6772 : cluster [DBG] pgmap v6345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:36.818 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:36 smithi136 bash[11745]: audit 2022-04-26T06:10:36.020274+0000 mon.smithi136 (mon.0) 4328 : audit [DBG] from='client.? 172.21.15.136:0/2524403696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:36.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:36 smithi145 bash[13673]: cluster 2022-04-26T06:10:35.378479+0000 mgr.smithi136.ofnrfx (mgr.14188) 6772 : cluster [DBG] pgmap v6345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:36.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:36 smithi145 bash[13673]: audit 2022-04-26T06:10:36.020274+0000 mon.smithi136 (mon.0) 4328 : audit [DBG] from='client.? 172.21.15.136:0/2524403696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:38.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:37 smithi136 bash[11745]: cluster 2022-04-26T06:10:37.379113+0000 mgr.smithi136.ofnrfx (mgr.14188) 6773 : cluster [DBG] pgmap v6346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:38.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:37 smithi145 bash[13673]: cluster 2022-04-26T06:10:37.379113+0000 mgr.smithi136.ofnrfx (mgr.14188) 6773 : cluster [DBG] pgmap v6346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:40.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:40 smithi136 bash[11745]: cluster 2022-04-26T06:10:39.379777+0000 mgr.smithi136.ofnrfx (mgr.14188) 6774 : cluster [DBG] pgmap v6347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:40.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:40 smithi145 bash[13673]: cluster 2022-04-26T06:10:39.379777+0000 mgr.smithi136.ofnrfx (mgr.14188) 6774 : cluster [DBG] pgmap v6347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:41.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:41.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:41.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:41.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:41.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:41 smithi136 bash[11745]: audit 2022-04-26T06:10:41.354874+0000 mon.smithi136 (mon.0) 4329 : audit [DBG] from='client.? 172.21.15.136:0/3190814197' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:41.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:41 smithi145 bash[13673]: audit 2022-04-26T06:10:41.354874+0000 mon.smithi136 (mon.0) 4329 : audit [DBG] from='client.? 172.21.15.136:0/3190814197' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:42.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:42 smithi136 bash[11745]: cluster 2022-04-26T06:10:41.380457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6775 : cluster [DBG] pgmap v6348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:42.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:42 smithi145 bash[13673]: cluster 2022-04-26T06:10:41.380457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6775 : cluster [DBG] pgmap v6348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:43.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:43 smithi136 bash[11745]: cluster 2022-04-26T06:10:43.381107+0000 mgr.smithi136.ofnrfx (mgr.14188) 6776 : cluster [DBG] pgmap v6349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:43.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:43 smithi145 bash[13673]: cluster 2022-04-26T06:10:43.381107+0000 mgr.smithi136.ofnrfx (mgr.14188) 6776 : cluster [DBG] pgmap v6349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:46.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:46.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:46.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:46.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:46.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:46 smithi136 bash[11745]: cluster 2022-04-26T06:10:45.381711+0000 mgr.smithi136.ofnrfx (mgr.14188) 6777 : cluster [DBG] pgmap v6350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:46.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:46 smithi145 bash[13673]: cluster 2022-04-26T06:10:45.381711+0000 mgr.smithi136.ofnrfx (mgr.14188) 6777 : cluster [DBG] pgmap v6350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:47.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:47 smithi136 bash[11745]: audit 2022-04-26T06:10:46.678513+0000 mon.smithi136 (mon.0) 4330 : audit [DBG] from='client.? 172.21.15.136:0/4258084786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:47.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:47 smithi145 bash[13673]: audit 2022-04-26T06:10:46.678513+0000 mon.smithi136 (mon.0) 4330 : audit [DBG] from='client.? 172.21.15.136:0/4258084786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:48.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:48 smithi136 bash[11745]: cluster 2022-04-26T06:10:47.382355+0000 mgr.smithi136.ofnrfx (mgr.14188) 6778 : cluster [DBG] pgmap v6351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:48.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:48 smithi145 bash[13673]: cluster 2022-04-26T06:10:47.382355+0000 mgr.smithi136.ofnrfx (mgr.14188) 6778 : cluster [DBG] pgmap v6351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:49.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:49 smithi136 bash[11745]: cluster 2022-04-26T06:10:49.382975+0000 mgr.smithi136.ofnrfx (mgr.14188) 6779 : cluster [DBG] pgmap v6352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:49.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:49 smithi145 bash[13673]: cluster 2022-04-26T06:10:49.382975+0000 mgr.smithi136.ofnrfx (mgr.14188) 6779 : cluster [DBG] pgmap v6352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:51.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:51.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:51.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:52.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:52.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:52 smithi136 bash[11745]: cluster 2022-04-26T06:10:51.383590+0000 mgr.smithi136.ofnrfx (mgr.14188) 6780 : cluster [DBG] pgmap v6353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:52.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:52 smithi136 bash[11745]: audit 2022-04-26T06:10:52.003203+0000 mon.smithi136 (mon.0) 4331 : audit [DBG] from='client.? 172.21.15.136:0/1202451172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:52.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:52 smithi145 bash[13673]: cluster 2022-04-26T06:10:51.383590+0000 mgr.smithi136.ofnrfx (mgr.14188) 6780 : cluster [DBG] pgmap v6353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:52.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:52 smithi145 bash[13673]: audit 2022-04-26T06:10:52.003203+0000 mon.smithi136 (mon.0) 4331 : audit [DBG] from='client.? 172.21.15.136:0/1202451172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:54.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:54 smithi136 bash[11745]: cluster 2022-04-26T06:10:53.384325+0000 mgr.smithi136.ofnrfx (mgr.14188) 6781 : cluster [DBG] pgmap v6354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:54.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:54 smithi145 bash[13673]: cluster 2022-04-26T06:10:53.384325+0000 mgr.smithi136.ofnrfx (mgr.14188) 6781 : cluster [DBG] pgmap v6354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:55.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:55 smithi136 bash[11745]: cluster 2022-04-26T06:10:55.385014+0000 mgr.smithi136.ofnrfx (mgr.14188) 6782 : cluster [DBG] pgmap v6355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:55.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:55 smithi145 bash[13673]: cluster 2022-04-26T06:10:55.385014+0000 mgr.smithi136.ofnrfx (mgr.14188) 6782 : cluster [DBG] pgmap v6355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:57.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:10:57.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:10:57.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:10:57.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:10:58.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:57 smithi136 bash[11745]: audit 2022-04-26T06:10:57.331586+0000 mon.smithi136 (mon.0) 4332 : audit [DBG] from='client.? 172.21.15.136:0/1814444150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:58.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:10:57 smithi136 bash[11745]: cluster 2022-04-26T06:10:57.385633+0000 mgr.smithi136.ofnrfx (mgr.14188) 6783 : cluster [DBG] pgmap v6356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:10:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:57 smithi145 bash[13673]: audit 2022-04-26T06:10:57.331586+0000 mon.smithi136 (mon.0) 4332 : audit [DBG] from='client.? 172.21.15.136:0/1814444150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:10:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:10:57 smithi145 bash[13673]: cluster 2022-04-26T06:10:57.385633+0000 mgr.smithi136.ofnrfx (mgr.14188) 6783 : cluster [DBG] pgmap v6356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:00.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:00 smithi136 bash[11745]: cluster 2022-04-26T06:10:59.386235+0000 mgr.smithi136.ofnrfx (mgr.14188) 6784 : cluster [DBG] pgmap v6357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:00.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:00 smithi145 bash[13673]: cluster 2022-04-26T06:10:59.386235+0000 mgr.smithi136.ofnrfx (mgr.14188) 6784 : cluster [DBG] pgmap v6357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:02.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:02.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:02.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:02.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:02 smithi136 bash[11745]: cluster 2022-04-26T06:11:01.386825+0000 mgr.smithi136.ofnrfx (mgr.14188) 6785 : cluster [DBG] pgmap v6358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:02.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:02 smithi145 bash[13673]: cluster 2022-04-26T06:11:01.386825+0000 mgr.smithi136.ofnrfx (mgr.14188) 6785 : cluster [DBG] pgmap v6358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:03 smithi136 bash[11745]: audit 2022-04-26T06:11:02.655895+0000 mon.smithi136 (mon.0) 4333 : audit [DBG] from='client.? 172.21.15.136:0/2555110821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:03.911 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:03 smithi136 bash[11745]: audit 2022-04-26T06:11:02.713138+0000 mon.smithi136 (mon.0) 4334 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:11:03.911 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:03 smithi136 bash[11745]: audit 2022-04-26T06:11:02.716881+0000 mon.smithi136 (mon.0) 4335 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:11:03.912 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:03 smithi136 bash[11745]: cluster 2022-04-26T06:11:03.387479+0000 mgr.smithi136.ofnrfx (mgr.14188) 6786 : cluster [DBG] pgmap v6359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:03.913 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:03 smithi145 bash[13673]: audit 2022-04-26T06:11:02.655895+0000 mon.smithi136 (mon.0) 4333 : audit [DBG] from='client.? 172.21.15.136:0/2555110821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:03.913 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:03 smithi145 bash[13673]: audit 2022-04-26T06:11:02.713138+0000 mon.smithi136 (mon.0) 4334 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:11:03.913 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:03 smithi145 bash[13673]: audit 2022-04-26T06:11:02.716881+0000 mon.smithi136 (mon.0) 4335 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:11:03.913 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:03 smithi145 bash[13673]: cluster 2022-04-26T06:11:03.387479+0000 mgr.smithi136.ofnrfx (mgr.14188) 6786 : cluster [DBG] pgmap v6359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:06.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:06 smithi136 bash[11745]: cluster 2022-04-26T06:11:05.388135+0000 mgr.smithi136.ofnrfx (mgr.14188) 6787 : cluster [DBG] pgmap v6360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:06.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:06 smithi145 bash[13673]: cluster 2022-04-26T06:11:05.388135+0000 mgr.smithi136.ofnrfx (mgr.14188) 6787 : cluster [DBG] pgmap v6360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:07.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:07.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:07.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:08.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:08.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:07 smithi136 bash[11745]: cluster 2022-04-26T06:11:07.388802+0000 mgr.smithi136.ofnrfx (mgr.14188) 6788 : cluster [DBG] pgmap v6361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:08.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:07 smithi145 bash[13673]: cluster 2022-04-26T06:11:07.388802+0000 mgr.smithi136.ofnrfx (mgr.14188) 6788 : cluster [DBG] pgmap v6361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:08 smithi136 bash[11745]: audit 2022-04-26T06:11:07.987154+0000 mon.smithi136 (mon.0) 4336 : audit [DBG] from='client.? 172.21.15.136:0/3152873496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:08 smithi145 bash[13673]: audit 2022-04-26T06:11:07.987154+0000 mon.smithi136 (mon.0) 4336 : audit [DBG] from='client.? 172.21.15.136:0/3152873496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:10.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:09 smithi136 bash[11745]: cluster 2022-04-26T06:11:09.389426+0000 mgr.smithi136.ofnrfx (mgr.14188) 6789 : cluster [DBG] pgmap v6362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:09 smithi145 bash[13673]: cluster 2022-04-26T06:11:09.389426+0000 mgr.smithi136.ofnrfx (mgr.14188) 6789 : cluster [DBG] pgmap v6362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:11 smithi136 bash[11745]: cluster 2022-04-26T06:11:11.390019+0000 mgr.smithi136.ofnrfx (mgr.14188) 6790 : cluster [DBG] pgmap v6363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:11 smithi136 bash[11745]: audit 2022-04-26T06:11:11.399112+0000 mon.smithi136 (mon.0) 4337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:11:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:11 smithi136 bash[11745]: audit 2022-04-26T06:11:11.401971+0000 mon.smithi136 (mon.0) 4338 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:11:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:11 smithi136 bash[11745]: audit 2022-04-26T06:11:11.404078+0000 mon.smithi136 (mon.0) 4339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:11:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:11 smithi145 bash[13673]: cluster 2022-04-26T06:11:11.390019+0000 mgr.smithi136.ofnrfx (mgr.14188) 6790 : cluster [DBG] pgmap v6363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:11 smithi145 bash[13673]: audit 2022-04-26T06:11:11.399112+0000 mon.smithi136 (mon.0) 4337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:11:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:11 smithi145 bash[13673]: audit 2022-04-26T06:11:11.401971+0000 mon.smithi136 (mon.0) 4338 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:11:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:11 smithi145 bash[13673]: audit 2022-04-26T06:11:11.404078+0000 mon.smithi136 (mon.0) 4339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:11:13.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:13.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:13.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:12 smithi136 bash[11745]: cluster 2022-04-26T06:11:11.706360+0000 mgr.smithi136.ofnrfx (mgr.14188) 6791 : cluster [DBG] pgmap v6364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:12 smithi136 bash[11745]: cluster 2022-04-26T06:11:11.706696+0000 mgr.smithi136.ofnrfx (mgr.14188) 6792 : cluster [DBG] pgmap v6365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:12 smithi136 bash[11745]: audit 2022-04-26T06:11:11.712326+0000 mon.smithi136 (mon.0) 4340 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:11:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:12 smithi136 bash[11745]: audit 2022-04-26T06:11:11.720785+0000 mon.smithi136 (mon.0) 4341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:11:13.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:12 smithi136 bash[11745]: cephadm 2022-04-26T06:11:11.721814+0000 mgr.smithi136.ofnrfx (mgr.14188) 6793 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:11:13.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:12 smithi136 bash[11745]: cephadm 2022-04-26T06:11:11.721981+0000 mgr.smithi136.ofnrfx (mgr.14188) 6794 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:11:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:12 smithi145 bash[13673]: cluster 2022-04-26T06:11:11.706360+0000 mgr.smithi136.ofnrfx (mgr.14188) 6791 : cluster [DBG] pgmap v6364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:12 smithi145 bash[13673]: cluster 2022-04-26T06:11:11.706696+0000 mgr.smithi136.ofnrfx (mgr.14188) 6792 : cluster [DBG] pgmap v6365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:12 smithi145 bash[13673]: audit 2022-04-26T06:11:11.712326+0000 mon.smithi136 (mon.0) 4340 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:11:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:12 smithi145 bash[13673]: audit 2022-04-26T06:11:11.720785+0000 mon.smithi136 (mon.0) 4341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:11:13.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:12 smithi145 bash[13673]: cephadm 2022-04-26T06:11:11.721814+0000 mgr.smithi136.ofnrfx (mgr.14188) 6793 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:11:13.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:12 smithi145 bash[13673]: cephadm 2022-04-26T06:11:11.721981+0000 mgr.smithi136.ofnrfx (mgr.14188) 6794 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:11:13.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:14.065 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:13 smithi136 bash[11745]: audit 2022-04-26T06:11:13.302310+0000 mon.smithi136 (mon.0) 4342 : audit [DBG] from='client.? 172.21.15.136:0/2043085617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:14.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:13 smithi145 bash[13673]: audit 2022-04-26T06:11:13.302310+0000 mon.smithi136 (mon.0) 4342 : audit [DBG] from='client.? 172.21.15.136:0/2043085617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:15.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:14 smithi136 bash[11745]: cluster 2022-04-26T06:11:13.707265+0000 mgr.smithi136.ofnrfx (mgr.14188) 6795 : cluster [DBG] pgmap v6366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:15.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:14 smithi145 bash[13673]: cluster 2022-04-26T06:11:13.707265+0000 mgr.smithi136.ofnrfx (mgr.14188) 6795 : cluster [DBG] pgmap v6366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:17.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:16 smithi136 bash[11745]: cluster 2022-04-26T06:11:15.707921+0000 mgr.smithi136.ofnrfx (mgr.14188) 6796 : cluster [DBG] pgmap v6367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:17.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:16 smithi145 bash[13673]: cluster 2022-04-26T06:11:15.707921+0000 mgr.smithi136.ofnrfx (mgr.14188) 6796 : cluster [DBG] pgmap v6367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:18.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:18.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:18.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:18.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:19 smithi136 bash[11745]: cluster 2022-04-26T06:11:17.708518+0000 mgr.smithi136.ofnrfx (mgr.14188) 6797 : cluster [DBG] pgmap v6368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:19 smithi136 bash[11745]: audit 2022-04-26T06:11:18.620922+0000 mon.smithi136 (mon.0) 4343 : audit [DBG] from='client.? 172.21.15.136:0/709993371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:19.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:19 smithi145 bash[13673]: cluster 2022-04-26T06:11:17.708518+0000 mgr.smithi136.ofnrfx (mgr.14188) 6797 : cluster [DBG] pgmap v6368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:19.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:19 smithi145 bash[13673]: audit 2022-04-26T06:11:18.620922+0000 mon.smithi136 (mon.0) 4343 : audit [DBG] from='client.? 172.21.15.136:0/709993371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:21 smithi136 bash[11745]: cluster 2022-04-26T06:11:19.709183+0000 mgr.smithi136.ofnrfx (mgr.14188) 6798 : cluster [DBG] pgmap v6369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:21.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:21 smithi145 bash[13673]: cluster 2022-04-26T06:11:19.709183+0000 mgr.smithi136.ofnrfx (mgr.14188) 6798 : cluster [DBG] pgmap v6369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:23 smithi136 bash[11745]: cluster 2022-04-26T06:11:21.709845+0000 mgr.smithi136.ofnrfx (mgr.14188) 6799 : cluster [DBG] pgmap v6370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:23 smithi145 bash[13673]: cluster 2022-04-26T06:11:21.709845+0000 mgr.smithi136.ofnrfx (mgr.14188) 6799 : cluster [DBG] pgmap v6370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:23.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:23.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:23.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:23.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:24.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:24 smithi136 bash[11745]: audit 2022-04-26T06:11:23.955034+0000 mon.smithi136 (mon.0) 4344 : audit [DBG] from='client.? 172.21.15.136:0/311457185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:24.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:24 smithi145 bash[13673]: audit 2022-04-26T06:11:23.955034+0000 mon.smithi136 (mon.0) 4344 : audit [DBG] from='client.? 172.21.15.136:0/311457185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:25 smithi136 bash[11745]: cluster 2022-04-26T06:11:23.710562+0000 mgr.smithi136.ofnrfx (mgr.14188) 6800 : cluster [DBG] pgmap v6371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:25.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:25 smithi145 bash[13673]: cluster 2022-04-26T06:11:23.710562+0000 mgr.smithi136.ofnrfx (mgr.14188) 6800 : cluster [DBG] pgmap v6371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:27.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:27 smithi136 bash[11745]: cluster 2022-04-26T06:11:25.711218+0000 mgr.smithi136.ofnrfx (mgr.14188) 6801 : cluster [DBG] pgmap v6372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:27.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:27 smithi145 bash[13673]: cluster 2022-04-26T06:11:25.711218+0000 mgr.smithi136.ofnrfx (mgr.14188) 6801 : cluster [DBG] pgmap v6372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:28.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:28.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:28.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:29.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:29.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:29 smithi136 bash[11745]: cluster 2022-04-26T06:11:27.711866+0000 mgr.smithi136.ofnrfx (mgr.14188) 6802 : cluster [DBG] pgmap v6373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:29.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:29 smithi145 bash[13673]: cluster 2022-04-26T06:11:27.711866+0000 mgr.smithi136.ofnrfx (mgr.14188) 6802 : cluster [DBG] pgmap v6373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:30.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:30 smithi136 bash[11745]: audit 2022-04-26T06:11:29.280469+0000 mon.smithi136 (mon.0) 4345 : audit [DBG] from='client.? 172.21.15.136:0/1643519098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:30.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:30 smithi145 bash[13673]: audit 2022-04-26T06:11:29.280469+0000 mon.smithi136 (mon.0) 4345 : audit [DBG] from='client.? 172.21.15.136:0/1643519098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:31 smithi136 bash[11745]: cluster 2022-04-26T06:11:29.712591+0000 mgr.smithi136.ofnrfx (mgr.14188) 6803 : cluster [DBG] pgmap v6374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:31.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:31 smithi145 bash[13673]: cluster 2022-04-26T06:11:29.712591+0000 mgr.smithi136.ofnrfx (mgr.14188) 6803 : cluster [DBG] pgmap v6374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:33.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:33 smithi136 bash[11745]: cluster 2022-04-26T06:11:31.713354+0000 mgr.smithi136.ofnrfx (mgr.14188) 6804 : cluster [DBG] pgmap v6375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:33.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:33 smithi145 bash[13673]: cluster 2022-04-26T06:11:31.713354+0000 mgr.smithi136.ofnrfx (mgr.14188) 6804 : cluster [DBG] pgmap v6375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:34.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:34.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:34.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:34.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:35 smithi136 bash[11745]: cluster 2022-04-26T06:11:33.713966+0000 mgr.smithi136.ofnrfx (mgr.14188) 6805 : cluster [DBG] pgmap v6376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:35 smithi136 bash[11745]: audit 2022-04-26T06:11:34.616812+0000 mon.smithi136 (mon.0) 4346 : audit [DBG] from='client.? 172.21.15.136:0/959583737' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:35.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:35 smithi145 bash[13673]: cluster 2022-04-26T06:11:33.713966+0000 mgr.smithi136.ofnrfx (mgr.14188) 6805 : cluster [DBG] pgmap v6376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:35.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:35 smithi145 bash[13673]: audit 2022-04-26T06:11:34.616812+0000 mon.smithi136 (mon.0) 4346 : audit [DBG] from='client.? 172.21.15.136:0/959583737' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:37.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:37 smithi145 bash[13673]: cluster 2022-04-26T06:11:35.714681+0000 mgr.smithi136.ofnrfx (mgr.14188) 6806 : cluster [DBG] pgmap v6377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:37 smithi136 bash[11745]: cluster 2022-04-26T06:11:35.714681+0000 mgr.smithi136.ofnrfx (mgr.14188) 6806 : cluster [DBG] pgmap v6377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:39 smithi136 bash[11745]: cluster 2022-04-26T06:11:37.715358+0000 mgr.smithi136.ofnrfx (mgr.14188) 6807 : cluster [DBG] pgmap v6378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:39.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:39 smithi145 bash[13673]: cluster 2022-04-26T06:11:37.715358+0000 mgr.smithi136.ofnrfx (mgr.14188) 6807 : cluster [DBG] pgmap v6378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:39.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:39.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:39.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:39.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:40.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:40 smithi145 bash[13673]: audit 2022-04-26T06:11:39.952321+0000 mon.smithi136 (mon.0) 4347 : audit [DBG] from='client.? 172.21.15.136:0/2938813166' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:40.411 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:40 smithi136 bash[11745]: audit 2022-04-26T06:11:39.952321+0000 mon.smithi136 (mon.0) 4347 : audit [DBG] from='client.? 172.21.15.136:0/2938813166' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:41 smithi145 bash[13673]: cluster 2022-04-26T06:11:39.715960+0000 mgr.smithi136.ofnrfx (mgr.14188) 6808 : cluster [DBG] pgmap v6379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:41 smithi136 bash[11745]: cluster 2022-04-26T06:11:39.715960+0000 mgr.smithi136.ofnrfx (mgr.14188) 6808 : cluster [DBG] pgmap v6379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:43 smithi145 bash[13673]: cluster 2022-04-26T06:11:41.716536+0000 mgr.smithi136.ofnrfx (mgr.14188) 6809 : cluster [DBG] pgmap v6380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:43.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:43 smithi136 bash[11745]: cluster 2022-04-26T06:11:41.716536+0000 mgr.smithi136.ofnrfx (mgr.14188) 6809 : cluster [DBG] pgmap v6380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:44.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:44.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:44.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:45.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:45.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:45 smithi145 bash[13673]: cluster 2022-04-26T06:11:43.717091+0000 mgr.smithi136.ofnrfx (mgr.14188) 6810 : cluster [DBG] pgmap v6381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:45 smithi136 bash[11745]: cluster 2022-04-26T06:11:43.717091+0000 mgr.smithi136.ofnrfx (mgr.14188) 6810 : cluster [DBG] pgmap v6381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:46.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:46 smithi145 bash[13673]: audit 2022-04-26T06:11:45.278182+0000 mon.smithi136 (mon.0) 4348 : audit [DBG] from='client.? 172.21.15.136:0/1605539556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:46 smithi136 bash[11745]: audit 2022-04-26T06:11:45.278182+0000 mon.smithi136 (mon.0) 4348 : audit [DBG] from='client.? 172.21.15.136:0/1605539556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:47.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:47 smithi145 bash[13673]: cluster 2022-04-26T06:11:45.717715+0000 mgr.smithi136.ofnrfx (mgr.14188) 6811 : cluster [DBG] pgmap v6382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:47 smithi136 bash[11745]: cluster 2022-04-26T06:11:45.717715+0000 mgr.smithi136.ofnrfx (mgr.14188) 6811 : cluster [DBG] pgmap v6382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:49 smithi136 bash[11745]: cluster 2022-04-26T06:11:47.718316+0000 mgr.smithi136.ofnrfx (mgr.14188) 6812 : cluster [DBG] pgmap v6383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:49.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:49 smithi145 bash[13673]: cluster 2022-04-26T06:11:47.718316+0000 mgr.smithi136.ofnrfx (mgr.14188) 6812 : cluster [DBG] pgmap v6383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:50.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:50.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:50.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:50.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:51.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:51 smithi145 bash[13673]: cluster 2022-04-26T06:11:49.718929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6813 : cluster [DBG] pgmap v6384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:51.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:51 smithi145 bash[13673]: audit 2022-04-26T06:11:50.611289+0000 mon.smithi136 (mon.0) 4349 : audit [DBG] from='client.? 172.21.15.136:0/570267573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:51 smithi136 bash[11745]: cluster 2022-04-26T06:11:49.718929+0000 mgr.smithi136.ofnrfx (mgr.14188) 6813 : cluster [DBG] pgmap v6384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:51 smithi136 bash[11745]: audit 2022-04-26T06:11:50.611289+0000 mon.smithi136 (mon.0) 4349 : audit [DBG] from='client.? 172.21.15.136:0/570267573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:53 smithi145 bash[13673]: cluster 2022-04-26T06:11:51.719561+0000 mgr.smithi136.ofnrfx (mgr.14188) 6814 : cluster [DBG] pgmap v6385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:53.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:53 smithi136 bash[11745]: cluster 2022-04-26T06:11:51.719561+0000 mgr.smithi136.ofnrfx (mgr.14188) 6814 : cluster [DBG] pgmap v6385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:55.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:55 smithi145 bash[13673]: cluster 2022-04-26T06:11:53.720188+0000 mgr.smithi136.ofnrfx (mgr.14188) 6815 : cluster [DBG] pgmap v6386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:55 smithi136 bash[11745]: cluster 2022-04-26T06:11:53.720188+0000 mgr.smithi136.ofnrfx (mgr.14188) 6815 : cluster [DBG] pgmap v6386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:55.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:11:55.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:11:55.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:11:55.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:11:56.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:56 smithi145 bash[13673]: audit 2022-04-26T06:11:55.943670+0000 mon.smithi136 (mon.0) 4350 : audit [DBG] from='client.? 172.21.15.136:0/2628652878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:56 smithi136 bash[11745]: audit 2022-04-26T06:11:55.943670+0000 mon.smithi136 (mon.0) 4350 : audit [DBG] from='client.? 172.21.15.136:0/2628652878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:11:57.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:57 smithi145 bash[13673]: cluster 2022-04-26T06:11:55.720763+0000 mgr.smithi136.ofnrfx (mgr.14188) 6816 : cluster [DBG] pgmap v6387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:57 smithi136 bash[11745]: cluster 2022-04-26T06:11:55.720763+0000 mgr.smithi136.ofnrfx (mgr.14188) 6816 : cluster [DBG] pgmap v6387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:11:59 smithi136 bash[11745]: cluster 2022-04-26T06:11:57.721400+0000 mgr.smithi136.ofnrfx (mgr.14188) 6817 : cluster [DBG] pgmap v6388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:11:59.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:11:59 smithi145 bash[13673]: cluster 2022-04-26T06:11:57.721400+0000 mgr.smithi136.ofnrfx (mgr.14188) 6817 : cluster [DBG] pgmap v6388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:00.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:01.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:01.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:01.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:01 smithi145 bash[13673]: cluster 2022-04-26T06:11:59.721976+0000 mgr.smithi136.ofnrfx (mgr.14188) 6818 : cluster [DBG] pgmap v6389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:01 smithi136 bash[11745]: cluster 2022-04-26T06:11:59.721976+0000 mgr.smithi136.ofnrfx (mgr.14188) 6818 : cluster [DBG] pgmap v6389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:02.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:02 smithi145 bash[13673]: audit 2022-04-26T06:12:01.273129+0000 mon.smithi136 (mon.0) 4351 : audit [DBG] from='client.? 172.21.15.136:0/1878183366' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:02 smithi136 bash[11745]: audit 2022-04-26T06:12:01.273129+0000 mon.smithi136 (mon.0) 4351 : audit [DBG] from='client.? 172.21.15.136:0/1878183366' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:03 smithi136 bash[11745]: cluster 2022-04-26T06:12:01.722604+0000 mgr.smithi136.ofnrfx (mgr.14188) 6819 : cluster [DBG] pgmap v6390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:03 smithi136 bash[11745]: audit 2022-04-26T06:12:02.717109+0000 mon.smithi136 (mon.0) 4352 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:12:03.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:03 smithi136 bash[11745]: audit 2022-04-26T06:12:02.721113+0000 mon.smithi136 (mon.0) 4353 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:12:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:03 smithi145 bash[13673]: cluster 2022-04-26T06:12:01.722604+0000 mgr.smithi136.ofnrfx (mgr.14188) 6819 : cluster [DBG] pgmap v6390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:03 smithi145 bash[13673]: audit 2022-04-26T06:12:02.717109+0000 mon.smithi136 (mon.0) 4352 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:12:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:03 smithi145 bash[13673]: audit 2022-04-26T06:12:02.721113+0000 mon.smithi136 (mon.0) 4353 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:12:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:05 smithi136 bash[11745]: cluster 2022-04-26T06:12:03.723196+0000 mgr.smithi136.ofnrfx (mgr.14188) 6820 : cluster [DBG] pgmap v6391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:05 smithi145 bash[13673]: cluster 2022-04-26T06:12:03.723196+0000 mgr.smithi136.ofnrfx (mgr.14188) 6820 : cluster [DBG] pgmap v6391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:06.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:06.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:06.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:06.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:07 smithi136 bash[11745]: cluster 2022-04-26T06:12:05.723844+0000 mgr.smithi136.ofnrfx (mgr.14188) 6821 : cluster [DBG] pgmap v6392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:07 smithi136 bash[11745]: audit 2022-04-26T06:12:06.598122+0000 mon.smithi136 (mon.0) 4354 : audit [DBG] from='client.? 172.21.15.136:0/3629531063' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:07 smithi145 bash[13673]: cluster 2022-04-26T06:12:05.723844+0000 mgr.smithi136.ofnrfx (mgr.14188) 6821 : cluster [DBG] pgmap v6392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:07 smithi145 bash[13673]: audit 2022-04-26T06:12:06.598122+0000 mon.smithi136 (mon.0) 4354 : audit [DBG] from='client.? 172.21.15.136:0/3629531063' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:09 smithi136 bash[11745]: cluster 2022-04-26T06:12:07.724521+0000 mgr.smithi136.ofnrfx (mgr.14188) 6822 : cluster [DBG] pgmap v6393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:09 smithi145 bash[13673]: cluster 2022-04-26T06:12:07.724521+0000 mgr.smithi136.ofnrfx (mgr.14188) 6822 : cluster [DBG] pgmap v6393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:11 smithi136 bash[11745]: cluster 2022-04-26T06:12:09.725095+0000 mgr.smithi136.ofnrfx (mgr.14188) 6823 : cluster [DBG] pgmap v6394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:11.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:11.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:11.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:11 smithi145 bash[13673]: cluster 2022-04-26T06:12:09.725095+0000 mgr.smithi136.ofnrfx (mgr.14188) 6823 : cluster [DBG] pgmap v6394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:11.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:12 smithi136 bash[11745]: audit 2022-04-26T06:12:11.732032+0000 mon.smithi136 (mon.0) 4355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:12:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:12 smithi136 bash[11745]: audit 2022-04-26T06:12:11.734190+0000 mon.smithi136 (mon.0) 4356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:12:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:12 smithi136 bash[11745]: audit 2022-04-26T06:12:11.735589+0000 mon.smithi136 (mon.0) 4357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:12:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:12 smithi136 bash[11745]: audit 2022-04-26T06:12:11.922750+0000 mon.smithi136 (mon.0) 4358 : audit [DBG] from='client.? 172.21.15.136:0/1626658747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:12.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:12 smithi136 bash[11745]: audit 2022-04-26T06:12:12.041894+0000 mon.smithi136 (mon.0) 4359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:12:12.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:12 smithi136 bash[11745]: audit 2022-04-26T06:12:12.047316+0000 mon.smithi136 (mon.0) 4360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:12:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:12 smithi145 bash[13673]: audit 2022-04-26T06:12:11.732032+0000 mon.smithi136 (mon.0) 4355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:12:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:12 smithi145 bash[13673]: audit 2022-04-26T06:12:11.734190+0000 mon.smithi136 (mon.0) 4356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:12:12.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:12 smithi145 bash[13673]: audit 2022-04-26T06:12:11.735589+0000 mon.smithi136 (mon.0) 4357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:12:12.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:12 smithi145 bash[13673]: audit 2022-04-26T06:12:11.922750+0000 mon.smithi136 (mon.0) 4358 : audit [DBG] from='client.? 172.21.15.136:0/1626658747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:12.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:12 smithi145 bash[13673]: audit 2022-04-26T06:12:12.041894+0000 mon.smithi136 (mon.0) 4359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:12:12.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:12 smithi145 bash[13673]: audit 2022-04-26T06:12:12.047316+0000 mon.smithi136 (mon.0) 4360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:12:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:13 smithi136 bash[11745]: cluster 2022-04-26T06:12:11.725711+0000 mgr.smithi136.ofnrfx (mgr.14188) 6824 : cluster [DBG] pgmap v6395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:13 smithi136 bash[11745]: cluster 2022-04-26T06:12:12.034324+0000 mgr.smithi136.ofnrfx (mgr.14188) 6825 : cluster [DBG] pgmap v6396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:13 smithi136 bash[11745]: cluster 2022-04-26T06:12:12.034660+0000 mgr.smithi136.ofnrfx (mgr.14188) 6826 : cluster [DBG] pgmap v6397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:13 smithi136 bash[11745]: cephadm 2022-04-26T06:12:12.048275+0000 mgr.smithi136.ofnrfx (mgr.14188) 6827 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:12:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:13 smithi136 bash[11745]: cephadm 2022-04-26T06:12:12.048394+0000 mgr.smithi136.ofnrfx (mgr.14188) 6828 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:12:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:13 smithi145 bash[13673]: cluster 2022-04-26T06:12:11.725711+0000 mgr.smithi136.ofnrfx (mgr.14188) 6824 : cluster [DBG] pgmap v6395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:13 smithi145 bash[13673]: cluster 2022-04-26T06:12:12.034324+0000 mgr.smithi136.ofnrfx (mgr.14188) 6825 : cluster [DBG] pgmap v6396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:13 smithi145 bash[13673]: cluster 2022-04-26T06:12:12.034660+0000 mgr.smithi136.ofnrfx (mgr.14188) 6826 : cluster [DBG] pgmap v6397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:13 smithi145 bash[13673]: cephadm 2022-04-26T06:12:12.048275+0000 mgr.smithi136.ofnrfx (mgr.14188) 6827 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:12:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:13 smithi145 bash[13673]: cephadm 2022-04-26T06:12:12.048394+0000 mgr.smithi136.ofnrfx (mgr.14188) 6828 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:12:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:15 smithi136 bash[11745]: cluster 2022-04-26T06:12:14.035212+0000 mgr.smithi136.ofnrfx (mgr.14188) 6829 : cluster [DBG] pgmap v6398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:15 smithi145 bash[13673]: cluster 2022-04-26T06:12:14.035212+0000 mgr.smithi136.ofnrfx (mgr.14188) 6829 : cluster [DBG] pgmap v6398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:16.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:16.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:16.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:17.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:17 smithi136 bash[11745]: cluster 2022-04-26T06:12:16.035857+0000 mgr.smithi136.ofnrfx (mgr.14188) 6830 : cluster [DBG] pgmap v6399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:17 smithi145 bash[13673]: cluster 2022-04-26T06:12:16.035857+0000 mgr.smithi136.ofnrfx (mgr.14188) 6830 : cluster [DBG] pgmap v6399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:18 smithi145 bash[13673]: audit 2022-04-26T06:12:17.250886+0000 mon.smithi136 (mon.0) 4361 : audit [DBG] from='client.? 172.21.15.136:0/3905559035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:18 smithi136 bash[11745]: audit 2022-04-26T06:12:17.250886+0000 mon.smithi136 (mon.0) 4361 : audit [DBG] from='client.? 172.21.15.136:0/3905559035' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:19 smithi136 bash[11745]: cluster 2022-04-26T06:12:18.036531+0000 mgr.smithi136.ofnrfx (mgr.14188) 6831 : cluster [DBG] pgmap v6400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:19 smithi145 bash[13673]: cluster 2022-04-26T06:12:18.036531+0000 mgr.smithi136.ofnrfx (mgr.14188) 6831 : cluster [DBG] pgmap v6400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:21.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:21 smithi136 bash[11745]: cluster 2022-04-26T06:12:20.037100+0000 mgr.smithi136.ofnrfx (mgr.14188) 6832 : cluster [DBG] pgmap v6401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:21 smithi145 bash[13673]: cluster 2022-04-26T06:12:20.037100+0000 mgr.smithi136.ofnrfx (mgr.14188) 6832 : cluster [DBG] pgmap v6401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:22.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:22.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:22.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:22.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:23 smithi136 bash[11745]: cluster 2022-04-26T06:12:22.037708+0000 mgr.smithi136.ofnrfx (mgr.14188) 6833 : cluster [DBG] pgmap v6402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:23 smithi136 bash[11745]: audit 2022-04-26T06:12:22.576975+0000 mon.smithi136 (mon.0) 4362 : audit [DBG] from='client.? 172.21.15.136:0/878651473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:23 smithi145 bash[13673]: cluster 2022-04-26T06:12:22.037708+0000 mgr.smithi136.ofnrfx (mgr.14188) 6833 : cluster [DBG] pgmap v6402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:23 smithi145 bash[13673]: audit 2022-04-26T06:12:22.576975+0000 mon.smithi136 (mon.0) 4362 : audit [DBG] from='client.? 172.21.15.136:0/878651473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:25.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:25 smithi145 bash[13673]: cluster 2022-04-26T06:12:24.038308+0000 mgr.smithi136.ofnrfx (mgr.14188) 6834 : cluster [DBG] pgmap v6403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:25 smithi136 bash[11745]: cluster 2022-04-26T06:12:24.038308+0000 mgr.smithi136.ofnrfx (mgr.14188) 6834 : cluster [DBG] pgmap v6403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:27.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:27 smithi145 bash[13673]: cluster 2022-04-26T06:12:26.038918+0000 mgr.smithi136.ofnrfx (mgr.14188) 6835 : cluster [DBG] pgmap v6404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:27 smithi136 bash[11745]: cluster 2022-04-26T06:12:26.038918+0000 mgr.smithi136.ofnrfx (mgr.14188) 6835 : cluster [DBG] pgmap v6404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:27.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:27.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:27.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:27.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:28 smithi145 bash[13673]: audit 2022-04-26T06:12:27.906497+0000 mon.smithi136 (mon.0) 4363 : audit [DBG] from='client.? 172.21.15.136:0/3284181126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:28 smithi136 bash[11745]: audit 2022-04-26T06:12:27.906497+0000 mon.smithi136 (mon.0) 4363 : audit [DBG] from='client.? 172.21.15.136:0/3284181126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:29.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:29 smithi136 bash[11745]: cluster 2022-04-26T06:12:28.039566+0000 mgr.smithi136.ofnrfx (mgr.14188) 6836 : cluster [DBG] pgmap v6405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:29.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:29 smithi145 bash[13673]: cluster 2022-04-26T06:12:28.039566+0000 mgr.smithi136.ofnrfx (mgr.14188) 6836 : cluster [DBG] pgmap v6405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:31.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:31 smithi145 bash[13673]: cluster 2022-04-26T06:12:30.040167+0000 mgr.smithi136.ofnrfx (mgr.14188) 6837 : cluster [DBG] pgmap v6406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:31 smithi136 bash[11745]: cluster 2022-04-26T06:12:30.040167+0000 mgr.smithi136.ofnrfx (mgr.14188) 6837 : cluster [DBG] pgmap v6406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:32.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:32.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:32.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:33.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:33.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:33 smithi136 bash[11745]: cluster 2022-04-26T06:12:32.040783+0000 mgr.smithi136.ofnrfx (mgr.14188) 6838 : cluster [DBG] pgmap v6407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:33.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:33 smithi145 bash[13673]: cluster 2022-04-26T06:12:32.040783+0000 mgr.smithi136.ofnrfx (mgr.14188) 6838 : cluster [DBG] pgmap v6407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:34.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:34 smithi136 bash[11745]: audit 2022-04-26T06:12:33.236954+0000 mon.smithi136 (mon.0) 4364 : audit [DBG] from='client.? 172.21.15.136:0/3251615925' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:34.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:34 smithi145 bash[13673]: audit 2022-04-26T06:12:33.236954+0000 mon.smithi136 (mon.0) 4364 : audit [DBG] from='client.? 172.21.15.136:0/3251615925' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:35.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:35 smithi136 bash[11745]: cluster 2022-04-26T06:12:34.041396+0000 mgr.smithi136.ofnrfx (mgr.14188) 6839 : cluster [DBG] pgmap v6408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:35.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:35 smithi145 bash[13673]: cluster 2022-04-26T06:12:34.041396+0000 mgr.smithi136.ofnrfx (mgr.14188) 6839 : cluster [DBG] pgmap v6408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:37.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:37 smithi145 bash[13673]: cluster 2022-04-26T06:12:36.042007+0000 mgr.smithi136.ofnrfx (mgr.14188) 6840 : cluster [DBG] pgmap v6409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:37 smithi136 bash[11745]: cluster 2022-04-26T06:12:36.042007+0000 mgr.smithi136.ofnrfx (mgr.14188) 6840 : cluster [DBG] pgmap v6409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:38.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:38.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:38.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:38.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:39 smithi136 bash[11745]: cluster 2022-04-26T06:12:38.042561+0000 mgr.smithi136.ofnrfx (mgr.14188) 6841 : cluster [DBG] pgmap v6410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:39 smithi136 bash[11745]: audit 2022-04-26T06:12:38.569536+0000 mon.smithi136 (mon.0) 4365 : audit [DBG] from='client.? 172.21.15.136:0/1145881870' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:39.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:39 smithi145 bash[13673]: cluster 2022-04-26T06:12:38.042561+0000 mgr.smithi136.ofnrfx (mgr.14188) 6841 : cluster [DBG] pgmap v6410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:39.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:39 smithi145 bash[13673]: audit 2022-04-26T06:12:38.569536+0000 mon.smithi136 (mon.0) 4365 : audit [DBG] from='client.? 172.21.15.136:0/1145881870' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:41 smithi145 bash[13673]: cluster 2022-04-26T06:12:40.043141+0000 mgr.smithi136.ofnrfx (mgr.14188) 6842 : cluster [DBG] pgmap v6411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:41 smithi136 bash[11745]: cluster 2022-04-26T06:12:40.043141+0000 mgr.smithi136.ofnrfx (mgr.14188) 6842 : cluster [DBG] pgmap v6411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:43 smithi136 bash[11745]: cluster 2022-04-26T06:12:42.043739+0000 mgr.smithi136.ofnrfx (mgr.14188) 6843 : cluster [DBG] pgmap v6412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:43 smithi145 bash[13673]: cluster 2022-04-26T06:12:42.043739+0000 mgr.smithi136.ofnrfx (mgr.14188) 6843 : cluster [DBG] pgmap v6412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:43.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:43.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:43.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:43.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:44.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:44 smithi136 bash[11745]: audit 2022-04-26T06:12:43.893773+0000 mon.smithi136 (mon.0) 4366 : audit [DBG] from='client.? 172.21.15.136:0/3688935175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:44.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:44 smithi145 bash[13673]: audit 2022-04-26T06:12:43.893773+0000 mon.smithi136 (mon.0) 4366 : audit [DBG] from='client.? 172.21.15.136:0/3688935175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:45.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:45 smithi136 bash[11745]: cluster 2022-04-26T06:12:44.044356+0000 mgr.smithi136.ofnrfx (mgr.14188) 6844 : cluster [DBG] pgmap v6413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:45.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:45 smithi145 bash[13673]: cluster 2022-04-26T06:12:44.044356+0000 mgr.smithi136.ofnrfx (mgr.14188) 6844 : cluster [DBG] pgmap v6413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:47.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:47 smithi145 bash[13673]: cluster 2022-04-26T06:12:46.044971+0000 mgr.smithi136.ofnrfx (mgr.14188) 6845 : cluster [DBG] pgmap v6414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:47 smithi136 bash[11745]: cluster 2022-04-26T06:12:46.044971+0000 mgr.smithi136.ofnrfx (mgr.14188) 6845 : cluster [DBG] pgmap v6414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:48.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:48.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:48.914 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:49.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:49 smithi136 bash[11745]: cluster 2022-04-26T06:12:48.045567+0000 mgr.smithi136.ofnrfx (mgr.14188) 6846 : cluster [DBG] pgmap v6415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:49.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:49 smithi145 bash[13673]: cluster 2022-04-26T06:12:48.045567+0000 mgr.smithi136.ofnrfx (mgr.14188) 6846 : cluster [DBG] pgmap v6415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:50.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:50 smithi145 bash[13673]: audit 2022-04-26T06:12:49.220188+0000 mon.smithi136 (mon.0) 4367 : audit [DBG] from='client.? 172.21.15.136:0/3557104130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:50.413 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:50 smithi136 bash[11745]: audit 2022-04-26T06:12:49.220188+0000 mon.smithi136 (mon.0) 4367 : audit [DBG] from='client.? 172.21.15.136:0/3557104130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:51.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:51 smithi145 bash[13673]: cluster 2022-04-26T06:12:50.046206+0000 mgr.smithi136.ofnrfx (mgr.14188) 6847 : cluster [DBG] pgmap v6416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:51 smithi136 bash[11745]: cluster 2022-04-26T06:12:50.046206+0000 mgr.smithi136.ofnrfx (mgr.14188) 6847 : cluster [DBG] pgmap v6416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:53 smithi136 bash[11745]: cluster 2022-04-26T06:12:52.046813+0000 mgr.smithi136.ofnrfx (mgr.14188) 6848 : cluster [DBG] pgmap v6417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:53 smithi145 bash[13673]: cluster 2022-04-26T06:12:52.046813+0000 mgr.smithi136.ofnrfx (mgr.14188) 6848 : cluster [DBG] pgmap v6417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:54.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:54.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:54.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:54.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:12:55.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:55 smithi145 bash[13673]: cluster 2022-04-26T06:12:54.047413+0000 mgr.smithi136.ofnrfx (mgr.14188) 6849 : cluster [DBG] pgmap v6418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:55.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:55 smithi145 bash[13673]: audit 2022-04-26T06:12:54.548903+0000 mon.smithi136 (mon.0) 4368 : audit [DBG] from='client.? 172.21.15.136:0/958519304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:55 smithi136 bash[11745]: cluster 2022-04-26T06:12:54.047413+0000 mgr.smithi136.ofnrfx (mgr.14188) 6849 : cluster [DBG] pgmap v6418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:55 smithi136 bash[11745]: audit 2022-04-26T06:12:54.548903+0000 mon.smithi136 (mon.0) 4368 : audit [DBG] from='client.? 172.21.15.136:0/958519304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:12:57.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:57 smithi145 bash[13673]: cluster 2022-04-26T06:12:56.048072+0000 mgr.smithi136.ofnrfx (mgr.14188) 6850 : cluster [DBG] pgmap v6419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:57 smithi136 bash[11745]: cluster 2022-04-26T06:12:56.048072+0000 mgr.smithi136.ofnrfx (mgr.14188) 6850 : cluster [DBG] pgmap v6419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:12:59 smithi136 bash[11745]: cluster 2022-04-26T06:12:58.048668+0000 mgr.smithi136.ofnrfx (mgr.14188) 6851 : cluster [DBG] pgmap v6420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:59.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:12:59 smithi145 bash[13673]: cluster 2022-04-26T06:12:58.048668+0000 mgr.smithi136.ofnrfx (mgr.14188) 6851 : cluster [DBG] pgmap v6420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:12:59.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:12:59.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:12:59.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:12:59.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:00.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:00 smithi145 bash[13673]: audit 2022-04-26T06:12:59.881722+0000 mon.smithi136 (mon.0) 4369 : audit [DBG] from='client.? 172.21.15.136:0/3573258070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:00.413 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:00 smithi136 bash[11745]: audit 2022-04-26T06:12:59.881722+0000 mon.smithi136 (mon.0) 4369 : audit [DBG] from='client.? 172.21.15.136:0/3573258070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:01 smithi145 bash[13673]: cluster 2022-04-26T06:13:00.049106+0000 mgr.smithi136.ofnrfx (mgr.14188) 6852 : cluster [DBG] pgmap v6421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:01 smithi136 bash[11745]: cluster 2022-04-26T06:13:00.049106+0000 mgr.smithi136.ofnrfx (mgr.14188) 6852 : cluster [DBG] pgmap v6421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:03 smithi136 bash[11745]: cluster 2022-04-26T06:13:02.049648+0000 mgr.smithi136.ofnrfx (mgr.14188) 6853 : cluster [DBG] pgmap v6422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:03 smithi136 bash[11745]: audit 2022-04-26T06:13:02.721104+0000 mon.smithi136 (mon.0) 4370 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:13:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:03 smithi136 bash[11745]: audit 2022-04-26T06:13:02.725065+0000 mon.smithi136 (mon.0) 4371 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:13:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:03 smithi145 bash[13673]: cluster 2022-04-26T06:13:02.049648+0000 mgr.smithi136.ofnrfx (mgr.14188) 6853 : cluster [DBG] pgmap v6422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:03 smithi145 bash[13673]: audit 2022-04-26T06:13:02.721104+0000 mon.smithi136 (mon.0) 4370 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:13:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:03 smithi145 bash[13673]: audit 2022-04-26T06:13:02.725065+0000 mon.smithi136 (mon.0) 4371 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:13:04.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:04.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:04.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:05.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:05.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:05 smithi145 bash[13673]: cluster 2022-04-26T06:13:04.050276+0000 mgr.smithi136.ofnrfx (mgr.14188) 6854 : cluster [DBG] pgmap v6423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:05 smithi136 bash[11745]: cluster 2022-04-26T06:13:04.050276+0000 mgr.smithi136.ofnrfx (mgr.14188) 6854 : cluster [DBG] pgmap v6423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:06.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:06 smithi145 bash[13673]: audit 2022-04-26T06:13:05.222140+0000 mon.smithi136 (mon.0) 4372 : audit [DBG] from='client.? 172.21.15.136:0/3454161657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:06 smithi136 bash[11745]: audit 2022-04-26T06:13:05.222140+0000 mon.smithi136 (mon.0) 4372 : audit [DBG] from='client.? 172.21.15.136:0/3454161657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:07.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:07 smithi145 bash[13673]: cluster 2022-04-26T06:13:06.050896+0000 mgr.smithi136.ofnrfx (mgr.14188) 6855 : cluster [DBG] pgmap v6424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:07 smithi136 bash[11745]: cluster 2022-04-26T06:13:06.050896+0000 mgr.smithi136.ofnrfx (mgr.14188) 6855 : cluster [DBG] pgmap v6424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:09.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:09 smithi136 bash[11745]: cluster 2022-04-26T06:13:08.051547+0000 mgr.smithi136.ofnrfx (mgr.14188) 6856 : cluster [DBG] pgmap v6425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:09.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:09 smithi145 bash[13673]: cluster 2022-04-26T06:13:08.051547+0000 mgr.smithi136.ofnrfx (mgr.14188) 6856 : cluster [DBG] pgmap v6425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:10.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:10.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:10.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:10.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:11 smithi145 bash[13673]: cluster 2022-04-26T06:13:10.052143+0000 mgr.smithi136.ofnrfx (mgr.14188) 6857 : cluster [DBG] pgmap v6426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:11.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:11 smithi145 bash[13673]: audit 2022-04-26T06:13:10.557754+0000 mon.smithi136 (mon.0) 4373 : audit [DBG] from='client.? 172.21.15.136:0/433652923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:11 smithi136 bash[11745]: cluster 2022-04-26T06:13:10.052143+0000 mgr.smithi136.ofnrfx (mgr.14188) 6857 : cluster [DBG] pgmap v6426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:11 smithi136 bash[11745]: audit 2022-04-26T06:13:10.557754+0000 mon.smithi136 (mon.0) 4373 : audit [DBG] from='client.? 172.21.15.136:0/433652923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: cluster 2022-04-26T06:13:12.052711+0000 mgr.smithi136.ofnrfx (mgr.14188) 6858 : cluster [DBG] pgmap v6427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: audit 2022-04-26T06:13:12.058932+0000 mon.smithi136 (mon.0) 4374 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:13:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: audit 2022-04-26T06:13:12.061970+0000 mon.smithi136 (mon.0) 4375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:13:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: audit 2022-04-26T06:13:12.064046+0000 mon.smithi136 (mon.0) 4376 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:13:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: cluster 2022-04-26T06:13:12.389606+0000 mgr.smithi136.ofnrfx (mgr.14188) 6859 : cluster [DBG] pgmap v6428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: cluster 2022-04-26T06:13:12.390019+0000 mgr.smithi136.ofnrfx (mgr.14188) 6860 : cluster [DBG] pgmap v6429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: audit 2022-04-26T06:13:12.397255+0000 mon.smithi136 (mon.0) 4377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:13:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: audit 2022-04-26T06:13:12.406029+0000 mon.smithi136 (mon.0) 4378 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:13:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: cephadm 2022-04-26T06:13:12.407155+0000 mgr.smithi136.ofnrfx (mgr.14188) 6861 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:13:13.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:13 smithi136 bash[11745]: cephadm 2022-04-26T06:13:12.407293+0000 mgr.smithi136.ofnrfx (mgr.14188) 6862 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:13:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: cluster 2022-04-26T06:13:12.052711+0000 mgr.smithi136.ofnrfx (mgr.14188) 6858 : cluster [DBG] pgmap v6427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: audit 2022-04-26T06:13:12.058932+0000 mon.smithi136 (mon.0) 4374 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:13:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: audit 2022-04-26T06:13:12.061970+0000 mon.smithi136 (mon.0) 4375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:13:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: audit 2022-04-26T06:13:12.064046+0000 mon.smithi136 (mon.0) 4376 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:13:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: cluster 2022-04-26T06:13:12.389606+0000 mgr.smithi136.ofnrfx (mgr.14188) 6859 : cluster [DBG] pgmap v6428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: cluster 2022-04-26T06:13:12.390019+0000 mgr.smithi136.ofnrfx (mgr.14188) 6860 : cluster [DBG] pgmap v6429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: audit 2022-04-26T06:13:12.397255+0000 mon.smithi136 (mon.0) 4377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:13:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: audit 2022-04-26T06:13:12.406029+0000 mon.smithi136 (mon.0) 4378 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:13:13.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: cephadm 2022-04-26T06:13:12.407155+0000 mgr.smithi136.ofnrfx (mgr.14188) 6861 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:13:13.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:13 smithi145 bash[13673]: cephadm 2022-04-26T06:13:12.407293+0000 mgr.smithi136.ofnrfx (mgr.14188) 6862 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:13:15.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:15.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:15.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:15.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:15 smithi136 bash[11745]: cluster 2022-04-26T06:13:14.390619+0000 mgr.smithi136.ofnrfx (mgr.14188) 6863 : cluster [DBG] pgmap v6430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:15.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:15 smithi145 bash[13673]: cluster 2022-04-26T06:13:14.390619+0000 mgr.smithi136.ofnrfx (mgr.14188) 6863 : cluster [DBG] pgmap v6430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:15.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:16.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:16 smithi136 bash[11745]: audit 2022-04-26T06:13:15.890699+0000 mon.smithi136 (mon.0) 4379 : audit [DBG] from='client.? 172.21.15.136:0/3910926941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:16.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:16 smithi145 bash[13673]: audit 2022-04-26T06:13:15.890699+0000 mon.smithi136 (mon.0) 4379 : audit [DBG] from='client.? 172.21.15.136:0/3910926941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:17.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:17 smithi136 bash[11745]: cluster 2022-04-26T06:13:16.391219+0000 mgr.smithi136.ofnrfx (mgr.14188) 6864 : cluster [DBG] pgmap v6431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:17 smithi145 bash[13673]: cluster 2022-04-26T06:13:16.391219+0000 mgr.smithi136.ofnrfx (mgr.14188) 6864 : cluster [DBG] pgmap v6431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:19.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:19 smithi136 bash[11745]: cluster 2022-04-26T06:13:18.391867+0000 mgr.smithi136.ofnrfx (mgr.14188) 6865 : cluster [DBG] pgmap v6432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:19 smithi145 bash[13673]: cluster 2022-04-26T06:13:18.391867+0000 mgr.smithi136.ofnrfx (mgr.14188) 6865 : cluster [DBG] pgmap v6432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:20.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:20.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:20.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:21.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:21 smithi136 bash[11745]: cluster 2022-04-26T06:13:20.392552+0000 mgr.smithi136.ofnrfx (mgr.14188) 6866 : cluster [DBG] pgmap v6433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:21 smithi136 bash[11745]: audit 2022-04-26T06:13:21.219053+0000 mon.smithi136 (mon.0) 4380 : audit [DBG] from='client.? 172.21.15.136:0/1206390085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:21 smithi145 bash[13673]: cluster 2022-04-26T06:13:20.392552+0000 mgr.smithi136.ofnrfx (mgr.14188) 6866 : cluster [DBG] pgmap v6433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:21 smithi145 bash[13673]: audit 2022-04-26T06:13:21.219053+0000 mon.smithi136 (mon.0) 4380 : audit [DBG] from='client.? 172.21.15.136:0/1206390085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:23.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:23 smithi136 bash[11745]: cluster 2022-04-26T06:13:22.393229+0000 mgr.smithi136.ofnrfx (mgr.14188) 6867 : cluster [DBG] pgmap v6434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:23 smithi145 bash[13673]: cluster 2022-04-26T06:13:22.393229+0000 mgr.smithi136.ofnrfx (mgr.14188) 6867 : cluster [DBG] pgmap v6434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:25.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:25 smithi136 bash[11745]: cluster 2022-04-26T06:13:24.393827+0000 mgr.smithi136.ofnrfx (mgr.14188) 6868 : cluster [DBG] pgmap v6435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:25.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:25 smithi145 bash[13673]: cluster 2022-04-26T06:13:24.393827+0000 mgr.smithi136.ofnrfx (mgr.14188) 6868 : cluster [DBG] pgmap v6435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:26.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:26.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:26.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:26.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:27 smithi136 bash[11745]: cluster 2022-04-26T06:13:26.394289+0000 mgr.smithi136.ofnrfx (mgr.14188) 6869 : cluster [DBG] pgmap v6436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:27 smithi136 bash[11745]: audit 2022-04-26T06:13:26.542617+0000 mon.smithi136 (mon.0) 4381 : audit [DBG] from='client.? 172.21.15.136:0/3527082935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:27.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:27 smithi145 bash[13673]: cluster 2022-04-26T06:13:26.394289+0000 mgr.smithi136.ofnrfx (mgr.14188) 6869 : cluster [DBG] pgmap v6436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:27.911 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:27 smithi145 bash[13673]: audit 2022-04-26T06:13:26.542617+0000 mon.smithi136 (mon.0) 4381 : audit [DBG] from='client.? 172.21.15.136:0/3527082935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:29.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:29 smithi136 bash[11745]: cluster 2022-04-26T06:13:28.394875+0000 mgr.smithi136.ofnrfx (mgr.14188) 6870 : cluster [DBG] pgmap v6437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:29.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:29 smithi145 bash[13673]: cluster 2022-04-26T06:13:28.394875+0000 mgr.smithi136.ofnrfx (mgr.14188) 6870 : cluster [DBG] pgmap v6437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:31.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:31.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:31.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:31.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:31 smithi136 bash[11745]: cluster 2022-04-26T06:13:30.395454+0000 mgr.smithi136.ofnrfx (mgr.14188) 6871 : cluster [DBG] pgmap v6438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:31.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:31.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:31 smithi145 bash[13673]: cluster 2022-04-26T06:13:30.395454+0000 mgr.smithi136.ofnrfx (mgr.14188) 6871 : cluster [DBG] pgmap v6438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:32.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:32 smithi136 bash[11745]: audit 2022-04-26T06:13:31.860652+0000 mon.smithi136 (mon.0) 4382 : audit [DBG] from='client.? 172.21.15.136:0/2501784622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:32.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:32 smithi145 bash[13673]: audit 2022-04-26T06:13:31.860652+0000 mon.smithi136 (mon.0) 4382 : audit [DBG] from='client.? 172.21.15.136:0/2501784622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:33.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:33 smithi136 bash[11745]: cluster 2022-04-26T06:13:32.396096+0000 mgr.smithi136.ofnrfx (mgr.14188) 6872 : cluster [DBG] pgmap v6439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:33.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:33 smithi145 bash[13673]: cluster 2022-04-26T06:13:32.396096+0000 mgr.smithi136.ofnrfx (mgr.14188) 6872 : cluster [DBG] pgmap v6439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:35.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:35 smithi136 bash[11745]: cluster 2022-04-26T06:13:34.396693+0000 mgr.smithi136.ofnrfx (mgr.14188) 6873 : cluster [DBG] pgmap v6440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:35.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:35 smithi145 bash[13673]: cluster 2022-04-26T06:13:34.396693+0000 mgr.smithi136.ofnrfx (mgr.14188) 6873 : cluster [DBG] pgmap v6440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:36.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:36.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:36.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:37.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:37.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:37 smithi136 bash[11745]: cluster 2022-04-26T06:13:36.397273+0000 mgr.smithi136.ofnrfx (mgr.14188) 6874 : cluster [DBG] pgmap v6441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:37.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:37 smithi136 bash[11745]: audit 2022-04-26T06:13:37.186149+0000 mon.smithi136 (mon.0) 4383 : audit [DBG] from='client.? 172.21.15.136:0/2771665143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:37.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:37 smithi145 bash[13673]: cluster 2022-04-26T06:13:36.397273+0000 mgr.smithi136.ofnrfx (mgr.14188) 6874 : cluster [DBG] pgmap v6441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:37.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:37 smithi145 bash[13673]: audit 2022-04-26T06:13:37.186149+0000 mon.smithi136 (mon.0) 4383 : audit [DBG] from='client.? 172.21.15.136:0/2771665143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:38.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:38 smithi136 bash[11745]: cluster 2022-04-26T06:13:38.397896+0000 mgr.smithi136.ofnrfx (mgr.14188) 6875 : cluster [DBG] pgmap v6442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:38.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:38 smithi145 bash[13673]: cluster 2022-04-26T06:13:38.397896+0000 mgr.smithi136.ofnrfx (mgr.14188) 6875 : cluster [DBG] pgmap v6442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:41.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:41 smithi136 bash[11745]: cluster 2022-04-26T06:13:40.398502+0000 mgr.smithi136.ofnrfx (mgr.14188) 6876 : cluster [DBG] pgmap v6443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:41.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:41 smithi145 bash[13673]: cluster 2022-04-26T06:13:40.398502+0000 mgr.smithi136.ofnrfx (mgr.14188) 6876 : cluster [DBG] pgmap v6443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:42.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:42.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:42.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:42.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:43 smithi136 bash[11745]: cluster 2022-04-26T06:13:42.399087+0000 mgr.smithi136.ofnrfx (mgr.14188) 6877 : cluster [DBG] pgmap v6444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:43.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:43 smithi136 bash[11745]: audit 2022-04-26T06:13:42.515924+0000 mon.smithi136 (mon.0) 4384 : audit [DBG] from='client.? 172.21.15.136:0/37195949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:43 smithi145 bash[13673]: cluster 2022-04-26T06:13:42.399087+0000 mgr.smithi136.ofnrfx (mgr.14188) 6877 : cluster [DBG] pgmap v6444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:43 smithi145 bash[13673]: audit 2022-04-26T06:13:42.515924+0000 mon.smithi136 (mon.0) 4384 : audit [DBG] from='client.? 172.21.15.136:0/37195949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:45.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:45 smithi136 bash[11745]: cluster 2022-04-26T06:13:44.399727+0000 mgr.smithi136.ofnrfx (mgr.14188) 6878 : cluster [DBG] pgmap v6445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:45.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:45 smithi145 bash[13673]: cluster 2022-04-26T06:13:44.399727+0000 mgr.smithi136.ofnrfx (mgr.14188) 6878 : cluster [DBG] pgmap v6445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:47.538 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:47.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:47.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:47.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:47 smithi136 bash[11745]: cluster 2022-04-26T06:13:46.400368+0000 mgr.smithi136.ofnrfx (mgr.14188) 6879 : cluster [DBG] pgmap v6446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:47.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:47.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:47 smithi145 bash[13673]: cluster 2022-04-26T06:13:46.400368+0000 mgr.smithi136.ofnrfx (mgr.14188) 6879 : cluster [DBG] pgmap v6446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:48.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:48 smithi136 bash[11745]: audit 2022-04-26T06:13:47.841940+0000 mon.smithi136 (mon.0) 4385 : audit [DBG] from='client.? 172.21.15.136:0/1081089797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:48.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:48 smithi145 bash[13673]: audit 2022-04-26T06:13:47.841940+0000 mon.smithi136 (mon.0) 4385 : audit [DBG] from='client.? 172.21.15.136:0/1081089797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:49.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:49 smithi136 bash[11745]: cluster 2022-04-26T06:13:48.400948+0000 mgr.smithi136.ofnrfx (mgr.14188) 6880 : cluster [DBG] pgmap v6447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:49.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:49 smithi145 bash[13673]: cluster 2022-04-26T06:13:48.400948+0000 mgr.smithi136.ofnrfx (mgr.14188) 6880 : cluster [DBG] pgmap v6447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:51.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:51 smithi136 bash[11745]: cluster 2022-04-26T06:13:50.401602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6881 : cluster [DBG] pgmap v6448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:51.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:51 smithi145 bash[13673]: cluster 2022-04-26T06:13:50.401602+0000 mgr.smithi136.ofnrfx (mgr.14188) 6881 : cluster [DBG] pgmap v6448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:52.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:52.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:52.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:53.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:53 smithi136 bash[11745]: cluster 2022-04-26T06:13:52.402339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6882 : cluster [DBG] pgmap v6449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:53 smithi145 bash[13673]: cluster 2022-04-26T06:13:52.402339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6882 : cluster [DBG] pgmap v6449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:54 smithi136 bash[11745]: audit 2022-04-26T06:13:53.175182+0000 mon.smithi136 (mon.0) 4386 : audit [DBG] from='client.? 172.21.15.136:0/109167673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:54.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:54 smithi145 bash[13673]: audit 2022-04-26T06:13:53.175182+0000 mon.smithi136 (mon.0) 4386 : audit [DBG] from='client.? 172.21.15.136:0/109167673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:55.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:55 smithi145 bash[13673]: cluster 2022-04-26T06:13:54.403011+0000 mgr.smithi136.ofnrfx (mgr.14188) 6883 : cluster [DBG] pgmap v6450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:55 smithi136 bash[11745]: cluster 2022-04-26T06:13:54.403011+0000 mgr.smithi136.ofnrfx (mgr.14188) 6883 : cluster [DBG] pgmap v6450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:57.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:57 smithi136 bash[11745]: cluster 2022-04-26T06:13:56.403695+0000 mgr.smithi136.ofnrfx (mgr.14188) 6884 : cluster [DBG] pgmap v6451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:57.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:57 smithi145 bash[13673]: cluster 2022-04-26T06:13:56.403695+0000 mgr.smithi136.ofnrfx (mgr.14188) 6884 : cluster [DBG] pgmap v6451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:58.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:13:58.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:13:58.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:13:58.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:13:59.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:59 smithi136 bash[11745]: cluster 2022-04-26T06:13:58.404306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6885 : cluster [DBG] pgmap v6452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:59.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:13:59 smithi136 bash[11745]: audit 2022-04-26T06:13:58.508509+0000 mon.smithi136 (mon.0) 4387 : audit [DBG] from='client.? 172.21.15.136:0/1804175483' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:13:59.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:59 smithi145 bash[13673]: cluster 2022-04-26T06:13:58.404306+0000 mgr.smithi136.ofnrfx (mgr.14188) 6885 : cluster [DBG] pgmap v6452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:13:59.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:13:59 smithi145 bash[13673]: audit 2022-04-26T06:13:58.508509+0000 mon.smithi136 (mon.0) 4387 : audit [DBG] from='client.? 172.21.15.136:0/1804175483' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:01.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:01 smithi136 bash[11745]: cluster 2022-04-26T06:14:00.404878+0000 mgr.smithi136.ofnrfx (mgr.14188) 6886 : cluster [DBG] pgmap v6453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:01.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:01 smithi145 bash[13673]: cluster 2022-04-26T06:14:00.404878+0000 mgr.smithi136.ofnrfx (mgr.14188) 6886 : cluster [DBG] pgmap v6453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:03 smithi136 bash[11745]: cluster 2022-04-26T06:14:02.405627+0000 mgr.smithi136.ofnrfx (mgr.14188) 6887 : cluster [DBG] pgmap v6454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:03 smithi136 bash[11745]: audit 2022-04-26T06:14:02.725255+0000 mon.smithi136 (mon.0) 4388 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:14:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:03 smithi136 bash[11745]: audit 2022-04-26T06:14:02.729131+0000 mon.smithi136 (mon.0) 4389 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:14:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:03 smithi145 bash[13673]: cluster 2022-04-26T06:14:02.405627+0000 mgr.smithi136.ofnrfx (mgr.14188) 6887 : cluster [DBG] pgmap v6454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:03 smithi145 bash[13673]: audit 2022-04-26T06:14:02.725255+0000 mon.smithi136 (mon.0) 4388 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:14:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:03 smithi145 bash[13673]: audit 2022-04-26T06:14:02.729131+0000 mon.smithi136 (mon.0) 4389 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:14:03.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:03.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:03.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:03.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:04 smithi136 bash[11745]: audit 2022-04-26T06:14:03.834376+0000 mon.smithi136 (mon.0) 4390 : audit [DBG] from='client.? 172.21.15.136:0/2014239944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:04.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:04 smithi145 bash[13673]: audit 2022-04-26T06:14:03.834376+0000 mon.smithi136 (mon.0) 4390 : audit [DBG] from='client.? 172.21.15.136:0/2014239944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:05.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:05 smithi145 bash[13673]: cluster 2022-04-26T06:14:04.406345+0000 mgr.smithi136.ofnrfx (mgr.14188) 6888 : cluster [DBG] pgmap v6455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:05 smithi136 bash[11745]: cluster 2022-04-26T06:14:04.406345+0000 mgr.smithi136.ofnrfx (mgr.14188) 6888 : cluster [DBG] pgmap v6455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:07.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:07 smithi136 bash[11745]: cluster 2022-04-26T06:14:06.407030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6889 : cluster [DBG] pgmap v6456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:07.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:07 smithi145 bash[13673]: cluster 2022-04-26T06:14:06.407030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6889 : cluster [DBG] pgmap v6456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:08.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:08.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:08.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:09.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:09.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:09 smithi136 bash[11745]: cluster 2022-04-26T06:14:08.407683+0000 mgr.smithi136.ofnrfx (mgr.14188) 6890 : cluster [DBG] pgmap v6457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:09.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:09 smithi136 bash[11745]: audit 2022-04-26T06:14:09.161465+0000 mon.smithi136 (mon.0) 4391 : audit [DBG] from='client.? 172.21.15.136:0/2993765506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:09.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:09 smithi145 bash[13673]: cluster 2022-04-26T06:14:08.407683+0000 mgr.smithi136.ofnrfx (mgr.14188) 6890 : cluster [DBG] pgmap v6457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:09.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:09 smithi145 bash[13673]: audit 2022-04-26T06:14:09.161465+0000 mon.smithi136 (mon.0) 4391 : audit [DBG] from='client.? 172.21.15.136:0/2993765506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:11.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:11 smithi136 bash[11745]: cluster 2022-04-26T06:14:10.408288+0000 mgr.smithi136.ofnrfx (mgr.14188) 6891 : cluster [DBG] pgmap v6458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:11 smithi145 bash[13673]: cluster 2022-04-26T06:14:10.408288+0000 mgr.smithi136.ofnrfx (mgr.14188) 6891 : cluster [DBG] pgmap v6458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:13 smithi136 bash[11745]: cluster 2022-04-26T06:14:12.408914+0000 mgr.smithi136.ofnrfx (mgr.14188) 6892 : cluster [DBG] pgmap v6459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:13 smithi136 bash[11745]: audit 2022-04-26T06:14:12.417749+0000 mon.smithi136 (mon.0) 4392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:14:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:13 smithi136 bash[11745]: audit 2022-04-26T06:14:12.420638+0000 mon.smithi136 (mon.0) 4393 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:14:13.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:13 smithi136 bash[11745]: audit 2022-04-26T06:14:12.422569+0000 mon.smithi136 (mon.0) 4394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:14:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:13 smithi136 bash[11745]: audit 2022-04-26T06:14:12.749279+0000 mon.smithi136 (mon.0) 4395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:14:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:13 smithi136 bash[11745]: audit 2022-04-26T06:14:12.758383+0000 mon.smithi136 (mon.0) 4396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:14:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:13 smithi145 bash[13673]: cluster 2022-04-26T06:14:12.408914+0000 mgr.smithi136.ofnrfx (mgr.14188) 6892 : cluster [DBG] pgmap v6459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:13 smithi145 bash[13673]: audit 2022-04-26T06:14:12.417749+0000 mon.smithi136 (mon.0) 4392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:14:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:13 smithi145 bash[13673]: audit 2022-04-26T06:14:12.420638+0000 mon.smithi136 (mon.0) 4393 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:14:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:13 smithi145 bash[13673]: audit 2022-04-26T06:14:12.422569+0000 mon.smithi136 (mon.0) 4394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:14:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:13 smithi145 bash[13673]: audit 2022-04-26T06:14:12.749279+0000 mon.smithi136 (mon.0) 4395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:14:13.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:13 smithi145 bash[13673]: audit 2022-04-26T06:14:12.758383+0000 mon.smithi136 (mon.0) 4396 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:14:14.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:14.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:14.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:14 smithi136 bash[11745]: cluster 2022-04-26T06:14:12.742706+0000 mgr.smithi136.ofnrfx (mgr.14188) 6893 : cluster [DBG] pgmap v6460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:14 smithi136 bash[11745]: cluster 2022-04-26T06:14:12.743153+0000 mgr.smithi136.ofnrfx (mgr.14188) 6894 : cluster [DBG] pgmap v6461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:14 smithi136 bash[11745]: cephadm 2022-04-26T06:14:12.759507+0000 mgr.smithi136.ofnrfx (mgr.14188) 6895 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:14:14.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:14 smithi136 bash[11745]: cephadm 2022-04-26T06:14:12.759659+0000 mgr.smithi136.ofnrfx (mgr.14188) 6896 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:14:14.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:14 smithi145 bash[13673]: cluster 2022-04-26T06:14:12.742706+0000 mgr.smithi136.ofnrfx (mgr.14188) 6893 : cluster [DBG] pgmap v6460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:14.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:14 smithi145 bash[13673]: cluster 2022-04-26T06:14:12.743153+0000 mgr.smithi136.ofnrfx (mgr.14188) 6894 : cluster [DBG] pgmap v6461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:14.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:14 smithi145 bash[13673]: cephadm 2022-04-26T06:14:12.759507+0000 mgr.smithi136.ofnrfx (mgr.14188) 6895 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:14:14.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:14 smithi145 bash[13673]: cephadm 2022-04-26T06:14:12.759659+0000 mgr.smithi136.ofnrfx (mgr.14188) 6896 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:14:14.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:15.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:15 smithi145 bash[13673]: audit 2022-04-26T06:14:14.490526+0000 mon.smithi136 (mon.0) 4397 : audit [DBG] from='client.? 172.21.15.136:0/4263990028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:15 smithi136 bash[11745]: audit 2022-04-26T06:14:14.490526+0000 mon.smithi136 (mon.0) 4397 : audit [DBG] from='client.? 172.21.15.136:0/4263990028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:16.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:16 smithi145 bash[13673]: cluster 2022-04-26T06:14:14.743785+0000 mgr.smithi136.ofnrfx (mgr.14188) 6897 : cluster [DBG] pgmap v6462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:16 smithi136 bash[11745]: cluster 2022-04-26T06:14:14.743785+0000 mgr.smithi136.ofnrfx (mgr.14188) 6897 : cluster [DBG] pgmap v6462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:18 smithi145 bash[13673]: cluster 2022-04-26T06:14:16.744428+0000 mgr.smithi136.ofnrfx (mgr.14188) 6898 : cluster [DBG] pgmap v6463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:18 smithi136 bash[11745]: cluster 2022-04-26T06:14:16.744428+0000 mgr.smithi136.ofnrfx (mgr.14188) 6898 : cluster [DBG] pgmap v6463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:19.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:19.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:19.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:19.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:20.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:20 smithi145 bash[13673]: cluster 2022-04-26T06:14:18.745025+0000 mgr.smithi136.ofnrfx (mgr.14188) 6899 : cluster [DBG] pgmap v6464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:20.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:20 smithi145 bash[13673]: audit 2022-04-26T06:14:19.816005+0000 mon.smithi136 (mon.0) 4398 : audit [DBG] from='client.? 172.21.15.136:0/2109709910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:20.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:20 smithi136 bash[11745]: cluster 2022-04-26T06:14:18.745025+0000 mgr.smithi136.ofnrfx (mgr.14188) 6899 : cluster [DBG] pgmap v6464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:20.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:20 smithi136 bash[11745]: audit 2022-04-26T06:14:19.816005+0000 mon.smithi136 (mon.0) 4398 : audit [DBG] from='client.? 172.21.15.136:0/2109709910' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:22 smithi145 bash[13673]: cluster 2022-04-26T06:14:20.745625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6900 : cluster [DBG] pgmap v6465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:22 smithi136 bash[11745]: cluster 2022-04-26T06:14:20.745625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6900 : cluster [DBG] pgmap v6465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:24.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:24 smithi145 bash[13673]: cluster 2022-04-26T06:14:22.746342+0000 mgr.smithi136.ofnrfx (mgr.14188) 6901 : cluster [DBG] pgmap v6466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:24 smithi136 bash[11745]: cluster 2022-04-26T06:14:22.746342+0000 mgr.smithi136.ofnrfx (mgr.14188) 6901 : cluster [DBG] pgmap v6466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:24.836 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:24.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:24.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:25.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:26 smithi145 bash[13673]: cluster 2022-04-26T06:14:24.747090+0000 mgr.smithi136.ofnrfx (mgr.14188) 6902 : cluster [DBG] pgmap v6467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:26 smithi145 bash[13673]: audit 2022-04-26T06:14:25.140778+0000 mon.smithi136 (mon.0) 4399 : audit [DBG] from='client.? 172.21.15.136:0/3841039639' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:26 smithi136 bash[11745]: cluster 2022-04-26T06:14:24.747090+0000 mgr.smithi136.ofnrfx (mgr.14188) 6902 : cluster [DBG] pgmap v6467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:26 smithi136 bash[11745]: audit 2022-04-26T06:14:25.140778+0000 mon.smithi136 (mon.0) 4399 : audit [DBG] from='client.? 172.21.15.136:0/3841039639' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:28 smithi145 bash[13673]: cluster 2022-04-26T06:14:26.747915+0000 mgr.smithi136.ofnrfx (mgr.14188) 6903 : cluster [DBG] pgmap v6468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:28 smithi136 bash[11745]: cluster 2022-04-26T06:14:26.747915+0000 mgr.smithi136.ofnrfx (mgr.14188) 6903 : cluster [DBG] pgmap v6468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:30.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:30.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:30.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:30.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:30 smithi145 bash[13673]: cluster 2022-04-26T06:14:28.748674+0000 mgr.smithi136.ofnrfx (mgr.14188) 6904 : cluster [DBG] pgmap v6469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:30.415 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:30 smithi136 bash[11745]: cluster 2022-04-26T06:14:28.748674+0000 mgr.smithi136.ofnrfx (mgr.14188) 6904 : cluster [DBG] pgmap v6469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:30.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:31.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:31 smithi145 bash[13673]: audit 2022-04-26T06:14:30.463189+0000 mon.smithi136 (mon.0) 4400 : audit [DBG] from='client.? 172.21.15.136:0/3157536090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:31 smithi136 bash[11745]: audit 2022-04-26T06:14:30.463189+0000 mon.smithi136 (mon.0) 4400 : audit [DBG] from='client.? 172.21.15.136:0/3157536090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:32.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:32 smithi145 bash[13673]: cluster 2022-04-26T06:14:30.749323+0000 mgr.smithi136.ofnrfx (mgr.14188) 6905 : cluster [DBG] pgmap v6470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:32.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:32 smithi136 bash[11745]: cluster 2022-04-26T06:14:30.749323+0000 mgr.smithi136.ofnrfx (mgr.14188) 6905 : cluster [DBG] pgmap v6470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:34.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:34 smithi145 bash[13673]: cluster 2022-04-26T06:14:32.750058+0000 mgr.smithi136.ofnrfx (mgr.14188) 6906 : cluster [DBG] pgmap v6471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:34 smithi136 bash[11745]: cluster 2022-04-26T06:14:32.750058+0000 mgr.smithi136.ofnrfx (mgr.14188) 6906 : cluster [DBG] pgmap v6471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:35.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:35.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:35.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:35.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:36.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:36 smithi145 bash[13673]: cluster 2022-04-26T06:14:34.750793+0000 mgr.smithi136.ofnrfx (mgr.14188) 6907 : cluster [DBG] pgmap v6472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:36.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:36 smithi145 bash[13673]: audit 2022-04-26T06:14:35.790309+0000 mon.smithi136 (mon.0) 4401 : audit [DBG] from='client.? 172.21.15.136:0/2286068115' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:36 smithi136 bash[11745]: cluster 2022-04-26T06:14:34.750793+0000 mgr.smithi136.ofnrfx (mgr.14188) 6907 : cluster [DBG] pgmap v6472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:36 smithi136 bash[11745]: audit 2022-04-26T06:14:35.790309+0000 mon.smithi136 (mon.0) 4401 : audit [DBG] from='client.? 172.21.15.136:0/2286068115' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:38.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:38 smithi145 bash[13673]: cluster 2022-04-26T06:14:36.751470+0000 mgr.smithi136.ofnrfx (mgr.14188) 6908 : cluster [DBG] pgmap v6473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:38.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:38 smithi136 bash[11745]: cluster 2022-04-26T06:14:36.751470+0000 mgr.smithi136.ofnrfx (mgr.14188) 6908 : cluster [DBG] pgmap v6473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:40.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:40 smithi145 bash[13673]: cluster 2022-04-26T06:14:38.752094+0000 mgr.smithi136.ofnrfx (mgr.14188) 6909 : cluster [DBG] pgmap v6474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:40.415 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:40 smithi136 bash[11745]: cluster 2022-04-26T06:14:38.752094+0000 mgr.smithi136.ofnrfx (mgr.14188) 6909 : cluster [DBG] pgmap v6474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:40.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:40.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:40.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:41.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:41 smithi136 bash[11745]: audit 2022-04-26T06:14:41.123100+0000 mon.smithi136 (mon.0) 4402 : audit [DBG] from='client.? 172.21.15.136:0/3629209132' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:41 smithi145 bash[13673]: audit 2022-04-26T06:14:41.123100+0000 mon.smithi136 (mon.0) 4402 : audit [DBG] from='client.? 172.21.15.136:0/3629209132' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:42.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:42 smithi136 bash[11745]: cluster 2022-04-26T06:14:40.752756+0000 mgr.smithi136.ofnrfx (mgr.14188) 6910 : cluster [DBG] pgmap v6475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:42 smithi145 bash[13673]: cluster 2022-04-26T06:14:40.752756+0000 mgr.smithi136.ofnrfx (mgr.14188) 6910 : cluster [DBG] pgmap v6475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:44.565 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:44 smithi136 bash[11745]: cluster 2022-04-26T06:14:42.753537+0000 mgr.smithi136.ofnrfx (mgr.14188) 6911 : cluster [DBG] pgmap v6476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:44.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:44 smithi145 bash[13673]: cluster 2022-04-26T06:14:42.753537+0000 mgr.smithi136.ofnrfx (mgr.14188) 6911 : cluster [DBG] pgmap v6476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:46.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:46.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:46.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:46.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:46 smithi136 bash[11745]: cluster 2022-04-26T06:14:44.754182+0000 mgr.smithi136.ofnrfx (mgr.14188) 6912 : cluster [DBG] pgmap v6477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:46.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:46 smithi145 bash[13673]: cluster 2022-04-26T06:14:44.754182+0000 mgr.smithi136.ofnrfx (mgr.14188) 6912 : cluster [DBG] pgmap v6477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:47 smithi136 bash[11745]: audit 2022-04-26T06:14:46.448953+0000 mon.smithi136 (mon.0) 4403 : audit [DBG] from='client.? 172.21.15.136:0/1575991048' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:47.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:47 smithi145 bash[13673]: audit 2022-04-26T06:14:46.448953+0000 mon.smithi136 (mon.0) 4403 : audit [DBG] from='client.? 172.21.15.136:0/1575991048' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:48.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:48 smithi145 bash[13673]: cluster 2022-04-26T06:14:46.754847+0000 mgr.smithi136.ofnrfx (mgr.14188) 6913 : cluster [DBG] pgmap v6478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:48.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:48 smithi136 bash[11745]: cluster 2022-04-26T06:14:46.754847+0000 mgr.smithi136.ofnrfx (mgr.14188) 6913 : cluster [DBG] pgmap v6478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:50.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:50 smithi136 bash[11745]: cluster 2022-04-26T06:14:48.755457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6914 : cluster [DBG] pgmap v6479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:50 smithi145 bash[13673]: cluster 2022-04-26T06:14:48.755457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6914 : cluster [DBG] pgmap v6479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:51.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:51.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:51.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:51.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:52 smithi136 bash[11745]: cluster 2022-04-26T06:14:50.756081+0000 mgr.smithi136.ofnrfx (mgr.14188) 6915 : cluster [DBG] pgmap v6480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:52 smithi136 bash[11745]: audit 2022-04-26T06:14:51.776638+0000 mon.smithi136 (mon.0) 4404 : audit [DBG] from='client.? 172.21.15.136:0/236735503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:52.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:52 smithi145 bash[13673]: cluster 2022-04-26T06:14:50.756081+0000 mgr.smithi136.ofnrfx (mgr.14188) 6915 : cluster [DBG] pgmap v6480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:52.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:52 smithi145 bash[13673]: audit 2022-04-26T06:14:51.776638+0000 mon.smithi136 (mon.0) 4404 : audit [DBG] from='client.? 172.21.15.136:0/236735503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:54.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:54 smithi136 bash[11745]: cluster 2022-04-26T06:14:52.756709+0000 mgr.smithi136.ofnrfx (mgr.14188) 6916 : cluster [DBG] pgmap v6481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:54.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:54 smithi145 bash[13673]: cluster 2022-04-26T06:14:52.756709+0000 mgr.smithi136.ofnrfx (mgr.14188) 6916 : cluster [DBG] pgmap v6481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:56 smithi136 bash[11745]: cluster 2022-04-26T06:14:54.757339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6917 : cluster [DBG] pgmap v6482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:56.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:56 smithi145 bash[13673]: cluster 2022-04-26T06:14:54.757339+0000 mgr.smithi136.ofnrfx (mgr.14188) 6917 : cluster [DBG] pgmap v6482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:56.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:14:56.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:14:56.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:14:57.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:14:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:58 smithi145 bash[13673]: cluster 2022-04-26T06:14:56.758066+0000 mgr.smithi136.ofnrfx (mgr.14188) 6918 : cluster [DBG] pgmap v6483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:58.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:14:58 smithi145 bash[13673]: audit 2022-04-26T06:14:57.099946+0000 mon.smithi136 (mon.0) 4405 : audit [DBG] from='client.? 172.21.15.136:0/1082213952' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:14:58.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:58 smithi136 bash[11745]: cluster 2022-04-26T06:14:56.758066+0000 mgr.smithi136.ofnrfx (mgr.14188) 6918 : cluster [DBG] pgmap v6483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:14:58.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:14:58 smithi136 bash[11745]: audit 2022-04-26T06:14:57.099946+0000 mon.smithi136 (mon.0) 4405 : audit [DBG] from='client.? 172.21.15.136:0/1082213952' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:00.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:00 smithi145 bash[13673]: cluster 2022-04-26T06:14:58.758840+0000 mgr.smithi136.ofnrfx (mgr.14188) 6919 : cluster [DBG] pgmap v6484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:00.416 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:00 smithi136 bash[11745]: cluster 2022-04-26T06:14:58.758840+0000 mgr.smithi136.ofnrfx (mgr.14188) 6919 : cluster [DBG] pgmap v6484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:02.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:02.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:02.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:02.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:02 smithi145 bash[13673]: cluster 2022-04-26T06:15:00.759622+0000 mgr.smithi136.ofnrfx (mgr.14188) 6920 : cluster [DBG] pgmap v6485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:02.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:02.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:02 smithi136 bash[11745]: cluster 2022-04-26T06:15:00.759622+0000 mgr.smithi136.ofnrfx (mgr.14188) 6920 : cluster [DBG] pgmap v6485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:03 smithi145 bash[13673]: audit 2022-04-26T06:15:02.427164+0000 mon.smithi136 (mon.0) 4406 : audit [DBG] from='client.? 172.21.15.136:0/3163043413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:03 smithi145 bash[13673]: audit 2022-04-26T06:15:02.729431+0000 mon.smithi136 (mon.0) 4407 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:15:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:03 smithi145 bash[13673]: audit 2022-04-26T06:15:02.733363+0000 mon.smithi136 (mon.0) 4408 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:15:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:03 smithi136 bash[11745]: audit 2022-04-26T06:15:02.427164+0000 mon.smithi136 (mon.0) 4406 : audit [DBG] from='client.? 172.21.15.136:0/3163043413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:03 smithi136 bash[11745]: audit 2022-04-26T06:15:02.729431+0000 mon.smithi136 (mon.0) 4407 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:15:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:03 smithi136 bash[11745]: audit 2022-04-26T06:15:02.733363+0000 mon.smithi136 (mon.0) 4408 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:15:04.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:04 smithi145 bash[13673]: cluster 2022-04-26T06:15:02.760368+0000 mgr.smithi136.ofnrfx (mgr.14188) 6921 : cluster [DBG] pgmap v6486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:04.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:04 smithi136 bash[11745]: cluster 2022-04-26T06:15:02.760368+0000 mgr.smithi136.ofnrfx (mgr.14188) 6921 : cluster [DBG] pgmap v6486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:06.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:06 smithi145 bash[13673]: cluster 2022-04-26T06:15:04.761028+0000 mgr.smithi136.ofnrfx (mgr.14188) 6922 : cluster [DBG] pgmap v6487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:06.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:06 smithi136 bash[11745]: cluster 2022-04-26T06:15:04.761028+0000 mgr.smithi136.ofnrfx (mgr.14188) 6922 : cluster [DBG] pgmap v6487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:07.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:07.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:07.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:07.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:08.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:08 smithi145 bash[13673]: cluster 2022-04-26T06:15:06.761657+0000 mgr.smithi136.ofnrfx (mgr.14188) 6923 : cluster [DBG] pgmap v6488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:08.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:08 smithi145 bash[13673]: audit 2022-04-26T06:15:07.754348+0000 mon.smithi136 (mon.0) 4409 : audit [DBG] from='client.? 172.21.15.136:0/3444490701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:08.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:08 smithi136 bash[11745]: cluster 2022-04-26T06:15:06.761657+0000 mgr.smithi136.ofnrfx (mgr.14188) 6923 : cluster [DBG] pgmap v6488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:08.608 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:08 smithi136 bash[11745]: audit 2022-04-26T06:15:07.754348+0000 mon.smithi136 (mon.0) 4409 : audit [DBG] from='client.? 172.21.15.136:0/3444490701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:10.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:10 smithi145 bash[13673]: cluster 2022-04-26T06:15:08.762273+0000 mgr.smithi136.ofnrfx (mgr.14188) 6924 : cluster [DBG] pgmap v6489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:10.416 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:10 smithi136 bash[11745]: cluster 2022-04-26T06:15:08.762273+0000 mgr.smithi136.ofnrfx (mgr.14188) 6924 : cluster [DBG] pgmap v6489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:12.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:12 smithi145 bash[13673]: cluster 2022-04-26T06:15:10.762891+0000 mgr.smithi136.ofnrfx (mgr.14188) 6925 : cluster [DBG] pgmap v6490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:12 smithi136 bash[11745]: cluster 2022-04-26T06:15:10.762891+0000 mgr.smithi136.ofnrfx (mgr.14188) 6925 : cluster [DBG] pgmap v6490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:12.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:12.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:12.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:13.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:13 smithi145 bash[13673]: audit 2022-04-26T06:15:12.768945+0000 mon.smithi136 (mon.0) 4410 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:15:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:13 smithi145 bash[13673]: audit 2022-04-26T06:15:12.771683+0000 mon.smithi136 (mon.0) 4411 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:15:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:13 smithi145 bash[13673]: audit 2022-04-26T06:15:12.774302+0000 mon.smithi136 (mon.0) 4412 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:15:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:13 smithi145 bash[13673]: audit 2022-04-26T06:15:13.083228+0000 mon.smithi136 (mon.0) 4413 : audit [DBG] from='client.? 172.21.15.136:0/412034120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:13 smithi136 bash[11745]: audit 2022-04-26T06:15:12.768945+0000 mon.smithi136 (mon.0) 4410 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:15:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:13 smithi136 bash[11745]: audit 2022-04-26T06:15:12.771683+0000 mon.smithi136 (mon.0) 4411 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:15:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:13 smithi136 bash[11745]: audit 2022-04-26T06:15:12.774302+0000 mon.smithi136 (mon.0) 4412 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:15:13.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:13 smithi136 bash[11745]: audit 2022-04-26T06:15:13.083228+0000 mon.smithi136 (mon.0) 4413 : audit [DBG] from='client.? 172.21.15.136:0/412034120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:14.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:14 smithi145 bash[13673]: cluster 2022-04-26T06:15:12.763581+0000 mgr.smithi136.ofnrfx (mgr.14188) 6926 : cluster [DBG] pgmap v6491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:14.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:14 smithi136 bash[11745]: cluster 2022-04-26T06:15:12.763581+0000 mgr.smithi136.ofnrfx (mgr.14188) 6926 : cluster [DBG] pgmap v6491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:16.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:16 smithi145 bash[13673]: cluster 2022-04-26T06:15:14.764195+0000 mgr.smithi136.ofnrfx (mgr.14188) 6927 : cluster [DBG] pgmap v6492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:16.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:16 smithi136 bash[11745]: cluster 2022-04-26T06:15:14.764195+0000 mgr.smithi136.ofnrfx (mgr.14188) 6927 : cluster [DBG] pgmap v6492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:17.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:17 smithi136 bash[11745]: audit 2022-04-26T06:15:16.534152+0000 mon.smithi136 (mon.0) 4414 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:15:17.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:17 smithi136 bash[11745]: cluster 2022-04-26T06:15:16.764741+0000 mgr.smithi136.ofnrfx (mgr.14188) 6928 : cluster [DBG] pgmap v6493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:17.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:17 smithi136 bash[11745]: audit 2022-04-26T06:15:17.231097+0000 mon.smithi136 (mon.0) 4415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:15:17.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:17 smithi136 bash[11745]: audit 2022-04-26T06:15:17.526651+0000 mon.smithi136 (mon.0) 4416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:15:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:17 smithi145 bash[13673]: audit 2022-04-26T06:15:16.534152+0000 mon.smithi136 (mon.0) 4414 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:15:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:17 smithi145 bash[13673]: cluster 2022-04-26T06:15:16.764741+0000 mgr.smithi136.ofnrfx (mgr.14188) 6928 : cluster [DBG] pgmap v6493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:17 smithi145 bash[13673]: audit 2022-04-26T06:15:17.231097+0000 mon.smithi136 (mon.0) 4415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:15:17.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:17 smithi145 bash[13673]: audit 2022-04-26T06:15:17.526651+0000 mon.smithi136 (mon.0) 4416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:15:18.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:18.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:18.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:18.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:18 smithi136 bash[11745]: cluster 2022-04-26T06:15:17.519353+0000 mgr.smithi136.ofnrfx (mgr.14188) 6929 : cluster [DBG] pgmap v6494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:18 smithi136 bash[11745]: cluster 2022-04-26T06:15:17.519708+0000 mgr.smithi136.ofnrfx (mgr.14188) 6930 : cluster [DBG] pgmap v6495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:18 smithi136 bash[11745]: audit 2022-04-26T06:15:17.536813+0000 mon.smithi136 (mon.0) 4417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:15:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:18 smithi136 bash[11745]: cephadm 2022-04-26T06:15:17.537995+0000 mgr.smithi136.ofnrfx (mgr.14188) 6931 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:15:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:18 smithi136 bash[11745]: cephadm 2022-04-26T06:15:17.538182+0000 mgr.smithi136.ofnrfx (mgr.14188) 6932 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:15:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:18 smithi136 bash[11745]: audit 2022-04-26T06:15:18.414677+0000 mon.smithi136 (mon.0) 4418 : audit [DBG] from='client.? 172.21.15.136:0/2692006459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:18 smithi145 bash[13673]: cluster 2022-04-26T06:15:17.519353+0000 mgr.smithi136.ofnrfx (mgr.14188) 6929 : cluster [DBG] pgmap v6494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:18 smithi145 bash[13673]: cluster 2022-04-26T06:15:17.519708+0000 mgr.smithi136.ofnrfx (mgr.14188) 6930 : cluster [DBG] pgmap v6495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:18 smithi145 bash[13673]: audit 2022-04-26T06:15:17.536813+0000 mon.smithi136 (mon.0) 4417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:15:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:18 smithi145 bash[13673]: cephadm 2022-04-26T06:15:17.537995+0000 mgr.smithi136.ofnrfx (mgr.14188) 6931 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:15:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:18 smithi145 bash[13673]: cephadm 2022-04-26T06:15:17.538182+0000 mgr.smithi136.ofnrfx (mgr.14188) 6932 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:15:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:18 smithi145 bash[13673]: audit 2022-04-26T06:15:18.414677+0000 mon.smithi136 (mon.0) 4418 : audit [DBG] from='client.? 172.21.15.136:0/2692006459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:20 smithi136 bash[11745]: cluster 2022-04-26T06:15:19.520240+0000 mgr.smithi136.ofnrfx (mgr.14188) 6933 : cluster [DBG] pgmap v6496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:20 smithi145 bash[13673]: cluster 2022-04-26T06:15:19.520240+0000 mgr.smithi136.ofnrfx (mgr.14188) 6933 : cluster [DBG] pgmap v6496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:23 smithi145 bash[13673]: cluster 2022-04-26T06:15:21.520854+0000 mgr.smithi136.ofnrfx (mgr.14188) 6934 : cluster [DBG] pgmap v6497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:23.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:23.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:23.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:23 smithi136 bash[11745]: cluster 2022-04-26T06:15:21.520854+0000 mgr.smithi136.ofnrfx (mgr.14188) 6934 : cluster [DBG] pgmap v6497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:23.762 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:24.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:24 smithi145 bash[13673]: audit 2022-04-26T06:15:23.745825+0000 mon.smithi136 (mon.0) 4419 : audit [DBG] from='client.? 172.21.15.136:0/3441753881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:24.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:24 smithi136 bash[11745]: audit 2022-04-26T06:15:23.745825+0000 mon.smithi136 (mon.0) 4419 : audit [DBG] from='client.? 172.21.15.136:0/3441753881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:25.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:25 smithi145 bash[13673]: cluster 2022-04-26T06:15:23.521460+0000 mgr.smithi136.ofnrfx (mgr.14188) 6935 : cluster [DBG] pgmap v6498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:25 smithi136 bash[11745]: cluster 2022-04-26T06:15:23.521460+0000 mgr.smithi136.ofnrfx (mgr.14188) 6935 : cluster [DBG] pgmap v6498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:27.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:27 smithi145 bash[13673]: cluster 2022-04-26T06:15:25.522034+0000 mgr.smithi136.ofnrfx (mgr.14188) 6936 : cluster [DBG] pgmap v6499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:27 smithi136 bash[11745]: cluster 2022-04-26T06:15:25.522034+0000 mgr.smithi136.ofnrfx (mgr.14188) 6936 : cluster [DBG] pgmap v6499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:28.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:28.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:28.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:29.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:29.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:29 smithi136 bash[11745]: cluster 2022-04-26T06:15:27.522645+0000 mgr.smithi136.ofnrfx (mgr.14188) 6937 : cluster [DBG] pgmap v6500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:29.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:29 smithi136 bash[11745]: audit 2022-04-26T06:15:29.076012+0000 mon.smithi136 (mon.0) 4420 : audit [DBG] from='client.? 172.21.15.136:0/1223551126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:29.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:29 smithi145 bash[13673]: cluster 2022-04-26T06:15:27.522645+0000 mgr.smithi136.ofnrfx (mgr.14188) 6937 : cluster [DBG] pgmap v6500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:29.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:29 smithi145 bash[13673]: audit 2022-04-26T06:15:29.076012+0000 mon.smithi136 (mon.0) 4420 : audit [DBG] from='client.? 172.21.15.136:0/1223551126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:31.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:31 smithi145 bash[13673]: cluster 2022-04-26T06:15:29.523304+0000 mgr.smithi136.ofnrfx (mgr.14188) 6938 : cluster [DBG] pgmap v6501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:31 smithi136 bash[11745]: cluster 2022-04-26T06:15:29.523304+0000 mgr.smithi136.ofnrfx (mgr.14188) 6938 : cluster [DBG] pgmap v6501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:33.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:33 smithi145 bash[13673]: cluster 2022-04-26T06:15:31.523920+0000 mgr.smithi136.ofnrfx (mgr.14188) 6939 : cluster [DBG] pgmap v6502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:33.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:33 smithi136 bash[11745]: cluster 2022-04-26T06:15:31.523920+0000 mgr.smithi136.ofnrfx (mgr.14188) 6939 : cluster [DBG] pgmap v6502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:34.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:34.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:34.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:34.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:35.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:35 smithi145 bash[13673]: cluster 2022-04-26T06:15:33.524534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6940 : cluster [DBG] pgmap v6503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:35.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:35 smithi145 bash[13673]: audit 2022-04-26T06:15:34.398701+0000 mon.smithi136 (mon.0) 4421 : audit [DBG] from='client.? 172.21.15.136:0/3623494503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:35.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:35 smithi136 bash[11745]: cluster 2022-04-26T06:15:33.524534+0000 mgr.smithi136.ofnrfx (mgr.14188) 6940 : cluster [DBG] pgmap v6503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:35.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:35 smithi136 bash[11745]: audit 2022-04-26T06:15:34.398701+0000 mon.smithi136 (mon.0) 4421 : audit [DBG] from='client.? 172.21.15.136:0/3623494503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:37.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:37 smithi145 bash[13673]: cluster 2022-04-26T06:15:35.525237+0000 mgr.smithi136.ofnrfx (mgr.14188) 6941 : cluster [DBG] pgmap v6504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:37 smithi136 bash[11745]: cluster 2022-04-26T06:15:35.525237+0000 mgr.smithi136.ofnrfx (mgr.14188) 6941 : cluster [DBG] pgmap v6504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:39 smithi136 bash[11745]: cluster 2022-04-26T06:15:37.525991+0000 mgr.smithi136.ofnrfx (mgr.14188) 6942 : cluster [DBG] pgmap v6505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:39.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:39 smithi145 bash[13673]: cluster 2022-04-26T06:15:37.525991+0000 mgr.smithi136.ofnrfx (mgr.14188) 6942 : cluster [DBG] pgmap v6505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:39.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:39.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:39.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:39.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:40.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:40 smithi145 bash[13673]: audit 2022-04-26T06:15:39.731654+0000 mon.smithi136 (mon.0) 4422 : audit [DBG] from='client.? 172.21.15.136:0/2544149256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:40.416 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:40 smithi136 bash[11745]: audit 2022-04-26T06:15:39.731654+0000 mon.smithi136 (mon.0) 4422 : audit [DBG] from='client.? 172.21.15.136:0/2544149256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:41.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:41 smithi145 bash[13673]: cluster 2022-04-26T06:15:39.526739+0000 mgr.smithi136.ofnrfx (mgr.14188) 6943 : cluster [DBG] pgmap v6506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:41 smithi136 bash[11745]: cluster 2022-04-26T06:15:39.526739+0000 mgr.smithi136.ofnrfx (mgr.14188) 6943 : cluster [DBG] pgmap v6506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:43 smithi145 bash[13673]: cluster 2022-04-26T06:15:41.527397+0000 mgr.smithi136.ofnrfx (mgr.14188) 6944 : cluster [DBG] pgmap v6507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:43.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:43 smithi136 bash[11745]: cluster 2022-04-26T06:15:41.527397+0000 mgr.smithi136.ofnrfx (mgr.14188) 6944 : cluster [DBG] pgmap v6507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:44.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:44.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:44.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:45.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:45.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:45 smithi145 bash[13673]: cluster 2022-04-26T06:15:43.528131+0000 mgr.smithi136.ofnrfx (mgr.14188) 6945 : cluster [DBG] pgmap v6508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:45.438 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:45 smithi145 bash[13673]: audit 2022-04-26T06:15:45.065677+0000 mon.smithi136 (mon.0) 4423 : audit [DBG] from='client.? 172.21.15.136:0/1270239370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:45 smithi136 bash[11745]: cluster 2022-04-26T06:15:43.528131+0000 mgr.smithi136.ofnrfx (mgr.14188) 6945 : cluster [DBG] pgmap v6508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:45 smithi136 bash[11745]: audit 2022-04-26T06:15:45.065677+0000 mon.smithi136 (mon.0) 4423 : audit [DBG] from='client.? 172.21.15.136:0/1270239370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:47.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:47 smithi145 bash[13673]: cluster 2022-04-26T06:15:45.528787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6946 : cluster [DBG] pgmap v6509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:47 smithi136 bash[11745]: cluster 2022-04-26T06:15:45.528787+0000 mgr.smithi136.ofnrfx (mgr.14188) 6946 : cluster [DBG] pgmap v6509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:49 smithi136 bash[11745]: cluster 2022-04-26T06:15:47.529438+0000 mgr.smithi136.ofnrfx (mgr.14188) 6947 : cluster [DBG] pgmap v6510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:49.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:49 smithi145 bash[13673]: cluster 2022-04-26T06:15:47.529438+0000 mgr.smithi136.ofnrfx (mgr.14188) 6947 : cluster [DBG] pgmap v6510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:50.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:50.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:50.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:50.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:51 smithi136 bash[11745]: cluster 2022-04-26T06:15:49.530059+0000 mgr.smithi136.ofnrfx (mgr.14188) 6948 : cluster [DBG] pgmap v6511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:51 smithi136 bash[11745]: audit 2022-04-26T06:15:50.395795+0000 mon.smithi136 (mon.0) 4424 : audit [DBG] from='client.? 172.21.15.136:0/2173352803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:51 smithi145 bash[13673]: cluster 2022-04-26T06:15:49.530059+0000 mgr.smithi136.ofnrfx (mgr.14188) 6948 : cluster [DBG] pgmap v6511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:51 smithi145 bash[13673]: audit 2022-04-26T06:15:50.395795+0000 mon.smithi136 (mon.0) 4424 : audit [DBG] from='client.? 172.21.15.136:0/2173352803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:53.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:53 smithi136 bash[11745]: cluster 2022-04-26T06:15:51.530743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6949 : cluster [DBG] pgmap v6512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:53.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:53 smithi145 bash[13673]: cluster 2022-04-26T06:15:51.530743+0000 mgr.smithi136.ofnrfx (mgr.14188) 6949 : cluster [DBG] pgmap v6512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:55.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:15:55.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:15:55.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:15:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:55 smithi136 bash[11745]: cluster 2022-04-26T06:15:53.531384+0000 mgr.smithi136.ofnrfx (mgr.14188) 6950 : cluster [DBG] pgmap v6513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:55 smithi145 bash[13673]: cluster 2022-04-26T06:15:53.531384+0000 mgr.smithi136.ofnrfx (mgr.14188) 6950 : cluster [DBG] pgmap v6513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:55.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:15:56.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:56 smithi136 bash[11745]: audit 2022-04-26T06:15:55.726959+0000 mon.smithi136 (mon.0) 4425 : audit [DBG] from='client.? 172.21.15.136:0/3598561326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:56.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:56 smithi145 bash[13673]: audit 2022-04-26T06:15:55.726959+0000 mon.smithi136 (mon.0) 4425 : audit [DBG] from='client.? 172.21.15.136:0/3598561326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:15:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:57 smithi136 bash[11745]: cluster 2022-04-26T06:15:55.532175+0000 mgr.smithi136.ofnrfx (mgr.14188) 6951 : cluster [DBG] pgmap v6514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:57.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:57 smithi145 bash[13673]: cluster 2022-04-26T06:15:55.532175+0000 mgr.smithi136.ofnrfx (mgr.14188) 6951 : cluster [DBG] pgmap v6514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:59.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:15:59 smithi136 bash[11745]: cluster 2022-04-26T06:15:57.532887+0000 mgr.smithi136.ofnrfx (mgr.14188) 6952 : cluster [DBG] pgmap v6515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:15:59.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:15:59 smithi145 bash[13673]: cluster 2022-04-26T06:15:57.532887+0000 mgr.smithi136.ofnrfx (mgr.14188) 6952 : cluster [DBG] pgmap v6515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:00.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:00.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:00.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:01.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:01 smithi136 bash[11745]: cluster 2022-04-26T06:15:59.533537+0000 mgr.smithi136.ofnrfx (mgr.14188) 6953 : cluster [DBG] pgmap v6516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:01.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:01 smithi136 bash[11745]: audit 2022-04-26T06:16:01.053462+0000 mon.smithi136 (mon.0) 4426 : audit [DBG] from='client.? 172.21.15.136:0/1586229318' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:01.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:01 smithi145 bash[13673]: cluster 2022-04-26T06:15:59.533537+0000 mgr.smithi136.ofnrfx (mgr.14188) 6953 : cluster [DBG] pgmap v6516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:01.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:01 smithi145 bash[13673]: audit 2022-04-26T06:16:01.053462+0000 mon.smithi136 (mon.0) 4426 : audit [DBG] from='client.? 172.21.15.136:0/1586229318' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:03 smithi136 bash[11745]: cluster 2022-04-26T06:16:01.534245+0000 mgr.smithi136.ofnrfx (mgr.14188) 6954 : cluster [DBG] pgmap v6517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:03 smithi136 bash[11745]: audit 2022-04-26T06:16:02.733578+0000 mon.smithi136 (mon.0) 4427 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:16:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:03 smithi136 bash[11745]: audit 2022-04-26T06:16:02.737470+0000 mon.smithi136 (mon.0) 4428 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:16:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:03 smithi145 bash[13673]: cluster 2022-04-26T06:16:01.534245+0000 mgr.smithi136.ofnrfx (mgr.14188) 6954 : cluster [DBG] pgmap v6517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:03 smithi145 bash[13673]: audit 2022-04-26T06:16:02.733578+0000 mon.smithi136 (mon.0) 4427 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:16:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:03 smithi145 bash[13673]: audit 2022-04-26T06:16:02.737470+0000 mon.smithi136 (mon.0) 4428 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:16:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:05 smithi136 bash[11745]: cluster 2022-04-26T06:16:03.534867+0000 mgr.smithi136.ofnrfx (mgr.14188) 6955 : cluster [DBG] pgmap v6518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:05 smithi145 bash[13673]: cluster 2022-04-26T06:16:03.534867+0000 mgr.smithi136.ofnrfx (mgr.14188) 6955 : cluster [DBG] pgmap v6518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:06.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:06.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:06.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:06.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:07 smithi136 bash[11745]: cluster 2022-04-26T06:16:05.535496+0000 mgr.smithi136.ofnrfx (mgr.14188) 6956 : cluster [DBG] pgmap v6519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:07 smithi136 bash[11745]: audit 2022-04-26T06:16:06.386632+0000 mon.smithi136 (mon.0) 4429 : audit [DBG] from='client.? 172.21.15.136:0/3002772148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:07 smithi145 bash[13673]: cluster 2022-04-26T06:16:05.535496+0000 mgr.smithi136.ofnrfx (mgr.14188) 6956 : cluster [DBG] pgmap v6519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:07 smithi145 bash[13673]: audit 2022-04-26T06:16:06.386632+0000 mon.smithi136 (mon.0) 4429 : audit [DBG] from='client.? 172.21.15.136:0/3002772148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:09 smithi136 bash[11745]: cluster 2022-04-26T06:16:07.536157+0000 mgr.smithi136.ofnrfx (mgr.14188) 6957 : cluster [DBG] pgmap v6520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:09 smithi145 bash[13673]: cluster 2022-04-26T06:16:07.536157+0000 mgr.smithi136.ofnrfx (mgr.14188) 6957 : cluster [DBG] pgmap v6520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:11.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:11.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:11.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:11 smithi136 bash[11745]: cluster 2022-04-26T06:16:09.536809+0000 mgr.smithi136.ofnrfx (mgr.14188) 6958 : cluster [DBG] pgmap v6521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:11 smithi145 bash[13673]: cluster 2022-04-26T06:16:09.536809+0000 mgr.smithi136.ofnrfx (mgr.14188) 6958 : cluster [DBG] pgmap v6521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:11.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:12.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:12 smithi136 bash[11745]: audit 2022-04-26T06:16:11.720741+0000 mon.smithi136 (mon.0) 4430 : audit [DBG] from='client.? 172.21.15.136:0/3460011070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:12.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:12 smithi145 bash[13673]: audit 2022-04-26T06:16:11.720741+0000 mon.smithi136 (mon.0) 4430 : audit [DBG] from='client.? 172.21.15.136:0/3460011070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:13 smithi136 bash[11745]: cluster 2022-04-26T06:16:11.537317+0000 mgr.smithi136.ofnrfx (mgr.14188) 6959 : cluster [DBG] pgmap v6522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:13.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:13 smithi145 bash[13673]: cluster 2022-04-26T06:16:11.537317+0000 mgr.smithi136.ofnrfx (mgr.14188) 6959 : cluster [DBG] pgmap v6522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:15 smithi136 bash[11745]: cluster 2022-04-26T06:16:13.537924+0000 mgr.smithi136.ofnrfx (mgr.14188) 6960 : cluster [DBG] pgmap v6523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:15 smithi145 bash[13673]: cluster 2022-04-26T06:16:13.537924+0000 mgr.smithi136.ofnrfx (mgr.14188) 6960 : cluster [DBG] pgmap v6523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:16.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:16.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:16.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:17.065 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:17 smithi136 bash[11745]: cluster 2022-04-26T06:16:15.538576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6961 : cluster [DBG] pgmap v6524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:17.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:17 smithi136 bash[11745]: audit 2022-04-26T06:16:17.048885+0000 mon.smithi136 (mon.0) 4431 : audit [DBG] from='client.? 172.21.15.136:0/4283434396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:17 smithi145 bash[13673]: cluster 2022-04-26T06:16:15.538576+0000 mgr.smithi136.ofnrfx (mgr.14188) 6961 : cluster [DBG] pgmap v6524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:17 smithi145 bash[13673]: audit 2022-04-26T06:16:17.048885+0000 mon.smithi136 (mon.0) 4431 : audit [DBG] from='client.? 172.21.15.136:0/4283434396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:18 smithi145 bash[13673]: audit 2022-04-26T06:16:17.546737+0000 mon.smithi136 (mon.0) 4432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:16:18.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:18 smithi145 bash[13673]: audit 2022-04-26T06:16:17.549776+0000 mon.smithi136 (mon.0) 4433 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:16:18.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:18 smithi145 bash[13673]: audit 2022-04-26T06:16:17.551993+0000 mon.smithi136 (mon.0) 4434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:16:18.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:18 smithi145 bash[13673]: audit 2022-04-26T06:16:17.847624+0000 mon.smithi136 (mon.0) 4435 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:16:18.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:18 smithi145 bash[13673]: audit 2022-04-26T06:16:18.152483+0000 mon.smithi136 (mon.0) 4436 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:16:18.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:18 smithi145 bash[13673]: audit 2022-04-26T06:16:18.160027+0000 mon.smithi136 (mon.0) 4437 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:16:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:18 smithi136 bash[11745]: audit 2022-04-26T06:16:17.546737+0000 mon.smithi136 (mon.0) 4432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:16:18.599 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:18 smithi136 bash[11745]: audit 2022-04-26T06:16:17.549776+0000 mon.smithi136 (mon.0) 4433 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:16:18.599 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:18 smithi136 bash[11745]: audit 2022-04-26T06:16:17.551993+0000 mon.smithi136 (mon.0) 4434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:16:18.599 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:18 smithi136 bash[11745]: audit 2022-04-26T06:16:17.847624+0000 mon.smithi136 (mon.0) 4435 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:16:18.600 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:18 smithi136 bash[11745]: audit 2022-04-26T06:16:18.152483+0000 mon.smithi136 (mon.0) 4436 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:16:18.600 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:18 smithi136 bash[11745]: audit 2022-04-26T06:16:18.160027+0000 mon.smithi136 (mon.0) 4437 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:16:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:19 smithi136 bash[11745]: cluster 2022-04-26T06:16:17.539252+0000 mgr.smithi136.ofnrfx (mgr.14188) 6962 : cluster [DBG] pgmap v6525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:19 smithi136 bash[11745]: cluster 2022-04-26T06:16:18.145954+0000 mgr.smithi136.ofnrfx (mgr.14188) 6963 : cluster [DBG] pgmap v6526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:19 smithi136 bash[11745]: cluster 2022-04-26T06:16:18.146457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6964 : cluster [DBG] pgmap v6527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:19 smithi136 bash[11745]: cephadm 2022-04-26T06:16:18.161265+0000 mgr.smithi136.ofnrfx (mgr.14188) 6965 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:16:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:19 smithi136 bash[11745]: cephadm 2022-04-26T06:16:18.161379+0000 mgr.smithi136.ofnrfx (mgr.14188) 6966 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:16:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:19 smithi145 bash[13673]: cluster 2022-04-26T06:16:17.539252+0000 mgr.smithi136.ofnrfx (mgr.14188) 6962 : cluster [DBG] pgmap v6525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:19 smithi145 bash[13673]: cluster 2022-04-26T06:16:18.145954+0000 mgr.smithi136.ofnrfx (mgr.14188) 6963 : cluster [DBG] pgmap v6526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:19 smithi145 bash[13673]: cluster 2022-04-26T06:16:18.146457+0000 mgr.smithi136.ofnrfx (mgr.14188) 6964 : cluster [DBG] pgmap v6527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:19 smithi145 bash[13673]: cephadm 2022-04-26T06:16:18.161265+0000 mgr.smithi136.ofnrfx (mgr.14188) 6965 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:16:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:19 smithi145 bash[13673]: cephadm 2022-04-26T06:16:18.161379+0000 mgr.smithi136.ofnrfx (mgr.14188) 6966 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:16:21.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:21 smithi136 bash[11745]: cluster 2022-04-26T06:16:20.146994+0000 mgr.smithi136.ofnrfx (mgr.14188) 6967 : cluster [DBG] pgmap v6528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:21 smithi145 bash[13673]: cluster 2022-04-26T06:16:20.146994+0000 mgr.smithi136.ofnrfx (mgr.14188) 6967 : cluster [DBG] pgmap v6528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:22.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:22.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:22.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:22.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:23 smithi145 bash[13673]: cluster 2022-04-26T06:16:22.147494+0000 mgr.smithi136.ofnrfx (mgr.14188) 6968 : cluster [DBG] pgmap v6529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:23 smithi145 bash[13673]: audit 2022-04-26T06:16:22.373636+0000 mon.smithi136 (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.136:0/4044165124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:23 smithi136 bash[11745]: cluster 2022-04-26T06:16:22.147494+0000 mgr.smithi136.ofnrfx (mgr.14188) 6968 : cluster [DBG] pgmap v6529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:23 smithi136 bash[11745]: audit 2022-04-26T06:16:22.373636+0000 mon.smithi136 (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.136:0/4044165124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:25 smithi136 bash[11745]: cluster 2022-04-26T06:16:24.148164+0000 mgr.smithi136.ofnrfx (mgr.14188) 6969 : cluster [DBG] pgmap v6530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:25.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:25 smithi145 bash[13673]: cluster 2022-04-26T06:16:24.148164+0000 mgr.smithi136.ofnrfx (mgr.14188) 6969 : cluster [DBG] pgmap v6530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:27.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:27.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:27.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:27 smithi136 bash[11745]: cluster 2022-04-26T06:16:26.148949+0000 mgr.smithi136.ofnrfx (mgr.14188) 6970 : cluster [DBG] pgmap v6531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:27 smithi145 bash[13673]: cluster 2022-04-26T06:16:26.148949+0000 mgr.smithi136.ofnrfx (mgr.14188) 6970 : cluster [DBG] pgmap v6531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:27.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:28 smithi145 bash[13673]: audit 2022-04-26T06:16:27.702624+0000 mon.smithi136 (mon.0) 4439 : audit [DBG] from='client.? 172.21.15.136:0/2972675072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:28.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:28 smithi136 bash[11745]: audit 2022-04-26T06:16:27.702624+0000 mon.smithi136 (mon.0) 4439 : audit [DBG] from='client.? 172.21.15.136:0/2972675072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:29.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:29 smithi136 bash[11745]: cluster 2022-04-26T06:16:28.149673+0000 mgr.smithi136.ofnrfx (mgr.14188) 6971 : cluster [DBG] pgmap v6532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:29.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:29 smithi145 bash[13673]: cluster 2022-04-26T06:16:28.149673+0000 mgr.smithi136.ofnrfx (mgr.14188) 6971 : cluster [DBG] pgmap v6532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:31.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:31 smithi136 bash[11745]: cluster 2022-04-26T06:16:30.150305+0000 mgr.smithi136.ofnrfx (mgr.14188) 6972 : cluster [DBG] pgmap v6533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:31.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:31 smithi145 bash[13673]: cluster 2022-04-26T06:16:30.150305+0000 mgr.smithi136.ofnrfx (mgr.14188) 6972 : cluster [DBG] pgmap v6533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:32.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:32.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:32.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:33.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:33.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:33 smithi145 bash[13673]: cluster 2022-04-26T06:16:32.150938+0000 mgr.smithi136.ofnrfx (mgr.14188) 6973 : cluster [DBG] pgmap v6534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:33.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:33 smithi145 bash[13673]: audit 2022-04-26T06:16:33.031701+0000 mon.smithi136 (mon.0) 4440 : audit [DBG] from='client.? 172.21.15.136:0/241461290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:33.564 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:33 smithi136 bash[11745]: cluster 2022-04-26T06:16:32.150938+0000 mgr.smithi136.ofnrfx (mgr.14188) 6973 : cluster [DBG] pgmap v6534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:33.564 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:33 smithi136 bash[11745]: audit 2022-04-26T06:16:33.031701+0000 mon.smithi136 (mon.0) 4440 : audit [DBG] from='client.? 172.21.15.136:0/241461290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:35.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:35 smithi136 bash[11745]: cluster 2022-04-26T06:16:34.151625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6974 : cluster [DBG] pgmap v6535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:35 smithi145 bash[13673]: cluster 2022-04-26T06:16:34.151625+0000 mgr.smithi136.ofnrfx (mgr.14188) 6974 : cluster [DBG] pgmap v6535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:37 smithi136 bash[11745]: cluster 2022-04-26T06:16:36.152254+0000 mgr.smithi136.ofnrfx (mgr.14188) 6975 : cluster [DBG] pgmap v6536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:37.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:37 smithi145 bash[13673]: cluster 2022-04-26T06:16:36.152254+0000 mgr.smithi136.ofnrfx (mgr.14188) 6975 : cluster [DBG] pgmap v6536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:38.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:38.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:38.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:38.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:39 smithi136 bash[11745]: cluster 2022-04-26T06:16:38.152918+0000 mgr.smithi136.ofnrfx (mgr.14188) 6976 : cluster [DBG] pgmap v6537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:39 smithi136 bash[11745]: audit 2022-04-26T06:16:38.358160+0000 mon.smithi136 (mon.0) 4441 : audit [DBG] from='client.? 172.21.15.136:0/3345489581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:39 smithi145 bash[13673]: cluster 2022-04-26T06:16:38.152918+0000 mgr.smithi136.ofnrfx (mgr.14188) 6976 : cluster [DBG] pgmap v6537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:39 smithi145 bash[13673]: audit 2022-04-26T06:16:38.358160+0000 mon.smithi136 (mon.0) 4441 : audit [DBG] from='client.? 172.21.15.136:0/3345489581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:41 smithi136 bash[11745]: cluster 2022-04-26T06:16:40.153453+0000 mgr.smithi136.ofnrfx (mgr.14188) 6977 : cluster [DBG] pgmap v6538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:41 smithi145 bash[13673]: cluster 2022-04-26T06:16:40.153453+0000 mgr.smithi136.ofnrfx (mgr.14188) 6977 : cluster [DBG] pgmap v6538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:43.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:43.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:43.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:43 smithi145 bash[13673]: cluster 2022-04-26T06:16:42.154112+0000 mgr.smithi136.ofnrfx (mgr.14188) 6978 : cluster [DBG] pgmap v6539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:43 smithi136 bash[11745]: cluster 2022-04-26T06:16:42.154112+0000 mgr.smithi136.ofnrfx (mgr.14188) 6978 : cluster [DBG] pgmap v6539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:43.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:44.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:44 smithi145 bash[13673]: audit 2022-04-26T06:16:43.682182+0000 mon.smithi136 (mon.0) 4442 : audit [DBG] from='client.? 172.21.15.136:0/1937586359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:44 smithi136 bash[11745]: audit 2022-04-26T06:16:43.682182+0000 mon.smithi136 (mon.0) 4442 : audit [DBG] from='client.? 172.21.15.136:0/1937586359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:45.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:45 smithi145 bash[13673]: cluster 2022-04-26T06:16:44.154796+0000 mgr.smithi136.ofnrfx (mgr.14188) 6979 : cluster [DBG] pgmap v6540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:45 smithi136 bash[11745]: cluster 2022-04-26T06:16:44.154796+0000 mgr.smithi136.ofnrfx (mgr.14188) 6979 : cluster [DBG] pgmap v6540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:47.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:47 smithi136 bash[11745]: cluster 2022-04-26T06:16:46.155450+0000 mgr.smithi136.ofnrfx (mgr.14188) 6980 : cluster [DBG] pgmap v6541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:47.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:47 smithi145 bash[13673]: cluster 2022-04-26T06:16:46.155450+0000 mgr.smithi136.ofnrfx (mgr.14188) 6980 : cluster [DBG] pgmap v6541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:48.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:48.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:48.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:49.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:49 smithi136 bash[11745]: cluster 2022-04-26T06:16:48.156110+0000 mgr.smithi136.ofnrfx (mgr.14188) 6981 : cluster [DBG] pgmap v6542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:49.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:49 smithi136 bash[11745]: audit 2022-04-26T06:16:49.001905+0000 mon.smithi136 (mon.0) 4443 : audit [DBG] from='client.? 172.21.15.136:0/2978847300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:49.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:49 smithi145 bash[13673]: cluster 2022-04-26T06:16:48.156110+0000 mgr.smithi136.ofnrfx (mgr.14188) 6981 : cluster [DBG] pgmap v6542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:49.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:49 smithi145 bash[13673]: audit 2022-04-26T06:16:49.001905+0000 mon.smithi136 (mon.0) 4443 : audit [DBG] from='client.? 172.21.15.136:0/2978847300' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:51.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:51 smithi136 bash[11745]: cluster 2022-04-26T06:16:50.156755+0000 mgr.smithi136.ofnrfx (mgr.14188) 6982 : cluster [DBG] pgmap v6543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:51 smithi145 bash[13673]: cluster 2022-04-26T06:16:50.156755+0000 mgr.smithi136.ofnrfx (mgr.14188) 6982 : cluster [DBG] pgmap v6543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:53 smithi145 bash[13673]: cluster 2022-04-26T06:16:52.157437+0000 mgr.smithi136.ofnrfx (mgr.14188) 6983 : cluster [DBG] pgmap v6544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:53.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:53 smithi136 bash[11745]: cluster 2022-04-26T06:16:52.157437+0000 mgr.smithi136.ofnrfx (mgr.14188) 6983 : cluster [DBG] pgmap v6544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:54.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:54.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:54.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:54.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:16:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:55 smithi136 bash[11745]: cluster 2022-04-26T06:16:54.157915+0000 mgr.smithi136.ofnrfx (mgr.14188) 6984 : cluster [DBG] pgmap v6545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:55.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:55 smithi136 bash[11745]: audit 2022-04-26T06:16:54.320705+0000 mon.smithi136 (mon.0) 4444 : audit [DBG] from='client.? 172.21.15.136:0/895561354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:55 smithi145 bash[13673]: cluster 2022-04-26T06:16:54.157915+0000 mgr.smithi136.ofnrfx (mgr.14188) 6984 : cluster [DBG] pgmap v6545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:55.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:55 smithi145 bash[13673]: audit 2022-04-26T06:16:54.320705+0000 mon.smithi136 (mon.0) 4444 : audit [DBG] from='client.? 172.21.15.136:0/895561354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:16:57.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:57 smithi136 bash[11745]: cluster 2022-04-26T06:16:56.158471+0000 mgr.smithi136.ofnrfx (mgr.14188) 6985 : cluster [DBG] pgmap v6546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:57.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:57 smithi145 bash[13673]: cluster 2022-04-26T06:16:56.158471+0000 mgr.smithi136.ofnrfx (mgr.14188) 6985 : cluster [DBG] pgmap v6546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:59.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:16:59.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:16:59.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:16:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:16:59 smithi136 bash[11745]: cluster 2022-04-26T06:16:58.159108+0000 mgr.smithi136.ofnrfx (mgr.14188) 6986 : cluster [DBG] pgmap v6547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:59.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:16:59 smithi145 bash[13673]: cluster 2022-04-26T06:16:58.159108+0000 mgr.smithi136.ofnrfx (mgr.14188) 6986 : cluster [DBG] pgmap v6547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:16:59.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:00 smithi136 bash[11745]: audit 2022-04-26T06:16:59.646587+0000 mon.smithi136 (mon.0) 4445 : audit [DBG] from='client.? 172.21.15.136:0/3502151218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:00 smithi145 bash[13673]: audit 2022-04-26T06:16:59.646587+0000 mon.smithi136 (mon.0) 4445 : audit [DBG] from='client.? 172.21.15.136:0/3502151218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:01.490 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:01 smithi136 bash[11745]: cluster 2022-04-26T06:17:00.159666+0000 mgr.smithi136.ofnrfx (mgr.14188) 6987 : cluster [DBG] pgmap v6548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:01.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:01 smithi145 bash[13673]: cluster 2022-04-26T06:17:00.159666+0000 mgr.smithi136.ofnrfx (mgr.14188) 6987 : cluster [DBG] pgmap v6548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:03 smithi145 bash[13673]: cluster 2022-04-26T06:17:02.160231+0000 mgr.smithi136.ofnrfx (mgr.14188) 6988 : cluster [DBG] pgmap v6549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:03.440 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:03 smithi145 bash[13673]: audit 2022-04-26T06:17:02.737529+0000 mon.smithi136 (mon.0) 4446 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:17:03.440 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:03 smithi145 bash[13673]: audit 2022-04-26T06:17:02.741485+0000 mon.smithi136 (mon.0) 4447 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:17:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:03 smithi136 bash[11745]: cluster 2022-04-26T06:17:02.160231+0000 mgr.smithi136.ofnrfx (mgr.14188) 6988 : cluster [DBG] pgmap v6549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:03 smithi136 bash[11745]: audit 2022-04-26T06:17:02.737529+0000 mon.smithi136 (mon.0) 4446 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:17:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:03 smithi136 bash[11745]: audit 2022-04-26T06:17:02.741485+0000 mon.smithi136 (mon.0) 4447 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:17:04.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:04.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:04.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:04.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:05 smithi136 bash[11745]: cluster 2022-04-26T06:17:04.160778+0000 mgr.smithi136.ofnrfx (mgr.14188) 6989 : cluster [DBG] pgmap v6550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:05.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:05 smithi136 bash[11745]: audit 2022-04-26T06:17:04.972135+0000 mon.smithi136 (mon.0) 4448 : audit [DBG] from='client.? 172.21.15.136:0/267318406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:05 smithi145 bash[13673]: cluster 2022-04-26T06:17:04.160778+0000 mgr.smithi136.ofnrfx (mgr.14188) 6989 : cluster [DBG] pgmap v6550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:05.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:05 smithi145 bash[13673]: audit 2022-04-26T06:17:04.972135+0000 mon.smithi136 (mon.0) 4448 : audit [DBG] from='client.? 172.21.15.136:0/267318406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:07.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:07 smithi136 bash[11745]: cluster 2022-04-26T06:17:06.161420+0000 mgr.smithi136.ofnrfx (mgr.14188) 6990 : cluster [DBG] pgmap v6551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:07.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:07 smithi145 bash[13673]: cluster 2022-04-26T06:17:06.161420+0000 mgr.smithi136.ofnrfx (mgr.14188) 6990 : cluster [DBG] pgmap v6551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:09 smithi136 bash[11745]: cluster 2022-04-26T06:17:08.162118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6991 : cluster [DBG] pgmap v6552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:09 smithi145 bash[13673]: cluster 2022-04-26T06:17:08.162118+0000 mgr.smithi136.ofnrfx (mgr.14188) 6991 : cluster [DBG] pgmap v6552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:09.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:09.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:09.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:10.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:11 smithi136 bash[11745]: cluster 2022-04-26T06:17:10.162752+0000 mgr.smithi136.ofnrfx (mgr.14188) 6992 : cluster [DBG] pgmap v6553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:11.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:11 smithi136 bash[11745]: audit 2022-04-26T06:17:10.306699+0000 mon.smithi136 (mon.0) 4449 : audit [DBG] from='client.? 172.21.15.136:0/97869497' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:11 smithi145 bash[13673]: cluster 2022-04-26T06:17:10.162752+0000 mgr.smithi136.ofnrfx (mgr.14188) 6992 : cluster [DBG] pgmap v6553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:11.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:11 smithi145 bash[13673]: audit 2022-04-26T06:17:10.306699+0000 mon.smithi136 (mon.0) 4449 : audit [DBG] from='client.? 172.21.15.136:0/97869497' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:13.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:13 smithi145 bash[13673]: cluster 2022-04-26T06:17:12.163408+0000 mgr.smithi136.ofnrfx (mgr.14188) 6993 : cluster [DBG] pgmap v6554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:13 smithi136 bash[11745]: cluster 2022-04-26T06:17:12.163408+0000 mgr.smithi136.ofnrfx (mgr.14188) 6993 : cluster [DBG] pgmap v6554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:15.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:15.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:15.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:15 smithi136 bash[11745]: cluster 2022-04-26T06:17:14.164030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6994 : cluster [DBG] pgmap v6555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:15 smithi145 bash[13673]: cluster 2022-04-26T06:17:14.164030+0000 mgr.smithi136.ofnrfx (mgr.14188) 6994 : cluster [DBG] pgmap v6555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:15.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:16 smithi136 bash[11745]: audit 2022-04-26T06:17:15.643800+0000 mon.smithi136 (mon.0) 4450 : audit [DBG] from='client.? 172.21.15.136:0/1905996334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:16.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:16 smithi145 bash[13673]: audit 2022-04-26T06:17:15.643800+0000 mon.smithi136 (mon.0) 4450 : audit [DBG] from='client.? 172.21.15.136:0/1905996334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:17 smithi136 bash[11745]: cluster 2022-04-26T06:17:16.164770+0000 mgr.smithi136.ofnrfx (mgr.14188) 6995 : cluster [DBG] pgmap v6556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:17.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:17 smithi145 bash[13673]: cluster 2022-04-26T06:17:16.164770+0000 mgr.smithi136.ofnrfx (mgr.14188) 6995 : cluster [DBG] pgmap v6556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:18 smithi145 bash[13673]: audit 2022-04-26T06:17:18.169649+0000 mon.smithi136 (mon.0) 4451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:17:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:18 smithi145 bash[13673]: audit 2022-04-26T06:17:18.172463+0000 mon.smithi136 (mon.0) 4452 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:17:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:18 smithi145 bash[13673]: audit 2022-04-26T06:17:18.174073+0000 mon.smithi136 (mon.0) 4453 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:17:18.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:18 smithi136 bash[11745]: audit 2022-04-26T06:17:18.169649+0000 mon.smithi136 (mon.0) 4451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:17:18.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:18 smithi136 bash[11745]: audit 2022-04-26T06:17:18.172463+0000 mon.smithi136 (mon.0) 4452 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:17:18.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:18 smithi136 bash[11745]: audit 2022-04-26T06:17:18.174073+0000 mon.smithi136 (mon.0) 4453 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:17:19.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:19 smithi136 bash[11745]: cluster 2022-04-26T06:17:18.165433+0000 mgr.smithi136.ofnrfx (mgr.14188) 6996 : cluster [DBG] pgmap v6557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:19.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:19 smithi136 bash[11745]: cluster 2022-04-26T06:17:18.478377+0000 mgr.smithi136.ofnrfx (mgr.14188) 6997 : cluster [DBG] pgmap v6558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:19.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:19 smithi136 bash[11745]: cluster 2022-04-26T06:17:18.478869+0000 mgr.smithi136.ofnrfx (mgr.14188) 6998 : cluster [DBG] pgmap v6559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:19.815 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:19 smithi136 bash[11745]: audit 2022-04-26T06:17:18.484361+0000 mon.smithi136 (mon.0) 4454 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:17:19.815 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:19 smithi136 bash[11745]: audit 2022-04-26T06:17:18.490554+0000 mon.smithi136 (mon.0) 4455 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:17:19.815 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:19 smithi136 bash[11745]: cephadm 2022-04-26T06:17:18.491655+0000 mgr.smithi136.ofnrfx (mgr.14188) 6999 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:17:19.815 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:19 smithi136 bash[11745]: cephadm 2022-04-26T06:17:18.491785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7000 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:17:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:19 smithi145 bash[13673]: cluster 2022-04-26T06:17:18.165433+0000 mgr.smithi136.ofnrfx (mgr.14188) 6996 : cluster [DBG] pgmap v6557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:19 smithi145 bash[13673]: cluster 2022-04-26T06:17:18.478377+0000 mgr.smithi136.ofnrfx (mgr.14188) 6997 : cluster [DBG] pgmap v6558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:19 smithi145 bash[13673]: cluster 2022-04-26T06:17:18.478869+0000 mgr.smithi136.ofnrfx (mgr.14188) 6998 : cluster [DBG] pgmap v6559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:19.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:19 smithi145 bash[13673]: audit 2022-04-26T06:17:18.484361+0000 mon.smithi136 (mon.0) 4454 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:17:19.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:19 smithi145 bash[13673]: audit 2022-04-26T06:17:18.490554+0000 mon.smithi136 (mon.0) 4455 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:17:19.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:19 smithi145 bash[13673]: cephadm 2022-04-26T06:17:18.491655+0000 mgr.smithi136.ofnrfx (mgr.14188) 6999 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:17:19.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:19 smithi145 bash[13673]: cephadm 2022-04-26T06:17:18.491785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7000 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:17:20.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:20.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:20.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:20.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:21 smithi136 bash[11745]: cluster 2022-04-26T06:17:20.479468+0000 mgr.smithi136.ofnrfx (mgr.14188) 7001 : cluster [DBG] pgmap v6560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:21 smithi136 bash[11745]: audit 2022-04-26T06:17:20.975121+0000 mon.smithi136 (mon.0) 4456 : audit [DBG] from='client.? 172.21.15.136:0/519196645' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:21 smithi145 bash[13673]: cluster 2022-04-26T06:17:20.479468+0000 mgr.smithi136.ofnrfx (mgr.14188) 7001 : cluster [DBG] pgmap v6560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:21 smithi145 bash[13673]: audit 2022-04-26T06:17:20.975121+0000 mon.smithi136 (mon.0) 4456 : audit [DBG] from='client.? 172.21.15.136:0/519196645' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:23.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:23 smithi145 bash[13673]: cluster 2022-04-26T06:17:22.480220+0000 mgr.smithi136.ofnrfx (mgr.14188) 7002 : cluster [DBG] pgmap v6561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:23.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:23 smithi136 bash[11745]: cluster 2022-04-26T06:17:22.480220+0000 mgr.smithi136.ofnrfx (mgr.14188) 7002 : cluster [DBG] pgmap v6561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:24.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:24 smithi145 bash[13673]: cluster 2022-04-26T06:17:24.480966+0000 mgr.smithi136.ofnrfx (mgr.14188) 7003 : cluster [DBG] pgmap v6562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:25.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:24 smithi136 bash[11745]: cluster 2022-04-26T06:17:24.480966+0000 mgr.smithi136.ofnrfx (mgr.14188) 7003 : cluster [DBG] pgmap v6562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:25.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:25.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:25.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:26.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:26.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:26 smithi145 bash[13673]: audit 2022-04-26T06:17:26.304759+0000 mon.smithi136 (mon.0) 4457 : audit [DBG] from='client.? 172.21.15.136:0/2597975601' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:26.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:26 smithi136 bash[11745]: audit 2022-04-26T06:17:26.304759+0000 mon.smithi136 (mon.0) 4457 : audit [DBG] from='client.? 172.21.15.136:0/2597975601' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:27 smithi145 bash[13673]: cluster 2022-04-26T06:17:26.481603+0000 mgr.smithi136.ofnrfx (mgr.14188) 7004 : cluster [DBG] pgmap v6563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:27 smithi136 bash[11745]: cluster 2022-04-26T06:17:26.481603+0000 mgr.smithi136.ofnrfx (mgr.14188) 7004 : cluster [DBG] pgmap v6563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:28.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:28 smithi145 bash[13673]: cluster 2022-04-26T06:17:28.482199+0000 mgr.smithi136.ofnrfx (mgr.14188) 7005 : cluster [DBG] pgmap v6564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:28.976 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:28 smithi136 bash[11745]: cluster 2022-04-26T06:17:28.482199+0000 mgr.smithi136.ofnrfx (mgr.14188) 7005 : cluster [DBG] pgmap v6564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:30.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:30 smithi136 bash[11745]: cluster 2022-04-26T06:17:30.482785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7006 : cluster [DBG] pgmap v6565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:30.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:30 smithi145 bash[13673]: cluster 2022-04-26T06:17:30.482785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7006 : cluster [DBG] pgmap v6565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:31.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:31.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:31.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:31.647 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:31 smithi136 bash[11745]: audit 2022-04-26T06:17:31.625738+0000 mon.smithi136 (mon.0) 4458 : audit [DBG] from='client.? 172.21.15.136:0/3908002428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:32.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:31 smithi145 bash[13673]: audit 2022-04-26T06:17:31.625738+0000 mon.smithi136 (mon.0) 4458 : audit [DBG] from='client.? 172.21.15.136:0/3908002428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:33.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:33 smithi145 bash[13673]: cluster 2022-04-26T06:17:32.483418+0000 mgr.smithi136.ofnrfx (mgr.14188) 7007 : cluster [DBG] pgmap v6566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:33.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:33 smithi136 bash[11745]: cluster 2022-04-26T06:17:32.483418+0000 mgr.smithi136.ofnrfx (mgr.14188) 7007 : cluster [DBG] pgmap v6566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:34.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:34 smithi145 bash[13673]: cluster 2022-04-26T06:17:34.483995+0000 mgr.smithi136.ofnrfx (mgr.14188) 7008 : cluster [DBG] pgmap v6567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:34 smithi136 bash[11745]: cluster 2022-04-26T06:17:34.483995+0000 mgr.smithi136.ofnrfx (mgr.14188) 7008 : cluster [DBG] pgmap v6567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:36.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:36.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:36.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:36.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:36 smithi145 bash[13673]: cluster 2022-04-26T06:17:36.484606+0000 mgr.smithi136.ofnrfx (mgr.14188) 7009 : cluster [DBG] pgmap v6568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:36.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:37.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:36 smithi136 bash[11745]: cluster 2022-04-26T06:17:36.484606+0000 mgr.smithi136.ofnrfx (mgr.14188) 7009 : cluster [DBG] pgmap v6568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:37 smithi145 bash[13673]: audit 2022-04-26T06:17:36.955863+0000 mon.smithi136 (mon.0) 4459 : audit [DBG] from='client.? 172.21.15.136:0/3234052609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:37 smithi136 bash[11745]: audit 2022-04-26T06:17:36.955863+0000 mon.smithi136 (mon.0) 4459 : audit [DBG] from='client.? 172.21.15.136:0/3234052609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:38.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:38 smithi145 bash[13673]: cluster 2022-04-26T06:17:38.485305+0000 mgr.smithi136.ofnrfx (mgr.14188) 7010 : cluster [DBG] pgmap v6569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:38.976 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:38 smithi136 bash[11745]: cluster 2022-04-26T06:17:38.485305+0000 mgr.smithi136.ofnrfx (mgr.14188) 7010 : cluster [DBG] pgmap v6569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:40 smithi136 bash[11745]: cluster 2022-04-26T06:17:40.485956+0000 mgr.smithi136.ofnrfx (mgr.14188) 7011 : cluster [DBG] pgmap v6570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:40 smithi145 bash[13673]: cluster 2022-04-26T06:17:40.485956+0000 mgr.smithi136.ofnrfx (mgr.14188) 7011 : cluster [DBG] pgmap v6570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:41.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:41.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:41.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:42.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:43 smithi145 bash[13673]: audit 2022-04-26T06:17:42.283870+0000 mon.smithi136 (mon.0) 4460 : audit [DBG] from='client.? 172.21.15.136:0/1010833175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:43.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:43 smithi145 bash[13673]: cluster 2022-04-26T06:17:42.486610+0000 mgr.smithi136.ofnrfx (mgr.14188) 7012 : cluster [DBG] pgmap v6571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:43.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:43 smithi136 bash[11745]: audit 2022-04-26T06:17:42.283870+0000 mon.smithi136 (mon.0) 4460 : audit [DBG] from='client.? 172.21.15.136:0/1010833175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:43.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:43 smithi136 bash[11745]: cluster 2022-04-26T06:17:42.486610+0000 mgr.smithi136.ofnrfx (mgr.14188) 7012 : cluster [DBG] pgmap v6571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:44 smithi145 bash[13673]: cluster 2022-04-26T06:17:44.487352+0000 mgr.smithi136.ofnrfx (mgr.14188) 7013 : cluster [DBG] pgmap v6572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:45.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:44 smithi136 bash[11745]: cluster 2022-04-26T06:17:44.487352+0000 mgr.smithi136.ofnrfx (mgr.14188) 7013 : cluster [DBG] pgmap v6572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:46 smithi145 bash[13673]: cluster 2022-04-26T06:17:46.488033+0000 mgr.smithi136.ofnrfx (mgr.14188) 7014 : cluster [DBG] pgmap v6573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:46 smithi136 bash[11745]: cluster 2022-04-26T06:17:46.488033+0000 mgr.smithi136.ofnrfx (mgr.14188) 7014 : cluster [DBG] pgmap v6573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:47.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:47.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:47.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:47.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:48.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:48 smithi145 bash[13673]: audit 2022-04-26T06:17:47.611450+0000 mon.smithi136 (mon.0) 4461 : audit [DBG] from='client.? 172.21.15.136:0/3777577966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:48 smithi136 bash[11745]: audit 2022-04-26T06:17:47.611450+0000 mon.smithi136 (mon.0) 4461 : audit [DBG] from='client.? 172.21.15.136:0/3777577966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:49 smithi136 bash[11745]: cluster 2022-04-26T06:17:48.488664+0000 mgr.smithi136.ofnrfx (mgr.14188) 7015 : cluster [DBG] pgmap v6574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:49.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:49 smithi145 bash[13673]: cluster 2022-04-26T06:17:48.488664+0000 mgr.smithi136.ofnrfx (mgr.14188) 7015 : cluster [DBG] pgmap v6574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:50.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:50 smithi136 bash[11745]: cluster 2022-04-26T06:17:50.489376+0000 mgr.smithi136.ofnrfx (mgr.14188) 7016 : cluster [DBG] pgmap v6575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:50.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:50 smithi145 bash[13673]: cluster 2022-04-26T06:17:50.489376+0000 mgr.smithi136.ofnrfx (mgr.14188) 7016 : cluster [DBG] pgmap v6575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:52.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:52.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:52.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:52.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:53 smithi145 bash[13673]: cluster 2022-04-26T06:17:52.490025+0000 mgr.smithi136.ofnrfx (mgr.14188) 7017 : cluster [DBG] pgmap v6576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:53.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:53 smithi145 bash[13673]: audit 2022-04-26T06:17:52.950243+0000 mon.smithi136 (mon.0) 4462 : audit [DBG] from='client.? 172.21.15.136:0/1292043078' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:53 smithi136 bash[11745]: cluster 2022-04-26T06:17:52.490025+0000 mgr.smithi136.ofnrfx (mgr.14188) 7017 : cluster [DBG] pgmap v6576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:53.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:53 smithi136 bash[11745]: audit 2022-04-26T06:17:52.950243+0000 mon.smithi136 (mon.0) 4462 : audit [DBG] from='client.? 172.21.15.136:0/1292043078' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:54.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:54 smithi145 bash[13673]: cluster 2022-04-26T06:17:54.490649+0000 mgr.smithi136.ofnrfx (mgr.14188) 7018 : cluster [DBG] pgmap v6577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:54 smithi136 bash[11745]: cluster 2022-04-26T06:17:54.490649+0000 mgr.smithi136.ofnrfx (mgr.14188) 7018 : cluster [DBG] pgmap v6577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:56.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:56 smithi145 bash[13673]: cluster 2022-04-26T06:17:56.491302+0000 mgr.smithi136.ofnrfx (mgr.14188) 7019 : cluster [DBG] pgmap v6578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:56 smithi136 bash[11745]: cluster 2022-04-26T06:17:56.491302+0000 mgr.smithi136.ofnrfx (mgr.14188) 7019 : cluster [DBG] pgmap v6578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:57.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:17:57.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:17:57.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:17:58.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:17:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:58 smithi145 bash[13673]: audit 2022-04-26T06:17:58.278486+0000 mon.smithi136 (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.136:0/1848832453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:58 smithi136 bash[11745]: audit 2022-04-26T06:17:58.278486+0000 mon.smithi136 (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.136:0/1848832453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:17:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:17:59 smithi145 bash[13673]: cluster 2022-04-26T06:17:58.492218+0000 mgr.smithi136.ofnrfx (mgr.14188) 7020 : cluster [DBG] pgmap v6579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:17:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:17:59 smithi136 bash[11745]: cluster 2022-04-26T06:17:58.492218+0000 mgr.smithi136.ofnrfx (mgr.14188) 7020 : cluster [DBG] pgmap v6579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:00 smithi136 bash[11745]: cluster 2022-04-26T06:18:00.492844+0000 mgr.smithi136.ofnrfx (mgr.14188) 7021 : cluster [DBG] pgmap v6580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:00 smithi145 bash[13673]: cluster 2022-04-26T06:18:00.492844+0000 mgr.smithi136.ofnrfx (mgr.14188) 7021 : cluster [DBG] pgmap v6580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:03.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:03.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:03.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:03 smithi145 bash[13673]: cluster 2022-04-26T06:18:02.493528+0000 mgr.smithi136.ofnrfx (mgr.14188) 7022 : cluster [DBG] pgmap v6581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:03 smithi145 bash[13673]: audit 2022-04-26T06:18:02.741604+0000 mon.smithi136 (mon.0) 4464 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:18:03.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:03 smithi145 bash[13673]: audit 2022-04-26T06:18:02.745423+0000 mon.smithi136 (mon.0) 4465 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:18:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:03 smithi136 bash[11745]: cluster 2022-04-26T06:18:02.493528+0000 mgr.smithi136.ofnrfx (mgr.14188) 7022 : cluster [DBG] pgmap v6581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:03 smithi136 bash[11745]: audit 2022-04-26T06:18:02.741604+0000 mon.smithi136 (mon.0) 4464 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:18:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:03 smithi136 bash[11745]: audit 2022-04-26T06:18:02.745423+0000 mon.smithi136 (mon.0) 4465 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:18:03.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:04.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:04 smithi145 bash[13673]: audit 2022-04-26T06:18:03.610358+0000 mon.smithi136 (mon.0) 4466 : audit [DBG] from='client.? 172.21.15.136:0/1410237598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:04 smithi136 bash[11745]: audit 2022-04-26T06:18:03.610358+0000 mon.smithi136 (mon.0) 4466 : audit [DBG] from='client.? 172.21.15.136:0/1410237598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:05.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:05 smithi145 bash[13673]: cluster 2022-04-26T06:18:04.494242+0000 mgr.smithi136.ofnrfx (mgr.14188) 7023 : cluster [DBG] pgmap v6582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:05 smithi136 bash[11745]: cluster 2022-04-26T06:18:04.494242+0000 mgr.smithi136.ofnrfx (mgr.14188) 7023 : cluster [DBG] pgmap v6582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:06.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:06 smithi145 bash[13673]: cluster 2022-04-26T06:18:06.494935+0000 mgr.smithi136.ofnrfx (mgr.14188) 7024 : cluster [DBG] pgmap v6583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:06 smithi136 bash[11745]: cluster 2022-04-26T06:18:06.494935+0000 mgr.smithi136.ofnrfx (mgr.14188) 7024 : cluster [DBG] pgmap v6583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:08.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:08.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:08.631 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:08 smithi145 bash[13673]: cluster 2022-04-26T06:18:08.495582+0000 mgr.smithi136.ofnrfx (mgr.14188) 7025 : cluster [DBG] pgmap v6584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:08.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:08.976 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:08 smithi136 bash[11745]: cluster 2022-04-26T06:18:08.495582+0000 mgr.smithi136.ofnrfx (mgr.14188) 7025 : cluster [DBG] pgmap v6584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:09.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:09 smithi145 bash[13673]: audit 2022-04-26T06:18:08.937104+0000 mon.smithi136 (mon.0) 4467 : audit [DBG] from='client.? 172.21.15.136:0/2666812896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:10.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:09 smithi136 bash[11745]: audit 2022-04-26T06:18:08.937104+0000 mon.smithi136 (mon.0) 4467 : audit [DBG] from='client.? 172.21.15.136:0/2666812896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:10 smithi136 bash[11745]: cluster 2022-04-26T06:18:10.496169+0000 mgr.smithi136.ofnrfx (mgr.14188) 7026 : cluster [DBG] pgmap v6585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:10.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:10 smithi145 bash[13673]: cluster 2022-04-26T06:18:10.496169+0000 mgr.smithi136.ofnrfx (mgr.14188) 7026 : cluster [DBG] pgmap v6585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:13 smithi136 bash[11745]: cluster 2022-04-26T06:18:12.496824+0000 mgr.smithi136.ofnrfx (mgr.14188) 7027 : cluster [DBG] pgmap v6586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:13.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:13 smithi145 bash[13673]: cluster 2022-04-26T06:18:12.496824+0000 mgr.smithi136.ofnrfx (mgr.14188) 7027 : cluster [DBG] pgmap v6586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:13.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:13.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:13.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:14.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:14.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:14 smithi145 bash[13673]: audit 2022-04-26T06:18:14.261369+0000 mon.smithi136 (mon.0) 4468 : audit [DBG] from='client.? 172.21.15.136:0/1870166053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:14 smithi136 bash[11745]: audit 2022-04-26T06:18:14.261369+0000 mon.smithi136 (mon.0) 4468 : audit [DBG] from='client.? 172.21.15.136:0/1870166053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:15.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:15 smithi145 bash[13673]: cluster 2022-04-26T06:18:14.497480+0000 mgr.smithi136.ofnrfx (mgr.14188) 7028 : cluster [DBG] pgmap v6587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:15 smithi136 bash[11745]: cluster 2022-04-26T06:18:14.497480+0000 mgr.smithi136.ofnrfx (mgr.14188) 7028 : cluster [DBG] pgmap v6587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:16 smithi145 bash[13673]: cluster 2022-04-26T06:18:16.498143+0000 mgr.smithi136.ofnrfx (mgr.14188) 7029 : cluster [DBG] pgmap v6588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:16 smithi136 bash[11745]: cluster 2022-04-26T06:18:16.498143+0000 mgr.smithi136.ofnrfx (mgr.14188) 7029 : cluster [DBG] pgmap v6588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:18 smithi136 bash[11745]: cluster 2022-04-26T06:18:18.498763+0000 mgr.smithi136.ofnrfx (mgr.14188) 7030 : cluster [DBG] pgmap v6589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:18.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:18 smithi136 bash[11745]: audit 2022-04-26T06:18:18.502102+0000 mon.smithi136 (mon.0) 4469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:18:18.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:18 smithi136 bash[11745]: audit 2022-04-26T06:18:18.505003+0000 mon.smithi136 (mon.0) 4470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:18:18.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:18 smithi136 bash[11745]: audit 2022-04-26T06:18:18.506854+0000 mon.smithi136 (mon.0) 4471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:18:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:18 smithi145 bash[13673]: cluster 2022-04-26T06:18:18.498763+0000 mgr.smithi136.ofnrfx (mgr.14188) 7030 : cluster [DBG] pgmap v6589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:18 smithi145 bash[13673]: audit 2022-04-26T06:18:18.502102+0000 mon.smithi136 (mon.0) 4469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:18:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:18 smithi145 bash[13673]: audit 2022-04-26T06:18:18.505003+0000 mon.smithi136 (mon.0) 4470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:18:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:18 smithi145 bash[13673]: audit 2022-04-26T06:18:18.506854+0000 mon.smithi136 (mon.0) 4471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:18:19.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:19.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:19.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:19.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: audit 2022-04-26T06:18:18.812983+0000 mon.smithi136 (mon.0) 4472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:18:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: cluster 2022-04-26T06:18:19.133811+0000 mgr.smithi136.ofnrfx (mgr.14188) 7031 : cluster [DBG] pgmap v6590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: cluster 2022-04-26T06:18:19.134283+0000 mgr.smithi136.ofnrfx (mgr.14188) 7032 : cluster [DBG] pgmap v6591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: audit 2022-04-26T06:18:19.141551+0000 mon.smithi136 (mon.0) 4473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:18:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: audit 2022-04-26T06:18:19.152576+0000 mon.smithi136 (mon.0) 4474 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:18:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: cephadm 2022-04-26T06:18:19.154219+0000 mgr.smithi136.ofnrfx (mgr.14188) 7033 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:18:20.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: cephadm 2022-04-26T06:18:19.154486+0000 mgr.smithi136.ofnrfx (mgr.14188) 7034 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:18:20.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:19 smithi145 bash[13673]: audit 2022-04-26T06:18:19.600572+0000 mon.smithi136 (mon.0) 4475 : audit [DBG] from='client.? 172.21.15.136:0/2698225317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: audit 2022-04-26T06:18:18.812983+0000 mon.smithi136 (mon.0) 4472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:18:20.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: cluster 2022-04-26T06:18:19.133811+0000 mgr.smithi136.ofnrfx (mgr.14188) 7031 : cluster [DBG] pgmap v6590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:20.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: cluster 2022-04-26T06:18:19.134283+0000 mgr.smithi136.ofnrfx (mgr.14188) 7032 : cluster [DBG] pgmap v6591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:20.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: audit 2022-04-26T06:18:19.141551+0000 mon.smithi136 (mon.0) 4473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:18:20.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: audit 2022-04-26T06:18:19.152576+0000 mon.smithi136 (mon.0) 4474 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:18:20.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: cephadm 2022-04-26T06:18:19.154219+0000 mgr.smithi136.ofnrfx (mgr.14188) 7033 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:18:20.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: cephadm 2022-04-26T06:18:19.154486+0000 mgr.smithi136.ofnrfx (mgr.14188) 7034 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:18:20.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:19 smithi136 bash[11745]: audit 2022-04-26T06:18:19.600572+0000 mon.smithi136 (mon.0) 4475 : audit [DBG] from='client.? 172.21.15.136:0/2698225317' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:22.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:22 smithi136 bash[11745]: cluster 2022-04-26T06:18:21.135040+0000 mgr.smithi136.ofnrfx (mgr.14188) 7035 : cluster [DBG] pgmap v6592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:22 smithi145 bash[13673]: cluster 2022-04-26T06:18:21.135040+0000 mgr.smithi136.ofnrfx (mgr.14188) 7035 : cluster [DBG] pgmap v6592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:24 smithi136 bash[11745]: cluster 2022-04-26T06:18:23.135787+0000 mgr.smithi136.ofnrfx (mgr.14188) 7036 : cluster [DBG] pgmap v6593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:24.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:24.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:24.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:24.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:24 smithi145 bash[13673]: cluster 2022-04-26T06:18:23.135787+0000 mgr.smithi136.ofnrfx (mgr.14188) 7036 : cluster [DBG] pgmap v6593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:24.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:25 smithi136 bash[11745]: audit 2022-04-26T06:18:24.921167+0000 mon.smithi136 (mon.0) 4476 : audit [DBG] from='client.? 172.21.15.136:0/1672955291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:25.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:25 smithi145 bash[13673]: audit 2022-04-26T06:18:24.921167+0000 mon.smithi136 (mon.0) 4476 : audit [DBG] from='client.? 172.21.15.136:0/1672955291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:26 smithi136 bash[11745]: cluster 2022-04-26T06:18:25.136540+0000 mgr.smithi136.ofnrfx (mgr.14188) 7037 : cluster [DBG] pgmap v6594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:26 smithi145 bash[13673]: cluster 2022-04-26T06:18:25.136540+0000 mgr.smithi136.ofnrfx (mgr.14188) 7037 : cluster [DBG] pgmap v6594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:28 smithi145 bash[13673]: cluster 2022-04-26T06:18:27.137242+0000 mgr.smithi136.ofnrfx (mgr.14188) 7038 : cluster [DBG] pgmap v6595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:28 smithi136 bash[11745]: cluster 2022-04-26T06:18:27.137242+0000 mgr.smithi136.ofnrfx (mgr.14188) 7038 : cluster [DBG] pgmap v6595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:29.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:29.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:29.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:30.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:30.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:30 smithi136 bash[11745]: cluster 2022-04-26T06:18:29.137882+0000 mgr.smithi136.ofnrfx (mgr.14188) 7039 : cluster [DBG] pgmap v6596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:30 smithi145 bash[13673]: cluster 2022-04-26T06:18:29.137882+0000 mgr.smithi136.ofnrfx (mgr.14188) 7039 : cluster [DBG] pgmap v6596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:31 smithi136 bash[11745]: audit 2022-04-26T06:18:30.251316+0000 mon.smithi136 (mon.0) 4477 : audit [DBG] from='client.? 172.21.15.136:0/1292452296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:31.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:31 smithi145 bash[13673]: audit 2022-04-26T06:18:30.251316+0000 mon.smithi136 (mon.0) 4477 : audit [DBG] from='client.? 172.21.15.136:0/1292452296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:32 smithi136 bash[11745]: cluster 2022-04-26T06:18:31.138498+0000 mgr.smithi136.ofnrfx (mgr.14188) 7040 : cluster [DBG] pgmap v6597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:32 smithi145 bash[13673]: cluster 2022-04-26T06:18:31.138498+0000 mgr.smithi136.ofnrfx (mgr.14188) 7040 : cluster [DBG] pgmap v6597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:34 smithi136 bash[11745]: cluster 2022-04-26T06:18:33.139050+0000 mgr.smithi136.ofnrfx (mgr.14188) 7041 : cluster [DBG] pgmap v6598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:34.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:34 smithi145 bash[13673]: cluster 2022-04-26T06:18:33.139050+0000 mgr.smithi136.ofnrfx (mgr.14188) 7041 : cluster [DBG] pgmap v6598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:35.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:35.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:35.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:35.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:36 smithi136 bash[11745]: cluster 2022-04-26T06:18:35.139706+0000 mgr.smithi136.ofnrfx (mgr.14188) 7042 : cluster [DBG] pgmap v6599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:36 smithi136 bash[11745]: audit 2022-04-26T06:18:35.587367+0000 mon.smithi136 (mon.0) 4478 : audit [DBG] from='client.? 172.21.15.136:0/1258814136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:36 smithi145 bash[13673]: cluster 2022-04-26T06:18:35.139706+0000 mgr.smithi136.ofnrfx (mgr.14188) 7042 : cluster [DBG] pgmap v6599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:36 smithi145 bash[13673]: audit 2022-04-26T06:18:35.587367+0000 mon.smithi136 (mon.0) 4478 : audit [DBG] from='client.? 172.21.15.136:0/1258814136' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:38 smithi145 bash[13673]: cluster 2022-04-26T06:18:37.140358+0000 mgr.smithi136.ofnrfx (mgr.14188) 7043 : cluster [DBG] pgmap v6600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:38 smithi136 bash[11745]: cluster 2022-04-26T06:18:37.140358+0000 mgr.smithi136.ofnrfx (mgr.14188) 7043 : cluster [DBG] pgmap v6600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:40 smithi136 bash[11745]: cluster 2022-04-26T06:18:39.140979+0000 mgr.smithi136.ofnrfx (mgr.14188) 7044 : cluster [DBG] pgmap v6601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:40.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:40.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:40.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:40.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:40 smithi145 bash[13673]: cluster 2022-04-26T06:18:39.140979+0000 mgr.smithi136.ofnrfx (mgr.14188) 7044 : cluster [DBG] pgmap v6601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:40.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:41.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:41 smithi136 bash[11745]: audit 2022-04-26T06:18:40.920219+0000 mon.smithi136 (mon.0) 4479 : audit [DBG] from='client.? 172.21.15.136:0/2784057984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:41.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:41 smithi145 bash[13673]: audit 2022-04-26T06:18:40.920219+0000 mon.smithi136 (mon.0) 4479 : audit [DBG] from='client.? 172.21.15.136:0/2784057984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:42 smithi136 bash[11745]: cluster 2022-04-26T06:18:41.141606+0000 mgr.smithi136.ofnrfx (mgr.14188) 7045 : cluster [DBG] pgmap v6602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:42.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:42 smithi145 bash[13673]: cluster 2022-04-26T06:18:41.141606+0000 mgr.smithi136.ofnrfx (mgr.14188) 7045 : cluster [DBG] pgmap v6602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:44 smithi136 bash[11745]: cluster 2022-04-26T06:18:43.142215+0000 mgr.smithi136.ofnrfx (mgr.14188) 7046 : cluster [DBG] pgmap v6603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:44.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:44 smithi145 bash[13673]: cluster 2022-04-26T06:18:43.142215+0000 mgr.smithi136.ofnrfx (mgr.14188) 7046 : cluster [DBG] pgmap v6603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:45.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:45.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:45.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:46.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:46 smithi136 bash[11745]: cluster 2022-04-26T06:18:45.142897+0000 mgr.smithi136.ofnrfx (mgr.14188) 7047 : cluster [DBG] pgmap v6604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:46.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:46 smithi136 bash[11745]: audit 2022-04-26T06:18:46.259196+0000 mon.smithi136 (mon.0) 4480 : audit [DBG] from='client.? 172.21.15.136:0/2585124041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:46.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:46 smithi145 bash[13673]: cluster 2022-04-26T06:18:45.142897+0000 mgr.smithi136.ofnrfx (mgr.14188) 7047 : cluster [DBG] pgmap v6604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:46.679 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:46 smithi145 bash[13673]: audit 2022-04-26T06:18:46.259196+0000 mon.smithi136 (mon.0) 4480 : audit [DBG] from='client.? 172.21.15.136:0/2585124041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:48 smithi145 bash[13673]: cluster 2022-04-26T06:18:47.143491+0000 mgr.smithi136.ofnrfx (mgr.14188) 7048 : cluster [DBG] pgmap v6605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:48.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:48 smithi136 bash[11745]: cluster 2022-04-26T06:18:47.143491+0000 mgr.smithi136.ofnrfx (mgr.14188) 7048 : cluster [DBG] pgmap v6605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:50 smithi136 bash[11745]: cluster 2022-04-26T06:18:49.144180+0000 mgr.smithi136.ofnrfx (mgr.14188) 7049 : cluster [DBG] pgmap v6606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:50.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:50 smithi145 bash[13673]: cluster 2022-04-26T06:18:49.144180+0000 mgr.smithi136.ofnrfx (mgr.14188) 7049 : cluster [DBG] pgmap v6606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:51.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:51.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:51.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:51.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:52 smithi136 bash[11745]: cluster 2022-04-26T06:18:51.144883+0000 mgr.smithi136.ofnrfx (mgr.14188) 7050 : cluster [DBG] pgmap v6607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:52.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:52 smithi136 bash[11745]: audit 2022-04-26T06:18:51.593948+0000 mon.smithi136 (mon.0) 4481 : audit [DBG] from='client.? 172.21.15.136:0/4037728996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:52 smithi145 bash[13673]: cluster 2022-04-26T06:18:51.144883+0000 mgr.smithi136.ofnrfx (mgr.14188) 7050 : cluster [DBG] pgmap v6607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:52.700 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:52 smithi145 bash[13673]: audit 2022-04-26T06:18:51.593948+0000 mon.smithi136 (mon.0) 4481 : audit [DBG] from='client.? 172.21.15.136:0/4037728996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:54 smithi136 bash[11745]: cluster 2022-04-26T06:18:53.145504+0000 mgr.smithi136.ofnrfx (mgr.14188) 7051 : cluster [DBG] pgmap v6608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:54 smithi145 bash[13673]: cluster 2022-04-26T06:18:53.145504+0000 mgr.smithi136.ofnrfx (mgr.14188) 7051 : cluster [DBG] pgmap v6608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:56 smithi136 bash[11745]: cluster 2022-04-26T06:18:55.146095+0000 mgr.smithi136.ofnrfx (mgr.14188) 7052 : cluster [DBG] pgmap v6609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:56.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:18:56.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:18:56.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:18:56.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:56 smithi145 bash[13673]: cluster 2022-04-26T06:18:55.146095+0000 mgr.smithi136.ofnrfx (mgr.14188) 7052 : cluster [DBG] pgmap v6609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:56.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:18:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:57 smithi136 bash[11745]: audit 2022-04-26T06:18:56.920647+0000 mon.smithi136 (mon.0) 4482 : audit [DBG] from='client.? 172.21.15.136:0/2748188756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:57.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:57 smithi145 bash[13673]: audit 2022-04-26T06:18:56.920647+0000 mon.smithi136 (mon.0) 4482 : audit [DBG] from='client.? 172.21.15.136:0/2748188756' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:18:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:18:58 smithi145 bash[13673]: cluster 2022-04-26T06:18:57.146752+0000 mgr.smithi136.ofnrfx (mgr.14188) 7053 : cluster [DBG] pgmap v6610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:18:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:18:58 smithi136 bash[11745]: cluster 2022-04-26T06:18:57.146752+0000 mgr.smithi136.ofnrfx (mgr.14188) 7053 : cluster [DBG] pgmap v6610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:00 smithi145 bash[13673]: cluster 2022-04-26T06:18:59.147391+0000 mgr.smithi136.ofnrfx (mgr.14188) 7054 : cluster [DBG] pgmap v6611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:00 smithi136 bash[11745]: cluster 2022-04-26T06:18:59.147391+0000 mgr.smithi136.ofnrfx (mgr.14188) 7054 : cluster [DBG] pgmap v6611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:01.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:01.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:01.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:02.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:02 smithi145 bash[13673]: cluster 2022-04-26T06:19:01.148087+0000 mgr.smithi136.ofnrfx (mgr.14188) 7055 : cluster [DBG] pgmap v6612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:02.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:02 smithi145 bash[13673]: audit 2022-04-26T06:19:02.245820+0000 mon.smithi136 (mon.0) 4483 : audit [DBG] from='client.? 172.21.15.136:0/2731058942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:02 smithi136 bash[11745]: cluster 2022-04-26T06:19:01.148087+0000 mgr.smithi136.ofnrfx (mgr.14188) 7055 : cluster [DBG] pgmap v6612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:02 smithi136 bash[11745]: audit 2022-04-26T06:19:02.245820+0000 mon.smithi136 (mon.0) 4483 : audit [DBG] from='client.? 172.21.15.136:0/2731058942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:03 smithi145 bash[13673]: audit 2022-04-26T06:19:02.745720+0000 mon.smithi136 (mon.0) 4484 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:19:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:03 smithi145 bash[13673]: audit 2022-04-26T06:19:02.749639+0000 mon.smithi136 (mon.0) 4485 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:19:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:03 smithi136 bash[11745]: audit 2022-04-26T06:19:02.745720+0000 mon.smithi136 (mon.0) 4484 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:19:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:03 smithi136 bash[11745]: audit 2022-04-26T06:19:02.749639+0000 mon.smithi136 (mon.0) 4485 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:19:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:04 smithi145 bash[13673]: cluster 2022-04-26T06:19:03.148698+0000 mgr.smithi136.ofnrfx (mgr.14188) 7056 : cluster [DBG] pgmap v6613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:04 smithi136 bash[11745]: cluster 2022-04-26T06:19:03.148698+0000 mgr.smithi136.ofnrfx (mgr.14188) 7056 : cluster [DBG] pgmap v6613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:06.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:06 smithi145 bash[13673]: cluster 2022-04-26T06:19:05.149296+0000 mgr.smithi136.ofnrfx (mgr.14188) 7057 : cluster [DBG] pgmap v6614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:06 smithi136 bash[11745]: cluster 2022-04-26T06:19:05.149296+0000 mgr.smithi136.ofnrfx (mgr.14188) 7057 : cluster [DBG] pgmap v6614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:07.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:07.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:07.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:07.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:08 smithi145 bash[13673]: cluster 2022-04-26T06:19:07.149950+0000 mgr.smithi136.ofnrfx (mgr.14188) 7058 : cluster [DBG] pgmap v6615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:08.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:08 smithi145 bash[13673]: audit 2022-04-26T06:19:07.571744+0000 mon.smithi136 (mon.0) 4486 : audit [DBG] from='client.? 172.21.15.136:0/110189689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:08 smithi136 bash[11745]: cluster 2022-04-26T06:19:07.149950+0000 mgr.smithi136.ofnrfx (mgr.14188) 7058 : cluster [DBG] pgmap v6615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:08.846 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:08 smithi136 bash[11745]: audit 2022-04-26T06:19:07.571744+0000 mon.smithi136 (mon.0) 4486 : audit [DBG] from='client.? 172.21.15.136:0/110189689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:10.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:10 smithi145 bash[13673]: cluster 2022-04-26T06:19:09.150624+0000 mgr.smithi136.ofnrfx (mgr.14188) 7059 : cluster [DBG] pgmap v6616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:10 smithi136 bash[11745]: cluster 2022-04-26T06:19:09.150624+0000 mgr.smithi136.ofnrfx (mgr.14188) 7059 : cluster [DBG] pgmap v6616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:12.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:12.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:12.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:12.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:12 smithi145 bash[13673]: cluster 2022-04-26T06:19:11.151269+0000 mgr.smithi136.ofnrfx (mgr.14188) 7060 : cluster [DBG] pgmap v6617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:12 smithi136 bash[11745]: cluster 2022-04-26T06:19:11.151269+0000 mgr.smithi136.ofnrfx (mgr.14188) 7060 : cluster [DBG] pgmap v6617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:12.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:13.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:13 smithi145 bash[13673]: audit 2022-04-26T06:19:12.906396+0000 mon.smithi136 (mon.0) 4487 : audit [DBG] from='client.? 172.21.15.136:0/4079292650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:13 smithi136 bash[11745]: audit 2022-04-26T06:19:12.906396+0000 mon.smithi136 (mon.0) 4487 : audit [DBG] from='client.? 172.21.15.136:0/4079292650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:14.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:14 smithi145 bash[13673]: cluster 2022-04-26T06:19:13.151970+0000 mgr.smithi136.ofnrfx (mgr.14188) 7061 : cluster [DBG] pgmap v6618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:14 smithi136 bash[11745]: cluster 2022-04-26T06:19:13.151970+0000 mgr.smithi136.ofnrfx (mgr.14188) 7061 : cluster [DBG] pgmap v6618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:16.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:16 smithi145 bash[13673]: cluster 2022-04-26T06:19:15.152604+0000 mgr.smithi136.ofnrfx (mgr.14188) 7062 : cluster [DBG] pgmap v6619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:16 smithi136 bash[11745]: cluster 2022-04-26T06:19:15.152604+0000 mgr.smithi136.ofnrfx (mgr.14188) 7062 : cluster [DBG] pgmap v6619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:17.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:17.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:17.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:18.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:18.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:18 smithi145 bash[13673]: cluster 2022-04-26T06:19:17.153171+0000 mgr.smithi136.ofnrfx (mgr.14188) 7063 : cluster [DBG] pgmap v6620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:18.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:18 smithi145 bash[13673]: audit 2022-04-26T06:19:18.228728+0000 mon.smithi136 (mon.0) 4488 : audit [DBG] from='client.? 172.21.15.136:0/3987239984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:18 smithi136 bash[11745]: cluster 2022-04-26T06:19:17.153171+0000 mgr.smithi136.ofnrfx (mgr.14188) 7063 : cluster [DBG] pgmap v6620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:18 smithi136 bash[11745]: audit 2022-04-26T06:19:18.228728+0000 mon.smithi136 (mon.0) 4488 : audit [DBG] from='client.? 172.21.15.136:0/3987239984' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:19.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:19 smithi145 bash[13673]: audit 2022-04-26T06:19:19.164556+0000 mon.smithi136 (mon.0) 4489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:19:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:19 smithi145 bash[13673]: audit 2022-04-26T06:19:19.166945+0000 mon.smithi136 (mon.0) 4490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:19:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:19 smithi145 bash[13673]: audit 2022-04-26T06:19:19.168664+0000 mon.smithi136 (mon.0) 4491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:19:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:19 smithi136 bash[11745]: audit 2022-04-26T06:19:19.164556+0000 mon.smithi136 (mon.0) 4489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:19:19.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:19 smithi136 bash[11745]: audit 2022-04-26T06:19:19.166945+0000 mon.smithi136 (mon.0) 4490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:19:19.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:19 smithi136 bash[11745]: audit 2022-04-26T06:19:19.168664+0000 mon.smithi136 (mon.0) 4491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:19:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:20 smithi136 bash[11745]: cluster 2022-04-26T06:19:19.153793+0000 mgr.smithi136.ofnrfx (mgr.14188) 7064 : cluster [DBG] pgmap v6621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:20 smithi136 bash[11745]: cluster 2022-04-26T06:19:19.490856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7065 : cluster [DBG] pgmap v6622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:20 smithi136 bash[11745]: cluster 2022-04-26T06:19:19.491900+0000 mgr.smithi136.ofnrfx (mgr.14188) 7066 : cluster [DBG] pgmap v6623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:20 smithi136 bash[11745]: audit 2022-04-26T06:19:19.496150+0000 mon.smithi136 (mon.0) 4492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:19:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:20 smithi136 bash[11745]: audit 2022-04-26T06:19:19.503586+0000 mon.smithi136 (mon.0) 4493 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:19:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:20 smithi136 bash[11745]: cephadm 2022-04-26T06:19:19.504582+0000 mgr.smithi136.ofnrfx (mgr.14188) 7067 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:19:20.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:20 smithi136 bash[11745]: cephadm 2022-04-26T06:19:19.504717+0000 mgr.smithi136.ofnrfx (mgr.14188) 7068 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:19:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:20 smithi145 bash[13673]: cluster 2022-04-26T06:19:19.153793+0000 mgr.smithi136.ofnrfx (mgr.14188) 7064 : cluster [DBG] pgmap v6621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:20 smithi145 bash[13673]: cluster 2022-04-26T06:19:19.490856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7065 : cluster [DBG] pgmap v6622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:20 smithi145 bash[13673]: cluster 2022-04-26T06:19:19.491900+0000 mgr.smithi136.ofnrfx (mgr.14188) 7066 : cluster [DBG] pgmap v6623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:20 smithi145 bash[13673]: audit 2022-04-26T06:19:19.496150+0000 mon.smithi136 (mon.0) 4492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:19:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:20 smithi145 bash[13673]: audit 2022-04-26T06:19:19.503586+0000 mon.smithi136 (mon.0) 4493 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:19:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:20 smithi145 bash[13673]: cephadm 2022-04-26T06:19:19.504582+0000 mgr.smithi136.ofnrfx (mgr.14188) 7067 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:19:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:20 smithi145 bash[13673]: cephadm 2022-04-26T06:19:19.504717+0000 mgr.smithi136.ofnrfx (mgr.14188) 7068 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:19:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:22 smithi136 bash[11745]: cluster 2022-04-26T06:19:21.492607+0000 mgr.smithi136.ofnrfx (mgr.14188) 7069 : cluster [DBG] pgmap v6624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:22 smithi145 bash[13673]: cluster 2022-04-26T06:19:21.492607+0000 mgr.smithi136.ofnrfx (mgr.14188) 7069 : cluster [DBG] pgmap v6624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:23.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:23.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:23.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:23.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:24 smithi136 bash[11745]: cluster 2022-04-26T06:19:23.493217+0000 mgr.smithi136.ofnrfx (mgr.14188) 7070 : cluster [DBG] pgmap v6625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:24.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:24 smithi136 bash[11745]: audit 2022-04-26T06:19:23.560935+0000 mon.smithi136 (mon.0) 4494 : audit [DBG] from='client.? 172.21.15.136:0/730229682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:24 smithi145 bash[13673]: cluster 2022-04-26T06:19:23.493217+0000 mgr.smithi136.ofnrfx (mgr.14188) 7070 : cluster [DBG] pgmap v6625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:24.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:24 smithi145 bash[13673]: audit 2022-04-26T06:19:23.560935+0000 mon.smithi136 (mon.0) 4494 : audit [DBG] from='client.? 172.21.15.136:0/730229682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:26.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:26 smithi136 bash[11745]: cluster 2022-04-26T06:19:25.493825+0000 mgr.smithi136.ofnrfx (mgr.14188) 7071 : cluster [DBG] pgmap v6626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:26.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:26 smithi145 bash[13673]: cluster 2022-04-26T06:19:25.493825+0000 mgr.smithi136.ofnrfx (mgr.14188) 7071 : cluster [DBG] pgmap v6626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:28 smithi145 bash[13673]: cluster 2022-04-26T06:19:27.494452+0000 mgr.smithi136.ofnrfx (mgr.14188) 7072 : cluster [DBG] pgmap v6627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:28 smithi136 bash[11745]: cluster 2022-04-26T06:19:27.494452+0000 mgr.smithi136.ofnrfx (mgr.14188) 7072 : cluster [DBG] pgmap v6627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:28.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:28.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:28.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:28.902 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:29 smithi136 bash[11745]: audit 2022-04-26T06:19:28.886264+0000 mon.smithi136 (mon.0) 4495 : audit [DBG] from='client.? 172.21.15.136:0/1588764251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:29 smithi145 bash[13673]: audit 2022-04-26T06:19:28.886264+0000 mon.smithi136 (mon.0) 4495 : audit [DBG] from='client.? 172.21.15.136:0/1588764251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:30 smithi136 bash[11745]: cluster 2022-04-26T06:19:29.495048+0000 mgr.smithi136.ofnrfx (mgr.14188) 7073 : cluster [DBG] pgmap v6628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:30 smithi145 bash[13673]: cluster 2022-04-26T06:19:29.495048+0000 mgr.smithi136.ofnrfx (mgr.14188) 7073 : cluster [DBG] pgmap v6628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:32 smithi136 bash[11745]: cluster 2022-04-26T06:19:31.495718+0000 mgr.smithi136.ofnrfx (mgr.14188) 7074 : cluster [DBG] pgmap v6629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:32.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:32 smithi145 bash[13673]: cluster 2022-04-26T06:19:31.495718+0000 mgr.smithi136.ofnrfx (mgr.14188) 7074 : cluster [DBG] pgmap v6629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:33 smithi145 bash[13673]: cluster 2022-04-26T06:19:33.496369+0000 mgr.smithi136.ofnrfx (mgr.14188) 7075 : cluster [DBG] pgmap v6630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:33.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:33.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:33.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:33 smithi136 bash[11745]: cluster 2022-04-26T06:19:33.496369+0000 mgr.smithi136.ofnrfx (mgr.14188) 7075 : cluster [DBG] pgmap v6630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:34.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:34 smithi145 bash[13673]: audit 2022-04-26T06:19:34.220054+0000 mon.smithi136 (mon.0) 4496 : audit [DBG] from='client.? 172.21.15.136:0/113805386' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:34 smithi136 bash[11745]: audit 2022-04-26T06:19:34.220054+0000 mon.smithi136 (mon.0) 4496 : audit [DBG] from='client.? 172.21.15.136:0/113805386' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:35 smithi145 bash[13673]: cluster 2022-04-26T06:19:35.497009+0000 mgr.smithi136.ofnrfx (mgr.14188) 7076 : cluster [DBG] pgmap v6631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:35 smithi136 bash[11745]: cluster 2022-04-26T06:19:35.497009+0000 mgr.smithi136.ofnrfx (mgr.14188) 7076 : cluster [DBG] pgmap v6631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:38 smithi145 bash[13673]: cluster 2022-04-26T06:19:37.497667+0000 mgr.smithi136.ofnrfx (mgr.14188) 7077 : cluster [DBG] pgmap v6632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:38 smithi136 bash[11745]: cluster 2022-04-26T06:19:37.497667+0000 mgr.smithi136.ofnrfx (mgr.14188) 7077 : cluster [DBG] pgmap v6632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:39.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:39.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:39.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:39.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:39 smithi145 bash[13673]: cluster 2022-04-26T06:19:39.498271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7078 : cluster [DBG] pgmap v6633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:39.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:39 smithi145 bash[13673]: audit 2022-04-26T06:19:39.548119+0000 mon.smithi136 (mon.0) 4497 : audit [DBG] from='client.? 172.21.15.136:0/1437258725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:39 smithi136 bash[11745]: cluster 2022-04-26T06:19:39.498271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7078 : cluster [DBG] pgmap v6633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:40.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:39 smithi136 bash[11745]: audit 2022-04-26T06:19:39.548119+0000 mon.smithi136 (mon.0) 4497 : audit [DBG] from='client.? 172.21.15.136:0/1437258725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:42.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:42 smithi136 bash[11745]: cluster 2022-04-26T06:19:41.498939+0000 mgr.smithi136.ofnrfx (mgr.14188) 7079 : cluster [DBG] pgmap v6634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:42 smithi145 bash[13673]: cluster 2022-04-26T06:19:41.498939+0000 mgr.smithi136.ofnrfx (mgr.14188) 7079 : cluster [DBG] pgmap v6634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:43 smithi145 bash[13673]: cluster 2022-04-26T06:19:43.499619+0000 mgr.smithi136.ofnrfx (mgr.14188) 7080 : cluster [DBG] pgmap v6635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:43 smithi136 bash[11745]: cluster 2022-04-26T06:19:43.499619+0000 mgr.smithi136.ofnrfx (mgr.14188) 7080 : cluster [DBG] pgmap v6635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:44.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:44.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:44.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:44.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:44 smithi136 bash[11745]: audit 2022-04-26T06:19:44.880323+0000 mon.smithi136 (mon.0) 4498 : audit [DBG] from='client.? 172.21.15.136:0/3184722613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:45.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:44 smithi145 bash[13673]: audit 2022-04-26T06:19:44.880323+0000 mon.smithi136 (mon.0) 4498 : audit [DBG] from='client.? 172.21.15.136:0/3184722613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:45 smithi136 bash[11745]: cluster 2022-04-26T06:19:45.500226+0000 mgr.smithi136.ofnrfx (mgr.14188) 7081 : cluster [DBG] pgmap v6636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:45 smithi145 bash[13673]: cluster 2022-04-26T06:19:45.500226+0000 mgr.smithi136.ofnrfx (mgr.14188) 7081 : cluster [DBG] pgmap v6636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:48 smithi145 bash[13673]: cluster 2022-04-26T06:19:47.500872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7082 : cluster [DBG] pgmap v6637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:48 smithi136 bash[11745]: cluster 2022-04-26T06:19:47.500872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7082 : cluster [DBG] pgmap v6637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:49.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:49.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:49.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:50.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:50 smithi136 bash[11745]: cluster 2022-04-26T06:19:49.501527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7083 : cluster [DBG] pgmap v6638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:50.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:50 smithi136 bash[11745]: audit 2022-04-26T06:19:50.205260+0000 mon.smithi136 (mon.0) 4499 : audit [DBG] from='client.? 172.21.15.136:0/274989690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:50 smithi145 bash[13673]: cluster 2022-04-26T06:19:49.501527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7083 : cluster [DBG] pgmap v6638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:50.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:50 smithi145 bash[13673]: audit 2022-04-26T06:19:50.205260+0000 mon.smithi136 (mon.0) 4499 : audit [DBG] from='client.? 172.21.15.136:0/274989690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:51.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:51 smithi145 bash[13673]: cluster 2022-04-26T06:19:51.502190+0000 mgr.smithi136.ofnrfx (mgr.14188) 7084 : cluster [DBG] pgmap v6639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:51 smithi136 bash[11745]: cluster 2022-04-26T06:19:51.502190+0000 mgr.smithi136.ofnrfx (mgr.14188) 7084 : cluster [DBG] pgmap v6639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:53 smithi145 bash[13673]: cluster 2022-04-26T06:19:53.502816+0000 mgr.smithi136.ofnrfx (mgr.14188) 7085 : cluster [DBG] pgmap v6640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:53 smithi136 bash[11745]: cluster 2022-04-26T06:19:53.502816+0000 mgr.smithi136.ofnrfx (mgr.14188) 7085 : cluster [DBG] pgmap v6640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:55.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:19:55.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:19:55.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:19:55.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:19:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:55 smithi145 bash[13673]: cluster 2022-04-26T06:19:55.503533+0000 mgr.smithi136.ofnrfx (mgr.14188) 7086 : cluster [DBG] pgmap v6641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:55.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:55 smithi145 bash[13673]: audit 2022-04-26T06:19:55.530193+0000 mon.smithi136 (mon.0) 4500 : audit [DBG] from='client.? 172.21.15.136:0/3938576931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:55 smithi136 bash[11745]: cluster 2022-04-26T06:19:55.503533+0000 mgr.smithi136.ofnrfx (mgr.14188) 7086 : cluster [DBG] pgmap v6641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:56.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:55 smithi136 bash[11745]: audit 2022-04-26T06:19:55.530193+0000 mon.smithi136 (mon.0) 4500 : audit [DBG] from='client.? 172.21.15.136:0/3938576931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:19:58.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:58 smithi145 bash[13673]: cluster 2022-04-26T06:19:57.504183+0000 mgr.smithi136.ofnrfx (mgr.14188) 7087 : cluster [DBG] pgmap v6642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:58 smithi136 bash[11745]: cluster 2022-04-26T06:19:57.504183+0000 mgr.smithi136.ofnrfx (mgr.14188) 7087 : cluster [DBG] pgmap v6642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:19:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:19:59 smithi145 bash[13673]: cluster 2022-04-26T06:19:59.504896+0000 mgr.smithi136.ofnrfx (mgr.14188) 7088 : cluster [DBG] pgmap v6643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:00.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:19:59 smithi136 bash[11745]: cluster 2022-04-26T06:19:59.504896+0000 mgr.smithi136.ofnrfx (mgr.14188) 7088 : cluster [DBG] pgmap v6643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:00.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:00.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:00.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:00 smithi136 bash[11745]: cluster 2022-04-26T06:20:00.000162+0000 mon.smithi136 (mon.0) 4501 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:20:00.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:00 smithi145 bash[13673]: cluster 2022-04-26T06:20:00.000162+0000 mon.smithi136 (mon.0) 4501 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:20:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:01 smithi145 bash[13673]: audit 2022-04-26T06:20:00.868876+0000 mon.smithi136 (mon.0) 4502 : audit [DBG] from='client.? 172.21.15.136:0/2591674069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:01.934 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:01 smithi145 bash[13673]: cluster 2022-04-26T06:20:01.505603+0000 mgr.smithi136.ofnrfx (mgr.14188) 7089 : cluster [DBG] pgmap v6644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:01 smithi136 bash[11745]: audit 2022-04-26T06:20:00.868876+0000 mon.smithi136 (mon.0) 4502 : audit [DBG] from='client.? 172.21.15.136:0/2591674069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:02.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:01 smithi136 bash[11745]: cluster 2022-04-26T06:20:01.505603+0000 mgr.smithi136.ofnrfx (mgr.14188) 7089 : cluster [DBG] pgmap v6644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:03 smithi136 bash[11745]: audit 2022-04-26T06:20:02.749707+0000 mon.smithi136 (mon.0) 4503 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:20:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:03 smithi136 bash[11745]: audit 2022-04-26T06:20:02.753755+0000 mon.smithi136 (mon.0) 4504 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:20:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:03 smithi145 bash[13673]: audit 2022-04-26T06:20:02.749707+0000 mon.smithi136 (mon.0) 4503 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:20:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:03 smithi145 bash[13673]: audit 2022-04-26T06:20:02.753755+0000 mon.smithi136 (mon.0) 4504 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:20:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:04 smithi136 bash[11745]: cluster 2022-04-26T06:20:03.506192+0000 mgr.smithi136.ofnrfx (mgr.14188) 7090 : cluster [DBG] pgmap v6645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:04.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:04 smithi145 bash[13673]: cluster 2022-04-26T06:20:03.506192+0000 mgr.smithi136.ofnrfx (mgr.14188) 7090 : cluster [DBG] pgmap v6645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:05.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:05.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:05.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:05 smithi145 bash[13673]: cluster 2022-04-26T06:20:05.506832+0000 mgr.smithi136.ofnrfx (mgr.14188) 7091 : cluster [DBG] pgmap v6646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:05 smithi136 bash[11745]: cluster 2022-04-26T06:20:05.506832+0000 mgr.smithi136.ofnrfx (mgr.14188) 7091 : cluster [DBG] pgmap v6646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:06.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:06 smithi145 bash[13673]: audit 2022-04-26T06:20:06.198273+0000 mon.smithi136 (mon.0) 4505 : audit [DBG] from='client.? 172.21.15.136:0/3192155117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:06 smithi136 bash[11745]: audit 2022-04-26T06:20:06.198273+0000 mon.smithi136 (mon.0) 4505 : audit [DBG] from='client.? 172.21.15.136:0/3192155117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:08 smithi145 bash[13673]: cluster 2022-04-26T06:20:07.507590+0000 mgr.smithi136.ofnrfx (mgr.14188) 7092 : cluster [DBG] pgmap v6647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:08 smithi136 bash[11745]: cluster 2022-04-26T06:20:07.507590+0000 mgr.smithi136.ofnrfx (mgr.14188) 7092 : cluster [DBG] pgmap v6647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:09 smithi145 bash[13673]: cluster 2022-04-26T06:20:09.508300+0000 mgr.smithi136.ofnrfx (mgr.14188) 7093 : cluster [DBG] pgmap v6648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:09 smithi136 bash[11745]: cluster 2022-04-26T06:20:09.508300+0000 mgr.smithi136.ofnrfx (mgr.14188) 7093 : cluster [DBG] pgmap v6648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:11.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:11.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:11.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:11.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:11 smithi145 bash[13673]: cluster 2022-04-26T06:20:11.509042+0000 mgr.smithi136.ofnrfx (mgr.14188) 7094 : cluster [DBG] pgmap v6649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:11.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:11 smithi145 bash[13673]: audit 2022-04-26T06:20:11.533877+0000 mon.smithi136 (mon.0) 4506 : audit [DBG] from='client.? 172.21.15.136:0/4107601680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:11 smithi136 bash[11745]: cluster 2022-04-26T06:20:11.509042+0000 mgr.smithi136.ofnrfx (mgr.14188) 7094 : cluster [DBG] pgmap v6649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:12.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:11 smithi136 bash[11745]: audit 2022-04-26T06:20:11.533877+0000 mon.smithi136 (mon.0) 4506 : audit [DBG] from='client.? 172.21.15.136:0/4107601680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:13 smithi145 bash[13673]: cluster 2022-04-26T06:20:13.509703+0000 mgr.smithi136.ofnrfx (mgr.14188) 7095 : cluster [DBG] pgmap v6650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:13 smithi136 bash[11745]: cluster 2022-04-26T06:20:13.509703+0000 mgr.smithi136.ofnrfx (mgr.14188) 7095 : cluster [DBG] pgmap v6650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:15 smithi145 bash[13673]: cluster 2022-04-26T06:20:15.510359+0000 mgr.smithi136.ofnrfx (mgr.14188) 7096 : cluster [DBG] pgmap v6651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:16.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:15 smithi136 bash[11745]: cluster 2022-04-26T06:20:15.510359+0000 mgr.smithi136.ofnrfx (mgr.14188) 7096 : cluster [DBG] pgmap v6651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:16.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:16.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:16.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:16.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:16 smithi136 bash[11745]: audit 2022-04-26T06:20:16.864975+0000 mon.smithi136 (mon.0) 4507 : audit [DBG] from='client.? 172.21.15.136:0/2174930113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:16 smithi145 bash[13673]: audit 2022-04-26T06:20:16.864975+0000 mon.smithi136 (mon.0) 4507 : audit [DBG] from='client.? 172.21.15.136:0/2174930113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:18.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:18 smithi145 bash[13673]: cluster 2022-04-26T06:20:17.511046+0000 mgr.smithi136.ofnrfx (mgr.14188) 7097 : cluster [DBG] pgmap v6652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:18 smithi136 bash[11745]: cluster 2022-04-26T06:20:17.511046+0000 mgr.smithi136.ofnrfx (mgr.14188) 7097 : cluster [DBG] pgmap v6652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:19 smithi145 bash[13673]: cluster 2022-04-26T06:20:19.511702+0000 mgr.smithi136.ofnrfx (mgr.14188) 7098 : cluster [DBG] pgmap v6653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:19 smithi145 bash[13673]: audit 2022-04-26T06:20:19.514807+0000 mon.smithi136 (mon.0) 4508 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:20:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:19 smithi145 bash[13673]: audit 2022-04-26T06:20:19.517575+0000 mon.smithi136 (mon.0) 4509 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:20:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:19 smithi145 bash[13673]: audit 2022-04-26T06:20:19.519588+0000 mon.smithi136 (mon.0) 4510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:20:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:19 smithi136 bash[11745]: cluster 2022-04-26T06:20:19.511702+0000 mgr.smithi136.ofnrfx (mgr.14188) 7098 : cluster [DBG] pgmap v6653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:19 smithi136 bash[11745]: audit 2022-04-26T06:20:19.514807+0000 mon.smithi136 (mon.0) 4508 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:20:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:19 smithi136 bash[11745]: audit 2022-04-26T06:20:19.517575+0000 mon.smithi136 (mon.0) 4509 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:20:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:19 smithi136 bash[11745]: audit 2022-04-26T06:20:19.519588+0000 mon.smithi136 (mon.0) 4510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:20:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:20 smithi145 bash[13673]: cluster 2022-04-26T06:20:19.841780+0000 mgr.smithi136.ofnrfx (mgr.14188) 7099 : cluster [DBG] pgmap v6654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:21.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:20 smithi145 bash[13673]: cluster 2022-04-26T06:20:19.842252+0000 mgr.smithi136.ofnrfx (mgr.14188) 7100 : cluster [DBG] pgmap v6655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:21.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:20 smithi145 bash[13673]: audit 2022-04-26T06:20:19.848549+0000 mon.smithi136 (mon.0) 4511 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:20:21.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:20 smithi145 bash[13673]: audit 2022-04-26T06:20:19.856885+0000 mon.smithi136 (mon.0) 4512 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:20:21.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:20 smithi145 bash[13673]: cephadm 2022-04-26T06:20:19.857772+0000 mgr.smithi136.ofnrfx (mgr.14188) 7101 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:20:21.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:20 smithi145 bash[13673]: cephadm 2022-04-26T06:20:19.857891+0000 mgr.smithi136.ofnrfx (mgr.14188) 7102 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:20:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:20 smithi136 bash[11745]: cluster 2022-04-26T06:20:19.841780+0000 mgr.smithi136.ofnrfx (mgr.14188) 7099 : cluster [DBG] pgmap v6654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:20 smithi136 bash[11745]: cluster 2022-04-26T06:20:19.842252+0000 mgr.smithi136.ofnrfx (mgr.14188) 7100 : cluster [DBG] pgmap v6655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:20 smithi136 bash[11745]: audit 2022-04-26T06:20:19.848549+0000 mon.smithi136 (mon.0) 4511 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:20:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:20 smithi136 bash[11745]: audit 2022-04-26T06:20:19.856885+0000 mon.smithi136 (mon.0) 4512 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:20:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:20 smithi136 bash[11745]: cephadm 2022-04-26T06:20:19.857772+0000 mgr.smithi136.ofnrfx (mgr.14188) 7101 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:20:21.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:20 smithi136 bash[11745]: cephadm 2022-04-26T06:20:19.857891+0000 mgr.smithi136.ofnrfx (mgr.14188) 7102 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:20:21.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:21.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:21.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:22.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:23 smithi136 bash[11745]: cluster 2022-04-26T06:20:21.842921+0000 mgr.smithi136.ofnrfx (mgr.14188) 7103 : cluster [DBG] pgmap v6656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:23.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:23 smithi136 bash[11745]: audit 2022-04-26T06:20:22.194591+0000 mon.smithi136 (mon.0) 4513 : audit [DBG] from='client.? 172.21.15.136:0/454804944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:23.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:23 smithi145 bash[13673]: cluster 2022-04-26T06:20:21.842921+0000 mgr.smithi136.ofnrfx (mgr.14188) 7103 : cluster [DBG] pgmap v6656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:23.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:23 smithi145 bash[13673]: audit 2022-04-26T06:20:22.194591+0000 mon.smithi136 (mon.0) 4513 : audit [DBG] from='client.? 172.21.15.136:0/454804944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:25 smithi136 bash[11745]: cluster 2022-04-26T06:20:23.843587+0000 mgr.smithi136.ofnrfx (mgr.14188) 7104 : cluster [DBG] pgmap v6657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:25.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:25 smithi145 bash[13673]: cluster 2022-04-26T06:20:23.843587+0000 mgr.smithi136.ofnrfx (mgr.14188) 7104 : cluster [DBG] pgmap v6657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:27.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:27.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:27.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:27.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:27 smithi136 bash[11745]: cluster 2022-04-26T06:20:25.844198+0000 mgr.smithi136.ofnrfx (mgr.14188) 7105 : cluster [DBG] pgmap v6658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:27.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:27 smithi145 bash[13673]: cluster 2022-04-26T06:20:25.844198+0000 mgr.smithi136.ofnrfx (mgr.14188) 7105 : cluster [DBG] pgmap v6658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:28 smithi145 bash[13673]: audit 2022-04-26T06:20:27.522950+0000 mon.smithi136 (mon.0) 4514 : audit [DBG] from='client.? 172.21.15.136:0/2690061185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:28 smithi136 bash[11745]: audit 2022-04-26T06:20:27.522950+0000 mon.smithi136 (mon.0) 4514 : audit [DBG] from='client.? 172.21.15.136:0/2690061185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:29 smithi136 bash[11745]: cluster 2022-04-26T06:20:27.844877+0000 mgr.smithi136.ofnrfx (mgr.14188) 7106 : cluster [DBG] pgmap v6659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:29 smithi145 bash[13673]: cluster 2022-04-26T06:20:27.844877+0000 mgr.smithi136.ofnrfx (mgr.14188) 7106 : cluster [DBG] pgmap v6659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:31 smithi136 bash[11745]: cluster 2022-04-26T06:20:29.845592+0000 mgr.smithi136.ofnrfx (mgr.14188) 7107 : cluster [DBG] pgmap v6660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:31 smithi145 bash[13673]: cluster 2022-04-26T06:20:29.845592+0000 mgr.smithi136.ofnrfx (mgr.14188) 7107 : cluster [DBG] pgmap v6660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:32.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:32.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:32.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:32.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:33.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:33 smithi136 bash[11745]: cluster 2022-04-26T06:20:31.846293+0000 mgr.smithi136.ofnrfx (mgr.14188) 7108 : cluster [DBG] pgmap v6661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:33.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:33 smithi136 bash[11745]: audit 2022-04-26T06:20:32.854902+0000 mon.smithi136 (mon.0) 4515 : audit [DBG] from='client.? 172.21.15.136:0/2882443620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:33 smithi145 bash[13673]: cluster 2022-04-26T06:20:31.846293+0000 mgr.smithi136.ofnrfx (mgr.14188) 7108 : cluster [DBG] pgmap v6661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:33.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:33 smithi145 bash[13673]: audit 2022-04-26T06:20:32.854902+0000 mon.smithi136 (mon.0) 4515 : audit [DBG] from='client.? 172.21.15.136:0/2882443620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:35 smithi136 bash[11745]: cluster 2022-04-26T06:20:33.846888+0000 mgr.smithi136.ofnrfx (mgr.14188) 7109 : cluster [DBG] pgmap v6662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:35 smithi145 bash[13673]: cluster 2022-04-26T06:20:33.846888+0000 mgr.smithi136.ofnrfx (mgr.14188) 7109 : cluster [DBG] pgmap v6662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:37 smithi136 bash[11745]: cluster 2022-04-26T06:20:35.847621+0000 mgr.smithi136.ofnrfx (mgr.14188) 7110 : cluster [DBG] pgmap v6663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:37 smithi145 bash[13673]: cluster 2022-04-26T06:20:35.847621+0000 mgr.smithi136.ofnrfx (mgr.14188) 7110 : cluster [DBG] pgmap v6663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:37.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:37.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:37.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:38.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:38.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:38 smithi145 bash[13673]: audit 2022-04-26T06:20:38.185009+0000 mon.smithi136 (mon.0) 4516 : audit [DBG] from='client.? 172.21.15.136:0/2074277547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:38 smithi136 bash[11745]: audit 2022-04-26T06:20:38.185009+0000 mon.smithi136 (mon.0) 4516 : audit [DBG] from='client.? 172.21.15.136:0/2074277547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:39 smithi136 bash[11745]: cluster 2022-04-26T06:20:37.848397+0000 mgr.smithi136.ofnrfx (mgr.14188) 7111 : cluster [DBG] pgmap v6664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:39 smithi145 bash[13673]: cluster 2022-04-26T06:20:37.848397+0000 mgr.smithi136.ofnrfx (mgr.14188) 7111 : cluster [DBG] pgmap v6664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:41 smithi136 bash[11745]: cluster 2022-04-26T06:20:39.849054+0000 mgr.smithi136.ofnrfx (mgr.14188) 7112 : cluster [DBG] pgmap v6665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:41 smithi145 bash[13673]: cluster 2022-04-26T06:20:39.849054+0000 mgr.smithi136.ofnrfx (mgr.14188) 7112 : cluster [DBG] pgmap v6665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:43.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:43.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:43.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:43.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:43 smithi136 bash[11745]: cluster 2022-04-26T06:20:41.849689+0000 mgr.smithi136.ofnrfx (mgr.14188) 7113 : cluster [DBG] pgmap v6666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:43.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:43 smithi145 bash[13673]: cluster 2022-04-26T06:20:41.849689+0000 mgr.smithi136.ofnrfx (mgr.14188) 7113 : cluster [DBG] pgmap v6666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:44 smithi136 bash[11745]: audit 2022-04-26T06:20:43.515749+0000 mon.smithi136 (mon.0) 4517 : audit [DBG] from='client.? 172.21.15.136:0/979307719' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:44.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:44 smithi145 bash[13673]: audit 2022-04-26T06:20:43.515749+0000 mon.smithi136 (mon.0) 4517 : audit [DBG] from='client.? 172.21.15.136:0/979307719' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:45 smithi136 bash[11745]: cluster 2022-04-26T06:20:43.850350+0000 mgr.smithi136.ofnrfx (mgr.14188) 7114 : cluster [DBG] pgmap v6667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:45 smithi145 bash[13673]: cluster 2022-04-26T06:20:43.850350+0000 mgr.smithi136.ofnrfx (mgr.14188) 7114 : cluster [DBG] pgmap v6667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:47 smithi136 bash[11745]: cluster 2022-04-26T06:20:45.851029+0000 mgr.smithi136.ofnrfx (mgr.14188) 7115 : cluster [DBG] pgmap v6668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:47 smithi145 bash[13673]: cluster 2022-04-26T06:20:45.851029+0000 mgr.smithi136.ofnrfx (mgr.14188) 7115 : cluster [DBG] pgmap v6668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:48.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:48.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:48.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:48.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:49.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:49 smithi136 bash[11745]: cluster 2022-04-26T06:20:47.851785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7116 : cluster [DBG] pgmap v6669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:49 smithi136 bash[11745]: audit 2022-04-26T06:20:48.837995+0000 mon.smithi136 (mon.0) 4518 : audit [DBG] from='client.? 172.21.15.136:0/3983029364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:49.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:49 smithi145 bash[13673]: cluster 2022-04-26T06:20:47.851785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7116 : cluster [DBG] pgmap v6669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:49.656 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:49 smithi145 bash[13673]: audit 2022-04-26T06:20:48.837995+0000 mon.smithi136 (mon.0) 4518 : audit [DBG] from='client.? 172.21.15.136:0/3983029364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:51 smithi136 bash[11745]: cluster 2022-04-26T06:20:49.852433+0000 mgr.smithi136.ofnrfx (mgr.14188) 7117 : cluster [DBG] pgmap v6670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:51.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:51 smithi145 bash[13673]: cluster 2022-04-26T06:20:49.852433+0000 mgr.smithi136.ofnrfx (mgr.14188) 7117 : cluster [DBG] pgmap v6670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:53 smithi136 bash[11745]: cluster 2022-04-26T06:20:51.853079+0000 mgr.smithi136.ofnrfx (mgr.14188) 7118 : cluster [DBG] pgmap v6671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:53 smithi145 bash[13673]: cluster 2022-04-26T06:20:51.853079+0000 mgr.smithi136.ofnrfx (mgr.14188) 7118 : cluster [DBG] pgmap v6671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:53.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:53.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:53.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:54.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:54 smithi136 bash[11745]: audit 2022-04-26T06:20:54.165311+0000 mon.smithi136 (mon.0) 4519 : audit [DBG] from='client.? 172.21.15.136:0/3672375293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:54 smithi145 bash[13673]: audit 2022-04-26T06:20:54.165311+0000 mon.smithi136 (mon.0) 4519 : audit [DBG] from='client.? 172.21.15.136:0/3672375293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:20:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:55 smithi136 bash[11745]: cluster 2022-04-26T06:20:53.853705+0000 mgr.smithi136.ofnrfx (mgr.14188) 7119 : cluster [DBG] pgmap v6672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:55 smithi145 bash[13673]: cluster 2022-04-26T06:20:53.853705+0000 mgr.smithi136.ofnrfx (mgr.14188) 7119 : cluster [DBG] pgmap v6672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:57 smithi136 bash[11745]: cluster 2022-04-26T06:20:55.854287+0000 mgr.smithi136.ofnrfx (mgr.14188) 7120 : cluster [DBG] pgmap v6673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:57.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:57 smithi145 bash[13673]: cluster 2022-04-26T06:20:55.854287+0000 mgr.smithi136.ofnrfx (mgr.14188) 7120 : cluster [DBG] pgmap v6673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:59.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:20:59.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:20:59.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:20:59.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:20:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:20:59 smithi136 bash[11745]: cluster 2022-04-26T06:20:57.854904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7121 : cluster [DBG] pgmap v6674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:20:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:20:59 smithi145 bash[13673]: cluster 2022-04-26T06:20:57.854904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7121 : cluster [DBG] pgmap v6674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:00 smithi145 bash[13673]: audit 2022-04-26T06:20:59.490620+0000 mon.smithi136 (mon.0) 4520 : audit [DBG] from='client.? 172.21.15.136:0/3745408658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:00 smithi136 bash[11745]: audit 2022-04-26T06:20:59.490620+0000 mon.smithi136 (mon.0) 4520 : audit [DBG] from='client.? 172.21.15.136:0/3745408658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:01 smithi145 bash[13673]: cluster 2022-04-26T06:20:59.855594+0000 mgr.smithi136.ofnrfx (mgr.14188) 7122 : cluster [DBG] pgmap v6675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:01 smithi136 bash[11745]: cluster 2022-04-26T06:20:59.855594+0000 mgr.smithi136.ofnrfx (mgr.14188) 7122 : cluster [DBG] pgmap v6675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:03 smithi145 bash[13673]: cluster 2022-04-26T06:21:01.856213+0000 mgr.smithi136.ofnrfx (mgr.14188) 7123 : cluster [DBG] pgmap v6676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:03 smithi145 bash[13673]: audit 2022-04-26T06:21:02.753777+0000 mon.smithi136 (mon.0) 4521 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:21:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:03 smithi145 bash[13673]: audit 2022-04-26T06:21:02.757662+0000 mon.smithi136 (mon.0) 4522 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:21:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:03 smithi136 bash[11745]: cluster 2022-04-26T06:21:01.856213+0000 mgr.smithi136.ofnrfx (mgr.14188) 7123 : cluster [DBG] pgmap v6676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:03.854 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:03 smithi136 bash[11745]: audit 2022-04-26T06:21:02.753777+0000 mon.smithi136 (mon.0) 4521 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:21:03.854 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:03 smithi136 bash[11745]: audit 2022-04-26T06:21:02.757662+0000 mon.smithi136 (mon.0) 4522 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:21:04.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:04.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:04.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:04.836 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:05 smithi145 bash[13673]: cluster 2022-04-26T06:21:03.856909+0000 mgr.smithi136.ofnrfx (mgr.14188) 7124 : cluster [DBG] pgmap v6677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:05 smithi145 bash[13673]: audit 2022-04-26T06:21:04.819554+0000 mon.smithi136 (mon.0) 4523 : audit [DBG] from='client.? 172.21.15.136:0/3921365239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:05 smithi136 bash[11745]: cluster 2022-04-26T06:21:03.856909+0000 mgr.smithi136.ofnrfx (mgr.14188) 7124 : cluster [DBG] pgmap v6677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:05.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:05 smithi136 bash[11745]: audit 2022-04-26T06:21:04.819554+0000 mon.smithi136 (mon.0) 4523 : audit [DBG] from='client.? 172.21.15.136:0/3921365239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:07.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:07 smithi145 bash[13673]: cluster 2022-04-26T06:21:05.857528+0000 mgr.smithi136.ofnrfx (mgr.14188) 7125 : cluster [DBG] pgmap v6678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:07 smithi136 bash[11745]: cluster 2022-04-26T06:21:05.857528+0000 mgr.smithi136.ofnrfx (mgr.14188) 7125 : cluster [DBG] pgmap v6678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:09.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:09 smithi145 bash[13673]: cluster 2022-04-26T06:21:07.858156+0000 mgr.smithi136.ofnrfx (mgr.14188) 7126 : cluster [DBG] pgmap v6679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:09 smithi136 bash[11745]: cluster 2022-04-26T06:21:07.858156+0000 mgr.smithi136.ofnrfx (mgr.14188) 7126 : cluster [DBG] pgmap v6679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:09.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:09.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:09.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:10.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:10.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:10 smithi145 bash[13673]: audit 2022-04-26T06:21:10.148707+0000 mon.smithi136 (mon.0) 4524 : audit [DBG] from='client.? 172.21.15.136:0/142599668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:10 smithi136 bash[11745]: audit 2022-04-26T06:21:10.148707+0000 mon.smithi136 (mon.0) 4524 : audit [DBG] from='client.? 172.21.15.136:0/142599668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:11.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:11 smithi145 bash[13673]: cluster 2022-04-26T06:21:09.858767+0000 mgr.smithi136.ofnrfx (mgr.14188) 7127 : cluster [DBG] pgmap v6680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:11 smithi136 bash[11745]: cluster 2022-04-26T06:21:09.858767+0000 mgr.smithi136.ofnrfx (mgr.14188) 7127 : cluster [DBG] pgmap v6680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:13.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:13 smithi145 bash[13673]: cluster 2022-04-26T06:21:11.859421+0000 mgr.smithi136.ofnrfx (mgr.14188) 7128 : cluster [DBG] pgmap v6681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:13 smithi136 bash[11745]: cluster 2022-04-26T06:21:11.859421+0000 mgr.smithi136.ofnrfx (mgr.14188) 7128 : cluster [DBG] pgmap v6681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:15.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:15.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:15.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:15.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:15.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:15 smithi145 bash[13673]: cluster 2022-04-26T06:21:13.860063+0000 mgr.smithi136.ofnrfx (mgr.14188) 7129 : cluster [DBG] pgmap v6682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:15 smithi136 bash[11745]: cluster 2022-04-26T06:21:13.860063+0000 mgr.smithi136.ofnrfx (mgr.14188) 7129 : cluster [DBG] pgmap v6682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:16.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:16 smithi145 bash[13673]: audit 2022-04-26T06:21:15.472472+0000 mon.smithi136 (mon.0) 4525 : audit [DBG] from='client.? 172.21.15.136:0/849905657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:16 smithi136 bash[11745]: audit 2022-04-26T06:21:15.472472+0000 mon.smithi136 (mon.0) 4525 : audit [DBG] from='client.? 172.21.15.136:0/849905657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:17.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:17 smithi145 bash[13673]: cluster 2022-04-26T06:21:15.860677+0000 mgr.smithi136.ofnrfx (mgr.14188) 7130 : cluster [DBG] pgmap v6683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:17.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:17 smithi136 bash[11745]: cluster 2022-04-26T06:21:15.860677+0000 mgr.smithi136.ofnrfx (mgr.14188) 7130 : cluster [DBG] pgmap v6683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:19.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:19 smithi145 bash[13673]: cluster 2022-04-26T06:21:17.861304+0000 mgr.smithi136.ofnrfx (mgr.14188) 7131 : cluster [DBG] pgmap v6684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:19 smithi136 bash[11745]: cluster 2022-04-26T06:21:17.861304+0000 mgr.smithi136.ofnrfx (mgr.14188) 7131 : cluster [DBG] pgmap v6684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:20.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:20.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:20.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:20.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:20 smithi145 bash[13673]: audit 2022-04-26T06:21:19.868452+0000 mon.smithi136 (mon.0) 4526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:21:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:20 smithi145 bash[13673]: audit 2022-04-26T06:21:19.871204+0000 mon.smithi136 (mon.0) 4527 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:21:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:20 smithi145 bash[13673]: audit 2022-04-26T06:21:19.873030+0000 mon.smithi136 (mon.0) 4528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:21:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:20 smithi145 bash[13673]: audit 2022-04-26T06:21:20.210511+0000 mon.smithi136 (mon.0) 4529 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:21:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:20 smithi145 bash[13673]: audit 2022-04-26T06:21:20.218322+0000 mon.smithi136 (mon.0) 4530 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:21:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:20 smithi136 bash[11745]: audit 2022-04-26T06:21:19.868452+0000 mon.smithi136 (mon.0) 4526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:21:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:20 smithi136 bash[11745]: audit 2022-04-26T06:21:19.871204+0000 mon.smithi136 (mon.0) 4527 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:21:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:20 smithi136 bash[11745]: audit 2022-04-26T06:21:19.873030+0000 mon.smithi136 (mon.0) 4528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:21:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:20 smithi136 bash[11745]: audit 2022-04-26T06:21:20.210511+0000 mon.smithi136 (mon.0) 4529 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:21:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:20 smithi136 bash[11745]: audit 2022-04-26T06:21:20.218322+0000 mon.smithi136 (mon.0) 4530 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:21:20.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:21 smithi145 bash[13673]: cluster 2022-04-26T06:21:19.861946+0000 mgr.smithi136.ofnrfx (mgr.14188) 7132 : cluster [DBG] pgmap v6685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:21 smithi145 bash[13673]: cluster 2022-04-26T06:21:20.203848+0000 mgr.smithi136.ofnrfx (mgr.14188) 7133 : cluster [DBG] pgmap v6686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:21 smithi145 bash[13673]: cluster 2022-04-26T06:21:20.204373+0000 mgr.smithi136.ofnrfx (mgr.14188) 7134 : cluster [DBG] pgmap v6687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:21 smithi145 bash[13673]: cephadm 2022-04-26T06:21:20.219636+0000 mgr.smithi136.ofnrfx (mgr.14188) 7135 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:21:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:21 smithi145 bash[13673]: cephadm 2022-04-26T06:21:20.219808+0000 mgr.smithi136.ofnrfx (mgr.14188) 7136 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:21:21.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:21 smithi145 bash[13673]: audit 2022-04-26T06:21:20.795404+0000 mon.smithi136 (mon.0) 4531 : audit [DBG] from='client.? 172.21.15.136:0/1332002124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:21 smithi136 bash[11745]: cluster 2022-04-26T06:21:19.861946+0000 mgr.smithi136.ofnrfx (mgr.14188) 7132 : cluster [DBG] pgmap v6685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:21 smithi136 bash[11745]: cluster 2022-04-26T06:21:20.203848+0000 mgr.smithi136.ofnrfx (mgr.14188) 7133 : cluster [DBG] pgmap v6686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:21 smithi136 bash[11745]: cluster 2022-04-26T06:21:20.204373+0000 mgr.smithi136.ofnrfx (mgr.14188) 7134 : cluster [DBG] pgmap v6687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:21 smithi136 bash[11745]: cephadm 2022-04-26T06:21:20.219636+0000 mgr.smithi136.ofnrfx (mgr.14188) 7135 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:21:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:21 smithi136 bash[11745]: cephadm 2022-04-26T06:21:20.219808+0000 mgr.smithi136.ofnrfx (mgr.14188) 7136 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:21:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:21 smithi136 bash[11745]: audit 2022-04-26T06:21:20.795404+0000 mon.smithi136 (mon.0) 4531 : audit [DBG] from='client.? 172.21.15.136:0/1332002124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:23 smithi136 bash[11745]: cluster 2022-04-26T06:21:22.205018+0000 mgr.smithi136.ofnrfx (mgr.14188) 7137 : cluster [DBG] pgmap v6688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:23.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:23 smithi145 bash[13673]: cluster 2022-04-26T06:21:22.205018+0000 mgr.smithi136.ofnrfx (mgr.14188) 7137 : cluster [DBG] pgmap v6688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:25 smithi136 bash[11745]: cluster 2022-04-26T06:21:24.205648+0000 mgr.smithi136.ofnrfx (mgr.14188) 7138 : cluster [DBG] pgmap v6689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:25.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:25 smithi145 bash[13673]: cluster 2022-04-26T06:21:24.205648+0000 mgr.smithi136.ofnrfx (mgr.14188) 7138 : cluster [DBG] pgmap v6689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:25.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:25.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:25.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:26.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:26 smithi136 bash[11745]: audit 2022-04-26T06:21:26.134463+0000 mon.smithi136 (mon.0) 4532 : audit [DBG] from='client.? 172.21.15.136:0/1760817711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:26.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:26 smithi145 bash[13673]: audit 2022-04-26T06:21:26.134463+0000 mon.smithi136 (mon.0) 4532 : audit [DBG] from='client.? 172.21.15.136:0/1760817711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:27 smithi136 bash[11745]: cluster 2022-04-26T06:21:26.206282+0000 mgr.smithi136.ofnrfx (mgr.14188) 7139 : cluster [DBG] pgmap v6690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:27 smithi145 bash[13673]: cluster 2022-04-26T06:21:26.206282+0000 mgr.smithi136.ofnrfx (mgr.14188) 7139 : cluster [DBG] pgmap v6690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:29 smithi136 bash[11745]: cluster 2022-04-26T06:21:28.206904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7140 : cluster [DBG] pgmap v6691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:29 smithi145 bash[13673]: cluster 2022-04-26T06:21:28.206904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7140 : cluster [DBG] pgmap v6691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:31.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:31.155 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:31.155 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:31.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:31 smithi136 bash[11745]: cluster 2022-04-26T06:21:30.207497+0000 mgr.smithi136.ofnrfx (mgr.14188) 7141 : cluster [DBG] pgmap v6692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:31 smithi145 bash[13673]: cluster 2022-04-26T06:21:30.207497+0000 mgr.smithi136.ofnrfx (mgr.14188) 7141 : cluster [DBG] pgmap v6692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:32 smithi136 bash[11745]: audit 2022-04-26T06:21:31.462360+0000 mon.smithi136 (mon.0) 4533 : audit [DBG] from='client.? 172.21.15.136:0/2248470135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:32 smithi145 bash[13673]: audit 2022-04-26T06:21:31.462360+0000 mon.smithi136 (mon.0) 4533 : audit [DBG] from='client.? 172.21.15.136:0/2248470135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:33 smithi136 bash[11745]: cluster 2022-04-26T06:21:32.208239+0000 mgr.smithi136.ofnrfx (mgr.14188) 7142 : cluster [DBG] pgmap v6693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:33 smithi145 bash[13673]: cluster 2022-04-26T06:21:32.208239+0000 mgr.smithi136.ofnrfx (mgr.14188) 7142 : cluster [DBG] pgmap v6693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:35 smithi136 bash[11745]: cluster 2022-04-26T06:21:34.208896+0000 mgr.smithi136.ofnrfx (mgr.14188) 7143 : cluster [DBG] pgmap v6694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:35.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:35 smithi145 bash[13673]: cluster 2022-04-26T06:21:34.208896+0000 mgr.smithi136.ofnrfx (mgr.14188) 7143 : cluster [DBG] pgmap v6694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:36.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:36.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:36.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:36.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:37 smithi136 bash[11745]: cluster 2022-04-26T06:21:36.209513+0000 mgr.smithi136.ofnrfx (mgr.14188) 7144 : cluster [DBG] pgmap v6695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:37.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:37 smithi136 bash[11745]: audit 2022-04-26T06:21:36.786641+0000 mon.smithi136 (mon.0) 4534 : audit [DBG] from='client.? 172.21.15.136:0/708911824' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:37 smithi145 bash[13673]: cluster 2022-04-26T06:21:36.209513+0000 mgr.smithi136.ofnrfx (mgr.14188) 7144 : cluster [DBG] pgmap v6695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:37.704 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:37 smithi145 bash[13673]: audit 2022-04-26T06:21:36.786641+0000 mon.smithi136 (mon.0) 4534 : audit [DBG] from='client.? 172.21.15.136:0/708911824' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:39 smithi136 bash[11745]: cluster 2022-04-26T06:21:38.210152+0000 mgr.smithi136.ofnrfx (mgr.14188) 7145 : cluster [DBG] pgmap v6696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:39 smithi145 bash[13673]: cluster 2022-04-26T06:21:38.210152+0000 mgr.smithi136.ofnrfx (mgr.14188) 7145 : cluster [DBG] pgmap v6696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:41.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:41 smithi136 bash[11745]: cluster 2022-04-26T06:21:40.210750+0000 mgr.smithi136.ofnrfx (mgr.14188) 7146 : cluster [DBG] pgmap v6697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:41 smithi145 bash[13673]: cluster 2022-04-26T06:21:40.210750+0000 mgr.smithi136.ofnrfx (mgr.14188) 7146 : cluster [DBG] pgmap v6697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:41.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:41.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:41.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:42.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:42 smithi136 bash[11745]: audit 2022-04-26T06:21:42.123647+0000 mon.smithi136 (mon.0) 4535 : audit [DBG] from='client.? 172.21.15.136:0/2725503363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:42.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:42 smithi145 bash[13673]: audit 2022-04-26T06:21:42.123647+0000 mon.smithi136 (mon.0) 4535 : audit [DBG] from='client.? 172.21.15.136:0/2725503363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:43 smithi136 bash[11745]: cluster 2022-04-26T06:21:42.211427+0000 mgr.smithi136.ofnrfx (mgr.14188) 7147 : cluster [DBG] pgmap v6698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:43.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:43 smithi145 bash[13673]: cluster 2022-04-26T06:21:42.211427+0000 mgr.smithi136.ofnrfx (mgr.14188) 7147 : cluster [DBG] pgmap v6698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:45 smithi136 bash[11745]: cluster 2022-04-26T06:21:44.212129+0000 mgr.smithi136.ofnrfx (mgr.14188) 7148 : cluster [DBG] pgmap v6699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:45 smithi145 bash[13673]: cluster 2022-04-26T06:21:44.212129+0000 mgr.smithi136.ofnrfx (mgr.14188) 7148 : cluster [DBG] pgmap v6699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:47.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:47.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:47.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:47.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:47 smithi136 bash[11745]: cluster 2022-04-26T06:21:46.212775+0000 mgr.smithi136.ofnrfx (mgr.14188) 7149 : cluster [DBG] pgmap v6700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:47 smithi145 bash[13673]: cluster 2022-04-26T06:21:46.212775+0000 mgr.smithi136.ofnrfx (mgr.14188) 7149 : cluster [DBG] pgmap v6700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:48 smithi145 bash[13673]: audit 2022-04-26T06:21:47.454575+0000 mon.smithi136 (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.136:0/3701135581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:48 smithi136 bash[11745]: audit 2022-04-26T06:21:47.454575+0000 mon.smithi136 (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.136:0/3701135581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:49 smithi136 bash[11745]: cluster 2022-04-26T06:21:48.213400+0000 mgr.smithi136.ofnrfx (mgr.14188) 7150 : cluster [DBG] pgmap v6701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:49.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:49 smithi145 bash[13673]: cluster 2022-04-26T06:21:48.213400+0000 mgr.smithi136.ofnrfx (mgr.14188) 7150 : cluster [DBG] pgmap v6701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:51 smithi136 bash[11745]: cluster 2022-04-26T06:21:50.214002+0000 mgr.smithi136.ofnrfx (mgr.14188) 7151 : cluster [DBG] pgmap v6702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:51.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:51 smithi145 bash[13673]: cluster 2022-04-26T06:21:50.214002+0000 mgr.smithi136.ofnrfx (mgr.14188) 7151 : cluster [DBG] pgmap v6702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:52.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:52.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:52.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:52.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:53 smithi136 bash[11745]: cluster 2022-04-26T06:21:52.214611+0000 mgr.smithi136.ofnrfx (mgr.14188) 7152 : cluster [DBG] pgmap v6703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:53 smithi136 bash[11745]: audit 2022-04-26T06:21:52.777090+0000 mon.smithi136 (mon.0) 4537 : audit [DBG] from='client.? 172.21.15.136:0/415378281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:53 smithi145 bash[13673]: cluster 2022-04-26T06:21:52.214611+0000 mgr.smithi136.ofnrfx (mgr.14188) 7152 : cluster [DBG] pgmap v6703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:53 smithi145 bash[13673]: audit 2022-04-26T06:21:52.777090+0000 mon.smithi136 (mon.0) 4537 : audit [DBG] from='client.? 172.21.15.136:0/415378281' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:55 smithi136 bash[11745]: cluster 2022-04-26T06:21:54.215322+0000 mgr.smithi136.ofnrfx (mgr.14188) 7153 : cluster [DBG] pgmap v6704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:55 smithi145 bash[13673]: cluster 2022-04-26T06:21:54.215322+0000 mgr.smithi136.ofnrfx (mgr.14188) 7153 : cluster [DBG] pgmap v6704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:57 smithi136 bash[11745]: cluster 2022-04-26T06:21:56.216016+0000 mgr.smithi136.ofnrfx (mgr.14188) 7154 : cluster [DBG] pgmap v6705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:57.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:57 smithi145 bash[13673]: cluster 2022-04-26T06:21:56.216016+0000 mgr.smithi136.ofnrfx (mgr.14188) 7154 : cluster [DBG] pgmap v6705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:57.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:21:57.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:21:57.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:21:58.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:21:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:58 smithi145 bash[13673]: audit 2022-04-26T06:21:58.103698+0000 mon.smithi136 (mon.0) 4538 : audit [DBG] from='client.? 172.21.15.136:0/799787382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:58 smithi136 bash[11745]: audit 2022-04-26T06:21:58.103698+0000 mon.smithi136 (mon.0) 4538 : audit [DBG] from='client.? 172.21.15.136:0/799787382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:21:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:21:59 smithi136 bash[11745]: cluster 2022-04-26T06:21:58.216618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7155 : cluster [DBG] pgmap v6706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:21:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:21:59 smithi145 bash[13673]: cluster 2022-04-26T06:21:58.216618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7155 : cluster [DBG] pgmap v6706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:01 smithi136 bash[11745]: cluster 2022-04-26T06:22:00.217215+0000 mgr.smithi136.ofnrfx (mgr.14188) 7156 : cluster [DBG] pgmap v6707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:01 smithi145 bash[13673]: cluster 2022-04-26T06:22:00.217215+0000 mgr.smithi136.ofnrfx (mgr.14188) 7156 : cluster [DBG] pgmap v6707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:03.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:03.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:03.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:03.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:03 smithi136 bash[11745]: cluster 2022-04-26T06:22:02.217952+0000 mgr.smithi136.ofnrfx (mgr.14188) 7157 : cluster [DBG] pgmap v6708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:03 smithi136 bash[11745]: audit 2022-04-26T06:22:02.757896+0000 mon.smithi136 (mon.0) 4539 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:22:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:03 smithi136 bash[11745]: audit 2022-04-26T06:22:02.761763+0000 mon.smithi136 (mon.0) 4540 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:22:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:03 smithi145 bash[13673]: cluster 2022-04-26T06:22:02.217952+0000 mgr.smithi136.ofnrfx (mgr.14188) 7157 : cluster [DBG] pgmap v6708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:03 smithi145 bash[13673]: audit 2022-04-26T06:22:02.757896+0000 mon.smithi136 (mon.0) 4539 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:22:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:03 smithi145 bash[13673]: audit 2022-04-26T06:22:02.761763+0000 mon.smithi136 (mon.0) 4540 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:22:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:04 smithi136 bash[11745]: audit 2022-04-26T06:22:03.425124+0000 mon.smithi136 (mon.0) 4541 : audit [DBG] from='client.? 172.21.15.136:0/2779695002' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:04 smithi145 bash[13673]: audit 2022-04-26T06:22:03.425124+0000 mon.smithi136 (mon.0) 4541 : audit [DBG] from='client.? 172.21.15.136:0/2779695002' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:05 smithi136 bash[11745]: cluster 2022-04-26T06:22:04.218740+0000 mgr.smithi136.ofnrfx (mgr.14188) 7158 : cluster [DBG] pgmap v6709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:05 smithi145 bash[13673]: cluster 2022-04-26T06:22:04.218740+0000 mgr.smithi136.ofnrfx (mgr.14188) 7158 : cluster [DBG] pgmap v6709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:07 smithi136 bash[11745]: cluster 2022-04-26T06:22:06.219541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7159 : cluster [DBG] pgmap v6710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:07.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:07 smithi145 bash[13673]: cluster 2022-04-26T06:22:06.219541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7159 : cluster [DBG] pgmap v6710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:08.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:08.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:08.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:08.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:09 smithi136 bash[11745]: cluster 2022-04-26T06:22:08.220260+0000 mgr.smithi136.ofnrfx (mgr.14188) 7160 : cluster [DBG] pgmap v6711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:09.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:09 smithi136 bash[11745]: audit 2022-04-26T06:22:08.755846+0000 mon.smithi136 (mon.0) 4542 : audit [DBG] from='client.? 172.21.15.136:0/3492086172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:09.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:09 smithi145 bash[13673]: cluster 2022-04-26T06:22:08.220260+0000 mgr.smithi136.ofnrfx (mgr.14188) 7160 : cluster [DBG] pgmap v6711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:09.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:09 smithi145 bash[13673]: audit 2022-04-26T06:22:08.755846+0000 mon.smithi136 (mon.0) 4542 : audit [DBG] from='client.? 172.21.15.136:0/3492086172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:11 smithi136 bash[11745]: cluster 2022-04-26T06:22:10.220811+0000 mgr.smithi136.ofnrfx (mgr.14188) 7161 : cluster [DBG] pgmap v6712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:11.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:11 smithi145 bash[13673]: cluster 2022-04-26T06:22:10.220811+0000 mgr.smithi136.ofnrfx (mgr.14188) 7161 : cluster [DBG] pgmap v6712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:13 smithi136 bash[11745]: cluster 2022-04-26T06:22:12.221550+0000 mgr.smithi136.ofnrfx (mgr.14188) 7162 : cluster [DBG] pgmap v6713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:13.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:13 smithi145 bash[13673]: cluster 2022-04-26T06:22:12.221550+0000 mgr.smithi136.ofnrfx (mgr.14188) 7162 : cluster [DBG] pgmap v6713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:13.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:13.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:13.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:14.103 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:14 smithi136 bash[11745]: audit 2022-04-26T06:22:14.086302+0000 mon.smithi136 (mon.0) 4543 : audit [DBG] from='client.? 172.21.15.136:0/4294234247' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:14.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:14 smithi145 bash[13673]: audit 2022-04-26T06:22:14.086302+0000 mon.smithi136 (mon.0) 4543 : audit [DBG] from='client.? 172.21.15.136:0/4294234247' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:15 smithi136 bash[11745]: cluster 2022-04-26T06:22:14.222227+0000 mgr.smithi136.ofnrfx (mgr.14188) 7163 : cluster [DBG] pgmap v6714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:15.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:15 smithi145 bash[13673]: cluster 2022-04-26T06:22:14.222227+0000 mgr.smithi136.ofnrfx (mgr.14188) 7163 : cluster [DBG] pgmap v6714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:17 smithi136 bash[11745]: cluster 2022-04-26T06:22:16.222915+0000 mgr.smithi136.ofnrfx (mgr.14188) 7164 : cluster [DBG] pgmap v6715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:17.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:17 smithi145 bash[13673]: cluster 2022-04-26T06:22:16.222915+0000 mgr.smithi136.ofnrfx (mgr.14188) 7164 : cluster [DBG] pgmap v6715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:19.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:19.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:19.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:19.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:19 smithi136 bash[11745]: cluster 2022-04-26T06:22:18.223482+0000 mgr.smithi136.ofnrfx (mgr.14188) 7165 : cluster [DBG] pgmap v6716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:19.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:19 smithi145 bash[13673]: cluster 2022-04-26T06:22:18.223482+0000 mgr.smithi136.ofnrfx (mgr.14188) 7165 : cluster [DBG] pgmap v6716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:20 smithi136 bash[11745]: audit 2022-04-26T06:22:19.412150+0000 mon.smithi136 (mon.0) 4544 : audit [DBG] from='client.? 172.21.15.136:0/873721114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:20 smithi136 bash[11745]: audit 2022-04-26T06:22:20.229461+0000 mon.smithi136 (mon.0) 4545 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:22:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:20 smithi136 bash[11745]: audit 2022-04-26T06:22:20.232266+0000 mon.smithi136 (mon.0) 4546 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:22:20.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:20 smithi136 bash[11745]: audit 2022-04-26T06:22:20.234141+0000 mon.smithi136 (mon.0) 4547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:22:20.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:20 smithi145 bash[13673]: audit 2022-04-26T06:22:19.412150+0000 mon.smithi136 (mon.0) 4544 : audit [DBG] from='client.? 172.21.15.136:0/873721114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:20 smithi145 bash[13673]: audit 2022-04-26T06:22:20.229461+0000 mon.smithi136 (mon.0) 4545 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:22:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:20 smithi145 bash[13673]: audit 2022-04-26T06:22:20.232266+0000 mon.smithi136 (mon.0) 4546 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:22:20.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:20 smithi145 bash[13673]: audit 2022-04-26T06:22:20.234141+0000 mon.smithi136 (mon.0) 4547 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:22:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:21 smithi145 bash[13673]: cluster 2022-04-26T06:22:20.224105+0000 mgr.smithi136.ofnrfx (mgr.14188) 7166 : cluster [DBG] pgmap v6717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:21.947 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:21 smithi145 bash[13673]: cluster 2022-04-26T06:22:20.567651+0000 mgr.smithi136.ofnrfx (mgr.14188) 7167 : cluster [DBG] pgmap v6718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:21.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:21 smithi145 bash[13673]: cluster 2022-04-26T06:22:20.568146+0000 mgr.smithi136.ofnrfx (mgr.14188) 7168 : cluster [DBG] pgmap v6719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:21.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:21 smithi145 bash[13673]: audit 2022-04-26T06:22:20.574698+0000 mon.smithi136 (mon.0) 4548 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:22:21.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:21 smithi145 bash[13673]: audit 2022-04-26T06:22:20.582221+0000 mon.smithi136 (mon.0) 4549 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:22:21.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:21 smithi145 bash[13673]: cephadm 2022-04-26T06:22:20.583328+0000 mgr.smithi136.ofnrfx (mgr.14188) 7169 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:22:21.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:21 smithi145 bash[13673]: cephadm 2022-04-26T06:22:20.583428+0000 mgr.smithi136.ofnrfx (mgr.14188) 7170 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:22:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:21 smithi136 bash[11745]: cluster 2022-04-26T06:22:20.224105+0000 mgr.smithi136.ofnrfx (mgr.14188) 7166 : cluster [DBG] pgmap v6717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:22.084 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:21 smithi136 bash[11745]: cluster 2022-04-26T06:22:20.567651+0000 mgr.smithi136.ofnrfx (mgr.14188) 7167 : cluster [DBG] pgmap v6718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:22.084 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:21 smithi136 bash[11745]: cluster 2022-04-26T06:22:20.568146+0000 mgr.smithi136.ofnrfx (mgr.14188) 7168 : cluster [DBG] pgmap v6719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:22.084 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:21 smithi136 bash[11745]: audit 2022-04-26T06:22:20.574698+0000 mon.smithi136 (mon.0) 4548 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:22:22.084 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:21 smithi136 bash[11745]: audit 2022-04-26T06:22:20.582221+0000 mon.smithi136 (mon.0) 4549 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:22:22.085 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:21 smithi136 bash[11745]: cephadm 2022-04-26T06:22:20.583328+0000 mgr.smithi136.ofnrfx (mgr.14188) 7169 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:22:22.085 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:21 smithi136 bash[11745]: cephadm 2022-04-26T06:22:20.583428+0000 mgr.smithi136.ofnrfx (mgr.14188) 7170 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:22:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:23 smithi136 bash[11745]: cluster 2022-04-26T06:22:22.568794+0000 mgr.smithi136.ofnrfx (mgr.14188) 7171 : cluster [DBG] pgmap v6720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:23.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:23 smithi145 bash[13673]: cluster 2022-04-26T06:22:22.568794+0000 mgr.smithi136.ofnrfx (mgr.14188) 7171 : cluster [DBG] pgmap v6720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:24.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:24.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:24.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:24.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:24 smithi145 bash[13673]: cluster 2022-04-26T06:22:24.569396+0000 mgr.smithi136.ofnrfx (mgr.14188) 7172 : cluster [DBG] pgmap v6721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:24 smithi136 bash[11745]: cluster 2022-04-26T06:22:24.569396+0000 mgr.smithi136.ofnrfx (mgr.14188) 7172 : cluster [DBG] pgmap v6721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:25 smithi145 bash[13673]: audit 2022-04-26T06:22:24.746900+0000 mon.smithi136 (mon.0) 4550 : audit [DBG] from='client.? 172.21.15.136:0/3045404617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:25 smithi136 bash[11745]: audit 2022-04-26T06:22:24.746900+0000 mon.smithi136 (mon.0) 4550 : audit [DBG] from='client.? 172.21.15.136:0/3045404617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:26 smithi136 bash[11745]: cluster 2022-04-26T06:22:26.570037+0000 mgr.smithi136.ofnrfx (mgr.14188) 7173 : cluster [DBG] pgmap v6722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:26 smithi145 bash[13673]: cluster 2022-04-26T06:22:26.570037+0000 mgr.smithi136.ofnrfx (mgr.14188) 7173 : cluster [DBG] pgmap v6722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:28 smithi145 bash[13673]: cluster 2022-04-26T06:22:28.570695+0000 mgr.smithi136.ofnrfx (mgr.14188) 7174 : cluster [DBG] pgmap v6723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:28.984 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:28 smithi136 bash[11745]: cluster 2022-04-26T06:22:28.570695+0000 mgr.smithi136.ofnrfx (mgr.14188) 7174 : cluster [DBG] pgmap v6723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:29.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:29.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:29.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:30.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:30 smithi145 bash[13673]: audit 2022-04-26T06:22:30.078387+0000 mon.smithi136 (mon.0) 4551 : audit [DBG] from='client.? 172.21.15.136:0/1280722498' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:30.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:30 smithi136 bash[11745]: audit 2022-04-26T06:22:30.078387+0000 mon.smithi136 (mon.0) 4551 : audit [DBG] from='client.? 172.21.15.136:0/1280722498' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:31 smithi145 bash[13673]: cluster 2022-04-26T06:22:30.571354+0000 mgr.smithi136.ofnrfx (mgr.14188) 7175 : cluster [DBG] pgmap v6724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:31 smithi136 bash[11745]: cluster 2022-04-26T06:22:30.571354+0000 mgr.smithi136.ofnrfx (mgr.14188) 7175 : cluster [DBG] pgmap v6724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:33 smithi136 bash[11745]: cluster 2022-04-26T06:22:32.572011+0000 mgr.smithi136.ofnrfx (mgr.14188) 7176 : cluster [DBG] pgmap v6725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:33 smithi145 bash[13673]: cluster 2022-04-26T06:22:32.572011+0000 mgr.smithi136.ofnrfx (mgr.14188) 7176 : cluster [DBG] pgmap v6725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:34 smithi145 bash[13673]: cluster 2022-04-26T06:22:34.572674+0000 mgr.smithi136.ofnrfx (mgr.14188) 7177 : cluster [DBG] pgmap v6726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:34 smithi136 bash[11745]: cluster 2022-04-26T06:22:34.572674+0000 mgr.smithi136.ofnrfx (mgr.14188) 7177 : cluster [DBG] pgmap v6726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:35.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:35.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:35.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:35.424 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:35 smithi145 bash[13673]: audit 2022-04-26T06:22:35.408295+0000 mon.smithi136 (mon.0) 4552 : audit [DBG] from='client.? 172.21.15.136:0/2438671138' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:35 smithi136 bash[11745]: audit 2022-04-26T06:22:35.408295+0000 mon.smithi136 (mon.0) 4552 : audit [DBG] from='client.? 172.21.15.136:0/2438671138' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:36 smithi136 bash[11745]: cluster 2022-04-26T06:22:36.573313+0000 mgr.smithi136.ofnrfx (mgr.14188) 7178 : cluster [DBG] pgmap v6727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:36 smithi145 bash[13673]: cluster 2022-04-26T06:22:36.573313+0000 mgr.smithi136.ofnrfx (mgr.14188) 7178 : cluster [DBG] pgmap v6727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:38 smithi145 bash[13673]: cluster 2022-04-26T06:22:38.573955+0000 mgr.smithi136.ofnrfx (mgr.14188) 7179 : cluster [DBG] pgmap v6728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:38.983 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:38 smithi136 bash[11745]: cluster 2022-04-26T06:22:38.573955+0000 mgr.smithi136.ofnrfx (mgr.14188) 7179 : cluster [DBG] pgmap v6728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:40.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:40.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:40.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:40.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:40 smithi136 bash[11745]: cluster 2022-04-26T06:22:40.574524+0000 mgr.smithi136.ofnrfx (mgr.14188) 7180 : cluster [DBG] pgmap v6729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:40 smithi145 bash[13673]: cluster 2022-04-26T06:22:40.574524+0000 mgr.smithi136.ofnrfx (mgr.14188) 7180 : cluster [DBG] pgmap v6729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:41 smithi145 bash[13673]: audit 2022-04-26T06:22:40.738728+0000 mon.smithi136 (mon.0) 4553 : audit [DBG] from='client.? 172.21.15.136:0/3117107214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:41 smithi136 bash[11745]: audit 2022-04-26T06:22:40.738728+0000 mon.smithi136 (mon.0) 4553 : audit [DBG] from='client.? 172.21.15.136:0/3117107214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:43 smithi136 bash[11745]: cluster 2022-04-26T06:22:42.575166+0000 mgr.smithi136.ofnrfx (mgr.14188) 7181 : cluster [DBG] pgmap v6730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:43.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:43 smithi145 bash[13673]: cluster 2022-04-26T06:22:42.575166+0000 mgr.smithi136.ofnrfx (mgr.14188) 7181 : cluster [DBG] pgmap v6730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:44 smithi145 bash[13673]: cluster 2022-04-26T06:22:44.575838+0000 mgr.smithi136.ofnrfx (mgr.14188) 7182 : cluster [DBG] pgmap v6731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:44 smithi136 bash[11745]: cluster 2022-04-26T06:22:44.575838+0000 mgr.smithi136.ofnrfx (mgr.14188) 7182 : cluster [DBG] pgmap v6731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:45.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:45.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:45.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:46.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:46 smithi145 bash[13673]: audit 2022-04-26T06:22:46.071614+0000 mon.smithi136 (mon.0) 4554 : audit [DBG] from='client.? 172.21.15.136:0/2117818466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:46 smithi136 bash[11745]: audit 2022-04-26T06:22:46.071614+0000 mon.smithi136 (mon.0) 4554 : audit [DBG] from='client.? 172.21.15.136:0/2117818466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:47.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:47 smithi145 bash[13673]: cluster 2022-04-26T06:22:46.576504+0000 mgr.smithi136.ofnrfx (mgr.14188) 7183 : cluster [DBG] pgmap v6732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:47 smithi136 bash[11745]: cluster 2022-04-26T06:22:46.576504+0000 mgr.smithi136.ofnrfx (mgr.14188) 7183 : cluster [DBG] pgmap v6732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:48 smithi145 bash[13673]: cluster 2022-04-26T06:22:48.577110+0000 mgr.smithi136.ofnrfx (mgr.14188) 7184 : cluster [DBG] pgmap v6733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:48.984 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:48 smithi136 bash[11745]: cluster 2022-04-26T06:22:48.577110+0000 mgr.smithi136.ofnrfx (mgr.14188) 7184 : cluster [DBG] pgmap v6733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:50.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:50 smithi136 bash[11745]: cluster 2022-04-26T06:22:50.577720+0000 mgr.smithi136.ofnrfx (mgr.14188) 7185 : cluster [DBG] pgmap v6734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:50 smithi145 bash[13673]: cluster 2022-04-26T06:22:50.577720+0000 mgr.smithi136.ofnrfx (mgr.14188) 7185 : cluster [DBG] pgmap v6734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:51.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:51.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:51.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:51.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:51.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:51 smithi145 bash[13673]: audit 2022-04-26T06:22:51.397695+0000 mon.smithi136 (mon.0) 4555 : audit [DBG] from='client.? 172.21.15.136:0/632266528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:51 smithi136 bash[11745]: audit 2022-04-26T06:22:51.397695+0000 mon.smithi136 (mon.0) 4555 : audit [DBG] from='client.? 172.21.15.136:0/632266528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:53 smithi136 bash[11745]: cluster 2022-04-26T06:22:52.578377+0000 mgr.smithi136.ofnrfx (mgr.14188) 7186 : cluster [DBG] pgmap v6735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:53 smithi145 bash[13673]: cluster 2022-04-26T06:22:52.578377+0000 mgr.smithi136.ofnrfx (mgr.14188) 7186 : cluster [DBG] pgmap v6735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:54 smithi145 bash[13673]: cluster 2022-04-26T06:22:54.578982+0000 mgr.smithi136.ofnrfx (mgr.14188) 7187 : cluster [DBG] pgmap v6736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:54 smithi136 bash[11745]: cluster 2022-04-26T06:22:54.578982+0000 mgr.smithi136.ofnrfx (mgr.14188) 7187 : cluster [DBG] pgmap v6736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:56.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:22:56.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:22:56.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:22:56.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:22:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:56 smithi145 bash[13673]: cluster 2022-04-26T06:22:56.579642+0000 mgr.smithi136.ofnrfx (mgr.14188) 7188 : cluster [DBG] pgmap v6737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:56 smithi136 bash[11745]: cluster 2022-04-26T06:22:56.579642+0000 mgr.smithi136.ofnrfx (mgr.14188) 7188 : cluster [DBG] pgmap v6737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:57 smithi145 bash[13673]: audit 2022-04-26T06:22:56.730861+0000 mon.smithi136 (mon.0) 4556 : audit [DBG] from='client.? 172.21.15.136:0/678808124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:57 smithi136 bash[11745]: audit 2022-04-26T06:22:56.730861+0000 mon.smithi136 (mon.0) 4556 : audit [DBG] from='client.? 172.21.15.136:0/678808124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:22:58.984 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:22:58 smithi136 bash[11745]: cluster 2022-04-26T06:22:58.580271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7189 : cluster [DBG] pgmap v6738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:22:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:22:58 smithi145 bash[13673]: cluster 2022-04-26T06:22:58.580271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7189 : cluster [DBG] pgmap v6738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:00 smithi136 bash[11745]: cluster 2022-04-26T06:23:00.580870+0000 mgr.smithi136.ofnrfx (mgr.14188) 7190 : cluster [DBG] pgmap v6739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:00.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:00 smithi145 bash[13673]: cluster 2022-04-26T06:23:00.580870+0000 mgr.smithi136.ofnrfx (mgr.14188) 7190 : cluster [DBG] pgmap v6739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:01.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:01.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:01.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:02.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:02.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:02 smithi145 bash[13673]: audit 2022-04-26T06:23:02.051844+0000 mon.smithi136 (mon.0) 4557 : audit [DBG] from='client.? 172.21.15.136:0/1084342566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:02 smithi136 bash[11745]: audit 2022-04-26T06:23:02.051844+0000 mon.smithi136 (mon.0) 4557 : audit [DBG] from='client.? 172.21.15.136:0/1084342566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:03 smithi136 bash[11745]: cluster 2022-04-26T06:23:02.581505+0000 mgr.smithi136.ofnrfx (mgr.14188) 7191 : cluster [DBG] pgmap v6740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:03 smithi136 bash[11745]: audit 2022-04-26T06:23:02.761997+0000 mon.smithi136 (mon.0) 4558 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:23:03.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:03 smithi136 bash[11745]: audit 2022-04-26T06:23:02.765775+0000 mon.smithi136 (mon.0) 4559 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:23:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:03 smithi145 bash[13673]: cluster 2022-04-26T06:23:02.581505+0000 mgr.smithi136.ofnrfx (mgr.14188) 7191 : cluster [DBG] pgmap v6740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:03 smithi145 bash[13673]: audit 2022-04-26T06:23:02.761997+0000 mon.smithi136 (mon.0) 4558 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:23:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:03 smithi145 bash[13673]: audit 2022-04-26T06:23:02.765775+0000 mon.smithi136 (mon.0) 4559 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:23:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:04 smithi145 bash[13673]: cluster 2022-04-26T06:23:04.582196+0000 mgr.smithi136.ofnrfx (mgr.14188) 7192 : cluster [DBG] pgmap v6741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:04 smithi136 bash[11745]: cluster 2022-04-26T06:23:04.582196+0000 mgr.smithi136.ofnrfx (mgr.14188) 7192 : cluster [DBG] pgmap v6741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:06 smithi145 bash[13673]: cluster 2022-04-26T06:23:06.582965+0000 mgr.smithi136.ofnrfx (mgr.14188) 7193 : cluster [DBG] pgmap v6742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:06 smithi136 bash[11745]: cluster 2022-04-26T06:23:06.582965+0000 mgr.smithi136.ofnrfx (mgr.14188) 7193 : cluster [DBG] pgmap v6742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:07.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:07.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:07.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:07.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:08 smithi145 bash[13673]: audit 2022-04-26T06:23:07.388803+0000 mon.smithi136 (mon.0) 4560 : audit [DBG] from='client.? 172.21.15.136:0/2991034845' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:08 smithi136 bash[11745]: audit 2022-04-26T06:23:07.388803+0000 mon.smithi136 (mon.0) 4560 : audit [DBG] from='client.? 172.21.15.136:0/2991034845' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:09 smithi136 bash[11745]: cluster 2022-04-26T06:23:08.583701+0000 mgr.smithi136.ofnrfx (mgr.14188) 7194 : cluster [DBG] pgmap v6743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:09.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:09 smithi145 bash[13673]: cluster 2022-04-26T06:23:08.583701+0000 mgr.smithi136.ofnrfx (mgr.14188) 7194 : cluster [DBG] pgmap v6743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:10 smithi136 bash[11745]: cluster 2022-04-26T06:23:10.584554+0000 mgr.smithi136.ofnrfx (mgr.14188) 7195 : cluster [DBG] pgmap v6744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:10.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:10 smithi145 bash[13673]: cluster 2022-04-26T06:23:10.584554+0000 mgr.smithi136.ofnrfx (mgr.14188) 7195 : cluster [DBG] pgmap v6744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:12.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:12.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:12.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:12.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:13 smithi136 bash[11745]: cluster 2022-04-26T06:23:12.585132+0000 mgr.smithi136.ofnrfx (mgr.14188) 7196 : cluster [DBG] pgmap v6745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:13 smithi136 bash[11745]: audit 2022-04-26T06:23:12.719443+0000 mon.smithi136 (mon.0) 4561 : audit [DBG] from='client.? 172.21.15.136:0/162181802' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:13.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:13 smithi145 bash[13673]: cluster 2022-04-26T06:23:12.585132+0000 mgr.smithi136.ofnrfx (mgr.14188) 7196 : cluster [DBG] pgmap v6745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:13.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:13 smithi145 bash[13673]: audit 2022-04-26T06:23:12.719443+0000 mon.smithi136 (mon.0) 4561 : audit [DBG] from='client.? 172.21.15.136:0/162181802' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:14 smithi136 bash[11745]: cluster 2022-04-26T06:23:14.585773+0000 mgr.smithi136.ofnrfx (mgr.14188) 7197 : cluster [DBG] pgmap v6746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:14 smithi145 bash[13673]: cluster 2022-04-26T06:23:14.585773+0000 mgr.smithi136.ofnrfx (mgr.14188) 7197 : cluster [DBG] pgmap v6746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:16 smithi136 bash[11745]: cluster 2022-04-26T06:23:16.586513+0000 mgr.smithi136.ofnrfx (mgr.14188) 7198 : cluster [DBG] pgmap v6747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:16 smithi145 bash[13673]: cluster 2022-04-26T06:23:16.586513+0000 mgr.smithi136.ofnrfx (mgr.14188) 7198 : cluster [DBG] pgmap v6747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:17.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:17.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:17.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:18.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:18.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:18 smithi145 bash[13673]: audit 2022-04-26T06:23:18.050476+0000 mon.smithi136 (mon.0) 4562 : audit [DBG] from='client.? 172.21.15.136:0/2977229832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:18 smithi136 bash[11745]: audit 2022-04-26T06:23:18.050476+0000 mon.smithi136 (mon.0) 4562 : audit [DBG] from='client.? 172.21.15.136:0/2977229832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:19.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:19 smithi136 bash[11745]: cluster 2022-04-26T06:23:18.587182+0000 mgr.smithi136.ofnrfx (mgr.14188) 7199 : cluster [DBG] pgmap v6748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:19.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:19 smithi145 bash[13673]: cluster 2022-04-26T06:23:18.587182+0000 mgr.smithi136.ofnrfx (mgr.14188) 7199 : cluster [DBG] pgmap v6748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:20 smithi136 bash[11745]: cluster 2022-04-26T06:23:20.587836+0000 mgr.smithi136.ofnrfx (mgr.14188) 7200 : cluster [DBG] pgmap v6749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:20 smithi136 bash[11745]: audit 2022-04-26T06:23:20.593471+0000 mon.smithi136 (mon.0) 4563 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:23:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:20 smithi136 bash[11745]: audit 2022-04-26T06:23:20.596102+0000 mon.smithi136 (mon.0) 4564 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:23:20.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:20 smithi136 bash[11745]: audit 2022-04-26T06:23:20.597918+0000 mon.smithi136 (mon.0) 4565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:23:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:20 smithi145 bash[13673]: cluster 2022-04-26T06:23:20.587836+0000 mgr.smithi136.ofnrfx (mgr.14188) 7200 : cluster [DBG] pgmap v6749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:20 smithi145 bash[13673]: audit 2022-04-26T06:23:20.593471+0000 mon.smithi136 (mon.0) 4563 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:23:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:20 smithi145 bash[13673]: audit 2022-04-26T06:23:20.596102+0000 mon.smithi136 (mon.0) 4564 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:23:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:20 smithi145 bash[13673]: audit 2022-04-26T06:23:20.597918+0000 mon.smithi136 (mon.0) 4565 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:23:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:21 smithi136 bash[11745]: cluster 2022-04-26T06:23:20.925519+0000 mgr.smithi136.ofnrfx (mgr.14188) 7201 : cluster [DBG] pgmap v6750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:21 smithi136 bash[11745]: cluster 2022-04-26T06:23:20.925968+0000 mgr.smithi136.ofnrfx (mgr.14188) 7202 : cluster [DBG] pgmap v6751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:21 smithi136 bash[11745]: audit 2022-04-26T06:23:20.931972+0000 mon.smithi136 (mon.0) 4566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:23:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:21 smithi136 bash[11745]: audit 2022-04-26T06:23:20.938179+0000 mon.smithi136 (mon.0) 4567 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:23:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:21 smithi136 bash[11745]: cephadm 2022-04-26T06:23:20.939219+0000 mgr.smithi136.ofnrfx (mgr.14188) 7203 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:23:22.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:21 smithi136 bash[11745]: cephadm 2022-04-26T06:23:20.939375+0000 mgr.smithi136.ofnrfx (mgr.14188) 7204 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:23:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:21 smithi145 bash[13673]: cluster 2022-04-26T06:23:20.925519+0000 mgr.smithi136.ofnrfx (mgr.14188) 7201 : cluster [DBG] pgmap v6750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:21 smithi145 bash[13673]: cluster 2022-04-26T06:23:20.925968+0000 mgr.smithi136.ofnrfx (mgr.14188) 7202 : cluster [DBG] pgmap v6751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:21 smithi145 bash[13673]: audit 2022-04-26T06:23:20.931972+0000 mon.smithi136 (mon.0) 4566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:23:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:21 smithi145 bash[13673]: audit 2022-04-26T06:23:20.938179+0000 mon.smithi136 (mon.0) 4567 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:23:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:21 smithi145 bash[13673]: cephadm 2022-04-26T06:23:20.939219+0000 mgr.smithi136.ofnrfx (mgr.14188) 7203 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:23:22.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:21 smithi145 bash[13673]: cephadm 2022-04-26T06:23:20.939375+0000 mgr.smithi136.ofnrfx (mgr.14188) 7204 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:23:23.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:23.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:23.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:23.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:24 smithi136 bash[11745]: cluster 2022-04-26T06:23:22.926581+0000 mgr.smithi136.ofnrfx (mgr.14188) 7205 : cluster [DBG] pgmap v6752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:24 smithi136 bash[11745]: audit 2022-04-26T06:23:23.376451+0000 mon.smithi136 (mon.0) 4568 : audit [DBG] from='client.? 172.21.15.136:0/488648250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:24.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:24 smithi145 bash[13673]: cluster 2022-04-26T06:23:22.926581+0000 mgr.smithi136.ofnrfx (mgr.14188) 7205 : cluster [DBG] pgmap v6752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:24.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:24 smithi145 bash[13673]: audit 2022-04-26T06:23:23.376451+0000 mon.smithi136 (mon.0) 4568 : audit [DBG] from='client.? 172.21.15.136:0/488648250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:26 smithi136 bash[11745]: cluster 2022-04-26T06:23:24.927144+0000 mgr.smithi136.ofnrfx (mgr.14188) 7206 : cluster [DBG] pgmap v6753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:26 smithi145 bash[13673]: cluster 2022-04-26T06:23:24.927144+0000 mgr.smithi136.ofnrfx (mgr.14188) 7206 : cluster [DBG] pgmap v6753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:28.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:28.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:28.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:28.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:28 smithi145 bash[13673]: cluster 2022-04-26T06:23:26.927806+0000 mgr.smithi136.ofnrfx (mgr.14188) 7207 : cluster [DBG] pgmap v6754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:28 smithi136 bash[11745]: cluster 2022-04-26T06:23:26.927806+0000 mgr.smithi136.ofnrfx (mgr.14188) 7207 : cluster [DBG] pgmap v6754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:28.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:29 smithi136 bash[11745]: audit 2022-04-26T06:23:28.703971+0000 mon.smithi136 (mon.0) 4569 : audit [DBG] from='client.? 172.21.15.136:0/2809058059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:29 smithi145 bash[13673]: audit 2022-04-26T06:23:28.703971+0000 mon.smithi136 (mon.0) 4569 : audit [DBG] from='client.? 172.21.15.136:0/2809058059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:30 smithi136 bash[11745]: cluster 2022-04-26T06:23:28.928470+0000 mgr.smithi136.ofnrfx (mgr.14188) 7208 : cluster [DBG] pgmap v6755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:30 smithi145 bash[13673]: cluster 2022-04-26T06:23:28.928470+0000 mgr.smithi136.ofnrfx (mgr.14188) 7208 : cluster [DBG] pgmap v6755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:32 smithi136 bash[11745]: cluster 2022-04-26T06:23:30.929115+0000 mgr.smithi136.ofnrfx (mgr.14188) 7209 : cluster [DBG] pgmap v6756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:32 smithi145 bash[13673]: cluster 2022-04-26T06:23:30.929115+0000 mgr.smithi136.ofnrfx (mgr.14188) 7209 : cluster [DBG] pgmap v6756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:33.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:34.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:34.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:34.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:34 smithi136 bash[11745]: cluster 2022-04-26T06:23:32.929759+0000 mgr.smithi136.ofnrfx (mgr.14188) 7210 : cluster [DBG] pgmap v6757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:34.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:34 smithi136 bash[11745]: audit 2022-04-26T06:23:34.029815+0000 mon.smithi136 (mon.0) 4570 : audit [DBG] from='client.? 172.21.15.136:0/2054273990' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:34.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:34 smithi145 bash[13673]: cluster 2022-04-26T06:23:32.929759+0000 mgr.smithi136.ofnrfx (mgr.14188) 7210 : cluster [DBG] pgmap v6757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:34.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:34 smithi145 bash[13673]: audit 2022-04-26T06:23:34.029815+0000 mon.smithi136 (mon.0) 4570 : audit [DBG] from='client.? 172.21.15.136:0/2054273990' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:36 smithi136 bash[11745]: cluster 2022-04-26T06:23:34.930463+0000 mgr.smithi136.ofnrfx (mgr.14188) 7211 : cluster [DBG] pgmap v6758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:36 smithi145 bash[13673]: cluster 2022-04-26T06:23:34.930463+0000 mgr.smithi136.ofnrfx (mgr.14188) 7211 : cluster [DBG] pgmap v6758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:38 smithi145 bash[13673]: cluster 2022-04-26T06:23:36.931240+0000 mgr.smithi136.ofnrfx (mgr.14188) 7212 : cluster [DBG] pgmap v6759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:38 smithi136 bash[11745]: cluster 2022-04-26T06:23:36.931240+0000 mgr.smithi136.ofnrfx (mgr.14188) 7212 : cluster [DBG] pgmap v6759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:39.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:39.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:39.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:39.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:40 smithi136 bash[11745]: cluster 2022-04-26T06:23:38.931869+0000 mgr.smithi136.ofnrfx (mgr.14188) 7213 : cluster [DBG] pgmap v6760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:40.602 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:40 smithi136 bash[11745]: audit 2022-04-26T06:23:39.360402+0000 mon.smithi136 (mon.0) 4571 : audit [DBG] from='client.? 172.21.15.136:0/2512326689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:40.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:40 smithi145 bash[13673]: cluster 2022-04-26T06:23:38.931869+0000 mgr.smithi136.ofnrfx (mgr.14188) 7213 : cluster [DBG] pgmap v6760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:40.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:40 smithi145 bash[13673]: audit 2022-04-26T06:23:39.360402+0000 mon.smithi136 (mon.0) 4571 : audit [DBG] from='client.? 172.21.15.136:0/2512326689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:42.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:42 smithi136 bash[11745]: cluster 2022-04-26T06:23:40.932608+0000 mgr.smithi136.ofnrfx (mgr.14188) 7214 : cluster [DBG] pgmap v6761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:42.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:42 smithi145 bash[13673]: cluster 2022-04-26T06:23:40.932608+0000 mgr.smithi136.ofnrfx (mgr.14188) 7214 : cluster [DBG] pgmap v6761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:44.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:44.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:44.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:44 smithi136 bash[11745]: cluster 2022-04-26T06:23:42.933293+0000 mgr.smithi136.ofnrfx (mgr.14188) 7215 : cluster [DBG] pgmap v6762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:44.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:44 smithi145 bash[13673]: cluster 2022-04-26T06:23:42.933293+0000 mgr.smithi136.ofnrfx (mgr.14188) 7215 : cluster [DBG] pgmap v6762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:44.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:45 smithi145 bash[13673]: audit 2022-04-26T06:23:44.689347+0000 mon.smithi136 (mon.0) 4572 : audit [DBG] from='client.? 172.21.15.136:0/1303210108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:45 smithi136 bash[11745]: audit 2022-04-26T06:23:44.689347+0000 mon.smithi136 (mon.0) 4572 : audit [DBG] from='client.? 172.21.15.136:0/1303210108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:46.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:46 smithi145 bash[13673]: cluster 2022-04-26T06:23:44.933905+0000 mgr.smithi136.ofnrfx (mgr.14188) 7216 : cluster [DBG] pgmap v6763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:46 smithi136 bash[11745]: cluster 2022-04-26T06:23:44.933905+0000 mgr.smithi136.ofnrfx (mgr.14188) 7216 : cluster [DBG] pgmap v6763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:48 smithi145 bash[13673]: cluster 2022-04-26T06:23:46.934487+0000 mgr.smithi136.ofnrfx (mgr.14188) 7217 : cluster [DBG] pgmap v6764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:48 smithi136 bash[11745]: cluster 2022-04-26T06:23:46.934487+0000 mgr.smithi136.ofnrfx (mgr.14188) 7217 : cluster [DBG] pgmap v6764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:49.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:49.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:49.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:50.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:50.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:50 smithi145 bash[13673]: cluster 2022-04-26T06:23:48.935112+0000 mgr.smithi136.ofnrfx (mgr.14188) 7218 : cluster [DBG] pgmap v6765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:50.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:50 smithi145 bash[13673]: audit 2022-04-26T06:23:50.003902+0000 mon.smithi136 (mon.0) 4573 : audit [DBG] from='client.? 172.21.15.136:0/3209084143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:50 smithi136 bash[11745]: cluster 2022-04-26T06:23:48.935112+0000 mgr.smithi136.ofnrfx (mgr.14188) 7218 : cluster [DBG] pgmap v6765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:50 smithi136 bash[11745]: audit 2022-04-26T06:23:50.003902+0000 mon.smithi136 (mon.0) 4573 : audit [DBG] from='client.? 172.21.15.136:0/3209084143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:52 smithi145 bash[13673]: cluster 2022-04-26T06:23:50.935886+0000 mgr.smithi136.ofnrfx (mgr.14188) 7219 : cluster [DBG] pgmap v6766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:52 smithi136 bash[11745]: cluster 2022-04-26T06:23:50.935886+0000 mgr.smithi136.ofnrfx (mgr.14188) 7219 : cluster [DBG] pgmap v6766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:54 smithi145 bash[13673]: cluster 2022-04-26T06:23:52.936542+0000 mgr.smithi136.ofnrfx (mgr.14188) 7220 : cluster [DBG] pgmap v6767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:54 smithi136 bash[11745]: cluster 2022-04-26T06:23:52.936542+0000 mgr.smithi136.ofnrfx (mgr.14188) 7220 : cluster [DBG] pgmap v6767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:55.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:23:55.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:23:55.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:23:55.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:23:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:55 smithi145 bash[13673]: audit 2022-04-26T06:23:55.332572+0000 mon.smithi136 (mon.0) 4574 : audit [DBG] from='client.? 172.21.15.136:0/3477639441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:55.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:55 smithi136 bash[11745]: audit 2022-04-26T06:23:55.332572+0000 mon.smithi136 (mon.0) 4574 : audit [DBG] from='client.? 172.21.15.136:0/3477639441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:23:56.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:56 smithi145 bash[13673]: cluster 2022-04-26T06:23:54.937166+0000 mgr.smithi136.ofnrfx (mgr.14188) 7221 : cluster [DBG] pgmap v6768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:56 smithi136 bash[11745]: cluster 2022-04-26T06:23:54.937166+0000 mgr.smithi136.ofnrfx (mgr.14188) 7221 : cluster [DBG] pgmap v6768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:23:58 smithi145 bash[13673]: cluster 2022-04-26T06:23:56.937816+0000 mgr.smithi136.ofnrfx (mgr.14188) 7222 : cluster [DBG] pgmap v6769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:23:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:23:58 smithi136 bash[11745]: cluster 2022-04-26T06:23:56.937816+0000 mgr.smithi136.ofnrfx (mgr.14188) 7222 : cluster [DBG] pgmap v6769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:00.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:00.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:00.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:00 smithi145 bash[13673]: cluster 2022-04-26T06:23:58.938419+0000 mgr.smithi136.ofnrfx (mgr.14188) 7223 : cluster [DBG] pgmap v6770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:00.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:00 smithi136 bash[11745]: cluster 2022-04-26T06:23:58.938419+0000 mgr.smithi136.ofnrfx (mgr.14188) 7223 : cluster [DBG] pgmap v6770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:01 smithi145 bash[13673]: audit 2022-04-26T06:24:00.663176+0000 mon.smithi136 (mon.0) 4575 : audit [DBG] from='client.? 172.21.15.136:0/3541077038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:01 smithi136 bash[11745]: audit 2022-04-26T06:24:00.663176+0000 mon.smithi136 (mon.0) 4575 : audit [DBG] from='client.? 172.21.15.136:0/3541077038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:02 smithi145 bash[13673]: cluster 2022-04-26T06:24:00.939054+0000 mgr.smithi136.ofnrfx (mgr.14188) 7224 : cluster [DBG] pgmap v6771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:02 smithi136 bash[11745]: cluster 2022-04-26T06:24:00.939054+0000 mgr.smithi136.ofnrfx (mgr.14188) 7224 : cluster [DBG] pgmap v6771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:03 smithi145 bash[13673]: audit 2022-04-26T06:24:02.766084+0000 mon.smithi136 (mon.0) 4576 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:24:03.667 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:03 smithi145 bash[13673]: audit 2022-04-26T06:24:02.769912+0000 mon.smithi136 (mon.0) 4577 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:24:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:03 smithi136 bash[11745]: audit 2022-04-26T06:24:02.766084+0000 mon.smithi136 (mon.0) 4576 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:24:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:03 smithi136 bash[11745]: audit 2022-04-26T06:24:02.769912+0000 mon.smithi136 (mon.0) 4577 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:24:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:04 smithi145 bash[13673]: cluster 2022-04-26T06:24:02.939717+0000 mgr.smithi136.ofnrfx (mgr.14188) 7225 : cluster [DBG] pgmap v6772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:05.099 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:04 smithi136 bash[11745]: cluster 2022-04-26T06:24:02.939717+0000 mgr.smithi136.ofnrfx (mgr.14188) 7225 : cluster [DBG] pgmap v6772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:05.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:05.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:05.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:06.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:06.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:06 smithi145 bash[13673]: cluster 2022-04-26T06:24:04.940326+0000 mgr.smithi136.ofnrfx (mgr.14188) 7226 : cluster [DBG] pgmap v6773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:06.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:06 smithi145 bash[13673]: audit 2022-04-26T06:24:05.988486+0000 mon.smithi136 (mon.0) 4578 : audit [DBG] from='client.? 172.21.15.136:0/248724016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:06 smithi136 bash[11745]: cluster 2022-04-26T06:24:04.940326+0000 mgr.smithi136.ofnrfx (mgr.14188) 7226 : cluster [DBG] pgmap v6773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:06 smithi136 bash[11745]: audit 2022-04-26T06:24:05.988486+0000 mon.smithi136 (mon.0) 4578 : audit [DBG] from='client.? 172.21.15.136:0/248724016' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:08 smithi136 bash[11745]: cluster 2022-04-26T06:24:06.940950+0000 mgr.smithi136.ofnrfx (mgr.14188) 7227 : cluster [DBG] pgmap v6774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:08 smithi145 bash[13673]: cluster 2022-04-26T06:24:06.940950+0000 mgr.smithi136.ofnrfx (mgr.14188) 7227 : cluster [DBG] pgmap v6774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:10 smithi136 bash[11745]: cluster 2022-04-26T06:24:08.941604+0000 mgr.smithi136.ofnrfx (mgr.14188) 7228 : cluster [DBG] pgmap v6775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:10 smithi145 bash[13673]: cluster 2022-04-26T06:24:08.941604+0000 mgr.smithi136.ofnrfx (mgr.14188) 7228 : cluster [DBG] pgmap v6775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:11.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:11.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:11.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:11.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:11 smithi136 bash[11745]: audit 2022-04-26T06:24:11.323286+0000 mon.smithi136 (mon.0) 4579 : audit [DBG] from='client.? 172.21.15.136:0/472400758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:11 smithi145 bash[13673]: audit 2022-04-26T06:24:11.323286+0000 mon.smithi136 (mon.0) 4579 : audit [DBG] from='client.? 172.21.15.136:0/472400758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:12 smithi136 bash[11745]: cluster 2022-04-26T06:24:10.942239+0000 mgr.smithi136.ofnrfx (mgr.14188) 7229 : cluster [DBG] pgmap v6776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:12 smithi145 bash[13673]: cluster 2022-04-26T06:24:10.942239+0000 mgr.smithi136.ofnrfx (mgr.14188) 7229 : cluster [DBG] pgmap v6776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:14 smithi136 bash[11745]: cluster 2022-04-26T06:24:12.942895+0000 mgr.smithi136.ofnrfx (mgr.14188) 7230 : cluster [DBG] pgmap v6777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:14 smithi145 bash[13673]: cluster 2022-04-26T06:24:12.942895+0000 mgr.smithi136.ofnrfx (mgr.14188) 7230 : cluster [DBG] pgmap v6777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:16.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:16.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:16.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:16.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:16 smithi136 bash[11745]: cluster 2022-04-26T06:24:14.943562+0000 mgr.smithi136.ofnrfx (mgr.14188) 7231 : cluster [DBG] pgmap v6778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:16 smithi145 bash[13673]: cluster 2022-04-26T06:24:14.943562+0000 mgr.smithi136.ofnrfx (mgr.14188) 7231 : cluster [DBG] pgmap v6778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:17 smithi136 bash[11745]: audit 2022-04-26T06:24:16.647919+0000 mon.smithi136 (mon.0) 4580 : audit [DBG] from='client.? 172.21.15.136:0/3588714356' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:17 smithi145 bash[13673]: audit 2022-04-26T06:24:16.647919+0000 mon.smithi136 (mon.0) 4580 : audit [DBG] from='client.? 172.21.15.136:0/3588714356' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:18 smithi136 bash[11745]: cluster 2022-04-26T06:24:16.944157+0000 mgr.smithi136.ofnrfx (mgr.14188) 7232 : cluster [DBG] pgmap v6779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:18 smithi145 bash[13673]: cluster 2022-04-26T06:24:16.944157+0000 mgr.smithi136.ofnrfx (mgr.14188) 7232 : cluster [DBG] pgmap v6779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:20 smithi136 bash[11745]: cluster 2022-04-26T06:24:18.944766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7233 : cluster [DBG] pgmap v6780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:20 smithi145 bash[13673]: cluster 2022-04-26T06:24:18.944766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7233 : cluster [DBG] pgmap v6780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:21.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:21.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:21.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:21 smithi136 bash[11745]: audit 2022-04-26T06:24:20.948904+0000 mon.smithi136 (mon.0) 4581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:24:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:21 smithi136 bash[11745]: audit 2022-04-26T06:24:20.951893+0000 mon.smithi136 (mon.0) 4582 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:24:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:21 smithi136 bash[11745]: audit 2022-04-26T06:24:20.953991+0000 mon.smithi136 (mon.0) 4583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:24:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:21 smithi136 bash[11745]: audit 2022-04-26T06:24:21.286755+0000 mon.smithi136 (mon.0) 4584 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:24:21.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:21 smithi136 bash[11745]: audit 2022-04-26T06:24:21.296147+0000 mon.smithi136 (mon.0) 4585 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:24:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:21 smithi145 bash[13673]: audit 2022-04-26T06:24:20.948904+0000 mon.smithi136 (mon.0) 4581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:24:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:21 smithi145 bash[13673]: audit 2022-04-26T06:24:20.951893+0000 mon.smithi136 (mon.0) 4582 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:24:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:21 smithi145 bash[13673]: audit 2022-04-26T06:24:20.953991+0000 mon.smithi136 (mon.0) 4583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:24:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:21 smithi145 bash[13673]: audit 2022-04-26T06:24:21.286755+0000 mon.smithi136 (mon.0) 4584 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:24:21.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:21 smithi145 bash[13673]: audit 2022-04-26T06:24:21.296147+0000 mon.smithi136 (mon.0) 4585 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:24:21.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:22 smithi136 bash[11745]: cluster 2022-04-26T06:24:20.945386+0000 mgr.smithi136.ofnrfx (mgr.14188) 7234 : cluster [DBG] pgmap v6781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:22 smithi136 bash[11745]: cluster 2022-04-26T06:24:21.280785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7235 : cluster [DBG] pgmap v6782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:22 smithi136 bash[11745]: cluster 2022-04-26T06:24:21.281197+0000 mgr.smithi136.ofnrfx (mgr.14188) 7236 : cluster [DBG] pgmap v6783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:22 smithi136 bash[11745]: cephadm 2022-04-26T06:24:21.297415+0000 mgr.smithi136.ofnrfx (mgr.14188) 7237 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:24:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:22 smithi136 bash[11745]: cephadm 2022-04-26T06:24:21.297500+0000 mgr.smithi136.ofnrfx (mgr.14188) 7238 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:24:22.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:22 smithi136 bash[11745]: audit 2022-04-26T06:24:21.982125+0000 mon.smithi136 (mon.0) 4586 : audit [DBG] from='client.? 172.21.15.136:0/3532942291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:22 smithi145 bash[13673]: cluster 2022-04-26T06:24:20.945386+0000 mgr.smithi136.ofnrfx (mgr.14188) 7234 : cluster [DBG] pgmap v6781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:22.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:22 smithi145 bash[13673]: cluster 2022-04-26T06:24:21.280785+0000 mgr.smithi136.ofnrfx (mgr.14188) 7235 : cluster [DBG] pgmap v6782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:22.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:22 smithi145 bash[13673]: cluster 2022-04-26T06:24:21.281197+0000 mgr.smithi136.ofnrfx (mgr.14188) 7236 : cluster [DBG] pgmap v6783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:22.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:22 smithi145 bash[13673]: cephadm 2022-04-26T06:24:21.297415+0000 mgr.smithi136.ofnrfx (mgr.14188) 7237 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:24:22.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:22 smithi145 bash[13673]: cephadm 2022-04-26T06:24:21.297500+0000 mgr.smithi136.ofnrfx (mgr.14188) 7238 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:24:22.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:22 smithi145 bash[13673]: audit 2022-04-26T06:24:21.982125+0000 mon.smithi136 (mon.0) 4586 : audit [DBG] from='client.? 172.21.15.136:0/3532942291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:24 smithi136 bash[11745]: cluster 2022-04-26T06:24:23.281859+0000 mgr.smithi136.ofnrfx (mgr.14188) 7239 : cluster [DBG] pgmap v6784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:24 smithi145 bash[13673]: cluster 2022-04-26T06:24:23.281859+0000 mgr.smithi136.ofnrfx (mgr.14188) 7239 : cluster [DBG] pgmap v6784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:26 smithi136 bash[11745]: cluster 2022-04-26T06:24:25.282502+0000 mgr.smithi136.ofnrfx (mgr.14188) 7240 : cluster [DBG] pgmap v6785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:26 smithi145 bash[13673]: cluster 2022-04-26T06:24:25.282502+0000 mgr.smithi136.ofnrfx (mgr.14188) 7240 : cluster [DBG] pgmap v6785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:27.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:27.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:27.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:27.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:28 smithi145 bash[13673]: cluster 2022-04-26T06:24:27.283053+0000 mgr.smithi136.ofnrfx (mgr.14188) 7241 : cluster [DBG] pgmap v6786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:28.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:28 smithi145 bash[13673]: audit 2022-04-26T06:24:27.314113+0000 mon.smithi136 (mon.0) 4587 : audit [DBG] from='client.? 172.21.15.136:0/3079714490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:28 smithi136 bash[11745]: cluster 2022-04-26T06:24:27.283053+0000 mgr.smithi136.ofnrfx (mgr.14188) 7241 : cluster [DBG] pgmap v6786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:28 smithi136 bash[11745]: audit 2022-04-26T06:24:27.314113+0000 mon.smithi136 (mon.0) 4587 : audit [DBG] from='client.? 172.21.15.136:0/3079714490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:30 smithi145 bash[13673]: cluster 2022-04-26T06:24:29.283731+0000 mgr.smithi136.ofnrfx (mgr.14188) 7242 : cluster [DBG] pgmap v6787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:30 smithi136 bash[11745]: cluster 2022-04-26T06:24:29.283731+0000 mgr.smithi136.ofnrfx (mgr.14188) 7242 : cluster [DBG] pgmap v6787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:32.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:32.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:32.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:32 smithi145 bash[13673]: cluster 2022-04-26T06:24:31.284361+0000 mgr.smithi136.ofnrfx (mgr.14188) 7243 : cluster [DBG] pgmap v6788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:32.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:32 smithi136 bash[11745]: cluster 2022-04-26T06:24:31.284361+0000 mgr.smithi136.ofnrfx (mgr.14188) 7243 : cluster [DBG] pgmap v6788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:33 smithi145 bash[13673]: audit 2022-04-26T06:24:32.644444+0000 mon.smithi136 (mon.0) 4588 : audit [DBG] from='client.? 172.21.15.136:0/3748272667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:33 smithi136 bash[11745]: audit 2022-04-26T06:24:32.644444+0000 mon.smithi136 (mon.0) 4588 : audit [DBG] from='client.? 172.21.15.136:0/3748272667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:34.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:34 smithi145 bash[13673]: cluster 2022-04-26T06:24:33.284998+0000 mgr.smithi136.ofnrfx (mgr.14188) 7244 : cluster [DBG] pgmap v6789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:34 smithi136 bash[11745]: cluster 2022-04-26T06:24:33.284998+0000 mgr.smithi136.ofnrfx (mgr.14188) 7244 : cluster [DBG] pgmap v6789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:36 smithi145 bash[13673]: cluster 2022-04-26T06:24:35.285630+0000 mgr.smithi136.ofnrfx (mgr.14188) 7245 : cluster [DBG] pgmap v6790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:36 smithi136 bash[11745]: cluster 2022-04-26T06:24:35.285630+0000 mgr.smithi136.ofnrfx (mgr.14188) 7245 : cluster [DBG] pgmap v6790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:37.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:37.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:37.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:37.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:38 smithi145 bash[13673]: cluster 2022-04-26T06:24:37.286297+0000 mgr.smithi136.ofnrfx (mgr.14188) 7246 : cluster [DBG] pgmap v6791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:38 smithi145 bash[13673]: audit 2022-04-26T06:24:37.972729+0000 mon.smithi136 (mon.0) 4589 : audit [DBG] from='client.? 172.21.15.136:0/936876215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:38 smithi136 bash[11745]: cluster 2022-04-26T06:24:37.286297+0000 mgr.smithi136.ofnrfx (mgr.14188) 7246 : cluster [DBG] pgmap v6791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:38 smithi136 bash[11745]: audit 2022-04-26T06:24:37.972729+0000 mon.smithi136 (mon.0) 4589 : audit [DBG] from='client.? 172.21.15.136:0/936876215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:40.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:40 smithi145 bash[13673]: cluster 2022-04-26T06:24:39.286719+0000 mgr.smithi136.ofnrfx (mgr.14188) 7247 : cluster [DBG] pgmap v6792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:40 smithi136 bash[11745]: cluster 2022-04-26T06:24:39.286719+0000 mgr.smithi136.ofnrfx (mgr.14188) 7247 : cluster [DBG] pgmap v6792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:42.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:42 smithi145 bash[13673]: cluster 2022-04-26T06:24:41.287478+0000 mgr.smithi136.ofnrfx (mgr.14188) 7248 : cluster [DBG] pgmap v6793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:42 smithi136 bash[11745]: cluster 2022-04-26T06:24:41.287478+0000 mgr.smithi136.ofnrfx (mgr.14188) 7248 : cluster [DBG] pgmap v6793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:42.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:42.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:42.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:43.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:43.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:43 smithi145 bash[13673]: audit 2022-04-26T06:24:43.302413+0000 mon.smithi136 (mon.0) 4590 : audit [DBG] from='client.? 172.21.15.136:0/53356939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:43 smithi136 bash[11745]: audit 2022-04-26T06:24:43.302413+0000 mon.smithi136 (mon.0) 4590 : audit [DBG] from='client.? 172.21.15.136:0/53356939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:44.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:44 smithi145 bash[13673]: cluster 2022-04-26T06:24:43.288114+0000 mgr.smithi136.ofnrfx (mgr.14188) 7249 : cluster [DBG] pgmap v6794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:44 smithi136 bash[11745]: cluster 2022-04-26T06:24:43.288114+0000 mgr.smithi136.ofnrfx (mgr.14188) 7249 : cluster [DBG] pgmap v6794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:46.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:46 smithi145 bash[13673]: cluster 2022-04-26T06:24:45.288705+0000 mgr.smithi136.ofnrfx (mgr.14188) 7250 : cluster [DBG] pgmap v6795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:46 smithi136 bash[11745]: cluster 2022-04-26T06:24:45.288705+0000 mgr.smithi136.ofnrfx (mgr.14188) 7250 : cluster [DBG] pgmap v6795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:48.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:48.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:48.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:48 smithi145 bash[13673]: cluster 2022-04-26T06:24:47.289350+0000 mgr.smithi136.ofnrfx (mgr.14188) 7251 : cluster [DBG] pgmap v6796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:48 smithi136 bash[11745]: cluster 2022-04-26T06:24:47.289350+0000 mgr.smithi136.ofnrfx (mgr.14188) 7251 : cluster [DBG] pgmap v6796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:48.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:49 smithi136 bash[11745]: audit 2022-04-26T06:24:48.625283+0000 mon.smithi136 (mon.0) 4591 : audit [DBG] from='client.? 172.21.15.136:0/842140653' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:49.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:49 smithi145 bash[13673]: audit 2022-04-26T06:24:48.625283+0000 mon.smithi136 (mon.0) 4591 : audit [DBG] from='client.? 172.21.15.136:0/842140653' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:50.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:50 smithi145 bash[13673]: cluster 2022-04-26T06:24:49.290012+0000 mgr.smithi136.ofnrfx (mgr.14188) 7252 : cluster [DBG] pgmap v6797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:50 smithi136 bash[11745]: cluster 2022-04-26T06:24:49.290012+0000 mgr.smithi136.ofnrfx (mgr.14188) 7252 : cluster [DBG] pgmap v6797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:52 smithi145 bash[13673]: cluster 2022-04-26T06:24:51.290636+0000 mgr.smithi136.ofnrfx (mgr.14188) 7253 : cluster [DBG] pgmap v6798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:52 smithi136 bash[11745]: cluster 2022-04-26T06:24:51.290636+0000 mgr.smithi136.ofnrfx (mgr.14188) 7253 : cluster [DBG] pgmap v6798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:53.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:53.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:53.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:53.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:54 smithi145 bash[13673]: cluster 2022-04-26T06:24:53.291314+0000 mgr.smithi136.ofnrfx (mgr.14188) 7254 : cluster [DBG] pgmap v6799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:54.658 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:54 smithi145 bash[13673]: audit 2022-04-26T06:24:53.950393+0000 mon.smithi136 (mon.0) 4592 : audit [DBG] from='client.? 172.21.15.136:0/229799871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:54 smithi136 bash[11745]: cluster 2022-04-26T06:24:53.291314+0000 mgr.smithi136.ofnrfx (mgr.14188) 7254 : cluster [DBG] pgmap v6799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:54 smithi136 bash[11745]: audit 2022-04-26T06:24:53.950393+0000 mon.smithi136 (mon.0) 4592 : audit [DBG] from='client.? 172.21.15.136:0/229799871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:56.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:56 smithi145 bash[13673]: cluster 2022-04-26T06:24:55.291859+0000 mgr.smithi136.ofnrfx (mgr.14188) 7255 : cluster [DBG] pgmap v6800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:56.833 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:56 smithi136 bash[11745]: cluster 2022-04-26T06:24:55.291859+0000 mgr.smithi136.ofnrfx (mgr.14188) 7255 : cluster [DBG] pgmap v6800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:58 smithi145 bash[13673]: cluster 2022-04-26T06:24:57.292457+0000 mgr.smithi136.ofnrfx (mgr.14188) 7256 : cluster [DBG] pgmap v6801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:58 smithi136 bash[11745]: cluster 2022-04-26T06:24:57.292457+0000 mgr.smithi136.ofnrfx (mgr.14188) 7256 : cluster [DBG] pgmap v6801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:24:58.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:24:58.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:24:58.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:24:59.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:24:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:24:59 smithi136 bash[11745]: audit 2022-04-26T06:24:59.273015+0000 mon.smithi136 (mon.0) 4593 : audit [DBG] from='client.? 172.21.15.136:0/1703019494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:24:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:24:59 smithi145 bash[13673]: audit 2022-04-26T06:24:59.273015+0000 mon.smithi136 (mon.0) 4593 : audit [DBG] from='client.? 172.21.15.136:0/1703019494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:00 smithi136 bash[11745]: cluster 2022-04-26T06:24:59.292918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7257 : cluster [DBG] pgmap v6802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:00 smithi145 bash[13673]: cluster 2022-04-26T06:24:59.292918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7257 : cluster [DBG] pgmap v6802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:02 smithi145 bash[13673]: cluster 2022-04-26T06:25:01.293511+0000 mgr.smithi136.ofnrfx (mgr.14188) 7258 : cluster [DBG] pgmap v6803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:02 smithi136 bash[11745]: cluster 2022-04-26T06:25:01.293511+0000 mgr.smithi136.ofnrfx (mgr.14188) 7258 : cluster [DBG] pgmap v6803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:03 smithi145 bash[13673]: audit 2022-04-26T06:25:02.770164+0000 mon.smithi136 (mon.0) 4594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:25:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:03 smithi145 bash[13673]: audit 2022-04-26T06:25:02.774066+0000 mon.smithi136 (mon.0) 4595 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:25:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:03 smithi136 bash[11745]: audit 2022-04-26T06:25:02.770164+0000 mon.smithi136 (mon.0) 4594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:25:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:03 smithi136 bash[11745]: audit 2022-04-26T06:25:02.774066+0000 mon.smithi136 (mon.0) 4595 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:25:04.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:04.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:04.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:04.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:04 smithi145 bash[13673]: cluster 2022-04-26T06:25:03.294105+0000 mgr.smithi136.ofnrfx (mgr.14188) 7259 : cluster [DBG] pgmap v6804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:04 smithi136 bash[11745]: cluster 2022-04-26T06:25:03.294105+0000 mgr.smithi136.ofnrfx (mgr.14188) 7259 : cluster [DBG] pgmap v6804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:05 smithi145 bash[13673]: audit 2022-04-26T06:25:04.608291+0000 mon.smithi136 (mon.0) 4596 : audit [DBG] from='client.? 172.21.15.136:0/2421422678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:05 smithi136 bash[11745]: audit 2022-04-26T06:25:04.608291+0000 mon.smithi136 (mon.0) 4596 : audit [DBG] from='client.? 172.21.15.136:0/2421422678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:06.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:06 smithi145 bash[13673]: cluster 2022-04-26T06:25:05.294547+0000 mgr.smithi136.ofnrfx (mgr.14188) 7260 : cluster [DBG] pgmap v6805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:06.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:06 smithi136 bash[11745]: cluster 2022-04-26T06:25:05.294547+0000 mgr.smithi136.ofnrfx (mgr.14188) 7260 : cluster [DBG] pgmap v6805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:08 smithi145 bash[13673]: cluster 2022-04-26T06:25:07.294898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7261 : cluster [DBG] pgmap v6806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:08 smithi136 bash[11745]: cluster 2022-04-26T06:25:07.294898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7261 : cluster [DBG] pgmap v6806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:09.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:09.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:09.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:09.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:10 smithi136 bash[11745]: cluster 2022-04-26T06:25:09.295595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7262 : cluster [DBG] pgmap v6807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:10 smithi136 bash[11745]: audit 2022-04-26T06:25:09.937557+0000 mon.smithi136 (mon.0) 4597 : audit [DBG] from='client.? 172.21.15.136:0/718336608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:10.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:10 smithi145 bash[13673]: cluster 2022-04-26T06:25:09.295595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7262 : cluster [DBG] pgmap v6807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:10.666 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:10 smithi145 bash[13673]: audit 2022-04-26T06:25:09.937557+0000 mon.smithi136 (mon.0) 4597 : audit [DBG] from='client.? 172.21.15.136:0/718336608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:12 smithi136 bash[11745]: cluster 2022-04-26T06:25:11.296299+0000 mgr.smithi136.ofnrfx (mgr.14188) 7263 : cluster [DBG] pgmap v6808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:12.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:12 smithi145 bash[13673]: cluster 2022-04-26T06:25:11.296299+0000 mgr.smithi136.ofnrfx (mgr.14188) 7263 : cluster [DBG] pgmap v6808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:14.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:14 smithi145 bash[13673]: cluster 2022-04-26T06:25:13.296930+0000 mgr.smithi136.ofnrfx (mgr.14188) 7264 : cluster [DBG] pgmap v6809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:14 smithi136 bash[11745]: cluster 2022-04-26T06:25:13.296930+0000 mgr.smithi136.ofnrfx (mgr.14188) 7264 : cluster [DBG] pgmap v6809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:14.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:14.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:14.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:15.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:15.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:15 smithi145 bash[13673]: audit 2022-04-26T06:25:15.270752+0000 mon.smithi136 (mon.0) 4598 : audit [DBG] from='client.? 172.21.15.136:0/3437037806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:15 smithi136 bash[11745]: audit 2022-04-26T06:25:15.270752+0000 mon.smithi136 (mon.0) 4598 : audit [DBG] from='client.? 172.21.15.136:0/3437037806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:16.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:16 smithi145 bash[13673]: cluster 2022-04-26T06:25:15.297474+0000 mgr.smithi136.ofnrfx (mgr.14188) 7265 : cluster [DBG] pgmap v6810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:16 smithi136 bash[11745]: cluster 2022-04-26T06:25:15.297474+0000 mgr.smithi136.ofnrfx (mgr.14188) 7265 : cluster [DBG] pgmap v6810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:18.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:18 smithi145 bash[13673]: cluster 2022-04-26T06:25:17.298063+0000 mgr.smithi136.ofnrfx (mgr.14188) 7266 : cluster [DBG] pgmap v6811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:18 smithi136 bash[11745]: cluster 2022-04-26T06:25:17.298063+0000 mgr.smithi136.ofnrfx (mgr.14188) 7266 : cluster [DBG] pgmap v6811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:20.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:20.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:20.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:20 smithi136 bash[11745]: cluster 2022-04-26T06:25:19.298746+0000 mgr.smithi136.ofnrfx (mgr.14188) 7267 : cluster [DBG] pgmap v6812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:20.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:20.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:20 smithi145 bash[13673]: cluster 2022-04-26T06:25:19.298746+0000 mgr.smithi136.ofnrfx (mgr.14188) 7267 : cluster [DBG] pgmap v6812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:21 smithi145 bash[13673]: audit 2022-04-26T06:25:20.607687+0000 mon.smithi136 (mon.0) 4599 : audit [DBG] from='client.? 172.21.15.136:0/1856408412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:21 smithi145 bash[13673]: audit 2022-04-26T06:25:21.303851+0000 mon.smithi136 (mon.0) 4600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:25:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:21 smithi136 bash[11745]: audit 2022-04-26T06:25:20.607687+0000 mon.smithi136 (mon.0) 4599 : audit [DBG] from='client.? 172.21.15.136:0/1856408412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:21 smithi136 bash[11745]: audit 2022-04-26T06:25:21.303851+0000 mon.smithi136 (mon.0) 4600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:25:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:22 smithi145 bash[13673]: cluster 2022-04-26T06:25:21.299395+0000 mgr.smithi136.ofnrfx (mgr.14188) 7268 : cluster [DBG] pgmap v6813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:22.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:22 smithi145 bash[13673]: audit 2022-04-26T06:25:21.307425+0000 mon.smithi136 (mon.0) 4601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:25:22.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:22 smithi145 bash[13673]: audit 2022-04-26T06:25:21.309390+0000 mon.smithi136 (mon.0) 4602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:25:22.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:22 smithi136 bash[11745]: cluster 2022-04-26T06:25:21.299395+0000 mgr.smithi136.ofnrfx (mgr.14188) 7268 : cluster [DBG] pgmap v6813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:22.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:22 smithi136 bash[11745]: audit 2022-04-26T06:25:21.307425+0000 mon.smithi136 (mon.0) 4601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:25:22.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:22 smithi136 bash[11745]: audit 2022-04-26T06:25:21.309390+0000 mon.smithi136 (mon.0) 4602 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:25:24.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:24 smithi145 bash[13673]: cluster 2022-04-26T06:25:23.299850+0000 mgr.smithi136.ofnrfx (mgr.14188) 7269 : cluster [DBG] pgmap v6814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:24.817 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:24 smithi136 bash[11745]: cluster 2022-04-26T06:25:23.299850+0000 mgr.smithi136.ofnrfx (mgr.14188) 7269 : cluster [DBG] pgmap v6814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:25.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:25.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:25.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:25.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:26.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:26 smithi145 bash[13673]: audit 2022-04-26T06:25:25.121180+0000 mon.smithi136 (mon.0) 4603 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:25:26.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:26 smithi145 bash[13673]: cluster 2022-04-26T06:25:25.300261+0000 mgr.smithi136.ofnrfx (mgr.14188) 7270 : cluster [DBG] pgmap v6815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:26 smithi145 bash[13673]: audit 2022-04-26T06:25:25.807667+0000 mon.smithi136 (mon.0) 4604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:25:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:26 smithi145 bash[13673]: audit 2022-04-26T06:25:25.942547+0000 mon.smithi136 (mon.0) 4605 : audit [DBG] from='client.? 172.21.15.136:0/1713552546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:26 smithi145 bash[13673]: audit 2022-04-26T06:25:26.088848+0000 mon.smithi136 (mon.0) 4606 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:25:26.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:26 smithi145 bash[13673]: audit 2022-04-26T06:25:26.095532+0000 mon.smithi136 (mon.0) 4607 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:25:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:26 smithi136 bash[11745]: audit 2022-04-26T06:25:25.121180+0000 mon.smithi136 (mon.0) 4603 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:25:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:26 smithi136 bash[11745]: cluster 2022-04-26T06:25:25.300261+0000 mgr.smithi136.ofnrfx (mgr.14188) 7270 : cluster [DBG] pgmap v6815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:26 smithi136 bash[11745]: audit 2022-04-26T06:25:25.807667+0000 mon.smithi136 (mon.0) 4604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:25:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:26 smithi136 bash[11745]: audit 2022-04-26T06:25:25.942547+0000 mon.smithi136 (mon.0) 4605 : audit [DBG] from='client.? 172.21.15.136:0/1713552546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:26 smithi136 bash[11745]: audit 2022-04-26T06:25:26.088848+0000 mon.smithi136 (mon.0) 4606 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:25:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:26 smithi136 bash[11745]: audit 2022-04-26T06:25:26.095532+0000 mon.smithi136 (mon.0) 4607 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:25:27.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:27 smithi145 bash[13673]: cluster 2022-04-26T06:25:26.081443+0000 mgr.smithi136.ofnrfx (mgr.14188) 7271 : cluster [DBG] pgmap v6816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:27.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:27 smithi145 bash[13673]: cluster 2022-04-26T06:25:26.081871+0000 mgr.smithi136.ofnrfx (mgr.14188) 7272 : cluster [DBG] pgmap v6817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:27.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:27 smithi145 bash[13673]: cephadm 2022-04-26T06:25:26.096614+0000 mgr.smithi136.ofnrfx (mgr.14188) 7273 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:25:27.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:27 smithi145 bash[13673]: cephadm 2022-04-26T06:25:26.096795+0000 mgr.smithi136.ofnrfx (mgr.14188) 7274 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:25:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:27 smithi136 bash[11745]: cluster 2022-04-26T06:25:26.081443+0000 mgr.smithi136.ofnrfx (mgr.14188) 7271 : cluster [DBG] pgmap v6816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:27 smithi136 bash[11745]: cluster 2022-04-26T06:25:26.081871+0000 mgr.smithi136.ofnrfx (mgr.14188) 7272 : cluster [DBG] pgmap v6817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:27 smithi136 bash[11745]: cephadm 2022-04-26T06:25:26.096614+0000 mgr.smithi136.ofnrfx (mgr.14188) 7273 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:25:27.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:27 smithi136 bash[11745]: cephadm 2022-04-26T06:25:26.096795+0000 mgr.smithi136.ofnrfx (mgr.14188) 7274 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:25:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:29 smithi136 bash[11745]: cluster 2022-04-26T06:25:28.082483+0000 mgr.smithi136.ofnrfx (mgr.14188) 7275 : cluster [DBG] pgmap v6818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:29 smithi145 bash[13673]: cluster 2022-04-26T06:25:28.082483+0000 mgr.smithi136.ofnrfx (mgr.14188) 7275 : cluster [DBG] pgmap v6818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:30.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:30.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:30.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:31.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:31 smithi136 bash[11745]: cluster 2022-04-26T06:25:30.083053+0000 mgr.smithi136.ofnrfx (mgr.14188) 7276 : cluster [DBG] pgmap v6819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:31 smithi136 bash[11745]: audit 2022-04-26T06:25:31.273181+0000 mon.smithi136 (mon.0) 4608 : audit [DBG] from='client.? 172.21.15.136:0/2671485729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:31.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:31 smithi145 bash[13673]: cluster 2022-04-26T06:25:30.083053+0000 mgr.smithi136.ofnrfx (mgr.14188) 7276 : cluster [DBG] pgmap v6819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:31.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:31 smithi145 bash[13673]: audit 2022-04-26T06:25:31.273181+0000 mon.smithi136 (mon.0) 4608 : audit [DBG] from='client.? 172.21.15.136:0/2671485729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:33 smithi145 bash[13673]: cluster 2022-04-26T06:25:32.083621+0000 mgr.smithi136.ofnrfx (mgr.14188) 7277 : cluster [DBG] pgmap v6820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:33 smithi136 bash[11745]: cluster 2022-04-26T06:25:32.083621+0000 mgr.smithi136.ofnrfx (mgr.14188) 7277 : cluster [DBG] pgmap v6820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:35.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:35 smithi145 bash[13673]: cluster 2022-04-26T06:25:34.084252+0000 mgr.smithi136.ofnrfx (mgr.14188) 7278 : cluster [DBG] pgmap v6821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:35 smithi136 bash[11745]: cluster 2022-04-26T06:25:34.084252+0000 mgr.smithi136.ofnrfx (mgr.14188) 7278 : cluster [DBG] pgmap v6821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:36.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:36.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:36.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:36.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:37 smithi145 bash[13673]: cluster 2022-04-26T06:25:36.084915+0000 mgr.smithi136.ofnrfx (mgr.14188) 7279 : cluster [DBG] pgmap v6822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:37 smithi145 bash[13673]: audit 2022-04-26T06:25:36.598021+0000 mon.smithi136 (mon.0) 4609 : audit [DBG] from='client.? 172.21.15.136:0/819558666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:37 smithi136 bash[11745]: cluster 2022-04-26T06:25:36.084915+0000 mgr.smithi136.ofnrfx (mgr.14188) 7279 : cluster [DBG] pgmap v6822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:37.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:37 smithi136 bash[11745]: audit 2022-04-26T06:25:36.598021+0000 mon.smithi136 (mon.0) 4609 : audit [DBG] from='client.? 172.21.15.136:0/819558666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:39 smithi145 bash[13673]: cluster 2022-04-26T06:25:38.085591+0000 mgr.smithi136.ofnrfx (mgr.14188) 7280 : cluster [DBG] pgmap v6823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:39 smithi136 bash[11745]: cluster 2022-04-26T06:25:38.085591+0000 mgr.smithi136.ofnrfx (mgr.14188) 7280 : cluster [DBG] pgmap v6823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:41.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:41.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:41.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:41 smithi145 bash[13673]: cluster 2022-04-26T06:25:40.086183+0000 mgr.smithi136.ofnrfx (mgr.14188) 7281 : cluster [DBG] pgmap v6824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:41 smithi136 bash[11745]: cluster 2022-04-26T06:25:40.086183+0000 mgr.smithi136.ofnrfx (mgr.14188) 7281 : cluster [DBG] pgmap v6824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:41.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:42.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:42 smithi145 bash[13673]: audit 2022-04-26T06:25:41.926601+0000 mon.smithi136 (mon.0) 4610 : audit [DBG] from='client.? 172.21.15.136:0/3169869249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:42 smithi136 bash[11745]: audit 2022-04-26T06:25:41.926601+0000 mon.smithi136 (mon.0) 4610 : audit [DBG] from='client.? 172.21.15.136:0/3169869249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:43.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:43 smithi145 bash[13673]: cluster 2022-04-26T06:25:42.086788+0000 mgr.smithi136.ofnrfx (mgr.14188) 7282 : cluster [DBG] pgmap v6825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:43 smithi136 bash[11745]: cluster 2022-04-26T06:25:42.086788+0000 mgr.smithi136.ofnrfx (mgr.14188) 7282 : cluster [DBG] pgmap v6825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:45 smithi145 bash[13673]: cluster 2022-04-26T06:25:44.087578+0000 mgr.smithi136.ofnrfx (mgr.14188) 7283 : cluster [DBG] pgmap v6826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:45 smithi136 bash[11745]: cluster 2022-04-26T06:25:44.087578+0000 mgr.smithi136.ofnrfx (mgr.14188) 7283 : cluster [DBG] pgmap v6826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:46.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:46.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:46.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:47.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:47 smithi145 bash[13673]: cluster 2022-04-26T06:25:46.088305+0000 mgr.smithi136.ofnrfx (mgr.14188) 7284 : cluster [DBG] pgmap v6827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:47.703 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:47 smithi145 bash[13673]: audit 2022-04-26T06:25:47.255854+0000 mon.smithi136 (mon.0) 4611 : audit [DBG] from='client.? 172.21.15.136:0/344111385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:47 smithi136 bash[11745]: cluster 2022-04-26T06:25:46.088305+0000 mgr.smithi136.ofnrfx (mgr.14188) 7284 : cluster [DBG] pgmap v6827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:47 smithi136 bash[11745]: audit 2022-04-26T06:25:47.255854+0000 mon.smithi136 (mon.0) 4611 : audit [DBG] from='client.? 172.21.15.136:0/344111385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:49.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:49 smithi145 bash[13673]: cluster 2022-04-26T06:25:48.088967+0000 mgr.smithi136.ofnrfx (mgr.14188) 7285 : cluster [DBG] pgmap v6828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:49 smithi136 bash[11745]: cluster 2022-04-26T06:25:48.088967+0000 mgr.smithi136.ofnrfx (mgr.14188) 7285 : cluster [DBG] pgmap v6828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:51.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:51 smithi145 bash[13673]: cluster 2022-04-26T06:25:50.089576+0000 mgr.smithi136.ofnrfx (mgr.14188) 7286 : cluster [DBG] pgmap v6829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:51 smithi136 bash[11745]: cluster 2022-04-26T06:25:50.089576+0000 mgr.smithi136.ofnrfx (mgr.14188) 7286 : cluster [DBG] pgmap v6829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:52.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:52.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:52.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:52.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:53 smithi145 bash[13673]: cluster 2022-04-26T06:25:52.090231+0000 mgr.smithi136.ofnrfx (mgr.14188) 7287 : cluster [DBG] pgmap v6830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:53 smithi145 bash[13673]: audit 2022-04-26T06:25:52.584735+0000 mon.smithi136 (mon.0) 4612 : audit [DBG] from='client.? 172.21.15.136:0/1233705830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:53 smithi136 bash[11745]: cluster 2022-04-26T06:25:52.090231+0000 mgr.smithi136.ofnrfx (mgr.14188) 7287 : cluster [DBG] pgmap v6830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:53 smithi136 bash[11745]: audit 2022-04-26T06:25:52.584735+0000 mon.smithi136 (mon.0) 4612 : audit [DBG] from='client.? 172.21.15.136:0/1233705830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:55 smithi145 bash[13673]: cluster 2022-04-26T06:25:54.090801+0000 mgr.smithi136.ofnrfx (mgr.14188) 7288 : cluster [DBG] pgmap v6831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:55 smithi136 bash[11745]: cluster 2022-04-26T06:25:54.090801+0000 mgr.smithi136.ofnrfx (mgr.14188) 7288 : cluster [DBG] pgmap v6831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:57.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:25:57.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:25:57.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:25:57.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:57 smithi145 bash[13673]: cluster 2022-04-26T06:25:56.091370+0000 mgr.smithi136.ofnrfx (mgr.14188) 7289 : cluster [DBG] pgmap v6832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:57 smithi136 bash[11745]: cluster 2022-04-26T06:25:56.091370+0000 mgr.smithi136.ofnrfx (mgr.14188) 7289 : cluster [DBG] pgmap v6832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:57.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:25:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:58 smithi145 bash[13673]: audit 2022-04-26T06:25:57.912374+0000 mon.smithi136 (mon.0) 4613 : audit [DBG] from='client.? 172.21.15.136:0/408412623' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:58 smithi136 bash[11745]: audit 2022-04-26T06:25:57.912374+0000 mon.smithi136 (mon.0) 4613 : audit [DBG] from='client.? 172.21.15.136:0/408412623' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:25:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:25:59 smithi145 bash[13673]: cluster 2022-04-26T06:25:58.092036+0000 mgr.smithi136.ofnrfx (mgr.14188) 7290 : cluster [DBG] pgmap v6833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:25:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:25:59 smithi136 bash[11745]: cluster 2022-04-26T06:25:58.092036+0000 mgr.smithi136.ofnrfx (mgr.14188) 7290 : cluster [DBG] pgmap v6833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:01 smithi136 bash[11745]: cluster 2022-04-26T06:26:00.092468+0000 mgr.smithi136.ofnrfx (mgr.14188) 7291 : cluster [DBG] pgmap v6834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:01 smithi145 bash[13673]: cluster 2022-04-26T06:26:00.092468+0000 mgr.smithi136.ofnrfx (mgr.14188) 7291 : cluster [DBG] pgmap v6834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:02.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:02.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:02.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:03.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:03 smithi136 bash[11745]: cluster 2022-04-26T06:26:02.092947+0000 mgr.smithi136.ofnrfx (mgr.14188) 7292 : cluster [DBG] pgmap v6835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:03 smithi136 bash[11745]: audit 2022-04-26T06:26:02.774334+0000 mon.smithi136 (mon.0) 4614 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:26:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:03 smithi136 bash[11745]: audit 2022-04-26T06:26:02.778280+0000 mon.smithi136 (mon.0) 4615 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:26:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:03 smithi136 bash[11745]: audit 2022-04-26T06:26:03.237234+0000 mon.smithi136 (mon.0) 4616 : audit [DBG] from='client.? 172.21.15.136:0/3794777536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:03.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:03 smithi145 bash[13673]: cluster 2022-04-26T06:26:02.092947+0000 mgr.smithi136.ofnrfx (mgr.14188) 7292 : cluster [DBG] pgmap v6835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:03.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:03 smithi145 bash[13673]: audit 2022-04-26T06:26:02.774334+0000 mon.smithi136 (mon.0) 4614 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:26:03.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:03 smithi145 bash[13673]: audit 2022-04-26T06:26:02.778280+0000 mon.smithi136 (mon.0) 4615 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:26:03.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:03 smithi145 bash[13673]: audit 2022-04-26T06:26:03.237234+0000 mon.smithi136 (mon.0) 4616 : audit [DBG] from='client.? 172.21.15.136:0/3794777536' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:05 smithi136 bash[11745]: cluster 2022-04-26T06:26:04.093527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7293 : cluster [DBG] pgmap v6836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:05 smithi145 bash[13673]: cluster 2022-04-26T06:26:04.093527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7293 : cluster [DBG] pgmap v6836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:07 smithi136 bash[11745]: cluster 2022-04-26T06:26:06.094230+0000 mgr.smithi136.ofnrfx (mgr.14188) 7294 : cluster [DBG] pgmap v6837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:07 smithi145 bash[13673]: cluster 2022-04-26T06:26:06.094230+0000 mgr.smithi136.ofnrfx (mgr.14188) 7294 : cluster [DBG] pgmap v6837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:08.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:08.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:08.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:08.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:09 smithi136 bash[11745]: cluster 2022-04-26T06:26:08.094947+0000 mgr.smithi136.ofnrfx (mgr.14188) 7295 : cluster [DBG] pgmap v6838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:09 smithi136 bash[11745]: audit 2022-04-26T06:26:08.564301+0000 mon.smithi136 (mon.0) 4617 : audit [DBG] from='client.? 172.21.15.136:0/4217689379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:09 smithi145 bash[13673]: cluster 2022-04-26T06:26:08.094947+0000 mgr.smithi136.ofnrfx (mgr.14188) 7295 : cluster [DBG] pgmap v6838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:09 smithi145 bash[13673]: audit 2022-04-26T06:26:08.564301+0000 mon.smithi136 (mon.0) 4617 : audit [DBG] from='client.? 172.21.15.136:0/4217689379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:11 smithi136 bash[11745]: cluster 2022-04-26T06:26:10.095681+0000 mgr.smithi136.ofnrfx (mgr.14188) 7296 : cluster [DBG] pgmap v6839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:11 smithi145 bash[13673]: cluster 2022-04-26T06:26:10.095681+0000 mgr.smithi136.ofnrfx (mgr.14188) 7296 : cluster [DBG] pgmap v6839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:13.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:13.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:13.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:13 smithi136 bash[11745]: cluster 2022-04-26T06:26:12.096372+0000 mgr.smithi136.ofnrfx (mgr.14188) 7297 : cluster [DBG] pgmap v6840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:13 smithi145 bash[13673]: cluster 2022-04-26T06:26:12.096372+0000 mgr.smithi136.ofnrfx (mgr.14188) 7297 : cluster [DBG] pgmap v6840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:13.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:14 smithi136 bash[11745]: audit 2022-04-26T06:26:13.891894+0000 mon.smithi136 (mon.0) 4618 : audit [DBG] from='client.? 172.21.15.136:0/61834768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:14 smithi145 bash[13673]: audit 2022-04-26T06:26:13.891894+0000 mon.smithi136 (mon.0) 4618 : audit [DBG] from='client.? 172.21.15.136:0/61834768' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:15 smithi136 bash[11745]: cluster 2022-04-26T06:26:14.097005+0000 mgr.smithi136.ofnrfx (mgr.14188) 7298 : cluster [DBG] pgmap v6841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:15 smithi145 bash[13673]: cluster 2022-04-26T06:26:14.097005+0000 mgr.smithi136.ofnrfx (mgr.14188) 7298 : cluster [DBG] pgmap v6841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:17 smithi136 bash[11745]: cluster 2022-04-26T06:26:16.097607+0000 mgr.smithi136.ofnrfx (mgr.14188) 7299 : cluster [DBG] pgmap v6842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:17 smithi145 bash[13673]: cluster 2022-04-26T06:26:16.097607+0000 mgr.smithi136.ofnrfx (mgr.14188) 7299 : cluster [DBG] pgmap v6842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:18.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:18.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:18.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:19.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:19 smithi136 bash[11745]: cluster 2022-04-26T06:26:18.098222+0000 mgr.smithi136.ofnrfx (mgr.14188) 7300 : cluster [DBG] pgmap v6843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:19.846 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:19 smithi136 bash[11745]: audit 2022-04-26T06:26:19.219823+0000 mon.smithi136 (mon.0) 4619 : audit [DBG] from='client.? 172.21.15.136:0/3801463470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:19 smithi145 bash[13673]: cluster 2022-04-26T06:26:18.098222+0000 mgr.smithi136.ofnrfx (mgr.14188) 7300 : cluster [DBG] pgmap v6843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:19 smithi145 bash[13673]: audit 2022-04-26T06:26:19.219823+0000 mon.smithi136 (mon.0) 4619 : audit [DBG] from='client.? 172.21.15.136:0/3801463470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:21 smithi136 bash[11745]: cluster 2022-04-26T06:26:20.098783+0000 mgr.smithi136.ofnrfx (mgr.14188) 7301 : cluster [DBG] pgmap v6844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:21 smithi145 bash[13673]: cluster 2022-04-26T06:26:20.098783+0000 mgr.smithi136.ofnrfx (mgr.14188) 7301 : cluster [DBG] pgmap v6844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:23 smithi136 bash[11745]: cluster 2022-04-26T06:26:22.099432+0000 mgr.smithi136.ofnrfx (mgr.14188) 7302 : cluster [DBG] pgmap v6845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:23 smithi145 bash[13673]: cluster 2022-04-26T06:26:22.099432+0000 mgr.smithi136.ofnrfx (mgr.14188) 7302 : cluster [DBG] pgmap v6845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:24.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:24.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:24.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:24.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:25 smithi136 bash[11745]: cluster 2022-04-26T06:26:24.100101+0000 mgr.smithi136.ofnrfx (mgr.14188) 7303 : cluster [DBG] pgmap v6846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:25.857 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:25 smithi136 bash[11745]: audit 2022-04-26T06:26:24.548034+0000 mon.smithi136 (mon.0) 4620 : audit [DBG] from='client.? 172.21.15.136:0/1991854604' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:25 smithi145 bash[13673]: cluster 2022-04-26T06:26:24.100101+0000 mgr.smithi136.ofnrfx (mgr.14188) 7303 : cluster [DBG] pgmap v6846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:25 smithi145 bash[13673]: audit 2022-04-26T06:26:24.548034+0000 mon.smithi136 (mon.0) 4620 : audit [DBG] from='client.? 172.21.15.136:0/1991854604' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:26 smithi136 bash[11745]: audit 2022-04-26T06:26:26.105107+0000 mon.smithi136 (mon.0) 4621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:26:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:26 smithi136 bash[11745]: audit 2022-04-26T06:26:26.107880+0000 mon.smithi136 (mon.0) 4622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:26:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:26 smithi136 bash[11745]: audit 2022-04-26T06:26:26.109794+0000 mon.smithi136 (mon.0) 4623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:26:26.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:26 smithi136 bash[11745]: audit 2022-04-26T06:26:26.414089+0000 mon.smithi136 (mon.0) 4624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:26:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:26 smithi145 bash[13673]: audit 2022-04-26T06:26:26.105107+0000 mon.smithi136 (mon.0) 4621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:26:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:26 smithi145 bash[13673]: audit 2022-04-26T06:26:26.107880+0000 mon.smithi136 (mon.0) 4622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:26:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:26 smithi145 bash[13673]: audit 2022-04-26T06:26:26.109794+0000 mon.smithi136 (mon.0) 4623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:26:26.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:26 smithi145 bash[13673]: audit 2022-04-26T06:26:26.414089+0000 mon.smithi136 (mon.0) 4624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:26:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:27 smithi136 bash[11745]: cluster 2022-04-26T06:26:26.100763+0000 mgr.smithi136.ofnrfx (mgr.14188) 7304 : cluster [DBG] pgmap v6847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:27 smithi136 bash[11745]: audit 2022-04-26T06:26:26.736665+0000 mon.smithi136 (mon.0) 4625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:26:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:27 smithi136 bash[11745]: audit 2022-04-26T06:26:26.743947+0000 mon.smithi136 (mon.0) 4626 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:26:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:27 smithi145 bash[13673]: cluster 2022-04-26T06:26:26.100763+0000 mgr.smithi136.ofnrfx (mgr.14188) 7304 : cluster [DBG] pgmap v6847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:27 smithi145 bash[13673]: audit 2022-04-26T06:26:26.736665+0000 mon.smithi136 (mon.0) 4625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:26:27.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:27 smithi145 bash[13673]: audit 2022-04-26T06:26:26.743947+0000 mon.smithi136 (mon.0) 4626 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:26:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:28 smithi136 bash[11745]: cluster 2022-04-26T06:26:26.729652+0000 mgr.smithi136.ofnrfx (mgr.14188) 7305 : cluster [DBG] pgmap v6848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:28 smithi136 bash[11745]: cluster 2022-04-26T06:26:26.729863+0000 mgr.smithi136.ofnrfx (mgr.14188) 7306 : cluster [DBG] pgmap v6849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:28 smithi136 bash[11745]: cephadm 2022-04-26T06:26:26.745085+0000 mgr.smithi136.ofnrfx (mgr.14188) 7307 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:26:28.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:28 smithi136 bash[11745]: cephadm 2022-04-26T06:26:26.745204+0000 mgr.smithi136.ofnrfx (mgr.14188) 7308 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:26:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:28 smithi145 bash[13673]: cluster 2022-04-26T06:26:26.729652+0000 mgr.smithi136.ofnrfx (mgr.14188) 7305 : cluster [DBG] pgmap v6848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:28 smithi145 bash[13673]: cluster 2022-04-26T06:26:26.729863+0000 mgr.smithi136.ofnrfx (mgr.14188) 7306 : cluster [DBG] pgmap v6849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:28.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:28 smithi145 bash[13673]: cephadm 2022-04-26T06:26:26.745085+0000 mgr.smithi136.ofnrfx (mgr.14188) 7307 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:26:28.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:28 smithi145 bash[13673]: cephadm 2022-04-26T06:26:26.745204+0000 mgr.smithi136.ofnrfx (mgr.14188) 7308 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:26:29.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:29.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:29.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:29.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:30 smithi136 bash[11745]: cluster 2022-04-26T06:26:28.730412+0000 mgr.smithi136.ofnrfx (mgr.14188) 7309 : cluster [DBG] pgmap v6850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:30.827 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:30 smithi136 bash[11745]: audit 2022-04-26T06:26:29.880149+0000 mon.smithi136 (mon.0) 4627 : audit [DBG] from='client.? 172.21.15.136:0/4009435134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:30.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:30 smithi145 bash[13673]: cluster 2022-04-26T06:26:28.730412+0000 mgr.smithi136.ofnrfx (mgr.14188) 7309 : cluster [DBG] pgmap v6850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:30.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:30 smithi145 bash[13673]: audit 2022-04-26T06:26:29.880149+0000 mon.smithi136 (mon.0) 4627 : audit [DBG] from='client.? 172.21.15.136:0/4009435134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:32 smithi136 bash[11745]: cluster 2022-04-26T06:26:30.731053+0000 mgr.smithi136.ofnrfx (mgr.14188) 7310 : cluster [DBG] pgmap v6851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:32 smithi145 bash[13673]: cluster 2022-04-26T06:26:30.731053+0000 mgr.smithi136.ofnrfx (mgr.14188) 7310 : cluster [DBG] pgmap v6851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:34 smithi136 bash[11745]: cluster 2022-04-26T06:26:32.731703+0000 mgr.smithi136.ofnrfx (mgr.14188) 7311 : cluster [DBG] pgmap v6852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:34.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:34.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:34.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:34 smithi145 bash[13673]: cluster 2022-04-26T06:26:32.731703+0000 mgr.smithi136.ofnrfx (mgr.14188) 7311 : cluster [DBG] pgmap v6852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:35.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:35 smithi136 bash[11745]: audit 2022-04-26T06:26:35.215892+0000 mon.smithi136 (mon.0) 4628 : audit [DBG] from='client.? 172.21.15.136:0/3254249955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:35 smithi145 bash[13673]: audit 2022-04-26T06:26:35.215892+0000 mon.smithi136 (mon.0) 4628 : audit [DBG] from='client.? 172.21.15.136:0/3254249955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:36 smithi136 bash[11745]: cluster 2022-04-26T06:26:34.732297+0000 mgr.smithi136.ofnrfx (mgr.14188) 7312 : cluster [DBG] pgmap v6853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:36 smithi145 bash[13673]: cluster 2022-04-26T06:26:34.732297+0000 mgr.smithi136.ofnrfx (mgr.14188) 7312 : cluster [DBG] pgmap v6853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:38 smithi136 bash[11745]: cluster 2022-04-26T06:26:36.733054+0000 mgr.smithi136.ofnrfx (mgr.14188) 7313 : cluster [DBG] pgmap v6854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:38 smithi145 bash[13673]: cluster 2022-04-26T06:26:36.733054+0000 mgr.smithi136.ofnrfx (mgr.14188) 7313 : cluster [DBG] pgmap v6854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:40.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:40.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:40.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:40.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:40 smithi136 bash[11745]: cluster 2022-04-26T06:26:38.733706+0000 mgr.smithi136.ofnrfx (mgr.14188) 7314 : cluster [DBG] pgmap v6855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:40 smithi145 bash[13673]: cluster 2022-04-26T06:26:38.733706+0000 mgr.smithi136.ofnrfx (mgr.14188) 7314 : cluster [DBG] pgmap v6855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:41 smithi136 bash[11745]: audit 2022-04-26T06:26:40.547012+0000 mon.smithi136 (mon.0) 4629 : audit [DBG] from='client.? 172.21.15.136:0/844621785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:41 smithi145 bash[13673]: audit 2022-04-26T06:26:40.547012+0000 mon.smithi136 (mon.0) 4629 : audit [DBG] from='client.? 172.21.15.136:0/844621785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:42 smithi136 bash[11745]: cluster 2022-04-26T06:26:40.734279+0000 mgr.smithi136.ofnrfx (mgr.14188) 7315 : cluster [DBG] pgmap v6856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:42 smithi145 bash[13673]: cluster 2022-04-26T06:26:40.734279+0000 mgr.smithi136.ofnrfx (mgr.14188) 7315 : cluster [DBG] pgmap v6856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:44 smithi136 bash[11745]: cluster 2022-04-26T06:26:42.734927+0000 mgr.smithi136.ofnrfx (mgr.14188) 7316 : cluster [DBG] pgmap v6857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:44 smithi145 bash[13673]: cluster 2022-04-26T06:26:42.734927+0000 mgr.smithi136.ofnrfx (mgr.14188) 7316 : cluster [DBG] pgmap v6857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:45.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:45.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:45.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:45.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:46 smithi136 bash[11745]: cluster 2022-04-26T06:26:44.735495+0000 mgr.smithi136.ofnrfx (mgr.14188) 7317 : cluster [DBG] pgmap v6858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:46 smithi136 bash[11745]: audit 2022-04-26T06:26:45.881023+0000 mon.smithi136 (mon.0) 4630 : audit [DBG] from='client.? 172.21.15.136:0/3238008363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:46 smithi145 bash[13673]: cluster 2022-04-26T06:26:44.735495+0000 mgr.smithi136.ofnrfx (mgr.14188) 7317 : cluster [DBG] pgmap v6858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:46 smithi145 bash[13673]: audit 2022-04-26T06:26:45.881023+0000 mon.smithi136 (mon.0) 4630 : audit [DBG] from='client.? 172.21.15.136:0/3238008363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:48 smithi136 bash[11745]: cluster 2022-04-26T06:26:46.736264+0000 mgr.smithi136.ofnrfx (mgr.14188) 7318 : cluster [DBG] pgmap v6859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:48 smithi145 bash[13673]: cluster 2022-04-26T06:26:46.736264+0000 mgr.smithi136.ofnrfx (mgr.14188) 7318 : cluster [DBG] pgmap v6859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:50 smithi136 bash[11745]: cluster 2022-04-26T06:26:48.736919+0000 mgr.smithi136.ofnrfx (mgr.14188) 7319 : cluster [DBG] pgmap v6860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:50.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:50.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:50.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:50 smithi145 bash[13673]: cluster 2022-04-26T06:26:48.736919+0000 mgr.smithi136.ofnrfx (mgr.14188) 7319 : cluster [DBG] pgmap v6860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:51.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:51.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:51 smithi145 bash[13673]: audit 2022-04-26T06:26:51.209246+0000 mon.smithi136 (mon.0) 4631 : audit [DBG] from='client.? 172.21.15.136:0/2926440383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:51 smithi136 bash[11745]: audit 2022-04-26T06:26:51.209246+0000 mon.smithi136 (mon.0) 4631 : audit [DBG] from='client.? 172.21.15.136:0/2926440383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:52 smithi145 bash[13673]: cluster 2022-04-26T06:26:50.737568+0000 mgr.smithi136.ofnrfx (mgr.14188) 7320 : cluster [DBG] pgmap v6861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:52 smithi136 bash[11745]: cluster 2022-04-26T06:26:50.737568+0000 mgr.smithi136.ofnrfx (mgr.14188) 7320 : cluster [DBG] pgmap v6861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:54 smithi145 bash[13673]: cluster 2022-04-26T06:26:52.738235+0000 mgr.smithi136.ofnrfx (mgr.14188) 7321 : cluster [DBG] pgmap v6862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:54 smithi136 bash[11745]: cluster 2022-04-26T06:26:52.738235+0000 mgr.smithi136.ofnrfx (mgr.14188) 7321 : cluster [DBG] pgmap v6862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:56.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:26:56.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:26:56.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:26:56.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:26:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:56 smithi145 bash[13673]: cluster 2022-04-26T06:26:54.738796+0000 mgr.smithi136.ofnrfx (mgr.14188) 7322 : cluster [DBG] pgmap v6863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:56 smithi145 bash[13673]: audit 2022-04-26T06:26:56.534886+0000 mon.smithi136 (mon.0) 4632 : audit [DBG] from='client.? 172.21.15.136:0/4006801788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:56 smithi136 bash[11745]: cluster 2022-04-26T06:26:54.738796+0000 mgr.smithi136.ofnrfx (mgr.14188) 7322 : cluster [DBG] pgmap v6863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:56 smithi136 bash[11745]: audit 2022-04-26T06:26:56.534886+0000 mon.smithi136 (mon.0) 4632 : audit [DBG] from='client.? 172.21.15.136:0/4006801788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:26:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:26:58 smithi145 bash[13673]: cluster 2022-04-26T06:26:56.739441+0000 mgr.smithi136.ofnrfx (mgr.14188) 7323 : cluster [DBG] pgmap v6864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:26:58.990 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:26:58 smithi136 bash[11745]: cluster 2022-04-26T06:26:56.739441+0000 mgr.smithi136.ofnrfx (mgr.14188) 7323 : cluster [DBG] pgmap v6864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:00 smithi136 bash[11745]: cluster 2022-04-26T06:26:58.740110+0000 mgr.smithi136.ofnrfx (mgr.14188) 7324 : cluster [DBG] pgmap v6865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:00 smithi145 bash[13673]: cluster 2022-04-26T06:26:58.740110+0000 mgr.smithi136.ofnrfx (mgr.14188) 7324 : cluster [DBG] pgmap v6865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:01.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:01.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:01.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:01.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:02 smithi145 bash[13673]: cluster 2022-04-26T06:27:00.740727+0000 mgr.smithi136.ofnrfx (mgr.14188) 7325 : cluster [DBG] pgmap v6866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:02 smithi145 bash[13673]: audit 2022-04-26T06:27:01.863980+0000 mon.smithi136 (mon.0) 4633 : audit [DBG] from='client.? 172.21.15.136:0/91144173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:02 smithi136 bash[11745]: cluster 2022-04-26T06:27:00.740727+0000 mgr.smithi136.ofnrfx (mgr.14188) 7325 : cluster [DBG] pgmap v6866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:02 smithi136 bash[11745]: audit 2022-04-26T06:27:01.863980+0000 mon.smithi136 (mon.0) 4633 : audit [DBG] from='client.? 172.21.15.136:0/91144173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:03.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:03 smithi145 bash[13673]: audit 2022-04-26T06:27:02.778320+0000 mon.smithi136 (mon.0) 4634 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:27:03.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:03 smithi145 bash[13673]: audit 2022-04-26T06:27:02.782153+0000 mon.smithi136 (mon.0) 4635 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:27:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:03 smithi136 bash[11745]: audit 2022-04-26T06:27:02.778320+0000 mon.smithi136 (mon.0) 4634 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:27:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:03 smithi136 bash[11745]: audit 2022-04-26T06:27:02.782153+0000 mon.smithi136 (mon.0) 4635 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:27:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:04 smithi145 bash[13673]: cluster 2022-04-26T06:27:02.741386+0000 mgr.smithi136.ofnrfx (mgr.14188) 7326 : cluster [DBG] pgmap v6867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:04 smithi136 bash[11745]: cluster 2022-04-26T06:27:02.741386+0000 mgr.smithi136.ofnrfx (mgr.14188) 7326 : cluster [DBG] pgmap v6867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:06.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:06.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:06.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:06 smithi145 bash[13673]: cluster 2022-04-26T06:27:04.741997+0000 mgr.smithi136.ofnrfx (mgr.14188) 7327 : cluster [DBG] pgmap v6868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:06 smithi136 bash[11745]: cluster 2022-04-26T06:27:04.741997+0000 mgr.smithi136.ofnrfx (mgr.14188) 7327 : cluster [DBG] pgmap v6868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:07.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:07 smithi145 bash[13673]: audit 2022-04-26T06:27:07.191199+0000 mon.smithi136 (mon.0) 4636 : audit [DBG] from='client.? 172.21.15.136:0/1620351520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:07 smithi136 bash[11745]: audit 2022-04-26T06:27:07.191199+0000 mon.smithi136 (mon.0) 4636 : audit [DBG] from='client.? 172.21.15.136:0/1620351520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:08 smithi145 bash[13673]: cluster 2022-04-26T06:27:06.742728+0000 mgr.smithi136.ofnrfx (mgr.14188) 7328 : cluster [DBG] pgmap v6869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:08.992 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:08 smithi136 bash[11745]: cluster 2022-04-26T06:27:06.742728+0000 mgr.smithi136.ofnrfx (mgr.14188) 7328 : cluster [DBG] pgmap v6869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:10 smithi136 bash[11745]: cluster 2022-04-26T06:27:08.743409+0000 mgr.smithi136.ofnrfx (mgr.14188) 7329 : cluster [DBG] pgmap v6870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:10 smithi145 bash[13673]: cluster 2022-04-26T06:27:08.743409+0000 mgr.smithi136.ofnrfx (mgr.14188) 7329 : cluster [DBG] pgmap v6870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:12.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:12.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:12.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:12.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:12 smithi145 bash[13673]: cluster 2022-04-26T06:27:10.744069+0000 mgr.smithi136.ofnrfx (mgr.14188) 7330 : cluster [DBG] pgmap v6871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:12.953 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:12 smithi145 bash[13673]: audit 2022-04-26T06:27:12.520595+0000 mon.smithi136 (mon.0) 4637 : audit [DBG] from='client.? 172.21.15.136:0/1849990434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:12 smithi136 bash[11745]: cluster 2022-04-26T06:27:10.744069+0000 mgr.smithi136.ofnrfx (mgr.14188) 7330 : cluster [DBG] pgmap v6871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:12 smithi136 bash[11745]: audit 2022-04-26T06:27:12.520595+0000 mon.smithi136 (mon.0) 4637 : audit [DBG] from='client.? 172.21.15.136:0/1849990434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:14 smithi145 bash[13673]: cluster 2022-04-26T06:27:12.744707+0000 mgr.smithi136.ofnrfx (mgr.14188) 7331 : cluster [DBG] pgmap v6872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:14 smithi136 bash[11745]: cluster 2022-04-26T06:27:12.744707+0000 mgr.smithi136.ofnrfx (mgr.14188) 7331 : cluster [DBG] pgmap v6872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:16 smithi145 bash[13673]: cluster 2022-04-26T06:27:14.745330+0000 mgr.smithi136.ofnrfx (mgr.14188) 7332 : cluster [DBG] pgmap v6873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:16 smithi136 bash[11745]: cluster 2022-04-26T06:27:14.745330+0000 mgr.smithi136.ofnrfx (mgr.14188) 7332 : cluster [DBG] pgmap v6873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:17.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:17.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:17.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:17.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:18 smithi145 bash[13673]: cluster 2022-04-26T06:27:16.745996+0000 mgr.smithi136.ofnrfx (mgr.14188) 7333 : cluster [DBG] pgmap v6874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:18 smithi145 bash[13673]: audit 2022-04-26T06:27:17.847025+0000 mon.smithi136 (mon.0) 4638 : audit [DBG] from='client.? 172.21.15.136:0/1026831090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:18.991 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:18 smithi136 bash[11745]: cluster 2022-04-26T06:27:16.745996+0000 mgr.smithi136.ofnrfx (mgr.14188) 7333 : cluster [DBG] pgmap v6874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:18.991 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:18 smithi136 bash[11745]: audit 2022-04-26T06:27:17.847025+0000 mon.smithi136 (mon.0) 4638 : audit [DBG] from='client.? 172.21.15.136:0/1026831090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:19 smithi136 bash[11745]: cluster 2022-04-26T06:27:18.746630+0000 mgr.smithi136.ofnrfx (mgr.14188) 7334 : cluster [DBG] pgmap v6875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:19 smithi145 bash[13673]: cluster 2022-04-26T06:27:18.746630+0000 mgr.smithi136.ofnrfx (mgr.14188) 7334 : cluster [DBG] pgmap v6875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:21 smithi136 bash[11745]: cluster 2022-04-26T06:27:20.747257+0000 mgr.smithi136.ofnrfx (mgr.14188) 7335 : cluster [DBG] pgmap v6876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:21 smithi145 bash[13673]: cluster 2022-04-26T06:27:20.747257+0000 mgr.smithi136.ofnrfx (mgr.14188) 7335 : cluster [DBG] pgmap v6876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:22.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:22.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:22.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:23.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:23.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:23 smithi145 bash[13673]: audit 2022-04-26T06:27:23.173646+0000 mon.smithi136 (mon.0) 4639 : audit [DBG] from='client.? 172.21.15.136:0/869548465' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:23 smithi136 bash[11745]: audit 2022-04-26T06:27:23.173646+0000 mon.smithi136 (mon.0) 4639 : audit [DBG] from='client.? 172.21.15.136:0/869548465' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:24.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:24 smithi145 bash[13673]: cluster 2022-04-26T06:27:22.747933+0000 mgr.smithi136.ofnrfx (mgr.14188) 7336 : cluster [DBG] pgmap v6877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:24 smithi136 bash[11745]: cluster 2022-04-26T06:27:22.747933+0000 mgr.smithi136.ofnrfx (mgr.14188) 7336 : cluster [DBG] pgmap v6877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:26 smithi145 bash[13673]: cluster 2022-04-26T06:27:24.748549+0000 mgr.smithi136.ofnrfx (mgr.14188) 7337 : cluster [DBG] pgmap v6878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:26 smithi136 bash[11745]: cluster 2022-04-26T06:27:24.748549+0000 mgr.smithi136.ofnrfx (mgr.14188) 7337 : cluster [DBG] pgmap v6878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:27 smithi145 bash[13673]: audit 2022-04-26T06:27:26.754120+0000 mon.smithi136 (mon.0) 4640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:27:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:27 smithi145 bash[13673]: audit 2022-04-26T06:27:26.756963+0000 mon.smithi136 (mon.0) 4641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:27:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:27 smithi145 bash[13673]: audit 2022-04-26T06:27:26.758850+0000 mon.smithi136 (mon.0) 4642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:27:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:27 smithi136 bash[11745]: audit 2022-04-26T06:27:26.754120+0000 mon.smithi136 (mon.0) 4640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:27:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:27 smithi136 bash[11745]: audit 2022-04-26T06:27:26.756963+0000 mon.smithi136 (mon.0) 4641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:27:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:27 smithi136 bash[11745]: audit 2022-04-26T06:27:26.758850+0000 mon.smithi136 (mon.0) 4642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:27:28.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:28.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:28.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:28 smithi145 bash[13673]: cluster 2022-04-26T06:27:26.749180+0000 mgr.smithi136.ofnrfx (mgr.14188) 7338 : cluster [DBG] pgmap v6879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:28.519 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:28 smithi136 bash[11745]: cluster 2022-04-26T06:27:26.749180+0000 mgr.smithi136.ofnrfx (mgr.14188) 7338 : cluster [DBG] pgmap v6879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:29 smithi145 bash[13673]: audit 2022-04-26T06:27:28.502574+0000 mon.smithi136 (mon.0) 4643 : audit [DBG] from='client.? 172.21.15.136:0/3244101128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:29 smithi136 bash[11745]: audit 2022-04-26T06:27:28.502574+0000 mon.smithi136 (mon.0) 4643 : audit [DBG] from='client.? 172.21.15.136:0/3244101128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:30 smithi145 bash[13673]: cluster 2022-04-26T06:27:28.749834+0000 mgr.smithi136.ofnrfx (mgr.14188) 7339 : cluster [DBG] pgmap v6880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:30 smithi136 bash[11745]: cluster 2022-04-26T06:27:28.749834+0000 mgr.smithi136.ofnrfx (mgr.14188) 7339 : cluster [DBG] pgmap v6880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:32 smithi145 bash[13673]: cluster 2022-04-26T06:27:30.750469+0000 mgr.smithi136.ofnrfx (mgr.14188) 7340 : cluster [DBG] pgmap v6881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:32 smithi136 bash[11745]: cluster 2022-04-26T06:27:30.750469+0000 mgr.smithi136.ofnrfx (mgr.14188) 7340 : cluster [DBG] pgmap v6881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:33.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:33.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:33.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:33.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:34.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:34 smithi145 bash[13673]: cluster 2022-04-26T06:27:32.751130+0000 mgr.smithi136.ofnrfx (mgr.14188) 7341 : cluster [DBG] pgmap v6882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:34.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:34 smithi145 bash[13673]: audit 2022-04-26T06:27:33.832682+0000 mon.smithi136 (mon.0) 4644 : audit [DBG] from='client.? 172.21.15.136:0/2074706038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:34 smithi136 bash[11745]: cluster 2022-04-26T06:27:32.751130+0000 mgr.smithi136.ofnrfx (mgr.14188) 7341 : cluster [DBG] pgmap v6882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:34 smithi136 bash[11745]: audit 2022-04-26T06:27:33.832682+0000 mon.smithi136 (mon.0) 4644 : audit [DBG] from='client.? 172.21.15.136:0/2074706038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:35.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:35 smithi145 bash[13673]: cephadm 2022-04-26T06:27:34.388872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7342 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T06:27:35.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:35 smithi145 bash[13673]: audit 2022-04-26T06:27:34.399905+0000 mon.smithi136 (mon.0) 4645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:27:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:35 smithi145 bash[13673]: audit 2022-04-26T06:27:34.692525+0000 mon.smithi136 (mon.0) 4646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:27:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:35 smithi145 bash[13673]: audit 2022-04-26T06:27:34.703194+0000 mon.smithi136 (mon.0) 4647 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:27:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:35 smithi145 bash[13673]: audit 2022-04-26T06:27:34.716105+0000 mon.smithi136 (mon.0) 4648 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:27:35.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:35 smithi145 bash[13673]: audit 2022-04-26T06:27:34.717330+0000 mon.smithi136 (mon.0) 4649 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:27:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:35 smithi136 bash[11745]: cephadm 2022-04-26T06:27:34.388872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7342 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T06:27:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:35 smithi136 bash[11745]: audit 2022-04-26T06:27:34.399905+0000 mon.smithi136 (mon.0) 4645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:27:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:35 smithi136 bash[11745]: audit 2022-04-26T06:27:34.692525+0000 mon.smithi136 (mon.0) 4646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:27:35.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:35 smithi136 bash[11745]: audit 2022-04-26T06:27:34.703194+0000 mon.smithi136 (mon.0) 4647 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:27:35.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:35 smithi136 bash[11745]: audit 2022-04-26T06:27:34.716105+0000 mon.smithi136 (mon.0) 4648 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:27:35.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:35 smithi136 bash[11745]: audit 2022-04-26T06:27:34.717330+0000 mon.smithi136 (mon.0) 4649 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:27:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:36 smithi136 bash[11745]: cluster 2022-04-26T06:27:34.685263+0000 mgr.smithi136.ofnrfx (mgr.14188) 7343 : cluster [DBG] pgmap v6883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:36 smithi136 bash[11745]: cluster 2022-04-26T06:27:34.685913+0000 mgr.smithi136.ofnrfx (mgr.14188) 7344 : cluster [DBG] pgmap v6884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:36 smithi136 bash[11745]: cephadm 2022-04-26T06:27:34.704750+0000 mgr.smithi136.ofnrfx (mgr.14188) 7345 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:27:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:36 smithi136 bash[11745]: cephadm 2022-04-26T06:27:34.704993+0000 mgr.smithi136.ofnrfx (mgr.14188) 7346 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:27:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:36 smithi145 bash[13673]: cluster 2022-04-26T06:27:34.685263+0000 mgr.smithi136.ofnrfx (mgr.14188) 7343 : cluster [DBG] pgmap v6883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:36 smithi145 bash[13673]: cluster 2022-04-26T06:27:34.685913+0000 mgr.smithi136.ofnrfx (mgr.14188) 7344 : cluster [DBG] pgmap v6884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:36 smithi145 bash[13673]: cephadm 2022-04-26T06:27:34.704750+0000 mgr.smithi136.ofnrfx (mgr.14188) 7345 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:27:36.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:36 smithi145 bash[13673]: cephadm 2022-04-26T06:27:34.704993+0000 mgr.smithi136.ofnrfx (mgr.14188) 7346 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:27:38.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:38 smithi145 bash[13673]: cluster 2022-04-26T06:27:36.686683+0000 mgr.smithi136.ofnrfx (mgr.14188) 7347 : cluster [DBG] pgmap v6885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:38 smithi136 bash[11745]: cluster 2022-04-26T06:27:36.686683+0000 mgr.smithi136.ofnrfx (mgr.14188) 7347 : cluster [DBG] pgmap v6885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:38.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:38.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:38.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:39.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:39 smithi136 bash[11745]: audit 2022-04-26T06:27:39.154467+0000 mon.smithi136 (mon.0) 4650 : audit [DBG] from='client.? 172.21.15.136:0/1711681294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:39 smithi145 bash[13673]: audit 2022-04-26T06:27:39.154467+0000 mon.smithi136 (mon.0) 4650 : audit [DBG] from='client.? 172.21.15.136:0/1711681294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:40 smithi136 bash[11745]: cluster 2022-04-26T06:27:38.687296+0000 mgr.smithi136.ofnrfx (mgr.14188) 7348 : cluster [DBG] pgmap v6886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:40 smithi145 bash[13673]: cluster 2022-04-26T06:27:38.687296+0000 mgr.smithi136.ofnrfx (mgr.14188) 7348 : cluster [DBG] pgmap v6886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:42 smithi136 bash[11745]: cluster 2022-04-26T06:27:40.687898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7349 : cluster [DBG] pgmap v6887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:42 smithi145 bash[13673]: cluster 2022-04-26T06:27:40.687898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7349 : cluster [DBG] pgmap v6887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:44.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:44.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:44.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:44.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:44.818 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:44 smithi136 bash[11745]: cluster 2022-04-26T06:27:42.688541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7350 : cluster [DBG] pgmap v6888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:44 smithi145 bash[13673]: cluster 2022-04-26T06:27:42.688541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7350 : cluster [DBG] pgmap v6888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:45 smithi145 bash[13673]: audit 2022-04-26T06:27:44.491989+0000 mon.smithi136 (mon.0) 4651 : audit [DBG] from='client.? 172.21.15.136:0/516019953' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:45 smithi136 bash[11745]: audit 2022-04-26T06:27:44.491989+0000 mon.smithi136 (mon.0) 4651 : audit [DBG] from='client.? 172.21.15.136:0/516019953' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:46 smithi136 bash[11745]: cluster 2022-04-26T06:27:44.689167+0000 mgr.smithi136.ofnrfx (mgr.14188) 7351 : cluster [DBG] pgmap v6889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:46 smithi145 bash[13673]: cluster 2022-04-26T06:27:44.689167+0000 mgr.smithi136.ofnrfx (mgr.14188) 7351 : cluster [DBG] pgmap v6889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:48 smithi136 bash[11745]: cluster 2022-04-26T06:27:46.689790+0000 mgr.smithi136.ofnrfx (mgr.14188) 7352 : cluster [DBG] pgmap v6890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:48 smithi136 bash[11745]: audit 2022-04-26T06:27:48.190491+0000 mon.smithi136 (mon.0) 4652 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:27:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:48 smithi145 bash[13673]: cluster 2022-04-26T06:27:46.689790+0000 mgr.smithi136.ofnrfx (mgr.14188) 7352 : cluster [DBG] pgmap v6890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:48 smithi145 bash[13673]: audit 2022-04-26T06:27:48.190491+0000 mon.smithi136 (mon.0) 4652 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:27:49.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:49.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:49.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:49.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:50 smithi136 bash[11745]: cluster 2022-04-26T06:27:48.690390+0000 mgr.smithi136.ofnrfx (mgr.14188) 7353 : cluster [DBG] pgmap v6891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:50 smithi136 bash[11745]: audit 2022-04-26T06:27:49.824403+0000 mon.smithi136 (mon.0) 4653 : audit [DBG] from='client.? 172.21.15.136:0/2536200364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:50.906 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:50 smithi145 bash[13673]: cluster 2022-04-26T06:27:48.690390+0000 mgr.smithi136.ofnrfx (mgr.14188) 7353 : cluster [DBG] pgmap v6891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:50.908 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:50 smithi145 bash[13673]: audit 2022-04-26T06:27:49.824403+0000 mon.smithi136 (mon.0) 4653 : audit [DBG] from='client.? 172.21.15.136:0/2536200364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:52 smithi136 bash[11745]: cluster 2022-04-26T06:27:50.690977+0000 mgr.smithi136.ofnrfx (mgr.14188) 7354 : cluster [DBG] pgmap v6892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:52 smithi145 bash[13673]: cluster 2022-04-26T06:27:50.690977+0000 mgr.smithi136.ofnrfx (mgr.14188) 7354 : cluster [DBG] pgmap v6892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:54 smithi136 bash[11745]: cluster 2022-04-26T06:27:52.691674+0000 mgr.smithi136.ofnrfx (mgr.14188) 7355 : cluster [DBG] pgmap v6893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:54.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:27:54.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:27:54.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:27:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:54 smithi145 bash[13673]: cluster 2022-04-26T06:27:52.691674+0000 mgr.smithi136.ofnrfx (mgr.14188) 7355 : cluster [DBG] pgmap v6893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:55.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:27:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:55 smithi136 bash[11745]: audit 2022-04-26T06:27:55.150182+0000 mon.smithi136 (mon.0) 4654 : audit [DBG] from='client.? 172.21.15.136:0/2683776747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:55 smithi145 bash[13673]: audit 2022-04-26T06:27:55.150182+0000 mon.smithi136 (mon.0) 4654 : audit [DBG] from='client.? 172.21.15.136:0/2683776747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:27:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:56 smithi136 bash[11745]: cluster 2022-04-26T06:27:54.692287+0000 mgr.smithi136.ofnrfx (mgr.14188) 7356 : cluster [DBG] pgmap v6894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:56 smithi145 bash[13673]: cluster 2022-04-26T06:27:54.692287+0000 mgr.smithi136.ofnrfx (mgr.14188) 7356 : cluster [DBG] pgmap v6894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:27:58 smithi136 bash[11745]: cluster 2022-04-26T06:27:56.692904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7357 : cluster [DBG] pgmap v6895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:27:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:27:58 smithi145 bash[13673]: cluster 2022-04-26T06:27:56.692904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7357 : cluster [DBG] pgmap v6895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:00.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:00.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:00.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:00.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:00 smithi136 bash[11745]: cluster 2022-04-26T06:27:58.693520+0000 mgr.smithi136.ofnrfx (mgr.14188) 7358 : cluster [DBG] pgmap v6896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:00 smithi136 bash[11745]: audit 2022-04-26T06:28:00.487343+0000 mon.smithi136 (mon.0) 4655 : audit [DBG] from='client.? 172.21.15.136:0/2268280161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:00 smithi145 bash[13673]: cluster 2022-04-26T06:27:58.693520+0000 mgr.smithi136.ofnrfx (mgr.14188) 7358 : cluster [DBG] pgmap v6896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:00 smithi145 bash[13673]: audit 2022-04-26T06:28:00.487343+0000 mon.smithi136 (mon.0) 4655 : audit [DBG] from='client.? 172.21.15.136:0/2268280161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:02.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:02 smithi136 bash[11745]: cluster 2022-04-26T06:28:00.694239+0000 mgr.smithi136.ofnrfx (mgr.14188) 7359 : cluster [DBG] pgmap v6897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:02 smithi145 bash[13673]: cluster 2022-04-26T06:28:00.694239+0000 mgr.smithi136.ofnrfx (mgr.14188) 7359 : cluster [DBG] pgmap v6897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:03 smithi136 bash[11745]: audit 2022-04-26T06:28:02.782371+0000 mon.smithi136 (mon.0) 4656 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:28:03.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:03 smithi136 bash[11745]: audit 2022-04-26T06:28:02.786425+0000 mon.smithi136 (mon.0) 4657 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:28:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:03 smithi145 bash[13673]: audit 2022-04-26T06:28:02.782371+0000 mon.smithi136 (mon.0) 4656 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:28:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:03 smithi145 bash[13673]: audit 2022-04-26T06:28:02.786425+0000 mon.smithi136 (mon.0) 4657 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:28:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:04 smithi136 bash[11745]: cluster 2022-04-26T06:28:02.694905+0000 mgr.smithi136.ofnrfx (mgr.14188) 7360 : cluster [DBG] pgmap v6898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:04 smithi145 bash[13673]: cluster 2022-04-26T06:28:02.694905+0000 mgr.smithi136.ofnrfx (mgr.14188) 7360 : cluster [DBG] pgmap v6898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:05.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:05.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:05.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:05.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:06 smithi136 bash[11745]: cluster 2022-04-26T06:28:04.695501+0000 mgr.smithi136.ofnrfx (mgr.14188) 7361 : cluster [DBG] pgmap v6899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:06 smithi136 bash[11745]: audit 2022-04-26T06:28:05.815127+0000 mon.smithi136 (mon.0) 4658 : audit [DBG] from='client.? 172.21.15.136:0/1650624468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:06 smithi145 bash[13673]: cluster 2022-04-26T06:28:04.695501+0000 mgr.smithi136.ofnrfx (mgr.14188) 7361 : cluster [DBG] pgmap v6899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:06 smithi145 bash[13673]: audit 2022-04-26T06:28:05.815127+0000 mon.smithi136 (mon.0) 4658 : audit [DBG] from='client.? 172.21.15.136:0/1650624468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:08 smithi136 bash[11745]: cluster 2022-04-26T06:28:06.696131+0000 mgr.smithi136.ofnrfx (mgr.14188) 7362 : cluster [DBG] pgmap v6900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:08 smithi145 bash[13673]: cluster 2022-04-26T06:28:06.696131+0000 mgr.smithi136.ofnrfx (mgr.14188) 7362 : cluster [DBG] pgmap v6900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:10 smithi136 bash[11745]: cluster 2022-04-26T06:28:08.696860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7363 : cluster [DBG] pgmap v6901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:10.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:10.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:10.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:10 smithi145 bash[13673]: cluster 2022-04-26T06:28:08.696860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7363 : cluster [DBG] pgmap v6901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:11.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:11 smithi136 bash[11745]: audit 2022-04-26T06:28:11.150367+0000 mon.smithi136 (mon.0) 4659 : audit [DBG] from='client.? 172.21.15.136:0/2974443232' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:11 smithi145 bash[13673]: audit 2022-04-26T06:28:11.150367+0000 mon.smithi136 (mon.0) 4659 : audit [DBG] from='client.? 172.21.15.136:0/2974443232' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:12 smithi136 bash[11745]: cluster 2022-04-26T06:28:10.697500+0000 mgr.smithi136.ofnrfx (mgr.14188) 7364 : cluster [DBG] pgmap v6902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:12 smithi145 bash[13673]: cluster 2022-04-26T06:28:10.697500+0000 mgr.smithi136.ofnrfx (mgr.14188) 7364 : cluster [DBG] pgmap v6902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:14 smithi136 bash[11745]: cluster 2022-04-26T06:28:12.698147+0000 mgr.smithi136.ofnrfx (mgr.14188) 7365 : cluster [DBG] pgmap v6903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:14 smithi145 bash[13673]: cluster 2022-04-26T06:28:12.698147+0000 mgr.smithi136.ofnrfx (mgr.14188) 7365 : cluster [DBG] pgmap v6903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:16.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:16.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:16.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:16.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:16 smithi136 bash[11745]: cluster 2022-04-26T06:28:14.698735+0000 mgr.smithi136.ofnrfx (mgr.14188) 7366 : cluster [DBG] pgmap v6904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:16 smithi136 bash[11745]: audit 2022-04-26T06:28:16.477117+0000 mon.smithi136 (mon.0) 4660 : audit [DBG] from='client.? 172.21.15.136:0/2542298123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:16 smithi145 bash[13673]: cluster 2022-04-26T06:28:14.698735+0000 mgr.smithi136.ofnrfx (mgr.14188) 7366 : cluster [DBG] pgmap v6904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:16 smithi145 bash[13673]: audit 2022-04-26T06:28:16.477117+0000 mon.smithi136 (mon.0) 4660 : audit [DBG] from='client.? 172.21.15.136:0/2542298123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:18 smithi136 bash[11745]: cluster 2022-04-26T06:28:16.699371+0000 mgr.smithi136.ofnrfx (mgr.14188) 7367 : cluster [DBG] pgmap v6905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:18 smithi145 bash[13673]: cluster 2022-04-26T06:28:16.699371+0000 mgr.smithi136.ofnrfx (mgr.14188) 7367 : cluster [DBG] pgmap v6905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:20 smithi136 bash[11745]: cluster 2022-04-26T06:28:18.699978+0000 mgr.smithi136.ofnrfx (mgr.14188) 7368 : cluster [DBG] pgmap v6906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:20 smithi145 bash[13673]: cluster 2022-04-26T06:28:18.699978+0000 mgr.smithi136.ofnrfx (mgr.14188) 7368 : cluster [DBG] pgmap v6906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:21.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:21.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:21.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:21.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:22 smithi145 bash[13673]: cluster 2022-04-26T06:28:20.700578+0000 mgr.smithi136.ofnrfx (mgr.14188) 7369 : cluster [DBG] pgmap v6907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:22.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:22 smithi145 bash[13673]: audit 2022-04-26T06:28:21.807664+0000 mon.smithi136 (mon.0) 4661 : audit [DBG] from='client.? 172.21.15.136:0/2290884507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:22 smithi136 bash[11745]: cluster 2022-04-26T06:28:20.700578+0000 mgr.smithi136.ofnrfx (mgr.14188) 7369 : cluster [DBG] pgmap v6907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:22 smithi136 bash[11745]: audit 2022-04-26T06:28:21.807664+0000 mon.smithi136 (mon.0) 4661 : audit [DBG] from='client.? 172.21.15.136:0/2290884507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:24 smithi145 bash[13673]: cluster 2022-04-26T06:28:22.701199+0000 mgr.smithi136.ofnrfx (mgr.14188) 7370 : cluster [DBG] pgmap v6908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:24 smithi136 bash[11745]: cluster 2022-04-26T06:28:22.701199+0000 mgr.smithi136.ofnrfx (mgr.14188) 7370 : cluster [DBG] pgmap v6908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:26.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:26.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:26.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:26 smithi145 bash[13673]: cluster 2022-04-26T06:28:24.701800+0000 mgr.smithi136.ofnrfx (mgr.14188) 7371 : cluster [DBG] pgmap v6909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:26 smithi136 bash[11745]: cluster 2022-04-26T06:28:24.701800+0000 mgr.smithi136.ofnrfx (mgr.14188) 7371 : cluster [DBG] pgmap v6909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:27.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:27 smithi145 bash[13673]: audit 2022-04-26T06:28:27.135756+0000 mon.smithi136 (mon.0) 4662 : audit [DBG] from='client.? 172.21.15.136:0/3745470854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:27 smithi136 bash[11745]: audit 2022-04-26T06:28:27.135756+0000 mon.smithi136 (mon.0) 4662 : audit [DBG] from='client.? 172.21.15.136:0/3745470854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:28 smithi145 bash[13673]: cluster 2022-04-26T06:28:26.702393+0000 mgr.smithi136.ofnrfx (mgr.14188) 7372 : cluster [DBG] pgmap v6910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:28.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:28 smithi136 bash[11745]: cluster 2022-04-26T06:28:26.702393+0000 mgr.smithi136.ofnrfx (mgr.14188) 7372 : cluster [DBG] pgmap v6910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:30 smithi136 bash[11745]: cluster 2022-04-26T06:28:28.703012+0000 mgr.smithi136.ofnrfx (mgr.14188) 7373 : cluster [DBG] pgmap v6911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:30.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:30 smithi145 bash[13673]: cluster 2022-04-26T06:28:28.703012+0000 mgr.smithi136.ofnrfx (mgr.14188) 7373 : cluster [DBG] pgmap v6911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:32.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:32.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:32.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:32.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:32 smithi145 bash[13673]: cluster 2022-04-26T06:28:30.703660+0000 mgr.smithi136.ofnrfx (mgr.14188) 7374 : cluster [DBG] pgmap v6912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:32 smithi145 bash[13673]: audit 2022-04-26T06:28:32.457432+0000 mon.smithi136 (mon.0) 4663 : audit [DBG] from='client.? 172.21.15.136:0/2399039747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:32 smithi136 bash[11745]: cluster 2022-04-26T06:28:30.703660+0000 mgr.smithi136.ofnrfx (mgr.14188) 7374 : cluster [DBG] pgmap v6912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:32 smithi136 bash[11745]: audit 2022-04-26T06:28:32.457432+0000 mon.smithi136 (mon.0) 4663 : audit [DBG] from='client.? 172.21.15.136:0/2399039747' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:34 smithi145 bash[13673]: cluster 2022-04-26T06:28:32.704273+0000 mgr.smithi136.ofnrfx (mgr.14188) 7375 : cluster [DBG] pgmap v6913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:34 smithi136 bash[11745]: cluster 2022-04-26T06:28:32.704273+0000 mgr.smithi136.ofnrfx (mgr.14188) 7375 : cluster [DBG] pgmap v6913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:36 smithi145 bash[13673]: cluster 2022-04-26T06:28:34.704904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7376 : cluster [DBG] pgmap v6914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:36 smithi136 bash[11745]: cluster 2022-04-26T06:28:34.704904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7376 : cluster [DBG] pgmap v6914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:37.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:37.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:37.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:37.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:38 smithi145 bash[13673]: cluster 2022-04-26T06:28:36.705536+0000 mgr.smithi136.ofnrfx (mgr.14188) 7377 : cluster [DBG] pgmap v6915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:38.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:38 smithi145 bash[13673]: audit 2022-04-26T06:28:37.776863+0000 mon.smithi136 (mon.0) 4664 : audit [DBG] from='client.? 172.21.15.136:0/3574164107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:38.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:38 smithi136 bash[11745]: cluster 2022-04-26T06:28:36.705536+0000 mgr.smithi136.ofnrfx (mgr.14188) 7377 : cluster [DBG] pgmap v6915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:38.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:38 smithi136 bash[11745]: audit 2022-04-26T06:28:37.776863+0000 mon.smithi136 (mon.0) 4664 : audit [DBG] from='client.? 172.21.15.136:0/3574164107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:40 smithi136 bash[11745]: cluster 2022-04-26T06:28:38.706187+0000 mgr.smithi136.ofnrfx (mgr.14188) 7378 : cluster [DBG] pgmap v6916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:40 smithi145 bash[13673]: cluster 2022-04-26T06:28:38.706187+0000 mgr.smithi136.ofnrfx (mgr.14188) 7378 : cluster [DBG] pgmap v6916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:42.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:42.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:42.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:42 smithi145 bash[13673]: cluster 2022-04-26T06:28:40.706739+0000 mgr.smithi136.ofnrfx (mgr.14188) 7379 : cluster [DBG] pgmap v6917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:42 smithi136 bash[11745]: cluster 2022-04-26T06:28:40.706739+0000 mgr.smithi136.ofnrfx (mgr.14188) 7379 : cluster [DBG] pgmap v6917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:43.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:43 smithi145 bash[13673]: audit 2022-04-26T06:28:43.107706+0000 mon.smithi136 (mon.0) 4665 : audit [DBG] from='client.? 172.21.15.136:0/4256751019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:43 smithi136 bash[11745]: audit 2022-04-26T06:28:43.107706+0000 mon.smithi136 (mon.0) 4665 : audit [DBG] from='client.? 172.21.15.136:0/4256751019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:44 smithi145 bash[13673]: cluster 2022-04-26T06:28:42.707359+0000 mgr.smithi136.ofnrfx (mgr.14188) 7380 : cluster [DBG] pgmap v6918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:44 smithi136 bash[11745]: cluster 2022-04-26T06:28:42.707359+0000 mgr.smithi136.ofnrfx (mgr.14188) 7380 : cluster [DBG] pgmap v6918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:46 smithi145 bash[13673]: cluster 2022-04-26T06:28:44.707968+0000 mgr.smithi136.ofnrfx (mgr.14188) 7381 : cluster [DBG] pgmap v6919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:46 smithi136 bash[11745]: cluster 2022-04-26T06:28:44.707968+0000 mgr.smithi136.ofnrfx (mgr.14188) 7381 : cluster [DBG] pgmap v6919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:48.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:48.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:48.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:48.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:48 smithi145 bash[13673]: cluster 2022-04-26T06:28:46.708593+0000 mgr.smithi136.ofnrfx (mgr.14188) 7382 : cluster [DBG] pgmap v6920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:48.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:48 smithi145 bash[13673]: audit 2022-04-26T06:28:48.195847+0000 mon.smithi136 (mon.0) 4666 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:28:48.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:48 smithi145 bash[13673]: audit 2022-04-26T06:28:48.198369+0000 mon.smithi136 (mon.0) 4667 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:28:48.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:48 smithi145 bash[13673]: audit 2022-04-26T06:28:48.199989+0000 mon.smithi136 (mon.0) 4668 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:28:48.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:48 smithi145 bash[13673]: audit 2022-04-26T06:28:48.436343+0000 mon.smithi136 (mon.0) 4669 : audit [DBG] from='client.? 172.21.15.136:0/2518509917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:48.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:48 smithi145 bash[13673]: audit 2022-04-26T06:28:48.505651+0000 mon.smithi136 (mon.0) 4670 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:28:48.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:48 smithi136 bash[11745]: cluster 2022-04-26T06:28:46.708593+0000 mgr.smithi136.ofnrfx (mgr.14188) 7382 : cluster [DBG] pgmap v6920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:48.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:48 smithi136 bash[11745]: audit 2022-04-26T06:28:48.195847+0000 mon.smithi136 (mon.0) 4666 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:28:48.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:48 smithi136 bash[11745]: audit 2022-04-26T06:28:48.198369+0000 mon.smithi136 (mon.0) 4667 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:28:48.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:48 smithi136 bash[11745]: audit 2022-04-26T06:28:48.199989+0000 mon.smithi136 (mon.0) 4668 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:28:48.994 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:48 smithi136 bash[11745]: audit 2022-04-26T06:28:48.436343+0000 mon.smithi136 (mon.0) 4669 : audit [DBG] from='client.? 172.21.15.136:0/2518509917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:48.994 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:48 smithi136 bash[11745]: audit 2022-04-26T06:28:48.505651+0000 mon.smithi136 (mon.0) 4670 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:28:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:49 smithi136 bash[11745]: cluster 2022-04-26T06:28:48.709254+0000 mgr.smithi136.ofnrfx (mgr.14188) 7383 : cluster [DBG] pgmap v6921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:50.107 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:49 smithi136 bash[11745]: cluster 2022-04-26T06:28:48.793670+0000 mgr.smithi136.ofnrfx (mgr.14188) 7384 : cluster [DBG] pgmap v6922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:50.162 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:49 smithi136 bash[11745]: cluster 2022-04-26T06:28:48.794333+0000 mgr.smithi136.ofnrfx (mgr.14188) 7385 : cluster [DBG] pgmap v6923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:50.163 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:49 smithi136 bash[11745]: audit 2022-04-26T06:28:48.802279+0000 mon.smithi136 (mon.0) 4671 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:28:50.163 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:49 smithi136 bash[11745]: audit 2022-04-26T06:28:48.808356+0000 mon.smithi136 (mon.0) 4672 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:28:50.163 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:49 smithi136 bash[11745]: cephadm 2022-04-26T06:28:48.809506+0000 mgr.smithi136.ofnrfx (mgr.14188) 7386 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:28:50.163 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:49 smithi136 bash[11745]: cephadm 2022-04-26T06:28:48.809672+0000 mgr.smithi136.ofnrfx (mgr.14188) 7387 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:28:50.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:49 smithi145 bash[13673]: cluster 2022-04-26T06:28:48.709254+0000 mgr.smithi136.ofnrfx (mgr.14188) 7383 : cluster [DBG] pgmap v6921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:50.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:49 smithi145 bash[13673]: cluster 2022-04-26T06:28:48.793670+0000 mgr.smithi136.ofnrfx (mgr.14188) 7384 : cluster [DBG] pgmap v6922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:50.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:49 smithi145 bash[13673]: cluster 2022-04-26T06:28:48.794333+0000 mgr.smithi136.ofnrfx (mgr.14188) 7385 : cluster [DBG] pgmap v6923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:50.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:49 smithi145 bash[13673]: audit 2022-04-26T06:28:48.802279+0000 mon.smithi136 (mon.0) 4671 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:28:50.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:49 smithi145 bash[13673]: audit 2022-04-26T06:28:48.808356+0000 mon.smithi136 (mon.0) 4672 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:28:50.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:49 smithi145 bash[13673]: cephadm 2022-04-26T06:28:48.809506+0000 mgr.smithi136.ofnrfx (mgr.14188) 7386 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:28:50.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:49 smithi145 bash[13673]: cephadm 2022-04-26T06:28:48.809672+0000 mgr.smithi136.ofnrfx (mgr.14188) 7387 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:51 smithi136 bash[11745]: cluster 2022-04-26T06:28:50.795024+0000 mgr.smithi136.ofnrfx (mgr.14188) 7388 : cluster [DBG] pgmap v6924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:51 smithi145 bash[13673]: cluster 2022-04-26T06:28:50.795024+0000 mgr.smithi136.ofnrfx (mgr.14188) 7388 : cluster [DBG] pgmap v6924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:53.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:53.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:53.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:53.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:54 smithi145 bash[13673]: cluster 2022-04-26T06:28:52.795657+0000 mgr.smithi136.ofnrfx (mgr.14188) 7389 : cluster [DBG] pgmap v6925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:54 smithi145 bash[13673]: audit 2022-04-26T06:28:53.761390+0000 mon.smithi136 (mon.0) 4673 : audit [DBG] from='client.? 172.21.15.136:0/2999911309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:54 smithi136 bash[11745]: cluster 2022-04-26T06:28:52.795657+0000 mgr.smithi136.ofnrfx (mgr.14188) 7389 : cluster [DBG] pgmap v6925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:54 smithi136 bash[11745]: audit 2022-04-26T06:28:53.761390+0000 mon.smithi136 (mon.0) 4673 : audit [DBG] from='client.? 172.21.15.136:0/2999911309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:56.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:56 smithi145 bash[13673]: cluster 2022-04-26T06:28:54.796271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7390 : cluster [DBG] pgmap v6926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:56 smithi136 bash[11745]: cluster 2022-04-26T06:28:54.796271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7390 : cluster [DBG] pgmap v6926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:58 smithi145 bash[13673]: cluster 2022-04-26T06:28:56.796912+0000 mgr.smithi136.ofnrfx (mgr.14188) 7391 : cluster [DBG] pgmap v6927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:58.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:28:58.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:28:58.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:28:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:58 smithi136 bash[11745]: cluster 2022-04-26T06:28:56.796912+0000 mgr.smithi136.ofnrfx (mgr.14188) 7391 : cluster [DBG] pgmap v6927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:28:59.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:28:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:28:59 smithi145 bash[13673]: audit 2022-04-26T06:28:59.109053+0000 mon.smithi136 (mon.0) 4674 : audit [DBG] from='client.? 172.21.15.136:0/897548710' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:28:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:28:59 smithi136 bash[11745]: audit 2022-04-26T06:28:59.109053+0000 mon.smithi136 (mon.0) 4674 : audit [DBG] from='client.? 172.21.15.136:0/897548710' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:00 smithi145 bash[13673]: cluster 2022-04-26T06:28:58.797505+0000 mgr.smithi136.ofnrfx (mgr.14188) 7392 : cluster [DBG] pgmap v6928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:00 smithi136 bash[11745]: cluster 2022-04-26T06:28:58.797505+0000 mgr.smithi136.ofnrfx (mgr.14188) 7392 : cluster [DBG] pgmap v6928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:02 smithi136 bash[11745]: cluster 2022-04-26T06:29:00.798115+0000 mgr.smithi136.ofnrfx (mgr.14188) 7393 : cluster [DBG] pgmap v6929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:02 smithi145 bash[13673]: cluster 2022-04-26T06:29:00.798115+0000 mgr.smithi136.ofnrfx (mgr.14188) 7393 : cluster [DBG] pgmap v6929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:03 smithi136 bash[11745]: audit 2022-04-26T06:29:02.786607+0000 mon.smithi136 (mon.0) 4675 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:29:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:03 smithi136 bash[11745]: audit 2022-04-26T06:29:02.790807+0000 mon.smithi136 (mon.0) 4676 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:29:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:03 smithi145 bash[13673]: audit 2022-04-26T06:29:02.786607+0000 mon.smithi136 (mon.0) 4675 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:29:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:03 smithi145 bash[13673]: audit 2022-04-26T06:29:02.790807+0000 mon.smithi136 (mon.0) 4676 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:29:04.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:04.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:04.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:04.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:04 smithi136 bash[11745]: cluster 2022-04-26T06:29:02.798759+0000 mgr.smithi136.ofnrfx (mgr.14188) 7394 : cluster [DBG] pgmap v6930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:04 smithi145 bash[13673]: cluster 2022-04-26T06:29:02.798759+0000 mgr.smithi136.ofnrfx (mgr.14188) 7394 : cluster [DBG] pgmap v6930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:05 smithi136 bash[11745]: audit 2022-04-26T06:29:04.432050+0000 mon.smithi136 (mon.0) 4677 : audit [DBG] from='client.? 172.21.15.136:0/3074746685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:05 smithi145 bash[13673]: audit 2022-04-26T06:29:04.432050+0000 mon.smithi136 (mon.0) 4677 : audit [DBG] from='client.? 172.21.15.136:0/3074746685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:06 smithi136 bash[11745]: cluster 2022-04-26T06:29:04.799412+0000 mgr.smithi136.ofnrfx (mgr.14188) 7395 : cluster [DBG] pgmap v6931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:06 smithi145 bash[13673]: cluster 2022-04-26T06:29:04.799412+0000 mgr.smithi136.ofnrfx (mgr.14188) 7395 : cluster [DBG] pgmap v6931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:08 smithi136 bash[11745]: cluster 2022-04-26T06:29:06.800078+0000 mgr.smithi136.ofnrfx (mgr.14188) 7396 : cluster [DBG] pgmap v6932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:08 smithi145 bash[13673]: cluster 2022-04-26T06:29:06.800078+0000 mgr.smithi136.ofnrfx (mgr.14188) 7396 : cluster [DBG] pgmap v6932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:09.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:09.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:09.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:09.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:10 smithi136 bash[11745]: cluster 2022-04-26T06:29:08.800726+0000 mgr.smithi136.ofnrfx (mgr.14188) 7397 : cluster [DBG] pgmap v6933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:10 smithi136 bash[11745]: audit 2022-04-26T06:29:09.759705+0000 mon.smithi136 (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.136:0/1964928548' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:10 smithi145 bash[13673]: cluster 2022-04-26T06:29:08.800726+0000 mgr.smithi136.ofnrfx (mgr.14188) 7397 : cluster [DBG] pgmap v6933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:10 smithi145 bash[13673]: audit 2022-04-26T06:29:09.759705+0000 mon.smithi136 (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.136:0/1964928548' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:12 smithi136 bash[11745]: cluster 2022-04-26T06:29:10.801351+0000 mgr.smithi136.ofnrfx (mgr.14188) 7398 : cluster [DBG] pgmap v6934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:12 smithi145 bash[13673]: cluster 2022-04-26T06:29:10.801351+0000 mgr.smithi136.ofnrfx (mgr.14188) 7398 : cluster [DBG] pgmap v6934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:14.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:14.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:14.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:14 smithi136 bash[11745]: cluster 2022-04-26T06:29:12.801977+0000 mgr.smithi136.ofnrfx (mgr.14188) 7399 : cluster [DBG] pgmap v6935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:14 smithi145 bash[13673]: cluster 2022-04-26T06:29:12.801977+0000 mgr.smithi136.ofnrfx (mgr.14188) 7399 : cluster [DBG] pgmap v6935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:15.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:15 smithi136 bash[11745]: audit 2022-04-26T06:29:15.091839+0000 mon.smithi136 (mon.0) 4679 : audit [DBG] from='client.? 172.21.15.136:0/3555703931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:15 smithi145 bash[13673]: audit 2022-04-26T06:29:15.091839+0000 mon.smithi136 (mon.0) 4679 : audit [DBG] from='client.? 172.21.15.136:0/3555703931' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:16 smithi136 bash[11745]: cluster 2022-04-26T06:29:14.802593+0000 mgr.smithi136.ofnrfx (mgr.14188) 7400 : cluster [DBG] pgmap v6936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:16.911 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:16 smithi145 bash[13673]: cluster 2022-04-26T06:29:14.802593+0000 mgr.smithi136.ofnrfx (mgr.14188) 7400 : cluster [DBG] pgmap v6936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:18 smithi136 bash[11745]: cluster 2022-04-26T06:29:16.803241+0000 mgr.smithi136.ofnrfx (mgr.14188) 7401 : cluster [DBG] pgmap v6937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:18 smithi145 bash[13673]: cluster 2022-04-26T06:29:16.803241+0000 mgr.smithi136.ofnrfx (mgr.14188) 7401 : cluster [DBG] pgmap v6937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:20.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:20.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:20.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:20.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:20 smithi136 bash[11745]: cluster 2022-04-26T06:29:18.803910+0000 mgr.smithi136.ofnrfx (mgr.14188) 7402 : cluster [DBG] pgmap v6938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:20 smithi136 bash[11745]: audit 2022-04-26T06:29:20.418044+0000 mon.smithi136 (mon.0) 4680 : audit [DBG] from='client.? 172.21.15.136:0/2025226048' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:20 smithi145 bash[13673]: cluster 2022-04-26T06:29:18.803910+0000 mgr.smithi136.ofnrfx (mgr.14188) 7402 : cluster [DBG] pgmap v6938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:20.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:20 smithi145 bash[13673]: audit 2022-04-26T06:29:20.418044+0000 mon.smithi136 (mon.0) 4680 : audit [DBG] from='client.? 172.21.15.136:0/2025226048' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:22 smithi136 bash[11745]: cluster 2022-04-26T06:29:20.804527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7403 : cluster [DBG] pgmap v6939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:22 smithi145 bash[13673]: cluster 2022-04-26T06:29:20.804527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7403 : cluster [DBG] pgmap v6939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:24 smithi136 bash[11745]: cluster 2022-04-26T06:29:22.805197+0000 mgr.smithi136.ofnrfx (mgr.14188) 7404 : cluster [DBG] pgmap v6940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:24 smithi145 bash[13673]: cluster 2022-04-26T06:29:22.805197+0000 mgr.smithi136.ofnrfx (mgr.14188) 7404 : cluster [DBG] pgmap v6940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:25.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:25.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:25.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:25.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:26 smithi136 bash[11745]: cluster 2022-04-26T06:29:24.805773+0000 mgr.smithi136.ofnrfx (mgr.14188) 7405 : cluster [DBG] pgmap v6941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:26.851 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:26 smithi136 bash[11745]: audit 2022-04-26T06:29:25.752662+0000 mon.smithi136 (mon.0) 4681 : audit [DBG] from='client.? 172.21.15.136:0/659182790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:26 smithi145 bash[13673]: cluster 2022-04-26T06:29:24.805773+0000 mgr.smithi136.ofnrfx (mgr.14188) 7405 : cluster [DBG] pgmap v6941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:26 smithi145 bash[13673]: audit 2022-04-26T06:29:25.752662+0000 mon.smithi136 (mon.0) 4681 : audit [DBG] from='client.? 172.21.15.136:0/659182790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:28 smithi136 bash[11745]: cluster 2022-04-26T06:29:26.806392+0000 mgr.smithi136.ofnrfx (mgr.14188) 7406 : cluster [DBG] pgmap v6942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:28 smithi145 bash[13673]: cluster 2022-04-26T06:29:26.806392+0000 mgr.smithi136.ofnrfx (mgr.14188) 7406 : cluster [DBG] pgmap v6942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:30.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:30.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:30.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:30.821 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:30 smithi136 bash[11745]: cluster 2022-04-26T06:29:28.807131+0000 mgr.smithi136.ofnrfx (mgr.14188) 7407 : cluster [DBG] pgmap v6943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:30.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:30 smithi145 bash[13673]: cluster 2022-04-26T06:29:28.807131+0000 mgr.smithi136.ofnrfx (mgr.14188) 7407 : cluster [DBG] pgmap v6943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:31.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:31 smithi136 bash[11745]: audit 2022-04-26T06:29:31.080380+0000 mon.smithi136 (mon.0) 4682 : audit [DBG] from='client.? 172.21.15.136:0/2926586126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:31.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:31 smithi145 bash[13673]: audit 2022-04-26T06:29:31.080380+0000 mon.smithi136 (mon.0) 4682 : audit [DBG] from='client.? 172.21.15.136:0/2926586126' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:32 smithi136 bash[11745]: cluster 2022-04-26T06:29:30.807769+0000 mgr.smithi136.ofnrfx (mgr.14188) 7408 : cluster [DBG] pgmap v6944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:32 smithi145 bash[13673]: cluster 2022-04-26T06:29:30.807769+0000 mgr.smithi136.ofnrfx (mgr.14188) 7408 : cluster [DBG] pgmap v6944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:34.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:34 smithi136 bash[11745]: cluster 2022-04-26T06:29:32.808420+0000 mgr.smithi136.ofnrfx (mgr.14188) 7409 : cluster [DBG] pgmap v6945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:34 smithi145 bash[13673]: cluster 2022-04-26T06:29:32.808420+0000 mgr.smithi136.ofnrfx (mgr.14188) 7409 : cluster [DBG] pgmap v6945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:36.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:36.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:36.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:36.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:36.519 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:36 smithi136 bash[11745]: cluster 2022-04-26T06:29:34.809002+0000 mgr.smithi136.ofnrfx (mgr.14188) 7410 : cluster [DBG] pgmap v6946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:36.520 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:36 smithi136 bash[11745]: audit 2022-04-26T06:29:36.406540+0000 mon.smithi136 (mon.0) 4683 : audit [DBG] from='client.? 172.21.15.136:0/3885918811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:36 smithi145 bash[13673]: cluster 2022-04-26T06:29:34.809002+0000 mgr.smithi136.ofnrfx (mgr.14188) 7410 : cluster [DBG] pgmap v6946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:36 smithi145 bash[13673]: audit 2022-04-26T06:29:36.406540+0000 mon.smithi136 (mon.0) 4683 : audit [DBG] from='client.? 172.21.15.136:0/3885918811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:38 smithi136 bash[11745]: cluster 2022-04-26T06:29:36.809618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7411 : cluster [DBG] pgmap v6947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:38 smithi145 bash[13673]: cluster 2022-04-26T06:29:36.809618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7411 : cluster [DBG] pgmap v6947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:40 smithi136 bash[11745]: cluster 2022-04-26T06:29:38.810228+0000 mgr.smithi136.ofnrfx (mgr.14188) 7412 : cluster [DBG] pgmap v6948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:40 smithi145 bash[13673]: cluster 2022-04-26T06:29:38.810228+0000 mgr.smithi136.ofnrfx (mgr.14188) 7412 : cluster [DBG] pgmap v6948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:41.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:41.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:41.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:41.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:42 smithi136 bash[11745]: cluster 2022-04-26T06:29:40.810806+0000 mgr.smithi136.ofnrfx (mgr.14188) 7413 : cluster [DBG] pgmap v6949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:42 smithi136 bash[11745]: audit 2022-04-26T06:29:41.733765+0000 mon.smithi136 (mon.0) 4684 : audit [DBG] from='client.? 172.21.15.136:0/3341350617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:42 smithi145 bash[13673]: cluster 2022-04-26T06:29:40.810806+0000 mgr.smithi136.ofnrfx (mgr.14188) 7413 : cluster [DBG] pgmap v6949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:42 smithi145 bash[13673]: audit 2022-04-26T06:29:41.733765+0000 mon.smithi136 (mon.0) 4684 : audit [DBG] from='client.? 172.21.15.136:0/3341350617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:44 smithi136 bash[11745]: cluster 2022-04-26T06:29:42.811416+0000 mgr.smithi136.ofnrfx (mgr.14188) 7414 : cluster [DBG] pgmap v6950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:44 smithi145 bash[13673]: cluster 2022-04-26T06:29:42.811416+0000 mgr.smithi136.ofnrfx (mgr.14188) 7414 : cluster [DBG] pgmap v6950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:46.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:46.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:46.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:46 smithi136 bash[11745]: cluster 2022-04-26T06:29:44.812029+0000 mgr.smithi136.ofnrfx (mgr.14188) 7415 : cluster [DBG] pgmap v6951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:46 smithi145 bash[13673]: cluster 2022-04-26T06:29:44.812029+0000 mgr.smithi136.ofnrfx (mgr.14188) 7415 : cluster [DBG] pgmap v6951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:47.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:47 smithi136 bash[11745]: audit 2022-04-26T06:29:47.063032+0000 mon.smithi136 (mon.0) 4685 : audit [DBG] from='client.? 172.21.15.136:0/2966507771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:47 smithi145 bash[13673]: audit 2022-04-26T06:29:47.063032+0000 mon.smithi136 (mon.0) 4685 : audit [DBG] from='client.? 172.21.15.136:0/2966507771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:48 smithi136 bash[11745]: cluster 2022-04-26T06:29:46.812664+0000 mgr.smithi136.ofnrfx (mgr.14188) 7416 : cluster [DBG] pgmap v6952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:48 smithi145 bash[13673]: cluster 2022-04-26T06:29:46.812664+0000 mgr.smithi136.ofnrfx (mgr.14188) 7416 : cluster [DBG] pgmap v6952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:49 smithi145 bash[13673]: audit 2022-04-26T06:29:48.817230+0000 mon.smithi136 (mon.0) 4686 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:29:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:49 smithi145 bash[13673]: audit 2022-04-26T06:29:48.820238+0000 mon.smithi136 (mon.0) 4687 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:29:49.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:49 smithi145 bash[13673]: audit 2022-04-26T06:29:48.822293+0000 mon.smithi136 (mon.0) 4688 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:29:49.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:49 smithi145 bash[13673]: audit 2022-04-26T06:29:49.127580+0000 mon.smithi136 (mon.0) 4689 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:29:49.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:49 smithi145 bash[13673]: audit 2022-04-26T06:29:49.135817+0000 mon.smithi136 (mon.0) 4690 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:29:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:49 smithi136 bash[11745]: audit 2022-04-26T06:29:48.817230+0000 mon.smithi136 (mon.0) 4686 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:29:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:49 smithi136 bash[11745]: audit 2022-04-26T06:29:48.820238+0000 mon.smithi136 (mon.0) 4687 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:29:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:49 smithi136 bash[11745]: audit 2022-04-26T06:29:48.822293+0000 mon.smithi136 (mon.0) 4688 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:29:50.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:49 smithi136 bash[11745]: audit 2022-04-26T06:29:49.127580+0000 mon.smithi136 (mon.0) 4689 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:29:50.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:49 smithi136 bash[11745]: audit 2022-04-26T06:29:49.135817+0000 mon.smithi136 (mon.0) 4690 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:29:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:50 smithi136 bash[11745]: cluster 2022-04-26T06:29:48.813236+0000 mgr.smithi136.ofnrfx (mgr.14188) 7417 : cluster [DBG] pgmap v6953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:50 smithi136 bash[11745]: cluster 2022-04-26T06:29:49.120580+0000 mgr.smithi136.ofnrfx (mgr.14188) 7418 : cluster [DBG] pgmap v6954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:50 smithi136 bash[11745]: cluster 2022-04-26T06:29:49.120887+0000 mgr.smithi136.ofnrfx (mgr.14188) 7419 : cluster [DBG] pgmap v6955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:50 smithi136 bash[11745]: cephadm 2022-04-26T06:29:49.136906+0000 mgr.smithi136.ofnrfx (mgr.14188) 7420 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:29:50.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:50 smithi136 bash[11745]: cephadm 2022-04-26T06:29:49.137066+0000 mgr.smithi136.ofnrfx (mgr.14188) 7421 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:29:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:50 smithi145 bash[13673]: cluster 2022-04-26T06:29:48.813236+0000 mgr.smithi136.ofnrfx (mgr.14188) 7417 : cluster [DBG] pgmap v6953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:50 smithi145 bash[13673]: cluster 2022-04-26T06:29:49.120580+0000 mgr.smithi136.ofnrfx (mgr.14188) 7418 : cluster [DBG] pgmap v6954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:50 smithi145 bash[13673]: cluster 2022-04-26T06:29:49.120887+0000 mgr.smithi136.ofnrfx (mgr.14188) 7419 : cluster [DBG] pgmap v6955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:50 smithi145 bash[13673]: cephadm 2022-04-26T06:29:49.136906+0000 mgr.smithi136.ofnrfx (mgr.14188) 7420 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:29:50.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:50 smithi145 bash[13673]: cephadm 2022-04-26T06:29:49.137066+0000 mgr.smithi136.ofnrfx (mgr.14188) 7421 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:29:52.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:52.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:52.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:52.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:52 smithi145 bash[13673]: cluster 2022-04-26T06:29:51.121411+0000 mgr.smithi136.ofnrfx (mgr.14188) 7422 : cluster [DBG] pgmap v6956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:52 smithi145 bash[13673]: audit 2022-04-26T06:29:52.395164+0000 mon.smithi136 (mon.0) 4691 : audit [DBG] from='client.? 172.21.15.136:0/1562638476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:52 smithi136 bash[11745]: cluster 2022-04-26T06:29:51.121411+0000 mgr.smithi136.ofnrfx (mgr.14188) 7422 : cluster [DBG] pgmap v6956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:52 smithi136 bash[11745]: audit 2022-04-26T06:29:52.395164+0000 mon.smithi136 (mon.0) 4691 : audit [DBG] from='client.? 172.21.15.136:0/1562638476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:54 smithi145 bash[13673]: cluster 2022-04-26T06:29:53.122003+0000 mgr.smithi136.ofnrfx (mgr.14188) 7423 : cluster [DBG] pgmap v6957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:54 smithi136 bash[11745]: cluster 2022-04-26T06:29:53.122003+0000 mgr.smithi136.ofnrfx (mgr.14188) 7423 : cluster [DBG] pgmap v6957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:56 smithi145 bash[13673]: cluster 2022-04-26T06:29:55.122590+0000 mgr.smithi136.ofnrfx (mgr.14188) 7424 : cluster [DBG] pgmap v6958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:56 smithi136 bash[11745]: cluster 2022-04-26T06:29:55.122590+0000 mgr.smithi136.ofnrfx (mgr.14188) 7424 : cluster [DBG] pgmap v6958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:57.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:29:57.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:29:57.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:29:57.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:29:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:58 smithi145 bash[13673]: cluster 2022-04-26T06:29:57.123267+0000 mgr.smithi136.ofnrfx (mgr.14188) 7425 : cluster [DBG] pgmap v6959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:29:58 smithi145 bash[13673]: audit 2022-04-26T06:29:57.724787+0000 mon.smithi136 (mon.0) 4692 : audit [DBG] from='client.? 172.21.15.136:0/2357730429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:29:58.995 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:58 smithi136 bash[11745]: cluster 2022-04-26T06:29:57.123267+0000 mgr.smithi136.ofnrfx (mgr.14188) 7425 : cluster [DBG] pgmap v6959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:29:58.995 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:29:58 smithi136 bash[11745]: audit 2022-04-26T06:29:57.724787+0000 mon.smithi136 (mon.0) 4692 : audit [DBG] from='client.? 172.21.15.136:0/2357730429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:00 smithi136 bash[11745]: cluster 2022-04-26T06:29:59.123913+0000 mgr.smithi136.ofnrfx (mgr.14188) 7426 : cluster [DBG] pgmap v6960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:00 smithi136 bash[11745]: cluster 2022-04-26T06:30:00.000118+0000 mon.smithi136 (mon.0) 4693 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:30:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:00 smithi145 bash[13673]: cluster 2022-04-26T06:29:59.123913+0000 mgr.smithi136.ofnrfx (mgr.14188) 7426 : cluster [DBG] pgmap v6960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:00 smithi145 bash[13673]: cluster 2022-04-26T06:30:00.000118+0000 mon.smithi136 (mon.0) 4693 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:30:02.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:02.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:02.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:02 smithi145 bash[13673]: cluster 2022-04-26T06:30:01.124552+0000 mgr.smithi136.ofnrfx (mgr.14188) 7427 : cluster [DBG] pgmap v6961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:02 smithi136 bash[11745]: cluster 2022-04-26T06:30:01.124552+0000 mgr.smithi136.ofnrfx (mgr.14188) 7427 : cluster [DBG] pgmap v6961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:03.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:03 smithi145 bash[13673]: audit 2022-04-26T06:30:02.790846+0000 mon.smithi136 (mon.0) 4694 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:30:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:03 smithi145 bash[13673]: audit 2022-04-26T06:30:02.794575+0000 mon.smithi136 (mon.0) 4695 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:30:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:03 smithi145 bash[13673]: audit 2022-04-26T06:30:03.055027+0000 mon.smithi136 (mon.0) 4696 : audit [DBG] from='client.? 172.21.15.136:0/400592254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:03 smithi136 bash[11745]: audit 2022-04-26T06:30:02.790846+0000 mon.smithi136 (mon.0) 4694 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:30:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:03 smithi136 bash[11745]: audit 2022-04-26T06:30:02.794575+0000 mon.smithi136 (mon.0) 4695 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:30:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:03 smithi136 bash[11745]: audit 2022-04-26T06:30:03.055027+0000 mon.smithi136 (mon.0) 4696 : audit [DBG] from='client.? 172.21.15.136:0/400592254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:04 smithi145 bash[13673]: cluster 2022-04-26T06:30:03.125194+0000 mgr.smithi136.ofnrfx (mgr.14188) 7428 : cluster [DBG] pgmap v6962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:04 smithi136 bash[11745]: cluster 2022-04-26T06:30:03.125194+0000 mgr.smithi136.ofnrfx (mgr.14188) 7428 : cluster [DBG] pgmap v6962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:06 smithi145 bash[13673]: cluster 2022-04-26T06:30:05.125829+0000 mgr.smithi136.ofnrfx (mgr.14188) 7429 : cluster [DBG] pgmap v6963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:06 smithi136 bash[11745]: cluster 2022-04-26T06:30:05.125829+0000 mgr.smithi136.ofnrfx (mgr.14188) 7429 : cluster [DBG] pgmap v6963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:08.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:08.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:08.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:08.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:08 smithi145 bash[13673]: cluster 2022-04-26T06:30:07.126456+0000 mgr.smithi136.ofnrfx (mgr.14188) 7430 : cluster [DBG] pgmap v6964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:08 smithi145 bash[13673]: audit 2022-04-26T06:30:08.386669+0000 mon.smithi136 (mon.0) 4697 : audit [DBG] from='client.? 172.21.15.136:0/2654379608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:08.995 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:08 smithi136 bash[11745]: cluster 2022-04-26T06:30:07.126456+0000 mgr.smithi136.ofnrfx (mgr.14188) 7430 : cluster [DBG] pgmap v6964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:08.995 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:08 smithi136 bash[11745]: audit 2022-04-26T06:30:08.386669+0000 mon.smithi136 (mon.0) 4697 : audit [DBG] from='client.? 172.21.15.136:0/2654379608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:10 smithi136 bash[11745]: cluster 2022-04-26T06:30:09.127205+0000 mgr.smithi136.ofnrfx (mgr.14188) 7431 : cluster [DBG] pgmap v6965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:10 smithi145 bash[13673]: cluster 2022-04-26T06:30:09.127205+0000 mgr.smithi136.ofnrfx (mgr.14188) 7431 : cluster [DBG] pgmap v6965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:12 smithi145 bash[13673]: cluster 2022-04-26T06:30:11.128020+0000 mgr.smithi136.ofnrfx (mgr.14188) 7432 : cluster [DBG] pgmap v6966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:12 smithi136 bash[11745]: cluster 2022-04-26T06:30:11.128020+0000 mgr.smithi136.ofnrfx (mgr.14188) 7432 : cluster [DBG] pgmap v6966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:13.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:13.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:13.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:13.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:14 smithi145 bash[13673]: cluster 2022-04-26T06:30:13.128674+0000 mgr.smithi136.ofnrfx (mgr.14188) 7433 : cluster [DBG] pgmap v6967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:14 smithi145 bash[13673]: audit 2022-04-26T06:30:13.715676+0000 mon.smithi136 (mon.0) 4698 : audit [DBG] from='client.? 172.21.15.136:0/1761482869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:14 smithi136 bash[11745]: cluster 2022-04-26T06:30:13.128674+0000 mgr.smithi136.ofnrfx (mgr.14188) 7433 : cluster [DBG] pgmap v6967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:14 smithi136 bash[11745]: audit 2022-04-26T06:30:13.715676+0000 mon.smithi136 (mon.0) 4698 : audit [DBG] from='client.? 172.21.15.136:0/1761482869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:16 smithi145 bash[13673]: cluster 2022-04-26T06:30:15.129250+0000 mgr.smithi136.ofnrfx (mgr.14188) 7434 : cluster [DBG] pgmap v6968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:16 smithi136 bash[11745]: cluster 2022-04-26T06:30:15.129250+0000 mgr.smithi136.ofnrfx (mgr.14188) 7434 : cluster [DBG] pgmap v6968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:18.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:18.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:18.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:18 smithi145 bash[13673]: cluster 2022-04-26T06:30:17.129862+0000 mgr.smithi136.ofnrfx (mgr.14188) 7435 : cluster [DBG] pgmap v6969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:18.997 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:18 smithi136 bash[11745]: cluster 2022-04-26T06:30:17.129862+0000 mgr.smithi136.ofnrfx (mgr.14188) 7435 : cluster [DBG] pgmap v6969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:19.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:19.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:19 smithi145 bash[13673]: audit 2022-04-26T06:30:19.052754+0000 mon.smithi136 (mon.0) 4699 : audit [DBG] from='client.? 172.21.15.136:0/848086175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:19 smithi136 bash[11745]: audit 2022-04-26T06:30:19.052754+0000 mon.smithi136 (mon.0) 4699 : audit [DBG] from='client.? 172.21.15.136:0/848086175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:20 smithi136 bash[11745]: cluster 2022-04-26T06:30:19.130495+0000 mgr.smithi136.ofnrfx (mgr.14188) 7436 : cluster [DBG] pgmap v6970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:20 smithi145 bash[13673]: cluster 2022-04-26T06:30:19.130495+0000 mgr.smithi136.ofnrfx (mgr.14188) 7436 : cluster [DBG] pgmap v6970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:22 smithi136 bash[11745]: cluster 2022-04-26T06:30:21.131116+0000 mgr.smithi136.ofnrfx (mgr.14188) 7437 : cluster [DBG] pgmap v6971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:22 smithi145 bash[13673]: cluster 2022-04-26T06:30:21.131116+0000 mgr.smithi136.ofnrfx (mgr.14188) 7437 : cluster [DBG] pgmap v6971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:24.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:24 smithi136 bash[11745]: cluster 2022-04-26T06:30:23.131757+0000 mgr.smithi136.ofnrfx (mgr.14188) 7438 : cluster [DBG] pgmap v6972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:24 smithi136 bash[11745]: audit 2022-04-26T06:30:24.382260+0000 mon.smithi136 (mon.0) 4700 : audit [DBG] from='client.? 172.21.15.136:0/1201122947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:24 smithi145 bash[13673]: cluster 2022-04-26T06:30:23.131757+0000 mgr.smithi136.ofnrfx (mgr.14188) 7438 : cluster [DBG] pgmap v6972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:24 smithi145 bash[13673]: audit 2022-04-26T06:30:24.382260+0000 mon.smithi136 (mon.0) 4700 : audit [DBG] from='client.? 172.21.15.136:0/1201122947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:26 smithi136 bash[11745]: cluster 2022-04-26T06:30:25.132327+0000 mgr.smithi136.ofnrfx (mgr.14188) 7439 : cluster [DBG] pgmap v6973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:26 smithi145 bash[13673]: cluster 2022-04-26T06:30:25.132327+0000 mgr.smithi136.ofnrfx (mgr.14188) 7439 : cluster [DBG] pgmap v6973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:28.996 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:28 smithi136 bash[11745]: cluster 2022-04-26T06:30:27.132954+0000 mgr.smithi136.ofnrfx (mgr.14188) 7440 : cluster [DBG] pgmap v6974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:28 smithi145 bash[13673]: cluster 2022-04-26T06:30:27.132954+0000 mgr.smithi136.ofnrfx (mgr.14188) 7440 : cluster [DBG] pgmap v6974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:29.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:29.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:29.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:29.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:30 smithi136 bash[11745]: cluster 2022-04-26T06:30:29.133586+0000 mgr.smithi136.ofnrfx (mgr.14188) 7441 : cluster [DBG] pgmap v6975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:30 smithi136 bash[11745]: audit 2022-04-26T06:30:29.704486+0000 mon.smithi136 (mon.0) 4701 : audit [DBG] from='client.? 172.21.15.136:0/2485220453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:30 smithi145 bash[13673]: cluster 2022-04-26T06:30:29.133586+0000 mgr.smithi136.ofnrfx (mgr.14188) 7441 : cluster [DBG] pgmap v6975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:30 smithi145 bash[13673]: audit 2022-04-26T06:30:29.704486+0000 mon.smithi136 (mon.0) 4701 : audit [DBG] from='client.? 172.21.15.136:0/2485220453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:32 smithi136 bash[11745]: cluster 2022-04-26T06:30:31.134231+0000 mgr.smithi136.ofnrfx (mgr.14188) 7442 : cluster [DBG] pgmap v6976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:32 smithi145 bash[13673]: cluster 2022-04-26T06:30:31.134231+0000 mgr.smithi136.ofnrfx (mgr.14188) 7442 : cluster [DBG] pgmap v6976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:33 smithi136 bash[11745]: cluster 2022-04-26T06:30:33.134837+0000 mgr.smithi136.ofnrfx (mgr.14188) 7443 : cluster [DBG] pgmap v6977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:33 smithi145 bash[13673]: cluster 2022-04-26T06:30:33.134837+0000 mgr.smithi136.ofnrfx (mgr.14188) 7443 : cluster [DBG] pgmap v6977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:34.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:34.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:34.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:35.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:35 smithi145 bash[13673]: audit 2022-04-26T06:30:35.027386+0000 mon.smithi136 (mon.0) 4702 : audit [DBG] from='client.? 172.21.15.136:0/1398405893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:35 smithi136 bash[11745]: audit 2022-04-26T06:30:35.027386+0000 mon.smithi136 (mon.0) 4702 : audit [DBG] from='client.? 172.21.15.136:0/1398405893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:36.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:36 smithi145 bash[13673]: cluster 2022-04-26T06:30:35.135394+0000 mgr.smithi136.ofnrfx (mgr.14188) 7444 : cluster [DBG] pgmap v6978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:36 smithi136 bash[11745]: cluster 2022-04-26T06:30:35.135394+0000 mgr.smithi136.ofnrfx (mgr.14188) 7444 : cluster [DBG] pgmap v6978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:38 smithi136 bash[11745]: cluster 2022-04-26T06:30:37.135990+0000 mgr.smithi136.ofnrfx (mgr.14188) 7445 : cluster [DBG] pgmap v6979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:38 smithi145 bash[13673]: cluster 2022-04-26T06:30:37.135990+0000 mgr.smithi136.ofnrfx (mgr.14188) 7445 : cluster [DBG] pgmap v6979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:40.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:40.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:40.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:40.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:40 smithi136 bash[11745]: cluster 2022-04-26T06:30:39.136640+0000 mgr.smithi136.ofnrfx (mgr.14188) 7446 : cluster [DBG] pgmap v6980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:40 smithi136 bash[11745]: audit 2022-04-26T06:30:40.355732+0000 mon.smithi136 (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.136:0/784570410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:40 smithi145 bash[13673]: cluster 2022-04-26T06:30:39.136640+0000 mgr.smithi136.ofnrfx (mgr.14188) 7446 : cluster [DBG] pgmap v6980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:40 smithi145 bash[13673]: audit 2022-04-26T06:30:40.355732+0000 mon.smithi136 (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.136:0/784570410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:42 smithi136 bash[11745]: cluster 2022-04-26T06:30:41.137295+0000 mgr.smithi136.ofnrfx (mgr.14188) 7447 : cluster [DBG] pgmap v6981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:42 smithi145 bash[13673]: cluster 2022-04-26T06:30:41.137295+0000 mgr.smithi136.ofnrfx (mgr.14188) 7447 : cluster [DBG] pgmap v6981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:44 smithi136 bash[11745]: cluster 2022-04-26T06:30:43.137953+0000 mgr.smithi136.ofnrfx (mgr.14188) 7448 : cluster [DBG] pgmap v6982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:44 smithi145 bash[13673]: cluster 2022-04-26T06:30:43.137953+0000 mgr.smithi136.ofnrfx (mgr.14188) 7448 : cluster [DBG] pgmap v6982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:45.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:45.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:45.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:45.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:46 smithi136 bash[11745]: cluster 2022-04-26T06:30:45.138558+0000 mgr.smithi136.ofnrfx (mgr.14188) 7449 : cluster [DBG] pgmap v6983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:46 smithi136 bash[11745]: audit 2022-04-26T06:30:45.687443+0000 mon.smithi136 (mon.0) 4704 : audit [DBG] from='client.? 172.21.15.136:0/2383178180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:46 smithi145 bash[13673]: cluster 2022-04-26T06:30:45.138558+0000 mgr.smithi136.ofnrfx (mgr.14188) 7449 : cluster [DBG] pgmap v6983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:46 smithi145 bash[13673]: audit 2022-04-26T06:30:45.687443+0000 mon.smithi136 (mon.0) 4704 : audit [DBG] from='client.? 172.21.15.136:0/2383178180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:48 smithi136 bash[11745]: cluster 2022-04-26T06:30:47.139114+0000 mgr.smithi136.ofnrfx (mgr.14188) 7450 : cluster [DBG] pgmap v6984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:48 smithi145 bash[13673]: cluster 2022-04-26T06:30:47.139114+0000 mgr.smithi136.ofnrfx (mgr.14188) 7450 : cluster [DBG] pgmap v6984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:49 smithi136 bash[11745]: audit 2022-04-26T06:30:49.146526+0000 mon.smithi136 (mon.0) 4705 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:30:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:49 smithi136 bash[11745]: audit 2022-04-26T06:30:49.149386+0000 mon.smithi136 (mon.0) 4706 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:30:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:49 smithi136 bash[11745]: audit 2022-04-26T06:30:49.151225+0000 mon.smithi136 (mon.0) 4707 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:30:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:49 smithi145 bash[13673]: audit 2022-04-26T06:30:49.146526+0000 mon.smithi136 (mon.0) 4705 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:30:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:49 smithi145 bash[13673]: audit 2022-04-26T06:30:49.149386+0000 mon.smithi136 (mon.0) 4706 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:30:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:49 smithi145 bash[13673]: audit 2022-04-26T06:30:49.151225+0000 mon.smithi136 (mon.0) 4707 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:30:50.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:50.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:50.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:50 smithi136 bash[11745]: cluster 2022-04-26T06:30:49.139800+0000 mgr.smithi136.ofnrfx (mgr.14188) 7451 : cluster [DBG] pgmap v6985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:50 smithi136 bash[11745]: cluster 2022-04-26T06:30:49.478773+0000 mgr.smithi136.ofnrfx (mgr.14188) 7452 : cluster [DBG] pgmap v6986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:50 smithi136 bash[11745]: cluster 2022-04-26T06:30:49.479206+0000 mgr.smithi136.ofnrfx (mgr.14188) 7453 : cluster [DBG] pgmap v6987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:50 smithi136 bash[11745]: audit 2022-04-26T06:30:49.484452+0000 mon.smithi136 (mon.0) 4708 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:30:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:50 smithi136 bash[11745]: audit 2022-04-26T06:30:49.493499+0000 mon.smithi136 (mon.0) 4709 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:30:50.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:50 smithi136 bash[11745]: cephadm 2022-04-26T06:30:49.494789+0000 mgr.smithi136.ofnrfx (mgr.14188) 7454 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:30:50.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:50 smithi136 bash[11745]: cephadm 2022-04-26T06:30:49.494924+0000 mgr.smithi136.ofnrfx (mgr.14188) 7455 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:30:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:50 smithi145 bash[13673]: cluster 2022-04-26T06:30:49.139800+0000 mgr.smithi136.ofnrfx (mgr.14188) 7451 : cluster [DBG] pgmap v6985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:50 smithi145 bash[13673]: cluster 2022-04-26T06:30:49.478773+0000 mgr.smithi136.ofnrfx (mgr.14188) 7452 : cluster [DBG] pgmap v6986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:50 smithi145 bash[13673]: cluster 2022-04-26T06:30:49.479206+0000 mgr.smithi136.ofnrfx (mgr.14188) 7453 : cluster [DBG] pgmap v6987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:50.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:50 smithi145 bash[13673]: audit 2022-04-26T06:30:49.484452+0000 mon.smithi136 (mon.0) 4708 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:30:50.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:50 smithi145 bash[13673]: audit 2022-04-26T06:30:49.493499+0000 mon.smithi136 (mon.0) 4709 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:30:50.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:50 smithi145 bash[13673]: cephadm 2022-04-26T06:30:49.494789+0000 mgr.smithi136.ofnrfx (mgr.14188) 7454 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:30:50.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:50 smithi145 bash[13673]: cephadm 2022-04-26T06:30:49.494924+0000 mgr.smithi136.ofnrfx (mgr.14188) 7455 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:30:51.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:51 smithi136 bash[11745]: audit 2022-04-26T06:30:51.016910+0000 mon.smithi136 (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.136:0/273389064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:51.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:51 smithi145 bash[13673]: audit 2022-04-26T06:30:51.016910+0000 mon.smithi136 (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.136:0/273389064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:52 smithi136 bash[11745]: cluster 2022-04-26T06:30:51.479805+0000 mgr.smithi136.ofnrfx (mgr.14188) 7456 : cluster [DBG] pgmap v6988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:52 smithi145 bash[13673]: cluster 2022-04-26T06:30:51.479805+0000 mgr.smithi136.ofnrfx (mgr.14188) 7456 : cluster [DBG] pgmap v6988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:54 smithi136 bash[11745]: cluster 2022-04-26T06:30:53.480516+0000 mgr.smithi136.ofnrfx (mgr.14188) 7457 : cluster [DBG] pgmap v6989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:54 smithi145 bash[13673]: cluster 2022-04-26T06:30:53.480516+0000 mgr.smithi136.ofnrfx (mgr.14188) 7457 : cluster [DBG] pgmap v6989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:56.036 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:30:56.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:30:56.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:30:56.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:30:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:56 smithi136 bash[11745]: cluster 2022-04-26T06:30:55.481240+0000 mgr.smithi136.ofnrfx (mgr.14188) 7458 : cluster [DBG] pgmap v6990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:56 smithi136 bash[11745]: audit 2022-04-26T06:30:56.339856+0000 mon.smithi136 (mon.0) 4711 : audit [DBG] from='client.? 172.21.15.136:0/1681744515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:56 smithi145 bash[13673]: cluster 2022-04-26T06:30:55.481240+0000 mgr.smithi136.ofnrfx (mgr.14188) 7458 : cluster [DBG] pgmap v6990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:56 smithi145 bash[13673]: audit 2022-04-26T06:30:56.339856+0000 mon.smithi136 (mon.0) 4711 : audit [DBG] from='client.? 172.21.15.136:0/1681744515' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:30:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:30:58 smithi136 bash[11745]: cluster 2022-04-26T06:30:57.481897+0000 mgr.smithi136.ofnrfx (mgr.14188) 7459 : cluster [DBG] pgmap v6991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:30:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:30:58 smithi145 bash[13673]: cluster 2022-04-26T06:30:57.481897+0000 mgr.smithi136.ofnrfx (mgr.14188) 7459 : cluster [DBG] pgmap v6991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:00 smithi136 bash[11745]: cluster 2022-04-26T06:30:59.482513+0000 mgr.smithi136.ofnrfx (mgr.14188) 7460 : cluster [DBG] pgmap v6992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:00 smithi145 bash[13673]: cluster 2022-04-26T06:30:59.482513+0000 mgr.smithi136.ofnrfx (mgr.14188) 7460 : cluster [DBG] pgmap v6992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:01.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:01.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:01.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:01.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:02 smithi136 bash[11745]: cluster 2022-04-26T06:31:01.483087+0000 mgr.smithi136.ofnrfx (mgr.14188) 7461 : cluster [DBG] pgmap v6993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:02 smithi136 bash[11745]: audit 2022-04-26T06:31:01.655746+0000 mon.smithi136 (mon.0) 4712 : audit [DBG] from='client.? 172.21.15.136:0/2118934053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:02 smithi145 bash[13673]: cluster 2022-04-26T06:31:01.483087+0000 mgr.smithi136.ofnrfx (mgr.14188) 7461 : cluster [DBG] pgmap v6993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:02 smithi145 bash[13673]: audit 2022-04-26T06:31:01.655746+0000 mon.smithi136 (mon.0) 4712 : audit [DBG] from='client.? 172.21.15.136:0/2118934053' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:03 smithi136 bash[11745]: audit 2022-04-26T06:31:02.794908+0000 mon.smithi136 (mon.0) 4713 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:31:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:03 smithi136 bash[11745]: audit 2022-04-26T06:31:02.798801+0000 mon.smithi136 (mon.0) 4714 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:31:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:03 smithi145 bash[13673]: audit 2022-04-26T06:31:02.794908+0000 mon.smithi136 (mon.0) 4713 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:31:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:03 smithi145 bash[13673]: audit 2022-04-26T06:31:02.798801+0000 mon.smithi136 (mon.0) 4714 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:31:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:04 smithi136 bash[11745]: cluster 2022-04-26T06:31:03.483694+0000 mgr.smithi136.ofnrfx (mgr.14188) 7462 : cluster [DBG] pgmap v6994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:04 smithi145 bash[13673]: cluster 2022-04-26T06:31:03.483694+0000 mgr.smithi136.ofnrfx (mgr.14188) 7462 : cluster [DBG] pgmap v6994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:06.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:06.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:06.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:06 smithi145 bash[13673]: cluster 2022-04-26T06:31:05.484253+0000 mgr.smithi136.ofnrfx (mgr.14188) 7463 : cluster [DBG] pgmap v6995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:07.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:06 smithi136 bash[11745]: cluster 2022-04-26T06:31:05.484253+0000 mgr.smithi136.ofnrfx (mgr.14188) 7463 : cluster [DBG] pgmap v6995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:07 smithi145 bash[13673]: audit 2022-04-26T06:31:06.987191+0000 mon.smithi136 (mon.0) 4715 : audit [DBG] from='client.? 172.21.15.136:0/133343620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:07 smithi136 bash[11745]: audit 2022-04-26T06:31:06.987191+0000 mon.smithi136 (mon.0) 4715 : audit [DBG] from='client.? 172.21.15.136:0/133343620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:08 smithi145 bash[13673]: cluster 2022-04-26T06:31:07.484859+0000 mgr.smithi136.ofnrfx (mgr.14188) 7464 : cluster [DBG] pgmap v6996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:08.997 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:08 smithi136 bash[11745]: cluster 2022-04-26T06:31:07.484859+0000 mgr.smithi136.ofnrfx (mgr.14188) 7464 : cluster [DBG] pgmap v6996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:10 smithi136 bash[11745]: cluster 2022-04-26T06:31:09.485496+0000 mgr.smithi136.ofnrfx (mgr.14188) 7465 : cluster [DBG] pgmap v6997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:10 smithi145 bash[13673]: cluster 2022-04-26T06:31:09.485496+0000 mgr.smithi136.ofnrfx (mgr.14188) 7465 : cluster [DBG] pgmap v6997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:12.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:12.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:12.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:12.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:12 smithi145 bash[13673]: cluster 2022-04-26T06:31:11.485988+0000 mgr.smithi136.ofnrfx (mgr.14188) 7466 : cluster [DBG] pgmap v6998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:12 smithi145 bash[13673]: audit 2022-04-26T06:31:12.317303+0000 mon.smithi136 (mon.0) 4716 : audit [DBG] from='client.? 172.21.15.136:0/1377384149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:12 smithi136 bash[11745]: cluster 2022-04-26T06:31:11.485988+0000 mgr.smithi136.ofnrfx (mgr.14188) 7466 : cluster [DBG] pgmap v6998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:12 smithi136 bash[11745]: audit 2022-04-26T06:31:12.317303+0000 mon.smithi136 (mon.0) 4716 : audit [DBG] from='client.? 172.21.15.136:0/1377384149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:14 smithi145 bash[13673]: cluster 2022-04-26T06:31:13.486547+0000 mgr.smithi136.ofnrfx (mgr.14188) 7467 : cluster [DBG] pgmap v6999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:14 smithi136 bash[11745]: cluster 2022-04-26T06:31:13.486547+0000 mgr.smithi136.ofnrfx (mgr.14188) 7467 : cluster [DBG] pgmap v6999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:16 smithi145 bash[13673]: cluster 2022-04-26T06:31:15.487159+0000 mgr.smithi136.ofnrfx (mgr.14188) 7468 : cluster [DBG] pgmap v7000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:16 smithi136 bash[11745]: cluster 2022-04-26T06:31:15.487159+0000 mgr.smithi136.ofnrfx (mgr.14188) 7468 : cluster [DBG] pgmap v7000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:17.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:17.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:17.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:17.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:18 smithi136 bash[11745]: cluster 2022-04-26T06:31:17.487668+0000 mgr.smithi136.ofnrfx (mgr.14188) 7469 : cluster [DBG] pgmap v7001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:18 smithi136 bash[11745]: audit 2022-04-26T06:31:17.649248+0000 mon.smithi136 (mon.0) 4717 : audit [DBG] from='client.? 172.21.15.136:0/1713836414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:18 smithi145 bash[13673]: cluster 2022-04-26T06:31:17.487668+0000 mgr.smithi136.ofnrfx (mgr.14188) 7469 : cluster [DBG] pgmap v7001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:18 smithi145 bash[13673]: audit 2022-04-26T06:31:17.649248+0000 mon.smithi136 (mon.0) 4717 : audit [DBG] from='client.? 172.21.15.136:0/1713836414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:20 smithi136 bash[11745]: cluster 2022-04-26T06:31:19.488308+0000 mgr.smithi136.ofnrfx (mgr.14188) 7470 : cluster [DBG] pgmap v7002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:20 smithi145 bash[13673]: cluster 2022-04-26T06:31:19.488308+0000 mgr.smithi136.ofnrfx (mgr.14188) 7470 : cluster [DBG] pgmap v7002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:22.669 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:22.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:22.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:22 smithi136 bash[11745]: cluster 2022-04-26T06:31:21.488947+0000 mgr.smithi136.ofnrfx (mgr.14188) 7471 : cluster [DBG] pgmap v7003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:22 smithi145 bash[13673]: cluster 2022-04-26T06:31:21.488947+0000 mgr.smithi136.ofnrfx (mgr.14188) 7471 : cluster [DBG] pgmap v7003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:22.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:23 smithi145 bash[13673]: audit 2022-04-26T06:31:22.980307+0000 mon.smithi136 (mon.0) 4718 : audit [DBG] from='client.? 172.21.15.136:0/1326145264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:23 smithi136 bash[11745]: audit 2022-04-26T06:31:22.980307+0000 mon.smithi136 (mon.0) 4718 : audit [DBG] from='client.? 172.21.15.136:0/1326145264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:24 smithi145 bash[13673]: cluster 2022-04-26T06:31:23.489646+0000 mgr.smithi136.ofnrfx (mgr.14188) 7472 : cluster [DBG] pgmap v7004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:24 smithi136 bash[11745]: cluster 2022-04-26T06:31:23.489646+0000 mgr.smithi136.ofnrfx (mgr.14188) 7472 : cluster [DBG] pgmap v7004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:26 smithi145 bash[13673]: cluster 2022-04-26T06:31:25.490257+0000 mgr.smithi136.ofnrfx (mgr.14188) 7473 : cluster [DBG] pgmap v7005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:26 smithi136 bash[11745]: cluster 2022-04-26T06:31:25.490257+0000 mgr.smithi136.ofnrfx (mgr.14188) 7473 : cluster [DBG] pgmap v7005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:28.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:28.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:28.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:28.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:28 smithi136 bash[11745]: cluster 2022-04-26T06:31:27.490930+0000 mgr.smithi136.ofnrfx (mgr.14188) 7474 : cluster [DBG] pgmap v7006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:28 smithi136 bash[11745]: audit 2022-04-26T06:31:28.308537+0000 mon.smithi136 (mon.0) 4719 : audit [DBG] from='client.? 172.21.15.136:0/4031876456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:28 smithi145 bash[13673]: cluster 2022-04-26T06:31:27.490930+0000 mgr.smithi136.ofnrfx (mgr.14188) 7474 : cluster [DBG] pgmap v7006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:28 smithi145 bash[13673]: audit 2022-04-26T06:31:28.308537+0000 mon.smithi136 (mon.0) 4719 : audit [DBG] from='client.? 172.21.15.136:0/4031876456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:30 smithi136 bash[11745]: cluster 2022-04-26T06:31:29.491666+0000 mgr.smithi136.ofnrfx (mgr.14188) 7475 : cluster [DBG] pgmap v7007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:30.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:30 smithi145 bash[13673]: cluster 2022-04-26T06:31:29.491666+0000 mgr.smithi136.ofnrfx (mgr.14188) 7475 : cluster [DBG] pgmap v7007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:32 smithi136 bash[11745]: cluster 2022-04-26T06:31:31.492294+0000 mgr.smithi136.ofnrfx (mgr.14188) 7476 : cluster [DBG] pgmap v7008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:32 smithi145 bash[13673]: cluster 2022-04-26T06:31:31.492294+0000 mgr.smithi136.ofnrfx (mgr.14188) 7476 : cluster [DBG] pgmap v7008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:33.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:33.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:33.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:33.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:34 smithi136 bash[11745]: cluster 2022-04-26T06:31:33.492815+0000 mgr.smithi136.ofnrfx (mgr.14188) 7477 : cluster [DBG] pgmap v7009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:34 smithi136 bash[11745]: audit 2022-04-26T06:31:33.633906+0000 mon.smithi136 (mon.0) 4720 : audit [DBG] from='client.? 172.21.15.136:0/1773004981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:34 smithi145 bash[13673]: cluster 2022-04-26T06:31:33.492815+0000 mgr.smithi136.ofnrfx (mgr.14188) 7477 : cluster [DBG] pgmap v7009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:34 smithi145 bash[13673]: audit 2022-04-26T06:31:33.633906+0000 mon.smithi136 (mon.0) 4720 : audit [DBG] from='client.? 172.21.15.136:0/1773004981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:36 smithi145 bash[13673]: cluster 2022-04-26T06:31:35.493389+0000 mgr.smithi136.ofnrfx (mgr.14188) 7478 : cluster [DBG] pgmap v7010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:36 smithi136 bash[11745]: cluster 2022-04-26T06:31:35.493389+0000 mgr.smithi136.ofnrfx (mgr.14188) 7478 : cluster [DBG] pgmap v7010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:38.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:38.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:38.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:38 smithi136 bash[11745]: cluster 2022-04-26T06:31:37.494043+0000 mgr.smithi136.ofnrfx (mgr.14188) 7479 : cluster [DBG] pgmap v7011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:38 smithi145 bash[13673]: cluster 2022-04-26T06:31:37.494043+0000 mgr.smithi136.ofnrfx (mgr.14188) 7479 : cluster [DBG] pgmap v7011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:38.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:39 smithi136 bash[11745]: audit 2022-04-26T06:31:38.960837+0000 mon.smithi136 (mon.0) 4721 : audit [DBG] from='client.? 172.21.15.136:0/3406262156' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:40.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:39 smithi145 bash[13673]: audit 2022-04-26T06:31:38.960837+0000 mon.smithi136 (mon.0) 4721 : audit [DBG] from='client.? 172.21.15.136:0/3406262156' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:40 smithi136 bash[11745]: cluster 2022-04-26T06:31:39.494769+0000 mgr.smithi136.ofnrfx (mgr.14188) 7480 : cluster [DBG] pgmap v7012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:40 smithi145 bash[13673]: cluster 2022-04-26T06:31:39.494769+0000 mgr.smithi136.ofnrfx (mgr.14188) 7480 : cluster [DBG] pgmap v7012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:42 smithi136 bash[11745]: cluster 2022-04-26T06:31:41.495462+0000 mgr.smithi136.ofnrfx (mgr.14188) 7481 : cluster [DBG] pgmap v7013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:42 smithi145 bash[13673]: cluster 2022-04-26T06:31:41.495462+0000 mgr.smithi136.ofnrfx (mgr.14188) 7481 : cluster [DBG] pgmap v7013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:43.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:43.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:43.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:44.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:44 smithi136 bash[11745]: cluster 2022-04-26T06:31:43.496205+0000 mgr.smithi136.ofnrfx (mgr.14188) 7482 : cluster [DBG] pgmap v7014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:44 smithi136 bash[11745]: audit 2022-04-26T06:31:44.287169+0000 mon.smithi136 (mon.0) 4722 : audit [DBG] from='client.? 172.21.15.136:0/3731305920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:44 smithi145 bash[13673]: cluster 2022-04-26T06:31:43.496205+0000 mgr.smithi136.ofnrfx (mgr.14188) 7482 : cluster [DBG] pgmap v7014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:44 smithi145 bash[13673]: audit 2022-04-26T06:31:44.287169+0000 mon.smithi136 (mon.0) 4722 : audit [DBG] from='client.? 172.21.15.136:0/3731305920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:46 smithi145 bash[13673]: cluster 2022-04-26T06:31:45.496862+0000 mgr.smithi136.ofnrfx (mgr.14188) 7483 : cluster [DBG] pgmap v7015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:46 smithi136 bash[11745]: cluster 2022-04-26T06:31:45.496862+0000 mgr.smithi136.ofnrfx (mgr.14188) 7483 : cluster [DBG] pgmap v7015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:48 smithi136 bash[11745]: cluster 2022-04-26T06:31:47.497504+0000 mgr.smithi136.ofnrfx (mgr.14188) 7484 : cluster [DBG] pgmap v7016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:48 smithi145 bash[13673]: cluster 2022-04-26T06:31:47.497504+0000 mgr.smithi136.ofnrfx (mgr.14188) 7484 : cluster [DBG] pgmap v7016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:49.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:49.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:49.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:49.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:49 smithi136 bash[11745]: audit 2022-04-26T06:31:49.501854+0000 mon.smithi136 (mon.0) 4723 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:31:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:49 smithi136 bash[11745]: audit 2022-04-26T06:31:49.504418+0000 mon.smithi136 (mon.0) 4724 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:31:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:49 smithi136 bash[11745]: audit 2022-04-26T06:31:49.506062+0000 mon.smithi136 (mon.0) 4725 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:31:49.909 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:49 smithi145 bash[13673]: audit 2022-04-26T06:31:49.501854+0000 mon.smithi136 (mon.0) 4723 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:31:49.939 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:49 smithi145 bash[13673]: audit 2022-04-26T06:31:49.504418+0000 mon.smithi136 (mon.0) 4724 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:31:49.939 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:49 smithi145 bash[13673]: audit 2022-04-26T06:31:49.506062+0000 mon.smithi136 (mon.0) 4725 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:31:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:50 smithi136 bash[11745]: cluster 2022-04-26T06:31:49.497965+0000 mgr.smithi136.ofnrfx (mgr.14188) 7485 : cluster [DBG] pgmap v7017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:50 smithi136 bash[11745]: audit 2022-04-26T06:31:49.620653+0000 mon.smithi136 (mon.0) 4726 : audit [DBG] from='client.? 172.21.15.136:0/2996170819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:50 smithi145 bash[13673]: cluster 2022-04-26T06:31:49.497965+0000 mgr.smithi136.ofnrfx (mgr.14188) 7485 : cluster [DBG] pgmap v7017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:50.944 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:50 smithi145 bash[13673]: audit 2022-04-26T06:31:49.620653+0000 mon.smithi136 (mon.0) 4726 : audit [DBG] from='client.? 172.21.15.136:0/2996170819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:52.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:52 smithi145 bash[13673]: cluster 2022-04-26T06:31:51.498568+0000 mgr.smithi136.ofnrfx (mgr.14188) 7486 : cluster [DBG] pgmap v7018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:53.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:52 smithi136 bash[11745]: cluster 2022-04-26T06:31:51.498568+0000 mgr.smithi136.ofnrfx (mgr.14188) 7486 : cluster [DBG] pgmap v7018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:54.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:54.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:31:54.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:54 smithi145 bash[13673]: cluster 2022-04-26T06:31:53.499145+0000 mgr.smithi136.ofnrfx (mgr.14188) 7487 : cluster [DBG] pgmap v7019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:54.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:31:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:54 smithi136 bash[11745]: cluster 2022-04-26T06:31:53.499145+0000 mgr.smithi136.ofnrfx (mgr.14188) 7487 : cluster [DBG] pgmap v7019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:55 smithi145 bash[13673]: audit 2022-04-26T06:31:54.944997+0000 mon.smithi136 (mon.0) 4727 : audit [DBG] from='client.? 172.21.15.136:0/1932492103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:55 smithi136 bash[11745]: audit 2022-04-26T06:31:54.944997+0000 mon.smithi136 (mon.0) 4727 : audit [DBG] from='client.? 172.21.15.136:0/1932492103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:31:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:56 smithi145 bash[13673]: cluster 2022-04-26T06:31:55.499813+0000 mgr.smithi136.ofnrfx (mgr.14188) 7488 : cluster [DBG] pgmap v7020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:56 smithi136 bash[11745]: cluster 2022-04-26T06:31:55.499813+0000 mgr.smithi136.ofnrfx (mgr.14188) 7488 : cluster [DBG] pgmap v7020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:58 smithi145 bash[13673]: cluster 2022-04-26T06:31:57.500505+0000 mgr.smithi136.ofnrfx (mgr.14188) 7489 : cluster [DBG] pgmap v7021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:58 smithi145 bash[13673]: cephadm 2022-04-26T06:31:57.570152+0000 mgr.smithi136.ofnrfx (mgr.14188) 7490 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T06:31:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:58 smithi145 bash[13673]: audit 2022-04-26T06:31:57.582172+0000 mon.smithi136 (mon.0) 4728 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:31:58.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:58 smithi145 bash[13673]: audit 2022-04-26T06:31:57.899546+0000 mon.smithi136 (mon.0) 4729 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:31:58.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:58 smithi145 bash[13673]: audit 2022-04-26T06:31:57.905727+0000 mon.smithi136 (mon.0) 4730 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:31:58.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:58 smithi145 bash[13673]: audit 2022-04-26T06:31:57.915668+0000 mon.smithi136 (mon.0) 4731 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:31:58.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:58 smithi145 bash[13673]: audit 2022-04-26T06:31:57.918133+0000 mon.smithi136 (mon.0) 4732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:31:58.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:58 smithi136 bash[11745]: cluster 2022-04-26T06:31:57.500505+0000 mgr.smithi136.ofnrfx (mgr.14188) 7489 : cluster [DBG] pgmap v7021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:58.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:58 smithi136 bash[11745]: cephadm 2022-04-26T06:31:57.570152+0000 mgr.smithi136.ofnrfx (mgr.14188) 7490 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T06:31:58.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:58 smithi136 bash[11745]: audit 2022-04-26T06:31:57.582172+0000 mon.smithi136 (mon.0) 4728 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:31:58.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:58 smithi136 bash[11745]: audit 2022-04-26T06:31:57.899546+0000 mon.smithi136 (mon.0) 4729 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:31:58.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:58 smithi136 bash[11745]: audit 2022-04-26T06:31:57.905727+0000 mon.smithi136 (mon.0) 4730 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:31:58.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:58 smithi136 bash[11745]: audit 2022-04-26T06:31:57.915668+0000 mon.smithi136 (mon.0) 4731 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:31:58.998 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:58 smithi136 bash[11745]: audit 2022-04-26T06:31:57.918133+0000 mon.smithi136 (mon.0) 4732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:31:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:59 smithi145 bash[13673]: cluster 2022-04-26T06:31:57.893227+0000 mgr.smithi136.ofnrfx (mgr.14188) 7491 : cluster [DBG] pgmap v7022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:59.927 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:59 smithi145 bash[13673]: cluster 2022-04-26T06:31:57.893645+0000 mgr.smithi136.ofnrfx (mgr.14188) 7492 : cluster [DBG] pgmap v7023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:31:59.927 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:59 smithi145 bash[13673]: cephadm 2022-04-26T06:31:57.907094+0000 mgr.smithi136.ofnrfx (mgr.14188) 7493 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:31:59.927 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:31:59 smithi145 bash[13673]: cephadm 2022-04-26T06:31:57.907341+0000 mgr.smithi136.ofnrfx (mgr.14188) 7494 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:31:59.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:31:59.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:31:59.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:59 smithi136 bash[11745]: cluster 2022-04-26T06:31:57.893227+0000 mgr.smithi136.ofnrfx (mgr.14188) 7491 : cluster [DBG] pgmap v7022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:00.083 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:59 smithi136 bash[11745]: cluster 2022-04-26T06:31:57.893645+0000 mgr.smithi136.ofnrfx (mgr.14188) 7492 : cluster [DBG] pgmap v7023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:00.083 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:59 smithi136 bash[11745]: cephadm 2022-04-26T06:31:57.907094+0000 mgr.smithi136.ofnrfx (mgr.14188) 7493 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:32:00.084 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:31:59 smithi136 bash[11745]: cephadm 2022-04-26T06:31:57.907341+0000 mgr.smithi136.ofnrfx (mgr.14188) 7494 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:32:00.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:00 smithi136 bash[11745]: audit 2022-04-26T06:32:00.281018+0000 mon.smithi136 (mon.0) 4733 : audit [DBG] from='client.? 172.21.15.136:0/3984732533' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:00 smithi145 bash[13673]: audit 2022-04-26T06:32:00.281018+0000 mon.smithi136 (mon.0) 4733 : audit [DBG] from='client.? 172.21.15.136:0/3984732533' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:01 smithi145 bash[13673]: cluster 2022-04-26T06:31:59.894188+0000 mgr.smithi136.ofnrfx (mgr.14188) 7495 : cluster [DBG] pgmap v7024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:01.982 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:01 smithi136 bash[11745]: cluster 2022-04-26T06:31:59.894188+0000 mgr.smithi136.ofnrfx (mgr.14188) 7495 : cluster [DBG] pgmap v7024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:03 smithi136 bash[11745]: cluster 2022-04-26T06:32:01.894856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7496 : cluster [DBG] pgmap v7025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:03 smithi136 bash[11745]: audit 2022-04-26T06:32:02.799084+0000 mon.smithi136 (mon.0) 4734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:32:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:03 smithi136 bash[11745]: audit 2022-04-26T06:32:02.803117+0000 mon.smithi136 (mon.0) 4735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:32:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:03 smithi145 bash[13673]: cluster 2022-04-26T06:32:01.894856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7496 : cluster [DBG] pgmap v7025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:03 smithi145 bash[13673]: audit 2022-04-26T06:32:02.799084+0000 mon.smithi136 (mon.0) 4734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:32:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:03 smithi145 bash[13673]: audit 2022-04-26T06:32:02.803117+0000 mon.smithi136 (mon.0) 4735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:32:05.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:05.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:05.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:05.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:05 smithi145 bash[13673]: cluster 2022-04-26T06:32:03.895436+0000 mgr.smithi136.ofnrfx (mgr.14188) 7497 : cluster [DBG] pgmap v7026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:05 smithi145 bash[13673]: audit 2022-04-26T06:32:05.598156+0000 mon.smithi136 (mon.0) 4736 : audit [DBG] from='client.? 172.21.15.136:0/1903018358' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:05 smithi136 bash[11745]: cluster 2022-04-26T06:32:03.895436+0000 mgr.smithi136.ofnrfx (mgr.14188) 7497 : cluster [DBG] pgmap v7026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:05 smithi136 bash[11745]: audit 2022-04-26T06:32:05.598156+0000 mon.smithi136 (mon.0) 4736 : audit [DBG] from='client.? 172.21.15.136:0/1903018358' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:07 smithi145 bash[13673]: cluster 2022-04-26T06:32:05.896275+0000 mgr.smithi136.ofnrfx (mgr.14188) 7498 : cluster [DBG] pgmap v7027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:07 smithi136 bash[11745]: cluster 2022-04-26T06:32:05.896275+0000 mgr.smithi136.ofnrfx (mgr.14188) 7498 : cluster [DBG] pgmap v7027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:09 smithi145 bash[13673]: cluster 2022-04-26T06:32:07.896935+0000 mgr.smithi136.ofnrfx (mgr.14188) 7499 : cluster [DBG] pgmap v7028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:10.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:09 smithi136 bash[11745]: cluster 2022-04-26T06:32:07.896935+0000 mgr.smithi136.ofnrfx (mgr.14188) 7499 : cluster [DBG] pgmap v7028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:10.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:10.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:10.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:10.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:11 smithi145 bash[13673]: cluster 2022-04-26T06:32:09.897553+0000 mgr.smithi136.ofnrfx (mgr.14188) 7500 : cluster [DBG] pgmap v7029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:11 smithi145 bash[13673]: audit 2022-04-26T06:32:10.915319+0000 mon.smithi136 (mon.0) 4737 : audit [DBG] from='client.? 172.21.15.136:0/2529936428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:11 smithi136 bash[11745]: cluster 2022-04-26T06:32:09.897553+0000 mgr.smithi136.ofnrfx (mgr.14188) 7500 : cluster [DBG] pgmap v7029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:11 smithi136 bash[11745]: audit 2022-04-26T06:32:10.915319+0000 mon.smithi136 (mon.0) 4737 : audit [DBG] from='client.? 172.21.15.136:0/2529936428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:12 smithi145 bash[13673]: audit 2022-04-26T06:32:11.817063+0000 mon.smithi136 (mon.0) 4738 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:32:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:12 smithi145 bash[13673]: cluster 2022-04-26T06:32:11.898163+0000 mgr.smithi136.ofnrfx (mgr.14188) 7501 : cluster [DBG] pgmap v7030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:12 smithi136 bash[11745]: audit 2022-04-26T06:32:11.817063+0000 mon.smithi136 (mon.0) 4738 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:32:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:12 smithi136 bash[11745]: cluster 2022-04-26T06:32:11.898163+0000 mgr.smithi136.ofnrfx (mgr.14188) 7501 : cluster [DBG] pgmap v7030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:14 smithi136 bash[11745]: cluster 2022-04-26T06:32:13.898778+0000 mgr.smithi136.ofnrfx (mgr.14188) 7502 : cluster [DBG] pgmap v7031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:14 smithi145 bash[13673]: cluster 2022-04-26T06:32:13.898778+0000 mgr.smithi136.ofnrfx (mgr.14188) 7502 : cluster [DBG] pgmap v7031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:15.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:15.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:15.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:16.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:16 smithi136 bash[11745]: cluster 2022-04-26T06:32:15.899495+0000 mgr.smithi136.ofnrfx (mgr.14188) 7503 : cluster [DBG] pgmap v7032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:16 smithi136 bash[11745]: audit 2022-04-26T06:32:16.248806+0000 mon.smithi136 (mon.0) 4739 : audit [DBG] from='client.? 172.21.15.136:0/1168300278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:16 smithi145 bash[13673]: cluster 2022-04-26T06:32:15.899495+0000 mgr.smithi136.ofnrfx (mgr.14188) 7503 : cluster [DBG] pgmap v7032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:16 smithi145 bash[13673]: audit 2022-04-26T06:32:16.248806+0000 mon.smithi136 (mon.0) 4739 : audit [DBG] from='client.? 172.21.15.136:0/1168300278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:19 smithi136 bash[11745]: cluster 2022-04-26T06:32:17.900184+0000 mgr.smithi136.ofnrfx (mgr.14188) 7504 : cluster [DBG] pgmap v7033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:19 smithi145 bash[13673]: cluster 2022-04-26T06:32:17.900184+0000 mgr.smithi136.ofnrfx (mgr.14188) 7504 : cluster [DBG] pgmap v7033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:21.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:21.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:21.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:21.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:21 smithi136 bash[11745]: cluster 2022-04-26T06:32:19.900835+0000 mgr.smithi136.ofnrfx (mgr.14188) 7505 : cluster [DBG] pgmap v7034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:21 smithi145 bash[13673]: cluster 2022-04-26T06:32:19.900835+0000 mgr.smithi136.ofnrfx (mgr.14188) 7505 : cluster [DBG] pgmap v7034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:22 smithi136 bash[11745]: audit 2022-04-26T06:32:21.582945+0000 mon.smithi136 (mon.0) 4740 : audit [DBG] from='client.? 172.21.15.136:0/167262370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:22 smithi145 bash[13673]: audit 2022-04-26T06:32:21.582945+0000 mon.smithi136 (mon.0) 4740 : audit [DBG] from='client.? 172.21.15.136:0/167262370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:23 smithi136 bash[11745]: cluster 2022-04-26T06:32:21.901518+0000 mgr.smithi136.ofnrfx (mgr.14188) 7506 : cluster [DBG] pgmap v7035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:23 smithi145 bash[13673]: cluster 2022-04-26T06:32:21.901518+0000 mgr.smithi136.ofnrfx (mgr.14188) 7506 : cluster [DBG] pgmap v7035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:25 smithi136 bash[11745]: cluster 2022-04-26T06:32:23.902245+0000 mgr.smithi136.ofnrfx (mgr.14188) 7507 : cluster [DBG] pgmap v7036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:25 smithi145 bash[13673]: cluster 2022-04-26T06:32:23.902245+0000 mgr.smithi136.ofnrfx (mgr.14188) 7507 : cluster [DBG] pgmap v7036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:26.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:26.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:26.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:26.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:27 smithi136 bash[11745]: cluster 2022-04-26T06:32:25.902942+0000 mgr.smithi136.ofnrfx (mgr.14188) 7508 : cluster [DBG] pgmap v7037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:27.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:27 smithi136 bash[11745]: audit 2022-04-26T06:32:26.909624+0000 mon.smithi136 (mon.0) 4741 : audit [DBG] from='client.? 172.21.15.136:0/4102428959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:27 smithi145 bash[13673]: cluster 2022-04-26T06:32:25.902942+0000 mgr.smithi136.ofnrfx (mgr.14188) 7508 : cluster [DBG] pgmap v7037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:27 smithi145 bash[13673]: audit 2022-04-26T06:32:26.909624+0000 mon.smithi136 (mon.0) 4741 : audit [DBG] from='client.? 172.21.15.136:0/4102428959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:29 smithi136 bash[11745]: cluster 2022-04-26T06:32:27.903588+0000 mgr.smithi136.ofnrfx (mgr.14188) 7509 : cluster [DBG] pgmap v7038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:29 smithi145 bash[13673]: cluster 2022-04-26T06:32:27.903588+0000 mgr.smithi136.ofnrfx (mgr.14188) 7509 : cluster [DBG] pgmap v7038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:31 smithi136 bash[11745]: cluster 2022-04-26T06:32:29.904192+0000 mgr.smithi136.ofnrfx (mgr.14188) 7510 : cluster [DBG] pgmap v7039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:31.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:31 smithi145 bash[13673]: cluster 2022-04-26T06:32:29.904192+0000 mgr.smithi136.ofnrfx (mgr.14188) 7510 : cluster [DBG] pgmap v7039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:31.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:31.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:31.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:32.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:32 smithi136 bash[11745]: audit 2022-04-26T06:32:32.243248+0000 mon.smithi136 (mon.0) 4742 : audit [DBG] from='client.? 172.21.15.136:0/1758075074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:32.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:32 smithi145 bash[13673]: audit 2022-04-26T06:32:32.243248+0000 mon.smithi136 (mon.0) 4742 : audit [DBG] from='client.? 172.21.15.136:0/1758075074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:33 smithi136 bash[11745]: cluster 2022-04-26T06:32:31.904800+0000 mgr.smithi136.ofnrfx (mgr.14188) 7511 : cluster [DBG] pgmap v7040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:33 smithi145 bash[13673]: cluster 2022-04-26T06:32:31.904800+0000 mgr.smithi136.ofnrfx (mgr.14188) 7511 : cluster [DBG] pgmap v7040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:35 smithi136 bash[11745]: cluster 2022-04-26T06:32:33.905424+0000 mgr.smithi136.ofnrfx (mgr.14188) 7512 : cluster [DBG] pgmap v7041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:35 smithi145 bash[13673]: cluster 2022-04-26T06:32:33.905424+0000 mgr.smithi136.ofnrfx (mgr.14188) 7512 : cluster [DBG] pgmap v7041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:37.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:37.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:37.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:37.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:37 smithi136 bash[11745]: cluster 2022-04-26T06:32:35.906011+0000 mgr.smithi136.ofnrfx (mgr.14188) 7513 : cluster [DBG] pgmap v7042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:37 smithi145 bash[13673]: cluster 2022-04-26T06:32:35.906011+0000 mgr.smithi136.ofnrfx (mgr.14188) 7513 : cluster [DBG] pgmap v7042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:38 smithi136 bash[11745]: audit 2022-04-26T06:32:37.574292+0000 mon.smithi136 (mon.0) 4743 : audit [DBG] from='client.? 172.21.15.136:0/3946188493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:38 smithi145 bash[13673]: audit 2022-04-26T06:32:37.574292+0000 mon.smithi136 (mon.0) 4743 : audit [DBG] from='client.? 172.21.15.136:0/3946188493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:39 smithi136 bash[11745]: cluster 2022-04-26T06:32:37.906632+0000 mgr.smithi136.ofnrfx (mgr.14188) 7514 : cluster [DBG] pgmap v7043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:39 smithi145 bash[13673]: cluster 2022-04-26T06:32:37.906632+0000 mgr.smithi136.ofnrfx (mgr.14188) 7514 : cluster [DBG] pgmap v7043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:41 smithi136 bash[11745]: cluster 2022-04-26T06:32:39.907195+0000 mgr.smithi136.ofnrfx (mgr.14188) 7515 : cluster [DBG] pgmap v7044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:41 smithi145 bash[13673]: cluster 2022-04-26T06:32:39.907195+0000 mgr.smithi136.ofnrfx (mgr.14188) 7515 : cluster [DBG] pgmap v7044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:42.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:42.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:42.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:42.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:43 smithi136 bash[11745]: cluster 2022-04-26T06:32:41.907844+0000 mgr.smithi136.ofnrfx (mgr.14188) 7516 : cluster [DBG] pgmap v7045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:43 smithi136 bash[11745]: audit 2022-04-26T06:32:42.897578+0000 mon.smithi136 (mon.0) 4744 : audit [DBG] from='client.? 172.21.15.136:0/3801963487' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:43 smithi145 bash[13673]: cluster 2022-04-26T06:32:41.907844+0000 mgr.smithi136.ofnrfx (mgr.14188) 7516 : cluster [DBG] pgmap v7045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:43 smithi145 bash[13673]: audit 2022-04-26T06:32:42.897578+0000 mon.smithi136 (mon.0) 4744 : audit [DBG] from='client.? 172.21.15.136:0/3801963487' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:45 smithi136 bash[11745]: cluster 2022-04-26T06:32:43.908461+0000 mgr.smithi136.ofnrfx (mgr.14188) 7517 : cluster [DBG] pgmap v7046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:45.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:45 smithi145 bash[13673]: cluster 2022-04-26T06:32:43.908461+0000 mgr.smithi136.ofnrfx (mgr.14188) 7517 : cluster [DBG] pgmap v7046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:47 smithi136 bash[11745]: cluster 2022-04-26T06:32:45.909100+0000 mgr.smithi136.ofnrfx (mgr.14188) 7518 : cluster [DBG] pgmap v7047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:47 smithi145 bash[13673]: cluster 2022-04-26T06:32:45.909100+0000 mgr.smithi136.ofnrfx (mgr.14188) 7518 : cluster [DBG] pgmap v7047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:47.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:47.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:47.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:48.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:48 smithi136 bash[11745]: audit 2022-04-26T06:32:48.225881+0000 mon.smithi136 (mon.0) 4745 : audit [DBG] from='client.? 172.21.15.136:0/499637911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:48 smithi145 bash[13673]: audit 2022-04-26T06:32:48.225881+0000 mon.smithi136 (mon.0) 4745 : audit [DBG] from='client.? 172.21.15.136:0/499637911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:49 smithi136 bash[11745]: cluster 2022-04-26T06:32:47.909709+0000 mgr.smithi136.ofnrfx (mgr.14188) 7519 : cluster [DBG] pgmap v7048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:49 smithi145 bash[13673]: cluster 2022-04-26T06:32:47.909709+0000 mgr.smithi136.ofnrfx (mgr.14188) 7519 : cluster [DBG] pgmap v7048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:51 smithi136 bash[11745]: cluster 2022-04-26T06:32:49.910320+0000 mgr.smithi136.ofnrfx (mgr.14188) 7520 : cluster [DBG] pgmap v7049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:51.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:51 smithi145 bash[13673]: cluster 2022-04-26T06:32:49.910320+0000 mgr.smithi136.ofnrfx (mgr.14188) 7520 : cluster [DBG] pgmap v7049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:53.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:53.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:53.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:53.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:53 smithi145 bash[13673]: cluster 2022-04-26T06:32:51.910954+0000 mgr.smithi136.ofnrfx (mgr.14188) 7521 : cluster [DBG] pgmap v7050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:53 smithi145 bash[13673]: audit 2022-04-26T06:32:53.552164+0000 mon.smithi136 (mon.0) 4746 : audit [DBG] from='client.? 172.21.15.136:0/4198469728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:53 smithi136 bash[11745]: cluster 2022-04-26T06:32:51.910954+0000 mgr.smithi136.ofnrfx (mgr.14188) 7521 : cluster [DBG] pgmap v7050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:53 smithi136 bash[11745]: audit 2022-04-26T06:32:53.552164+0000 mon.smithi136 (mon.0) 4746 : audit [DBG] from='client.? 172.21.15.136:0/4198469728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:32:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:55 smithi145 bash[13673]: cluster 2022-04-26T06:32:53.911639+0000 mgr.smithi136.ofnrfx (mgr.14188) 7522 : cluster [DBG] pgmap v7051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:55 smithi136 bash[11745]: cluster 2022-04-26T06:32:53.911639+0000 mgr.smithi136.ofnrfx (mgr.14188) 7522 : cluster [DBG] pgmap v7051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:57 smithi145 bash[13673]: cluster 2022-04-26T06:32:55.912356+0000 mgr.smithi136.ofnrfx (mgr.14188) 7523 : cluster [DBG] pgmap v7052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:57 smithi136 bash[11745]: cluster 2022-04-26T06:32:55.912356+0000 mgr.smithi136.ofnrfx (mgr.14188) 7523 : cluster [DBG] pgmap v7052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:58.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:32:58.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:32:58.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:32:58.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:32:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:59 smithi145 bash[13673]: cluster 2022-04-26T06:32:57.913043+0000 mgr.smithi136.ofnrfx (mgr.14188) 7524 : cluster [DBG] pgmap v7053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:32:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:32:59 smithi145 bash[13673]: audit 2022-04-26T06:32:58.883200+0000 mon.smithi136 (mon.0) 4747 : audit [DBG] from='client.? 172.21.15.136:0/1739143967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:59 smithi136 bash[11745]: cluster 2022-04-26T06:32:57.913043+0000 mgr.smithi136.ofnrfx (mgr.14188) 7524 : cluster [DBG] pgmap v7053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:32:59 smithi136 bash[11745]: audit 2022-04-26T06:32:58.883200+0000 mon.smithi136 (mon.0) 4747 : audit [DBG] from='client.? 172.21.15.136:0/1739143967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:01 smithi145 bash[13673]: cluster 2022-04-26T06:32:59.913600+0000 mgr.smithi136.ofnrfx (mgr.14188) 7525 : cluster [DBG] pgmap v7054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:01 smithi136 bash[11745]: cluster 2022-04-26T06:32:59.913600+0000 mgr.smithi136.ofnrfx (mgr.14188) 7525 : cluster [DBG] pgmap v7054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:03 smithi145 bash[13673]: cluster 2022-04-26T06:33:01.914252+0000 mgr.smithi136.ofnrfx (mgr.14188) 7526 : cluster [DBG] pgmap v7055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:03 smithi145 bash[13673]: audit 2022-04-26T06:33:02.803110+0000 mon.smithi136 (mon.0) 4748 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:33:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:03 smithi145 bash[13673]: audit 2022-04-26T06:33:02.807140+0000 mon.smithi136 (mon.0) 4749 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:33:03.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:03.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:03.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:03 smithi136 bash[11745]: cluster 2022-04-26T06:33:01.914252+0000 mgr.smithi136.ofnrfx (mgr.14188) 7526 : cluster [DBG] pgmap v7055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:03 smithi136 bash[11745]: audit 2022-04-26T06:33:02.803110+0000 mon.smithi136 (mon.0) 4748 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:33:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:03 smithi136 bash[11745]: audit 2022-04-26T06:33:02.807140+0000 mon.smithi136 (mon.0) 4749 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:33:04.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:04 smithi145 bash[13673]: audit 2022-04-26T06:33:04.213956+0000 mon.smithi136 (mon.0) 4750 : audit [DBG] from='client.? 172.21.15.136:0/2822037294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:04 smithi136 bash[11745]: audit 2022-04-26T06:33:04.213956+0000 mon.smithi136 (mon.0) 4750 : audit [DBG] from='client.? 172.21.15.136:0/2822037294' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:05 smithi145 bash[13673]: cluster 2022-04-26T06:33:03.914885+0000 mgr.smithi136.ofnrfx (mgr.14188) 7527 : cluster [DBG] pgmap v7056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:05 smithi136 bash[11745]: cluster 2022-04-26T06:33:03.914885+0000 mgr.smithi136.ofnrfx (mgr.14188) 7527 : cluster [DBG] pgmap v7056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:07 smithi145 bash[13673]: cluster 2022-04-26T06:33:05.915508+0000 mgr.smithi136.ofnrfx (mgr.14188) 7528 : cluster [DBG] pgmap v7057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:07 smithi136 bash[11745]: cluster 2022-04-26T06:33:05.915508+0000 mgr.smithi136.ofnrfx (mgr.14188) 7528 : cluster [DBG] pgmap v7057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:09.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:09.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:09.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:09.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:09 smithi145 bash[13673]: cluster 2022-04-26T06:33:07.916170+0000 mgr.smithi136.ofnrfx (mgr.14188) 7529 : cluster [DBG] pgmap v7058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:09 smithi145 bash[13673]: audit 2022-04-26T06:33:09.545819+0000 mon.smithi136 (mon.0) 4751 : audit [DBG] from='client.? 172.21.15.136:0/487380150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:09 smithi136 bash[11745]: cluster 2022-04-26T06:33:07.916170+0000 mgr.smithi136.ofnrfx (mgr.14188) 7529 : cluster [DBG] pgmap v7058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:09 smithi136 bash[11745]: audit 2022-04-26T06:33:09.545819+0000 mon.smithi136 (mon.0) 4751 : audit [DBG] from='client.? 172.21.15.136:0/487380150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:11 smithi145 bash[13673]: cluster 2022-04-26T06:33:09.916798+0000 mgr.smithi136.ofnrfx (mgr.14188) 7530 : cluster [DBG] pgmap v7059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:11 smithi136 bash[11745]: cluster 2022-04-26T06:33:09.916798+0000 mgr.smithi136.ofnrfx (mgr.14188) 7530 : cluster [DBG] pgmap v7059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:12 smithi145 bash[13673]: audit 2022-04-26T06:33:11.821785+0000 mon.smithi136 (mon.0) 4752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:33:12.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:12 smithi145 bash[13673]: audit 2022-04-26T06:33:11.824628+0000 mon.smithi136 (mon.0) 4753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:33:12.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:12 smithi145 bash[13673]: audit 2022-04-26T06:33:11.826472+0000 mon.smithi136 (mon.0) 4754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:33:12.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:12 smithi145 bash[13673]: audit 2022-04-26T06:33:12.162627+0000 mon.smithi136 (mon.0) 4755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:33:12.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:12 smithi145 bash[13673]: audit 2022-04-26T06:33:12.171638+0000 mon.smithi136 (mon.0) 4756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:33:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:12 smithi136 bash[11745]: audit 2022-04-26T06:33:11.821785+0000 mon.smithi136 (mon.0) 4752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:33:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:12 smithi136 bash[11745]: audit 2022-04-26T06:33:11.824628+0000 mon.smithi136 (mon.0) 4753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:33:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:12 smithi136 bash[11745]: audit 2022-04-26T06:33:11.826472+0000 mon.smithi136 (mon.0) 4754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:33:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:12 smithi136 bash[11745]: audit 2022-04-26T06:33:12.162627+0000 mon.smithi136 (mon.0) 4755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:33:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:12 smithi136 bash[11745]: audit 2022-04-26T06:33:12.171638+0000 mon.smithi136 (mon.0) 4756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:33:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:13 smithi145 bash[13673]: cluster 2022-04-26T06:33:11.917506+0000 mgr.smithi136.ofnrfx (mgr.14188) 7531 : cluster [DBG] pgmap v7060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:13 smithi145 bash[13673]: cluster 2022-04-26T06:33:12.156869+0000 mgr.smithi136.ofnrfx (mgr.14188) 7532 : cluster [DBG] pgmap v7061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:13 smithi145 bash[13673]: cluster 2022-04-26T06:33:12.157203+0000 mgr.smithi136.ofnrfx (mgr.14188) 7533 : cluster [DBG] pgmap v7062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:13 smithi145 bash[13673]: cephadm 2022-04-26T06:33:12.172948+0000 mgr.smithi136.ofnrfx (mgr.14188) 7534 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:33:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:13 smithi145 bash[13673]: cephadm 2022-04-26T06:33:12.173127+0000 mgr.smithi136.ofnrfx (mgr.14188) 7535 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:33:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:13 smithi136 bash[11745]: cluster 2022-04-26T06:33:11.917506+0000 mgr.smithi136.ofnrfx (mgr.14188) 7531 : cluster [DBG] pgmap v7060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:13 smithi136 bash[11745]: cluster 2022-04-26T06:33:12.156869+0000 mgr.smithi136.ofnrfx (mgr.14188) 7532 : cluster [DBG] pgmap v7061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:13 smithi136 bash[11745]: cluster 2022-04-26T06:33:12.157203+0000 mgr.smithi136.ofnrfx (mgr.14188) 7533 : cluster [DBG] pgmap v7062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:13 smithi136 bash[11745]: cephadm 2022-04-26T06:33:12.172948+0000 mgr.smithi136.ofnrfx (mgr.14188) 7534 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:33:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:13 smithi136 bash[11745]: cephadm 2022-04-26T06:33:12.173127+0000 mgr.smithi136.ofnrfx (mgr.14188) 7535 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:33:14.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:14.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:14.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:14.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:15 smithi145 bash[13673]: cluster 2022-04-26T06:33:14.157777+0000 mgr.smithi136.ofnrfx (mgr.14188) 7536 : cluster [DBG] pgmap v7063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:15 smithi145 bash[13673]: audit 2022-04-26T06:33:14.868290+0000 mon.smithi136 (mon.0) 4757 : audit [DBG] from='client.? 172.21.15.136:0/1176046650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:15 smithi136 bash[11745]: cluster 2022-04-26T06:33:14.157777+0000 mgr.smithi136.ofnrfx (mgr.14188) 7536 : cluster [DBG] pgmap v7063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:15 smithi136 bash[11745]: audit 2022-04-26T06:33:14.868290+0000 mon.smithi136 (mon.0) 4757 : audit [DBG] from='client.? 172.21.15.136:0/1176046650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:17 smithi145 bash[13673]: cluster 2022-04-26T06:33:16.158456+0000 mgr.smithi136.ofnrfx (mgr.14188) 7537 : cluster [DBG] pgmap v7064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:17 smithi136 bash[11745]: cluster 2022-04-26T06:33:16.158456+0000 mgr.smithi136.ofnrfx (mgr.14188) 7537 : cluster [DBG] pgmap v7064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:19.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:19.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:19.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:19 smithi145 bash[13673]: cluster 2022-04-26T06:33:18.159109+0000 mgr.smithi136.ofnrfx (mgr.14188) 7538 : cluster [DBG] pgmap v7065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:19 smithi136 bash[11745]: cluster 2022-04-26T06:33:18.159109+0000 mgr.smithi136.ofnrfx (mgr.14188) 7538 : cluster [DBG] pgmap v7065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:20.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:20 smithi136 bash[11745]: audit 2022-04-26T06:33:20.188691+0000 mon.smithi136 (mon.0) 4758 : audit [DBG] from='client.? 172.21.15.136:0/4084835683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:20 smithi145 bash[13673]: audit 2022-04-26T06:33:20.188691+0000 mon.smithi136 (mon.0) 4758 : audit [DBG] from='client.? 172.21.15.136:0/4084835683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:21 smithi136 bash[11745]: cluster 2022-04-26T06:33:20.159716+0000 mgr.smithi136.ofnrfx (mgr.14188) 7539 : cluster [DBG] pgmap v7066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:21 smithi145 bash[13673]: cluster 2022-04-26T06:33:20.159716+0000 mgr.smithi136.ofnrfx (mgr.14188) 7539 : cluster [DBG] pgmap v7066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:23 smithi136 bash[11745]: cluster 2022-04-26T06:33:22.160360+0000 mgr.smithi136.ofnrfx (mgr.14188) 7540 : cluster [DBG] pgmap v7067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:23 smithi145 bash[13673]: cluster 2022-04-26T06:33:22.160360+0000 mgr.smithi136.ofnrfx (mgr.14188) 7540 : cluster [DBG] pgmap v7067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:25.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:25.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:25.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:25.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:25 smithi136 bash[11745]: cluster 2022-04-26T06:33:24.160972+0000 mgr.smithi136.ofnrfx (mgr.14188) 7541 : cluster [DBG] pgmap v7068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:25 smithi136 bash[11745]: audit 2022-04-26T06:33:25.521810+0000 mon.smithi136 (mon.0) 4759 : audit [DBG] from='client.? 172.21.15.136:0/150088021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:25 smithi145 bash[13673]: cluster 2022-04-26T06:33:24.160972+0000 mgr.smithi136.ofnrfx (mgr.14188) 7541 : cluster [DBG] pgmap v7068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:25 smithi145 bash[13673]: audit 2022-04-26T06:33:25.521810+0000 mon.smithi136 (mon.0) 4759 : audit [DBG] from='client.? 172.21.15.136:0/150088021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:27 smithi136 bash[11745]: cluster 2022-04-26T06:33:26.161634+0000 mgr.smithi136.ofnrfx (mgr.14188) 7542 : cluster [DBG] pgmap v7069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:27 smithi145 bash[13673]: cluster 2022-04-26T06:33:26.161634+0000 mgr.smithi136.ofnrfx (mgr.14188) 7542 : cluster [DBG] pgmap v7069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:29 smithi136 bash[11745]: cluster 2022-04-26T06:33:28.162266+0000 mgr.smithi136.ofnrfx (mgr.14188) 7543 : cluster [DBG] pgmap v7070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:29 smithi145 bash[13673]: cluster 2022-04-26T06:33:28.162266+0000 mgr.smithi136.ofnrfx (mgr.14188) 7543 : cluster [DBG] pgmap v7070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:30.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:30.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:30.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:30.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:31 smithi136 bash[11745]: cluster 2022-04-26T06:33:30.162833+0000 mgr.smithi136.ofnrfx (mgr.14188) 7544 : cluster [DBG] pgmap v7071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:31 smithi136 bash[11745]: audit 2022-04-26T06:33:30.850763+0000 mon.smithi136 (mon.0) 4760 : audit [DBG] from='client.? 172.21.15.136:0/3682880128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:31 smithi145 bash[13673]: cluster 2022-04-26T06:33:30.162833+0000 mgr.smithi136.ofnrfx (mgr.14188) 7544 : cluster [DBG] pgmap v7071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:31 smithi145 bash[13673]: audit 2022-04-26T06:33:30.850763+0000 mon.smithi136 (mon.0) 4760 : audit [DBG] from='client.? 172.21.15.136:0/3682880128' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:33 smithi136 bash[11745]: cluster 2022-04-26T06:33:32.163537+0000 mgr.smithi136.ofnrfx (mgr.14188) 7545 : cluster [DBG] pgmap v7072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:33 smithi145 bash[13673]: cluster 2022-04-26T06:33:32.163537+0000 mgr.smithi136.ofnrfx (mgr.14188) 7545 : cluster [DBG] pgmap v7072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:35.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:35.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:35.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:35 smithi136 bash[11745]: cluster 2022-04-26T06:33:34.164117+0000 mgr.smithi136.ofnrfx (mgr.14188) 7546 : cluster [DBG] pgmap v7073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:35 smithi145 bash[13673]: cluster 2022-04-26T06:33:34.164117+0000 mgr.smithi136.ofnrfx (mgr.14188) 7546 : cluster [DBG] pgmap v7073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:36.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:36 smithi136 bash[11745]: audit 2022-04-26T06:33:36.179244+0000 mon.smithi136 (mon.0) 4761 : audit [DBG] from='client.? 172.21.15.136:0/2931671203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:36 smithi145 bash[13673]: audit 2022-04-26T06:33:36.179244+0000 mon.smithi136 (mon.0) 4761 : audit [DBG] from='client.? 172.21.15.136:0/2931671203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:37 smithi136 bash[11745]: cluster 2022-04-26T06:33:36.164614+0000 mgr.smithi136.ofnrfx (mgr.14188) 7547 : cluster [DBG] pgmap v7074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:37 smithi145 bash[13673]: cluster 2022-04-26T06:33:36.164614+0000 mgr.smithi136.ofnrfx (mgr.14188) 7547 : cluster [DBG] pgmap v7074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:39 smithi136 bash[11745]: cluster 2022-04-26T06:33:38.165211+0000 mgr.smithi136.ofnrfx (mgr.14188) 7548 : cluster [DBG] pgmap v7075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:39 smithi145 bash[13673]: cluster 2022-04-26T06:33:38.165211+0000 mgr.smithi136.ofnrfx (mgr.14188) 7548 : cluster [DBG] pgmap v7075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:41.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:41.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:41.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:41.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:41 smithi136 bash[11745]: cluster 2022-04-26T06:33:40.165884+0000 mgr.smithi136.ofnrfx (mgr.14188) 7549 : cluster [DBG] pgmap v7076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:41 smithi136 bash[11745]: audit 2022-04-26T06:33:41.501420+0000 mon.smithi136 (mon.0) 4762 : audit [DBG] from='client.? 172.21.15.136:0/2715370682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:41 smithi145 bash[13673]: cluster 2022-04-26T06:33:40.165884+0000 mgr.smithi136.ofnrfx (mgr.14188) 7549 : cluster [DBG] pgmap v7076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:41 smithi145 bash[13673]: audit 2022-04-26T06:33:41.501420+0000 mon.smithi136 (mon.0) 4762 : audit [DBG] from='client.? 172.21.15.136:0/2715370682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:43 smithi136 bash[11745]: cluster 2022-04-26T06:33:42.166531+0000 mgr.smithi136.ofnrfx (mgr.14188) 7550 : cluster [DBG] pgmap v7077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:43 smithi145 bash[13673]: cluster 2022-04-26T06:33:42.166531+0000 mgr.smithi136.ofnrfx (mgr.14188) 7550 : cluster [DBG] pgmap v7077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:45 smithi136 bash[11745]: cluster 2022-04-26T06:33:44.167186+0000 mgr.smithi136.ofnrfx (mgr.14188) 7551 : cluster [DBG] pgmap v7078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:45 smithi145 bash[13673]: cluster 2022-04-26T06:33:44.167186+0000 mgr.smithi136.ofnrfx (mgr.14188) 7551 : cluster [DBG] pgmap v7078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:46.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:46.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:46.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:46.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:47 smithi136 bash[11745]: cluster 2022-04-26T06:33:46.167962+0000 mgr.smithi136.ofnrfx (mgr.14188) 7552 : cluster [DBG] pgmap v7079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:47 smithi136 bash[11745]: audit 2022-04-26T06:33:46.835058+0000 mon.smithi136 (mon.0) 4763 : audit [DBG] from='client.? 172.21.15.136:0/857649469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:47 smithi145 bash[13673]: cluster 2022-04-26T06:33:46.167962+0000 mgr.smithi136.ofnrfx (mgr.14188) 7552 : cluster [DBG] pgmap v7079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:48.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:47 smithi145 bash[13673]: audit 2022-04-26T06:33:46.835058+0000 mon.smithi136 (mon.0) 4763 : audit [DBG] from='client.? 172.21.15.136:0/857649469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:49.002 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:48 smithi136 bash[11745]: cluster 2022-04-26T06:33:48.168747+0000 mgr.smithi136.ofnrfx (mgr.14188) 7553 : cluster [DBG] pgmap v7080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:48 smithi145 bash[13673]: cluster 2022-04-26T06:33:48.168747+0000 mgr.smithi136.ofnrfx (mgr.14188) 7553 : cluster [DBG] pgmap v7080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:51 smithi136 bash[11745]: cluster 2022-04-26T06:33:50.169439+0000 mgr.smithi136.ofnrfx (mgr.14188) 7554 : cluster [DBG] pgmap v7081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:51.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:51 smithi145 bash[13673]: cluster 2022-04-26T06:33:50.169439+0000 mgr.smithi136.ofnrfx (mgr.14188) 7554 : cluster [DBG] pgmap v7081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:51.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:51.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:51.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:52.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:52 smithi136 bash[11745]: audit 2022-04-26T06:33:52.161960+0000 mon.smithi136 (mon.0) 4764 : audit [DBG] from='client.? 172.21.15.136:0/3503642408' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:52 smithi145 bash[13673]: audit 2022-04-26T06:33:52.161960+0000 mon.smithi136 (mon.0) 4764 : audit [DBG] from='client.? 172.21.15.136:0/3503642408' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:53 smithi136 bash[11745]: cluster 2022-04-26T06:33:52.169963+0000 mgr.smithi136.ofnrfx (mgr.14188) 7555 : cluster [DBG] pgmap v7082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:53 smithi145 bash[13673]: cluster 2022-04-26T06:33:52.169963+0000 mgr.smithi136.ofnrfx (mgr.14188) 7555 : cluster [DBG] pgmap v7082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:55 smithi136 bash[11745]: cluster 2022-04-26T06:33:54.170563+0000 mgr.smithi136.ofnrfx (mgr.14188) 7556 : cluster [DBG] pgmap v7083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:55 smithi145 bash[13673]: cluster 2022-04-26T06:33:54.170563+0000 mgr.smithi136.ofnrfx (mgr.14188) 7556 : cluster [DBG] pgmap v7083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:57.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:33:57.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:33:57.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:33:57.520 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:33:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:57 smithi136 bash[11745]: cluster 2022-04-26T06:33:56.171225+0000 mgr.smithi136.ofnrfx (mgr.14188) 7557 : cluster [DBG] pgmap v7084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:57 smithi145 bash[13673]: cluster 2022-04-26T06:33:56.171225+0000 mgr.smithi136.ofnrfx (mgr.14188) 7557 : cluster [DBG] pgmap v7084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:58 smithi136 bash[11745]: audit 2022-04-26T06:33:57.503738+0000 mon.smithi136 (mon.0) 4765 : audit [DBG] from='client.? 172.21.15.136:0/3949821835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:58 smithi145 bash[13673]: audit 2022-04-26T06:33:57.503738+0000 mon.smithi136 (mon.0) 4765 : audit [DBG] from='client.? 172.21.15.136:0/3949821835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:33:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:33:59 smithi136 bash[11745]: cluster 2022-04-26T06:33:58.171865+0000 mgr.smithi136.ofnrfx (mgr.14188) 7558 : cluster [DBG] pgmap v7085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:33:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:33:59 smithi145 bash[13673]: cluster 2022-04-26T06:33:58.171865+0000 mgr.smithi136.ofnrfx (mgr.14188) 7558 : cluster [DBG] pgmap v7085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:01 smithi136 bash[11745]: cluster 2022-04-26T06:34:00.172525+0000 mgr.smithi136.ofnrfx (mgr.14188) 7559 : cluster [DBG] pgmap v7086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:01 smithi145 bash[13673]: cluster 2022-04-26T06:34:00.172525+0000 mgr.smithi136.ofnrfx (mgr.14188) 7559 : cluster [DBG] pgmap v7086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:02.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:02.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:02.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:02.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:03 smithi136 bash[11745]: cluster 2022-04-26T06:34:02.173161+0000 mgr.smithi136.ofnrfx (mgr.14188) 7560 : cluster [DBG] pgmap v7087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:03 smithi136 bash[11745]: audit 2022-04-26T06:34:02.807061+0000 mon.smithi136 (mon.0) 4766 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:34:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:03 smithi136 bash[11745]: audit 2022-04-26T06:34:02.810460+0000 mon.smithi136 (mon.0) 4767 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:34:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:03 smithi136 bash[11745]: audit 2022-04-26T06:34:02.839031+0000 mon.smithi136 (mon.0) 4768 : audit [DBG] from='client.? 172.21.15.136:0/988234224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:03 smithi145 bash[13673]: cluster 2022-04-26T06:34:02.173161+0000 mgr.smithi136.ofnrfx (mgr.14188) 7560 : cluster [DBG] pgmap v7087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:03 smithi145 bash[13673]: audit 2022-04-26T06:34:02.807061+0000 mon.smithi136 (mon.0) 4766 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:34:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:03 smithi145 bash[13673]: audit 2022-04-26T06:34:02.810460+0000 mon.smithi136 (mon.0) 4767 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:34:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:03 smithi145 bash[13673]: audit 2022-04-26T06:34:02.839031+0000 mon.smithi136 (mon.0) 4768 : audit [DBG] from='client.? 172.21.15.136:0/988234224' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:05 smithi136 bash[11745]: cluster 2022-04-26T06:34:04.173761+0000 mgr.smithi136.ofnrfx (mgr.14188) 7561 : cluster [DBG] pgmap v7088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:05 smithi145 bash[13673]: cluster 2022-04-26T06:34:04.173761+0000 mgr.smithi136.ofnrfx (mgr.14188) 7561 : cluster [DBG] pgmap v7088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:07 smithi136 bash[11745]: cluster 2022-04-26T06:34:06.174367+0000 mgr.smithi136.ofnrfx (mgr.14188) 7562 : cluster [DBG] pgmap v7089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:07.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:07.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:07.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:07 smithi145 bash[13673]: cluster 2022-04-26T06:34:06.174367+0000 mgr.smithi136.ofnrfx (mgr.14188) 7562 : cluster [DBG] pgmap v7089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:08.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:08 smithi136 bash[11745]: audit 2022-04-26T06:34:08.163090+0000 mon.smithi136 (mon.0) 4769 : audit [DBG] from='client.? 172.21.15.136:0/2308995654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:08 smithi145 bash[13673]: audit 2022-04-26T06:34:08.163090+0000 mon.smithi136 (mon.0) 4769 : audit [DBG] from='client.? 172.21.15.136:0/2308995654' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:09 smithi136 bash[11745]: cluster 2022-04-26T06:34:08.174968+0000 mgr.smithi136.ofnrfx (mgr.14188) 7563 : cluster [DBG] pgmap v7090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:09 smithi145 bash[13673]: cluster 2022-04-26T06:34:08.174968+0000 mgr.smithi136.ofnrfx (mgr.14188) 7563 : cluster [DBG] pgmap v7090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:11 smithi136 bash[11745]: cluster 2022-04-26T06:34:10.175652+0000 mgr.smithi136.ofnrfx (mgr.14188) 7564 : cluster [DBG] pgmap v7091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:11 smithi145 bash[13673]: cluster 2022-04-26T06:34:10.175652+0000 mgr.smithi136.ofnrfx (mgr.14188) 7564 : cluster [DBG] pgmap v7091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:12 smithi145 bash[13673]: audit 2022-04-26T06:34:12.185910+0000 mon.smithi136 (mon.0) 4770 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:34:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:12 smithi145 bash[13673]: audit 2022-04-26T06:34:12.188861+0000 mon.smithi136 (mon.0) 4771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:34:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:12 smithi145 bash[13673]: audit 2022-04-26T06:34:12.190832+0000 mon.smithi136 (mon.0) 4772 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:34:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:12 smithi145 bash[13673]: audit 2022-04-26T06:34:12.522794+0000 mon.smithi136 (mon.0) 4773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:34:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:12 smithi145 bash[13673]: audit 2022-04-26T06:34:12.531081+0000 mon.smithi136 (mon.0) 4774 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:34:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:12 smithi136 bash[11745]: audit 2022-04-26T06:34:12.185910+0000 mon.smithi136 (mon.0) 4770 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:34:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:12 smithi136 bash[11745]: audit 2022-04-26T06:34:12.188861+0000 mon.smithi136 (mon.0) 4771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:34:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:12 smithi136 bash[11745]: audit 2022-04-26T06:34:12.190832+0000 mon.smithi136 (mon.0) 4772 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:34:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:12 smithi136 bash[11745]: audit 2022-04-26T06:34:12.522794+0000 mon.smithi136 (mon.0) 4773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:34:13.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:12 smithi136 bash[11745]: audit 2022-04-26T06:34:12.531081+0000 mon.smithi136 (mon.0) 4774 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:34:13.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:13.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:13.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:13.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:13 smithi145 bash[13673]: cluster 2022-04-26T06:34:12.176338+0000 mgr.smithi136.ofnrfx (mgr.14188) 7565 : cluster [DBG] pgmap v7092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:13 smithi145 bash[13673]: cluster 2022-04-26T06:34:12.517077+0000 mgr.smithi136.ofnrfx (mgr.14188) 7566 : cluster [DBG] pgmap v7093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:13 smithi145 bash[13673]: cluster 2022-04-26T06:34:12.517456+0000 mgr.smithi136.ofnrfx (mgr.14188) 7567 : cluster [DBG] pgmap v7094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:13 smithi145 bash[13673]: cephadm 2022-04-26T06:34:12.532149+0000 mgr.smithi136.ofnrfx (mgr.14188) 7568 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:34:13.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:13 smithi145 bash[13673]: cephadm 2022-04-26T06:34:12.532337+0000 mgr.smithi136.ofnrfx (mgr.14188) 7569 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:34:13.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:13 smithi145 bash[13673]: audit 2022-04-26T06:34:13.489692+0000 mon.smithi136 (mon.0) 4775 : audit [DBG] from='client.? 172.21.15.136:0/1286086365' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:13 smithi136 bash[11745]: cluster 2022-04-26T06:34:12.176338+0000 mgr.smithi136.ofnrfx (mgr.14188) 7565 : cluster [DBG] pgmap v7092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:13 smithi136 bash[11745]: cluster 2022-04-26T06:34:12.517077+0000 mgr.smithi136.ofnrfx (mgr.14188) 7566 : cluster [DBG] pgmap v7093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:13 smithi136 bash[11745]: cluster 2022-04-26T06:34:12.517456+0000 mgr.smithi136.ofnrfx (mgr.14188) 7567 : cluster [DBG] pgmap v7094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:13 smithi136 bash[11745]: cephadm 2022-04-26T06:34:12.532149+0000 mgr.smithi136.ofnrfx (mgr.14188) 7568 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:34:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:13 smithi136 bash[11745]: cephadm 2022-04-26T06:34:12.532337+0000 mgr.smithi136.ofnrfx (mgr.14188) 7569 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:34:14.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:13 smithi136 bash[11745]: audit 2022-04-26T06:34:13.489692+0000 mon.smithi136 (mon.0) 4775 : audit [DBG] from='client.? 172.21.15.136:0/1286086365' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:15 smithi145 bash[13673]: cluster 2022-04-26T06:34:14.517991+0000 mgr.smithi136.ofnrfx (mgr.14188) 7570 : cluster [DBG] pgmap v7095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:15 smithi136 bash[11745]: cluster 2022-04-26T06:34:14.517991+0000 mgr.smithi136.ofnrfx (mgr.14188) 7570 : cluster [DBG] pgmap v7095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:17 smithi145 bash[13673]: cluster 2022-04-26T06:34:16.518631+0000 mgr.smithi136.ofnrfx (mgr.14188) 7571 : cluster [DBG] pgmap v7096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:17 smithi136 bash[11745]: cluster 2022-04-26T06:34:16.518631+0000 mgr.smithi136.ofnrfx (mgr.14188) 7571 : cluster [DBG] pgmap v7096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:18.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:18.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:18.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:18.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:19 smithi145 bash[13673]: cluster 2022-04-26T06:34:18.519319+0000 mgr.smithi136.ofnrfx (mgr.14188) 7572 : cluster [DBG] pgmap v7097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:19 smithi145 bash[13673]: audit 2022-04-26T06:34:18.821456+0000 mon.smithi136 (mon.0) 4776 : audit [DBG] from='client.? 172.21.15.136:0/1078605659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:19 smithi136 bash[11745]: cluster 2022-04-26T06:34:18.519319+0000 mgr.smithi136.ofnrfx (mgr.14188) 7572 : cluster [DBG] pgmap v7097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:19 smithi136 bash[11745]: audit 2022-04-26T06:34:18.821456+0000 mon.smithi136 (mon.0) 4776 : audit [DBG] from='client.? 172.21.15.136:0/1078605659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:21 smithi145 bash[13673]: cluster 2022-04-26T06:34:20.520109+0000 mgr.smithi136.ofnrfx (mgr.14188) 7573 : cluster [DBG] pgmap v7098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:21 smithi136 bash[11745]: cluster 2022-04-26T06:34:20.520109+0000 mgr.smithi136.ofnrfx (mgr.14188) 7573 : cluster [DBG] pgmap v7098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:23.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:23 smithi136 bash[11745]: cluster 2022-04-26T06:34:22.520813+0000 mgr.smithi136.ofnrfx (mgr.14188) 7574 : cluster [DBG] pgmap v7099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:23.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:23.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:23.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:23 smithi145 bash[13673]: cluster 2022-04-26T06:34:22.520813+0000 mgr.smithi136.ofnrfx (mgr.14188) 7574 : cluster [DBG] pgmap v7099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:24.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:24 smithi136 bash[11745]: audit 2022-04-26T06:34:24.140678+0000 mon.smithi136 (mon.0) 4777 : audit [DBG] from='client.? 172.21.15.136:0/1399088528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:24 smithi145 bash[13673]: audit 2022-04-26T06:34:24.140678+0000 mon.smithi136 (mon.0) 4777 : audit [DBG] from='client.? 172.21.15.136:0/1399088528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:25 smithi136 bash[11745]: cluster 2022-04-26T06:34:24.521320+0000 mgr.smithi136.ofnrfx (mgr.14188) 7575 : cluster [DBG] pgmap v7100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:25 smithi145 bash[13673]: cluster 2022-04-26T06:34:24.521320+0000 mgr.smithi136.ofnrfx (mgr.14188) 7575 : cluster [DBG] pgmap v7100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:27 smithi145 bash[13673]: cluster 2022-04-26T06:34:26.521907+0000 mgr.smithi136.ofnrfx (mgr.14188) 7576 : cluster [DBG] pgmap v7101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:27 smithi136 bash[11745]: cluster 2022-04-26T06:34:26.521907+0000 mgr.smithi136.ofnrfx (mgr.14188) 7576 : cluster [DBG] pgmap v7101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:29.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:29.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:29.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:29.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:29 smithi145 bash[13673]: cluster 2022-04-26T06:34:28.522520+0000 mgr.smithi136.ofnrfx (mgr.14188) 7577 : cluster [DBG] pgmap v7102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:29 smithi145 bash[13673]: audit 2022-04-26T06:34:29.467095+0000 mon.smithi136 (mon.0) 4778 : audit [DBG] from='client.? 172.21.15.136:0/3554179591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:29 smithi136 bash[11745]: cluster 2022-04-26T06:34:28.522520+0000 mgr.smithi136.ofnrfx (mgr.14188) 7577 : cluster [DBG] pgmap v7102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:29 smithi136 bash[11745]: audit 2022-04-26T06:34:29.467095+0000 mon.smithi136 (mon.0) 4778 : audit [DBG] from='client.? 172.21.15.136:0/3554179591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:31.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:31 smithi145 bash[13673]: cluster 2022-04-26T06:34:30.523116+0000 mgr.smithi136.ofnrfx (mgr.14188) 7578 : cluster [DBG] pgmap v7103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:31 smithi136 bash[11745]: cluster 2022-04-26T06:34:30.523116+0000 mgr.smithi136.ofnrfx (mgr.14188) 7578 : cluster [DBG] pgmap v7103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:33 smithi136 bash[11745]: cluster 2022-04-26T06:34:32.523784+0000 mgr.smithi136.ofnrfx (mgr.14188) 7579 : cluster [DBG] pgmap v7104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:33 smithi145 bash[13673]: cluster 2022-04-26T06:34:32.523784+0000 mgr.smithi136.ofnrfx (mgr.14188) 7579 : cluster [DBG] pgmap v7104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:34.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:34.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:34.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:34.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:35 smithi145 bash[13673]: cluster 2022-04-26T06:34:34.524295+0000 mgr.smithi136.ofnrfx (mgr.14188) 7580 : cluster [DBG] pgmap v7105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:35.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:35 smithi145 bash[13673]: audit 2022-04-26T06:34:34.796124+0000 mon.smithi136 (mon.0) 4779 : audit [DBG] from='client.? 172.21.15.136:0/1824533634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:35 smithi136 bash[11745]: cluster 2022-04-26T06:34:34.524295+0000 mgr.smithi136.ofnrfx (mgr.14188) 7580 : cluster [DBG] pgmap v7105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:35 smithi136 bash[11745]: audit 2022-04-26T06:34:34.796124+0000 mon.smithi136 (mon.0) 4779 : audit [DBG] from='client.? 172.21.15.136:0/1824533634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:37 smithi145 bash[13673]: cluster 2022-04-26T06:34:36.524918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7581 : cluster [DBG] pgmap v7106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:37 smithi136 bash[11745]: cluster 2022-04-26T06:34:36.524918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7581 : cluster [DBG] pgmap v7106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:39.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:39.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:39.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:39 smithi145 bash[13673]: cluster 2022-04-26T06:34:38.525535+0000 mgr.smithi136.ofnrfx (mgr.14188) 7582 : cluster [DBG] pgmap v7107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:39 smithi136 bash[11745]: cluster 2022-04-26T06:34:38.525535+0000 mgr.smithi136.ofnrfx (mgr.14188) 7582 : cluster [DBG] pgmap v7107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:40.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:40 smithi136 bash[11745]: audit 2022-04-26T06:34:40.122294+0000 mon.smithi136 (mon.0) 4780 : audit [DBG] from='client.? 172.21.15.136:0/2469094924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:40 smithi145 bash[13673]: audit 2022-04-26T06:34:40.122294+0000 mon.smithi136 (mon.0) 4780 : audit [DBG] from='client.? 172.21.15.136:0/2469094924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:41 smithi145 bash[13673]: cluster 2022-04-26T06:34:40.526271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7583 : cluster [DBG] pgmap v7108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:41 smithi136 bash[11745]: cluster 2022-04-26T06:34:40.526271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7583 : cluster [DBG] pgmap v7108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:43 smithi136 bash[11745]: cluster 2022-04-26T06:34:42.526982+0000 mgr.smithi136.ofnrfx (mgr.14188) 7584 : cluster [DBG] pgmap v7109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:43 smithi145 bash[13673]: cluster 2022-04-26T06:34:42.526982+0000 mgr.smithi136.ofnrfx (mgr.14188) 7584 : cluster [DBG] pgmap v7109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:45.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:45.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:45.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:45.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:45.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:45 smithi145 bash[13673]: cluster 2022-04-26T06:34:44.527643+0000 mgr.smithi136.ofnrfx (mgr.14188) 7585 : cluster [DBG] pgmap v7110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:45.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:45 smithi145 bash[13673]: audit 2022-04-26T06:34:45.455844+0000 mon.smithi136 (mon.0) 4781 : audit [DBG] from='client.? 172.21.15.136:0/3304948830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:45 smithi136 bash[11745]: cluster 2022-04-26T06:34:44.527643+0000 mgr.smithi136.ofnrfx (mgr.14188) 7585 : cluster [DBG] pgmap v7110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:45 smithi136 bash[11745]: audit 2022-04-26T06:34:45.455844+0000 mon.smithi136 (mon.0) 4781 : audit [DBG] from='client.? 172.21.15.136:0/3304948830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:47 smithi145 bash[13673]: cluster 2022-04-26T06:34:46.528294+0000 mgr.smithi136.ofnrfx (mgr.14188) 7586 : cluster [DBG] pgmap v7111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:47 smithi136 bash[11745]: cluster 2022-04-26T06:34:46.528294+0000 mgr.smithi136.ofnrfx (mgr.14188) 7586 : cluster [DBG] pgmap v7111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:49 smithi145 bash[13673]: cluster 2022-04-26T06:34:48.528934+0000 mgr.smithi136.ofnrfx (mgr.14188) 7587 : cluster [DBG] pgmap v7112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:49 smithi136 bash[11745]: cluster 2022-04-26T06:34:48.528934+0000 mgr.smithi136.ofnrfx (mgr.14188) 7587 : cluster [DBG] pgmap v7112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:50.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:50.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:50.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:50.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:51.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:51 smithi145 bash[13673]: cluster 2022-04-26T06:34:50.529536+0000 mgr.smithi136.ofnrfx (mgr.14188) 7588 : cluster [DBG] pgmap v7113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:51.917 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:51 smithi145 bash[13673]: audit 2022-04-26T06:34:50.778836+0000 mon.smithi136 (mon.0) 4782 : audit [DBG] from='client.? 172.21.15.136:0/3329207457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:51 smithi136 bash[11745]: cluster 2022-04-26T06:34:50.529536+0000 mgr.smithi136.ofnrfx (mgr.14188) 7588 : cluster [DBG] pgmap v7113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:51 smithi136 bash[11745]: audit 2022-04-26T06:34:50.778836+0000 mon.smithi136 (mon.0) 4782 : audit [DBG] from='client.? 172.21.15.136:0/3329207457' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:53 smithi136 bash[11745]: cluster 2022-04-26T06:34:52.530177+0000 mgr.smithi136.ofnrfx (mgr.14188) 7589 : cluster [DBG] pgmap v7114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:53 smithi145 bash[13673]: cluster 2022-04-26T06:34:52.530177+0000 mgr.smithi136.ofnrfx (mgr.14188) 7589 : cluster [DBG] pgmap v7114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:55.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:34:55.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:34:55.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:34:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:55 smithi145 bash[13673]: cluster 2022-04-26T06:34:54.530795+0000 mgr.smithi136.ofnrfx (mgr.14188) 7590 : cluster [DBG] pgmap v7115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:55 smithi136 bash[11745]: cluster 2022-04-26T06:34:54.530795+0000 mgr.smithi136.ofnrfx (mgr.14188) 7590 : cluster [DBG] pgmap v7115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:56.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:34:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:56 smithi145 bash[13673]: audit 2022-04-26T06:34:56.114175+0000 mon.smithi136 (mon.0) 4783 : audit [DBG] from='client.? 172.21.15.136:0/3109676827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:56 smithi136 bash[11745]: audit 2022-04-26T06:34:56.114175+0000 mon.smithi136 (mon.0) 4783 : audit [DBG] from='client.? 172.21.15.136:0/3109676827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:34:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:57 smithi145 bash[13673]: cluster 2022-04-26T06:34:56.531541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7591 : cluster [DBG] pgmap v7116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:57 smithi136 bash[11745]: cluster 2022-04-26T06:34:56.531541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7591 : cluster [DBG] pgmap v7116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:34:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:34:59 smithi145 bash[13673]: cluster 2022-04-26T06:34:58.532209+0000 mgr.smithi136.ofnrfx (mgr.14188) 7592 : cluster [DBG] pgmap v7117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:34:59 smithi136 bash[11745]: cluster 2022-04-26T06:34:58.532209+0000 mgr.smithi136.ofnrfx (mgr.14188) 7592 : cluster [DBG] pgmap v7117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:01.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:01.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:01.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:01.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:01 smithi145 bash[13673]: cluster 2022-04-26T06:35:00.532849+0000 mgr.smithi136.ofnrfx (mgr.14188) 7593 : cluster [DBG] pgmap v7118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:01 smithi145 bash[13673]: audit 2022-04-26T06:35:01.445830+0000 mon.smithi136 (mon.0) 4784 : audit [DBG] from='client.? 172.21.15.136:0/2245823776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:01 smithi136 bash[11745]: cluster 2022-04-26T06:35:00.532849+0000 mgr.smithi136.ofnrfx (mgr.14188) 7593 : cluster [DBG] pgmap v7118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:01 smithi136 bash[11745]: audit 2022-04-26T06:35:01.445830+0000 mon.smithi136 (mon.0) 4784 : audit [DBG] from='client.? 172.21.15.136:0/2245823776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:03 smithi136 bash[11745]: cluster 2022-04-26T06:35:02.533585+0000 mgr.smithi136.ofnrfx (mgr.14188) 7594 : cluster [DBG] pgmap v7119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:03 smithi136 bash[11745]: audit 2022-04-26T06:35:02.811081+0000 mon.smithi136 (mon.0) 4785 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:35:03.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:03 smithi136 bash[11745]: audit 2022-04-26T06:35:02.815141+0000 mon.smithi136 (mon.0) 4786 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:35:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:03 smithi145 bash[13673]: cluster 2022-04-26T06:35:02.533585+0000 mgr.smithi136.ofnrfx (mgr.14188) 7594 : cluster [DBG] pgmap v7119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:03 smithi145 bash[13673]: audit 2022-04-26T06:35:02.811081+0000 mon.smithi136 (mon.0) 4785 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:35:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:03 smithi145 bash[13673]: audit 2022-04-26T06:35:02.815141+0000 mon.smithi136 (mon.0) 4786 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:35:05.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:05 smithi145 bash[13673]: cluster 2022-04-26T06:35:04.534279+0000 mgr.smithi136.ofnrfx (mgr.14188) 7595 : cluster [DBG] pgmap v7120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:05 smithi136 bash[11745]: cluster 2022-04-26T06:35:04.534279+0000 mgr.smithi136.ofnrfx (mgr.14188) 7595 : cluster [DBG] pgmap v7120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:06.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:06.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:06.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:06.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:07 smithi145 bash[13673]: cluster 2022-04-26T06:35:06.534902+0000 mgr.smithi136.ofnrfx (mgr.14188) 7596 : cluster [DBG] pgmap v7121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:07 smithi145 bash[13673]: audit 2022-04-26T06:35:06.781749+0000 mon.smithi136 (mon.0) 4787 : audit [DBG] from='client.? 172.21.15.136:0/962423099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:07 smithi136 bash[11745]: cluster 2022-04-26T06:35:06.534902+0000 mgr.smithi136.ofnrfx (mgr.14188) 7596 : cluster [DBG] pgmap v7121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:07 smithi136 bash[11745]: audit 2022-04-26T06:35:06.781749+0000 mon.smithi136 (mon.0) 4787 : audit [DBG] from='client.? 172.21.15.136:0/962423099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:09 smithi145 bash[13673]: cluster 2022-04-26T06:35:08.535574+0000 mgr.smithi136.ofnrfx (mgr.14188) 7597 : cluster [DBG] pgmap v7122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:09 smithi136 bash[11745]: cluster 2022-04-26T06:35:08.535574+0000 mgr.smithi136.ofnrfx (mgr.14188) 7597 : cluster [DBG] pgmap v7122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:11.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:11.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:11.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:11 smithi145 bash[13673]: cluster 2022-04-26T06:35:10.536190+0000 mgr.smithi136.ofnrfx (mgr.14188) 7598 : cluster [DBG] pgmap v7123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:11 smithi136 bash[11745]: cluster 2022-04-26T06:35:10.536190+0000 mgr.smithi136.ofnrfx (mgr.14188) 7598 : cluster [DBG] pgmap v7123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:12.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:12 smithi145 bash[13673]: audit 2022-04-26T06:35:12.100731+0000 mon.smithi136 (mon.0) 4788 : audit [DBG] from='client.? 172.21.15.136:0/3924830200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:12 smithi145 bash[13673]: audit 2022-04-26T06:35:12.542066+0000 mon.smithi136 (mon.0) 4789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:35:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:12 smithi145 bash[13673]: audit 2022-04-26T06:35:12.544822+0000 mon.smithi136 (mon.0) 4790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:35:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:12 smithi145 bash[13673]: audit 2022-04-26T06:35:12.546713+0000 mon.smithi136 (mon.0) 4791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:35:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:12 smithi136 bash[11745]: audit 2022-04-26T06:35:12.100731+0000 mon.smithi136 (mon.0) 4788 : audit [DBG] from='client.? 172.21.15.136:0/3924830200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:12 smithi136 bash[11745]: audit 2022-04-26T06:35:12.542066+0000 mon.smithi136 (mon.0) 4789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:35:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:12 smithi136 bash[11745]: audit 2022-04-26T06:35:12.544822+0000 mon.smithi136 (mon.0) 4790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:35:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:12 smithi136 bash[11745]: audit 2022-04-26T06:35:12.546713+0000 mon.smithi136 (mon.0) 4791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:35:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:13 smithi145 bash[13673]: cluster 2022-04-26T06:35:12.536831+0000 mgr.smithi136.ofnrfx (mgr.14188) 7599 : cluster [DBG] pgmap v7124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:13 smithi145 bash[13673]: audit 2022-04-26T06:35:12.885392+0000 mon.smithi136 (mon.0) 4792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:35:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:13 smithi145 bash[13673]: audit 2022-04-26T06:35:12.893824+0000 mon.smithi136 (mon.0) 4793 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:35:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:13 smithi136 bash[11745]: cluster 2022-04-26T06:35:12.536831+0000 mgr.smithi136.ofnrfx (mgr.14188) 7599 : cluster [DBG] pgmap v7124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:13 smithi136 bash[11745]: audit 2022-04-26T06:35:12.885392+0000 mon.smithi136 (mon.0) 4792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:35:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:13 smithi136 bash[11745]: audit 2022-04-26T06:35:12.893824+0000 mon.smithi136 (mon.0) 4793 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:35:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:14 smithi145 bash[13673]: cluster 2022-04-26T06:35:12.877291+0000 mgr.smithi136.ofnrfx (mgr.14188) 7600 : cluster [DBG] pgmap v7125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:14 smithi145 bash[13673]: cluster 2022-04-26T06:35:12.877678+0000 mgr.smithi136.ofnrfx (mgr.14188) 7601 : cluster [DBG] pgmap v7126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:14 smithi145 bash[13673]: cephadm 2022-04-26T06:35:12.895045+0000 mgr.smithi136.ofnrfx (mgr.14188) 7602 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:35:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:14 smithi145 bash[13673]: cephadm 2022-04-26T06:35:12.895242+0000 mgr.smithi136.ofnrfx (mgr.14188) 7603 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:35:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:14 smithi136 bash[11745]: cluster 2022-04-26T06:35:12.877291+0000 mgr.smithi136.ofnrfx (mgr.14188) 7600 : cluster [DBG] pgmap v7125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:14 smithi136 bash[11745]: cluster 2022-04-26T06:35:12.877678+0000 mgr.smithi136.ofnrfx (mgr.14188) 7601 : cluster [DBG] pgmap v7126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:15.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:14 smithi136 bash[11745]: cephadm 2022-04-26T06:35:12.895045+0000 mgr.smithi136.ofnrfx (mgr.14188) 7602 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:35:15.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:14 smithi136 bash[11745]: cephadm 2022-04-26T06:35:12.895242+0000 mgr.smithi136.ofnrfx (mgr.14188) 7603 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:35:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:16 smithi145 bash[13673]: cluster 2022-04-26T06:35:14.878341+0000 mgr.smithi136.ofnrfx (mgr.14188) 7604 : cluster [DBG] pgmap v7127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:16 smithi136 bash[11745]: cluster 2022-04-26T06:35:14.878341+0000 mgr.smithi136.ofnrfx (mgr.14188) 7604 : cluster [DBG] pgmap v7127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:17.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:17.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:17.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:17.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:17 smithi145 bash[13673]: audit 2022-04-26T06:35:17.426613+0000 mon.smithi136 (mon.0) 4794 : audit [DBG] from='client.? 172.21.15.136:0/2283002846' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:17 smithi136 bash[11745]: audit 2022-04-26T06:35:17.426613+0000 mon.smithi136 (mon.0) 4794 : audit [DBG] from='client.? 172.21.15.136:0/2283002846' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:18 smithi145 bash[13673]: cluster 2022-04-26T06:35:16.878965+0000 mgr.smithi136.ofnrfx (mgr.14188) 7605 : cluster [DBG] pgmap v7128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:19.004 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:18 smithi136 bash[11745]: cluster 2022-04-26T06:35:16.878965+0000 mgr.smithi136.ofnrfx (mgr.14188) 7605 : cluster [DBG] pgmap v7128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:20 smithi136 bash[11745]: cluster 2022-04-26T06:35:18.879673+0000 mgr.smithi136.ofnrfx (mgr.14188) 7606 : cluster [DBG] pgmap v7129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:20 smithi145 bash[13673]: cluster 2022-04-26T06:35:18.879673+0000 mgr.smithi136.ofnrfx (mgr.14188) 7606 : cluster [DBG] pgmap v7129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:22.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:22.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:22.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:22.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:22.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:22 smithi145 bash[13673]: cluster 2022-04-26T06:35:20.880271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7607 : cluster [DBG] pgmap v7130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:22 smithi136 bash[11745]: cluster 2022-04-26T06:35:20.880271+0000 mgr.smithi136.ofnrfx (mgr.14188) 7607 : cluster [DBG] pgmap v7130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:23 smithi136 bash[11745]: audit 2022-04-26T06:35:22.755224+0000 mon.smithi136 (mon.0) 4795 : audit [DBG] from='client.? 172.21.15.136:0/3000174726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:23 smithi145 bash[13673]: audit 2022-04-26T06:35:22.755224+0000 mon.smithi136 (mon.0) 4795 : audit [DBG] from='client.? 172.21.15.136:0/3000174726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:24 smithi136 bash[11745]: cluster 2022-04-26T06:35:22.881104+0000 mgr.smithi136.ofnrfx (mgr.14188) 7608 : cluster [DBG] pgmap v7131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:24 smithi145 bash[13673]: cluster 2022-04-26T06:35:22.881104+0000 mgr.smithi136.ofnrfx (mgr.14188) 7608 : cluster [DBG] pgmap v7131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:26 smithi136 bash[11745]: cluster 2022-04-26T06:35:24.881759+0000 mgr.smithi136.ofnrfx (mgr.14188) 7609 : cluster [DBG] pgmap v7132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:26 smithi145 bash[13673]: cluster 2022-04-26T06:35:24.881759+0000 mgr.smithi136.ofnrfx (mgr.14188) 7609 : cluster [DBG] pgmap v7132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:27.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:27.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:27.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:28.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:29.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:28 smithi136 bash[11745]: cluster 2022-04-26T06:35:26.882367+0000 mgr.smithi136.ofnrfx (mgr.14188) 7610 : cluster [DBG] pgmap v7133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:29.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:28 smithi136 bash[11745]: audit 2022-04-26T06:35:28.094334+0000 mon.smithi136 (mon.0) 4796 : audit [DBG] from='client.? 172.21.15.136:0/2560407201' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:28 smithi145 bash[13673]: cluster 2022-04-26T06:35:26.882367+0000 mgr.smithi136.ofnrfx (mgr.14188) 7610 : cluster [DBG] pgmap v7133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:28 smithi145 bash[13673]: audit 2022-04-26T06:35:28.094334+0000 mon.smithi136 (mon.0) 4796 : audit [DBG] from='client.? 172.21.15.136:0/2560407201' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:30 smithi136 bash[11745]: cluster 2022-04-26T06:35:28.882961+0000 mgr.smithi136.ofnrfx (mgr.14188) 7611 : cluster [DBG] pgmap v7134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:30 smithi145 bash[13673]: cluster 2022-04-26T06:35:28.882961+0000 mgr.smithi136.ofnrfx (mgr.14188) 7611 : cluster [DBG] pgmap v7134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:32 smithi136 bash[11745]: cluster 2022-04-26T06:35:30.883617+0000 mgr.smithi136.ofnrfx (mgr.14188) 7612 : cluster [DBG] pgmap v7135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:33.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:33.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:33.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:32 smithi145 bash[13673]: cluster 2022-04-26T06:35:30.883617+0000 mgr.smithi136.ofnrfx (mgr.14188) 7612 : cluster [DBG] pgmap v7135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:33.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:33 smithi136 bash[11745]: audit 2022-04-26T06:35:33.418828+0000 mon.smithi136 (mon.0) 4797 : audit [DBG] from='client.? 172.21.15.136:0/4241269750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:33 smithi145 bash[13673]: audit 2022-04-26T06:35:33.418828+0000 mon.smithi136 (mon.0) 4797 : audit [DBG] from='client.? 172.21.15.136:0/4241269750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:34 smithi136 bash[11745]: cluster 2022-04-26T06:35:32.884216+0000 mgr.smithi136.ofnrfx (mgr.14188) 7613 : cluster [DBG] pgmap v7136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:34 smithi145 bash[13673]: cluster 2022-04-26T06:35:32.884216+0000 mgr.smithi136.ofnrfx (mgr.14188) 7613 : cluster [DBG] pgmap v7136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:36 smithi136 bash[11745]: cluster 2022-04-26T06:35:34.884856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7614 : cluster [DBG] pgmap v7137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:36 smithi145 bash[13673]: cluster 2022-04-26T06:35:34.884856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7614 : cluster [DBG] pgmap v7137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:38.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:38.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:38.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:38.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:39.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:38 smithi136 bash[11745]: cluster 2022-04-26T06:35:36.885500+0000 mgr.smithi136.ofnrfx (mgr.14188) 7615 : cluster [DBG] pgmap v7138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:38 smithi145 bash[13673]: cluster 2022-04-26T06:35:36.885500+0000 mgr.smithi136.ofnrfx (mgr.14188) 7615 : cluster [DBG] pgmap v7138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:39 smithi136 bash[11745]: audit 2022-04-26T06:35:38.752632+0000 mon.smithi136 (mon.0) 4798 : audit [DBG] from='client.? 172.21.15.136:0/3811533021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:39 smithi145 bash[13673]: audit 2022-04-26T06:35:38.752632+0000 mon.smithi136 (mon.0) 4798 : audit [DBG] from='client.? 172.21.15.136:0/3811533021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:40 smithi136 bash[11745]: cluster 2022-04-26T06:35:38.886130+0000 mgr.smithi136.ofnrfx (mgr.14188) 7616 : cluster [DBG] pgmap v7139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:40 smithi145 bash[13673]: cluster 2022-04-26T06:35:38.886130+0000 mgr.smithi136.ofnrfx (mgr.14188) 7616 : cluster [DBG] pgmap v7139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:42 smithi136 bash[11745]: cluster 2022-04-26T06:35:40.886723+0000 mgr.smithi136.ofnrfx (mgr.14188) 7617 : cluster [DBG] pgmap v7140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:42 smithi145 bash[13673]: cluster 2022-04-26T06:35:40.886723+0000 mgr.smithi136.ofnrfx (mgr.14188) 7617 : cluster [DBG] pgmap v7140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:43.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:43.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:43.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:44.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:44 smithi136 bash[11745]: cluster 2022-04-26T06:35:42.887384+0000 mgr.smithi136.ofnrfx (mgr.14188) 7618 : cluster [DBG] pgmap v7141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:44 smithi136 bash[11745]: audit 2022-04-26T06:35:44.074850+0000 mon.smithi136 (mon.0) 4799 : audit [DBG] from='client.? 172.21.15.136:0/4103839480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:44 smithi145 bash[13673]: cluster 2022-04-26T06:35:42.887384+0000 mgr.smithi136.ofnrfx (mgr.14188) 7618 : cluster [DBG] pgmap v7141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:44 smithi145 bash[13673]: audit 2022-04-26T06:35:44.074850+0000 mon.smithi136 (mon.0) 4799 : audit [DBG] from='client.? 172.21.15.136:0/4103839480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:46 smithi136 bash[11745]: cluster 2022-04-26T06:35:44.888006+0000 mgr.smithi136.ofnrfx (mgr.14188) 7619 : cluster [DBG] pgmap v7142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:46 smithi145 bash[13673]: cluster 2022-04-26T06:35:44.888006+0000 mgr.smithi136.ofnrfx (mgr.14188) 7619 : cluster [DBG] pgmap v7142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:49.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:48 smithi136 bash[11745]: cluster 2022-04-26T06:35:46.888618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7620 : cluster [DBG] pgmap v7143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:49.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:49.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:49.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:48 smithi145 bash[13673]: cluster 2022-04-26T06:35:46.888618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7620 : cluster [DBG] pgmap v7143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:49.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:49 smithi136 bash[11745]: audit 2022-04-26T06:35:49.407310+0000 mon.smithi136 (mon.0) 4800 : audit [DBG] from='client.? 172.21.15.136:0/484067150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:49 smithi145 bash[13673]: audit 2022-04-26T06:35:49.407310+0000 mon.smithi136 (mon.0) 4800 : audit [DBG] from='client.? 172.21.15.136:0/484067150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:50 smithi136 bash[11745]: cluster 2022-04-26T06:35:48.889202+0000 mgr.smithi136.ofnrfx (mgr.14188) 7621 : cluster [DBG] pgmap v7144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:50 smithi145 bash[13673]: cluster 2022-04-26T06:35:48.889202+0000 mgr.smithi136.ofnrfx (mgr.14188) 7621 : cluster [DBG] pgmap v7144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:52 smithi136 bash[11745]: cluster 2022-04-26T06:35:50.889851+0000 mgr.smithi136.ofnrfx (mgr.14188) 7622 : cluster [DBG] pgmap v7145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:52 smithi145 bash[13673]: cluster 2022-04-26T06:35:50.889851+0000 mgr.smithi136.ofnrfx (mgr.14188) 7622 : cluster [DBG] pgmap v7145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:54.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:54.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:54.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:35:54.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:35:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:54 smithi136 bash[11745]: cluster 2022-04-26T06:35:52.890478+0000 mgr.smithi136.ofnrfx (mgr.14188) 7623 : cluster [DBG] pgmap v7146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:54 smithi136 bash[11745]: audit 2022-04-26T06:35:54.737079+0000 mon.smithi136 (mon.0) 4801 : audit [DBG] from='client.? 172.21.15.136:0/3670199060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:54 smithi145 bash[13673]: cluster 2022-04-26T06:35:52.890478+0000 mgr.smithi136.ofnrfx (mgr.14188) 7623 : cluster [DBG] pgmap v7146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:54 smithi145 bash[13673]: audit 2022-04-26T06:35:54.737079+0000 mon.smithi136 (mon.0) 4801 : audit [DBG] from='client.? 172.21.15.136:0/3670199060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:35:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:55 smithi136 bash[11745]: cluster 2022-04-26T06:35:54.891195+0000 mgr.smithi136.ofnrfx (mgr.14188) 7624 : cluster [DBG] pgmap v7147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:55 smithi145 bash[13673]: cluster 2022-04-26T06:35:54.891195+0000 mgr.smithi136.ofnrfx (mgr.14188) 7624 : cluster [DBG] pgmap v7147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:35:58 smithi136 bash[11745]: cluster 2022-04-26T06:35:56.891990+0000 mgr.smithi136.ofnrfx (mgr.14188) 7625 : cluster [DBG] pgmap v7148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:35:58 smithi145 bash[13673]: cluster 2022-04-26T06:35:56.891990+0000 mgr.smithi136.ofnrfx (mgr.14188) 7625 : cluster [DBG] pgmap v7148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:35:59.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:35:59.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:35:59.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:00.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:00 smithi136 bash[11745]: cluster 2022-04-26T06:35:58.892745+0000 mgr.smithi136.ofnrfx (mgr.14188) 7626 : cluster [DBG] pgmap v7149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:00 smithi136 bash[11745]: audit 2022-04-26T06:36:00.064027+0000 mon.smithi136 (mon.0) 4802 : audit [DBG] from='client.? 172.21.15.136:0/3588041685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:00 smithi145 bash[13673]: cluster 2022-04-26T06:35:58.892745+0000 mgr.smithi136.ofnrfx (mgr.14188) 7626 : cluster [DBG] pgmap v7149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:00 smithi145 bash[13673]: audit 2022-04-26T06:36:00.064027+0000 mon.smithi136 (mon.0) 4802 : audit [DBG] from='client.? 172.21.15.136:0/3588041685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:02 smithi136 bash[11745]: cluster 2022-04-26T06:36:00.893375+0000 mgr.smithi136.ofnrfx (mgr.14188) 7627 : cluster [DBG] pgmap v7150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:02 smithi145 bash[13673]: cluster 2022-04-26T06:36:00.893375+0000 mgr.smithi136.ofnrfx (mgr.14188) 7627 : cluster [DBG] pgmap v7150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:03 smithi136 bash[11745]: audit 2022-04-26T06:36:02.815625+0000 mon.smithi136 (mon.0) 4803 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:36:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:03 smithi136 bash[11745]: audit 2022-04-26T06:36:02.819508+0000 mon.smithi136 (mon.0) 4804 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:36:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:03 smithi145 bash[13673]: audit 2022-04-26T06:36:02.815625+0000 mon.smithi136 (mon.0) 4803 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:36:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:03 smithi145 bash[13673]: audit 2022-04-26T06:36:02.819508+0000 mon.smithi136 (mon.0) 4804 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:36:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:04 smithi136 bash[11745]: cluster 2022-04-26T06:36:02.894026+0000 mgr.smithi136.ofnrfx (mgr.14188) 7628 : cluster [DBG] pgmap v7151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:04 smithi145 bash[13673]: cluster 2022-04-26T06:36:02.894026+0000 mgr.smithi136.ofnrfx (mgr.14188) 7628 : cluster [DBG] pgmap v7151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:05.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:05.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:05.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:05.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:05 smithi136 bash[11745]: audit 2022-04-26T06:36:05.391129+0000 mon.smithi136 (mon.0) 4805 : audit [DBG] from='client.? 172.21.15.136:0/631998571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:05 smithi145 bash[13673]: audit 2022-04-26T06:36:05.391129+0000 mon.smithi136 (mon.0) 4805 : audit [DBG] from='client.? 172.21.15.136:0/631998571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:06 smithi136 bash[11745]: cluster 2022-04-26T06:36:04.894656+0000 mgr.smithi136.ofnrfx (mgr.14188) 7629 : cluster [DBG] pgmap v7152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:06 smithi145 bash[13673]: cluster 2022-04-26T06:36:04.894656+0000 mgr.smithi136.ofnrfx (mgr.14188) 7629 : cluster [DBG] pgmap v7152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:08 smithi136 bash[11745]: cluster 2022-04-26T06:36:06.895296+0000 mgr.smithi136.ofnrfx (mgr.14188) 7630 : cluster [DBG] pgmap v7153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:08 smithi145 bash[13673]: cluster 2022-04-26T06:36:06.895296+0000 mgr.smithi136.ofnrfx (mgr.14188) 7630 : cluster [DBG] pgmap v7153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:10.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:10.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:10.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:10.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:10 smithi136 bash[11745]: cluster 2022-04-26T06:36:08.895950+0000 mgr.smithi136.ofnrfx (mgr.14188) 7631 : cluster [DBG] pgmap v7154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:10 smithi145 bash[13673]: cluster 2022-04-26T06:36:08.895950+0000 mgr.smithi136.ofnrfx (mgr.14188) 7631 : cluster [DBG] pgmap v7154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:11 smithi145 bash[13673]: audit 2022-04-26T06:36:10.723360+0000 mon.smithi136 (mon.0) 4806 : audit [DBG] from='client.? 172.21.15.136:0/3590803809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:11 smithi136 bash[11745]: audit 2022-04-26T06:36:10.723360+0000 mon.smithi136 (mon.0) 4806 : audit [DBG] from='client.? 172.21.15.136:0/3590803809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:12.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:12 smithi145 bash[13673]: cluster 2022-04-26T06:36:10.896617+0000 mgr.smithi136.ofnrfx (mgr.14188) 7632 : cluster [DBG] pgmap v7155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:12 smithi136 bash[11745]: cluster 2022-04-26T06:36:10.896617+0000 mgr.smithi136.ofnrfx (mgr.14188) 7632 : cluster [DBG] pgmap v7155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:13 smithi145 bash[13673]: audit 2022-04-26T06:36:12.906964+0000 mon.smithi136 (mon.0) 4807 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:36:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:13 smithi145 bash[13673]: audit 2022-04-26T06:36:12.909541+0000 mon.smithi136 (mon.0) 4808 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:36:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:13 smithi145 bash[13673]: audit 2022-04-26T06:36:12.911255+0000 mon.smithi136 (mon.0) 4809 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:36:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:13 smithi136 bash[11745]: audit 2022-04-26T06:36:12.906964+0000 mon.smithi136 (mon.0) 4807 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:36:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:13 smithi136 bash[11745]: audit 2022-04-26T06:36:12.909541+0000 mon.smithi136 (mon.0) 4808 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:36:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:13 smithi136 bash[11745]: audit 2022-04-26T06:36:12.911255+0000 mon.smithi136 (mon.0) 4809 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:36:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:14 smithi145 bash[13673]: cluster 2022-04-26T06:36:12.897256+0000 mgr.smithi136.ofnrfx (mgr.14188) 7633 : cluster [DBG] pgmap v7156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:14 smithi136 bash[11745]: cluster 2022-04-26T06:36:12.897256+0000 mgr.smithi136.ofnrfx (mgr.14188) 7633 : cluster [DBG] pgmap v7156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:15.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:15.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:15.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:16.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:16 smithi145 bash[13673]: cluster 2022-04-26T06:36:14.897941+0000 mgr.smithi136.ofnrfx (mgr.14188) 7634 : cluster [DBG] pgmap v7157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:16 smithi145 bash[13673]: audit 2022-04-26T06:36:16.047300+0000 mon.smithi136 (mon.0) 4810 : audit [DBG] from='client.? 172.21.15.136:0/3173049114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:16 smithi136 bash[11745]: cluster 2022-04-26T06:36:14.897941+0000 mgr.smithi136.ofnrfx (mgr.14188) 7634 : cluster [DBG] pgmap v7157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:16 smithi136 bash[11745]: audit 2022-04-26T06:36:16.047300+0000 mon.smithi136 (mon.0) 4810 : audit [DBG] from='client.? 172.21.15.136:0/3173049114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:17 smithi136 bash[11745]: audit 2022-04-26T06:36:16.685244+0000 mon.smithi136 (mon.0) 4811 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:36:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:17 smithi136 bash[11745]: audit 2022-04-26T06:36:17.354937+0000 mon.smithi136 (mon.0) 4812 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:36:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:17 smithi136 bash[11745]: audit 2022-04-26T06:36:17.652115+0000 mon.smithi136 (mon.0) 4813 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:36:18.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:17 smithi136 bash[11745]: audit 2022-04-26T06:36:17.658631+0000 mon.smithi136 (mon.0) 4814 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:36:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:17 smithi145 bash[13673]: audit 2022-04-26T06:36:16.685244+0000 mon.smithi136 (mon.0) 4811 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:36:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:17 smithi145 bash[13673]: audit 2022-04-26T06:36:17.354937+0000 mon.smithi136 (mon.0) 4812 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:36:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:17 smithi145 bash[13673]: audit 2022-04-26T06:36:17.652115+0000 mon.smithi136 (mon.0) 4813 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:36:18.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:17 smithi145 bash[13673]: audit 2022-04-26T06:36:17.658631+0000 mon.smithi136 (mon.0) 4814 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:36:19.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:18 smithi136 bash[11745]: cluster 2022-04-26T06:36:16.898612+0000 mgr.smithi136.ofnrfx (mgr.14188) 7635 : cluster [DBG] pgmap v7158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:19.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:18 smithi136 bash[11745]: cluster 2022-04-26T06:36:17.646472+0000 mgr.smithi136.ofnrfx (mgr.14188) 7636 : cluster [DBG] pgmap v7159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:19.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:18 smithi136 bash[11745]: cluster 2022-04-26T06:36:17.646948+0000 mgr.smithi136.ofnrfx (mgr.14188) 7637 : cluster [DBG] pgmap v7160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:19.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:18 smithi136 bash[11745]: cephadm 2022-04-26T06:36:17.659595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7638 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:36:19.005 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:18 smithi136 bash[11745]: cephadm 2022-04-26T06:36:17.659725+0000 mgr.smithi136.ofnrfx (mgr.14188) 7639 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:36:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:18 smithi145 bash[13673]: cluster 2022-04-26T06:36:16.898612+0000 mgr.smithi136.ofnrfx (mgr.14188) 7635 : cluster [DBG] pgmap v7158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:18 smithi145 bash[13673]: cluster 2022-04-26T06:36:17.646472+0000 mgr.smithi136.ofnrfx (mgr.14188) 7636 : cluster [DBG] pgmap v7159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:18 smithi145 bash[13673]: cluster 2022-04-26T06:36:17.646948+0000 mgr.smithi136.ofnrfx (mgr.14188) 7637 : cluster [DBG] pgmap v7160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:18 smithi145 bash[13673]: cephadm 2022-04-26T06:36:17.659595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7638 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:36:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:18 smithi145 bash[13673]: cephadm 2022-04-26T06:36:17.659725+0000 mgr.smithi136.ofnrfx (mgr.14188) 7639 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:36:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:20 smithi136 bash[11745]: cluster 2022-04-26T06:36:19.647595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7640 : cluster [DBG] pgmap v7161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:21.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:21.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:21.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:20 smithi145 bash[13673]: cluster 2022-04-26T06:36:19.647595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7640 : cluster [DBG] pgmap v7161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:21.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:22.070 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:21 smithi136 bash[11745]: audit 2022-04-26T06:36:21.373614+0000 mon.smithi136 (mon.0) 4815 : audit [DBG] from='client.? 172.21.15.136:0/2012269280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:21 smithi145 bash[13673]: audit 2022-04-26T06:36:21.373614+0000 mon.smithi136 (mon.0) 4815 : audit [DBG] from='client.? 172.21.15.136:0/2012269280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:22 smithi136 bash[11745]: cluster 2022-04-26T06:36:21.648216+0000 mgr.smithi136.ofnrfx (mgr.14188) 7641 : cluster [DBG] pgmap v7162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:22 smithi145 bash[13673]: cluster 2022-04-26T06:36:21.648216+0000 mgr.smithi136.ofnrfx (mgr.14188) 7641 : cluster [DBG] pgmap v7162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:24 smithi136 bash[11745]: cluster 2022-04-26T06:36:23.648860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7642 : cluster [DBG] pgmap v7163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:24 smithi145 bash[13673]: cluster 2022-04-26T06:36:23.648860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7642 : cluster [DBG] pgmap v7163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:26.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:26.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:26.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:26.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:26 smithi136 bash[11745]: cluster 2022-04-26T06:36:25.649459+0000 mgr.smithi136.ofnrfx (mgr.14188) 7643 : cluster [DBG] pgmap v7164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:26 smithi136 bash[11745]: audit 2022-04-26T06:36:26.701506+0000 mon.smithi136 (mon.0) 4816 : audit [DBG] from='client.? 172.21.15.136:0/3288117607' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:26 smithi145 bash[13673]: cluster 2022-04-26T06:36:25.649459+0000 mgr.smithi136.ofnrfx (mgr.14188) 7643 : cluster [DBG] pgmap v7164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:26 smithi145 bash[13673]: audit 2022-04-26T06:36:26.701506+0000 mon.smithi136 (mon.0) 4816 : audit [DBG] from='client.? 172.21.15.136:0/3288117607' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:28 smithi136 bash[11745]: cluster 2022-04-26T06:36:27.650105+0000 mgr.smithi136.ofnrfx (mgr.14188) 7644 : cluster [DBG] pgmap v7165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:28 smithi145 bash[13673]: cluster 2022-04-26T06:36:27.650105+0000 mgr.smithi136.ofnrfx (mgr.14188) 7644 : cluster [DBG] pgmap v7165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:30 smithi136 bash[11745]: cluster 2022-04-26T06:36:29.650732+0000 mgr.smithi136.ofnrfx (mgr.14188) 7645 : cluster [DBG] pgmap v7166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:30 smithi145 bash[13673]: cluster 2022-04-26T06:36:29.650732+0000 mgr.smithi136.ofnrfx (mgr.14188) 7645 : cluster [DBG] pgmap v7166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:31.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:31.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:31.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:32.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:32 smithi136 bash[11745]: cluster 2022-04-26T06:36:31.651372+0000 mgr.smithi136.ofnrfx (mgr.14188) 7646 : cluster [DBG] pgmap v7167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:32 smithi136 bash[11745]: audit 2022-04-26T06:36:32.024470+0000 mon.smithi136 (mon.0) 4817 : audit [DBG] from='client.? 172.21.15.136:0/3752640686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:32 smithi145 bash[13673]: cluster 2022-04-26T06:36:31.651372+0000 mgr.smithi136.ofnrfx (mgr.14188) 7646 : cluster [DBG] pgmap v7167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:32 smithi145 bash[13673]: audit 2022-04-26T06:36:32.024470+0000 mon.smithi136 (mon.0) 4817 : audit [DBG] from='client.? 172.21.15.136:0/3752640686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:34 smithi136 bash[11745]: cluster 2022-04-26T06:36:33.651994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7647 : cluster [DBG] pgmap v7168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:34 smithi145 bash[13673]: cluster 2022-04-26T06:36:33.651994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7647 : cluster [DBG] pgmap v7168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:37.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:37.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:37.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:36 smithi136 bash[11745]: cluster 2022-04-26T06:36:35.652694+0000 mgr.smithi136.ofnrfx (mgr.14188) 7648 : cluster [DBG] pgmap v7169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:36 smithi145 bash[13673]: cluster 2022-04-26T06:36:35.652694+0000 mgr.smithi136.ofnrfx (mgr.14188) 7648 : cluster [DBG] pgmap v7169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:37.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:37 smithi136 bash[11745]: audit 2022-04-26T06:36:37.355082+0000 mon.smithi136 (mon.0) 4818 : audit [DBG] from='client.? 172.21.15.136:0/2640674091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:37 smithi145 bash[13673]: audit 2022-04-26T06:36:37.355082+0000 mon.smithi136 (mon.0) 4818 : audit [DBG] from='client.? 172.21.15.136:0/2640674091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:39.006 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:38 smithi136 bash[11745]: cluster 2022-04-26T06:36:37.653497+0000 mgr.smithi136.ofnrfx (mgr.14188) 7649 : cluster [DBG] pgmap v7170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:38 smithi145 bash[13673]: cluster 2022-04-26T06:36:37.653497+0000 mgr.smithi136.ofnrfx (mgr.14188) 7649 : cluster [DBG] pgmap v7170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:40 smithi136 bash[11745]: cluster 2022-04-26T06:36:39.654126+0000 mgr.smithi136.ofnrfx (mgr.14188) 7650 : cluster [DBG] pgmap v7171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:40 smithi145 bash[13673]: cluster 2022-04-26T06:36:39.654126+0000 mgr.smithi136.ofnrfx (mgr.14188) 7650 : cluster [DBG] pgmap v7171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:42.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:42.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:42.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:42.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:42 smithi136 bash[11745]: cluster 2022-04-26T06:36:41.654766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7651 : cluster [DBG] pgmap v7172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:42 smithi136 bash[11745]: audit 2022-04-26T06:36:42.678936+0000 mon.smithi136 (mon.0) 4819 : audit [DBG] from='client.? 172.21.15.136:0/1805715329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:42 smithi145 bash[13673]: cluster 2022-04-26T06:36:41.654766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7651 : cluster [DBG] pgmap v7172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:42 smithi145 bash[13673]: audit 2022-04-26T06:36:42.678936+0000 mon.smithi136 (mon.0) 4819 : audit [DBG] from='client.? 172.21.15.136:0/1805715329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:44 smithi136 bash[11745]: cluster 2022-04-26T06:36:43.655377+0000 mgr.smithi136.ofnrfx (mgr.14188) 7652 : cluster [DBG] pgmap v7173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:44 smithi145 bash[13673]: cluster 2022-04-26T06:36:43.655377+0000 mgr.smithi136.ofnrfx (mgr.14188) 7652 : cluster [DBG] pgmap v7173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:46 smithi136 bash[11745]: cluster 2022-04-26T06:36:45.655994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7653 : cluster [DBG] pgmap v7174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:46 smithi145 bash[13673]: cluster 2022-04-26T06:36:45.655994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7653 : cluster [DBG] pgmap v7174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:47.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:47.718 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:47.718 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:48.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:48 smithi136 bash[11745]: cluster 2022-04-26T06:36:47.656641+0000 mgr.smithi136.ofnrfx (mgr.14188) 7654 : cluster [DBG] pgmap v7175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:48 smithi136 bash[11745]: audit 2022-04-26T06:36:48.008496+0000 mon.smithi136 (mon.0) 4820 : audit [DBG] from='client.? 172.21.15.136:0/2887965394' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:48 smithi145 bash[13673]: cluster 2022-04-26T06:36:47.656641+0000 mgr.smithi136.ofnrfx (mgr.14188) 7654 : cluster [DBG] pgmap v7175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:48 smithi145 bash[13673]: audit 2022-04-26T06:36:48.008496+0000 mon.smithi136 (mon.0) 4820 : audit [DBG] from='client.? 172.21.15.136:0/2887965394' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:50 smithi136 bash[11745]: cluster 2022-04-26T06:36:49.657322+0000 mgr.smithi136.ofnrfx (mgr.14188) 7655 : cluster [DBG] pgmap v7176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:50 smithi145 bash[13673]: cluster 2022-04-26T06:36:49.657322+0000 mgr.smithi136.ofnrfx (mgr.14188) 7655 : cluster [DBG] pgmap v7176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:53.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:53.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:53.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:52 smithi136 bash[11745]: cluster 2022-04-26T06:36:51.657956+0000 mgr.smithi136.ofnrfx (mgr.14188) 7656 : cluster [DBG] pgmap v7177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:52 smithi145 bash[13673]: cluster 2022-04-26T06:36:51.657956+0000 mgr.smithi136.ofnrfx (mgr.14188) 7656 : cluster [DBG] pgmap v7177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:53.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:53 smithi136 bash[11745]: audit 2022-04-26T06:36:53.337169+0000 mon.smithi136 (mon.0) 4821 : audit [DBG] from='client.? 172.21.15.136:0/1421740877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:53 smithi145 bash[13673]: audit 2022-04-26T06:36:53.337169+0000 mon.smithi136 (mon.0) 4821 : audit [DBG] from='client.? 172.21.15.136:0/1421740877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:54 smithi136 bash[11745]: cluster 2022-04-26T06:36:53.658592+0000 mgr.smithi136.ofnrfx (mgr.14188) 7657 : cluster [DBG] pgmap v7178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:54 smithi145 bash[13673]: cluster 2022-04-26T06:36:53.658592+0000 mgr.smithi136.ofnrfx (mgr.14188) 7657 : cluster [DBG] pgmap v7178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:56 smithi136 bash[11745]: cluster 2022-04-26T06:36:55.659173+0000 mgr.smithi136.ofnrfx (mgr.14188) 7658 : cluster [DBG] pgmap v7179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:56 smithi145 bash[13673]: cluster 2022-04-26T06:36:55.659173+0000 mgr.smithi136.ofnrfx (mgr.14188) 7658 : cluster [DBG] pgmap v7179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:58.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:36:58.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:36:58.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:36:58.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:36:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:58 smithi136 bash[11745]: cluster 2022-04-26T06:36:57.659918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7659 : cluster [DBG] pgmap v7180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:58 smithi145 bash[13673]: cluster 2022-04-26T06:36:57.659918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7659 : cluster [DBG] pgmap v7180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:36:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:36:59 smithi136 bash[11745]: audit 2022-04-26T06:36:58.666148+0000 mon.smithi136 (mon.0) 4822 : audit [DBG] from='client.? 172.21.15.136:0/248610789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:36:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:36:59 smithi145 bash[13673]: audit 2022-04-26T06:36:58.666148+0000 mon.smithi136 (mon.0) 4822 : audit [DBG] from='client.? 172.21.15.136:0/248610789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:00 smithi136 bash[11745]: cluster 2022-04-26T06:36:59.660626+0000 mgr.smithi136.ofnrfx (mgr.14188) 7660 : cluster [DBG] pgmap v7181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:00 smithi145 bash[13673]: cluster 2022-04-26T06:36:59.660626+0000 mgr.smithi136.ofnrfx (mgr.14188) 7660 : cluster [DBG] pgmap v7181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:02 smithi136 bash[11745]: cluster 2022-04-26T06:37:01.661250+0000 mgr.smithi136.ofnrfx (mgr.14188) 7661 : cluster [DBG] pgmap v7182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:02 smithi145 bash[13673]: cluster 2022-04-26T06:37:01.661250+0000 mgr.smithi136.ofnrfx (mgr.14188) 7661 : cluster [DBG] pgmap v7182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:03.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:03.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:03.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:04.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:03 smithi136 bash[11745]: audit 2022-04-26T06:37:02.819922+0000 mon.smithi136 (mon.0) 4823 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:37:04.068 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:03 smithi136 bash[11745]: audit 2022-04-26T06:37:02.823874+0000 mon.smithi136 (mon.0) 4824 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:37:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:03 smithi145 bash[13673]: audit 2022-04-26T06:37:02.819922+0000 mon.smithi136 (mon.0) 4823 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:37:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:03 smithi145 bash[13673]: audit 2022-04-26T06:37:02.823874+0000 mon.smithi136 (mon.0) 4824 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:37:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:04 smithi136 bash[11745]: cluster 2022-04-26T06:37:03.661906+0000 mgr.smithi136.ofnrfx (mgr.14188) 7662 : cluster [DBG] pgmap v7183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:05.079 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:04 smithi136 bash[11745]: audit 2022-04-26T06:37:03.995037+0000 mon.smithi136 (mon.0) 4825 : audit [DBG] from='client.? 172.21.15.136:0/367117038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:04 smithi145 bash[13673]: cluster 2022-04-26T06:37:03.661906+0000 mgr.smithi136.ofnrfx (mgr.14188) 7662 : cluster [DBG] pgmap v7183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:04 smithi145 bash[13673]: audit 2022-04-26T06:37:03.995037+0000 mon.smithi136 (mon.0) 4825 : audit [DBG] from='client.? 172.21.15.136:0/367117038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:06 smithi136 bash[11745]: cluster 2022-04-26T06:37:05.662531+0000 mgr.smithi136.ofnrfx (mgr.14188) 7663 : cluster [DBG] pgmap v7184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:06 smithi145 bash[13673]: cluster 2022-04-26T06:37:05.662531+0000 mgr.smithi136.ofnrfx (mgr.14188) 7663 : cluster [DBG] pgmap v7184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:08 smithi136 bash[11745]: cluster 2022-04-26T06:37:07.663258+0000 mgr.smithi136.ofnrfx (mgr.14188) 7664 : cluster [DBG] pgmap v7185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:08 smithi145 bash[13673]: cluster 2022-04-26T06:37:07.663258+0000 mgr.smithi136.ofnrfx (mgr.14188) 7664 : cluster [DBG] pgmap v7185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:09.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:09.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:09.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:09.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:09 smithi136 bash[11745]: audit 2022-04-26T06:37:09.320050+0000 mon.smithi136 (mon.0) 4826 : audit [DBG] from='client.? 172.21.15.136:0/246435825' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:09 smithi145 bash[13673]: audit 2022-04-26T06:37:09.320050+0000 mon.smithi136 (mon.0) 4826 : audit [DBG] from='client.? 172.21.15.136:0/246435825' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:10 smithi136 bash[11745]: cluster 2022-04-26T06:37:09.663952+0000 mgr.smithi136.ofnrfx (mgr.14188) 7665 : cluster [DBG] pgmap v7186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:10 smithi145 bash[13673]: cluster 2022-04-26T06:37:09.663952+0000 mgr.smithi136.ofnrfx (mgr.14188) 7665 : cluster [DBG] pgmap v7186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:12 smithi136 bash[11745]: cluster 2022-04-26T06:37:11.664630+0000 mgr.smithi136.ofnrfx (mgr.14188) 7666 : cluster [DBG] pgmap v7187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:12 smithi145 bash[13673]: cluster 2022-04-26T06:37:11.664630+0000 mgr.smithi136.ofnrfx (mgr.14188) 7666 : cluster [DBG] pgmap v7187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:14.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:14.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:14.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:14.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:14 smithi136 bash[11745]: cluster 2022-04-26T06:37:13.665351+0000 mgr.smithi136.ofnrfx (mgr.14188) 7667 : cluster [DBG] pgmap v7188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:15.090 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:14 smithi136 bash[11745]: audit 2022-04-26T06:37:14.637285+0000 mon.smithi136 (mon.0) 4827 : audit [DBG] from='client.? 172.21.15.136:0/1750066646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:14 smithi145 bash[13673]: cluster 2022-04-26T06:37:13.665351+0000 mgr.smithi136.ofnrfx (mgr.14188) 7667 : cluster [DBG] pgmap v7188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:14 smithi145 bash[13673]: audit 2022-04-26T06:37:14.637285+0000 mon.smithi136 (mon.0) 4827 : audit [DBG] from='client.? 172.21.15.136:0/1750066646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:16 smithi136 bash[11745]: cluster 2022-04-26T06:37:15.666032+0000 mgr.smithi136.ofnrfx (mgr.14188) 7668 : cluster [DBG] pgmap v7189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:16 smithi145 bash[13673]: cluster 2022-04-26T06:37:15.666032+0000 mgr.smithi136.ofnrfx (mgr.14188) 7668 : cluster [DBG] pgmap v7189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:18 smithi136 bash[11745]: cluster 2022-04-26T06:37:17.666718+0000 mgr.smithi136.ofnrfx (mgr.14188) 7669 : cluster [DBG] pgmap v7190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:18 smithi136 bash[11745]: audit 2022-04-26T06:37:17.668755+0000 mon.smithi136 (mon.0) 4828 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:37:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:18 smithi136 bash[11745]: audit 2022-04-26T06:37:17.671433+0000 mon.smithi136 (mon.0) 4829 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:37:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:18 smithi136 bash[11745]: audit 2022-04-26T06:37:17.673393+0000 mon.smithi136 (mon.0) 4830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:37:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:18 smithi136 bash[11745]: audit 2022-04-26T06:37:17.976105+0000 mon.smithi136 (mon.0) 4831 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:37:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:18 smithi136 bash[11745]: audit 2022-04-26T06:37:18.294283+0000 mon.smithi136 (mon.0) 4832 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:37:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:18 smithi136 bash[11745]: audit 2022-04-26T06:37:18.300648+0000 mon.smithi136 (mon.0) 4833 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:37:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:18 smithi145 bash[13673]: cluster 2022-04-26T06:37:17.666718+0000 mgr.smithi136.ofnrfx (mgr.14188) 7669 : cluster [DBG] pgmap v7190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:18 smithi145 bash[13673]: audit 2022-04-26T06:37:17.668755+0000 mon.smithi136 (mon.0) 4828 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:37:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:18 smithi145 bash[13673]: audit 2022-04-26T06:37:17.671433+0000 mon.smithi136 (mon.0) 4829 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:37:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:18 smithi145 bash[13673]: audit 2022-04-26T06:37:17.673393+0000 mon.smithi136 (mon.0) 4830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:37:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:18 smithi145 bash[13673]: audit 2022-04-26T06:37:17.976105+0000 mon.smithi136 (mon.0) 4831 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:37:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:18 smithi145 bash[13673]: audit 2022-04-26T06:37:18.294283+0000 mon.smithi136 (mon.0) 4832 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:37:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:18 smithi145 bash[13673]: audit 2022-04-26T06:37:18.300648+0000 mon.smithi136 (mon.0) 4833 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:37:19.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:19.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:19.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:19 smithi136 bash[11745]: cluster 2022-04-26T06:37:18.288132+0000 mgr.smithi136.ofnrfx (mgr.14188) 7670 : cluster [DBG] pgmap v7191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:19 smithi136 bash[11745]: cluster 2022-04-26T06:37:18.288485+0000 mgr.smithi136.ofnrfx (mgr.14188) 7671 : cluster [DBG] pgmap v7192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:19 smithi136 bash[11745]: cephadm 2022-04-26T06:37:18.301712+0000 mgr.smithi136.ofnrfx (mgr.14188) 7672 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:37:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:19 smithi136 bash[11745]: cephadm 2022-04-26T06:37:18.301889+0000 mgr.smithi136.ofnrfx (mgr.14188) 7673 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:37:19.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:19 smithi145 bash[13673]: cluster 2022-04-26T06:37:18.288132+0000 mgr.smithi136.ofnrfx (mgr.14188) 7670 : cluster [DBG] pgmap v7191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:19 smithi145 bash[13673]: cluster 2022-04-26T06:37:18.288485+0000 mgr.smithi136.ofnrfx (mgr.14188) 7671 : cluster [DBG] pgmap v7192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:19 smithi145 bash[13673]: cephadm 2022-04-26T06:37:18.301712+0000 mgr.smithi136.ofnrfx (mgr.14188) 7672 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:37:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:19 smithi145 bash[13673]: cephadm 2022-04-26T06:37:18.301889+0000 mgr.smithi136.ofnrfx (mgr.14188) 7673 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:37:19.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:20 smithi136 bash[11745]: audit 2022-04-26T06:37:19.964237+0000 mon.smithi136 (mon.0) 4834 : audit [DBG] from='client.? 172.21.15.136:0/2989313185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:20.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:20 smithi145 bash[13673]: audit 2022-04-26T06:37:19.964237+0000 mon.smithi136 (mon.0) 4834 : audit [DBG] from='client.? 172.21.15.136:0/2989313185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:21 smithi145 bash[13673]: cluster 2022-04-26T06:37:20.289081+0000 mgr.smithi136.ofnrfx (mgr.14188) 7674 : cluster [DBG] pgmap v7193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:21 smithi136 bash[11745]: cluster 2022-04-26T06:37:20.289081+0000 mgr.smithi136.ofnrfx (mgr.14188) 7674 : cluster [DBG] pgmap v7193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:23 smithi145 bash[13673]: cluster 2022-04-26T06:37:22.289750+0000 mgr.smithi136.ofnrfx (mgr.14188) 7675 : cluster [DBG] pgmap v7194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:23 smithi136 bash[11745]: cluster 2022-04-26T06:37:22.289750+0000 mgr.smithi136.ofnrfx (mgr.14188) 7675 : cluster [DBG] pgmap v7194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:24.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:24.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:24.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:25.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:25 smithi145 bash[13673]: cluster 2022-04-26T06:37:24.290375+0000 mgr.smithi136.ofnrfx (mgr.14188) 7676 : cluster [DBG] pgmap v7195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:25 smithi145 bash[13673]: audit 2022-04-26T06:37:25.305301+0000 mon.smithi136 (mon.0) 4835 : audit [DBG] from='client.? 172.21.15.136:0/3665781345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:25 smithi136 bash[11745]: cluster 2022-04-26T06:37:24.290375+0000 mgr.smithi136.ofnrfx (mgr.14188) 7676 : cluster [DBG] pgmap v7195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:25 smithi136 bash[11745]: audit 2022-04-26T06:37:25.305301+0000 mon.smithi136 (mon.0) 4835 : audit [DBG] from='client.? 172.21.15.136:0/3665781345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:27 smithi145 bash[13673]: cluster 2022-04-26T06:37:26.291011+0000 mgr.smithi136.ofnrfx (mgr.14188) 7677 : cluster [DBG] pgmap v7196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:27 smithi136 bash[11745]: cluster 2022-04-26T06:37:26.291011+0000 mgr.smithi136.ofnrfx (mgr.14188) 7677 : cluster [DBG] pgmap v7196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:29 smithi145 bash[13673]: cluster 2022-04-26T06:37:28.291672+0000 mgr.smithi136.ofnrfx (mgr.14188) 7678 : cluster [DBG] pgmap v7197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:29 smithi136 bash[11745]: cluster 2022-04-26T06:37:28.291672+0000 mgr.smithi136.ofnrfx (mgr.14188) 7678 : cluster [DBG] pgmap v7197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:30.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:30.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:30.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:30.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:31.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:31 smithi145 bash[13673]: cluster 2022-04-26T06:37:30.292338+0000 mgr.smithi136.ofnrfx (mgr.14188) 7679 : cluster [DBG] pgmap v7198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:31.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:31 smithi145 bash[13673]: audit 2022-04-26T06:37:30.627621+0000 mon.smithi136 (mon.0) 4836 : audit [DBG] from='client.? 172.21.15.136:0/3353316743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:31 smithi136 bash[11745]: cluster 2022-04-26T06:37:30.292338+0000 mgr.smithi136.ofnrfx (mgr.14188) 7679 : cluster [DBG] pgmap v7198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:31 smithi136 bash[11745]: audit 2022-04-26T06:37:30.627621+0000 mon.smithi136 (mon.0) 4836 : audit [DBG] from='client.? 172.21.15.136:0/3353316743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:33 smithi145 bash[13673]: cluster 2022-04-26T06:37:32.292979+0000 mgr.smithi136.ofnrfx (mgr.14188) 7680 : cluster [DBG] pgmap v7199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:33 smithi136 bash[11745]: cluster 2022-04-26T06:37:32.292979+0000 mgr.smithi136.ofnrfx (mgr.14188) 7680 : cluster [DBG] pgmap v7199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:35.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:35.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:35.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:35 smithi145 bash[13673]: cluster 2022-04-26T06:37:34.293635+0000 mgr.smithi136.ofnrfx (mgr.14188) 7681 : cluster [DBG] pgmap v7200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:35.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:35 smithi136 bash[11745]: cluster 2022-04-26T06:37:34.293635+0000 mgr.smithi136.ofnrfx (mgr.14188) 7681 : cluster [DBG] pgmap v7200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:36 smithi145 bash[13673]: audit 2022-04-26T06:37:35.955737+0000 mon.smithi136 (mon.0) 4837 : audit [DBG] from='client.? 172.21.15.136:0/479212948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:36 smithi136 bash[11745]: audit 2022-04-26T06:37:35.955737+0000 mon.smithi136 (mon.0) 4837 : audit [DBG] from='client.? 172.21.15.136:0/479212948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:37 smithi145 bash[13673]: cluster 2022-04-26T06:37:36.294324+0000 mgr.smithi136.ofnrfx (mgr.14188) 7682 : cluster [DBG] pgmap v7201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:37 smithi136 bash[11745]: cluster 2022-04-26T06:37:36.294324+0000 mgr.smithi136.ofnrfx (mgr.14188) 7682 : cluster [DBG] pgmap v7201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:39 smithi145 bash[13673]: cluster 2022-04-26T06:37:38.294994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7683 : cluster [DBG] pgmap v7202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:39 smithi136 bash[11745]: cluster 2022-04-26T06:37:38.294994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7683 : cluster [DBG] pgmap v7202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:40.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:41.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:41.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:41.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:41 smithi145 bash[13673]: cluster 2022-04-26T06:37:40.295638+0000 mgr.smithi136.ofnrfx (mgr.14188) 7684 : cluster [DBG] pgmap v7203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:41 smithi145 bash[13673]: audit 2022-04-26T06:37:41.290256+0000 mon.smithi136 (mon.0) 4838 : audit [DBG] from='client.? 172.21.15.136:0/741498643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:41 smithi136 bash[11745]: cluster 2022-04-26T06:37:40.295638+0000 mgr.smithi136.ofnrfx (mgr.14188) 7684 : cluster [DBG] pgmap v7203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:41 smithi136 bash[11745]: audit 2022-04-26T06:37:41.290256+0000 mon.smithi136 (mon.0) 4838 : audit [DBG] from='client.? 172.21.15.136:0/741498643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:43 smithi145 bash[13673]: cluster 2022-04-26T06:37:42.296294+0000 mgr.smithi136.ofnrfx (mgr.14188) 7685 : cluster [DBG] pgmap v7204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:43 smithi136 bash[11745]: cluster 2022-04-26T06:37:42.296294+0000 mgr.smithi136.ofnrfx (mgr.14188) 7685 : cluster [DBG] pgmap v7204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:45.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:45 smithi145 bash[13673]: cluster 2022-04-26T06:37:44.296932+0000 mgr.smithi136.ofnrfx (mgr.14188) 7686 : cluster [DBG] pgmap v7205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:45 smithi136 bash[11745]: cluster 2022-04-26T06:37:44.296932+0000 mgr.smithi136.ofnrfx (mgr.14188) 7686 : cluster [DBG] pgmap v7205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:46.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:46.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:46.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:46.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:46 smithi136 bash[11745]: audit 2022-04-26T06:37:46.620484+0000 mon.smithi136 (mon.0) 4839 : audit [DBG] from='client.? 172.21.15.136:0/3144619942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:46 smithi145 bash[13673]: audit 2022-04-26T06:37:46.620484+0000 mon.smithi136 (mon.0) 4839 : audit [DBG] from='client.? 172.21.15.136:0/3144619942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:47 smithi136 bash[11745]: cluster 2022-04-26T06:37:46.297582+0000 mgr.smithi136.ofnrfx (mgr.14188) 7687 : cluster [DBG] pgmap v7206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:47 smithi145 bash[13673]: cluster 2022-04-26T06:37:46.297582+0000 mgr.smithi136.ofnrfx (mgr.14188) 7687 : cluster [DBG] pgmap v7206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:49 smithi136 bash[11745]: cluster 2022-04-26T06:37:48.298281+0000 mgr.smithi136.ofnrfx (mgr.14188) 7688 : cluster [DBG] pgmap v7207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:49 smithi145 bash[13673]: cluster 2022-04-26T06:37:48.298281+0000 mgr.smithi136.ofnrfx (mgr.14188) 7688 : cluster [DBG] pgmap v7207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:51.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:51.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:51.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:51.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:51 smithi136 bash[11745]: cluster 2022-04-26T06:37:50.298918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7689 : cluster [DBG] pgmap v7208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:51 smithi145 bash[13673]: cluster 2022-04-26T06:37:50.298918+0000 mgr.smithi136.ofnrfx (mgr.14188) 7689 : cluster [DBG] pgmap v7208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:52 smithi136 bash[11745]: audit 2022-04-26T06:37:51.940570+0000 mon.smithi136 (mon.0) 4840 : audit [DBG] from='client.? 172.21.15.136:0/3539417257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:52 smithi145 bash[13673]: audit 2022-04-26T06:37:51.940570+0000 mon.smithi136 (mon.0) 4840 : audit [DBG] from='client.? 172.21.15.136:0/3539417257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:53 smithi136 bash[11745]: cluster 2022-04-26T06:37:52.299618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7690 : cluster [DBG] pgmap v7209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:53 smithi145 bash[13673]: cluster 2022-04-26T06:37:52.299618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7690 : cluster [DBG] pgmap v7209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:55 smithi136 bash[11745]: cluster 2022-04-26T06:37:54.300285+0000 mgr.smithi136.ofnrfx (mgr.14188) 7691 : cluster [DBG] pgmap v7210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:55 smithi145 bash[13673]: cluster 2022-04-26T06:37:54.300285+0000 mgr.smithi136.ofnrfx (mgr.14188) 7691 : cluster [DBG] pgmap v7210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:56.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:37:56.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:37:56.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:37:57.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:37:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:57 smithi136 bash[11745]: cluster 2022-04-26T06:37:56.300949+0000 mgr.smithi136.ofnrfx (mgr.14188) 7692 : cluster [DBG] pgmap v7211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:58.087 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:57 smithi136 bash[11745]: audit 2022-04-26T06:37:57.266550+0000 mon.smithi136 (mon.0) 4841 : audit [DBG] from='client.? 172.21.15.136:0/2036143378' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:37:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:57 smithi145 bash[13673]: cluster 2022-04-26T06:37:56.300949+0000 mgr.smithi136.ofnrfx (mgr.14188) 7692 : cluster [DBG] pgmap v7211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:37:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:57 smithi145 bash[13673]: audit 2022-04-26T06:37:57.266550+0000 mon.smithi136 (mon.0) 4841 : audit [DBG] from='client.? 172.21.15.136:0/2036143378' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:37:59 smithi136 bash[11745]: cluster 2022-04-26T06:37:58.301589+0000 mgr.smithi136.ofnrfx (mgr.14188) 7693 : cluster [DBG] pgmap v7212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:37:59 smithi145 bash[13673]: cluster 2022-04-26T06:37:58.301589+0000 mgr.smithi136.ofnrfx (mgr.14188) 7693 : cluster [DBG] pgmap v7212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:01 smithi136 bash[11745]: cluster 2022-04-26T06:38:00.302247+0000 mgr.smithi136.ofnrfx (mgr.14188) 7694 : cluster [DBG] pgmap v7213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:01 smithi145 bash[13673]: cluster 2022-04-26T06:38:00.302247+0000 mgr.smithi136.ofnrfx (mgr.14188) 7694 : cluster [DBG] pgmap v7213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:02.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:02.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:02.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:02.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:03 smithi145 bash[13673]: cluster 2022-04-26T06:38:02.302921+0000 mgr.smithi136.ofnrfx (mgr.14188) 7695 : cluster [DBG] pgmap v7214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:03 smithi145 bash[13673]: audit 2022-04-26T06:38:02.597191+0000 mon.smithi136 (mon.0) 4842 : audit [DBG] from='client.? 172.21.15.136:0/723628795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:03 smithi145 bash[13673]: audit 2022-04-26T06:38:02.824020+0000 mon.smithi136 (mon.0) 4843 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:38:03.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:03 smithi145 bash[13673]: audit 2022-04-26T06:38:02.827872+0000 mon.smithi136 (mon.0) 4844 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:38:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:03 smithi136 bash[11745]: cluster 2022-04-26T06:38:02.302921+0000 mgr.smithi136.ofnrfx (mgr.14188) 7695 : cluster [DBG] pgmap v7214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:03 smithi136 bash[11745]: audit 2022-04-26T06:38:02.597191+0000 mon.smithi136 (mon.0) 4842 : audit [DBG] from='client.? 172.21.15.136:0/723628795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:03 smithi136 bash[11745]: audit 2022-04-26T06:38:02.824020+0000 mon.smithi136 (mon.0) 4843 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:38:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:03 smithi136 bash[11745]: audit 2022-04-26T06:38:02.827872+0000 mon.smithi136 (mon.0) 4844 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:38:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:05 smithi145 bash[13673]: cluster 2022-04-26T06:38:04.303578+0000 mgr.smithi136.ofnrfx (mgr.14188) 7696 : cluster [DBG] pgmap v7215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:05 smithi136 bash[11745]: cluster 2022-04-26T06:38:04.303578+0000 mgr.smithi136.ofnrfx (mgr.14188) 7696 : cluster [DBG] pgmap v7215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:07.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:07.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:07.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:07 smithi145 bash[13673]: cluster 2022-04-26T06:38:06.304219+0000 mgr.smithi136.ofnrfx (mgr.14188) 7697 : cluster [DBG] pgmap v7216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:07.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:07 smithi136 bash[11745]: cluster 2022-04-26T06:38:06.304219+0000 mgr.smithi136.ofnrfx (mgr.14188) 7697 : cluster [DBG] pgmap v7216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:08 smithi145 bash[13673]: audit 2022-04-26T06:38:07.922932+0000 mon.smithi136 (mon.0) 4845 : audit [DBG] from='client.? 172.21.15.136:0/1833334742' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:09.008 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:08 smithi136 bash[11745]: audit 2022-04-26T06:38:07.922932+0000 mon.smithi136 (mon.0) 4845 : audit [DBG] from='client.? 172.21.15.136:0/1833334742' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:09 smithi145 bash[13673]: cluster 2022-04-26T06:38:08.304919+0000 mgr.smithi136.ofnrfx (mgr.14188) 7698 : cluster [DBG] pgmap v7217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:09 smithi136 bash[11745]: cluster 2022-04-26T06:38:08.304919+0000 mgr.smithi136.ofnrfx (mgr.14188) 7698 : cluster [DBG] pgmap v7217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:11 smithi145 bash[13673]: cluster 2022-04-26T06:38:10.305657+0000 mgr.smithi136.ofnrfx (mgr.14188) 7699 : cluster [DBG] pgmap v7218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:11 smithi136 bash[11745]: cluster 2022-04-26T06:38:10.305657+0000 mgr.smithi136.ofnrfx (mgr.14188) 7699 : cluster [DBG] pgmap v7218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:12.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:12.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:12.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:13.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:13 smithi145 bash[13673]: cluster 2022-04-26T06:38:12.306348+0000 mgr.smithi136.ofnrfx (mgr.14188) 7700 : cluster [DBG] pgmap v7219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:13.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:13 smithi145 bash[13673]: audit 2022-04-26T06:38:13.254557+0000 mon.smithi136 (mon.0) 4846 : audit [DBG] from='client.? 172.21.15.136:0/1679693606' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:13 smithi136 bash[11745]: cluster 2022-04-26T06:38:12.306348+0000 mgr.smithi136.ofnrfx (mgr.14188) 7700 : cluster [DBG] pgmap v7219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:13 smithi136 bash[11745]: audit 2022-04-26T06:38:13.254557+0000 mon.smithi136 (mon.0) 4846 : audit [DBG] from='client.? 172.21.15.136:0/1679693606' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:15.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:15 smithi145 bash[13673]: cluster 2022-04-26T06:38:14.306977+0000 mgr.smithi136.ofnrfx (mgr.14188) 7701 : cluster [DBG] pgmap v7220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:15 smithi136 bash[11745]: cluster 2022-04-26T06:38:14.306977+0000 mgr.smithi136.ofnrfx (mgr.14188) 7701 : cluster [DBG] pgmap v7220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:17.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:17 smithi145 bash[13673]: cluster 2022-04-26T06:38:16.307648+0000 mgr.smithi136.ofnrfx (mgr.14188) 7702 : cluster [DBG] pgmap v7221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:17 smithi136 bash[11745]: cluster 2022-04-26T06:38:16.307648+0000 mgr.smithi136.ofnrfx (mgr.14188) 7702 : cluster [DBG] pgmap v7221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:18.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:18.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:18.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:18 smithi145 bash[13673]: audit 2022-04-26T06:38:18.311651+0000 mon.smithi136 (mon.0) 4847 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:38:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:18 smithi145 bash[13673]: audit 2022-04-26T06:38:18.314162+0000 mon.smithi136 (mon.0) 4848 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:38:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:18 smithi145 bash[13673]: audit 2022-04-26T06:38:18.315742+0000 mon.smithi136 (mon.0) 4849 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:38:18.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:18 smithi145 bash[13673]: audit 2022-04-26T06:38:18.581105+0000 mon.smithi136 (mon.0) 4850 : audit [DBG] from='client.? 172.21.15.136:0/995898890' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:19.008 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:18 smithi136 bash[11745]: audit 2022-04-26T06:38:18.311651+0000 mon.smithi136 (mon.0) 4847 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:38:19.009 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:18 smithi136 bash[11745]: audit 2022-04-26T06:38:18.314162+0000 mon.smithi136 (mon.0) 4848 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:38:19.009 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:18 smithi136 bash[11745]: audit 2022-04-26T06:38:18.315742+0000 mon.smithi136 (mon.0) 4849 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:38:19.009 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:18 smithi136 bash[11745]: audit 2022-04-26T06:38:18.581105+0000 mon.smithi136 (mon.0) 4850 : audit [DBG] from='client.? 172.21.15.136:0/995898890' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:19 smithi136 bash[11745]: cluster 2022-04-26T06:38:18.308290+0000 mgr.smithi136.ofnrfx (mgr.14188) 7703 : cluster [DBG] pgmap v7222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:19 smithi136 bash[11745]: cluster 2022-04-26T06:38:18.653285+0000 mgr.smithi136.ofnrfx (mgr.14188) 7704 : cluster [DBG] pgmap v7223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:19 smithi136 bash[11745]: cluster 2022-04-26T06:38:18.653840+0000 mgr.smithi136.ofnrfx (mgr.14188) 7705 : cluster [DBG] pgmap v7224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:19 smithi136 bash[11745]: audit 2022-04-26T06:38:18.660447+0000 mon.smithi136 (mon.0) 4851 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:38:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:19 smithi136 bash[11745]: audit 2022-04-26T06:38:18.669752+0000 mon.smithi136 (mon.0) 4852 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:38:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:19 smithi136 bash[11745]: cephadm 2022-04-26T06:38:18.670850+0000 mgr.smithi136.ofnrfx (mgr.14188) 7706 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:38:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:19 smithi136 bash[11745]: cephadm 2022-04-26T06:38:18.670985+0000 mgr.smithi136.ofnrfx (mgr.14188) 7707 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:38:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:19 smithi145 bash[13673]: cluster 2022-04-26T06:38:18.308290+0000 mgr.smithi136.ofnrfx (mgr.14188) 7703 : cluster [DBG] pgmap v7222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:19 smithi145 bash[13673]: cluster 2022-04-26T06:38:18.653285+0000 mgr.smithi136.ofnrfx (mgr.14188) 7704 : cluster [DBG] pgmap v7223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:19 smithi145 bash[13673]: cluster 2022-04-26T06:38:18.653840+0000 mgr.smithi136.ofnrfx (mgr.14188) 7705 : cluster [DBG] pgmap v7224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:19 smithi145 bash[13673]: audit 2022-04-26T06:38:18.660447+0000 mon.smithi136 (mon.0) 4851 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:38:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:19 smithi145 bash[13673]: audit 2022-04-26T06:38:18.669752+0000 mon.smithi136 (mon.0) 4852 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:38:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:19 smithi145 bash[13673]: cephadm 2022-04-26T06:38:18.670850+0000 mgr.smithi136.ofnrfx (mgr.14188) 7706 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:38:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:19 smithi145 bash[13673]: cephadm 2022-04-26T06:38:18.670985+0000 mgr.smithi136.ofnrfx (mgr.14188) 7707 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:38:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:21 smithi136 bash[11745]: cluster 2022-04-26T06:38:20.654535+0000 mgr.smithi136.ofnrfx (mgr.14188) 7708 : cluster [DBG] pgmap v7225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:21 smithi145 bash[13673]: cluster 2022-04-26T06:38:20.654535+0000 mgr.smithi136.ofnrfx (mgr.14188) 7708 : cluster [DBG] pgmap v7225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:23.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:23.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:23.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:23 smithi145 bash[13673]: cluster 2022-04-26T06:38:22.655213+0000 mgr.smithi136.ofnrfx (mgr.14188) 7709 : cluster [DBG] pgmap v7226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:23.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:23 smithi136 bash[11745]: cluster 2022-04-26T06:38:22.655213+0000 mgr.smithi136.ofnrfx (mgr.14188) 7709 : cluster [DBG] pgmap v7226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:24 smithi145 bash[13673]: audit 2022-04-26T06:38:23.912226+0000 mon.smithi136 (mon.0) 4853 : audit [DBG] from='client.? 172.21.15.136:0/3900411720' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:24 smithi136 bash[11745]: audit 2022-04-26T06:38:23.912226+0000 mon.smithi136 (mon.0) 4853 : audit [DBG] from='client.? 172.21.15.136:0/3900411720' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:25.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:25 smithi145 bash[13673]: cluster 2022-04-26T06:38:24.655915+0000 mgr.smithi136.ofnrfx (mgr.14188) 7710 : cluster [DBG] pgmap v7227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:25 smithi136 bash[11745]: cluster 2022-04-26T06:38:24.655915+0000 mgr.smithi136.ofnrfx (mgr.14188) 7710 : cluster [DBG] pgmap v7227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:27 smithi136 bash[11745]: cluster 2022-04-26T06:38:26.656599+0000 mgr.smithi136.ofnrfx (mgr.14188) 7711 : cluster [DBG] pgmap v7228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:27 smithi145 bash[13673]: cluster 2022-04-26T06:38:26.656599+0000 mgr.smithi136.ofnrfx (mgr.14188) 7711 : cluster [DBG] pgmap v7228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:28.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:28.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:28.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:29.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:29 smithi136 bash[11745]: cluster 2022-04-26T06:38:28.657241+0000 mgr.smithi136.ofnrfx (mgr.14188) 7712 : cluster [DBG] pgmap v7229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:29 smithi136 bash[11745]: audit 2022-04-26T06:38:29.240353+0000 mon.smithi136 (mon.0) 4854 : audit [DBG] from='client.? 172.21.15.136:0/715833242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:29 smithi145 bash[13673]: cluster 2022-04-26T06:38:28.657241+0000 mgr.smithi136.ofnrfx (mgr.14188) 7712 : cluster [DBG] pgmap v7229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:29 smithi145 bash[13673]: audit 2022-04-26T06:38:29.240353+0000 mon.smithi136 (mon.0) 4854 : audit [DBG] from='client.? 172.21.15.136:0/715833242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:31 smithi136 bash[11745]: cluster 2022-04-26T06:38:30.657860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7713 : cluster [DBG] pgmap v7230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:31 smithi145 bash[13673]: cluster 2022-04-26T06:38:30.657860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7713 : cluster [DBG] pgmap v7230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:33 smithi145 bash[13673]: cluster 2022-04-26T06:38:32.658512+0000 mgr.smithi136.ofnrfx (mgr.14188) 7714 : cluster [DBG] pgmap v7231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:33 smithi136 bash[11745]: cluster 2022-04-26T06:38:32.658512+0000 mgr.smithi136.ofnrfx (mgr.14188) 7714 : cluster [DBG] pgmap v7231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:34.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:34.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:34.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:34.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:34 smithi145 bash[13673]: audit 2022-04-26T06:38:34.568658+0000 mon.smithi136 (mon.0) 4855 : audit [DBG] from='client.? 172.21.15.136:0/161688851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:34 smithi136 bash[11745]: audit 2022-04-26T06:38:34.568658+0000 mon.smithi136 (mon.0) 4855 : audit [DBG] from='client.? 172.21.15.136:0/161688851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:35 smithi145 bash[13673]: cluster 2022-04-26T06:38:34.659141+0000 mgr.smithi136.ofnrfx (mgr.14188) 7715 : cluster [DBG] pgmap v7232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:35 smithi136 bash[11745]: cluster 2022-04-26T06:38:34.659141+0000 mgr.smithi136.ofnrfx (mgr.14188) 7715 : cluster [DBG] pgmap v7232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:37 smithi136 bash[11745]: cluster 2022-04-26T06:38:36.659799+0000 mgr.smithi136.ofnrfx (mgr.14188) 7716 : cluster [DBG] pgmap v7233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:37 smithi145 bash[13673]: cluster 2022-04-26T06:38:36.659799+0000 mgr.smithi136.ofnrfx (mgr.14188) 7716 : cluster [DBG] pgmap v7233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:39.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:39.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:39.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:39 smithi136 bash[11745]: cluster 2022-04-26T06:38:38.660416+0000 mgr.smithi136.ofnrfx (mgr.14188) 7717 : cluster [DBG] pgmap v7234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:39 smithi145 bash[13673]: cluster 2022-04-26T06:38:38.660416+0000 mgr.smithi136.ofnrfx (mgr.14188) 7717 : cluster [DBG] pgmap v7234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:40 smithi136 bash[11745]: audit 2022-04-26T06:38:39.899967+0000 mon.smithi136 (mon.0) 4856 : audit [DBG] from='client.? 172.21.15.136:0/3591559366' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:40 smithi145 bash[13673]: audit 2022-04-26T06:38:39.899967+0000 mon.smithi136 (mon.0) 4856 : audit [DBG] from='client.? 172.21.15.136:0/3591559366' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:41 smithi136 bash[11745]: cluster 2022-04-26T06:38:40.661055+0000 mgr.smithi136.ofnrfx (mgr.14188) 7718 : cluster [DBG] pgmap v7235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:41 smithi145 bash[13673]: cluster 2022-04-26T06:38:40.661055+0000 mgr.smithi136.ofnrfx (mgr.14188) 7718 : cluster [DBG] pgmap v7235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:43 smithi145 bash[13673]: cluster 2022-04-26T06:38:42.661726+0000 mgr.smithi136.ofnrfx (mgr.14188) 7719 : cluster [DBG] pgmap v7236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:43 smithi136 bash[11745]: cluster 2022-04-26T06:38:42.661726+0000 mgr.smithi136.ofnrfx (mgr.14188) 7719 : cluster [DBG] pgmap v7236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:44.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:44.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:44.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:45.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:45 smithi136 bash[11745]: cluster 2022-04-26T06:38:44.662357+0000 mgr.smithi136.ofnrfx (mgr.14188) 7720 : cluster [DBG] pgmap v7237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:45 smithi136 bash[11745]: audit 2022-04-26T06:38:45.226690+0000 mon.smithi136 (mon.0) 4857 : audit [DBG] from='client.? 172.21.15.136:0/3157749722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:45 smithi145 bash[13673]: cluster 2022-04-26T06:38:44.662357+0000 mgr.smithi136.ofnrfx (mgr.14188) 7720 : cluster [DBG] pgmap v7237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:46.181 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:45 smithi145 bash[13673]: audit 2022-04-26T06:38:45.226690+0000 mon.smithi136 (mon.0) 4857 : audit [DBG] from='client.? 172.21.15.136:0/3157749722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:47 smithi136 bash[11745]: cluster 2022-04-26T06:38:46.662990+0000 mgr.smithi136.ofnrfx (mgr.14188) 7721 : cluster [DBG] pgmap v7238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:47 smithi145 bash[13673]: cluster 2022-04-26T06:38:46.662990+0000 mgr.smithi136.ofnrfx (mgr.14188) 7721 : cluster [DBG] pgmap v7238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:49 smithi136 bash[11745]: cluster 2022-04-26T06:38:48.663629+0000 mgr.smithi136.ofnrfx (mgr.14188) 7722 : cluster [DBG] pgmap v7239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:49 smithi145 bash[13673]: cluster 2022-04-26T06:38:48.663629+0000 mgr.smithi136.ofnrfx (mgr.14188) 7722 : cluster [DBG] pgmap v7239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:50.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:50.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:50.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:50.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:50 smithi136 bash[11745]: audit 2022-04-26T06:38:50.560763+0000 mon.smithi136 (mon.0) 4858 : audit [DBG] from='client.? 172.21.15.136:0/2430498729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:50 smithi145 bash[13673]: audit 2022-04-26T06:38:50.560763+0000 mon.smithi136 (mon.0) 4858 : audit [DBG] from='client.? 172.21.15.136:0/2430498729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:51 smithi136 bash[11745]: cluster 2022-04-26T06:38:50.664268+0000 mgr.smithi136.ofnrfx (mgr.14188) 7723 : cluster [DBG] pgmap v7240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:51 smithi145 bash[13673]: cluster 2022-04-26T06:38:50.664268+0000 mgr.smithi136.ofnrfx (mgr.14188) 7723 : cluster [DBG] pgmap v7240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:53 smithi145 bash[13673]: cluster 2022-04-26T06:38:52.664882+0000 mgr.smithi136.ofnrfx (mgr.14188) 7724 : cluster [DBG] pgmap v7241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:53 smithi136 bash[11745]: cluster 2022-04-26T06:38:52.664882+0000 mgr.smithi136.ofnrfx (mgr.14188) 7724 : cluster [DBG] pgmap v7241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:55.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:38:55.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:38:55.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:38:55.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:38:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:55 smithi136 bash[11745]: cluster 2022-04-26T06:38:54.665483+0000 mgr.smithi136.ofnrfx (mgr.14188) 7725 : cluster [DBG] pgmap v7242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:55 smithi145 bash[13673]: cluster 2022-04-26T06:38:54.665483+0000 mgr.smithi136.ofnrfx (mgr.14188) 7725 : cluster [DBG] pgmap v7242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:56 smithi136 bash[11745]: audit 2022-04-26T06:38:55.885223+0000 mon.smithi136 (mon.0) 4859 : audit [DBG] from='client.? 172.21.15.136:0/1547865902' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:56 smithi145 bash[13673]: audit 2022-04-26T06:38:55.885223+0000 mon.smithi136 (mon.0) 4859 : audit [DBG] from='client.? 172.21.15.136:0/1547865902' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:38:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:57 smithi136 bash[11745]: cluster 2022-04-26T06:38:56.666137+0000 mgr.smithi136.ofnrfx (mgr.14188) 7726 : cluster [DBG] pgmap v7243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:38:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:57 smithi145 bash[13673]: cluster 2022-04-26T06:38:56.666137+0000 mgr.smithi136.ofnrfx (mgr.14188) 7726 : cluster [DBG] pgmap v7243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:38:59 smithi136 bash[11745]: cluster 2022-04-26T06:38:58.666724+0000 mgr.smithi136.ofnrfx (mgr.14188) 7727 : cluster [DBG] pgmap v7244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:38:59 smithi145 bash[13673]: cluster 2022-04-26T06:38:58.666724+0000 mgr.smithi136.ofnrfx (mgr.14188) 7727 : cluster [DBG] pgmap v7244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:00.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:00.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:00.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:01.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:01 smithi136 bash[11745]: cluster 2022-04-26T06:39:00.667338+0000 mgr.smithi136.ofnrfx (mgr.14188) 7728 : cluster [DBG] pgmap v7245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:02.099 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:01 smithi136 bash[11745]: audit 2022-04-26T06:39:01.212130+0000 mon.smithi136 (mon.0) 4860 : audit [DBG] from='client.? 172.21.15.136:0/1329942691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:01 smithi145 bash[13673]: cluster 2022-04-26T06:39:00.667338+0000 mgr.smithi136.ofnrfx (mgr.14188) 7728 : cluster [DBG] pgmap v7245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:01 smithi145 bash[13673]: audit 2022-04-26T06:39:01.212130+0000 mon.smithi136 (mon.0) 4860 : audit [DBG] from='client.? 172.21.15.136:0/1329942691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:03 smithi145 bash[13673]: cluster 2022-04-26T06:39:02.667997+0000 mgr.smithi136.ofnrfx (mgr.14188) 7729 : cluster [DBG] pgmap v7246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:03 smithi145 bash[13673]: audit 2022-04-26T06:39:02.828088+0000 mon.smithi136 (mon.0) 4861 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:39:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:03 smithi145 bash[13673]: audit 2022-04-26T06:39:02.831782+0000 mon.smithi136 (mon.0) 4862 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:39:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:03 smithi136 bash[11745]: cluster 2022-04-26T06:39:02.667997+0000 mgr.smithi136.ofnrfx (mgr.14188) 7729 : cluster [DBG] pgmap v7246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:03 smithi136 bash[11745]: audit 2022-04-26T06:39:02.828088+0000 mon.smithi136 (mon.0) 4861 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:39:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:03 smithi136 bash[11745]: audit 2022-04-26T06:39:02.831782+0000 mon.smithi136 (mon.0) 4862 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:39:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:05 smithi136 bash[11745]: cluster 2022-04-26T06:39:04.668595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7730 : cluster [DBG] pgmap v7247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:05 smithi145 bash[13673]: cluster 2022-04-26T06:39:04.668595+0000 mgr.smithi136.ofnrfx (mgr.14188) 7730 : cluster [DBG] pgmap v7247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:06.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:06.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:06.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:06.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:06 smithi136 bash[11745]: audit 2022-04-26T06:39:06.542954+0000 mon.smithi136 (mon.0) 4863 : audit [DBG] from='client.? 172.21.15.136:0/53550534' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:06 smithi145 bash[13673]: audit 2022-04-26T06:39:06.542954+0000 mon.smithi136 (mon.0) 4863 : audit [DBG] from='client.? 172.21.15.136:0/53550534' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:07 smithi136 bash[11745]: cluster 2022-04-26T06:39:06.669230+0000 mgr.smithi136.ofnrfx (mgr.14188) 7731 : cluster [DBG] pgmap v7248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:07 smithi145 bash[13673]: cluster 2022-04-26T06:39:06.669230+0000 mgr.smithi136.ofnrfx (mgr.14188) 7731 : cluster [DBG] pgmap v7248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:09 smithi136 bash[11745]: cluster 2022-04-26T06:39:08.669812+0000 mgr.smithi136.ofnrfx (mgr.14188) 7732 : cluster [DBG] pgmap v7249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:09 smithi145 bash[13673]: cluster 2022-04-26T06:39:08.669812+0000 mgr.smithi136.ofnrfx (mgr.14188) 7732 : cluster [DBG] pgmap v7249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:11.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:11.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:11.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:11.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:11 smithi136 bash[11745]: cluster 2022-04-26T06:39:10.670448+0000 mgr.smithi136.ofnrfx (mgr.14188) 7733 : cluster [DBG] pgmap v7250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:11 smithi145 bash[13673]: cluster 2022-04-26T06:39:10.670448+0000 mgr.smithi136.ofnrfx (mgr.14188) 7733 : cluster [DBG] pgmap v7250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:12 smithi136 bash[11745]: audit 2022-04-26T06:39:11.865972+0000 mon.smithi136 (mon.0) 4864 : audit [DBG] from='client.? 172.21.15.136:0/389150495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:12 smithi145 bash[13673]: audit 2022-04-26T06:39:11.865972+0000 mon.smithi136 (mon.0) 4864 : audit [DBG] from='client.? 172.21.15.136:0/389150495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:13 smithi136 bash[11745]: cluster 2022-04-26T06:39:12.671088+0000 mgr.smithi136.ofnrfx (mgr.14188) 7734 : cluster [DBG] pgmap v7251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:13 smithi145 bash[13673]: cluster 2022-04-26T06:39:12.671088+0000 mgr.smithi136.ofnrfx (mgr.14188) 7734 : cluster [DBG] pgmap v7251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:15 smithi136 bash[11745]: cluster 2022-04-26T06:39:14.671716+0000 mgr.smithi136.ofnrfx (mgr.14188) 7735 : cluster [DBG] pgmap v7252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:15 smithi145 bash[13673]: cluster 2022-04-26T06:39:14.671716+0000 mgr.smithi136.ofnrfx (mgr.14188) 7735 : cluster [DBG] pgmap v7252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:16.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:16.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:16.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:17.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:17 smithi136 bash[11745]: cluster 2022-04-26T06:39:16.672332+0000 mgr.smithi136.ofnrfx (mgr.14188) 7736 : cluster [DBG] pgmap v7253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:17 smithi136 bash[11745]: audit 2022-04-26T06:39:17.194543+0000 mon.smithi136 (mon.0) 4865 : audit [DBG] from='client.? 172.21.15.136:0/3451012275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:17 smithi145 bash[13673]: cluster 2022-04-26T06:39:16.672332+0000 mgr.smithi136.ofnrfx (mgr.14188) 7736 : cluster [DBG] pgmap v7253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:17 smithi145 bash[13673]: audit 2022-04-26T06:39:17.194543+0000 mon.smithi136 (mon.0) 4865 : audit [DBG] from='client.? 172.21.15.136:0/3451012275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:18 smithi136 bash[11745]: audit 2022-04-26T06:39:18.681985+0000 mon.smithi136 (mon.0) 4866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:39:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:18 smithi136 bash[11745]: audit 2022-04-26T06:39:18.684596+0000 mon.smithi136 (mon.0) 4867 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:39:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:18 smithi136 bash[11745]: audit 2022-04-26T06:39:18.686282+0000 mon.smithi136 (mon.0) 4868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:39:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:18 smithi145 bash[13673]: audit 2022-04-26T06:39:18.681985+0000 mon.smithi136 (mon.0) 4866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:39:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:18 smithi145 bash[13673]: audit 2022-04-26T06:39:18.684596+0000 mon.smithi136 (mon.0) 4867 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:39:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:18 smithi145 bash[13673]: audit 2022-04-26T06:39:18.686282+0000 mon.smithi136 (mon.0) 4868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:39:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:19 smithi136 bash[11745]: cluster 2022-04-26T06:39:18.672927+0000 mgr.smithi136.ofnrfx (mgr.14188) 7737 : cluster [DBG] pgmap v7254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:19 smithi136 bash[11745]: audit 2022-04-26T06:39:18.993764+0000 mon.smithi136 (mon.0) 4869 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:39:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:19 smithi136 bash[11745]: audit 2022-04-26T06:39:19.334437+0000 mon.smithi136 (mon.0) 4870 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:39:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:19 smithi136 bash[11745]: audit 2022-04-26T06:39:19.344372+0000 mon.smithi136 (mon.0) 4871 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:39:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:19 smithi145 bash[13673]: cluster 2022-04-26T06:39:18.672927+0000 mgr.smithi136.ofnrfx (mgr.14188) 7737 : cluster [DBG] pgmap v7254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:19 smithi145 bash[13673]: audit 2022-04-26T06:39:18.993764+0000 mon.smithi136 (mon.0) 4869 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:39:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:19 smithi145 bash[13673]: audit 2022-04-26T06:39:19.334437+0000 mon.smithi136 (mon.0) 4870 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:39:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:19 smithi145 bash[13673]: audit 2022-04-26T06:39:19.344372+0000 mon.smithi136 (mon.0) 4871 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:39:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:20 smithi136 bash[11745]: cluster 2022-04-26T06:39:19.328402+0000 mgr.smithi136.ofnrfx (mgr.14188) 7738 : cluster [DBG] pgmap v7255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:20 smithi136 bash[11745]: cluster 2022-04-26T06:39:19.328789+0000 mgr.smithi136.ofnrfx (mgr.14188) 7739 : cluster [DBG] pgmap v7256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:20 smithi136 bash[11745]: cephadm 2022-04-26T06:39:19.345898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7740 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:39:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:20 smithi136 bash[11745]: cephadm 2022-04-26T06:39:19.346060+0000 mgr.smithi136.ofnrfx (mgr.14188) 7741 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:39:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:20 smithi145 bash[13673]: cluster 2022-04-26T06:39:19.328402+0000 mgr.smithi136.ofnrfx (mgr.14188) 7738 : cluster [DBG] pgmap v7255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:20 smithi145 bash[13673]: cluster 2022-04-26T06:39:19.328789+0000 mgr.smithi136.ofnrfx (mgr.14188) 7739 : cluster [DBG] pgmap v7256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:20 smithi145 bash[13673]: cephadm 2022-04-26T06:39:19.345898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7740 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:39:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:20 smithi145 bash[13673]: cephadm 2022-04-26T06:39:19.346060+0000 mgr.smithi136.ofnrfx (mgr.14188) 7741 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:39:22.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:22.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:22.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:22.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:22 smithi136 bash[11745]: cluster 2022-04-26T06:39:21.329353+0000 mgr.smithi136.ofnrfx (mgr.14188) 7742 : cluster [DBG] pgmap v7257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:22 smithi136 bash[11745]: audit 2022-04-26T06:39:22.527236+0000 mon.smithi136 (mon.0) 4872 : audit [DBG] from='client.? 172.21.15.136:0/2377439879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:22 smithi145 bash[13673]: cluster 2022-04-26T06:39:21.329353+0000 mgr.smithi136.ofnrfx (mgr.14188) 7742 : cluster [DBG] pgmap v7257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:23.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:22 smithi145 bash[13673]: audit 2022-04-26T06:39:22.527236+0000 mon.smithi136 (mon.0) 4872 : audit [DBG] from='client.? 172.21.15.136:0/2377439879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:24 smithi136 bash[11745]: cluster 2022-04-26T06:39:23.330112+0000 mgr.smithi136.ofnrfx (mgr.14188) 7743 : cluster [DBG] pgmap v7258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:24 smithi145 bash[13673]: cluster 2022-04-26T06:39:23.330112+0000 mgr.smithi136.ofnrfx (mgr.14188) 7743 : cluster [DBG] pgmap v7258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:26 smithi136 bash[11745]: cluster 2022-04-26T06:39:25.330816+0000 mgr.smithi136.ofnrfx (mgr.14188) 7744 : cluster [DBG] pgmap v7259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:26 smithi145 bash[13673]: cluster 2022-04-26T06:39:25.330816+0000 mgr.smithi136.ofnrfx (mgr.14188) 7744 : cluster [DBG] pgmap v7259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:27.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:27.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:27.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:27.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:28 smithi136 bash[11745]: cluster 2022-04-26T06:39:27.331454+0000 mgr.smithi136.ofnrfx (mgr.14188) 7745 : cluster [DBG] pgmap v7260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:28 smithi136 bash[11745]: audit 2022-04-26T06:39:27.862124+0000 mon.smithi136 (mon.0) 4873 : audit [DBG] from='client.? 172.21.15.136:0/4152391701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:28 smithi145 bash[13673]: cluster 2022-04-26T06:39:27.331454+0000 mgr.smithi136.ofnrfx (mgr.14188) 7745 : cluster [DBG] pgmap v7260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:28 smithi145 bash[13673]: audit 2022-04-26T06:39:27.862124+0000 mon.smithi136 (mon.0) 4873 : audit [DBG] from='client.? 172.21.15.136:0/4152391701' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:29 smithi136 bash[11745]: cluster 2022-04-26T06:39:29.332150+0000 mgr.smithi136.ofnrfx (mgr.14188) 7746 : cluster [DBG] pgmap v7261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:29 smithi145 bash[13673]: cluster 2022-04-26T06:39:29.332150+0000 mgr.smithi136.ofnrfx (mgr.14188) 7746 : cluster [DBG] pgmap v7261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:32 smithi145 bash[13673]: cluster 2022-04-26T06:39:31.332836+0000 mgr.smithi136.ofnrfx (mgr.14188) 7747 : cluster [DBG] pgmap v7262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:32 smithi136 bash[11745]: cluster 2022-04-26T06:39:31.332836+0000 mgr.smithi136.ofnrfx (mgr.14188) 7747 : cluster [DBG] pgmap v7262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:32.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:32.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:32.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:33.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:33 smithi145 bash[13673]: audit 2022-04-26T06:39:33.189221+0000 mon.smithi136 (mon.0) 4874 : audit [DBG] from='client.? 172.21.15.136:0/4004982726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:33 smithi136 bash[11745]: audit 2022-04-26T06:39:33.189221+0000 mon.smithi136 (mon.0) 4874 : audit [DBG] from='client.? 172.21.15.136:0/4004982726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:34.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:34 smithi145 bash[13673]: cluster 2022-04-26T06:39:33.333465+0000 mgr.smithi136.ofnrfx (mgr.14188) 7748 : cluster [DBG] pgmap v7263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:34 smithi136 bash[11745]: cluster 2022-04-26T06:39:33.333465+0000 mgr.smithi136.ofnrfx (mgr.14188) 7748 : cluster [DBG] pgmap v7263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:36 smithi145 bash[13673]: cluster 2022-04-26T06:39:35.334109+0000 mgr.smithi136.ofnrfx (mgr.14188) 7749 : cluster [DBG] pgmap v7264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:36 smithi136 bash[11745]: cluster 2022-04-26T06:39:35.334109+0000 mgr.smithi136.ofnrfx (mgr.14188) 7749 : cluster [DBG] pgmap v7264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:38.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:38.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:38.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:38.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:38 smithi145 bash[13673]: cluster 2022-04-26T06:39:37.334791+0000 mgr.smithi136.ofnrfx (mgr.14188) 7750 : cluster [DBG] pgmap v7265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:38.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:38 smithi145 bash[13673]: audit 2022-04-26T06:39:38.518155+0000 mon.smithi136 (mon.0) 4875 : audit [DBG] from='client.? 172.21.15.136:0/3364792267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:39.011 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:38 smithi136 bash[11745]: cluster 2022-04-26T06:39:37.334791+0000 mgr.smithi136.ofnrfx (mgr.14188) 7750 : cluster [DBG] pgmap v7265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:39.012 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:38 smithi136 bash[11745]: audit 2022-04-26T06:39:38.518155+0000 mon.smithi136 (mon.0) 4875 : audit [DBG] from='client.? 172.21.15.136:0/3364792267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:40 smithi136 bash[11745]: cluster 2022-04-26T06:39:39.335446+0000 mgr.smithi136.ofnrfx (mgr.14188) 7751 : cluster [DBG] pgmap v7266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:40.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:40 smithi145 bash[13673]: cluster 2022-04-26T06:39:39.335446+0000 mgr.smithi136.ofnrfx (mgr.14188) 7751 : cluster [DBG] pgmap v7266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:42.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:42 smithi145 bash[13673]: cluster 2022-04-26T06:39:41.336185+0000 mgr.smithi136.ofnrfx (mgr.14188) 7752 : cluster [DBG] pgmap v7267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:42 smithi136 bash[11745]: cluster 2022-04-26T06:39:41.336185+0000 mgr.smithi136.ofnrfx (mgr.14188) 7752 : cluster [DBG] pgmap v7267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:43.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:43.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:43.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:43.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:44 smithi145 bash[13673]: cluster 2022-04-26T06:39:43.336825+0000 mgr.smithi136.ofnrfx (mgr.14188) 7753 : cluster [DBG] pgmap v7268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:44 smithi145 bash[13673]: audit 2022-04-26T06:39:43.847536+0000 mon.smithi136 (mon.0) 4876 : audit [DBG] from='client.? 172.21.15.136:0/1970526102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:44 smithi136 bash[11745]: cluster 2022-04-26T06:39:43.336825+0000 mgr.smithi136.ofnrfx (mgr.14188) 7753 : cluster [DBG] pgmap v7268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:44 smithi136 bash[11745]: audit 2022-04-26T06:39:43.847536+0000 mon.smithi136 (mon.0) 4876 : audit [DBG] from='client.? 172.21.15.136:0/1970526102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:46.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:46 smithi145 bash[13673]: cluster 2022-04-26T06:39:45.337464+0000 mgr.smithi136.ofnrfx (mgr.14188) 7754 : cluster [DBG] pgmap v7269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:46 smithi136 bash[11745]: cluster 2022-04-26T06:39:45.337464+0000 mgr.smithi136.ofnrfx (mgr.14188) 7754 : cluster [DBG] pgmap v7269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:48 smithi145 bash[13673]: cluster 2022-04-26T06:39:47.338098+0000 mgr.smithi136.ofnrfx (mgr.14188) 7755 : cluster [DBG] pgmap v7270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:49.009 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:48 smithi136 bash[11745]: cluster 2022-04-26T06:39:47.338098+0000 mgr.smithi136.ofnrfx (mgr.14188) 7755 : cluster [DBG] pgmap v7270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:49.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:49.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:49 smithi145 bash[13673]: audit 2022-04-26T06:39:49.170654+0000 mon.smithi136 (mon.0) 4877 : audit [DBG] from='client.? 172.21.15.136:0/3401668175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:49 smithi136 bash[11745]: audit 2022-04-26T06:39:49.170654+0000 mon.smithi136 (mon.0) 4877 : audit [DBG] from='client.? 172.21.15.136:0/3401668175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:50 smithi136 bash[11745]: cluster 2022-04-26T06:39:49.338754+0000 mgr.smithi136.ofnrfx (mgr.14188) 7756 : cluster [DBG] pgmap v7271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:50 smithi145 bash[13673]: cluster 2022-04-26T06:39:49.338754+0000 mgr.smithi136.ofnrfx (mgr.14188) 7756 : cluster [DBG] pgmap v7271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:52 smithi136 bash[11745]: cluster 2022-04-26T06:39:51.339376+0000 mgr.smithi136.ofnrfx (mgr.14188) 7757 : cluster [DBG] pgmap v7272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:52 smithi145 bash[13673]: cluster 2022-04-26T06:39:51.339376+0000 mgr.smithi136.ofnrfx (mgr.14188) 7757 : cluster [DBG] pgmap v7272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:54.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:54.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:54.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:54.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:39:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:54 smithi136 bash[11745]: cluster 2022-04-26T06:39:53.340149+0000 mgr.smithi136.ofnrfx (mgr.14188) 7758 : cluster [DBG] pgmap v7273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:54 smithi136 bash[11745]: audit 2022-04-26T06:39:54.498076+0000 mon.smithi136 (mon.0) 4878 : audit [DBG] from='client.? 172.21.15.136:0/3700920721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:54 smithi145 bash[13673]: cluster 2022-04-26T06:39:53.340149+0000 mgr.smithi136.ofnrfx (mgr.14188) 7758 : cluster [DBG] pgmap v7273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:55.212 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:54 smithi145 bash[13673]: audit 2022-04-26T06:39:54.498076+0000 mon.smithi136 (mon.0) 4878 : audit [DBG] from='client.? 172.21.15.136:0/3700920721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:39:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:56 smithi136 bash[11745]: cluster 2022-04-26T06:39:55.340860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7759 : cluster [DBG] pgmap v7274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:56 smithi145 bash[13673]: cluster 2022-04-26T06:39:55.340860+0000 mgr.smithi136.ofnrfx (mgr.14188) 7759 : cluster [DBG] pgmap v7274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:59.011 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:39:58 smithi136 bash[11745]: cluster 2022-04-26T06:39:57.341528+0000 mgr.smithi136.ofnrfx (mgr.14188) 7760 : cluster [DBG] pgmap v7275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:39:58 smithi145 bash[13673]: cluster 2022-04-26T06:39:57.341528+0000 mgr.smithi136.ofnrfx (mgr.14188) 7760 : cluster [DBG] pgmap v7275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:39:59.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:39:59.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:39:59.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:39:59.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:00 smithi136 bash[11745]: cluster 2022-04-26T06:39:59.342174+0000 mgr.smithi136.ofnrfx (mgr.14188) 7761 : cluster [DBG] pgmap v7276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:00 smithi136 bash[11745]: audit 2022-04-26T06:39:59.829859+0000 mon.smithi136 (mon.0) 4879 : audit [DBG] from='client.? 172.21.15.136:0/4214964722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:00 smithi136 bash[11745]: cluster 2022-04-26T06:40:00.000162+0000 mon.smithi136 (mon.0) 4880 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:40:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:00 smithi145 bash[13673]: cluster 2022-04-26T06:39:59.342174+0000 mgr.smithi136.ofnrfx (mgr.14188) 7761 : cluster [DBG] pgmap v7276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:00 smithi145 bash[13673]: audit 2022-04-26T06:39:59.829859+0000 mon.smithi136 (mon.0) 4879 : audit [DBG] from='client.? 172.21.15.136:0/4214964722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:00 smithi145 bash[13673]: cluster 2022-04-26T06:40:00.000162+0000 mon.smithi136 (mon.0) 4880 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:40:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:02 smithi136 bash[11745]: cluster 2022-04-26T06:40:01.342790+0000 mgr.smithi136.ofnrfx (mgr.14188) 7762 : cluster [DBG] pgmap v7277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:02 smithi145 bash[13673]: cluster 2022-04-26T06:40:01.342790+0000 mgr.smithi136.ofnrfx (mgr.14188) 7762 : cluster [DBG] pgmap v7277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:03 smithi136 bash[11745]: audit 2022-04-26T06:40:02.832264+0000 mon.smithi136 (mon.0) 4881 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:40:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:03 smithi136 bash[11745]: audit 2022-04-26T06:40:02.836014+0000 mon.smithi136 (mon.0) 4882 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:40:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:03 smithi145 bash[13673]: audit 2022-04-26T06:40:02.832264+0000 mon.smithi136 (mon.0) 4881 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:40:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:03 smithi145 bash[13673]: audit 2022-04-26T06:40:02.836014+0000 mon.smithi136 (mon.0) 4882 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:40:04.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:04.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:04.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:04 smithi136 bash[11745]: cluster 2022-04-26T06:40:03.343432+0000 mgr.smithi136.ofnrfx (mgr.14188) 7763 : cluster [DBG] pgmap v7278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:04 smithi145 bash[13673]: cluster 2022-04-26T06:40:03.343432+0000 mgr.smithi136.ofnrfx (mgr.14188) 7763 : cluster [DBG] pgmap v7278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:05.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:05 smithi136 bash[11745]: audit 2022-04-26T06:40:05.160725+0000 mon.smithi136 (mon.0) 4883 : audit [DBG] from='client.? 172.21.15.136:0/3764125794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:05 smithi145 bash[13673]: audit 2022-04-26T06:40:05.160725+0000 mon.smithi136 (mon.0) 4883 : audit [DBG] from='client.? 172.21.15.136:0/3764125794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:06 smithi136 bash[11745]: cluster 2022-04-26T06:40:05.344067+0000 mgr.smithi136.ofnrfx (mgr.14188) 7764 : cluster [DBG] pgmap v7279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:06 smithi145 bash[13673]: cluster 2022-04-26T06:40:05.344067+0000 mgr.smithi136.ofnrfx (mgr.14188) 7764 : cluster [DBG] pgmap v7279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:09.011 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:08 smithi136 bash[11745]: cluster 2022-04-26T06:40:07.344697+0000 mgr.smithi136.ofnrfx (mgr.14188) 7765 : cluster [DBG] pgmap v7280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:08 smithi145 bash[13673]: cluster 2022-04-26T06:40:07.344697+0000 mgr.smithi136.ofnrfx (mgr.14188) 7765 : cluster [DBG] pgmap v7280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:10.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:10.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:10.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:10.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:10 smithi136 bash[11745]: cluster 2022-04-26T06:40:09.345381+0000 mgr.smithi136.ofnrfx (mgr.14188) 7766 : cluster [DBG] pgmap v7281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:10 smithi136 bash[11745]: audit 2022-04-26T06:40:10.485426+0000 mon.smithi136 (mon.0) 4884 : audit [DBG] from='client.? 172.21.15.136:0/3284412827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:10 smithi145 bash[13673]: cluster 2022-04-26T06:40:09.345381+0000 mgr.smithi136.ofnrfx (mgr.14188) 7766 : cluster [DBG] pgmap v7281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:10 smithi145 bash[13673]: audit 2022-04-26T06:40:10.485426+0000 mon.smithi136 (mon.0) 4884 : audit [DBG] from='client.? 172.21.15.136:0/3284412827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:12 smithi136 bash[11745]: cluster 2022-04-26T06:40:11.346123+0000 mgr.smithi136.ofnrfx (mgr.14188) 7767 : cluster [DBG] pgmap v7282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:12 smithi145 bash[13673]: cluster 2022-04-26T06:40:11.346123+0000 mgr.smithi136.ofnrfx (mgr.14188) 7767 : cluster [DBG] pgmap v7282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:14 smithi136 bash[11745]: cluster 2022-04-26T06:40:13.346745+0000 mgr.smithi136.ofnrfx (mgr.14188) 7768 : cluster [DBG] pgmap v7283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:14 smithi145 bash[13673]: cluster 2022-04-26T06:40:13.346745+0000 mgr.smithi136.ofnrfx (mgr.14188) 7768 : cluster [DBG] pgmap v7283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:15.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:15.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:15.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:15.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:16 smithi136 bash[11745]: cluster 2022-04-26T06:40:15.347412+0000 mgr.smithi136.ofnrfx (mgr.14188) 7769 : cluster [DBG] pgmap v7284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:16 smithi136 bash[11745]: audit 2022-04-26T06:40:15.826982+0000 mon.smithi136 (mon.0) 4885 : audit [DBG] from='client.? 172.21.15.136:0/3571733009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:16 smithi145 bash[13673]: cluster 2022-04-26T06:40:15.347412+0000 mgr.smithi136.ofnrfx (mgr.14188) 7769 : cluster [DBG] pgmap v7284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:16 smithi145 bash[13673]: audit 2022-04-26T06:40:15.826982+0000 mon.smithi136 (mon.0) 4885 : audit [DBG] from='client.? 172.21.15.136:0/3571733009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:19.012 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:18 smithi136 bash[11745]: cluster 2022-04-26T06:40:17.348074+0000 mgr.smithi136.ofnrfx (mgr.14188) 7770 : cluster [DBG] pgmap v7285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:18 smithi145 bash[13673]: cluster 2022-04-26T06:40:17.348074+0000 mgr.smithi136.ofnrfx (mgr.14188) 7770 : cluster [DBG] pgmap v7285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:19 smithi136 bash[11745]: audit 2022-04-26T06:40:19.358656+0000 mon.smithi136 (mon.0) 4886 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:40:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:19 smithi136 bash[11745]: audit 2022-04-26T06:40:19.361478+0000 mon.smithi136 (mon.0) 4887 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:40:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:19 smithi136 bash[11745]: audit 2022-04-26T06:40:19.363256+0000 mon.smithi136 (mon.0) 4888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:40:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:19 smithi136 bash[11745]: audit 2022-04-26T06:40:19.698681+0000 mon.smithi136 (mon.0) 4889 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:40:20.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:19 smithi136 bash[11745]: audit 2022-04-26T06:40:19.706802+0000 mon.smithi136 (mon.0) 4890 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:40:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:19 smithi145 bash[13673]: audit 2022-04-26T06:40:19.358656+0000 mon.smithi136 (mon.0) 4886 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:40:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:19 smithi145 bash[13673]: audit 2022-04-26T06:40:19.361478+0000 mon.smithi136 (mon.0) 4887 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:40:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:19 smithi145 bash[13673]: audit 2022-04-26T06:40:19.363256+0000 mon.smithi136 (mon.0) 4888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:40:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:19 smithi145 bash[13673]: audit 2022-04-26T06:40:19.698681+0000 mon.smithi136 (mon.0) 4889 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:40:20.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:19 smithi145 bash[13673]: audit 2022-04-26T06:40:19.706802+0000 mon.smithi136 (mon.0) 4890 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:40:20.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:20.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:20.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:20 smithi136 bash[11745]: cluster 2022-04-26T06:40:19.348706+0000 mgr.smithi136.ofnrfx (mgr.14188) 7771 : cluster [DBG] pgmap v7286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:20 smithi136 bash[11745]: cluster 2022-04-26T06:40:19.692992+0000 mgr.smithi136.ofnrfx (mgr.14188) 7772 : cluster [DBG] pgmap v7287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:20 smithi136 bash[11745]: cluster 2022-04-26T06:40:19.693400+0000 mgr.smithi136.ofnrfx (mgr.14188) 7773 : cluster [DBG] pgmap v7288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:20 smithi136 bash[11745]: cephadm 2022-04-26T06:40:19.707961+0000 mgr.smithi136.ofnrfx (mgr.14188) 7774 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:40:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:20 smithi136 bash[11745]: cephadm 2022-04-26T06:40:19.708076+0000 mgr.smithi136.ofnrfx (mgr.14188) 7775 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:40:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:20 smithi145 bash[13673]: cluster 2022-04-26T06:40:19.348706+0000 mgr.smithi136.ofnrfx (mgr.14188) 7771 : cluster [DBG] pgmap v7286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:20 smithi145 bash[13673]: cluster 2022-04-26T06:40:19.692992+0000 mgr.smithi136.ofnrfx (mgr.14188) 7772 : cluster [DBG] pgmap v7287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:20 smithi145 bash[13673]: cluster 2022-04-26T06:40:19.693400+0000 mgr.smithi136.ofnrfx (mgr.14188) 7773 : cluster [DBG] pgmap v7288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:20 smithi145 bash[13673]: cephadm 2022-04-26T06:40:19.707961+0000 mgr.smithi136.ofnrfx (mgr.14188) 7774 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:40:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:20 smithi145 bash[13673]: cephadm 2022-04-26T06:40:19.708076+0000 mgr.smithi136.ofnrfx (mgr.14188) 7775 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:40:21.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:21 smithi136 bash[11745]: audit 2022-04-26T06:40:21.154410+0000 mon.smithi136 (mon.0) 4891 : audit [DBG] from='client.? 172.21.15.136:0/2755308343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:21 smithi145 bash[13673]: audit 2022-04-26T06:40:21.154410+0000 mon.smithi136 (mon.0) 4891 : audit [DBG] from='client.? 172.21.15.136:0/2755308343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:22 smithi136 bash[11745]: cluster 2022-04-26T06:40:21.694029+0000 mgr.smithi136.ofnrfx (mgr.14188) 7776 : cluster [DBG] pgmap v7289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:22 smithi145 bash[13673]: cluster 2022-04-26T06:40:21.694029+0000 mgr.smithi136.ofnrfx (mgr.14188) 7776 : cluster [DBG] pgmap v7289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:24 smithi136 bash[11745]: cluster 2022-04-26T06:40:23.694692+0000 mgr.smithi136.ofnrfx (mgr.14188) 7777 : cluster [DBG] pgmap v7290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:24 smithi145 bash[13673]: cluster 2022-04-26T06:40:23.694692+0000 mgr.smithi136.ofnrfx (mgr.14188) 7777 : cluster [DBG] pgmap v7290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:26.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:26.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:26.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:26.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:26 smithi136 bash[11745]: cluster 2022-04-26T06:40:25.695308+0000 mgr.smithi136.ofnrfx (mgr.14188) 7778 : cluster [DBG] pgmap v7291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:26 smithi136 bash[11745]: audit 2022-04-26T06:40:26.482488+0000 mon.smithi136 (mon.0) 4892 : audit [DBG] from='client.? 172.21.15.136:0/3308416290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:26 smithi145 bash[13673]: cluster 2022-04-26T06:40:25.695308+0000 mgr.smithi136.ofnrfx (mgr.14188) 7778 : cluster [DBG] pgmap v7291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:26 smithi145 bash[13673]: audit 2022-04-26T06:40:26.482488+0000 mon.smithi136 (mon.0) 4892 : audit [DBG] from='client.? 172.21.15.136:0/3308416290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:28 smithi145 bash[13673]: cluster 2022-04-26T06:40:27.695946+0000 mgr.smithi136.ofnrfx (mgr.14188) 7779 : cluster [DBG] pgmap v7292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:29.012 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:28 smithi136 bash[11745]: cluster 2022-04-26T06:40:27.695946+0000 mgr.smithi136.ofnrfx (mgr.14188) 7779 : cluster [DBG] pgmap v7292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:30 smithi136 bash[11745]: cluster 2022-04-26T06:40:29.696577+0000 mgr.smithi136.ofnrfx (mgr.14188) 7780 : cluster [DBG] pgmap v7293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:30 smithi145 bash[13673]: cluster 2022-04-26T06:40:29.696577+0000 mgr.smithi136.ofnrfx (mgr.14188) 7780 : cluster [DBG] pgmap v7293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:31.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:31.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:31.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:31.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:32 smithi136 bash[11745]: cluster 2022-04-26T06:40:31.697193+0000 mgr.smithi136.ofnrfx (mgr.14188) 7781 : cluster [DBG] pgmap v7294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:32 smithi136 bash[11745]: audit 2022-04-26T06:40:31.810897+0000 mon.smithi136 (mon.0) 4893 : audit [DBG] from='client.? 172.21.15.136:0/2181953927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:32 smithi145 bash[13673]: cluster 2022-04-26T06:40:31.697193+0000 mgr.smithi136.ofnrfx (mgr.14188) 7781 : cluster [DBG] pgmap v7294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:33.193 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:32 smithi145 bash[13673]: audit 2022-04-26T06:40:31.810897+0000 mon.smithi136 (mon.0) 4893 : audit [DBG] from='client.? 172.21.15.136:0/2181953927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:34 smithi136 bash[11745]: cluster 2022-04-26T06:40:33.697904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7782 : cluster [DBG] pgmap v7295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:34 smithi145 bash[13673]: cluster 2022-04-26T06:40:33.697904+0000 mgr.smithi136.ofnrfx (mgr.14188) 7782 : cluster [DBG] pgmap v7295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:36.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:36.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:36.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:36 smithi136 bash[11745]: cluster 2022-04-26T06:40:35.698556+0000 mgr.smithi136.ofnrfx (mgr.14188) 7783 : cluster [DBG] pgmap v7296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:36 smithi145 bash[13673]: cluster 2022-04-26T06:40:35.698556+0000 mgr.smithi136.ofnrfx (mgr.14188) 7783 : cluster [DBG] pgmap v7296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:37.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:37 smithi136 bash[11745]: audit 2022-04-26T06:40:37.137467+0000 mon.smithi136 (mon.0) 4894 : audit [DBG] from='client.? 172.21.15.136:0/4165782332' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:37 smithi145 bash[13673]: audit 2022-04-26T06:40:37.137467+0000 mon.smithi136 (mon.0) 4894 : audit [DBG] from='client.? 172.21.15.136:0/4165782332' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:38 smithi136 bash[11745]: cluster 2022-04-26T06:40:37.699204+0000 mgr.smithi136.ofnrfx (mgr.14188) 7784 : cluster [DBG] pgmap v7297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:38 smithi145 bash[13673]: cluster 2022-04-26T06:40:37.699204+0000 mgr.smithi136.ofnrfx (mgr.14188) 7784 : cluster [DBG] pgmap v7297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:40 smithi136 bash[11745]: cluster 2022-04-26T06:40:39.699846+0000 mgr.smithi136.ofnrfx (mgr.14188) 7785 : cluster [DBG] pgmap v7298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:40 smithi145 bash[13673]: cluster 2022-04-26T06:40:39.699846+0000 mgr.smithi136.ofnrfx (mgr.14188) 7785 : cluster [DBG] pgmap v7298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:42.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:42.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:42.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:42.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:42 smithi136 bash[11745]: cluster 2022-04-26T06:40:41.700512+0000 mgr.smithi136.ofnrfx (mgr.14188) 7786 : cluster [DBG] pgmap v7299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:42 smithi136 bash[11745]: audit 2022-04-26T06:40:42.466130+0000 mon.smithi136 (mon.0) 4895 : audit [DBG] from='client.? 172.21.15.136:0/3239830872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:42 smithi145 bash[13673]: cluster 2022-04-26T06:40:41.700512+0000 mgr.smithi136.ofnrfx (mgr.14188) 7786 : cluster [DBG] pgmap v7299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:42 smithi145 bash[13673]: audit 2022-04-26T06:40:42.466130+0000 mon.smithi136 (mon.0) 4895 : audit [DBG] from='client.? 172.21.15.136:0/3239830872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:44 smithi136 bash[11745]: cluster 2022-04-26T06:40:43.701138+0000 mgr.smithi136.ofnrfx (mgr.14188) 7787 : cluster [DBG] pgmap v7300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:44 smithi145 bash[13673]: cluster 2022-04-26T06:40:43.701138+0000 mgr.smithi136.ofnrfx (mgr.14188) 7787 : cluster [DBG] pgmap v7300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:46 smithi136 bash[11745]: cluster 2022-04-26T06:40:45.701766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7788 : cluster [DBG] pgmap v7301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:46 smithi145 bash[13673]: cluster 2022-04-26T06:40:45.701766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7788 : cluster [DBG] pgmap v7301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:47.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:47.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:47.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:47.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:48 smithi145 bash[13673]: cluster 2022-04-26T06:40:47.702379+0000 mgr.smithi136.ofnrfx (mgr.14188) 7789 : cluster [DBG] pgmap v7302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:48.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:48 smithi145 bash[13673]: audit 2022-04-26T06:40:47.794758+0000 mon.smithi136 (mon.0) 4896 : audit [DBG] from='client.? 172.21.15.136:0/1412096854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:49.013 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:48 smithi136 bash[11745]: cluster 2022-04-26T06:40:47.702379+0000 mgr.smithi136.ofnrfx (mgr.14188) 7789 : cluster [DBG] pgmap v7302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:49.013 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:48 smithi136 bash[11745]: audit 2022-04-26T06:40:47.794758+0000 mon.smithi136 (mon.0) 4896 : audit [DBG] from='client.? 172.21.15.136:0/1412096854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:50 smithi136 bash[11745]: cluster 2022-04-26T06:40:49.703037+0000 mgr.smithi136.ofnrfx (mgr.14188) 7790 : cluster [DBG] pgmap v7303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:50 smithi145 bash[13673]: cluster 2022-04-26T06:40:49.703037+0000 mgr.smithi136.ofnrfx (mgr.14188) 7790 : cluster [DBG] pgmap v7303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:52.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:52.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:52.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:52 smithi136 bash[11745]: cluster 2022-04-26T06:40:51.703707+0000 mgr.smithi136.ofnrfx (mgr.14188) 7791 : cluster [DBG] pgmap v7304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:53.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:52 smithi145 bash[13673]: cluster 2022-04-26T06:40:51.703707+0000 mgr.smithi136.ofnrfx (mgr.14188) 7791 : cluster [DBG] pgmap v7304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:53 smithi136 bash[11745]: audit 2022-04-26T06:40:53.129932+0000 mon.smithi136 (mon.0) 4897 : audit [DBG] from='client.? 172.21.15.136:0/775256311' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:53 smithi145 bash[13673]: audit 2022-04-26T06:40:53.129932+0000 mon.smithi136 (mon.0) 4897 : audit [DBG] from='client.? 172.21.15.136:0/775256311' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:54 smithi136 bash[11745]: cluster 2022-04-26T06:40:53.704321+0000 mgr.smithi136.ofnrfx (mgr.14188) 7792 : cluster [DBG] pgmap v7305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:54 smithi145 bash[13673]: cluster 2022-04-26T06:40:53.704321+0000 mgr.smithi136.ofnrfx (mgr.14188) 7792 : cluster [DBG] pgmap v7305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:56 smithi136 bash[11745]: cluster 2022-04-26T06:40:55.704957+0000 mgr.smithi136.ofnrfx (mgr.14188) 7793 : cluster [DBG] pgmap v7306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:56 smithi145 bash[13673]: cluster 2022-04-26T06:40:55.704957+0000 mgr.smithi136.ofnrfx (mgr.14188) 7793 : cluster [DBG] pgmap v7306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:58.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:40:58.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:40:58.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:40:58.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:40:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:58 smithi145 bash[13673]: cluster 2022-04-26T06:40:57.705600+0000 mgr.smithi136.ofnrfx (mgr.14188) 7794 : cluster [DBG] pgmap v7307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:58.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:40:58 smithi145 bash[13673]: audit 2022-04-26T06:40:58.460776+0000 mon.smithi145 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.136:0/1309578068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:40:59.013 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:58 smithi136 bash[11745]: cluster 2022-04-26T06:40:57.705600+0000 mgr.smithi136.ofnrfx (mgr.14188) 7794 : cluster [DBG] pgmap v7307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:40:59.013 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:40:58 smithi136 bash[11745]: audit 2022-04-26T06:40:58.460776+0000 mon.smithi145 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.136:0/1309578068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:00 smithi136 bash[11745]: cluster 2022-04-26T06:40:59.706250+0000 mgr.smithi136.ofnrfx (mgr.14188) 7795 : cluster [DBG] pgmap v7308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:00 smithi145 bash[13673]: cluster 2022-04-26T06:40:59.706250+0000 mgr.smithi136.ofnrfx (mgr.14188) 7795 : cluster [DBG] pgmap v7308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:02 smithi136 bash[11745]: cluster 2022-04-26T06:41:01.706856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7796 : cluster [DBG] pgmap v7309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:02 smithi145 bash[13673]: cluster 2022-04-26T06:41:01.706856+0000 mgr.smithi136.ofnrfx (mgr.14188) 7796 : cluster [DBG] pgmap v7309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:03.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:03.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:03.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:03.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:03 smithi136 bash[11745]: audit 2022-04-26T06:41:02.836297+0000 mon.smithi136 (mon.0) 4898 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:41:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:03 smithi136 bash[11745]: audit 2022-04-26T06:41:02.840207+0000 mon.smithi136 (mon.0) 4899 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:41:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:03 smithi145 bash[13673]: audit 2022-04-26T06:41:02.836297+0000 mon.smithi136 (mon.0) 4898 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:41:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:03 smithi145 bash[13673]: audit 2022-04-26T06:41:02.840207+0000 mon.smithi136 (mon.0) 4899 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:41:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:04 smithi136 bash[11745]: cluster 2022-04-26T06:41:03.707409+0000 mgr.smithi136.ofnrfx (mgr.14188) 7797 : cluster [DBG] pgmap v7310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:04 smithi136 bash[11745]: audit 2022-04-26T06:41:03.796021+0000 mon.smithi136 (mon.0) 4900 : audit [DBG] from='client.? 172.21.15.136:0/3378478847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:04 smithi145 bash[13673]: cluster 2022-04-26T06:41:03.707409+0000 mgr.smithi136.ofnrfx (mgr.14188) 7797 : cluster [DBG] pgmap v7310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:05.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:04 smithi145 bash[13673]: audit 2022-04-26T06:41:03.796021+0000 mon.smithi136 (mon.0) 4900 : audit [DBG] from='client.? 172.21.15.136:0/3378478847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:06 smithi136 bash[11745]: cluster 2022-04-26T06:41:05.707988+0000 mgr.smithi136.ofnrfx (mgr.14188) 7798 : cluster [DBG] pgmap v7311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:06 smithi145 bash[13673]: cluster 2022-04-26T06:41:05.707988+0000 mgr.smithi136.ofnrfx (mgr.14188) 7798 : cluster [DBG] pgmap v7311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:08.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:08.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:08.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:08 smithi145 bash[13673]: cluster 2022-04-26T06:41:07.708574+0000 mgr.smithi136.ofnrfx (mgr.14188) 7799 : cluster [DBG] pgmap v7312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:09.015 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:08 smithi136 bash[11745]: cluster 2022-04-26T06:41:07.708574+0000 mgr.smithi136.ofnrfx (mgr.14188) 7799 : cluster [DBG] pgmap v7312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:09.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:09 smithi145 bash[13673]: audit 2022-04-26T06:41:09.125006+0000 mon.smithi136 (mon.0) 4901 : audit [DBG] from='client.? 172.21.15.136:0/1728061854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:09 smithi136 bash[11745]: audit 2022-04-26T06:41:09.125006+0000 mon.smithi136 (mon.0) 4901 : audit [DBG] from='client.? 172.21.15.136:0/1728061854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:10 smithi136 bash[11745]: cluster 2022-04-26T06:41:09.709190+0000 mgr.smithi136.ofnrfx (mgr.14188) 7800 : cluster [DBG] pgmap v7313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:10 smithi145 bash[13673]: cluster 2022-04-26T06:41:09.709190+0000 mgr.smithi136.ofnrfx (mgr.14188) 7800 : cluster [DBG] pgmap v7313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:12 smithi136 bash[11745]: cluster 2022-04-26T06:41:11.709841+0000 mgr.smithi136.ofnrfx (mgr.14188) 7801 : cluster [DBG] pgmap v7314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:12 smithi145 bash[13673]: cluster 2022-04-26T06:41:11.709841+0000 mgr.smithi136.ofnrfx (mgr.14188) 7801 : cluster [DBG] pgmap v7314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:14.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:14.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:14.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:14.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:14 smithi136 bash[11745]: cluster 2022-04-26T06:41:13.710547+0000 mgr.smithi136.ofnrfx (mgr.14188) 7802 : cluster [DBG] pgmap v7315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:14 smithi136 bash[11745]: audit 2022-04-26T06:41:14.456812+0000 mon.smithi136 (mon.0) 4902 : audit [DBG] from='client.? 172.21.15.136:0/2332558001' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:14 smithi145 bash[13673]: cluster 2022-04-26T06:41:13.710547+0000 mgr.smithi136.ofnrfx (mgr.14188) 7802 : cluster [DBG] pgmap v7315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:14 smithi145 bash[13673]: audit 2022-04-26T06:41:14.456812+0000 mon.smithi136 (mon.0) 4902 : audit [DBG] from='client.? 172.21.15.136:0/2332558001' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:16 smithi136 bash[11745]: cluster 2022-04-26T06:41:15.711199+0000 mgr.smithi136.ofnrfx (mgr.14188) 7803 : cluster [DBG] pgmap v7316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:16 smithi145 bash[13673]: cluster 2022-04-26T06:41:15.711199+0000 mgr.smithi136.ofnrfx (mgr.14188) 7803 : cluster [DBG] pgmap v7316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:18 smithi145 bash[13673]: cluster 2022-04-26T06:41:17.711872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7804 : cluster [DBG] pgmap v7317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:19.013 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:18 smithi136 bash[11745]: cluster 2022-04-26T06:41:17.711872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7804 : cluster [DBG] pgmap v7317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:19.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:19.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:19.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:19.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:19 smithi136 bash[11745]: audit 2022-04-26T06:41:19.719085+0000 mon.smithi136 (mon.0) 4903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:41:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:19 smithi136 bash[11745]: audit 2022-04-26T06:41:19.721674+0000 mon.smithi136 (mon.0) 4904 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:41:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:19 smithi136 bash[11745]: audit 2022-04-26T06:41:19.723238+0000 mon.smithi136 (mon.0) 4905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:41:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:19 smithi145 bash[13673]: audit 2022-04-26T06:41:19.719085+0000 mon.smithi136 (mon.0) 4903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:41:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:19 smithi145 bash[13673]: audit 2022-04-26T06:41:19.721674+0000 mon.smithi136 (mon.0) 4904 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:41:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:19 smithi145 bash[13673]: audit 2022-04-26T06:41:19.723238+0000 mon.smithi136 (mon.0) 4905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:41:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:20 smithi136 bash[11745]: cluster 2022-04-26T06:41:19.712448+0000 mgr.smithi136.ofnrfx (mgr.14188) 7805 : cluster [DBG] pgmap v7318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:20 smithi136 bash[11745]: audit 2022-04-26T06:41:19.797968+0000 mon.smithi136 (mon.0) 4906 : audit [DBG] from='client.? 172.21.15.136:0/468266005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:20 smithi136 bash[11745]: audit 2022-04-26T06:41:20.056811+0000 mon.smithi136 (mon.0) 4907 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:41:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:20 smithi136 bash[11745]: audit 2022-04-26T06:41:20.063267+0000 mon.smithi136 (mon.0) 4908 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:41:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:20 smithi145 bash[13673]: cluster 2022-04-26T06:41:19.712448+0000 mgr.smithi136.ofnrfx (mgr.14188) 7805 : cluster [DBG] pgmap v7318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:20 smithi145 bash[13673]: audit 2022-04-26T06:41:19.797968+0000 mon.smithi136 (mon.0) 4906 : audit [DBG] from='client.? 172.21.15.136:0/468266005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:20 smithi145 bash[13673]: audit 2022-04-26T06:41:20.056811+0000 mon.smithi136 (mon.0) 4907 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:41:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:20 smithi145 bash[13673]: audit 2022-04-26T06:41:20.063267+0000 mon.smithi136 (mon.0) 4908 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:41:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:21 smithi136 bash[11745]: cluster 2022-04-26T06:41:20.051903+0000 mgr.smithi136.ofnrfx (mgr.14188) 7806 : cluster [DBG] pgmap v7319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:21 smithi136 bash[11745]: cluster 2022-04-26T06:41:20.052301+0000 mgr.smithi136.ofnrfx (mgr.14188) 7807 : cluster [DBG] pgmap v7320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:21 smithi136 bash[11745]: cephadm 2022-04-26T06:41:20.064455+0000 mgr.smithi136.ofnrfx (mgr.14188) 7808 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:41:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:21 smithi136 bash[11745]: cephadm 2022-04-26T06:41:20.064596+0000 mgr.smithi136.ofnrfx (mgr.14188) 7809 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:41:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:21 smithi145 bash[13673]: cluster 2022-04-26T06:41:20.051903+0000 mgr.smithi136.ofnrfx (mgr.14188) 7806 : cluster [DBG] pgmap v7319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:22.248 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:21 smithi145 bash[13673]: cluster 2022-04-26T06:41:20.052301+0000 mgr.smithi136.ofnrfx (mgr.14188) 7807 : cluster [DBG] pgmap v7320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:22.249 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:21 smithi145 bash[13673]: cephadm 2022-04-26T06:41:20.064455+0000 mgr.smithi136.ofnrfx (mgr.14188) 7808 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:41:22.249 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:21 smithi145 bash[13673]: cephadm 2022-04-26T06:41:20.064596+0000 mgr.smithi136.ofnrfx (mgr.14188) 7809 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:41:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:23 smithi136 bash[11745]: cluster 2022-04-26T06:41:22.052879+0000 mgr.smithi136.ofnrfx (mgr.14188) 7810 : cluster [DBG] pgmap v7321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:23 smithi145 bash[13673]: cluster 2022-04-26T06:41:22.052879+0000 mgr.smithi136.ofnrfx (mgr.14188) 7810 : cluster [DBG] pgmap v7321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:24.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:24.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:24.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:25.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:25 smithi136 bash[11745]: cluster 2022-04-26T06:41:24.053527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7811 : cluster [DBG] pgmap v7322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:25 smithi136 bash[11745]: audit 2022-04-26T06:41:25.128646+0000 mon.smithi136 (mon.0) 4909 : audit [DBG] from='client.? 172.21.15.136:0/2717585041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:25 smithi145 bash[13673]: cluster 2022-04-26T06:41:24.053527+0000 mgr.smithi136.ofnrfx (mgr.14188) 7811 : cluster [DBG] pgmap v7322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:25 smithi145 bash[13673]: audit 2022-04-26T06:41:25.128646+0000 mon.smithi136 (mon.0) 4909 : audit [DBG] from='client.? 172.21.15.136:0/2717585041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:27 smithi136 bash[11745]: cluster 2022-04-26T06:41:26.054123+0000 mgr.smithi136.ofnrfx (mgr.14188) 7812 : cluster [DBG] pgmap v7323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:27 smithi145 bash[13673]: cluster 2022-04-26T06:41:26.054123+0000 mgr.smithi136.ofnrfx (mgr.14188) 7812 : cluster [DBG] pgmap v7323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:29 smithi136 bash[11745]: cluster 2022-04-26T06:41:28.054739+0000 mgr.smithi136.ofnrfx (mgr.14188) 7813 : cluster [DBG] pgmap v7324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:30.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:30.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:30.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:29 smithi145 bash[13673]: cluster 2022-04-26T06:41:28.054739+0000 mgr.smithi136.ofnrfx (mgr.14188) 7813 : cluster [DBG] pgmap v7324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:30.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:30 smithi145 bash[13673]: audit 2022-04-26T06:41:30.452794+0000 mon.smithi136 (mon.0) 4910 : audit [DBG] from='client.? 172.21.15.136:0/2906993923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:30 smithi136 bash[11745]: audit 2022-04-26T06:41:30.452794+0000 mon.smithi136 (mon.0) 4910 : audit [DBG] from='client.? 172.21.15.136:0/2906993923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:31 smithi145 bash[13673]: cluster 2022-04-26T06:41:30.055370+0000 mgr.smithi136.ofnrfx (mgr.14188) 7814 : cluster [DBG] pgmap v7325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:31 smithi136 bash[11745]: cluster 2022-04-26T06:41:30.055370+0000 mgr.smithi136.ofnrfx (mgr.14188) 7814 : cluster [DBG] pgmap v7325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:33 smithi145 bash[13673]: cluster 2022-04-26T06:41:32.055960+0000 mgr.smithi136.ofnrfx (mgr.14188) 7815 : cluster [DBG] pgmap v7326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:33 smithi136 bash[11745]: cluster 2022-04-26T06:41:32.055960+0000 mgr.smithi136.ofnrfx (mgr.14188) 7815 : cluster [DBG] pgmap v7326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:34 smithi145 bash[13673]: cluster 2022-04-26T06:41:34.056672+0000 mgr.smithi136.ofnrfx (mgr.14188) 7816 : cluster [DBG] pgmap v7327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:34 smithi136 bash[11745]: cluster 2022-04-26T06:41:34.056672+0000 mgr.smithi136.ofnrfx (mgr.14188) 7816 : cluster [DBG] pgmap v7327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:35.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:35.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:35.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:35.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:35 smithi145 bash[13673]: audit 2022-04-26T06:41:35.779684+0000 mon.smithi136 (mon.0) 4911 : audit [DBG] from='client.? 172.21.15.136:0/3067155260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:35 smithi136 bash[11745]: audit 2022-04-26T06:41:35.779684+0000 mon.smithi136 (mon.0) 4911 : audit [DBG] from='client.? 172.21.15.136:0/3067155260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:36 smithi145 bash[13673]: cluster 2022-04-26T06:41:36.057384+0000 mgr.smithi136.ofnrfx (mgr.14188) 7817 : cluster [DBG] pgmap v7328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:36 smithi136 bash[11745]: cluster 2022-04-26T06:41:36.057384+0000 mgr.smithi136.ofnrfx (mgr.14188) 7817 : cluster [DBG] pgmap v7328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:39.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:39 smithi145 bash[13673]: cluster 2022-04-26T06:41:38.057998+0000 mgr.smithi136.ofnrfx (mgr.14188) 7818 : cluster [DBG] pgmap v7329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:39 smithi136 bash[11745]: cluster 2022-04-26T06:41:38.057998+0000 mgr.smithi136.ofnrfx (mgr.14188) 7818 : cluster [DBG] pgmap v7329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:40.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:40.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:40.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:41.134 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:41 smithi136 bash[11745]: cluster 2022-04-26T06:41:40.058640+0000 mgr.smithi136.ofnrfx (mgr.14188) 7819 : cluster [DBG] pgmap v7330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:41 smithi136 bash[11745]: audit 2022-04-26T06:41:41.113255+0000 mon.smithi136 (mon.0) 4912 : audit [DBG] from='client.? 172.21.15.136:0/4069704987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:41 smithi145 bash[13673]: cluster 2022-04-26T06:41:40.058640+0000 mgr.smithi136.ofnrfx (mgr.14188) 7819 : cluster [DBG] pgmap v7330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:41 smithi145 bash[13673]: audit 2022-04-26T06:41:41.113255+0000 mon.smithi136 (mon.0) 4912 : audit [DBG] from='client.? 172.21.15.136:0/4069704987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:43 smithi136 bash[11745]: cluster 2022-04-26T06:41:42.059352+0000 mgr.smithi136.ofnrfx (mgr.14188) 7820 : cluster [DBG] pgmap v7331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:43 smithi145 bash[13673]: cluster 2022-04-26T06:41:42.059352+0000 mgr.smithi136.ofnrfx (mgr.14188) 7820 : cluster [DBG] pgmap v7331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:45 smithi136 bash[11745]: cluster 2022-04-26T06:41:44.060051+0000 mgr.smithi136.ofnrfx (mgr.14188) 7821 : cluster [DBG] pgmap v7332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:46.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:46.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:46.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:45 smithi145 bash[13673]: cluster 2022-04-26T06:41:44.060051+0000 mgr.smithi136.ofnrfx (mgr.14188) 7821 : cluster [DBG] pgmap v7332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:46.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:46 smithi136 bash[11745]: audit 2022-04-26T06:41:46.437627+0000 mon.smithi136 (mon.0) 4913 : audit [DBG] from='client.? 172.21.15.136:0/438444735' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:46 smithi145 bash[13673]: audit 2022-04-26T06:41:46.437627+0000 mon.smithi136 (mon.0) 4913 : audit [DBG] from='client.? 172.21.15.136:0/438444735' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:47 smithi136 bash[11745]: cluster 2022-04-26T06:41:46.060695+0000 mgr.smithi136.ofnrfx (mgr.14188) 7822 : cluster [DBG] pgmap v7333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:47 smithi145 bash[13673]: cluster 2022-04-26T06:41:46.060695+0000 mgr.smithi136.ofnrfx (mgr.14188) 7822 : cluster [DBG] pgmap v7333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:49 smithi136 bash[11745]: cluster 2022-04-26T06:41:48.061324+0000 mgr.smithi136.ofnrfx (mgr.14188) 7823 : cluster [DBG] pgmap v7334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:49 smithi145 bash[13673]: cluster 2022-04-26T06:41:48.061324+0000 mgr.smithi136.ofnrfx (mgr.14188) 7823 : cluster [DBG] pgmap v7334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:51.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:51.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:51.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:51.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:51 smithi136 bash[11745]: cluster 2022-04-26T06:41:50.062059+0000 mgr.smithi136.ofnrfx (mgr.14188) 7824 : cluster [DBG] pgmap v7335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:51 smithi145 bash[13673]: cluster 2022-04-26T06:41:50.062059+0000 mgr.smithi136.ofnrfx (mgr.14188) 7824 : cluster [DBG] pgmap v7335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:52 smithi136 bash[11745]: audit 2022-04-26T06:41:51.760518+0000 mon.smithi136 (mon.0) 4914 : audit [DBG] from='client.? 172.21.15.136:0/3272208992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:52 smithi145 bash[13673]: audit 2022-04-26T06:41:51.760518+0000 mon.smithi136 (mon.0) 4914 : audit [DBG] from='client.? 172.21.15.136:0/3272208992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:53 smithi136 bash[11745]: cluster 2022-04-26T06:41:52.062766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7825 : cluster [DBG] pgmap v7336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:53 smithi145 bash[13673]: cluster 2022-04-26T06:41:52.062766+0000 mgr.smithi136.ofnrfx (mgr.14188) 7825 : cluster [DBG] pgmap v7336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:55 smithi136 bash[11745]: cluster 2022-04-26T06:41:54.063359+0000 mgr.smithi136.ofnrfx (mgr.14188) 7826 : cluster [DBG] pgmap v7337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:55 smithi145 bash[13673]: cluster 2022-04-26T06:41:54.063359+0000 mgr.smithi136.ofnrfx (mgr.14188) 7826 : cluster [DBG] pgmap v7337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:56.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:41:56.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:41:56.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:41:57.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:41:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:57 smithi136 bash[11745]: cluster 2022-04-26T06:41:56.063962+0000 mgr.smithi136.ofnrfx (mgr.14188) 7827 : cluster [DBG] pgmap v7338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:57 smithi136 bash[11745]: audit 2022-04-26T06:41:57.094995+0000 mon.smithi136 (mon.0) 4915 : audit [DBG] from='client.? 172.21.15.136:0/2795286834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:41:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:57 smithi145 bash[13673]: cluster 2022-04-26T06:41:56.063962+0000 mgr.smithi136.ofnrfx (mgr.14188) 7827 : cluster [DBG] pgmap v7338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:41:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:57 smithi145 bash[13673]: audit 2022-04-26T06:41:57.094995+0000 mon.smithi136 (mon.0) 4915 : audit [DBG] from='client.? 172.21.15.136:0/2795286834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:41:59 smithi136 bash[11745]: cluster 2022-04-26T06:41:58.064583+0000 mgr.smithi136.ofnrfx (mgr.14188) 7828 : cluster [DBG] pgmap v7339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:41:59 smithi145 bash[13673]: cluster 2022-04-26T06:41:58.064583+0000 mgr.smithi136.ofnrfx (mgr.14188) 7828 : cluster [DBG] pgmap v7339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:01 smithi136 bash[11745]: cluster 2022-04-26T06:42:00.065256+0000 mgr.smithi136.ofnrfx (mgr.14188) 7829 : cluster [DBG] pgmap v7340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:02.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:02.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:02.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:01 smithi145 bash[13673]: cluster 2022-04-26T06:42:00.065256+0000 mgr.smithi136.ofnrfx (mgr.14188) 7829 : cluster [DBG] pgmap v7340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:02.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:02 smithi136 bash[11745]: audit 2022-04-26T06:42:02.424631+0000 mon.smithi136 (mon.0) 4916 : audit [DBG] from='client.? 172.21.15.136:0/2504611102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:02 smithi145 bash[13673]: audit 2022-04-26T06:42:02.424631+0000 mon.smithi136 (mon.0) 4916 : audit [DBG] from='client.? 172.21.15.136:0/2504611102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:03 smithi136 bash[11745]: cluster 2022-04-26T06:42:02.066040+0000 mgr.smithi136.ofnrfx (mgr.14188) 7830 : cluster [DBG] pgmap v7341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:03 smithi136 bash[11745]: audit 2022-04-26T06:42:02.840367+0000 mon.smithi136 (mon.0) 4917 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:42:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:03 smithi136 bash[11745]: audit 2022-04-26T06:42:02.844264+0000 mon.smithi136 (mon.0) 4918 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:42:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:03 smithi145 bash[13673]: cluster 2022-04-26T06:42:02.066040+0000 mgr.smithi136.ofnrfx (mgr.14188) 7830 : cluster [DBG] pgmap v7341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:03 smithi145 bash[13673]: audit 2022-04-26T06:42:02.840367+0000 mon.smithi136 (mon.0) 4917 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:42:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:03 smithi145 bash[13673]: audit 2022-04-26T06:42:02.844264+0000 mon.smithi136 (mon.0) 4918 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:42:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:05 smithi136 bash[11745]: cluster 2022-04-26T06:42:04.066698+0000 mgr.smithi136.ofnrfx (mgr.14188) 7831 : cluster [DBG] pgmap v7342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:05 smithi145 bash[13673]: cluster 2022-04-26T06:42:04.066698+0000 mgr.smithi136.ofnrfx (mgr.14188) 7831 : cluster [DBG] pgmap v7342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:07.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:07.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:07.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:07.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:07 smithi136 bash[11745]: cluster 2022-04-26T06:42:06.067314+0000 mgr.smithi136.ofnrfx (mgr.14188) 7832 : cluster [DBG] pgmap v7343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:07 smithi145 bash[13673]: cluster 2022-04-26T06:42:06.067314+0000 mgr.smithi136.ofnrfx (mgr.14188) 7832 : cluster [DBG] pgmap v7343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:09.014 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:08 smithi136 bash[11745]: audit 2022-04-26T06:42:07.752641+0000 mon.smithi136 (mon.0) 4919 : audit [DBG] from='client.? 172.21.15.136:0/2354877758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:08 smithi145 bash[13673]: audit 2022-04-26T06:42:07.752641+0000 mon.smithi136 (mon.0) 4919 : audit [DBG] from='client.? 172.21.15.136:0/2354877758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:09 smithi136 bash[11745]: cluster 2022-04-26T06:42:08.068171+0000 mgr.smithi136.ofnrfx (mgr.14188) 7833 : cluster [DBG] pgmap v7344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:09 smithi145 bash[13673]: cluster 2022-04-26T06:42:08.068171+0000 mgr.smithi136.ofnrfx (mgr.14188) 7833 : cluster [DBG] pgmap v7344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:11 smithi136 bash[11745]: cluster 2022-04-26T06:42:10.068799+0000 mgr.smithi136.ofnrfx (mgr.14188) 7834 : cluster [DBG] pgmap v7345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:11 smithi145 bash[13673]: cluster 2022-04-26T06:42:10.068799+0000 mgr.smithi136.ofnrfx (mgr.14188) 7834 : cluster [DBG] pgmap v7345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:12.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:12.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:12.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:13.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:13 smithi136 bash[11745]: cluster 2022-04-26T06:42:12.069477+0000 mgr.smithi136.ofnrfx (mgr.14188) 7835 : cluster [DBG] pgmap v7346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:13 smithi136 bash[11745]: audit 2022-04-26T06:42:13.078231+0000 mon.smithi136 (mon.0) 4920 : audit [DBG] from='client.? 172.21.15.136:0/1914188796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:13 smithi145 bash[13673]: cluster 2022-04-26T06:42:12.069477+0000 mgr.smithi136.ofnrfx (mgr.14188) 7835 : cluster [DBG] pgmap v7346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:13 smithi145 bash[13673]: audit 2022-04-26T06:42:13.078231+0000 mon.smithi136 (mon.0) 4920 : audit [DBG] from='client.? 172.21.15.136:0/1914188796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:15 smithi136 bash[11745]: cluster 2022-04-26T06:42:14.070225+0000 mgr.smithi136.ofnrfx (mgr.14188) 7836 : cluster [DBG] pgmap v7347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:15 smithi145 bash[13673]: cluster 2022-04-26T06:42:14.070225+0000 mgr.smithi136.ofnrfx (mgr.14188) 7836 : cluster [DBG] pgmap v7347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:17 smithi136 bash[11745]: cluster 2022-04-26T06:42:16.070919+0000 mgr.smithi136.ofnrfx (mgr.14188) 7837 : cluster [DBG] pgmap v7348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:18.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:18.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:18.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:17 smithi145 bash[13673]: cluster 2022-04-26T06:42:16.070919+0000 mgr.smithi136.ofnrfx (mgr.14188) 7837 : cluster [DBG] pgmap v7348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:18.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:18 smithi136 bash[11745]: audit 2022-04-26T06:42:18.410146+0000 mon.smithi136 (mon.0) 4921 : audit [DBG] from='client.? 172.21.15.136:0/2372606561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:18 smithi145 bash[13673]: audit 2022-04-26T06:42:18.410146+0000 mon.smithi136 (mon.0) 4921 : audit [DBG] from='client.? 172.21.15.136:0/2372606561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:19 smithi136 bash[11745]: cluster 2022-04-26T06:42:18.071584+0000 mgr.smithi136.ofnrfx (mgr.14188) 7838 : cluster [DBG] pgmap v7349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:19 smithi145 bash[13673]: cluster 2022-04-26T06:42:18.071584+0000 mgr.smithi136.ofnrfx (mgr.14188) 7838 : cluster [DBG] pgmap v7349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:20 smithi136 bash[11745]: audit 2022-04-26T06:42:20.072414+0000 mon.smithi136 (mon.0) 4922 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:42:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:20 smithi136 bash[11745]: audit 2022-04-26T06:42:20.075603+0000 mon.smithi136 (mon.0) 4923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:42:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:20 smithi136 bash[11745]: audit 2022-04-26T06:42:20.077450+0000 mon.smithi136 (mon.0) 4924 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:42:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:20 smithi136 bash[11745]: audit 2022-04-26T06:42:20.405812+0000 mon.smithi136 (mon.0) 4925 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:42:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:20 smithi136 bash[11745]: audit 2022-04-26T06:42:20.410887+0000 mon.smithi136 (mon.0) 4926 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:42:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:20 smithi145 bash[13673]: audit 2022-04-26T06:42:20.072414+0000 mon.smithi136 (mon.0) 4922 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:42:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:20 smithi145 bash[13673]: audit 2022-04-26T06:42:20.075603+0000 mon.smithi136 (mon.0) 4923 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:42:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:20 smithi145 bash[13673]: audit 2022-04-26T06:42:20.077450+0000 mon.smithi136 (mon.0) 4924 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:42:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:20 smithi145 bash[13673]: audit 2022-04-26T06:42:20.405812+0000 mon.smithi136 (mon.0) 4925 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:42:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:20 smithi145 bash[13673]: audit 2022-04-26T06:42:20.410887+0000 mon.smithi136 (mon.0) 4926 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:42:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:21 smithi136 bash[11745]: cluster 2022-04-26T06:42:20.072324+0000 mgr.smithi136.ofnrfx (mgr.14188) 7839 : cluster [DBG] pgmap v7350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:21 smithi136 bash[11745]: cluster 2022-04-26T06:42:20.399078+0000 mgr.smithi136.ofnrfx (mgr.14188) 7840 : cluster [DBG] pgmap v7351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:21 smithi136 bash[11745]: cluster 2022-04-26T06:42:20.399236+0000 mgr.smithi136.ofnrfx (mgr.14188) 7841 : cluster [DBG] pgmap v7352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:21 smithi136 bash[11745]: cephadm 2022-04-26T06:42:20.411864+0000 mgr.smithi136.ofnrfx (mgr.14188) 7842 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:42:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:21 smithi136 bash[11745]: cephadm 2022-04-26T06:42:20.412045+0000 mgr.smithi136.ofnrfx (mgr.14188) 7843 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:42:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:21 smithi145 bash[13673]: cluster 2022-04-26T06:42:20.072324+0000 mgr.smithi136.ofnrfx (mgr.14188) 7839 : cluster [DBG] pgmap v7350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:21 smithi145 bash[13673]: cluster 2022-04-26T06:42:20.399078+0000 mgr.smithi136.ofnrfx (mgr.14188) 7840 : cluster [DBG] pgmap v7351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:21 smithi145 bash[13673]: cluster 2022-04-26T06:42:20.399236+0000 mgr.smithi136.ofnrfx (mgr.14188) 7841 : cluster [DBG] pgmap v7352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:21 smithi145 bash[13673]: cephadm 2022-04-26T06:42:20.411864+0000 mgr.smithi136.ofnrfx (mgr.14188) 7842 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:42:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:21 smithi145 bash[13673]: cephadm 2022-04-26T06:42:20.412045+0000 mgr.smithi136.ofnrfx (mgr.14188) 7843 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:42:23.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:23.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:23.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:23.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:23 smithi136 bash[11745]: cluster 2022-04-26T06:42:22.399846+0000 mgr.smithi136.ofnrfx (mgr.14188) 7844 : cluster [DBG] pgmap v7353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:23 smithi136 bash[11745]: audit 2022-04-26T06:42:23.738425+0000 mon.smithi136 (mon.0) 4927 : audit [DBG] from='client.? 172.21.15.136:0/736568451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:23 smithi145 bash[13673]: cluster 2022-04-26T06:42:22.399846+0000 mgr.smithi136.ofnrfx (mgr.14188) 7844 : cluster [DBG] pgmap v7353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:23 smithi145 bash[13673]: audit 2022-04-26T06:42:23.738425+0000 mon.smithi136 (mon.0) 4927 : audit [DBG] from='client.? 172.21.15.136:0/736568451' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:25 smithi136 bash[11745]: cluster 2022-04-26T06:42:24.400453+0000 mgr.smithi136.ofnrfx (mgr.14188) 7845 : cluster [DBG] pgmap v7354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:25 smithi145 bash[13673]: cluster 2022-04-26T06:42:24.400453+0000 mgr.smithi136.ofnrfx (mgr.14188) 7845 : cluster [DBG] pgmap v7354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:27 smithi145 bash[13673]: cluster 2022-04-26T06:42:26.401120+0000 mgr.smithi136.ofnrfx (mgr.14188) 7846 : cluster [DBG] pgmap v7355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:27 smithi136 bash[11745]: cluster 2022-04-26T06:42:26.401120+0000 mgr.smithi136.ofnrfx (mgr.14188) 7846 : cluster [DBG] pgmap v7355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:28.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:28.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:28.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:29.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:29 smithi145 bash[13673]: cluster 2022-04-26T06:42:28.401758+0000 mgr.smithi136.ofnrfx (mgr.14188) 7847 : cluster [DBG] pgmap v7356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:29 smithi145 bash[13673]: audit 2022-04-26T06:42:29.076158+0000 mon.smithi136 (mon.0) 4928 : audit [DBG] from='client.? 172.21.15.136:0/3085348031' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:29 smithi136 bash[11745]: cluster 2022-04-26T06:42:28.401758+0000 mgr.smithi136.ofnrfx (mgr.14188) 7847 : cluster [DBG] pgmap v7356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:29 smithi136 bash[11745]: audit 2022-04-26T06:42:29.076158+0000 mon.smithi136 (mon.0) 4928 : audit [DBG] from='client.? 172.21.15.136:0/3085348031' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:31 smithi145 bash[13673]: cluster 2022-04-26T06:42:30.402430+0000 mgr.smithi136.ofnrfx (mgr.14188) 7848 : cluster [DBG] pgmap v7357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:31 smithi136 bash[11745]: cluster 2022-04-26T06:42:30.402430+0000 mgr.smithi136.ofnrfx (mgr.14188) 7848 : cluster [DBG] pgmap v7357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:34.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:34.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:34.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:33 smithi145 bash[13673]: cluster 2022-04-26T06:42:32.403094+0000 mgr.smithi136.ofnrfx (mgr.14188) 7849 : cluster [DBG] pgmap v7358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:33 smithi136 bash[11745]: cluster 2022-04-26T06:42:32.403094+0000 mgr.smithi136.ofnrfx (mgr.14188) 7849 : cluster [DBG] pgmap v7358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:34.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:34 smithi145 bash[13673]: audit 2022-04-26T06:42:34.405455+0000 mon.smithi136 (mon.0) 4929 : audit [DBG] from='client.? 172.21.15.136:0/1302921901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:34 smithi136 bash[11745]: audit 2022-04-26T06:42:34.405455+0000 mon.smithi136 (mon.0) 4929 : audit [DBG] from='client.? 172.21.15.136:0/1302921901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:35 smithi145 bash[13673]: cluster 2022-04-26T06:42:34.403590+0000 mgr.smithi136.ofnrfx (mgr.14188) 7850 : cluster [DBG] pgmap v7359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:35 smithi136 bash[11745]: cluster 2022-04-26T06:42:34.403590+0000 mgr.smithi136.ofnrfx (mgr.14188) 7850 : cluster [DBG] pgmap v7359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:36 smithi145 bash[13673]: cluster 2022-04-26T06:42:36.404196+0000 mgr.smithi136.ofnrfx (mgr.14188) 7851 : cluster [DBG] pgmap v7360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:36 smithi136 bash[11745]: cluster 2022-04-26T06:42:36.404196+0000 mgr.smithi136.ofnrfx (mgr.14188) 7851 : cluster [DBG] pgmap v7360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:39.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:39.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:39.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:39.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:39 smithi136 bash[11745]: cluster 2022-04-26T06:42:38.404862+0000 mgr.smithi136.ofnrfx (mgr.14188) 7852 : cluster [DBG] pgmap v7361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:39 smithi145 bash[13673]: cluster 2022-04-26T06:42:38.404862+0000 mgr.smithi136.ofnrfx (mgr.14188) 7852 : cluster [DBG] pgmap v7361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:40 smithi136 bash[11745]: audit 2022-04-26T06:42:39.729228+0000 mon.smithi136 (mon.0) 4930 : audit [DBG] from='client.? 172.21.15.136:0/742461272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:40 smithi145 bash[13673]: audit 2022-04-26T06:42:39.729228+0000 mon.smithi136 (mon.0) 4930 : audit [DBG] from='client.? 172.21.15.136:0/742461272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:41 smithi136 bash[11745]: cluster 2022-04-26T06:42:40.405509+0000 mgr.smithi136.ofnrfx (mgr.14188) 7853 : cluster [DBG] pgmap v7362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:41 smithi145 bash[13673]: cluster 2022-04-26T06:42:40.405509+0000 mgr.smithi136.ofnrfx (mgr.14188) 7853 : cluster [DBG] pgmap v7362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:43 smithi136 bash[11745]: cluster 2022-04-26T06:42:42.406140+0000 mgr.smithi136.ofnrfx (mgr.14188) 7854 : cluster [DBG] pgmap v7363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:43 smithi145 bash[13673]: cluster 2022-04-26T06:42:42.406140+0000 mgr.smithi136.ofnrfx (mgr.14188) 7854 : cluster [DBG] pgmap v7363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:44.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:44.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:44.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:45.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:45 smithi136 bash[11745]: cluster 2022-04-26T06:42:44.406805+0000 mgr.smithi136.ofnrfx (mgr.14188) 7855 : cluster [DBG] pgmap v7364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:45 smithi136 bash[11745]: audit 2022-04-26T06:42:45.056767+0000 mon.smithi136 (mon.0) 4931 : audit [DBG] from='client.? 172.21.15.136:0/2656526077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:45 smithi145 bash[13673]: cluster 2022-04-26T06:42:44.406805+0000 mgr.smithi136.ofnrfx (mgr.14188) 7855 : cluster [DBG] pgmap v7364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:45 smithi145 bash[13673]: audit 2022-04-26T06:42:45.056767+0000 mon.smithi136 (mon.0) 4931 : audit [DBG] from='client.? 172.21.15.136:0/2656526077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:47 smithi136 bash[11745]: cluster 2022-04-26T06:42:46.407405+0000 mgr.smithi136.ofnrfx (mgr.14188) 7856 : cluster [DBG] pgmap v7365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:47 smithi145 bash[13673]: cluster 2022-04-26T06:42:46.407405+0000 mgr.smithi136.ofnrfx (mgr.14188) 7856 : cluster [DBG] pgmap v7365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:49 smithi136 bash[11745]: cluster 2022-04-26T06:42:48.408067+0000 mgr.smithi136.ofnrfx (mgr.14188) 7857 : cluster [DBG] pgmap v7366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:50.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:50.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:50.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:49 smithi145 bash[13673]: cluster 2022-04-26T06:42:48.408067+0000 mgr.smithi136.ofnrfx (mgr.14188) 7857 : cluster [DBG] pgmap v7366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:50.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:50 smithi136 bash[11745]: audit 2022-04-26T06:42:50.384293+0000 mon.smithi136 (mon.0) 4932 : audit [DBG] from='client.? 172.21.15.136:0/237174086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:50 smithi145 bash[13673]: audit 2022-04-26T06:42:50.384293+0000 mon.smithi136 (mon.0) 4932 : audit [DBG] from='client.? 172.21.15.136:0/237174086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:51 smithi136 bash[11745]: cluster 2022-04-26T06:42:50.408701+0000 mgr.smithi136.ofnrfx (mgr.14188) 7858 : cluster [DBG] pgmap v7367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:51 smithi145 bash[13673]: cluster 2022-04-26T06:42:50.408701+0000 mgr.smithi136.ofnrfx (mgr.14188) 7858 : cluster [DBG] pgmap v7367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:53 smithi136 bash[11745]: cluster 2022-04-26T06:42:52.409399+0000 mgr.smithi136.ofnrfx (mgr.14188) 7859 : cluster [DBG] pgmap v7368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:53 smithi145 bash[13673]: cluster 2022-04-26T06:42:52.409399+0000 mgr.smithi136.ofnrfx (mgr.14188) 7859 : cluster [DBG] pgmap v7368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:55.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:42:55.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:42:55.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:42:55.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:42:56.065 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:55 smithi136 bash[11745]: cluster 2022-04-26T06:42:54.410072+0000 mgr.smithi136.ofnrfx (mgr.14188) 7860 : cluster [DBG] pgmap v7369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:56.065 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:55 smithi136 bash[11745]: audit 2022-04-26T06:42:55.715845+0000 mon.smithi136 (mon.0) 4933 : audit [DBG] from='client.? 172.21.15.136:0/1041132060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:55 smithi145 bash[13673]: cluster 2022-04-26T06:42:54.410072+0000 mgr.smithi136.ofnrfx (mgr.14188) 7860 : cluster [DBG] pgmap v7369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:55 smithi145 bash[13673]: audit 2022-04-26T06:42:55.715845+0000 mon.smithi136 (mon.0) 4933 : audit [DBG] from='client.? 172.21.15.136:0/1041132060' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:42:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:57 smithi136 bash[11745]: cluster 2022-04-26T06:42:56.410743+0000 mgr.smithi136.ofnrfx (mgr.14188) 7861 : cluster [DBG] pgmap v7370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:42:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:57 smithi145 bash[13673]: cluster 2022-04-26T06:42:56.410743+0000 mgr.smithi136.ofnrfx (mgr.14188) 7861 : cluster [DBG] pgmap v7370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:42:59 smithi136 bash[11745]: cluster 2022-04-26T06:42:58.411367+0000 mgr.smithi136.ofnrfx (mgr.14188) 7862 : cluster [DBG] pgmap v7371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:42:59 smithi145 bash[13673]: cluster 2022-04-26T06:42:58.411367+0000 mgr.smithi136.ofnrfx (mgr.14188) 7862 : cluster [DBG] pgmap v7371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:00.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:00.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:00.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:01.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:01 smithi136 bash[11745]: cluster 2022-04-26T06:43:00.412028+0000 mgr.smithi136.ofnrfx (mgr.14188) 7863 : cluster [DBG] pgmap v7372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:01 smithi136 bash[11745]: audit 2022-04-26T06:43:01.041794+0000 mon.smithi136 (mon.0) 4934 : audit [DBG] from='client.? 172.21.15.136:0/4083782971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:01 smithi145 bash[13673]: cluster 2022-04-26T06:43:00.412028+0000 mgr.smithi136.ofnrfx (mgr.14188) 7863 : cluster [DBG] pgmap v7372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:01 smithi145 bash[13673]: audit 2022-04-26T06:43:01.041794+0000 mon.smithi136 (mon.0) 4934 : audit [DBG] from='client.? 172.21.15.136:0/4083782971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:03 smithi136 bash[11745]: cluster 2022-04-26T06:43:02.412794+0000 mgr.smithi136.ofnrfx (mgr.14188) 7864 : cluster [DBG] pgmap v7373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:03 smithi136 bash[11745]: audit 2022-04-26T06:43:02.844360+0000 mon.smithi136 (mon.0) 4935 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:43:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:03 smithi136 bash[11745]: audit 2022-04-26T06:43:02.848294+0000 mon.smithi136 (mon.0) 4936 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:43:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:03 smithi145 bash[13673]: cluster 2022-04-26T06:43:02.412794+0000 mgr.smithi136.ofnrfx (mgr.14188) 7864 : cluster [DBG] pgmap v7373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:04.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:03 smithi145 bash[13673]: audit 2022-04-26T06:43:02.844360+0000 mon.smithi136 (mon.0) 4935 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:43:04.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:03 smithi145 bash[13673]: audit 2022-04-26T06:43:02.848294+0000 mon.smithi136 (mon.0) 4936 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:43:06.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:05 smithi136 bash[11745]: cluster 2022-04-26T06:43:04.413476+0000 mgr.smithi136.ofnrfx (mgr.14188) 7865 : cluster [DBG] pgmap v7374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:06.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:06.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:06.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:06.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:05 smithi145 bash[13673]: cluster 2022-04-26T06:43:04.413476+0000 mgr.smithi136.ofnrfx (mgr.14188) 7865 : cluster [DBG] pgmap v7374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:06.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:06 smithi136 bash[11745]: audit 2022-04-26T06:43:06.372409+0000 mon.smithi136 (mon.0) 4937 : audit [DBG] from='client.? 172.21.15.136:0/11000154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:06 smithi145 bash[13673]: audit 2022-04-26T06:43:06.372409+0000 mon.smithi136 (mon.0) 4937 : audit [DBG] from='client.? 172.21.15.136:0/11000154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:07 smithi136 bash[11745]: cluster 2022-04-26T06:43:06.414122+0000 mgr.smithi136.ofnrfx (mgr.14188) 7866 : cluster [DBG] pgmap v7375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:07 smithi145 bash[13673]: cluster 2022-04-26T06:43:06.414122+0000 mgr.smithi136.ofnrfx (mgr.14188) 7866 : cluster [DBG] pgmap v7375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:10.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:09 smithi136 bash[11745]: cluster 2022-04-26T06:43:08.414787+0000 mgr.smithi136.ofnrfx (mgr.14188) 7867 : cluster [DBG] pgmap v7376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:09 smithi145 bash[13673]: cluster 2022-04-26T06:43:08.414787+0000 mgr.smithi136.ofnrfx (mgr.14188) 7867 : cluster [DBG] pgmap v7376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:11.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:11.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:11.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:11.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:11 smithi136 bash[11745]: cluster 2022-04-26T06:43:10.415403+0000 mgr.smithi136.ofnrfx (mgr.14188) 7868 : cluster [DBG] pgmap v7377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:11 smithi136 bash[11745]: audit 2022-04-26T06:43:11.702565+0000 mon.smithi136 (mon.0) 4938 : audit [DBG] from='client.? 172.21.15.136:0/4266029999' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:11 smithi145 bash[13673]: cluster 2022-04-26T06:43:10.415403+0000 mgr.smithi136.ofnrfx (mgr.14188) 7868 : cluster [DBG] pgmap v7377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:11 smithi145 bash[13673]: audit 2022-04-26T06:43:11.702565+0000 mon.smithi136 (mon.0) 4938 : audit [DBG] from='client.? 172.21.15.136:0/4266029999' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:13 smithi136 bash[11745]: cluster 2022-04-26T06:43:12.416076+0000 mgr.smithi136.ofnrfx (mgr.14188) 7869 : cluster [DBG] pgmap v7378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:13 smithi145 bash[13673]: cluster 2022-04-26T06:43:12.416076+0000 mgr.smithi136.ofnrfx (mgr.14188) 7869 : cluster [DBG] pgmap v7378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:15 smithi136 bash[11745]: cluster 2022-04-26T06:43:14.416732+0000 mgr.smithi136.ofnrfx (mgr.14188) 7870 : cluster [DBG] pgmap v7379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:15 smithi145 bash[13673]: cluster 2022-04-26T06:43:14.416732+0000 mgr.smithi136.ofnrfx (mgr.14188) 7870 : cluster [DBG] pgmap v7379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:16.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:16.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:16.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:17.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:17 smithi136 bash[11745]: cluster 2022-04-26T06:43:16.417486+0000 mgr.smithi136.ofnrfx (mgr.14188) 7871 : cluster [DBG] pgmap v7380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:17 smithi136 bash[11745]: audit 2022-04-26T06:43:17.033668+0000 mon.smithi136 (mon.0) 4939 : audit [DBG] from='client.? 172.21.15.136:0/970916418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:17 smithi145 bash[13673]: cluster 2022-04-26T06:43:16.417486+0000 mgr.smithi136.ofnrfx (mgr.14188) 7871 : cluster [DBG] pgmap v7380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:17 smithi145 bash[13673]: audit 2022-04-26T06:43:17.033668+0000 mon.smithi136 (mon.0) 4939 : audit [DBG] from='client.? 172.21.15.136:0/970916418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:20.041 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:19 smithi136 bash[11745]: cluster 2022-04-26T06:43:18.418153+0000 mgr.smithi136.ofnrfx (mgr.14188) 7872 : cluster [DBG] pgmap v7381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:19 smithi145 bash[13673]: cluster 2022-04-26T06:43:18.418153+0000 mgr.smithi136.ofnrfx (mgr.14188) 7872 : cluster [DBG] pgmap v7381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:20 smithi136 bash[11745]: audit 2022-04-26T06:43:20.421291+0000 mon.smithi136 (mon.0) 4940 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:43:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:20 smithi136 bash[11745]: audit 2022-04-26T06:43:20.424026+0000 mon.smithi136 (mon.0) 4941 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:43:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:20 smithi136 bash[11745]: audit 2022-04-26T06:43:20.425669+0000 mon.smithi136 (mon.0) 4942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:43:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:20 smithi136 bash[11745]: audit 2022-04-26T06:43:20.748313+0000 mon.smithi136 (mon.0) 4943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:43:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:20 smithi136 bash[11745]: audit 2022-04-26T06:43:20.753648+0000 mon.smithi136 (mon.0) 4944 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:43:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:20 smithi145 bash[13673]: audit 2022-04-26T06:43:20.421291+0000 mon.smithi136 (mon.0) 4940 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:43:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:20 smithi145 bash[13673]: audit 2022-04-26T06:43:20.424026+0000 mon.smithi136 (mon.0) 4941 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:43:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:20 smithi145 bash[13673]: audit 2022-04-26T06:43:20.425669+0000 mon.smithi136 (mon.0) 4942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:43:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:20 smithi145 bash[13673]: audit 2022-04-26T06:43:20.748313+0000 mon.smithi136 (mon.0) 4943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:43:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:20 smithi145 bash[13673]: audit 2022-04-26T06:43:20.753648+0000 mon.smithi136 (mon.0) 4944 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:43:22.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:22.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:22.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:21 smithi136 bash[11745]: cluster 2022-04-26T06:43:20.418814+0000 mgr.smithi136.ofnrfx (mgr.14188) 7873 : cluster [DBG] pgmap v7382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:21 smithi136 bash[11745]: cluster 2022-04-26T06:43:20.743572+0000 mgr.smithi136.ofnrfx (mgr.14188) 7874 : cluster [DBG] pgmap v7383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:21 smithi136 bash[11745]: cluster 2022-04-26T06:43:20.744049+0000 mgr.smithi136.ofnrfx (mgr.14188) 7875 : cluster [DBG] pgmap v7384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:21 smithi136 bash[11745]: cephadm 2022-04-26T06:43:20.754817+0000 mgr.smithi136.ofnrfx (mgr.14188) 7876 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:43:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:21 smithi136 bash[11745]: cephadm 2022-04-26T06:43:20.754951+0000 mgr.smithi136.ofnrfx (mgr.14188) 7877 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:43:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:21 smithi145 bash[13673]: cluster 2022-04-26T06:43:20.418814+0000 mgr.smithi136.ofnrfx (mgr.14188) 7873 : cluster [DBG] pgmap v7382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:21 smithi145 bash[13673]: cluster 2022-04-26T06:43:20.743572+0000 mgr.smithi136.ofnrfx (mgr.14188) 7874 : cluster [DBG] pgmap v7383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:21 smithi145 bash[13673]: cluster 2022-04-26T06:43:20.744049+0000 mgr.smithi136.ofnrfx (mgr.14188) 7875 : cluster [DBG] pgmap v7384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:21 smithi145 bash[13673]: cephadm 2022-04-26T06:43:20.754817+0000 mgr.smithi136.ofnrfx (mgr.14188) 7876 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:43:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:21 smithi145 bash[13673]: cephadm 2022-04-26T06:43:20.754951+0000 mgr.smithi136.ofnrfx (mgr.14188) 7877 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:43:22.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:22 smithi136 bash[11745]: audit 2022-04-26T06:43:22.358393+0000 mon.smithi136 (mon.0) 4945 : audit [DBG] from='client.? 172.21.15.136:0/3563150669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:22 smithi145 bash[13673]: audit 2022-04-26T06:43:22.358393+0000 mon.smithi136 (mon.0) 4945 : audit [DBG] from='client.? 172.21.15.136:0/3563150669' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:23 smithi136 bash[11745]: cluster 2022-04-26T06:43:22.744700+0000 mgr.smithi136.ofnrfx (mgr.14188) 7878 : cluster [DBG] pgmap v7385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:23 smithi145 bash[13673]: cluster 2022-04-26T06:43:22.744700+0000 mgr.smithi136.ofnrfx (mgr.14188) 7878 : cluster [DBG] pgmap v7385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:25 smithi136 bash[11745]: cluster 2022-04-26T06:43:24.745317+0000 mgr.smithi136.ofnrfx (mgr.14188) 7879 : cluster [DBG] pgmap v7386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:25 smithi145 bash[13673]: cluster 2022-04-26T06:43:24.745317+0000 mgr.smithi136.ofnrfx (mgr.14188) 7879 : cluster [DBG] pgmap v7386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:27.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:27.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:27.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:27.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:27 smithi145 bash[13673]: cluster 2022-04-26T06:43:26.745974+0000 mgr.smithi136.ofnrfx (mgr.14188) 7880 : cluster [DBG] pgmap v7387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:27 smithi145 bash[13673]: audit 2022-04-26T06:43:27.684146+0000 mon.smithi136 (mon.0) 4946 : audit [DBG] from='client.? 172.21.15.136:0/19280072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:27 smithi136 bash[11745]: cluster 2022-04-26T06:43:26.745974+0000 mgr.smithi136.ofnrfx (mgr.14188) 7880 : cluster [DBG] pgmap v7387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:27 smithi136 bash[11745]: audit 2022-04-26T06:43:27.684146+0000 mon.smithi136 (mon.0) 4946 : audit [DBG] from='client.? 172.21.15.136:0/19280072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:29 smithi145 bash[13673]: cluster 2022-04-26T06:43:28.746541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7881 : cluster [DBG] pgmap v7388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:29 smithi136 bash[11745]: cluster 2022-04-26T06:43:28.746541+0000 mgr.smithi136.ofnrfx (mgr.14188) 7881 : cluster [DBG] pgmap v7388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:31 smithi145 bash[13673]: cluster 2022-04-26T06:43:30.747101+0000 mgr.smithi136.ofnrfx (mgr.14188) 7882 : cluster [DBG] pgmap v7389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:31 smithi136 bash[11745]: cluster 2022-04-26T06:43:30.747101+0000 mgr.smithi136.ofnrfx (mgr.14188) 7882 : cluster [DBG] pgmap v7389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:32.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:32.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:32.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:33.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:33 smithi136 bash[11745]: cluster 2022-04-26T06:43:32.747769+0000 mgr.smithi136.ofnrfx (mgr.14188) 7883 : cluster [DBG] pgmap v7390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:33 smithi136 bash[11745]: audit 2022-04-26T06:43:33.021998+0000 mon.smithi136 (mon.0) 4947 : audit [DBG] from='client.? 172.21.15.136:0/210569450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:33 smithi145 bash[13673]: cluster 2022-04-26T06:43:32.747769+0000 mgr.smithi136.ofnrfx (mgr.14188) 7883 : cluster [DBG] pgmap v7390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:33 smithi145 bash[13673]: audit 2022-04-26T06:43:33.021998+0000 mon.smithi136 (mon.0) 4947 : audit [DBG] from='client.? 172.21.15.136:0/210569450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:35 smithi136 bash[11745]: cluster 2022-04-26T06:43:34.748386+0000 mgr.smithi136.ofnrfx (mgr.14188) 7884 : cluster [DBG] pgmap v7391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:35 smithi145 bash[13673]: cluster 2022-04-26T06:43:34.748386+0000 mgr.smithi136.ofnrfx (mgr.14188) 7884 : cluster [DBG] pgmap v7391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:38.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:38.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:38.043 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:37 smithi145 bash[13673]: cluster 2022-04-26T06:43:36.749103+0000 mgr.smithi136.ofnrfx (mgr.14188) 7885 : cluster [DBG] pgmap v7392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:37 smithi136 bash[11745]: cluster 2022-04-26T06:43:36.749103+0000 mgr.smithi136.ofnrfx (mgr.14188) 7885 : cluster [DBG] pgmap v7392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:38.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:39.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:38 smithi136 bash[11745]: audit 2022-04-26T06:43:38.357063+0000 mon.smithi136 (mon.0) 4948 : audit [DBG] from='client.? 172.21.15.136:0/1864863395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:38 smithi145 bash[13673]: audit 2022-04-26T06:43:38.357063+0000 mon.smithi136 (mon.0) 4948 : audit [DBG] from='client.? 172.21.15.136:0/1864863395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:39 smithi145 bash[13673]: cluster 2022-04-26T06:43:38.749872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7886 : cluster [DBG] pgmap v7393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:40.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:39 smithi136 bash[11745]: cluster 2022-04-26T06:43:38.749872+0000 mgr.smithi136.ofnrfx (mgr.14188) 7886 : cluster [DBG] pgmap v7393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:41 smithi145 bash[13673]: cluster 2022-04-26T06:43:40.750568+0000 mgr.smithi136.ofnrfx (mgr.14188) 7887 : cluster [DBG] pgmap v7394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:41 smithi136 bash[11745]: cluster 2022-04-26T06:43:40.750568+0000 mgr.smithi136.ofnrfx (mgr.14188) 7887 : cluster [DBG] pgmap v7394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:43.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:43.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:43.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:43.694 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:43 smithi136 bash[11745]: cluster 2022-04-26T06:43:42.751221+0000 mgr.smithi136.ofnrfx (mgr.14188) 7888 : cluster [DBG] pgmap v7395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:43 smithi136 bash[11745]: audit 2022-04-26T06:43:43.678686+0000 mon.smithi136 (mon.0) 4949 : audit [DBG] from='client.? 172.21.15.136:0/2777795275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:43 smithi145 bash[13673]: cluster 2022-04-26T06:43:42.751221+0000 mgr.smithi136.ofnrfx (mgr.14188) 7888 : cluster [DBG] pgmap v7395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:43 smithi145 bash[13673]: audit 2022-04-26T06:43:43.678686+0000 mon.smithi136 (mon.0) 4949 : audit [DBG] from='client.? 172.21.15.136:0/2777795275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:45 smithi136 bash[11745]: cluster 2022-04-26T06:43:44.751911+0000 mgr.smithi136.ofnrfx (mgr.14188) 7889 : cluster [DBG] pgmap v7396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:45 smithi145 bash[13673]: cluster 2022-04-26T06:43:44.751911+0000 mgr.smithi136.ofnrfx (mgr.14188) 7889 : cluster [DBG] pgmap v7396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:47 smithi145 bash[13673]: cluster 2022-04-26T06:43:46.752534+0000 mgr.smithi136.ofnrfx (mgr.14188) 7890 : cluster [DBG] pgmap v7397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:47 smithi136 bash[11745]: cluster 2022-04-26T06:43:46.752534+0000 mgr.smithi136.ofnrfx (mgr.14188) 7890 : cluster [DBG] pgmap v7397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:48.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:48.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:48.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:49.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:49 smithi145 bash[13673]: cluster 2022-04-26T06:43:48.753249+0000 mgr.smithi136.ofnrfx (mgr.14188) 7891 : cluster [DBG] pgmap v7398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:49 smithi145 bash[13673]: audit 2022-04-26T06:43:49.009512+0000 mon.smithi136 (mon.0) 4950 : audit [DBG] from='client.? 172.21.15.136:0/934742460' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:49 smithi136 bash[11745]: cluster 2022-04-26T06:43:48.753249+0000 mgr.smithi136.ofnrfx (mgr.14188) 7891 : cluster [DBG] pgmap v7398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:49 smithi136 bash[11745]: audit 2022-04-26T06:43:49.009512+0000 mon.smithi136 (mon.0) 4950 : audit [DBG] from='client.? 172.21.15.136:0/934742460' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:51 smithi145 bash[13673]: cluster 2022-04-26T06:43:50.753930+0000 mgr.smithi136.ofnrfx (mgr.14188) 7892 : cluster [DBG] pgmap v7399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:51 smithi136 bash[11745]: cluster 2022-04-26T06:43:50.753930+0000 mgr.smithi136.ofnrfx (mgr.14188) 7892 : cluster [DBG] pgmap v7399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:54.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:54.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:54.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:53 smithi136 bash[11745]: cluster 2022-04-26T06:43:52.754656+0000 mgr.smithi136.ofnrfx (mgr.14188) 7893 : cluster [DBG] pgmap v7400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:53 smithi145 bash[13673]: cluster 2022-04-26T06:43:52.754656+0000 mgr.smithi136.ofnrfx (mgr.14188) 7893 : cluster [DBG] pgmap v7400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:54.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:43:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:54 smithi136 bash[11745]: audit 2022-04-26T06:43:54.346659+0000 mon.smithi136 (mon.0) 4951 : audit [DBG] from='client.? 172.21.15.136:0/1410254689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:54 smithi145 bash[13673]: audit 2022-04-26T06:43:54.346659+0000 mon.smithi136 (mon.0) 4951 : audit [DBG] from='client.? 172.21.15.136:0/1410254689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:43:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:55 smithi136 bash[11745]: cluster 2022-04-26T06:43:54.755335+0000 mgr.smithi136.ofnrfx (mgr.14188) 7894 : cluster [DBG] pgmap v7401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:55 smithi145 bash[13673]: cluster 2022-04-26T06:43:54.755335+0000 mgr.smithi136.ofnrfx (mgr.14188) 7894 : cluster [DBG] pgmap v7401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:57 smithi145 bash[13673]: cluster 2022-04-26T06:43:56.755992+0000 mgr.smithi136.ofnrfx (mgr.14188) 7895 : cluster [DBG] pgmap v7402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:57 smithi136 bash[11745]: cluster 2022-04-26T06:43:56.755992+0000 mgr.smithi136.ofnrfx (mgr.14188) 7895 : cluster [DBG] pgmap v7402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:43:59.366 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:43:59.366 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:43:59.366 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:43:59.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:59 smithi145 bash[13673]: cluster 2022-04-26T06:43:58.756704+0000 mgr.smithi136.ofnrfx (mgr.14188) 7896 : cluster [DBG] pgmap v7403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:43:59 smithi145 bash[13673]: audit 2022-04-26T06:43:59.674850+0000 mon.smithi136 (mon.0) 4952 : audit [DBG] from='client.? 172.21.15.136:0/465295496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:59 smithi136 bash[11745]: cluster 2022-04-26T06:43:58.756704+0000 mgr.smithi136.ofnrfx (mgr.14188) 7896 : cluster [DBG] pgmap v7403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:43:59 smithi136 bash[11745]: audit 2022-04-26T06:43:59.674850+0000 mon.smithi136 (mon.0) 4952 : audit [DBG] from='client.? 172.21.15.136:0/465295496' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:01 smithi145 bash[13673]: cluster 2022-04-26T06:44:00.757490+0000 mgr.smithi136.ofnrfx (mgr.14188) 7897 : cluster [DBG] pgmap v7404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:01 smithi136 bash[11745]: cluster 2022-04-26T06:44:00.757490+0000 mgr.smithi136.ofnrfx (mgr.14188) 7897 : cluster [DBG] pgmap v7404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:03 smithi136 bash[11745]: cluster 2022-04-26T06:44:02.758167+0000 mgr.smithi136.ofnrfx (mgr.14188) 7898 : cluster [DBG] pgmap v7405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:03 smithi136 bash[11745]: audit 2022-04-26T06:44:02.848471+0000 mon.smithi136 (mon.0) 4953 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:44:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:03 smithi136 bash[11745]: audit 2022-04-26T06:44:02.852798+0000 mon.smithi136 (mon.0) 4954 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:44:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:03 smithi145 bash[13673]: cluster 2022-04-26T06:44:02.758167+0000 mgr.smithi136.ofnrfx (mgr.14188) 7898 : cluster [DBG] pgmap v7405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:03 smithi145 bash[13673]: audit 2022-04-26T06:44:02.848471+0000 mon.smithi136 (mon.0) 4953 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:44:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:03 smithi145 bash[13673]: audit 2022-04-26T06:44:02.852798+0000 mon.smithi136 (mon.0) 4954 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:44:04.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:04.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:04.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:05.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:05 smithi145 bash[13673]: cluster 2022-04-26T06:44:04.758764+0000 mgr.smithi136.ofnrfx (mgr.14188) 7899 : cluster [DBG] pgmap v7406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:06.199 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:05 smithi145 bash[13673]: audit 2022-04-26T06:44:05.005017+0000 mon.smithi136 (mon.0) 4955 : audit [DBG] from='client.? 172.21.15.136:0/2636806367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:05 smithi136 bash[11745]: cluster 2022-04-26T06:44:04.758764+0000 mgr.smithi136.ofnrfx (mgr.14188) 7899 : cluster [DBG] pgmap v7406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:05 smithi136 bash[11745]: audit 2022-04-26T06:44:05.005017+0000 mon.smithi136 (mon.0) 4955 : audit [DBG] from='client.? 172.21.15.136:0/2636806367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:07 smithi145 bash[13673]: cluster 2022-04-26T06:44:06.759499+0000 mgr.smithi136.ofnrfx (mgr.14188) 7900 : cluster [DBG] pgmap v7407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:07 smithi136 bash[11745]: cluster 2022-04-26T06:44:06.759499+0000 mgr.smithi136.ofnrfx (mgr.14188) 7900 : cluster [DBG] pgmap v7407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:10.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:10.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:10.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:09 smithi145 bash[13673]: cluster 2022-04-26T06:44:08.760287+0000 mgr.smithi136.ofnrfx (mgr.14188) 7901 : cluster [DBG] pgmap v7408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:09 smithi136 bash[11745]: cluster 2022-04-26T06:44:08.760287+0000 mgr.smithi136.ofnrfx (mgr.14188) 7901 : cluster [DBG] pgmap v7408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:10.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:10 smithi145 bash[13673]: audit 2022-04-26T06:44:10.333613+0000 mon.smithi136 (mon.0) 4956 : audit [DBG] from='client.? 172.21.15.136:0/2209289221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:10 smithi136 bash[11745]: audit 2022-04-26T06:44:10.333613+0000 mon.smithi136 (mon.0) 4956 : audit [DBG] from='client.? 172.21.15.136:0/2209289221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:11 smithi145 bash[13673]: cluster 2022-04-26T06:44:10.760966+0000 mgr.smithi136.ofnrfx (mgr.14188) 7902 : cluster [DBG] pgmap v7409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:11 smithi136 bash[11745]: cluster 2022-04-26T06:44:10.760966+0000 mgr.smithi136.ofnrfx (mgr.14188) 7902 : cluster [DBG] pgmap v7409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:13 smithi136 bash[11745]: cluster 2022-04-26T06:44:12.761575+0000 mgr.smithi136.ofnrfx (mgr.14188) 7903 : cluster [DBG] pgmap v7410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:13 smithi145 bash[13673]: cluster 2022-04-26T06:44:12.761575+0000 mgr.smithi136.ofnrfx (mgr.14188) 7903 : cluster [DBG] pgmap v7410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:15.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:15.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:15.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:15.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:15 smithi145 bash[13673]: cluster 2022-04-26T06:44:14.762307+0000 mgr.smithi136.ofnrfx (mgr.14188) 7904 : cluster [DBG] pgmap v7411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:15 smithi145 bash[13673]: audit 2022-04-26T06:44:15.665416+0000 mon.smithi136 (mon.0) 4957 : audit [DBG] from='client.? 172.21.15.136:0/4009357685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:15 smithi136 bash[11745]: cluster 2022-04-26T06:44:14.762307+0000 mgr.smithi136.ofnrfx (mgr.14188) 7904 : cluster [DBG] pgmap v7411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:15 smithi136 bash[11745]: audit 2022-04-26T06:44:15.665416+0000 mon.smithi136 (mon.0) 4957 : audit [DBG] from='client.? 172.21.15.136:0/4009357685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:17 smithi145 bash[13673]: cluster 2022-04-26T06:44:16.762985+0000 mgr.smithi136.ofnrfx (mgr.14188) 7905 : cluster [DBG] pgmap v7412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:17 smithi136 bash[11745]: cluster 2022-04-26T06:44:16.762985+0000 mgr.smithi136.ofnrfx (mgr.14188) 7905 : cluster [DBG] pgmap v7412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:19 smithi145 bash[13673]: cluster 2022-04-26T06:44:18.763715+0000 mgr.smithi136.ofnrfx (mgr.14188) 7906 : cluster [DBG] pgmap v7413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:19 smithi136 bash[11745]: cluster 2022-04-26T06:44:18.763715+0000 mgr.smithi136.ofnrfx (mgr.14188) 7906 : cluster [DBG] pgmap v7413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:20.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:20.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:20.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:21.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:20 smithi145 bash[13673]: audit 2022-04-26T06:44:20.762677+0000 mon.smithi136 (mon.0) 4958 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:44:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:20 smithi145 bash[13673]: audit 2022-04-26T06:44:20.765617+0000 mon.smithi136 (mon.0) 4959 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:44:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:20 smithi145 bash[13673]: audit 2022-04-26T06:44:20.767196+0000 mon.smithi136 (mon.0) 4960 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:44:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:20 smithi136 bash[11745]: audit 2022-04-26T06:44:20.762677+0000 mon.smithi136 (mon.0) 4958 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:44:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:20 smithi136 bash[11745]: audit 2022-04-26T06:44:20.765617+0000 mon.smithi136 (mon.0) 4959 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:44:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:20 smithi136 bash[11745]: audit 2022-04-26T06:44:20.767196+0000 mon.smithi136 (mon.0) 4960 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:44:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:21 smithi145 bash[13673]: cluster 2022-04-26T06:44:20.764289+0000 mgr.smithi136.ofnrfx (mgr.14188) 7907 : cluster [DBG] pgmap v7414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:21 smithi145 bash[13673]: audit 2022-04-26T06:44:20.992085+0000 mon.smithi136 (mon.0) 4961 : audit [DBG] from='client.? 172.21.15.136:0/675738160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:21 smithi145 bash[13673]: audit 2022-04-26T06:44:21.068401+0000 mon.smithi136 (mon.0) 4962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:44:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:21 smithi145 bash[13673]: audit 2022-04-26T06:44:21.075863+0000 mon.smithi136 (mon.0) 4963 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:44:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:21 smithi136 bash[11745]: cluster 2022-04-26T06:44:20.764289+0000 mgr.smithi136.ofnrfx (mgr.14188) 7907 : cluster [DBG] pgmap v7414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:21 smithi136 bash[11745]: audit 2022-04-26T06:44:20.992085+0000 mon.smithi136 (mon.0) 4961 : audit [DBG] from='client.? 172.21.15.136:0/675738160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:21 smithi136 bash[11745]: audit 2022-04-26T06:44:21.068401+0000 mon.smithi136 (mon.0) 4962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:44:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:21 smithi136 bash[11745]: audit 2022-04-26T06:44:21.075863+0000 mon.smithi136 (mon.0) 4963 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:44:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:22 smithi145 bash[13673]: cluster 2022-04-26T06:44:21.061931+0000 mgr.smithi136.ofnrfx (mgr.14188) 7908 : cluster [DBG] pgmap v7415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:22 smithi145 bash[13673]: cluster 2022-04-26T06:44:21.062303+0000 mgr.smithi136.ofnrfx (mgr.14188) 7909 : cluster [DBG] pgmap v7416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:22 smithi145 bash[13673]: cephadm 2022-04-26T06:44:21.077151+0000 mgr.smithi136.ofnrfx (mgr.14188) 7910 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:44:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:22 smithi145 bash[13673]: cephadm 2022-04-26T06:44:21.077305+0000 mgr.smithi136.ofnrfx (mgr.14188) 7911 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:44:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:22 smithi136 bash[11745]: cluster 2022-04-26T06:44:21.061931+0000 mgr.smithi136.ofnrfx (mgr.14188) 7908 : cluster [DBG] pgmap v7415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:22 smithi136 bash[11745]: cluster 2022-04-26T06:44:21.062303+0000 mgr.smithi136.ofnrfx (mgr.14188) 7909 : cluster [DBG] pgmap v7416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:22 smithi136 bash[11745]: cephadm 2022-04-26T06:44:21.077151+0000 mgr.smithi136.ofnrfx (mgr.14188) 7910 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:44:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:22 smithi136 bash[11745]: cephadm 2022-04-26T06:44:21.077305+0000 mgr.smithi136.ofnrfx (mgr.14188) 7911 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:44:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:24 smithi145 bash[13673]: cluster 2022-04-26T06:44:23.062857+0000 mgr.smithi136.ofnrfx (mgr.14188) 7912 : cluster [DBG] pgmap v7417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:24 smithi136 bash[11745]: cluster 2022-04-26T06:44:23.062857+0000 mgr.smithi136.ofnrfx (mgr.14188) 7912 : cluster [DBG] pgmap v7417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:26.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:26.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:26.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:26.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:26 smithi145 bash[13673]: cluster 2022-04-26T06:44:25.063473+0000 mgr.smithi136.ofnrfx (mgr.14188) 7913 : cluster [DBG] pgmap v7418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:27.195 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:26 smithi145 bash[13673]: audit 2022-04-26T06:44:26.320902+0000 mon.smithi136 (mon.0) 4964 : audit [DBG] from='client.? 172.21.15.136:0/3678241674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:26 smithi136 bash[11745]: cluster 2022-04-26T06:44:25.063473+0000 mgr.smithi136.ofnrfx (mgr.14188) 7913 : cluster [DBG] pgmap v7418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:26 smithi136 bash[11745]: audit 2022-04-26T06:44:26.320902+0000 mon.smithi136 (mon.0) 4964 : audit [DBG] from='client.? 172.21.15.136:0/3678241674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:29.019 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:28 smithi136 bash[11745]: cluster 2022-04-26T06:44:27.064137+0000 mgr.smithi136.ofnrfx (mgr.14188) 7914 : cluster [DBG] pgmap v7419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:28 smithi145 bash[13673]: cluster 2022-04-26T06:44:27.064137+0000 mgr.smithi136.ofnrfx (mgr.14188) 7914 : cluster [DBG] pgmap v7419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:30 smithi136 bash[11745]: cluster 2022-04-26T06:44:29.064790+0000 mgr.smithi136.ofnrfx (mgr.14188) 7915 : cluster [DBG] pgmap v7420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:30 smithi145 bash[13673]: cluster 2022-04-26T06:44:29.064790+0000 mgr.smithi136.ofnrfx (mgr.14188) 7915 : cluster [DBG] pgmap v7420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:31.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:31.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:31.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:31.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:31 smithi136 bash[11745]: audit 2022-04-26T06:44:31.645799+0000 mon.smithi136 (mon.0) 4965 : audit [DBG] from='client.? 172.21.15.136:0/1744102063' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:31 smithi145 bash[13673]: audit 2022-04-26T06:44:31.645799+0000 mon.smithi136 (mon.0) 4965 : audit [DBG] from='client.? 172.21.15.136:0/1744102063' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:32 smithi136 bash[11745]: cluster 2022-04-26T06:44:31.065417+0000 mgr.smithi136.ofnrfx (mgr.14188) 7916 : cluster [DBG] pgmap v7421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:32 smithi145 bash[13673]: cluster 2022-04-26T06:44:31.065417+0000 mgr.smithi136.ofnrfx (mgr.14188) 7916 : cluster [DBG] pgmap v7421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:34 smithi136 bash[11745]: cluster 2022-04-26T06:44:33.066043+0000 mgr.smithi136.ofnrfx (mgr.14188) 7917 : cluster [DBG] pgmap v7422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:34 smithi145 bash[13673]: cluster 2022-04-26T06:44:33.066043+0000 mgr.smithi136.ofnrfx (mgr.14188) 7917 : cluster [DBG] pgmap v7422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:36.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:36.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:36.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:36.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:36 smithi136 bash[11745]: cluster 2022-04-26T06:44:35.066637+0000 mgr.smithi136.ofnrfx (mgr.14188) 7918 : cluster [DBG] pgmap v7423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:36 smithi145 bash[13673]: cluster 2022-04-26T06:44:35.066637+0000 mgr.smithi136.ofnrfx (mgr.14188) 7918 : cluster [DBG] pgmap v7423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:37 smithi136 bash[11745]: audit 2022-04-26T06:44:36.975544+0000 mon.smithi136 (mon.0) 4966 : audit [DBG] from='client.? 172.21.15.136:0/640119121' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:37 smithi145 bash[13673]: audit 2022-04-26T06:44:36.975544+0000 mon.smithi136 (mon.0) 4966 : audit [DBG] from='client.? 172.21.15.136:0/640119121' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:39.018 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:38 smithi136 bash[11745]: cluster 2022-04-26T06:44:37.067291+0000 mgr.smithi136.ofnrfx (mgr.14188) 7919 : cluster [DBG] pgmap v7424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:38 smithi145 bash[13673]: cluster 2022-04-26T06:44:37.067291+0000 mgr.smithi136.ofnrfx (mgr.14188) 7919 : cluster [DBG] pgmap v7424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:40 smithi136 bash[11745]: cluster 2022-04-26T06:44:39.067986+0000 mgr.smithi136.ofnrfx (mgr.14188) 7920 : cluster [DBG] pgmap v7425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:40 smithi145 bash[13673]: cluster 2022-04-26T06:44:39.067986+0000 mgr.smithi136.ofnrfx (mgr.14188) 7920 : cluster [DBG] pgmap v7425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:41.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:41.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:41.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:42.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:42 smithi136 bash[11745]: cluster 2022-04-26T06:44:41.068591+0000 mgr.smithi136.ofnrfx (mgr.14188) 7921 : cluster [DBG] pgmap v7426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:42 smithi136 bash[11745]: audit 2022-04-26T06:44:42.305442+0000 mon.smithi136 (mon.0) 4967 : audit [DBG] from='client.? 172.21.15.136:0/1269594883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:42 smithi145 bash[13673]: cluster 2022-04-26T06:44:41.068591+0000 mgr.smithi136.ofnrfx (mgr.14188) 7921 : cluster [DBG] pgmap v7426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:43.189 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:42 smithi145 bash[13673]: audit 2022-04-26T06:44:42.305442+0000 mon.smithi136 (mon.0) 4967 : audit [DBG] from='client.? 172.21.15.136:0/1269594883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:44 smithi136 bash[11745]: cluster 2022-04-26T06:44:43.069207+0000 mgr.smithi136.ofnrfx (mgr.14188) 7922 : cluster [DBG] pgmap v7427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:44 smithi145 bash[13673]: cluster 2022-04-26T06:44:43.069207+0000 mgr.smithi136.ofnrfx (mgr.14188) 7922 : cluster [DBG] pgmap v7427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:46 smithi136 bash[11745]: cluster 2022-04-26T06:44:45.069831+0000 mgr.smithi136.ofnrfx (mgr.14188) 7923 : cluster [DBG] pgmap v7428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:46 smithi145 bash[13673]: cluster 2022-04-26T06:44:45.069831+0000 mgr.smithi136.ofnrfx (mgr.14188) 7923 : cluster [DBG] pgmap v7428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:47.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:47.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:47.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:47.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:47 smithi136 bash[11745]: audit 2022-04-26T06:44:47.635909+0000 mon.smithi136 (mon.0) 4968 : audit [DBG] from='client.? 172.21.15.136:0/1738141054' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:47 smithi145 bash[13673]: audit 2022-04-26T06:44:47.635909+0000 mon.smithi136 (mon.0) 4968 : audit [DBG] from='client.? 172.21.15.136:0/1738141054' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:49.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:48 smithi136 bash[11745]: cluster 2022-04-26T06:44:47.070614+0000 mgr.smithi136.ofnrfx (mgr.14188) 7924 : cluster [DBG] pgmap v7429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:48 smithi145 bash[13673]: cluster 2022-04-26T06:44:47.070614+0000 mgr.smithi136.ofnrfx (mgr.14188) 7924 : cluster [DBG] pgmap v7429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:50 smithi136 bash[11745]: cluster 2022-04-26T06:44:49.071329+0000 mgr.smithi136.ofnrfx (mgr.14188) 7925 : cluster [DBG] pgmap v7430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:50 smithi145 bash[13673]: cluster 2022-04-26T06:44:49.071329+0000 mgr.smithi136.ofnrfx (mgr.14188) 7925 : cluster [DBG] pgmap v7430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:52.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:52.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:52.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:52.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:52 smithi136 bash[11745]: cluster 2022-04-26T06:44:51.071969+0000 mgr.smithi136.ofnrfx (mgr.14188) 7926 : cluster [DBG] pgmap v7431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:52 smithi145 bash[13673]: cluster 2022-04-26T06:44:51.071969+0000 mgr.smithi136.ofnrfx (mgr.14188) 7926 : cluster [DBG] pgmap v7431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:53 smithi136 bash[11745]: audit 2022-04-26T06:44:52.970893+0000 mon.smithi136 (mon.0) 4969 : audit [DBG] from='client.? 172.21.15.136:0/2549165238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:53 smithi145 bash[13673]: audit 2022-04-26T06:44:52.970893+0000 mon.smithi136 (mon.0) 4969 : audit [DBG] from='client.? 172.21.15.136:0/2549165238' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:54 smithi136 bash[11745]: cluster 2022-04-26T06:44:53.072524+0000 mgr.smithi136.ofnrfx (mgr.14188) 7927 : cluster [DBG] pgmap v7432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:54 smithi145 bash[13673]: cluster 2022-04-26T06:44:53.072524+0000 mgr.smithi136.ofnrfx (mgr.14188) 7927 : cluster [DBG] pgmap v7432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:56 smithi136 bash[11745]: cluster 2022-04-26T06:44:55.073115+0000 mgr.smithi136.ofnrfx (mgr.14188) 7928 : cluster [DBG] pgmap v7433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:56 smithi145 bash[13673]: cluster 2022-04-26T06:44:55.073115+0000 mgr.smithi136.ofnrfx (mgr.14188) 7928 : cluster [DBG] pgmap v7433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:57.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:44:57.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:44:57.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:44:58.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:44:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:58 smithi136 bash[11745]: cluster 2022-04-26T06:44:57.073746+0000 mgr.smithi136.ofnrfx (mgr.14188) 7929 : cluster [DBG] pgmap v7434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:44:58 smithi136 bash[11745]: audit 2022-04-26T06:44:58.294815+0000 mon.smithi136 (mon.0) 4970 : audit [DBG] from='client.? 172.21.15.136:0/3066902808' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:44:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:58 smithi145 bash[13673]: cluster 2022-04-26T06:44:57.073746+0000 mgr.smithi136.ofnrfx (mgr.14188) 7929 : cluster [DBG] pgmap v7434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:44:59.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:44:58 smithi145 bash[13673]: audit 2022-04-26T06:44:58.294815+0000 mon.smithi136 (mon.0) 4970 : audit [DBG] from='client.? 172.21.15.136:0/3066902808' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:00 smithi145 bash[13673]: cluster 2022-04-26T06:44:59.074320+0000 mgr.smithi136.ofnrfx (mgr.14188) 7930 : cluster [DBG] pgmap v7435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:00 smithi136 bash[11745]: cluster 2022-04-26T06:44:59.074320+0000 mgr.smithi136.ofnrfx (mgr.14188) 7930 : cluster [DBG] pgmap v7435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:02 smithi145 bash[13673]: cluster 2022-04-26T06:45:01.074966+0000 mgr.smithi136.ofnrfx (mgr.14188) 7931 : cluster [DBG] pgmap v7436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:02 smithi136 bash[11745]: cluster 2022-04-26T06:45:01.074966+0000 mgr.smithi136.ofnrfx (mgr.14188) 7931 : cluster [DBG] pgmap v7436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:03.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:03.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:03.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:03.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:03 smithi145 bash[13673]: audit 2022-04-26T06:45:02.852726+0000 mon.smithi136 (mon.0) 4971 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:45:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:03 smithi145 bash[13673]: audit 2022-04-26T06:45:02.856660+0000 mon.smithi136 (mon.0) 4972 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:45:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:03 smithi145 bash[13673]: audit 2022-04-26T06:45:03.621624+0000 mon.smithi136 (mon.0) 4973 : audit [DBG] from='client.? 172.21.15.136:0/822436643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:03 smithi136 bash[11745]: audit 2022-04-26T06:45:02.852726+0000 mon.smithi136 (mon.0) 4971 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:45:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:03 smithi136 bash[11745]: audit 2022-04-26T06:45:02.856660+0000 mon.smithi136 (mon.0) 4972 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:45:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:03 smithi136 bash[11745]: audit 2022-04-26T06:45:03.621624+0000 mon.smithi136 (mon.0) 4973 : audit [DBG] from='client.? 172.21.15.136:0/822436643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:04 smithi145 bash[13673]: cluster 2022-04-26T06:45:03.075621+0000 mgr.smithi136.ofnrfx (mgr.14188) 7932 : cluster [DBG] pgmap v7437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:04 smithi136 bash[11745]: cluster 2022-04-26T06:45:03.075621+0000 mgr.smithi136.ofnrfx (mgr.14188) 7932 : cluster [DBG] pgmap v7437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:06 smithi145 bash[13673]: cluster 2022-04-26T06:45:05.076207+0000 mgr.smithi136.ofnrfx (mgr.14188) 7933 : cluster [DBG] pgmap v7438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:06 smithi136 bash[11745]: cluster 2022-04-26T06:45:05.076207+0000 mgr.smithi136.ofnrfx (mgr.14188) 7933 : cluster [DBG] pgmap v7438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:08.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:08.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:08.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:08.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:08 smithi145 bash[13673]: cluster 2022-04-26T06:45:07.076861+0000 mgr.smithi136.ofnrfx (mgr.14188) 7934 : cluster [DBG] pgmap v7439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:08 smithi136 bash[11745]: cluster 2022-04-26T06:45:07.076861+0000 mgr.smithi136.ofnrfx (mgr.14188) 7934 : cluster [DBG] pgmap v7439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:09 smithi145 bash[13673]: audit 2022-04-26T06:45:08.949218+0000 mon.smithi136 (mon.0) 4974 : audit [DBG] from='client.? 172.21.15.136:0/2986338148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:09 smithi136 bash[11745]: audit 2022-04-26T06:45:08.949218+0000 mon.smithi136 (mon.0) 4974 : audit [DBG] from='client.? 172.21.15.136:0/2986338148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:10 smithi145 bash[13673]: cluster 2022-04-26T06:45:09.077492+0000 mgr.smithi136.ofnrfx (mgr.14188) 7935 : cluster [DBG] pgmap v7440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:10 smithi136 bash[11745]: cluster 2022-04-26T06:45:09.077492+0000 mgr.smithi136.ofnrfx (mgr.14188) 7935 : cluster [DBG] pgmap v7440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:13.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:12 smithi145 bash[13673]: cluster 2022-04-26T06:45:11.079301+0000 mgr.smithi136.ofnrfx (mgr.14188) 7936 : cluster [DBG] pgmap v7441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:12 smithi136 bash[11745]: cluster 2022-04-26T06:45:11.079301+0000 mgr.smithi136.ofnrfx (mgr.14188) 7936 : cluster [DBG] pgmap v7441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:13.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:13.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:13.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:14.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:14 smithi145 bash[13673]: cluster 2022-04-26T06:45:13.079933+0000 mgr.smithi136.ofnrfx (mgr.14188) 7937 : cluster [DBG] pgmap v7442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:14 smithi145 bash[13673]: audit 2022-04-26T06:45:14.273966+0000 mon.smithi136 (mon.0) 4975 : audit [DBG] from='client.? 172.21.15.136:0/3777835626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:14 smithi136 bash[11745]: cluster 2022-04-26T06:45:13.079933+0000 mgr.smithi136.ofnrfx (mgr.14188) 7937 : cluster [DBG] pgmap v7442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:14 smithi136 bash[11745]: audit 2022-04-26T06:45:14.273966+0000 mon.smithi136 (mon.0) 4975 : audit [DBG] from='client.? 172.21.15.136:0/3777835626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:16 smithi145 bash[13673]: cluster 2022-04-26T06:45:15.080544+0000 mgr.smithi136.ofnrfx (mgr.14188) 7938 : cluster [DBG] pgmap v7443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:16 smithi136 bash[11745]: cluster 2022-04-26T06:45:15.080544+0000 mgr.smithi136.ofnrfx (mgr.14188) 7938 : cluster [DBG] pgmap v7443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:19.019 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:18 smithi136 bash[11745]: cluster 2022-04-26T06:45:17.081181+0000 mgr.smithi136.ofnrfx (mgr.14188) 7939 : cluster [DBG] pgmap v7444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:18 smithi145 bash[13673]: cluster 2022-04-26T06:45:17.081181+0000 mgr.smithi136.ofnrfx (mgr.14188) 7939 : cluster [DBG] pgmap v7444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:19.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:19.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:19.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:19.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:19 smithi136 bash[11745]: audit 2022-04-26T06:45:19.605177+0000 mon.smithi136 (mon.0) 4976 : audit [DBG] from='client.? 172.21.15.136:0/1414662481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:19 smithi145 bash[13673]: audit 2022-04-26T06:45:19.605177+0000 mon.smithi136 (mon.0) 4976 : audit [DBG] from='client.? 172.21.15.136:0/1414662481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:20 smithi136 bash[11745]: cluster 2022-04-26T06:45:19.081786+0000 mgr.smithi136.ofnrfx (mgr.14188) 7940 : cluster [DBG] pgmap v7445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:20 smithi145 bash[13673]: cluster 2022-04-26T06:45:19.081786+0000 mgr.smithi136.ofnrfx (mgr.14188) 7940 : cluster [DBG] pgmap v7445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:21 smithi136 bash[11745]: audit 2022-04-26T06:45:21.088922+0000 mon.smithi136 (mon.0) 4977 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:45:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:21 smithi136 bash[11745]: audit 2022-04-26T06:45:21.091660+0000 mon.smithi136 (mon.0) 4978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:45:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:21 smithi136 bash[11745]: audit 2022-04-26T06:45:21.093582+0000 mon.smithi136 (mon.0) 4979 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:45:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:21 smithi136 bash[11745]: audit 2022-04-26T06:45:21.395838+0000 mon.smithi136 (mon.0) 4980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:45:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:21 smithi136 bash[11745]: audit 2022-04-26T06:45:21.403656+0000 mon.smithi136 (mon.0) 4981 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:45:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:21 smithi145 bash[13673]: audit 2022-04-26T06:45:21.088922+0000 mon.smithi136 (mon.0) 4977 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:45:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:21 smithi145 bash[13673]: audit 2022-04-26T06:45:21.091660+0000 mon.smithi136 (mon.0) 4978 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:45:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:21 smithi145 bash[13673]: audit 2022-04-26T06:45:21.093582+0000 mon.smithi136 (mon.0) 4979 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:45:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:21 smithi145 bash[13673]: audit 2022-04-26T06:45:21.395838+0000 mon.smithi136 (mon.0) 4980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:45:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:21 smithi145 bash[13673]: audit 2022-04-26T06:45:21.403656+0000 mon.smithi136 (mon.0) 4981 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:45:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:22 smithi136 bash[11745]: cluster 2022-04-26T06:45:21.082413+0000 mgr.smithi136.ofnrfx (mgr.14188) 7941 : cluster [DBG] pgmap v7446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:22 smithi136 bash[11745]: cluster 2022-04-26T06:45:21.388974+0000 mgr.smithi136.ofnrfx (mgr.14188) 7942 : cluster [DBG] pgmap v7447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:22 smithi136 bash[11745]: cluster 2022-04-26T06:45:21.389263+0000 mgr.smithi136.ofnrfx (mgr.14188) 7943 : cluster [DBG] pgmap v7448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:22 smithi136 bash[11745]: cephadm 2022-04-26T06:45:21.404680+0000 mgr.smithi136.ofnrfx (mgr.14188) 7944 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:45:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:22 smithi136 bash[11745]: cephadm 2022-04-26T06:45:21.404881+0000 mgr.smithi136.ofnrfx (mgr.14188) 7945 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:45:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:22 smithi145 bash[13673]: cluster 2022-04-26T06:45:21.082413+0000 mgr.smithi136.ofnrfx (mgr.14188) 7941 : cluster [DBG] pgmap v7446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:22 smithi145 bash[13673]: cluster 2022-04-26T06:45:21.388974+0000 mgr.smithi136.ofnrfx (mgr.14188) 7942 : cluster [DBG] pgmap v7447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:22 smithi145 bash[13673]: cluster 2022-04-26T06:45:21.389263+0000 mgr.smithi136.ofnrfx (mgr.14188) 7943 : cluster [DBG] pgmap v7448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:22 smithi145 bash[13673]: cephadm 2022-04-26T06:45:21.404680+0000 mgr.smithi136.ofnrfx (mgr.14188) 7944 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:45:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:22 smithi145 bash[13673]: cephadm 2022-04-26T06:45:21.404881+0000 mgr.smithi136.ofnrfx (mgr.14188) 7945 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:45:24.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:24.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:24.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:24.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:24 smithi136 bash[11745]: cluster 2022-04-26T06:45:23.389873+0000 mgr.smithi136.ofnrfx (mgr.14188) 7946 : cluster [DBG] pgmap v7449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:24 smithi145 bash[13673]: cluster 2022-04-26T06:45:23.389873+0000 mgr.smithi136.ofnrfx (mgr.14188) 7946 : cluster [DBG] pgmap v7449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:25 smithi136 bash[11745]: audit 2022-04-26T06:45:24.926354+0000 mon.smithi136 (mon.0) 4982 : audit [DBG] from='client.? 172.21.15.136:0/1571753117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:25 smithi145 bash[13673]: audit 2022-04-26T06:45:24.926354+0000 mon.smithi136 (mon.0) 4982 : audit [DBG] from='client.? 172.21.15.136:0/1571753117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:26 smithi136 bash[11745]: cluster 2022-04-26T06:45:25.390525+0000 mgr.smithi136.ofnrfx (mgr.14188) 7947 : cluster [DBG] pgmap v7450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:26 smithi145 bash[13673]: cluster 2022-04-26T06:45:25.390525+0000 mgr.smithi136.ofnrfx (mgr.14188) 7947 : cluster [DBG] pgmap v7450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:29.020 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:28 smithi136 bash[11745]: cluster 2022-04-26T06:45:27.391164+0000 mgr.smithi136.ofnrfx (mgr.14188) 7948 : cluster [DBG] pgmap v7451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:28 smithi145 bash[13673]: cluster 2022-04-26T06:45:27.391164+0000 mgr.smithi136.ofnrfx (mgr.14188) 7948 : cluster [DBG] pgmap v7451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:29.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:29.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:29.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:30.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:30 smithi136 bash[11745]: cluster 2022-04-26T06:45:29.391810+0000 mgr.smithi136.ofnrfx (mgr.14188) 7949 : cluster [DBG] pgmap v7452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:30 smithi136 bash[11745]: audit 2022-04-26T06:45:30.253310+0000 mon.smithi136 (mon.0) 4983 : audit [DBG] from='client.? 172.21.15.136:0/3771033272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:30 smithi145 bash[13673]: cluster 2022-04-26T06:45:29.391810+0000 mgr.smithi136.ofnrfx (mgr.14188) 7949 : cluster [DBG] pgmap v7452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:30 smithi145 bash[13673]: audit 2022-04-26T06:45:30.253310+0000 mon.smithi136 (mon.0) 4983 : audit [DBG] from='client.? 172.21.15.136:0/3771033272' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:32 smithi136 bash[11745]: cluster 2022-04-26T06:45:31.392530+0000 mgr.smithi136.ofnrfx (mgr.14188) 7950 : cluster [DBG] pgmap v7453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:32 smithi145 bash[13673]: cluster 2022-04-26T06:45:31.392530+0000 mgr.smithi136.ofnrfx (mgr.14188) 7950 : cluster [DBG] pgmap v7453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:34 smithi136 bash[11745]: cluster 2022-04-26T06:45:33.393174+0000 mgr.smithi136.ofnrfx (mgr.14188) 7951 : cluster [DBG] pgmap v7454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:34 smithi145 bash[13673]: cluster 2022-04-26T06:45:33.393174+0000 mgr.smithi136.ofnrfx (mgr.14188) 7951 : cluster [DBG] pgmap v7454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:35.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:35.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:35.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:35.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:35 smithi136 bash[11745]: audit 2022-04-26T06:45:35.582144+0000 mon.smithi136 (mon.0) 4984 : audit [DBG] from='client.? 172.21.15.136:0/3524623957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:35 smithi145 bash[13673]: audit 2022-04-26T06:45:35.582144+0000 mon.smithi136 (mon.0) 4984 : audit [DBG] from='client.? 172.21.15.136:0/3524623957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:36 smithi136 bash[11745]: cluster 2022-04-26T06:45:35.393695+0000 mgr.smithi136.ofnrfx (mgr.14188) 7952 : cluster [DBG] pgmap v7455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:36 smithi145 bash[13673]: cluster 2022-04-26T06:45:35.393695+0000 mgr.smithi136.ofnrfx (mgr.14188) 7952 : cluster [DBG] pgmap v7455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:38 smithi136 bash[11745]: cluster 2022-04-26T06:45:37.394403+0000 mgr.smithi136.ofnrfx (mgr.14188) 7953 : cluster [DBG] pgmap v7456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:38 smithi145 bash[13673]: cluster 2022-04-26T06:45:37.394403+0000 mgr.smithi136.ofnrfx (mgr.14188) 7953 : cluster [DBG] pgmap v7456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:40.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:40.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:40.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:40.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:41.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:40 smithi136 bash[11745]: cluster 2022-04-26T06:45:39.395085+0000 mgr.smithi136.ofnrfx (mgr.14188) 7954 : cluster [DBG] pgmap v7457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:40 smithi145 bash[13673]: cluster 2022-04-26T06:45:39.395085+0000 mgr.smithi136.ofnrfx (mgr.14188) 7954 : cluster [DBG] pgmap v7457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:41 smithi136 bash[11745]: audit 2022-04-26T06:45:40.909764+0000 mon.smithi136 (mon.0) 4985 : audit [DBG] from='client.? 172.21.15.136:0/597454327' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:41 smithi145 bash[13673]: audit 2022-04-26T06:45:40.909764+0000 mon.smithi136 (mon.0) 4985 : audit [DBG] from='client.? 172.21.15.136:0/597454327' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:42 smithi136 bash[11745]: cluster 2022-04-26T06:45:41.395805+0000 mgr.smithi136.ofnrfx (mgr.14188) 7955 : cluster [DBG] pgmap v7458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:42 smithi145 bash[13673]: cluster 2022-04-26T06:45:41.395805+0000 mgr.smithi136.ofnrfx (mgr.14188) 7955 : cluster [DBG] pgmap v7458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:44 smithi145 bash[13673]: cluster 2022-04-26T06:45:43.396424+0000 mgr.smithi136.ofnrfx (mgr.14188) 7956 : cluster [DBG] pgmap v7459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:44 smithi136 bash[11745]: cluster 2022-04-26T06:45:43.396424+0000 mgr.smithi136.ofnrfx (mgr.14188) 7956 : cluster [DBG] pgmap v7459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:45.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:45.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:45.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:46.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:46 smithi145 bash[13673]: cluster 2022-04-26T06:45:45.397055+0000 mgr.smithi136.ofnrfx (mgr.14188) 7957 : cluster [DBG] pgmap v7460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:46 smithi145 bash[13673]: audit 2022-04-26T06:45:46.242365+0000 mon.smithi136 (mon.0) 4986 : audit [DBG] from='client.? 172.21.15.136:0/1603078289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:46 smithi136 bash[11745]: cluster 2022-04-26T06:45:45.397055+0000 mgr.smithi136.ofnrfx (mgr.14188) 7957 : cluster [DBG] pgmap v7460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:46 smithi136 bash[11745]: audit 2022-04-26T06:45:46.242365+0000 mon.smithi136 (mon.0) 4986 : audit [DBG] from='client.? 172.21.15.136:0/1603078289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:49.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:48 smithi136 bash[11745]: cluster 2022-04-26T06:45:47.397746+0000 mgr.smithi136.ofnrfx (mgr.14188) 7958 : cluster [DBG] pgmap v7461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:48 smithi145 bash[13673]: cluster 2022-04-26T06:45:47.397746+0000 mgr.smithi136.ofnrfx (mgr.14188) 7958 : cluster [DBG] pgmap v7461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:50 smithi145 bash[13673]: cluster 2022-04-26T06:45:49.398396+0000 mgr.smithi136.ofnrfx (mgr.14188) 7959 : cluster [DBG] pgmap v7462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:51.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:51.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:51.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:50 smithi136 bash[11745]: cluster 2022-04-26T06:45:49.398396+0000 mgr.smithi136.ofnrfx (mgr.14188) 7959 : cluster [DBG] pgmap v7462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:51.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:51 smithi145 bash[13673]: audit 2022-04-26T06:45:51.569978+0000 mon.smithi136 (mon.0) 4987 : audit [DBG] from='client.? 172.21.15.136:0/2561979650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:51 smithi136 bash[11745]: audit 2022-04-26T06:45:51.569978+0000 mon.smithi136 (mon.0) 4987 : audit [DBG] from='client.? 172.21.15.136:0/2561979650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:52 smithi145 bash[13673]: cluster 2022-04-26T06:45:51.398801+0000 mgr.smithi136.ofnrfx (mgr.14188) 7960 : cluster [DBG] pgmap v7463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:52 smithi136 bash[11745]: cluster 2022-04-26T06:45:51.398801+0000 mgr.smithi136.ofnrfx (mgr.14188) 7960 : cluster [DBG] pgmap v7463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:54 smithi145 bash[13673]: cluster 2022-04-26T06:45:53.399384+0000 mgr.smithi136.ofnrfx (mgr.14188) 7961 : cluster [DBG] pgmap v7464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:54 smithi136 bash[11745]: cluster 2022-04-26T06:45:53.399384+0000 mgr.smithi136.ofnrfx (mgr.14188) 7961 : cluster [DBG] pgmap v7464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:56.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:45:56.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:45:56.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:45:56.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:45:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:56 smithi145 bash[13673]: cluster 2022-04-26T06:45:55.399994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7962 : cluster [DBG] pgmap v7465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:56 smithi136 bash[11745]: cluster 2022-04-26T06:45:55.399994+0000 mgr.smithi136.ofnrfx (mgr.14188) 7962 : cluster [DBG] pgmap v7465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:57 smithi145 bash[13673]: audit 2022-04-26T06:45:56.899748+0000 mon.smithi136 (mon.0) 4988 : audit [DBG] from='client.? 172.21.15.136:0/3657191031' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:57 smithi136 bash[11745]: audit 2022-04-26T06:45:56.899748+0000 mon.smithi136 (mon.0) 4988 : audit [DBG] from='client.? 172.21.15.136:0/3657191031' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:45:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:45:58 smithi145 bash[13673]: cluster 2022-04-26T06:45:57.400572+0000 mgr.smithi136.ofnrfx (mgr.14188) 7963 : cluster [DBG] pgmap v7466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:45:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:45:58 smithi136 bash[11745]: cluster 2022-04-26T06:45:57.400572+0000 mgr.smithi136.ofnrfx (mgr.14188) 7963 : cluster [DBG] pgmap v7466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:00 smithi145 bash[13673]: cluster 2022-04-26T06:45:59.401229+0000 mgr.smithi136.ofnrfx (mgr.14188) 7964 : cluster [DBG] pgmap v7467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:00 smithi136 bash[11745]: cluster 2022-04-26T06:45:59.401229+0000 mgr.smithi136.ofnrfx (mgr.14188) 7964 : cluster [DBG] pgmap v7467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:01.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:01.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:01.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:02.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:02 smithi145 bash[13673]: cluster 2022-04-26T06:46:01.401850+0000 mgr.smithi136.ofnrfx (mgr.14188) 7965 : cluster [DBG] pgmap v7468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:02 smithi145 bash[13673]: audit 2022-04-26T06:46:02.233712+0000 mon.smithi136 (mon.0) 4989 : audit [DBG] from='client.? 172.21.15.136:0/1169467044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:02 smithi145 bash[13673]: audit 2022-04-26T06:46:02.856718+0000 mon.smithi136 (mon.0) 4990 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:46:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:02 smithi145 bash[13673]: audit 2022-04-26T06:46:02.860581+0000 mon.smithi136 (mon.0) 4991 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:46:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:02 smithi136 bash[11745]: cluster 2022-04-26T06:46:01.401850+0000 mgr.smithi136.ofnrfx (mgr.14188) 7965 : cluster [DBG] pgmap v7468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:02 smithi136 bash[11745]: audit 2022-04-26T06:46:02.233712+0000 mon.smithi136 (mon.0) 4989 : audit [DBG] from='client.? 172.21.15.136:0/1169467044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:02 smithi136 bash[11745]: audit 2022-04-26T06:46:02.856718+0000 mon.smithi136 (mon.0) 4990 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:46:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:02 smithi136 bash[11745]: audit 2022-04-26T06:46:02.860581+0000 mon.smithi136 (mon.0) 4991 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:46:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:04 smithi145 bash[13673]: cluster 2022-04-26T06:46:03.402452+0000 mgr.smithi136.ofnrfx (mgr.14188) 7966 : cluster [DBG] pgmap v7469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:04 smithi136 bash[11745]: cluster 2022-04-26T06:46:03.402452+0000 mgr.smithi136.ofnrfx (mgr.14188) 7966 : cluster [DBG] pgmap v7469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:05 smithi145 bash[13673]: cluster 2022-04-26T06:46:05.403062+0000 mgr.smithi136.ofnrfx (mgr.14188) 7967 : cluster [DBG] pgmap v7470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:05 smithi136 bash[11745]: cluster 2022-04-26T06:46:05.403062+0000 mgr.smithi136.ofnrfx (mgr.14188) 7967 : cluster [DBG] pgmap v7470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:07.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:07.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:07.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:07.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:08 smithi136 bash[11745]: cluster 2022-04-26T06:46:07.403664+0000 mgr.smithi136.ofnrfx (mgr.14188) 7968 : cluster [DBG] pgmap v7471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:08 smithi136 bash[11745]: audit 2022-04-26T06:46:07.563080+0000 mon.smithi136 (mon.0) 4992 : audit [DBG] from='client.? 172.21.15.136:0/648401850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:08 smithi145 bash[13673]: cluster 2022-04-26T06:46:07.403664+0000 mgr.smithi136.ofnrfx (mgr.14188) 7968 : cluster [DBG] pgmap v7471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:08 smithi145 bash[13673]: audit 2022-04-26T06:46:07.563080+0000 mon.smithi136 (mon.0) 4992 : audit [DBG] from='client.? 172.21.15.136:0/648401850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:10 smithi136 bash[11745]: cluster 2022-04-26T06:46:09.404258+0000 mgr.smithi136.ofnrfx (mgr.14188) 7969 : cluster [DBG] pgmap v7472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:10 smithi145 bash[13673]: cluster 2022-04-26T06:46:09.404258+0000 mgr.smithi136.ofnrfx (mgr.14188) 7969 : cluster [DBG] pgmap v7472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:12.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:12.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:12.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:12 smithi136 bash[11745]: cluster 2022-04-26T06:46:11.404868+0000 mgr.smithi136.ofnrfx (mgr.14188) 7970 : cluster [DBG] pgmap v7473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:12.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:12 smithi145 bash[13673]: cluster 2022-04-26T06:46:11.404868+0000 mgr.smithi136.ofnrfx (mgr.14188) 7970 : cluster [DBG] pgmap v7473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:12.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:13 smithi136 bash[11745]: audit 2022-04-26T06:46:12.899718+0000 mon.smithi136 (mon.0) 4993 : audit [DBG] from='client.? 172.21.15.136:0/1412613689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:13 smithi145 bash[13673]: audit 2022-04-26T06:46:12.899718+0000 mon.smithi136 (mon.0) 4993 : audit [DBG] from='client.? 172.21.15.136:0/1412613689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:14 smithi136 bash[11745]: cluster 2022-04-26T06:46:13.405517+0000 mgr.smithi136.ofnrfx (mgr.14188) 7971 : cluster [DBG] pgmap v7474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:14 smithi145 bash[13673]: cluster 2022-04-26T06:46:13.405517+0000 mgr.smithi136.ofnrfx (mgr.14188) 7971 : cluster [DBG] pgmap v7474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:16 smithi136 bash[11745]: cluster 2022-04-26T06:46:15.406140+0000 mgr.smithi136.ofnrfx (mgr.14188) 7972 : cluster [DBG] pgmap v7475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:16 smithi145 bash[13673]: cluster 2022-04-26T06:46:15.406140+0000 mgr.smithi136.ofnrfx (mgr.14188) 7972 : cluster [DBG] pgmap v7475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:17.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:17.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:17.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:18.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:18 smithi136 bash[11745]: cluster 2022-04-26T06:46:17.406782+0000 mgr.smithi136.ofnrfx (mgr.14188) 7973 : cluster [DBG] pgmap v7476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:19.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:18 smithi136 bash[11745]: audit 2022-04-26T06:46:18.231051+0000 mon.smithi136 (mon.0) 4994 : audit [DBG] from='client.? 172.21.15.136:0/3437172549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:18 smithi145 bash[13673]: cluster 2022-04-26T06:46:17.406782+0000 mgr.smithi136.ofnrfx (mgr.14188) 7973 : cluster [DBG] pgmap v7476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:19.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:18 smithi145 bash[13673]: audit 2022-04-26T06:46:18.231051+0000 mon.smithi136 (mon.0) 4994 : audit [DBG] from='client.? 172.21.15.136:0/3437172549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:20 smithi136 bash[11745]: cluster 2022-04-26T06:46:19.407463+0000 mgr.smithi136.ofnrfx (mgr.14188) 7974 : cluster [DBG] pgmap v7477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:20 smithi145 bash[13673]: cluster 2022-04-26T06:46:19.407463+0000 mgr.smithi136.ofnrfx (mgr.14188) 7974 : cluster [DBG] pgmap v7477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:21 smithi136 bash[11745]: audit 2022-04-26T06:46:21.416097+0000 mon.smithi136 (mon.0) 4995 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:46:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:21 smithi136 bash[11745]: audit 2022-04-26T06:46:21.418848+0000 mon.smithi136 (mon.0) 4996 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:46:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:21 smithi136 bash[11745]: audit 2022-04-26T06:46:21.420670+0000 mon.smithi136 (mon.0) 4997 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:46:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:21 smithi145 bash[13673]: audit 2022-04-26T06:46:21.416097+0000 mon.smithi136 (mon.0) 4995 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:46:22.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:21 smithi145 bash[13673]: audit 2022-04-26T06:46:21.418848+0000 mon.smithi136 (mon.0) 4996 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:46:22.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:21 smithi145 bash[13673]: audit 2022-04-26T06:46:21.420670+0000 mon.smithi136 (mon.0) 4997 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:46:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:22 smithi136 bash[11745]: cluster 2022-04-26T06:46:21.408154+0000 mgr.smithi136.ofnrfx (mgr.14188) 7975 : cluster [DBG] pgmap v7478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:22 smithi145 bash[13673]: cluster 2022-04-26T06:46:21.408154+0000 mgr.smithi136.ofnrfx (mgr.14188) 7975 : cluster [DBG] pgmap v7478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:23.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:23.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:23.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:23.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:23 smithi136 bash[11745]: audit 2022-04-26T06:46:23.568989+0000 mon.smithi136 (mon.0) 4998 : audit [DBG] from='client.? 172.21.15.136:0/2845155727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:23 smithi145 bash[13673]: audit 2022-04-26T06:46:23.568989+0000 mon.smithi136 (mon.0) 4998 : audit [DBG] from='client.? 172.21.15.136:0/2845155727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:24 smithi136 bash[11745]: cluster 2022-04-26T06:46:23.408618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7976 : cluster [DBG] pgmap v7479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:24 smithi145 bash[13673]: cluster 2022-04-26T06:46:23.408618+0000 mgr.smithi136.ofnrfx (mgr.14188) 7976 : cluster [DBG] pgmap v7479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:26 smithi136 bash[11745]: audit 2022-04-26T06:46:25.210777+0000 mon.smithi136 (mon.0) 4999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:46:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:26 smithi136 bash[11745]: cluster 2022-04-26T06:46:25.409182+0000 mgr.smithi136.ofnrfx (mgr.14188) 7977 : cluster [DBG] pgmap v7480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:26.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:26 smithi136 bash[11745]: audit 2022-04-26T06:46:25.929221+0000 mon.smithi136 (mon.0) 5000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:46:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:26 smithi145 bash[13673]: audit 2022-04-26T06:46:25.210777+0000 mon.smithi136 (mon.0) 4999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:46:26.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:26 smithi145 bash[13673]: cluster 2022-04-26T06:46:25.409182+0000 mgr.smithi136.ofnrfx (mgr.14188) 7977 : cluster [DBG] pgmap v7480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:26.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:26 smithi145 bash[13673]: audit 2022-04-26T06:46:25.929221+0000 mon.smithi136 (mon.0) 5000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:27 smithi136 bash[11745]: cluster 2022-04-26T06:46:26.217795+0000 mgr.smithi136.ofnrfx (mgr.14188) 7978 : cluster [DBG] pgmap v7481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:27 smithi136 bash[11745]: cluster 2022-04-26T06:46:26.218225+0000 mgr.smithi136.ofnrfx (mgr.14188) 7979 : cluster [DBG] pgmap v7482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:27 smithi136 bash[11745]: audit 2022-04-26T06:46:26.225680+0000 mon.smithi136 (mon.0) 5001 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:27 smithi136 bash[11745]: audit 2022-04-26T06:46:26.235190+0000 mon.smithi136 (mon.0) 5002 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:27 smithi136 bash[11745]: cephadm 2022-04-26T06:46:26.236612+0000 mgr.smithi136.ofnrfx (mgr.14188) 7980 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:46:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:27 smithi136 bash[11745]: cephadm 2022-04-26T06:46:26.236764+0000 mgr.smithi136.ofnrfx (mgr.14188) 7981 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:46:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:27 smithi145 bash[13673]: cluster 2022-04-26T06:46:26.217795+0000 mgr.smithi136.ofnrfx (mgr.14188) 7978 : cluster [DBG] pgmap v7481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:27 smithi145 bash[13673]: cluster 2022-04-26T06:46:26.218225+0000 mgr.smithi136.ofnrfx (mgr.14188) 7979 : cluster [DBG] pgmap v7482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:27 smithi145 bash[13673]: audit 2022-04-26T06:46:26.225680+0000 mon.smithi136 (mon.0) 5001 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:46:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:27 smithi145 bash[13673]: audit 2022-04-26T06:46:26.235190+0000 mon.smithi136 (mon.0) 5002 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:46:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:27 smithi145 bash[13673]: cephadm 2022-04-26T06:46:26.236612+0000 mgr.smithi136.ofnrfx (mgr.14188) 7980 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:46:27.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:27 smithi145 bash[13673]: cephadm 2022-04-26T06:46:26.236764+0000 mgr.smithi136.ofnrfx (mgr.14188) 7981 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:46:28.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:28.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:28.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:28.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:29 smithi136 bash[11745]: cluster 2022-04-26T06:46:28.218898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7982 : cluster [DBG] pgmap v7483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:29 smithi136 bash[11745]: audit 2022-04-26T06:46:28.901328+0000 mon.smithi136 (mon.0) 5003 : audit [DBG] from='client.? 172.21.15.136:0/2697836705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:29 smithi145 bash[13673]: cluster 2022-04-26T06:46:28.218898+0000 mgr.smithi136.ofnrfx (mgr.14188) 7982 : cluster [DBG] pgmap v7483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:29 smithi145 bash[13673]: audit 2022-04-26T06:46:28.901328+0000 mon.smithi136 (mon.0) 5003 : audit [DBG] from='client.? 172.21.15.136:0/2697836705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:31 smithi136 bash[11745]: cluster 2022-04-26T06:46:30.219542+0000 mgr.smithi136.ofnrfx (mgr.14188) 7983 : cluster [DBG] pgmap v7484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:31 smithi145 bash[13673]: cluster 2022-04-26T06:46:30.219542+0000 mgr.smithi136.ofnrfx (mgr.14188) 7983 : cluster [DBG] pgmap v7484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:33.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:33.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:33.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:33 smithi136 bash[11745]: cluster 2022-04-26T06:46:32.220133+0000 mgr.smithi136.ofnrfx (mgr.14188) 7984 : cluster [DBG] pgmap v7485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:33 smithi145 bash[13673]: cluster 2022-04-26T06:46:32.220133+0000 mgr.smithi136.ofnrfx (mgr.14188) 7984 : cluster [DBG] pgmap v7485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:34.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:34 smithi136 bash[11745]: audit 2022-04-26T06:46:34.229737+0000 mon.smithi136 (mon.0) 5004 : audit [DBG] from='client.? 172.21.15.136:0/3925944057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:34 smithi145 bash[13673]: audit 2022-04-26T06:46:34.229737+0000 mon.smithi136 (mon.0) 5004 : audit [DBG] from='client.? 172.21.15.136:0/3925944057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:35 smithi136 bash[11745]: cluster 2022-04-26T06:46:34.220713+0000 mgr.smithi136.ofnrfx (mgr.14188) 7985 : cluster [DBG] pgmap v7486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:35 smithi145 bash[13673]: cluster 2022-04-26T06:46:34.220713+0000 mgr.smithi136.ofnrfx (mgr.14188) 7985 : cluster [DBG] pgmap v7486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:37 smithi136 bash[11745]: cluster 2022-04-26T06:46:36.221462+0000 mgr.smithi136.ofnrfx (mgr.14188) 7986 : cluster [DBG] pgmap v7487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:37 smithi145 bash[13673]: cluster 2022-04-26T06:46:36.221462+0000 mgr.smithi136.ofnrfx (mgr.14188) 7986 : cluster [DBG] pgmap v7487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:39.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:39.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:39.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:39.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:39 smithi136 bash[11745]: cluster 2022-04-26T06:46:38.222151+0000 mgr.smithi136.ofnrfx (mgr.14188) 7987 : cluster [DBG] pgmap v7488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:39 smithi136 bash[11745]: audit 2022-04-26T06:46:39.563378+0000 mon.smithi136 (mon.0) 5005 : audit [DBG] from='client.? 172.21.15.136:0/1624369959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:39 smithi145 bash[13673]: cluster 2022-04-26T06:46:38.222151+0000 mgr.smithi136.ofnrfx (mgr.14188) 7987 : cluster [DBG] pgmap v7488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:39 smithi145 bash[13673]: audit 2022-04-26T06:46:39.563378+0000 mon.smithi136 (mon.0) 5005 : audit [DBG] from='client.? 172.21.15.136:0/1624369959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:41 smithi136 bash[11745]: cluster 2022-04-26T06:46:40.222757+0000 mgr.smithi136.ofnrfx (mgr.14188) 7988 : cluster [DBG] pgmap v7489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:41 smithi145 bash[13673]: cluster 2022-04-26T06:46:40.222757+0000 mgr.smithi136.ofnrfx (mgr.14188) 7988 : cluster [DBG] pgmap v7489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:44.067 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:43 smithi136 bash[11745]: cluster 2022-04-26T06:46:42.223391+0000 mgr.smithi136.ofnrfx (mgr.14188) 7989 : cluster [DBG] pgmap v7490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:43 smithi145 bash[13673]: cluster 2022-04-26T06:46:42.223391+0000 mgr.smithi136.ofnrfx (mgr.14188) 7989 : cluster [DBG] pgmap v7490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:44.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:44.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:44.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:44.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:45 smithi136 bash[11745]: cluster 2022-04-26T06:46:44.224002+0000 mgr.smithi136.ofnrfx (mgr.14188) 7990 : cluster [DBG] pgmap v7491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:45 smithi136 bash[11745]: audit 2022-04-26T06:46:44.890302+0000 mon.smithi136 (mon.0) 5006 : audit [DBG] from='client.? 172.21.15.136:0/3697768694' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:45 smithi145 bash[13673]: cluster 2022-04-26T06:46:44.224002+0000 mgr.smithi136.ofnrfx (mgr.14188) 7990 : cluster [DBG] pgmap v7491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:45 smithi145 bash[13673]: audit 2022-04-26T06:46:44.890302+0000 mon.smithi136 (mon.0) 5006 : audit [DBG] from='client.? 172.21.15.136:0/3697768694' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:47 smithi136 bash[11745]: cluster 2022-04-26T06:46:46.224635+0000 mgr.smithi136.ofnrfx (mgr.14188) 7991 : cluster [DBG] pgmap v7492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:47 smithi145 bash[13673]: cluster 2022-04-26T06:46:46.224635+0000 mgr.smithi136.ofnrfx (mgr.14188) 7991 : cluster [DBG] pgmap v7492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:49.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:49.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:49.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:49 smithi145 bash[13673]: cluster 2022-04-26T06:46:48.225197+0000 mgr.smithi136.ofnrfx (mgr.14188) 7992 : cluster [DBG] pgmap v7493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:50.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:49 smithi136 bash[11745]: cluster 2022-04-26T06:46:48.225197+0000 mgr.smithi136.ofnrfx (mgr.14188) 7992 : cluster [DBG] pgmap v7493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:50 smithi145 bash[13673]: audit 2022-04-26T06:46:50.214074+0000 mon.smithi136 (mon.0) 5007 : audit [DBG] from='client.? 172.21.15.136:0/3620855697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:50 smithi136 bash[11745]: audit 2022-04-26T06:46:50.214074+0000 mon.smithi136 (mon.0) 5007 : audit [DBG] from='client.? 172.21.15.136:0/3620855697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:51 smithi145 bash[13673]: cluster 2022-04-26T06:46:50.225631+0000 mgr.smithi136.ofnrfx (mgr.14188) 7993 : cluster [DBG] pgmap v7494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:51 smithi136 bash[11745]: cluster 2022-04-26T06:46:50.225631+0000 mgr.smithi136.ofnrfx (mgr.14188) 7993 : cluster [DBG] pgmap v7494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:53 smithi145 bash[13673]: cluster 2022-04-26T06:46:52.226248+0000 mgr.smithi136.ofnrfx (mgr.14188) 7994 : cluster [DBG] pgmap v7495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:53 smithi136 bash[11745]: cluster 2022-04-26T06:46:52.226248+0000 mgr.smithi136.ofnrfx (mgr.14188) 7994 : cluster [DBG] pgmap v7495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:55.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:46:55.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:46:55.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:46:55.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:46:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:55 smithi145 bash[13673]: cluster 2022-04-26T06:46:54.226996+0000 mgr.smithi136.ofnrfx (mgr.14188) 7995 : cluster [DBG] pgmap v7496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:55 smithi145 bash[13673]: audit 2022-04-26T06:46:55.546065+0000 mon.smithi136 (mon.0) 5008 : audit [DBG] from='client.? 172.21.15.136:0/2162265020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:55 smithi136 bash[11745]: cluster 2022-04-26T06:46:54.226996+0000 mgr.smithi136.ofnrfx (mgr.14188) 7995 : cluster [DBG] pgmap v7496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:55 smithi136 bash[11745]: audit 2022-04-26T06:46:55.546065+0000 mon.smithi136 (mon.0) 5008 : audit [DBG] from='client.? 172.21.15.136:0/2162265020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:46:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:57 smithi145 bash[13673]: cluster 2022-04-26T06:46:56.227683+0000 mgr.smithi136.ofnrfx (mgr.14188) 7996 : cluster [DBG] pgmap v7497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:46:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:57 smithi136 bash[11745]: cluster 2022-04-26T06:46:56.227683+0000 mgr.smithi136.ofnrfx (mgr.14188) 7996 : cluster [DBG] pgmap v7497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:00.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:46:59 smithi145 bash[13673]: cluster 2022-04-26T06:46:58.228293+0000 mgr.smithi136.ofnrfx (mgr.14188) 7997 : cluster [DBG] pgmap v7498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:46:59 smithi136 bash[11745]: cluster 2022-04-26T06:46:58.228293+0000 mgr.smithi136.ofnrfx (mgr.14188) 7997 : cluster [DBG] pgmap v7498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:00.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:00.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:00.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:00.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:02.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:01 smithi145 bash[13673]: cluster 2022-04-26T06:47:00.228899+0000 mgr.smithi136.ofnrfx (mgr.14188) 7998 : cluster [DBG] pgmap v7499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:02.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:01 smithi145 bash[13673]: audit 2022-04-26T06:47:00.868731+0000 mon.smithi136 (mon.0) 5009 : audit [DBG] from='client.? 172.21.15.136:0/3591638828' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:01 smithi136 bash[11745]: cluster 2022-04-26T06:47:00.228899+0000 mgr.smithi136.ofnrfx (mgr.14188) 7998 : cluster [DBG] pgmap v7499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:01 smithi136 bash[11745]: audit 2022-04-26T06:47:00.868731+0000 mon.smithi136 (mon.0) 5009 : audit [DBG] from='client.? 172.21.15.136:0/3591638828' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:03 smithi145 bash[13673]: cluster 2022-04-26T06:47:02.229520+0000 mgr.smithi136.ofnrfx (mgr.14188) 7999 : cluster [DBG] pgmap v7500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:03 smithi145 bash[13673]: audit 2022-04-26T06:47:02.860714+0000 mon.smithi136 (mon.0) 5010 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:47:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:03 smithi145 bash[13673]: audit 2022-04-26T06:47:02.864673+0000 mon.smithi136 (mon.0) 5011 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:47:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:03 smithi136 bash[11745]: cluster 2022-04-26T06:47:02.229520+0000 mgr.smithi136.ofnrfx (mgr.14188) 7999 : cluster [DBG] pgmap v7500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:04.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:03 smithi136 bash[11745]: audit 2022-04-26T06:47:02.860714+0000 mon.smithi136 (mon.0) 5010 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:47:04.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:03 smithi136 bash[11745]: audit 2022-04-26T06:47:02.864673+0000 mon.smithi136 (mon.0) 5011 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:47:05.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:05.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:05.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:05 smithi145 bash[13673]: cluster 2022-04-26T06:47:04.230129+0000 mgr.smithi136.ofnrfx (mgr.14188) 8000 : cluster [DBG] pgmap v7501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:06.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:05 smithi136 bash[11745]: cluster 2022-04-26T06:47:04.230129+0000 mgr.smithi136.ofnrfx (mgr.14188) 8000 : cluster [DBG] pgmap v7501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:07.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:06 smithi145 bash[13673]: audit 2022-04-26T06:47:06.192782+0000 mon.smithi136 (mon.0) 5012 : audit [DBG] from='client.? 172.21.15.136:0/2172300216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:06 smithi136 bash[11745]: audit 2022-04-26T06:47:06.192782+0000 mon.smithi136 (mon.0) 5012 : audit [DBG] from='client.? 172.21.15.136:0/2172300216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:07 smithi145 bash[13673]: cluster 2022-04-26T06:47:06.230851+0000 mgr.smithi136.ofnrfx (mgr.14188) 8001 : cluster [DBG] pgmap v7502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:07 smithi136 bash[11745]: cluster 2022-04-26T06:47:06.230851+0000 mgr.smithi136.ofnrfx (mgr.14188) 8001 : cluster [DBG] pgmap v7502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:10.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:09 smithi145 bash[13673]: cluster 2022-04-26T06:47:08.231645+0000 mgr.smithi136.ofnrfx (mgr.14188) 8002 : cluster [DBG] pgmap v7503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:09 smithi136 bash[11745]: cluster 2022-04-26T06:47:08.231645+0000 mgr.smithi136.ofnrfx (mgr.14188) 8002 : cluster [DBG] pgmap v7503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:11.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:11.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:11.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:11.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:11 smithi145 bash[13673]: cluster 2022-04-26T06:47:10.232229+0000 mgr.smithi136.ofnrfx (mgr.14188) 8003 : cluster [DBG] pgmap v7504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:11 smithi145 bash[13673]: audit 2022-04-26T06:47:11.513441+0000 mon.smithi136 (mon.0) 5013 : audit [DBG] from='client.? 172.21.15.136:0/2155503922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:11 smithi136 bash[11745]: cluster 2022-04-26T06:47:10.232229+0000 mgr.smithi136.ofnrfx (mgr.14188) 8003 : cluster [DBG] pgmap v7504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:11 smithi136 bash[11745]: audit 2022-04-26T06:47:11.513441+0000 mon.smithi136 (mon.0) 5013 : audit [DBG] from='client.? 172.21.15.136:0/2155503922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:14.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:13 smithi145 bash[13673]: cluster 2022-04-26T06:47:12.232862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8004 : cluster [DBG] pgmap v7505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:13 smithi136 bash[11745]: cluster 2022-04-26T06:47:12.232862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8004 : cluster [DBG] pgmap v7505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:15 smithi145 bash[13673]: cluster 2022-04-26T06:47:14.233447+0000 mgr.smithi136.ofnrfx (mgr.14188) 8005 : cluster [DBG] pgmap v7506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:15 smithi136 bash[11745]: cluster 2022-04-26T06:47:14.233447+0000 mgr.smithi136.ofnrfx (mgr.14188) 8005 : cluster [DBG] pgmap v7506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:16.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:16.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:16.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:16.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:16 smithi145 bash[13673]: cluster 2022-04-26T06:47:16.234069+0000 mgr.smithi136.ofnrfx (mgr.14188) 8006 : cluster [DBG] pgmap v7507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:17.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:16 smithi145 bash[13673]: audit 2022-04-26T06:47:16.838002+0000 mon.smithi136 (mon.0) 5014 : audit [DBG] from='client.? 172.21.15.136:0/4129237199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:16 smithi136 bash[11745]: cluster 2022-04-26T06:47:16.234069+0000 mgr.smithi136.ofnrfx (mgr.14188) 8006 : cluster [DBG] pgmap v7507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:16 smithi136 bash[11745]: audit 2022-04-26T06:47:16.838002+0000 mon.smithi136 (mon.0) 5014 : audit [DBG] from='client.? 172.21.15.136:0/4129237199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:19 smithi136 bash[11745]: cluster 2022-04-26T06:47:18.234718+0000 mgr.smithi136.ofnrfx (mgr.14188) 8007 : cluster [DBG] pgmap v7508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:19 smithi145 bash[13673]: cluster 2022-04-26T06:47:18.234718+0000 mgr.smithi136.ofnrfx (mgr.14188) 8007 : cluster [DBG] pgmap v7508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:21.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:21.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:21.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:21 smithi136 bash[11745]: cluster 2022-04-26T06:47:20.235409+0000 mgr.smithi136.ofnrfx (mgr.14188) 8008 : cluster [DBG] pgmap v7509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:21 smithi145 bash[13673]: cluster 2022-04-26T06:47:20.235409+0000 mgr.smithi136.ofnrfx (mgr.14188) 8008 : cluster [DBG] pgmap v7509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:22.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:22 smithi136 bash[11745]: audit 2022-04-26T06:47:22.168623+0000 mon.smithi136 (mon.0) 5015 : audit [DBG] from='client.? 172.21.15.136:0/2799794902' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:22 smithi145 bash[13673]: audit 2022-04-26T06:47:22.168623+0000 mon.smithi136 (mon.0) 5015 : audit [DBG] from='client.? 172.21.15.136:0/2799794902' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:23 smithi136 bash[11745]: cluster 2022-04-26T06:47:22.236135+0000 mgr.smithi136.ofnrfx (mgr.14188) 8009 : cluster [DBG] pgmap v7510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:23 smithi145 bash[13673]: cluster 2022-04-26T06:47:22.236135+0000 mgr.smithi136.ofnrfx (mgr.14188) 8009 : cluster [DBG] pgmap v7510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:26.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:25 smithi136 bash[11745]: cluster 2022-04-26T06:47:24.236780+0000 mgr.smithi136.ofnrfx (mgr.14188) 8010 : cluster [DBG] pgmap v7511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:26.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:25 smithi145 bash[13673]: cluster 2022-04-26T06:47:24.236780+0000 mgr.smithi136.ofnrfx (mgr.14188) 8010 : cluster [DBG] pgmap v7511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:26 smithi136 bash[11745]: audit 2022-04-26T06:47:26.244694+0000 mon.smithi136 (mon.0) 5016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:47:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:26 smithi136 bash[11745]: audit 2022-04-26T06:47:26.247257+0000 mon.smithi136 (mon.0) 5017 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:47:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:26 smithi136 bash[11745]: audit 2022-04-26T06:47:26.249119+0000 mon.smithi136 (mon.0) 5018 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:47:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:26 smithi136 bash[11745]: audit 2022-04-26T06:47:26.549191+0000 mon.smithi136 (mon.0) 5019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:47:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:26 smithi145 bash[13673]: audit 2022-04-26T06:47:26.244694+0000 mon.smithi136 (mon.0) 5016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:47:27.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:26 smithi145 bash[13673]: audit 2022-04-26T06:47:26.247257+0000 mon.smithi136 (mon.0) 5017 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:47:27.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:26 smithi145 bash[13673]: audit 2022-04-26T06:47:26.249119+0000 mon.smithi136 (mon.0) 5018 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:47:27.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:26 smithi145 bash[13673]: audit 2022-04-26T06:47:26.549191+0000 mon.smithi136 (mon.0) 5019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:47:27.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:27.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:27.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:27.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: cluster 2022-04-26T06:47:26.237406+0000 mgr.smithi136.ofnrfx (mgr.14188) 8011 : cluster [DBG] pgmap v7512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: cluster 2022-04-26T06:47:26.834467+0000 mgr.smithi136.ofnrfx (mgr.14188) 8012 : cluster [DBG] pgmap v7513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: cluster 2022-04-26T06:47:26.834915+0000 mgr.smithi136.ofnrfx (mgr.14188) 8013 : cluster [DBG] pgmap v7514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: audit 2022-04-26T06:47:26.842083+0000 mon.smithi136 (mon.0) 5020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:47:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: audit 2022-04-26T06:47:26.848897+0000 mon.smithi136 (mon.0) 5021 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:47:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: cephadm 2022-04-26T06:47:26.849762+0000 mgr.smithi136.ofnrfx (mgr.14188) 8014 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:47:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: cephadm 2022-04-26T06:47:26.849851+0000 mgr.smithi136.ofnrfx (mgr.14188) 8015 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:47:28.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:27 smithi145 bash[13673]: audit 2022-04-26T06:47:27.493515+0000 mon.smithi136 (mon.0) 5022 : audit [DBG] from='client.? 172.21.15.136:0/2824093302' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: cluster 2022-04-26T06:47:26.237406+0000 mgr.smithi136.ofnrfx (mgr.14188) 8011 : cluster [DBG] pgmap v7512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: cluster 2022-04-26T06:47:26.834467+0000 mgr.smithi136.ofnrfx (mgr.14188) 8012 : cluster [DBG] pgmap v7513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: cluster 2022-04-26T06:47:26.834915+0000 mgr.smithi136.ofnrfx (mgr.14188) 8013 : cluster [DBG] pgmap v7514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: audit 2022-04-26T06:47:26.842083+0000 mon.smithi136 (mon.0) 5020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:47:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: audit 2022-04-26T06:47:26.848897+0000 mon.smithi136 (mon.0) 5021 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:47:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: cephadm 2022-04-26T06:47:26.849762+0000 mgr.smithi136.ofnrfx (mgr.14188) 8014 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:47:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: cephadm 2022-04-26T06:47:26.849851+0000 mgr.smithi136.ofnrfx (mgr.14188) 8015 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:47:28.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:27 smithi136 bash[11745]: audit 2022-04-26T06:47:27.493515+0000 mon.smithi136 (mon.0) 5022 : audit [DBG] from='client.? 172.21.15.136:0/2824093302' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:29 smithi145 bash[13673]: cluster 2022-04-26T06:47:28.835269+0000 mgr.smithi136.ofnrfx (mgr.14188) 8016 : cluster [DBG] pgmap v7515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:29 smithi136 bash[11745]: cluster 2022-04-26T06:47:28.835269+0000 mgr.smithi136.ofnrfx (mgr.14188) 8016 : cluster [DBG] pgmap v7515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:31 smithi145 bash[13673]: cluster 2022-04-26T06:47:30.835831+0000 mgr.smithi136.ofnrfx (mgr.14188) 8017 : cluster [DBG] pgmap v7516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:31 smithi136 bash[11745]: cluster 2022-04-26T06:47:30.835831+0000 mgr.smithi136.ofnrfx (mgr.14188) 8017 : cluster [DBG] pgmap v7516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:32.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:32.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:32.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:32.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:33 smithi136 bash[11745]: audit 2022-04-26T06:47:32.825216+0000 mon.smithi136 (mon.0) 5023 : audit [DBG] from='client.? 172.21.15.136:0/145512209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:33 smithi136 bash[11745]: cluster 2022-04-26T06:47:32.836423+0000 mgr.smithi136.ofnrfx (mgr.14188) 8018 : cluster [DBG] pgmap v7517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:33 smithi145 bash[13673]: audit 2022-04-26T06:47:32.825216+0000 mon.smithi136 (mon.0) 5023 : audit [DBG] from='client.? 172.21.15.136:0/145512209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:34.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:33 smithi145 bash[13673]: cluster 2022-04-26T06:47:32.836423+0000 mgr.smithi136.ofnrfx (mgr.14188) 8018 : cluster [DBG] pgmap v7517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:35 smithi145 bash[13673]: cluster 2022-04-26T06:47:34.837047+0000 mgr.smithi136.ofnrfx (mgr.14188) 8019 : cluster [DBG] pgmap v7518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:35 smithi136 bash[11745]: cluster 2022-04-26T06:47:34.837047+0000 mgr.smithi136.ofnrfx (mgr.14188) 8019 : cluster [DBG] pgmap v7518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:36 smithi136 bash[11745]: cluster 2022-04-26T06:47:36.837682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8020 : cluster [DBG] pgmap v7519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:36 smithi145 bash[13673]: cluster 2022-04-26T06:47:36.837682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8020 : cluster [DBG] pgmap v7519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:37.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:37.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:37.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:38.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:38 smithi136 bash[11745]: audit 2022-04-26T06:47:38.156256+0000 mon.smithi136 (mon.0) 5024 : audit [DBG] from='client.? 172.21.15.136:0/1592225615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:38 smithi145 bash[13673]: audit 2022-04-26T06:47:38.156256+0000 mon.smithi136 (mon.0) 5024 : audit [DBG] from='client.? 172.21.15.136:0/1592225615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:39 smithi136 bash[11745]: cluster 2022-04-26T06:47:38.838233+0000 mgr.smithi136.ofnrfx (mgr.14188) 8021 : cluster [DBG] pgmap v7520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:40.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:39 smithi145 bash[13673]: cluster 2022-04-26T06:47:38.838233+0000 mgr.smithi136.ofnrfx (mgr.14188) 8021 : cluster [DBG] pgmap v7520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:42.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:41 smithi145 bash[13673]: cluster 2022-04-26T06:47:40.838788+0000 mgr.smithi136.ofnrfx (mgr.14188) 8022 : cluster [DBG] pgmap v7521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:41 smithi136 bash[11745]: cluster 2022-04-26T06:47:40.838788+0000 mgr.smithi136.ofnrfx (mgr.14188) 8022 : cluster [DBG] pgmap v7521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:43.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:43.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:43.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:43.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:43 smithi136 bash[11745]: cluster 2022-04-26T06:47:42.839438+0000 mgr.smithi136.ofnrfx (mgr.14188) 8023 : cluster [DBG] pgmap v7522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:43 smithi136 bash[11745]: audit 2022-04-26T06:47:43.489413+0000 mon.smithi136 (mon.0) 5025 : audit [DBG] from='client.? 172.21.15.136:0/619962184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:43 smithi145 bash[13673]: cluster 2022-04-26T06:47:42.839438+0000 mgr.smithi136.ofnrfx (mgr.14188) 8023 : cluster [DBG] pgmap v7522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:43 smithi145 bash[13673]: audit 2022-04-26T06:47:43.489413+0000 mon.smithi136 (mon.0) 5025 : audit [DBG] from='client.? 172.21.15.136:0/619962184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:45 smithi145 bash[13673]: cluster 2022-04-26T06:47:44.840116+0000 mgr.smithi136.ofnrfx (mgr.14188) 8024 : cluster [DBG] pgmap v7523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:45 smithi136 bash[11745]: cluster 2022-04-26T06:47:44.840116+0000 mgr.smithi136.ofnrfx (mgr.14188) 8024 : cluster [DBG] pgmap v7523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:46 smithi136 bash[11745]: cluster 2022-04-26T06:47:46.840761+0000 mgr.smithi136.ofnrfx (mgr.14188) 8025 : cluster [DBG] pgmap v7524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:47.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:46 smithi145 bash[13673]: cluster 2022-04-26T06:47:46.840761+0000 mgr.smithi136.ofnrfx (mgr.14188) 8025 : cluster [DBG] pgmap v7524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:48.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:48.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:48.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:48.831 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:49.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:48 smithi145 bash[13673]: audit 2022-04-26T06:47:48.815702+0000 mon.smithi136 (mon.0) 5026 : audit [DBG] from='client.? 172.21.15.136:0/3724370794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:48 smithi136 bash[11745]: audit 2022-04-26T06:47:48.815702+0000 mon.smithi136 (mon.0) 5026 : audit [DBG] from='client.? 172.21.15.136:0/3724370794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:49 smithi145 bash[13673]: cluster 2022-04-26T06:47:48.841345+0000 mgr.smithi136.ofnrfx (mgr.14188) 8026 : cluster [DBG] pgmap v7525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:49 smithi136 bash[11745]: cluster 2022-04-26T06:47:48.841345+0000 mgr.smithi136.ofnrfx (mgr.14188) 8026 : cluster [DBG] pgmap v7525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:50 smithi136 bash[11745]: cluster 2022-04-26T06:47:50.841905+0000 mgr.smithi136.ofnrfx (mgr.14188) 8027 : cluster [DBG] pgmap v7526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:51.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:50 smithi145 bash[13673]: cluster 2022-04-26T06:47:50.841905+0000 mgr.smithi136.ofnrfx (mgr.14188) 8027 : cluster [DBG] pgmap v7526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:53.834 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:53.834 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:53.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:53 smithi136 bash[11745]: cluster 2022-04-26T06:47:52.842537+0000 mgr.smithi136.ofnrfx (mgr.14188) 8028 : cluster [DBG] pgmap v7527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:54.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:53 smithi145 bash[13673]: cluster 2022-04-26T06:47:52.842537+0000 mgr.smithi136.ofnrfx (mgr.14188) 8028 : cluster [DBG] pgmap v7527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:54.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:47:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:54 smithi136 bash[11745]: audit 2022-04-26T06:47:54.143140+0000 mon.smithi136 (mon.0) 5027 : audit [DBG] from='client.? 172.21.15.136:0/2273548506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:54 smithi145 bash[13673]: audit 2022-04-26T06:47:54.143140+0000 mon.smithi136 (mon.0) 5027 : audit [DBG] from='client.? 172.21.15.136:0/2273548506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:47:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:55 smithi136 bash[11745]: cluster 2022-04-26T06:47:54.843175+0000 mgr.smithi136.ofnrfx (mgr.14188) 8029 : cluster [DBG] pgmap v7528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:55 smithi145 bash[13673]: cluster 2022-04-26T06:47:54.843175+0000 mgr.smithi136.ofnrfx (mgr.14188) 8029 : cluster [DBG] pgmap v7528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:56 smithi136 bash[11745]: cluster 2022-04-26T06:47:56.843966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8030 : cluster [DBG] pgmap v7529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:56 smithi145 bash[13673]: cluster 2022-04-26T06:47:56.843966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8030 : cluster [DBG] pgmap v7529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:59.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:47:59.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:47:59.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:47:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:58 smithi136 bash[11745]: cluster 2022-04-26T06:47:58.844629+0000 mgr.smithi136.ofnrfx (mgr.14188) 8031 : cluster [DBG] pgmap v7530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:58 smithi145 bash[13673]: cluster 2022-04-26T06:47:58.844629+0000 mgr.smithi136.ofnrfx (mgr.14188) 8031 : cluster [DBG] pgmap v7530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:47:59.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:47:59 smithi136 bash[11745]: audit 2022-04-26T06:47:59.465535+0000 mon.smithi136 (mon.0) 5028 : audit [DBG] from='client.? 172.21.15.136:0/1311331229' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:47:59 smithi145 bash[13673]: audit 2022-04-26T06:47:59.465535+0000 mon.smithi136 (mon.0) 5028 : audit [DBG] from='client.? 172.21.15.136:0/1311331229' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:00 smithi136 bash[11745]: cluster 2022-04-26T06:48:00.845347+0000 mgr.smithi136.ofnrfx (mgr.14188) 8032 : cluster [DBG] pgmap v7531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:00 smithi145 bash[13673]: cluster 2022-04-26T06:48:00.845347+0000 mgr.smithi136.ofnrfx (mgr.14188) 8032 : cluster [DBG] pgmap v7531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:03 smithi136 bash[11745]: cluster 2022-04-26T06:48:02.845980+0000 mgr.smithi136.ofnrfx (mgr.14188) 8033 : cluster [DBG] pgmap v7532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:03 smithi136 bash[11745]: audit 2022-04-26T06:48:02.864858+0000 mon.smithi136 (mon.0) 5029 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:48:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:03 smithi136 bash[11745]: audit 2022-04-26T06:48:02.868844+0000 mon.smithi136 (mon.0) 5030 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:48:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:03 smithi145 bash[13673]: cluster 2022-04-26T06:48:02.845980+0000 mgr.smithi136.ofnrfx (mgr.14188) 8033 : cluster [DBG] pgmap v7532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:03 smithi145 bash[13673]: audit 2022-04-26T06:48:02.864858+0000 mon.smithi136 (mon.0) 5029 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:48:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:03 smithi145 bash[13673]: audit 2022-04-26T06:48:02.868844+0000 mon.smithi136 (mon.0) 5030 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:48:04.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:04.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:04.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:04.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:04 smithi145 bash[13673]: audit 2022-04-26T06:48:04.798572+0000 mon.smithi136 (mon.0) 5031 : audit [DBG] from='client.? 172.21.15.136:0/560507699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:04 smithi136 bash[11745]: audit 2022-04-26T06:48:04.798572+0000 mon.smithi136 (mon.0) 5031 : audit [DBG] from='client.? 172.21.15.136:0/560507699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:05 smithi145 bash[13673]: cluster 2022-04-26T06:48:04.846575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8034 : cluster [DBG] pgmap v7533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:05 smithi136 bash[11745]: cluster 2022-04-26T06:48:04.846575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8034 : cluster [DBG] pgmap v7533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:07 smithi145 bash[13673]: cluster 2022-04-26T06:48:06.847178+0000 mgr.smithi136.ofnrfx (mgr.14188) 8035 : cluster [DBG] pgmap v7534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:07 smithi136 bash[11745]: cluster 2022-04-26T06:48:06.847178+0000 mgr.smithi136.ofnrfx (mgr.14188) 8035 : cluster [DBG] pgmap v7534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:09.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:09.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:09.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:10.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:09 smithi145 bash[13673]: cluster 2022-04-26T06:48:08.847728+0000 mgr.smithi136.ofnrfx (mgr.14188) 8036 : cluster [DBG] pgmap v7535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:09 smithi136 bash[11745]: cluster 2022-04-26T06:48:08.847728+0000 mgr.smithi136.ofnrfx (mgr.14188) 8036 : cluster [DBG] pgmap v7535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:10 smithi145 bash[13673]: audit 2022-04-26T06:48:10.123320+0000 mon.smithi136 (mon.0) 5032 : audit [DBG] from='client.? 172.21.15.136:0/1111322608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:10 smithi136 bash[11745]: audit 2022-04-26T06:48:10.123320+0000 mon.smithi136 (mon.0) 5032 : audit [DBG] from='client.? 172.21.15.136:0/1111322608' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:11 smithi145 bash[13673]: cluster 2022-04-26T06:48:10.848274+0000 mgr.smithi136.ofnrfx (mgr.14188) 8037 : cluster [DBG] pgmap v7536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:11 smithi136 bash[11745]: cluster 2022-04-26T06:48:10.848274+0000 mgr.smithi136.ofnrfx (mgr.14188) 8037 : cluster [DBG] pgmap v7536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:13 smithi136 bash[11745]: cluster 2022-04-26T06:48:12.848966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8038 : cluster [DBG] pgmap v7537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:13 smithi145 bash[13673]: cluster 2022-04-26T06:48:12.848966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8038 : cluster [DBG] pgmap v7537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:15.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:15.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:15.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:14 smithi136 bash[11745]: cluster 2022-04-26T06:48:14.849660+0000 mgr.smithi136.ofnrfx (mgr.14188) 8039 : cluster [DBG] pgmap v7538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:14 smithi145 bash[13673]: cluster 2022-04-26T06:48:14.849660+0000 mgr.smithi136.ofnrfx (mgr.14188) 8039 : cluster [DBG] pgmap v7538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:15.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:15 smithi136 bash[11745]: audit 2022-04-26T06:48:15.450594+0000 mon.smithi136 (mon.0) 5033 : audit [DBG] from='client.? 172.21.15.136:0/4113917007' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:16.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:15 smithi145 bash[13673]: audit 2022-04-26T06:48:15.450594+0000 mon.smithi136 (mon.0) 5033 : audit [DBG] from='client.? 172.21.15.136:0/4113917007' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:16 smithi136 bash[11745]: cluster 2022-04-26T06:48:16.850398+0000 mgr.smithi136.ofnrfx (mgr.14188) 8040 : cluster [DBG] pgmap v7539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:16 smithi145 bash[13673]: cluster 2022-04-26T06:48:16.850398+0000 mgr.smithi136.ofnrfx (mgr.14188) 8040 : cluster [DBG] pgmap v7539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:18 smithi136 bash[11745]: cluster 2022-04-26T06:48:18.851059+0000 mgr.smithi136.ofnrfx (mgr.14188) 8041 : cluster [DBG] pgmap v7540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:18 smithi145 bash[13673]: cluster 2022-04-26T06:48:18.851059+0000 mgr.smithi136.ofnrfx (mgr.14188) 8041 : cluster [DBG] pgmap v7540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:20.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:20.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:20.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:20.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:20 smithi145 bash[13673]: audit 2022-04-26T06:48:20.776238+0000 mon.smithi136 (mon.0) 5034 : audit [DBG] from='client.? 172.21.15.136:0/1184335283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:20 smithi136 bash[11745]: audit 2022-04-26T06:48:20.776238+0000 mon.smithi136 (mon.0) 5034 : audit [DBG] from='client.? 172.21.15.136:0/1184335283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:21 smithi145 bash[13673]: cluster 2022-04-26T06:48:20.851720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8042 : cluster [DBG] pgmap v7541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:21 smithi136 bash[11745]: cluster 2022-04-26T06:48:20.851720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8042 : cluster [DBG] pgmap v7541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:23 smithi136 bash[11745]: cluster 2022-04-26T06:48:22.852323+0000 mgr.smithi136.ofnrfx (mgr.14188) 8043 : cluster [DBG] pgmap v7542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:23 smithi145 bash[13673]: cluster 2022-04-26T06:48:22.852323+0000 mgr.smithi136.ofnrfx (mgr.14188) 8043 : cluster [DBG] pgmap v7542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:24 smithi136 bash[11745]: cluster 2022-04-26T06:48:24.852950+0000 mgr.smithi136.ofnrfx (mgr.14188) 8044 : cluster [DBG] pgmap v7543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:25.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:24 smithi145 bash[13673]: cluster 2022-04-26T06:48:24.852950+0000 mgr.smithi136.ofnrfx (mgr.14188) 8044 : cluster [DBG] pgmap v7543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:25.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:25.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:25.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:26.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:26 smithi136 bash[11745]: audit 2022-04-26T06:48:26.113987+0000 mon.smithi136 (mon.0) 5035 : audit [DBG] from='client.? 172.21.15.136:0/1949275832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:26 smithi145 bash[13673]: audit 2022-04-26T06:48:26.113987+0000 mon.smithi136 (mon.0) 5035 : audit [DBG] from='client.? 172.21.15.136:0/1949275832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:27 smithi136 bash[11745]: cluster 2022-04-26T06:48:26.853587+0000 mgr.smithi136.ofnrfx (mgr.14188) 8045 : cluster [DBG] pgmap v7544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:27 smithi136 bash[11745]: audit 2022-04-26T06:48:26.856916+0000 mon.smithi136 (mon.0) 5036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:48:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:27 smithi136 bash[11745]: audit 2022-04-26T06:48:26.859748+0000 mon.smithi136 (mon.0) 5037 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:48:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:27 smithi136 bash[11745]: audit 2022-04-26T06:48:26.861614+0000 mon.smithi136 (mon.0) 5038 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:48:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:27 smithi145 bash[13673]: cluster 2022-04-26T06:48:26.853587+0000 mgr.smithi136.ofnrfx (mgr.14188) 8045 : cluster [DBG] pgmap v7544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:27 smithi145 bash[13673]: audit 2022-04-26T06:48:26.856916+0000 mon.smithi136 (mon.0) 5036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:48:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:27 smithi145 bash[13673]: audit 2022-04-26T06:48:26.859748+0000 mon.smithi136 (mon.0) 5037 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:48:27.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:27 smithi145 bash[13673]: audit 2022-04-26T06:48:26.861614+0000 mon.smithi136 (mon.0) 5038 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:48:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:28 smithi145 bash[13673]: cluster 2022-04-26T06:48:27.164142+0000 mgr.smithi136.ofnrfx (mgr.14188) 8046 : cluster [DBG] pgmap v7545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:28 smithi145 bash[13673]: cluster 2022-04-26T06:48:27.164479+0000 mgr.smithi136.ofnrfx (mgr.14188) 8047 : cluster [DBG] pgmap v7546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:28 smithi145 bash[13673]: audit 2022-04-26T06:48:27.169588+0000 mon.smithi136 (mon.0) 5039 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:48:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:28 smithi145 bash[13673]: audit 2022-04-26T06:48:27.175832+0000 mon.smithi136 (mon.0) 5040 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:48:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:28 smithi145 bash[13673]: cephadm 2022-04-26T06:48:27.176655+0000 mgr.smithi136.ofnrfx (mgr.14188) 8048 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:48:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:28 smithi145 bash[13673]: cephadm 2022-04-26T06:48:27.176796+0000 mgr.smithi136.ofnrfx (mgr.14188) 8049 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:48:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:28 smithi136 bash[11745]: cluster 2022-04-26T06:48:27.164142+0000 mgr.smithi136.ofnrfx (mgr.14188) 8046 : cluster [DBG] pgmap v7545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:28 smithi136 bash[11745]: cluster 2022-04-26T06:48:27.164479+0000 mgr.smithi136.ofnrfx (mgr.14188) 8047 : cluster [DBG] pgmap v7546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:28 smithi136 bash[11745]: audit 2022-04-26T06:48:27.169588+0000 mon.smithi136 (mon.0) 5039 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:48:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:28 smithi136 bash[11745]: audit 2022-04-26T06:48:27.175832+0000 mon.smithi136 (mon.0) 5040 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:48:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:28 smithi136 bash[11745]: cephadm 2022-04-26T06:48:27.176655+0000 mgr.smithi136.ofnrfx (mgr.14188) 8048 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:48:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:28 smithi136 bash[11745]: cephadm 2022-04-26T06:48:27.176796+0000 mgr.smithi136.ofnrfx (mgr.14188) 8049 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:48:30.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:30 smithi136 bash[11745]: cluster 2022-04-26T06:48:29.165114+0000 mgr.smithi136.ofnrfx (mgr.14188) 8050 : cluster [DBG] pgmap v7547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:30.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:30 smithi145 bash[13673]: cluster 2022-04-26T06:48:29.165114+0000 mgr.smithi136.ofnrfx (mgr.14188) 8050 : cluster [DBG] pgmap v7547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:31.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:31.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:31.180 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:31.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:32.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:32 smithi136 bash[11745]: cluster 2022-04-26T06:48:31.165798+0000 mgr.smithi136.ofnrfx (mgr.14188) 8051 : cluster [DBG] pgmap v7548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:32.604 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:32 smithi136 bash[11745]: audit 2022-04-26T06:48:31.438300+0000 mon.smithi136 (mon.0) 5041 : audit [DBG] from='client.? 172.21.15.136:0/2675013271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:32 smithi145 bash[13673]: cluster 2022-04-26T06:48:31.165798+0000 mgr.smithi136.ofnrfx (mgr.14188) 8051 : cluster [DBG] pgmap v7548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:32.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:32 smithi145 bash[13673]: audit 2022-04-26T06:48:31.438300+0000 mon.smithi136 (mon.0) 5041 : audit [DBG] from='client.? 172.21.15.136:0/2675013271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:34 smithi136 bash[11745]: cluster 2022-04-26T06:48:33.166444+0000 mgr.smithi136.ofnrfx (mgr.14188) 8052 : cluster [DBG] pgmap v7549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:34 smithi145 bash[13673]: cluster 2022-04-26T06:48:33.166444+0000 mgr.smithi136.ofnrfx (mgr.14188) 8052 : cluster [DBG] pgmap v7549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:36.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:36.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:36.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:36.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:36 smithi136 bash[11745]: cluster 2022-04-26T06:48:35.167049+0000 mgr.smithi136.ofnrfx (mgr.14188) 8053 : cluster [DBG] pgmap v7550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:36 smithi136 bash[11745]: audit 2022-04-26T06:48:36.770416+0000 mon.smithi136 (mon.0) 5042 : audit [DBG] from='client.? 172.21.15.136:0/140903502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:36 smithi145 bash[13673]: cluster 2022-04-26T06:48:35.167049+0000 mgr.smithi136.ofnrfx (mgr.14188) 8053 : cluster [DBG] pgmap v7550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:36 smithi145 bash[13673]: audit 2022-04-26T06:48:36.770416+0000 mon.smithi136 (mon.0) 5042 : audit [DBG] from='client.? 172.21.15.136:0/140903502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:38 smithi136 bash[11745]: cluster 2022-04-26T06:48:37.167700+0000 mgr.smithi136.ofnrfx (mgr.14188) 8054 : cluster [DBG] pgmap v7551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:38 smithi145 bash[13673]: cluster 2022-04-26T06:48:37.167700+0000 mgr.smithi136.ofnrfx (mgr.14188) 8054 : cluster [DBG] pgmap v7551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:40 smithi145 bash[13673]: cluster 2022-04-26T06:48:39.168392+0000 mgr.smithi136.ofnrfx (mgr.14188) 8055 : cluster [DBG] pgmap v7552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:40 smithi136 bash[11745]: cluster 2022-04-26T06:48:39.168392+0000 mgr.smithi136.ofnrfx (mgr.14188) 8055 : cluster [DBG] pgmap v7552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:41.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:41.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:41.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:42.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:42 smithi145 bash[13673]: cluster 2022-04-26T06:48:41.169072+0000 mgr.smithi136.ofnrfx (mgr.14188) 8056 : cluster [DBG] pgmap v7553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:42 smithi145 bash[13673]: audit 2022-04-26T06:48:42.097420+0000 mon.smithi136 (mon.0) 5043 : audit [DBG] from='client.? 172.21.15.136:0/376218649' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:42 smithi136 bash[11745]: cluster 2022-04-26T06:48:41.169072+0000 mgr.smithi136.ofnrfx (mgr.14188) 8056 : cluster [DBG] pgmap v7553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:42 smithi136 bash[11745]: audit 2022-04-26T06:48:42.097420+0000 mon.smithi136 (mon.0) 5043 : audit [DBG] from='client.? 172.21.15.136:0/376218649' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:44 smithi145 bash[13673]: cluster 2022-04-26T06:48:43.169679+0000 mgr.smithi136.ofnrfx (mgr.14188) 8057 : cluster [DBG] pgmap v7554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:44 smithi136 bash[11745]: cluster 2022-04-26T06:48:43.169679+0000 mgr.smithi136.ofnrfx (mgr.14188) 8057 : cluster [DBG] pgmap v7554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:47.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:47.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:47.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:46 smithi145 bash[13673]: cluster 2022-04-26T06:48:45.170259+0000 mgr.smithi136.ofnrfx (mgr.14188) 8058 : cluster [DBG] pgmap v7555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:46 smithi136 bash[11745]: cluster 2022-04-26T06:48:45.170259+0000 mgr.smithi136.ofnrfx (mgr.14188) 8058 : cluster [DBG] pgmap v7555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:47.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:47 smithi145 bash[13673]: audit 2022-04-26T06:48:47.429785+0000 mon.smithi136 (mon.0) 5044 : audit [DBG] from='client.? 172.21.15.136:0/4271439181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:47 smithi136 bash[11745]: audit 2022-04-26T06:48:47.429785+0000 mon.smithi136 (mon.0) 5044 : audit [DBG] from='client.? 172.21.15.136:0/4271439181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:48 smithi145 bash[13673]: cluster 2022-04-26T06:48:47.170936+0000 mgr.smithi136.ofnrfx (mgr.14188) 8059 : cluster [DBG] pgmap v7556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:48 smithi136 bash[11745]: cluster 2022-04-26T06:48:47.170936+0000 mgr.smithi136.ofnrfx (mgr.14188) 8059 : cluster [DBG] pgmap v7556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:50 smithi145 bash[13673]: cluster 2022-04-26T06:48:49.171588+0000 mgr.smithi136.ofnrfx (mgr.14188) 8060 : cluster [DBG] pgmap v7557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:50 smithi136 bash[11745]: cluster 2022-04-26T06:48:49.171588+0000 mgr.smithi136.ofnrfx (mgr.14188) 8060 : cluster [DBG] pgmap v7557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:52.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:52.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:52.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:52.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:52 smithi145 bash[13673]: cluster 2022-04-26T06:48:51.172218+0000 mgr.smithi136.ofnrfx (mgr.14188) 8061 : cluster [DBG] pgmap v7558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:52 smithi145 bash[13673]: audit 2022-04-26T06:48:52.758191+0000 mon.smithi136 (mon.0) 5045 : audit [DBG] from='client.? 172.21.15.136:0/4168087175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:52 smithi136 bash[11745]: cluster 2022-04-26T06:48:51.172218+0000 mgr.smithi136.ofnrfx (mgr.14188) 8061 : cluster [DBG] pgmap v7558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:52 smithi136 bash[11745]: audit 2022-04-26T06:48:52.758191+0000 mon.smithi136 (mon.0) 5045 : audit [DBG] from='client.? 172.21.15.136:0/4168087175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:55.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:54 smithi145 bash[13673]: cluster 2022-04-26T06:48:53.172857+0000 mgr.smithi136.ofnrfx (mgr.14188) 8062 : cluster [DBG] pgmap v7559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:54 smithi136 bash[11745]: cluster 2022-04-26T06:48:53.172857+0000 mgr.smithi136.ofnrfx (mgr.14188) 8062 : cluster [DBG] pgmap v7559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:56 smithi145 bash[13673]: cluster 2022-04-26T06:48:55.173480+0000 mgr.smithi136.ofnrfx (mgr.14188) 8063 : cluster [DBG] pgmap v7560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:56 smithi136 bash[11745]: cluster 2022-04-26T06:48:55.173480+0000 mgr.smithi136.ofnrfx (mgr.14188) 8063 : cluster [DBG] pgmap v7560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:57.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:48:57.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:48:57.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:48:58.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:48:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:58 smithi145 bash[13673]: cluster 2022-04-26T06:48:57.174107+0000 mgr.smithi136.ofnrfx (mgr.14188) 8064 : cluster [DBG] pgmap v7561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:48:58 smithi145 bash[13673]: audit 2022-04-26T06:48:58.085476+0000 mon.smithi136 (mon.0) 5046 : audit [DBG] from='client.? 172.21.15.136:0/3000945513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:48:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:58 smithi136 bash[11745]: cluster 2022-04-26T06:48:57.174107+0000 mgr.smithi136.ofnrfx (mgr.14188) 8064 : cluster [DBG] pgmap v7561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:48:59.352 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:48:58 smithi136 bash[11745]: audit 2022-04-26T06:48:58.085476+0000 mon.smithi136 (mon.0) 5046 : audit [DBG] from='client.? 172.21.15.136:0/3000945513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:00 smithi145 bash[13673]: cluster 2022-04-26T06:48:59.174741+0000 mgr.smithi136.ofnrfx (mgr.14188) 8065 : cluster [DBG] pgmap v7562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:00 smithi136 bash[11745]: cluster 2022-04-26T06:48:59.174741+0000 mgr.smithi136.ofnrfx (mgr.14188) 8065 : cluster [DBG] pgmap v7562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:03.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:03.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:03.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:02 smithi145 bash[13673]: cluster 2022-04-26T06:49:01.175357+0000 mgr.smithi136.ofnrfx (mgr.14188) 8066 : cluster [DBG] pgmap v7563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:02 smithi145 bash[13673]: audit 2022-04-26T06:49:02.868964+0000 mon.smithi136 (mon.0) 5047 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:49:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:02 smithi136 bash[11745]: cluster 2022-04-26T06:49:01.175357+0000 mgr.smithi136.ofnrfx (mgr.14188) 8066 : cluster [DBG] pgmap v7563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:02 smithi136 bash[11745]: audit 2022-04-26T06:49:02.868964+0000 mon.smithi136 (mon.0) 5047 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:49:03.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:03 smithi145 bash[13673]: audit 2022-04-26T06:49:02.873582+0000 mon.smithi136 (mon.0) 5048 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:49:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:03 smithi145 bash[13673]: audit 2022-04-26T06:49:03.417679+0000 mon.smithi136 (mon.0) 5049 : audit [DBG] from='client.? 172.21.15.136:0/4201282692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:03 smithi136 bash[11745]: audit 2022-04-26T06:49:02.873582+0000 mon.smithi136 (mon.0) 5048 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:49:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:03 smithi136 bash[11745]: audit 2022-04-26T06:49:03.417679+0000 mon.smithi136 (mon.0) 5049 : audit [DBG] from='client.? 172.21.15.136:0/4201282692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:04 smithi145 bash[13673]: cluster 2022-04-26T06:49:03.175982+0000 mgr.smithi136.ofnrfx (mgr.14188) 8067 : cluster [DBG] pgmap v7564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:04 smithi136 bash[11745]: cluster 2022-04-26T06:49:03.175982+0000 mgr.smithi136.ofnrfx (mgr.14188) 8067 : cluster [DBG] pgmap v7564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:06 smithi145 bash[13673]: cluster 2022-04-26T06:49:05.176666+0000 mgr.smithi136.ofnrfx (mgr.14188) 8068 : cluster [DBG] pgmap v7565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:06 smithi136 bash[11745]: cluster 2022-04-26T06:49:05.176666+0000 mgr.smithi136.ofnrfx (mgr.14188) 8068 : cluster [DBG] pgmap v7565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:08.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:08.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:08.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:08.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:08 smithi145 bash[13673]: cluster 2022-04-26T06:49:07.177299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8069 : cluster [DBG] pgmap v7566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:09.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:08 smithi145 bash[13673]: audit 2022-04-26T06:49:08.747357+0000 mon.smithi136 (mon.0) 5050 : audit [DBG] from='client.? 172.21.15.136:0/1878712873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:08 smithi136 bash[11745]: cluster 2022-04-26T06:49:07.177299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8069 : cluster [DBG] pgmap v7566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:08 smithi136 bash[11745]: audit 2022-04-26T06:49:08.747357+0000 mon.smithi136 (mon.0) 5050 : audit [DBG] from='client.? 172.21.15.136:0/1878712873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:10 smithi136 bash[11745]: cluster 2022-04-26T06:49:09.177933+0000 mgr.smithi136.ofnrfx (mgr.14188) 8070 : cluster [DBG] pgmap v7567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:10 smithi145 bash[13673]: cluster 2022-04-26T06:49:09.177933+0000 mgr.smithi136.ofnrfx (mgr.14188) 8070 : cluster [DBG] pgmap v7567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:12 smithi136 bash[11745]: cluster 2022-04-26T06:49:11.178575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8071 : cluster [DBG] pgmap v7568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:12 smithi145 bash[13673]: cluster 2022-04-26T06:49:11.178575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8071 : cluster [DBG] pgmap v7568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:13.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:13.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:13.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:14.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:14 smithi136 bash[11745]: cluster 2022-04-26T06:49:13.179195+0000 mgr.smithi136.ofnrfx (mgr.14188) 8072 : cluster [DBG] pgmap v7569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:14 smithi136 bash[11745]: audit 2022-04-26T06:49:14.078359+0000 mon.smithi136 (mon.0) 5051 : audit [DBG] from='client.? 172.21.15.136:0/3875956688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:14 smithi145 bash[13673]: cluster 2022-04-26T06:49:13.179195+0000 mgr.smithi136.ofnrfx (mgr.14188) 8072 : cluster [DBG] pgmap v7569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:14 smithi145 bash[13673]: audit 2022-04-26T06:49:14.078359+0000 mon.smithi136 (mon.0) 5051 : audit [DBG] from='client.? 172.21.15.136:0/3875956688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:16 smithi136 bash[11745]: cluster 2022-04-26T06:49:15.179815+0000 mgr.smithi136.ofnrfx (mgr.14188) 8073 : cluster [DBG] pgmap v7570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:16 smithi145 bash[13673]: cluster 2022-04-26T06:49:15.179815+0000 mgr.smithi136.ofnrfx (mgr.14188) 8073 : cluster [DBG] pgmap v7570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:19.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:18 smithi136 bash[11745]: cluster 2022-04-26T06:49:17.180335+0000 mgr.smithi136.ofnrfx (mgr.14188) 8074 : cluster [DBG] pgmap v7571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:19.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:19.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:19.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:18 smithi145 bash[13673]: cluster 2022-04-26T06:49:17.180335+0000 mgr.smithi136.ofnrfx (mgr.14188) 8074 : cluster [DBG] pgmap v7571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:19.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:20.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:19 smithi145 bash[13673]: audit 2022-04-26T06:49:19.402555+0000 mon.smithi136 (mon.0) 5052 : audit [DBG] from='client.? 172.21.15.136:0/3374865901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:19 smithi136 bash[11745]: audit 2022-04-26T06:49:19.402555+0000 mon.smithi136 (mon.0) 5052 : audit [DBG] from='client.? 172.21.15.136:0/3374865901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:20 smithi145 bash[13673]: cluster 2022-04-26T06:49:19.180936+0000 mgr.smithi136.ofnrfx (mgr.14188) 8075 : cluster [DBG] pgmap v7572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:20 smithi136 bash[11745]: cluster 2022-04-26T06:49:19.180936+0000 mgr.smithi136.ofnrfx (mgr.14188) 8075 : cluster [DBG] pgmap v7572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:22 smithi145 bash[13673]: cluster 2022-04-26T06:49:21.181561+0000 mgr.smithi136.ofnrfx (mgr.14188) 8076 : cluster [DBG] pgmap v7573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:22 smithi136 bash[11745]: cluster 2022-04-26T06:49:21.181561+0000 mgr.smithi136.ofnrfx (mgr.14188) 8076 : cluster [DBG] pgmap v7573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:24.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:24.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:24.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:24.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:24 smithi145 bash[13673]: cluster 2022-04-26T06:49:23.182217+0000 mgr.smithi136.ofnrfx (mgr.14188) 8077 : cluster [DBG] pgmap v7574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:25.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:24 smithi145 bash[13673]: audit 2022-04-26T06:49:24.726681+0000 mon.smithi136 (mon.0) 5053 : audit [DBG] from='client.? 172.21.15.136:0/3431993289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:24 smithi136 bash[11745]: cluster 2022-04-26T06:49:23.182217+0000 mgr.smithi136.ofnrfx (mgr.14188) 8077 : cluster [DBG] pgmap v7574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:25.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:24 smithi136 bash[11745]: audit 2022-04-26T06:49:24.726681+0000 mon.smithi136 (mon.0) 5053 : audit [DBG] from='client.? 172.21.15.136:0/3431993289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:26 smithi145 bash[13673]: cluster 2022-04-26T06:49:25.182864+0000 mgr.smithi136.ofnrfx (mgr.14188) 8078 : cluster [DBG] pgmap v7575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:26 smithi136 bash[11745]: cluster 2022-04-26T06:49:25.182864+0000 mgr.smithi136.ofnrfx (mgr.14188) 8078 : cluster [DBG] pgmap v7575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:27 smithi145 bash[13673]: audit 2022-04-26T06:49:27.185969+0000 mon.smithi136 (mon.0) 5054 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:49:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:27 smithi145 bash[13673]: audit 2022-04-26T06:49:27.188682+0000 mon.smithi136 (mon.0) 5055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:49:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:27 smithi145 bash[13673]: audit 2022-04-26T06:49:27.190468+0000 mon.smithi136 (mon.0) 5056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:49:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:27 smithi145 bash[13673]: audit 2022-04-26T06:49:27.495391+0000 mon.smithi136 (mon.0) 5057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:49:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:27 smithi145 bash[13673]: audit 2022-04-26T06:49:27.791949+0000 mon.smithi136 (mon.0) 5058 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:49:28.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:27 smithi145 bash[13673]: audit 2022-04-26T06:49:27.802371+0000 mon.smithi136 (mon.0) 5059 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:49:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:27 smithi136 bash[11745]: audit 2022-04-26T06:49:27.185969+0000 mon.smithi136 (mon.0) 5054 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:49:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:27 smithi136 bash[11745]: audit 2022-04-26T06:49:27.188682+0000 mon.smithi136 (mon.0) 5055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:49:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:27 smithi136 bash[11745]: audit 2022-04-26T06:49:27.190468+0000 mon.smithi136 (mon.0) 5056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:49:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:27 smithi136 bash[11745]: audit 2022-04-26T06:49:27.495391+0000 mon.smithi136 (mon.0) 5057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:49:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:27 smithi136 bash[11745]: audit 2022-04-26T06:49:27.791949+0000 mon.smithi136 (mon.0) 5058 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:49:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:27 smithi136 bash[11745]: audit 2022-04-26T06:49:27.802371+0000 mon.smithi136 (mon.0) 5059 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:49:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:28 smithi145 bash[13673]: cluster 2022-04-26T06:49:27.183501+0000 mgr.smithi136.ofnrfx (mgr.14188) 8079 : cluster [DBG] pgmap v7576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:28 smithi145 bash[13673]: cluster 2022-04-26T06:49:27.784189+0000 mgr.smithi136.ofnrfx (mgr.14188) 8080 : cluster [DBG] pgmap v7577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:28 smithi145 bash[13673]: cluster 2022-04-26T06:49:27.784785+0000 mgr.smithi136.ofnrfx (mgr.14188) 8081 : cluster [DBG] pgmap v7578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:28 smithi145 bash[13673]: cephadm 2022-04-26T06:49:27.803766+0000 mgr.smithi136.ofnrfx (mgr.14188) 8082 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:49:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:28 smithi145 bash[13673]: cephadm 2022-04-26T06:49:27.804008+0000 mgr.smithi136.ofnrfx (mgr.14188) 8083 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:49:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:28 smithi136 bash[11745]: cluster 2022-04-26T06:49:27.183501+0000 mgr.smithi136.ofnrfx (mgr.14188) 8079 : cluster [DBG] pgmap v7576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:28 smithi136 bash[11745]: cluster 2022-04-26T06:49:27.784189+0000 mgr.smithi136.ofnrfx (mgr.14188) 8080 : cluster [DBG] pgmap v7577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:28 smithi136 bash[11745]: cluster 2022-04-26T06:49:27.784785+0000 mgr.smithi136.ofnrfx (mgr.14188) 8081 : cluster [DBG] pgmap v7578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:28 smithi136 bash[11745]: cephadm 2022-04-26T06:49:27.803766+0000 mgr.smithi136.ofnrfx (mgr.14188) 8082 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:49:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:28 smithi136 bash[11745]: cephadm 2022-04-26T06:49:27.804008+0000 mgr.smithi136.ofnrfx (mgr.14188) 8083 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:49:29.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:29.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:29.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:30.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:30 smithi145 bash[13673]: cluster 2022-04-26T06:49:29.785347+0000 mgr.smithi136.ofnrfx (mgr.14188) 8084 : cluster [DBG] pgmap v7579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:30 smithi145 bash[13673]: audit 2022-04-26T06:49:30.055274+0000 mon.smithi136 (mon.0) 5060 : audit [DBG] from='client.? 172.21.15.136:0/2514292235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:30 smithi136 bash[11745]: cluster 2022-04-26T06:49:29.785347+0000 mgr.smithi136.ofnrfx (mgr.14188) 8084 : cluster [DBG] pgmap v7579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:30 smithi136 bash[11745]: audit 2022-04-26T06:49:30.055274+0000 mon.smithi136 (mon.0) 5060 : audit [DBG] from='client.? 172.21.15.136:0/2514292235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:33.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:32 smithi145 bash[13673]: cluster 2022-04-26T06:49:31.785956+0000 mgr.smithi136.ofnrfx (mgr.14188) 8085 : cluster [DBG] pgmap v7580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:32 smithi136 bash[11745]: cluster 2022-04-26T06:49:31.785956+0000 mgr.smithi136.ofnrfx (mgr.14188) 8085 : cluster [DBG] pgmap v7580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:35.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:35.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:35.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:34 smithi145 bash[13673]: cluster 2022-04-26T06:49:33.786605+0000 mgr.smithi136.ofnrfx (mgr.14188) 8086 : cluster [DBG] pgmap v7581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:34 smithi136 bash[11745]: cluster 2022-04-26T06:49:33.786605+0000 mgr.smithi136.ofnrfx (mgr.14188) 8086 : cluster [DBG] pgmap v7581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:35.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:35 smithi145 bash[13673]: audit 2022-04-26T06:49:35.387061+0000 mon.smithi136 (mon.0) 5061 : audit [DBG] from='client.? 172.21.15.136:0/3126998740' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:35 smithi136 bash[11745]: audit 2022-04-26T06:49:35.387061+0000 mon.smithi136 (mon.0) 5061 : audit [DBG] from='client.? 172.21.15.136:0/3126998740' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:36 smithi145 bash[13673]: cluster 2022-04-26T06:49:35.787217+0000 mgr.smithi136.ofnrfx (mgr.14188) 8087 : cluster [DBG] pgmap v7582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:36 smithi136 bash[11745]: cluster 2022-04-26T06:49:35.787217+0000 mgr.smithi136.ofnrfx (mgr.14188) 8087 : cluster [DBG] pgmap v7582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:38 smithi145 bash[13673]: cluster 2022-04-26T06:49:37.787867+0000 mgr.smithi136.ofnrfx (mgr.14188) 8088 : cluster [DBG] pgmap v7583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:38 smithi136 bash[11745]: cluster 2022-04-26T06:49:37.787867+0000 mgr.smithi136.ofnrfx (mgr.14188) 8088 : cluster [DBG] pgmap v7583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:40.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:40.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:40.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:40.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:40 smithi145 bash[13673]: cluster 2022-04-26T06:49:39.788494+0000 mgr.smithi136.ofnrfx (mgr.14188) 8089 : cluster [DBG] pgmap v7584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:41.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:40 smithi145 bash[13673]: audit 2022-04-26T06:49:40.723264+0000 mon.smithi136 (mon.0) 5062 : audit [DBG] from='client.? 172.21.15.136:0/2199248800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:40 smithi136 bash[11745]: cluster 2022-04-26T06:49:39.788494+0000 mgr.smithi136.ofnrfx (mgr.14188) 8089 : cluster [DBG] pgmap v7584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:40 smithi136 bash[11745]: audit 2022-04-26T06:49:40.723264+0000 mon.smithi136 (mon.0) 5062 : audit [DBG] from='client.? 172.21.15.136:0/2199248800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:43.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:42 smithi145 bash[13673]: cluster 2022-04-26T06:49:41.789122+0000 mgr.smithi136.ofnrfx (mgr.14188) 8090 : cluster [DBG] pgmap v7585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:42 smithi136 bash[11745]: cluster 2022-04-26T06:49:41.789122+0000 mgr.smithi136.ofnrfx (mgr.14188) 8090 : cluster [DBG] pgmap v7585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:44 smithi145 bash[13673]: cluster 2022-04-26T06:49:43.789763+0000 mgr.smithi136.ofnrfx (mgr.14188) 8091 : cluster [DBG] pgmap v7586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:44 smithi136 bash[11745]: cluster 2022-04-26T06:49:43.789763+0000 mgr.smithi136.ofnrfx (mgr.14188) 8091 : cluster [DBG] pgmap v7586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:45.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:45.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:45.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:46.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:46 smithi145 bash[13673]: cluster 2022-04-26T06:49:45.790258+0000 mgr.smithi136.ofnrfx (mgr.14188) 8092 : cluster [DBG] pgmap v7587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:46 smithi145 bash[13673]: audit 2022-04-26T06:49:46.056442+0000 mon.smithi136 (mon.0) 5063 : audit [DBG] from='client.? 172.21.15.136:0/3962012403' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:46 smithi136 bash[11745]: cluster 2022-04-26T06:49:45.790258+0000 mgr.smithi136.ofnrfx (mgr.14188) 8092 : cluster [DBG] pgmap v7587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:47.324 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:46 smithi136 bash[11745]: audit 2022-04-26T06:49:46.056442+0000 mon.smithi136 (mon.0) 5063 : audit [DBG] from='client.? 172.21.15.136:0/3962012403' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:48 smithi136 bash[11745]: cluster 2022-04-26T06:49:47.790912+0000 mgr.smithi136.ofnrfx (mgr.14188) 8093 : cluster [DBG] pgmap v7588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:49.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:48 smithi145 bash[13673]: cluster 2022-04-26T06:49:47.790912+0000 mgr.smithi136.ofnrfx (mgr.14188) 8093 : cluster [DBG] pgmap v7588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:51.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:51.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:51.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:50 smithi136 bash[11745]: cluster 2022-04-26T06:49:49.791719+0000 mgr.smithi136.ofnrfx (mgr.14188) 8094 : cluster [DBG] pgmap v7589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:50 smithi145 bash[13673]: cluster 2022-04-26T06:49:49.791719+0000 mgr.smithi136.ofnrfx (mgr.14188) 8094 : cluster [DBG] pgmap v7589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:51.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:51 smithi136 bash[11745]: audit 2022-04-26T06:49:51.390134+0000 mon.smithi136 (mon.0) 5064 : audit [DBG] from='client.? 172.21.15.136:0/2725237817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:52.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:51 smithi145 bash[13673]: audit 2022-04-26T06:49:51.390134+0000 mon.smithi136 (mon.0) 5064 : audit [DBG] from='client.? 172.21.15.136:0/2725237817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:52 smithi136 bash[11745]: cluster 2022-04-26T06:49:51.792413+0000 mgr.smithi136.ofnrfx (mgr.14188) 8095 : cluster [DBG] pgmap v7590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:52 smithi145 bash[13673]: cluster 2022-04-26T06:49:51.792413+0000 mgr.smithi136.ofnrfx (mgr.14188) 8095 : cluster [DBG] pgmap v7590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:53 smithi136 bash[11745]: cluster 2022-04-26T06:49:53.793099+0000 mgr.smithi136.ofnrfx (mgr.14188) 8096 : cluster [DBG] pgmap v7591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:53 smithi145 bash[13673]: cluster 2022-04-26T06:49:53.793099+0000 mgr.smithi136.ofnrfx (mgr.14188) 8096 : cluster [DBG] pgmap v7591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:56.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:49:56.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:49:56.410 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:49:56.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:49:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:56 smithi145 bash[13673]: cluster 2022-04-26T06:49:55.793714+0000 mgr.smithi136.ofnrfx (mgr.14188) 8097 : cluster [DBG] pgmap v7592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:56 smithi145 bash[13673]: audit 2022-04-26T06:49:56.711633+0000 mon.smithi136 (mon.0) 5065 : audit [DBG] from='client.? 172.21.15.136:0/2849484165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:56 smithi136 bash[11745]: cluster 2022-04-26T06:49:55.793714+0000 mgr.smithi136.ofnrfx (mgr.14188) 8097 : cluster [DBG] pgmap v7592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:56 smithi136 bash[11745]: audit 2022-04-26T06:49:56.711633+0000 mon.smithi136 (mon.0) 5065 : audit [DBG] from='client.? 172.21.15.136:0/2849484165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:49:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:49:58 smithi145 bash[13673]: cluster 2022-04-26T06:49:57.794356+0000 mgr.smithi136.ofnrfx (mgr.14188) 8098 : cluster [DBG] pgmap v7593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:49:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:49:58 smithi136 bash[11745]: cluster 2022-04-26T06:49:57.794356+0000 mgr.smithi136.ofnrfx (mgr.14188) 8098 : cluster [DBG] pgmap v7593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:00 smithi145 bash[13673]: cluster 2022-04-26T06:49:59.794970+0000 mgr.smithi136.ofnrfx (mgr.14188) 8099 : cluster [DBG] pgmap v7594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:01.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:00 smithi145 bash[13673]: cluster 2022-04-26T06:50:00.000151+0000 mon.smithi136 (mon.0) 5066 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:50:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:00 smithi136 bash[11745]: cluster 2022-04-26T06:49:59.794970+0000 mgr.smithi136.ofnrfx (mgr.14188) 8099 : cluster [DBG] pgmap v7594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:00 smithi136 bash[11745]: cluster 2022-04-26T06:50:00.000151+0000 mon.smithi136 (mon.0) 5066 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T06:50:01.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:01.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:01.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:02.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:02 smithi145 bash[13673]: cluster 2022-04-26T06:50:01.795637+0000 mgr.smithi136.ofnrfx (mgr.14188) 8100 : cluster [DBG] pgmap v7595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:02 smithi145 bash[13673]: audit 2022-04-26T06:50:02.039100+0000 mon.smithi136 (mon.0) 5067 : audit [DBG] from='client.? 172.21.15.136:0/1054943588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:02 smithi136 bash[11745]: cluster 2022-04-26T06:50:01.795637+0000 mgr.smithi136.ofnrfx (mgr.14188) 8100 : cluster [DBG] pgmap v7595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:02 smithi136 bash[11745]: audit 2022-04-26T06:50:02.039100+0000 mon.smithi136 (mon.0) 5067 : audit [DBG] from='client.? 172.21.15.136:0/1054943588' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:03 smithi145 bash[13673]: audit 2022-04-26T06:50:02.875254+0000 mon.smithi136 (mon.0) 5068 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:50:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:03 smithi145 bash[13673]: audit 2022-04-26T06:50:02.878395+0000 mon.smithi136 (mon.0) 5069 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:50:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:03 smithi136 bash[11745]: audit 2022-04-26T06:50:02.875254+0000 mon.smithi136 (mon.0) 5068 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:50:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:03 smithi136 bash[11745]: audit 2022-04-26T06:50:02.878395+0000 mon.smithi136 (mon.0) 5069 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:50:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:04 smithi145 bash[13673]: cluster 2022-04-26T06:50:03.796216+0000 mgr.smithi136.ofnrfx (mgr.14188) 8101 : cluster [DBG] pgmap v7596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:04 smithi136 bash[11745]: cluster 2022-04-26T06:50:03.796216+0000 mgr.smithi136.ofnrfx (mgr.14188) 8101 : cluster [DBG] pgmap v7596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:07.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:07.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:07.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:06 smithi145 bash[13673]: cluster 2022-04-26T06:50:05.796773+0000 mgr.smithi136.ofnrfx (mgr.14188) 8102 : cluster [DBG] pgmap v7597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:06 smithi136 bash[11745]: cluster 2022-04-26T06:50:05.796773+0000 mgr.smithi136.ofnrfx (mgr.14188) 8102 : cluster [DBG] pgmap v7597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:07.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:07 smithi145 bash[13673]: audit 2022-04-26T06:50:07.369583+0000 mon.smithi136 (mon.0) 5070 : audit [DBG] from='client.? 172.21.15.136:0/3758995005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:07 smithi136 bash[11745]: audit 2022-04-26T06:50:07.369583+0000 mon.smithi136 (mon.0) 5070 : audit [DBG] from='client.? 172.21.15.136:0/3758995005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:08 smithi145 bash[13673]: cluster 2022-04-26T06:50:07.797449+0000 mgr.smithi136.ofnrfx (mgr.14188) 8103 : cluster [DBG] pgmap v7598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:09.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:08 smithi136 bash[11745]: cluster 2022-04-26T06:50:07.797449+0000 mgr.smithi136.ofnrfx (mgr.14188) 8103 : cluster [DBG] pgmap v7598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:10 smithi136 bash[11745]: cluster 2022-04-26T06:50:09.798048+0000 mgr.smithi136.ofnrfx (mgr.14188) 8104 : cluster [DBG] pgmap v7599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:10 smithi145 bash[13673]: cluster 2022-04-26T06:50:09.798048+0000 mgr.smithi136.ofnrfx (mgr.14188) 8104 : cluster [DBG] pgmap v7599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:12.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:12.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:12.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:12.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:12 smithi136 bash[11745]: cluster 2022-04-26T06:50:11.798686+0000 mgr.smithi136.ofnrfx (mgr.14188) 8105 : cluster [DBG] pgmap v7600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:12 smithi136 bash[11745]: audit 2022-04-26T06:50:12.696451+0000 mon.smithi136 (mon.0) 5071 : audit [DBG] from='client.? 172.21.15.136:0/1948069759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:12 smithi145 bash[13673]: cluster 2022-04-26T06:50:11.798686+0000 mgr.smithi136.ofnrfx (mgr.14188) 8105 : cluster [DBG] pgmap v7600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:12 smithi145 bash[13673]: audit 2022-04-26T06:50:12.696451+0000 mon.smithi136 (mon.0) 5071 : audit [DBG] from='client.? 172.21.15.136:0/1948069759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:14 smithi136 bash[11745]: cluster 2022-04-26T06:50:13.799299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8106 : cluster [DBG] pgmap v7601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:14 smithi145 bash[13673]: cluster 2022-04-26T06:50:13.799299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8106 : cluster [DBG] pgmap v7601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:16 smithi136 bash[11745]: cluster 2022-04-26T06:50:15.799932+0000 mgr.smithi136.ofnrfx (mgr.14188) 8107 : cluster [DBG] pgmap v7602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:16 smithi145 bash[13673]: cluster 2022-04-26T06:50:15.799932+0000 mgr.smithi136.ofnrfx (mgr.14188) 8107 : cluster [DBG] pgmap v7602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:17.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:17.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:17.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:18.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:18 smithi136 bash[11745]: cluster 2022-04-26T06:50:17.800576+0000 mgr.smithi136.ofnrfx (mgr.14188) 8108 : cluster [DBG] pgmap v7603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:19.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:18 smithi136 bash[11745]: audit 2022-04-26T06:50:18.026761+0000 mon.smithi136 (mon.0) 5072 : audit [DBG] from='client.? 172.21.15.136:0/3923521841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:18 smithi145 bash[13673]: cluster 2022-04-26T06:50:17.800576+0000 mgr.smithi136.ofnrfx (mgr.14188) 8108 : cluster [DBG] pgmap v7603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:18 smithi145 bash[13673]: audit 2022-04-26T06:50:18.026761+0000 mon.smithi136 (mon.0) 5072 : audit [DBG] from='client.? 172.21.15.136:0/3923521841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:19 smithi136 bash[11745]: cluster 2022-04-26T06:50:19.801170+0000 mgr.smithi136.ofnrfx (mgr.14188) 8109 : cluster [DBG] pgmap v7604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:19 smithi145 bash[13673]: cluster 2022-04-26T06:50:19.801170+0000 mgr.smithi136.ofnrfx (mgr.14188) 8109 : cluster [DBG] pgmap v7604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:23.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:23.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:23.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:22 smithi145 bash[13673]: cluster 2022-04-26T06:50:21.801785+0000 mgr.smithi136.ofnrfx (mgr.14188) 8110 : cluster [DBG] pgmap v7605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:22 smithi136 bash[11745]: cluster 2022-04-26T06:50:21.801785+0000 mgr.smithi136.ofnrfx (mgr.14188) 8110 : cluster [DBG] pgmap v7605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:23.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:23 smithi145 bash[13673]: audit 2022-04-26T06:50:23.358366+0000 mon.smithi136 (mon.0) 5073 : audit [DBG] from='client.? 172.21.15.136:0/1782782560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:23 smithi136 bash[11745]: audit 2022-04-26T06:50:23.358366+0000 mon.smithi136 (mon.0) 5073 : audit [DBG] from='client.? 172.21.15.136:0/1782782560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:24 smithi145 bash[13673]: cluster 2022-04-26T06:50:23.802432+0000 mgr.smithi136.ofnrfx (mgr.14188) 8111 : cluster [DBG] pgmap v7606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:24 smithi136 bash[11745]: cluster 2022-04-26T06:50:23.802432+0000 mgr.smithi136.ofnrfx (mgr.14188) 8111 : cluster [DBG] pgmap v7606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:26 smithi145 bash[13673]: cluster 2022-04-26T06:50:25.802982+0000 mgr.smithi136.ofnrfx (mgr.14188) 8112 : cluster [DBG] pgmap v7607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:26 smithi136 bash[11745]: cluster 2022-04-26T06:50:25.802982+0000 mgr.smithi136.ofnrfx (mgr.14188) 8112 : cluster [DBG] pgmap v7607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:27 smithi145 bash[13673]: audit 2022-04-26T06:50:27.811630+0000 mon.smithi136 (mon.0) 5074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:50:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:27 smithi145 bash[13673]: audit 2022-04-26T06:50:27.814401+0000 mon.smithi136 (mon.0) 5075 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:50:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:27 smithi145 bash[13673]: audit 2022-04-26T06:50:27.816240+0000 mon.smithi136 (mon.0) 5076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:50:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:27 smithi136 bash[11745]: audit 2022-04-26T06:50:27.811630+0000 mon.smithi136 (mon.0) 5074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:50:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:27 smithi136 bash[11745]: audit 2022-04-26T06:50:27.814401+0000 mon.smithi136 (mon.0) 5075 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:50:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:27 smithi136 bash[11745]: audit 2022-04-26T06:50:27.816240+0000 mon.smithi136 (mon.0) 5076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:50:28.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:28.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:28.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:28.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:29.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:28 smithi145 bash[13673]: cluster 2022-04-26T06:50:27.803650+0000 mgr.smithi136.ofnrfx (mgr.14188) 8113 : cluster [DBG] pgmap v7608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:29.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:28 smithi145 bash[13673]: audit 2022-04-26T06:50:28.125937+0000 mon.smithi136 (mon.0) 5077 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:50:29.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:28 smithi145 bash[13673]: audit 2022-04-26T06:50:28.133845+0000 mon.smithi136 (mon.0) 5078 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:50:29.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:28 smithi145 bash[13673]: audit 2022-04-26T06:50:28.685225+0000 mon.smithi136 (mon.0) 5079 : audit [DBG] from='client.? 172.21.15.136:0/2522673086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:28 smithi136 bash[11745]: cluster 2022-04-26T06:50:27.803650+0000 mgr.smithi136.ofnrfx (mgr.14188) 8113 : cluster [DBG] pgmap v7608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:28 smithi136 bash[11745]: audit 2022-04-26T06:50:28.125937+0000 mon.smithi136 (mon.0) 5077 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:50:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:28 smithi136 bash[11745]: audit 2022-04-26T06:50:28.133845+0000 mon.smithi136 (mon.0) 5078 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:50:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:28 smithi136 bash[11745]: audit 2022-04-26T06:50:28.685225+0000 mon.smithi136 (mon.0) 5079 : audit [DBG] from='client.? 172.21.15.136:0/2522673086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:29 smithi145 bash[13673]: cluster 2022-04-26T06:50:28.120616+0000 mgr.smithi136.ofnrfx (mgr.14188) 8114 : cluster [DBG] pgmap v7609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:29 smithi145 bash[13673]: cluster 2022-04-26T06:50:28.121119+0000 mgr.smithi136.ofnrfx (mgr.14188) 8115 : cluster [DBG] pgmap v7610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:29 smithi145 bash[13673]: cephadm 2022-04-26T06:50:28.135056+0000 mgr.smithi136.ofnrfx (mgr.14188) 8116 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:50:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:29 smithi145 bash[13673]: cephadm 2022-04-26T06:50:28.135224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8117 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:50:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:29 smithi136 bash[11745]: cluster 2022-04-26T06:50:28.120616+0000 mgr.smithi136.ofnrfx (mgr.14188) 8114 : cluster [DBG] pgmap v7609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:29 smithi136 bash[11745]: cluster 2022-04-26T06:50:28.121119+0000 mgr.smithi136.ofnrfx (mgr.14188) 8115 : cluster [DBG] pgmap v7610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:29 smithi136 bash[11745]: cephadm 2022-04-26T06:50:28.135056+0000 mgr.smithi136.ofnrfx (mgr.14188) 8116 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:50:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:29 smithi136 bash[11745]: cephadm 2022-04-26T06:50:28.135224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8117 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:50:32.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:31 smithi145 bash[13673]: cluster 2022-04-26T06:50:30.121773+0000 mgr.smithi136.ofnrfx (mgr.14188) 8118 : cluster [DBG] pgmap v7611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:31 smithi136 bash[11745]: cluster 2022-04-26T06:50:30.121773+0000 mgr.smithi136.ofnrfx (mgr.14188) 8118 : cluster [DBG] pgmap v7611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:33.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:33.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:33.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:34.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:33 smithi136 bash[11745]: cluster 2022-04-26T06:50:32.122438+0000 mgr.smithi136.ofnrfx (mgr.14188) 8119 : cluster [DBG] pgmap v7612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:33 smithi145 bash[13673]: cluster 2022-04-26T06:50:32.122438+0000 mgr.smithi136.ofnrfx (mgr.14188) 8119 : cluster [DBG] pgmap v7612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:34 smithi136 bash[11745]: audit 2022-04-26T06:50:34.012616+0000 mon.smithi136 (mon.0) 5080 : audit [DBG] from='client.? 172.21.15.136:0/4166654906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:34 smithi145 bash[13673]: audit 2022-04-26T06:50:34.012616+0000 mon.smithi136 (mon.0) 5080 : audit [DBG] from='client.? 172.21.15.136:0/4166654906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:35 smithi136 bash[11745]: cluster 2022-04-26T06:50:34.123076+0000 mgr.smithi136.ofnrfx (mgr.14188) 8120 : cluster [DBG] pgmap v7613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:36.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:35 smithi145 bash[13673]: cluster 2022-04-26T06:50:34.123076+0000 mgr.smithi136.ofnrfx (mgr.14188) 8120 : cluster [DBG] pgmap v7613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:37 smithi136 bash[11745]: cluster 2022-04-26T06:50:36.123754+0000 mgr.smithi136.ofnrfx (mgr.14188) 8121 : cluster [DBG] pgmap v7614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:37 smithi145 bash[13673]: cluster 2022-04-26T06:50:36.123754+0000 mgr.smithi136.ofnrfx (mgr.14188) 8121 : cluster [DBG] pgmap v7614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:39.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:39.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:39.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:39.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:40.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:39 smithi136 bash[11745]: cluster 2022-04-26T06:50:38.124371+0000 mgr.smithi136.ofnrfx (mgr.14188) 8122 : cluster [DBG] pgmap v7615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:40.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:39 smithi136 bash[11745]: audit 2022-04-26T06:50:39.341023+0000 mon.smithi136 (mon.0) 5081 : audit [DBG] from='client.? 172.21.15.136:0/1377672521' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:40.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:39 smithi145 bash[13673]: cluster 2022-04-26T06:50:38.124371+0000 mgr.smithi136.ofnrfx (mgr.14188) 8122 : cluster [DBG] pgmap v7615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:40.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:39 smithi145 bash[13673]: audit 2022-04-26T06:50:39.341023+0000 mon.smithi136 (mon.0) 5081 : audit [DBG] from='client.? 172.21.15.136:0/1377672521' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:41 smithi136 bash[11745]: cluster 2022-04-26T06:50:40.124998+0000 mgr.smithi136.ofnrfx (mgr.14188) 8123 : cluster [DBG] pgmap v7616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:41 smithi145 bash[13673]: cluster 2022-04-26T06:50:40.124998+0000 mgr.smithi136.ofnrfx (mgr.14188) 8123 : cluster [DBG] pgmap v7616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:43 smithi145 bash[13673]: cluster 2022-04-26T06:50:42.125708+0000 mgr.smithi136.ofnrfx (mgr.14188) 8124 : cluster [DBG] pgmap v7617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:43 smithi136 bash[11745]: cluster 2022-04-26T06:50:42.125708+0000 mgr.smithi136.ofnrfx (mgr.14188) 8124 : cluster [DBG] pgmap v7617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:44.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:44.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:44.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:44.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:44 smithi145 bash[13673]: audit 2022-04-26T06:50:44.661472+0000 mon.smithi136 (mon.0) 5082 : audit [DBG] from='client.? 172.21.15.136:0/2275232740' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:44 smithi136 bash[11745]: audit 2022-04-26T06:50:44.661472+0000 mon.smithi136 (mon.0) 5082 : audit [DBG] from='client.? 172.21.15.136:0/2275232740' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:45 smithi145 bash[13673]: cluster 2022-04-26T06:50:44.126339+0000 mgr.smithi136.ofnrfx (mgr.14188) 8125 : cluster [DBG] pgmap v7618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:45 smithi136 bash[11745]: cluster 2022-04-26T06:50:44.126339+0000 mgr.smithi136.ofnrfx (mgr.14188) 8125 : cluster [DBG] pgmap v7618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:47 smithi145 bash[13673]: cluster 2022-04-26T06:50:46.126992+0000 mgr.smithi136.ofnrfx (mgr.14188) 8126 : cluster [DBG] pgmap v7619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:47 smithi136 bash[11745]: cluster 2022-04-26T06:50:46.126992+0000 mgr.smithi136.ofnrfx (mgr.14188) 8126 : cluster [DBG] pgmap v7619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:49.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:49.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:49.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:50.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:50.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:49 smithi145 bash[13673]: cluster 2022-04-26T06:50:48.127739+0000 mgr.smithi136.ofnrfx (mgr.14188) 8127 : cluster [DBG] pgmap v7620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:49 smithi136 bash[11745]: cluster 2022-04-26T06:50:48.127739+0000 mgr.smithi136.ofnrfx (mgr.14188) 8127 : cluster [DBG] pgmap v7620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:50 smithi145 bash[13673]: audit 2022-04-26T06:50:49.993754+0000 mon.smithi136 (mon.0) 5083 : audit [DBG] from='client.? 172.21.15.136:0/2151439783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:50 smithi136 bash[11745]: audit 2022-04-26T06:50:49.993754+0000 mon.smithi136 (mon.0) 5083 : audit [DBG] from='client.? 172.21.15.136:0/2151439783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:51 smithi145 bash[13673]: cluster 2022-04-26T06:50:50.128393+0000 mgr.smithi136.ofnrfx (mgr.14188) 8128 : cluster [DBG] pgmap v7621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:51 smithi136 bash[11745]: cluster 2022-04-26T06:50:50.128393+0000 mgr.smithi136.ofnrfx (mgr.14188) 8128 : cluster [DBG] pgmap v7621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:53 smithi145 bash[13673]: cluster 2022-04-26T06:50:52.129063+0000 mgr.smithi136.ofnrfx (mgr.14188) 8129 : cluster [DBG] pgmap v7622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:53 smithi136 bash[11745]: cluster 2022-04-26T06:50:52.129063+0000 mgr.smithi136.ofnrfx (mgr.14188) 8129 : cluster [DBG] pgmap v7622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:55.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:50:55.017 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:50:55.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:50:55.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:50:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:55 smithi145 bash[13673]: cluster 2022-04-26T06:50:54.129652+0000 mgr.smithi136.ofnrfx (mgr.14188) 8130 : cluster [DBG] pgmap v7623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:56.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:55 smithi145 bash[13673]: audit 2022-04-26T06:50:55.324142+0000 mon.smithi136 (mon.0) 5084 : audit [DBG] from='client.? 172.21.15.136:0/2248601262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:55 smithi136 bash[11745]: cluster 2022-04-26T06:50:54.129652+0000 mgr.smithi136.ofnrfx (mgr.14188) 8130 : cluster [DBG] pgmap v7623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:55 smithi136 bash[11745]: audit 2022-04-26T06:50:55.324142+0000 mon.smithi136 (mon.0) 5084 : audit [DBG] from='client.? 172.21.15.136:0/2248601262' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:50:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:57 smithi145 bash[13673]: cluster 2022-04-26T06:50:56.130292+0000 mgr.smithi136.ofnrfx (mgr.14188) 8131 : cluster [DBG] pgmap v7624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:50:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:57 smithi136 bash[11745]: cluster 2022-04-26T06:50:56.130292+0000 mgr.smithi136.ofnrfx (mgr.14188) 8131 : cluster [DBG] pgmap v7624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:00.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:50:59 smithi145 bash[13673]: cluster 2022-04-26T06:50:58.130927+0000 mgr.smithi136.ofnrfx (mgr.14188) 8132 : cluster [DBG] pgmap v7625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:50:59 smithi136 bash[11745]: cluster 2022-04-26T06:50:58.130927+0000 mgr.smithi136.ofnrfx (mgr.14188) 8132 : cluster [DBG] pgmap v7625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:00.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:00.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:00.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:00.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:00 smithi145 bash[13673]: audit 2022-04-26T06:51:00.646519+0000 mon.smithi136 (mon.0) 5085 : audit [DBG] from='client.? 172.21.15.136:0/2051046842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:00 smithi136 bash[11745]: audit 2022-04-26T06:51:00.646519+0000 mon.smithi136 (mon.0) 5085 : audit [DBG] from='client.? 172.21.15.136:0/2051046842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:01 smithi145 bash[13673]: cluster 2022-04-26T06:51:00.131458+0000 mgr.smithi136.ofnrfx (mgr.14188) 8133 : cluster [DBG] pgmap v7626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:01 smithi136 bash[11745]: cluster 2022-04-26T06:51:00.131458+0000 mgr.smithi136.ofnrfx (mgr.14188) 8133 : cluster [DBG] pgmap v7626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:03 smithi145 bash[13673]: cluster 2022-04-26T06:51:02.132115+0000 mgr.smithi136.ofnrfx (mgr.14188) 8134 : cluster [DBG] pgmap v7627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:03 smithi145 bash[13673]: audit 2022-04-26T06:51:02.878852+0000 mon.smithi136 (mon.0) 5086 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:51:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:03 smithi145 bash[13673]: audit 2022-04-26T06:51:02.882647+0000 mon.smithi136 (mon.0) 5087 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:51:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:03 smithi136 bash[11745]: cluster 2022-04-26T06:51:02.132115+0000 mgr.smithi136.ofnrfx (mgr.14188) 8134 : cluster [DBG] pgmap v7627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:04.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:03 smithi136 bash[11745]: audit 2022-04-26T06:51:02.878852+0000 mon.smithi136 (mon.0) 5086 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:51:04.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:03 smithi136 bash[11745]: audit 2022-04-26T06:51:02.882647+0000 mon.smithi136 (mon.0) 5087 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:51:05.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:05.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:05.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:06.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:05 smithi145 bash[13673]: cluster 2022-04-26T06:51:04.132753+0000 mgr.smithi136.ofnrfx (mgr.14188) 8135 : cluster [DBG] pgmap v7628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:05 smithi136 bash[11745]: cluster 2022-04-26T06:51:04.132753+0000 mgr.smithi136.ofnrfx (mgr.14188) 8135 : cluster [DBG] pgmap v7628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:06 smithi145 bash[13673]: audit 2022-04-26T06:51:05.980758+0000 mon.smithi136 (mon.0) 5088 : audit [DBG] from='client.? 172.21.15.136:0/4219763726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:06 smithi136 bash[11745]: audit 2022-04-26T06:51:05.980758+0000 mon.smithi136 (mon.0) 5088 : audit [DBG] from='client.? 172.21.15.136:0/4219763726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:07 smithi145 bash[13673]: cluster 2022-04-26T06:51:06.133443+0000 mgr.smithi136.ofnrfx (mgr.14188) 8136 : cluster [DBG] pgmap v7629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:07 smithi136 bash[11745]: cluster 2022-04-26T06:51:06.133443+0000 mgr.smithi136.ofnrfx (mgr.14188) 8136 : cluster [DBG] pgmap v7629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:09 smithi145 bash[13673]: cluster 2022-04-26T06:51:08.134036+0000 mgr.smithi136.ofnrfx (mgr.14188) 8137 : cluster [DBG] pgmap v7630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:10.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:09 smithi136 bash[11745]: cluster 2022-04-26T06:51:08.134036+0000 mgr.smithi136.ofnrfx (mgr.14188) 8137 : cluster [DBG] pgmap v7630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:11.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:11.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:11.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:11.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:11 smithi145 bash[13673]: cluster 2022-04-26T06:51:10.134676+0000 mgr.smithi136.ofnrfx (mgr.14188) 8138 : cluster [DBG] pgmap v7631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:11 smithi145 bash[13673]: audit 2022-04-26T06:51:11.317693+0000 mon.smithi136 (mon.0) 5089 : audit [DBG] from='client.? 172.21.15.136:0/2924905871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:11 smithi136 bash[11745]: cluster 2022-04-26T06:51:10.134676+0000 mgr.smithi136.ofnrfx (mgr.14188) 8138 : cluster [DBG] pgmap v7631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:11 smithi136 bash[11745]: audit 2022-04-26T06:51:11.317693+0000 mon.smithi136 (mon.0) 5089 : audit [DBG] from='client.? 172.21.15.136:0/2924905871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:13 smithi145 bash[13673]: cluster 2022-04-26T06:51:12.135301+0000 mgr.smithi136.ofnrfx (mgr.14188) 8139 : cluster [DBG] pgmap v7632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:13 smithi136 bash[11745]: cluster 2022-04-26T06:51:12.135301+0000 mgr.smithi136.ofnrfx (mgr.14188) 8139 : cluster [DBG] pgmap v7632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:16.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:15 smithi145 bash[13673]: cluster 2022-04-26T06:51:14.135943+0000 mgr.smithi136.ofnrfx (mgr.14188) 8140 : cluster [DBG] pgmap v7633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:15 smithi136 bash[11745]: cluster 2022-04-26T06:51:14.135943+0000 mgr.smithi136.ofnrfx (mgr.14188) 8140 : cluster [DBG] pgmap v7633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:16.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:16.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:16.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:16.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:16 smithi145 bash[13673]: audit 2022-04-26T06:51:16.651143+0000 mon.smithi136 (mon.0) 5090 : audit [DBG] from='client.? 172.21.15.136:0/470637169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:16 smithi136 bash[11745]: audit 2022-04-26T06:51:16.651143+0000 mon.smithi136 (mon.0) 5090 : audit [DBG] from='client.? 172.21.15.136:0/470637169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:17 smithi145 bash[13673]: cluster 2022-04-26T06:51:16.136610+0000 mgr.smithi136.ofnrfx (mgr.14188) 8141 : cluster [DBG] pgmap v7634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:17 smithi136 bash[11745]: cluster 2022-04-26T06:51:16.136610+0000 mgr.smithi136.ofnrfx (mgr.14188) 8141 : cluster [DBG] pgmap v7634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:19 smithi145 bash[13673]: cluster 2022-04-26T06:51:18.137239+0000 mgr.smithi136.ofnrfx (mgr.14188) 8142 : cluster [DBG] pgmap v7635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:19 smithi136 bash[11745]: cluster 2022-04-26T06:51:18.137239+0000 mgr.smithi136.ofnrfx (mgr.14188) 8142 : cluster [DBG] pgmap v7635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:21.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:21.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:21.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:21.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:21 smithi136 bash[11745]: cluster 2022-04-26T06:51:20.137855+0000 mgr.smithi136.ofnrfx (mgr.14188) 8143 : cluster [DBG] pgmap v7636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:21 smithi145 bash[13673]: cluster 2022-04-26T06:51:20.137855+0000 mgr.smithi136.ofnrfx (mgr.14188) 8143 : cluster [DBG] pgmap v7636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:22 smithi136 bash[11745]: audit 2022-04-26T06:51:21.981152+0000 mon.smithi136 (mon.0) 5091 : audit [DBG] from='client.? 172.21.15.136:0/3469930013' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:22 smithi145 bash[13673]: audit 2022-04-26T06:51:21.981152+0000 mon.smithi136 (mon.0) 5091 : audit [DBG] from='client.? 172.21.15.136:0/3469930013' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:23 smithi136 bash[11745]: cluster 2022-04-26T06:51:22.138505+0000 mgr.smithi136.ofnrfx (mgr.14188) 8144 : cluster [DBG] pgmap v7637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:23 smithi145 bash[13673]: cluster 2022-04-26T06:51:22.138505+0000 mgr.smithi136.ofnrfx (mgr.14188) 8144 : cluster [DBG] pgmap v7637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:25 smithi136 bash[11745]: cluster 2022-04-26T06:51:24.139136+0000 mgr.smithi136.ofnrfx (mgr.14188) 8145 : cluster [DBG] pgmap v7638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:25 smithi145 bash[13673]: cluster 2022-04-26T06:51:24.139136+0000 mgr.smithi136.ofnrfx (mgr.14188) 8145 : cluster [DBG] pgmap v7638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:27.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:27.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:27.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:27.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:27 smithi136 bash[11745]: cluster 2022-04-26T06:51:26.139809+0000 mgr.smithi136.ofnrfx (mgr.14188) 8146 : cluster [DBG] pgmap v7639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:27 smithi136 bash[11745]: audit 2022-04-26T06:51:27.318335+0000 mon.smithi136 (mon.0) 5092 : audit [DBG] from='client.? 172.21.15.136:0/3085720287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:27 smithi145 bash[13673]: cluster 2022-04-26T06:51:26.139809+0000 mgr.smithi136.ofnrfx (mgr.14188) 8146 : cluster [DBG] pgmap v7639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:27 smithi145 bash[13673]: audit 2022-04-26T06:51:27.318335+0000 mon.smithi136 (mon.0) 5092 : audit [DBG] from='client.? 172.21.15.136:0/3085720287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:28 smithi136 bash[11745]: audit 2022-04-26T06:51:28.145766+0000 mon.smithi136 (mon.0) 5093 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:51:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:28 smithi136 bash[11745]: audit 2022-04-26T06:51:28.148577+0000 mon.smithi136 (mon.0) 5094 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:51:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:28 smithi136 bash[11745]: audit 2022-04-26T06:51:28.150370+0000 mon.smithi136 (mon.0) 5095 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:51:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:28 smithi136 bash[11745]: audit 2022-04-26T06:51:28.456299+0000 mon.smithi136 (mon.0) 5096 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:51:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:28 smithi136 bash[11745]: audit 2022-04-26T06:51:28.466091+0000 mon.smithi136 (mon.0) 5097 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:51:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:28 smithi145 bash[13673]: audit 2022-04-26T06:51:28.145766+0000 mon.smithi136 (mon.0) 5093 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:51:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:28 smithi145 bash[13673]: audit 2022-04-26T06:51:28.148577+0000 mon.smithi136 (mon.0) 5094 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:51:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:28 smithi145 bash[13673]: audit 2022-04-26T06:51:28.150370+0000 mon.smithi136 (mon.0) 5095 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:51:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:28 smithi145 bash[13673]: audit 2022-04-26T06:51:28.456299+0000 mon.smithi136 (mon.0) 5096 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:51:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:28 smithi145 bash[13673]: audit 2022-04-26T06:51:28.466091+0000 mon.smithi136 (mon.0) 5097 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:51:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:29 smithi136 bash[11745]: cluster 2022-04-26T06:51:28.140553+0000 mgr.smithi136.ofnrfx (mgr.14188) 8147 : cluster [DBG] pgmap v7640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:30.319 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:29 smithi136 bash[11745]: cluster 2022-04-26T06:51:28.450714+0000 mgr.smithi136.ofnrfx (mgr.14188) 8148 : cluster [DBG] pgmap v7641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:30.319 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:29 smithi136 bash[11745]: cluster 2022-04-26T06:51:28.451021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8149 : cluster [DBG] pgmap v7642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:30.319 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:29 smithi136 bash[11745]: cephadm 2022-04-26T06:51:28.466989+0000 mgr.smithi136.ofnrfx (mgr.14188) 8150 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:51:30.319 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:29 smithi136 bash[11745]: cephadm 2022-04-26T06:51:28.467103+0000 mgr.smithi136.ofnrfx (mgr.14188) 8151 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:51:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:29 smithi145 bash[13673]: cluster 2022-04-26T06:51:28.140553+0000 mgr.smithi136.ofnrfx (mgr.14188) 8147 : cluster [DBG] pgmap v7640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:29 smithi145 bash[13673]: cluster 2022-04-26T06:51:28.450714+0000 mgr.smithi136.ofnrfx (mgr.14188) 8148 : cluster [DBG] pgmap v7641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:29 smithi145 bash[13673]: cluster 2022-04-26T06:51:28.451021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8149 : cluster [DBG] pgmap v7642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:29 smithi145 bash[13673]: cephadm 2022-04-26T06:51:28.466989+0000 mgr.smithi136.ofnrfx (mgr.14188) 8150 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:51:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:29 smithi145 bash[13673]: cephadm 2022-04-26T06:51:28.467103+0000 mgr.smithi136.ofnrfx (mgr.14188) 8151 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:51:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:30 smithi136 bash[11745]: cluster 2022-04-26T06:51:30.451640+0000 mgr.smithi136.ofnrfx (mgr.14188) 8152 : cluster [DBG] pgmap v7643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:30 smithi145 bash[13673]: cluster 2022-04-26T06:51:30.451640+0000 mgr.smithi136.ofnrfx (mgr.14188) 8152 : cluster [DBG] pgmap v7643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:32.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:32.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:32.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:32.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:33 smithi136 bash[11745]: cluster 2022-04-26T06:51:32.452335+0000 mgr.smithi136.ofnrfx (mgr.14188) 8153 : cluster [DBG] pgmap v7644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:33 smithi136 bash[11745]: audit 2022-04-26T06:51:32.645232+0000 mon.smithi136 (mon.0) 5098 : audit [DBG] from='client.? 172.21.15.136:0/1141970499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:33 smithi145 bash[13673]: cluster 2022-04-26T06:51:32.452335+0000 mgr.smithi136.ofnrfx (mgr.14188) 8153 : cluster [DBG] pgmap v7644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:33 smithi145 bash[13673]: audit 2022-04-26T06:51:32.645232+0000 mon.smithi136 (mon.0) 5098 : audit [DBG] from='client.? 172.21.15.136:0/1141970499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:35 smithi136 bash[11745]: cluster 2022-04-26T06:51:34.452965+0000 mgr.smithi136.ofnrfx (mgr.14188) 8154 : cluster [DBG] pgmap v7645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:35.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:35 smithi145 bash[13673]: cluster 2022-04-26T06:51:34.452965+0000 mgr.smithi136.ofnrfx (mgr.14188) 8154 : cluster [DBG] pgmap v7645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:37.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:37.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:37.718 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:37 smithi136 bash[11745]: cluster 2022-04-26T06:51:36.453581+0000 mgr.smithi136.ofnrfx (mgr.14188) 8155 : cluster [DBG] pgmap v7646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:37 smithi145 bash[13673]: cluster 2022-04-26T06:51:36.453581+0000 mgr.smithi136.ofnrfx (mgr.14188) 8155 : cluster [DBG] pgmap v7646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:37.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:38 smithi145 bash[13673]: audit 2022-04-26T06:51:37.966127+0000 mon.smithi136 (mon.0) 5099 : audit [DBG] from='client.? 172.21.15.136:0/3651912867' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:38 smithi136 bash[11745]: audit 2022-04-26T06:51:37.966127+0000 mon.smithi136 (mon.0) 5099 : audit [DBG] from='client.? 172.21.15.136:0/3651912867' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:39 smithi145 bash[13673]: cluster 2022-04-26T06:51:38.454224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8156 : cluster [DBG] pgmap v7647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:39 smithi136 bash[11745]: cluster 2022-04-26T06:51:38.454224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8156 : cluster [DBG] pgmap v7647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:41 smithi145 bash[13673]: cluster 2022-04-26T06:51:40.454878+0000 mgr.smithi136.ofnrfx (mgr.14188) 8157 : cluster [DBG] pgmap v7648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:41 smithi136 bash[11745]: cluster 2022-04-26T06:51:40.454878+0000 mgr.smithi136.ofnrfx (mgr.14188) 8157 : cluster [DBG] pgmap v7648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:42.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:42.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:42.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:43.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:43 smithi145 bash[13673]: cluster 2022-04-26T06:51:42.455554+0000 mgr.smithi136.ofnrfx (mgr.14188) 8158 : cluster [DBG] pgmap v7649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:43 smithi145 bash[13673]: audit 2022-04-26T06:51:43.294305+0000 mon.smithi136 (mon.0) 5100 : audit [DBG] from='client.? 172.21.15.136:0/3337717019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:43 smithi136 bash[11745]: cluster 2022-04-26T06:51:42.455554+0000 mgr.smithi136.ofnrfx (mgr.14188) 8158 : cluster [DBG] pgmap v7649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:44.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:43 smithi136 bash[11745]: audit 2022-04-26T06:51:43.294305+0000 mon.smithi136 (mon.0) 5100 : audit [DBG] from='client.? 172.21.15.136:0/3337717019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:45 smithi145 bash[13673]: cluster 2022-04-26T06:51:44.456165+0000 mgr.smithi136.ofnrfx (mgr.14188) 8159 : cluster [DBG] pgmap v7650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:45 smithi136 bash[11745]: cluster 2022-04-26T06:51:44.456165+0000 mgr.smithi136.ofnrfx (mgr.14188) 8159 : cluster [DBG] pgmap v7650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:47 smithi145 bash[13673]: cluster 2022-04-26T06:51:46.456768+0000 mgr.smithi136.ofnrfx (mgr.14188) 8160 : cluster [DBG] pgmap v7651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:47 smithi136 bash[11745]: cluster 2022-04-26T06:51:46.456768+0000 mgr.smithi136.ofnrfx (mgr.14188) 8160 : cluster [DBG] pgmap v7651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:48.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:48.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:48.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:48.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:48 smithi145 bash[13673]: audit 2022-04-26T06:51:48.623712+0000 mon.smithi136 (mon.0) 5101 : audit [DBG] from='client.? 172.21.15.136:0/1682569230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:48 smithi136 bash[11745]: audit 2022-04-26T06:51:48.623712+0000 mon.smithi136 (mon.0) 5101 : audit [DBG] from='client.? 172.21.15.136:0/1682569230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:49 smithi145 bash[13673]: cluster 2022-04-26T06:51:48.457299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8161 : cluster [DBG] pgmap v7652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:50.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:49 smithi136 bash[11745]: cluster 2022-04-26T06:51:48.457299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8161 : cluster [DBG] pgmap v7652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:51 smithi136 bash[11745]: cluster 2022-04-26T06:51:50.457987+0000 mgr.smithi136.ofnrfx (mgr.14188) 8162 : cluster [DBG] pgmap v7653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:51 smithi145 bash[13673]: cluster 2022-04-26T06:51:50.457987+0000 mgr.smithi136.ofnrfx (mgr.14188) 8162 : cluster [DBG] pgmap v7653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:53.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:53.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:53.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:53.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:51:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:53 smithi136 bash[11745]: cluster 2022-04-26T06:51:52.458678+0000 mgr.smithi136.ofnrfx (mgr.14188) 8163 : cluster [DBG] pgmap v7654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:53 smithi145 bash[13673]: cluster 2022-04-26T06:51:52.458678+0000 mgr.smithi136.ofnrfx (mgr.14188) 8163 : cluster [DBG] pgmap v7654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:54 smithi136 bash[11745]: audit 2022-04-26T06:51:53.949904+0000 mon.smithi136 (mon.0) 5102 : audit [DBG] from='client.? 172.21.15.136:0/2314482075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:54 smithi145 bash[13673]: audit 2022-04-26T06:51:53.949904+0000 mon.smithi136 (mon.0) 5102 : audit [DBG] from='client.? 172.21.15.136:0/2314482075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:51:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:55 smithi136 bash[11745]: cluster 2022-04-26T06:51:54.459288+0000 mgr.smithi136.ofnrfx (mgr.14188) 8164 : cluster [DBG] pgmap v7655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:55 smithi145 bash[13673]: cluster 2022-04-26T06:51:54.459288+0000 mgr.smithi136.ofnrfx (mgr.14188) 8164 : cluster [DBG] pgmap v7655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:57 smithi136 bash[11745]: cluster 2022-04-26T06:51:56.460027+0000 mgr.smithi136.ofnrfx (mgr.14188) 8165 : cluster [DBG] pgmap v7656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:57 smithi145 bash[13673]: cluster 2022-04-26T06:51:56.460027+0000 mgr.smithi136.ofnrfx (mgr.14188) 8165 : cluster [DBG] pgmap v7656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:51:58.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:51:58.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:51:58.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:51:59.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:59 smithi136 bash[11745]: cluster 2022-04-26T06:51:58.460800+0000 mgr.smithi136.ofnrfx (mgr.14188) 8166 : cluster [DBG] pgmap v7657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:51:59 smithi136 bash[11745]: audit 2022-04-26T06:51:59.267839+0000 mon.smithi136 (mon.0) 5103 : audit [DBG] from='client.? 172.21.15.136:0/1393722227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:59 smithi145 bash[13673]: cluster 2022-04-26T06:51:58.460800+0000 mgr.smithi136.ofnrfx (mgr.14188) 8166 : cluster [DBG] pgmap v7657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:51:59 smithi145 bash[13673]: audit 2022-04-26T06:51:59.267839+0000 mon.smithi136 (mon.0) 5103 : audit [DBG] from='client.? 172.21.15.136:0/1393722227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:01 smithi136 bash[11745]: cluster 2022-04-26T06:52:00.461420+0000 mgr.smithi136.ofnrfx (mgr.14188) 8167 : cluster [DBG] pgmap v7658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:01 smithi145 bash[13673]: cluster 2022-04-26T06:52:00.461420+0000 mgr.smithi136.ofnrfx (mgr.14188) 8167 : cluster [DBG] pgmap v7658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:03 smithi145 bash[13673]: cluster 2022-04-26T06:52:02.462060+0000 mgr.smithi136.ofnrfx (mgr.14188) 8168 : cluster [DBG] pgmap v7659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:03 smithi145 bash[13673]: audit 2022-04-26T06:52:02.882877+0000 mon.smithi136 (mon.0) 5104 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:52:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:03 smithi145 bash[13673]: audit 2022-04-26T06:52:02.886652+0000 mon.smithi136 (mon.0) 5105 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:52:04.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:04.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:04.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:04.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:03 smithi136 bash[11745]: cluster 2022-04-26T06:52:02.462060+0000 mgr.smithi136.ofnrfx (mgr.14188) 8168 : cluster [DBG] pgmap v7659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:04.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:03 smithi136 bash[11745]: audit 2022-04-26T06:52:02.882877+0000 mon.smithi136 (mon.0) 5104 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:52:04.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:03 smithi136 bash[11745]: audit 2022-04-26T06:52:02.886652+0000 mon.smithi136 (mon.0) 5105 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:52:04.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:05.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:04 smithi145 bash[13673]: audit 2022-04-26T06:52:04.599414+0000 mon.smithi136 (mon.0) 5106 : audit [DBG] from='client.? 172.21.15.136:0/2609821245' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:04 smithi136 bash[11745]: audit 2022-04-26T06:52:04.599414+0000 mon.smithi136 (mon.0) 5106 : audit [DBG] from='client.? 172.21.15.136:0/2609821245' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:06.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:05 smithi145 bash[13673]: cluster 2022-04-26T06:52:04.462684+0000 mgr.smithi136.ofnrfx (mgr.14188) 8169 : cluster [DBG] pgmap v7660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:05 smithi136 bash[11745]: cluster 2022-04-26T06:52:04.462684+0000 mgr.smithi136.ofnrfx (mgr.14188) 8169 : cluster [DBG] pgmap v7660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:07 smithi145 bash[13673]: cluster 2022-04-26T06:52:06.463326+0000 mgr.smithi136.ofnrfx (mgr.14188) 8170 : cluster [DBG] pgmap v7661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:07 smithi136 bash[11745]: cluster 2022-04-26T06:52:06.463326+0000 mgr.smithi136.ofnrfx (mgr.14188) 8170 : cluster [DBG] pgmap v7661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:09.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:09.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:09.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:09.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:09 smithi145 bash[13673]: cluster 2022-04-26T06:52:08.464062+0000 mgr.smithi136.ofnrfx (mgr.14188) 8171 : cluster [DBG] pgmap v7662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:09 smithi136 bash[11745]: cluster 2022-04-26T06:52:08.464062+0000 mgr.smithi136.ofnrfx (mgr.14188) 8171 : cluster [DBG] pgmap v7662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:10 smithi145 bash[13673]: audit 2022-04-26T06:52:09.930023+0000 mon.smithi136 (mon.0) 5107 : audit [DBG] from='client.? 172.21.15.136:0/2818634257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:10 smithi136 bash[11745]: audit 2022-04-26T06:52:09.930023+0000 mon.smithi136 (mon.0) 5107 : audit [DBG] from='client.? 172.21.15.136:0/2818634257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:11 smithi145 bash[13673]: cluster 2022-04-26T06:52:10.464709+0000 mgr.smithi136.ofnrfx (mgr.14188) 8172 : cluster [DBG] pgmap v7663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:11 smithi136 bash[11745]: cluster 2022-04-26T06:52:10.464709+0000 mgr.smithi136.ofnrfx (mgr.14188) 8172 : cluster [DBG] pgmap v7663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:13 smithi136 bash[11745]: cluster 2022-04-26T06:52:12.465352+0000 mgr.smithi136.ofnrfx (mgr.14188) 8173 : cluster [DBG] pgmap v7664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:13 smithi145 bash[13673]: cluster 2022-04-26T06:52:12.465352+0000 mgr.smithi136.ofnrfx (mgr.14188) 8173 : cluster [DBG] pgmap v7664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:14.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:14.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:14.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:15.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:15 smithi136 bash[11745]: cluster 2022-04-26T06:52:14.465923+0000 mgr.smithi136.ofnrfx (mgr.14188) 8174 : cluster [DBG] pgmap v7665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:16.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:15 smithi136 bash[11745]: audit 2022-04-26T06:52:15.259070+0000 mon.smithi136 (mon.0) 5108 : audit [DBG] from='client.? 172.21.15.136:0/2180895965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:16.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:15 smithi145 bash[13673]: cluster 2022-04-26T06:52:14.465923+0000 mgr.smithi136.ofnrfx (mgr.14188) 8174 : cluster [DBG] pgmap v7665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:16.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:15 smithi145 bash[13673]: audit 2022-04-26T06:52:15.259070+0000 mon.smithi136 (mon.0) 5108 : audit [DBG] from='client.? 172.21.15.136:0/2180895965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:17 smithi136 bash[11745]: cluster 2022-04-26T06:52:16.466508+0000 mgr.smithi136.ofnrfx (mgr.14188) 8175 : cluster [DBG] pgmap v7666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:17 smithi145 bash[13673]: cluster 2022-04-26T06:52:16.466508+0000 mgr.smithi136.ofnrfx (mgr.14188) 8175 : cluster [DBG] pgmap v7666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:20.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:20.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:20.279 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:19 smithi136 bash[11745]: cluster 2022-04-26T06:52:18.467197+0000 mgr.smithi136.ofnrfx (mgr.14188) 8176 : cluster [DBG] pgmap v7667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:19 smithi145 bash[13673]: cluster 2022-04-26T06:52:18.467197+0000 mgr.smithi136.ofnrfx (mgr.14188) 8176 : cluster [DBG] pgmap v7667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:20.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:20 smithi136 bash[11745]: audit 2022-04-26T06:52:20.583825+0000 mon.smithi136 (mon.0) 5109 : audit [DBG] from='client.? 172.21.15.136:0/3234362539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:20 smithi145 bash[13673]: audit 2022-04-26T06:52:20.583825+0000 mon.smithi136 (mon.0) 5109 : audit [DBG] from='client.? 172.21.15.136:0/3234362539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:21 smithi136 bash[11745]: cluster 2022-04-26T06:52:20.467796+0000 mgr.smithi136.ofnrfx (mgr.14188) 8177 : cluster [DBG] pgmap v7668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:21 smithi145 bash[13673]: cluster 2022-04-26T06:52:20.467796+0000 mgr.smithi136.ofnrfx (mgr.14188) 8177 : cluster [DBG] pgmap v7668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:23 smithi136 bash[11745]: cluster 2022-04-26T06:52:22.468449+0000 mgr.smithi136.ofnrfx (mgr.14188) 8178 : cluster [DBG] pgmap v7669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:24.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:23 smithi145 bash[13673]: cluster 2022-04-26T06:52:22.468449+0000 mgr.smithi136.ofnrfx (mgr.14188) 8178 : cluster [DBG] pgmap v7669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:25.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:25.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:25.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:25.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:26.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:25 smithi136 bash[11745]: cluster 2022-04-26T06:52:24.469018+0000 mgr.smithi136.ofnrfx (mgr.14188) 8179 : cluster [DBG] pgmap v7670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:26.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:25 smithi136 bash[11745]: audit 2022-04-26T06:52:25.915797+0000 mon.smithi136 (mon.0) 5110 : audit [DBG] from='client.? 172.21.15.136:0/2611740752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:26.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:25 smithi145 bash[13673]: cluster 2022-04-26T06:52:24.469018+0000 mgr.smithi136.ofnrfx (mgr.14188) 8179 : cluster [DBG] pgmap v7670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:26.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:25 smithi145 bash[13673]: audit 2022-04-26T06:52:25.915797+0000 mon.smithi136 (mon.0) 5110 : audit [DBG] from='client.? 172.21.15.136:0/2611740752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:27 smithi136 bash[11745]: cluster 2022-04-26T06:52:26.469618+0000 mgr.smithi136.ofnrfx (mgr.14188) 8180 : cluster [DBG] pgmap v7671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:27 smithi145 bash[13673]: cluster 2022-04-26T06:52:26.469618+0000 mgr.smithi136.ofnrfx (mgr.14188) 8180 : cluster [DBG] pgmap v7671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:28 smithi136 bash[11745]: audit 2022-04-26T06:52:28.475924+0000 mon.smithi136 (mon.0) 5111 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:52:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:28 smithi136 bash[11745]: audit 2022-04-26T06:52:28.478615+0000 mon.smithi136 (mon.0) 5112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:52:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:28 smithi136 bash[11745]: audit 2022-04-26T06:52:28.480418+0000 mon.smithi136 (mon.0) 5113 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:52:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:28 smithi136 bash[11745]: audit 2022-04-26T06:52:28.782589+0000 mon.smithi136 (mon.0) 5114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:52:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:28 smithi136 bash[11745]: audit 2022-04-26T06:52:28.789774+0000 mon.smithi136 (mon.0) 5115 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:52:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:28 smithi145 bash[13673]: audit 2022-04-26T06:52:28.475924+0000 mon.smithi136 (mon.0) 5111 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:52:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:28 smithi145 bash[13673]: audit 2022-04-26T06:52:28.478615+0000 mon.smithi136 (mon.0) 5112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:52:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:28 smithi145 bash[13673]: audit 2022-04-26T06:52:28.480418+0000 mon.smithi136 (mon.0) 5113 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:52:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:28 smithi145 bash[13673]: audit 2022-04-26T06:52:28.782589+0000 mon.smithi136 (mon.0) 5114 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:52:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:28 smithi145 bash[13673]: audit 2022-04-26T06:52:28.789774+0000 mon.smithi136 (mon.0) 5115 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:52:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:29 smithi136 bash[11745]: cluster 2022-04-26T06:52:28.470176+0000 mgr.smithi136.ofnrfx (mgr.14188) 8181 : cluster [DBG] pgmap v7672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:29 smithi136 bash[11745]: cluster 2022-04-26T06:52:28.776245+0000 mgr.smithi136.ofnrfx (mgr.14188) 8182 : cluster [DBG] pgmap v7673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:29 smithi136 bash[11745]: cluster 2022-04-26T06:52:28.776826+0000 mgr.smithi136.ofnrfx (mgr.14188) 8183 : cluster [DBG] pgmap v7674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:29 smithi136 bash[11745]: cephadm 2022-04-26T06:52:28.790990+0000 mgr.smithi136.ofnrfx (mgr.14188) 8184 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:52:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:29 smithi136 bash[11745]: cephadm 2022-04-26T06:52:28.791206+0000 mgr.smithi136.ofnrfx (mgr.14188) 8185 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:52:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:29 smithi145 bash[13673]: cluster 2022-04-26T06:52:28.470176+0000 mgr.smithi136.ofnrfx (mgr.14188) 8181 : cluster [DBG] pgmap v7672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:29 smithi145 bash[13673]: cluster 2022-04-26T06:52:28.776245+0000 mgr.smithi136.ofnrfx (mgr.14188) 8182 : cluster [DBG] pgmap v7673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:29 smithi145 bash[13673]: cluster 2022-04-26T06:52:28.776826+0000 mgr.smithi136.ofnrfx (mgr.14188) 8183 : cluster [DBG] pgmap v7674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:29 smithi145 bash[13673]: cephadm 2022-04-26T06:52:28.790990+0000 mgr.smithi136.ofnrfx (mgr.14188) 8184 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:52:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:29 smithi145 bash[13673]: cephadm 2022-04-26T06:52:28.791206+0000 mgr.smithi136.ofnrfx (mgr.14188) 8185 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:52:30.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:30.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:30.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:31.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:30 smithi136 bash[11745]: cluster 2022-04-26T06:52:30.777543+0000 mgr.smithi136.ofnrfx (mgr.14188) 8186 : cluster [DBG] pgmap v7675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:30 smithi145 bash[13673]: cluster 2022-04-26T06:52:30.777543+0000 mgr.smithi136.ofnrfx (mgr.14188) 8186 : cluster [DBG] pgmap v7675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:31 smithi136 bash[11745]: audit 2022-04-26T06:52:31.249118+0000 mon.smithi136 (mon.0) 5116 : audit [DBG] from='client.? 172.21.15.136:0/2697029591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:31 smithi145 bash[13673]: audit 2022-04-26T06:52:31.249118+0000 mon.smithi136 (mon.0) 5116 : audit [DBG] from='client.? 172.21.15.136:0/2697029591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:33 smithi145 bash[13673]: cluster 2022-04-26T06:52:32.778197+0000 mgr.smithi136.ofnrfx (mgr.14188) 8187 : cluster [DBG] pgmap v7676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:33 smithi136 bash[11745]: cluster 2022-04-26T06:52:32.778197+0000 mgr.smithi136.ofnrfx (mgr.14188) 8187 : cluster [DBG] pgmap v7676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:35 smithi145 bash[13673]: cluster 2022-04-26T06:52:34.778816+0000 mgr.smithi136.ofnrfx (mgr.14188) 8188 : cluster [DBG] pgmap v7677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:36.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:36.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:36.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:36.318 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:35 smithi136 bash[11745]: cluster 2022-04-26T06:52:34.778816+0000 mgr.smithi136.ofnrfx (mgr.14188) 8188 : cluster [DBG] pgmap v7677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:36.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:36 smithi145 bash[13673]: audit 2022-04-26T06:52:36.584741+0000 mon.smithi136 (mon.0) 5117 : audit [DBG] from='client.? 172.21.15.136:0/448115246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:36 smithi136 bash[11745]: audit 2022-04-26T06:52:36.584741+0000 mon.smithi136 (mon.0) 5117 : audit [DBG] from='client.? 172.21.15.136:0/448115246' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:37 smithi136 bash[11745]: cluster 2022-04-26T06:52:36.779486+0000 mgr.smithi136.ofnrfx (mgr.14188) 8189 : cluster [DBG] pgmap v7678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:37 smithi145 bash[13673]: cluster 2022-04-26T06:52:36.779486+0000 mgr.smithi136.ofnrfx (mgr.14188) 8189 : cluster [DBG] pgmap v7678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:40.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:39 smithi136 bash[11745]: cluster 2022-04-26T06:52:38.780202+0000 mgr.smithi136.ofnrfx (mgr.14188) 8190 : cluster [DBG] pgmap v7679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:39 smithi145 bash[13673]: cluster 2022-04-26T06:52:38.780202+0000 mgr.smithi136.ofnrfx (mgr.14188) 8190 : cluster [DBG] pgmap v7679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:41.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:41.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:41.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:41.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:41 smithi136 bash[11745]: cluster 2022-04-26T06:52:40.780843+0000 mgr.smithi136.ofnrfx (mgr.14188) 8191 : cluster [DBG] pgmap v7680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:41 smithi145 bash[13673]: cluster 2022-04-26T06:52:40.780843+0000 mgr.smithi136.ofnrfx (mgr.14188) 8191 : cluster [DBG] pgmap v7680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:42 smithi136 bash[11745]: audit 2022-04-26T06:52:41.912505+0000 mon.smithi136 (mon.0) 5118 : audit [DBG] from='client.? 172.21.15.136:0/3928255853' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:42 smithi145 bash[13673]: audit 2022-04-26T06:52:41.912505+0000 mon.smithi136 (mon.0) 5118 : audit [DBG] from='client.? 172.21.15.136:0/3928255853' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:43 smithi136 bash[11745]: cluster 2022-04-26T06:52:42.781476+0000 mgr.smithi136.ofnrfx (mgr.14188) 8192 : cluster [DBG] pgmap v7681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:43 smithi145 bash[13673]: cluster 2022-04-26T06:52:42.781476+0000 mgr.smithi136.ofnrfx (mgr.14188) 8192 : cluster [DBG] pgmap v7681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:45 smithi136 bash[11745]: cluster 2022-04-26T06:52:44.782132+0000 mgr.smithi136.ofnrfx (mgr.14188) 8193 : cluster [DBG] pgmap v7682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:45 smithi145 bash[13673]: cluster 2022-04-26T06:52:44.782132+0000 mgr.smithi136.ofnrfx (mgr.14188) 8193 : cluster [DBG] pgmap v7682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:46.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:46.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:46.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:47.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:47 smithi136 bash[11745]: cluster 2022-04-26T06:52:46.782755+0000 mgr.smithi136.ofnrfx (mgr.14188) 8194 : cluster [DBG] pgmap v7683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:47 smithi136 bash[11745]: audit 2022-04-26T06:52:47.248857+0000 mon.smithi136 (mon.0) 5119 : audit [DBG] from='client.? 172.21.15.136:0/1871198270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:47 smithi145 bash[13673]: cluster 2022-04-26T06:52:46.782755+0000 mgr.smithi136.ofnrfx (mgr.14188) 8194 : cluster [DBG] pgmap v7683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:47 smithi145 bash[13673]: audit 2022-04-26T06:52:47.248857+0000 mon.smithi136 (mon.0) 5119 : audit [DBG] from='client.? 172.21.15.136:0/1871198270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:49 smithi136 bash[11745]: cluster 2022-04-26T06:52:48.783363+0000 mgr.smithi136.ofnrfx (mgr.14188) 8195 : cluster [DBG] pgmap v7684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:49 smithi145 bash[13673]: cluster 2022-04-26T06:52:48.783363+0000 mgr.smithi136.ofnrfx (mgr.14188) 8195 : cluster [DBG] pgmap v7684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:52.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:52.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:52.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:51 smithi136 bash[11745]: cluster 2022-04-26T06:52:50.783973+0000 mgr.smithi136.ofnrfx (mgr.14188) 8196 : cluster [DBG] pgmap v7685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:51 smithi145 bash[13673]: cluster 2022-04-26T06:52:50.783973+0000 mgr.smithi136.ofnrfx (mgr.14188) 8196 : cluster [DBG] pgmap v7685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:52.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:52 smithi136 bash[11745]: audit 2022-04-26T06:52:52.573261+0000 mon.smithi136 (mon.0) 5120 : audit [DBG] from='client.? 172.21.15.136:0/72373999' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:52 smithi145 bash[13673]: audit 2022-04-26T06:52:52.573261+0000 mon.smithi136 (mon.0) 5120 : audit [DBG] from='client.? 172.21.15.136:0/72373999' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:53 smithi136 bash[11745]: cluster 2022-04-26T06:52:52.784657+0000 mgr.smithi136.ofnrfx (mgr.14188) 8197 : cluster [DBG] pgmap v7686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:53 smithi145 bash[13673]: cluster 2022-04-26T06:52:52.784657+0000 mgr.smithi136.ofnrfx (mgr.14188) 8197 : cluster [DBG] pgmap v7686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:55 smithi136 bash[11745]: cluster 2022-04-26T06:52:54.785259+0000 mgr.smithi136.ofnrfx (mgr.14188) 8198 : cluster [DBG] pgmap v7687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:56.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:55 smithi145 bash[13673]: cluster 2022-04-26T06:52:54.785259+0000 mgr.smithi136.ofnrfx (mgr.14188) 8198 : cluster [DBG] pgmap v7687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:56 smithi136 bash[11745]: cluster 2022-04-26T06:52:56.785973+0000 mgr.smithi136.ofnrfx (mgr.14188) 8199 : cluster [DBG] pgmap v7688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:56 smithi145 bash[13673]: cluster 2022-04-26T06:52:56.785973+0000 mgr.smithi136.ofnrfx (mgr.14188) 8199 : cluster [DBG] pgmap v7688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:52:57.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:52:57.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:52:57.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:52:57.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:52:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:58 smithi136 bash[11745]: audit 2022-04-26T06:52:57.913362+0000 mon.smithi136 (mon.0) 5121 : audit [DBG] from='client.? 172.21.15.136:0/1920787377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:52:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:58 smithi145 bash[13673]: audit 2022-04-26T06:52:57.913362+0000 mon.smithi136 (mon.0) 5121 : audit [DBG] from='client.? 172.21.15.136:0/1920787377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:52:59 smithi136 bash[11745]: cluster 2022-04-26T06:52:58.786630+0000 mgr.smithi136.ofnrfx (mgr.14188) 8200 : cluster [DBG] pgmap v7689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:52:59 smithi145 bash[13673]: cluster 2022-04-26T06:52:58.786630+0000 mgr.smithi136.ofnrfx (mgr.14188) 8200 : cluster [DBG] pgmap v7689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:01 smithi136 bash[11745]: cluster 2022-04-26T06:53:00.787242+0000 mgr.smithi136.ofnrfx (mgr.14188) 8201 : cluster [DBG] pgmap v7690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:01 smithi145 bash[13673]: cluster 2022-04-26T06:53:00.787242+0000 mgr.smithi136.ofnrfx (mgr.14188) 8201 : cluster [DBG] pgmap v7690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:02.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:02.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:02.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:03.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:02 smithi136 bash[11745]: audit 2022-04-26T06:53:02.886963+0000 mon.smithi136 (mon.0) 5122 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:53:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:02 smithi136 bash[11745]: audit 2022-04-26T06:53:02.890932+0000 mon.smithi136 (mon.0) 5123 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:53:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:02 smithi145 bash[13673]: audit 2022-04-26T06:53:02.886963+0000 mon.smithi136 (mon.0) 5122 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:53:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:02 smithi145 bash[13673]: audit 2022-04-26T06:53:02.890932+0000 mon.smithi136 (mon.0) 5123 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:53:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:03 smithi136 bash[11745]: cluster 2022-04-26T06:53:02.787899+0000 mgr.smithi136.ofnrfx (mgr.14188) 8202 : cluster [DBG] pgmap v7691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:03 smithi136 bash[11745]: audit 2022-04-26T06:53:03.238137+0000 mon.smithi136 (mon.0) 5124 : audit [DBG] from='client.? 172.21.15.136:0/3328194411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:03 smithi145 bash[13673]: cluster 2022-04-26T06:53:02.787899+0000 mgr.smithi136.ofnrfx (mgr.14188) 8202 : cluster [DBG] pgmap v7691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:03 smithi145 bash[13673]: audit 2022-04-26T06:53:03.238137+0000 mon.smithi136 (mon.0) 5124 : audit [DBG] from='client.? 172.21.15.136:0/3328194411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:05 smithi136 bash[11745]: cluster 2022-04-26T06:53:04.788514+0000 mgr.smithi136.ofnrfx (mgr.14188) 8203 : cluster [DBG] pgmap v7692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:05 smithi145 bash[13673]: cluster 2022-04-26T06:53:04.788514+0000 mgr.smithi136.ofnrfx (mgr.14188) 8203 : cluster [DBG] pgmap v7692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:08.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:08.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:08.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:07 smithi136 bash[11745]: cluster 2022-04-26T06:53:06.789139+0000 mgr.smithi136.ofnrfx (mgr.14188) 8204 : cluster [DBG] pgmap v7693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:07 smithi145 bash[13673]: cluster 2022-04-26T06:53:06.789139+0000 mgr.smithi136.ofnrfx (mgr.14188) 8204 : cluster [DBG] pgmap v7693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:08.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:08 smithi136 bash[11745]: audit 2022-04-26T06:53:08.563139+0000 mon.smithi136 (mon.0) 5125 : audit [DBG] from='client.? 172.21.15.136:0/597329085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:08 smithi145 bash[13673]: audit 2022-04-26T06:53:08.563139+0000 mon.smithi136 (mon.0) 5125 : audit [DBG] from='client.? 172.21.15.136:0/597329085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:09 smithi136 bash[11745]: cluster 2022-04-26T06:53:08.789748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8205 : cluster [DBG] pgmap v7694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:09 smithi145 bash[13673]: cluster 2022-04-26T06:53:08.789748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8205 : cluster [DBG] pgmap v7694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:11 smithi136 bash[11745]: cluster 2022-04-26T06:53:10.790360+0000 mgr.smithi136.ofnrfx (mgr.14188) 8206 : cluster [DBG] pgmap v7695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:11 smithi145 bash[13673]: cluster 2022-04-26T06:53:10.790360+0000 mgr.smithi136.ofnrfx (mgr.14188) 8206 : cluster [DBG] pgmap v7695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:13.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:13.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:13.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:13.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:13 smithi136 bash[11745]: cluster 2022-04-26T06:53:12.790966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8207 : cluster [DBG] pgmap v7696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:13 smithi136 bash[11745]: audit 2022-04-26T06:53:13.892200+0000 mon.smithi136 (mon.0) 5126 : audit [DBG] from='client.? 172.21.15.136:0/1173352097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:13 smithi145 bash[13673]: cluster 2022-04-26T06:53:12.790966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8207 : cluster [DBG] pgmap v7696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:14.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:13 smithi145 bash[13673]: audit 2022-04-26T06:53:13.892200+0000 mon.smithi136 (mon.0) 5126 : audit [DBG] from='client.? 172.21.15.136:0/1173352097' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:15 smithi136 bash[11745]: cluster 2022-04-26T06:53:14.791639+0000 mgr.smithi136.ofnrfx (mgr.14188) 8208 : cluster [DBG] pgmap v7697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:15 smithi145 bash[13673]: cluster 2022-04-26T06:53:14.791639+0000 mgr.smithi136.ofnrfx (mgr.14188) 8208 : cluster [DBG] pgmap v7697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:16 smithi136 bash[11745]: cluster 2022-04-26T06:53:16.792299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8209 : cluster [DBG] pgmap v7698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:16 smithi145 bash[13673]: cluster 2022-04-26T06:53:16.792299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8209 : cluster [DBG] pgmap v7698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:18.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:18.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:18.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:19.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:19 smithi136 bash[11745]: cluster 2022-04-26T06:53:18.792933+0000 mgr.smithi136.ofnrfx (mgr.14188) 8210 : cluster [DBG] pgmap v7699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:19 smithi136 bash[11745]: audit 2022-04-26T06:53:19.217925+0000 mon.smithi136 (mon.0) 5127 : audit [DBG] from='client.? 172.21.15.136:0/1576058345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:19 smithi145 bash[13673]: cluster 2022-04-26T06:53:18.792933+0000 mgr.smithi136.ofnrfx (mgr.14188) 8210 : cluster [DBG] pgmap v7699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:20.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:19 smithi145 bash[13673]: audit 2022-04-26T06:53:19.217925+0000 mon.smithi136 (mon.0) 5127 : audit [DBG] from='client.? 172.21.15.136:0/1576058345' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:21 smithi136 bash[11745]: cluster 2022-04-26T06:53:20.793657+0000 mgr.smithi136.ofnrfx (mgr.14188) 8211 : cluster [DBG] pgmap v7700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:21 smithi145 bash[13673]: cluster 2022-04-26T06:53:20.793657+0000 mgr.smithi136.ofnrfx (mgr.14188) 8211 : cluster [DBG] pgmap v7700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:24.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:24.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:24.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:23 smithi136 bash[11745]: cluster 2022-04-26T06:53:22.794445+0000 mgr.smithi136.ofnrfx (mgr.14188) 8212 : cluster [DBG] pgmap v7701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:23 smithi145 bash[13673]: cluster 2022-04-26T06:53:22.794445+0000 mgr.smithi136.ofnrfx (mgr.14188) 8212 : cluster [DBG] pgmap v7701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:24.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:24 smithi136 bash[11745]: audit 2022-04-26T06:53:24.551376+0000 mon.smithi136 (mon.0) 5128 : audit [DBG] from='client.? 172.21.15.136:0/1603409738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:24 smithi145 bash[13673]: audit 2022-04-26T06:53:24.551376+0000 mon.smithi136 (mon.0) 5128 : audit [DBG] from='client.? 172.21.15.136:0/1603409738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:25 smithi136 bash[11745]: cluster 2022-04-26T06:53:24.795168+0000 mgr.smithi136.ofnrfx (mgr.14188) 8213 : cluster [DBG] pgmap v7702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:25 smithi145 bash[13673]: cluster 2022-04-26T06:53:24.795168+0000 mgr.smithi136.ofnrfx (mgr.14188) 8213 : cluster [DBG] pgmap v7702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:27 smithi136 bash[11745]: cluster 2022-04-26T06:53:26.795823+0000 mgr.smithi136.ofnrfx (mgr.14188) 8214 : cluster [DBG] pgmap v7703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:27 smithi145 bash[13673]: cluster 2022-04-26T06:53:26.795823+0000 mgr.smithi136.ofnrfx (mgr.14188) 8214 : cluster [DBG] pgmap v7703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:28 smithi136 bash[11745]: audit 2022-04-26T06:53:28.803250+0000 mon.smithi136 (mon.0) 5129 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:53:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:28 smithi136 bash[11745]: audit 2022-04-26T06:53:28.806185+0000 mon.smithi136 (mon.0) 5130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:53:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:28 smithi136 bash[11745]: audit 2022-04-26T06:53:28.808110+0000 mon.smithi136 (mon.0) 5131 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:53:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:28 smithi145 bash[13673]: audit 2022-04-26T06:53:28.803250+0000 mon.smithi136 (mon.0) 5129 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:53:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:28 smithi145 bash[13673]: audit 2022-04-26T06:53:28.806185+0000 mon.smithi136 (mon.0) 5130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:53:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:28 smithi145 bash[13673]: audit 2022-04-26T06:53:28.808110+0000 mon.smithi136 (mon.0) 5131 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:53:29.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:29.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:29.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:29.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:29 smithi136 bash[11745]: cluster 2022-04-26T06:53:28.796478+0000 mgr.smithi136.ofnrfx (mgr.14188) 8215 : cluster [DBG] pgmap v7704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:29 smithi136 bash[11745]: audit 2022-04-26T06:53:29.141054+0000 mon.smithi136 (mon.0) 5132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:53:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:29 smithi136 bash[11745]: audit 2022-04-26T06:53:29.148045+0000 mon.smithi136 (mon.0) 5133 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:53:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:29 smithi136 bash[11745]: audit 2022-04-26T06:53:29.881419+0000 mon.smithi136 (mon.0) 5134 : audit [DBG] from='client.? 172.21.15.136:0/746866949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:29 smithi145 bash[13673]: cluster 2022-04-26T06:53:28.796478+0000 mgr.smithi136.ofnrfx (mgr.14188) 8215 : cluster [DBG] pgmap v7704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:29 smithi145 bash[13673]: audit 2022-04-26T06:53:29.141054+0000 mon.smithi136 (mon.0) 5132 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:53:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:29 smithi145 bash[13673]: audit 2022-04-26T06:53:29.148045+0000 mon.smithi136 (mon.0) 5133 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:53:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:29 smithi145 bash[13673]: audit 2022-04-26T06:53:29.881419+0000 mon.smithi136 (mon.0) 5134 : audit [DBG] from='client.? 172.21.15.136:0/746866949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:30 smithi136 bash[11745]: cluster 2022-04-26T06:53:29.132380+0000 mgr.smithi136.ofnrfx (mgr.14188) 8216 : cluster [DBG] pgmap v7705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:32.037 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:30 smithi136 bash[11745]: cluster 2022-04-26T06:53:29.132641+0000 mgr.smithi136.ofnrfx (mgr.14188) 8217 : cluster [DBG] pgmap v7706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:32.038 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:30 smithi136 bash[11745]: cephadm 2022-04-26T06:53:29.149215+0000 mgr.smithi136.ofnrfx (mgr.14188) 8218 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:53:32.038 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:30 smithi136 bash[11745]: cephadm 2022-04-26T06:53:29.149342+0000 mgr.smithi136.ofnrfx (mgr.14188) 8219 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:53:32.038 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:30 smithi145 bash[13673]: cluster 2022-04-26T06:53:29.132380+0000 mgr.smithi136.ofnrfx (mgr.14188) 8216 : cluster [DBG] pgmap v7705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:32.038 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:30 smithi145 bash[13673]: cluster 2022-04-26T06:53:29.132641+0000 mgr.smithi136.ofnrfx (mgr.14188) 8217 : cluster [DBG] pgmap v7706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:32.039 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:30 smithi145 bash[13673]: cephadm 2022-04-26T06:53:29.149215+0000 mgr.smithi136.ofnrfx (mgr.14188) 8218 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:53:32.039 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:30 smithi145 bash[13673]: cephadm 2022-04-26T06:53:29.149342+0000 mgr.smithi136.ofnrfx (mgr.14188) 8219 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:53:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:32 smithi136 bash[11745]: cluster 2022-04-26T06:53:31.133286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8220 : cluster [DBG] pgmap v7707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:32 smithi145 bash[13673]: cluster 2022-04-26T06:53:31.133286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8220 : cluster [DBG] pgmap v7707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:34.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:34.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:34.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:35.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:34 smithi136 bash[11745]: cluster 2022-04-26T06:53:33.134069+0000 mgr.smithi136.ofnrfx (mgr.14188) 8221 : cluster [DBG] pgmap v7708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:34 smithi145 bash[13673]: cluster 2022-04-26T06:53:33.134069+0000 mgr.smithi136.ofnrfx (mgr.14188) 8221 : cluster [DBG] pgmap v7708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:35 smithi136 bash[11745]: audit 2022-04-26T06:53:35.215343+0000 mon.smithi136 (mon.0) 5135 : audit [DBG] from='client.? 172.21.15.136:0/3610354674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:36.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:35 smithi145 bash[13673]: audit 2022-04-26T06:53:35.215343+0000 mon.smithi136 (mon.0) 5135 : audit [DBG] from='client.? 172.21.15.136:0/3610354674' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:36 smithi136 bash[11745]: cluster 2022-04-26T06:53:35.134660+0000 mgr.smithi136.ofnrfx (mgr.14188) 8222 : cluster [DBG] pgmap v7709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:37.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:36 smithi145 bash[13673]: cluster 2022-04-26T06:53:35.134660+0000 mgr.smithi136.ofnrfx (mgr.14188) 8222 : cluster [DBG] pgmap v7709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:38 smithi136 bash[11745]: cluster 2022-04-26T06:53:37.135313+0000 mgr.smithi136.ofnrfx (mgr.14188) 8223 : cluster [DBG] pgmap v7710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:38 smithi145 bash[13673]: cluster 2022-04-26T06:53:37.135313+0000 mgr.smithi136.ofnrfx (mgr.14188) 8223 : cluster [DBG] pgmap v7710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:40.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:40.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:40.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:40.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:40 smithi136 bash[11745]: cluster 2022-04-26T06:53:39.135942+0000 mgr.smithi136.ofnrfx (mgr.14188) 8224 : cluster [DBG] pgmap v7711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:40 smithi136 bash[11745]: audit 2022-04-26T06:53:40.544904+0000 mon.smithi136 (mon.0) 5136 : audit [DBG] from='client.? 172.21.15.136:0/3746907587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:40 smithi145 bash[13673]: cluster 2022-04-26T06:53:39.135942+0000 mgr.smithi136.ofnrfx (mgr.14188) 8224 : cluster [DBG] pgmap v7711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:41.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:40 smithi145 bash[13673]: audit 2022-04-26T06:53:40.544904+0000 mon.smithi136 (mon.0) 5136 : audit [DBG] from='client.? 172.21.15.136:0/3746907587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:42 smithi136 bash[11745]: cluster 2022-04-26T06:53:41.136696+0000 mgr.smithi136.ofnrfx (mgr.14188) 8225 : cluster [DBG] pgmap v7712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:42 smithi145 bash[13673]: cluster 2022-04-26T06:53:41.136696+0000 mgr.smithi136.ofnrfx (mgr.14188) 8225 : cluster [DBG] pgmap v7712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:44 smithi136 bash[11745]: cluster 2022-04-26T06:53:43.137498+0000 mgr.smithi136.ofnrfx (mgr.14188) 8226 : cluster [DBG] pgmap v7713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:45.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:44 smithi145 bash[13673]: cluster 2022-04-26T06:53:43.137498+0000 mgr.smithi136.ofnrfx (mgr.14188) 8226 : cluster [DBG] pgmap v7713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:45.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:45.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:45.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:45.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:45 smithi136 bash[11745]: audit 2022-04-26T06:53:45.875149+0000 mon.smithi136 (mon.0) 5137 : audit [DBG] from='client.? 172.21.15.136:0/1310748005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:45 smithi145 bash[13673]: audit 2022-04-26T06:53:45.875149+0000 mon.smithi136 (mon.0) 5137 : audit [DBG] from='client.? 172.21.15.136:0/1310748005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:46 smithi136 bash[11745]: cluster 2022-04-26T06:53:45.138104+0000 mgr.smithi136.ofnrfx (mgr.14188) 8227 : cluster [DBG] pgmap v7714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:46 smithi145 bash[13673]: cluster 2022-04-26T06:53:45.138104+0000 mgr.smithi136.ofnrfx (mgr.14188) 8227 : cluster [DBG] pgmap v7714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:48 smithi136 bash[11745]: cluster 2022-04-26T06:53:47.138738+0000 mgr.smithi136.ofnrfx (mgr.14188) 8228 : cluster [DBG] pgmap v7715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:48 smithi145 bash[13673]: cluster 2022-04-26T06:53:47.138738+0000 mgr.smithi136.ofnrfx (mgr.14188) 8228 : cluster [DBG] pgmap v7715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:50.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:50.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:50.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:51.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:50 smithi136 bash[11745]: cluster 2022-04-26T06:53:49.139386+0000 mgr.smithi136.ofnrfx (mgr.14188) 8229 : cluster [DBG] pgmap v7716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:50 smithi145 bash[13673]: cluster 2022-04-26T06:53:49.139386+0000 mgr.smithi136.ofnrfx (mgr.14188) 8229 : cluster [DBG] pgmap v7716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:51 smithi136 bash[11745]: audit 2022-04-26T06:53:51.206341+0000 mon.smithi136 (mon.0) 5138 : audit [DBG] from='client.? 172.21.15.136:0/2040078675' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:51 smithi145 bash[13673]: audit 2022-04-26T06:53:51.206341+0000 mon.smithi136 (mon.0) 5138 : audit [DBG] from='client.? 172.21.15.136:0/2040078675' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:52 smithi136 bash[11745]: cluster 2022-04-26T06:53:51.140007+0000 mgr.smithi136.ofnrfx (mgr.14188) 8230 : cluster [DBG] pgmap v7717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:52 smithi145 bash[13673]: cluster 2022-04-26T06:53:51.140007+0000 mgr.smithi136.ofnrfx (mgr.14188) 8230 : cluster [DBG] pgmap v7717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:54 smithi136 bash[11745]: cluster 2022-04-26T06:53:53.140652+0000 mgr.smithi136.ofnrfx (mgr.14188) 8231 : cluster [DBG] pgmap v7718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:54 smithi145 bash[13673]: cluster 2022-04-26T06:53:53.140652+0000 mgr.smithi136.ofnrfx (mgr.14188) 8231 : cluster [DBG] pgmap v7718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:56.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:53:56.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:53:56.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:53:56.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:53:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:56 smithi136 bash[11745]: cluster 2022-04-26T06:53:55.141268+0000 mgr.smithi136.ofnrfx (mgr.14188) 8232 : cluster [DBG] pgmap v7719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:56 smithi136 bash[11745]: audit 2022-04-26T06:53:56.530230+0000 mon.smithi136 (mon.0) 5139 : audit [DBG] from='client.? 172.21.15.136:0/477949609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:56 smithi145 bash[13673]: cluster 2022-04-26T06:53:55.141268+0000 mgr.smithi136.ofnrfx (mgr.14188) 8232 : cluster [DBG] pgmap v7719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:56 smithi145 bash[13673]: audit 2022-04-26T06:53:56.530230+0000 mon.smithi136 (mon.0) 5139 : audit [DBG] from='client.? 172.21.15.136:0/477949609' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:53:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:58 smithi136 bash[11745]: cluster 2022-04-26T06:53:57.141909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8233 : cluster [DBG] pgmap v7720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:53:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:58 smithi145 bash[13673]: cluster 2022-04-26T06:53:57.141909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8233 : cluster [DBG] pgmap v7720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:53:59 smithi136 bash[11745]: cluster 2022-04-26T06:53:59.142516+0000 mgr.smithi136.ofnrfx (mgr.14188) 8234 : cluster [DBG] pgmap v7721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:53:59 smithi145 bash[13673]: cluster 2022-04-26T06:53:59.142516+0000 mgr.smithi136.ofnrfx (mgr.14188) 8234 : cluster [DBG] pgmap v7721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:01.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:01.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:01.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:01.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:02 smithi136 bash[11745]: cluster 2022-04-26T06:54:01.143146+0000 mgr.smithi136.ofnrfx (mgr.14188) 8235 : cluster [DBG] pgmap v7722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:02 smithi136 bash[11745]: audit 2022-04-26T06:54:01.859998+0000 mon.smithi136 (mon.0) 5140 : audit [DBG] from='client.? 172.21.15.136:0/557619485' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:02 smithi145 bash[13673]: cluster 2022-04-26T06:54:01.143146+0000 mgr.smithi136.ofnrfx (mgr.14188) 8235 : cluster [DBG] pgmap v7722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:02 smithi145 bash[13673]: audit 2022-04-26T06:54:01.859998+0000 mon.smithi136 (mon.0) 5140 : audit [DBG] from='client.? 172.21.15.136:0/557619485' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:03 smithi136 bash[11745]: audit 2022-04-26T06:54:02.891053+0000 mon.smithi136 (mon.0) 5141 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:54:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:03 smithi136 bash[11745]: audit 2022-04-26T06:54:02.894984+0000 mon.smithi136 (mon.0) 5142 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:54:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:03 smithi145 bash[13673]: audit 2022-04-26T06:54:02.891053+0000 mon.smithi136 (mon.0) 5141 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:54:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:03 smithi145 bash[13673]: audit 2022-04-26T06:54:02.894984+0000 mon.smithi136 (mon.0) 5142 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:54:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:04 smithi136 bash[11745]: cluster 2022-04-26T06:54:03.143801+0000 mgr.smithi136.ofnrfx (mgr.14188) 8236 : cluster [DBG] pgmap v7723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:04 smithi145 bash[13673]: cluster 2022-04-26T06:54:03.143801+0000 mgr.smithi136.ofnrfx (mgr.14188) 8236 : cluster [DBG] pgmap v7723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:06.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:06.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:06.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:07.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:06 smithi136 bash[11745]: cluster 2022-04-26T06:54:05.144387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8237 : cluster [DBG] pgmap v7724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:06 smithi145 bash[13673]: cluster 2022-04-26T06:54:05.144387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8237 : cluster [DBG] pgmap v7724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:07 smithi136 bash[11745]: audit 2022-04-26T06:54:07.180317+0000 mon.smithi136 (mon.0) 5143 : audit [DBG] from='client.? 172.21.15.136:0/3000084282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:07 smithi145 bash[13673]: audit 2022-04-26T06:54:07.180317+0000 mon.smithi136 (mon.0) 5143 : audit [DBG] from='client.? 172.21.15.136:0/3000084282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:08 smithi136 bash[11745]: cluster 2022-04-26T06:54:07.144995+0000 mgr.smithi136.ofnrfx (mgr.14188) 8238 : cluster [DBG] pgmap v7725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:09.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:08 smithi145 bash[13673]: cluster 2022-04-26T06:54:07.144995+0000 mgr.smithi136.ofnrfx (mgr.14188) 8238 : cluster [DBG] pgmap v7725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:10 smithi136 bash[11745]: cluster 2022-04-26T06:54:09.145618+0000 mgr.smithi136.ofnrfx (mgr.14188) 8239 : cluster [DBG] pgmap v7726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:10 smithi145 bash[13673]: cluster 2022-04-26T06:54:09.145618+0000 mgr.smithi136.ofnrfx (mgr.14188) 8239 : cluster [DBG] pgmap v7726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:12.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:12.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:12.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:12.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:12 smithi136 bash[11745]: cluster 2022-04-26T06:54:11.146266+0000 mgr.smithi136.ofnrfx (mgr.14188) 8240 : cluster [DBG] pgmap v7727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:12 smithi136 bash[11745]: audit 2022-04-26T06:54:12.512487+0000 mon.smithi136 (mon.0) 5144 : audit [DBG] from='client.? 172.21.15.136:0/3751879714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:12 smithi145 bash[13673]: cluster 2022-04-26T06:54:11.146266+0000 mgr.smithi136.ofnrfx (mgr.14188) 8240 : cluster [DBG] pgmap v7727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:12 smithi145 bash[13673]: audit 2022-04-26T06:54:12.512487+0000 mon.smithi136 (mon.0) 5144 : audit [DBG] from='client.? 172.21.15.136:0/3751879714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:14 smithi136 bash[11745]: cluster 2022-04-26T06:54:13.146905+0000 mgr.smithi136.ofnrfx (mgr.14188) 8241 : cluster [DBG] pgmap v7728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:14 smithi145 bash[13673]: cluster 2022-04-26T06:54:13.146905+0000 mgr.smithi136.ofnrfx (mgr.14188) 8241 : cluster [DBG] pgmap v7728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:16 smithi136 bash[11745]: cluster 2022-04-26T06:54:15.147562+0000 mgr.smithi136.ofnrfx (mgr.14188) 8242 : cluster [DBG] pgmap v7729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:16 smithi145 bash[13673]: cluster 2022-04-26T06:54:15.147562+0000 mgr.smithi136.ofnrfx (mgr.14188) 8242 : cluster [DBG] pgmap v7729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:17.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:17.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:17.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:17.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:17 smithi136 bash[11745]: audit 2022-04-26T06:54:17.830581+0000 mon.smithi136 (mon.0) 5145 : audit [DBG] from='client.? 172.21.15.136:0/3201009226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:17 smithi145 bash[13673]: audit 2022-04-26T06:54:17.830581+0000 mon.smithi136 (mon.0) 5145 : audit [DBG] from='client.? 172.21.15.136:0/3201009226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:18 smithi136 bash[11745]: cluster 2022-04-26T06:54:17.148169+0000 mgr.smithi136.ofnrfx (mgr.14188) 8243 : cluster [DBG] pgmap v7730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:18 smithi145 bash[13673]: cluster 2022-04-26T06:54:17.148169+0000 mgr.smithi136.ofnrfx (mgr.14188) 8243 : cluster [DBG] pgmap v7730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:20 smithi136 bash[11745]: cluster 2022-04-26T06:54:19.148744+0000 mgr.smithi136.ofnrfx (mgr.14188) 8244 : cluster [DBG] pgmap v7731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:20 smithi145 bash[13673]: cluster 2022-04-26T06:54:19.148744+0000 mgr.smithi136.ofnrfx (mgr.14188) 8244 : cluster [DBG] pgmap v7731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:22.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:22.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:22.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:23.177 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:22 smithi136 bash[11745]: cluster 2022-04-26T06:54:21.149375+0000 mgr.smithi136.ofnrfx (mgr.14188) 8245 : cluster [DBG] pgmap v7732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:22 smithi145 bash[13673]: cluster 2022-04-26T06:54:21.149375+0000 mgr.smithi136.ofnrfx (mgr.14188) 8245 : cluster [DBG] pgmap v7732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:23 smithi136 bash[11745]: cluster 2022-04-26T06:54:23.149953+0000 mgr.smithi136.ofnrfx (mgr.14188) 8246 : cluster [DBG] pgmap v7733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:23 smithi136 bash[11745]: audit 2022-04-26T06:54:23.162018+0000 mon.smithi136 (mon.0) 5146 : audit [DBG] from='client.? 172.21.15.136:0/3921196354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:23 smithi145 bash[13673]: cluster 2022-04-26T06:54:23.149953+0000 mgr.smithi136.ofnrfx (mgr.14188) 8246 : cluster [DBG] pgmap v7733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:23 smithi145 bash[13673]: audit 2022-04-26T06:54:23.162018+0000 mon.smithi136 (mon.0) 5146 : audit [DBG] from='client.? 172.21.15.136:0/3921196354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:26 smithi136 bash[11745]: cluster 2022-04-26T06:54:25.150564+0000 mgr.smithi136.ofnrfx (mgr.14188) 8247 : cluster [DBG] pgmap v7734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:26 smithi145 bash[13673]: cluster 2022-04-26T06:54:25.150564+0000 mgr.smithi136.ofnrfx (mgr.14188) 8247 : cluster [DBG] pgmap v7734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:28.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:28.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:28.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:28.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:28 smithi136 bash[11745]: cluster 2022-04-26T06:54:27.151171+0000 mgr.smithi136.ofnrfx (mgr.14188) 8248 : cluster [DBG] pgmap v7735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:28 smithi136 bash[11745]: audit 2022-04-26T06:54:28.488629+0000 mon.smithi136 (mon.0) 5147 : audit [DBG] from='client.? 172.21.15.136:0/3454170755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:28 smithi145 bash[13673]: cluster 2022-04-26T06:54:27.151171+0000 mgr.smithi136.ofnrfx (mgr.14188) 8248 : cluster [DBG] pgmap v7735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:28 smithi145 bash[13673]: audit 2022-04-26T06:54:28.488629+0000 mon.smithi136 (mon.0) 5147 : audit [DBG] from='client.? 172.21.15.136:0/3454170755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:29 smithi136 bash[11745]: audit 2022-04-26T06:54:29.158763+0000 mon.smithi136 (mon.0) 5148 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:54:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:29 smithi136 bash[11745]: audit 2022-04-26T06:54:29.161630+0000 mon.smithi136 (mon.0) 5149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:54:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:29 smithi136 bash[11745]: audit 2022-04-26T06:54:29.163494+0000 mon.smithi136 (mon.0) 5150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:54:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:29 smithi136 bash[11745]: audit 2022-04-26T06:54:29.495402+0000 mon.smithi136 (mon.0) 5151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:54:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:29 smithi136 bash[11745]: audit 2022-04-26T06:54:29.504597+0000 mon.smithi136 (mon.0) 5152 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:54:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:29 smithi145 bash[13673]: audit 2022-04-26T06:54:29.158763+0000 mon.smithi136 (mon.0) 5148 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:54:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:29 smithi145 bash[13673]: audit 2022-04-26T06:54:29.161630+0000 mon.smithi136 (mon.0) 5149 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:54:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:29 smithi145 bash[13673]: audit 2022-04-26T06:54:29.163494+0000 mon.smithi136 (mon.0) 5150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:54:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:29 smithi145 bash[13673]: audit 2022-04-26T06:54:29.495402+0000 mon.smithi136 (mon.0) 5151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:54:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:29 smithi145 bash[13673]: audit 2022-04-26T06:54:29.504597+0000 mon.smithi136 (mon.0) 5152 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:54:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:30 smithi136 bash[11745]: cluster 2022-04-26T06:54:29.151902+0000 mgr.smithi136.ofnrfx (mgr.14188) 8249 : cluster [DBG] pgmap v7736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:31.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:30 smithi136 bash[11745]: cluster 2022-04-26T06:54:29.489368+0000 mgr.smithi136.ofnrfx (mgr.14188) 8250 : cluster [DBG] pgmap v7737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:31.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:30 smithi136 bash[11745]: cluster 2022-04-26T06:54:29.489829+0000 mgr.smithi136.ofnrfx (mgr.14188) 8251 : cluster [DBG] pgmap v7738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:31.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:30 smithi136 bash[11745]: cephadm 2022-04-26T06:54:29.505582+0000 mgr.smithi136.ofnrfx (mgr.14188) 8252 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:54:31.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:30 smithi136 bash[11745]: cephadm 2022-04-26T06:54:29.505696+0000 mgr.smithi136.ofnrfx (mgr.14188) 8253 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:54:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:30 smithi145 bash[13673]: cluster 2022-04-26T06:54:29.151902+0000 mgr.smithi136.ofnrfx (mgr.14188) 8249 : cluster [DBG] pgmap v7736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:30 smithi145 bash[13673]: cluster 2022-04-26T06:54:29.489368+0000 mgr.smithi136.ofnrfx (mgr.14188) 8250 : cluster [DBG] pgmap v7737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:30 smithi145 bash[13673]: cluster 2022-04-26T06:54:29.489829+0000 mgr.smithi136.ofnrfx (mgr.14188) 8251 : cluster [DBG] pgmap v7738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:30 smithi145 bash[13673]: cephadm 2022-04-26T06:54:29.505582+0000 mgr.smithi136.ofnrfx (mgr.14188) 8252 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:54:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:30 smithi145 bash[13673]: cephadm 2022-04-26T06:54:29.505696+0000 mgr.smithi136.ofnrfx (mgr.14188) 8253 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:54:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:32 smithi136 bash[11745]: cluster 2022-04-26T06:54:31.490522+0000 mgr.smithi136.ofnrfx (mgr.14188) 8254 : cluster [DBG] pgmap v7739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:32 smithi145 bash[13673]: cluster 2022-04-26T06:54:31.490522+0000 mgr.smithi136.ofnrfx (mgr.14188) 8254 : cluster [DBG] pgmap v7739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:33.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:33.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:33.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:33.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:33 smithi136 bash[11745]: audit 2022-04-26T06:54:33.816254+0000 mon.smithi136 (mon.0) 5153 : audit [DBG] from='client.? 172.21.15.136:0/979614313' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:33 smithi145 bash[13673]: audit 2022-04-26T06:54:33.816254+0000 mon.smithi136 (mon.0) 5153 : audit [DBG] from='client.? 172.21.15.136:0/979614313' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:34 smithi136 bash[11745]: cluster 2022-04-26T06:54:33.491209+0000 mgr.smithi136.ofnrfx (mgr.14188) 8255 : cluster [DBG] pgmap v7740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:34 smithi145 bash[13673]: cluster 2022-04-26T06:54:33.491209+0000 mgr.smithi136.ofnrfx (mgr.14188) 8255 : cluster [DBG] pgmap v7740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:36 smithi136 bash[11745]: cluster 2022-04-26T06:54:35.491860+0000 mgr.smithi136.ofnrfx (mgr.14188) 8256 : cluster [DBG] pgmap v7741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:36 smithi145 bash[13673]: cluster 2022-04-26T06:54:35.491860+0000 mgr.smithi136.ofnrfx (mgr.14188) 8256 : cluster [DBG] pgmap v7741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:38.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:38.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:38.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:39.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:38 smithi136 bash[11745]: cluster 2022-04-26T06:54:37.492485+0000 mgr.smithi136.ofnrfx (mgr.14188) 8257 : cluster [DBG] pgmap v7742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:38 smithi145 bash[13673]: cluster 2022-04-26T06:54:37.492485+0000 mgr.smithi136.ofnrfx (mgr.14188) 8257 : cluster [DBG] pgmap v7742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:39 smithi136 bash[11745]: audit 2022-04-26T06:54:39.156834+0000 mon.smithi136 (mon.0) 5154 : audit [DBG] from='client.? 172.21.15.136:0/1224619325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:39 smithi145 bash[13673]: audit 2022-04-26T06:54:39.156834+0000 mon.smithi136 (mon.0) 5154 : audit [DBG] from='client.? 172.21.15.136:0/1224619325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:40 smithi136 bash[11745]: cluster 2022-04-26T06:54:39.493176+0000 mgr.smithi136.ofnrfx (mgr.14188) 8258 : cluster [DBG] pgmap v7743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:40 smithi145 bash[13673]: cluster 2022-04-26T06:54:39.493176+0000 mgr.smithi136.ofnrfx (mgr.14188) 8258 : cluster [DBG] pgmap v7743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:42 smithi136 bash[11745]: cluster 2022-04-26T06:54:41.493811+0000 mgr.smithi136.ofnrfx (mgr.14188) 8259 : cluster [DBG] pgmap v7744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:42 smithi145 bash[13673]: cluster 2022-04-26T06:54:41.493811+0000 mgr.smithi136.ofnrfx (mgr.14188) 8259 : cluster [DBG] pgmap v7744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:44.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:44.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:44.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:44 smithi136 bash[11745]: cluster 2022-04-26T06:54:43.494447+0000 mgr.smithi136.ofnrfx (mgr.14188) 8260 : cluster [DBG] pgmap v7745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:44 smithi145 bash[13673]: cluster 2022-04-26T06:54:43.494447+0000 mgr.smithi136.ofnrfx (mgr.14188) 8260 : cluster [DBG] pgmap v7745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:44.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:45 smithi136 bash[11745]: audit 2022-04-26T06:54:44.482292+0000 mon.smithi136 (mon.0) 5155 : audit [DBG] from='client.? 172.21.15.136:0/966925566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:45 smithi145 bash[13673]: audit 2022-04-26T06:54:44.482292+0000 mon.smithi136 (mon.0) 5155 : audit [DBG] from='client.? 172.21.15.136:0/966925566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:46 smithi136 bash[11745]: cluster 2022-04-26T06:54:45.495060+0000 mgr.smithi136.ofnrfx (mgr.14188) 8261 : cluster [DBG] pgmap v7746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:46 smithi145 bash[13673]: cluster 2022-04-26T06:54:45.495060+0000 mgr.smithi136.ofnrfx (mgr.14188) 8261 : cluster [DBG] pgmap v7746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:48 smithi136 bash[11745]: cluster 2022-04-26T06:54:47.495781+0000 mgr.smithi136.ofnrfx (mgr.14188) 8262 : cluster [DBG] pgmap v7747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:48 smithi145 bash[13673]: cluster 2022-04-26T06:54:47.495781+0000 mgr.smithi136.ofnrfx (mgr.14188) 8262 : cluster [DBG] pgmap v7747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:49.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:49.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:49.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:49.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:49 smithi136 bash[11745]: audit 2022-04-26T06:54:49.807432+0000 mon.smithi136 (mon.0) 5156 : audit [DBG] from='client.? 172.21.15.136:0/3543462210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:49 smithi145 bash[13673]: audit 2022-04-26T06:54:49.807432+0000 mon.smithi136 (mon.0) 5156 : audit [DBG] from='client.? 172.21.15.136:0/3543462210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:50 smithi136 bash[11745]: cluster 2022-04-26T06:54:49.496420+0000 mgr.smithi136.ofnrfx (mgr.14188) 8263 : cluster [DBG] pgmap v7748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:50 smithi145 bash[13673]: cluster 2022-04-26T06:54:49.496420+0000 mgr.smithi136.ofnrfx (mgr.14188) 8263 : cluster [DBG] pgmap v7748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:52 smithi136 bash[11745]: cluster 2022-04-26T06:54:51.497050+0000 mgr.smithi136.ofnrfx (mgr.14188) 8264 : cluster [DBG] pgmap v7749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:52 smithi145 bash[13673]: cluster 2022-04-26T06:54:51.497050+0000 mgr.smithi136.ofnrfx (mgr.14188) 8264 : cluster [DBG] pgmap v7749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:54.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:54:54.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:54:54.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:54:55.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:54:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:54 smithi136 bash[11745]: cluster 2022-04-26T06:54:53.497755+0000 mgr.smithi136.ofnrfx (mgr.14188) 8265 : cluster [DBG] pgmap v7750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:54 smithi145 bash[13673]: cluster 2022-04-26T06:54:53.497755+0000 mgr.smithi136.ofnrfx (mgr.14188) 8265 : cluster [DBG] pgmap v7750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:55 smithi136 bash[11745]: audit 2022-04-26T06:54:55.134497+0000 mon.smithi136 (mon.0) 5157 : audit [DBG] from='client.? 172.21.15.136:0/256443198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:55 smithi145 bash[13673]: audit 2022-04-26T06:54:55.134497+0000 mon.smithi136 (mon.0) 5157 : audit [DBG] from='client.? 172.21.15.136:0/256443198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:54:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:56 smithi136 bash[11745]: cluster 2022-04-26T06:54:55.498441+0000 mgr.smithi136.ofnrfx (mgr.14188) 8266 : cluster [DBG] pgmap v7751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:56 smithi145 bash[13673]: cluster 2022-04-26T06:54:55.498441+0000 mgr.smithi136.ofnrfx (mgr.14188) 8266 : cluster [DBG] pgmap v7751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:54:58 smithi136 bash[11745]: cluster 2022-04-26T06:54:57.499074+0000 mgr.smithi136.ofnrfx (mgr.14188) 8267 : cluster [DBG] pgmap v7752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:54:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:54:58 smithi145 bash[13673]: cluster 2022-04-26T06:54:57.499074+0000 mgr.smithi136.ofnrfx (mgr.14188) 8267 : cluster [DBG] pgmap v7752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:00.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:00.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:00.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:00.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:00 smithi136 bash[11745]: cluster 2022-04-26T06:54:59.499736+0000 mgr.smithi136.ofnrfx (mgr.14188) 8268 : cluster [DBG] pgmap v7753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:00 smithi136 bash[11745]: audit 2022-04-26T06:55:00.455502+0000 mon.smithi136 (mon.0) 5158 : audit [DBG] from='client.? 172.21.15.136:0/2333183962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:00 smithi145 bash[13673]: cluster 2022-04-26T06:54:59.499736+0000 mgr.smithi136.ofnrfx (mgr.14188) 8268 : cluster [DBG] pgmap v7753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:00 smithi145 bash[13673]: audit 2022-04-26T06:55:00.455502+0000 mon.smithi136 (mon.0) 5158 : audit [DBG] from='client.? 172.21.15.136:0/2333183962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:01 smithi136 bash[11745]: cluster 2022-04-26T06:55:01.500355+0000 mgr.smithi136.ofnrfx (mgr.14188) 8269 : cluster [DBG] pgmap v7754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:01 smithi145 bash[13673]: cluster 2022-04-26T06:55:01.500355+0000 mgr.smithi136.ofnrfx (mgr.14188) 8269 : cluster [DBG] pgmap v7754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:02 smithi136 bash[11745]: audit 2022-04-26T06:55:02.895160+0000 mon.smithi136 (mon.0) 5159 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:55:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:02 smithi136 bash[11745]: audit 2022-04-26T06:55:02.899190+0000 mon.smithi136 (mon.0) 5160 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:55:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:03 smithi145 bash[13673]: audit 2022-04-26T06:55:02.895160+0000 mon.smithi136 (mon.0) 5159 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:55:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:03 smithi145 bash[13673]: audit 2022-04-26T06:55:02.899190+0000 mon.smithi136 (mon.0) 5160 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:55:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:04 smithi136 bash[11745]: cluster 2022-04-26T06:55:03.500977+0000 mgr.smithi136.ofnrfx (mgr.14188) 8270 : cluster [DBG] pgmap v7755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:04 smithi145 bash[13673]: cluster 2022-04-26T06:55:03.500977+0000 mgr.smithi136.ofnrfx (mgr.14188) 8270 : cluster [DBG] pgmap v7755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:05.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:05.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:05.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:05.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:06 smithi136 bash[11745]: cluster 2022-04-26T06:55:05.501471+0000 mgr.smithi136.ofnrfx (mgr.14188) 8271 : cluster [DBG] pgmap v7756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:06 smithi136 bash[11745]: audit 2022-04-26T06:55:05.785523+0000 mon.smithi136 (mon.0) 5161 : audit [DBG] from='client.? 172.21.15.136:0/1893486395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:06 smithi145 bash[13673]: cluster 2022-04-26T06:55:05.501471+0000 mgr.smithi136.ofnrfx (mgr.14188) 8271 : cluster [DBG] pgmap v7756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:06 smithi145 bash[13673]: audit 2022-04-26T06:55:05.785523+0000 mon.smithi136 (mon.0) 5161 : audit [DBG] from='client.? 172.21.15.136:0/1893486395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:08 smithi136 bash[11745]: cluster 2022-04-26T06:55:07.502063+0000 mgr.smithi136.ofnrfx (mgr.14188) 8272 : cluster [DBG] pgmap v7757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:08 smithi145 bash[13673]: cluster 2022-04-26T06:55:07.502063+0000 mgr.smithi136.ofnrfx (mgr.14188) 8272 : cluster [DBG] pgmap v7757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:10.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:10.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:10.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:11.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:10 smithi136 bash[11745]: cluster 2022-04-26T06:55:09.502688+0000 mgr.smithi136.ofnrfx (mgr.14188) 8273 : cluster [DBG] pgmap v7758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:10 smithi145 bash[13673]: cluster 2022-04-26T06:55:09.502688+0000 mgr.smithi136.ofnrfx (mgr.14188) 8273 : cluster [DBG] pgmap v7758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:11 smithi136 bash[11745]: audit 2022-04-26T06:55:11.106586+0000 mon.smithi136 (mon.0) 5162 : audit [DBG] from='client.? 172.21.15.136:0/3661818209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:11 smithi145 bash[13673]: audit 2022-04-26T06:55:11.106586+0000 mon.smithi136 (mon.0) 5162 : audit [DBG] from='client.? 172.21.15.136:0/3661818209' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:12 smithi136 bash[11745]: cluster 2022-04-26T06:55:11.503291+0000 mgr.smithi136.ofnrfx (mgr.14188) 8274 : cluster [DBG] pgmap v7759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:12 smithi145 bash[13673]: cluster 2022-04-26T06:55:11.503291+0000 mgr.smithi136.ofnrfx (mgr.14188) 8274 : cluster [DBG] pgmap v7759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:14 smithi136 bash[11745]: cluster 2022-04-26T06:55:13.504079+0000 mgr.smithi136.ofnrfx (mgr.14188) 8275 : cluster [DBG] pgmap v7760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:14 smithi145 bash[13673]: cluster 2022-04-26T06:55:13.504079+0000 mgr.smithi136.ofnrfx (mgr.14188) 8275 : cluster [DBG] pgmap v7760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:16.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:16.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:16.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:16.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:16 smithi136 bash[11745]: cluster 2022-04-26T06:55:15.504778+0000 mgr.smithi136.ofnrfx (mgr.14188) 8276 : cluster [DBG] pgmap v7761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:16 smithi136 bash[11745]: audit 2022-04-26T06:55:16.438605+0000 mon.smithi136 (mon.0) 5163 : audit [DBG] from='client.? 172.21.15.136:0/56631474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:16 smithi145 bash[13673]: cluster 2022-04-26T06:55:15.504778+0000 mgr.smithi136.ofnrfx (mgr.14188) 8276 : cluster [DBG] pgmap v7761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:16 smithi145 bash[13673]: audit 2022-04-26T06:55:16.438605+0000 mon.smithi136 (mon.0) 5163 : audit [DBG] from='client.? 172.21.15.136:0/56631474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:18 smithi136 bash[11745]: cluster 2022-04-26T06:55:17.505418+0000 mgr.smithi136.ofnrfx (mgr.14188) 8277 : cluster [DBG] pgmap v7762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:18 smithi145 bash[13673]: cluster 2022-04-26T06:55:17.505418+0000 mgr.smithi136.ofnrfx (mgr.14188) 8277 : cluster [DBG] pgmap v7762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:20 smithi136 bash[11745]: cluster 2022-04-26T06:55:19.506052+0000 mgr.smithi136.ofnrfx (mgr.14188) 8278 : cluster [DBG] pgmap v7763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:20 smithi145 bash[13673]: cluster 2022-04-26T06:55:19.506052+0000 mgr.smithi136.ofnrfx (mgr.14188) 8278 : cluster [DBG] pgmap v7763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:21.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:21.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:21.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:21.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:21 smithi136 bash[11745]: audit 2022-04-26T06:55:21.766423+0000 mon.smithi136 (mon.0) 5164 : audit [DBG] from='client.? 172.21.15.136:0/1243711129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:21 smithi145 bash[13673]: audit 2022-04-26T06:55:21.766423+0000 mon.smithi136 (mon.0) 5164 : audit [DBG] from='client.? 172.21.15.136:0/1243711129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:22 smithi136 bash[11745]: cluster 2022-04-26T06:55:21.506705+0000 mgr.smithi136.ofnrfx (mgr.14188) 8279 : cluster [DBG] pgmap v7764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:22 smithi145 bash[13673]: cluster 2022-04-26T06:55:21.506705+0000 mgr.smithi136.ofnrfx (mgr.14188) 8279 : cluster [DBG] pgmap v7764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:23 smithi136 bash[11745]: cluster 2022-04-26T06:55:23.507341+0000 mgr.smithi136.ofnrfx (mgr.14188) 8280 : cluster [DBG] pgmap v7765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:23 smithi145 bash[13673]: cluster 2022-04-26T06:55:23.507341+0000 mgr.smithi136.ofnrfx (mgr.14188) 8280 : cluster [DBG] pgmap v7765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:26.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:26.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:26.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:26 smithi145 bash[13673]: cluster 2022-04-26T06:55:25.507976+0000 mgr.smithi136.ofnrfx (mgr.14188) 8281 : cluster [DBG] pgmap v7766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:26 smithi136 bash[11745]: cluster 2022-04-26T06:55:25.507976+0000 mgr.smithi136.ofnrfx (mgr.14188) 8281 : cluster [DBG] pgmap v7766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:27.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:27 smithi145 bash[13673]: audit 2022-04-26T06:55:27.088356+0000 mon.smithi136 (mon.0) 5165 : audit [DBG] from='client.? 172.21.15.136:0/2740152764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:27 smithi136 bash[11745]: audit 2022-04-26T06:55:27.088356+0000 mon.smithi136 (mon.0) 5165 : audit [DBG] from='client.? 172.21.15.136:0/2740152764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:28 smithi136 bash[11745]: cluster 2022-04-26T06:55:27.508646+0000 mgr.smithi136.ofnrfx (mgr.14188) 8282 : cluster [DBG] pgmap v7767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:28 smithi145 bash[13673]: cluster 2022-04-26T06:55:27.508646+0000 mgr.smithi136.ofnrfx (mgr.14188) 8282 : cluster [DBG] pgmap v7767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:29 smithi136 bash[11745]: audit 2022-04-26T06:55:29.514357+0000 mon.smithi136 (mon.0) 5166 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:55:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:29 smithi136 bash[11745]: audit 2022-04-26T06:55:29.517223+0000 mon.smithi136 (mon.0) 5167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:55:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:29 smithi136 bash[11745]: audit 2022-04-26T06:55:29.519030+0000 mon.smithi136 (mon.0) 5168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:55:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:29 smithi136 bash[11745]: audit 2022-04-26T06:55:29.852522+0000 mon.smithi136 (mon.0) 5169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:55:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:29 smithi136 bash[11745]: audit 2022-04-26T06:55:29.859489+0000 mon.smithi136 (mon.0) 5170 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:55:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:29 smithi145 bash[13673]: audit 2022-04-26T06:55:29.514357+0000 mon.smithi136 (mon.0) 5166 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:55:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:29 smithi145 bash[13673]: audit 2022-04-26T06:55:29.517223+0000 mon.smithi136 (mon.0) 5167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:55:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:29 smithi145 bash[13673]: audit 2022-04-26T06:55:29.519030+0000 mon.smithi136 (mon.0) 5168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:55:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:29 smithi145 bash[13673]: audit 2022-04-26T06:55:29.852522+0000 mon.smithi136 (mon.0) 5169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:55:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:29 smithi145 bash[13673]: audit 2022-04-26T06:55:29.859489+0000 mon.smithi136 (mon.0) 5170 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:55:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:30 smithi136 bash[11745]: cluster 2022-04-26T06:55:29.509298+0000 mgr.smithi136.ofnrfx (mgr.14188) 8283 : cluster [DBG] pgmap v7768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:30 smithi136 bash[11745]: cluster 2022-04-26T06:55:29.846586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8284 : cluster [DBG] pgmap v7769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:30 smithi136 bash[11745]: cluster 2022-04-26T06:55:29.846829+0000 mgr.smithi136.ofnrfx (mgr.14188) 8285 : cluster [DBG] pgmap v7770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:30 smithi136 bash[11745]: cephadm 2022-04-26T06:55:29.860697+0000 mgr.smithi136.ofnrfx (mgr.14188) 8286 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:55:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:30 smithi136 bash[11745]: cephadm 2022-04-26T06:55:29.860850+0000 mgr.smithi136.ofnrfx (mgr.14188) 8287 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:55:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:30 smithi145 bash[13673]: cluster 2022-04-26T06:55:29.509298+0000 mgr.smithi136.ofnrfx (mgr.14188) 8283 : cluster [DBG] pgmap v7768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:30 smithi145 bash[13673]: cluster 2022-04-26T06:55:29.846586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8284 : cluster [DBG] pgmap v7769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:30 smithi145 bash[13673]: cluster 2022-04-26T06:55:29.846829+0000 mgr.smithi136.ofnrfx (mgr.14188) 8285 : cluster [DBG] pgmap v7770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:30 smithi145 bash[13673]: cephadm 2022-04-26T06:55:29.860697+0000 mgr.smithi136.ofnrfx (mgr.14188) 8286 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:55:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:30 smithi145 bash[13673]: cephadm 2022-04-26T06:55:29.860850+0000 mgr.smithi136.ofnrfx (mgr.14188) 8287 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:55:32.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:32.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:32.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:32.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:32 smithi136 bash[11745]: cluster 2022-04-26T06:55:31.847394+0000 mgr.smithi136.ofnrfx (mgr.14188) 8288 : cluster [DBG] pgmap v7771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:32 smithi136 bash[11745]: audit 2022-04-26T06:55:32.423430+0000 mon.smithi136 (mon.0) 5171 : audit [DBG] from='client.? 172.21.15.136:0/3290713513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:33.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:32 smithi145 bash[13673]: cluster 2022-04-26T06:55:31.847394+0000 mgr.smithi136.ofnrfx (mgr.14188) 8288 : cluster [DBG] pgmap v7771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:33.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:32 smithi145 bash[13673]: audit 2022-04-26T06:55:32.423430+0000 mon.smithi136 (mon.0) 5171 : audit [DBG] from='client.? 172.21.15.136:0/3290713513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:34 smithi136 bash[11745]: cluster 2022-04-26T06:55:33.848017+0000 mgr.smithi136.ofnrfx (mgr.14188) 8289 : cluster [DBG] pgmap v7772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:34 smithi145 bash[13673]: cluster 2022-04-26T06:55:33.848017+0000 mgr.smithi136.ofnrfx (mgr.14188) 8289 : cluster [DBG] pgmap v7772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:36 smithi136 bash[11745]: cluster 2022-04-26T06:55:35.848644+0000 mgr.smithi136.ofnrfx (mgr.14188) 8290 : cluster [DBG] pgmap v7773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:36 smithi145 bash[13673]: cluster 2022-04-26T06:55:35.848644+0000 mgr.smithi136.ofnrfx (mgr.14188) 8290 : cluster [DBG] pgmap v7773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:37.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:37.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:37.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:37.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:37 smithi136 bash[11745]: audit 2022-04-26T06:55:37.745087+0000 mon.smithi136 (mon.0) 5172 : audit [DBG] from='client.? 172.21.15.136:0/2459747250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:37 smithi145 bash[13673]: audit 2022-04-26T06:55:37.745087+0000 mon.smithi136 (mon.0) 5172 : audit [DBG] from='client.? 172.21.15.136:0/2459747250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:38 smithi136 bash[11745]: cluster 2022-04-26T06:55:37.849288+0000 mgr.smithi136.ofnrfx (mgr.14188) 8291 : cluster [DBG] pgmap v7774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:38 smithi145 bash[13673]: cluster 2022-04-26T06:55:37.849288+0000 mgr.smithi136.ofnrfx (mgr.14188) 8291 : cluster [DBG] pgmap v7774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:40 smithi136 bash[11745]: cluster 2022-04-26T06:55:39.849928+0000 mgr.smithi136.ofnrfx (mgr.14188) 8292 : cluster [DBG] pgmap v7775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:41.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:40 smithi145 bash[13673]: cluster 2022-04-26T06:55:39.849928+0000 mgr.smithi136.ofnrfx (mgr.14188) 8292 : cluster [DBG] pgmap v7775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:42.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:42.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:42.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:43.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:42 smithi136 bash[11745]: cluster 2022-04-26T06:55:41.850555+0000 mgr.smithi136.ofnrfx (mgr.14188) 8293 : cluster [DBG] pgmap v7776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:42 smithi145 bash[13673]: cluster 2022-04-26T06:55:41.850555+0000 mgr.smithi136.ofnrfx (mgr.14188) 8293 : cluster [DBG] pgmap v7776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:43 smithi136 bash[11745]: audit 2022-04-26T06:55:43.075839+0000 mon.smithi136 (mon.0) 5173 : audit [DBG] from='client.? 172.21.15.136:0/1110867041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:43 smithi145 bash[13673]: audit 2022-04-26T06:55:43.075839+0000 mon.smithi136 (mon.0) 5173 : audit [DBG] from='client.? 172.21.15.136:0/1110867041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:44 smithi136 bash[11745]: cluster 2022-04-26T06:55:43.851204+0000 mgr.smithi136.ofnrfx (mgr.14188) 8294 : cluster [DBG] pgmap v7777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:44 smithi145 bash[13673]: cluster 2022-04-26T06:55:43.851204+0000 mgr.smithi136.ofnrfx (mgr.14188) 8294 : cluster [DBG] pgmap v7777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:46 smithi136 bash[11745]: cluster 2022-04-26T06:55:45.851807+0000 mgr.smithi136.ofnrfx (mgr.14188) 8295 : cluster [DBG] pgmap v7778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:46 smithi145 bash[13673]: cluster 2022-04-26T06:55:45.851807+0000 mgr.smithi136.ofnrfx (mgr.14188) 8295 : cluster [DBG] pgmap v7778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:48.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:48.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:48.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:48.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:48 smithi136 bash[11745]: cluster 2022-04-26T06:55:47.852493+0000 mgr.smithi136.ofnrfx (mgr.14188) 8296 : cluster [DBG] pgmap v7779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:48 smithi136 bash[11745]: audit 2022-04-26T06:55:48.402215+0000 mon.smithi136 (mon.0) 5174 : audit [DBG] from='client.? 172.21.15.136:0/3450576785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:48 smithi145 bash[13673]: cluster 2022-04-26T06:55:47.852493+0000 mgr.smithi136.ofnrfx (mgr.14188) 8296 : cluster [DBG] pgmap v7779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:49.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:48 smithi145 bash[13673]: audit 2022-04-26T06:55:48.402215+0000 mon.smithi136 (mon.0) 5174 : audit [DBG] from='client.? 172.21.15.136:0/3450576785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:50 smithi136 bash[11745]: cluster 2022-04-26T06:55:49.853083+0000 mgr.smithi136.ofnrfx (mgr.14188) 8297 : cluster [DBG] pgmap v7780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:50 smithi145 bash[13673]: cluster 2022-04-26T06:55:49.853083+0000 mgr.smithi136.ofnrfx (mgr.14188) 8297 : cluster [DBG] pgmap v7780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:52 smithi136 bash[11745]: cluster 2022-04-26T06:55:51.853725+0000 mgr.smithi136.ofnrfx (mgr.14188) 8298 : cluster [DBG] pgmap v7781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:52 smithi145 bash[13673]: cluster 2022-04-26T06:55:51.853725+0000 mgr.smithi136.ofnrfx (mgr.14188) 8298 : cluster [DBG] pgmap v7781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:53.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:53.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:53.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:53.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:53 smithi136 bash[11745]: audit 2022-04-26T06:55:53.724097+0000 mon.smithi136 (mon.0) 5175 : audit [DBG] from='client.? 172.21.15.136:0/3831209361' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:53 smithi145 bash[13673]: audit 2022-04-26T06:55:53.724097+0000 mon.smithi136 (mon.0) 5175 : audit [DBG] from='client.? 172.21.15.136:0/3831209361' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:55:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:54 smithi136 bash[11745]: cluster 2022-04-26T06:55:53.854379+0000 mgr.smithi136.ofnrfx (mgr.14188) 8299 : cluster [DBG] pgmap v7782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:54 smithi145 bash[13673]: cluster 2022-04-26T06:55:53.854379+0000 mgr.smithi136.ofnrfx (mgr.14188) 8299 : cluster [DBG] pgmap v7782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:56 smithi136 bash[11745]: cluster 2022-04-26T06:55:55.855006+0000 mgr.smithi136.ofnrfx (mgr.14188) 8300 : cluster [DBG] pgmap v7783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:56 smithi145 bash[13673]: cluster 2022-04-26T06:55:55.855006+0000 mgr.smithi136.ofnrfx (mgr.14188) 8300 : cluster [DBG] pgmap v7783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:58.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:55:58.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:55:58.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:55:59.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:55:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:58 smithi136 bash[11745]: cluster 2022-04-26T06:55:57.855622+0000 mgr.smithi136.ofnrfx (mgr.14188) 8301 : cluster [DBG] pgmap v7784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:55:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:58 smithi145 bash[13673]: cluster 2022-04-26T06:55:57.855622+0000 mgr.smithi136.ofnrfx (mgr.14188) 8301 : cluster [DBG] pgmap v7784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:55:59 smithi136 bash[11745]: audit 2022-04-26T06:55:59.058658+0000 mon.smithi136 (mon.0) 5176 : audit [DBG] from='client.? 172.21.15.136:0/3985517161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:55:59 smithi145 bash[13673]: audit 2022-04-26T06:55:59.058658+0000 mon.smithi136 (mon.0) 5176 : audit [DBG] from='client.? 172.21.15.136:0/3985517161' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:00 smithi136 bash[11745]: cluster 2022-04-26T06:55:59.856234+0000 mgr.smithi136.ofnrfx (mgr.14188) 8302 : cluster [DBG] pgmap v7785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:00 smithi145 bash[13673]: cluster 2022-04-26T06:55:59.856234+0000 mgr.smithi136.ofnrfx (mgr.14188) 8302 : cluster [DBG] pgmap v7785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:02 smithi136 bash[11745]: cluster 2022-04-26T06:56:01.856862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8303 : cluster [DBG] pgmap v7786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:02 smithi136 bash[11745]: audit 2022-04-26T06:56:02.899265+0000 mon.smithi136 (mon.0) 5177 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:56:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:02 smithi136 bash[11745]: audit 2022-04-26T06:56:02.903093+0000 mon.smithi136 (mon.0) 5178 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:56:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:02 smithi145 bash[13673]: cluster 2022-04-26T06:56:01.856862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8303 : cluster [DBG] pgmap v7786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:02 smithi145 bash[13673]: audit 2022-04-26T06:56:02.899265+0000 mon.smithi136 (mon.0) 5177 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:56:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:02 smithi145 bash[13673]: audit 2022-04-26T06:56:02.903093+0000 mon.smithi136 (mon.0) 5178 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:56:04.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:04.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:04.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:04 smithi136 bash[11745]: cluster 2022-04-26T06:56:03.857462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8304 : cluster [DBG] pgmap v7787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:04.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:04 smithi145 bash[13673]: cluster 2022-04-26T06:56:03.857462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8304 : cluster [DBG] pgmap v7787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:05 smithi136 bash[11745]: audit 2022-04-26T06:56:04.384064+0000 mon.smithi136 (mon.0) 5179 : audit [DBG] from='client.? 172.21.15.136:0/1707862714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:05 smithi145 bash[13673]: audit 2022-04-26T06:56:04.384064+0000 mon.smithi136 (mon.0) 5179 : audit [DBG] from='client.? 172.21.15.136:0/1707862714' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:06 smithi145 bash[13673]: cluster 2022-04-26T06:56:05.858081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8305 : cluster [DBG] pgmap v7788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:06 smithi136 bash[11745]: cluster 2022-04-26T06:56:05.858081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8305 : cluster [DBG] pgmap v7788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:08 smithi136 bash[11745]: cluster 2022-04-26T06:56:07.858789+0000 mgr.smithi136.ofnrfx (mgr.14188) 8306 : cluster [DBG] pgmap v7789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:08 smithi145 bash[13673]: cluster 2022-04-26T06:56:07.858789+0000 mgr.smithi136.ofnrfx (mgr.14188) 8306 : cluster [DBG] pgmap v7789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:09.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:09.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:09.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:09.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:09 smithi136 bash[11745]: audit 2022-04-26T06:56:09.710022+0000 mon.smithi136 (mon.0) 5180 : audit [DBG] from='client.? 172.21.15.136:0/3813021160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:09 smithi145 bash[13673]: audit 2022-04-26T06:56:09.710022+0000 mon.smithi136 (mon.0) 5180 : audit [DBG] from='client.? 172.21.15.136:0/3813021160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:10 smithi136 bash[11745]: cluster 2022-04-26T06:56:09.859432+0000 mgr.smithi136.ofnrfx (mgr.14188) 8307 : cluster [DBG] pgmap v7790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:10 smithi145 bash[13673]: cluster 2022-04-26T06:56:09.859432+0000 mgr.smithi136.ofnrfx (mgr.14188) 8307 : cluster [DBG] pgmap v7790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:12 smithi136 bash[11745]: cluster 2022-04-26T06:56:11.860143+0000 mgr.smithi136.ofnrfx (mgr.14188) 8308 : cluster [DBG] pgmap v7791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:12 smithi145 bash[13673]: cluster 2022-04-26T06:56:11.860143+0000 mgr.smithi136.ofnrfx (mgr.14188) 8308 : cluster [DBG] pgmap v7791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:14.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:14.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:14.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:15.053 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:14 smithi136 bash[11745]: cluster 2022-04-26T06:56:13.860905+0000 mgr.smithi136.ofnrfx (mgr.14188) 8309 : cluster [DBG] pgmap v7792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:14 smithi145 bash[13673]: cluster 2022-04-26T06:56:13.860905+0000 mgr.smithi136.ofnrfx (mgr.14188) 8309 : cluster [DBG] pgmap v7792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:15 smithi136 bash[11745]: audit 2022-04-26T06:56:15.037071+0000 mon.smithi136 (mon.0) 5181 : audit [DBG] from='client.? 172.21.15.136:0/3118259930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:15 smithi145 bash[13673]: audit 2022-04-26T06:56:15.037071+0000 mon.smithi136 (mon.0) 5181 : audit [DBG] from='client.? 172.21.15.136:0/3118259930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:16 smithi136 bash[11745]: cluster 2022-04-26T06:56:15.861592+0000 mgr.smithi136.ofnrfx (mgr.14188) 8310 : cluster [DBG] pgmap v7793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:16 smithi145 bash[13673]: cluster 2022-04-26T06:56:15.861592+0000 mgr.smithi136.ofnrfx (mgr.14188) 8310 : cluster [DBG] pgmap v7793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:19.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:18 smithi136 bash[11745]: cluster 2022-04-26T06:56:17.862224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8311 : cluster [DBG] pgmap v7794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:19 smithi145 bash[13673]: cluster 2022-04-26T06:56:17.862224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8311 : cluster [DBG] pgmap v7794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:20.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:20.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:20.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:20 smithi136 bash[11745]: cluster 2022-04-26T06:56:19.862832+0000 mgr.smithi136.ofnrfx (mgr.14188) 8312 : cluster [DBG] pgmap v7795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:20.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:20 smithi145 bash[13673]: cluster 2022-04-26T06:56:19.862832+0000 mgr.smithi136.ofnrfx (mgr.14188) 8312 : cluster [DBG] pgmap v7795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:21 smithi136 bash[11745]: audit 2022-04-26T06:56:20.363421+0000 mon.smithi136 (mon.0) 5182 : audit [DBG] from='client.? 172.21.15.136:0/525881966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:21 smithi145 bash[13673]: audit 2022-04-26T06:56:20.363421+0000 mon.smithi136 (mon.0) 5182 : audit [DBG] from='client.? 172.21.15.136:0/525881966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:22 smithi145 bash[13673]: cluster 2022-04-26T06:56:21.863229+0000 mgr.smithi136.ofnrfx (mgr.14188) 8313 : cluster [DBG] pgmap v7796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:22 smithi136 bash[11745]: cluster 2022-04-26T06:56:21.863229+0000 mgr.smithi136.ofnrfx (mgr.14188) 8313 : cluster [DBG] pgmap v7796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:24 smithi136 bash[11745]: cluster 2022-04-26T06:56:23.863808+0000 mgr.smithi136.ofnrfx (mgr.14188) 8314 : cluster [DBG] pgmap v7797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:25.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:25.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:25.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:24 smithi145 bash[13673]: cluster 2022-04-26T06:56:23.863808+0000 mgr.smithi136.ofnrfx (mgr.14188) 8314 : cluster [DBG] pgmap v7797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:25.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:25 smithi136 bash[11745]: audit 2022-04-26T06:56:25.691474+0000 mon.smithi136 (mon.0) 5183 : audit [DBG] from='client.? 172.21.15.136:0/1381387738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:25 smithi145 bash[13673]: audit 2022-04-26T06:56:25.691474+0000 mon.smithi136 (mon.0) 5183 : audit [DBG] from='client.? 172.21.15.136:0/1381387738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:26 smithi136 bash[11745]: cluster 2022-04-26T06:56:25.864563+0000 mgr.smithi136.ofnrfx (mgr.14188) 8315 : cluster [DBG] pgmap v7798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:26 smithi145 bash[13673]: cluster 2022-04-26T06:56:25.864563+0000 mgr.smithi136.ofnrfx (mgr.14188) 8315 : cluster [DBG] pgmap v7798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:28 smithi136 bash[11745]: cluster 2022-04-26T06:56:27.865265+0000 mgr.smithi136.ofnrfx (mgr.14188) 8316 : cluster [DBG] pgmap v7799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:28 smithi145 bash[13673]: cluster 2022-04-26T06:56:27.865265+0000 mgr.smithi136.ofnrfx (mgr.14188) 8316 : cluster [DBG] pgmap v7799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:29 smithi136 bash[11745]: audit 2022-04-26T06:56:29.871415+0000 mon.smithi136 (mon.0) 5184 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:56:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:29 smithi136 bash[11745]: audit 2022-04-26T06:56:29.874409+0000 mon.smithi136 (mon.0) 5185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:56:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:29 smithi136 bash[11745]: audit 2022-04-26T06:56:29.876458+0000 mon.smithi136 (mon.0) 5186 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:56:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:29 smithi145 bash[13673]: audit 2022-04-26T06:56:29.871415+0000 mon.smithi136 (mon.0) 5184 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:56:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:29 smithi145 bash[13673]: audit 2022-04-26T06:56:29.874409+0000 mon.smithi136 (mon.0) 5185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:56:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:29 smithi145 bash[13673]: audit 2022-04-26T06:56:29.876458+0000 mon.smithi136 (mon.0) 5186 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:56:30.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:30.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:30.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:31.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:30 smithi136 bash[11745]: cluster 2022-04-26T06:56:29.865861+0000 mgr.smithi136.ofnrfx (mgr.14188) 8317 : cluster [DBG] pgmap v7800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:30 smithi145 bash[13673]: cluster 2022-04-26T06:56:29.865861+0000 mgr.smithi136.ofnrfx (mgr.14188) 8317 : cluster [DBG] pgmap v7800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:31 smithi136 bash[11745]: audit 2022-04-26T06:56:31.018957+0000 mon.smithi136 (mon.0) 5187 : audit [DBG] from='client.? 172.21.15.136:0/3689107001' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:31 smithi145 bash[13673]: audit 2022-04-26T06:56:31.018957+0000 mon.smithi136 (mon.0) 5187 : audit [DBG] from='client.? 172.21.15.136:0/3689107001' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:33 smithi136 bash[11745]: cluster 2022-04-26T06:56:31.866492+0000 mgr.smithi136.ofnrfx (mgr.14188) 8318 : cluster [DBG] pgmap v7801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:33 smithi145 bash[13673]: cluster 2022-04-26T06:56:31.866492+0000 mgr.smithi136.ofnrfx (mgr.14188) 8318 : cluster [DBG] pgmap v7801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:34 smithi136 bash[11745]: audit 2022-04-26T06:56:33.670346+0000 mon.smithi136 (mon.0) 5188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:56:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:34 smithi136 bash[11745]: cluster 2022-04-26T06:56:33.867151+0000 mgr.smithi136.ofnrfx (mgr.14188) 8319 : cluster [DBG] pgmap v7802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:34 smithi136 bash[11745]: audit 2022-04-26T06:56:34.405753+0000 mon.smithi136 (mon.0) 5189 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:56:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:34 smithi145 bash[13673]: audit 2022-04-26T06:56:33.670346+0000 mon.smithi136 (mon.0) 5188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:56:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:34 smithi145 bash[13673]: cluster 2022-04-26T06:56:33.867151+0000 mgr.smithi136.ofnrfx (mgr.14188) 8319 : cluster [DBG] pgmap v7802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:35.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:34 smithi145 bash[13673]: audit 2022-04-26T06:56:34.405753+0000 mon.smithi136 (mon.0) 5189 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:56:36.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:36.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:36.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:35 smithi136 bash[11745]: cluster 2022-04-26T06:56:34.694037+0000 mgr.smithi136.ofnrfx (mgr.14188) 8320 : cluster [DBG] pgmap v7803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:35 smithi136 bash[11745]: cluster 2022-04-26T06:56:34.694472+0000 mgr.smithi136.ofnrfx (mgr.14188) 8321 : cluster [DBG] pgmap v7804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:35 smithi136 bash[11745]: audit 2022-04-26T06:56:34.700932+0000 mon.smithi136 (mon.0) 5190 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:56:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:35 smithi136 bash[11745]: audit 2022-04-26T06:56:34.706997+0000 mon.smithi136 (mon.0) 5191 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:56:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:35 smithi136 bash[11745]: cephadm 2022-04-26T06:56:34.708296+0000 mgr.smithi136.ofnrfx (mgr.14188) 8322 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:56:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:35 smithi136 bash[11745]: cephadm 2022-04-26T06:56:34.708526+0000 mgr.smithi136.ofnrfx (mgr.14188) 8323 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:56:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:35 smithi145 bash[13673]: cluster 2022-04-26T06:56:34.694037+0000 mgr.smithi136.ofnrfx (mgr.14188) 8320 : cluster [DBG] pgmap v7803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:35 smithi145 bash[13673]: cluster 2022-04-26T06:56:34.694472+0000 mgr.smithi136.ofnrfx (mgr.14188) 8321 : cluster [DBG] pgmap v7804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:35 smithi145 bash[13673]: audit 2022-04-26T06:56:34.700932+0000 mon.smithi136 (mon.0) 5190 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:56:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:35 smithi145 bash[13673]: audit 2022-04-26T06:56:34.706997+0000 mon.smithi136 (mon.0) 5191 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:56:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:35 smithi145 bash[13673]: cephadm 2022-04-26T06:56:34.708296+0000 mgr.smithi136.ofnrfx (mgr.14188) 8322 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:56:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:35 smithi145 bash[13673]: cephadm 2022-04-26T06:56:34.708526+0000 mgr.smithi136.ofnrfx (mgr.14188) 8323 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:56:36.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:36 smithi136 bash[11745]: audit 2022-04-26T06:56:36.353156+0000 mon.smithi136 (mon.0) 5192 : audit [DBG] from='client.? 172.21.15.136:0/818213074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:36 smithi145 bash[13673]: audit 2022-04-26T06:56:36.353156+0000 mon.smithi136 (mon.0) 5192 : audit [DBG] from='client.? 172.21.15.136:0/818213074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:37 smithi136 bash[11745]: cluster 2022-04-26T06:56:36.695055+0000 mgr.smithi136.ofnrfx (mgr.14188) 8324 : cluster [DBG] pgmap v7805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:37 smithi145 bash[13673]: cluster 2022-04-26T06:56:36.695055+0000 mgr.smithi136.ofnrfx (mgr.14188) 8324 : cluster [DBG] pgmap v7805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:39 smithi136 bash[11745]: cluster 2022-04-26T06:56:38.695646+0000 mgr.smithi136.ofnrfx (mgr.14188) 8325 : cluster [DBG] pgmap v7806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:39 smithi145 bash[13673]: cluster 2022-04-26T06:56:38.695646+0000 mgr.smithi136.ofnrfx (mgr.14188) 8325 : cluster [DBG] pgmap v7806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:41.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:41.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:41.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:41.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:41 smithi136 bash[11745]: cluster 2022-04-26T06:56:40.696264+0000 mgr.smithi136.ofnrfx (mgr.14188) 8326 : cluster [DBG] pgmap v7807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:41 smithi136 bash[11745]: audit 2022-04-26T06:56:41.683127+0000 mon.smithi136 (mon.0) 5193 : audit [DBG] from='client.? 172.21.15.136:0/1266518723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:41 smithi145 bash[13673]: cluster 2022-04-26T06:56:40.696264+0000 mgr.smithi136.ofnrfx (mgr.14188) 8326 : cluster [DBG] pgmap v7807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:42.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:41 smithi145 bash[13673]: audit 2022-04-26T06:56:41.683127+0000 mon.smithi136 (mon.0) 5193 : audit [DBG] from='client.? 172.21.15.136:0/1266518723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:43 smithi136 bash[11745]: cluster 2022-04-26T06:56:42.696889+0000 mgr.smithi136.ofnrfx (mgr.14188) 8327 : cluster [DBG] pgmap v7808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:43 smithi145 bash[13673]: cluster 2022-04-26T06:56:42.696889+0000 mgr.smithi136.ofnrfx (mgr.14188) 8327 : cluster [DBG] pgmap v7808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:45 smithi136 bash[11745]: cluster 2022-04-26T06:56:44.697575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8328 : cluster [DBG] pgmap v7809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:45 smithi145 bash[13673]: cluster 2022-04-26T06:56:44.697575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8328 : cluster [DBG] pgmap v7809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:46.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:46.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:46.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:47.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:47 smithi136 bash[11745]: cluster 2022-04-26T06:56:46.698271+0000 mgr.smithi136.ofnrfx (mgr.14188) 8329 : cluster [DBG] pgmap v7810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:47 smithi136 bash[11745]: audit 2022-04-26T06:56:47.011782+0000 mon.smithi136 (mon.0) 5194 : audit [DBG] from='client.? 172.21.15.136:0/3815326446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:47 smithi145 bash[13673]: cluster 2022-04-26T06:56:46.698271+0000 mgr.smithi136.ofnrfx (mgr.14188) 8329 : cluster [DBG] pgmap v7810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:48.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:47 smithi145 bash[13673]: audit 2022-04-26T06:56:47.011782+0000 mon.smithi136 (mon.0) 5194 : audit [DBG] from='client.? 172.21.15.136:0/3815326446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:49 smithi136 bash[11745]: cluster 2022-04-26T06:56:48.698868+0000 mgr.smithi136.ofnrfx (mgr.14188) 8330 : cluster [DBG] pgmap v7811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:49 smithi145 bash[13673]: cluster 2022-04-26T06:56:48.698868+0000 mgr.smithi136.ofnrfx (mgr.14188) 8330 : cluster [DBG] pgmap v7811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:52.036 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:52.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:52.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:52 smithi136 bash[11745]: cluster 2022-04-26T06:56:50.699461+0000 mgr.smithi136.ofnrfx (mgr.14188) 8331 : cluster [DBG] pgmap v7812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:52.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:52 smithi145 bash[13673]: cluster 2022-04-26T06:56:50.699461+0000 mgr.smithi136.ofnrfx (mgr.14188) 8331 : cluster [DBG] pgmap v7812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:53 smithi136 bash[11745]: audit 2022-04-26T06:56:52.345667+0000 mon.smithi136 (mon.0) 5195 : audit [DBG] from='client.? 172.21.15.136:0/2017504664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:53 smithi145 bash[13673]: audit 2022-04-26T06:56:52.345667+0000 mon.smithi136 (mon.0) 5195 : audit [DBG] from='client.? 172.21.15.136:0/2017504664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:54 smithi136 bash[11745]: cluster 2022-04-26T06:56:52.700123+0000 mgr.smithi136.ofnrfx (mgr.14188) 8332 : cluster [DBG] pgmap v7813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:54 smithi145 bash[13673]: cluster 2022-04-26T06:56:52.700123+0000 mgr.smithi136.ofnrfx (mgr.14188) 8332 : cluster [DBG] pgmap v7813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:55 smithi136 bash[11745]: cluster 2022-04-26T06:56:54.700731+0000 mgr.smithi136.ofnrfx (mgr.14188) 8333 : cluster [DBG] pgmap v7814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:55 smithi145 bash[13673]: cluster 2022-04-26T06:56:54.700731+0000 mgr.smithi136.ofnrfx (mgr.14188) 8333 : cluster [DBG] pgmap v7814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:57.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:56:57.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:56:57.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:56:57.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:56:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:57 smithi136 bash[11745]: cluster 2022-04-26T06:56:56.701387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8334 : cluster [DBG] pgmap v7815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:57 smithi136 bash[11745]: audit 2022-04-26T06:56:57.678073+0000 mon.smithi136 (mon.0) 5196 : audit [DBG] from='client.? 172.21.15.136:0/3403207598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:56:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:57 smithi145 bash[13673]: cluster 2022-04-26T06:56:56.701387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8334 : cluster [DBG] pgmap v7815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:56:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:57 smithi145 bash[13673]: audit 2022-04-26T06:56:57.678073+0000 mon.smithi136 (mon.0) 5196 : audit [DBG] from='client.? 172.21.15.136:0/3403207598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:56:59 smithi136 bash[11745]: cluster 2022-04-26T06:56:58.702046+0000 mgr.smithi136.ofnrfx (mgr.14188) 8335 : cluster [DBG] pgmap v7816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:56:59 smithi145 bash[13673]: cluster 2022-04-26T06:56:58.702046+0000 mgr.smithi136.ofnrfx (mgr.14188) 8335 : cluster [DBG] pgmap v7816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:01 smithi136 bash[11745]: cluster 2022-04-26T06:57:00.702697+0000 mgr.smithi136.ofnrfx (mgr.14188) 8336 : cluster [DBG] pgmap v7817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:01 smithi145 bash[13673]: cluster 2022-04-26T06:57:00.702697+0000 mgr.smithi136.ofnrfx (mgr.14188) 8336 : cluster [DBG] pgmap v7817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:02.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:02.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:02.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:03.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:02 smithi136 bash[11745]: audit 2022-04-26T06:57:02.903339+0000 mon.smithi136 (mon.0) 5197 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:02 smithi136 bash[11745]: audit 2022-04-26T06:57:02.906878+0000 mon.smithi136 (mon.0) 5198 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:57:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:02 smithi145 bash[13673]: audit 2022-04-26T06:57:02.903339+0000 mon.smithi136 (mon.0) 5197 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:57:03.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:02 smithi145 bash[13673]: audit 2022-04-26T06:57:02.906878+0000 mon.smithi136 (mon.0) 5198 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:57:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:03 smithi136 bash[11745]: cluster 2022-04-26T06:57:02.703420+0000 mgr.smithi136.ofnrfx (mgr.14188) 8337 : cluster [DBG] pgmap v7818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:03 smithi136 bash[11745]: audit 2022-04-26T06:57:03.005814+0000 mon.smithi136 (mon.0) 5199 : audit [DBG] from='client.? 172.21.15.136:0/191395263' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:03 smithi145 bash[13673]: cluster 2022-04-26T06:57:02.703420+0000 mgr.smithi136.ofnrfx (mgr.14188) 8337 : cluster [DBG] pgmap v7818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:03 smithi145 bash[13673]: audit 2022-04-26T06:57:03.005814+0000 mon.smithi136 (mon.0) 5199 : audit [DBG] from='client.? 172.21.15.136:0/191395263' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:05 smithi136 bash[11745]: cluster 2022-04-26T06:57:04.704109+0000 mgr.smithi136.ofnrfx (mgr.14188) 8338 : cluster [DBG] pgmap v7819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:05 smithi145 bash[13673]: cluster 2022-04-26T06:57:04.704109+0000 mgr.smithi136.ofnrfx (mgr.14188) 8338 : cluster [DBG] pgmap v7819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:08.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:08.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:08.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:08 smithi136 bash[11745]: cluster 2022-04-26T06:57:06.704739+0000 mgr.smithi136.ofnrfx (mgr.14188) 8339 : cluster [DBG] pgmap v7820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:08.469 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:08 smithi145 bash[13673]: cluster 2022-04-26T06:57:06.704739+0000 mgr.smithi136.ofnrfx (mgr.14188) 8339 : cluster [DBG] pgmap v7820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:08.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:09 smithi136 bash[11745]: audit 2022-04-26T06:57:08.336660+0000 mon.smithi136 (mon.0) 5200 : audit [DBG] from='client.? 172.21.15.136:0/3441152359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:09 smithi145 bash[13673]: audit 2022-04-26T06:57:08.336660+0000 mon.smithi136 (mon.0) 5200 : audit [DBG] from='client.? 172.21.15.136:0/3441152359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:10 smithi136 bash[11745]: cluster 2022-04-26T06:57:08.705358+0000 mgr.smithi136.ofnrfx (mgr.14188) 8340 : cluster [DBG] pgmap v7821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:10 smithi145 bash[13673]: cluster 2022-04-26T06:57:08.705358+0000 mgr.smithi136.ofnrfx (mgr.14188) 8340 : cluster [DBG] pgmap v7821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:11 smithi136 bash[11745]: cluster 2022-04-26T06:57:10.705979+0000 mgr.smithi136.ofnrfx (mgr.14188) 8341 : cluster [DBG] pgmap v7822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:11 smithi145 bash[13673]: cluster 2022-04-26T06:57:10.705979+0000 mgr.smithi136.ofnrfx (mgr.14188) 8341 : cluster [DBG] pgmap v7822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:13.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:13.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:13.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:13.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:13 smithi136 bash[11745]: cluster 2022-04-26T06:57:12.706614+0000 mgr.smithi136.ofnrfx (mgr.14188) 8342 : cluster [DBG] pgmap v7823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:14.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:13 smithi136 bash[11745]: audit 2022-04-26T06:57:13.656410+0000 mon.smithi136 (mon.0) 5201 : audit [DBG] from='client.? 172.21.15.136:0/1275938790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:13 smithi145 bash[13673]: cluster 2022-04-26T06:57:12.706614+0000 mgr.smithi136.ofnrfx (mgr.14188) 8342 : cluster [DBG] pgmap v7823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:13 smithi145 bash[13673]: audit 2022-04-26T06:57:13.656410+0000 mon.smithi136 (mon.0) 5201 : audit [DBG] from='client.? 172.21.15.136:0/1275938790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:15 smithi136 bash[11745]: cluster 2022-04-26T06:57:14.707181+0000 mgr.smithi136.ofnrfx (mgr.14188) 8343 : cluster [DBG] pgmap v7824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:15 smithi145 bash[13673]: cluster 2022-04-26T06:57:14.707181+0000 mgr.smithi136.ofnrfx (mgr.14188) 8343 : cluster [DBG] pgmap v7824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:17 smithi136 bash[11745]: cluster 2022-04-26T06:57:16.707871+0000 mgr.smithi136.ofnrfx (mgr.14188) 8344 : cluster [DBG] pgmap v7825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:17 smithi145 bash[13673]: cluster 2022-04-26T06:57:16.707871+0000 mgr.smithi136.ofnrfx (mgr.14188) 8344 : cluster [DBG] pgmap v7825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:18.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:18.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:18.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:18.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:18 smithi136 bash[11745]: audit 2022-04-26T06:57:18.980035+0000 mon.smithi136 (mon.0) 5202 : audit [DBG] from='client.? 172.21.15.136:0/2544008401' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:18 smithi145 bash[13673]: audit 2022-04-26T06:57:18.980035+0000 mon.smithi136 (mon.0) 5202 : audit [DBG] from='client.? 172.21.15.136:0/2544008401' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:19 smithi136 bash[11745]: cluster 2022-04-26T06:57:18.708599+0000 mgr.smithi136.ofnrfx (mgr.14188) 8345 : cluster [DBG] pgmap v7826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:20 smithi145 bash[13673]: cluster 2022-04-26T06:57:18.708599+0000 mgr.smithi136.ofnrfx (mgr.14188) 8345 : cluster [DBG] pgmap v7826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:22 smithi136 bash[11745]: cluster 2022-04-26T06:57:20.709375+0000 mgr.smithi136.ofnrfx (mgr.14188) 8346 : cluster [DBG] pgmap v7827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:22 smithi145 bash[13673]: cluster 2022-04-26T06:57:20.709375+0000 mgr.smithi136.ofnrfx (mgr.14188) 8346 : cluster [DBG] pgmap v7827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:24.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:24.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:24.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:24 smithi136 bash[11745]: cluster 2022-04-26T06:57:22.710043+0000 mgr.smithi136.ofnrfx (mgr.14188) 8347 : cluster [DBG] pgmap v7828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:24.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:24 smithi145 bash[13673]: cluster 2022-04-26T06:57:22.710043+0000 mgr.smithi136.ofnrfx (mgr.14188) 8347 : cluster [DBG] pgmap v7828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:25 smithi136 bash[11745]: audit 2022-04-26T06:57:24.308446+0000 mon.smithi136 (mon.0) 5203 : audit [DBG] from='client.? 172.21.15.136:0/954348859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:25 smithi145 bash[13673]: audit 2022-04-26T06:57:24.308446+0000 mon.smithi136 (mon.0) 5203 : audit [DBG] from='client.? 172.21.15.136:0/954348859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:26 smithi136 bash[11745]: cluster 2022-04-26T06:57:24.710664+0000 mgr.smithi136.ofnrfx (mgr.14188) 8348 : cluster [DBG] pgmap v7829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:26 smithi145 bash[13673]: cluster 2022-04-26T06:57:24.710664+0000 mgr.smithi136.ofnrfx (mgr.14188) 8348 : cluster [DBG] pgmap v7829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:27 smithi136 bash[11745]: cluster 2022-04-26T06:57:26.711286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8349 : cluster [DBG] pgmap v7830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:27 smithi145 bash[13673]: cluster 2022-04-26T06:57:26.711286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8349 : cluster [DBG] pgmap v7830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:29.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:29.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:29.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:29.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:29 smithi136 bash[11745]: cluster 2022-04-26T06:57:28.712016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8350 : cluster [DBG] pgmap v7831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:30.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:29 smithi136 bash[11745]: audit 2022-04-26T06:57:29.637789+0000 mon.smithi145 (mon.1) 24 : audit [DBG] from='client.? 172.21.15.136:0/2063117584' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:29 smithi145 bash[13673]: cluster 2022-04-26T06:57:28.712016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8350 : cluster [DBG] pgmap v7831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:29 smithi145 bash[13673]: audit 2022-04-26T06:57:29.637789+0000 mon.smithi145 (mon.1) 24 : audit [DBG] from='client.? 172.21.15.136:0/2063117584' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:31 smithi136 bash[11745]: cluster 2022-04-26T06:57:30.712622+0000 mgr.smithi136.ofnrfx (mgr.14188) 8351 : cluster [DBG] pgmap v7832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:31 smithi145 bash[13673]: cluster 2022-04-26T06:57:30.712622+0000 mgr.smithi136.ofnrfx (mgr.14188) 8351 : cluster [DBG] pgmap v7832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:33 smithi136 bash[11745]: cluster 2022-04-26T06:57:32.713227+0000 mgr.smithi136.ofnrfx (mgr.14188) 8352 : cluster [DBG] pgmap v7833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:33 smithi145 bash[13673]: cluster 2022-04-26T06:57:32.713227+0000 mgr.smithi136.ofnrfx (mgr.14188) 8352 : cluster [DBG] pgmap v7833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:34.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:34.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:34.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:34.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:35 smithi136 bash[11745]: audit 2022-04-26T06:57:34.718013+0000 mon.smithi136 (mon.0) 5204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:57:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:35 smithi136 bash[11745]: audit 2022-04-26T06:57:34.720780+0000 mon.smithi136 (mon.0) 5205 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:57:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:35 smithi136 bash[11745]: audit 2022-04-26T06:57:34.722490+0000 mon.smithi136 (mon.0) 5206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:57:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:35 smithi136 bash[11745]: audit 2022-04-26T06:57:34.972522+0000 mon.smithi136 (mon.0) 5207 : audit [DBG] from='client.? 172.21.15.136:0/834133137' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:35 smithi145 bash[13673]: audit 2022-04-26T06:57:34.718013+0000 mon.smithi136 (mon.0) 5204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:57:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:35 smithi145 bash[13673]: audit 2022-04-26T06:57:34.720780+0000 mon.smithi136 (mon.0) 5205 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:57:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:35 smithi145 bash[13673]: audit 2022-04-26T06:57:34.722490+0000 mon.smithi136 (mon.0) 5206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:57:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:35 smithi145 bash[13673]: audit 2022-04-26T06:57:34.972522+0000 mon.smithi136 (mon.0) 5207 : audit [DBG] from='client.? 172.21.15.136:0/834133137' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:36 smithi136 bash[11745]: cluster 2022-04-26T06:57:34.713813+0000 mgr.smithi136.ofnrfx (mgr.14188) 8353 : cluster [DBG] pgmap v7834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:36 smithi136 bash[11745]: audit 2022-04-26T06:57:35.010863+0000 mon.smithi136 (mon.0) 5208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:36 smithi145 bash[13673]: cluster 2022-04-26T06:57:34.713813+0000 mgr.smithi136.ofnrfx (mgr.14188) 8353 : cluster [DBG] pgmap v7834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:36.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:36 smithi145 bash[13673]: audit 2022-04-26T06:57:35.010863+0000 mon.smithi136 (mon.0) 5208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:38 smithi136 bash[11745]: cluster 2022-04-26T06:57:36.714468+0000 mgr.smithi136.ofnrfx (mgr.14188) 8354 : cluster [DBG] pgmap v7835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:38 smithi145 bash[13673]: cluster 2022-04-26T06:57:36.714468+0000 mgr.smithi136.ofnrfx (mgr.14188) 8354 : cluster [DBG] pgmap v7835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:39 smithi136 bash[11745]: cluster 2022-04-26T06:57:38.715080+0000 mgr.smithi136.ofnrfx (mgr.14188) 8355 : cluster [DBG] pgmap v7836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:39 smithi145 bash[13673]: cluster 2022-04-26T06:57:38.715080+0000 mgr.smithi136.ofnrfx (mgr.14188) 8355 : cluster [DBG] pgmap v7836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:39.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:39.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:39.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:40.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:40 smithi145 bash[13673]: audit 2022-04-26T06:57:40.298676+0000 mon.smithi136 (mon.0) 5209 : audit [DBG] from='client.? 172.21.15.136:0/3768637186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:40 smithi136 bash[11745]: audit 2022-04-26T06:57:40.298676+0000 mon.smithi136 (mon.0) 5209 : audit [DBG] from='client.? 172.21.15.136:0/3768637186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:41 smithi145 bash[13673]: cluster 2022-04-26T06:57:40.715716+0000 mgr.smithi136.ofnrfx (mgr.14188) 8356 : cluster [DBG] pgmap v7837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:41 smithi136 bash[11745]: cluster 2022-04-26T06:57:40.715716+0000 mgr.smithi136.ofnrfx (mgr.14188) 8356 : cluster [DBG] pgmap v7837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: cephadm 2022-04-26T06:57:42.549401+0000 mgr.smithi136.ofnrfx (mgr.14188) 8357 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T06:57:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: audit 2022-04-26T06:57:42.561869+0000 mon.smithi136 (mon.0) 5210 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: cluster 2022-04-26T06:57:42.716279+0000 mgr.smithi136.ofnrfx (mgr.14188) 8358 : cluster [DBG] pgmap v7838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: cluster 2022-04-26T06:57:42.848088+0000 mgr.smithi136.ofnrfx (mgr.14188) 8359 : cluster [DBG] pgmap v7839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: cluster 2022-04-26T06:57:42.848577+0000 mgr.smithi136.ofnrfx (mgr.14188) 8360 : cluster [DBG] pgmap v7840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: audit 2022-04-26T06:57:42.856103+0000 mon.smithi136 (mon.0) 5211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:43.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: audit 2022-04-26T06:57:42.865652+0000 mon.smithi136 (mon.0) 5212 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:57:43.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: cephadm 2022-04-26T06:57:42.867165+0000 mgr.smithi136.ofnrfx (mgr.14188) 8361 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:57:43.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: cephadm 2022-04-26T06:57:42.867437+0000 mgr.smithi136.ofnrfx (mgr.14188) 8362 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:57:43.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: audit 2022-04-26T06:57:42.878324+0000 mon.smithi136 (mon.0) 5213 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:57:43.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:43 smithi145 bash[13673]: audit 2022-04-26T06:57:42.879491+0000 mon.smithi136 (mon.0) 5214 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:57:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: cephadm 2022-04-26T06:57:42.549401+0000 mgr.smithi136.ofnrfx (mgr.14188) 8357 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T06:57:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: audit 2022-04-26T06:57:42.561869+0000 mon.smithi136 (mon.0) 5210 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: cluster 2022-04-26T06:57:42.716279+0000 mgr.smithi136.ofnrfx (mgr.14188) 8358 : cluster [DBG] pgmap v7838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: cluster 2022-04-26T06:57:42.848088+0000 mgr.smithi136.ofnrfx (mgr.14188) 8359 : cluster [DBG] pgmap v7839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: cluster 2022-04-26T06:57:42.848577+0000 mgr.smithi136.ofnrfx (mgr.14188) 8360 : cluster [DBG] pgmap v7840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: audit 2022-04-26T06:57:42.856103+0000 mon.smithi136 (mon.0) 5211 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: audit 2022-04-26T06:57:42.865652+0000 mon.smithi136 (mon.0) 5212 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:57:44.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: cephadm 2022-04-26T06:57:42.867165+0000 mgr.smithi136.ofnrfx (mgr.14188) 8361 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:57:44.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: cephadm 2022-04-26T06:57:42.867437+0000 mgr.smithi136.ofnrfx (mgr.14188) 8362 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:57:44.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: audit 2022-04-26T06:57:42.878324+0000 mon.smithi136 (mon.0) 5213 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T06:57:44.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:43 smithi136 bash[11745]: audit 2022-04-26T06:57:42.879491+0000 mon.smithi136 (mon.0) 5214 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:57:45.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:45.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:45.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:45.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:45 smithi136 bash[11745]: cluster 2022-04-26T06:57:44.849165+0000 mgr.smithi136.ofnrfx (mgr.14188) 8363 : cluster [DBG] pgmap v7841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:45 smithi136 bash[11745]: audit 2022-04-26T06:57:45.623212+0000 mon.smithi136 (mon.0) 5215 : audit [DBG] from='client.? 172.21.15.136:0/4155031207' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:45 smithi145 bash[13673]: cluster 2022-04-26T06:57:44.849165+0000 mgr.smithi136.ofnrfx (mgr.14188) 8363 : cluster [DBG] pgmap v7841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:45 smithi145 bash[13673]: audit 2022-04-26T06:57:45.623212+0000 mon.smithi136 (mon.0) 5215 : audit [DBG] from='client.? 172.21.15.136:0/4155031207' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:48.254 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:47 smithi145 bash[13673]: cluster 2022-04-26T06:57:46.849841+0000 mgr.smithi136.ofnrfx (mgr.14188) 8364 : cluster [DBG] pgmap v7842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:47 smithi136 bash[11745]: cluster 2022-04-26T06:57:46.849841+0000 mgr.smithi136.ofnrfx (mgr.14188) 8364 : cluster [DBG] pgmap v7842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:49 smithi136 bash[11745]: cluster 2022-04-26T06:57:48.850499+0000 mgr.smithi136.ofnrfx (mgr.14188) 8365 : cluster [DBG] pgmap v7843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:49 smithi145 bash[13673]: cluster 2022-04-26T06:57:48.850499+0000 mgr.smithi136.ofnrfx (mgr.14188) 8365 : cluster [DBG] pgmap v7843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:50.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:50.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:50.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:50.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:50 smithi136 bash[11745]: audit 2022-04-26T06:57:50.952875+0000 mon.smithi136 (mon.0) 5216 : audit [DBG] from='client.? 172.21.15.136:0/2599639418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:50 smithi145 bash[13673]: audit 2022-04-26T06:57:50.952875+0000 mon.smithi136 (mon.0) 5216 : audit [DBG] from='client.? 172.21.15.136:0/2599639418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:52 smithi136 bash[11745]: cluster 2022-04-26T06:57:50.851113+0000 mgr.smithi136.ofnrfx (mgr.14188) 8366 : cluster [DBG] pgmap v7844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:52 smithi145 bash[13673]: cluster 2022-04-26T06:57:50.851113+0000 mgr.smithi136.ofnrfx (mgr.14188) 8366 : cluster [DBG] pgmap v7844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:54 smithi145 bash[13673]: cluster 2022-04-26T06:57:52.851870+0000 mgr.smithi136.ofnrfx (mgr.14188) 8367 : cluster [DBG] pgmap v7845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:54 smithi136 bash[11745]: cluster 2022-04-26T06:57:52.851870+0000 mgr.smithi136.ofnrfx (mgr.14188) 8367 : cluster [DBG] pgmap v7845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:55.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:57:55.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:57:55.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:57:56.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:57:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:56 smithi136 bash[11745]: cluster 2022-04-26T06:57:54.852526+0000 mgr.smithi136.ofnrfx (mgr.14188) 8368 : cluster [DBG] pgmap v7846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:56.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:56 smithi145 bash[13673]: cluster 2022-04-26T06:57:54.852526+0000 mgr.smithi136.ofnrfx (mgr.14188) 8368 : cluster [DBG] pgmap v7846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:57 smithi136 bash[11745]: audit 2022-04-26T06:57:56.278509+0000 mon.smithi136 (mon.0) 5217 : audit [DBG] from='client.? 172.21.15.136:0/3506740568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:57.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:57 smithi136 bash[11745]: audit 2022-04-26T06:57:56.324536+0000 mon.smithi136 (mon.0) 5218 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:57 smithi145 bash[13673]: audit 2022-04-26T06:57:56.278509+0000 mon.smithi136 (mon.0) 5217 : audit [DBG] from='client.? 172.21.15.136:0/3506740568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:57:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:57 smithi145 bash[13673]: audit 2022-04-26T06:57:56.324536+0000 mon.smithi136 (mon.0) 5218 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:57:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:57:58 smithi136 bash[11745]: cluster 2022-04-26T06:57:56.853171+0000 mgr.smithi136.ofnrfx (mgr.14188) 8369 : cluster [DBG] pgmap v7847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:57:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:57:58 smithi145 bash[13673]: cluster 2022-04-26T06:57:56.853171+0000 mgr.smithi136.ofnrfx (mgr.14188) 8369 : cluster [DBG] pgmap v7847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:00 smithi136 bash[11745]: cluster 2022-04-26T06:57:58.853819+0000 mgr.smithi136.ofnrfx (mgr.14188) 8370 : cluster [DBG] pgmap v7848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:00 smithi145 bash[13673]: cluster 2022-04-26T06:57:58.853819+0000 mgr.smithi136.ofnrfx (mgr.14188) 8370 : cluster [DBG] pgmap v7848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:01.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:01.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:01.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:01 smithi136 bash[11745]: cluster 2022-04-26T06:58:00.854438+0000 mgr.smithi136.ofnrfx (mgr.14188) 8371 : cluster [DBG] pgmap v7849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:01 smithi145 bash[13673]: cluster 2022-04-26T06:58:00.854438+0000 mgr.smithi136.ofnrfx (mgr.14188) 8371 : cluster [DBG] pgmap v7849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:01.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:02 smithi136 bash[11745]: audit 2022-04-26T06:58:01.606228+0000 mon.smithi136 (mon.0) 5219 : audit [DBG] from='client.? 172.21.15.136:0/3361384741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:02 smithi145 bash[13673]: audit 2022-04-26T06:58:01.606228+0000 mon.smithi136 (mon.0) 5219 : audit [DBG] from='client.? 172.21.15.136:0/3361384741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:03 smithi136 bash[11745]: cluster 2022-04-26T06:58:02.855080+0000 mgr.smithi136.ofnrfx (mgr.14188) 8372 : cluster [DBG] pgmap v7850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:03.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:03 smithi136 bash[11745]: audit 2022-04-26T06:58:02.907290+0000 mon.smithi136 (mon.0) 5220 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:58:03.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:03 smithi136 bash[11745]: audit 2022-04-26T06:58:02.911309+0000 mon.smithi136 (mon.0) 5221 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:58:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:03 smithi145 bash[13673]: cluster 2022-04-26T06:58:02.855080+0000 mgr.smithi136.ofnrfx (mgr.14188) 8372 : cluster [DBG] pgmap v7850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:03 smithi145 bash[13673]: audit 2022-04-26T06:58:02.907290+0000 mon.smithi136 (mon.0) 5220 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:58:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:03 smithi145 bash[13673]: audit 2022-04-26T06:58:02.911309+0000 mon.smithi136 (mon.0) 5221 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:58:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:05 smithi136 bash[11745]: cluster 2022-04-26T06:58:04.855702+0000 mgr.smithi136.ofnrfx (mgr.14188) 8373 : cluster [DBG] pgmap v7851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:05 smithi145 bash[13673]: cluster 2022-04-26T06:58:04.855702+0000 mgr.smithi136.ofnrfx (mgr.14188) 8373 : cluster [DBG] pgmap v7851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:06.625 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:06.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:06.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:06.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:07 smithi136 bash[11745]: cluster 2022-04-26T06:58:06.856158+0000 mgr.smithi136.ofnrfx (mgr.14188) 8374 : cluster [DBG] pgmap v7852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:08.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:07 smithi136 bash[11745]: audit 2022-04-26T06:58:06.938847+0000 mon.smithi136 (mon.0) 5222 : audit [DBG] from='client.? 172.21.15.136:0/3797883800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:07 smithi145 bash[13673]: cluster 2022-04-26T06:58:06.856158+0000 mgr.smithi136.ofnrfx (mgr.14188) 8374 : cluster [DBG] pgmap v7852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:07 smithi145 bash[13673]: audit 2022-04-26T06:58:06.938847+0000 mon.smithi136 (mon.0) 5222 : audit [DBG] from='client.? 172.21.15.136:0/3797883800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:09 smithi136 bash[11745]: cluster 2022-04-26T06:58:08.856741+0000 mgr.smithi136.ofnrfx (mgr.14188) 8375 : cluster [DBG] pgmap v7853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:10.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:09 smithi145 bash[13673]: cluster 2022-04-26T06:58:08.856741+0000 mgr.smithi136.ofnrfx (mgr.14188) 8375 : cluster [DBG] pgmap v7853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:11.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:11.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:11.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:12.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:12 smithi136 bash[11745]: cluster 2022-04-26T06:58:10.857349+0000 mgr.smithi136.ofnrfx (mgr.14188) 8376 : cluster [DBG] pgmap v7854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:12 smithi145 bash[13673]: cluster 2022-04-26T06:58:10.857349+0000 mgr.smithi136.ofnrfx (mgr.14188) 8376 : cluster [DBG] pgmap v7854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:13 smithi136 bash[11745]: audit 2022-04-26T06:58:12.267634+0000 mon.smithi136 (mon.0) 5223 : audit [DBG] from='client.? 172.21.15.136:0/3746853134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:13 smithi145 bash[13673]: audit 2022-04-26T06:58:12.267634+0000 mon.smithi136 (mon.0) 5223 : audit [DBG] from='client.? 172.21.15.136:0/3746853134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:14 smithi136 bash[11745]: cluster 2022-04-26T06:58:12.858007+0000 mgr.smithi136.ofnrfx (mgr.14188) 8377 : cluster [DBG] pgmap v7855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:14 smithi145 bash[13673]: cluster 2022-04-26T06:58:12.858007+0000 mgr.smithi136.ofnrfx (mgr.14188) 8377 : cluster [DBG] pgmap v7855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:16 smithi136 bash[11745]: cluster 2022-04-26T06:58:14.858578+0000 mgr.smithi136.ofnrfx (mgr.14188) 8378 : cluster [DBG] pgmap v7856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:16 smithi145 bash[13673]: cluster 2022-04-26T06:58:14.858578+0000 mgr.smithi136.ofnrfx (mgr.14188) 8378 : cluster [DBG] pgmap v7856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:17.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:17.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:17.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:17.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:18 smithi136 bash[11745]: cluster 2022-04-26T06:58:16.859307+0000 mgr.smithi136.ofnrfx (mgr.14188) 8379 : cluster [DBG] pgmap v7857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:18 smithi136 bash[11745]: audit 2022-04-26T06:58:17.589742+0000 mon.smithi136 (mon.0) 5224 : audit [DBG] from='client.? 172.21.15.136:0/2908827517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:18 smithi145 bash[13673]: cluster 2022-04-26T06:58:16.859307+0000 mgr.smithi136.ofnrfx (mgr.14188) 8379 : cluster [DBG] pgmap v7857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:18 smithi145 bash[13673]: audit 2022-04-26T06:58:17.589742+0000 mon.smithi136 (mon.0) 5224 : audit [DBG] from='client.? 172.21.15.136:0/2908827517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:20 smithi136 bash[11745]: cluster 2022-04-26T06:58:18.860085+0000 mgr.smithi136.ofnrfx (mgr.14188) 8380 : cluster [DBG] pgmap v7858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:20 smithi145 bash[13673]: cluster 2022-04-26T06:58:18.860085+0000 mgr.smithi136.ofnrfx (mgr.14188) 8380 : cluster [DBG] pgmap v7858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:21 smithi136 bash[11745]: cluster 2022-04-26T06:58:20.860787+0000 mgr.smithi136.ofnrfx (mgr.14188) 8381 : cluster [DBG] pgmap v7859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:21 smithi145 bash[13673]: cluster 2022-04-26T06:58:20.860787+0000 mgr.smithi136.ofnrfx (mgr.14188) 8381 : cluster [DBG] pgmap v7859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:22.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:22.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:22.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:22.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:23 smithi136 bash[11745]: cluster 2022-04-26T06:58:22.861435+0000 mgr.smithi136.ofnrfx (mgr.14188) 8382 : cluster [DBG] pgmap v7860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:24.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:23 smithi136 bash[11745]: audit 2022-04-26T06:58:22.919953+0000 mon.smithi136 (mon.0) 5225 : audit [DBG] from='client.? 172.21.15.136:0/2458564472' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:23 smithi145 bash[13673]: cluster 2022-04-26T06:58:22.861435+0000 mgr.smithi136.ofnrfx (mgr.14188) 8382 : cluster [DBG] pgmap v7860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:24.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:23 smithi145 bash[13673]: audit 2022-04-26T06:58:22.919953+0000 mon.smithi136 (mon.0) 5225 : audit [DBG] from='client.? 172.21.15.136:0/2458564472' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:25 smithi136 bash[11745]: cluster 2022-04-26T06:58:24.862159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8383 : cluster [DBG] pgmap v7861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:25 smithi145 bash[13673]: cluster 2022-04-26T06:58:24.862159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8383 : cluster [DBG] pgmap v7861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:27.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:27.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:27.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:28.274 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:27 smithi136 bash[11745]: cluster 2022-04-26T06:58:26.862897+0000 mgr.smithi136.ofnrfx (mgr.14188) 8384 : cluster [DBG] pgmap v7862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:27 smithi145 bash[13673]: cluster 2022-04-26T06:58:26.862897+0000 mgr.smithi136.ofnrfx (mgr.14188) 8384 : cluster [DBG] pgmap v7862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:29 smithi136 bash[11745]: audit 2022-04-26T06:58:28.258455+0000 mon.smithi136 (mon.0) 5226 : audit [DBG] from='client.? 172.21.15.136:0/355748352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:29 smithi145 bash[13673]: audit 2022-04-26T06:58:28.258455+0000 mon.smithi136 (mon.0) 5226 : audit [DBG] from='client.? 172.21.15.136:0/355748352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:30 smithi136 bash[11745]: cluster 2022-04-26T06:58:28.863602+0000 mgr.smithi136.ofnrfx (mgr.14188) 8385 : cluster [DBG] pgmap v7863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:30 smithi145 bash[13673]: cluster 2022-04-26T06:58:28.863602+0000 mgr.smithi136.ofnrfx (mgr.14188) 8385 : cluster [DBG] pgmap v7863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:32 smithi136 bash[11745]: cluster 2022-04-26T06:58:30.864219+0000 mgr.smithi136.ofnrfx (mgr.14188) 8386 : cluster [DBG] pgmap v7864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:32 smithi145 bash[13673]: cluster 2022-04-26T06:58:30.864219+0000 mgr.smithi136.ofnrfx (mgr.14188) 8386 : cluster [DBG] pgmap v7864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:33.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:33.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:33.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:33.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:34 smithi136 bash[11745]: cluster 2022-04-26T06:58:32.864826+0000 mgr.smithi136.ofnrfx (mgr.14188) 8387 : cluster [DBG] pgmap v7865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:34 smithi136 bash[11745]: audit 2022-04-26T06:58:33.589273+0000 mon.smithi136 (mon.0) 5227 : audit [DBG] from='client.? 172.21.15.136:0/3544539186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:34 smithi145 bash[13673]: cluster 2022-04-26T06:58:32.864826+0000 mgr.smithi136.ofnrfx (mgr.14188) 8387 : cluster [DBG] pgmap v7865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:34.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:34 smithi145 bash[13673]: audit 2022-04-26T06:58:33.589273+0000 mon.smithi136 (mon.0) 5227 : audit [DBG] from='client.? 172.21.15.136:0/3544539186' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:36 smithi136 bash[11745]: cluster 2022-04-26T06:58:34.865401+0000 mgr.smithi136.ofnrfx (mgr.14188) 8388 : cluster [DBG] pgmap v7866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:36 smithi145 bash[13673]: cluster 2022-04-26T06:58:34.865401+0000 mgr.smithi136.ofnrfx (mgr.14188) 8388 : cluster [DBG] pgmap v7866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:37.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:37 smithi145 bash[13673]: cluster 2022-04-26T06:58:36.866021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8389 : cluster [DBG] pgmap v7867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:37 smithi136 bash[11745]: cluster 2022-04-26T06:58:36.866021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8389 : cluster [DBG] pgmap v7867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:38.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:38.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:38.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:38.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:39 smithi136 bash[11745]: audit 2022-04-26T06:58:38.913118+0000 mon.smithi136 (mon.0) 5228 : audit [DBG] from='client.? 172.21.15.136:0/2145551508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:39 smithi145 bash[13673]: audit 2022-04-26T06:58:38.913118+0000 mon.smithi136 (mon.0) 5228 : audit [DBG] from='client.? 172.21.15.136:0/2145551508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:40 smithi136 bash[11745]: cluster 2022-04-26T06:58:38.866607+0000 mgr.smithi136.ofnrfx (mgr.14188) 8390 : cluster [DBG] pgmap v7868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:40 smithi145 bash[13673]: cluster 2022-04-26T06:58:38.866607+0000 mgr.smithi136.ofnrfx (mgr.14188) 8390 : cluster [DBG] pgmap v7868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:42 smithi136 bash[11745]: cluster 2022-04-26T06:58:40.867169+0000 mgr.smithi136.ofnrfx (mgr.14188) 8391 : cluster [DBG] pgmap v7869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:42 smithi145 bash[13673]: cluster 2022-04-26T06:58:40.867169+0000 mgr.smithi136.ofnrfx (mgr.14188) 8391 : cluster [DBG] pgmap v7869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:43.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:43.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:43.933 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:44.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:44 smithi136 bash[11745]: cluster 2022-04-26T06:58:42.867866+0000 mgr.smithi136.ofnrfx (mgr.14188) 8392 : cluster [DBG] pgmap v7870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:44 smithi145 bash[13673]: cluster 2022-04-26T06:58:42.867866+0000 mgr.smithi136.ofnrfx (mgr.14188) 8392 : cluster [DBG] pgmap v7870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:45 smithi136 bash[11745]: audit 2022-04-26T06:58:44.244081+0000 mon.smithi136 (mon.0) 5229 : audit [DBG] from='client.? 172.21.15.136:0/2532290751' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:45 smithi145 bash[13673]: audit 2022-04-26T06:58:44.244081+0000 mon.smithi136 (mon.0) 5229 : audit [DBG] from='client.? 172.21.15.136:0/2532290751' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:46 smithi136 bash[11745]: cluster 2022-04-26T06:58:44.868486+0000 mgr.smithi136.ofnrfx (mgr.14188) 8393 : cluster [DBG] pgmap v7871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:46 smithi145 bash[13673]: cluster 2022-04-26T06:58:44.868486+0000 mgr.smithi136.ofnrfx (mgr.14188) 8393 : cluster [DBG] pgmap v7871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:47 smithi145 bash[13673]: cluster 2022-04-26T06:58:46.869162+0000 mgr.smithi136.ofnrfx (mgr.14188) 8394 : cluster [DBG] pgmap v7872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:47 smithi136 bash[11745]: cluster 2022-04-26T06:58:46.869162+0000 mgr.smithi136.ofnrfx (mgr.14188) 8394 : cluster [DBG] pgmap v7872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:49.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:49.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:49.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:49.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:50 smithi136 bash[11745]: cluster 2022-04-26T06:58:48.869799+0000 mgr.smithi136.ofnrfx (mgr.14188) 8395 : cluster [DBG] pgmap v7873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:50 smithi136 bash[11745]: audit 2022-04-26T06:58:49.578426+0000 mon.smithi136 (mon.0) 5230 : audit [DBG] from='client.? 172.21.15.136:0/219871468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:50 smithi145 bash[13673]: cluster 2022-04-26T06:58:48.869799+0000 mgr.smithi136.ofnrfx (mgr.14188) 8395 : cluster [DBG] pgmap v7873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:50.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:50 smithi145 bash[13673]: audit 2022-04-26T06:58:49.578426+0000 mon.smithi136 (mon.0) 5230 : audit [DBG] from='client.? 172.21.15.136:0/219871468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:51 smithi136 bash[11745]: cluster 2022-04-26T06:58:50.870442+0000 mgr.smithi136.ofnrfx (mgr.14188) 8396 : cluster [DBG] pgmap v7874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:51 smithi145 bash[13673]: cluster 2022-04-26T06:58:50.870442+0000 mgr.smithi136.ofnrfx (mgr.14188) 8396 : cluster [DBG] pgmap v7874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:54 smithi136 bash[11745]: cluster 2022-04-26T06:58:52.871055+0000 mgr.smithi136.ofnrfx (mgr.14188) 8397 : cluster [DBG] pgmap v7875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:54 smithi145 bash[13673]: cluster 2022-04-26T06:58:52.871055+0000 mgr.smithi136.ofnrfx (mgr.14188) 8397 : cluster [DBG] pgmap v7875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:54.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:54.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:54.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:58:54.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:58:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:55 smithi136 bash[11745]: audit 2022-04-26T06:58:54.909323+0000 mon.smithi136 (mon.0) 5231 : audit [DBG] from='client.? 172.21.15.136:0/535982089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:55 smithi145 bash[13673]: audit 2022-04-26T06:58:54.909323+0000 mon.smithi136 (mon.0) 5231 : audit [DBG] from='client.? 172.21.15.136:0/535982089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:58:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:56 smithi136 bash[11745]: cluster 2022-04-26T06:58:54.871682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8398 : cluster [DBG] pgmap v7876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:56 smithi145 bash[13673]: cluster 2022-04-26T06:58:54.871682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8398 : cluster [DBG] pgmap v7876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: audit 2022-04-26T06:58:56.329656+0000 mon.smithi136 (mon.0) 5232 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: audit 2022-04-26T06:58:56.332355+0000 mon.smithi136 (mon.0) 5233 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: audit 2022-04-26T06:58:56.334123+0000 mon.smithi136 (mon.0) 5234 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: cluster 2022-04-26T06:58:56.634428+0000 mgr.smithi136.ofnrfx (mgr.14188) 8399 : cluster [DBG] pgmap v7877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: cluster 2022-04-26T06:58:56.634827+0000 mgr.smithi136.ofnrfx (mgr.14188) 8400 : cluster [DBG] pgmap v7878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: audit 2022-04-26T06:58:56.641390+0000 mon.smithi136 (mon.0) 5235 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: audit 2022-04-26T06:58:56.648773+0000 mon.smithi136 (mon.0) 5236 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:58:57.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: cephadm 2022-04-26T06:58:56.649947+0000 mgr.smithi136.ofnrfx (mgr.14188) 8401 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:58:57.317 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:58:57 smithi136 bash[11745]: cephadm 2022-04-26T06:58:56.650127+0000 mgr.smithi136.ofnrfx (mgr.14188) 8402 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:58:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: audit 2022-04-26T06:58:56.329656+0000 mon.smithi136 (mon.0) 5232 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: audit 2022-04-26T06:58:56.332355+0000 mon.smithi136 (mon.0) 5233 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: audit 2022-04-26T06:58:56.334123+0000 mon.smithi136 (mon.0) 5234 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: cluster 2022-04-26T06:58:56.634428+0000 mgr.smithi136.ofnrfx (mgr.14188) 8399 : cluster [DBG] pgmap v7877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: cluster 2022-04-26T06:58:56.634827+0000 mgr.smithi136.ofnrfx (mgr.14188) 8400 : cluster [DBG] pgmap v7878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: audit 2022-04-26T06:58:56.641390+0000 mon.smithi136 (mon.0) 5235 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: audit 2022-04-26T06:58:56.648773+0000 mon.smithi136 (mon.0) 5236 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: cephadm 2022-04-26T06:58:56.649947+0000 mgr.smithi136.ofnrfx (mgr.14188) 8401 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:58:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:58:57 smithi145 bash[13673]: cephadm 2022-04-26T06:58:56.650127+0000 mgr.smithi136.ofnrfx (mgr.14188) 8402 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:58:59.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:58:59.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:58:59.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:00.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:00 smithi136 bash[11745]: cluster 2022-04-26T06:58:58.635462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8403 : cluster [DBG] pgmap v7879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:00 smithi145 bash[13673]: cluster 2022-04-26T06:58:58.635462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8403 : cluster [DBG] pgmap v7879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:01 smithi136 bash[11745]: audit 2022-04-26T06:59:00.236599+0000 mon.smithi136 (mon.0) 5237 : audit [DBG] from='client.? 172.21.15.136:0/641601423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:01 smithi145 bash[13673]: audit 2022-04-26T06:59:00.236599+0000 mon.smithi136 (mon.0) 5237 : audit [DBG] from='client.? 172.21.15.136:0/641601423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:02 smithi136 bash[11745]: cluster 2022-04-26T06:59:00.636115+0000 mgr.smithi136.ofnrfx (mgr.14188) 8404 : cluster [DBG] pgmap v7880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:02 smithi145 bash[13673]: cluster 2022-04-26T06:59:00.636115+0000 mgr.smithi136.ofnrfx (mgr.14188) 8404 : cluster [DBG] pgmap v7880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:03 smithi136 bash[11745]: cluster 2022-04-26T06:59:02.636773+0000 mgr.smithi136.ofnrfx (mgr.14188) 8405 : cluster [DBG] pgmap v7881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:03 smithi136 bash[11745]: audit 2022-04-26T06:59:02.911350+0000 mon.smithi136 (mon.0) 5238 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:59:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:03 smithi136 bash[11745]: audit 2022-04-26T06:59:02.915476+0000 mon.smithi136 (mon.0) 5239 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:59:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:03 smithi145 bash[13673]: cluster 2022-04-26T06:59:02.636773+0000 mgr.smithi136.ofnrfx (mgr.14188) 8405 : cluster [DBG] pgmap v7881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:03 smithi145 bash[13673]: audit 2022-04-26T06:59:02.911350+0000 mon.smithi136 (mon.0) 5238 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T06:59:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:03 smithi145 bash[13673]: audit 2022-04-26T06:59:02.915476+0000 mon.smithi136 (mon.0) 5239 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T06:59:05.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:05.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:05.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:05.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:05 smithi136 bash[11745]: cluster 2022-04-26T06:59:04.637413+0000 mgr.smithi136.ofnrfx (mgr.14188) 8406 : cluster [DBG] pgmap v7882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:05 smithi136 bash[11745]: audit 2022-04-26T06:59:05.569518+0000 mon.smithi136 (mon.0) 5240 : audit [DBG] from='client.? 172.21.15.136:0/2755526015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:05 smithi145 bash[13673]: cluster 2022-04-26T06:59:04.637413+0000 mgr.smithi136.ofnrfx (mgr.14188) 8406 : cluster [DBG] pgmap v7882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:05 smithi145 bash[13673]: audit 2022-04-26T06:59:05.569518+0000 mon.smithi136 (mon.0) 5240 : audit [DBG] from='client.? 172.21.15.136:0/2755526015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:07 smithi136 bash[11745]: cluster 2022-04-26T06:59:06.637988+0000 mgr.smithi136.ofnrfx (mgr.14188) 8407 : cluster [DBG] pgmap v7883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:07 smithi145 bash[13673]: cluster 2022-04-26T06:59:06.637988+0000 mgr.smithi136.ofnrfx (mgr.14188) 8407 : cluster [DBG] pgmap v7883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:09 smithi136 bash[11745]: cluster 2022-04-26T06:59:08.638752+0000 mgr.smithi136.ofnrfx (mgr.14188) 8408 : cluster [DBG] pgmap v7884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:09 smithi145 bash[13673]: cluster 2022-04-26T06:59:08.638752+0000 mgr.smithi136.ofnrfx (mgr.14188) 8408 : cluster [DBG] pgmap v7884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:10.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:10.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:10.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:10.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:11 smithi136 bash[11745]: cluster 2022-04-26T06:59:10.639482+0000 mgr.smithi136.ofnrfx (mgr.14188) 8409 : cluster [DBG] pgmap v7885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:11 smithi136 bash[11745]: audit 2022-04-26T06:59:10.896040+0000 mon.smithi136 (mon.0) 5241 : audit [DBG] from='client.? 172.21.15.136:0/1805058820' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:11 smithi145 bash[13673]: cluster 2022-04-26T06:59:10.639482+0000 mgr.smithi136.ofnrfx (mgr.14188) 8409 : cluster [DBG] pgmap v7885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:11 smithi145 bash[13673]: audit 2022-04-26T06:59:10.896040+0000 mon.smithi136 (mon.0) 5241 : audit [DBG] from='client.? 172.21.15.136:0/1805058820' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:14 smithi136 bash[11745]: cluster 2022-04-26T06:59:12.640178+0000 mgr.smithi136.ofnrfx (mgr.14188) 8410 : cluster [DBG] pgmap v7886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:14 smithi145 bash[13673]: cluster 2022-04-26T06:59:12.640178+0000 mgr.smithi136.ofnrfx (mgr.14188) 8410 : cluster [DBG] pgmap v7886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:15 smithi136 bash[11745]: cluster 2022-04-26T06:59:14.640794+0000 mgr.smithi136.ofnrfx (mgr.14188) 8411 : cluster [DBG] pgmap v7887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:15 smithi145 bash[13673]: cluster 2022-04-26T06:59:14.640794+0000 mgr.smithi136.ofnrfx (mgr.14188) 8411 : cluster [DBG] pgmap v7887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:15.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:15.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:15.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:16.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:16 smithi136 bash[11745]: audit 2022-04-26T06:59:16.223095+0000 mon.smithi136 (mon.0) 5242 : audit [DBG] from='client.? 172.21.15.136:0/3853311318' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:16 smithi145 bash[13673]: audit 2022-04-26T06:59:16.223095+0000 mon.smithi136 (mon.0) 5242 : audit [DBG] from='client.? 172.21.15.136:0/3853311318' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:17 smithi136 bash[11745]: cluster 2022-04-26T06:59:16.641431+0000 mgr.smithi136.ofnrfx (mgr.14188) 8412 : cluster [DBG] pgmap v7888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:17 smithi145 bash[13673]: cluster 2022-04-26T06:59:16.641431+0000 mgr.smithi136.ofnrfx (mgr.14188) 8412 : cluster [DBG] pgmap v7888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:19 smithi136 bash[11745]: cluster 2022-04-26T06:59:18.642066+0000 mgr.smithi136.ofnrfx (mgr.14188) 8413 : cluster [DBG] pgmap v7889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:19 smithi145 bash[13673]: cluster 2022-04-26T06:59:18.642066+0000 mgr.smithi136.ofnrfx (mgr.14188) 8413 : cluster [DBG] pgmap v7889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:21.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:21.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:21.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:21.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:21 smithi136 bash[11745]: cluster 2022-04-26T06:59:20.642757+0000 mgr.smithi136.ofnrfx (mgr.14188) 8414 : cluster [DBG] pgmap v7890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:21 smithi136 bash[11745]: audit 2022-04-26T06:59:21.549072+0000 mon.smithi136 (mon.0) 5243 : audit [DBG] from='client.? 172.21.15.136:0/1616533086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:21 smithi145 bash[13673]: cluster 2022-04-26T06:59:20.642757+0000 mgr.smithi136.ofnrfx (mgr.14188) 8414 : cluster [DBG] pgmap v7890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:21 smithi145 bash[13673]: audit 2022-04-26T06:59:21.549072+0000 mon.smithi136 (mon.0) 5243 : audit [DBG] from='client.? 172.21.15.136:0/1616533086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:23 smithi136 bash[11745]: cluster 2022-04-26T06:59:22.643422+0000 mgr.smithi136.ofnrfx (mgr.14188) 8415 : cluster [DBG] pgmap v7891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:23 smithi145 bash[13673]: cluster 2022-04-26T06:59:22.643422+0000 mgr.smithi136.ofnrfx (mgr.14188) 8415 : cluster [DBG] pgmap v7891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:25 smithi136 bash[11745]: cluster 2022-04-26T06:59:24.644025+0000 mgr.smithi136.ofnrfx (mgr.14188) 8416 : cluster [DBG] pgmap v7892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:25 smithi145 bash[13673]: cluster 2022-04-26T06:59:24.644025+0000 mgr.smithi136.ofnrfx (mgr.14188) 8416 : cluster [DBG] pgmap v7892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:26.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:26.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:26.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:26.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:27 smithi136 bash[11745]: cluster 2022-04-26T06:59:26.644644+0000 mgr.smithi136.ofnrfx (mgr.14188) 8417 : cluster [DBG] pgmap v7893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:28.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:27 smithi136 bash[11745]: audit 2022-04-26T06:59:26.877252+0000 mon.smithi136 (mon.0) 5244 : audit [DBG] from='client.? 172.21.15.136:0/2425092175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:27 smithi145 bash[13673]: cluster 2022-04-26T06:59:26.644644+0000 mgr.smithi136.ofnrfx (mgr.14188) 8417 : cluster [DBG] pgmap v7893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:27 smithi145 bash[13673]: audit 2022-04-26T06:59:26.877252+0000 mon.smithi136 (mon.0) 5244 : audit [DBG] from='client.? 172.21.15.136:0/2425092175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:29 smithi136 bash[11745]: cluster 2022-04-26T06:59:28.645275+0000 mgr.smithi136.ofnrfx (mgr.14188) 8418 : cluster [DBG] pgmap v7894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:29 smithi145 bash[13673]: cluster 2022-04-26T06:59:28.645275+0000 mgr.smithi136.ofnrfx (mgr.14188) 8418 : cluster [DBG] pgmap v7894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:31.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:31.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:31.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:31 smithi136 bash[11745]: cluster 2022-04-26T06:59:30.645876+0000 mgr.smithi136.ofnrfx (mgr.14188) 8419 : cluster [DBG] pgmap v7895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:31 smithi145 bash[13673]: cluster 2022-04-26T06:59:30.645876+0000 mgr.smithi136.ofnrfx (mgr.14188) 8419 : cluster [DBG] pgmap v7895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:32.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:32 smithi136 bash[11745]: audit 2022-04-26T06:59:32.207763+0000 mon.smithi136 (mon.0) 5245 : audit [DBG] from='client.? 172.21.15.136:0/3645150690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:32 smithi145 bash[13673]: audit 2022-04-26T06:59:32.207763+0000 mon.smithi136 (mon.0) 5245 : audit [DBG] from='client.? 172.21.15.136:0/3645150690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:33 smithi136 bash[11745]: cluster 2022-04-26T06:59:32.646460+0000 mgr.smithi136.ofnrfx (mgr.14188) 8420 : cluster [DBG] pgmap v7896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:33 smithi145 bash[13673]: cluster 2022-04-26T06:59:32.646460+0000 mgr.smithi136.ofnrfx (mgr.14188) 8420 : cluster [DBG] pgmap v7896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:35 smithi136 bash[11745]: cluster 2022-04-26T06:59:34.647056+0000 mgr.smithi136.ofnrfx (mgr.14188) 8421 : cluster [DBG] pgmap v7897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:35 smithi145 bash[13673]: cluster 2022-04-26T06:59:34.647056+0000 mgr.smithi136.ofnrfx (mgr.14188) 8421 : cluster [DBG] pgmap v7897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:37.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:37.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:37.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:37.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:37 smithi136 bash[11745]: cluster 2022-04-26T06:59:36.647662+0000 mgr.smithi136.ofnrfx (mgr.14188) 8422 : cluster [DBG] pgmap v7898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:37 smithi136 bash[11745]: audit 2022-04-26T06:59:37.545519+0000 mon.smithi136 (mon.0) 5246 : audit [DBG] from='client.? 172.21.15.136:0/2428224547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:37 smithi145 bash[13673]: cluster 2022-04-26T06:59:36.647662+0000 mgr.smithi136.ofnrfx (mgr.14188) 8422 : cluster [DBG] pgmap v7898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:37 smithi145 bash[13673]: audit 2022-04-26T06:59:37.545519+0000 mon.smithi136 (mon.0) 5246 : audit [DBG] from='client.? 172.21.15.136:0/2428224547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:39 smithi136 bash[11745]: cluster 2022-04-26T06:59:38.648258+0000 mgr.smithi136.ofnrfx (mgr.14188) 8423 : cluster [DBG] pgmap v7899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:39 smithi145 bash[13673]: cluster 2022-04-26T06:59:38.648258+0000 mgr.smithi136.ofnrfx (mgr.14188) 8423 : cluster [DBG] pgmap v7899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:41 smithi136 bash[11745]: cluster 2022-04-26T06:59:40.648867+0000 mgr.smithi136.ofnrfx (mgr.14188) 8424 : cluster [DBG] pgmap v7900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:41 smithi145 bash[13673]: cluster 2022-04-26T06:59:40.648867+0000 mgr.smithi136.ofnrfx (mgr.14188) 8424 : cluster [DBG] pgmap v7900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:42.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:42.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:42.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:42.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:43 smithi136 bash[11745]: cluster 2022-04-26T06:59:42.649488+0000 mgr.smithi136.ofnrfx (mgr.14188) 8425 : cluster [DBG] pgmap v7901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:43 smithi136 bash[11745]: audit 2022-04-26T06:59:42.881845+0000 mon.smithi136 (mon.0) 5247 : audit [DBG] from='client.? 172.21.15.136:0/96984442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:43 smithi145 bash[13673]: cluster 2022-04-26T06:59:42.649488+0000 mgr.smithi136.ofnrfx (mgr.14188) 8425 : cluster [DBG] pgmap v7901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:44.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:43 smithi145 bash[13673]: audit 2022-04-26T06:59:42.881845+0000 mon.smithi136 (mon.0) 5247 : audit [DBG] from='client.? 172.21.15.136:0/96984442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:45 smithi136 bash[11745]: cluster 2022-04-26T06:59:44.650115+0000 mgr.smithi136.ofnrfx (mgr.14188) 8426 : cluster [DBG] pgmap v7902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:45 smithi145 bash[13673]: cluster 2022-04-26T06:59:44.650115+0000 mgr.smithi136.ofnrfx (mgr.14188) 8426 : cluster [DBG] pgmap v7902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:47.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:47.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:47.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:47 smithi136 bash[11745]: cluster 2022-04-26T06:59:46.650735+0000 mgr.smithi136.ofnrfx (mgr.14188) 8427 : cluster [DBG] pgmap v7903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:47 smithi145 bash[13673]: cluster 2022-04-26T06:59:46.650735+0000 mgr.smithi136.ofnrfx (mgr.14188) 8427 : cluster [DBG] pgmap v7903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:48.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:49 smithi136 bash[11745]: audit 2022-04-26T06:59:48.211716+0000 mon.smithi136 (mon.0) 5248 : audit [DBG] from='client.? 172.21.15.136:0/365575392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:49 smithi136 bash[11745]: cluster 2022-04-26T06:59:48.651372+0000 mgr.smithi136.ofnrfx (mgr.14188) 8428 : cluster [DBG] pgmap v7904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:49 smithi145 bash[13673]: audit 2022-04-26T06:59:48.211716+0000 mon.smithi136 (mon.0) 5248 : audit [DBG] from='client.? 172.21.15.136:0/365575392' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:49 smithi145 bash[13673]: cluster 2022-04-26T06:59:48.651372+0000 mgr.smithi136.ofnrfx (mgr.14188) 8428 : cluster [DBG] pgmap v7904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:51 smithi136 bash[11745]: cluster 2022-04-26T06:59:50.652041+0000 mgr.smithi136.ofnrfx (mgr.14188) 8429 : cluster [DBG] pgmap v7905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:51 smithi145 bash[13673]: cluster 2022-04-26T06:59:50.652041+0000 mgr.smithi136.ofnrfx (mgr.14188) 8429 : cluster [DBG] pgmap v7905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:53.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:53.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:53.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:53.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:53 smithi136 bash[11745]: cluster 2022-04-26T06:59:52.652805+0000 mgr.smithi136.ofnrfx (mgr.14188) 8430 : cluster [DBG] pgmap v7906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:53 smithi136 bash[11745]: audit 2022-04-26T06:59:53.537926+0000 mon.smithi136 (mon.0) 5249 : audit [DBG] from='client.? 172.21.15.136:0/1217297006' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:53 smithi145 bash[13673]: cluster 2022-04-26T06:59:52.652805+0000 mgr.smithi136.ofnrfx (mgr.14188) 8430 : cluster [DBG] pgmap v7906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:53 smithi145 bash[13673]: audit 2022-04-26T06:59:53.537926+0000 mon.smithi136 (mon.0) 5249 : audit [DBG] from='client.? 172.21.15.136:0/1217297006' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:55 smithi136 bash[11745]: cluster 2022-04-26T06:59:54.653483+0000 mgr.smithi136.ofnrfx (mgr.14188) 8431 : cluster [DBG] pgmap v7907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:55 smithi145 bash[13673]: cluster 2022-04-26T06:59:54.653483+0000 mgr.smithi136.ofnrfx (mgr.14188) 8431 : cluster [DBG] pgmap v7907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:56 smithi136 bash[11745]: audit 2022-04-26T06:59:56.662002+0000 mon.smithi136 (mon.0) 5250 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:59:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:56 smithi136 bash[11745]: audit 2022-04-26T06:59:56.664689+0000 mon.smithi136 (mon.0) 5251 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:59:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:56 smithi136 bash[11745]: audit 2022-04-26T06:59:56.666414+0000 mon.smithi136 (mon.0) 5252 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:59:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:56 smithi145 bash[13673]: audit 2022-04-26T06:59:56.662002+0000 mon.smithi136 (mon.0) 5250 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T06:59:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:56 smithi145 bash[13673]: audit 2022-04-26T06:59:56.664689+0000 mon.smithi136 (mon.0) 5251 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T06:59:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:56 smithi145 bash[13673]: audit 2022-04-26T06:59:56.666414+0000 mon.smithi136 (mon.0) 5252 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T06:59:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:57 smithi136 bash[11745]: cluster 2022-04-26T06:59:56.654086+0000 mgr.smithi136.ofnrfx (mgr.14188) 8432 : cluster [DBG] pgmap v7908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:57 smithi136 bash[11745]: audit 2022-04-26T06:59:56.970636+0000 mon.smithi136 (mon.0) 5253 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:59:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:57 smithi136 bash[11745]: audit 2022-04-26T06:59:57.266897+0000 mon.smithi136 (mon.0) 5254 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:59:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:57 smithi136 bash[11745]: audit 2022-04-26T06:59:57.275732+0000 mon.smithi136 (mon.0) 5255 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:59:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:57 smithi145 bash[13673]: cluster 2022-04-26T06:59:56.654086+0000 mgr.smithi136.ofnrfx (mgr.14188) 8432 : cluster [DBG] pgmap v7908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:57 smithi145 bash[13673]: audit 2022-04-26T06:59:56.970636+0000 mon.smithi136 (mon.0) 5253 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:59:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:57 smithi145 bash[13673]: audit 2022-04-26T06:59:57.266897+0000 mon.smithi136 (mon.0) 5254 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T06:59:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:57 smithi145 bash[13673]: audit 2022-04-26T06:59:57.275732+0000 mon.smithi136 (mon.0) 5255 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T06:59:58.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T06:59:58.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T06:59:58.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T06:59:58.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T06:59:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:58 smithi136 bash[11745]: cluster 2022-04-26T06:59:57.259003+0000 mgr.smithi136.ofnrfx (mgr.14188) 8433 : cluster [DBG] pgmap v7909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:58 smithi136 bash[11745]: cluster 2022-04-26T06:59:57.259400+0000 mgr.smithi136.ofnrfx (mgr.14188) 8434 : cluster [DBG] pgmap v7910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:58 smithi136 bash[11745]: cephadm 2022-04-26T06:59:57.277045+0000 mgr.smithi136.ofnrfx (mgr.14188) 8435 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:59:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:58 smithi136 bash[11745]: cephadm 2022-04-26T06:59:57.277187+0000 mgr.smithi136.ofnrfx (mgr.14188) 8436 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:59:59.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 06:59:58 smithi136 bash[11745]: audit 2022-04-26T06:59:58.874981+0000 mon.smithi136 (mon.0) 5256 : audit [DBG] from='client.? 172.21.15.136:0/2062585471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T06:59:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:58 smithi145 bash[13673]: cluster 2022-04-26T06:59:57.259003+0000 mgr.smithi136.ofnrfx (mgr.14188) 8433 : cluster [DBG] pgmap v7909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:58 smithi145 bash[13673]: cluster 2022-04-26T06:59:57.259400+0000 mgr.smithi136.ofnrfx (mgr.14188) 8434 : cluster [DBG] pgmap v7910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T06:59:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:58 smithi145 bash[13673]: cephadm 2022-04-26T06:59:57.277045+0000 mgr.smithi136.ofnrfx (mgr.14188) 8435 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T06:59:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:58 smithi145 bash[13673]: cephadm 2022-04-26T06:59:57.277187+0000 mgr.smithi136.ofnrfx (mgr.14188) 8436 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T06:59:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 06:59:58 smithi145 bash[13673]: audit 2022-04-26T06:59:58.874981+0000 mon.smithi136 (mon.0) 5256 : audit [DBG] from='client.? 172.21.15.136:0/2062585471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:00 smithi136 bash[11745]: cluster 2022-04-26T06:59:59.260021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8437 : cluster [DBG] pgmap v7911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:00 smithi136 bash[11745]: cluster 2022-04-26T07:00:00.000137+0000 mon.smithi136 (mon.0) 5257 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:00:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:00 smithi145 bash[13673]: cluster 2022-04-26T06:59:59.260021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8437 : cluster [DBG] pgmap v7911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:01.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:00 smithi145 bash[13673]: cluster 2022-04-26T07:00:00.000137+0000 mon.smithi136 (mon.0) 5257 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:00:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:02 smithi136 bash[11745]: cluster 2022-04-26T07:00:01.260614+0000 mgr.smithi136.ofnrfx (mgr.14188) 8438 : cluster [DBG] pgmap v7912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:02 smithi136 bash[11745]: audit 2022-04-26T07:00:02.915335+0000 mon.smithi136 (mon.0) 5258 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:00:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:02 smithi136 bash[11745]: audit 2022-04-26T07:00:02.919273+0000 mon.smithi136 (mon.0) 5259 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:00:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:02 smithi145 bash[13673]: cluster 2022-04-26T07:00:01.260614+0000 mgr.smithi136.ofnrfx (mgr.14188) 8438 : cluster [DBG] pgmap v7912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:03.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:02 smithi145 bash[13673]: audit 2022-04-26T07:00:02.915335+0000 mon.smithi136 (mon.0) 5258 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:00:03.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:02 smithi145 bash[13673]: audit 2022-04-26T07:00:02.919273+0000 mon.smithi136 (mon.0) 5259 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:00:03.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:03.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:03.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:04.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:04 smithi145 bash[13673]: cluster 2022-04-26T07:00:03.261225+0000 mgr.smithi136.ofnrfx (mgr.14188) 8439 : cluster [DBG] pgmap v7913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:04 smithi136 bash[11745]: cluster 2022-04-26T07:00:03.261225+0000 mgr.smithi136.ofnrfx (mgr.14188) 8439 : cluster [DBG] pgmap v7913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:05 smithi145 bash[13673]: audit 2022-04-26T07:00:04.202982+0000 mon.smithi136 (mon.0) 5260 : audit [DBG] from='client.? 172.21.15.136:0/2426497744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:05 smithi136 bash[11745]: audit 2022-04-26T07:00:04.202982+0000 mon.smithi136 (mon.0) 5260 : audit [DBG] from='client.? 172.21.15.136:0/2426497744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:06 smithi145 bash[13673]: cluster 2022-04-26T07:00:05.261892+0000 mgr.smithi136.ofnrfx (mgr.14188) 8440 : cluster [DBG] pgmap v7914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:06 smithi136 bash[11745]: cluster 2022-04-26T07:00:05.261892+0000 mgr.smithi136.ofnrfx (mgr.14188) 8440 : cluster [DBG] pgmap v7914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:08 smithi145 bash[13673]: cluster 2022-04-26T07:00:07.262611+0000 mgr.smithi136.ofnrfx (mgr.14188) 8441 : cluster [DBG] pgmap v7915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:08 smithi136 bash[11745]: cluster 2022-04-26T07:00:07.262611+0000 mgr.smithi136.ofnrfx (mgr.14188) 8441 : cluster [DBG] pgmap v7915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:09.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:09.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:09.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:09.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:10 smithi145 bash[13673]: cluster 2022-04-26T07:00:09.263242+0000 mgr.smithi136.ofnrfx (mgr.14188) 8442 : cluster [DBG] pgmap v7916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:10.679 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:10 smithi145 bash[13673]: audit 2022-04-26T07:00:09.530619+0000 mon.smithi136 (mon.0) 5261 : audit [DBG] from='client.? 172.21.15.136:0/470002960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:10 smithi136 bash[11745]: cluster 2022-04-26T07:00:09.263242+0000 mgr.smithi136.ofnrfx (mgr.14188) 8442 : cluster [DBG] pgmap v7916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:10 smithi136 bash[11745]: audit 2022-04-26T07:00:09.530619+0000 mon.smithi136 (mon.0) 5261 : audit [DBG] from='client.? 172.21.15.136:0/470002960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:12 smithi145 bash[13673]: cluster 2022-04-26T07:00:11.263991+0000 mgr.smithi136.ofnrfx (mgr.14188) 8443 : cluster [DBG] pgmap v7917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:12 smithi136 bash[11745]: cluster 2022-04-26T07:00:11.263991+0000 mgr.smithi136.ofnrfx (mgr.14188) 8443 : cluster [DBG] pgmap v7917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:14 smithi145 bash[13673]: cluster 2022-04-26T07:00:13.264632+0000 mgr.smithi136.ofnrfx (mgr.14188) 8444 : cluster [DBG] pgmap v7918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:14.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:14.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:14.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:14 smithi136 bash[11745]: cluster 2022-04-26T07:00:13.264632+0000 mgr.smithi136.ofnrfx (mgr.14188) 8444 : cluster [DBG] pgmap v7918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:14.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:15 smithi145 bash[13673]: audit 2022-04-26T07:00:14.860192+0000 mon.smithi136 (mon.0) 5262 : audit [DBG] from='client.? 172.21.15.136:0/1394831554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:15 smithi136 bash[11745]: audit 2022-04-26T07:00:14.860192+0000 mon.smithi136 (mon.0) 5262 : audit [DBG] from='client.? 172.21.15.136:0/1394831554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:16.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:16 smithi145 bash[13673]: cluster 2022-04-26T07:00:15.265287+0000 mgr.smithi136.ofnrfx (mgr.14188) 8445 : cluster [DBG] pgmap v7919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:16 smithi136 bash[11745]: cluster 2022-04-26T07:00:15.265287+0000 mgr.smithi136.ofnrfx (mgr.14188) 8445 : cluster [DBG] pgmap v7919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:18 smithi145 bash[13673]: cluster 2022-04-26T07:00:17.265965+0000 mgr.smithi136.ofnrfx (mgr.14188) 8446 : cluster [DBG] pgmap v7920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:18 smithi136 bash[11745]: cluster 2022-04-26T07:00:17.265965+0000 mgr.smithi136.ofnrfx (mgr.14188) 8446 : cluster [DBG] pgmap v7920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:19.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:19.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:19.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:20.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:20 smithi145 bash[13673]: cluster 2022-04-26T07:00:19.266643+0000 mgr.smithi136.ofnrfx (mgr.14188) 8447 : cluster [DBG] pgmap v7921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:20.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:20 smithi145 bash[13673]: audit 2022-04-26T07:00:20.197909+0000 mon.smithi136 (mon.0) 5263 : audit [DBG] from='client.? 172.21.15.136:0/3053855473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:20 smithi136 bash[11745]: cluster 2022-04-26T07:00:19.266643+0000 mgr.smithi136.ofnrfx (mgr.14188) 8447 : cluster [DBG] pgmap v7921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:20.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:20 smithi136 bash[11745]: audit 2022-04-26T07:00:20.197909+0000 mon.smithi136 (mon.0) 5263 : audit [DBG] from='client.? 172.21.15.136:0/3053855473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:22 smithi145 bash[13673]: cluster 2022-04-26T07:00:21.267312+0000 mgr.smithi136.ofnrfx (mgr.14188) 8448 : cluster [DBG] pgmap v7922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:22 smithi136 bash[11745]: cluster 2022-04-26T07:00:21.267312+0000 mgr.smithi136.ofnrfx (mgr.14188) 8448 : cluster [DBG] pgmap v7922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:24 smithi145 bash[13673]: cluster 2022-04-26T07:00:23.267949+0000 mgr.smithi136.ofnrfx (mgr.14188) 8449 : cluster [DBG] pgmap v7923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:24 smithi136 bash[11745]: cluster 2022-04-26T07:00:23.267949+0000 mgr.smithi136.ofnrfx (mgr.14188) 8449 : cluster [DBG] pgmap v7923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:25.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:25.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:25.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:25.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:26 smithi145 bash[13673]: cluster 2022-04-26T07:00:25.268547+0000 mgr.smithi136.ofnrfx (mgr.14188) 8450 : cluster [DBG] pgmap v7924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:26 smithi145 bash[13673]: audit 2022-04-26T07:00:25.524184+0000 mon.smithi136 (mon.0) 5264 : audit [DBG] from='client.? 172.21.15.136:0/2740833410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:26 smithi136 bash[11745]: cluster 2022-04-26T07:00:25.268547+0000 mgr.smithi136.ofnrfx (mgr.14188) 8450 : cluster [DBG] pgmap v7924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:26 smithi136 bash[11745]: audit 2022-04-26T07:00:25.524184+0000 mon.smithi136 (mon.0) 5264 : audit [DBG] from='client.? 172.21.15.136:0/2740833410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:28 smithi145 bash[13673]: cluster 2022-04-26T07:00:27.269170+0000 mgr.smithi136.ofnrfx (mgr.14188) 8451 : cluster [DBG] pgmap v7925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:28 smithi136 bash[11745]: cluster 2022-04-26T07:00:27.269170+0000 mgr.smithi136.ofnrfx (mgr.14188) 8451 : cluster [DBG] pgmap v7925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:30.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:30.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:30.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:30 smithi145 bash[13673]: cluster 2022-04-26T07:00:29.269783+0000 mgr.smithi136.ofnrfx (mgr.14188) 8452 : cluster [DBG] pgmap v7926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:30 smithi136 bash[11745]: cluster 2022-04-26T07:00:29.269783+0000 mgr.smithi136.ofnrfx (mgr.14188) 8452 : cluster [DBG] pgmap v7926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:30.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:31 smithi145 bash[13673]: audit 2022-04-26T07:00:30.863119+0000 mon.smithi136 (mon.0) 5265 : audit [DBG] from='client.? 172.21.15.136:0/4086964743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:31 smithi136 bash[11745]: audit 2022-04-26T07:00:30.863119+0000 mon.smithi136 (mon.0) 5265 : audit [DBG] from='client.? 172.21.15.136:0/4086964743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:32 smithi145 bash[13673]: cluster 2022-04-26T07:00:31.270412+0000 mgr.smithi136.ofnrfx (mgr.14188) 8453 : cluster [DBG] pgmap v7927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:32 smithi136 bash[11745]: cluster 2022-04-26T07:00:31.270412+0000 mgr.smithi136.ofnrfx (mgr.14188) 8453 : cluster [DBG] pgmap v7927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:34 smithi145 bash[13673]: cluster 2022-04-26T07:00:33.271029+0000 mgr.smithi136.ofnrfx (mgr.14188) 8454 : cluster [DBG] pgmap v7928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:34 smithi136 bash[11745]: cluster 2022-04-26T07:00:33.271029+0000 mgr.smithi136.ofnrfx (mgr.14188) 8454 : cluster [DBG] pgmap v7928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:35.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:35.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:35.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:36.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:36 smithi145 bash[13673]: cluster 2022-04-26T07:00:35.271651+0000 mgr.smithi136.ofnrfx (mgr.14188) 8455 : cluster [DBG] pgmap v7929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:36 smithi145 bash[13673]: audit 2022-04-26T07:00:36.187198+0000 mon.smithi136 (mon.0) 5266 : audit [DBG] from='client.? 172.21.15.136:0/3320948164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:36 smithi136 bash[11745]: cluster 2022-04-26T07:00:35.271651+0000 mgr.smithi136.ofnrfx (mgr.14188) 8455 : cluster [DBG] pgmap v7929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:36 smithi136 bash[11745]: audit 2022-04-26T07:00:36.187198+0000 mon.smithi136 (mon.0) 5266 : audit [DBG] from='client.? 172.21.15.136:0/3320948164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:38 smithi145 bash[13673]: cluster 2022-04-26T07:00:37.272413+0000 mgr.smithi136.ofnrfx (mgr.14188) 8456 : cluster [DBG] pgmap v7930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:38 smithi136 bash[11745]: cluster 2022-04-26T07:00:37.272413+0000 mgr.smithi136.ofnrfx (mgr.14188) 8456 : cluster [DBG] pgmap v7930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:40 smithi145 bash[13673]: cluster 2022-04-26T07:00:39.273173+0000 mgr.smithi136.ofnrfx (mgr.14188) 8457 : cluster [DBG] pgmap v7931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:40 smithi136 bash[11745]: cluster 2022-04-26T07:00:39.273173+0000 mgr.smithi136.ofnrfx (mgr.14188) 8457 : cluster [DBG] pgmap v7931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:41.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:41.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:41.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:41.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:42 smithi145 bash[13673]: cluster 2022-04-26T07:00:41.273854+0000 mgr.smithi136.ofnrfx (mgr.14188) 8458 : cluster [DBG] pgmap v7932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:42 smithi145 bash[13673]: audit 2022-04-26T07:00:41.514119+0000 mon.smithi136 (mon.0) 5267 : audit [DBG] from='client.? 172.21.15.136:0/2870842748' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:42 smithi136 bash[11745]: cluster 2022-04-26T07:00:41.273854+0000 mgr.smithi136.ofnrfx (mgr.14188) 8458 : cluster [DBG] pgmap v7932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:42 smithi136 bash[11745]: audit 2022-04-26T07:00:41.514119+0000 mon.smithi136 (mon.0) 5267 : audit [DBG] from='client.? 172.21.15.136:0/2870842748' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:44 smithi145 bash[13673]: cluster 2022-04-26T07:00:43.274468+0000 mgr.smithi136.ofnrfx (mgr.14188) 8459 : cluster [DBG] pgmap v7933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:44 smithi136 bash[11745]: cluster 2022-04-26T07:00:43.274468+0000 mgr.smithi136.ofnrfx (mgr.14188) 8459 : cluster [DBG] pgmap v7933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:46.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:46.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:46.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:46 smithi145 bash[13673]: cluster 2022-04-26T07:00:45.275050+0000 mgr.smithi136.ofnrfx (mgr.14188) 8460 : cluster [DBG] pgmap v7934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:46 smithi136 bash[11745]: cluster 2022-04-26T07:00:45.275050+0000 mgr.smithi136.ofnrfx (mgr.14188) 8460 : cluster [DBG] pgmap v7934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:46.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:47 smithi145 bash[13673]: audit 2022-04-26T07:00:46.837055+0000 mon.smithi136 (mon.0) 5268 : audit [DBG] from='client.? 172.21.15.136:0/3386328711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:47 smithi136 bash[11745]: audit 2022-04-26T07:00:46.837055+0000 mon.smithi136 (mon.0) 5268 : audit [DBG] from='client.? 172.21.15.136:0/3386328711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:48 smithi145 bash[13673]: cluster 2022-04-26T07:00:47.275698+0000 mgr.smithi136.ofnrfx (mgr.14188) 8461 : cluster [DBG] pgmap v7935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:48 smithi136 bash[11745]: cluster 2022-04-26T07:00:47.275698+0000 mgr.smithi136.ofnrfx (mgr.14188) 8461 : cluster [DBG] pgmap v7935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:50 smithi145 bash[13673]: cluster 2022-04-26T07:00:49.276325+0000 mgr.smithi136.ofnrfx (mgr.14188) 8462 : cluster [DBG] pgmap v7936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:50 smithi136 bash[11745]: cluster 2022-04-26T07:00:49.276325+0000 mgr.smithi136.ofnrfx (mgr.14188) 8462 : cluster [DBG] pgmap v7936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:51.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:51.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:51.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:52.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:52 smithi145 bash[13673]: cluster 2022-04-26T07:00:51.276938+0000 mgr.smithi136.ofnrfx (mgr.14188) 8463 : cluster [DBG] pgmap v7937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:52 smithi145 bash[13673]: audit 2022-04-26T07:00:52.169658+0000 mon.smithi136 (mon.0) 5269 : audit [DBG] from='client.? 172.21.15.136:0/3230728926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:52 smithi136 bash[11745]: cluster 2022-04-26T07:00:51.276938+0000 mgr.smithi136.ofnrfx (mgr.14188) 8463 : cluster [DBG] pgmap v7937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:52 smithi136 bash[11745]: audit 2022-04-26T07:00:52.169658+0000 mon.smithi136 (mon.0) 5269 : audit [DBG] from='client.? 172.21.15.136:0/3230728926' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:54 smithi145 bash[13673]: cluster 2022-04-26T07:00:53.277573+0000 mgr.smithi136.ofnrfx (mgr.14188) 8464 : cluster [DBG] pgmap v7938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:54 smithi136 bash[11745]: cluster 2022-04-26T07:00:53.277573+0000 mgr.smithi136.ofnrfx (mgr.14188) 8464 : cluster [DBG] pgmap v7938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:56 smithi145 bash[13673]: cluster 2022-04-26T07:00:55.278164+0000 mgr.smithi136.ofnrfx (mgr.14188) 8465 : cluster [DBG] pgmap v7939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:56 smithi136 bash[11745]: cluster 2022-04-26T07:00:55.278164+0000 mgr.smithi136.ofnrfx (mgr.14188) 8465 : cluster [DBG] pgmap v7939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:57.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:00:57.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:00:57.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:00:57.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:00:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:57 smithi145 bash[13673]: audit 2022-04-26T07:00:57.289448+0000 mon.smithi136 (mon.0) 5270 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:00:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:57 smithi145 bash[13673]: audit 2022-04-26T07:00:57.291877+0000 mon.smithi136 (mon.0) 5271 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:00:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:57 smithi145 bash[13673]: audit 2022-04-26T07:00:57.293320+0000 mon.smithi136 (mon.0) 5272 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:00:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:57 smithi136 bash[11745]: audit 2022-04-26T07:00:57.289448+0000 mon.smithi136 (mon.0) 5270 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:00:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:57 smithi136 bash[11745]: audit 2022-04-26T07:00:57.291877+0000 mon.smithi136 (mon.0) 5271 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:00:57.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:57 smithi136 bash[11745]: audit 2022-04-26T07:00:57.293320+0000 mon.smithi136 (mon.0) 5272 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:00:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: cluster 2022-04-26T07:00:57.278792+0000 mgr.smithi136.ofnrfx (mgr.14188) 8466 : cluster [DBG] pgmap v7940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: audit 2022-04-26T07:00:57.500013+0000 mon.smithi136 (mon.0) 5273 : audit [DBG] from='client.? 172.21.15.136:0/635262169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: cluster 2022-04-26T07:00:57.589051+0000 mgr.smithi136.ofnrfx (mgr.14188) 8467 : cluster [DBG] pgmap v7941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: cluster 2022-04-26T07:00:57.589439+0000 mgr.smithi136.ofnrfx (mgr.14188) 8468 : cluster [DBG] pgmap v7942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: audit 2022-04-26T07:00:57.595767+0000 mon.smithi136 (mon.0) 5274 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:00:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: audit 2022-04-26T07:00:57.603332+0000 mon.smithi136 (mon.0) 5275 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:00:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: cephadm 2022-04-26T07:00:57.604544+0000 mgr.smithi136.ofnrfx (mgr.14188) 8469 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:00:58.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:00:58 smithi145 bash[13673]: cephadm 2022-04-26T07:00:57.604736+0000 mgr.smithi136.ofnrfx (mgr.14188) 8470 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:00:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: cluster 2022-04-26T07:00:57.278792+0000 mgr.smithi136.ofnrfx (mgr.14188) 8466 : cluster [DBG] pgmap v7940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:58.855 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: audit 2022-04-26T07:00:57.500013+0000 mon.smithi136 (mon.0) 5273 : audit [DBG] from='client.? 172.21.15.136:0/635262169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:00:58.856 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: cluster 2022-04-26T07:00:57.589051+0000 mgr.smithi136.ofnrfx (mgr.14188) 8467 : cluster [DBG] pgmap v7941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:58.856 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: cluster 2022-04-26T07:00:57.589439+0000 mgr.smithi136.ofnrfx (mgr.14188) 8468 : cluster [DBG] pgmap v7942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:00:58.856 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: audit 2022-04-26T07:00:57.595767+0000 mon.smithi136 (mon.0) 5274 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:00:58.856 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: audit 2022-04-26T07:00:57.603332+0000 mon.smithi136 (mon.0) 5275 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:00:58.857 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: cephadm 2022-04-26T07:00:57.604544+0000 mgr.smithi136.ofnrfx (mgr.14188) 8469 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:00:58.857 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:00:58 smithi136 bash[11745]: cephadm 2022-04-26T07:00:57.604736+0000 mgr.smithi136.ofnrfx (mgr.14188) 8470 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:01:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:00 smithi136 bash[11745]: cluster 2022-04-26T07:00:59.590102+0000 mgr.smithi136.ofnrfx (mgr.14188) 8471 : cluster [DBG] pgmap v7943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:00 smithi145 bash[13673]: cluster 2022-04-26T07:00:59.590102+0000 mgr.smithi136.ofnrfx (mgr.14188) 8471 : cluster [DBG] pgmap v7943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:02.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:02.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:02.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:02.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:02 smithi136 bash[11745]: cluster 2022-04-26T07:01:01.590734+0000 mgr.smithi136.ofnrfx (mgr.14188) 8472 : cluster [DBG] pgmap v7944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:02 smithi145 bash[13673]: cluster 2022-04-26T07:01:01.590734+0000 mgr.smithi136.ofnrfx (mgr.14188) 8472 : cluster [DBG] pgmap v7944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:03 smithi136 bash[11745]: audit 2022-04-26T07:01:02.823108+0000 mon.smithi136 (mon.0) 5276 : audit [DBG] from='client.? 172.21.15.136:0/3992921271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:04.119 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:03 smithi136 bash[11745]: audit 2022-04-26T07:01:02.919571+0000 mon.smithi136 (mon.0) 5277 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:01:04.119 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:03 smithi136 bash[11745]: audit 2022-04-26T07:01:02.923293+0000 mon.smithi136 (mon.0) 5278 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:01:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:03 smithi145 bash[13673]: audit 2022-04-26T07:01:02.823108+0000 mon.smithi136 (mon.0) 5276 : audit [DBG] from='client.? 172.21.15.136:0/3992921271' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:03 smithi145 bash[13673]: audit 2022-04-26T07:01:02.919571+0000 mon.smithi136 (mon.0) 5277 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:01:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:03 smithi145 bash[13673]: audit 2022-04-26T07:01:02.923293+0000 mon.smithi136 (mon.0) 5278 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:01:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:04 smithi136 bash[11745]: cluster 2022-04-26T07:01:03.591459+0000 mgr.smithi136.ofnrfx (mgr.14188) 8473 : cluster [DBG] pgmap v7945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:04 smithi145 bash[13673]: cluster 2022-04-26T07:01:03.591459+0000 mgr.smithi136.ofnrfx (mgr.14188) 8473 : cluster [DBG] pgmap v7945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:06 smithi136 bash[11745]: cluster 2022-04-26T07:01:05.592180+0000 mgr.smithi136.ofnrfx (mgr.14188) 8474 : cluster [DBG] pgmap v7946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:06 smithi145 bash[13673]: cluster 2022-04-26T07:01:05.592180+0000 mgr.smithi136.ofnrfx (mgr.14188) 8474 : cluster [DBG] pgmap v7946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:07.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:07.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:07.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:08.172 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:09.047 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:08 smithi136 bash[11745]: cluster 2022-04-26T07:01:07.592836+0000 mgr.smithi136.ofnrfx (mgr.14188) 8475 : cluster [DBG] pgmap v7947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:09.047 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:08 smithi136 bash[11745]: audit 2022-04-26T07:01:08.157222+0000 mon.smithi136 (mon.0) 5279 : audit [DBG] from='client.? 172.21.15.136:0/646884790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:08 smithi145 bash[13673]: cluster 2022-04-26T07:01:07.592836+0000 mgr.smithi136.ofnrfx (mgr.14188) 8475 : cluster [DBG] pgmap v7947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:08 smithi145 bash[13673]: audit 2022-04-26T07:01:08.157222+0000 mon.smithi136 (mon.0) 5279 : audit [DBG] from='client.? 172.21.15.136:0/646884790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:10 smithi136 bash[11745]: cluster 2022-04-26T07:01:09.593417+0000 mgr.smithi136.ofnrfx (mgr.14188) 8476 : cluster [DBG] pgmap v7948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:10 smithi145 bash[13673]: cluster 2022-04-26T07:01:09.593417+0000 mgr.smithi136.ofnrfx (mgr.14188) 8476 : cluster [DBG] pgmap v7948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:12 smithi136 bash[11745]: cluster 2022-04-26T07:01:11.594063+0000 mgr.smithi136.ofnrfx (mgr.14188) 8477 : cluster [DBG] pgmap v7949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:12 smithi145 bash[13673]: cluster 2022-04-26T07:01:11.594063+0000 mgr.smithi136.ofnrfx (mgr.14188) 8477 : cluster [DBG] pgmap v7949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:13.175 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:13.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:13.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:13.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:14 smithi145 bash[13673]: audit 2022-04-26T07:01:13.486876+0000 mon.smithi136 (mon.0) 5280 : audit [DBG] from='client.? 172.21.15.136:0/1834307531' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:14 smithi145 bash[13673]: cluster 2022-04-26T07:01:13.594781+0000 mgr.smithi136.ofnrfx (mgr.14188) 8478 : cluster [DBG] pgmap v7950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:14 smithi136 bash[11745]: audit 2022-04-26T07:01:13.486876+0000 mon.smithi136 (mon.0) 5280 : audit [DBG] from='client.? 172.21.15.136:0/1834307531' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:14 smithi136 bash[11745]: cluster 2022-04-26T07:01:13.594781+0000 mgr.smithi136.ofnrfx (mgr.14188) 8478 : cluster [DBG] pgmap v7950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:16 smithi136 bash[11745]: cluster 2022-04-26T07:01:15.595447+0000 mgr.smithi136.ofnrfx (mgr.14188) 8479 : cluster [DBG] pgmap v7951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:16 smithi145 bash[13673]: cluster 2022-04-26T07:01:15.595447+0000 mgr.smithi136.ofnrfx (mgr.14188) 8479 : cluster [DBG] pgmap v7951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:18.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:18.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:18.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:18.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:19.047 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:18 smithi136 bash[11745]: cluster 2022-04-26T07:01:17.596110+0000 mgr.smithi136.ofnrfx (mgr.14188) 8480 : cluster [DBG] pgmap v7952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:18 smithi145 bash[13673]: cluster 2022-04-26T07:01:17.596110+0000 mgr.smithi136.ofnrfx (mgr.14188) 8480 : cluster [DBG] pgmap v7952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:19 smithi136 bash[11745]: audit 2022-04-26T07:01:18.818466+0000 mon.smithi136 (mon.0) 5281 : audit [DBG] from='client.? 172.21.15.136:0/1809151814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:19 smithi145 bash[13673]: audit 2022-04-26T07:01:18.818466+0000 mon.smithi136 (mon.0) 5281 : audit [DBG] from='client.? 172.21.15.136:0/1809151814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:20 smithi136 bash[11745]: cluster 2022-04-26T07:01:19.596716+0000 mgr.smithi136.ofnrfx (mgr.14188) 8481 : cluster [DBG] pgmap v7953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:20 smithi145 bash[13673]: cluster 2022-04-26T07:01:19.596716+0000 mgr.smithi136.ofnrfx (mgr.14188) 8481 : cluster [DBG] pgmap v7953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:22 smithi136 bash[11745]: cluster 2022-04-26T07:01:21.597352+0000 mgr.smithi136.ofnrfx (mgr.14188) 8482 : cluster [DBG] pgmap v7954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:22 smithi145 bash[13673]: cluster 2022-04-26T07:01:21.597352+0000 mgr.smithi136.ofnrfx (mgr.14188) 8482 : cluster [DBG] pgmap v7954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:23.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:23.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:23.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:24.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:24 smithi145 bash[13673]: cluster 2022-04-26T07:01:23.598001+0000 mgr.smithi136.ofnrfx (mgr.14188) 8483 : cluster [DBG] pgmap v7955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:24 smithi136 bash[11745]: cluster 2022-04-26T07:01:23.598001+0000 mgr.smithi136.ofnrfx (mgr.14188) 8483 : cluster [DBG] pgmap v7955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:25 smithi145 bash[13673]: audit 2022-04-26T07:01:24.154412+0000 mon.smithi136 (mon.0) 5282 : audit [DBG] from='client.? 172.21.15.136:0/366896721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:25 smithi136 bash[11745]: audit 2022-04-26T07:01:24.154412+0000 mon.smithi136 (mon.0) 5282 : audit [DBG] from='client.? 172.21.15.136:0/366896721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:26 smithi145 bash[13673]: cluster 2022-04-26T07:01:25.598666+0000 mgr.smithi136.ofnrfx (mgr.14188) 8484 : cluster [DBG] pgmap v7956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:26 smithi136 bash[11745]: cluster 2022-04-26T07:01:25.598666+0000 mgr.smithi136.ofnrfx (mgr.14188) 8484 : cluster [DBG] pgmap v7956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:29.047 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:28 smithi136 bash[11745]: cluster 2022-04-26T07:01:27.599290+0000 mgr.smithi136.ofnrfx (mgr.14188) 8485 : cluster [DBG] pgmap v7957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:28 smithi145 bash[13673]: cluster 2022-04-26T07:01:27.599290+0000 mgr.smithi136.ofnrfx (mgr.14188) 8485 : cluster [DBG] pgmap v7957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:29.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:29.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:29.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:29.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:29 smithi136 bash[11745]: audit 2022-04-26T07:01:29.478582+0000 mon.smithi136 (mon.0) 5283 : audit [DBG] from='client.? 172.21.15.136:0/2935525893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:29 smithi145 bash[13673]: audit 2022-04-26T07:01:29.478582+0000 mon.smithi136 (mon.0) 5283 : audit [DBG] from='client.? 172.21.15.136:0/2935525893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:30 smithi136 bash[11745]: cluster 2022-04-26T07:01:29.599914+0000 mgr.smithi136.ofnrfx (mgr.14188) 8486 : cluster [DBG] pgmap v7958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:30 smithi145 bash[13673]: cluster 2022-04-26T07:01:29.599914+0000 mgr.smithi136.ofnrfx (mgr.14188) 8486 : cluster [DBG] pgmap v7958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:32 smithi136 bash[11745]: cluster 2022-04-26T07:01:31.600580+0000 mgr.smithi136.ofnrfx (mgr.14188) 8487 : cluster [DBG] pgmap v7959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:32 smithi145 bash[13673]: cluster 2022-04-26T07:01:31.600580+0000 mgr.smithi136.ofnrfx (mgr.14188) 8487 : cluster [DBG] pgmap v7959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:34 smithi145 bash[13673]: cluster 2022-04-26T07:01:33.601189+0000 mgr.smithi136.ofnrfx (mgr.14188) 8488 : cluster [DBG] pgmap v7960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:34.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:34.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:34.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:34 smithi136 bash[11745]: cluster 2022-04-26T07:01:33.601189+0000 mgr.smithi136.ofnrfx (mgr.14188) 8488 : cluster [DBG] pgmap v7960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:34.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:35 smithi145 bash[13673]: audit 2022-04-26T07:01:34.807868+0000 mon.smithi136 (mon.0) 5284 : audit [DBG] from='client.? 172.21.15.136:0/1364989279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:35 smithi136 bash[11745]: audit 2022-04-26T07:01:34.807868+0000 mon.smithi136 (mon.0) 5284 : audit [DBG] from='client.? 172.21.15.136:0/1364989279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:36 smithi145 bash[13673]: cluster 2022-04-26T07:01:35.601829+0000 mgr.smithi136.ofnrfx (mgr.14188) 8489 : cluster [DBG] pgmap v7961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:36 smithi136 bash[11745]: cluster 2022-04-26T07:01:35.601829+0000 mgr.smithi136.ofnrfx (mgr.14188) 8489 : cluster [DBG] pgmap v7961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:39.046 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:38 smithi136 bash[11745]: cluster 2022-04-26T07:01:37.602504+0000 mgr.smithi136.ofnrfx (mgr.14188) 8490 : cluster [DBG] pgmap v7962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:38 smithi145 bash[13673]: cluster 2022-04-26T07:01:37.602504+0000 mgr.smithi136.ofnrfx (mgr.14188) 8490 : cluster [DBG] pgmap v7962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:39.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:39.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:39.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:40.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:40 smithi136 bash[11745]: cluster 2022-04-26T07:01:39.603110+0000 mgr.smithi136.ofnrfx (mgr.14188) 8491 : cluster [DBG] pgmap v7963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:40.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:40 smithi136 bash[11745]: audit 2022-04-26T07:01:40.138300+0000 mon.smithi136 (mon.0) 5285 : audit [DBG] from='client.? 172.21.15.136:0/2826970745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:40 smithi145 bash[13673]: cluster 2022-04-26T07:01:39.603110+0000 mgr.smithi136.ofnrfx (mgr.14188) 8491 : cluster [DBG] pgmap v7963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:40 smithi145 bash[13673]: audit 2022-04-26T07:01:40.138300+0000 mon.smithi136 (mon.0) 5285 : audit [DBG] from='client.? 172.21.15.136:0/2826970745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:42 smithi136 bash[11745]: cluster 2022-04-26T07:01:41.603757+0000 mgr.smithi136.ofnrfx (mgr.14188) 8492 : cluster [DBG] pgmap v7964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:42 smithi145 bash[13673]: cluster 2022-04-26T07:01:41.603757+0000 mgr.smithi136.ofnrfx (mgr.14188) 8492 : cluster [DBG] pgmap v7964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:44 smithi145 bash[13673]: cluster 2022-04-26T07:01:43.604396+0000 mgr.smithi136.ofnrfx (mgr.14188) 8493 : cluster [DBG] pgmap v7965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:44 smithi136 bash[11745]: cluster 2022-04-26T07:01:43.604396+0000 mgr.smithi136.ofnrfx (mgr.14188) 8493 : cluster [DBG] pgmap v7965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:45.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:45.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:45.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:45.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:45 smithi136 bash[11745]: audit 2022-04-26T07:01:45.463635+0000 mon.smithi136 (mon.0) 5286 : audit [DBG] from='client.? 172.21.15.136:0/3562600491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:45 smithi145 bash[13673]: audit 2022-04-26T07:01:45.463635+0000 mon.smithi136 (mon.0) 5286 : audit [DBG] from='client.? 172.21.15.136:0/3562600491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:46 smithi136 bash[11745]: cluster 2022-04-26T07:01:45.605010+0000 mgr.smithi136.ofnrfx (mgr.14188) 8494 : cluster [DBG] pgmap v7966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:46 smithi145 bash[13673]: cluster 2022-04-26T07:01:45.605010+0000 mgr.smithi136.ofnrfx (mgr.14188) 8494 : cluster [DBG] pgmap v7966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:49.046 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:48 smithi136 bash[11745]: cluster 2022-04-26T07:01:47.605695+0000 mgr.smithi136.ofnrfx (mgr.14188) 8495 : cluster [DBG] pgmap v7967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:48 smithi145 bash[13673]: cluster 2022-04-26T07:01:47.605695+0000 mgr.smithi136.ofnrfx (mgr.14188) 8495 : cluster [DBG] pgmap v7967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:50.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:50.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:50.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:50 smithi136 bash[11745]: cluster 2022-04-26T07:01:49.606300+0000 mgr.smithi136.ofnrfx (mgr.14188) 8496 : cluster [DBG] pgmap v7968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:50.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:50 smithi145 bash[13673]: cluster 2022-04-26T07:01:49.606300+0000 mgr.smithi136.ofnrfx (mgr.14188) 8496 : cluster [DBG] pgmap v7968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:51 smithi136 bash[11745]: audit 2022-04-26T07:01:50.799170+0000 mon.smithi136 (mon.0) 5287 : audit [DBG] from='client.? 172.21.15.136:0/2042185286' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:51 smithi145 bash[13673]: audit 2022-04-26T07:01:50.799170+0000 mon.smithi136 (mon.0) 5287 : audit [DBG] from='client.? 172.21.15.136:0/2042185286' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:52 smithi136 bash[11745]: cluster 2022-04-26T07:01:51.606930+0000 mgr.smithi136.ofnrfx (mgr.14188) 8497 : cluster [DBG] pgmap v7969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:52 smithi145 bash[13673]: cluster 2022-04-26T07:01:51.606930+0000 mgr.smithi136.ofnrfx (mgr.14188) 8497 : cluster [DBG] pgmap v7969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:54 smithi145 bash[13673]: cluster 2022-04-26T07:01:53.607597+0000 mgr.smithi136.ofnrfx (mgr.14188) 8498 : cluster [DBG] pgmap v7970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:54 smithi136 bash[11745]: cluster 2022-04-26T07:01:53.607597+0000 mgr.smithi136.ofnrfx (mgr.14188) 8498 : cluster [DBG] pgmap v7970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:55.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:01:55.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:01:55.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:01:56.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:01:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:56 smithi136 bash[11745]: cluster 2022-04-26T07:01:55.608190+0000 mgr.smithi136.ofnrfx (mgr.14188) 8499 : cluster [DBG] pgmap v7971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:56 smithi136 bash[11745]: audit 2022-04-26T07:01:56.131310+0000 mon.smithi136 (mon.0) 5288 : audit [DBG] from='client.? 172.21.15.136:0/1618225255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:56 smithi145 bash[13673]: cluster 2022-04-26T07:01:55.608190+0000 mgr.smithi136.ofnrfx (mgr.14188) 8499 : cluster [DBG] pgmap v7971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:56 smithi145 bash[13673]: audit 2022-04-26T07:01:56.131310+0000 mon.smithi136 (mon.0) 5288 : audit [DBG] from='client.? 172.21.15.136:0/1618225255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:01:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:57 smithi136 bash[11745]: audit 2022-04-26T07:01:57.612304+0000 mon.smithi136 (mon.0) 5289 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:01:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:57 smithi136 bash[11745]: audit 2022-04-26T07:01:57.614991+0000 mon.smithi136 (mon.0) 5290 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:01:58.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:57 smithi136 bash[11745]: audit 2022-04-26T07:01:57.616711+0000 mon.smithi136 (mon.0) 5291 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:01:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:57 smithi145 bash[13673]: audit 2022-04-26T07:01:57.612304+0000 mon.smithi136 (mon.0) 5289 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:01:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:57 smithi145 bash[13673]: audit 2022-04-26T07:01:57.614991+0000 mon.smithi136 (mon.0) 5290 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:01:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:57 smithi145 bash[13673]: audit 2022-04-26T07:01:57.616711+0000 mon.smithi136 (mon.0) 5291 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:01:59.048 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:01:58 smithi136 bash[11745]: cluster 2022-04-26T07:01:57.608874+0000 mgr.smithi136.ofnrfx (mgr.14188) 8500 : cluster [DBG] pgmap v7972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:01:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:01:58 smithi145 bash[13673]: cluster 2022-04-26T07:01:57.608874+0000 mgr.smithi136.ofnrfx (mgr.14188) 8500 : cluster [DBG] pgmap v7972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:00 smithi136 bash[11745]: cluster 2022-04-26T07:01:59.609462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8501 : cluster [DBG] pgmap v7973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:00 smithi145 bash[13673]: cluster 2022-04-26T07:01:59.609462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8501 : cluster [DBG] pgmap v7973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:01.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:01.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:01.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:01.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:01 smithi136 bash[11745]: audit 2022-04-26T07:02:01.476214+0000 mon.smithi136 (mon.0) 5292 : audit [DBG] from='client.? 172.21.15.136:0/1247760077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:01 smithi145 bash[13673]: audit 2022-04-26T07:02:01.476214+0000 mon.smithi136 (mon.0) 5292 : audit [DBG] from='client.? 172.21.15.136:0/1247760077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:02 smithi136 bash[11745]: cluster 2022-04-26T07:02:01.610078+0000 mgr.smithi136.ofnrfx (mgr.14188) 8502 : cluster [DBG] pgmap v7974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:02 smithi145 bash[13673]: cluster 2022-04-26T07:02:01.610078+0000 mgr.smithi136.ofnrfx (mgr.14188) 8502 : cluster [DBG] pgmap v7974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:03 smithi136 bash[11745]: audit 2022-04-26T07:02:02.923441+0000 mon.smithi136 (mon.0) 5293 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:02:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:03 smithi136 bash[11745]: audit 2022-04-26T07:02:02.925861+0000 mon.smithi136 (mon.0) 5294 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:02:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:03 smithi145 bash[13673]: audit 2022-04-26T07:02:02.923441+0000 mon.smithi136 (mon.0) 5293 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:02:04.184 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:03 smithi145 bash[13673]: audit 2022-04-26T07:02:02.925861+0000 mon.smithi136 (mon.0) 5294 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:02:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:04 smithi136 bash[11745]: cluster 2022-04-26T07:02:03.610740+0000 mgr.smithi136.ofnrfx (mgr.14188) 8503 : cluster [DBG] pgmap v7975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:04 smithi145 bash[13673]: cluster 2022-04-26T07:02:03.610740+0000 mgr.smithi136.ofnrfx (mgr.14188) 8503 : cluster [DBG] pgmap v7975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:06.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:06.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:06.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: cephadm 2022-04-26T07:02:05.480937+0000 mgr.smithi136.ofnrfx (mgr.14188) 8504 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T07:02:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: audit 2022-04-26T07:02:05.493357+0000 mon.smithi136 (mon.0) 5295 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:02:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: cluster 2022-04-26T07:02:05.611372+0000 mgr.smithi136.ofnrfx (mgr.14188) 8505 : cluster [DBG] pgmap v7976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: cluster 2022-04-26T07:02:05.786830+0000 mgr.smithi136.ofnrfx (mgr.14188) 8506 : cluster [DBG] pgmap v7977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: cluster 2022-04-26T07:02:05.787308+0000 mgr.smithi136.ofnrfx (mgr.14188) 8507 : cluster [DBG] pgmap v7978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: audit 2022-04-26T07:02:05.791780+0000 mon.smithi136 (mon.0) 5296 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:02:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: audit 2022-04-26T07:02:05.800163+0000 mon.smithi136 (mon.0) 5297 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:02:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: cephadm 2022-04-26T07:02:05.801396+0000 mgr.smithi136.ofnrfx (mgr.14188) 8508 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:02:06.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: cephadm 2022-04-26T07:02:05.801584+0000 mgr.smithi136.ofnrfx (mgr.14188) 8509 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:02:06.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: audit 2022-04-26T07:02:05.808059+0000 mon.smithi136 (mon.0) 5298 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T07:02:06.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:06 smithi136 bash[11745]: audit 2022-04-26T07:02:05.812005+0000 mon.smithi136 (mon.0) 5299 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:02:06.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: cephadm 2022-04-26T07:02:05.480937+0000 mgr.smithi136.ofnrfx (mgr.14188) 8504 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T07:02:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: audit 2022-04-26T07:02:05.493357+0000 mon.smithi136 (mon.0) 5295 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: cluster 2022-04-26T07:02:05.611372+0000 mgr.smithi136.ofnrfx (mgr.14188) 8505 : cluster [DBG] pgmap v7976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: cluster 2022-04-26T07:02:05.786830+0000 mgr.smithi136.ofnrfx (mgr.14188) 8506 : cluster [DBG] pgmap v7977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: cluster 2022-04-26T07:02:05.787308+0000 mgr.smithi136.ofnrfx (mgr.14188) 8507 : cluster [DBG] pgmap v7978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: audit 2022-04-26T07:02:05.791780+0000 mon.smithi136 (mon.0) 5296 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: audit 2022-04-26T07:02:05.800163+0000 mon.smithi136 (mon.0) 5297 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: cephadm 2022-04-26T07:02:05.801396+0000 mgr.smithi136.ofnrfx (mgr.14188) 8508 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: cephadm 2022-04-26T07:02:05.801584+0000 mgr.smithi136.ofnrfx (mgr.14188) 8509 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: audit 2022-04-26T07:02:05.808059+0000 mon.smithi136 (mon.0) 5298 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T07:02:06.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:06 smithi145 bash[13673]: audit 2022-04-26T07:02:05.812005+0000 mon.smithi136 (mon.0) 5299 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:02:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:07 smithi136 bash[11745]: audit 2022-04-26T07:02:06.804170+0000 mon.smithi136 (mon.0) 5300 : audit [DBG] from='client.? 172.21.15.136:0/2232507549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:07 smithi145 bash[13673]: audit 2022-04-26T07:02:06.804170+0000 mon.smithi136 (mon.0) 5300 : audit [DBG] from='client.? 172.21.15.136:0/2232507549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:08 smithi136 bash[11745]: cluster 2022-04-26T07:02:07.787949+0000 mgr.smithi136.ofnrfx (mgr.14188) 8510 : cluster [DBG] pgmap v7979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:08 smithi145 bash[13673]: cluster 2022-04-26T07:02:07.787949+0000 mgr.smithi136.ofnrfx (mgr.14188) 8510 : cluster [DBG] pgmap v7979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:11.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:10 smithi145 bash[13673]: cluster 2022-04-26T07:02:09.788617+0000 mgr.smithi136.ofnrfx (mgr.14188) 8511 : cluster [DBG] pgmap v7980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:10 smithi136 bash[11745]: cluster 2022-04-26T07:02:09.788617+0000 mgr.smithi136.ofnrfx (mgr.14188) 8511 : cluster [DBG] pgmap v7980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:11.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:11.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:11.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:12.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:12 smithi136 bash[11745]: cluster 2022-04-26T07:02:11.789268+0000 mgr.smithi136.ofnrfx (mgr.14188) 8512 : cluster [DBG] pgmap v7981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:12 smithi136 bash[11745]: audit 2022-04-26T07:02:12.153623+0000 mon.smithi136 (mon.0) 5301 : audit [DBG] from='client.? 172.21.15.136:0/799448167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:12 smithi145 bash[13673]: cluster 2022-04-26T07:02:11.789268+0000 mgr.smithi136.ofnrfx (mgr.14188) 8512 : cluster [DBG] pgmap v7981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:12 smithi145 bash[13673]: audit 2022-04-26T07:02:12.153623+0000 mon.smithi136 (mon.0) 5301 : audit [DBG] from='client.? 172.21.15.136:0/799448167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:14 smithi145 bash[13673]: cluster 2022-04-26T07:02:13.789891+0000 mgr.smithi136.ofnrfx (mgr.14188) 8513 : cluster [DBG] pgmap v7982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:14 smithi136 bash[11745]: cluster 2022-04-26T07:02:13.789891+0000 mgr.smithi136.ofnrfx (mgr.14188) 8513 : cluster [DBG] pgmap v7982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:16 smithi145 bash[13673]: cluster 2022-04-26T07:02:15.790509+0000 mgr.smithi136.ofnrfx (mgr.14188) 8514 : cluster [DBG] pgmap v7983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:17.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:17.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:17.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:17.213 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:16 smithi136 bash[11745]: cluster 2022-04-26T07:02:15.790509+0000 mgr.smithi136.ofnrfx (mgr.14188) 8514 : cluster [DBG] pgmap v7983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:17.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:17 smithi145 bash[13673]: audit 2022-04-26T07:02:17.475776+0000 mon.smithi136 (mon.0) 5302 : audit [DBG] from='client.? 172.21.15.136:0/2626113100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:17 smithi136 bash[11745]: audit 2022-04-26T07:02:17.475776+0000 mon.smithi136 (mon.0) 5302 : audit [DBG] from='client.? 172.21.15.136:0/2626113100' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:19.048 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:18 smithi136 bash[11745]: cluster 2022-04-26T07:02:17.791153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8515 : cluster [DBG] pgmap v7984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:18 smithi145 bash[13673]: cluster 2022-04-26T07:02:17.791153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8515 : cluster [DBG] pgmap v7984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:20 smithi136 bash[11745]: cluster 2022-04-26T07:02:19.791880+0000 mgr.smithi136.ofnrfx (mgr.14188) 8516 : cluster [DBG] pgmap v7985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:21.342 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:20 smithi136 bash[11745]: audit 2022-04-26T07:02:19.983599+0000 mon.smithi136 (mon.0) 5303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:02:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:20 smithi145 bash[13673]: cluster 2022-04-26T07:02:19.791880+0000 mgr.smithi136.ofnrfx (mgr.14188) 8516 : cluster [DBG] pgmap v7985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:20 smithi145 bash[13673]: audit 2022-04-26T07:02:19.983599+0000 mon.smithi136 (mon.0) 5303 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:02:22.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:22.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:22.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:22.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:22 smithi136 bash[11745]: cluster 2022-04-26T07:02:21.792541+0000 mgr.smithi136.ofnrfx (mgr.14188) 8517 : cluster [DBG] pgmap v7986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:22 smithi136 bash[11745]: audit 2022-04-26T07:02:22.808708+0000 mon.smithi136 (mon.0) 5304 : audit [DBG] from='client.? 172.21.15.136:0/2699814139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:22 smithi145 bash[13673]: cluster 2022-04-26T07:02:21.792541+0000 mgr.smithi136.ofnrfx (mgr.14188) 8517 : cluster [DBG] pgmap v7986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:22 smithi145 bash[13673]: audit 2022-04-26T07:02:22.808708+0000 mon.smithi136 (mon.0) 5304 : audit [DBG] from='client.? 172.21.15.136:0/2699814139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:24 smithi145 bash[13673]: cluster 2022-04-26T07:02:23.793180+0000 mgr.smithi136.ofnrfx (mgr.14188) 8518 : cluster [DBG] pgmap v7987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:24 smithi136 bash[11745]: cluster 2022-04-26T07:02:23.793180+0000 mgr.smithi136.ofnrfx (mgr.14188) 8518 : cluster [DBG] pgmap v7987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:26 smithi145 bash[13673]: cluster 2022-04-26T07:02:25.793738+0000 mgr.smithi136.ofnrfx (mgr.14188) 8519 : cluster [DBG] pgmap v7988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:26 smithi136 bash[11745]: cluster 2022-04-26T07:02:25.793738+0000 mgr.smithi136.ofnrfx (mgr.14188) 8519 : cluster [DBG] pgmap v7988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:27.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:27.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:27.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:28.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:28 smithi145 bash[13673]: cluster 2022-04-26T07:02:27.794363+0000 mgr.smithi136.ofnrfx (mgr.14188) 8520 : cluster [DBG] pgmap v7989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:28 smithi145 bash[13673]: audit 2022-04-26T07:02:28.140113+0000 mon.smithi136 (mon.0) 5305 : audit [DBG] from='client.? 172.21.15.136:0/2280989259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:28 smithi136 bash[11745]: cluster 2022-04-26T07:02:27.794363+0000 mgr.smithi136.ofnrfx (mgr.14188) 8520 : cluster [DBG] pgmap v7989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:28 smithi136 bash[11745]: audit 2022-04-26T07:02:28.140113+0000 mon.smithi136 (mon.0) 5305 : audit [DBG] from='client.? 172.21.15.136:0/2280989259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:30 smithi145 bash[13673]: cluster 2022-04-26T07:02:29.794974+0000 mgr.smithi136.ofnrfx (mgr.14188) 8521 : cluster [DBG] pgmap v7990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:30 smithi136 bash[11745]: cluster 2022-04-26T07:02:29.794974+0000 mgr.smithi136.ofnrfx (mgr.14188) 8521 : cluster [DBG] pgmap v7990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:32 smithi145 bash[13673]: cluster 2022-04-26T07:02:31.795706+0000 mgr.smithi136.ofnrfx (mgr.14188) 8522 : cluster [DBG] pgmap v7991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:33.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:33.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:33.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:32 smithi136 bash[11745]: cluster 2022-04-26T07:02:31.795706+0000 mgr.smithi136.ofnrfx (mgr.14188) 8522 : cluster [DBG] pgmap v7991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:33.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:34 smithi145 bash[13673]: audit 2022-04-26T07:02:33.469013+0000 mon.smithi136 (mon.0) 5306 : audit [DBG] from='client.? 172.21.15.136:0/485691346' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:34 smithi145 bash[13673]: cluster 2022-04-26T07:02:33.796412+0000 mgr.smithi136.ofnrfx (mgr.14188) 8523 : cluster [DBG] pgmap v7992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:34 smithi136 bash[11745]: audit 2022-04-26T07:02:33.469013+0000 mon.smithi136 (mon.0) 5306 : audit [DBG] from='client.? 172.21.15.136:0/485691346' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:34.594 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:34 smithi136 bash[11745]: cluster 2022-04-26T07:02:33.796412+0000 mgr.smithi136.ofnrfx (mgr.14188) 8523 : cluster [DBG] pgmap v7992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:36 smithi145 bash[13673]: cluster 2022-04-26T07:02:35.797081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8524 : cluster [DBG] pgmap v7993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:36 smithi136 bash[11745]: cluster 2022-04-26T07:02:35.797081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8524 : cluster [DBG] pgmap v7993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:38.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:38.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:38.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:38.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:38 smithi145 bash[13673]: cluster 2022-04-26T07:02:37.797735+0000 mgr.smithi136.ofnrfx (mgr.14188) 8525 : cluster [DBG] pgmap v7994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:39.187 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:38 smithi145 bash[13673]: audit 2022-04-26T07:02:38.802609+0000 mon.smithi136 (mon.0) 5307 : audit [DBG] from='client.? 172.21.15.136:0/802420810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:38 smithi136 bash[11745]: cluster 2022-04-26T07:02:37.797735+0000 mgr.smithi136.ofnrfx (mgr.14188) 8525 : cluster [DBG] pgmap v7994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:38 smithi136 bash[11745]: audit 2022-04-26T07:02:38.802609+0000 mon.smithi136 (mon.0) 5307 : audit [DBG] from='client.? 172.21.15.136:0/802420810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:40 smithi145 bash[13673]: cluster 2022-04-26T07:02:39.798318+0000 mgr.smithi136.ofnrfx (mgr.14188) 8526 : cluster [DBG] pgmap v7995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:40 smithi136 bash[11745]: cluster 2022-04-26T07:02:39.798318+0000 mgr.smithi136.ofnrfx (mgr.14188) 8526 : cluster [DBG] pgmap v7995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:42 smithi145 bash[13673]: cluster 2022-04-26T07:02:41.798956+0000 mgr.smithi136.ofnrfx (mgr.14188) 8527 : cluster [DBG] pgmap v7996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:42 smithi136 bash[11745]: cluster 2022-04-26T07:02:41.798956+0000 mgr.smithi136.ofnrfx (mgr.14188) 8527 : cluster [DBG] pgmap v7996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:43.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:43.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:43.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:44.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:44 smithi145 bash[13673]: cluster 2022-04-26T07:02:43.799598+0000 mgr.smithi136.ofnrfx (mgr.14188) 8528 : cluster [DBG] pgmap v7997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:44 smithi136 bash[11745]: cluster 2022-04-26T07:02:43.799598+0000 mgr.smithi136.ofnrfx (mgr.14188) 8528 : cluster [DBG] pgmap v7997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:45 smithi145 bash[13673]: audit 2022-04-26T07:02:44.130462+0000 mon.smithi136 (mon.0) 5308 : audit [DBG] from='client.? 172.21.15.136:0/770420624' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:45 smithi136 bash[11745]: audit 2022-04-26T07:02:44.130462+0000 mon.smithi136 (mon.0) 5308 : audit [DBG] from='client.? 172.21.15.136:0/770420624' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:46 smithi145 bash[13673]: cluster 2022-04-26T07:02:45.800189+0000 mgr.smithi136.ofnrfx (mgr.14188) 8529 : cluster [DBG] pgmap v7998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:46 smithi136 bash[11745]: cluster 2022-04-26T07:02:45.800189+0000 mgr.smithi136.ofnrfx (mgr.14188) 8529 : cluster [DBG] pgmap v7998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:49.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:49.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:49.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:48 smithi145 bash[13673]: cluster 2022-04-26T07:02:47.800817+0000 mgr.smithi136.ofnrfx (mgr.14188) 8530 : cluster [DBG] pgmap v7999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:48 smithi136 bash[11745]: cluster 2022-04-26T07:02:47.800817+0000 mgr.smithi136.ofnrfx (mgr.14188) 8530 : cluster [DBG] pgmap v7999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:49.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:49 smithi145 bash[13673]: audit 2022-04-26T07:02:49.460978+0000 mon.smithi136 (mon.0) 5309 : audit [DBG] from='client.? 172.21.15.136:0/1472257670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:49 smithi136 bash[11745]: audit 2022-04-26T07:02:49.460978+0000 mon.smithi136 (mon.0) 5309 : audit [DBG] from='client.? 172.21.15.136:0/1472257670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:50 smithi145 bash[13673]: cluster 2022-04-26T07:02:49.801520+0000 mgr.smithi136.ofnrfx (mgr.14188) 8531 : cluster [DBG] pgmap v8000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:50 smithi136 bash[11745]: cluster 2022-04-26T07:02:49.801520+0000 mgr.smithi136.ofnrfx (mgr.14188) 8531 : cluster [DBG] pgmap v8000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:52 smithi145 bash[13673]: cluster 2022-04-26T07:02:51.802159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8532 : cluster [DBG] pgmap v8001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:52 smithi136 bash[11745]: cluster 2022-04-26T07:02:51.802159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8532 : cluster [DBG] pgmap v8001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:54 smithi145 bash[13673]: cluster 2022-04-26T07:02:53.802777+0000 mgr.smithi136.ofnrfx (mgr.14188) 8533 : cluster [DBG] pgmap v8002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:54.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:54.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:54.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:02:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:54 smithi136 bash[11745]: cluster 2022-04-26T07:02:53.802777+0000 mgr.smithi136.ofnrfx (mgr.14188) 8533 : cluster [DBG] pgmap v8002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:54.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:02:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:55 smithi145 bash[13673]: audit 2022-04-26T07:02:54.793992+0000 mon.smithi136 (mon.0) 5310 : audit [DBG] from='client.? 172.21.15.136:0/1229705077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:55 smithi136 bash[11745]: audit 2022-04-26T07:02:54.793992+0000 mon.smithi136 (mon.0) 5310 : audit [DBG] from='client.? 172.21.15.136:0/1229705077' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:02:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:56 smithi145 bash[13673]: cluster 2022-04-26T07:02:55.803459+0000 mgr.smithi136.ofnrfx (mgr.14188) 8534 : cluster [DBG] pgmap v8003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:56 smithi136 bash[11745]: cluster 2022-04-26T07:02:55.803459+0000 mgr.smithi136.ofnrfx (mgr.14188) 8534 : cluster [DBG] pgmap v8003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:02:58 smithi145 bash[13673]: cluster 2022-04-26T07:02:57.804159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8535 : cluster [DBG] pgmap v8004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:02:58 smithi136 bash[11745]: cluster 2022-04-26T07:02:57.804159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8535 : cluster [DBG] pgmap v8004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:02:59.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:02:59.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:02:59.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:00.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:00 smithi145 bash[13673]: cluster 2022-04-26T07:02:59.804754+0000 mgr.smithi136.ofnrfx (mgr.14188) 8536 : cluster [DBG] pgmap v8005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:00 smithi145 bash[13673]: audit 2022-04-26T07:03:00.127454+0000 mon.smithi136 (mon.0) 5311 : audit [DBG] from='client.? 172.21.15.136:0/1392966732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:00 smithi136 bash[11745]: cluster 2022-04-26T07:02:59.804754+0000 mgr.smithi136.ofnrfx (mgr.14188) 8536 : cluster [DBG] pgmap v8005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:00 smithi136 bash[11745]: audit 2022-04-26T07:03:00.127454+0000 mon.smithi136 (mon.0) 5311 : audit [DBG] from='client.? 172.21.15.136:0/1392966732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:02 smithi145 bash[13673]: cluster 2022-04-26T07:03:01.805462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8537 : cluster [DBG] pgmap v8006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:02 smithi136 bash[11745]: cluster 2022-04-26T07:03:01.805462+0000 mgr.smithi136.ofnrfx (mgr.14188) 8537 : cluster [DBG] pgmap v8006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:03 smithi145 bash[13673]: audit 2022-04-26T07:03:02.926081+0000 mon.smithi136 (mon.0) 5312 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:03:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:03 smithi145 bash[13673]: audit 2022-04-26T07:03:02.929857+0000 mon.smithi136 (mon.0) 5313 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:03:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:03 smithi136 bash[11745]: audit 2022-04-26T07:03:02.926081+0000 mon.smithi136 (mon.0) 5312 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:03:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:03 smithi136 bash[11745]: audit 2022-04-26T07:03:02.929857+0000 mon.smithi136 (mon.0) 5313 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:03:05.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:05.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:05.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:04 smithi145 bash[13673]: cluster 2022-04-26T07:03:03.806153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8538 : cluster [DBG] pgmap v8007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:04 smithi136 bash[11745]: cluster 2022-04-26T07:03:03.806153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8538 : cluster [DBG] pgmap v8007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:05.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:05 smithi145 bash[13673]: audit 2022-04-26T07:03:05.457497+0000 mon.smithi136 (mon.0) 5314 : audit [DBG] from='client.? 172.21.15.136:0/805214861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:05 smithi136 bash[11745]: audit 2022-04-26T07:03:05.457497+0000 mon.smithi136 (mon.0) 5314 : audit [DBG] from='client.? 172.21.15.136:0/805214861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:06 smithi145 bash[13673]: cluster 2022-04-26T07:03:05.806771+0000 mgr.smithi136.ofnrfx (mgr.14188) 8539 : cluster [DBG] pgmap v8008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:06 smithi136 bash[11745]: cluster 2022-04-26T07:03:05.806771+0000 mgr.smithi136.ofnrfx (mgr.14188) 8539 : cluster [DBG] pgmap v8008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:08 smithi145 bash[13673]: cluster 2022-04-26T07:03:07.807445+0000 mgr.smithi136.ofnrfx (mgr.14188) 8540 : cluster [DBG] pgmap v8009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:08 smithi136 bash[11745]: cluster 2022-04-26T07:03:07.807445+0000 mgr.smithi136.ofnrfx (mgr.14188) 8540 : cluster [DBG] pgmap v8009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:10.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:10.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:10.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:10.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:10 smithi145 bash[13673]: cluster 2022-04-26T07:03:09.808199+0000 mgr.smithi136.ofnrfx (mgr.14188) 8541 : cluster [DBG] pgmap v8010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:10 smithi145 bash[13673]: audit 2022-04-26T07:03:10.793148+0000 mon.smithi136 (mon.0) 5315 : audit [DBG] from='client.? 172.21.15.136:0/1697452888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:10 smithi136 bash[11745]: cluster 2022-04-26T07:03:09.808199+0000 mgr.smithi136.ofnrfx (mgr.14188) 8541 : cluster [DBG] pgmap v8010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:10 smithi136 bash[11745]: audit 2022-04-26T07:03:10.793148+0000 mon.smithi136 (mon.0) 5315 : audit [DBG] from='client.? 172.21.15.136:0/1697452888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:12 smithi136 bash[11745]: cluster 2022-04-26T07:03:11.808831+0000 mgr.smithi136.ofnrfx (mgr.14188) 8542 : cluster [DBG] pgmap v8011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:12 smithi145 bash[13673]: cluster 2022-04-26T07:03:11.808831+0000 mgr.smithi136.ofnrfx (mgr.14188) 8542 : cluster [DBG] pgmap v8011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:14 smithi145 bash[13673]: cluster 2022-04-26T07:03:13.809487+0000 mgr.smithi136.ofnrfx (mgr.14188) 8543 : cluster [DBG] pgmap v8012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:14 smithi136 bash[11745]: cluster 2022-04-26T07:03:13.809487+0000 mgr.smithi136.ofnrfx (mgr.14188) 8543 : cluster [DBG] pgmap v8012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:15.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:15.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:15.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:16.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:16 smithi145 bash[13673]: cluster 2022-04-26T07:03:15.810113+0000 mgr.smithi136.ofnrfx (mgr.14188) 8544 : cluster [DBG] pgmap v8013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:16 smithi145 bash[13673]: audit 2022-04-26T07:03:16.122739+0000 mon.smithi136 (mon.0) 5316 : audit [DBG] from='client.? 172.21.15.136:0/2312808633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:16 smithi136 bash[11745]: cluster 2022-04-26T07:03:15.810113+0000 mgr.smithi136.ofnrfx (mgr.14188) 8544 : cluster [DBG] pgmap v8013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:16 smithi136 bash[11745]: audit 2022-04-26T07:03:16.122739+0000 mon.smithi136 (mon.0) 5316 : audit [DBG] from='client.? 172.21.15.136:0/2312808633' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:18 smithi145 bash[13673]: cluster 2022-04-26T07:03:17.810797+0000 mgr.smithi136.ofnrfx (mgr.14188) 8545 : cluster [DBG] pgmap v8014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:18 smithi136 bash[11745]: cluster 2022-04-26T07:03:17.810797+0000 mgr.smithi136.ofnrfx (mgr.14188) 8545 : cluster [DBG] pgmap v8014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:21.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:21.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:21.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:20 smithi145 bash[13673]: cluster 2022-04-26T07:03:19.811456+0000 mgr.smithi136.ofnrfx (mgr.14188) 8546 : cluster [DBG] pgmap v8015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:20 smithi145 bash[13673]: audit 2022-04-26T07:03:19.988897+0000 mon.smithi136 (mon.0) 5317 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:03:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:20 smithi145 bash[13673]: audit 2022-04-26T07:03:19.991848+0000 mon.smithi136 (mon.0) 5318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:03:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:20 smithi145 bash[13673]: audit 2022-04-26T07:03:19.993591+0000 mon.smithi136 (mon.0) 5319 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:03:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:20 smithi145 bash[13673]: audit 2022-04-26T07:03:20.298849+0000 mon.smithi136 (mon.0) 5320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:03:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:20 smithi145 bash[13673]: audit 2022-04-26T07:03:20.304650+0000 mon.smithi136 (mon.0) 5321 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:03:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:20 smithi136 bash[11745]: cluster 2022-04-26T07:03:19.811456+0000 mgr.smithi136.ofnrfx (mgr.14188) 8546 : cluster [DBG] pgmap v8015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:20 smithi136 bash[11745]: audit 2022-04-26T07:03:19.988897+0000 mon.smithi136 (mon.0) 5317 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:03:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:20 smithi136 bash[11745]: audit 2022-04-26T07:03:19.991848+0000 mon.smithi136 (mon.0) 5318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:03:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:20 smithi136 bash[11745]: audit 2022-04-26T07:03:19.993591+0000 mon.smithi136 (mon.0) 5319 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:03:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:20 smithi136 bash[11745]: audit 2022-04-26T07:03:20.298849+0000 mon.smithi136 (mon.0) 5320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:03:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:20 smithi136 bash[11745]: audit 2022-04-26T07:03:20.304650+0000 mon.smithi136 (mon.0) 5321 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:03:21.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:21 smithi145 bash[13673]: cluster 2022-04-26T07:03:20.294270+0000 mgr.smithi136.ofnrfx (mgr.14188) 8547 : cluster [DBG] pgmap v8016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:21 smithi145 bash[13673]: cluster 2022-04-26T07:03:20.294797+0000 mgr.smithi136.ofnrfx (mgr.14188) 8548 : cluster [DBG] pgmap v8017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:21 smithi145 bash[13673]: cephadm 2022-04-26T07:03:20.305928+0000 mgr.smithi136.ofnrfx (mgr.14188) 8549 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:03:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:21 smithi145 bash[13673]: cephadm 2022-04-26T07:03:20.306102+0000 mgr.smithi136.ofnrfx (mgr.14188) 8550 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:03:22.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:21 smithi145 bash[13673]: audit 2022-04-26T07:03:21.431115+0000 mon.smithi136 (mon.0) 5322 : audit [DBG] from='client.? 172.21.15.136:0/3821466412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:21 smithi136 bash[11745]: cluster 2022-04-26T07:03:20.294270+0000 mgr.smithi136.ofnrfx (mgr.14188) 8547 : cluster [DBG] pgmap v8016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:21 smithi136 bash[11745]: cluster 2022-04-26T07:03:20.294797+0000 mgr.smithi136.ofnrfx (mgr.14188) 8548 : cluster [DBG] pgmap v8017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:21 smithi136 bash[11745]: cephadm 2022-04-26T07:03:20.305928+0000 mgr.smithi136.ofnrfx (mgr.14188) 8549 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:03:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:21 smithi136 bash[11745]: cephadm 2022-04-26T07:03:20.306102+0000 mgr.smithi136.ofnrfx (mgr.14188) 8550 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:03:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:21 smithi136 bash[11745]: audit 2022-04-26T07:03:21.431115+0000 mon.smithi136 (mon.0) 5322 : audit [DBG] from='client.? 172.21.15.136:0/3821466412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:23 smithi145 bash[13673]: cluster 2022-04-26T07:03:22.295404+0000 mgr.smithi136.ofnrfx (mgr.14188) 8551 : cluster [DBG] pgmap v8018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:23 smithi136 bash[11745]: cluster 2022-04-26T07:03:22.295404+0000 mgr.smithi136.ofnrfx (mgr.14188) 8551 : cluster [DBG] pgmap v8018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:25 smithi145 bash[13673]: cluster 2022-04-26T07:03:24.296023+0000 mgr.smithi136.ofnrfx (mgr.14188) 8552 : cluster [DBG] pgmap v8019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:25 smithi136 bash[11745]: cluster 2022-04-26T07:03:24.296023+0000 mgr.smithi136.ofnrfx (mgr.14188) 8552 : cluster [DBG] pgmap v8019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:26.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:26.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:26.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:26.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:26 smithi136 bash[11745]: audit 2022-04-26T07:03:26.759380+0000 mon.smithi136 (mon.0) 5323 : audit [DBG] from='client.? 172.21.15.136:0/711435691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:26 smithi145 bash[13673]: audit 2022-04-26T07:03:26.759380+0000 mon.smithi136 (mon.0) 5323 : audit [DBG] from='client.? 172.21.15.136:0/711435691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:27 smithi136 bash[11745]: cluster 2022-04-26T07:03:26.296681+0000 mgr.smithi136.ofnrfx (mgr.14188) 8553 : cluster [DBG] pgmap v8020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:27 smithi145 bash[13673]: cluster 2022-04-26T07:03:26.296681+0000 mgr.smithi136.ofnrfx (mgr.14188) 8553 : cluster [DBG] pgmap v8020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:29 smithi136 bash[11745]: cluster 2022-04-26T07:03:28.297293+0000 mgr.smithi136.ofnrfx (mgr.14188) 8554 : cluster [DBG] pgmap v8021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:29 smithi145 bash[13673]: cluster 2022-04-26T07:03:28.297293+0000 mgr.smithi136.ofnrfx (mgr.14188) 8554 : cluster [DBG] pgmap v8021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:31 smithi145 bash[13673]: cluster 2022-04-26T07:03:30.297866+0000 mgr.smithi136.ofnrfx (mgr.14188) 8555 : cluster [DBG] pgmap v8022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:31.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:31.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:31.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:31 smithi136 bash[11745]: cluster 2022-04-26T07:03:30.297866+0000 mgr.smithi136.ofnrfx (mgr.14188) 8555 : cluster [DBG] pgmap v8022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:32.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:32 smithi145 bash[13673]: audit 2022-04-26T07:03:32.095564+0000 mon.smithi136 (mon.0) 5324 : audit [DBG] from='client.? 172.21.15.136:0/1282921858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:32 smithi136 bash[11745]: audit 2022-04-26T07:03:32.095564+0000 mon.smithi136 (mon.0) 5324 : audit [DBG] from='client.? 172.21.15.136:0/1282921858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:33 smithi145 bash[13673]: cluster 2022-04-26T07:03:32.298430+0000 mgr.smithi136.ofnrfx (mgr.14188) 8556 : cluster [DBG] pgmap v8023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:33 smithi136 bash[11745]: cluster 2022-04-26T07:03:32.298430+0000 mgr.smithi136.ofnrfx (mgr.14188) 8556 : cluster [DBG] pgmap v8023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:35 smithi145 bash[13673]: cluster 2022-04-26T07:03:34.298979+0000 mgr.smithi136.ofnrfx (mgr.14188) 8557 : cluster [DBG] pgmap v8024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:35 smithi136 bash[11745]: cluster 2022-04-26T07:03:34.298979+0000 mgr.smithi136.ofnrfx (mgr.14188) 8557 : cluster [DBG] pgmap v8024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:37.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:37.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:37.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:37.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:37 smithi145 bash[13673]: cluster 2022-04-26T07:03:36.299621+0000 mgr.smithi136.ofnrfx (mgr.14188) 8558 : cluster [DBG] pgmap v8025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:37 smithi136 bash[11745]: cluster 2022-04-26T07:03:36.299621+0000 mgr.smithi136.ofnrfx (mgr.14188) 8558 : cluster [DBG] pgmap v8025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:38 smithi145 bash[13673]: audit 2022-04-26T07:03:37.430362+0000 mon.smithi136 (mon.0) 5325 : audit [DBG] from='client.? 172.21.15.136:0/2772789514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:38 smithi136 bash[11745]: audit 2022-04-26T07:03:37.430362+0000 mon.smithi136 (mon.0) 5325 : audit [DBG] from='client.? 172.21.15.136:0/2772789514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:39 smithi145 bash[13673]: cluster 2022-04-26T07:03:38.300272+0000 mgr.smithi136.ofnrfx (mgr.14188) 8559 : cluster [DBG] pgmap v8026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:39 smithi136 bash[11745]: cluster 2022-04-26T07:03:38.300272+0000 mgr.smithi136.ofnrfx (mgr.14188) 8559 : cluster [DBG] pgmap v8026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:41 smithi145 bash[13673]: cluster 2022-04-26T07:03:40.300883+0000 mgr.smithi136.ofnrfx (mgr.14188) 8560 : cluster [DBG] pgmap v8027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:41 smithi136 bash[11745]: cluster 2022-04-26T07:03:40.300883+0000 mgr.smithi136.ofnrfx (mgr.14188) 8560 : cluster [DBG] pgmap v8027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:42.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:42.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:42.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:42.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:43 smithi145 bash[13673]: cluster 2022-04-26T07:03:42.301608+0000 mgr.smithi136.ofnrfx (mgr.14188) 8561 : cluster [DBG] pgmap v8028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:43 smithi145 bash[13673]: audit 2022-04-26T07:03:42.767075+0000 mon.smithi136 (mon.0) 5326 : audit [DBG] from='client.? 172.21.15.136:0/1993548803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:43 smithi136 bash[11745]: cluster 2022-04-26T07:03:42.301608+0000 mgr.smithi136.ofnrfx (mgr.14188) 8561 : cluster [DBG] pgmap v8028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:43 smithi136 bash[11745]: audit 2022-04-26T07:03:42.767075+0000 mon.smithi136 (mon.0) 5326 : audit [DBG] from='client.? 172.21.15.136:0/1993548803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:45 smithi145 bash[13673]: cluster 2022-04-26T07:03:44.302244+0000 mgr.smithi136.ofnrfx (mgr.14188) 8562 : cluster [DBG] pgmap v8029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:45 smithi136 bash[11745]: cluster 2022-04-26T07:03:44.302244+0000 mgr.smithi136.ofnrfx (mgr.14188) 8562 : cluster [DBG] pgmap v8029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:47.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:47.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:47.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:47 smithi136 bash[11745]: cluster 2022-04-26T07:03:46.302853+0000 mgr.smithi136.ofnrfx (mgr.14188) 8563 : cluster [DBG] pgmap v8030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:47 smithi145 bash[13673]: cluster 2022-04-26T07:03:46.302853+0000 mgr.smithi136.ofnrfx (mgr.14188) 8563 : cluster [DBG] pgmap v8030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:48.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:48 smithi136 bash[11745]: audit 2022-04-26T07:03:48.090877+0000 mon.smithi136 (mon.0) 5327 : audit [DBG] from='client.? 172.21.15.136:0/2958975840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:48 smithi145 bash[13673]: audit 2022-04-26T07:03:48.090877+0000 mon.smithi136 (mon.0) 5327 : audit [DBG] from='client.? 172.21.15.136:0/2958975840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:49 smithi136 bash[11745]: cluster 2022-04-26T07:03:48.303434+0000 mgr.smithi136.ofnrfx (mgr.14188) 8564 : cluster [DBG] pgmap v8031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:49 smithi145 bash[13673]: cluster 2022-04-26T07:03:48.303434+0000 mgr.smithi136.ofnrfx (mgr.14188) 8564 : cluster [DBG] pgmap v8031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:51 smithi136 bash[11745]: cluster 2022-04-26T07:03:50.304072+0000 mgr.smithi136.ofnrfx (mgr.14188) 8565 : cluster [DBG] pgmap v8032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:51 smithi145 bash[13673]: cluster 2022-04-26T07:03:50.304072+0000 mgr.smithi136.ofnrfx (mgr.14188) 8565 : cluster [DBG] pgmap v8032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:53.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:53.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:53.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:53.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:53 smithi136 bash[11745]: cluster 2022-04-26T07:03:52.304707+0000 mgr.smithi136.ofnrfx (mgr.14188) 8566 : cluster [DBG] pgmap v8033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:53 smithi145 bash[13673]: cluster 2022-04-26T07:03:52.304707+0000 mgr.smithi136.ofnrfx (mgr.14188) 8566 : cluster [DBG] pgmap v8033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:54 smithi136 bash[11745]: audit 2022-04-26T07:03:53.426545+0000 mon.smithi136 (mon.0) 5328 : audit [DBG] from='client.? 172.21.15.136:0/1461729775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:54 smithi145 bash[13673]: audit 2022-04-26T07:03:53.426545+0000 mon.smithi136 (mon.0) 5328 : audit [DBG] from='client.? 172.21.15.136:0/1461729775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:55 smithi136 bash[11745]: cluster 2022-04-26T07:03:54.305287+0000 mgr.smithi136.ofnrfx (mgr.14188) 8567 : cluster [DBG] pgmap v8034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:55 smithi145 bash[13673]: cluster 2022-04-26T07:03:54.305287+0000 mgr.smithi136.ofnrfx (mgr.14188) 8567 : cluster [DBG] pgmap v8034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:57 smithi136 bash[11745]: cluster 2022-04-26T07:03:56.305894+0000 mgr.smithi136.ofnrfx (mgr.14188) 8568 : cluster [DBG] pgmap v8035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:57 smithi145 bash[13673]: cluster 2022-04-26T07:03:56.305894+0000 mgr.smithi136.ofnrfx (mgr.14188) 8568 : cluster [DBG] pgmap v8035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:58.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:03:58.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:03:58.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:03:58.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:03:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:59 smithi136 bash[11745]: cluster 2022-04-26T07:03:58.306520+0000 mgr.smithi136.ofnrfx (mgr.14188) 8569 : cluster [DBG] pgmap v8036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:03:59 smithi136 bash[11745]: audit 2022-04-26T07:03:58.760119+0000 mon.smithi136 (mon.0) 5329 : audit [DBG] from='client.? 172.21.15.136:0/1268351195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:03:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:59 smithi145 bash[13673]: cluster 2022-04-26T07:03:58.306520+0000 mgr.smithi136.ofnrfx (mgr.14188) 8569 : cluster [DBG] pgmap v8036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:03:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:03:59 smithi145 bash[13673]: audit 2022-04-26T07:03:58.760119+0000 mon.smithi136 (mon.0) 5329 : audit [DBG] from='client.? 172.21.15.136:0/1268351195' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:01 smithi145 bash[13673]: cluster 2022-04-26T07:04:00.307090+0000 mgr.smithi136.ofnrfx (mgr.14188) 8570 : cluster [DBG] pgmap v8037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:01 smithi136 bash[11745]: cluster 2022-04-26T07:04:00.307090+0000 mgr.smithi136.ofnrfx (mgr.14188) 8570 : cluster [DBG] pgmap v8037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:03 smithi145 bash[13673]: cluster 2022-04-26T07:04:02.307711+0000 mgr.smithi136.ofnrfx (mgr.14188) 8571 : cluster [DBG] pgmap v8038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:03 smithi145 bash[13673]: audit 2022-04-26T07:04:02.930078+0000 mon.smithi136 (mon.0) 5330 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:04:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:03 smithi145 bash[13673]: audit 2022-04-26T07:04:02.933928+0000 mon.smithi136 (mon.0) 5331 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:04:03.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:03.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:03.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:03 smithi136 bash[11745]: cluster 2022-04-26T07:04:02.307711+0000 mgr.smithi136.ofnrfx (mgr.14188) 8571 : cluster [DBG] pgmap v8038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:03 smithi136 bash[11745]: audit 2022-04-26T07:04:02.930078+0000 mon.smithi136 (mon.0) 5330 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:04:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:03 smithi136 bash[11745]: audit 2022-04-26T07:04:02.933928+0000 mon.smithi136 (mon.0) 5331 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:04:04.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:04 smithi145 bash[13673]: audit 2022-04-26T07:04:04.088097+0000 mon.smithi136 (mon.0) 5332 : audit [DBG] from='client.? 172.21.15.136:0/3094403179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:04 smithi136 bash[11745]: audit 2022-04-26T07:04:04.088097+0000 mon.smithi136 (mon.0) 5332 : audit [DBG] from='client.? 172.21.15.136:0/3094403179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:05 smithi145 bash[13673]: cluster 2022-04-26T07:04:04.308471+0000 mgr.smithi136.ofnrfx (mgr.14188) 8572 : cluster [DBG] pgmap v8039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:05 smithi136 bash[11745]: cluster 2022-04-26T07:04:04.308471+0000 mgr.smithi136.ofnrfx (mgr.14188) 8572 : cluster [DBG] pgmap v8039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:07 smithi145 bash[13673]: cluster 2022-04-26T07:04:06.309154+0000 mgr.smithi136.ofnrfx (mgr.14188) 8573 : cluster [DBG] pgmap v8040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:07 smithi136 bash[11745]: cluster 2022-04-26T07:04:06.309154+0000 mgr.smithi136.ofnrfx (mgr.14188) 8573 : cluster [DBG] pgmap v8040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:09.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:09.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:09.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:09 smithi136 bash[11745]: cluster 2022-04-26T07:04:08.309827+0000 mgr.smithi136.ofnrfx (mgr.14188) 8574 : cluster [DBG] pgmap v8041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:09 smithi145 bash[13673]: cluster 2022-04-26T07:04:08.309827+0000 mgr.smithi136.ofnrfx (mgr.14188) 8574 : cluster [DBG] pgmap v8041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:09.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:10 smithi145 bash[13673]: audit 2022-04-26T07:04:09.415494+0000 mon.smithi136 (mon.0) 5333 : audit [DBG] from='client.? 172.21.15.136:0/1581408396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:10.486 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:10 smithi136 bash[11745]: audit 2022-04-26T07:04:09.415494+0000 mon.smithi136 (mon.0) 5333 : audit [DBG] from='client.? 172.21.15.136:0/1581408396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:11 smithi145 bash[13673]: cluster 2022-04-26T07:04:10.310440+0000 mgr.smithi136.ofnrfx (mgr.14188) 8575 : cluster [DBG] pgmap v8042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:11 smithi136 bash[11745]: cluster 2022-04-26T07:04:10.310440+0000 mgr.smithi136.ofnrfx (mgr.14188) 8575 : cluster [DBG] pgmap v8042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:13 smithi145 bash[13673]: cluster 2022-04-26T07:04:12.311085+0000 mgr.smithi136.ofnrfx (mgr.14188) 8576 : cluster [DBG] pgmap v8043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:13 smithi136 bash[11745]: cluster 2022-04-26T07:04:12.311085+0000 mgr.smithi136.ofnrfx (mgr.14188) 8576 : cluster [DBG] pgmap v8043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:14.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:14.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:14.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:14.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:15 smithi145 bash[13673]: cluster 2022-04-26T07:04:14.311710+0000 mgr.smithi136.ofnrfx (mgr.14188) 8577 : cluster [DBG] pgmap v8044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:15 smithi145 bash[13673]: audit 2022-04-26T07:04:14.745102+0000 mon.smithi136 (mon.0) 5334 : audit [DBG] from='client.? 172.21.15.136:0/257170660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:15 smithi136 bash[11745]: cluster 2022-04-26T07:04:14.311710+0000 mgr.smithi136.ofnrfx (mgr.14188) 8577 : cluster [DBG] pgmap v8044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:15 smithi136 bash[11745]: audit 2022-04-26T07:04:14.745102+0000 mon.smithi136 (mon.0) 5334 : audit [DBG] from='client.? 172.21.15.136:0/257170660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:17 smithi145 bash[13673]: cluster 2022-04-26T07:04:16.312338+0000 mgr.smithi136.ofnrfx (mgr.14188) 8578 : cluster [DBG] pgmap v8045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:17 smithi136 bash[11745]: cluster 2022-04-26T07:04:16.312338+0000 mgr.smithi136.ofnrfx (mgr.14188) 8578 : cluster [DBG] pgmap v8045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:19 smithi136 bash[11745]: cluster 2022-04-26T07:04:18.312958+0000 mgr.smithi136.ofnrfx (mgr.14188) 8579 : cluster [DBG] pgmap v8046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:19 smithi145 bash[13673]: cluster 2022-04-26T07:04:18.312958+0000 mgr.smithi136.ofnrfx (mgr.14188) 8579 : cluster [DBG] pgmap v8046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:19.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:19.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:19.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:20.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:20 smithi145 bash[13673]: audit 2022-04-26T07:04:20.081761+0000 mon.smithi136 (mon.0) 5335 : audit [DBG] from='client.? 172.21.15.136:0/1405149856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:20.485 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:20 smithi136 bash[11745]: audit 2022-04-26T07:04:20.081761+0000 mon.smithi136 (mon.0) 5335 : audit [DBG] from='client.? 172.21.15.136:0/1405149856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: cluster 2022-04-26T07:04:20.313572+0000 mgr.smithi136.ofnrfx (mgr.14188) 8580 : cluster [DBG] pgmap v8047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:21.577 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: audit 2022-04-26T07:04:20.318467+0000 mon.smithi136 (mon.0) 5336 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: audit 2022-04-26T07:04:20.321290+0000 mon.smithi136 (mon.0) 5337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: audit 2022-04-26T07:04:20.323093+0000 mon.smithi136 (mon.0) 5338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: cluster 2022-04-26T07:04:20.639348+0000 mgr.smithi136.ofnrfx (mgr.14188) 8581 : cluster [DBG] pgmap v8048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: cluster 2022-04-26T07:04:20.639761+0000 mgr.smithi136.ofnrfx (mgr.14188) 8582 : cluster [DBG] pgmap v8049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: audit 2022-04-26T07:04:20.646560+0000 mon.smithi136 (mon.0) 5339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: audit 2022-04-26T07:04:20.655328+0000 mon.smithi136 (mon.0) 5340 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: cephadm 2022-04-26T07:04:20.656821+0000 mgr.smithi136.ofnrfx (mgr.14188) 8583 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:04:21.578 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:21 smithi136 bash[11745]: cephadm 2022-04-26T07:04:20.657034+0000 mgr.smithi136.ofnrfx (mgr.14188) 8584 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:04:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: cluster 2022-04-26T07:04:20.313572+0000 mgr.smithi136.ofnrfx (mgr.14188) 8580 : cluster [DBG] pgmap v8047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: audit 2022-04-26T07:04:20.318467+0000 mon.smithi136 (mon.0) 5336 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: audit 2022-04-26T07:04:20.321290+0000 mon.smithi136 (mon.0) 5337 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: audit 2022-04-26T07:04:20.323093+0000 mon.smithi136 (mon.0) 5338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: cluster 2022-04-26T07:04:20.639348+0000 mgr.smithi136.ofnrfx (mgr.14188) 8581 : cluster [DBG] pgmap v8048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: cluster 2022-04-26T07:04:20.639761+0000 mgr.smithi136.ofnrfx (mgr.14188) 8582 : cluster [DBG] pgmap v8049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: audit 2022-04-26T07:04:20.646560+0000 mon.smithi136 (mon.0) 5339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: audit 2022-04-26T07:04:20.655328+0000 mon.smithi136 (mon.0) 5340 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: cephadm 2022-04-26T07:04:20.656821+0000 mgr.smithi136.ofnrfx (mgr.14188) 8583 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:04:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:21 smithi145 bash[13673]: cephadm 2022-04-26T07:04:20.657034+0000 mgr.smithi136.ofnrfx (mgr.14188) 8584 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:04:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:23 smithi136 bash[11745]: cluster 2022-04-26T07:04:22.640391+0000 mgr.smithi136.ofnrfx (mgr.14188) 8585 : cluster [DBG] pgmap v8050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:23 smithi145 bash[13673]: cluster 2022-04-26T07:04:22.640391+0000 mgr.smithi136.ofnrfx (mgr.14188) 8585 : cluster [DBG] pgmap v8050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:25.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:25.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:25.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:25.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:25 smithi136 bash[11745]: cluster 2022-04-26T07:04:24.641006+0000 mgr.smithi136.ofnrfx (mgr.14188) 8586 : cluster [DBG] pgmap v8051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:26.071 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:25 smithi136 bash[11745]: audit 2022-04-26T07:04:25.413110+0000 mon.smithi136 (mon.0) 5341 : audit [DBG] from='client.? 172.21.15.136:0/696644075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:25 smithi145 bash[13673]: cluster 2022-04-26T07:04:24.641006+0000 mgr.smithi136.ofnrfx (mgr.14188) 8586 : cluster [DBG] pgmap v8051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:25 smithi145 bash[13673]: audit 2022-04-26T07:04:25.413110+0000 mon.smithi136 (mon.0) 5341 : audit [DBG] from='client.? 172.21.15.136:0/696644075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:27 smithi136 bash[11745]: cluster 2022-04-26T07:04:26.641723+0000 mgr.smithi136.ofnrfx (mgr.14188) 8587 : cluster [DBG] pgmap v8052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:27 smithi145 bash[13673]: cluster 2022-04-26T07:04:26.641723+0000 mgr.smithi136.ofnrfx (mgr.14188) 8587 : cluster [DBG] pgmap v8052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:29 smithi136 bash[11745]: cluster 2022-04-26T07:04:28.642436+0000 mgr.smithi136.ofnrfx (mgr.14188) 8588 : cluster [DBG] pgmap v8053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:29 smithi145 bash[13673]: cluster 2022-04-26T07:04:28.642436+0000 mgr.smithi136.ofnrfx (mgr.14188) 8588 : cluster [DBG] pgmap v8053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:30.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:30.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:30.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:30.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:31 smithi136 bash[11745]: cluster 2022-04-26T07:04:30.643014+0000 mgr.smithi136.ofnrfx (mgr.14188) 8589 : cluster [DBG] pgmap v8054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:31 smithi136 bash[11745]: audit 2022-04-26T07:04:30.739791+0000 mon.smithi136 (mon.0) 5342 : audit [DBG] from='client.? 172.21.15.136:0/1549156851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:31 smithi145 bash[13673]: cluster 2022-04-26T07:04:30.643014+0000 mgr.smithi136.ofnrfx (mgr.14188) 8589 : cluster [DBG] pgmap v8054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:31 smithi145 bash[13673]: audit 2022-04-26T07:04:30.739791+0000 mon.smithi136 (mon.0) 5342 : audit [DBG] from='client.? 172.21.15.136:0/1549156851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:33 smithi136 bash[11745]: cluster 2022-04-26T07:04:32.643719+0000 mgr.smithi136.ofnrfx (mgr.14188) 8590 : cluster [DBG] pgmap v8055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:33 smithi145 bash[13673]: cluster 2022-04-26T07:04:32.643719+0000 mgr.smithi136.ofnrfx (mgr.14188) 8590 : cluster [DBG] pgmap v8055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:35.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:35.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:35.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:35 smithi136 bash[11745]: cluster 2022-04-26T07:04:34.644468+0000 mgr.smithi136.ofnrfx (mgr.14188) 8591 : cluster [DBG] pgmap v8056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:36.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:35 smithi145 bash[13673]: cluster 2022-04-26T07:04:34.644468+0000 mgr.smithi136.ofnrfx (mgr.14188) 8591 : cluster [DBG] pgmap v8056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:36 smithi136 bash[11745]: audit 2022-04-26T07:04:36.068213+0000 mon.smithi136 (mon.0) 5343 : audit [DBG] from='client.? 172.21.15.136:0/1150509664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:36 smithi145 bash[13673]: audit 2022-04-26T07:04:36.068213+0000 mon.smithi136 (mon.0) 5343 : audit [DBG] from='client.? 172.21.15.136:0/1150509664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:37 smithi136 bash[11745]: cluster 2022-04-26T07:04:36.645224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8592 : cluster [DBG] pgmap v8057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:37 smithi145 bash[13673]: cluster 2022-04-26T07:04:36.645224+0000 mgr.smithi136.ofnrfx (mgr.14188) 8592 : cluster [DBG] pgmap v8057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:39 smithi136 bash[11745]: cluster 2022-04-26T07:04:38.645909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8593 : cluster [DBG] pgmap v8058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:39 smithi145 bash[13673]: cluster 2022-04-26T07:04:38.645909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8593 : cluster [DBG] pgmap v8058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:41.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:41.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:41.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:41.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:41 smithi136 bash[11745]: cluster 2022-04-26T07:04:40.646543+0000 mgr.smithi136.ofnrfx (mgr.14188) 8594 : cluster [DBG] pgmap v8059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:41 smithi136 bash[11745]: audit 2022-04-26T07:04:41.396618+0000 mon.smithi136 (mon.0) 5344 : audit [DBG] from='client.? 172.21.15.136:0/1821923913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:41 smithi145 bash[13673]: cluster 2022-04-26T07:04:40.646543+0000 mgr.smithi136.ofnrfx (mgr.14188) 8594 : cluster [DBG] pgmap v8059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:42.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:41 smithi145 bash[13673]: audit 2022-04-26T07:04:41.396618+0000 mon.smithi136 (mon.0) 5344 : audit [DBG] from='client.? 172.21.15.136:0/1821923913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:43 smithi136 bash[11745]: cluster 2022-04-26T07:04:42.647147+0000 mgr.smithi136.ofnrfx (mgr.14188) 8595 : cluster [DBG] pgmap v8060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:43 smithi145 bash[13673]: cluster 2022-04-26T07:04:42.647147+0000 mgr.smithi136.ofnrfx (mgr.14188) 8595 : cluster [DBG] pgmap v8060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:45 smithi136 bash[11745]: cluster 2022-04-26T07:04:44.647974+0000 mgr.smithi136.ofnrfx (mgr.14188) 8596 : cluster [DBG] pgmap v8061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:45 smithi145 bash[13673]: cluster 2022-04-26T07:04:44.647974+0000 mgr.smithi136.ofnrfx (mgr.14188) 8596 : cluster [DBG] pgmap v8061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:46.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:46.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:46.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:46.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:47 smithi136 bash[11745]: cluster 2022-04-26T07:04:46.648593+0000 mgr.smithi136.ofnrfx (mgr.14188) 8597 : cluster [DBG] pgmap v8062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:47 smithi136 bash[11745]: audit 2022-04-26T07:04:46.726011+0000 mon.smithi136 (mon.0) 5345 : audit [DBG] from='client.? 172.21.15.136:0/1736449921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:47 smithi145 bash[13673]: cluster 2022-04-26T07:04:46.648593+0000 mgr.smithi136.ofnrfx (mgr.14188) 8597 : cluster [DBG] pgmap v8062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:47 smithi145 bash[13673]: audit 2022-04-26T07:04:46.726011+0000 mon.smithi136 (mon.0) 5345 : audit [DBG] from='client.? 172.21.15.136:0/1736449921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:49 smithi136 bash[11745]: cluster 2022-04-26T07:04:48.649217+0000 mgr.smithi136.ofnrfx (mgr.14188) 8598 : cluster [DBG] pgmap v8063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:49 smithi145 bash[13673]: cluster 2022-04-26T07:04:48.649217+0000 mgr.smithi136.ofnrfx (mgr.14188) 8598 : cluster [DBG] pgmap v8063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:51.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:51.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:51.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:51 smithi136 bash[11745]: cluster 2022-04-26T07:04:50.649822+0000 mgr.smithi136.ofnrfx (mgr.14188) 8599 : cluster [DBG] pgmap v8064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:52.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:51 smithi145 bash[13673]: cluster 2022-04-26T07:04:50.649822+0000 mgr.smithi136.ofnrfx (mgr.14188) 8599 : cluster [DBG] pgmap v8064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:52 smithi136 bash[11745]: audit 2022-04-26T07:04:52.052047+0000 mon.smithi136 (mon.0) 5346 : audit [DBG] from='client.? 172.21.15.136:0/3643881172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:52 smithi145 bash[13673]: audit 2022-04-26T07:04:52.052047+0000 mon.smithi136 (mon.0) 5346 : audit [DBG] from='client.? 172.21.15.136:0/3643881172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:53 smithi136 bash[11745]: cluster 2022-04-26T07:04:52.650600+0000 mgr.smithi136.ofnrfx (mgr.14188) 8600 : cluster [DBG] pgmap v8065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:53 smithi145 bash[13673]: cluster 2022-04-26T07:04:52.650600+0000 mgr.smithi136.ofnrfx (mgr.14188) 8600 : cluster [DBG] pgmap v8065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:55 smithi136 bash[11745]: cluster 2022-04-26T07:04:54.651291+0000 mgr.smithi136.ofnrfx (mgr.14188) 8601 : cluster [DBG] pgmap v8066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:55 smithi145 bash[13673]: cluster 2022-04-26T07:04:54.651291+0000 mgr.smithi136.ofnrfx (mgr.14188) 8601 : cluster [DBG] pgmap v8066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:57.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:04:57.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:04:57.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:04:57.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:04:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:57 smithi136 bash[11745]: cluster 2022-04-26T07:04:56.652016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8602 : cluster [DBG] pgmap v8067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:58.089 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:57 smithi136 bash[11745]: audit 2022-04-26T07:04:57.380024+0000 mon.smithi136 (mon.0) 5347 : audit [DBG] from='client.? 172.21.15.136:0/2257994885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:57 smithi145 bash[13673]: cluster 2022-04-26T07:04:56.652016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8602 : cluster [DBG] pgmap v8067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:57 smithi145 bash[13673]: audit 2022-04-26T07:04:57.380024+0000 mon.smithi136 (mon.0) 5347 : audit [DBG] from='client.? 172.21.15.136:0/2257994885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:04:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:04:59 smithi136 bash[11745]: cluster 2022-04-26T07:04:58.652675+0000 mgr.smithi136.ofnrfx (mgr.14188) 8603 : cluster [DBG] pgmap v8068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:04:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:04:59 smithi145 bash[13673]: cluster 2022-04-26T07:04:58.652675+0000 mgr.smithi136.ofnrfx (mgr.14188) 8603 : cluster [DBG] pgmap v8068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:01 smithi145 bash[13673]: cluster 2022-04-26T07:05:00.653286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8604 : cluster [DBG] pgmap v8069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:01 smithi136 bash[11745]: cluster 2022-04-26T07:05:00.653286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8604 : cluster [DBG] pgmap v8069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:02.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:02.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:02.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:02.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:02 smithi136 bash[11745]: audit 2022-04-26T07:05:02.705968+0000 mon.smithi136 (mon.0) 5348 : audit [DBG] from='client.? 172.21.15.136:0/3680609091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:02 smithi145 bash[13673]: audit 2022-04-26T07:05:02.705968+0000 mon.smithi136 (mon.0) 5348 : audit [DBG] from='client.? 172.21.15.136:0/3680609091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:03 smithi136 bash[11745]: cluster 2022-04-26T07:05:02.653862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8605 : cluster [DBG] pgmap v8070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:03 smithi136 bash[11745]: audit 2022-04-26T07:05:02.934259+0000 mon.smithi136 (mon.0) 5349 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:05:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:03 smithi136 bash[11745]: audit 2022-04-26T07:05:02.938307+0000 mon.smithi136 (mon.0) 5350 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:05:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:03 smithi145 bash[13673]: cluster 2022-04-26T07:05:02.653862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8605 : cluster [DBG] pgmap v8070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:03 smithi145 bash[13673]: audit 2022-04-26T07:05:02.934259+0000 mon.smithi136 (mon.0) 5349 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:05:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:03 smithi145 bash[13673]: audit 2022-04-26T07:05:02.938307+0000 mon.smithi136 (mon.0) 5350 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:05:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:05 smithi136 bash[11745]: cluster 2022-04-26T07:05:04.654465+0000 mgr.smithi136.ofnrfx (mgr.14188) 8606 : cluster [DBG] pgmap v8071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:05 smithi145 bash[13673]: cluster 2022-04-26T07:05:04.654465+0000 mgr.smithi136.ofnrfx (mgr.14188) 8606 : cluster [DBG] pgmap v8071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:07.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:07.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:07.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:08.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:07 smithi136 bash[11745]: cluster 2022-04-26T07:05:06.655071+0000 mgr.smithi136.ofnrfx (mgr.14188) 8607 : cluster [DBG] pgmap v8072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:07 smithi145 bash[13673]: cluster 2022-04-26T07:05:06.655071+0000 mgr.smithi136.ofnrfx (mgr.14188) 8607 : cluster [DBG] pgmap v8072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:09.052 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:08 smithi136 bash[11745]: audit 2022-04-26T07:05:08.034159+0000 mon.smithi136 (mon.0) 5351 : audit [DBG] from='client.? 172.21.15.136:0/4148114909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:08 smithi145 bash[13673]: audit 2022-04-26T07:05:08.034159+0000 mon.smithi136 (mon.0) 5351 : audit [DBG] from='client.? 172.21.15.136:0/4148114909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:09 smithi136 bash[11745]: cluster 2022-04-26T07:05:08.655704+0000 mgr.smithi136.ofnrfx (mgr.14188) 8608 : cluster [DBG] pgmap v8073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:09 smithi145 bash[13673]: cluster 2022-04-26T07:05:08.655704+0000 mgr.smithi136.ofnrfx (mgr.14188) 8608 : cluster [DBG] pgmap v8073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:11 smithi136 bash[11745]: cluster 2022-04-26T07:05:10.656299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8609 : cluster [DBG] pgmap v8074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:11 smithi145 bash[13673]: cluster 2022-04-26T07:05:10.656299+0000 mgr.smithi136.ofnrfx (mgr.14188) 8609 : cluster [DBG] pgmap v8074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:13.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:13.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:13.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:13.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:13 smithi136 bash[11745]: cluster 2022-04-26T07:05:12.656955+0000 mgr.smithi136.ofnrfx (mgr.14188) 8610 : cluster [DBG] pgmap v8075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:13 smithi136 bash[11745]: audit 2022-04-26T07:05:13.367794+0000 mon.smithi136 (mon.0) 5352 : audit [DBG] from='client.? 172.21.15.136:0/360910070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:13 smithi145 bash[13673]: cluster 2022-04-26T07:05:12.656955+0000 mgr.smithi136.ofnrfx (mgr.14188) 8610 : cluster [DBG] pgmap v8075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:13 smithi145 bash[13673]: audit 2022-04-26T07:05:13.367794+0000 mon.smithi136 (mon.0) 5352 : audit [DBG] from='client.? 172.21.15.136:0/360910070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:15 smithi136 bash[11745]: cluster 2022-04-26T07:05:14.657586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8611 : cluster [DBG] pgmap v8076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:15 smithi145 bash[13673]: cluster 2022-04-26T07:05:14.657586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8611 : cluster [DBG] pgmap v8076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:17 smithi136 bash[11745]: cluster 2022-04-26T07:05:16.658158+0000 mgr.smithi136.ofnrfx (mgr.14188) 8612 : cluster [DBG] pgmap v8077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:18.149 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:17 smithi145 bash[13673]: cluster 2022-04-26T07:05:16.658158+0000 mgr.smithi136.ofnrfx (mgr.14188) 8612 : cluster [DBG] pgmap v8077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:18.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:18.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:18.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:18.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:19 smithi136 bash[11745]: cluster 2022-04-26T07:05:18.658784+0000 mgr.smithi136.ofnrfx (mgr.14188) 8613 : cluster [DBG] pgmap v8078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:19 smithi136 bash[11745]: audit 2022-04-26T07:05:18.697113+0000 mon.smithi136 (mon.0) 5353 : audit [DBG] from='client.? 172.21.15.136:0/1638970475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:19 smithi145 bash[13673]: cluster 2022-04-26T07:05:18.658784+0000 mgr.smithi136.ofnrfx (mgr.14188) 8613 : cluster [DBG] pgmap v8078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:19 smithi145 bash[13673]: audit 2022-04-26T07:05:18.697113+0000 mon.smithi136 (mon.0) 5353 : audit [DBG] from='client.? 172.21.15.136:0/1638970475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:20 smithi136 bash[11745]: audit 2022-04-26T07:05:20.668034+0000 mon.smithi136 (mon.0) 5354 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:05:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:20 smithi136 bash[11745]: audit 2022-04-26T07:05:20.670793+0000 mon.smithi136 (mon.0) 5355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:05:20.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:20 smithi136 bash[11745]: audit 2022-04-26T07:05:20.672558+0000 mon.smithi136 (mon.0) 5356 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:05:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:20 smithi145 bash[13673]: audit 2022-04-26T07:05:20.668034+0000 mon.smithi136 (mon.0) 5354 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:05:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:20 smithi145 bash[13673]: audit 2022-04-26T07:05:20.670793+0000 mon.smithi136 (mon.0) 5355 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:05:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:20 smithi145 bash[13673]: audit 2022-04-26T07:05:20.672558+0000 mon.smithi136 (mon.0) 5356 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:05:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:22 smithi136 bash[11745]: cluster 2022-04-26T07:05:20.659501+0000 mgr.smithi136.ofnrfx (mgr.14188) 8614 : cluster [DBG] pgmap v8079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:22 smithi136 bash[11745]: cluster 2022-04-26T07:05:20.995449+0000 mgr.smithi136.ofnrfx (mgr.14188) 8615 : cluster [DBG] pgmap v8080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:22 smithi136 bash[11745]: cluster 2022-04-26T07:05:20.995861+0000 mgr.smithi136.ofnrfx (mgr.14188) 8616 : cluster [DBG] pgmap v8081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:22 smithi136 bash[11745]: audit 2022-04-26T07:05:21.002790+0000 mon.smithi136 (mon.0) 5357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:05:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:22 smithi136 bash[11745]: audit 2022-04-26T07:05:21.012513+0000 mon.smithi136 (mon.0) 5358 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:05:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:22 smithi136 bash[11745]: cephadm 2022-04-26T07:05:21.013952+0000 mgr.smithi136.ofnrfx (mgr.14188) 8617 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:05:22.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:22 smithi136 bash[11745]: cephadm 2022-04-26T07:05:21.014159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8618 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:05:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:22 smithi145 bash[13673]: cluster 2022-04-26T07:05:20.659501+0000 mgr.smithi136.ofnrfx (mgr.14188) 8614 : cluster [DBG] pgmap v8079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:22 smithi145 bash[13673]: cluster 2022-04-26T07:05:20.995449+0000 mgr.smithi136.ofnrfx (mgr.14188) 8615 : cluster [DBG] pgmap v8080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:22 smithi145 bash[13673]: cluster 2022-04-26T07:05:20.995861+0000 mgr.smithi136.ofnrfx (mgr.14188) 8616 : cluster [DBG] pgmap v8081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:22 smithi145 bash[13673]: audit 2022-04-26T07:05:21.002790+0000 mon.smithi136 (mon.0) 5357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:05:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:22 smithi145 bash[13673]: audit 2022-04-26T07:05:21.012513+0000 mon.smithi136 (mon.0) 5358 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:05:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:22 smithi145 bash[13673]: cephadm 2022-04-26T07:05:21.013952+0000 mgr.smithi136.ofnrfx (mgr.14188) 8617 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:05:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:22 smithi145 bash[13673]: cephadm 2022-04-26T07:05:21.014159+0000 mgr.smithi136.ofnrfx (mgr.14188) 8618 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:05:23.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:23.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:23.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:24.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:24 smithi136 bash[11745]: cluster 2022-04-26T07:05:22.996461+0000 mgr.smithi136.ofnrfx (mgr.14188) 8619 : cluster [DBG] pgmap v8082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:24 smithi145 bash[13673]: cluster 2022-04-26T07:05:22.996461+0000 mgr.smithi136.ofnrfx (mgr.14188) 8619 : cluster [DBG] pgmap v8082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:25 smithi136 bash[11745]: audit 2022-04-26T07:05:24.021923+0000 mon.smithi136 (mon.0) 5359 : audit [DBG] from='client.? 172.21.15.136:0/1537288061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:25 smithi145 bash[13673]: audit 2022-04-26T07:05:24.021923+0000 mon.smithi136 (mon.0) 5359 : audit [DBG] from='client.? 172.21.15.136:0/1537288061' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:26 smithi136 bash[11745]: cluster 2022-04-26T07:05:24.997098+0000 mgr.smithi136.ofnrfx (mgr.14188) 8620 : cluster [DBG] pgmap v8083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:26 smithi145 bash[13673]: cluster 2022-04-26T07:05:24.997098+0000 mgr.smithi136.ofnrfx (mgr.14188) 8620 : cluster [DBG] pgmap v8083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:28 smithi136 bash[11745]: cluster 2022-04-26T07:05:26.997748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8621 : cluster [DBG] pgmap v8084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:28 smithi145 bash[13673]: cluster 2022-04-26T07:05:26.997748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8621 : cluster [DBG] pgmap v8084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:29.040 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:29.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:29.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:29 smithi136 bash[11745]: cluster 2022-04-26T07:05:28.998395+0000 mgr.smithi136.ofnrfx (mgr.14188) 8622 : cluster [DBG] pgmap v8085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:29.367 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:29 smithi145 bash[13673]: cluster 2022-04-26T07:05:28.998395+0000 mgr.smithi136.ofnrfx (mgr.14188) 8622 : cluster [DBG] pgmap v8085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:30.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:30 smithi136 bash[11745]: audit 2022-04-26T07:05:29.352077+0000 mon.smithi136 (mon.0) 5360 : audit [DBG] from='client.? 172.21.15.136:0/4121018718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:30 smithi145 bash[13673]: audit 2022-04-26T07:05:29.352077+0000 mon.smithi136 (mon.0) 5360 : audit [DBG] from='client.? 172.21.15.136:0/4121018718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:31 smithi136 bash[11745]: cluster 2022-04-26T07:05:30.999019+0000 mgr.smithi136.ofnrfx (mgr.14188) 8623 : cluster [DBG] pgmap v8086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:31 smithi145 bash[13673]: cluster 2022-04-26T07:05:30.999019+0000 mgr.smithi136.ofnrfx (mgr.14188) 8623 : cluster [DBG] pgmap v8086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:34 smithi136 bash[11745]: cluster 2022-04-26T07:05:32.999666+0000 mgr.smithi136.ofnrfx (mgr.14188) 8624 : cluster [DBG] pgmap v8087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:34.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:34.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:34.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:34 smithi145 bash[13673]: cluster 2022-04-26T07:05:32.999666+0000 mgr.smithi136.ofnrfx (mgr.14188) 8624 : cluster [DBG] pgmap v8087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:34.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:35 smithi145 bash[13673]: audit 2022-04-26T07:05:34.680558+0000 mon.smithi136 (mon.0) 5361 : audit [DBG] from='client.? 172.21.15.136:0/1055905687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:35 smithi136 bash[11745]: audit 2022-04-26T07:05:34.680558+0000 mon.smithi136 (mon.0) 5361 : audit [DBG] from='client.? 172.21.15.136:0/1055905687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:36 smithi145 bash[13673]: cluster 2022-04-26T07:05:35.000263+0000 mgr.smithi136.ofnrfx (mgr.14188) 8625 : cluster [DBG] pgmap v8088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:36 smithi136 bash[11745]: cluster 2022-04-26T07:05:35.000263+0000 mgr.smithi136.ofnrfx (mgr.14188) 8625 : cluster [DBG] pgmap v8088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:38 smithi145 bash[13673]: cluster 2022-04-26T07:05:37.000941+0000 mgr.smithi136.ofnrfx (mgr.14188) 8626 : cluster [DBG] pgmap v8089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:38 smithi136 bash[11745]: cluster 2022-04-26T07:05:37.000941+0000 mgr.smithi136.ofnrfx (mgr.14188) 8626 : cluster [DBG] pgmap v8089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:39 smithi136 bash[11745]: cluster 2022-04-26T07:05:39.001575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8627 : cluster [DBG] pgmap v8090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:39 smithi145 bash[13673]: cluster 2022-04-26T07:05:39.001575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8627 : cluster [DBG] pgmap v8090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:39.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:39.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:39.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:40.036 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:40.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:40 smithi136 bash[11745]: audit 2022-04-26T07:05:40.016402+0000 mon.smithi136 (mon.0) 5362 : audit [DBG] from='client.? 172.21.15.136:0/3033803551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:40 smithi145 bash[13673]: audit 2022-04-26T07:05:40.016402+0000 mon.smithi136 (mon.0) 5362 : audit [DBG] from='client.? 172.21.15.136:0/3033803551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:41 smithi136 bash[11745]: cluster 2022-04-26T07:05:41.002197+0000 mgr.smithi136.ofnrfx (mgr.14188) 8628 : cluster [DBG] pgmap v8091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:41 smithi145 bash[13673]: cluster 2022-04-26T07:05:41.002197+0000 mgr.smithi136.ofnrfx (mgr.14188) 8628 : cluster [DBG] pgmap v8091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:44 smithi145 bash[13673]: cluster 2022-04-26T07:05:43.002804+0000 mgr.smithi136.ofnrfx (mgr.14188) 8629 : cluster [DBG] pgmap v8092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:44 smithi136 bash[11745]: cluster 2022-04-26T07:05:43.002804+0000 mgr.smithi136.ofnrfx (mgr.14188) 8629 : cluster [DBG] pgmap v8092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:45.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:45.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:45.040 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:45.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:46 smithi145 bash[13673]: cluster 2022-04-26T07:05:45.003469+0000 mgr.smithi136.ofnrfx (mgr.14188) 8630 : cluster [DBG] pgmap v8093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:46 smithi145 bash[13673]: audit 2022-04-26T07:05:45.357340+0000 mon.smithi136 (mon.0) 5363 : audit [DBG] from='client.? 172.21.15.136:0/3127645448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:46 smithi136 bash[11745]: cluster 2022-04-26T07:05:45.003469+0000 mgr.smithi136.ofnrfx (mgr.14188) 8630 : cluster [DBG] pgmap v8093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:46 smithi136 bash[11745]: audit 2022-04-26T07:05:45.357340+0000 mon.smithi136 (mon.0) 5363 : audit [DBG] from='client.? 172.21.15.136:0/3127645448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:48 smithi145 bash[13673]: cluster 2022-04-26T07:05:47.004184+0000 mgr.smithi136.ofnrfx (mgr.14188) 8631 : cluster [DBG] pgmap v8094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:48 smithi136 bash[11745]: cluster 2022-04-26T07:05:47.004184+0000 mgr.smithi136.ofnrfx (mgr.14188) 8631 : cluster [DBG] pgmap v8094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:49 smithi136 bash[11745]: cluster 2022-04-26T07:05:49.004803+0000 mgr.smithi136.ofnrfx (mgr.14188) 8632 : cluster [DBG] pgmap v8095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:49 smithi145 bash[13673]: cluster 2022-04-26T07:05:49.004803+0000 mgr.smithi136.ofnrfx (mgr.14188) 8632 : cluster [DBG] pgmap v8095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:50.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:50.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:50.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:50.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:50 smithi136 bash[11745]: audit 2022-04-26T07:05:50.675952+0000 mon.smithi136 (mon.0) 5364 : audit [DBG] from='client.? 172.21.15.136:0/930801897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:50 smithi145 bash[13673]: audit 2022-04-26T07:05:50.675952+0000 mon.smithi136 (mon.0) 5364 : audit [DBG] from='client.? 172.21.15.136:0/930801897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:51 smithi136 bash[11745]: cluster 2022-04-26T07:05:51.005568+0000 mgr.smithi136.ofnrfx (mgr.14188) 8633 : cluster [DBG] pgmap v8096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:51 smithi145 bash[13673]: cluster 2022-04-26T07:05:51.005568+0000 mgr.smithi136.ofnrfx (mgr.14188) 8633 : cluster [DBG] pgmap v8096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:54 smithi145 bash[13673]: cluster 2022-04-26T07:05:53.006354+0000 mgr.smithi136.ofnrfx (mgr.14188) 8634 : cluster [DBG] pgmap v8097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:54 smithi136 bash[11745]: cluster 2022-04-26T07:05:53.006354+0000 mgr.smithi136.ofnrfx (mgr.14188) 8634 : cluster [DBG] pgmap v8097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:55.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:05:55.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:05:55.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:05:56.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:05:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:56 smithi145 bash[13673]: cluster 2022-04-26T07:05:55.007129+0000 mgr.smithi136.ofnrfx (mgr.14188) 8635 : cluster [DBG] pgmap v8098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:56 smithi145 bash[13673]: audit 2022-04-26T07:05:56.002373+0000 mon.smithi136 (mon.0) 5365 : audit [DBG] from='client.? 172.21.15.136:0/2578358876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:56 smithi136 bash[11745]: cluster 2022-04-26T07:05:55.007129+0000 mgr.smithi136.ofnrfx (mgr.14188) 8635 : cluster [DBG] pgmap v8098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:56 smithi136 bash[11745]: audit 2022-04-26T07:05:56.002373+0000 mon.smithi136 (mon.0) 5365 : audit [DBG] from='client.? 172.21.15.136:0/2578358876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:05:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:58 smithi145 bash[13673]: cluster 2022-04-26T07:05:57.007825+0000 mgr.smithi136.ofnrfx (mgr.14188) 8636 : cluster [DBG] pgmap v8099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:58 smithi136 bash[11745]: cluster 2022-04-26T07:05:57.007825+0000 mgr.smithi136.ofnrfx (mgr.14188) 8636 : cluster [DBG] pgmap v8099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:05:59 smithi136 bash[11745]: cluster 2022-04-26T07:05:59.008415+0000 mgr.smithi136.ofnrfx (mgr.14188) 8637 : cluster [DBG] pgmap v8100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:05:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:05:59 smithi145 bash[13673]: cluster 2022-04-26T07:05:59.008415+0000 mgr.smithi136.ofnrfx (mgr.14188) 8637 : cluster [DBG] pgmap v8100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:01.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:01.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:01.022 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:01.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:02 smithi145 bash[13673]: cluster 2022-04-26T07:06:01.009073+0000 mgr.smithi136.ofnrfx (mgr.14188) 8638 : cluster [DBG] pgmap v8101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:02 smithi145 bash[13673]: audit 2022-04-26T07:06:01.331399+0000 mon.smithi136 (mon.0) 5366 : audit [DBG] from='client.? 172.21.15.136:0/172831527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:02 smithi136 bash[11745]: cluster 2022-04-26T07:06:01.009073+0000 mgr.smithi136.ofnrfx (mgr.14188) 8638 : cluster [DBG] pgmap v8101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:02 smithi136 bash[11745]: audit 2022-04-26T07:06:01.331399+0000 mon.smithi136 (mon.0) 5366 : audit [DBG] from='client.? 172.21.15.136:0/172831527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:03 smithi145 bash[13673]: audit 2022-04-26T07:06:02.938436+0000 mon.smithi136 (mon.0) 5367 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:06:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:03 smithi145 bash[13673]: audit 2022-04-26T07:06:02.942265+0000 mon.smithi136 (mon.0) 5368 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:06:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:03 smithi136 bash[11745]: audit 2022-04-26T07:06:02.938436+0000 mon.smithi136 (mon.0) 5367 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:06:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:03 smithi136 bash[11745]: audit 2022-04-26T07:06:02.942265+0000 mon.smithi136 (mon.0) 5368 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:06:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:04 smithi145 bash[13673]: cluster 2022-04-26T07:06:03.009673+0000 mgr.smithi136.ofnrfx (mgr.14188) 8639 : cluster [DBG] pgmap v8102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:04 smithi136 bash[11745]: cluster 2022-04-26T07:06:03.009673+0000 mgr.smithi136.ofnrfx (mgr.14188) 8639 : cluster [DBG] pgmap v8102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:06.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:06.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:06.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:06 smithi145 bash[13673]: cluster 2022-04-26T07:06:05.010279+0000 mgr.smithi136.ofnrfx (mgr.14188) 8640 : cluster [DBG] pgmap v8103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:06 smithi136 bash[11745]: cluster 2022-04-26T07:06:05.010279+0000 mgr.smithi136.ofnrfx (mgr.14188) 8640 : cluster [DBG] pgmap v8103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:06.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:07 smithi145 bash[13673]: audit 2022-04-26T07:06:06.652639+0000 mon.smithi136 (mon.0) 5369 : audit [DBG] from='client.? 172.21.15.136:0/1922242707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:07 smithi136 bash[11745]: audit 2022-04-26T07:06:06.652639+0000 mon.smithi136 (mon.0) 5369 : audit [DBG] from='client.? 172.21.15.136:0/1922242707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:08 smithi145 bash[13673]: cluster 2022-04-26T07:06:07.010899+0000 mgr.smithi136.ofnrfx (mgr.14188) 8641 : cluster [DBG] pgmap v8104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:08 smithi136 bash[11745]: cluster 2022-04-26T07:06:07.010899+0000 mgr.smithi136.ofnrfx (mgr.14188) 8641 : cluster [DBG] pgmap v8104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:09 smithi136 bash[11745]: cluster 2022-04-26T07:06:09.011542+0000 mgr.smithi136.ofnrfx (mgr.14188) 8642 : cluster [DBG] pgmap v8105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:09 smithi145 bash[13673]: cluster 2022-04-26T07:06:09.011542+0000 mgr.smithi136.ofnrfx (mgr.14188) 8642 : cluster [DBG] pgmap v8105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:11.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:11.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:11.672 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:11.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:12 smithi145 bash[13673]: cluster 2022-04-26T07:06:11.012251+0000 mgr.smithi136.ofnrfx (mgr.14188) 8643 : cluster [DBG] pgmap v8106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:12 smithi145 bash[13673]: audit 2022-04-26T07:06:11.977179+0000 mon.smithi136 (mon.0) 5370 : audit [DBG] from='client.? 172.21.15.136:0/3512749709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:12 smithi136 bash[11745]: cluster 2022-04-26T07:06:11.012251+0000 mgr.smithi136.ofnrfx (mgr.14188) 8643 : cluster [DBG] pgmap v8106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:12.602 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:12 smithi136 bash[11745]: audit 2022-04-26T07:06:11.977179+0000 mon.smithi136 (mon.0) 5370 : audit [DBG] from='client.? 172.21.15.136:0/3512749709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:14 smithi145 bash[13673]: cluster 2022-04-26T07:06:13.012900+0000 mgr.smithi136.ofnrfx (mgr.14188) 8644 : cluster [DBG] pgmap v8107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:14 smithi136 bash[11745]: cluster 2022-04-26T07:06:13.012900+0000 mgr.smithi136.ofnrfx (mgr.14188) 8644 : cluster [DBG] pgmap v8107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:16 smithi145 bash[13673]: cluster 2022-04-26T07:06:15.013632+0000 mgr.smithi136.ofnrfx (mgr.14188) 8645 : cluster [DBG] pgmap v8108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:16 smithi136 bash[11745]: cluster 2022-04-26T07:06:15.013632+0000 mgr.smithi136.ofnrfx (mgr.14188) 8645 : cluster [DBG] pgmap v8108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:16.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:16.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:16.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:17.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:18 smithi145 bash[13673]: cluster 2022-04-26T07:06:17.014423+0000 mgr.smithi136.ofnrfx (mgr.14188) 8646 : cluster [DBG] pgmap v8109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:18 smithi145 bash[13673]: audit 2022-04-26T07:06:17.306713+0000 mon.smithi136 (mon.0) 5371 : audit [DBG] from='client.? 172.21.15.136:0/1266405329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:18 smithi136 bash[11745]: cluster 2022-04-26T07:06:17.014423+0000 mgr.smithi136.ofnrfx (mgr.14188) 8646 : cluster [DBG] pgmap v8109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:18.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:18 smithi136 bash[11745]: audit 2022-04-26T07:06:17.306713+0000 mon.smithi136 (mon.0) 5371 : audit [DBG] from='client.? 172.21.15.136:0/1266405329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:19 smithi136 bash[11745]: cluster 2022-04-26T07:06:19.015089+0000 mgr.smithi136.ofnrfx (mgr.14188) 8647 : cluster [DBG] pgmap v8110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:19 smithi145 bash[13673]: cluster 2022-04-26T07:06:19.015089+0000 mgr.smithi136.ofnrfx (mgr.14188) 8647 : cluster [DBG] pgmap v8110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:21 smithi145 bash[13673]: audit 2022-04-26T07:06:21.025402+0000 mon.smithi136 (mon.0) 5372 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:06:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:21 smithi145 bash[13673]: audit 2022-04-26T07:06:21.028139+0000 mon.smithi136 (mon.0) 5373 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:06:21.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:21 smithi145 bash[13673]: audit 2022-04-26T07:06:21.029951+0000 mon.smithi136 (mon.0) 5374 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:06:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:21 smithi136 bash[11745]: audit 2022-04-26T07:06:21.025402+0000 mon.smithi136 (mon.0) 5372 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:06:21.588 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:21 smithi136 bash[11745]: audit 2022-04-26T07:06:21.028139+0000 mon.smithi136 (mon.0) 5373 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:06:21.588 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:21 smithi136 bash[11745]: audit 2022-04-26T07:06:21.029951+0000 mon.smithi136 (mon.0) 5374 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:06:22.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:22.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:22.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:22 smithi145 bash[13673]: cluster 2022-04-26T07:06:21.015769+0000 mgr.smithi136.ofnrfx (mgr.14188) 8648 : cluster [DBG] pgmap v8111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:22 smithi145 bash[13673]: audit 2022-04-26T07:06:21.362066+0000 mon.smithi136 (mon.0) 5375 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:06:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:22 smithi145 bash[13673]: audit 2022-04-26T07:06:21.368624+0000 mon.smithi136 (mon.0) 5376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:06:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:22 smithi136 bash[11745]: cluster 2022-04-26T07:06:21.015769+0000 mgr.smithi136.ofnrfx (mgr.14188) 8648 : cluster [DBG] pgmap v8111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:22 smithi136 bash[11745]: audit 2022-04-26T07:06:21.362066+0000 mon.smithi136 (mon.0) 5375 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:06:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:22 smithi136 bash[11745]: audit 2022-04-26T07:06:21.368624+0000 mon.smithi136 (mon.0) 5376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:06:22.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:23 smithi145 bash[13673]: cluster 2022-04-26T07:06:21.354843+0000 mgr.smithi136.ofnrfx (mgr.14188) 8649 : cluster [DBG] pgmap v8112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:23 smithi145 bash[13673]: cluster 2022-04-26T07:06:21.355166+0000 mgr.smithi136.ofnrfx (mgr.14188) 8650 : cluster [DBG] pgmap v8113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:23 smithi145 bash[13673]: cephadm 2022-04-26T07:06:21.369904+0000 mgr.smithi136.ofnrfx (mgr.14188) 8651 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:06:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:23 smithi145 bash[13673]: cephadm 2022-04-26T07:06:21.370051+0000 mgr.smithi136.ofnrfx (mgr.14188) 8652 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:06:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:23 smithi145 bash[13673]: audit 2022-04-26T07:06:22.633953+0000 mon.smithi136 (mon.0) 5377 : audit [DBG] from='client.? 172.21.15.136:0/3450790182' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:23 smithi136 bash[11745]: cluster 2022-04-26T07:06:21.354843+0000 mgr.smithi136.ofnrfx (mgr.14188) 8649 : cluster [DBG] pgmap v8112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:23.592 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:23 smithi136 bash[11745]: cluster 2022-04-26T07:06:21.355166+0000 mgr.smithi136.ofnrfx (mgr.14188) 8650 : cluster [DBG] pgmap v8113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:23.592 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:23 smithi136 bash[11745]: cephadm 2022-04-26T07:06:21.369904+0000 mgr.smithi136.ofnrfx (mgr.14188) 8651 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:06:23.593 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:23 smithi136 bash[11745]: cephadm 2022-04-26T07:06:21.370051+0000 mgr.smithi136.ofnrfx (mgr.14188) 8652 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:06:23.593 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:23 smithi136 bash[11745]: audit 2022-04-26T07:06:22.633953+0000 mon.smithi136 (mon.0) 5377 : audit [DBG] from='client.? 172.21.15.136:0/3450790182' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:24 smithi136 bash[11745]: cluster 2022-04-26T07:06:23.355907+0000 mgr.smithi136.ofnrfx (mgr.14188) 8653 : cluster [DBG] pgmap v8114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:24 smithi145 bash[13673]: cluster 2022-04-26T07:06:23.355907+0000 mgr.smithi136.ofnrfx (mgr.14188) 8653 : cluster [DBG] pgmap v8114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:26 smithi136 bash[11745]: cluster 2022-04-26T07:06:25.356561+0000 mgr.smithi136.ofnrfx (mgr.14188) 8654 : cluster [DBG] pgmap v8115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:26 smithi145 bash[13673]: cluster 2022-04-26T07:06:25.356561+0000 mgr.smithi136.ofnrfx (mgr.14188) 8654 : cluster [DBG] pgmap v8115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:27.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:27.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:27.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:27.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:28 smithi136 bash[11745]: cluster 2022-04-26T07:06:27.357230+0000 mgr.smithi136.ofnrfx (mgr.14188) 8655 : cluster [DBG] pgmap v8116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:28 smithi136 bash[11745]: audit 2022-04-26T07:06:27.954864+0000 mon.smithi136 (mon.0) 5378 : audit [DBG] from='client.? 172.21.15.136:0/3108653350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:28 smithi145 bash[13673]: cluster 2022-04-26T07:06:27.357230+0000 mgr.smithi136.ofnrfx (mgr.14188) 8655 : cluster [DBG] pgmap v8116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:28 smithi145 bash[13673]: audit 2022-04-26T07:06:27.954864+0000 mon.smithi136 (mon.0) 5378 : audit [DBG] from='client.? 172.21.15.136:0/3108653350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:30 smithi136 bash[11745]: cluster 2022-04-26T07:06:29.357909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8656 : cluster [DBG] pgmap v8117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:30 smithi145 bash[13673]: cluster 2022-04-26T07:06:29.357909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8656 : cluster [DBG] pgmap v8117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:32 smithi136 bash[11745]: cluster 2022-04-26T07:06:31.358542+0000 mgr.smithi136.ofnrfx (mgr.14188) 8657 : cluster [DBG] pgmap v8118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:32 smithi145 bash[13673]: cluster 2022-04-26T07:06:31.358542+0000 mgr.smithi136.ofnrfx (mgr.14188) 8657 : cluster [DBG] pgmap v8118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:32.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:32.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:32.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:33.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:34 smithi136 bash[11745]: audit 2022-04-26T07:06:33.284560+0000 mon.smithi136 (mon.0) 5379 : audit [DBG] from='client.? 172.21.15.136:0/915381406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:34 smithi136 bash[11745]: cluster 2022-04-26T07:06:33.359145+0000 mgr.smithi136.ofnrfx (mgr.14188) 8658 : cluster [DBG] pgmap v8119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:34 smithi145 bash[13673]: audit 2022-04-26T07:06:33.284560+0000 mon.smithi136 (mon.0) 5379 : audit [DBG] from='client.? 172.21.15.136:0/915381406' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:34.737 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:34 smithi145 bash[13673]: cluster 2022-04-26T07:06:33.359145+0000 mgr.smithi136.ofnrfx (mgr.14188) 8658 : cluster [DBG] pgmap v8119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:36 smithi136 bash[11745]: cluster 2022-04-26T07:06:35.359830+0000 mgr.smithi136.ofnrfx (mgr.14188) 8659 : cluster [DBG] pgmap v8120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:36 smithi145 bash[13673]: cluster 2022-04-26T07:06:35.359830+0000 mgr.smithi136.ofnrfx (mgr.14188) 8659 : cluster [DBG] pgmap v8120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:38.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:38.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:38.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:38.630 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:38 smithi136 bash[11745]: cluster 2022-04-26T07:06:37.360530+0000 mgr.smithi136.ofnrfx (mgr.14188) 8660 : cluster [DBG] pgmap v8121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:38 smithi145 bash[13673]: cluster 2022-04-26T07:06:37.360530+0000 mgr.smithi136.ofnrfx (mgr.14188) 8660 : cluster [DBG] pgmap v8121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:39 smithi136 bash[11745]: audit 2022-04-26T07:06:38.614551+0000 mon.smithi136 (mon.0) 5380 : audit [DBG] from='client.? 172.21.15.136:0/2971365547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:39 smithi145 bash[13673]: audit 2022-04-26T07:06:38.614551+0000 mon.smithi136 (mon.0) 5380 : audit [DBG] from='client.? 172.21.15.136:0/2971365547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:40 smithi136 bash[11745]: cluster 2022-04-26T07:06:39.361199+0000 mgr.smithi136.ofnrfx (mgr.14188) 8661 : cluster [DBG] pgmap v8122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:40 smithi145 bash[13673]: cluster 2022-04-26T07:06:39.361199+0000 mgr.smithi136.ofnrfx (mgr.14188) 8661 : cluster [DBG] pgmap v8122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:42 smithi136 bash[11745]: cluster 2022-04-26T07:06:41.361854+0000 mgr.smithi136.ofnrfx (mgr.14188) 8662 : cluster [DBG] pgmap v8123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:42 smithi145 bash[13673]: cluster 2022-04-26T07:06:41.361854+0000 mgr.smithi136.ofnrfx (mgr.14188) 8662 : cluster [DBG] pgmap v8123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:43.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:43.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:43.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:43.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:44 smithi136 bash[11745]: cluster 2022-04-26T07:06:43.362484+0000 mgr.smithi136.ofnrfx (mgr.14188) 8663 : cluster [DBG] pgmap v8124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:44 smithi136 bash[11745]: audit 2022-04-26T07:06:43.940801+0000 mon.smithi136 (mon.0) 5381 : audit [DBG] from='client.? 172.21.15.136:0/680977144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:44 smithi145 bash[13673]: cluster 2022-04-26T07:06:43.362484+0000 mgr.smithi136.ofnrfx (mgr.14188) 8663 : cluster [DBG] pgmap v8124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:44 smithi145 bash[13673]: audit 2022-04-26T07:06:43.940801+0000 mon.smithi136 (mon.0) 5381 : audit [DBG] from='client.? 172.21.15.136:0/680977144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:46 smithi136 bash[11745]: cluster 2022-04-26T07:06:45.363135+0000 mgr.smithi136.ofnrfx (mgr.14188) 8664 : cluster [DBG] pgmap v8125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:46 smithi145 bash[13673]: cluster 2022-04-26T07:06:45.363135+0000 mgr.smithi136.ofnrfx (mgr.14188) 8664 : cluster [DBG] pgmap v8125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:48 smithi136 bash[11745]: cluster 2022-04-26T07:06:47.363792+0000 mgr.smithi136.ofnrfx (mgr.14188) 8665 : cluster [DBG] pgmap v8126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:48 smithi145 bash[13673]: cluster 2022-04-26T07:06:47.363792+0000 mgr.smithi136.ofnrfx (mgr.14188) 8665 : cluster [DBG] pgmap v8126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:48.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:48.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:48.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:49.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:49 smithi136 bash[11745]: audit 2022-04-26T07:06:49.267176+0000 mon.smithi136 (mon.0) 5382 : audit [DBG] from='client.? 172.21.15.136:0/3255134710' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:49 smithi145 bash[13673]: audit 2022-04-26T07:06:49.267176+0000 mon.smithi136 (mon.0) 5382 : audit [DBG] from='client.? 172.21.15.136:0/3255134710' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:50 smithi136 bash[11745]: cluster 2022-04-26T07:06:49.364464+0000 mgr.smithi136.ofnrfx (mgr.14188) 8666 : cluster [DBG] pgmap v8127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:50 smithi145 bash[13673]: cluster 2022-04-26T07:06:49.364464+0000 mgr.smithi136.ofnrfx (mgr.14188) 8666 : cluster [DBG] pgmap v8127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:52 smithi136 bash[11745]: cluster 2022-04-26T07:06:51.365141+0000 mgr.smithi136.ofnrfx (mgr.14188) 8667 : cluster [DBG] pgmap v8128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:52 smithi145 bash[13673]: cluster 2022-04-26T07:06:51.365141+0000 mgr.smithi136.ofnrfx (mgr.14188) 8667 : cluster [DBG] pgmap v8128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:54.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:54.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:54.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:54 smithi136 bash[11745]: cluster 2022-04-26T07:06:53.365763+0000 mgr.smithi136.ofnrfx (mgr.14188) 8668 : cluster [DBG] pgmap v8129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:54.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:06:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:54 smithi145 bash[13673]: cluster 2022-04-26T07:06:53.365763+0000 mgr.smithi136.ofnrfx (mgr.14188) 8668 : cluster [DBG] pgmap v8129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:55 smithi136 bash[11745]: audit 2022-04-26T07:06:54.599799+0000 mon.smithi136 (mon.0) 5383 : audit [DBG] from='client.? 172.21.15.136:0/104837248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:55 smithi145 bash[13673]: audit 2022-04-26T07:06:54.599799+0000 mon.smithi136 (mon.0) 5383 : audit [DBG] from='client.? 172.21.15.136:0/104837248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:06:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:56 smithi136 bash[11745]: cluster 2022-04-26T07:06:55.366387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8669 : cluster [DBG] pgmap v8130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:56 smithi145 bash[13673]: cluster 2022-04-26T07:06:55.366387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8669 : cluster [DBG] pgmap v8130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:06:58 smithi136 bash[11745]: cluster 2022-04-26T07:06:57.367128+0000 mgr.smithi136.ofnrfx (mgr.14188) 8670 : cluster [DBG] pgmap v8131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:06:58 smithi145 bash[13673]: cluster 2022-04-26T07:06:57.367128+0000 mgr.smithi136.ofnrfx (mgr.14188) 8670 : cluster [DBG] pgmap v8131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:06:59.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:06:59.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:06:59.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:06:59.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:00 smithi136 bash[11745]: cluster 2022-04-26T07:06:59.367784+0000 mgr.smithi136.ofnrfx (mgr.14188) 8671 : cluster [DBG] pgmap v8132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:00 smithi136 bash[11745]: audit 2022-04-26T07:06:59.924378+0000 mon.smithi136 (mon.0) 5384 : audit [DBG] from='client.? 172.21.15.136:0/358039862' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:00 smithi145 bash[13673]: cluster 2022-04-26T07:06:59.367784+0000 mgr.smithi136.ofnrfx (mgr.14188) 8671 : cluster [DBG] pgmap v8132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:00 smithi145 bash[13673]: audit 2022-04-26T07:06:59.924378+0000 mon.smithi136 (mon.0) 5384 : audit [DBG] from='client.? 172.21.15.136:0/358039862' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:02 smithi136 bash[11745]: cluster 2022-04-26T07:07:01.368444+0000 mgr.smithi136.ofnrfx (mgr.14188) 8672 : cluster [DBG] pgmap v8133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:02 smithi145 bash[13673]: cluster 2022-04-26T07:07:01.368444+0000 mgr.smithi136.ofnrfx (mgr.14188) 8672 : cluster [DBG] pgmap v8133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:03 smithi136 bash[11745]: audit 2022-04-26T07:07:02.942840+0000 mon.smithi136 (mon.0) 5385 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:07:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:03 smithi136 bash[11745]: audit 2022-04-26T07:07:02.946713+0000 mon.smithi136 (mon.0) 5386 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:07:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:03 smithi145 bash[13673]: audit 2022-04-26T07:07:02.942840+0000 mon.smithi136 (mon.0) 5385 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:07:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:03 smithi145 bash[13673]: audit 2022-04-26T07:07:02.946713+0000 mon.smithi136 (mon.0) 5386 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:07:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:04 smithi136 bash[11745]: cluster 2022-04-26T07:07:03.369105+0000 mgr.smithi136.ofnrfx (mgr.14188) 8673 : cluster [DBG] pgmap v8134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:04 smithi145 bash[13673]: cluster 2022-04-26T07:07:03.369105+0000 mgr.smithi136.ofnrfx (mgr.14188) 8673 : cluster [DBG] pgmap v8134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:04.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:04.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:04.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:05.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:05 smithi136 bash[11745]: audit 2022-04-26T07:07:05.249643+0000 mon.smithi136 (mon.0) 5387 : audit [DBG] from='client.? 172.21.15.136:0/2777592981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:05 smithi145 bash[13673]: audit 2022-04-26T07:07:05.249643+0000 mon.smithi136 (mon.0) 5387 : audit [DBG] from='client.? 172.21.15.136:0/2777592981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:06 smithi136 bash[11745]: cluster 2022-04-26T07:07:05.369748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8674 : cluster [DBG] pgmap v8135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:06 smithi145 bash[13673]: cluster 2022-04-26T07:07:05.369748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8674 : cluster [DBG] pgmap v8135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:08 smithi136 bash[11745]: cluster 2022-04-26T07:07:07.370392+0000 mgr.smithi136.ofnrfx (mgr.14188) 8675 : cluster [DBG] pgmap v8136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:08 smithi145 bash[13673]: cluster 2022-04-26T07:07:07.370392+0000 mgr.smithi136.ofnrfx (mgr.14188) 8675 : cluster [DBG] pgmap v8136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:10.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:10.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:10.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:10.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:10 smithi136 bash[11745]: cluster 2022-04-26T07:07:09.371137+0000 mgr.smithi136.ofnrfx (mgr.14188) 8676 : cluster [DBG] pgmap v8137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:10 smithi145 bash[13673]: cluster 2022-04-26T07:07:09.371137+0000 mgr.smithi136.ofnrfx (mgr.14188) 8676 : cluster [DBG] pgmap v8137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:11 smithi136 bash[11745]: audit 2022-04-26T07:07:10.587825+0000 mon.smithi136 (mon.0) 5388 : audit [DBG] from='client.? 172.21.15.136:0/3384664341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:11 smithi145 bash[13673]: audit 2022-04-26T07:07:10.587825+0000 mon.smithi136 (mon.0) 5388 : audit [DBG] from='client.? 172.21.15.136:0/3384664341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:12 smithi136 bash[11745]: cluster 2022-04-26T07:07:11.371845+0000 mgr.smithi136.ofnrfx (mgr.14188) 8677 : cluster [DBG] pgmap v8138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:12 smithi145 bash[13673]: cluster 2022-04-26T07:07:11.371845+0000 mgr.smithi136.ofnrfx (mgr.14188) 8677 : cluster [DBG] pgmap v8138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:14 smithi136 bash[11745]: cluster 2022-04-26T07:07:13.372464+0000 mgr.smithi136.ofnrfx (mgr.14188) 8678 : cluster [DBG] pgmap v8139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:14 smithi145 bash[13673]: cluster 2022-04-26T07:07:13.372464+0000 mgr.smithi136.ofnrfx (mgr.14188) 8678 : cluster [DBG] pgmap v8139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:15.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:15.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:15.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:15.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:16 smithi136 bash[11745]: cluster 2022-04-26T07:07:15.373075+0000 mgr.smithi136.ofnrfx (mgr.14188) 8679 : cluster [DBG] pgmap v8140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:16 smithi136 bash[11745]: audit 2022-04-26T07:07:15.914646+0000 mon.smithi136 (mon.0) 5389 : audit [DBG] from='client.? 172.21.15.136:0/3802627969' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:16 smithi145 bash[13673]: cluster 2022-04-26T07:07:15.373075+0000 mgr.smithi136.ofnrfx (mgr.14188) 8679 : cluster [DBG] pgmap v8140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:16 smithi145 bash[13673]: audit 2022-04-26T07:07:15.914646+0000 mon.smithi136 (mon.0) 5389 : audit [DBG] from='client.? 172.21.15.136:0/3802627969' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:18 smithi136 bash[11745]: cluster 2022-04-26T07:07:17.373727+0000 mgr.smithi136.ofnrfx (mgr.14188) 8680 : cluster [DBG] pgmap v8141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:18 smithi145 bash[13673]: cluster 2022-04-26T07:07:17.373727+0000 mgr.smithi136.ofnrfx (mgr.14188) 8680 : cluster [DBG] pgmap v8141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:20 smithi136 bash[11745]: cluster 2022-04-26T07:07:19.374371+0000 mgr.smithi136.ofnrfx (mgr.14188) 8681 : cluster [DBG] pgmap v8142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:20 smithi145 bash[13673]: cluster 2022-04-26T07:07:19.374371+0000 mgr.smithi136.ofnrfx (mgr.14188) 8681 : cluster [DBG] pgmap v8142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:20.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:20.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:20.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:21.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:21 smithi136 bash[11745]: audit 2022-04-26T07:07:21.242153+0000 mon.smithi136 (mon.0) 5390 : audit [DBG] from='client.? 172.21.15.136:0/553208753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:21.842 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:21 smithi136 bash[11745]: audit 2022-04-26T07:07:21.379718+0000 mon.smithi136 (mon.0) 5391 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:07:21.842 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:21 smithi136 bash[11745]: audit 2022-04-26T07:07:21.382647+0000 mon.smithi136 (mon.0) 5392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:07:21.842 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:21 smithi136 bash[11745]: audit 2022-04-26T07:07:21.384645+0000 mon.smithi136 (mon.0) 5393 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:07:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:21 smithi145 bash[13673]: audit 2022-04-26T07:07:21.242153+0000 mon.smithi136 (mon.0) 5390 : audit [DBG] from='client.? 172.21.15.136:0/553208753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:21 smithi145 bash[13673]: audit 2022-04-26T07:07:21.379718+0000 mon.smithi136 (mon.0) 5391 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:07:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:21 smithi145 bash[13673]: audit 2022-04-26T07:07:21.382647+0000 mon.smithi136 (mon.0) 5392 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:07:21.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:21 smithi145 bash[13673]: audit 2022-04-26T07:07:21.384645+0000 mon.smithi136 (mon.0) 5393 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:07:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:22 smithi136 bash[11745]: cluster 2022-04-26T07:07:21.375146+0000 mgr.smithi136.ofnrfx (mgr.14188) 8682 : cluster [DBG] pgmap v8143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:22 smithi145 bash[13673]: cluster 2022-04-26T07:07:21.375146+0000 mgr.smithi136.ofnrfx (mgr.14188) 8682 : cluster [DBG] pgmap v8143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:24 smithi136 bash[11745]: cluster 2022-04-26T07:07:23.375856+0000 mgr.smithi136.ofnrfx (mgr.14188) 8683 : cluster [DBG] pgmap v8144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:24 smithi145 bash[13673]: cluster 2022-04-26T07:07:23.375856+0000 mgr.smithi136.ofnrfx (mgr.14188) 8683 : cluster [DBG] pgmap v8144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:26.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:26.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:26.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: audit 2022-04-26T07:07:25.162776+0000 mon.smithi136 (mon.0) 5394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:07:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: cluster 2022-04-26T07:07:25.376404+0000 mgr.smithi136.ofnrfx (mgr.14188) 8684 : cluster [DBG] pgmap v8145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: audit 2022-04-26T07:07:25.829157+0000 mon.smithi136 (mon.0) 5395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:07:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: cluster 2022-04-26T07:07:26.117587+0000 mgr.smithi136.ofnrfx (mgr.14188) 8685 : cluster [DBG] pgmap v8146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: cluster 2022-04-26T07:07:26.117806+0000 mgr.smithi136.ofnrfx (mgr.14188) 8686 : cluster [DBG] pgmap v8147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: audit 2022-04-26T07:07:26.123396+0000 mon.smithi136 (mon.0) 5396 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:07:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: audit 2022-04-26T07:07:26.131430+0000 mon.smithi136 (mon.0) 5397 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:07:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: cephadm 2022-04-26T07:07:26.132399+0000 mgr.smithi136.ofnrfx (mgr.14188) 8687 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:07:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:26 smithi136 bash[11745]: cephadm 2022-04-26T07:07:26.132565+0000 mgr.smithi136.ofnrfx (mgr.14188) 8688 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:07:26.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: audit 2022-04-26T07:07:25.162776+0000 mon.smithi136 (mon.0) 5394 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:07:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: cluster 2022-04-26T07:07:25.376404+0000 mgr.smithi136.ofnrfx (mgr.14188) 8684 : cluster [DBG] pgmap v8145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: audit 2022-04-26T07:07:25.829157+0000 mon.smithi136 (mon.0) 5395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:07:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: cluster 2022-04-26T07:07:26.117587+0000 mgr.smithi136.ofnrfx (mgr.14188) 8685 : cluster [DBG] pgmap v8146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: cluster 2022-04-26T07:07:26.117806+0000 mgr.smithi136.ofnrfx (mgr.14188) 8686 : cluster [DBG] pgmap v8147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: audit 2022-04-26T07:07:26.123396+0000 mon.smithi136 (mon.0) 5396 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:07:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: audit 2022-04-26T07:07:26.131430+0000 mon.smithi136 (mon.0) 5397 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:07:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: cephadm 2022-04-26T07:07:26.132399+0000 mgr.smithi136.ofnrfx (mgr.14188) 8687 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:07:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:26 smithi145 bash[13673]: cephadm 2022-04-26T07:07:26.132565+0000 mgr.smithi136.ofnrfx (mgr.14188) 8688 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:07:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:27 smithi136 bash[11745]: audit 2022-04-26T07:07:26.566930+0000 mon.smithi136 (mon.0) 5398 : audit [DBG] from='client.? 172.21.15.136:0/839095866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:27 smithi145 bash[13673]: audit 2022-04-26T07:07:26.566930+0000 mon.smithi136 (mon.0) 5398 : audit [DBG] from='client.? 172.21.15.136:0/839095866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:28 smithi145 bash[13673]: cluster 2022-04-26T07:07:28.118363+0000 mgr.smithi136.ofnrfx (mgr.14188) 8689 : cluster [DBG] pgmap v8148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:28 smithi136 bash[11745]: cluster 2022-04-26T07:07:28.118363+0000 mgr.smithi136.ofnrfx (mgr.14188) 8689 : cluster [DBG] pgmap v8148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:30.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:30 smithi136 bash[11745]: cluster 2022-04-26T07:07:30.119081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8690 : cluster [DBG] pgmap v8149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:30 smithi145 bash[13673]: cluster 2022-04-26T07:07:30.119081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8690 : cluster [DBG] pgmap v8149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:31.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:31.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:31.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:31.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:31 smithi136 bash[11745]: audit 2022-04-26T07:07:31.891304+0000 mon.smithi136 (mon.0) 5399 : audit [DBG] from='client.? 172.21.15.136:0/3041088767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:31 smithi145 bash[13673]: audit 2022-04-26T07:07:31.891304+0000 mon.smithi136 (mon.0) 5399 : audit [DBG] from='client.? 172.21.15.136:0/3041088767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:33.315 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:32 smithi136 bash[11745]: cluster 2022-04-26T07:07:32.119901+0000 mgr.smithi136.ofnrfx (mgr.14188) 8691 : cluster [DBG] pgmap v8150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:32 smithi145 bash[13673]: cluster 2022-04-26T07:07:32.119901+0000 mgr.smithi136.ofnrfx (mgr.14188) 8691 : cluster [DBG] pgmap v8150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:34 smithi136 bash[11745]: cluster 2022-04-26T07:07:34.120568+0000 mgr.smithi136.ofnrfx (mgr.14188) 8692 : cluster [DBG] pgmap v8151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:34 smithi145 bash[13673]: cluster 2022-04-26T07:07:34.120568+0000 mgr.smithi136.ofnrfx (mgr.14188) 8692 : cluster [DBG] pgmap v8151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:36 smithi136 bash[11745]: cluster 2022-04-26T07:07:36.121212+0000 mgr.smithi136.ofnrfx (mgr.14188) 8693 : cluster [DBG] pgmap v8152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:36 smithi145 bash[13673]: cluster 2022-04-26T07:07:36.121212+0000 mgr.smithi136.ofnrfx (mgr.14188) 8693 : cluster [DBG] pgmap v8152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:36.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:36.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:36.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:37.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:37 smithi136 bash[11745]: audit 2022-04-26T07:07:37.221719+0000 mon.smithi136 (mon.0) 5400 : audit [DBG] from='client.? 172.21.15.136:0/2346445437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:37 smithi145 bash[13673]: audit 2022-04-26T07:07:37.221719+0000 mon.smithi136 (mon.0) 5400 : audit [DBG] from='client.? 172.21.15.136:0/2346445437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:38 smithi145 bash[13673]: cluster 2022-04-26T07:07:38.121862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8694 : cluster [DBG] pgmap v8153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:38 smithi136 bash[11745]: cluster 2022-04-26T07:07:38.121862+0000 mgr.smithi136.ofnrfx (mgr.14188) 8694 : cluster [DBG] pgmap v8153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:40.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:40 smithi136 bash[11745]: cluster 2022-04-26T07:07:40.122429+0000 mgr.smithi136.ofnrfx (mgr.14188) 8695 : cluster [DBG] pgmap v8154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:40 smithi145 bash[13673]: cluster 2022-04-26T07:07:40.122429+0000 mgr.smithi136.ofnrfx (mgr.14188) 8695 : cluster [DBG] pgmap v8154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:42.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:42.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:42.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:42 smithi136 bash[11745]: cluster 2022-04-26T07:07:42.123037+0000 mgr.smithi136.ofnrfx (mgr.14188) 8696 : cluster [DBG] pgmap v8155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:42.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:42 smithi145 bash[13673]: cluster 2022-04-26T07:07:42.123037+0000 mgr.smithi136.ofnrfx (mgr.14188) 8696 : cluster [DBG] pgmap v8155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:43 smithi136 bash[11745]: audit 2022-04-26T07:07:42.551657+0000 mon.smithi136 (mon.0) 5401 : audit [DBG] from='client.? 172.21.15.136:0/3134537189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:43 smithi145 bash[13673]: audit 2022-04-26T07:07:42.551657+0000 mon.smithi136 (mon.0) 5401 : audit [DBG] from='client.? 172.21.15.136:0/3134537189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:44 smithi136 bash[11745]: cluster 2022-04-26T07:07:44.123650+0000 mgr.smithi136.ofnrfx (mgr.14188) 8697 : cluster [DBG] pgmap v8156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:44 smithi145 bash[13673]: cluster 2022-04-26T07:07:44.123650+0000 mgr.smithi136.ofnrfx (mgr.14188) 8697 : cluster [DBG] pgmap v8156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:46 smithi136 bash[11745]: cluster 2022-04-26T07:07:46.124294+0000 mgr.smithi136.ofnrfx (mgr.14188) 8698 : cluster [DBG] pgmap v8157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:46 smithi145 bash[13673]: cluster 2022-04-26T07:07:46.124294+0000 mgr.smithi136.ofnrfx (mgr.14188) 8698 : cluster [DBG] pgmap v8157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:47.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:47.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:47.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:47.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:47 smithi136 bash[11745]: audit 2022-04-26T07:07:47.875832+0000 mon.smithi136 (mon.0) 5402 : audit [DBG] from='client.? 172.21.15.136:0/3450973117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:47 smithi145 bash[13673]: audit 2022-04-26T07:07:47.875832+0000 mon.smithi136 (mon.0) 5402 : audit [DBG] from='client.? 172.21.15.136:0/3450973117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:48 smithi136 bash[11745]: cluster 2022-04-26T07:07:48.124965+0000 mgr.smithi136.ofnrfx (mgr.14188) 8699 : cluster [DBG] pgmap v8158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:48 smithi145 bash[13673]: cluster 2022-04-26T07:07:48.124965+0000 mgr.smithi136.ofnrfx (mgr.14188) 8699 : cluster [DBG] pgmap v8158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:50.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:50 smithi136 bash[11745]: cluster 2022-04-26T07:07:50.125684+0000 mgr.smithi136.ofnrfx (mgr.14188) 8700 : cluster [DBG] pgmap v8159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:50.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:50 smithi145 bash[13673]: cluster 2022-04-26T07:07:50.125684+0000 mgr.smithi136.ofnrfx (mgr.14188) 8700 : cluster [DBG] pgmap v8159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:52 smithi136 bash[11745]: cluster 2022-04-26T07:07:52.126450+0000 mgr.smithi136.ofnrfx (mgr.14188) 8701 : cluster [DBG] pgmap v8160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:52 smithi145 bash[13673]: cluster 2022-04-26T07:07:52.126450+0000 mgr.smithi136.ofnrfx (mgr.14188) 8701 : cluster [DBG] pgmap v8160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:52.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:52.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:52.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:53.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:53 smithi136 bash[11745]: audit 2022-04-26T07:07:53.210786+0000 mon.smithi136 (mon.0) 5403 : audit [DBG] from='client.? 172.21.15.136:0/2425715848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:53 smithi145 bash[13673]: audit 2022-04-26T07:07:53.210786+0000 mon.smithi136 (mon.0) 5403 : audit [DBG] from='client.? 172.21.15.136:0/2425715848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:54 smithi136 bash[11745]: cluster 2022-04-26T07:07:54.127130+0000 mgr.smithi136.ofnrfx (mgr.14188) 8702 : cluster [DBG] pgmap v8161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:54 smithi145 bash[13673]: cluster 2022-04-26T07:07:54.127130+0000 mgr.smithi136.ofnrfx (mgr.14188) 8702 : cluster [DBG] pgmap v8161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:56 smithi136 bash[11745]: cluster 2022-04-26T07:07:56.127850+0000 mgr.smithi136.ofnrfx (mgr.14188) 8703 : cluster [DBG] pgmap v8162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:56 smithi145 bash[13673]: cluster 2022-04-26T07:07:56.127850+0000 mgr.smithi136.ofnrfx (mgr.14188) 8703 : cluster [DBG] pgmap v8162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:58.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:07:58.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:07:58.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:07:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:58 smithi145 bash[13673]: cluster 2022-04-26T07:07:58.128493+0000 mgr.smithi136.ofnrfx (mgr.14188) 8704 : cluster [DBG] pgmap v8163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:58.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:07:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:58 smithi136 bash[11745]: cluster 2022-04-26T07:07:58.128493+0000 mgr.smithi136.ofnrfx (mgr.14188) 8704 : cluster [DBG] pgmap v8163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:07:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:07:59 smithi136 bash[11745]: audit 2022-04-26T07:07:58.533136+0000 mon.smithi136 (mon.0) 5404 : audit [DBG] from='client.? 172.21.15.136:0/734119920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:07:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:07:59 smithi145 bash[13673]: audit 2022-04-26T07:07:58.533136+0000 mon.smithi136 (mon.0) 5404 : audit [DBG] from='client.? 172.21.15.136:0/734119920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:00.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:00 smithi136 bash[11745]: cluster 2022-04-26T07:08:00.129083+0000 mgr.smithi136.ofnrfx (mgr.14188) 8705 : cluster [DBG] pgmap v8164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:00 smithi145 bash[13673]: cluster 2022-04-26T07:08:00.129083+0000 mgr.smithi136.ofnrfx (mgr.14188) 8705 : cluster [DBG] pgmap v8164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:02 smithi136 bash[11745]: cluster 2022-04-26T07:08:02.129768+0000 mgr.smithi136.ofnrfx (mgr.14188) 8706 : cluster [DBG] pgmap v8165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:02 smithi145 bash[13673]: cluster 2022-04-26T07:08:02.129768+0000 mgr.smithi136.ofnrfx (mgr.14188) 8706 : cluster [DBG] pgmap v8165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:03.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:03.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:03.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:03 smithi136 bash[11745]: audit 2022-04-26T07:08:02.946949+0000 mon.smithi136 (mon.0) 5405 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:08:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:03 smithi136 bash[11745]: audit 2022-04-26T07:08:02.950992+0000 mon.smithi136 (mon.0) 5406 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:08:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:03 smithi145 bash[13673]: audit 2022-04-26T07:08:02.946949+0000 mon.smithi136 (mon.0) 5405 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:08:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:03 smithi145 bash[13673]: audit 2022-04-26T07:08:02.950992+0000 mon.smithi136 (mon.0) 5406 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:08:03.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:04 smithi136 bash[11745]: audit 2022-04-26T07:08:03.859820+0000 mon.smithi136 (mon.0) 5407 : audit [DBG] from='client.? 172.21.15.136:0/51133143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:04 smithi136 bash[11745]: cluster 2022-04-26T07:08:04.130510+0000 mgr.smithi136.ofnrfx (mgr.14188) 8707 : cluster [DBG] pgmap v8166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:04 smithi145 bash[13673]: audit 2022-04-26T07:08:03.859820+0000 mon.smithi136 (mon.0) 5407 : audit [DBG] from='client.? 172.21.15.136:0/51133143' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:04 smithi145 bash[13673]: cluster 2022-04-26T07:08:04.130510+0000 mgr.smithi136.ofnrfx (mgr.14188) 8707 : cluster [DBG] pgmap v8166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:06 smithi136 bash[11745]: cluster 2022-04-26T07:08:06.131215+0000 mgr.smithi136.ofnrfx (mgr.14188) 8708 : cluster [DBG] pgmap v8167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:06 smithi145 bash[13673]: cluster 2022-04-26T07:08:06.131215+0000 mgr.smithi136.ofnrfx (mgr.14188) 8708 : cluster [DBG] pgmap v8167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:08 smithi145 bash[13673]: cluster 2022-04-26T07:08:08.131940+0000 mgr.smithi136.ofnrfx (mgr.14188) 8709 : cluster [DBG] pgmap v8168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:08 smithi136 bash[11745]: cluster 2022-04-26T07:08:08.131940+0000 mgr.smithi136.ofnrfx (mgr.14188) 8709 : cluster [DBG] pgmap v8168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:08.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:08.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:08.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:09.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:09 smithi136 bash[11745]: audit 2022-04-26T07:08:09.193420+0000 mon.smithi136 (mon.0) 5408 : audit [DBG] from='client.? 172.21.15.136:0/4062287017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:09 smithi145 bash[13673]: audit 2022-04-26T07:08:09.193420+0000 mon.smithi136 (mon.0) 5408 : audit [DBG] from='client.? 172.21.15.136:0/4062287017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:10.491 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:10 smithi136 bash[11745]: cluster 2022-04-26T07:08:10.132562+0000 mgr.smithi136.ofnrfx (mgr.14188) 8710 : cluster [DBG] pgmap v8169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:10 smithi145 bash[13673]: cluster 2022-04-26T07:08:10.132562+0000 mgr.smithi136.ofnrfx (mgr.14188) 8710 : cluster [DBG] pgmap v8169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:12 smithi136 bash[11745]: cluster 2022-04-26T07:08:12.133204+0000 mgr.smithi136.ofnrfx (mgr.14188) 8711 : cluster [DBG] pgmap v8170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:12 smithi145 bash[13673]: cluster 2022-04-26T07:08:12.133204+0000 mgr.smithi136.ofnrfx (mgr.14188) 8711 : cluster [DBG] pgmap v8170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:14.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:14.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:14.214 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:14.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:14 smithi136 bash[11745]: cluster 2022-04-26T07:08:14.133900+0000 mgr.smithi136.ofnrfx (mgr.14188) 8712 : cluster [DBG] pgmap v8171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:14 smithi145 bash[13673]: cluster 2022-04-26T07:08:14.133900+0000 mgr.smithi136.ofnrfx (mgr.14188) 8712 : cluster [DBG] pgmap v8171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:15 smithi136 bash[11745]: audit 2022-04-26T07:08:14.523391+0000 mon.smithi136 (mon.0) 5409 : audit [DBG] from='client.? 172.21.15.136:0/2874567336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:15 smithi145 bash[13673]: audit 2022-04-26T07:08:14.523391+0000 mon.smithi136 (mon.0) 5409 : audit [DBG] from='client.? 172.21.15.136:0/2874567336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:16 smithi136 bash[11745]: cluster 2022-04-26T07:08:16.134557+0000 mgr.smithi136.ofnrfx (mgr.14188) 8713 : cluster [DBG] pgmap v8172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:16 smithi145 bash[13673]: cluster 2022-04-26T07:08:16.134557+0000 mgr.smithi136.ofnrfx (mgr.14188) 8713 : cluster [DBG] pgmap v8172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:18 smithi145 bash[13673]: cluster 2022-04-26T07:08:18.135131+0000 mgr.smithi136.ofnrfx (mgr.14188) 8714 : cluster [DBG] pgmap v8173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:18 smithi136 bash[11745]: cluster 2022-04-26T07:08:18.135131+0000 mgr.smithi136.ofnrfx (mgr.14188) 8714 : cluster [DBG] pgmap v8173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:19.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:19.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:19.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:19.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:19 smithi145 bash[13673]: audit 2022-04-26T07:08:19.845172+0000 mon.smithi136 (mon.0) 5410 : audit [DBG] from='client.? 172.21.15.136:0/3171843953' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:19 smithi136 bash[11745]: audit 2022-04-26T07:08:19.845172+0000 mon.smithi136 (mon.0) 5410 : audit [DBG] from='client.? 172.21.15.136:0/3171843953' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:20 smithi136 bash[11745]: cluster 2022-04-26T07:08:20.135801+0000 mgr.smithi136.ofnrfx (mgr.14188) 8715 : cluster [DBG] pgmap v8174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:20 smithi145 bash[13673]: cluster 2022-04-26T07:08:20.135801+0000 mgr.smithi136.ofnrfx (mgr.14188) 8715 : cluster [DBG] pgmap v8174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:22 smithi136 bash[11745]: cluster 2022-04-26T07:08:22.136458+0000 mgr.smithi136.ofnrfx (mgr.14188) 8716 : cluster [DBG] pgmap v8175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:22 smithi145 bash[13673]: cluster 2022-04-26T07:08:22.136458+0000 mgr.smithi136.ofnrfx (mgr.14188) 8716 : cluster [DBG] pgmap v8175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:24 smithi136 bash[11745]: cluster 2022-04-26T07:08:24.137075+0000 mgr.smithi136.ofnrfx (mgr.14188) 8717 : cluster [DBG] pgmap v8176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:24 smithi145 bash[13673]: cluster 2022-04-26T07:08:24.137075+0000 mgr.smithi136.ofnrfx (mgr.14188) 8717 : cluster [DBG] pgmap v8176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:24.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:24.864 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:24.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:25.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:25 smithi136 bash[11745]: audit 2022-04-26T07:08:25.171896+0000 mon.smithi136 (mon.0) 5411 : audit [DBG] from='client.? 172.21.15.136:0/1131195616' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:25 smithi145 bash[13673]: audit 2022-04-26T07:08:25.171896+0000 mon.smithi136 (mon.0) 5411 : audit [DBG] from='client.? 172.21.15.136:0/1131195616' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:26 smithi136 bash[11745]: cluster 2022-04-26T07:08:26.137732+0000 mgr.smithi136.ofnrfx (mgr.14188) 8718 : cluster [DBG] pgmap v8177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:26 smithi136 bash[11745]: audit 2022-04-26T07:08:26.141275+0000 mon.smithi136 (mon.0) 5412 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:08:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:26 smithi136 bash[11745]: audit 2022-04-26T07:08:26.143935+0000 mon.smithi136 (mon.0) 5413 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:08:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:26 smithi136 bash[11745]: audit 2022-04-26T07:08:26.145729+0000 mon.smithi136 (mon.0) 5414 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:08:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:26 smithi145 bash[13673]: cluster 2022-04-26T07:08:26.137732+0000 mgr.smithi136.ofnrfx (mgr.14188) 8718 : cluster [DBG] pgmap v8177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:26 smithi145 bash[13673]: audit 2022-04-26T07:08:26.141275+0000 mon.smithi136 (mon.0) 5412 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:08:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:26 smithi145 bash[13673]: audit 2022-04-26T07:08:26.143935+0000 mon.smithi136 (mon.0) 5413 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:08:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:26 smithi145 bash[13673]: audit 2022-04-26T07:08:26.145729+0000 mon.smithi136 (mon.0) 5414 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:08:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:27 smithi136 bash[11745]: audit 2022-04-26T07:08:26.447086+0000 mon.smithi136 (mon.0) 5415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:08:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:27 smithi136 bash[11745]: cluster 2022-04-26T07:08:26.764970+0000 mgr.smithi136.ofnrfx (mgr.14188) 8719 : cluster [DBG] pgmap v8178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:27 smithi136 bash[11745]: cluster 2022-04-26T07:08:26.765305+0000 mgr.smithi136.ofnrfx (mgr.14188) 8720 : cluster [DBG] pgmap v8179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:27 smithi136 bash[11745]: audit 2022-04-26T07:08:26.772049+0000 mon.smithi136 (mon.0) 5416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:08:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:27 smithi136 bash[11745]: audit 2022-04-26T07:08:26.779425+0000 mon.smithi136 (mon.0) 5417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:08:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:27 smithi136 bash[11745]: cephadm 2022-04-26T07:08:26.780842+0000 mgr.smithi136.ofnrfx (mgr.14188) 8721 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:08:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:27 smithi136 bash[11745]: cephadm 2022-04-26T07:08:26.781016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8722 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:08:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:27 smithi145 bash[13673]: audit 2022-04-26T07:08:26.447086+0000 mon.smithi136 (mon.0) 5415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:08:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:27 smithi145 bash[13673]: cluster 2022-04-26T07:08:26.764970+0000 mgr.smithi136.ofnrfx (mgr.14188) 8719 : cluster [DBG] pgmap v8178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:27 smithi145 bash[13673]: cluster 2022-04-26T07:08:26.765305+0000 mgr.smithi136.ofnrfx (mgr.14188) 8720 : cluster [DBG] pgmap v8179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:27 smithi145 bash[13673]: audit 2022-04-26T07:08:26.772049+0000 mon.smithi136 (mon.0) 5416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:08:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:27 smithi145 bash[13673]: audit 2022-04-26T07:08:26.779425+0000 mon.smithi136 (mon.0) 5417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:08:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:27 smithi145 bash[13673]: cephadm 2022-04-26T07:08:26.780842+0000 mgr.smithi136.ofnrfx (mgr.14188) 8721 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:08:27.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:27 smithi145 bash[13673]: cephadm 2022-04-26T07:08:26.781016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8722 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:08:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:29 smithi136 bash[11745]: cluster 2022-04-26T07:08:28.765863+0000 mgr.smithi136.ofnrfx (mgr.14188) 8723 : cluster [DBG] pgmap v8180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:29 smithi145 bash[13673]: cluster 2022-04-26T07:08:28.765863+0000 mgr.smithi136.ofnrfx (mgr.14188) 8723 : cluster [DBG] pgmap v8180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:30.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:30.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:30.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:30.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:30 smithi136 bash[11745]: audit 2022-04-26T07:08:30.493854+0000 mon.smithi136 (mon.0) 5418 : audit [DBG] from='client.? 172.21.15.136:0/2615702814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:30 smithi145 bash[13673]: audit 2022-04-26T07:08:30.493854+0000 mon.smithi136 (mon.0) 5418 : audit [DBG] from='client.? 172.21.15.136:0/2615702814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:31 smithi136 bash[11745]: cluster 2022-04-26T07:08:30.766479+0000 mgr.smithi136.ofnrfx (mgr.14188) 8724 : cluster [DBG] pgmap v8181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:31 smithi145 bash[13673]: cluster 2022-04-26T07:08:30.766479+0000 mgr.smithi136.ofnrfx (mgr.14188) 8724 : cluster [DBG] pgmap v8181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:33 smithi145 bash[13673]: cluster 2022-04-26T07:08:32.767050+0000 mgr.smithi136.ofnrfx (mgr.14188) 8725 : cluster [DBG] pgmap v8182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:33 smithi136 bash[11745]: cluster 2022-04-26T07:08:32.767050+0000 mgr.smithi136.ofnrfx (mgr.14188) 8725 : cluster [DBG] pgmap v8182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:35.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:35.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:35.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:35.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:35 smithi145 bash[13673]: cluster 2022-04-26T07:08:34.767770+0000 mgr.smithi136.ofnrfx (mgr.14188) 8726 : cluster [DBG] pgmap v8183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:35 smithi136 bash[11745]: cluster 2022-04-26T07:08:34.767770+0000 mgr.smithi136.ofnrfx (mgr.14188) 8726 : cluster [DBG] pgmap v8183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:36 smithi145 bash[13673]: audit 2022-04-26T07:08:35.832510+0000 mon.smithi136 (mon.0) 5419 : audit [DBG] from='client.? 172.21.15.136:0/3293043445' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:36 smithi136 bash[11745]: audit 2022-04-26T07:08:35.832510+0000 mon.smithi136 (mon.0) 5419 : audit [DBG] from='client.? 172.21.15.136:0/3293043445' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:37 smithi145 bash[13673]: cluster 2022-04-26T07:08:36.768398+0000 mgr.smithi136.ofnrfx (mgr.14188) 8727 : cluster [DBG] pgmap v8184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:37 smithi136 bash[11745]: cluster 2022-04-26T07:08:36.768398+0000 mgr.smithi136.ofnrfx (mgr.14188) 8727 : cluster [DBG] pgmap v8184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:39 smithi136 bash[11745]: cluster 2022-04-26T07:08:38.769027+0000 mgr.smithi136.ofnrfx (mgr.14188) 8728 : cluster [DBG] pgmap v8185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:39 smithi145 bash[13673]: cluster 2022-04-26T07:08:38.769027+0000 mgr.smithi136.ofnrfx (mgr.14188) 8728 : cluster [DBG] pgmap v8185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:40.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:40.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:40.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:41.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:41 smithi145 bash[13673]: cluster 2022-04-26T07:08:40.769635+0000 mgr.smithi136.ofnrfx (mgr.14188) 8729 : cluster [DBG] pgmap v8186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:41 smithi145 bash[13673]: audit 2022-04-26T07:08:41.168812+0000 mon.smithi136 (mon.0) 5420 : audit [DBG] from='client.? 172.21.15.136:0/858390134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:41 smithi136 bash[11745]: cluster 2022-04-26T07:08:40.769635+0000 mgr.smithi136.ofnrfx (mgr.14188) 8729 : cluster [DBG] pgmap v8186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:41 smithi136 bash[11745]: audit 2022-04-26T07:08:41.168812+0000 mon.smithi136 (mon.0) 5420 : audit [DBG] from='client.? 172.21.15.136:0/858390134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:43 smithi145 bash[13673]: cluster 2022-04-26T07:08:42.770289+0000 mgr.smithi136.ofnrfx (mgr.14188) 8730 : cluster [DBG] pgmap v8187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:43 smithi136 bash[11745]: cluster 2022-04-26T07:08:42.770289+0000 mgr.smithi136.ofnrfx (mgr.14188) 8730 : cluster [DBG] pgmap v8187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:45 smithi145 bash[13673]: cluster 2022-04-26T07:08:44.770975+0000 mgr.smithi136.ofnrfx (mgr.14188) 8731 : cluster [DBG] pgmap v8188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:46.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:46.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:46.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:45 smithi136 bash[11745]: cluster 2022-04-26T07:08:44.770975+0000 mgr.smithi136.ofnrfx (mgr.14188) 8731 : cluster [DBG] pgmap v8188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:46.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:46 smithi145 bash[13673]: audit 2022-04-26T07:08:46.496349+0000 mon.smithi136 (mon.0) 5421 : audit [DBG] from='client.? 172.21.15.136:0/3539794721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:46 smithi136 bash[11745]: audit 2022-04-26T07:08:46.496349+0000 mon.smithi136 (mon.0) 5421 : audit [DBG] from='client.? 172.21.15.136:0/3539794721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:47 smithi145 bash[13673]: cluster 2022-04-26T07:08:46.771683+0000 mgr.smithi136.ofnrfx (mgr.14188) 8732 : cluster [DBG] pgmap v8189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:47 smithi136 bash[11745]: cluster 2022-04-26T07:08:46.771683+0000 mgr.smithi136.ofnrfx (mgr.14188) 8732 : cluster [DBG] pgmap v8189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:49 smithi136 bash[11745]: cluster 2022-04-26T07:08:48.772296+0000 mgr.smithi136.ofnrfx (mgr.14188) 8733 : cluster [DBG] pgmap v8190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:49 smithi145 bash[13673]: cluster 2022-04-26T07:08:48.772296+0000 mgr.smithi136.ofnrfx (mgr.14188) 8733 : cluster [DBG] pgmap v8190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:51.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:51.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:51.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:51.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:51 smithi145 bash[13673]: cluster 2022-04-26T07:08:50.772923+0000 mgr.smithi136.ofnrfx (mgr.14188) 8734 : cluster [DBG] pgmap v8191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:51 smithi145 bash[13673]: audit 2022-04-26T07:08:51.825351+0000 mon.smithi136 (mon.0) 5422 : audit [DBG] from='client.? 172.21.15.136:0/1488504780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:51 smithi136 bash[11745]: cluster 2022-04-26T07:08:50.772923+0000 mgr.smithi136.ofnrfx (mgr.14188) 8734 : cluster [DBG] pgmap v8191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:51 smithi136 bash[11745]: audit 2022-04-26T07:08:51.825351+0000 mon.smithi136 (mon.0) 5422 : audit [DBG] from='client.? 172.21.15.136:0/1488504780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:53 smithi145 bash[13673]: cluster 2022-04-26T07:08:52.773564+0000 mgr.smithi136.ofnrfx (mgr.14188) 8735 : cluster [DBG] pgmap v8192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:53 smithi136 bash[11745]: cluster 2022-04-26T07:08:52.773564+0000 mgr.smithi136.ofnrfx (mgr.14188) 8735 : cluster [DBG] pgmap v8192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:55 smithi145 bash[13673]: cluster 2022-04-26T07:08:54.774302+0000 mgr.smithi136.ofnrfx (mgr.14188) 8736 : cluster [DBG] pgmap v8193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:55 smithi136 bash[11745]: cluster 2022-04-26T07:08:54.774302+0000 mgr.smithi136.ofnrfx (mgr.14188) 8736 : cluster [DBG] pgmap v8193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:56.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:08:56.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:08:56.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:08:57.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:08:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:57 smithi145 bash[13673]: cluster 2022-04-26T07:08:56.775020+0000 mgr.smithi136.ofnrfx (mgr.14188) 8737 : cluster [DBG] pgmap v8194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:57 smithi145 bash[13673]: audit 2022-04-26T07:08:57.157901+0000 mon.smithi136 (mon.0) 5423 : audit [DBG] from='client.? 172.21.15.136:0/225740280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:57 smithi136 bash[11745]: cluster 2022-04-26T07:08:56.775020+0000 mgr.smithi136.ofnrfx (mgr.14188) 8737 : cluster [DBG] pgmap v8194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:57 smithi136 bash[11745]: audit 2022-04-26T07:08:57.157901+0000 mon.smithi136 (mon.0) 5423 : audit [DBG] from='client.? 172.21.15.136:0/225740280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:08:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:08:59 smithi145 bash[13673]: cluster 2022-04-26T07:08:58.775682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8738 : cluster [DBG] pgmap v8195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:08:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:08:59 smithi136 bash[11745]: cluster 2022-04-26T07:08:58.775682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8738 : cluster [DBG] pgmap v8195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:01 smithi145 bash[13673]: cluster 2022-04-26T07:09:00.776293+0000 mgr.smithi136.ofnrfx (mgr.14188) 8739 : cluster [DBG] pgmap v8196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:02.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:02.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:02.176 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:01 smithi136 bash[11745]: cluster 2022-04-26T07:09:00.776293+0000 mgr.smithi136.ofnrfx (mgr.14188) 8739 : cluster [DBG] pgmap v8196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:02.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:02 smithi145 bash[13673]: audit 2022-04-26T07:09:02.478244+0000 mon.smithi136 (mon.0) 5424 : audit [DBG] from='client.? 172.21.15.136:0/3625136236' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:02 smithi136 bash[11745]: audit 2022-04-26T07:09:02.478244+0000 mon.smithi136 (mon.0) 5424 : audit [DBG] from='client.? 172.21.15.136:0/3625136236' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:03 smithi145 bash[13673]: cluster 2022-04-26T07:09:02.777041+0000 mgr.smithi136.ofnrfx (mgr.14188) 8740 : cluster [DBG] pgmap v8197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:03 smithi145 bash[13673]: audit 2022-04-26T07:09:02.951074+0000 mon.smithi136 (mon.0) 5425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:03 smithi145 bash[13673]: audit 2022-04-26T07:09:02.954880+0000 mon.smithi136 (mon.0) 5426 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:09:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:03 smithi136 bash[11745]: cluster 2022-04-26T07:09:02.777041+0000 mgr.smithi136.ofnrfx (mgr.14188) 8740 : cluster [DBG] pgmap v8197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:03 smithi136 bash[11745]: audit 2022-04-26T07:09:02.951074+0000 mon.smithi136 (mon.0) 5425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:09:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:03 smithi136 bash[11745]: audit 2022-04-26T07:09:02.954880+0000 mon.smithi136 (mon.0) 5426 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:09:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:05 smithi145 bash[13673]: cluster 2022-04-26T07:09:04.777682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8741 : cluster [DBG] pgmap v8198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:05 smithi136 bash[11745]: cluster 2022-04-26T07:09:04.777682+0000 mgr.smithi136.ofnrfx (mgr.14188) 8741 : cluster [DBG] pgmap v8198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:07.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:07.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:07.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:07.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:07 smithi145 bash[13673]: cluster 2022-04-26T07:09:06.778305+0000 mgr.smithi136.ofnrfx (mgr.14188) 8742 : cluster [DBG] pgmap v8199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:07 smithi145 bash[13673]: audit 2022-04-26T07:09:07.811202+0000 mon.smithi136 (mon.0) 5427 : audit [DBG] from='client.? 172.21.15.136:0/3764888018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:07 smithi136 bash[11745]: cluster 2022-04-26T07:09:06.778305+0000 mgr.smithi136.ofnrfx (mgr.14188) 8742 : cluster [DBG] pgmap v8199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:07 smithi136 bash[11745]: audit 2022-04-26T07:09:07.811202+0000 mon.smithi136 (mon.0) 5427 : audit [DBG] from='client.? 172.21.15.136:0/3764888018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:09 smithi136 bash[11745]: cluster 2022-04-26T07:09:08.778921+0000 mgr.smithi136.ofnrfx (mgr.14188) 8743 : cluster [DBG] pgmap v8200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:09 smithi145 bash[13673]: cluster 2022-04-26T07:09:08.778921+0000 mgr.smithi136.ofnrfx (mgr.14188) 8743 : cluster [DBG] pgmap v8200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:11 smithi145 bash[13673]: cluster 2022-04-26T07:09:10.779500+0000 mgr.smithi136.ofnrfx (mgr.14188) 8744 : cluster [DBG] pgmap v8201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:11 smithi136 bash[11745]: cluster 2022-04-26T07:09:10.779500+0000 mgr.smithi136.ofnrfx (mgr.14188) 8744 : cluster [DBG] pgmap v8201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:12.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:12.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:12.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:13.155 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:13 smithi145 bash[13673]: cluster 2022-04-26T07:09:12.780164+0000 mgr.smithi136.ofnrfx (mgr.14188) 8745 : cluster [DBG] pgmap v8202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:13 smithi145 bash[13673]: audit 2022-04-26T07:09:13.139252+0000 mon.smithi136 (mon.0) 5428 : audit [DBG] from='client.? 172.21.15.136:0/3280279614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:13 smithi136 bash[11745]: cluster 2022-04-26T07:09:12.780164+0000 mgr.smithi136.ofnrfx (mgr.14188) 8745 : cluster [DBG] pgmap v8202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:13 smithi136 bash[11745]: audit 2022-04-26T07:09:13.139252+0000 mon.smithi136 (mon.0) 5428 : audit [DBG] from='client.? 172.21.15.136:0/3280279614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:15 smithi145 bash[13673]: cluster 2022-04-26T07:09:14.780736+0000 mgr.smithi136.ofnrfx (mgr.14188) 8746 : cluster [DBG] pgmap v8203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:15 smithi136 bash[11745]: cluster 2022-04-26T07:09:14.780736+0000 mgr.smithi136.ofnrfx (mgr.14188) 8746 : cluster [DBG] pgmap v8203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:17 smithi145 bash[13673]: cluster 2022-04-26T07:09:16.781401+0000 mgr.smithi136.ofnrfx (mgr.14188) 8747 : cluster [DBG] pgmap v8204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:18.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:18.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:18.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:17 smithi136 bash[11745]: cluster 2022-04-26T07:09:16.781401+0000 mgr.smithi136.ofnrfx (mgr.14188) 8747 : cluster [DBG] pgmap v8204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:18.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:19 smithi136 bash[11745]: audit 2022-04-26T07:09:18.466560+0000 mon.smithi136 (mon.0) 5429 : audit [DBG] from='client.? 172.21.15.136:0/553492282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:19 smithi136 bash[11745]: cluster 2022-04-26T07:09:18.782067+0000 mgr.smithi136.ofnrfx (mgr.14188) 8748 : cluster [DBG] pgmap v8205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:19 smithi145 bash[13673]: audit 2022-04-26T07:09:18.466560+0000 mon.smithi136 (mon.0) 5429 : audit [DBG] from='client.? 172.21.15.136:0/553492282' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:19 smithi145 bash[13673]: cluster 2022-04-26T07:09:18.782067+0000 mgr.smithi136.ofnrfx (mgr.14188) 8748 : cluster [DBG] pgmap v8205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:21 smithi145 bash[13673]: cluster 2022-04-26T07:09:20.782730+0000 mgr.smithi136.ofnrfx (mgr.14188) 8749 : cluster [DBG] pgmap v8206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:21 smithi136 bash[11745]: cluster 2022-04-26T07:09:20.782730+0000 mgr.smithi136.ofnrfx (mgr.14188) 8749 : cluster [DBG] pgmap v8206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:23.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:23.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:23.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:23.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:23 smithi145 bash[13673]: cluster 2022-04-26T07:09:22.783385+0000 mgr.smithi136.ofnrfx (mgr.14188) 8750 : cluster [DBG] pgmap v8207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:23 smithi145 bash[13673]: audit 2022-04-26T07:09:23.799200+0000 mon.smithi136 (mon.0) 5430 : audit [DBG] from='client.? 172.21.15.136:0/2182984635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:23 smithi136 bash[11745]: cluster 2022-04-26T07:09:22.783385+0000 mgr.smithi136.ofnrfx (mgr.14188) 8750 : cluster [DBG] pgmap v8207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:23 smithi136 bash[11745]: audit 2022-04-26T07:09:23.799200+0000 mon.smithi136 (mon.0) 5430 : audit [DBG] from='client.? 172.21.15.136:0/2182984635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:25 smithi145 bash[13673]: cluster 2022-04-26T07:09:24.783967+0000 mgr.smithi136.ofnrfx (mgr.14188) 8751 : cluster [DBG] pgmap v8208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:25 smithi136 bash[11745]: cluster 2022-04-26T07:09:24.783967+0000 mgr.smithi136.ofnrfx (mgr.14188) 8751 : cluster [DBG] pgmap v8208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:26 smithi145 bash[13673]: audit 2022-04-26T07:09:26.793511+0000 mon.smithi136 (mon.0) 5431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:09:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:26 smithi145 bash[13673]: audit 2022-04-26T07:09:26.796401+0000 mon.smithi136 (mon.0) 5432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:09:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:26 smithi145 bash[13673]: audit 2022-04-26T07:09:26.799904+0000 mon.smithi136 (mon.0) 5433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:09:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:26 smithi136 bash[11745]: audit 2022-04-26T07:09:26.793511+0000 mon.smithi136 (mon.0) 5431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:09:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:26 smithi136 bash[11745]: audit 2022-04-26T07:09:26.796401+0000 mon.smithi136 (mon.0) 5432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:09:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:26 smithi136 bash[11745]: audit 2022-04-26T07:09:26.799904+0000 mon.smithi136 (mon.0) 5433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:09:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:28 smithi145 bash[13673]: cluster 2022-04-26T07:09:26.784557+0000 mgr.smithi136.ofnrfx (mgr.14188) 8752 : cluster [DBG] pgmap v8209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:28 smithi145 bash[13673]: cluster 2022-04-26T07:09:27.124307+0000 mgr.smithi136.ofnrfx (mgr.14188) 8753 : cluster [DBG] pgmap v8210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:28 smithi145 bash[13673]: cluster 2022-04-26T07:09:27.124687+0000 mgr.smithi136.ofnrfx (mgr.14188) 8754 : cluster [DBG] pgmap v8211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:28 smithi145 bash[13673]: audit 2022-04-26T07:09:27.129723+0000 mon.smithi136 (mon.0) 5434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:09:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:28 smithi145 bash[13673]: audit 2022-04-26T07:09:27.136120+0000 mon.smithi136 (mon.0) 5435 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:09:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:28 smithi145 bash[13673]: cephadm 2022-04-26T07:09:27.137287+0000 mgr.smithi136.ofnrfx (mgr.14188) 8755 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:09:28.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:28 smithi145 bash[13673]: cephadm 2022-04-26T07:09:27.137434+0000 mgr.smithi136.ofnrfx (mgr.14188) 8756 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:09:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:28 smithi136 bash[11745]: cluster 2022-04-26T07:09:26.784557+0000 mgr.smithi136.ofnrfx (mgr.14188) 8752 : cluster [DBG] pgmap v8209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:28 smithi136 bash[11745]: cluster 2022-04-26T07:09:27.124307+0000 mgr.smithi136.ofnrfx (mgr.14188) 8753 : cluster [DBG] pgmap v8210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:28 smithi136 bash[11745]: cluster 2022-04-26T07:09:27.124687+0000 mgr.smithi136.ofnrfx (mgr.14188) 8754 : cluster [DBG] pgmap v8211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:28 smithi136 bash[11745]: audit 2022-04-26T07:09:27.129723+0000 mon.smithi136 (mon.0) 5434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:09:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:28 smithi136 bash[11745]: audit 2022-04-26T07:09:27.136120+0000 mon.smithi136 (mon.0) 5435 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:09:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:28 smithi136 bash[11745]: cephadm 2022-04-26T07:09:27.137287+0000 mgr.smithi136.ofnrfx (mgr.14188) 8755 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:09:28.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:28 smithi136 bash[11745]: cephadm 2022-04-26T07:09:27.137434+0000 mgr.smithi136.ofnrfx (mgr.14188) 8756 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:09:28.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:28.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:28.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:29.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:29 smithi136 bash[11745]: cluster 2022-04-26T07:09:29.125263+0000 mgr.smithi136.ofnrfx (mgr.14188) 8757 : cluster [DBG] pgmap v8212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:29 smithi136 bash[11745]: audit 2022-04-26T07:09:29.127318+0000 mon.smithi136 (mon.0) 5436 : audit [DBG] from='client.? 172.21.15.136:0/938889613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:29 smithi145 bash[13673]: cluster 2022-04-26T07:09:29.125263+0000 mgr.smithi136.ofnrfx (mgr.14188) 8757 : cluster [DBG] pgmap v8212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:29 smithi145 bash[13673]: audit 2022-04-26T07:09:29.127318+0000 mon.smithi136 (mon.0) 5436 : audit [DBG] from='client.? 172.21.15.136:0/938889613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:31 smithi136 bash[11745]: cluster 2022-04-26T07:09:31.125920+0000 mgr.smithi136.ofnrfx (mgr.14188) 8758 : cluster [DBG] pgmap v8213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:31 smithi145 bash[13673]: cluster 2022-04-26T07:09:31.125920+0000 mgr.smithi136.ofnrfx (mgr.14188) 8758 : cluster [DBG] pgmap v8213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:33 smithi136 bash[11745]: cluster 2022-04-26T07:09:33.126539+0000 mgr.smithi136.ofnrfx (mgr.14188) 8759 : cluster [DBG] pgmap v8214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:33 smithi145 bash[13673]: cluster 2022-04-26T07:09:33.126539+0000 mgr.smithi136.ofnrfx (mgr.14188) 8759 : cluster [DBG] pgmap v8214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:34.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:34.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:34.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:34.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:34 smithi136 bash[11745]: audit 2022-04-26T07:09:34.455756+0000 mon.smithi136 (mon.0) 5437 : audit [DBG] from='client.? 172.21.15.136:0/4034787155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:34 smithi145 bash[13673]: audit 2022-04-26T07:09:34.455756+0000 mon.smithi136 (mon.0) 5437 : audit [DBG] from='client.? 172.21.15.136:0/4034787155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:35 smithi136 bash[11745]: cluster 2022-04-26T07:09:35.127140+0000 mgr.smithi136.ofnrfx (mgr.14188) 8760 : cluster [DBG] pgmap v8215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:35 smithi145 bash[13673]: cluster 2022-04-26T07:09:35.127140+0000 mgr.smithi136.ofnrfx (mgr.14188) 8760 : cluster [DBG] pgmap v8215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:37 smithi136 bash[11745]: cluster 2022-04-26T07:09:37.127847+0000 mgr.smithi136.ofnrfx (mgr.14188) 8761 : cluster [DBG] pgmap v8216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:37 smithi145 bash[13673]: cluster 2022-04-26T07:09:37.127847+0000 mgr.smithi136.ofnrfx (mgr.14188) 8761 : cluster [DBG] pgmap v8216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:39 smithi136 bash[11745]: cluster 2022-04-26T07:09:39.128494+0000 mgr.smithi136.ofnrfx (mgr.14188) 8762 : cluster [DBG] pgmap v8217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:39.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:39.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:39.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:39 smithi145 bash[13673]: cluster 2022-04-26T07:09:39.128494+0000 mgr.smithi136.ofnrfx (mgr.14188) 8762 : cluster [DBG] pgmap v8217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:39.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:40 smithi136 bash[11745]: audit 2022-04-26T07:09:39.781031+0000 mon.smithi136 (mon.0) 5438 : audit [DBG] from='client.? 172.21.15.136:0/2025152091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:40 smithi145 bash[13673]: audit 2022-04-26T07:09:39.781031+0000 mon.smithi136 (mon.0) 5438 : audit [DBG] from='client.? 172.21.15.136:0/2025152091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:41 smithi136 bash[11745]: cluster 2022-04-26T07:09:41.129098+0000 mgr.smithi136.ofnrfx (mgr.14188) 8763 : cluster [DBG] pgmap v8218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:41 smithi145 bash[13673]: cluster 2022-04-26T07:09:41.129098+0000 mgr.smithi136.ofnrfx (mgr.14188) 8763 : cluster [DBG] pgmap v8218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:43 smithi136 bash[11745]: cluster 2022-04-26T07:09:43.129746+0000 mgr.smithi136.ofnrfx (mgr.14188) 8764 : cluster [DBG] pgmap v8219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:43 smithi145 bash[13673]: cluster 2022-04-26T07:09:43.129746+0000 mgr.smithi136.ofnrfx (mgr.14188) 8764 : cluster [DBG] pgmap v8219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:44.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:44.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:44.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:45.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:45 smithi136 bash[11745]: audit 2022-04-26T07:09:45.110403+0000 mon.smithi136 (mon.0) 5439 : audit [DBG] from='client.? 172.21.15.136:0/492125652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:45 smithi145 bash[13673]: audit 2022-04-26T07:09:45.110403+0000 mon.smithi136 (mon.0) 5439 : audit [DBG] from='client.? 172.21.15.136:0/492125652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:46 smithi136 bash[11745]: cluster 2022-04-26T07:09:45.130375+0000 mgr.smithi136.ofnrfx (mgr.14188) 8765 : cluster [DBG] pgmap v8220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:46 smithi145 bash[13673]: cluster 2022-04-26T07:09:45.130375+0000 mgr.smithi136.ofnrfx (mgr.14188) 8765 : cluster [DBG] pgmap v8220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:47 smithi136 bash[11745]: cluster 2022-04-26T07:09:47.131077+0000 mgr.smithi136.ofnrfx (mgr.14188) 8766 : cluster [DBG] pgmap v8221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:47 smithi145 bash[13673]: cluster 2022-04-26T07:09:47.131077+0000 mgr.smithi136.ofnrfx (mgr.14188) 8766 : cluster [DBG] pgmap v8221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:49 smithi136 bash[11745]: cluster 2022-04-26T07:09:49.131753+0000 mgr.smithi136.ofnrfx (mgr.14188) 8767 : cluster [DBG] pgmap v8222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:49 smithi145 bash[13673]: cluster 2022-04-26T07:09:49.131753+0000 mgr.smithi136.ofnrfx (mgr.14188) 8767 : cluster [DBG] pgmap v8222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:50.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:50.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:50.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:50.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:50 smithi136 bash[11745]: audit 2022-04-26T07:09:50.433627+0000 mon.smithi136 (mon.0) 5440 : audit [DBG] from='client.? 172.21.15.136:0/240282193' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:50 smithi145 bash[13673]: audit 2022-04-26T07:09:50.433627+0000 mon.smithi136 (mon.0) 5440 : audit [DBG] from='client.? 172.21.15.136:0/240282193' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:51 smithi136 bash[11745]: cluster 2022-04-26T07:09:51.132521+0000 mgr.smithi136.ofnrfx (mgr.14188) 8768 : cluster [DBG] pgmap v8223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:51 smithi145 bash[13673]: cluster 2022-04-26T07:09:51.132521+0000 mgr.smithi136.ofnrfx (mgr.14188) 8768 : cluster [DBG] pgmap v8223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:53 smithi136 bash[11745]: cluster 2022-04-26T07:09:53.133181+0000 mgr.smithi136.ofnrfx (mgr.14188) 8769 : cluster [DBG] pgmap v8224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:53 smithi145 bash[13673]: cluster 2022-04-26T07:09:53.133181+0000 mgr.smithi136.ofnrfx (mgr.14188) 8769 : cluster [DBG] pgmap v8224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:55.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:09:55.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:09:55.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:09:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:55 smithi136 bash[11745]: cluster 2022-04-26T07:09:55.133756+0000 mgr.smithi136.ofnrfx (mgr.14188) 8770 : cluster [DBG] pgmap v8225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:55 smithi145 bash[13673]: cluster 2022-04-26T07:09:55.133756+0000 mgr.smithi136.ofnrfx (mgr.14188) 8770 : cluster [DBG] pgmap v8225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:55.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:09:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:56 smithi136 bash[11745]: audit 2022-04-26T07:09:55.759764+0000 mon.smithi136 (mon.0) 5441 : audit [DBG] from='client.? 172.21.15.136:0/1529123825' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:56 smithi145 bash[13673]: audit 2022-04-26T07:09:55.759764+0000 mon.smithi136 (mon.0) 5441 : audit [DBG] from='client.? 172.21.15.136:0/1529123825' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:09:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:57 smithi136 bash[11745]: cluster 2022-04-26T07:09:57.134434+0000 mgr.smithi136.ofnrfx (mgr.14188) 8771 : cluster [DBG] pgmap v8226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:57 smithi145 bash[13673]: cluster 2022-04-26T07:09:57.134434+0000 mgr.smithi136.ofnrfx (mgr.14188) 8771 : cluster [DBG] pgmap v8226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:09:59 smithi136 bash[11745]: cluster 2022-04-26T07:09:59.135093+0000 mgr.smithi136.ofnrfx (mgr.14188) 8772 : cluster [DBG] pgmap v8227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:09:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:09:59 smithi145 bash[13673]: cluster 2022-04-26T07:09:59.135093+0000 mgr.smithi136.ofnrfx (mgr.14188) 8772 : cluster [DBG] pgmap v8227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:00 smithi136 bash[11745]: cluster 2022-04-26T07:10:00.000160+0000 mon.smithi136 (mon.0) 5442 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:10:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:00 smithi145 bash[13673]: cluster 2022-04-26T07:10:00.000160+0000 mon.smithi136 (mon.0) 5442 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:10:00.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:00.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:00.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:01.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:01 smithi136 bash[11745]: audit 2022-04-26T07:10:01.082350+0000 mon.smithi136 (mon.0) 5443 : audit [DBG] from='client.? 172.21.15.136:0/283508818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:01 smithi136 bash[11745]: cluster 2022-04-26T07:10:01.135756+0000 mgr.smithi136.ofnrfx (mgr.14188) 8773 : cluster [DBG] pgmap v8228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:01 smithi145 bash[13673]: audit 2022-04-26T07:10:01.082350+0000 mon.smithi136 (mon.0) 5443 : audit [DBG] from='client.? 172.21.15.136:0/283508818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:01 smithi145 bash[13673]: cluster 2022-04-26T07:10:01.135756+0000 mgr.smithi136.ofnrfx (mgr.14188) 8773 : cluster [DBG] pgmap v8228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:03 smithi136 bash[11745]: audit 2022-04-26T07:10:02.955146+0000 mon.smithi136 (mon.0) 5444 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:10:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:03 smithi136 bash[11745]: audit 2022-04-26T07:10:02.959188+0000 mon.smithi136 (mon.0) 5445 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:10:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:03 smithi145 bash[13673]: audit 2022-04-26T07:10:02.955146+0000 mon.smithi136 (mon.0) 5444 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:10:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:03 smithi145 bash[13673]: audit 2022-04-26T07:10:02.959188+0000 mon.smithi136 (mon.0) 5445 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:10:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:04 smithi136 bash[11745]: cluster 2022-04-26T07:10:03.136419+0000 mgr.smithi136.ofnrfx (mgr.14188) 8774 : cluster [DBG] pgmap v8229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:04 smithi145 bash[13673]: cluster 2022-04-26T07:10:03.136419+0000 mgr.smithi136.ofnrfx (mgr.14188) 8774 : cluster [DBG] pgmap v8229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:05 smithi136 bash[11745]: cluster 2022-04-26T07:10:05.137085+0000 mgr.smithi136.ofnrfx (mgr.14188) 8775 : cluster [DBG] pgmap v8230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:05 smithi145 bash[13673]: cluster 2022-04-26T07:10:05.137085+0000 mgr.smithi136.ofnrfx (mgr.14188) 8775 : cluster [DBG] pgmap v8230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:06.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:06.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:06.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:06.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:06 smithi136 bash[11745]: audit 2022-04-26T07:10:06.408174+0000 mon.smithi136 (mon.0) 5446 : audit [DBG] from='client.? 172.21.15.136:0/2283175520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:06 smithi145 bash[13673]: audit 2022-04-26T07:10:06.408174+0000 mon.smithi136 (mon.0) 5446 : audit [DBG] from='client.? 172.21.15.136:0/2283175520' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:07 smithi136 bash[11745]: cluster 2022-04-26T07:10:07.137726+0000 mgr.smithi136.ofnrfx (mgr.14188) 8776 : cluster [DBG] pgmap v8231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:07 smithi145 bash[13673]: cluster 2022-04-26T07:10:07.137726+0000 mgr.smithi136.ofnrfx (mgr.14188) 8776 : cluster [DBG] pgmap v8231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:09 smithi136 bash[11745]: cluster 2022-04-26T07:10:09.138386+0000 mgr.smithi136.ofnrfx (mgr.14188) 8777 : cluster [DBG] pgmap v8232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:09 smithi145 bash[13673]: cluster 2022-04-26T07:10:09.138386+0000 mgr.smithi136.ofnrfx (mgr.14188) 8777 : cluster [DBG] pgmap v8232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:11.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:11.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:11.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:11 smithi136 bash[11745]: cluster 2022-04-26T07:10:11.139182+0000 mgr.smithi136.ofnrfx (mgr.14188) 8778 : cluster [DBG] pgmap v8233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:11 smithi145 bash[13673]: cluster 2022-04-26T07:10:11.139182+0000 mgr.smithi136.ofnrfx (mgr.14188) 8778 : cluster [DBG] pgmap v8233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:11.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:12 smithi136 bash[11745]: audit 2022-04-26T07:10:11.730893+0000 mon.smithi136 (mon.0) 5447 : audit [DBG] from='client.? 172.21.15.136:0/1149779678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:12 smithi145 bash[13673]: audit 2022-04-26T07:10:11.730893+0000 mon.smithi136 (mon.0) 5447 : audit [DBG] from='client.? 172.21.15.136:0/1149779678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:13 smithi136 bash[11745]: cluster 2022-04-26T07:10:13.139872+0000 mgr.smithi136.ofnrfx (mgr.14188) 8779 : cluster [DBG] pgmap v8234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:13 smithi145 bash[13673]: cluster 2022-04-26T07:10:13.139872+0000 mgr.smithi136.ofnrfx (mgr.14188) 8779 : cluster [DBG] pgmap v8234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:15 smithi136 bash[11745]: cluster 2022-04-26T07:10:15.140563+0000 mgr.smithi136.ofnrfx (mgr.14188) 8780 : cluster [DBG] pgmap v8235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:15 smithi145 bash[13673]: cluster 2022-04-26T07:10:15.140563+0000 mgr.smithi136.ofnrfx (mgr.14188) 8780 : cluster [DBG] pgmap v8235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:16.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:16.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:16.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:17.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:17 smithi145 bash[13673]: audit 2022-04-26T07:10:17.060033+0000 mon.smithi136 (mon.0) 5448 : audit [DBG] from='client.? 172.21.15.136:0/254825772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:17 smithi136 bash[11745]: audit 2022-04-26T07:10:17.060033+0000 mon.smithi136 (mon.0) 5448 : audit [DBG] from='client.? 172.21.15.136:0/254825772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:18 smithi145 bash[13673]: cluster 2022-04-26T07:10:17.141168+0000 mgr.smithi136.ofnrfx (mgr.14188) 8781 : cluster [DBG] pgmap v8236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:18 smithi136 bash[11745]: cluster 2022-04-26T07:10:17.141168+0000 mgr.smithi136.ofnrfx (mgr.14188) 8781 : cluster [DBG] pgmap v8236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:19 smithi136 bash[11745]: cluster 2022-04-26T07:10:19.141818+0000 mgr.smithi136.ofnrfx (mgr.14188) 8782 : cluster [DBG] pgmap v8237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:19 smithi145 bash[13673]: cluster 2022-04-26T07:10:19.141818+0000 mgr.smithi136.ofnrfx (mgr.14188) 8782 : cluster [DBG] pgmap v8237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:21 smithi136 bash[11745]: cluster 2022-04-26T07:10:21.142487+0000 mgr.smithi136.ofnrfx (mgr.14188) 8783 : cluster [DBG] pgmap v8238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:21 smithi145 bash[13673]: cluster 2022-04-26T07:10:21.142487+0000 mgr.smithi136.ofnrfx (mgr.14188) 8783 : cluster [DBG] pgmap v8238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:22.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:22.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:22.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:22.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:22.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:22 smithi136 bash[11745]: audit 2022-04-26T07:10:22.383616+0000 mon.smithi136 (mon.0) 5449 : audit [DBG] from='client.? 172.21.15.136:0/1545704162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:22 smithi145 bash[13673]: audit 2022-04-26T07:10:22.383616+0000 mon.smithi136 (mon.0) 5449 : audit [DBG] from='client.? 172.21.15.136:0/1545704162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:23 smithi136 bash[11745]: cluster 2022-04-26T07:10:23.143108+0000 mgr.smithi136.ofnrfx (mgr.14188) 8784 : cluster [DBG] pgmap v8239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:23 smithi145 bash[13673]: cluster 2022-04-26T07:10:23.143108+0000 mgr.smithi136.ofnrfx (mgr.14188) 8784 : cluster [DBG] pgmap v8239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:25 smithi136 bash[11745]: cluster 2022-04-26T07:10:25.143724+0000 mgr.smithi136.ofnrfx (mgr.14188) 8785 : cluster [DBG] pgmap v8240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:25 smithi145 bash[13673]: cluster 2022-04-26T07:10:25.143724+0000 mgr.smithi136.ofnrfx (mgr.14188) 8785 : cluster [DBG] pgmap v8240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:27.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:27.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:27.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:27 smithi136 bash[11745]: cluster 2022-04-26T07:10:27.144329+0000 mgr.smithi136.ofnrfx (mgr.14188) 8786 : cluster [DBG] pgmap v8241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:27 smithi136 bash[11745]: audit 2022-04-26T07:10:27.148188+0000 mon.smithi136 (mon.0) 5450 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:10:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:27 smithi136 bash[11745]: audit 2022-04-26T07:10:27.150927+0000 mon.smithi136 (mon.0) 5451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:10:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:27 smithi136 bash[11745]: audit 2022-04-26T07:10:27.152684+0000 mon.smithi136 (mon.0) 5452 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:10:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:27 smithi145 bash[13673]: cluster 2022-04-26T07:10:27.144329+0000 mgr.smithi136.ofnrfx (mgr.14188) 8786 : cluster [DBG] pgmap v8241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:27 smithi145 bash[13673]: audit 2022-04-26T07:10:27.148188+0000 mon.smithi136 (mon.0) 5450 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:10:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:27 smithi145 bash[13673]: audit 2022-04-26T07:10:27.150927+0000 mon.smithi136 (mon.0) 5451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:10:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:27 smithi145 bash[13673]: audit 2022-04-26T07:10:27.152684+0000 mon.smithi136 (mon.0) 5452 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:10:27.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: audit 2022-04-26T07:10:27.443322+0000 mon.smithi136 (mon.0) 5453 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:10:28.891 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: audit 2022-04-26T07:10:27.711599+0000 mon.smithi136 (mon.0) 5454 : audit [DBG] from='client.? 172.21.15.136:0/4043328303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:28.891 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: cluster 2022-04-26T07:10:27.724483+0000 mgr.smithi136.ofnrfx (mgr.14188) 8787 : cluster [DBG] pgmap v8242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:28.891 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: cluster 2022-04-26T07:10:27.724921+0000 mgr.smithi136.ofnrfx (mgr.14188) 8788 : cluster [DBG] pgmap v8243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:28.891 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: audit 2022-04-26T07:10:27.729192+0000 mon.smithi136 (mon.0) 5455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:10:28.892 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: audit 2022-04-26T07:10:27.736089+0000 mon.smithi136 (mon.0) 5456 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:10:28.892 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: cephadm 2022-04-26T07:10:27.737080+0000 mgr.smithi136.ofnrfx (mgr.14188) 8789 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:10:28.892 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:28 smithi136 bash[11745]: cephadm 2022-04-26T07:10:27.737223+0000 mgr.smithi136.ofnrfx (mgr.14188) 8790 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:10:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: audit 2022-04-26T07:10:27.443322+0000 mon.smithi136 (mon.0) 5453 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:10:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: audit 2022-04-26T07:10:27.711599+0000 mon.smithi136 (mon.0) 5454 : audit [DBG] from='client.? 172.21.15.136:0/4043328303' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: cluster 2022-04-26T07:10:27.724483+0000 mgr.smithi136.ofnrfx (mgr.14188) 8787 : cluster [DBG] pgmap v8242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: cluster 2022-04-26T07:10:27.724921+0000 mgr.smithi136.ofnrfx (mgr.14188) 8788 : cluster [DBG] pgmap v8243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: audit 2022-04-26T07:10:27.729192+0000 mon.smithi136 (mon.0) 5455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:10:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: audit 2022-04-26T07:10:27.736089+0000 mon.smithi136 (mon.0) 5456 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:10:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: cephadm 2022-04-26T07:10:27.737080+0000 mgr.smithi136.ofnrfx (mgr.14188) 8789 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:10:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:28 smithi145 bash[13673]: cephadm 2022-04-26T07:10:27.737223+0000 mgr.smithi136.ofnrfx (mgr.14188) 8790 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:10:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:30 smithi136 bash[11745]: cluster 2022-04-26T07:10:29.725567+0000 mgr.smithi136.ofnrfx (mgr.14188) 8791 : cluster [DBG] pgmap v8244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:30 smithi145 bash[13673]: cluster 2022-04-26T07:10:29.725567+0000 mgr.smithi136.ofnrfx (mgr.14188) 8791 : cluster [DBG] pgmap v8244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:32.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:32.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:32.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:33.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:32 smithi136 bash[11745]: cluster 2022-04-26T07:10:31.726274+0000 mgr.smithi136.ofnrfx (mgr.14188) 8792 : cluster [DBG] pgmap v8245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:32 smithi145 bash[13673]: cluster 2022-04-26T07:10:31.726274+0000 mgr.smithi136.ofnrfx (mgr.14188) 8792 : cluster [DBG] pgmap v8245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:33 smithi136 bash[11745]: audit 2022-04-26T07:10:33.035959+0000 mon.smithi136 (mon.0) 5457 : audit [DBG] from='client.? 172.21.15.136:0/459529204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:33 smithi145 bash[13673]: audit 2022-04-26T07:10:33.035959+0000 mon.smithi136 (mon.0) 5457 : audit [DBG] from='client.? 172.21.15.136:0/459529204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:34 smithi136 bash[11745]: cluster 2022-04-26T07:10:33.726884+0000 mgr.smithi136.ofnrfx (mgr.14188) 8793 : cluster [DBG] pgmap v8246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:34 smithi145 bash[13673]: cluster 2022-04-26T07:10:33.726884+0000 mgr.smithi136.ofnrfx (mgr.14188) 8793 : cluster [DBG] pgmap v8246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:36 smithi136 bash[11745]: cluster 2022-04-26T07:10:35.727542+0000 mgr.smithi136.ofnrfx (mgr.14188) 8794 : cluster [DBG] pgmap v8247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:36 smithi145 bash[13673]: cluster 2022-04-26T07:10:35.727542+0000 mgr.smithi136.ofnrfx (mgr.14188) 8794 : cluster [DBG] pgmap v8247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:38.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:38.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:38.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:38.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:38 smithi136 bash[11745]: cluster 2022-04-26T07:10:37.728155+0000 mgr.smithi136.ofnrfx (mgr.14188) 8795 : cluster [DBG] pgmap v8248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:38 smithi136 bash[11745]: audit 2022-04-26T07:10:38.355866+0000 mon.smithi136 (mon.0) 5458 : audit [DBG] from='client.? 172.21.15.136:0/2747706321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:38 smithi145 bash[13673]: cluster 2022-04-26T07:10:37.728155+0000 mgr.smithi136.ofnrfx (mgr.14188) 8795 : cluster [DBG] pgmap v8248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:38 smithi145 bash[13673]: audit 2022-04-26T07:10:38.355866+0000 mon.smithi136 (mon.0) 5458 : audit [DBG] from='client.? 172.21.15.136:0/2747706321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:40 smithi136 bash[11745]: cluster 2022-04-26T07:10:39.728759+0000 mgr.smithi136.ofnrfx (mgr.14188) 8796 : cluster [DBG] pgmap v8249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:40 smithi145 bash[13673]: cluster 2022-04-26T07:10:39.728759+0000 mgr.smithi136.ofnrfx (mgr.14188) 8796 : cluster [DBG] pgmap v8249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:42 smithi145 bash[13673]: cluster 2022-04-26T07:10:41.729482+0000 mgr.smithi136.ofnrfx (mgr.14188) 8797 : cluster [DBG] pgmap v8250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:42 smithi136 bash[11745]: cluster 2022-04-26T07:10:41.729482+0000 mgr.smithi136.ofnrfx (mgr.14188) 8797 : cluster [DBG] pgmap v8250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:43.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:43.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:43.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:43.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:44 smithi136 bash[11745]: audit 2022-04-26T07:10:43.681570+0000 mon.smithi136 (mon.0) 5459 : audit [DBG] from='client.? 172.21.15.136:0/2641673938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:44 smithi136 bash[11745]: cluster 2022-04-26T07:10:43.730185+0000 mgr.smithi136.ofnrfx (mgr.14188) 8798 : cluster [DBG] pgmap v8251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:44 smithi145 bash[13673]: audit 2022-04-26T07:10:43.681570+0000 mon.smithi136 (mon.0) 5459 : audit [DBG] from='client.? 172.21.15.136:0/2641673938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:44 smithi145 bash[13673]: cluster 2022-04-26T07:10:43.730185+0000 mgr.smithi136.ofnrfx (mgr.14188) 8798 : cluster [DBG] pgmap v8251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:46 smithi136 bash[11745]: cluster 2022-04-26T07:10:45.730842+0000 mgr.smithi136.ofnrfx (mgr.14188) 8799 : cluster [DBG] pgmap v8252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:46 smithi145 bash[13673]: cluster 2022-04-26T07:10:45.730842+0000 mgr.smithi136.ofnrfx (mgr.14188) 8799 : cluster [DBG] pgmap v8252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:48.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:48.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:48.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:49.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:48 smithi136 bash[11745]: cluster 2022-04-26T07:10:47.731482+0000 mgr.smithi136.ofnrfx (mgr.14188) 8800 : cluster [DBG] pgmap v8253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:48 smithi145 bash[13673]: cluster 2022-04-26T07:10:47.731482+0000 mgr.smithi136.ofnrfx (mgr.14188) 8800 : cluster [DBG] pgmap v8253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:49 smithi136 bash[11745]: audit 2022-04-26T07:10:48.999875+0000 mon.smithi136 (mon.0) 5460 : audit [DBG] from='client.? 172.21.15.136:0/2198838400' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:49 smithi145 bash[13673]: audit 2022-04-26T07:10:48.999875+0000 mon.smithi136 (mon.0) 5460 : audit [DBG] from='client.? 172.21.15.136:0/2198838400' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:50 smithi136 bash[11745]: cluster 2022-04-26T07:10:49.732118+0000 mgr.smithi136.ofnrfx (mgr.14188) 8801 : cluster [DBG] pgmap v8254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:50 smithi145 bash[13673]: cluster 2022-04-26T07:10:49.732118+0000 mgr.smithi136.ofnrfx (mgr.14188) 8801 : cluster [DBG] pgmap v8254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:52 smithi136 bash[11745]: cluster 2022-04-26T07:10:51.732783+0000 mgr.smithi136.ofnrfx (mgr.14188) 8802 : cluster [DBG] pgmap v8255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:52 smithi145 bash[13673]: cluster 2022-04-26T07:10:51.732783+0000 mgr.smithi136.ofnrfx (mgr.14188) 8802 : cluster [DBG] pgmap v8255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:54.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:54.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:54.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:54.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:10:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:54 smithi136 bash[11745]: cluster 2022-04-26T07:10:53.733414+0000 mgr.smithi136.ofnrfx (mgr.14188) 8803 : cluster [DBG] pgmap v8256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:54 smithi145 bash[13673]: cluster 2022-04-26T07:10:53.733414+0000 mgr.smithi136.ofnrfx (mgr.14188) 8803 : cluster [DBG] pgmap v8256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:55 smithi136 bash[11745]: audit 2022-04-26T07:10:54.326063+0000 mon.smithi136 (mon.0) 5461 : audit [DBG] from='client.? 172.21.15.136:0/451835833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:55 smithi145 bash[13673]: audit 2022-04-26T07:10:54.326063+0000 mon.smithi136 (mon.0) 5461 : audit [DBG] from='client.? 172.21.15.136:0/451835833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:10:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:56 smithi136 bash[11745]: cluster 2022-04-26T07:10:55.734065+0000 mgr.smithi136.ofnrfx (mgr.14188) 8804 : cluster [DBG] pgmap v8257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:56 smithi145 bash[13673]: cluster 2022-04-26T07:10:55.734065+0000 mgr.smithi136.ofnrfx (mgr.14188) 8804 : cluster [DBG] pgmap v8257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:58 smithi136 bash[11745]: cluster 2022-04-26T07:10:57.734705+0000 mgr.smithi136.ofnrfx (mgr.14188) 8805 : cluster [DBG] pgmap v8258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:58 smithi145 bash[13673]: cluster 2022-04-26T07:10:57.734705+0000 mgr.smithi136.ofnrfx (mgr.14188) 8805 : cluster [DBG] pgmap v8258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:10:59.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:10:59.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:10:59.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:10:59.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:10:59 smithi136 bash[11745]: audit 2022-04-26T07:10:59.655073+0000 mon.smithi136 (mon.0) 5462 : audit [DBG] from='client.? 172.21.15.136:0/1144409830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:10:59 smithi145 bash[13673]: audit 2022-04-26T07:10:59.655073+0000 mon.smithi136 (mon.0) 5462 : audit [DBG] from='client.? 172.21.15.136:0/1144409830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:00 smithi136 bash[11745]: cluster 2022-04-26T07:10:59.735334+0000 mgr.smithi136.ofnrfx (mgr.14188) 8806 : cluster [DBG] pgmap v8259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:00 smithi145 bash[13673]: cluster 2022-04-26T07:10:59.735334+0000 mgr.smithi136.ofnrfx (mgr.14188) 8806 : cluster [DBG] pgmap v8259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:02 smithi136 bash[11745]: cluster 2022-04-26T07:11:01.736087+0000 mgr.smithi136.ofnrfx (mgr.14188) 8807 : cluster [DBG] pgmap v8260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:02 smithi145 bash[13673]: cluster 2022-04-26T07:11:01.736087+0000 mgr.smithi136.ofnrfx (mgr.14188) 8807 : cluster [DBG] pgmap v8260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:03 smithi145 bash[13673]: audit 2022-04-26T07:11:02.959312+0000 mon.smithi136 (mon.0) 5463 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:11:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:03 smithi145 bash[13673]: audit 2022-04-26T07:11:02.963402+0000 mon.smithi136 (mon.0) 5464 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:11:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:03 smithi136 bash[11745]: audit 2022-04-26T07:11:02.959312+0000 mon.smithi136 (mon.0) 5463 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:11:04.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:03 smithi136 bash[11745]: audit 2022-04-26T07:11:02.963402+0000 mon.smithi136 (mon.0) 5464 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:11:04.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:04.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:04.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:04.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:04 smithi145 bash[13673]: cluster 2022-04-26T07:11:03.736728+0000 mgr.smithi136.ofnrfx (mgr.14188) 8808 : cluster [DBG] pgmap v8261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:04 smithi136 bash[11745]: cluster 2022-04-26T07:11:03.736728+0000 mgr.smithi136.ofnrfx (mgr.14188) 8808 : cluster [DBG] pgmap v8261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:05 smithi145 bash[13673]: audit 2022-04-26T07:11:04.983889+0000 mon.smithi136 (mon.0) 5465 : audit [DBG] from='client.? 172.21.15.136:0/1181490565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:05 smithi136 bash[11745]: audit 2022-04-26T07:11:04.983889+0000 mon.smithi136 (mon.0) 5465 : audit [DBG] from='client.? 172.21.15.136:0/1181490565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:06 smithi145 bash[13673]: cluster 2022-04-26T07:11:05.737342+0000 mgr.smithi136.ofnrfx (mgr.14188) 8809 : cluster [DBG] pgmap v8262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:06 smithi136 bash[11745]: cluster 2022-04-26T07:11:05.737342+0000 mgr.smithi136.ofnrfx (mgr.14188) 8809 : cluster [DBG] pgmap v8262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:08 smithi145 bash[13673]: cluster 2022-04-26T07:11:07.737968+0000 mgr.smithi136.ofnrfx (mgr.14188) 8810 : cluster [DBG] pgmap v8263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:08 smithi136 bash[11745]: cluster 2022-04-26T07:11:07.737968+0000 mgr.smithi136.ofnrfx (mgr.14188) 8810 : cluster [DBG] pgmap v8263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:10.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:10.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:10.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:10.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:10 smithi145 bash[13673]: cluster 2022-04-26T07:11:09.738575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8811 : cluster [DBG] pgmap v8264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:10 smithi145 bash[13673]: audit 2022-04-26T07:11:10.312028+0000 mon.smithi136 (mon.0) 5466 : audit [DBG] from='client.? 172.21.15.136:0/306727634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:10 smithi136 bash[11745]: cluster 2022-04-26T07:11:09.738575+0000 mgr.smithi136.ofnrfx (mgr.14188) 8811 : cluster [DBG] pgmap v8264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:10 smithi136 bash[11745]: audit 2022-04-26T07:11:10.312028+0000 mon.smithi136 (mon.0) 5466 : audit [DBG] from='client.? 172.21.15.136:0/306727634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:12 smithi145 bash[13673]: cluster 2022-04-26T07:11:11.739256+0000 mgr.smithi136.ofnrfx (mgr.14188) 8812 : cluster [DBG] pgmap v8265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:12 smithi136 bash[11745]: cluster 2022-04-26T07:11:11.739256+0000 mgr.smithi136.ofnrfx (mgr.14188) 8812 : cluster [DBG] pgmap v8265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:14 smithi136 bash[11745]: cluster 2022-04-26T07:11:13.739859+0000 mgr.smithi136.ofnrfx (mgr.14188) 8813 : cluster [DBG] pgmap v8266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:14 smithi145 bash[13673]: cluster 2022-04-26T07:11:13.739859+0000 mgr.smithi136.ofnrfx (mgr.14188) 8813 : cluster [DBG] pgmap v8266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:15.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:15.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:15.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:15.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:15 smithi136 bash[11745]: audit 2022-04-26T07:11:15.638646+0000 mon.smithi136 (mon.0) 5467 : audit [DBG] from='client.? 172.21.15.136:0/3560460689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:15 smithi145 bash[13673]: audit 2022-04-26T07:11:15.638646+0000 mon.smithi136 (mon.0) 5467 : audit [DBG] from='client.? 172.21.15.136:0/3560460689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:16 smithi136 bash[11745]: cluster 2022-04-26T07:11:15.740586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8814 : cluster [DBG] pgmap v8267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:16 smithi145 bash[13673]: cluster 2022-04-26T07:11:15.740586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8814 : cluster [DBG] pgmap v8267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:18 smithi136 bash[11745]: cluster 2022-04-26T07:11:17.741286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8815 : cluster [DBG] pgmap v8268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:18 smithi145 bash[13673]: cluster 2022-04-26T07:11:17.741286+0000 mgr.smithi136.ofnrfx (mgr.14188) 8815 : cluster [DBG] pgmap v8268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:20.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:20.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:20.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:20.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:20 smithi145 bash[13673]: cluster 2022-04-26T07:11:19.741895+0000 mgr.smithi136.ofnrfx (mgr.14188) 8816 : cluster [DBG] pgmap v8269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:20 smithi136 bash[11745]: cluster 2022-04-26T07:11:19.741895+0000 mgr.smithi136.ofnrfx (mgr.14188) 8816 : cluster [DBG] pgmap v8269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:21 smithi145 bash[13673]: audit 2022-04-26T07:11:20.966197+0000 mon.smithi136 (mon.0) 5468 : audit [DBG] from='client.? 172.21.15.136:0/583376554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:21 smithi136 bash[11745]: audit 2022-04-26T07:11:20.966197+0000 mon.smithi136 (mon.0) 5468 : audit [DBG] from='client.? 172.21.15.136:0/583376554' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:22 smithi145 bash[13673]: cluster 2022-04-26T07:11:21.742550+0000 mgr.smithi136.ofnrfx (mgr.14188) 8817 : cluster [DBG] pgmap v8270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:22 smithi136 bash[11745]: cluster 2022-04-26T07:11:21.742550+0000 mgr.smithi136.ofnrfx (mgr.14188) 8817 : cluster [DBG] pgmap v8270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:24 smithi136 bash[11745]: cluster 2022-04-26T07:11:23.743178+0000 mgr.smithi136.ofnrfx (mgr.14188) 8818 : cluster [DBG] pgmap v8271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:24 smithi145 bash[13673]: cluster 2022-04-26T07:11:23.743178+0000 mgr.smithi136.ofnrfx (mgr.14188) 8818 : cluster [DBG] pgmap v8271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:25.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:25.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:25.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:26.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:26 smithi136 bash[11745]: cluster 2022-04-26T07:11:25.743870+0000 mgr.smithi136.ofnrfx (mgr.14188) 8819 : cluster [DBG] pgmap v8272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:26 smithi136 bash[11745]: audit 2022-04-26T07:11:26.305555+0000 mon.smithi136 (mon.0) 5469 : audit [DBG] from='client.? 172.21.15.136:0/2941396441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:26 smithi145 bash[13673]: cluster 2022-04-26T07:11:25.743870+0000 mgr.smithi136.ofnrfx (mgr.14188) 8819 : cluster [DBG] pgmap v8272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:26 smithi145 bash[13673]: audit 2022-04-26T07:11:26.305555+0000 mon.smithi136 (mon.0) 5469 : audit [DBG] from='client.? 172.21.15.136:0/2941396441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:27 smithi145 bash[13673]: audit 2022-04-26T07:11:27.748484+0000 mon.smithi136 (mon.0) 5470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:11:28.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:27 smithi145 bash[13673]: audit 2022-04-26T07:11:27.751327+0000 mon.smithi136 (mon.0) 5471 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:11:28.160 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:27 smithi145 bash[13673]: audit 2022-04-26T07:11:27.753353+0000 mon.smithi136 (mon.0) 5472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:11:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:27 smithi136 bash[11745]: audit 2022-04-26T07:11:27.748484+0000 mon.smithi136 (mon.0) 5470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:11:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:27 smithi136 bash[11745]: audit 2022-04-26T07:11:27.751327+0000 mon.smithi136 (mon.0) 5471 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:11:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:27 smithi136 bash[11745]: audit 2022-04-26T07:11:27.753353+0000 mon.smithi136 (mon.0) 5472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:11:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:29 smithi145 bash[13673]: cluster 2022-04-26T07:11:27.744501+0000 mgr.smithi136.ofnrfx (mgr.14188) 8820 : cluster [DBG] pgmap v8273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:29 smithi145 bash[13673]: cluster 2022-04-26T07:11:28.074744+0000 mgr.smithi136.ofnrfx (mgr.14188) 8821 : cluster [DBG] pgmap v8274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:29 smithi145 bash[13673]: cluster 2022-04-26T07:11:28.075147+0000 mgr.smithi136.ofnrfx (mgr.14188) 8822 : cluster [DBG] pgmap v8275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:29 smithi145 bash[13673]: audit 2022-04-26T07:11:28.082941+0000 mon.smithi136 (mon.0) 5473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:11:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:29 smithi145 bash[13673]: audit 2022-04-26T07:11:28.090470+0000 mon.smithi136 (mon.0) 5474 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:11:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:29 smithi145 bash[13673]: cephadm 2022-04-26T07:11:28.091619+0000 mgr.smithi136.ofnrfx (mgr.14188) 8823 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:11:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:29 smithi145 bash[13673]: cephadm 2022-04-26T07:11:28.091761+0000 mgr.smithi136.ofnrfx (mgr.14188) 8824 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:11:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:29 smithi136 bash[11745]: cluster 2022-04-26T07:11:27.744501+0000 mgr.smithi136.ofnrfx (mgr.14188) 8820 : cluster [DBG] pgmap v8273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:29 smithi136 bash[11745]: cluster 2022-04-26T07:11:28.074744+0000 mgr.smithi136.ofnrfx (mgr.14188) 8821 : cluster [DBG] pgmap v8274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:29 smithi136 bash[11745]: cluster 2022-04-26T07:11:28.075147+0000 mgr.smithi136.ofnrfx (mgr.14188) 8822 : cluster [DBG] pgmap v8275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:29 smithi136 bash[11745]: audit 2022-04-26T07:11:28.082941+0000 mon.smithi136 (mon.0) 5473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:11:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:29 smithi136 bash[11745]: audit 2022-04-26T07:11:28.090470+0000 mon.smithi136 (mon.0) 5474 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:11:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:29 smithi136 bash[11745]: cephadm 2022-04-26T07:11:28.091619+0000 mgr.smithi136.ofnrfx (mgr.14188) 8823 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:11:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:29 smithi136 bash[11745]: cephadm 2022-04-26T07:11:28.091761+0000 mgr.smithi136.ofnrfx (mgr.14188) 8824 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:11:31.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:31.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:31.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:31 smithi145 bash[13673]: cluster 2022-04-26T07:11:30.075841+0000 mgr.smithi136.ofnrfx (mgr.14188) 8825 : cluster [DBG] pgmap v8276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:31 smithi136 bash[11745]: cluster 2022-04-26T07:11:30.075841+0000 mgr.smithi136.ofnrfx (mgr.14188) 8825 : cluster [DBG] pgmap v8276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:31.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:32 smithi145 bash[13673]: audit 2022-04-26T07:11:31.643426+0000 mon.smithi136 (mon.0) 5475 : audit [DBG] from='client.? 172.21.15.136:0/3397070235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:32 smithi136 bash[11745]: audit 2022-04-26T07:11:31.643426+0000 mon.smithi136 (mon.0) 5475 : audit [DBG] from='client.? 172.21.15.136:0/3397070235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:33 smithi145 bash[13673]: cluster 2022-04-26T07:11:32.076463+0000 mgr.smithi136.ofnrfx (mgr.14188) 8826 : cluster [DBG] pgmap v8277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:33 smithi136 bash[11745]: cluster 2022-04-26T07:11:32.076463+0000 mgr.smithi136.ofnrfx (mgr.14188) 8826 : cluster [DBG] pgmap v8277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:34 smithi136 bash[11745]: cluster 2022-04-26T07:11:34.077082+0000 mgr.smithi136.ofnrfx (mgr.14188) 8827 : cluster [DBG] pgmap v8278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:34 smithi145 bash[13673]: cluster 2022-04-26T07:11:34.077082+0000 mgr.smithi136.ofnrfx (mgr.14188) 8827 : cluster [DBG] pgmap v8278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:36.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:36.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:36.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:36.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:37 smithi145 bash[13673]: cluster 2022-04-26T07:11:36.077738+0000 mgr.smithi136.ofnrfx (mgr.14188) 8828 : cluster [DBG] pgmap v8279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:37 smithi145 bash[13673]: audit 2022-04-26T07:11:36.979283+0000 mon.smithi136 (mon.0) 5476 : audit [DBG] from='client.? 172.21.15.136:0/995525423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:37 smithi136 bash[11745]: cluster 2022-04-26T07:11:36.077738+0000 mgr.smithi136.ofnrfx (mgr.14188) 8828 : cluster [DBG] pgmap v8279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:37 smithi136 bash[11745]: audit 2022-04-26T07:11:36.979283+0000 mon.smithi136 (mon.0) 5476 : audit [DBG] from='client.? 172.21.15.136:0/995525423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:39 smithi145 bash[13673]: cluster 2022-04-26T07:11:38.078376+0000 mgr.smithi136.ofnrfx (mgr.14188) 8829 : cluster [DBG] pgmap v8280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:39 smithi136 bash[11745]: cluster 2022-04-26T07:11:38.078376+0000 mgr.smithi136.ofnrfx (mgr.14188) 8829 : cluster [DBG] pgmap v8280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:41 smithi145 bash[13673]: cluster 2022-04-26T07:11:40.079027+0000 mgr.smithi136.ofnrfx (mgr.14188) 8830 : cluster [DBG] pgmap v8281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:41 smithi136 bash[11745]: cluster 2022-04-26T07:11:40.079027+0000 mgr.smithi136.ofnrfx (mgr.14188) 8830 : cluster [DBG] pgmap v8281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:41.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:41.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:41.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:42.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:43 smithi145 bash[13673]: cluster 2022-04-26T07:11:42.079778+0000 mgr.smithi136.ofnrfx (mgr.14188) 8831 : cluster [DBG] pgmap v8282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:43 smithi145 bash[13673]: audit 2022-04-26T07:11:42.310583+0000 mon.smithi136 (mon.0) 5477 : audit [DBG] from='client.? 172.21.15.136:0/936935260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:43 smithi136 bash[11745]: cluster 2022-04-26T07:11:42.079778+0000 mgr.smithi136.ofnrfx (mgr.14188) 8831 : cluster [DBG] pgmap v8282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:43 smithi136 bash[11745]: audit 2022-04-26T07:11:42.310583+0000 mon.smithi136 (mon.0) 5477 : audit [DBG] from='client.? 172.21.15.136:0/936935260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:44 smithi136 bash[11745]: cluster 2022-04-26T07:11:44.080461+0000 mgr.smithi136.ofnrfx (mgr.14188) 8832 : cluster [DBG] pgmap v8283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:44 smithi145 bash[13673]: cluster 2022-04-26T07:11:44.080461+0000 mgr.smithi136.ofnrfx (mgr.14188) 8832 : cluster [DBG] pgmap v8283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:47.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:47.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:47.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:47 smithi145 bash[13673]: cluster 2022-04-26T07:11:46.081120+0000 mgr.smithi136.ofnrfx (mgr.14188) 8833 : cluster [DBG] pgmap v8284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:47 smithi136 bash[11745]: cluster 2022-04-26T07:11:46.081120+0000 mgr.smithi136.ofnrfx (mgr.14188) 8833 : cluster [DBG] pgmap v8284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:47.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:48 smithi145 bash[13673]: audit 2022-04-26T07:11:47.644046+0000 mon.smithi136 (mon.0) 5478 : audit [DBG] from='client.? 172.21.15.136:0/2993049149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:48 smithi136 bash[11745]: audit 2022-04-26T07:11:47.644046+0000 mon.smithi136 (mon.0) 5478 : audit [DBG] from='client.? 172.21.15.136:0/2993049149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:49 smithi145 bash[13673]: cluster 2022-04-26T07:11:48.081695+0000 mgr.smithi136.ofnrfx (mgr.14188) 8834 : cluster [DBG] pgmap v8285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:49 smithi136 bash[11745]: cluster 2022-04-26T07:11:48.081695+0000 mgr.smithi136.ofnrfx (mgr.14188) 8834 : cluster [DBG] pgmap v8285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:51 smithi136 bash[11745]: cluster 2022-04-26T07:11:50.082353+0000 mgr.smithi136.ofnrfx (mgr.14188) 8835 : cluster [DBG] pgmap v8286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:51 smithi145 bash[13673]: cluster 2022-04-26T07:11:50.082353+0000 mgr.smithi136.ofnrfx (mgr.14188) 8835 : cluster [DBG] pgmap v8286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:52.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:52.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:52.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:52.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:53 smithi136 bash[11745]: cluster 2022-04-26T07:11:52.083016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8836 : cluster [DBG] pgmap v8287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:53 smithi136 bash[11745]: audit 2022-04-26T07:11:52.974369+0000 mon.smithi136 (mon.0) 5479 : audit [DBG] from='client.? 172.21.15.136:0/1479766815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:53 smithi145 bash[13673]: cluster 2022-04-26T07:11:52.083016+0000 mgr.smithi136.ofnrfx (mgr.14188) 8836 : cluster [DBG] pgmap v8287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:53 smithi145 bash[13673]: audit 2022-04-26T07:11:52.974369+0000 mon.smithi136 (mon.0) 5479 : audit [DBG] from='client.? 172.21.15.136:0/1479766815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:54 smithi136 bash[11745]: cluster 2022-04-26T07:11:54.083679+0000 mgr.smithi136.ofnrfx (mgr.14188) 8837 : cluster [DBG] pgmap v8288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:54 smithi145 bash[13673]: cluster 2022-04-26T07:11:54.083679+0000 mgr.smithi136.ofnrfx (mgr.14188) 8837 : cluster [DBG] pgmap v8288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:57 smithi145 bash[13673]: cluster 2022-04-26T07:11:56.084398+0000 mgr.smithi136.ofnrfx (mgr.14188) 8838 : cluster [DBG] pgmap v8289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:57 smithi136 bash[11745]: cluster 2022-04-26T07:11:56.084398+0000 mgr.smithi136.ofnrfx (mgr.14188) 8838 : cluster [DBG] pgmap v8289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:57.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:11:57.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:11:57.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:11:58.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:11:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:59 smithi145 bash[13673]: cluster 2022-04-26T07:11:58.085099+0000 mgr.smithi136.ofnrfx (mgr.14188) 8839 : cluster [DBG] pgmap v8290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:11:59 smithi145 bash[13673]: audit 2022-04-26T07:11:58.304710+0000 mon.smithi136 (mon.0) 5480 : audit [DBG] from='client.? 172.21.15.136:0/383223484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:11:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:59 smithi136 bash[11745]: cluster 2022-04-26T07:11:58.085099+0000 mgr.smithi136.ofnrfx (mgr.14188) 8839 : cluster [DBG] pgmap v8290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:11:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:11:59 smithi136 bash[11745]: audit 2022-04-26T07:11:58.304710+0000 mon.smithi136 (mon.0) 5480 : audit [DBG] from='client.? 172.21.15.136:0/383223484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:01 smithi136 bash[11745]: cluster 2022-04-26T07:12:00.085700+0000 mgr.smithi136.ofnrfx (mgr.14188) 8840 : cluster [DBG] pgmap v8291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:01 smithi145 bash[13673]: cluster 2022-04-26T07:12:00.085700+0000 mgr.smithi136.ofnrfx (mgr.14188) 8840 : cluster [DBG] pgmap v8291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:03.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:03.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:03.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:03 smithi136 bash[11745]: cluster 2022-04-26T07:12:02.086329+0000 mgr.smithi136.ofnrfx (mgr.14188) 8841 : cluster [DBG] pgmap v8292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:03.592 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:03 smithi136 bash[11745]: audit 2022-04-26T07:12:02.963476+0000 mon.smithi136 (mon.0) 5481 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:12:03.592 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:03 smithi136 bash[11745]: audit 2022-04-26T07:12:02.967443+0000 mon.smithi136 (mon.0) 5482 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:12:03.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:03 smithi145 bash[13673]: cluster 2022-04-26T07:12:02.086329+0000 mgr.smithi136.ofnrfx (mgr.14188) 8841 : cluster [DBG] pgmap v8292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:03 smithi145 bash[13673]: audit 2022-04-26T07:12:02.963476+0000 mon.smithi136 (mon.0) 5481 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:12:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:03 smithi145 bash[13673]: audit 2022-04-26T07:12:02.967443+0000 mon.smithi136 (mon.0) 5482 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:12:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:04 smithi136 bash[11745]: audit 2022-04-26T07:12:03.629507+0000 mon.smithi136 (mon.0) 5483 : audit [DBG] from='client.? 172.21.15.136:0/266466124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:04 smithi136 bash[11745]: cluster 2022-04-26T07:12:04.087108+0000 mgr.smithi136.ofnrfx (mgr.14188) 8842 : cluster [DBG] pgmap v8293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:04 smithi145 bash[13673]: audit 2022-04-26T07:12:03.629507+0000 mon.smithi136 (mon.0) 5483 : audit [DBG] from='client.? 172.21.15.136:0/266466124' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:04 smithi145 bash[13673]: cluster 2022-04-26T07:12:04.087108+0000 mgr.smithi136.ofnrfx (mgr.14188) 8842 : cluster [DBG] pgmap v8293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:07 smithi145 bash[13673]: cluster 2022-04-26T07:12:06.087809+0000 mgr.smithi136.ofnrfx (mgr.14188) 8843 : cluster [DBG] pgmap v8294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:07 smithi136 bash[11745]: cluster 2022-04-26T07:12:06.087809+0000 mgr.smithi136.ofnrfx (mgr.14188) 8843 : cluster [DBG] pgmap v8294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:08.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:08.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:08.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:08.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:09 smithi145 bash[13673]: cluster 2022-04-26T07:12:08.088452+0000 mgr.smithi136.ofnrfx (mgr.14188) 8844 : cluster [DBG] pgmap v8295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:09 smithi145 bash[13673]: audit 2022-04-26T07:12:08.959536+0000 mon.smithi136 (mon.0) 5484 : audit [DBG] from='client.? 172.21.15.136:0/1546073474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:09 smithi136 bash[11745]: cluster 2022-04-26T07:12:08.088452+0000 mgr.smithi136.ofnrfx (mgr.14188) 8844 : cluster [DBG] pgmap v8295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:09 smithi136 bash[11745]: audit 2022-04-26T07:12:08.959536+0000 mon.smithi136 (mon.0) 5484 : audit [DBG] from='client.? 172.21.15.136:0/1546073474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:11 smithi136 bash[11745]: cluster 2022-04-26T07:12:10.089084+0000 mgr.smithi136.ofnrfx (mgr.14188) 8845 : cluster [DBG] pgmap v8296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:11 smithi145 bash[13673]: cluster 2022-04-26T07:12:10.089084+0000 mgr.smithi136.ofnrfx (mgr.14188) 8845 : cluster [DBG] pgmap v8296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:13 smithi136 bash[11745]: cluster 2022-04-26T07:12:12.089760+0000 mgr.smithi136.ofnrfx (mgr.14188) 8846 : cluster [DBG] pgmap v8297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:13 smithi145 bash[13673]: cluster 2022-04-26T07:12:12.089760+0000 mgr.smithi136.ofnrfx (mgr.14188) 8846 : cluster [DBG] pgmap v8297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:13.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:13.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:13.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:14.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:14 smithi136 bash[11745]: cluster 2022-04-26T07:12:14.090161+0000 mgr.smithi136.ofnrfx (mgr.14188) 8847 : cluster [DBG] pgmap v8298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:14 smithi136 bash[11745]: audit 2022-04-26T07:12:14.297771+0000 mon.smithi136 (mon.0) 5485 : audit [DBG] from='client.? 172.21.15.136:0/2729629382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:14 smithi145 bash[13673]: cluster 2022-04-26T07:12:14.090161+0000 mgr.smithi136.ofnrfx (mgr.14188) 8847 : cluster [DBG] pgmap v8298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:14 smithi145 bash[13673]: audit 2022-04-26T07:12:14.297771+0000 mon.smithi136 (mon.0) 5485 : audit [DBG] from='client.? 172.21.15.136:0/2729629382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:17 smithi145 bash[13673]: cluster 2022-04-26T07:12:16.090729+0000 mgr.smithi136.ofnrfx (mgr.14188) 8848 : cluster [DBG] pgmap v8299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:17 smithi136 bash[11745]: cluster 2022-04-26T07:12:16.090729+0000 mgr.smithi136.ofnrfx (mgr.14188) 8848 : cluster [DBG] pgmap v8299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:19.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:19.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:19.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:19 smithi136 bash[11745]: cluster 2022-04-26T07:12:18.091342+0000 mgr.smithi136.ofnrfx (mgr.14188) 8849 : cluster [DBG] pgmap v8300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:19.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:19 smithi145 bash[13673]: cluster 2022-04-26T07:12:18.091342+0000 mgr.smithi136.ofnrfx (mgr.14188) 8849 : cluster [DBG] pgmap v8300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:20.498 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:20 smithi136 bash[11745]: audit 2022-04-26T07:12:19.619503+0000 mon.smithi136 (mon.0) 5486 : audit [DBG] from='client.? 172.21.15.136:0/2411618147' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:20 smithi145 bash[13673]: audit 2022-04-26T07:12:19.619503+0000 mon.smithi136 (mon.0) 5486 : audit [DBG] from='client.? 172.21.15.136:0/2411618147' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:21 smithi136 bash[11745]: cluster 2022-04-26T07:12:20.091991+0000 mgr.smithi136.ofnrfx (mgr.14188) 8850 : cluster [DBG] pgmap v8301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:21 smithi145 bash[13673]: cluster 2022-04-26T07:12:20.091991+0000 mgr.smithi136.ofnrfx (mgr.14188) 8850 : cluster [DBG] pgmap v8301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:23 smithi136 bash[11745]: cluster 2022-04-26T07:12:22.092634+0000 mgr.smithi136.ofnrfx (mgr.14188) 8851 : cluster [DBG] pgmap v8302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:23 smithi145 bash[13673]: cluster 2022-04-26T07:12:22.092634+0000 mgr.smithi136.ofnrfx (mgr.14188) 8851 : cluster [DBG] pgmap v8302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:24.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:24.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:24.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:24 smithi145 bash[13673]: cluster 2022-04-26T07:12:24.093249+0000 mgr.smithi136.ofnrfx (mgr.14188) 8852 : cluster [DBG] pgmap v8303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:24 smithi136 bash[11745]: cluster 2022-04-26T07:12:24.093249+0000 mgr.smithi136.ofnrfx (mgr.14188) 8852 : cluster [DBG] pgmap v8303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:24.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:25 smithi145 bash[13673]: audit 2022-04-26T07:12:24.940604+0000 mon.smithi136 (mon.0) 5487 : audit [DBG] from='client.? 172.21.15.136:0/231368487' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:25 smithi136 bash[11745]: audit 2022-04-26T07:12:24.940604+0000 mon.smithi136 (mon.0) 5487 : audit [DBG] from='client.? 172.21.15.136:0/231368487' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:26 smithi145 bash[13673]: cluster 2022-04-26T07:12:26.093909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8853 : cluster [DBG] pgmap v8304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:26 smithi136 bash[11745]: cluster 2022-04-26T07:12:26.093909+0000 mgr.smithi136.ofnrfx (mgr.14188) 8853 : cluster [DBG] pgmap v8304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:28 smithi145 bash[13673]: audit 2022-04-26T07:12:28.100684+0000 mon.smithi136 (mon.0) 5488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:12:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:28 smithi145 bash[13673]: audit 2022-04-26T07:12:28.103682+0000 mon.smithi136 (mon.0) 5489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:12:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:28 smithi145 bash[13673]: audit 2022-04-26T07:12:28.105642+0000 mon.smithi136 (mon.0) 5490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:12:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:28 smithi136 bash[11745]: audit 2022-04-26T07:12:28.100684+0000 mon.smithi136 (mon.0) 5488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:12:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:28 smithi136 bash[11745]: audit 2022-04-26T07:12:28.103682+0000 mon.smithi136 (mon.0) 5489 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:12:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:28 smithi136 bash[11745]: audit 2022-04-26T07:12:28.105642+0000 mon.smithi136 (mon.0) 5490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:12:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:29 smithi136 bash[11745]: cluster 2022-04-26T07:12:28.094532+0000 mgr.smithi136.ofnrfx (mgr.14188) 8854 : cluster [DBG] pgmap v8305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:29 smithi136 bash[11745]: audit 2022-04-26T07:12:28.438320+0000 mon.smithi136 (mon.0) 5491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:12:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:29 smithi136 bash[11745]: audit 2022-04-26T07:12:28.444870+0000 mon.smithi136 (mon.0) 5492 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:12:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:29 smithi145 bash[13673]: cluster 2022-04-26T07:12:28.094532+0000 mgr.smithi136.ofnrfx (mgr.14188) 8854 : cluster [DBG] pgmap v8305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:29 smithi145 bash[13673]: audit 2022-04-26T07:12:28.438320+0000 mon.smithi136 (mon.0) 5491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:12:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:29 smithi145 bash[13673]: audit 2022-04-26T07:12:28.444870+0000 mon.smithi136 (mon.0) 5492 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:12:29.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:29.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:29.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:30.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:30.497 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:30 smithi136 bash[11745]: cluster 2022-04-26T07:12:28.431108+0000 mgr.smithi136.ofnrfx (mgr.14188) 8855 : cluster [DBG] pgmap v8306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:30.646 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:30 smithi136 bash[11745]: cluster 2022-04-26T07:12:28.431500+0000 mgr.smithi136.ofnrfx (mgr.14188) 8856 : cluster [DBG] pgmap v8307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:30.646 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:30 smithi136 bash[11745]: cephadm 2022-04-26T07:12:28.446053+0000 mgr.smithi136.ofnrfx (mgr.14188) 8857 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:12:30.647 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:30 smithi136 bash[11745]: cephadm 2022-04-26T07:12:28.446218+0000 mgr.smithi136.ofnrfx (mgr.14188) 8858 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:12:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:30 smithi145 bash[13673]: cluster 2022-04-26T07:12:28.431108+0000 mgr.smithi136.ofnrfx (mgr.14188) 8855 : cluster [DBG] pgmap v8306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:30 smithi145 bash[13673]: cluster 2022-04-26T07:12:28.431500+0000 mgr.smithi136.ofnrfx (mgr.14188) 8856 : cluster [DBG] pgmap v8307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:30 smithi145 bash[13673]: cephadm 2022-04-26T07:12:28.446053+0000 mgr.smithi136.ofnrfx (mgr.14188) 8857 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:12:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:30 smithi145 bash[13673]: cephadm 2022-04-26T07:12:28.446218+0000 mgr.smithi136.ofnrfx (mgr.14188) 8858 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:12:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:31 smithi136 bash[11745]: audit 2022-04-26T07:12:30.275911+0000 mon.smithi136 (mon.0) 5493 : audit [DBG] from='client.? 172.21.15.136:0/1434953248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:31 smithi145 bash[13673]: audit 2022-04-26T07:12:30.275911+0000 mon.smithi136 (mon.0) 5493 : audit [DBG] from='client.? 172.21.15.136:0/1434953248' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:32 smithi136 bash[11745]: cluster 2022-04-26T07:12:30.432153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8859 : cluster [DBG] pgmap v8308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:32 smithi145 bash[13673]: cluster 2022-04-26T07:12:30.432153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8859 : cluster [DBG] pgmap v8308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:34 smithi136 bash[11745]: cluster 2022-04-26T07:12:32.432748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8860 : cluster [DBG] pgmap v8309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:34 smithi145 bash[13673]: cluster 2022-04-26T07:12:32.432748+0000 mgr.smithi136.ofnrfx (mgr.14188) 8860 : cluster [DBG] pgmap v8309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:35.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:35.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:35.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:35.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:36 smithi136 bash[11745]: cluster 2022-04-26T07:12:34.433345+0000 mgr.smithi136.ofnrfx (mgr.14188) 8861 : cluster [DBG] pgmap v8310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:36 smithi136 bash[11745]: audit 2022-04-26T07:12:35.594284+0000 mon.smithi136 (mon.0) 5494 : audit [DBG] from='client.? 172.21.15.136:0/2200871347' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:36 smithi145 bash[13673]: cluster 2022-04-26T07:12:34.433345+0000 mgr.smithi136.ofnrfx (mgr.14188) 8861 : cluster [DBG] pgmap v8310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:36 smithi145 bash[13673]: audit 2022-04-26T07:12:35.594284+0000 mon.smithi136 (mon.0) 5494 : audit [DBG] from='client.? 172.21.15.136:0/2200871347' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:38 smithi145 bash[13673]: cluster 2022-04-26T07:12:36.433961+0000 mgr.smithi136.ofnrfx (mgr.14188) 8862 : cluster [DBG] pgmap v8311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:38 smithi136 bash[11745]: cluster 2022-04-26T07:12:36.433961+0000 mgr.smithi136.ofnrfx (mgr.14188) 8862 : cluster [DBG] pgmap v8311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:39 smithi145 bash[13673]: cluster 2022-04-26T07:12:38.434589+0000 mgr.smithi136.ofnrfx (mgr.14188) 8863 : cluster [DBG] pgmap v8312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:39 smithi136 bash[11745]: cluster 2022-04-26T07:12:38.434589+0000 mgr.smithi136.ofnrfx (mgr.14188) 8863 : cluster [DBG] pgmap v8312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:40.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:40.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:40.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:40.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:41 smithi136 bash[11745]: cluster 2022-04-26T07:12:40.435218+0000 mgr.smithi136.ofnrfx (mgr.14188) 8864 : cluster [DBG] pgmap v8313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:41 smithi136 bash[11745]: audit 2022-04-26T07:12:40.926626+0000 mon.smithi136 (mon.0) 5495 : audit [DBG] from='client.? 172.21.15.136:0/4030509260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:41 smithi145 bash[13673]: cluster 2022-04-26T07:12:40.435218+0000 mgr.smithi136.ofnrfx (mgr.14188) 8864 : cluster [DBG] pgmap v8313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:41 smithi145 bash[13673]: audit 2022-04-26T07:12:40.926626+0000 mon.smithi136 (mon.0) 5495 : audit [DBG] from='client.? 172.21.15.136:0/4030509260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:43 smithi136 bash[11745]: cluster 2022-04-26T07:12:42.435859+0000 mgr.smithi136.ofnrfx (mgr.14188) 8865 : cluster [DBG] pgmap v8314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:43 smithi145 bash[13673]: cluster 2022-04-26T07:12:42.435859+0000 mgr.smithi136.ofnrfx (mgr.14188) 8865 : cluster [DBG] pgmap v8314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:45 smithi136 bash[11745]: cluster 2022-04-26T07:12:44.436510+0000 mgr.smithi136.ofnrfx (mgr.14188) 8866 : cluster [DBG] pgmap v8315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:45 smithi145 bash[13673]: cluster 2022-04-26T07:12:44.436510+0000 mgr.smithi136.ofnrfx (mgr.14188) 8866 : cluster [DBG] pgmap v8315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:45.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:45.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:45.952 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:46.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:46 smithi136 bash[11745]: audit 2022-04-26T07:12:46.259380+0000 mon.smithi136 (mon.0) 5496 : audit [DBG] from='client.? 172.21.15.136:0/2098366103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:46 smithi145 bash[13673]: audit 2022-04-26T07:12:46.259380+0000 mon.smithi136 (mon.0) 5496 : audit [DBG] from='client.? 172.21.15.136:0/2098366103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:47 smithi136 bash[11745]: cluster 2022-04-26T07:12:46.437160+0000 mgr.smithi136.ofnrfx (mgr.14188) 8867 : cluster [DBG] pgmap v8316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:47 smithi145 bash[13673]: cluster 2022-04-26T07:12:46.437160+0000 mgr.smithi136.ofnrfx (mgr.14188) 8867 : cluster [DBG] pgmap v8316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:49 smithi145 bash[13673]: cluster 2022-04-26T07:12:48.437814+0000 mgr.smithi136.ofnrfx (mgr.14188) 8868 : cluster [DBG] pgmap v8317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:49 smithi136 bash[11745]: cluster 2022-04-26T07:12:48.437814+0000 mgr.smithi136.ofnrfx (mgr.14188) 8868 : cluster [DBG] pgmap v8317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:51.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:51.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:51.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:51.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:51 smithi136 bash[11745]: cluster 2022-04-26T07:12:50.438427+0000 mgr.smithi136.ofnrfx (mgr.14188) 8869 : cluster [DBG] pgmap v8318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:51 smithi145 bash[13673]: cluster 2022-04-26T07:12:50.438427+0000 mgr.smithi136.ofnrfx (mgr.14188) 8869 : cluster [DBG] pgmap v8318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:52 smithi136 bash[11745]: audit 2022-04-26T07:12:51.596213+0000 mon.smithi136 (mon.0) 5497 : audit [DBG] from='client.? 172.21.15.136:0/1361229087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:52 smithi145 bash[13673]: audit 2022-04-26T07:12:51.596213+0000 mon.smithi136 (mon.0) 5497 : audit [DBG] from='client.? 172.21.15.136:0/1361229087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:53 smithi136 bash[11745]: cluster 2022-04-26T07:12:52.439090+0000 mgr.smithi136.ofnrfx (mgr.14188) 8870 : cluster [DBG] pgmap v8319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:53 smithi145 bash[13673]: cluster 2022-04-26T07:12:52.439090+0000 mgr.smithi136.ofnrfx (mgr.14188) 8870 : cluster [DBG] pgmap v8319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:55 smithi136 bash[11745]: cluster 2022-04-26T07:12:54.439739+0000 mgr.smithi136.ofnrfx (mgr.14188) 8871 : cluster [DBG] pgmap v8320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:55 smithi145 bash[13673]: cluster 2022-04-26T07:12:54.439739+0000 mgr.smithi136.ofnrfx (mgr.14188) 8871 : cluster [DBG] pgmap v8320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:56.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:12:56.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:12:56.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:12:56.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:12:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:57 smithi136 bash[11745]: cluster 2022-04-26T07:12:56.440383+0000 mgr.smithi136.ofnrfx (mgr.14188) 8872 : cluster [DBG] pgmap v8321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:57 smithi136 bash[11745]: audit 2022-04-26T07:12:56.919340+0000 mon.smithi136 (mon.0) 5498 : audit [DBG] from='client.? 172.21.15.136:0/1639985739' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:57 smithi145 bash[13673]: cluster 2022-04-26T07:12:56.440383+0000 mgr.smithi136.ofnrfx (mgr.14188) 8872 : cluster [DBG] pgmap v8321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:57 smithi145 bash[13673]: audit 2022-04-26T07:12:56.919340+0000 mon.smithi136 (mon.0) 5498 : audit [DBG] from='client.? 172.21.15.136:0/1639985739' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:12:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:12:59 smithi145 bash[13673]: cluster 2022-04-26T07:12:58.441019+0000 mgr.smithi136.ofnrfx (mgr.14188) 8873 : cluster [DBG] pgmap v8322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:12:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:12:59 smithi136 bash[11745]: cluster 2022-04-26T07:12:58.441019+0000 mgr.smithi136.ofnrfx (mgr.14188) 8873 : cluster [DBG] pgmap v8322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:01 smithi136 bash[11745]: cluster 2022-04-26T07:13:00.441720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8874 : cluster [DBG] pgmap v8323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:01 smithi145 bash[13673]: cluster 2022-04-26T07:13:00.441720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8874 : cluster [DBG] pgmap v8323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:01.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:01.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:01.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:02.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:02 smithi136 bash[11745]: audit 2022-04-26T07:13:02.253843+0000 mon.smithi136 (mon.0) 5499 : audit [DBG] from='client.? 172.21.15.136:0/3869419839' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:02 smithi145 bash[13673]: audit 2022-04-26T07:13:02.253843+0000 mon.smithi136 (mon.0) 5499 : audit [DBG] from='client.? 172.21.15.136:0/3869419839' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:03 smithi136 bash[11745]: cluster 2022-04-26T07:13:02.442371+0000 mgr.smithi136.ofnrfx (mgr.14188) 8875 : cluster [DBG] pgmap v8324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:03 smithi136 bash[11745]: audit 2022-04-26T07:13:02.967600+0000 mon.smithi136 (mon.0) 5500 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:13:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:03 smithi136 bash[11745]: audit 2022-04-26T07:13:02.971416+0000 mon.smithi136 (mon.0) 5501 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:13:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:03 smithi145 bash[13673]: cluster 2022-04-26T07:13:02.442371+0000 mgr.smithi136.ofnrfx (mgr.14188) 8875 : cluster [DBG] pgmap v8324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:03.940 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:03 smithi145 bash[13673]: audit 2022-04-26T07:13:02.967600+0000 mon.smithi136 (mon.0) 5500 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:13:03.940 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:03 smithi145 bash[13673]: audit 2022-04-26T07:13:02.971416+0000 mon.smithi136 (mon.0) 5501 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:13:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:05 smithi136 bash[11745]: cluster 2022-04-26T07:13:04.442933+0000 mgr.smithi136.ofnrfx (mgr.14188) 8876 : cluster [DBG] pgmap v8325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:05 smithi145 bash[13673]: cluster 2022-04-26T07:13:04.442933+0000 mgr.smithi136.ofnrfx (mgr.14188) 8876 : cluster [DBG] pgmap v8325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:07.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:07.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:07.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:07.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:07 smithi136 bash[11745]: cluster 2022-04-26T07:13:06.443544+0000 mgr.smithi136.ofnrfx (mgr.14188) 8877 : cluster [DBG] pgmap v8326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:07 smithi145 bash[13673]: cluster 2022-04-26T07:13:06.443544+0000 mgr.smithi136.ofnrfx (mgr.14188) 8877 : cluster [DBG] pgmap v8326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:08 smithi136 bash[11745]: audit 2022-04-26T07:13:07.590913+0000 mon.smithi136 (mon.0) 5502 : audit [DBG] from='client.? 172.21.15.136:0/3089149242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:08 smithi145 bash[13673]: audit 2022-04-26T07:13:07.590913+0000 mon.smithi136 (mon.0) 5502 : audit [DBG] from='client.? 172.21.15.136:0/3089149242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:09 smithi136 bash[11745]: cluster 2022-04-26T07:13:08.444166+0000 mgr.smithi136.ofnrfx (mgr.14188) 8878 : cluster [DBG] pgmap v8327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:09 smithi145 bash[13673]: cluster 2022-04-26T07:13:08.444166+0000 mgr.smithi136.ofnrfx (mgr.14188) 8878 : cluster [DBG] pgmap v8327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:11 smithi136 bash[11745]: cluster 2022-04-26T07:13:10.444872+0000 mgr.smithi136.ofnrfx (mgr.14188) 8879 : cluster [DBG] pgmap v8328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:11 smithi145 bash[13673]: cluster 2022-04-26T07:13:10.444872+0000 mgr.smithi136.ofnrfx (mgr.14188) 8879 : cluster [DBG] pgmap v8328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:12.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:12.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:12.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:12.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:13 smithi136 bash[11745]: cluster 2022-04-26T07:13:12.445607+0000 mgr.smithi136.ofnrfx (mgr.14188) 8880 : cluster [DBG] pgmap v8329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:13 smithi136 bash[11745]: audit 2022-04-26T07:13:12.919674+0000 mon.smithi136 (mon.0) 5503 : audit [DBG] from='client.? 172.21.15.136:0/2069347523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:13 smithi145 bash[13673]: cluster 2022-04-26T07:13:12.445607+0000 mgr.smithi136.ofnrfx (mgr.14188) 8880 : cluster [DBG] pgmap v8329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:13 smithi145 bash[13673]: audit 2022-04-26T07:13:12.919674+0000 mon.smithi136 (mon.0) 5503 : audit [DBG] from='client.? 172.21.15.136:0/2069347523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:15 smithi136 bash[11745]: cluster 2022-04-26T07:13:14.446219+0000 mgr.smithi136.ofnrfx (mgr.14188) 8881 : cluster [DBG] pgmap v8330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:15 smithi145 bash[13673]: cluster 2022-04-26T07:13:14.446219+0000 mgr.smithi136.ofnrfx (mgr.14188) 8881 : cluster [DBG] pgmap v8330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:17 smithi136 bash[11745]: cluster 2022-04-26T07:13:16.446859+0000 mgr.smithi136.ofnrfx (mgr.14188) 8882 : cluster [DBG] pgmap v8331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:17 smithi145 bash[13673]: cluster 2022-04-26T07:13:16.446859+0000 mgr.smithi136.ofnrfx (mgr.14188) 8882 : cluster [DBG] pgmap v8331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:17.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:17.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:17.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:18.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:18 smithi136 bash[11745]: audit 2022-04-26T07:13:18.248967+0000 mon.smithi136 (mon.0) 5504 : audit [DBG] from='client.? 172.21.15.136:0/2465168935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:18 smithi145 bash[13673]: audit 2022-04-26T07:13:18.248967+0000 mon.smithi136 (mon.0) 5504 : audit [DBG] from='client.? 172.21.15.136:0/2465168935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:19 smithi136 bash[11745]: cluster 2022-04-26T07:13:18.447487+0000 mgr.smithi136.ofnrfx (mgr.14188) 8883 : cluster [DBG] pgmap v8332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:19 smithi145 bash[13673]: cluster 2022-04-26T07:13:18.447487+0000 mgr.smithi136.ofnrfx (mgr.14188) 8883 : cluster [DBG] pgmap v8332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:21 smithi136 bash[11745]: cluster 2022-04-26T07:13:20.448163+0000 mgr.smithi136.ofnrfx (mgr.14188) 8884 : cluster [DBG] pgmap v8333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:21 smithi145 bash[13673]: cluster 2022-04-26T07:13:20.448163+0000 mgr.smithi136.ofnrfx (mgr.14188) 8884 : cluster [DBG] pgmap v8333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:23.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:23.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:23.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:23.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:23 smithi145 bash[13673]: cluster 2022-04-26T07:13:22.448833+0000 mgr.smithi136.ofnrfx (mgr.14188) 8885 : cluster [DBG] pgmap v8334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:23 smithi136 bash[11745]: cluster 2022-04-26T07:13:22.448833+0000 mgr.smithi136.ofnrfx (mgr.14188) 8885 : cluster [DBG] pgmap v8334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:24 smithi145 bash[13673]: audit 2022-04-26T07:13:23.578757+0000 mon.smithi136 (mon.0) 5505 : audit [DBG] from='client.? 172.21.15.136:0/664765235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:24 smithi136 bash[11745]: audit 2022-04-26T07:13:23.578757+0000 mon.smithi136 (mon.0) 5505 : audit [DBG] from='client.? 172.21.15.136:0/664765235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:25 smithi145 bash[13673]: cluster 2022-04-26T07:13:24.449469+0000 mgr.smithi136.ofnrfx (mgr.14188) 8886 : cluster [DBG] pgmap v8335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:25 smithi136 bash[11745]: cluster 2022-04-26T07:13:24.449469+0000 mgr.smithi136.ofnrfx (mgr.14188) 8886 : cluster [DBG] pgmap v8335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:27 smithi145 bash[13673]: cluster 2022-04-26T07:13:26.450151+0000 mgr.smithi136.ofnrfx (mgr.14188) 8887 : cluster [DBG] pgmap v8336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:27 smithi136 bash[11745]: cluster 2022-04-26T07:13:26.450151+0000 mgr.smithi136.ofnrfx (mgr.14188) 8887 : cluster [DBG] pgmap v8336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:28.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:28.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:28.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:28.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: cluster 2022-04-26T07:13:28.450778+0000 mgr.smithi136.ofnrfx (mgr.14188) 8888 : cluster [DBG] pgmap v8337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: audit 2022-04-26T07:13:28.455050+0000 mon.smithi136 (mon.0) 5506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: audit 2022-04-26T07:13:28.457626+0000 mon.smithi136 (mon.0) 5507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: audit 2022-04-26T07:13:28.459374+0000 mon.smithi136 (mon.0) 5508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: cluster 2022-04-26T07:13:28.786119+0000 mgr.smithi136.ofnrfx (mgr.14188) 8889 : cluster [DBG] pgmap v8338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: cluster 2022-04-26T07:13:28.786561+0000 mgr.smithi136.ofnrfx (mgr.14188) 8890 : cluster [DBG] pgmap v8339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: audit 2022-04-26T07:13:28.792986+0000 mon.smithi136 (mon.0) 5509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: audit 2022-04-26T07:13:28.801784+0000 mon.smithi136 (mon.0) 5510 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: cephadm 2022-04-26T07:13:28.802976+0000 mgr.smithi136.ofnrfx (mgr.14188) 8891 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: cephadm 2022-04-26T07:13:28.803188+0000 mgr.smithi136.ofnrfx (mgr.14188) 8892 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:13:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:29 smithi145 bash[13673]: audit 2022-04-26T07:13:28.890059+0000 mon.smithi136 (mon.0) 5511 : audit [DBG] from='client.? 172.21.15.136:0/185380414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: cluster 2022-04-26T07:13:28.450778+0000 mgr.smithi136.ofnrfx (mgr.14188) 8888 : cluster [DBG] pgmap v8337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: audit 2022-04-26T07:13:28.455050+0000 mon.smithi136 (mon.0) 5506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:13:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: audit 2022-04-26T07:13:28.457626+0000 mon.smithi136 (mon.0) 5507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:13:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: audit 2022-04-26T07:13:28.459374+0000 mon.smithi136 (mon.0) 5508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:13:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: cluster 2022-04-26T07:13:28.786119+0000 mgr.smithi136.ofnrfx (mgr.14188) 8889 : cluster [DBG] pgmap v8338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: cluster 2022-04-26T07:13:28.786561+0000 mgr.smithi136.ofnrfx (mgr.14188) 8890 : cluster [DBG] pgmap v8339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: audit 2022-04-26T07:13:28.792986+0000 mon.smithi136 (mon.0) 5509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:13:29.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: audit 2022-04-26T07:13:28.801784+0000 mon.smithi136 (mon.0) 5510 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:13:29.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: cephadm 2022-04-26T07:13:28.802976+0000 mgr.smithi136.ofnrfx (mgr.14188) 8891 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:13:29.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: cephadm 2022-04-26T07:13:28.803188+0000 mgr.smithi136.ofnrfx (mgr.14188) 8892 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:13:29.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:29 smithi136 bash[11745]: audit 2022-04-26T07:13:28.890059+0000 mon.smithi136 (mon.0) 5511 : audit [DBG] from='client.? 172.21.15.136:0/185380414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:31 smithi145 bash[13673]: cluster 2022-04-26T07:13:30.787296+0000 mgr.smithi136.ofnrfx (mgr.14188) 8893 : cluster [DBG] pgmap v8340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:31 smithi136 bash[11745]: cluster 2022-04-26T07:13:30.787296+0000 mgr.smithi136.ofnrfx (mgr.14188) 8893 : cluster [DBG] pgmap v8340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:33.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:33.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:33.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:33 smithi145 bash[13673]: cluster 2022-04-26T07:13:32.787969+0000 mgr.smithi136.ofnrfx (mgr.14188) 8894 : cluster [DBG] pgmap v8341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:34.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:33 smithi136 bash[11745]: cluster 2022-04-26T07:13:32.787969+0000 mgr.smithi136.ofnrfx (mgr.14188) 8894 : cluster [DBG] pgmap v8341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:34 smithi145 bash[13673]: audit 2022-04-26T07:13:34.218093+0000 mon.smithi136 (mon.0) 5512 : audit [DBG] from='client.? 172.21.15.136:0/485948811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:34 smithi136 bash[11745]: audit 2022-04-26T07:13:34.218093+0000 mon.smithi136 (mon.0) 5512 : audit [DBG] from='client.? 172.21.15.136:0/485948811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:35 smithi145 bash[13673]: cluster 2022-04-26T07:13:34.788618+0000 mgr.smithi136.ofnrfx (mgr.14188) 8895 : cluster [DBG] pgmap v8342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:35 smithi136 bash[11745]: cluster 2022-04-26T07:13:34.788618+0000 mgr.smithi136.ofnrfx (mgr.14188) 8895 : cluster [DBG] pgmap v8342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:37 smithi145 bash[13673]: cluster 2022-04-26T07:13:36.789280+0000 mgr.smithi136.ofnrfx (mgr.14188) 8896 : cluster [DBG] pgmap v8343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:37 smithi136 bash[11745]: cluster 2022-04-26T07:13:36.789280+0000 mgr.smithi136.ofnrfx (mgr.14188) 8896 : cluster [DBG] pgmap v8343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:39.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:39.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:39.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:39.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:39 smithi145 bash[13673]: cluster 2022-04-26T07:13:38.789949+0000 mgr.smithi136.ofnrfx (mgr.14188) 8897 : cluster [DBG] pgmap v8344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:39 smithi136 bash[11745]: cluster 2022-04-26T07:13:38.789949+0000 mgr.smithi136.ofnrfx (mgr.14188) 8897 : cluster [DBG] pgmap v8344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:40 smithi145 bash[13673]: audit 2022-04-26T07:13:39.556286+0000 mon.smithi136 (mon.0) 5513 : audit [DBG] from='client.? 172.21.15.136:0/948975241' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:40 smithi136 bash[11745]: audit 2022-04-26T07:13:39.556286+0000 mon.smithi136 (mon.0) 5513 : audit [DBG] from='client.? 172.21.15.136:0/948975241' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:41 smithi145 bash[13673]: cluster 2022-04-26T07:13:40.790562+0000 mgr.smithi136.ofnrfx (mgr.14188) 8898 : cluster [DBG] pgmap v8345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:41 smithi136 bash[11745]: cluster 2022-04-26T07:13:40.790562+0000 mgr.smithi136.ofnrfx (mgr.14188) 8898 : cluster [DBG] pgmap v8345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:43 smithi145 bash[13673]: cluster 2022-04-26T07:13:42.791264+0000 mgr.smithi136.ofnrfx (mgr.14188) 8899 : cluster [DBG] pgmap v8346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:43 smithi136 bash[11745]: cluster 2022-04-26T07:13:42.791264+0000 mgr.smithi136.ofnrfx (mgr.14188) 8899 : cluster [DBG] pgmap v8346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:44.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:44.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:44.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:44.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:45 smithi145 bash[13673]: cluster 2022-04-26T07:13:44.791882+0000 mgr.smithi136.ofnrfx (mgr.14188) 8900 : cluster [DBG] pgmap v8347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:45 smithi145 bash[13673]: audit 2022-04-26T07:13:44.897087+0000 mon.smithi136 (mon.0) 5514 : audit [DBG] from='client.? 172.21.15.136:0/2846032723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:45 smithi136 bash[11745]: cluster 2022-04-26T07:13:44.791882+0000 mgr.smithi136.ofnrfx (mgr.14188) 8900 : cluster [DBG] pgmap v8347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:45 smithi136 bash[11745]: audit 2022-04-26T07:13:44.897087+0000 mon.smithi136 (mon.0) 5514 : audit [DBG] from='client.? 172.21.15.136:0/2846032723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:47 smithi145 bash[13673]: cluster 2022-04-26T07:13:46.792532+0000 mgr.smithi136.ofnrfx (mgr.14188) 8901 : cluster [DBG] pgmap v8348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:47 smithi136 bash[11745]: cluster 2022-04-26T07:13:46.792532+0000 mgr.smithi136.ofnrfx (mgr.14188) 8901 : cluster [DBG] pgmap v8348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:49 smithi145 bash[13673]: cluster 2022-04-26T07:13:48.793143+0000 mgr.smithi136.ofnrfx (mgr.14188) 8902 : cluster [DBG] pgmap v8349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:49 smithi136 bash[11745]: cluster 2022-04-26T07:13:48.793143+0000 mgr.smithi136.ofnrfx (mgr.14188) 8902 : cluster [DBG] pgmap v8349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:49.915 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:49.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:49.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:50.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:50 smithi145 bash[13673]: audit 2022-04-26T07:13:50.230453+0000 mon.smithi136 (mon.0) 5515 : audit [DBG] from='client.? 172.21.15.136:0/3727382027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:50 smithi136 bash[11745]: audit 2022-04-26T07:13:50.230453+0000 mon.smithi136 (mon.0) 5515 : audit [DBG] from='client.? 172.21.15.136:0/3727382027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:51 smithi145 bash[13673]: cluster 2022-04-26T07:13:50.793844+0000 mgr.smithi136.ofnrfx (mgr.14188) 8903 : cluster [DBG] pgmap v8350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:51 smithi136 bash[11745]: cluster 2022-04-26T07:13:50.793844+0000 mgr.smithi136.ofnrfx (mgr.14188) 8903 : cluster [DBG] pgmap v8350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:53 smithi145 bash[13673]: cluster 2022-04-26T07:13:52.794509+0000 mgr.smithi136.ofnrfx (mgr.14188) 8904 : cluster [DBG] pgmap v8351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:53 smithi136 bash[11745]: cluster 2022-04-26T07:13:52.794509+0000 mgr.smithi136.ofnrfx (mgr.14188) 8904 : cluster [DBG] pgmap v8351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:55.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:13:55.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:13:55.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:13:55.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:13:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:55 smithi145 bash[13673]: cluster 2022-04-26T07:13:54.795148+0000 mgr.smithi136.ofnrfx (mgr.14188) 8905 : cluster [DBG] pgmap v8352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:55 smithi145 bash[13673]: audit 2022-04-26T07:13:55.565082+0000 mon.smithi136 (mon.0) 5516 : audit [DBG] from='client.? 172.21.15.136:0/670169528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:55 smithi136 bash[11745]: cluster 2022-04-26T07:13:54.795148+0000 mgr.smithi136.ofnrfx (mgr.14188) 8905 : cluster [DBG] pgmap v8352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:55 smithi136 bash[11745]: audit 2022-04-26T07:13:55.565082+0000 mon.smithi136 (mon.0) 5516 : audit [DBG] from='client.? 172.21.15.136:0/670169528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:13:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:57 smithi145 bash[13673]: cluster 2022-04-26T07:13:56.795800+0000 mgr.smithi136.ofnrfx (mgr.14188) 8906 : cluster [DBG] pgmap v8353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:57 smithi136 bash[11745]: cluster 2022-04-26T07:13:56.795800+0000 mgr.smithi136.ofnrfx (mgr.14188) 8906 : cluster [DBG] pgmap v8353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:13:59 smithi145 bash[13673]: cluster 2022-04-26T07:13:58.796499+0000 mgr.smithi136.ofnrfx (mgr.14188) 8907 : cluster [DBG] pgmap v8354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:13:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:13:59 smithi136 bash[11745]: cluster 2022-04-26T07:13:58.796499+0000 mgr.smithi136.ofnrfx (mgr.14188) 8907 : cluster [DBG] pgmap v8354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:00.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:00.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:00.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:00.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:01 smithi145 bash[13673]: cluster 2022-04-26T07:14:00.797126+0000 mgr.smithi136.ofnrfx (mgr.14188) 8908 : cluster [DBG] pgmap v8355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:01 smithi145 bash[13673]: audit 2022-04-26T07:14:00.901081+0000 mon.smithi136 (mon.0) 5517 : audit [DBG] from='client.? 172.21.15.136:0/2502647676' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:01 smithi136 bash[11745]: cluster 2022-04-26T07:14:00.797126+0000 mgr.smithi136.ofnrfx (mgr.14188) 8908 : cluster [DBG] pgmap v8355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:01 smithi136 bash[11745]: audit 2022-04-26T07:14:00.901081+0000 mon.smithi136 (mon.0) 5517 : audit [DBG] from='client.? 172.21.15.136:0/2502647676' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:03 smithi145 bash[13673]: cluster 2022-04-26T07:14:02.797755+0000 mgr.smithi136.ofnrfx (mgr.14188) 8909 : cluster [DBG] pgmap v8356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:04.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:03 smithi145 bash[13673]: audit 2022-04-26T07:14:02.971604+0000 mon.smithi136 (mon.0) 5518 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:14:04.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:03 smithi145 bash[13673]: audit 2022-04-26T07:14:02.975602+0000 mon.smithi136 (mon.0) 5519 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:14:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:03 smithi136 bash[11745]: cluster 2022-04-26T07:14:02.797755+0000 mgr.smithi136.ofnrfx (mgr.14188) 8909 : cluster [DBG] pgmap v8356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:03 smithi136 bash[11745]: audit 2022-04-26T07:14:02.971604+0000 mon.smithi136 (mon.0) 5518 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:14:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:03 smithi136 bash[11745]: audit 2022-04-26T07:14:02.975602+0000 mon.smithi136 (mon.0) 5519 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:14:05.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:05.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:05.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:05 smithi145 bash[13673]: cluster 2022-04-26T07:14:04.798387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8910 : cluster [DBG] pgmap v8357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:06.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:05 smithi136 bash[11745]: cluster 2022-04-26T07:14:04.798387+0000 mgr.smithi136.ofnrfx (mgr.14188) 8910 : cluster [DBG] pgmap v8357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:06 smithi145 bash[13673]: audit 2022-04-26T07:14:06.227898+0000 mon.smithi136 (mon.0) 5520 : audit [DBG] from='client.? 172.21.15.136:0/2523051017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:06 smithi136 bash[11745]: audit 2022-04-26T07:14:06.227898+0000 mon.smithi136 (mon.0) 5520 : audit [DBG] from='client.? 172.21.15.136:0/2523051017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:07 smithi145 bash[13673]: cluster 2022-04-26T07:14:06.799132+0000 mgr.smithi136.ofnrfx (mgr.14188) 8911 : cluster [DBG] pgmap v8358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:07 smithi136 bash[11745]: cluster 2022-04-26T07:14:06.799132+0000 mgr.smithi136.ofnrfx (mgr.14188) 8911 : cluster [DBG] pgmap v8358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:09 smithi145 bash[13673]: cluster 2022-04-26T07:14:08.799863+0000 mgr.smithi136.ofnrfx (mgr.14188) 8912 : cluster [DBG] pgmap v8359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:09 smithi136 bash[11745]: cluster 2022-04-26T07:14:08.799863+0000 mgr.smithi136.ofnrfx (mgr.14188) 8912 : cluster [DBG] pgmap v8359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:11.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:11.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:11.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:11.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:11 smithi145 bash[13673]: cluster 2022-04-26T07:14:10.800577+0000 mgr.smithi136.ofnrfx (mgr.14188) 8913 : cluster [DBG] pgmap v8360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:11 smithi145 bash[13673]: audit 2022-04-26T07:14:11.556036+0000 mon.smithi136 (mon.0) 5521 : audit [DBG] from='client.? 172.21.15.136:0/2773493620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:11 smithi136 bash[11745]: cluster 2022-04-26T07:14:10.800577+0000 mgr.smithi136.ofnrfx (mgr.14188) 8913 : cluster [DBG] pgmap v8360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:11 smithi136 bash[11745]: audit 2022-04-26T07:14:11.556036+0000 mon.smithi136 (mon.0) 5521 : audit [DBG] from='client.? 172.21.15.136:0/2773493620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:13 smithi145 bash[13673]: cluster 2022-04-26T07:14:12.801235+0000 mgr.smithi136.ofnrfx (mgr.14188) 8914 : cluster [DBG] pgmap v8361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:13 smithi136 bash[11745]: cluster 2022-04-26T07:14:12.801235+0000 mgr.smithi136.ofnrfx (mgr.14188) 8914 : cluster [DBG] pgmap v8361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:15 smithi145 bash[13673]: cluster 2022-04-26T07:14:14.801923+0000 mgr.smithi136.ofnrfx (mgr.14188) 8915 : cluster [DBG] pgmap v8362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:15 smithi136 bash[11745]: cluster 2022-04-26T07:14:14.801923+0000 mgr.smithi136.ofnrfx (mgr.14188) 8915 : cluster [DBG] pgmap v8362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:16.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:16.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:16.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:16.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:17 smithi145 bash[13673]: cluster 2022-04-26T07:14:16.802576+0000 mgr.smithi136.ofnrfx (mgr.14188) 8916 : cluster [DBG] pgmap v8363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:17 smithi145 bash[13673]: audit 2022-04-26T07:14:16.892488+0000 mon.smithi136 (mon.0) 5522 : audit [DBG] from='client.? 172.21.15.136:0/3609504991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:17 smithi136 bash[11745]: cluster 2022-04-26T07:14:16.802576+0000 mgr.smithi136.ofnrfx (mgr.14188) 8916 : cluster [DBG] pgmap v8363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:17 smithi136 bash[11745]: audit 2022-04-26T07:14:16.892488+0000 mon.smithi136 (mon.0) 5522 : audit [DBG] from='client.? 172.21.15.136:0/3609504991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:19 smithi145 bash[13673]: cluster 2022-04-26T07:14:18.803289+0000 mgr.smithi136.ofnrfx (mgr.14188) 8917 : cluster [DBG] pgmap v8364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:19 smithi136 bash[11745]: cluster 2022-04-26T07:14:18.803289+0000 mgr.smithi136.ofnrfx (mgr.14188) 8917 : cluster [DBG] pgmap v8364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:21.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:21.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:21.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:21 smithi145 bash[13673]: cluster 2022-04-26T07:14:20.803966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8918 : cluster [DBG] pgmap v8365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:22.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:21 smithi136 bash[11745]: cluster 2022-04-26T07:14:20.803966+0000 mgr.smithi136.ofnrfx (mgr.14188) 8918 : cluster [DBG] pgmap v8365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:22 smithi145 bash[13673]: audit 2022-04-26T07:14:22.218717+0000 mon.smithi136 (mon.0) 5523 : audit [DBG] from='client.? 172.21.15.136:0/710016834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:22 smithi136 bash[11745]: audit 2022-04-26T07:14:22.218717+0000 mon.smithi136 (mon.0) 5523 : audit [DBG] from='client.? 172.21.15.136:0/710016834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:23 smithi145 bash[13673]: cluster 2022-04-26T07:14:22.804696+0000 mgr.smithi136.ofnrfx (mgr.14188) 8919 : cluster [DBG] pgmap v8366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:23 smithi136 bash[11745]: cluster 2022-04-26T07:14:22.804696+0000 mgr.smithi136.ofnrfx (mgr.14188) 8919 : cluster [DBG] pgmap v8366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:25 smithi145 bash[13673]: cluster 2022-04-26T07:14:24.805480+0000 mgr.smithi136.ofnrfx (mgr.14188) 8920 : cluster [DBG] pgmap v8367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:25 smithi136 bash[11745]: cluster 2022-04-26T07:14:24.805480+0000 mgr.smithi136.ofnrfx (mgr.14188) 8920 : cluster [DBG] pgmap v8367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:27.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:27.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:27.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:27.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:27 smithi145 bash[13673]: cluster 2022-04-26T07:14:26.806260+0000 mgr.smithi136.ofnrfx (mgr.14188) 8921 : cluster [DBG] pgmap v8368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:27 smithi145 bash[13673]: audit 2022-04-26T07:14:27.553013+0000 mon.smithi136 (mon.0) 5524 : audit [DBG] from='client.? 172.21.15.136:0/2300065599' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:27 smithi136 bash[11745]: cluster 2022-04-26T07:14:26.806260+0000 mgr.smithi136.ofnrfx (mgr.14188) 8921 : cluster [DBG] pgmap v8368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:27 smithi136 bash[11745]: audit 2022-04-26T07:14:27.553013+0000 mon.smithi136 (mon.0) 5524 : audit [DBG] from='client.? 172.21.15.136:0/2300065599' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: cluster 2022-04-26T07:14:28.806920+0000 mgr.smithi136.ofnrfx (mgr.14188) 8922 : cluster [DBG] pgmap v8369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: audit 2022-04-26T07:14:28.811804+0000 mon.smithi136 (mon.0) 5525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:14:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: audit 2022-04-26T07:14:28.814370+0000 mon.smithi136 (mon.0) 5526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:14:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: audit 2022-04-26T07:14:28.816157+0000 mon.smithi136 (mon.0) 5527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:14:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: cluster 2022-04-26T07:14:29.142153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8923 : cluster [DBG] pgmap v8370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: cluster 2022-04-26T07:14:29.142534+0000 mgr.smithi136.ofnrfx (mgr.14188) 8924 : cluster [DBG] pgmap v8371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: audit 2022-04-26T07:14:29.147799+0000 mon.smithi136 (mon.0) 5528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:14:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: audit 2022-04-26T07:14:29.154903+0000 mon.smithi136 (mon.0) 5529 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:14:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: cephadm 2022-04-26T07:14:29.155869+0000 mgr.smithi136.ofnrfx (mgr.14188) 8925 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:14:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:29 smithi145 bash[13673]: cephadm 2022-04-26T07:14:29.156007+0000 mgr.smithi136.ofnrfx (mgr.14188) 8926 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:14:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: cluster 2022-04-26T07:14:28.806920+0000 mgr.smithi136.ofnrfx (mgr.14188) 8922 : cluster [DBG] pgmap v8369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: audit 2022-04-26T07:14:28.811804+0000 mon.smithi136 (mon.0) 5525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:14:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: audit 2022-04-26T07:14:28.814370+0000 mon.smithi136 (mon.0) 5526 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:14:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: audit 2022-04-26T07:14:28.816157+0000 mon.smithi136 (mon.0) 5527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:14:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: cluster 2022-04-26T07:14:29.142153+0000 mgr.smithi136.ofnrfx (mgr.14188) 8923 : cluster [DBG] pgmap v8370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: cluster 2022-04-26T07:14:29.142534+0000 mgr.smithi136.ofnrfx (mgr.14188) 8924 : cluster [DBG] pgmap v8371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: audit 2022-04-26T07:14:29.147799+0000 mon.smithi136 (mon.0) 5528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:14:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: audit 2022-04-26T07:14:29.154903+0000 mon.smithi136 (mon.0) 5529 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:14:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: cephadm 2022-04-26T07:14:29.155869+0000 mgr.smithi136.ofnrfx (mgr.14188) 8925 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:14:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:29 smithi136 bash[11745]: cephadm 2022-04-26T07:14:29.156007+0000 mgr.smithi136.ofnrfx (mgr.14188) 8926 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:14:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:32 smithi136 bash[11745]: cluster 2022-04-26T07:14:31.143142+0000 mgr.smithi136.ofnrfx (mgr.14188) 8927 : cluster [DBG] pgmap v8372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:32.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:32.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:32.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:32 smithi145 bash[13673]: cluster 2022-04-26T07:14:31.143142+0000 mgr.smithi136.ofnrfx (mgr.14188) 8927 : cluster [DBG] pgmap v8372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:32.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:33 smithi136 bash[11745]: audit 2022-04-26T07:14:32.888533+0000 mon.smithi136 (mon.0) 5530 : audit [DBG] from='client.? 172.21.15.136:0/1474288200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:33 smithi145 bash[13673]: audit 2022-04-26T07:14:32.888533+0000 mon.smithi136 (mon.0) 5530 : audit [DBG] from='client.? 172.21.15.136:0/1474288200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:34 smithi136 bash[11745]: cluster 2022-04-26T07:14:33.143799+0000 mgr.smithi136.ofnrfx (mgr.14188) 8928 : cluster [DBG] pgmap v8373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:34 smithi145 bash[13673]: cluster 2022-04-26T07:14:33.143799+0000 mgr.smithi136.ofnrfx (mgr.14188) 8928 : cluster [DBG] pgmap v8373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:36 smithi136 bash[11745]: cluster 2022-04-26T07:14:35.144379+0000 mgr.smithi136.ofnrfx (mgr.14188) 8929 : cluster [DBG] pgmap v8374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:36 smithi145 bash[13673]: cluster 2022-04-26T07:14:35.144379+0000 mgr.smithi136.ofnrfx (mgr.14188) 8929 : cluster [DBG] pgmap v8374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:37.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:37.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:37.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:38.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:38 smithi145 bash[13673]: cluster 2022-04-26T07:14:37.144978+0000 mgr.smithi136.ofnrfx (mgr.14188) 8930 : cluster [DBG] pgmap v8375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:38 smithi136 bash[11745]: cluster 2022-04-26T07:14:37.144978+0000 mgr.smithi136.ofnrfx (mgr.14188) 8930 : cluster [DBG] pgmap v8375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:39 smithi136 bash[11745]: audit 2022-04-26T07:14:38.219962+0000 mon.smithi136 (mon.0) 5531 : audit [DBG] from='client.? 172.21.15.136:0/587008522' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:39 smithi145 bash[13673]: audit 2022-04-26T07:14:38.219962+0000 mon.smithi136 (mon.0) 5531 : audit [DBG] from='client.? 172.21.15.136:0/587008522' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:40.501 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:40 smithi136 bash[11745]: cluster 2022-04-26T07:14:39.145586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8931 : cluster [DBG] pgmap v8376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:40 smithi145 bash[13673]: cluster 2022-04-26T07:14:39.145586+0000 mgr.smithi136.ofnrfx (mgr.14188) 8931 : cluster [DBG] pgmap v8376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:41 smithi136 bash[11745]: cluster 2022-04-26T07:14:41.146208+0000 mgr.smithi136.ofnrfx (mgr.14188) 8932 : cluster [DBG] pgmap v8377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:41 smithi145 bash[13673]: cluster 2022-04-26T07:14:41.146208+0000 mgr.smithi136.ofnrfx (mgr.14188) 8932 : cluster [DBG] pgmap v8377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:43.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:43.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:43.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:43.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:44 smithi136 bash[11745]: cluster 2022-04-26T07:14:43.146832+0000 mgr.smithi136.ofnrfx (mgr.14188) 8933 : cluster [DBG] pgmap v8378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:44.577 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:44 smithi136 bash[11745]: audit 2022-04-26T07:14:43.548478+0000 mon.smithi136 (mon.0) 5532 : audit [DBG] from='client.? 172.21.15.136:0/3858382598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:44 smithi145 bash[13673]: cluster 2022-04-26T07:14:43.146832+0000 mgr.smithi136.ofnrfx (mgr.14188) 8933 : cluster [DBG] pgmap v8378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:44 smithi145 bash[13673]: audit 2022-04-26T07:14:43.548478+0000 mon.smithi136 (mon.0) 5532 : audit [DBG] from='client.? 172.21.15.136:0/3858382598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:46 smithi136 bash[11745]: cluster 2022-04-26T07:14:45.147436+0000 mgr.smithi136.ofnrfx (mgr.14188) 8934 : cluster [DBG] pgmap v8379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:46 smithi145 bash[13673]: cluster 2022-04-26T07:14:45.147436+0000 mgr.smithi136.ofnrfx (mgr.14188) 8934 : cluster [DBG] pgmap v8379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:48 smithi145 bash[13673]: cluster 2022-04-26T07:14:47.148081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8935 : cluster [DBG] pgmap v8380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:48 smithi136 bash[11745]: cluster 2022-04-26T07:14:47.148081+0000 mgr.smithi136.ofnrfx (mgr.14188) 8935 : cluster [DBG] pgmap v8380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:48.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:48.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:48.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:48.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:49 smithi145 bash[13673]: audit 2022-04-26T07:14:48.883732+0000 mon.smithi136 (mon.0) 5533 : audit [DBG] from='client.? 172.21.15.136:0/1188886384' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:49 smithi145 bash[13673]: cluster 2022-04-26T07:14:49.148720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8936 : cluster [DBG] pgmap v8381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:49 smithi136 bash[11745]: audit 2022-04-26T07:14:48.883732+0000 mon.smithi136 (mon.0) 5533 : audit [DBG] from='client.? 172.21.15.136:0/1188886384' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:49 smithi136 bash[11745]: cluster 2022-04-26T07:14:49.148720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8936 : cluster [DBG] pgmap v8381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:52 smithi136 bash[11745]: cluster 2022-04-26T07:14:51.149368+0000 mgr.smithi136.ofnrfx (mgr.14188) 8937 : cluster [DBG] pgmap v8382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:52 smithi145 bash[13673]: cluster 2022-04-26T07:14:51.149368+0000 mgr.smithi136.ofnrfx (mgr.14188) 8937 : cluster [DBG] pgmap v8382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:53.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:53.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:53.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:54.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:54 smithi136 bash[11745]: cluster 2022-04-26T07:14:53.150089+0000 mgr.smithi136.ofnrfx (mgr.14188) 8938 : cluster [DBG] pgmap v8383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:54 smithi145 bash[13673]: cluster 2022-04-26T07:14:53.150089+0000 mgr.smithi136.ofnrfx (mgr.14188) 8938 : cluster [DBG] pgmap v8383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:55 smithi136 bash[11745]: audit 2022-04-26T07:14:54.215108+0000 mon.smithi136 (mon.0) 5534 : audit [DBG] from='client.? 172.21.15.136:0/515049367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:55 smithi145 bash[13673]: audit 2022-04-26T07:14:54.215108+0000 mon.smithi136 (mon.0) 5534 : audit [DBG] from='client.? 172.21.15.136:0/515049367' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:14:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:56 smithi136 bash[11745]: cluster 2022-04-26T07:14:55.150767+0000 mgr.smithi136.ofnrfx (mgr.14188) 8939 : cluster [DBG] pgmap v8384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:56 smithi145 bash[13673]: cluster 2022-04-26T07:14:55.150767+0000 mgr.smithi136.ofnrfx (mgr.14188) 8939 : cluster [DBG] pgmap v8384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:58 smithi145 bash[13673]: cluster 2022-04-26T07:14:57.151410+0000 mgr.smithi136.ofnrfx (mgr.14188) 8940 : cluster [DBG] pgmap v8385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:58 smithi136 bash[11745]: cluster 2022-04-26T07:14:57.151410+0000 mgr.smithi136.ofnrfx (mgr.14188) 8940 : cluster [DBG] pgmap v8385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:59.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:14:59.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:14:59.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:14:59.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:14:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:14:59 smithi145 bash[13673]: cluster 2022-04-26T07:14:59.152062+0000 mgr.smithi136.ofnrfx (mgr.14188) 8941 : cluster [DBG] pgmap v8386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:14:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:14:59 smithi136 bash[11745]: cluster 2022-04-26T07:14:59.152062+0000 mgr.smithi136.ofnrfx (mgr.14188) 8941 : cluster [DBG] pgmap v8386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:00 smithi145 bash[13673]: audit 2022-04-26T07:14:59.547249+0000 mon.smithi136 (mon.0) 5535 : audit [DBG] from='client.? 172.21.15.136:0/2350393089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:00 smithi136 bash[11745]: audit 2022-04-26T07:14:59.547249+0000 mon.smithi136 (mon.0) 5535 : audit [DBG] from='client.? 172.21.15.136:0/2350393089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:01 smithi145 bash[13673]: cluster 2022-04-26T07:15:01.152720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8942 : cluster [DBG] pgmap v8387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:01.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:01 smithi136 bash[11745]: cluster 2022-04-26T07:15:01.152720+0000 mgr.smithi136.ofnrfx (mgr.14188) 8942 : cluster [DBG] pgmap v8387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:03 smithi136 bash[11745]: audit 2022-04-26T07:15:02.975720+0000 mon.smithi136 (mon.0) 5536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:15:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:03 smithi136 bash[11745]: audit 2022-04-26T07:15:02.979456+0000 mon.smithi136 (mon.0) 5537 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:15:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:03 smithi145 bash[13673]: audit 2022-04-26T07:15:02.975720+0000 mon.smithi136 (mon.0) 5536 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:15:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:03 smithi145 bash[13673]: audit 2022-04-26T07:15:02.979456+0000 mon.smithi136 (mon.0) 5537 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:15:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:04 smithi136 bash[11745]: cluster 2022-04-26T07:15:03.153408+0000 mgr.smithi136.ofnrfx (mgr.14188) 8943 : cluster [DBG] pgmap v8388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:04 smithi145 bash[13673]: cluster 2022-04-26T07:15:03.153408+0000 mgr.smithi136.ofnrfx (mgr.14188) 8943 : cluster [DBG] pgmap v8388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:04.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:04.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:04.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:04.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:05 smithi136 bash[11745]: audit 2022-04-26T07:15:04.874452+0000 mon.smithi136 (mon.0) 5538 : audit [DBG] from='client.? 172.21.15.136:0/2868384847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:05 smithi145 bash[13673]: audit 2022-04-26T07:15:04.874452+0000 mon.smithi136 (mon.0) 5538 : audit [DBG] from='client.? 172.21.15.136:0/2868384847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:06 smithi136 bash[11745]: cluster 2022-04-26T07:15:05.154055+0000 mgr.smithi136.ofnrfx (mgr.14188) 8944 : cluster [DBG] pgmap v8389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:06 smithi145 bash[13673]: cluster 2022-04-26T07:15:05.154055+0000 mgr.smithi136.ofnrfx (mgr.14188) 8944 : cluster [DBG] pgmap v8389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:08 smithi145 bash[13673]: cluster 2022-04-26T07:15:07.154687+0000 mgr.smithi136.ofnrfx (mgr.14188) 8945 : cluster [DBG] pgmap v8390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:08 smithi136 bash[11745]: cluster 2022-04-26T07:15:07.154687+0000 mgr.smithi136.ofnrfx (mgr.14188) 8945 : cluster [DBG] pgmap v8390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:09 smithi145 bash[13673]: cluster 2022-04-26T07:15:09.155308+0000 mgr.smithi136.ofnrfx (mgr.14188) 8946 : cluster [DBG] pgmap v8391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:09 smithi136 bash[11745]: cluster 2022-04-26T07:15:09.155308+0000 mgr.smithi136.ofnrfx (mgr.14188) 8946 : cluster [DBG] pgmap v8391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:09.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:09.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:09.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:10.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:10 smithi145 bash[13673]: audit 2022-04-26T07:15:10.201397+0000 mon.smithi136 (mon.0) 5539 : audit [DBG] from='client.? 172.21.15.136:0/1631222794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:10 smithi136 bash[11745]: audit 2022-04-26T07:15:10.201397+0000 mon.smithi136 (mon.0) 5539 : audit [DBG] from='client.? 172.21.15.136:0/1631222794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:11 smithi145 bash[13673]: cluster 2022-04-26T07:15:11.155952+0000 mgr.smithi136.ofnrfx (mgr.14188) 8947 : cluster [DBG] pgmap v8392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:11 smithi136 bash[11745]: cluster 2022-04-26T07:15:11.155952+0000 mgr.smithi136.ofnrfx (mgr.14188) 8947 : cluster [DBG] pgmap v8392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:14 smithi136 bash[11745]: cluster 2022-04-26T07:15:13.156572+0000 mgr.smithi136.ofnrfx (mgr.14188) 8948 : cluster [DBG] pgmap v8393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:14 smithi145 bash[13673]: cluster 2022-04-26T07:15:13.156572+0000 mgr.smithi136.ofnrfx (mgr.14188) 8948 : cluster [DBG] pgmap v8393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:15.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:15.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:15.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:15.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:16 smithi136 bash[11745]: cluster 2022-04-26T07:15:15.157283+0000 mgr.smithi136.ofnrfx (mgr.14188) 8949 : cluster [DBG] pgmap v8394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:16 smithi136 bash[11745]: audit 2022-04-26T07:15:15.531243+0000 mon.smithi136 (mon.0) 5540 : audit [DBG] from='client.? 172.21.15.136:0/1667629698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:16.658 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:16 smithi145 bash[13673]: cluster 2022-04-26T07:15:15.157283+0000 mgr.smithi136.ofnrfx (mgr.14188) 8949 : cluster [DBG] pgmap v8394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:16.658 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:16 smithi145 bash[13673]: audit 2022-04-26T07:15:15.531243+0000 mon.smithi136 (mon.0) 5540 : audit [DBG] from='client.? 172.21.15.136:0/1667629698' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:18 smithi145 bash[13673]: cluster 2022-04-26T07:15:17.157970+0000 mgr.smithi136.ofnrfx (mgr.14188) 8950 : cluster [DBG] pgmap v8395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:18 smithi136 bash[11745]: cluster 2022-04-26T07:15:17.157970+0000 mgr.smithi136.ofnrfx (mgr.14188) 8950 : cluster [DBG] pgmap v8395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:19 smithi145 bash[13673]: cluster 2022-04-26T07:15:19.158598+0000 mgr.smithi136.ofnrfx (mgr.14188) 8951 : cluster [DBG] pgmap v8396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:19 smithi136 bash[11745]: cluster 2022-04-26T07:15:19.158598+0000 mgr.smithi136.ofnrfx (mgr.14188) 8951 : cluster [DBG] pgmap v8396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:20.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:20.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:20.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:20.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:20 smithi136 bash[11745]: audit 2022-04-26T07:15:20.861427+0000 mon.smithi136 (mon.0) 5541 : audit [DBG] from='client.? 172.21.15.136:0/3158977922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:20 smithi145 bash[13673]: audit 2022-04-26T07:15:20.861427+0000 mon.smithi136 (mon.0) 5541 : audit [DBG] from='client.? 172.21.15.136:0/3158977922' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:21 smithi136 bash[11745]: cluster 2022-04-26T07:15:21.159341+0000 mgr.smithi136.ofnrfx (mgr.14188) 8952 : cluster [DBG] pgmap v8397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:21 smithi145 bash[13673]: cluster 2022-04-26T07:15:21.159341+0000 mgr.smithi136.ofnrfx (mgr.14188) 8952 : cluster [DBG] pgmap v8397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:24 smithi136 bash[11745]: cluster 2022-04-26T07:15:23.160011+0000 mgr.smithi136.ofnrfx (mgr.14188) 8953 : cluster [DBG] pgmap v8398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:24.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:24 smithi145 bash[13673]: cluster 2022-04-26T07:15:23.160011+0000 mgr.smithi136.ofnrfx (mgr.14188) 8953 : cluster [DBG] pgmap v8398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:25.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:25.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:25.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:26.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:26 smithi136 bash[11745]: cluster 2022-04-26T07:15:25.160642+0000 mgr.smithi136.ofnrfx (mgr.14188) 8954 : cluster [DBG] pgmap v8399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:26 smithi136 bash[11745]: audit 2022-04-26T07:15:26.187494+0000 mon.smithi136 (mon.0) 5542 : audit [DBG] from='client.? 172.21.15.136:0/41134273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:26 smithi145 bash[13673]: cluster 2022-04-26T07:15:25.160642+0000 mgr.smithi136.ofnrfx (mgr.14188) 8954 : cluster [DBG] pgmap v8399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:26 smithi145 bash[13673]: audit 2022-04-26T07:15:26.187494+0000 mon.smithi136 (mon.0) 5542 : audit [DBG] from='client.? 172.21.15.136:0/41134273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:28 smithi145 bash[13673]: cluster 2022-04-26T07:15:27.161356+0000 mgr.smithi136.ofnrfx (mgr.14188) 8955 : cluster [DBG] pgmap v8400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:28 smithi136 bash[11745]: cluster 2022-04-26T07:15:27.161356+0000 mgr.smithi136.ofnrfx (mgr.14188) 8955 : cluster [DBG] pgmap v8400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:29 smithi145 bash[13673]: cluster 2022-04-26T07:15:29.162036+0000 mgr.smithi136.ofnrfx (mgr.14188) 8956 : cluster [DBG] pgmap v8401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:29 smithi145 bash[13673]: audit 2022-04-26T07:15:29.164675+0000 mon.smithi136 (mon.0) 5543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:15:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:29 smithi145 bash[13673]: audit 2022-04-26T07:15:29.167390+0000 mon.smithi136 (mon.0) 5544 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:15:29.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:29 smithi145 bash[13673]: audit 2022-04-26T07:15:29.169396+0000 mon.smithi136 (mon.0) 5545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:15:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:29 smithi136 bash[11745]: cluster 2022-04-26T07:15:29.162036+0000 mgr.smithi136.ofnrfx (mgr.14188) 8956 : cluster [DBG] pgmap v8401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:29 smithi136 bash[11745]: audit 2022-04-26T07:15:29.164675+0000 mon.smithi136 (mon.0) 5543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:15:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:29 smithi136 bash[11745]: audit 2022-04-26T07:15:29.167390+0000 mon.smithi136 (mon.0) 5544 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:15:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:29 smithi136 bash[11745]: audit 2022-04-26T07:15:29.169396+0000 mon.smithi136 (mon.0) 5545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:15:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:30 smithi136 bash[11745]: cluster 2022-04-26T07:15:29.480957+0000 mgr.smithi136.ofnrfx (mgr.14188) 8957 : cluster [DBG] pgmap v8402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:30 smithi136 bash[11745]: cluster 2022-04-26T07:15:29.481356+0000 mgr.smithi136.ofnrfx (mgr.14188) 8958 : cluster [DBG] pgmap v8403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:30 smithi136 bash[11745]: audit 2022-04-26T07:15:29.487687+0000 mon.smithi136 (mon.0) 5546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:15:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:30 smithi136 bash[11745]: audit 2022-04-26T07:15:29.495960+0000 mon.smithi136 (mon.0) 5547 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:15:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:30 smithi136 bash[11745]: cephadm 2022-04-26T07:15:29.497293+0000 mgr.smithi136.ofnrfx (mgr.14188) 8959 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:15:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:30 smithi136 bash[11745]: cephadm 2022-04-26T07:15:29.497455+0000 mgr.smithi136.ofnrfx (mgr.14188) 8960 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:15:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:30 smithi145 bash[13673]: cluster 2022-04-26T07:15:29.480957+0000 mgr.smithi136.ofnrfx (mgr.14188) 8957 : cluster [DBG] pgmap v8402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:30 smithi145 bash[13673]: cluster 2022-04-26T07:15:29.481356+0000 mgr.smithi136.ofnrfx (mgr.14188) 8958 : cluster [DBG] pgmap v8403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:30 smithi145 bash[13673]: audit 2022-04-26T07:15:29.487687+0000 mon.smithi136 (mon.0) 5546 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:15:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:30 smithi145 bash[13673]: audit 2022-04-26T07:15:29.495960+0000 mon.smithi136 (mon.0) 5547 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:15:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:30 smithi145 bash[13673]: cephadm 2022-04-26T07:15:29.497293+0000 mgr.smithi136.ofnrfx (mgr.14188) 8959 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:15:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:30 smithi145 bash[13673]: cephadm 2022-04-26T07:15:29.497455+0000 mgr.smithi136.ofnrfx (mgr.14188) 8960 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:15:31.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:31.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:31.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:31.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:32 smithi136 bash[11745]: cluster 2022-04-26T07:15:31.482056+0000 mgr.smithi136.ofnrfx (mgr.14188) 8961 : cluster [DBG] pgmap v8404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:32 smithi136 bash[11745]: audit 2022-04-26T07:15:31.511387+0000 mon.smithi136 (mon.0) 5548 : audit [DBG] from='client.? 172.21.15.136:0/4081506988' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:32 smithi145 bash[13673]: cluster 2022-04-26T07:15:31.482056+0000 mgr.smithi136.ofnrfx (mgr.14188) 8961 : cluster [DBG] pgmap v8404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:32 smithi145 bash[13673]: audit 2022-04-26T07:15:31.511387+0000 mon.smithi136 (mon.0) 5548 : audit [DBG] from='client.? 172.21.15.136:0/4081506988' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:34 smithi145 bash[13673]: cluster 2022-04-26T07:15:33.482721+0000 mgr.smithi136.ofnrfx (mgr.14188) 8962 : cluster [DBG] pgmap v8405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:34 smithi136 bash[11745]: cluster 2022-04-26T07:15:33.482721+0000 mgr.smithi136.ofnrfx (mgr.14188) 8962 : cluster [DBG] pgmap v8405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:36.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:36.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:36.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:36 smithi136 bash[11745]: cluster 2022-04-26T07:15:35.483349+0000 mgr.smithi136.ofnrfx (mgr.14188) 8963 : cluster [DBG] pgmap v8406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:36.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:36 smithi145 bash[13673]: cluster 2022-04-26T07:15:35.483349+0000 mgr.smithi136.ofnrfx (mgr.14188) 8963 : cluster [DBG] pgmap v8406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:37 smithi136 bash[11745]: audit 2022-04-26T07:15:36.833206+0000 mon.smithi136 (mon.0) 5549 : audit [DBG] from='client.? 172.21.15.136:0/932401507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:37 smithi145 bash[13673]: audit 2022-04-26T07:15:36.833206+0000 mon.smithi136 (mon.0) 5549 : audit [DBG] from='client.? 172.21.15.136:0/932401507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:38 smithi136 bash[11745]: cluster 2022-04-26T07:15:37.484004+0000 mgr.smithi136.ofnrfx (mgr.14188) 8964 : cluster [DBG] pgmap v8407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:38 smithi145 bash[13673]: cluster 2022-04-26T07:15:37.484004+0000 mgr.smithi136.ofnrfx (mgr.14188) 8964 : cluster [DBG] pgmap v8407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:40 smithi136 bash[11745]: cluster 2022-04-26T07:15:39.484667+0000 mgr.smithi136.ofnrfx (mgr.14188) 8965 : cluster [DBG] pgmap v8408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:40 smithi145 bash[13673]: cluster 2022-04-26T07:15:39.484667+0000 mgr.smithi136.ofnrfx (mgr.14188) 8965 : cluster [DBG] pgmap v8408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:41.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:41.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:41.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:42.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:42 smithi145 bash[13673]: cluster 2022-04-26T07:15:41.485402+0000 mgr.smithi136.ofnrfx (mgr.14188) 8966 : cluster [DBG] pgmap v8409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:42 smithi145 bash[13673]: audit 2022-04-26T07:15:42.152299+0000 mon.smithi136 (mon.0) 5550 : audit [DBG] from='client.? 172.21.15.136:0/2624964827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:42 smithi136 bash[11745]: cluster 2022-04-26T07:15:41.485402+0000 mgr.smithi136.ofnrfx (mgr.14188) 8966 : cluster [DBG] pgmap v8409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:42 smithi136 bash[11745]: audit 2022-04-26T07:15:42.152299+0000 mon.smithi136 (mon.0) 5550 : audit [DBG] from='client.? 172.21.15.136:0/2624964827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:44 smithi145 bash[13673]: cluster 2022-04-26T07:15:43.486026+0000 mgr.smithi136.ofnrfx (mgr.14188) 8967 : cluster [DBG] pgmap v8410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:44 smithi136 bash[11745]: cluster 2022-04-26T07:15:43.486026+0000 mgr.smithi136.ofnrfx (mgr.14188) 8967 : cluster [DBG] pgmap v8410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:46 smithi136 bash[11745]: cluster 2022-04-26T07:15:45.486624+0000 mgr.smithi136.ofnrfx (mgr.14188) 8968 : cluster [DBG] pgmap v8411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:46 smithi145 bash[13673]: cluster 2022-04-26T07:15:45.486624+0000 mgr.smithi136.ofnrfx (mgr.14188) 8968 : cluster [DBG] pgmap v8411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:47.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:47.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:47.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:47.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:47 smithi136 bash[11745]: audit 2022-04-26T07:15:47.485595+0000 mon.smithi136 (mon.0) 5551 : audit [DBG] from='client.? 172.21.15.136:0/3040944612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:47 smithi145 bash[13673]: audit 2022-04-26T07:15:47.485595+0000 mon.smithi136 (mon.0) 5551 : audit [DBG] from='client.? 172.21.15.136:0/3040944612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:48 smithi136 bash[11745]: cluster 2022-04-26T07:15:47.487244+0000 mgr.smithi136.ofnrfx (mgr.14188) 8969 : cluster [DBG] pgmap v8412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:48 smithi145 bash[13673]: cluster 2022-04-26T07:15:47.487244+0000 mgr.smithi136.ofnrfx (mgr.14188) 8969 : cluster [DBG] pgmap v8412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:50 smithi136 bash[11745]: cluster 2022-04-26T07:15:49.488008+0000 mgr.smithi136.ofnrfx (mgr.14188) 8970 : cluster [DBG] pgmap v8413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:50 smithi145 bash[13673]: cluster 2022-04-26T07:15:49.488008+0000 mgr.smithi136.ofnrfx (mgr.14188) 8970 : cluster [DBG] pgmap v8413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:52.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:52.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:52.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:52.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:52 smithi145 bash[13673]: cluster 2022-04-26T07:15:51.488687+0000 mgr.smithi136.ofnrfx (mgr.14188) 8971 : cluster [DBG] pgmap v8414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:52 smithi136 bash[11745]: cluster 2022-04-26T07:15:51.488687+0000 mgr.smithi136.ofnrfx (mgr.14188) 8971 : cluster [DBG] pgmap v8414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:53 smithi145 bash[13673]: audit 2022-04-26T07:15:52.811030+0000 mon.smithi136 (mon.0) 5552 : audit [DBG] from='client.? 172.21.15.136:0/3964915299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:53 smithi136 bash[11745]: audit 2022-04-26T07:15:52.811030+0000 mon.smithi136 (mon.0) 5552 : audit [DBG] from='client.? 172.21.15.136:0/3964915299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:54 smithi145 bash[13673]: cluster 2022-04-26T07:15:53.489306+0000 mgr.smithi136.ofnrfx (mgr.14188) 8972 : cluster [DBG] pgmap v8415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:54 smithi136 bash[11745]: cluster 2022-04-26T07:15:53.489306+0000 mgr.smithi136.ofnrfx (mgr.14188) 8972 : cluster [DBG] pgmap v8415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:56 smithi145 bash[13673]: cluster 2022-04-26T07:15:55.489880+0000 mgr.smithi136.ofnrfx (mgr.14188) 8973 : cluster [DBG] pgmap v8416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:56 smithi136 bash[11745]: cluster 2022-04-26T07:15:55.489880+0000 mgr.smithi136.ofnrfx (mgr.14188) 8973 : cluster [DBG] pgmap v8416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:57.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:15:57.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:15:57.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:15:58.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:15:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:58 smithi145 bash[13673]: cluster 2022-04-26T07:15:57.490514+0000 mgr.smithi136.ofnrfx (mgr.14188) 8974 : cluster [DBG] pgmap v8417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:15:58 smithi145 bash[13673]: audit 2022-04-26T07:15:58.141310+0000 mon.smithi136 (mon.0) 5553 : audit [DBG] from='client.? 172.21.15.136:0/2219359574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:15:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:58 smithi136 bash[11745]: cluster 2022-04-26T07:15:57.490514+0000 mgr.smithi136.ofnrfx (mgr.14188) 8974 : cluster [DBG] pgmap v8417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:15:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:15:58 smithi136 bash[11745]: audit 2022-04-26T07:15:58.141310+0000 mon.smithi136 (mon.0) 5553 : audit [DBG] from='client.? 172.21.15.136:0/2219359574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:00 smithi136 bash[11745]: cluster 2022-04-26T07:15:59.491194+0000 mgr.smithi136.ofnrfx (mgr.14188) 8975 : cluster [DBG] pgmap v8418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:00 smithi145 bash[13673]: cluster 2022-04-26T07:15:59.491194+0000 mgr.smithi136.ofnrfx (mgr.14188) 8975 : cluster [DBG] pgmap v8418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:02 smithi145 bash[13673]: cluster 2022-04-26T07:16:01.491849+0000 mgr.smithi136.ofnrfx (mgr.14188) 8976 : cluster [DBG] pgmap v8419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:02 smithi136 bash[11745]: cluster 2022-04-26T07:16:01.491849+0000 mgr.smithi136.ofnrfx (mgr.14188) 8976 : cluster [DBG] pgmap v8419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:03.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:03.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:03.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:03.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:03 smithi145 bash[13673]: audit 2022-04-26T07:16:02.979798+0000 mon.smithi136 (mon.0) 5554 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:16:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:03 smithi145 bash[13673]: audit 2022-04-26T07:16:02.983705+0000 mon.smithi136 (mon.0) 5555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:16:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:03 smithi145 bash[13673]: audit 2022-04-26T07:16:03.471319+0000 mon.smithi136 (mon.0) 5556 : audit [DBG] from='client.? 172.21.15.136:0/587861843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:03 smithi136 bash[11745]: audit 2022-04-26T07:16:02.979798+0000 mon.smithi136 (mon.0) 5554 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:16:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:03 smithi136 bash[11745]: audit 2022-04-26T07:16:02.983705+0000 mon.smithi136 (mon.0) 5555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:16:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:03 smithi136 bash[11745]: audit 2022-04-26T07:16:03.471319+0000 mon.smithi136 (mon.0) 5556 : audit [DBG] from='client.? 172.21.15.136:0/587861843' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:04 smithi145 bash[13673]: cluster 2022-04-26T07:16:03.492405+0000 mgr.smithi136.ofnrfx (mgr.14188) 8977 : cluster [DBG] pgmap v8420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:04 smithi136 bash[11745]: cluster 2022-04-26T07:16:03.492405+0000 mgr.smithi136.ofnrfx (mgr.14188) 8977 : cluster [DBG] pgmap v8420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:06 smithi145 bash[13673]: cluster 2022-04-26T07:16:05.493021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8978 : cluster [DBG] pgmap v8421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:06 smithi136 bash[11745]: cluster 2022-04-26T07:16:05.493021+0000 mgr.smithi136.ofnrfx (mgr.14188) 8978 : cluster [DBG] pgmap v8421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:08.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:08.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:08.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:08.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:08 smithi145 bash[13673]: cluster 2022-04-26T07:16:07.493650+0000 mgr.smithi136.ofnrfx (mgr.14188) 8979 : cluster [DBG] pgmap v8422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:08 smithi136 bash[11745]: cluster 2022-04-26T07:16:07.493650+0000 mgr.smithi136.ofnrfx (mgr.14188) 8979 : cluster [DBG] pgmap v8422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:09 smithi145 bash[13673]: audit 2022-04-26T07:16:08.800948+0000 mon.smithi136 (mon.0) 5557 : audit [DBG] from='client.? 172.21.15.136:0/1013201123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:09 smithi136 bash[11745]: audit 2022-04-26T07:16:08.800948+0000 mon.smithi136 (mon.0) 5557 : audit [DBG] from='client.? 172.21.15.136:0/1013201123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:10 smithi136 bash[11745]: cluster 2022-04-26T07:16:09.494269+0000 mgr.smithi136.ofnrfx (mgr.14188) 8980 : cluster [DBG] pgmap v8423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:10 smithi145 bash[13673]: cluster 2022-04-26T07:16:09.494269+0000 mgr.smithi136.ofnrfx (mgr.14188) 8980 : cluster [DBG] pgmap v8423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:12 smithi145 bash[13673]: cluster 2022-04-26T07:16:11.494934+0000 mgr.smithi136.ofnrfx (mgr.14188) 8981 : cluster [DBG] pgmap v8424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:12 smithi136 bash[11745]: cluster 2022-04-26T07:16:11.494934+0000 mgr.smithi136.ofnrfx (mgr.14188) 8981 : cluster [DBG] pgmap v8424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:13.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:13.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:13.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:14.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:14 smithi136 bash[11745]: cluster 2022-04-26T07:16:13.495634+0000 mgr.smithi136.ofnrfx (mgr.14188) 8982 : cluster [DBG] pgmap v8425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:14 smithi136 bash[11745]: audit 2022-04-26T07:16:14.132508+0000 mon.smithi136 (mon.0) 5558 : audit [DBG] from='client.? 172.21.15.136:0/2533238551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:14 smithi145 bash[13673]: cluster 2022-04-26T07:16:13.495634+0000 mgr.smithi136.ofnrfx (mgr.14188) 8982 : cluster [DBG] pgmap v8425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:14 smithi145 bash[13673]: audit 2022-04-26T07:16:14.132508+0000 mon.smithi136 (mon.0) 5558 : audit [DBG] from='client.? 172.21.15.136:0/2533238551' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:16 smithi136 bash[11745]: cluster 2022-04-26T07:16:15.496267+0000 mgr.smithi136.ofnrfx (mgr.14188) 8983 : cluster [DBG] pgmap v8426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:16 smithi145 bash[13673]: cluster 2022-04-26T07:16:15.496267+0000 mgr.smithi136.ofnrfx (mgr.14188) 8983 : cluster [DBG] pgmap v8426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:18.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:18 smithi136 bash[11745]: cluster 2022-04-26T07:16:17.496913+0000 mgr.smithi136.ofnrfx (mgr.14188) 8984 : cluster [DBG] pgmap v8427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:18 smithi145 bash[13673]: cluster 2022-04-26T07:16:17.496913+0000 mgr.smithi136.ofnrfx (mgr.14188) 8984 : cluster [DBG] pgmap v8427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:19.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:19.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:19.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:19.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:19 smithi145 bash[13673]: audit 2022-04-26T07:16:19.455806+0000 mon.smithi136 (mon.0) 5559 : audit [DBG] from='client.? 172.21.15.136:0/3401184656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:19 smithi136 bash[11745]: audit 2022-04-26T07:16:19.455806+0000 mon.smithi136 (mon.0) 5559 : audit [DBG] from='client.? 172.21.15.136:0/3401184656' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:20 smithi136 bash[11745]: cluster 2022-04-26T07:16:19.497556+0000 mgr.smithi136.ofnrfx (mgr.14188) 8985 : cluster [DBG] pgmap v8428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:20 smithi145 bash[13673]: cluster 2022-04-26T07:16:19.497556+0000 mgr.smithi136.ofnrfx (mgr.14188) 8985 : cluster [DBG] pgmap v8428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:22 smithi145 bash[13673]: cluster 2022-04-26T07:16:21.498249+0000 mgr.smithi136.ofnrfx (mgr.14188) 8986 : cluster [DBG] pgmap v8429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:22 smithi136 bash[11745]: cluster 2022-04-26T07:16:21.498249+0000 mgr.smithi136.ofnrfx (mgr.14188) 8986 : cluster [DBG] pgmap v8429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:24.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:24.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:24.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:24.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:24 smithi136 bash[11745]: cluster 2022-04-26T07:16:23.498974+0000 mgr.smithi136.ofnrfx (mgr.14188) 8987 : cluster [DBG] pgmap v8430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:24 smithi145 bash[13673]: cluster 2022-04-26T07:16:23.498974+0000 mgr.smithi136.ofnrfx (mgr.14188) 8987 : cluster [DBG] pgmap v8430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:25 smithi136 bash[11745]: audit 2022-04-26T07:16:24.782103+0000 mon.smithi136 (mon.0) 5560 : audit [DBG] from='client.? 172.21.15.136:0/1255764611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:25 smithi145 bash[13673]: audit 2022-04-26T07:16:24.782103+0000 mon.smithi136 (mon.0) 5560 : audit [DBG] from='client.? 172.21.15.136:0/1255764611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:26 smithi136 bash[11745]: cluster 2022-04-26T07:16:25.499627+0000 mgr.smithi136.ofnrfx (mgr.14188) 8988 : cluster [DBG] pgmap v8431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:26 smithi145 bash[13673]: cluster 2022-04-26T07:16:25.499627+0000 mgr.smithi136.ofnrfx (mgr.14188) 8988 : cluster [DBG] pgmap v8431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:28 smithi136 bash[11745]: cluster 2022-04-26T07:16:27.500255+0000 mgr.smithi136.ofnrfx (mgr.14188) 8989 : cluster [DBG] pgmap v8432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:28 smithi145 bash[13673]: cluster 2022-04-26T07:16:27.500255+0000 mgr.smithi136.ofnrfx (mgr.14188) 8989 : cluster [DBG] pgmap v8432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:29.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:29.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:29.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:29 smithi145 bash[13673]: audit 2022-04-26T07:16:29.509049+0000 mon.smithi136 (mon.0) 5561 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:16:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:29 smithi145 bash[13673]: audit 2022-04-26T07:16:29.512158+0000 mon.smithi136 (mon.0) 5562 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:16:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:29 smithi145 bash[13673]: audit 2022-04-26T07:16:29.514241+0000 mon.smithi136 (mon.0) 5563 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:16:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:29 smithi136 bash[11745]: audit 2022-04-26T07:16:29.509049+0000 mon.smithi136 (mon.0) 5561 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:16:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:29 smithi136 bash[11745]: audit 2022-04-26T07:16:29.512158+0000 mon.smithi136 (mon.0) 5562 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:16:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:29 smithi136 bash[11745]: audit 2022-04-26T07:16:29.514241+0000 mon.smithi136 (mon.0) 5563 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:16:30.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: cluster 2022-04-26T07:16:29.500903+0000 mgr.smithi136.ofnrfx (mgr.14188) 8990 : cluster [DBG] pgmap v8433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:31.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: cluster 2022-04-26T07:16:29.815768+0000 mgr.smithi136.ofnrfx (mgr.14188) 8991 : cluster [DBG] pgmap v8434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:31.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: cluster 2022-04-26T07:16:29.816002+0000 mgr.smithi136.ofnrfx (mgr.14188) 8992 : cluster [DBG] pgmap v8435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:31.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: audit 2022-04-26T07:16:29.821894+0000 mon.smithi136 (mon.0) 5564 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:16:31.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: audit 2022-04-26T07:16:29.829847+0000 mon.smithi136 (mon.0) 5565 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:16:31.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: cephadm 2022-04-26T07:16:29.830928+0000 mgr.smithi136.ofnrfx (mgr.14188) 8993 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:16:31.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: cephadm 2022-04-26T07:16:29.831077+0000 mgr.smithi136.ofnrfx (mgr.14188) 8994 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:16:31.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:30 smithi145 bash[13673]: audit 2022-04-26T07:16:30.098107+0000 mon.smithi136 (mon.0) 5566 : audit [DBG] from='client.? 172.21.15.136:0/842671917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: cluster 2022-04-26T07:16:29.500903+0000 mgr.smithi136.ofnrfx (mgr.14188) 8990 : cluster [DBG] pgmap v8433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: cluster 2022-04-26T07:16:29.815768+0000 mgr.smithi136.ofnrfx (mgr.14188) 8991 : cluster [DBG] pgmap v8434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: cluster 2022-04-26T07:16:29.816002+0000 mgr.smithi136.ofnrfx (mgr.14188) 8992 : cluster [DBG] pgmap v8435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: audit 2022-04-26T07:16:29.821894+0000 mon.smithi136 (mon.0) 5564 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:16:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: audit 2022-04-26T07:16:29.829847+0000 mon.smithi136 (mon.0) 5565 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:16:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: cephadm 2022-04-26T07:16:29.830928+0000 mgr.smithi136.ofnrfx (mgr.14188) 8993 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:16:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: cephadm 2022-04-26T07:16:29.831077+0000 mgr.smithi136.ofnrfx (mgr.14188) 8994 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:16:31.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:30 smithi136 bash[11745]: audit 2022-04-26T07:16:30.098107+0000 mon.smithi136 (mon.0) 5566 : audit [DBG] from='client.? 172.21.15.136:0/842671917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:32 smithi145 bash[13673]: cluster 2022-04-26T07:16:31.816570+0000 mgr.smithi136.ofnrfx (mgr.14188) 8995 : cluster [DBG] pgmap v8436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:32 smithi136 bash[11745]: cluster 2022-04-26T07:16:31.816570+0000 mgr.smithi136.ofnrfx (mgr.14188) 8995 : cluster [DBG] pgmap v8436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:34 smithi136 bash[11745]: cluster 2022-04-26T07:16:33.817142+0000 mgr.smithi136.ofnrfx (mgr.14188) 8996 : cluster [DBG] pgmap v8437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:34 smithi145 bash[13673]: cluster 2022-04-26T07:16:33.817142+0000 mgr.smithi136.ofnrfx (mgr.14188) 8996 : cluster [DBG] pgmap v8437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:35.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:35.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:35.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:35.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:35 smithi136 bash[11745]: audit 2022-04-26T07:16:35.426225+0000 mon.smithi136 (mon.0) 5567 : audit [DBG] from='client.? 172.21.15.136:0/827774718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:35 smithi145 bash[13673]: audit 2022-04-26T07:16:35.426225+0000 mon.smithi136 (mon.0) 5567 : audit [DBG] from='client.? 172.21.15.136:0/827774718' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:36 smithi136 bash[11745]: cluster 2022-04-26T07:16:35.817749+0000 mgr.smithi136.ofnrfx (mgr.14188) 8997 : cluster [DBG] pgmap v8438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:36 smithi145 bash[13673]: cluster 2022-04-26T07:16:35.817749+0000 mgr.smithi136.ofnrfx (mgr.14188) 8997 : cluster [DBG] pgmap v8438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:38 smithi145 bash[13673]: cluster 2022-04-26T07:16:37.818393+0000 mgr.smithi136.ofnrfx (mgr.14188) 8998 : cluster [DBG] pgmap v8439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:38 smithi136 bash[11745]: cluster 2022-04-26T07:16:37.818393+0000 mgr.smithi136.ofnrfx (mgr.14188) 8998 : cluster [DBG] pgmap v8439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:40.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:40.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:40.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:40.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:40 smithi145 bash[13673]: cluster 2022-04-26T07:16:39.819037+0000 mgr.smithi136.ofnrfx (mgr.14188) 8999 : cluster [DBG] pgmap v8440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:40 smithi145 bash[13673]: audit 2022-04-26T07:16:40.755399+0000 mon.smithi136 (mon.0) 5568 : audit [DBG] from='client.? 172.21.15.136:0/651298423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:40 smithi136 bash[11745]: cluster 2022-04-26T07:16:39.819037+0000 mgr.smithi136.ofnrfx (mgr.14188) 8999 : cluster [DBG] pgmap v8440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:40 smithi136 bash[11745]: audit 2022-04-26T07:16:40.755399+0000 mon.smithi136 (mon.0) 5568 : audit [DBG] from='client.? 172.21.15.136:0/651298423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:42 smithi145 bash[13673]: cluster 2022-04-26T07:16:41.819770+0000 mgr.smithi136.ofnrfx (mgr.14188) 9000 : cluster [DBG] pgmap v8441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:42 smithi136 bash[11745]: cluster 2022-04-26T07:16:41.819770+0000 mgr.smithi136.ofnrfx (mgr.14188) 9000 : cluster [DBG] pgmap v8441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:44 smithi136 bash[11745]: cluster 2022-04-26T07:16:43.820389+0000 mgr.smithi136.ofnrfx (mgr.14188) 9001 : cluster [DBG] pgmap v8442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:44 smithi145 bash[13673]: cluster 2022-04-26T07:16:43.820389+0000 mgr.smithi136.ofnrfx (mgr.14188) 9001 : cluster [DBG] pgmap v8442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:45.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:45.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:45.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:46.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:46 smithi145 bash[13673]: cluster 2022-04-26T07:16:45.821024+0000 mgr.smithi136.ofnrfx (mgr.14188) 9002 : cluster [DBG] pgmap v8443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:46 smithi145 bash[13673]: audit 2022-04-26T07:16:46.078809+0000 mon.smithi136 (mon.0) 5569 : audit [DBG] from='client.? 172.21.15.136:0/4049139678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:46 smithi136 bash[11745]: cluster 2022-04-26T07:16:45.821024+0000 mgr.smithi136.ofnrfx (mgr.14188) 9002 : cluster [DBG] pgmap v8443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:46 smithi136 bash[11745]: audit 2022-04-26T07:16:46.078809+0000 mon.smithi136 (mon.0) 5569 : audit [DBG] from='client.? 172.21.15.136:0/4049139678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:48 smithi145 bash[13673]: cluster 2022-04-26T07:16:47.821681+0000 mgr.smithi136.ofnrfx (mgr.14188) 9003 : cluster [DBG] pgmap v8444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:48 smithi136 bash[11745]: cluster 2022-04-26T07:16:47.821681+0000 mgr.smithi136.ofnrfx (mgr.14188) 9003 : cluster [DBG] pgmap v8444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:51.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:51.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:51.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:50 smithi145 bash[13673]: cluster 2022-04-26T07:16:49.822262+0000 mgr.smithi136.ofnrfx (mgr.14188) 9004 : cluster [DBG] pgmap v8445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:50 smithi136 bash[11745]: cluster 2022-04-26T07:16:49.822262+0000 mgr.smithi136.ofnrfx (mgr.14188) 9004 : cluster [DBG] pgmap v8445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:51.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:51 smithi145 bash[13673]: audit 2022-04-26T07:16:51.402274+0000 mon.smithi136 (mon.0) 5570 : audit [DBG] from='client.? 172.21.15.136:0/3833856059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:51 smithi136 bash[11745]: audit 2022-04-26T07:16:51.402274+0000 mon.smithi136 (mon.0) 5570 : audit [DBG] from='client.? 172.21.15.136:0/3833856059' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:52 smithi136 bash[11745]: cluster 2022-04-26T07:16:51.822907+0000 mgr.smithi136.ofnrfx (mgr.14188) 9005 : cluster [DBG] pgmap v8446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:52 smithi145 bash[13673]: cluster 2022-04-26T07:16:51.822907+0000 mgr.smithi136.ofnrfx (mgr.14188) 9005 : cluster [DBG] pgmap v8446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:54 smithi136 bash[11745]: cluster 2022-04-26T07:16:53.823619+0000 mgr.smithi136.ofnrfx (mgr.14188) 9006 : cluster [DBG] pgmap v8447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:54 smithi145 bash[13673]: cluster 2022-04-26T07:16:53.823619+0000 mgr.smithi136.ofnrfx (mgr.14188) 9006 : cluster [DBG] pgmap v8447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:56.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:16:56.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:16:56.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:16:56.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:16:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:56 smithi145 bash[13673]: cluster 2022-04-26T07:16:55.824196+0000 mgr.smithi136.ofnrfx (mgr.14188) 9007 : cluster [DBG] pgmap v8448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:56 smithi145 bash[13673]: audit 2022-04-26T07:16:56.727369+0000 mon.smithi136 (mon.0) 5571 : audit [DBG] from='client.? 172.21.15.136:0/1768087842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:56 smithi136 bash[11745]: cluster 2022-04-26T07:16:55.824196+0000 mgr.smithi136.ofnrfx (mgr.14188) 9007 : cluster [DBG] pgmap v8448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:56 smithi136 bash[11745]: audit 2022-04-26T07:16:56.727369+0000 mon.smithi136 (mon.0) 5571 : audit [DBG] from='client.? 172.21.15.136:0/1768087842' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:16:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:16:58 smithi145 bash[13673]: cluster 2022-04-26T07:16:57.824841+0000 mgr.smithi136.ofnrfx (mgr.14188) 9008 : cluster [DBG] pgmap v8449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:16:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:16:58 smithi136 bash[11745]: cluster 2022-04-26T07:16:57.824841+0000 mgr.smithi136.ofnrfx (mgr.14188) 9008 : cluster [DBG] pgmap v8449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:00 smithi145 bash[13673]: cluster 2022-04-26T07:16:59.825458+0000 mgr.smithi136.ofnrfx (mgr.14188) 9009 : cluster [DBG] pgmap v8450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:00 smithi136 bash[11745]: cluster 2022-04-26T07:16:59.825458+0000 mgr.smithi136.ofnrfx (mgr.14188) 9009 : cluster [DBG] pgmap v8450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:01.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:01.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:01.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:02.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:02 smithi145 bash[13673]: cluster 2022-04-26T07:17:01.826094+0000 mgr.smithi136.ofnrfx (mgr.14188) 9010 : cluster [DBG] pgmap v8451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:02 smithi145 bash[13673]: audit 2022-04-26T07:17:02.055734+0000 mon.smithi136 (mon.0) 5572 : audit [DBG] from='client.? 172.21.15.136:0/2155589453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:02 smithi136 bash[11745]: cluster 2022-04-26T07:17:01.826094+0000 mgr.smithi136.ofnrfx (mgr.14188) 9010 : cluster [DBG] pgmap v8451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:02 smithi136 bash[11745]: audit 2022-04-26T07:17:02.055734+0000 mon.smithi136 (mon.0) 5572 : audit [DBG] from='client.? 172.21.15.136:0/2155589453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:03 smithi145 bash[13673]: audit 2022-04-26T07:17:02.983785+0000 mon.smithi136 (mon.0) 5573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:17:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:03 smithi145 bash[13673]: audit 2022-04-26T07:17:02.987561+0000 mon.smithi136 (mon.0) 5574 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:17:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:03 smithi136 bash[11745]: audit 2022-04-26T07:17:02.983785+0000 mon.smithi136 (mon.0) 5573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:17:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:03 smithi136 bash[11745]: audit 2022-04-26T07:17:02.987561+0000 mon.smithi136 (mon.0) 5574 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:17:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:04 smithi136 bash[11745]: cluster 2022-04-26T07:17:03.826704+0000 mgr.smithi136.ofnrfx (mgr.14188) 9011 : cluster [DBG] pgmap v8452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:04 smithi145 bash[13673]: cluster 2022-04-26T07:17:03.826704+0000 mgr.smithi136.ofnrfx (mgr.14188) 9011 : cluster [DBG] pgmap v8452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:07.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:07.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:07.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:06 smithi136 bash[11745]: cluster 2022-04-26T07:17:05.827327+0000 mgr.smithi136.ofnrfx (mgr.14188) 9012 : cluster [DBG] pgmap v8453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:06 smithi145 bash[13673]: cluster 2022-04-26T07:17:05.827327+0000 mgr.smithi136.ofnrfx (mgr.14188) 9012 : cluster [DBG] pgmap v8453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:07.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:07 smithi136 bash[11745]: audit 2022-04-26T07:17:07.381957+0000 mon.smithi136 (mon.0) 5575 : audit [DBG] from='client.? 172.21.15.136:0/1190294004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:07 smithi145 bash[13673]: audit 2022-04-26T07:17:07.381957+0000 mon.smithi136 (mon.0) 5575 : audit [DBG] from='client.? 172.21.15.136:0/1190294004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:08 smithi136 bash[11745]: cluster 2022-04-26T07:17:07.827994+0000 mgr.smithi136.ofnrfx (mgr.14188) 9013 : cluster [DBG] pgmap v8454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:08 smithi145 bash[13673]: cluster 2022-04-26T07:17:07.827994+0000 mgr.smithi136.ofnrfx (mgr.14188) 9013 : cluster [DBG] pgmap v8454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:10 smithi136 bash[11745]: cluster 2022-04-26T07:17:09.828548+0000 mgr.smithi136.ofnrfx (mgr.14188) 9014 : cluster [DBG] pgmap v8455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:10 smithi145 bash[13673]: cluster 2022-04-26T07:17:09.828548+0000 mgr.smithi136.ofnrfx (mgr.14188) 9014 : cluster [DBG] pgmap v8455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:12.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:12.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:12.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:12.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:12 smithi136 bash[11745]: cluster 2022-04-26T07:17:11.829208+0000 mgr.smithi136.ofnrfx (mgr.14188) 9015 : cluster [DBG] pgmap v8456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:12 smithi136 bash[11745]: audit 2022-04-26T07:17:12.718081+0000 mon.smithi136 (mon.0) 5576 : audit [DBG] from='client.? 172.21.15.136:0/324558490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:12 smithi145 bash[13673]: cluster 2022-04-26T07:17:11.829208+0000 mgr.smithi136.ofnrfx (mgr.14188) 9015 : cluster [DBG] pgmap v8456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:12 smithi145 bash[13673]: audit 2022-04-26T07:17:12.718081+0000 mon.smithi136 (mon.0) 5576 : audit [DBG] from='client.? 172.21.15.136:0/324558490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:14 smithi136 bash[11745]: cluster 2022-04-26T07:17:13.829849+0000 mgr.smithi136.ofnrfx (mgr.14188) 9016 : cluster [DBG] pgmap v8457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:14 smithi145 bash[13673]: cluster 2022-04-26T07:17:13.829849+0000 mgr.smithi136.ofnrfx (mgr.14188) 9016 : cluster [DBG] pgmap v8457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:16 smithi145 bash[13673]: cluster 2022-04-26T07:17:15.830447+0000 mgr.smithi136.ofnrfx (mgr.14188) 9017 : cluster [DBG] pgmap v8458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:16 smithi136 bash[11745]: cluster 2022-04-26T07:17:15.830447+0000 mgr.smithi136.ofnrfx (mgr.14188) 9017 : cluster [DBG] pgmap v8458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:17.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:17.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:17.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:18.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:18 smithi145 bash[13673]: cluster 2022-04-26T07:17:17.831157+0000 mgr.smithi136.ofnrfx (mgr.14188) 9018 : cluster [DBG] pgmap v8459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:19.199 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:18 smithi145 bash[13673]: audit 2022-04-26T07:17:18.049917+0000 mon.smithi136 (mon.0) 5577 : audit [DBG] from='client.? 172.21.15.136:0/1226777343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:18 smithi136 bash[11745]: cluster 2022-04-26T07:17:17.831157+0000 mgr.smithi136.ofnrfx (mgr.14188) 9018 : cluster [DBG] pgmap v8459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:18 smithi136 bash[11745]: audit 2022-04-26T07:17:18.049917+0000 mon.smithi136 (mon.0) 5577 : audit [DBG] from='client.? 172.21.15.136:0/1226777343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:20 smithi145 bash[13673]: cluster 2022-04-26T07:17:19.831848+0000 mgr.smithi136.ofnrfx (mgr.14188) 9019 : cluster [DBG] pgmap v8460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:20 smithi136 bash[11745]: cluster 2022-04-26T07:17:19.831848+0000 mgr.smithi136.ofnrfx (mgr.14188) 9019 : cluster [DBG] pgmap v8460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:23.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:23.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:23.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:22 smithi136 bash[11745]: cluster 2022-04-26T07:17:21.832477+0000 mgr.smithi136.ofnrfx (mgr.14188) 9020 : cluster [DBG] pgmap v8461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:23.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:22 smithi145 bash[13673]: cluster 2022-04-26T07:17:21.832477+0000 mgr.smithi136.ofnrfx (mgr.14188) 9020 : cluster [DBG] pgmap v8461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:23 smithi136 bash[11745]: audit 2022-04-26T07:17:23.386503+0000 mon.smithi136 (mon.0) 5578 : audit [DBG] from='client.? 172.21.15.136:0/624604129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:23 smithi145 bash[13673]: audit 2022-04-26T07:17:23.386503+0000 mon.smithi136 (mon.0) 5578 : audit [DBG] from='client.? 172.21.15.136:0/624604129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:24 smithi136 bash[11745]: cluster 2022-04-26T07:17:23.833111+0000 mgr.smithi136.ofnrfx (mgr.14188) 9021 : cluster [DBG] pgmap v8462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:24 smithi145 bash[13673]: cluster 2022-04-26T07:17:23.833111+0000 mgr.smithi136.ofnrfx (mgr.14188) 9021 : cluster [DBG] pgmap v8462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:26 smithi136 bash[11745]: cluster 2022-04-26T07:17:25.833702+0000 mgr.smithi136.ofnrfx (mgr.14188) 9022 : cluster [DBG] pgmap v8463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:26 smithi145 bash[13673]: cluster 2022-04-26T07:17:25.833702+0000 mgr.smithi136.ofnrfx (mgr.14188) 9022 : cluster [DBG] pgmap v8463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:28.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:28.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:28.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:29.321 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:28 smithi136 bash[11745]: cluster 2022-04-26T07:17:27.834300+0000 mgr.smithi136.ofnrfx (mgr.14188) 9023 : cluster [DBG] pgmap v8464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:29.321 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:28 smithi136 bash[11745]: audit 2022-04-26T07:17:28.711093+0000 mon.smithi136 (mon.0) 5579 : audit [DBG] from='client.? 172.21.15.136:0/4070800665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:28 smithi145 bash[13673]: cluster 2022-04-26T07:17:27.834300+0000 mgr.smithi136.ofnrfx (mgr.14188) 9023 : cluster [DBG] pgmap v8464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:28 smithi145 bash[13673]: audit 2022-04-26T07:17:28.711093+0000 mon.smithi136 (mon.0) 5579 : audit [DBG] from='client.? 172.21.15.136:0/4070800665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:29 smithi136 bash[11745]: audit 2022-04-26T07:17:29.841828+0000 mon.smithi136 (mon.0) 5580 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:17:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:29 smithi136 bash[11745]: audit 2022-04-26T07:17:29.844591+0000 mon.smithi136 (mon.0) 5581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:17:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:29 smithi136 bash[11745]: audit 2022-04-26T07:17:29.846473+0000 mon.smithi136 (mon.0) 5582 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:17:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:29 smithi145 bash[13673]: audit 2022-04-26T07:17:29.841828+0000 mon.smithi136 (mon.0) 5580 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:17:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:29 smithi145 bash[13673]: audit 2022-04-26T07:17:29.844591+0000 mon.smithi136 (mon.0) 5581 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:17:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:29 smithi145 bash[13673]: audit 2022-04-26T07:17:29.846473+0000 mon.smithi136 (mon.0) 5582 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:17:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:30 smithi136 bash[11745]: cluster 2022-04-26T07:17:29.834904+0000 mgr.smithi136.ofnrfx (mgr.14188) 9024 : cluster [DBG] pgmap v8465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:30 smithi145 bash[13673]: cluster 2022-04-26T07:17:29.834904+0000 mgr.smithi136.ofnrfx (mgr.14188) 9024 : cluster [DBG] pgmap v8465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:32 smithi136 bash[11745]: cluster 2022-04-26T07:17:31.835557+0000 mgr.smithi136.ofnrfx (mgr.14188) 9025 : cluster [DBG] pgmap v8466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:32 smithi145 bash[13673]: cluster 2022-04-26T07:17:31.835557+0000 mgr.smithi136.ofnrfx (mgr.14188) 9025 : cluster [DBG] pgmap v8466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:33.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:33.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:33.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:34.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:34 smithi136 bash[11745]: audit 2022-04-26T07:17:33.656252+0000 mon.smithi136 (mon.0) 5583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:17:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:34 smithi136 bash[11745]: cluster 2022-04-26T07:17:33.836072+0000 mgr.smithi136.ofnrfx (mgr.14188) 9026 : cluster [DBG] pgmap v8467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:34 smithi136 bash[11745]: audit 2022-04-26T07:17:34.046052+0000 mon.smithi136 (mon.0) 5584 : audit [DBG] from='client.? 172.21.15.136:0/63257557' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:34 smithi136 bash[11745]: audit 2022-04-26T07:17:34.364160+0000 mon.smithi136 (mon.0) 5585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:17:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:34 smithi145 bash[13673]: audit 2022-04-26T07:17:33.656252+0000 mon.smithi136 (mon.0) 5583 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:17:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:34 smithi145 bash[13673]: cluster 2022-04-26T07:17:33.836072+0000 mgr.smithi136.ofnrfx (mgr.14188) 9026 : cluster [DBG] pgmap v8467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:34 smithi145 bash[13673]: audit 2022-04-26T07:17:34.046052+0000 mon.smithi136 (mon.0) 5584 : audit [DBG] from='client.? 172.21.15.136:0/63257557' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:34 smithi145 bash[13673]: audit 2022-04-26T07:17:34.364160+0000 mon.smithi136 (mon.0) 5585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:17:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:35 smithi136 bash[11745]: cluster 2022-04-26T07:17:34.662325+0000 mgr.smithi136.ofnrfx (mgr.14188) 9027 : cluster [DBG] pgmap v8468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:35 smithi136 bash[11745]: cluster 2022-04-26T07:17:34.662784+0000 mgr.smithi136.ofnrfx (mgr.14188) 9028 : cluster [DBG] pgmap v8469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:35 smithi136 bash[11745]: audit 2022-04-26T07:17:34.667451+0000 mon.smithi136 (mon.0) 5586 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:17:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:35 smithi136 bash[11745]: audit 2022-04-26T07:17:34.675561+0000 mon.smithi136 (mon.0) 5587 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:17:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:35 smithi136 bash[11745]: cephadm 2022-04-26T07:17:34.676636+0000 mgr.smithi136.ofnrfx (mgr.14188) 9029 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:17:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:35 smithi136 bash[11745]: cephadm 2022-04-26T07:17:34.676851+0000 mgr.smithi136.ofnrfx (mgr.14188) 9030 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:17:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:35 smithi145 bash[13673]: cluster 2022-04-26T07:17:34.662325+0000 mgr.smithi136.ofnrfx (mgr.14188) 9027 : cluster [DBG] pgmap v8468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:35 smithi145 bash[13673]: cluster 2022-04-26T07:17:34.662784+0000 mgr.smithi136.ofnrfx (mgr.14188) 9028 : cluster [DBG] pgmap v8469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:35 smithi145 bash[13673]: audit 2022-04-26T07:17:34.667451+0000 mon.smithi136 (mon.0) 5586 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:17:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:35 smithi145 bash[13673]: audit 2022-04-26T07:17:34.675561+0000 mon.smithi136 (mon.0) 5587 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:17:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:35 smithi145 bash[13673]: cephadm 2022-04-26T07:17:34.676636+0000 mgr.smithi136.ofnrfx (mgr.14188) 9029 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:17:36.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:35 smithi145 bash[13673]: cephadm 2022-04-26T07:17:34.676851+0000 mgr.smithi136.ofnrfx (mgr.14188) 9030 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:17:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:37 smithi136 bash[11745]: cluster 2022-04-26T07:17:36.663472+0000 mgr.smithi136.ofnrfx (mgr.14188) 9031 : cluster [DBG] pgmap v8470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:37 smithi145 bash[13673]: cluster 2022-04-26T07:17:36.663472+0000 mgr.smithi136.ofnrfx (mgr.14188) 9031 : cluster [DBG] pgmap v8470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:39.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:39.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:39.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:39.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:39 smithi136 bash[11745]: cluster 2022-04-26T07:17:38.664069+0000 mgr.smithi136.ofnrfx (mgr.14188) 9032 : cluster [DBG] pgmap v8471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:39 smithi136 bash[11745]: audit 2022-04-26T07:17:39.367817+0000 mon.smithi136 (mon.0) 5588 : audit [DBG] from='client.? 172.21.15.136:0/3251798927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:39 smithi145 bash[13673]: cluster 2022-04-26T07:17:38.664069+0000 mgr.smithi136.ofnrfx (mgr.14188) 9032 : cluster [DBG] pgmap v8471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:39 smithi145 bash[13673]: audit 2022-04-26T07:17:39.367817+0000 mon.smithi136 (mon.0) 5588 : audit [DBG] from='client.? 172.21.15.136:0/3251798927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:41 smithi136 bash[11745]: cluster 2022-04-26T07:17:40.664764+0000 mgr.smithi136.ofnrfx (mgr.14188) 9033 : cluster [DBG] pgmap v8472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:41 smithi145 bash[13673]: cluster 2022-04-26T07:17:40.664764+0000 mgr.smithi136.ofnrfx (mgr.14188) 9033 : cluster [DBG] pgmap v8472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:43 smithi136 bash[11745]: cluster 2022-04-26T07:17:42.665452+0000 mgr.smithi136.ofnrfx (mgr.14188) 9034 : cluster [DBG] pgmap v8473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:43 smithi145 bash[13673]: cluster 2022-04-26T07:17:42.665452+0000 mgr.smithi136.ofnrfx (mgr.14188) 9034 : cluster [DBG] pgmap v8473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:44.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:44.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:44.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:44.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:44 smithi136 bash[11745]: audit 2022-04-26T07:17:44.693622+0000 mon.smithi136 (mon.0) 5589 : audit [DBG] from='client.? 172.21.15.136:0/29618447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:44 smithi145 bash[13673]: audit 2022-04-26T07:17:44.693622+0000 mon.smithi136 (mon.0) 5589 : audit [DBG] from='client.? 172.21.15.136:0/29618447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:45 smithi136 bash[11745]: cluster 2022-04-26T07:17:44.666028+0000 mgr.smithi136.ofnrfx (mgr.14188) 9035 : cluster [DBG] pgmap v8474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:46.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:45 smithi145 bash[13673]: cluster 2022-04-26T07:17:44.666028+0000 mgr.smithi136.ofnrfx (mgr.14188) 9035 : cluster [DBG] pgmap v8474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:47 smithi136 bash[11745]: cluster 2022-04-26T07:17:46.666666+0000 mgr.smithi136.ofnrfx (mgr.14188) 9036 : cluster [DBG] pgmap v8475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:47 smithi145 bash[13673]: cluster 2022-04-26T07:17:46.666666+0000 mgr.smithi136.ofnrfx (mgr.14188) 9036 : cluster [DBG] pgmap v8475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:49.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:49.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:49.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:49 smithi136 bash[11745]: cluster 2022-04-26T07:17:48.667340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9037 : cluster [DBG] pgmap v8476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:49 smithi145 bash[13673]: cluster 2022-04-26T07:17:48.667340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9037 : cluster [DBG] pgmap v8476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:50.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:50 smithi136 bash[11745]: audit 2022-04-26T07:17:50.025777+0000 mon.smithi136 (mon.0) 5590 : audit [DBG] from='client.? 172.21.15.136:0/2819629404' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:50 smithi145 bash[13673]: audit 2022-04-26T07:17:50.025777+0000 mon.smithi136 (mon.0) 5590 : audit [DBG] from='client.? 172.21.15.136:0/2819629404' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:51 smithi136 bash[11745]: cluster 2022-04-26T07:17:50.668079+0000 mgr.smithi136.ofnrfx (mgr.14188) 9038 : cluster [DBG] pgmap v8477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:51 smithi145 bash[13673]: cluster 2022-04-26T07:17:50.668079+0000 mgr.smithi136.ofnrfx (mgr.14188) 9038 : cluster [DBG] pgmap v8477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:53 smithi136 bash[11745]: cluster 2022-04-26T07:17:52.668696+0000 mgr.smithi136.ofnrfx (mgr.14188) 9039 : cluster [DBG] pgmap v8478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:53 smithi145 bash[13673]: cluster 2022-04-26T07:17:52.668696+0000 mgr.smithi136.ofnrfx (mgr.14188) 9039 : cluster [DBG] pgmap v8478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:55.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:17:55.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:17:55.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:17:55.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:17:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:55 smithi136 bash[11745]: cluster 2022-04-26T07:17:54.669427+0000 mgr.smithi136.ofnrfx (mgr.14188) 9040 : cluster [DBG] pgmap v8479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:55 smithi136 bash[11745]: audit 2022-04-26T07:17:55.353895+0000 mon.smithi136 (mon.0) 5591 : audit [DBG] from='client.? 172.21.15.136:0/1349282612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:55 smithi145 bash[13673]: cluster 2022-04-26T07:17:54.669427+0000 mgr.smithi136.ofnrfx (mgr.14188) 9040 : cluster [DBG] pgmap v8479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:55 smithi145 bash[13673]: audit 2022-04-26T07:17:55.353895+0000 mon.smithi136 (mon.0) 5591 : audit [DBG] from='client.? 172.21.15.136:0/1349282612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:17:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:57 smithi136 bash[11745]: cluster 2022-04-26T07:17:56.670101+0000 mgr.smithi136.ofnrfx (mgr.14188) 9041 : cluster [DBG] pgmap v8480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:57 smithi145 bash[13673]: cluster 2022-04-26T07:17:56.670101+0000 mgr.smithi136.ofnrfx (mgr.14188) 9041 : cluster [DBG] pgmap v8480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:17:59 smithi136 bash[11745]: cluster 2022-04-26T07:17:58.670716+0000 mgr.smithi136.ofnrfx (mgr.14188) 9042 : cluster [DBG] pgmap v8481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:17:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:17:59 smithi145 bash[13673]: cluster 2022-04-26T07:17:58.670716+0000 mgr.smithi136.ofnrfx (mgr.14188) 9042 : cluster [DBG] pgmap v8481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:00.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:00.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:00.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:00.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:00 smithi136 bash[11745]: audit 2022-04-26T07:18:00.686064+0000 mon.smithi136 (mon.0) 5592 : audit [DBG] from='client.? 172.21.15.136:0/2818086236' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:00 smithi145 bash[13673]: audit 2022-04-26T07:18:00.686064+0000 mon.smithi136 (mon.0) 5592 : audit [DBG] from='client.? 172.21.15.136:0/2818086236' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:01 smithi136 bash[11745]: cluster 2022-04-26T07:18:00.671126+0000 mgr.smithi136.ofnrfx (mgr.14188) 9043 : cluster [DBG] pgmap v8482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:01 smithi145 bash[13673]: cluster 2022-04-26T07:18:00.671126+0000 mgr.smithi136.ofnrfx (mgr.14188) 9043 : cluster [DBG] pgmap v8482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:03 smithi136 bash[11745]: cluster 2022-04-26T07:18:02.671715+0000 mgr.smithi136.ofnrfx (mgr.14188) 9044 : cluster [DBG] pgmap v8483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:03 smithi136 bash[11745]: audit 2022-04-26T07:18:02.987896+0000 mon.smithi136 (mon.0) 5593 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:18:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:03 smithi136 bash[11745]: audit 2022-04-26T07:18:02.991847+0000 mon.smithi136 (mon.0) 5594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:18:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:03 smithi145 bash[13673]: cluster 2022-04-26T07:18:02.671715+0000 mgr.smithi136.ofnrfx (mgr.14188) 9044 : cluster [DBG] pgmap v8483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:03 smithi145 bash[13673]: audit 2022-04-26T07:18:02.987896+0000 mon.smithi136 (mon.0) 5593 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:18:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:03 smithi145 bash[13673]: audit 2022-04-26T07:18:02.991847+0000 mon.smithi136 (mon.0) 5594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:18:05.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:05.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:05.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:06.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:05 smithi136 bash[11745]: cluster 2022-04-26T07:18:04.672325+0000 mgr.smithi136.ofnrfx (mgr.14188) 9045 : cluster [DBG] pgmap v8484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:05 smithi145 bash[13673]: cluster 2022-04-26T07:18:04.672325+0000 mgr.smithi136.ofnrfx (mgr.14188) 9045 : cluster [DBG] pgmap v8484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:06 smithi136 bash[11745]: audit 2022-04-26T07:18:06.009180+0000 mon.smithi136 (mon.0) 5595 : audit [DBG] from='client.? 172.21.15.136:0/1564915049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:06 smithi145 bash[13673]: audit 2022-04-26T07:18:06.009180+0000 mon.smithi136 (mon.0) 5595 : audit [DBG] from='client.? 172.21.15.136:0/1564915049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:07 smithi136 bash[11745]: cluster 2022-04-26T07:18:06.673061+0000 mgr.smithi136.ofnrfx (mgr.14188) 9046 : cluster [DBG] pgmap v8485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:07 smithi145 bash[13673]: cluster 2022-04-26T07:18:06.673061+0000 mgr.smithi136.ofnrfx (mgr.14188) 9046 : cluster [DBG] pgmap v8485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:09 smithi136 bash[11745]: cluster 2022-04-26T07:18:08.673796+0000 mgr.smithi136.ofnrfx (mgr.14188) 9047 : cluster [DBG] pgmap v8486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:09 smithi145 bash[13673]: cluster 2022-04-26T07:18:08.673796+0000 mgr.smithi136.ofnrfx (mgr.14188) 9047 : cluster [DBG] pgmap v8486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:11.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:11 smithi136 bash[11745]: cluster 2022-04-26T07:18:10.674454+0000 mgr.smithi136.ofnrfx (mgr.14188) 9048 : cluster [DBG] pgmap v8487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:11 smithi136 bash[11745]: audit 2022-04-26T07:18:11.343068+0000 mon.smithi136 (mon.0) 5596 : audit [DBG] from='client.? 172.21.15.136:0/681512577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:11 smithi145 bash[13673]: cluster 2022-04-26T07:18:10.674454+0000 mgr.smithi136.ofnrfx (mgr.14188) 9048 : cluster [DBG] pgmap v8487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:11 smithi145 bash[13673]: audit 2022-04-26T07:18:11.343068+0000 mon.smithi136 (mon.0) 5596 : audit [DBG] from='client.? 172.21.15.136:0/681512577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:13 smithi136 bash[11745]: cluster 2022-04-26T07:18:12.675086+0000 mgr.smithi136.ofnrfx (mgr.14188) 9049 : cluster [DBG] pgmap v8488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:13 smithi145 bash[13673]: cluster 2022-04-26T07:18:12.675086+0000 mgr.smithi136.ofnrfx (mgr.14188) 9049 : cluster [DBG] pgmap v8488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:15 smithi136 bash[11745]: cluster 2022-04-26T07:18:14.675792+0000 mgr.smithi136.ofnrfx (mgr.14188) 9050 : cluster [DBG] pgmap v8489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:15 smithi145 bash[13673]: cluster 2022-04-26T07:18:14.675792+0000 mgr.smithi136.ofnrfx (mgr.14188) 9050 : cluster [DBG] pgmap v8489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:16.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:16.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:16.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:16.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:16 smithi136 bash[11745]: audit 2022-04-26T07:18:16.667369+0000 mon.smithi136 (mon.0) 5597 : audit [DBG] from='client.? 172.21.15.136:0/4081296443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:16 smithi145 bash[13673]: audit 2022-04-26T07:18:16.667369+0000 mon.smithi136 (mon.0) 5597 : audit [DBG] from='client.? 172.21.15.136:0/4081296443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:17 smithi136 bash[11745]: cluster 2022-04-26T07:18:16.676365+0000 mgr.smithi136.ofnrfx (mgr.14188) 9051 : cluster [DBG] pgmap v8490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:17 smithi145 bash[13673]: cluster 2022-04-26T07:18:16.676365+0000 mgr.smithi136.ofnrfx (mgr.14188) 9051 : cluster [DBG] pgmap v8490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:19.441 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:19 smithi136 bash[11745]: cluster 2022-04-26T07:18:18.676995+0000 mgr.smithi136.ofnrfx (mgr.14188) 9052 : cluster [DBG] pgmap v8491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:19 smithi145 bash[13673]: cluster 2022-04-26T07:18:18.676995+0000 mgr.smithi136.ofnrfx (mgr.14188) 9052 : cluster [DBG] pgmap v8491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:21.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:21.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:21.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:22.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:21 smithi136 bash[11745]: cluster 2022-04-26T07:18:20.677639+0000 mgr.smithi136.ofnrfx (mgr.14188) 9053 : cluster [DBG] pgmap v8492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:21 smithi145 bash[13673]: cluster 2022-04-26T07:18:20.677639+0000 mgr.smithi136.ofnrfx (mgr.14188) 9053 : cluster [DBG] pgmap v8492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:22 smithi136 bash[11745]: audit 2022-04-26T07:18:22.000557+0000 mon.smithi136 (mon.0) 5598 : audit [DBG] from='client.? 172.21.15.136:0/1876640622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:22 smithi145 bash[13673]: audit 2022-04-26T07:18:22.000557+0000 mon.smithi136 (mon.0) 5598 : audit [DBG] from='client.? 172.21.15.136:0/1876640622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:23 smithi136 bash[11745]: cluster 2022-04-26T07:18:22.678304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9054 : cluster [DBG] pgmap v8493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:23 smithi145 bash[13673]: cluster 2022-04-26T07:18:22.678304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9054 : cluster [DBG] pgmap v8493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:25 smithi136 bash[11745]: cluster 2022-04-26T07:18:24.678928+0000 mgr.smithi136.ofnrfx (mgr.14188) 9055 : cluster [DBG] pgmap v8494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:25 smithi145 bash[13673]: cluster 2022-04-26T07:18:24.678928+0000 mgr.smithi136.ofnrfx (mgr.14188) 9055 : cluster [DBG] pgmap v8494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:27.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:27.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:27.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:27.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:27 smithi136 bash[11745]: cluster 2022-04-26T07:18:26.679609+0000 mgr.smithi136.ofnrfx (mgr.14188) 9056 : cluster [DBG] pgmap v8495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:27 smithi136 bash[11745]: audit 2022-04-26T07:18:27.326069+0000 mon.smithi136 (mon.0) 5599 : audit [DBG] from='client.? 172.21.15.136:0/3450467196' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:27 smithi145 bash[13673]: cluster 2022-04-26T07:18:26.679609+0000 mgr.smithi136.ofnrfx (mgr.14188) 9056 : cluster [DBG] pgmap v8495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:27 smithi145 bash[13673]: audit 2022-04-26T07:18:27.326069+0000 mon.smithi136 (mon.0) 5599 : audit [DBG] from='client.? 172.21.15.136:0/3450467196' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:29 smithi136 bash[11745]: cluster 2022-04-26T07:18:28.680185+0000 mgr.smithi136.ofnrfx (mgr.14188) 9057 : cluster [DBG] pgmap v8496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:29 smithi145 bash[13673]: cluster 2022-04-26T07:18:28.680185+0000 mgr.smithi136.ofnrfx (mgr.14188) 9057 : cluster [DBG] pgmap v8496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:31 smithi136 bash[11745]: cluster 2022-04-26T07:18:30.680936+0000 mgr.smithi136.ofnrfx (mgr.14188) 9058 : cluster [DBG] pgmap v8497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:31 smithi145 bash[13673]: cluster 2022-04-26T07:18:30.680936+0000 mgr.smithi136.ofnrfx (mgr.14188) 9058 : cluster [DBG] pgmap v8497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:32.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:32.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:32.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:32.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:32 smithi136 bash[11745]: audit 2022-04-26T07:18:32.662071+0000 mon.smithi136 (mon.0) 5600 : audit [DBG] from='client.? 172.21.15.136:0/589843208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:32 smithi145 bash[13673]: audit 2022-04-26T07:18:32.662071+0000 mon.smithi136 (mon.0) 5600 : audit [DBG] from='client.? 172.21.15.136:0/589843208' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:33 smithi136 bash[11745]: cluster 2022-04-26T07:18:32.681608+0000 mgr.smithi136.ofnrfx (mgr.14188) 9059 : cluster [DBG] pgmap v8498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:33 smithi145 bash[13673]: cluster 2022-04-26T07:18:32.681608+0000 mgr.smithi136.ofnrfx (mgr.14188) 9059 : cluster [DBG] pgmap v8498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:34 smithi136 bash[11745]: audit 2022-04-26T07:18:34.685620+0000 mon.smithi136 (mon.0) 5601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:18:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:34 smithi136 bash[11745]: audit 2022-04-26T07:18:34.688362+0000 mon.smithi136 (mon.0) 5602 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:18:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:34 smithi136 bash[11745]: audit 2022-04-26T07:18:34.690130+0000 mon.smithi136 (mon.0) 5603 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:18:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:34 smithi145 bash[13673]: audit 2022-04-26T07:18:34.685620+0000 mon.smithi136 (mon.0) 5601 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:18:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:34 smithi145 bash[13673]: audit 2022-04-26T07:18:34.688362+0000 mon.smithi136 (mon.0) 5602 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:18:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:34 smithi145 bash[13673]: audit 2022-04-26T07:18:34.690130+0000 mon.smithi136 (mon.0) 5603 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:18:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:36 smithi136 bash[11745]: cluster 2022-04-26T07:18:34.682190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9060 : cluster [DBG] pgmap v8499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:36 smithi136 bash[11745]: audit 2022-04-26T07:18:34.999846+0000 mon.smithi136 (mon.0) 5604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:18:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:36 smithi136 bash[11745]: audit 2022-04-26T07:18:35.323775+0000 mon.smithi136 (mon.0) 5605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:18:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:36 smithi136 bash[11745]: audit 2022-04-26T07:18:35.329513+0000 mon.smithi136 (mon.0) 5606 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:18:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:36 smithi145 bash[13673]: cluster 2022-04-26T07:18:34.682190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9060 : cluster [DBG] pgmap v8499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:36 smithi145 bash[13673]: audit 2022-04-26T07:18:34.999846+0000 mon.smithi136 (mon.0) 5604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:18:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:36 smithi145 bash[13673]: audit 2022-04-26T07:18:35.323775+0000 mon.smithi136 (mon.0) 5605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:18:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:36 smithi145 bash[13673]: audit 2022-04-26T07:18:35.329513+0000 mon.smithi136 (mon.0) 5606 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:18:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:37 smithi136 bash[11745]: cluster 2022-04-26T07:18:35.319011+0000 mgr.smithi136.ofnrfx (mgr.14188) 9061 : cluster [DBG] pgmap v8500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:37 smithi136 bash[11745]: cluster 2022-04-26T07:18:35.319317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9062 : cluster [DBG] pgmap v8501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:37 smithi136 bash[11745]: cephadm 2022-04-26T07:18:35.330469+0000 mgr.smithi136.ofnrfx (mgr.14188) 9063 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:18:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:37 smithi136 bash[11745]: cephadm 2022-04-26T07:18:35.330630+0000 mgr.smithi136.ofnrfx (mgr.14188) 9064 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:18:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:37 smithi145 bash[13673]: cluster 2022-04-26T07:18:35.319011+0000 mgr.smithi136.ofnrfx (mgr.14188) 9061 : cluster [DBG] pgmap v8500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:37 smithi145 bash[13673]: cluster 2022-04-26T07:18:35.319317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9062 : cluster [DBG] pgmap v8501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:37 smithi145 bash[13673]: cephadm 2022-04-26T07:18:35.330469+0000 mgr.smithi136.ofnrfx (mgr.14188) 9063 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:18:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:37 smithi145 bash[13673]: cephadm 2022-04-26T07:18:35.330630+0000 mgr.smithi136.ofnrfx (mgr.14188) 9064 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:18:37.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:37.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:37.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:38.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:38 smithi136 bash[11745]: audit 2022-04-26T07:18:37.989875+0000 mon.smithi136 (mon.0) 5607 : audit [DBG] from='client.? 172.21.15.136:0/1847512332' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:38 smithi145 bash[13673]: audit 2022-04-26T07:18:37.989875+0000 mon.smithi136 (mon.0) 5607 : audit [DBG] from='client.? 172.21.15.136:0/1847512332' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:39 smithi136 bash[11745]: cluster 2022-04-26T07:18:37.319847+0000 mgr.smithi136.ofnrfx (mgr.14188) 9065 : cluster [DBG] pgmap v8502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:39 smithi145 bash[13673]: cluster 2022-04-26T07:18:37.319847+0000 mgr.smithi136.ofnrfx (mgr.14188) 9065 : cluster [DBG] pgmap v8502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:41 smithi136 bash[11745]: cluster 2022-04-26T07:18:39.320494+0000 mgr.smithi136.ofnrfx (mgr.14188) 9066 : cluster [DBG] pgmap v8503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:41 smithi145 bash[13673]: cluster 2022-04-26T07:18:39.320494+0000 mgr.smithi136.ofnrfx (mgr.14188) 9066 : cluster [DBG] pgmap v8503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:43.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:43.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:43.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:43 smithi136 bash[11745]: cluster 2022-04-26T07:18:41.321173+0000 mgr.smithi136.ofnrfx (mgr.14188) 9067 : cluster [DBG] pgmap v8504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:43.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:43 smithi145 bash[13673]: cluster 2022-04-26T07:18:41.321173+0000 mgr.smithi136.ofnrfx (mgr.14188) 9067 : cluster [DBG] pgmap v8504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:44 smithi136 bash[11745]: audit 2022-04-26T07:18:43.317493+0000 mon.smithi136 (mon.0) 5608 : audit [DBG] from='client.? 172.21.15.136:0/624946597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:44 smithi145 bash[13673]: audit 2022-04-26T07:18:43.317493+0000 mon.smithi136 (mon.0) 5608 : audit [DBG] from='client.? 172.21.15.136:0/624946597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:45 smithi136 bash[11745]: cluster 2022-04-26T07:18:43.321772+0000 mgr.smithi136.ofnrfx (mgr.14188) 9068 : cluster [DBG] pgmap v8505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:45 smithi145 bash[13673]: cluster 2022-04-26T07:18:43.321772+0000 mgr.smithi136.ofnrfx (mgr.14188) 9068 : cluster [DBG] pgmap v8505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:47 smithi136 bash[11745]: cluster 2022-04-26T07:18:45.322330+0000 mgr.smithi136.ofnrfx (mgr.14188) 9069 : cluster [DBG] pgmap v8506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:47.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:47 smithi145 bash[13673]: cluster 2022-04-26T07:18:45.322330+0000 mgr.smithi136.ofnrfx (mgr.14188) 9069 : cluster [DBG] pgmap v8506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:48.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:48.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:48.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:48.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:49 smithi136 bash[11745]: cluster 2022-04-26T07:18:47.323038+0000 mgr.smithi136.ofnrfx (mgr.14188) 9070 : cluster [DBG] pgmap v8507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:49 smithi136 bash[11745]: audit 2022-04-26T07:18:48.634126+0000 mon.smithi136 (mon.0) 5609 : audit [DBG] from='client.? 172.21.15.136:0/2524482734' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:49 smithi145 bash[13673]: cluster 2022-04-26T07:18:47.323038+0000 mgr.smithi136.ofnrfx (mgr.14188) 9070 : cluster [DBG] pgmap v8507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:49 smithi145 bash[13673]: audit 2022-04-26T07:18:48.634126+0000 mon.smithi136 (mon.0) 5609 : audit [DBG] from='client.? 172.21.15.136:0/2524482734' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:51 smithi136 bash[11745]: cluster 2022-04-26T07:18:49.323733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9071 : cluster [DBG] pgmap v8508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:51 smithi145 bash[13673]: cluster 2022-04-26T07:18:49.323733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9071 : cluster [DBG] pgmap v8508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:53 smithi145 bash[13673]: cluster 2022-04-26T07:18:51.324359+0000 mgr.smithi136.ofnrfx (mgr.14188) 9072 : cluster [DBG] pgmap v8509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:53 smithi136 bash[11745]: cluster 2022-04-26T07:18:51.324359+0000 mgr.smithi136.ofnrfx (mgr.14188) 9072 : cluster [DBG] pgmap v8509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:53.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:53.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:53.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:53.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:54 smithi136 bash[11745]: cluster 2022-04-26T07:18:53.324994+0000 mgr.smithi136.ofnrfx (mgr.14188) 9073 : cluster [DBG] pgmap v8510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:54 smithi136 bash[11745]: audit 2022-04-26T07:18:53.963376+0000 mon.smithi136 (mon.0) 5610 : audit [DBG] from='client.? 172.21.15.136:0/27482239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:54 smithi145 bash[13673]: cluster 2022-04-26T07:18:53.324994+0000 mgr.smithi136.ofnrfx (mgr.14188) 9073 : cluster [DBG] pgmap v8510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:54 smithi145 bash[13673]: audit 2022-04-26T07:18:53.963376+0000 mon.smithi136 (mon.0) 5610 : audit [DBG] from='client.? 172.21.15.136:0/27482239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:56 smithi136 bash[11745]: cluster 2022-04-26T07:18:55.325608+0000 mgr.smithi136.ofnrfx (mgr.14188) 9074 : cluster [DBG] pgmap v8511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:56 smithi145 bash[13673]: cluster 2022-04-26T07:18:55.325608+0000 mgr.smithi136.ofnrfx (mgr.14188) 9074 : cluster [DBG] pgmap v8511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:58 smithi136 bash[11745]: cluster 2022-04-26T07:18:57.326265+0000 mgr.smithi136.ofnrfx (mgr.14188) 9075 : cluster [DBG] pgmap v8512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:58 smithi145 bash[13673]: cluster 2022-04-26T07:18:57.326265+0000 mgr.smithi136.ofnrfx (mgr.14188) 9075 : cluster [DBG] pgmap v8512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:18:58.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:18:59.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:18:59.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:18:59.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:18:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:18:59 smithi136 bash[11745]: audit 2022-04-26T07:18:59.291370+0000 mon.smithi136 (mon.0) 5611 : audit [DBG] from='client.? 172.21.15.136:0/1088084750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:18:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:18:59 smithi145 bash[13673]: audit 2022-04-26T07:18:59.291370+0000 mon.smithi136 (mon.0) 5611 : audit [DBG] from='client.? 172.21.15.136:0/1088084750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:00 smithi136 bash[11745]: cluster 2022-04-26T07:18:59.326814+0000 mgr.smithi136.ofnrfx (mgr.14188) 9076 : cluster [DBG] pgmap v8513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:00 smithi145 bash[13673]: cluster 2022-04-26T07:18:59.326814+0000 mgr.smithi136.ofnrfx (mgr.14188) 9076 : cluster [DBG] pgmap v8513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:02 smithi136 bash[11745]: cluster 2022-04-26T07:19:01.327435+0000 mgr.smithi136.ofnrfx (mgr.14188) 9077 : cluster [DBG] pgmap v8514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:02 smithi145 bash[13673]: cluster 2022-04-26T07:19:01.327435+0000 mgr.smithi136.ofnrfx (mgr.14188) 9077 : cluster [DBG] pgmap v8514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:03 smithi136 bash[11745]: audit 2022-04-26T07:19:02.992054+0000 mon.smithi136 (mon.0) 5612 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:19:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:03 smithi136 bash[11745]: audit 2022-04-26T07:19:02.995957+0000 mon.smithi136 (mon.0) 5613 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:19:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:03 smithi145 bash[13673]: audit 2022-04-26T07:19:02.992054+0000 mon.smithi136 (mon.0) 5612 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:19:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:03 smithi145 bash[13673]: audit 2022-04-26T07:19:02.995957+0000 mon.smithi136 (mon.0) 5613 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:19:04.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:04.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:04.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:04.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:04 smithi136 bash[11745]: cluster 2022-04-26T07:19:03.328006+0000 mgr.smithi136.ofnrfx (mgr.14188) 9078 : cluster [DBG] pgmap v8515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:04 smithi145 bash[13673]: cluster 2022-04-26T07:19:03.328006+0000 mgr.smithi136.ofnrfx (mgr.14188) 9078 : cluster [DBG] pgmap v8515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:05 smithi136 bash[11745]: audit 2022-04-26T07:19:04.627201+0000 mon.smithi136 (mon.0) 5614 : audit [DBG] from='client.? 172.21.15.136:0/2212567227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:05 smithi145 bash[13673]: audit 2022-04-26T07:19:04.627201+0000 mon.smithi136 (mon.0) 5614 : audit [DBG] from='client.? 172.21.15.136:0/2212567227' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:06 smithi136 bash[11745]: cluster 2022-04-26T07:19:05.328619+0000 mgr.smithi136.ofnrfx (mgr.14188) 9079 : cluster [DBG] pgmap v8516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:06 smithi145 bash[13673]: cluster 2022-04-26T07:19:05.328619+0000 mgr.smithi136.ofnrfx (mgr.14188) 9079 : cluster [DBG] pgmap v8516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:08 smithi136 bash[11745]: cluster 2022-04-26T07:19:07.329263+0000 mgr.smithi136.ofnrfx (mgr.14188) 9080 : cluster [DBG] pgmap v8517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:08 smithi145 bash[13673]: cluster 2022-04-26T07:19:07.329263+0000 mgr.smithi136.ofnrfx (mgr.14188) 9080 : cluster [DBG] pgmap v8517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:09.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:09.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:09.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:09.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:10 smithi136 bash[11745]: cluster 2022-04-26T07:19:09.329938+0000 mgr.smithi136.ofnrfx (mgr.14188) 9081 : cluster [DBG] pgmap v8518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:10.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:10 smithi136 bash[11745]: audit 2022-04-26T07:19:09.953634+0000 mon.smithi136 (mon.0) 5615 : audit [DBG] from='client.? 172.21.15.136:0/1641706829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:10 smithi145 bash[13673]: cluster 2022-04-26T07:19:09.329938+0000 mgr.smithi136.ofnrfx (mgr.14188) 9081 : cluster [DBG] pgmap v8518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:10 smithi145 bash[13673]: audit 2022-04-26T07:19:09.953634+0000 mon.smithi136 (mon.0) 5615 : audit [DBG] from='client.? 172.21.15.136:0/1641706829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:12 smithi136 bash[11745]: cluster 2022-04-26T07:19:11.330578+0000 mgr.smithi136.ofnrfx (mgr.14188) 9082 : cluster [DBG] pgmap v8519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:12 smithi145 bash[13673]: cluster 2022-04-26T07:19:11.330578+0000 mgr.smithi136.ofnrfx (mgr.14188) 9082 : cluster [DBG] pgmap v8519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:14 smithi136 bash[11745]: cluster 2022-04-26T07:19:13.331306+0000 mgr.smithi136.ofnrfx (mgr.14188) 9083 : cluster [DBG] pgmap v8520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:14 smithi145 bash[13673]: cluster 2022-04-26T07:19:13.331306+0000 mgr.smithi136.ofnrfx (mgr.14188) 9083 : cluster [DBG] pgmap v8520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:14.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:14.979 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:14.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:15.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:15 smithi136 bash[11745]: audit 2022-04-26T07:19:15.292377+0000 mon.smithi136 (mon.0) 5616 : audit [DBG] from='client.? 172.21.15.136:0/1124897168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:15 smithi145 bash[13673]: audit 2022-04-26T07:19:15.292377+0000 mon.smithi136 (mon.0) 5616 : audit [DBG] from='client.? 172.21.15.136:0/1124897168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:16 smithi136 bash[11745]: cluster 2022-04-26T07:19:15.331981+0000 mgr.smithi136.ofnrfx (mgr.14188) 9084 : cluster [DBG] pgmap v8521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:16 smithi145 bash[13673]: cluster 2022-04-26T07:19:15.331981+0000 mgr.smithi136.ofnrfx (mgr.14188) 9084 : cluster [DBG] pgmap v8521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:18 smithi136 bash[11745]: cluster 2022-04-26T07:19:17.332583+0000 mgr.smithi136.ofnrfx (mgr.14188) 9085 : cluster [DBG] pgmap v8522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:18 smithi145 bash[13673]: cluster 2022-04-26T07:19:17.332583+0000 mgr.smithi136.ofnrfx (mgr.14188) 9085 : cluster [DBG] pgmap v8522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:20.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:20.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:20.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:20.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:20 smithi136 bash[11745]: cluster 2022-04-26T07:19:19.333193+0000 mgr.smithi136.ofnrfx (mgr.14188) 9086 : cluster [DBG] pgmap v8523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:20 smithi145 bash[13673]: cluster 2022-04-26T07:19:19.333193+0000 mgr.smithi136.ofnrfx (mgr.14188) 9086 : cluster [DBG] pgmap v8523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:21 smithi136 bash[11745]: audit 2022-04-26T07:19:20.614523+0000 mon.smithi136 (mon.0) 5617 : audit [DBG] from='client.? 172.21.15.136:0/4080802010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:21 smithi145 bash[13673]: audit 2022-04-26T07:19:20.614523+0000 mon.smithi136 (mon.0) 5617 : audit [DBG] from='client.? 172.21.15.136:0/4080802010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:22 smithi136 bash[11745]: cluster 2022-04-26T07:19:21.333813+0000 mgr.smithi136.ofnrfx (mgr.14188) 9087 : cluster [DBG] pgmap v8524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:22 smithi145 bash[13673]: cluster 2022-04-26T07:19:21.333813+0000 mgr.smithi136.ofnrfx (mgr.14188) 9087 : cluster [DBG] pgmap v8524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:24 smithi136 bash[11745]: cluster 2022-04-26T07:19:23.334431+0000 mgr.smithi136.ofnrfx (mgr.14188) 9088 : cluster [DBG] pgmap v8525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:24 smithi145 bash[13673]: cluster 2022-04-26T07:19:23.334431+0000 mgr.smithi136.ofnrfx (mgr.14188) 9088 : cluster [DBG] pgmap v8525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:25.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:25.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:25.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:25.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:26 smithi145 bash[13673]: cluster 2022-04-26T07:19:25.335050+0000 mgr.smithi136.ofnrfx (mgr.14188) 9089 : cluster [DBG] pgmap v8526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:26 smithi145 bash[13673]: audit 2022-04-26T07:19:25.944371+0000 mon.smithi136 (mon.0) 5618 : audit [DBG] from='client.? 172.21.15.136:0/3533354023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:26 smithi136 bash[11745]: cluster 2022-04-26T07:19:25.335050+0000 mgr.smithi136.ofnrfx (mgr.14188) 9089 : cluster [DBG] pgmap v8526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:26 smithi136 bash[11745]: audit 2022-04-26T07:19:25.944371+0000 mon.smithi136 (mon.0) 5618 : audit [DBG] from='client.? 172.21.15.136:0/3533354023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:28 smithi145 bash[13673]: cluster 2022-04-26T07:19:27.335812+0000 mgr.smithi136.ofnrfx (mgr.14188) 9090 : cluster [DBG] pgmap v8527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:28 smithi136 bash[11745]: cluster 2022-04-26T07:19:27.335812+0000 mgr.smithi136.ofnrfx (mgr.14188) 9090 : cluster [DBG] pgmap v8527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:30 smithi136 bash[11745]: cluster 2022-04-26T07:19:29.336479+0000 mgr.smithi136.ofnrfx (mgr.14188) 9091 : cluster [DBG] pgmap v8528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:30 smithi145 bash[13673]: cluster 2022-04-26T07:19:29.336479+0000 mgr.smithi136.ofnrfx (mgr.14188) 9091 : cluster [DBG] pgmap v8528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:30.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:30.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:30.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:31.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:31 smithi145 bash[13673]: audit 2022-04-26T07:19:31.267421+0000 mon.smithi136 (mon.0) 5619 : audit [DBG] from='client.? 172.21.15.136:0/1190517240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:31 smithi136 bash[11745]: audit 2022-04-26T07:19:31.267421+0000 mon.smithi136 (mon.0) 5619 : audit [DBG] from='client.? 172.21.15.136:0/1190517240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:32 smithi145 bash[13673]: cluster 2022-04-26T07:19:31.337114+0000 mgr.smithi136.ofnrfx (mgr.14188) 9092 : cluster [DBG] pgmap v8529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:32 smithi136 bash[11745]: cluster 2022-04-26T07:19:31.337114+0000 mgr.smithi136.ofnrfx (mgr.14188) 9092 : cluster [DBG] pgmap v8529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:34 smithi145 bash[13673]: cluster 2022-04-26T07:19:33.337736+0000 mgr.smithi136.ofnrfx (mgr.14188) 9093 : cluster [DBG] pgmap v8530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:34 smithi136 bash[11745]: cluster 2022-04-26T07:19:33.337736+0000 mgr.smithi136.ofnrfx (mgr.14188) 9093 : cluster [DBG] pgmap v8530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:35 smithi145 bash[13673]: audit 2022-04-26T07:19:35.339678+0000 mon.smithi136 (mon.0) 5620 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:19:35.917 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:35 smithi145 bash[13673]: audit 2022-04-26T07:19:35.342491+0000 mon.smithi136 (mon.0) 5621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:19:35.917 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:35 smithi145 bash[13673]: audit 2022-04-26T07:19:35.344285+0000 mon.smithi136 (mon.0) 5622 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:19:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:35 smithi136 bash[11745]: audit 2022-04-26T07:19:35.339678+0000 mon.smithi136 (mon.0) 5620 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:19:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:35 smithi136 bash[11745]: audit 2022-04-26T07:19:35.342491+0000 mon.smithi136 (mon.0) 5621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:19:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:35 smithi136 bash[11745]: audit 2022-04-26T07:19:35.344285+0000 mon.smithi136 (mon.0) 5622 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:19:36.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:36.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:36.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:36.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: cluster 2022-04-26T07:19:35.338370+0000 mgr.smithi136.ofnrfx (mgr.14188) 9094 : cluster [DBG] pgmap v8531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: cluster 2022-04-26T07:19:35.642687+0000 mgr.smithi136.ofnrfx (mgr.14188) 9095 : cluster [DBG] pgmap v8532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: cluster 2022-04-26T07:19:35.643078+0000 mgr.smithi136.ofnrfx (mgr.14188) 9096 : cluster [DBG] pgmap v8533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:36.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: audit 2022-04-26T07:19:35.648038+0000 mon.smithi136 (mon.0) 5623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:19:36.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: audit 2022-04-26T07:19:35.658796+0000 mon.smithi136 (mon.0) 5624 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:19:36.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: cephadm 2022-04-26T07:19:35.659790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9097 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:19:36.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: cephadm 2022-04-26T07:19:35.659912+0000 mgr.smithi136.ofnrfx (mgr.14188) 9098 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:19:36.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:36 smithi145 bash[13673]: audit 2022-04-26T07:19:36.599000+0000 mon.smithi136 (mon.0) 5625 : audit [DBG] from='client.? 172.21.15.136:0/1410728200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: cluster 2022-04-26T07:19:35.338370+0000 mgr.smithi136.ofnrfx (mgr.14188) 9094 : cluster [DBG] pgmap v8531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: cluster 2022-04-26T07:19:35.642687+0000 mgr.smithi136.ofnrfx (mgr.14188) 9095 : cluster [DBG] pgmap v8532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: cluster 2022-04-26T07:19:35.643078+0000 mgr.smithi136.ofnrfx (mgr.14188) 9096 : cluster [DBG] pgmap v8533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: audit 2022-04-26T07:19:35.648038+0000 mon.smithi136 (mon.0) 5623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:19:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: audit 2022-04-26T07:19:35.658796+0000 mon.smithi136 (mon.0) 5624 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:19:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: cephadm 2022-04-26T07:19:35.659790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9097 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:19:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: cephadm 2022-04-26T07:19:35.659912+0000 mgr.smithi136.ofnrfx (mgr.14188) 9098 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:19:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:36 smithi136 bash[11745]: audit 2022-04-26T07:19:36.599000+0000 mon.smithi136 (mon.0) 5625 : audit [DBG] from='client.? 172.21.15.136:0/1410728200' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:38 smithi136 bash[11745]: cluster 2022-04-26T07:19:37.643746+0000 mgr.smithi136.ofnrfx (mgr.14188) 9099 : cluster [DBG] pgmap v8534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:38 smithi145 bash[13673]: cluster 2022-04-26T07:19:37.643746+0000 mgr.smithi136.ofnrfx (mgr.14188) 9099 : cluster [DBG] pgmap v8534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:40 smithi136 bash[11745]: cluster 2022-04-26T07:19:39.644461+0000 mgr.smithi136.ofnrfx (mgr.14188) 9100 : cluster [DBG] pgmap v8535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:40 smithi145 bash[13673]: cluster 2022-04-26T07:19:39.644461+0000 mgr.smithi136.ofnrfx (mgr.14188) 9100 : cluster [DBG] pgmap v8535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:41.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:41.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:41.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:41.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:42 smithi136 bash[11745]: cluster 2022-04-26T07:19:41.645131+0000 mgr.smithi136.ofnrfx (mgr.14188) 9101 : cluster [DBG] pgmap v8536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:43.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:42 smithi136 bash[11745]: audit 2022-04-26T07:19:41.922938+0000 mon.smithi136 (mon.0) 5626 : audit [DBG] from='client.? 172.21.15.136:0/4232308256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:42 smithi145 bash[13673]: cluster 2022-04-26T07:19:41.645131+0000 mgr.smithi136.ofnrfx (mgr.14188) 9101 : cluster [DBG] pgmap v8536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:43.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:42 smithi145 bash[13673]: audit 2022-04-26T07:19:41.922938+0000 mon.smithi136 (mon.0) 5626 : audit [DBG] from='client.? 172.21.15.136:0/4232308256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:44 smithi136 bash[11745]: cluster 2022-04-26T07:19:43.645748+0000 mgr.smithi136.ofnrfx (mgr.14188) 9102 : cluster [DBG] pgmap v8537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:44 smithi145 bash[13673]: cluster 2022-04-26T07:19:43.645748+0000 mgr.smithi136.ofnrfx (mgr.14188) 9102 : cluster [DBG] pgmap v8537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:46.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:46.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:46.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:46 smithi136 bash[11745]: cluster 2022-04-26T07:19:45.646395+0000 mgr.smithi136.ofnrfx (mgr.14188) 9103 : cluster [DBG] pgmap v8538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:46 smithi145 bash[13673]: cluster 2022-04-26T07:19:45.646395+0000 mgr.smithi136.ofnrfx (mgr.14188) 9103 : cluster [DBG] pgmap v8538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:47.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:47 smithi136 bash[11745]: audit 2022-04-26T07:19:47.250632+0000 mon.smithi136 (mon.0) 5627 : audit [DBG] from='client.? 172.21.15.136:0/2478110447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:47 smithi145 bash[13673]: audit 2022-04-26T07:19:47.250632+0000 mon.smithi136 (mon.0) 5627 : audit [DBG] from='client.? 172.21.15.136:0/2478110447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:48 smithi136 bash[11745]: cluster 2022-04-26T07:19:47.647044+0000 mgr.smithi136.ofnrfx (mgr.14188) 9104 : cluster [DBG] pgmap v8539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:48 smithi145 bash[13673]: cluster 2022-04-26T07:19:47.647044+0000 mgr.smithi136.ofnrfx (mgr.14188) 9104 : cluster [DBG] pgmap v8539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:50 smithi136 bash[11745]: cluster 2022-04-26T07:19:49.647706+0000 mgr.smithi136.ofnrfx (mgr.14188) 9105 : cluster [DBG] pgmap v8540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:50 smithi145 bash[13673]: cluster 2022-04-26T07:19:49.647706+0000 mgr.smithi136.ofnrfx (mgr.14188) 9105 : cluster [DBG] pgmap v8540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:52.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:52.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:52.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:52.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:52 smithi136 bash[11745]: cluster 2022-04-26T07:19:51.648320+0000 mgr.smithi136.ofnrfx (mgr.14188) 9106 : cluster [DBG] pgmap v8541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:52 smithi136 bash[11745]: audit 2022-04-26T07:19:52.580403+0000 mon.smithi136 (mon.0) 5628 : audit [DBG] from='client.? 172.21.15.136:0/3991513966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:52 smithi145 bash[13673]: cluster 2022-04-26T07:19:51.648320+0000 mgr.smithi136.ofnrfx (mgr.14188) 9106 : cluster [DBG] pgmap v8541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:52 smithi145 bash[13673]: audit 2022-04-26T07:19:52.580403+0000 mon.smithi136 (mon.0) 5628 : audit [DBG] from='client.? 172.21.15.136:0/3991513966' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:54 smithi136 bash[11745]: cluster 2022-04-26T07:19:53.648936+0000 mgr.smithi136.ofnrfx (mgr.14188) 9107 : cluster [DBG] pgmap v8542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:54 smithi145 bash[13673]: cluster 2022-04-26T07:19:53.648936+0000 mgr.smithi136.ofnrfx (mgr.14188) 9107 : cluster [DBG] pgmap v8542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:56 smithi136 bash[11745]: cluster 2022-04-26T07:19:55.649566+0000 mgr.smithi136.ofnrfx (mgr.14188) 9108 : cluster [DBG] pgmap v8543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:56 smithi145 bash[13673]: cluster 2022-04-26T07:19:55.649566+0000 mgr.smithi136.ofnrfx (mgr.14188) 9108 : cluster [DBG] pgmap v8543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:57.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:19:57.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:19:57.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:19:57.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:19:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:58 smithi136 bash[11745]: cluster 2022-04-26T07:19:57.650175+0000 mgr.smithi136.ofnrfx (mgr.14188) 9109 : cluster [DBG] pgmap v8544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:19:58 smithi136 bash[11745]: audit 2022-04-26T07:19:57.906209+0000 mon.smithi136 (mon.0) 5629 : audit [DBG] from='client.? 172.21.15.136:0/3804789837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:19:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:58 smithi145 bash[13673]: cluster 2022-04-26T07:19:57.650175+0000 mgr.smithi136.ofnrfx (mgr.14188) 9109 : cluster [DBG] pgmap v8544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:19:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:19:58 smithi145 bash[13673]: audit 2022-04-26T07:19:57.906209+0000 mon.smithi136 (mon.0) 5629 : audit [DBG] from='client.? 172.21.15.136:0/3804789837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:00 smithi136 bash[11745]: cluster 2022-04-26T07:19:59.650886+0000 mgr.smithi136.ofnrfx (mgr.14188) 9110 : cluster [DBG] pgmap v8545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:00 smithi136 bash[11745]: cluster 2022-04-26T07:20:00.000151+0000 mon.smithi136 (mon.0) 5630 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:20:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:00 smithi145 bash[13673]: cluster 2022-04-26T07:19:59.650886+0000 mgr.smithi136.ofnrfx (mgr.14188) 9110 : cluster [DBG] pgmap v8545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:00 smithi145 bash[13673]: cluster 2022-04-26T07:20:00.000151+0000 mon.smithi136 (mon.0) 5630 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:20:02.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:02.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:02.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:02 smithi136 bash[11745]: cluster 2022-04-26T07:20:01.651572+0000 mgr.smithi136.ofnrfx (mgr.14188) 9111 : cluster [DBG] pgmap v8546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:02 smithi145 bash[13673]: cluster 2022-04-26T07:20:01.651572+0000 mgr.smithi136.ofnrfx (mgr.14188) 9111 : cluster [DBG] pgmap v8546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:03.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:03 smithi136 bash[11745]: audit 2022-04-26T07:20:02.996201+0000 mon.smithi136 (mon.0) 5631 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:20:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:03 smithi136 bash[11745]: audit 2022-04-26T07:20:03.000065+0000 mon.smithi136 (mon.0) 5632 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:20:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:03 smithi136 bash[11745]: audit 2022-04-26T07:20:03.236523+0000 mon.smithi136 (mon.0) 5633 : audit [DBG] from='client.? 172.21.15.136:0/3691574660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:03 smithi145 bash[13673]: audit 2022-04-26T07:20:02.996201+0000 mon.smithi136 (mon.0) 5631 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:03 smithi145 bash[13673]: audit 2022-04-26T07:20:03.000065+0000 mon.smithi136 (mon.0) 5632 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:20:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:03 smithi145 bash[13673]: audit 2022-04-26T07:20:03.236523+0000 mon.smithi136 (mon.0) 5633 : audit [DBG] from='client.? 172.21.15.136:0/3691574660' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:04 smithi136 bash[11745]: cluster 2022-04-26T07:20:03.652152+0000 mgr.smithi136.ofnrfx (mgr.14188) 9112 : cluster [DBG] pgmap v8547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:04 smithi145 bash[13673]: cluster 2022-04-26T07:20:03.652152+0000 mgr.smithi136.ofnrfx (mgr.14188) 9112 : cluster [DBG] pgmap v8547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:06 smithi136 bash[11745]: cluster 2022-04-26T07:20:05.652852+0000 mgr.smithi136.ofnrfx (mgr.14188) 9113 : cluster [DBG] pgmap v8548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:06 smithi145 bash[13673]: cluster 2022-04-26T07:20:05.652852+0000 mgr.smithi136.ofnrfx (mgr.14188) 9113 : cluster [DBG] pgmap v8548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:08.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:08.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:08.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:08.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:08 smithi136 bash[11745]: cluster 2022-04-26T07:20:07.653524+0000 mgr.smithi136.ofnrfx (mgr.14188) 9114 : cluster [DBG] pgmap v8549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:08 smithi136 bash[11745]: audit 2022-04-26T07:20:08.553732+0000 mon.smithi136 (mon.0) 5634 : audit [DBG] from='client.? 172.21.15.136:0/1992298832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:08 smithi145 bash[13673]: cluster 2022-04-26T07:20:07.653524+0000 mgr.smithi136.ofnrfx (mgr.14188) 9114 : cluster [DBG] pgmap v8549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:08 smithi145 bash[13673]: audit 2022-04-26T07:20:08.553732+0000 mon.smithi136 (mon.0) 5634 : audit [DBG] from='client.? 172.21.15.136:0/1992298832' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:10 smithi136 bash[11745]: cluster 2022-04-26T07:20:09.654185+0000 mgr.smithi136.ofnrfx (mgr.14188) 9115 : cluster [DBG] pgmap v8550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:10 smithi145 bash[13673]: cluster 2022-04-26T07:20:09.654185+0000 mgr.smithi136.ofnrfx (mgr.14188) 9115 : cluster [DBG] pgmap v8550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:13.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:12 smithi136 bash[11745]: cluster 2022-04-26T07:20:11.654860+0000 mgr.smithi136.ofnrfx (mgr.14188) 9116 : cluster [DBG] pgmap v8551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:12 smithi145 bash[13673]: cluster 2022-04-26T07:20:11.654860+0000 mgr.smithi136.ofnrfx (mgr.14188) 9116 : cluster [DBG] pgmap v8551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:13.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:13.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:13.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:13.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:14 smithi136 bash[11745]: cluster 2022-04-26T07:20:13.655632+0000 mgr.smithi136.ofnrfx (mgr.14188) 9117 : cluster [DBG] pgmap v8552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:14 smithi136 bash[11745]: audit 2022-04-26T07:20:13.884799+0000 mon.smithi136 (mon.0) 5635 : audit [DBG] from='client.? 172.21.15.136:0/2508581350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:14 smithi145 bash[13673]: cluster 2022-04-26T07:20:13.655632+0000 mgr.smithi136.ofnrfx (mgr.14188) 9117 : cluster [DBG] pgmap v8552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:14 smithi145 bash[13673]: audit 2022-04-26T07:20:13.884799+0000 mon.smithi136 (mon.0) 5635 : audit [DBG] from='client.? 172.21.15.136:0/2508581350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:16 smithi136 bash[11745]: cluster 2022-04-26T07:20:15.656295+0000 mgr.smithi136.ofnrfx (mgr.14188) 9118 : cluster [DBG] pgmap v8553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:16 smithi145 bash[13673]: cluster 2022-04-26T07:20:15.656295+0000 mgr.smithi136.ofnrfx (mgr.14188) 9118 : cluster [DBG] pgmap v8553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:18.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:18.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:18.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:18 smithi136 bash[11745]: cluster 2022-04-26T07:20:17.656927+0000 mgr.smithi136.ofnrfx (mgr.14188) 9119 : cluster [DBG] pgmap v8554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:18 smithi145 bash[13673]: cluster 2022-04-26T07:20:17.656927+0000 mgr.smithi136.ofnrfx (mgr.14188) 9119 : cluster [DBG] pgmap v8554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:19.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:19 smithi136 bash[11745]: audit 2022-04-26T07:20:19.222082+0000 mon.smithi136 (mon.0) 5636 : audit [DBG] from='client.? 172.21.15.136:0/2497848141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:19 smithi145 bash[13673]: audit 2022-04-26T07:20:19.222082+0000 mon.smithi136 (mon.0) 5636 : audit [DBG] from='client.? 172.21.15.136:0/2497848141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:20 smithi136 bash[11745]: cluster 2022-04-26T07:20:19.657532+0000 mgr.smithi136.ofnrfx (mgr.14188) 9120 : cluster [DBG] pgmap v8555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:20 smithi145 bash[13673]: cluster 2022-04-26T07:20:19.657532+0000 mgr.smithi136.ofnrfx (mgr.14188) 9120 : cluster [DBG] pgmap v8555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:22 smithi136 bash[11745]: cluster 2022-04-26T07:20:21.658103+0000 mgr.smithi136.ofnrfx (mgr.14188) 9121 : cluster [DBG] pgmap v8556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:22 smithi145 bash[13673]: cluster 2022-04-26T07:20:21.658103+0000 mgr.smithi136.ofnrfx (mgr.14188) 9121 : cluster [DBG] pgmap v8556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:24.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:24.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:24.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:24.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:24 smithi136 bash[11745]: cluster 2022-04-26T07:20:23.658666+0000 mgr.smithi136.ofnrfx (mgr.14188) 9122 : cluster [DBG] pgmap v8557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:24 smithi145 bash[13673]: cluster 2022-04-26T07:20:23.658666+0000 mgr.smithi136.ofnrfx (mgr.14188) 9122 : cluster [DBG] pgmap v8557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:25 smithi136 bash[11745]: audit 2022-04-26T07:20:24.552145+0000 mon.smithi136 (mon.0) 5637 : audit [DBG] from='client.? 172.21.15.136:0/3447328459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:25 smithi145 bash[13673]: audit 2022-04-26T07:20:24.552145+0000 mon.smithi136 (mon.0) 5637 : audit [DBG] from='client.? 172.21.15.136:0/3447328459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:26 smithi136 bash[11745]: cluster 2022-04-26T07:20:25.659312+0000 mgr.smithi136.ofnrfx (mgr.14188) 9123 : cluster [DBG] pgmap v8558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:26 smithi145 bash[13673]: cluster 2022-04-26T07:20:25.659312+0000 mgr.smithi136.ofnrfx (mgr.14188) 9123 : cluster [DBG] pgmap v8558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:28 smithi136 bash[11745]: cluster 2022-04-26T07:20:27.659943+0000 mgr.smithi136.ofnrfx (mgr.14188) 9124 : cluster [DBG] pgmap v8559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:28 smithi145 bash[13673]: cluster 2022-04-26T07:20:27.659943+0000 mgr.smithi136.ofnrfx (mgr.14188) 9124 : cluster [DBG] pgmap v8559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:29.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:29.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:29.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:29.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:30 smithi136 bash[11745]: cluster 2022-04-26T07:20:29.660685+0000 mgr.smithi136.ofnrfx (mgr.14188) 9125 : cluster [DBG] pgmap v8560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:30.837 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:30 smithi136 bash[11745]: audit 2022-04-26T07:20:29.879903+0000 mon.smithi136 (mon.0) 5638 : audit [DBG] from='client.? 172.21.15.136:0/2086379201' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:30 smithi145 bash[13673]: cluster 2022-04-26T07:20:29.660685+0000 mgr.smithi136.ofnrfx (mgr.14188) 9125 : cluster [DBG] pgmap v8560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:30 smithi145 bash[13673]: audit 2022-04-26T07:20:29.879903+0000 mon.smithi136 (mon.0) 5638 : audit [DBG] from='client.? 172.21.15.136:0/2086379201' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:32 smithi136 bash[11745]: cluster 2022-04-26T07:20:31.661364+0000 mgr.smithi136.ofnrfx (mgr.14188) 9126 : cluster [DBG] pgmap v8561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:32 smithi145 bash[13673]: cluster 2022-04-26T07:20:31.661364+0000 mgr.smithi136.ofnrfx (mgr.14188) 9126 : cluster [DBG] pgmap v8561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:34 smithi136 bash[11745]: cluster 2022-04-26T07:20:33.661914+0000 mgr.smithi136.ofnrfx (mgr.14188) 9127 : cluster [DBG] pgmap v8562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:34.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:34.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:34.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:34.949 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:34 smithi145 bash[13673]: cluster 2022-04-26T07:20:33.661914+0000 mgr.smithi136.ofnrfx (mgr.14188) 9127 : cluster [DBG] pgmap v8562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:35.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:35 smithi136 bash[11745]: audit 2022-04-26T07:20:35.207132+0000 mon.smithi136 (mon.0) 5639 : audit [DBG] from='client.? 172.21.15.136:0/1612746707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:35 smithi145 bash[13673]: audit 2022-04-26T07:20:35.207132+0000 mon.smithi136 (mon.0) 5639 : audit [DBG] from='client.? 172.21.15.136:0/1612746707' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: cluster 2022-04-26T07:20:35.662520+0000 mgr.smithi136.ofnrfx (mgr.14188) 9128 : cluster [DBG] pgmap v8563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: audit 2022-04-26T07:20:35.670551+0000 mon.smithi136 (mon.0) 5640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:20:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: audit 2022-04-26T07:20:35.673396+0000 mon.smithi136 (mon.0) 5641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:20:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: audit 2022-04-26T07:20:35.675159+0000 mon.smithi136 (mon.0) 5642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:20:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: audit 2022-04-26T07:20:35.967682+0000 mon.smithi136 (mon.0) 5643 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:20:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: cluster 2022-04-26T07:20:36.259723+0000 mgr.smithi136.ofnrfx (mgr.14188) 9129 : cluster [DBG] pgmap v8564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: cluster 2022-04-26T07:20:36.260121+0000 mgr.smithi136.ofnrfx (mgr.14188) 9130 : cluster [DBG] pgmap v8565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: audit 2022-04-26T07:20:36.267732+0000 mon.smithi136 (mon.0) 5644 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:20:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: audit 2022-04-26T07:20:36.278444+0000 mon.smithi136 (mon.0) 5645 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:20:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: cephadm 2022-04-26T07:20:36.279902+0000 mgr.smithi136.ofnrfx (mgr.14188) 9131 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:20:36.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:36 smithi136 bash[11745]: cephadm 2022-04-26T07:20:36.280092+0000 mgr.smithi136.ofnrfx (mgr.14188) 9132 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:20:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: cluster 2022-04-26T07:20:35.662520+0000 mgr.smithi136.ofnrfx (mgr.14188) 9128 : cluster [DBG] pgmap v8563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: audit 2022-04-26T07:20:35.670551+0000 mon.smithi136 (mon.0) 5640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: audit 2022-04-26T07:20:35.673396+0000 mon.smithi136 (mon.0) 5641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: audit 2022-04-26T07:20:35.675159+0000 mon.smithi136 (mon.0) 5642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: audit 2022-04-26T07:20:35.967682+0000 mon.smithi136 (mon.0) 5643 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: cluster 2022-04-26T07:20:36.259723+0000 mgr.smithi136.ofnrfx (mgr.14188) 9129 : cluster [DBG] pgmap v8564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: cluster 2022-04-26T07:20:36.260121+0000 mgr.smithi136.ofnrfx (mgr.14188) 9130 : cluster [DBG] pgmap v8565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: audit 2022-04-26T07:20:36.267732+0000 mon.smithi136 (mon.0) 5644 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: audit 2022-04-26T07:20:36.278444+0000 mon.smithi136 (mon.0) 5645 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:20:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: cephadm 2022-04-26T07:20:36.279902+0000 mgr.smithi136.ofnrfx (mgr.14188) 9131 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:20:36.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:36 smithi145 bash[13673]: cephadm 2022-04-26T07:20:36.280092+0000 mgr.smithi136.ofnrfx (mgr.14188) 9132 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:20:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:38 smithi145 bash[13673]: cluster 2022-04-26T07:20:38.260760+0000 mgr.smithi136.ofnrfx (mgr.14188) 9133 : cluster [DBG] pgmap v8566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:38 smithi136 bash[11745]: cluster 2022-04-26T07:20:38.260760+0000 mgr.smithi136.ofnrfx (mgr.14188) 9133 : cluster [DBG] pgmap v8566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:40.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:40.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:40.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:40.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:40 smithi145 bash[13673]: cluster 2022-04-26T07:20:40.261394+0000 mgr.smithi136.ofnrfx (mgr.14188) 9134 : cluster [DBG] pgmap v8567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:40 smithi136 bash[11745]: cluster 2022-04-26T07:20:40.261394+0000 mgr.smithi136.ofnrfx (mgr.14188) 9134 : cluster [DBG] pgmap v8567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:41 smithi145 bash[13673]: audit 2022-04-26T07:20:40.540993+0000 mon.smithi136 (mon.0) 5646 : audit [DBG] from='client.? 172.21.15.136:0/3185622310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:41 smithi136 bash[11745]: audit 2022-04-26T07:20:40.540993+0000 mon.smithi136 (mon.0) 5646 : audit [DBG] from='client.? 172.21.15.136:0/3185622310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:42 smithi145 bash[13673]: cluster 2022-04-26T07:20:42.262145+0000 mgr.smithi136.ofnrfx (mgr.14188) 9135 : cluster [DBG] pgmap v8568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:42 smithi136 bash[11745]: cluster 2022-04-26T07:20:42.262145+0000 mgr.smithi136.ofnrfx (mgr.14188) 9135 : cluster [DBG] pgmap v8568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:44 smithi136 bash[11745]: cluster 2022-04-26T07:20:44.262844+0000 mgr.smithi136.ofnrfx (mgr.14188) 9136 : cluster [DBG] pgmap v8569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:44 smithi145 bash[13673]: cluster 2022-04-26T07:20:44.262844+0000 mgr.smithi136.ofnrfx (mgr.14188) 9136 : cluster [DBG] pgmap v8569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:45.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:45.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:45.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:45.882 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:45 smithi136 bash[11745]: audit 2022-04-26T07:20:45.866790+0000 mon.smithi136 (mon.0) 5647 : audit [DBG] from='client.? 172.21.15.136:0/2684397350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:45 smithi145 bash[13673]: audit 2022-04-26T07:20:45.866790+0000 mon.smithi136 (mon.0) 5647 : audit [DBG] from='client.? 172.21.15.136:0/2684397350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:46 smithi136 bash[11745]: cluster 2022-04-26T07:20:46.263611+0000 mgr.smithi136.ofnrfx (mgr.14188) 9137 : cluster [DBG] pgmap v8570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:46 smithi145 bash[13673]: cluster 2022-04-26T07:20:46.263611+0000 mgr.smithi136.ofnrfx (mgr.14188) 9137 : cluster [DBG] pgmap v8570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:48 smithi145 bash[13673]: cluster 2022-04-26T07:20:48.264287+0000 mgr.smithi136.ofnrfx (mgr.14188) 9138 : cluster [DBG] pgmap v8571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:48 smithi136 bash[11745]: cluster 2022-04-26T07:20:48.264287+0000 mgr.smithi136.ofnrfx (mgr.14188) 9138 : cluster [DBG] pgmap v8571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:50 smithi145 bash[13673]: cluster 2022-04-26T07:20:50.264871+0000 mgr.smithi136.ofnrfx (mgr.14188) 9139 : cluster [DBG] pgmap v8572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:50 smithi136 bash[11745]: cluster 2022-04-26T07:20:50.264871+0000 mgr.smithi136.ofnrfx (mgr.14188) 9139 : cluster [DBG] pgmap v8572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:50.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:50.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:50.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:51.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:51 smithi145 bash[13673]: audit 2022-04-26T07:20:51.191637+0000 mon.smithi136 (mon.0) 5648 : audit [DBG] from='client.? 172.21.15.136:0/2652639861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:51 smithi136 bash[11745]: audit 2022-04-26T07:20:51.191637+0000 mon.smithi136 (mon.0) 5648 : audit [DBG] from='client.? 172.21.15.136:0/2652639861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:52 smithi145 bash[13673]: cluster 2022-04-26T07:20:52.265610+0000 mgr.smithi136.ofnrfx (mgr.14188) 9140 : cluster [DBG] pgmap v8573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:52 smithi136 bash[11745]: cluster 2022-04-26T07:20:52.265610+0000 mgr.smithi136.ofnrfx (mgr.14188) 9140 : cluster [DBG] pgmap v8573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:54 smithi136 bash[11745]: cluster 2022-04-26T07:20:54.266260+0000 mgr.smithi136.ofnrfx (mgr.14188) 9141 : cluster [DBG] pgmap v8574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:54 smithi145 bash[13673]: cluster 2022-04-26T07:20:54.266260+0000 mgr.smithi136.ofnrfx (mgr.14188) 9141 : cluster [DBG] pgmap v8574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:56.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:20:56.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:20:56.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:20:56.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:20:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:56 smithi145 bash[13673]: cluster 2022-04-26T07:20:56.266885+0000 mgr.smithi136.ofnrfx (mgr.14188) 9142 : cluster [DBG] pgmap v8575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:56 smithi136 bash[11745]: cluster 2022-04-26T07:20:56.266885+0000 mgr.smithi136.ofnrfx (mgr.14188) 9142 : cluster [DBG] pgmap v8575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:57 smithi145 bash[13673]: audit 2022-04-26T07:20:56.518118+0000 mon.smithi136 (mon.0) 5649 : audit [DBG] from='client.? 172.21.15.136:0/2671110575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:57 smithi136 bash[11745]: audit 2022-04-26T07:20:56.518118+0000 mon.smithi136 (mon.0) 5649 : audit [DBG] from='client.? 172.21.15.136:0/2671110575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:20:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:20:58 smithi145 bash[13673]: cluster 2022-04-26T07:20:58.267537+0000 mgr.smithi136.ofnrfx (mgr.14188) 9143 : cluster [DBG] pgmap v8576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:20:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:20:58 smithi136 bash[11745]: cluster 2022-04-26T07:20:58.267537+0000 mgr.smithi136.ofnrfx (mgr.14188) 9143 : cluster [DBG] pgmap v8576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:00 smithi145 bash[13673]: cluster 2022-04-26T07:21:00.268154+0000 mgr.smithi136.ofnrfx (mgr.14188) 9144 : cluster [DBG] pgmap v8577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:00 smithi136 bash[11745]: cluster 2022-04-26T07:21:00.268154+0000 mgr.smithi136.ofnrfx (mgr.14188) 9144 : cluster [DBG] pgmap v8577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:01.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:01.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:01.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:01.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:01 smithi136 bash[11745]: audit 2022-04-26T07:21:01.852061+0000 mon.smithi136 (mon.0) 5650 : audit [DBG] from='client.? 172.21.15.136:0/3635815477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:01 smithi145 bash[13673]: audit 2022-04-26T07:21:01.852061+0000 mon.smithi136 (mon.0) 5650 : audit [DBG] from='client.? 172.21.15.136:0/3635815477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:02 smithi136 bash[11745]: cluster 2022-04-26T07:21:02.268753+0000 mgr.smithi136.ofnrfx (mgr.14188) 9145 : cluster [DBG] pgmap v8578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:02 smithi145 bash[13673]: cluster 2022-04-26T07:21:02.268753+0000 mgr.smithi136.ofnrfx (mgr.14188) 9145 : cluster [DBG] pgmap v8578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:03 smithi136 bash[11745]: audit 2022-04-26T07:21:03.000278+0000 mon.smithi136 (mon.0) 5651 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:21:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:03 smithi136 bash[11745]: audit 2022-04-26T07:21:03.004220+0000 mon.smithi136 (mon.0) 5652 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:21:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:03 smithi145 bash[13673]: audit 2022-04-26T07:21:03.000278+0000 mon.smithi136 (mon.0) 5651 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:21:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:03 smithi145 bash[13673]: audit 2022-04-26T07:21:03.004220+0000 mon.smithi136 (mon.0) 5652 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:21:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:04 smithi136 bash[11745]: cluster 2022-04-26T07:21:04.269370+0000 mgr.smithi136.ofnrfx (mgr.14188) 9146 : cluster [DBG] pgmap v8579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:04 smithi145 bash[13673]: cluster 2022-04-26T07:21:04.269370+0000 mgr.smithi136.ofnrfx (mgr.14188) 9146 : cluster [DBG] pgmap v8579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:06 smithi145 bash[13673]: cluster 2022-04-26T07:21:06.270002+0000 mgr.smithi136.ofnrfx (mgr.14188) 9147 : cluster [DBG] pgmap v8580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:06 smithi136 bash[11745]: cluster 2022-04-26T07:21:06.270002+0000 mgr.smithi136.ofnrfx (mgr.14188) 9147 : cluster [DBG] pgmap v8580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:06.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:06.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:06.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:07.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:07 smithi145 bash[13673]: audit 2022-04-26T07:21:07.180717+0000 mon.smithi136 (mon.0) 5653 : audit [DBG] from='client.? 172.21.15.136:0/3784250258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:07.819 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:07 smithi136 bash[11745]: audit 2022-04-26T07:21:07.180717+0000 mon.smithi136 (mon.0) 5653 : audit [DBG] from='client.? 172.21.15.136:0/3784250258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:08 smithi145 bash[13673]: cluster 2022-04-26T07:21:08.270663+0000 mgr.smithi136.ofnrfx (mgr.14188) 9148 : cluster [DBG] pgmap v8581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:08 smithi136 bash[11745]: cluster 2022-04-26T07:21:08.270663+0000 mgr.smithi136.ofnrfx (mgr.14188) 9148 : cluster [DBG] pgmap v8581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:10 smithi145 bash[13673]: cluster 2022-04-26T07:21:10.271278+0000 mgr.smithi136.ofnrfx (mgr.14188) 9149 : cluster [DBG] pgmap v8582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:10 smithi136 bash[11745]: cluster 2022-04-26T07:21:10.271278+0000 mgr.smithi136.ofnrfx (mgr.14188) 9149 : cluster [DBG] pgmap v8582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:12.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:12.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:12.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:12.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:12 smithi145 bash[13673]: cluster 2022-04-26T07:21:12.271937+0000 mgr.smithi136.ofnrfx (mgr.14188) 9150 : cluster [DBG] pgmap v8583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:12 smithi136 bash[11745]: cluster 2022-04-26T07:21:12.271937+0000 mgr.smithi136.ofnrfx (mgr.14188) 9150 : cluster [DBG] pgmap v8583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:13 smithi145 bash[13673]: audit 2022-04-26T07:21:12.512108+0000 mon.smithi136 (mon.0) 5654 : audit [DBG] from='client.? 172.21.15.136:0/3996602000' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:13 smithi136 bash[11745]: audit 2022-04-26T07:21:12.512108+0000 mon.smithi136 (mon.0) 5654 : audit [DBG] from='client.? 172.21.15.136:0/3996602000' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:14 smithi136 bash[11745]: cluster 2022-04-26T07:21:14.272601+0000 mgr.smithi136.ofnrfx (mgr.14188) 9151 : cluster [DBG] pgmap v8584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:14 smithi145 bash[13673]: cluster 2022-04-26T07:21:14.272601+0000 mgr.smithi136.ofnrfx (mgr.14188) 9151 : cluster [DBG] pgmap v8584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:16 smithi145 bash[13673]: cluster 2022-04-26T07:21:16.273251+0000 mgr.smithi136.ofnrfx (mgr.14188) 9152 : cluster [DBG] pgmap v8585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:16 smithi136 bash[11745]: cluster 2022-04-26T07:21:16.273251+0000 mgr.smithi136.ofnrfx (mgr.14188) 9152 : cluster [DBG] pgmap v8585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:17.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:17.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:17.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:17.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:17 smithi145 bash[13673]: audit 2022-04-26T07:21:17.838448+0000 mon.smithi136 (mon.0) 5655 : audit [DBG] from='client.? 172.21.15.136:0/3740980979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:17 smithi136 bash[11745]: audit 2022-04-26T07:21:17.838448+0000 mon.smithi136 (mon.0) 5655 : audit [DBG] from='client.? 172.21.15.136:0/3740980979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:18 smithi136 bash[11745]: cluster 2022-04-26T07:21:18.273882+0000 mgr.smithi136.ofnrfx (mgr.14188) 9153 : cluster [DBG] pgmap v8586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:18 smithi145 bash[13673]: cluster 2022-04-26T07:21:18.273882+0000 mgr.smithi136.ofnrfx (mgr.14188) 9153 : cluster [DBG] pgmap v8586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:20 smithi145 bash[13673]: cluster 2022-04-26T07:21:20.274497+0000 mgr.smithi136.ofnrfx (mgr.14188) 9154 : cluster [DBG] pgmap v8587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:20 smithi136 bash[11745]: cluster 2022-04-26T07:21:20.274497+0000 mgr.smithi136.ofnrfx (mgr.14188) 9154 : cluster [DBG] pgmap v8587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:22 smithi145 bash[13673]: cluster 2022-04-26T07:21:22.275072+0000 mgr.smithi136.ofnrfx (mgr.14188) 9155 : cluster [DBG] pgmap v8588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:22 smithi136 bash[11745]: cluster 2022-04-26T07:21:22.275072+0000 mgr.smithi136.ofnrfx (mgr.14188) 9155 : cluster [DBG] pgmap v8588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:22.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:22.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:22.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:23.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:23 smithi145 bash[13673]: audit 2022-04-26T07:21:23.169881+0000 mon.smithi136 (mon.0) 5656 : audit [DBG] from='client.? 172.21.15.136:0/1918505936' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:23 smithi136 bash[11745]: audit 2022-04-26T07:21:23.169881+0000 mon.smithi136 (mon.0) 5656 : audit [DBG] from='client.? 172.21.15.136:0/1918505936' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:24 smithi136 bash[11745]: cluster 2022-04-26T07:21:24.275918+0000 mgr.smithi136.ofnrfx (mgr.14188) 9156 : cluster [DBG] pgmap v8589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:24 smithi145 bash[13673]: cluster 2022-04-26T07:21:24.275918+0000 mgr.smithi136.ofnrfx (mgr.14188) 9156 : cluster [DBG] pgmap v8589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:26 smithi145 bash[13673]: cluster 2022-04-26T07:21:26.276591+0000 mgr.smithi136.ofnrfx (mgr.14188) 9157 : cluster [DBG] pgmap v8590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:26 smithi136 bash[11745]: cluster 2022-04-26T07:21:26.276591+0000 mgr.smithi136.ofnrfx (mgr.14188) 9157 : cluster [DBG] pgmap v8590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:28.190 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:28.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:28.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:28 smithi145 bash[13673]: cluster 2022-04-26T07:21:28.277246+0000 mgr.smithi136.ofnrfx (mgr.14188) 9158 : cluster [DBG] pgmap v8591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:28.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:28 smithi136 bash[11745]: cluster 2022-04-26T07:21:28.277246+0000 mgr.smithi136.ofnrfx (mgr.14188) 9158 : cluster [DBG] pgmap v8591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:29 smithi145 bash[13673]: audit 2022-04-26T07:21:28.503380+0000 mon.smithi136 (mon.0) 5657 : audit [DBG] from='client.? 172.21.15.136:0/2366787613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:29 smithi136 bash[11745]: audit 2022-04-26T07:21:28.503380+0000 mon.smithi136 (mon.0) 5657 : audit [DBG] from='client.? 172.21.15.136:0/2366787613' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:30 smithi145 bash[13673]: cluster 2022-04-26T07:21:30.277955+0000 mgr.smithi136.ofnrfx (mgr.14188) 9159 : cluster [DBG] pgmap v8592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:30 smithi136 bash[11745]: cluster 2022-04-26T07:21:30.277955+0000 mgr.smithi136.ofnrfx (mgr.14188) 9159 : cluster [DBG] pgmap v8592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:32 smithi145 bash[13673]: cluster 2022-04-26T07:21:32.278730+0000 mgr.smithi136.ofnrfx (mgr.14188) 9160 : cluster [DBG] pgmap v8593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:32 smithi136 bash[11745]: cluster 2022-04-26T07:21:32.278730+0000 mgr.smithi136.ofnrfx (mgr.14188) 9160 : cluster [DBG] pgmap v8593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:33.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:33.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:33.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:33.846 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:34 smithi136 bash[11745]: audit 2022-04-26T07:21:33.830803+0000 mon.smithi136 (mon.0) 5658 : audit [DBG] from='client.? 172.21.15.136:0/921161532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:34 smithi136 bash[11745]: cluster 2022-04-26T07:21:34.279439+0000 mgr.smithi136.ofnrfx (mgr.14188) 9161 : cluster [DBG] pgmap v8594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:34 smithi145 bash[13673]: audit 2022-04-26T07:21:33.830803+0000 mon.smithi136 (mon.0) 5658 : audit [DBG] from='client.? 172.21.15.136:0/921161532' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:34 smithi145 bash[13673]: cluster 2022-04-26T07:21:34.279439+0000 mgr.smithi136.ofnrfx (mgr.14188) 9161 : cluster [DBG] pgmap v8594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:36 smithi145 bash[13673]: cluster 2022-04-26T07:21:36.280096+0000 mgr.smithi136.ofnrfx (mgr.14188) 9162 : cluster [DBG] pgmap v8595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:36 smithi145 bash[13673]: audit 2022-04-26T07:21:36.292754+0000 mon.smithi136 (mon.0) 5659 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:21:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:36 smithi145 bash[13673]: audit 2022-04-26T07:21:36.295597+0000 mon.smithi136 (mon.0) 5660 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:21:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:36 smithi145 bash[13673]: audit 2022-04-26T07:21:36.297381+0000 mon.smithi136 (mon.0) 5661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:21:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:36 smithi136 bash[11745]: cluster 2022-04-26T07:21:36.280096+0000 mgr.smithi136.ofnrfx (mgr.14188) 9162 : cluster [DBG] pgmap v8595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:36 smithi136 bash[11745]: audit 2022-04-26T07:21:36.292754+0000 mon.smithi136 (mon.0) 5659 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:21:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:36 smithi136 bash[11745]: audit 2022-04-26T07:21:36.295597+0000 mon.smithi136 (mon.0) 5660 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:21:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:36 smithi136 bash[11745]: audit 2022-04-26T07:21:36.297381+0000 mon.smithi136 (mon.0) 5661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:21:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:37 smithi145 bash[13673]: cluster 2022-04-26T07:21:36.611175+0000 mgr.smithi136.ofnrfx (mgr.14188) 9163 : cluster [DBG] pgmap v8596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:37 smithi145 bash[13673]: cluster 2022-04-26T07:21:36.611403+0000 mgr.smithi136.ofnrfx (mgr.14188) 9164 : cluster [DBG] pgmap v8597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:37 smithi145 bash[13673]: audit 2022-04-26T07:21:36.617976+0000 mon.smithi136 (mon.0) 5662 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:21:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:37 smithi145 bash[13673]: audit 2022-04-26T07:21:36.625847+0000 mon.smithi136 (mon.0) 5663 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:21:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:37 smithi145 bash[13673]: cephadm 2022-04-26T07:21:36.627002+0000 mgr.smithi136.ofnrfx (mgr.14188) 9165 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:21:37.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:37 smithi145 bash[13673]: cephadm 2022-04-26T07:21:36.627184+0000 mgr.smithi136.ofnrfx (mgr.14188) 9166 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:21:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:37 smithi136 bash[11745]: cluster 2022-04-26T07:21:36.611175+0000 mgr.smithi136.ofnrfx (mgr.14188) 9163 : cluster [DBG] pgmap v8596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:38.093 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:37 smithi136 bash[11745]: cluster 2022-04-26T07:21:36.611403+0000 mgr.smithi136.ofnrfx (mgr.14188) 9164 : cluster [DBG] pgmap v8597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:38.093 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:37 smithi136 bash[11745]: audit 2022-04-26T07:21:36.617976+0000 mon.smithi136 (mon.0) 5662 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:21:38.094 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:37 smithi136 bash[11745]: audit 2022-04-26T07:21:36.625847+0000 mon.smithi136 (mon.0) 5663 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:21:38.094 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:37 smithi136 bash[11745]: cephadm 2022-04-26T07:21:36.627002+0000 mgr.smithi136.ofnrfx (mgr.14188) 9165 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:21:38.094 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:37 smithi136 bash[11745]: cephadm 2022-04-26T07:21:36.627184+0000 mgr.smithi136.ofnrfx (mgr.14188) 9166 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:21:38.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:38.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:38.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:39.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:39 smithi136 bash[11745]: cluster 2022-04-26T07:21:38.611968+0000 mgr.smithi136.ofnrfx (mgr.14188) 9167 : cluster [DBG] pgmap v8598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:39 smithi136 bash[11745]: audit 2022-04-26T07:21:39.162610+0000 mon.smithi136 (mon.0) 5664 : audit [DBG] from='client.? 172.21.15.136:0/1045340202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:39 smithi145 bash[13673]: cluster 2022-04-26T07:21:38.611968+0000 mgr.smithi136.ofnrfx (mgr.14188) 9167 : cluster [DBG] pgmap v8598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:39 smithi145 bash[13673]: audit 2022-04-26T07:21:39.162610+0000 mon.smithi136 (mon.0) 5664 : audit [DBG] from='client.? 172.21.15.136:0/1045340202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:41 smithi136 bash[11745]: cluster 2022-04-26T07:21:40.612572+0000 mgr.smithi136.ofnrfx (mgr.14188) 9168 : cluster [DBG] pgmap v8599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:41 smithi145 bash[13673]: cluster 2022-04-26T07:21:40.612572+0000 mgr.smithi136.ofnrfx (mgr.14188) 9168 : cluster [DBG] pgmap v8599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:43 smithi136 bash[11745]: cluster 2022-04-26T07:21:42.613195+0000 mgr.smithi136.ofnrfx (mgr.14188) 9169 : cluster [DBG] pgmap v8600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:43 smithi145 bash[13673]: cluster 2022-04-26T07:21:42.613195+0000 mgr.smithi136.ofnrfx (mgr.14188) 9169 : cluster [DBG] pgmap v8600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:44.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:44.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:44.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:44.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:44 smithi136 bash[11745]: audit 2022-04-26T07:21:44.490990+0000 mon.smithi136 (mon.0) 5665 : audit [DBG] from='client.? 172.21.15.136:0/1949821290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:44 smithi145 bash[13673]: audit 2022-04-26T07:21:44.490990+0000 mon.smithi136 (mon.0) 5665 : audit [DBG] from='client.? 172.21.15.136:0/1949821290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:45 smithi136 bash[11745]: cluster 2022-04-26T07:21:44.613830+0000 mgr.smithi136.ofnrfx (mgr.14188) 9170 : cluster [DBG] pgmap v8601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:45 smithi145 bash[13673]: cluster 2022-04-26T07:21:44.613830+0000 mgr.smithi136.ofnrfx (mgr.14188) 9170 : cluster [DBG] pgmap v8601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:47 smithi136 bash[11745]: cluster 2022-04-26T07:21:46.614483+0000 mgr.smithi136.ofnrfx (mgr.14188) 9171 : cluster [DBG] pgmap v8602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:47 smithi145 bash[13673]: cluster 2022-04-26T07:21:46.614483+0000 mgr.smithi136.ofnrfx (mgr.14188) 9171 : cluster [DBG] pgmap v8602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:49.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:49.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:49.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:49 smithi136 bash[11745]: cluster 2022-04-26T07:21:48.615117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9172 : cluster [DBG] pgmap v8603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:49.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:49 smithi145 bash[13673]: cluster 2022-04-26T07:21:48.615117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9172 : cluster [DBG] pgmap v8603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:50 smithi136 bash[11745]: audit 2022-04-26T07:21:49.822369+0000 mon.smithi136 (mon.0) 5666 : audit [DBG] from='client.? 172.21.15.136:0/736679368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:50 smithi145 bash[13673]: audit 2022-04-26T07:21:49.822369+0000 mon.smithi136 (mon.0) 5666 : audit [DBG] from='client.? 172.21.15.136:0/736679368' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:51 smithi136 bash[11745]: cluster 2022-04-26T07:21:50.615750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9173 : cluster [DBG] pgmap v8604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:51 smithi145 bash[13673]: cluster 2022-04-26T07:21:50.615750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9173 : cluster [DBG] pgmap v8604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:53 smithi136 bash[11745]: cluster 2022-04-26T07:21:52.616435+0000 mgr.smithi136.ofnrfx (mgr.14188) 9174 : cluster [DBG] pgmap v8605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:53 smithi145 bash[13673]: cluster 2022-04-26T07:21:52.616435+0000 mgr.smithi136.ofnrfx (mgr.14188) 9174 : cluster [DBG] pgmap v8605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:54.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:21:54.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:21:54.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:21:55.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:21:56.065 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:55 smithi136 bash[11745]: cluster 2022-04-26T07:21:54.617093+0000 mgr.smithi136.ofnrfx (mgr.14188) 9175 : cluster [DBG] pgmap v8606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:56.095 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:55 smithi136 bash[11745]: audit 2022-04-26T07:21:55.145845+0000 mon.smithi136 (mon.0) 5667 : audit [DBG] from='client.? 172.21.15.136:0/3438233683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:55 smithi145 bash[13673]: cluster 2022-04-26T07:21:54.617093+0000 mgr.smithi136.ofnrfx (mgr.14188) 9175 : cluster [DBG] pgmap v8606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:55 smithi145 bash[13673]: audit 2022-04-26T07:21:55.145845+0000 mon.smithi136 (mon.0) 5667 : audit [DBG] from='client.? 172.21.15.136:0/3438233683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:21:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:57 smithi136 bash[11745]: cluster 2022-04-26T07:21:56.617774+0000 mgr.smithi136.ofnrfx (mgr.14188) 9176 : cluster [DBG] pgmap v8607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:57 smithi145 bash[13673]: cluster 2022-04-26T07:21:56.617774+0000 mgr.smithi136.ofnrfx (mgr.14188) 9176 : cluster [DBG] pgmap v8607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:21:59 smithi136 bash[11745]: cluster 2022-04-26T07:21:58.618493+0000 mgr.smithi136.ofnrfx (mgr.14188) 9177 : cluster [DBG] pgmap v8608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:21:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:21:59 smithi145 bash[13673]: cluster 2022-04-26T07:21:58.618493+0000 mgr.smithi136.ofnrfx (mgr.14188) 9177 : cluster [DBG] pgmap v8608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:00.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:00.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:00.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:00.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:00 smithi136 bash[11745]: audit 2022-04-26T07:22:00.470992+0000 mon.smithi136 (mon.0) 5668 : audit [DBG] from='client.? 172.21.15.136:0/950542357' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:00 smithi145 bash[13673]: audit 2022-04-26T07:22:00.470992+0000 mon.smithi136 (mon.0) 5668 : audit [DBG] from='client.? 172.21.15.136:0/950542357' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:01 smithi136 bash[11745]: cluster 2022-04-26T07:22:00.619139+0000 mgr.smithi136.ofnrfx (mgr.14188) 9178 : cluster [DBG] pgmap v8609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:01 smithi145 bash[13673]: cluster 2022-04-26T07:22:00.619139+0000 mgr.smithi136.ofnrfx (mgr.14188) 9178 : cluster [DBG] pgmap v8609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:03 smithi136 bash[11745]: cluster 2022-04-26T07:22:02.619828+0000 mgr.smithi136.ofnrfx (mgr.14188) 9179 : cluster [DBG] pgmap v8610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:03 smithi136 bash[11745]: audit 2022-04-26T07:22:03.004327+0000 mon.smithi136 (mon.0) 5669 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:22:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:03 smithi136 bash[11745]: audit 2022-04-26T07:22:03.007807+0000 mon.smithi136 (mon.0) 5670 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:22:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:03 smithi145 bash[13673]: cluster 2022-04-26T07:22:02.619828+0000 mgr.smithi136.ofnrfx (mgr.14188) 9179 : cluster [DBG] pgmap v8610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:03 smithi145 bash[13673]: audit 2022-04-26T07:22:03.004327+0000 mon.smithi136 (mon.0) 5669 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:22:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:03 smithi145 bash[13673]: audit 2022-04-26T07:22:03.007807+0000 mon.smithi136 (mon.0) 5670 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:22:05.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:05.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:05.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:05.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:05 smithi136 bash[11745]: cluster 2022-04-26T07:22:04.620490+0000 mgr.smithi136.ofnrfx (mgr.14188) 9180 : cluster [DBG] pgmap v8611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:05 smithi145 bash[13673]: cluster 2022-04-26T07:22:04.620490+0000 mgr.smithi136.ofnrfx (mgr.14188) 9180 : cluster [DBG] pgmap v8611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:06 smithi136 bash[11745]: audit 2022-04-26T07:22:05.801406+0000 mon.smithi136 (mon.0) 5671 : audit [DBG] from='client.? 172.21.15.136:0/1550890168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:06 smithi145 bash[13673]: audit 2022-04-26T07:22:05.801406+0000 mon.smithi136 (mon.0) 5671 : audit [DBG] from='client.? 172.21.15.136:0/1550890168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:07 smithi136 bash[11745]: cluster 2022-04-26T07:22:06.621151+0000 mgr.smithi136.ofnrfx (mgr.14188) 9181 : cluster [DBG] pgmap v8612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:07 smithi145 bash[13673]: cluster 2022-04-26T07:22:06.621151+0000 mgr.smithi136.ofnrfx (mgr.14188) 9181 : cluster [DBG] pgmap v8612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:09 smithi136 bash[11745]: cluster 2022-04-26T07:22:08.621795+0000 mgr.smithi136.ofnrfx (mgr.14188) 9182 : cluster [DBG] pgmap v8613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:09 smithi145 bash[13673]: cluster 2022-04-26T07:22:08.621795+0000 mgr.smithi136.ofnrfx (mgr.14188) 9182 : cluster [DBG] pgmap v8613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:10.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:10.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:10.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:11.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:11 smithi136 bash[11745]: cluster 2022-04-26T07:22:10.622443+0000 mgr.smithi136.ofnrfx (mgr.14188) 9183 : cluster [DBG] pgmap v8614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:11 smithi136 bash[11745]: audit 2022-04-26T07:22:11.123588+0000 mon.smithi136 (mon.0) 5672 : audit [DBG] from='client.? 172.21.15.136:0/3412448263' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:11 smithi145 bash[13673]: cluster 2022-04-26T07:22:10.622443+0000 mgr.smithi136.ofnrfx (mgr.14188) 9183 : cluster [DBG] pgmap v8614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:11 smithi145 bash[13673]: audit 2022-04-26T07:22:11.123588+0000 mon.smithi136 (mon.0) 5672 : audit [DBG] from='client.? 172.21.15.136:0/3412448263' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:13 smithi136 bash[11745]: cluster 2022-04-26T07:22:12.623067+0000 mgr.smithi136.ofnrfx (mgr.14188) 9184 : cluster [DBG] pgmap v8615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:13 smithi145 bash[13673]: cluster 2022-04-26T07:22:12.623067+0000 mgr.smithi136.ofnrfx (mgr.14188) 9184 : cluster [DBG] pgmap v8615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:15 smithi136 bash[11745]: cluster 2022-04-26T07:22:14.623717+0000 mgr.smithi136.ofnrfx (mgr.14188) 9185 : cluster [DBG] pgmap v8616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:16.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:16.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:16.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:15 smithi145 bash[13673]: cluster 2022-04-26T07:22:14.623717+0000 mgr.smithi136.ofnrfx (mgr.14188) 9185 : cluster [DBG] pgmap v8616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:16.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:16 smithi136 bash[11745]: audit 2022-04-26T07:22:16.444278+0000 mon.smithi136 (mon.0) 5673 : audit [DBG] from='client.? 172.21.15.136:0/264158363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:16 smithi145 bash[13673]: audit 2022-04-26T07:22:16.444278+0000 mon.smithi136 (mon.0) 5673 : audit [DBG] from='client.? 172.21.15.136:0/264158363' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:17 smithi136 bash[11745]: cluster 2022-04-26T07:22:16.624472+0000 mgr.smithi136.ofnrfx (mgr.14188) 9186 : cluster [DBG] pgmap v8617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:17 smithi145 bash[13673]: cluster 2022-04-26T07:22:16.624472+0000 mgr.smithi136.ofnrfx (mgr.14188) 9186 : cluster [DBG] pgmap v8617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:19 smithi136 bash[11745]: cluster 2022-04-26T07:22:18.625148+0000 mgr.smithi136.ofnrfx (mgr.14188) 9187 : cluster [DBG] pgmap v8618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:19 smithi145 bash[13673]: cluster 2022-04-26T07:22:18.625148+0000 mgr.smithi136.ofnrfx (mgr.14188) 9187 : cluster [DBG] pgmap v8618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:21.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:21.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:21.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:21.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:21 smithi136 bash[11745]: cluster 2022-04-26T07:22:20.625748+0000 mgr.smithi136.ofnrfx (mgr.14188) 9188 : cluster [DBG] pgmap v8619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:21 smithi145 bash[13673]: cluster 2022-04-26T07:22:20.625748+0000 mgr.smithi136.ofnrfx (mgr.14188) 9188 : cluster [DBG] pgmap v8619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:22 smithi136 bash[11745]: audit 2022-04-26T07:22:21.765520+0000 mon.smithi136 (mon.0) 5674 : audit [DBG] from='client.? 172.21.15.136:0/716657683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:22 smithi145 bash[13673]: audit 2022-04-26T07:22:21.765520+0000 mon.smithi136 (mon.0) 5674 : audit [DBG] from='client.? 172.21.15.136:0/716657683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:23 smithi136 bash[11745]: cluster 2022-04-26T07:22:22.626384+0000 mgr.smithi136.ofnrfx (mgr.14188) 9189 : cluster [DBG] pgmap v8620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:23 smithi145 bash[13673]: cluster 2022-04-26T07:22:22.626384+0000 mgr.smithi136.ofnrfx (mgr.14188) 9189 : cluster [DBG] pgmap v8620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:25 smithi136 bash[11745]: cluster 2022-04-26T07:22:24.626994+0000 mgr.smithi136.ofnrfx (mgr.14188) 9190 : cluster [DBG] pgmap v8621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:25 smithi145 bash[13673]: cluster 2022-04-26T07:22:24.626994+0000 mgr.smithi136.ofnrfx (mgr.14188) 9190 : cluster [DBG] pgmap v8621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:26.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:26.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:26.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:27.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:27 smithi136 bash[11745]: cluster 2022-04-26T07:22:26.627671+0000 mgr.smithi136.ofnrfx (mgr.14188) 9191 : cluster [DBG] pgmap v8622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:27 smithi136 bash[11745]: audit 2022-04-26T07:22:27.090592+0000 mon.smithi136 (mon.0) 5675 : audit [DBG] from='client.? 172.21.15.136:0/116096477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:27 smithi145 bash[13673]: cluster 2022-04-26T07:22:26.627671+0000 mgr.smithi136.ofnrfx (mgr.14188) 9191 : cluster [DBG] pgmap v8622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:28.218 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:27 smithi145 bash[13673]: audit 2022-04-26T07:22:27.090592+0000 mon.smithi136 (mon.0) 5675 : audit [DBG] from='client.? 172.21.15.136:0/116096477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:29 smithi136 bash[11745]: cluster 2022-04-26T07:22:28.628343+0000 mgr.smithi136.ofnrfx (mgr.14188) 9192 : cluster [DBG] pgmap v8623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:29 smithi145 bash[13673]: cluster 2022-04-26T07:22:28.628343+0000 mgr.smithi136.ofnrfx (mgr.14188) 9192 : cluster [DBG] pgmap v8623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:31 smithi136 bash[11745]: cluster 2022-04-26T07:22:30.628978+0000 mgr.smithi136.ofnrfx (mgr.14188) 9193 : cluster [DBG] pgmap v8624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:32.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:32.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:32.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:31 smithi145 bash[13673]: cluster 2022-04-26T07:22:30.628978+0000 mgr.smithi136.ofnrfx (mgr.14188) 9193 : cluster [DBG] pgmap v8624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:32.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:32 smithi136 bash[11745]: audit 2022-04-26T07:22:32.425990+0000 mon.smithi136 (mon.0) 5676 : audit [DBG] from='client.? 172.21.15.136:0/395755571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:32 smithi145 bash[13673]: audit 2022-04-26T07:22:32.425990+0000 mon.smithi136 (mon.0) 5676 : audit [DBG] from='client.? 172.21.15.136:0/395755571' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:33 smithi136 bash[11745]: cluster 2022-04-26T07:22:32.629621+0000 mgr.smithi136.ofnrfx (mgr.14188) 9194 : cluster [DBG] pgmap v8625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:33 smithi145 bash[13673]: cluster 2022-04-26T07:22:32.629621+0000 mgr.smithi136.ofnrfx (mgr.14188) 9194 : cluster [DBG] pgmap v8625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:35 smithi136 bash[11745]: cluster 2022-04-26T07:22:34.630251+0000 mgr.smithi136.ofnrfx (mgr.14188) 9195 : cluster [DBG] pgmap v8626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:35 smithi145 bash[13673]: cluster 2022-04-26T07:22:34.630251+0000 mgr.smithi136.ofnrfx (mgr.14188) 9195 : cluster [DBG] pgmap v8626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:36 smithi136 bash[11745]: audit 2022-04-26T07:22:36.637075+0000 mon.smithi136 (mon.0) 5677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:22:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:36 smithi136 bash[11745]: audit 2022-04-26T07:22:36.639816+0000 mon.smithi136 (mon.0) 5678 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:22:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:36 smithi136 bash[11745]: audit 2022-04-26T07:22:36.641654+0000 mon.smithi136 (mon.0) 5679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:22:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:36 smithi145 bash[13673]: audit 2022-04-26T07:22:36.637075+0000 mon.smithi136 (mon.0) 5677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:22:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:36 smithi145 bash[13673]: audit 2022-04-26T07:22:36.639816+0000 mon.smithi136 (mon.0) 5678 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:22:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:36 smithi145 bash[13673]: audit 2022-04-26T07:22:36.641654+0000 mon.smithi136 (mon.0) 5679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:22:37.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:37.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:37.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:37.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: cluster 2022-04-26T07:22:36.630890+0000 mgr.smithi136.ofnrfx (mgr.14188) 9196 : cluster [DBG] pgmap v8627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: cluster 2022-04-26T07:22:36.938735+0000 mgr.smithi136.ofnrfx (mgr.14188) 9197 : cluster [DBG] pgmap v8628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: cluster 2022-04-26T07:22:36.938937+0000 mgr.smithi136.ofnrfx (mgr.14188) 9198 : cluster [DBG] pgmap v8629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: audit 2022-04-26T07:22:36.944708+0000 mon.smithi136 (mon.0) 5680 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:22:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: audit 2022-04-26T07:22:36.952762+0000 mon.smithi136 (mon.0) 5681 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:22:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: cephadm 2022-04-26T07:22:36.953715+0000 mgr.smithi136.ofnrfx (mgr.14188) 9199 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:22:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: cephadm 2022-04-26T07:22:36.953838+0000 mgr.smithi136.ofnrfx (mgr.14188) 9200 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:22:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:37 smithi136 bash[11745]: audit 2022-04-26T07:22:37.751767+0000 mon.smithi136 (mon.0) 5682 : audit [DBG] from='client.? 172.21.15.136:0/2234936065' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: cluster 2022-04-26T07:22:36.630890+0000 mgr.smithi136.ofnrfx (mgr.14188) 9196 : cluster [DBG] pgmap v8627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: cluster 2022-04-26T07:22:36.938735+0000 mgr.smithi136.ofnrfx (mgr.14188) 9197 : cluster [DBG] pgmap v8628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: cluster 2022-04-26T07:22:36.938937+0000 mgr.smithi136.ofnrfx (mgr.14188) 9198 : cluster [DBG] pgmap v8629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: audit 2022-04-26T07:22:36.944708+0000 mon.smithi136 (mon.0) 5680 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:22:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: audit 2022-04-26T07:22:36.952762+0000 mon.smithi136 (mon.0) 5681 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:22:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: cephadm 2022-04-26T07:22:36.953715+0000 mgr.smithi136.ofnrfx (mgr.14188) 9199 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:22:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: cephadm 2022-04-26T07:22:36.953838+0000 mgr.smithi136.ofnrfx (mgr.14188) 9200 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:22:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:37 smithi145 bash[13673]: audit 2022-04-26T07:22:37.751767+0000 mon.smithi136 (mon.0) 5682 : audit [DBG] from='client.? 172.21.15.136:0/2234936065' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:39 smithi136 bash[11745]: cluster 2022-04-26T07:22:38.939594+0000 mgr.smithi136.ofnrfx (mgr.14188) 9201 : cluster [DBG] pgmap v8630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:39 smithi145 bash[13673]: cluster 2022-04-26T07:22:38.939594+0000 mgr.smithi136.ofnrfx (mgr.14188) 9201 : cluster [DBG] pgmap v8630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:41 smithi136 bash[11745]: cluster 2022-04-26T07:22:40.940297+0000 mgr.smithi136.ofnrfx (mgr.14188) 9202 : cluster [DBG] pgmap v8631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:41 smithi145 bash[13673]: cluster 2022-04-26T07:22:40.940297+0000 mgr.smithi136.ofnrfx (mgr.14188) 9202 : cluster [DBG] pgmap v8631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:42.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:42.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:42.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:43.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:44 smithi136 bash[11745]: cluster 2022-04-26T07:22:42.940874+0000 mgr.smithi136.ofnrfx (mgr.14188) 9203 : cluster [DBG] pgmap v8632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:44 smithi136 bash[11745]: audit 2022-04-26T07:22:43.075692+0000 mon.smithi136 (mon.0) 5683 : audit [DBG] from='client.? 172.21.15.136:0/41628198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:44 smithi145 bash[13673]: cluster 2022-04-26T07:22:42.940874+0000 mgr.smithi136.ofnrfx (mgr.14188) 9203 : cluster [DBG] pgmap v8632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:44 smithi145 bash[13673]: audit 2022-04-26T07:22:43.075692+0000 mon.smithi136 (mon.0) 5683 : audit [DBG] from='client.? 172.21.15.136:0/41628198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:46 smithi136 bash[11745]: cluster 2022-04-26T07:22:44.941573+0000 mgr.smithi136.ofnrfx (mgr.14188) 9204 : cluster [DBG] pgmap v8633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:46 smithi145 bash[13673]: cluster 2022-04-26T07:22:44.941573+0000 mgr.smithi136.ofnrfx (mgr.14188) 9204 : cluster [DBG] pgmap v8633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:48.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:48.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:48.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:48 smithi136 bash[11745]: cluster 2022-04-26T07:22:46.942229+0000 mgr.smithi136.ofnrfx (mgr.14188) 9205 : cluster [DBG] pgmap v8634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:48 smithi145 bash[13673]: cluster 2022-04-26T07:22:46.942229+0000 mgr.smithi136.ofnrfx (mgr.14188) 9205 : cluster [DBG] pgmap v8634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:48.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:49 smithi136 bash[11745]: audit 2022-04-26T07:22:48.401579+0000 mon.smithi136 (mon.0) 5684 : audit [DBG] from='client.? 172.21.15.136:0/98898665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:49 smithi145 bash[13673]: audit 2022-04-26T07:22:48.401579+0000 mon.smithi136 (mon.0) 5684 : audit [DBG] from='client.? 172.21.15.136:0/98898665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:50 smithi136 bash[11745]: cluster 2022-04-26T07:22:48.942801+0000 mgr.smithi136.ofnrfx (mgr.14188) 9206 : cluster [DBG] pgmap v8635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:50 smithi145 bash[13673]: cluster 2022-04-26T07:22:48.942801+0000 mgr.smithi136.ofnrfx (mgr.14188) 9206 : cluster [DBG] pgmap v8635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:52 smithi136 bash[11745]: cluster 2022-04-26T07:22:50.943463+0000 mgr.smithi136.ofnrfx (mgr.14188) 9207 : cluster [DBG] pgmap v8636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:52 smithi145 bash[13673]: cluster 2022-04-26T07:22:50.943463+0000 mgr.smithi136.ofnrfx (mgr.14188) 9207 : cluster [DBG] pgmap v8636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:53.420 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:53.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:53.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:53.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:54 smithi136 bash[11745]: cluster 2022-04-26T07:22:52.944159+0000 mgr.smithi136.ofnrfx (mgr.14188) 9208 : cluster [DBG] pgmap v8637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:54 smithi136 bash[11745]: audit 2022-04-26T07:22:53.730483+0000 mon.smithi136 (mon.0) 5685 : audit [DBG] from='client.? 172.21.15.136:0/1073901134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:54 smithi145 bash[13673]: cluster 2022-04-26T07:22:52.944159+0000 mgr.smithi136.ofnrfx (mgr.14188) 9208 : cluster [DBG] pgmap v8637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:54 smithi145 bash[13673]: audit 2022-04-26T07:22:53.730483+0000 mon.smithi136 (mon.0) 5685 : audit [DBG] from='client.? 172.21.15.136:0/1073901134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:56 smithi136 bash[11745]: cluster 2022-04-26T07:22:54.944801+0000 mgr.smithi136.ofnrfx (mgr.14188) 9209 : cluster [DBG] pgmap v8638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:56 smithi145 bash[13673]: cluster 2022-04-26T07:22:54.944801+0000 mgr.smithi136.ofnrfx (mgr.14188) 9209 : cluster [DBG] pgmap v8638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:58 smithi136 bash[11745]: cluster 2022-04-26T07:22:56.945441+0000 mgr.smithi136.ofnrfx (mgr.14188) 9210 : cluster [DBG] pgmap v8639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:58 smithi145 bash[13673]: cluster 2022-04-26T07:22:56.945441+0000 mgr.smithi136.ofnrfx (mgr.14188) 9210 : cluster [DBG] pgmap v8639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:58.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:22:58.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:22:58.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:22:59.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:22:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:59 smithi136 bash[11745]: cluster 2022-04-26T07:22:58.945923+0000 mgr.smithi136.ofnrfx (mgr.14188) 9211 : cluster [DBG] pgmap v8640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:22:59 smithi136 bash[11745]: audit 2022-04-26T07:22:59.056646+0000 mon.smithi136 (mon.0) 5686 : audit [DBG] from='client.? 172.21.15.136:0/1681818113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:22:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:59 smithi145 bash[13673]: cluster 2022-04-26T07:22:58.945923+0000 mgr.smithi136.ofnrfx (mgr.14188) 9211 : cluster [DBG] pgmap v8640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:22:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:22:59 smithi145 bash[13673]: audit 2022-04-26T07:22:59.056646+0000 mon.smithi136 (mon.0) 5686 : audit [DBG] from='client.? 172.21.15.136:0/1681818113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:02 smithi136 bash[11745]: cluster 2022-04-26T07:23:00.946500+0000 mgr.smithi136.ofnrfx (mgr.14188) 9212 : cluster [DBG] pgmap v8641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:02 smithi145 bash[13673]: cluster 2022-04-26T07:23:00.946500+0000 mgr.smithi136.ofnrfx (mgr.14188) 9212 : cluster [DBG] pgmap v8641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:04.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:04.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:04.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:04 smithi136 bash[11745]: cluster 2022-04-26T07:23:02.947082+0000 mgr.smithi136.ofnrfx (mgr.14188) 9213 : cluster [DBG] pgmap v8642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:04 smithi136 bash[11745]: audit 2022-04-26T07:23:03.008925+0000 mon.smithi136 (mon.0) 5687 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:23:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:04 smithi136 bash[11745]: audit 2022-04-26T07:23:03.009934+0000 mon.smithi136 (mon.0) 5688 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:23:04.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:04 smithi145 bash[13673]: cluster 2022-04-26T07:23:02.947082+0000 mgr.smithi136.ofnrfx (mgr.14188) 9213 : cluster [DBG] pgmap v8642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:04 smithi145 bash[13673]: audit 2022-04-26T07:23:03.008925+0000 mon.smithi136 (mon.0) 5687 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:23:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:04 smithi145 bash[13673]: audit 2022-04-26T07:23:03.009934+0000 mon.smithi136 (mon.0) 5688 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:23:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:05 smithi136 bash[11745]: audit 2022-04-26T07:23:04.380687+0000 mon.smithi136 (mon.0) 5689 : audit [DBG] from='client.? 172.21.15.136:0/416629796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:05 smithi145 bash[13673]: audit 2022-04-26T07:23:04.380687+0000 mon.smithi136 (mon.0) 5689 : audit [DBG] from='client.? 172.21.15.136:0/416629796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:06 smithi136 bash[11745]: cluster 2022-04-26T07:23:04.947726+0000 mgr.smithi136.ofnrfx (mgr.14188) 9214 : cluster [DBG] pgmap v8643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:06 smithi145 bash[13673]: cluster 2022-04-26T07:23:04.947726+0000 mgr.smithi136.ofnrfx (mgr.14188) 9214 : cluster [DBG] pgmap v8643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:08 smithi136 bash[11745]: cluster 2022-04-26T07:23:06.948377+0000 mgr.smithi136.ofnrfx (mgr.14188) 9215 : cluster [DBG] pgmap v8644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:08 smithi145 bash[13673]: cluster 2022-04-26T07:23:06.948377+0000 mgr.smithi136.ofnrfx (mgr.14188) 9215 : cluster [DBG] pgmap v8644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:09.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:09.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:09.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:09.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:09 smithi136 bash[11745]: cluster 2022-04-26T07:23:08.949013+0000 mgr.smithi136.ofnrfx (mgr.14188) 9216 : cluster [DBG] pgmap v8645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:09 smithi145 bash[13673]: cluster 2022-04-26T07:23:08.949013+0000 mgr.smithi136.ofnrfx (mgr.14188) 9216 : cluster [DBG] pgmap v8645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:10 smithi136 bash[11745]: audit 2022-04-26T07:23:09.706301+0000 mon.smithi136 (mon.0) 5690 : audit [DBG] from='client.? 172.21.15.136:0/2015365667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:10 smithi145 bash[13673]: audit 2022-04-26T07:23:09.706301+0000 mon.smithi136 (mon.0) 5690 : audit [DBG] from='client.? 172.21.15.136:0/2015365667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:11 smithi136 bash[11745]: cluster 2022-04-26T07:23:10.949670+0000 mgr.smithi136.ofnrfx (mgr.14188) 9217 : cluster [DBG] pgmap v8646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:11 smithi145 bash[13673]: cluster 2022-04-26T07:23:10.949670+0000 mgr.smithi136.ofnrfx (mgr.14188) 9217 : cluster [DBG] pgmap v8646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:14 smithi136 bash[11745]: cluster 2022-04-26T07:23:12.950275+0000 mgr.smithi136.ofnrfx (mgr.14188) 9218 : cluster [DBG] pgmap v8647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:14 smithi145 bash[13673]: cluster 2022-04-26T07:23:12.950275+0000 mgr.smithi136.ofnrfx (mgr.14188) 9218 : cluster [DBG] pgmap v8647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:14.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:14.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:14.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:15.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:16 smithi136 bash[11745]: cluster 2022-04-26T07:23:14.950865+0000 mgr.smithi136.ofnrfx (mgr.14188) 9219 : cluster [DBG] pgmap v8648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:16 smithi136 bash[11745]: audit 2022-04-26T07:23:15.028982+0000 mon.smithi136 (mon.0) 5691 : audit [DBG] from='client.? 172.21.15.136:0/1516769807' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:16 smithi145 bash[13673]: cluster 2022-04-26T07:23:14.950865+0000 mgr.smithi136.ofnrfx (mgr.14188) 9219 : cluster [DBG] pgmap v8648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:16 smithi145 bash[13673]: audit 2022-04-26T07:23:15.028982+0000 mon.smithi136 (mon.0) 5691 : audit [DBG] from='client.? 172.21.15.136:0/1516769807' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:18 smithi136 bash[11745]: cluster 2022-04-26T07:23:16.951507+0000 mgr.smithi136.ofnrfx (mgr.14188) 9220 : cluster [DBG] pgmap v8649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:18 smithi145 bash[13673]: cluster 2022-04-26T07:23:16.951507+0000 mgr.smithi136.ofnrfx (mgr.14188) 9220 : cluster [DBG] pgmap v8649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:19 smithi136 bash[11745]: cluster 2022-04-26T07:23:18.952150+0000 mgr.smithi136.ofnrfx (mgr.14188) 9221 : cluster [DBG] pgmap v8650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:19 smithi145 bash[13673]: cluster 2022-04-26T07:23:18.952150+0000 mgr.smithi136.ofnrfx (mgr.14188) 9221 : cluster [DBG] pgmap v8650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:20.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:20.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:20.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:20.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:20 smithi136 bash[11745]: audit 2022-04-26T07:23:20.357556+0000 mon.smithi136 (mon.0) 5692 : audit [DBG] from='client.? 172.21.15.136:0/2046029678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:20 smithi145 bash[13673]: audit 2022-04-26T07:23:20.357556+0000 mon.smithi136 (mon.0) 5692 : audit [DBG] from='client.? 172.21.15.136:0/2046029678' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:21 smithi136 bash[11745]: cluster 2022-04-26T07:23:20.952782+0000 mgr.smithi136.ofnrfx (mgr.14188) 9222 : cluster [DBG] pgmap v8651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:21 smithi145 bash[13673]: cluster 2022-04-26T07:23:20.952782+0000 mgr.smithi136.ofnrfx (mgr.14188) 9222 : cluster [DBG] pgmap v8651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:24 smithi136 bash[11745]: cluster 2022-04-26T07:23:22.953391+0000 mgr.smithi136.ofnrfx (mgr.14188) 9223 : cluster [DBG] pgmap v8652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:24 smithi145 bash[13673]: cluster 2022-04-26T07:23:22.953391+0000 mgr.smithi136.ofnrfx (mgr.14188) 9223 : cluster [DBG] pgmap v8652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:25.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:25.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:25.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:25.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:26 smithi136 bash[11745]: cluster 2022-04-26T07:23:24.954093+0000 mgr.smithi136.ofnrfx (mgr.14188) 9224 : cluster [DBG] pgmap v8653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:26 smithi136 bash[11745]: audit 2022-04-26T07:23:25.688499+0000 mon.smithi136 (mon.0) 5693 : audit [DBG] from='client.? 172.21.15.136:0/3964049662' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:26 smithi145 bash[13673]: cluster 2022-04-26T07:23:24.954093+0000 mgr.smithi136.ofnrfx (mgr.14188) 9224 : cluster [DBG] pgmap v8653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:26 smithi145 bash[13673]: audit 2022-04-26T07:23:25.688499+0000 mon.smithi136 (mon.0) 5693 : audit [DBG] from='client.? 172.21.15.136:0/3964049662' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:28 smithi136 bash[11745]: cluster 2022-04-26T07:23:26.954761+0000 mgr.smithi136.ofnrfx (mgr.14188) 9225 : cluster [DBG] pgmap v8654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:28 smithi145 bash[13673]: cluster 2022-04-26T07:23:26.954761+0000 mgr.smithi136.ofnrfx (mgr.14188) 9225 : cluster [DBG] pgmap v8654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:29 smithi136 bash[11745]: cluster 2022-04-26T07:23:28.955418+0000 mgr.smithi136.ofnrfx (mgr.14188) 9226 : cluster [DBG] pgmap v8655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:29 smithi145 bash[13673]: cluster 2022-04-26T07:23:28.955418+0000 mgr.smithi136.ofnrfx (mgr.14188) 9226 : cluster [DBG] pgmap v8655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:30.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:30.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:30.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:31.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:32 smithi136 bash[11745]: cluster 2022-04-26T07:23:30.956068+0000 mgr.smithi136.ofnrfx (mgr.14188) 9227 : cluster [DBG] pgmap v8656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:32 smithi136 bash[11745]: audit 2022-04-26T07:23:31.013423+0000 mon.smithi136 (mon.0) 5694 : audit [DBG] from='client.? 172.21.15.136:0/4217864042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:32 smithi145 bash[13673]: cluster 2022-04-26T07:23:30.956068+0000 mgr.smithi136.ofnrfx (mgr.14188) 9227 : cluster [DBG] pgmap v8656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:32 smithi145 bash[13673]: audit 2022-04-26T07:23:31.013423+0000 mon.smithi136 (mon.0) 5694 : audit [DBG] from='client.? 172.21.15.136:0/4217864042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:34 smithi136 bash[11745]: cluster 2022-04-26T07:23:32.956723+0000 mgr.smithi136.ofnrfx (mgr.14188) 9228 : cluster [DBG] pgmap v8657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:34 smithi145 bash[13673]: cluster 2022-04-26T07:23:32.956723+0000 mgr.smithi136.ofnrfx (mgr.14188) 9228 : cluster [DBG] pgmap v8657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:36.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:36.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:36.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:36 smithi136 bash[11745]: cluster 2022-04-26T07:23:34.957315+0000 mgr.smithi136.ofnrfx (mgr.14188) 9229 : cluster [DBG] pgmap v8658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:36.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:36 smithi145 bash[13673]: cluster 2022-04-26T07:23:34.957315+0000 mgr.smithi136.ofnrfx (mgr.14188) 9229 : cluster [DBG] pgmap v8658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:37 smithi136 bash[11745]: audit 2022-04-26T07:23:36.336706+0000 mon.smithi136 (mon.0) 5695 : audit [DBG] from='client.? 172.21.15.136:0/1153051892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:37 smithi136 bash[11745]: audit 2022-04-26T07:23:36.961569+0000 mon.smithi136 (mon.0) 5696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:23:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:37 smithi136 bash[11745]: audit 2022-04-26T07:23:36.964421+0000 mon.smithi136 (mon.0) 5697 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:23:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:37 smithi136 bash[11745]: audit 2022-04-26T07:23:36.966269+0000 mon.smithi136 (mon.0) 5698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:23:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:37 smithi145 bash[13673]: audit 2022-04-26T07:23:36.336706+0000 mon.smithi136 (mon.0) 5695 : audit [DBG] from='client.? 172.21.15.136:0/1153051892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:37 smithi145 bash[13673]: audit 2022-04-26T07:23:36.961569+0000 mon.smithi136 (mon.0) 5696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:23:37.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:37 smithi145 bash[13673]: audit 2022-04-26T07:23:36.964421+0000 mon.smithi136 (mon.0) 5697 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:23:37.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:37 smithi145 bash[13673]: audit 2022-04-26T07:23:36.966269+0000 mon.smithi136 (mon.0) 5698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:23:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:38 smithi145 bash[13673]: cluster 2022-04-26T07:23:36.957934+0000 mgr.smithi136.ofnrfx (mgr.14188) 9230 : cluster [DBG] pgmap v8659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:38 smithi145 bash[13673]: cluster 2022-04-26T07:23:37.259889+0000 mgr.smithi136.ofnrfx (mgr.14188) 9231 : cluster [DBG] pgmap v8660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:38 smithi145 bash[13673]: cluster 2022-04-26T07:23:37.260340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9232 : cluster [DBG] pgmap v8661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:38 smithi145 bash[13673]: audit 2022-04-26T07:23:37.265961+0000 mon.smithi136 (mon.0) 5699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:23:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:38 smithi145 bash[13673]: audit 2022-04-26T07:23:37.274251+0000 mon.smithi136 (mon.0) 5700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:23:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:38 smithi145 bash[13673]: cephadm 2022-04-26T07:23:37.275397+0000 mgr.smithi136.ofnrfx (mgr.14188) 9233 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:23:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:38 smithi145 bash[13673]: cephadm 2022-04-26T07:23:37.275617+0000 mgr.smithi136.ofnrfx (mgr.14188) 9234 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:23:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:38 smithi136 bash[11745]: cluster 2022-04-26T07:23:36.957934+0000 mgr.smithi136.ofnrfx (mgr.14188) 9230 : cluster [DBG] pgmap v8659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:38 smithi136 bash[11745]: cluster 2022-04-26T07:23:37.259889+0000 mgr.smithi136.ofnrfx (mgr.14188) 9231 : cluster [DBG] pgmap v8660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:38 smithi136 bash[11745]: cluster 2022-04-26T07:23:37.260340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9232 : cluster [DBG] pgmap v8661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:38 smithi136 bash[11745]: audit 2022-04-26T07:23:37.265961+0000 mon.smithi136 (mon.0) 5699 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:23:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:38 smithi136 bash[11745]: audit 2022-04-26T07:23:37.274251+0000 mon.smithi136 (mon.0) 5700 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:23:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:38 smithi136 bash[11745]: cephadm 2022-04-26T07:23:37.275397+0000 mgr.smithi136.ofnrfx (mgr.14188) 9233 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:23:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:38 smithi136 bash[11745]: cephadm 2022-04-26T07:23:37.275617+0000 mgr.smithi136.ofnrfx (mgr.14188) 9234 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:23:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:39 smithi136 bash[11745]: cluster 2022-04-26T07:23:39.261003+0000 mgr.smithi136.ofnrfx (mgr.14188) 9235 : cluster [DBG] pgmap v8662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:39 smithi145 bash[13673]: cluster 2022-04-26T07:23:39.261003+0000 mgr.smithi136.ofnrfx (mgr.14188) 9235 : cluster [DBG] pgmap v8662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:41.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:41.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:41.356 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:41.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:42 smithi145 bash[13673]: cluster 2022-04-26T07:23:41.261679+0000 mgr.smithi136.ofnrfx (mgr.14188) 9236 : cluster [DBG] pgmap v8663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:42.694 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:42 smithi145 bash[13673]: audit 2022-04-26T07:23:41.668258+0000 mon.smithi136 (mon.0) 5701 : audit [DBG] from='client.? 172.21.15.136:0/3603774285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:42 smithi136 bash[11745]: cluster 2022-04-26T07:23:41.261679+0000 mgr.smithi136.ofnrfx (mgr.14188) 9236 : cluster [DBG] pgmap v8663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:42 smithi136 bash[11745]: audit 2022-04-26T07:23:41.668258+0000 mon.smithi136 (mon.0) 5701 : audit [DBG] from='client.? 172.21.15.136:0/3603774285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:44 smithi145 bash[13673]: cluster 2022-04-26T07:23:43.262356+0000 mgr.smithi136.ofnrfx (mgr.14188) 9237 : cluster [DBG] pgmap v8664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:44 smithi136 bash[11745]: cluster 2022-04-26T07:23:43.262356+0000 mgr.smithi136.ofnrfx (mgr.14188) 9237 : cluster [DBG] pgmap v8664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:46 smithi145 bash[13673]: cluster 2022-04-26T07:23:45.262958+0000 mgr.smithi136.ofnrfx (mgr.14188) 9238 : cluster [DBG] pgmap v8665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:46.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:46.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:46.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:46 smithi136 bash[11745]: cluster 2022-04-26T07:23:45.262958+0000 mgr.smithi136.ofnrfx (mgr.14188) 9238 : cluster [DBG] pgmap v8665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:47.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:47 smithi145 bash[13673]: audit 2022-04-26T07:23:46.992444+0000 mon.smithi136 (mon.0) 5702 : audit [DBG] from='client.? 172.21.15.136:0/2703582118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:47 smithi136 bash[11745]: audit 2022-04-26T07:23:46.992444+0000 mon.smithi136 (mon.0) 5702 : audit [DBG] from='client.? 172.21.15.136:0/2703582118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:48 smithi145 bash[13673]: cluster 2022-04-26T07:23:47.263602+0000 mgr.smithi136.ofnrfx (mgr.14188) 9239 : cluster [DBG] pgmap v8666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:48 smithi136 bash[11745]: cluster 2022-04-26T07:23:47.263602+0000 mgr.smithi136.ofnrfx (mgr.14188) 9239 : cluster [DBG] pgmap v8666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:49 smithi145 bash[13673]: cluster 2022-04-26T07:23:49.264268+0000 mgr.smithi136.ofnrfx (mgr.14188) 9240 : cluster [DBG] pgmap v8667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:49 smithi136 bash[11745]: cluster 2022-04-26T07:23:49.264268+0000 mgr.smithi136.ofnrfx (mgr.14188) 9240 : cluster [DBG] pgmap v8667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:52.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:52.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:52.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:52.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:52 smithi145 bash[13673]: cluster 2022-04-26T07:23:51.264923+0000 mgr.smithi136.ofnrfx (mgr.14188) 9241 : cluster [DBG] pgmap v8668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:52 smithi145 bash[13673]: audit 2022-04-26T07:23:52.315316+0000 mon.smithi136 (mon.0) 5703 : audit [DBG] from='client.? 172.21.15.136:0/317521307' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:52 smithi136 bash[11745]: cluster 2022-04-26T07:23:51.264923+0000 mgr.smithi136.ofnrfx (mgr.14188) 9241 : cluster [DBG] pgmap v8668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:52 smithi136 bash[11745]: audit 2022-04-26T07:23:52.315316+0000 mon.smithi136 (mon.0) 5703 : audit [DBG] from='client.? 172.21.15.136:0/317521307' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:54 smithi145 bash[13673]: cluster 2022-04-26T07:23:53.265599+0000 mgr.smithi136.ofnrfx (mgr.14188) 9242 : cluster [DBG] pgmap v8669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:54 smithi136 bash[11745]: cluster 2022-04-26T07:23:53.265599+0000 mgr.smithi136.ofnrfx (mgr.14188) 9242 : cluster [DBG] pgmap v8669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:56 smithi145 bash[13673]: cluster 2022-04-26T07:23:55.266217+0000 mgr.smithi136.ofnrfx (mgr.14188) 9243 : cluster [DBG] pgmap v8670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:56 smithi136 bash[11745]: cluster 2022-04-26T07:23:55.266217+0000 mgr.smithi136.ofnrfx (mgr.14188) 9243 : cluster [DBG] pgmap v8670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:57.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:23:57.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:23:57.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:23:57.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:23:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:58 smithi145 bash[13673]: cluster 2022-04-26T07:23:57.266863+0000 mgr.smithi136.ofnrfx (mgr.14188) 9244 : cluster [DBG] pgmap v8671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:58 smithi145 bash[13673]: audit 2022-04-26T07:23:57.646210+0000 mon.smithi136 (mon.0) 5704 : audit [DBG] from='client.? 172.21.15.136:0/3051862278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:58 smithi136 bash[11745]: cluster 2022-04-26T07:23:57.266863+0000 mgr.smithi136.ofnrfx (mgr.14188) 9244 : cluster [DBG] pgmap v8671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:23:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:58 smithi136 bash[11745]: audit 2022-04-26T07:23:57.646210+0000 mon.smithi136 (mon.0) 5704 : audit [DBG] from='client.? 172.21.15.136:0/3051862278' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:23:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:23:59 smithi145 bash[13673]: cluster 2022-04-26T07:23:59.267557+0000 mgr.smithi136.ofnrfx (mgr.14188) 9245 : cluster [DBG] pgmap v8672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:23:59 smithi136 bash[11745]: cluster 2022-04-26T07:23:59.267557+0000 mgr.smithi136.ofnrfx (mgr.14188) 9245 : cluster [DBG] pgmap v8672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:02 smithi145 bash[13673]: cluster 2022-04-26T07:24:01.268190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9246 : cluster [DBG] pgmap v8673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:02.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:02.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:02.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:02 smithi136 bash[11745]: cluster 2022-04-26T07:24:01.268190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9246 : cluster [DBG] pgmap v8673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:02.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:03 smithi145 bash[13673]: audit 2022-04-26T07:24:02.978784+0000 mon.smithi136 (mon.0) 5705 : audit [DBG] from='client.? 172.21.15.136:0/3478583667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:03 smithi145 bash[13673]: audit 2022-04-26T07:24:03.013043+0000 mon.smithi136 (mon.0) 5706 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:24:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:03 smithi145 bash[13673]: audit 2022-04-26T07:24:03.013961+0000 mon.smithi136 (mon.0) 5707 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:24:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:03 smithi136 bash[11745]: audit 2022-04-26T07:24:02.978784+0000 mon.smithi136 (mon.0) 5705 : audit [DBG] from='client.? 172.21.15.136:0/3478583667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:03 smithi136 bash[11745]: audit 2022-04-26T07:24:03.013043+0000 mon.smithi136 (mon.0) 5706 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:24:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:03 smithi136 bash[11745]: audit 2022-04-26T07:24:03.013961+0000 mon.smithi136 (mon.0) 5707 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:24:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:04 smithi145 bash[13673]: cluster 2022-04-26T07:24:03.268832+0000 mgr.smithi136.ofnrfx (mgr.14188) 9247 : cluster [DBG] pgmap v8674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:04 smithi136 bash[11745]: cluster 2022-04-26T07:24:03.268832+0000 mgr.smithi136.ofnrfx (mgr.14188) 9247 : cluster [DBG] pgmap v8674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:06 smithi145 bash[13673]: cluster 2022-04-26T07:24:05.269472+0000 mgr.smithi136.ofnrfx (mgr.14188) 9248 : cluster [DBG] pgmap v8675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:06 smithi136 bash[11745]: cluster 2022-04-26T07:24:05.269472+0000 mgr.smithi136.ofnrfx (mgr.14188) 9248 : cluster [DBG] pgmap v8675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:07.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:07.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:07.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:08.323 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:08 smithi145 bash[13673]: cluster 2022-04-26T07:24:07.270099+0000 mgr.smithi136.ofnrfx (mgr.14188) 9249 : cluster [DBG] pgmap v8676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:08 smithi145 bash[13673]: audit 2022-04-26T07:24:08.307934+0000 mon.smithi136 (mon.0) 5708 : audit [DBG] from='client.? 172.21.15.136:0/1121940413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:08 smithi136 bash[11745]: cluster 2022-04-26T07:24:07.270099+0000 mgr.smithi136.ofnrfx (mgr.14188) 9249 : cluster [DBG] pgmap v8676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:08 smithi136 bash[11745]: audit 2022-04-26T07:24:08.307934+0000 mon.smithi136 (mon.0) 5708 : audit [DBG] from='client.? 172.21.15.136:0/1121940413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:09 smithi145 bash[13673]: cluster 2022-04-26T07:24:09.270721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9250 : cluster [DBG] pgmap v8677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:09 smithi136 bash[11745]: cluster 2022-04-26T07:24:09.270721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9250 : cluster [DBG] pgmap v8677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:12 smithi145 bash[13673]: cluster 2022-04-26T07:24:11.271371+0000 mgr.smithi136.ofnrfx (mgr.14188) 9251 : cluster [DBG] pgmap v8678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:12 smithi136 bash[11745]: cluster 2022-04-26T07:24:11.271371+0000 mgr.smithi136.ofnrfx (mgr.14188) 9251 : cluster [DBG] pgmap v8678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:13.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:13.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:13.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:13.652 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:14 smithi145 bash[13673]: cluster 2022-04-26T07:24:13.271964+0000 mgr.smithi136.ofnrfx (mgr.14188) 9252 : cluster [DBG] pgmap v8679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:14 smithi145 bash[13673]: audit 2022-04-26T07:24:13.636990+0000 mon.smithi136 (mon.0) 5709 : audit [DBG] from='client.? 172.21.15.136:0/3020551827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:14 smithi136 bash[11745]: cluster 2022-04-26T07:24:13.271964+0000 mgr.smithi136.ofnrfx (mgr.14188) 9252 : cluster [DBG] pgmap v8679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:14 smithi136 bash[11745]: audit 2022-04-26T07:24:13.636990+0000 mon.smithi136 (mon.0) 5709 : audit [DBG] from='client.? 172.21.15.136:0/3020551827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:16 smithi145 bash[13673]: cluster 2022-04-26T07:24:15.272552+0000 mgr.smithi136.ofnrfx (mgr.14188) 9253 : cluster [DBG] pgmap v8680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:16 smithi136 bash[11745]: cluster 2022-04-26T07:24:15.272552+0000 mgr.smithi136.ofnrfx (mgr.14188) 9253 : cluster [DBG] pgmap v8680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:18 smithi145 bash[13673]: cluster 2022-04-26T07:24:17.273203+0000 mgr.smithi136.ofnrfx (mgr.14188) 9254 : cluster [DBG] pgmap v8681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:18.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:18.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:18.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:18 smithi136 bash[11745]: cluster 2022-04-26T07:24:17.273203+0000 mgr.smithi136.ofnrfx (mgr.14188) 9254 : cluster [DBG] pgmap v8681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:18.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:19 smithi145 bash[13673]: audit 2022-04-26T07:24:18.964092+0000 mon.smithi136 (mon.0) 5710 : audit [DBG] from='client.? 172.21.15.136:0/3453923612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:19 smithi145 bash[13673]: cluster 2022-04-26T07:24:19.273883+0000 mgr.smithi136.ofnrfx (mgr.14188) 9255 : cluster [DBG] pgmap v8682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:19 smithi136 bash[11745]: audit 2022-04-26T07:24:18.964092+0000 mon.smithi136 (mon.0) 5710 : audit [DBG] from='client.? 172.21.15.136:0/3453923612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:19 smithi136 bash[11745]: cluster 2022-04-26T07:24:19.273883+0000 mgr.smithi136.ofnrfx (mgr.14188) 9255 : cluster [DBG] pgmap v8682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:22 smithi145 bash[13673]: cluster 2022-04-26T07:24:21.274543+0000 mgr.smithi136.ofnrfx (mgr.14188) 9256 : cluster [DBG] pgmap v8683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:22 smithi136 bash[11745]: cluster 2022-04-26T07:24:21.274543+0000 mgr.smithi136.ofnrfx (mgr.14188) 9256 : cluster [DBG] pgmap v8683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:23.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:23.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:23.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:24.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:24 smithi145 bash[13673]: cluster 2022-04-26T07:24:23.275171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9257 : cluster [DBG] pgmap v8684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:24 smithi145 bash[13673]: audit 2022-04-26T07:24:24.295506+0000 mon.smithi136 (mon.0) 5711 : audit [DBG] from='client.? 172.21.15.136:0/4089940135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:24 smithi136 bash[11745]: cluster 2022-04-26T07:24:23.275171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9257 : cluster [DBG] pgmap v8684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:24 smithi136 bash[11745]: audit 2022-04-26T07:24:24.295506+0000 mon.smithi136 (mon.0) 5711 : audit [DBG] from='client.? 172.21.15.136:0/4089940135' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:26 smithi145 bash[13673]: cluster 2022-04-26T07:24:25.275779+0000 mgr.smithi136.ofnrfx (mgr.14188) 9258 : cluster [DBG] pgmap v8685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:26 smithi136 bash[11745]: cluster 2022-04-26T07:24:25.275779+0000 mgr.smithi136.ofnrfx (mgr.14188) 9258 : cluster [DBG] pgmap v8685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:28 smithi145 bash[13673]: cluster 2022-04-26T07:24:27.276413+0000 mgr.smithi136.ofnrfx (mgr.14188) 9259 : cluster [DBG] pgmap v8686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:28 smithi136 bash[11745]: cluster 2022-04-26T07:24:27.276413+0000 mgr.smithi136.ofnrfx (mgr.14188) 9259 : cluster [DBG] pgmap v8686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:29.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:29.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:29.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:29.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:29 smithi145 bash[13673]: cluster 2022-04-26T07:24:29.277030+0000 mgr.smithi136.ofnrfx (mgr.14188) 9260 : cluster [DBG] pgmap v8687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:29 smithi136 bash[11745]: cluster 2022-04-26T07:24:29.277030+0000 mgr.smithi136.ofnrfx (mgr.14188) 9260 : cluster [DBG] pgmap v8687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:30 smithi136 bash[11745]: audit 2022-04-26T07:24:29.625889+0000 mon.smithi136 (mon.0) 5712 : audit [DBG] from='client.? 172.21.15.136:0/3360201117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:30 smithi145 bash[13673]: audit 2022-04-26T07:24:29.625889+0000 mon.smithi136 (mon.0) 5712 : audit [DBG] from='client.? 172.21.15.136:0/3360201117' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:31 smithi145 bash[13673]: cluster 2022-04-26T07:24:31.277644+0000 mgr.smithi136.ofnrfx (mgr.14188) 9261 : cluster [DBG] pgmap v8688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:31 smithi136 bash[11745]: cluster 2022-04-26T07:24:31.277644+0000 mgr.smithi136.ofnrfx (mgr.14188) 9261 : cluster [DBG] pgmap v8688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:34.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:34 smithi145 bash[13673]: cluster 2022-04-26T07:24:33.278284+0000 mgr.smithi136.ofnrfx (mgr.14188) 9262 : cluster [DBG] pgmap v8689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:34 smithi136 bash[11745]: cluster 2022-04-26T07:24:33.278284+0000 mgr.smithi136.ofnrfx (mgr.14188) 9262 : cluster [DBG] pgmap v8689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:34.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:35 smithi145 bash[13673]: audit 2022-04-26T07:24:34.953178+0000 mon.smithi136 (mon.0) 5713 : audit [DBG] from='client.? 172.21.15.136:0/4017089814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:35 smithi136 bash[11745]: audit 2022-04-26T07:24:34.953178+0000 mon.smithi136 (mon.0) 5713 : audit [DBG] from='client.? 172.21.15.136:0/4017089814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:36 smithi145 bash[13673]: cluster 2022-04-26T07:24:35.278908+0000 mgr.smithi136.ofnrfx (mgr.14188) 9263 : cluster [DBG] pgmap v8690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:36 smithi136 bash[11745]: cluster 2022-04-26T07:24:35.278908+0000 mgr.smithi136.ofnrfx (mgr.14188) 9263 : cluster [DBG] pgmap v8690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:37 smithi145 bash[13673]: audit 2022-04-26T07:24:37.284281+0000 mon.smithi136 (mon.0) 5714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:24:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:37 smithi145 bash[13673]: audit 2022-04-26T07:24:37.287117+0000 mon.smithi136 (mon.0) 5715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:24:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:37 smithi145 bash[13673]: audit 2022-04-26T07:24:37.289078+0000 mon.smithi136 (mon.0) 5716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:24:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:37 smithi136 bash[11745]: audit 2022-04-26T07:24:37.284281+0000 mon.smithi136 (mon.0) 5714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:24:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:37 smithi136 bash[11745]: audit 2022-04-26T07:24:37.287117+0000 mon.smithi136 (mon.0) 5715 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:24:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:37 smithi136 bash[11745]: audit 2022-04-26T07:24:37.289078+0000 mon.smithi136 (mon.0) 5716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:24:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:38 smithi145 bash[13673]: cluster 2022-04-26T07:24:37.279653+0000 mgr.smithi136.ofnrfx (mgr.14188) 9264 : cluster [DBG] pgmap v8691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:38 smithi145 bash[13673]: cluster 2022-04-26T07:24:37.593480+0000 mgr.smithi136.ofnrfx (mgr.14188) 9265 : cluster [DBG] pgmap v8692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:38 smithi145 bash[13673]: cluster 2022-04-26T07:24:37.593903+0000 mgr.smithi136.ofnrfx (mgr.14188) 9266 : cluster [DBG] pgmap v8693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:38 smithi145 bash[13673]: audit 2022-04-26T07:24:37.598727+0000 mon.smithi136 (mon.0) 5717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:24:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:38 smithi145 bash[13673]: audit 2022-04-26T07:24:37.604564+0000 mon.smithi136 (mon.0) 5718 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:24:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:38 smithi145 bash[13673]: cephadm 2022-04-26T07:24:37.605665+0000 mgr.smithi136.ofnrfx (mgr.14188) 9267 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:24:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:38 smithi145 bash[13673]: cephadm 2022-04-26T07:24:37.605821+0000 mgr.smithi136.ofnrfx (mgr.14188) 9268 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:24:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:38 smithi136 bash[11745]: cluster 2022-04-26T07:24:37.279653+0000 mgr.smithi136.ofnrfx (mgr.14188) 9264 : cluster [DBG] pgmap v8691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:38 smithi136 bash[11745]: cluster 2022-04-26T07:24:37.593480+0000 mgr.smithi136.ofnrfx (mgr.14188) 9265 : cluster [DBG] pgmap v8692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:38 smithi136 bash[11745]: cluster 2022-04-26T07:24:37.593903+0000 mgr.smithi136.ofnrfx (mgr.14188) 9266 : cluster [DBG] pgmap v8693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:38 smithi136 bash[11745]: audit 2022-04-26T07:24:37.598727+0000 mon.smithi136 (mon.0) 5717 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:24:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:38 smithi136 bash[11745]: audit 2022-04-26T07:24:37.604564+0000 mon.smithi136 (mon.0) 5718 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:24:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:38 smithi136 bash[11745]: cephadm 2022-04-26T07:24:37.605665+0000 mgr.smithi136.ofnrfx (mgr.14188) 9267 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:24:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:38 smithi136 bash[11745]: cephadm 2022-04-26T07:24:37.605821+0000 mgr.smithi136.ofnrfx (mgr.14188) 9268 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:24:39.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:39.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:39.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:40.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:40 smithi136 bash[11745]: cluster 2022-04-26T07:24:39.594533+0000 mgr.smithi136.ofnrfx (mgr.14188) 9269 : cluster [DBG] pgmap v8694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:40 smithi136 bash[11745]: audit 2022-04-26T07:24:40.279968+0000 mon.smithi136 (mon.0) 5719 : audit [DBG] from='client.? 172.21.15.136:0/1627740757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:40 smithi145 bash[13673]: cluster 2022-04-26T07:24:39.594533+0000 mgr.smithi136.ofnrfx (mgr.14188) 9269 : cluster [DBG] pgmap v8694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:40 smithi145 bash[13673]: audit 2022-04-26T07:24:40.279968+0000 mon.smithi136 (mon.0) 5719 : audit [DBG] from='client.? 172.21.15.136:0/1627740757' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:42 smithi136 bash[11745]: cluster 2022-04-26T07:24:41.595163+0000 mgr.smithi136.ofnrfx (mgr.14188) 9270 : cluster [DBG] pgmap v8695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:42 smithi145 bash[13673]: cluster 2022-04-26T07:24:41.595163+0000 mgr.smithi136.ofnrfx (mgr.14188) 9270 : cluster [DBG] pgmap v8695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:44 smithi145 bash[13673]: cluster 2022-04-26T07:24:43.595783+0000 mgr.smithi136.ofnrfx (mgr.14188) 9271 : cluster [DBG] pgmap v8696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:44 smithi136 bash[11745]: cluster 2022-04-26T07:24:43.595783+0000 mgr.smithi136.ofnrfx (mgr.14188) 9271 : cluster [DBG] pgmap v8696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:45.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:45.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:45.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:45.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:45 smithi136 bash[11745]: audit 2022-04-26T07:24:45.603842+0000 mon.smithi136 (mon.0) 5720 : audit [DBG] from='client.? 172.21.15.136:0/2132295320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:45 smithi145 bash[13673]: audit 2022-04-26T07:24:45.603842+0000 mon.smithi136 (mon.0) 5720 : audit [DBG] from='client.? 172.21.15.136:0/2132295320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:46 smithi136 bash[11745]: cluster 2022-04-26T07:24:45.596383+0000 mgr.smithi136.ofnrfx (mgr.14188) 9272 : cluster [DBG] pgmap v8697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:46 smithi145 bash[13673]: cluster 2022-04-26T07:24:45.596383+0000 mgr.smithi136.ofnrfx (mgr.14188) 9272 : cluster [DBG] pgmap v8697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:48 smithi136 bash[11745]: cluster 2022-04-26T07:24:47.596999+0000 mgr.smithi136.ofnrfx (mgr.14188) 9273 : cluster [DBG] pgmap v8698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:48 smithi145 bash[13673]: cluster 2022-04-26T07:24:47.596999+0000 mgr.smithi136.ofnrfx (mgr.14188) 9273 : cluster [DBG] pgmap v8698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:50.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:50.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:50.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:50 smithi136 bash[11745]: cluster 2022-04-26T07:24:49.597583+0000 mgr.smithi136.ofnrfx (mgr.14188) 9274 : cluster [DBG] pgmap v8699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:50.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:50 smithi145 bash[13673]: cluster 2022-04-26T07:24:49.597583+0000 mgr.smithi136.ofnrfx (mgr.14188) 9274 : cluster [DBG] pgmap v8699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:51 smithi136 bash[11745]: audit 2022-04-26T07:24:50.937352+0000 mon.smithi136 (mon.0) 5721 : audit [DBG] from='client.? 172.21.15.136:0/187605412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:51 smithi145 bash[13673]: audit 2022-04-26T07:24:50.937352+0000 mon.smithi136 (mon.0) 5721 : audit [DBG] from='client.? 172.21.15.136:0/187605412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:52 smithi136 bash[11745]: cluster 2022-04-26T07:24:51.598223+0000 mgr.smithi136.ofnrfx (mgr.14188) 9275 : cluster [DBG] pgmap v8700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:52 smithi145 bash[13673]: cluster 2022-04-26T07:24:51.598223+0000 mgr.smithi136.ofnrfx (mgr.14188) 9275 : cluster [DBG] pgmap v8700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:54 smithi145 bash[13673]: cluster 2022-04-26T07:24:53.598822+0000 mgr.smithi136.ofnrfx (mgr.14188) 9276 : cluster [DBG] pgmap v8701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:54 smithi136 bash[11745]: cluster 2022-04-26T07:24:53.598822+0000 mgr.smithi136.ofnrfx (mgr.14188) 9276 : cluster [DBG] pgmap v8701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:55.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:24:55.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:24:55.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:24:56.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:24:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:56 smithi136 bash[11745]: cluster 2022-04-26T07:24:55.599437+0000 mgr.smithi136.ofnrfx (mgr.14188) 9277 : cluster [DBG] pgmap v8702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:56 smithi136 bash[11745]: audit 2022-04-26T07:24:56.268117+0000 mon.smithi136 (mon.0) 5722 : audit [DBG] from='client.? 172.21.15.136:0/1508299866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:56 smithi145 bash[13673]: cluster 2022-04-26T07:24:55.599437+0000 mgr.smithi136.ofnrfx (mgr.14188) 9277 : cluster [DBG] pgmap v8702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:56 smithi145 bash[13673]: audit 2022-04-26T07:24:56.268117+0000 mon.smithi136 (mon.0) 5722 : audit [DBG] from='client.? 172.21.15.136:0/1508299866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:24:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:24:58 smithi136 bash[11745]: cluster 2022-04-26T07:24:57.600084+0000 mgr.smithi136.ofnrfx (mgr.14188) 9278 : cluster [DBG] pgmap v8703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:24:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:24:58 smithi145 bash[13673]: cluster 2022-04-26T07:24:57.600084+0000 mgr.smithi136.ofnrfx (mgr.14188) 9278 : cluster [DBG] pgmap v8703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:00 smithi136 bash[11745]: cluster 2022-04-26T07:24:59.600632+0000 mgr.smithi136.ofnrfx (mgr.14188) 9279 : cluster [DBG] pgmap v8704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:00 smithi145 bash[13673]: cluster 2022-04-26T07:24:59.600632+0000 mgr.smithi136.ofnrfx (mgr.14188) 9279 : cluster [DBG] pgmap v8704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:01.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:01.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:01.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:01.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:01 smithi145 bash[13673]: audit 2022-04-26T07:25:01.596871+0000 mon.smithi136 (mon.0) 5723 : audit [DBG] from='client.? 172.21.15.136:0/287953145' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:01 smithi136 bash[11745]: audit 2022-04-26T07:25:01.596871+0000 mon.smithi136 (mon.0) 5723 : audit [DBG] from='client.? 172.21.15.136:0/287953145' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:02 smithi136 bash[11745]: cluster 2022-04-26T07:25:01.601249+0000 mgr.smithi136.ofnrfx (mgr.14188) 9280 : cluster [DBG] pgmap v8705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:02 smithi145 bash[13673]: cluster 2022-04-26T07:25:01.601249+0000 mgr.smithi136.ofnrfx (mgr.14188) 9280 : cluster [DBG] pgmap v8705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:03 smithi136 bash[11745]: audit 2022-04-26T07:25:03.017046+0000 mon.smithi136 (mon.0) 5724 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:25:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:03 smithi136 bash[11745]: audit 2022-04-26T07:25:03.020653+0000 mon.smithi136 (mon.0) 5725 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:25:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:03 smithi145 bash[13673]: audit 2022-04-26T07:25:03.017046+0000 mon.smithi136 (mon.0) 5724 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:25:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:03 smithi145 bash[13673]: audit 2022-04-26T07:25:03.020653+0000 mon.smithi136 (mon.0) 5725 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:25:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:04 smithi136 bash[11745]: cluster 2022-04-26T07:25:03.601835+0000 mgr.smithi136.ofnrfx (mgr.14188) 9281 : cluster [DBG] pgmap v8706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:04 smithi145 bash[13673]: cluster 2022-04-26T07:25:03.601835+0000 mgr.smithi136.ofnrfx (mgr.14188) 9281 : cluster [DBG] pgmap v8706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:06.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:06.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:06.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:06.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:06 smithi136 bash[11745]: cluster 2022-04-26T07:25:05.602474+0000 mgr.smithi136.ofnrfx (mgr.14188) 9282 : cluster [DBG] pgmap v8707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:06 smithi145 bash[13673]: cluster 2022-04-26T07:25:05.602474+0000 mgr.smithi136.ofnrfx (mgr.14188) 9282 : cluster [DBG] pgmap v8707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:07 smithi136 bash[11745]: audit 2022-04-26T07:25:06.929228+0000 mon.smithi136 (mon.0) 5726 : audit [DBG] from='client.? 172.21.15.136:0/3940421567' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:07 smithi145 bash[13673]: audit 2022-04-26T07:25:06.929228+0000 mon.smithi136 (mon.0) 5726 : audit [DBG] from='client.? 172.21.15.136:0/3940421567' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:08 smithi136 bash[11745]: cluster 2022-04-26T07:25:07.603190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9283 : cluster [DBG] pgmap v8708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:08 smithi145 bash[13673]: cluster 2022-04-26T07:25:07.603190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9283 : cluster [DBG] pgmap v8708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:10 smithi136 bash[11745]: cluster 2022-04-26T07:25:09.603880+0000 mgr.smithi136.ofnrfx (mgr.14188) 9284 : cluster [DBG] pgmap v8709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:10 smithi145 bash[13673]: cluster 2022-04-26T07:25:09.603880+0000 mgr.smithi136.ofnrfx (mgr.14188) 9284 : cluster [DBG] pgmap v8709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:11.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:11.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:11.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:12.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:12 smithi136 bash[11745]: cluster 2022-04-26T07:25:11.604581+0000 mgr.smithi136.ofnrfx (mgr.14188) 9285 : cluster [DBG] pgmap v8710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:12 smithi136 bash[11745]: audit 2022-04-26T07:25:12.260530+0000 mon.smithi136 (mon.0) 5727 : audit [DBG] from='client.? 172.21.15.136:0/1309678794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:12 smithi145 bash[13673]: cluster 2022-04-26T07:25:11.604581+0000 mgr.smithi136.ofnrfx (mgr.14188) 9285 : cluster [DBG] pgmap v8710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:12 smithi145 bash[13673]: audit 2022-04-26T07:25:12.260530+0000 mon.smithi136 (mon.0) 5727 : audit [DBG] from='client.? 172.21.15.136:0/1309678794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:14 smithi145 bash[13673]: cluster 2022-04-26T07:25:13.605252+0000 mgr.smithi136.ofnrfx (mgr.14188) 9286 : cluster [DBG] pgmap v8711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:14 smithi136 bash[11745]: cluster 2022-04-26T07:25:13.605252+0000 mgr.smithi136.ofnrfx (mgr.14188) 9286 : cluster [DBG] pgmap v8711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:16 smithi136 bash[11745]: cluster 2022-04-26T07:25:15.605882+0000 mgr.smithi136.ofnrfx (mgr.14188) 9287 : cluster [DBG] pgmap v8712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:16 smithi145 bash[13673]: cluster 2022-04-26T07:25:15.605882+0000 mgr.smithi136.ofnrfx (mgr.14188) 9287 : cluster [DBG] pgmap v8712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:17.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:17.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:17.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:17.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:17 smithi136 bash[11745]: audit 2022-04-26T07:25:17.598617+0000 mon.smithi145 (mon.1) 25 : audit [DBG] from='client.? 172.21.15.136:0/2197243866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:17 smithi145 bash[13673]: audit 2022-04-26T07:25:17.598617+0000 mon.smithi145 (mon.1) 25 : audit [DBG] from='client.? 172.21.15.136:0/2197243866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:18 smithi136 bash[11745]: cluster 2022-04-26T07:25:17.606386+0000 mgr.smithi136.ofnrfx (mgr.14188) 9288 : cluster [DBG] pgmap v8713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:18 smithi145 bash[13673]: cluster 2022-04-26T07:25:17.606386+0000 mgr.smithi136.ofnrfx (mgr.14188) 9288 : cluster [DBG] pgmap v8713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:20 smithi136 bash[11745]: cluster 2022-04-26T07:25:19.606895+0000 mgr.smithi136.ofnrfx (mgr.14188) 9289 : cluster [DBG] pgmap v8714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:20 smithi145 bash[13673]: cluster 2022-04-26T07:25:19.606895+0000 mgr.smithi136.ofnrfx (mgr.14188) 9289 : cluster [DBG] pgmap v8714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:22.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:22.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:22.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:22.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:22 smithi136 bash[11745]: cluster 2022-04-26T07:25:21.607539+0000 mgr.smithi136.ofnrfx (mgr.14188) 9290 : cluster [DBG] pgmap v8715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:22 smithi145 bash[13673]: cluster 2022-04-26T07:25:21.607539+0000 mgr.smithi136.ofnrfx (mgr.14188) 9290 : cluster [DBG] pgmap v8715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:23 smithi136 bash[11745]: audit 2022-04-26T07:25:22.931220+0000 mon.smithi136 (mon.0) 5728 : audit [DBG] from='client.? 172.21.15.136:0/2494151334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:24.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:23 smithi145 bash[13673]: audit 2022-04-26T07:25:22.931220+0000 mon.smithi136 (mon.0) 5728 : audit [DBG] from='client.? 172.21.15.136:0/2494151334' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:24 smithi136 bash[11745]: cluster 2022-04-26T07:25:23.608137+0000 mgr.smithi136.ofnrfx (mgr.14188) 9291 : cluster [DBG] pgmap v8716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:24 smithi145 bash[13673]: cluster 2022-04-26T07:25:23.608137+0000 mgr.smithi136.ofnrfx (mgr.14188) 9291 : cluster [DBG] pgmap v8716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:26 smithi136 bash[11745]: cluster 2022-04-26T07:25:25.608733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9292 : cluster [DBG] pgmap v8717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:26 smithi145 bash[13673]: cluster 2022-04-26T07:25:25.608733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9292 : cluster [DBG] pgmap v8717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:27.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:27.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:27.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:28.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:28 smithi136 bash[11745]: cluster 2022-04-26T07:25:27.609354+0000 mgr.smithi136.ofnrfx (mgr.14188) 9293 : cluster [DBG] pgmap v8718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:28 smithi136 bash[11745]: audit 2022-04-26T07:25:28.260804+0000 mon.smithi136 (mon.0) 5729 : audit [DBG] from='client.? 172.21.15.136:0/2453658778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:28 smithi145 bash[13673]: cluster 2022-04-26T07:25:27.609354+0000 mgr.smithi136.ofnrfx (mgr.14188) 9293 : cluster [DBG] pgmap v8718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:28 smithi145 bash[13673]: audit 2022-04-26T07:25:28.260804+0000 mon.smithi136 (mon.0) 5729 : audit [DBG] from='client.? 172.21.15.136:0/2453658778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:30 smithi136 bash[11745]: cluster 2022-04-26T07:25:29.609910+0000 mgr.smithi136.ofnrfx (mgr.14188) 9294 : cluster [DBG] pgmap v8719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:30 smithi145 bash[13673]: cluster 2022-04-26T07:25:29.609910+0000 mgr.smithi136.ofnrfx (mgr.14188) 9294 : cluster [DBG] pgmap v8719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:32 smithi136 bash[11745]: cluster 2022-04-26T07:25:31.610524+0000 mgr.smithi136.ofnrfx (mgr.14188) 9295 : cluster [DBG] pgmap v8720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:32 smithi145 bash[13673]: cluster 2022-04-26T07:25:31.610524+0000 mgr.smithi136.ofnrfx (mgr.14188) 9295 : cluster [DBG] pgmap v8720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:33.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:33.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:33.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:33.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:34 smithi145 bash[13673]: audit 2022-04-26T07:25:33.589847+0000 mon.smithi136 (mon.0) 5730 : audit [DBG] from='client.? 172.21.15.136:0/1516422194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:34 smithi145 bash[13673]: cluster 2022-04-26T07:25:33.611171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9296 : cluster [DBG] pgmap v8721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:34 smithi136 bash[11745]: audit 2022-04-26T07:25:33.589847+0000 mon.smithi136 (mon.0) 5730 : audit [DBG] from='client.? 172.21.15.136:0/1516422194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:35.088 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:34 smithi136 bash[11745]: cluster 2022-04-26T07:25:33.611171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9296 : cluster [DBG] pgmap v8721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:36 smithi136 bash[11745]: cluster 2022-04-26T07:25:35.611800+0000 mgr.smithi136.ofnrfx (mgr.14188) 9297 : cluster [DBG] pgmap v8722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:37.159 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:36 smithi145 bash[13673]: cluster 2022-04-26T07:25:35.611800+0000 mgr.smithi136.ofnrfx (mgr.14188) 9297 : cluster [DBG] pgmap v8722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:37 smithi136 bash[11745]: audit 2022-04-26T07:25:37.614929+0000 mon.smithi136 (mon.0) 5731 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:25:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:37 smithi136 bash[11745]: audit 2022-04-26T07:25:37.617701+0000 mon.smithi136 (mon.0) 5732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:25:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:37 smithi136 bash[11745]: audit 2022-04-26T07:25:37.619533+0000 mon.smithi136 (mon.0) 5733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:25:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:37 smithi145 bash[13673]: audit 2022-04-26T07:25:37.614929+0000 mon.smithi136 (mon.0) 5731 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:25:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:37 smithi145 bash[13673]: audit 2022-04-26T07:25:37.617701+0000 mon.smithi136 (mon.0) 5732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:25:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:37 smithi145 bash[13673]: audit 2022-04-26T07:25:37.619533+0000 mon.smithi136 (mon.0) 5733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:25:38.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:38.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:38.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:38.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: cluster 2022-04-26T07:25:37.612420+0000 mgr.smithi136.ofnrfx (mgr.14188) 9298 : cluster [DBG] pgmap v8723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:39.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: cluster 2022-04-26T07:25:37.914809+0000 mgr.smithi136.ofnrfx (mgr.14188) 9299 : cluster [DBG] pgmap v8724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:39.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: cluster 2022-04-26T07:25:37.915202+0000 mgr.smithi136.ofnrfx (mgr.14188) 9300 : cluster [DBG] pgmap v8725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:39.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: audit 2022-04-26T07:25:37.921745+0000 mon.smithi136 (mon.0) 5734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:25:39.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: audit 2022-04-26T07:25:37.928761+0000 mon.smithi136 (mon.0) 5735 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:25:39.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: cephadm 2022-04-26T07:25:37.929996+0000 mgr.smithi136.ofnrfx (mgr.14188) 9301 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:25:39.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: cephadm 2022-04-26T07:25:37.930155+0000 mgr.smithi136.ofnrfx (mgr.14188) 9302 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:25:39.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:38 smithi136 bash[11745]: audit 2022-04-26T07:25:38.917767+0000 mon.smithi136 (mon.0) 5736 : audit [DBG] from='client.? 172.21.15.136:0/350309130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: cluster 2022-04-26T07:25:37.612420+0000 mgr.smithi136.ofnrfx (mgr.14188) 9298 : cluster [DBG] pgmap v8723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: cluster 2022-04-26T07:25:37.914809+0000 mgr.smithi136.ofnrfx (mgr.14188) 9299 : cluster [DBG] pgmap v8724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: cluster 2022-04-26T07:25:37.915202+0000 mgr.smithi136.ofnrfx (mgr.14188) 9300 : cluster [DBG] pgmap v8725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: audit 2022-04-26T07:25:37.921745+0000 mon.smithi136 (mon.0) 5734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:25:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: audit 2022-04-26T07:25:37.928761+0000 mon.smithi136 (mon.0) 5735 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:25:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: cephadm 2022-04-26T07:25:37.929996+0000 mgr.smithi136.ofnrfx (mgr.14188) 9301 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:25:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: cephadm 2022-04-26T07:25:37.930155+0000 mgr.smithi136.ofnrfx (mgr.14188) 9302 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:25:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:38 smithi145 bash[13673]: audit 2022-04-26T07:25:38.917767+0000 mon.smithi136 (mon.0) 5736 : audit [DBG] from='client.? 172.21.15.136:0/350309130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:40 smithi136 bash[11745]: cluster 2022-04-26T07:25:39.915800+0000 mgr.smithi136.ofnrfx (mgr.14188) 9303 : cluster [DBG] pgmap v8726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:40 smithi145 bash[13673]: cluster 2022-04-26T07:25:39.915800+0000 mgr.smithi136.ofnrfx (mgr.14188) 9303 : cluster [DBG] pgmap v8726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:42 smithi136 bash[11745]: cluster 2022-04-26T07:25:41.916432+0000 mgr.smithi136.ofnrfx (mgr.14188) 9304 : cluster [DBG] pgmap v8727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:42 smithi145 bash[13673]: cluster 2022-04-26T07:25:41.916432+0000 mgr.smithi136.ofnrfx (mgr.14188) 9304 : cluster [DBG] pgmap v8727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:43.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:43.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:43.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:44.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:44 smithi145 bash[13673]: cluster 2022-04-26T07:25:43.917046+0000 mgr.smithi136.ofnrfx (mgr.14188) 9305 : cluster [DBG] pgmap v8728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:44 smithi145 bash[13673]: audit 2022-04-26T07:25:44.248119+0000 mon.smithi136 (mon.0) 5737 : audit [DBG] from='client.? 172.21.15.136:0/1989353924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:44 smithi136 bash[11745]: cluster 2022-04-26T07:25:43.917046+0000 mgr.smithi136.ofnrfx (mgr.14188) 9305 : cluster [DBG] pgmap v8728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:44 smithi136 bash[11745]: audit 2022-04-26T07:25:44.248119+0000 mon.smithi136 (mon.0) 5737 : audit [DBG] from='client.? 172.21.15.136:0/1989353924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:46 smithi136 bash[11745]: cluster 2022-04-26T07:25:45.917752+0000 mgr.smithi136.ofnrfx (mgr.14188) 9306 : cluster [DBG] pgmap v8729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:46 smithi145 bash[13673]: cluster 2022-04-26T07:25:45.917752+0000 mgr.smithi136.ofnrfx (mgr.14188) 9306 : cluster [DBG] pgmap v8729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:49.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:49.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:49.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:48 smithi136 bash[11745]: cluster 2022-04-26T07:25:47.918405+0000 mgr.smithi136.ofnrfx (mgr.14188) 9307 : cluster [DBG] pgmap v8730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:48 smithi145 bash[13673]: cluster 2022-04-26T07:25:47.918405+0000 mgr.smithi136.ofnrfx (mgr.14188) 9307 : cluster [DBG] pgmap v8730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:49.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:49 smithi136 bash[11745]: audit 2022-04-26T07:25:49.577875+0000 mon.smithi136 (mon.0) 5738 : audit [DBG] from='client.? 172.21.15.136:0/79375514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:49 smithi145 bash[13673]: audit 2022-04-26T07:25:49.577875+0000 mon.smithi136 (mon.0) 5738 : audit [DBG] from='client.? 172.21.15.136:0/79375514' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:50 smithi136 bash[11745]: cluster 2022-04-26T07:25:49.918975+0000 mgr.smithi136.ofnrfx (mgr.14188) 9308 : cluster [DBG] pgmap v8731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:50 smithi145 bash[13673]: cluster 2022-04-26T07:25:49.918975+0000 mgr.smithi136.ofnrfx (mgr.14188) 9308 : cluster [DBG] pgmap v8731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:52 smithi136 bash[11745]: cluster 2022-04-26T07:25:51.919702+0000 mgr.smithi136.ofnrfx (mgr.14188) 9309 : cluster [DBG] pgmap v8732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:52 smithi145 bash[13673]: cluster 2022-04-26T07:25:51.919702+0000 mgr.smithi136.ofnrfx (mgr.14188) 9309 : cluster [DBG] pgmap v8732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:54.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:54.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:54.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:25:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:54 smithi145 bash[13673]: cluster 2022-04-26T07:25:53.920277+0000 mgr.smithi136.ofnrfx (mgr.14188) 9310 : cluster [DBG] pgmap v8733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:54.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:25:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:54 smithi136 bash[11745]: cluster 2022-04-26T07:25:53.920277+0000 mgr.smithi136.ofnrfx (mgr.14188) 9310 : cluster [DBG] pgmap v8733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:55 smithi145 bash[13673]: audit 2022-04-26T07:25:54.910565+0000 mon.smithi136 (mon.0) 5739 : audit [DBG] from='client.? 172.21.15.136:0/2228086113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:55 smithi136 bash[11745]: audit 2022-04-26T07:25:54.910565+0000 mon.smithi136 (mon.0) 5739 : audit [DBG] from='client.? 172.21.15.136:0/2228086113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:25:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:56 smithi145 bash[13673]: cluster 2022-04-26T07:25:55.920889+0000 mgr.smithi136.ofnrfx (mgr.14188) 9311 : cluster [DBG] pgmap v8734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:56 smithi136 bash[11745]: cluster 2022-04-26T07:25:55.920889+0000 mgr.smithi136.ofnrfx (mgr.14188) 9311 : cluster [DBG] pgmap v8734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:25:58 smithi136 bash[11745]: cluster 2022-04-26T07:25:57.921490+0000 mgr.smithi136.ofnrfx (mgr.14188) 9312 : cluster [DBG] pgmap v8735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:25:58 smithi145 bash[13673]: cluster 2022-04-26T07:25:57.921490+0000 mgr.smithi136.ofnrfx (mgr.14188) 9312 : cluster [DBG] pgmap v8735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:25:59.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:25:59.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:25:59.930 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:00.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:00 smithi136 bash[11745]: cluster 2022-04-26T07:25:59.922091+0000 mgr.smithi136.ofnrfx (mgr.14188) 9313 : cluster [DBG] pgmap v8736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:00 smithi136 bash[11745]: audit 2022-04-26T07:26:00.240651+0000 mon.smithi136 (mon.0) 5740 : audit [DBG] from='client.? 172.21.15.136:0/986884590' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:00 smithi145 bash[13673]: cluster 2022-04-26T07:25:59.922091+0000 mgr.smithi136.ofnrfx (mgr.14188) 9313 : cluster [DBG] pgmap v8736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:00 smithi145 bash[13673]: audit 2022-04-26T07:26:00.240651+0000 mon.smithi136 (mon.0) 5740 : audit [DBG] from='client.? 172.21.15.136:0/986884590' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:02 smithi136 bash[11745]: cluster 2022-04-26T07:26:01.922703+0000 mgr.smithi136.ofnrfx (mgr.14188) 9314 : cluster [DBG] pgmap v8737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:02 smithi145 bash[13673]: cluster 2022-04-26T07:26:01.922703+0000 mgr.smithi136.ofnrfx (mgr.14188) 9314 : cluster [DBG] pgmap v8737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:03 smithi136 bash[11745]: audit 2022-04-26T07:26:03.021344+0000 mon.smithi136 (mon.0) 5741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:26:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:03 smithi136 bash[11745]: audit 2022-04-26T07:26:03.025168+0000 mon.smithi136 (mon.0) 5742 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:26:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:03 smithi145 bash[13673]: audit 2022-04-26T07:26:03.021344+0000 mon.smithi136 (mon.0) 5741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:26:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:03 smithi145 bash[13673]: audit 2022-04-26T07:26:03.025168+0000 mon.smithi136 (mon.0) 5742 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:26:05.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:05.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:05.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:04 smithi136 bash[11745]: cluster 2022-04-26T07:26:03.923293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9315 : cluster [DBG] pgmap v8738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:04 smithi145 bash[13673]: cluster 2022-04-26T07:26:03.923293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9315 : cluster [DBG] pgmap v8738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:05.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:05 smithi136 bash[11745]: audit 2022-04-26T07:26:05.571135+0000 mon.smithi136 (mon.0) 5743 : audit [DBG] from='client.? 172.21.15.136:0/3631851937' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:05 smithi145 bash[13673]: audit 2022-04-26T07:26:05.571135+0000 mon.smithi136 (mon.0) 5743 : audit [DBG] from='client.? 172.21.15.136:0/3631851937' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:07 smithi136 bash[11745]: cluster 2022-04-26T07:26:05.923915+0000 mgr.smithi136.ofnrfx (mgr.14188) 9316 : cluster [DBG] pgmap v8739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:07 smithi145 bash[13673]: cluster 2022-04-26T07:26:05.923915+0000 mgr.smithi136.ofnrfx (mgr.14188) 9316 : cluster [DBG] pgmap v8739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:09 smithi136 bash[11745]: cluster 2022-04-26T07:26:07.924534+0000 mgr.smithi136.ofnrfx (mgr.14188) 9317 : cluster [DBG] pgmap v8740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:09 smithi145 bash[13673]: cluster 2022-04-26T07:26:07.924534+0000 mgr.smithi136.ofnrfx (mgr.14188) 9317 : cluster [DBG] pgmap v8740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:10.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:10.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:10.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:10.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:11 smithi136 bash[11745]: cluster 2022-04-26T07:26:09.925160+0000 mgr.smithi136.ofnrfx (mgr.14188) 9318 : cluster [DBG] pgmap v8741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:11 smithi136 bash[11745]: audit 2022-04-26T07:26:10.908621+0000 mon.smithi136 (mon.0) 5744 : audit [DBG] from='client.? 172.21.15.136:0/2116787734' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:11 smithi145 bash[13673]: cluster 2022-04-26T07:26:09.925160+0000 mgr.smithi136.ofnrfx (mgr.14188) 9318 : cluster [DBG] pgmap v8741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:11 smithi145 bash[13673]: audit 2022-04-26T07:26:10.908621+0000 mon.smithi136 (mon.0) 5744 : audit [DBG] from='client.? 172.21.15.136:0/2116787734' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:13 smithi136 bash[11745]: cluster 2022-04-26T07:26:11.925792+0000 mgr.smithi136.ofnrfx (mgr.14188) 9319 : cluster [DBG] pgmap v8742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:13 smithi145 bash[13673]: cluster 2022-04-26T07:26:11.925792+0000 mgr.smithi136.ofnrfx (mgr.14188) 9319 : cluster [DBG] pgmap v8742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:14 smithi145 bash[13673]: cluster 2022-04-26T07:26:13.926410+0000 mgr.smithi136.ofnrfx (mgr.14188) 9320 : cluster [DBG] pgmap v8743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:14 smithi136 bash[11745]: cluster 2022-04-26T07:26:13.926410+0000 mgr.smithi136.ofnrfx (mgr.14188) 9320 : cluster [DBG] pgmap v8743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:15.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:15.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:15.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:16.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:16 smithi136 bash[11745]: cluster 2022-04-26T07:26:15.927021+0000 mgr.smithi136.ofnrfx (mgr.14188) 9321 : cluster [DBG] pgmap v8744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:16 smithi136 bash[11745]: audit 2022-04-26T07:26:16.228658+0000 mon.smithi136 (mon.0) 5745 : audit [DBG] from='client.? 172.21.15.136:0/1734946759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:16 smithi145 bash[13673]: cluster 2022-04-26T07:26:15.927021+0000 mgr.smithi136.ofnrfx (mgr.14188) 9321 : cluster [DBG] pgmap v8744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:16 smithi145 bash[13673]: audit 2022-04-26T07:26:16.228658+0000 mon.smithi136 (mon.0) 5745 : audit [DBG] from='client.? 172.21.15.136:0/1734946759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:18 smithi136 bash[11745]: cluster 2022-04-26T07:26:17.927679+0000 mgr.smithi136.ofnrfx (mgr.14188) 9322 : cluster [DBG] pgmap v8745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:18 smithi145 bash[13673]: cluster 2022-04-26T07:26:17.927679+0000 mgr.smithi136.ofnrfx (mgr.14188) 9322 : cluster [DBG] pgmap v8745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:21.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:21.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:21.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:20 smithi136 bash[11745]: cluster 2022-04-26T07:26:19.928255+0000 mgr.smithi136.ofnrfx (mgr.14188) 9323 : cluster [DBG] pgmap v8746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:20 smithi145 bash[13673]: cluster 2022-04-26T07:26:19.928255+0000 mgr.smithi136.ofnrfx (mgr.14188) 9323 : cluster [DBG] pgmap v8746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:21.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:21 smithi136 bash[11745]: audit 2022-04-26T07:26:21.556799+0000 mon.smithi136 (mon.0) 5746 : audit [DBG] from='client.? 172.21.15.136:0/89192398' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:21 smithi145 bash[13673]: audit 2022-04-26T07:26:21.556799+0000 mon.smithi136 (mon.0) 5746 : audit [DBG] from='client.? 172.21.15.136:0/89192398' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:23 smithi136 bash[11745]: cluster 2022-04-26T07:26:21.928875+0000 mgr.smithi136.ofnrfx (mgr.14188) 9324 : cluster [DBG] pgmap v8747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:23 smithi145 bash[13673]: cluster 2022-04-26T07:26:21.928875+0000 mgr.smithi136.ofnrfx (mgr.14188) 9324 : cluster [DBG] pgmap v8747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:24 smithi145 bash[13673]: cluster 2022-04-26T07:26:23.929519+0000 mgr.smithi136.ofnrfx (mgr.14188) 9325 : cluster [DBG] pgmap v8748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:24 smithi136 bash[11745]: cluster 2022-04-26T07:26:23.929519+0000 mgr.smithi136.ofnrfx (mgr.14188) 9325 : cluster [DBG] pgmap v8748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:26.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:26.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:26.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:26.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:26 smithi136 bash[11745]: cluster 2022-04-26T07:26:25.930163+0000 mgr.smithi136.ofnrfx (mgr.14188) 9326 : cluster [DBG] pgmap v8749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:26 smithi136 bash[11745]: audit 2022-04-26T07:26:26.891127+0000 mon.smithi136 (mon.0) 5747 : audit [DBG] from='client.? 172.21.15.136:0/4169611641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:26 smithi145 bash[13673]: cluster 2022-04-26T07:26:25.930163+0000 mgr.smithi136.ofnrfx (mgr.14188) 9326 : cluster [DBG] pgmap v8749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:26 smithi145 bash[13673]: audit 2022-04-26T07:26:26.891127+0000 mon.smithi136 (mon.0) 5747 : audit [DBG] from='client.? 172.21.15.136:0/4169611641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:28 smithi136 bash[11745]: cluster 2022-04-26T07:26:27.930770+0000 mgr.smithi136.ofnrfx (mgr.14188) 9327 : cluster [DBG] pgmap v8750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:28 smithi145 bash[13673]: cluster 2022-04-26T07:26:27.930770+0000 mgr.smithi136.ofnrfx (mgr.14188) 9327 : cluster [DBG] pgmap v8750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:30 smithi136 bash[11745]: cluster 2022-04-26T07:26:29.931326+0000 mgr.smithi136.ofnrfx (mgr.14188) 9328 : cluster [DBG] pgmap v8751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:30 smithi145 bash[13673]: cluster 2022-04-26T07:26:29.931326+0000 mgr.smithi136.ofnrfx (mgr.14188) 9328 : cluster [DBG] pgmap v8751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:31.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:31.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:31.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:32.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:33 smithi136 bash[11745]: cluster 2022-04-26T07:26:31.931882+0000 mgr.smithi136.ofnrfx (mgr.14188) 9329 : cluster [DBG] pgmap v8752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:33 smithi136 bash[11745]: audit 2022-04-26T07:26:32.229716+0000 mon.smithi136 (mon.0) 5748 : audit [DBG] from='client.? 172.21.15.136:0/3900169573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:33 smithi145 bash[13673]: cluster 2022-04-26T07:26:31.931882+0000 mgr.smithi136.ofnrfx (mgr.14188) 9329 : cluster [DBG] pgmap v8752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:33 smithi145 bash[13673]: audit 2022-04-26T07:26:32.229716+0000 mon.smithi136 (mon.0) 5748 : audit [DBG] from='client.? 172.21.15.136:0/3900169573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:34 smithi145 bash[13673]: cluster 2022-04-26T07:26:33.932482+0000 mgr.smithi136.ofnrfx (mgr.14188) 9330 : cluster [DBG] pgmap v8753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:34 smithi136 bash[11745]: cluster 2022-04-26T07:26:33.932482+0000 mgr.smithi136.ofnrfx (mgr.14188) 9330 : cluster [DBG] pgmap v8753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:37.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:37.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:37.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:36 smithi136 bash[11745]: cluster 2022-04-26T07:26:35.933114+0000 mgr.smithi136.ofnrfx (mgr.14188) 9331 : cluster [DBG] pgmap v8754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:36 smithi145 bash[13673]: cluster 2022-04-26T07:26:35.933114+0000 mgr.smithi136.ofnrfx (mgr.14188) 9331 : cluster [DBG] pgmap v8754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:37.576 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:37 smithi136 bash[11745]: audit 2022-04-26T07:26:37.559564+0000 mon.smithi136 (mon.0) 5749 : audit [DBG] from='client.? 172.21.15.136:0/2854969547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:37 smithi136 bash[11745]: audit 2022-04-26T07:26:37.939994+0000 mon.smithi136 (mon.0) 5750 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:26:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:37 smithi136 bash[11745]: audit 2022-04-26T07:26:37.942682+0000 mon.smithi136 (mon.0) 5751 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:26:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:37 smithi136 bash[11745]: audit 2022-04-26T07:26:37.944679+0000 mon.smithi136 (mon.0) 5752 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:26:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:37 smithi145 bash[13673]: audit 2022-04-26T07:26:37.559564+0000 mon.smithi136 (mon.0) 5749 : audit [DBG] from='client.? 172.21.15.136:0/2854969547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:37 smithi145 bash[13673]: audit 2022-04-26T07:26:37.939994+0000 mon.smithi136 (mon.0) 5750 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:26:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:38 smithi145 bash[13673]: audit 2022-04-26T07:26:37.942682+0000 mon.smithi136 (mon.0) 5751 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:26:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:38 smithi145 bash[13673]: audit 2022-04-26T07:26:37.944679+0000 mon.smithi136 (mon.0) 5752 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:26:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:39 smithi136 bash[11745]: cluster 2022-04-26T07:26:37.933790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9332 : cluster [DBG] pgmap v8755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:39 smithi136 bash[11745]: cluster 2022-04-26T07:26:38.251106+0000 mgr.smithi136.ofnrfx (mgr.14188) 9333 : cluster [DBG] pgmap v8756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:39 smithi136 bash[11745]: cluster 2022-04-26T07:26:38.251445+0000 mgr.smithi136.ofnrfx (mgr.14188) 9334 : cluster [DBG] pgmap v8757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:39 smithi136 bash[11745]: audit 2022-04-26T07:26:38.257512+0000 mon.smithi136 (mon.0) 5753 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:26:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:39 smithi136 bash[11745]: audit 2022-04-26T07:26:38.265264+0000 mon.smithi136 (mon.0) 5754 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:26:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:39 smithi136 bash[11745]: cephadm 2022-04-26T07:26:38.266404+0000 mgr.smithi136.ofnrfx (mgr.14188) 9335 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:26:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:39 smithi136 bash[11745]: cephadm 2022-04-26T07:26:38.266541+0000 mgr.smithi136.ofnrfx (mgr.14188) 9336 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:26:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:39 smithi145 bash[13673]: cluster 2022-04-26T07:26:37.933790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9332 : cluster [DBG] pgmap v8755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:39.695 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:39 smithi145 bash[13673]: cluster 2022-04-26T07:26:38.251106+0000 mgr.smithi136.ofnrfx (mgr.14188) 9333 : cluster [DBG] pgmap v8756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:39.695 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:39 smithi145 bash[13673]: cluster 2022-04-26T07:26:38.251445+0000 mgr.smithi136.ofnrfx (mgr.14188) 9334 : cluster [DBG] pgmap v8757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:39.695 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:39 smithi145 bash[13673]: audit 2022-04-26T07:26:38.257512+0000 mon.smithi136 (mon.0) 5753 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:26:39.695 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:39 smithi145 bash[13673]: audit 2022-04-26T07:26:38.265264+0000 mon.smithi136 (mon.0) 5754 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:26:39.695 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:39 smithi145 bash[13673]: cephadm 2022-04-26T07:26:38.266404+0000 mgr.smithi136.ofnrfx (mgr.14188) 9335 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:26:39.695 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:39 smithi145 bash[13673]: cephadm 2022-04-26T07:26:38.266541+0000 mgr.smithi136.ofnrfx (mgr.14188) 9336 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:26:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:41 smithi136 bash[11745]: cluster 2022-04-26T07:26:40.252078+0000 mgr.smithi136.ofnrfx (mgr.14188) 9337 : cluster [DBG] pgmap v8758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:41.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:41 smithi145 bash[13673]: cluster 2022-04-26T07:26:40.252078+0000 mgr.smithi136.ofnrfx (mgr.14188) 9337 : cluster [DBG] pgmap v8758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:42.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:42.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:42.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:42.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:43 smithi136 bash[11745]: cluster 2022-04-26T07:26:42.252708+0000 mgr.smithi136.ofnrfx (mgr.14188) 9338 : cluster [DBG] pgmap v8759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:43 smithi136 bash[11745]: audit 2022-04-26T07:26:42.886580+0000 mon.smithi136 (mon.0) 5755 : audit [DBG] from='client.? 172.21.15.136:0/2817508812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:43 smithi145 bash[13673]: cluster 2022-04-26T07:26:42.252708+0000 mgr.smithi136.ofnrfx (mgr.14188) 9338 : cluster [DBG] pgmap v8759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:43 smithi145 bash[13673]: audit 2022-04-26T07:26:42.886580+0000 mon.smithi136 (mon.0) 5755 : audit [DBG] from='client.? 172.21.15.136:0/2817508812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:44 smithi145 bash[13673]: cluster 2022-04-26T07:26:44.253305+0000 mgr.smithi136.ofnrfx (mgr.14188) 9339 : cluster [DBG] pgmap v8760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:44 smithi136 bash[11745]: cluster 2022-04-26T07:26:44.253305+0000 mgr.smithi136.ofnrfx (mgr.14188) 9339 : cluster [DBG] pgmap v8760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:47 smithi145 bash[13673]: cluster 2022-04-26T07:26:46.253916+0000 mgr.smithi136.ofnrfx (mgr.14188) 9340 : cluster [DBG] pgmap v8761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:47 smithi136 bash[11745]: cluster 2022-04-26T07:26:46.253916+0000 mgr.smithi136.ofnrfx (mgr.14188) 9340 : cluster [DBG] pgmap v8761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:47.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:47.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:47.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:48.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:48 smithi145 bash[13673]: audit 2022-04-26T07:26:48.220085+0000 mon.smithi136 (mon.0) 5756 : audit [DBG] from='client.? 172.21.15.136:0/3860685516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:48 smithi136 bash[11745]: audit 2022-04-26T07:26:48.220085+0000 mon.smithi136 (mon.0) 5756 : audit [DBG] from='client.? 172.21.15.136:0/3860685516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:49 smithi136 bash[11745]: cluster 2022-04-26T07:26:48.254419+0000 mgr.smithi136.ofnrfx (mgr.14188) 9341 : cluster [DBG] pgmap v8762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:49 smithi145 bash[13673]: cluster 2022-04-26T07:26:48.254419+0000 mgr.smithi136.ofnrfx (mgr.14188) 9341 : cluster [DBG] pgmap v8762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:51 smithi145 bash[13673]: cluster 2022-04-26T07:26:50.255017+0000 mgr.smithi136.ofnrfx (mgr.14188) 9342 : cluster [DBG] pgmap v8763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:51 smithi136 bash[11745]: cluster 2022-04-26T07:26:50.255017+0000 mgr.smithi136.ofnrfx (mgr.14188) 9342 : cluster [DBG] pgmap v8763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:53.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:53.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:53.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:53.576 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:53 smithi145 bash[13673]: cluster 2022-04-26T07:26:52.255686+0000 mgr.smithi136.ofnrfx (mgr.14188) 9343 : cluster [DBG] pgmap v8764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:53 smithi136 bash[11745]: cluster 2022-04-26T07:26:52.255686+0000 mgr.smithi136.ofnrfx (mgr.14188) 9343 : cluster [DBG] pgmap v8764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:54 smithi145 bash[13673]: audit 2022-04-26T07:26:53.561487+0000 mon.smithi136 (mon.0) 5757 : audit [DBG] from='client.? 172.21.15.136:0/3886490310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:54 smithi136 bash[11745]: audit 2022-04-26T07:26:53.561487+0000 mon.smithi136 (mon.0) 5757 : audit [DBG] from='client.? 172.21.15.136:0/3886490310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:55 smithi145 bash[13673]: cluster 2022-04-26T07:26:54.256286+0000 mgr.smithi136.ofnrfx (mgr.14188) 9344 : cluster [DBG] pgmap v8765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:55 smithi136 bash[11745]: cluster 2022-04-26T07:26:54.256286+0000 mgr.smithi136.ofnrfx (mgr.14188) 9344 : cluster [DBG] pgmap v8765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:57 smithi145 bash[13673]: cluster 2022-04-26T07:26:56.256945+0000 mgr.smithi136.ofnrfx (mgr.14188) 9345 : cluster [DBG] pgmap v8766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:57 smithi136 bash[11745]: cluster 2022-04-26T07:26:56.256945+0000 mgr.smithi136.ofnrfx (mgr.14188) 9345 : cluster [DBG] pgmap v8766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:58.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:26:58.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:26:58.580 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:26:58.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:26:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:59 smithi145 bash[13673]: cluster 2022-04-26T07:26:58.257541+0000 mgr.smithi136.ofnrfx (mgr.14188) 9346 : cluster [DBG] pgmap v8767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:26:59 smithi145 bash[13673]: audit 2022-04-26T07:26:58.888235+0000 mon.smithi136 (mon.0) 5758 : audit [DBG] from='client.? 172.21.15.136:0/2719777776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:26:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:59 smithi136 bash[11745]: cluster 2022-04-26T07:26:58.257541+0000 mgr.smithi136.ofnrfx (mgr.14188) 9346 : cluster [DBG] pgmap v8767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:26:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:26:59 smithi136 bash[11745]: audit 2022-04-26T07:26:58.888235+0000 mon.smithi136 (mon.0) 5758 : audit [DBG] from='client.? 172.21.15.136:0/2719777776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:01 smithi145 bash[13673]: cluster 2022-04-26T07:27:00.258086+0000 mgr.smithi136.ofnrfx (mgr.14188) 9347 : cluster [DBG] pgmap v8768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:01 smithi136 bash[11745]: cluster 2022-04-26T07:27:00.258086+0000 mgr.smithi136.ofnrfx (mgr.14188) 9347 : cluster [DBG] pgmap v8768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:03 smithi145 bash[13673]: cluster 2022-04-26T07:27:02.258678+0000 mgr.smithi136.ofnrfx (mgr.14188) 9348 : cluster [DBG] pgmap v8769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:03 smithi145 bash[13673]: audit 2022-04-26T07:27:03.025484+0000 mon.smithi136 (mon.0) 5759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:27:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:03 smithi145 bash[13673]: audit 2022-04-26T07:27:03.029668+0000 mon.smithi136 (mon.0) 5760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:27:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:03 smithi136 bash[11745]: cluster 2022-04-26T07:27:02.258678+0000 mgr.smithi136.ofnrfx (mgr.14188) 9348 : cluster [DBG] pgmap v8769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:03 smithi136 bash[11745]: audit 2022-04-26T07:27:03.025484+0000 mon.smithi136 (mon.0) 5759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:27:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:03 smithi136 bash[11745]: audit 2022-04-26T07:27:03.029668+0000 mon.smithi136 (mon.0) 5760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:27:03.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:03.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:03.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:04.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:04 smithi145 bash[13673]: audit 2022-04-26T07:27:04.214347+0000 mon.smithi136 (mon.0) 5761 : audit [DBG] from='client.? 172.21.15.136:0/282370955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:04 smithi145 bash[13673]: cluster 2022-04-26T07:27:04.259372+0000 mgr.smithi136.ofnrfx (mgr.14188) 9349 : cluster [DBG] pgmap v8770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:04 smithi136 bash[11745]: audit 2022-04-26T07:27:04.214347+0000 mon.smithi136 (mon.0) 5761 : audit [DBG] from='client.? 172.21.15.136:0/282370955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:04 smithi136 bash[11745]: cluster 2022-04-26T07:27:04.259372+0000 mgr.smithi136.ofnrfx (mgr.14188) 9349 : cluster [DBG] pgmap v8770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:07 smithi145 bash[13673]: cluster 2022-04-26T07:27:06.260066+0000 mgr.smithi136.ofnrfx (mgr.14188) 9350 : cluster [DBG] pgmap v8771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:07 smithi136 bash[11745]: cluster 2022-04-26T07:27:06.260066+0000 mgr.smithi136.ofnrfx (mgr.14188) 9350 : cluster [DBG] pgmap v8771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:09.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:09.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:09.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:09.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:09 smithi136 bash[11745]: cluster 2022-04-26T07:27:08.260726+0000 mgr.smithi136.ofnrfx (mgr.14188) 9351 : cluster [DBG] pgmap v8772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:09 smithi145 bash[13673]: cluster 2022-04-26T07:27:08.260726+0000 mgr.smithi136.ofnrfx (mgr.14188) 9351 : cluster [DBG] pgmap v8772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:10 smithi145 bash[13673]: audit 2022-04-26T07:27:09.544281+0000 mon.smithi136 (mon.0) 5762 : audit [DBG] from='client.? 172.21.15.136:0/1488524179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:10 smithi136 bash[11745]: audit 2022-04-26T07:27:09.544281+0000 mon.smithi136 (mon.0) 5762 : audit [DBG] from='client.? 172.21.15.136:0/1488524179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:11 smithi145 bash[13673]: cluster 2022-04-26T07:27:10.261433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9352 : cluster [DBG] pgmap v8773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:11 smithi136 bash[11745]: cluster 2022-04-26T07:27:10.261433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9352 : cluster [DBG] pgmap v8773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:13 smithi145 bash[13673]: cluster 2022-04-26T07:27:12.262218+0000 mgr.smithi136.ofnrfx (mgr.14188) 9353 : cluster [DBG] pgmap v8774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:13 smithi136 bash[11745]: cluster 2022-04-26T07:27:12.262218+0000 mgr.smithi136.ofnrfx (mgr.14188) 9353 : cluster [DBG] pgmap v8774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:14.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:14.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:14.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:14.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:14 smithi145 bash[13673]: cluster 2022-04-26T07:27:14.263025+0000 mgr.smithi136.ofnrfx (mgr.14188) 9354 : cluster [DBG] pgmap v8775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:14 smithi136 bash[11745]: cluster 2022-04-26T07:27:14.263025+0000 mgr.smithi136.ofnrfx (mgr.14188) 9354 : cluster [DBG] pgmap v8775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:15 smithi145 bash[13673]: audit 2022-04-26T07:27:14.865977+0000 mon.smithi136 (mon.0) 5763 : audit [DBG] from='client.? 172.21.15.136:0/1605956158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:15 smithi136 bash[11745]: audit 2022-04-26T07:27:14.865977+0000 mon.smithi136 (mon.0) 5763 : audit [DBG] from='client.? 172.21.15.136:0/1605956158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:16 smithi136 bash[11745]: cluster 2022-04-26T07:27:16.263721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9355 : cluster [DBG] pgmap v8776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:16 smithi145 bash[13673]: cluster 2022-04-26T07:27:16.263721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9355 : cluster [DBG] pgmap v8776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:19 smithi136 bash[11745]: cluster 2022-04-26T07:27:18.264361+0000 mgr.smithi136.ofnrfx (mgr.14188) 9356 : cluster [DBG] pgmap v8777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:19 smithi145 bash[13673]: cluster 2022-04-26T07:27:18.264361+0000 mgr.smithi136.ofnrfx (mgr.14188) 9356 : cluster [DBG] pgmap v8777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:19.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:19.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:19.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:20.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:20 smithi145 bash[13673]: audit 2022-04-26T07:27:20.196271+0000 mon.smithi136 (mon.0) 5764 : audit [DBG] from='client.? 172.21.15.136:0/762911411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:20 smithi136 bash[11745]: audit 2022-04-26T07:27:20.196271+0000 mon.smithi136 (mon.0) 5764 : audit [DBG] from='client.? 172.21.15.136:0/762911411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:21 smithi145 bash[13673]: cluster 2022-04-26T07:27:20.264954+0000 mgr.smithi136.ofnrfx (mgr.14188) 9357 : cluster [DBG] pgmap v8778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:21 smithi136 bash[11745]: cluster 2022-04-26T07:27:20.264954+0000 mgr.smithi136.ofnrfx (mgr.14188) 9357 : cluster [DBG] pgmap v8778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:23 smithi145 bash[13673]: cluster 2022-04-26T07:27:22.265682+0000 mgr.smithi136.ofnrfx (mgr.14188) 9358 : cluster [DBG] pgmap v8779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:23 smithi136 bash[11745]: cluster 2022-04-26T07:27:22.265682+0000 mgr.smithi136.ofnrfx (mgr.14188) 9358 : cluster [DBG] pgmap v8779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:24 smithi145 bash[13673]: cluster 2022-04-26T07:27:24.266351+0000 mgr.smithi136.ofnrfx (mgr.14188) 9359 : cluster [DBG] pgmap v8780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:24 smithi136 bash[11745]: cluster 2022-04-26T07:27:24.266351+0000 mgr.smithi136.ofnrfx (mgr.14188) 9359 : cluster [DBG] pgmap v8780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:25.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:25.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:25.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:25.542 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:25 smithi145 bash[13673]: audit 2022-04-26T07:27:25.526551+0000 mon.smithi136 (mon.0) 5765 : audit [DBG] from='client.? 172.21.15.136:0/65705646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:25 smithi136 bash[11745]: audit 2022-04-26T07:27:25.526551+0000 mon.smithi136 (mon.0) 5765 : audit [DBG] from='client.? 172.21.15.136:0/65705646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:26 smithi136 bash[11745]: cluster 2022-04-26T07:27:26.267045+0000 mgr.smithi136.ofnrfx (mgr.14188) 9360 : cluster [DBG] pgmap v8781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:26 smithi145 bash[13673]: cluster 2022-04-26T07:27:26.267045+0000 mgr.smithi136.ofnrfx (mgr.14188) 9360 : cluster [DBG] pgmap v8781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:29 smithi136 bash[11745]: cluster 2022-04-26T07:27:28.267727+0000 mgr.smithi136.ofnrfx (mgr.14188) 9361 : cluster [DBG] pgmap v8782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:29 smithi145 bash[13673]: cluster 2022-04-26T07:27:28.267727+0000 mgr.smithi136.ofnrfx (mgr.14188) 9361 : cluster [DBG] pgmap v8782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:30.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:30.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:30.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:30.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:31 smithi145 bash[13673]: cluster 2022-04-26T07:27:30.268304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9362 : cluster [DBG] pgmap v8783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:31 smithi145 bash[13673]: audit 2022-04-26T07:27:30.845243+0000 mon.smithi136 (mon.0) 5766 : audit [DBG] from='client.? 172.21.15.136:0/1569940231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:31 smithi136 bash[11745]: cluster 2022-04-26T07:27:30.268304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9362 : cluster [DBG] pgmap v8783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:31 smithi136 bash[11745]: audit 2022-04-26T07:27:30.845243+0000 mon.smithi136 (mon.0) 5766 : audit [DBG] from='client.? 172.21.15.136:0/1569940231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:33 smithi145 bash[13673]: cluster 2022-04-26T07:27:32.268922+0000 mgr.smithi136.ofnrfx (mgr.14188) 9363 : cluster [DBG] pgmap v8784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:33 smithi136 bash[11745]: cluster 2022-04-26T07:27:32.268922+0000 mgr.smithi136.ofnrfx (mgr.14188) 9363 : cluster [DBG] pgmap v8784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:34 smithi145 bash[13673]: cluster 2022-04-26T07:27:34.269559+0000 mgr.smithi136.ofnrfx (mgr.14188) 9364 : cluster [DBG] pgmap v8785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:34 smithi136 bash[11745]: cluster 2022-04-26T07:27:34.269559+0000 mgr.smithi136.ofnrfx (mgr.14188) 9364 : cluster [DBG] pgmap v8785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:35.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:35.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:35.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:36.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:36 smithi136 bash[11745]: audit 2022-04-26T07:27:36.172117+0000 mon.smithi136 (mon.0) 5767 : audit [DBG] from='client.? 172.21.15.136:0/3922302758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:36 smithi145 bash[13673]: audit 2022-04-26T07:27:36.172117+0000 mon.smithi136 (mon.0) 5767 : audit [DBG] from='client.? 172.21.15.136:0/3922302758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:37 smithi136 bash[11745]: cluster 2022-04-26T07:27:36.270318+0000 mgr.smithi136.ofnrfx (mgr.14188) 9365 : cluster [DBG] pgmap v8786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:37 smithi145 bash[13673]: cluster 2022-04-26T07:27:36.270318+0000 mgr.smithi136.ofnrfx (mgr.14188) 9365 : cluster [DBG] pgmap v8786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:38 smithi145 bash[13673]: audit 2022-04-26T07:27:38.274448+0000 mon.smithi136 (mon.0) 5768 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:27:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:38 smithi145 bash[13673]: audit 2022-04-26T07:27:38.277155+0000 mon.smithi136 (mon.0) 5769 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:27:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:38 smithi145 bash[13673]: audit 2022-04-26T07:27:38.278956+0000 mon.smithi136 (mon.0) 5770 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:27:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:38 smithi136 bash[11745]: audit 2022-04-26T07:27:38.274448+0000 mon.smithi136 (mon.0) 5768 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:27:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:38 smithi136 bash[11745]: audit 2022-04-26T07:27:38.277155+0000 mon.smithi136 (mon.0) 5769 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:27:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:38 smithi136 bash[11745]: audit 2022-04-26T07:27:38.278956+0000 mon.smithi136 (mon.0) 5770 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:27:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:39 smithi145 bash[13673]: cluster 2022-04-26T07:27:38.271025+0000 mgr.smithi136.ofnrfx (mgr.14188) 9366 : cluster [DBG] pgmap v8787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:39 smithi136 bash[11745]: cluster 2022-04-26T07:27:38.271025+0000 mgr.smithi136.ofnrfx (mgr.14188) 9366 : cluster [DBG] pgmap v8787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:41.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:41.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:41.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:41.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:41 smithi145 bash[13673]: cluster 2022-04-26T07:27:40.271676+0000 mgr.smithi136.ofnrfx (mgr.14188) 9367 : cluster [DBG] pgmap v8788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:41 smithi136 bash[11745]: cluster 2022-04-26T07:27:40.271676+0000 mgr.smithi136.ofnrfx (mgr.14188) 9367 : cluster [DBG] pgmap v8788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:42 smithi145 bash[13673]: audit 2022-04-26T07:27:41.496013+0000 mon.smithi136 (mon.0) 5771 : audit [DBG] from='client.? 172.21.15.136:0/3538455687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:42 smithi145 bash[13673]: audit 2022-04-26T07:27:42.055379+0000 mon.smithi136 (mon.0) 5772 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:27:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:42 smithi136 bash[11745]: audit 2022-04-26T07:27:41.496013+0000 mon.smithi136 (mon.0) 5771 : audit [DBG] from='client.? 172.21.15.136:0/3538455687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:42 smithi136 bash[11745]: audit 2022-04-26T07:27:42.055379+0000 mon.smithi136 (mon.0) 5772 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:27:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:43 smithi145 bash[13673]: cluster 2022-04-26T07:27:42.272287+0000 mgr.smithi136.ofnrfx (mgr.14188) 9368 : cluster [DBG] pgmap v8789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:43 smithi145 bash[13673]: audit 2022-04-26T07:27:42.733569+0000 mon.smithi136 (mon.0) 5773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:27:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:43 smithi145 bash[13673]: audit 2022-04-26T07:27:43.024236+0000 mon.smithi136 (mon.0) 5774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:27:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:43 smithi145 bash[13673]: audit 2022-04-26T07:27:43.033166+0000 mon.smithi136 (mon.0) 5775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:27:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:43 smithi136 bash[11745]: cluster 2022-04-26T07:27:42.272287+0000 mgr.smithi136.ofnrfx (mgr.14188) 9368 : cluster [DBG] pgmap v8789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:43 smithi136 bash[11745]: audit 2022-04-26T07:27:42.733569+0000 mon.smithi136 (mon.0) 5773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:27:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:43 smithi136 bash[11745]: audit 2022-04-26T07:27:43.024236+0000 mon.smithi136 (mon.0) 5774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:27:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:43 smithi136 bash[11745]: audit 2022-04-26T07:27:43.033166+0000 mon.smithi136 (mon.0) 5775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:27:44.657 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:44 smithi145 bash[13673]: cluster 2022-04-26T07:27:43.018050+0000 mgr.smithi136.ofnrfx (mgr.14188) 9369 : cluster [DBG] pgmap v8790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:44.657 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:44 smithi145 bash[13673]: cluster 2022-04-26T07:27:43.018562+0000 mgr.smithi136.ofnrfx (mgr.14188) 9370 : cluster [DBG] pgmap v8791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:44.658 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:44 smithi145 bash[13673]: cephadm 2022-04-26T07:27:43.033949+0000 mgr.smithi136.ofnrfx (mgr.14188) 9371 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:27:44.658 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:44 smithi145 bash[13673]: cephadm 2022-04-26T07:27:43.034067+0000 mgr.smithi136.ofnrfx (mgr.14188) 9372 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:27:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:44 smithi136 bash[11745]: cluster 2022-04-26T07:27:43.018050+0000 mgr.smithi136.ofnrfx (mgr.14188) 9369 : cluster [DBG] pgmap v8790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:44 smithi136 bash[11745]: cluster 2022-04-26T07:27:43.018562+0000 mgr.smithi136.ofnrfx (mgr.14188) 9370 : cluster [DBG] pgmap v8791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:44 smithi136 bash[11745]: cephadm 2022-04-26T07:27:43.033949+0000 mgr.smithi136.ofnrfx (mgr.14188) 9371 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:27:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:44 smithi136 bash[11745]: cephadm 2022-04-26T07:27:43.034067+0000 mgr.smithi136.ofnrfx (mgr.14188) 9372 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:27:46.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:46.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:46.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:46 smithi145 bash[13673]: cluster 2022-04-26T07:27:45.019234+0000 mgr.smithi136.ofnrfx (mgr.14188) 9373 : cluster [DBG] pgmap v8792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:46 smithi136 bash[11745]: cluster 2022-04-26T07:27:45.019234+0000 mgr.smithi136.ofnrfx (mgr.14188) 9373 : cluster [DBG] pgmap v8792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:46.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:47 smithi145 bash[13673]: audit 2022-04-26T07:27:46.823291+0000 mon.smithi136 (mon.0) 5776 : audit [DBG] from='client.? 172.21.15.136:0/3803473081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:47 smithi136 bash[11745]: audit 2022-04-26T07:27:46.823291+0000 mon.smithi136 (mon.0) 5776 : audit [DBG] from='client.? 172.21.15.136:0/3803473081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:48 smithi145 bash[13673]: cluster 2022-04-26T07:27:47.020004+0000 mgr.smithi136.ofnrfx (mgr.14188) 9374 : cluster [DBG] pgmap v8793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:48 smithi136 bash[11745]: cluster 2022-04-26T07:27:47.020004+0000 mgr.smithi136.ofnrfx (mgr.14188) 9374 : cluster [DBG] pgmap v8793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:49 smithi136 bash[11745]: cluster 2022-04-26T07:27:49.020669+0000 mgr.smithi136.ofnrfx (mgr.14188) 9375 : cluster [DBG] pgmap v8794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:49 smithi145 bash[13673]: cluster 2022-04-26T07:27:49.020669+0000 mgr.smithi136.ofnrfx (mgr.14188) 9375 : cluster [DBG] pgmap v8794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:51.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:51.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:51.844 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:52.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:52 smithi145 bash[13673]: cluster 2022-04-26T07:27:51.021276+0000 mgr.smithi136.ofnrfx (mgr.14188) 9376 : cluster [DBG] pgmap v8795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:52 smithi136 bash[11745]: cluster 2022-04-26T07:27:51.021276+0000 mgr.smithi136.ofnrfx (mgr.14188) 9376 : cluster [DBG] pgmap v8795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:53 smithi145 bash[13673]: audit 2022-04-26T07:27:52.150973+0000 mon.smithi136 (mon.0) 5777 : audit [DBG] from='client.? 172.21.15.136:0/3597522911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:53 smithi136 bash[11745]: audit 2022-04-26T07:27:52.150973+0000 mon.smithi136 (mon.0) 5777 : audit [DBG] from='client.? 172.21.15.136:0/3597522911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:54 smithi145 bash[13673]: cluster 2022-04-26T07:27:53.021869+0000 mgr.smithi136.ofnrfx (mgr.14188) 9377 : cluster [DBG] pgmap v8796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:54 smithi136 bash[11745]: cluster 2022-04-26T07:27:53.021869+0000 mgr.smithi136.ofnrfx (mgr.14188) 9377 : cluster [DBG] pgmap v8796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:56 smithi145 bash[13673]: cluster 2022-04-26T07:27:55.022456+0000 mgr.smithi136.ofnrfx (mgr.14188) 9378 : cluster [DBG] pgmap v8797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:56 smithi136 bash[11745]: cluster 2022-04-26T07:27:55.022456+0000 mgr.smithi136.ofnrfx (mgr.14188) 9378 : cluster [DBG] pgmap v8797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:57.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:27:57.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:27:57.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:27:57.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:27:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:58 smithi145 bash[13673]: cluster 2022-04-26T07:27:57.023095+0000 mgr.smithi136.ofnrfx (mgr.14188) 9379 : cluster [DBG] pgmap v8798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:58 smithi145 bash[13673]: audit 2022-04-26T07:27:57.481417+0000 mon.smithi136 (mon.0) 5778 : audit [DBG] from='client.? 172.21.15.136:0/533522174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:27:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:58 smithi136 bash[11745]: cluster 2022-04-26T07:27:57.023095+0000 mgr.smithi136.ofnrfx (mgr.14188) 9379 : cluster [DBG] pgmap v8798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:27:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:58 smithi136 bash[11745]: audit 2022-04-26T07:27:57.481417+0000 mon.smithi136 (mon.0) 5778 : audit [DBG] from='client.? 172.21.15.136:0/533522174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:27:59 smithi136 bash[11745]: cluster 2022-04-26T07:27:59.023757+0000 mgr.smithi136.ofnrfx (mgr.14188) 9380 : cluster [DBG] pgmap v8799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:27:59 smithi145 bash[13673]: cluster 2022-04-26T07:27:59.023757+0000 mgr.smithi136.ofnrfx (mgr.14188) 9380 : cluster [DBG] pgmap v8799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:02.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:02 smithi145 bash[13673]: cluster 2022-04-26T07:28:01.024466+0000 mgr.smithi136.ofnrfx (mgr.14188) 9381 : cluster [DBG] pgmap v8800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:02.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:02.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:02.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:02.570 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:02 smithi136 bash[11745]: cluster 2022-04-26T07:28:01.024466+0000 mgr.smithi136.ofnrfx (mgr.14188) 9381 : cluster [DBG] pgmap v8800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:02.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:03 smithi145 bash[13673]: audit 2022-04-26T07:28:02.807915+0000 mon.smithi136 (mon.0) 5779 : audit [DBG] from='client.? 172.21.15.136:0/517576766' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:03 smithi145 bash[13673]: audit 2022-04-26T07:28:03.029586+0000 mon.smithi136 (mon.0) 5780 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:28:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:03 smithi145 bash[13673]: audit 2022-04-26T07:28:03.033379+0000 mon.smithi136 (mon.0) 5781 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:28:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:03 smithi136 bash[11745]: audit 2022-04-26T07:28:02.807915+0000 mon.smithi136 (mon.0) 5779 : audit [DBG] from='client.? 172.21.15.136:0/517576766' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:03 smithi136 bash[11745]: audit 2022-04-26T07:28:03.029586+0000 mon.smithi136 (mon.0) 5780 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:28:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:03 smithi136 bash[11745]: audit 2022-04-26T07:28:03.033379+0000 mon.smithi136 (mon.0) 5781 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:28:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:04 smithi145 bash[13673]: cluster 2022-04-26T07:28:03.025121+0000 mgr.smithi136.ofnrfx (mgr.14188) 9382 : cluster [DBG] pgmap v8801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:04 smithi136 bash[11745]: cluster 2022-04-26T07:28:03.025121+0000 mgr.smithi136.ofnrfx (mgr.14188) 9382 : cluster [DBG] pgmap v8801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:06 smithi145 bash[13673]: cluster 2022-04-26T07:28:05.025699+0000 mgr.smithi136.ofnrfx (mgr.14188) 9383 : cluster [DBG] pgmap v8802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:06 smithi136 bash[11745]: cluster 2022-04-26T07:28:05.025699+0000 mgr.smithi136.ofnrfx (mgr.14188) 9383 : cluster [DBG] pgmap v8802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:07.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:07.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:07.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:08.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:08 smithi145 bash[13673]: cluster 2022-04-26T07:28:07.026304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9384 : cluster [DBG] pgmap v8803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:08 smithi136 bash[11745]: cluster 2022-04-26T07:28:07.026304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9384 : cluster [DBG] pgmap v8803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:09 smithi145 bash[13673]: audit 2022-04-26T07:28:08.138382+0000 mon.smithi136 (mon.0) 5782 : audit [DBG] from='client.? 172.21.15.136:0/1072375103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:09 smithi136 bash[11745]: audit 2022-04-26T07:28:08.138382+0000 mon.smithi136 (mon.0) 5782 : audit [DBG] from='client.? 172.21.15.136:0/1072375103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:10 smithi145 bash[13673]: cluster 2022-04-26T07:28:09.026955+0000 mgr.smithi136.ofnrfx (mgr.14188) 9385 : cluster [DBG] pgmap v8804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:10.521 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:10 smithi136 bash[11745]: cluster 2022-04-26T07:28:09.026955+0000 mgr.smithi136.ofnrfx (mgr.14188) 9385 : cluster [DBG] pgmap v8804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:12 smithi145 bash[13673]: cluster 2022-04-26T07:28:11.027616+0000 mgr.smithi136.ofnrfx (mgr.14188) 9386 : cluster [DBG] pgmap v8805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:12 smithi136 bash[11745]: cluster 2022-04-26T07:28:11.027616+0000 mgr.smithi136.ofnrfx (mgr.14188) 9386 : cluster [DBG] pgmap v8805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:13.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:13.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:13.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:13.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:14 smithi145 bash[13673]: cluster 2022-04-26T07:28:13.028231+0000 mgr.smithi136.ofnrfx (mgr.14188) 9387 : cluster [DBG] pgmap v8806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:14 smithi145 bash[13673]: audit 2022-04-26T07:28:13.464843+0000 mon.smithi136 (mon.0) 5783 : audit [DBG] from='client.? 172.21.15.136:0/4010829622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:14 smithi136 bash[11745]: cluster 2022-04-26T07:28:13.028231+0000 mgr.smithi136.ofnrfx (mgr.14188) 9387 : cluster [DBG] pgmap v8806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:14 smithi136 bash[11745]: audit 2022-04-26T07:28:13.464843+0000 mon.smithi136 (mon.0) 5783 : audit [DBG] from='client.? 172.21.15.136:0/4010829622' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:16 smithi145 bash[13673]: cluster 2022-04-26T07:28:15.028829+0000 mgr.smithi136.ofnrfx (mgr.14188) 9388 : cluster [DBG] pgmap v8807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:16 smithi136 bash[11745]: cluster 2022-04-26T07:28:15.028829+0000 mgr.smithi136.ofnrfx (mgr.14188) 9388 : cluster [DBG] pgmap v8807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:18 smithi145 bash[13673]: cluster 2022-04-26T07:28:17.029441+0000 mgr.smithi136.ofnrfx (mgr.14188) 9389 : cluster [DBG] pgmap v8808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:18.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:18.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:18.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:18 smithi136 bash[11745]: cluster 2022-04-26T07:28:17.029441+0000 mgr.smithi136.ofnrfx (mgr.14188) 9389 : cluster [DBG] pgmap v8808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:18.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:19 smithi136 bash[11745]: audit 2022-04-26T07:28:18.798729+0000 mon.smithi136 (mon.0) 5784 : audit [DBG] from='client.? 172.21.15.136:0/1938101754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:19 smithi136 bash[11745]: cluster 2022-04-26T07:28:19.030038+0000 mgr.smithi136.ofnrfx (mgr.14188) 9390 : cluster [DBG] pgmap v8809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:19 smithi145 bash[13673]: audit 2022-04-26T07:28:18.798729+0000 mon.smithi136 (mon.0) 5784 : audit [DBG] from='client.? 172.21.15.136:0/1938101754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:19 smithi145 bash[13673]: cluster 2022-04-26T07:28:19.030038+0000 mgr.smithi136.ofnrfx (mgr.14188) 9390 : cluster [DBG] pgmap v8809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:22 smithi145 bash[13673]: cluster 2022-04-26T07:28:21.030771+0000 mgr.smithi136.ofnrfx (mgr.14188) 9391 : cluster [DBG] pgmap v8810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:22 smithi136 bash[11745]: cluster 2022-04-26T07:28:21.030771+0000 mgr.smithi136.ofnrfx (mgr.14188) 9391 : cluster [DBG] pgmap v8810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:23.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:23.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:23.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:24.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:24 smithi145 bash[13673]: cluster 2022-04-26T07:28:23.031412+0000 mgr.smithi136.ofnrfx (mgr.14188) 9392 : cluster [DBG] pgmap v8811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:24 smithi136 bash[11745]: cluster 2022-04-26T07:28:23.031412+0000 mgr.smithi136.ofnrfx (mgr.14188) 9392 : cluster [DBG] pgmap v8811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:25 smithi145 bash[13673]: audit 2022-04-26T07:28:24.126036+0000 mon.smithi136 (mon.0) 5785 : audit [DBG] from='client.? 172.21.15.136:0/600988068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:25 smithi136 bash[11745]: audit 2022-04-26T07:28:24.126036+0000 mon.smithi136 (mon.0) 5785 : audit [DBG] from='client.? 172.21.15.136:0/600988068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:26 smithi145 bash[13673]: cluster 2022-04-26T07:28:25.031991+0000 mgr.smithi136.ofnrfx (mgr.14188) 9393 : cluster [DBG] pgmap v8812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:26 smithi136 bash[11745]: cluster 2022-04-26T07:28:25.031991+0000 mgr.smithi136.ofnrfx (mgr.14188) 9393 : cluster [DBG] pgmap v8812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:28 smithi145 bash[13673]: cluster 2022-04-26T07:28:27.032618+0000 mgr.smithi136.ofnrfx (mgr.14188) 9394 : cluster [DBG] pgmap v8813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:28 smithi136 bash[11745]: cluster 2022-04-26T07:28:27.032618+0000 mgr.smithi136.ofnrfx (mgr.14188) 9394 : cluster [DBG] pgmap v8813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:29.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:29.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:29.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:29.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:29 smithi136 bash[11745]: cluster 2022-04-26T07:28:29.033247+0000 mgr.smithi136.ofnrfx (mgr.14188) 9395 : cluster [DBG] pgmap v8814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:29 smithi136 bash[11745]: audit 2022-04-26T07:28:29.458268+0000 mon.smithi136 (mon.0) 5786 : audit [DBG] from='client.? 172.21.15.136:0/4240238847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:29 smithi145 bash[13673]: cluster 2022-04-26T07:28:29.033247+0000 mgr.smithi136.ofnrfx (mgr.14188) 9395 : cluster [DBG] pgmap v8814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:29 smithi145 bash[13673]: audit 2022-04-26T07:28:29.458268+0000 mon.smithi136 (mon.0) 5786 : audit [DBG] from='client.? 172.21.15.136:0/4240238847' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:32 smithi145 bash[13673]: cluster 2022-04-26T07:28:31.033841+0000 mgr.smithi136.ofnrfx (mgr.14188) 9396 : cluster [DBG] pgmap v8815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:32 smithi136 bash[11745]: cluster 2022-04-26T07:28:31.033841+0000 mgr.smithi136.ofnrfx (mgr.14188) 9396 : cluster [DBG] pgmap v8815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:34 smithi145 bash[13673]: cluster 2022-04-26T07:28:33.034448+0000 mgr.smithi136.ofnrfx (mgr.14188) 9397 : cluster [DBG] pgmap v8816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:35.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:35.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:35.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:35.143 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:34 smithi136 bash[11745]: cluster 2022-04-26T07:28:33.034448+0000 mgr.smithi136.ofnrfx (mgr.14188) 9397 : cluster [DBG] pgmap v8816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:35.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:35 smithi145 bash[13673]: audit 2022-04-26T07:28:34.795052+0000 mon.smithi136 (mon.0) 5787 : audit [DBG] from='client.? 172.21.15.136:0/1349058339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:35 smithi136 bash[11745]: audit 2022-04-26T07:28:34.795052+0000 mon.smithi136 (mon.0) 5787 : audit [DBG] from='client.? 172.21.15.136:0/1349058339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:36 smithi145 bash[13673]: cluster 2022-04-26T07:28:35.035077+0000 mgr.smithi136.ofnrfx (mgr.14188) 9398 : cluster [DBG] pgmap v8817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:36 smithi136 bash[11745]: cluster 2022-04-26T07:28:35.035077+0000 mgr.smithi136.ofnrfx (mgr.14188) 9398 : cluster [DBG] pgmap v8817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:38 smithi145 bash[13673]: cluster 2022-04-26T07:28:37.035788+0000 mgr.smithi136.ofnrfx (mgr.14188) 9399 : cluster [DBG] pgmap v8818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:38 smithi136 bash[11745]: cluster 2022-04-26T07:28:37.035788+0000 mgr.smithi136.ofnrfx (mgr.14188) 9399 : cluster [DBG] pgmap v8818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:39.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:39.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:39.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:39 smithi136 bash[11745]: cluster 2022-04-26T07:28:39.036413+0000 mgr.smithi136.ofnrfx (mgr.14188) 9400 : cluster [DBG] pgmap v8819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:40.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:39 smithi145 bash[13673]: cluster 2022-04-26T07:28:39.036413+0000 mgr.smithi136.ofnrfx (mgr.14188) 9400 : cluster [DBG] pgmap v8819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:40 smithi136 bash[11745]: audit 2022-04-26T07:28:40.127805+0000 mon.smithi136 (mon.0) 5788 : audit [DBG] from='client.? 172.21.15.136:0/2255212642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:40 smithi145 bash[13673]: audit 2022-04-26T07:28:40.127805+0000 mon.smithi136 (mon.0) 5788 : audit [DBG] from='client.? 172.21.15.136:0/2255212642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:41 smithi136 bash[11745]: cluster 2022-04-26T07:28:41.037054+0000 mgr.smithi136.ofnrfx (mgr.14188) 9401 : cluster [DBG] pgmap v8820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:41 smithi145 bash[13673]: cluster 2022-04-26T07:28:41.037054+0000 mgr.smithi136.ofnrfx (mgr.14188) 9401 : cluster [DBG] pgmap v8820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:43 smithi145 bash[13673]: audit 2022-04-26T07:28:43.040956+0000 mon.smithi136 (mon.0) 5789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:28:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:43 smithi145 bash[13673]: audit 2022-04-26T07:28:43.043899+0000 mon.smithi136 (mon.0) 5790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:28:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:43 smithi145 bash[13673]: audit 2022-04-26T07:28:43.046056+0000 mon.smithi136 (mon.0) 5791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:28:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:43 smithi136 bash[11745]: audit 2022-04-26T07:28:43.040956+0000 mon.smithi136 (mon.0) 5789 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:28:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:43 smithi136 bash[11745]: audit 2022-04-26T07:28:43.043899+0000 mon.smithi136 (mon.0) 5790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:28:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:43 smithi136 bash[11745]: audit 2022-04-26T07:28:43.046056+0000 mon.smithi136 (mon.0) 5791 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:28:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:44 smithi145 bash[13673]: cluster 2022-04-26T07:28:43.037668+0000 mgr.smithi136.ofnrfx (mgr.14188) 9402 : cluster [DBG] pgmap v8821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:44 smithi145 bash[13673]: audit 2022-04-26T07:28:43.353029+0000 mon.smithi136 (mon.0) 5792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:28:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:44 smithi136 bash[11745]: cluster 2022-04-26T07:28:43.037668+0000 mgr.smithi136.ofnrfx (mgr.14188) 9402 : cluster [DBG] pgmap v8821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:44 smithi136 bash[11745]: audit 2022-04-26T07:28:43.353029+0000 mon.smithi136 (mon.0) 5792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:28:45.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:45.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:45.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:45.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:46 smithi145 bash[13673]: cluster 2022-04-26T07:28:45.038256+0000 mgr.smithi136.ofnrfx (mgr.14188) 9403 : cluster [DBG] pgmap v8822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:46 smithi145 bash[13673]: audit 2022-04-26T07:28:45.462393+0000 mon.smithi136 (mon.0) 5793 : audit [DBG] from='client.? 172.21.15.136:0/126068965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:46 smithi136 bash[11745]: cluster 2022-04-26T07:28:45.038256+0000 mgr.smithi136.ofnrfx (mgr.14188) 9403 : cluster [DBG] pgmap v8822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:46 smithi136 bash[11745]: audit 2022-04-26T07:28:45.462393+0000 mon.smithi136 (mon.0) 5793 : audit [DBG] from='client.? 172.21.15.136:0/126068965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:48 smithi145 bash[13673]: cluster 2022-04-26T07:28:47.038941+0000 mgr.smithi136.ofnrfx (mgr.14188) 9404 : cluster [DBG] pgmap v8823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:48.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:48 smithi136 bash[11745]: cluster 2022-04-26T07:28:47.038941+0000 mgr.smithi136.ofnrfx (mgr.14188) 9404 : cluster [DBG] pgmap v8823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:49 smithi136 bash[11745]: cluster 2022-04-26T07:28:49.039605+0000 mgr.smithi136.ofnrfx (mgr.14188) 9405 : cluster [DBG] pgmap v8824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:49 smithi145 bash[13673]: cluster 2022-04-26T07:28:49.039605+0000 mgr.smithi136.ofnrfx (mgr.14188) 9405 : cluster [DBG] pgmap v8824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:50.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:50.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:50.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:50.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: cephadm 2022-04-26T07:28:50.667368+0000 mgr.smithi136.ofnrfx (mgr.14188) 9406 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T07:28:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: audit 2022-04-26T07:28:50.677405+0000 mon.smithi136 (mon.0) 5794 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: audit 2022-04-26T07:28:50.791687+0000 mon.smithi136 (mon.0) 5795 : audit [DBG] from='client.? 172.21.15.136:0/4294477137' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: cluster 2022-04-26T07:28:50.983020+0000 mgr.smithi136.ofnrfx (mgr.14188) 9407 : cluster [DBG] pgmap v8825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: cluster 2022-04-26T07:28:50.983480+0000 mgr.smithi136.ofnrfx (mgr.14188) 9408 : cluster [DBG] pgmap v8826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: audit 2022-04-26T07:28:50.991052+0000 mon.smithi136 (mon.0) 5796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: audit 2022-04-26T07:28:51.000732+0000 mon.smithi136 (mon.0) 5797 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: cephadm 2022-04-26T07:28:51.002103+0000 mgr.smithi136.ofnrfx (mgr.14188) 9409 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: cephadm 2022-04-26T07:28:51.002330+0000 mgr.smithi136.ofnrfx (mgr.14188) 9410 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: audit 2022-04-26T07:28:51.013149+0000 mon.smithi136 (mon.0) 5798 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T07:28:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:51 smithi136 bash[11745]: audit 2022-04-26T07:28:51.014475+0000 mon.smithi136 (mon.0) 5799 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:28:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: cephadm 2022-04-26T07:28:50.667368+0000 mgr.smithi136.ofnrfx (mgr.14188) 9406 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T07:28:52.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: audit 2022-04-26T07:28:50.677405+0000 mon.smithi136 (mon.0) 5794 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:28:52.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: audit 2022-04-26T07:28:50.791687+0000 mon.smithi136 (mon.0) 5795 : audit [DBG] from='client.? 172.21.15.136:0/4294477137' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:52.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: cluster 2022-04-26T07:28:50.983020+0000 mgr.smithi136.ofnrfx (mgr.14188) 9407 : cluster [DBG] pgmap v8825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:52.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: cluster 2022-04-26T07:28:50.983480+0000 mgr.smithi136.ofnrfx (mgr.14188) 9408 : cluster [DBG] pgmap v8826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:52.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: audit 2022-04-26T07:28:50.991052+0000 mon.smithi136 (mon.0) 5796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:28:52.186 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: audit 2022-04-26T07:28:51.000732+0000 mon.smithi136 (mon.0) 5797 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:28:52.186 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: cephadm 2022-04-26T07:28:51.002103+0000 mgr.smithi136.ofnrfx (mgr.14188) 9409 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:28:52.186 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: cephadm 2022-04-26T07:28:51.002330+0000 mgr.smithi136.ofnrfx (mgr.14188) 9410 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:28:52.186 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: audit 2022-04-26T07:28:51.013149+0000 mon.smithi136 (mon.0) 5798 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T07:28:52.186 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:51 smithi145 bash[13673]: audit 2022-04-26T07:28:51.014475+0000 mon.smithi136 (mon.0) 5799 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:28:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:54 smithi136 bash[11745]: cluster 2022-04-26T07:28:52.984183+0000 mgr.smithi136.ofnrfx (mgr.14188) 9411 : cluster [DBG] pgmap v8827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:54 smithi145 bash[13673]: cluster 2022-04-26T07:28:52.984183+0000 mgr.smithi136.ofnrfx (mgr.14188) 9411 : cluster [DBG] pgmap v8827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:55.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:28:55.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:28:55.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:28:56.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:28:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:56 smithi136 bash[11745]: cluster 2022-04-26T07:28:54.984786+0000 mgr.smithi136.ofnrfx (mgr.14188) 9412 : cluster [DBG] pgmap v8828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:56.330 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:56 smithi145 bash[13673]: cluster 2022-04-26T07:28:54.984786+0000 mgr.smithi136.ofnrfx (mgr.14188) 9412 : cluster [DBG] pgmap v8828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:57 smithi136 bash[11745]: audit 2022-04-26T07:28:56.120857+0000 mon.smithi136 (mon.0) 5800 : audit [DBG] from='client.? 172.21.15.136:0/4082512205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:57.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:57 smithi145 bash[13673]: audit 2022-04-26T07:28:56.120857+0000 mon.smithi136 (mon.0) 5800 : audit [DBG] from='client.? 172.21.15.136:0/4082512205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:28:58.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:58 smithi136 bash[11745]: cluster 2022-04-26T07:28:56.985523+0000 mgr.smithi136.ofnrfx (mgr.14188) 9413 : cluster [DBG] pgmap v8829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:28:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:58 smithi145 bash[13673]: cluster 2022-04-26T07:28:56.985523+0000 mgr.smithi136.ofnrfx (mgr.14188) 9413 : cluster [DBG] pgmap v8829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:28:59 smithi136 bash[11745]: cluster 2022-04-26T07:28:58.986178+0000 mgr.smithi136.ofnrfx (mgr.14188) 9414 : cluster [DBG] pgmap v8830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:28:59 smithi145 bash[13673]: cluster 2022-04-26T07:28:58.986178+0000 mgr.smithi136.ofnrfx (mgr.14188) 9414 : cluster [DBG] pgmap v8830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:01.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:01.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:01.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:01.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:02 smithi145 bash[13673]: cluster 2022-04-26T07:29:00.986826+0000 mgr.smithi136.ofnrfx (mgr.14188) 9415 : cluster [DBG] pgmap v8831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:02 smithi145 bash[13673]: audit 2022-04-26T07:29:01.445642+0000 mon.smithi136 (mon.0) 5801 : audit [DBG] from='client.? 172.21.15.136:0/4200752038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:02 smithi136 bash[11745]: cluster 2022-04-26T07:29:00.986826+0000 mgr.smithi136.ofnrfx (mgr.14188) 9415 : cluster [DBG] pgmap v8831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:02 smithi136 bash[11745]: audit 2022-04-26T07:29:01.445642+0000 mon.smithi136 (mon.0) 5801 : audit [DBG] from='client.? 172.21.15.136:0/4200752038' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:03 smithi136 bash[11745]: audit 2022-04-26T07:29:03.033749+0000 mon.smithi136 (mon.0) 5802 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:29:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:03 smithi136 bash[11745]: audit 2022-04-26T07:29:03.037569+0000 mon.smithi136 (mon.0) 5803 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:29:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:03 smithi145 bash[13673]: audit 2022-04-26T07:29:03.033749+0000 mon.smithi136 (mon.0) 5802 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:29:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:03 smithi145 bash[13673]: audit 2022-04-26T07:29:03.037569+0000 mon.smithi136 (mon.0) 5803 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:29:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:04 smithi145 bash[13673]: cluster 2022-04-26T07:29:02.987433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9416 : cluster [DBG] pgmap v8832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:04 smithi136 bash[11745]: cluster 2022-04-26T07:29:02.987433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9416 : cluster [DBG] pgmap v8832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:05 smithi136 bash[11745]: audit 2022-04-26T07:29:04.421027+0000 mon.smithi136 (mon.0) 5804 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:29:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:05 smithi136 bash[11745]: cluster 2022-04-26T07:29:04.988049+0000 mgr.smithi136.ofnrfx (mgr.14188) 9417 : cluster [DBG] pgmap v8833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:05 smithi145 bash[13673]: audit 2022-04-26T07:29:04.421027+0000 mon.smithi136 (mon.0) 5804 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:29:05.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:05 smithi145 bash[13673]: cluster 2022-04-26T07:29:04.988049+0000 mgr.smithi136.ofnrfx (mgr.14188) 9417 : cluster [DBG] pgmap v8833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:06.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:06.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:06.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:06.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:06 smithi145 bash[13673]: audit 2022-04-26T07:29:06.773791+0000 mon.smithi136 (mon.0) 5805 : audit [DBG] from='client.? 172.21.15.136:0/2233546385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:07.314 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:06 smithi136 bash[11745]: audit 2022-04-26T07:29:06.773791+0000 mon.smithi136 (mon.0) 5805 : audit [DBG] from='client.? 172.21.15.136:0/2233546385' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:07 smithi145 bash[13673]: cluster 2022-04-26T07:29:06.988705+0000 mgr.smithi136.ofnrfx (mgr.14188) 9418 : cluster [DBG] pgmap v8834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:07 smithi136 bash[11745]: cluster 2022-04-26T07:29:06.988705+0000 mgr.smithi136.ofnrfx (mgr.14188) 9418 : cluster [DBG] pgmap v8834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:09 smithi136 bash[11745]: cluster 2022-04-26T07:29:08.989330+0000 mgr.smithi136.ofnrfx (mgr.14188) 9419 : cluster [DBG] pgmap v8835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:09 smithi145 bash[13673]: cluster 2022-04-26T07:29:08.989330+0000 mgr.smithi136.ofnrfx (mgr.14188) 9419 : cluster [DBG] pgmap v8835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:11.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:11.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:11.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:12.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:12 smithi136 bash[11745]: cluster 2022-04-26T07:29:10.989967+0000 mgr.smithi136.ofnrfx (mgr.14188) 9420 : cluster [DBG] pgmap v8836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:12 smithi145 bash[13673]: cluster 2022-04-26T07:29:10.989967+0000 mgr.smithi136.ofnrfx (mgr.14188) 9420 : cluster [DBG] pgmap v8836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:13 smithi136 bash[11745]: audit 2022-04-26T07:29:12.103914+0000 mon.smithi136 (mon.0) 5806 : audit [DBG] from='client.? 172.21.15.136:0/860583313' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:13 smithi145 bash[13673]: audit 2022-04-26T07:29:12.103914+0000 mon.smithi136 (mon.0) 5806 : audit [DBG] from='client.? 172.21.15.136:0/860583313' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:14 smithi136 bash[11745]: cluster 2022-04-26T07:29:12.990644+0000 mgr.smithi136.ofnrfx (mgr.14188) 9421 : cluster [DBG] pgmap v8837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:14 smithi145 bash[13673]: cluster 2022-04-26T07:29:12.990644+0000 mgr.smithi136.ofnrfx (mgr.14188) 9421 : cluster [DBG] pgmap v8837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:16 smithi145 bash[13673]: cluster 2022-04-26T07:29:14.991251+0000 mgr.smithi136.ofnrfx (mgr.14188) 9422 : cluster [DBG] pgmap v8838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:16 smithi136 bash[11745]: cluster 2022-04-26T07:29:14.991251+0000 mgr.smithi136.ofnrfx (mgr.14188) 9422 : cluster [DBG] pgmap v8838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:17.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:17.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:17.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:17.434 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:18 smithi145 bash[13673]: cluster 2022-04-26T07:29:16.991918+0000 mgr.smithi136.ofnrfx (mgr.14188) 9423 : cluster [DBG] pgmap v8839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:18 smithi145 bash[13673]: audit 2022-04-26T07:29:17.419096+0000 mon.smithi136 (mon.0) 5807 : audit [DBG] from='client.? 172.21.15.136:0/409185488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:18 smithi136 bash[11745]: cluster 2022-04-26T07:29:16.991918+0000 mgr.smithi136.ofnrfx (mgr.14188) 9423 : cluster [DBG] pgmap v8839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:18 smithi136 bash[11745]: audit 2022-04-26T07:29:17.419096+0000 mon.smithi136 (mon.0) 5807 : audit [DBG] from='client.? 172.21.15.136:0/409185488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:19 smithi136 bash[11745]: cluster 2022-04-26T07:29:18.992536+0000 mgr.smithi136.ofnrfx (mgr.14188) 9424 : cluster [DBG] pgmap v8840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:19 smithi145 bash[13673]: cluster 2022-04-26T07:29:18.992536+0000 mgr.smithi136.ofnrfx (mgr.14188) 9424 : cluster [DBG] pgmap v8840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:22 smithi136 bash[11745]: cluster 2022-04-26T07:29:20.993172+0000 mgr.smithi136.ofnrfx (mgr.14188) 9425 : cluster [DBG] pgmap v8841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:22 smithi145 bash[13673]: cluster 2022-04-26T07:29:20.993172+0000 mgr.smithi136.ofnrfx (mgr.14188) 9425 : cluster [DBG] pgmap v8841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:22.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:22.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:22.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:22.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:23 smithi145 bash[13673]: audit 2022-04-26T07:29:22.753643+0000 mon.smithi136 (mon.0) 5808 : audit [DBG] from='client.? 172.21.15.136:0/437487815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:23 smithi136 bash[11745]: audit 2022-04-26T07:29:22.753643+0000 mon.smithi136 (mon.0) 5808 : audit [DBG] from='client.? 172.21.15.136:0/437487815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:24 smithi145 bash[13673]: cluster 2022-04-26T07:29:22.993854+0000 mgr.smithi136.ofnrfx (mgr.14188) 9426 : cluster [DBG] pgmap v8842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:24 smithi136 bash[11745]: cluster 2022-04-26T07:29:22.993854+0000 mgr.smithi136.ofnrfx (mgr.14188) 9426 : cluster [DBG] pgmap v8842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:26 smithi145 bash[13673]: cluster 2022-04-26T07:29:24.994479+0000 mgr.smithi136.ofnrfx (mgr.14188) 9427 : cluster [DBG] pgmap v8843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:26 smithi136 bash[11745]: cluster 2022-04-26T07:29:24.994479+0000 mgr.smithi136.ofnrfx (mgr.14188) 9427 : cluster [DBG] pgmap v8843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:27.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:27.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:27.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:28.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:28 smithi145 bash[13673]: cluster 2022-04-26T07:29:26.995134+0000 mgr.smithi136.ofnrfx (mgr.14188) 9428 : cluster [DBG] pgmap v8844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:28 smithi136 bash[11745]: cluster 2022-04-26T07:29:26.995134+0000 mgr.smithi136.ofnrfx (mgr.14188) 9428 : cluster [DBG] pgmap v8844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:29 smithi145 bash[13673]: audit 2022-04-26T07:29:28.077723+0000 mon.smithi136 (mon.0) 5809 : audit [DBG] from='client.? 172.21.15.136:0/2486885474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:29 smithi136 bash[11745]: audit 2022-04-26T07:29:28.077723+0000 mon.smithi136 (mon.0) 5809 : audit [DBG] from='client.? 172.21.15.136:0/2486885474' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:30 smithi145 bash[13673]: cluster 2022-04-26T07:29:28.995795+0000 mgr.smithi136.ofnrfx (mgr.14188) 9429 : cluster [DBG] pgmap v8845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:30.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:30 smithi136 bash[11745]: cluster 2022-04-26T07:29:28.995795+0000 mgr.smithi136.ofnrfx (mgr.14188) 9429 : cluster [DBG] pgmap v8845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:32 smithi145 bash[13673]: cluster 2022-04-26T07:29:30.996456+0000 mgr.smithi136.ofnrfx (mgr.14188) 9430 : cluster [DBG] pgmap v8846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:32 smithi136 bash[11745]: cluster 2022-04-26T07:29:30.996456+0000 mgr.smithi136.ofnrfx (mgr.14188) 9430 : cluster [DBG] pgmap v8846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:33.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:33.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:33.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:33.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:34 smithi145 bash[13673]: cluster 2022-04-26T07:29:32.997054+0000 mgr.smithi136.ofnrfx (mgr.14188) 9431 : cluster [DBG] pgmap v8847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:34 smithi145 bash[13673]: audit 2022-04-26T07:29:33.416902+0000 mon.smithi136 (mon.0) 5810 : audit [DBG] from='client.? 172.21.15.136:0/3231792150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:34 smithi136 bash[11745]: cluster 2022-04-26T07:29:32.997054+0000 mgr.smithi136.ofnrfx (mgr.14188) 9431 : cluster [DBG] pgmap v8847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:34 smithi136 bash[11745]: audit 2022-04-26T07:29:33.416902+0000 mon.smithi136 (mon.0) 5810 : audit [DBG] from='client.? 172.21.15.136:0/3231792150' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:36 smithi145 bash[13673]: cluster 2022-04-26T07:29:34.997657+0000 mgr.smithi136.ofnrfx (mgr.14188) 9432 : cluster [DBG] pgmap v8848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:36.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:36 smithi136 bash[11745]: cluster 2022-04-26T07:29:34.997657+0000 mgr.smithi136.ofnrfx (mgr.14188) 9432 : cluster [DBG] pgmap v8848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:38 smithi145 bash[13673]: cluster 2022-04-26T07:29:36.998343+0000 mgr.smithi136.ofnrfx (mgr.14188) 9433 : cluster [DBG] pgmap v8849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:38.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:38.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:38.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:38 smithi136 bash[11745]: cluster 2022-04-26T07:29:36.998343+0000 mgr.smithi136.ofnrfx (mgr.14188) 9433 : cluster [DBG] pgmap v8849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:38.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:39 smithi136 bash[11745]: audit 2022-04-26T07:29:38.741171+0000 mon.smithi136 (mon.0) 5811 : audit [DBG] from='client.? 172.21.15.136:0/899674213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:39 smithi136 bash[11745]: cluster 2022-04-26T07:29:38.999029+0000 mgr.smithi136.ofnrfx (mgr.14188) 9434 : cluster [DBG] pgmap v8850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:39 smithi145 bash[13673]: audit 2022-04-26T07:29:38.741171+0000 mon.smithi136 (mon.0) 5811 : audit [DBG] from='client.? 172.21.15.136:0/899674213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:39 smithi145 bash[13673]: cluster 2022-04-26T07:29:38.999029+0000 mgr.smithi136.ofnrfx (mgr.14188) 9434 : cluster [DBG] pgmap v8850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:42 smithi136 bash[11745]: cluster 2022-04-26T07:29:40.999696+0000 mgr.smithi136.ofnrfx (mgr.14188) 9435 : cluster [DBG] pgmap v8851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:42 smithi145 bash[13673]: cluster 2022-04-26T07:29:40.999696+0000 mgr.smithi136.ofnrfx (mgr.14188) 9435 : cluster [DBG] pgmap v8851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:43.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:43.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:43.761 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:44.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:44 smithi145 bash[13673]: cluster 2022-04-26T07:29:43.000255+0000 mgr.smithi136.ofnrfx (mgr.14188) 9436 : cluster [DBG] pgmap v8852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:44 smithi136 bash[11745]: cluster 2022-04-26T07:29:43.000255+0000 mgr.smithi136.ofnrfx (mgr.14188) 9436 : cluster [DBG] pgmap v8852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:45 smithi145 bash[13673]: audit 2022-04-26T07:29:44.074316+0000 mon.smithi136 (mon.0) 5812 : audit [DBG] from='client.? 172.21.15.136:0/1826033959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:45 smithi136 bash[11745]: audit 2022-04-26T07:29:44.074316+0000 mon.smithi136 (mon.0) 5812 : audit [DBG] from='client.? 172.21.15.136:0/1826033959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:46 smithi145 bash[13673]: cluster 2022-04-26T07:29:45.000880+0000 mgr.smithi136.ofnrfx (mgr.14188) 9437 : cluster [DBG] pgmap v8853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:46 smithi136 bash[11745]: cluster 2022-04-26T07:29:45.000880+0000 mgr.smithi136.ofnrfx (mgr.14188) 9437 : cluster [DBG] pgmap v8853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:48 smithi145 bash[13673]: cluster 2022-04-26T07:29:47.001543+0000 mgr.smithi136.ofnrfx (mgr.14188) 9438 : cluster [DBG] pgmap v8854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:48 smithi136 bash[11745]: cluster 2022-04-26T07:29:47.001543+0000 mgr.smithi136.ofnrfx (mgr.14188) 9438 : cluster [DBG] pgmap v8854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:49.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:49.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:49.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:49.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:49 smithi136 bash[11745]: cluster 2022-04-26T07:29:49.002279+0000 mgr.smithi136.ofnrfx (mgr.14188) 9439 : cluster [DBG] pgmap v8855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:49 smithi136 bash[11745]: audit 2022-04-26T07:29:49.400923+0000 mon.smithi136 (mon.0) 5813 : audit [DBG] from='client.? 172.21.15.136:0/2882739971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:49 smithi145 bash[13673]: cluster 2022-04-26T07:29:49.002279+0000 mgr.smithi136.ofnrfx (mgr.14188) 9439 : cluster [DBG] pgmap v8855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:50.196 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:49 smithi145 bash[13673]: audit 2022-04-26T07:29:49.400923+0000 mon.smithi136 (mon.0) 5813 : audit [DBG] from='client.? 172.21.15.136:0/2882739971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:52 smithi145 bash[13673]: cluster 2022-04-26T07:29:51.002950+0000 mgr.smithi136.ofnrfx (mgr.14188) 9440 : cluster [DBG] pgmap v8856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:52 smithi136 bash[11745]: cluster 2022-04-26T07:29:51.002950+0000 mgr.smithi136.ofnrfx (mgr.14188) 9440 : cluster [DBG] pgmap v8856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:54 smithi145 bash[13673]: cluster 2022-04-26T07:29:53.003589+0000 mgr.smithi136.ofnrfx (mgr.14188) 9441 : cluster [DBG] pgmap v8857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:54.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:54.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:54.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:29:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:54 smithi136 bash[11745]: cluster 2022-04-26T07:29:53.003589+0000 mgr.smithi136.ofnrfx (mgr.14188) 9441 : cluster [DBG] pgmap v8857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:54.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:29:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:55 smithi145 bash[13673]: audit 2022-04-26T07:29:54.728584+0000 mon.smithi136 (mon.0) 5814 : audit [DBG] from='client.? 172.21.15.136:0/2736784081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:55 smithi136 bash[11745]: audit 2022-04-26T07:29:54.728584+0000 mon.smithi136 (mon.0) 5814 : audit [DBG] from='client.? 172.21.15.136:0/2736784081' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:29:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:56 smithi145 bash[13673]: cluster 2022-04-26T07:29:55.004171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9442 : cluster [DBG] pgmap v8858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:56 smithi136 bash[11745]: cluster 2022-04-26T07:29:55.004171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9442 : cluster [DBG] pgmap v8858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:58 smithi145 bash[13673]: cluster 2022-04-26T07:29:57.004761+0000 mgr.smithi136.ofnrfx (mgr.14188) 9443 : cluster [DBG] pgmap v8859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:58 smithi136 bash[11745]: cluster 2022-04-26T07:29:57.004761+0000 mgr.smithi136.ofnrfx (mgr.14188) 9443 : cluster [DBG] pgmap v8859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:29:59.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:29:59.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:29:59.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:29:59 smithi136 bash[11745]: cluster 2022-04-26T07:29:59.005382+0000 mgr.smithi136.ofnrfx (mgr.14188) 9444 : cluster [DBG] pgmap v8860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:00.075 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:29:59 smithi145 bash[13673]: cluster 2022-04-26T07:29:59.005382+0000 mgr.smithi136.ofnrfx (mgr.14188) 9444 : cluster [DBG] pgmap v8860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:00 smithi136 bash[11745]: cluster 2022-04-26T07:30:00.000169+0000 mon.smithi136 (mon.0) 5815 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:30:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:00 smithi136 bash[11745]: audit 2022-04-26T07:30:00.059650+0000 mon.smithi136 (mon.0) 5816 : audit [DBG] from='client.? 172.21.15.136:0/4230152285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:00 smithi145 bash[13673]: cluster 2022-04-26T07:30:00.000169+0000 mon.smithi136 (mon.0) 5815 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:00 smithi145 bash[13673]: audit 2022-04-26T07:30:00.059650+0000 mon.smithi136 (mon.0) 5816 : audit [DBG] from='client.? 172.21.15.136:0/4230152285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:01 smithi136 bash[11745]: cluster 2022-04-26T07:30:01.006034+0000 mgr.smithi136.ofnrfx (mgr.14188) 9445 : cluster [DBG] pgmap v8861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:01 smithi145 bash[13673]: cluster 2022-04-26T07:30:01.006034+0000 mgr.smithi136.ofnrfx (mgr.14188) 9445 : cluster [DBG] pgmap v8861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:03 smithi145 bash[13673]: audit 2022-04-26T07:30:03.037702+0000 mon.smithi136 (mon.0) 5817 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:30:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:03 smithi145 bash[13673]: audit 2022-04-26T07:30:03.041479+0000 mon.smithi136 (mon.0) 5818 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:30:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:03 smithi136 bash[11745]: audit 2022-04-26T07:30:03.037702+0000 mon.smithi136 (mon.0) 5817 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:30:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:03 smithi136 bash[11745]: audit 2022-04-26T07:30:03.041479+0000 mon.smithi136 (mon.0) 5818 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:30:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:04 smithi145 bash[13673]: cluster 2022-04-26T07:30:03.006642+0000 mgr.smithi136.ofnrfx (mgr.14188) 9446 : cluster [DBG] pgmap v8862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:04 smithi136 bash[11745]: cluster 2022-04-26T07:30:03.006642+0000 mgr.smithi136.ofnrfx (mgr.14188) 9446 : cluster [DBG] pgmap v8862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:05.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:05.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:05.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:05 smithi145 bash[13673]: audit 2022-04-26T07:30:04.426400+0000 mon.smithi136 (mon.0) 5819 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:30:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:05 smithi145 bash[13673]: audit 2022-04-26T07:30:04.429128+0000 mon.smithi136 (mon.0) 5820 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:30:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:05 smithi145 bash[13673]: audit 2022-04-26T07:30:04.430913+0000 mon.smithi136 (mon.0) 5821 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:30:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:05 smithi145 bash[13673]: audit 2022-04-26T07:30:04.738640+0000 mon.smithi136 (mon.0) 5822 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:30:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:05 smithi145 bash[13673]: audit 2022-04-26T07:30:04.744422+0000 mon.smithi136 (mon.0) 5823 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:30:05.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:05 smithi136 bash[11745]: audit 2022-04-26T07:30:04.426400+0000 mon.smithi136 (mon.0) 5819 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:30:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:05 smithi136 bash[11745]: audit 2022-04-26T07:30:04.429128+0000 mon.smithi136 (mon.0) 5820 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:30:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:05 smithi136 bash[11745]: audit 2022-04-26T07:30:04.430913+0000 mon.smithi136 (mon.0) 5821 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:30:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:05 smithi136 bash[11745]: audit 2022-04-26T07:30:04.738640+0000 mon.smithi136 (mon.0) 5822 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:30:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:05 smithi136 bash[11745]: audit 2022-04-26T07:30:04.744422+0000 mon.smithi136 (mon.0) 5823 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:30:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:06 smithi145 bash[13673]: cluster 2022-04-26T07:30:04.732830+0000 mgr.smithi136.ofnrfx (mgr.14188) 9447 : cluster [DBG] pgmap v8863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:06 smithi145 bash[13673]: cluster 2022-04-26T07:30:04.733178+0000 mgr.smithi136.ofnrfx (mgr.14188) 9448 : cluster [DBG] pgmap v8864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:06 smithi145 bash[13673]: cephadm 2022-04-26T07:30:04.745590+0000 mgr.smithi136.ofnrfx (mgr.14188) 9449 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:30:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:06 smithi145 bash[13673]: cephadm 2022-04-26T07:30:04.745750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9450 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:30:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:06 smithi145 bash[13673]: audit 2022-04-26T07:30:05.394399+0000 mon.smithi136 (mon.0) 5824 : audit [DBG] from='client.? 172.21.15.136:0/1082933927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:06 smithi136 bash[11745]: cluster 2022-04-26T07:30:04.732830+0000 mgr.smithi136.ofnrfx (mgr.14188) 9447 : cluster [DBG] pgmap v8863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:06 smithi136 bash[11745]: cluster 2022-04-26T07:30:04.733178+0000 mgr.smithi136.ofnrfx (mgr.14188) 9448 : cluster [DBG] pgmap v8864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:06 smithi136 bash[11745]: cephadm 2022-04-26T07:30:04.745590+0000 mgr.smithi136.ofnrfx (mgr.14188) 9449 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:30:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:06 smithi136 bash[11745]: cephadm 2022-04-26T07:30:04.745750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9450 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:30:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:06 smithi136 bash[11745]: audit 2022-04-26T07:30:05.394399+0000 mon.smithi136 (mon.0) 5824 : audit [DBG] from='client.? 172.21.15.136:0/1082933927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:08 smithi145 bash[13673]: cluster 2022-04-26T07:30:06.733800+0000 mgr.smithi136.ofnrfx (mgr.14188) 9451 : cluster [DBG] pgmap v8865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:08 smithi136 bash[11745]: cluster 2022-04-26T07:30:06.733800+0000 mgr.smithi136.ofnrfx (mgr.14188) 9451 : cluster [DBG] pgmap v8865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:09 smithi136 bash[11745]: cluster 2022-04-26T07:30:08.734419+0000 mgr.smithi136.ofnrfx (mgr.14188) 9452 : cluster [DBG] pgmap v8866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:09 smithi145 bash[13673]: cluster 2022-04-26T07:30:08.734419+0000 mgr.smithi136.ofnrfx (mgr.14188) 9452 : cluster [DBG] pgmap v8866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:10.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:10.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:10.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:10.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:10 smithi136 bash[11745]: audit 2022-04-26T07:30:10.717798+0000 mon.smithi136 (mon.0) 5825 : audit [DBG] from='client.? 172.21.15.136:0/819545612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:10 smithi145 bash[13673]: audit 2022-04-26T07:30:10.717798+0000 mon.smithi136 (mon.0) 5825 : audit [DBG] from='client.? 172.21.15.136:0/819545612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:11 smithi136 bash[11745]: cluster 2022-04-26T07:30:10.735133+0000 mgr.smithi136.ofnrfx (mgr.14188) 9453 : cluster [DBG] pgmap v8867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:11 smithi145 bash[13673]: cluster 2022-04-26T07:30:10.735133+0000 mgr.smithi136.ofnrfx (mgr.14188) 9453 : cluster [DBG] pgmap v8867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:13 smithi136 bash[11745]: cluster 2022-04-26T07:30:12.735822+0000 mgr.smithi136.ofnrfx (mgr.14188) 9454 : cluster [DBG] pgmap v8868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:13 smithi145 bash[13673]: cluster 2022-04-26T07:30:12.735822+0000 mgr.smithi136.ofnrfx (mgr.14188) 9454 : cluster [DBG] pgmap v8868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:15.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:15.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:15.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:16.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:15 smithi136 bash[11745]: cluster 2022-04-26T07:30:14.736440+0000 mgr.smithi136.ofnrfx (mgr.14188) 9455 : cluster [DBG] pgmap v8869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:15 smithi145 bash[13673]: cluster 2022-04-26T07:30:14.736440+0000 mgr.smithi136.ofnrfx (mgr.14188) 9455 : cluster [DBG] pgmap v8869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:16 smithi136 bash[11745]: audit 2022-04-26T07:30:16.034446+0000 mon.smithi136 (mon.0) 5826 : audit [DBG] from='client.? 172.21.15.136:0/3023962439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:16 smithi145 bash[13673]: audit 2022-04-26T07:30:16.034446+0000 mon.smithi136 (mon.0) 5826 : audit [DBG] from='client.? 172.21.15.136:0/3023962439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:17 smithi145 bash[13673]: cluster 2022-04-26T07:30:16.737040+0000 mgr.smithi136.ofnrfx (mgr.14188) 9456 : cluster [DBG] pgmap v8870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:17 smithi136 bash[11745]: cluster 2022-04-26T07:30:16.737040+0000 mgr.smithi136.ofnrfx (mgr.14188) 9456 : cluster [DBG] pgmap v8870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:19 smithi136 bash[11745]: cluster 2022-04-26T07:30:18.737676+0000 mgr.smithi136.ofnrfx (mgr.14188) 9457 : cluster [DBG] pgmap v8871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:19 smithi145 bash[13673]: cluster 2022-04-26T07:30:18.737676+0000 mgr.smithi136.ofnrfx (mgr.14188) 9457 : cluster [DBG] pgmap v8871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:21.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:21.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:21.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:21.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:21 smithi136 bash[11745]: cluster 2022-04-26T07:30:20.738296+0000 mgr.smithi136.ofnrfx (mgr.14188) 9458 : cluster [DBG] pgmap v8872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:21 smithi136 bash[11745]: audit 2022-04-26T07:30:21.362609+0000 mon.smithi136 (mon.0) 5827 : audit [DBG] from='client.? 172.21.15.136:0/2611804477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:21 smithi145 bash[13673]: cluster 2022-04-26T07:30:20.738296+0000 mgr.smithi136.ofnrfx (mgr.14188) 9458 : cluster [DBG] pgmap v8872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:21 smithi145 bash[13673]: audit 2022-04-26T07:30:21.362609+0000 mon.smithi136 (mon.0) 5827 : audit [DBG] from='client.? 172.21.15.136:0/2611804477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:23 smithi136 bash[11745]: cluster 2022-04-26T07:30:22.738915+0000 mgr.smithi136.ofnrfx (mgr.14188) 9459 : cluster [DBG] pgmap v8873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:23 smithi145 bash[13673]: cluster 2022-04-26T07:30:22.738915+0000 mgr.smithi136.ofnrfx (mgr.14188) 9459 : cluster [DBG] pgmap v8873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:25 smithi136 bash[11745]: cluster 2022-04-26T07:30:24.739589+0000 mgr.smithi136.ofnrfx (mgr.14188) 9460 : cluster [DBG] pgmap v8874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:25 smithi145 bash[13673]: cluster 2022-04-26T07:30:24.739589+0000 mgr.smithi136.ofnrfx (mgr.14188) 9460 : cluster [DBG] pgmap v8874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:26.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:26.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:26.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:26.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:26 smithi145 bash[13673]: audit 2022-04-26T07:30:26.692474+0000 mon.smithi136 (mon.0) 5828 : audit [DBG] from='client.? 172.21.15.136:0/372833167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:26 smithi136 bash[11745]: audit 2022-04-26T07:30:26.692474+0000 mon.smithi136 (mon.0) 5828 : audit [DBG] from='client.? 172.21.15.136:0/372833167' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:27 smithi145 bash[13673]: cluster 2022-04-26T07:30:26.740165+0000 mgr.smithi136.ofnrfx (mgr.14188) 9461 : cluster [DBG] pgmap v8875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:27 smithi136 bash[11745]: cluster 2022-04-26T07:30:26.740165+0000 mgr.smithi136.ofnrfx (mgr.14188) 9461 : cluster [DBG] pgmap v8875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:29 smithi136 bash[11745]: cluster 2022-04-26T07:30:28.740790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9462 : cluster [DBG] pgmap v8876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:29 smithi145 bash[13673]: cluster 2022-04-26T07:30:28.740790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9462 : cluster [DBG] pgmap v8876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:31.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:31.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:31.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:32.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:32.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:31 smithi136 bash[11745]: cluster 2022-04-26T07:30:30.741405+0000 mgr.smithi136.ofnrfx (mgr.14188) 9463 : cluster [DBG] pgmap v8877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:31 smithi145 bash[13673]: cluster 2022-04-26T07:30:30.741405+0000 mgr.smithi136.ofnrfx (mgr.14188) 9463 : cluster [DBG] pgmap v8877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:32 smithi136 bash[11745]: audit 2022-04-26T07:30:32.019985+0000 mon.smithi136 (mon.0) 5829 : audit [DBG] from='client.? 172.21.15.136:0/286536068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:32 smithi145 bash[13673]: audit 2022-04-26T07:30:32.019985+0000 mon.smithi136 (mon.0) 5829 : audit [DBG] from='client.? 172.21.15.136:0/286536068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:33 smithi136 bash[11745]: cluster 2022-04-26T07:30:32.742072+0000 mgr.smithi136.ofnrfx (mgr.14188) 9464 : cluster [DBG] pgmap v8878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:33 smithi145 bash[13673]: cluster 2022-04-26T07:30:32.742072+0000 mgr.smithi136.ofnrfx (mgr.14188) 9464 : cluster [DBG] pgmap v8878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:35 smithi145 bash[13673]: cluster 2022-04-26T07:30:34.742684+0000 mgr.smithi136.ofnrfx (mgr.14188) 9465 : cluster [DBG] pgmap v8879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:35 smithi136 bash[11745]: cluster 2022-04-26T07:30:34.742684+0000 mgr.smithi136.ofnrfx (mgr.14188) 9465 : cluster [DBG] pgmap v8879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:37.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:37.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:37.039 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:37.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:37 smithi145 bash[13673]: cluster 2022-04-26T07:30:36.743329+0000 mgr.smithi136.ofnrfx (mgr.14188) 9466 : cluster [DBG] pgmap v8880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:37 smithi145 bash[13673]: audit 2022-04-26T07:30:37.346054+0000 mon.smithi136 (mon.0) 5830 : audit [DBG] from='client.? 172.21.15.136:0/2096731073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:37 smithi136 bash[11745]: cluster 2022-04-26T07:30:36.743329+0000 mgr.smithi136.ofnrfx (mgr.14188) 9466 : cluster [DBG] pgmap v8880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:38.330 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:37 smithi136 bash[11745]: audit 2022-04-26T07:30:37.346054+0000 mon.smithi136 (mon.0) 5830 : audit [DBG] from='client.? 172.21.15.136:0/2096731073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:39 smithi136 bash[11745]: cluster 2022-04-26T07:30:38.743976+0000 mgr.smithi136.ofnrfx (mgr.14188) 9467 : cluster [DBG] pgmap v8881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:39 smithi145 bash[13673]: cluster 2022-04-26T07:30:38.743976+0000 mgr.smithi136.ofnrfx (mgr.14188) 9467 : cluster [DBG] pgmap v8881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:41 smithi136 bash[11745]: cluster 2022-04-26T07:30:40.744609+0000 mgr.smithi136.ofnrfx (mgr.14188) 9468 : cluster [DBG] pgmap v8882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:41 smithi145 bash[13673]: cluster 2022-04-26T07:30:40.744609+0000 mgr.smithi136.ofnrfx (mgr.14188) 9468 : cluster [DBG] pgmap v8882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:42.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:42.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:42.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:42.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:42 smithi145 bash[13673]: audit 2022-04-26T07:30:42.670792+0000 mon.smithi136 (mon.0) 5831 : audit [DBG] from='client.? 172.21.15.136:0/1716729958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:42 smithi136 bash[11745]: audit 2022-04-26T07:30:42.670792+0000 mon.smithi136 (mon.0) 5831 : audit [DBG] from='client.? 172.21.15.136:0/1716729958' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:43 smithi145 bash[13673]: cluster 2022-04-26T07:30:42.745270+0000 mgr.smithi136.ofnrfx (mgr.14188) 9469 : cluster [DBG] pgmap v8883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:43 smithi136 bash[11745]: cluster 2022-04-26T07:30:42.745270+0000 mgr.smithi136.ofnrfx (mgr.14188) 9469 : cluster [DBG] pgmap v8883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:45 smithi145 bash[13673]: cluster 2022-04-26T07:30:44.745849+0000 mgr.smithi136.ofnrfx (mgr.14188) 9470 : cluster [DBG] pgmap v8884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:45 smithi136 bash[11745]: cluster 2022-04-26T07:30:44.745849+0000 mgr.smithi136.ofnrfx (mgr.14188) 9470 : cluster [DBG] pgmap v8884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:47.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:47.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:47.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:48.022 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:47 smithi145 bash[13673]: cluster 2022-04-26T07:30:46.746465+0000 mgr.smithi136.ofnrfx (mgr.14188) 9471 : cluster [DBG] pgmap v8885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:47 smithi136 bash[11745]: cluster 2022-04-26T07:30:46.746465+0000 mgr.smithi136.ofnrfx (mgr.14188) 9471 : cluster [DBG] pgmap v8885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:49.093 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:48 smithi136 bash[11745]: audit 2022-04-26T07:30:48.007123+0000 mon.smithi136 (mon.0) 5832 : audit [DBG] from='client.? 172.21.15.136:0/1736097023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:48 smithi145 bash[13673]: audit 2022-04-26T07:30:48.007123+0000 mon.smithi136 (mon.0) 5832 : audit [DBG] from='client.? 172.21.15.136:0/1736097023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:49 smithi145 bash[13673]: cluster 2022-04-26T07:30:48.747071+0000 mgr.smithi136.ofnrfx (mgr.14188) 9472 : cluster [DBG] pgmap v8886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:49 smithi136 bash[11745]: cluster 2022-04-26T07:30:48.747071+0000 mgr.smithi136.ofnrfx (mgr.14188) 9472 : cluster [DBG] pgmap v8886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:51 smithi145 bash[13673]: cluster 2022-04-26T07:30:50.747721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9473 : cluster [DBG] pgmap v8887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:51 smithi136 bash[11745]: cluster 2022-04-26T07:30:50.747721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9473 : cluster [DBG] pgmap v8887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:53.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:53.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:53.026 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:53.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:53 smithi145 bash[13673]: cluster 2022-04-26T07:30:52.748340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9474 : cluster [DBG] pgmap v8888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:54.187 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:53 smithi145 bash[13673]: audit 2022-04-26T07:30:53.344719+0000 mon.smithi136 (mon.0) 5833 : audit [DBG] from='client.? 172.21.15.136:0/3935414600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:53 smithi136 bash[11745]: cluster 2022-04-26T07:30:52.748340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9474 : cluster [DBG] pgmap v8888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:53 smithi136 bash[11745]: audit 2022-04-26T07:30:53.344719+0000 mon.smithi136 (mon.0) 5833 : audit [DBG] from='client.? 172.21.15.136:0/3935414600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:55 smithi145 bash[13673]: cluster 2022-04-26T07:30:54.748891+0000 mgr.smithi136.ofnrfx (mgr.14188) 9475 : cluster [DBG] pgmap v8889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:55 smithi136 bash[11745]: cluster 2022-04-26T07:30:54.748891+0000 mgr.smithi136.ofnrfx (mgr.14188) 9475 : cluster [DBG] pgmap v8889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:57 smithi145 bash[13673]: cluster 2022-04-26T07:30:56.749498+0000 mgr.smithi136.ofnrfx (mgr.14188) 9476 : cluster [DBG] pgmap v8890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:57 smithi136 bash[11745]: cluster 2022-04-26T07:30:56.749498+0000 mgr.smithi136.ofnrfx (mgr.14188) 9476 : cluster [DBG] pgmap v8890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:30:58.367 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:30:58.370 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:30:58.370 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:30:58.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:30:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:58 smithi145 bash[13673]: audit 2022-04-26T07:30:58.678227+0000 mon.smithi136 (mon.0) 5834 : audit [DBG] from='client.? 172.21.15.136:0/1719346784' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:30:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:58 smithi136 bash[11745]: audit 2022-04-26T07:30:58.678227+0000 mon.smithi136 (mon.0) 5834 : audit [DBG] from='client.? 172.21.15.136:0/1719346784' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:30:59 smithi145 bash[13673]: cluster 2022-04-26T07:30:58.750092+0000 mgr.smithi136.ofnrfx (mgr.14188) 9477 : cluster [DBG] pgmap v8891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:30:59 smithi136 bash[11745]: cluster 2022-04-26T07:30:58.750092+0000 mgr.smithi136.ofnrfx (mgr.14188) 9477 : cluster [DBG] pgmap v8891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:01 smithi145 bash[13673]: cluster 2022-04-26T07:31:00.750751+0000 mgr.smithi136.ofnrfx (mgr.14188) 9478 : cluster [DBG] pgmap v8892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:01 smithi136 bash[11745]: cluster 2022-04-26T07:31:00.750751+0000 mgr.smithi136.ofnrfx (mgr.14188) 9478 : cluster [DBG] pgmap v8892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:03.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:03.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:03.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:04.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:03 smithi145 bash[13673]: cluster 2022-04-26T07:31:02.751407+0000 mgr.smithi136.ofnrfx (mgr.14188) 9479 : cluster [DBG] pgmap v8893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:03 smithi145 bash[13673]: audit 2022-04-26T07:31:03.041704+0000 mon.smithi136 (mon.0) 5835 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:31:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:03 smithi145 bash[13673]: audit 2022-04-26T07:31:03.045742+0000 mon.smithi136 (mon.0) 5836 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:31:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:03 smithi136 bash[11745]: cluster 2022-04-26T07:31:02.751407+0000 mgr.smithi136.ofnrfx (mgr.14188) 9479 : cluster [DBG] pgmap v8893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:03 smithi136 bash[11745]: audit 2022-04-26T07:31:03.041704+0000 mon.smithi136 (mon.0) 5835 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:31:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:03 smithi136 bash[11745]: audit 2022-04-26T07:31:03.045742+0000 mon.smithi136 (mon.0) 5836 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:31:05.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:04 smithi145 bash[13673]: audit 2022-04-26T07:31:04.007922+0000 mon.smithi136 (mon.0) 5837 : audit [DBG] from='client.? 172.21.15.136:0/1955089447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:05.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:04 smithi145 bash[13673]: audit 2022-04-26T07:31:04.755539+0000 mon.smithi136 (mon.0) 5838 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:31:05.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:04 smithi145 bash[13673]: audit 2022-04-26T07:31:04.758378+0000 mon.smithi136 (mon.0) 5839 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:31:05.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:04 smithi145 bash[13673]: audit 2022-04-26T07:31:04.760262+0000 mon.smithi136 (mon.0) 5840 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:31:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:04 smithi136 bash[11745]: audit 2022-04-26T07:31:04.007922+0000 mon.smithi136 (mon.0) 5837 : audit [DBG] from='client.? 172.21.15.136:0/1955089447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:04 smithi136 bash[11745]: audit 2022-04-26T07:31:04.755539+0000 mon.smithi136 (mon.0) 5838 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:31:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:04 smithi136 bash[11745]: audit 2022-04-26T07:31:04.758378+0000 mon.smithi136 (mon.0) 5839 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:31:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:04 smithi136 bash[11745]: audit 2022-04-26T07:31:04.760262+0000 mon.smithi136 (mon.0) 5840 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:31:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: cluster 2022-04-26T07:31:04.751999+0000 mgr.smithi136.ofnrfx (mgr.14188) 9480 : cluster [DBG] pgmap v8894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:06.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: audit 2022-04-26T07:31:05.065597+0000 mon.smithi136 (mon.0) 5841 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:31:06.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: cluster 2022-04-26T07:31:05.359757+0000 mgr.smithi136.ofnrfx (mgr.14188) 9481 : cluster [DBG] pgmap v8895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:06.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: cluster 2022-04-26T07:31:05.360146+0000 mgr.smithi136.ofnrfx (mgr.14188) 9482 : cluster [DBG] pgmap v8896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:06.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: audit 2022-04-26T07:31:05.367492+0000 mon.smithi136 (mon.0) 5842 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:31:06.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: audit 2022-04-26T07:31:05.373934+0000 mon.smithi136 (mon.0) 5843 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:31:06.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: cephadm 2022-04-26T07:31:05.375293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9483 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:31:06.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:06 smithi145 bash[13673]: cephadm 2022-04-26T07:31:05.375571+0000 mgr.smithi136.ofnrfx (mgr.14188) 9484 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:31:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: cluster 2022-04-26T07:31:04.751999+0000 mgr.smithi136.ofnrfx (mgr.14188) 9480 : cluster [DBG] pgmap v8894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: audit 2022-04-26T07:31:05.065597+0000 mon.smithi136 (mon.0) 5841 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:31:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: cluster 2022-04-26T07:31:05.359757+0000 mgr.smithi136.ofnrfx (mgr.14188) 9481 : cluster [DBG] pgmap v8895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: cluster 2022-04-26T07:31:05.360146+0000 mgr.smithi136.ofnrfx (mgr.14188) 9482 : cluster [DBG] pgmap v8896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: audit 2022-04-26T07:31:05.367492+0000 mon.smithi136 (mon.0) 5842 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:31:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: audit 2022-04-26T07:31:05.373934+0000 mon.smithi136 (mon.0) 5843 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:31:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: cephadm 2022-04-26T07:31:05.375293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9483 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:31:06.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:06 smithi136 bash[11745]: cephadm 2022-04-26T07:31:05.375571+0000 mgr.smithi136.ofnrfx (mgr.14188) 9484 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:31:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:08 smithi136 bash[11745]: cluster 2022-04-26T07:31:07.360750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9485 : cluster [DBG] pgmap v8897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:08 smithi145 bash[13673]: cluster 2022-04-26T07:31:07.360750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9485 : cluster [DBG] pgmap v8897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:09.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:09.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:09.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:09.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:09 smithi136 bash[11745]: audit 2022-04-26T07:31:09.334492+0000 mon.smithi136 (mon.0) 5844 : audit [DBG] from='client.? 172.21.15.136:0/226386949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:09 smithi136 bash[11745]: cluster 2022-04-26T07:31:09.361375+0000 mgr.smithi136.ofnrfx (mgr.14188) 9486 : cluster [DBG] pgmap v8898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:09 smithi145 bash[13673]: audit 2022-04-26T07:31:09.334492+0000 mon.smithi136 (mon.0) 5844 : audit [DBG] from='client.? 172.21.15.136:0/226386949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:09 smithi145 bash[13673]: cluster 2022-04-26T07:31:09.361375+0000 mgr.smithi136.ofnrfx (mgr.14188) 9486 : cluster [DBG] pgmap v8898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:12 smithi136 bash[11745]: cluster 2022-04-26T07:31:11.362022+0000 mgr.smithi136.ofnrfx (mgr.14188) 9487 : cluster [DBG] pgmap v8899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:12 smithi145 bash[13673]: cluster 2022-04-26T07:31:11.362022+0000 mgr.smithi136.ofnrfx (mgr.14188) 9487 : cluster [DBG] pgmap v8899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:14.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:14.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:14.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:14.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:14 smithi136 bash[11745]: cluster 2022-04-26T07:31:13.362583+0000 mgr.smithi136.ofnrfx (mgr.14188) 9488 : cluster [DBG] pgmap v8900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:14 smithi145 bash[13673]: cluster 2022-04-26T07:31:13.362583+0000 mgr.smithi136.ofnrfx (mgr.14188) 9488 : cluster [DBG] pgmap v8900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:15 smithi136 bash[11745]: audit 2022-04-26T07:31:14.663954+0000 mon.smithi136 (mon.0) 5845 : audit [DBG] from='client.? 172.21.15.136:0/1203414414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:15 smithi145 bash[13673]: audit 2022-04-26T07:31:14.663954+0000 mon.smithi136 (mon.0) 5845 : audit [DBG] from='client.? 172.21.15.136:0/1203414414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:16 smithi136 bash[11745]: cluster 2022-04-26T07:31:15.363176+0000 mgr.smithi136.ofnrfx (mgr.14188) 9489 : cluster [DBG] pgmap v8901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:16 smithi145 bash[13673]: cluster 2022-04-26T07:31:15.363176+0000 mgr.smithi136.ofnrfx (mgr.14188) 9489 : cluster [DBG] pgmap v8901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:17 smithi136 bash[11745]: cluster 2022-04-26T07:31:17.363811+0000 mgr.smithi136.ofnrfx (mgr.14188) 9490 : cluster [DBG] pgmap v8902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:17 smithi145 bash[13673]: cluster 2022-04-26T07:31:17.363811+0000 mgr.smithi136.ofnrfx (mgr.14188) 9490 : cluster [DBG] pgmap v8902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:19.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:19.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:19.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:20.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:20.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:19 smithi136 bash[11745]: cluster 2022-04-26T07:31:19.364436+0000 mgr.smithi136.ofnrfx (mgr.14188) 9491 : cluster [DBG] pgmap v8903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:19 smithi145 bash[13673]: cluster 2022-04-26T07:31:19.364436+0000 mgr.smithi136.ofnrfx (mgr.14188) 9491 : cluster [DBG] pgmap v8903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:20 smithi136 bash[11745]: audit 2022-04-26T07:31:19.992504+0000 mon.smithi136 (mon.0) 5846 : audit [DBG] from='client.? 172.21.15.136:0/1436418375' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:20 smithi145 bash[13673]: audit 2022-04-26T07:31:19.992504+0000 mon.smithi136 (mon.0) 5846 : audit [DBG] from='client.? 172.21.15.136:0/1436418375' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:21 smithi136 bash[11745]: cluster 2022-04-26T07:31:21.365070+0000 mgr.smithi136.ofnrfx (mgr.14188) 9492 : cluster [DBG] pgmap v8904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:21 smithi145 bash[13673]: cluster 2022-04-26T07:31:21.365070+0000 mgr.smithi136.ofnrfx (mgr.14188) 9492 : cluster [DBG] pgmap v8904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:24 smithi136 bash[11745]: cluster 2022-04-26T07:31:23.365747+0000 mgr.smithi136.ofnrfx (mgr.14188) 9493 : cluster [DBG] pgmap v8905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:24 smithi145 bash[13673]: cluster 2022-04-26T07:31:23.365747+0000 mgr.smithi136.ofnrfx (mgr.14188) 9493 : cluster [DBG] pgmap v8905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:25.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:25.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:25.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:25.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:25 smithi136 bash[11745]: audit 2022-04-26T07:31:25.330735+0000 mon.smithi136 (mon.0) 5847 : audit [DBG] from='client.? 172.21.15.136:0/2270535963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:25 smithi145 bash[13673]: audit 2022-04-26T07:31:25.330735+0000 mon.smithi136 (mon.0) 5847 : audit [DBG] from='client.? 172.21.15.136:0/2270535963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:26 smithi136 bash[11745]: cluster 2022-04-26T07:31:25.366348+0000 mgr.smithi136.ofnrfx (mgr.14188) 9494 : cluster [DBG] pgmap v8906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:26 smithi145 bash[13673]: cluster 2022-04-26T07:31:25.366348+0000 mgr.smithi136.ofnrfx (mgr.14188) 9494 : cluster [DBG] pgmap v8906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:27 smithi136 bash[11745]: cluster 2022-04-26T07:31:27.367018+0000 mgr.smithi136.ofnrfx (mgr.14188) 9495 : cluster [DBG] pgmap v8907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:27 smithi145 bash[13673]: cluster 2022-04-26T07:31:27.367018+0000 mgr.smithi136.ofnrfx (mgr.14188) 9495 : cluster [DBG] pgmap v8907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:29 smithi136 bash[11745]: cluster 2022-04-26T07:31:29.367679+0000 mgr.smithi136.ofnrfx (mgr.14188) 9496 : cluster [DBG] pgmap v8908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:29 smithi145 bash[13673]: cluster 2022-04-26T07:31:29.367679+0000 mgr.smithi136.ofnrfx (mgr.14188) 9496 : cluster [DBG] pgmap v8908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:30.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:30.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:30.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:30.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:30 smithi136 bash[11745]: audit 2022-04-26T07:31:30.659350+0000 mon.smithi136 (mon.0) 5848 : audit [DBG] from='client.? 172.21.15.136:0/3764386855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:30 smithi145 bash[13673]: audit 2022-04-26T07:31:30.659350+0000 mon.smithi136 (mon.0) 5848 : audit [DBG] from='client.? 172.21.15.136:0/3764386855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:31 smithi136 bash[11745]: cluster 2022-04-26T07:31:31.368352+0000 mgr.smithi136.ofnrfx (mgr.14188) 9497 : cluster [DBG] pgmap v8909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:31 smithi145 bash[13673]: cluster 2022-04-26T07:31:31.368352+0000 mgr.smithi136.ofnrfx (mgr.14188) 9497 : cluster [DBG] pgmap v8909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:34 smithi136 bash[11745]: cluster 2022-04-26T07:31:33.368959+0000 mgr.smithi136.ofnrfx (mgr.14188) 9498 : cluster [DBG] pgmap v8910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:34 smithi145 bash[13673]: cluster 2022-04-26T07:31:33.368959+0000 mgr.smithi136.ofnrfx (mgr.14188) 9498 : cluster [DBG] pgmap v8910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:35.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:35.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:35.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:36.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:36 smithi136 bash[11745]: cluster 2022-04-26T07:31:35.369571+0000 mgr.smithi136.ofnrfx (mgr.14188) 9499 : cluster [DBG] pgmap v8911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:36 smithi136 bash[11745]: audit 2022-04-26T07:31:35.986791+0000 mon.smithi136 (mon.0) 5849 : audit [DBG] from='client.? 172.21.15.136:0/2698091950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:36 smithi145 bash[13673]: cluster 2022-04-26T07:31:35.369571+0000 mgr.smithi136.ofnrfx (mgr.14188) 9499 : cluster [DBG] pgmap v8911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:36 smithi145 bash[13673]: audit 2022-04-26T07:31:35.986791+0000 mon.smithi136 (mon.0) 5849 : audit [DBG] from='client.? 172.21.15.136:0/2698091950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:38 smithi136 bash[11745]: cluster 2022-04-26T07:31:37.370194+0000 mgr.smithi136.ofnrfx (mgr.14188) 9500 : cluster [DBG] pgmap v8912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:38 smithi145 bash[13673]: cluster 2022-04-26T07:31:37.370194+0000 mgr.smithi136.ofnrfx (mgr.14188) 9500 : cluster [DBG] pgmap v8912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:39 smithi136 bash[11745]: cluster 2022-04-26T07:31:39.370906+0000 mgr.smithi136.ofnrfx (mgr.14188) 9501 : cluster [DBG] pgmap v8913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:39 smithi145 bash[13673]: cluster 2022-04-26T07:31:39.370906+0000 mgr.smithi136.ofnrfx (mgr.14188) 9501 : cluster [DBG] pgmap v8913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:41.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:41.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:41.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:41.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:41 smithi145 bash[13673]: audit 2022-04-26T07:31:41.317450+0000 mon.smithi136 (mon.0) 5850 : audit [DBG] from='client.? 172.21.15.136:0/424279991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:41 smithi136 bash[11745]: audit 2022-04-26T07:31:41.317450+0000 mon.smithi136 (mon.0) 5850 : audit [DBG] from='client.? 172.21.15.136:0/424279991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:42 smithi145 bash[13673]: cluster 2022-04-26T07:31:41.371635+0000 mgr.smithi136.ofnrfx (mgr.14188) 9502 : cluster [DBG] pgmap v8914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:42 smithi136 bash[11745]: cluster 2022-04-26T07:31:41.371635+0000 mgr.smithi136.ofnrfx (mgr.14188) 9502 : cluster [DBG] pgmap v8914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:44 smithi145 bash[13673]: cluster 2022-04-26T07:31:43.372265+0000 mgr.smithi136.ofnrfx (mgr.14188) 9503 : cluster [DBG] pgmap v8915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:44 smithi136 bash[11745]: cluster 2022-04-26T07:31:43.372265+0000 mgr.smithi136.ofnrfx (mgr.14188) 9503 : cluster [DBG] pgmap v8915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:46.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:46.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:46.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:46 smithi145 bash[13673]: cluster 2022-04-26T07:31:45.372866+0000 mgr.smithi136.ofnrfx (mgr.14188) 9504 : cluster [DBG] pgmap v8916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:46.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:46 smithi136 bash[11745]: cluster 2022-04-26T07:31:45.372866+0000 mgr.smithi136.ofnrfx (mgr.14188) 9504 : cluster [DBG] pgmap v8916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:47 smithi145 bash[13673]: audit 2022-04-26T07:31:46.639352+0000 mon.smithi136 (mon.0) 5851 : audit [DBG] from='client.? 172.21.15.136:0/1420297120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:47 smithi136 bash[11745]: audit 2022-04-26T07:31:46.639352+0000 mon.smithi136 (mon.0) 5851 : audit [DBG] from='client.? 172.21.15.136:0/1420297120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:48 smithi136 bash[11745]: cluster 2022-04-26T07:31:47.373498+0000 mgr.smithi136.ofnrfx (mgr.14188) 9505 : cluster [DBG] pgmap v8917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:48 smithi145 bash[13673]: cluster 2022-04-26T07:31:47.373498+0000 mgr.smithi136.ofnrfx (mgr.14188) 9505 : cluster [DBG] pgmap v8917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:49 smithi136 bash[11745]: cluster 2022-04-26T07:31:49.374383+0000 mgr.smithi136.ofnrfx (mgr.14188) 9506 : cluster [DBG] pgmap v8918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:49 smithi145 bash[13673]: cluster 2022-04-26T07:31:49.374383+0000 mgr.smithi136.ofnrfx (mgr.14188) 9506 : cluster [DBG] pgmap v8918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:51.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:51.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:51.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:51.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:52 smithi136 bash[11745]: cluster 2022-04-26T07:31:51.375155+0000 mgr.smithi136.ofnrfx (mgr.14188) 9507 : cluster [DBG] pgmap v8919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:52 smithi136 bash[11745]: audit 2022-04-26T07:31:51.963007+0000 mon.smithi136 (mon.0) 5852 : audit [DBG] from='client.? 172.21.15.136:0/1313348545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:52 smithi145 bash[13673]: cluster 2022-04-26T07:31:51.375155+0000 mgr.smithi136.ofnrfx (mgr.14188) 9507 : cluster [DBG] pgmap v8919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:52 smithi145 bash[13673]: audit 2022-04-26T07:31:51.963007+0000 mon.smithi136 (mon.0) 5852 : audit [DBG] from='client.? 172.21.15.136:0/1313348545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:54 smithi136 bash[11745]: cluster 2022-04-26T07:31:53.375853+0000 mgr.smithi136.ofnrfx (mgr.14188) 9508 : cluster [DBG] pgmap v8920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:54 smithi145 bash[13673]: cluster 2022-04-26T07:31:53.375853+0000 mgr.smithi136.ofnrfx (mgr.14188) 9508 : cluster [DBG] pgmap v8920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:56 smithi136 bash[11745]: cluster 2022-04-26T07:31:55.376439+0000 mgr.smithi136.ofnrfx (mgr.14188) 9509 : cluster [DBG] pgmap v8921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:56 smithi145 bash[13673]: cluster 2022-04-26T07:31:55.376439+0000 mgr.smithi136.ofnrfx (mgr.14188) 9509 : cluster [DBG] pgmap v8921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:56.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:31:56.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:31:56.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:31:57.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:31:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:57 smithi136 bash[11745]: audit 2022-04-26T07:31:57.293196+0000 mon.smithi136 (mon.0) 5853 : audit [DBG] from='client.? 172.21.15.136:0/168264179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:57 smithi136 bash[11745]: cluster 2022-04-26T07:31:57.377082+0000 mgr.smithi136.ofnrfx (mgr.14188) 9510 : cluster [DBG] pgmap v8922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:31:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:57 smithi145 bash[13673]: audit 2022-04-26T07:31:57.293196+0000 mon.smithi136 (mon.0) 5853 : audit [DBG] from='client.? 172.21.15.136:0/168264179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:31:57.929 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:57 smithi145 bash[13673]: cluster 2022-04-26T07:31:57.377082+0000 mgr.smithi136.ofnrfx (mgr.14188) 9510 : cluster [DBG] pgmap v8922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:31:59 smithi136 bash[11745]: cluster 2022-04-26T07:31:59.377751+0000 mgr.smithi136.ofnrfx (mgr.14188) 9511 : cluster [DBG] pgmap v8923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:31:59 smithi145 bash[13673]: cluster 2022-04-26T07:31:59.377751+0000 mgr.smithi136.ofnrfx (mgr.14188) 9511 : cluster [DBG] pgmap v8923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:02.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:02.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:02.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:02.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:02 smithi136 bash[11745]: cluster 2022-04-26T07:32:01.378381+0000 mgr.smithi136.ofnrfx (mgr.14188) 9512 : cluster [DBG] pgmap v8924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:02 smithi145 bash[13673]: cluster 2022-04-26T07:32:01.378381+0000 mgr.smithi136.ofnrfx (mgr.14188) 9512 : cluster [DBG] pgmap v8924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:03 smithi136 bash[11745]: audit 2022-04-26T07:32:02.629025+0000 mon.smithi136 (mon.0) 5854 : audit [DBG] from='client.? 172.21.15.136:0/2976452840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:03 smithi136 bash[11745]: audit 2022-04-26T07:32:03.046225+0000 mon.smithi136 (mon.0) 5855 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:32:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:03 smithi136 bash[11745]: audit 2022-04-26T07:32:03.050103+0000 mon.smithi136 (mon.0) 5856 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:32:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:03 smithi145 bash[13673]: audit 2022-04-26T07:32:02.629025+0000 mon.smithi136 (mon.0) 5854 : audit [DBG] from='client.? 172.21.15.136:0/2976452840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:03.947 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:03 smithi145 bash[13673]: audit 2022-04-26T07:32:03.046225+0000 mon.smithi136 (mon.0) 5855 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:32:03.947 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:03 smithi145 bash[13673]: audit 2022-04-26T07:32:03.050103+0000 mon.smithi136 (mon.0) 5856 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:32:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:04 smithi136 bash[11745]: cluster 2022-04-26T07:32:03.378976+0000 mgr.smithi136.ofnrfx (mgr.14188) 9513 : cluster [DBG] pgmap v8925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:04 smithi145 bash[13673]: cluster 2022-04-26T07:32:03.378976+0000 mgr.smithi136.ofnrfx (mgr.14188) 9513 : cluster [DBG] pgmap v8925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:05 smithi136 bash[11745]: cluster 2022-04-26T07:32:05.379633+0000 mgr.smithi136.ofnrfx (mgr.14188) 9514 : cluster [DBG] pgmap v8926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:05 smithi136 bash[11745]: audit 2022-04-26T07:32:05.382857+0000 mon.smithi136 (mon.0) 5857 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:32:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:05 smithi136 bash[11745]: audit 2022-04-26T07:32:05.385722+0000 mon.smithi136 (mon.0) 5858 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:32:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:05 smithi136 bash[11745]: audit 2022-04-26T07:32:05.387398+0000 mon.smithi136 (mon.0) 5859 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:32:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:05 smithi145 bash[13673]: cluster 2022-04-26T07:32:05.379633+0000 mgr.smithi136.ofnrfx (mgr.14188) 9514 : cluster [DBG] pgmap v8926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:05 smithi145 bash[13673]: audit 2022-04-26T07:32:05.382857+0000 mon.smithi136 (mon.0) 5857 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:32:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:05 smithi145 bash[13673]: audit 2022-04-26T07:32:05.385722+0000 mon.smithi136 (mon.0) 5858 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:32:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:05 smithi145 bash[13673]: audit 2022-04-26T07:32:05.387398+0000 mon.smithi136 (mon.0) 5859 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:32:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:06 smithi136 bash[11745]: cluster 2022-04-26T07:32:05.694445+0000 mgr.smithi136.ofnrfx (mgr.14188) 9515 : cluster [DBG] pgmap v8927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:06 smithi136 bash[11745]: cluster 2022-04-26T07:32:05.694926+0000 mgr.smithi136.ofnrfx (mgr.14188) 9516 : cluster [DBG] pgmap v8928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:06 smithi136 bash[11745]: audit 2022-04-26T07:32:05.700934+0000 mon.smithi136 (mon.0) 5860 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:32:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:06 smithi136 bash[11745]: audit 2022-04-26T07:32:05.708936+0000 mon.smithi136 (mon.0) 5861 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:32:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:06 smithi136 bash[11745]: cephadm 2022-04-26T07:32:05.710371+0000 mgr.smithi136.ofnrfx (mgr.14188) 9517 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:32:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:06 smithi136 bash[11745]: cephadm 2022-04-26T07:32:05.710548+0000 mgr.smithi136.ofnrfx (mgr.14188) 9518 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:32:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:06 smithi145 bash[13673]: cluster 2022-04-26T07:32:05.694445+0000 mgr.smithi136.ofnrfx (mgr.14188) 9515 : cluster [DBG] pgmap v8927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:06 smithi145 bash[13673]: cluster 2022-04-26T07:32:05.694926+0000 mgr.smithi136.ofnrfx (mgr.14188) 9516 : cluster [DBG] pgmap v8928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:06 smithi145 bash[13673]: audit 2022-04-26T07:32:05.700934+0000 mon.smithi136 (mon.0) 5860 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:32:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:06 smithi145 bash[13673]: audit 2022-04-26T07:32:05.708936+0000 mon.smithi136 (mon.0) 5861 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:32:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:06 smithi145 bash[13673]: cephadm 2022-04-26T07:32:05.710371+0000 mgr.smithi136.ofnrfx (mgr.14188) 9517 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:32:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:06 smithi145 bash[13673]: cephadm 2022-04-26T07:32:05.710548+0000 mgr.smithi136.ofnrfx (mgr.14188) 9518 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:32:07.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:07.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:07.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:07.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:08 smithi136 bash[11745]: cluster 2022-04-26T07:32:07.695600+0000 mgr.smithi136.ofnrfx (mgr.14188) 9519 : cluster [DBG] pgmap v8929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:08 smithi136 bash[11745]: audit 2022-04-26T07:32:07.957202+0000 mon.smithi136 (mon.0) 5862 : audit [DBG] from='client.? 172.21.15.136:0/2454420216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:08 smithi145 bash[13673]: cluster 2022-04-26T07:32:07.695600+0000 mgr.smithi136.ofnrfx (mgr.14188) 9519 : cluster [DBG] pgmap v8929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:08 smithi145 bash[13673]: audit 2022-04-26T07:32:07.957202+0000 mon.smithi136 (mon.0) 5862 : audit [DBG] from='client.? 172.21.15.136:0/2454420216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:10 smithi136 bash[11745]: cluster 2022-04-26T07:32:09.696186+0000 mgr.smithi136.ofnrfx (mgr.14188) 9520 : cluster [DBG] pgmap v8930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:10 smithi145 bash[13673]: cluster 2022-04-26T07:32:09.696186+0000 mgr.smithi136.ofnrfx (mgr.14188) 9520 : cluster [DBG] pgmap v8930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:12.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:12.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:12.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:12 smithi136 bash[11745]: cluster 2022-04-26T07:32:11.696833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9521 : cluster [DBG] pgmap v8931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:12 smithi145 bash[13673]: cluster 2022-04-26T07:32:11.696833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9521 : cluster [DBG] pgmap v8931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:13.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:13 smithi136 bash[11745]: audit 2022-04-26T07:32:13.281553+0000 mon.smithi136 (mon.0) 5863 : audit [DBG] from='client.? 172.21.15.136:0/3300883702' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:13 smithi145 bash[13673]: audit 2022-04-26T07:32:13.281553+0000 mon.smithi136 (mon.0) 5863 : audit [DBG] from='client.? 172.21.15.136:0/3300883702' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:14 smithi136 bash[11745]: cluster 2022-04-26T07:32:13.697451+0000 mgr.smithi136.ofnrfx (mgr.14188) 9522 : cluster [DBG] pgmap v8932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:14 smithi145 bash[13673]: cluster 2022-04-26T07:32:13.697451+0000 mgr.smithi136.ofnrfx (mgr.14188) 9522 : cluster [DBG] pgmap v8932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:16 smithi136 bash[11745]: cluster 2022-04-26T07:32:15.698080+0000 mgr.smithi136.ofnrfx (mgr.14188) 9523 : cluster [DBG] pgmap v8933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:16 smithi145 bash[13673]: cluster 2022-04-26T07:32:15.698080+0000 mgr.smithi136.ofnrfx (mgr.14188) 9523 : cluster [DBG] pgmap v8933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:18.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:18.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:18.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:18.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:18 smithi136 bash[11745]: cluster 2022-04-26T07:32:17.698783+0000 mgr.smithi136.ofnrfx (mgr.14188) 9524 : cluster [DBG] pgmap v8934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:18 smithi136 bash[11745]: audit 2022-04-26T07:32:18.608905+0000 mon.smithi136 (mon.0) 5864 : audit [DBG] from='client.? 172.21.15.136:0/214160649' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:18 smithi145 bash[13673]: cluster 2022-04-26T07:32:17.698783+0000 mgr.smithi136.ofnrfx (mgr.14188) 9524 : cluster [DBG] pgmap v8934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:18 smithi145 bash[13673]: audit 2022-04-26T07:32:18.608905+0000 mon.smithi136 (mon.0) 5864 : audit [DBG] from='client.? 172.21.15.136:0/214160649' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:20 smithi136 bash[11745]: cluster 2022-04-26T07:32:19.699414+0000 mgr.smithi136.ofnrfx (mgr.14188) 9525 : cluster [DBG] pgmap v8935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:20 smithi145 bash[13673]: cluster 2022-04-26T07:32:19.699414+0000 mgr.smithi136.ofnrfx (mgr.14188) 9525 : cluster [DBG] pgmap v8935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:22 smithi136 bash[11745]: cluster 2022-04-26T07:32:21.700016+0000 mgr.smithi136.ofnrfx (mgr.14188) 9526 : cluster [DBG] pgmap v8936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:22 smithi145 bash[13673]: cluster 2022-04-26T07:32:21.700016+0000 mgr.smithi136.ofnrfx (mgr.14188) 9526 : cluster [DBG] pgmap v8936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:23.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:23.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:23.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:23.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:25.086 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:24 smithi136 bash[11745]: cluster 2022-04-26T07:32:23.700705+0000 mgr.smithi136.ofnrfx (mgr.14188) 9527 : cluster [DBG] pgmap v8937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:25.087 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:24 smithi136 bash[11745]: audit 2022-04-26T07:32:23.934297+0000 mon.smithi136 (mon.0) 5865 : audit [DBG] from='client.? 172.21.15.136:0/3555974347' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:24 smithi145 bash[13673]: cluster 2022-04-26T07:32:23.700705+0000 mgr.smithi136.ofnrfx (mgr.14188) 9527 : cluster [DBG] pgmap v8937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:24 smithi145 bash[13673]: audit 2022-04-26T07:32:23.934297+0000 mon.smithi136 (mon.0) 5865 : audit [DBG] from='client.? 172.21.15.136:0/3555974347' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:26 smithi136 bash[11745]: cluster 2022-04-26T07:32:25.701371+0000 mgr.smithi136.ofnrfx (mgr.14188) 9528 : cluster [DBG] pgmap v8938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:26 smithi145 bash[13673]: cluster 2022-04-26T07:32:25.701371+0000 mgr.smithi136.ofnrfx (mgr.14188) 9528 : cluster [DBG] pgmap v8938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:28.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:28.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:28.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:28 smithi136 bash[11745]: cluster 2022-04-26T07:32:27.702005+0000 mgr.smithi136.ofnrfx (mgr.14188) 9529 : cluster [DBG] pgmap v8939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:28 smithi145 bash[13673]: cluster 2022-04-26T07:32:27.702005+0000 mgr.smithi136.ofnrfx (mgr.14188) 9529 : cluster [DBG] pgmap v8939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:29.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:29 smithi136 bash[11745]: audit 2022-04-26T07:32:29.259544+0000 mon.smithi136 (mon.0) 5866 : audit [DBG] from='client.? 172.21.15.136:0/3854561163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:29 smithi145 bash[13673]: audit 2022-04-26T07:32:29.259544+0000 mon.smithi136 (mon.0) 5866 : audit [DBG] from='client.? 172.21.15.136:0/3854561163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:30 smithi136 bash[11745]: cluster 2022-04-26T07:32:29.702605+0000 mgr.smithi136.ofnrfx (mgr.14188) 9530 : cluster [DBG] pgmap v8940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:30 smithi145 bash[13673]: cluster 2022-04-26T07:32:29.702605+0000 mgr.smithi136.ofnrfx (mgr.14188) 9530 : cluster [DBG] pgmap v8940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:32 smithi136 bash[11745]: cluster 2022-04-26T07:32:31.703239+0000 mgr.smithi136.ofnrfx (mgr.14188) 9531 : cluster [DBG] pgmap v8941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:32 smithi145 bash[13673]: cluster 2022-04-26T07:32:31.703239+0000 mgr.smithi136.ofnrfx (mgr.14188) 9531 : cluster [DBG] pgmap v8941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:34.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:34.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:34.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:34.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:34 smithi136 bash[11745]: cluster 2022-04-26T07:32:33.703883+0000 mgr.smithi136.ofnrfx (mgr.14188) 9532 : cluster [DBG] pgmap v8942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:34 smithi136 bash[11745]: audit 2022-04-26T07:32:34.590214+0000 mon.smithi136 (mon.0) 5867 : audit [DBG] from='client.? 172.21.15.136:0/4276561530' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:34 smithi145 bash[13673]: cluster 2022-04-26T07:32:33.703883+0000 mgr.smithi136.ofnrfx (mgr.14188) 9532 : cluster [DBG] pgmap v8942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:34 smithi145 bash[13673]: audit 2022-04-26T07:32:34.590214+0000 mon.smithi136 (mon.0) 5867 : audit [DBG] from='client.? 172.21.15.136:0/4276561530' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:36 smithi136 bash[11745]: cluster 2022-04-26T07:32:35.704593+0000 mgr.smithi136.ofnrfx (mgr.14188) 9533 : cluster [DBG] pgmap v8943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:36 smithi145 bash[13673]: cluster 2022-04-26T07:32:35.704593+0000 mgr.smithi136.ofnrfx (mgr.14188) 9533 : cluster [DBG] pgmap v8943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:39.076 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:38 smithi136 bash[11745]: cluster 2022-04-26T07:32:37.705349+0000 mgr.smithi136.ofnrfx (mgr.14188) 9534 : cluster [DBG] pgmap v8944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:38 smithi145 bash[13673]: cluster 2022-04-26T07:32:37.705349+0000 mgr.smithi136.ofnrfx (mgr.14188) 9534 : cluster [DBG] pgmap v8944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:39.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:39.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:39.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:39.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:40 smithi145 bash[13673]: cluster 2022-04-26T07:32:39.705838+0000 mgr.smithi136.ofnrfx (mgr.14188) 9535 : cluster [DBG] pgmap v8945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:40 smithi145 bash[13673]: audit 2022-04-26T07:32:39.922081+0000 mon.smithi136 (mon.0) 5868 : audit [DBG] from='client.? 172.21.15.136:0/4069730287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:40 smithi136 bash[11745]: cluster 2022-04-26T07:32:39.705838+0000 mgr.smithi136.ofnrfx (mgr.14188) 9535 : cluster [DBG] pgmap v8945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:40 smithi136 bash[11745]: audit 2022-04-26T07:32:39.922081+0000 mon.smithi136 (mon.0) 5868 : audit [DBG] from='client.? 172.21.15.136:0/4069730287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:42 smithi145 bash[13673]: cluster 2022-04-26T07:32:41.706438+0000 mgr.smithi136.ofnrfx (mgr.14188) 9536 : cluster [DBG] pgmap v8946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:42 smithi136 bash[11745]: cluster 2022-04-26T07:32:41.706438+0000 mgr.smithi136.ofnrfx (mgr.14188) 9536 : cluster [DBG] pgmap v8946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:44.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:44.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:44.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:44 smithi145 bash[13673]: cluster 2022-04-26T07:32:43.707013+0000 mgr.smithi136.ofnrfx (mgr.14188) 9537 : cluster [DBG] pgmap v8947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:45.265 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:44 smithi136 bash[11745]: cluster 2022-04-26T07:32:43.707013+0000 mgr.smithi136.ofnrfx (mgr.14188) 9537 : cluster [DBG] pgmap v8947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:45 smithi145 bash[13673]: audit 2022-04-26T07:32:45.250341+0000 mon.smithi136 (mon.0) 5869 : audit [DBG] from='client.? 172.21.15.136:0/786815780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:45 smithi136 bash[11745]: audit 2022-04-26T07:32:45.250341+0000 mon.smithi136 (mon.0) 5869 : audit [DBG] from='client.? 172.21.15.136:0/786815780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:46 smithi145 bash[13673]: cluster 2022-04-26T07:32:45.707578+0000 mgr.smithi136.ofnrfx (mgr.14188) 9538 : cluster [DBG] pgmap v8948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:46 smithi136 bash[11745]: cluster 2022-04-26T07:32:45.707578+0000 mgr.smithi136.ofnrfx (mgr.14188) 9538 : cluster [DBG] pgmap v8948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:48 smithi145 bash[13673]: cluster 2022-04-26T07:32:47.708199+0000 mgr.smithi136.ofnrfx (mgr.14188) 9539 : cluster [DBG] pgmap v8949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:48 smithi136 bash[11745]: cluster 2022-04-26T07:32:47.708199+0000 mgr.smithi136.ofnrfx (mgr.14188) 9539 : cluster [DBG] pgmap v8949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:50.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:50.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:50.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:50.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:50 smithi145 bash[13673]: cluster 2022-04-26T07:32:49.708903+0000 mgr.smithi136.ofnrfx (mgr.14188) 9540 : cluster [DBG] pgmap v8950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:50 smithi145 bash[13673]: audit 2022-04-26T07:32:50.580392+0000 mon.smithi136 (mon.0) 5870 : audit [DBG] from='client.? 172.21.15.136:0/2276558703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:50 smithi136 bash[11745]: cluster 2022-04-26T07:32:49.708903+0000 mgr.smithi136.ofnrfx (mgr.14188) 9540 : cluster [DBG] pgmap v8950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:50 smithi136 bash[11745]: audit 2022-04-26T07:32:50.580392+0000 mon.smithi136 (mon.0) 5870 : audit [DBG] from='client.? 172.21.15.136:0/2276558703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:52 smithi145 bash[13673]: cluster 2022-04-26T07:32:51.709571+0000 mgr.smithi136.ofnrfx (mgr.14188) 9541 : cluster [DBG] pgmap v8951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:52 smithi136 bash[11745]: cluster 2022-04-26T07:32:51.709571+0000 mgr.smithi136.ofnrfx (mgr.14188) 9541 : cluster [DBG] pgmap v8951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:54 smithi145 bash[13673]: cluster 2022-04-26T07:32:53.710176+0000 mgr.smithi136.ofnrfx (mgr.14188) 9542 : cluster [DBG] pgmap v8952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:54 smithi136 bash[11745]: cluster 2022-04-26T07:32:53.710176+0000 mgr.smithi136.ofnrfx (mgr.14188) 9542 : cluster [DBG] pgmap v8952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:55.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:32:55.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:32:55.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:32:55.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:32:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:56 smithi145 bash[13673]: cluster 2022-04-26T07:32:55.710601+0000 mgr.smithi136.ofnrfx (mgr.14188) 9543 : cluster [DBG] pgmap v8953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:56 smithi145 bash[13673]: audit 2022-04-26T07:32:55.905366+0000 mon.smithi136 (mon.0) 5871 : audit [DBG] from='client.? 172.21.15.136:0/1000352692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:56 smithi136 bash[11745]: cluster 2022-04-26T07:32:55.710601+0000 mgr.smithi136.ofnrfx (mgr.14188) 9543 : cluster [DBG] pgmap v8953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:56 smithi136 bash[11745]: audit 2022-04-26T07:32:55.905366+0000 mon.smithi136 (mon.0) 5871 : audit [DBG] from='client.? 172.21.15.136:0/1000352692' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:32:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:32:58 smithi145 bash[13673]: cluster 2022-04-26T07:32:57.711191+0000 mgr.smithi136.ofnrfx (mgr.14188) 9544 : cluster [DBG] pgmap v8954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:32:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:32:58 smithi136 bash[11745]: cluster 2022-04-26T07:32:57.711191+0000 mgr.smithi136.ofnrfx (mgr.14188) 9544 : cluster [DBG] pgmap v8954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:00.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:00.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:00.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:00 smithi145 bash[13673]: cluster 2022-04-26T07:32:59.711815+0000 mgr.smithi136.ofnrfx (mgr.14188) 9545 : cluster [DBG] pgmap v8955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:01.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:00 smithi136 bash[11745]: cluster 2022-04-26T07:32:59.711815+0000 mgr.smithi136.ofnrfx (mgr.14188) 9545 : cluster [DBG] pgmap v8955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:01 smithi145 bash[13673]: audit 2022-04-26T07:33:01.237654+0000 mon.smithi136 (mon.0) 5872 : audit [DBG] from='client.? 172.21.15.136:0/1544474354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:01 smithi136 bash[11745]: audit 2022-04-26T07:33:01.237654+0000 mon.smithi136 (mon.0) 5872 : audit [DBG] from='client.? 172.21.15.136:0/1544474354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:02 smithi145 bash[13673]: cluster 2022-04-26T07:33:01.712430+0000 mgr.smithi136.ofnrfx (mgr.14188) 9546 : cluster [DBG] pgmap v8956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:02 smithi136 bash[11745]: cluster 2022-04-26T07:33:01.712430+0000 mgr.smithi136.ofnrfx (mgr.14188) 9546 : cluster [DBG] pgmap v8956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:03 smithi136 bash[11745]: audit 2022-04-26T07:33:03.050309+0000 mon.smithi136 (mon.0) 5873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:33:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:03 smithi136 bash[11745]: audit 2022-04-26T07:33:03.054178+0000 mon.smithi136 (mon.0) 5874 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:33:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:03 smithi145 bash[13673]: audit 2022-04-26T07:33:03.050309+0000 mon.smithi136 (mon.0) 5873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:33:04.441 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:03 smithi145 bash[13673]: audit 2022-04-26T07:33:03.054178+0000 mon.smithi136 (mon.0) 5874 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:33:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:04 smithi136 bash[11745]: cluster 2022-04-26T07:33:03.714501+0000 mgr.smithi136.ofnrfx (mgr.14188) 9547 : cluster [DBG] pgmap v8957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:04 smithi145 bash[13673]: cluster 2022-04-26T07:33:03.714501+0000 mgr.smithi136.ofnrfx (mgr.14188) 9547 : cluster [DBG] pgmap v8957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:06.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:06.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:06.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:05 smithi136 bash[11745]: audit 2022-04-26T07:33:05.722567+0000 mon.smithi136 (mon.0) 5875 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:33:06.330 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:05 smithi136 bash[11745]: audit 2022-04-26T07:33:05.726053+0000 mon.smithi136 (mon.0) 5876 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:33:06.330 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:05 smithi136 bash[11745]: audit 2022-04-26T07:33:05.727754+0000 mon.smithi136 (mon.0) 5877 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:33:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:05 smithi145 bash[13673]: audit 2022-04-26T07:33:05.722567+0000 mon.smithi136 (mon.0) 5875 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:33:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:05 smithi145 bash[13673]: audit 2022-04-26T07:33:05.726053+0000 mon.smithi136 (mon.0) 5876 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:33:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:05 smithi145 bash[13673]: audit 2022-04-26T07:33:05.727754+0000 mon.smithi136 (mon.0) 5877 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:33:06.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:06 smithi136 bash[11745]: cluster 2022-04-26T07:33:05.715063+0000 mgr.smithi136.ofnrfx (mgr.14188) 9548 : cluster [DBG] pgmap v8958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:06 smithi136 bash[11745]: audit 2022-04-26T07:33:06.566241+0000 mon.smithi136 (mon.0) 5878 : audit [DBG] from='client.? 172.21.15.136:0/727448140' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:06 smithi145 bash[13673]: cluster 2022-04-26T07:33:05.715063+0000 mgr.smithi136.ofnrfx (mgr.14188) 9548 : cluster [DBG] pgmap v8958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:06 smithi145 bash[13673]: audit 2022-04-26T07:33:06.566241+0000 mon.smithi136 (mon.0) 5878 : audit [DBG] from='client.? 172.21.15.136:0/727448140' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:08 smithi136 bash[11745]: cluster 2022-04-26T07:33:07.715723+0000 mgr.smithi136.ofnrfx (mgr.14188) 9549 : cluster [DBG] pgmap v8959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:08 smithi145 bash[13673]: cluster 2022-04-26T07:33:07.715723+0000 mgr.smithi136.ofnrfx (mgr.14188) 9549 : cluster [DBG] pgmap v8959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:10 smithi136 bash[11745]: cluster 2022-04-26T07:33:09.716496+0000 mgr.smithi136.ofnrfx (mgr.14188) 9550 : cluster [DBG] pgmap v8960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:10 smithi145 bash[13673]: cluster 2022-04-26T07:33:09.716496+0000 mgr.smithi136.ofnrfx (mgr.14188) 9550 : cluster [DBG] pgmap v8960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:11.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:11.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:11.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:11.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:11 smithi136 bash[11745]: audit 2022-04-26T07:33:11.894091+0000 mon.smithi136 (mon.0) 5879 : audit [DBG] from='client.? 172.21.15.136:0/2062375500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:11 smithi145 bash[13673]: audit 2022-04-26T07:33:11.894091+0000 mon.smithi136 (mon.0) 5879 : audit [DBG] from='client.? 172.21.15.136:0/2062375500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:12 smithi136 bash[11745]: cluster 2022-04-26T07:33:11.717000+0000 mgr.smithi136.ofnrfx (mgr.14188) 9551 : cluster [DBG] pgmap v8961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:12 smithi145 bash[13673]: cluster 2022-04-26T07:33:11.717000+0000 mgr.smithi136.ofnrfx (mgr.14188) 9551 : cluster [DBG] pgmap v8961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: cluster 2022-04-26T07:33:13.717581+0000 mgr.smithi136.ofnrfx (mgr.14188) 9552 : cluster [DBG] pgmap v8962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: cephadm 2022-04-26T07:33:13.863117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9553 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T07:33:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: audit 2022-04-26T07:33:13.872920+0000 mon.smithi136 (mon.0) 5880 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: cluster 2022-04-26T07:33:14.157591+0000 mgr.smithi136.ofnrfx (mgr.14188) 9554 : cluster [DBG] pgmap v8963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: cluster 2022-04-26T07:33:14.157916+0000 mgr.smithi136.ofnrfx (mgr.14188) 9555 : cluster [DBG] pgmap v8964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: audit 2022-04-26T07:33:14.164497+0000 mon.smithi136 (mon.0) 5881 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: audit 2022-04-26T07:33:14.172917+0000 mon.smithi136 (mon.0) 5882 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: cephadm 2022-04-26T07:33:14.174164+0000 mgr.smithi136.ofnrfx (mgr.14188) 9556 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: cephadm 2022-04-26T07:33:14.174318+0000 mgr.smithi136.ofnrfx (mgr.14188) 9557 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: audit 2022-04-26T07:33:14.181226+0000 mon.smithi136 (mon.0) 5883 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T07:33:15.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:14 smithi145 bash[13673]: audit 2022-04-26T07:33:14.183979+0000 mon.smithi136 (mon.0) 5884 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:33:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: cluster 2022-04-26T07:33:13.717581+0000 mgr.smithi136.ofnrfx (mgr.14188) 9552 : cluster [DBG] pgmap v8962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: cephadm 2022-04-26T07:33:13.863117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9553 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T07:33:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: audit 2022-04-26T07:33:13.872920+0000 mon.smithi136 (mon.0) 5880 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: cluster 2022-04-26T07:33:14.157591+0000 mgr.smithi136.ofnrfx (mgr.14188) 9554 : cluster [DBG] pgmap v8963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: cluster 2022-04-26T07:33:14.157916+0000 mgr.smithi136.ofnrfx (mgr.14188) 9555 : cluster [DBG] pgmap v8964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: audit 2022-04-26T07:33:14.164497+0000 mon.smithi136 (mon.0) 5881 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: audit 2022-04-26T07:33:14.172917+0000 mon.smithi136 (mon.0) 5882 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: cephadm 2022-04-26T07:33:14.174164+0000 mgr.smithi136.ofnrfx (mgr.14188) 9556 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: cephadm 2022-04-26T07:33:14.174318+0000 mgr.smithi136.ofnrfx (mgr.14188) 9557 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: audit 2022-04-26T07:33:14.181226+0000 mon.smithi136 (mon.0) 5883 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T07:33:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:14 smithi136 bash[11745]: audit 2022-04-26T07:33:14.183979+0000 mon.smithi136 (mon.0) 5884 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:33:16.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:16.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:16.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:17.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:17 smithi136 bash[11745]: cluster 2022-04-26T07:33:16.158447+0000 mgr.smithi136.ofnrfx (mgr.14188) 9558 : cluster [DBG] pgmap v8965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:17 smithi145 bash[13673]: cluster 2022-04-26T07:33:16.158447+0000 mgr.smithi136.ofnrfx (mgr.14188) 9558 : cluster [DBG] pgmap v8965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:18 smithi136 bash[11745]: audit 2022-04-26T07:33:17.218956+0000 mon.smithi136 (mon.0) 5885 : audit [DBG] from='client.? 172.21.15.136:0/636662578' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:18 smithi145 bash[13673]: audit 2022-04-26T07:33:17.218956+0000 mon.smithi136 (mon.0) 5885 : audit [DBG] from='client.? 172.21.15.136:0/636662578' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:19 smithi136 bash[11745]: cluster 2022-04-26T07:33:18.158981+0000 mgr.smithi136.ofnrfx (mgr.14188) 9559 : cluster [DBG] pgmap v8966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:19 smithi145 bash[13673]: cluster 2022-04-26T07:33:18.158981+0000 mgr.smithi136.ofnrfx (mgr.14188) 9559 : cluster [DBG] pgmap v8966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:21 smithi136 bash[11745]: cluster 2022-04-26T07:33:20.159337+0000 mgr.smithi136.ofnrfx (mgr.14188) 9560 : cluster [DBG] pgmap v8967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:21 smithi145 bash[13673]: cluster 2022-04-26T07:33:20.159337+0000 mgr.smithi136.ofnrfx (mgr.14188) 9560 : cluster [DBG] pgmap v8967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:22.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:22.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:22.238 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:22.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:23 smithi136 bash[11745]: cluster 2022-04-26T07:33:22.160038+0000 mgr.smithi136.ofnrfx (mgr.14188) 9561 : cluster [DBG] pgmap v8968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:23 smithi136 bash[11745]: audit 2022-04-26T07:33:22.548416+0000 mon.smithi136 (mon.0) 5886 : audit [DBG] from='client.? 172.21.15.136:0/821226697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:23 smithi145 bash[13673]: cluster 2022-04-26T07:33:22.160038+0000 mgr.smithi136.ofnrfx (mgr.14188) 9561 : cluster [DBG] pgmap v8968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:23 smithi145 bash[13673]: audit 2022-04-26T07:33:22.548416+0000 mon.smithi136 (mon.0) 5886 : audit [DBG] from='client.? 172.21.15.136:0/821226697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:24 smithi136 bash[11745]: cluster 2022-04-26T07:33:24.160736+0000 mgr.smithi136.ofnrfx (mgr.14188) 9562 : cluster [DBG] pgmap v8969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:24 smithi145 bash[13673]: cluster 2022-04-26T07:33:24.160736+0000 mgr.smithi136.ofnrfx (mgr.14188) 9562 : cluster [DBG] pgmap v8969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:27.564 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:27 smithi136 bash[11745]: cluster 2022-04-26T07:33:26.161368+0000 mgr.smithi136.ofnrfx (mgr.14188) 9563 : cluster [DBG] pgmap v8970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:27.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:27.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:27.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:27 smithi145 bash[13673]: cluster 2022-04-26T07:33:26.161368+0000 mgr.smithi136.ofnrfx (mgr.14188) 9563 : cluster [DBG] pgmap v8970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:27.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:28 smithi145 bash[13673]: audit 2022-04-26T07:33:27.881672+0000 mon.smithi136 (mon.0) 5887 : audit [DBG] from='client.? 172.21.15.136:0/2013174179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:28 smithi145 bash[13673]: audit 2022-04-26T07:33:28.094745+0000 mon.smithi136 (mon.0) 5888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:33:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:28 smithi136 bash[11745]: audit 2022-04-26T07:33:27.881672+0000 mon.smithi136 (mon.0) 5887 : audit [DBG] from='client.? 172.21.15.136:0/2013174179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:28.564 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:28 smithi136 bash[11745]: audit 2022-04-26T07:33:28.094745+0000 mon.smithi136 (mon.0) 5888 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:33:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:29 smithi136 bash[11745]: cluster 2022-04-26T07:33:28.162008+0000 mgr.smithi136.ofnrfx (mgr.14188) 9564 : cluster [DBG] pgmap v8971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:29 smithi145 bash[13673]: cluster 2022-04-26T07:33:28.162008+0000 mgr.smithi136.ofnrfx (mgr.14188) 9564 : cluster [DBG] pgmap v8971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:31 smithi136 bash[11745]: cluster 2022-04-26T07:33:30.162613+0000 mgr.smithi136.ofnrfx (mgr.14188) 9565 : cluster [DBG] pgmap v8972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:31 smithi145 bash[13673]: cluster 2022-04-26T07:33:30.162613+0000 mgr.smithi136.ofnrfx (mgr.14188) 9565 : cluster [DBG] pgmap v8972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:32.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:32.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:32.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:33.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:33 smithi136 bash[11745]: cluster 2022-04-26T07:33:32.163267+0000 mgr.smithi136.ofnrfx (mgr.14188) 9566 : cluster [DBG] pgmap v8973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:33 smithi136 bash[11745]: audit 2022-04-26T07:33:33.209846+0000 mon.smithi136 (mon.0) 5889 : audit [DBG] from='client.? 172.21.15.136:0/1755389108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:33 smithi145 bash[13673]: cluster 2022-04-26T07:33:32.163267+0000 mgr.smithi136.ofnrfx (mgr.14188) 9566 : cluster [DBG] pgmap v8973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:33 smithi145 bash[13673]: audit 2022-04-26T07:33:33.209846+0000 mon.smithi136 (mon.0) 5889 : audit [DBG] from='client.? 172.21.15.136:0/1755389108' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:34 smithi136 bash[11745]: cluster 2022-04-26T07:33:34.163989+0000 mgr.smithi136.ofnrfx (mgr.14188) 9567 : cluster [DBG] pgmap v8974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:34 smithi145 bash[13673]: cluster 2022-04-26T07:33:34.163989+0000 mgr.smithi136.ofnrfx (mgr.14188) 9567 : cluster [DBG] pgmap v8974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:37 smithi136 bash[11745]: cluster 2022-04-26T07:33:36.164597+0000 mgr.smithi136.ofnrfx (mgr.14188) 9568 : cluster [DBG] pgmap v8975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:37 smithi145 bash[13673]: cluster 2022-04-26T07:33:36.164597+0000 mgr.smithi136.ofnrfx (mgr.14188) 9568 : cluster [DBG] pgmap v8975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:38.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:38.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:38.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:38.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:39 smithi136 bash[11745]: cluster 2022-04-26T07:33:38.165233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9569 : cluster [DBG] pgmap v8976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:39 smithi136 bash[11745]: audit 2022-04-26T07:33:38.539318+0000 mon.smithi136 (mon.0) 5890 : audit [DBG] from='client.? 172.21.15.136:0/1304829795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:39 smithi145 bash[13673]: cluster 2022-04-26T07:33:38.165233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9569 : cluster [DBG] pgmap v8976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:39 smithi145 bash[13673]: audit 2022-04-26T07:33:38.539318+0000 mon.smithi136 (mon.0) 5890 : audit [DBG] from='client.? 172.21.15.136:0/1304829795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:41 smithi136 bash[11745]: cluster 2022-04-26T07:33:40.165833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9570 : cluster [DBG] pgmap v8977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:41 smithi145 bash[13673]: cluster 2022-04-26T07:33:40.165833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9570 : cluster [DBG] pgmap v8977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:43.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:43.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:43.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:43 smithi136 bash[11745]: cluster 2022-04-26T07:33:42.166535+0000 mgr.smithi136.ofnrfx (mgr.14188) 9571 : cluster [DBG] pgmap v8978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:43 smithi145 bash[13673]: cluster 2022-04-26T07:33:42.166535+0000 mgr.smithi136.ofnrfx (mgr.14188) 9571 : cluster [DBG] pgmap v8978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:43.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:44 smithi136 bash[11745]: audit 2022-04-26T07:33:43.874096+0000 mon.smithi136 (mon.0) 5891 : audit [DBG] from='client.? 172.21.15.136:0/3383331354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:44 smithi136 bash[11745]: cluster 2022-04-26T07:33:44.167160+0000 mgr.smithi136.ofnrfx (mgr.14188) 9572 : cluster [DBG] pgmap v8979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:44 smithi145 bash[13673]: audit 2022-04-26T07:33:43.874096+0000 mon.smithi136 (mon.0) 5891 : audit [DBG] from='client.? 172.21.15.136:0/3383331354' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:44 smithi145 bash[13673]: cluster 2022-04-26T07:33:44.167160+0000 mgr.smithi136.ofnrfx (mgr.14188) 9572 : cluster [DBG] pgmap v8979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:47 smithi136 bash[11745]: cluster 2022-04-26T07:33:46.167833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9573 : cluster [DBG] pgmap v8980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:47 smithi145 bash[13673]: cluster 2022-04-26T07:33:46.167833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9573 : cluster [DBG] pgmap v8980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:48.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:48.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:48.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:49.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:49 smithi136 bash[11745]: cluster 2022-04-26T07:33:48.168443+0000 mgr.smithi136.ofnrfx (mgr.14188) 9574 : cluster [DBG] pgmap v8981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:49 smithi136 bash[11745]: audit 2022-04-26T07:33:49.209042+0000 mon.smithi136 (mon.0) 5892 : audit [DBG] from='client.? 172.21.15.136:0/2538354598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:49 smithi145 bash[13673]: cluster 2022-04-26T07:33:48.168443+0000 mgr.smithi136.ofnrfx (mgr.14188) 9574 : cluster [DBG] pgmap v8981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:49 smithi145 bash[13673]: audit 2022-04-26T07:33:49.209042+0000 mon.smithi136 (mon.0) 5892 : audit [DBG] from='client.? 172.21.15.136:0/2538354598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:51 smithi136 bash[11745]: cluster 2022-04-26T07:33:50.169057+0000 mgr.smithi136.ofnrfx (mgr.14188) 9575 : cluster [DBG] pgmap v8982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:51 smithi145 bash[13673]: cluster 2022-04-26T07:33:50.169057+0000 mgr.smithi136.ofnrfx (mgr.14188) 9575 : cluster [DBG] pgmap v8982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:53 smithi136 bash[11745]: cluster 2022-04-26T07:33:52.169702+0000 mgr.smithi136.ofnrfx (mgr.14188) 9576 : cluster [DBG] pgmap v8983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:53 smithi145 bash[13673]: cluster 2022-04-26T07:33:52.169702+0000 mgr.smithi136.ofnrfx (mgr.14188) 9576 : cluster [DBG] pgmap v8983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:54.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:54.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:54.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:54.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:33:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:54 smithi136 bash[11745]: cluster 2022-04-26T07:33:54.170297+0000 mgr.smithi136.ofnrfx (mgr.14188) 9577 : cluster [DBG] pgmap v8984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:54 smithi136 bash[11745]: audit 2022-04-26T07:33:54.544173+0000 mon.smithi136 (mon.0) 5893 : audit [DBG] from='client.? 172.21.15.136:0/3731808095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:54 smithi145 bash[13673]: cluster 2022-04-26T07:33:54.170297+0000 mgr.smithi136.ofnrfx (mgr.14188) 9577 : cluster [DBG] pgmap v8984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:54 smithi145 bash[13673]: audit 2022-04-26T07:33:54.544173+0000 mon.smithi136 (mon.0) 5893 : audit [DBG] from='client.? 172.21.15.136:0/3731808095' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:33:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:57 smithi136 bash[11745]: cluster 2022-04-26T07:33:56.170953+0000 mgr.smithi136.ofnrfx (mgr.14188) 9578 : cluster [DBG] pgmap v8985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:57 smithi145 bash[13673]: cluster 2022-04-26T07:33:56.170953+0000 mgr.smithi136.ofnrfx (mgr.14188) 9578 : cluster [DBG] pgmap v8985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:33:59 smithi136 bash[11745]: cluster 2022-04-26T07:33:58.171586+0000 mgr.smithi136.ofnrfx (mgr.14188) 9579 : cluster [DBG] pgmap v8986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:59.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:33:59.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:33:59.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:33:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:33:59 smithi145 bash[13673]: cluster 2022-04-26T07:33:58.171586+0000 mgr.smithi136.ofnrfx (mgr.14188) 9579 : cluster [DBG] pgmap v8986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:33:59.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:00.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:00 smithi136 bash[11745]: audit 2022-04-26T07:33:59.870080+0000 mon.smithi136 (mon.0) 5894 : audit [DBG] from='client.? 172.21.15.136:0/3586166773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:00 smithi145 bash[13673]: audit 2022-04-26T07:33:59.870080+0000 mon.smithi136 (mon.0) 5894 : audit [DBG] from='client.? 172.21.15.136:0/3586166773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:01 smithi136 bash[11745]: cluster 2022-04-26T07:34:00.172166+0000 mgr.smithi136.ofnrfx (mgr.14188) 9580 : cluster [DBG] pgmap v8987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:01 smithi145 bash[13673]: cluster 2022-04-26T07:34:00.172166+0000 mgr.smithi136.ofnrfx (mgr.14188) 9580 : cluster [DBG] pgmap v8987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:03 smithi136 bash[11745]: cluster 2022-04-26T07:34:02.172910+0000 mgr.smithi136.ofnrfx (mgr.14188) 9581 : cluster [DBG] pgmap v8988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:03 smithi136 bash[11745]: audit 2022-04-26T07:34:03.054462+0000 mon.smithi136 (mon.0) 5895 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:34:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:03 smithi136 bash[11745]: audit 2022-04-26T07:34:03.058692+0000 mon.smithi136 (mon.0) 5896 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:34:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:03 smithi145 bash[13673]: cluster 2022-04-26T07:34:02.172910+0000 mgr.smithi136.ofnrfx (mgr.14188) 9581 : cluster [DBG] pgmap v8988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:03 smithi145 bash[13673]: audit 2022-04-26T07:34:03.054462+0000 mon.smithi136 (mon.0) 5895 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:34:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:03 smithi145 bash[13673]: audit 2022-04-26T07:34:03.058692+0000 mon.smithi136 (mon.0) 5896 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:34:04.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:04.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:04.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:04 smithi136 bash[11745]: cluster 2022-04-26T07:34:04.173496+0000 mgr.smithi136.ofnrfx (mgr.14188) 9582 : cluster [DBG] pgmap v8989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:04 smithi145 bash[13673]: cluster 2022-04-26T07:34:04.173496+0000 mgr.smithi136.ofnrfx (mgr.14188) 9582 : cluster [DBG] pgmap v8989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:05.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:05 smithi136 bash[11745]: audit 2022-04-26T07:34:05.200417+0000 mon.smithi136 (mon.0) 5897 : audit [DBG] from='client.? 172.21.15.136:0/295391866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:05 smithi145 bash[13673]: audit 2022-04-26T07:34:05.200417+0000 mon.smithi136 (mon.0) 5897 : audit [DBG] from='client.? 172.21.15.136:0/295391866' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:06 smithi136 bash[11745]: cluster 2022-04-26T07:34:06.174141+0000 mgr.smithi136.ofnrfx (mgr.14188) 9583 : cluster [DBG] pgmap v8990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:06 smithi145 bash[13673]: cluster 2022-04-26T07:34:06.174141+0000 mgr.smithi136.ofnrfx (mgr.14188) 9583 : cluster [DBG] pgmap v8990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:09 smithi136 bash[11745]: cluster 2022-04-26T07:34:08.174773+0000 mgr.smithi136.ofnrfx (mgr.14188) 9584 : cluster [DBG] pgmap v8991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:09 smithi145 bash[13673]: cluster 2022-04-26T07:34:08.174773+0000 mgr.smithi136.ofnrfx (mgr.14188) 9584 : cluster [DBG] pgmap v8991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:10.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:10.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:10.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:10.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:11 smithi136 bash[11745]: cluster 2022-04-26T07:34:10.175367+0000 mgr.smithi136.ofnrfx (mgr.14188) 9585 : cluster [DBG] pgmap v8992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:11 smithi136 bash[11745]: audit 2022-04-26T07:34:10.524454+0000 mon.smithi136 (mon.0) 5898 : audit [DBG] from='client.? 172.21.15.136:0/279395449' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:11 smithi145 bash[13673]: cluster 2022-04-26T07:34:10.175367+0000 mgr.smithi136.ofnrfx (mgr.14188) 9585 : cluster [DBG] pgmap v8992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:11 smithi145 bash[13673]: audit 2022-04-26T07:34:10.524454+0000 mon.smithi136 (mon.0) 5898 : audit [DBG] from='client.? 172.21.15.136:0/279395449' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:13 smithi136 bash[11745]: cluster 2022-04-26T07:34:12.175995+0000 mgr.smithi136.ofnrfx (mgr.14188) 9586 : cluster [DBG] pgmap v8993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:13 smithi145 bash[13673]: cluster 2022-04-26T07:34:12.175995+0000 mgr.smithi136.ofnrfx (mgr.14188) 9586 : cluster [DBG] pgmap v8993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:14 smithi136 bash[11745]: cluster 2022-04-26T07:34:14.176657+0000 mgr.smithi136.ofnrfx (mgr.14188) 9587 : cluster [DBG] pgmap v8994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:14 smithi145 bash[13673]: cluster 2022-04-26T07:34:14.176657+0000 mgr.smithi136.ofnrfx (mgr.14188) 9587 : cluster [DBG] pgmap v8994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:15.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:15.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:15.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:15.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:15 smithi136 bash[11745]: audit 2022-04-26T07:34:15.855346+0000 mon.smithi136 (mon.0) 5899 : audit [DBG] from='client.? 172.21.15.136:0/2991644978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:15 smithi145 bash[13673]: audit 2022-04-26T07:34:15.855346+0000 mon.smithi136 (mon.0) 5899 : audit [DBG] from='client.? 172.21.15.136:0/2991644978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:16 smithi136 bash[11745]: cluster 2022-04-26T07:34:16.177294+0000 mgr.smithi136.ofnrfx (mgr.14188) 9588 : cluster [DBG] pgmap v8995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:16 smithi145 bash[13673]: cluster 2022-04-26T07:34:16.177294+0000 mgr.smithi136.ofnrfx (mgr.14188) 9588 : cluster [DBG] pgmap v8995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:19 smithi136 bash[11745]: cluster 2022-04-26T07:34:18.177897+0000 mgr.smithi136.ofnrfx (mgr.14188) 9589 : cluster [DBG] pgmap v8996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:19 smithi145 bash[13673]: cluster 2022-04-26T07:34:18.177897+0000 mgr.smithi136.ofnrfx (mgr.14188) 9589 : cluster [DBG] pgmap v8996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:20.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:20.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:20.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:21.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:21 smithi136 bash[11745]: cluster 2022-04-26T07:34:20.178521+0000 mgr.smithi136.ofnrfx (mgr.14188) 9590 : cluster [DBG] pgmap v8997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:21 smithi136 bash[11745]: audit 2022-04-26T07:34:21.183369+0000 mon.smithi136 (mon.0) 5900 : audit [DBG] from='client.? 172.21.15.136:0/3464892285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:21 smithi145 bash[13673]: cluster 2022-04-26T07:34:20.178521+0000 mgr.smithi136.ofnrfx (mgr.14188) 9590 : cluster [DBG] pgmap v8997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:21.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:21 smithi145 bash[13673]: audit 2022-04-26T07:34:21.183369+0000 mon.smithi136 (mon.0) 5900 : audit [DBG] from='client.? 172.21.15.136:0/3464892285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:23 smithi136 bash[11745]: cluster 2022-04-26T07:34:22.179161+0000 mgr.smithi136.ofnrfx (mgr.14188) 9591 : cluster [DBG] pgmap v8998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:23 smithi145 bash[13673]: cluster 2022-04-26T07:34:22.179161+0000 mgr.smithi136.ofnrfx (mgr.14188) 9591 : cluster [DBG] pgmap v8998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:24 smithi136 bash[11745]: cluster 2022-04-26T07:34:24.179806+0000 mgr.smithi136.ofnrfx (mgr.14188) 9592 : cluster [DBG] pgmap v8999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:24 smithi145 bash[13673]: cluster 2022-04-26T07:34:24.179806+0000 mgr.smithi136.ofnrfx (mgr.14188) 9592 : cluster [DBG] pgmap v8999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:26.207 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:26.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:26.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:26.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:27 smithi136 bash[11745]: cluster 2022-04-26T07:34:26.180465+0000 mgr.smithi136.ofnrfx (mgr.14188) 9593 : cluster [DBG] pgmap v9000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:27 smithi136 bash[11745]: audit 2022-04-26T07:34:26.517178+0000 mon.smithi136 (mon.0) 5901 : audit [DBG] from='client.? 172.21.15.136:0/3014703876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:27 smithi145 bash[13673]: cluster 2022-04-26T07:34:26.180465+0000 mgr.smithi136.ofnrfx (mgr.14188) 9593 : cluster [DBG] pgmap v9000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:27 smithi145 bash[13673]: audit 2022-04-26T07:34:26.517178+0000 mon.smithi136 (mon.0) 5901 : audit [DBG] from='client.? 172.21.15.136:0/3014703876' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:28 smithi145 bash[13673]: audit 2022-04-26T07:34:28.099793+0000 mon.smithi136 (mon.0) 5902 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:34:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:28 smithi145 bash[13673]: audit 2022-04-26T07:34:28.102572+0000 mon.smithi136 (mon.0) 5903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:34:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:28 smithi145 bash[13673]: audit 2022-04-26T07:34:28.104424+0000 mon.smithi136 (mon.0) 5904 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:34:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:28 smithi136 bash[11745]: audit 2022-04-26T07:34:28.099793+0000 mon.smithi136 (mon.0) 5902 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:34:28.589 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:28 smithi136 bash[11745]: audit 2022-04-26T07:34:28.102572+0000 mon.smithi136 (mon.0) 5903 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:34:28.589 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:28 smithi136 bash[11745]: audit 2022-04-26T07:34:28.104424+0000 mon.smithi136 (mon.0) 5904 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:34:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:29 smithi136 bash[11745]: cluster 2022-04-26T07:34:28.181073+0000 mgr.smithi136.ofnrfx (mgr.14188) 9594 : cluster [DBG] pgmap v9001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:29 smithi136 bash[11745]: cluster 2022-04-26T07:34:28.407162+0000 mgr.smithi136.ofnrfx (mgr.14188) 9595 : cluster [DBG] pgmap v9002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:29 smithi136 bash[11745]: cluster 2022-04-26T07:34:28.407634+0000 mgr.smithi136.ofnrfx (mgr.14188) 9596 : cluster [DBG] pgmap v9003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:29 smithi136 bash[11745]: audit 2022-04-26T07:34:28.414258+0000 mon.smithi136 (mon.0) 5905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:34:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:29 smithi136 bash[11745]: audit 2022-04-26T07:34:28.421973+0000 mon.smithi136 (mon.0) 5906 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:34:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:29 smithi136 bash[11745]: cephadm 2022-04-26T07:34:28.423184+0000 mgr.smithi136.ofnrfx (mgr.14188) 9597 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:34:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:29 smithi136 bash[11745]: cephadm 2022-04-26T07:34:28.423305+0000 mgr.smithi136.ofnrfx (mgr.14188) 9598 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:34:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:29 smithi145 bash[13673]: cluster 2022-04-26T07:34:28.181073+0000 mgr.smithi136.ofnrfx (mgr.14188) 9594 : cluster [DBG] pgmap v9001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:29 smithi145 bash[13673]: cluster 2022-04-26T07:34:28.407162+0000 mgr.smithi136.ofnrfx (mgr.14188) 9595 : cluster [DBG] pgmap v9002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:29 smithi145 bash[13673]: cluster 2022-04-26T07:34:28.407634+0000 mgr.smithi136.ofnrfx (mgr.14188) 9596 : cluster [DBG] pgmap v9003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:29 smithi145 bash[13673]: audit 2022-04-26T07:34:28.414258+0000 mon.smithi136 (mon.0) 5905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:34:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:29 smithi145 bash[13673]: audit 2022-04-26T07:34:28.421973+0000 mon.smithi136 (mon.0) 5906 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:34:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:29 smithi145 bash[13673]: cephadm 2022-04-26T07:34:28.423184+0000 mgr.smithi136.ofnrfx (mgr.14188) 9597 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:34:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:29 smithi145 bash[13673]: cephadm 2022-04-26T07:34:28.423305+0000 mgr.smithi136.ofnrfx (mgr.14188) 9598 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:34:31.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:31.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:31.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:31 smithi136 bash[11745]: cluster 2022-04-26T07:34:30.408234+0000 mgr.smithi136.ofnrfx (mgr.14188) 9599 : cluster [DBG] pgmap v9004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:31.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:31 smithi145 bash[13673]: cluster 2022-04-26T07:34:30.408234+0000 mgr.smithi136.ofnrfx (mgr.14188) 9599 : cluster [DBG] pgmap v9004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:32 smithi136 bash[11745]: audit 2022-04-26T07:34:31.842952+0000 mon.smithi136 (mon.0) 5907 : audit [DBG] from='client.? 172.21.15.136:0/1090815713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:32 smithi145 bash[13673]: audit 2022-04-26T07:34:31.842952+0000 mon.smithi136 (mon.0) 5907 : audit [DBG] from='client.? 172.21.15.136:0/1090815713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:33 smithi136 bash[11745]: cluster 2022-04-26T07:34:32.408865+0000 mgr.smithi136.ofnrfx (mgr.14188) 9600 : cluster [DBG] pgmap v9005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:33 smithi145 bash[13673]: cluster 2022-04-26T07:34:32.408865+0000 mgr.smithi136.ofnrfx (mgr.14188) 9600 : cluster [DBG] pgmap v9005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:34 smithi136 bash[11745]: cluster 2022-04-26T07:34:34.409454+0000 mgr.smithi136.ofnrfx (mgr.14188) 9601 : cluster [DBG] pgmap v9006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:34 smithi145 bash[13673]: cluster 2022-04-26T07:34:34.409454+0000 mgr.smithi136.ofnrfx (mgr.14188) 9601 : cluster [DBG] pgmap v9006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:36.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:36.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:36.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:37.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:37 smithi136 bash[11745]: cluster 2022-04-26T07:34:36.410068+0000 mgr.smithi136.ofnrfx (mgr.14188) 9602 : cluster [DBG] pgmap v9007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:37 smithi136 bash[11745]: audit 2022-04-26T07:34:37.176129+0000 mon.smithi136 (mon.0) 5908 : audit [DBG] from='client.? 172.21.15.136:0/3822439219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:37 smithi145 bash[13673]: cluster 2022-04-26T07:34:36.410068+0000 mgr.smithi136.ofnrfx (mgr.14188) 9602 : cluster [DBG] pgmap v9007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:37 smithi145 bash[13673]: audit 2022-04-26T07:34:37.176129+0000 mon.smithi136 (mon.0) 5908 : audit [DBG] from='client.? 172.21.15.136:0/3822439219' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:39 smithi136 bash[11745]: cluster 2022-04-26T07:34:38.410685+0000 mgr.smithi136.ofnrfx (mgr.14188) 9603 : cluster [DBG] pgmap v9008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:39 smithi145 bash[13673]: cluster 2022-04-26T07:34:38.410685+0000 mgr.smithi136.ofnrfx (mgr.14188) 9603 : cluster [DBG] pgmap v9008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:40 smithi136 bash[11745]: cluster 2022-04-26T07:34:40.411288+0000 mgr.smithi136.ofnrfx (mgr.14188) 9604 : cluster [DBG] pgmap v9009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:40 smithi145 bash[13673]: cluster 2022-04-26T07:34:40.411288+0000 mgr.smithi136.ofnrfx (mgr.14188) 9604 : cluster [DBG] pgmap v9009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:42.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:42.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:42.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:42.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:43 smithi136 bash[11745]: cluster 2022-04-26T07:34:42.411928+0000 mgr.smithi136.ofnrfx (mgr.14188) 9605 : cluster [DBG] pgmap v9010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:43 smithi136 bash[11745]: audit 2022-04-26T07:34:42.497783+0000 mon.smithi136 (mon.0) 5909 : audit [DBG] from='client.? 172.21.15.136:0/2738925750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:43 smithi145 bash[13673]: cluster 2022-04-26T07:34:42.411928+0000 mgr.smithi136.ofnrfx (mgr.14188) 9605 : cluster [DBG] pgmap v9010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:43 smithi145 bash[13673]: audit 2022-04-26T07:34:42.497783+0000 mon.smithi136 (mon.0) 5909 : audit [DBG] from='client.? 172.21.15.136:0/2738925750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:44 smithi136 bash[11745]: cluster 2022-04-26T07:34:44.412566+0000 mgr.smithi136.ofnrfx (mgr.14188) 9606 : cluster [DBG] pgmap v9011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:44 smithi145 bash[13673]: cluster 2022-04-26T07:34:44.412566+0000 mgr.smithi136.ofnrfx (mgr.14188) 9606 : cluster [DBG] pgmap v9011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:47.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:47.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:47.518 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:47 smithi136 bash[11745]: cluster 2022-04-26T07:34:46.413203+0000 mgr.smithi136.ofnrfx (mgr.14188) 9607 : cluster [DBG] pgmap v9012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:47.841 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:47 smithi145 bash[13673]: cluster 2022-04-26T07:34:46.413203+0000 mgr.smithi136.ofnrfx (mgr.14188) 9607 : cluster [DBG] pgmap v9012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:48 smithi136 bash[11745]: audit 2022-04-26T07:34:47.825792+0000 mon.smithi136 (mon.0) 5910 : audit [DBG] from='client.? 172.21.15.136:0/4014467107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:48 smithi145 bash[13673]: audit 2022-04-26T07:34:47.825792+0000 mon.smithi136 (mon.0) 5910 : audit [DBG] from='client.? 172.21.15.136:0/4014467107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:49 smithi136 bash[11745]: cluster 2022-04-26T07:34:48.413794+0000 mgr.smithi136.ofnrfx (mgr.14188) 9608 : cluster [DBG] pgmap v9013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:49 smithi145 bash[13673]: cluster 2022-04-26T07:34:48.413794+0000 mgr.smithi136.ofnrfx (mgr.14188) 9608 : cluster [DBG] pgmap v9013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:50 smithi136 bash[11745]: cluster 2022-04-26T07:34:50.414457+0000 mgr.smithi136.ofnrfx (mgr.14188) 9609 : cluster [DBG] pgmap v9014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:50 smithi145 bash[13673]: cluster 2022-04-26T07:34:50.414457+0000 mgr.smithi136.ofnrfx (mgr.14188) 9609 : cluster [DBG] pgmap v9014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:52.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:52.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:52.843 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:53.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:53 smithi136 bash[11745]: cluster 2022-04-26T07:34:52.415183+0000 mgr.smithi136.ofnrfx (mgr.14188) 9610 : cluster [DBG] pgmap v9015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:53.830 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:53 smithi136 bash[11745]: audit 2022-04-26T07:34:53.146844+0000 mon.smithi136 (mon.0) 5911 : audit [DBG] from='client.? 172.21.15.136:0/2847350049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:53 smithi145 bash[13673]: cluster 2022-04-26T07:34:52.415183+0000 mgr.smithi136.ofnrfx (mgr.14188) 9610 : cluster [DBG] pgmap v9015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:53 smithi145 bash[13673]: audit 2022-04-26T07:34:53.146844+0000 mon.smithi136 (mon.0) 5911 : audit [DBG] from='client.? 172.21.15.136:0/2847350049' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:54 smithi136 bash[11745]: cluster 2022-04-26T07:34:54.415814+0000 mgr.smithi136.ofnrfx (mgr.14188) 9611 : cluster [DBG] pgmap v9016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:54 smithi145 bash[13673]: cluster 2022-04-26T07:34:54.415814+0000 mgr.smithi136.ofnrfx (mgr.14188) 9611 : cluster [DBG] pgmap v9016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:57 smithi136 bash[11745]: cluster 2022-04-26T07:34:56.416444+0000 mgr.smithi136.ofnrfx (mgr.14188) 9612 : cluster [DBG] pgmap v9017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:57 smithi145 bash[13673]: cluster 2022-04-26T07:34:56.416444+0000 mgr.smithi136.ofnrfx (mgr.14188) 9612 : cluster [DBG] pgmap v9017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:58.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:34:58.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:34:58.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:34:58.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:34:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:59 smithi136 bash[11745]: cluster 2022-04-26T07:34:58.416901+0000 mgr.smithi136.ofnrfx (mgr.14188) 9613 : cluster [DBG] pgmap v9018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:34:59 smithi136 bash[11745]: audit 2022-04-26T07:34:58.478259+0000 mon.smithi136 (mon.0) 5912 : audit [DBG] from='client.? 172.21.15.136:0/2997378708' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:34:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:59 smithi145 bash[13673]: cluster 2022-04-26T07:34:58.416901+0000 mgr.smithi136.ofnrfx (mgr.14188) 9613 : cluster [DBG] pgmap v9018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:34:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:34:59 smithi145 bash[13673]: audit 2022-04-26T07:34:58.478259+0000 mon.smithi136 (mon.0) 5912 : audit [DBG] from='client.? 172.21.15.136:0/2997378708' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:00 smithi136 bash[11745]: cluster 2022-04-26T07:35:00.417414+0000 mgr.smithi136.ofnrfx (mgr.14188) 9614 : cluster [DBG] pgmap v9019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:00 smithi145 bash[13673]: cluster 2022-04-26T07:35:00.417414+0000 mgr.smithi136.ofnrfx (mgr.14188) 9614 : cluster [DBG] pgmap v9019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:03.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:03.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:03.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:03 smithi136 bash[11745]: cluster 2022-04-26T07:35:02.418050+0000 mgr.smithi136.ofnrfx (mgr.14188) 9615 : cluster [DBG] pgmap v9020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:03 smithi136 bash[11745]: audit 2022-04-26T07:35:03.058640+0000 mon.smithi136 (mon.0) 5913 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:35:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:03 smithi136 bash[11745]: audit 2022-04-26T07:35:03.062568+0000 mon.smithi136 (mon.0) 5914 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:35:03.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:03 smithi145 bash[13673]: cluster 2022-04-26T07:35:02.418050+0000 mgr.smithi136.ofnrfx (mgr.14188) 9615 : cluster [DBG] pgmap v9020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:03 smithi145 bash[13673]: audit 2022-04-26T07:35:03.058640+0000 mon.smithi136 (mon.0) 5913 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:35:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:03 smithi145 bash[13673]: audit 2022-04-26T07:35:03.062568+0000 mon.smithi136 (mon.0) 5914 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:35:05.074 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:04 smithi136 bash[11745]: audit 2022-04-26T07:35:03.805681+0000 mon.smithi136 (mon.0) 5915 : audit [DBG] from='client.? 172.21.15.136:0/1805204480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:05.074 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:04 smithi136 bash[11745]: cluster 2022-04-26T07:35:04.418665+0000 mgr.smithi136.ofnrfx (mgr.14188) 9616 : cluster [DBG] pgmap v9021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:04 smithi145 bash[13673]: audit 2022-04-26T07:35:03.805681+0000 mon.smithi136 (mon.0) 5915 : audit [DBG] from='client.? 172.21.15.136:0/1805204480' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:04 smithi145 bash[13673]: cluster 2022-04-26T07:35:04.418665+0000 mgr.smithi136.ofnrfx (mgr.14188) 9616 : cluster [DBG] pgmap v9021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:07 smithi136 bash[11745]: cluster 2022-04-26T07:35:06.419323+0000 mgr.smithi136.ofnrfx (mgr.14188) 9617 : cluster [DBG] pgmap v9022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:07 smithi145 bash[13673]: cluster 2022-04-26T07:35:06.419323+0000 mgr.smithi136.ofnrfx (mgr.14188) 9617 : cluster [DBG] pgmap v9022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:08.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:08.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:08.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:09.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:09.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:09 smithi136 bash[11745]: cluster 2022-04-26T07:35:08.420044+0000 mgr.smithi136.ofnrfx (mgr.14188) 9618 : cluster [DBG] pgmap v9023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:09.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:09 smithi136 bash[11745]: audit 2022-04-26T07:35:09.136696+0000 mon.smithi136 (mon.0) 5916 : audit [DBG] from='client.? 172.21.15.136:0/2014666592' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:09 smithi145 bash[13673]: cluster 2022-04-26T07:35:08.420044+0000 mgr.smithi136.ofnrfx (mgr.14188) 9618 : cluster [DBG] pgmap v9023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:09.917 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:09 smithi145 bash[13673]: audit 2022-04-26T07:35:09.136696+0000 mon.smithi136 (mon.0) 5916 : audit [DBG] from='client.? 172.21.15.136:0/2014666592' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:10 smithi136 bash[11745]: cluster 2022-04-26T07:35:10.420792+0000 mgr.smithi136.ofnrfx (mgr.14188) 9619 : cluster [DBG] pgmap v9024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:10 smithi145 bash[13673]: cluster 2022-04-26T07:35:10.420792+0000 mgr.smithi136.ofnrfx (mgr.14188) 9619 : cluster [DBG] pgmap v9024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:13 smithi136 bash[11745]: cluster 2022-04-26T07:35:12.421502+0000 mgr.smithi136.ofnrfx (mgr.14188) 9620 : cluster [DBG] pgmap v9025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:13 smithi145 bash[13673]: cluster 2022-04-26T07:35:12.421502+0000 mgr.smithi136.ofnrfx (mgr.14188) 9620 : cluster [DBG] pgmap v9025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:14.155 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:14.155 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:14.155 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:14.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:14 smithi136 bash[11745]: cluster 2022-04-26T07:35:14.422096+0000 mgr.smithi136.ofnrfx (mgr.14188) 9621 : cluster [DBG] pgmap v9026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:14 smithi136 bash[11745]: audit 2022-04-26T07:35:14.461170+0000 mon.smithi136 (mon.0) 5917 : audit [DBG] from='client.? 172.21.15.136:0/1546474187' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:14 smithi145 bash[13673]: cluster 2022-04-26T07:35:14.422096+0000 mgr.smithi136.ofnrfx (mgr.14188) 9621 : cluster [DBG] pgmap v9026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:14 smithi145 bash[13673]: audit 2022-04-26T07:35:14.461170+0000 mon.smithi136 (mon.0) 5917 : audit [DBG] from='client.? 172.21.15.136:0/1546474187' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:17 smithi136 bash[11745]: cluster 2022-04-26T07:35:16.422709+0000 mgr.smithi136.ofnrfx (mgr.14188) 9622 : cluster [DBG] pgmap v9027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:17 smithi145 bash[13673]: cluster 2022-04-26T07:35:16.422709+0000 mgr.smithi136.ofnrfx (mgr.14188) 9622 : cluster [DBG] pgmap v9027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:18 smithi136 bash[11745]: cluster 2022-04-26T07:35:18.423351+0000 mgr.smithi136.ofnrfx (mgr.14188) 9623 : cluster [DBG] pgmap v9028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:18 smithi145 bash[13673]: cluster 2022-04-26T07:35:18.423351+0000 mgr.smithi136.ofnrfx (mgr.14188) 9623 : cluster [DBG] pgmap v9028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:19.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:19.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:19.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:19.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:19 smithi136 bash[11745]: audit 2022-04-26T07:35:19.792040+0000 mon.smithi136 (mon.0) 5918 : audit [DBG] from='client.? 172.21.15.136:0/3293002127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:19 smithi145 bash[13673]: audit 2022-04-26T07:35:19.792040+0000 mon.smithi136 (mon.0) 5918 : audit [DBG] from='client.? 172.21.15.136:0/3293002127' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:20 smithi145 bash[13673]: cluster 2022-04-26T07:35:20.423984+0000 mgr.smithi136.ofnrfx (mgr.14188) 9624 : cluster [DBG] pgmap v9029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:20 smithi136 bash[11745]: cluster 2022-04-26T07:35:20.423984+0000 mgr.smithi136.ofnrfx (mgr.14188) 9624 : cluster [DBG] pgmap v9029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:23 smithi136 bash[11745]: cluster 2022-04-26T07:35:22.424613+0000 mgr.smithi136.ofnrfx (mgr.14188) 9625 : cluster [DBG] pgmap v9030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:23 smithi145 bash[13673]: cluster 2022-04-26T07:35:22.424613+0000 mgr.smithi136.ofnrfx (mgr.14188) 9625 : cluster [DBG] pgmap v9030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:24.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:24.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:24.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:25.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:24 smithi145 bash[13673]: cluster 2022-04-26T07:35:24.425226+0000 mgr.smithi136.ofnrfx (mgr.14188) 9626 : cluster [DBG] pgmap v9031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:24 smithi136 bash[11745]: cluster 2022-04-26T07:35:24.425226+0000 mgr.smithi136.ofnrfx (mgr.14188) 9626 : cluster [DBG] pgmap v9031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:25 smithi145 bash[13673]: audit 2022-04-26T07:35:25.122516+0000 mon.smithi136 (mon.0) 5919 : audit [DBG] from='client.? 172.21.15.136:0/3766373005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:25 smithi136 bash[11745]: audit 2022-04-26T07:35:25.122516+0000 mon.smithi136 (mon.0) 5919 : audit [DBG] from='client.? 172.21.15.136:0/3766373005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:26 smithi145 bash[13673]: cluster 2022-04-26T07:35:26.425935+0000 mgr.smithi136.ofnrfx (mgr.14188) 9627 : cluster [DBG] pgmap v9032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:26 smithi136 bash[11745]: cluster 2022-04-26T07:35:26.425935+0000 mgr.smithi136.ofnrfx (mgr.14188) 9627 : cluster [DBG] pgmap v9032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:28 smithi136 bash[11745]: audit 2022-04-26T07:35:28.430972+0000 mon.smithi136 (mon.0) 5920 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:35:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:28 smithi136 bash[11745]: audit 2022-04-26T07:35:28.434011+0000 mon.smithi136 (mon.0) 5921 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:35:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:28 smithi136 bash[11745]: audit 2022-04-26T07:35:28.436100+0000 mon.smithi136 (mon.0) 5922 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:35:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:28 smithi145 bash[13673]: audit 2022-04-26T07:35:28.430972+0000 mon.smithi136 (mon.0) 5920 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:35:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:28 smithi145 bash[13673]: audit 2022-04-26T07:35:28.434011+0000 mon.smithi136 (mon.0) 5921 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:35:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:28 smithi145 bash[13673]: audit 2022-04-26T07:35:28.436100+0000 mon.smithi136 (mon.0) 5922 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:35:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:29 smithi136 bash[11745]: cluster 2022-04-26T07:35:28.426582+0000 mgr.smithi136.ofnrfx (mgr.14188) 9628 : cluster [DBG] pgmap v9033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:29 smithi136 bash[11745]: cluster 2022-04-26T07:35:28.754035+0000 mgr.smithi136.ofnrfx (mgr.14188) 9629 : cluster [DBG] pgmap v9034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:29 smithi136 bash[11745]: cluster 2022-04-26T07:35:28.754574+0000 mgr.smithi136.ofnrfx (mgr.14188) 9630 : cluster [DBG] pgmap v9035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:29 smithi136 bash[11745]: audit 2022-04-26T07:35:28.761763+0000 mon.smithi136 (mon.0) 5923 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:35:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:29 smithi136 bash[11745]: audit 2022-04-26T07:35:28.771018+0000 mon.smithi136 (mon.0) 5924 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:35:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:29 smithi136 bash[11745]: cephadm 2022-04-26T07:35:28.772399+0000 mgr.smithi136.ofnrfx (mgr.14188) 9631 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:35:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:29 smithi136 bash[11745]: cephadm 2022-04-26T07:35:28.772624+0000 mgr.smithi136.ofnrfx (mgr.14188) 9632 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:35:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:29 smithi145 bash[13673]: cluster 2022-04-26T07:35:28.426582+0000 mgr.smithi136.ofnrfx (mgr.14188) 9628 : cluster [DBG] pgmap v9033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:29 smithi145 bash[13673]: cluster 2022-04-26T07:35:28.754035+0000 mgr.smithi136.ofnrfx (mgr.14188) 9629 : cluster [DBG] pgmap v9034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:29 smithi145 bash[13673]: cluster 2022-04-26T07:35:28.754574+0000 mgr.smithi136.ofnrfx (mgr.14188) 9630 : cluster [DBG] pgmap v9035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:29 smithi145 bash[13673]: audit 2022-04-26T07:35:28.761763+0000 mon.smithi136 (mon.0) 5923 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:35:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:29 smithi145 bash[13673]: audit 2022-04-26T07:35:28.771018+0000 mon.smithi136 (mon.0) 5924 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:35:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:29 smithi145 bash[13673]: cephadm 2022-04-26T07:35:28.772399+0000 mgr.smithi136.ofnrfx (mgr.14188) 9631 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:35:29.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:29 smithi145 bash[13673]: cephadm 2022-04-26T07:35:28.772624+0000 mgr.smithi136.ofnrfx (mgr.14188) 9632 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:35:30.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:30.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:30.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:30.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:30 smithi136 bash[11745]: audit 2022-04-26T07:35:30.447621+0000 mon.smithi136 (mon.0) 5925 : audit [DBG] from='client.? 172.21.15.136:0/1478919316' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:30 smithi145 bash[13673]: audit 2022-04-26T07:35:30.447621+0000 mon.smithi136 (mon.0) 5925 : audit [DBG] from='client.? 172.21.15.136:0/1478919316' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:31 smithi136 bash[11745]: cluster 2022-04-26T07:35:30.755197+0000 mgr.smithi136.ofnrfx (mgr.14188) 9633 : cluster [DBG] pgmap v9036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:31 smithi145 bash[13673]: cluster 2022-04-26T07:35:30.755197+0000 mgr.smithi136.ofnrfx (mgr.14188) 9633 : cluster [DBG] pgmap v9036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:33 smithi145 bash[13673]: cluster 2022-04-26T07:35:32.755831+0000 mgr.smithi136.ofnrfx (mgr.14188) 9634 : cluster [DBG] pgmap v9037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:33 smithi136 bash[11745]: cluster 2022-04-26T07:35:32.755831+0000 mgr.smithi136.ofnrfx (mgr.14188) 9634 : cluster [DBG] pgmap v9037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:35.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:35.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:35.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:35.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:35 smithi145 bash[13673]: cluster 2022-04-26T07:35:34.756510+0000 mgr.smithi136.ofnrfx (mgr.14188) 9635 : cluster [DBG] pgmap v9038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:35 smithi145 bash[13673]: audit 2022-04-26T07:35:35.771346+0000 mon.smithi136 (mon.0) 5926 : audit [DBG] from='client.? 172.21.15.136:0/2857473954' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:35 smithi136 bash[11745]: cluster 2022-04-26T07:35:34.756510+0000 mgr.smithi136.ofnrfx (mgr.14188) 9635 : cluster [DBG] pgmap v9038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:35 smithi136 bash[11745]: audit 2022-04-26T07:35:35.771346+0000 mon.smithi136 (mon.0) 5926 : audit [DBG] from='client.? 172.21.15.136:0/2857473954' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:37 smithi145 bash[13673]: cluster 2022-04-26T07:35:36.757157+0000 mgr.smithi136.ofnrfx (mgr.14188) 9636 : cluster [DBG] pgmap v9039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:37 smithi136 bash[11745]: cluster 2022-04-26T07:35:36.757157+0000 mgr.smithi136.ofnrfx (mgr.14188) 9636 : cluster [DBG] pgmap v9039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:39 smithi145 bash[13673]: cluster 2022-04-26T07:35:38.757756+0000 mgr.smithi136.ofnrfx (mgr.14188) 9637 : cluster [DBG] pgmap v9040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:39 smithi136 bash[11745]: cluster 2022-04-26T07:35:38.757756+0000 mgr.smithi136.ofnrfx (mgr.14188) 9637 : cluster [DBG] pgmap v9040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:40.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:40.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:40.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:41.115 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:41 smithi145 bash[13673]: cluster 2022-04-26T07:35:40.758341+0000 mgr.smithi136.ofnrfx (mgr.14188) 9638 : cluster [DBG] pgmap v9041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:42.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:41 smithi145 bash[13673]: audit 2022-04-26T07:35:41.095580+0000 mon.smithi136 (mon.0) 5927 : audit [DBG] from='client.? 172.21.15.136:0/2089456882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:41 smithi136 bash[11745]: cluster 2022-04-26T07:35:40.758341+0000 mgr.smithi136.ofnrfx (mgr.14188) 9638 : cluster [DBG] pgmap v9041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:42.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:41 smithi136 bash[11745]: audit 2022-04-26T07:35:41.095580+0000 mon.smithi136 (mon.0) 5927 : audit [DBG] from='client.? 172.21.15.136:0/2089456882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:43 smithi145 bash[13673]: cluster 2022-04-26T07:35:42.759020+0000 mgr.smithi136.ofnrfx (mgr.14188) 9639 : cluster [DBG] pgmap v9042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:43 smithi136 bash[11745]: cluster 2022-04-26T07:35:42.759020+0000 mgr.smithi136.ofnrfx (mgr.14188) 9639 : cluster [DBG] pgmap v9042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:46.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:46.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:46.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:45 smithi145 bash[13673]: cluster 2022-04-26T07:35:44.759661+0000 mgr.smithi136.ofnrfx (mgr.14188) 9640 : cluster [DBG] pgmap v9043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:45 smithi136 bash[11745]: cluster 2022-04-26T07:35:44.759661+0000 mgr.smithi136.ofnrfx (mgr.14188) 9640 : cluster [DBG] pgmap v9043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:46.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:46 smithi145 bash[13673]: audit 2022-04-26T07:35:46.425612+0000 mon.smithi136 (mon.0) 5928 : audit [DBG] from='client.? 172.21.15.136:0/30128897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:46 smithi136 bash[11745]: audit 2022-04-26T07:35:46.425612+0000 mon.smithi136 (mon.0) 5928 : audit [DBG] from='client.? 172.21.15.136:0/30128897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:47 smithi145 bash[13673]: cluster 2022-04-26T07:35:46.760341+0000 mgr.smithi136.ofnrfx (mgr.14188) 9641 : cluster [DBG] pgmap v9044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:47 smithi136 bash[11745]: cluster 2022-04-26T07:35:46.760341+0000 mgr.smithi136.ofnrfx (mgr.14188) 9641 : cluster [DBG] pgmap v9044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:49 smithi145 bash[13673]: cluster 2022-04-26T07:35:48.760977+0000 mgr.smithi136.ofnrfx (mgr.14188) 9642 : cluster [DBG] pgmap v9045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:49 smithi136 bash[11745]: cluster 2022-04-26T07:35:48.760977+0000 mgr.smithi136.ofnrfx (mgr.14188) 9642 : cluster [DBG] pgmap v9045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:51.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:51.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:51.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:51.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:51 smithi145 bash[13673]: cluster 2022-04-26T07:35:50.761620+0000 mgr.smithi136.ofnrfx (mgr.14188) 9643 : cluster [DBG] pgmap v9046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:51 smithi145 bash[13673]: audit 2022-04-26T07:35:51.760162+0000 mon.smithi136 (mon.0) 5929 : audit [DBG] from='client.? 172.21.15.136:0/1632375276' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:51 smithi136 bash[11745]: cluster 2022-04-26T07:35:50.761620+0000 mgr.smithi136.ofnrfx (mgr.14188) 9643 : cluster [DBG] pgmap v9046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:51 smithi136 bash[11745]: audit 2022-04-26T07:35:51.760162+0000 mon.smithi136 (mon.0) 5929 : audit [DBG] from='client.? 172.21.15.136:0/1632375276' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:53 smithi145 bash[13673]: cluster 2022-04-26T07:35:52.762249+0000 mgr.smithi136.ofnrfx (mgr.14188) 9644 : cluster [DBG] pgmap v9047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:53 smithi136 bash[11745]: cluster 2022-04-26T07:35:52.762249+0000 mgr.smithi136.ofnrfx (mgr.14188) 9644 : cluster [DBG] pgmap v9047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:55 smithi145 bash[13673]: cluster 2022-04-26T07:35:54.762883+0000 mgr.smithi136.ofnrfx (mgr.14188) 9645 : cluster [DBG] pgmap v9048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:55 smithi136 bash[11745]: cluster 2022-04-26T07:35:54.762883+0000 mgr.smithi136.ofnrfx (mgr.14188) 9645 : cluster [DBG] pgmap v9048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:56.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:35:56.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:35:56.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:35:57.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:35:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:57 smithi145 bash[13673]: cluster 2022-04-26T07:35:56.763578+0000 mgr.smithi136.ofnrfx (mgr.14188) 9646 : cluster [DBG] pgmap v9049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:57 smithi145 bash[13673]: audit 2022-04-26T07:35:57.090106+0000 mon.smithi136 (mon.0) 5930 : audit [DBG] from='client.? 172.21.15.136:0/2933166914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:35:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:57 smithi136 bash[11745]: cluster 2022-04-26T07:35:56.763578+0000 mgr.smithi136.ofnrfx (mgr.14188) 9646 : cluster [DBG] pgmap v9049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:35:58.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:57 smithi136 bash[11745]: audit 2022-04-26T07:35:57.090106+0000 mon.smithi136 (mon.0) 5930 : audit [DBG] from='client.? 172.21.15.136:0/2933166914' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:35:59 smithi145 bash[13673]: cluster 2022-04-26T07:35:58.764233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9647 : cluster [DBG] pgmap v9050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:35:59 smithi136 bash[11745]: cluster 2022-04-26T07:35:58.764233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9647 : cluster [DBG] pgmap v9050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:02.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:02.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:02.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:01 smithi145 bash[13673]: cluster 2022-04-26T07:36:00.764839+0000 mgr.smithi136.ofnrfx (mgr.14188) 9648 : cluster [DBG] pgmap v9051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:01 smithi136 bash[11745]: cluster 2022-04-26T07:36:00.764839+0000 mgr.smithi136.ofnrfx (mgr.14188) 9648 : cluster [DBG] pgmap v9051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:02.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:02 smithi136 bash[11745]: audit 2022-04-26T07:36:02.424906+0000 mon.smithi136 (mon.0) 5931 : audit [DBG] from='client.? 172.21.15.136:0/1244233194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:02 smithi145 bash[13673]: audit 2022-04-26T07:36:02.424906+0000 mon.smithi136 (mon.0) 5931 : audit [DBG] from='client.? 172.21.15.136:0/1244233194' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:03 smithi136 bash[11745]: cluster 2022-04-26T07:36:02.765479+0000 mgr.smithi136.ofnrfx (mgr.14188) 9649 : cluster [DBG] pgmap v9052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:03 smithi136 bash[11745]: audit 2022-04-26T07:36:03.062792+0000 mon.smithi136 (mon.0) 5932 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:36:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:03 smithi136 bash[11745]: audit 2022-04-26T07:36:03.066676+0000 mon.smithi136 (mon.0) 5933 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:36:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:03 smithi145 bash[13673]: cluster 2022-04-26T07:36:02.765479+0000 mgr.smithi136.ofnrfx (mgr.14188) 9649 : cluster [DBG] pgmap v9052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:03 smithi145 bash[13673]: audit 2022-04-26T07:36:03.062792+0000 mon.smithi136 (mon.0) 5932 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:36:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:03 smithi145 bash[13673]: audit 2022-04-26T07:36:03.066676+0000 mon.smithi136 (mon.0) 5933 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:36:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:05 smithi136 bash[11745]: cluster 2022-04-26T07:36:04.766080+0000 mgr.smithi136.ofnrfx (mgr.14188) 9650 : cluster [DBG] pgmap v9053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:05 smithi145 bash[13673]: cluster 2022-04-26T07:36:04.766080+0000 mgr.smithi136.ofnrfx (mgr.14188) 9650 : cluster [DBG] pgmap v9053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:07.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:07.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:07.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:07.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:07 smithi136 bash[11745]: cluster 2022-04-26T07:36:06.766810+0000 mgr.smithi136.ofnrfx (mgr.14188) 9651 : cluster [DBG] pgmap v9054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:07 smithi136 bash[11745]: audit 2022-04-26T07:36:07.751375+0000 mon.smithi136 (mon.0) 5934 : audit [DBG] from='client.? 172.21.15.136:0/3692272314' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:07 smithi145 bash[13673]: cluster 2022-04-26T07:36:06.766810+0000 mgr.smithi136.ofnrfx (mgr.14188) 9651 : cluster [DBG] pgmap v9054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:07 smithi145 bash[13673]: audit 2022-04-26T07:36:07.751375+0000 mon.smithi136 (mon.0) 5934 : audit [DBG] from='client.? 172.21.15.136:0/3692272314' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:09 smithi136 bash[11745]: cluster 2022-04-26T07:36:08.767446+0000 mgr.smithi136.ofnrfx (mgr.14188) 9652 : cluster [DBG] pgmap v9055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:09 smithi145 bash[13673]: cluster 2022-04-26T07:36:08.767446+0000 mgr.smithi136.ofnrfx (mgr.14188) 9652 : cluster [DBG] pgmap v9055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:11 smithi136 bash[11745]: cluster 2022-04-26T07:36:10.768084+0000 mgr.smithi136.ofnrfx (mgr.14188) 9653 : cluster [DBG] pgmap v9056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:11 smithi145 bash[13673]: cluster 2022-04-26T07:36:10.768084+0000 mgr.smithi136.ofnrfx (mgr.14188) 9653 : cluster [DBG] pgmap v9056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:12.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:12.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:12.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:13.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:13 smithi136 bash[11745]: cluster 2022-04-26T07:36:12.768711+0000 mgr.smithi136.ofnrfx (mgr.14188) 9654 : cluster [DBG] pgmap v9057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:13 smithi136 bash[11745]: audit 2022-04-26T07:36:13.077185+0000 mon.smithi136 (mon.0) 5935 : audit [DBG] from='client.? 172.21.15.136:0/2237159989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:13 smithi145 bash[13673]: cluster 2022-04-26T07:36:12.768711+0000 mgr.smithi136.ofnrfx (mgr.14188) 9654 : cluster [DBG] pgmap v9057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:13 smithi145 bash[13673]: audit 2022-04-26T07:36:13.077185+0000 mon.smithi136 (mon.0) 5935 : audit [DBG] from='client.? 172.21.15.136:0/2237159989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:15 smithi136 bash[11745]: cluster 2022-04-26T07:36:14.769378+0000 mgr.smithi136.ofnrfx (mgr.14188) 9655 : cluster [DBG] pgmap v9058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:15 smithi145 bash[13673]: cluster 2022-04-26T07:36:14.769378+0000 mgr.smithi136.ofnrfx (mgr.14188) 9655 : cluster [DBG] pgmap v9058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:18.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:18.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:18.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:17 smithi136 bash[11745]: cluster 2022-04-26T07:36:16.769996+0000 mgr.smithi136.ofnrfx (mgr.14188) 9656 : cluster [DBG] pgmap v9059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:17 smithi145 bash[13673]: cluster 2022-04-26T07:36:16.769996+0000 mgr.smithi136.ofnrfx (mgr.14188) 9656 : cluster [DBG] pgmap v9059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:18.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:18 smithi136 bash[11745]: audit 2022-04-26T07:36:18.406061+0000 mon.smithi136 (mon.0) 5936 : audit [DBG] from='client.? 172.21.15.136:0/2069418755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:18 smithi145 bash[13673]: audit 2022-04-26T07:36:18.406061+0000 mon.smithi136 (mon.0) 5936 : audit [DBG] from='client.? 172.21.15.136:0/2069418755' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:19 smithi136 bash[11745]: cluster 2022-04-26T07:36:18.770646+0000 mgr.smithi136.ofnrfx (mgr.14188) 9657 : cluster [DBG] pgmap v9060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:19 smithi145 bash[13673]: cluster 2022-04-26T07:36:18.770646+0000 mgr.smithi136.ofnrfx (mgr.14188) 9657 : cluster [DBG] pgmap v9060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:21 smithi136 bash[11745]: cluster 2022-04-26T07:36:20.771298+0000 mgr.smithi136.ofnrfx (mgr.14188) 9658 : cluster [DBG] pgmap v9061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:21 smithi145 bash[13673]: cluster 2022-04-26T07:36:20.771298+0000 mgr.smithi136.ofnrfx (mgr.14188) 9658 : cluster [DBG] pgmap v9061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:23.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:23.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:23.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:23.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:23 smithi136 bash[11745]: cluster 2022-04-26T07:36:22.771948+0000 mgr.smithi136.ofnrfx (mgr.14188) 9659 : cluster [DBG] pgmap v9062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:23 smithi136 bash[11745]: audit 2022-04-26T07:36:23.738130+0000 mon.smithi136 (mon.0) 5937 : audit [DBG] from='client.? 172.21.15.136:0/1222816790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:23 smithi145 bash[13673]: cluster 2022-04-26T07:36:22.771948+0000 mgr.smithi136.ofnrfx (mgr.14188) 9659 : cluster [DBG] pgmap v9062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:23 smithi145 bash[13673]: audit 2022-04-26T07:36:23.738130+0000 mon.smithi136 (mon.0) 5937 : audit [DBG] from='client.? 172.21.15.136:0/1222816790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:25 smithi136 bash[11745]: cluster 2022-04-26T07:36:24.772577+0000 mgr.smithi136.ofnrfx (mgr.14188) 9660 : cluster [DBG] pgmap v9063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:25 smithi145 bash[13673]: cluster 2022-04-26T07:36:24.772577+0000 mgr.smithi136.ofnrfx (mgr.14188) 9660 : cluster [DBG] pgmap v9063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:27 smithi136 bash[11745]: cluster 2022-04-26T07:36:26.773296+0000 mgr.smithi136.ofnrfx (mgr.14188) 9661 : cluster [DBG] pgmap v9064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:27 smithi145 bash[13673]: cluster 2022-04-26T07:36:26.773296+0000 mgr.smithi136.ofnrfx (mgr.14188) 9661 : cluster [DBG] pgmap v9064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:28.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:28.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:28.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:29.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:28 smithi136 bash[11745]: audit 2022-04-26T07:36:28.787195+0000 mon.smithi136 (mon.0) 5938 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:36:29.338 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:28 smithi136 bash[11745]: audit 2022-04-26T07:36:28.789927+0000 mon.smithi136 (mon.0) 5939 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:36:29.338 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:28 smithi136 bash[11745]: audit 2022-04-26T07:36:28.791696+0000 mon.smithi136 (mon.0) 5940 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:36:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:28 smithi145 bash[13673]: audit 2022-04-26T07:36:28.787195+0000 mon.smithi136 (mon.0) 5938 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:36:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:28 smithi145 bash[13673]: audit 2022-04-26T07:36:28.789927+0000 mon.smithi136 (mon.0) 5939 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:36:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:28 smithi145 bash[13673]: audit 2022-04-26T07:36:28.791696+0000 mon.smithi136 (mon.0) 5940 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:36:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: cluster 2022-04-26T07:36:28.773850+0000 mgr.smithi136.ofnrfx (mgr.14188) 9662 : cluster [DBG] pgmap v9065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: audit 2022-04-26T07:36:29.071213+0000 mon.smithi136 (mon.0) 5941 : audit [DBG] from='client.? 172.21.15.136:0/1312382887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: cluster 2022-04-26T07:36:29.115498+0000 mgr.smithi136.ofnrfx (mgr.14188) 9663 : cluster [DBG] pgmap v9066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: cluster 2022-04-26T07:36:29.115727+0000 mgr.smithi136.ofnrfx (mgr.14188) 9664 : cluster [DBG] pgmap v9067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: audit 2022-04-26T07:36:29.121491+0000 mon.smithi136 (mon.0) 5942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:36:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: audit 2022-04-26T07:36:29.129470+0000 mon.smithi136 (mon.0) 5943 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:36:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: cephadm 2022-04-26T07:36:29.130662+0000 mgr.smithi136.ofnrfx (mgr.14188) 9665 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:36:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:29 smithi136 bash[11745]: cephadm 2022-04-26T07:36:29.130790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9666 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: cluster 2022-04-26T07:36:28.773850+0000 mgr.smithi136.ofnrfx (mgr.14188) 9662 : cluster [DBG] pgmap v9065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: audit 2022-04-26T07:36:29.071213+0000 mon.smithi136 (mon.0) 5941 : audit [DBG] from='client.? 172.21.15.136:0/1312382887' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: cluster 2022-04-26T07:36:29.115498+0000 mgr.smithi136.ofnrfx (mgr.14188) 9663 : cluster [DBG] pgmap v9066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: cluster 2022-04-26T07:36:29.115727+0000 mgr.smithi136.ofnrfx (mgr.14188) 9664 : cluster [DBG] pgmap v9067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: audit 2022-04-26T07:36:29.121491+0000 mon.smithi136 (mon.0) 5942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: audit 2022-04-26T07:36:29.129470+0000 mon.smithi136 (mon.0) 5943 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: cephadm 2022-04-26T07:36:29.130662+0000 mgr.smithi136.ofnrfx (mgr.14188) 9665 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:36:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:29 smithi145 bash[13673]: cephadm 2022-04-26T07:36:29.130790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9666 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:36:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:32 smithi136 bash[11745]: cluster 2022-04-26T07:36:31.116232+0000 mgr.smithi136.ofnrfx (mgr.14188) 9667 : cluster [DBG] pgmap v9068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:32 smithi145 bash[13673]: cluster 2022-04-26T07:36:31.116232+0000 mgr.smithi136.ofnrfx (mgr.14188) 9667 : cluster [DBG] pgmap v9068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:34.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:34.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:34.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:34.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:34 smithi136 bash[11745]: cluster 2022-04-26T07:36:33.116837+0000 mgr.smithi136.ofnrfx (mgr.14188) 9668 : cluster [DBG] pgmap v9069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:34 smithi145 bash[13673]: cluster 2022-04-26T07:36:33.116837+0000 mgr.smithi136.ofnrfx (mgr.14188) 9668 : cluster [DBG] pgmap v9069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:35 smithi136 bash[11745]: audit 2022-04-26T07:36:34.403225+0000 mon.smithi136 (mon.0) 5944 : audit [DBG] from='client.? 172.21.15.136:0/2264582252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:35 smithi145 bash[13673]: audit 2022-04-26T07:36:34.403225+0000 mon.smithi136 (mon.0) 5944 : audit [DBG] from='client.? 172.21.15.136:0/2264582252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:36 smithi136 bash[11745]: cluster 2022-04-26T07:36:35.117430+0000 mgr.smithi136.ofnrfx (mgr.14188) 9669 : cluster [DBG] pgmap v9070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:36 smithi145 bash[13673]: cluster 2022-04-26T07:36:35.117430+0000 mgr.smithi136.ofnrfx (mgr.14188) 9669 : cluster [DBG] pgmap v9070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:38 smithi145 bash[13673]: cluster 2022-04-26T07:36:37.118080+0000 mgr.smithi136.ofnrfx (mgr.14188) 9670 : cluster [DBG] pgmap v9071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:38 smithi136 bash[11745]: cluster 2022-04-26T07:36:37.118080+0000 mgr.smithi136.ofnrfx (mgr.14188) 9670 : cluster [DBG] pgmap v9071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:39.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:39.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:39.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:39.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:39 smithi145 bash[13673]: cluster 2022-04-26T07:36:39.118730+0000 mgr.smithi136.ofnrfx (mgr.14188) 9671 : cluster [DBG] pgmap v9072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:39 smithi145 bash[13673]: audit 2022-04-26T07:36:39.731199+0000 mon.smithi136 (mon.0) 5945 : audit [DBG] from='client.? 172.21.15.136:0/159252948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:39 smithi136 bash[11745]: cluster 2022-04-26T07:36:39.118730+0000 mgr.smithi136.ofnrfx (mgr.14188) 9671 : cluster [DBG] pgmap v9072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:39 smithi136 bash[11745]: audit 2022-04-26T07:36:39.731199+0000 mon.smithi136 (mon.0) 5945 : audit [DBG] from='client.? 172.21.15.136:0/159252948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:42 smithi136 bash[11745]: cluster 2022-04-26T07:36:41.119427+0000 mgr.smithi136.ofnrfx (mgr.14188) 9672 : cluster [DBG] pgmap v9073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:42 smithi145 bash[13673]: cluster 2022-04-26T07:36:41.119427+0000 mgr.smithi136.ofnrfx (mgr.14188) 9672 : cluster [DBG] pgmap v9073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:44 smithi136 bash[11745]: cluster 2022-04-26T07:36:43.120084+0000 mgr.smithi136.ofnrfx (mgr.14188) 9673 : cluster [DBG] pgmap v9074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:44 smithi145 bash[13673]: cluster 2022-04-26T07:36:43.120084+0000 mgr.smithi136.ofnrfx (mgr.14188) 9673 : cluster [DBG] pgmap v9074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:44.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:44.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:44.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:45.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:45 smithi136 bash[11745]: audit 2022-04-26T07:36:45.051239+0000 mon.smithi136 (mon.0) 5946 : audit [DBG] from='client.? 172.21.15.136:0/233571314' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:45 smithi145 bash[13673]: audit 2022-04-26T07:36:45.051239+0000 mon.smithi136 (mon.0) 5946 : audit [DBG] from='client.? 172.21.15.136:0/233571314' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:46 smithi136 bash[11745]: cluster 2022-04-26T07:36:45.120750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9674 : cluster [DBG] pgmap v9075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:46 smithi145 bash[13673]: cluster 2022-04-26T07:36:45.120750+0000 mgr.smithi136.ofnrfx (mgr.14188) 9674 : cluster [DBG] pgmap v9075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:48 smithi145 bash[13673]: cluster 2022-04-26T07:36:47.121485+0000 mgr.smithi136.ofnrfx (mgr.14188) 9675 : cluster [DBG] pgmap v9076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:48 smithi136 bash[11745]: cluster 2022-04-26T07:36:47.121485+0000 mgr.smithi136.ofnrfx (mgr.14188) 9675 : cluster [DBG] pgmap v9076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:50.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:50.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:50.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:49 smithi145 bash[13673]: cluster 2022-04-26T07:36:49.122122+0000 mgr.smithi136.ofnrfx (mgr.14188) 9676 : cluster [DBG] pgmap v9077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:49 smithi136 bash[11745]: cluster 2022-04-26T07:36:49.122122+0000 mgr.smithi136.ofnrfx (mgr.14188) 9676 : cluster [DBG] pgmap v9077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:50.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:50 smithi145 bash[13673]: audit 2022-04-26T07:36:50.376229+0000 mon.smithi136 (mon.0) 5947 : audit [DBG] from='client.? 172.21.15.136:0/2039730789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:50 smithi136 bash[11745]: audit 2022-04-26T07:36:50.376229+0000 mon.smithi136 (mon.0) 5947 : audit [DBG] from='client.? 172.21.15.136:0/2039730789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:51 smithi145 bash[13673]: cluster 2022-04-26T07:36:51.122817+0000 mgr.smithi136.ofnrfx (mgr.14188) 9677 : cluster [DBG] pgmap v9078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:51 smithi136 bash[11745]: cluster 2022-04-26T07:36:51.122817+0000 mgr.smithi136.ofnrfx (mgr.14188) 9677 : cluster [DBG] pgmap v9078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:54 smithi136 bash[11745]: cluster 2022-04-26T07:36:53.123508+0000 mgr.smithi136.ofnrfx (mgr.14188) 9678 : cluster [DBG] pgmap v9079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:54 smithi145 bash[13673]: cluster 2022-04-26T07:36:53.123508+0000 mgr.smithi136.ofnrfx (mgr.14188) 9678 : cluster [DBG] pgmap v9079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:55.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:36:55.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:36:55.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:36:55.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:36:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:56 smithi136 bash[11745]: cluster 2022-04-26T07:36:55.124163+0000 mgr.smithi136.ofnrfx (mgr.14188) 9679 : cluster [DBG] pgmap v9080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:56 smithi136 bash[11745]: audit 2022-04-26T07:36:55.706104+0000 mon.smithi136 (mon.0) 5948 : audit [DBG] from='client.? 172.21.15.136:0/1006926418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:56 smithi145 bash[13673]: cluster 2022-04-26T07:36:55.124163+0000 mgr.smithi136.ofnrfx (mgr.14188) 9679 : cluster [DBG] pgmap v9080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:56 smithi145 bash[13673]: audit 2022-04-26T07:36:55.706104+0000 mon.smithi136 (mon.0) 5948 : audit [DBG] from='client.? 172.21.15.136:0/1006926418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:36:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:58 smithi145 bash[13673]: cluster 2022-04-26T07:36:57.124828+0000 mgr.smithi136.ofnrfx (mgr.14188) 9680 : cluster [DBG] pgmap v9081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:36:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:58 smithi136 bash[11745]: cluster 2022-04-26T07:36:57.124828+0000 mgr.smithi136.ofnrfx (mgr.14188) 9680 : cluster [DBG] pgmap v9081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:36:59 smithi145 bash[13673]: cluster 2022-04-26T07:36:59.125430+0000 mgr.smithi136.ofnrfx (mgr.14188) 9681 : cluster [DBG] pgmap v9082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:36:59 smithi136 bash[11745]: cluster 2022-04-26T07:36:59.125430+0000 mgr.smithi136.ofnrfx (mgr.14188) 9681 : cluster [DBG] pgmap v9082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:00.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:00.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:00.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:01.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:01 smithi145 bash[13673]: audit 2022-04-26T07:37:01.031330+0000 mon.smithi136 (mon.0) 5949 : audit [DBG] from='client.? 172.21.15.136:0/662195819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:01 smithi136 bash[11745]: audit 2022-04-26T07:37:01.031330+0000 mon.smithi136 (mon.0) 5949 : audit [DBG] from='client.? 172.21.15.136:0/662195819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:02 smithi145 bash[13673]: cluster 2022-04-26T07:37:01.126117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9682 : cluster [DBG] pgmap v9083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:02 smithi136 bash[11745]: cluster 2022-04-26T07:37:01.126117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9682 : cluster [DBG] pgmap v9083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:03 smithi145 bash[13673]: audit 2022-04-26T07:37:03.066937+0000 mon.smithi136 (mon.0) 5950 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:37:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:03 smithi145 bash[13673]: audit 2022-04-26T07:37:03.070859+0000 mon.smithi136 (mon.0) 5951 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:37:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:03 smithi136 bash[11745]: audit 2022-04-26T07:37:03.066937+0000 mon.smithi136 (mon.0) 5950 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:37:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:03 smithi136 bash[11745]: audit 2022-04-26T07:37:03.070859+0000 mon.smithi136 (mon.0) 5951 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:37:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:04 smithi145 bash[13673]: cluster 2022-04-26T07:37:03.126733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9683 : cluster [DBG] pgmap v9084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:04 smithi136 bash[11745]: cluster 2022-04-26T07:37:03.126733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9683 : cluster [DBG] pgmap v9084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:06.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:06.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:06.050 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:06.370 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:06 smithi136 bash[11745]: cluster 2022-04-26T07:37:05.127366+0000 mgr.smithi136.ofnrfx (mgr.14188) 9684 : cluster [DBG] pgmap v9085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:06 smithi145 bash[13673]: cluster 2022-04-26T07:37:05.127366+0000 mgr.smithi136.ofnrfx (mgr.14188) 9684 : cluster [DBG] pgmap v9085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:07 smithi136 bash[11745]: audit 2022-04-26T07:37:06.354967+0000 mon.smithi136 (mon.0) 5952 : audit [DBG] from='client.? 172.21.15.136:0/234889256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:07 smithi145 bash[13673]: audit 2022-04-26T07:37:06.354967+0000 mon.smithi136 (mon.0) 5952 : audit [DBG] from='client.? 172.21.15.136:0/234889256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:08 smithi145 bash[13673]: cluster 2022-04-26T07:37:07.128015+0000 mgr.smithi136.ofnrfx (mgr.14188) 9685 : cluster [DBG] pgmap v9086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:08 smithi136 bash[11745]: cluster 2022-04-26T07:37:07.128015+0000 mgr.smithi136.ofnrfx (mgr.14188) 9685 : cluster [DBG] pgmap v9086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:09 smithi145 bash[13673]: cluster 2022-04-26T07:37:09.128671+0000 mgr.smithi136.ofnrfx (mgr.14188) 9686 : cluster [DBG] pgmap v9087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:09 smithi136 bash[11745]: cluster 2022-04-26T07:37:09.128671+0000 mgr.smithi136.ofnrfx (mgr.14188) 9686 : cluster [DBG] pgmap v9087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:11.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:11.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:11.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:11.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:12 smithi136 bash[11745]: cluster 2022-04-26T07:37:11.129360+0000 mgr.smithi136.ofnrfx (mgr.14188) 9687 : cluster [DBG] pgmap v9088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:12 smithi136 bash[11745]: audit 2022-04-26T07:37:11.686997+0000 mon.smithi136 (mon.0) 5953 : audit [DBG] from='client.? 172.21.15.136:0/1078597239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:12 smithi145 bash[13673]: cluster 2022-04-26T07:37:11.129360+0000 mgr.smithi136.ofnrfx (mgr.14188) 9687 : cluster [DBG] pgmap v9088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:12 smithi145 bash[13673]: audit 2022-04-26T07:37:11.686997+0000 mon.smithi136 (mon.0) 5953 : audit [DBG] from='client.? 172.21.15.136:0/1078597239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:14 smithi136 bash[11745]: cluster 2022-04-26T07:37:13.129999+0000 mgr.smithi136.ofnrfx (mgr.14188) 9688 : cluster [DBG] pgmap v9089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:14 smithi145 bash[13673]: cluster 2022-04-26T07:37:13.129999+0000 mgr.smithi136.ofnrfx (mgr.14188) 9688 : cluster [DBG] pgmap v9089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:16 smithi136 bash[11745]: cluster 2022-04-26T07:37:15.130590+0000 mgr.smithi136.ofnrfx (mgr.14188) 9689 : cluster [DBG] pgmap v9090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:16 smithi145 bash[13673]: cluster 2022-04-26T07:37:15.130590+0000 mgr.smithi136.ofnrfx (mgr.14188) 9689 : cluster [DBG] pgmap v9090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:16.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:16.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:16.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:17.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:17 smithi136 bash[11745]: audit 2022-04-26T07:37:17.018953+0000 mon.smithi136 (mon.0) 5954 : audit [DBG] from='client.? 172.21.15.136:0/1821458337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:17 smithi145 bash[13673]: audit 2022-04-26T07:37:17.018953+0000 mon.smithi136 (mon.0) 5954 : audit [DBG] from='client.? 172.21.15.136:0/1821458337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:18 smithi145 bash[13673]: cluster 2022-04-26T07:37:17.131293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9690 : cluster [DBG] pgmap v9091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:18 smithi136 bash[11745]: cluster 2022-04-26T07:37:17.131293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9690 : cluster [DBG] pgmap v9091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:19 smithi145 bash[13673]: cluster 2022-04-26T07:37:19.131932+0000 mgr.smithi136.ofnrfx (mgr.14188) 9691 : cluster [DBG] pgmap v9092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:19 smithi136 bash[11745]: cluster 2022-04-26T07:37:19.131932+0000 mgr.smithi136.ofnrfx (mgr.14188) 9691 : cluster [DBG] pgmap v9092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:22.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:22.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:22.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:22.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:22 smithi136 bash[11745]: cluster 2022-04-26T07:37:21.132555+0000 mgr.smithi136.ofnrfx (mgr.14188) 9692 : cluster [DBG] pgmap v9093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:22 smithi145 bash[13673]: cluster 2022-04-26T07:37:21.132555+0000 mgr.smithi136.ofnrfx (mgr.14188) 9692 : cluster [DBG] pgmap v9093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:23 smithi136 bash[11745]: audit 2022-04-26T07:37:22.346837+0000 mon.smithi136 (mon.0) 5955 : audit [DBG] from='client.? 172.21.15.136:0/480827923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:23 smithi145 bash[13673]: audit 2022-04-26T07:37:22.346837+0000 mon.smithi136 (mon.0) 5955 : audit [DBG] from='client.? 172.21.15.136:0/480827923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:24 smithi136 bash[11745]: cluster 2022-04-26T07:37:23.133197+0000 mgr.smithi136.ofnrfx (mgr.14188) 9693 : cluster [DBG] pgmap v9094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:24 smithi145 bash[13673]: cluster 2022-04-26T07:37:23.133197+0000 mgr.smithi136.ofnrfx (mgr.14188) 9693 : cluster [DBG] pgmap v9094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:26 smithi136 bash[11745]: cluster 2022-04-26T07:37:25.133837+0000 mgr.smithi136.ofnrfx (mgr.14188) 9694 : cluster [DBG] pgmap v9095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:26 smithi145 bash[13673]: cluster 2022-04-26T07:37:25.133837+0000 mgr.smithi136.ofnrfx (mgr.14188) 9694 : cluster [DBG] pgmap v9095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:27.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:27.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:27.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:27.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:28 smithi145 bash[13673]: cluster 2022-04-26T07:37:27.134482+0000 mgr.smithi136.ofnrfx (mgr.14188) 9695 : cluster [DBG] pgmap v9096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:28 smithi145 bash[13673]: audit 2022-04-26T07:37:27.681683+0000 mon.smithi136 (mon.0) 5956 : audit [DBG] from='client.? 172.21.15.136:0/484179214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:28 smithi136 bash[11745]: cluster 2022-04-26T07:37:27.134482+0000 mgr.smithi136.ofnrfx (mgr.14188) 9695 : cluster [DBG] pgmap v9096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:28 smithi136 bash[11745]: audit 2022-04-26T07:37:27.681683+0000 mon.smithi136 (mon.0) 5956 : audit [DBG] from='client.? 172.21.15.136:0/484179214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: cluster 2022-04-26T07:37:29.135142+0000 mgr.smithi136.ofnrfx (mgr.14188) 9696 : cluster [DBG] pgmap v9097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: audit 2022-04-26T07:37:29.138723+0000 mon.smithi136 (mon.0) 5957 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:37:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: audit 2022-04-26T07:37:29.141296+0000 mon.smithi136 (mon.0) 5958 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:37:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: audit 2022-04-26T07:37:29.143258+0000 mon.smithi136 (mon.0) 5959 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:37:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: cluster 2022-04-26T07:37:29.466572+0000 mgr.smithi136.ofnrfx (mgr.14188) 9697 : cluster [DBG] pgmap v9098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: cluster 2022-04-26T07:37:29.466987+0000 mgr.smithi136.ofnrfx (mgr.14188) 9698 : cluster [DBG] pgmap v9099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: audit 2022-04-26T07:37:29.472972+0000 mon.smithi136 (mon.0) 5960 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:37:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: audit 2022-04-26T07:37:29.482815+0000 mon.smithi136 (mon.0) 5961 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:37:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: cephadm 2022-04-26T07:37:29.484190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9699 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:37:30.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:29 smithi145 bash[13673]: cephadm 2022-04-26T07:37:29.484359+0000 mgr.smithi136.ofnrfx (mgr.14188) 9700 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:37:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: cluster 2022-04-26T07:37:29.135142+0000 mgr.smithi136.ofnrfx (mgr.14188) 9696 : cluster [DBG] pgmap v9097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: audit 2022-04-26T07:37:29.138723+0000 mon.smithi136 (mon.0) 5957 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: audit 2022-04-26T07:37:29.141296+0000 mon.smithi136 (mon.0) 5958 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: audit 2022-04-26T07:37:29.143258+0000 mon.smithi136 (mon.0) 5959 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: cluster 2022-04-26T07:37:29.466572+0000 mgr.smithi136.ofnrfx (mgr.14188) 9697 : cluster [DBG] pgmap v9098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: cluster 2022-04-26T07:37:29.466987+0000 mgr.smithi136.ofnrfx (mgr.14188) 9698 : cluster [DBG] pgmap v9099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: audit 2022-04-26T07:37:29.472972+0000 mon.smithi136 (mon.0) 5960 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: audit 2022-04-26T07:37:29.482815+0000 mon.smithi136 (mon.0) 5961 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: cephadm 2022-04-26T07:37:29.484190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9699 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:37:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:29 smithi136 bash[11745]: cephadm 2022-04-26T07:37:29.484359+0000 mgr.smithi136.ofnrfx (mgr.14188) 9700 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:37:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:31 smithi145 bash[13673]: cluster 2022-04-26T07:37:31.467605+0000 mgr.smithi136.ofnrfx (mgr.14188) 9701 : cluster [DBG] pgmap v9100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:31 smithi136 bash[11745]: cluster 2022-04-26T07:37:31.467605+0000 mgr.smithi136.ofnrfx (mgr.14188) 9701 : cluster [DBG] pgmap v9100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:32.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:32.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:32.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:33.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:33 smithi145 bash[13673]: audit 2022-04-26T07:37:33.007715+0000 mon.smithi136 (mon.0) 5962 : audit [DBG] from='client.? 172.21.15.136:0/3022029394' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:33 smithi136 bash[11745]: audit 2022-04-26T07:37:33.007715+0000 mon.smithi136 (mon.0) 5962 : audit [DBG] from='client.? 172.21.15.136:0/3022029394' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:34 smithi145 bash[13673]: cluster 2022-04-26T07:37:33.468262+0000 mgr.smithi136.ofnrfx (mgr.14188) 9702 : cluster [DBG] pgmap v9101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:34 smithi136 bash[11745]: cluster 2022-04-26T07:37:33.468262+0000 mgr.smithi136.ofnrfx (mgr.14188) 9702 : cluster [DBG] pgmap v9101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:35 smithi145 bash[13673]: cluster 2022-04-26T07:37:35.468907+0000 mgr.smithi136.ofnrfx (mgr.14188) 9703 : cluster [DBG] pgmap v9102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:35 smithi136 bash[11745]: cluster 2022-04-26T07:37:35.468907+0000 mgr.smithi136.ofnrfx (mgr.14188) 9703 : cluster [DBG] pgmap v9102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:37 smithi145 bash[13673]: cluster 2022-04-26T07:37:37.469588+0000 mgr.smithi136.ofnrfx (mgr.14188) 9704 : cluster [DBG] pgmap v9103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:38.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:38.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:38.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:37 smithi136 bash[11745]: cluster 2022-04-26T07:37:37.469588+0000 mgr.smithi136.ofnrfx (mgr.14188) 9704 : cluster [DBG] pgmap v9103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:38.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:38 smithi145 bash[13673]: audit 2022-04-26T07:37:38.342221+0000 mon.smithi136 (mon.0) 5963 : audit [DBG] from='client.? 172.21.15.136:0/731327437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:38 smithi136 bash[11745]: audit 2022-04-26T07:37:38.342221+0000 mon.smithi136 (mon.0) 5963 : audit [DBG] from='client.? 172.21.15.136:0/731327437' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:39 smithi145 bash[13673]: cluster 2022-04-26T07:37:39.470235+0000 mgr.smithi136.ofnrfx (mgr.14188) 9705 : cluster [DBG] pgmap v9104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:39 smithi136 bash[11745]: cluster 2022-04-26T07:37:39.470235+0000 mgr.smithi136.ofnrfx (mgr.14188) 9705 : cluster [DBG] pgmap v9104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:41 smithi145 bash[13673]: cluster 2022-04-26T07:37:41.470951+0000 mgr.smithi136.ofnrfx (mgr.14188) 9706 : cluster [DBG] pgmap v9105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:41 smithi136 bash[11745]: cluster 2022-04-26T07:37:41.470951+0000 mgr.smithi136.ofnrfx (mgr.14188) 9706 : cluster [DBG] pgmap v9105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:43.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:43.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:43.360 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:43.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:43 smithi145 bash[13673]: cluster 2022-04-26T07:37:43.471760+0000 mgr.smithi136.ofnrfx (mgr.14188) 9707 : cluster [DBG] pgmap v9106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:43 smithi136 bash[11745]: cluster 2022-04-26T07:37:43.471760+0000 mgr.smithi136.ofnrfx (mgr.14188) 9707 : cluster [DBG] pgmap v9106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:44 smithi145 bash[13673]: audit 2022-04-26T07:37:43.667769+0000 mon.smithi136 (mon.0) 5964 : audit [DBG] from='client.? 172.21.15.136:0/2658180251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:44 smithi136 bash[11745]: audit 2022-04-26T07:37:43.667769+0000 mon.smithi136 (mon.0) 5964 : audit [DBG] from='client.? 172.21.15.136:0/2658180251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:45 smithi145 bash[13673]: cluster 2022-04-26T07:37:45.472503+0000 mgr.smithi136.ofnrfx (mgr.14188) 9708 : cluster [DBG] pgmap v9107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:45 smithi136 bash[11745]: cluster 2022-04-26T07:37:45.472503+0000 mgr.smithi136.ofnrfx (mgr.14188) 9708 : cluster [DBG] pgmap v9107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:47 smithi145 bash[13673]: cluster 2022-04-26T07:37:47.473153+0000 mgr.smithi136.ofnrfx (mgr.14188) 9709 : cluster [DBG] pgmap v9108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:47 smithi136 bash[11745]: cluster 2022-04-26T07:37:47.473153+0000 mgr.smithi136.ofnrfx (mgr.14188) 9709 : cluster [DBG] pgmap v9108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:48.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:48.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:48.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:49.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:49 smithi145 bash[13673]: audit 2022-04-26T07:37:48.999925+0000 mon.smithi136 (mon.0) 5965 : audit [DBG] from='client.? 172.21.15.136:0/884591793' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:49 smithi145 bash[13673]: cluster 2022-04-26T07:37:49.473817+0000 mgr.smithi136.ofnrfx (mgr.14188) 9710 : cluster [DBG] pgmap v9109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:49 smithi136 bash[11745]: audit 2022-04-26T07:37:48.999925+0000 mon.smithi136 (mon.0) 5965 : audit [DBG] from='client.? 172.21.15.136:0/884591793' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:49 smithi136 bash[11745]: cluster 2022-04-26T07:37:49.473817+0000 mgr.smithi136.ofnrfx (mgr.14188) 9710 : cluster [DBG] pgmap v9109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:51 smithi145 bash[13673]: cluster 2022-04-26T07:37:51.474438+0000 mgr.smithi136.ofnrfx (mgr.14188) 9711 : cluster [DBG] pgmap v9110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:51 smithi136 bash[11745]: cluster 2022-04-26T07:37:51.474438+0000 mgr.smithi136.ofnrfx (mgr.14188) 9711 : cluster [DBG] pgmap v9110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:53 smithi145 bash[13673]: cluster 2022-04-26T07:37:53.475124+0000 mgr.smithi136.ofnrfx (mgr.14188) 9712 : cluster [DBG] pgmap v9111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:54.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:54.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:54.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:53 smithi136 bash[11745]: cluster 2022-04-26T07:37:53.475124+0000 mgr.smithi136.ofnrfx (mgr.14188) 9712 : cluster [DBG] pgmap v9111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:54.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:37:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:54 smithi145 bash[13673]: audit 2022-04-26T07:37:54.331446+0000 mon.smithi136 (mon.0) 5966 : audit [DBG] from='client.? 172.21.15.136:0/3658405947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:54 smithi136 bash[11745]: audit 2022-04-26T07:37:54.331446+0000 mon.smithi136 (mon.0) 5966 : audit [DBG] from='client.? 172.21.15.136:0/3658405947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:37:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:55 smithi145 bash[13673]: cluster 2022-04-26T07:37:55.475862+0000 mgr.smithi136.ofnrfx (mgr.14188) 9713 : cluster [DBG] pgmap v9112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:55 smithi136 bash[11745]: cluster 2022-04-26T07:37:55.475862+0000 mgr.smithi136.ofnrfx (mgr.14188) 9713 : cluster [DBG] pgmap v9112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:57 smithi145 bash[13673]: cluster 2022-04-26T07:37:57.476609+0000 mgr.smithi136.ofnrfx (mgr.14188) 9714 : cluster [DBG] pgmap v9113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:57 smithi136 bash[11745]: cluster 2022-04-26T07:37:57.476609+0000 mgr.smithi136.ofnrfx (mgr.14188) 9714 : cluster [DBG] pgmap v9113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:37:59.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:37:59.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:37:59.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:37:59.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:59 smithi145 bash[13673]: cluster 2022-04-26T07:37:59.477201+0000 mgr.smithi136.ofnrfx (mgr.14188) 9715 : cluster [DBG] pgmap v9114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:37:59 smithi145 bash[13673]: audit 2022-04-26T07:37:59.658356+0000 mon.smithi136 (mon.0) 5967 : audit [DBG] from='client.? 172.21.15.136:0/4079677370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:59 smithi136 bash[11745]: cluster 2022-04-26T07:37:59.477201+0000 mgr.smithi136.ofnrfx (mgr.14188) 9715 : cluster [DBG] pgmap v9114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:37:59 smithi136 bash[11745]: audit 2022-04-26T07:37:59.658356+0000 mon.smithi136 (mon.0) 5967 : audit [DBG] from='client.? 172.21.15.136:0/4079677370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:01 smithi145 bash[13673]: cluster 2022-04-26T07:38:01.477788+0000 mgr.smithi136.ofnrfx (mgr.14188) 9716 : cluster [DBG] pgmap v9115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:01 smithi136 bash[11745]: cluster 2022-04-26T07:38:01.477788+0000 mgr.smithi136.ofnrfx (mgr.14188) 9716 : cluster [DBG] pgmap v9115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:03 smithi145 bash[13673]: audit 2022-04-26T07:38:03.070983+0000 mon.smithi136 (mon.0) 5968 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:38:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:03 smithi145 bash[13673]: audit 2022-04-26T07:38:03.075065+0000 mon.smithi136 (mon.0) 5969 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:38:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:03 smithi136 bash[11745]: audit 2022-04-26T07:38:03.070983+0000 mon.smithi136 (mon.0) 5968 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:38:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:03 smithi136 bash[11745]: audit 2022-04-26T07:38:03.075065+0000 mon.smithi136 (mon.0) 5969 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:38:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:04 smithi145 bash[13673]: cluster 2022-04-26T07:38:03.478402+0000 mgr.smithi136.ofnrfx (mgr.14188) 9717 : cluster [DBG] pgmap v9116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:04 smithi136 bash[11745]: cluster 2022-04-26T07:38:03.478402+0000 mgr.smithi136.ofnrfx (mgr.14188) 9717 : cluster [DBG] pgmap v9116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:04.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:04.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:04.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:05.002 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:05 smithi145 bash[13673]: audit 2022-04-26T07:38:04.986643+0000 mon.smithi136 (mon.0) 5970 : audit [DBG] from='client.? 172.21.15.136:0/1401926283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:05 smithi136 bash[11745]: audit 2022-04-26T07:38:04.986643+0000 mon.smithi136 (mon.0) 5970 : audit [DBG] from='client.? 172.21.15.136:0/1401926283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:06 smithi145 bash[13673]: cluster 2022-04-26T07:38:05.479047+0000 mgr.smithi136.ofnrfx (mgr.14188) 9718 : cluster [DBG] pgmap v9117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:06 smithi136 bash[11745]: cluster 2022-04-26T07:38:05.479047+0000 mgr.smithi136.ofnrfx (mgr.14188) 9718 : cluster [DBG] pgmap v9117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:07 smithi145 bash[13673]: cluster 2022-04-26T07:38:07.479720+0000 mgr.smithi136.ofnrfx (mgr.14188) 9719 : cluster [DBG] pgmap v9118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:07 smithi136 bash[11745]: cluster 2022-04-26T07:38:07.479720+0000 mgr.smithi136.ofnrfx (mgr.14188) 9719 : cluster [DBG] pgmap v9118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:10.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:10.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:10.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:09 smithi145 bash[13673]: cluster 2022-04-26T07:38:09.480372+0000 mgr.smithi136.ofnrfx (mgr.14188) 9720 : cluster [DBG] pgmap v9119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:09 smithi136 bash[11745]: cluster 2022-04-26T07:38:09.480372+0000 mgr.smithi136.ofnrfx (mgr.14188) 9720 : cluster [DBG] pgmap v9119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:10.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:10 smithi145 bash[13673]: audit 2022-04-26T07:38:10.315469+0000 mon.smithi136 (mon.0) 5971 : audit [DBG] from='client.? 172.21.15.136:0/398580716' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:10 smithi136 bash[11745]: audit 2022-04-26T07:38:10.315469+0000 mon.smithi136 (mon.0) 5971 : audit [DBG] from='client.? 172.21.15.136:0/398580716' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:11 smithi145 bash[13673]: cluster 2022-04-26T07:38:11.481027+0000 mgr.smithi136.ofnrfx (mgr.14188) 9721 : cluster [DBG] pgmap v9120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:11 smithi136 bash[11745]: cluster 2022-04-26T07:38:11.481027+0000 mgr.smithi136.ofnrfx (mgr.14188) 9721 : cluster [DBG] pgmap v9120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:13 smithi145 bash[13673]: cluster 2022-04-26T07:38:13.481691+0000 mgr.smithi136.ofnrfx (mgr.14188) 9722 : cluster [DBG] pgmap v9121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:13 smithi136 bash[11745]: cluster 2022-04-26T07:38:13.481691+0000 mgr.smithi136.ofnrfx (mgr.14188) 9722 : cluster [DBG] pgmap v9121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:15.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:15.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:15.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:15.656 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:15 smithi145 bash[13673]: cluster 2022-04-26T07:38:15.482291+0000 mgr.smithi136.ofnrfx (mgr.14188) 9723 : cluster [DBG] pgmap v9122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:15 smithi136 bash[11745]: cluster 2022-04-26T07:38:15.482291+0000 mgr.smithi136.ofnrfx (mgr.14188) 9723 : cluster [DBG] pgmap v9122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:16 smithi145 bash[13673]: audit 2022-04-26T07:38:15.640457+0000 mon.smithi136 (mon.0) 5972 : audit [DBG] from='client.? 172.21.15.136:0/1866513759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:16 smithi136 bash[11745]: audit 2022-04-26T07:38:15.640457+0000 mon.smithi136 (mon.0) 5972 : audit [DBG] from='client.? 172.21.15.136:0/1866513759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:17 smithi145 bash[13673]: cluster 2022-04-26T07:38:17.482936+0000 mgr.smithi136.ofnrfx (mgr.14188) 9724 : cluster [DBG] pgmap v9123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:17 smithi136 bash[11745]: cluster 2022-04-26T07:38:17.482936+0000 mgr.smithi136.ofnrfx (mgr.14188) 9724 : cluster [DBG] pgmap v9123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:19 smithi145 bash[13673]: cluster 2022-04-26T07:38:19.483599+0000 mgr.smithi136.ofnrfx (mgr.14188) 9725 : cluster [DBG] pgmap v9124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:19 smithi136 bash[11745]: cluster 2022-04-26T07:38:19.483599+0000 mgr.smithi136.ofnrfx (mgr.14188) 9725 : cluster [DBG] pgmap v9124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:20.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:20.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:20.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:20.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:21 smithi136 bash[11745]: audit 2022-04-26T07:38:20.963019+0000 mon.smithi136 (mon.0) 5973 : audit [DBG] from='client.? 172.21.15.136:0/1418758967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:21 smithi145 bash[13673]: audit 2022-04-26T07:38:20.963019+0000 mon.smithi136 (mon.0) 5973 : audit [DBG] from='client.? 172.21.15.136:0/1418758967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:22 smithi136 bash[11745]: cluster 2022-04-26T07:38:21.484277+0000 mgr.smithi136.ofnrfx (mgr.14188) 9726 : cluster [DBG] pgmap v9125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:22 smithi145 bash[13673]: cluster 2022-04-26T07:38:21.484277+0000 mgr.smithi136.ofnrfx (mgr.14188) 9726 : cluster [DBG] pgmap v9125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:23 smithi145 bash[13673]: cluster 2022-04-26T07:38:23.484938+0000 mgr.smithi136.ofnrfx (mgr.14188) 9727 : cluster [DBG] pgmap v9126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:23 smithi136 bash[11745]: cluster 2022-04-26T07:38:23.484938+0000 mgr.smithi136.ofnrfx (mgr.14188) 9727 : cluster [DBG] pgmap v9126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:25 smithi145 bash[13673]: cluster 2022-04-26T07:38:25.485599+0000 mgr.smithi136.ofnrfx (mgr.14188) 9728 : cluster [DBG] pgmap v9127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:25.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:25.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:25.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:25 smithi136 bash[11745]: cluster 2022-04-26T07:38:25.485599+0000 mgr.smithi136.ofnrfx (mgr.14188) 9728 : cluster [DBG] pgmap v9127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:26.313 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:26 smithi145 bash[13673]: audit 2022-04-26T07:38:26.298152+0000 mon.smithi136 (mon.0) 5974 : audit [DBG] from='client.? 172.21.15.136:0/2358701779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:26 smithi136 bash[11745]: audit 2022-04-26T07:38:26.298152+0000 mon.smithi136 (mon.0) 5974 : audit [DBG] from='client.? 172.21.15.136:0/2358701779' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:27 smithi145 bash[13673]: cluster 2022-04-26T07:38:27.486328+0000 mgr.smithi136.ofnrfx (mgr.14188) 9729 : cluster [DBG] pgmap v9128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:27 smithi136 bash[11745]: cluster 2022-04-26T07:38:27.486328+0000 mgr.smithi136.ofnrfx (mgr.14188) 9729 : cluster [DBG] pgmap v9128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:29 smithi145 bash[13673]: cluster 2022-04-26T07:38:29.487011+0000 mgr.smithi136.ofnrfx (mgr.14188) 9730 : cluster [DBG] pgmap v9129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:29 smithi145 bash[13673]: audit 2022-04-26T07:38:29.496465+0000 mon.smithi136 (mon.0) 5975 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:38:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:29 smithi145 bash[13673]: audit 2022-04-26T07:38:29.499139+0000 mon.smithi136 (mon.0) 5976 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:38:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:29 smithi145 bash[13673]: audit 2022-04-26T07:38:29.501288+0000 mon.smithi136 (mon.0) 5977 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:38:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:29 smithi136 bash[11745]: cluster 2022-04-26T07:38:29.487011+0000 mgr.smithi136.ofnrfx (mgr.14188) 9730 : cluster [DBG] pgmap v9129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:29 smithi136 bash[11745]: audit 2022-04-26T07:38:29.496465+0000 mon.smithi136 (mon.0) 5975 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:38:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:29 smithi136 bash[11745]: audit 2022-04-26T07:38:29.499139+0000 mon.smithi136 (mon.0) 5976 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:38:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:29 smithi136 bash[11745]: audit 2022-04-26T07:38:29.501288+0000 mon.smithi136 (mon.0) 5977 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:38:31.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:31.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:31.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:31.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:31 smithi145 bash[13673]: cluster 2022-04-26T07:38:31.487656+0000 mgr.smithi136.ofnrfx (mgr.14188) 9731 : cluster [DBG] pgmap v9130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:31 smithi136 bash[11745]: cluster 2022-04-26T07:38:31.487656+0000 mgr.smithi136.ofnrfx (mgr.14188) 9731 : cluster [DBG] pgmap v9130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:32 smithi145 bash[13673]: audit 2022-04-26T07:38:31.627646+0000 mon.smithi136 (mon.0) 5978 : audit [DBG] from='client.? 172.21.15.136:0/3539546181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:32 smithi136 bash[11745]: audit 2022-04-26T07:38:31.627646+0000 mon.smithi136 (mon.0) 5978 : audit [DBG] from='client.? 172.21.15.136:0/3539546181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:34 smithi136 bash[11745]: audit 2022-04-26T07:38:33.294213+0000 mon.smithi136 (mon.0) 5979 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:38:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:34 smithi136 bash[11745]: cluster 2022-04-26T07:38:33.488275+0000 mgr.smithi136.ofnrfx (mgr.14188) 9732 : cluster [DBG] pgmap v9131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:34 smithi136 bash[11745]: audit 2022-04-26T07:38:33.944165+0000 mon.smithi136 (mon.0) 5980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:38:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:34 smithi136 bash[11745]: audit 2022-04-26T07:38:34.245054+0000 mon.smithi136 (mon.0) 5981 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:38:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:34 smithi136 bash[11745]: audit 2022-04-26T07:38:34.252832+0000 mon.smithi136 (mon.0) 5982 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:38:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:34 smithi145 bash[13673]: audit 2022-04-26T07:38:33.294213+0000 mon.smithi136 (mon.0) 5979 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:38:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:34 smithi145 bash[13673]: cluster 2022-04-26T07:38:33.488275+0000 mgr.smithi136.ofnrfx (mgr.14188) 9732 : cluster [DBG] pgmap v9131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:34 smithi145 bash[13673]: audit 2022-04-26T07:38:33.944165+0000 mon.smithi136 (mon.0) 5980 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:38:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:34 smithi145 bash[13673]: audit 2022-04-26T07:38:34.245054+0000 mon.smithi136 (mon.0) 5981 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:38:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:34 smithi145 bash[13673]: audit 2022-04-26T07:38:34.252832+0000 mon.smithi136 (mon.0) 5982 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:38:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:35 smithi136 bash[11745]: cluster 2022-04-26T07:38:34.236976+0000 mgr.smithi136.ofnrfx (mgr.14188) 9733 : cluster [DBG] pgmap v9132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:35 smithi136 bash[11745]: cluster 2022-04-26T07:38:34.237436+0000 mgr.smithi136.ofnrfx (mgr.14188) 9734 : cluster [DBG] pgmap v9133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:35 smithi136 bash[11745]: cephadm 2022-04-26T07:38:34.253835+0000 mgr.smithi136.ofnrfx (mgr.14188) 9735 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:38:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:35 smithi136 bash[11745]: cephadm 2022-04-26T07:38:34.253991+0000 mgr.smithi136.ofnrfx (mgr.14188) 9736 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:38:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:35 smithi145 bash[13673]: cluster 2022-04-26T07:38:34.236976+0000 mgr.smithi136.ofnrfx (mgr.14188) 9733 : cluster [DBG] pgmap v9132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:35 smithi145 bash[13673]: cluster 2022-04-26T07:38:34.237436+0000 mgr.smithi136.ofnrfx (mgr.14188) 9734 : cluster [DBG] pgmap v9133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:35 smithi145 bash[13673]: cephadm 2022-04-26T07:38:34.253835+0000 mgr.smithi136.ofnrfx (mgr.14188) 9735 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:38:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:35 smithi145 bash[13673]: cephadm 2022-04-26T07:38:34.253991+0000 mgr.smithi136.ofnrfx (mgr.14188) 9736 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:38:36.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:36.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:36.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:36.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:37 smithi136 bash[11745]: cluster 2022-04-26T07:38:36.238025+0000 mgr.smithi136.ofnrfx (mgr.14188) 9737 : cluster [DBG] pgmap v9134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:37 smithi136 bash[11745]: audit 2022-04-26T07:38:36.956664+0000 mon.smithi136 (mon.0) 5983 : audit [DBG] from='client.? 172.21.15.136:0/2866875570' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:37 smithi145 bash[13673]: cluster 2022-04-26T07:38:36.238025+0000 mgr.smithi136.ofnrfx (mgr.14188) 9737 : cluster [DBG] pgmap v9134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:37 smithi145 bash[13673]: audit 2022-04-26T07:38:36.956664+0000 mon.smithi136 (mon.0) 5983 : audit [DBG] from='client.? 172.21.15.136:0/2866875570' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:39 smithi136 bash[11745]: cluster 2022-04-26T07:38:38.238690+0000 mgr.smithi136.ofnrfx (mgr.14188) 9738 : cluster [DBG] pgmap v9135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:39 smithi145 bash[13673]: cluster 2022-04-26T07:38:38.238690+0000 mgr.smithi136.ofnrfx (mgr.14188) 9738 : cluster [DBG] pgmap v9135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:41 smithi145 bash[13673]: cluster 2022-04-26T07:38:40.239293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9739 : cluster [DBG] pgmap v9136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:41 smithi136 bash[11745]: cluster 2022-04-26T07:38:40.239293+0000 mgr.smithi136.ofnrfx (mgr.14188) 9739 : cluster [DBG] pgmap v9136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:41.974 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:41.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:41.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:42.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:42 smithi145 bash[13673]: audit 2022-04-26T07:38:42.280588+0000 mon.smithi136 (mon.0) 5984 : audit [DBG] from='client.? 172.21.15.136:0/3754958493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:42 smithi136 bash[11745]: audit 2022-04-26T07:38:42.280588+0000 mon.smithi136 (mon.0) 5984 : audit [DBG] from='client.? 172.21.15.136:0/3754958493' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:43 smithi145 bash[13673]: cluster 2022-04-26T07:38:42.239959+0000 mgr.smithi136.ofnrfx (mgr.14188) 9740 : cluster [DBG] pgmap v9137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:43 smithi136 bash[11745]: cluster 2022-04-26T07:38:42.239959+0000 mgr.smithi136.ofnrfx (mgr.14188) 9740 : cluster [DBG] pgmap v9137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:44 smithi145 bash[13673]: cluster 2022-04-26T07:38:44.240601+0000 mgr.smithi136.ofnrfx (mgr.14188) 9741 : cluster [DBG] pgmap v9138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:44 smithi136 bash[11745]: cluster 2022-04-26T07:38:44.240601+0000 mgr.smithi136.ofnrfx (mgr.14188) 9741 : cluster [DBG] pgmap v9138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:47.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:47.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:47.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:47 smithi136 bash[11745]: cluster 2022-04-26T07:38:46.241304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9742 : cluster [DBG] pgmap v9139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:47.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:47 smithi145 bash[13673]: cluster 2022-04-26T07:38:46.241304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9742 : cluster [DBG] pgmap v9139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:48 smithi145 bash[13673]: audit 2022-04-26T07:38:47.599942+0000 mon.smithi136 (mon.0) 5985 : audit [DBG] from='client.? 172.21.15.136:0/1278529423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:48 smithi136 bash[11745]: audit 2022-04-26T07:38:47.599942+0000 mon.smithi136 (mon.0) 5985 : audit [DBG] from='client.? 172.21.15.136:0/1278529423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:49 smithi136 bash[11745]: cluster 2022-04-26T07:38:48.241950+0000 mgr.smithi136.ofnrfx (mgr.14188) 9743 : cluster [DBG] pgmap v9140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:49 smithi145 bash[13673]: cluster 2022-04-26T07:38:48.241950+0000 mgr.smithi136.ofnrfx (mgr.14188) 9743 : cluster [DBG] pgmap v9140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:51 smithi145 bash[13673]: cluster 2022-04-26T07:38:50.242564+0000 mgr.smithi136.ofnrfx (mgr.14188) 9744 : cluster [DBG] pgmap v9141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:51 smithi136 bash[11745]: cluster 2022-04-26T07:38:50.242564+0000 mgr.smithi136.ofnrfx (mgr.14188) 9744 : cluster [DBG] pgmap v9141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:52.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:52.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:52.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:52.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:53 smithi145 bash[13673]: cluster 2022-04-26T07:38:52.243173+0000 mgr.smithi136.ofnrfx (mgr.14188) 9745 : cluster [DBG] pgmap v9142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:53 smithi145 bash[13673]: audit 2022-04-26T07:38:52.931730+0000 mon.smithi136 (mon.0) 5986 : audit [DBG] from='client.? 172.21.15.136:0/1565356764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:53 smithi136 bash[11745]: cluster 2022-04-26T07:38:52.243173+0000 mgr.smithi136.ofnrfx (mgr.14188) 9745 : cluster [DBG] pgmap v9142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:53 smithi136 bash[11745]: audit 2022-04-26T07:38:52.931730+0000 mon.smithi136 (mon.0) 5986 : audit [DBG] from='client.? 172.21.15.136:0/1565356764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:54 smithi145 bash[13673]: cluster 2022-04-26T07:38:54.243804+0000 mgr.smithi136.ofnrfx (mgr.14188) 9746 : cluster [DBG] pgmap v9143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:54 smithi136 bash[11745]: cluster 2022-04-26T07:38:54.243804+0000 mgr.smithi136.ofnrfx (mgr.14188) 9746 : cluster [DBG] pgmap v9143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:57 smithi136 bash[11745]: cluster 2022-04-26T07:38:56.244508+0000 mgr.smithi136.ofnrfx (mgr.14188) 9747 : cluster [DBG] pgmap v9144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:57 smithi145 bash[13673]: cluster 2022-04-26T07:38:56.244508+0000 mgr.smithi136.ofnrfx (mgr.14188) 9747 : cluster [DBG] pgmap v9144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:57.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:38:57.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:38:57.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:38:58.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:38:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:58 smithi145 bash[13673]: audit 2022-04-26T07:38:58.257317+0000 mon.smithi136 (mon.0) 5987 : audit [DBG] from='client.? 172.21.15.136:0/1818031688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:58 smithi136 bash[11745]: audit 2022-04-26T07:38:58.257317+0000 mon.smithi136 (mon.0) 5987 : audit [DBG] from='client.? 172.21.15.136:0/1818031688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:38:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:38:59 smithi145 bash[13673]: cluster 2022-04-26T07:38:58.245136+0000 mgr.smithi136.ofnrfx (mgr.14188) 9748 : cluster [DBG] pgmap v9145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:38:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:38:59 smithi136 bash[11745]: cluster 2022-04-26T07:38:58.245136+0000 mgr.smithi136.ofnrfx (mgr.14188) 9748 : cluster [DBG] pgmap v9145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:01 smithi145 bash[13673]: cluster 2022-04-26T07:39:00.245726+0000 mgr.smithi136.ofnrfx (mgr.14188) 9749 : cluster [DBG] pgmap v9146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:01 smithi136 bash[11745]: cluster 2022-04-26T07:39:00.245726+0000 mgr.smithi136.ofnrfx (mgr.14188) 9749 : cluster [DBG] pgmap v9146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:03.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:03.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:03.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:03.603 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:03 smithi145 bash[13673]: cluster 2022-04-26T07:39:02.246364+0000 mgr.smithi136.ofnrfx (mgr.14188) 9750 : cluster [DBG] pgmap v9147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:03 smithi145 bash[13673]: audit 2022-04-26T07:39:03.075033+0000 mon.smithi136 (mon.0) 5988 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:39:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:03 smithi145 bash[13673]: audit 2022-04-26T07:39:03.078962+0000 mon.smithi136 (mon.0) 5989 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:39:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:03 smithi136 bash[11745]: cluster 2022-04-26T07:39:02.246364+0000 mgr.smithi136.ofnrfx (mgr.14188) 9750 : cluster [DBG] pgmap v9147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:03 smithi136 bash[11745]: audit 2022-04-26T07:39:03.075033+0000 mon.smithi136 (mon.0) 5988 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:39:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:03 smithi136 bash[11745]: audit 2022-04-26T07:39:03.078962+0000 mon.smithi136 (mon.0) 5989 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:39:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:04 smithi145 bash[13673]: audit 2022-04-26T07:39:03.587694+0000 mon.smithi136 (mon.0) 5990 : audit [DBG] from='client.? 172.21.15.136:0/704705266' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:04 smithi136 bash[11745]: audit 2022-04-26T07:39:03.587694+0000 mon.smithi136 (mon.0) 5990 : audit [DBG] from='client.? 172.21.15.136:0/704705266' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:05 smithi145 bash[13673]: cluster 2022-04-26T07:39:04.246902+0000 mgr.smithi136.ofnrfx (mgr.14188) 9751 : cluster [DBG] pgmap v9148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:05 smithi136 bash[11745]: cluster 2022-04-26T07:39:04.246902+0000 mgr.smithi136.ofnrfx (mgr.14188) 9751 : cluster [DBG] pgmap v9148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:07 smithi145 bash[13673]: cluster 2022-04-26T07:39:06.247546+0000 mgr.smithi136.ofnrfx (mgr.14188) 9752 : cluster [DBG] pgmap v9149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:07 smithi136 bash[11745]: cluster 2022-04-26T07:39:06.247546+0000 mgr.smithi136.ofnrfx (mgr.14188) 9752 : cluster [DBG] pgmap v9149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:08.605 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:08.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:08.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:08.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:09 smithi145 bash[13673]: cluster 2022-04-26T07:39:08.248233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9753 : cluster [DBG] pgmap v9150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:09 smithi145 bash[13673]: audit 2022-04-26T07:39:08.916990+0000 mon.smithi136 (mon.0) 5991 : audit [DBG] from='client.? 172.21.15.136:0/3187071797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:09 smithi136 bash[11745]: cluster 2022-04-26T07:39:08.248233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9753 : cluster [DBG] pgmap v9150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:09 smithi136 bash[11745]: audit 2022-04-26T07:39:08.916990+0000 mon.smithi136 (mon.0) 5991 : audit [DBG] from='client.? 172.21.15.136:0/3187071797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:11 smithi145 bash[13673]: cluster 2022-04-26T07:39:10.248941+0000 mgr.smithi136.ofnrfx (mgr.14188) 9754 : cluster [DBG] pgmap v9151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:11 smithi136 bash[11745]: cluster 2022-04-26T07:39:10.248941+0000 mgr.smithi136.ofnrfx (mgr.14188) 9754 : cluster [DBG] pgmap v9151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:13 smithi145 bash[13673]: cluster 2022-04-26T07:39:12.249602+0000 mgr.smithi136.ofnrfx (mgr.14188) 9755 : cluster [DBG] pgmap v9152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:13 smithi136 bash[11745]: cluster 2022-04-26T07:39:12.249602+0000 mgr.smithi136.ofnrfx (mgr.14188) 9755 : cluster [DBG] pgmap v9152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:13.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:13.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:13.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:14.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:14 smithi145 bash[13673]: audit 2022-04-26T07:39:14.239776+0000 mon.smithi136 (mon.0) 5992 : audit [DBG] from='client.? 172.21.15.136:0/3453109389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:14 smithi145 bash[13673]: cluster 2022-04-26T07:39:14.250174+0000 mgr.smithi136.ofnrfx (mgr.14188) 9756 : cluster [DBG] pgmap v9153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:14 smithi136 bash[11745]: audit 2022-04-26T07:39:14.239776+0000 mon.smithi136 (mon.0) 5992 : audit [DBG] from='client.? 172.21.15.136:0/3453109389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:14 smithi136 bash[11745]: cluster 2022-04-26T07:39:14.250174+0000 mgr.smithi136.ofnrfx (mgr.14188) 9756 : cluster [DBG] pgmap v9153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:17 smithi136 bash[11745]: cluster 2022-04-26T07:39:16.250799+0000 mgr.smithi136.ofnrfx (mgr.14188) 9757 : cluster [DBG] pgmap v9154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:17 smithi145 bash[13673]: cluster 2022-04-26T07:39:16.250799+0000 mgr.smithi136.ofnrfx (mgr.14188) 9757 : cluster [DBG] pgmap v9154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:19.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:19.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:19.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:19 smithi136 bash[11745]: cluster 2022-04-26T07:39:18.251423+0000 mgr.smithi136.ofnrfx (mgr.14188) 9758 : cluster [DBG] pgmap v9155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:19.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:19 smithi145 bash[13673]: cluster 2022-04-26T07:39:18.251423+0000 mgr.smithi136.ofnrfx (mgr.14188) 9758 : cluster [DBG] pgmap v9155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:20 smithi145 bash[13673]: audit 2022-04-26T07:39:19.558694+0000 mon.smithi136 (mon.0) 5993 : audit [DBG] from='client.? 172.21.15.136:0/1864790193' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:20 smithi136 bash[11745]: audit 2022-04-26T07:39:19.558694+0000 mon.smithi136 (mon.0) 5993 : audit [DBG] from='client.? 172.21.15.136:0/1864790193' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:21 smithi145 bash[13673]: cluster 2022-04-26T07:39:20.252078+0000 mgr.smithi136.ofnrfx (mgr.14188) 9759 : cluster [DBG] pgmap v9156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:21 smithi136 bash[11745]: cluster 2022-04-26T07:39:20.252078+0000 mgr.smithi136.ofnrfx (mgr.14188) 9759 : cluster [DBG] pgmap v9156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:23 smithi145 bash[13673]: cluster 2022-04-26T07:39:22.252731+0000 mgr.smithi136.ofnrfx (mgr.14188) 9760 : cluster [DBG] pgmap v9157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:23 smithi136 bash[11745]: cluster 2022-04-26T07:39:22.252731+0000 mgr.smithi136.ofnrfx (mgr.14188) 9760 : cluster [DBG] pgmap v9157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:24.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:24.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:24.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:24.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:24 smithi136 bash[11745]: cluster 2022-04-26T07:39:24.253385+0000 mgr.smithi136.ofnrfx (mgr.14188) 9761 : cluster [DBG] pgmap v9158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:25.333 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:24 smithi136 bash[11745]: audit 2022-04-26T07:39:24.884757+0000 mon.smithi136 (mon.0) 5994 : audit [DBG] from='client.? 172.21.15.136:0/1962346079' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:24 smithi145 bash[13673]: cluster 2022-04-26T07:39:24.253385+0000 mgr.smithi136.ofnrfx (mgr.14188) 9761 : cluster [DBG] pgmap v9158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:24 smithi145 bash[13673]: audit 2022-04-26T07:39:24.884757+0000 mon.smithi136 (mon.0) 5994 : audit [DBG] from='client.? 172.21.15.136:0/1962346079' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:27 smithi145 bash[13673]: cluster 2022-04-26T07:39:26.254047+0000 mgr.smithi136.ofnrfx (mgr.14188) 9762 : cluster [DBG] pgmap v9159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:27 smithi136 bash[11745]: cluster 2022-04-26T07:39:26.254047+0000 mgr.smithi136.ofnrfx (mgr.14188) 9762 : cluster [DBG] pgmap v9159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:29 smithi136 bash[11745]: cluster 2022-04-26T07:39:28.254787+0000 mgr.smithi136.ofnrfx (mgr.14188) 9763 : cluster [DBG] pgmap v9160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:29 smithi145 bash[13673]: cluster 2022-04-26T07:39:28.254787+0000 mgr.smithi136.ofnrfx (mgr.14188) 9763 : cluster [DBG] pgmap v9160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:29.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:29.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:29.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:30.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:30 smithi145 bash[13673]: audit 2022-04-26T07:39:30.207550+0000 mon.smithi136 (mon.0) 5995 : audit [DBG] from='client.? 172.21.15.136:0/2437179780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:30 smithi136 bash[11745]: audit 2022-04-26T07:39:30.207550+0000 mon.smithi136 (mon.0) 5995 : audit [DBG] from='client.? 172.21.15.136:0/2437179780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:31 smithi145 bash[13673]: cluster 2022-04-26T07:39:30.255453+0000 mgr.smithi136.ofnrfx (mgr.14188) 9764 : cluster [DBG] pgmap v9161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:31 smithi136 bash[11745]: cluster 2022-04-26T07:39:30.255453+0000 mgr.smithi136.ofnrfx (mgr.14188) 9764 : cluster [DBG] pgmap v9161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:33 smithi145 bash[13673]: cluster 2022-04-26T07:39:32.256098+0000 mgr.smithi136.ofnrfx (mgr.14188) 9765 : cluster [DBG] pgmap v9162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:33 smithi136 bash[11745]: cluster 2022-04-26T07:39:32.256098+0000 mgr.smithi136.ofnrfx (mgr.14188) 9765 : cluster [DBG] pgmap v9162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:35.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:35.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:35.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:34 smithi136 bash[11745]: cluster 2022-04-26T07:39:34.256715+0000 mgr.smithi136.ofnrfx (mgr.14188) 9766 : cluster [DBG] pgmap v9163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:35.366 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:34 smithi136 bash[11745]: audit 2022-04-26T07:39:34.263721+0000 mon.smithi136 (mon.0) 5996 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:39:35.366 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:34 smithi136 bash[11745]: audit 2022-04-26T07:39:34.266513+0000 mon.smithi136 (mon.0) 5997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:39:35.366 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:34 smithi136 bash[11745]: audit 2022-04-26T07:39:34.268295+0000 mon.smithi136 (mon.0) 5998 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:39:35.367 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:34 smithi136 bash[11745]: audit 2022-04-26T07:39:34.571529+0000 mon.smithi136 (mon.0) 5999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:39:35.367 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:34 smithi136 bash[11745]: audit 2022-04-26T07:39:34.859639+0000 mon.smithi136 (mon.0) 6000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:39:35.367 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:34 smithi136 bash[11745]: audit 2022-04-26T07:39:34.868380+0000 mon.smithi136 (mon.0) 6001 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:39:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:34 smithi145 bash[13673]: cluster 2022-04-26T07:39:34.256715+0000 mgr.smithi136.ofnrfx (mgr.14188) 9766 : cluster [DBG] pgmap v9163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:35.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:34 smithi145 bash[13673]: audit 2022-04-26T07:39:34.263721+0000 mon.smithi136 (mon.0) 5996 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:39:35.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:34 smithi145 bash[13673]: audit 2022-04-26T07:39:34.266513+0000 mon.smithi136 (mon.0) 5997 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:39:35.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:34 smithi145 bash[13673]: audit 2022-04-26T07:39:34.268295+0000 mon.smithi136 (mon.0) 5998 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:39:35.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:34 smithi145 bash[13673]: audit 2022-04-26T07:39:34.571529+0000 mon.smithi136 (mon.0) 5999 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:39:35.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:34 smithi145 bash[13673]: audit 2022-04-26T07:39:34.859639+0000 mon.smithi136 (mon.0) 6000 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:39:35.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:34 smithi145 bash[13673]: audit 2022-04-26T07:39:34.868380+0000 mon.smithi136 (mon.0) 6001 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:39:35.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:35 smithi136 bash[11745]: cluster 2022-04-26T07:39:34.853037+0000 mgr.smithi136.ofnrfx (mgr.14188) 9767 : cluster [DBG] pgmap v9164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:35 smithi136 bash[11745]: cluster 2022-04-26T07:39:34.853410+0000 mgr.smithi136.ofnrfx (mgr.14188) 9768 : cluster [DBG] pgmap v9165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:35 smithi136 bash[11745]: cephadm 2022-04-26T07:39:34.869445+0000 mgr.smithi136.ofnrfx (mgr.14188) 9769 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:39:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:35 smithi136 bash[11745]: cephadm 2022-04-26T07:39:34.869628+0000 mgr.smithi136.ofnrfx (mgr.14188) 9770 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:39:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:35 smithi136 bash[11745]: audit 2022-04-26T07:39:35.534354+0000 mon.smithi136 (mon.0) 6002 : audit [DBG] from='client.? 172.21.15.136:0/1599475414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:35 smithi145 bash[13673]: cluster 2022-04-26T07:39:34.853037+0000 mgr.smithi136.ofnrfx (mgr.14188) 9767 : cluster [DBG] pgmap v9164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:35 smithi145 bash[13673]: cluster 2022-04-26T07:39:34.853410+0000 mgr.smithi136.ofnrfx (mgr.14188) 9768 : cluster [DBG] pgmap v9165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:35 smithi145 bash[13673]: cephadm 2022-04-26T07:39:34.869445+0000 mgr.smithi136.ofnrfx (mgr.14188) 9769 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:39:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:35 smithi145 bash[13673]: cephadm 2022-04-26T07:39:34.869628+0000 mgr.smithi136.ofnrfx (mgr.14188) 9770 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:39:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:35 smithi145 bash[13673]: audit 2022-04-26T07:39:35.534354+0000 mon.smithi136 (mon.0) 6002 : audit [DBG] from='client.? 172.21.15.136:0/1599475414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:37 smithi136 bash[11745]: cluster 2022-04-26T07:39:36.854117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9771 : cluster [DBG] pgmap v9166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:37 smithi145 bash[13673]: cluster 2022-04-26T07:39:36.854117+0000 mgr.smithi136.ofnrfx (mgr.14188) 9771 : cluster [DBG] pgmap v9166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:39 smithi136 bash[11745]: cluster 2022-04-26T07:39:38.854793+0000 mgr.smithi136.ofnrfx (mgr.14188) 9772 : cluster [DBG] pgmap v9167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:39 smithi145 bash[13673]: cluster 2022-04-26T07:39:38.854793+0000 mgr.smithi136.ofnrfx (mgr.14188) 9772 : cluster [DBG] pgmap v9167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:40.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:40.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:40.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:40.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:40 smithi136 bash[11745]: audit 2022-04-26T07:39:40.860663+0000 mon.smithi136 (mon.0) 6003 : audit [DBG] from='client.? 172.21.15.136:0/3606698041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:40 smithi145 bash[13673]: audit 2022-04-26T07:39:40.860663+0000 mon.smithi136 (mon.0) 6003 : audit [DBG] from='client.? 172.21.15.136:0/3606698041' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:41 smithi136 bash[11745]: cluster 2022-04-26T07:39:40.855340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9773 : cluster [DBG] pgmap v9168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:41 smithi145 bash[13673]: cluster 2022-04-26T07:39:40.855340+0000 mgr.smithi136.ofnrfx (mgr.14188) 9773 : cluster [DBG] pgmap v9168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:43 smithi136 bash[11745]: cluster 2022-04-26T07:39:42.855962+0000 mgr.smithi136.ofnrfx (mgr.14188) 9774 : cluster [DBG] pgmap v9169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:43 smithi145 bash[13673]: cluster 2022-04-26T07:39:42.855962+0000 mgr.smithi136.ofnrfx (mgr.14188) 9774 : cluster [DBG] pgmap v9169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:45.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:45.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:45.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:46.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:45 smithi136 bash[11745]: cluster 2022-04-26T07:39:44.856576+0000 mgr.smithi136.ofnrfx (mgr.14188) 9775 : cluster [DBG] pgmap v9170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:45 smithi145 bash[13673]: cluster 2022-04-26T07:39:44.856576+0000 mgr.smithi136.ofnrfx (mgr.14188) 9775 : cluster [DBG] pgmap v9170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:46 smithi136 bash[11745]: audit 2022-04-26T07:39:46.184554+0000 mon.smithi136 (mon.0) 6004 : audit [DBG] from='client.? 172.21.15.136:0/3797675226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:46 smithi145 bash[13673]: audit 2022-04-26T07:39:46.184554+0000 mon.smithi136 (mon.0) 6004 : audit [DBG] from='client.? 172.21.15.136:0/3797675226' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:47 smithi136 bash[11745]: cluster 2022-04-26T07:39:46.857179+0000 mgr.smithi136.ofnrfx (mgr.14188) 9776 : cluster [DBG] pgmap v9171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:48.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:47 smithi145 bash[13673]: cluster 2022-04-26T07:39:46.857179+0000 mgr.smithi136.ofnrfx (mgr.14188) 9776 : cluster [DBG] pgmap v9171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:49 smithi136 bash[11745]: cluster 2022-04-26T07:39:48.857815+0000 mgr.smithi136.ofnrfx (mgr.14188) 9777 : cluster [DBG] pgmap v9172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:49 smithi145 bash[13673]: cluster 2022-04-26T07:39:48.857815+0000 mgr.smithi136.ofnrfx (mgr.14188) 9777 : cluster [DBG] pgmap v9172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:51.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:51.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:51.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:51.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:51 smithi136 bash[11745]: cluster 2022-04-26T07:39:50.858377+0000 mgr.smithi136.ofnrfx (mgr.14188) 9778 : cluster [DBG] pgmap v9173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:51 smithi136 bash[11745]: audit 2022-04-26T07:39:51.512545+0000 mon.smithi136 (mon.0) 6005 : audit [DBG] from='client.? 172.21.15.136:0/97992011' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:51 smithi145 bash[13673]: cluster 2022-04-26T07:39:50.858377+0000 mgr.smithi136.ofnrfx (mgr.14188) 9778 : cluster [DBG] pgmap v9173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:51 smithi145 bash[13673]: audit 2022-04-26T07:39:51.512545+0000 mon.smithi136 (mon.0) 6005 : audit [DBG] from='client.? 172.21.15.136:0/97992011' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:53 smithi136 bash[11745]: cluster 2022-04-26T07:39:52.858998+0000 mgr.smithi136.ofnrfx (mgr.14188) 9779 : cluster [DBG] pgmap v9174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:53 smithi145 bash[13673]: cluster 2022-04-26T07:39:52.858998+0000 mgr.smithi136.ofnrfx (mgr.14188) 9779 : cluster [DBG] pgmap v9174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:55 smithi136 bash[11745]: cluster 2022-04-26T07:39:54.859621+0000 mgr.smithi136.ofnrfx (mgr.14188) 9780 : cluster [DBG] pgmap v9175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:55 smithi145 bash[13673]: cluster 2022-04-26T07:39:54.859621+0000 mgr.smithi136.ofnrfx (mgr.14188) 9780 : cluster [DBG] pgmap v9175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:56.531 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:39:56.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:39:56.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:39:56.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:39:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:56 smithi136 bash[11745]: audit 2022-04-26T07:39:56.844386+0000 mon.smithi136 (mon.0) 6006 : audit [DBG] from='client.? 172.21.15.136:0/1509803537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:56 smithi145 bash[13673]: audit 2022-04-26T07:39:56.844386+0000 mon.smithi136 (mon.0) 6006 : audit [DBG] from='client.? 172.21.15.136:0/1509803537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:39:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:57 smithi136 bash[11745]: cluster 2022-04-26T07:39:56.860064+0000 mgr.smithi136.ofnrfx (mgr.14188) 9781 : cluster [DBG] pgmap v9176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:39:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:57 smithi145 bash[13673]: cluster 2022-04-26T07:39:56.860064+0000 mgr.smithi136.ofnrfx (mgr.14188) 9781 : cluster [DBG] pgmap v9176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:39:59 smithi136 bash[11745]: cluster 2022-04-26T07:39:58.860600+0000 mgr.smithi136.ofnrfx (mgr.14188) 9782 : cluster [DBG] pgmap v9177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:39:59 smithi145 bash[13673]: cluster 2022-04-26T07:39:58.860600+0000 mgr.smithi136.ofnrfx (mgr.14188) 9782 : cluster [DBG] pgmap v9177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:00 smithi136 bash[11745]: cluster 2022-04-26T07:40:00.000126+0000 mon.smithi136 (mon.0) 6007 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:40:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:01 smithi145 bash[13673]: cluster 2022-04-26T07:40:00.000126+0000 mon.smithi136 (mon.0) 6007 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:40:01.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:01.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:01.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:02.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:02 smithi136 bash[11745]: cluster 2022-04-26T07:40:00.861240+0000 mgr.smithi136.ofnrfx (mgr.14188) 9783 : cluster [DBG] pgmap v9178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:02 smithi145 bash[13673]: cluster 2022-04-26T07:40:00.861240+0000 mgr.smithi136.ofnrfx (mgr.14188) 9783 : cluster [DBG] pgmap v9178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:03 smithi136 bash[11745]: audit 2022-04-26T07:40:02.178625+0000 mon.smithi136 (mon.0) 6008 : audit [DBG] from='client.? 172.21.15.136:0/4009873546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:03 smithi145 bash[13673]: audit 2022-04-26T07:40:02.178625+0000 mon.smithi136 (mon.0) 6008 : audit [DBG] from='client.? 172.21.15.136:0/4009873546' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:04 smithi136 bash[11745]: cluster 2022-04-26T07:40:02.861875+0000 mgr.smithi136.ofnrfx (mgr.14188) 9784 : cluster [DBG] pgmap v9179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:04 smithi136 bash[11745]: audit 2022-04-26T07:40:03.079302+0000 mon.smithi136 (mon.0) 6009 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:40:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:04 smithi136 bash[11745]: audit 2022-04-26T07:40:03.083308+0000 mon.smithi136 (mon.0) 6010 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:40:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:04 smithi145 bash[13673]: cluster 2022-04-26T07:40:02.861875+0000 mgr.smithi136.ofnrfx (mgr.14188) 9784 : cluster [DBG] pgmap v9179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:04 smithi145 bash[13673]: audit 2022-04-26T07:40:03.079302+0000 mon.smithi136 (mon.0) 6009 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:40:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:04 smithi145 bash[13673]: audit 2022-04-26T07:40:03.083308+0000 mon.smithi136 (mon.0) 6010 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:40:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:06 smithi136 bash[11745]: cluster 2022-04-26T07:40:04.862519+0000 mgr.smithi136.ofnrfx (mgr.14188) 9785 : cluster [DBG] pgmap v9180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:06 smithi145 bash[13673]: cluster 2022-04-26T07:40:04.862519+0000 mgr.smithi136.ofnrfx (mgr.14188) 9785 : cluster [DBG] pgmap v9180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:07.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:07.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:07.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:07.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:08 smithi136 bash[11745]: cluster 2022-04-26T07:40:06.863171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9786 : cluster [DBG] pgmap v9181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:08 smithi136 bash[11745]: audit 2022-04-26T07:40:07.506930+0000 mon.smithi136 (mon.0) 6011 : audit [DBG] from='client.? 172.21.15.136:0/1159174043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:08 smithi145 bash[13673]: cluster 2022-04-26T07:40:06.863171+0000 mgr.smithi136.ofnrfx (mgr.14188) 9786 : cluster [DBG] pgmap v9181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:08 smithi145 bash[13673]: audit 2022-04-26T07:40:07.506930+0000 mon.smithi136 (mon.0) 6011 : audit [DBG] from='client.? 172.21.15.136:0/1159174043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:10 smithi136 bash[11745]: cluster 2022-04-26T07:40:08.863908+0000 mgr.smithi136.ofnrfx (mgr.14188) 9787 : cluster [DBG] pgmap v9182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:10 smithi145 bash[13673]: cluster 2022-04-26T07:40:08.863908+0000 mgr.smithi136.ofnrfx (mgr.14188) 9787 : cluster [DBG] pgmap v9182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:12 smithi136 bash[11745]: cluster 2022-04-26T07:40:10.864558+0000 mgr.smithi136.ofnrfx (mgr.14188) 9788 : cluster [DBG] pgmap v9183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:12 smithi145 bash[13673]: cluster 2022-04-26T07:40:10.864558+0000 mgr.smithi136.ofnrfx (mgr.14188) 9788 : cluster [DBG] pgmap v9183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:12.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:12.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:12.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:12.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:13 smithi136 bash[11745]: audit 2022-04-26T07:40:12.833840+0000 mon.smithi136 (mon.0) 6012 : audit [DBG] from='client.? 172.21.15.136:0/2832926019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:13 smithi145 bash[13673]: audit 2022-04-26T07:40:12.833840+0000 mon.smithi136 (mon.0) 6012 : audit [DBG] from='client.? 172.21.15.136:0/2832926019' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:14 smithi136 bash[11745]: cluster 2022-04-26T07:40:12.865187+0000 mgr.smithi136.ofnrfx (mgr.14188) 9789 : cluster [DBG] pgmap v9184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:14 smithi145 bash[13673]: cluster 2022-04-26T07:40:12.865187+0000 mgr.smithi136.ofnrfx (mgr.14188) 9789 : cluster [DBG] pgmap v9184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:16.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:16 smithi136 bash[11745]: cluster 2022-04-26T07:40:14.865767+0000 mgr.smithi136.ofnrfx (mgr.14188) 9790 : cluster [DBG] pgmap v9185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:16 smithi145 bash[13673]: cluster 2022-04-26T07:40:14.865767+0000 mgr.smithi136.ofnrfx (mgr.14188) 9790 : cluster [DBG] pgmap v9185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:17.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:17.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:17.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:18.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:18 smithi136 bash[11745]: cluster 2022-04-26T07:40:16.866408+0000 mgr.smithi136.ofnrfx (mgr.14188) 9791 : cluster [DBG] pgmap v9186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:18 smithi145 bash[13673]: cluster 2022-04-26T07:40:16.866408+0000 mgr.smithi136.ofnrfx (mgr.14188) 9791 : cluster [DBG] pgmap v9186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:19 smithi145 bash[13673]: audit 2022-04-26T07:40:18.155406+0000 mon.smithi136 (mon.0) 6013 : audit [DBG] from='client.? 172.21.15.136:0/3424815760' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:19 smithi136 bash[11745]: audit 2022-04-26T07:40:18.155406+0000 mon.smithi136 (mon.0) 6013 : audit [DBG] from='client.? 172.21.15.136:0/3424815760' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:20 smithi145 bash[13673]: cluster 2022-04-26T07:40:18.867077+0000 mgr.smithi136.ofnrfx (mgr.14188) 9792 : cluster [DBG] pgmap v9187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:20.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:20 smithi136 bash[11745]: cluster 2022-04-26T07:40:18.867077+0000 mgr.smithi136.ofnrfx (mgr.14188) 9792 : cluster [DBG] pgmap v9187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:22 smithi145 bash[13673]: cluster 2022-04-26T07:40:20.867712+0000 mgr.smithi136.ofnrfx (mgr.14188) 9793 : cluster [DBG] pgmap v9188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:22 smithi136 bash[11745]: cluster 2022-04-26T07:40:20.867712+0000 mgr.smithi136.ofnrfx (mgr.14188) 9793 : cluster [DBG] pgmap v9188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:23.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:23.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:23.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:23.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:24 smithi145 bash[13673]: cluster 2022-04-26T07:40:22.868317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9794 : cluster [DBG] pgmap v9189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:24 smithi145 bash[13673]: audit 2022-04-26T07:40:23.481659+0000 mon.smithi136 (mon.0) 6014 : audit [DBG] from='client.? 172.21.15.136:0/908821245' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:24 smithi136 bash[11745]: cluster 2022-04-26T07:40:22.868317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9794 : cluster [DBG] pgmap v9189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:24 smithi136 bash[11745]: audit 2022-04-26T07:40:23.481659+0000 mon.smithi136 (mon.0) 6014 : audit [DBG] from='client.? 172.21.15.136:0/908821245' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:26 smithi145 bash[13673]: cluster 2022-04-26T07:40:24.868974+0000 mgr.smithi136.ofnrfx (mgr.14188) 9795 : cluster [DBG] pgmap v9190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:26 smithi136 bash[11745]: cluster 2022-04-26T07:40:24.868974+0000 mgr.smithi136.ofnrfx (mgr.14188) 9795 : cluster [DBG] pgmap v9190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:28 smithi145 bash[13673]: cluster 2022-04-26T07:40:26.869648+0000 mgr.smithi136.ofnrfx (mgr.14188) 9796 : cluster [DBG] pgmap v9191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:28.500 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:28.500 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:28.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:28 smithi136 bash[11745]: cluster 2022-04-26T07:40:26.869648+0000 mgr.smithi136.ofnrfx (mgr.14188) 9796 : cluster [DBG] pgmap v9191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:28.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:29 smithi145 bash[13673]: audit 2022-04-26T07:40:28.804626+0000 mon.smithi136 (mon.0) 6015 : audit [DBG] from='client.? 172.21.15.136:0/3373506851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:29 smithi136 bash[11745]: audit 2022-04-26T07:40:28.804626+0000 mon.smithi136 (mon.0) 6015 : audit [DBG] from='client.? 172.21.15.136:0/3373506851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:30 smithi145 bash[13673]: cluster 2022-04-26T07:40:28.870281+0000 mgr.smithi136.ofnrfx (mgr.14188) 9797 : cluster [DBG] pgmap v9192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:30.538 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:30 smithi136 bash[11745]: cluster 2022-04-26T07:40:28.870281+0000 mgr.smithi136.ofnrfx (mgr.14188) 9797 : cluster [DBG] pgmap v9192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:32 smithi145 bash[13673]: cluster 2022-04-26T07:40:30.871009+0000 mgr.smithi136.ofnrfx (mgr.14188) 9798 : cluster [DBG] pgmap v9193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:32 smithi136 bash[11745]: cluster 2022-04-26T07:40:30.871009+0000 mgr.smithi136.ofnrfx (mgr.14188) 9798 : cluster [DBG] pgmap v9193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:33.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:33.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:33.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:34.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:34 smithi145 bash[13673]: cluster 2022-04-26T07:40:32.871790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9799 : cluster [DBG] pgmap v9194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:34 smithi136 bash[11745]: cluster 2022-04-26T07:40:32.871790+0000 mgr.smithi136.ofnrfx (mgr.14188) 9799 : cluster [DBG] pgmap v9194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:35 smithi145 bash[13673]: audit 2022-04-26T07:40:34.132478+0000 mon.smithi136 (mon.0) 6016 : audit [DBG] from='client.? 172.21.15.136:0/2100213512' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:35 smithi145 bash[13673]: audit 2022-04-26T07:40:34.881518+0000 mon.smithi136 (mon.0) 6017 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:40:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:35 smithi145 bash[13673]: audit 2022-04-26T07:40:34.884365+0000 mon.smithi136 (mon.0) 6018 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:40:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:35 smithi145 bash[13673]: audit 2022-04-26T07:40:34.886188+0000 mon.smithi136 (mon.0) 6019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:40:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:35 smithi136 bash[11745]: audit 2022-04-26T07:40:34.132478+0000 mon.smithi136 (mon.0) 6016 : audit [DBG] from='client.? 172.21.15.136:0/2100213512' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:35 smithi136 bash[11745]: audit 2022-04-26T07:40:34.881518+0000 mon.smithi136 (mon.0) 6017 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:40:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:35 smithi136 bash[11745]: audit 2022-04-26T07:40:34.884365+0000 mon.smithi136 (mon.0) 6018 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:40:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:35 smithi136 bash[11745]: audit 2022-04-26T07:40:34.886188+0000 mon.smithi136 (mon.0) 6019 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:40:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:36 smithi136 bash[11745]: cluster 2022-04-26T07:40:34.872454+0000 mgr.smithi136.ofnrfx (mgr.14188) 9800 : cluster [DBG] pgmap v9195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:36 smithi136 bash[11745]: cluster 2022-04-26T07:40:35.206708+0000 mgr.smithi136.ofnrfx (mgr.14188) 9801 : cluster [DBG] pgmap v9196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:36 smithi136 bash[11745]: cluster 2022-04-26T07:40:35.207121+0000 mgr.smithi136.ofnrfx (mgr.14188) 9802 : cluster [DBG] pgmap v9197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:36 smithi136 bash[11745]: audit 2022-04-26T07:40:35.213338+0000 mon.smithi136 (mon.0) 6020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:40:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:36 smithi136 bash[11745]: audit 2022-04-26T07:40:35.221652+0000 mon.smithi136 (mon.0) 6021 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:40:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:36 smithi136 bash[11745]: cephadm 2022-04-26T07:40:35.222793+0000 mgr.smithi136.ofnrfx (mgr.14188) 9803 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:40:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:36 smithi136 bash[11745]: cephadm 2022-04-26T07:40:35.223006+0000 mgr.smithi136.ofnrfx (mgr.14188) 9804 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:40:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:36 smithi145 bash[13673]: cluster 2022-04-26T07:40:34.872454+0000 mgr.smithi136.ofnrfx (mgr.14188) 9800 : cluster [DBG] pgmap v9195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:36 smithi145 bash[13673]: cluster 2022-04-26T07:40:35.206708+0000 mgr.smithi136.ofnrfx (mgr.14188) 9801 : cluster [DBG] pgmap v9196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:36 smithi145 bash[13673]: cluster 2022-04-26T07:40:35.207121+0000 mgr.smithi136.ofnrfx (mgr.14188) 9802 : cluster [DBG] pgmap v9197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:36 smithi145 bash[13673]: audit 2022-04-26T07:40:35.213338+0000 mon.smithi136 (mon.0) 6020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:40:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:36 smithi145 bash[13673]: audit 2022-04-26T07:40:35.221652+0000 mon.smithi136 (mon.0) 6021 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:40:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:36 smithi145 bash[13673]: cephadm 2022-04-26T07:40:35.222793+0000 mgr.smithi136.ofnrfx (mgr.14188) 9803 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:40:36.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:36 smithi145 bash[13673]: cephadm 2022-04-26T07:40:35.223006+0000 mgr.smithi136.ofnrfx (mgr.14188) 9804 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:40:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:38 smithi145 bash[13673]: cluster 2022-04-26T07:40:37.207791+0000 mgr.smithi136.ofnrfx (mgr.14188) 9805 : cluster [DBG] pgmap v9198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:38 smithi136 bash[11745]: cluster 2022-04-26T07:40:37.207791+0000 mgr.smithi136.ofnrfx (mgr.14188) 9805 : cluster [DBG] pgmap v9198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:39.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:39.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:39.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:39.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:39 smithi136 bash[11745]: cluster 2022-04-26T07:40:39.208422+0000 mgr.smithi136.ofnrfx (mgr.14188) 9806 : cluster [DBG] pgmap v9199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:39 smithi136 bash[11745]: audit 2022-04-26T07:40:39.461044+0000 mon.smithi136 (mon.0) 6022 : audit [DBG] from='client.? 172.21.15.136:0/3353074805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:39 smithi145 bash[13673]: cluster 2022-04-26T07:40:39.208422+0000 mgr.smithi136.ofnrfx (mgr.14188) 9806 : cluster [DBG] pgmap v9199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:39 smithi145 bash[13673]: audit 2022-04-26T07:40:39.461044+0000 mon.smithi136 (mon.0) 6022 : audit [DBG] from='client.? 172.21.15.136:0/3353074805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:42 smithi136 bash[11745]: cluster 2022-04-26T07:40:41.209064+0000 mgr.smithi136.ofnrfx (mgr.14188) 9807 : cluster [DBG] pgmap v9200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:42 smithi145 bash[13673]: cluster 2022-04-26T07:40:41.209064+0000 mgr.smithi136.ofnrfx (mgr.14188) 9807 : cluster [DBG] pgmap v9200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:44.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:44.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:44.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:44 smithi136 bash[11745]: cluster 2022-04-26T07:40:43.209722+0000 mgr.smithi136.ofnrfx (mgr.14188) 9808 : cluster [DBG] pgmap v9201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:44 smithi145 bash[13673]: cluster 2022-04-26T07:40:43.209722+0000 mgr.smithi136.ofnrfx (mgr.14188) 9808 : cluster [DBG] pgmap v9201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:44.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:45 smithi136 bash[11745]: audit 2022-04-26T07:40:44.798904+0000 mon.smithi136 (mon.0) 6023 : audit [DBG] from='client.? 172.21.15.136:0/1231486607' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:45 smithi145 bash[13673]: audit 2022-04-26T07:40:44.798904+0000 mon.smithi136 (mon.0) 6023 : audit [DBG] from='client.? 172.21.15.136:0/1231486607' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:46 smithi136 bash[11745]: cluster 2022-04-26T07:40:45.210350+0000 mgr.smithi136.ofnrfx (mgr.14188) 9809 : cluster [DBG] pgmap v9202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:46 smithi145 bash[13673]: cluster 2022-04-26T07:40:45.210350+0000 mgr.smithi136.ofnrfx (mgr.14188) 9809 : cluster [DBG] pgmap v9202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:48 smithi145 bash[13673]: cluster 2022-04-26T07:40:47.210989+0000 mgr.smithi136.ofnrfx (mgr.14188) 9810 : cluster [DBG] pgmap v9203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:48 smithi136 bash[11745]: cluster 2022-04-26T07:40:47.210989+0000 mgr.smithi136.ofnrfx (mgr.14188) 9810 : cluster [DBG] pgmap v9203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:49.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:49.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:49.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:50.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:49 smithi136 bash[11745]: cluster 2022-04-26T07:40:49.211680+0000 mgr.smithi136.ofnrfx (mgr.14188) 9811 : cluster [DBG] pgmap v9204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:49 smithi145 bash[13673]: cluster 2022-04-26T07:40:49.211680+0000 mgr.smithi136.ofnrfx (mgr.14188) 9811 : cluster [DBG] pgmap v9204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:50 smithi136 bash[11745]: audit 2022-04-26T07:40:50.128252+0000 mon.smithi136 (mon.0) 6024 : audit [DBG] from='client.? 172.21.15.136:0/710897107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:50 smithi145 bash[13673]: audit 2022-04-26T07:40:50.128252+0000 mon.smithi136 (mon.0) 6024 : audit [DBG] from='client.? 172.21.15.136:0/710897107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:51 smithi136 bash[11745]: cluster 2022-04-26T07:40:51.212266+0000 mgr.smithi136.ofnrfx (mgr.14188) 9812 : cluster [DBG] pgmap v9205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:51 smithi145 bash[13673]: cluster 2022-04-26T07:40:51.212266+0000 mgr.smithi136.ofnrfx (mgr.14188) 9812 : cluster [DBG] pgmap v9205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:54 smithi136 bash[11745]: cluster 2022-04-26T07:40:53.212890+0000 mgr.smithi136.ofnrfx (mgr.14188) 9813 : cluster [DBG] pgmap v9206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:54 smithi145 bash[13673]: cluster 2022-04-26T07:40:53.212890+0000 mgr.smithi136.ofnrfx (mgr.14188) 9813 : cluster [DBG] pgmap v9206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:55.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:40:55.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:40:55.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:40:55.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:40:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:56 smithi136 bash[11745]: cluster 2022-04-26T07:40:55.213526+0000 mgr.smithi136.ofnrfx (mgr.14188) 9814 : cluster [DBG] pgmap v9207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:56 smithi136 bash[11745]: audit 2022-04-26T07:40:55.459422+0000 mon.smithi136 (mon.0) 6025 : audit [DBG] from='client.? 172.21.15.136:0/3514969267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:56 smithi145 bash[13673]: cluster 2022-04-26T07:40:55.213526+0000 mgr.smithi136.ofnrfx (mgr.14188) 9814 : cluster [DBG] pgmap v9207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:56.696 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:56 smithi145 bash[13673]: audit 2022-04-26T07:40:55.459422+0000 mon.smithi136 (mon.0) 6025 : audit [DBG] from='client.? 172.21.15.136:0/3514969267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:40:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:58 smithi145 bash[13673]: cluster 2022-04-26T07:40:57.214179+0000 mgr.smithi136.ofnrfx (mgr.14188) 9815 : cluster [DBG] pgmap v9208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:40:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:58 smithi136 bash[11745]: cluster 2022-04-26T07:40:57.214179+0000 mgr.smithi136.ofnrfx (mgr.14188) 9815 : cluster [DBG] pgmap v9208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:40:59 smithi136 bash[11745]: cluster 2022-04-26T07:40:59.214799+0000 mgr.smithi136.ofnrfx (mgr.14188) 9816 : cluster [DBG] pgmap v9209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:40:59 smithi145 bash[13673]: cluster 2022-04-26T07:40:59.214799+0000 mgr.smithi136.ofnrfx (mgr.14188) 9816 : cluster [DBG] pgmap v9209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:00.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:00.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:00.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:00.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:00 smithi136 bash[11745]: audit 2022-04-26T07:41:00.790322+0000 mon.smithi136 (mon.0) 6026 : audit [DBG] from='client.? 172.21.15.136:0/1475611158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:00 smithi145 bash[13673]: audit 2022-04-26T07:41:00.790322+0000 mon.smithi136 (mon.0) 6026 : audit [DBG] from='client.? 172.21.15.136:0/1475611158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:01 smithi136 bash[11745]: cluster 2022-04-26T07:41:01.215458+0000 mgr.smithi136.ofnrfx (mgr.14188) 9817 : cluster [DBG] pgmap v9210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:01 smithi145 bash[13673]: cluster 2022-04-26T07:41:01.215458+0000 mgr.smithi136.ofnrfx (mgr.14188) 9817 : cluster [DBG] pgmap v9210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:03 smithi145 bash[13673]: audit 2022-04-26T07:41:03.083387+0000 mon.smithi136 (mon.0) 6027 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:41:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:03 smithi145 bash[13673]: audit 2022-04-26T07:41:03.087165+0000 mon.smithi136 (mon.0) 6028 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:41:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:03 smithi136 bash[11745]: audit 2022-04-26T07:41:03.083387+0000 mon.smithi136 (mon.0) 6027 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:41:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:03 smithi136 bash[11745]: audit 2022-04-26T07:41:03.087165+0000 mon.smithi136 (mon.0) 6028 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:41:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:04 smithi145 bash[13673]: cluster 2022-04-26T07:41:03.216190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9818 : cluster [DBG] pgmap v9211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:04 smithi136 bash[11745]: cluster 2022-04-26T07:41:03.216190+0000 mgr.smithi136.ofnrfx (mgr.14188) 9818 : cluster [DBG] pgmap v9211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:05.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:05.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:05.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:06.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:06 smithi136 bash[11745]: cluster 2022-04-26T07:41:05.216840+0000 mgr.smithi136.ofnrfx (mgr.14188) 9819 : cluster [DBG] pgmap v9212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:06 smithi136 bash[11745]: audit 2022-04-26T07:41:06.127463+0000 mon.smithi136 (mon.0) 6029 : audit [DBG] from='client.? 172.21.15.136:0/1107187412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:06 smithi145 bash[13673]: cluster 2022-04-26T07:41:05.216840+0000 mgr.smithi136.ofnrfx (mgr.14188) 9819 : cluster [DBG] pgmap v9212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:06.699 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:06 smithi145 bash[13673]: audit 2022-04-26T07:41:06.127463+0000 mon.smithi136 (mon.0) 6029 : audit [DBG] from='client.? 172.21.15.136:0/1107187412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:08 smithi145 bash[13673]: cluster 2022-04-26T07:41:07.217488+0000 mgr.smithi136.ofnrfx (mgr.14188) 9820 : cluster [DBG] pgmap v9213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:08 smithi136 bash[11745]: cluster 2022-04-26T07:41:07.217488+0000 mgr.smithi136.ofnrfx (mgr.14188) 9820 : cluster [DBG] pgmap v9213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:09 smithi136 bash[11745]: cluster 2022-04-26T07:41:09.218103+0000 mgr.smithi136.ofnrfx (mgr.14188) 9821 : cluster [DBG] pgmap v9214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:09 smithi145 bash[13673]: cluster 2022-04-26T07:41:09.218103+0000 mgr.smithi136.ofnrfx (mgr.14188) 9821 : cluster [DBG] pgmap v9214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:11.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:11.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:11.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:11.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:12 smithi136 bash[11745]: cluster 2022-04-26T07:41:11.218841+0000 mgr.smithi136.ofnrfx (mgr.14188) 9822 : cluster [DBG] pgmap v9215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:12 smithi136 bash[11745]: audit 2022-04-26T07:41:11.460012+0000 mon.smithi136 (mon.0) 6030 : audit [DBG] from='client.? 172.21.15.136:0/1476410977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:12 smithi145 bash[13673]: cluster 2022-04-26T07:41:11.218841+0000 mgr.smithi136.ofnrfx (mgr.14188) 9822 : cluster [DBG] pgmap v9215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:12 smithi145 bash[13673]: audit 2022-04-26T07:41:11.460012+0000 mon.smithi136 (mon.0) 6030 : audit [DBG] from='client.? 172.21.15.136:0/1476410977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:14 smithi136 bash[11745]: cluster 2022-04-26T07:41:13.219482+0000 mgr.smithi136.ofnrfx (mgr.14188) 9823 : cluster [DBG] pgmap v9216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:14 smithi145 bash[13673]: cluster 2022-04-26T07:41:13.219482+0000 mgr.smithi136.ofnrfx (mgr.14188) 9823 : cluster [DBG] pgmap v9216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:16.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:16.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:16.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:16 smithi136 bash[11745]: cluster 2022-04-26T07:41:15.220122+0000 mgr.smithi136.ofnrfx (mgr.14188) 9824 : cluster [DBG] pgmap v9217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:16 smithi145 bash[13673]: cluster 2022-04-26T07:41:15.220122+0000 mgr.smithi136.ofnrfx (mgr.14188) 9824 : cluster [DBG] pgmap v9217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:16.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:17 smithi136 bash[11745]: audit 2022-04-26T07:41:16.782016+0000 mon.smithi136 (mon.0) 6031 : audit [DBG] from='client.? 172.21.15.136:0/2859339324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:17 smithi145 bash[13673]: audit 2022-04-26T07:41:16.782016+0000 mon.smithi136 (mon.0) 6031 : audit [DBG] from='client.? 172.21.15.136:0/2859339324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:18 smithi145 bash[13673]: cluster 2022-04-26T07:41:17.223707+0000 mgr.smithi136.ofnrfx (mgr.14188) 9825 : cluster [DBG] pgmap v9218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:18 smithi136 bash[11745]: cluster 2022-04-26T07:41:17.223707+0000 mgr.smithi136.ofnrfx (mgr.14188) 9825 : cluster [DBG] pgmap v9218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:19 smithi136 bash[11745]: cluster 2022-04-26T07:41:19.224327+0000 mgr.smithi136.ofnrfx (mgr.14188) 9826 : cluster [DBG] pgmap v9219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:19 smithi145 bash[13673]: cluster 2022-04-26T07:41:19.224327+0000 mgr.smithi136.ofnrfx (mgr.14188) 9826 : cluster [DBG] pgmap v9219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:21.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:21.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:21.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:22.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:22 smithi136 bash[11745]: cluster 2022-04-26T07:41:21.224966+0000 mgr.smithi136.ofnrfx (mgr.14188) 9827 : cluster [DBG] pgmap v9220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:22 smithi136 bash[11745]: audit 2022-04-26T07:41:22.110813+0000 mon.smithi136 (mon.0) 6032 : audit [DBG] from='client.? 172.21.15.136:0/3885943775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:22 smithi145 bash[13673]: cluster 2022-04-26T07:41:21.224966+0000 mgr.smithi136.ofnrfx (mgr.14188) 9827 : cluster [DBG] pgmap v9220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:22 smithi145 bash[13673]: audit 2022-04-26T07:41:22.110813+0000 mon.smithi136 (mon.0) 6032 : audit [DBG] from='client.? 172.21.15.136:0/3885943775' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:24 smithi136 bash[11745]: cluster 2022-04-26T07:41:23.225610+0000 mgr.smithi136.ofnrfx (mgr.14188) 9828 : cluster [DBG] pgmap v9221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:24 smithi145 bash[13673]: cluster 2022-04-26T07:41:23.225610+0000 mgr.smithi136.ofnrfx (mgr.14188) 9828 : cluster [DBG] pgmap v9221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:26 smithi136 bash[11745]: cluster 2022-04-26T07:41:25.226208+0000 mgr.smithi136.ofnrfx (mgr.14188) 9829 : cluster [DBG] pgmap v9222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:26 smithi145 bash[13673]: cluster 2022-04-26T07:41:25.226208+0000 mgr.smithi136.ofnrfx (mgr.14188) 9829 : cluster [DBG] pgmap v9222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:27.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:27.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:27.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:27.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:28 smithi145 bash[13673]: cluster 2022-04-26T07:41:27.226826+0000 mgr.smithi136.ofnrfx (mgr.14188) 9830 : cluster [DBG] pgmap v9223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:28.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:28 smithi145 bash[13673]: audit 2022-04-26T07:41:27.442176+0000 mon.smithi136 (mon.0) 6033 : audit [DBG] from='client.? 172.21.15.136:0/4190150249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:28 smithi136 bash[11745]: cluster 2022-04-26T07:41:27.226826+0000 mgr.smithi136.ofnrfx (mgr.14188) 9830 : cluster [DBG] pgmap v9223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:28 smithi136 bash[11745]: audit 2022-04-26T07:41:27.442176+0000 mon.smithi136 (mon.0) 6033 : audit [DBG] from='client.? 172.21.15.136:0/4190150249' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:29 smithi136 bash[11745]: cluster 2022-04-26T07:41:29.227603+0000 mgr.smithi136.ofnrfx (mgr.14188) 9831 : cluster [DBG] pgmap v9224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:29 smithi145 bash[13673]: cluster 2022-04-26T07:41:29.227603+0000 mgr.smithi136.ofnrfx (mgr.14188) 9831 : cluster [DBG] pgmap v9224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:32.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:32.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:32.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:32 smithi136 bash[11745]: cluster 2022-04-26T07:41:31.228304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9832 : cluster [DBG] pgmap v9225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:32 smithi145 bash[13673]: cluster 2022-04-26T07:41:31.228304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9832 : cluster [DBG] pgmap v9225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:32.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:33 smithi136 bash[11745]: audit 2022-04-26T07:41:32.769390+0000 mon.smithi136 (mon.0) 6034 : audit [DBG] from='client.? 172.21.15.136:0/3561484184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:33 smithi145 bash[13673]: audit 2022-04-26T07:41:32.769390+0000 mon.smithi136 (mon.0) 6034 : audit [DBG] from='client.? 172.21.15.136:0/3561484184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:34 smithi136 bash[11745]: cluster 2022-04-26T07:41:33.228993+0000 mgr.smithi136.ofnrfx (mgr.14188) 9833 : cluster [DBG] pgmap v9226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:34 smithi145 bash[13673]: cluster 2022-04-26T07:41:33.228993+0000 mgr.smithi136.ofnrfx (mgr.14188) 9833 : cluster [DBG] pgmap v9226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:35 smithi136 bash[11745]: audit 2022-04-26T07:41:35.232954+0000 mon.smithi136 (mon.0) 6035 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:41:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:35 smithi136 bash[11745]: audit 2022-04-26T07:41:35.235825+0000 mon.smithi136 (mon.0) 6036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:41:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:35 smithi136 bash[11745]: audit 2022-04-26T07:41:35.237816+0000 mon.smithi136 (mon.0) 6037 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:41:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:35 smithi145 bash[13673]: audit 2022-04-26T07:41:35.232954+0000 mon.smithi136 (mon.0) 6035 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:41:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:35 smithi145 bash[13673]: audit 2022-04-26T07:41:35.235825+0000 mon.smithi136 (mon.0) 6036 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:41:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:35 smithi145 bash[13673]: audit 2022-04-26T07:41:35.237816+0000 mon.smithi136 (mon.0) 6037 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:41:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:36 smithi136 bash[11745]: cluster 2022-04-26T07:41:35.229646+0000 mgr.smithi136.ofnrfx (mgr.14188) 9834 : cluster [DBG] pgmap v9227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:36 smithi136 bash[11745]: audit 2022-04-26T07:41:35.544696+0000 mon.smithi136 (mon.0) 6038 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:41:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:36 smithi136 bash[11745]: audit 2022-04-26T07:41:35.861599+0000 mon.smithi136 (mon.0) 6039 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:41:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:36 smithi136 bash[11745]: audit 2022-04-26T07:41:35.871182+0000 mon.smithi136 (mon.0) 6040 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:41:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:36 smithi145 bash[13673]: cluster 2022-04-26T07:41:35.229646+0000 mgr.smithi136.ofnrfx (mgr.14188) 9834 : cluster [DBG] pgmap v9227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:36 smithi145 bash[13673]: audit 2022-04-26T07:41:35.544696+0000 mon.smithi136 (mon.0) 6038 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:41:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:36 smithi145 bash[13673]: audit 2022-04-26T07:41:35.861599+0000 mon.smithi136 (mon.0) 6039 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:41:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:36 smithi145 bash[13673]: audit 2022-04-26T07:41:35.871182+0000 mon.smithi136 (mon.0) 6040 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:41:37.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:37.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:37.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:37 smithi136 bash[11745]: cluster 2022-04-26T07:41:35.854238+0000 mgr.smithi136.ofnrfx (mgr.14188) 9835 : cluster [DBG] pgmap v9228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:37 smithi136 bash[11745]: cluster 2022-04-26T07:41:35.854728+0000 mgr.smithi136.ofnrfx (mgr.14188) 9836 : cluster [DBG] pgmap v9229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:37 smithi136 bash[11745]: cephadm 2022-04-26T07:41:35.872610+0000 mgr.smithi136.ofnrfx (mgr.14188) 9837 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:41:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:37 smithi136 bash[11745]: cephadm 2022-04-26T07:41:35.872797+0000 mgr.smithi136.ofnrfx (mgr.14188) 9838 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:41:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:37 smithi145 bash[13673]: cluster 2022-04-26T07:41:35.854238+0000 mgr.smithi136.ofnrfx (mgr.14188) 9835 : cluster [DBG] pgmap v9228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:37 smithi145 bash[13673]: cluster 2022-04-26T07:41:35.854728+0000 mgr.smithi136.ofnrfx (mgr.14188) 9836 : cluster [DBG] pgmap v9229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:37 smithi145 bash[13673]: cephadm 2022-04-26T07:41:35.872610+0000 mgr.smithi136.ofnrfx (mgr.14188) 9837 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:41:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:37 smithi145 bash[13673]: cephadm 2022-04-26T07:41:35.872797+0000 mgr.smithi136.ofnrfx (mgr.14188) 9838 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:41:38.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:38 smithi136 bash[11745]: audit 2022-04-26T07:41:38.101411+0000 mon.smithi136 (mon.0) 6041 : audit [DBG] from='client.? 172.21.15.136:0/2222008960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:38 smithi145 bash[13673]: audit 2022-04-26T07:41:38.101411+0000 mon.smithi136 (mon.0) 6041 : audit [DBG] from='client.? 172.21.15.136:0/2222008960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:39 smithi136 bash[11745]: cluster 2022-04-26T07:41:37.855266+0000 mgr.smithi136.ofnrfx (mgr.14188) 9839 : cluster [DBG] pgmap v9230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:39 smithi145 bash[13673]: cluster 2022-04-26T07:41:37.855266+0000 mgr.smithi136.ofnrfx (mgr.14188) 9839 : cluster [DBG] pgmap v9230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:40 smithi136 bash[11745]: cluster 2022-04-26T07:41:39.855954+0000 mgr.smithi136.ofnrfx (mgr.14188) 9840 : cluster [DBG] pgmap v9231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:40 smithi145 bash[13673]: cluster 2022-04-26T07:41:39.855954+0000 mgr.smithi136.ofnrfx (mgr.14188) 9840 : cluster [DBG] pgmap v9231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:43.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:43.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:43.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:43.316 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:42 smithi136 bash[11745]: cluster 2022-04-26T07:41:41.856700+0000 mgr.smithi136.ofnrfx (mgr.14188) 9841 : cluster [DBG] pgmap v9232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:42 smithi145 bash[13673]: cluster 2022-04-26T07:41:41.856700+0000 mgr.smithi136.ofnrfx (mgr.14188) 9841 : cluster [DBG] pgmap v9232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:43.455 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:43 smithi136 bash[11745]: audit 2022-04-26T07:41:43.434696+0000 mon.smithi136 (mon.0) 6042 : audit [DBG] from='client.? 172.21.15.136:0/2413087205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:43 smithi145 bash[13673]: audit 2022-04-26T07:41:43.434696+0000 mon.smithi136 (mon.0) 6042 : audit [DBG] from='client.? 172.21.15.136:0/2413087205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:44 smithi136 bash[11745]: cluster 2022-04-26T07:41:43.857313+0000 mgr.smithi136.ofnrfx (mgr.14188) 9842 : cluster [DBG] pgmap v9233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:44 smithi145 bash[13673]: cluster 2022-04-26T07:41:43.857313+0000 mgr.smithi136.ofnrfx (mgr.14188) 9842 : cluster [DBG] pgmap v9233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:46 smithi136 bash[11745]: cluster 2022-04-26T07:41:45.857947+0000 mgr.smithi136.ofnrfx (mgr.14188) 9843 : cluster [DBG] pgmap v9234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:46 smithi145 bash[13673]: cluster 2022-04-26T07:41:45.857947+0000 mgr.smithi136.ofnrfx (mgr.14188) 9843 : cluster [DBG] pgmap v9234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:48.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:48.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:48.458 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:48.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:48 smithi136 bash[11745]: cluster 2022-04-26T07:41:47.858581+0000 mgr.smithi136.ofnrfx (mgr.14188) 9844 : cluster [DBG] pgmap v9235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:49.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:48 smithi136 bash[11745]: audit 2022-04-26T07:41:48.779151+0000 mon.smithi136 (mon.0) 6043 : audit [DBG] from='client.? 172.21.15.136:0/70247668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:48 smithi145 bash[13673]: cluster 2022-04-26T07:41:47.858581+0000 mgr.smithi136.ofnrfx (mgr.14188) 9844 : cluster [DBG] pgmap v9235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:48 smithi145 bash[13673]: audit 2022-04-26T07:41:48.779151+0000 mon.smithi136 (mon.0) 6043 : audit [DBG] from='client.? 172.21.15.136:0/70247668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:50 smithi136 bash[11745]: cluster 2022-04-26T07:41:49.859204+0000 mgr.smithi136.ofnrfx (mgr.14188) 9845 : cluster [DBG] pgmap v9236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:50 smithi145 bash[13673]: cluster 2022-04-26T07:41:49.859204+0000 mgr.smithi136.ofnrfx (mgr.14188) 9845 : cluster [DBG] pgmap v9236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:52 smithi136 bash[11745]: cluster 2022-04-26T07:41:51.859951+0000 mgr.smithi136.ofnrfx (mgr.14188) 9846 : cluster [DBG] pgmap v9237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:52 smithi145 bash[13673]: cluster 2022-04-26T07:41:51.859951+0000 mgr.smithi136.ofnrfx (mgr.14188) 9846 : cluster [DBG] pgmap v9237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:53.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:53.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:53.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:54.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:41:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:54 smithi136 bash[11745]: cluster 2022-04-26T07:41:53.860646+0000 mgr.smithi136.ofnrfx (mgr.14188) 9847 : cluster [DBG] pgmap v9238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:54 smithi136 bash[11745]: audit 2022-04-26T07:41:54.101764+0000 mon.smithi136 (mon.0) 6044 : audit [DBG] from='client.? 172.21.15.136:0/4156471577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:54 smithi145 bash[13673]: cluster 2022-04-26T07:41:53.860646+0000 mgr.smithi136.ofnrfx (mgr.14188) 9847 : cluster [DBG] pgmap v9238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:54 smithi145 bash[13673]: audit 2022-04-26T07:41:54.101764+0000 mon.smithi136 (mon.0) 6044 : audit [DBG] from='client.? 172.21.15.136:0/4156471577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:41:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:56 smithi136 bash[11745]: cluster 2022-04-26T07:41:55.861305+0000 mgr.smithi136.ofnrfx (mgr.14188) 9848 : cluster [DBG] pgmap v9239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:56 smithi145 bash[13673]: cluster 2022-04-26T07:41:55.861305+0000 mgr.smithi136.ofnrfx (mgr.14188) 9848 : cluster [DBG] pgmap v9239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:59.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:41:59.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:41:59.130 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:41:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:58 smithi136 bash[11745]: cluster 2022-04-26T07:41:57.861912+0000 mgr.smithi136.ofnrfx (mgr.14188) 9849 : cluster [DBG] pgmap v9240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:58 smithi145 bash[13673]: cluster 2022-04-26T07:41:57.861912+0000 mgr.smithi136.ofnrfx (mgr.14188) 9849 : cluster [DBG] pgmap v9240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:41:59.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:41:59 smithi136 bash[11745]: audit 2022-04-26T07:41:59.427428+0000 mon.smithi136 (mon.0) 6045 : audit [DBG] from='client.? 172.21.15.136:0/3866882920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:41:59 smithi145 bash[13673]: audit 2022-04-26T07:41:59.427428+0000 mon.smithi136 (mon.0) 6045 : audit [DBG] from='client.? 172.21.15.136:0/3866882920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:01 smithi136 bash[11745]: cluster 2022-04-26T07:41:59.862647+0000 mgr.smithi136.ofnrfx (mgr.14188) 9850 : cluster [DBG] pgmap v9241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:01 smithi145 bash[13673]: cluster 2022-04-26T07:41:59.862647+0000 mgr.smithi136.ofnrfx (mgr.14188) 9850 : cluster [DBG] pgmap v9241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:03 smithi136 bash[11745]: cluster 2022-04-26T07:42:01.863322+0000 mgr.smithi136.ofnrfx (mgr.14188) 9851 : cluster [DBG] pgmap v9242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:03 smithi145 bash[13673]: cluster 2022-04-26T07:42:01.863322+0000 mgr.smithi136.ofnrfx (mgr.14188) 9851 : cluster [DBG] pgmap v9242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:04 smithi136 bash[11745]: audit 2022-04-26T07:42:03.087302+0000 mon.smithi136 (mon.0) 6046 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:42:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:04 smithi136 bash[11745]: audit 2022-04-26T07:42:03.091175+0000 mon.smithi136 (mon.0) 6047 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:42:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:04 smithi145 bash[13673]: audit 2022-04-26T07:42:03.087302+0000 mon.smithi136 (mon.0) 6046 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:42:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:04 smithi145 bash[13673]: audit 2022-04-26T07:42:03.091175+0000 mon.smithi136 (mon.0) 6047 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:42:04.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:04.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:04.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:04.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:05 smithi136 bash[11745]: cluster 2022-04-26T07:42:03.863950+0000 mgr.smithi136.ofnrfx (mgr.14188) 9852 : cluster [DBG] pgmap v9243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:05 smithi136 bash[11745]: audit 2022-04-26T07:42:04.759310+0000 mon.smithi136 (mon.0) 6048 : audit [DBG] from='client.? 172.21.15.136:0/3202114488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:05 smithi145 bash[13673]: cluster 2022-04-26T07:42:03.863950+0000 mgr.smithi136.ofnrfx (mgr.14188) 9852 : cluster [DBG] pgmap v9243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:05 smithi145 bash[13673]: audit 2022-04-26T07:42:04.759310+0000 mon.smithi136 (mon.0) 6048 : audit [DBG] from='client.? 172.21.15.136:0/3202114488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:07 smithi136 bash[11745]: cluster 2022-04-26T07:42:05.864688+0000 mgr.smithi136.ofnrfx (mgr.14188) 9853 : cluster [DBG] pgmap v9244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:07 smithi145 bash[13673]: cluster 2022-04-26T07:42:05.864688+0000 mgr.smithi136.ofnrfx (mgr.14188) 9853 : cluster [DBG] pgmap v9244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:09 smithi136 bash[11745]: cluster 2022-04-26T07:42:07.865463+0000 mgr.smithi136.ofnrfx (mgr.14188) 9854 : cluster [DBG] pgmap v9245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:09 smithi145 bash[13673]: cluster 2022-04-26T07:42:07.865463+0000 mgr.smithi136.ofnrfx (mgr.14188) 9854 : cluster [DBG] pgmap v9245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:09.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:09.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:09.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:10.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:11 smithi136 bash[11745]: cluster 2022-04-26T07:42:09.866089+0000 mgr.smithi136.ofnrfx (mgr.14188) 9855 : cluster [DBG] pgmap v9246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:11.315 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:11 smithi136 bash[11745]: audit 2022-04-26T07:42:10.090984+0000 mon.smithi136 (mon.0) 6049 : audit [DBG] from='client.? 172.21.15.136:0/2174257614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:11 smithi145 bash[13673]: cluster 2022-04-26T07:42:09.866089+0000 mgr.smithi136.ofnrfx (mgr.14188) 9855 : cluster [DBG] pgmap v9246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:11 smithi145 bash[13673]: audit 2022-04-26T07:42:10.090984+0000 mon.smithi136 (mon.0) 6049 : audit [DBG] from='client.? 172.21.15.136:0/2174257614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:13 smithi136 bash[11745]: cluster 2022-04-26T07:42:11.866733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9856 : cluster [DBG] pgmap v9247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:13 smithi145 bash[13673]: cluster 2022-04-26T07:42:11.866733+0000 mgr.smithi136.ofnrfx (mgr.14188) 9856 : cluster [DBG] pgmap v9247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:15.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:15.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:15.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:15 smithi136 bash[11745]: cluster 2022-04-26T07:42:13.867406+0000 mgr.smithi136.ofnrfx (mgr.14188) 9857 : cluster [DBG] pgmap v9248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:15 smithi145 bash[13673]: cluster 2022-04-26T07:42:13.867406+0000 mgr.smithi136.ofnrfx (mgr.14188) 9857 : cluster [DBG] pgmap v9248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:15.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:16 smithi136 bash[11745]: audit 2022-04-26T07:42:15.423783+0000 mon.smithi136 (mon.0) 6050 : audit [DBG] from='client.? 172.21.15.136:0/2923666711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:16 smithi145 bash[13673]: audit 2022-04-26T07:42:15.423783+0000 mon.smithi136 (mon.0) 6050 : audit [DBG] from='client.? 172.21.15.136:0/2923666711' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:17 smithi136 bash[11745]: cluster 2022-04-26T07:42:15.868049+0000 mgr.smithi136.ofnrfx (mgr.14188) 9858 : cluster [DBG] pgmap v9249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:17 smithi145 bash[13673]: cluster 2022-04-26T07:42:15.868049+0000 mgr.smithi136.ofnrfx (mgr.14188) 9858 : cluster [DBG] pgmap v9249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:19 smithi136 bash[11745]: cluster 2022-04-26T07:42:17.868630+0000 mgr.smithi136.ofnrfx (mgr.14188) 9859 : cluster [DBG] pgmap v9250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:19 smithi145 bash[13673]: cluster 2022-04-26T07:42:17.868630+0000 mgr.smithi136.ofnrfx (mgr.14188) 9859 : cluster [DBG] pgmap v9250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:20.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:20.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:20.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:20.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:21 smithi145 bash[13673]: cluster 2022-04-26T07:42:19.869227+0000 mgr.smithi136.ofnrfx (mgr.14188) 9860 : cluster [DBG] pgmap v9251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:21 smithi145 bash[13673]: audit 2022-04-26T07:42:20.741207+0000 mon.smithi136 (mon.0) 6051 : audit [DBG] from='client.? 172.21.15.136:0/2770118298' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:21 smithi136 bash[11745]: cluster 2022-04-26T07:42:19.869227+0000 mgr.smithi136.ofnrfx (mgr.14188) 9860 : cluster [DBG] pgmap v9251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:21 smithi136 bash[11745]: audit 2022-04-26T07:42:20.741207+0000 mon.smithi136 (mon.0) 6051 : audit [DBG] from='client.? 172.21.15.136:0/2770118298' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:23 smithi145 bash[13673]: cluster 2022-04-26T07:42:21.869811+0000 mgr.smithi136.ofnrfx (mgr.14188) 9861 : cluster [DBG] pgmap v9252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:23 smithi136 bash[11745]: cluster 2022-04-26T07:42:21.869811+0000 mgr.smithi136.ofnrfx (mgr.14188) 9861 : cluster [DBG] pgmap v9252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:25 smithi145 bash[13673]: cluster 2022-04-26T07:42:23.870435+0000 mgr.smithi136.ofnrfx (mgr.14188) 9862 : cluster [DBG] pgmap v9253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:25 smithi136 bash[11745]: cluster 2022-04-26T07:42:23.870435+0000 mgr.smithi136.ofnrfx (mgr.14188) 9862 : cluster [DBG] pgmap v9253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:25.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:25.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:25.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:26.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:26 smithi145 bash[13673]: audit 2022-04-26T07:42:26.072364+0000 mon.smithi136 (mon.0) 6052 : audit [DBG] from='client.? 172.21.15.136:0/2088208352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:26 smithi136 bash[11745]: audit 2022-04-26T07:42:26.072364+0000 mon.smithi136 (mon.0) 6052 : audit [DBG] from='client.? 172.21.15.136:0/2088208352' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:27 smithi145 bash[13673]: cluster 2022-04-26T07:42:25.871036+0000 mgr.smithi136.ofnrfx (mgr.14188) 9863 : cluster [DBG] pgmap v9254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:27 smithi136 bash[11745]: cluster 2022-04-26T07:42:25.871036+0000 mgr.smithi136.ofnrfx (mgr.14188) 9863 : cluster [DBG] pgmap v9254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:29 smithi145 bash[13673]: cluster 2022-04-26T07:42:27.871694+0000 mgr.smithi136.ofnrfx (mgr.14188) 9864 : cluster [DBG] pgmap v9255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:29 smithi136 bash[11745]: cluster 2022-04-26T07:42:27.871694+0000 mgr.smithi136.ofnrfx (mgr.14188) 9864 : cluster [DBG] pgmap v9255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:31.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:31.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:31.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:31 smithi145 bash[13673]: cluster 2022-04-26T07:42:29.872253+0000 mgr.smithi136.ofnrfx (mgr.14188) 9865 : cluster [DBG] pgmap v9256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:31.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:31 smithi136 bash[11745]: cluster 2022-04-26T07:42:29.872253+0000 mgr.smithi136.ofnrfx (mgr.14188) 9865 : cluster [DBG] pgmap v9256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:32 smithi145 bash[13673]: audit 2022-04-26T07:42:31.403914+0000 mon.smithi136 (mon.0) 6053 : audit [DBG] from='client.? 172.21.15.136:0/2669704603' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:32 smithi136 bash[11745]: audit 2022-04-26T07:42:31.403914+0000 mon.smithi136 (mon.0) 6053 : audit [DBG] from='client.? 172.21.15.136:0/2669704603' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:33 smithi136 bash[11745]: cluster 2022-04-26T07:42:31.872890+0000 mgr.smithi136.ofnrfx (mgr.14188) 9866 : cluster [DBG] pgmap v9257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:33 smithi145 bash[13673]: cluster 2022-04-26T07:42:31.872890+0000 mgr.smithi136.ofnrfx (mgr.14188) 9866 : cluster [DBG] pgmap v9257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:35 smithi136 bash[11745]: cluster 2022-04-26T07:42:33.873516+0000 mgr.smithi136.ofnrfx (mgr.14188) 9867 : cluster [DBG] pgmap v9258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:35 smithi145 bash[13673]: cluster 2022-04-26T07:42:33.873516+0000 mgr.smithi136.ofnrfx (mgr.14188) 9867 : cluster [DBG] pgmap v9258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:36.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:36.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:36.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:36 smithi136 bash[11745]: audit 2022-04-26T07:42:35.885304+0000 mon.smithi136 (mon.0) 6054 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:42:36.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:36 smithi136 bash[11745]: audit 2022-04-26T07:42:35.888214+0000 mon.smithi136 (mon.0) 6055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:42:36.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:36 smithi136 bash[11745]: audit 2022-04-26T07:42:35.890130+0000 mon.smithi136 (mon.0) 6056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:42:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:36 smithi145 bash[13673]: audit 2022-04-26T07:42:35.885304+0000 mon.smithi136 (mon.0) 6054 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:42:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:36 smithi145 bash[13673]: audit 2022-04-26T07:42:35.888214+0000 mon.smithi136 (mon.0) 6055 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:42:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:36 smithi145 bash[13673]: audit 2022-04-26T07:42:35.890130+0000 mon.smithi136 (mon.0) 6056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:42:36.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: cluster 2022-04-26T07:42:35.874128+0000 mgr.smithi136.ofnrfx (mgr.14188) 9868 : cluster [DBG] pgmap v9259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: cluster 2022-04-26T07:42:36.212162+0000 mgr.smithi136.ofnrfx (mgr.14188) 9869 : cluster [DBG] pgmap v9260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: cluster 2022-04-26T07:42:36.212568+0000 mgr.smithi136.ofnrfx (mgr.14188) 9870 : cluster [DBG] pgmap v9261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: audit 2022-04-26T07:42:36.220129+0000 mon.smithi136 (mon.0) 6057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:42:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: audit 2022-04-26T07:42:36.228589+0000 mon.smithi136 (mon.0) 6058 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:42:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: cephadm 2022-04-26T07:42:36.229929+0000 mgr.smithi136.ofnrfx (mgr.14188) 9871 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:42:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: cephadm 2022-04-26T07:42:36.230131+0000 mgr.smithi136.ofnrfx (mgr.14188) 9872 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:42:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:37 smithi136 bash[11745]: audit 2022-04-26T07:42:36.731853+0000 mon.smithi136 (mon.0) 6059 : audit [DBG] from='client.? 172.21.15.136:0/3673087039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: cluster 2022-04-26T07:42:35.874128+0000 mgr.smithi136.ofnrfx (mgr.14188) 9868 : cluster [DBG] pgmap v9259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: cluster 2022-04-26T07:42:36.212162+0000 mgr.smithi136.ofnrfx (mgr.14188) 9869 : cluster [DBG] pgmap v9260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: cluster 2022-04-26T07:42:36.212568+0000 mgr.smithi136.ofnrfx (mgr.14188) 9870 : cluster [DBG] pgmap v9261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: audit 2022-04-26T07:42:36.220129+0000 mon.smithi136 (mon.0) 6057 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:42:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: audit 2022-04-26T07:42:36.228589+0000 mon.smithi136 (mon.0) 6058 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:42:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: cephadm 2022-04-26T07:42:36.229929+0000 mgr.smithi136.ofnrfx (mgr.14188) 9871 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:42:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: cephadm 2022-04-26T07:42:36.230131+0000 mgr.smithi136.ofnrfx (mgr.14188) 9872 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:42:37.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:37 smithi145 bash[13673]: audit 2022-04-26T07:42:36.731853+0000 mon.smithi136 (mon.0) 6059 : audit [DBG] from='client.? 172.21.15.136:0/3673087039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:39 smithi136 bash[11745]: cluster 2022-04-26T07:42:38.213114+0000 mgr.smithi136.ofnrfx (mgr.14188) 9873 : cluster [DBG] pgmap v9262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:39 smithi145 bash[13673]: cluster 2022-04-26T07:42:38.213114+0000 mgr.smithi136.ofnrfx (mgr.14188) 9873 : cluster [DBG] pgmap v9262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:41 smithi136 bash[11745]: cluster 2022-04-26T07:42:40.213709+0000 mgr.smithi136.ofnrfx (mgr.14188) 9874 : cluster [DBG] pgmap v9263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:41 smithi145 bash[13673]: cluster 2022-04-26T07:42:40.213709+0000 mgr.smithi136.ofnrfx (mgr.14188) 9874 : cluster [DBG] pgmap v9263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:41.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:41.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:41.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:42.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:42 smithi136 bash[11745]: audit 2022-04-26T07:42:42.059002+0000 mon.smithi136 (mon.0) 6060 : audit [DBG] from='client.? 172.21.15.136:0/3518881800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:42 smithi145 bash[13673]: audit 2022-04-26T07:42:42.059002+0000 mon.smithi136 (mon.0) 6060 : audit [DBG] from='client.? 172.21.15.136:0/3518881800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:43 smithi136 bash[11745]: cluster 2022-04-26T07:42:42.214329+0000 mgr.smithi136.ofnrfx (mgr.14188) 9875 : cluster [DBG] pgmap v9264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:43 smithi145 bash[13673]: cluster 2022-04-26T07:42:42.214329+0000 mgr.smithi136.ofnrfx (mgr.14188) 9875 : cluster [DBG] pgmap v9264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:44 smithi136 bash[11745]: cluster 2022-04-26T07:42:44.214992+0000 mgr.smithi136.ofnrfx (mgr.14188) 9876 : cluster [DBG] pgmap v9265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:45.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:44 smithi145 bash[13673]: cluster 2022-04-26T07:42:44.214992+0000 mgr.smithi136.ofnrfx (mgr.14188) 9876 : cluster [DBG] pgmap v9265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:47.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:47.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:47.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:47.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:47.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:47 smithi136 bash[11745]: cluster 2022-04-26T07:42:46.215639+0000 mgr.smithi136.ofnrfx (mgr.14188) 9877 : cluster [DBG] pgmap v9266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:47.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:47 smithi145 bash[13673]: cluster 2022-04-26T07:42:46.215639+0000 mgr.smithi136.ofnrfx (mgr.14188) 9877 : cluster [DBG] pgmap v9266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:48 smithi145 bash[13673]: audit 2022-04-26T07:42:47.420362+0000 mon.smithi136 (mon.0) 6061 : audit [DBG] from='client.? 172.21.15.136:0/2790301636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:48 smithi136 bash[11745]: audit 2022-04-26T07:42:47.420362+0000 mon.smithi136 (mon.0) 6061 : audit [DBG] from='client.? 172.21.15.136:0/2790301636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:49 smithi136 bash[11745]: cluster 2022-04-26T07:42:48.216327+0000 mgr.smithi136.ofnrfx (mgr.14188) 9878 : cluster [DBG] pgmap v9267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:49 smithi145 bash[13673]: cluster 2022-04-26T07:42:48.216327+0000 mgr.smithi136.ofnrfx (mgr.14188) 9878 : cluster [DBG] pgmap v9267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:51 smithi136 bash[11745]: cluster 2022-04-26T07:42:50.217007+0000 mgr.smithi136.ofnrfx (mgr.14188) 9879 : cluster [DBG] pgmap v9268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:51 smithi145 bash[13673]: cluster 2022-04-26T07:42:50.217007+0000 mgr.smithi136.ofnrfx (mgr.14188) 9879 : cluster [DBG] pgmap v9268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:52.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:52.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:52.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:52.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:53 smithi136 bash[11745]: cluster 2022-04-26T07:42:52.217643+0000 mgr.smithi136.ofnrfx (mgr.14188) 9880 : cluster [DBG] pgmap v9269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:53 smithi136 bash[11745]: audit 2022-04-26T07:42:52.750368+0000 mon.smithi136 (mon.0) 6062 : audit [DBG] from='client.? 172.21.15.136:0/737251298' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:53 smithi145 bash[13673]: cluster 2022-04-26T07:42:52.217643+0000 mgr.smithi136.ofnrfx (mgr.14188) 9880 : cluster [DBG] pgmap v9269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:53 smithi145 bash[13673]: audit 2022-04-26T07:42:52.750368+0000 mon.smithi136 (mon.0) 6062 : audit [DBG] from='client.? 172.21.15.136:0/737251298' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:54 smithi136 bash[11745]: cluster 2022-04-26T07:42:54.218277+0000 mgr.smithi136.ofnrfx (mgr.14188) 9881 : cluster [DBG] pgmap v9270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:54 smithi145 bash[13673]: cluster 2022-04-26T07:42:54.218277+0000 mgr.smithi136.ofnrfx (mgr.14188) 9881 : cluster [DBG] pgmap v9270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:57 smithi136 bash[11745]: cluster 2022-04-26T07:42:56.218931+0000 mgr.smithi136.ofnrfx (mgr.14188) 9882 : cluster [DBG] pgmap v9271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:57 smithi145 bash[13673]: cluster 2022-04-26T07:42:56.218931+0000 mgr.smithi136.ofnrfx (mgr.14188) 9882 : cluster [DBG] pgmap v9271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:57.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:42:57.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:42:57.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:42:58.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:42:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:58 smithi145 bash[13673]: audit 2022-04-26T07:42:58.079656+0000 mon.smithi136 (mon.0) 6063 : audit [DBG] from='client.? 172.21.15.136:0/273952444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:58 smithi136 bash[11745]: audit 2022-04-26T07:42:58.079656+0000 mon.smithi136 (mon.0) 6063 : audit [DBG] from='client.? 172.21.15.136:0/273952444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:42:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:42:59 smithi136 bash[11745]: cluster 2022-04-26T07:42:58.219635+0000 mgr.smithi136.ofnrfx (mgr.14188) 9883 : cluster [DBG] pgmap v9272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:42:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:42:59 smithi145 bash[13673]: cluster 2022-04-26T07:42:58.219635+0000 mgr.smithi136.ofnrfx (mgr.14188) 9883 : cluster [DBG] pgmap v9272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:01 smithi136 bash[11745]: cluster 2022-04-26T07:43:00.220257+0000 mgr.smithi136.ofnrfx (mgr.14188) 9884 : cluster [DBG] pgmap v9273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:01 smithi145 bash[13673]: cluster 2022-04-26T07:43:00.220257+0000 mgr.smithi136.ofnrfx (mgr.14188) 9884 : cluster [DBG] pgmap v9273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:03.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:03.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:03.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:03.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:03 smithi136 bash[11745]: cluster 2022-04-26T07:43:02.220835+0000 mgr.smithi136.ofnrfx (mgr.14188) 9885 : cluster [DBG] pgmap v9274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:03 smithi136 bash[11745]: audit 2022-04-26T07:43:03.091398+0000 mon.smithi136 (mon.0) 6064 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:43:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:03 smithi136 bash[11745]: audit 2022-04-26T07:43:03.095271+0000 mon.smithi136 (mon.0) 6065 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:43:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:03 smithi145 bash[13673]: cluster 2022-04-26T07:43:02.220835+0000 mgr.smithi136.ofnrfx (mgr.14188) 9885 : cluster [DBG] pgmap v9274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:03 smithi145 bash[13673]: audit 2022-04-26T07:43:03.091398+0000 mon.smithi136 (mon.0) 6064 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:43:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:03 smithi145 bash[13673]: audit 2022-04-26T07:43:03.095271+0000 mon.smithi136 (mon.0) 6065 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:43:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:04 smithi136 bash[11745]: audit 2022-04-26T07:43:03.407783+0000 mon.smithi136 (mon.0) 6066 : audit [DBG] from='client.? 172.21.15.136:0/803457617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:04 smithi145 bash[13673]: audit 2022-04-26T07:43:03.407783+0000 mon.smithi136 (mon.0) 6066 : audit [DBG] from='client.? 172.21.15.136:0/803457617' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:05 smithi136 bash[11745]: cluster 2022-04-26T07:43:04.221589+0000 mgr.smithi136.ofnrfx (mgr.14188) 9886 : cluster [DBG] pgmap v9275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:05 smithi145 bash[13673]: cluster 2022-04-26T07:43:04.221589+0000 mgr.smithi136.ofnrfx (mgr.14188) 9886 : cluster [DBG] pgmap v9275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:07 smithi136 bash[11745]: cluster 2022-04-26T07:43:06.222319+0000 mgr.smithi136.ofnrfx (mgr.14188) 9887 : cluster [DBG] pgmap v9276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:07 smithi145 bash[13673]: cluster 2022-04-26T07:43:06.222319+0000 mgr.smithi136.ofnrfx (mgr.14188) 9887 : cluster [DBG] pgmap v9276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:08.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:08.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:08.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:08.762 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:09 smithi136 bash[11745]: cluster 2022-04-26T07:43:08.223017+0000 mgr.smithi136.ofnrfx (mgr.14188) 9888 : cluster [DBG] pgmap v9277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:09 smithi136 bash[11745]: audit 2022-04-26T07:43:08.742335+0000 mon.smithi136 (mon.0) 6067 : audit [DBG] from='client.? 172.21.15.136:0/2596777231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:09 smithi145 bash[13673]: cluster 2022-04-26T07:43:08.223017+0000 mgr.smithi136.ofnrfx (mgr.14188) 9888 : cluster [DBG] pgmap v9277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:09 smithi145 bash[13673]: audit 2022-04-26T07:43:08.742335+0000 mon.smithi136 (mon.0) 6067 : audit [DBG] from='client.? 172.21.15.136:0/2596777231' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:11 smithi145 bash[13673]: cluster 2022-04-26T07:43:10.223596+0000 mgr.smithi136.ofnrfx (mgr.14188) 9889 : cluster [DBG] pgmap v9278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:11 smithi136 bash[11745]: cluster 2022-04-26T07:43:10.223596+0000 mgr.smithi136.ofnrfx (mgr.14188) 9889 : cluster [DBG] pgmap v9278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:13 smithi145 bash[13673]: cluster 2022-04-26T07:43:12.224238+0000 mgr.smithi136.ofnrfx (mgr.14188) 9890 : cluster [DBG] pgmap v9279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:13.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:13.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:13.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:13 smithi136 bash[11745]: cluster 2022-04-26T07:43:12.224238+0000 mgr.smithi136.ofnrfx (mgr.14188) 9890 : cluster [DBG] pgmap v9279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:14.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:14 smithi136 bash[11745]: audit 2022-04-26T07:43:14.081930+0000 mon.smithi136 (mon.0) 6068 : audit [DBG] from='client.? 172.21.15.136:0/2586185618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:14 smithi136 bash[11745]: cluster 2022-04-26T07:43:14.224824+0000 mgr.smithi136.ofnrfx (mgr.14188) 9891 : cluster [DBG] pgmap v9280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:14 smithi145 bash[13673]: audit 2022-04-26T07:43:14.081930+0000 mon.smithi136 (mon.0) 6068 : audit [DBG] from='client.? 172.21.15.136:0/2586185618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:14 smithi145 bash[13673]: cluster 2022-04-26T07:43:14.224824+0000 mgr.smithi136.ofnrfx (mgr.14188) 9891 : cluster [DBG] pgmap v9280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:17 smithi136 bash[11745]: cluster 2022-04-26T07:43:16.225453+0000 mgr.smithi136.ofnrfx (mgr.14188) 9892 : cluster [DBG] pgmap v9281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:17 smithi145 bash[13673]: cluster 2022-04-26T07:43:16.225453+0000 mgr.smithi136.ofnrfx (mgr.14188) 9892 : cluster [DBG] pgmap v9281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:19.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:19.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:19.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:19.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:19 smithi136 bash[11745]: cluster 2022-04-26T07:43:18.226074+0000 mgr.smithi136.ofnrfx (mgr.14188) 9893 : cluster [DBG] pgmap v9282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:19.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:19 smithi145 bash[13673]: cluster 2022-04-26T07:43:18.226074+0000 mgr.smithi136.ofnrfx (mgr.14188) 9893 : cluster [DBG] pgmap v9282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:20.543 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:20 smithi136 bash[11745]: audit 2022-04-26T07:43:19.412433+0000 mon.smithi136 (mon.0) 6069 : audit [DBG] from='client.? 172.21.15.136:0/4265457102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:20 smithi145 bash[13673]: audit 2022-04-26T07:43:19.412433+0000 mon.smithi136 (mon.0) 6069 : audit [DBG] from='client.? 172.21.15.136:0/4265457102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:21 smithi136 bash[11745]: cluster 2022-04-26T07:43:20.226668+0000 mgr.smithi136.ofnrfx (mgr.14188) 9894 : cluster [DBG] pgmap v9283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:21 smithi145 bash[13673]: cluster 2022-04-26T07:43:20.226668+0000 mgr.smithi136.ofnrfx (mgr.14188) 9894 : cluster [DBG] pgmap v9283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:23 smithi136 bash[11745]: cluster 2022-04-26T07:43:22.227317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9895 : cluster [DBG] pgmap v9284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:23 smithi145 bash[13673]: cluster 2022-04-26T07:43:22.227317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9895 : cluster [DBG] pgmap v9284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:24.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:24.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:24.431 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:24.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:24 smithi136 bash[11745]: cluster 2022-04-26T07:43:24.227967+0000 mgr.smithi136.ofnrfx (mgr.14188) 9896 : cluster [DBG] pgmap v9285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:24 smithi136 bash[11745]: audit 2022-04-26T07:43:24.736097+0000 mon.smithi136 (mon.0) 6070 : audit [DBG] from='client.? 172.21.15.136:0/859255615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:24 smithi145 bash[13673]: cluster 2022-04-26T07:43:24.227967+0000 mgr.smithi136.ofnrfx (mgr.14188) 9896 : cluster [DBG] pgmap v9285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:24 smithi145 bash[13673]: audit 2022-04-26T07:43:24.736097+0000 mon.smithi136 (mon.0) 6070 : audit [DBG] from='client.? 172.21.15.136:0/859255615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:27 smithi136 bash[11745]: cluster 2022-04-26T07:43:26.228590+0000 mgr.smithi136.ofnrfx (mgr.14188) 9897 : cluster [DBG] pgmap v9286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:27 smithi145 bash[13673]: cluster 2022-04-26T07:43:26.228590+0000 mgr.smithi136.ofnrfx (mgr.14188) 9897 : cluster [DBG] pgmap v9286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:29 smithi136 bash[11745]: cluster 2022-04-26T07:43:28.229212+0000 mgr.smithi136.ofnrfx (mgr.14188) 9898 : cluster [DBG] pgmap v9287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:29 smithi145 bash[13673]: cluster 2022-04-26T07:43:28.229212+0000 mgr.smithi136.ofnrfx (mgr.14188) 9898 : cluster [DBG] pgmap v9287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:29.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:29.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:29.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:30.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:30 smithi136 bash[11745]: audit 2022-04-26T07:43:30.062995+0000 mon.smithi136 (mon.0) 6071 : audit [DBG] from='client.? 172.21.15.136:0/2942784937' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:30 smithi145 bash[13673]: audit 2022-04-26T07:43:30.062995+0000 mon.smithi136 (mon.0) 6071 : audit [DBG] from='client.? 172.21.15.136:0/2942784937' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:31 smithi136 bash[11745]: cluster 2022-04-26T07:43:30.229777+0000 mgr.smithi136.ofnrfx (mgr.14188) 9899 : cluster [DBG] pgmap v9288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:31 smithi145 bash[13673]: cluster 2022-04-26T07:43:30.229777+0000 mgr.smithi136.ofnrfx (mgr.14188) 9899 : cluster [DBG] pgmap v9288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:33 smithi136 bash[11745]: cluster 2022-04-26T07:43:32.230400+0000 mgr.smithi136.ofnrfx (mgr.14188) 9900 : cluster [DBG] pgmap v9289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:33 smithi145 bash[13673]: cluster 2022-04-26T07:43:32.230400+0000 mgr.smithi136.ofnrfx (mgr.14188) 9900 : cluster [DBG] pgmap v9289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:35.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:35.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:35.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:34 smithi136 bash[11745]: cluster 2022-04-26T07:43:34.231001+0000 mgr.smithi136.ofnrfx (mgr.14188) 9901 : cluster [DBG] pgmap v9290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:34 smithi145 bash[13673]: cluster 2022-04-26T07:43:34.231001+0000 mgr.smithi136.ofnrfx (mgr.14188) 9901 : cluster [DBG] pgmap v9290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:35.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:35 smithi136 bash[11745]: audit 2022-04-26T07:43:35.386971+0000 mon.smithi136 (mon.0) 6072 : audit [DBG] from='client.? 172.21.15.136:0/2008993811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:35 smithi145 bash[13673]: audit 2022-04-26T07:43:35.386971+0000 mon.smithi136 (mon.0) 6072 : audit [DBG] from='client.? 172.21.15.136:0/2008993811' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: cluster 2022-04-26T07:43:36.231661+0000 mgr.smithi136.ofnrfx (mgr.14188) 9902 : cluster [DBG] pgmap v9291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: audit 2022-04-26T07:43:36.244603+0000 mon.smithi136 (mon.0) 6073 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:43:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: audit 2022-04-26T07:43:36.247240+0000 mon.smithi136 (mon.0) 6074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:43:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: audit 2022-04-26T07:43:36.249149+0000 mon.smithi136 (mon.0) 6075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:43:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: cluster 2022-04-26T07:43:36.569188+0000 mgr.smithi136.ofnrfx (mgr.14188) 9903 : cluster [DBG] pgmap v9292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: cluster 2022-04-26T07:43:36.569730+0000 mgr.smithi136.ofnrfx (mgr.14188) 9904 : cluster [DBG] pgmap v9293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: audit 2022-04-26T07:43:36.576756+0000 mon.smithi136 (mon.0) 6076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:43:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:36 smithi136 bash[11745]: audit 2022-04-26T07:43:36.584860+0000 mon.smithi136 (mon.0) 6077 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:43:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: cluster 2022-04-26T07:43:36.231661+0000 mgr.smithi136.ofnrfx (mgr.14188) 9902 : cluster [DBG] pgmap v9291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: audit 2022-04-26T07:43:36.244603+0000 mon.smithi136 (mon.0) 6073 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:43:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: audit 2022-04-26T07:43:36.247240+0000 mon.smithi136 (mon.0) 6074 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:43:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: audit 2022-04-26T07:43:36.249149+0000 mon.smithi136 (mon.0) 6075 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:43:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: cluster 2022-04-26T07:43:36.569188+0000 mgr.smithi136.ofnrfx (mgr.14188) 9903 : cluster [DBG] pgmap v9292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: cluster 2022-04-26T07:43:36.569730+0000 mgr.smithi136.ofnrfx (mgr.14188) 9904 : cluster [DBG] pgmap v9293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: audit 2022-04-26T07:43:36.576756+0000 mon.smithi136 (mon.0) 6076 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:43:37.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:36 smithi145 bash[13673]: audit 2022-04-26T07:43:36.584860+0000 mon.smithi136 (mon.0) 6077 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:43:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:37 smithi136 bash[11745]: cephadm 2022-04-26T07:43:36.585879+0000 mgr.smithi136.ofnrfx (mgr.14188) 9905 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:43:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:37 smithi136 bash[11745]: cephadm 2022-04-26T07:43:36.586047+0000 mgr.smithi136.ofnrfx (mgr.14188) 9906 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:43:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:38 smithi145 bash[13673]: cephadm 2022-04-26T07:43:36.585879+0000 mgr.smithi136.ofnrfx (mgr.14188) 9905 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:43:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:38 smithi145 bash[13673]: cephadm 2022-04-26T07:43:36.586047+0000 mgr.smithi136.ofnrfx (mgr.14188) 9906 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:43:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:39 smithi136 bash[11745]: cluster 2022-04-26T07:43:38.570417+0000 mgr.smithi136.ofnrfx (mgr.14188) 9907 : cluster [DBG] pgmap v9294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:39 smithi145 bash[13673]: cluster 2022-04-26T07:43:38.570417+0000 mgr.smithi136.ofnrfx (mgr.14188) 9907 : cluster [DBG] pgmap v9294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:40.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:40.405 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:40.406 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:40.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:40 smithi136 bash[11745]: cluster 2022-04-26T07:43:40.570965+0000 mgr.smithi136.ofnrfx (mgr.14188) 9908 : cluster [DBG] pgmap v9295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:40 smithi145 bash[13673]: cluster 2022-04-26T07:43:40.570965+0000 mgr.smithi136.ofnrfx (mgr.14188) 9908 : cluster [DBG] pgmap v9295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:41 smithi145 bash[13673]: audit 2022-04-26T07:43:40.718991+0000 mon.smithi136 (mon.0) 6078 : audit [DBG] from='client.? 172.21.15.136:0/2137709810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:41 smithi136 bash[11745]: audit 2022-04-26T07:43:40.718991+0000 mon.smithi136 (mon.0) 6078 : audit [DBG] from='client.? 172.21.15.136:0/2137709810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:42 smithi145 bash[13673]: cluster 2022-04-26T07:43:42.571625+0000 mgr.smithi136.ofnrfx (mgr.14188) 9909 : cluster [DBG] pgmap v9296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:42 smithi136 bash[11745]: cluster 2022-04-26T07:43:42.571625+0000 mgr.smithi136.ofnrfx (mgr.14188) 9909 : cluster [DBG] pgmap v9296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:44 smithi136 bash[11745]: cluster 2022-04-26T07:43:44.572246+0000 mgr.smithi136.ofnrfx (mgr.14188) 9910 : cluster [DBG] pgmap v9297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:44 smithi145 bash[13673]: cluster 2022-04-26T07:43:44.572246+0000 mgr.smithi136.ofnrfx (mgr.14188) 9910 : cluster [DBG] pgmap v9297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:45.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:45.737 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:45.737 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:46.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:46 smithi145 bash[13673]: audit 2022-04-26T07:43:46.045987+0000 mon.smithi136 (mon.0) 6079 : audit [DBG] from='client.? 172.21.15.136:0/4156777976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:46 smithi136 bash[11745]: audit 2022-04-26T07:43:46.045987+0000 mon.smithi136 (mon.0) 6079 : audit [DBG] from='client.? 172.21.15.136:0/4156777976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:47 smithi145 bash[13673]: cluster 2022-04-26T07:43:46.572905+0000 mgr.smithi136.ofnrfx (mgr.14188) 9911 : cluster [DBG] pgmap v9298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:47 smithi136 bash[11745]: cluster 2022-04-26T07:43:46.572905+0000 mgr.smithi136.ofnrfx (mgr.14188) 9911 : cluster [DBG] pgmap v9298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:48 smithi145 bash[13673]: cluster 2022-04-26T07:43:48.573538+0000 mgr.smithi136.ofnrfx (mgr.14188) 9912 : cluster [DBG] pgmap v9299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:48 smithi136 bash[11745]: cluster 2022-04-26T07:43:48.573538+0000 mgr.smithi136.ofnrfx (mgr.14188) 9912 : cluster [DBG] pgmap v9299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:50 smithi136 bash[11745]: cluster 2022-04-26T07:43:50.574164+0000 mgr.smithi136.ofnrfx (mgr.14188) 9913 : cluster [DBG] pgmap v9300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:50 smithi145 bash[13673]: cluster 2022-04-26T07:43:50.574164+0000 mgr.smithi136.ofnrfx (mgr.14188) 9913 : cluster [DBG] pgmap v9300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:51.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:51.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:51.064 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:51.389 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:51 smithi145 bash[13673]: audit 2022-04-26T07:43:51.374086+0000 mon.smithi136 (mon.0) 6080 : audit [DBG] from='client.? 172.21.15.136:0/2872130948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:51 smithi136 bash[11745]: audit 2022-04-26T07:43:51.374086+0000 mon.smithi136 (mon.0) 6080 : audit [DBG] from='client.? 172.21.15.136:0/2872130948' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:52 smithi136 bash[11745]: cluster 2022-04-26T07:43:52.574791+0000 mgr.smithi136.ofnrfx (mgr.14188) 9914 : cluster [DBG] pgmap v9301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:52 smithi145 bash[13673]: cluster 2022-04-26T07:43:52.574791+0000 mgr.smithi136.ofnrfx (mgr.14188) 9914 : cluster [DBG] pgmap v9301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:54 smithi136 bash[11745]: cluster 2022-04-26T07:43:54.575409+0000 mgr.smithi136.ofnrfx (mgr.14188) 9915 : cluster [DBG] pgmap v9302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:54 smithi145 bash[13673]: cluster 2022-04-26T07:43:54.575409+0000 mgr.smithi136.ofnrfx (mgr.14188) 9915 : cluster [DBG] pgmap v9302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:56.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:43:56.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:43:56.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:43:56.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:43:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:56 smithi145 bash[13673]: cluster 2022-04-26T07:43:56.576066+0000 mgr.smithi136.ofnrfx (mgr.14188) 9916 : cluster [DBG] pgmap v9303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:56 smithi136 bash[11745]: cluster 2022-04-26T07:43:56.576066+0000 mgr.smithi136.ofnrfx (mgr.14188) 9916 : cluster [DBG] pgmap v9303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:57 smithi145 bash[13673]: audit 2022-04-26T07:43:56.701952+0000 mon.smithi136 (mon.0) 6081 : audit [DBG] from='client.? 172.21.15.136:0/3700523456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:57 smithi136 bash[11745]: audit 2022-04-26T07:43:56.701952+0000 mon.smithi136 (mon.0) 6081 : audit [DBG] from='client.? 172.21.15.136:0/3700523456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:43:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:43:58 smithi136 bash[11745]: cluster 2022-04-26T07:43:58.576681+0000 mgr.smithi136.ofnrfx (mgr.14188) 9917 : cluster [DBG] pgmap v9304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:43:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:43:58 smithi145 bash[13673]: cluster 2022-04-26T07:43:58.576681+0000 mgr.smithi136.ofnrfx (mgr.14188) 9917 : cluster [DBG] pgmap v9304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:00 smithi136 bash[11745]: cluster 2022-04-26T07:44:00.577304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9918 : cluster [DBG] pgmap v9305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:00 smithi145 bash[13673]: cluster 2022-04-26T07:44:00.577304+0000 mgr.smithi136.ofnrfx (mgr.14188) 9918 : cluster [DBG] pgmap v9305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:01.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:01.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:01.721 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:02.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:02 smithi145 bash[13673]: audit 2022-04-26T07:44:02.032466+0000 mon.smithi136 (mon.0) 6082 : audit [DBG] from='client.? 172.21.15.136:0/779431369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:02 smithi136 bash[11745]: audit 2022-04-26T07:44:02.032466+0000 mon.smithi136 (mon.0) 6082 : audit [DBG] from='client.? 172.21.15.136:0/779431369' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:03 smithi145 bash[13673]: cluster 2022-04-26T07:44:02.578052+0000 mgr.smithi136.ofnrfx (mgr.14188) 9919 : cluster [DBG] pgmap v9306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:03 smithi136 bash[11745]: cluster 2022-04-26T07:44:02.578052+0000 mgr.smithi136.ofnrfx (mgr.14188) 9919 : cluster [DBG] pgmap v9306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:04 smithi145 bash[13673]: audit 2022-04-26T07:44:03.097130+0000 mon.smithi136 (mon.0) 6083 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:44:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:04 smithi145 bash[13673]: audit 2022-04-26T07:44:03.100386+0000 mon.smithi136 (mon.0) 6084 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:44:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:04 smithi136 bash[11745]: audit 2022-04-26T07:44:03.097130+0000 mon.smithi136 (mon.0) 6083 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:44:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:04 smithi136 bash[11745]: audit 2022-04-26T07:44:03.100386+0000 mon.smithi136 (mon.0) 6084 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:44:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:05 smithi145 bash[13673]: cluster 2022-04-26T07:44:04.578728+0000 mgr.smithi136.ofnrfx (mgr.14188) 9920 : cluster [DBG] pgmap v9307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:05 smithi136 bash[11745]: cluster 2022-04-26T07:44:04.578728+0000 mgr.smithi136.ofnrfx (mgr.14188) 9920 : cluster [DBG] pgmap v9307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:06 smithi145 bash[13673]: cluster 2022-04-26T07:44:06.579466+0000 mgr.smithi136.ofnrfx (mgr.14188) 9921 : cluster [DBG] pgmap v9308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:07.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:07.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:07.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:06 smithi136 bash[11745]: cluster 2022-04-26T07:44:06.579466+0000 mgr.smithi136.ofnrfx (mgr.14188) 9921 : cluster [DBG] pgmap v9308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:07.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:07 smithi145 bash[13673]: audit 2022-04-26T07:44:07.360555+0000 mon.smithi136 (mon.0) 6085 : audit [DBG] from='client.? 172.21.15.136:0/972395549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:07 smithi136 bash[11745]: audit 2022-04-26T07:44:07.360555+0000 mon.smithi136 (mon.0) 6085 : audit [DBG] from='client.? 172.21.15.136:0/972395549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:08 smithi136 bash[11745]: cluster 2022-04-26T07:44:08.580166+0000 mgr.smithi136.ofnrfx (mgr.14188) 9922 : cluster [DBG] pgmap v9309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:08 smithi145 bash[13673]: cluster 2022-04-26T07:44:08.580166+0000 mgr.smithi136.ofnrfx (mgr.14188) 9922 : cluster [DBG] pgmap v9309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:10 smithi136 bash[11745]: cluster 2022-04-26T07:44:10.580821+0000 mgr.smithi136.ofnrfx (mgr.14188) 9923 : cluster [DBG] pgmap v9310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:10 smithi145 bash[13673]: cluster 2022-04-26T07:44:10.580821+0000 mgr.smithi136.ofnrfx (mgr.14188) 9923 : cluster [DBG] pgmap v9310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:12.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:12.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:12.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:12.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:12 smithi145 bash[13673]: cluster 2022-04-26T07:44:12.581419+0000 mgr.smithi136.ofnrfx (mgr.14188) 9924 : cluster [DBG] pgmap v9311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:12 smithi136 bash[11745]: cluster 2022-04-26T07:44:12.581419+0000 mgr.smithi136.ofnrfx (mgr.14188) 9924 : cluster [DBG] pgmap v9311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:13 smithi145 bash[13673]: audit 2022-04-26T07:44:12.686775+0000 mon.smithi136 (mon.0) 6086 : audit [DBG] from='client.? 172.21.15.136:0/656303590' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:13 smithi136 bash[11745]: audit 2022-04-26T07:44:12.686775+0000 mon.smithi136 (mon.0) 6086 : audit [DBG] from='client.? 172.21.15.136:0/656303590' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:14 smithi136 bash[11745]: cluster 2022-04-26T07:44:14.582034+0000 mgr.smithi136.ofnrfx (mgr.14188) 9925 : cluster [DBG] pgmap v9312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:14 smithi145 bash[13673]: cluster 2022-04-26T07:44:14.582034+0000 mgr.smithi136.ofnrfx (mgr.14188) 9925 : cluster [DBG] pgmap v9312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:16 smithi145 bash[13673]: cluster 2022-04-26T07:44:16.582660+0000 mgr.smithi136.ofnrfx (mgr.14188) 9926 : cluster [DBG] pgmap v9313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:16 smithi136 bash[11745]: cluster 2022-04-26T07:44:16.582660+0000 mgr.smithi136.ofnrfx (mgr.14188) 9926 : cluster [DBG] pgmap v9313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:17.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:17.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:17.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:18.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:18 smithi145 bash[13673]: audit 2022-04-26T07:44:18.008951+0000 mon.smithi136 (mon.0) 6087 : audit [DBG] from='client.? 172.21.15.136:0/2594383070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:18 smithi136 bash[11745]: audit 2022-04-26T07:44:18.008951+0000 mon.smithi136 (mon.0) 6087 : audit [DBG] from='client.? 172.21.15.136:0/2594383070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:19 smithi145 bash[13673]: cluster 2022-04-26T07:44:18.583408+0000 mgr.smithi136.ofnrfx (mgr.14188) 9927 : cluster [DBG] pgmap v9314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:19 smithi136 bash[11745]: cluster 2022-04-26T07:44:18.583408+0000 mgr.smithi136.ofnrfx (mgr.14188) 9927 : cluster [DBG] pgmap v9314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:20 smithi136 bash[11745]: cluster 2022-04-26T07:44:20.584082+0000 mgr.smithi136.ofnrfx (mgr.14188) 9928 : cluster [DBG] pgmap v9315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:20 smithi145 bash[13673]: cluster 2022-04-26T07:44:20.584082+0000 mgr.smithi136.ofnrfx (mgr.14188) 9928 : cluster [DBG] pgmap v9315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:22 smithi145 bash[13673]: cluster 2022-04-26T07:44:22.584731+0000 mgr.smithi136.ofnrfx (mgr.14188) 9929 : cluster [DBG] pgmap v9316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:23.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:23.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:23.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:22 smithi136 bash[11745]: cluster 2022-04-26T07:44:22.584731+0000 mgr.smithi136.ofnrfx (mgr.14188) 9929 : cluster [DBG] pgmap v9316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:23.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:23 smithi145 bash[13673]: audit 2022-04-26T07:44:23.340500+0000 mon.smithi136 (mon.0) 6088 : audit [DBG] from='client.? 172.21.15.136:0/566474164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:23 smithi136 bash[11745]: audit 2022-04-26T07:44:23.340500+0000 mon.smithi136 (mon.0) 6088 : audit [DBG] from='client.? 172.21.15.136:0/566474164' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:25 smithi136 bash[11745]: cluster 2022-04-26T07:44:24.585473+0000 mgr.smithi136.ofnrfx (mgr.14188) 9930 : cluster [DBG] pgmap v9317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:25 smithi145 bash[13673]: cluster 2022-04-26T07:44:24.585473+0000 mgr.smithi136.ofnrfx (mgr.14188) 9930 : cluster [DBG] pgmap v9317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:26 smithi145 bash[13673]: cluster 2022-04-26T07:44:26.586233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9931 : cluster [DBG] pgmap v9318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:26 smithi136 bash[11745]: cluster 2022-04-26T07:44:26.586233+0000 mgr.smithi136.ofnrfx (mgr.14188) 9931 : cluster [DBG] pgmap v9318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:28.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:28.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:28.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:28.687 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:28 smithi145 bash[13673]: cluster 2022-04-26T07:44:28.586833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9932 : cluster [DBG] pgmap v9319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:28 smithi136 bash[11745]: cluster 2022-04-26T07:44:28.586833+0000 mgr.smithi136.ofnrfx (mgr.14188) 9932 : cluster [DBG] pgmap v9319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:29 smithi136 bash[11745]: audit 2022-04-26T07:44:28.671803+0000 mon.smithi136 (mon.0) 6089 : audit [DBG] from='client.? 172.21.15.136:0/2525072894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:29 smithi145 bash[13673]: audit 2022-04-26T07:44:28.671803+0000 mon.smithi136 (mon.0) 6089 : audit [DBG] from='client.? 172.21.15.136:0/2525072894' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:30 smithi136 bash[11745]: cluster 2022-04-26T07:44:30.587433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9933 : cluster [DBG] pgmap v9320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:30 smithi145 bash[13673]: cluster 2022-04-26T07:44:30.587433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9933 : cluster [DBG] pgmap v9320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:32 smithi145 bash[13673]: cluster 2022-04-26T07:44:32.588140+0000 mgr.smithi136.ofnrfx (mgr.14188) 9934 : cluster [DBG] pgmap v9321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:32 smithi136 bash[11745]: cluster 2022-04-26T07:44:32.588140+0000 mgr.smithi136.ofnrfx (mgr.14188) 9934 : cluster [DBG] pgmap v9321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:33.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:33.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:33.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:34.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:34 smithi136 bash[11745]: audit 2022-04-26T07:44:33.993542+0000 mon.smithi136 (mon.0) 6090 : audit [DBG] from='client.? 172.21.15.136:0/3857437992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:34 smithi145 bash[13673]: audit 2022-04-26T07:44:33.993542+0000 mon.smithi136 (mon.0) 6090 : audit [DBG] from='client.? 172.21.15.136:0/3857437992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:35 smithi136 bash[11745]: cluster 2022-04-26T07:44:34.588797+0000 mgr.smithi136.ofnrfx (mgr.14188) 9935 : cluster [DBG] pgmap v9322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:35 smithi145 bash[13673]: cluster 2022-04-26T07:44:34.588797+0000 mgr.smithi136.ofnrfx (mgr.14188) 9935 : cluster [DBG] pgmap v9322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:36 smithi136 bash[11745]: cluster 2022-04-26T07:44:36.589467+0000 mgr.smithi136.ofnrfx (mgr.14188) 9936 : cluster [DBG] pgmap v9323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:36 smithi136 bash[11745]: audit 2022-04-26T07:44:36.597104+0000 mon.smithi136 (mon.0) 6091 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:44:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:36 smithi136 bash[11745]: audit 2022-04-26T07:44:36.599948+0000 mon.smithi136 (mon.0) 6092 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:44:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:36 smithi136 bash[11745]: audit 2022-04-26T07:44:36.601914+0000 mon.smithi136 (mon.0) 6093 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:44:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:36 smithi145 bash[13673]: cluster 2022-04-26T07:44:36.589467+0000 mgr.smithi136.ofnrfx (mgr.14188) 9936 : cluster [DBG] pgmap v9323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:36 smithi145 bash[13673]: audit 2022-04-26T07:44:36.597104+0000 mon.smithi136 (mon.0) 6091 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:44:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:36 smithi145 bash[13673]: audit 2022-04-26T07:44:36.599948+0000 mon.smithi136 (mon.0) 6092 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:44:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:36 smithi145 bash[13673]: audit 2022-04-26T07:44:36.601914+0000 mon.smithi136 (mon.0) 6093 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:44:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:37 smithi136 bash[11745]: cluster 2022-04-26T07:44:36.931638+0000 mgr.smithi136.ofnrfx (mgr.14188) 9937 : cluster [DBG] pgmap v9324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:37 smithi136 bash[11745]: cluster 2022-04-26T07:44:36.932237+0000 mgr.smithi136.ofnrfx (mgr.14188) 9938 : cluster [DBG] pgmap v9325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:37 smithi136 bash[11745]: audit 2022-04-26T07:44:36.937649+0000 mon.smithi136 (mon.0) 6094 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:44:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:37 smithi136 bash[11745]: audit 2022-04-26T07:44:36.943903+0000 mon.smithi136 (mon.0) 6095 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:44:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:37 smithi136 bash[11745]: cephadm 2022-04-26T07:44:36.945058+0000 mgr.smithi136.ofnrfx (mgr.14188) 9939 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:44:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:37 smithi136 bash[11745]: cephadm 2022-04-26T07:44:36.945261+0000 mgr.smithi136.ofnrfx (mgr.14188) 9940 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:44:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:37 smithi145 bash[13673]: cluster 2022-04-26T07:44:36.931638+0000 mgr.smithi136.ofnrfx (mgr.14188) 9937 : cluster [DBG] pgmap v9324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:37 smithi145 bash[13673]: cluster 2022-04-26T07:44:36.932237+0000 mgr.smithi136.ofnrfx (mgr.14188) 9938 : cluster [DBG] pgmap v9325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:37 smithi145 bash[13673]: audit 2022-04-26T07:44:36.937649+0000 mon.smithi136 (mon.0) 6094 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:44:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:37 smithi145 bash[13673]: audit 2022-04-26T07:44:36.943903+0000 mon.smithi136 (mon.0) 6095 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:44:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:37 smithi145 bash[13673]: cephadm 2022-04-26T07:44:36.945058+0000 mgr.smithi136.ofnrfx (mgr.14188) 9939 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:44:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:37 smithi145 bash[13673]: cephadm 2022-04-26T07:44:36.945261+0000 mgr.smithi136.ofnrfx (mgr.14188) 9940 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:44:39.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:39.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:39.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:39.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:40 smithi136 bash[11745]: cluster 2022-04-26T07:44:38.932969+0000 mgr.smithi136.ofnrfx (mgr.14188) 9941 : cluster [DBG] pgmap v9326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:40 smithi136 bash[11745]: audit 2022-04-26T07:44:39.324738+0000 mon.smithi136 (mon.0) 6096 : audit [DBG] from='client.? 172.21.15.136:0/3599560071' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:40 smithi145 bash[13673]: cluster 2022-04-26T07:44:38.932969+0000 mgr.smithi136.ofnrfx (mgr.14188) 9941 : cluster [DBG] pgmap v9326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:40 smithi145 bash[13673]: audit 2022-04-26T07:44:39.324738+0000 mon.smithi136 (mon.0) 6096 : audit [DBG] from='client.? 172.21.15.136:0/3599560071' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:42 smithi136 bash[11745]: cluster 2022-04-26T07:44:40.933652+0000 mgr.smithi136.ofnrfx (mgr.14188) 9942 : cluster [DBG] pgmap v9327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:42 smithi145 bash[13673]: cluster 2022-04-26T07:44:40.933652+0000 mgr.smithi136.ofnrfx (mgr.14188) 9942 : cluster [DBG] pgmap v9327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:44 smithi136 bash[11745]: cluster 2022-04-26T07:44:42.934311+0000 mgr.smithi136.ofnrfx (mgr.14188) 9943 : cluster [DBG] pgmap v9328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:44.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:44.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:44.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:44 smithi145 bash[13673]: cluster 2022-04-26T07:44:42.934311+0000 mgr.smithi136.ofnrfx (mgr.14188) 9943 : cluster [DBG] pgmap v9328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:44.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:45 smithi136 bash[11745]: audit 2022-04-26T07:44:44.655364+0000 mon.smithi136 (mon.0) 6097 : audit [DBG] from='client.? 172.21.15.136:0/1465308261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:45 smithi145 bash[13673]: audit 2022-04-26T07:44:44.655364+0000 mon.smithi136 (mon.0) 6097 : audit [DBG] from='client.? 172.21.15.136:0/1465308261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:46 smithi136 bash[11745]: cluster 2022-04-26T07:44:44.934979+0000 mgr.smithi136.ofnrfx (mgr.14188) 9944 : cluster [DBG] pgmap v9329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:46 smithi145 bash[13673]: cluster 2022-04-26T07:44:44.934979+0000 mgr.smithi136.ofnrfx (mgr.14188) 9944 : cluster [DBG] pgmap v9329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:48 smithi136 bash[11745]: cluster 2022-04-26T07:44:46.935754+0000 mgr.smithi136.ofnrfx (mgr.14188) 9945 : cluster [DBG] pgmap v9330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:48 smithi145 bash[13673]: cluster 2022-04-26T07:44:46.935754+0000 mgr.smithi136.ofnrfx (mgr.14188) 9945 : cluster [DBG] pgmap v9330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:49.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:49.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:49.673 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:50.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:50 smithi136 bash[11745]: cluster 2022-04-26T07:44:48.936433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9946 : cluster [DBG] pgmap v9331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:50 smithi136 bash[11745]: audit 2022-04-26T07:44:49.984994+0000 mon.smithi136 (mon.0) 6098 : audit [DBG] from='client.? 172.21.15.136:0/3175148764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:50 smithi145 bash[13673]: cluster 2022-04-26T07:44:48.936433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9946 : cluster [DBG] pgmap v9331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:50 smithi145 bash[13673]: audit 2022-04-26T07:44:49.984994+0000 mon.smithi136 (mon.0) 6098 : audit [DBG] from='client.? 172.21.15.136:0/3175148764' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:52 smithi136 bash[11745]: cluster 2022-04-26T07:44:50.937115+0000 mgr.smithi136.ofnrfx (mgr.14188) 9947 : cluster [DBG] pgmap v9332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:52 smithi145 bash[13673]: cluster 2022-04-26T07:44:50.937115+0000 mgr.smithi136.ofnrfx (mgr.14188) 9947 : cluster [DBG] pgmap v9332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:54 smithi136 bash[11745]: cluster 2022-04-26T07:44:52.937720+0000 mgr.smithi136.ofnrfx (mgr.14188) 9948 : cluster [DBG] pgmap v9333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:54 smithi145 bash[13673]: cluster 2022-04-26T07:44:52.937720+0000 mgr.smithi136.ofnrfx (mgr.14188) 9948 : cluster [DBG] pgmap v9333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:55.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:44:55.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:44:55.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:44:55.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:44:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:56 smithi136 bash[11745]: cluster 2022-04-26T07:44:54.938317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9949 : cluster [DBG] pgmap v9334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:56 smithi136 bash[11745]: audit 2022-04-26T07:44:55.316138+0000 mon.smithi136 (mon.0) 6099 : audit [DBG] from='client.? 172.21.15.136:0/47989939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:56 smithi145 bash[13673]: cluster 2022-04-26T07:44:54.938317+0000 mgr.smithi136.ofnrfx (mgr.14188) 9949 : cluster [DBG] pgmap v9334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:56 smithi145 bash[13673]: audit 2022-04-26T07:44:55.316138+0000 mon.smithi136 (mon.0) 6099 : audit [DBG] from='client.? 172.21.15.136:0/47989939' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:44:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:44:58 smithi145 bash[13673]: cluster 2022-04-26T07:44:56.938968+0000 mgr.smithi136.ofnrfx (mgr.14188) 9950 : cluster [DBG] pgmap v9335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:44:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:44:58 smithi136 bash[11745]: cluster 2022-04-26T07:44:56.938968+0000 mgr.smithi136.ofnrfx (mgr.14188) 9950 : cluster [DBG] pgmap v9335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:00.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:00.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:00.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:00 smithi145 bash[13673]: cluster 2022-04-26T07:44:58.939662+0000 mgr.smithi136.ofnrfx (mgr.14188) 9951 : cluster [DBG] pgmap v9336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:00.545 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:00 smithi136 bash[11745]: cluster 2022-04-26T07:44:58.939662+0000 mgr.smithi136.ofnrfx (mgr.14188) 9951 : cluster [DBG] pgmap v9336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:00.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:01 smithi145 bash[13673]: audit 2022-04-26T07:45:00.643734+0000 mon.smithi136 (mon.0) 6100 : audit [DBG] from='client.? 172.21.15.136:0/3181244453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:01 smithi136 bash[11745]: audit 2022-04-26T07:45:00.643734+0000 mon.smithi136 (mon.0) 6100 : audit [DBG] from='client.? 172.21.15.136:0/3181244453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:02 smithi145 bash[13673]: cluster 2022-04-26T07:45:00.940322+0000 mgr.smithi136.ofnrfx (mgr.14188) 9952 : cluster [DBG] pgmap v9337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:02 smithi136 bash[11745]: cluster 2022-04-26T07:45:00.940322+0000 mgr.smithi136.ofnrfx (mgr.14188) 9952 : cluster [DBG] pgmap v9337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:04 smithi145 bash[13673]: cluster 2022-04-26T07:45:02.940926+0000 mgr.smithi136.ofnrfx (mgr.14188) 9953 : cluster [DBG] pgmap v9338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:04 smithi145 bash[13673]: audit 2022-04-26T07:45:03.101007+0000 mon.smithi136 (mon.0) 6101 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:45:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:04 smithi145 bash[13673]: audit 2022-04-26T07:45:03.104805+0000 mon.smithi136 (mon.0) 6102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:45:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:04 smithi136 bash[11745]: cluster 2022-04-26T07:45:02.940926+0000 mgr.smithi136.ofnrfx (mgr.14188) 9953 : cluster [DBG] pgmap v9338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:04 smithi136 bash[11745]: audit 2022-04-26T07:45:03.101007+0000 mon.smithi136 (mon.0) 6101 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:45:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:04 smithi136 bash[11745]: audit 2022-04-26T07:45:03.104805+0000 mon.smithi136 (mon.0) 6102 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:45:05.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:05.668 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:05.669 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:05.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:06 smithi145 bash[13673]: cluster 2022-04-26T07:45:04.941558+0000 mgr.smithi136.ofnrfx (mgr.14188) 9954 : cluster [DBG] pgmap v9339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:06 smithi145 bash[13673]: audit 2022-04-26T07:45:05.975294+0000 mon.smithi136 (mon.0) 6103 : audit [DBG] from='client.? 172.21.15.136:0/2701764179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:06 smithi136 bash[11745]: cluster 2022-04-26T07:45:04.941558+0000 mgr.smithi136.ofnrfx (mgr.14188) 9954 : cluster [DBG] pgmap v9339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:06 smithi136 bash[11745]: audit 2022-04-26T07:45:05.975294+0000 mon.smithi136 (mon.0) 6103 : audit [DBG] from='client.? 172.21.15.136:0/2701764179' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:08 smithi145 bash[13673]: cluster 2022-04-26T07:45:06.942207+0000 mgr.smithi136.ofnrfx (mgr.14188) 9955 : cluster [DBG] pgmap v9340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:08 smithi136 bash[11745]: cluster 2022-04-26T07:45:06.942207+0000 mgr.smithi136.ofnrfx (mgr.14188) 9955 : cluster [DBG] pgmap v9340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:10 smithi145 bash[13673]: cluster 2022-04-26T07:45:08.942892+0000 mgr.smithi136.ofnrfx (mgr.14188) 9956 : cluster [DBG] pgmap v9341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:10.546 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:10 smithi136 bash[11745]: cluster 2022-04-26T07:45:08.942892+0000 mgr.smithi136.ofnrfx (mgr.14188) 9956 : cluster [DBG] pgmap v9341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:10.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:10.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:10.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:11.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:12 smithi145 bash[13673]: cluster 2022-04-26T07:45:10.943483+0000 mgr.smithi136.ofnrfx (mgr.14188) 9957 : cluster [DBG] pgmap v9342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:12 smithi145 bash[13673]: audit 2022-04-26T07:45:11.302522+0000 mon.smithi136 (mon.0) 6104 : audit [DBG] from='client.? 172.21.15.136:0/2251543929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:12 smithi136 bash[11745]: cluster 2022-04-26T07:45:10.943483+0000 mgr.smithi136.ofnrfx (mgr.14188) 9957 : cluster [DBG] pgmap v9342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:12 smithi136 bash[11745]: audit 2022-04-26T07:45:11.302522+0000 mon.smithi136 (mon.0) 6104 : audit [DBG] from='client.? 172.21.15.136:0/2251543929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:14 smithi145 bash[13673]: cluster 2022-04-26T07:45:12.944276+0000 mgr.smithi136.ofnrfx (mgr.14188) 9958 : cluster [DBG] pgmap v9343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:14 smithi136 bash[11745]: cluster 2022-04-26T07:45:12.944276+0000 mgr.smithi136.ofnrfx (mgr.14188) 9958 : cluster [DBG] pgmap v9343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:16.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:16.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:16.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:16 smithi145 bash[13673]: cluster 2022-04-26T07:45:14.945043+0000 mgr.smithi136.ofnrfx (mgr.14188) 9959 : cluster [DBG] pgmap v9344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:16 smithi136 bash[11745]: cluster 2022-04-26T07:45:14.945043+0000 mgr.smithi136.ofnrfx (mgr.14188) 9959 : cluster [DBG] pgmap v9344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:16.647 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:17 smithi145 bash[13673]: audit 2022-04-26T07:45:16.631803+0000 mon.smithi136 (mon.0) 6105 : audit [DBG] from='client.? 172.21.15.136:0/2134825896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:17 smithi136 bash[11745]: audit 2022-04-26T07:45:16.631803+0000 mon.smithi136 (mon.0) 6105 : audit [DBG] from='client.? 172.21.15.136:0/2134825896' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:18 smithi145 bash[13673]: cluster 2022-04-26T07:45:16.945759+0000 mgr.smithi136.ofnrfx (mgr.14188) 9960 : cluster [DBG] pgmap v9345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:18 smithi136 bash[11745]: cluster 2022-04-26T07:45:16.945759+0000 mgr.smithi136.ofnrfx (mgr.14188) 9960 : cluster [DBG] pgmap v9345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:20 smithi145 bash[13673]: cluster 2022-04-26T07:45:18.946382+0000 mgr.smithi136.ofnrfx (mgr.14188) 9961 : cluster [DBG] pgmap v9346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:20.545 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:20 smithi136 bash[11745]: cluster 2022-04-26T07:45:18.946382+0000 mgr.smithi136.ofnrfx (mgr.14188) 9961 : cluster [DBG] pgmap v9346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:21.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:21.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:21.650 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:21.976 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:22 smithi145 bash[13673]: cluster 2022-04-26T07:45:20.947036+0000 mgr.smithi136.ofnrfx (mgr.14188) 9962 : cluster [DBG] pgmap v9347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:22 smithi145 bash[13673]: audit 2022-04-26T07:45:21.960916+0000 mon.smithi136 (mon.0) 6106 : audit [DBG] from='client.? 172.21.15.136:0/3451464290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:22 smithi136 bash[11745]: cluster 2022-04-26T07:45:20.947036+0000 mgr.smithi136.ofnrfx (mgr.14188) 9962 : cluster [DBG] pgmap v9347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:22 smithi136 bash[11745]: audit 2022-04-26T07:45:21.960916+0000 mon.smithi136 (mon.0) 6106 : audit [DBG] from='client.? 172.21.15.136:0/3451464290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:24 smithi145 bash[13673]: cluster 2022-04-26T07:45:22.947717+0000 mgr.smithi136.ofnrfx (mgr.14188) 9963 : cluster [DBG] pgmap v9348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:24 smithi136 bash[11745]: cluster 2022-04-26T07:45:22.947717+0000 mgr.smithi136.ofnrfx (mgr.14188) 9963 : cluster [DBG] pgmap v9348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:26 smithi145 bash[13673]: cluster 2022-04-26T07:45:24.948270+0000 mgr.smithi136.ofnrfx (mgr.14188) 9964 : cluster [DBG] pgmap v9349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:26 smithi136 bash[11745]: cluster 2022-04-26T07:45:24.948270+0000 mgr.smithi136.ofnrfx (mgr.14188) 9964 : cluster [DBG] pgmap v9349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:26.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:26.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:26.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:27.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:28 smithi145 bash[13673]: cluster 2022-04-26T07:45:26.948873+0000 mgr.smithi136.ofnrfx (mgr.14188) 9965 : cluster [DBG] pgmap v9350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:28 smithi145 bash[13673]: audit 2022-04-26T07:45:27.291550+0000 mon.smithi136 (mon.0) 6107 : audit [DBG] from='client.? 172.21.15.136:0/2688847243' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:28 smithi136 bash[11745]: cluster 2022-04-26T07:45:26.948873+0000 mgr.smithi136.ofnrfx (mgr.14188) 9965 : cluster [DBG] pgmap v9350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:28 smithi136 bash[11745]: audit 2022-04-26T07:45:27.291550+0000 mon.smithi136 (mon.0) 6107 : audit [DBG] from='client.? 172.21.15.136:0/2688847243' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:30.545 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:30 smithi136 bash[11745]: cluster 2022-04-26T07:45:28.949516+0000 mgr.smithi136.ofnrfx (mgr.14188) 9966 : cluster [DBG] pgmap v9351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:30 smithi145 bash[13673]: cluster 2022-04-26T07:45:28.949516+0000 mgr.smithi136.ofnrfx (mgr.14188) 9966 : cluster [DBG] pgmap v9351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:32.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:32.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:32.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:32 smithi136 bash[11745]: cluster 2022-04-26T07:45:30.950149+0000 mgr.smithi136.ofnrfx (mgr.14188) 9967 : cluster [DBG] pgmap v9352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:32.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:32 smithi145 bash[13673]: cluster 2022-04-26T07:45:30.950149+0000 mgr.smithi136.ofnrfx (mgr.14188) 9967 : cluster [DBG] pgmap v9352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:33 smithi136 bash[11745]: audit 2022-04-26T07:45:32.625161+0000 mon.smithi136 (mon.0) 6108 : audit [DBG] from='client.? 172.21.15.136:0/3873955772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:33 smithi145 bash[13673]: audit 2022-04-26T07:45:32.625161+0000 mon.smithi136 (mon.0) 6108 : audit [DBG] from='client.? 172.21.15.136:0/3873955772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:34 smithi136 bash[11745]: cluster 2022-04-26T07:45:32.950760+0000 mgr.smithi136.ofnrfx (mgr.14188) 9968 : cluster [DBG] pgmap v9353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:34 smithi145 bash[13673]: cluster 2022-04-26T07:45:32.950760+0000 mgr.smithi136.ofnrfx (mgr.14188) 9968 : cluster [DBG] pgmap v9353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:36 smithi136 bash[11745]: cluster 2022-04-26T07:45:34.951375+0000 mgr.smithi136.ofnrfx (mgr.14188) 9969 : cluster [DBG] pgmap v9354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:36 smithi145 bash[13673]: cluster 2022-04-26T07:45:34.951375+0000 mgr.smithi136.ofnrfx (mgr.14188) 9969 : cluster [DBG] pgmap v9354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:37 smithi136 bash[11745]: audit 2022-04-26T07:45:36.953321+0000 mon.smithi136 (mon.0) 6109 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:45:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:37 smithi136 bash[11745]: audit 2022-04-26T07:45:36.956229+0000 mon.smithi136 (mon.0) 6110 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:45:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:37 smithi136 bash[11745]: audit 2022-04-26T07:45:36.958138+0000 mon.smithi136 (mon.0) 6111 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:45:37.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:37.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:37.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:37 smithi145 bash[13673]: audit 2022-04-26T07:45:36.953321+0000 mon.smithi136 (mon.0) 6109 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:45:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:37 smithi145 bash[13673]: audit 2022-04-26T07:45:36.956229+0000 mon.smithi136 (mon.0) 6110 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:45:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:37 smithi145 bash[13673]: audit 2022-04-26T07:45:36.958138+0000 mon.smithi136 (mon.0) 6111 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:45:37.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: cluster 2022-04-26T07:45:36.952104+0000 mgr.smithi136.ofnrfx (mgr.14188) 9970 : cluster [DBG] pgmap v9355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: cluster 2022-04-26T07:45:37.293808+0000 mgr.smithi136.ofnrfx (mgr.14188) 9971 : cluster [DBG] pgmap v9356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: cluster 2022-04-26T07:45:37.294352+0000 mgr.smithi136.ofnrfx (mgr.14188) 9972 : cluster [DBG] pgmap v9357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: audit 2022-04-26T07:45:37.299729+0000 mon.smithi136 (mon.0) 6112 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:45:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: audit 2022-04-26T07:45:37.306411+0000 mon.smithi136 (mon.0) 6113 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:45:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: cephadm 2022-04-26T07:45:37.307365+0000 mgr.smithi136.ofnrfx (mgr.14188) 9973 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:45:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: cephadm 2022-04-26T07:45:37.307508+0000 mgr.smithi136.ofnrfx (mgr.14188) 9974 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:45:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:38 smithi145 bash[13673]: audit 2022-04-26T07:45:37.954058+0000 mon.smithi136 (mon.0) 6114 : audit [DBG] from='client.? 172.21.15.136:0/82580957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: cluster 2022-04-26T07:45:36.952104+0000 mgr.smithi136.ofnrfx (mgr.14188) 9970 : cluster [DBG] pgmap v9355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:38.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: cluster 2022-04-26T07:45:37.293808+0000 mgr.smithi136.ofnrfx (mgr.14188) 9971 : cluster [DBG] pgmap v9356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:38.611 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: cluster 2022-04-26T07:45:37.294352+0000 mgr.smithi136.ofnrfx (mgr.14188) 9972 : cluster [DBG] pgmap v9357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:38.612 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: audit 2022-04-26T07:45:37.299729+0000 mon.smithi136 (mon.0) 6112 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:45:38.612 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: audit 2022-04-26T07:45:37.306411+0000 mon.smithi136 (mon.0) 6113 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:45:38.612 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: cephadm 2022-04-26T07:45:37.307365+0000 mgr.smithi136.ofnrfx (mgr.14188) 9973 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:45:38.612 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: cephadm 2022-04-26T07:45:37.307508+0000 mgr.smithi136.ofnrfx (mgr.14188) 9974 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:45:38.612 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:38 smithi136 bash[11745]: audit 2022-04-26T07:45:37.954058+0000 mon.smithi136 (mon.0) 6114 : audit [DBG] from='client.? 172.21.15.136:0/82580957' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:40 smithi136 bash[11745]: cluster 2022-04-26T07:45:39.295206+0000 mgr.smithi136.ofnrfx (mgr.14188) 9975 : cluster [DBG] pgmap v9358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:40 smithi145 bash[13673]: cluster 2022-04-26T07:45:39.295206+0000 mgr.smithi136.ofnrfx (mgr.14188) 9975 : cluster [DBG] pgmap v9358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:42 smithi145 bash[13673]: cluster 2022-04-26T07:45:41.296046+0000 mgr.smithi136.ofnrfx (mgr.14188) 9976 : cluster [DBG] pgmap v9359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:42 smithi136 bash[11745]: cluster 2022-04-26T07:45:41.296046+0000 mgr.smithi136.ofnrfx (mgr.14188) 9976 : cluster [DBG] pgmap v9359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:42.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:42.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:42.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:43.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:43 smithi145 bash[13673]: audit 2022-04-26T07:45:43.281643+0000 mon.smithi136 (mon.0) 6115 : audit [DBG] from='client.? 172.21.15.136:0/2262833134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:43 smithi136 bash[11745]: audit 2022-04-26T07:45:43.281643+0000 mon.smithi136 (mon.0) 6115 : audit [DBG] from='client.? 172.21.15.136:0/2262833134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:44 smithi145 bash[13673]: cluster 2022-04-26T07:45:43.296816+0000 mgr.smithi136.ofnrfx (mgr.14188) 9977 : cluster [DBG] pgmap v9360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:44 smithi136 bash[11745]: cluster 2022-04-26T07:45:43.296816+0000 mgr.smithi136.ofnrfx (mgr.14188) 9977 : cluster [DBG] pgmap v9360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:46 smithi145 bash[13673]: cluster 2022-04-26T07:45:45.297558+0000 mgr.smithi136.ofnrfx (mgr.14188) 9978 : cluster [DBG] pgmap v9361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:46 smithi136 bash[11745]: cluster 2022-04-26T07:45:45.297558+0000 mgr.smithi136.ofnrfx (mgr.14188) 9978 : cluster [DBG] pgmap v9361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:48.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:48.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:48.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:48 smithi145 bash[13673]: cluster 2022-04-26T07:45:47.298295+0000 mgr.smithi136.ofnrfx (mgr.14188) 9979 : cluster [DBG] pgmap v9362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:48.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:48 smithi136 bash[11745]: cluster 2022-04-26T07:45:47.298295+0000 mgr.smithi136.ofnrfx (mgr.14188) 9979 : cluster [DBG] pgmap v9362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:49.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:49 smithi145 bash[13673]: audit 2022-04-26T07:45:48.607652+0000 mon.smithi136 (mon.0) 6116 : audit [DBG] from='client.? 172.21.15.136:0/921794324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:49 smithi136 bash[11745]: audit 2022-04-26T07:45:48.607652+0000 mon.smithi136 (mon.0) 6116 : audit [DBG] from='client.? 172.21.15.136:0/921794324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:50 smithi145 bash[13673]: cluster 2022-04-26T07:45:49.298977+0000 mgr.smithi136.ofnrfx (mgr.14188) 9980 : cluster [DBG] pgmap v9363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:50 smithi136 bash[11745]: cluster 2022-04-26T07:45:49.298977+0000 mgr.smithi136.ofnrfx (mgr.14188) 9980 : cluster [DBG] pgmap v9363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:52 smithi145 bash[13673]: cluster 2022-04-26T07:45:51.299615+0000 mgr.smithi136.ofnrfx (mgr.14188) 9981 : cluster [DBG] pgmap v9364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:52 smithi136 bash[11745]: cluster 2022-04-26T07:45:51.299615+0000 mgr.smithi136.ofnrfx (mgr.14188) 9981 : cluster [DBG] pgmap v9364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:53.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:53.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:53.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:53.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:45:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:54 smithi145 bash[13673]: cluster 2022-04-26T07:45:53.300259+0000 mgr.smithi136.ofnrfx (mgr.14188) 9982 : cluster [DBG] pgmap v9365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:54.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:54 smithi145 bash[13673]: audit 2022-04-26T07:45:53.933175+0000 mon.smithi136 (mon.0) 6117 : audit [DBG] from='client.? 172.21.15.136:0/2107421992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:54 smithi136 bash[11745]: cluster 2022-04-26T07:45:53.300259+0000 mgr.smithi136.ofnrfx (mgr.14188) 9982 : cluster [DBG] pgmap v9365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:54 smithi136 bash[11745]: audit 2022-04-26T07:45:53.933175+0000 mon.smithi136 (mon.0) 6117 : audit [DBG] from='client.? 172.21.15.136:0/2107421992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:45:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:56 smithi145 bash[13673]: cluster 2022-04-26T07:45:55.300877+0000 mgr.smithi136.ofnrfx (mgr.14188) 9983 : cluster [DBG] pgmap v9366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:56 smithi136 bash[11745]: cluster 2022-04-26T07:45:55.300877+0000 mgr.smithi136.ofnrfx (mgr.14188) 9983 : cluster [DBG] pgmap v9366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:45:58 smithi136 bash[11745]: cluster 2022-04-26T07:45:57.301540+0000 mgr.smithi136.ofnrfx (mgr.14188) 9984 : cluster [DBG] pgmap v9367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:45:58 smithi145 bash[13673]: cluster 2022-04-26T07:45:57.301540+0000 mgr.smithi136.ofnrfx (mgr.14188) 9984 : cluster [DBG] pgmap v9367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:45:58.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:45:58.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:45:58.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:45:59.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:00 smithi136 bash[11745]: audit 2022-04-26T07:45:59.283566+0000 mon.smithi136 (mon.0) 6118 : audit [DBG] from='client.? 172.21.15.136:0/1342587559' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:00 smithi136 bash[11745]: cluster 2022-04-26T07:45:59.302192+0000 mgr.smithi136.ofnrfx (mgr.14188) 9985 : cluster [DBG] pgmap v9368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:00 smithi145 bash[13673]: audit 2022-04-26T07:45:59.283566+0000 mon.smithi136 (mon.0) 6118 : audit [DBG] from='client.? 172.21.15.136:0/1342587559' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:00 smithi145 bash[13673]: cluster 2022-04-26T07:45:59.302192+0000 mgr.smithi136.ofnrfx (mgr.14188) 9985 : cluster [DBG] pgmap v9368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:02 smithi145 bash[13673]: cluster 2022-04-26T07:46:01.302773+0000 mgr.smithi136.ofnrfx (mgr.14188) 9986 : cluster [DBG] pgmap v9369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:02 smithi136 bash[11745]: cluster 2022-04-26T07:46:01.302773+0000 mgr.smithi136.ofnrfx (mgr.14188) 9986 : cluster [DBG] pgmap v9369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:03 smithi145 bash[13673]: audit 2022-04-26T07:46:03.105115+0000 mon.smithi136 (mon.0) 6119 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:46:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:03 smithi145 bash[13673]: audit 2022-04-26T07:46:03.109181+0000 mon.smithi136 (mon.0) 6120 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:46:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:03 smithi136 bash[11745]: audit 2022-04-26T07:46:03.105115+0000 mon.smithi136 (mon.0) 6119 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:46:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:03 smithi136 bash[11745]: audit 2022-04-26T07:46:03.109181+0000 mon.smithi136 (mon.0) 6120 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:46:04.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:04.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:04.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:04.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:04 smithi145 bash[13673]: cluster 2022-04-26T07:46:03.303433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9987 : cluster [DBG] pgmap v9370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:04 smithi136 bash[11745]: cluster 2022-04-26T07:46:03.303433+0000 mgr.smithi136.ofnrfx (mgr.14188) 9987 : cluster [DBG] pgmap v9370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:05 smithi145 bash[13673]: audit 2022-04-26T07:46:04.616590+0000 mon.smithi136 (mon.0) 6121 : audit [DBG] from='client.? 172.21.15.136:0/4199796942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:05 smithi136 bash[11745]: audit 2022-04-26T07:46:04.616590+0000 mon.smithi136 (mon.0) 6121 : audit [DBG] from='client.? 172.21.15.136:0/4199796942' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:06 smithi145 bash[13673]: cluster 2022-04-26T07:46:05.303958+0000 mgr.smithi136.ofnrfx (mgr.14188) 9988 : cluster [DBG] pgmap v9371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:06 smithi136 bash[11745]: cluster 2022-04-26T07:46:05.303958+0000 mgr.smithi136.ofnrfx (mgr.14188) 9988 : cluster [DBG] pgmap v9371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:08 smithi145 bash[13673]: cluster 2022-04-26T07:46:07.304534+0000 mgr.smithi136.ofnrfx (mgr.14188) 9989 : cluster [DBG] pgmap v9372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:08 smithi136 bash[11745]: cluster 2022-04-26T07:46:07.304534+0000 mgr.smithi136.ofnrfx (mgr.14188) 9989 : cluster [DBG] pgmap v9372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:09.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:09.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:09.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:09.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:10 smithi136 bash[11745]: cluster 2022-04-26T07:46:09.305166+0000 mgr.smithi136.ofnrfx (mgr.14188) 9990 : cluster [DBG] pgmap v9373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:10 smithi136 bash[11745]: audit 2022-04-26T07:46:09.942456+0000 mon.smithi136 (mon.0) 6122 : audit [DBG] from='client.? 172.21.15.136:0/533201283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:10 smithi145 bash[13673]: cluster 2022-04-26T07:46:09.305166+0000 mgr.smithi136.ofnrfx (mgr.14188) 9990 : cluster [DBG] pgmap v9373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:10 smithi145 bash[13673]: audit 2022-04-26T07:46:09.942456+0000 mon.smithi136 (mon.0) 6122 : audit [DBG] from='client.? 172.21.15.136:0/533201283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:12 smithi145 bash[13673]: cluster 2022-04-26T07:46:11.305819+0000 mgr.smithi136.ofnrfx (mgr.14188) 9991 : cluster [DBG] pgmap v9374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:12 smithi136 bash[11745]: cluster 2022-04-26T07:46:11.305819+0000 mgr.smithi136.ofnrfx (mgr.14188) 9991 : cluster [DBG] pgmap v9374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:14 smithi145 bash[13673]: cluster 2022-04-26T07:46:13.306438+0000 mgr.smithi136.ofnrfx (mgr.14188) 9992 : cluster [DBG] pgmap v9375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:14 smithi136 bash[11745]: cluster 2022-04-26T07:46:13.306438+0000 mgr.smithi136.ofnrfx (mgr.14188) 9992 : cluster [DBG] pgmap v9375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:14.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:14.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:14.965 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:15.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:15 smithi145 bash[13673]: audit 2022-04-26T07:46:15.275333+0000 mon.smithi136 (mon.0) 6123 : audit [DBG] from='client.? 172.21.15.136:0/2732820140' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:15 smithi136 bash[11745]: audit 2022-04-26T07:46:15.275333+0000 mon.smithi136 (mon.0) 6123 : audit [DBG] from='client.? 172.21.15.136:0/2732820140' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:16 smithi145 bash[13673]: cluster 2022-04-26T07:46:15.307053+0000 mgr.smithi136.ofnrfx (mgr.14188) 9993 : cluster [DBG] pgmap v9376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:16 smithi136 bash[11745]: cluster 2022-04-26T07:46:15.307053+0000 mgr.smithi136.ofnrfx (mgr.14188) 9993 : cluster [DBG] pgmap v9376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:18 smithi145 bash[13673]: cluster 2022-04-26T07:46:17.307722+0000 mgr.smithi136.ofnrfx (mgr.14188) 9994 : cluster [DBG] pgmap v9377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:18 smithi136 bash[11745]: cluster 2022-04-26T07:46:17.307722+0000 mgr.smithi136.ofnrfx (mgr.14188) 9994 : cluster [DBG] pgmap v9377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:20.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:20.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:20.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:20 smithi136 bash[11745]: cluster 2022-04-26T07:46:19.308380+0000 mgr.smithi136.ofnrfx (mgr.14188) 9995 : cluster [DBG] pgmap v9378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:20 smithi145 bash[13673]: cluster 2022-04-26T07:46:19.308380+0000 mgr.smithi136.ofnrfx (mgr.14188) 9995 : cluster [DBG] pgmap v9378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:20.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:21 smithi136 bash[11745]: audit 2022-04-26T07:46:20.601709+0000 mon.smithi136 (mon.0) 6124 : audit [DBG] from='client.? 172.21.15.136:0/3570520699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:21 smithi145 bash[13673]: audit 2022-04-26T07:46:20.601709+0000 mon.smithi136 (mon.0) 6124 : audit [DBG] from='client.? 172.21.15.136:0/3570520699' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:22 smithi145 bash[13673]: cluster 2022-04-26T07:46:21.308982+0000 mgr.smithi136.ofnrfx (mgr.14188) 9996 : cluster [DBG] pgmap v9379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:22 smithi136 bash[11745]: cluster 2022-04-26T07:46:21.308982+0000 mgr.smithi136.ofnrfx (mgr.14188) 9996 : cluster [DBG] pgmap v9379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:24 smithi145 bash[13673]: cluster 2022-04-26T07:46:23.309721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9997 : cluster [DBG] pgmap v9380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:24 smithi136 bash[11745]: cluster 2022-04-26T07:46:23.309721+0000 mgr.smithi136.ofnrfx (mgr.14188) 9997 : cluster [DBG] pgmap v9380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:25.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:25.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:25.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:25.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:26 smithi145 bash[13673]: cluster 2022-04-26T07:46:25.310377+0000 mgr.smithi136.ofnrfx (mgr.14188) 9998 : cluster [DBG] pgmap v9381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:26 smithi145 bash[13673]: audit 2022-04-26T07:46:25.921046+0000 mon.smithi136 (mon.0) 6125 : audit [DBG] from='client.? 172.21.15.136:0/1581238895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:26 smithi136 bash[11745]: cluster 2022-04-26T07:46:25.310377+0000 mgr.smithi136.ofnrfx (mgr.14188) 9998 : cluster [DBG] pgmap v9381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:26.834 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:26 smithi136 bash[11745]: audit 2022-04-26T07:46:25.921046+0000 mon.smithi136 (mon.0) 6125 : audit [DBG] from='client.? 172.21.15.136:0/1581238895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:28 smithi145 bash[13673]: cluster 2022-04-26T07:46:27.311021+0000 mgr.smithi136.ofnrfx (mgr.14188) 9999 : cluster [DBG] pgmap v9382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:28 smithi136 bash[11745]: cluster 2022-04-26T07:46:27.311021+0000 mgr.smithi136.ofnrfx (mgr.14188) 9999 : cluster [DBG] pgmap v9382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:30 smithi136 bash[11745]: cluster 2022-04-26T07:46:29.311695+0000 mgr.smithi136.ofnrfx (mgr.14188) 10000 : cluster [DBG] pgmap v9383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:30 smithi145 bash[13673]: cluster 2022-04-26T07:46:29.311695+0000 mgr.smithi136.ofnrfx (mgr.14188) 10000 : cluster [DBG] pgmap v9383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:30.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:30.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:30.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:31.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:31 smithi136 bash[11745]: audit 2022-04-26T07:46:31.248621+0000 mon.smithi136 (mon.0) 6126 : audit [DBG] from='client.? 172.21.15.136:0/2756141626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:31 smithi145 bash[13673]: audit 2022-04-26T07:46:31.248621+0000 mon.smithi136 (mon.0) 6126 : audit [DBG] from='client.? 172.21.15.136:0/2756141626' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:32 smithi145 bash[13673]: cluster 2022-04-26T07:46:31.312345+0000 mgr.smithi136.ofnrfx (mgr.14188) 10001 : cluster [DBG] pgmap v9384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:32 smithi136 bash[11745]: cluster 2022-04-26T07:46:31.312345+0000 mgr.smithi136.ofnrfx (mgr.14188) 10001 : cluster [DBG] pgmap v9384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:34 smithi145 bash[13673]: cluster 2022-04-26T07:46:33.312958+0000 mgr.smithi136.ofnrfx (mgr.14188) 10002 : cluster [DBG] pgmap v9385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:34 smithi136 bash[11745]: cluster 2022-04-26T07:46:33.312958+0000 mgr.smithi136.ofnrfx (mgr.14188) 10002 : cluster [DBG] pgmap v9385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:36.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:36.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:36.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:36.594 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:36 smithi145 bash[13673]: cluster 2022-04-26T07:46:35.313546+0000 mgr.smithi136.ofnrfx (mgr.14188) 10003 : cluster [DBG] pgmap v9386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:36 smithi136 bash[11745]: cluster 2022-04-26T07:46:35.313546+0000 mgr.smithi136.ofnrfx (mgr.14188) 10003 : cluster [DBG] pgmap v9386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:37 smithi145 bash[13673]: audit 2022-04-26T07:46:36.579455+0000 mon.smithi136 (mon.0) 6127 : audit [DBG] from='client.? 172.21.15.136:0/201529615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:37 smithi145 bash[13673]: audit 2022-04-26T07:46:37.319564+0000 mon.smithi136 (mon.0) 6128 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:46:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:37 smithi145 bash[13673]: audit 2022-04-26T07:46:37.322343+0000 mon.smithi136 (mon.0) 6129 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:46:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:37 smithi145 bash[13673]: audit 2022-04-26T07:46:37.324058+0000 mon.smithi136 (mon.0) 6130 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:46:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:37 smithi136 bash[11745]: audit 2022-04-26T07:46:36.579455+0000 mon.smithi136 (mon.0) 6127 : audit [DBG] from='client.? 172.21.15.136:0/201529615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:37 smithi136 bash[11745]: audit 2022-04-26T07:46:37.319564+0000 mon.smithi136 (mon.0) 6128 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:46:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:37 smithi136 bash[11745]: audit 2022-04-26T07:46:37.322343+0000 mon.smithi136 (mon.0) 6129 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:46:37.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:37 smithi136 bash[11745]: audit 2022-04-26T07:46:37.324058+0000 mon.smithi136 (mon.0) 6130 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:46:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:38 smithi145 bash[13673]: cluster 2022-04-26T07:46:37.314193+0000 mgr.smithi136.ofnrfx (mgr.14188) 10004 : cluster [DBG] pgmap v9387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:38 smithi145 bash[13673]: audit 2022-04-26T07:46:37.646065+0000 mon.smithi136 (mon.0) 6131 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:46:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:38 smithi145 bash[13673]: audit 2022-04-26T07:46:37.654574+0000 mon.smithi136 (mon.0) 6132 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:46:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:38 smithi136 bash[11745]: cluster 2022-04-26T07:46:37.314193+0000 mgr.smithi136.ofnrfx (mgr.14188) 10004 : cluster [DBG] pgmap v9387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:38 smithi136 bash[11745]: audit 2022-04-26T07:46:37.646065+0000 mon.smithi136 (mon.0) 6131 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:46:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:38 smithi136 bash[11745]: audit 2022-04-26T07:46:37.654574+0000 mon.smithi136 (mon.0) 6132 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:46:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:39 smithi145 bash[13673]: cluster 2022-04-26T07:46:37.640455+0000 mgr.smithi136.ofnrfx (mgr.14188) 10005 : cluster [DBG] pgmap v9388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:39 smithi145 bash[13673]: cluster 2022-04-26T07:46:37.640777+0000 mgr.smithi136.ofnrfx (mgr.14188) 10006 : cluster [DBG] pgmap v9389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:39 smithi145 bash[13673]: cephadm 2022-04-26T07:46:37.655589+0000 mgr.smithi136.ofnrfx (mgr.14188) 10007 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:46:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:39 smithi145 bash[13673]: cephadm 2022-04-26T07:46:37.655813+0000 mgr.smithi136.ofnrfx (mgr.14188) 10008 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:46:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:39 smithi136 bash[11745]: cluster 2022-04-26T07:46:37.640455+0000 mgr.smithi136.ofnrfx (mgr.14188) 10005 : cluster [DBG] pgmap v9388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:39 smithi136 bash[11745]: cluster 2022-04-26T07:46:37.640777+0000 mgr.smithi136.ofnrfx (mgr.14188) 10006 : cluster [DBG] pgmap v9389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:39 smithi136 bash[11745]: cephadm 2022-04-26T07:46:37.655589+0000 mgr.smithi136.ofnrfx (mgr.14188) 10007 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:46:39.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:39 smithi136 bash[11745]: cephadm 2022-04-26T07:46:37.655813+0000 mgr.smithi136.ofnrfx (mgr.14188) 10008 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:46:41.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:41.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:41.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:41 smithi145 bash[13673]: cluster 2022-04-26T07:46:39.641332+0000 mgr.smithi136.ofnrfx (mgr.14188) 10009 : cluster [DBG] pgmap v9390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:41 smithi136 bash[11745]: cluster 2022-04-26T07:46:39.641332+0000 mgr.smithi136.ofnrfx (mgr.14188) 10009 : cluster [DBG] pgmap v9390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:41.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:42 smithi136 bash[11745]: audit 2022-04-26T07:46:41.907387+0000 mon.smithi136 (mon.0) 6133 : audit [DBG] from='client.? 172.21.15.136:0/2856381805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:42 smithi145 bash[13673]: audit 2022-04-26T07:46:41.907387+0000 mon.smithi136 (mon.0) 6133 : audit [DBG] from='client.? 172.21.15.136:0/2856381805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:43 smithi136 bash[11745]: cluster 2022-04-26T07:46:41.641963+0000 mgr.smithi136.ofnrfx (mgr.14188) 10010 : cluster [DBG] pgmap v9391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:43 smithi145 bash[13673]: cluster 2022-04-26T07:46:41.641963+0000 mgr.smithi136.ofnrfx (mgr.14188) 10010 : cluster [DBG] pgmap v9391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:45 smithi136 bash[11745]: cluster 2022-04-26T07:46:43.642640+0000 mgr.smithi136.ofnrfx (mgr.14188) 10011 : cluster [DBG] pgmap v9392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:45 smithi145 bash[13673]: cluster 2022-04-26T07:46:43.642640+0000 mgr.smithi136.ofnrfx (mgr.14188) 10011 : cluster [DBG] pgmap v9392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:46.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:46.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:46.927 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:47.252 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:47 smithi136 bash[11745]: cluster 2022-04-26T07:46:45.643245+0000 mgr.smithi136.ofnrfx (mgr.14188) 10012 : cluster [DBG] pgmap v9393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:47 smithi136 bash[11745]: audit 2022-04-26T07:46:47.237711+0000 mon.smithi136 (mon.0) 6134 : audit [DBG] from='client.? 172.21.15.136:0/893248304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:47 smithi145 bash[13673]: cluster 2022-04-26T07:46:45.643245+0000 mgr.smithi136.ofnrfx (mgr.14188) 10012 : cluster [DBG] pgmap v9393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:47 smithi145 bash[13673]: audit 2022-04-26T07:46:47.237711+0000 mon.smithi136 (mon.0) 6134 : audit [DBG] from='client.? 172.21.15.136:0/893248304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:49 smithi136 bash[11745]: cluster 2022-04-26T07:46:47.643852+0000 mgr.smithi136.ofnrfx (mgr.14188) 10013 : cluster [DBG] pgmap v9394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:49 smithi145 bash[13673]: cluster 2022-04-26T07:46:47.643852+0000 mgr.smithi136.ofnrfx (mgr.14188) 10013 : cluster [DBG] pgmap v9394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:51 smithi136 bash[11745]: cluster 2022-04-26T07:46:49.644568+0000 mgr.smithi136.ofnrfx (mgr.14188) 10014 : cluster [DBG] pgmap v9395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:51 smithi145 bash[13673]: cluster 2022-04-26T07:46:49.644568+0000 mgr.smithi136.ofnrfx (mgr.14188) 10014 : cluster [DBG] pgmap v9395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:52.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:52.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:52.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:52.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:53 smithi136 bash[11745]: cluster 2022-04-26T07:46:51.645259+0000 mgr.smithi136.ofnrfx (mgr.14188) 10015 : cluster [DBG] pgmap v9396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:53 smithi136 bash[11745]: audit 2022-04-26T07:46:52.569618+0000 mon.smithi136 (mon.0) 6135 : audit [DBG] from='client.? 172.21.15.136:0/4076920663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:53 smithi145 bash[13673]: cluster 2022-04-26T07:46:51.645259+0000 mgr.smithi136.ofnrfx (mgr.14188) 10015 : cluster [DBG] pgmap v9396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:53 smithi145 bash[13673]: audit 2022-04-26T07:46:52.569618+0000 mon.smithi136 (mon.0) 6135 : audit [DBG] from='client.? 172.21.15.136:0/4076920663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:55 smithi136 bash[11745]: cluster 2022-04-26T07:46:53.645903+0000 mgr.smithi136.ofnrfx (mgr.14188) 10016 : cluster [DBG] pgmap v9397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:55 smithi145 bash[13673]: cluster 2022-04-26T07:46:53.645903+0000 mgr.smithi136.ofnrfx (mgr.14188) 10016 : cluster [DBG] pgmap v9397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:57.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:46:57.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:46:57.589 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:46:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:57 smithi136 bash[11745]: cluster 2022-04-26T07:46:55.646535+0000 mgr.smithi136.ofnrfx (mgr.14188) 10017 : cluster [DBG] pgmap v9398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:57 smithi145 bash[13673]: cluster 2022-04-26T07:46:55.646535+0000 mgr.smithi136.ofnrfx (mgr.14188) 10017 : cluster [DBG] pgmap v9398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:57.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:46:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:58 smithi136 bash[11745]: audit 2022-04-26T07:46:57.903885+0000 mon.smithi136 (mon.0) 6136 : audit [DBG] from='client.? 172.21.15.136:0/49722960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:58 smithi145 bash[13673]: audit 2022-04-26T07:46:57.903885+0000 mon.smithi136 (mon.0) 6136 : audit [DBG] from='client.? 172.21.15.136:0/49722960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:46:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:46:59 smithi136 bash[11745]: cluster 2022-04-26T07:46:57.647145+0000 mgr.smithi136.ofnrfx (mgr.14188) 10018 : cluster [DBG] pgmap v9399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:46:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:46:59 smithi145 bash[13673]: cluster 2022-04-26T07:46:57.647145+0000 mgr.smithi136.ofnrfx (mgr.14188) 10018 : cluster [DBG] pgmap v9399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:01 smithi136 bash[11745]: cluster 2022-04-26T07:46:59.647818+0000 mgr.smithi136.ofnrfx (mgr.14188) 10019 : cluster [DBG] pgmap v9400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:01.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:01 smithi145 bash[13673]: cluster 2022-04-26T07:46:59.647818+0000 mgr.smithi136.ofnrfx (mgr.14188) 10019 : cluster [DBG] pgmap v9400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:02.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:02.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:02.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:03.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:03 smithi136 bash[11745]: cluster 2022-04-26T07:47:01.648433+0000 mgr.smithi136.ofnrfx (mgr.14188) 10020 : cluster [DBG] pgmap v9401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:03 smithi136 bash[11745]: audit 2022-04-26T07:47:03.109033+0000 mon.smithi136 (mon.0) 6137 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:47:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:03 smithi136 bash[11745]: audit 2022-04-26T07:47:03.112677+0000 mon.smithi136 (mon.0) 6138 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:47:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:03 smithi136 bash[11745]: audit 2022-04-26T07:47:03.234717+0000 mon.smithi136 (mon.0) 6139 : audit [DBG] from='client.? 172.21.15.136:0/1838352418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:03 smithi145 bash[13673]: cluster 2022-04-26T07:47:01.648433+0000 mgr.smithi136.ofnrfx (mgr.14188) 10020 : cluster [DBG] pgmap v9401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:03 smithi145 bash[13673]: audit 2022-04-26T07:47:03.109033+0000 mon.smithi136 (mon.0) 6137 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:47:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:03 smithi145 bash[13673]: audit 2022-04-26T07:47:03.112677+0000 mon.smithi136 (mon.0) 6138 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:47:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:03 smithi145 bash[13673]: audit 2022-04-26T07:47:03.234717+0000 mon.smithi136 (mon.0) 6139 : audit [DBG] from='client.? 172.21.15.136:0/1838352418' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:05 smithi136 bash[11745]: cluster 2022-04-26T07:47:03.649049+0000 mgr.smithi136.ofnrfx (mgr.14188) 10021 : cluster [DBG] pgmap v9402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:05 smithi145 bash[13673]: cluster 2022-04-26T07:47:03.649049+0000 mgr.smithi136.ofnrfx (mgr.14188) 10021 : cluster [DBG] pgmap v9402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:07 smithi136 bash[11745]: cluster 2022-04-26T07:47:05.649672+0000 mgr.smithi136.ofnrfx (mgr.14188) 10022 : cluster [DBG] pgmap v9403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:07 smithi145 bash[13673]: cluster 2022-04-26T07:47:05.649672+0000 mgr.smithi136.ofnrfx (mgr.14188) 10022 : cluster [DBG] pgmap v9403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:08.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:08.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:08.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:08.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:09 smithi136 bash[11745]: cluster 2022-04-26T07:47:07.650322+0000 mgr.smithi136.ofnrfx (mgr.14188) 10023 : cluster [DBG] pgmap v9404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:09 smithi136 bash[11745]: audit 2022-04-26T07:47:08.563086+0000 mon.smithi136 (mon.0) 6140 : audit [DBG] from='client.? 172.21.15.136:0/2642991205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:09 smithi145 bash[13673]: cluster 2022-04-26T07:47:07.650322+0000 mgr.smithi136.ofnrfx (mgr.14188) 10023 : cluster [DBG] pgmap v9404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:09.933 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:09 smithi145 bash[13673]: audit 2022-04-26T07:47:08.563086+0000 mon.smithi136 (mon.0) 6140 : audit [DBG] from='client.? 172.21.15.136:0/2642991205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:11 smithi136 bash[11745]: cluster 2022-04-26T07:47:09.651030+0000 mgr.smithi136.ofnrfx (mgr.14188) 10024 : cluster [DBG] pgmap v9405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:11 smithi145 bash[13673]: cluster 2022-04-26T07:47:09.651030+0000 mgr.smithi136.ofnrfx (mgr.14188) 10024 : cluster [DBG] pgmap v9405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:13.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:13.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:13.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:13 smithi136 bash[11745]: cluster 2022-04-26T07:47:11.651766+0000 mgr.smithi136.ofnrfx (mgr.14188) 10025 : cluster [DBG] pgmap v9406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:13 smithi145 bash[13673]: cluster 2022-04-26T07:47:11.651766+0000 mgr.smithi136.ofnrfx (mgr.14188) 10025 : cluster [DBG] pgmap v9406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:13.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:14 smithi136 bash[11745]: audit 2022-04-26T07:47:13.889100+0000 mon.smithi136 (mon.0) 6141 : audit [DBG] from='client.? 172.21.15.136:0/3050635155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:14 smithi145 bash[13673]: audit 2022-04-26T07:47:13.889100+0000 mon.smithi136 (mon.0) 6141 : audit [DBG] from='client.? 172.21.15.136:0/3050635155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:15 smithi136 bash[11745]: cluster 2022-04-26T07:47:13.652391+0000 mgr.smithi136.ofnrfx (mgr.14188) 10026 : cluster [DBG] pgmap v9407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:15 smithi145 bash[13673]: cluster 2022-04-26T07:47:13.652391+0000 mgr.smithi136.ofnrfx (mgr.14188) 10026 : cluster [DBG] pgmap v9407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:17 smithi136 bash[11745]: cluster 2022-04-26T07:47:15.653105+0000 mgr.smithi136.ofnrfx (mgr.14188) 10027 : cluster [DBG] pgmap v9408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:17 smithi145 bash[13673]: cluster 2022-04-26T07:47:15.653105+0000 mgr.smithi136.ofnrfx (mgr.14188) 10027 : cluster [DBG] pgmap v9408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:18.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:18.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:18.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:19.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:19 smithi136 bash[11745]: cluster 2022-04-26T07:47:17.653797+0000 mgr.smithi136.ofnrfx (mgr.14188) 10028 : cluster [DBG] pgmap v9409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:19 smithi136 bash[11745]: audit 2022-04-26T07:47:19.223698+0000 mon.smithi136 (mon.0) 6142 : audit [DBG] from='client.? 172.21.15.136:0/4249672500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:19 smithi145 bash[13673]: cluster 2022-04-26T07:47:17.653797+0000 mgr.smithi136.ofnrfx (mgr.14188) 10028 : cluster [DBG] pgmap v9409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:19 smithi145 bash[13673]: audit 2022-04-26T07:47:19.223698+0000 mon.smithi136 (mon.0) 6142 : audit [DBG] from='client.? 172.21.15.136:0/4249672500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:21 smithi136 bash[11745]: cluster 2022-04-26T07:47:19.654427+0000 mgr.smithi136.ofnrfx (mgr.14188) 10029 : cluster [DBG] pgmap v9410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:21 smithi145 bash[13673]: cluster 2022-04-26T07:47:19.654427+0000 mgr.smithi136.ofnrfx (mgr.14188) 10029 : cluster [DBG] pgmap v9410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:23 smithi136 bash[11745]: cluster 2022-04-26T07:47:21.655064+0000 mgr.smithi136.ofnrfx (mgr.14188) 10030 : cluster [DBG] pgmap v9411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:23 smithi145 bash[13673]: cluster 2022-04-26T07:47:21.655064+0000 mgr.smithi136.ofnrfx (mgr.14188) 10030 : cluster [DBG] pgmap v9411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:24.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:24.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:24.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:24.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:25 smithi136 bash[11745]: cluster 2022-04-26T07:47:23.655742+0000 mgr.smithi136.ofnrfx (mgr.14188) 10031 : cluster [DBG] pgmap v9412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:25 smithi136 bash[11745]: audit 2022-04-26T07:47:24.554146+0000 mon.smithi136 (mon.0) 6143 : audit [DBG] from='client.? 172.21.15.136:0/2924503821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:25 smithi145 bash[13673]: cluster 2022-04-26T07:47:23.655742+0000 mgr.smithi136.ofnrfx (mgr.14188) 10031 : cluster [DBG] pgmap v9412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:25.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:25 smithi145 bash[13673]: audit 2022-04-26T07:47:24.554146+0000 mon.smithi136 (mon.0) 6143 : audit [DBG] from='client.? 172.21.15.136:0/2924503821' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:27 smithi136 bash[11745]: cluster 2022-04-26T07:47:25.656361+0000 mgr.smithi136.ofnrfx (mgr.14188) 10032 : cluster [DBG] pgmap v9413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:27 smithi145 bash[13673]: cluster 2022-04-26T07:47:25.656361+0000 mgr.smithi136.ofnrfx (mgr.14188) 10032 : cluster [DBG] pgmap v9413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:29.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:29.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:29.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:29 smithi136 bash[11745]: cluster 2022-04-26T07:47:27.657098+0000 mgr.smithi136.ofnrfx (mgr.14188) 10033 : cluster [DBG] pgmap v9414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:29.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:29.937 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:29 smithi145 bash[13673]: cluster 2022-04-26T07:47:27.657098+0000 mgr.smithi136.ofnrfx (mgr.14188) 10033 : cluster [DBG] pgmap v9414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:30 smithi136 bash[11745]: audit 2022-04-26T07:47:29.886536+0000 mon.smithi136 (mon.0) 6144 : audit [DBG] from='client.? 172.21.15.136:0/2944141598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:30 smithi145 bash[13673]: audit 2022-04-26T07:47:29.886536+0000 mon.smithi136 (mon.0) 6144 : audit [DBG] from='client.? 172.21.15.136:0/2944141598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:31 smithi136 bash[11745]: cluster 2022-04-26T07:47:29.657773+0000 mgr.smithi136.ofnrfx (mgr.14188) 10034 : cluster [DBG] pgmap v9415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:31 smithi145 bash[13673]: cluster 2022-04-26T07:47:29.657773+0000 mgr.smithi136.ofnrfx (mgr.14188) 10034 : cluster [DBG] pgmap v9415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:33 smithi145 bash[13673]: cluster 2022-04-26T07:47:31.658423+0000 mgr.smithi136.ofnrfx (mgr.14188) 10035 : cluster [DBG] pgmap v9416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:33 smithi136 bash[11745]: cluster 2022-04-26T07:47:31.658423+0000 mgr.smithi136.ofnrfx (mgr.14188) 10035 : cluster [DBG] pgmap v9416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:34.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:34.909 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:34.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:35.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:35 smithi145 bash[13673]: cluster 2022-04-26T07:47:33.659073+0000 mgr.smithi136.ofnrfx (mgr.14188) 10036 : cluster [DBG] pgmap v9417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:35 smithi145 bash[13673]: audit 2022-04-26T07:47:35.215586+0000 mon.smithi136 (mon.0) 6145 : audit [DBG] from='client.? 172.21.15.136:0/645555104' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:35 smithi136 bash[11745]: cluster 2022-04-26T07:47:33.659073+0000 mgr.smithi136.ofnrfx (mgr.14188) 10036 : cluster [DBG] pgmap v9417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:35 smithi136 bash[11745]: audit 2022-04-26T07:47:35.215586+0000 mon.smithi136 (mon.0) 6145 : audit [DBG] from='client.? 172.21.15.136:0/645555104' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:37 smithi145 bash[13673]: cluster 2022-04-26T07:47:35.659818+0000 mgr.smithi136.ofnrfx (mgr.14188) 10037 : cluster [DBG] pgmap v9418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:37 smithi136 bash[11745]: cluster 2022-04-26T07:47:35.659818+0000 mgr.smithi136.ofnrfx (mgr.14188) 10037 : cluster [DBG] pgmap v9418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:38 smithi145 bash[13673]: audit 2022-04-26T07:47:37.665186+0000 mon.smithi136 (mon.0) 6146 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:47:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:38 smithi145 bash[13673]: audit 2022-04-26T07:47:37.668071+0000 mon.smithi136 (mon.0) 6147 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:47:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:38 smithi145 bash[13673]: audit 2022-04-26T07:47:37.669939+0000 mon.smithi136 (mon.0) 6148 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:47:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:38 smithi145 bash[13673]: audit 2022-04-26T07:47:37.975133+0000 mon.smithi136 (mon.0) 6149 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:47:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:38 smithi145 bash[13673]: audit 2022-04-26T07:47:37.981382+0000 mon.smithi136 (mon.0) 6150 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:47:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:38 smithi136 bash[11745]: audit 2022-04-26T07:47:37.665186+0000 mon.smithi136 (mon.0) 6146 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:47:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:38 smithi136 bash[11745]: audit 2022-04-26T07:47:37.668071+0000 mon.smithi136 (mon.0) 6147 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:47:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:38 smithi136 bash[11745]: audit 2022-04-26T07:47:37.669939+0000 mon.smithi136 (mon.0) 6148 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:47:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:38 smithi136 bash[11745]: audit 2022-04-26T07:47:37.975133+0000 mon.smithi136 (mon.0) 6149 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:47:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:38 smithi136 bash[11745]: audit 2022-04-26T07:47:37.981382+0000 mon.smithi136 (mon.0) 6150 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:47:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:39 smithi145 bash[13673]: cluster 2022-04-26T07:47:37.660581+0000 mgr.smithi136.ofnrfx (mgr.14188) 10038 : cluster [DBG] pgmap v9419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:39 smithi145 bash[13673]: cluster 2022-04-26T07:47:37.969042+0000 mgr.smithi136.ofnrfx (mgr.14188) 10039 : cluster [DBG] pgmap v9420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:39 smithi145 bash[13673]: cluster 2022-04-26T07:47:37.969429+0000 mgr.smithi136.ofnrfx (mgr.14188) 10040 : cluster [DBG] pgmap v9421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:39 smithi145 bash[13673]: cephadm 2022-04-26T07:47:37.982403+0000 mgr.smithi136.ofnrfx (mgr.14188) 10041 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:47:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:39 smithi145 bash[13673]: cephadm 2022-04-26T07:47:37.982511+0000 mgr.smithi136.ofnrfx (mgr.14188) 10042 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:47:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:39 smithi136 bash[11745]: cluster 2022-04-26T07:47:37.660581+0000 mgr.smithi136.ofnrfx (mgr.14188) 10038 : cluster [DBG] pgmap v9419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:39 smithi136 bash[11745]: cluster 2022-04-26T07:47:37.969042+0000 mgr.smithi136.ofnrfx (mgr.14188) 10039 : cluster [DBG] pgmap v9420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:39 smithi136 bash[11745]: cluster 2022-04-26T07:47:37.969429+0000 mgr.smithi136.ofnrfx (mgr.14188) 10040 : cluster [DBG] pgmap v9421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:39 smithi136 bash[11745]: cephadm 2022-04-26T07:47:37.982403+0000 mgr.smithi136.ofnrfx (mgr.14188) 10041 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:47:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:39 smithi136 bash[11745]: cephadm 2022-04-26T07:47:37.982511+0000 mgr.smithi136.ofnrfx (mgr.14188) 10042 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:47:40.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:40.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:40.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:40.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:40 smithi136 bash[11745]: audit 2022-04-26T07:47:40.548249+0000 mon.smithi136 (mon.0) 6151 : audit [DBG] from='client.? 172.21.15.136:0/218317447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:40 smithi145 bash[13673]: audit 2022-04-26T07:47:40.548249+0000 mon.smithi136 (mon.0) 6151 : audit [DBG] from='client.? 172.21.15.136:0/218317447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:41 smithi145 bash[13673]: cluster 2022-04-26T07:47:39.970050+0000 mgr.smithi136.ofnrfx (mgr.14188) 10043 : cluster [DBG] pgmap v9422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:41 smithi136 bash[11745]: cluster 2022-04-26T07:47:39.970050+0000 mgr.smithi136.ofnrfx (mgr.14188) 10043 : cluster [DBG] pgmap v9422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:43 smithi145 bash[13673]: cluster 2022-04-26T07:47:41.970688+0000 mgr.smithi136.ofnrfx (mgr.14188) 10044 : cluster [DBG] pgmap v9423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:43 smithi136 bash[11745]: cluster 2022-04-26T07:47:41.970688+0000 mgr.smithi136.ofnrfx (mgr.14188) 10044 : cluster [DBG] pgmap v9423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:45.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:45.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:45.568 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:45.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:45.911 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:45 smithi145 bash[13673]: cluster 2022-04-26T07:47:43.971258+0000 mgr.smithi136.ofnrfx (mgr.14188) 10045 : cluster [DBG] pgmap v9424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:45 smithi136 bash[11745]: cluster 2022-04-26T07:47:43.971258+0000 mgr.smithi136.ofnrfx (mgr.14188) 10045 : cluster [DBG] pgmap v9424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:46 smithi145 bash[13673]: audit 2022-04-26T07:47:45.873369+0000 mon.smithi136 (mon.0) 6152 : audit [DBG] from='client.? 172.21.15.136:0/1886836556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:46 smithi136 bash[11745]: audit 2022-04-26T07:47:45.873369+0000 mon.smithi136 (mon.0) 6152 : audit [DBG] from='client.? 172.21.15.136:0/1886836556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:47 smithi145 bash[13673]: cluster 2022-04-26T07:47:45.971879+0000 mgr.smithi136.ofnrfx (mgr.14188) 10046 : cluster [DBG] pgmap v9425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:47 smithi136 bash[11745]: cluster 2022-04-26T07:47:45.971879+0000 mgr.smithi136.ofnrfx (mgr.14188) 10046 : cluster [DBG] pgmap v9425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:49 smithi145 bash[13673]: cluster 2022-04-26T07:47:47.972494+0000 mgr.smithi136.ofnrfx (mgr.14188) 10047 : cluster [DBG] pgmap v9426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:49 smithi136 bash[11745]: cluster 2022-04-26T07:47:47.972494+0000 mgr.smithi136.ofnrfx (mgr.14188) 10047 : cluster [DBG] pgmap v9426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:50.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:50.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:50.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:51.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:51 smithi145 bash[13673]: cluster 2022-04-26T07:47:49.973062+0000 mgr.smithi136.ofnrfx (mgr.14188) 10048 : cluster [DBG] pgmap v9427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:51 smithi145 bash[13673]: audit 2022-04-26T07:47:51.199661+0000 mon.smithi136 (mon.0) 6153 : audit [DBG] from='client.? 172.21.15.136:0/793804410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:51 smithi136 bash[11745]: cluster 2022-04-26T07:47:49.973062+0000 mgr.smithi136.ofnrfx (mgr.14188) 10048 : cluster [DBG] pgmap v9427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:51 smithi136 bash[11745]: audit 2022-04-26T07:47:51.199661+0000 mon.smithi136 (mon.0) 6153 : audit [DBG] from='client.? 172.21.15.136:0/793804410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:53 smithi145 bash[13673]: cluster 2022-04-26T07:47:51.973720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10049 : cluster [DBG] pgmap v9428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:53 smithi136 bash[11745]: cluster 2022-04-26T07:47:51.973720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10049 : cluster [DBG] pgmap v9428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:55 smithi145 bash[13673]: cluster 2022-04-26T07:47:53.974334+0000 mgr.smithi136.ofnrfx (mgr.14188) 10050 : cluster [DBG] pgmap v9429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:55 smithi136 bash[11745]: cluster 2022-04-26T07:47:53.974334+0000 mgr.smithi136.ofnrfx (mgr.14188) 10050 : cluster [DBG] pgmap v9429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:56.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:47:56.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:47:56.219 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:47:56.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:47:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:57 smithi145 bash[13673]: cluster 2022-04-26T07:47:55.974905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10051 : cluster [DBG] pgmap v9430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:57 smithi145 bash[13673]: audit 2022-04-26T07:47:56.522436+0000 mon.smithi136 (mon.0) 6154 : audit [DBG] from='client.? 172.21.15.136:0/1412191291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:57 smithi136 bash[11745]: cluster 2022-04-26T07:47:55.974905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10051 : cluster [DBG] pgmap v9430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:57 smithi136 bash[11745]: audit 2022-04-26T07:47:56.522436+0000 mon.smithi136 (mon.0) 6154 : audit [DBG] from='client.? 172.21.15.136:0/1412191291' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:47:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:47:59 smithi145 bash[13673]: cluster 2022-04-26T07:47:57.975543+0000 mgr.smithi136.ofnrfx (mgr.14188) 10052 : cluster [DBG] pgmap v9431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:47:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:47:59 smithi136 bash[11745]: cluster 2022-04-26T07:47:57.975543+0000 mgr.smithi136.ofnrfx (mgr.14188) 10052 : cluster [DBG] pgmap v9431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:01 smithi145 bash[13673]: cluster 2022-04-26T07:47:59.976171+0000 mgr.smithi136.ofnrfx (mgr.14188) 10053 : cluster [DBG] pgmap v9432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:01.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:01.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:01.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:01 smithi136 bash[11745]: cluster 2022-04-26T07:47:59.976171+0000 mgr.smithi136.ofnrfx (mgr.14188) 10053 : cluster [DBG] pgmap v9432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:01.868 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:02 smithi145 bash[13673]: audit 2022-04-26T07:48:01.852822+0000 mon.smithi136 (mon.0) 6155 : audit [DBG] from='client.? 172.21.15.136:0/3365555907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:02 smithi136 bash[11745]: audit 2022-04-26T07:48:01.852822+0000 mon.smithi136 (mon.0) 6155 : audit [DBG] from='client.? 172.21.15.136:0/3365555907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:03 smithi145 bash[13673]: cluster 2022-04-26T07:48:01.976885+0000 mgr.smithi136.ofnrfx (mgr.14188) 10054 : cluster [DBG] pgmap v9433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:03.420 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:03 smithi136 bash[11745]: cluster 2022-04-26T07:48:01.976885+0000 mgr.smithi136.ofnrfx (mgr.14188) 10054 : cluster [DBG] pgmap v9433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:04 smithi145 bash[13673]: audit 2022-04-26T07:48:03.112902+0000 mon.smithi136 (mon.0) 6156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:48:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:04 smithi145 bash[13673]: audit 2022-04-26T07:48:03.115656+0000 mon.smithi136 (mon.0) 6157 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:48:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:04 smithi136 bash[11745]: audit 2022-04-26T07:48:03.112902+0000 mon.smithi136 (mon.0) 6156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:48:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:04 smithi136 bash[11745]: audit 2022-04-26T07:48:03.115656+0000 mon.smithi136 (mon.0) 6157 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:48:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:05 smithi145 bash[13673]: cluster 2022-04-26T07:48:03.977512+0000 mgr.smithi136.ofnrfx (mgr.14188) 10055 : cluster [DBG] pgmap v9434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:05 smithi136 bash[11745]: cluster 2022-04-26T07:48:03.977512+0000 mgr.smithi136.ofnrfx (mgr.14188) 10055 : cluster [DBG] pgmap v9434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:06.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:06.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:06.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:07.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:07 smithi145 bash[13673]: cluster 2022-04-26T07:48:05.978128+0000 mgr.smithi136.ofnrfx (mgr.14188) 10056 : cluster [DBG] pgmap v9435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:07 smithi136 bash[11745]: cluster 2022-04-26T07:48:05.978128+0000 mgr.smithi136.ofnrfx (mgr.14188) 10056 : cluster [DBG] pgmap v9435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:08 smithi145 bash[13673]: audit 2022-04-26T07:48:07.182114+0000 mon.smithi136 (mon.0) 6158 : audit [DBG] from='client.? 172.21.15.136:0/1993071466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:08 smithi136 bash[11745]: audit 2022-04-26T07:48:07.182114+0000 mon.smithi136 (mon.0) 6158 : audit [DBG] from='client.? 172.21.15.136:0/1993071466' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:09 smithi145 bash[13673]: cluster 2022-04-26T07:48:07.978734+0000 mgr.smithi136.ofnrfx (mgr.14188) 10057 : cluster [DBG] pgmap v9436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:09 smithi136 bash[11745]: cluster 2022-04-26T07:48:07.978734+0000 mgr.smithi136.ofnrfx (mgr.14188) 10057 : cluster [DBG] pgmap v9436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:11 smithi145 bash[13673]: cluster 2022-04-26T07:48:09.979373+0000 mgr.smithi136.ofnrfx (mgr.14188) 10058 : cluster [DBG] pgmap v9437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:11 smithi136 bash[11745]: cluster 2022-04-26T07:48:09.979373+0000 mgr.smithi136.ofnrfx (mgr.14188) 10058 : cluster [DBG] pgmap v9437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:12.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:12.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:12.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:12.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:13 smithi145 bash[13673]: cluster 2022-04-26T07:48:11.980016+0000 mgr.smithi136.ofnrfx (mgr.14188) 10059 : cluster [DBG] pgmap v9438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:13 smithi145 bash[13673]: audit 2022-04-26T07:48:12.510142+0000 mon.smithi136 (mon.0) 6159 : audit [DBG] from='client.? 172.21.15.136:0/490277523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:13 smithi136 bash[11745]: cluster 2022-04-26T07:48:11.980016+0000 mgr.smithi136.ofnrfx (mgr.14188) 10059 : cluster [DBG] pgmap v9438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:13.594 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:13 smithi136 bash[11745]: audit 2022-04-26T07:48:12.510142+0000 mon.smithi136 (mon.0) 6159 : audit [DBG] from='client.? 172.21.15.136:0/490277523' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:15 smithi136 bash[11745]: cluster 2022-04-26T07:48:13.980661+0000 mgr.smithi136.ofnrfx (mgr.14188) 10060 : cluster [DBG] pgmap v9439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:15 smithi145 bash[13673]: cluster 2022-04-26T07:48:13.980661+0000 mgr.smithi136.ofnrfx (mgr.14188) 10060 : cluster [DBG] pgmap v9439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:17.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:17.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:17.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:17 smithi136 bash[11745]: cluster 2022-04-26T07:48:15.981425+0000 mgr.smithi136.ofnrfx (mgr.14188) 10061 : cluster [DBG] pgmap v9440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:17 smithi145 bash[13673]: cluster 2022-04-26T07:48:15.981425+0000 mgr.smithi136.ofnrfx (mgr.14188) 10061 : cluster [DBG] pgmap v9440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:17.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:18 smithi145 bash[13673]: audit 2022-04-26T07:48:17.832737+0000 mon.smithi136 (mon.0) 6160 : audit [DBG] from='client.? 172.21.15.136:0/3686513046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:18 smithi136 bash[11745]: audit 2022-04-26T07:48:17.832737+0000 mon.smithi136 (mon.0) 6160 : audit [DBG] from='client.? 172.21.15.136:0/3686513046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:19 smithi136 bash[11745]: cluster 2022-04-26T07:48:17.982123+0000 mgr.smithi136.ofnrfx (mgr.14188) 10062 : cluster [DBG] pgmap v9441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:19 smithi145 bash[13673]: cluster 2022-04-26T07:48:17.982123+0000 mgr.smithi136.ofnrfx (mgr.14188) 10062 : cluster [DBG] pgmap v9441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:21 smithi136 bash[11745]: cluster 2022-04-26T07:48:19.982758+0000 mgr.smithi136.ofnrfx (mgr.14188) 10063 : cluster [DBG] pgmap v9442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:21 smithi145 bash[13673]: cluster 2022-04-26T07:48:19.982758+0000 mgr.smithi136.ofnrfx (mgr.14188) 10063 : cluster [DBG] pgmap v9442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:22.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:22.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:22.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:23.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:23 smithi136 bash[11745]: cluster 2022-04-26T07:48:21.983399+0000 mgr.smithi136.ofnrfx (mgr.14188) 10064 : cluster [DBG] pgmap v9443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:23 smithi136 bash[11745]: audit 2022-04-26T07:48:23.166495+0000 mon.smithi136 (mon.0) 6161 : audit [DBG] from='client.? 172.21.15.136:0/1972118051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:23 smithi145 bash[13673]: cluster 2022-04-26T07:48:21.983399+0000 mgr.smithi136.ofnrfx (mgr.14188) 10064 : cluster [DBG] pgmap v9443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:23 smithi145 bash[13673]: audit 2022-04-26T07:48:23.166495+0000 mon.smithi136 (mon.0) 6161 : audit [DBG] from='client.? 172.21.15.136:0/1972118051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:25 smithi136 bash[11745]: cluster 2022-04-26T07:48:23.984042+0000 mgr.smithi136.ofnrfx (mgr.14188) 10065 : cluster [DBG] pgmap v9444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:25 smithi145 bash[13673]: cluster 2022-04-26T07:48:23.984042+0000 mgr.smithi136.ofnrfx (mgr.14188) 10065 : cluster [DBG] pgmap v9444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:27 smithi136 bash[11745]: cluster 2022-04-26T07:48:25.984649+0000 mgr.smithi136.ofnrfx (mgr.14188) 10066 : cluster [DBG] pgmap v9445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:27 smithi145 bash[13673]: cluster 2022-04-26T07:48:25.984649+0000 mgr.smithi136.ofnrfx (mgr.14188) 10066 : cluster [DBG] pgmap v9445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:28.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:28.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:28.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:28.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:29 smithi136 bash[11745]: cluster 2022-04-26T07:48:27.985257+0000 mgr.smithi136.ofnrfx (mgr.14188) 10067 : cluster [DBG] pgmap v9446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:29 smithi136 bash[11745]: audit 2022-04-26T07:48:28.490801+0000 mon.smithi136 (mon.0) 6162 : audit [DBG] from='client.? 172.21.15.136:0/4044217465' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:29 smithi145 bash[13673]: cluster 2022-04-26T07:48:27.985257+0000 mgr.smithi136.ofnrfx (mgr.14188) 10067 : cluster [DBG] pgmap v9446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:29 smithi145 bash[13673]: audit 2022-04-26T07:48:28.490801+0000 mon.smithi136 (mon.0) 6162 : audit [DBG] from='client.? 172.21.15.136:0/4044217465' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:31 smithi136 bash[11745]: cluster 2022-04-26T07:48:29.985890+0000 mgr.smithi136.ofnrfx (mgr.14188) 10068 : cluster [DBG] pgmap v9447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:31 smithi145 bash[13673]: cluster 2022-04-26T07:48:29.985890+0000 mgr.smithi136.ofnrfx (mgr.14188) 10068 : cluster [DBG] pgmap v9447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:33.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:33.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:33.509 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:33 smithi136 bash[11745]: cluster 2022-04-26T07:48:31.986519+0000 mgr.smithi136.ofnrfx (mgr.14188) 10069 : cluster [DBG] pgmap v9448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:33 smithi145 bash[13673]: cluster 2022-04-26T07:48:31.986519+0000 mgr.smithi136.ofnrfx (mgr.14188) 10069 : cluster [DBG] pgmap v9448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:33.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:34 smithi136 bash[11745]: audit 2022-04-26T07:48:33.823334+0000 mon.smithi136 (mon.0) 6163 : audit [DBG] from='client.? 172.21.15.136:0/1871874744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:34 smithi145 bash[13673]: audit 2022-04-26T07:48:33.823334+0000 mon.smithi136 (mon.0) 6163 : audit [DBG] from='client.? 172.21.15.136:0/1871874744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:35 smithi136 bash[11745]: cluster 2022-04-26T07:48:33.987178+0000 mgr.smithi136.ofnrfx (mgr.14188) 10070 : cluster [DBG] pgmap v9449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:35 smithi145 bash[13673]: cluster 2022-04-26T07:48:33.987178+0000 mgr.smithi136.ofnrfx (mgr.14188) 10070 : cluster [DBG] pgmap v9449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:37 smithi136 bash[11745]: cluster 2022-04-26T07:48:35.987794+0000 mgr.smithi136.ofnrfx (mgr.14188) 10071 : cluster [DBG] pgmap v9450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:37 smithi145 bash[13673]: cluster 2022-04-26T07:48:35.987794+0000 mgr.smithi136.ofnrfx (mgr.14188) 10071 : cluster [DBG] pgmap v9450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:38 smithi145 bash[13673]: audit 2022-04-26T07:48:37.990224+0000 mon.smithi136 (mon.0) 6164 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:48:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:38 smithi145 bash[13673]: audit 2022-04-26T07:48:37.993143+0000 mon.smithi136 (mon.0) 6165 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:48:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:38 smithi145 bash[13673]: audit 2022-04-26T07:48:37.995046+0000 mon.smithi136 (mon.0) 6166 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:48:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:38 smithi136 bash[11745]: audit 2022-04-26T07:48:37.990224+0000 mon.smithi136 (mon.0) 6164 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:48:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:38 smithi136 bash[11745]: audit 2022-04-26T07:48:37.993143+0000 mon.smithi136 (mon.0) 6165 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:48:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:38 smithi136 bash[11745]: audit 2022-04-26T07:48:37.995046+0000 mon.smithi136 (mon.0) 6166 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:48:38.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:38.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:38.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:39.167 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:39 smithi136 bash[11745]: cluster 2022-04-26T07:48:37.988412+0000 mgr.smithi136.ofnrfx (mgr.14188) 10072 : cluster [DBG] pgmap v9451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:39 smithi136 bash[11745]: audit 2022-04-26T07:48:39.152754+0000 mon.smithi136 (mon.0) 6167 : audit [DBG] from='client.? 172.21.15.136:0/3692374791' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:39 smithi145 bash[13673]: cluster 2022-04-26T07:48:37.988412+0000 mgr.smithi136.ofnrfx (mgr.14188) 10072 : cluster [DBG] pgmap v9451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:39 smithi145 bash[13673]: audit 2022-04-26T07:48:39.152754+0000 mon.smithi136 (mon.0) 6167 : audit [DBG] from='client.? 172.21.15.136:0/3692374791' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:41 smithi136 bash[11745]: cluster 2022-04-26T07:48:39.989030+0000 mgr.smithi136.ofnrfx (mgr.14188) 10073 : cluster [DBG] pgmap v9452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:41 smithi145 bash[13673]: cluster 2022-04-26T07:48:39.989030+0000 mgr.smithi136.ofnrfx (mgr.14188) 10073 : cluster [DBG] pgmap v9452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:42 smithi145 bash[13673]: audit 2022-04-26T07:48:41.805712+0000 mon.smithi136 (mon.0) 6168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:48:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:42 smithi145 bash[13673]: cluster 2022-04-26T07:48:41.989701+0000 mgr.smithi136.ofnrfx (mgr.14188) 10074 : cluster [DBG] pgmap v9453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:42 smithi145 bash[13673]: audit 2022-04-26T07:48:42.549152+0000 mon.smithi136 (mon.0) 6169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:48:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:42 smithi136 bash[11745]: audit 2022-04-26T07:48:41.805712+0000 mon.smithi136 (mon.0) 6168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:48:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:42 smithi136 bash[11745]: cluster 2022-04-26T07:48:41.989701+0000 mgr.smithi136.ofnrfx (mgr.14188) 10074 : cluster [DBG] pgmap v9453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:42 smithi136 bash[11745]: audit 2022-04-26T07:48:42.549152+0000 mon.smithi136 (mon.0) 6169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:48:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:43 smithi145 bash[13673]: cluster 2022-04-26T07:48:42.834737+0000 mgr.smithi136.ofnrfx (mgr.14188) 10075 : cluster [DBG] pgmap v9454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:43 smithi145 bash[13673]: cluster 2022-04-26T07:48:42.835233+0000 mgr.smithi136.ofnrfx (mgr.14188) 10076 : cluster [DBG] pgmap v9455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:43 smithi145 bash[13673]: audit 2022-04-26T07:48:42.841210+0000 mon.smithi136 (mon.0) 6170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:48:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:43 smithi145 bash[13673]: audit 2022-04-26T07:48:42.846939+0000 mon.smithi136 (mon.0) 6171 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:48:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:43 smithi145 bash[13673]: cephadm 2022-04-26T07:48:42.848189+0000 mgr.smithi136.ofnrfx (mgr.14188) 10077 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:48:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:43 smithi145 bash[13673]: cephadm 2022-04-26T07:48:42.848390+0000 mgr.smithi136.ofnrfx (mgr.14188) 10078 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:48:44.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:44.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:44.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:43 smithi136 bash[11745]: cluster 2022-04-26T07:48:42.834737+0000 mgr.smithi136.ofnrfx (mgr.14188) 10075 : cluster [DBG] pgmap v9454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:43 smithi136 bash[11745]: cluster 2022-04-26T07:48:42.835233+0000 mgr.smithi136.ofnrfx (mgr.14188) 10076 : cluster [DBG] pgmap v9455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:43 smithi136 bash[11745]: audit 2022-04-26T07:48:42.841210+0000 mon.smithi136 (mon.0) 6170 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:48:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:43 smithi136 bash[11745]: audit 2022-04-26T07:48:42.846939+0000 mon.smithi136 (mon.0) 6171 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:48:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:43 smithi136 bash[11745]: cephadm 2022-04-26T07:48:42.848189+0000 mgr.smithi136.ofnrfx (mgr.14188) 10077 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:48:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:43 smithi136 bash[11745]: cephadm 2022-04-26T07:48:42.848390+0000 mgr.smithi136.ofnrfx (mgr.14188) 10078 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:48:44.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:45 smithi145 bash[13673]: audit 2022-04-26T07:48:44.478743+0000 mon.smithi136 (mon.0) 6172 : audit [DBG] from='client.? 172.21.15.136:0/86324306' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:45 smithi136 bash[11745]: audit 2022-04-26T07:48:44.478743+0000 mon.smithi136 (mon.0) 6172 : audit [DBG] from='client.? 172.21.15.136:0/86324306' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:46 smithi145 bash[13673]: cluster 2022-04-26T07:48:44.835898+0000 mgr.smithi136.ofnrfx (mgr.14188) 10079 : cluster [DBG] pgmap v9456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:46 smithi136 bash[11745]: cluster 2022-04-26T07:48:44.835898+0000 mgr.smithi136.ofnrfx (mgr.14188) 10079 : cluster [DBG] pgmap v9456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:48 smithi145 bash[13673]: cluster 2022-04-26T07:48:46.836533+0000 mgr.smithi136.ofnrfx (mgr.14188) 10080 : cluster [DBG] pgmap v9457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:48 smithi136 bash[11745]: cluster 2022-04-26T07:48:46.836533+0000 mgr.smithi136.ofnrfx (mgr.14188) 10080 : cluster [DBG] pgmap v9457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:49.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:49.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:49.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:49.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:50 smithi145 bash[13673]: cluster 2022-04-26T07:48:48.837152+0000 mgr.smithi136.ofnrfx (mgr.14188) 10081 : cluster [DBG] pgmap v9458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:50 smithi145 bash[13673]: audit 2022-04-26T07:48:49.807696+0000 mon.smithi136 (mon.0) 6173 : audit [DBG] from='client.? 172.21.15.136:0/2023653921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:50.550 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:50 smithi136 bash[11745]: cluster 2022-04-26T07:48:48.837152+0000 mgr.smithi136.ofnrfx (mgr.14188) 10081 : cluster [DBG] pgmap v9458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:50.550 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:50 smithi136 bash[11745]: audit 2022-04-26T07:48:49.807696+0000 mon.smithi136 (mon.0) 6173 : audit [DBG] from='client.? 172.21.15.136:0/2023653921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:52 smithi145 bash[13673]: cluster 2022-04-26T07:48:50.837767+0000 mgr.smithi136.ofnrfx (mgr.14188) 10082 : cluster [DBG] pgmap v9459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:52 smithi136 bash[11745]: cluster 2022-04-26T07:48:50.837767+0000 mgr.smithi136.ofnrfx (mgr.14188) 10082 : cluster [DBG] pgmap v9459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:54 smithi145 bash[13673]: cluster 2022-04-26T07:48:52.838432+0000 mgr.smithi136.ofnrfx (mgr.14188) 10083 : cluster [DBG] pgmap v9460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:54 smithi136 bash[11745]: cluster 2022-04-26T07:48:52.838432+0000 mgr.smithi136.ofnrfx (mgr.14188) 10083 : cluster [DBG] pgmap v9460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:54.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:48:54.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:48:54.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:48:55.154 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:48:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:56 smithi145 bash[13673]: cluster 2022-04-26T07:48:54.838997+0000 mgr.smithi136.ofnrfx (mgr.14188) 10084 : cluster [DBG] pgmap v9461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:56 smithi145 bash[13673]: audit 2022-04-26T07:48:55.138928+0000 mon.smithi136 (mon.0) 6174 : audit [DBG] from='client.? 172.21.15.136:0/559946732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:56 smithi136 bash[11745]: cluster 2022-04-26T07:48:54.838997+0000 mgr.smithi136.ofnrfx (mgr.14188) 10084 : cluster [DBG] pgmap v9461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:56 smithi136 bash[11745]: audit 2022-04-26T07:48:55.138928+0000 mon.smithi136 (mon.0) 6174 : audit [DBG] from='client.? 172.21.15.136:0/559946732' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:48:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:48:58 smithi145 bash[13673]: cluster 2022-04-26T07:48:56.839654+0000 mgr.smithi136.ofnrfx (mgr.14188) 10085 : cluster [DBG] pgmap v9462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:48:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:48:58 smithi136 bash[11745]: cluster 2022-04-26T07:48:56.839654+0000 mgr.smithi136.ofnrfx (mgr.14188) 10085 : cluster [DBG] pgmap v9462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:00.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:00.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:00.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:00 smithi145 bash[13673]: cluster 2022-04-26T07:48:58.840305+0000 mgr.smithi136.ofnrfx (mgr.14188) 10086 : cluster [DBG] pgmap v9463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:00.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:00.550 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:00 smithi136 bash[11745]: cluster 2022-04-26T07:48:58.840305+0000 mgr.smithi136.ofnrfx (mgr.14188) 10086 : cluster [DBG] pgmap v9463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:01 smithi136 bash[11745]: audit 2022-04-26T07:49:00.460678+0000 mon.smithi136 (mon.0) 6175 : audit [DBG] from='client.? 172.21.15.136:0/3458099221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:01 smithi145 bash[13673]: audit 2022-04-26T07:49:00.460678+0000 mon.smithi136 (mon.0) 6175 : audit [DBG] from='client.? 172.21.15.136:0/3458099221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:02 smithi136 bash[11745]: cluster 2022-04-26T07:49:00.840929+0000 mgr.smithi136.ofnrfx (mgr.14188) 10087 : cluster [DBG] pgmap v9464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:02 smithi145 bash[13673]: cluster 2022-04-26T07:49:00.840929+0000 mgr.smithi136.ofnrfx (mgr.14188) 10087 : cluster [DBG] pgmap v9464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:03 smithi136 bash[11745]: audit 2022-04-26T07:49:03.115722+0000 mon.smithi136 (mon.0) 6176 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:49:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:03 smithi136 bash[11745]: audit 2022-04-26T07:49:03.119626+0000 mon.smithi136 (mon.0) 6177 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:49:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:03 smithi145 bash[13673]: audit 2022-04-26T07:49:03.115722+0000 mon.smithi136 (mon.0) 6176 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:49:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:03 smithi145 bash[13673]: audit 2022-04-26T07:49:03.119626+0000 mon.smithi136 (mon.0) 6177 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:49:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:04 smithi136 bash[11745]: cluster 2022-04-26T07:49:02.841596+0000 mgr.smithi136.ofnrfx (mgr.14188) 10088 : cluster [DBG] pgmap v9465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:04 smithi145 bash[13673]: cluster 2022-04-26T07:49:02.841596+0000 mgr.smithi136.ofnrfx (mgr.14188) 10088 : cluster [DBG] pgmap v9465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:05.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:05.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:05.479 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:05.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:06 smithi136 bash[11745]: cluster 2022-04-26T07:49:04.842226+0000 mgr.smithi136.ofnrfx (mgr.14188) 10089 : cluster [DBG] pgmap v9466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:06 smithi136 bash[11745]: audit 2022-04-26T07:49:05.792823+0000 mon.smithi136 (mon.0) 6178 : audit [DBG] from='client.? 172.21.15.136:0/3455203114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:06 smithi145 bash[13673]: cluster 2022-04-26T07:49:04.842226+0000 mgr.smithi136.ofnrfx (mgr.14188) 10089 : cluster [DBG] pgmap v9466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:06 smithi145 bash[13673]: audit 2022-04-26T07:49:05.792823+0000 mon.smithi136 (mon.0) 6178 : audit [DBG] from='client.? 172.21.15.136:0/3455203114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:08 smithi145 bash[13673]: cluster 2022-04-26T07:49:06.842863+0000 mgr.smithi136.ofnrfx (mgr.14188) 10090 : cluster [DBG] pgmap v9467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:08 smithi136 bash[11745]: cluster 2022-04-26T07:49:06.842863+0000 mgr.smithi136.ofnrfx (mgr.14188) 10090 : cluster [DBG] pgmap v9467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:10.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:10 smithi136 bash[11745]: cluster 2022-04-26T07:49:08.843495+0000 mgr.smithi136.ofnrfx (mgr.14188) 10091 : cluster [DBG] pgmap v9468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:10 smithi145 bash[13673]: cluster 2022-04-26T07:49:08.843495+0000 mgr.smithi136.ofnrfx (mgr.14188) 10091 : cluster [DBG] pgmap v9468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:10.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:10.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:10.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:11.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:11 smithi136 bash[11745]: audit 2022-04-26T07:49:11.132887+0000 mon.smithi136 (mon.0) 6179 : audit [DBG] from='client.? 172.21.15.136:0/961956955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:11 smithi145 bash[13673]: audit 2022-04-26T07:49:11.132887+0000 mon.smithi136 (mon.0) 6179 : audit [DBG] from='client.? 172.21.15.136:0/961956955' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:12 smithi136 bash[11745]: cluster 2022-04-26T07:49:10.844151+0000 mgr.smithi136.ofnrfx (mgr.14188) 10092 : cluster [DBG] pgmap v9469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:12 smithi145 bash[13673]: cluster 2022-04-26T07:49:10.844151+0000 mgr.smithi136.ofnrfx (mgr.14188) 10092 : cluster [DBG] pgmap v9469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:14 smithi136 bash[11745]: cluster 2022-04-26T07:49:12.844814+0000 mgr.smithi136.ofnrfx (mgr.14188) 10093 : cluster [DBG] pgmap v9470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:14 smithi145 bash[13673]: cluster 2022-04-26T07:49:12.844814+0000 mgr.smithi136.ofnrfx (mgr.14188) 10093 : cluster [DBG] pgmap v9470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:16.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:16.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:16.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:16.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:16 smithi136 bash[11745]: cluster 2022-04-26T07:49:14.845401+0000 mgr.smithi136.ofnrfx (mgr.14188) 10094 : cluster [DBG] pgmap v9471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:16 smithi145 bash[13673]: cluster 2022-04-26T07:49:14.845401+0000 mgr.smithi136.ofnrfx (mgr.14188) 10094 : cluster [DBG] pgmap v9471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:17 smithi136 bash[11745]: audit 2022-04-26T07:49:16.460825+0000 mon.smithi136 (mon.0) 6180 : audit [DBG] from='client.? 172.21.15.136:0/2012907762' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:17.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:17 smithi145 bash[13673]: audit 2022-04-26T07:49:16.460825+0000 mon.smithi136 (mon.0) 6180 : audit [DBG] from='client.? 172.21.15.136:0/2012907762' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:18 smithi145 bash[13673]: cluster 2022-04-26T07:49:16.846053+0000 mgr.smithi136.ofnrfx (mgr.14188) 10095 : cluster [DBG] pgmap v9472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:18 smithi136 bash[11745]: cluster 2022-04-26T07:49:16.846053+0000 mgr.smithi136.ofnrfx (mgr.14188) 10095 : cluster [DBG] pgmap v9472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:20.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:20 smithi136 bash[11745]: cluster 2022-04-26T07:49:18.846617+0000 mgr.smithi136.ofnrfx (mgr.14188) 10096 : cluster [DBG] pgmap v9473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:20 smithi145 bash[13673]: cluster 2022-04-26T07:49:18.846617+0000 mgr.smithi136.ofnrfx (mgr.14188) 10096 : cluster [DBG] pgmap v9473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:21.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:21.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:21.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:21.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:22 smithi136 bash[11745]: cluster 2022-04-26T07:49:20.847293+0000 mgr.smithi136.ofnrfx (mgr.14188) 10097 : cluster [DBG] pgmap v9474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:22 smithi136 bash[11745]: audit 2022-04-26T07:49:21.783223+0000 mon.smithi136 (mon.0) 6181 : audit [DBG] from='client.? 172.21.15.136:0/345757540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:22 smithi145 bash[13673]: cluster 2022-04-26T07:49:20.847293+0000 mgr.smithi136.ofnrfx (mgr.14188) 10097 : cluster [DBG] pgmap v9474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:22 smithi145 bash[13673]: audit 2022-04-26T07:49:21.783223+0000 mon.smithi136 (mon.0) 6181 : audit [DBG] from='client.? 172.21.15.136:0/345757540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:24 smithi136 bash[11745]: cluster 2022-04-26T07:49:22.847920+0000 mgr.smithi136.ofnrfx (mgr.14188) 10098 : cluster [DBG] pgmap v9475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:24 smithi145 bash[13673]: cluster 2022-04-26T07:49:22.847920+0000 mgr.smithi136.ofnrfx (mgr.14188) 10098 : cluster [DBG] pgmap v9475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:26 smithi136 bash[11745]: cluster 2022-04-26T07:49:24.848526+0000 mgr.smithi136.ofnrfx (mgr.14188) 10099 : cluster [DBG] pgmap v9476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:26 smithi145 bash[13673]: cluster 2022-04-26T07:49:24.848526+0000 mgr.smithi136.ofnrfx (mgr.14188) 10099 : cluster [DBG] pgmap v9476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:26.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:26.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:26.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:27.118 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:27 smithi136 bash[11745]: audit 2022-04-26T07:49:27.102673+0000 mon.smithi136 (mon.0) 6182 : audit [DBG] from='client.? 172.21.15.136:0/3514990975' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:27 smithi145 bash[13673]: audit 2022-04-26T07:49:27.102673+0000 mon.smithi136 (mon.0) 6182 : audit [DBG] from='client.? 172.21.15.136:0/3514990975' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:28 smithi145 bash[13673]: cluster 2022-04-26T07:49:26.849164+0000 mgr.smithi136.ofnrfx (mgr.14188) 10100 : cluster [DBG] pgmap v9477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:28 smithi136 bash[11745]: cluster 2022-04-26T07:49:26.849164+0000 mgr.smithi136.ofnrfx (mgr.14188) 10100 : cluster [DBG] pgmap v9477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:30.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:30 smithi136 bash[11745]: cluster 2022-04-26T07:49:28.849778+0000 mgr.smithi136.ofnrfx (mgr.14188) 10101 : cluster [DBG] pgmap v9478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:30 smithi145 bash[13673]: cluster 2022-04-26T07:49:28.849778+0000 mgr.smithi136.ofnrfx (mgr.14188) 10101 : cluster [DBG] pgmap v9478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:32.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:32.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:32.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:32.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:32 smithi136 bash[11745]: cluster 2022-04-26T07:49:30.850375+0000 mgr.smithi136.ofnrfx (mgr.14188) 10102 : cluster [DBG] pgmap v9479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:32 smithi145 bash[13673]: cluster 2022-04-26T07:49:30.850375+0000 mgr.smithi136.ofnrfx (mgr.14188) 10102 : cluster [DBG] pgmap v9479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:33 smithi136 bash[11745]: audit 2022-04-26T07:49:32.428150+0000 mon.smithi136 (mon.0) 6183 : audit [DBG] from='client.? 172.21.15.136:0/1936324395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:33 smithi145 bash[13673]: audit 2022-04-26T07:49:32.428150+0000 mon.smithi136 (mon.0) 6183 : audit [DBG] from='client.? 172.21.15.136:0/1936324395' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:34 smithi136 bash[11745]: cluster 2022-04-26T07:49:32.851021+0000 mgr.smithi136.ofnrfx (mgr.14188) 10103 : cluster [DBG] pgmap v9480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:34.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:34 smithi145 bash[13673]: cluster 2022-04-26T07:49:32.851021+0000 mgr.smithi136.ofnrfx (mgr.14188) 10103 : cluster [DBG] pgmap v9480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:36 smithi136 bash[11745]: cluster 2022-04-26T07:49:34.851653+0000 mgr.smithi136.ofnrfx (mgr.14188) 10104 : cluster [DBG] pgmap v9481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:36 smithi145 bash[13673]: cluster 2022-04-26T07:49:34.851653+0000 mgr.smithi136.ofnrfx (mgr.14188) 10104 : cluster [DBG] pgmap v9481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:37.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:37.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:37.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:37.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:38 smithi145 bash[13673]: cluster 2022-04-26T07:49:36.852319+0000 mgr.smithi136.ofnrfx (mgr.14188) 10105 : cluster [DBG] pgmap v9482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:38 smithi145 bash[13673]: audit 2022-04-26T07:49:37.749512+0000 mon.smithi136 (mon.0) 6184 : audit [DBG] from='client.? 172.21.15.136:0/948532981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:38 smithi136 bash[11745]: cluster 2022-04-26T07:49:36.852319+0000 mgr.smithi136.ofnrfx (mgr.14188) 10105 : cluster [DBG] pgmap v9482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:38 smithi136 bash[11745]: audit 2022-04-26T07:49:37.749512+0000 mon.smithi136 (mon.0) 6184 : audit [DBG] from='client.? 172.21.15.136:0/948532981' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:40.551 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:40 smithi136 bash[11745]: cluster 2022-04-26T07:49:38.852943+0000 mgr.smithi136.ofnrfx (mgr.14188) 10106 : cluster [DBG] pgmap v9483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:40 smithi145 bash[13673]: cluster 2022-04-26T07:49:38.852943+0000 mgr.smithi136.ofnrfx (mgr.14188) 10106 : cluster [DBG] pgmap v9483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:42 smithi136 bash[11745]: cluster 2022-04-26T07:49:40.853583+0000 mgr.smithi136.ofnrfx (mgr.14188) 10107 : cluster [DBG] pgmap v9484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:42 smithi145 bash[13673]: cluster 2022-04-26T07:49:40.853583+0000 mgr.smithi136.ofnrfx (mgr.14188) 10107 : cluster [DBG] pgmap v9484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:42.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:42.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:42.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:43.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:43 smithi136 bash[11745]: audit 2022-04-26T07:49:42.860535+0000 mon.smithi136 (mon.0) 6185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:49:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:43 smithi136 bash[11745]: audit 2022-04-26T07:49:42.863002+0000 mon.smithi136 (mon.0) 6186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:49:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:43 smithi136 bash[11745]: audit 2022-04-26T07:49:42.864607+0000 mon.smithi136 (mon.0) 6187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:49:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:43 smithi136 bash[11745]: audit 2022-04-26T07:49:43.080089+0000 mon.smithi136 (mon.0) 6188 : audit [DBG] from='client.? 172.21.15.136:0/2269568422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:43 smithi136 bash[11745]: audit 2022-04-26T07:49:43.149583+0000 mon.smithi136 (mon.0) 6189 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:49:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:43 smithi145 bash[13673]: audit 2022-04-26T07:49:42.860535+0000 mon.smithi136 (mon.0) 6185 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:49:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:43 smithi145 bash[13673]: audit 2022-04-26T07:49:42.863002+0000 mon.smithi136 (mon.0) 6186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:49:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:43 smithi145 bash[13673]: audit 2022-04-26T07:49:42.864607+0000 mon.smithi136 (mon.0) 6187 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:49:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:43 smithi145 bash[13673]: audit 2022-04-26T07:49:43.080089+0000 mon.smithi136 (mon.0) 6188 : audit [DBG] from='client.? 172.21.15.136:0/2269568422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:43 smithi145 bash[13673]: audit 2022-04-26T07:49:43.149583+0000 mon.smithi136 (mon.0) 6189 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:49:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:44 smithi136 bash[11745]: cluster 2022-04-26T07:49:42.854208+0000 mgr.smithi136.ofnrfx (mgr.14188) 10108 : cluster [DBG] pgmap v9485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:44 smithi136 bash[11745]: cluster 2022-04-26T07:49:43.457661+0000 mgr.smithi136.ofnrfx (mgr.14188) 10109 : cluster [DBG] pgmap v9486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:44 smithi136 bash[11745]: cluster 2022-04-26T07:49:43.458029+0000 mgr.smithi136.ofnrfx (mgr.14188) 10110 : cluster [DBG] pgmap v9487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:44 smithi136 bash[11745]: audit 2022-04-26T07:49:43.463348+0000 mon.smithi136 (mon.0) 6190 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:49:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:44 smithi136 bash[11745]: audit 2022-04-26T07:49:43.471727+0000 mon.smithi136 (mon.0) 6191 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:49:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:44 smithi136 bash[11745]: cephadm 2022-04-26T07:49:43.472792+0000 mgr.smithi136.ofnrfx (mgr.14188) 10111 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:49:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:44 smithi136 bash[11745]: cephadm 2022-04-26T07:49:43.472970+0000 mgr.smithi136.ofnrfx (mgr.14188) 10112 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:49:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:44 smithi145 bash[13673]: cluster 2022-04-26T07:49:42.854208+0000 mgr.smithi136.ofnrfx (mgr.14188) 10108 : cluster [DBG] pgmap v9485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:44 smithi145 bash[13673]: cluster 2022-04-26T07:49:43.457661+0000 mgr.smithi136.ofnrfx (mgr.14188) 10109 : cluster [DBG] pgmap v9486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:44 smithi145 bash[13673]: cluster 2022-04-26T07:49:43.458029+0000 mgr.smithi136.ofnrfx (mgr.14188) 10110 : cluster [DBG] pgmap v9487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:44 smithi145 bash[13673]: audit 2022-04-26T07:49:43.463348+0000 mon.smithi136 (mon.0) 6190 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:49:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:44 smithi145 bash[13673]: audit 2022-04-26T07:49:43.471727+0000 mon.smithi136 (mon.0) 6191 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:49:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:44 smithi145 bash[13673]: cephadm 2022-04-26T07:49:43.472792+0000 mgr.smithi136.ofnrfx (mgr.14188) 10111 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:49:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:44 smithi145 bash[13673]: cephadm 2022-04-26T07:49:43.472970+0000 mgr.smithi136.ofnrfx (mgr.14188) 10112 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:49:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:46 smithi136 bash[11745]: cluster 2022-04-26T07:49:45.458668+0000 mgr.smithi136.ofnrfx (mgr.14188) 10113 : cluster [DBG] pgmap v9488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:46 smithi145 bash[13673]: cluster 2022-04-26T07:49:45.458668+0000 mgr.smithi136.ofnrfx (mgr.14188) 10113 : cluster [DBG] pgmap v9488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:48.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:48.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:48.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:48.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:48 smithi136 bash[11745]: cluster 2022-04-26T07:49:47.459340+0000 mgr.smithi136.ofnrfx (mgr.14188) 10114 : cluster [DBG] pgmap v9489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:48 smithi136 bash[11745]: audit 2022-04-26T07:49:48.403153+0000 mon.smithi136 (mon.0) 6192 : audit [DBG] from='client.? 172.21.15.136:0/3337074432' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:48 smithi145 bash[13673]: cluster 2022-04-26T07:49:47.459340+0000 mgr.smithi136.ofnrfx (mgr.14188) 10114 : cluster [DBG] pgmap v9489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:48 smithi145 bash[13673]: audit 2022-04-26T07:49:48.403153+0000 mon.smithi136 (mon.0) 6192 : audit [DBG] from='client.? 172.21.15.136:0/3337074432' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:50 smithi145 bash[13673]: cluster 2022-04-26T07:49:49.459922+0000 mgr.smithi136.ofnrfx (mgr.14188) 10115 : cluster [DBG] pgmap v9490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:50.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:50 smithi136 bash[11745]: cluster 2022-04-26T07:49:49.459922+0000 mgr.smithi136.ofnrfx (mgr.14188) 10115 : cluster [DBG] pgmap v9490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:52 smithi136 bash[11745]: cluster 2022-04-26T07:49:51.460567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10116 : cluster [DBG] pgmap v9491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:52 smithi145 bash[13673]: cluster 2022-04-26T07:49:51.460567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10116 : cluster [DBG] pgmap v9491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:53.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:53.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:53.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:53.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:54 smithi136 bash[11745]: cluster 2022-04-26T07:49:53.461226+0000 mgr.smithi136.ofnrfx (mgr.14188) 10117 : cluster [DBG] pgmap v9492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:54 smithi136 bash[11745]: audit 2022-04-26T07:49:53.728613+0000 mon.smithi136 (mon.0) 6193 : audit [DBG] from='client.? 172.21.15.136:0/64835255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:54 smithi145 bash[13673]: cluster 2022-04-26T07:49:53.461226+0000 mgr.smithi136.ofnrfx (mgr.14188) 10117 : cluster [DBG] pgmap v9492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:54 smithi145 bash[13673]: audit 2022-04-26T07:49:53.728613+0000 mon.smithi136 (mon.0) 6193 : audit [DBG] from='client.? 172.21.15.136:0/64835255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:56 smithi136 bash[11745]: cluster 2022-04-26T07:49:55.461869+0000 mgr.smithi136.ofnrfx (mgr.14188) 10118 : cluster [DBG] pgmap v9493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:56 smithi145 bash[13673]: cluster 2022-04-26T07:49:55.461869+0000 mgr.smithi136.ofnrfx (mgr.14188) 10118 : cluster [DBG] pgmap v9493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:58.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:49:58.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:49:58.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:49:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:58 smithi136 bash[11745]: cluster 2022-04-26T07:49:57.462616+0000 mgr.smithi136.ofnrfx (mgr.14188) 10119 : cluster [DBG] pgmap v9494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:58 smithi145 bash[13673]: cluster 2022-04-26T07:49:57.462616+0000 mgr.smithi136.ofnrfx (mgr.14188) 10119 : cluster [DBG] pgmap v9494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:49:59.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:49:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:49:59 smithi136 bash[11745]: audit 2022-04-26T07:49:59.051862+0000 mon.smithi136 (mon.0) 6194 : audit [DBG] from='client.? 172.21.15.136:0/1579183777' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:49:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:49:59 smithi145 bash[13673]: audit 2022-04-26T07:49:59.051862+0000 mon.smithi136 (mon.0) 6194 : audit [DBG] from='client.? 172.21.15.136:0/1579183777' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:00 smithi136 bash[11745]: cluster 2022-04-26T07:49:59.463361+0000 mgr.smithi136.ofnrfx (mgr.14188) 10120 : cluster [DBG] pgmap v9495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:00 smithi136 bash[11745]: cluster 2022-04-26T07:50:00.000159+0000 mon.smithi136 (mon.0) 6195 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:50:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:00 smithi145 bash[13673]: cluster 2022-04-26T07:49:59.463361+0000 mgr.smithi136.ofnrfx (mgr.14188) 10120 : cluster [DBG] pgmap v9495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:00 smithi145 bash[13673]: cluster 2022-04-26T07:50:00.000159+0000 mon.smithi136 (mon.0) 6195 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T07:50:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:02 smithi136 bash[11745]: cluster 2022-04-26T07:50:01.464071+0000 mgr.smithi136.ofnrfx (mgr.14188) 10121 : cluster [DBG] pgmap v9496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:02 smithi145 bash[13673]: cluster 2022-04-26T07:50:01.464071+0000 mgr.smithi136.ofnrfx (mgr.14188) 10121 : cluster [DBG] pgmap v9496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:03 smithi136 bash[11745]: audit 2022-04-26T07:50:03.119731+0000 mon.smithi136 (mon.0) 6196 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:50:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:03 smithi136 bash[11745]: audit 2022-04-26T07:50:03.123568+0000 mon.smithi136 (mon.0) 6197 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:50:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:03 smithi145 bash[13673]: audit 2022-04-26T07:50:03.119731+0000 mon.smithi136 (mon.0) 6196 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:50:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:03 smithi145 bash[13673]: audit 2022-04-26T07:50:03.123568+0000 mon.smithi136 (mon.0) 6197 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:50:04.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:04.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:04.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:04.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:04 smithi136 bash[11745]: cluster 2022-04-26T07:50:03.464711+0000 mgr.smithi136.ofnrfx (mgr.14188) 10122 : cluster [DBG] pgmap v9497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:04 smithi136 bash[11745]: audit 2022-04-26T07:50:04.379549+0000 mon.smithi136 (mon.0) 6198 : audit [DBG] from='client.? 172.21.15.136:0/1732153471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:04 smithi145 bash[13673]: cluster 2022-04-26T07:50:03.464711+0000 mgr.smithi136.ofnrfx (mgr.14188) 10122 : cluster [DBG] pgmap v9497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:04 smithi145 bash[13673]: audit 2022-04-26T07:50:04.379549+0000 mon.smithi136 (mon.0) 6198 : audit [DBG] from='client.? 172.21.15.136:0/1732153471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:06 smithi145 bash[13673]: cluster 2022-04-26T07:50:05.465325+0000 mgr.smithi136.ofnrfx (mgr.14188) 10123 : cluster [DBG] pgmap v9498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:06 smithi136 bash[11745]: cluster 2022-04-26T07:50:05.465325+0000 mgr.smithi136.ofnrfx (mgr.14188) 10123 : cluster [DBG] pgmap v9498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:08 smithi145 bash[13673]: cluster 2022-04-26T07:50:07.465971+0000 mgr.smithi136.ofnrfx (mgr.14188) 10124 : cluster [DBG] pgmap v9499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:08 smithi136 bash[11745]: cluster 2022-04-26T07:50:07.465971+0000 mgr.smithi136.ofnrfx (mgr.14188) 10124 : cluster [DBG] pgmap v9499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:09.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:09.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:09.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:09.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:10 smithi145 bash[13673]: cluster 2022-04-26T07:50:09.466594+0000 mgr.smithi136.ofnrfx (mgr.14188) 10125 : cluster [DBG] pgmap v9500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:10 smithi145 bash[13673]: audit 2022-04-26T07:50:09.708158+0000 mon.smithi136 (mon.0) 6199 : audit [DBG] from='client.? 172.21.15.136:0/505348647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:10.553 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:10 smithi136 bash[11745]: cluster 2022-04-26T07:50:09.466594+0000 mgr.smithi136.ofnrfx (mgr.14188) 10125 : cluster [DBG] pgmap v9500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:10.553 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:10 smithi136 bash[11745]: audit 2022-04-26T07:50:09.708158+0000 mon.smithi136 (mon.0) 6199 : audit [DBG] from='client.? 172.21.15.136:0/505348647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:12 smithi136 bash[11745]: cluster 2022-04-26T07:50:11.467305+0000 mgr.smithi136.ofnrfx (mgr.14188) 10126 : cluster [DBG] pgmap v9501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:12 smithi145 bash[13673]: cluster 2022-04-26T07:50:11.467305+0000 mgr.smithi136.ofnrfx (mgr.14188) 10126 : cluster [DBG] pgmap v9501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:14.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:14.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:14.727 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:14 smithi136 bash[11745]: cluster 2022-04-26T07:50:13.467923+0000 mgr.smithi136.ofnrfx (mgr.14188) 10127 : cluster [DBG] pgmap v9502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:14 smithi145 bash[13673]: cluster 2022-04-26T07:50:13.467923+0000 mgr.smithi136.ofnrfx (mgr.14188) 10127 : cluster [DBG] pgmap v9502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:15.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:15 smithi136 bash[11745]: audit 2022-04-26T07:50:15.033095+0000 mon.smithi136 (mon.0) 6200 : audit [DBG] from='client.? 172.21.15.136:0/2337554854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:15 smithi145 bash[13673]: audit 2022-04-26T07:50:15.033095+0000 mon.smithi136 (mon.0) 6200 : audit [DBG] from='client.? 172.21.15.136:0/2337554854' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:16 smithi136 bash[11745]: cluster 2022-04-26T07:50:15.468572+0000 mgr.smithi136.ofnrfx (mgr.14188) 10128 : cluster [DBG] pgmap v9503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:16 smithi145 bash[13673]: cluster 2022-04-26T07:50:15.468572+0000 mgr.smithi136.ofnrfx (mgr.14188) 10128 : cluster [DBG] pgmap v9503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:18 smithi136 bash[11745]: cluster 2022-04-26T07:50:17.469229+0000 mgr.smithi136.ofnrfx (mgr.14188) 10129 : cluster [DBG] pgmap v9504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:18 smithi145 bash[13673]: cluster 2022-04-26T07:50:17.469229+0000 mgr.smithi136.ofnrfx (mgr.14188) 10129 : cluster [DBG] pgmap v9504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:20.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:20.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:20.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:20.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:20 smithi145 bash[13673]: cluster 2022-04-26T07:50:19.469843+0000 mgr.smithi136.ofnrfx (mgr.14188) 10130 : cluster [DBG] pgmap v9505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:20.552 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:20 smithi136 bash[11745]: cluster 2022-04-26T07:50:19.469843+0000 mgr.smithi136.ofnrfx (mgr.14188) 10130 : cluster [DBG] pgmap v9505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:21 smithi145 bash[13673]: audit 2022-04-26T07:50:20.363679+0000 mon.smithi136 (mon.0) 6201 : audit [DBG] from='client.? 172.21.15.136:0/2161928645' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:21 smithi136 bash[11745]: audit 2022-04-26T07:50:20.363679+0000 mon.smithi136 (mon.0) 6201 : audit [DBG] from='client.? 172.21.15.136:0/2161928645' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:22 smithi145 bash[13673]: cluster 2022-04-26T07:50:21.470505+0000 mgr.smithi136.ofnrfx (mgr.14188) 10131 : cluster [DBG] pgmap v9506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:22 smithi136 bash[11745]: cluster 2022-04-26T07:50:21.470505+0000 mgr.smithi136.ofnrfx (mgr.14188) 10131 : cluster [DBG] pgmap v9506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:24 smithi136 bash[11745]: cluster 2022-04-26T07:50:23.471132+0000 mgr.smithi136.ofnrfx (mgr.14188) 10132 : cluster [DBG] pgmap v9507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:24 smithi145 bash[13673]: cluster 2022-04-26T07:50:23.471132+0000 mgr.smithi136.ofnrfx (mgr.14188) 10132 : cluster [DBG] pgmap v9507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:25.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:25.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:25.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:25.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:26 smithi136 bash[11745]: cluster 2022-04-26T07:50:25.471837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10133 : cluster [DBG] pgmap v9508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:26 smithi136 bash[11745]: audit 2022-04-26T07:50:25.685679+0000 mon.smithi136 (mon.0) 6202 : audit [DBG] from='client.? 172.21.15.136:0/1779258213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:26 smithi145 bash[13673]: cluster 2022-04-26T07:50:25.471837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10133 : cluster [DBG] pgmap v9508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:26 smithi145 bash[13673]: audit 2022-04-26T07:50:25.685679+0000 mon.smithi136 (mon.0) 6202 : audit [DBG] from='client.? 172.21.15.136:0/1779258213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:28 smithi136 bash[11745]: cluster 2022-04-26T07:50:27.472516+0000 mgr.smithi136.ofnrfx (mgr.14188) 10134 : cluster [DBG] pgmap v9509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:28 smithi145 bash[13673]: cluster 2022-04-26T07:50:27.472516+0000 mgr.smithi136.ofnrfx (mgr.14188) 10134 : cluster [DBG] pgmap v9509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:30 smithi145 bash[13673]: cluster 2022-04-26T07:50:29.473237+0000 mgr.smithi136.ofnrfx (mgr.14188) 10135 : cluster [DBG] pgmap v9510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:30.553 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:30 smithi136 bash[11745]: cluster 2022-04-26T07:50:29.473237+0000 mgr.smithi136.ofnrfx (mgr.14188) 10135 : cluster [DBG] pgmap v9510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:30.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:30.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:30.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:31.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:31 smithi145 bash[13673]: audit 2022-04-26T07:50:31.007667+0000 mon.smithi136 (mon.0) 6203 : audit [DBG] from='client.? 172.21.15.136:0/3070868379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:31 smithi136 bash[11745]: audit 2022-04-26T07:50:31.007667+0000 mon.smithi136 (mon.0) 6203 : audit [DBG] from='client.? 172.21.15.136:0/3070868379' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:32 smithi145 bash[13673]: cluster 2022-04-26T07:50:31.473952+0000 mgr.smithi136.ofnrfx (mgr.14188) 10136 : cluster [DBG] pgmap v9511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:32 smithi136 bash[11745]: cluster 2022-04-26T07:50:31.473952+0000 mgr.smithi136.ofnrfx (mgr.14188) 10136 : cluster [DBG] pgmap v9511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:34 smithi136 bash[11745]: cluster 2022-04-26T07:50:33.474582+0000 mgr.smithi136.ofnrfx (mgr.14188) 10137 : cluster [DBG] pgmap v9512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:34 smithi145 bash[13673]: cluster 2022-04-26T07:50:33.474582+0000 mgr.smithi136.ofnrfx (mgr.14188) 10137 : cluster [DBG] pgmap v9512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:36.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:36.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:36.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:36.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:36 smithi136 bash[11745]: cluster 2022-04-26T07:50:35.475147+0000 mgr.smithi136.ofnrfx (mgr.14188) 10138 : cluster [DBG] pgmap v9513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:36 smithi136 bash[11745]: audit 2022-04-26T07:50:36.333648+0000 mon.smithi136 (mon.0) 6204 : audit [DBG] from='client.? 172.21.15.136:0/2279754670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:36 smithi145 bash[13673]: cluster 2022-04-26T07:50:35.475147+0000 mgr.smithi136.ofnrfx (mgr.14188) 10138 : cluster [DBG] pgmap v9513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:36 smithi145 bash[13673]: audit 2022-04-26T07:50:36.333648+0000 mon.smithi136 (mon.0) 6204 : audit [DBG] from='client.? 172.21.15.136:0/2279754670' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:38 smithi136 bash[11745]: cluster 2022-04-26T07:50:37.475879+0000 mgr.smithi136.ofnrfx (mgr.14188) 10139 : cluster [DBG] pgmap v9514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:38 smithi145 bash[13673]: cluster 2022-04-26T07:50:37.475879+0000 mgr.smithi136.ofnrfx (mgr.14188) 10139 : cluster [DBG] pgmap v9514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:40 smithi145 bash[13673]: cluster 2022-04-26T07:50:39.476500+0000 mgr.smithi136.ofnrfx (mgr.14188) 10140 : cluster [DBG] pgmap v9515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:40.553 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:40 smithi136 bash[11745]: cluster 2022-04-26T07:50:39.476500+0000 mgr.smithi136.ofnrfx (mgr.14188) 10140 : cluster [DBG] pgmap v9515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:41.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:41.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:41.353 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:41.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:42 smithi136 bash[11745]: cluster 2022-04-26T07:50:41.477083+0000 mgr.smithi136.ofnrfx (mgr.14188) 10141 : cluster [DBG] pgmap v9516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:42 smithi136 bash[11745]: audit 2022-04-26T07:50:41.660789+0000 mon.smithi136 (mon.0) 6205 : audit [DBG] from='client.? 172.21.15.136:0/756994364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:42 smithi145 bash[13673]: cluster 2022-04-26T07:50:41.477083+0000 mgr.smithi136.ofnrfx (mgr.14188) 10141 : cluster [DBG] pgmap v9516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:42 smithi145 bash[13673]: audit 2022-04-26T07:50:41.660789+0000 mon.smithi136 (mon.0) 6205 : audit [DBG] from='client.? 172.21.15.136:0/756994364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:43 smithi136 bash[11745]: audit 2022-04-26T07:50:43.483380+0000 mon.smithi136 (mon.0) 6206 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:50:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:43 smithi136 bash[11745]: audit 2022-04-26T07:50:43.486111+0000 mon.smithi136 (mon.0) 6207 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:50:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:43 smithi136 bash[11745]: audit 2022-04-26T07:50:43.488072+0000 mon.smithi136 (mon.0) 6208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:50:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:43 smithi145 bash[13673]: audit 2022-04-26T07:50:43.483380+0000 mon.smithi136 (mon.0) 6206 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:50:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:43 smithi145 bash[13673]: audit 2022-04-26T07:50:43.486111+0000 mon.smithi136 (mon.0) 6207 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:50:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:43 smithi145 bash[13673]: audit 2022-04-26T07:50:43.488072+0000 mon.smithi136 (mon.0) 6208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:50:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:44 smithi136 bash[11745]: cluster 2022-04-26T07:50:43.477699+0000 mgr.smithi136.ofnrfx (mgr.14188) 10142 : cluster [DBG] pgmap v9517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:44 smithi136 bash[11745]: audit 2022-04-26T07:50:43.812866+0000 mon.smithi136 (mon.0) 6209 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:50:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:44 smithi136 bash[11745]: audit 2022-04-26T07:50:43.819374+0000 mon.smithi136 (mon.0) 6210 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:50:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:44 smithi145 bash[13673]: cluster 2022-04-26T07:50:43.477699+0000 mgr.smithi136.ofnrfx (mgr.14188) 10142 : cluster [DBG] pgmap v9517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:44 smithi145 bash[13673]: audit 2022-04-26T07:50:43.812866+0000 mon.smithi136 (mon.0) 6209 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:50:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:44 smithi145 bash[13673]: audit 2022-04-26T07:50:43.819374+0000 mon.smithi136 (mon.0) 6210 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:50:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:45 smithi136 bash[11745]: cluster 2022-04-26T07:50:43.807597+0000 mgr.smithi136.ofnrfx (mgr.14188) 10143 : cluster [DBG] pgmap v9518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:45 smithi136 bash[11745]: cluster 2022-04-26T07:50:43.807965+0000 mgr.smithi136.ofnrfx (mgr.14188) 10144 : cluster [DBG] pgmap v9519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:45 smithi136 bash[11745]: cephadm 2022-04-26T07:50:43.820348+0000 mgr.smithi136.ofnrfx (mgr.14188) 10145 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:50:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:45 smithi136 bash[11745]: cephadm 2022-04-26T07:50:43.820486+0000 mgr.smithi136.ofnrfx (mgr.14188) 10146 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:50:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:45 smithi145 bash[13673]: cluster 2022-04-26T07:50:43.807597+0000 mgr.smithi136.ofnrfx (mgr.14188) 10143 : cluster [DBG] pgmap v9518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:45 smithi145 bash[13673]: cluster 2022-04-26T07:50:43.807965+0000 mgr.smithi136.ofnrfx (mgr.14188) 10144 : cluster [DBG] pgmap v9519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:45 smithi145 bash[13673]: cephadm 2022-04-26T07:50:43.820348+0000 mgr.smithi136.ofnrfx (mgr.14188) 10145 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:50:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:45 smithi145 bash[13673]: cephadm 2022-04-26T07:50:43.820486+0000 mgr.smithi136.ofnrfx (mgr.14188) 10146 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:50:46.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:46.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:46.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:47.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:47 smithi145 bash[13673]: cluster 2022-04-26T07:50:45.808472+0000 mgr.smithi136.ofnrfx (mgr.14188) 10147 : cluster [DBG] pgmap v9520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:47 smithi145 bash[13673]: audit 2022-04-26T07:50:46.989447+0000 mon.smithi136 (mon.0) 6211 : audit [DBG] from='client.? 172.21.15.136:0/3349330142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:47 smithi136 bash[11745]: cluster 2022-04-26T07:50:45.808472+0000 mgr.smithi136.ofnrfx (mgr.14188) 10147 : cluster [DBG] pgmap v9520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:47 smithi136 bash[11745]: audit 2022-04-26T07:50:46.989447+0000 mon.smithi136 (mon.0) 6211 : audit [DBG] from='client.? 172.21.15.136:0/3349330142' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:49 smithi145 bash[13673]: cluster 2022-04-26T07:50:47.809094+0000 mgr.smithi136.ofnrfx (mgr.14188) 10148 : cluster [DBG] pgmap v9521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:49 smithi136 bash[11745]: cluster 2022-04-26T07:50:47.809094+0000 mgr.smithi136.ofnrfx (mgr.14188) 10148 : cluster [DBG] pgmap v9521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:51 smithi145 bash[13673]: cluster 2022-04-26T07:50:49.809821+0000 mgr.smithi136.ofnrfx (mgr.14188) 10149 : cluster [DBG] pgmap v9522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:52.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:52.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:52.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:51 smithi136 bash[11745]: cluster 2022-04-26T07:50:49.809821+0000 mgr.smithi136.ofnrfx (mgr.14188) 10149 : cluster [DBG] pgmap v9522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:52.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:52 smithi145 bash[13673]: audit 2022-04-26T07:50:52.321327+0000 mon.smithi136 (mon.0) 6212 : audit [DBG] from='client.? 172.21.15.136:0/3018315427' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:52 smithi136 bash[11745]: audit 2022-04-26T07:50:52.321327+0000 mon.smithi136 (mon.0) 6212 : audit [DBG] from='client.? 172.21.15.136:0/3018315427' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:53 smithi145 bash[13673]: cluster 2022-04-26T07:50:51.810502+0000 mgr.smithi136.ofnrfx (mgr.14188) 10150 : cluster [DBG] pgmap v9523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:53 smithi136 bash[11745]: cluster 2022-04-26T07:50:51.810502+0000 mgr.smithi136.ofnrfx (mgr.14188) 10150 : cluster [DBG] pgmap v9523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:55 smithi145 bash[13673]: cluster 2022-04-26T07:50:53.811113+0000 mgr.smithi136.ofnrfx (mgr.14188) 10151 : cluster [DBG] pgmap v9524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:55 smithi136 bash[11745]: cluster 2022-04-26T07:50:53.811113+0000 mgr.smithi136.ofnrfx (mgr.14188) 10151 : cluster [DBG] pgmap v9524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:57.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:50:57.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:50:57.340 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:50:57.669 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:50:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:57 smithi145 bash[13673]: cluster 2022-04-26T07:50:55.811769+0000 mgr.smithi136.ofnrfx (mgr.14188) 10152 : cluster [DBG] pgmap v9525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:57 smithi136 bash[11745]: cluster 2022-04-26T07:50:55.811769+0000 mgr.smithi136.ofnrfx (mgr.14188) 10152 : cluster [DBG] pgmap v9525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:50:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:58 smithi145 bash[13673]: audit 2022-04-26T07:50:57.653517+0000 mon.smithi136 (mon.0) 6213 : audit [DBG] from='client.? 172.21.15.136:0/464058222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:58 smithi136 bash[11745]: audit 2022-04-26T07:50:57.653517+0000 mon.smithi136 (mon.0) 6213 : audit [DBG] from='client.? 172.21.15.136:0/464058222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:50:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:50:59 smithi145 bash[13673]: cluster 2022-04-26T07:50:57.812425+0000 mgr.smithi136.ofnrfx (mgr.14188) 10153 : cluster [DBG] pgmap v9526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:50:59 smithi136 bash[11745]: cluster 2022-04-26T07:50:57.812425+0000 mgr.smithi136.ofnrfx (mgr.14188) 10153 : cluster [DBG] pgmap v9526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:01 smithi145 bash[13673]: cluster 2022-04-26T07:50:59.813035+0000 mgr.smithi136.ofnrfx (mgr.14188) 10154 : cluster [DBG] pgmap v9527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:01 smithi136 bash[11745]: cluster 2022-04-26T07:50:59.813035+0000 mgr.smithi136.ofnrfx (mgr.14188) 10154 : cluster [DBG] pgmap v9527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:02.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:02.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:02.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:02.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:03 smithi145 bash[13673]: cluster 2022-04-26T07:51:01.813687+0000 mgr.smithi136.ofnrfx (mgr.14188) 10155 : cluster [DBG] pgmap v9528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:03 smithi145 bash[13673]: audit 2022-04-26T07:51:02.979531+0000 mon.smithi136 (mon.0) 6214 : audit [DBG] from='client.? 172.21.15.136:0/3096069202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:03 smithi145 bash[13673]: audit 2022-04-26T07:51:03.123831+0000 mon.smithi136 (mon.0) 6215 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:51:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:03 smithi145 bash[13673]: audit 2022-04-26T07:51:03.127765+0000 mon.smithi136 (mon.0) 6216 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:51:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:03 smithi136 bash[11745]: cluster 2022-04-26T07:51:01.813687+0000 mgr.smithi136.ofnrfx (mgr.14188) 10155 : cluster [DBG] pgmap v9528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:03 smithi136 bash[11745]: audit 2022-04-26T07:51:02.979531+0000 mon.smithi136 (mon.0) 6214 : audit [DBG] from='client.? 172.21.15.136:0/3096069202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:03 smithi136 bash[11745]: audit 2022-04-26T07:51:03.123831+0000 mon.smithi136 (mon.0) 6215 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:51:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:03 smithi136 bash[11745]: audit 2022-04-26T07:51:03.127765+0000 mon.smithi136 (mon.0) 6216 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:51:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:05 smithi145 bash[13673]: cluster 2022-04-26T07:51:03.814347+0000 mgr.smithi136.ofnrfx (mgr.14188) 10156 : cluster [DBG] pgmap v9529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:05 smithi136 bash[11745]: cluster 2022-04-26T07:51:03.814347+0000 mgr.smithi136.ofnrfx (mgr.14188) 10156 : cluster [DBG] pgmap v9529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:07 smithi145 bash[13673]: cluster 2022-04-26T07:51:05.814944+0000 mgr.smithi136.ofnrfx (mgr.14188) 10157 : cluster [DBG] pgmap v9530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:07.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:07.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:07.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:07 smithi136 bash[11745]: cluster 2022-04-26T07:51:05.814944+0000 mgr.smithi136.ofnrfx (mgr.14188) 10157 : cluster [DBG] pgmap v9530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:08.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:08 smithi145 bash[13673]: audit 2022-04-26T07:51:08.311806+0000 mon.smithi136 (mon.0) 6217 : audit [DBG] from='client.? 172.21.15.136:0/614080424' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:08 smithi136 bash[11745]: audit 2022-04-26T07:51:08.311806+0000 mon.smithi136 (mon.0) 6217 : audit [DBG] from='client.? 172.21.15.136:0/614080424' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:09 smithi145 bash[13673]: cluster 2022-04-26T07:51:07.815594+0000 mgr.smithi136.ofnrfx (mgr.14188) 10158 : cluster [DBG] pgmap v9531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:09 smithi136 bash[11745]: cluster 2022-04-26T07:51:07.815594+0000 mgr.smithi136.ofnrfx (mgr.14188) 10158 : cluster [DBG] pgmap v9531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:11 smithi136 bash[11745]: cluster 2022-04-26T07:51:09.816220+0000 mgr.smithi136.ofnrfx (mgr.14188) 10159 : cluster [DBG] pgmap v9532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:11 smithi145 bash[13673]: cluster 2022-04-26T07:51:09.816220+0000 mgr.smithi136.ofnrfx (mgr.14188) 10159 : cluster [DBG] pgmap v9532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:13.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:13.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:13.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:13.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:13 smithi136 bash[11745]: cluster 2022-04-26T07:51:11.816873+0000 mgr.smithi136.ofnrfx (mgr.14188) 10160 : cluster [DBG] pgmap v9533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:13 smithi136 bash[11745]: audit 2022-04-26T07:51:13.645433+0000 mon.smithi136 (mon.0) 6218 : audit [DBG] from='client.? 172.21.15.136:0/76733915' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:13 smithi145 bash[13673]: cluster 2022-04-26T07:51:11.816873+0000 mgr.smithi136.ofnrfx (mgr.14188) 10160 : cluster [DBG] pgmap v9533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:13 smithi145 bash[13673]: audit 2022-04-26T07:51:13.645433+0000 mon.smithi136 (mon.0) 6218 : audit [DBG] from='client.? 172.21.15.136:0/76733915' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:15 smithi136 bash[11745]: cluster 2022-04-26T07:51:13.817496+0000 mgr.smithi136.ofnrfx (mgr.14188) 10161 : cluster [DBG] pgmap v9534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:15 smithi145 bash[13673]: cluster 2022-04-26T07:51:13.817496+0000 mgr.smithi136.ofnrfx (mgr.14188) 10161 : cluster [DBG] pgmap v9534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:17 smithi136 bash[11745]: cluster 2022-04-26T07:51:15.818093+0000 mgr.smithi136.ofnrfx (mgr.14188) 10162 : cluster [DBG] pgmap v9535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:17 smithi145 bash[13673]: cluster 2022-04-26T07:51:15.818093+0000 mgr.smithi136.ofnrfx (mgr.14188) 10162 : cluster [DBG] pgmap v9535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:18.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:18.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:18.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:18.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:19 smithi136 bash[11745]: cluster 2022-04-26T07:51:17.818763+0000 mgr.smithi136.ofnrfx (mgr.14188) 10163 : cluster [DBG] pgmap v9536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:19 smithi136 bash[11745]: audit 2022-04-26T07:51:18.969160+0000 mon.smithi136 (mon.0) 6219 : audit [DBG] from='client.? 172.21.15.136:0/943454210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:19 smithi145 bash[13673]: cluster 2022-04-26T07:51:17.818763+0000 mgr.smithi136.ofnrfx (mgr.14188) 10163 : cluster [DBG] pgmap v9536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:19 smithi145 bash[13673]: audit 2022-04-26T07:51:18.969160+0000 mon.smithi136 (mon.0) 6219 : audit [DBG] from='client.? 172.21.15.136:0/943454210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:21 smithi136 bash[11745]: cluster 2022-04-26T07:51:19.819408+0000 mgr.smithi136.ofnrfx (mgr.14188) 10164 : cluster [DBG] pgmap v9537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:21 smithi145 bash[13673]: cluster 2022-04-26T07:51:19.819408+0000 mgr.smithi136.ofnrfx (mgr.14188) 10164 : cluster [DBG] pgmap v9537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:22 smithi136 bash[11745]: cluster 2022-04-26T07:51:21.820117+0000 mgr.smithi136.ofnrfx (mgr.14188) 10165 : cluster [DBG] pgmap v9538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:23.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:22 smithi145 bash[13673]: cluster 2022-04-26T07:51:21.820117+0000 mgr.smithi136.ofnrfx (mgr.14188) 10165 : cluster [DBG] pgmap v9538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:23.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:23.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:23.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:24.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:25 smithi136 bash[11745]: cluster 2022-04-26T07:51:23.820746+0000 mgr.smithi136.ofnrfx (mgr.14188) 10166 : cluster [DBG] pgmap v9539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:25 smithi136 bash[11745]: audit 2022-04-26T07:51:24.295485+0000 mon.smithi136 (mon.0) 6220 : audit [DBG] from='client.? 172.21.15.136:0/3739617697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:25 smithi145 bash[13673]: cluster 2022-04-26T07:51:23.820746+0000 mgr.smithi136.ofnrfx (mgr.14188) 10166 : cluster [DBG] pgmap v9539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:25 smithi145 bash[13673]: audit 2022-04-26T07:51:24.295485+0000 mon.smithi136 (mon.0) 6220 : audit [DBG] from='client.? 172.21.15.136:0/3739617697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:27 smithi136 bash[11745]: cluster 2022-04-26T07:51:25.821330+0000 mgr.smithi136.ofnrfx (mgr.14188) 10167 : cluster [DBG] pgmap v9540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:27 smithi145 bash[13673]: cluster 2022-04-26T07:51:25.821330+0000 mgr.smithi136.ofnrfx (mgr.14188) 10167 : cluster [DBG] pgmap v9540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:29.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:29.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:29.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:29 smithi136 bash[11745]: cluster 2022-04-26T07:51:27.821973+0000 mgr.smithi136.ofnrfx (mgr.14188) 10168 : cluster [DBG] pgmap v9541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:29.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:29 smithi145 bash[13673]: cluster 2022-04-26T07:51:27.821973+0000 mgr.smithi136.ofnrfx (mgr.14188) 10168 : cluster [DBG] pgmap v9541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:30.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:30 smithi136 bash[11745]: audit 2022-04-26T07:51:29.618028+0000 mon.smithi136 (mon.0) 6221 : audit [DBG] from='client.? 172.21.15.136:0/2891160069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:30 smithi145 bash[13673]: audit 2022-04-26T07:51:29.618028+0000 mon.smithi136 (mon.0) 6221 : audit [DBG] from='client.? 172.21.15.136:0/2891160069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:31 smithi136 bash[11745]: cluster 2022-04-26T07:51:29.822593+0000 mgr.smithi136.ofnrfx (mgr.14188) 10169 : cluster [DBG] pgmap v9542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:31 smithi145 bash[13673]: cluster 2022-04-26T07:51:29.822593+0000 mgr.smithi136.ofnrfx (mgr.14188) 10169 : cluster [DBG] pgmap v9542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:33 smithi136 bash[11745]: cluster 2022-04-26T07:51:31.823259+0000 mgr.smithi136.ofnrfx (mgr.14188) 10170 : cluster [DBG] pgmap v9543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:33 smithi145 bash[13673]: cluster 2022-04-26T07:51:31.823259+0000 mgr.smithi136.ofnrfx (mgr.14188) 10170 : cluster [DBG] pgmap v9543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:34.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:34.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:34.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:35 smithi136 bash[11745]: cluster 2022-04-26T07:51:33.823916+0000 mgr.smithi136.ofnrfx (mgr.14188) 10171 : cluster [DBG] pgmap v9544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:35 smithi136 bash[11745]: audit 2022-04-26T07:51:34.943816+0000 mon.smithi136 (mon.0) 6222 : audit [DBG] from='client.? 172.21.15.136:0/1361423275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:35 smithi145 bash[13673]: cluster 2022-04-26T07:51:33.823916+0000 mgr.smithi136.ofnrfx (mgr.14188) 10171 : cluster [DBG] pgmap v9544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:35 smithi145 bash[13673]: audit 2022-04-26T07:51:34.943816+0000 mon.smithi136 (mon.0) 6222 : audit [DBG] from='client.? 172.21.15.136:0/1361423275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:37 smithi136 bash[11745]: cluster 2022-04-26T07:51:35.824517+0000 mgr.smithi136.ofnrfx (mgr.14188) 10172 : cluster [DBG] pgmap v9545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:37 smithi145 bash[13673]: cluster 2022-04-26T07:51:35.824517+0000 mgr.smithi136.ofnrfx (mgr.14188) 10172 : cluster [DBG] pgmap v9545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:39 smithi136 bash[11745]: cluster 2022-04-26T07:51:37.825156+0000 mgr.smithi136.ofnrfx (mgr.14188) 10173 : cluster [DBG] pgmap v9546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:39 smithi145 bash[13673]: cluster 2022-04-26T07:51:37.825156+0000 mgr.smithi136.ofnrfx (mgr.14188) 10173 : cluster [DBG] pgmap v9546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:39.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:39.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:39.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:40.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:41 smithi136 bash[11745]: cluster 2022-04-26T07:51:39.825807+0000 mgr.smithi136.ofnrfx (mgr.14188) 10174 : cluster [DBG] pgmap v9547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:41 smithi136 bash[11745]: audit 2022-04-26T07:51:40.268437+0000 mon.smithi136 (mon.0) 6223 : audit [DBG] from='client.? 172.21.15.136:0/2035930806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:41.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:41 smithi145 bash[13673]: cluster 2022-04-26T07:51:39.825807+0000 mgr.smithi136.ofnrfx (mgr.14188) 10174 : cluster [DBG] pgmap v9547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:41 smithi145 bash[13673]: audit 2022-04-26T07:51:40.268437+0000 mon.smithi136 (mon.0) 6223 : audit [DBG] from='client.? 172.21.15.136:0/2035930806' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:43 smithi136 bash[11745]: cluster 2022-04-26T07:51:41.826440+0000 mgr.smithi136.ofnrfx (mgr.14188) 10175 : cluster [DBG] pgmap v9548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:43 smithi145 bash[13673]: cluster 2022-04-26T07:51:41.826440+0000 mgr.smithi136.ofnrfx (mgr.14188) 10175 : cluster [DBG] pgmap v9548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:44 smithi136 bash[11745]: audit 2022-04-26T07:51:43.831115+0000 mon.smithi136 (mon.0) 6224 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:51:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:44 smithi136 bash[11745]: audit 2022-04-26T07:51:43.833999+0000 mon.smithi136 (mon.0) 6225 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:51:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:44 smithi136 bash[11745]: audit 2022-04-26T07:51:43.835704+0000 mon.smithi136 (mon.0) 6226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:51:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:44 smithi136 bash[11745]: audit 2022-04-26T07:51:44.137714+0000 mon.smithi136 (mon.0) 6227 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:51:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:44 smithi145 bash[13673]: audit 2022-04-26T07:51:43.831115+0000 mon.smithi136 (mon.0) 6224 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:51:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:44 smithi145 bash[13673]: audit 2022-04-26T07:51:43.833999+0000 mon.smithi136 (mon.0) 6225 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:51:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:44 smithi145 bash[13673]: audit 2022-04-26T07:51:43.835704+0000 mon.smithi136 (mon.0) 6226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:51:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:44 smithi145 bash[13673]: audit 2022-04-26T07:51:44.137714+0000 mon.smithi136 (mon.0) 6227 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:51:45.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:45.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:45.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:45.609 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:45 smithi136 bash[11745]: cluster 2022-04-26T07:51:43.827056+0000 mgr.smithi136.ofnrfx (mgr.14188) 10176 : cluster [DBG] pgmap v9549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:45 smithi136 bash[11745]: cluster 2022-04-26T07:51:44.430811+0000 mgr.smithi136.ofnrfx (mgr.14188) 10177 : cluster [DBG] pgmap v9550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:45 smithi136 bash[11745]: cluster 2022-04-26T07:51:44.431284+0000 mgr.smithi136.ofnrfx (mgr.14188) 10178 : cluster [DBG] pgmap v9551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:45 smithi136 bash[11745]: audit 2022-04-26T07:51:44.437685+0000 mon.smithi136 (mon.0) 6228 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:51:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:45 smithi136 bash[11745]: audit 2022-04-26T07:51:44.445731+0000 mon.smithi136 (mon.0) 6229 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:51:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:45 smithi136 bash[11745]: cephadm 2022-04-26T07:51:44.446987+0000 mgr.smithi136.ofnrfx (mgr.14188) 10179 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:51:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:45 smithi136 bash[11745]: cephadm 2022-04-26T07:51:44.447128+0000 mgr.smithi136.ofnrfx (mgr.14188) 10180 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:51:45.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:45 smithi145 bash[13673]: cluster 2022-04-26T07:51:43.827056+0000 mgr.smithi136.ofnrfx (mgr.14188) 10176 : cluster [DBG] pgmap v9549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:45.906 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:45 smithi145 bash[13673]: cluster 2022-04-26T07:51:44.430811+0000 mgr.smithi136.ofnrfx (mgr.14188) 10177 : cluster [DBG] pgmap v9550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:45.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:45 smithi145 bash[13673]: cluster 2022-04-26T07:51:44.431284+0000 mgr.smithi136.ofnrfx (mgr.14188) 10178 : cluster [DBG] pgmap v9551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:45.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:45 smithi145 bash[13673]: audit 2022-04-26T07:51:44.437685+0000 mon.smithi136 (mon.0) 6228 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:51:45.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:45 smithi145 bash[13673]: audit 2022-04-26T07:51:44.445731+0000 mon.smithi136 (mon.0) 6229 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:51:45.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:45 smithi145 bash[13673]: cephadm 2022-04-26T07:51:44.446987+0000 mgr.smithi136.ofnrfx (mgr.14188) 10179 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:51:45.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:45 smithi145 bash[13673]: cephadm 2022-04-26T07:51:44.447128+0000 mgr.smithi136.ofnrfx (mgr.14188) 10180 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:51:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:46 smithi136 bash[11745]: audit 2022-04-26T07:51:45.594525+0000 mon.smithi136 (mon.0) 6230 : audit [DBG] from='client.? 172.21.15.136:0/4025033353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:46 smithi145 bash[13673]: audit 2022-04-26T07:51:45.594525+0000 mon.smithi136 (mon.0) 6230 : audit [DBG] from='client.? 172.21.15.136:0/4025033353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:47 smithi136 bash[11745]: cluster 2022-04-26T07:51:46.432106+0000 mgr.smithi136.ofnrfx (mgr.14188) 10181 : cluster [DBG] pgmap v9552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:47 smithi145 bash[13673]: cluster 2022-04-26T07:51:46.432106+0000 mgr.smithi136.ofnrfx (mgr.14188) 10181 : cluster [DBG] pgmap v9552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:49 smithi136 bash[11745]: cluster 2022-04-26T07:51:48.432671+0000 mgr.smithi136.ofnrfx (mgr.14188) 10182 : cluster [DBG] pgmap v9553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:49 smithi145 bash[13673]: cluster 2022-04-26T07:51:48.432671+0000 mgr.smithi136.ofnrfx (mgr.14188) 10182 : cluster [DBG] pgmap v9553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:50.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:50.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:50.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:50.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:51 smithi136 bash[11745]: cluster 2022-04-26T07:51:50.433289+0000 mgr.smithi136.ofnrfx (mgr.14188) 10183 : cluster [DBG] pgmap v9554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:51 smithi136 bash[11745]: audit 2022-04-26T07:51:50.928300+0000 mon.smithi136 (mon.0) 6231 : audit [DBG] from='client.? 172.21.15.136:0/216599850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:51 smithi145 bash[13673]: cluster 2022-04-26T07:51:50.433289+0000 mgr.smithi136.ofnrfx (mgr.14188) 10183 : cluster [DBG] pgmap v9554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:51 smithi145 bash[13673]: audit 2022-04-26T07:51:50.928300+0000 mon.smithi136 (mon.0) 6231 : audit [DBG] from='client.? 172.21.15.136:0/216599850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:53 smithi136 bash[11745]: cluster 2022-04-26T07:51:52.433962+0000 mgr.smithi136.ofnrfx (mgr.14188) 10184 : cluster [DBG] pgmap v9555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:53 smithi145 bash[13673]: cluster 2022-04-26T07:51:52.433962+0000 mgr.smithi136.ofnrfx (mgr.14188) 10184 : cluster [DBG] pgmap v9555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:55 smithi136 bash[11745]: cluster 2022-04-26T07:51:54.434593+0000 mgr.smithi136.ofnrfx (mgr.14188) 10185 : cluster [DBG] pgmap v9556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:55 smithi145 bash[13673]: cluster 2022-04-26T07:51:54.434593+0000 mgr.smithi136.ofnrfx (mgr.14188) 10185 : cluster [DBG] pgmap v9556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:55.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:51:55.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:51:55.947 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:51:56.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:51:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:56 smithi136 bash[11745]: audit 2022-04-26T07:51:56.251416+0000 mon.smithi136 (mon.0) 6232 : audit [DBG] from='client.? 172.21.15.136:0/2623864659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:56 smithi145 bash[13673]: audit 2022-04-26T07:51:56.251416+0000 mon.smithi136 (mon.0) 6232 : audit [DBG] from='client.? 172.21.15.136:0/2623864659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:51:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:57 smithi145 bash[13673]: cluster 2022-04-26T07:51:56.435242+0000 mgr.smithi136.ofnrfx (mgr.14188) 10186 : cluster [DBG] pgmap v9557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:57 smithi136 bash[11745]: cluster 2022-04-26T07:51:56.435242+0000 mgr.smithi136.ofnrfx (mgr.14188) 10186 : cluster [DBG] pgmap v9557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:51:59 smithi136 bash[11745]: cluster 2022-04-26T07:51:58.435888+0000 mgr.smithi136.ofnrfx (mgr.14188) 10187 : cluster [DBG] pgmap v9558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:51:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:51:59 smithi145 bash[13673]: cluster 2022-04-26T07:51:58.435888+0000 mgr.smithi136.ofnrfx (mgr.14188) 10187 : cluster [DBG] pgmap v9558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:01.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:01.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:01.270 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:01.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:01 smithi136 bash[11745]: cluster 2022-04-26T07:52:00.436521+0000 mgr.smithi136.ofnrfx (mgr.14188) 10188 : cluster [DBG] pgmap v9559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:01 smithi145 bash[13673]: cluster 2022-04-26T07:52:00.436521+0000 mgr.smithi136.ofnrfx (mgr.14188) 10188 : cluster [DBG] pgmap v9559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:02 smithi136 bash[11745]: audit 2022-04-26T07:52:01.582464+0000 mon.smithi136 (mon.0) 6233 : audit [DBG] from='client.? 172.21.15.136:0/679702930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:02 smithi145 bash[13673]: audit 2022-04-26T07:52:01.582464+0000 mon.smithi136 (mon.0) 6233 : audit [DBG] from='client.? 172.21.15.136:0/679702930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:03 smithi136 bash[11745]: cluster 2022-04-26T07:52:02.437189+0000 mgr.smithi136.ofnrfx (mgr.14188) 10189 : cluster [DBG] pgmap v9560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:03 smithi136 bash[11745]: audit 2022-04-26T07:52:03.127996+0000 mon.smithi136 (mon.0) 6234 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:52:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:03 smithi136 bash[11745]: audit 2022-04-26T07:52:03.131790+0000 mon.smithi136 (mon.0) 6235 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:52:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:03 smithi145 bash[13673]: cluster 2022-04-26T07:52:02.437189+0000 mgr.smithi136.ofnrfx (mgr.14188) 10189 : cluster [DBG] pgmap v9560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:03 smithi145 bash[13673]: audit 2022-04-26T07:52:03.127996+0000 mon.smithi136 (mon.0) 6234 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:52:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:03 smithi145 bash[13673]: audit 2022-04-26T07:52:03.131790+0000 mon.smithi136 (mon.0) 6235 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:52:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:05 smithi136 bash[11745]: cluster 2022-04-26T07:52:04.437837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10190 : cluster [DBG] pgmap v9561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:05 smithi145 bash[13673]: cluster 2022-04-26T07:52:04.437837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10190 : cluster [DBG] pgmap v9561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:06.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:06.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:06.602 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:06.929 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:07 smithi136 bash[11745]: cluster 2022-04-26T07:52:06.438468+0000 mgr.smithi136.ofnrfx (mgr.14188) 10191 : cluster [DBG] pgmap v9562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:07 smithi136 bash[11745]: audit 2022-04-26T07:52:06.908776+0000 mon.smithi136 (mon.0) 6236 : audit [DBG] from='client.? 172.21.15.136:0/3767864954' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:07 smithi145 bash[13673]: cluster 2022-04-26T07:52:06.438468+0000 mgr.smithi136.ofnrfx (mgr.14188) 10191 : cluster [DBG] pgmap v9562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:07 smithi145 bash[13673]: audit 2022-04-26T07:52:06.908776+0000 mon.smithi136 (mon.0) 6236 : audit [DBG] from='client.? 172.21.15.136:0/3767864954' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:09 smithi136 bash[11745]: cluster 2022-04-26T07:52:08.439103+0000 mgr.smithi136.ofnrfx (mgr.14188) 10192 : cluster [DBG] pgmap v9563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:09 smithi145 bash[13673]: cluster 2022-04-26T07:52:08.439103+0000 mgr.smithi136.ofnrfx (mgr.14188) 10192 : cluster [DBG] pgmap v9563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:11 smithi136 bash[11745]: cluster 2022-04-26T07:52:10.439768+0000 mgr.smithi136.ofnrfx (mgr.14188) 10193 : cluster [DBG] pgmap v9564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:11 smithi145 bash[13673]: cluster 2022-04-26T07:52:10.439768+0000 mgr.smithi136.ofnrfx (mgr.14188) 10193 : cluster [DBG] pgmap v9564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:11.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:11.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:11.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:12.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:12 smithi136 bash[11745]: audit 2022-04-26T07:52:12.241980+0000 mon.smithi136 (mon.0) 6237 : audit [DBG] from='client.? 172.21.15.136:0/2619484411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:12 smithi145 bash[13673]: audit 2022-04-26T07:52:12.241980+0000 mon.smithi136 (mon.0) 6237 : audit [DBG] from='client.? 172.21.15.136:0/2619484411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:13 smithi136 bash[11745]: cluster 2022-04-26T07:52:12.440442+0000 mgr.smithi136.ofnrfx (mgr.14188) 10194 : cluster [DBG] pgmap v9565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:13 smithi145 bash[13673]: cluster 2022-04-26T07:52:12.440442+0000 mgr.smithi136.ofnrfx (mgr.14188) 10194 : cluster [DBG] pgmap v9565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:15 smithi136 bash[11745]: cluster 2022-04-26T07:52:14.441104+0000 mgr.smithi136.ofnrfx (mgr.14188) 10195 : cluster [DBG] pgmap v9566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:15 smithi145 bash[13673]: cluster 2022-04-26T07:52:14.441104+0000 mgr.smithi136.ofnrfx (mgr.14188) 10195 : cluster [DBG] pgmap v9566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:17.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:17.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:17.262 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:17.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:17 smithi136 bash[11745]: cluster 2022-04-26T07:52:16.441734+0000 mgr.smithi136.ofnrfx (mgr.14188) 10196 : cluster [DBG] pgmap v9567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:17 smithi145 bash[13673]: cluster 2022-04-26T07:52:16.441734+0000 mgr.smithi136.ofnrfx (mgr.14188) 10196 : cluster [DBG] pgmap v9567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:18 smithi136 bash[11745]: audit 2022-04-26T07:52:17.565906+0000 mon.smithi136 (mon.0) 6238 : audit [DBG] from='client.? 172.21.15.136:0/2431227423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:18 smithi145 bash[13673]: audit 2022-04-26T07:52:17.565906+0000 mon.smithi136 (mon.0) 6238 : audit [DBG] from='client.? 172.21.15.136:0/2431227423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:19 smithi136 bash[11745]: cluster 2022-04-26T07:52:18.442332+0000 mgr.smithi136.ofnrfx (mgr.14188) 10197 : cluster [DBG] pgmap v9568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:19 smithi145 bash[13673]: cluster 2022-04-26T07:52:18.442332+0000 mgr.smithi136.ofnrfx (mgr.14188) 10197 : cluster [DBG] pgmap v9568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:21 smithi136 bash[11745]: cluster 2022-04-26T07:52:20.442983+0000 mgr.smithi136.ofnrfx (mgr.14188) 10198 : cluster [DBG] pgmap v9569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:21 smithi145 bash[13673]: cluster 2022-04-26T07:52:20.442983+0000 mgr.smithi136.ofnrfx (mgr.14188) 10198 : cluster [DBG] pgmap v9569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:22.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:22.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:22.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:22.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:23 smithi136 bash[11745]: cluster 2022-04-26T07:52:22.443629+0000 mgr.smithi136.ofnrfx (mgr.14188) 10199 : cluster [DBG] pgmap v9570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:23 smithi136 bash[11745]: audit 2022-04-26T07:52:22.891612+0000 mon.smithi136 (mon.0) 6239 : audit [DBG] from='client.? 172.21.15.136:0/4285163758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:23 smithi145 bash[13673]: cluster 2022-04-26T07:52:22.443629+0000 mgr.smithi136.ofnrfx (mgr.14188) 10199 : cluster [DBG] pgmap v9570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:23 smithi145 bash[13673]: audit 2022-04-26T07:52:22.891612+0000 mon.smithi136 (mon.0) 6239 : audit [DBG] from='client.? 172.21.15.136:0/4285163758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:25 smithi136 bash[11745]: cluster 2022-04-26T07:52:24.444276+0000 mgr.smithi136.ofnrfx (mgr.14188) 10200 : cluster [DBG] pgmap v9571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:25 smithi145 bash[13673]: cluster 2022-04-26T07:52:24.444276+0000 mgr.smithi136.ofnrfx (mgr.14188) 10200 : cluster [DBG] pgmap v9571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:27 smithi136 bash[11745]: cluster 2022-04-26T07:52:26.444945+0000 mgr.smithi136.ofnrfx (mgr.14188) 10201 : cluster [DBG] pgmap v9572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:27 smithi145 bash[13673]: cluster 2022-04-26T07:52:26.444945+0000 mgr.smithi136.ofnrfx (mgr.14188) 10201 : cluster [DBG] pgmap v9572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:27.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:27.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:27.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:28.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:28 smithi136 bash[11745]: audit 2022-04-26T07:52:28.222672+0000 mon.smithi136 (mon.0) 6240 : audit [DBG] from='client.? 172.21.15.136:0/161477396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:28 smithi145 bash[13673]: audit 2022-04-26T07:52:28.222672+0000 mon.smithi136 (mon.0) 6240 : audit [DBG] from='client.? 172.21.15.136:0/161477396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:29 smithi136 bash[11745]: cluster 2022-04-26T07:52:28.445618+0000 mgr.smithi136.ofnrfx (mgr.14188) 10202 : cluster [DBG] pgmap v9573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:29 smithi145 bash[13673]: cluster 2022-04-26T07:52:28.445618+0000 mgr.smithi136.ofnrfx (mgr.14188) 10202 : cluster [DBG] pgmap v9573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:31 smithi136 bash[11745]: cluster 2022-04-26T07:52:30.446284+0000 mgr.smithi136.ofnrfx (mgr.14188) 10203 : cluster [DBG] pgmap v9574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:31 smithi145 bash[13673]: cluster 2022-04-26T07:52:30.446284+0000 mgr.smithi136.ofnrfx (mgr.14188) 10203 : cluster [DBG] pgmap v9574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:33.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:33.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:33.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:33.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:33 smithi136 bash[11745]: cluster 2022-04-26T07:52:32.446848+0000 mgr.smithi136.ofnrfx (mgr.14188) 10204 : cluster [DBG] pgmap v9575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:33 smithi145 bash[13673]: cluster 2022-04-26T07:52:32.446848+0000 mgr.smithi136.ofnrfx (mgr.14188) 10204 : cluster [DBG] pgmap v9575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:34 smithi136 bash[11745]: audit 2022-04-26T07:52:33.552288+0000 mon.smithi136 (mon.0) 6241 : audit [DBG] from='client.? 172.21.15.136:0/3913226389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:34 smithi145 bash[13673]: audit 2022-04-26T07:52:33.552288+0000 mon.smithi136 (mon.0) 6241 : audit [DBG] from='client.? 172.21.15.136:0/3913226389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:35 smithi136 bash[11745]: cluster 2022-04-26T07:52:34.447466+0000 mgr.smithi136.ofnrfx (mgr.14188) 10205 : cluster [DBG] pgmap v9576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:35 smithi145 bash[13673]: cluster 2022-04-26T07:52:34.447466+0000 mgr.smithi136.ofnrfx (mgr.14188) 10205 : cluster [DBG] pgmap v9576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:37 smithi136 bash[11745]: cluster 2022-04-26T07:52:36.448144+0000 mgr.smithi136.ofnrfx (mgr.14188) 10206 : cluster [DBG] pgmap v9577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:37 smithi145 bash[13673]: cluster 2022-04-26T07:52:36.448144+0000 mgr.smithi136.ofnrfx (mgr.14188) 10206 : cluster [DBG] pgmap v9577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:38.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:38.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:38.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:38.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:39 smithi136 bash[11745]: cluster 2022-04-26T07:52:38.448778+0000 mgr.smithi136.ofnrfx (mgr.14188) 10207 : cluster [DBG] pgmap v9578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:39 smithi136 bash[11745]: audit 2022-04-26T07:52:38.888851+0000 mon.smithi136 (mon.0) 6242 : audit [DBG] from='client.? 172.21.15.136:0/4122490441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:39 smithi145 bash[13673]: cluster 2022-04-26T07:52:38.448778+0000 mgr.smithi136.ofnrfx (mgr.14188) 10207 : cluster [DBG] pgmap v9578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:39.927 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:39 smithi145 bash[13673]: audit 2022-04-26T07:52:38.888851+0000 mon.smithi136 (mon.0) 6242 : audit [DBG] from='client.? 172.21.15.136:0/4122490441' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:41 smithi136 bash[11745]: cluster 2022-04-26T07:52:40.449484+0000 mgr.smithi136.ofnrfx (mgr.14188) 10208 : cluster [DBG] pgmap v9579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:41.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:41 smithi145 bash[13673]: cluster 2022-04-26T07:52:40.449484+0000 mgr.smithi136.ofnrfx (mgr.14188) 10208 : cluster [DBG] pgmap v9579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:43 smithi136 bash[11745]: cluster 2022-04-26T07:52:42.450251+0000 mgr.smithi136.ofnrfx (mgr.14188) 10209 : cluster [DBG] pgmap v9580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:43 smithi145 bash[13673]: cluster 2022-04-26T07:52:42.450251+0000 mgr.smithi136.ofnrfx (mgr.14188) 10209 : cluster [DBG] pgmap v9580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:43.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:43.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:43.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:44.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:45 smithi136 bash[11745]: audit 2022-04-26T07:52:44.219233+0000 mon.smithi136 (mon.0) 6243 : audit [DBG] from='client.? 172.21.15.136:0/3858132475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:45 smithi136 bash[11745]: cluster 2022-04-26T07:52:44.450961+0000 mgr.smithi136.ofnrfx (mgr.14188) 10210 : cluster [DBG] pgmap v9581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:45 smithi136 bash[11745]: audit 2022-04-26T07:52:44.454196+0000 mon.smithi136 (mon.0) 6244 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:52:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:45 smithi136 bash[11745]: audit 2022-04-26T07:52:44.456982+0000 mon.smithi136 (mon.0) 6245 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:52:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:45 smithi136 bash[11745]: audit 2022-04-26T07:52:44.458639+0000 mon.smithi136 (mon.0) 6246 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:52:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:45 smithi136 bash[11745]: audit 2022-04-26T07:52:44.767026+0000 mon.smithi136 (mon.0) 6247 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:52:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:45 smithi136 bash[11745]: audit 2022-04-26T07:52:44.776276+0000 mon.smithi136 (mon.0) 6248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:52:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:45 smithi145 bash[13673]: audit 2022-04-26T07:52:44.219233+0000 mon.smithi136 (mon.0) 6243 : audit [DBG] from='client.? 172.21.15.136:0/3858132475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:45 smithi145 bash[13673]: cluster 2022-04-26T07:52:44.450961+0000 mgr.smithi136.ofnrfx (mgr.14188) 10210 : cluster [DBG] pgmap v9581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:45 smithi145 bash[13673]: audit 2022-04-26T07:52:44.454196+0000 mon.smithi136 (mon.0) 6244 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:52:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:45 smithi145 bash[13673]: audit 2022-04-26T07:52:44.456982+0000 mon.smithi136 (mon.0) 6245 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:52:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:45 smithi145 bash[13673]: audit 2022-04-26T07:52:44.458639+0000 mon.smithi136 (mon.0) 6246 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:52:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:45 smithi145 bash[13673]: audit 2022-04-26T07:52:44.767026+0000 mon.smithi136 (mon.0) 6247 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:52:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:45 smithi145 bash[13673]: audit 2022-04-26T07:52:44.776276+0000 mon.smithi136 (mon.0) 6248 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:52:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:46 smithi136 bash[11745]: cluster 2022-04-26T07:52:44.762159+0000 mgr.smithi136.ofnrfx (mgr.14188) 10211 : cluster [DBG] pgmap v9582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:46 smithi136 bash[11745]: cluster 2022-04-26T07:52:44.762671+0000 mgr.smithi136.ofnrfx (mgr.14188) 10212 : cluster [DBG] pgmap v9583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:46 smithi136 bash[11745]: cephadm 2022-04-26T07:52:44.777254+0000 mgr.smithi136.ofnrfx (mgr.14188) 10213 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:52:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:46 smithi136 bash[11745]: cephadm 2022-04-26T07:52:44.777397+0000 mgr.smithi136.ofnrfx (mgr.14188) 10214 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:52:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:46 smithi145 bash[13673]: cluster 2022-04-26T07:52:44.762159+0000 mgr.smithi136.ofnrfx (mgr.14188) 10211 : cluster [DBG] pgmap v9582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:46 smithi145 bash[13673]: cluster 2022-04-26T07:52:44.762671+0000 mgr.smithi136.ofnrfx (mgr.14188) 10212 : cluster [DBG] pgmap v9583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:46 smithi145 bash[13673]: cephadm 2022-04-26T07:52:44.777254+0000 mgr.smithi136.ofnrfx (mgr.14188) 10213 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:52:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:46 smithi145 bash[13673]: cephadm 2022-04-26T07:52:44.777397+0000 mgr.smithi136.ofnrfx (mgr.14188) 10214 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:52:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:48 smithi145 bash[13673]: cluster 2022-04-26T07:52:46.763344+0000 mgr.smithi136.ofnrfx (mgr.14188) 10215 : cluster [DBG] pgmap v9584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:48 smithi136 bash[11745]: cluster 2022-04-26T07:52:46.763344+0000 mgr.smithi136.ofnrfx (mgr.14188) 10215 : cluster [DBG] pgmap v9584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:49.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:49.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:49.237 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:49.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:50.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:50 smithi136 bash[11745]: cluster 2022-04-26T07:52:48.764010+0000 mgr.smithi136.ofnrfx (mgr.14188) 10216 : cluster [DBG] pgmap v9585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:50.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:50 smithi136 bash[11745]: audit 2022-04-26T07:52:49.540197+0000 mon.smithi136 (mon.0) 6249 : audit [DBG] from='client.? 172.21.15.136:0/663088257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:50 smithi145 bash[13673]: cluster 2022-04-26T07:52:48.764010+0000 mgr.smithi136.ofnrfx (mgr.14188) 10216 : cluster [DBG] pgmap v9585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:50 smithi145 bash[13673]: audit 2022-04-26T07:52:49.540197+0000 mon.smithi136 (mon.0) 6249 : audit [DBG] from='client.? 172.21.15.136:0/663088257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:52 smithi136 bash[11745]: cluster 2022-04-26T07:52:50.764626+0000 mgr.smithi136.ofnrfx (mgr.14188) 10217 : cluster [DBG] pgmap v9586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:52 smithi145 bash[13673]: cluster 2022-04-26T07:52:50.764626+0000 mgr.smithi136.ofnrfx (mgr.14188) 10217 : cluster [DBG] pgmap v9586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:54.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:54.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:54.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:52:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:54 smithi136 bash[11745]: cluster 2022-04-26T07:52:52.765211+0000 mgr.smithi136.ofnrfx (mgr.14188) 10218 : cluster [DBG] pgmap v9587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:54 smithi145 bash[13673]: cluster 2022-04-26T07:52:52.765211+0000 mgr.smithi136.ofnrfx (mgr.14188) 10218 : cluster [DBG] pgmap v9587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:54.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:52:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:55 smithi136 bash[11745]: audit 2022-04-26T07:52:54.867973+0000 mon.smithi136 (mon.0) 6250 : audit [DBG] from='client.? 172.21.15.136:0/3255965391' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:55 smithi145 bash[13673]: audit 2022-04-26T07:52:54.867973+0000 mon.smithi136 (mon.0) 6250 : audit [DBG] from='client.? 172.21.15.136:0/3255965391' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:52:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:56 smithi136 bash[11745]: cluster 2022-04-26T07:52:54.765791+0000 mgr.smithi136.ofnrfx (mgr.14188) 10219 : cluster [DBG] pgmap v9588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:56.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:56 smithi145 bash[13673]: cluster 2022-04-26T07:52:54.765791+0000 mgr.smithi136.ofnrfx (mgr.14188) 10219 : cluster [DBG] pgmap v9588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:52:58 smithi145 bash[13673]: cluster 2022-04-26T07:52:56.766547+0000 mgr.smithi136.ofnrfx (mgr.14188) 10220 : cluster [DBG] pgmap v9589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:52:58 smithi136 bash[11745]: cluster 2022-04-26T07:52:56.766547+0000 mgr.smithi136.ofnrfx (mgr.14188) 10220 : cluster [DBG] pgmap v9589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:52:59.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:52:59.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:52:59.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:00.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:00.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:00 smithi136 bash[11745]: cluster 2022-04-26T07:52:58.767322+0000 mgr.smithi136.ofnrfx (mgr.14188) 10221 : cluster [DBG] pgmap v9590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:00.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:00 smithi136 bash[11745]: audit 2022-04-26T07:53:00.192736+0000 mon.smithi136 (mon.0) 6251 : audit [DBG] from='client.? 172.21.15.136:0/4058532794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:00 smithi145 bash[13673]: cluster 2022-04-26T07:52:58.767322+0000 mgr.smithi136.ofnrfx (mgr.14188) 10221 : cluster [DBG] pgmap v9590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:00 smithi145 bash[13673]: audit 2022-04-26T07:53:00.192736+0000 mon.smithi136 (mon.0) 6251 : audit [DBG] from='client.? 172.21.15.136:0/4058532794' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:02 smithi136 bash[11745]: cluster 2022-04-26T07:53:00.767985+0000 mgr.smithi136.ofnrfx (mgr.14188) 10222 : cluster [DBG] pgmap v9591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:02 smithi145 bash[13673]: cluster 2022-04-26T07:53:00.767985+0000 mgr.smithi136.ofnrfx (mgr.14188) 10222 : cluster [DBG] pgmap v9591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:03 smithi136 bash[11745]: audit 2022-04-26T07:53:03.132003+0000 mon.smithi136 (mon.0) 6252 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:53:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:03 smithi136 bash[11745]: audit 2022-04-26T07:53:03.135741+0000 mon.smithi136 (mon.0) 6253 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:53:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:03 smithi145 bash[13673]: audit 2022-04-26T07:53:03.132003+0000 mon.smithi136 (mon.0) 6252 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:53:03.681 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:03 smithi145 bash[13673]: audit 2022-04-26T07:53:03.135741+0000 mon.smithi136 (mon.0) 6253 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:53:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:04 smithi136 bash[11745]: cluster 2022-04-26T07:53:02.768639+0000 mgr.smithi136.ofnrfx (mgr.14188) 10223 : cluster [DBG] pgmap v9592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:04 smithi145 bash[13673]: cluster 2022-04-26T07:53:02.768639+0000 mgr.smithi136.ofnrfx (mgr.14188) 10223 : cluster [DBG] pgmap v9592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:05.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:05.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:05.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:05.535 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:06 smithi136 bash[11745]: cluster 2022-04-26T07:53:04.769357+0000 mgr.smithi136.ofnrfx (mgr.14188) 10224 : cluster [DBG] pgmap v9593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:06 smithi136 bash[11745]: audit 2022-04-26T07:53:05.520727+0000 mon.smithi136 (mon.0) 6254 : audit [DBG] from='client.? 172.21.15.136:0/4071987761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:06 smithi145 bash[13673]: cluster 2022-04-26T07:53:04.769357+0000 mgr.smithi136.ofnrfx (mgr.14188) 10224 : cluster [DBG] pgmap v9593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:06 smithi145 bash[13673]: audit 2022-04-26T07:53:05.520727+0000 mon.smithi136 (mon.0) 6254 : audit [DBG] from='client.? 172.21.15.136:0/4071987761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:08 smithi136 bash[11745]: cluster 2022-04-26T07:53:06.770027+0000 mgr.smithi136.ofnrfx (mgr.14188) 10225 : cluster [DBG] pgmap v9594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:08.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:08 smithi145 bash[13673]: cluster 2022-04-26T07:53:06.770027+0000 mgr.smithi136.ofnrfx (mgr.14188) 10225 : cluster [DBG] pgmap v9594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:10.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:10.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:10.539 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:10.557 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:10 smithi136 bash[11745]: cluster 2022-04-26T07:53:08.770734+0000 mgr.smithi136.ofnrfx (mgr.14188) 10226 : cluster [DBG] pgmap v9595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:10 smithi145 bash[13673]: cluster 2022-04-26T07:53:08.770734+0000 mgr.smithi136.ofnrfx (mgr.14188) 10226 : cluster [DBG] pgmap v9595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:10.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:11 smithi136 bash[11745]: audit 2022-04-26T07:53:10.850056+0000 mon.smithi136 (mon.0) 6255 : audit [DBG] from='client.? 172.21.15.136:0/3310422560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:11 smithi145 bash[13673]: audit 2022-04-26T07:53:10.850056+0000 mon.smithi136 (mon.0) 6255 : audit [DBG] from='client.? 172.21.15.136:0/3310422560' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:12 smithi136 bash[11745]: cluster 2022-04-26T07:53:10.771337+0000 mgr.smithi136.ofnrfx (mgr.14188) 10227 : cluster [DBG] pgmap v9596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:12 smithi145 bash[13673]: cluster 2022-04-26T07:53:10.771337+0000 mgr.smithi136.ofnrfx (mgr.14188) 10227 : cluster [DBG] pgmap v9596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:14 smithi136 bash[11745]: cluster 2022-04-26T07:53:12.771962+0000 mgr.smithi136.ofnrfx (mgr.14188) 10228 : cluster [DBG] pgmap v9597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:14 smithi145 bash[13673]: cluster 2022-04-26T07:53:12.771962+0000 mgr.smithi136.ofnrfx (mgr.14188) 10228 : cluster [DBG] pgmap v9597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:15.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:15.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:15.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:16.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:16 smithi136 bash[11745]: cluster 2022-04-26T07:53:14.772569+0000 mgr.smithi136.ofnrfx (mgr.14188) 10229 : cluster [DBG] pgmap v9598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:16.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:16 smithi136 bash[11745]: audit 2022-04-26T07:53:16.183074+0000 mon.smithi136 (mon.0) 6256 : audit [DBG] from='client.? 172.21.15.136:0/1174103381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:16 smithi145 bash[13673]: cluster 2022-04-26T07:53:14.772569+0000 mgr.smithi136.ofnrfx (mgr.14188) 10229 : cluster [DBG] pgmap v9598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:16 smithi145 bash[13673]: audit 2022-04-26T07:53:16.183074+0000 mon.smithi136 (mon.0) 6256 : audit [DBG] from='client.? 172.21.15.136:0/1174103381' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:18 smithi145 bash[13673]: cluster 2022-04-26T07:53:16.773234+0000 mgr.smithi136.ofnrfx (mgr.14188) 10230 : cluster [DBG] pgmap v9599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:18 smithi136 bash[11745]: cluster 2022-04-26T07:53:16.773234+0000 mgr.smithi136.ofnrfx (mgr.14188) 10230 : cluster [DBG] pgmap v9599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:20.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:20 smithi136 bash[11745]: cluster 2022-04-26T07:53:18.773916+0000 mgr.smithi136.ofnrfx (mgr.14188) 10231 : cluster [DBG] pgmap v9600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:20 smithi145 bash[13673]: cluster 2022-04-26T07:53:18.773916+0000 mgr.smithi136.ofnrfx (mgr.14188) 10231 : cluster [DBG] pgmap v9600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:21.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:21.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:21.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:21.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:22 smithi136 bash[11745]: cluster 2022-04-26T07:53:20.774574+0000 mgr.smithi136.ofnrfx (mgr.14188) 10232 : cluster [DBG] pgmap v9601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:22 smithi136 bash[11745]: audit 2022-04-26T07:53:21.514730+0000 mon.smithi136 (mon.0) 6257 : audit [DBG] from='client.? 172.21.15.136:0/2987169253' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:22 smithi145 bash[13673]: cluster 2022-04-26T07:53:20.774574+0000 mgr.smithi136.ofnrfx (mgr.14188) 10232 : cluster [DBG] pgmap v9601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:22 smithi145 bash[13673]: audit 2022-04-26T07:53:21.514730+0000 mon.smithi136 (mon.0) 6257 : audit [DBG] from='client.? 172.21.15.136:0/2987169253' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:24 smithi145 bash[13673]: cluster 2022-04-26T07:53:22.775201+0000 mgr.smithi136.ofnrfx (mgr.14188) 10233 : cluster [DBG] pgmap v9602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:24 smithi136 bash[11745]: cluster 2022-04-26T07:53:22.775201+0000 mgr.smithi136.ofnrfx (mgr.14188) 10233 : cluster [DBG] pgmap v9602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:26.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:26.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:26.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:26 smithi145 bash[13673]: cluster 2022-04-26T07:53:24.775806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10234 : cluster [DBG] pgmap v9603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:26 smithi136 bash[11745]: cluster 2022-04-26T07:53:24.775806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10234 : cluster [DBG] pgmap v9603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:26.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:27.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:27 smithi145 bash[13673]: audit 2022-04-26T07:53:26.836638+0000 mon.smithi136 (mon.0) 6258 : audit [DBG] from='client.? 172.21.15.136:0/2923304332' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:27 smithi136 bash[11745]: audit 2022-04-26T07:53:26.836638+0000 mon.smithi136 (mon.0) 6258 : audit [DBG] from='client.? 172.21.15.136:0/2923304332' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:28 smithi145 bash[13673]: cluster 2022-04-26T07:53:26.776272+0000 mgr.smithi136.ofnrfx (mgr.14188) 10235 : cluster [DBG] pgmap v9604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:28 smithi136 bash[11745]: cluster 2022-04-26T07:53:26.776272+0000 mgr.smithi136.ofnrfx (mgr.14188) 10235 : cluster [DBG] pgmap v9604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:30 smithi145 bash[13673]: cluster 2022-04-26T07:53:28.776938+0000 mgr.smithi136.ofnrfx (mgr.14188) 10236 : cluster [DBG] pgmap v9605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:30 smithi136 bash[11745]: cluster 2022-04-26T07:53:28.776938+0000 mgr.smithi136.ofnrfx (mgr.14188) 10236 : cluster [DBG] pgmap v9605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:31.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:31.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:31.856 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:32.174 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:32 smithi145 bash[13673]: cluster 2022-04-26T07:53:30.777663+0000 mgr.smithi136.ofnrfx (mgr.14188) 10237 : cluster [DBG] pgmap v9606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:32 smithi145 bash[13673]: audit 2022-04-26T07:53:32.160173+0000 mon.smithi136 (mon.0) 6259 : audit [DBG] from='client.? 172.21.15.136:0/3729416198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:32 smithi136 bash[11745]: cluster 2022-04-26T07:53:30.777663+0000 mgr.smithi136.ofnrfx (mgr.14188) 10237 : cluster [DBG] pgmap v9606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:32 smithi136 bash[11745]: audit 2022-04-26T07:53:32.160173+0000 mon.smithi136 (mon.0) 6259 : audit [DBG] from='client.? 172.21.15.136:0/3729416198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:34 smithi145 bash[13673]: cluster 2022-04-26T07:53:32.778389+0000 mgr.smithi136.ofnrfx (mgr.14188) 10238 : cluster [DBG] pgmap v9607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:34 smithi136 bash[11745]: cluster 2022-04-26T07:53:32.778389+0000 mgr.smithi136.ofnrfx (mgr.14188) 10238 : cluster [DBG] pgmap v9607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:36 smithi145 bash[13673]: cluster 2022-04-26T07:53:34.779077+0000 mgr.smithi136.ofnrfx (mgr.14188) 10239 : cluster [DBG] pgmap v9608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:36 smithi136 bash[11745]: cluster 2022-04-26T07:53:34.779077+0000 mgr.smithi136.ofnrfx (mgr.14188) 10239 : cluster [DBG] pgmap v9608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:37.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:37.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:37.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:37.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:38 smithi145 bash[13673]: cluster 2022-04-26T07:53:36.779837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10240 : cluster [DBG] pgmap v9609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:38 smithi145 bash[13673]: audit 2022-04-26T07:53:37.488177+0000 mon.smithi136 (mon.0) 6260 : audit [DBG] from='client.? 172.21.15.136:0/4157903149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:38 smithi136 bash[11745]: cluster 2022-04-26T07:53:36.779837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10240 : cluster [DBG] pgmap v9609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:38 smithi136 bash[11745]: audit 2022-04-26T07:53:37.488177+0000 mon.smithi136 (mon.0) 6260 : audit [DBG] from='client.? 172.21.15.136:0/4157903149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:40 smithi145 bash[13673]: cluster 2022-04-26T07:53:38.780541+0000 mgr.smithi136.ofnrfx (mgr.14188) 10241 : cluster [DBG] pgmap v9610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:40 smithi136 bash[11745]: cluster 2022-04-26T07:53:38.780541+0000 mgr.smithi136.ofnrfx (mgr.14188) 10241 : cluster [DBG] pgmap v9610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:42.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:42.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:42.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:42 smithi145 bash[13673]: cluster 2022-04-26T07:53:40.781271+0000 mgr.smithi136.ofnrfx (mgr.14188) 10242 : cluster [DBG] pgmap v9611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:42 smithi136 bash[11745]: cluster 2022-04-26T07:53:40.781271+0000 mgr.smithi136.ofnrfx (mgr.14188) 10242 : cluster [DBG] pgmap v9611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:42.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:43.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:43 smithi145 bash[13673]: audit 2022-04-26T07:53:42.818514+0000 mon.smithi136 (mon.0) 6261 : audit [DBG] from='client.? 172.21.15.136:0/2540964591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:43 smithi136 bash[11745]: audit 2022-04-26T07:53:42.818514+0000 mon.smithi136 (mon.0) 6261 : audit [DBG] from='client.? 172.21.15.136:0/2540964591' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:44 smithi145 bash[13673]: cluster 2022-04-26T07:53:42.781784+0000 mgr.smithi136.ofnrfx (mgr.14188) 10243 : cluster [DBG] pgmap v9612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:44 smithi136 bash[11745]: cluster 2022-04-26T07:53:42.781784+0000 mgr.smithi136.ofnrfx (mgr.14188) 10243 : cluster [DBG] pgmap v9612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:45 smithi145 bash[13673]: audit 2022-04-26T07:53:44.784616+0000 mon.smithi136 (mon.0) 6262 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:53:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:45 smithi145 bash[13673]: audit 2022-04-26T07:53:44.787533+0000 mon.smithi136 (mon.0) 6263 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:53:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:45 smithi145 bash[13673]: audit 2022-04-26T07:53:44.789403+0000 mon.smithi136 (mon.0) 6264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:53:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:45 smithi145 bash[13673]: audit 2022-04-26T07:53:45.101324+0000 mon.smithi136 (mon.0) 6265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:53:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:45 smithi145 bash[13673]: audit 2022-04-26T07:53:45.110900+0000 mon.smithi136 (mon.0) 6266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:53:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:45 smithi136 bash[11745]: audit 2022-04-26T07:53:44.784616+0000 mon.smithi136 (mon.0) 6262 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:53:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:45 smithi136 bash[11745]: audit 2022-04-26T07:53:44.787533+0000 mon.smithi136 (mon.0) 6263 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:53:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:45 smithi136 bash[11745]: audit 2022-04-26T07:53:44.789403+0000 mon.smithi136 (mon.0) 6264 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:53:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:45 smithi136 bash[11745]: audit 2022-04-26T07:53:45.101324+0000 mon.smithi136 (mon.0) 6265 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:53:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:45 smithi136 bash[11745]: audit 2022-04-26T07:53:45.110900+0000 mon.smithi136 (mon.0) 6266 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:53:46.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:46 smithi145 bash[13673]: cluster 2022-04-26T07:53:44.782371+0000 mgr.smithi136.ofnrfx (mgr.14188) 10244 : cluster [DBG] pgmap v9613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:46 smithi145 bash[13673]: cluster 2022-04-26T07:53:45.094036+0000 mgr.smithi136.ofnrfx (mgr.14188) 10245 : cluster [DBG] pgmap v9614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:46 smithi145 bash[13673]: cluster 2022-04-26T07:53:45.094627+0000 mgr.smithi136.ofnrfx (mgr.14188) 10246 : cluster [DBG] pgmap v9615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:46 smithi145 bash[13673]: cephadm 2022-04-26T07:53:45.112236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10247 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:53:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:46 smithi145 bash[13673]: cephadm 2022-04-26T07:53:45.112458+0000 mgr.smithi136.ofnrfx (mgr.14188) 10248 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:53:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:46 smithi136 bash[11745]: cluster 2022-04-26T07:53:44.782371+0000 mgr.smithi136.ofnrfx (mgr.14188) 10244 : cluster [DBG] pgmap v9613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:46 smithi136 bash[11745]: cluster 2022-04-26T07:53:45.094036+0000 mgr.smithi136.ofnrfx (mgr.14188) 10245 : cluster [DBG] pgmap v9614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:46 smithi136 bash[11745]: cluster 2022-04-26T07:53:45.094627+0000 mgr.smithi136.ofnrfx (mgr.14188) 10246 : cluster [DBG] pgmap v9615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:46 smithi136 bash[11745]: cephadm 2022-04-26T07:53:45.112236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10247 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:53:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:46 smithi136 bash[11745]: cephadm 2022-04-26T07:53:45.112458+0000 mgr.smithi136.ofnrfx (mgr.14188) 10248 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:53:47.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:47.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:47.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:48.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:48 smithi145 bash[13673]: cluster 2022-04-26T07:53:47.095238+0000 mgr.smithi136.ofnrfx (mgr.14188) 10249 : cluster [DBG] pgmap v9616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:48 smithi145 bash[13673]: audit 2022-04-26T07:53:48.150621+0000 mon.smithi136 (mon.0) 6267 : audit [DBG] from='client.? 172.21.15.136:0/4025136722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:48 smithi136 bash[11745]: cluster 2022-04-26T07:53:47.095238+0000 mgr.smithi136.ofnrfx (mgr.14188) 10249 : cluster [DBG] pgmap v9616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:48 smithi136 bash[11745]: audit 2022-04-26T07:53:48.150621+0000 mon.smithi136 (mon.0) 6267 : audit [DBG] from='client.? 172.21.15.136:0/4025136722' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:50 smithi136 bash[11745]: cluster 2022-04-26T07:53:49.095949+0000 mgr.smithi136.ofnrfx (mgr.14188) 10250 : cluster [DBG] pgmap v9617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:50 smithi145 bash[13673]: cluster 2022-04-26T07:53:49.095949+0000 mgr.smithi136.ofnrfx (mgr.14188) 10250 : cluster [DBG] pgmap v9617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:52 smithi136 bash[11745]: cluster 2022-04-26T07:53:51.096614+0000 mgr.smithi136.ofnrfx (mgr.14188) 10251 : cluster [DBG] pgmap v9618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:52 smithi145 bash[13673]: cluster 2022-04-26T07:53:51.096614+0000 mgr.smithi136.ofnrfx (mgr.14188) 10251 : cluster [DBG] pgmap v9618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:53.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:53.170 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:53.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:53.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:54 smithi136 bash[11745]: cluster 2022-04-26T07:53:53.097254+0000 mgr.smithi136.ofnrfx (mgr.14188) 10252 : cluster [DBG] pgmap v9619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:54 smithi136 bash[11745]: audit 2022-04-26T07:53:53.476182+0000 mon.smithi136 (mon.0) 6268 : audit [DBG] from='client.? 172.21.15.136:0/3418100798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:54 smithi145 bash[13673]: cluster 2022-04-26T07:53:53.097254+0000 mgr.smithi136.ofnrfx (mgr.14188) 10252 : cluster [DBG] pgmap v9619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:54 smithi145 bash[13673]: audit 2022-04-26T07:53:53.476182+0000 mon.smithi136 (mon.0) 6268 : audit [DBG] from='client.? 172.21.15.136:0/3418100798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:56 smithi136 bash[11745]: cluster 2022-04-26T07:53:55.097899+0000 mgr.smithi136.ofnrfx (mgr.14188) 10253 : cluster [DBG] pgmap v9620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:56 smithi145 bash[13673]: cluster 2022-04-26T07:53:55.097899+0000 mgr.smithi136.ofnrfx (mgr.14188) 10253 : cluster [DBG] pgmap v9620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:58.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:53:58.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:53:58.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:53:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:58 smithi136 bash[11745]: cluster 2022-04-26T07:53:57.098667+0000 mgr.smithi136.ofnrfx (mgr.14188) 10254 : cluster [DBG] pgmap v9621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:58.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:53:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:58 smithi145 bash[13673]: cluster 2022-04-26T07:53:57.098667+0000 mgr.smithi136.ofnrfx (mgr.14188) 10254 : cluster [DBG] pgmap v9621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:53:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:53:59 smithi136 bash[11745]: audit 2022-04-26T07:53:58.794089+0000 mon.smithi136 (mon.0) 6269 : audit [DBG] from='client.? 172.21.15.136:0/1602673390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:53:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:53:59 smithi145 bash[13673]: audit 2022-04-26T07:53:58.794089+0000 mon.smithi136 (mon.0) 6269 : audit [DBG] from='client.? 172.21.15.136:0/1602673390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:00 smithi136 bash[11745]: cluster 2022-04-26T07:53:59.099292+0000 mgr.smithi136.ofnrfx (mgr.14188) 10255 : cluster [DBG] pgmap v9622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:00 smithi145 bash[13673]: cluster 2022-04-26T07:53:59.099292+0000 mgr.smithi136.ofnrfx (mgr.14188) 10255 : cluster [DBG] pgmap v9622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:02 smithi136 bash[11745]: cluster 2022-04-26T07:54:01.099913+0000 mgr.smithi136.ofnrfx (mgr.14188) 10256 : cluster [DBG] pgmap v9623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:02 smithi145 bash[13673]: cluster 2022-04-26T07:54:01.099913+0000 mgr.smithi136.ofnrfx (mgr.14188) 10256 : cluster [DBG] pgmap v9623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:03 smithi136 bash[11745]: audit 2022-04-26T07:54:03.135914+0000 mon.smithi136 (mon.0) 6270 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:54:03.847 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:03 smithi136 bash[11745]: audit 2022-04-26T07:54:03.139735+0000 mon.smithi136 (mon.0) 6271 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:54:03.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:03.848 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:03.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:03 smithi145 bash[13673]: audit 2022-04-26T07:54:03.135914+0000 mon.smithi136 (mon.0) 6270 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:54:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:03 smithi145 bash[13673]: audit 2022-04-26T07:54:03.139735+0000 mon.smithi136 (mon.0) 6271 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:54:04.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:04 smithi136 bash[11745]: cluster 2022-04-26T07:54:03.100506+0000 mgr.smithi136.ofnrfx (mgr.14188) 10257 : cluster [DBG] pgmap v9624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:04 smithi136 bash[11745]: audit 2022-04-26T07:54:04.122124+0000 mon.smithi136 (mon.0) 6272 : audit [DBG] from='client.? 172.21.15.136:0/1875973133' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:04 smithi145 bash[13673]: cluster 2022-04-26T07:54:03.100506+0000 mgr.smithi136.ofnrfx (mgr.14188) 10257 : cluster [DBG] pgmap v9624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:04 smithi145 bash[13673]: audit 2022-04-26T07:54:04.122124+0000 mon.smithi136 (mon.0) 6272 : audit [DBG] from='client.? 172.21.15.136:0/1875973133' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:06 smithi136 bash[11745]: cluster 2022-04-26T07:54:05.101111+0000 mgr.smithi136.ofnrfx (mgr.14188) 10258 : cluster [DBG] pgmap v9625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:06 smithi145 bash[13673]: cluster 2022-04-26T07:54:05.101111+0000 mgr.smithi136.ofnrfx (mgr.14188) 10258 : cluster [DBG] pgmap v9625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:08 smithi136 bash[11745]: cluster 2022-04-26T07:54:07.101764+0000 mgr.smithi136.ofnrfx (mgr.14188) 10259 : cluster [DBG] pgmap v9626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:08.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:08 smithi145 bash[13673]: cluster 2022-04-26T07:54:07.101764+0000 mgr.smithi136.ofnrfx (mgr.14188) 10259 : cluster [DBG] pgmap v9626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:09.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:09.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:09.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:09.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:10 smithi136 bash[11745]: cluster 2022-04-26T07:54:09.102372+0000 mgr.smithi136.ofnrfx (mgr.14188) 10260 : cluster [DBG] pgmap v9627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:10.558 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:10 smithi136 bash[11745]: audit 2022-04-26T07:54:09.453029+0000 mon.smithi136 (mon.0) 6273 : audit [DBG] from='client.? 172.21.15.136:0/2195671691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:10 smithi145 bash[13673]: cluster 2022-04-26T07:54:09.102372+0000 mgr.smithi136.ofnrfx (mgr.14188) 10260 : cluster [DBG] pgmap v9627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:10 smithi145 bash[13673]: audit 2022-04-26T07:54:09.453029+0000 mon.smithi136 (mon.0) 6273 : audit [DBG] from='client.? 172.21.15.136:0/2195671691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:12 smithi136 bash[11745]: cluster 2022-04-26T07:54:11.103043+0000 mgr.smithi136.ofnrfx (mgr.14188) 10261 : cluster [DBG] pgmap v9628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:12 smithi145 bash[13673]: cluster 2022-04-26T07:54:11.103043+0000 mgr.smithi136.ofnrfx (mgr.14188) 10261 : cluster [DBG] pgmap v9628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:14.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:14.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:14.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:14 smithi136 bash[11745]: cluster 2022-04-26T07:54:13.103707+0000 mgr.smithi136.ofnrfx (mgr.14188) 10262 : cluster [DBG] pgmap v9629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:14 smithi145 bash[13673]: cluster 2022-04-26T07:54:13.103707+0000 mgr.smithi136.ofnrfx (mgr.14188) 10262 : cluster [DBG] pgmap v9629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:14.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:15 smithi136 bash[11745]: audit 2022-04-26T07:54:14.781992+0000 mon.smithi136 (mon.0) 6274 : audit [DBG] from='client.? 172.21.15.136:0/2043503823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:15 smithi145 bash[13673]: audit 2022-04-26T07:54:14.781992+0000 mon.smithi136 (mon.0) 6274 : audit [DBG] from='client.? 172.21.15.136:0/2043503823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:16 smithi136 bash[11745]: cluster 2022-04-26T07:54:15.104317+0000 mgr.smithi136.ofnrfx (mgr.14188) 10263 : cluster [DBG] pgmap v9630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:16 smithi145 bash[13673]: cluster 2022-04-26T07:54:15.104317+0000 mgr.smithi136.ofnrfx (mgr.14188) 10263 : cluster [DBG] pgmap v9630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:18 smithi145 bash[13673]: cluster 2022-04-26T07:54:17.104999+0000 mgr.smithi136.ofnrfx (mgr.14188) 10264 : cluster [DBG] pgmap v9631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:18 smithi136 bash[11745]: cluster 2022-04-26T07:54:17.104999+0000 mgr.smithi136.ofnrfx (mgr.14188) 10264 : cluster [DBG] pgmap v9631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:19.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:19.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:19.805 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:20.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:20 smithi136 bash[11745]: cluster 2022-04-26T07:54:19.105670+0000 mgr.smithi136.ofnrfx (mgr.14188) 10265 : cluster [DBG] pgmap v9632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:20.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:20 smithi136 bash[11745]: audit 2022-04-26T07:54:20.116538+0000 mon.smithi136 (mon.0) 6275 : audit [DBG] from='client.? 172.21.15.136:0/1125546483' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:20.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:20 smithi145 bash[13673]: cluster 2022-04-26T07:54:19.105670+0000 mgr.smithi136.ofnrfx (mgr.14188) 10265 : cluster [DBG] pgmap v9632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:20 smithi145 bash[13673]: audit 2022-04-26T07:54:20.116538+0000 mon.smithi136 (mon.0) 6275 : audit [DBG] from='client.? 172.21.15.136:0/1125546483' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:22 smithi136 bash[11745]: cluster 2022-04-26T07:54:21.106315+0000 mgr.smithi136.ofnrfx (mgr.14188) 10266 : cluster [DBG] pgmap v9633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:22 smithi145 bash[13673]: cluster 2022-04-26T07:54:21.106315+0000 mgr.smithi136.ofnrfx (mgr.14188) 10266 : cluster [DBG] pgmap v9633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:24 smithi136 bash[11745]: cluster 2022-04-26T07:54:23.107040+0000 mgr.smithi136.ofnrfx (mgr.14188) 10267 : cluster [DBG] pgmap v9634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:24 smithi145 bash[13673]: cluster 2022-04-26T07:54:23.107040+0000 mgr.smithi136.ofnrfx (mgr.14188) 10267 : cluster [DBG] pgmap v9634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:25.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:25.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:25.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:25.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:26 smithi136 bash[11745]: cluster 2022-04-26T07:54:25.107702+0000 mgr.smithi136.ofnrfx (mgr.14188) 10268 : cluster [DBG] pgmap v9635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:26 smithi136 bash[11745]: audit 2022-04-26T07:54:25.449235+0000 mon.smithi136 (mon.0) 6276 : audit [DBG] from='client.? 172.21.15.136:0/3922278325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:26.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:26 smithi145 bash[13673]: cluster 2022-04-26T07:54:25.107702+0000 mgr.smithi136.ofnrfx (mgr.14188) 10268 : cluster [DBG] pgmap v9635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:26 smithi145 bash[13673]: audit 2022-04-26T07:54:25.449235+0000 mon.smithi136 (mon.0) 6276 : audit [DBG] from='client.? 172.21.15.136:0/3922278325' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:28 smithi145 bash[13673]: cluster 2022-04-26T07:54:27.108320+0000 mgr.smithi136.ofnrfx (mgr.14188) 10269 : cluster [DBG] pgmap v9636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:28 smithi136 bash[11745]: cluster 2022-04-26T07:54:27.108320+0000 mgr.smithi136.ofnrfx (mgr.14188) 10269 : cluster [DBG] pgmap v9636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:30.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:30.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:30.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:30.559 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:30 smithi136 bash[11745]: cluster 2022-04-26T07:54:29.108955+0000 mgr.smithi136.ofnrfx (mgr.14188) 10270 : cluster [DBG] pgmap v9637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:30 smithi145 bash[13673]: cluster 2022-04-26T07:54:29.108955+0000 mgr.smithi136.ofnrfx (mgr.14188) 10270 : cluster [DBG] pgmap v9637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:30.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:31 smithi136 bash[11745]: audit 2022-04-26T07:54:30.770864+0000 mon.smithi136 (mon.0) 6277 : audit [DBG] from='client.? 172.21.15.136:0/1224290459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:31 smithi145 bash[13673]: audit 2022-04-26T07:54:30.770864+0000 mon.smithi136 (mon.0) 6277 : audit [DBG] from='client.? 172.21.15.136:0/1224290459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:32 smithi136 bash[11745]: cluster 2022-04-26T07:54:31.109546+0000 mgr.smithi136.ofnrfx (mgr.14188) 10271 : cluster [DBG] pgmap v9638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:32 smithi145 bash[13673]: cluster 2022-04-26T07:54:31.109546+0000 mgr.smithi136.ofnrfx (mgr.14188) 10271 : cluster [DBG] pgmap v9638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:34 smithi136 bash[11745]: cluster 2022-04-26T07:54:33.110246+0000 mgr.smithi136.ofnrfx (mgr.14188) 10272 : cluster [DBG] pgmap v9639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:34 smithi145 bash[13673]: cluster 2022-04-26T07:54:33.110246+0000 mgr.smithi136.ofnrfx (mgr.14188) 10272 : cluster [DBG] pgmap v9639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:35.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:35.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:35.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:36.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:36 smithi136 bash[11745]: cluster 2022-04-26T07:54:35.110891+0000 mgr.smithi136.ofnrfx (mgr.14188) 10273 : cluster [DBG] pgmap v9640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:36 smithi136 bash[11745]: audit 2022-04-26T07:54:36.101374+0000 mon.smithi136 (mon.0) 6278 : audit [DBG] from='client.? 172.21.15.136:0/1402393572' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:36 smithi145 bash[13673]: cluster 2022-04-26T07:54:35.110891+0000 mgr.smithi136.ofnrfx (mgr.14188) 10273 : cluster [DBG] pgmap v9640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:36 smithi145 bash[13673]: audit 2022-04-26T07:54:36.101374+0000 mon.smithi136 (mon.0) 6278 : audit [DBG] from='client.? 172.21.15.136:0/1402393572' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:38 smithi145 bash[13673]: cluster 2022-04-26T07:54:37.111498+0000 mgr.smithi136.ofnrfx (mgr.14188) 10274 : cluster [DBG] pgmap v9641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:38 smithi136 bash[11745]: cluster 2022-04-26T07:54:37.111498+0000 mgr.smithi136.ofnrfx (mgr.14188) 10274 : cluster [DBG] pgmap v9641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:40 smithi145 bash[13673]: cluster 2022-04-26T07:54:39.112151+0000 mgr.smithi136.ofnrfx (mgr.14188) 10275 : cluster [DBG] pgmap v9642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:40 smithi136 bash[11745]: cluster 2022-04-26T07:54:39.112151+0000 mgr.smithi136.ofnrfx (mgr.14188) 10275 : cluster [DBG] pgmap v9642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:41.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:41.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:41.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:41.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:42.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:42 smithi145 bash[13673]: cluster 2022-04-26T07:54:41.112763+0000 mgr.smithi136.ofnrfx (mgr.14188) 10276 : cluster [DBG] pgmap v9643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:42 smithi145 bash[13673]: audit 2022-04-26T07:54:41.425853+0000 mon.smithi136 (mon.0) 6279 : audit [DBG] from='client.? 172.21.15.136:0/291814439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:42 smithi136 bash[11745]: cluster 2022-04-26T07:54:41.112763+0000 mgr.smithi136.ofnrfx (mgr.14188) 10276 : cluster [DBG] pgmap v9643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:42 smithi136 bash[11745]: audit 2022-04-26T07:54:41.425853+0000 mon.smithi136 (mon.0) 6279 : audit [DBG] from='client.? 172.21.15.136:0/291814439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:44.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:44 smithi145 bash[13673]: cluster 2022-04-26T07:54:43.113418+0000 mgr.smithi136.ofnrfx (mgr.14188) 10277 : cluster [DBG] pgmap v9644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:44 smithi136 bash[11745]: cluster 2022-04-26T07:54:43.113418+0000 mgr.smithi136.ofnrfx (mgr.14188) 10277 : cluster [DBG] pgmap v9644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:45.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:45 smithi145 bash[13673]: audit 2022-04-26T07:54:45.124728+0000 mon.smithi136 (mon.0) 6280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:54:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:45 smithi145 bash[13673]: audit 2022-04-26T07:54:45.127508+0000 mon.smithi136 (mon.0) 6281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:54:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:45 smithi145 bash[13673]: audit 2022-04-26T07:54:45.129238+0000 mon.smithi136 (mon.0) 6282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:54:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:45 smithi136 bash[11745]: audit 2022-04-26T07:54:45.124728+0000 mon.smithi136 (mon.0) 6280 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:54:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:45 smithi136 bash[11745]: audit 2022-04-26T07:54:45.127508+0000 mon.smithi136 (mon.0) 6281 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:54:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:45 smithi136 bash[11745]: audit 2022-04-26T07:54:45.129238+0000 mon.smithi136 (mon.0) 6282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:54:46.435 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:46 smithi136 bash[11745]: cluster 2022-04-26T07:54:45.114003+0000 mgr.smithi136.ofnrfx (mgr.14188) 10278 : cluster [DBG] pgmap v9645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:46.435 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:46 smithi136 bash[11745]: cluster 2022-04-26T07:54:45.427003+0000 mgr.smithi136.ofnrfx (mgr.14188) 10279 : cluster [DBG] pgmap v9646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:46.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:46 smithi136 bash[11745]: cluster 2022-04-26T07:54:45.427536+0000 mgr.smithi136.ofnrfx (mgr.14188) 10280 : cluster [DBG] pgmap v9647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:46.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:46 smithi136 bash[11745]: audit 2022-04-26T07:54:45.432724+0000 mon.smithi136 (mon.0) 6283 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:54:46.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:46 smithi136 bash[11745]: audit 2022-04-26T07:54:45.441588+0000 mon.smithi136 (mon.0) 6284 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:54:46.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:46.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:46.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:46.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:46 smithi136 bash[11745]: cephadm 2022-04-26T07:54:45.442438+0000 mgr.smithi136.ofnrfx (mgr.14188) 10281 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:54:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:46 smithi136 bash[11745]: cephadm 2022-04-26T07:54:45.442562+0000 mgr.smithi136.ofnrfx (mgr.14188) 10282 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:54:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:46 smithi145 bash[13673]: cluster 2022-04-26T07:54:45.114003+0000 mgr.smithi136.ofnrfx (mgr.14188) 10278 : cluster [DBG] pgmap v9645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:46 smithi145 bash[13673]: cluster 2022-04-26T07:54:45.427003+0000 mgr.smithi136.ofnrfx (mgr.14188) 10279 : cluster [DBG] pgmap v9646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:46 smithi145 bash[13673]: cluster 2022-04-26T07:54:45.427536+0000 mgr.smithi136.ofnrfx (mgr.14188) 10280 : cluster [DBG] pgmap v9647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:46 smithi145 bash[13673]: audit 2022-04-26T07:54:45.432724+0000 mon.smithi136 (mon.0) 6283 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:54:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:46 smithi145 bash[13673]: audit 2022-04-26T07:54:45.441588+0000 mon.smithi136 (mon.0) 6284 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:54:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:46 smithi145 bash[13673]: cephadm 2022-04-26T07:54:45.442438+0000 mgr.smithi136.ofnrfx (mgr.14188) 10281 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:54:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:46 smithi145 bash[13673]: cephadm 2022-04-26T07:54:45.442562+0000 mgr.smithi136.ofnrfx (mgr.14188) 10282 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:54:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:47 smithi136 bash[11745]: audit 2022-04-26T07:54:46.752121+0000 mon.smithi136 (mon.0) 6285 : audit [DBG] from='client.? 172.21.15.136:0/306796686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:47 smithi145 bash[13673]: audit 2022-04-26T07:54:46.752121+0000 mon.smithi136 (mon.0) 6285 : audit [DBG] from='client.? 172.21.15.136:0/306796686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:48 smithi136 bash[11745]: cluster 2022-04-26T07:54:47.428281+0000 mgr.smithi136.ofnrfx (mgr.14188) 10283 : cluster [DBG] pgmap v9648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:48 smithi145 bash[13673]: cluster 2022-04-26T07:54:47.428281+0000 mgr.smithi136.ofnrfx (mgr.14188) 10283 : cluster [DBG] pgmap v9648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:50 smithi136 bash[11745]: cluster 2022-04-26T07:54:49.428952+0000 mgr.smithi136.ofnrfx (mgr.14188) 10284 : cluster [DBG] pgmap v9649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:50 smithi145 bash[13673]: cluster 2022-04-26T07:54:49.428952+0000 mgr.smithi136.ofnrfx (mgr.14188) 10284 : cluster [DBG] pgmap v9649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:51.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:51.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:51.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:52.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:52 smithi136 bash[11745]: cluster 2022-04-26T07:54:51.429576+0000 mgr.smithi136.ofnrfx (mgr.14188) 10285 : cluster [DBG] pgmap v9650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:52.854 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:52 smithi136 bash[11745]: audit 2022-04-26T07:54:52.077058+0000 mon.smithi136 (mon.0) 6286 : audit [DBG] from='client.? 172.21.15.136:0/4105080776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:52 smithi145 bash[13673]: cluster 2022-04-26T07:54:51.429576+0000 mgr.smithi136.ofnrfx (mgr.14188) 10285 : cluster [DBG] pgmap v9650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:52 smithi145 bash[13673]: audit 2022-04-26T07:54:52.077058+0000 mon.smithi136 (mon.0) 6286 : audit [DBG] from='client.? 172.21.15.136:0/4105080776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:54 smithi136 bash[11745]: cluster 2022-04-26T07:54:53.430214+0000 mgr.smithi136.ofnrfx (mgr.14188) 10286 : cluster [DBG] pgmap v9651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:54 smithi145 bash[13673]: cluster 2022-04-26T07:54:53.430214+0000 mgr.smithi136.ofnrfx (mgr.14188) 10286 : cluster [DBG] pgmap v9651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:56 smithi136 bash[11745]: cluster 2022-04-26T07:54:55.430858+0000 mgr.smithi136.ofnrfx (mgr.14188) 10287 : cluster [DBG] pgmap v9652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:56 smithi145 bash[13673]: cluster 2022-04-26T07:54:55.430858+0000 mgr.smithi136.ofnrfx (mgr.14188) 10287 : cluster [DBG] pgmap v9652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:57.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:54:57.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:54:57.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:54:57.424 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:54:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:57 smithi136 bash[11745]: audit 2022-04-26T07:54:57.405672+0000 mon.smithi136 (mon.0) 6287 : audit [DBG] from='client.? 172.21.15.136:0/2548095790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:57 smithi145 bash[13673]: audit 2022-04-26T07:54:57.405672+0000 mon.smithi136 (mon.0) 6287 : audit [DBG] from='client.? 172.21.15.136:0/2548095790' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:54:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:54:58 smithi136 bash[11745]: cluster 2022-04-26T07:54:57.431499+0000 mgr.smithi136.ofnrfx (mgr.14188) 10288 : cluster [DBG] pgmap v9653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:54:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:54:58 smithi145 bash[13673]: cluster 2022-04-26T07:54:57.431499+0000 mgr.smithi136.ofnrfx (mgr.14188) 10288 : cluster [DBG] pgmap v9653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:00 smithi136 bash[11745]: cluster 2022-04-26T07:54:59.432240+0000 mgr.smithi136.ofnrfx (mgr.14188) 10289 : cluster [DBG] pgmap v9654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:00.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:00 smithi145 bash[13673]: cluster 2022-04-26T07:54:59.432240+0000 mgr.smithi136.ofnrfx (mgr.14188) 10289 : cluster [DBG] pgmap v9654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:02.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:02.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:02.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:02.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:02 smithi136 bash[11745]: cluster 2022-04-26T07:55:01.432993+0000 mgr.smithi136.ofnrfx (mgr.14188) 10290 : cluster [DBG] pgmap v9655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:02 smithi145 bash[13673]: cluster 2022-04-26T07:55:01.432993+0000 mgr.smithi136.ofnrfx (mgr.14188) 10290 : cluster [DBG] pgmap v9655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:03 smithi136 bash[11745]: audit 2022-04-26T07:55:02.737147+0000 mon.smithi136 (mon.0) 6288 : audit [DBG] from='client.? 172.21.15.136:0/569489840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:03 smithi136 bash[11745]: audit 2022-04-26T07:55:03.139954+0000 mon.smithi136 (mon.0) 6289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:55:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:03 smithi136 bash[11745]: audit 2022-04-26T07:55:03.144081+0000 mon.smithi136 (mon.0) 6290 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:55:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:03 smithi145 bash[13673]: audit 2022-04-26T07:55:02.737147+0000 mon.smithi136 (mon.0) 6288 : audit [DBG] from='client.? 172.21.15.136:0/569489840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:03 smithi145 bash[13673]: audit 2022-04-26T07:55:03.139954+0000 mon.smithi136 (mon.0) 6289 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:55:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:03 smithi145 bash[13673]: audit 2022-04-26T07:55:03.144081+0000 mon.smithi136 (mon.0) 6290 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:55:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:04 smithi136 bash[11745]: cluster 2022-04-26T07:55:03.433747+0000 mgr.smithi136.ofnrfx (mgr.14188) 10291 : cluster [DBG] pgmap v9656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:04 smithi145 bash[13673]: cluster 2022-04-26T07:55:03.433747+0000 mgr.smithi136.ofnrfx (mgr.14188) 10291 : cluster [DBG] pgmap v9656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:06 smithi136 bash[11745]: cluster 2022-04-26T07:55:05.434422+0000 mgr.smithi136.ofnrfx (mgr.14188) 10292 : cluster [DBG] pgmap v9657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:06 smithi145 bash[13673]: cluster 2022-04-26T07:55:05.434422+0000 mgr.smithi136.ofnrfx (mgr.14188) 10292 : cluster [DBG] pgmap v9657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:07.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:07.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:07.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:08.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:08 smithi136 bash[11745]: cluster 2022-04-26T07:55:07.435088+0000 mgr.smithi136.ofnrfx (mgr.14188) 10293 : cluster [DBG] pgmap v9658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:08 smithi136 bash[11745]: audit 2022-04-26T07:55:08.063675+0000 mon.smithi136 (mon.0) 6291 : audit [DBG] from='client.? 172.21.15.136:0/2615365782' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:08 smithi145 bash[13673]: cluster 2022-04-26T07:55:07.435088+0000 mgr.smithi136.ofnrfx (mgr.14188) 10293 : cluster [DBG] pgmap v9658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:08 smithi145 bash[13673]: audit 2022-04-26T07:55:08.063675+0000 mon.smithi136 (mon.0) 6291 : audit [DBG] from='client.? 172.21.15.136:0/2615365782' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:10 smithi136 bash[11745]: cluster 2022-04-26T07:55:09.435767+0000 mgr.smithi136.ofnrfx (mgr.14188) 10294 : cluster [DBG] pgmap v9659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:10 smithi145 bash[13673]: cluster 2022-04-26T07:55:09.435767+0000 mgr.smithi136.ofnrfx (mgr.14188) 10294 : cluster [DBG] pgmap v9659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:12 smithi136 bash[11745]: cluster 2022-04-26T07:55:11.436403+0000 mgr.smithi136.ofnrfx (mgr.14188) 10295 : cluster [DBG] pgmap v9660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:12 smithi145 bash[13673]: cluster 2022-04-26T07:55:11.436403+0000 mgr.smithi136.ofnrfx (mgr.14188) 10295 : cluster [DBG] pgmap v9660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:13.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:13.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:13.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:13.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:13 smithi136 bash[11745]: audit 2022-04-26T07:55:13.391674+0000 mon.smithi136 (mon.0) 6292 : audit [DBG] from='client.? 172.21.15.136:0/3961989087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:13 smithi145 bash[13673]: audit 2022-04-26T07:55:13.391674+0000 mon.smithi136 (mon.0) 6292 : audit [DBG] from='client.? 172.21.15.136:0/3961989087' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:14 smithi136 bash[11745]: cluster 2022-04-26T07:55:13.437055+0000 mgr.smithi136.ofnrfx (mgr.14188) 10296 : cluster [DBG] pgmap v9661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:14.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:14 smithi145 bash[13673]: cluster 2022-04-26T07:55:13.437055+0000 mgr.smithi136.ofnrfx (mgr.14188) 10296 : cluster [DBG] pgmap v9661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:16 smithi136 bash[11745]: cluster 2022-04-26T07:55:15.437749+0000 mgr.smithi136.ofnrfx (mgr.14188) 10297 : cluster [DBG] pgmap v9662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:16 smithi145 bash[13673]: cluster 2022-04-26T07:55:15.437749+0000 mgr.smithi136.ofnrfx (mgr.14188) 10297 : cluster [DBG] pgmap v9662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:18.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:18.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:18.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:18.737 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:18 smithi136 bash[11745]: cluster 2022-04-26T07:55:17.438402+0000 mgr.smithi136.ofnrfx (mgr.14188) 10298 : cluster [DBG] pgmap v9663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:18.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:18 smithi145 bash[13673]: cluster 2022-04-26T07:55:17.438402+0000 mgr.smithi136.ofnrfx (mgr.14188) 10298 : cluster [DBG] pgmap v9663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:19 smithi136 bash[11745]: audit 2022-04-26T07:55:18.722330+0000 mon.smithi136 (mon.0) 6293 : audit [DBG] from='client.? 172.21.15.136:0/3774452728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:19 smithi145 bash[13673]: audit 2022-04-26T07:55:18.722330+0000 mon.smithi136 (mon.0) 6293 : audit [DBG] from='client.? 172.21.15.136:0/3774452728' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:20 smithi136 bash[11745]: cluster 2022-04-26T07:55:19.439025+0000 mgr.smithi136.ofnrfx (mgr.14188) 10299 : cluster [DBG] pgmap v9664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:20 smithi145 bash[13673]: cluster 2022-04-26T07:55:19.439025+0000 mgr.smithi136.ofnrfx (mgr.14188) 10299 : cluster [DBG] pgmap v9664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:22 smithi136 bash[11745]: cluster 2022-04-26T07:55:21.439665+0000 mgr.smithi136.ofnrfx (mgr.14188) 10300 : cluster [DBG] pgmap v9665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:22 smithi145 bash[13673]: cluster 2022-04-26T07:55:21.439665+0000 mgr.smithi136.ofnrfx (mgr.14188) 10300 : cluster [DBG] pgmap v9665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:23.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:23.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:23.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:24.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:24 smithi136 bash[11745]: cluster 2022-04-26T07:55:23.440271+0000 mgr.smithi136.ofnrfx (mgr.14188) 10301 : cluster [DBG] pgmap v9666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:24 smithi136 bash[11745]: audit 2022-04-26T07:55:24.050635+0000 mon.smithi136 (mon.0) 6294 : audit [DBG] from='client.? 172.21.15.136:0/2441221046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:24 smithi145 bash[13673]: cluster 2022-04-26T07:55:23.440271+0000 mgr.smithi136.ofnrfx (mgr.14188) 10301 : cluster [DBG] pgmap v9666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:24 smithi145 bash[13673]: audit 2022-04-26T07:55:24.050635+0000 mon.smithi136 (mon.0) 6294 : audit [DBG] from='client.? 172.21.15.136:0/2441221046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:26 smithi136 bash[11745]: cluster 2022-04-26T07:55:25.440900+0000 mgr.smithi136.ofnrfx (mgr.14188) 10302 : cluster [DBG] pgmap v9667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:26 smithi145 bash[13673]: cluster 2022-04-26T07:55:25.440900+0000 mgr.smithi136.ofnrfx (mgr.14188) 10302 : cluster [DBG] pgmap v9667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:28 smithi136 bash[11745]: cluster 2022-04-26T07:55:27.441533+0000 mgr.smithi136.ofnrfx (mgr.14188) 10303 : cluster [DBG] pgmap v9668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:28 smithi145 bash[13673]: cluster 2022-04-26T07:55:27.441533+0000 mgr.smithi136.ofnrfx (mgr.14188) 10303 : cluster [DBG] pgmap v9668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:29.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:29.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:29.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:29.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:30 smithi136 bash[11745]: audit 2022-04-26T07:55:29.377271+0000 mon.smithi136 (mon.0) 6295 : audit [DBG] from='client.? 172.21.15.136:0/2959881898' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:30 smithi136 bash[11745]: cluster 2022-04-26T07:55:29.442225+0000 mgr.smithi136.ofnrfx (mgr.14188) 10304 : cluster [DBG] pgmap v9669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:30 smithi145 bash[13673]: audit 2022-04-26T07:55:29.377271+0000 mon.smithi136 (mon.0) 6295 : audit [DBG] from='client.? 172.21.15.136:0/2959881898' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:30 smithi145 bash[13673]: cluster 2022-04-26T07:55:29.442225+0000 mgr.smithi136.ofnrfx (mgr.14188) 10304 : cluster [DBG] pgmap v9669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:32 smithi136 bash[11745]: cluster 2022-04-26T07:55:31.443001+0000 mgr.smithi136.ofnrfx (mgr.14188) 10305 : cluster [DBG] pgmap v9670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:32 smithi145 bash[13673]: cluster 2022-04-26T07:55:31.443001+0000 mgr.smithi136.ofnrfx (mgr.14188) 10305 : cluster [DBG] pgmap v9670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:34.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:34.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:34.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:34.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:34 smithi136 bash[11745]: cluster 2022-04-26T07:55:33.443669+0000 mgr.smithi136.ofnrfx (mgr.14188) 10306 : cluster [DBG] pgmap v9671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:34 smithi145 bash[13673]: cluster 2022-04-26T07:55:33.443669+0000 mgr.smithi136.ofnrfx (mgr.14188) 10306 : cluster [DBG] pgmap v9671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:35 smithi136 bash[11745]: audit 2022-04-26T07:55:34.695476+0000 mon.smithi136 (mon.0) 6296 : audit [DBG] from='client.? 172.21.15.136:0/2654503221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:35 smithi145 bash[13673]: audit 2022-04-26T07:55:34.695476+0000 mon.smithi136 (mon.0) 6296 : audit [DBG] from='client.? 172.21.15.136:0/2654503221' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:36 smithi136 bash[11745]: cluster 2022-04-26T07:55:35.444287+0000 mgr.smithi136.ofnrfx (mgr.14188) 10307 : cluster [DBG] pgmap v9672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:36 smithi145 bash[13673]: cluster 2022-04-26T07:55:35.444287+0000 mgr.smithi136.ofnrfx (mgr.14188) 10307 : cluster [DBG] pgmap v9672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:38 smithi136 bash[11745]: cluster 2022-04-26T07:55:37.444936+0000 mgr.smithi136.ofnrfx (mgr.14188) 10308 : cluster [DBG] pgmap v9673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:38 smithi145 bash[13673]: cluster 2022-04-26T07:55:37.444936+0000 mgr.smithi136.ofnrfx (mgr.14188) 10308 : cluster [DBG] pgmap v9673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:39.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:39.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:39.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:40.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:40 smithi136 bash[11745]: cluster 2022-04-26T07:55:39.445567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10309 : cluster [DBG] pgmap v9674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:40 smithi136 bash[11745]: audit 2022-04-26T07:55:40.032433+0000 mon.smithi136 (mon.0) 6297 : audit [DBG] from='client.? 172.21.15.136:0/1411894666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:40.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:40 smithi145 bash[13673]: cluster 2022-04-26T07:55:39.445567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10309 : cluster [DBG] pgmap v9674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:40 smithi145 bash[13673]: audit 2022-04-26T07:55:40.032433+0000 mon.smithi136 (mon.0) 6297 : audit [DBG] from='client.? 172.21.15.136:0/1411894666' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:42 smithi136 bash[11745]: cluster 2022-04-26T07:55:41.446183+0000 mgr.smithi136.ofnrfx (mgr.14188) 10310 : cluster [DBG] pgmap v9675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:42 smithi145 bash[13673]: cluster 2022-04-26T07:55:41.446183+0000 mgr.smithi136.ofnrfx (mgr.14188) 10310 : cluster [DBG] pgmap v9675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:44 smithi136 bash[11745]: cluster 2022-04-26T07:55:43.446781+0000 mgr.smithi136.ofnrfx (mgr.14188) 10311 : cluster [DBG] pgmap v9676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:44 smithi145 bash[13673]: cluster 2022-04-26T07:55:43.446781+0000 mgr.smithi136.ofnrfx (mgr.14188) 10311 : cluster [DBG] pgmap v9676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:45.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:45.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:45.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:45.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:45 smithi136 bash[11745]: audit 2022-04-26T07:55:45.368381+0000 mon.smithi136 (mon.0) 6298 : audit [DBG] from='client.? 172.21.15.136:0/117242950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:45 smithi136 bash[11745]: audit 2022-04-26T07:55:45.449924+0000 mon.smithi136 (mon.0) 6299 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:55:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:45 smithi136 bash[11745]: audit 2022-04-26T07:55:45.452605+0000 mon.smithi136 (mon.0) 6300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:55:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:45 smithi136 bash[11745]: audit 2022-04-26T07:55:45.454297+0000 mon.smithi136 (mon.0) 6301 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:55:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:45 smithi145 bash[13673]: audit 2022-04-26T07:55:45.368381+0000 mon.smithi136 (mon.0) 6298 : audit [DBG] from='client.? 172.21.15.136:0/117242950' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:45 smithi145 bash[13673]: audit 2022-04-26T07:55:45.449924+0000 mon.smithi136 (mon.0) 6299 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:55:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:45 smithi145 bash[13673]: audit 2022-04-26T07:55:45.452605+0000 mon.smithi136 (mon.0) 6300 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:55:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:45 smithi145 bash[13673]: audit 2022-04-26T07:55:45.454297+0000 mon.smithi136 (mon.0) 6301 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:55:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:46 smithi136 bash[11745]: cluster 2022-04-26T07:55:45.447368+0000 mgr.smithi136.ofnrfx (mgr.14188) 10312 : cluster [DBG] pgmap v9677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:46 smithi136 bash[11745]: audit 2022-04-26T07:55:45.747769+0000 mon.smithi136 (mon.0) 6302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:55:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:46 smithi136 bash[11745]: audit 2022-04-26T07:55:45.756021+0000 mon.smithi136 (mon.0) 6303 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:55:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:46 smithi145 bash[13673]: cluster 2022-04-26T07:55:45.447368+0000 mgr.smithi136.ofnrfx (mgr.14188) 10312 : cluster [DBG] pgmap v9677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:46 smithi145 bash[13673]: audit 2022-04-26T07:55:45.747769+0000 mon.smithi136 (mon.0) 6302 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:55:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:46 smithi145 bash[13673]: audit 2022-04-26T07:55:45.756021+0000 mon.smithi136 (mon.0) 6303 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:55:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:47 smithi136 bash[11745]: cluster 2022-04-26T07:55:45.742087+0000 mgr.smithi136.ofnrfx (mgr.14188) 10313 : cluster [DBG] pgmap v9678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:47 smithi136 bash[11745]: cluster 2022-04-26T07:55:45.742474+0000 mgr.smithi136.ofnrfx (mgr.14188) 10314 : cluster [DBG] pgmap v9679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:47 smithi136 bash[11745]: cephadm 2022-04-26T07:55:45.757080+0000 mgr.smithi136.ofnrfx (mgr.14188) 10315 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:55:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:47 smithi136 bash[11745]: cephadm 2022-04-26T07:55:45.757217+0000 mgr.smithi136.ofnrfx (mgr.14188) 10316 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:55:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:47 smithi145 bash[13673]: cluster 2022-04-26T07:55:45.742087+0000 mgr.smithi136.ofnrfx (mgr.14188) 10313 : cluster [DBG] pgmap v9678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:47 smithi145 bash[13673]: cluster 2022-04-26T07:55:45.742474+0000 mgr.smithi136.ofnrfx (mgr.14188) 10314 : cluster [DBG] pgmap v9679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:47 smithi145 bash[13673]: cephadm 2022-04-26T07:55:45.757080+0000 mgr.smithi136.ofnrfx (mgr.14188) 10315 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:55:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:47 smithi145 bash[13673]: cephadm 2022-04-26T07:55:45.757217+0000 mgr.smithi136.ofnrfx (mgr.14188) 10316 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:55:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:49 smithi136 bash[11745]: cluster 2022-04-26T07:55:47.743187+0000 mgr.smithi136.ofnrfx (mgr.14188) 10317 : cluster [DBG] pgmap v9680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:49 smithi145 bash[13673]: cluster 2022-04-26T07:55:47.743187+0000 mgr.smithi136.ofnrfx (mgr.14188) 10317 : cluster [DBG] pgmap v9680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:50.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:50.386 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:50.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:50.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:51 smithi136 bash[11745]: cluster 2022-04-26T07:55:49.743853+0000 mgr.smithi136.ofnrfx (mgr.14188) 10318 : cluster [DBG] pgmap v9681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:51 smithi136 bash[11745]: audit 2022-04-26T07:55:50.699023+0000 mon.smithi136 (mon.0) 6304 : audit [DBG] from='client.? 172.21.15.136:0/882061114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:51 smithi145 bash[13673]: cluster 2022-04-26T07:55:49.743853+0000 mgr.smithi136.ofnrfx (mgr.14188) 10318 : cluster [DBG] pgmap v9681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:51.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:51 smithi145 bash[13673]: audit 2022-04-26T07:55:50.699023+0000 mon.smithi136 (mon.0) 6304 : audit [DBG] from='client.? 172.21.15.136:0/882061114' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:53 smithi136 bash[11745]: cluster 2022-04-26T07:55:51.744466+0000 mgr.smithi136.ofnrfx (mgr.14188) 10319 : cluster [DBG] pgmap v9682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:53 smithi145 bash[13673]: cluster 2022-04-26T07:55:51.744466+0000 mgr.smithi136.ofnrfx (mgr.14188) 10319 : cluster [DBG] pgmap v9682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:55.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:55:55.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:55:55.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:55:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:55 smithi136 bash[11745]: cluster 2022-04-26T07:55:53.745037+0000 mgr.smithi136.ofnrfx (mgr.14188) 10320 : cluster [DBG] pgmap v9683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:55 smithi145 bash[13673]: cluster 2022-04-26T07:55:53.745037+0000 mgr.smithi136.ofnrfx (mgr.14188) 10320 : cluster [DBG] pgmap v9683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:56.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:55:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:56 smithi136 bash[11745]: audit 2022-04-26T07:55:56.025455+0000 mon.smithi136 (mon.0) 6305 : audit [DBG] from='client.? 172.21.15.136:0/1009610730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:56 smithi145 bash[13673]: audit 2022-04-26T07:55:56.025455+0000 mon.smithi136 (mon.0) 6305 : audit [DBG] from='client.? 172.21.15.136:0/1009610730' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:55:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:57 smithi145 bash[13673]: cluster 2022-04-26T07:55:55.745653+0000 mgr.smithi136.ofnrfx (mgr.14188) 10321 : cluster [DBG] pgmap v9684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:57 smithi136 bash[11745]: cluster 2022-04-26T07:55:55.745653+0000 mgr.smithi136.ofnrfx (mgr.14188) 10321 : cluster [DBG] pgmap v9684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:55:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:55:59 smithi145 bash[13673]: cluster 2022-04-26T07:55:57.746410+0000 mgr.smithi136.ofnrfx (mgr.14188) 10322 : cluster [DBG] pgmap v9685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:55:59 smithi136 bash[11745]: cluster 2022-04-26T07:55:57.746410+0000 mgr.smithi136.ofnrfx (mgr.14188) 10322 : cluster [DBG] pgmap v9685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:01.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:01.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:01.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:01.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:01 smithi145 bash[13673]: cluster 2022-04-26T07:55:59.747043+0000 mgr.smithi136.ofnrfx (mgr.14188) 10323 : cluster [DBG] pgmap v9686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:01 smithi145 bash[13673]: audit 2022-04-26T07:56:01.354090+0000 mon.smithi136 (mon.0) 6306 : audit [DBG] from='client.? 172.21.15.136:0/1352886547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:01 smithi136 bash[11745]: cluster 2022-04-26T07:55:59.747043+0000 mgr.smithi136.ofnrfx (mgr.14188) 10323 : cluster [DBG] pgmap v9686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:01 smithi136 bash[11745]: audit 2022-04-26T07:56:01.354090+0000 mon.smithi136 (mon.0) 6306 : audit [DBG] from='client.? 172.21.15.136:0/1352886547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:03 smithi145 bash[13673]: cluster 2022-04-26T07:56:01.747702+0000 mgr.smithi136.ofnrfx (mgr.14188) 10324 : cluster [DBG] pgmap v9687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:03 smithi145 bash[13673]: audit 2022-04-26T07:56:03.143952+0000 mon.smithi136 (mon.0) 6307 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:56:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:03 smithi145 bash[13673]: audit 2022-04-26T07:56:03.147674+0000 mon.smithi136 (mon.0) 6308 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:56:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:03 smithi136 bash[11745]: cluster 2022-04-26T07:56:01.747702+0000 mgr.smithi136.ofnrfx (mgr.14188) 10324 : cluster [DBG] pgmap v9687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:03 smithi136 bash[11745]: audit 2022-04-26T07:56:03.143952+0000 mon.smithi136 (mon.0) 6307 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:56:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:03 smithi136 bash[11745]: audit 2022-04-26T07:56:03.147674+0000 mon.smithi136 (mon.0) 6308 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:56:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:05 smithi145 bash[13673]: cluster 2022-04-26T07:56:03.748304+0000 mgr.smithi136.ofnrfx (mgr.14188) 10325 : cluster [DBG] pgmap v9688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:05 smithi136 bash[11745]: cluster 2022-04-26T07:56:03.748304+0000 mgr.smithi136.ofnrfx (mgr.14188) 10325 : cluster [DBG] pgmap v9688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:06.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:06.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:06.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:06.696 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:07 smithi145 bash[13673]: cluster 2022-04-26T07:56:05.748964+0000 mgr.smithi136.ofnrfx (mgr.14188) 10326 : cluster [DBG] pgmap v9689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:07 smithi145 bash[13673]: audit 2022-04-26T07:56:06.680918+0000 mon.smithi136 (mon.0) 6309 : audit [DBG] from='client.? 172.21.15.136:0/2327429326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:07 smithi136 bash[11745]: cluster 2022-04-26T07:56:05.748964+0000 mgr.smithi136.ofnrfx (mgr.14188) 10326 : cluster [DBG] pgmap v9689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:07 smithi136 bash[11745]: audit 2022-04-26T07:56:06.680918+0000 mon.smithi136 (mon.0) 6309 : audit [DBG] from='client.? 172.21.15.136:0/2327429326' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:09 smithi145 bash[13673]: cluster 2022-04-26T07:56:07.749637+0000 mgr.smithi136.ofnrfx (mgr.14188) 10327 : cluster [DBG] pgmap v9690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:09 smithi136 bash[11745]: cluster 2022-04-26T07:56:07.749637+0000 mgr.smithi136.ofnrfx (mgr.14188) 10327 : cluster [DBG] pgmap v9690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:11.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:11.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:11.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:11 smithi145 bash[13673]: cluster 2022-04-26T07:56:09.750231+0000 mgr.smithi136.ofnrfx (mgr.14188) 10328 : cluster [DBG] pgmap v9691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:12.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:11 smithi136 bash[11745]: cluster 2022-04-26T07:56:09.750231+0000 mgr.smithi136.ofnrfx (mgr.14188) 10328 : cluster [DBG] pgmap v9691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:12 smithi145 bash[13673]: audit 2022-04-26T07:56:12.005349+0000 mon.smithi136 (mon.0) 6310 : audit [DBG] from='client.? 172.21.15.136:0/931554872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:12 smithi136 bash[11745]: audit 2022-04-26T07:56:12.005349+0000 mon.smithi136 (mon.0) 6310 : audit [DBG] from='client.? 172.21.15.136:0/931554872' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:13 smithi145 bash[13673]: cluster 2022-04-26T07:56:11.750717+0000 mgr.smithi136.ofnrfx (mgr.14188) 10329 : cluster [DBG] pgmap v9692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:13 smithi136 bash[11745]: cluster 2022-04-26T07:56:11.750717+0000 mgr.smithi136.ofnrfx (mgr.14188) 10329 : cluster [DBG] pgmap v9692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:15 smithi145 bash[13673]: cluster 2022-04-26T07:56:13.751379+0000 mgr.smithi136.ofnrfx (mgr.14188) 10330 : cluster [DBG] pgmap v9693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:15 smithi136 bash[11745]: cluster 2022-04-26T07:56:13.751379+0000 mgr.smithi136.ofnrfx (mgr.14188) 10330 : cluster [DBG] pgmap v9693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:17.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:17.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:17.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:17.349 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:17 smithi145 bash[13673]: cluster 2022-04-26T07:56:15.752112+0000 mgr.smithi136.ofnrfx (mgr.14188) 10331 : cluster [DBG] pgmap v9694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:17 smithi145 bash[13673]: audit 2022-04-26T07:56:17.334299+0000 mon.smithi136 (mon.0) 6311 : audit [DBG] from='client.? 172.21.15.136:0/1456546516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:17 smithi136 bash[11745]: cluster 2022-04-26T07:56:15.752112+0000 mgr.smithi136.ofnrfx (mgr.14188) 10331 : cluster [DBG] pgmap v9694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:17 smithi136 bash[11745]: audit 2022-04-26T07:56:17.334299+0000 mon.smithi136 (mon.0) 6311 : audit [DBG] from='client.? 172.21.15.136:0/1456546516' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:19 smithi145 bash[13673]: cluster 2022-04-26T07:56:17.752742+0000 mgr.smithi136.ofnrfx (mgr.14188) 10332 : cluster [DBG] pgmap v9695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:19 smithi136 bash[11745]: cluster 2022-04-26T07:56:17.752742+0000 mgr.smithi136.ofnrfx (mgr.14188) 10332 : cluster [DBG] pgmap v9695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:21 smithi145 bash[13673]: cluster 2022-04-26T07:56:19.753344+0000 mgr.smithi136.ofnrfx (mgr.14188) 10333 : cluster [DBG] pgmap v9696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:21 smithi136 bash[11745]: cluster 2022-04-26T07:56:19.753344+0000 mgr.smithi136.ofnrfx (mgr.14188) 10333 : cluster [DBG] pgmap v9696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:22.352 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:22.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:22.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:22.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:23 smithi145 bash[13673]: cluster 2022-04-26T07:56:21.753919+0000 mgr.smithi136.ofnrfx (mgr.14188) 10334 : cluster [DBG] pgmap v9697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:23 smithi145 bash[13673]: audit 2022-04-26T07:56:22.664174+0000 mon.smithi136 (mon.0) 6312 : audit [DBG] from='client.? 172.21.15.136:0/1365489043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:23 smithi136 bash[11745]: cluster 2022-04-26T07:56:21.753919+0000 mgr.smithi136.ofnrfx (mgr.14188) 10334 : cluster [DBG] pgmap v9697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:23 smithi136 bash[11745]: audit 2022-04-26T07:56:22.664174+0000 mon.smithi136 (mon.0) 6312 : audit [DBG] from='client.? 172.21.15.136:0/1365489043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:25 smithi145 bash[13673]: cluster 2022-04-26T07:56:23.754532+0000 mgr.smithi136.ofnrfx (mgr.14188) 10335 : cluster [DBG] pgmap v9698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:25 smithi136 bash[11745]: cluster 2022-04-26T07:56:23.754532+0000 mgr.smithi136.ofnrfx (mgr.14188) 10335 : cluster [DBG] pgmap v9698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:27.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:27.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:27.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:27 smithi145 bash[13673]: cluster 2022-04-26T07:56:25.755151+0000 mgr.smithi136.ofnrfx (mgr.14188) 10336 : cluster [DBG] pgmap v9699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:28.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:27 smithi136 bash[11745]: cluster 2022-04-26T07:56:25.755151+0000 mgr.smithi136.ofnrfx (mgr.14188) 10336 : cluster [DBG] pgmap v9699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:28 smithi136 bash[11745]: audit 2022-04-26T07:56:27.988493+0000 mon.smithi136 (mon.0) 6313 : audit [DBG] from='client.? 172.21.15.136:0/4206727517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:28 smithi145 bash[13673]: audit 2022-04-26T07:56:27.988493+0000 mon.smithi136 (mon.0) 6313 : audit [DBG] from='client.? 172.21.15.136:0/4206727517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:29 smithi136 bash[11745]: cluster 2022-04-26T07:56:27.755798+0000 mgr.smithi136.ofnrfx (mgr.14188) 10337 : cluster [DBG] pgmap v9700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:29 smithi145 bash[13673]: cluster 2022-04-26T07:56:27.755798+0000 mgr.smithi136.ofnrfx (mgr.14188) 10337 : cluster [DBG] pgmap v9700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:31 smithi136 bash[11745]: cluster 2022-04-26T07:56:29.756424+0000 mgr.smithi136.ofnrfx (mgr.14188) 10338 : cluster [DBG] pgmap v9701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:31 smithi145 bash[13673]: cluster 2022-04-26T07:56:29.756424+0000 mgr.smithi136.ofnrfx (mgr.14188) 10338 : cluster [DBG] pgmap v9701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:33.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:33.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:33.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:33.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:33 smithi136 bash[11745]: cluster 2022-04-26T07:56:31.757096+0000 mgr.smithi136.ofnrfx (mgr.14188) 10339 : cluster [DBG] pgmap v9702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:33 smithi136 bash[11745]: audit 2022-04-26T07:56:33.318162+0000 mon.smithi136 (mon.0) 6314 : audit [DBG] from='client.? 172.21.15.136:0/2575101729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:33 smithi145 bash[13673]: cluster 2022-04-26T07:56:31.757096+0000 mgr.smithi136.ofnrfx (mgr.14188) 10339 : cluster [DBG] pgmap v9702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:33 smithi145 bash[13673]: audit 2022-04-26T07:56:33.318162+0000 mon.smithi136 (mon.0) 6314 : audit [DBG] from='client.? 172.21.15.136:0/2575101729' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:35 smithi136 bash[11745]: cluster 2022-04-26T07:56:33.757701+0000 mgr.smithi136.ofnrfx (mgr.14188) 10340 : cluster [DBG] pgmap v9703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:35 smithi145 bash[13673]: cluster 2022-04-26T07:56:33.757701+0000 mgr.smithi136.ofnrfx (mgr.14188) 10340 : cluster [DBG] pgmap v9703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:37 smithi136 bash[11745]: cluster 2022-04-26T07:56:35.758311+0000 mgr.smithi136.ofnrfx (mgr.14188) 10341 : cluster [DBG] pgmap v9704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:37 smithi145 bash[13673]: cluster 2022-04-26T07:56:35.758311+0000 mgr.smithi136.ofnrfx (mgr.14188) 10341 : cluster [DBG] pgmap v9704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:38.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:38.336 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:38.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:38.659 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:38 smithi136 bash[11745]: audit 2022-04-26T07:56:38.644078+0000 mon.smithi136 (mon.0) 6315 : audit [DBG] from='client.? 172.21.15.136:0/2608629771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:38 smithi145 bash[13673]: audit 2022-04-26T07:56:38.644078+0000 mon.smithi136 (mon.0) 6315 : audit [DBG] from='client.? 172.21.15.136:0/2608629771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:39 smithi136 bash[11745]: cluster 2022-04-26T07:56:37.759116+0000 mgr.smithi136.ofnrfx (mgr.14188) 10342 : cluster [DBG] pgmap v9705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:39 smithi145 bash[13673]: cluster 2022-04-26T07:56:37.759116+0000 mgr.smithi136.ofnrfx (mgr.14188) 10342 : cluster [DBG] pgmap v9705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:41 smithi136 bash[11745]: cluster 2022-04-26T07:56:39.759772+0000 mgr.smithi136.ofnrfx (mgr.14188) 10343 : cluster [DBG] pgmap v9706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:41 smithi145 bash[13673]: cluster 2022-04-26T07:56:39.759772+0000 mgr.smithi136.ofnrfx (mgr.14188) 10343 : cluster [DBG] pgmap v9706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:43.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:43.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:43.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:43.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:43 smithi136 bash[11745]: cluster 2022-04-26T07:56:41.760488+0000 mgr.smithi136.ofnrfx (mgr.14188) 10344 : cluster [DBG] pgmap v9707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:43 smithi145 bash[13673]: cluster 2022-04-26T07:56:41.760488+0000 mgr.smithi136.ofnrfx (mgr.14188) 10344 : cluster [DBG] pgmap v9707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:44 smithi136 bash[11745]: audit 2022-04-26T07:56:43.971779+0000 mon.smithi136 (mon.0) 6316 : audit [DBG] from='client.? 172.21.15.136:0/2693892458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:44 smithi145 bash[13673]: audit 2022-04-26T07:56:43.971779+0000 mon.smithi136 (mon.0) 6316 : audit [DBG] from='client.? 172.21.15.136:0/2693892458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:45 smithi136 bash[11745]: cluster 2022-04-26T07:56:43.761059+0000 mgr.smithi136.ofnrfx (mgr.14188) 10345 : cluster [DBG] pgmap v9708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:45 smithi145 bash[13673]: cluster 2022-04-26T07:56:43.761059+0000 mgr.smithi136.ofnrfx (mgr.14188) 10345 : cluster [DBG] pgmap v9708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:46 smithi136 bash[11745]: audit 2022-04-26T07:56:45.768045+0000 mon.smithi136 (mon.0) 6317 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:56:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:46 smithi136 bash[11745]: audit 2022-04-26T07:56:45.770707+0000 mon.smithi136 (mon.0) 6318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:56:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:46 smithi136 bash[11745]: audit 2022-04-26T07:56:45.772536+0000 mon.smithi136 (mon.0) 6319 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:56:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:46 smithi136 bash[11745]: audit 2022-04-26T07:56:46.097172+0000 mon.smithi136 (mon.0) 6320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:56:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:46 smithi136 bash[11745]: audit 2022-04-26T07:56:46.108465+0000 mon.smithi136 (mon.0) 6321 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:56:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:46 smithi145 bash[13673]: audit 2022-04-26T07:56:45.768045+0000 mon.smithi136 (mon.0) 6317 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:56:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:46 smithi145 bash[13673]: audit 2022-04-26T07:56:45.770707+0000 mon.smithi136 (mon.0) 6318 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:56:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:46 smithi145 bash[13673]: audit 2022-04-26T07:56:45.772536+0000 mon.smithi136 (mon.0) 6319 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:56:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:46 smithi145 bash[13673]: audit 2022-04-26T07:56:46.097172+0000 mon.smithi136 (mon.0) 6320 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:56:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:46 smithi145 bash[13673]: audit 2022-04-26T07:56:46.108465+0000 mon.smithi136 (mon.0) 6321 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:56:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:47 smithi136 bash[11745]: cluster 2022-04-26T07:56:45.761645+0000 mgr.smithi136.ofnrfx (mgr.14188) 10346 : cluster [DBG] pgmap v9709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:47 smithi136 bash[11745]: cluster 2022-04-26T07:56:46.089986+0000 mgr.smithi136.ofnrfx (mgr.14188) 10347 : cluster [DBG] pgmap v9710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:47 smithi136 bash[11745]: cluster 2022-04-26T07:56:46.090437+0000 mgr.smithi136.ofnrfx (mgr.14188) 10348 : cluster [DBG] pgmap v9711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:47 smithi136 bash[11745]: cephadm 2022-04-26T07:56:46.110011+0000 mgr.smithi136.ofnrfx (mgr.14188) 10349 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:56:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:47 smithi136 bash[11745]: cephadm 2022-04-26T07:56:46.110240+0000 mgr.smithi136.ofnrfx (mgr.14188) 10350 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:56:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:47 smithi145 bash[13673]: cluster 2022-04-26T07:56:45.761645+0000 mgr.smithi136.ofnrfx (mgr.14188) 10346 : cluster [DBG] pgmap v9709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:47 smithi145 bash[13673]: cluster 2022-04-26T07:56:46.089986+0000 mgr.smithi136.ofnrfx (mgr.14188) 10347 : cluster [DBG] pgmap v9710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:47 smithi145 bash[13673]: cluster 2022-04-26T07:56:46.090437+0000 mgr.smithi136.ofnrfx (mgr.14188) 10348 : cluster [DBG] pgmap v9711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:47 smithi145 bash[13673]: cephadm 2022-04-26T07:56:46.110011+0000 mgr.smithi136.ofnrfx (mgr.14188) 10349 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:56:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:47 smithi145 bash[13673]: cephadm 2022-04-26T07:56:46.110240+0000 mgr.smithi136.ofnrfx (mgr.14188) 10350 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:56:48.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:48.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:48.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:49.317 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:49 smithi136 bash[11745]: cluster 2022-04-26T07:56:48.091113+0000 mgr.smithi136.ofnrfx (mgr.14188) 10351 : cluster [DBG] pgmap v9712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:49 smithi136 bash[11745]: audit 2022-04-26T07:56:49.301649+0000 mon.smithi136 (mon.0) 6322 : audit [DBG] from='client.? 172.21.15.136:0/948037387' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:49 smithi145 bash[13673]: cluster 2022-04-26T07:56:48.091113+0000 mgr.smithi136.ofnrfx (mgr.14188) 10351 : cluster [DBG] pgmap v9712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:49 smithi145 bash[13673]: audit 2022-04-26T07:56:49.301649+0000 mon.smithi136 (mon.0) 6322 : audit [DBG] from='client.? 172.21.15.136:0/948037387' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:51 smithi136 bash[11745]: cluster 2022-04-26T07:56:50.091876+0000 mgr.smithi136.ofnrfx (mgr.14188) 10352 : cluster [DBG] pgmap v9713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:51 smithi145 bash[13673]: cluster 2022-04-26T07:56:50.091876+0000 mgr.smithi136.ofnrfx (mgr.14188) 10352 : cluster [DBG] pgmap v9713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:53 smithi136 bash[11745]: cluster 2022-04-26T07:56:52.092563+0000 mgr.smithi136.ofnrfx (mgr.14188) 10353 : cluster [DBG] pgmap v9714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:53 smithi145 bash[13673]: cluster 2022-04-26T07:56:52.092563+0000 mgr.smithi136.ofnrfx (mgr.14188) 10353 : cluster [DBG] pgmap v9714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:54.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:54.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:54.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:54.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:56:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:55 smithi136 bash[11745]: cluster 2022-04-26T07:56:54.093193+0000 mgr.smithi136.ofnrfx (mgr.14188) 10354 : cluster [DBG] pgmap v9715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:55 smithi136 bash[11745]: audit 2022-04-26T07:56:54.623411+0000 mon.smithi136 (mon.0) 6323 : audit [DBG] from='client.? 172.21.15.136:0/561994549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:55 smithi145 bash[13673]: cluster 2022-04-26T07:56:54.093193+0000 mgr.smithi136.ofnrfx (mgr.14188) 10354 : cluster [DBG] pgmap v9715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:55 smithi145 bash[13673]: audit 2022-04-26T07:56:54.623411+0000 mon.smithi136 (mon.0) 6323 : audit [DBG] from='client.? 172.21.15.136:0/561994549' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:56:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:57 smithi136 bash[11745]: cluster 2022-04-26T07:56:56.093858+0000 mgr.smithi136.ofnrfx (mgr.14188) 10355 : cluster [DBG] pgmap v9716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:57 smithi145 bash[13673]: cluster 2022-04-26T07:56:56.093858+0000 mgr.smithi136.ofnrfx (mgr.14188) 10355 : cluster [DBG] pgmap v9716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:56:59 smithi136 bash[11745]: cluster 2022-04-26T07:56:58.094482+0000 mgr.smithi136.ofnrfx (mgr.14188) 10356 : cluster [DBG] pgmap v9717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:59.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:56:59.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:56:59.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:56:59.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:56:59 smithi145 bash[13673]: cluster 2022-04-26T07:56:58.094482+0000 mgr.smithi136.ofnrfx (mgr.14188) 10356 : cluster [DBG] pgmap v9717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:56:59.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:00 smithi136 bash[11745]: audit 2022-04-26T07:56:59.952994+0000 mon.smithi136 (mon.0) 6324 : audit [DBG] from='client.? 172.21.15.136:0/4252587089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:00.656 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:00 smithi145 bash[13673]: audit 2022-04-26T07:56:59.952994+0000 mon.smithi136 (mon.0) 6324 : audit [DBG] from='client.? 172.21.15.136:0/4252587089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:01 smithi136 bash[11745]: cluster 2022-04-26T07:57:00.095073+0000 mgr.smithi136.ofnrfx (mgr.14188) 10357 : cluster [DBG] pgmap v9718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:01 smithi145 bash[13673]: cluster 2022-04-26T07:57:00.095073+0000 mgr.smithi136.ofnrfx (mgr.14188) 10357 : cluster [DBG] pgmap v9718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:03 smithi136 bash[11745]: cluster 2022-04-26T07:57:02.095715+0000 mgr.smithi136.ofnrfx (mgr.14188) 10358 : cluster [DBG] pgmap v9719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:03 smithi136 bash[11745]: audit 2022-04-26T07:57:03.147810+0000 mon.smithi136 (mon.0) 6325 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:57:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:03 smithi136 bash[11745]: audit 2022-04-26T07:57:03.151764+0000 mon.smithi136 (mon.0) 6326 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:57:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:03 smithi145 bash[13673]: cluster 2022-04-26T07:57:02.095715+0000 mgr.smithi136.ofnrfx (mgr.14188) 10358 : cluster [DBG] pgmap v9719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:03 smithi145 bash[13673]: audit 2022-04-26T07:57:03.147810+0000 mon.smithi136 (mon.0) 6325 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:57:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:03 smithi145 bash[13673]: audit 2022-04-26T07:57:03.151764+0000 mon.smithi136 (mon.0) 6326 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:57:04.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:04.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:04.975 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:05.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:05 smithi136 bash[11745]: cluster 2022-04-26T07:57:04.096314+0000 mgr.smithi136.ofnrfx (mgr.14188) 10359 : cluster [DBG] pgmap v9720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:05 smithi136 bash[11745]: audit 2022-04-26T07:57:05.279905+0000 mon.smithi136 (mon.0) 6327 : audit [DBG] from='client.? 172.21.15.136:0/1222292778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:05.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:05 smithi145 bash[13673]: cluster 2022-04-26T07:57:04.096314+0000 mgr.smithi136.ofnrfx (mgr.14188) 10359 : cluster [DBG] pgmap v9720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:05 smithi145 bash[13673]: audit 2022-04-26T07:57:05.279905+0000 mon.smithi136 (mon.0) 6327 : audit [DBG] from='client.? 172.21.15.136:0/1222292778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:07 smithi136 bash[11745]: cluster 2022-04-26T07:57:06.096926+0000 mgr.smithi136.ofnrfx (mgr.14188) 10360 : cluster [DBG] pgmap v9721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:07 smithi145 bash[13673]: cluster 2022-04-26T07:57:06.096926+0000 mgr.smithi136.ofnrfx (mgr.14188) 10360 : cluster [DBG] pgmap v9721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:09 smithi136 bash[11745]: cluster 2022-04-26T07:57:08.097556+0000 mgr.smithi136.ofnrfx (mgr.14188) 10361 : cluster [DBG] pgmap v9722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:09 smithi145 bash[13673]: cluster 2022-04-26T07:57:08.097556+0000 mgr.smithi136.ofnrfx (mgr.14188) 10361 : cluster [DBG] pgmap v9722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:10.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:10.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:10.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:10.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:11.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:11 smithi145 bash[13673]: cluster 2022-04-26T07:57:10.098162+0000 mgr.smithi136.ofnrfx (mgr.14188) 10362 : cluster [DBG] pgmap v9723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:11 smithi145 bash[13673]: audit 2022-04-26T07:57:10.608706+0000 mon.smithi136 (mon.0) 6328 : audit [DBG] from='client.? 172.21.15.136:0/2133652612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:11 smithi136 bash[11745]: cluster 2022-04-26T07:57:10.098162+0000 mgr.smithi136.ofnrfx (mgr.14188) 10362 : cluster [DBG] pgmap v9723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:11 smithi136 bash[11745]: audit 2022-04-26T07:57:10.608706+0000 mon.smithi136 (mon.0) 6328 : audit [DBG] from='client.? 172.21.15.136:0/2133652612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:13 smithi145 bash[13673]: cluster 2022-04-26T07:57:12.098835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10363 : cluster [DBG] pgmap v9724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:13 smithi136 bash[11745]: cluster 2022-04-26T07:57:12.098835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10363 : cluster [DBG] pgmap v9724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:15.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:15.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:15.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:15 smithi145 bash[13673]: cluster 2022-04-26T07:57:14.099456+0000 mgr.smithi136.ofnrfx (mgr.14188) 10364 : cluster [DBG] pgmap v9725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:15 smithi136 bash[11745]: cluster 2022-04-26T07:57:14.099456+0000 mgr.smithi136.ofnrfx (mgr.14188) 10364 : cluster [DBG] pgmap v9725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:15.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:16 smithi145 bash[13673]: audit 2022-04-26T07:57:15.938179+0000 mon.smithi136 (mon.0) 6329 : audit [DBG] from='client.? 172.21.15.136:0/2535440785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:16 smithi136 bash[11745]: audit 2022-04-26T07:57:15.938179+0000 mon.smithi136 (mon.0) 6329 : audit [DBG] from='client.? 172.21.15.136:0/2535440785' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:17 smithi145 bash[13673]: cluster 2022-04-26T07:57:16.100127+0000 mgr.smithi136.ofnrfx (mgr.14188) 10365 : cluster [DBG] pgmap v9726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:17 smithi136 bash[11745]: cluster 2022-04-26T07:57:16.100127+0000 mgr.smithi136.ofnrfx (mgr.14188) 10365 : cluster [DBG] pgmap v9726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:19 smithi145 bash[13673]: cluster 2022-04-26T07:57:18.100749+0000 mgr.smithi136.ofnrfx (mgr.14188) 10366 : cluster [DBG] pgmap v9727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:19 smithi136 bash[11745]: cluster 2022-04-26T07:57:18.100749+0000 mgr.smithi136.ofnrfx (mgr.14188) 10366 : cluster [DBG] pgmap v9727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:20.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:20.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:20.957 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:21.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:21 smithi145 bash[13673]: cluster 2022-04-26T07:57:20.101362+0000 mgr.smithi136.ofnrfx (mgr.14188) 10367 : cluster [DBG] pgmap v9728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:21 smithi145 bash[13673]: audit 2022-04-26T07:57:21.269306+0000 mon.smithi136 (mon.0) 6330 : audit [DBG] from='client.? 172.21.15.136:0/152392903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:21 smithi136 bash[11745]: cluster 2022-04-26T07:57:20.101362+0000 mgr.smithi136.ofnrfx (mgr.14188) 10367 : cluster [DBG] pgmap v9728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:21 smithi136 bash[11745]: audit 2022-04-26T07:57:21.269306+0000 mon.smithi136 (mon.0) 6330 : audit [DBG] from='client.? 172.21.15.136:0/152392903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:23 smithi145 bash[13673]: cluster 2022-04-26T07:57:22.102014+0000 mgr.smithi136.ofnrfx (mgr.14188) 10368 : cluster [DBG] pgmap v9729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:23 smithi136 bash[11745]: cluster 2022-04-26T07:57:22.102014+0000 mgr.smithi136.ofnrfx (mgr.14188) 10368 : cluster [DBG] pgmap v9729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:25 smithi145 bash[13673]: cluster 2022-04-26T07:57:24.102626+0000 mgr.smithi136.ofnrfx (mgr.14188) 10369 : cluster [DBG] pgmap v9730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:25 smithi136 bash[11745]: cluster 2022-04-26T07:57:24.102626+0000 mgr.smithi136.ofnrfx (mgr.14188) 10369 : cluster [DBG] pgmap v9730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:26.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:26.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:26.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:26.607 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:27 smithi145 bash[13673]: cluster 2022-04-26T07:57:26.103247+0000 mgr.smithi136.ofnrfx (mgr.14188) 10370 : cluster [DBG] pgmap v9731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:27 smithi145 bash[13673]: audit 2022-04-26T07:57:26.591541+0000 mon.smithi136 (mon.0) 6331 : audit [DBG] from='client.? 172.21.15.136:0/2351340425' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:27 smithi136 bash[11745]: cluster 2022-04-26T07:57:26.103247+0000 mgr.smithi136.ofnrfx (mgr.14188) 10370 : cluster [DBG] pgmap v9731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:27 smithi136 bash[11745]: audit 2022-04-26T07:57:26.591541+0000 mon.smithi136 (mon.0) 6331 : audit [DBG] from='client.? 172.21.15.136:0/2351340425' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:29.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:29 smithi145 bash[13673]: cluster 2022-04-26T07:57:28.103895+0000 mgr.smithi136.ofnrfx (mgr.14188) 10371 : cluster [DBG] pgmap v9732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:29 smithi136 bash[11745]: cluster 2022-04-26T07:57:28.103895+0000 mgr.smithi136.ofnrfx (mgr.14188) 10371 : cluster [DBG] pgmap v9732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:31.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:31.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:31.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:31.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:31 smithi145 bash[13673]: cluster 2022-04-26T07:57:30.104477+0000 mgr.smithi136.ofnrfx (mgr.14188) 10372 : cluster [DBG] pgmap v9733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:31 smithi136 bash[11745]: cluster 2022-04-26T07:57:30.104477+0000 mgr.smithi136.ofnrfx (mgr.14188) 10372 : cluster [DBG] pgmap v9733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:31.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:32.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:32 smithi145 bash[13673]: audit 2022-04-26T07:57:31.922774+0000 mon.smithi136 (mon.0) 6332 : audit [DBG] from='client.? 172.21.15.136:0/3892801809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:32 smithi136 bash[11745]: audit 2022-04-26T07:57:31.922774+0000 mon.smithi136 (mon.0) 6332 : audit [DBG] from='client.? 172.21.15.136:0/3892801809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:33 smithi145 bash[13673]: cluster 2022-04-26T07:57:32.105109+0000 mgr.smithi136.ofnrfx (mgr.14188) 10373 : cluster [DBG] pgmap v9734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:33 smithi136 bash[11745]: cluster 2022-04-26T07:57:32.105109+0000 mgr.smithi136.ofnrfx (mgr.14188) 10373 : cluster [DBG] pgmap v9734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:35 smithi145 bash[13673]: cluster 2022-04-26T07:57:34.105703+0000 mgr.smithi136.ofnrfx (mgr.14188) 10374 : cluster [DBG] pgmap v9735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:35 smithi136 bash[11745]: cluster 2022-04-26T07:57:34.105703+0000 mgr.smithi136.ofnrfx (mgr.14188) 10374 : cluster [DBG] pgmap v9735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:36.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:36.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:36.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:37.263 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:37 smithi136 bash[11745]: cluster 2022-04-26T07:57:36.106278+0000 mgr.smithi136.ofnrfx (mgr.14188) 10375 : cluster [DBG] pgmap v9736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:37 smithi136 bash[11745]: audit 2022-04-26T07:57:37.248683+0000 mon.smithi136 (mon.0) 6333 : audit [DBG] from='client.? 172.21.15.136:0/3987178422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:37 smithi145 bash[13673]: cluster 2022-04-26T07:57:36.106278+0000 mgr.smithi136.ofnrfx (mgr.14188) 10375 : cluster [DBG] pgmap v9736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:37 smithi145 bash[13673]: audit 2022-04-26T07:57:37.248683+0000 mon.smithi136 (mon.0) 6333 : audit [DBG] from='client.? 172.21.15.136:0/3987178422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:39 smithi136 bash[11745]: cluster 2022-04-26T07:57:38.106847+0000 mgr.smithi136.ofnrfx (mgr.14188) 10376 : cluster [DBG] pgmap v9737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:39 smithi145 bash[13673]: cluster 2022-04-26T07:57:38.106847+0000 mgr.smithi136.ofnrfx (mgr.14188) 10376 : cluster [DBG] pgmap v9737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:41 smithi136 bash[11745]: cluster 2022-04-26T07:57:40.107576+0000 mgr.smithi136.ofnrfx (mgr.14188) 10377 : cluster [DBG] pgmap v9738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:41 smithi145 bash[13673]: cluster 2022-04-26T07:57:40.107576+0000 mgr.smithi136.ofnrfx (mgr.14188) 10377 : cluster [DBG] pgmap v9738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:42.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:42.266 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:42.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:42.587 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:43 smithi136 bash[11745]: cluster 2022-04-26T07:57:42.108315+0000 mgr.smithi136.ofnrfx (mgr.14188) 10378 : cluster [DBG] pgmap v9739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:43 smithi136 bash[11745]: audit 2022-04-26T07:57:42.572418+0000 mon.smithi136 (mon.0) 6334 : audit [DBG] from='client.? 172.21.15.136:0/1498042220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:43 smithi145 bash[13673]: cluster 2022-04-26T07:57:42.108315+0000 mgr.smithi136.ofnrfx (mgr.14188) 10378 : cluster [DBG] pgmap v9739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:43 smithi145 bash[13673]: audit 2022-04-26T07:57:42.572418+0000 mon.smithi136 (mon.0) 6334 : audit [DBG] from='client.? 172.21.15.136:0/1498042220' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:45 smithi136 bash[11745]: cluster 2022-04-26T07:57:44.108962+0000 mgr.smithi136.ofnrfx (mgr.14188) 10379 : cluster [DBG] pgmap v9740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:45 smithi145 bash[13673]: cluster 2022-04-26T07:57:44.108962+0000 mgr.smithi136.ofnrfx (mgr.14188) 10379 : cluster [DBG] pgmap v9740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:46 smithi136 bash[11745]: audit 2022-04-26T07:57:46.122670+0000 mon.smithi136 (mon.0) 6335 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:57:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:46 smithi136 bash[11745]: audit 2022-04-26T07:57:46.125414+0000 mon.smithi136 (mon.0) 6336 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:57:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:46 smithi136 bash[11745]: audit 2022-04-26T07:57:46.127279+0000 mon.smithi136 (mon.0) 6337 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:57:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:46 smithi145 bash[13673]: audit 2022-04-26T07:57:46.122670+0000 mon.smithi136 (mon.0) 6335 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:57:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:46 smithi145 bash[13673]: audit 2022-04-26T07:57:46.125414+0000 mon.smithi136 (mon.0) 6336 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:57:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:46 smithi145 bash[13673]: audit 2022-04-26T07:57:46.127279+0000 mon.smithi136 (mon.0) 6337 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:57:47.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:47.590 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:47.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:47 smithi136 bash[11745]: cluster 2022-04-26T07:57:46.109712+0000 mgr.smithi136.ofnrfx (mgr.14188) 10380 : cluster [DBG] pgmap v9741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:47 smithi136 bash[11745]: cluster 2022-04-26T07:57:46.451581+0000 mgr.smithi136.ofnrfx (mgr.14188) 10381 : cluster [DBG] pgmap v9742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:47 smithi136 bash[11745]: cluster 2022-04-26T07:57:46.452051+0000 mgr.smithi136.ofnrfx (mgr.14188) 10382 : cluster [DBG] pgmap v9743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:47 smithi136 bash[11745]: audit 2022-04-26T07:57:46.457545+0000 mon.smithi136 (mon.0) 6338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:57:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:47 smithi136 bash[11745]: audit 2022-04-26T07:57:46.463867+0000 mon.smithi136 (mon.0) 6339 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:57:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:47 smithi136 bash[11745]: cephadm 2022-04-26T07:57:46.465104+0000 mgr.smithi136.ofnrfx (mgr.14188) 10383 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:57:47.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:47 smithi136 bash[11745]: cephadm 2022-04-26T07:57:46.465215+0000 mgr.smithi136.ofnrfx (mgr.14188) 10384 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:57:47.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:47 smithi145 bash[13673]: cluster 2022-04-26T07:57:46.109712+0000 mgr.smithi136.ofnrfx (mgr.14188) 10380 : cluster [DBG] pgmap v9741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:47 smithi145 bash[13673]: cluster 2022-04-26T07:57:46.451581+0000 mgr.smithi136.ofnrfx (mgr.14188) 10381 : cluster [DBG] pgmap v9742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:47 smithi145 bash[13673]: cluster 2022-04-26T07:57:46.452051+0000 mgr.smithi136.ofnrfx (mgr.14188) 10382 : cluster [DBG] pgmap v9743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:47 smithi145 bash[13673]: audit 2022-04-26T07:57:46.457545+0000 mon.smithi136 (mon.0) 6338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:57:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:47 smithi145 bash[13673]: audit 2022-04-26T07:57:46.463867+0000 mon.smithi136 (mon.0) 6339 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:57:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:47 smithi145 bash[13673]: cephadm 2022-04-26T07:57:46.465104+0000 mgr.smithi136.ofnrfx (mgr.14188) 10383 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:57:47.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:47 smithi145 bash[13673]: cephadm 2022-04-26T07:57:46.465215+0000 mgr.smithi136.ofnrfx (mgr.14188) 10384 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:57:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:48 smithi136 bash[11745]: audit 2022-04-26T07:57:47.882873+0000 mon.smithi136 (mon.0) 6340 : audit [DBG] from='client.? 172.21.15.136:0/355354284' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:48 smithi145 bash[13673]: audit 2022-04-26T07:57:47.882873+0000 mon.smithi136 (mon.0) 6340 : audit [DBG] from='client.? 172.21.15.136:0/355354284' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:49 smithi136 bash[11745]: cluster 2022-04-26T07:57:48.452769+0000 mgr.smithi136.ofnrfx (mgr.14188) 10385 : cluster [DBG] pgmap v9744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:49 smithi145 bash[13673]: cluster 2022-04-26T07:57:48.452769+0000 mgr.smithi136.ofnrfx (mgr.14188) 10385 : cluster [DBG] pgmap v9744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:51 smithi136 bash[11745]: cluster 2022-04-26T07:57:50.453351+0000 mgr.smithi136.ofnrfx (mgr.14188) 10386 : cluster [DBG] pgmap v9745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:51.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:51 smithi145 bash[13673]: cluster 2022-04-26T07:57:50.453351+0000 mgr.smithi136.ofnrfx (mgr.14188) 10386 : cluster [DBG] pgmap v9745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:52.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:52.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:52.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:53.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:53 smithi136 bash[11745]: cluster 2022-04-26T07:57:52.453990+0000 mgr.smithi136.ofnrfx (mgr.14188) 10387 : cluster [DBG] pgmap v9746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:53 smithi136 bash[11745]: audit 2022-04-26T07:57:53.206431+0000 mon.smithi136 (mon.0) 6341 : audit [DBG] from='client.? 172.21.15.136:0/2011427829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:53 smithi145 bash[13673]: cluster 2022-04-26T07:57:52.453990+0000 mgr.smithi136.ofnrfx (mgr.14188) 10387 : cluster [DBG] pgmap v9746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:53 smithi145 bash[13673]: audit 2022-04-26T07:57:53.206431+0000 mon.smithi136 (mon.0) 6341 : audit [DBG] from='client.? 172.21.15.136:0/2011427829' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:55 smithi136 bash[11745]: cluster 2022-04-26T07:57:54.454576+0000 mgr.smithi136.ofnrfx (mgr.14188) 10388 : cluster [DBG] pgmap v9747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:55.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:55 smithi145 bash[13673]: cluster 2022-04-26T07:57:54.454576+0000 mgr.smithi136.ofnrfx (mgr.14188) 10388 : cluster [DBG] pgmap v9747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:57 smithi136 bash[11745]: cluster 2022-04-26T07:57:56.455200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10389 : cluster [DBG] pgmap v9748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:57 smithi145 bash[13673]: cluster 2022-04-26T07:57:56.455200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10389 : cluster [DBG] pgmap v9748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:58.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:57:58.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:57:58.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:57:58.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:57:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:59 smithi136 bash[11745]: cluster 2022-04-26T07:57:58.455810+0000 mgr.smithi136.ofnrfx (mgr.14188) 10390 : cluster [DBG] pgmap v9749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:57:59 smithi136 bash[11745]: audit 2022-04-26T07:57:58.535536+0000 mon.smithi136 (mon.0) 6342 : audit [DBG] from='client.? 172.21.15.136:0/2382060286' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:57:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:59 smithi145 bash[13673]: cluster 2022-04-26T07:57:58.455810+0000 mgr.smithi136.ofnrfx (mgr.14188) 10390 : cluster [DBG] pgmap v9749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:57:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:57:59 smithi145 bash[13673]: audit 2022-04-26T07:57:58.535536+0000 mon.smithi136 (mon.0) 6342 : audit [DBG] from='client.? 172.21.15.136:0/2382060286' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:01 smithi136 bash[11745]: cluster 2022-04-26T07:58:00.456458+0000 mgr.smithi136.ofnrfx (mgr.14188) 10391 : cluster [DBG] pgmap v9750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:01 smithi145 bash[13673]: cluster 2022-04-26T07:58:00.456458+0000 mgr.smithi136.ofnrfx (mgr.14188) 10391 : cluster [DBG] pgmap v9750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:03.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:03.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:03.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:03 smithi136 bash[11745]: cluster 2022-04-26T07:58:02.457115+0000 mgr.smithi136.ofnrfx (mgr.14188) 10392 : cluster [DBG] pgmap v9751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:03 smithi136 bash[11745]: audit 2022-04-26T07:58:03.151832+0000 mon.smithi136 (mon.0) 6343 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:58:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:03 smithi136 bash[11745]: audit 2022-04-26T07:58:03.155584+0000 mon.smithi136 (mon.0) 6344 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:58:03.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:03 smithi145 bash[13673]: cluster 2022-04-26T07:58:02.457115+0000 mgr.smithi136.ofnrfx (mgr.14188) 10392 : cluster [DBG] pgmap v9751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:03 smithi145 bash[13673]: audit 2022-04-26T07:58:03.151832+0000 mon.smithi136 (mon.0) 6343 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:58:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:03 smithi145 bash[13673]: audit 2022-04-26T07:58:03.155584+0000 mon.smithi136 (mon.0) 6344 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:58:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:04 smithi136 bash[11745]: audit 2022-04-26T07:58:03.855804+0000 mon.smithi136 (mon.0) 6345 : audit [DBG] from='client.? 172.21.15.136:0/4190563021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:04 smithi145 bash[13673]: audit 2022-04-26T07:58:03.855804+0000 mon.smithi136 (mon.0) 6345 : audit [DBG] from='client.? 172.21.15.136:0/4190563021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:05 smithi136 bash[11745]: cluster 2022-04-26T07:58:04.457708+0000 mgr.smithi136.ofnrfx (mgr.14188) 10393 : cluster [DBG] pgmap v9752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:05 smithi145 bash[13673]: cluster 2022-04-26T07:58:04.457708+0000 mgr.smithi136.ofnrfx (mgr.14188) 10393 : cluster [DBG] pgmap v9752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:07 smithi136 bash[11745]: cluster 2022-04-26T07:58:06.458316+0000 mgr.smithi136.ofnrfx (mgr.14188) 10394 : cluster [DBG] pgmap v9753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:07.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:07 smithi145 bash[13673]: cluster 2022-04-26T07:58:06.458316+0000 mgr.smithi136.ofnrfx (mgr.14188) 10394 : cluster [DBG] pgmap v9753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:08.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:08.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:08.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:09.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:09 smithi136 bash[11745]: cluster 2022-04-26T07:58:08.458931+0000 mgr.smithi136.ofnrfx (mgr.14188) 10395 : cluster [DBG] pgmap v9754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:09 smithi136 bash[11745]: audit 2022-04-26T07:58:09.191901+0000 mon.smithi136 (mon.0) 6346 : audit [DBG] from='client.? 172.21.15.136:0/171412185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:09 smithi145 bash[13673]: cluster 2022-04-26T07:58:08.458931+0000 mgr.smithi136.ofnrfx (mgr.14188) 10395 : cluster [DBG] pgmap v9754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:09 smithi145 bash[13673]: audit 2022-04-26T07:58:09.191901+0000 mon.smithi136 (mon.0) 6346 : audit [DBG] from='client.? 172.21.15.136:0/171412185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:11 smithi136 bash[11745]: cluster 2022-04-26T07:58:10.459537+0000 mgr.smithi136.ofnrfx (mgr.14188) 10396 : cluster [DBG] pgmap v9755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:11 smithi145 bash[13673]: cluster 2022-04-26T07:58:10.459537+0000 mgr.smithi136.ofnrfx (mgr.14188) 10396 : cluster [DBG] pgmap v9755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:13 smithi136 bash[11745]: cluster 2022-04-26T07:58:12.460164+0000 mgr.smithi136.ofnrfx (mgr.14188) 10397 : cluster [DBG] pgmap v9756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:13 smithi145 bash[13673]: cluster 2022-04-26T07:58:12.460164+0000 mgr.smithi136.ofnrfx (mgr.14188) 10397 : cluster [DBG] pgmap v9756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:14.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:14.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:14.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:14.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:15 smithi136 bash[11745]: cluster 2022-04-26T07:58:14.460780+0000 mgr.smithi136.ofnrfx (mgr.14188) 10398 : cluster [DBG] pgmap v9757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:15 smithi136 bash[11745]: audit 2022-04-26T07:58:14.519320+0000 mon.smithi136 (mon.0) 6347 : audit [DBG] from='client.? 172.21.15.136:0/1160614310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:15 smithi145 bash[13673]: cluster 2022-04-26T07:58:14.460780+0000 mgr.smithi136.ofnrfx (mgr.14188) 10398 : cluster [DBG] pgmap v9757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:15 smithi145 bash[13673]: audit 2022-04-26T07:58:14.519320+0000 mon.smithi136 (mon.0) 6347 : audit [DBG] from='client.? 172.21.15.136:0/1160614310' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:17 smithi136 bash[11745]: cluster 2022-04-26T07:58:16.461399+0000 mgr.smithi136.ofnrfx (mgr.14188) 10399 : cluster [DBG] pgmap v9758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:17 smithi145 bash[13673]: cluster 2022-04-26T07:58:16.461399+0000 mgr.smithi136.ofnrfx (mgr.14188) 10399 : cluster [DBG] pgmap v9758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:19.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:19.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:19.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:19 smithi136 bash[11745]: cluster 2022-04-26T07:58:18.461995+0000 mgr.smithi136.ofnrfx (mgr.14188) 10400 : cluster [DBG] pgmap v9759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:19.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:19 smithi145 bash[13673]: cluster 2022-04-26T07:58:18.461995+0000 mgr.smithi136.ofnrfx (mgr.14188) 10400 : cluster [DBG] pgmap v9759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:20 smithi136 bash[11745]: audit 2022-04-26T07:58:19.850181+0000 mon.smithi136 (mon.0) 6348 : audit [DBG] from='client.? 172.21.15.136:0/3886415803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:20 smithi145 bash[13673]: audit 2022-04-26T07:58:19.850181+0000 mon.smithi136 (mon.0) 6348 : audit [DBG] from='client.? 172.21.15.136:0/3886415803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:21 smithi136 bash[11745]: cluster 2022-04-26T07:58:20.462712+0000 mgr.smithi136.ofnrfx (mgr.14188) 10401 : cluster [DBG] pgmap v9760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:21 smithi145 bash[13673]: cluster 2022-04-26T07:58:20.462712+0000 mgr.smithi136.ofnrfx (mgr.14188) 10401 : cluster [DBG] pgmap v9760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:23.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:23 smithi136 bash[11745]: cluster 2022-04-26T07:58:22.463464+0000 mgr.smithi136.ofnrfx (mgr.14188) 10402 : cluster [DBG] pgmap v9761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:23 smithi145 bash[13673]: cluster 2022-04-26T07:58:22.463464+0000 mgr.smithi136.ofnrfx (mgr.14188) 10402 : cluster [DBG] pgmap v9761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:24.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:24.869 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:24.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:25.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:25 smithi136 bash[11745]: cluster 2022-04-26T07:58:24.464056+0000 mgr.smithi136.ofnrfx (mgr.14188) 10403 : cluster [DBG] pgmap v9762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:25 smithi136 bash[11745]: audit 2022-04-26T07:58:25.184471+0000 mon.smithi136 (mon.0) 6349 : audit [DBG] from='client.? 172.21.15.136:0/3894577987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:25.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:25 smithi145 bash[13673]: cluster 2022-04-26T07:58:24.464056+0000 mgr.smithi136.ofnrfx (mgr.14188) 10403 : cluster [DBG] pgmap v9762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:25 smithi145 bash[13673]: audit 2022-04-26T07:58:25.184471+0000 mon.smithi136 (mon.0) 6349 : audit [DBG] from='client.? 172.21.15.136:0/3894577987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:27 smithi136 bash[11745]: cluster 2022-04-26T07:58:26.464710+0000 mgr.smithi136.ofnrfx (mgr.14188) 10404 : cluster [DBG] pgmap v9763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:27.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:27 smithi145 bash[13673]: cluster 2022-04-26T07:58:26.464710+0000 mgr.smithi136.ofnrfx (mgr.14188) 10404 : cluster [DBG] pgmap v9763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:29 smithi136 bash[11745]: cluster 2022-04-26T07:58:28.465422+0000 mgr.smithi136.ofnrfx (mgr.14188) 10405 : cluster [DBG] pgmap v9764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:29 smithi145 bash[13673]: cluster 2022-04-26T07:58:28.465422+0000 mgr.smithi136.ofnrfx (mgr.14188) 10405 : cluster [DBG] pgmap v9764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:30.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:30.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:30.208 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:30.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:30 smithi136 bash[11745]: audit 2022-04-26T07:58:30.509930+0000 mon.smithi136 (mon.0) 6350 : audit [DBG] from='client.? 172.21.15.136:0/474062505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:30 smithi145 bash[13673]: audit 2022-04-26T07:58:30.509930+0000 mon.smithi136 (mon.0) 6350 : audit [DBG] from='client.? 172.21.15.136:0/474062505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:31 smithi136 bash[11745]: cluster 2022-04-26T07:58:30.465905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10406 : cluster [DBG] pgmap v9765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:31.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:31 smithi145 bash[13673]: cluster 2022-04-26T07:58:30.465905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10406 : cluster [DBG] pgmap v9765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:33 smithi136 bash[11745]: cluster 2022-04-26T07:58:32.466496+0000 mgr.smithi136.ofnrfx (mgr.14188) 10407 : cluster [DBG] pgmap v9766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:33 smithi145 bash[13673]: cluster 2022-04-26T07:58:32.466496+0000 mgr.smithi136.ofnrfx (mgr.14188) 10407 : cluster [DBG] pgmap v9766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:35.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:35.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:35.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:35 smithi145 bash[13673]: cluster 2022-04-26T07:58:34.467111+0000 mgr.smithi136.ofnrfx (mgr.14188) 10408 : cluster [DBG] pgmap v9767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:35 smithi136 bash[11745]: cluster 2022-04-26T07:58:34.467111+0000 mgr.smithi136.ofnrfx (mgr.14188) 10408 : cluster [DBG] pgmap v9767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:35.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:36.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:36 smithi145 bash[13673]: audit 2022-04-26T07:58:35.838488+0000 mon.smithi136 (mon.0) 6351 : audit [DBG] from='client.? 172.21.15.136:0/748250456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:36 smithi136 bash[11745]: audit 2022-04-26T07:58:35.838488+0000 mon.smithi136 (mon.0) 6351 : audit [DBG] from='client.? 172.21.15.136:0/748250456' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:37 smithi145 bash[13673]: cluster 2022-04-26T07:58:36.467792+0000 mgr.smithi136.ofnrfx (mgr.14188) 10409 : cluster [DBG] pgmap v9768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:37 smithi136 bash[11745]: cluster 2022-04-26T07:58:36.467792+0000 mgr.smithi136.ofnrfx (mgr.14188) 10409 : cluster [DBG] pgmap v9768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:39 smithi136 bash[11745]: cluster 2022-04-26T07:58:38.468419+0000 mgr.smithi136.ofnrfx (mgr.14188) 10410 : cluster [DBG] pgmap v9769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:39 smithi145 bash[13673]: cluster 2022-04-26T07:58:38.468419+0000 mgr.smithi136.ofnrfx (mgr.14188) 10410 : cluster [DBG] pgmap v9769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:40.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:40.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:40.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:41.184 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:41 smithi136 bash[11745]: cluster 2022-04-26T07:58:40.469023+0000 mgr.smithi136.ofnrfx (mgr.14188) 10411 : cluster [DBG] pgmap v9770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:41 smithi136 bash[11745]: audit 2022-04-26T07:58:41.170258+0000 mon.smithi136 (mon.0) 6352 : audit [DBG] from='client.? 172.21.15.136:0/3295251726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:41 smithi145 bash[13673]: cluster 2022-04-26T07:58:40.469023+0000 mgr.smithi136.ofnrfx (mgr.14188) 10411 : cluster [DBG] pgmap v9770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:41 smithi145 bash[13673]: audit 2022-04-26T07:58:41.170258+0000 mon.smithi136 (mon.0) 6352 : audit [DBG] from='client.? 172.21.15.136:0/3295251726' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:43 smithi136 bash[11745]: cluster 2022-04-26T07:58:42.469656+0000 mgr.smithi136.ofnrfx (mgr.14188) 10412 : cluster [DBG] pgmap v9771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:43 smithi145 bash[13673]: cluster 2022-04-26T07:58:42.469656+0000 mgr.smithi136.ofnrfx (mgr.14188) 10412 : cluster [DBG] pgmap v9771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:45 smithi145 bash[13673]: cluster 2022-04-26T07:58:44.470213+0000 mgr.smithi136.ofnrfx (mgr.14188) 10413 : cluster [DBG] pgmap v9772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:45 smithi136 bash[11745]: cluster 2022-04-26T07:58:44.470213+0000 mgr.smithi136.ofnrfx (mgr.14188) 10413 : cluster [DBG] pgmap v9772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:46.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:46.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:46.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:46.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:46 smithi136 bash[11745]: audit 2022-04-26T07:58:46.476629+0000 mon.smithi136 (mon.0) 6353 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:58:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:46 smithi136 bash[11745]: audit 2022-04-26T07:58:46.479037+0000 mon.smithi136 (mon.0) 6354 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:58:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:46 smithi136 bash[11745]: audit 2022-04-26T07:58:46.480620+0000 mon.smithi136 (mon.0) 6355 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:58:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:46 smithi136 bash[11745]: audit 2022-04-26T07:58:46.498449+0000 mon.smithi136 (mon.0) 6356 : audit [DBG] from='client.? 172.21.15.136:0/3549539021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:46 smithi145 bash[13673]: audit 2022-04-26T07:58:46.476629+0000 mon.smithi136 (mon.0) 6353 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:58:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:46 smithi145 bash[13673]: audit 2022-04-26T07:58:46.479037+0000 mon.smithi136 (mon.0) 6354 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:58:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:46 smithi145 bash[13673]: audit 2022-04-26T07:58:46.480620+0000 mon.smithi136 (mon.0) 6355 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:58:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:46 smithi145 bash[13673]: audit 2022-04-26T07:58:46.498449+0000 mon.smithi136 (mon.0) 6356 : audit [DBG] from='client.? 172.21.15.136:0/3549539021' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:47 smithi136 bash[11745]: cluster 2022-04-26T07:58:46.470691+0000 mgr.smithi136.ofnrfx (mgr.14188) 10414 : cluster [DBG] pgmap v9773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:47 smithi145 bash[13673]: cluster 2022-04-26T07:58:46.470691+0000 mgr.smithi136.ofnrfx (mgr.14188) 10414 : cluster [DBG] pgmap v9773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:49 smithi136 bash[11745]: cluster 2022-04-26T07:58:48.471275+0000 mgr.smithi136.ofnrfx (mgr.14188) 10415 : cluster [DBG] pgmap v9774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:49 smithi145 bash[13673]: cluster 2022-04-26T07:58:48.471275+0000 mgr.smithi136.ofnrfx (mgr.14188) 10415 : cluster [DBG] pgmap v9774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:51.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:51.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:51.517 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:51 smithi136 bash[11745]: audit 2022-04-26T07:58:50.252424+0000 mon.smithi136 (mon.0) 6357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:58:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:51 smithi136 bash[11745]: cluster 2022-04-26T07:58:50.471897+0000 mgr.smithi136.ofnrfx (mgr.14188) 10416 : cluster [DBG] pgmap v9775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:51 smithi136 bash[11745]: audit 2022-04-26T07:58:50.942048+0000 mon.smithi136 (mon.0) 6358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:58:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:51 smithi136 bash[11745]: audit 2022-04-26T07:58:51.231097+0000 mon.smithi136 (mon.0) 6359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:58:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:51 smithi136 bash[11745]: audit 2022-04-26T07:58:51.241746+0000 mon.smithi136 (mon.0) 6360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:58:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:51 smithi145 bash[13673]: audit 2022-04-26T07:58:50.252424+0000 mon.smithi136 (mon.0) 6357 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:58:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:51 smithi145 bash[13673]: cluster 2022-04-26T07:58:50.471897+0000 mgr.smithi136.ofnrfx (mgr.14188) 10416 : cluster [DBG] pgmap v9775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:51 smithi145 bash[13673]: audit 2022-04-26T07:58:50.942048+0000 mon.smithi136 (mon.0) 6358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:58:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:51 smithi145 bash[13673]: audit 2022-04-26T07:58:51.231097+0000 mon.smithi136 (mon.0) 6359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:58:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:51 smithi145 bash[13673]: audit 2022-04-26T07:58:51.241746+0000 mon.smithi136 (mon.0) 6360 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T07:58:51.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:52 smithi136 bash[11745]: cluster 2022-04-26T07:58:51.225250+0000 mgr.smithi136.ofnrfx (mgr.14188) 10417 : cluster [DBG] pgmap v9776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:52 smithi136 bash[11745]: cluster 2022-04-26T07:58:51.225649+0000 mgr.smithi136.ofnrfx (mgr.14188) 10418 : cluster [DBG] pgmap v9777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:52 smithi136 bash[11745]: cephadm 2022-04-26T07:58:51.243093+0000 mgr.smithi136.ofnrfx (mgr.14188) 10419 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:58:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:52 smithi136 bash[11745]: cephadm 2022-04-26T07:58:51.243231+0000 mgr.smithi136.ofnrfx (mgr.14188) 10420 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:58:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:52 smithi136 bash[11745]: audit 2022-04-26T07:58:51.833622+0000 mon.smithi136 (mon.0) 6361 : audit [DBG] from='client.? 172.21.15.136:0/4202039140' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:52.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:52 smithi145 bash[13673]: cluster 2022-04-26T07:58:51.225250+0000 mgr.smithi136.ofnrfx (mgr.14188) 10417 : cluster [DBG] pgmap v9776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:52 smithi145 bash[13673]: cluster 2022-04-26T07:58:51.225649+0000 mgr.smithi136.ofnrfx (mgr.14188) 10418 : cluster [DBG] pgmap v9777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:52 smithi145 bash[13673]: cephadm 2022-04-26T07:58:51.243093+0000 mgr.smithi136.ofnrfx (mgr.14188) 10419 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T07:58:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:52 smithi145 bash[13673]: cephadm 2022-04-26T07:58:51.243231+0000 mgr.smithi136.ofnrfx (mgr.14188) 10420 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T07:58:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:52 smithi145 bash[13673]: audit 2022-04-26T07:58:51.833622+0000 mon.smithi136 (mon.0) 6361 : audit [DBG] from='client.? 172.21.15.136:0/4202039140' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:54 smithi136 bash[11745]: cluster 2022-04-26T07:58:53.226259+0000 mgr.smithi136.ofnrfx (mgr.14188) 10421 : cluster [DBG] pgmap v9778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:54.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:54 smithi145 bash[13673]: cluster 2022-04-26T07:58:53.226259+0000 mgr.smithi136.ofnrfx (mgr.14188) 10421 : cluster [DBG] pgmap v9778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:56 smithi145 bash[13673]: cluster 2022-04-26T07:58:55.226884+0000 mgr.smithi136.ofnrfx (mgr.14188) 10422 : cluster [DBG] pgmap v9779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:56 smithi136 bash[11745]: cluster 2022-04-26T07:58:55.226884+0000 mgr.smithi136.ofnrfx (mgr.14188) 10422 : cluster [DBG] pgmap v9779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:56.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:58:56.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:58:56.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:58:57.171 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:58:57.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:57 smithi145 bash[13673]: audit 2022-04-26T07:58:57.156347+0000 mon.smithi136 (mon.0) 6362 : audit [DBG] from='client.? 172.21.15.136:0/2881519070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:57 smithi136 bash[11745]: audit 2022-04-26T07:58:57.156347+0000 mon.smithi136 (mon.0) 6362 : audit [DBG] from='client.? 172.21.15.136:0/2881519070' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:58:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:58:58 smithi145 bash[13673]: cluster 2022-04-26T07:58:57.227579+0000 mgr.smithi136.ofnrfx (mgr.14188) 10423 : cluster [DBG] pgmap v9780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:58:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:58:58 smithi136 bash[11745]: cluster 2022-04-26T07:58:57.227579+0000 mgr.smithi136.ofnrfx (mgr.14188) 10423 : cluster [DBG] pgmap v9780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:00 smithi145 bash[13673]: cluster 2022-04-26T07:58:59.228165+0000 mgr.smithi136.ofnrfx (mgr.14188) 10424 : cluster [DBG] pgmap v9781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:00 smithi136 bash[11745]: cluster 2022-04-26T07:58:59.228165+0000 mgr.smithi136.ofnrfx (mgr.14188) 10424 : cluster [DBG] pgmap v9781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:02.175 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:02.175 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:02.175 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:02.500 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:02 smithi145 bash[13673]: cluster 2022-04-26T07:59:01.228846+0000 mgr.smithi136.ofnrfx (mgr.14188) 10425 : cluster [DBG] pgmap v9782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:02 smithi136 bash[11745]: cluster 2022-04-26T07:59:01.228846+0000 mgr.smithi136.ofnrfx (mgr.14188) 10425 : cluster [DBG] pgmap v9782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:03 smithi145 bash[13673]: audit 2022-04-26T07:59:02.484634+0000 mon.smithi136 (mon.0) 6363 : audit [DBG] from='client.? 172.21.15.136:0/324098160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:03 smithi145 bash[13673]: audit 2022-04-26T07:59:03.155855+0000 mon.smithi136 (mon.0) 6364 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:59:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:03 smithi145 bash[13673]: audit 2022-04-26T07:59:03.159835+0000 mon.smithi136 (mon.0) 6365 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:59:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:03 smithi136 bash[11745]: audit 2022-04-26T07:59:02.484634+0000 mon.smithi136 (mon.0) 6363 : audit [DBG] from='client.? 172.21.15.136:0/324098160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:03 smithi136 bash[11745]: audit 2022-04-26T07:59:03.155855+0000 mon.smithi136 (mon.0) 6364 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T07:59:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:03 smithi136 bash[11745]: audit 2022-04-26T07:59:03.159835+0000 mon.smithi136 (mon.0) 6365 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T07:59:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:04 smithi145 bash[13673]: cluster 2022-04-26T07:59:03.229558+0000 mgr.smithi136.ofnrfx (mgr.14188) 10426 : cluster [DBG] pgmap v9783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:04 smithi136 bash[11745]: cluster 2022-04-26T07:59:03.229558+0000 mgr.smithi136.ofnrfx (mgr.14188) 10426 : cluster [DBG] pgmap v9783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:06 smithi145 bash[13673]: cluster 2022-04-26T07:59:05.230231+0000 mgr.smithi136.ofnrfx (mgr.14188) 10427 : cluster [DBG] pgmap v9784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:06 smithi136 bash[11745]: cluster 2022-04-26T07:59:05.230231+0000 mgr.smithi136.ofnrfx (mgr.14188) 10427 : cluster [DBG] pgmap v9784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:07.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:07.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:07.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:07.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:08 smithi145 bash[13673]: cluster 2022-04-26T07:59:07.230849+0000 mgr.smithi136.ofnrfx (mgr.14188) 10428 : cluster [DBG] pgmap v9785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:08 smithi145 bash[13673]: audit 2022-04-26T07:59:07.813223+0000 mon.smithi136 (mon.0) 6366 : audit [DBG] from='client.? 172.21.15.136:0/829366371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:08 smithi136 bash[11745]: cluster 2022-04-26T07:59:07.230849+0000 mgr.smithi136.ofnrfx (mgr.14188) 10428 : cluster [DBG] pgmap v9785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:08 smithi136 bash[11745]: audit 2022-04-26T07:59:07.813223+0000 mon.smithi136 (mon.0) 6366 : audit [DBG] from='client.? 172.21.15.136:0/829366371' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:10 smithi145 bash[13673]: cluster 2022-04-26T07:59:09.231473+0000 mgr.smithi136.ofnrfx (mgr.14188) 10429 : cluster [DBG] pgmap v9786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:10 smithi136 bash[11745]: cluster 2022-04-26T07:59:09.231473+0000 mgr.smithi136.ofnrfx (mgr.14188) 10429 : cluster [DBG] pgmap v9786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:12 smithi145 bash[13673]: cluster 2022-04-26T07:59:11.232121+0000 mgr.smithi136.ofnrfx (mgr.14188) 10430 : cluster [DBG] pgmap v9787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:12 smithi136 bash[11745]: cluster 2022-04-26T07:59:11.232121+0000 mgr.smithi136.ofnrfx (mgr.14188) 10430 : cluster [DBG] pgmap v9787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:12.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:12.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:12.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:13.155 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:13.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:13 smithi145 bash[13673]: audit 2022-04-26T07:59:13.140099+0000 mon.smithi136 (mon.0) 6367 : audit [DBG] from='client.? 172.21.15.136:0/1850688814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:13 smithi136 bash[11745]: audit 2022-04-26T07:59:13.140099+0000 mon.smithi136 (mon.0) 6367 : audit [DBG] from='client.? 172.21.15.136:0/1850688814' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:14.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:14 smithi145 bash[13673]: cluster 2022-04-26T07:59:13.232788+0000 mgr.smithi136.ofnrfx (mgr.14188) 10431 : cluster [DBG] pgmap v9788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:14 smithi136 bash[11745]: cluster 2022-04-26T07:59:13.232788+0000 mgr.smithi136.ofnrfx (mgr.14188) 10431 : cluster [DBG] pgmap v9788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:16 smithi145 bash[13673]: cluster 2022-04-26T07:59:15.233382+0000 mgr.smithi136.ofnrfx (mgr.14188) 10432 : cluster [DBG] pgmap v9789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:16 smithi136 bash[11745]: cluster 2022-04-26T07:59:15.233382+0000 mgr.smithi136.ofnrfx (mgr.14188) 10432 : cluster [DBG] pgmap v9789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:18.158 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:18.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:18.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:18 smithi145 bash[13673]: cluster 2022-04-26T07:59:17.234140+0000 mgr.smithi136.ofnrfx (mgr.14188) 10433 : cluster [DBG] pgmap v9790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:18.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:18 smithi136 bash[11745]: cluster 2022-04-26T07:59:17.234140+0000 mgr.smithi136.ofnrfx (mgr.14188) 10433 : cluster [DBG] pgmap v9790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:19.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:19 smithi145 bash[13673]: audit 2022-04-26T07:59:18.462373+0000 mon.smithi136 (mon.0) 6368 : audit [DBG] from='client.? 172.21.15.136:0/1369036530' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:19 smithi136 bash[11745]: audit 2022-04-26T07:59:18.462373+0000 mon.smithi136 (mon.0) 6368 : audit [DBG] from='client.? 172.21.15.136:0/1369036530' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:20 smithi136 bash[11745]: cluster 2022-04-26T07:59:19.234827+0000 mgr.smithi136.ofnrfx (mgr.14188) 10434 : cluster [DBG] pgmap v9791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:20 smithi145 bash[13673]: cluster 2022-04-26T07:59:19.234827+0000 mgr.smithi136.ofnrfx (mgr.14188) 10434 : cluster [DBG] pgmap v9791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:22 smithi136 bash[11745]: cluster 2022-04-26T07:59:21.235455+0000 mgr.smithi136.ofnrfx (mgr.14188) 10435 : cluster [DBG] pgmap v9792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:22 smithi145 bash[13673]: cluster 2022-04-26T07:59:21.235455+0000 mgr.smithi136.ofnrfx (mgr.14188) 10435 : cluster [DBG] pgmap v9792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:23.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:23.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:23.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:23.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:24.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:24 smithi136 bash[11745]: cluster 2022-04-26T07:59:23.236063+0000 mgr.smithi136.ofnrfx (mgr.14188) 10436 : cluster [DBG] pgmap v9793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:24.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:24 smithi136 bash[11745]: audit 2022-04-26T07:59:23.791124+0000 mon.smithi136 (mon.0) 6369 : audit [DBG] from='client.? 172.21.15.136:0/1495345042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:24 smithi145 bash[13673]: cluster 2022-04-26T07:59:23.236063+0000 mgr.smithi136.ofnrfx (mgr.14188) 10436 : cluster [DBG] pgmap v9793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:24.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:24 smithi145 bash[13673]: audit 2022-04-26T07:59:23.791124+0000 mon.smithi136 (mon.0) 6369 : audit [DBG] from='client.? 172.21.15.136:0/1495345042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:26 smithi136 bash[11745]: cluster 2022-04-26T07:59:25.236663+0000 mgr.smithi136.ofnrfx (mgr.14188) 10437 : cluster [DBG] pgmap v9794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:26 smithi145 bash[13673]: cluster 2022-04-26T07:59:25.236663+0000 mgr.smithi136.ofnrfx (mgr.14188) 10437 : cluster [DBG] pgmap v9794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:28.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:28.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:28.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:28 smithi136 bash[11745]: cluster 2022-04-26T07:59:27.237269+0000 mgr.smithi136.ofnrfx (mgr.14188) 10438 : cluster [DBG] pgmap v9795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:28 smithi145 bash[13673]: cluster 2022-04-26T07:59:27.237269+0000 mgr.smithi136.ofnrfx (mgr.14188) 10438 : cluster [DBG] pgmap v9795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:29.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:29 smithi136 bash[11745]: audit 2022-04-26T07:59:29.125409+0000 mon.smithi136 (mon.0) 6370 : audit [DBG] from='client.? 172.21.15.136:0/689362563' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:29 smithi145 bash[13673]: audit 2022-04-26T07:59:29.125409+0000 mon.smithi136 (mon.0) 6370 : audit [DBG] from='client.? 172.21.15.136:0/689362563' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:30 smithi136 bash[11745]: cluster 2022-04-26T07:59:29.237998+0000 mgr.smithi136.ofnrfx (mgr.14188) 10439 : cluster [DBG] pgmap v9796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:30 smithi145 bash[13673]: cluster 2022-04-26T07:59:29.237998+0000 mgr.smithi136.ofnrfx (mgr.14188) 10439 : cluster [DBG] pgmap v9796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:32 smithi136 bash[11745]: cluster 2022-04-26T07:59:31.238748+0000 mgr.smithi136.ofnrfx (mgr.14188) 10440 : cluster [DBG] pgmap v9797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:32 smithi145 bash[13673]: cluster 2022-04-26T07:59:31.238748+0000 mgr.smithi136.ofnrfx (mgr.14188) 10440 : cluster [DBG] pgmap v9797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:34.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:34.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:34.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:34.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:34 smithi136 bash[11745]: cluster 2022-04-26T07:59:33.239386+0000 mgr.smithi136.ofnrfx (mgr.14188) 10441 : cluster [DBG] pgmap v9798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:34 smithi145 bash[13673]: cluster 2022-04-26T07:59:33.239386+0000 mgr.smithi136.ofnrfx (mgr.14188) 10441 : cluster [DBG] pgmap v9798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:35 smithi136 bash[11745]: audit 2022-04-26T07:59:34.455587+0000 mon.smithi136 (mon.0) 6371 : audit [DBG] from='client.? 172.21.15.136:0/2928165874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:35 smithi145 bash[13673]: audit 2022-04-26T07:59:34.455587+0000 mon.smithi136 (mon.0) 6371 : audit [DBG] from='client.? 172.21.15.136:0/2928165874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:36 smithi136 bash[11745]: cluster 2022-04-26T07:59:35.239968+0000 mgr.smithi136.ofnrfx (mgr.14188) 10442 : cluster [DBG] pgmap v9799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:36 smithi145 bash[13673]: cluster 2022-04-26T07:59:35.239968+0000 mgr.smithi136.ofnrfx (mgr.14188) 10442 : cluster [DBG] pgmap v9799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:38 smithi136 bash[11745]: cluster 2022-04-26T07:59:37.240561+0000 mgr.smithi136.ofnrfx (mgr.14188) 10443 : cluster [DBG] pgmap v9800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:38 smithi145 bash[13673]: cluster 2022-04-26T07:59:37.240561+0000 mgr.smithi136.ofnrfx (mgr.14188) 10443 : cluster [DBG] pgmap v9800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:39.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:39.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:39.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:39.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:40 smithi136 bash[11745]: cluster 2022-04-26T07:59:39.241183+0000 mgr.smithi136.ofnrfx (mgr.14188) 10444 : cluster [DBG] pgmap v9801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:40 smithi136 bash[11745]: audit 2022-04-26T07:59:39.780189+0000 mon.smithi136 (mon.0) 6372 : audit [DBG] from='client.? 172.21.15.136:0/2768666397' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:40 smithi145 bash[13673]: cluster 2022-04-26T07:59:39.241183+0000 mgr.smithi136.ofnrfx (mgr.14188) 10444 : cluster [DBG] pgmap v9801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:40 smithi145 bash[13673]: audit 2022-04-26T07:59:39.780189+0000 mon.smithi136 (mon.0) 6372 : audit [DBG] from='client.? 172.21.15.136:0/2768666397' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:42 smithi136 bash[11745]: cluster 2022-04-26T07:59:41.241795+0000 mgr.smithi136.ofnrfx (mgr.14188) 10445 : cluster [DBG] pgmap v9802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:42 smithi145 bash[13673]: cluster 2022-04-26T07:59:41.241795+0000 mgr.smithi136.ofnrfx (mgr.14188) 10445 : cluster [DBG] pgmap v9802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:44.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:44.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:44.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:44 smithi136 bash[11745]: cluster 2022-04-26T07:59:43.242412+0000 mgr.smithi136.ofnrfx (mgr.14188) 10446 : cluster [DBG] pgmap v9803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:44 smithi145 bash[13673]: cluster 2022-04-26T07:59:43.242412+0000 mgr.smithi136.ofnrfx (mgr.14188) 10446 : cluster [DBG] pgmap v9803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:45.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:45 smithi136 bash[11745]: audit 2022-04-26T07:59:45.117213+0000 mon.smithi136 (mon.0) 6373 : audit [DBG] from='client.? 172.21.15.136:0/1604876174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:45 smithi145 bash[13673]: audit 2022-04-26T07:59:45.117213+0000 mon.smithi136 (mon.0) 6373 : audit [DBG] from='client.? 172.21.15.136:0/1604876174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:46 smithi136 bash[11745]: cluster 2022-04-26T07:59:45.243172+0000 mgr.smithi136.ofnrfx (mgr.14188) 10447 : cluster [DBG] pgmap v9804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:46 smithi145 bash[13673]: cluster 2022-04-26T07:59:45.243172+0000 mgr.smithi136.ofnrfx (mgr.14188) 10447 : cluster [DBG] pgmap v9804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:48 smithi136 bash[11745]: cluster 2022-04-26T07:59:47.243976+0000 mgr.smithi136.ofnrfx (mgr.14188) 10448 : cluster [DBG] pgmap v9805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:48.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:48 smithi145 bash[13673]: cluster 2022-04-26T07:59:47.243976+0000 mgr.smithi136.ofnrfx (mgr.14188) 10448 : cluster [DBG] pgmap v9805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:50.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:50.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:50.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:50.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:50 smithi136 bash[11745]: cluster 2022-04-26T07:59:49.244666+0000 mgr.smithi136.ofnrfx (mgr.14188) 10449 : cluster [DBG] pgmap v9806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:50 smithi136 bash[11745]: audit 2022-04-26T07:59:50.445642+0000 mon.smithi136 (mon.0) 6374 : audit [DBG] from='client.? 172.21.15.136:0/1105194895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:50 smithi145 bash[13673]: cluster 2022-04-26T07:59:49.244666+0000 mgr.smithi136.ofnrfx (mgr.14188) 10449 : cluster [DBG] pgmap v9806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:50 smithi145 bash[13673]: audit 2022-04-26T07:59:50.445642+0000 mon.smithi136 (mon.0) 6374 : audit [DBG] from='client.? 172.21.15.136:0/1105194895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:51 smithi136 bash[11745]: audit 2022-04-26T07:59:51.249363+0000 mon.smithi136 (mon.0) 6375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:59:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:51 smithi136 bash[11745]: audit 2022-04-26T07:59:51.252027+0000 mon.smithi136 (mon.0) 6376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:59:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:51 smithi136 bash[11745]: audit 2022-04-26T07:59:51.254018+0000 mon.smithi136 (mon.0) 6377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:59:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:51 smithi145 bash[13673]: audit 2022-04-26T07:59:51.249363+0000 mon.smithi136 (mon.0) 6375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T07:59:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:51 smithi145 bash[13673]: audit 2022-04-26T07:59:51.252027+0000 mon.smithi136 (mon.0) 6376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T07:59:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:51 smithi145 bash[13673]: audit 2022-04-26T07:59:51.254018+0000 mon.smithi136 (mon.0) 6377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T07:59:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:52 smithi136 bash[11745]: cluster 2022-04-26T07:59:51.245408+0000 mgr.smithi136.ofnrfx (mgr.14188) 10450 : cluster [DBG] pgmap v9807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:52 smithi136 bash[11745]: audit 2022-04-26T07:59:51.556770+0000 mon.smithi136 (mon.0) 6378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:59:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:52 smithi145 bash[13673]: cluster 2022-04-26T07:59:51.245408+0000 mgr.smithi136.ofnrfx (mgr.14188) 10450 : cluster [DBG] pgmap v9807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:52 smithi145 bash[13673]: audit 2022-04-26T07:59:51.556770+0000 mon.smithi136 (mon.0) 6378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T07:59:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:54 smithi145 bash[13673]: cluster 2022-04-26T07:59:53.246033+0000 mgr.smithi136.ofnrfx (mgr.14188) 10451 : cluster [DBG] pgmap v9808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:54 smithi136 bash[11745]: cluster 2022-04-26T07:59:53.246033+0000 mgr.smithi136.ofnrfx (mgr.14188) 10451 : cluster [DBG] pgmap v9808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:55.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T07:59:55.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T07:59:55.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T07:59:55.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T07:59:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:56 smithi145 bash[13673]: cluster 2022-04-26T07:59:55.246639+0000 mgr.smithi136.ofnrfx (mgr.14188) 10452 : cluster [DBG] pgmap v9809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:56 smithi145 bash[13673]: audit 2022-04-26T07:59:55.769298+0000 mon.smithi136 (mon.0) 6379 : audit [DBG] from='client.? 172.21.15.136:0/1539229618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:56 smithi136 bash[11745]: cluster 2022-04-26T07:59:55.246639+0000 mgr.smithi136.ofnrfx (mgr.14188) 10452 : cluster [DBG] pgmap v9809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:56 smithi136 bash[11745]: audit 2022-04-26T07:59:55.769298+0000 mon.smithi136 (mon.0) 6379 : audit [DBG] from='client.? 172.21.15.136:0/1539229618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T07:59:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:58 smithi145 bash[13673]: cluster 2022-04-26T07:59:57.247294+0000 mgr.smithi136.ofnrfx (mgr.14188) 10453 : cluster [DBG] pgmap v9810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T07:59:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:58 smithi136 bash[11745]: cluster 2022-04-26T07:59:57.247294+0000 mgr.smithi136.ofnrfx (mgr.14188) 10453 : cluster [DBG] pgmap v9810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: cephadm 2022-04-26T07:59:58.882097+0000 mgr.smithi136.ofnrfx (mgr.14188) 10454 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T08:00:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: audit 2022-04-26T07:59:58.895045+0000 mon.smithi136 (mon.0) 6380 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:00:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: cluster 2022-04-26T07:59:59.184010+0000 mgr.smithi136.ofnrfx (mgr.14188) 10455 : cluster [DBG] pgmap v9811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: cluster 2022-04-26T07:59:59.184334+0000 mgr.smithi136.ofnrfx (mgr.14188) 10456 : cluster [DBG] pgmap v9812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: audit 2022-04-26T07:59:59.193166+0000 mon.smithi136 (mon.0) 6381 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:00:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: audit 2022-04-26T07:59:59.202396+0000 mon.smithi136 (mon.0) 6382 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:00:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: cephadm 2022-04-26T07:59:59.203944+0000 mgr.smithi136.ofnrfx (mgr.14188) 10457 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:00:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: cephadm 2022-04-26T07:59:59.204184+0000 mgr.smithi136.ofnrfx (mgr.14188) 10458 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:00:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: audit 2022-04-26T07:59:59.212929+0000 mon.smithi136 (mon.0) 6383 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:00:00.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 07:59:59 smithi136 bash[11745]: audit 2022-04-26T07:59:59.214358+0000 mon.smithi136 (mon.0) 6384 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:00:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: cephadm 2022-04-26T07:59:58.882097+0000 mgr.smithi136.ofnrfx (mgr.14188) 10454 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T08:00:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: audit 2022-04-26T07:59:58.895045+0000 mon.smithi136 (mon.0) 6380 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:00:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: cluster 2022-04-26T07:59:59.184010+0000 mgr.smithi136.ofnrfx (mgr.14188) 10455 : cluster [DBG] pgmap v9811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: cluster 2022-04-26T07:59:59.184334+0000 mgr.smithi136.ofnrfx (mgr.14188) 10456 : cluster [DBG] pgmap v9812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: audit 2022-04-26T07:59:59.193166+0000 mon.smithi136 (mon.0) 6381 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:00:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: audit 2022-04-26T07:59:59.202396+0000 mon.smithi136 (mon.0) 6382 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:00:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: cephadm 2022-04-26T07:59:59.203944+0000 mgr.smithi136.ofnrfx (mgr.14188) 10457 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:00:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: cephadm 2022-04-26T07:59:59.204184+0000 mgr.smithi136.ofnrfx (mgr.14188) 10458 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:00:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: audit 2022-04-26T07:59:59.212929+0000 mon.smithi136 (mon.0) 6383 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:00:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 07:59:59 smithi145 bash[13673]: audit 2022-04-26T07:59:59.214358+0000 mon.smithi136 (mon.0) 6384 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:00:00.786 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:00.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:00.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:01.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:00 smithi136 bash[11745]: cluster 2022-04-26T08:00:00.000162+0000 mon.smithi136 (mon.0) 6385 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:00:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:00 smithi145 bash[13673]: cluster 2022-04-26T08:00:00.000162+0000 mon.smithi136 (mon.0) 6385 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:00:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:01 smithi136 bash[11745]: audit 2022-04-26T08:00:01.094390+0000 mon.smithi136 (mon.0) 6386 : audit [DBG] from='client.? 172.21.15.136:0/2788380244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:01 smithi136 bash[11745]: cluster 2022-04-26T08:00:01.185045+0000 mgr.smithi136.ofnrfx (mgr.14188) 10459 : cluster [DBG] pgmap v9813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:01 smithi145 bash[13673]: audit 2022-04-26T08:00:01.094390+0000 mon.smithi136 (mon.0) 6386 : audit [DBG] from='client.? 172.21.15.136:0/2788380244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:01 smithi145 bash[13673]: cluster 2022-04-26T08:00:01.185045+0000 mgr.smithi136.ofnrfx (mgr.14188) 10459 : cluster [DBG] pgmap v9813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:03.283 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:03 smithi145 bash[13673]: audit 2022-04-26T08:00:03.160001+0000 mon.smithi136 (mon.0) 6387 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:00:03.283 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:03 smithi145 bash[13673]: audit 2022-04-26T08:00:03.164104+0000 mon.smithi136 (mon.0) 6388 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:00:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:03 smithi136 bash[11745]: audit 2022-04-26T08:00:03.160001+0000 mon.smithi136 (mon.0) 6387 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:00:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:03 smithi136 bash[11745]: audit 2022-04-26T08:00:03.164104+0000 mon.smithi136 (mon.0) 6388 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:00:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:04 smithi136 bash[11745]: cluster 2022-04-26T08:00:03.185705+0000 mgr.smithi136.ofnrfx (mgr.14188) 10460 : cluster [DBG] pgmap v9814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:04.635 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:04 smithi145 bash[13673]: cluster 2022-04-26T08:00:03.185705+0000 mgr.smithi136.ofnrfx (mgr.14188) 10460 : cluster [DBG] pgmap v9814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:06.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:06.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:06.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:06.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:06 smithi145 bash[13673]: cluster 2022-04-26T08:00:05.186266+0000 mgr.smithi136.ofnrfx (mgr.14188) 10461 : cluster [DBG] pgmap v9815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:06 smithi136 bash[11745]: cluster 2022-04-26T08:00:05.186266+0000 mgr.smithi136.ofnrfx (mgr.14188) 10461 : cluster [DBG] pgmap v9815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:07 smithi145 bash[13673]: audit 2022-04-26T08:00:06.430253+0000 mon.smithi136 (mon.0) 6389 : audit [DBG] from='client.? 172.21.15.136:0/2836651873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:07 smithi136 bash[11745]: audit 2022-04-26T08:00:06.430253+0000 mon.smithi136 (mon.0) 6389 : audit [DBG] from='client.? 172.21.15.136:0/2836651873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:08 smithi145 bash[13673]: cluster 2022-04-26T08:00:07.186919+0000 mgr.smithi136.ofnrfx (mgr.14188) 10462 : cluster [DBG] pgmap v9816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:08 smithi136 bash[11745]: cluster 2022-04-26T08:00:07.186919+0000 mgr.smithi136.ofnrfx (mgr.14188) 10462 : cluster [DBG] pgmap v9816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:10.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:10 smithi145 bash[13673]: cluster 2022-04-26T08:00:09.187610+0000 mgr.smithi136.ofnrfx (mgr.14188) 10463 : cluster [DBG] pgmap v9817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:10 smithi136 bash[11745]: cluster 2022-04-26T08:00:09.187610+0000 mgr.smithi136.ofnrfx (mgr.14188) 10463 : cluster [DBG] pgmap v9817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:11.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:11.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:11.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:11.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:12 smithi145 bash[13673]: cluster 2022-04-26T08:00:11.188234+0000 mgr.smithi136.ofnrfx (mgr.14188) 10464 : cluster [DBG] pgmap v9818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:12 smithi145 bash[13673]: audit 2022-04-26T08:00:11.761112+0000 mon.smithi136 (mon.0) 6390 : audit [DBG] from='client.? 172.21.15.136:0/4046246644' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:12 smithi136 bash[11745]: cluster 2022-04-26T08:00:11.188234+0000 mgr.smithi136.ofnrfx (mgr.14188) 10464 : cluster [DBG] pgmap v9818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:12.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:12 smithi136 bash[11745]: audit 2022-04-26T08:00:11.761112+0000 mon.smithi136 (mon.0) 6390 : audit [DBG] from='client.? 172.21.15.136:0/4046246644' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:13 smithi145 bash[13673]: audit 2022-04-26T08:00:12.842786+0000 mon.smithi136 (mon.0) 6391 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:00:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:13 smithi145 bash[13673]: cluster 2022-04-26T08:00:13.188873+0000 mgr.smithi136.ofnrfx (mgr.14188) 10465 : cluster [DBG] pgmap v9819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:13 smithi136 bash[11745]: audit 2022-04-26T08:00:12.842786+0000 mon.smithi136 (mon.0) 6391 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:00:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:13 smithi136 bash[11745]: cluster 2022-04-26T08:00:13.188873+0000 mgr.smithi136.ofnrfx (mgr.14188) 10465 : cluster [DBG] pgmap v9819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:16.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:16 smithi145 bash[13673]: cluster 2022-04-26T08:00:15.189463+0000 mgr.smithi136.ofnrfx (mgr.14188) 10466 : cluster [DBG] pgmap v9820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:16.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:16.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:16.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:16 smithi136 bash[11745]: cluster 2022-04-26T08:00:15.189463+0000 mgr.smithi136.ofnrfx (mgr.14188) 10466 : cluster [DBG] pgmap v9820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:17.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:17 smithi145 bash[13673]: audit 2022-04-26T08:00:17.093407+0000 mon.smithi136 (mon.0) 6392 : audit [DBG] from='client.? 172.21.15.136:0/2734704553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:17 smithi136 bash[11745]: audit 2022-04-26T08:00:17.093407+0000 mon.smithi136 (mon.0) 6392 : audit [DBG] from='client.? 172.21.15.136:0/2734704553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:18.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:18 smithi145 bash[13673]: cluster 2022-04-26T08:00:17.190104+0000 mgr.smithi136.ofnrfx (mgr.14188) 10467 : cluster [DBG] pgmap v9821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:18 smithi136 bash[11745]: cluster 2022-04-26T08:00:17.190104+0000 mgr.smithi136.ofnrfx (mgr.14188) 10467 : cluster [DBG] pgmap v9821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:20 smithi145 bash[13673]: cluster 2022-04-26T08:00:19.190839+0000 mgr.smithi136.ofnrfx (mgr.14188) 10468 : cluster [DBG] pgmap v9822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:20 smithi136 bash[11745]: cluster 2022-04-26T08:00:19.190839+0000 mgr.smithi136.ofnrfx (mgr.14188) 10468 : cluster [DBG] pgmap v9822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:22.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:22.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:22.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:22.429 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:22.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:22 smithi145 bash[13673]: cluster 2022-04-26T08:00:21.191503+0000 mgr.smithi136.ofnrfx (mgr.14188) 10469 : cluster [DBG] pgmap v9823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:22 smithi136 bash[11745]: cluster 2022-04-26T08:00:21.191503+0000 mgr.smithi136.ofnrfx (mgr.14188) 10469 : cluster [DBG] pgmap v9823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:23 smithi145 bash[13673]: audit 2022-04-26T08:00:22.414915+0000 mon.smithi136 (mon.0) 6393 : audit [DBG] from='client.? 172.21.15.136:0/4063003989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:23 smithi136 bash[11745]: audit 2022-04-26T08:00:22.414915+0000 mon.smithi136 (mon.0) 6393 : audit [DBG] from='client.? 172.21.15.136:0/4063003989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:24.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:24 smithi145 bash[13673]: cluster 2022-04-26T08:00:23.192200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10470 : cluster [DBG] pgmap v9824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:24 smithi136 bash[11745]: cluster 2022-04-26T08:00:23.192200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10470 : cluster [DBG] pgmap v9824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:26 smithi136 bash[11745]: cluster 2022-04-26T08:00:25.192826+0000 mgr.smithi136.ofnrfx (mgr.14188) 10471 : cluster [DBG] pgmap v9825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:26 smithi145 bash[13673]: cluster 2022-04-26T08:00:25.192826+0000 mgr.smithi136.ofnrfx (mgr.14188) 10471 : cluster [DBG] pgmap v9825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:27.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:27.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:27.433 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:27.762 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:28 smithi136 bash[11745]: cluster 2022-04-26T08:00:27.193467+0000 mgr.smithi136.ofnrfx (mgr.14188) 10472 : cluster [DBG] pgmap v9826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:29.021 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:28 smithi136 bash[11745]: audit 2022-04-26T08:00:27.746906+0000 mon.smithi136 (mon.0) 6394 : audit [DBG] from='client.? 172.21.15.136:0/3751364758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:29.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:28 smithi145 bash[13673]: cluster 2022-04-26T08:00:27.193467+0000 mgr.smithi136.ofnrfx (mgr.14188) 10472 : cluster [DBG] pgmap v9826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:29.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:28 smithi145 bash[13673]: audit 2022-04-26T08:00:27.746906+0000 mon.smithi136 (mon.0) 6394 : audit [DBG] from='client.? 172.21.15.136:0/3751364758' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:30 smithi136 bash[11745]: cluster 2022-04-26T08:00:29.194116+0000 mgr.smithi136.ofnrfx (mgr.14188) 10473 : cluster [DBG] pgmap v9827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:30 smithi145 bash[13673]: cluster 2022-04-26T08:00:29.194116+0000 mgr.smithi136.ofnrfx (mgr.14188) 10473 : cluster [DBG] pgmap v9827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:32.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:32.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:32.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:32 smithi136 bash[11745]: cluster 2022-04-26T08:00:31.194779+0000 mgr.smithi136.ofnrfx (mgr.14188) 10474 : cluster [DBG] pgmap v9828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:32 smithi145 bash[13673]: cluster 2022-04-26T08:00:31.194779+0000 mgr.smithi136.ofnrfx (mgr.14188) 10474 : cluster [DBG] pgmap v9828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:33.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:33 smithi136 bash[11745]: audit 2022-04-26T08:00:33.075307+0000 mon.smithi136 (mon.0) 6395 : audit [DBG] from='client.? 172.21.15.136:0/4251480833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:33 smithi145 bash[13673]: audit 2022-04-26T08:00:33.075307+0000 mon.smithi136 (mon.0) 6395 : audit [DBG] from='client.? 172.21.15.136:0/4251480833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:34 smithi136 bash[11745]: cluster 2022-04-26T08:00:33.195420+0000 mgr.smithi136.ofnrfx (mgr.14188) 10475 : cluster [DBG] pgmap v9829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:34 smithi145 bash[13673]: cluster 2022-04-26T08:00:33.195420+0000 mgr.smithi136.ofnrfx (mgr.14188) 10475 : cluster [DBG] pgmap v9829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:36 smithi136 bash[11745]: cluster 2022-04-26T08:00:35.196041+0000 mgr.smithi136.ofnrfx (mgr.14188) 10476 : cluster [DBG] pgmap v9830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:36 smithi145 bash[13673]: cluster 2022-04-26T08:00:35.196041+0000 mgr.smithi136.ofnrfx (mgr.14188) 10476 : cluster [DBG] pgmap v9830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:38.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:38.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:38.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:38.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:38 smithi136 bash[11745]: cluster 2022-04-26T08:00:37.196698+0000 mgr.smithi136.ofnrfx (mgr.14188) 10477 : cluster [DBG] pgmap v9831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:38 smithi136 bash[11745]: audit 2022-04-26T08:00:38.398948+0000 mon.smithi136 (mon.0) 6396 : audit [DBG] from='client.? 172.21.15.136:0/1454038961' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:38 smithi145 bash[13673]: cluster 2022-04-26T08:00:37.196698+0000 mgr.smithi136.ofnrfx (mgr.14188) 10477 : cluster [DBG] pgmap v9831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:38 smithi145 bash[13673]: audit 2022-04-26T08:00:38.398948+0000 mon.smithi136 (mon.0) 6396 : audit [DBG] from='client.? 172.21.15.136:0/1454038961' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:40 smithi136 bash[11745]: cluster 2022-04-26T08:00:39.197315+0000 mgr.smithi136.ofnrfx (mgr.14188) 10478 : cluster [DBG] pgmap v9832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:40 smithi145 bash[13673]: cluster 2022-04-26T08:00:39.197315+0000 mgr.smithi136.ofnrfx (mgr.14188) 10478 : cluster [DBG] pgmap v9832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:42 smithi136 bash[11745]: cluster 2022-04-26T08:00:41.197988+0000 mgr.smithi136.ofnrfx (mgr.14188) 10479 : cluster [DBG] pgmap v9833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:42.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:42 smithi145 bash[13673]: cluster 2022-04-26T08:00:41.197988+0000 mgr.smithi136.ofnrfx (mgr.14188) 10479 : cluster [DBG] pgmap v9833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:43.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:43.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:43.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:43.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:44 smithi136 bash[11745]: cluster 2022-04-26T08:00:43.198607+0000 mgr.smithi136.ofnrfx (mgr.14188) 10480 : cluster [DBG] pgmap v9834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:44 smithi136 bash[11745]: audit 2022-04-26T08:00:43.735613+0000 mon.smithi136 (mon.0) 6397 : audit [DBG] from='client.? 172.21.15.136:0/1719048359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:44.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:44 smithi145 bash[13673]: cluster 2022-04-26T08:00:43.198607+0000 mgr.smithi136.ofnrfx (mgr.14188) 10480 : cluster [DBG] pgmap v9834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:44 smithi145 bash[13673]: audit 2022-04-26T08:00:43.735613+0000 mon.smithi136 (mon.0) 6397 : audit [DBG] from='client.? 172.21.15.136:0/1719048359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:46 smithi136 bash[11745]: cluster 2022-04-26T08:00:45.199195+0000 mgr.smithi136.ofnrfx (mgr.14188) 10481 : cluster [DBG] pgmap v9835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:46 smithi145 bash[13673]: cluster 2022-04-26T08:00:45.199195+0000 mgr.smithi136.ofnrfx (mgr.14188) 10481 : cluster [DBG] pgmap v9835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:48.762 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:48.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:48.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:48.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:48 smithi136 bash[11745]: cluster 2022-04-26T08:00:47.199866+0000 mgr.smithi136.ofnrfx (mgr.14188) 10482 : cluster [DBG] pgmap v9836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:48 smithi145 bash[13673]: cluster 2022-04-26T08:00:47.199866+0000 mgr.smithi136.ofnrfx (mgr.14188) 10482 : cluster [DBG] pgmap v9836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:49.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:49 smithi136 bash[11745]: audit 2022-04-26T08:00:49.070316+0000 mon.smithi136 (mon.0) 6398 : audit [DBG] from='client.? 172.21.15.136:0/1848807254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:49 smithi145 bash[13673]: audit 2022-04-26T08:00:49.070316+0000 mon.smithi136 (mon.0) 6398 : audit [DBG] from='client.? 172.21.15.136:0/1848807254' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:50 smithi136 bash[11745]: cluster 2022-04-26T08:00:49.200480+0000 mgr.smithi136.ofnrfx (mgr.14188) 10483 : cluster [DBG] pgmap v9837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:50 smithi145 bash[13673]: cluster 2022-04-26T08:00:49.200480+0000 mgr.smithi136.ofnrfx (mgr.14188) 10483 : cluster [DBG] pgmap v9837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:52 smithi136 bash[11745]: cluster 2022-04-26T08:00:51.201132+0000 mgr.smithi136.ofnrfx (mgr.14188) 10484 : cluster [DBG] pgmap v9838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:52 smithi145 bash[13673]: cluster 2022-04-26T08:00:51.201132+0000 mgr.smithi136.ofnrfx (mgr.14188) 10484 : cluster [DBG] pgmap v9838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:54.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:54.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:54.094 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:54.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:00:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:54 smithi136 bash[11745]: cluster 2022-04-26T08:00:53.201795+0000 mgr.smithi136.ofnrfx (mgr.14188) 10485 : cluster [DBG] pgmap v9839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:54 smithi136 bash[11745]: audit 2022-04-26T08:00:54.393094+0000 mon.smithi136 (mon.0) 6399 : audit [DBG] from='client.? 172.21.15.136:0/2835212330' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:54 smithi145 bash[13673]: cluster 2022-04-26T08:00:53.201795+0000 mgr.smithi136.ofnrfx (mgr.14188) 10485 : cluster [DBG] pgmap v9839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:54 smithi145 bash[13673]: audit 2022-04-26T08:00:54.393094+0000 mon.smithi136 (mon.0) 6399 : audit [DBG] from='client.? 172.21.15.136:0/2835212330' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:00:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:56 smithi136 bash[11745]: cluster 2022-04-26T08:00:55.202437+0000 mgr.smithi136.ofnrfx (mgr.14188) 10486 : cluster [DBG] pgmap v9840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:56 smithi145 bash[13673]: cluster 2022-04-26T08:00:55.202437+0000 mgr.smithi136.ofnrfx (mgr.14188) 10486 : cluster [DBG] pgmap v9840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:00:58 smithi136 bash[11745]: cluster 2022-04-26T08:00:57.203102+0000 mgr.smithi136.ofnrfx (mgr.14188) 10487 : cluster [DBG] pgmap v9841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:00:58 smithi145 bash[13673]: cluster 2022-04-26T08:00:57.203102+0000 mgr.smithi136.ofnrfx (mgr.14188) 10487 : cluster [DBG] pgmap v9841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:00:59.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:00:59.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:00:59.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:00:59.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:00 smithi136 bash[11745]: cluster 2022-04-26T08:00:59.203751+0000 mgr.smithi136.ofnrfx (mgr.14188) 10488 : cluster [DBG] pgmap v9842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:00 smithi136 bash[11745]: audit 2022-04-26T08:00:59.725582+0000 mon.smithi136 (mon.0) 6400 : audit [DBG] from='client.? 172.21.15.136:0/2083153825' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:00.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:00 smithi145 bash[13673]: cluster 2022-04-26T08:00:59.203751+0000 mgr.smithi136.ofnrfx (mgr.14188) 10488 : cluster [DBG] pgmap v9842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:00 smithi145 bash[13673]: audit 2022-04-26T08:00:59.725582+0000 mon.smithi136 (mon.0) 6400 : audit [DBG] from='client.? 172.21.15.136:0/2083153825' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:02 smithi136 bash[11745]: cluster 2022-04-26T08:01:01.204398+0000 mgr.smithi136.ofnrfx (mgr.14188) 10489 : cluster [DBG] pgmap v9843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:02.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:02 smithi145 bash[13673]: cluster 2022-04-26T08:01:01.204398+0000 mgr.smithi136.ofnrfx (mgr.14188) 10489 : cluster [DBG] pgmap v9843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:03 smithi136 bash[11745]: audit 2022-04-26T08:01:03.164141+0000 mon.smithi136 (mon.0) 6401 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:01:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:03 smithi136 bash[11745]: audit 2022-04-26T08:01:03.168252+0000 mon.smithi136 (mon.0) 6402 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:01:03.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:03 smithi145 bash[13673]: audit 2022-04-26T08:01:03.164141+0000 mon.smithi136 (mon.0) 6401 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:01:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:03 smithi145 bash[13673]: audit 2022-04-26T08:01:03.168252+0000 mon.smithi136 (mon.0) 6402 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:01:04.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:04.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:04.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:04 smithi136 bash[11745]: cluster 2022-04-26T08:01:03.204956+0000 mgr.smithi136.ofnrfx (mgr.14188) 10490 : cluster [DBG] pgmap v9844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:04.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:04 smithi145 bash[13673]: cluster 2022-04-26T08:01:03.204956+0000 mgr.smithi136.ofnrfx (mgr.14188) 10490 : cluster [DBG] pgmap v9844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:05.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:05 smithi136 bash[11745]: audit 2022-04-26T08:01:05.058069+0000 mon.smithi136 (mon.0) 6403 : audit [DBG] from='client.? 172.21.15.136:0/2175345487' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:05 smithi145 bash[13673]: audit 2022-04-26T08:01:05.058069+0000 mon.smithi136 (mon.0) 6403 : audit [DBG] from='client.? 172.21.15.136:0/2175345487' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:06 smithi136 bash[11745]: cluster 2022-04-26T08:01:05.205563+0000 mgr.smithi136.ofnrfx (mgr.14188) 10491 : cluster [DBG] pgmap v9845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:06 smithi145 bash[13673]: cluster 2022-04-26T08:01:05.205563+0000 mgr.smithi136.ofnrfx (mgr.14188) 10491 : cluster [DBG] pgmap v9845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:08.816 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:08 smithi136 bash[11745]: cluster 2022-04-26T08:01:07.206224+0000 mgr.smithi136.ofnrfx (mgr.14188) 10492 : cluster [DBG] pgmap v9846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:08 smithi145 bash[13673]: cluster 2022-04-26T08:01:07.206224+0000 mgr.smithi136.ofnrfx (mgr.14188) 10492 : cluster [DBG] pgmap v9846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:10.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:10.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:10.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:10.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:10 smithi136 bash[11745]: cluster 2022-04-26T08:01:09.206883+0000 mgr.smithi136.ofnrfx (mgr.14188) 10493 : cluster [DBG] pgmap v9847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:10 smithi136 bash[11745]: audit 2022-04-26T08:01:10.383611+0000 mon.smithi136 (mon.0) 6404 : audit [DBG] from='client.? 172.21.15.136:0/2099956765' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:10 smithi145 bash[13673]: cluster 2022-04-26T08:01:09.206883+0000 mgr.smithi136.ofnrfx (mgr.14188) 10493 : cluster [DBG] pgmap v9847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:10 smithi145 bash[13673]: audit 2022-04-26T08:01:10.383611+0000 mon.smithi136 (mon.0) 6404 : audit [DBG] from='client.? 172.21.15.136:0/2099956765' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:12 smithi136 bash[11745]: cluster 2022-04-26T08:01:11.207570+0000 mgr.smithi136.ofnrfx (mgr.14188) 10494 : cluster [DBG] pgmap v9848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:12 smithi145 bash[13673]: cluster 2022-04-26T08:01:11.207570+0000 mgr.smithi136.ofnrfx (mgr.14188) 10494 : cluster [DBG] pgmap v9848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:13 smithi136 bash[11745]: audit 2022-04-26T08:01:12.847035+0000 mon.smithi136 (mon.0) 6405 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:01:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:13 smithi136 bash[11745]: audit 2022-04-26T08:01:12.849924+0000 mon.smithi136 (mon.0) 6406 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:01:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:13 smithi136 bash[11745]: audit 2022-04-26T08:01:12.851868+0000 mon.smithi136 (mon.0) 6407 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:01:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:13 smithi136 bash[11745]: audit 2022-04-26T08:01:13.180221+0000 mon.smithi136 (mon.0) 6408 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:01:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:13 smithi136 bash[11745]: audit 2022-04-26T08:01:13.186408+0000 mon.smithi136 (mon.0) 6409 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:01:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:13 smithi145 bash[13673]: audit 2022-04-26T08:01:12.847035+0000 mon.smithi136 (mon.0) 6405 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:01:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:13 smithi145 bash[13673]: audit 2022-04-26T08:01:12.849924+0000 mon.smithi136 (mon.0) 6406 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:01:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:13 smithi145 bash[13673]: audit 2022-04-26T08:01:12.851868+0000 mon.smithi136 (mon.0) 6407 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:01:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:13 smithi145 bash[13673]: audit 2022-04-26T08:01:13.180221+0000 mon.smithi136 (mon.0) 6408 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:01:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:13 smithi145 bash[13673]: audit 2022-04-26T08:01:13.186408+0000 mon.smithi136 (mon.0) 6409 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:01:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:14 smithi136 bash[11745]: cluster 2022-04-26T08:01:13.174536+0000 mgr.smithi136.ofnrfx (mgr.14188) 10495 : cluster [DBG] pgmap v9849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:14 smithi136 bash[11745]: cluster 2022-04-26T08:01:13.175075+0000 mgr.smithi136.ofnrfx (mgr.14188) 10496 : cluster [DBG] pgmap v9850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:14 smithi136 bash[11745]: cephadm 2022-04-26T08:01:13.187700+0000 mgr.smithi136.ofnrfx (mgr.14188) 10497 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:01:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:14 smithi136 bash[11745]: cephadm 2022-04-26T08:01:13.187841+0000 mgr.smithi136.ofnrfx (mgr.14188) 10498 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:01:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:14 smithi145 bash[13673]: cluster 2022-04-26T08:01:13.174536+0000 mgr.smithi136.ofnrfx (mgr.14188) 10495 : cluster [DBG] pgmap v9849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:14 smithi145 bash[13673]: cluster 2022-04-26T08:01:13.175075+0000 mgr.smithi136.ofnrfx (mgr.14188) 10496 : cluster [DBG] pgmap v9850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:14 smithi145 bash[13673]: cephadm 2022-04-26T08:01:13.187700+0000 mgr.smithi136.ofnrfx (mgr.14188) 10497 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:01:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:14 smithi145 bash[13673]: cephadm 2022-04-26T08:01:13.187841+0000 mgr.smithi136.ofnrfx (mgr.14188) 10498 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:01:15.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:15.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:15.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:15.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:16 smithi145 bash[13673]: cluster 2022-04-26T08:01:15.175798+0000 mgr.smithi136.ofnrfx (mgr.14188) 10499 : cluster [DBG] pgmap v9851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:16 smithi145 bash[13673]: audit 2022-04-26T08:01:15.713940+0000 mon.smithi136 (mon.0) 6410 : audit [DBG] from='client.? 172.21.15.136:0/2191273868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:16 smithi136 bash[11745]: cluster 2022-04-26T08:01:15.175798+0000 mgr.smithi136.ofnrfx (mgr.14188) 10499 : cluster [DBG] pgmap v9851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:16 smithi136 bash[11745]: audit 2022-04-26T08:01:15.713940+0000 mon.smithi136 (mon.0) 6410 : audit [DBG] from='client.? 172.21.15.136:0/2191273868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:18 smithi145 bash[13673]: cluster 2022-04-26T08:01:17.176491+0000 mgr.smithi136.ofnrfx (mgr.14188) 10500 : cluster [DBG] pgmap v9852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:18 smithi136 bash[11745]: cluster 2022-04-26T08:01:17.176491+0000 mgr.smithi136.ofnrfx (mgr.14188) 10500 : cluster [DBG] pgmap v9852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:20.732 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:20.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:20.733 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:20 smithi145 bash[13673]: cluster 2022-04-26T08:01:19.177117+0000 mgr.smithi136.ofnrfx (mgr.14188) 10501 : cluster [DBG] pgmap v9853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:20 smithi136 bash[11745]: cluster 2022-04-26T08:01:19.177117+0000 mgr.smithi136.ofnrfx (mgr.14188) 10501 : cluster [DBG] pgmap v9853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:21.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:21 smithi145 bash[13673]: audit 2022-04-26T08:01:21.046340+0000 mon.smithi136 (mon.0) 6411 : audit [DBG] from='client.? 172.21.15.136:0/3944856754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:21 smithi136 bash[11745]: audit 2022-04-26T08:01:21.046340+0000 mon.smithi136 (mon.0) 6411 : audit [DBG] from='client.? 172.21.15.136:0/3944856754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:22 smithi145 bash[13673]: cluster 2022-04-26T08:01:21.177884+0000 mgr.smithi136.ofnrfx (mgr.14188) 10502 : cluster [DBG] pgmap v9854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:22 smithi136 bash[11745]: cluster 2022-04-26T08:01:21.177884+0000 mgr.smithi136.ofnrfx (mgr.14188) 10502 : cluster [DBG] pgmap v9854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:24 smithi145 bash[13673]: cluster 2022-04-26T08:01:23.178573+0000 mgr.smithi136.ofnrfx (mgr.14188) 10503 : cluster [DBG] pgmap v9855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:24 smithi136 bash[11745]: cluster 2022-04-26T08:01:23.178573+0000 mgr.smithi136.ofnrfx (mgr.14188) 10503 : cluster [DBG] pgmap v9855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:26.065 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:26.065 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:26.065 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:26.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:26 smithi145 bash[13673]: cluster 2022-04-26T08:01:25.179138+0000 mgr.smithi136.ofnrfx (mgr.14188) 10504 : cluster [DBG] pgmap v9856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:26 smithi145 bash[13673]: audit 2022-04-26T08:01:26.372210+0000 mon.smithi136 (mon.0) 6412 : audit [DBG] from='client.? 172.21.15.136:0/2211924113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:26 smithi136 bash[11745]: cluster 2022-04-26T08:01:25.179138+0000 mgr.smithi136.ofnrfx (mgr.14188) 10504 : cluster [DBG] pgmap v9856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:26 smithi136 bash[11745]: audit 2022-04-26T08:01:26.372210+0000 mon.smithi136 (mon.0) 6412 : audit [DBG] from='client.? 172.21.15.136:0/2211924113' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:28.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:28 smithi145 bash[13673]: cluster 2022-04-26T08:01:27.179786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10505 : cluster [DBG] pgmap v9857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:28 smithi136 bash[11745]: cluster 2022-04-26T08:01:27.179786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10505 : cluster [DBG] pgmap v9857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:30 smithi145 bash[13673]: cluster 2022-04-26T08:01:29.180415+0000 mgr.smithi136.ofnrfx (mgr.14188) 10506 : cluster [DBG] pgmap v9858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:30 smithi136 bash[11745]: cluster 2022-04-26T08:01:29.180415+0000 mgr.smithi136.ofnrfx (mgr.14188) 10506 : cluster [DBG] pgmap v9858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:31.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:31.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:31.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:31.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:32.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:32 smithi145 bash[13673]: cluster 2022-04-26T08:01:31.181157+0000 mgr.smithi136.ofnrfx (mgr.14188) 10507 : cluster [DBG] pgmap v9859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:32 smithi145 bash[13673]: audit 2022-04-26T08:01:31.701395+0000 mon.smithi136 (mon.0) 6413 : audit [DBG] from='client.? 172.21.15.136:0/1790466771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:32 smithi136 bash[11745]: cluster 2022-04-26T08:01:31.181157+0000 mgr.smithi136.ofnrfx (mgr.14188) 10507 : cluster [DBG] pgmap v9859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:32 smithi136 bash[11745]: audit 2022-04-26T08:01:31.701395+0000 mon.smithi136 (mon.0) 6413 : audit [DBG] from='client.? 172.21.15.136:0/1790466771' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:34 smithi145 bash[13673]: cluster 2022-04-26T08:01:33.181813+0000 mgr.smithi136.ofnrfx (mgr.14188) 10508 : cluster [DBG] pgmap v9860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:34 smithi136 bash[11745]: cluster 2022-04-26T08:01:33.181813+0000 mgr.smithi136.ofnrfx (mgr.14188) 10508 : cluster [DBG] pgmap v9860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:36.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:36.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:36.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:36.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:36 smithi145 bash[13673]: cluster 2022-04-26T08:01:35.182417+0000 mgr.smithi136.ofnrfx (mgr.14188) 10509 : cluster [DBG] pgmap v9861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:37.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:36 smithi136 bash[11745]: cluster 2022-04-26T08:01:35.182417+0000 mgr.smithi136.ofnrfx (mgr.14188) 10509 : cluster [DBG] pgmap v9861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:37 smithi145 bash[13673]: audit 2022-04-26T08:01:37.027362+0000 mon.smithi136 (mon.0) 6414 : audit [DBG] from='client.? 172.21.15.136:0/397352349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:37 smithi136 bash[11745]: audit 2022-04-26T08:01:37.027362+0000 mon.smithi136 (mon.0) 6414 : audit [DBG] from='client.? 172.21.15.136:0/397352349' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:38 smithi145 bash[13673]: cluster 2022-04-26T08:01:37.183148+0000 mgr.smithi136.ofnrfx (mgr.14188) 10510 : cluster [DBG] pgmap v9862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:38 smithi136 bash[11745]: cluster 2022-04-26T08:01:37.183148+0000 mgr.smithi136.ofnrfx (mgr.14188) 10510 : cluster [DBG] pgmap v9862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:40 smithi145 bash[13673]: cluster 2022-04-26T08:01:39.183843+0000 mgr.smithi136.ofnrfx (mgr.14188) 10511 : cluster [DBG] pgmap v9863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:40 smithi136 bash[11745]: cluster 2022-04-26T08:01:39.183843+0000 mgr.smithi136.ofnrfx (mgr.14188) 10511 : cluster [DBG] pgmap v9863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:42.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:42.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:42.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:42.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:42 smithi145 bash[13673]: cluster 2022-04-26T08:01:41.184505+0000 mgr.smithi136.ofnrfx (mgr.14188) 10512 : cluster [DBG] pgmap v9864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:42 smithi145 bash[13673]: audit 2022-04-26T08:01:42.353903+0000 mon.smithi136 (mon.0) 6415 : audit [DBG] from='client.? 172.21.15.136:0/3662809339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:42 smithi136 bash[11745]: cluster 2022-04-26T08:01:41.184505+0000 mgr.smithi136.ofnrfx (mgr.14188) 10512 : cluster [DBG] pgmap v9864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:42 smithi136 bash[11745]: audit 2022-04-26T08:01:42.353903+0000 mon.smithi136 (mon.0) 6415 : audit [DBG] from='client.? 172.21.15.136:0/3662809339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:44 smithi145 bash[13673]: cluster 2022-04-26T08:01:43.185123+0000 mgr.smithi136.ofnrfx (mgr.14188) 10513 : cluster [DBG] pgmap v9865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:45.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:44 smithi136 bash[11745]: cluster 2022-04-26T08:01:43.185123+0000 mgr.smithi136.ofnrfx (mgr.14188) 10513 : cluster [DBG] pgmap v9865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:46 smithi136 bash[11745]: cluster 2022-04-26T08:01:45.185724+0000 mgr.smithi136.ofnrfx (mgr.14188) 10514 : cluster [DBG] pgmap v9866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:46 smithi145 bash[13673]: cluster 2022-04-26T08:01:45.185724+0000 mgr.smithi136.ofnrfx (mgr.14188) 10514 : cluster [DBG] pgmap v9866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:47.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:47.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:47.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:47.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:48 smithi136 bash[11745]: cluster 2022-04-26T08:01:47.186464+0000 mgr.smithi136.ofnrfx (mgr.14188) 10515 : cluster [DBG] pgmap v9867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:48 smithi136 bash[11745]: audit 2022-04-26T08:01:47.687883+0000 mon.smithi136 (mon.0) 6416 : audit [DBG] from='client.? 172.21.15.136:0/1497232438' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:48 smithi145 bash[13673]: cluster 2022-04-26T08:01:47.186464+0000 mgr.smithi136.ofnrfx (mgr.14188) 10515 : cluster [DBG] pgmap v9867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:48 smithi145 bash[13673]: audit 2022-04-26T08:01:47.687883+0000 mon.smithi136 (mon.0) 6416 : audit [DBG] from='client.? 172.21.15.136:0/1497232438' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:50 smithi136 bash[11745]: cluster 2022-04-26T08:01:49.187098+0000 mgr.smithi136.ofnrfx (mgr.14188) 10516 : cluster [DBG] pgmap v9868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:50 smithi145 bash[13673]: cluster 2022-04-26T08:01:49.187098+0000 mgr.smithi136.ofnrfx (mgr.14188) 10516 : cluster [DBG] pgmap v9868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:52.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:52.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:52.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:53.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:52 smithi136 bash[11745]: cluster 2022-04-26T08:01:51.187768+0000 mgr.smithi136.ofnrfx (mgr.14188) 10517 : cluster [DBG] pgmap v9869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:52 smithi145 bash[13673]: cluster 2022-04-26T08:01:51.187768+0000 mgr.smithi136.ofnrfx (mgr.14188) 10517 : cluster [DBG] pgmap v9869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:53 smithi136 bash[11745]: audit 2022-04-26T08:01:53.022132+0000 mon.smithi136 (mon.0) 6417 : audit [DBG] from='client.? 172.21.15.136:0/716057175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:53 smithi145 bash[13673]: audit 2022-04-26T08:01:53.022132+0000 mon.smithi136 (mon.0) 6417 : audit [DBG] from='client.? 172.21.15.136:0/716057175' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:54 smithi136 bash[11745]: cluster 2022-04-26T08:01:53.188445+0000 mgr.smithi136.ofnrfx (mgr.14188) 10518 : cluster [DBG] pgmap v9870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:54 smithi145 bash[13673]: cluster 2022-04-26T08:01:53.188445+0000 mgr.smithi136.ofnrfx (mgr.14188) 10518 : cluster [DBG] pgmap v9870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:56 smithi136 bash[11745]: cluster 2022-04-26T08:01:55.189065+0000 mgr.smithi136.ofnrfx (mgr.14188) 10519 : cluster [DBG] pgmap v9871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:56 smithi145 bash[13673]: cluster 2022-04-26T08:01:55.189065+0000 mgr.smithi136.ofnrfx (mgr.14188) 10519 : cluster [DBG] pgmap v9871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:58.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:01:58.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:01:58.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:01:58.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:01:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:58 smithi136 bash[11745]: cluster 2022-04-26T08:01:57.189701+0000 mgr.smithi136.ofnrfx (mgr.14188) 10520 : cluster [DBG] pgmap v9872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:01:58 smithi136 bash[11745]: audit 2022-04-26T08:01:58.355685+0000 mon.smithi136 (mon.0) 6418 : audit [DBG] from='client.? 172.21.15.136:0/1040528315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:01:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:58 smithi145 bash[13673]: cluster 2022-04-26T08:01:57.189701+0000 mgr.smithi136.ofnrfx (mgr.14188) 10520 : cluster [DBG] pgmap v9872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:01:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:01:58 smithi145 bash[13673]: audit 2022-04-26T08:01:58.355685+0000 mon.smithi136 (mon.0) 6418 : audit [DBG] from='client.? 172.21.15.136:0/1040528315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:00 smithi136 bash[11745]: cluster 2022-04-26T08:01:59.190304+0000 mgr.smithi136.ofnrfx (mgr.14188) 10521 : cluster [DBG] pgmap v9873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:00 smithi145 bash[13673]: cluster 2022-04-26T08:01:59.190304+0000 mgr.smithi136.ofnrfx (mgr.14188) 10521 : cluster [DBG] pgmap v9873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:02 smithi136 bash[11745]: cluster 2022-04-26T08:02:01.190888+0000 mgr.smithi136.ofnrfx (mgr.14188) 10522 : cluster [DBG] pgmap v9874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:02 smithi145 bash[13673]: cluster 2022-04-26T08:02:01.190888+0000 mgr.smithi136.ofnrfx (mgr.14188) 10522 : cluster [DBG] pgmap v9874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:03.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:03.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:03.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:03.694 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:03 smithi136 bash[11745]: audit 2022-04-26T08:02:03.168267+0000 mon.smithi136 (mon.0) 6419 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:02:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:03 smithi136 bash[11745]: audit 2022-04-26T08:02:03.172112+0000 mon.smithi136 (mon.0) 6420 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:02:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:03 smithi136 bash[11745]: audit 2022-04-26T08:02:03.679869+0000 mon.smithi136 (mon.0) 6421 : audit [DBG] from='client.? 172.21.15.136:0/2596967269' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:03 smithi145 bash[13673]: audit 2022-04-26T08:02:03.168267+0000 mon.smithi136 (mon.0) 6419 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:02:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:03 smithi145 bash[13673]: audit 2022-04-26T08:02:03.172112+0000 mon.smithi136 (mon.0) 6420 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:02:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:03 smithi145 bash[13673]: audit 2022-04-26T08:02:03.679869+0000 mon.smithi136 (mon.0) 6421 : audit [DBG] from='client.? 172.21.15.136:0/2596967269' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:04 smithi136 bash[11745]: cluster 2022-04-26T08:02:03.191481+0000 mgr.smithi136.ofnrfx (mgr.14188) 10523 : cluster [DBG] pgmap v9875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:04 smithi145 bash[13673]: cluster 2022-04-26T08:02:03.191481+0000 mgr.smithi136.ofnrfx (mgr.14188) 10523 : cluster [DBG] pgmap v9875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:06 smithi136 bash[11745]: cluster 2022-04-26T08:02:05.192184+0000 mgr.smithi136.ofnrfx (mgr.14188) 10524 : cluster [DBG] pgmap v9876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:06 smithi145 bash[13673]: cluster 2022-04-26T08:02:05.192184+0000 mgr.smithi136.ofnrfx (mgr.14188) 10524 : cluster [DBG] pgmap v9876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:08.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:08.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:08.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:09.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:08 smithi136 bash[11745]: cluster 2022-04-26T08:02:07.192847+0000 mgr.smithi136.ofnrfx (mgr.14188) 10525 : cluster [DBG] pgmap v9877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:08 smithi145 bash[13673]: cluster 2022-04-26T08:02:07.192847+0000 mgr.smithi136.ofnrfx (mgr.14188) 10525 : cluster [DBG] pgmap v9877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:09 smithi136 bash[11745]: audit 2022-04-26T08:02:09.003816+0000 mon.smithi136 (mon.0) 6422 : audit [DBG] from='client.? 172.21.15.136:0/2133680415' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:09 smithi145 bash[13673]: audit 2022-04-26T08:02:09.003816+0000 mon.smithi136 (mon.0) 6422 : audit [DBG] from='client.? 172.21.15.136:0/2133680415' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:10 smithi136 bash[11745]: cluster 2022-04-26T08:02:09.193503+0000 mgr.smithi136.ofnrfx (mgr.14188) 10526 : cluster [DBG] pgmap v9878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:10 smithi145 bash[13673]: cluster 2022-04-26T08:02:09.193503+0000 mgr.smithi136.ofnrfx (mgr.14188) 10526 : cluster [DBG] pgmap v9878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:12 smithi136 bash[11745]: cluster 2022-04-26T08:02:11.194159+0000 mgr.smithi136.ofnrfx (mgr.14188) 10527 : cluster [DBG] pgmap v9879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:12 smithi145 bash[13673]: cluster 2022-04-26T08:02:11.194159+0000 mgr.smithi136.ofnrfx (mgr.14188) 10527 : cluster [DBG] pgmap v9879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:14.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:14.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:14.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:13 smithi136 bash[11745]: audit 2022-04-26T08:02:13.199315+0000 mon.smithi136 (mon.0) 6423 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:02:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:13 smithi136 bash[11745]: audit 2022-04-26T08:02:13.202244+0000 mon.smithi136 (mon.0) 6424 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:02:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:13 smithi136 bash[11745]: audit 2022-04-26T08:02:13.204259+0000 mon.smithi136 (mon.0) 6425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:02:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:13 smithi136 bash[11745]: audit 2022-04-26T08:02:13.515254+0000 mon.smithi136 (mon.0) 6426 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:02:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:13 smithi145 bash[13673]: audit 2022-04-26T08:02:13.199315+0000 mon.smithi136 (mon.0) 6423 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:02:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:13 smithi145 bash[13673]: audit 2022-04-26T08:02:13.202244+0000 mon.smithi136 (mon.0) 6424 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:02:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:13 smithi145 bash[13673]: audit 2022-04-26T08:02:13.204259+0000 mon.smithi136 (mon.0) 6425 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:02:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:13 smithi145 bash[13673]: audit 2022-04-26T08:02:13.515254+0000 mon.smithi136 (mon.0) 6426 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:02:14.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:14 smithi136 bash[11745]: cluster 2022-04-26T08:02:13.194786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10528 : cluster [DBG] pgmap v9880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:14 smithi136 bash[11745]: audit 2022-04-26T08:02:13.841368+0000 mon.smithi136 (mon.0) 6427 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:02:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:14 smithi136 bash[11745]: audit 2022-04-26T08:02:13.850365+0000 mon.smithi136 (mon.0) 6428 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:02:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:14 smithi136 bash[11745]: audit 2022-04-26T08:02:14.333218+0000 mon.smithi136 (mon.0) 6429 : audit [DBG] from='client.? 172.21.15.136:0/1506823022' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:15.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:14 smithi145 bash[13673]: cluster 2022-04-26T08:02:13.194786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10528 : cluster [DBG] pgmap v9880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:15.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:14 smithi145 bash[13673]: audit 2022-04-26T08:02:13.841368+0000 mon.smithi136 (mon.0) 6427 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:02:15.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:14 smithi145 bash[13673]: audit 2022-04-26T08:02:13.850365+0000 mon.smithi136 (mon.0) 6428 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:02:15.156 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:14 smithi145 bash[13673]: audit 2022-04-26T08:02:14.333218+0000 mon.smithi136 (mon.0) 6429 : audit [DBG] from='client.? 172.21.15.136:0/1506823022' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:15 smithi136 bash[11745]: cluster 2022-04-26T08:02:13.834387+0000 mgr.smithi136.ofnrfx (mgr.14188) 10529 : cluster [DBG] pgmap v9881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:15 smithi136 bash[11745]: cluster 2022-04-26T08:02:13.834835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10530 : cluster [DBG] pgmap v9882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:15 smithi136 bash[11745]: cephadm 2022-04-26T08:02:13.851535+0000 mgr.smithi136.ofnrfx (mgr.14188) 10531 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:02:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:15 smithi136 bash[11745]: cephadm 2022-04-26T08:02:13.851737+0000 mgr.smithi136.ofnrfx (mgr.14188) 10532 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:02:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:15 smithi145 bash[13673]: cluster 2022-04-26T08:02:13.834387+0000 mgr.smithi136.ofnrfx (mgr.14188) 10529 : cluster [DBG] pgmap v9881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:15 smithi145 bash[13673]: cluster 2022-04-26T08:02:13.834835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10530 : cluster [DBG] pgmap v9882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:15 smithi145 bash[13673]: cephadm 2022-04-26T08:02:13.851535+0000 mgr.smithi136.ofnrfx (mgr.14188) 10531 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:02:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:15 smithi145 bash[13673]: cephadm 2022-04-26T08:02:13.851737+0000 mgr.smithi136.ofnrfx (mgr.14188) 10532 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:02:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:17 smithi136 bash[11745]: cluster 2022-04-26T08:02:15.835633+0000 mgr.smithi136.ofnrfx (mgr.14188) 10533 : cluster [DBG] pgmap v9883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:17 smithi145 bash[13673]: cluster 2022-04-26T08:02:15.835633+0000 mgr.smithi136.ofnrfx (mgr.14188) 10533 : cluster [DBG] pgmap v9883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:19.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:19.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:19.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:19.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:19 smithi136 bash[11745]: cluster 2022-04-26T08:02:17.836272+0000 mgr.smithi136.ofnrfx (mgr.14188) 10534 : cluster [DBG] pgmap v9884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:19 smithi136 bash[11745]: audit 2022-04-26T08:02:19.659177+0000 mon.smithi136 (mon.0) 6430 : audit [DBG] from='client.? 172.21.15.136:0/525144072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:19 smithi145 bash[13673]: cluster 2022-04-26T08:02:17.836272+0000 mgr.smithi136.ofnrfx (mgr.14188) 10534 : cluster [DBG] pgmap v9884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:19 smithi145 bash[13673]: audit 2022-04-26T08:02:19.659177+0000 mon.smithi136 (mon.0) 6430 : audit [DBG] from='client.? 172.21.15.136:0/525144072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:21 smithi136 bash[11745]: cluster 2022-04-26T08:02:19.836877+0000 mgr.smithi136.ofnrfx (mgr.14188) 10535 : cluster [DBG] pgmap v9885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:21 smithi145 bash[13673]: cluster 2022-04-26T08:02:19.836877+0000 mgr.smithi136.ofnrfx (mgr.14188) 10535 : cluster [DBG] pgmap v9885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:23 smithi136 bash[11745]: cluster 2022-04-26T08:02:21.837547+0000 mgr.smithi136.ofnrfx (mgr.14188) 10536 : cluster [DBG] pgmap v9886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:23 smithi145 bash[13673]: cluster 2022-04-26T08:02:21.837547+0000 mgr.smithi136.ofnrfx (mgr.14188) 10536 : cluster [DBG] pgmap v9886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:24.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:24.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:24.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:24.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:26.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:25 smithi136 bash[11745]: cluster 2022-04-26T08:02:23.838200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10537 : cluster [DBG] pgmap v9887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:26.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:25 smithi136 bash[11745]: audit 2022-04-26T08:02:24.982382+0000 mon.smithi136 (mon.0) 6431 : audit [DBG] from='client.? 172.21.15.136:0/2596060490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:25 smithi145 bash[13673]: cluster 2022-04-26T08:02:23.838200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10537 : cluster [DBG] pgmap v9887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:25 smithi145 bash[13673]: audit 2022-04-26T08:02:24.982382+0000 mon.smithi136 (mon.0) 6431 : audit [DBG] from='client.? 172.21.15.136:0/2596060490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:27 smithi136 bash[11745]: cluster 2022-04-26T08:02:25.838809+0000 mgr.smithi136.ofnrfx (mgr.14188) 10538 : cluster [DBG] pgmap v9888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:27 smithi145 bash[13673]: cluster 2022-04-26T08:02:25.838809+0000 mgr.smithi136.ofnrfx (mgr.14188) 10538 : cluster [DBG] pgmap v9888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:30.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:30.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:30.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:29 smithi136 bash[11745]: cluster 2022-04-26T08:02:27.839431+0000 mgr.smithi136.ofnrfx (mgr.14188) 10539 : cluster [DBG] pgmap v9889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:30.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:29 smithi145 bash[13673]: cluster 2022-04-26T08:02:27.839431+0000 mgr.smithi136.ofnrfx (mgr.14188) 10539 : cluster [DBG] pgmap v9889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:30.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:30 smithi136 bash[11745]: audit 2022-04-26T08:02:30.307665+0000 mon.smithi136 (mon.0) 6432 : audit [DBG] from='client.? 172.21.15.136:0/3367820976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:30 smithi145 bash[13673]: audit 2022-04-26T08:02:30.307665+0000 mon.smithi136 (mon.0) 6432 : audit [DBG] from='client.? 172.21.15.136:0/3367820976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:31 smithi136 bash[11745]: cluster 2022-04-26T08:02:29.840078+0000 mgr.smithi136.ofnrfx (mgr.14188) 10540 : cluster [DBG] pgmap v9890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:31 smithi145 bash[13673]: cluster 2022-04-26T08:02:29.840078+0000 mgr.smithi136.ofnrfx (mgr.14188) 10540 : cluster [DBG] pgmap v9890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:33 smithi145 bash[13673]: cluster 2022-04-26T08:02:31.840703+0000 mgr.smithi136.ofnrfx (mgr.14188) 10541 : cluster [DBG] pgmap v9891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:33 smithi136 bash[11745]: cluster 2022-04-26T08:02:31.840703+0000 mgr.smithi136.ofnrfx (mgr.14188) 10541 : cluster [DBG] pgmap v9891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:35.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:35.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:35.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:35.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:35 smithi145 bash[13673]: cluster 2022-04-26T08:02:33.841324+0000 mgr.smithi136.ofnrfx (mgr.14188) 10542 : cluster [DBG] pgmap v9892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:35 smithi145 bash[13673]: audit 2022-04-26T08:02:35.637406+0000 mon.smithi136 (mon.0) 6433 : audit [DBG] from='client.? 172.21.15.136:0/2298673270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:35 smithi136 bash[11745]: cluster 2022-04-26T08:02:33.841324+0000 mgr.smithi136.ofnrfx (mgr.14188) 10542 : cluster [DBG] pgmap v9892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:35 smithi136 bash[11745]: audit 2022-04-26T08:02:35.637406+0000 mon.smithi136 (mon.0) 6433 : audit [DBG] from='client.? 172.21.15.136:0/2298673270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:36 smithi145 bash[13673]: cluster 2022-04-26T08:02:35.842015+0000 mgr.smithi136.ofnrfx (mgr.14188) 10543 : cluster [DBG] pgmap v9893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:36 smithi136 bash[11745]: cluster 2022-04-26T08:02:35.842015+0000 mgr.smithi136.ofnrfx (mgr.14188) 10543 : cluster [DBG] pgmap v9893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:38 smithi145 bash[13673]: cluster 2022-04-26T08:02:37.842676+0000 mgr.smithi136.ofnrfx (mgr.14188) 10544 : cluster [DBG] pgmap v9894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:38 smithi136 bash[11745]: cluster 2022-04-26T08:02:37.842676+0000 mgr.smithi136.ofnrfx (mgr.14188) 10544 : cluster [DBG] pgmap v9894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:40.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:40.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:40.655 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:40.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:41 smithi145 bash[13673]: cluster 2022-04-26T08:02:39.843288+0000 mgr.smithi136.ofnrfx (mgr.14188) 10545 : cluster [DBG] pgmap v9895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:41 smithi145 bash[13673]: audit 2022-04-26T08:02:40.966814+0000 mon.smithi136 (mon.0) 6434 : audit [DBG] from='client.? 172.21.15.136:0/382760573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:41 smithi136 bash[11745]: cluster 2022-04-26T08:02:39.843288+0000 mgr.smithi136.ofnrfx (mgr.14188) 10545 : cluster [DBG] pgmap v9895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:41 smithi136 bash[11745]: audit 2022-04-26T08:02:40.966814+0000 mon.smithi136 (mon.0) 6434 : audit [DBG] from='client.? 172.21.15.136:0/382760573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:43 smithi136 bash[11745]: cluster 2022-04-26T08:02:41.843941+0000 mgr.smithi136.ofnrfx (mgr.14188) 10546 : cluster [DBG] pgmap v9896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:43 smithi145 bash[13673]: cluster 2022-04-26T08:02:41.843941+0000 mgr.smithi136.ofnrfx (mgr.14188) 10546 : cluster [DBG] pgmap v9896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:45 smithi136 bash[11745]: cluster 2022-04-26T08:02:43.844564+0000 mgr.smithi136.ofnrfx (mgr.14188) 10547 : cluster [DBG] pgmap v9897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:45 smithi145 bash[13673]: cluster 2022-04-26T08:02:43.844564+0000 mgr.smithi136.ofnrfx (mgr.14188) 10547 : cluster [DBG] pgmap v9897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:45.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:45.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:45.986 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:46.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:46 smithi136 bash[11745]: audit 2022-04-26T08:02:46.296922+0000 mon.smithi136 (mon.0) 6435 : audit [DBG] from='client.? 172.21.15.136:0/4074484378' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:46.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:46 smithi145 bash[13673]: audit 2022-04-26T08:02:46.296922+0000 mon.smithi136 (mon.0) 6435 : audit [DBG] from='client.? 172.21.15.136:0/4074484378' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:47 smithi136 bash[11745]: cluster 2022-04-26T08:02:45.845167+0000 mgr.smithi136.ofnrfx (mgr.14188) 10548 : cluster [DBG] pgmap v9898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:47 smithi145 bash[13673]: cluster 2022-04-26T08:02:45.845167+0000 mgr.smithi136.ofnrfx (mgr.14188) 10548 : cluster [DBG] pgmap v9898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:49 smithi136 bash[11745]: cluster 2022-04-26T08:02:47.845785+0000 mgr.smithi136.ofnrfx (mgr.14188) 10549 : cluster [DBG] pgmap v9899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:49 smithi145 bash[13673]: cluster 2022-04-26T08:02:47.845785+0000 mgr.smithi136.ofnrfx (mgr.14188) 10549 : cluster [DBG] pgmap v9899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:51.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:51.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:51.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:51.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:51 smithi136 bash[11745]: cluster 2022-04-26T08:02:49.846372+0000 mgr.smithi136.ofnrfx (mgr.14188) 10550 : cluster [DBG] pgmap v9900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:51.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:51 smithi145 bash[13673]: cluster 2022-04-26T08:02:49.846372+0000 mgr.smithi136.ofnrfx (mgr.14188) 10550 : cluster [DBG] pgmap v9900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:52 smithi136 bash[11745]: audit 2022-04-26T08:02:51.622283+0000 mon.smithi136 (mon.0) 6436 : audit [DBG] from='client.? 172.21.15.136:0/4060595507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:52 smithi145 bash[13673]: audit 2022-04-26T08:02:51.622283+0000 mon.smithi136 (mon.0) 6436 : audit [DBG] from='client.? 172.21.15.136:0/4060595507' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:53 smithi136 bash[11745]: cluster 2022-04-26T08:02:51.847000+0000 mgr.smithi136.ofnrfx (mgr.14188) 10551 : cluster [DBG] pgmap v9901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:53 smithi145 bash[13673]: cluster 2022-04-26T08:02:51.847000+0000 mgr.smithi136.ofnrfx (mgr.14188) 10551 : cluster [DBG] pgmap v9901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:55 smithi136 bash[11745]: cluster 2022-04-26T08:02:53.847632+0000 mgr.smithi136.ofnrfx (mgr.14188) 10552 : cluster [DBG] pgmap v9902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:55 smithi145 bash[13673]: cluster 2022-04-26T08:02:53.847632+0000 mgr.smithi136.ofnrfx (mgr.14188) 10552 : cluster [DBG] pgmap v9902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:56.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:02:56.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:02:56.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:02:56.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:02:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:57 smithi136 bash[11745]: cluster 2022-04-26T08:02:55.848247+0000 mgr.smithi136.ofnrfx (mgr.14188) 10553 : cluster [DBG] pgmap v9903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:57 smithi136 bash[11745]: audit 2022-04-26T08:02:56.949789+0000 mon.smithi136 (mon.0) 6437 : audit [DBG] from='client.? 172.21.15.136:0/1045529655' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:57 smithi145 bash[13673]: cluster 2022-04-26T08:02:55.848247+0000 mgr.smithi136.ofnrfx (mgr.14188) 10553 : cluster [DBG] pgmap v9903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:57.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:57 smithi145 bash[13673]: audit 2022-04-26T08:02:56.949789+0000 mon.smithi136 (mon.0) 6437 : audit [DBG] from='client.? 172.21.15.136:0/1045529655' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:02:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:02:59 smithi136 bash[11745]: cluster 2022-04-26T08:02:57.848854+0000 mgr.smithi136.ofnrfx (mgr.14188) 10554 : cluster [DBG] pgmap v9904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:02:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:02:59 smithi145 bash[13673]: cluster 2022-04-26T08:02:57.848854+0000 mgr.smithi136.ofnrfx (mgr.14188) 10554 : cluster [DBG] pgmap v9904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:01 smithi136 bash[11745]: cluster 2022-04-26T08:02:59.849463+0000 mgr.smithi136.ofnrfx (mgr.14188) 10555 : cluster [DBG] pgmap v9905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:01 smithi145 bash[13673]: cluster 2022-04-26T08:02:59.849463+0000 mgr.smithi136.ofnrfx (mgr.14188) 10555 : cluster [DBG] pgmap v9905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:01.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:01.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:01.974 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:02.301 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:02 smithi136 bash[11745]: audit 2022-04-26T08:03:02.286463+0000 mon.smithi136 (mon.0) 6438 : audit [DBG] from='client.? 172.21.15.136:0/3399707749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:02 smithi145 bash[13673]: audit 2022-04-26T08:03:02.286463+0000 mon.smithi136 (mon.0) 6438 : audit [DBG] from='client.? 172.21.15.136:0/3399707749' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:03 smithi136 bash[11745]: cluster 2022-04-26T08:03:01.850089+0000 mgr.smithi136.ofnrfx (mgr.14188) 10556 : cluster [DBG] pgmap v9906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:03 smithi136 bash[11745]: audit 2022-04-26T08:03:03.172259+0000 mon.smithi136 (mon.0) 6439 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:03:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:03 smithi136 bash[11745]: audit 2022-04-26T08:03:03.176066+0000 mon.smithi136 (mon.0) 6440 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:03:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:03 smithi145 bash[13673]: cluster 2022-04-26T08:03:01.850089+0000 mgr.smithi136.ofnrfx (mgr.14188) 10556 : cluster [DBG] pgmap v9906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:03 smithi145 bash[13673]: audit 2022-04-26T08:03:03.172259+0000 mon.smithi136 (mon.0) 6439 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:03:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:03 smithi145 bash[13673]: audit 2022-04-26T08:03:03.176066+0000 mon.smithi136 (mon.0) 6440 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:03:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:05 smithi136 bash[11745]: cluster 2022-04-26T08:03:03.850719+0000 mgr.smithi136.ofnrfx (mgr.14188) 10557 : cluster [DBG] pgmap v9907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:05.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:05 smithi145 bash[13673]: cluster 2022-04-26T08:03:03.850719+0000 mgr.smithi136.ofnrfx (mgr.14188) 10557 : cluster [DBG] pgmap v9907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:07.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:07.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:07.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:07.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:07 smithi136 bash[11745]: cluster 2022-04-26T08:03:05.851346+0000 mgr.smithi136.ofnrfx (mgr.14188) 10558 : cluster [DBG] pgmap v9908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:07 smithi145 bash[13673]: cluster 2022-04-26T08:03:05.851346+0000 mgr.smithi136.ofnrfx (mgr.14188) 10558 : cluster [DBG] pgmap v9908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:08 smithi136 bash[11745]: audit 2022-04-26T08:03:07.618169+0000 mon.smithi136 (mon.0) 6441 : audit [DBG] from='client.? 172.21.15.136:0/698638285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:08 smithi145 bash[13673]: audit 2022-04-26T08:03:07.618169+0000 mon.smithi136 (mon.0) 6441 : audit [DBG] from='client.? 172.21.15.136:0/698638285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:09 smithi136 bash[11745]: cluster 2022-04-26T08:03:07.852000+0000 mgr.smithi136.ofnrfx (mgr.14188) 10559 : cluster [DBG] pgmap v9909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:09 smithi145 bash[13673]: cluster 2022-04-26T08:03:07.852000+0000 mgr.smithi136.ofnrfx (mgr.14188) 10559 : cluster [DBG] pgmap v9909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:11 smithi136 bash[11745]: cluster 2022-04-26T08:03:09.852629+0000 mgr.smithi136.ofnrfx (mgr.14188) 10560 : cluster [DBG] pgmap v9910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:11.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:11 smithi145 bash[13673]: cluster 2022-04-26T08:03:09.852629+0000 mgr.smithi136.ofnrfx (mgr.14188) 10560 : cluster [DBG] pgmap v9910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:12.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:12.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:12.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:12.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:13 smithi136 bash[11745]: cluster 2022-04-26T08:03:11.853261+0000 mgr.smithi136.ofnrfx (mgr.14188) 10561 : cluster [DBG] pgmap v9911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:13 smithi136 bash[11745]: audit 2022-04-26T08:03:12.943211+0000 mon.smithi136 (mon.0) 6442 : audit [DBG] from='client.? 172.21.15.136:0/4009498203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:13 smithi145 bash[13673]: cluster 2022-04-26T08:03:11.853261+0000 mgr.smithi136.ofnrfx (mgr.14188) 10561 : cluster [DBG] pgmap v9911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:13 smithi145 bash[13673]: audit 2022-04-26T08:03:12.943211+0000 mon.smithi136 (mon.0) 6442 : audit [DBG] from='client.? 172.21.15.136:0/4009498203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:14 smithi136 bash[11745]: audit 2022-04-26T08:03:13.861028+0000 mon.smithi136 (mon.0) 6443 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:03:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:14 smithi136 bash[11745]: audit 2022-04-26T08:03:13.864058+0000 mon.smithi136 (mon.0) 6444 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:03:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:14 smithi136 bash[11745]: audit 2022-04-26T08:03:13.866059+0000 mon.smithi136 (mon.0) 6445 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:03:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:14 smithi145 bash[13673]: audit 2022-04-26T08:03:13.861028+0000 mon.smithi136 (mon.0) 6443 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:03:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:14 smithi145 bash[13673]: audit 2022-04-26T08:03:13.864058+0000 mon.smithi136 (mon.0) 6444 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:03:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:14 smithi145 bash[13673]: audit 2022-04-26T08:03:13.866059+0000 mon.smithi136 (mon.0) 6445 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:03:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:15 smithi136 bash[11745]: cluster 2022-04-26T08:03:13.853868+0000 mgr.smithi136.ofnrfx (mgr.14188) 10562 : cluster [DBG] pgmap v9912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:15.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:15 smithi145 bash[13673]: cluster 2022-04-26T08:03:13.853868+0000 mgr.smithi136.ofnrfx (mgr.14188) 10562 : cluster [DBG] pgmap v9912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:17 smithi136 bash[11745]: cluster 2022-04-26T08:03:15.854483+0000 mgr.smithi136.ofnrfx (mgr.14188) 10563 : cluster [DBG] pgmap v9913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:17.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:17 smithi145 bash[13673]: cluster 2022-04-26T08:03:15.854483+0000 mgr.smithi136.ofnrfx (mgr.14188) 10563 : cluster [DBG] pgmap v9913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:17.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:17.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:17.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:18.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:18 smithi136 bash[11745]: audit 2022-04-26T08:03:18.272788+0000 mon.smithi136 (mon.0) 6446 : audit [DBG] from='client.? 172.21.15.136:0/3138590407' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:18 smithi145 bash[13673]: audit 2022-04-26T08:03:18.272788+0000 mon.smithi136 (mon.0) 6446 : audit [DBG] from='client.? 172.21.15.136:0/3138590407' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:19 smithi136 bash[11745]: cluster 2022-04-26T08:03:17.855169+0000 mgr.smithi136.ofnrfx (mgr.14188) 10564 : cluster [DBG] pgmap v9914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:19.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:19 smithi145 bash[13673]: cluster 2022-04-26T08:03:17.855169+0000 mgr.smithi136.ofnrfx (mgr.14188) 10564 : cluster [DBG] pgmap v9914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:21 smithi136 bash[11745]: cluster 2022-04-26T08:03:19.855794+0000 mgr.smithi136.ofnrfx (mgr.14188) 10565 : cluster [DBG] pgmap v9915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:21 smithi145 bash[13673]: cluster 2022-04-26T08:03:19.855794+0000 mgr.smithi136.ofnrfx (mgr.14188) 10565 : cluster [DBG] pgmap v9915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: cluster 2022-04-26T08:03:21.856294+0000 mgr.smithi136.ofnrfx (mgr.14188) 10566 : cluster [DBG] pgmap v9916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: cephadm 2022-04-26T08:03:21.873276+0000 mgr.smithi136.ofnrfx (mgr.14188) 10567 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T08:03:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: audit 2022-04-26T08:03:21.883738+0000 mon.smithi136 (mon.0) 6447 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:03:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: cluster 2022-04-26T08:03:22.165204+0000 mgr.smithi136.ofnrfx (mgr.14188) 10568 : cluster [DBG] pgmap v9917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: cluster 2022-04-26T08:03:22.165579+0000 mgr.smithi136.ofnrfx (mgr.14188) 10569 : cluster [DBG] pgmap v9918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: audit 2022-04-26T08:03:22.172065+0000 mon.smithi136 (mon.0) 6448 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:03:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: audit 2022-04-26T08:03:22.178857+0000 mon.smithi136 (mon.0) 6449 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:03:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: cephadm 2022-04-26T08:03:22.180039+0000 mgr.smithi136.ofnrfx (mgr.14188) 10570 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:03:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: cephadm 2022-04-26T08:03:22.180224+0000 mgr.smithi136.ofnrfx (mgr.14188) 10571 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:03:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: audit 2022-04-26T08:03:22.185631+0000 mon.smithi136 (mon.0) 6450 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:03:23.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:22 smithi145 bash[13673]: audit 2022-04-26T08:03:22.188261+0000 mon.smithi136 (mon.0) 6451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:03:23.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:23.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:23.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: cluster 2022-04-26T08:03:21.856294+0000 mgr.smithi136.ofnrfx (mgr.14188) 10566 : cluster [DBG] pgmap v9916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: cephadm 2022-04-26T08:03:21.873276+0000 mgr.smithi136.ofnrfx (mgr.14188) 10567 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T08:03:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: audit 2022-04-26T08:03:21.883738+0000 mon.smithi136 (mon.0) 6447 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:03:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: cluster 2022-04-26T08:03:22.165204+0000 mgr.smithi136.ofnrfx (mgr.14188) 10568 : cluster [DBG] pgmap v9917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: cluster 2022-04-26T08:03:22.165579+0000 mgr.smithi136.ofnrfx (mgr.14188) 10569 : cluster [DBG] pgmap v9918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: audit 2022-04-26T08:03:22.172065+0000 mon.smithi136 (mon.0) 6448 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:03:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: audit 2022-04-26T08:03:22.178857+0000 mon.smithi136 (mon.0) 6449 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:03:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: cephadm 2022-04-26T08:03:22.180039+0000 mgr.smithi136.ofnrfx (mgr.14188) 10570 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:03:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: cephadm 2022-04-26T08:03:22.180224+0000 mgr.smithi136.ofnrfx (mgr.14188) 10571 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:03:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: audit 2022-04-26T08:03:22.185631+0000 mon.smithi136 (mon.0) 6450 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:03:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:22 smithi136 bash[11745]: audit 2022-04-26T08:03:22.188261+0000 mon.smithi136 (mon.0) 6451 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:03:23.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:23 smithi145 bash[13673]: audit 2022-04-26T08:03:23.600567+0000 mon.smithi136 (mon.0) 6452 : audit [DBG] from='client.? 172.21.15.136:0/510332550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:23 smithi136 bash[11745]: audit 2022-04-26T08:03:23.600567+0000 mon.smithi136 (mon.0) 6452 : audit [DBG] from='client.? 172.21.15.136:0/510332550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:25 smithi136 bash[11745]: cluster 2022-04-26T08:03:24.166370+0000 mgr.smithi136.ofnrfx (mgr.14188) 10572 : cluster [DBG] pgmap v9919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:25 smithi145 bash[13673]: cluster 2022-04-26T08:03:24.166370+0000 mgr.smithi136.ofnrfx (mgr.14188) 10572 : cluster [DBG] pgmap v9919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:27.720 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:27 smithi136 bash[11745]: cluster 2022-04-26T08:03:26.167065+0000 mgr.smithi136.ofnrfx (mgr.14188) 10573 : cluster [DBG] pgmap v9920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:27 smithi145 bash[13673]: cluster 2022-04-26T08:03:26.167065+0000 mgr.smithi136.ofnrfx (mgr.14188) 10573 : cluster [DBG] pgmap v9920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:28.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:28.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:28.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:28.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:29 smithi136 bash[11745]: cluster 2022-04-26T08:03:28.167740+0000 mgr.smithi136.ofnrfx (mgr.14188) 10574 : cluster [DBG] pgmap v9921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:29 smithi136 bash[11745]: audit 2022-04-26T08:03:28.918819+0000 mon.smithi136 (mon.0) 6453 : audit [DBG] from='client.? 172.21.15.136:0/2739540579' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:29 smithi145 bash[13673]: cluster 2022-04-26T08:03:28.167740+0000 mgr.smithi136.ofnrfx (mgr.14188) 10574 : cluster [DBG] pgmap v9921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:29 smithi145 bash[13673]: audit 2022-04-26T08:03:28.918819+0000 mon.smithi136 (mon.0) 6453 : audit [DBG] from='client.? 172.21.15.136:0/2739540579' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:31 smithi136 bash[11745]: cluster 2022-04-26T08:03:30.168404+0000 mgr.smithi136.ofnrfx (mgr.14188) 10575 : cluster [DBG] pgmap v9922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:31 smithi145 bash[13673]: cluster 2022-04-26T08:03:30.168404+0000 mgr.smithi136.ofnrfx (mgr.14188) 10575 : cluster [DBG] pgmap v9922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:33.814 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:33 smithi136 bash[11745]: cluster 2022-04-26T08:03:32.169095+0000 mgr.smithi136.ofnrfx (mgr.14188) 10576 : cluster [DBG] pgmap v9923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:33 smithi145 bash[13673]: cluster 2022-04-26T08:03:32.169095+0000 mgr.smithi136.ofnrfx (mgr.14188) 10576 : cluster [DBG] pgmap v9923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:33.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:33.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:33.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:34.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:34.747 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:34 smithi136 bash[11745]: audit 2022-04-26T08:03:34.236524+0000 mon.smithi136 (mon.0) 6454 : audit [DBG] from='client.? 172.21.15.136:0/3565695798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:34.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:34 smithi145 bash[13673]: audit 2022-04-26T08:03:34.236524+0000 mon.smithi136 (mon.0) 6454 : audit [DBG] from='client.? 172.21.15.136:0/3565695798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:35 smithi136 bash[11745]: cluster 2022-04-26T08:03:34.169565+0000 mgr.smithi136.ofnrfx (mgr.14188) 10577 : cluster [DBG] pgmap v9924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:35 smithi145 bash[13673]: cluster 2022-04-26T08:03:34.169565+0000 mgr.smithi136.ofnrfx (mgr.14188) 10577 : cluster [DBG] pgmap v9924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:37 smithi136 bash[11745]: audit 2022-04-26T08:03:36.045941+0000 mon.smithi136 (mon.0) 6455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:03:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:37 smithi136 bash[11745]: cluster 2022-04-26T08:03:36.170146+0000 mgr.smithi136.ofnrfx (mgr.14188) 10578 : cluster [DBG] pgmap v9925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:37 smithi145 bash[13673]: audit 2022-04-26T08:03:36.045941+0000 mon.smithi136 (mon.0) 6455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:03:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:37 smithi145 bash[13673]: cluster 2022-04-26T08:03:36.170146+0000 mgr.smithi136.ofnrfx (mgr.14188) 10578 : cluster [DBG] pgmap v9925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:39.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:39.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:39.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:39 smithi136 bash[11745]: cluster 2022-04-26T08:03:38.170780+0000 mgr.smithi136.ofnrfx (mgr.14188) 10579 : cluster [DBG] pgmap v9926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:39.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:39 smithi145 bash[13673]: cluster 2022-04-26T08:03:38.170780+0000 mgr.smithi136.ofnrfx (mgr.14188) 10579 : cluster [DBG] pgmap v9926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:40 smithi136 bash[11745]: audit 2022-04-26T08:03:39.567414+0000 mon.smithi136 (mon.0) 6456 : audit [DBG] from='client.? 172.21.15.136:0/1206661727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:40.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:40 smithi145 bash[13673]: audit 2022-04-26T08:03:39.567414+0000 mon.smithi136 (mon.0) 6456 : audit [DBG] from='client.? 172.21.15.136:0/1206661727' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:41 smithi136 bash[11745]: cluster 2022-04-26T08:03:40.171444+0000 mgr.smithi136.ofnrfx (mgr.14188) 10580 : cluster [DBG] pgmap v9927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:41.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:41 smithi145 bash[13673]: cluster 2022-04-26T08:03:40.171444+0000 mgr.smithi136.ofnrfx (mgr.14188) 10580 : cluster [DBG] pgmap v9927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:43 smithi136 bash[11745]: cluster 2022-04-26T08:03:42.172234+0000 mgr.smithi136.ofnrfx (mgr.14188) 10581 : cluster [DBG] pgmap v9928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:43.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:43 smithi145 bash[13673]: cluster 2022-04-26T08:03:42.172234+0000 mgr.smithi136.ofnrfx (mgr.14188) 10581 : cluster [DBG] pgmap v9928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:44.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:44.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:44.586 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:44.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:45.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:45 smithi136 bash[11745]: cluster 2022-04-26T08:03:44.172989+0000 mgr.smithi136.ofnrfx (mgr.14188) 10582 : cluster [DBG] pgmap v9929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:45.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:45 smithi136 bash[11745]: audit 2022-04-26T08:03:44.893406+0000 mon.smithi136 (mon.0) 6457 : audit [DBG] from='client.? 172.21.15.136:0/3749984826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:45.907 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:45 smithi145 bash[13673]: cluster 2022-04-26T08:03:44.172989+0000 mgr.smithi136.ofnrfx (mgr.14188) 10582 : cluster [DBG] pgmap v9929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:45.908 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:45 smithi145 bash[13673]: audit 2022-04-26T08:03:44.893406+0000 mon.smithi136 (mon.0) 6457 : audit [DBG] from='client.? 172.21.15.136:0/3749984826' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:47 smithi136 bash[11745]: cluster 2022-04-26T08:03:46.173630+0000 mgr.smithi136.ofnrfx (mgr.14188) 10583 : cluster [DBG] pgmap v9930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:47 smithi145 bash[13673]: cluster 2022-04-26T08:03:46.173630+0000 mgr.smithi136.ofnrfx (mgr.14188) 10583 : cluster [DBG] pgmap v9930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:49 smithi136 bash[11745]: cluster 2022-04-26T08:03:48.174348+0000 mgr.smithi136.ofnrfx (mgr.14188) 10584 : cluster [DBG] pgmap v9931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:49 smithi145 bash[13673]: cluster 2022-04-26T08:03:48.174348+0000 mgr.smithi136.ofnrfx (mgr.14188) 10584 : cluster [DBG] pgmap v9931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:49.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:49.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:49.913 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:50.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:50 smithi136 bash[11745]: audit 2022-04-26T08:03:50.228882+0000 mon.smithi136 (mon.0) 6458 : audit [DBG] from='client.? 172.21.15.136:0/763428372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:50 smithi145 bash[13673]: audit 2022-04-26T08:03:50.228882+0000 mon.smithi136 (mon.0) 6458 : audit [DBG] from='client.? 172.21.15.136:0/763428372' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:51 smithi136 bash[11745]: cluster 2022-04-26T08:03:50.174968+0000 mgr.smithi136.ofnrfx (mgr.14188) 10585 : cluster [DBG] pgmap v9932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:51 smithi145 bash[13673]: cluster 2022-04-26T08:03:50.174968+0000 mgr.smithi136.ofnrfx (mgr.14188) 10585 : cluster [DBG] pgmap v9932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:53 smithi136 bash[11745]: cluster 2022-04-26T08:03:52.175632+0000 mgr.smithi136.ofnrfx (mgr.14188) 10586 : cluster [DBG] pgmap v9933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:53 smithi145 bash[13673]: cluster 2022-04-26T08:03:52.175632+0000 mgr.smithi136.ofnrfx (mgr.14188) 10586 : cluster [DBG] pgmap v9933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:55.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:03:55.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:03:55.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:03:55.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:03:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:55 smithi136 bash[11745]: cluster 2022-04-26T08:03:54.176233+0000 mgr.smithi136.ofnrfx (mgr.14188) 10587 : cluster [DBG] pgmap v9934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:55 smithi145 bash[13673]: cluster 2022-04-26T08:03:54.176233+0000 mgr.smithi136.ofnrfx (mgr.14188) 10587 : cluster [DBG] pgmap v9934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:56 smithi136 bash[11745]: audit 2022-04-26T08:03:55.566388+0000 mon.smithi136 (mon.0) 6459 : audit [DBG] from='client.? 172.21.15.136:0/3746168934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:56 smithi145 bash[13673]: audit 2022-04-26T08:03:55.566388+0000 mon.smithi136 (mon.0) 6459 : audit [DBG] from='client.? 172.21.15.136:0/3746168934' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:03:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:57 smithi136 bash[11745]: cluster 2022-04-26T08:03:56.176985+0000 mgr.smithi136.ofnrfx (mgr.14188) 10588 : cluster [DBG] pgmap v9935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:57.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:57 smithi145 bash[13673]: cluster 2022-04-26T08:03:56.176985+0000 mgr.smithi136.ofnrfx (mgr.14188) 10588 : cluster [DBG] pgmap v9935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:03:59 smithi136 bash[11745]: cluster 2022-04-26T08:03:58.177751+0000 mgr.smithi136.ofnrfx (mgr.14188) 10589 : cluster [DBG] pgmap v9936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:03:59.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:03:59 smithi145 bash[13673]: cluster 2022-04-26T08:03:58.177751+0000 mgr.smithi136.ofnrfx (mgr.14188) 10589 : cluster [DBG] pgmap v9936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:00.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:00.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:00.585 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:00.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:01 smithi136 bash[11745]: cluster 2022-04-26T08:04:00.178464+0000 mgr.smithi136.ofnrfx (mgr.14188) 10590 : cluster [DBG] pgmap v9937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:01 smithi136 bash[11745]: audit 2022-04-26T08:04:00.896394+0000 mon.smithi136 (mon.0) 6460 : audit [DBG] from='client.? 172.21.15.136:0/1945058335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:01 smithi145 bash[13673]: cluster 2022-04-26T08:04:00.178464+0000 mgr.smithi136.ofnrfx (mgr.14188) 10590 : cluster [DBG] pgmap v9937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:01 smithi145 bash[13673]: audit 2022-04-26T08:04:00.896394+0000 mon.smithi136 (mon.0) 6460 : audit [DBG] from='client.? 172.21.15.136:0/1945058335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:03 smithi136 bash[11745]: cluster 2022-04-26T08:04:02.179149+0000 mgr.smithi136.ofnrfx (mgr.14188) 10591 : cluster [DBG] pgmap v9938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:03 smithi136 bash[11745]: audit 2022-04-26T08:04:03.176316+0000 mon.smithi136 (mon.0) 6461 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:04:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:03 smithi136 bash[11745]: audit 2022-04-26T08:04:03.180234+0000 mon.smithi136 (mon.0) 6462 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:04:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:03 smithi145 bash[13673]: cluster 2022-04-26T08:04:02.179149+0000 mgr.smithi136.ofnrfx (mgr.14188) 10591 : cluster [DBG] pgmap v9938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:03 smithi145 bash[13673]: audit 2022-04-26T08:04:03.176316+0000 mon.smithi136 (mon.0) 6461 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:04:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:03 smithi145 bash[13673]: audit 2022-04-26T08:04:03.180234+0000 mon.smithi136 (mon.0) 6462 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:04:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:05 smithi136 bash[11745]: cluster 2022-04-26T08:04:04.179911+0000 mgr.smithi136.ofnrfx (mgr.14188) 10592 : cluster [DBG] pgmap v9939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:05 smithi145 bash[13673]: cluster 2022-04-26T08:04:04.179911+0000 mgr.smithi136.ofnrfx (mgr.14188) 10592 : cluster [DBG] pgmap v9939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:05.918 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:05.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:05.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:06.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:06 smithi136 bash[11745]: audit 2022-04-26T08:04:06.226954+0000 mon.smithi136 (mon.0) 6463 : audit [DBG] from='client.? 172.21.15.136:0/3904721944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:06.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:06 smithi145 bash[13673]: audit 2022-04-26T08:04:06.226954+0000 mon.smithi136 (mon.0) 6463 : audit [DBG] from='client.? 172.21.15.136:0/3904721944' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:07 smithi136 bash[11745]: cluster 2022-04-26T08:04:06.180658+0000 mgr.smithi136.ofnrfx (mgr.14188) 10593 : cluster [DBG] pgmap v9940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:07 smithi145 bash[13673]: cluster 2022-04-26T08:04:06.180658+0000 mgr.smithi136.ofnrfx (mgr.14188) 10593 : cluster [DBG] pgmap v9940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:09 smithi136 bash[11745]: cluster 2022-04-26T08:04:08.181358+0000 mgr.smithi136.ofnrfx (mgr.14188) 10594 : cluster [DBG] pgmap v9941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:09.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:09 smithi145 bash[13673]: cluster 2022-04-26T08:04:08.181358+0000 mgr.smithi136.ofnrfx (mgr.14188) 10594 : cluster [DBG] pgmap v9941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:11.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:11.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:11.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:11.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:11 smithi136 bash[11745]: cluster 2022-04-26T08:04:10.181964+0000 mgr.smithi136.ofnrfx (mgr.14188) 10595 : cluster [DBG] pgmap v9942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:11 smithi145 bash[13673]: cluster 2022-04-26T08:04:10.181964+0000 mgr.smithi136.ofnrfx (mgr.14188) 10595 : cluster [DBG] pgmap v9942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:12 smithi136 bash[11745]: audit 2022-04-26T08:04:11.556694+0000 mon.smithi136 (mon.0) 6464 : audit [DBG] from='client.? 172.21.15.136:0/3800307556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:12 smithi145 bash[13673]: audit 2022-04-26T08:04:11.556694+0000 mon.smithi136 (mon.0) 6464 : audit [DBG] from='client.? 172.21.15.136:0/3800307556' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:13 smithi136 bash[11745]: cluster 2022-04-26T08:04:12.182618+0000 mgr.smithi136.ofnrfx (mgr.14188) 10596 : cluster [DBG] pgmap v9943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:13.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:13 smithi145 bash[13673]: cluster 2022-04-26T08:04:12.182618+0000 mgr.smithi136.ofnrfx (mgr.14188) 10596 : cluster [DBG] pgmap v9943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:15 smithi136 bash[11745]: cluster 2022-04-26T08:04:14.183269+0000 mgr.smithi136.ofnrfx (mgr.14188) 10597 : cluster [DBG] pgmap v9944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:15 smithi145 bash[13673]: cluster 2022-04-26T08:04:14.183269+0000 mgr.smithi136.ofnrfx (mgr.14188) 10597 : cluster [DBG] pgmap v9944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:16.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:16.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:16.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:16.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:17 smithi136 bash[11745]: cluster 2022-04-26T08:04:16.183949+0000 mgr.smithi136.ofnrfx (mgr.14188) 10598 : cluster [DBG] pgmap v9945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:17 smithi136 bash[11745]: audit 2022-04-26T08:04:16.882489+0000 mon.smithi136 (mon.0) 6465 : audit [DBG] from='client.? 172.21.15.136:0/879164525' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:17 smithi145 bash[13673]: cluster 2022-04-26T08:04:16.183949+0000 mgr.smithi136.ofnrfx (mgr.14188) 10598 : cluster [DBG] pgmap v9945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:17 smithi145 bash[13673]: audit 2022-04-26T08:04:16.882489+0000 mon.smithi136 (mon.0) 6465 : audit [DBG] from='client.? 172.21.15.136:0/879164525' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:19 smithi136 bash[11745]: cluster 2022-04-26T08:04:18.184559+0000 mgr.smithi136.ofnrfx (mgr.14188) 10599 : cluster [DBG] pgmap v9946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:19 smithi145 bash[13673]: cluster 2022-04-26T08:04:18.184559+0000 mgr.smithi136.ofnrfx (mgr.14188) 10599 : cluster [DBG] pgmap v9946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:21 smithi136 bash[11745]: cluster 2022-04-26T08:04:20.185176+0000 mgr.smithi136.ofnrfx (mgr.14188) 10600 : cluster [DBG] pgmap v9947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:21.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:21.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:21.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:21 smithi145 bash[13673]: cluster 2022-04-26T08:04:20.185176+0000 mgr.smithi136.ofnrfx (mgr.14188) 10600 : cluster [DBG] pgmap v9947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:22.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:22 smithi136 bash[11745]: audit 2022-04-26T08:04:22.212742+0000 mon.smithi136 (mon.0) 6466 : audit [DBG] from='client.? 172.21.15.136:0/1358790414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:22 smithi145 bash[13673]: audit 2022-04-26T08:04:22.212742+0000 mon.smithi136 (mon.0) 6466 : audit [DBG] from='client.? 172.21.15.136:0/1358790414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:23 smithi145 bash[13673]: cluster 2022-04-26T08:04:22.185864+0000 mgr.smithi136.ofnrfx (mgr.14188) 10601 : cluster [DBG] pgmap v9948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:23 smithi136 bash[11745]: cluster 2022-04-26T08:04:22.185864+0000 mgr.smithi136.ofnrfx (mgr.14188) 10601 : cluster [DBG] pgmap v9948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:25 smithi145 bash[13673]: cluster 2022-04-26T08:04:24.186459+0000 mgr.smithi136.ofnrfx (mgr.14188) 10602 : cluster [DBG] pgmap v9949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:25 smithi136 bash[11745]: cluster 2022-04-26T08:04:24.186459+0000 mgr.smithi136.ofnrfx (mgr.14188) 10602 : cluster [DBG] pgmap v9949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:27.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:27.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:27.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:27.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:27 smithi145 bash[13673]: cluster 2022-04-26T08:04:26.187200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10603 : cluster [DBG] pgmap v9950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:27 smithi145 bash[13673]: audit 2022-04-26T08:04:27.544677+0000 mon.smithi136 (mon.0) 6467 : audit [DBG] from='client.? 172.21.15.136:0/31615470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:27 smithi136 bash[11745]: cluster 2022-04-26T08:04:26.187200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10603 : cluster [DBG] pgmap v9950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:27 smithi136 bash[11745]: audit 2022-04-26T08:04:27.544677+0000 mon.smithi136 (mon.0) 6467 : audit [DBG] from='client.? 172.21.15.136:0/31615470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:29 smithi145 bash[13673]: cluster 2022-04-26T08:04:28.187967+0000 mgr.smithi136.ofnrfx (mgr.14188) 10604 : cluster [DBG] pgmap v9951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:29 smithi136 bash[11745]: cluster 2022-04-26T08:04:28.187967+0000 mgr.smithi136.ofnrfx (mgr.14188) 10604 : cluster [DBG] pgmap v9951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:31 smithi145 bash[13673]: cluster 2022-04-26T08:04:30.188603+0000 mgr.smithi136.ofnrfx (mgr.14188) 10605 : cluster [DBG] pgmap v9952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:31 smithi136 bash[11745]: cluster 2022-04-26T08:04:30.188603+0000 mgr.smithi136.ofnrfx (mgr.14188) 10605 : cluster [DBG] pgmap v9952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:32.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:32.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:32.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:32.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:33.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:33 smithi145 bash[13673]: cluster 2022-04-26T08:04:32.189364+0000 mgr.smithi136.ofnrfx (mgr.14188) 10606 : cluster [DBG] pgmap v9953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:33 smithi145 bash[13673]: audit 2022-04-26T08:04:32.874555+0000 mon.smithi136 (mon.0) 6468 : audit [DBG] from='client.? 172.21.15.136:0/2064782417' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:33 smithi136 bash[11745]: cluster 2022-04-26T08:04:32.189364+0000 mgr.smithi136.ofnrfx (mgr.14188) 10606 : cluster [DBG] pgmap v9953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:33 smithi136 bash[11745]: audit 2022-04-26T08:04:32.874555+0000 mon.smithi136 (mon.0) 6468 : audit [DBG] from='client.? 172.21.15.136:0/2064782417' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:35 smithi145 bash[13673]: cluster 2022-04-26T08:04:34.190019+0000 mgr.smithi136.ofnrfx (mgr.14188) 10607 : cluster [DBG] pgmap v9954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:36.131 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:35 smithi136 bash[11745]: cluster 2022-04-26T08:04:34.190019+0000 mgr.smithi136.ofnrfx (mgr.14188) 10607 : cluster [DBG] pgmap v9954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:36 smithi145 bash[13673]: audit 2022-04-26T08:04:36.050814+0000 mon.smithi136 (mon.0) 6469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:04:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:36 smithi145 bash[13673]: audit 2022-04-26T08:04:36.053527+0000 mon.smithi136 (mon.0) 6470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:04:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:36 smithi145 bash[13673]: audit 2022-04-26T08:04:36.055437+0000 mon.smithi136 (mon.0) 6471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:04:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:36 smithi145 bash[13673]: audit 2022-04-26T08:04:36.367048+0000 mon.smithi136 (mon.0) 6472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:04:36.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:36 smithi145 bash[13673]: audit 2022-04-26T08:04:36.375944+0000 mon.smithi136 (mon.0) 6473 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:04:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:36 smithi136 bash[11745]: audit 2022-04-26T08:04:36.050814+0000 mon.smithi136 (mon.0) 6469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:04:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:36 smithi136 bash[11745]: audit 2022-04-26T08:04:36.053527+0000 mon.smithi136 (mon.0) 6470 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:04:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:36 smithi136 bash[11745]: audit 2022-04-26T08:04:36.055437+0000 mon.smithi136 (mon.0) 6471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:04:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:36 smithi136 bash[11745]: audit 2022-04-26T08:04:36.367048+0000 mon.smithi136 (mon.0) 6472 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:04:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:36 smithi136 bash[11745]: audit 2022-04-26T08:04:36.375944+0000 mon.smithi136 (mon.0) 6473 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:04:37.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:37.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:37.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:37 smithi145 bash[13673]: cluster 2022-04-26T08:04:36.190630+0000 mgr.smithi136.ofnrfx (mgr.14188) 10608 : cluster [DBG] pgmap v9955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:37.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:37 smithi145 bash[13673]: cluster 2022-04-26T08:04:36.361275+0000 mgr.smithi136.ofnrfx (mgr.14188) 10609 : cluster [DBG] pgmap v9956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:37 smithi145 bash[13673]: cluster 2022-04-26T08:04:36.361733+0000 mgr.smithi136.ofnrfx (mgr.14188) 10610 : cluster [DBG] pgmap v9957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:37 smithi145 bash[13673]: cephadm 2022-04-26T08:04:36.377336+0000 mgr.smithi136.ofnrfx (mgr.14188) 10611 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:04:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:37 smithi145 bash[13673]: cephadm 2022-04-26T08:04:36.377483+0000 mgr.smithi136.ofnrfx (mgr.14188) 10612 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:04:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:37 smithi136 bash[11745]: cluster 2022-04-26T08:04:36.190630+0000 mgr.smithi136.ofnrfx (mgr.14188) 10608 : cluster [DBG] pgmap v9955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:37 smithi136 bash[11745]: cluster 2022-04-26T08:04:36.361275+0000 mgr.smithi136.ofnrfx (mgr.14188) 10609 : cluster [DBG] pgmap v9956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:37 smithi136 bash[11745]: cluster 2022-04-26T08:04:36.361733+0000 mgr.smithi136.ofnrfx (mgr.14188) 10610 : cluster [DBG] pgmap v9957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:37 smithi136 bash[11745]: cephadm 2022-04-26T08:04:36.377336+0000 mgr.smithi136.ofnrfx (mgr.14188) 10611 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:04:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:37 smithi136 bash[11745]: cephadm 2022-04-26T08:04:36.377483+0000 mgr.smithi136.ofnrfx (mgr.14188) 10612 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:04:38.232 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:38.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:38 smithi145 bash[13673]: audit 2022-04-26T08:04:38.216747+0000 mon.smithi136 (mon.0) 6474 : audit [DBG] from='client.? 172.21.15.136:0/4129788475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:38 smithi136 bash[11745]: audit 2022-04-26T08:04:38.216747+0000 mon.smithi136 (mon.0) 6474 : audit [DBG] from='client.? 172.21.15.136:0/4129788475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:39 smithi145 bash[13673]: cluster 2022-04-26T08:04:38.362428+0000 mgr.smithi136.ofnrfx (mgr.14188) 10613 : cluster [DBG] pgmap v9958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:39 smithi136 bash[11745]: cluster 2022-04-26T08:04:38.362428+0000 mgr.smithi136.ofnrfx (mgr.14188) 10613 : cluster [DBG] pgmap v9958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:41 smithi145 bash[13673]: cluster 2022-04-26T08:04:40.363040+0000 mgr.smithi136.ofnrfx (mgr.14188) 10614 : cluster [DBG] pgmap v9959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:41 smithi136 bash[11745]: cluster 2022-04-26T08:04:40.363040+0000 mgr.smithi136.ofnrfx (mgr.14188) 10614 : cluster [DBG] pgmap v9959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:43.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:43.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:43.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:43.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:43 smithi145 bash[13673]: cluster 2022-04-26T08:04:42.363690+0000 mgr.smithi136.ofnrfx (mgr.14188) 10615 : cluster [DBG] pgmap v9960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:43 smithi145 bash[13673]: audit 2022-04-26T08:04:43.541527+0000 mon.smithi136 (mon.0) 6475 : audit [DBG] from='client.? 172.21.15.136:0/1910890752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:43 smithi136 bash[11745]: cluster 2022-04-26T08:04:42.363690+0000 mgr.smithi136.ofnrfx (mgr.14188) 10615 : cluster [DBG] pgmap v9960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:43 smithi136 bash[11745]: audit 2022-04-26T08:04:43.541527+0000 mon.smithi136 (mon.0) 6475 : audit [DBG] from='client.? 172.21.15.136:0/1910890752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:45 smithi145 bash[13673]: cluster 2022-04-26T08:04:44.364333+0000 mgr.smithi136.ofnrfx (mgr.14188) 10616 : cluster [DBG] pgmap v9961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:45 smithi136 bash[11745]: cluster 2022-04-26T08:04:44.364333+0000 mgr.smithi136.ofnrfx (mgr.14188) 10616 : cluster [DBG] pgmap v9961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:47.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:47 smithi145 bash[13673]: cluster 2022-04-26T08:04:46.364959+0000 mgr.smithi136.ofnrfx (mgr.14188) 10617 : cluster [DBG] pgmap v9962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:47 smithi136 bash[11745]: cluster 2022-04-26T08:04:46.364959+0000 mgr.smithi136.ofnrfx (mgr.14188) 10617 : cluster [DBG] pgmap v9962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:48.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:48.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:48.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:48.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:49.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:49 smithi145 bash[13673]: cluster 2022-04-26T08:04:48.365584+0000 mgr.smithi136.ofnrfx (mgr.14188) 10618 : cluster [DBG] pgmap v9963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:49 smithi145 bash[13673]: audit 2022-04-26T08:04:48.874801+0000 mon.smithi136 (mon.0) 6476 : audit [DBG] from='client.? 172.21.15.136:0/3069876255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:49 smithi136 bash[11745]: cluster 2022-04-26T08:04:48.365584+0000 mgr.smithi136.ofnrfx (mgr.14188) 10618 : cluster [DBG] pgmap v9963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:49 smithi136 bash[11745]: audit 2022-04-26T08:04:48.874801+0000 mon.smithi136 (mon.0) 6476 : audit [DBG] from='client.? 172.21.15.136:0/3069876255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:51 smithi145 bash[13673]: cluster 2022-04-26T08:04:50.366229+0000 mgr.smithi136.ofnrfx (mgr.14188) 10619 : cluster [DBG] pgmap v9964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:51 smithi136 bash[11745]: cluster 2022-04-26T08:04:50.366229+0000 mgr.smithi136.ofnrfx (mgr.14188) 10619 : cluster [DBG] pgmap v9964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:53.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:53.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:53.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:53.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:53 smithi145 bash[13673]: cluster 2022-04-26T08:04:52.366855+0000 mgr.smithi136.ofnrfx (mgr.14188) 10620 : cluster [DBG] pgmap v9965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:53 smithi136 bash[11745]: cluster 2022-04-26T08:04:52.366855+0000 mgr.smithi136.ofnrfx (mgr.14188) 10620 : cluster [DBG] pgmap v9965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:54.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:04:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:54 smithi136 bash[11745]: audit 2022-04-26T08:04:54.200709+0000 mon.smithi136 (mon.0) 6477 : audit [DBG] from='client.? 172.21.15.136:0/1089275297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:54 smithi145 bash[13673]: audit 2022-04-26T08:04:54.200709+0000 mon.smithi136 (mon.0) 6477 : audit [DBG] from='client.? 172.21.15.136:0/1089275297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:04:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:55 smithi136 bash[11745]: cluster 2022-04-26T08:04:54.367564+0000 mgr.smithi136.ofnrfx (mgr.14188) 10621 : cluster [DBG] pgmap v9966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:55 smithi145 bash[13673]: cluster 2022-04-26T08:04:54.367564+0000 mgr.smithi136.ofnrfx (mgr.14188) 10621 : cluster [DBG] pgmap v9966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:57 smithi136 bash[11745]: cluster 2022-04-26T08:04:56.368217+0000 mgr.smithi136.ofnrfx (mgr.14188) 10622 : cluster [DBG] pgmap v9967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:57 smithi145 bash[13673]: cluster 2022-04-26T08:04:56.368217+0000 mgr.smithi136.ofnrfx (mgr.14188) 10622 : cluster [DBG] pgmap v9967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:04:59.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:04:59.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:04:59.220 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:04:59.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:59 smithi136 bash[11745]: cluster 2022-04-26T08:04:58.368837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10623 : cluster [DBG] pgmap v9968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:04:59 smithi136 bash[11745]: audit 2022-04-26T08:04:59.527711+0000 mon.smithi136 (mon.0) 6478 : audit [DBG] from='client.? 172.21.15.136:0/3816834242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:59 smithi145 bash[13673]: cluster 2022-04-26T08:04:58.368837+0000 mgr.smithi136.ofnrfx (mgr.14188) 10623 : cluster [DBG] pgmap v9968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:04:59 smithi145 bash[13673]: audit 2022-04-26T08:04:59.527711+0000 mon.smithi136 (mon.0) 6478 : audit [DBG] from='client.? 172.21.15.136:0/3816834242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:01.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:01 smithi145 bash[13673]: cluster 2022-04-26T08:05:00.369483+0000 mgr.smithi136.ofnrfx (mgr.14188) 10624 : cluster [DBG] pgmap v9969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:01 smithi136 bash[11745]: cluster 2022-04-26T08:05:00.369483+0000 mgr.smithi136.ofnrfx (mgr.14188) 10624 : cluster [DBG] pgmap v9969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:03 smithi136 bash[11745]: cluster 2022-04-26T08:05:02.370132+0000 mgr.smithi136.ofnrfx (mgr.14188) 10625 : cluster [DBG] pgmap v9970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:03 smithi136 bash[11745]: audit 2022-04-26T08:05:03.180428+0000 mon.smithi136 (mon.0) 6479 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:05:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:03 smithi136 bash[11745]: audit 2022-04-26T08:05:03.184292+0000 mon.smithi136 (mon.0) 6480 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:05:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:03 smithi145 bash[13673]: cluster 2022-04-26T08:05:02.370132+0000 mgr.smithi136.ofnrfx (mgr.14188) 10625 : cluster [DBG] pgmap v9970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:03 smithi145 bash[13673]: audit 2022-04-26T08:05:03.180428+0000 mon.smithi136 (mon.0) 6479 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:05:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:03 smithi145 bash[13673]: audit 2022-04-26T08:05:03.184292+0000 mon.smithi136 (mon.0) 6480 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:05:04.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:04.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:04.548 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:04.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:06.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:05 smithi136 bash[11745]: cluster 2022-04-26T08:05:04.370806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10626 : cluster [DBG] pgmap v9971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:06.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:05 smithi136 bash[11745]: audit 2022-04-26T08:05:04.860765+0000 mon.smithi136 (mon.0) 6481 : audit [DBG] from='client.? 172.21.15.136:0/3066681963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:05 smithi145 bash[13673]: cluster 2022-04-26T08:05:04.370806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10626 : cluster [DBG] pgmap v9971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:05 smithi145 bash[13673]: audit 2022-04-26T08:05:04.860765+0000 mon.smithi136 (mon.0) 6481 : audit [DBG] from='client.? 172.21.15.136:0/3066681963' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:07 smithi136 bash[11745]: cluster 2022-04-26T08:05:06.371428+0000 mgr.smithi136.ofnrfx (mgr.14188) 10627 : cluster [DBG] pgmap v9972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:07 smithi145 bash[13673]: cluster 2022-04-26T08:05:06.371428+0000 mgr.smithi136.ofnrfx (mgr.14188) 10627 : cluster [DBG] pgmap v9972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:09.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:09.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:09.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:09 smithi136 bash[11745]: cluster 2022-04-26T08:05:08.372041+0000 mgr.smithi136.ofnrfx (mgr.14188) 10628 : cluster [DBG] pgmap v9973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:09 smithi145 bash[13673]: cluster 2022-04-26T08:05:08.372041+0000 mgr.smithi136.ofnrfx (mgr.14188) 10628 : cluster [DBG] pgmap v9973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:10.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:10 smithi136 bash[11745]: audit 2022-04-26T08:05:10.196634+0000 mon.smithi136 (mon.0) 6482 : audit [DBG] from='client.? 172.21.15.136:0/1087558565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:10 smithi145 bash[13673]: audit 2022-04-26T08:05:10.196634+0000 mon.smithi136 (mon.0) 6482 : audit [DBG] from='client.? 172.21.15.136:0/1087558565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:11 smithi136 bash[11745]: cluster 2022-04-26T08:05:10.372732+0000 mgr.smithi136.ofnrfx (mgr.14188) 10629 : cluster [DBG] pgmap v9974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:11 smithi145 bash[13673]: cluster 2022-04-26T08:05:10.372732+0000 mgr.smithi136.ofnrfx (mgr.14188) 10629 : cluster [DBG] pgmap v9974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:13 smithi136 bash[11745]: cluster 2022-04-26T08:05:12.373375+0000 mgr.smithi136.ofnrfx (mgr.14188) 10630 : cluster [DBG] pgmap v9975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:13 smithi145 bash[13673]: cluster 2022-04-26T08:05:12.373375+0000 mgr.smithi136.ofnrfx (mgr.14188) 10630 : cluster [DBG] pgmap v9975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:15.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:15.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:15.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:15.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:15 smithi136 bash[11745]: cluster 2022-04-26T08:05:14.373997+0000 mgr.smithi136.ofnrfx (mgr.14188) 10631 : cluster [DBG] pgmap v9976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:15 smithi136 bash[11745]: audit 2022-04-26T08:05:15.529483+0000 mon.smithi136 (mon.0) 6483 : audit [DBG] from='client.? 172.21.15.136:0/1693503462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:15 smithi145 bash[13673]: cluster 2022-04-26T08:05:14.373997+0000 mgr.smithi136.ofnrfx (mgr.14188) 10631 : cluster [DBG] pgmap v9976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:15 smithi145 bash[13673]: audit 2022-04-26T08:05:15.529483+0000 mon.smithi136 (mon.0) 6483 : audit [DBG] from='client.? 172.21.15.136:0/1693503462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:17 smithi136 bash[11745]: cluster 2022-04-26T08:05:16.374662+0000 mgr.smithi136.ofnrfx (mgr.14188) 10632 : cluster [DBG] pgmap v9977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:17 smithi145 bash[13673]: cluster 2022-04-26T08:05:16.374662+0000 mgr.smithi136.ofnrfx (mgr.14188) 10632 : cluster [DBG] pgmap v9977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:19 smithi136 bash[11745]: cluster 2022-04-26T08:05:18.375273+0000 mgr.smithi136.ofnrfx (mgr.14188) 10633 : cluster [DBG] pgmap v9978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:19 smithi145 bash[13673]: cluster 2022-04-26T08:05:18.375273+0000 mgr.smithi136.ofnrfx (mgr.14188) 10633 : cluster [DBG] pgmap v9978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:20.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:20.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:20.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:20.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:21 smithi136 bash[11745]: cluster 2022-04-26T08:05:20.375920+0000 mgr.smithi136.ofnrfx (mgr.14188) 10634 : cluster [DBG] pgmap v9979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:21 smithi136 bash[11745]: audit 2022-04-26T08:05:20.857592+0000 mon.smithi136 (mon.0) 6484 : audit [DBG] from='client.? 172.21.15.136:0/3513506830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:21 smithi145 bash[13673]: cluster 2022-04-26T08:05:20.375920+0000 mgr.smithi136.ofnrfx (mgr.14188) 10634 : cluster [DBG] pgmap v9979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:21 smithi145 bash[13673]: audit 2022-04-26T08:05:20.857592+0000 mon.smithi136 (mon.0) 6484 : audit [DBG] from='client.? 172.21.15.136:0/3513506830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:23 smithi136 bash[11745]: cluster 2022-04-26T08:05:22.376558+0000 mgr.smithi136.ofnrfx (mgr.14188) 10635 : cluster [DBG] pgmap v9980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:23 smithi145 bash[13673]: cluster 2022-04-26T08:05:22.376558+0000 mgr.smithi136.ofnrfx (mgr.14188) 10635 : cluster [DBG] pgmap v9980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:25.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:25.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:25.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:25 smithi136 bash[11745]: cluster 2022-04-26T08:05:24.377168+0000 mgr.smithi136.ofnrfx (mgr.14188) 10636 : cluster [DBG] pgmap v9981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:25 smithi145 bash[13673]: cluster 2022-04-26T08:05:24.377168+0000 mgr.smithi136.ofnrfx (mgr.14188) 10636 : cluster [DBG] pgmap v9981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:26.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:26 smithi136 bash[11745]: audit 2022-04-26T08:05:26.194297+0000 mon.smithi136 (mon.0) 6485 : audit [DBG] from='client.? 172.21.15.136:0/2210625335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:26 smithi145 bash[13673]: audit 2022-04-26T08:05:26.194297+0000 mon.smithi136 (mon.0) 6485 : audit [DBG] from='client.? 172.21.15.136:0/2210625335' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:27 smithi136 bash[11745]: cluster 2022-04-26T08:05:26.377843+0000 mgr.smithi136.ofnrfx (mgr.14188) 10637 : cluster [DBG] pgmap v9982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:27 smithi145 bash[13673]: cluster 2022-04-26T08:05:26.377843+0000 mgr.smithi136.ofnrfx (mgr.14188) 10637 : cluster [DBG] pgmap v9982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:29 smithi136 bash[11745]: cluster 2022-04-26T08:05:28.378486+0000 mgr.smithi136.ofnrfx (mgr.14188) 10638 : cluster [DBG] pgmap v9983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:29 smithi145 bash[13673]: cluster 2022-04-26T08:05:28.378486+0000 mgr.smithi136.ofnrfx (mgr.14188) 10638 : cluster [DBG] pgmap v9983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:31.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:31.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:31.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:31.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:31 smithi136 bash[11745]: cluster 2022-04-26T08:05:30.379107+0000 mgr.smithi136.ofnrfx (mgr.14188) 10639 : cluster [DBG] pgmap v9984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:31 smithi136 bash[11745]: audit 2022-04-26T08:05:31.526232+0000 mon.smithi136 (mon.0) 6486 : audit [DBG] from='client.? 172.21.15.136:0/612608361' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:31 smithi145 bash[13673]: cluster 2022-04-26T08:05:30.379107+0000 mgr.smithi136.ofnrfx (mgr.14188) 10639 : cluster [DBG] pgmap v9984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:31 smithi145 bash[13673]: audit 2022-04-26T08:05:31.526232+0000 mon.smithi136 (mon.0) 6486 : audit [DBG] from='client.? 172.21.15.136:0/612608361' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:33 smithi136 bash[11745]: cluster 2022-04-26T08:05:32.379812+0000 mgr.smithi136.ofnrfx (mgr.14188) 10640 : cluster [DBG] pgmap v9985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:33 smithi145 bash[13673]: cluster 2022-04-26T08:05:32.379812+0000 mgr.smithi136.ofnrfx (mgr.14188) 10640 : cluster [DBG] pgmap v9985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:35 smithi136 bash[11745]: cluster 2022-04-26T08:05:34.380520+0000 mgr.smithi136.ofnrfx (mgr.14188) 10641 : cluster [DBG] pgmap v9986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:35 smithi145 bash[13673]: cluster 2022-04-26T08:05:34.380520+0000 mgr.smithi136.ofnrfx (mgr.14188) 10641 : cluster [DBG] pgmap v9986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:36.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:36.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:36.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:36.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:36 smithi136 bash[11745]: audit 2022-04-26T08:05:36.387878+0000 mon.smithi136 (mon.0) 6487 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:05:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:36 smithi136 bash[11745]: audit 2022-04-26T08:05:36.390551+0000 mon.smithi136 (mon.0) 6488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:05:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:36 smithi136 bash[11745]: audit 2022-04-26T08:05:36.392509+0000 mon.smithi136 (mon.0) 6489 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:05:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:36 smithi136 bash[11745]: audit 2022-04-26T08:05:36.697982+0000 mon.smithi136 (mon.0) 6490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:05:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:36 smithi136 bash[11745]: audit 2022-04-26T08:05:36.704038+0000 mon.smithi136 (mon.0) 6491 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:05:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:36 smithi145 bash[13673]: audit 2022-04-26T08:05:36.387878+0000 mon.smithi136 (mon.0) 6487 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:05:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:36 smithi145 bash[13673]: audit 2022-04-26T08:05:36.390551+0000 mon.smithi136 (mon.0) 6488 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:05:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:36 smithi145 bash[13673]: audit 2022-04-26T08:05:36.392509+0000 mon.smithi136 (mon.0) 6489 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:05:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:36 smithi145 bash[13673]: audit 2022-04-26T08:05:36.697982+0000 mon.smithi136 (mon.0) 6490 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:05:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:36 smithi145 bash[13673]: audit 2022-04-26T08:05:36.704038+0000 mon.smithi136 (mon.0) 6491 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:05:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:37 smithi136 bash[11745]: cluster 2022-04-26T08:05:36.381149+0000 mgr.smithi136.ofnrfx (mgr.14188) 10642 : cluster [DBG] pgmap v9987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:37 smithi136 bash[11745]: cluster 2022-04-26T08:05:36.691992+0000 mgr.smithi136.ofnrfx (mgr.14188) 10643 : cluster [DBG] pgmap v9988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:37 smithi136 bash[11745]: cluster 2022-04-26T08:05:36.692399+0000 mgr.smithi136.ofnrfx (mgr.14188) 10644 : cluster [DBG] pgmap v9989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:37 smithi136 bash[11745]: cephadm 2022-04-26T08:05:36.704973+0000 mgr.smithi136.ofnrfx (mgr.14188) 10645 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:05:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:37 smithi136 bash[11745]: cephadm 2022-04-26T08:05:36.705095+0000 mgr.smithi136.ofnrfx (mgr.14188) 10646 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:05:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:37 smithi136 bash[11745]: audit 2022-04-26T08:05:36.844082+0000 mon.smithi136 (mon.0) 6492 : audit [DBG] from='client.? 172.21.15.136:0/717831663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:37 smithi145 bash[13673]: cluster 2022-04-26T08:05:36.381149+0000 mgr.smithi136.ofnrfx (mgr.14188) 10642 : cluster [DBG] pgmap v9987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:37 smithi145 bash[13673]: cluster 2022-04-26T08:05:36.691992+0000 mgr.smithi136.ofnrfx (mgr.14188) 10643 : cluster [DBG] pgmap v9988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:37 smithi145 bash[13673]: cluster 2022-04-26T08:05:36.692399+0000 mgr.smithi136.ofnrfx (mgr.14188) 10644 : cluster [DBG] pgmap v9989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:37 smithi145 bash[13673]: cephadm 2022-04-26T08:05:36.704973+0000 mgr.smithi136.ofnrfx (mgr.14188) 10645 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:05:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:37 smithi145 bash[13673]: cephadm 2022-04-26T08:05:36.705095+0000 mgr.smithi136.ofnrfx (mgr.14188) 10646 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:05:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:37 smithi145 bash[13673]: audit 2022-04-26T08:05:36.844082+0000 mon.smithi136 (mon.0) 6492 : audit [DBG] from='client.? 172.21.15.136:0/717831663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:39 smithi136 bash[11745]: cluster 2022-04-26T08:05:38.693009+0000 mgr.smithi136.ofnrfx (mgr.14188) 10647 : cluster [DBG] pgmap v9990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:39 smithi145 bash[13673]: cluster 2022-04-26T08:05:38.693009+0000 mgr.smithi136.ofnrfx (mgr.14188) 10647 : cluster [DBG] pgmap v9990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:41.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:41.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:41.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:41 smithi136 bash[11745]: cluster 2022-04-26T08:05:40.693617+0000 mgr.smithi136.ofnrfx (mgr.14188) 10648 : cluster [DBG] pgmap v9991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:41 smithi145 bash[13673]: cluster 2022-04-26T08:05:40.693617+0000 mgr.smithi136.ofnrfx (mgr.14188) 10648 : cluster [DBG] pgmap v9991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:42.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:42 smithi136 bash[11745]: audit 2022-04-26T08:05:42.172053+0000 mon.smithi136 (mon.0) 6493 : audit [DBG] from='client.? 172.21.15.136:0/1126634570' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:42 smithi145 bash[13673]: audit 2022-04-26T08:05:42.172053+0000 mon.smithi136 (mon.0) 6493 : audit [DBG] from='client.? 172.21.15.136:0/1126634570' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:43 smithi145 bash[13673]: cluster 2022-04-26T08:05:42.694271+0000 mgr.smithi136.ofnrfx (mgr.14188) 10649 : cluster [DBG] pgmap v9992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:43 smithi136 bash[11745]: cluster 2022-04-26T08:05:42.694271+0000 mgr.smithi136.ofnrfx (mgr.14188) 10649 : cluster [DBG] pgmap v9992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:45 smithi136 bash[11745]: cluster 2022-04-26T08:05:44.695021+0000 mgr.smithi136.ofnrfx (mgr.14188) 10650 : cluster [DBG] pgmap v9993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:45 smithi145 bash[13673]: cluster 2022-04-26T08:05:44.695021+0000 mgr.smithi136.ofnrfx (mgr.14188) 10650 : cluster [DBG] pgmap v9993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:47.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:47.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:47.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:47.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:47 smithi136 bash[11745]: cluster 2022-04-26T08:05:46.695812+0000 mgr.smithi136.ofnrfx (mgr.14188) 10651 : cluster [DBG] pgmap v9994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:47 smithi136 bash[11745]: audit 2022-04-26T08:05:47.507936+0000 mon.smithi136 (mon.0) 6494 : audit [DBG] from='client.? 172.21.15.136:0/3350280337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:47 smithi145 bash[13673]: cluster 2022-04-26T08:05:46.695812+0000 mgr.smithi136.ofnrfx (mgr.14188) 10651 : cluster [DBG] pgmap v9994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:47 smithi145 bash[13673]: audit 2022-04-26T08:05:47.507936+0000 mon.smithi136 (mon.0) 6494 : audit [DBG] from='client.? 172.21.15.136:0/3350280337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:49 smithi136 bash[11745]: cluster 2022-04-26T08:05:48.696539+0000 mgr.smithi136.ofnrfx (mgr.14188) 10652 : cluster [DBG] pgmap v9995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:49 smithi145 bash[13673]: cluster 2022-04-26T08:05:48.696539+0000 mgr.smithi136.ofnrfx (mgr.14188) 10652 : cluster [DBG] pgmap v9995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:51 smithi136 bash[11745]: cluster 2022-04-26T08:05:50.697167+0000 mgr.smithi136.ofnrfx (mgr.14188) 10653 : cluster [DBG] pgmap v9996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:51 smithi145 bash[13673]: cluster 2022-04-26T08:05:50.697167+0000 mgr.smithi136.ofnrfx (mgr.14188) 10653 : cluster [DBG] pgmap v9996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:52.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:52.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:52.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:52.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:53 smithi136 bash[11745]: cluster 2022-04-26T08:05:52.697732+0000 mgr.smithi136.ofnrfx (mgr.14188) 10654 : cluster [DBG] pgmap v9997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:53 smithi136 bash[11745]: audit 2022-04-26T08:05:52.840135+0000 mon.smithi136 (mon.0) 6495 : audit [DBG] from='client.? 172.21.15.136:0/274453542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:53 smithi145 bash[13673]: cluster 2022-04-26T08:05:52.697732+0000 mgr.smithi136.ofnrfx (mgr.14188) 10654 : cluster [DBG] pgmap v9997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:54.355 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:53 smithi145 bash[13673]: audit 2022-04-26T08:05:52.840135+0000 mon.smithi136 (mon.0) 6495 : audit [DBG] from='client.? 172.21.15.136:0/274453542' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:55 smithi136 bash[11745]: cluster 2022-04-26T08:05:54.698351+0000 mgr.smithi136.ofnrfx (mgr.14188) 10655 : cluster [DBG] pgmap v9998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:55 smithi145 bash[13673]: cluster 2022-04-26T08:05:54.698351+0000 mgr.smithi136.ofnrfx (mgr.14188) 10655 : cluster [DBG] pgmap v9998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:57.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:05:57.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:05:57.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:05:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:57 smithi136 bash[11745]: cluster 2022-04-26T08:05:56.699039+0000 mgr.smithi136.ofnrfx (mgr.14188) 10656 : cluster [DBG] pgmap v9999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:57 smithi145 bash[13673]: cluster 2022-04-26T08:05:56.699039+0000 mgr.smithi136.ofnrfx (mgr.14188) 10656 : cluster [DBG] pgmap v9999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:05:58.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:05:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:58 smithi136 bash[11745]: audit 2022-04-26T08:05:58.163426+0000 mon.smithi136 (mon.0) 6496 : audit [DBG] from='client.? 172.21.15.136:0/2285321800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:05:59.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:58 smithi145 bash[13673]: audit 2022-04-26T08:05:58.163426+0000 mon.smithi136 (mon.0) 6496 : audit [DBG] from='client.? 172.21.15.136:0/2285321800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:05:59 smithi136 bash[11745]: cluster 2022-04-26T08:05:58.699720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10657 : cluster [DBG] pgmap v10000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:05:59 smithi145 bash[13673]: cluster 2022-04-26T08:05:58.699720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10657 : cluster [DBG] pgmap v10000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:01 smithi136 bash[11745]: cluster 2022-04-26T08:06:00.700423+0000 mgr.smithi136.ofnrfx (mgr.14188) 10658 : cluster [DBG] pgmap v10001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:01 smithi145 bash[13673]: cluster 2022-04-26T08:06:00.700423+0000 mgr.smithi136.ofnrfx (mgr.14188) 10658 : cluster [DBG] pgmap v10001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:03.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:03.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:03.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:03.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:03 smithi136 bash[11745]: cluster 2022-04-26T08:06:02.701085+0000 mgr.smithi136.ofnrfx (mgr.14188) 10659 : cluster [DBG] pgmap v10002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:03 smithi136 bash[11745]: audit 2022-04-26T08:06:03.184458+0000 mon.smithi136 (mon.0) 6497 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:06:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:03 smithi136 bash[11745]: audit 2022-04-26T08:06:03.188481+0000 mon.smithi136 (mon.0) 6498 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:06:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:03 smithi136 bash[11745]: audit 2022-04-26T08:06:03.492725+0000 mon.smithi136 (mon.0) 6499 : audit [DBG] from='client.? 172.21.15.136:0/1379793501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:03 smithi145 bash[13673]: cluster 2022-04-26T08:06:02.701085+0000 mgr.smithi136.ofnrfx (mgr.14188) 10659 : cluster [DBG] pgmap v10002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:03 smithi145 bash[13673]: audit 2022-04-26T08:06:03.184458+0000 mon.smithi136 (mon.0) 6497 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:06:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:03 smithi145 bash[13673]: audit 2022-04-26T08:06:03.188481+0000 mon.smithi136 (mon.0) 6498 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:06:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:03 smithi145 bash[13673]: audit 2022-04-26T08:06:03.492725+0000 mon.smithi136 (mon.0) 6499 : audit [DBG] from='client.? 172.21.15.136:0/1379793501' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:05 smithi136 bash[11745]: cluster 2022-04-26T08:06:04.701695+0000 mgr.smithi136.ofnrfx (mgr.14188) 10660 : cluster [DBG] pgmap v10003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:05 smithi145 bash[13673]: cluster 2022-04-26T08:06:04.701695+0000 mgr.smithi136.ofnrfx (mgr.14188) 10660 : cluster [DBG] pgmap v10003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:07 smithi136 bash[11745]: cluster 2022-04-26T08:06:06.702311+0000 mgr.smithi136.ofnrfx (mgr.14188) 10661 : cluster [DBG] pgmap v10004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:07 smithi145 bash[13673]: cluster 2022-04-26T08:06:06.702311+0000 mgr.smithi136.ofnrfx (mgr.14188) 10661 : cluster [DBG] pgmap v10004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:08.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:08.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:08.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:08.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:09 smithi136 bash[11745]: cluster 2022-04-26T08:06:08.703013+0000 mgr.smithi136.ofnrfx (mgr.14188) 10662 : cluster [DBG] pgmap v10005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:09 smithi136 bash[11745]: audit 2022-04-26T08:06:08.818348+0000 mon.smithi136 (mon.0) 6500 : audit [DBG] from='client.? 172.21.15.136:0/2790149822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:09 smithi145 bash[13673]: cluster 2022-04-26T08:06:08.703013+0000 mgr.smithi136.ofnrfx (mgr.14188) 10662 : cluster [DBG] pgmap v10005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:09 smithi145 bash[13673]: audit 2022-04-26T08:06:08.818348+0000 mon.smithi136 (mon.0) 6500 : audit [DBG] from='client.? 172.21.15.136:0/2790149822' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:11 smithi136 bash[11745]: cluster 2022-04-26T08:06:10.703720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10663 : cluster [DBG] pgmap v10006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:11 smithi145 bash[13673]: cluster 2022-04-26T08:06:10.703720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10663 : cluster [DBG] pgmap v10006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:13.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:13.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:13.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:13 smithi136 bash[11745]: cluster 2022-04-26T08:06:12.704431+0000 mgr.smithi136.ofnrfx (mgr.14188) 10664 : cluster [DBG] pgmap v10007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:14.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:13 smithi145 bash[13673]: cluster 2022-04-26T08:06:12.704431+0000 mgr.smithi136.ofnrfx (mgr.14188) 10664 : cluster [DBG] pgmap v10007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:14.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:14 smithi136 bash[11745]: audit 2022-04-26T08:06:14.145036+0000 mon.smithi136 (mon.0) 6501 : audit [DBG] from='client.? 172.21.15.136:0/3974617412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:14 smithi145 bash[13673]: audit 2022-04-26T08:06:14.145036+0000 mon.smithi136 (mon.0) 6501 : audit [DBG] from='client.? 172.21.15.136:0/3974617412' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:15 smithi136 bash[11745]: cluster 2022-04-26T08:06:14.705054+0000 mgr.smithi136.ofnrfx (mgr.14188) 10665 : cluster [DBG] pgmap v10008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:15 smithi145 bash[13673]: cluster 2022-04-26T08:06:14.705054+0000 mgr.smithi136.ofnrfx (mgr.14188) 10665 : cluster [DBG] pgmap v10008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:17 smithi136 bash[11745]: cluster 2022-04-26T08:06:16.705676+0000 mgr.smithi136.ofnrfx (mgr.14188) 10666 : cluster [DBG] pgmap v10009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:17 smithi145 bash[13673]: cluster 2022-04-26T08:06:16.705676+0000 mgr.smithi136.ofnrfx (mgr.14188) 10666 : cluster [DBG] pgmap v10009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:19.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:19.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:19.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:19.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:19 smithi136 bash[11745]: cluster 2022-04-26T08:06:18.706264+0000 mgr.smithi136.ofnrfx (mgr.14188) 10667 : cluster [DBG] pgmap v10010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:19 smithi136 bash[11745]: audit 2022-04-26T08:06:19.474850+0000 mon.smithi136 (mon.0) 6502 : audit [DBG] from='client.? 172.21.15.136:0/3304719396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:19 smithi145 bash[13673]: cluster 2022-04-26T08:06:18.706264+0000 mgr.smithi136.ofnrfx (mgr.14188) 10667 : cluster [DBG] pgmap v10010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:19 smithi145 bash[13673]: audit 2022-04-26T08:06:19.474850+0000 mon.smithi136 (mon.0) 6502 : audit [DBG] from='client.? 172.21.15.136:0/3304719396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:21 smithi136 bash[11745]: cluster 2022-04-26T08:06:20.706892+0000 mgr.smithi136.ofnrfx (mgr.14188) 10668 : cluster [DBG] pgmap v10011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:21 smithi145 bash[13673]: cluster 2022-04-26T08:06:20.706892+0000 mgr.smithi136.ofnrfx (mgr.14188) 10668 : cluster [DBG] pgmap v10011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:23 smithi136 bash[11745]: cluster 2022-04-26T08:06:22.707466+0000 mgr.smithi136.ofnrfx (mgr.14188) 10669 : cluster [DBG] pgmap v10012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:23 smithi145 bash[13673]: cluster 2022-04-26T08:06:22.707466+0000 mgr.smithi136.ofnrfx (mgr.14188) 10669 : cluster [DBG] pgmap v10012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:24.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:24.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:24.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:24.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:25 smithi136 bash[11745]: cluster 2022-04-26T08:06:24.708089+0000 mgr.smithi136.ofnrfx (mgr.14188) 10670 : cluster [DBG] pgmap v10013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:25 smithi136 bash[11745]: audit 2022-04-26T08:06:24.791702+0000 mon.smithi136 (mon.0) 6503 : audit [DBG] from='client.? 172.21.15.136:0/851734833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:25 smithi145 bash[13673]: cluster 2022-04-26T08:06:24.708089+0000 mgr.smithi136.ofnrfx (mgr.14188) 10670 : cluster [DBG] pgmap v10013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:25 smithi145 bash[13673]: audit 2022-04-26T08:06:24.791702+0000 mon.smithi136 (mon.0) 6503 : audit [DBG] from='client.? 172.21.15.136:0/851734833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:27 smithi136 bash[11745]: cluster 2022-04-26T08:06:26.708711+0000 mgr.smithi136.ofnrfx (mgr.14188) 10671 : cluster [DBG] pgmap v10014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:27 smithi145 bash[13673]: cluster 2022-04-26T08:06:26.708711+0000 mgr.smithi136.ofnrfx (mgr.14188) 10671 : cluster [DBG] pgmap v10014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:29.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:29.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:29.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:29 smithi136 bash[11745]: cluster 2022-04-26T08:06:28.709319+0000 mgr.smithi136.ofnrfx (mgr.14188) 10672 : cluster [DBG] pgmap v10015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:30.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:30.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:29 smithi145 bash[13673]: cluster 2022-04-26T08:06:28.709319+0000 mgr.smithi136.ofnrfx (mgr.14188) 10672 : cluster [DBG] pgmap v10015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:30 smithi136 bash[11745]: audit 2022-04-26T08:06:30.121509+0000 mon.smithi136 (mon.0) 6504 : audit [DBG] from='client.? 172.21.15.136:0/480260017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:31.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:30 smithi145 bash[13673]: audit 2022-04-26T08:06:30.121509+0000 mon.smithi136 (mon.0) 6504 : audit [DBG] from='client.? 172.21.15.136:0/480260017' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:31 smithi136 bash[11745]: cluster 2022-04-26T08:06:30.709920+0000 mgr.smithi136.ofnrfx (mgr.14188) 10673 : cluster [DBG] pgmap v10016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:31 smithi145 bash[13673]: cluster 2022-04-26T08:06:30.709920+0000 mgr.smithi136.ofnrfx (mgr.14188) 10673 : cluster [DBG] pgmap v10016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:33 smithi136 bash[11745]: cluster 2022-04-26T08:06:32.710567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10674 : cluster [DBG] pgmap v10017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:33 smithi145 bash[13673]: cluster 2022-04-26T08:06:32.710567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10674 : cluster [DBG] pgmap v10017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:35.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:35.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:35.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:35.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:35 smithi136 bash[11745]: cluster 2022-04-26T08:06:34.711200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10675 : cluster [DBG] pgmap v10018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:35 smithi136 bash[11745]: audit 2022-04-26T08:06:35.446969+0000 mon.smithi136 (mon.0) 6505 : audit [DBG] from='client.? 172.21.15.136:0/3200995788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:35 smithi145 bash[13673]: cluster 2022-04-26T08:06:34.711200+0000 mgr.smithi136.ofnrfx (mgr.14188) 10675 : cluster [DBG] pgmap v10018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:35 smithi145 bash[13673]: audit 2022-04-26T08:06:35.446969+0000 mon.smithi136 (mon.0) 6505 : audit [DBG] from='client.? 172.21.15.136:0/3200995788' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:36 smithi136 bash[11745]: audit 2022-04-26T08:06:36.713636+0000 mon.smithi136 (mon.0) 6506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:06:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:36 smithi136 bash[11745]: audit 2022-04-26T08:06:36.716302+0000 mon.smithi136 (mon.0) 6507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:06:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:36 smithi136 bash[11745]: audit 2022-04-26T08:06:36.718240+0000 mon.smithi136 (mon.0) 6508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:06:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:36 smithi145 bash[13673]: audit 2022-04-26T08:06:36.713636+0000 mon.smithi136 (mon.0) 6506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:06:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:36 smithi145 bash[13673]: audit 2022-04-26T08:06:36.716302+0000 mon.smithi136 (mon.0) 6507 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:06:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:36 smithi145 bash[13673]: audit 2022-04-26T08:06:36.718240+0000 mon.smithi136 (mon.0) 6508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:06:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:37 smithi136 bash[11745]: cluster 2022-04-26T08:06:36.711892+0000 mgr.smithi136.ofnrfx (mgr.14188) 10676 : cluster [DBG] pgmap v10019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:37 smithi136 bash[11745]: audit 2022-04-26T08:06:37.058604+0000 mon.smithi136 (mon.0) 6509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:06:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:37 smithi136 bash[11745]: audit 2022-04-26T08:06:37.067012+0000 mon.smithi136 (mon.0) 6510 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:06:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:37 smithi145 bash[13673]: cluster 2022-04-26T08:06:36.711892+0000 mgr.smithi136.ofnrfx (mgr.14188) 10676 : cluster [DBG] pgmap v10019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:37 smithi145 bash[13673]: audit 2022-04-26T08:06:37.058604+0000 mon.smithi136 (mon.0) 6509 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:06:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:37 smithi145 bash[13673]: audit 2022-04-26T08:06:37.067012+0000 mon.smithi136 (mon.0) 6510 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:06:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:38 smithi136 bash[11745]: cluster 2022-04-26T08:06:37.050757+0000 mgr.smithi136.ofnrfx (mgr.14188) 10677 : cluster [DBG] pgmap v10020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:38 smithi136 bash[11745]: cluster 2022-04-26T08:06:37.051255+0000 mgr.smithi136.ofnrfx (mgr.14188) 10678 : cluster [DBG] pgmap v10021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:38 smithi136 bash[11745]: cephadm 2022-04-26T08:06:37.068236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10679 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:06:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:38 smithi136 bash[11745]: cephadm 2022-04-26T08:06:37.068361+0000 mgr.smithi136.ofnrfx (mgr.14188) 10680 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:06:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:38 smithi145 bash[13673]: cluster 2022-04-26T08:06:37.050757+0000 mgr.smithi136.ofnrfx (mgr.14188) 10677 : cluster [DBG] pgmap v10020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:38 smithi145 bash[13673]: cluster 2022-04-26T08:06:37.051255+0000 mgr.smithi136.ofnrfx (mgr.14188) 10678 : cluster [DBG] pgmap v10021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:38 smithi145 bash[13673]: cephadm 2022-04-26T08:06:37.068236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10679 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:06:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:38 smithi145 bash[13673]: cephadm 2022-04-26T08:06:37.068361+0000 mgr.smithi136.ofnrfx (mgr.14188) 10680 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:06:40.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:40.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:40.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:40.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:40 smithi136 bash[11745]: cluster 2022-04-26T08:06:39.051932+0000 mgr.smithi136.ofnrfx (mgr.14188) 10681 : cluster [DBG] pgmap v10022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:40 smithi136 bash[11745]: audit 2022-04-26T08:06:40.772378+0000 mon.smithi136 (mon.0) 6511 : audit [DBG] from='client.? 172.21.15.136:0/2366423013' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:40 smithi145 bash[13673]: cluster 2022-04-26T08:06:39.051932+0000 mgr.smithi136.ofnrfx (mgr.14188) 10681 : cluster [DBG] pgmap v10022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:40 smithi145 bash[13673]: audit 2022-04-26T08:06:40.772378+0000 mon.smithi136 (mon.0) 6511 : audit [DBG] from='client.? 172.21.15.136:0/2366423013' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:42 smithi136 bash[11745]: cluster 2022-04-26T08:06:41.052557+0000 mgr.smithi136.ofnrfx (mgr.14188) 10682 : cluster [DBG] pgmap v10023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:42 smithi145 bash[13673]: cluster 2022-04-26T08:06:41.052557+0000 mgr.smithi136.ofnrfx (mgr.14188) 10682 : cluster [DBG] pgmap v10023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:44 smithi136 bash[11745]: cluster 2022-04-26T08:06:43.053188+0000 mgr.smithi136.ofnrfx (mgr.14188) 10683 : cluster [DBG] pgmap v10024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:44 smithi145 bash[13673]: cluster 2022-04-26T08:06:43.053188+0000 mgr.smithi136.ofnrfx (mgr.14188) 10683 : cluster [DBG] pgmap v10024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:45.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:45.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:45.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:46.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:46 smithi136 bash[11745]: cluster 2022-04-26T08:06:45.053877+0000 mgr.smithi136.ofnrfx (mgr.14188) 10684 : cluster [DBG] pgmap v10025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:46 smithi136 bash[11745]: audit 2022-04-26T08:06:46.106460+0000 mon.smithi136 (mon.0) 6512 : audit [DBG] from='client.? 172.21.15.136:0/3580996634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:46 smithi145 bash[13673]: cluster 2022-04-26T08:06:45.053877+0000 mgr.smithi136.ofnrfx (mgr.14188) 10684 : cluster [DBG] pgmap v10025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:46 smithi145 bash[13673]: audit 2022-04-26T08:06:46.106460+0000 mon.smithi136 (mon.0) 6512 : audit [DBG] from='client.? 172.21.15.136:0/3580996634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:48 smithi136 bash[11745]: cluster 2022-04-26T08:06:47.054628+0000 mgr.smithi136.ofnrfx (mgr.14188) 10685 : cluster [DBG] pgmap v10026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:48 smithi145 bash[13673]: cluster 2022-04-26T08:06:47.054628+0000 mgr.smithi136.ofnrfx (mgr.14188) 10685 : cluster [DBG] pgmap v10026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:51.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:50 smithi136 bash[11745]: cluster 2022-04-26T08:06:49.055306+0000 mgr.smithi136.ofnrfx (mgr.14188) 10686 : cluster [DBG] pgmap v10027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:51.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:51.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:51.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:50 smithi145 bash[13673]: cluster 2022-04-26T08:06:49.055306+0000 mgr.smithi136.ofnrfx (mgr.14188) 10686 : cluster [DBG] pgmap v10027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:51.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:51 smithi145 bash[13673]: audit 2022-04-26T08:06:51.435120+0000 mon.smithi136 (mon.0) 6513 : audit [DBG] from='client.? 172.21.15.136:0/3502935486' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:51 smithi136 bash[11745]: audit 2022-04-26T08:06:51.435120+0000 mon.smithi136 (mon.0) 6513 : audit [DBG] from='client.? 172.21.15.136:0/3502935486' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:52 smithi145 bash[13673]: cluster 2022-04-26T08:06:51.055937+0000 mgr.smithi136.ofnrfx (mgr.14188) 10687 : cluster [DBG] pgmap v10028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:52 smithi136 bash[11745]: cluster 2022-04-26T08:06:51.055937+0000 mgr.smithi136.ofnrfx (mgr.14188) 10687 : cluster [DBG] pgmap v10028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:54 smithi145 bash[13673]: cluster 2022-04-26T08:06:53.056571+0000 mgr.smithi136.ofnrfx (mgr.14188) 10688 : cluster [DBG] pgmap v10029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:54 smithi136 bash[11745]: cluster 2022-04-26T08:06:53.056571+0000 mgr.smithi136.ofnrfx (mgr.14188) 10688 : cluster [DBG] pgmap v10029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:56.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:06:56.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:06:56.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:06:56.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:06:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:56 smithi145 bash[13673]: cluster 2022-04-26T08:06:55.057195+0000 mgr.smithi136.ofnrfx (mgr.14188) 10689 : cluster [DBG] pgmap v10030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:56 smithi145 bash[13673]: audit 2022-04-26T08:06:56.760013+0000 mon.smithi136 (mon.0) 6514 : audit [DBG] from='client.? 172.21.15.136:0/3796742568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:56 smithi136 bash[11745]: cluster 2022-04-26T08:06:55.057195+0000 mgr.smithi136.ofnrfx (mgr.14188) 10689 : cluster [DBG] pgmap v10030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:56 smithi136 bash[11745]: audit 2022-04-26T08:06:56.760013+0000 mon.smithi136 (mon.0) 6514 : audit [DBG] from='client.? 172.21.15.136:0/3796742568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:06:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:06:58 smithi145 bash[13673]: cluster 2022-04-26T08:06:57.057835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10690 : cluster [DBG] pgmap v10031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:06:59.153 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:06:58 smithi136 bash[11745]: cluster 2022-04-26T08:06:57.057835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10690 : cluster [DBG] pgmap v10031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:00 smithi145 bash[13673]: cluster 2022-04-26T08:06:59.058472+0000 mgr.smithi136.ofnrfx (mgr.14188) 10691 : cluster [DBG] pgmap v10032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:00 smithi136 bash[11745]: cluster 2022-04-26T08:06:59.058472+0000 mgr.smithi136.ofnrfx (mgr.14188) 10691 : cluster [DBG] pgmap v10032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:01.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:01.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:01.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:02.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:02 smithi145 bash[13673]: cluster 2022-04-26T08:07:01.059098+0000 mgr.smithi136.ofnrfx (mgr.14188) 10692 : cluster [DBG] pgmap v10033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:02 smithi145 bash[13673]: audit 2022-04-26T08:07:02.090793+0000 mon.smithi136 (mon.0) 6515 : audit [DBG] from='client.? 172.21.15.136:0/508504141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:02 smithi136 bash[11745]: cluster 2022-04-26T08:07:01.059098+0000 mgr.smithi136.ofnrfx (mgr.14188) 10692 : cluster [DBG] pgmap v10033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:02 smithi136 bash[11745]: audit 2022-04-26T08:07:02.090793+0000 mon.smithi136 (mon.0) 6515 : audit [DBG] from='client.? 172.21.15.136:0/508504141' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:03 smithi145 bash[13673]: audit 2022-04-26T08:07:03.188499+0000 mon.smithi136 (mon.0) 6516 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:07:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:03 smithi145 bash[13673]: audit 2022-04-26T08:07:03.192275+0000 mon.smithi136 (mon.0) 6517 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:07:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:03 smithi136 bash[11745]: audit 2022-04-26T08:07:03.188499+0000 mon.smithi136 (mon.0) 6516 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:07:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:03 smithi136 bash[11745]: audit 2022-04-26T08:07:03.192275+0000 mon.smithi136 (mon.0) 6517 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:07:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:04 smithi145 bash[13673]: cluster 2022-04-26T08:07:03.059803+0000 mgr.smithi136.ofnrfx (mgr.14188) 10693 : cluster [DBG] pgmap v10034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:04 smithi136 bash[11745]: cluster 2022-04-26T08:07:03.059803+0000 mgr.smithi136.ofnrfx (mgr.14188) 10693 : cluster [DBG] pgmap v10034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:07.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:07.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:07.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:06 smithi145 bash[13673]: cluster 2022-04-26T08:07:05.060378+0000 mgr.smithi136.ofnrfx (mgr.14188) 10694 : cluster [DBG] pgmap v10035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:06 smithi136 bash[11745]: cluster 2022-04-26T08:07:05.060378+0000 mgr.smithi136.ofnrfx (mgr.14188) 10694 : cluster [DBG] pgmap v10035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:07.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:07 smithi145 bash[13673]: audit 2022-04-26T08:07:07.425239+0000 mon.smithi136 (mon.0) 6518 : audit [DBG] from='client.? 172.21.15.136:0/2571342173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:07 smithi136 bash[11745]: audit 2022-04-26T08:07:07.425239+0000 mon.smithi136 (mon.0) 6518 : audit [DBG] from='client.? 172.21.15.136:0/2571342173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:08 smithi145 bash[13673]: cluster 2022-04-26T08:07:07.061076+0000 mgr.smithi136.ofnrfx (mgr.14188) 10695 : cluster [DBG] pgmap v10036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:09.156 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:08 smithi136 bash[11745]: cluster 2022-04-26T08:07:07.061076+0000 mgr.smithi136.ofnrfx (mgr.14188) 10695 : cluster [DBG] pgmap v10036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:10 smithi136 bash[11745]: cluster 2022-04-26T08:07:09.061746+0000 mgr.smithi136.ofnrfx (mgr.14188) 10696 : cluster [DBG] pgmap v10037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:10.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:10 smithi145 bash[13673]: cluster 2022-04-26T08:07:09.061746+0000 mgr.smithi136.ofnrfx (mgr.14188) 10696 : cluster [DBG] pgmap v10037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:12.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:12.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:12.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:12.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:12 smithi136 bash[11745]: cluster 2022-04-26T08:07:11.062356+0000 mgr.smithi136.ofnrfx (mgr.14188) 10697 : cluster [DBG] pgmap v10038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:12.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:12 smithi145 bash[13673]: cluster 2022-04-26T08:07:11.062356+0000 mgr.smithi136.ofnrfx (mgr.14188) 10697 : cluster [DBG] pgmap v10038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:13 smithi136 bash[11745]: audit 2022-04-26T08:07:12.755694+0000 mon.smithi136 (mon.0) 6519 : audit [DBG] from='client.? 172.21.15.136:0/2353256082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:13 smithi145 bash[13673]: audit 2022-04-26T08:07:12.755694+0000 mon.smithi136 (mon.0) 6519 : audit [DBG] from='client.? 172.21.15.136:0/2353256082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:14 smithi136 bash[11745]: cluster 2022-04-26T08:07:13.062976+0000 mgr.smithi136.ofnrfx (mgr.14188) 10698 : cluster [DBG] pgmap v10039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:14 smithi145 bash[13673]: cluster 2022-04-26T08:07:13.062976+0000 mgr.smithi136.ofnrfx (mgr.14188) 10698 : cluster [DBG] pgmap v10039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:16 smithi136 bash[11745]: cluster 2022-04-26T08:07:15.063615+0000 mgr.smithi136.ofnrfx (mgr.14188) 10699 : cluster [DBG] pgmap v10040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:16.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:16 smithi145 bash[13673]: cluster 2022-04-26T08:07:15.063615+0000 mgr.smithi136.ofnrfx (mgr.14188) 10699 : cluster [DBG] pgmap v10040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:17.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:17.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:17.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:18.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:18 smithi136 bash[11745]: cluster 2022-04-26T08:07:17.064232+0000 mgr.smithi136.ofnrfx (mgr.14188) 10700 : cluster [DBG] pgmap v10041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:18 smithi136 bash[11745]: audit 2022-04-26T08:07:18.086405+0000 mon.smithi136 (mon.0) 6520 : audit [DBG] from='client.? 172.21.15.136:0/3799335615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:18 smithi145 bash[13673]: cluster 2022-04-26T08:07:17.064232+0000 mgr.smithi136.ofnrfx (mgr.14188) 10700 : cluster [DBG] pgmap v10041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:18 smithi145 bash[13673]: audit 2022-04-26T08:07:18.086405+0000 mon.smithi136 (mon.0) 6520 : audit [DBG] from='client.? 172.21.15.136:0/3799335615' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:20 smithi136 bash[11745]: cluster 2022-04-26T08:07:19.064861+0000 mgr.smithi136.ofnrfx (mgr.14188) 10701 : cluster [DBG] pgmap v10042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:20.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:20 smithi145 bash[13673]: cluster 2022-04-26T08:07:19.064861+0000 mgr.smithi136.ofnrfx (mgr.14188) 10701 : cluster [DBG] pgmap v10042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:22 smithi136 bash[11745]: cluster 2022-04-26T08:07:21.065517+0000 mgr.smithi136.ofnrfx (mgr.14188) 10702 : cluster [DBG] pgmap v10043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:22 smithi145 bash[13673]: cluster 2022-04-26T08:07:21.065517+0000 mgr.smithi136.ofnrfx (mgr.14188) 10702 : cluster [DBG] pgmap v10043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:23.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:23.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:23.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:23.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:23 smithi136 bash[11745]: audit 2022-04-26T08:07:23.435152+0000 mon.smithi136 (mon.0) 6521 : audit [DBG] from='client.? 172.21.15.136:0/834043795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:23.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:23 smithi145 bash[13673]: audit 2022-04-26T08:07:23.435152+0000 mon.smithi136 (mon.0) 6521 : audit [DBG] from='client.? 172.21.15.136:0/834043795' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:24 smithi136 bash[11745]: cluster 2022-04-26T08:07:23.066255+0000 mgr.smithi136.ofnrfx (mgr.14188) 10703 : cluster [DBG] pgmap v10044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:24.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:24 smithi145 bash[13673]: cluster 2022-04-26T08:07:23.066255+0000 mgr.smithi136.ofnrfx (mgr.14188) 10703 : cluster [DBG] pgmap v10044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:26 smithi136 bash[11745]: cluster 2022-04-26T08:07:25.066921+0000 mgr.smithi136.ofnrfx (mgr.14188) 10704 : cluster [DBG] pgmap v10045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:26.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:26 smithi145 bash[13673]: cluster 2022-04-26T08:07:25.066921+0000 mgr.smithi136.ofnrfx (mgr.14188) 10704 : cluster [DBG] pgmap v10045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:28.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:28.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:28.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:28.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:28 smithi136 bash[11745]: cluster 2022-04-26T08:07:27.067561+0000 mgr.smithi136.ofnrfx (mgr.14188) 10705 : cluster [DBG] pgmap v10046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:28 smithi145 bash[13673]: cluster 2022-04-26T08:07:27.067561+0000 mgr.smithi136.ofnrfx (mgr.14188) 10705 : cluster [DBG] pgmap v10046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:29.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:29 smithi145 bash[13673]: audit 2022-04-26T08:07:28.762570+0000 mon.smithi136 (mon.0) 6522 : audit [DBG] from='client.? 172.21.15.136:0/2320782761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:29 smithi136 bash[11745]: audit 2022-04-26T08:07:28.762570+0000 mon.smithi136 (mon.0) 6522 : audit [DBG] from='client.? 172.21.15.136:0/2320782761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:30 smithi145 bash[13673]: cluster 2022-04-26T08:07:29.068179+0000 mgr.smithi136.ofnrfx (mgr.14188) 10706 : cluster [DBG] pgmap v10047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:30 smithi136 bash[11745]: cluster 2022-04-26T08:07:29.068179+0000 mgr.smithi136.ofnrfx (mgr.14188) 10706 : cluster [DBG] pgmap v10047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:32 smithi145 bash[13673]: cluster 2022-04-26T08:07:31.068841+0000 mgr.smithi136.ofnrfx (mgr.14188) 10707 : cluster [DBG] pgmap v10048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:32 smithi136 bash[11745]: cluster 2022-04-26T08:07:31.068841+0000 mgr.smithi136.ofnrfx (mgr.14188) 10707 : cluster [DBG] pgmap v10048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:33.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:33.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:33.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:34.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:34 smithi145 bash[13673]: cluster 2022-04-26T08:07:33.069452+0000 mgr.smithi136.ofnrfx (mgr.14188) 10708 : cluster [DBG] pgmap v10049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:34 smithi145 bash[13673]: audit 2022-04-26T08:07:34.086927+0000 mon.smithi136 (mon.0) 6523 : audit [DBG] from='client.? 172.21.15.136:0/2467955596' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:34 smithi136 bash[11745]: cluster 2022-04-26T08:07:33.069452+0000 mgr.smithi136.ofnrfx (mgr.14188) 10708 : cluster [DBG] pgmap v10049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:34 smithi136 bash[11745]: audit 2022-04-26T08:07:34.086927+0000 mon.smithi136 (mon.0) 6523 : audit [DBG] from='client.? 172.21.15.136:0/2467955596' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:36 smithi145 bash[13673]: cluster 2022-04-26T08:07:35.070154+0000 mgr.smithi136.ofnrfx (mgr.14188) 10709 : cluster [DBG] pgmap v10050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:36 smithi136 bash[11745]: cluster 2022-04-26T08:07:35.070154+0000 mgr.smithi136.ofnrfx (mgr.14188) 10709 : cluster [DBG] pgmap v10050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:37 smithi145 bash[13673]: audit 2022-04-26T08:07:37.079536+0000 mon.smithi136 (mon.0) 6524 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:07:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:37 smithi145 bash[13673]: audit 2022-04-26T08:07:37.082357+0000 mon.smithi136 (mon.0) 6525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:07:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:37 smithi145 bash[13673]: audit 2022-04-26T08:07:37.084244+0000 mon.smithi136 (mon.0) 6526 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:07:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:37 smithi145 bash[13673]: audit 2022-04-26T08:07:37.415194+0000 mon.smithi136 (mon.0) 6527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:07:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:37 smithi145 bash[13673]: audit 2022-04-26T08:07:37.424409+0000 mon.smithi136 (mon.0) 6528 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:07:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:37 smithi136 bash[11745]: audit 2022-04-26T08:07:37.079536+0000 mon.smithi136 (mon.0) 6524 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:07:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:37 smithi136 bash[11745]: audit 2022-04-26T08:07:37.082357+0000 mon.smithi136 (mon.0) 6525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:07:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:37 smithi136 bash[11745]: audit 2022-04-26T08:07:37.084244+0000 mon.smithi136 (mon.0) 6526 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:07:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:37 smithi136 bash[11745]: audit 2022-04-26T08:07:37.415194+0000 mon.smithi136 (mon.0) 6527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:07:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:37 smithi136 bash[11745]: audit 2022-04-26T08:07:37.424409+0000 mon.smithi136 (mon.0) 6528 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:38 smithi145 bash[13673]: cluster 2022-04-26T08:07:37.070938+0000 mgr.smithi136.ofnrfx (mgr.14188) 10710 : cluster [DBG] pgmap v10051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:38 smithi145 bash[13673]: cluster 2022-04-26T08:07:37.409714+0000 mgr.smithi136.ofnrfx (mgr.14188) 10711 : cluster [DBG] pgmap v10052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:38 smithi145 bash[13673]: cluster 2022-04-26T08:07:37.409994+0000 mgr.smithi136.ofnrfx (mgr.14188) 10712 : cluster [DBG] pgmap v10053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:38 smithi145 bash[13673]: cephadm 2022-04-26T08:07:37.425778+0000 mgr.smithi136.ofnrfx (mgr.14188) 10713 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:07:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:38 smithi145 bash[13673]: cephadm 2022-04-26T08:07:37.426009+0000 mgr.smithi136.ofnrfx (mgr.14188) 10714 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:07:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:38 smithi136 bash[11745]: cluster 2022-04-26T08:07:37.070938+0000 mgr.smithi136.ofnrfx (mgr.14188) 10710 : cluster [DBG] pgmap v10051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:38 smithi136 bash[11745]: cluster 2022-04-26T08:07:37.409714+0000 mgr.smithi136.ofnrfx (mgr.14188) 10711 : cluster [DBG] pgmap v10052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:38 smithi136 bash[11745]: cluster 2022-04-26T08:07:37.409994+0000 mgr.smithi136.ofnrfx (mgr.14188) 10712 : cluster [DBG] pgmap v10053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:38 smithi136 bash[11745]: cephadm 2022-04-26T08:07:37.425778+0000 mgr.smithi136.ofnrfx (mgr.14188) 10713 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:07:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:38 smithi136 bash[11745]: cephadm 2022-04-26T08:07:37.426009+0000 mgr.smithi136.ofnrfx (mgr.14188) 10714 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:07:39.113 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:39.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:39.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:39.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:39.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:39 smithi145 bash[13673]: audit 2022-04-26T08:07:39.425521+0000 mon.smithi136 (mon.0) 6529 : audit [DBG] from='client.? 172.21.15.136:0/3890959014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:39 smithi136 bash[11745]: audit 2022-04-26T08:07:39.425521+0000 mon.smithi136 (mon.0) 6529 : audit [DBG] from='client.? 172.21.15.136:0/3890959014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:40 smithi145 bash[13673]: cluster 2022-04-26T08:07:39.410498+0000 mgr.smithi136.ofnrfx (mgr.14188) 10715 : cluster [DBG] pgmap v10054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:40 smithi136 bash[11745]: cluster 2022-04-26T08:07:39.410498+0000 mgr.smithi136.ofnrfx (mgr.14188) 10715 : cluster [DBG] pgmap v10054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:42 smithi145 bash[13673]: cluster 2022-04-26T08:07:41.411144+0000 mgr.smithi136.ofnrfx (mgr.14188) 10716 : cluster [DBG] pgmap v10055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:43.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:42 smithi136 bash[11745]: cluster 2022-04-26T08:07:41.411144+0000 mgr.smithi136.ofnrfx (mgr.14188) 10716 : cluster [DBG] pgmap v10055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:44.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:44.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:44.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:44.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:44 smithi145 bash[13673]: cluster 2022-04-26T08:07:43.411813+0000 mgr.smithi136.ofnrfx (mgr.14188) 10717 : cluster [DBG] pgmap v10056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:44 smithi136 bash[11745]: cluster 2022-04-26T08:07:43.411813+0000 mgr.smithi136.ofnrfx (mgr.14188) 10717 : cluster [DBG] pgmap v10056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:45 smithi145 bash[13673]: audit 2022-04-26T08:07:44.756016+0000 mon.smithi136 (mon.0) 6530 : audit [DBG] from='client.? 172.21.15.136:0/1491494815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:45 smithi136 bash[11745]: audit 2022-04-26T08:07:44.756016+0000 mon.smithi136 (mon.0) 6530 : audit [DBG] from='client.? 172.21.15.136:0/1491494815' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:46 smithi145 bash[13673]: cluster 2022-04-26T08:07:45.412510+0000 mgr.smithi136.ofnrfx (mgr.14188) 10718 : cluster [DBG] pgmap v10057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:46 smithi136 bash[11745]: cluster 2022-04-26T08:07:45.412510+0000 mgr.smithi136.ofnrfx (mgr.14188) 10718 : cluster [DBG] pgmap v10057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:48 smithi145 bash[13673]: cluster 2022-04-26T08:07:47.413236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10719 : cluster [DBG] pgmap v10058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:48 smithi136 bash[11745]: cluster 2022-04-26T08:07:47.413236+0000 mgr.smithi136.ofnrfx (mgr.14188) 10719 : cluster [DBG] pgmap v10058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:49.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:49.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:49.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:50.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:50 smithi145 bash[13673]: cluster 2022-04-26T08:07:49.413829+0000 mgr.smithi136.ofnrfx (mgr.14188) 10720 : cluster [DBG] pgmap v10059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:50 smithi145 bash[13673]: audit 2022-04-26T08:07:50.091861+0000 mon.smithi136 (mon.0) 6531 : audit [DBG] from='client.? 172.21.15.136:0/2006783091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:50 smithi136 bash[11745]: cluster 2022-04-26T08:07:49.413829+0000 mgr.smithi136.ofnrfx (mgr.14188) 10720 : cluster [DBG] pgmap v10059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:50 smithi136 bash[11745]: audit 2022-04-26T08:07:50.091861+0000 mon.smithi136 (mon.0) 6531 : audit [DBG] from='client.? 172.21.15.136:0/2006783091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:52 smithi145 bash[13673]: cluster 2022-04-26T08:07:51.414438+0000 mgr.smithi136.ofnrfx (mgr.14188) 10721 : cluster [DBG] pgmap v10060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:52 smithi136 bash[11745]: cluster 2022-04-26T08:07:51.414438+0000 mgr.smithi136.ofnrfx (mgr.14188) 10721 : cluster [DBG] pgmap v10060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:54 smithi136 bash[11745]: cluster 2022-04-26T08:07:53.415087+0000 mgr.smithi136.ofnrfx (mgr.14188) 10722 : cluster [DBG] pgmap v10061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:55.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:07:55.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:07:55.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:07:55.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:54 smithi145 bash[13673]: cluster 2022-04-26T08:07:53.415087+0000 mgr.smithi136.ofnrfx (mgr.14188) 10722 : cluster [DBG] pgmap v10061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:55.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:07:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:55 smithi136 bash[11745]: audit 2022-04-26T08:07:55.416913+0000 mon.smithi136 (mon.0) 6532 : audit [DBG] from='client.? 172.21.15.136:0/1380386687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:55 smithi145 bash[13673]: audit 2022-04-26T08:07:55.416913+0000 mon.smithi136 (mon.0) 6532 : audit [DBG] from='client.? 172.21.15.136:0/1380386687' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:07:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:56 smithi136 bash[11745]: cluster 2022-04-26T08:07:55.415714+0000 mgr.smithi136.ofnrfx (mgr.14188) 10723 : cluster [DBG] pgmap v10062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:56 smithi145 bash[13673]: cluster 2022-04-26T08:07:55.415714+0000 mgr.smithi136.ofnrfx (mgr.14188) 10723 : cluster [DBG] pgmap v10062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:07:58 smithi136 bash[11745]: cluster 2022-04-26T08:07:57.416354+0000 mgr.smithi136.ofnrfx (mgr.14188) 10724 : cluster [DBG] pgmap v10063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:07:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:07:58 smithi145 bash[13673]: cluster 2022-04-26T08:07:57.416354+0000 mgr.smithi136.ofnrfx (mgr.14188) 10724 : cluster [DBG] pgmap v10063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:00.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:00.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:00.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:00.759 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:00 smithi136 bash[11745]: cluster 2022-04-26T08:07:59.416989+0000 mgr.smithi136.ofnrfx (mgr.14188) 10725 : cluster [DBG] pgmap v10064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:00 smithi145 bash[13673]: cluster 2022-04-26T08:07:59.416989+0000 mgr.smithi136.ofnrfx (mgr.14188) 10725 : cluster [DBG] pgmap v10064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:01 smithi136 bash[11745]: audit 2022-04-26T08:08:00.745137+0000 mon.smithi136 (mon.0) 6533 : audit [DBG] from='client.? 172.21.15.136:0/1791242725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:02.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:01 smithi145 bash[13673]: audit 2022-04-26T08:08:00.745137+0000 mon.smithi136 (mon.0) 6533 : audit [DBG] from='client.? 172.21.15.136:0/1791242725' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:02 smithi136 bash[11745]: cluster 2022-04-26T08:08:01.417691+0000 mgr.smithi136.ofnrfx (mgr.14188) 10726 : cluster [DBG] pgmap v10065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:02 smithi145 bash[13673]: cluster 2022-04-26T08:08:01.417691+0000 mgr.smithi136.ofnrfx (mgr.14188) 10726 : cluster [DBG] pgmap v10065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:03 smithi136 bash[11745]: audit 2022-04-26T08:08:03.192468+0000 mon.smithi136 (mon.0) 6534 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:08:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:03 smithi136 bash[11745]: audit 2022-04-26T08:08:03.196358+0000 mon.smithi136 (mon.0) 6535 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:08:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:03 smithi145 bash[13673]: audit 2022-04-26T08:08:03.192468+0000 mon.smithi136 (mon.0) 6534 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:08:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:03 smithi145 bash[13673]: audit 2022-04-26T08:08:03.196358+0000 mon.smithi136 (mon.0) 6535 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:08:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:04 smithi136 bash[11745]: cluster 2022-04-26T08:08:03.418401+0000 mgr.smithi136.ofnrfx (mgr.14188) 10727 : cluster [DBG] pgmap v10066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:04 smithi145 bash[13673]: cluster 2022-04-26T08:08:03.418401+0000 mgr.smithi136.ofnrfx (mgr.14188) 10727 : cluster [DBG] pgmap v10066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:05.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:05.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:05.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:06.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:06 smithi136 bash[11745]: cluster 2022-04-26T08:08:05.419032+0000 mgr.smithi136.ofnrfx (mgr.14188) 10728 : cluster [DBG] pgmap v10067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:06 smithi136 bash[11745]: audit 2022-04-26T08:08:06.068369+0000 mon.smithi136 (mon.0) 6536 : audit [DBG] from='client.? 172.21.15.136:0/1026891239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:06 smithi145 bash[13673]: cluster 2022-04-26T08:08:05.419032+0000 mgr.smithi136.ofnrfx (mgr.14188) 10728 : cluster [DBG] pgmap v10067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:06 smithi145 bash[13673]: audit 2022-04-26T08:08:06.068369+0000 mon.smithi136 (mon.0) 6536 : audit [DBG] from='client.? 172.21.15.136:0/1026891239' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:08 smithi136 bash[11745]: cluster 2022-04-26T08:08:07.419708+0000 mgr.smithi136.ofnrfx (mgr.14188) 10729 : cluster [DBG] pgmap v10068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:08 smithi145 bash[13673]: cluster 2022-04-26T08:08:07.419708+0000 mgr.smithi136.ofnrfx (mgr.14188) 10729 : cluster [DBG] pgmap v10068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:10 smithi136 bash[11745]: cluster 2022-04-26T08:08:09.420462+0000 mgr.smithi136.ofnrfx (mgr.14188) 10730 : cluster [DBG] pgmap v10069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:11.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:11.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:11.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:10 smithi145 bash[13673]: cluster 2022-04-26T08:08:09.420462+0000 mgr.smithi136.ofnrfx (mgr.14188) 10730 : cluster [DBG] pgmap v10069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:11.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:11 smithi136 bash[11745]: audit 2022-04-26T08:08:11.386816+0000 mon.smithi136 (mon.0) 6537 : audit [DBG] from='client.? 172.21.15.136:0/14358003' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:11 smithi145 bash[13673]: audit 2022-04-26T08:08:11.386816+0000 mon.smithi136 (mon.0) 6537 : audit [DBG] from='client.? 172.21.15.136:0/14358003' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:12 smithi136 bash[11745]: cluster 2022-04-26T08:08:11.421180+0000 mgr.smithi136.ofnrfx (mgr.14188) 10731 : cluster [DBG] pgmap v10070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:12 smithi145 bash[13673]: cluster 2022-04-26T08:08:11.421180+0000 mgr.smithi136.ofnrfx (mgr.14188) 10731 : cluster [DBG] pgmap v10070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:14 smithi136 bash[11745]: cluster 2022-04-26T08:08:13.421859+0000 mgr.smithi136.ofnrfx (mgr.14188) 10732 : cluster [DBG] pgmap v10071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:14 smithi145 bash[13673]: cluster 2022-04-26T08:08:13.421859+0000 mgr.smithi136.ofnrfx (mgr.14188) 10732 : cluster [DBG] pgmap v10071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:16.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:16.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:16.404 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:16 smithi136 bash[11745]: cluster 2022-04-26T08:08:15.422562+0000 mgr.smithi136.ofnrfx (mgr.14188) 10733 : cluster [DBG] pgmap v10072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:16 smithi136 bash[11745]: audit 2022-04-26T08:08:16.704878+0000 mon.smithi136 (mon.0) 6538 : audit [DBG] from='client.? 172.21.15.136:0/3988839850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:16 smithi145 bash[13673]: cluster 2022-04-26T08:08:15.422562+0000 mgr.smithi136.ofnrfx (mgr.14188) 10733 : cluster [DBG] pgmap v10072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:16 smithi145 bash[13673]: audit 2022-04-26T08:08:16.704878+0000 mon.smithi136 (mon.0) 6538 : audit [DBG] from='client.? 172.21.15.136:0/3988839850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:18 smithi136 bash[11745]: cluster 2022-04-26T08:08:17.423248+0000 mgr.smithi136.ofnrfx (mgr.14188) 10734 : cluster [DBG] pgmap v10073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:18 smithi145 bash[13673]: cluster 2022-04-26T08:08:17.423248+0000 mgr.smithi136.ofnrfx (mgr.14188) 10734 : cluster [DBG] pgmap v10073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:20 smithi136 bash[11745]: cluster 2022-04-26T08:08:19.423933+0000 mgr.smithi136.ofnrfx (mgr.14188) 10735 : cluster [DBG] pgmap v10074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:20 smithi145 bash[13673]: cluster 2022-04-26T08:08:19.423933+0000 mgr.smithi136.ofnrfx (mgr.14188) 10735 : cluster [DBG] pgmap v10074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:21.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:21.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:21.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:22.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:22 smithi136 bash[11745]: cluster 2022-04-26T08:08:21.424596+0000 mgr.smithi136.ofnrfx (mgr.14188) 10736 : cluster [DBG] pgmap v10075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:22 smithi136 bash[11745]: audit 2022-04-26T08:08:22.036481+0000 mon.smithi136 (mon.0) 6539 : audit [DBG] from='client.? 172.21.15.136:0/2038133189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:22 smithi145 bash[13673]: cluster 2022-04-26T08:08:21.424596+0000 mgr.smithi136.ofnrfx (mgr.14188) 10736 : cluster [DBG] pgmap v10075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:22 smithi145 bash[13673]: audit 2022-04-26T08:08:22.036481+0000 mon.smithi136 (mon.0) 6539 : audit [DBG] from='client.? 172.21.15.136:0/2038133189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:24 smithi136 bash[11745]: cluster 2022-04-26T08:08:23.425189+0000 mgr.smithi136.ofnrfx (mgr.14188) 10737 : cluster [DBG] pgmap v10076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:24 smithi145 bash[13673]: cluster 2022-04-26T08:08:23.425189+0000 mgr.smithi136.ofnrfx (mgr.14188) 10737 : cluster [DBG] pgmap v10076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:26 smithi136 bash[11745]: cluster 2022-04-26T08:08:25.425825+0000 mgr.smithi136.ofnrfx (mgr.14188) 10738 : cluster [DBG] pgmap v10077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:27.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:27.062 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:27.062 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:26 smithi145 bash[13673]: cluster 2022-04-26T08:08:25.425825+0000 mgr.smithi136.ofnrfx (mgr.14188) 10738 : cluster [DBG] pgmap v10077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:27.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:27 smithi136 bash[11745]: audit 2022-04-26T08:08:27.368804+0000 mon.smithi136 (mon.0) 6540 : audit [DBG] from='client.? 172.21.15.136:0/123207874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:27 smithi145 bash[13673]: audit 2022-04-26T08:08:27.368804+0000 mon.smithi136 (mon.0) 6540 : audit [DBG] from='client.? 172.21.15.136:0/123207874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:28 smithi136 bash[11745]: cluster 2022-04-26T08:08:27.426463+0000 mgr.smithi136.ofnrfx (mgr.14188) 10739 : cluster [DBG] pgmap v10078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:28 smithi145 bash[13673]: cluster 2022-04-26T08:08:27.426463+0000 mgr.smithi136.ofnrfx (mgr.14188) 10739 : cluster [DBG] pgmap v10078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:30 smithi136 bash[11745]: cluster 2022-04-26T08:08:29.427133+0000 mgr.smithi136.ofnrfx (mgr.14188) 10740 : cluster [DBG] pgmap v10079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:30 smithi145 bash[13673]: cluster 2022-04-26T08:08:29.427133+0000 mgr.smithi136.ofnrfx (mgr.14188) 10740 : cluster [DBG] pgmap v10079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:32.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:32.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:32.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:32.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:32 smithi136 bash[11745]: cluster 2022-04-26T08:08:31.427806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10741 : cluster [DBG] pgmap v10080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:33.135 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:32 smithi136 bash[11745]: audit 2022-04-26T08:08:32.698338+0000 mon.smithi136 (mon.0) 6541 : audit [DBG] from='client.? 172.21.15.136:0/3597253410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:33.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:32 smithi145 bash[13673]: cluster 2022-04-26T08:08:31.427806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10741 : cluster [DBG] pgmap v10080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:32 smithi145 bash[13673]: audit 2022-04-26T08:08:32.698338+0000 mon.smithi136 (mon.0) 6541 : audit [DBG] from='client.? 172.21.15.136:0/3597253410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:34 smithi136 bash[11745]: cluster 2022-04-26T08:08:33.428451+0000 mgr.smithi136.ofnrfx (mgr.14188) 10742 : cluster [DBG] pgmap v10081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:34 smithi145 bash[13673]: cluster 2022-04-26T08:08:33.428451+0000 mgr.smithi136.ofnrfx (mgr.14188) 10742 : cluster [DBG] pgmap v10081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:36 smithi136 bash[11745]: cluster 2022-04-26T08:08:35.429084+0000 mgr.smithi136.ofnrfx (mgr.14188) 10743 : cluster [DBG] pgmap v10082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:36 smithi145 bash[13673]: cluster 2022-04-26T08:08:35.429084+0000 mgr.smithi136.ofnrfx (mgr.14188) 10743 : cluster [DBG] pgmap v10082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:37.716 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:37.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:37.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:38.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:37 smithi136 bash[11745]: audit 2022-04-26T08:08:37.440087+0000 mon.smithi136 (mon.0) 6542 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:08:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:37 smithi136 bash[11745]: audit 2022-04-26T08:08:37.442666+0000 mon.smithi136 (mon.0) 6543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:08:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:37 smithi136 bash[11745]: audit 2022-04-26T08:08:37.444572+0000 mon.smithi136 (mon.0) 6544 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:08:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:37 smithi136 bash[11745]: audit 2022-04-26T08:08:37.768685+0000 mon.smithi136 (mon.0) 6545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:08:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:37 smithi136 bash[11745]: audit 2022-04-26T08:08:37.774721+0000 mon.smithi136 (mon.0) 6546 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:08:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:37 smithi145 bash[13673]: audit 2022-04-26T08:08:37.440087+0000 mon.smithi136 (mon.0) 6542 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:08:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:37 smithi145 bash[13673]: audit 2022-04-26T08:08:37.442666+0000 mon.smithi136 (mon.0) 6543 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:08:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:37 smithi145 bash[13673]: audit 2022-04-26T08:08:37.444572+0000 mon.smithi136 (mon.0) 6544 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:08:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:37 smithi145 bash[13673]: audit 2022-04-26T08:08:37.768685+0000 mon.smithi136 (mon.0) 6545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:08:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:37 smithi145 bash[13673]: audit 2022-04-26T08:08:37.774721+0000 mon.smithi136 (mon.0) 6546 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:08:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:38 smithi136 bash[11745]: cluster 2022-04-26T08:08:37.429753+0000 mgr.smithi136.ofnrfx (mgr.14188) 10744 : cluster [DBG] pgmap v10083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:38 smithi136 bash[11745]: cluster 2022-04-26T08:08:37.762209+0000 mgr.smithi136.ofnrfx (mgr.14188) 10745 : cluster [DBG] pgmap v10084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:38 smithi136 bash[11745]: cluster 2022-04-26T08:08:37.762565+0000 mgr.smithi136.ofnrfx (mgr.14188) 10746 : cluster [DBG] pgmap v10085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:38 smithi136 bash[11745]: cephadm 2022-04-26T08:08:37.775744+0000 mgr.smithi136.ofnrfx (mgr.14188) 10747 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:08:39.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:38 smithi136 bash[11745]: cephadm 2022-04-26T08:08:37.775880+0000 mgr.smithi136.ofnrfx (mgr.14188) 10748 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:08:39.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:38 smithi136 bash[11745]: audit 2022-04-26T08:08:38.023423+0000 mon.smithi136 (mon.0) 6547 : audit [DBG] from='client.? 172.21.15.136:0/4125485448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:38 smithi145 bash[13673]: cluster 2022-04-26T08:08:37.429753+0000 mgr.smithi136.ofnrfx (mgr.14188) 10744 : cluster [DBG] pgmap v10083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:38 smithi145 bash[13673]: cluster 2022-04-26T08:08:37.762209+0000 mgr.smithi136.ofnrfx (mgr.14188) 10745 : cluster [DBG] pgmap v10084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:38 smithi145 bash[13673]: cluster 2022-04-26T08:08:37.762565+0000 mgr.smithi136.ofnrfx (mgr.14188) 10746 : cluster [DBG] pgmap v10085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:38 smithi145 bash[13673]: cephadm 2022-04-26T08:08:37.775744+0000 mgr.smithi136.ofnrfx (mgr.14188) 10747 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:08:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:38 smithi145 bash[13673]: cephadm 2022-04-26T08:08:37.775880+0000 mgr.smithi136.ofnrfx (mgr.14188) 10748 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:08:39.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:38 smithi145 bash[13673]: audit 2022-04-26T08:08:38.023423+0000 mon.smithi136 (mon.0) 6547 : audit [DBG] from='client.? 172.21.15.136:0/4125485448' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:40 smithi136 bash[11745]: cluster 2022-04-26T08:08:39.763083+0000 mgr.smithi136.ofnrfx (mgr.14188) 10749 : cluster [DBG] pgmap v10086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:40 smithi145 bash[13673]: cluster 2022-04-26T08:08:39.763083+0000 mgr.smithi136.ofnrfx (mgr.14188) 10749 : cluster [DBG] pgmap v10086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:43.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:43.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:43.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:42 smithi145 bash[13673]: cluster 2022-04-26T08:08:41.763935+0000 mgr.smithi136.ofnrfx (mgr.14188) 10750 : cluster [DBG] pgmap v10087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:42 smithi136 bash[11745]: cluster 2022-04-26T08:08:41.763935+0000 mgr.smithi136.ofnrfx (mgr.14188) 10750 : cluster [DBG] pgmap v10087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:43.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:43 smithi145 bash[13673]: audit 2022-04-26T08:08:43.343788+0000 mon.smithi136 (mon.0) 6548 : audit [DBG] from='client.? 172.21.15.136:0/3815986085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:43 smithi136 bash[11745]: audit 2022-04-26T08:08:43.343788+0000 mon.smithi136 (mon.0) 6548 : audit [DBG] from='client.? 172.21.15.136:0/3815986085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:44 smithi145 bash[13673]: cluster 2022-04-26T08:08:43.764665+0000 mgr.smithi136.ofnrfx (mgr.14188) 10751 : cluster [DBG] pgmap v10088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:44 smithi136 bash[11745]: cluster 2022-04-26T08:08:43.764665+0000 mgr.smithi136.ofnrfx (mgr.14188) 10751 : cluster [DBG] pgmap v10088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:46 smithi145 bash[13673]: cluster 2022-04-26T08:08:45.765300+0000 mgr.smithi136.ofnrfx (mgr.14188) 10752 : cluster [DBG] pgmap v10089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:46 smithi136 bash[11745]: cluster 2022-04-26T08:08:45.765300+0000 mgr.smithi136.ofnrfx (mgr.14188) 10752 : cluster [DBG] pgmap v10089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:48.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:48.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:48.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:48.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:48 smithi145 bash[13673]: cluster 2022-04-26T08:08:47.765942+0000 mgr.smithi136.ofnrfx (mgr.14188) 10753 : cluster [DBG] pgmap v10090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:48 smithi145 bash[13673]: audit 2022-04-26T08:08:48.669815+0000 mon.smithi136 (mon.0) 6549 : audit [DBG] from='client.? 172.21.15.136:0/3221772594' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:49.158 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:48 smithi136 bash[11745]: cluster 2022-04-26T08:08:47.765942+0000 mgr.smithi136.ofnrfx (mgr.14188) 10753 : cluster [DBG] pgmap v10090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:49.158 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:48 smithi136 bash[11745]: audit 2022-04-26T08:08:48.669815+0000 mon.smithi136 (mon.0) 6549 : audit [DBG] from='client.? 172.21.15.136:0/3221772594' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:50 smithi136 bash[11745]: cluster 2022-04-26T08:08:49.766514+0000 mgr.smithi136.ofnrfx (mgr.14188) 10754 : cluster [DBG] pgmap v10091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:50 smithi145 bash[13673]: cluster 2022-04-26T08:08:49.766514+0000 mgr.smithi136.ofnrfx (mgr.14188) 10754 : cluster [DBG] pgmap v10091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:52 smithi145 bash[13673]: cluster 2022-04-26T08:08:51.767176+0000 mgr.smithi136.ofnrfx (mgr.14188) 10755 : cluster [DBG] pgmap v10092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:52 smithi136 bash[11745]: cluster 2022-04-26T08:08:51.767176+0000 mgr.smithi136.ofnrfx (mgr.14188) 10755 : cluster [DBG] pgmap v10092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:53.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:53.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:53.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:54.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:08:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:54 smithi145 bash[13673]: cluster 2022-04-26T08:08:53.767856+0000 mgr.smithi136.ofnrfx (mgr.14188) 10756 : cluster [DBG] pgmap v10093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:54 smithi145 bash[13673]: audit 2022-04-26T08:08:54.000948+0000 mon.smithi136 (mon.0) 6550 : audit [DBG] from='client.? 172.21.15.136:0/1253837293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:54 smithi136 bash[11745]: cluster 2022-04-26T08:08:53.767856+0000 mgr.smithi136.ofnrfx (mgr.14188) 10756 : cluster [DBG] pgmap v10093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:54 smithi136 bash[11745]: audit 2022-04-26T08:08:54.000948+0000 mon.smithi136 (mon.0) 6550 : audit [DBG] from='client.? 172.21.15.136:0/1253837293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:08:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:56 smithi145 bash[13673]: cluster 2022-04-26T08:08:55.768484+0000 mgr.smithi136.ofnrfx (mgr.14188) 10757 : cluster [DBG] pgmap v10094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:56 smithi136 bash[11745]: cluster 2022-04-26T08:08:55.768484+0000 mgr.smithi136.ofnrfx (mgr.14188) 10757 : cluster [DBG] pgmap v10094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:59.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:08:59.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:08:59.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:08:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:58 smithi145 bash[13673]: cluster 2022-04-26T08:08:57.769142+0000 mgr.smithi136.ofnrfx (mgr.14188) 10758 : cluster [DBG] pgmap v10095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:59.155 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:58 smithi136 bash[11745]: cluster 2022-04-26T08:08:57.769142+0000 mgr.smithi136.ofnrfx (mgr.14188) 10758 : cluster [DBG] pgmap v10095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:08:59.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:08:59 smithi145 bash[13673]: audit 2022-04-26T08:08:59.332273+0000 mon.smithi136 (mon.0) 6551 : audit [DBG] from='client.? 172.21.15.136:0/3263286783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:08:59 smithi136 bash[11745]: audit 2022-04-26T08:08:59.332273+0000 mon.smithi136 (mon.0) 6551 : audit [DBG] from='client.? 172.21.15.136:0/3263286783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:00 smithi145 bash[13673]: cluster 2022-04-26T08:08:59.769744+0000 mgr.smithi136.ofnrfx (mgr.14188) 10759 : cluster [DBG] pgmap v10096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:00 smithi136 bash[11745]: cluster 2022-04-26T08:08:59.769744+0000 mgr.smithi136.ofnrfx (mgr.14188) 10759 : cluster [DBG] pgmap v10096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:02 smithi145 bash[13673]: cluster 2022-04-26T08:09:01.770403+0000 mgr.smithi136.ofnrfx (mgr.14188) 10760 : cluster [DBG] pgmap v10097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:02 smithi136 bash[11745]: cluster 2022-04-26T08:09:01.770403+0000 mgr.smithi136.ofnrfx (mgr.14188) 10760 : cluster [DBG] pgmap v10097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:03 smithi145 bash[13673]: audit 2022-04-26T08:09:03.196517+0000 mon.smithi136 (mon.0) 6552 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:03 smithi145 bash[13673]: audit 2022-04-26T08:09:03.200620+0000 mon.smithi136 (mon.0) 6553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:09:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:03 smithi136 bash[11745]: audit 2022-04-26T08:09:03.196517+0000 mon.smithi136 (mon.0) 6552 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:09:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:03 smithi136 bash[11745]: audit 2022-04-26T08:09:03.200620+0000 mon.smithi136 (mon.0) 6553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:09:04.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:04.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:04.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:04.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:04 smithi145 bash[13673]: cluster 2022-04-26T08:09:03.771019+0000 mgr.smithi136.ofnrfx (mgr.14188) 10761 : cluster [DBG] pgmap v10098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:04 smithi145 bash[13673]: audit 2022-04-26T08:09:04.660949+0000 mon.smithi136 (mon.0) 6554 : audit [DBG] from='client.? 172.21.15.136:0/3378839893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:04 smithi136 bash[11745]: cluster 2022-04-26T08:09:03.771019+0000 mgr.smithi136.ofnrfx (mgr.14188) 10761 : cluster [DBG] pgmap v10098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:04 smithi136 bash[11745]: audit 2022-04-26T08:09:04.660949+0000 mon.smithi136 (mon.0) 6554 : audit [DBG] from='client.? 172.21.15.136:0/3378839893' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:06 smithi145 bash[13673]: cluster 2022-04-26T08:09:05.771774+0000 mgr.smithi136.ofnrfx (mgr.14188) 10762 : cluster [DBG] pgmap v10099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:06 smithi136 bash[11745]: cluster 2022-04-26T08:09:05.771774+0000 mgr.smithi136.ofnrfx (mgr.14188) 10762 : cluster [DBG] pgmap v10099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:08 smithi145 bash[13673]: cluster 2022-04-26T08:09:07.772427+0000 mgr.smithi136.ofnrfx (mgr.14188) 10763 : cluster [DBG] pgmap v10100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:09.160 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:08 smithi136 bash[11745]: cluster 2022-04-26T08:09:07.772427+0000 mgr.smithi136.ofnrfx (mgr.14188) 10763 : cluster [DBG] pgmap v10100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:09.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:09.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:09.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:09.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:10 smithi136 bash[11745]: cluster 2022-04-26T08:09:09.772997+0000 mgr.smithi136.ofnrfx (mgr.14188) 10764 : cluster [DBG] pgmap v10101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:10 smithi136 bash[11745]: audit 2022-04-26T08:09:09.983024+0000 mon.smithi136 (mon.0) 6555 : audit [DBG] from='client.? 172.21.15.136:0/3211506927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:10 smithi145 bash[13673]: cluster 2022-04-26T08:09:09.772997+0000 mgr.smithi136.ofnrfx (mgr.14188) 10764 : cluster [DBG] pgmap v10101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:10 smithi145 bash[13673]: audit 2022-04-26T08:09:09.983024+0000 mon.smithi136 (mon.0) 6555 : audit [DBG] from='client.? 172.21.15.136:0/3211506927' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:12 smithi145 bash[13673]: cluster 2022-04-26T08:09:11.773638+0000 mgr.smithi136.ofnrfx (mgr.14188) 10765 : cluster [DBG] pgmap v10102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:12 smithi136 bash[11745]: cluster 2022-04-26T08:09:11.773638+0000 mgr.smithi136.ofnrfx (mgr.14188) 10765 : cluster [DBG] pgmap v10102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:15.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:15.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:15.003 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:14 smithi145 bash[13673]: cluster 2022-04-26T08:09:13.774261+0000 mgr.smithi136.ofnrfx (mgr.14188) 10766 : cluster [DBG] pgmap v10103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:14 smithi136 bash[11745]: cluster 2022-04-26T08:09:13.774261+0000 mgr.smithi136.ofnrfx (mgr.14188) 10766 : cluster [DBG] pgmap v10103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:15.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:15 smithi145 bash[13673]: audit 2022-04-26T08:09:15.309120+0000 mon.smithi136 (mon.0) 6556 : audit [DBG] from='client.? 172.21.15.136:0/295367261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:15 smithi136 bash[11745]: audit 2022-04-26T08:09:15.309120+0000 mon.smithi136 (mon.0) 6556 : audit [DBG] from='client.? 172.21.15.136:0/295367261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:16 smithi145 bash[13673]: cluster 2022-04-26T08:09:15.774874+0000 mgr.smithi136.ofnrfx (mgr.14188) 10767 : cluster [DBG] pgmap v10104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:16 smithi136 bash[11745]: cluster 2022-04-26T08:09:15.774874+0000 mgr.smithi136.ofnrfx (mgr.14188) 10767 : cluster [DBG] pgmap v10104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:18 smithi145 bash[13673]: cluster 2022-04-26T08:09:17.775494+0000 mgr.smithi136.ofnrfx (mgr.14188) 10768 : cluster [DBG] pgmap v10105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:19.196 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:18 smithi136 bash[11745]: cluster 2022-04-26T08:09:17.775494+0000 mgr.smithi136.ofnrfx (mgr.14188) 10768 : cluster [DBG] pgmap v10105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:20.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:20.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:20.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:20.656 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:20 smithi136 bash[11745]: cluster 2022-04-26T08:09:19.776136+0000 mgr.smithi136.ofnrfx (mgr.14188) 10769 : cluster [DBG] pgmap v10106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:20 smithi145 bash[13673]: cluster 2022-04-26T08:09:19.776136+0000 mgr.smithi136.ofnrfx (mgr.14188) 10769 : cluster [DBG] pgmap v10106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:21 smithi136 bash[11745]: audit 2022-04-26T08:09:20.640438+0000 mon.smithi136 (mon.0) 6557 : audit [DBG] from='client.? 172.21.15.136:0/3410183384' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:21.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:21 smithi145 bash[13673]: audit 2022-04-26T08:09:20.640438+0000 mon.smithi136 (mon.0) 6557 : audit [DBG] from='client.? 172.21.15.136:0/3410183384' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:22 smithi136 bash[11745]: cluster 2022-04-26T08:09:21.776786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10770 : cluster [DBG] pgmap v10107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:22.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:22 smithi145 bash[13673]: cluster 2022-04-26T08:09:21.776786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10770 : cluster [DBG] pgmap v10107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:24 smithi145 bash[13673]: cluster 2022-04-26T08:09:23.777405+0000 mgr.smithi136.ofnrfx (mgr.14188) 10771 : cluster [DBG] pgmap v10108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:24 smithi136 bash[11745]: cluster 2022-04-26T08:09:23.777405+0000 mgr.smithi136.ofnrfx (mgr.14188) 10771 : cluster [DBG] pgmap v10108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:25.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:25.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:25.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:25.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:26 smithi145 bash[13673]: cluster 2022-04-26T08:09:25.777974+0000 mgr.smithi136.ofnrfx (mgr.14188) 10772 : cluster [DBG] pgmap v10109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:26 smithi145 bash[13673]: audit 2022-04-26T08:09:25.965380+0000 mon.smithi136 (mon.0) 6558 : audit [DBG] from='client.? 172.21.15.136:0/220851873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:26 smithi136 bash[11745]: cluster 2022-04-26T08:09:25.777974+0000 mgr.smithi136.ofnrfx (mgr.14188) 10772 : cluster [DBG] pgmap v10109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:26 smithi136 bash[11745]: audit 2022-04-26T08:09:25.965380+0000 mon.smithi136 (mon.0) 6558 : audit [DBG] from='client.? 172.21.15.136:0/220851873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:28 smithi145 bash[13673]: cluster 2022-04-26T08:09:27.778594+0000 mgr.smithi136.ofnrfx (mgr.14188) 10773 : cluster [DBG] pgmap v10110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:29.159 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:28 smithi136 bash[11745]: cluster 2022-04-26T08:09:27.778594+0000 mgr.smithi136.ofnrfx (mgr.14188) 10773 : cluster [DBG] pgmap v10110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:30 smithi136 bash[11745]: cluster 2022-04-26T08:09:29.779295+0000 mgr.smithi136.ofnrfx (mgr.14188) 10774 : cluster [DBG] pgmap v10111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:30.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:30 smithi145 bash[13673]: cluster 2022-04-26T08:09:29.779295+0000 mgr.smithi136.ofnrfx (mgr.14188) 10774 : cluster [DBG] pgmap v10111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:30.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:30.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:30.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:31.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:31 smithi136 bash[11745]: audit 2022-04-26T08:09:31.296981+0000 mon.smithi136 (mon.0) 6559 : audit [DBG] from='client.? 172.21.15.136:0/2313606860' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:31 smithi145 bash[13673]: audit 2022-04-26T08:09:31.296981+0000 mon.smithi136 (mon.0) 6559 : audit [DBG] from='client.? 172.21.15.136:0/2313606860' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:32 smithi145 bash[13673]: cluster 2022-04-26T08:09:31.779950+0000 mgr.smithi136.ofnrfx (mgr.14188) 10775 : cluster [DBG] pgmap v10112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:32 smithi136 bash[11745]: cluster 2022-04-26T08:09:31.779950+0000 mgr.smithi136.ofnrfx (mgr.14188) 10775 : cluster [DBG] pgmap v10112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:34 smithi145 bash[13673]: cluster 2022-04-26T08:09:33.780569+0000 mgr.smithi136.ofnrfx (mgr.14188) 10776 : cluster [DBG] pgmap v10113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:34 smithi136 bash[11745]: cluster 2022-04-26T08:09:33.780569+0000 mgr.smithi136.ofnrfx (mgr.14188) 10776 : cluster [DBG] pgmap v10113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:36.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:36.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:36.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:36.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:36 smithi145 bash[13673]: cluster 2022-04-26T08:09:35.781268+0000 mgr.smithi136.ofnrfx (mgr.14188) 10777 : cluster [DBG] pgmap v10114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:36 smithi145 bash[13673]: audit 2022-04-26T08:09:36.622909+0000 mon.smithi136 (mon.0) 6560 : audit [DBG] from='client.? 172.21.15.136:0/3653043774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:36 smithi136 bash[11745]: cluster 2022-04-26T08:09:35.781268+0000 mgr.smithi136.ofnrfx (mgr.14188) 10777 : cluster [DBG] pgmap v10114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:36 smithi136 bash[11745]: audit 2022-04-26T08:09:36.622909+0000 mon.smithi136 (mon.0) 6560 : audit [DBG] from='client.? 172.21.15.136:0/3653043774' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:37 smithi145 bash[13673]: audit 2022-04-26T08:09:37.785331+0000 mon.smithi136 (mon.0) 6561 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:09:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:37 smithi145 bash[13673]: audit 2022-04-26T08:09:37.788136+0000 mon.smithi136 (mon.0) 6562 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:09:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:37 smithi145 bash[13673]: audit 2022-04-26T08:09:37.789953+0000 mon.smithi136 (mon.0) 6563 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:09:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:37 smithi136 bash[11745]: audit 2022-04-26T08:09:37.785331+0000 mon.smithi136 (mon.0) 6561 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:09:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:37 smithi136 bash[11745]: audit 2022-04-26T08:09:37.788136+0000 mon.smithi136 (mon.0) 6562 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:09:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:37 smithi136 bash[11745]: audit 2022-04-26T08:09:37.789953+0000 mon.smithi136 (mon.0) 6563 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:09:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:38 smithi145 bash[13673]: cluster 2022-04-26T08:09:37.781947+0000 mgr.smithi136.ofnrfx (mgr.14188) 10778 : cluster [DBG] pgmap v10115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:39.159 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:38 smithi136 bash[11745]: cluster 2022-04-26T08:09:37.781947+0000 mgr.smithi136.ofnrfx (mgr.14188) 10778 : cluster [DBG] pgmap v10115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:40 smithi136 bash[11745]: cluster 2022-04-26T08:09:39.782658+0000 mgr.smithi136.ofnrfx (mgr.14188) 10779 : cluster [DBG] pgmap v10116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:40 smithi145 bash[13673]: cluster 2022-04-26T08:09:39.782658+0000 mgr.smithi136.ofnrfx (mgr.14188) 10779 : cluster [DBG] pgmap v10116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:41.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:41.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:41.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:41.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:42 smithi136 bash[11745]: audit 2022-04-26T08:09:41.552759+0000 mon.smithi136 (mon.0) 6564 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:09:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:42 smithi136 bash[11745]: cluster 2022-04-26T08:09:41.783199+0000 mgr.smithi136.ofnrfx (mgr.14188) 10780 : cluster [DBG] pgmap v10117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:42 smithi136 bash[11745]: audit 2022-04-26T08:09:41.969572+0000 mon.smithi136 (mon.0) 6565 : audit [DBG] from='client.? 172.21.15.136:0/411765505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:42.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:42 smithi136 bash[11745]: audit 2022-04-26T08:09:42.305742+0000 mon.smithi136 (mon.0) 6566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:09:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:42 smithi145 bash[13673]: audit 2022-04-26T08:09:41.552759+0000 mon.smithi136 (mon.0) 6564 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:09:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:42 smithi145 bash[13673]: cluster 2022-04-26T08:09:41.783199+0000 mgr.smithi136.ofnrfx (mgr.14188) 10780 : cluster [DBG] pgmap v10117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:42 smithi145 bash[13673]: audit 2022-04-26T08:09:41.969572+0000 mon.smithi136 (mon.0) 6565 : audit [DBG] from='client.? 172.21.15.136:0/411765505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:42 smithi145 bash[13673]: audit 2022-04-26T08:09:42.305742+0000 mon.smithi136 (mon.0) 6566 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:09:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:43 smithi145 bash[13673]: cluster 2022-04-26T08:09:42.592229+0000 mgr.smithi136.ofnrfx (mgr.14188) 10781 : cluster [DBG] pgmap v10118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:44.719 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:43 smithi145 bash[13673]: cluster 2022-04-26T08:09:42.592433+0000 mgr.smithi136.ofnrfx (mgr.14188) 10782 : cluster [DBG] pgmap v10119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:44.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:43 smithi145 bash[13673]: audit 2022-04-26T08:09:42.597117+0000 mon.smithi136 (mon.0) 6567 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:09:44.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:43 smithi145 bash[13673]: audit 2022-04-26T08:09:42.605786+0000 mon.smithi136 (mon.0) 6568 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:09:44.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:43 smithi145 bash[13673]: cephadm 2022-04-26T08:09:42.607049+0000 mgr.smithi136.ofnrfx (mgr.14188) 10783 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:09:44.720 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:43 smithi145 bash[13673]: cephadm 2022-04-26T08:09:42.607246+0000 mgr.smithi136.ofnrfx (mgr.14188) 10784 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:09:44.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:43 smithi136 bash[11745]: cluster 2022-04-26T08:09:42.592229+0000 mgr.smithi136.ofnrfx (mgr.14188) 10781 : cluster [DBG] pgmap v10118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:44.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:43 smithi136 bash[11745]: cluster 2022-04-26T08:09:42.592433+0000 mgr.smithi136.ofnrfx (mgr.14188) 10782 : cluster [DBG] pgmap v10119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:44.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:43 smithi136 bash[11745]: audit 2022-04-26T08:09:42.597117+0000 mon.smithi136 (mon.0) 6567 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:09:44.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:43 smithi136 bash[11745]: audit 2022-04-26T08:09:42.605786+0000 mon.smithi136 (mon.0) 6568 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:09:44.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:43 smithi136 bash[11745]: cephadm 2022-04-26T08:09:42.607049+0000 mgr.smithi136.ofnrfx (mgr.14188) 10783 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:09:44.721 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:43 smithi136 bash[11745]: cephadm 2022-04-26T08:09:42.607246+0000 mgr.smithi136.ofnrfx (mgr.14188) 10784 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:09:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:45 smithi136 bash[11745]: cluster 2022-04-26T08:09:44.592944+0000 mgr.smithi136.ofnrfx (mgr.14188) 10785 : cluster [DBG] pgmap v10120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:45.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:45 smithi145 bash[13673]: cluster 2022-04-26T08:09:44.592944+0000 mgr.smithi136.ofnrfx (mgr.14188) 10785 : cluster [DBG] pgmap v10120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:46.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:46.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:46.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:47.319 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:47 smithi136 bash[11745]: cluster 2022-04-26T08:09:46.593515+0000 mgr.smithi136.ofnrfx (mgr.14188) 10786 : cluster [DBG] pgmap v10121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:47 smithi136 bash[11745]: audit 2022-04-26T08:09:47.299830+0000 mon.smithi136 (mon.0) 6569 : audit [DBG] from='client.? 172.21.15.136:0/4020244778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:47 smithi145 bash[13673]: cluster 2022-04-26T08:09:46.593515+0000 mgr.smithi136.ofnrfx (mgr.14188) 10786 : cluster [DBG] pgmap v10121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:47 smithi145 bash[13673]: audit 2022-04-26T08:09:47.299830+0000 mon.smithi136 (mon.0) 6569 : audit [DBG] from='client.? 172.21.15.136:0/4020244778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:49 smithi136 bash[11745]: cluster 2022-04-26T08:09:48.594118+0000 mgr.smithi136.ofnrfx (mgr.14188) 10787 : cluster [DBG] pgmap v10122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:50.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:49 smithi145 bash[13673]: cluster 2022-04-26T08:09:48.594118+0000 mgr.smithi136.ofnrfx (mgr.14188) 10787 : cluster [DBG] pgmap v10122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:51 smithi136 bash[11745]: cluster 2022-04-26T08:09:50.594720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10788 : cluster [DBG] pgmap v10123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:51 smithi145 bash[13673]: cluster 2022-04-26T08:09:50.594720+0000 mgr.smithi136.ofnrfx (mgr.14188) 10788 : cluster [DBG] pgmap v10123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:52.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:52.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:52.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:52.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:52 smithi136 bash[11745]: audit 2022-04-26T08:09:52.633868+0000 mon.smithi136 (mon.0) 6570 : audit [DBG] from='client.? 172.21.15.136:0/783898733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:52 smithi145 bash[13673]: audit 2022-04-26T08:09:52.633868+0000 mon.smithi136 (mon.0) 6570 : audit [DBG] from='client.? 172.21.15.136:0/783898733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:53 smithi136 bash[11745]: cluster 2022-04-26T08:09:52.595388+0000 mgr.smithi136.ofnrfx (mgr.14188) 10789 : cluster [DBG] pgmap v10124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:53 smithi145 bash[13673]: cluster 2022-04-26T08:09:52.595388+0000 mgr.smithi136.ofnrfx (mgr.14188) 10789 : cluster [DBG] pgmap v10124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:55 smithi136 bash[11745]: cluster 2022-04-26T08:09:54.596037+0000 mgr.smithi136.ofnrfx (mgr.14188) 10790 : cluster [DBG] pgmap v10125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:55 smithi145 bash[13673]: cluster 2022-04-26T08:09:54.596037+0000 mgr.smithi136.ofnrfx (mgr.14188) 10790 : cluster [DBG] pgmap v10125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:57.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:09:57.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:09:57.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:09:57.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:09:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:57 smithi136 bash[11745]: cluster 2022-04-26T08:09:56.596682+0000 mgr.smithi136.ofnrfx (mgr.14188) 10791 : cluster [DBG] pgmap v10126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:57 smithi145 bash[13673]: cluster 2022-04-26T08:09:56.596682+0000 mgr.smithi136.ofnrfx (mgr.14188) 10791 : cluster [DBG] pgmap v10126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:09:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:58 smithi136 bash[11745]: audit 2022-04-26T08:09:57.953102+0000 mon.smithi136 (mon.0) 6571 : audit [DBG] from='client.? 172.21.15.136:0/2451097383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:09:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:58 smithi145 bash[13673]: audit 2022-04-26T08:09:57.953102+0000 mon.smithi136 (mon.0) 6571 : audit [DBG] from='client.? 172.21.15.136:0/2451097383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:09:59 smithi136 bash[11745]: cluster 2022-04-26T08:09:58.597289+0000 mgr.smithi136.ofnrfx (mgr.14188) 10792 : cluster [DBG] pgmap v10127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:09:59 smithi145 bash[13673]: cluster 2022-04-26T08:09:58.597289+0000 mgr.smithi136.ofnrfx (mgr.14188) 10792 : cluster [DBG] pgmap v10127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:00 smithi136 bash[11745]: cluster 2022-04-26T08:10:00.000145+0000 mon.smithi136 (mon.0) 6572 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:10:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:00 smithi145 bash[13673]: cluster 2022-04-26T08:10:00.000145+0000 mon.smithi136 (mon.0) 6572 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:10:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:01 smithi136 bash[11745]: cluster 2022-04-26T08:10:00.597887+0000 mgr.smithi136.ofnrfx (mgr.14188) 10793 : cluster [DBG] pgmap v10128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:01 smithi145 bash[13673]: cluster 2022-04-26T08:10:00.597887+0000 mgr.smithi136.ofnrfx (mgr.14188) 10793 : cluster [DBG] pgmap v10128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:02.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:02.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:02.972 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:03.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:03 smithi136 bash[11745]: cluster 2022-04-26T08:10:02.598503+0000 mgr.smithi136.ofnrfx (mgr.14188) 10794 : cluster [DBG] pgmap v10129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:03 smithi136 bash[11745]: audit 2022-04-26T08:10:03.200591+0000 mon.smithi136 (mon.0) 6573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:10:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:03 smithi136 bash[11745]: audit 2022-04-26T08:10:03.204121+0000 mon.smithi136 (mon.0) 6574 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:10:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:03 smithi136 bash[11745]: audit 2022-04-26T08:10:03.280390+0000 mon.smithi136 (mon.0) 6575 : audit [DBG] from='client.? 172.21.15.136:0/1800667508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:03 smithi145 bash[13673]: cluster 2022-04-26T08:10:02.598503+0000 mgr.smithi136.ofnrfx (mgr.14188) 10794 : cluster [DBG] pgmap v10129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:03 smithi145 bash[13673]: audit 2022-04-26T08:10:03.200591+0000 mon.smithi136 (mon.0) 6573 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:10:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:03 smithi145 bash[13673]: audit 2022-04-26T08:10:03.204121+0000 mon.smithi136 (mon.0) 6574 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:10:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:03 smithi145 bash[13673]: audit 2022-04-26T08:10:03.280390+0000 mon.smithi136 (mon.0) 6575 : audit [DBG] from='client.? 172.21.15.136:0/1800667508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:05 smithi145 bash[13673]: cluster 2022-04-26T08:10:04.599112+0000 mgr.smithi136.ofnrfx (mgr.14188) 10795 : cluster [DBG] pgmap v10130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:05 smithi136 bash[11745]: cluster 2022-04-26T08:10:04.599112+0000 mgr.smithi136.ofnrfx (mgr.14188) 10795 : cluster [DBG] pgmap v10130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:07 smithi136 bash[11745]: cluster 2022-04-26T08:10:06.599772+0000 mgr.smithi136.ofnrfx (mgr.14188) 10796 : cluster [DBG] pgmap v10131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:07 smithi145 bash[13673]: cluster 2022-04-26T08:10:06.599772+0000 mgr.smithi136.ofnrfx (mgr.14188) 10796 : cluster [DBG] pgmap v10131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:08.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:08.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:08.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:08.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:08 smithi136 bash[11745]: audit 2022-04-26T08:10:08.602765+0000 mon.smithi136 (mon.0) 6576 : audit [DBG] from='client.? 172.21.15.136:0/3476990933' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:08 smithi145 bash[13673]: audit 2022-04-26T08:10:08.602765+0000 mon.smithi136 (mon.0) 6576 : audit [DBG] from='client.? 172.21.15.136:0/3476990933' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:09 smithi136 bash[11745]: cluster 2022-04-26T08:10:08.600454+0000 mgr.smithi136.ofnrfx (mgr.14188) 10797 : cluster [DBG] pgmap v10132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:10.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:09 smithi145 bash[13673]: cluster 2022-04-26T08:10:08.600454+0000 mgr.smithi136.ofnrfx (mgr.14188) 10797 : cluster [DBG] pgmap v10132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:11 smithi136 bash[11745]: cluster 2022-04-26T08:10:10.601064+0000 mgr.smithi136.ofnrfx (mgr.14188) 10798 : cluster [DBG] pgmap v10133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:11 smithi145 bash[13673]: cluster 2022-04-26T08:10:10.601064+0000 mgr.smithi136.ofnrfx (mgr.14188) 10798 : cluster [DBG] pgmap v10133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:13.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:13.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:13.621 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:13.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:13 smithi136 bash[11745]: cluster 2022-04-26T08:10:12.601740+0000 mgr.smithi136.ofnrfx (mgr.14188) 10799 : cluster [DBG] pgmap v10134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:13 smithi145 bash[13673]: cluster 2022-04-26T08:10:12.601740+0000 mgr.smithi136.ofnrfx (mgr.14188) 10799 : cluster [DBG] pgmap v10134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:15.064 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:14 smithi136 bash[11745]: audit 2022-04-26T08:10:13.924723+0000 mon.smithi136 (mon.0) 6577 : audit [DBG] from='client.? 172.21.15.136:0/2799057181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:14 smithi145 bash[13673]: audit 2022-04-26T08:10:13.924723+0000 mon.smithi136 (mon.0) 6577 : audit [DBG] from='client.? 172.21.15.136:0/2799057181' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:15 smithi136 bash[11745]: cluster 2022-04-26T08:10:14.602265+0000 mgr.smithi136.ofnrfx (mgr.14188) 10800 : cluster [DBG] pgmap v10135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:15 smithi145 bash[13673]: cluster 2022-04-26T08:10:14.602265+0000 mgr.smithi136.ofnrfx (mgr.14188) 10800 : cluster [DBG] pgmap v10135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:17 smithi136 bash[11745]: cluster 2022-04-26T08:10:16.602861+0000 mgr.smithi136.ofnrfx (mgr.14188) 10801 : cluster [DBG] pgmap v10136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:17 smithi145 bash[13673]: cluster 2022-04-26T08:10:16.602861+0000 mgr.smithi136.ofnrfx (mgr.14188) 10801 : cluster [DBG] pgmap v10136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:18.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:18.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:18.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:19.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:19 smithi136 bash[11745]: cluster 2022-04-26T08:10:18.603484+0000 mgr.smithi136.ofnrfx (mgr.14188) 10802 : cluster [DBG] pgmap v10137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:19 smithi136 bash[11745]: audit 2022-04-26T08:10:19.252096+0000 mon.smithi136 (mon.0) 6578 : audit [DBG] from='client.? 172.21.15.136:0/2399213861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:19 smithi145 bash[13673]: cluster 2022-04-26T08:10:18.603484+0000 mgr.smithi136.ofnrfx (mgr.14188) 10802 : cluster [DBG] pgmap v10137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:19 smithi145 bash[13673]: audit 2022-04-26T08:10:19.252096+0000 mon.smithi136 (mon.0) 6578 : audit [DBG] from='client.? 172.21.15.136:0/2399213861' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:21 smithi136 bash[11745]: cluster 2022-04-26T08:10:20.604127+0000 mgr.smithi136.ofnrfx (mgr.14188) 10803 : cluster [DBG] pgmap v10138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:21 smithi145 bash[13673]: cluster 2022-04-26T08:10:20.604127+0000 mgr.smithi136.ofnrfx (mgr.14188) 10803 : cluster [DBG] pgmap v10138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:23 smithi136 bash[11745]: cluster 2022-04-26T08:10:22.604790+0000 mgr.smithi136.ofnrfx (mgr.14188) 10804 : cluster [DBG] pgmap v10139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:23 smithi145 bash[13673]: cluster 2022-04-26T08:10:22.604790+0000 mgr.smithi136.ofnrfx (mgr.14188) 10804 : cluster [DBG] pgmap v10139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:24.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:24.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:24.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:24.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:25.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:25 smithi145 bash[13673]: audit 2022-04-26T08:10:24.573245+0000 mon.smithi136 (mon.0) 6579 : audit [DBG] from='client.? 172.21.15.136:0/68478620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:25 smithi145 bash[13673]: cluster 2022-04-26T08:10:24.605235+0000 mgr.smithi136.ofnrfx (mgr.14188) 10805 : cluster [DBG] pgmap v10140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:25 smithi136 bash[11745]: audit 2022-04-26T08:10:24.573245+0000 mon.smithi136 (mon.0) 6579 : audit [DBG] from='client.? 172.21.15.136:0/68478620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:25 smithi136 bash[11745]: cluster 2022-04-26T08:10:24.605235+0000 mgr.smithi136.ofnrfx (mgr.14188) 10805 : cluster [DBG] pgmap v10140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:27 smithi136 bash[11745]: cluster 2022-04-26T08:10:26.605834+0000 mgr.smithi136.ofnrfx (mgr.14188) 10806 : cluster [DBG] pgmap v10141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:27 smithi145 bash[13673]: cluster 2022-04-26T08:10:26.605834+0000 mgr.smithi136.ofnrfx (mgr.14188) 10806 : cluster [DBG] pgmap v10141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:29.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:29.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:29.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:29.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:29 smithi136 bash[11745]: cluster 2022-04-26T08:10:28.606445+0000 mgr.smithi136.ofnrfx (mgr.14188) 10807 : cluster [DBG] pgmap v10142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:29 smithi145 bash[13673]: cluster 2022-04-26T08:10:28.606445+0000 mgr.smithi136.ofnrfx (mgr.14188) 10807 : cluster [DBG] pgmap v10142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:30 smithi136 bash[11745]: audit 2022-04-26T08:10:29.901648+0000 mon.smithi136 (mon.0) 6580 : audit [DBG] from='client.? 172.21.15.136:0/4208429544' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:31.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:30 smithi145 bash[13673]: audit 2022-04-26T08:10:29.901648+0000 mon.smithi136 (mon.0) 6580 : audit [DBG] from='client.? 172.21.15.136:0/4208429544' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:31 smithi136 bash[11745]: cluster 2022-04-26T08:10:30.607031+0000 mgr.smithi136.ofnrfx (mgr.14188) 10808 : cluster [DBG] pgmap v10143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:32.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:31 smithi145 bash[13673]: cluster 2022-04-26T08:10:30.607031+0000 mgr.smithi136.ofnrfx (mgr.14188) 10808 : cluster [DBG] pgmap v10143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:33 smithi136 bash[11745]: cluster 2022-04-26T08:10:32.607666+0000 mgr.smithi136.ofnrfx (mgr.14188) 10809 : cluster [DBG] pgmap v10144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:34.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:33 smithi145 bash[13673]: cluster 2022-04-26T08:10:32.607666+0000 mgr.smithi136.ofnrfx (mgr.14188) 10809 : cluster [DBG] pgmap v10144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:34.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:34.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:34.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:35.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:35.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:35 smithi145 bash[13673]: cluster 2022-04-26T08:10:34.608222+0000 mgr.smithi136.ofnrfx (mgr.14188) 10810 : cluster [DBG] pgmap v10145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:35 smithi145 bash[13673]: audit 2022-04-26T08:10:35.230384+0000 mon.smithi136 (mon.0) 6581 : audit [DBG] from='client.? 172.21.15.136:0/3510753976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:35 smithi136 bash[11745]: cluster 2022-04-26T08:10:34.608222+0000 mgr.smithi136.ofnrfx (mgr.14188) 10810 : cluster [DBG] pgmap v10145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:35 smithi136 bash[11745]: audit 2022-04-26T08:10:35.230384+0000 mon.smithi136 (mon.0) 6581 : audit [DBG] from='client.? 172.21.15.136:0/3510753976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:37 smithi136 bash[11745]: cluster 2022-04-26T08:10:36.608940+0000 mgr.smithi136.ofnrfx (mgr.14188) 10811 : cluster [DBG] pgmap v10146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:37 smithi145 bash[13673]: cluster 2022-04-26T08:10:36.608940+0000 mgr.smithi136.ofnrfx (mgr.14188) 10811 : cluster [DBG] pgmap v10146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:39 smithi136 bash[11745]: cluster 2022-04-26T08:10:38.609650+0000 mgr.smithi136.ofnrfx (mgr.14188) 10812 : cluster [DBG] pgmap v10147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:39 smithi145 bash[13673]: cluster 2022-04-26T08:10:38.609650+0000 mgr.smithi136.ofnrfx (mgr.14188) 10812 : cluster [DBG] pgmap v10147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:40.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:40.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:40.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:40.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:40 smithi136 bash[11745]: audit 2022-04-26T08:10:40.560347+0000 mon.smithi136 (mon.0) 6582 : audit [DBG] from='client.? 172.21.15.136:0/3092515044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:40 smithi145 bash[13673]: audit 2022-04-26T08:10:40.560347+0000 mon.smithi136 (mon.0) 6582 : audit [DBG] from='client.? 172.21.15.136:0/3092515044' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:41 smithi136 bash[11745]: cluster 2022-04-26T08:10:40.610302+0000 mgr.smithi136.ofnrfx (mgr.14188) 10813 : cluster [DBG] pgmap v10148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:41 smithi145 bash[13673]: cluster 2022-04-26T08:10:40.610302+0000 mgr.smithi136.ofnrfx (mgr.14188) 10813 : cluster [DBG] pgmap v10148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:42 smithi136 bash[11745]: audit 2022-04-26T08:10:42.621308+0000 mon.smithi136 (mon.0) 6583 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:10:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:42 smithi136 bash[11745]: audit 2022-04-26T08:10:42.624076+0000 mon.smithi136 (mon.0) 6584 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:10:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:42 smithi136 bash[11745]: audit 2022-04-26T08:10:42.625917+0000 mon.smithi136 (mon.0) 6585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:10:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:42 smithi145 bash[13673]: audit 2022-04-26T08:10:42.621308+0000 mon.smithi136 (mon.0) 6583 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:10:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:42 smithi145 bash[13673]: audit 2022-04-26T08:10:42.624076+0000 mon.smithi136 (mon.0) 6584 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:10:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:42 smithi145 bash[13673]: audit 2022-04-26T08:10:42.625917+0000 mon.smithi136 (mon.0) 6585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:10:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:43 smithi136 bash[11745]: cluster 2022-04-26T08:10:42.610954+0000 mgr.smithi136.ofnrfx (mgr.14188) 10814 : cluster [DBG] pgmap v10149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:43 smithi136 bash[11745]: audit 2022-04-26T08:10:42.929652+0000 mon.smithi136 (mon.0) 6586 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:10:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:43 smithi136 bash[11745]: audit 2022-04-26T08:10:43.224349+0000 mon.smithi136 (mon.0) 6587 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:10:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:43 smithi136 bash[11745]: audit 2022-04-26T08:10:43.232327+0000 mon.smithi136 (mon.0) 6588 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:10:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:43 smithi145 bash[13673]: cluster 2022-04-26T08:10:42.610954+0000 mgr.smithi136.ofnrfx (mgr.14188) 10814 : cluster [DBG] pgmap v10149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:43 smithi145 bash[13673]: audit 2022-04-26T08:10:42.929652+0000 mon.smithi136 (mon.0) 6586 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:10:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:43 smithi145 bash[13673]: audit 2022-04-26T08:10:43.224349+0000 mon.smithi136 (mon.0) 6587 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:10:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:43 smithi145 bash[13673]: audit 2022-04-26T08:10:43.232327+0000 mon.smithi136 (mon.0) 6588 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:10:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:44 smithi136 bash[11745]: cluster 2022-04-26T08:10:43.217170+0000 mgr.smithi136.ofnrfx (mgr.14188) 10815 : cluster [DBG] pgmap v10150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:44 smithi136 bash[11745]: cluster 2022-04-26T08:10:43.217620+0000 mgr.smithi136.ofnrfx (mgr.14188) 10816 : cluster [DBG] pgmap v10151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:44 smithi136 bash[11745]: cephadm 2022-04-26T08:10:43.233167+0000 mgr.smithi136.ofnrfx (mgr.14188) 10817 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:10:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:44 smithi136 bash[11745]: cephadm 2022-04-26T08:10:43.233273+0000 mgr.smithi136.ofnrfx (mgr.14188) 10818 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:10:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:44 smithi145 bash[13673]: cluster 2022-04-26T08:10:43.217170+0000 mgr.smithi136.ofnrfx (mgr.14188) 10815 : cluster [DBG] pgmap v10150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:44 smithi145 bash[13673]: cluster 2022-04-26T08:10:43.217620+0000 mgr.smithi136.ofnrfx (mgr.14188) 10816 : cluster [DBG] pgmap v10151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:44 smithi145 bash[13673]: cephadm 2022-04-26T08:10:43.233167+0000 mgr.smithi136.ofnrfx (mgr.14188) 10817 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:10:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:44 smithi145 bash[13673]: cephadm 2022-04-26T08:10:43.233273+0000 mgr.smithi136.ofnrfx (mgr.14188) 10818 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:10:45.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:45.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:45.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:45.902 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:46 smithi136 bash[11745]: cluster 2022-04-26T08:10:45.218108+0000 mgr.smithi136.ofnrfx (mgr.14188) 10819 : cluster [DBG] pgmap v10152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:46 smithi136 bash[11745]: audit 2022-04-26T08:10:45.882661+0000 mon.smithi136 (mon.0) 6589 : audit [DBG] from='client.? 172.21.15.136:0/294549801' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:46 smithi145 bash[13673]: cluster 2022-04-26T08:10:45.218108+0000 mgr.smithi136.ofnrfx (mgr.14188) 10819 : cluster [DBG] pgmap v10152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:46 smithi145 bash[13673]: audit 2022-04-26T08:10:45.882661+0000 mon.smithi136 (mon.0) 6589 : audit [DBG] from='client.? 172.21.15.136:0/294549801' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:48 smithi136 bash[11745]: cluster 2022-04-26T08:10:47.218786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10820 : cluster [DBG] pgmap v10153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:49.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:48 smithi145 bash[13673]: cluster 2022-04-26T08:10:47.218786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10820 : cluster [DBG] pgmap v10153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:50.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:50.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:50.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:50 smithi136 bash[11745]: cluster 2022-04-26T08:10:49.219417+0000 mgr.smithi136.ofnrfx (mgr.14188) 10821 : cluster [DBG] pgmap v10154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:50 smithi145 bash[13673]: cluster 2022-04-26T08:10:49.219417+0000 mgr.smithi136.ofnrfx (mgr.14188) 10821 : cluster [DBG] pgmap v10154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:51.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:51 smithi136 bash[11745]: audit 2022-04-26T08:10:51.212215+0000 mon.smithi136 (mon.0) 6590 : audit [DBG] from='client.? 172.21.15.136:0/3211745690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:51 smithi145 bash[13673]: audit 2022-04-26T08:10:51.212215+0000 mon.smithi136 (mon.0) 6590 : audit [DBG] from='client.? 172.21.15.136:0/3211745690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:52 smithi136 bash[11745]: cluster 2022-04-26T08:10:51.220007+0000 mgr.smithi136.ofnrfx (mgr.14188) 10822 : cluster [DBG] pgmap v10155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:52 smithi145 bash[13673]: cluster 2022-04-26T08:10:51.220007+0000 mgr.smithi136.ofnrfx (mgr.14188) 10822 : cluster [DBG] pgmap v10155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:54 smithi136 bash[11745]: cluster 2022-04-26T08:10:53.220634+0000 mgr.smithi136.ofnrfx (mgr.14188) 10823 : cluster [DBG] pgmap v10156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:54 smithi145 bash[13673]: cluster 2022-04-26T08:10:53.220634+0000 mgr.smithi136.ofnrfx (mgr.14188) 10823 : cluster [DBG] pgmap v10156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:56.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:10:56.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:10:56.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:10:56.557 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:10:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:56 smithi136 bash[11745]: cluster 2022-04-26T08:10:55.221257+0000 mgr.smithi136.ofnrfx (mgr.14188) 10824 : cluster [DBG] pgmap v10157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:56 smithi136 bash[11745]: audit 2022-04-26T08:10:56.542434+0000 mon.smithi136 (mon.0) 6591 : audit [DBG] from='client.? 172.21.15.136:0/1367798750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:56 smithi145 bash[13673]: cluster 2022-04-26T08:10:55.221257+0000 mgr.smithi136.ofnrfx (mgr.14188) 10824 : cluster [DBG] pgmap v10157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:56 smithi145 bash[13673]: audit 2022-04-26T08:10:56.542434+0000 mon.smithi136 (mon.0) 6591 : audit [DBG] from='client.? 172.21.15.136:0/1367798750' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:10:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:10:58 smithi136 bash[11745]: cluster 2022-04-26T08:10:57.221869+0000 mgr.smithi136.ofnrfx (mgr.14188) 10825 : cluster [DBG] pgmap v10158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:10:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:10:58 smithi145 bash[13673]: cluster 2022-04-26T08:10:57.221869+0000 mgr.smithi136.ofnrfx (mgr.14188) 10825 : cluster [DBG] pgmap v10158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:00 smithi136 bash[11745]: cluster 2022-04-26T08:10:59.222492+0000 mgr.smithi136.ofnrfx (mgr.14188) 10826 : cluster [DBG] pgmap v10159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:00 smithi145 bash[13673]: cluster 2022-04-26T08:10:59.222492+0000 mgr.smithi136.ofnrfx (mgr.14188) 10826 : cluster [DBG] pgmap v10159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:01.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:01.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:01.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:01.894 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:02 smithi136 bash[11745]: cluster 2022-04-26T08:11:01.223110+0000 mgr.smithi136.ofnrfx (mgr.14188) 10827 : cluster [DBG] pgmap v10160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:02 smithi136 bash[11745]: audit 2022-04-26T08:11:01.879257+0000 mon.smithi136 (mon.0) 6592 : audit [DBG] from='client.? 172.21.15.136:0/3243893422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:02 smithi145 bash[13673]: cluster 2022-04-26T08:11:01.223110+0000 mgr.smithi136.ofnrfx (mgr.14188) 10827 : cluster [DBG] pgmap v10160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:02 smithi145 bash[13673]: audit 2022-04-26T08:11:01.879257+0000 mon.smithi136 (mon.0) 6592 : audit [DBG] from='client.? 172.21.15.136:0/3243893422' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:03 smithi136 bash[11745]: audit 2022-04-26T08:11:03.204446+0000 mon.smithi136 (mon.0) 6593 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:11:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:03 smithi136 bash[11745]: audit 2022-04-26T08:11:03.208278+0000 mon.smithi136 (mon.0) 6594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:11:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:03 smithi145 bash[13673]: audit 2022-04-26T08:11:03.204446+0000 mon.smithi136 (mon.0) 6593 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:11:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:03 smithi145 bash[13673]: audit 2022-04-26T08:11:03.208278+0000 mon.smithi136 (mon.0) 6594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:11:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:04 smithi136 bash[11745]: cluster 2022-04-26T08:11:03.223718+0000 mgr.smithi136.ofnrfx (mgr.14188) 10828 : cluster [DBG] pgmap v10161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:04 smithi145 bash[13673]: cluster 2022-04-26T08:11:03.223718+0000 mgr.smithi136.ofnrfx (mgr.14188) 10828 : cluster [DBG] pgmap v10161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:06.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:06.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:06.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:06 smithi136 bash[11745]: cluster 2022-04-26T08:11:05.224289+0000 mgr.smithi136.ofnrfx (mgr.14188) 10829 : cluster [DBG] pgmap v10162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:06 smithi145 bash[13673]: cluster 2022-04-26T08:11:05.224289+0000 mgr.smithi136.ofnrfx (mgr.14188) 10829 : cluster [DBG] pgmap v10162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:07.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:07 smithi136 bash[11745]: audit 2022-04-26T08:11:07.208924+0000 mon.smithi136 (mon.0) 6595 : audit [DBG] from='client.? 172.21.15.136:0/1229117389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:07 smithi145 bash[13673]: audit 2022-04-26T08:11:07.208924+0000 mon.smithi136 (mon.0) 6595 : audit [DBG] from='client.? 172.21.15.136:0/1229117389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:08 smithi136 bash[11745]: cluster 2022-04-26T08:11:07.224758+0000 mgr.smithi136.ofnrfx (mgr.14188) 10830 : cluster [DBG] pgmap v10163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:08 smithi145 bash[13673]: cluster 2022-04-26T08:11:07.224758+0000 mgr.smithi136.ofnrfx (mgr.14188) 10830 : cluster [DBG] pgmap v10163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:10 smithi136 bash[11745]: cluster 2022-04-26T08:11:09.225372+0000 mgr.smithi136.ofnrfx (mgr.14188) 10831 : cluster [DBG] pgmap v10164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:10 smithi145 bash[13673]: cluster 2022-04-26T08:11:09.225372+0000 mgr.smithi136.ofnrfx (mgr.14188) 10831 : cluster [DBG] pgmap v10164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:12.233 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:12.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:12.234 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:12.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:12 smithi136 bash[11745]: cluster 2022-04-26T08:11:11.225987+0000 mgr.smithi136.ofnrfx (mgr.14188) 10832 : cluster [DBG] pgmap v10165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:12 smithi136 bash[11745]: audit 2022-04-26T08:11:12.543644+0000 mon.smithi136 (mon.0) 6596 : audit [DBG] from='client.? 172.21.15.136:0/1904827561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:12 smithi145 bash[13673]: cluster 2022-04-26T08:11:11.225987+0000 mgr.smithi136.ofnrfx (mgr.14188) 10832 : cluster [DBG] pgmap v10165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:12 smithi145 bash[13673]: audit 2022-04-26T08:11:12.543644+0000 mon.smithi136 (mon.0) 6596 : audit [DBG] from='client.? 172.21.15.136:0/1904827561' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:14 smithi136 bash[11745]: cluster 2022-04-26T08:11:13.226609+0000 mgr.smithi136.ofnrfx (mgr.14188) 10833 : cluster [DBG] pgmap v10166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:14 smithi145 bash[13673]: cluster 2022-04-26T08:11:13.226609+0000 mgr.smithi136.ofnrfx (mgr.14188) 10833 : cluster [DBG] pgmap v10166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:16 smithi136 bash[11745]: cluster 2022-04-26T08:11:15.227210+0000 mgr.smithi136.ofnrfx (mgr.14188) 10834 : cluster [DBG] pgmap v10167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:16 smithi145 bash[13673]: cluster 2022-04-26T08:11:15.227210+0000 mgr.smithi136.ofnrfx (mgr.14188) 10834 : cluster [DBG] pgmap v10167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:17.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:17.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:17.562 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:17.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:18 smithi136 bash[11745]: cluster 2022-04-26T08:11:17.227853+0000 mgr.smithi136.ofnrfx (mgr.14188) 10835 : cluster [DBG] pgmap v10168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:18 smithi136 bash[11745]: audit 2022-04-26T08:11:17.873602+0000 mon.smithi136 (mon.0) 6597 : audit [DBG] from='client.? 172.21.15.136:0/2605464545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:18 smithi145 bash[13673]: cluster 2022-04-26T08:11:17.227853+0000 mgr.smithi136.ofnrfx (mgr.14188) 10835 : cluster [DBG] pgmap v10168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:18 smithi145 bash[13673]: audit 2022-04-26T08:11:17.873602+0000 mon.smithi136 (mon.0) 6597 : audit [DBG] from='client.? 172.21.15.136:0/2605464545' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:20 smithi136 bash[11745]: cluster 2022-04-26T08:11:19.228420+0000 mgr.smithi136.ofnrfx (mgr.14188) 10836 : cluster [DBG] pgmap v10169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:20 smithi145 bash[13673]: cluster 2022-04-26T08:11:19.228420+0000 mgr.smithi136.ofnrfx (mgr.14188) 10836 : cluster [DBG] pgmap v10169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:22.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:22.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:22.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:22 smithi145 bash[13673]: cluster 2022-04-26T08:11:21.229029+0000 mgr.smithi136.ofnrfx (mgr.14188) 10837 : cluster [DBG] pgmap v10170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:23.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:22 smithi136 bash[11745]: cluster 2022-04-26T08:11:21.229029+0000 mgr.smithi136.ofnrfx (mgr.14188) 10837 : cluster [DBG] pgmap v10170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:23 smithi145 bash[13673]: audit 2022-04-26T08:11:23.206810+0000 mon.smithi136 (mon.0) 6598 : audit [DBG] from='client.? 172.21.15.136:0/1109042946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:23 smithi136 bash[11745]: audit 2022-04-26T08:11:23.206810+0000 mon.smithi136 (mon.0) 6598 : audit [DBG] from='client.? 172.21.15.136:0/1109042946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:24 smithi145 bash[13673]: cluster 2022-04-26T08:11:23.229441+0000 mgr.smithi136.ofnrfx (mgr.14188) 10838 : cluster [DBG] pgmap v10171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:24 smithi136 bash[11745]: cluster 2022-04-26T08:11:23.229441+0000 mgr.smithi136.ofnrfx (mgr.14188) 10838 : cluster [DBG] pgmap v10171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:26 smithi145 bash[13673]: cluster 2022-04-26T08:11:25.229979+0000 mgr.smithi136.ofnrfx (mgr.14188) 10839 : cluster [DBG] pgmap v10172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:26 smithi136 bash[11745]: cluster 2022-04-26T08:11:25.229979+0000 mgr.smithi136.ofnrfx (mgr.14188) 10839 : cluster [DBG] pgmap v10172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:28.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:28.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:28.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:28.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:28 smithi145 bash[13673]: cluster 2022-04-26T08:11:27.230627+0000 mgr.smithi136.ofnrfx (mgr.14188) 10840 : cluster [DBG] pgmap v10173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:28 smithi145 bash[13673]: audit 2022-04-26T08:11:28.532136+0000 mon.smithi136 (mon.0) 6599 : audit [DBG] from='client.? 172.21.15.136:0/952786121' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:29.163 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:28 smithi136 bash[11745]: cluster 2022-04-26T08:11:27.230627+0000 mgr.smithi136.ofnrfx (mgr.14188) 10840 : cluster [DBG] pgmap v10173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:29.163 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:28 smithi136 bash[11745]: audit 2022-04-26T08:11:28.532136+0000 mon.smithi136 (mon.0) 6599 : audit [DBG] from='client.? 172.21.15.136:0/952786121' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:30 smithi145 bash[13673]: cluster 2022-04-26T08:11:29.231345+0000 mgr.smithi136.ofnrfx (mgr.14188) 10841 : cluster [DBG] pgmap v10174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:30 smithi136 bash[11745]: cluster 2022-04-26T08:11:29.231345+0000 mgr.smithi136.ofnrfx (mgr.14188) 10841 : cluster [DBG] pgmap v10174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:32 smithi145 bash[13673]: cluster 2022-04-26T08:11:31.232063+0000 mgr.smithi136.ofnrfx (mgr.14188) 10842 : cluster [DBG] pgmap v10175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:32 smithi136 bash[11745]: cluster 2022-04-26T08:11:31.232063+0000 mgr.smithi136.ofnrfx (mgr.14188) 10842 : cluster [DBG] pgmap v10175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:33.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:33.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:33.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:33.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:34 smithi145 bash[13673]: cluster 2022-04-26T08:11:33.232645+0000 mgr.smithi136.ofnrfx (mgr.14188) 10843 : cluster [DBG] pgmap v10176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:34 smithi145 bash[13673]: audit 2022-04-26T08:11:33.864448+0000 mon.smithi136 (mon.0) 6600 : audit [DBG] from='client.? 172.21.15.136:0/2993419547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:34 smithi136 bash[11745]: cluster 2022-04-26T08:11:33.232645+0000 mgr.smithi136.ofnrfx (mgr.14188) 10843 : cluster [DBG] pgmap v10176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:34 smithi136 bash[11745]: audit 2022-04-26T08:11:33.864448+0000 mon.smithi136 (mon.0) 6600 : audit [DBG] from='client.? 172.21.15.136:0/2993419547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:36 smithi145 bash[13673]: cluster 2022-04-26T08:11:35.233265+0000 mgr.smithi136.ofnrfx (mgr.14188) 10844 : cluster [DBG] pgmap v10177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:36 smithi136 bash[11745]: cluster 2022-04-26T08:11:35.233265+0000 mgr.smithi136.ofnrfx (mgr.14188) 10844 : cluster [DBG] pgmap v10177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:38.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:38.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:38.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:38 smithi145 bash[13673]: cluster 2022-04-26T08:11:37.233897+0000 mgr.smithi136.ofnrfx (mgr.14188) 10845 : cluster [DBG] pgmap v10178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:39.162 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:38 smithi136 bash[11745]: cluster 2022-04-26T08:11:37.233897+0000 mgr.smithi136.ofnrfx (mgr.14188) 10845 : cluster [DBG] pgmap v10178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:39.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:39 smithi145 bash[13673]: audit 2022-04-26T08:11:39.195661+0000 mon.smithi136 (mon.0) 6601 : audit [DBG] from='client.? 172.21.15.136:0/1472898691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:39 smithi136 bash[11745]: audit 2022-04-26T08:11:39.195661+0000 mon.smithi136 (mon.0) 6601 : audit [DBG] from='client.? 172.21.15.136:0/1472898691' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:40 smithi145 bash[13673]: cluster 2022-04-26T08:11:39.234525+0000 mgr.smithi136.ofnrfx (mgr.14188) 10846 : cluster [DBG] pgmap v10179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:40 smithi136 bash[11745]: cluster 2022-04-26T08:11:39.234525+0000 mgr.smithi136.ofnrfx (mgr.14188) 10846 : cluster [DBG] pgmap v10179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:42 smithi145 bash[13673]: cluster 2022-04-26T08:11:41.235195+0000 mgr.smithi136.ofnrfx (mgr.14188) 10847 : cluster [DBG] pgmap v10180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:42 smithi136 bash[11745]: cluster 2022-04-26T08:11:41.235195+0000 mgr.smithi136.ofnrfx (mgr.14188) 10847 : cluster [DBG] pgmap v10180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:43 smithi145 bash[13673]: audit 2022-04-26T08:11:43.241557+0000 mon.smithi136 (mon.0) 6602 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:11:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:43 smithi145 bash[13673]: audit 2022-04-26T08:11:43.244452+0000 mon.smithi136 (mon.0) 6603 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:11:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:43 smithi145 bash[13673]: audit 2022-04-26T08:11:43.246230+0000 mon.smithi136 (mon.0) 6604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:11:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:43 smithi145 bash[13673]: audit 2022-04-26T08:11:43.587341+0000 mon.smithi136 (mon.0) 6605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:11:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:43 smithi145 bash[13673]: audit 2022-04-26T08:11:43.594231+0000 mon.smithi136 (mon.0) 6606 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:11:44.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:44.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:44.215 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:43 smithi136 bash[11745]: audit 2022-04-26T08:11:43.241557+0000 mon.smithi136 (mon.0) 6602 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:11:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:43 smithi136 bash[11745]: audit 2022-04-26T08:11:43.244452+0000 mon.smithi136 (mon.0) 6603 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:11:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:43 smithi136 bash[11745]: audit 2022-04-26T08:11:43.246230+0000 mon.smithi136 (mon.0) 6604 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:11:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:43 smithi136 bash[11745]: audit 2022-04-26T08:11:43.587341+0000 mon.smithi136 (mon.0) 6605 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:11:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:43 smithi136 bash[11745]: audit 2022-04-26T08:11:43.594231+0000 mon.smithi136 (mon.0) 6606 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:11:44.540 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:44 smithi145 bash[13673]: cluster 2022-04-26T08:11:43.235866+0000 mgr.smithi136.ofnrfx (mgr.14188) 10848 : cluster [DBG] pgmap v10181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:44 smithi145 bash[13673]: cluster 2022-04-26T08:11:43.579030+0000 mgr.smithi136.ofnrfx (mgr.14188) 10849 : cluster [DBG] pgmap v10182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:44 smithi145 bash[13673]: cluster 2022-04-26T08:11:43.579468+0000 mgr.smithi136.ofnrfx (mgr.14188) 10850 : cluster [DBG] pgmap v10183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:44 smithi145 bash[13673]: cephadm 2022-04-26T08:11:43.595312+0000 mgr.smithi136.ofnrfx (mgr.14188) 10851 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:11:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:44 smithi145 bash[13673]: cephadm 2022-04-26T08:11:43.595525+0000 mgr.smithi136.ofnrfx (mgr.14188) 10852 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:11:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:44 smithi145 bash[13673]: audit 2022-04-26T08:11:44.525043+0000 mon.smithi136 (mon.0) 6607 : audit [DBG] from='client.? 172.21.15.136:0/3935014396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:44 smithi136 bash[11745]: cluster 2022-04-26T08:11:43.235866+0000 mgr.smithi136.ofnrfx (mgr.14188) 10848 : cluster [DBG] pgmap v10181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:44 smithi136 bash[11745]: cluster 2022-04-26T08:11:43.579030+0000 mgr.smithi136.ofnrfx (mgr.14188) 10849 : cluster [DBG] pgmap v10182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:44 smithi136 bash[11745]: cluster 2022-04-26T08:11:43.579468+0000 mgr.smithi136.ofnrfx (mgr.14188) 10850 : cluster [DBG] pgmap v10183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:44 smithi136 bash[11745]: cephadm 2022-04-26T08:11:43.595312+0000 mgr.smithi136.ofnrfx (mgr.14188) 10851 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:11:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:44 smithi136 bash[11745]: cephadm 2022-04-26T08:11:43.595525+0000 mgr.smithi136.ofnrfx (mgr.14188) 10852 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:11:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:44 smithi136 bash[11745]: audit 2022-04-26T08:11:44.525043+0000 mon.smithi136 (mon.0) 6607 : audit [DBG] from='client.? 172.21.15.136:0/3935014396' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:46 smithi145 bash[13673]: cluster 2022-04-26T08:11:45.580040+0000 mgr.smithi136.ofnrfx (mgr.14188) 10853 : cluster [DBG] pgmap v10184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:46 smithi136 bash[11745]: cluster 2022-04-26T08:11:45.580040+0000 mgr.smithi136.ofnrfx (mgr.14188) 10853 : cluster [DBG] pgmap v10184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:48 smithi145 bash[13673]: cluster 2022-04-26T08:11:47.580647+0000 mgr.smithi136.ofnrfx (mgr.14188) 10854 : cluster [DBG] pgmap v10185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:49.162 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:48 smithi136 bash[11745]: cluster 2022-04-26T08:11:47.580647+0000 mgr.smithi136.ofnrfx (mgr.14188) 10854 : cluster [DBG] pgmap v10185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:49.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:49.543 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:49.544 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:49.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:50.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:50 smithi145 bash[13673]: cluster 2022-04-26T08:11:49.581136+0000 mgr.smithi136.ofnrfx (mgr.14188) 10855 : cluster [DBG] pgmap v10186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:50 smithi145 bash[13673]: audit 2022-04-26T08:11:49.847255+0000 mon.smithi136 (mon.0) 6608 : audit [DBG] from='client.? 172.21.15.136:0/851714651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:50 smithi136 bash[11745]: cluster 2022-04-26T08:11:49.581136+0000 mgr.smithi136.ofnrfx (mgr.14188) 10855 : cluster [DBG] pgmap v10186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:50 smithi136 bash[11745]: audit 2022-04-26T08:11:49.847255+0000 mon.smithi136 (mon.0) 6608 : audit [DBG] from='client.? 172.21.15.136:0/851714651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:52.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:52 smithi145 bash[13673]: cluster 2022-04-26T08:11:51.581725+0000 mgr.smithi136.ofnrfx (mgr.14188) 10856 : cluster [DBG] pgmap v10187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:52 smithi136 bash[11745]: cluster 2022-04-26T08:11:51.581725+0000 mgr.smithi136.ofnrfx (mgr.14188) 10856 : cluster [DBG] pgmap v10187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:54.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:11:54.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:11:54.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:11:54.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:54 smithi145 bash[13673]: cluster 2022-04-26T08:11:53.582327+0000 mgr.smithi136.ofnrfx (mgr.14188) 10857 : cluster [DBG] pgmap v10188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:54 smithi136 bash[11745]: cluster 2022-04-26T08:11:53.582327+0000 mgr.smithi136.ofnrfx (mgr.14188) 10857 : cluster [DBG] pgmap v10188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:55.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:11:55.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:55 smithi145 bash[13673]: audit 2022-04-26T08:11:55.168032+0000 mon.smithi136 (mon.0) 6609 : audit [DBG] from='client.? 172.21.15.136:0/2252235217' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:55 smithi136 bash[11745]: audit 2022-04-26T08:11:55.168032+0000 mon.smithi136 (mon.0) 6609 : audit [DBG] from='client.? 172.21.15.136:0/2252235217' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:11:56.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:56 smithi145 bash[13673]: cluster 2022-04-26T08:11:55.582905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10858 : cluster [DBG] pgmap v10189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:56 smithi136 bash[11745]: cluster 2022-04-26T08:11:55.582905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10858 : cluster [DBG] pgmap v10189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:58.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:11:58 smithi145 bash[13673]: cluster 2022-04-26T08:11:57.583468+0000 mgr.smithi136.ofnrfx (mgr.14188) 10859 : cluster [DBG] pgmap v10190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:11:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:11:58 smithi136 bash[11745]: cluster 2022-04-26T08:11:57.583468+0000 mgr.smithi136.ofnrfx (mgr.14188) 10859 : cluster [DBG] pgmap v10190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:00.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:00.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:00.187 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:00.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:00 smithi145 bash[13673]: cluster 2022-04-26T08:11:59.584026+0000 mgr.smithi136.ofnrfx (mgr.14188) 10860 : cluster [DBG] pgmap v10191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:00 smithi145 bash[13673]: audit 2022-04-26T08:12:00.495657+0000 mon.smithi136 (mon.0) 6610 : audit [DBG] from='client.? 172.21.15.136:0/4054152673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:00 smithi136 bash[11745]: cluster 2022-04-26T08:11:59.584026+0000 mgr.smithi136.ofnrfx (mgr.14188) 10860 : cluster [DBG] pgmap v10191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:00 smithi136 bash[11745]: audit 2022-04-26T08:12:00.495657+0000 mon.smithi136 (mon.0) 6610 : audit [DBG] from='client.? 172.21.15.136:0/4054152673' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:02 smithi145 bash[13673]: cluster 2022-04-26T08:12:01.584655+0000 mgr.smithi136.ofnrfx (mgr.14188) 10861 : cluster [DBG] pgmap v10192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:02 smithi136 bash[11745]: cluster 2022-04-26T08:12:01.584655+0000 mgr.smithi136.ofnrfx (mgr.14188) 10861 : cluster [DBG] pgmap v10192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:03 smithi145 bash[13673]: audit 2022-04-26T08:12:03.208492+0000 mon.smithi136 (mon.0) 6611 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:12:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:03 smithi145 bash[13673]: audit 2022-04-26T08:12:03.212279+0000 mon.smithi136 (mon.0) 6612 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:12:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:03 smithi136 bash[11745]: audit 2022-04-26T08:12:03.208492+0000 mon.smithi136 (mon.0) 6611 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:12:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:03 smithi136 bash[11745]: audit 2022-04-26T08:12:03.212279+0000 mon.smithi136 (mon.0) 6612 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:12:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:04 smithi145 bash[13673]: cluster 2022-04-26T08:12:03.585256+0000 mgr.smithi136.ofnrfx (mgr.14188) 10862 : cluster [DBG] pgmap v10193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:04 smithi136 bash[11745]: cluster 2022-04-26T08:12:03.585256+0000 mgr.smithi136.ofnrfx (mgr.14188) 10862 : cluster [DBG] pgmap v10193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:05.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:05.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:05.515 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:05.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:06 smithi145 bash[13673]: cluster 2022-04-26T08:12:05.585844+0000 mgr.smithi136.ofnrfx (mgr.14188) 10863 : cluster [DBG] pgmap v10194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:06 smithi145 bash[13673]: audit 2022-04-26T08:12:05.828107+0000 mon.smithi136 (mon.0) 6613 : audit [DBG] from='client.? 172.21.15.136:0/1520354383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:06 smithi136 bash[11745]: cluster 2022-04-26T08:12:05.585844+0000 mgr.smithi136.ofnrfx (mgr.14188) 10863 : cluster [DBG] pgmap v10194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:06 smithi136 bash[11745]: audit 2022-04-26T08:12:05.828107+0000 mon.smithi136 (mon.0) 6613 : audit [DBG] from='client.? 172.21.15.136:0/1520354383' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:08 smithi145 bash[13673]: cluster 2022-04-26T08:12:07.586517+0000 mgr.smithi136.ofnrfx (mgr.14188) 10864 : cluster [DBG] pgmap v10195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:08 smithi136 bash[11745]: cluster 2022-04-26T08:12:07.586517+0000 mgr.smithi136.ofnrfx (mgr.14188) 10864 : cluster [DBG] pgmap v10195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:10.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:10.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:10.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:10 smithi136 bash[11745]: cluster 2022-04-26T08:12:09.587142+0000 mgr.smithi136.ofnrfx (mgr.14188) 10865 : cluster [DBG] pgmap v10196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:10 smithi145 bash[13673]: cluster 2022-04-26T08:12:09.587142+0000 mgr.smithi136.ofnrfx (mgr.14188) 10865 : cluster [DBG] pgmap v10196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:11.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:11 smithi136 bash[11745]: audit 2022-04-26T08:12:11.166661+0000 mon.smithi136 (mon.0) 6614 : audit [DBG] from='client.? 172.21.15.136:0/2688785489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:11 smithi145 bash[13673]: audit 2022-04-26T08:12:11.166661+0000 mon.smithi136 (mon.0) 6614 : audit [DBG] from='client.? 172.21.15.136:0/2688785489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:12 smithi136 bash[11745]: cluster 2022-04-26T08:12:11.587802+0000 mgr.smithi136.ofnrfx (mgr.14188) 10866 : cluster [DBG] pgmap v10197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:12 smithi145 bash[13673]: cluster 2022-04-26T08:12:11.587802+0000 mgr.smithi136.ofnrfx (mgr.14188) 10866 : cluster [DBG] pgmap v10197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:14 smithi136 bash[11745]: cluster 2022-04-26T08:12:13.588393+0000 mgr.smithi136.ofnrfx (mgr.14188) 10867 : cluster [DBG] pgmap v10198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:15.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:14 smithi145 bash[13673]: cluster 2022-04-26T08:12:13.588393+0000 mgr.smithi136.ofnrfx (mgr.14188) 10867 : cluster [DBG] pgmap v10198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:16.185 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:16.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:16.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:16.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:16 smithi136 bash[11745]: cluster 2022-04-26T08:12:15.589023+0000 mgr.smithi136.ofnrfx (mgr.14188) 10868 : cluster [DBG] pgmap v10199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:16 smithi136 bash[11745]: audit 2022-04-26T08:12:16.495432+0000 mon.smithi136 (mon.0) 6615 : audit [DBG] from='client.? 172.21.15.136:0/3182167481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:16 smithi145 bash[13673]: cluster 2022-04-26T08:12:15.589023+0000 mgr.smithi136.ofnrfx (mgr.14188) 10868 : cluster [DBG] pgmap v10199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:16 smithi145 bash[13673]: audit 2022-04-26T08:12:16.495432+0000 mon.smithi136 (mon.0) 6615 : audit [DBG] from='client.? 172.21.15.136:0/3182167481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:18 smithi136 bash[11745]: cluster 2022-04-26T08:12:17.589660+0000 mgr.smithi136.ofnrfx (mgr.14188) 10869 : cluster [DBG] pgmap v10200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:18 smithi145 bash[13673]: cluster 2022-04-26T08:12:17.589660+0000 mgr.smithi136.ofnrfx (mgr.14188) 10869 : cluster [DBG] pgmap v10200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:20 smithi136 bash[11745]: cluster 2022-04-26T08:12:19.590309+0000 mgr.smithi136.ofnrfx (mgr.14188) 10870 : cluster [DBG] pgmap v10201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:20 smithi145 bash[13673]: cluster 2022-04-26T08:12:19.590309+0000 mgr.smithi136.ofnrfx (mgr.14188) 10870 : cluster [DBG] pgmap v10201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:21.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:21.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:21.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:21.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:22 smithi136 bash[11745]: cluster 2022-04-26T08:12:21.590911+0000 mgr.smithi136.ofnrfx (mgr.14188) 10871 : cluster [DBG] pgmap v10202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:22 smithi136 bash[11745]: audit 2022-04-26T08:12:21.819435+0000 mon.smithi136 (mon.0) 6616 : audit [DBG] from='client.? 172.21.15.136:0/1161668908' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:22 smithi145 bash[13673]: cluster 2022-04-26T08:12:21.590911+0000 mgr.smithi136.ofnrfx (mgr.14188) 10871 : cluster [DBG] pgmap v10202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:22 smithi145 bash[13673]: audit 2022-04-26T08:12:21.819435+0000 mon.smithi136 (mon.0) 6616 : audit [DBG] from='client.? 172.21.15.136:0/1161668908' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:24 smithi136 bash[11745]: cluster 2022-04-26T08:12:23.591615+0000 mgr.smithi136.ofnrfx (mgr.14188) 10872 : cluster [DBG] pgmap v10203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:24 smithi145 bash[13673]: cluster 2022-04-26T08:12:23.591615+0000 mgr.smithi136.ofnrfx (mgr.14188) 10872 : cluster [DBG] pgmap v10203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:26.838 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:26.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:26.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:26 smithi136 bash[11745]: cluster 2022-04-26T08:12:25.592199+0000 mgr.smithi136.ofnrfx (mgr.14188) 10873 : cluster [DBG] pgmap v10204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:26 smithi145 bash[13673]: cluster 2022-04-26T08:12:25.592199+0000 mgr.smithi136.ofnrfx (mgr.14188) 10873 : cluster [DBG] pgmap v10204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:27.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:27 smithi145 bash[13673]: audit 2022-04-26T08:12:27.146888+0000 mon.smithi136 (mon.0) 6617 : audit [DBG] from='client.? 172.21.15.136:0/1936784382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:27 smithi136 bash[11745]: audit 2022-04-26T08:12:27.146888+0000 mon.smithi136 (mon.0) 6617 : audit [DBG] from='client.? 172.21.15.136:0/1936784382' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:28 smithi136 bash[11745]: cluster 2022-04-26T08:12:27.592868+0000 mgr.smithi136.ofnrfx (mgr.14188) 10874 : cluster [DBG] pgmap v10205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:28 smithi145 bash[13673]: cluster 2022-04-26T08:12:27.592868+0000 mgr.smithi136.ofnrfx (mgr.14188) 10874 : cluster [DBG] pgmap v10205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:30 smithi136 bash[11745]: cluster 2022-04-26T08:12:29.593491+0000 mgr.smithi136.ofnrfx (mgr.14188) 10875 : cluster [DBG] pgmap v10206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:30 smithi145 bash[13673]: cluster 2022-04-26T08:12:29.593491+0000 mgr.smithi136.ofnrfx (mgr.14188) 10875 : cluster [DBG] pgmap v10206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:32.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:32.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:32.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:32.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:32 smithi136 bash[11745]: cluster 2022-04-26T08:12:31.594123+0000 mgr.smithi136.ofnrfx (mgr.14188) 10876 : cluster [DBG] pgmap v10207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:33.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:32 smithi136 bash[11745]: audit 2022-04-26T08:12:32.470007+0000 mon.smithi136 (mon.0) 6618 : audit [DBG] from='client.? 172.21.15.136:0/1173878134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:32 smithi145 bash[13673]: cluster 2022-04-26T08:12:31.594123+0000 mgr.smithi136.ofnrfx (mgr.14188) 10876 : cluster [DBG] pgmap v10207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:32 smithi145 bash[13673]: audit 2022-04-26T08:12:32.470007+0000 mon.smithi136 (mon.0) 6618 : audit [DBG] from='client.? 172.21.15.136:0/1173878134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:34 smithi136 bash[11745]: cluster 2022-04-26T08:12:33.594762+0000 mgr.smithi136.ofnrfx (mgr.14188) 10877 : cluster [DBG] pgmap v10208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:34 smithi145 bash[13673]: cluster 2022-04-26T08:12:33.594762+0000 mgr.smithi136.ofnrfx (mgr.14188) 10877 : cluster [DBG] pgmap v10208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:36 smithi136 bash[11745]: cluster 2022-04-26T08:12:35.595374+0000 mgr.smithi136.ofnrfx (mgr.14188) 10878 : cluster [DBG] pgmap v10209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:36 smithi145 bash[13673]: cluster 2022-04-26T08:12:35.595374+0000 mgr.smithi136.ofnrfx (mgr.14188) 10878 : cluster [DBG] pgmap v10209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:37.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:37.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:37.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:37.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:38 smithi136 bash[11745]: cluster 2022-04-26T08:12:37.595740+0000 mgr.smithi136.ofnrfx (mgr.14188) 10879 : cluster [DBG] pgmap v10210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:38 smithi136 bash[11745]: audit 2022-04-26T08:12:37.801287+0000 mon.smithi136 (mon.0) 6619 : audit [DBG] from='client.? 172.21.15.136:0/911514210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:38 smithi145 bash[13673]: cluster 2022-04-26T08:12:37.595740+0000 mgr.smithi136.ofnrfx (mgr.14188) 10879 : cluster [DBG] pgmap v10210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:38 smithi145 bash[13673]: audit 2022-04-26T08:12:37.801287+0000 mon.smithi136 (mon.0) 6619 : audit [DBG] from='client.? 172.21.15.136:0/911514210' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:40 smithi136 bash[11745]: cluster 2022-04-26T08:12:39.596248+0000 mgr.smithi136.ofnrfx (mgr.14188) 10880 : cluster [DBG] pgmap v10211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:40 smithi145 bash[13673]: cluster 2022-04-26T08:12:39.596248+0000 mgr.smithi136.ofnrfx (mgr.14188) 10880 : cluster [DBG] pgmap v10211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:42.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:42.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:42.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:42 smithi136 bash[11745]: cluster 2022-04-26T08:12:41.596882+0000 mgr.smithi136.ofnrfx (mgr.14188) 10881 : cluster [DBG] pgmap v10212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:43.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:43.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:42 smithi145 bash[13673]: cluster 2022-04-26T08:12:41.596882+0000 mgr.smithi136.ofnrfx (mgr.14188) 10881 : cluster [DBG] pgmap v10212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:43 smithi136 bash[11745]: audit 2022-04-26T08:12:43.128172+0000 mon.smithi136 (mon.0) 6620 : audit [DBG] from='client.? 172.21.15.136:0/2770198374' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:43 smithi136 bash[11745]: audit 2022-04-26T08:12:43.603613+0000 mon.smithi136 (mon.0) 6621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:12:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:43 smithi136 bash[11745]: audit 2022-04-26T08:12:43.606410+0000 mon.smithi136 (mon.0) 6622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:12:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:43 smithi136 bash[11745]: audit 2022-04-26T08:12:43.608064+0000 mon.smithi136 (mon.0) 6623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:12:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:43 smithi145 bash[13673]: audit 2022-04-26T08:12:43.128172+0000 mon.smithi136 (mon.0) 6620 : audit [DBG] from='client.? 172.21.15.136:0/2770198374' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:43 smithi145 bash[13673]: audit 2022-04-26T08:12:43.603613+0000 mon.smithi136 (mon.0) 6621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:12:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:43 smithi145 bash[13673]: audit 2022-04-26T08:12:43.606410+0000 mon.smithi136 (mon.0) 6622 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:12:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:43 smithi145 bash[13673]: audit 2022-04-26T08:12:43.608064+0000 mon.smithi136 (mon.0) 6623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:12:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:44 smithi136 bash[11745]: cluster 2022-04-26T08:12:43.597490+0000 mgr.smithi136.ofnrfx (mgr.14188) 10882 : cluster [DBG] pgmap v10213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:44 smithi136 bash[11745]: audit 2022-04-26T08:12:43.907266+0000 mon.smithi136 (mon.0) 6624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:12:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:44 smithi136 bash[11745]: audit 2022-04-26T08:12:44.234822+0000 mon.smithi136 (mon.0) 6625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:12:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:44 smithi136 bash[11745]: audit 2022-04-26T08:12:44.243576+0000 mon.smithi136 (mon.0) 6626 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:12:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:44 smithi145 bash[13673]: cluster 2022-04-26T08:12:43.597490+0000 mgr.smithi136.ofnrfx (mgr.14188) 10882 : cluster [DBG] pgmap v10213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:44 smithi145 bash[13673]: audit 2022-04-26T08:12:43.907266+0000 mon.smithi136 (mon.0) 6624 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:12:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:44 smithi145 bash[13673]: audit 2022-04-26T08:12:44.234822+0000 mon.smithi136 (mon.0) 6625 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:12:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:44 smithi145 bash[13673]: audit 2022-04-26T08:12:44.243576+0000 mon.smithi136 (mon.0) 6626 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:12:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:45 smithi136 bash[11745]: cluster 2022-04-26T08:12:44.226789+0000 mgr.smithi136.ofnrfx (mgr.14188) 10883 : cluster [DBG] pgmap v10214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:45 smithi136 bash[11745]: cluster 2022-04-26T08:12:44.227258+0000 mgr.smithi136.ofnrfx (mgr.14188) 10884 : cluster [DBG] pgmap v10215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:45 smithi136 bash[11745]: cephadm 2022-04-26T08:12:44.244924+0000 mgr.smithi136.ofnrfx (mgr.14188) 10885 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:12:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:45 smithi136 bash[11745]: cephadm 2022-04-26T08:12:44.245091+0000 mgr.smithi136.ofnrfx (mgr.14188) 10886 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:12:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:45 smithi145 bash[13673]: cluster 2022-04-26T08:12:44.226789+0000 mgr.smithi136.ofnrfx (mgr.14188) 10883 : cluster [DBG] pgmap v10214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:45 smithi145 bash[13673]: cluster 2022-04-26T08:12:44.227258+0000 mgr.smithi136.ofnrfx (mgr.14188) 10884 : cluster [DBG] pgmap v10215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:45 smithi145 bash[13673]: cephadm 2022-04-26T08:12:44.244924+0000 mgr.smithi136.ofnrfx (mgr.14188) 10885 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:12:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:45 smithi145 bash[13673]: cephadm 2022-04-26T08:12:44.245091+0000 mgr.smithi136.ofnrfx (mgr.14188) 10886 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:12:48.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:48.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:48.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:47 smithi136 bash[11745]: cluster 2022-04-26T08:12:46.227955+0000 mgr.smithi136.ofnrfx (mgr.14188) 10887 : cluster [DBG] pgmap v10216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:47 smithi145 bash[13673]: cluster 2022-04-26T08:12:46.227955+0000 mgr.smithi136.ofnrfx (mgr.14188) 10887 : cluster [DBG] pgmap v10216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:48.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:48 smithi136 bash[11745]: audit 2022-04-26T08:12:48.457421+0000 mon.smithi136 (mon.0) 6627 : audit [DBG] from='client.? 172.21.15.136:0/1343714191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:48 smithi145 bash[13673]: audit 2022-04-26T08:12:48.457421+0000 mon.smithi136 (mon.0) 6627 : audit [DBG] from='client.? 172.21.15.136:0/1343714191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:49 smithi136 bash[11745]: cluster 2022-04-26T08:12:48.228578+0000 mgr.smithi136.ofnrfx (mgr.14188) 10888 : cluster [DBG] pgmap v10217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:49 smithi145 bash[13673]: cluster 2022-04-26T08:12:48.228578+0000 mgr.smithi136.ofnrfx (mgr.14188) 10888 : cluster [DBG] pgmap v10217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:51 smithi136 bash[11745]: cluster 2022-04-26T08:12:50.229198+0000 mgr.smithi136.ofnrfx (mgr.14188) 10889 : cluster [DBG] pgmap v10218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:51 smithi145 bash[13673]: cluster 2022-04-26T08:12:50.229198+0000 mgr.smithi136.ofnrfx (mgr.14188) 10889 : cluster [DBG] pgmap v10218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:52 smithi136 bash[11745]: cluster 2022-04-26T08:12:52.229835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10890 : cluster [DBG] pgmap v10219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:52 smithi145 bash[13673]: cluster 2022-04-26T08:12:52.229835+0000 mgr.smithi136.ofnrfx (mgr.14188) 10890 : cluster [DBG] pgmap v10219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:53.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:53.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:53.480 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:53.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:53 smithi136 bash[11745]: audit 2022-04-26T08:12:53.784026+0000 mon.smithi136 (mon.0) 6628 : audit [DBG] from='client.? 172.21.15.136:0/2068539033' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:53 smithi145 bash[13673]: audit 2022-04-26T08:12:53.784026+0000 mon.smithi136 (mon.0) 6628 : audit [DBG] from='client.? 172.21.15.136:0/2068539033' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:12:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:55 smithi145 bash[13673]: cluster 2022-04-26T08:12:54.230437+0000 mgr.smithi136.ofnrfx (mgr.14188) 10891 : cluster [DBG] pgmap v10220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:55 smithi136 bash[11745]: cluster 2022-04-26T08:12:54.230437+0000 mgr.smithi136.ofnrfx (mgr.14188) 10891 : cluster [DBG] pgmap v10220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:57 smithi145 bash[13673]: cluster 2022-04-26T08:12:56.231077+0000 mgr.smithi136.ofnrfx (mgr.14188) 10892 : cluster [DBG] pgmap v10221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:57 smithi136 bash[11745]: cluster 2022-04-26T08:12:56.231077+0000 mgr.smithi136.ofnrfx (mgr.14188) 10892 : cluster [DBG] pgmap v10221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:58.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:12:58.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:12:58.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:12:59.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:12:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:59 smithi145 bash[13673]: cluster 2022-04-26T08:12:58.231761+0000 mgr.smithi136.ofnrfx (mgr.14188) 10893 : cluster [DBG] pgmap v10222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:12:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:12:59 smithi145 bash[13673]: audit 2022-04-26T08:12:59.123596+0000 mon.smithi136 (mon.0) 6629 : audit [DBG] from='client.? 172.21.15.136:0/3511275782' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:59 smithi136 bash[11745]: cluster 2022-04-26T08:12:58.231761+0000 mgr.smithi136.ofnrfx (mgr.14188) 10893 : cluster [DBG] pgmap v10222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:12:59 smithi136 bash[11745]: audit 2022-04-26T08:12:59.123596+0000 mon.smithi136 (mon.0) 6629 : audit [DBG] from='client.? 172.21.15.136:0/3511275782' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:01 smithi145 bash[13673]: cluster 2022-04-26T08:13:00.232356+0000 mgr.smithi136.ofnrfx (mgr.14188) 10894 : cluster [DBG] pgmap v10223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:01 smithi136 bash[11745]: cluster 2022-04-26T08:13:00.232356+0000 mgr.smithi136.ofnrfx (mgr.14188) 10894 : cluster [DBG] pgmap v10223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:03 smithi145 bash[13673]: cluster 2022-04-26T08:13:02.232986+0000 mgr.smithi136.ofnrfx (mgr.14188) 10895 : cluster [DBG] pgmap v10224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:03 smithi145 bash[13673]: audit 2022-04-26T08:13:03.212472+0000 mon.smithi136 (mon.0) 6630 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:13:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:03 smithi145 bash[13673]: audit 2022-04-26T08:13:03.216470+0000 mon.smithi136 (mon.0) 6631 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:13:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:03 smithi136 bash[11745]: cluster 2022-04-26T08:13:02.232986+0000 mgr.smithi136.ofnrfx (mgr.14188) 10895 : cluster [DBG] pgmap v10224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:03 smithi136 bash[11745]: audit 2022-04-26T08:13:03.212472+0000 mon.smithi136 (mon.0) 6630 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:13:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:03 smithi136 bash[11745]: audit 2022-04-26T08:13:03.216470+0000 mon.smithi136 (mon.0) 6631 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:13:04.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:04.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:04.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:04.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:04 smithi145 bash[13673]: audit 2022-04-26T08:13:04.462539+0000 mon.smithi136 (mon.0) 6632 : audit [DBG] from='client.? 172.21.15.136:0/3974688772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:04 smithi136 bash[11745]: audit 2022-04-26T08:13:04.462539+0000 mon.smithi136 (mon.0) 6632 : audit [DBG] from='client.? 172.21.15.136:0/3974688772' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:05.901 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:05 smithi145 bash[13673]: cluster 2022-04-26T08:13:04.233700+0000 mgr.smithi136.ofnrfx (mgr.14188) 10896 : cluster [DBG] pgmap v10225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:05 smithi136 bash[11745]: cluster 2022-04-26T08:13:04.233700+0000 mgr.smithi136.ofnrfx (mgr.14188) 10896 : cluster [DBG] pgmap v10225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:07 smithi145 bash[13673]: cluster 2022-04-26T08:13:06.234325+0000 mgr.smithi136.ofnrfx (mgr.14188) 10897 : cluster [DBG] pgmap v10226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:07 smithi136 bash[11745]: cluster 2022-04-26T08:13:06.234325+0000 mgr.smithi136.ofnrfx (mgr.14188) 10897 : cluster [DBG] pgmap v10226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:09.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:09.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:09.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:09.809 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:09 smithi145 bash[13673]: cluster 2022-04-26T08:13:08.234946+0000 mgr.smithi136.ofnrfx (mgr.14188) 10898 : cluster [DBG] pgmap v10227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:09 smithi136 bash[11745]: cluster 2022-04-26T08:13:08.234946+0000 mgr.smithi136.ofnrfx (mgr.14188) 10898 : cluster [DBG] pgmap v10227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:10 smithi136 bash[11745]: audit 2022-04-26T08:13:09.794172+0000 mon.smithi136 (mon.0) 6633 : audit [DBG] from='client.? 172.21.15.136:0/3164553789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:10 smithi145 bash[13673]: audit 2022-04-26T08:13:09.794172+0000 mon.smithi136 (mon.0) 6633 : audit [DBG] from='client.? 172.21.15.136:0/3164553789' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:11 smithi136 bash[11745]: cluster 2022-04-26T08:13:10.235552+0000 mgr.smithi136.ofnrfx (mgr.14188) 10899 : cluster [DBG] pgmap v10228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:11 smithi145 bash[13673]: cluster 2022-04-26T08:13:10.235552+0000 mgr.smithi136.ofnrfx (mgr.14188) 10899 : cluster [DBG] pgmap v10228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:13 smithi136 bash[11745]: cluster 2022-04-26T08:13:12.236161+0000 mgr.smithi136.ofnrfx (mgr.14188) 10900 : cluster [DBG] pgmap v10229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:13 smithi145 bash[13673]: cluster 2022-04-26T08:13:12.236161+0000 mgr.smithi136.ofnrfx (mgr.14188) 10900 : cluster [DBG] pgmap v10229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:14.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:14.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:14.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:15.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:15 smithi136 bash[11745]: cluster 2022-04-26T08:13:14.236747+0000 mgr.smithi136.ofnrfx (mgr.14188) 10901 : cluster [DBG] pgmap v10230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:15 smithi136 bash[11745]: audit 2022-04-26T08:13:15.121887+0000 mon.smithi136 (mon.0) 6634 : audit [DBG] from='client.? 172.21.15.136:0/3153558416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:15 smithi145 bash[13673]: cluster 2022-04-26T08:13:14.236747+0000 mgr.smithi136.ofnrfx (mgr.14188) 10901 : cluster [DBG] pgmap v10230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:15 smithi145 bash[13673]: audit 2022-04-26T08:13:15.121887+0000 mon.smithi136 (mon.0) 6634 : audit [DBG] from='client.? 172.21.15.136:0/3153558416' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:17 smithi136 bash[11745]: cluster 2022-04-26T08:13:16.237351+0000 mgr.smithi136.ofnrfx (mgr.14188) 10902 : cluster [DBG] pgmap v10231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:17 smithi145 bash[13673]: cluster 2022-04-26T08:13:16.237351+0000 mgr.smithi136.ofnrfx (mgr.14188) 10902 : cluster [DBG] pgmap v10231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:19 smithi136 bash[11745]: cluster 2022-04-26T08:13:18.237980+0000 mgr.smithi136.ofnrfx (mgr.14188) 10903 : cluster [DBG] pgmap v10232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:20.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:20.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:20.142 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:20.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:19 smithi145 bash[13673]: cluster 2022-04-26T08:13:18.237980+0000 mgr.smithi136.ofnrfx (mgr.14188) 10903 : cluster [DBG] pgmap v10232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:20.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:20 smithi136 bash[11745]: audit 2022-04-26T08:13:20.444212+0000 mon.smithi136 (mon.0) 6635 : audit [DBG] from='client.? 172.21.15.136:0/3398356104' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:20 smithi145 bash[13673]: audit 2022-04-26T08:13:20.444212+0000 mon.smithi136 (mon.0) 6635 : audit [DBG] from='client.? 172.21.15.136:0/3398356104' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:21 smithi136 bash[11745]: cluster 2022-04-26T08:13:20.238642+0000 mgr.smithi136.ofnrfx (mgr.14188) 10904 : cluster [DBG] pgmap v10233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:22.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:21 smithi145 bash[13673]: cluster 2022-04-26T08:13:20.238642+0000 mgr.smithi136.ofnrfx (mgr.14188) 10904 : cluster [DBG] pgmap v10233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:23 smithi136 bash[11745]: cluster 2022-04-26T08:13:22.239331+0000 mgr.smithi136.ofnrfx (mgr.14188) 10905 : cluster [DBG] pgmap v10234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:23 smithi145 bash[13673]: cluster 2022-04-26T08:13:22.239331+0000 mgr.smithi136.ofnrfx (mgr.14188) 10905 : cluster [DBG] pgmap v10234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:25.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:25.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:25.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:25.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:25 smithi136 bash[11745]: cluster 2022-04-26T08:13:24.239915+0000 mgr.smithi136.ofnrfx (mgr.14188) 10906 : cluster [DBG] pgmap v10235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:25 smithi145 bash[13673]: cluster 2022-04-26T08:13:24.239915+0000 mgr.smithi136.ofnrfx (mgr.14188) 10906 : cluster [DBG] pgmap v10235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:26 smithi136 bash[11745]: audit 2022-04-26T08:13:25.775639+0000 mon.smithi136 (mon.0) 6636 : audit [DBG] from='client.? 172.21.15.136:0/2346174683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:26 smithi145 bash[13673]: audit 2022-04-26T08:13:25.775639+0000 mon.smithi136 (mon.0) 6636 : audit [DBG] from='client.? 172.21.15.136:0/2346174683' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:27 smithi136 bash[11745]: cluster 2022-04-26T08:13:26.240567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10907 : cluster [DBG] pgmap v10236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:27 smithi145 bash[13673]: cluster 2022-04-26T08:13:26.240567+0000 mgr.smithi136.ofnrfx (mgr.14188) 10907 : cluster [DBG] pgmap v10236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:29 smithi136 bash[11745]: cluster 2022-04-26T08:13:28.241206+0000 mgr.smithi136.ofnrfx (mgr.14188) 10908 : cluster [DBG] pgmap v10237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:29 smithi145 bash[13673]: cluster 2022-04-26T08:13:28.241206+0000 mgr.smithi136.ofnrfx (mgr.14188) 10908 : cluster [DBG] pgmap v10237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:30.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:30.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:30.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:31.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:31 smithi136 bash[11745]: cluster 2022-04-26T08:13:30.241806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10909 : cluster [DBG] pgmap v10238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:32.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:31 smithi136 bash[11745]: audit 2022-04-26T08:13:31.100033+0000 mon.smithi136 (mon.0) 6637 : audit [DBG] from='client.? 172.21.15.136:0/2413302024' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:31 smithi145 bash[13673]: cluster 2022-04-26T08:13:30.241806+0000 mgr.smithi136.ofnrfx (mgr.14188) 10909 : cluster [DBG] pgmap v10238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:31 smithi145 bash[13673]: audit 2022-04-26T08:13:31.100033+0000 mon.smithi136 (mon.0) 6637 : audit [DBG] from='client.? 172.21.15.136:0/2413302024' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:33 smithi136 bash[11745]: cluster 2022-04-26T08:13:32.242533+0000 mgr.smithi136.ofnrfx (mgr.14188) 10910 : cluster [DBG] pgmap v10239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:33 smithi145 bash[13673]: cluster 2022-04-26T08:13:32.242533+0000 mgr.smithi136.ofnrfx (mgr.14188) 10910 : cluster [DBG] pgmap v10239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:35 smithi136 bash[11745]: cluster 2022-04-26T08:13:34.243175+0000 mgr.smithi136.ofnrfx (mgr.14188) 10911 : cluster [DBG] pgmap v10240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:36.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:36.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:36.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:35 smithi145 bash[13673]: cluster 2022-04-26T08:13:34.243175+0000 mgr.smithi136.ofnrfx (mgr.14188) 10911 : cluster [DBG] pgmap v10240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:36.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:36 smithi136 bash[11745]: audit 2022-04-26T08:13:36.427376+0000 mon.smithi136 (mon.0) 6638 : audit [DBG] from='client.? 172.21.15.136:0/2522911429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:36 smithi145 bash[13673]: audit 2022-04-26T08:13:36.427376+0000 mon.smithi136 (mon.0) 6638 : audit [DBG] from='client.? 172.21.15.136:0/2522911429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:37 smithi136 bash[11745]: cluster 2022-04-26T08:13:36.243649+0000 mgr.smithi136.ofnrfx (mgr.14188) 10912 : cluster [DBG] pgmap v10241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:37 smithi145 bash[13673]: cluster 2022-04-26T08:13:36.243649+0000 mgr.smithi136.ofnrfx (mgr.14188) 10912 : cluster [DBG] pgmap v10241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:39 smithi136 bash[11745]: cluster 2022-04-26T08:13:38.244201+0000 mgr.smithi136.ofnrfx (mgr.14188) 10913 : cluster [DBG] pgmap v10242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:39 smithi145 bash[13673]: cluster 2022-04-26T08:13:38.244201+0000 mgr.smithi136.ofnrfx (mgr.14188) 10913 : cluster [DBG] pgmap v10242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:41.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:41.764 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:41 smithi136 bash[11745]: cluster 2022-04-26T08:13:40.244842+0000 mgr.smithi136.ofnrfx (mgr.14188) 10914 : cluster [DBG] pgmap v10243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:41 smithi136 bash[11745]: audit 2022-04-26T08:13:41.747715+0000 mon.smithi136 (mon.0) 6639 : audit [DBG] from='client.? 172.21.15.136:0/668139839' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:41 smithi145 bash[13673]: cluster 2022-04-26T08:13:40.244842+0000 mgr.smithi136.ofnrfx (mgr.14188) 10914 : cluster [DBG] pgmap v10243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:41 smithi145 bash[13673]: audit 2022-04-26T08:13:41.747715+0000 mon.smithi136 (mon.0) 6639 : audit [DBG] from='client.? 172.21.15.136:0/668139839' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:43 smithi136 bash[11745]: cluster 2022-04-26T08:13:42.245566+0000 mgr.smithi136.ofnrfx (mgr.14188) 10915 : cluster [DBG] pgmap v10244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:43 smithi145 bash[13673]: cluster 2022-04-26T08:13:42.245566+0000 mgr.smithi136.ofnrfx (mgr.14188) 10915 : cluster [DBG] pgmap v10244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:44 smithi136 bash[11745]: audit 2022-04-26T08:13:44.255454+0000 mon.smithi136 (mon.0) 6640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:13:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:44 smithi136 bash[11745]: audit 2022-04-26T08:13:44.258334+0000 mon.smithi136 (mon.0) 6641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:13:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:44 smithi136 bash[11745]: audit 2022-04-26T08:13:44.260173+0000 mon.smithi136 (mon.0) 6642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:13:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:44 smithi136 bash[11745]: audit 2022-04-26T08:13:44.596809+0000 mon.smithi136 (mon.0) 6643 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:13:45.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:44 smithi136 bash[11745]: audit 2022-04-26T08:13:44.607402+0000 mon.smithi136 (mon.0) 6644 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:13:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:44 smithi145 bash[13673]: audit 2022-04-26T08:13:44.255454+0000 mon.smithi136 (mon.0) 6640 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:13:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:44 smithi145 bash[13673]: audit 2022-04-26T08:13:44.258334+0000 mon.smithi136 (mon.0) 6641 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:13:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:44 smithi145 bash[13673]: audit 2022-04-26T08:13:44.260173+0000 mon.smithi136 (mon.0) 6642 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:13:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:44 smithi145 bash[13673]: audit 2022-04-26T08:13:44.596809+0000 mon.smithi136 (mon.0) 6643 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:13:45.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:44 smithi145 bash[13673]: audit 2022-04-26T08:13:44.607402+0000 mon.smithi136 (mon.0) 6644 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:13:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:45 smithi136 bash[11745]: cluster 2022-04-26T08:13:44.246172+0000 mgr.smithi136.ofnrfx (mgr.14188) 10916 : cluster [DBG] pgmap v10245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:45 smithi136 bash[11745]: cluster 2022-04-26T08:13:44.589416+0000 mgr.smithi136.ofnrfx (mgr.14188) 10917 : cluster [DBG] pgmap v10246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:45 smithi136 bash[11745]: cluster 2022-04-26T08:13:44.589827+0000 mgr.smithi136.ofnrfx (mgr.14188) 10918 : cluster [DBG] pgmap v10247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:45 smithi136 bash[11745]: cephadm 2022-04-26T08:13:44.608622+0000 mgr.smithi136.ofnrfx (mgr.14188) 10919 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:13:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:45 smithi136 bash[11745]: cephadm 2022-04-26T08:13:44.608755+0000 mgr.smithi136.ofnrfx (mgr.14188) 10920 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:13:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:45 smithi145 bash[13673]: cluster 2022-04-26T08:13:44.246172+0000 mgr.smithi136.ofnrfx (mgr.14188) 10916 : cluster [DBG] pgmap v10245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:45 smithi145 bash[13673]: cluster 2022-04-26T08:13:44.589416+0000 mgr.smithi136.ofnrfx (mgr.14188) 10917 : cluster [DBG] pgmap v10246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:45 smithi145 bash[13673]: cluster 2022-04-26T08:13:44.589827+0000 mgr.smithi136.ofnrfx (mgr.14188) 10918 : cluster [DBG] pgmap v10247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:45 smithi145 bash[13673]: cephadm 2022-04-26T08:13:44.608622+0000 mgr.smithi136.ofnrfx (mgr.14188) 10919 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:13:46.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:45 smithi145 bash[13673]: cephadm 2022-04-26T08:13:44.608755+0000 mgr.smithi136.ofnrfx (mgr.14188) 10920 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:13:46.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:46.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:46.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:47.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:47 smithi136 bash[11745]: cluster 2022-04-26T08:13:46.590522+0000 mgr.smithi136.ofnrfx (mgr.14188) 10921 : cluster [DBG] pgmap v10248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:47 smithi136 bash[11745]: audit 2022-04-26T08:13:47.072147+0000 mon.smithi136 (mon.0) 6645 : audit [DBG] from='client.? 172.21.15.136:0/3508047978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:47 smithi145 bash[13673]: cluster 2022-04-26T08:13:46.590522+0000 mgr.smithi136.ofnrfx (mgr.14188) 10921 : cluster [DBG] pgmap v10248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:47 smithi145 bash[13673]: audit 2022-04-26T08:13:47.072147+0000 mon.smithi136 (mon.0) 6645 : audit [DBG] from='client.? 172.21.15.136:0/3508047978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:49 smithi136 bash[11745]: cluster 2022-04-26T08:13:48.591166+0000 mgr.smithi136.ofnrfx (mgr.14188) 10922 : cluster [DBG] pgmap v10249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:49 smithi145 bash[13673]: cluster 2022-04-26T08:13:48.591166+0000 mgr.smithi136.ofnrfx (mgr.14188) 10922 : cluster [DBG] pgmap v10249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:51 smithi136 bash[11745]: cluster 2022-04-26T08:13:50.591738+0000 mgr.smithi136.ofnrfx (mgr.14188) 10923 : cluster [DBG] pgmap v10250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:52.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:52.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:52.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:51 smithi145 bash[13673]: cluster 2022-04-26T08:13:50.591738+0000 mgr.smithi136.ofnrfx (mgr.14188) 10923 : cluster [DBG] pgmap v10250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:52.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:52 smithi145 bash[13673]: audit 2022-04-26T08:13:52.409562+0000 mon.smithi136 (mon.0) 6646 : audit [DBG] from='client.? 172.21.15.136:0/1793327754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:52 smithi136 bash[11745]: audit 2022-04-26T08:13:52.409562+0000 mon.smithi136 (mon.0) 6646 : audit [DBG] from='client.? 172.21.15.136:0/1793327754' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:53 smithi145 bash[13673]: cluster 2022-04-26T08:13:52.592453+0000 mgr.smithi136.ofnrfx (mgr.14188) 10924 : cluster [DBG] pgmap v10251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:53 smithi136 bash[11745]: cluster 2022-04-26T08:13:52.592453+0000 mgr.smithi136.ofnrfx (mgr.14188) 10924 : cluster [DBG] pgmap v10251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:55 smithi145 bash[13673]: cluster 2022-04-26T08:13:54.593100+0000 mgr.smithi136.ofnrfx (mgr.14188) 10925 : cluster [DBG] pgmap v10252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:55 smithi136 bash[11745]: cluster 2022-04-26T08:13:54.593100+0000 mgr.smithi136.ofnrfx (mgr.14188) 10925 : cluster [DBG] pgmap v10252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:57.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:13:57.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:13:57.428 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:13:57.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:13:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:57 smithi145 bash[13673]: cluster 2022-04-26T08:13:56.593716+0000 mgr.smithi136.ofnrfx (mgr.14188) 10926 : cluster [DBG] pgmap v10253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:57 smithi145 bash[13673]: audit 2022-04-26T08:13:57.739202+0000 mon.smithi136 (mon.0) 6647 : audit [DBG] from='client.? 172.21.15.136:0/2698784443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:13:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:57 smithi136 bash[11745]: cluster 2022-04-26T08:13:56.593716+0000 mgr.smithi136.ofnrfx (mgr.14188) 10926 : cluster [DBG] pgmap v10253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:13:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:57 smithi136 bash[11745]: audit 2022-04-26T08:13:57.739202+0000 mon.smithi136 (mon.0) 6647 : audit [DBG] from='client.? 172.21.15.136:0/2698784443' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:13:59 smithi145 bash[13673]: cluster 2022-04-26T08:13:58.594311+0000 mgr.smithi136.ofnrfx (mgr.14188) 10927 : cluster [DBG] pgmap v10254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:13:59 smithi136 bash[11745]: cluster 2022-04-26T08:13:58.594311+0000 mgr.smithi136.ofnrfx (mgr.14188) 10927 : cluster [DBG] pgmap v10254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:01 smithi136 bash[11745]: cluster 2022-04-26T08:14:00.595015+0000 mgr.smithi136.ofnrfx (mgr.14188) 10928 : cluster [DBG] pgmap v10255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:01 smithi145 bash[13673]: cluster 2022-04-26T08:14:00.595015+0000 mgr.smithi136.ofnrfx (mgr.14188) 10928 : cluster [DBG] pgmap v10255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:02.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:02.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:02.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:03.087 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:03 smithi145 bash[13673]: cluster 2022-04-26T08:14:02.595773+0000 mgr.smithi136.ofnrfx (mgr.14188) 10929 : cluster [DBG] pgmap v10256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:03 smithi145 bash[13673]: audit 2022-04-26T08:14:03.071642+0000 mon.smithi136 (mon.0) 6648 : audit [DBG] from='client.? 172.21.15.136:0/1318869635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:03 smithi145 bash[13673]: audit 2022-04-26T08:14:03.216623+0000 mon.smithi136 (mon.0) 6649 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:14:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:03 smithi145 bash[13673]: audit 2022-04-26T08:14:03.220427+0000 mon.smithi136 (mon.0) 6650 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:14:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:03 smithi136 bash[11745]: cluster 2022-04-26T08:14:02.595773+0000 mgr.smithi136.ofnrfx (mgr.14188) 10929 : cluster [DBG] pgmap v10256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:03 smithi136 bash[11745]: audit 2022-04-26T08:14:03.071642+0000 mon.smithi136 (mon.0) 6648 : audit [DBG] from='client.? 172.21.15.136:0/1318869635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:03 smithi136 bash[11745]: audit 2022-04-26T08:14:03.216623+0000 mon.smithi136 (mon.0) 6649 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:14:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:03 smithi136 bash[11745]: audit 2022-04-26T08:14:03.220427+0000 mon.smithi136 (mon.0) 6650 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:14:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:05 smithi145 bash[13673]: cluster 2022-04-26T08:14:04.596365+0000 mgr.smithi136.ofnrfx (mgr.14188) 10930 : cluster [DBG] pgmap v10257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:05 smithi136 bash[11745]: cluster 2022-04-26T08:14:04.596365+0000 mgr.smithi136.ofnrfx (mgr.14188) 10930 : cluster [DBG] pgmap v10257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:08.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:08.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:08.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:07 smithi145 bash[13673]: cluster 2022-04-26T08:14:06.597003+0000 mgr.smithi136.ofnrfx (mgr.14188) 10931 : cluster [DBG] pgmap v10258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:07 smithi136 bash[11745]: cluster 2022-04-26T08:14:06.597003+0000 mgr.smithi136.ofnrfx (mgr.14188) 10931 : cluster [DBG] pgmap v10258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:08.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:08 smithi145 bash[13673]: audit 2022-04-26T08:14:08.398577+0000 mon.smithi136 (mon.0) 6651 : audit [DBG] from='client.? 172.21.15.136:0/260094435' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:09.167 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:08 smithi136 bash[11745]: audit 2022-04-26T08:14:08.398577+0000 mon.smithi136 (mon.0) 6651 : audit [DBG] from='client.? 172.21.15.136:0/260094435' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:09 smithi145 bash[13673]: cluster 2022-04-26T08:14:08.597648+0000 mgr.smithi136.ofnrfx (mgr.14188) 10932 : cluster [DBG] pgmap v10259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:09 smithi136 bash[11745]: cluster 2022-04-26T08:14:08.597648+0000 mgr.smithi136.ofnrfx (mgr.14188) 10932 : cluster [DBG] pgmap v10259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:12.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:11 smithi145 bash[13673]: cluster 2022-04-26T08:14:10.598228+0000 mgr.smithi136.ofnrfx (mgr.14188) 10933 : cluster [DBG] pgmap v10260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:11 smithi136 bash[11745]: cluster 2022-04-26T08:14:10.598228+0000 mgr.smithi136.ofnrfx (mgr.14188) 10933 : cluster [DBG] pgmap v10260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:13.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:13.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:13.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:13.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:13 smithi145 bash[13673]: cluster 2022-04-26T08:14:12.598885+0000 mgr.smithi136.ofnrfx (mgr.14188) 10934 : cluster [DBG] pgmap v10261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:13 smithi145 bash[13673]: audit 2022-04-26T08:14:13.722790+0000 mon.smithi136 (mon.0) 6652 : audit [DBG] from='client.? 172.21.15.136:0/2213875818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:13 smithi136 bash[11745]: cluster 2022-04-26T08:14:12.598885+0000 mgr.smithi136.ofnrfx (mgr.14188) 10934 : cluster [DBG] pgmap v10261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:13 smithi136 bash[11745]: audit 2022-04-26T08:14:13.722790+0000 mon.smithi136 (mon.0) 6652 : audit [DBG] from='client.? 172.21.15.136:0/2213875818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:16.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:15 smithi145 bash[13673]: cluster 2022-04-26T08:14:14.599455+0000 mgr.smithi136.ofnrfx (mgr.14188) 10935 : cluster [DBG] pgmap v10262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:15 smithi136 bash[11745]: cluster 2022-04-26T08:14:14.599455+0000 mgr.smithi136.ofnrfx (mgr.14188) 10935 : cluster [DBG] pgmap v10262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:18.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:17 smithi145 bash[13673]: cluster 2022-04-26T08:14:16.600089+0000 mgr.smithi136.ofnrfx (mgr.14188) 10936 : cluster [DBG] pgmap v10263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:17 smithi136 bash[11745]: cluster 2022-04-26T08:14:16.600089+0000 mgr.smithi136.ofnrfx (mgr.14188) 10936 : cluster [DBG] pgmap v10263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:18.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:18.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:18.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:19.068 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:19 smithi145 bash[13673]: cluster 2022-04-26T08:14:18.600692+0000 mgr.smithi136.ofnrfx (mgr.14188) 10937 : cluster [DBG] pgmap v10264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:19 smithi145 bash[13673]: audit 2022-04-26T08:14:19.053212+0000 mon.smithi136 (mon.0) 6653 : audit [DBG] from='client.? 172.21.15.136:0/475377149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:19 smithi136 bash[11745]: cluster 2022-04-26T08:14:18.600692+0000 mgr.smithi136.ofnrfx (mgr.14188) 10937 : cluster [DBG] pgmap v10264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:19 smithi136 bash[11745]: audit 2022-04-26T08:14:19.053212+0000 mon.smithi136 (mon.0) 6653 : audit [DBG] from='client.? 172.21.15.136:0/475377149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:21 smithi145 bash[13673]: cluster 2022-04-26T08:14:20.601306+0000 mgr.smithi136.ofnrfx (mgr.14188) 10938 : cluster [DBG] pgmap v10265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:21 smithi136 bash[11745]: cluster 2022-04-26T08:14:20.601306+0000 mgr.smithi136.ofnrfx (mgr.14188) 10938 : cluster [DBG] pgmap v10265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:24.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:24.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:23 smithi145 bash[13673]: cluster 2022-04-26T08:14:22.601979+0000 mgr.smithi136.ofnrfx (mgr.14188) 10939 : cluster [DBG] pgmap v10266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:23 smithi136 bash[11745]: cluster 2022-04-26T08:14:22.601979+0000 mgr.smithi136.ofnrfx (mgr.14188) 10939 : cluster [DBG] pgmap v10266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:24.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:24 smithi145 bash[13673]: audit 2022-04-26T08:14:24.383230+0000 mon.smithi136 (mon.0) 6654 : audit [DBG] from='client.? 172.21.15.136:0/3589468050' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:24 smithi136 bash[11745]: audit 2022-04-26T08:14:24.383230+0000 mon.smithi136 (mon.0) 6654 : audit [DBG] from='client.? 172.21.15.136:0/3589468050' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:25 smithi136 bash[11745]: cluster 2022-04-26T08:14:24.602607+0000 mgr.smithi136.ofnrfx (mgr.14188) 10940 : cluster [DBG] pgmap v10267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:25 smithi145 bash[13673]: cluster 2022-04-26T08:14:24.602607+0000 mgr.smithi136.ofnrfx (mgr.14188) 10940 : cluster [DBG] pgmap v10267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:27 smithi136 bash[11745]: cluster 2022-04-26T08:14:26.603253+0000 mgr.smithi136.ofnrfx (mgr.14188) 10941 : cluster [DBG] pgmap v10268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:27 smithi145 bash[13673]: cluster 2022-04-26T08:14:26.603253+0000 mgr.smithi136.ofnrfx (mgr.14188) 10941 : cluster [DBG] pgmap v10268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:29.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:29.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:29.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:29.731 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:29 smithi136 bash[11745]: cluster 2022-04-26T08:14:28.603905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10942 : cluster [DBG] pgmap v10269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:29 smithi136 bash[11745]: audit 2022-04-26T08:14:29.713524+0000 mon.smithi136 (mon.0) 6655 : audit [DBG] from='client.? 172.21.15.136:0/3732764805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:29 smithi145 bash[13673]: cluster 2022-04-26T08:14:28.603905+0000 mgr.smithi136.ofnrfx (mgr.14188) 10942 : cluster [DBG] pgmap v10269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:29 smithi145 bash[13673]: audit 2022-04-26T08:14:29.713524+0000 mon.smithi136 (mon.0) 6655 : audit [DBG] from='client.? 172.21.15.136:0/3732764805' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:31 smithi136 bash[11745]: cluster 2022-04-26T08:14:30.604505+0000 mgr.smithi136.ofnrfx (mgr.14188) 10943 : cluster [DBG] pgmap v10270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:31 smithi145 bash[13673]: cluster 2022-04-26T08:14:30.604505+0000 mgr.smithi136.ofnrfx (mgr.14188) 10943 : cluster [DBG] pgmap v10270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:33 smithi136 bash[11745]: cluster 2022-04-26T08:14:32.605130+0000 mgr.smithi136.ofnrfx (mgr.14188) 10944 : cluster [DBG] pgmap v10271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:33 smithi145 bash[13673]: cluster 2022-04-26T08:14:32.605130+0000 mgr.smithi136.ofnrfx (mgr.14188) 10944 : cluster [DBG] pgmap v10271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:34.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:34.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:34.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:35.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:35 smithi136 bash[11745]: cluster 2022-04-26T08:14:34.605704+0000 mgr.smithi136.ofnrfx (mgr.14188) 10945 : cluster [DBG] pgmap v10272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:35 smithi136 bash[11745]: audit 2022-04-26T08:14:35.047443+0000 mon.smithi136 (mon.0) 6656 : audit [DBG] from='client.? 172.21.15.136:0/548528919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:35 smithi145 bash[13673]: cluster 2022-04-26T08:14:34.605704+0000 mgr.smithi136.ofnrfx (mgr.14188) 10945 : cluster [DBG] pgmap v10272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:35 smithi145 bash[13673]: audit 2022-04-26T08:14:35.047443+0000 mon.smithi136 (mon.0) 6656 : audit [DBG] from='client.? 172.21.15.136:0/548528919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:37 smithi136 bash[11745]: cluster 2022-04-26T08:14:36.606313+0000 mgr.smithi136.ofnrfx (mgr.14188) 10946 : cluster [DBG] pgmap v10273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:37 smithi145 bash[13673]: cluster 2022-04-26T08:14:36.606313+0000 mgr.smithi136.ofnrfx (mgr.14188) 10946 : cluster [DBG] pgmap v10273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:40.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:40.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:40.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:39 smithi136 bash[11745]: cluster 2022-04-26T08:14:38.606931+0000 mgr.smithi136.ofnrfx (mgr.14188) 10947 : cluster [DBG] pgmap v10274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:40.396 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:39 smithi145 bash[13673]: cluster 2022-04-26T08:14:38.606931+0000 mgr.smithi136.ofnrfx (mgr.14188) 10947 : cluster [DBG] pgmap v10274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:40 smithi136 bash[11745]: audit 2022-04-26T08:14:40.381137+0000 mon.smithi136 (mon.0) 6657 : audit [DBG] from='client.? 172.21.15.136:0/287522455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:40 smithi145 bash[13673]: audit 2022-04-26T08:14:40.381137+0000 mon.smithi136 (mon.0) 6657 : audit [DBG] from='client.? 172.21.15.136:0/287522455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:41 smithi136 bash[11745]: cluster 2022-04-26T08:14:40.607581+0000 mgr.smithi136.ofnrfx (mgr.14188) 10948 : cluster [DBG] pgmap v10275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:41 smithi145 bash[13673]: cluster 2022-04-26T08:14:40.607581+0000 mgr.smithi136.ofnrfx (mgr.14188) 10948 : cluster [DBG] pgmap v10275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:43 smithi136 bash[11745]: cluster 2022-04-26T08:14:42.608248+0000 mgr.smithi136.ofnrfx (mgr.14188) 10949 : cluster [DBG] pgmap v10276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:43 smithi145 bash[13673]: cluster 2022-04-26T08:14:42.608248+0000 mgr.smithi136.ofnrfx (mgr.14188) 10949 : cluster [DBG] pgmap v10276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:44 smithi136 bash[11745]: audit 2022-04-26T08:14:44.619396+0000 mon.smithi136 (mon.0) 6658 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:14:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:44 smithi136 bash[11745]: audit 2022-04-26T08:14:44.622438+0000 mon.smithi136 (mon.0) 6659 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:14:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:44 smithi136 bash[11745]: audit 2022-04-26T08:14:44.624555+0000 mon.smithi136 (mon.0) 6660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:14:45.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:45.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:45.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:44 smithi145 bash[13673]: audit 2022-04-26T08:14:44.619396+0000 mon.smithi136 (mon.0) 6658 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:14:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:44 smithi145 bash[13673]: audit 2022-04-26T08:14:44.622438+0000 mon.smithi136 (mon.0) 6659 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:14:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:44 smithi145 bash[13673]: audit 2022-04-26T08:14:44.624555+0000 mon.smithi136 (mon.0) 6660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:14:45.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: cluster 2022-04-26T08:14:44.608913+0000 mgr.smithi136.ofnrfx (mgr.14188) 10950 : cluster [DBG] pgmap v10277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: cluster 2022-04-26T08:14:44.952481+0000 mgr.smithi136.ofnrfx (mgr.14188) 10951 : cluster [DBG] pgmap v10278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: cluster 2022-04-26T08:14:44.952820+0000 mgr.smithi136.ofnrfx (mgr.14188) 10952 : cluster [DBG] pgmap v10279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: audit 2022-04-26T08:14:44.960165+0000 mon.smithi136 (mon.0) 6661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:14:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: audit 2022-04-26T08:14:44.967003+0000 mon.smithi136 (mon.0) 6662 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:14:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: cephadm 2022-04-26T08:14:44.968161+0000 mgr.smithi136.ofnrfx (mgr.14188) 10953 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:14:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: cephadm 2022-04-26T08:14:44.968305+0000 mgr.smithi136.ofnrfx (mgr.14188) 10954 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:14:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:45 smithi136 bash[11745]: audit 2022-04-26T08:14:45.704837+0000 mon.smithi136 (mon.0) 6663 : audit [DBG] from='client.? 172.21.15.136:0/2838464717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: cluster 2022-04-26T08:14:44.608913+0000 mgr.smithi136.ofnrfx (mgr.14188) 10950 : cluster [DBG] pgmap v10277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: cluster 2022-04-26T08:14:44.952481+0000 mgr.smithi136.ofnrfx (mgr.14188) 10951 : cluster [DBG] pgmap v10278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: cluster 2022-04-26T08:14:44.952820+0000 mgr.smithi136.ofnrfx (mgr.14188) 10952 : cluster [DBG] pgmap v10279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: audit 2022-04-26T08:14:44.960165+0000 mon.smithi136 (mon.0) 6661 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:14:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: audit 2022-04-26T08:14:44.967003+0000 mon.smithi136 (mon.0) 6662 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:14:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: cephadm 2022-04-26T08:14:44.968161+0000 mgr.smithi136.ofnrfx (mgr.14188) 10953 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:14:46.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: cephadm 2022-04-26T08:14:44.968305+0000 mgr.smithi136.ofnrfx (mgr.14188) 10954 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:14:46.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:45 smithi145 bash[13673]: audit 2022-04-26T08:14:45.704837+0000 mon.smithi136 (mon.0) 6663 : audit [DBG] from='client.? 172.21.15.136:0/2838464717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:46 smithi136 bash[11745]: cluster 2022-04-26T08:14:46.953475+0000 mgr.smithi136.ofnrfx (mgr.14188) 10955 : cluster [DBG] pgmap v10280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:46 smithi145 bash[13673]: cluster 2022-04-26T08:14:46.953475+0000 mgr.smithi136.ofnrfx (mgr.14188) 10955 : cluster [DBG] pgmap v10280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:49 smithi136 bash[11745]: cluster 2022-04-26T08:14:48.954141+0000 mgr.smithi136.ofnrfx (mgr.14188) 10956 : cluster [DBG] pgmap v10281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:49 smithi145 bash[13673]: cluster 2022-04-26T08:14:48.954141+0000 mgr.smithi136.ofnrfx (mgr.14188) 10956 : cluster [DBG] pgmap v10281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:50.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:50.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:50.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:51.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:51 smithi136 bash[11745]: cluster 2022-04-26T08:14:50.954760+0000 mgr.smithi136.ofnrfx (mgr.14188) 10957 : cluster [DBG] pgmap v10282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:51 smithi145 bash[13673]: cluster 2022-04-26T08:14:50.954760+0000 mgr.smithi136.ofnrfx (mgr.14188) 10957 : cluster [DBG] pgmap v10282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:52 smithi136 bash[11745]: audit 2022-04-26T08:14:51.036776+0000 mon.smithi136 (mon.0) 6664 : audit [DBG] from='client.? 172.21.15.136:0/1148241144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:52 smithi145 bash[13673]: audit 2022-04-26T08:14:51.036776+0000 mon.smithi136 (mon.0) 6664 : audit [DBG] from='client.? 172.21.15.136:0/1148241144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:53 smithi136 bash[11745]: cluster 2022-04-26T08:14:52.955332+0000 mgr.smithi136.ofnrfx (mgr.14188) 10958 : cluster [DBG] pgmap v10283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:53 smithi145 bash[13673]: cluster 2022-04-26T08:14:52.955332+0000 mgr.smithi136.ofnrfx (mgr.14188) 10958 : cluster [DBG] pgmap v10283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:56.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:14:56.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:14:56.056 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:14:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:55 smithi136 bash[11745]: cluster 2022-04-26T08:14:54.956016+0000 mgr.smithi136.ofnrfx (mgr.14188) 10959 : cluster [DBG] pgmap v10284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:55 smithi145 bash[13673]: cluster 2022-04-26T08:14:54.956016+0000 mgr.smithi136.ofnrfx (mgr.14188) 10959 : cluster [DBG] pgmap v10284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:56.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:14:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:56 smithi136 bash[11745]: audit 2022-04-26T08:14:56.366187+0000 mon.smithi136 (mon.0) 6665 : audit [DBG] from='client.? 172.21.15.136:0/4004496841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:56 smithi145 bash[13673]: audit 2022-04-26T08:14:56.366187+0000 mon.smithi136 (mon.0) 6665 : audit [DBG] from='client.? 172.21.15.136:0/4004496841' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:14:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:57 smithi136 bash[11745]: cluster 2022-04-26T08:14:56.956708+0000 mgr.smithi136.ofnrfx (mgr.14188) 10960 : cluster [DBG] pgmap v10285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:57 smithi145 bash[13673]: cluster 2022-04-26T08:14:56.956708+0000 mgr.smithi136.ofnrfx (mgr.14188) 10960 : cluster [DBG] pgmap v10285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:14:59 smithi136 bash[11745]: cluster 2022-04-26T08:14:58.957325+0000 mgr.smithi136.ofnrfx (mgr.14188) 10961 : cluster [DBG] pgmap v10286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:14:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:14:59 smithi145 bash[13673]: cluster 2022-04-26T08:14:58.957325+0000 mgr.smithi136.ofnrfx (mgr.14188) 10961 : cluster [DBG] pgmap v10286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:01 smithi136 bash[11745]: cluster 2022-04-26T08:15:00.957976+0000 mgr.smithi136.ofnrfx (mgr.14188) 10962 : cluster [DBG] pgmap v10287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:01.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:01.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:01.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:01 smithi145 bash[13673]: cluster 2022-04-26T08:15:00.957976+0000 mgr.smithi136.ofnrfx (mgr.14188) 10962 : cluster [DBG] pgmap v10287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:01.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:02 smithi136 bash[11745]: audit 2022-04-26T08:15:01.695639+0000 mon.smithi136 (mon.0) 6666 : audit [DBG] from='client.? 172.21.15.136:0/2380737582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:02 smithi145 bash[13673]: audit 2022-04-26T08:15:01.695639+0000 mon.smithi136 (mon.0) 6666 : audit [DBG] from='client.? 172.21.15.136:0/2380737582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:03 smithi136 bash[11745]: cluster 2022-04-26T08:15:02.958629+0000 mgr.smithi136.ofnrfx (mgr.14188) 10963 : cluster [DBG] pgmap v10288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:03 smithi145 bash[13673]: cluster 2022-04-26T08:15:02.958629+0000 mgr.smithi136.ofnrfx (mgr.14188) 10963 : cluster [DBG] pgmap v10288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:04 smithi136 bash[11745]: audit 2022-04-26T08:15:03.220638+0000 mon.smithi136 (mon.0) 6667 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:15:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:04 smithi136 bash[11745]: audit 2022-04-26T08:15:03.224336+0000 mon.smithi136 (mon.0) 6668 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:15:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:04 smithi145 bash[13673]: audit 2022-04-26T08:15:03.220638+0000 mon.smithi136 (mon.0) 6667 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:15:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:04 smithi145 bash[13673]: audit 2022-04-26T08:15:03.224336+0000 mon.smithi136 (mon.0) 6668 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:15:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:05 smithi136 bash[11745]: cluster 2022-04-26T08:15:04.959203+0000 mgr.smithi136.ofnrfx (mgr.14188) 10964 : cluster [DBG] pgmap v10289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:05 smithi145 bash[13673]: cluster 2022-04-26T08:15:04.959203+0000 mgr.smithi136.ofnrfx (mgr.14188) 10964 : cluster [DBG] pgmap v10289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:06.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:06.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:06.714 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:07.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:07 smithi136 bash[11745]: cluster 2022-04-26T08:15:06.959939+0000 mgr.smithi136.ofnrfx (mgr.14188) 10965 : cluster [DBG] pgmap v10290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:07 smithi145 bash[13673]: cluster 2022-04-26T08:15:06.959939+0000 mgr.smithi136.ofnrfx (mgr.14188) 10965 : cluster [DBG] pgmap v10290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:08 smithi136 bash[11745]: audit 2022-04-26T08:15:07.032701+0000 mon.smithi136 (mon.0) 6669 : audit [DBG] from='client.? 172.21.15.136:0/805569283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:08 smithi145 bash[13673]: audit 2022-04-26T08:15:07.032701+0000 mon.smithi136 (mon.0) 6669 : audit [DBG] from='client.? 172.21.15.136:0/805569283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:09 smithi136 bash[11745]: cluster 2022-04-26T08:15:08.960609+0000 mgr.smithi136.ofnrfx (mgr.14188) 10966 : cluster [DBG] pgmap v10291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:09 smithi145 bash[13673]: cluster 2022-04-26T08:15:08.960609+0000 mgr.smithi136.ofnrfx (mgr.14188) 10966 : cluster [DBG] pgmap v10291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:11 smithi136 bash[11745]: cluster 2022-04-26T08:15:10.961186+0000 mgr.smithi136.ofnrfx (mgr.14188) 10967 : cluster [DBG] pgmap v10292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:11 smithi145 bash[13673]: cluster 2022-04-26T08:15:10.961186+0000 mgr.smithi136.ofnrfx (mgr.14188) 10967 : cluster [DBG] pgmap v10292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:12.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:12.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:12.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:12.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:12 smithi136 bash[11745]: audit 2022-04-26T08:15:12.359533+0000 mon.smithi136 (mon.0) 6670 : audit [DBG] from='client.? 172.21.15.136:0/2774345885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:12 smithi145 bash[13673]: audit 2022-04-26T08:15:12.359533+0000 mon.smithi136 (mon.0) 6670 : audit [DBG] from='client.? 172.21.15.136:0/2774345885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:13 smithi136 bash[11745]: cluster 2022-04-26T08:15:12.961836+0000 mgr.smithi136.ofnrfx (mgr.14188) 10968 : cluster [DBG] pgmap v10293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:13 smithi145 bash[13673]: cluster 2022-04-26T08:15:12.961836+0000 mgr.smithi136.ofnrfx (mgr.14188) 10968 : cluster [DBG] pgmap v10293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:15 smithi136 bash[11745]: cluster 2022-04-26T08:15:14.962441+0000 mgr.smithi136.ofnrfx (mgr.14188) 10969 : cluster [DBG] pgmap v10294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:15 smithi145 bash[13673]: cluster 2022-04-26T08:15:14.962441+0000 mgr.smithi136.ofnrfx (mgr.14188) 10969 : cluster [DBG] pgmap v10294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:17 smithi136 bash[11745]: cluster 2022-04-26T08:15:16.963092+0000 mgr.smithi136.ofnrfx (mgr.14188) 10970 : cluster [DBG] pgmap v10295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:17.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:17.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:17.385 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:17 smithi145 bash[13673]: cluster 2022-04-26T08:15:16.963092+0000 mgr.smithi136.ofnrfx (mgr.14188) 10970 : cluster [DBG] pgmap v10295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:17.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:18 smithi136 bash[11745]: audit 2022-04-26T08:15:17.691185+0000 mon.smithi136 (mon.0) 6671 : audit [DBG] from='client.? 172.21.15.136:0/2918329350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:18 smithi145 bash[13673]: audit 2022-04-26T08:15:17.691185+0000 mon.smithi136 (mon.0) 6671 : audit [DBG] from='client.? 172.21.15.136:0/2918329350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:19 smithi136 bash[11745]: cluster 2022-04-26T08:15:18.963974+0000 mgr.smithi136.ofnrfx (mgr.14188) 10971 : cluster [DBG] pgmap v10296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:19 smithi145 bash[13673]: cluster 2022-04-26T08:15:18.963974+0000 mgr.smithi136.ofnrfx (mgr.14188) 10971 : cluster [DBG] pgmap v10296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:21 smithi136 bash[11745]: cluster 2022-04-26T08:15:20.964659+0000 mgr.smithi136.ofnrfx (mgr.14188) 10972 : cluster [DBG] pgmap v10297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:21 smithi145 bash[13673]: cluster 2022-04-26T08:15:20.964659+0000 mgr.smithi136.ofnrfx (mgr.14188) 10972 : cluster [DBG] pgmap v10297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:22.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:22.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:22.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:23.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:23 smithi136 bash[11745]: cluster 2022-04-26T08:15:22.965266+0000 mgr.smithi136.ofnrfx (mgr.14188) 10973 : cluster [DBG] pgmap v10298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:23 smithi145 bash[13673]: cluster 2022-04-26T08:15:22.965266+0000 mgr.smithi136.ofnrfx (mgr.14188) 10973 : cluster [DBG] pgmap v10298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:24 smithi136 bash[11745]: audit 2022-04-26T08:15:23.022440+0000 mon.smithi136 (mon.0) 6672 : audit [DBG] from='client.? 172.21.15.136:0/1768167198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:24 smithi145 bash[13673]: audit 2022-04-26T08:15:23.022440+0000 mon.smithi136 (mon.0) 6672 : audit [DBG] from='client.? 172.21.15.136:0/1768167198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:25 smithi136 bash[11745]: cluster 2022-04-26T08:15:24.965892+0000 mgr.smithi136.ofnrfx (mgr.14188) 10974 : cluster [DBG] pgmap v10299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:26.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:25 smithi145 bash[13673]: cluster 2022-04-26T08:15:24.965892+0000 mgr.smithi136.ofnrfx (mgr.14188) 10974 : cluster [DBG] pgmap v10299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:27 smithi136 bash[11745]: cluster 2022-04-26T08:15:26.966498+0000 mgr.smithi136.ofnrfx (mgr.14188) 10975 : cluster [DBG] pgmap v10300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:27 smithi145 bash[13673]: cluster 2022-04-26T08:15:26.966498+0000 mgr.smithi136.ofnrfx (mgr.14188) 10975 : cluster [DBG] pgmap v10300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:28.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:28.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:28.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:28.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:28 smithi136 bash[11745]: audit 2022-04-26T08:15:28.355842+0000 mon.smithi136 (mon.0) 6673 : audit [DBG] from='client.? 172.21.15.136:0/738185475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:28 smithi145 bash[13673]: audit 2022-04-26T08:15:28.355842+0000 mon.smithi136 (mon.0) 6673 : audit [DBG] from='client.? 172.21.15.136:0/738185475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:29 smithi136 bash[11745]: cluster 2022-04-26T08:15:28.967126+0000 mgr.smithi136.ofnrfx (mgr.14188) 10976 : cluster [DBG] pgmap v10301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:29 smithi145 bash[13673]: cluster 2022-04-26T08:15:28.967126+0000 mgr.smithi136.ofnrfx (mgr.14188) 10976 : cluster [DBG] pgmap v10301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:31 smithi136 bash[11745]: cluster 2022-04-26T08:15:30.967786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10977 : cluster [DBG] pgmap v10302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:31 smithi145 bash[13673]: cluster 2022-04-26T08:15:30.967786+0000 mgr.smithi136.ofnrfx (mgr.14188) 10977 : cluster [DBG] pgmap v10302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:33 smithi136 bash[11745]: cluster 2022-04-26T08:15:32.968385+0000 mgr.smithi136.ofnrfx (mgr.14188) 10978 : cluster [DBG] pgmap v10303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:33.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:33.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:33.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:33 smithi145 bash[13673]: cluster 2022-04-26T08:15:32.968385+0000 mgr.smithi136.ofnrfx (mgr.14188) 10978 : cluster [DBG] pgmap v10303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:33.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:34 smithi136 bash[11745]: audit 2022-04-26T08:15:33.689297+0000 mon.smithi136 (mon.0) 6674 : audit [DBG] from='client.? 172.21.15.136:0/2594823597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:34 smithi145 bash[13673]: audit 2022-04-26T08:15:33.689297+0000 mon.smithi136 (mon.0) 6674 : audit [DBG] from='client.? 172.21.15.136:0/2594823597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:35 smithi136 bash[11745]: cluster 2022-04-26T08:15:34.968936+0000 mgr.smithi136.ofnrfx (mgr.14188) 10979 : cluster [DBG] pgmap v10304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:35 smithi145 bash[13673]: cluster 2022-04-26T08:15:34.968936+0000 mgr.smithi136.ofnrfx (mgr.14188) 10979 : cluster [DBG] pgmap v10304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:37 smithi136 bash[11745]: cluster 2022-04-26T08:15:36.969561+0000 mgr.smithi136.ofnrfx (mgr.14188) 10980 : cluster [DBG] pgmap v10305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:37 smithi145 bash[13673]: cluster 2022-04-26T08:15:36.969561+0000 mgr.smithi136.ofnrfx (mgr.14188) 10980 : cluster [DBG] pgmap v10305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:38.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:38.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:38.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:39.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:39.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:39 smithi136 bash[11745]: cluster 2022-04-26T08:15:38.970015+0000 mgr.smithi136.ofnrfx (mgr.14188) 10981 : cluster [DBG] pgmap v10306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:39.784 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:39 smithi136 bash[11745]: audit 2022-04-26T08:15:39.009872+0000 mon.smithi136 (mon.0) 6675 : audit [DBG] from='client.? 172.21.15.136:0/2259323066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:39.785 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:39 smithi145 bash[13673]: cluster 2022-04-26T08:15:38.970015+0000 mgr.smithi136.ofnrfx (mgr.14188) 10981 : cluster [DBG] pgmap v10306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:39.786 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:39 smithi145 bash[13673]: audit 2022-04-26T08:15:39.009872+0000 mon.smithi136 (mon.0) 6675 : audit [DBG] from='client.? 172.21.15.136:0/2259323066' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:42 smithi136 bash[11745]: cluster 2022-04-26T08:15:40.970614+0000 mgr.smithi136.ofnrfx (mgr.14188) 10982 : cluster [DBG] pgmap v10307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:42 smithi145 bash[13673]: cluster 2022-04-26T08:15:40.970614+0000 mgr.smithi136.ofnrfx (mgr.14188) 10982 : cluster [DBG] pgmap v10307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:44.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:44.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:44.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:44 smithi136 bash[11745]: cluster 2022-04-26T08:15:42.971249+0000 mgr.smithi136.ofnrfx (mgr.14188) 10983 : cluster [DBG] pgmap v10308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:44.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:44 smithi145 bash[13673]: cluster 2022-04-26T08:15:42.971249+0000 mgr.smithi136.ofnrfx (mgr.14188) 10983 : cluster [DBG] pgmap v10308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:45 smithi136 bash[11745]: audit 2022-04-26T08:15:44.342563+0000 mon.smithi136 (mon.0) 6676 : audit [DBG] from='client.? 172.21.15.136:0/2294560204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:45 smithi136 bash[11745]: audit 2022-04-26T08:15:44.978122+0000 mon.smithi136 (mon.0) 6677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:15:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:45 smithi136 bash[11745]: audit 2022-04-26T08:15:44.980878+0000 mon.smithi136 (mon.0) 6678 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:15:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:45 smithi136 bash[11745]: audit 2022-04-26T08:15:44.982668+0000 mon.smithi136 (mon.0) 6679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:15:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:45 smithi145 bash[13673]: audit 2022-04-26T08:15:44.342563+0000 mon.smithi136 (mon.0) 6676 : audit [DBG] from='client.? 172.21.15.136:0/2294560204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:45 smithi145 bash[13673]: audit 2022-04-26T08:15:44.978122+0000 mon.smithi136 (mon.0) 6677 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:15:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:45 smithi145 bash[13673]: audit 2022-04-26T08:15:44.980878+0000 mon.smithi136 (mon.0) 6678 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:15:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:45 smithi145 bash[13673]: audit 2022-04-26T08:15:44.982668+0000 mon.smithi136 (mon.0) 6679 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:15:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:46 smithi145 bash[13673]: cluster 2022-04-26T08:15:44.971844+0000 mgr.smithi136.ofnrfx (mgr.14188) 10984 : cluster [DBG] pgmap v10309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:46 smithi145 bash[13673]: cluster 2022-04-26T08:15:45.304563+0000 mgr.smithi136.ofnrfx (mgr.14188) 10985 : cluster [DBG] pgmap v10310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:46 smithi145 bash[13673]: cluster 2022-04-26T08:15:45.304847+0000 mgr.smithi136.ofnrfx (mgr.14188) 10986 : cluster [DBG] pgmap v10311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:46 smithi145 bash[13673]: audit 2022-04-26T08:15:45.309140+0000 mon.smithi136 (mon.0) 6680 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:15:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:46 smithi145 bash[13673]: audit 2022-04-26T08:15:45.314942+0000 mon.smithi136 (mon.0) 6681 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:15:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:46 smithi145 bash[13673]: cephadm 2022-04-26T08:15:45.315796+0000 mgr.smithi136.ofnrfx (mgr.14188) 10987 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:15:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:46 smithi145 bash[13673]: cephadm 2022-04-26T08:15:45.315929+0000 mgr.smithi136.ofnrfx (mgr.14188) 10988 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:15:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:46 smithi136 bash[11745]: cluster 2022-04-26T08:15:44.971844+0000 mgr.smithi136.ofnrfx (mgr.14188) 10984 : cluster [DBG] pgmap v10309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:46 smithi136 bash[11745]: cluster 2022-04-26T08:15:45.304563+0000 mgr.smithi136.ofnrfx (mgr.14188) 10985 : cluster [DBG] pgmap v10310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:46 smithi136 bash[11745]: cluster 2022-04-26T08:15:45.304847+0000 mgr.smithi136.ofnrfx (mgr.14188) 10986 : cluster [DBG] pgmap v10311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:46 smithi136 bash[11745]: audit 2022-04-26T08:15:45.309140+0000 mon.smithi136 (mon.0) 6680 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:15:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:46 smithi136 bash[11745]: audit 2022-04-26T08:15:45.314942+0000 mon.smithi136 (mon.0) 6681 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:15:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:46 smithi136 bash[11745]: cephadm 2022-04-26T08:15:45.315796+0000 mgr.smithi136.ofnrfx (mgr.14188) 10987 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:15:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:46 smithi136 bash[11745]: cephadm 2022-04-26T08:15:45.315929+0000 mgr.smithi136.ofnrfx (mgr.14188) 10988 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:15:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:48 smithi145 bash[13673]: cluster 2022-04-26T08:15:47.305378+0000 mgr.smithi136.ofnrfx (mgr.14188) 10989 : cluster [DBG] pgmap v10312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:48 smithi136 bash[11745]: cluster 2022-04-26T08:15:47.305378+0000 mgr.smithi136.ofnrfx (mgr.14188) 10989 : cluster [DBG] pgmap v10312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:49.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:49.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:49.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:49.698 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:50.591 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:50 smithi136 bash[11745]: cluster 2022-04-26T08:15:49.306113+0000 mgr.smithi136.ofnrfx (mgr.14188) 10990 : cluster [DBG] pgmap v10313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:50.591 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:50 smithi136 bash[11745]: audit 2022-04-26T08:15:49.678112+0000 mon.smithi136 (mon.0) 6682 : audit [DBG] from='client.? 172.21.15.136:0/423898868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:50.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:50 smithi145 bash[13673]: cluster 2022-04-26T08:15:49.306113+0000 mgr.smithi136.ofnrfx (mgr.14188) 10990 : cluster [DBG] pgmap v10313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:50 smithi145 bash[13673]: audit 2022-04-26T08:15:49.678112+0000 mon.smithi136 (mon.0) 6682 : audit [DBG] from='client.? 172.21.15.136:0/423898868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:52 smithi145 bash[13673]: cluster 2022-04-26T08:15:51.306793+0000 mgr.smithi136.ofnrfx (mgr.14188) 10991 : cluster [DBG] pgmap v10314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:52 smithi136 bash[11745]: cluster 2022-04-26T08:15:51.306793+0000 mgr.smithi136.ofnrfx (mgr.14188) 10991 : cluster [DBG] pgmap v10314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:54 smithi145 bash[13673]: cluster 2022-04-26T08:15:53.307412+0000 mgr.smithi136.ofnrfx (mgr.14188) 10992 : cluster [DBG] pgmap v10315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:54.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:15:54.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:15:54.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:15:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:54 smithi136 bash[11745]: cluster 2022-04-26T08:15:53.307412+0000 mgr.smithi136.ofnrfx (mgr.14188) 10992 : cluster [DBG] pgmap v10315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:55.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:15:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:55 smithi136 bash[11745]: audit 2022-04-26T08:15:55.010046+0000 mon.smithi136 (mon.0) 6683 : audit [DBG] from='client.? 172.21.15.136:0/4000693452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:55 smithi145 bash[13673]: audit 2022-04-26T08:15:55.010046+0000 mon.smithi136 (mon.0) 6683 : audit [DBG] from='client.? 172.21.15.136:0/4000693452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:15:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:56 smithi136 bash[11745]: cluster 2022-04-26T08:15:55.307954+0000 mgr.smithi136.ofnrfx (mgr.14188) 10993 : cluster [DBG] pgmap v10316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:56 smithi145 bash[13673]: cluster 2022-04-26T08:15:55.307954+0000 mgr.smithi136.ofnrfx (mgr.14188) 10993 : cluster [DBG] pgmap v10316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:15:58 smithi136 bash[11745]: cluster 2022-04-26T08:15:57.308653+0000 mgr.smithi136.ofnrfx (mgr.14188) 10994 : cluster [DBG] pgmap v10317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:15:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:15:58 smithi145 bash[13673]: cluster 2022-04-26T08:15:57.308653+0000 mgr.smithi136.ofnrfx (mgr.14188) 10994 : cluster [DBG] pgmap v10317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:00.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:00.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:00.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:00.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:00 smithi136 bash[11745]: cluster 2022-04-26T08:15:59.309374+0000 mgr.smithi136.ofnrfx (mgr.14188) 10995 : cluster [DBG] pgmap v10318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:00 smithi136 bash[11745]: audit 2022-04-26T08:16:00.334892+0000 mon.smithi136 (mon.0) 6684 : audit [DBG] from='client.? 172.21.15.136:0/116013819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:00 smithi145 bash[13673]: cluster 2022-04-26T08:15:59.309374+0000 mgr.smithi136.ofnrfx (mgr.14188) 10995 : cluster [DBG] pgmap v10318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:00 smithi145 bash[13673]: audit 2022-04-26T08:16:00.334892+0000 mon.smithi136 (mon.0) 6684 : audit [DBG] from='client.? 172.21.15.136:0/116013819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:02 smithi136 bash[11745]: cluster 2022-04-26T08:16:01.310019+0000 mgr.smithi136.ofnrfx (mgr.14188) 10996 : cluster [DBG] pgmap v10319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:02 smithi145 bash[13673]: cluster 2022-04-26T08:16:01.310019+0000 mgr.smithi136.ofnrfx (mgr.14188) 10996 : cluster [DBG] pgmap v10319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:03 smithi136 bash[11745]: audit 2022-04-26T08:16:03.224701+0000 mon.smithi136 (mon.0) 6685 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:16:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:03 smithi136 bash[11745]: audit 2022-04-26T08:16:03.228795+0000 mon.smithi136 (mon.0) 6686 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:16:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:03 smithi145 bash[13673]: audit 2022-04-26T08:16:03.224701+0000 mon.smithi136 (mon.0) 6685 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:16:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:03 smithi145 bash[13673]: audit 2022-04-26T08:16:03.228795+0000 mon.smithi136 (mon.0) 6686 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:16:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:04 smithi136 bash[11745]: cluster 2022-04-26T08:16:03.310580+0000 mgr.smithi136.ofnrfx (mgr.14188) 10997 : cluster [DBG] pgmap v10320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:04 smithi145 bash[13673]: cluster 2022-04-26T08:16:03.310580+0000 mgr.smithi136.ofnrfx (mgr.14188) 10997 : cluster [DBG] pgmap v10320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:05.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:05.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:05.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:05.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:05 smithi136 bash[11745]: audit 2022-04-26T08:16:05.666910+0000 mon.smithi136 (mon.0) 6687 : audit [DBG] from='client.? 172.21.15.136:0/1454835689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:05 smithi145 bash[13673]: audit 2022-04-26T08:16:05.666910+0000 mon.smithi136 (mon.0) 6687 : audit [DBG] from='client.? 172.21.15.136:0/1454835689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:06 smithi136 bash[11745]: cluster 2022-04-26T08:16:05.311228+0000 mgr.smithi136.ofnrfx (mgr.14188) 10998 : cluster [DBG] pgmap v10321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:06 smithi145 bash[13673]: cluster 2022-04-26T08:16:05.311228+0000 mgr.smithi136.ofnrfx (mgr.14188) 10998 : cluster [DBG] pgmap v10321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:08 smithi136 bash[11745]: cluster 2022-04-26T08:16:07.311890+0000 mgr.smithi136.ofnrfx (mgr.14188) 10999 : cluster [DBG] pgmap v10322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:08 smithi145 bash[13673]: cluster 2022-04-26T08:16:07.311890+0000 mgr.smithi136.ofnrfx (mgr.14188) 10999 : cluster [DBG] pgmap v10322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:10.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:10.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:10.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:11.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:10 smithi136 bash[11745]: cluster 2022-04-26T08:16:09.312525+0000 mgr.smithi136.ofnrfx (mgr.14188) 11000 : cluster [DBG] pgmap v10323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:10 smithi145 bash[13673]: cluster 2022-04-26T08:16:09.312525+0000 mgr.smithi136.ofnrfx (mgr.14188) 11000 : cluster [DBG] pgmap v10323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:11 smithi136 bash[11745]: audit 2022-04-26T08:16:10.996002+0000 mon.smithi136 (mon.0) 6688 : audit [DBG] from='client.? 172.21.15.136:0/2970397753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:11 smithi145 bash[13673]: audit 2022-04-26T08:16:10.996002+0000 mon.smithi136 (mon.0) 6688 : audit [DBG] from='client.? 172.21.15.136:0/2970397753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:12 smithi136 bash[11745]: cluster 2022-04-26T08:16:11.313161+0000 mgr.smithi136.ofnrfx (mgr.14188) 11001 : cluster [DBG] pgmap v10324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:12 smithi145 bash[13673]: cluster 2022-04-26T08:16:11.313161+0000 mgr.smithi136.ofnrfx (mgr.14188) 11001 : cluster [DBG] pgmap v10324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:14 smithi136 bash[11745]: cluster 2022-04-26T08:16:13.313783+0000 mgr.smithi136.ofnrfx (mgr.14188) 11002 : cluster [DBG] pgmap v10325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:14 smithi145 bash[13673]: cluster 2022-04-26T08:16:13.313783+0000 mgr.smithi136.ofnrfx (mgr.14188) 11002 : cluster [DBG] pgmap v10325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:16.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:16.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:16.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:16.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:16 smithi136 bash[11745]: cluster 2022-04-26T08:16:15.314358+0000 mgr.smithi136.ofnrfx (mgr.14188) 11003 : cluster [DBG] pgmap v10326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:18.450 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:16 smithi136 bash[11745]: audit 2022-04-26T08:16:16.322870+0000 mon.smithi136 (mon.0) 6689 : audit [DBG] from='client.? 172.21.15.136:0/284593562' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:18.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:16 smithi145 bash[13673]: cluster 2022-04-26T08:16:15.314358+0000 mgr.smithi136.ofnrfx (mgr.14188) 11003 : cluster [DBG] pgmap v10326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:18.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:16 smithi145 bash[13673]: audit 2022-04-26T08:16:16.322870+0000 mon.smithi136 (mon.0) 6689 : audit [DBG] from='client.? 172.21.15.136:0/284593562' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:18 smithi136 bash[11745]: cluster 2022-04-26T08:16:17.314819+0000 mgr.smithi136.ofnrfx (mgr.14188) 11004 : cluster [DBG] pgmap v10327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:18 smithi145 bash[13673]: cluster 2022-04-26T08:16:17.314819+0000 mgr.smithi136.ofnrfx (mgr.14188) 11004 : cluster [DBG] pgmap v10327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:20 smithi136 bash[11745]: cluster 2022-04-26T08:16:19.315358+0000 mgr.smithi136.ofnrfx (mgr.14188) 11005 : cluster [DBG] pgmap v10328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:20 smithi145 bash[13673]: cluster 2022-04-26T08:16:19.315358+0000 mgr.smithi136.ofnrfx (mgr.14188) 11005 : cluster [DBG] pgmap v10328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:21.341 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:21.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:21.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:21.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:21 smithi136 bash[11745]: audit 2022-04-26T08:16:21.642898+0000 mon.smithi136 (mon.0) 6690 : audit [DBG] from='client.? 172.21.15.136:0/90686614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:22.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:21 smithi145 bash[13673]: audit 2022-04-26T08:16:21.642898+0000 mon.smithi136 (mon.0) 6690 : audit [DBG] from='client.? 172.21.15.136:0/90686614' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:22 smithi136 bash[11745]: cluster 2022-04-26T08:16:21.315997+0000 mgr.smithi136.ofnrfx (mgr.14188) 11006 : cluster [DBG] pgmap v10329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:22 smithi145 bash[13673]: cluster 2022-04-26T08:16:21.315997+0000 mgr.smithi136.ofnrfx (mgr.14188) 11006 : cluster [DBG] pgmap v10329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:24 smithi136 bash[11745]: cluster 2022-04-26T08:16:23.316638+0000 mgr.smithi136.ofnrfx (mgr.14188) 11007 : cluster [DBG] pgmap v10330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:25.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:24 smithi145 bash[13673]: cluster 2022-04-26T08:16:23.316638+0000 mgr.smithi136.ofnrfx (mgr.14188) 11007 : cluster [DBG] pgmap v10330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:26.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:26.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:26.662 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:26.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:26 smithi136 bash[11745]: cluster 2022-04-26T08:16:25.317338+0000 mgr.smithi136.ofnrfx (mgr.14188) 11008 : cluster [DBG] pgmap v10331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:27.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:26 smithi145 bash[13673]: cluster 2022-04-26T08:16:25.317338+0000 mgr.smithi136.ofnrfx (mgr.14188) 11008 : cluster [DBG] pgmap v10331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:27 smithi136 bash[11745]: audit 2022-04-26T08:16:26.969769+0000 mon.smithi136 (mon.0) 6691 : audit [DBG] from='client.? 172.21.15.136:0/3942339490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:28.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:27 smithi145 bash[13673]: audit 2022-04-26T08:16:26.969769+0000 mon.smithi136 (mon.0) 6691 : audit [DBG] from='client.? 172.21.15.136:0/3942339490' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:29.076 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:28 smithi136 bash[11745]: cluster 2022-04-26T08:16:27.317968+0000 mgr.smithi136.ofnrfx (mgr.14188) 11009 : cluster [DBG] pgmap v10332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:28 smithi145 bash[13673]: cluster 2022-04-26T08:16:27.317968+0000 mgr.smithi136.ofnrfx (mgr.14188) 11009 : cluster [DBG] pgmap v10332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:30 smithi136 bash[11745]: cluster 2022-04-26T08:16:29.318651+0000 mgr.smithi136.ofnrfx (mgr.14188) 11010 : cluster [DBG] pgmap v10333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:30 smithi145 bash[13673]: cluster 2022-04-26T08:16:29.318651+0000 mgr.smithi136.ofnrfx (mgr.14188) 11010 : cluster [DBG] pgmap v10333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:31.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:31.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:31.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:32.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:32 smithi145 bash[13673]: cluster 2022-04-26T08:16:31.319289+0000 mgr.smithi136.ofnrfx (mgr.14188) 11011 : cluster [DBG] pgmap v10334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:32 smithi145 bash[13673]: audit 2022-04-26T08:16:32.295640+0000 mon.smithi136 (mon.0) 6692 : audit [DBG] from='client.? 172.21.15.136:0/3788759916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:32 smithi136 bash[11745]: cluster 2022-04-26T08:16:31.319289+0000 mgr.smithi136.ofnrfx (mgr.14188) 11011 : cluster [DBG] pgmap v10334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:32 smithi136 bash[11745]: audit 2022-04-26T08:16:32.295640+0000 mon.smithi136 (mon.0) 6692 : audit [DBG] from='client.? 172.21.15.136:0/3788759916' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:34 smithi145 bash[13673]: cluster 2022-04-26T08:16:33.319939+0000 mgr.smithi136.ofnrfx (mgr.14188) 11012 : cluster [DBG] pgmap v10335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:34 smithi136 bash[11745]: cluster 2022-04-26T08:16:33.319939+0000 mgr.smithi136.ofnrfx (mgr.14188) 11012 : cluster [DBG] pgmap v10335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:36 smithi145 bash[13673]: cluster 2022-04-26T08:16:35.320542+0000 mgr.smithi136.ofnrfx (mgr.14188) 11013 : cluster [DBG] pgmap v10336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:36 smithi136 bash[11745]: cluster 2022-04-26T08:16:35.320542+0000 mgr.smithi136.ofnrfx (mgr.14188) 11013 : cluster [DBG] pgmap v10336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:37.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:37.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:37.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:37.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:37 smithi145 bash[13673]: audit 2022-04-26T08:16:37.625559+0000 mon.smithi136 (mon.0) 6693 : audit [DBG] from='client.? 172.21.15.136:0/442405884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:37 smithi136 bash[11745]: audit 2022-04-26T08:16:37.625559+0000 mon.smithi136 (mon.0) 6693 : audit [DBG] from='client.? 172.21.15.136:0/442405884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:39.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:38 smithi145 bash[13673]: cluster 2022-04-26T08:16:37.321165+0000 mgr.smithi136.ofnrfx (mgr.14188) 11014 : cluster [DBG] pgmap v10337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:39.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:38 smithi136 bash[11745]: cluster 2022-04-26T08:16:37.321165+0000 mgr.smithi136.ofnrfx (mgr.14188) 11014 : cluster [DBG] pgmap v10337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:40 smithi145 bash[13673]: cluster 2022-04-26T08:16:39.321829+0000 mgr.smithi136.ofnrfx (mgr.14188) 11015 : cluster [DBG] pgmap v10338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:40 smithi136 bash[11745]: cluster 2022-04-26T08:16:39.321829+0000 mgr.smithi136.ofnrfx (mgr.14188) 11015 : cluster [DBG] pgmap v10338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:42.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:42.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:42.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:42.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:42 smithi145 bash[13673]: cluster 2022-04-26T08:16:41.322589+0000 mgr.smithi136.ofnrfx (mgr.14188) 11016 : cluster [DBG] pgmap v10339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:42 smithi136 bash[11745]: cluster 2022-04-26T08:16:41.322589+0000 mgr.smithi136.ofnrfx (mgr.14188) 11016 : cluster [DBG] pgmap v10339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:44.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:43 smithi145 bash[13673]: audit 2022-04-26T08:16:42.948973+0000 mon.smithi136 (mon.0) 6694 : audit [DBG] from='client.? 172.21.15.136:0/1032913091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:43 smithi136 bash[11745]: audit 2022-04-26T08:16:42.948973+0000 mon.smithi136 (mon.0) 6694 : audit [DBG] from='client.? 172.21.15.136:0/1032913091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:44 smithi145 bash[13673]: cluster 2022-04-26T08:16:43.323272+0000 mgr.smithi136.ofnrfx (mgr.14188) 11017 : cluster [DBG] pgmap v10340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:44 smithi136 bash[11745]: cluster 2022-04-26T08:16:43.323272+0000 mgr.smithi136.ofnrfx (mgr.14188) 11017 : cluster [DBG] pgmap v10340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:45 smithi145 bash[13673]: audit 2022-04-26T08:16:45.325181+0000 mon.smithi136 (mon.0) 6695 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:16:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:45 smithi145 bash[13673]: audit 2022-04-26T08:16:45.327598+0000 mon.smithi136 (mon.0) 6696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:16:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:45 smithi145 bash[13673]: audit 2022-04-26T08:16:45.329120+0000 mon.smithi136 (mon.0) 6697 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:16:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:45 smithi145 bash[13673]: audit 2022-04-26T08:16:45.649175+0000 mon.smithi136 (mon.0) 6698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:16:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:45 smithi145 bash[13673]: audit 2022-04-26T08:16:45.658436+0000 mon.smithi136 (mon.0) 6699 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:16:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:45 smithi136 bash[11745]: audit 2022-04-26T08:16:45.325181+0000 mon.smithi136 (mon.0) 6695 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:16:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:45 smithi136 bash[11745]: audit 2022-04-26T08:16:45.327598+0000 mon.smithi136 (mon.0) 6696 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:16:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:45 smithi136 bash[11745]: audit 2022-04-26T08:16:45.329120+0000 mon.smithi136 (mon.0) 6697 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:16:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:45 smithi136 bash[11745]: audit 2022-04-26T08:16:45.649175+0000 mon.smithi136 (mon.0) 6698 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:16:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:45 smithi136 bash[11745]: audit 2022-04-26T08:16:45.658436+0000 mon.smithi136 (mon.0) 6699 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:46 smithi145 bash[13673]: cluster 2022-04-26T08:16:45.323918+0000 mgr.smithi136.ofnrfx (mgr.14188) 11018 : cluster [DBG] pgmap v10341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:46 smithi145 bash[13673]: cluster 2022-04-26T08:16:45.641731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11019 : cluster [DBG] pgmap v10342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:46 smithi145 bash[13673]: cluster 2022-04-26T08:16:45.642104+0000 mgr.smithi136.ofnrfx (mgr.14188) 11020 : cluster [DBG] pgmap v10343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:46 smithi145 bash[13673]: cephadm 2022-04-26T08:16:45.659813+0000 mgr.smithi136.ofnrfx (mgr.14188) 11021 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:16:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:46 smithi145 bash[13673]: cephadm 2022-04-26T08:16:45.659933+0000 mgr.smithi136.ofnrfx (mgr.14188) 11022 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:16:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:46 smithi136 bash[11745]: cluster 2022-04-26T08:16:45.323918+0000 mgr.smithi136.ofnrfx (mgr.14188) 11018 : cluster [DBG] pgmap v10341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:46 smithi136 bash[11745]: cluster 2022-04-26T08:16:45.641731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11019 : cluster [DBG] pgmap v10342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:46 smithi136 bash[11745]: cluster 2022-04-26T08:16:45.642104+0000 mgr.smithi136.ofnrfx (mgr.14188) 11020 : cluster [DBG] pgmap v10343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:46 smithi136 bash[11745]: cephadm 2022-04-26T08:16:45.659813+0000 mgr.smithi136.ofnrfx (mgr.14188) 11021 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:16:47.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:46 smithi136 bash[11745]: cephadm 2022-04-26T08:16:45.659933+0000 mgr.smithi136.ofnrfx (mgr.14188) 11022 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:16:47.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:48.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:48.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:48.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:48 smithi145 bash[13673]: cluster 2022-04-26T08:16:47.642807+0000 mgr.smithi136.ofnrfx (mgr.14188) 11023 : cluster [DBG] pgmap v10344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:48 smithi145 bash[13673]: audit 2022-04-26T08:16:48.275227+0000 mon.smithi136 (mon.0) 6700 : audit [DBG] from='client.? 172.21.15.136:0/2112349225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:49.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:48 smithi136 bash[11745]: cluster 2022-04-26T08:16:47.642807+0000 mgr.smithi136.ofnrfx (mgr.14188) 11023 : cluster [DBG] pgmap v10344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:49.170 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:48 smithi136 bash[11745]: audit 2022-04-26T08:16:48.275227+0000 mon.smithi136 (mon.0) 6700 : audit [DBG] from='client.? 172.21.15.136:0/2112349225' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:50 smithi145 bash[13673]: cluster 2022-04-26T08:16:49.643472+0000 mgr.smithi136.ofnrfx (mgr.14188) 11024 : cluster [DBG] pgmap v10345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:50 smithi136 bash[11745]: cluster 2022-04-26T08:16:49.643472+0000 mgr.smithi136.ofnrfx (mgr.14188) 11024 : cluster [DBG] pgmap v10345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:52 smithi145 bash[13673]: cluster 2022-04-26T08:16:51.644139+0000 mgr.smithi136.ofnrfx (mgr.14188) 11025 : cluster [DBG] pgmap v10346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:53.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:53.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:53.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:52 smithi136 bash[11745]: cluster 2022-04-26T08:16:51.644139+0000 mgr.smithi136.ofnrfx (mgr.14188) 11025 : cluster [DBG] pgmap v10346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:53.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:53 smithi136 bash[11745]: audit 2022-04-26T08:16:53.603896+0000 mon.smithi136 (mon.0) 6701 : audit [DBG] from='client.? 172.21.15.136:0/2134175139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:53 smithi145 bash[13673]: audit 2022-04-26T08:16:53.603896+0000 mon.smithi136 (mon.0) 6701 : audit [DBG] from='client.? 172.21.15.136:0/2134175139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:16:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:54 smithi136 bash[11745]: cluster 2022-04-26T08:16:53.644731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11026 : cluster [DBG] pgmap v10347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:54 smithi145 bash[13673]: cluster 2022-04-26T08:16:53.644731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11026 : cluster [DBG] pgmap v10347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:56 smithi136 bash[11745]: cluster 2022-04-26T08:16:55.645394+0000 mgr.smithi136.ofnrfx (mgr.14188) 11027 : cluster [DBG] pgmap v10348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:56 smithi145 bash[13673]: cluster 2022-04-26T08:16:55.645394+0000 mgr.smithi136.ofnrfx (mgr.14188) 11027 : cluster [DBG] pgmap v10348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:58.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:16:58.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:16:58.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:16:58.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:16:59.171 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:58 smithi136 bash[11745]: cluster 2022-04-26T08:16:57.646115+0000 mgr.smithi136.ofnrfx (mgr.14188) 11028 : cluster [DBG] pgmap v10349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:16:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:58 smithi145 bash[13673]: cluster 2022-04-26T08:16:57.646115+0000 mgr.smithi136.ofnrfx (mgr.14188) 11028 : cluster [DBG] pgmap v10349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:16:59 smithi136 bash[11745]: audit 2022-04-26T08:16:58.929514+0000 mon.smithi136 (mon.0) 6702 : audit [DBG] from='client.? 172.21.15.136:0/3637303809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:16:59 smithi145 bash[13673]: audit 2022-04-26T08:16:58.929514+0000 mon.smithi136 (mon.0) 6702 : audit [DBG] from='client.? 172.21.15.136:0/3637303809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:00 smithi136 bash[11745]: cluster 2022-04-26T08:16:59.646749+0000 mgr.smithi136.ofnrfx (mgr.14188) 11029 : cluster [DBG] pgmap v10350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:00 smithi145 bash[13673]: cluster 2022-04-26T08:16:59.646749+0000 mgr.smithi136.ofnrfx (mgr.14188) 11029 : cluster [DBG] pgmap v10350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:02 smithi136 bash[11745]: cluster 2022-04-26T08:17:01.647438+0000 mgr.smithi136.ofnrfx (mgr.14188) 11030 : cluster [DBG] pgmap v10351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:02 smithi145 bash[13673]: cluster 2022-04-26T08:17:01.647438+0000 mgr.smithi136.ofnrfx (mgr.14188) 11030 : cluster [DBG] pgmap v10351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:03.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:03.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:03.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:04.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:03 smithi136 bash[11745]: audit 2022-04-26T08:17:03.228815+0000 mon.smithi136 (mon.0) 6703 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:17:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:03 smithi136 bash[11745]: audit 2022-04-26T08:17:03.232795+0000 mon.smithi136 (mon.0) 6704 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:17:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:03 smithi145 bash[13673]: audit 2022-04-26T08:17:03.228815+0000 mon.smithi136 (mon.0) 6703 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:17:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:03 smithi145 bash[13673]: audit 2022-04-26T08:17:03.232795+0000 mon.smithi136 (mon.0) 6704 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:17:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:04 smithi136 bash[11745]: cluster 2022-04-26T08:17:03.648079+0000 mgr.smithi136.ofnrfx (mgr.14188) 11031 : cluster [DBG] pgmap v10352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:04 smithi136 bash[11745]: audit 2022-04-26T08:17:04.261829+0000 mon.smithi136 (mon.0) 6705 : audit [DBG] from='client.? 172.21.15.136:0/3581494512' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:05.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:04 smithi145 bash[13673]: cluster 2022-04-26T08:17:03.648079+0000 mgr.smithi136.ofnrfx (mgr.14188) 11031 : cluster [DBG] pgmap v10352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:05.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:04 smithi145 bash[13673]: audit 2022-04-26T08:17:04.261829+0000 mon.smithi136 (mon.0) 6705 : audit [DBG] from='client.? 172.21.15.136:0/3581494512' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:06 smithi136 bash[11745]: cluster 2022-04-26T08:17:05.648708+0000 mgr.smithi136.ofnrfx (mgr.14188) 11032 : cluster [DBG] pgmap v10353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:06 smithi145 bash[13673]: cluster 2022-04-26T08:17:05.648708+0000 mgr.smithi136.ofnrfx (mgr.14188) 11032 : cluster [DBG] pgmap v10353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:09.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:09.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:09.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:08 smithi136 bash[11745]: cluster 2022-04-26T08:17:07.649366+0000 mgr.smithi136.ofnrfx (mgr.14188) 11033 : cluster [DBG] pgmap v10354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:08 smithi145 bash[13673]: cluster 2022-04-26T08:17:07.649366+0000 mgr.smithi136.ofnrfx (mgr.14188) 11033 : cluster [DBG] pgmap v10354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:09.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:09 smithi136 bash[11745]: audit 2022-04-26T08:17:09.592650+0000 mon.smithi136 (mon.0) 6706 : audit [DBG] from='client.? 172.21.15.136:0/3641721778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:09 smithi145 bash[13673]: audit 2022-04-26T08:17:09.592650+0000 mon.smithi136 (mon.0) 6706 : audit [DBG] from='client.? 172.21.15.136:0/3641721778' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:11.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:10 smithi136 bash[11745]: cluster 2022-04-26T08:17:09.650036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11034 : cluster [DBG] pgmap v10355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:10 smithi145 bash[13673]: cluster 2022-04-26T08:17:09.650036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11034 : cluster [DBG] pgmap v10355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:12 smithi136 bash[11745]: cluster 2022-04-26T08:17:11.650652+0000 mgr.smithi136.ofnrfx (mgr.14188) 11035 : cluster [DBG] pgmap v10356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:12 smithi145 bash[13673]: cluster 2022-04-26T08:17:11.650652+0000 mgr.smithi136.ofnrfx (mgr.14188) 11035 : cluster [DBG] pgmap v10356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:14.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:14.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:14.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:14.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:14 smithi136 bash[11745]: cluster 2022-04-26T08:17:13.651314+0000 mgr.smithi136.ofnrfx (mgr.14188) 11036 : cluster [DBG] pgmap v10357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:14 smithi136 bash[11745]: audit 2022-04-26T08:17:14.908962+0000 mon.smithi136 (mon.0) 6707 : audit [DBG] from='client.? 172.21.15.136:0/2427511552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:14 smithi145 bash[13673]: cluster 2022-04-26T08:17:13.651314+0000 mgr.smithi136.ofnrfx (mgr.14188) 11036 : cluster [DBG] pgmap v10357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:14 smithi145 bash[13673]: audit 2022-04-26T08:17:14.908962+0000 mon.smithi136 (mon.0) 6707 : audit [DBG] from='client.? 172.21.15.136:0/2427511552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:16 smithi136 bash[11745]: cluster 2022-04-26T08:17:15.651973+0000 mgr.smithi136.ofnrfx (mgr.14188) 11037 : cluster [DBG] pgmap v10358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:16 smithi145 bash[13673]: cluster 2022-04-26T08:17:15.651973+0000 mgr.smithi136.ofnrfx (mgr.14188) 11037 : cluster [DBG] pgmap v10358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:18 smithi136 bash[11745]: cluster 2022-04-26T08:17:17.652666+0000 mgr.smithi136.ofnrfx (mgr.14188) 11038 : cluster [DBG] pgmap v10359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:18 smithi145 bash[13673]: cluster 2022-04-26T08:17:17.652666+0000 mgr.smithi136.ofnrfx (mgr.14188) 11038 : cluster [DBG] pgmap v10359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:19.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:19.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:19.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:20.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:20 smithi136 bash[11745]: cluster 2022-04-26T08:17:19.653311+0000 mgr.smithi136.ofnrfx (mgr.14188) 11039 : cluster [DBG] pgmap v10360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:20 smithi136 bash[11745]: audit 2022-04-26T08:17:20.237704+0000 mon.smithi136 (mon.0) 6708 : audit [DBG] from='client.? 172.21.15.136:0/2850807776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:20 smithi145 bash[13673]: cluster 2022-04-26T08:17:19.653311+0000 mgr.smithi136.ofnrfx (mgr.14188) 11039 : cluster [DBG] pgmap v10360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:20 smithi145 bash[13673]: audit 2022-04-26T08:17:20.237704+0000 mon.smithi136 (mon.0) 6708 : audit [DBG] from='client.? 172.21.15.136:0/2850807776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:22 smithi136 bash[11745]: cluster 2022-04-26T08:17:21.653990+0000 mgr.smithi136.ofnrfx (mgr.14188) 11040 : cluster [DBG] pgmap v10361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:22 smithi145 bash[13673]: cluster 2022-04-26T08:17:21.653990+0000 mgr.smithi136.ofnrfx (mgr.14188) 11040 : cluster [DBG] pgmap v10361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:24 smithi136 bash[11745]: cluster 2022-04-26T08:17:23.654603+0000 mgr.smithi136.ofnrfx (mgr.14188) 11041 : cluster [DBG] pgmap v10362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:24 smithi145 bash[13673]: cluster 2022-04-26T08:17:23.654603+0000 mgr.smithi136.ofnrfx (mgr.14188) 11041 : cluster [DBG] pgmap v10362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:25.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:25.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:25.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:25.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:25 smithi136 bash[11745]: audit 2022-04-26T08:17:25.572838+0000 mon.smithi136 (mon.0) 6709 : audit [DBG] from='client.? 172.21.15.136:0/1349401084' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:25 smithi145 bash[13673]: audit 2022-04-26T08:17:25.572838+0000 mon.smithi136 (mon.0) 6709 : audit [DBG] from='client.? 172.21.15.136:0/1349401084' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:26 smithi136 bash[11745]: cluster 2022-04-26T08:17:25.655022+0000 mgr.smithi136.ofnrfx (mgr.14188) 11042 : cluster [DBG] pgmap v10363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:26 smithi145 bash[13673]: cluster 2022-04-26T08:17:25.655022+0000 mgr.smithi136.ofnrfx (mgr.14188) 11042 : cluster [DBG] pgmap v10363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:28 smithi136 bash[11745]: cluster 2022-04-26T08:17:27.655643+0000 mgr.smithi136.ofnrfx (mgr.14188) 11043 : cluster [DBG] pgmap v10364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:28 smithi145 bash[13673]: cluster 2022-04-26T08:17:27.655643+0000 mgr.smithi136.ofnrfx (mgr.14188) 11043 : cluster [DBG] pgmap v10364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:30.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:30.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:30.592 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:30.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:30 smithi136 bash[11745]: cluster 2022-04-26T08:17:29.656288+0000 mgr.smithi136.ofnrfx (mgr.14188) 11044 : cluster [DBG] pgmap v10365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:30 smithi145 bash[13673]: cluster 2022-04-26T08:17:29.656288+0000 mgr.smithi136.ofnrfx (mgr.14188) 11044 : cluster [DBG] pgmap v10365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:31 smithi136 bash[11745]: audit 2022-04-26T08:17:30.905627+0000 mon.smithi136 (mon.0) 6710 : audit [DBG] from='client.? 172.21.15.136:0/2550505752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:31 smithi145 bash[13673]: audit 2022-04-26T08:17:30.905627+0000 mon.smithi136 (mon.0) 6710 : audit [DBG] from='client.? 172.21.15.136:0/2550505752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:32 smithi136 bash[11745]: cluster 2022-04-26T08:17:31.656903+0000 mgr.smithi136.ofnrfx (mgr.14188) 11045 : cluster [DBG] pgmap v10366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:32 smithi145 bash[13673]: cluster 2022-04-26T08:17:31.656903+0000 mgr.smithi136.ofnrfx (mgr.14188) 11045 : cluster [DBG] pgmap v10366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:34 smithi136 bash[11745]: cluster 2022-04-26T08:17:33.657476+0000 mgr.smithi136.ofnrfx (mgr.14188) 11046 : cluster [DBG] pgmap v10367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:34 smithi145 bash[13673]: cluster 2022-04-26T08:17:33.657476+0000 mgr.smithi136.ofnrfx (mgr.14188) 11046 : cluster [DBG] pgmap v10367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:35.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:35.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:35.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:36.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:36 smithi136 bash[11745]: cluster 2022-04-26T08:17:35.658137+0000 mgr.smithi136.ofnrfx (mgr.14188) 11047 : cluster [DBG] pgmap v10368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:36 smithi136 bash[11745]: audit 2022-04-26T08:17:36.229203+0000 mon.smithi136 (mon.0) 6711 : audit [DBG] from='client.? 172.21.15.136:0/862898205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:36 smithi145 bash[13673]: cluster 2022-04-26T08:17:35.658137+0000 mgr.smithi136.ofnrfx (mgr.14188) 11047 : cluster [DBG] pgmap v10368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:36 smithi145 bash[13673]: audit 2022-04-26T08:17:36.229203+0000 mon.smithi136 (mon.0) 6711 : audit [DBG] from='client.? 172.21.15.136:0/862898205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:38 smithi136 bash[11745]: cluster 2022-04-26T08:17:37.658802+0000 mgr.smithi136.ofnrfx (mgr.14188) 11048 : cluster [DBG] pgmap v10369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:38 smithi145 bash[13673]: cluster 2022-04-26T08:17:37.658802+0000 mgr.smithi136.ofnrfx (mgr.14188) 11048 : cluster [DBG] pgmap v10369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:40 smithi136 bash[11745]: cluster 2022-04-26T08:17:39.659417+0000 mgr.smithi136.ofnrfx (mgr.14188) 11049 : cluster [DBG] pgmap v10370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:40 smithi145 bash[13673]: cluster 2022-04-26T08:17:39.659417+0000 mgr.smithi136.ofnrfx (mgr.14188) 11049 : cluster [DBG] pgmap v10370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:41.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:41.253 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:41.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:41.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:41 smithi136 bash[11745]: audit 2022-04-26T08:17:41.564048+0000 mon.smithi136 (mon.0) 6712 : audit [DBG] from='client.? 172.21.15.136:0/893908535' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:42.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:41 smithi145 bash[13673]: audit 2022-04-26T08:17:41.564048+0000 mon.smithi136 (mon.0) 6712 : audit [DBG] from='client.? 172.21.15.136:0/893908535' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:42 smithi136 bash[11745]: cluster 2022-04-26T08:17:41.660075+0000 mgr.smithi136.ofnrfx (mgr.14188) 11050 : cluster [DBG] pgmap v10371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:42 smithi145 bash[13673]: cluster 2022-04-26T08:17:41.660075+0000 mgr.smithi136.ofnrfx (mgr.14188) 11050 : cluster [DBG] pgmap v10371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:44 smithi136 bash[11745]: cluster 2022-04-26T08:17:43.660706+0000 mgr.smithi136.ofnrfx (mgr.14188) 11051 : cluster [DBG] pgmap v10372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:45.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:44 smithi145 bash[13673]: cluster 2022-04-26T08:17:43.660706+0000 mgr.smithi136.ofnrfx (mgr.14188) 11051 : cluster [DBG] pgmap v10372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:45 smithi136 bash[11745]: audit 2022-04-26T08:17:45.672784+0000 mon.smithi136 (mon.0) 6713 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:17:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:45 smithi136 bash[11745]: audit 2022-04-26T08:17:45.675648+0000 mon.smithi136 (mon.0) 6714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:17:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:45 smithi136 bash[11745]: audit 2022-04-26T08:17:45.677422+0000 mon.smithi136 (mon.0) 6715 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:17:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:45 smithi145 bash[13673]: audit 2022-04-26T08:17:45.672784+0000 mon.smithi136 (mon.0) 6713 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:17:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:45 smithi145 bash[13673]: audit 2022-04-26T08:17:45.675648+0000 mon.smithi136 (mon.0) 6714 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:17:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:45 smithi145 bash[13673]: audit 2022-04-26T08:17:45.677422+0000 mon.smithi136 (mon.0) 6715 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:17:46.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:46.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:46.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:46.908 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:46 smithi136 bash[11745]: cluster 2022-04-26T08:17:45.661356+0000 mgr.smithi136.ofnrfx (mgr.14188) 11052 : cluster [DBG] pgmap v10373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:46 smithi136 bash[11745]: audit 2022-04-26T08:17:46.007223+0000 mon.smithi136 (mon.0) 6716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:17:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:46 smithi136 bash[11745]: audit 2022-04-26T08:17:46.018096+0000 mon.smithi136 (mon.0) 6717 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:17:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:46 smithi145 bash[13673]: cluster 2022-04-26T08:17:45.661356+0000 mgr.smithi136.ofnrfx (mgr.14188) 11052 : cluster [DBG] pgmap v10373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:46 smithi145 bash[13673]: audit 2022-04-26T08:17:46.007223+0000 mon.smithi136 (mon.0) 6716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:17:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:46 smithi145 bash[13673]: audit 2022-04-26T08:17:46.018096+0000 mon.smithi136 (mon.0) 6717 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:17:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:47 smithi136 bash[11745]: cluster 2022-04-26T08:17:45.999624+0000 mgr.smithi136.ofnrfx (mgr.14188) 11053 : cluster [DBG] pgmap v10374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:47 smithi136 bash[11745]: cluster 2022-04-26T08:17:45.999946+0000 mgr.smithi136.ofnrfx (mgr.14188) 11054 : cluster [DBG] pgmap v10375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:47 smithi136 bash[11745]: cephadm 2022-04-26T08:17:46.019224+0000 mgr.smithi136.ofnrfx (mgr.14188) 11055 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:17:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:47 smithi136 bash[11745]: cephadm 2022-04-26T08:17:46.019310+0000 mgr.smithi136.ofnrfx (mgr.14188) 11056 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:17:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:47 smithi136 bash[11745]: audit 2022-04-26T08:17:46.892943+0000 mon.smithi136 (mon.0) 6718 : audit [DBG] from='client.? 172.21.15.136:0/1313165903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:47 smithi145 bash[13673]: cluster 2022-04-26T08:17:45.999624+0000 mgr.smithi136.ofnrfx (mgr.14188) 11053 : cluster [DBG] pgmap v10374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:47 smithi145 bash[13673]: cluster 2022-04-26T08:17:45.999946+0000 mgr.smithi136.ofnrfx (mgr.14188) 11054 : cluster [DBG] pgmap v10375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:47 smithi145 bash[13673]: cephadm 2022-04-26T08:17:46.019224+0000 mgr.smithi136.ofnrfx (mgr.14188) 11055 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:17:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:47 smithi145 bash[13673]: cephadm 2022-04-26T08:17:46.019310+0000 mgr.smithi136.ofnrfx (mgr.14188) 11056 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:17:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:47 smithi145 bash[13673]: audit 2022-04-26T08:17:46.892943+0000 mon.smithi136 (mon.0) 6718 : audit [DBG] from='client.? 172.21.15.136:0/1313165903' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:49 smithi136 bash[11745]: cluster 2022-04-26T08:17:48.000491+0000 mgr.smithi136.ofnrfx (mgr.14188) 11057 : cluster [DBG] pgmap v10376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:49 smithi145 bash[13673]: cluster 2022-04-26T08:17:48.000491+0000 mgr.smithi136.ofnrfx (mgr.14188) 11057 : cluster [DBG] pgmap v10376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:51.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:51.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:51.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:51 smithi145 bash[13673]: cluster 2022-04-26T08:17:50.001164+0000 mgr.smithi136.ofnrfx (mgr.14188) 11058 : cluster [DBG] pgmap v10377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:52.236 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:51 smithi136 bash[11745]: cluster 2022-04-26T08:17:50.001164+0000 mgr.smithi136.ofnrfx (mgr.14188) 11058 : cluster [DBG] pgmap v10377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:52 smithi145 bash[13673]: audit 2022-04-26T08:17:52.221389+0000 mon.smithi136 (mon.0) 6719 : audit [DBG] from='client.? 172.21.15.136:0/3491903259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:52 smithi136 bash[11745]: audit 2022-04-26T08:17:52.221389+0000 mon.smithi136 (mon.0) 6719 : audit [DBG] from='client.? 172.21.15.136:0/3491903259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:53 smithi145 bash[13673]: cluster 2022-04-26T08:17:52.001632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11059 : cluster [DBG] pgmap v10378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:53 smithi136 bash[11745]: cluster 2022-04-26T08:17:52.001632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11059 : cluster [DBG] pgmap v10378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:55 smithi145 bash[13673]: cluster 2022-04-26T08:17:54.002161+0000 mgr.smithi136.ofnrfx (mgr.14188) 11060 : cluster [DBG] pgmap v10379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:55 smithi136 bash[11745]: cluster 2022-04-26T08:17:54.002161+0000 mgr.smithi136.ofnrfx (mgr.14188) 11060 : cluster [DBG] pgmap v10379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:57.240 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:17:57.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:17:57.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:17:57.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:17:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:57 smithi145 bash[13673]: cluster 2022-04-26T08:17:56.002810+0000 mgr.smithi136.ofnrfx (mgr.14188) 11061 : cluster [DBG] pgmap v10380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:57 smithi145 bash[13673]: audit 2022-04-26T08:17:57.550254+0000 mon.smithi136 (mon.0) 6720 : audit [DBG] from='client.? 172.21.15.136:0/3916826092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:17:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:57 smithi136 bash[11745]: cluster 2022-04-26T08:17:56.002810+0000 mgr.smithi136.ofnrfx (mgr.14188) 11061 : cluster [DBG] pgmap v10380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:17:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:57 smithi136 bash[11745]: audit 2022-04-26T08:17:57.550254+0000 mon.smithi136 (mon.0) 6720 : audit [DBG] from='client.? 172.21.15.136:0/3916826092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:00.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:17:59 smithi145 bash[13673]: cluster 2022-04-26T08:17:58.003445+0000 mgr.smithi136.ofnrfx (mgr.14188) 11062 : cluster [DBG] pgmap v10381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:17:59 smithi136 bash[11745]: cluster 2022-04-26T08:17:58.003445+0000 mgr.smithi136.ofnrfx (mgr.14188) 11062 : cluster [DBG] pgmap v10381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:01 smithi145 bash[13673]: cluster 2022-04-26T08:18:00.004082+0000 mgr.smithi136.ofnrfx (mgr.14188) 11063 : cluster [DBG] pgmap v10382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:01 smithi136 bash[11745]: cluster 2022-04-26T08:18:00.004082+0000 mgr.smithi136.ofnrfx (mgr.14188) 11063 : cluster [DBG] pgmap v10382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:02.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:02.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:02.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:02.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:03 smithi145 bash[13673]: cluster 2022-04-26T08:18:02.004797+0000 mgr.smithi136.ofnrfx (mgr.14188) 11064 : cluster [DBG] pgmap v10383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:03 smithi145 bash[13673]: audit 2022-04-26T08:18:02.886059+0000 mon.smithi145 (mon.1) 26 : audit [DBG] from='client.? 172.21.15.136:0/455794020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:03 smithi145 bash[13673]: audit 2022-04-26T08:18:03.232833+0000 mon.smithi136 (mon.0) 6721 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:18:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:03 smithi145 bash[13673]: audit 2022-04-26T08:18:03.236684+0000 mon.smithi136 (mon.0) 6722 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:18:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:03 smithi136 bash[11745]: cluster 2022-04-26T08:18:02.004797+0000 mgr.smithi136.ofnrfx (mgr.14188) 11064 : cluster [DBG] pgmap v10383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:03 smithi136 bash[11745]: audit 2022-04-26T08:18:02.886059+0000 mon.smithi145 (mon.1) 26 : audit [DBG] from='client.? 172.21.15.136:0/455794020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:03 smithi136 bash[11745]: audit 2022-04-26T08:18:03.232833+0000 mon.smithi136 (mon.0) 6721 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:18:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:03 smithi136 bash[11745]: audit 2022-04-26T08:18:03.236684+0000 mon.smithi136 (mon.0) 6722 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:18:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:05 smithi145 bash[13673]: cluster 2022-04-26T08:18:04.005464+0000 mgr.smithi136.ofnrfx (mgr.14188) 11065 : cluster [DBG] pgmap v10384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:05 smithi136 bash[11745]: cluster 2022-04-26T08:18:04.005464+0000 mgr.smithi136.ofnrfx (mgr.14188) 11065 : cluster [DBG] pgmap v10384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:07.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:07.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:07.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:07 smithi145 bash[13673]: cluster 2022-04-26T08:18:06.006185+0000 mgr.smithi136.ofnrfx (mgr.14188) 11066 : cluster [DBG] pgmap v10385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:08.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:07 smithi136 bash[11745]: cluster 2022-04-26T08:18:06.006185+0000 mgr.smithi136.ofnrfx (mgr.14188) 11066 : cluster [DBG] pgmap v10385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:08 smithi145 bash[13673]: audit 2022-04-26T08:18:08.229684+0000 mon.smithi136 (mon.0) 6723 : audit [DBG] from='client.? 172.21.15.136:0/1938297321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:09.173 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:08 smithi136 bash[11745]: audit 2022-04-26T08:18:08.229684+0000 mon.smithi136 (mon.0) 6723 : audit [DBG] from='client.? 172.21.15.136:0/1938297321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:09 smithi145 bash[13673]: cluster 2022-04-26T08:18:08.006912+0000 mgr.smithi136.ofnrfx (mgr.14188) 11067 : cluster [DBG] pgmap v10386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:09 smithi136 bash[11745]: cluster 2022-04-26T08:18:08.006912+0000 mgr.smithi136.ofnrfx (mgr.14188) 11067 : cluster [DBG] pgmap v10386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:11 smithi145 bash[13673]: cluster 2022-04-26T08:18:10.007578+0000 mgr.smithi136.ofnrfx (mgr.14188) 11068 : cluster [DBG] pgmap v10387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:11 smithi136 bash[11745]: cluster 2022-04-26T08:18:10.007578+0000 mgr.smithi136.ofnrfx (mgr.14188) 11068 : cluster [DBG] pgmap v10387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:13.247 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:13.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:13.248 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:13.572 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:13 smithi145 bash[13673]: cluster 2022-04-26T08:18:12.008229+0000 mgr.smithi136.ofnrfx (mgr.14188) 11069 : cluster [DBG] pgmap v10388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:13 smithi145 bash[13673]: audit 2022-04-26T08:18:13.557089+0000 mon.smithi136 (mon.0) 6724 : audit [DBG] from='client.? 172.21.15.136:0/1925994962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:13 smithi136 bash[11745]: cluster 2022-04-26T08:18:12.008229+0000 mgr.smithi136.ofnrfx (mgr.14188) 11069 : cluster [DBG] pgmap v10388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:13 smithi136 bash[11745]: audit 2022-04-26T08:18:13.557089+0000 mon.smithi136 (mon.0) 6724 : audit [DBG] from='client.? 172.21.15.136:0/1925994962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:15 smithi145 bash[13673]: cluster 2022-04-26T08:18:14.008897+0000 mgr.smithi136.ofnrfx (mgr.14188) 11070 : cluster [DBG] pgmap v10389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:15 smithi136 bash[11745]: cluster 2022-04-26T08:18:14.008897+0000 mgr.smithi136.ofnrfx (mgr.14188) 11070 : cluster [DBG] pgmap v10389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:17 smithi145 bash[13673]: cluster 2022-04-26T08:18:16.009528+0000 mgr.smithi136.ofnrfx (mgr.14188) 11071 : cluster [DBG] pgmap v10390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:17 smithi136 bash[11745]: cluster 2022-04-26T08:18:16.009528+0000 mgr.smithi136.ofnrfx (mgr.14188) 11071 : cluster [DBG] pgmap v10390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:18.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:18.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:18.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:18.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:19.174 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:18 smithi136 bash[11745]: audit 2022-04-26T08:18:18.882068+0000 mon.smithi136 (mon.0) 6725 : audit [DBG] from='client.? 172.21.15.136:0/1502710986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:18 smithi145 bash[13673]: audit 2022-04-26T08:18:18.882068+0000 mon.smithi136 (mon.0) 6725 : audit [DBG] from='client.? 172.21.15.136:0/1502710986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:19 smithi136 bash[11745]: cluster 2022-04-26T08:18:18.010207+0000 mgr.smithi136.ofnrfx (mgr.14188) 11072 : cluster [DBG] pgmap v10391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:19 smithi145 bash[13673]: cluster 2022-04-26T08:18:18.010207+0000 mgr.smithi136.ofnrfx (mgr.14188) 11072 : cluster [DBG] pgmap v10391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:21 smithi136 bash[11745]: cluster 2022-04-26T08:18:20.010863+0000 mgr.smithi136.ofnrfx (mgr.14188) 11073 : cluster [DBG] pgmap v10392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:21 smithi145 bash[13673]: cluster 2022-04-26T08:18:20.010863+0000 mgr.smithi136.ofnrfx (mgr.14188) 11073 : cluster [DBG] pgmap v10392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:23.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:23.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:23.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:24.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:23 smithi136 bash[11745]: cluster 2022-04-26T08:18:22.011530+0000 mgr.smithi136.ofnrfx (mgr.14188) 11074 : cluster [DBG] pgmap v10393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:23 smithi145 bash[13673]: cluster 2022-04-26T08:18:22.011530+0000 mgr.smithi136.ofnrfx (mgr.14188) 11074 : cluster [DBG] pgmap v10393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:24 smithi136 bash[11745]: audit 2022-04-26T08:18:24.210342+0000 mon.smithi136 (mon.0) 6726 : audit [DBG] from='client.? 172.21.15.136:0/2014679163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:24 smithi145 bash[13673]: audit 2022-04-26T08:18:24.210342+0000 mon.smithi136 (mon.0) 6726 : audit [DBG] from='client.? 172.21.15.136:0/2014679163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:25 smithi136 bash[11745]: cluster 2022-04-26T08:18:24.011957+0000 mgr.smithi136.ofnrfx (mgr.14188) 11075 : cluster [DBG] pgmap v10394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:25 smithi145 bash[13673]: cluster 2022-04-26T08:18:24.011957+0000 mgr.smithi136.ofnrfx (mgr.14188) 11075 : cluster [DBG] pgmap v10394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:27 smithi136 bash[11745]: cluster 2022-04-26T08:18:26.012533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11076 : cluster [DBG] pgmap v10395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:27 smithi145 bash[13673]: cluster 2022-04-26T08:18:26.012533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11076 : cluster [DBG] pgmap v10395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:29.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:29.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:29.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:29.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:29 smithi136 bash[11745]: cluster 2022-04-26T08:18:28.013148+0000 mgr.smithi136.ofnrfx (mgr.14188) 11077 : cluster [DBG] pgmap v10396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:30.332 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:29 smithi136 bash[11745]: audit 2022-04-26T08:18:29.530502+0000 mon.smithi136 (mon.0) 6727 : audit [DBG] from='client.? 172.21.15.136:0/3876986445' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:29 smithi145 bash[13673]: cluster 2022-04-26T08:18:28.013148+0000 mgr.smithi136.ofnrfx (mgr.14188) 11077 : cluster [DBG] pgmap v10396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:29 smithi145 bash[13673]: audit 2022-04-26T08:18:29.530502+0000 mon.smithi136 (mon.0) 6727 : audit [DBG] from='client.? 172.21.15.136:0/3876986445' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:31 smithi136 bash[11745]: cluster 2022-04-26T08:18:30.013591+0000 mgr.smithi136.ofnrfx (mgr.14188) 11078 : cluster [DBG] pgmap v10397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:31 smithi145 bash[13673]: cluster 2022-04-26T08:18:30.013591+0000 mgr.smithi136.ofnrfx (mgr.14188) 11078 : cluster [DBG] pgmap v10397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:33 smithi136 bash[11745]: cluster 2022-04-26T08:18:32.014178+0000 mgr.smithi136.ofnrfx (mgr.14188) 11079 : cluster [DBG] pgmap v10398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:33 smithi145 bash[13673]: cluster 2022-04-26T08:18:32.014178+0000 mgr.smithi136.ofnrfx (mgr.14188) 11079 : cluster [DBG] pgmap v10398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:34.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:34.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:34.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:34.876 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:35 smithi136 bash[11745]: cluster 2022-04-26T08:18:34.014836+0000 mgr.smithi136.ofnrfx (mgr.14188) 11080 : cluster [DBG] pgmap v10399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:35 smithi136 bash[11745]: audit 2022-04-26T08:18:34.860770+0000 mon.smithi136 (mon.0) 6728 : audit [DBG] from='client.? 172.21.15.136:0/3535462012' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:36.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:35 smithi145 bash[13673]: cluster 2022-04-26T08:18:34.014836+0000 mgr.smithi136.ofnrfx (mgr.14188) 11080 : cluster [DBG] pgmap v10399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:35 smithi145 bash[13673]: audit 2022-04-26T08:18:34.860770+0000 mon.smithi136 (mon.0) 6728 : audit [DBG] from='client.? 172.21.15.136:0/3535462012' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:37 smithi136 bash[11745]: cluster 2022-04-26T08:18:36.015590+0000 mgr.smithi136.ofnrfx (mgr.14188) 11081 : cluster [DBG] pgmap v10400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:37 smithi145 bash[13673]: cluster 2022-04-26T08:18:36.015590+0000 mgr.smithi136.ofnrfx (mgr.14188) 11081 : cluster [DBG] pgmap v10400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:39.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:39.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:39.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:39 smithi136 bash[11745]: cluster 2022-04-26T08:18:38.016247+0000 mgr.smithi136.ofnrfx (mgr.14188) 11082 : cluster [DBG] pgmap v10401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:40.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:39 smithi145 bash[13673]: cluster 2022-04-26T08:18:38.016247+0000 mgr.smithi136.ofnrfx (mgr.14188) 11082 : cluster [DBG] pgmap v10401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:40.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:40 smithi136 bash[11745]: audit 2022-04-26T08:18:40.192546+0000 mon.smithi136 (mon.0) 6729 : audit [DBG] from='client.? 172.21.15.136:0/3011772655' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:40 smithi145 bash[13673]: audit 2022-04-26T08:18:40.192546+0000 mon.smithi136 (mon.0) 6729 : audit [DBG] from='client.? 172.21.15.136:0/3011772655' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:41 smithi136 bash[11745]: cluster 2022-04-26T08:18:40.016720+0000 mgr.smithi136.ofnrfx (mgr.14188) 11083 : cluster [DBG] pgmap v10402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:41 smithi145 bash[13673]: cluster 2022-04-26T08:18:40.016720+0000 mgr.smithi136.ofnrfx (mgr.14188) 11083 : cluster [DBG] pgmap v10402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:43 smithi136 bash[11745]: cluster 2022-04-26T08:18:42.017308+0000 mgr.smithi136.ofnrfx (mgr.14188) 11084 : cluster [DBG] pgmap v10403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:43 smithi145 bash[13673]: cluster 2022-04-26T08:18:42.017308+0000 mgr.smithi136.ofnrfx (mgr.14188) 11084 : cluster [DBG] pgmap v10403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:45.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:45.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:45.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:45.529 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:45 smithi136 bash[11745]: cluster 2022-04-26T08:18:44.017941+0000 mgr.smithi136.ofnrfx (mgr.14188) 11085 : cluster [DBG] pgmap v10404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:45 smithi136 bash[11745]: audit 2022-04-26T08:18:45.514252+0000 mon.smithi136 (mon.0) 6730 : audit [DBG] from='client.? 172.21.15.136:0/391720906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:45 smithi145 bash[13673]: cluster 2022-04-26T08:18:44.017941+0000 mgr.smithi136.ofnrfx (mgr.14188) 11085 : cluster [DBG] pgmap v10404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:45 smithi145 bash[13673]: audit 2022-04-26T08:18:45.514252+0000 mon.smithi136 (mon.0) 6730 : audit [DBG] from='client.? 172.21.15.136:0/391720906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:46 smithi136 bash[11745]: audit 2022-04-26T08:18:46.025666+0000 mon.smithi136 (mon.0) 6731 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:18:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:46 smithi136 bash[11745]: audit 2022-04-26T08:18:46.028539+0000 mon.smithi136 (mon.0) 6732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:18:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:46 smithi136 bash[11745]: audit 2022-04-26T08:18:46.030431+0000 mon.smithi136 (mon.0) 6733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:18:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:46 smithi136 bash[11745]: audit 2022-04-26T08:18:46.339175+0000 mon.smithi136 (mon.0) 6734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:18:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:46 smithi136 bash[11745]: audit 2022-04-26T08:18:46.346500+0000 mon.smithi136 (mon.0) 6735 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:18:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:46 smithi145 bash[13673]: audit 2022-04-26T08:18:46.025666+0000 mon.smithi136 (mon.0) 6731 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:18:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:46 smithi145 bash[13673]: audit 2022-04-26T08:18:46.028539+0000 mon.smithi136 (mon.0) 6732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:18:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:46 smithi145 bash[13673]: audit 2022-04-26T08:18:46.030431+0000 mon.smithi136 (mon.0) 6733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:18:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:46 smithi145 bash[13673]: audit 2022-04-26T08:18:46.339175+0000 mon.smithi136 (mon.0) 6734 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:18:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:46 smithi145 bash[13673]: audit 2022-04-26T08:18:46.346500+0000 mon.smithi136 (mon.0) 6735 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:18:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:47 smithi136 bash[11745]: cluster 2022-04-26T08:18:46.018571+0000 mgr.smithi136.ofnrfx (mgr.14188) 11086 : cluster [DBG] pgmap v10405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:47 smithi136 bash[11745]: cluster 2022-04-26T08:18:46.331962+0000 mgr.smithi136.ofnrfx (mgr.14188) 11087 : cluster [DBG] pgmap v10406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:47 smithi136 bash[11745]: cluster 2022-04-26T08:18:46.332281+0000 mgr.smithi136.ofnrfx (mgr.14188) 11088 : cluster [DBG] pgmap v10407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:47 smithi136 bash[11745]: cephadm 2022-04-26T08:18:46.347675+0000 mgr.smithi136.ofnrfx (mgr.14188) 11089 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:18:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:47 smithi136 bash[11745]: cephadm 2022-04-26T08:18:46.347858+0000 mgr.smithi136.ofnrfx (mgr.14188) 11090 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:47 smithi145 bash[13673]: cluster 2022-04-26T08:18:46.018571+0000 mgr.smithi136.ofnrfx (mgr.14188) 11086 : cluster [DBG] pgmap v10405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:47 smithi145 bash[13673]: cluster 2022-04-26T08:18:46.331962+0000 mgr.smithi136.ofnrfx (mgr.14188) 11087 : cluster [DBG] pgmap v10406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:47 smithi145 bash[13673]: cluster 2022-04-26T08:18:46.332281+0000 mgr.smithi136.ofnrfx (mgr.14188) 11088 : cluster [DBG] pgmap v10407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:47 smithi145 bash[13673]: cephadm 2022-04-26T08:18:46.347675+0000 mgr.smithi136.ofnrfx (mgr.14188) 11089 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:18:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:47 smithi145 bash[13673]: cephadm 2022-04-26T08:18:46.347858+0000 mgr.smithi136.ofnrfx (mgr.14188) 11090 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:18:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:49 smithi136 bash[11745]: cluster 2022-04-26T08:18:48.332795+0000 mgr.smithi136.ofnrfx (mgr.14188) 11091 : cluster [DBG] pgmap v10408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:49 smithi145 bash[13673]: cluster 2022-04-26T08:18:48.332795+0000 mgr.smithi136.ofnrfx (mgr.14188) 11091 : cluster [DBG] pgmap v10408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:50.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:50.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:50.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:50.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:51 smithi136 bash[11745]: cluster 2022-04-26T08:18:50.333408+0000 mgr.smithi136.ofnrfx (mgr.14188) 11092 : cluster [DBG] pgmap v10409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:51 smithi136 bash[11745]: audit 2022-04-26T08:18:50.847374+0000 mon.smithi136 (mon.0) 6736 : audit [DBG] from='client.? 172.21.15.136:0/1657141535' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:51 smithi145 bash[13673]: cluster 2022-04-26T08:18:50.333408+0000 mgr.smithi136.ofnrfx (mgr.14188) 11092 : cluster [DBG] pgmap v10409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:51 smithi145 bash[13673]: audit 2022-04-26T08:18:50.847374+0000 mon.smithi136 (mon.0) 6736 : audit [DBG] from='client.? 172.21.15.136:0/1657141535' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:53 smithi136 bash[11745]: cluster 2022-04-26T08:18:52.333998+0000 mgr.smithi136.ofnrfx (mgr.14188) 11093 : cluster [DBG] pgmap v10410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:54.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:53 smithi145 bash[13673]: cluster 2022-04-26T08:18:52.333998+0000 mgr.smithi136.ofnrfx (mgr.14188) 11093 : cluster [DBG] pgmap v10410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:55.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:18:55.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:18:55.866 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:18:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:55 smithi145 bash[13673]: cluster 2022-04-26T08:18:54.334639+0000 mgr.smithi136.ofnrfx (mgr.14188) 11094 : cluster [DBG] pgmap v10411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:56.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:18:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:55 smithi136 bash[11745]: cluster 2022-04-26T08:18:54.334639+0000 mgr.smithi136.ofnrfx (mgr.14188) 11094 : cluster [DBG] pgmap v10411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:56 smithi145 bash[13673]: audit 2022-04-26T08:18:56.178481+0000 mon.smithi136 (mon.0) 6737 : audit [DBG] from='client.? 172.21.15.136:0/460182897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:56 smithi136 bash[11745]: audit 2022-04-26T08:18:56.178481+0000 mon.smithi136 (mon.0) 6737 : audit [DBG] from='client.? 172.21.15.136:0/460182897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:18:58.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:57 smithi145 bash[13673]: cluster 2022-04-26T08:18:56.335314+0000 mgr.smithi136.ofnrfx (mgr.14188) 11095 : cluster [DBG] pgmap v10412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:18:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:57 smithi136 bash[11745]: cluster 2022-04-26T08:18:56.335314+0000 mgr.smithi136.ofnrfx (mgr.14188) 11095 : cluster [DBG] pgmap v10412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:18:59 smithi145 bash[13673]: cluster 2022-04-26T08:18:58.335956+0000 mgr.smithi136.ofnrfx (mgr.14188) 11096 : cluster [DBG] pgmap v10413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:18:59 smithi136 bash[11745]: cluster 2022-04-26T08:18:58.335956+0000 mgr.smithi136.ofnrfx (mgr.14188) 11096 : cluster [DBG] pgmap v10413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:01.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:01.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:01.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:01.530 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:02.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:01 smithi145 bash[13673]: cluster 2022-04-26T08:19:00.336560+0000 mgr.smithi136.ofnrfx (mgr.14188) 11097 : cluster [DBG] pgmap v10414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:01 smithi145 bash[13673]: audit 2022-04-26T08:19:01.514393+0000 mon.smithi136 (mon.0) 6738 : audit [DBG] from='client.? 172.21.15.136:0/1543874583' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:01 smithi136 bash[11745]: cluster 2022-04-26T08:19:00.336560+0000 mgr.smithi136.ofnrfx (mgr.14188) 11097 : cluster [DBG] pgmap v10414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:01 smithi136 bash[11745]: audit 2022-04-26T08:19:01.514393+0000 mon.smithi136 (mon.0) 6738 : audit [DBG] from='client.? 172.21.15.136:0/1543874583' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:03 smithi145 bash[13673]: cluster 2022-04-26T08:19:02.337191+0000 mgr.smithi136.ofnrfx (mgr.14188) 11098 : cluster [DBG] pgmap v10415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:03 smithi145 bash[13673]: audit 2022-04-26T08:19:03.236965+0000 mon.smithi136 (mon.0) 6739 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:19:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:03 smithi145 bash[13673]: audit 2022-04-26T08:19:03.240971+0000 mon.smithi136 (mon.0) 6740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:19:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:03 smithi136 bash[11745]: cluster 2022-04-26T08:19:02.337191+0000 mgr.smithi136.ofnrfx (mgr.14188) 11098 : cluster [DBG] pgmap v10415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:03 smithi136 bash[11745]: audit 2022-04-26T08:19:03.236965+0000 mon.smithi136 (mon.0) 6739 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:19:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:03 smithi136 bash[11745]: audit 2022-04-26T08:19:03.240971+0000 mon.smithi136 (mon.0) 6740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:19:06.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:05 smithi145 bash[13673]: cluster 2022-04-26T08:19:04.337779+0000 mgr.smithi136.ofnrfx (mgr.14188) 11099 : cluster [DBG] pgmap v10416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:05 smithi136 bash[11745]: cluster 2022-04-26T08:19:04.337779+0000 mgr.smithi136.ofnrfx (mgr.14188) 11099 : cluster [DBG] pgmap v10416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:06.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:06.533 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:06.534 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:06.863 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:06 smithi145 bash[13673]: audit 2022-04-26T08:19:06.841091+0000 mon.smithi136 (mon.0) 6741 : audit [DBG] from='client.? 172.21.15.136:0/2974799897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:06 smithi136 bash[11745]: audit 2022-04-26T08:19:06.841091+0000 mon.smithi136 (mon.0) 6741 : audit [DBG] from='client.? 172.21.15.136:0/2974799897' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:08.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:07 smithi145 bash[13673]: cluster 2022-04-26T08:19:06.338428+0000 mgr.smithi136.ofnrfx (mgr.14188) 11100 : cluster [DBG] pgmap v10417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:07 smithi136 bash[11745]: cluster 2022-04-26T08:19:06.338428+0000 mgr.smithi136.ofnrfx (mgr.14188) 11100 : cluster [DBG] pgmap v10417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:09 smithi136 bash[11745]: cluster 2022-04-26T08:19:08.339069+0000 mgr.smithi136.ofnrfx (mgr.14188) 11101 : cluster [DBG] pgmap v10418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:09 smithi145 bash[13673]: cluster 2022-04-26T08:19:08.339069+0000 mgr.smithi136.ofnrfx (mgr.14188) 11101 : cluster [DBG] pgmap v10418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:11.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:11.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:11.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:12.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:11 smithi136 bash[11745]: cluster 2022-04-26T08:19:10.339732+0000 mgr.smithi136.ofnrfx (mgr.14188) 11102 : cluster [DBG] pgmap v10419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:11 smithi145 bash[13673]: cluster 2022-04-26T08:19:10.339732+0000 mgr.smithi136.ofnrfx (mgr.14188) 11102 : cluster [DBG] pgmap v10419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:12 smithi136 bash[11745]: audit 2022-04-26T08:19:12.178757+0000 mon.smithi136 (mon.0) 6742 : audit [DBG] from='client.? 172.21.15.136:0/2188966188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:12 smithi145 bash[13673]: audit 2022-04-26T08:19:12.178757+0000 mon.smithi136 (mon.0) 6742 : audit [DBG] from='client.? 172.21.15.136:0/2188966188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:13 smithi136 bash[11745]: cluster 2022-04-26T08:19:12.340419+0000 mgr.smithi136.ofnrfx (mgr.14188) 11103 : cluster [DBG] pgmap v10420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:13 smithi145 bash[13673]: cluster 2022-04-26T08:19:12.340419+0000 mgr.smithi136.ofnrfx (mgr.14188) 11103 : cluster [DBG] pgmap v10420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:15 smithi136 bash[11745]: cluster 2022-04-26T08:19:14.341074+0000 mgr.smithi136.ofnrfx (mgr.14188) 11104 : cluster [DBG] pgmap v10421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:15 smithi145 bash[13673]: cluster 2022-04-26T08:19:14.341074+0000 mgr.smithi136.ofnrfx (mgr.14188) 11104 : cluster [DBG] pgmap v10421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:17.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:17.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:17.198 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:17.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:17 smithi136 bash[11745]: cluster 2022-04-26T08:19:16.341720+0000 mgr.smithi136.ofnrfx (mgr.14188) 11105 : cluster [DBG] pgmap v10422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:17 smithi136 bash[11745]: audit 2022-04-26T08:19:17.507291+0000 mon.smithi136 (mon.0) 6743 : audit [DBG] from='client.? 172.21.15.136:0/396531672' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:17 smithi145 bash[13673]: cluster 2022-04-26T08:19:16.341720+0000 mgr.smithi136.ofnrfx (mgr.14188) 11105 : cluster [DBG] pgmap v10422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:17 smithi145 bash[13673]: audit 2022-04-26T08:19:17.507291+0000 mon.smithi136 (mon.0) 6743 : audit [DBG] from='client.? 172.21.15.136:0/396531672' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:19 smithi136 bash[11745]: cluster 2022-04-26T08:19:18.342309+0000 mgr.smithi136.ofnrfx (mgr.14188) 11106 : cluster [DBG] pgmap v10423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:19 smithi145 bash[13673]: cluster 2022-04-26T08:19:18.342309+0000 mgr.smithi136.ofnrfx (mgr.14188) 11106 : cluster [DBG] pgmap v10423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:21 smithi136 bash[11745]: cluster 2022-04-26T08:19:20.342925+0000 mgr.smithi136.ofnrfx (mgr.14188) 11107 : cluster [DBG] pgmap v10424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:21 smithi145 bash[13673]: cluster 2022-04-26T08:19:20.342925+0000 mgr.smithi136.ofnrfx (mgr.14188) 11107 : cluster [DBG] pgmap v10424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:22.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:22.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:22.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:22.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:22 smithi136 bash[11745]: audit 2022-04-26T08:19:22.833795+0000 mon.smithi136 (mon.0) 6744 : audit [DBG] from='client.? 172.21.15.136:0/3658210380' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:22 smithi145 bash[13673]: audit 2022-04-26T08:19:22.833795+0000 mon.smithi136 (mon.0) 6744 : audit [DBG] from='client.? 172.21.15.136:0/3658210380' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:23 smithi136 bash[11745]: cluster 2022-04-26T08:19:22.343546+0000 mgr.smithi136.ofnrfx (mgr.14188) 11108 : cluster [DBG] pgmap v10425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:23 smithi145 bash[13673]: cluster 2022-04-26T08:19:22.343546+0000 mgr.smithi136.ofnrfx (mgr.14188) 11108 : cluster [DBG] pgmap v10425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:25 smithi136 bash[11745]: cluster 2022-04-26T08:19:24.344193+0000 mgr.smithi136.ofnrfx (mgr.14188) 11109 : cluster [DBG] pgmap v10426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:25 smithi145 bash[13673]: cluster 2022-04-26T08:19:24.344193+0000 mgr.smithi136.ofnrfx (mgr.14188) 11109 : cluster [DBG] pgmap v10426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:27.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:27.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:27.852 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:28.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:27 smithi136 bash[11745]: cluster 2022-04-26T08:19:26.344881+0000 mgr.smithi136.ofnrfx (mgr.14188) 11110 : cluster [DBG] pgmap v10427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:27 smithi145 bash[13673]: cluster 2022-04-26T08:19:26.344881+0000 mgr.smithi136.ofnrfx (mgr.14188) 11110 : cluster [DBG] pgmap v10427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:28 smithi136 bash[11745]: audit 2022-04-26T08:19:28.156422+0000 mon.smithi136 (mon.0) 6745 : audit [DBG] from='client.? 172.21.15.136:0/3062331992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:28 smithi145 bash[13673]: audit 2022-04-26T08:19:28.156422+0000 mon.smithi136 (mon.0) 6745 : audit [DBG] from='client.? 172.21.15.136:0/3062331992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:29 smithi136 bash[11745]: cluster 2022-04-26T08:19:28.345533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11111 : cluster [DBG] pgmap v10428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:29 smithi145 bash[13673]: cluster 2022-04-26T08:19:28.345533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11111 : cluster [DBG] pgmap v10428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:31 smithi136 bash[11745]: cluster 2022-04-26T08:19:30.346146+0000 mgr.smithi136.ofnrfx (mgr.14188) 11112 : cluster [DBG] pgmap v10429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:31 smithi145 bash[13673]: cluster 2022-04-26T08:19:30.346146+0000 mgr.smithi136.ofnrfx (mgr.14188) 11112 : cluster [DBG] pgmap v10429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:33.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:33.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:33.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:33.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:33 smithi136 bash[11745]: cluster 2022-04-26T08:19:32.346789+0000 mgr.smithi136.ofnrfx (mgr.14188) 11113 : cluster [DBG] pgmap v10430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:33 smithi136 bash[11745]: audit 2022-04-26T08:19:33.486864+0000 mon.smithi136 (mon.0) 6746 : audit [DBG] from='client.? 172.21.15.136:0/1183645476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:33 smithi145 bash[13673]: cluster 2022-04-26T08:19:32.346789+0000 mgr.smithi136.ofnrfx (mgr.14188) 11113 : cluster [DBG] pgmap v10430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:33 smithi145 bash[13673]: audit 2022-04-26T08:19:33.486864+0000 mon.smithi136 (mon.0) 6746 : audit [DBG] from='client.? 172.21.15.136:0/1183645476' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:35 smithi136 bash[11745]: cluster 2022-04-26T08:19:34.347387+0000 mgr.smithi136.ofnrfx (mgr.14188) 11114 : cluster [DBG] pgmap v10431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:35 smithi145 bash[13673]: cluster 2022-04-26T08:19:34.347387+0000 mgr.smithi136.ofnrfx (mgr.14188) 11114 : cluster [DBG] pgmap v10431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:37 smithi136 bash[11745]: cluster 2022-04-26T08:19:36.348023+0000 mgr.smithi136.ofnrfx (mgr.14188) 11115 : cluster [DBG] pgmap v10432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:37 smithi145 bash[13673]: cluster 2022-04-26T08:19:36.348023+0000 mgr.smithi136.ofnrfx (mgr.14188) 11115 : cluster [DBG] pgmap v10432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:38.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:38.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:38.505 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:38.832 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:39 smithi136 bash[11745]: audit 2022-04-26T08:19:38.816672+0000 mon.smithi136 (mon.0) 6747 : audit [DBG] from='client.? 172.21.15.136:0/2669827178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:39 smithi145 bash[13673]: audit 2022-04-26T08:19:38.816672+0000 mon.smithi136 (mon.0) 6747 : audit [DBG] from='client.? 172.21.15.136:0/2669827178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:40 smithi136 bash[11745]: cluster 2022-04-26T08:19:38.348697+0000 mgr.smithi136.ofnrfx (mgr.14188) 11116 : cluster [DBG] pgmap v10433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:40 smithi145 bash[13673]: cluster 2022-04-26T08:19:38.348697+0000 mgr.smithi136.ofnrfx (mgr.14188) 11116 : cluster [DBG] pgmap v10433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:42 smithi136 bash[11745]: cluster 2022-04-26T08:19:40.349292+0000 mgr.smithi136.ofnrfx (mgr.14188) 11117 : cluster [DBG] pgmap v10434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:42 smithi145 bash[13673]: cluster 2022-04-26T08:19:40.349292+0000 mgr.smithi136.ofnrfx (mgr.14188) 11117 : cluster [DBG] pgmap v10434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:43.836 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:43.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:43.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:44.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:44 smithi136 bash[11745]: cluster 2022-04-26T08:19:42.349918+0000 mgr.smithi136.ofnrfx (mgr.14188) 11118 : cluster [DBG] pgmap v10435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:44 smithi145 bash[13673]: cluster 2022-04-26T08:19:42.349918+0000 mgr.smithi136.ofnrfx (mgr.14188) 11118 : cluster [DBG] pgmap v10435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:45 smithi136 bash[11745]: audit 2022-04-26T08:19:44.142107+0000 mon.smithi136 (mon.0) 6748 : audit [DBG] from='client.? 172.21.15.136:0/540173435' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:45 smithi145 bash[13673]: audit 2022-04-26T08:19:44.142107+0000 mon.smithi136 (mon.0) 6748 : audit [DBG] from='client.? 172.21.15.136:0/540173435' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:46 smithi136 bash[11745]: cluster 2022-04-26T08:19:44.350514+0000 mgr.smithi136.ofnrfx (mgr.14188) 11119 : cluster [DBG] pgmap v10436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:46 smithi145 bash[13673]: cluster 2022-04-26T08:19:44.350514+0000 mgr.smithi136.ofnrfx (mgr.14188) 11119 : cluster [DBG] pgmap v10436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:47 smithi136 bash[11745]: audit 2022-04-26T08:19:46.361329+0000 mon.smithi136 (mon.0) 6749 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:19:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:47 smithi136 bash[11745]: audit 2022-04-26T08:19:46.364098+0000 mon.smithi136 (mon.0) 6750 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:19:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:47 smithi136 bash[11745]: audit 2022-04-26T08:19:46.365988+0000 mon.smithi136 (mon.0) 6751 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:19:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:47 smithi145 bash[13673]: audit 2022-04-26T08:19:46.361329+0000 mon.smithi136 (mon.0) 6749 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:19:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:47 smithi145 bash[13673]: audit 2022-04-26T08:19:46.364098+0000 mon.smithi136 (mon.0) 6750 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:19:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:47 smithi145 bash[13673]: audit 2022-04-26T08:19:46.365988+0000 mon.smithi136 (mon.0) 6751 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:19:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:48 smithi136 bash[11745]: cluster 2022-04-26T08:19:46.351177+0000 mgr.smithi136.ofnrfx (mgr.14188) 11120 : cluster [DBG] pgmap v10437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:48 smithi145 bash[13673]: cluster 2022-04-26T08:19:46.351177+0000 mgr.smithi136.ofnrfx (mgr.14188) 11120 : cluster [DBG] pgmap v10437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:49.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:49.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:49.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:49 smithi136 bash[11745]: cluster 2022-04-26T08:19:48.351826+0000 mgr.smithi136.ofnrfx (mgr.14188) 11121 : cluster [DBG] pgmap v10438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:49 smithi145 bash[13673]: cluster 2022-04-26T08:19:48.351826+0000 mgr.smithi136.ofnrfx (mgr.14188) 11121 : cluster [DBG] pgmap v10438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:49.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:50 smithi136 bash[11745]: audit 2022-04-26T08:19:49.475238+0000 mon.smithi136 (mon.0) 6752 : audit [DBG] from='client.? 172.21.15.136:0/2613312014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:50 smithi145 bash[13673]: audit 2022-04-26T08:19:49.475238+0000 mon.smithi136 (mon.0) 6752 : audit [DBG] from='client.? 172.21.15.136:0/2613312014' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:51 smithi145 bash[13673]: audit 2022-04-26T08:19:50.134065+0000 mon.smithi136 (mon.0) 6753 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:19:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:51 smithi145 bash[13673]: cluster 2022-04-26T08:19:50.352348+0000 mgr.smithi136.ofnrfx (mgr.14188) 11122 : cluster [DBG] pgmap v10439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:51 smithi145 bash[13673]: audit 2022-04-26T08:19:50.831149+0000 mon.smithi136 (mon.0) 6754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:19:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:51 smithi145 bash[13673]: audit 2022-04-26T08:19:51.129257+0000 mon.smithi136 (mon.0) 6755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:19:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:51 smithi136 bash[11745]: audit 2022-04-26T08:19:50.134065+0000 mon.smithi136 (mon.0) 6753 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:19:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:51 smithi136 bash[11745]: cluster 2022-04-26T08:19:50.352348+0000 mgr.smithi136.ofnrfx (mgr.14188) 11122 : cluster [DBG] pgmap v10439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:51 smithi136 bash[11745]: audit 2022-04-26T08:19:50.831149+0000 mon.smithi136 (mon.0) 6754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:19:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:51 smithi136 bash[11745]: audit 2022-04-26T08:19:51.129257+0000 mon.smithi136 (mon.0) 6755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:19:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:52 smithi145 bash[13673]: cluster 2022-04-26T08:19:51.123744+0000 mgr.smithi136.ofnrfx (mgr.14188) 11123 : cluster [DBG] pgmap v10440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:52 smithi145 bash[13673]: cluster 2022-04-26T08:19:51.124315+0000 mgr.smithi136.ofnrfx (mgr.14188) 11124 : cluster [DBG] pgmap v10441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:52 smithi145 bash[13673]: audit 2022-04-26T08:19:51.135699+0000 mon.smithi136 (mon.0) 6756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:19:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:52 smithi145 bash[13673]: cephadm 2022-04-26T08:19:51.137149+0000 mgr.smithi136.ofnrfx (mgr.14188) 11125 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:19:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:52 smithi145 bash[13673]: cephadm 2022-04-26T08:19:51.137518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11126 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:19:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:52 smithi136 bash[11745]: cluster 2022-04-26T08:19:51.123744+0000 mgr.smithi136.ofnrfx (mgr.14188) 11123 : cluster [DBG] pgmap v10440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:52 smithi136 bash[11745]: cluster 2022-04-26T08:19:51.124315+0000 mgr.smithi136.ofnrfx (mgr.14188) 11124 : cluster [DBG] pgmap v10441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:52 smithi136 bash[11745]: audit 2022-04-26T08:19:51.135699+0000 mon.smithi136 (mon.0) 6756 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:19:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:52 smithi136 bash[11745]: cephadm 2022-04-26T08:19:51.137149+0000 mgr.smithi136.ofnrfx (mgr.14188) 11125 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:19:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:52 smithi136 bash[11745]: cephadm 2022-04-26T08:19:51.137518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11126 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:19:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:54 smithi145 bash[13673]: cluster 2022-04-26T08:19:53.124960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11127 : cluster [DBG] pgmap v10442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:54.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:54.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:54.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:19:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:54 smithi136 bash[11745]: cluster 2022-04-26T08:19:53.124960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11127 : cluster [DBG] pgmap v10442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:54.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:19:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:55 smithi136 bash[11745]: audit 2022-04-26T08:19:54.800413+0000 mon.smithi136 (mon.0) 6757 : audit [DBG] from='client.? 172.21.15.136:0/3085863744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:56.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:55 smithi145 bash[13673]: audit 2022-04-26T08:19:54.800413+0000 mon.smithi136 (mon.0) 6757 : audit [DBG] from='client.? 172.21.15.136:0/3085863744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:19:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:56 smithi136 bash[11745]: cluster 2022-04-26T08:19:55.125512+0000 mgr.smithi136.ofnrfx (mgr.14188) 11128 : cluster [DBG] pgmap v10443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:56 smithi145 bash[13673]: cluster 2022-04-26T08:19:55.125512+0000 mgr.smithi136.ofnrfx (mgr.14188) 11128 : cluster [DBG] pgmap v10443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:19:58 smithi136 bash[11745]: cluster 2022-04-26T08:19:57.126148+0000 mgr.smithi136.ofnrfx (mgr.14188) 11129 : cluster [DBG] pgmap v10444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:19:58 smithi145 bash[13673]: cluster 2022-04-26T08:19:57.126148+0000 mgr.smithi136.ofnrfx (mgr.14188) 11129 : cluster [DBG] pgmap v10444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:19:59.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:19:59.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:19:59.819 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:00.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:00 smithi136 bash[11745]: cluster 2022-04-26T08:19:59.126824+0000 mgr.smithi136.ofnrfx (mgr.14188) 11130 : cluster [DBG] pgmap v10445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:00 smithi136 bash[11745]: cluster 2022-04-26T08:20:00.000144+0000 mon.smithi136 (mon.0) 6758 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:20:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:00 smithi136 bash[11745]: audit 2022-04-26T08:20:00.133764+0000 mon.smithi136 (mon.0) 6759 : audit [DBG] from='client.? 172.21.15.136:0/208296469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:00 smithi145 bash[13673]: cluster 2022-04-26T08:19:59.126824+0000 mgr.smithi136.ofnrfx (mgr.14188) 11130 : cluster [DBG] pgmap v10445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:00 smithi145 bash[13673]: cluster 2022-04-26T08:20:00.000144+0000 mon.smithi136 (mon.0) 6758 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:20:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:00 smithi145 bash[13673]: audit 2022-04-26T08:20:00.133764+0000 mon.smithi136 (mon.0) 6759 : audit [DBG] from='client.? 172.21.15.136:0/208296469' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:02 smithi136 bash[11745]: cluster 2022-04-26T08:20:01.127485+0000 mgr.smithi136.ofnrfx (mgr.14188) 11131 : cluster [DBG] pgmap v10446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:02 smithi145 bash[13673]: cluster 2022-04-26T08:20:01.127485+0000 mgr.smithi136.ofnrfx (mgr.14188) 11131 : cluster [DBG] pgmap v10446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:03 smithi136 bash[11745]: audit 2022-04-26T08:20:03.241071+0000 mon.smithi136 (mon.0) 6760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:20:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:03 smithi136 bash[11745]: audit 2022-04-26T08:20:03.244826+0000 mon.smithi136 (mon.0) 6761 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:20:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:03 smithi145 bash[13673]: audit 2022-04-26T08:20:03.241071+0000 mon.smithi136 (mon.0) 6760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:20:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:03 smithi145 bash[13673]: audit 2022-04-26T08:20:03.244826+0000 mon.smithi136 (mon.0) 6761 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:20:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:04 smithi136 bash[11745]: cluster 2022-04-26T08:20:03.128132+0000 mgr.smithi136.ofnrfx (mgr.14188) 11132 : cluster [DBG] pgmap v10447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:04 smithi145 bash[13673]: cluster 2022-04-26T08:20:03.128132+0000 mgr.smithi136.ofnrfx (mgr.14188) 11132 : cluster [DBG] pgmap v10447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:05.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:05.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:05.153 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:05.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:05 smithi136 bash[11745]: audit 2022-04-26T08:20:05.462887+0000 mon.smithi136 (mon.0) 6762 : audit [DBG] from='client.? 172.21.15.136:0/4270077486' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:06.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:05 smithi145 bash[13673]: audit 2022-04-26T08:20:05.462887+0000 mon.smithi136 (mon.0) 6762 : audit [DBG] from='client.? 172.21.15.136:0/4270077486' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:06 smithi145 bash[13673]: cluster 2022-04-26T08:20:05.128737+0000 mgr.smithi136.ofnrfx (mgr.14188) 11133 : cluster [DBG] pgmap v10448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:06 smithi136 bash[11745]: cluster 2022-04-26T08:20:05.128737+0000 mgr.smithi136.ofnrfx (mgr.14188) 11133 : cluster [DBG] pgmap v10448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:09.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:08 smithi136 bash[11745]: cluster 2022-04-26T08:20:07.129407+0000 mgr.smithi136.ofnrfx (mgr.14188) 11134 : cluster [DBG] pgmap v10449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:09.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:08 smithi145 bash[13673]: cluster 2022-04-26T08:20:07.129407+0000 mgr.smithi136.ofnrfx (mgr.14188) 11134 : cluster [DBG] pgmap v10449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:10.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:10.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:10.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:10.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:10 smithi136 bash[11745]: cluster 2022-04-26T08:20:09.130037+0000 mgr.smithi136.ofnrfx (mgr.14188) 11135 : cluster [DBG] pgmap v10450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:10 smithi136 bash[11745]: audit 2022-04-26T08:20:10.784512+0000 mon.smithi136 (mon.0) 6763 : audit [DBG] from='client.? 172.21.15.136:0/2447577689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:11.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:10 smithi145 bash[13673]: cluster 2022-04-26T08:20:09.130037+0000 mgr.smithi136.ofnrfx (mgr.14188) 11135 : cluster [DBG] pgmap v10450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:10 smithi145 bash[13673]: audit 2022-04-26T08:20:10.784512+0000 mon.smithi136 (mon.0) 6763 : audit [DBG] from='client.? 172.21.15.136:0/2447577689' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:13.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:12 smithi145 bash[13673]: cluster 2022-04-26T08:20:11.130692+0000 mgr.smithi136.ofnrfx (mgr.14188) 11136 : cluster [DBG] pgmap v10451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:12 smithi136 bash[11745]: cluster 2022-04-26T08:20:11.130692+0000 mgr.smithi136.ofnrfx (mgr.14188) 11136 : cluster [DBG] pgmap v10451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:14 smithi145 bash[13673]: cluster 2022-04-26T08:20:13.131323+0000 mgr.smithi136.ofnrfx (mgr.14188) 11137 : cluster [DBG] pgmap v10452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:14 smithi136 bash[11745]: cluster 2022-04-26T08:20:13.131323+0000 mgr.smithi136.ofnrfx (mgr.14188) 11137 : cluster [DBG] pgmap v10452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:15.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:15.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:15.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:16.133 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:17.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:16 smithi145 bash[13673]: cluster 2022-04-26T08:20:15.131911+0000 mgr.smithi136.ofnrfx (mgr.14188) 11138 : cluster [DBG] pgmap v10453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:16 smithi145 bash[13673]: audit 2022-04-26T08:20:16.118014+0000 mon.smithi136 (mon.0) 6764 : audit [DBG] from='client.? 172.21.15.136:0/1624310512' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:16 smithi136 bash[11745]: cluster 2022-04-26T08:20:15.131911+0000 mgr.smithi136.ofnrfx (mgr.14188) 11138 : cluster [DBG] pgmap v10453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:16 smithi136 bash[11745]: audit 2022-04-26T08:20:16.118014+0000 mon.smithi136 (mon.0) 6764 : audit [DBG] from='client.? 172.21.15.136:0/1624310512' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:19.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:18 smithi145 bash[13673]: cluster 2022-04-26T08:20:17.132577+0000 mgr.smithi136.ofnrfx (mgr.14188) 11139 : cluster [DBG] pgmap v10454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:19.177 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:18 smithi136 bash[11745]: cluster 2022-04-26T08:20:17.132577+0000 mgr.smithi136.ofnrfx (mgr.14188) 11139 : cluster [DBG] pgmap v10454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:21.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:21.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:21.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:21.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:20 smithi145 bash[13673]: cluster 2022-04-26T08:20:19.133228+0000 mgr.smithi136.ofnrfx (mgr.14188) 11140 : cluster [DBG] pgmap v10455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:20 smithi136 bash[11745]: cluster 2022-04-26T08:20:19.133228+0000 mgr.smithi136.ofnrfx (mgr.14188) 11140 : cluster [DBG] pgmap v10455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:21.466 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:21 smithi145 bash[13673]: audit 2022-04-26T08:20:21.451057+0000 mon.smithi136 (mon.0) 6765 : audit [DBG] from='client.? 172.21.15.136:0/847882297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:21 smithi136 bash[11745]: audit 2022-04-26T08:20:21.451057+0000 mon.smithi136 (mon.0) 6765 : audit [DBG] from='client.? 172.21.15.136:0/847882297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:22 smithi145 bash[13673]: cluster 2022-04-26T08:20:21.133887+0000 mgr.smithi136.ofnrfx (mgr.14188) 11141 : cluster [DBG] pgmap v10456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:22 smithi136 bash[11745]: cluster 2022-04-26T08:20:21.133887+0000 mgr.smithi136.ofnrfx (mgr.14188) 11141 : cluster [DBG] pgmap v10456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:24 smithi145 bash[13673]: cluster 2022-04-26T08:20:23.134600+0000 mgr.smithi136.ofnrfx (mgr.14188) 11142 : cluster [DBG] pgmap v10457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:24 smithi136 bash[11745]: cluster 2022-04-26T08:20:23.134600+0000 mgr.smithi136.ofnrfx (mgr.14188) 11142 : cluster [DBG] pgmap v10457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:26.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:26.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:26.470 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:26.793 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:26 smithi145 bash[13673]: cluster 2022-04-26T08:20:25.135182+0000 mgr.smithi136.ofnrfx (mgr.14188) 11143 : cluster [DBG] pgmap v10458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:26 smithi145 bash[13673]: audit 2022-04-26T08:20:26.778162+0000 mon.smithi136 (mon.0) 6766 : audit [DBG] from='client.? 172.21.15.136:0/4157267120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:26 smithi136 bash[11745]: cluster 2022-04-26T08:20:25.135182+0000 mgr.smithi136.ofnrfx (mgr.14188) 11143 : cluster [DBG] pgmap v10458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:26 smithi136 bash[11745]: audit 2022-04-26T08:20:26.778162+0000 mon.smithi136 (mon.0) 6766 : audit [DBG] from='client.? 172.21.15.136:0/4157267120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:29.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:28 smithi145 bash[13673]: cluster 2022-04-26T08:20:27.135877+0000 mgr.smithi136.ofnrfx (mgr.14188) 11144 : cluster [DBG] pgmap v10459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:29.176 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:28 smithi136 bash[11745]: cluster 2022-04-26T08:20:27.135877+0000 mgr.smithi136.ofnrfx (mgr.14188) 11144 : cluster [DBG] pgmap v10459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:30 smithi145 bash[13673]: cluster 2022-04-26T08:20:29.136518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11145 : cluster [DBG] pgmap v10460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:30 smithi136 bash[11745]: cluster 2022-04-26T08:20:29.136518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11145 : cluster [DBG] pgmap v10460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:31.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:31.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:31.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:32.128 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:32 smithi145 bash[13673]: cluster 2022-04-26T08:20:31.137142+0000 mgr.smithi136.ofnrfx (mgr.14188) 11146 : cluster [DBG] pgmap v10461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:32 smithi145 bash[13673]: audit 2022-04-26T08:20:32.113281+0000 mon.smithi136 (mon.0) 6767 : audit [DBG] from='client.? 172.21.15.136:0/3657377539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:32 smithi136 bash[11745]: cluster 2022-04-26T08:20:31.137142+0000 mgr.smithi136.ofnrfx (mgr.14188) 11146 : cluster [DBG] pgmap v10461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:32 smithi136 bash[11745]: audit 2022-04-26T08:20:32.113281+0000 mon.smithi136 (mon.0) 6767 : audit [DBG] from='client.? 172.21.15.136:0/3657377539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:35.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:34 smithi145 bash[13673]: cluster 2022-04-26T08:20:33.137751+0000 mgr.smithi136.ofnrfx (mgr.14188) 11147 : cluster [DBG] pgmap v10462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:34 smithi136 bash[11745]: cluster 2022-04-26T08:20:33.137751+0000 mgr.smithi136.ofnrfx (mgr.14188) 11147 : cluster [DBG] pgmap v10462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:37.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:37.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:37.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:37.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:36 smithi145 bash[13673]: cluster 2022-04-26T08:20:35.138345+0000 mgr.smithi136.ofnrfx (mgr.14188) 11148 : cluster [DBG] pgmap v10463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:36 smithi136 bash[11745]: cluster 2022-04-26T08:20:35.138345+0000 mgr.smithi136.ofnrfx (mgr.14188) 11148 : cluster [DBG] pgmap v10463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:37.453 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:38.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:37 smithi145 bash[13673]: audit 2022-04-26T08:20:37.437559+0000 mon.smithi136 (mon.0) 6768 : audit [DBG] from='client.? 172.21.15.136:0/1681499508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:37 smithi136 bash[11745]: audit 2022-04-26T08:20:37.437559+0000 mon.smithi136 (mon.0) 6768 : audit [DBG] from='client.? 172.21.15.136:0/1681499508' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:39.177 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:38 smithi136 bash[11745]: cluster 2022-04-26T08:20:37.138960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11149 : cluster [DBG] pgmap v10464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:38 smithi145 bash[13673]: cluster 2022-04-26T08:20:37.138960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11149 : cluster [DBG] pgmap v10464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:40.911 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:40 smithi136 bash[11745]: cluster 2022-04-26T08:20:39.139654+0000 mgr.smithi136.ofnrfx (mgr.14188) 11150 : cluster [DBG] pgmap v10465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:40 smithi145 bash[13673]: cluster 2022-04-26T08:20:39.139654+0000 mgr.smithi136.ofnrfx (mgr.14188) 11150 : cluster [DBG] pgmap v10465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:42.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:42.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:42.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:42.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:42 smithi136 bash[11745]: cluster 2022-04-26T08:20:41.140301+0000 mgr.smithi136.ofnrfx (mgr.14188) 11151 : cluster [DBG] pgmap v10466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:42 smithi136 bash[11745]: audit 2022-04-26T08:20:42.769162+0000 mon.smithi136 (mon.0) 6769 : audit [DBG] from='client.? 172.21.15.136:0/1856762202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:42 smithi145 bash[13673]: cluster 2022-04-26T08:20:41.140301+0000 mgr.smithi136.ofnrfx (mgr.14188) 11151 : cluster [DBG] pgmap v10466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:42 smithi145 bash[13673]: audit 2022-04-26T08:20:42.769162+0000 mon.smithi136 (mon.0) 6769 : audit [DBG] from='client.? 172.21.15.136:0/1856762202' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:44 smithi136 bash[11745]: cluster 2022-04-26T08:20:43.140920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11152 : cluster [DBG] pgmap v10467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:44 smithi145 bash[13673]: cluster 2022-04-26T08:20:43.140920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11152 : cluster [DBG] pgmap v10467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:46 smithi136 bash[11745]: cluster 2022-04-26T08:20:45.141540+0000 mgr.smithi136.ofnrfx (mgr.14188) 11153 : cluster [DBG] pgmap v10468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:46 smithi145 bash[13673]: cluster 2022-04-26T08:20:45.141540+0000 mgr.smithi136.ofnrfx (mgr.14188) 11153 : cluster [DBG] pgmap v10468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:47.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:47.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:47.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:48.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:48 smithi136 bash[11745]: cluster 2022-04-26T08:20:47.142163+0000 mgr.smithi136.ofnrfx (mgr.14188) 11154 : cluster [DBG] pgmap v10469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:48 smithi136 bash[11745]: audit 2022-04-26T08:20:48.093167+0000 mon.smithi136 (mon.0) 6770 : audit [DBG] from='client.? 172.21.15.136:0/1774420090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:48 smithi145 bash[13673]: cluster 2022-04-26T08:20:47.142163+0000 mgr.smithi136.ofnrfx (mgr.14188) 11154 : cluster [DBG] pgmap v10469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:48 smithi145 bash[13673]: audit 2022-04-26T08:20:48.093167+0000 mon.smithi136 (mon.0) 6770 : audit [DBG] from='client.? 172.21.15.136:0/1774420090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:50 smithi136 bash[11745]: cluster 2022-04-26T08:20:49.142791+0000 mgr.smithi136.ofnrfx (mgr.14188) 11155 : cluster [DBG] pgmap v10470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:50 smithi145 bash[13673]: cluster 2022-04-26T08:20:49.142791+0000 mgr.smithi136.ofnrfx (mgr.14188) 11155 : cluster [DBG] pgmap v10470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:51 smithi136 bash[11745]: audit 2022-04-26T08:20:51.149936+0000 mon.smithi136 (mon.0) 6771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:20:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:51 smithi136 bash[11745]: audit 2022-04-26T08:20:51.152719+0000 mon.smithi136 (mon.0) 6772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:20:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:51 smithi136 bash[11745]: audit 2022-04-26T08:20:51.154630+0000 mon.smithi136 (mon.0) 6773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:20:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:51 smithi136 bash[11745]: audit 2022-04-26T08:20:51.454927+0000 mon.smithi136 (mon.0) 6774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:20:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:51 smithi136 bash[11745]: audit 2022-04-26T08:20:51.783917+0000 mon.smithi136 (mon.0) 6775 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:20:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:51 smithi136 bash[11745]: audit 2022-04-26T08:20:51.792799+0000 mon.smithi136 (mon.0) 6776 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:20:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:51 smithi145 bash[13673]: audit 2022-04-26T08:20:51.149936+0000 mon.smithi136 (mon.0) 6771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:20:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:51 smithi145 bash[13673]: audit 2022-04-26T08:20:51.152719+0000 mon.smithi136 (mon.0) 6772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:20:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:51 smithi145 bash[13673]: audit 2022-04-26T08:20:51.154630+0000 mon.smithi136 (mon.0) 6773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:20:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:51 smithi145 bash[13673]: audit 2022-04-26T08:20:51.454927+0000 mon.smithi136 (mon.0) 6774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:20:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:51 smithi145 bash[13673]: audit 2022-04-26T08:20:51.783917+0000 mon.smithi136 (mon.0) 6775 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:20:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:51 smithi145 bash[13673]: audit 2022-04-26T08:20:51.792799+0000 mon.smithi136 (mon.0) 6776 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:20:53.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:53.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:53.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:52 smithi136 bash[11745]: cluster 2022-04-26T08:20:51.143367+0000 mgr.smithi136.ofnrfx (mgr.14188) 11156 : cluster [DBG] pgmap v10471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:52 smithi136 bash[11745]: cluster 2022-04-26T08:20:51.776969+0000 mgr.smithi136.ofnrfx (mgr.14188) 11157 : cluster [DBG] pgmap v10472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:52 smithi136 bash[11745]: cluster 2022-04-26T08:20:51.777227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11158 : cluster [DBG] pgmap v10473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:52 smithi136 bash[11745]: cephadm 2022-04-26T08:20:51.793878+0000 mgr.smithi136.ofnrfx (mgr.14188) 11159 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:20:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:52 smithi136 bash[11745]: cephadm 2022-04-26T08:20:51.794016+0000 mgr.smithi136.ofnrfx (mgr.14188) 11160 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:20:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:52 smithi145 bash[13673]: cluster 2022-04-26T08:20:51.143367+0000 mgr.smithi136.ofnrfx (mgr.14188) 11156 : cluster [DBG] pgmap v10471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:52 smithi145 bash[13673]: cluster 2022-04-26T08:20:51.776969+0000 mgr.smithi136.ofnrfx (mgr.14188) 11157 : cluster [DBG] pgmap v10472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:52 smithi145 bash[13673]: cluster 2022-04-26T08:20:51.777227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11158 : cluster [DBG] pgmap v10473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:52 smithi145 bash[13673]: cephadm 2022-04-26T08:20:51.793878+0000 mgr.smithi136.ofnrfx (mgr.14188) 11159 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:20:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:52 smithi145 bash[13673]: cephadm 2022-04-26T08:20:51.794016+0000 mgr.smithi136.ofnrfx (mgr.14188) 11160 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:20:53.439 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:53 smithi136 bash[11745]: audit 2022-04-26T08:20:53.424415+0000 mon.smithi136 (mon.0) 6777 : audit [DBG] from='client.? 172.21.15.136:0/2664841452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:53 smithi145 bash[13673]: audit 2022-04-26T08:20:53.424415+0000 mon.smithi136 (mon.0) 6777 : audit [DBG] from='client.? 172.21.15.136:0/2664841452' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:54 smithi136 bash[11745]: cluster 2022-04-26T08:20:53.777846+0000 mgr.smithi136.ofnrfx (mgr.14188) 11161 : cluster [DBG] pgmap v10474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:54 smithi145 bash[13673]: cluster 2022-04-26T08:20:53.777846+0000 mgr.smithi136.ofnrfx (mgr.14188) 11161 : cluster [DBG] pgmap v10474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:56 smithi136 bash[11745]: cluster 2022-04-26T08:20:55.778501+0000 mgr.smithi136.ofnrfx (mgr.14188) 11162 : cluster [DBG] pgmap v10475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:57.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:56 smithi145 bash[13673]: cluster 2022-04-26T08:20:55.778501+0000 mgr.smithi136.ofnrfx (mgr.14188) 11162 : cluster [DBG] pgmap v10475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:58.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:20:58.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:20:58.443 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:20:58.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:20:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:58 smithi136 bash[11745]: cluster 2022-04-26T08:20:57.779120+0000 mgr.smithi136.ofnrfx (mgr.14188) 11163 : cluster [DBG] pgmap v10476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:20:58 smithi136 bash[11745]: audit 2022-04-26T08:20:58.756672+0000 mon.smithi136 (mon.0) 6778 : audit [DBG] from='client.? 172.21.15.136:0/2188351781' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:20:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:58 smithi145 bash[13673]: cluster 2022-04-26T08:20:57.779120+0000 mgr.smithi136.ofnrfx (mgr.14188) 11163 : cluster [DBG] pgmap v10476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:20:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:20:58 smithi145 bash[13673]: audit 2022-04-26T08:20:58.756672+0000 mon.smithi136 (mon.0) 6778 : audit [DBG] from='client.? 172.21.15.136:0/2188351781' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:00 smithi136 bash[11745]: cluster 2022-04-26T08:20:59.779712+0000 mgr.smithi136.ofnrfx (mgr.14188) 11164 : cluster [DBG] pgmap v10477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:00 smithi145 bash[13673]: cluster 2022-04-26T08:20:59.779712+0000 mgr.smithi136.ofnrfx (mgr.14188) 11164 : cluster [DBG] pgmap v10477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:02 smithi136 bash[11745]: cluster 2022-04-26T08:21:01.780353+0000 mgr.smithi136.ofnrfx (mgr.14188) 11165 : cluster [DBG] pgmap v10478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:02 smithi145 bash[13673]: cluster 2022-04-26T08:21:01.780353+0000 mgr.smithi136.ofnrfx (mgr.14188) 11165 : cluster [DBG] pgmap v10478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:03.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:03.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:03.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:04.104 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:03 smithi136 bash[11745]: audit 2022-04-26T08:21:03.245608+0000 mon.smithi136 (mon.0) 6779 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:21:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:03 smithi136 bash[11745]: audit 2022-04-26T08:21:03.249610+0000 mon.smithi136 (mon.0) 6780 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:21:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:03 smithi145 bash[13673]: audit 2022-04-26T08:21:03.245608+0000 mon.smithi136 (mon.0) 6779 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:21:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:03 smithi145 bash[13673]: audit 2022-04-26T08:21:03.249610+0000 mon.smithi136 (mon.0) 6780 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:21:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:04 smithi136 bash[11745]: cluster 2022-04-26T08:21:03.781005+0000 mgr.smithi136.ofnrfx (mgr.14188) 11166 : cluster [DBG] pgmap v10479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:04 smithi136 bash[11745]: audit 2022-04-26T08:21:04.089133+0000 mon.smithi136 (mon.0) 6781 : audit [DBG] from='client.? 172.21.15.136:0/1914364177' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:04 smithi145 bash[13673]: cluster 2022-04-26T08:21:03.781005+0000 mgr.smithi136.ofnrfx (mgr.14188) 11166 : cluster [DBG] pgmap v10479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:04 smithi145 bash[13673]: audit 2022-04-26T08:21:04.089133+0000 mon.smithi136 (mon.0) 6781 : audit [DBG] from='client.? 172.21.15.136:0/1914364177' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:06 smithi136 bash[11745]: cluster 2022-04-26T08:21:05.781619+0000 mgr.smithi136.ofnrfx (mgr.14188) 11167 : cluster [DBG] pgmap v10480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:06 smithi145 bash[13673]: cluster 2022-04-26T08:21:05.781619+0000 mgr.smithi136.ofnrfx (mgr.14188) 11167 : cluster [DBG] pgmap v10480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:09.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:09.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:09.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:08 smithi136 bash[11745]: cluster 2022-04-26T08:21:07.782244+0000 mgr.smithi136.ofnrfx (mgr.14188) 11168 : cluster [DBG] pgmap v10481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:08 smithi145 bash[13673]: cluster 2022-04-26T08:21:07.782244+0000 mgr.smithi136.ofnrfx (mgr.14188) 11168 : cluster [DBG] pgmap v10481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:09.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:09 smithi136 bash[11745]: audit 2022-04-26T08:21:09.420869+0000 mon.smithi136 (mon.0) 6782 : audit [DBG] from='client.? 172.21.15.136:0/3937687072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:10 smithi145 bash[13673]: audit 2022-04-26T08:21:09.420869+0000 mon.smithi136 (mon.0) 6782 : audit [DBG] from='client.? 172.21.15.136:0/3937687072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:11 smithi136 bash[11745]: cluster 2022-04-26T08:21:09.782849+0000 mgr.smithi136.ofnrfx (mgr.14188) 11169 : cluster [DBG] pgmap v10482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:11 smithi145 bash[13673]: cluster 2022-04-26T08:21:09.782849+0000 mgr.smithi136.ofnrfx (mgr.14188) 11169 : cluster [DBG] pgmap v10482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:13 smithi136 bash[11745]: cluster 2022-04-26T08:21:11.783672+0000 mgr.smithi136.ofnrfx (mgr.14188) 11170 : cluster [DBG] pgmap v10483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:13 smithi145 bash[13673]: cluster 2022-04-26T08:21:11.783672+0000 mgr.smithi136.ofnrfx (mgr.14188) 11170 : cluster [DBG] pgmap v10483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:14.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:14.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:14.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:14.767 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:15 smithi136 bash[11745]: cluster 2022-04-26T08:21:13.784339+0000 mgr.smithi136.ofnrfx (mgr.14188) 11171 : cluster [DBG] pgmap v10484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:15 smithi136 bash[11745]: audit 2022-04-26T08:21:14.751242+0000 mon.smithi136 (mon.0) 6783 : audit [DBG] from='client.? 172.21.15.136:0/3002414046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:15 smithi145 bash[13673]: cluster 2022-04-26T08:21:13.784339+0000 mgr.smithi136.ofnrfx (mgr.14188) 11171 : cluster [DBG] pgmap v10484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:15 smithi145 bash[13673]: audit 2022-04-26T08:21:14.751242+0000 mon.smithi136 (mon.0) 6783 : audit [DBG] from='client.? 172.21.15.136:0/3002414046' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:17 smithi136 bash[11745]: cluster 2022-04-26T08:21:15.784955+0000 mgr.smithi136.ofnrfx (mgr.14188) 11172 : cluster [DBG] pgmap v10485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:17 smithi145 bash[13673]: cluster 2022-04-26T08:21:15.784955+0000 mgr.smithi136.ofnrfx (mgr.14188) 11172 : cluster [DBG] pgmap v10485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:19 smithi136 bash[11745]: cluster 2022-04-26T08:21:17.785594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11173 : cluster [DBG] pgmap v10486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:19 smithi145 bash[13673]: cluster 2022-04-26T08:21:17.785594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11173 : cluster [DBG] pgmap v10486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:19.770 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:19.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:19.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:20.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:21 smithi136 bash[11745]: cluster 2022-04-26T08:21:19.786213+0000 mgr.smithi136.ofnrfx (mgr.14188) 11174 : cluster [DBG] pgmap v10487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:21 smithi136 bash[11745]: audit 2022-04-26T08:21:20.079286+0000 mon.smithi136 (mon.0) 6784 : audit [DBG] from='client.? 172.21.15.136:0/1452246517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:21 smithi145 bash[13673]: cluster 2022-04-26T08:21:19.786213+0000 mgr.smithi136.ofnrfx (mgr.14188) 11174 : cluster [DBG] pgmap v10487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:21 smithi145 bash[13673]: audit 2022-04-26T08:21:20.079286+0000 mon.smithi136 (mon.0) 6784 : audit [DBG] from='client.? 172.21.15.136:0/1452246517' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:23 smithi136 bash[11745]: cluster 2022-04-26T08:21:21.786869+0000 mgr.smithi136.ofnrfx (mgr.14188) 11175 : cluster [DBG] pgmap v10488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:23 smithi145 bash[13673]: cluster 2022-04-26T08:21:21.786869+0000 mgr.smithi136.ofnrfx (mgr.14188) 11175 : cluster [DBG] pgmap v10488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:25.099 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:25.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:25.100 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:25 smithi136 bash[11745]: cluster 2022-04-26T08:21:23.787544+0000 mgr.smithi136.ofnrfx (mgr.14188) 11176 : cluster [DBG] pgmap v10489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:25 smithi145 bash[13673]: cluster 2022-04-26T08:21:23.787544+0000 mgr.smithi136.ofnrfx (mgr.14188) 11176 : cluster [DBG] pgmap v10489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:25.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:26 smithi136 bash[11745]: audit 2022-04-26T08:21:25.415981+0000 mon.smithi136 (mon.0) 6785 : audit [DBG] from='client.? 172.21.15.136:0/3869026804' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:26 smithi136 bash[11745]: cluster 2022-04-26T08:21:25.788135+0000 mgr.smithi136.ofnrfx (mgr.14188) 11177 : cluster [DBG] pgmap v10490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:26 smithi145 bash[13673]: audit 2022-04-26T08:21:25.415981+0000 mon.smithi136 (mon.0) 6785 : audit [DBG] from='client.? 172.21.15.136:0/3869026804' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:26 smithi145 bash[13673]: cluster 2022-04-26T08:21:25.788135+0000 mgr.smithi136.ofnrfx (mgr.14188) 11177 : cluster [DBG] pgmap v10490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:28 smithi145 bash[13673]: cluster 2022-04-26T08:21:27.788729+0000 mgr.smithi136.ofnrfx (mgr.14188) 11178 : cluster [DBG] pgmap v10491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:29.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:28 smithi136 bash[11745]: cluster 2022-04-26T08:21:27.788729+0000 mgr.smithi136.ofnrfx (mgr.14188) 11178 : cluster [DBG] pgmap v10491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:30.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:30.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:30.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:30.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:30 smithi145 bash[13673]: cluster 2022-04-26T08:21:29.789329+0000 mgr.smithi136.ofnrfx (mgr.14188) 11179 : cluster [DBG] pgmap v10492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:30 smithi145 bash[13673]: audit 2022-04-26T08:21:30.753004+0000 mon.smithi136 (mon.0) 6786 : audit [DBG] from='client.? 172.21.15.136:0/302855446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:30 smithi136 bash[11745]: cluster 2022-04-26T08:21:29.789329+0000 mgr.smithi136.ofnrfx (mgr.14188) 11179 : cluster [DBG] pgmap v10492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:30 smithi136 bash[11745]: audit 2022-04-26T08:21:30.753004+0000 mon.smithi136 (mon.0) 6786 : audit [DBG] from='client.? 172.21.15.136:0/302855446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:32 smithi145 bash[13673]: cluster 2022-04-26T08:21:31.789970+0000 mgr.smithi136.ofnrfx (mgr.14188) 11180 : cluster [DBG] pgmap v10493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:32 smithi136 bash[11745]: cluster 2022-04-26T08:21:31.789970+0000 mgr.smithi136.ofnrfx (mgr.14188) 11180 : cluster [DBG] pgmap v10493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:34 smithi145 bash[13673]: cluster 2022-04-26T08:21:33.790632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11181 : cluster [DBG] pgmap v10494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:34 smithi136 bash[11745]: cluster 2022-04-26T08:21:33.790632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11181 : cluster [DBG] pgmap v10494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:35.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:35.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:35.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:36.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:36 smithi145 bash[13673]: cluster 2022-04-26T08:21:35.791400+0000 mgr.smithi136.ofnrfx (mgr.14188) 11182 : cluster [DBG] pgmap v10495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:36 smithi145 bash[13673]: audit 2022-04-26T08:21:36.078176+0000 mon.smithi136 (mon.0) 6787 : audit [DBG] from='client.? 172.21.15.136:0/622571646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:36 smithi136 bash[11745]: cluster 2022-04-26T08:21:35.791400+0000 mgr.smithi136.ofnrfx (mgr.14188) 11182 : cluster [DBG] pgmap v10495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:36 smithi136 bash[11745]: audit 2022-04-26T08:21:36.078176+0000 mon.smithi136 (mon.0) 6787 : audit [DBG] from='client.? 172.21.15.136:0/622571646' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:38 smithi145 bash[13673]: cluster 2022-04-26T08:21:37.792079+0000 mgr.smithi136.ofnrfx (mgr.14188) 11183 : cluster [DBG] pgmap v10496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:39.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:38 smithi136 bash[11745]: cluster 2022-04-26T08:21:37.792079+0000 mgr.smithi136.ofnrfx (mgr.14188) 11183 : cluster [DBG] pgmap v10496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:41.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:41.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:41.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:40 smithi145 bash[13673]: cluster 2022-04-26T08:21:39.792705+0000 mgr.smithi136.ofnrfx (mgr.14188) 11184 : cluster [DBG] pgmap v10497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:40 smithi136 bash[11745]: cluster 2022-04-26T08:21:39.792705+0000 mgr.smithi136.ofnrfx (mgr.14188) 11184 : cluster [DBG] pgmap v10497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:41.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:41 smithi145 bash[13673]: audit 2022-04-26T08:21:41.406051+0000 mon.smithi136 (mon.0) 6788 : audit [DBG] from='client.? 172.21.15.136:0/4146602796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:41 smithi136 bash[11745]: audit 2022-04-26T08:21:41.406051+0000 mon.smithi136 (mon.0) 6788 : audit [DBG] from='client.? 172.21.15.136:0/4146602796' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:42 smithi145 bash[13673]: cluster 2022-04-26T08:21:41.793349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11185 : cluster [DBG] pgmap v10498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:42 smithi136 bash[11745]: cluster 2022-04-26T08:21:41.793349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11185 : cluster [DBG] pgmap v10498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:44 smithi145 bash[13673]: cluster 2022-04-26T08:21:43.794048+0000 mgr.smithi136.ofnrfx (mgr.14188) 11186 : cluster [DBG] pgmap v10499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:44 smithi136 bash[11745]: cluster 2022-04-26T08:21:43.794048+0000 mgr.smithi136.ofnrfx (mgr.14188) 11186 : cluster [DBG] pgmap v10499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:46.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:46.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:46.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:46.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:46 smithi145 bash[13673]: cluster 2022-04-26T08:21:45.794723+0000 mgr.smithi136.ofnrfx (mgr.14188) 11187 : cluster [DBG] pgmap v10500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:46 smithi145 bash[13673]: audit 2022-04-26T08:21:46.729022+0000 mon.smithi136 (mon.0) 6789 : audit [DBG] from='client.? 172.21.15.136:0/320389146' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:46 smithi136 bash[11745]: cluster 2022-04-26T08:21:45.794723+0000 mgr.smithi136.ofnrfx (mgr.14188) 11187 : cluster [DBG] pgmap v10500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:46 smithi136 bash[11745]: audit 2022-04-26T08:21:46.729022+0000 mon.smithi136 (mon.0) 6789 : audit [DBG] from='client.? 172.21.15.136:0/320389146' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:49.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:48 smithi136 bash[11745]: cluster 2022-04-26T08:21:47.795387+0000 mgr.smithi136.ofnrfx (mgr.14188) 11188 : cluster [DBG] pgmap v10501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:48 smithi145 bash[13673]: cluster 2022-04-26T08:21:47.795387+0000 mgr.smithi136.ofnrfx (mgr.14188) 11188 : cluster [DBG] pgmap v10501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:50 smithi136 bash[11745]: cluster 2022-04-26T08:21:49.795991+0000 mgr.smithi136.ofnrfx (mgr.14188) 11189 : cluster [DBG] pgmap v10502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:50 smithi145 bash[13673]: cluster 2022-04-26T08:21:49.795991+0000 mgr.smithi136.ofnrfx (mgr.14188) 11189 : cluster [DBG] pgmap v10502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:51.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:51.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:51.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:52.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:51 smithi136 bash[11745]: audit 2022-04-26T08:21:51.801913+0000 mon.smithi136 (mon.0) 6790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:21:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:51 smithi136 bash[11745]: audit 2022-04-26T08:21:51.804536+0000 mon.smithi136 (mon.0) 6791 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:21:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:51 smithi136 bash[11745]: audit 2022-04-26T08:21:51.806127+0000 mon.smithi136 (mon.0) 6792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:21:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:51 smithi145 bash[13673]: audit 2022-04-26T08:21:51.801913+0000 mon.smithi136 (mon.0) 6790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:21:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:51 smithi145 bash[13673]: audit 2022-04-26T08:21:51.804536+0000 mon.smithi136 (mon.0) 6791 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:21:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:51 smithi145 bash[13673]: audit 2022-04-26T08:21:51.806127+0000 mon.smithi136 (mon.0) 6792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:21:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:52 smithi136 bash[11745]: cluster 2022-04-26T08:21:51.796675+0000 mgr.smithi136.ofnrfx (mgr.14188) 11190 : cluster [DBG] pgmap v10503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:53.350 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:52 smithi136 bash[11745]: audit 2022-04-26T08:21:52.065556+0000 mon.smithi136 (mon.0) 6793 : audit [DBG] from='client.? 172.21.15.136:0/3158569447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:53.350 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:52 smithi136 bash[11745]: audit 2022-04-26T08:21:52.134916+0000 mon.smithi136 (mon.0) 6794 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:21:53.350 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:52 smithi136 bash[11745]: audit 2022-04-26T08:21:52.145196+0000 mon.smithi136 (mon.0) 6795 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:21:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:52 smithi145 bash[13673]: cluster 2022-04-26T08:21:51.796675+0000 mgr.smithi136.ofnrfx (mgr.14188) 11190 : cluster [DBG] pgmap v10503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:52 smithi145 bash[13673]: audit 2022-04-26T08:21:52.065556+0000 mon.smithi136 (mon.0) 6793 : audit [DBG] from='client.? 172.21.15.136:0/3158569447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:52 smithi145 bash[13673]: audit 2022-04-26T08:21:52.134916+0000 mon.smithi136 (mon.0) 6794 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:21:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:52 smithi145 bash[13673]: audit 2022-04-26T08:21:52.145196+0000 mon.smithi136 (mon.0) 6795 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:21:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:53 smithi136 bash[11745]: cluster 2022-04-26T08:21:52.128167+0000 mgr.smithi136.ofnrfx (mgr.14188) 11191 : cluster [DBG] pgmap v10504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:53 smithi136 bash[11745]: cluster 2022-04-26T08:21:52.128594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11192 : cluster [DBG] pgmap v10505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:53 smithi136 bash[11745]: cephadm 2022-04-26T08:21:52.146325+0000 mgr.smithi136.ofnrfx (mgr.14188) 11193 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:21:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:53 smithi136 bash[11745]: cephadm 2022-04-26T08:21:52.146454+0000 mgr.smithi136.ofnrfx (mgr.14188) 11194 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:53 smithi145 bash[13673]: cluster 2022-04-26T08:21:52.128167+0000 mgr.smithi136.ofnrfx (mgr.14188) 11191 : cluster [DBG] pgmap v10504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:53 smithi145 bash[13673]: cluster 2022-04-26T08:21:52.128594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11192 : cluster [DBG] pgmap v10505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:53 smithi145 bash[13673]: cephadm 2022-04-26T08:21:52.146325+0000 mgr.smithi136.ofnrfx (mgr.14188) 11193 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:21:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:53 smithi145 bash[13673]: cephadm 2022-04-26T08:21:52.146454+0000 mgr.smithi136.ofnrfx (mgr.14188) 11194 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:21:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:55 smithi136 bash[11745]: cluster 2022-04-26T08:21:54.129300+0000 mgr.smithi136.ofnrfx (mgr.14188) 11195 : cluster [DBG] pgmap v10506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:55 smithi145 bash[13673]: cluster 2022-04-26T08:21:54.129300+0000 mgr.smithi136.ofnrfx (mgr.14188) 11195 : cluster [DBG] pgmap v10506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:57.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:21:57.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:21:57.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:21:57.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:21:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:57 smithi136 bash[11745]: cluster 2022-04-26T08:21:56.130001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11196 : cluster [DBG] pgmap v10507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:57 smithi136 bash[11745]: audit 2022-04-26T08:21:57.399540+0000 mon.smithi136 (mon.0) 6796 : audit [DBG] from='client.? 172.21.15.136:0/3617157301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:21:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:57 smithi145 bash[13673]: cluster 2022-04-26T08:21:56.130001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11196 : cluster [DBG] pgmap v10507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:21:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:57 smithi145 bash[13673]: audit 2022-04-26T08:21:57.399540+0000 mon.smithi136 (mon.0) 6796 : audit [DBG] from='client.? 172.21.15.136:0/3617157301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:21:59 smithi136 bash[11745]: cluster 2022-04-26T08:21:58.130635+0000 mgr.smithi136.ofnrfx (mgr.14188) 11197 : cluster [DBG] pgmap v10508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:21:59 smithi145 bash[13673]: cluster 2022-04-26T08:21:58.130635+0000 mgr.smithi136.ofnrfx (mgr.14188) 11197 : cluster [DBG] pgmap v10508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:01 smithi136 bash[11745]: cluster 2022-04-26T08:22:00.131198+0000 mgr.smithi136.ofnrfx (mgr.14188) 11198 : cluster [DBG] pgmap v10509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:01 smithi145 bash[13673]: cluster 2022-04-26T08:22:00.131198+0000 mgr.smithi136.ofnrfx (mgr.14188) 11198 : cluster [DBG] pgmap v10509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:02.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:02.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:02.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:02.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:02 smithi136 bash[11745]: audit 2022-04-26T08:22:02.729282+0000 mon.smithi136 (mon.0) 6797 : audit [DBG] from='client.? 172.21.15.136:0/2914056580' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:02 smithi145 bash[13673]: audit 2022-04-26T08:22:02.729282+0000 mon.smithi136 (mon.0) 6797 : audit [DBG] from='client.? 172.21.15.136:0/2914056580' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:03 smithi136 bash[11745]: cluster 2022-04-26T08:22:02.131876+0000 mgr.smithi136.ofnrfx (mgr.14188) 11199 : cluster [DBG] pgmap v10510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:03 smithi136 bash[11745]: audit 2022-04-26T08:22:03.249690+0000 mon.smithi136 (mon.0) 6798 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:22:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:03 smithi136 bash[11745]: audit 2022-04-26T08:22:03.253789+0000 mon.smithi136 (mon.0) 6799 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:22:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:03 smithi145 bash[13673]: cluster 2022-04-26T08:22:02.131876+0000 mgr.smithi136.ofnrfx (mgr.14188) 11199 : cluster [DBG] pgmap v10510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:03 smithi145 bash[13673]: audit 2022-04-26T08:22:03.249690+0000 mon.smithi136 (mon.0) 6798 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:22:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:03 smithi145 bash[13673]: audit 2022-04-26T08:22:03.253789+0000 mon.smithi136 (mon.0) 6799 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:22:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:05 smithi136 bash[11745]: cluster 2022-04-26T08:22:04.132572+0000 mgr.smithi136.ofnrfx (mgr.14188) 11200 : cluster [DBG] pgmap v10511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:05 smithi145 bash[13673]: cluster 2022-04-26T08:22:04.132572+0000 mgr.smithi136.ofnrfx (mgr.14188) 11200 : cluster [DBG] pgmap v10511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:07.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:07.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:07.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:08.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:07 smithi136 bash[11745]: cluster 2022-04-26T08:22:06.133153+0000 mgr.smithi136.ofnrfx (mgr.14188) 11201 : cluster [DBG] pgmap v10512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:07 smithi145 bash[13673]: cluster 2022-04-26T08:22:06.133153+0000 mgr.smithi136.ofnrfx (mgr.14188) 11201 : cluster [DBG] pgmap v10512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:08 smithi136 bash[11745]: audit 2022-04-26T08:22:08.068351+0000 mon.smithi136 (mon.0) 6800 : audit [DBG] from='client.? 172.21.15.136:0/951817947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:08 smithi145 bash[13673]: audit 2022-04-26T08:22:08.068351+0000 mon.smithi136 (mon.0) 6800 : audit [DBG] from='client.? 172.21.15.136:0/951817947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:09 smithi136 bash[11745]: cluster 2022-04-26T08:22:08.133879+0000 mgr.smithi136.ofnrfx (mgr.14188) 11202 : cluster [DBG] pgmap v10513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:09 smithi145 bash[13673]: cluster 2022-04-26T08:22:08.133879+0000 mgr.smithi136.ofnrfx (mgr.14188) 11202 : cluster [DBG] pgmap v10513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:11 smithi136 bash[11745]: cluster 2022-04-26T08:22:10.134545+0000 mgr.smithi136.ofnrfx (mgr.14188) 11203 : cluster [DBG] pgmap v10514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:11 smithi145 bash[13673]: cluster 2022-04-26T08:22:10.134545+0000 mgr.smithi136.ofnrfx (mgr.14188) 11203 : cluster [DBG] pgmap v10514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:13.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:13.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:13.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:13.417 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:14 smithi136 bash[11745]: cluster 2022-04-26T08:22:12.135190+0000 mgr.smithi136.ofnrfx (mgr.14188) 11204 : cluster [DBG] pgmap v10515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:14 smithi136 bash[11745]: audit 2022-04-26T08:22:13.401527+0000 mon.smithi136 (mon.0) 6801 : audit [DBG] from='client.? 172.21.15.136:0/509760183' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:14 smithi145 bash[13673]: cluster 2022-04-26T08:22:12.135190+0000 mgr.smithi136.ofnrfx (mgr.14188) 11204 : cluster [DBG] pgmap v10515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:14 smithi145 bash[13673]: audit 2022-04-26T08:22:13.401527+0000 mon.smithi136 (mon.0) 6801 : audit [DBG] from='client.? 172.21.15.136:0/509760183' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:16 smithi136 bash[11745]: cluster 2022-04-26T08:22:14.135890+0000 mgr.smithi136.ofnrfx (mgr.14188) 11205 : cluster [DBG] pgmap v10516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:16 smithi145 bash[13673]: cluster 2022-04-26T08:22:14.135890+0000 mgr.smithi136.ofnrfx (mgr.14188) 11205 : cluster [DBG] pgmap v10516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:18 smithi136 bash[11745]: cluster 2022-04-26T08:22:16.136518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11206 : cluster [DBG] pgmap v10517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:18 smithi145 bash[13673]: cluster 2022-04-26T08:22:16.136518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11206 : cluster [DBG] pgmap v10517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:18.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:18.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:18.421 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:18.741 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:19 smithi136 bash[11745]: audit 2022-04-26T08:22:18.726126+0000 mon.smithi136 (mon.0) 6802 : audit [DBG] from='client.? 172.21.15.136:0/2172384857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:19 smithi145 bash[13673]: audit 2022-04-26T08:22:18.726126+0000 mon.smithi136 (mon.0) 6802 : audit [DBG] from='client.? 172.21.15.136:0/2172384857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:20 smithi136 bash[11745]: cluster 2022-04-26T08:22:18.137106+0000 mgr.smithi136.ofnrfx (mgr.14188) 11207 : cluster [DBG] pgmap v10518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:20 smithi145 bash[13673]: cluster 2022-04-26T08:22:18.137106+0000 mgr.smithi136.ofnrfx (mgr.14188) 11207 : cluster [DBG] pgmap v10518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:22 smithi136 bash[11745]: cluster 2022-04-26T08:22:20.137760+0000 mgr.smithi136.ofnrfx (mgr.14188) 11208 : cluster [DBG] pgmap v10519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:22 smithi145 bash[13673]: cluster 2022-04-26T08:22:20.137760+0000 mgr.smithi136.ofnrfx (mgr.14188) 11208 : cluster [DBG] pgmap v10519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:23.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:23.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:23.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:24.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:24 smithi136 bash[11745]: cluster 2022-04-26T08:22:22.138409+0000 mgr.smithi136.ofnrfx (mgr.14188) 11209 : cluster [DBG] pgmap v10520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:24 smithi145 bash[13673]: cluster 2022-04-26T08:22:22.138409+0000 mgr.smithi136.ofnrfx (mgr.14188) 11209 : cluster [DBG] pgmap v10520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:25 smithi136 bash[11745]: audit 2022-04-26T08:22:24.053825+0000 mon.smithi136 (mon.0) 6803 : audit [DBG] from='client.? 172.21.15.136:0/432260574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:25 smithi145 bash[13673]: audit 2022-04-26T08:22:24.053825+0000 mon.smithi136 (mon.0) 6803 : audit [DBG] from='client.? 172.21.15.136:0/432260574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:26 smithi136 bash[11745]: cluster 2022-04-26T08:22:24.139157+0000 mgr.smithi136.ofnrfx (mgr.14188) 11210 : cluster [DBG] pgmap v10521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:26 smithi145 bash[13673]: cluster 2022-04-26T08:22:24.139157+0000 mgr.smithi136.ofnrfx (mgr.14188) 11210 : cluster [DBG] pgmap v10521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:28 smithi136 bash[11745]: cluster 2022-04-26T08:22:26.139906+0000 mgr.smithi136.ofnrfx (mgr.14188) 11211 : cluster [DBG] pgmap v10522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:28 smithi145 bash[13673]: cluster 2022-04-26T08:22:26.139906+0000 mgr.smithi136.ofnrfx (mgr.14188) 11211 : cluster [DBG] pgmap v10522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:29.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:29.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:29.073 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:29.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:30 smithi136 bash[11745]: cluster 2022-04-26T08:22:28.140536+0000 mgr.smithi136.ofnrfx (mgr.14188) 11212 : cluster [DBG] pgmap v10523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:30 smithi136 bash[11745]: audit 2022-04-26T08:22:29.382868+0000 mon.smithi136 (mon.0) 6804 : audit [DBG] from='client.? 172.21.15.136:0/683381883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:30 smithi145 bash[13673]: cluster 2022-04-26T08:22:28.140536+0000 mgr.smithi136.ofnrfx (mgr.14188) 11212 : cluster [DBG] pgmap v10523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:30 smithi145 bash[13673]: audit 2022-04-26T08:22:29.382868+0000 mon.smithi136 (mon.0) 6804 : audit [DBG] from='client.? 172.21.15.136:0/683381883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:31 smithi145 bash[13673]: cluster 2022-04-26T08:22:30.141119+0000 mgr.smithi136.ofnrfx (mgr.14188) 11213 : cluster [DBG] pgmap v10524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:31 smithi136 bash[11745]: cluster 2022-04-26T08:22:30.141119+0000 mgr.smithi136.ofnrfx (mgr.14188) 11213 : cluster [DBG] pgmap v10524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:33 smithi136 bash[11745]: cluster 2022-04-26T08:22:32.141739+0000 mgr.smithi136.ofnrfx (mgr.14188) 11214 : cluster [DBG] pgmap v10525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:33 smithi145 bash[13673]: cluster 2022-04-26T08:22:32.141739+0000 mgr.smithi136.ofnrfx (mgr.14188) 11214 : cluster [DBG] pgmap v10525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:34.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:34.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:34.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:34.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:35 smithi136 bash[11745]: cluster 2022-04-26T08:22:34.142389+0000 mgr.smithi136.ofnrfx (mgr.14188) 11215 : cluster [DBG] pgmap v10526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:35 smithi136 bash[11745]: audit 2022-04-26T08:22:34.705694+0000 mon.smithi136 (mon.0) 6805 : audit [DBG] from='client.? 172.21.15.136:0/3317523063' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:35.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:35 smithi145 bash[13673]: cluster 2022-04-26T08:22:34.142389+0000 mgr.smithi136.ofnrfx (mgr.14188) 11215 : cluster [DBG] pgmap v10526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:35 smithi145 bash[13673]: audit 2022-04-26T08:22:34.705694+0000 mon.smithi136 (mon.0) 6805 : audit [DBG] from='client.? 172.21.15.136:0/3317523063' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:37 smithi136 bash[11745]: cluster 2022-04-26T08:22:36.143081+0000 mgr.smithi136.ofnrfx (mgr.14188) 11216 : cluster [DBG] pgmap v10527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:37.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:37 smithi145 bash[13673]: cluster 2022-04-26T08:22:36.143081+0000 mgr.smithi136.ofnrfx (mgr.14188) 11216 : cluster [DBG] pgmap v10527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:39 smithi136 bash[11745]: cluster 2022-04-26T08:22:38.143760+0000 mgr.smithi136.ofnrfx (mgr.14188) 11217 : cluster [DBG] pgmap v10528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:39.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:39 smithi145 bash[13673]: cluster 2022-04-26T08:22:38.143760+0000 mgr.smithi136.ofnrfx (mgr.14188) 11217 : cluster [DBG] pgmap v10528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:39.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:39.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:39.724 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:40.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:40 smithi136 bash[11745]: audit 2022-04-26T08:22:40.033128+0000 mon.smithi136 (mon.0) 6806 : audit [DBG] from='client.? 172.21.15.136:0/2393359075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:41.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:40 smithi145 bash[13673]: audit 2022-04-26T08:22:40.033128+0000 mon.smithi136 (mon.0) 6806 : audit [DBG] from='client.? 172.21.15.136:0/2393359075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:41 smithi145 bash[13673]: cluster 2022-04-26T08:22:40.144339+0000 mgr.smithi136.ofnrfx (mgr.14188) 11218 : cluster [DBG] pgmap v10529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:41 smithi136 bash[11745]: cluster 2022-04-26T08:22:40.144339+0000 mgr.smithi136.ofnrfx (mgr.14188) 11218 : cluster [DBG] pgmap v10529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:43 smithi145 bash[13673]: cluster 2022-04-26T08:22:42.144979+0000 mgr.smithi136.ofnrfx (mgr.14188) 11219 : cluster [DBG] pgmap v10530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:43 smithi136 bash[11745]: cluster 2022-04-26T08:22:42.144979+0000 mgr.smithi136.ofnrfx (mgr.14188) 11219 : cluster [DBG] pgmap v10530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:45.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:45.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:45.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:45.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:46.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:45 smithi145 bash[13673]: cluster 2022-04-26T08:22:44.145604+0000 mgr.smithi136.ofnrfx (mgr.14188) 11220 : cluster [DBG] pgmap v10531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:45 smithi145 bash[13673]: audit 2022-04-26T08:22:45.361770+0000 mon.smithi136 (mon.0) 6807 : audit [DBG] from='client.? 172.21.15.136:0/3772994667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:45 smithi136 bash[11745]: cluster 2022-04-26T08:22:44.145604+0000 mgr.smithi136.ofnrfx (mgr.14188) 11220 : cluster [DBG] pgmap v10531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:45 smithi136 bash[11745]: audit 2022-04-26T08:22:45.361770+0000 mon.smithi136 (mon.0) 6807 : audit [DBG] from='client.? 172.21.15.136:0/3772994667' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:48.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:47 smithi145 bash[13673]: cluster 2022-04-26T08:22:46.146241+0000 mgr.smithi136.ofnrfx (mgr.14188) 11221 : cluster [DBG] pgmap v10532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:47 smithi136 bash[11745]: cluster 2022-04-26T08:22:46.146241+0000 mgr.smithi136.ofnrfx (mgr.14188) 11221 : cluster [DBG] pgmap v10532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:49 smithi145 bash[13673]: cluster 2022-04-26T08:22:48.146839+0000 mgr.smithi136.ofnrfx (mgr.14188) 11222 : cluster [DBG] pgmap v10533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:49 smithi136 bash[11745]: cluster 2022-04-26T08:22:48.146839+0000 mgr.smithi136.ofnrfx (mgr.14188) 11222 : cluster [DBG] pgmap v10533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:50.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:50.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:50.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:50.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:50 smithi145 bash[13673]: audit 2022-04-26T08:22:50.691560+0000 mon.smithi136 (mon.0) 6808 : audit [DBG] from='client.? 172.21.15.136:0/708273573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:50 smithi136 bash[11745]: audit 2022-04-26T08:22:50.691560+0000 mon.smithi136 (mon.0) 6808 : audit [DBG] from='client.? 172.21.15.136:0/708273573' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:52.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:51 smithi145 bash[13673]: cluster 2022-04-26T08:22:50.147466+0000 mgr.smithi136.ofnrfx (mgr.14188) 11223 : cluster [DBG] pgmap v10534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:51 smithi136 bash[11745]: cluster 2022-04-26T08:22:50.147466+0000 mgr.smithi136.ofnrfx (mgr.14188) 11223 : cluster [DBG] pgmap v10534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:52 smithi145 bash[13673]: audit 2022-04-26T08:22:52.153628+0000 mon.smithi136 (mon.0) 6809 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:22:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:52 smithi145 bash[13673]: audit 2022-04-26T08:22:52.156472+0000 mon.smithi136 (mon.0) 6810 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:22:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:52 smithi145 bash[13673]: audit 2022-04-26T08:22:52.158244+0000 mon.smithi136 (mon.0) 6811 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:22:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:52 smithi145 bash[13673]: audit 2022-04-26T08:22:52.468742+0000 mon.smithi136 (mon.0) 6812 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:22:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:52 smithi145 bash[13673]: audit 2022-04-26T08:22:52.793388+0000 mon.smithi136 (mon.0) 6813 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:22:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:52 smithi145 bash[13673]: audit 2022-04-26T08:22:52.799749+0000 mon.smithi136 (mon.0) 6814 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:22:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:52 smithi136 bash[11745]: audit 2022-04-26T08:22:52.153628+0000 mon.smithi136 (mon.0) 6809 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:22:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:52 smithi136 bash[11745]: audit 2022-04-26T08:22:52.156472+0000 mon.smithi136 (mon.0) 6810 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:22:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:52 smithi136 bash[11745]: audit 2022-04-26T08:22:52.158244+0000 mon.smithi136 (mon.0) 6811 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:22:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:52 smithi136 bash[11745]: audit 2022-04-26T08:22:52.468742+0000 mon.smithi136 (mon.0) 6812 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:22:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:52 smithi136 bash[11745]: audit 2022-04-26T08:22:52.793388+0000 mon.smithi136 (mon.0) 6813 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:22:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:52 smithi136 bash[11745]: audit 2022-04-26T08:22:52.799749+0000 mon.smithi136 (mon.0) 6814 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:22:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:53 smithi145 bash[13673]: cluster 2022-04-26T08:22:52.148244+0000 mgr.smithi136.ofnrfx (mgr.14188) 11224 : cluster [DBG] pgmap v10535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:53 smithi145 bash[13673]: cluster 2022-04-26T08:22:52.786079+0000 mgr.smithi136.ofnrfx (mgr.14188) 11225 : cluster [DBG] pgmap v10536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:53 smithi145 bash[13673]: cluster 2022-04-26T08:22:52.786689+0000 mgr.smithi136.ofnrfx (mgr.14188) 11226 : cluster [DBG] pgmap v10537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:53 smithi145 bash[13673]: cephadm 2022-04-26T08:22:52.800984+0000 mgr.smithi136.ofnrfx (mgr.14188) 11227 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:22:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:53 smithi145 bash[13673]: cephadm 2022-04-26T08:22:52.801144+0000 mgr.smithi136.ofnrfx (mgr.14188) 11228 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:22:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:53 smithi136 bash[11745]: cluster 2022-04-26T08:22:52.148244+0000 mgr.smithi136.ofnrfx (mgr.14188) 11224 : cluster [DBG] pgmap v10535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:53 smithi136 bash[11745]: cluster 2022-04-26T08:22:52.786079+0000 mgr.smithi136.ofnrfx (mgr.14188) 11225 : cluster [DBG] pgmap v10536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:53 smithi136 bash[11745]: cluster 2022-04-26T08:22:52.786689+0000 mgr.smithi136.ofnrfx (mgr.14188) 11226 : cluster [DBG] pgmap v10537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:53 smithi136 bash[11745]: cephadm 2022-04-26T08:22:52.800984+0000 mgr.smithi136.ofnrfx (mgr.14188) 11227 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:22:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:53 smithi136 bash[11745]: cephadm 2022-04-26T08:22:52.801144+0000 mgr.smithi136.ofnrfx (mgr.14188) 11228 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:22:55.710 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:22:55.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:22:55.765 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:22:56.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:22:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:55 smithi145 bash[13673]: cluster 2022-04-26T08:22:54.787322+0000 mgr.smithi136.ofnrfx (mgr.14188) 11229 : cluster [DBG] pgmap v10538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:55 smithi136 bash[11745]: cluster 2022-04-26T08:22:54.787322+0000 mgr.smithi136.ofnrfx (mgr.14188) 11229 : cluster [DBG] pgmap v10538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:57.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:56 smithi145 bash[13673]: audit 2022-04-26T08:22:56.023173+0000 mon.smithi136 (mon.0) 6815 : audit [DBG] from='client.? 172.21.15.136:0/1226647256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:56 smithi136 bash[11745]: audit 2022-04-26T08:22:56.023173+0000 mon.smithi136 (mon.0) 6815 : audit [DBG] from='client.? 172.21.15.136:0/1226647256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:22:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:57 smithi136 bash[11745]: cluster 2022-04-26T08:22:56.788064+0000 mgr.smithi136.ofnrfx (mgr.14188) 11230 : cluster [DBG] pgmap v10539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:22:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:57 smithi145 bash[13673]: cluster 2022-04-26T08:22:56.788064+0000 mgr.smithi136.ofnrfx (mgr.14188) 11230 : cluster [DBG] pgmap v10539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:22:59 smithi136 bash[11745]: cluster 2022-04-26T08:22:58.788738+0000 mgr.smithi136.ofnrfx (mgr.14188) 11231 : cluster [DBG] pgmap v10540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:22:59 smithi145 bash[13673]: cluster 2022-04-26T08:22:58.788738+0000 mgr.smithi136.ofnrfx (mgr.14188) 11231 : cluster [DBG] pgmap v10540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:01.047 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:01.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:01.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:01.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:01 smithi136 bash[11745]: cluster 2022-04-26T08:23:00.789372+0000 mgr.smithi136.ofnrfx (mgr.14188) 11232 : cluster [DBG] pgmap v10541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:01 smithi136 bash[11745]: audit 2022-04-26T08:23:01.357260+0000 mon.smithi136 (mon.0) 6816 : audit [DBG] from='client.? 172.21.15.136:0/3158168837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:01 smithi145 bash[13673]: cluster 2022-04-26T08:23:00.789372+0000 mgr.smithi136.ofnrfx (mgr.14188) 11232 : cluster [DBG] pgmap v10541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:01 smithi145 bash[13673]: audit 2022-04-26T08:23:01.357260+0000 mon.smithi136 (mon.0) 6816 : audit [DBG] from='client.? 172.21.15.136:0/3158168837' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:03 smithi136 bash[11745]: cluster 2022-04-26T08:23:02.790060+0000 mgr.smithi136.ofnrfx (mgr.14188) 11233 : cluster [DBG] pgmap v10542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:03 smithi136 bash[11745]: audit 2022-04-26T08:23:03.253781+0000 mon.smithi136 (mon.0) 6817 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:23:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:03 smithi136 bash[11745]: audit 2022-04-26T08:23:03.257704+0000 mon.smithi136 (mon.0) 6818 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:23:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:03 smithi145 bash[13673]: cluster 2022-04-26T08:23:02.790060+0000 mgr.smithi136.ofnrfx (mgr.14188) 11233 : cluster [DBG] pgmap v10542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:03 smithi145 bash[13673]: audit 2022-04-26T08:23:03.253781+0000 mon.smithi136 (mon.0) 6817 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:23:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:03 smithi145 bash[13673]: audit 2022-04-26T08:23:03.257704+0000 mon.smithi136 (mon.0) 6818 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:23:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:05 smithi136 bash[11745]: cluster 2022-04-26T08:23:04.790655+0000 mgr.smithi136.ofnrfx (mgr.14188) 11234 : cluster [DBG] pgmap v10543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:06.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:06.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:06.375 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:05 smithi145 bash[13673]: cluster 2022-04-26T08:23:04.790655+0000 mgr.smithi136.ofnrfx (mgr.14188) 11234 : cluster [DBG] pgmap v10543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:06.709 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:06 smithi136 bash[11745]: audit 2022-04-26T08:23:06.689929+0000 mon.smithi136 (mon.0) 6819 : audit [DBG] from='client.? 172.21.15.136:0/732078364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:06 smithi145 bash[13673]: audit 2022-04-26T08:23:06.689929+0000 mon.smithi136 (mon.0) 6819 : audit [DBG] from='client.? 172.21.15.136:0/732078364' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:07 smithi136 bash[11745]: cluster 2022-04-26T08:23:06.791300+0000 mgr.smithi136.ofnrfx (mgr.14188) 11235 : cluster [DBG] pgmap v10544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:07 smithi145 bash[13673]: cluster 2022-04-26T08:23:06.791300+0000 mgr.smithi136.ofnrfx (mgr.14188) 11235 : cluster [DBG] pgmap v10544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:09 smithi136 bash[11745]: cluster 2022-04-26T08:23:08.791951+0000 mgr.smithi136.ofnrfx (mgr.14188) 11236 : cluster [DBG] pgmap v10545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:09 smithi145 bash[13673]: cluster 2022-04-26T08:23:08.791951+0000 mgr.smithi136.ofnrfx (mgr.14188) 11236 : cluster [DBG] pgmap v10545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:11.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:11.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:11.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:12.037 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:11 smithi136 bash[11745]: cluster 2022-04-26T08:23:10.792594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11237 : cluster [DBG] pgmap v10546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:12.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:11 smithi145 bash[13673]: cluster 2022-04-26T08:23:10.792594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11237 : cluster [DBG] pgmap v10546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:12 smithi136 bash[11745]: audit 2022-04-26T08:23:12.022424+0000 mon.smithi136 (mon.0) 6820 : audit [DBG] from='client.? 172.21.15.136:0/4177063776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:12 smithi145 bash[13673]: audit 2022-04-26T08:23:12.022424+0000 mon.smithi136 (mon.0) 6820 : audit [DBG] from='client.? 172.21.15.136:0/4177063776' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:13 smithi136 bash[11745]: cluster 2022-04-26T08:23:12.793227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11238 : cluster [DBG] pgmap v10547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:13 smithi145 bash[13673]: cluster 2022-04-26T08:23:12.793227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11238 : cluster [DBG] pgmap v10547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:15 smithi136 bash[11745]: cluster 2022-04-26T08:23:14.793847+0000 mgr.smithi136.ofnrfx (mgr.14188) 11239 : cluster [DBG] pgmap v10548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:15 smithi145 bash[13673]: cluster 2022-04-26T08:23:14.793847+0000 mgr.smithi136.ofnrfx (mgr.14188) 11239 : cluster [DBG] pgmap v10548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:17.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:17.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:17.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:17.374 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:17 smithi136 bash[11745]: cluster 2022-04-26T08:23:16.794522+0000 mgr.smithi136.ofnrfx (mgr.14188) 11240 : cluster [DBG] pgmap v10549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:17 smithi136 bash[11745]: audit 2022-04-26T08:23:17.358496+0000 mon.smithi136 (mon.0) 6821 : audit [DBG] from='client.? 172.21.15.136:0/56333641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:17 smithi145 bash[13673]: cluster 2022-04-26T08:23:16.794522+0000 mgr.smithi136.ofnrfx (mgr.14188) 11240 : cluster [DBG] pgmap v10549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:17 smithi145 bash[13673]: audit 2022-04-26T08:23:17.358496+0000 mon.smithi136 (mon.0) 6821 : audit [DBG] from='client.? 172.21.15.136:0/56333641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:19 smithi136 bash[11745]: cluster 2022-04-26T08:23:18.795162+0000 mgr.smithi136.ofnrfx (mgr.14188) 11241 : cluster [DBG] pgmap v10550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:19 smithi145 bash[13673]: cluster 2022-04-26T08:23:18.795162+0000 mgr.smithi136.ofnrfx (mgr.14188) 11241 : cluster [DBG] pgmap v10550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:21 smithi136 bash[11745]: cluster 2022-04-26T08:23:20.795918+0000 mgr.smithi136.ofnrfx (mgr.14188) 11242 : cluster [DBG] pgmap v10551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:22.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:22.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:22.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:22.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:21 smithi145 bash[13673]: cluster 2022-04-26T08:23:20.795918+0000 mgr.smithi136.ofnrfx (mgr.14188) 11242 : cluster [DBG] pgmap v10551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:22.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:22 smithi136 bash[11745]: audit 2022-04-26T08:23:22.692827+0000 mon.smithi136 (mon.0) 6822 : audit [DBG] from='client.? 172.21.15.136:0/2913557513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:22 smithi145 bash[13673]: audit 2022-04-26T08:23:22.692827+0000 mon.smithi136 (mon.0) 6822 : audit [DBG] from='client.? 172.21.15.136:0/2913557513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:23 smithi136 bash[11745]: cluster 2022-04-26T08:23:22.796623+0000 mgr.smithi136.ofnrfx (mgr.14188) 11243 : cluster [DBG] pgmap v10552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:23 smithi145 bash[13673]: cluster 2022-04-26T08:23:22.796623+0000 mgr.smithi136.ofnrfx (mgr.14188) 11243 : cluster [DBG] pgmap v10552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:25 smithi136 bash[11745]: cluster 2022-04-26T08:23:24.797249+0000 mgr.smithi136.ofnrfx (mgr.14188) 11244 : cluster [DBG] pgmap v10553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:25 smithi145 bash[13673]: cluster 2022-04-26T08:23:24.797249+0000 mgr.smithi136.ofnrfx (mgr.14188) 11244 : cluster [DBG] pgmap v10553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:27.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:27.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:27.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:28.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:27 smithi136 bash[11745]: cluster 2022-04-26T08:23:26.797890+0000 mgr.smithi136.ofnrfx (mgr.14188) 11245 : cluster [DBG] pgmap v10554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:28 smithi145 bash[13673]: cluster 2022-04-26T08:23:26.797890+0000 mgr.smithi136.ofnrfx (mgr.14188) 11245 : cluster [DBG] pgmap v10554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:29 smithi136 bash[11745]: audit 2022-04-26T08:23:28.017742+0000 mon.smithi136 (mon.0) 6823 : audit [DBG] from='client.? 172.21.15.136:0/4050693977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:29 smithi145 bash[13673]: audit 2022-04-26T08:23:28.017742+0000 mon.smithi136 (mon.0) 6823 : audit [DBG] from='client.? 172.21.15.136:0/4050693977' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:30 smithi136 bash[11745]: cluster 2022-04-26T08:23:28.798555+0000 mgr.smithi136.ofnrfx (mgr.14188) 11246 : cluster [DBG] pgmap v10555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:30 smithi145 bash[13673]: cluster 2022-04-26T08:23:28.798555+0000 mgr.smithi136.ofnrfx (mgr.14188) 11246 : cluster [DBG] pgmap v10555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:32 smithi136 bash[11745]: cluster 2022-04-26T08:23:30.799225+0000 mgr.smithi136.ofnrfx (mgr.14188) 11247 : cluster [DBG] pgmap v10556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:32 smithi145 bash[13673]: cluster 2022-04-26T08:23:30.799225+0000 mgr.smithi136.ofnrfx (mgr.14188) 11247 : cluster [DBG] pgmap v10556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:33.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:33.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:33.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:33.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:34 smithi136 bash[11745]: cluster 2022-04-26T08:23:32.799884+0000 mgr.smithi136.ofnrfx (mgr.14188) 11248 : cluster [DBG] pgmap v10557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:34 smithi136 bash[11745]: audit 2022-04-26T08:23:33.331538+0000 mon.smithi136 (mon.0) 6824 : audit [DBG] from='client.? 172.21.15.136:0/2213930741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:34 smithi145 bash[13673]: cluster 2022-04-26T08:23:32.799884+0000 mgr.smithi136.ofnrfx (mgr.14188) 11248 : cluster [DBG] pgmap v10557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:34 smithi145 bash[13673]: audit 2022-04-26T08:23:33.331538+0000 mon.smithi136 (mon.0) 6824 : audit [DBG] from='client.? 172.21.15.136:0/2213930741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:36 smithi136 bash[11745]: cluster 2022-04-26T08:23:34.800566+0000 mgr.smithi136.ofnrfx (mgr.14188) 11249 : cluster [DBG] pgmap v10558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:36 smithi145 bash[13673]: cluster 2022-04-26T08:23:34.800566+0000 mgr.smithi136.ofnrfx (mgr.14188) 11249 : cluster [DBG] pgmap v10558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:38 smithi136 bash[11745]: cluster 2022-04-26T08:23:36.801251+0000 mgr.smithi136.ofnrfx (mgr.14188) 11250 : cluster [DBG] pgmap v10559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:38.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:38.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:38.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:38 smithi145 bash[13673]: cluster 2022-04-26T08:23:36.801251+0000 mgr.smithi136.ofnrfx (mgr.14188) 11250 : cluster [DBG] pgmap v10559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:38.676 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:39 smithi136 bash[11745]: audit 2022-04-26T08:23:38.660917+0000 mon.smithi136 (mon.0) 6825 : audit [DBG] from='client.? 172.21.15.136:0/4057885830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:39 smithi145 bash[13673]: audit 2022-04-26T08:23:38.660917+0000 mon.smithi136 (mon.0) 6825 : audit [DBG] from='client.? 172.21.15.136:0/4057885830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:40 smithi136 bash[11745]: cluster 2022-04-26T08:23:38.801913+0000 mgr.smithi136.ofnrfx (mgr.14188) 11251 : cluster [DBG] pgmap v10560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:40 smithi145 bash[13673]: cluster 2022-04-26T08:23:38.801913+0000 mgr.smithi136.ofnrfx (mgr.14188) 11251 : cluster [DBG] pgmap v10560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:42 smithi136 bash[11745]: cluster 2022-04-26T08:23:40.802515+0000 mgr.smithi136.ofnrfx (mgr.14188) 11252 : cluster [DBG] pgmap v10561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:42 smithi145 bash[13673]: cluster 2022-04-26T08:23:40.802515+0000 mgr.smithi136.ofnrfx (mgr.14188) 11252 : cluster [DBG] pgmap v10561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:43.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:43.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:43.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:43.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:44 smithi136 bash[11745]: cluster 2022-04-26T08:23:42.803210+0000 mgr.smithi136.ofnrfx (mgr.14188) 11253 : cluster [DBG] pgmap v10562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:44 smithi136 bash[11745]: audit 2022-04-26T08:23:43.983776+0000 mon.smithi136 (mon.0) 6826 : audit [DBG] from='client.? 172.21.15.136:0/330847353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:44 smithi145 bash[13673]: cluster 2022-04-26T08:23:42.803210+0000 mgr.smithi136.ofnrfx (mgr.14188) 11253 : cluster [DBG] pgmap v10562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:44 smithi145 bash[13673]: audit 2022-04-26T08:23:43.983776+0000 mon.smithi136 (mon.0) 6826 : audit [DBG] from='client.? 172.21.15.136:0/330847353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:46 smithi136 bash[11745]: cluster 2022-04-26T08:23:44.803846+0000 mgr.smithi136.ofnrfx (mgr.14188) 11254 : cluster [DBG] pgmap v10563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:46 smithi145 bash[13673]: cluster 2022-04-26T08:23:44.803846+0000 mgr.smithi136.ofnrfx (mgr.14188) 11254 : cluster [DBG] pgmap v10563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:48 smithi145 bash[13673]: cluster 2022-04-26T08:23:46.804456+0000 mgr.smithi136.ofnrfx (mgr.14188) 11255 : cluster [DBG] pgmap v10564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:48 smithi136 bash[11745]: cluster 2022-04-26T08:23:46.804456+0000 mgr.smithi136.ofnrfx (mgr.14188) 11255 : cluster [DBG] pgmap v10564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:49.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:49.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:49.006 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:49.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:50 smithi145 bash[13673]: cluster 2022-04-26T08:23:48.805081+0000 mgr.smithi136.ofnrfx (mgr.14188) 11256 : cluster [DBG] pgmap v10565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:50 smithi145 bash[13673]: audit 2022-04-26T08:23:49.313409+0000 mon.smithi136 (mon.0) 6827 : audit [DBG] from='client.? 172.21.15.136:0/4224274971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:50 smithi136 bash[11745]: cluster 2022-04-26T08:23:48.805081+0000 mgr.smithi136.ofnrfx (mgr.14188) 11256 : cluster [DBG] pgmap v10565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:50.600 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:50 smithi136 bash[11745]: audit 2022-04-26T08:23:49.313409+0000 mon.smithi136 (mon.0) 6827 : audit [DBG] from='client.? 172.21.15.136:0/4224274971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:51 smithi145 bash[13673]: cluster 2022-04-26T08:23:50.805717+0000 mgr.smithi136.ofnrfx (mgr.14188) 11257 : cluster [DBG] pgmap v10566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:51 smithi136 bash[11745]: cluster 2022-04-26T08:23:50.805717+0000 mgr.smithi136.ofnrfx (mgr.14188) 11257 : cluster [DBG] pgmap v10566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:53.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:52 smithi145 bash[13673]: audit 2022-04-26T08:23:52.812902+0000 mon.smithi136 (mon.0) 6828 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:23:53.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:52 smithi145 bash[13673]: audit 2022-04-26T08:23:52.815701+0000 mon.smithi136 (mon.0) 6829 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:23:53.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:52 smithi145 bash[13673]: audit 2022-04-26T08:23:52.817711+0000 mon.smithi136 (mon.0) 6830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:23:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:52 smithi136 bash[11745]: audit 2022-04-26T08:23:52.812902+0000 mon.smithi136 (mon.0) 6828 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:23:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:52 smithi136 bash[11745]: audit 2022-04-26T08:23:52.815701+0000 mon.smithi136 (mon.0) 6829 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:23:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:52 smithi136 bash[11745]: audit 2022-04-26T08:23:52.817711+0000 mon.smithi136 (mon.0) 6830 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:23:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:53 smithi145 bash[13673]: cluster 2022-04-26T08:23:52.806347+0000 mgr.smithi136.ofnrfx (mgr.14188) 11258 : cluster [DBG] pgmap v10567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:53 smithi145 bash[13673]: audit 2022-04-26T08:23:53.152211+0000 mon.smithi136 (mon.0) 6831 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:23:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:53 smithi145 bash[13673]: audit 2022-04-26T08:23:53.158572+0000 mon.smithi136 (mon.0) 6832 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:23:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:53 smithi136 bash[11745]: cluster 2022-04-26T08:23:52.806347+0000 mgr.smithi136.ofnrfx (mgr.14188) 11258 : cluster [DBG] pgmap v10567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:53 smithi136 bash[11745]: audit 2022-04-26T08:23:53.152211+0000 mon.smithi136 (mon.0) 6831 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:23:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:53 smithi136 bash[11745]: audit 2022-04-26T08:23:53.158572+0000 mon.smithi136 (mon.0) 6832 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:23:54.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:54.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:54.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:54.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:23:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:54 smithi145 bash[13673]: cluster 2022-04-26T08:23:53.146763+0000 mgr.smithi136.ofnrfx (mgr.14188) 11259 : cluster [DBG] pgmap v10568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:54 smithi145 bash[13673]: cluster 2022-04-26T08:23:53.147349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11260 : cluster [DBG] pgmap v10569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:54 smithi145 bash[13673]: cephadm 2022-04-26T08:23:53.159378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11261 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:23:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:54 smithi145 bash[13673]: cephadm 2022-04-26T08:23:53.159481+0000 mgr.smithi136.ofnrfx (mgr.14188) 11262 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:23:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:54 smithi145 bash[13673]: audit 2022-04-26T08:23:54.642350+0000 mon.smithi136 (mon.0) 6833 : audit [DBG] from='client.? 172.21.15.136:0/2849832348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:54 smithi136 bash[11745]: cluster 2022-04-26T08:23:53.146763+0000 mgr.smithi136.ofnrfx (mgr.14188) 11259 : cluster [DBG] pgmap v10568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:54 smithi136 bash[11745]: cluster 2022-04-26T08:23:53.147349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11260 : cluster [DBG] pgmap v10569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:54 smithi136 bash[11745]: cephadm 2022-04-26T08:23:53.159378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11261 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:23:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:54 smithi136 bash[11745]: cephadm 2022-04-26T08:23:53.159481+0000 mgr.smithi136.ofnrfx (mgr.14188) 11262 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:23:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:54 smithi136 bash[11745]: audit 2022-04-26T08:23:54.642350+0000 mon.smithi136 (mon.0) 6833 : audit [DBG] from='client.? 172.21.15.136:0/2849832348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:23:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:56 smithi145 bash[13673]: cluster 2022-04-26T08:23:55.147974+0000 mgr.smithi136.ofnrfx (mgr.14188) 11263 : cluster [DBG] pgmap v10570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:56 smithi136 bash[11745]: cluster 2022-04-26T08:23:55.147974+0000 mgr.smithi136.ofnrfx (mgr.14188) 11263 : cluster [DBG] pgmap v10570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:59.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:23:58 smithi145 bash[13673]: cluster 2022-04-26T08:23:57.148619+0000 mgr.smithi136.ofnrfx (mgr.14188) 11264 : cluster [DBG] pgmap v10571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:59.185 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:23:58 smithi136 bash[11745]: cluster 2022-04-26T08:23:57.148619+0000 mgr.smithi136.ofnrfx (mgr.14188) 11264 : cluster [DBG] pgmap v10571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:23:59.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:23:59.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:23:59.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:23:59.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:00 smithi145 bash[13673]: cluster 2022-04-26T08:23:59.149264+0000 mgr.smithi136.ofnrfx (mgr.14188) 11265 : cluster [DBG] pgmap v10572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:00 smithi145 bash[13673]: audit 2022-04-26T08:23:59.973967+0000 mon.smithi136 (mon.0) 6834 : audit [DBG] from='client.? 172.21.15.136:0/3849040616' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:00 smithi136 bash[11745]: cluster 2022-04-26T08:23:59.149264+0000 mgr.smithi136.ofnrfx (mgr.14188) 11265 : cluster [DBG] pgmap v10572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:00 smithi136 bash[11745]: audit 2022-04-26T08:23:59.973967+0000 mon.smithi136 (mon.0) 6834 : audit [DBG] from='client.? 172.21.15.136:0/3849040616' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:02 smithi145 bash[13673]: cluster 2022-04-26T08:24:01.149929+0000 mgr.smithi136.ofnrfx (mgr.14188) 11266 : cluster [DBG] pgmap v10573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:02 smithi136 bash[11745]: cluster 2022-04-26T08:24:01.149929+0000 mgr.smithi136.ofnrfx (mgr.14188) 11266 : cluster [DBG] pgmap v10573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:03 smithi136 bash[11745]: audit 2022-04-26T08:24:03.258001+0000 mon.smithi136 (mon.0) 6835 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:24:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:03 smithi136 bash[11745]: audit 2022-04-26T08:24:03.261993+0000 mon.smithi136 (mon.0) 6836 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:24:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:03 smithi145 bash[13673]: audit 2022-04-26T08:24:03.258001+0000 mon.smithi136 (mon.0) 6835 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:24:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:03 smithi145 bash[13673]: audit 2022-04-26T08:24:03.261993+0000 mon.smithi136 (mon.0) 6836 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:24:04.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:04.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:04.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:04 smithi136 bash[11745]: cluster 2022-04-26T08:24:03.150585+0000 mgr.smithi136.ofnrfx (mgr.14188) 11267 : cluster [DBG] pgmap v10574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:05.328 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:04 smithi145 bash[13673]: cluster 2022-04-26T08:24:03.150585+0000 mgr.smithi136.ofnrfx (mgr.14188) 11267 : cluster [DBG] pgmap v10574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:05 smithi136 bash[11745]: audit 2022-04-26T08:24:05.307734+0000 mon.smithi136 (mon.0) 6837 : audit [DBG] from='client.? 172.21.15.136:0/1007115232' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:05 smithi145 bash[13673]: audit 2022-04-26T08:24:05.307734+0000 mon.smithi136 (mon.0) 6837 : audit [DBG] from='client.? 172.21.15.136:0/1007115232' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:06 smithi136 bash[11745]: cluster 2022-04-26T08:24:05.151026+0000 mgr.smithi136.ofnrfx (mgr.14188) 11268 : cluster [DBG] pgmap v10575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:06 smithi145 bash[13673]: cluster 2022-04-26T08:24:05.151026+0000 mgr.smithi136.ofnrfx (mgr.14188) 11268 : cluster [DBG] pgmap v10575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:09.185 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:08 smithi136 bash[11745]: cluster 2022-04-26T08:24:07.151750+0000 mgr.smithi136.ofnrfx (mgr.14188) 11269 : cluster [DBG] pgmap v10576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:08 smithi145 bash[13673]: cluster 2022-04-26T08:24:07.151750+0000 mgr.smithi136.ofnrfx (mgr.14188) 11269 : cluster [DBG] pgmap v10576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:10.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:10.332 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:10.333 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:10.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:10 smithi136 bash[11745]: cluster 2022-04-26T08:24:09.152503+0000 mgr.smithi136.ofnrfx (mgr.14188) 11270 : cluster [DBG] pgmap v10577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:10 smithi136 bash[11745]: audit 2022-04-26T08:24:10.639434+0000 mon.smithi136 (mon.0) 6838 : audit [DBG] from='client.? 172.21.15.136:0/2895910945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:10 smithi145 bash[13673]: cluster 2022-04-26T08:24:09.152503+0000 mgr.smithi136.ofnrfx (mgr.14188) 11270 : cluster [DBG] pgmap v10577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:10 smithi145 bash[13673]: audit 2022-04-26T08:24:10.639434+0000 mon.smithi136 (mon.0) 6838 : audit [DBG] from='client.? 172.21.15.136:0/2895910945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:12 smithi136 bash[11745]: cluster 2022-04-26T08:24:11.153202+0000 mgr.smithi136.ofnrfx (mgr.14188) 11271 : cluster [DBG] pgmap v10578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:12 smithi145 bash[13673]: cluster 2022-04-26T08:24:11.153202+0000 mgr.smithi136.ofnrfx (mgr.14188) 11271 : cluster [DBG] pgmap v10578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:14 smithi136 bash[11745]: cluster 2022-04-26T08:24:13.153855+0000 mgr.smithi136.ofnrfx (mgr.14188) 11272 : cluster [DBG] pgmap v10579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:14 smithi145 bash[13673]: cluster 2022-04-26T08:24:13.153855+0000 mgr.smithi136.ofnrfx (mgr.14188) 11272 : cluster [DBG] pgmap v10579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:15.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:15.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:15.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:15.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:16 smithi136 bash[11745]: cluster 2022-04-26T08:24:15.154558+0000 mgr.smithi136.ofnrfx (mgr.14188) 11273 : cluster [DBG] pgmap v10580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:16 smithi136 bash[11745]: audit 2022-04-26T08:24:15.965455+0000 mon.smithi136 (mon.0) 6839 : audit [DBG] from='client.? 172.21.15.136:0/2436586273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:16 smithi145 bash[13673]: cluster 2022-04-26T08:24:15.154558+0000 mgr.smithi136.ofnrfx (mgr.14188) 11273 : cluster [DBG] pgmap v10580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:16 smithi145 bash[13673]: audit 2022-04-26T08:24:15.965455+0000 mon.smithi136 (mon.0) 6839 : audit [DBG] from='client.? 172.21.15.136:0/2436586273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:18 smithi136 bash[11745]: cluster 2022-04-26T08:24:17.155234+0000 mgr.smithi136.ofnrfx (mgr.14188) 11274 : cluster [DBG] pgmap v10581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:18 smithi145 bash[13673]: cluster 2022-04-26T08:24:17.155234+0000 mgr.smithi136.ofnrfx (mgr.14188) 11274 : cluster [DBG] pgmap v10581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:20.984 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:20.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:20.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:21.303 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:20 smithi136 bash[11745]: cluster 2022-04-26T08:24:19.155927+0000 mgr.smithi136.ofnrfx (mgr.14188) 11275 : cluster [DBG] pgmap v10582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:20 smithi145 bash[13673]: cluster 2022-04-26T08:24:19.155927+0000 mgr.smithi136.ofnrfx (mgr.14188) 11275 : cluster [DBG] pgmap v10582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:21 smithi136 bash[11745]: audit 2022-04-26T08:24:21.287811+0000 mon.smithi136 (mon.0) 6840 : audit [DBG] from='client.? 172.21.15.136:0/2410342429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:21 smithi145 bash[13673]: audit 2022-04-26T08:24:21.287811+0000 mon.smithi136 (mon.0) 6840 : audit [DBG] from='client.? 172.21.15.136:0/2410342429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:22 smithi136 bash[11745]: cluster 2022-04-26T08:24:21.156543+0000 mgr.smithi136.ofnrfx (mgr.14188) 11276 : cluster [DBG] pgmap v10583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:22 smithi145 bash[13673]: cluster 2022-04-26T08:24:21.156543+0000 mgr.smithi136.ofnrfx (mgr.14188) 11276 : cluster [DBG] pgmap v10583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:24 smithi136 bash[11745]: cluster 2022-04-26T08:24:23.157192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11277 : cluster [DBG] pgmap v10584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:24 smithi145 bash[13673]: cluster 2022-04-26T08:24:23.157192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11277 : cluster [DBG] pgmap v10584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:26.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:26.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:26.307 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:26.636 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:26 smithi136 bash[11745]: cluster 2022-04-26T08:24:25.157816+0000 mgr.smithi136.ofnrfx (mgr.14188) 11278 : cluster [DBG] pgmap v10585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:27.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:26 smithi136 bash[11745]: audit 2022-04-26T08:24:26.621173+0000 mon.smithi136 (mon.0) 6841 : audit [DBG] from='client.? 172.21.15.136:0/302011477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:26 smithi145 bash[13673]: cluster 2022-04-26T08:24:25.157816+0000 mgr.smithi136.ofnrfx (mgr.14188) 11278 : cluster [DBG] pgmap v10585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:26 smithi145 bash[13673]: audit 2022-04-26T08:24:26.621173+0000 mon.smithi136 (mon.0) 6841 : audit [DBG] from='client.? 172.21.15.136:0/302011477' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:28 smithi136 bash[11745]: cluster 2022-04-26T08:24:27.158452+0000 mgr.smithi136.ofnrfx (mgr.14188) 11279 : cluster [DBG] pgmap v10586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:28 smithi145 bash[13673]: cluster 2022-04-26T08:24:27.158452+0000 mgr.smithi136.ofnrfx (mgr.14188) 11279 : cluster [DBG] pgmap v10586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:30 smithi136 bash[11745]: cluster 2022-04-26T08:24:29.159134+0000 mgr.smithi136.ofnrfx (mgr.14188) 11280 : cluster [DBG] pgmap v10587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:30 smithi145 bash[13673]: cluster 2022-04-26T08:24:29.159134+0000 mgr.smithi136.ofnrfx (mgr.14188) 11280 : cluster [DBG] pgmap v10587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:31.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:31.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:31.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:31.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:31 smithi136 bash[11745]: audit 2022-04-26T08:24:31.951299+0000 mon.smithi136 (mon.0) 6842 : audit [DBG] from='client.? 172.21.15.136:0/4014626158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:32 smithi145 bash[13673]: audit 2022-04-26T08:24:31.951299+0000 mon.smithi136 (mon.0) 6842 : audit [DBG] from='client.? 172.21.15.136:0/4014626158' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:33 smithi136 bash[11745]: cluster 2022-04-26T08:24:31.159784+0000 mgr.smithi136.ofnrfx (mgr.14188) 11281 : cluster [DBG] pgmap v10588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:33 smithi145 bash[13673]: cluster 2022-04-26T08:24:31.159784+0000 mgr.smithi136.ofnrfx (mgr.14188) 11281 : cluster [DBG] pgmap v10588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:35 smithi136 bash[11745]: cluster 2022-04-26T08:24:33.160548+0000 mgr.smithi136.ofnrfx (mgr.14188) 11282 : cluster [DBG] pgmap v10589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:35 smithi145 bash[13673]: cluster 2022-04-26T08:24:33.160548+0000 mgr.smithi136.ofnrfx (mgr.14188) 11282 : cluster [DBG] pgmap v10589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:36.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:36.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:36.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:37.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:37 smithi136 bash[11745]: cluster 2022-04-26T08:24:35.161294+0000 mgr.smithi136.ofnrfx (mgr.14188) 11283 : cluster [DBG] pgmap v10590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:37 smithi145 bash[13673]: cluster 2022-04-26T08:24:35.161294+0000 mgr.smithi136.ofnrfx (mgr.14188) 11283 : cluster [DBG] pgmap v10590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:38 smithi136 bash[11745]: audit 2022-04-26T08:24:37.282606+0000 mon.smithi136 (mon.0) 6843 : audit [DBG] from='client.? 172.21.15.136:0/1876556930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:38 smithi145 bash[13673]: audit 2022-04-26T08:24:37.282606+0000 mon.smithi136 (mon.0) 6843 : audit [DBG] from='client.? 172.21.15.136:0/1876556930' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:39 smithi136 bash[11745]: cluster 2022-04-26T08:24:37.161947+0000 mgr.smithi136.ofnrfx (mgr.14188) 11284 : cluster [DBG] pgmap v10591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:39 smithi145 bash[13673]: cluster 2022-04-26T08:24:37.161947+0000 mgr.smithi136.ofnrfx (mgr.14188) 11284 : cluster [DBG] pgmap v10591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:41 smithi136 bash[11745]: cluster 2022-04-26T08:24:39.162646+0000 mgr.smithi136.ofnrfx (mgr.14188) 11285 : cluster [DBG] pgmap v10592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:41 smithi145 bash[13673]: cluster 2022-04-26T08:24:39.162646+0000 mgr.smithi136.ofnrfx (mgr.14188) 11285 : cluster [DBG] pgmap v10592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:42.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:42.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:42.302 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:42.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:43 smithi136 bash[11745]: cluster 2022-04-26T08:24:41.163436+0000 mgr.smithi136.ofnrfx (mgr.14188) 11286 : cluster [DBG] pgmap v10593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:43.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:43 smithi136 bash[11745]: audit 2022-04-26T08:24:42.614282+0000 mon.smithi136 (mon.0) 6844 : audit [DBG] from='client.? 172.21.15.136:0/4277386924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:43 smithi145 bash[13673]: cluster 2022-04-26T08:24:41.163436+0000 mgr.smithi136.ofnrfx (mgr.14188) 11286 : cluster [DBG] pgmap v10593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:43 smithi145 bash[13673]: audit 2022-04-26T08:24:42.614282+0000 mon.smithi136 (mon.0) 6844 : audit [DBG] from='client.? 172.21.15.136:0/4277386924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:45 smithi136 bash[11745]: cluster 2022-04-26T08:24:43.164155+0000 mgr.smithi136.ofnrfx (mgr.14188) 11287 : cluster [DBG] pgmap v10594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:45 smithi145 bash[13673]: cluster 2022-04-26T08:24:43.164155+0000 mgr.smithi136.ofnrfx (mgr.14188) 11287 : cluster [DBG] pgmap v10594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:47 smithi136 bash[11745]: cluster 2022-04-26T08:24:45.164874+0000 mgr.smithi136.ofnrfx (mgr.14188) 11288 : cluster [DBG] pgmap v10595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:47 smithi145 bash[13673]: cluster 2022-04-26T08:24:45.164874+0000 mgr.smithi136.ofnrfx (mgr.14188) 11288 : cluster [DBG] pgmap v10595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:47.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:47.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:47.633 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:47.956 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:48 smithi136 bash[11745]: audit 2022-04-26T08:24:47.940423+0000 mon.smithi136 (mon.0) 6845 : audit [DBG] from='client.? 172.21.15.136:0/1172908862' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:48 smithi145 bash[13673]: audit 2022-04-26T08:24:47.940423+0000 mon.smithi136 (mon.0) 6845 : audit [DBG] from='client.? 172.21.15.136:0/1172908862' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:49 smithi136 bash[11745]: cluster 2022-04-26T08:24:47.165582+0000 mgr.smithi136.ofnrfx (mgr.14188) 11289 : cluster [DBG] pgmap v10596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:49 smithi145 bash[13673]: cluster 2022-04-26T08:24:47.165582+0000 mgr.smithi136.ofnrfx (mgr.14188) 11289 : cluster [DBG] pgmap v10596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:51 smithi145 bash[13673]: cluster 2022-04-26T08:24:49.166209+0000 mgr.smithi136.ofnrfx (mgr.14188) 11290 : cluster [DBG] pgmap v10597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:51 smithi136 bash[11745]: cluster 2022-04-26T08:24:49.166209+0000 mgr.smithi136.ofnrfx (mgr.14188) 11290 : cluster [DBG] pgmap v10597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:52.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:52.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:52.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:53.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:53 smithi145 bash[13673]: cluster 2022-04-26T08:24:51.166982+0000 mgr.smithi136.ofnrfx (mgr.14188) 11291 : cluster [DBG] pgmap v10598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:53 smithi136 bash[11745]: cluster 2022-04-26T08:24:51.166982+0000 mgr.smithi136.ofnrfx (mgr.14188) 11291 : cluster [DBG] pgmap v10598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:54 smithi145 bash[13673]: audit 2022-04-26T08:24:53.165881+0000 mon.smithi136 (mon.0) 6846 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:24:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:54 smithi145 bash[13673]: audit 2022-04-26T08:24:53.168576+0000 mon.smithi136 (mon.0) 6847 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:24:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:54 smithi145 bash[13673]: audit 2022-04-26T08:24:53.170114+0000 mon.smithi136 (mon.0) 6848 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:24:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:54 smithi145 bash[13673]: audit 2022-04-26T08:24:53.272207+0000 mon.smithi136 (mon.0) 6849 : audit [DBG] from='client.? 172.21.15.136:0/971615172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:54 smithi145 bash[13673]: audit 2022-04-26T08:24:53.493087+0000 mon.smithi136 (mon.0) 6850 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:24:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:54 smithi145 bash[13673]: audit 2022-04-26T08:24:53.501608+0000 mon.smithi136 (mon.0) 6851 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:24:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:54 smithi136 bash[11745]: audit 2022-04-26T08:24:53.165881+0000 mon.smithi136 (mon.0) 6846 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:24:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:54 smithi136 bash[11745]: audit 2022-04-26T08:24:53.168576+0000 mon.smithi136 (mon.0) 6847 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:24:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:54 smithi136 bash[11745]: audit 2022-04-26T08:24:53.170114+0000 mon.smithi136 (mon.0) 6848 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:24:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:54 smithi136 bash[11745]: audit 2022-04-26T08:24:53.272207+0000 mon.smithi136 (mon.0) 6849 : audit [DBG] from='client.? 172.21.15.136:0/971615172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:54 smithi136 bash[11745]: audit 2022-04-26T08:24:53.493087+0000 mon.smithi136 (mon.0) 6850 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:24:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:54 smithi136 bash[11745]: audit 2022-04-26T08:24:53.501608+0000 mon.smithi136 (mon.0) 6851 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:24:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:55 smithi145 bash[13673]: cluster 2022-04-26T08:24:53.167480+0000 mgr.smithi136.ofnrfx (mgr.14188) 11292 : cluster [DBG] pgmap v10599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:55 smithi145 bash[13673]: cluster 2022-04-26T08:24:53.486564+0000 mgr.smithi136.ofnrfx (mgr.14188) 11293 : cluster [DBG] pgmap v10600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:55 smithi145 bash[13673]: cluster 2022-04-26T08:24:53.486928+0000 mgr.smithi136.ofnrfx (mgr.14188) 11294 : cluster [DBG] pgmap v10601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:55 smithi145 bash[13673]: cephadm 2022-04-26T08:24:53.503164+0000 mgr.smithi136.ofnrfx (mgr.14188) 11295 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:24:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:55 smithi145 bash[13673]: cephadm 2022-04-26T08:24:53.503360+0000 mgr.smithi136.ofnrfx (mgr.14188) 11296 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:24:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:55 smithi136 bash[11745]: cluster 2022-04-26T08:24:53.167480+0000 mgr.smithi136.ofnrfx (mgr.14188) 11292 : cluster [DBG] pgmap v10599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:55 smithi136 bash[11745]: cluster 2022-04-26T08:24:53.486564+0000 mgr.smithi136.ofnrfx (mgr.14188) 11293 : cluster [DBG] pgmap v10600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:55 smithi136 bash[11745]: cluster 2022-04-26T08:24:53.486928+0000 mgr.smithi136.ofnrfx (mgr.14188) 11294 : cluster [DBG] pgmap v10601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:55 smithi136 bash[11745]: cephadm 2022-04-26T08:24:53.503164+0000 mgr.smithi136.ofnrfx (mgr.14188) 11295 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:24:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:55 smithi136 bash[11745]: cephadm 2022-04-26T08:24:53.503360+0000 mgr.smithi136.ofnrfx (mgr.14188) 11296 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:24:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:57 smithi145 bash[13673]: cluster 2022-04-26T08:24:55.487549+0000 mgr.smithi136.ofnrfx (mgr.14188) 11297 : cluster [DBG] pgmap v10602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:57 smithi136 bash[11745]: cluster 2022-04-26T08:24:55.487549+0000 mgr.smithi136.ofnrfx (mgr.14188) 11297 : cluster [DBG] pgmap v10602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:58.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:24:58.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:24:58.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:24:58.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:24:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:59 smithi145 bash[13673]: cluster 2022-04-26T08:24:57.488226+0000 mgr.smithi136.ofnrfx (mgr.14188) 11298 : cluster [DBG] pgmap v10603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:24:59 smithi145 bash[13673]: audit 2022-04-26T08:24:58.595600+0000 mon.smithi136 (mon.0) 6852 : audit [DBG] from='client.? 172.21.15.136:0/3982167309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:24:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:59 smithi136 bash[11745]: cluster 2022-04-26T08:24:57.488226+0000 mgr.smithi136.ofnrfx (mgr.14188) 11298 : cluster [DBG] pgmap v10603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:24:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:24:59 smithi136 bash[11745]: audit 2022-04-26T08:24:58.595600+0000 mon.smithi136 (mon.0) 6852 : audit [DBG] from='client.? 172.21.15.136:0/3982167309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:01.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:00 smithi145 bash[13673]: cluster 2022-04-26T08:24:59.488924+0000 mgr.smithi136.ofnrfx (mgr.14188) 11299 : cluster [DBG] pgmap v10604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:00 smithi136 bash[11745]: cluster 2022-04-26T08:24:59.488924+0000 mgr.smithi136.ofnrfx (mgr.14188) 11299 : cluster [DBG] pgmap v10604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:02 smithi145 bash[13673]: cluster 2022-04-26T08:25:01.489612+0000 mgr.smithi136.ofnrfx (mgr.14188) 11300 : cluster [DBG] pgmap v10605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:02 smithi136 bash[11745]: cluster 2022-04-26T08:25:01.489612+0000 mgr.smithi136.ofnrfx (mgr.14188) 11300 : cluster [DBG] pgmap v10605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:03.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:03.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:03.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:03.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:03 smithi136 bash[11745]: audit 2022-04-26T08:25:03.262412+0000 mon.smithi136 (mon.0) 6853 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:25:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:03 smithi136 bash[11745]: audit 2022-04-26T08:25:03.266196+0000 mon.smithi136 (mon.0) 6854 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:25:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:03 smithi145 bash[13673]: audit 2022-04-26T08:25:03.262412+0000 mon.smithi136 (mon.0) 6853 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:25:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:03 smithi145 bash[13673]: audit 2022-04-26T08:25:03.266196+0000 mon.smithi136 (mon.0) 6854 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:25:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:04 smithi136 bash[11745]: cluster 2022-04-26T08:25:03.490215+0000 mgr.smithi136.ofnrfx (mgr.14188) 11301 : cluster [DBG] pgmap v10606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:04 smithi136 bash[11745]: audit 2022-04-26T08:25:03.925209+0000 mon.smithi136 (mon.0) 6855 : audit [DBG] from='client.? 172.21.15.136:0/583098506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:04 smithi145 bash[13673]: cluster 2022-04-26T08:25:03.490215+0000 mgr.smithi136.ofnrfx (mgr.14188) 11301 : cluster [DBG] pgmap v10606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:04 smithi145 bash[13673]: audit 2022-04-26T08:25:03.925209+0000 mon.smithi136 (mon.0) 6855 : audit [DBG] from='client.? 172.21.15.136:0/583098506' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:06 smithi136 bash[11745]: cluster 2022-04-26T08:25:05.490858+0000 mgr.smithi136.ofnrfx (mgr.14188) 11302 : cluster [DBG] pgmap v10607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:06 smithi145 bash[13673]: cluster 2022-04-26T08:25:05.490858+0000 mgr.smithi136.ofnrfx (mgr.14188) 11302 : cluster [DBG] pgmap v10607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:08.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:08.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:08.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:09.186 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:08 smithi136 bash[11745]: cluster 2022-04-26T08:25:07.491494+0000 mgr.smithi136.ofnrfx (mgr.14188) 11303 : cluster [DBG] pgmap v10608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:09.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:09.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:08 smithi145 bash[13673]: cluster 2022-04-26T08:25:07.491494+0000 mgr.smithi136.ofnrfx (mgr.14188) 11303 : cluster [DBG] pgmap v10608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:09 smithi136 bash[11745]: audit 2022-04-26T08:25:09.256759+0000 mon.smithi136 (mon.0) 6856 : audit [DBG] from='client.? 172.21.15.136:0/2198913057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:09 smithi145 bash[13673]: audit 2022-04-26T08:25:09.256759+0000 mon.smithi136 (mon.0) 6856 : audit [DBG] from='client.? 172.21.15.136:0/2198913057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:10 smithi136 bash[11745]: cluster 2022-04-26T08:25:09.492119+0000 mgr.smithi136.ofnrfx (mgr.14188) 11304 : cluster [DBG] pgmap v10609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:10 smithi145 bash[13673]: cluster 2022-04-26T08:25:09.492119+0000 mgr.smithi136.ofnrfx (mgr.14188) 11304 : cluster [DBG] pgmap v10609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:13.313 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:12 smithi136 bash[11745]: cluster 2022-04-26T08:25:11.492782+0000 mgr.smithi136.ofnrfx (mgr.14188) 11305 : cluster [DBG] pgmap v10610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:12 smithi145 bash[13673]: cluster 2022-04-26T08:25:11.492782+0000 mgr.smithi136.ofnrfx (mgr.14188) 11305 : cluster [DBG] pgmap v10610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:14.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:14.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:14.276 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:14.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:14 smithi136 bash[11745]: cluster 2022-04-26T08:25:13.493427+0000 mgr.smithi136.ofnrfx (mgr.14188) 11306 : cluster [DBG] pgmap v10611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:14 smithi136 bash[11745]: audit 2022-04-26T08:25:14.585006+0000 mon.smithi136 (mon.0) 6857 : audit [DBG] from='client.? 172.21.15.136:0/1313787315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:14 smithi145 bash[13673]: cluster 2022-04-26T08:25:13.493427+0000 mgr.smithi136.ofnrfx (mgr.14188) 11306 : cluster [DBG] pgmap v10611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:14 smithi145 bash[13673]: audit 2022-04-26T08:25:14.585006+0000 mon.smithi136 (mon.0) 6857 : audit [DBG] from='client.? 172.21.15.136:0/1313787315' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:16 smithi136 bash[11745]: cluster 2022-04-26T08:25:15.494090+0000 mgr.smithi136.ofnrfx (mgr.14188) 11307 : cluster [DBG] pgmap v10612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:16 smithi145 bash[13673]: cluster 2022-04-26T08:25:15.494090+0000 mgr.smithi136.ofnrfx (mgr.14188) 11307 : cluster [DBG] pgmap v10612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:18 smithi136 bash[11745]: cluster 2022-04-26T08:25:17.494767+0000 mgr.smithi136.ofnrfx (mgr.14188) 11308 : cluster [DBG] pgmap v10613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:18 smithi145 bash[13673]: cluster 2022-04-26T08:25:17.494767+0000 mgr.smithi136.ofnrfx (mgr.14188) 11308 : cluster [DBG] pgmap v10613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:19.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:19.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:19.604 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:19.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:20 smithi145 bash[13673]: cluster 2022-04-26T08:25:19.495400+0000 mgr.smithi136.ofnrfx (mgr.14188) 11309 : cluster [DBG] pgmap v10614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:20 smithi145 bash[13673]: audit 2022-04-26T08:25:19.917183+0000 mon.smithi136 (mon.0) 6858 : audit [DBG] from='client.? 172.21.15.136:0/992140898' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:20 smithi136 bash[11745]: cluster 2022-04-26T08:25:19.495400+0000 mgr.smithi136.ofnrfx (mgr.14188) 11309 : cluster [DBG] pgmap v10614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:20 smithi136 bash[11745]: audit 2022-04-26T08:25:19.917183+0000 mon.smithi136 (mon.0) 6858 : audit [DBG] from='client.? 172.21.15.136:0/992140898' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:22 smithi145 bash[13673]: cluster 2022-04-26T08:25:21.496148+0000 mgr.smithi136.ofnrfx (mgr.14188) 11310 : cluster [DBG] pgmap v10615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:22 smithi136 bash[11745]: cluster 2022-04-26T08:25:21.496148+0000 mgr.smithi136.ofnrfx (mgr.14188) 11310 : cluster [DBG] pgmap v10615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:24.934 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:24.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:24.935 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:25.155 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:24 smithi145 bash[13673]: cluster 2022-04-26T08:25:23.496856+0000 mgr.smithi136.ofnrfx (mgr.14188) 11311 : cluster [DBG] pgmap v10616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:25.254 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:24 smithi136 bash[11745]: cluster 2022-04-26T08:25:23.496856+0000 mgr.smithi136.ofnrfx (mgr.14188) 11311 : cluster [DBG] pgmap v10616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:25 smithi136 bash[11745]: audit 2022-04-26T08:25:25.239334+0000 mon.smithi136 (mon.0) 6859 : audit [DBG] from='client.? 172.21.15.136:0/3241009419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:25 smithi145 bash[13673]: audit 2022-04-26T08:25:25.239334+0000 mon.smithi136 (mon.0) 6859 : audit [DBG] from='client.? 172.21.15.136:0/3241009419' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:26 smithi136 bash[11745]: cluster 2022-04-26T08:25:25.497521+0000 mgr.smithi136.ofnrfx (mgr.14188) 11312 : cluster [DBG] pgmap v10617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:26 smithi145 bash[13673]: cluster 2022-04-26T08:25:25.497521+0000 mgr.smithi136.ofnrfx (mgr.14188) 11312 : cluster [DBG] pgmap v10617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:29.187 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:28 smithi136 bash[11745]: cluster 2022-04-26T08:25:27.498201+0000 mgr.smithi136.ofnrfx (mgr.14188) 11313 : cluster [DBG] pgmap v10618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:28 smithi145 bash[13673]: cluster 2022-04-26T08:25:27.498201+0000 mgr.smithi136.ofnrfx (mgr.14188) 11313 : cluster [DBG] pgmap v10618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:30.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:30.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:30.258 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:30.578 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:30 smithi136 bash[11745]: cluster 2022-04-26T08:25:29.498864+0000 mgr.smithi136.ofnrfx (mgr.14188) 11314 : cluster [DBG] pgmap v10619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:30 smithi136 bash[11745]: audit 2022-04-26T08:25:30.563161+0000 mon.smithi136 (mon.0) 6860 : audit [DBG] from='client.? 172.21.15.136:0/3834871685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:30 smithi145 bash[13673]: cluster 2022-04-26T08:25:29.498864+0000 mgr.smithi136.ofnrfx (mgr.14188) 11314 : cluster [DBG] pgmap v10619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:30 smithi145 bash[13673]: audit 2022-04-26T08:25:30.563161+0000 mon.smithi136 (mon.0) 6860 : audit [DBG] from='client.? 172.21.15.136:0/3834871685' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:32 smithi136 bash[11745]: cluster 2022-04-26T08:25:31.499506+0000 mgr.smithi136.ofnrfx (mgr.14188) 11315 : cluster [DBG] pgmap v10620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:32 smithi145 bash[13673]: cluster 2022-04-26T08:25:31.499506+0000 mgr.smithi136.ofnrfx (mgr.14188) 11315 : cluster [DBG] pgmap v10620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:34 smithi136 bash[11745]: cluster 2022-04-26T08:25:33.500170+0000 mgr.smithi136.ofnrfx (mgr.14188) 11316 : cluster [DBG] pgmap v10621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:34 smithi145 bash[13673]: cluster 2022-04-26T08:25:33.500170+0000 mgr.smithi136.ofnrfx (mgr.14188) 11316 : cluster [DBG] pgmap v10621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:35.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:35.582 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:35.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:35.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:35 smithi136 bash[11745]: audit 2022-04-26T08:25:35.890912+0000 mon.smithi136 (mon.0) 6861 : audit [DBG] from='client.? 172.21.15.136:0/1002767377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:35 smithi145 bash[13673]: audit 2022-04-26T08:25:35.890912+0000 mon.smithi136 (mon.0) 6861 : audit [DBG] from='client.? 172.21.15.136:0/1002767377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:36 smithi136 bash[11745]: cluster 2022-04-26T08:25:35.500785+0000 mgr.smithi136.ofnrfx (mgr.14188) 11317 : cluster [DBG] pgmap v10622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:36 smithi145 bash[13673]: cluster 2022-04-26T08:25:35.500785+0000 mgr.smithi136.ofnrfx (mgr.14188) 11317 : cluster [DBG] pgmap v10622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:38 smithi136 bash[11745]: cluster 2022-04-26T08:25:37.501469+0000 mgr.smithi136.ofnrfx (mgr.14188) 11318 : cluster [DBG] pgmap v10623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:38 smithi145 bash[13673]: cluster 2022-04-26T08:25:37.501469+0000 mgr.smithi136.ofnrfx (mgr.14188) 11318 : cluster [DBG] pgmap v10623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:40.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:40.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:40.910 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:41.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:40 smithi136 bash[11745]: cluster 2022-04-26T08:25:39.502145+0000 mgr.smithi136.ofnrfx (mgr.14188) 11319 : cluster [DBG] pgmap v10624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:40 smithi145 bash[13673]: cluster 2022-04-26T08:25:39.502145+0000 mgr.smithi136.ofnrfx (mgr.14188) 11319 : cluster [DBG] pgmap v10624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:41 smithi136 bash[11745]: audit 2022-04-26T08:25:41.226291+0000 mon.smithi136 (mon.0) 6862 : audit [DBG] from='client.? 172.21.15.136:0/1058488643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:41 smithi145 bash[13673]: audit 2022-04-26T08:25:41.226291+0000 mon.smithi136 (mon.0) 6862 : audit [DBG] from='client.? 172.21.15.136:0/1058488643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:42 smithi136 bash[11745]: cluster 2022-04-26T08:25:41.502921+0000 mgr.smithi136.ofnrfx (mgr.14188) 11320 : cluster [DBG] pgmap v10625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:42 smithi145 bash[13673]: cluster 2022-04-26T08:25:41.502921+0000 mgr.smithi136.ofnrfx (mgr.14188) 11320 : cluster [DBG] pgmap v10625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:44 smithi136 bash[11745]: cluster 2022-04-26T08:25:43.503630+0000 mgr.smithi136.ofnrfx (mgr.14188) 11321 : cluster [DBG] pgmap v10626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:44 smithi145 bash[13673]: cluster 2022-04-26T08:25:43.503630+0000 mgr.smithi136.ofnrfx (mgr.14188) 11321 : cluster [DBG] pgmap v10626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:46.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:46.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:46.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:46.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:46 smithi136 bash[11745]: cluster 2022-04-26T08:25:45.504254+0000 mgr.smithi136.ofnrfx (mgr.14188) 11322 : cluster [DBG] pgmap v10627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:46 smithi136 bash[11745]: audit 2022-04-26T08:25:46.556457+0000 mon.smithi136 (mon.0) 6863 : audit [DBG] from='client.? 172.21.15.136:0/391153611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:46 smithi145 bash[13673]: cluster 2022-04-26T08:25:45.504254+0000 mgr.smithi136.ofnrfx (mgr.14188) 11322 : cluster [DBG] pgmap v10627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:46 smithi145 bash[13673]: audit 2022-04-26T08:25:46.556457+0000 mon.smithi136 (mon.0) 6863 : audit [DBG] from='client.? 172.21.15.136:0/391153611' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:48 smithi136 bash[11745]: cluster 2022-04-26T08:25:47.504896+0000 mgr.smithi136.ofnrfx (mgr.14188) 11323 : cluster [DBG] pgmap v10628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:48 smithi145 bash[13673]: cluster 2022-04-26T08:25:47.504896+0000 mgr.smithi136.ofnrfx (mgr.14188) 11323 : cluster [DBG] pgmap v10628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:50 smithi136 bash[11745]: cluster 2022-04-26T08:25:49.505508+0000 mgr.smithi136.ofnrfx (mgr.14188) 11324 : cluster [DBG] pgmap v10629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:50 smithi145 bash[13673]: cluster 2022-04-26T08:25:49.505508+0000 mgr.smithi136.ofnrfx (mgr.14188) 11324 : cluster [DBG] pgmap v10629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:51.574 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:51.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:51.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:51.898 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:51 smithi136 bash[11745]: audit 2022-04-26T08:25:51.882738+0000 mon.smithi136 (mon.0) 6864 : audit [DBG] from='client.? 172.21.15.136:0/678038495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:51 smithi145 bash[13673]: audit 2022-04-26T08:25:51.882738+0000 mon.smithi136 (mon.0) 6864 : audit [DBG] from='client.? 172.21.15.136:0/678038495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:52 smithi136 bash[11745]: cluster 2022-04-26T08:25:51.506139+0000 mgr.smithi136.ofnrfx (mgr.14188) 11325 : cluster [DBG] pgmap v10630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:52 smithi145 bash[13673]: cluster 2022-04-26T08:25:51.506139+0000 mgr.smithi136.ofnrfx (mgr.14188) 11325 : cluster [DBG] pgmap v10630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:53 smithi136 bash[11745]: audit 2022-04-26T08:25:53.511160+0000 mon.smithi136 (mon.0) 6865 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:25:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:54 smithi136 bash[11745]: audit 2022-04-26T08:25:53.513917+0000 mon.smithi136 (mon.0) 6866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:25:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:54 smithi136 bash[11745]: audit 2022-04-26T08:25:53.515407+0000 mon.smithi136 (mon.0) 6867 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:25:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:54 smithi136 bash[11745]: audit 2022-04-26T08:25:53.843128+0000 mon.smithi136 (mon.0) 6868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:25:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:54 smithi136 bash[11745]: audit 2022-04-26T08:25:53.849611+0000 mon.smithi136 (mon.0) 6869 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:25:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:54 smithi145 bash[13673]: audit 2022-04-26T08:25:53.511160+0000 mon.smithi136 (mon.0) 6865 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:25:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:54 smithi145 bash[13673]: audit 2022-04-26T08:25:53.513917+0000 mon.smithi136 (mon.0) 6866 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:25:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:54 smithi145 bash[13673]: audit 2022-04-26T08:25:53.515407+0000 mon.smithi136 (mon.0) 6867 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:25:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:54 smithi145 bash[13673]: audit 2022-04-26T08:25:53.843128+0000 mon.smithi136 (mon.0) 6868 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:25:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:54 smithi145 bash[13673]: audit 2022-04-26T08:25:53.849611+0000 mon.smithi136 (mon.0) 6869 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:25:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:55 smithi136 bash[11745]: cluster 2022-04-26T08:25:53.506919+0000 mgr.smithi136.ofnrfx (mgr.14188) 11326 : cluster [DBG] pgmap v10631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:55 smithi136 bash[11745]: cluster 2022-04-26T08:25:53.837561+0000 mgr.smithi136.ofnrfx (mgr.14188) 11327 : cluster [DBG] pgmap v10632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:55 smithi136 bash[11745]: cluster 2022-04-26T08:25:53.837773+0000 mgr.smithi136.ofnrfx (mgr.14188) 11328 : cluster [DBG] pgmap v10633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:55 smithi136 bash[11745]: cephadm 2022-04-26T08:25:53.850755+0000 mgr.smithi136.ofnrfx (mgr.14188) 11329 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:25:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:55 smithi136 bash[11745]: cephadm 2022-04-26T08:25:53.850892+0000 mgr.smithi136.ofnrfx (mgr.14188) 11330 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:25:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:55 smithi145 bash[13673]: cluster 2022-04-26T08:25:53.506919+0000 mgr.smithi136.ofnrfx (mgr.14188) 11326 : cluster [DBG] pgmap v10631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:55 smithi145 bash[13673]: cluster 2022-04-26T08:25:53.837561+0000 mgr.smithi136.ofnrfx (mgr.14188) 11327 : cluster [DBG] pgmap v10632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:55 smithi145 bash[13673]: cluster 2022-04-26T08:25:53.837773+0000 mgr.smithi136.ofnrfx (mgr.14188) 11328 : cluster [DBG] pgmap v10633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:55 smithi145 bash[13673]: cephadm 2022-04-26T08:25:53.850755+0000 mgr.smithi136.ofnrfx (mgr.14188) 11329 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:25:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:55 smithi145 bash[13673]: cephadm 2022-04-26T08:25:53.850892+0000 mgr.smithi136.ofnrfx (mgr.14188) 11330 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:25:56.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:25:56.902 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:25:56.902 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:25:57.222 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:25:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:57 smithi136 bash[11745]: cluster 2022-04-26T08:25:55.838270+0000 mgr.smithi136.ofnrfx (mgr.14188) 11331 : cluster [DBG] pgmap v10634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:57 smithi145 bash[13673]: cluster 2022-04-26T08:25:55.838270+0000 mgr.smithi136.ofnrfx (mgr.14188) 11331 : cluster [DBG] pgmap v10634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:58 smithi136 bash[11745]: audit 2022-04-26T08:25:57.207444+0000 mon.smithi136 (mon.0) 6870 : audit [DBG] from='client.? 172.21.15.136:0/3924847356' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:58 smithi145 bash[13673]: audit 2022-04-26T08:25:57.207444+0000 mon.smithi136 (mon.0) 6870 : audit [DBG] from='client.? 172.21.15.136:0/3924847356' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:25:59.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:25:59 smithi136 bash[11745]: cluster 2022-04-26T08:25:57.838901+0000 mgr.smithi136.ofnrfx (mgr.14188) 11332 : cluster [DBG] pgmap v10635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:25:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:25:59 smithi145 bash[13673]: cluster 2022-04-26T08:25:57.838901+0000 mgr.smithi136.ofnrfx (mgr.14188) 11332 : cluster [DBG] pgmap v10635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:01 smithi136 bash[11745]: cluster 2022-04-26T08:25:59.839499+0000 mgr.smithi136.ofnrfx (mgr.14188) 11333 : cluster [DBG] pgmap v10636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:01.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:01 smithi145 bash[13673]: cluster 2022-04-26T08:25:59.839499+0000 mgr.smithi136.ofnrfx (mgr.14188) 11333 : cluster [DBG] pgmap v10636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:02.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:02.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:02.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:02.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:03 smithi136 bash[11745]: cluster 2022-04-26T08:26:01.840184+0000 mgr.smithi136.ofnrfx (mgr.14188) 11334 : cluster [DBG] pgmap v10637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:03 smithi136 bash[11745]: audit 2022-04-26T08:26:02.530458+0000 mon.smithi136 (mon.0) 6871 : audit [DBG] from='client.? 172.21.15.136:0/1641115630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:03 smithi145 bash[13673]: cluster 2022-04-26T08:26:01.840184+0000 mgr.smithi136.ofnrfx (mgr.14188) 11334 : cluster [DBG] pgmap v10637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:03 smithi145 bash[13673]: audit 2022-04-26T08:26:02.530458+0000 mon.smithi136 (mon.0) 6871 : audit [DBG] from='client.? 172.21.15.136:0/1641115630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:04.315 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:04 smithi136 bash[11745]: audit 2022-04-26T08:26:03.266432+0000 mon.smithi136 (mon.0) 6872 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:26:04.315 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:04 smithi136 bash[11745]: audit 2022-04-26T08:26:03.270441+0000 mon.smithi136 (mon.0) 6873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:26:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:04 smithi145 bash[13673]: audit 2022-04-26T08:26:03.266432+0000 mon.smithi136 (mon.0) 6872 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:26:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:04 smithi145 bash[13673]: audit 2022-04-26T08:26:03.270441+0000 mon.smithi136 (mon.0) 6873 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:26:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:05 smithi136 bash[11745]: cluster 2022-04-26T08:26:03.840903+0000 mgr.smithi136.ofnrfx (mgr.14188) 11335 : cluster [DBG] pgmap v10638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:05 smithi145 bash[13673]: cluster 2022-04-26T08:26:03.840903+0000 mgr.smithi136.ofnrfx (mgr.14188) 11335 : cluster [DBG] pgmap v10638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:07 smithi136 bash[11745]: cluster 2022-04-26T08:26:05.841657+0000 mgr.smithi136.ofnrfx (mgr.14188) 11336 : cluster [DBG] pgmap v10639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:07 smithi145 bash[13673]: cluster 2022-04-26T08:26:05.841657+0000 mgr.smithi136.ofnrfx (mgr.14188) 11336 : cluster [DBG] pgmap v10639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:07.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:07.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:07.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:07.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:08 smithi136 bash[11745]: audit 2022-04-26T08:26:07.857435+0000 mon.smithi136 (mon.0) 6874 : audit [DBG] from='client.? 172.21.15.136:0/898288085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:08 smithi145 bash[13673]: audit 2022-04-26T08:26:07.857435+0000 mon.smithi136 (mon.0) 6874 : audit [DBG] from='client.? 172.21.15.136:0/898288085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:09 smithi136 bash[11745]: cluster 2022-04-26T08:26:07.842419+0000 mgr.smithi136.ofnrfx (mgr.14188) 11337 : cluster [DBG] pgmap v10640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:09 smithi145 bash[13673]: cluster 2022-04-26T08:26:07.842419+0000 mgr.smithi136.ofnrfx (mgr.14188) 11337 : cluster [DBG] pgmap v10640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:11 smithi145 bash[13673]: cluster 2022-04-26T08:26:09.843091+0000 mgr.smithi136.ofnrfx (mgr.14188) 11338 : cluster [DBG] pgmap v10641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:11 smithi136 bash[11745]: cluster 2022-04-26T08:26:09.843091+0000 mgr.smithi136.ofnrfx (mgr.14188) 11338 : cluster [DBG] pgmap v10641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:12.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:12.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:12.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:13.196 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:13 smithi145 bash[13673]: cluster 2022-04-26T08:26:11.843773+0000 mgr.smithi136.ofnrfx (mgr.14188) 11339 : cluster [DBG] pgmap v10642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:13 smithi136 bash[11745]: cluster 2022-04-26T08:26:11.843773+0000 mgr.smithi136.ofnrfx (mgr.14188) 11339 : cluster [DBG] pgmap v10642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:14 smithi145 bash[13673]: audit 2022-04-26T08:26:13.181534+0000 mon.smithi136 (mon.0) 6875 : audit [DBG] from='client.? 172.21.15.136:0/1619246996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:14 smithi136 bash[11745]: audit 2022-04-26T08:26:13.181534+0000 mon.smithi136 (mon.0) 6875 : audit [DBG] from='client.? 172.21.15.136:0/1619246996' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:15 smithi145 bash[13673]: cluster 2022-04-26T08:26:13.844399+0000 mgr.smithi136.ofnrfx (mgr.14188) 11340 : cluster [DBG] pgmap v10643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:15 smithi136 bash[11745]: cluster 2022-04-26T08:26:13.844399+0000 mgr.smithi136.ofnrfx (mgr.14188) 11340 : cluster [DBG] pgmap v10643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:17 smithi145 bash[13673]: cluster 2022-04-26T08:26:15.845132+0000 mgr.smithi136.ofnrfx (mgr.14188) 11341 : cluster [DBG] pgmap v10644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:17 smithi136 bash[11745]: cluster 2022-04-26T08:26:15.845132+0000 mgr.smithi136.ofnrfx (mgr.14188) 11341 : cluster [DBG] pgmap v10644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:18.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:18.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:18.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:18.524 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:19 smithi145 bash[13673]: cluster 2022-04-26T08:26:17.845815+0000 mgr.smithi136.ofnrfx (mgr.14188) 11342 : cluster [DBG] pgmap v10645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:19 smithi145 bash[13673]: audit 2022-04-26T08:26:18.509204+0000 mon.smithi136 (mon.0) 6876 : audit [DBG] from='client.? 172.21.15.136:0/164123459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:19 smithi136 bash[11745]: cluster 2022-04-26T08:26:17.845815+0000 mgr.smithi136.ofnrfx (mgr.14188) 11342 : cluster [DBG] pgmap v10645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:19 smithi136 bash[11745]: audit 2022-04-26T08:26:18.509204+0000 mon.smithi136 (mon.0) 6876 : audit [DBG] from='client.? 172.21.15.136:0/164123459' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:21 smithi145 bash[13673]: cluster 2022-04-26T08:26:19.846398+0000 mgr.smithi136.ofnrfx (mgr.14188) 11343 : cluster [DBG] pgmap v10646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:21 smithi136 bash[11745]: cluster 2022-04-26T08:26:19.846398+0000 mgr.smithi136.ofnrfx (mgr.14188) 11343 : cluster [DBG] pgmap v10646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:23 smithi145 bash[13673]: cluster 2022-04-26T08:26:21.847020+0000 mgr.smithi136.ofnrfx (mgr.14188) 11344 : cluster [DBG] pgmap v10647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:23.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:23.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:23.527 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:23 smithi136 bash[11745]: cluster 2022-04-26T08:26:21.847020+0000 mgr.smithi136.ofnrfx (mgr.14188) 11344 : cluster [DBG] pgmap v10647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:23.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:24 smithi145 bash[13673]: audit 2022-04-26T08:26:23.836289+0000 mon.smithi136 (mon.0) 6877 : audit [DBG] from='client.? 172.21.15.136:0/3454569946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:24 smithi145 bash[13673]: cluster 2022-04-26T08:26:23.847646+0000 mgr.smithi136.ofnrfx (mgr.14188) 11345 : cluster [DBG] pgmap v10648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:24 smithi136 bash[11745]: audit 2022-04-26T08:26:23.836289+0000 mon.smithi136 (mon.0) 6877 : audit [DBG] from='client.? 172.21.15.136:0/3454569946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:24 smithi136 bash[11745]: cluster 2022-04-26T08:26:23.847646+0000 mgr.smithi136.ofnrfx (mgr.14188) 11345 : cluster [DBG] pgmap v10648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:26 smithi136 bash[11745]: cluster 2022-04-26T08:26:25.848301+0000 mgr.smithi136.ofnrfx (mgr.14188) 11346 : cluster [DBG] pgmap v10649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:26 smithi145 bash[13673]: cluster 2022-04-26T08:26:25.848301+0000 mgr.smithi136.ofnrfx (mgr.14188) 11346 : cluster [DBG] pgmap v10649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:28.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:28.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:28.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:29.183 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:28 smithi136 bash[11745]: cluster 2022-04-26T08:26:27.848951+0000 mgr.smithi136.ofnrfx (mgr.14188) 11347 : cluster [DBG] pgmap v10650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:29.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:28 smithi145 bash[13673]: cluster 2022-04-26T08:26:27.848951+0000 mgr.smithi136.ofnrfx (mgr.14188) 11347 : cluster [DBG] pgmap v10650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:29 smithi136 bash[11745]: audit 2022-04-26T08:26:29.169225+0000 mon.smithi136 (mon.0) 6878 : audit [DBG] from='client.? 172.21.15.136:0/1945979015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:29 smithi145 bash[13673]: audit 2022-04-26T08:26:29.169225+0000 mon.smithi136 (mon.0) 6878 : audit [DBG] from='client.? 172.21.15.136:0/1945979015' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:30 smithi136 bash[11745]: cluster 2022-04-26T08:26:29.849575+0000 mgr.smithi136.ofnrfx (mgr.14188) 11348 : cluster [DBG] pgmap v10651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:30 smithi145 bash[13673]: cluster 2022-04-26T08:26:29.849575+0000 mgr.smithi136.ofnrfx (mgr.14188) 11348 : cluster [DBG] pgmap v10651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:32 smithi136 bash[11745]: cluster 2022-04-26T08:26:31.850207+0000 mgr.smithi136.ofnrfx (mgr.14188) 11349 : cluster [DBG] pgmap v10652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:32 smithi145 bash[13673]: cluster 2022-04-26T08:26:31.850207+0000 mgr.smithi136.ofnrfx (mgr.14188) 11349 : cluster [DBG] pgmap v10652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:34.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:34.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:34.194 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:34.521 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:34 smithi136 bash[11745]: cluster 2022-04-26T08:26:33.850826+0000 mgr.smithi136.ofnrfx (mgr.14188) 11350 : cluster [DBG] pgmap v10653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:34 smithi136 bash[11745]: audit 2022-04-26T08:26:34.506567+0000 mon.smithi136 (mon.0) 6879 : audit [DBG] from='client.? 172.21.15.136:0/517742184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:34 smithi145 bash[13673]: cluster 2022-04-26T08:26:33.850826+0000 mgr.smithi136.ofnrfx (mgr.14188) 11350 : cluster [DBG] pgmap v10653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:34 smithi145 bash[13673]: audit 2022-04-26T08:26:34.506567+0000 mon.smithi136 (mon.0) 6879 : audit [DBG] from='client.? 172.21.15.136:0/517742184' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:36 smithi136 bash[11745]: cluster 2022-04-26T08:26:35.851388+0000 mgr.smithi136.ofnrfx (mgr.14188) 11351 : cluster [DBG] pgmap v10654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:36 smithi145 bash[13673]: cluster 2022-04-26T08:26:35.851388+0000 mgr.smithi136.ofnrfx (mgr.14188) 11351 : cluster [DBG] pgmap v10654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:38 smithi136 bash[11745]: cluster 2022-04-26T08:26:37.852099+0000 mgr.smithi136.ofnrfx (mgr.14188) 11352 : cluster [DBG] pgmap v10655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:39.438 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:38 smithi145 bash[13673]: cluster 2022-04-26T08:26:37.852099+0000 mgr.smithi136.ofnrfx (mgr.14188) 11352 : cluster [DBG] pgmap v10655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:39.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:39.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:39.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:39.850 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:39 smithi136 bash[11745]: audit 2022-04-26T08:26:39.834909+0000 mon.smithi136 (mon.0) 6880 : audit [DBG] from='client.? 172.21.15.136:0/1500427389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:39 smithi145 bash[13673]: audit 2022-04-26T08:26:39.834909+0000 mon.smithi136 (mon.0) 6880 : audit [DBG] from='client.? 172.21.15.136:0/1500427389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:40 smithi136 bash[11745]: cluster 2022-04-26T08:26:39.852712+0000 mgr.smithi136.ofnrfx (mgr.14188) 11353 : cluster [DBG] pgmap v10656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:40 smithi145 bash[13673]: cluster 2022-04-26T08:26:39.852712+0000 mgr.smithi136.ofnrfx (mgr.14188) 11353 : cluster [DBG] pgmap v10656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:42 smithi136 bash[11745]: cluster 2022-04-26T08:26:41.853364+0000 mgr.smithi136.ofnrfx (mgr.14188) 11354 : cluster [DBG] pgmap v10657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:42 smithi145 bash[13673]: cluster 2022-04-26T08:26:41.853364+0000 mgr.smithi136.ofnrfx (mgr.14188) 11354 : cluster [DBG] pgmap v10657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:44.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:44.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:44.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:45.189 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:44 smithi136 bash[11745]: cluster 2022-04-26T08:26:43.853992+0000 mgr.smithi136.ofnrfx (mgr.14188) 11355 : cluster [DBG] pgmap v10658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:44 smithi145 bash[13673]: cluster 2022-04-26T08:26:43.853992+0000 mgr.smithi136.ofnrfx (mgr.14188) 11355 : cluster [DBG] pgmap v10658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:45 smithi136 bash[11745]: audit 2022-04-26T08:26:45.168124+0000 mon.smithi136 (mon.0) 6881 : audit [DBG] from='client.? 172.21.15.136:0/1091038043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:45 smithi145 bash[13673]: audit 2022-04-26T08:26:45.168124+0000 mon.smithi136 (mon.0) 6881 : audit [DBG] from='client.? 172.21.15.136:0/1091038043' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:46 smithi136 bash[11745]: cluster 2022-04-26T08:26:45.854607+0000 mgr.smithi136.ofnrfx (mgr.14188) 11356 : cluster [DBG] pgmap v10659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:47.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:46 smithi145 bash[13673]: cluster 2022-04-26T08:26:45.854607+0000 mgr.smithi136.ofnrfx (mgr.14188) 11356 : cluster [DBG] pgmap v10659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:48 smithi136 bash[11745]: cluster 2022-04-26T08:26:47.855250+0000 mgr.smithi136.ofnrfx (mgr.14188) 11357 : cluster [DBG] pgmap v10660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:48 smithi145 bash[13673]: cluster 2022-04-26T08:26:47.855250+0000 mgr.smithi136.ofnrfx (mgr.14188) 11357 : cluster [DBG] pgmap v10660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:50.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:50.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:50.193 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:50.508 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:50 smithi136 bash[11745]: cluster 2022-04-26T08:26:49.855942+0000 mgr.smithi136.ofnrfx (mgr.14188) 11358 : cluster [DBG] pgmap v10661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:50 smithi136 bash[11745]: audit 2022-04-26T08:26:50.492745+0000 mon.smithi136 (mon.0) 6882 : audit [DBG] from='client.? 172.21.15.136:0/2005425082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:50 smithi145 bash[13673]: cluster 2022-04-26T08:26:49.855942+0000 mgr.smithi136.ofnrfx (mgr.14188) 11358 : cluster [DBG] pgmap v10661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:50 smithi145 bash[13673]: audit 2022-04-26T08:26:50.492745+0000 mon.smithi136 (mon.0) 6882 : audit [DBG] from='client.? 172.21.15.136:0/2005425082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:52 smithi136 bash[11745]: cluster 2022-04-26T08:26:51.856570+0000 mgr.smithi136.ofnrfx (mgr.14188) 11359 : cluster [DBG] pgmap v10662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:53 smithi145 bash[13673]: cluster 2022-04-26T08:26:51.856570+0000 mgr.smithi136.ofnrfx (mgr.14188) 11359 : cluster [DBG] pgmap v10662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:54 smithi136 bash[11745]: audit 2022-04-26T08:26:53.861158+0000 mon.smithi136 (mon.0) 6883 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:26:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:54 smithi136 bash[11745]: audit 2022-04-26T08:26:53.863956+0000 mon.smithi136 (mon.0) 6884 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:26:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:54 smithi136 bash[11745]: audit 2022-04-26T08:26:53.865869+0000 mon.smithi136 (mon.0) 6885 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:26:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:54 smithi145 bash[13673]: audit 2022-04-26T08:26:53.861158+0000 mon.smithi136 (mon.0) 6883 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:26:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:54 smithi145 bash[13673]: audit 2022-04-26T08:26:53.863956+0000 mon.smithi136 (mon.0) 6884 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:26:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:54 smithi145 bash[13673]: audit 2022-04-26T08:26:53.865869+0000 mon.smithi136 (mon.0) 6885 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:26:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:55 smithi136 bash[11745]: cluster 2022-04-26T08:26:53.857170+0000 mgr.smithi136.ofnrfx (mgr.14188) 11360 : cluster [DBG] pgmap v10663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:55 smithi136 bash[11745]: audit 2022-04-26T08:26:54.163004+0000 mon.smithi136 (mon.0) 6886 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:26:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:55 smithi136 bash[11745]: audit 2022-04-26T08:26:54.171577+0000 mon.smithi136 (mon.0) 6887 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:26:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:55 smithi145 bash[13673]: cluster 2022-04-26T08:26:53.857170+0000 mgr.smithi136.ofnrfx (mgr.14188) 11360 : cluster [DBG] pgmap v10663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:55 smithi145 bash[13673]: audit 2022-04-26T08:26:54.163004+0000 mon.smithi136 (mon.0) 6886 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:26:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:55 smithi145 bash[13673]: audit 2022-04-26T08:26:54.171577+0000 mon.smithi136 (mon.0) 6887 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:26:55.511 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:26:55.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:26:55.512 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:26:55.836 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:26:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:56 smithi136 bash[11745]: cluster 2022-04-26T08:26:54.158236+0000 mgr.smithi136.ofnrfx (mgr.14188) 11361 : cluster [DBG] pgmap v10664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:56 smithi136 bash[11745]: cluster 2022-04-26T08:26:54.158680+0000 mgr.smithi136.ofnrfx (mgr.14188) 11362 : cluster [DBG] pgmap v10665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:56 smithi136 bash[11745]: cephadm 2022-04-26T08:26:54.172782+0000 mgr.smithi136.ofnrfx (mgr.14188) 11363 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:26:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:56 smithi136 bash[11745]: cephadm 2022-04-26T08:26:54.172990+0000 mgr.smithi136.ofnrfx (mgr.14188) 11364 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:26:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:56 smithi136 bash[11745]: audit 2022-04-26T08:26:55.820294+0000 mon.smithi136 (mon.0) 6888 : audit [DBG] from='client.? 172.21.15.136:0/451831620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:56 smithi145 bash[13673]: cluster 2022-04-26T08:26:54.158236+0000 mgr.smithi136.ofnrfx (mgr.14188) 11361 : cluster [DBG] pgmap v10664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:56 smithi145 bash[13673]: cluster 2022-04-26T08:26:54.158680+0000 mgr.smithi136.ofnrfx (mgr.14188) 11362 : cluster [DBG] pgmap v10665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:56 smithi145 bash[13673]: cephadm 2022-04-26T08:26:54.172782+0000 mgr.smithi136.ofnrfx (mgr.14188) 11363 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:26:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:56 smithi145 bash[13673]: cephadm 2022-04-26T08:26:54.172990+0000 mgr.smithi136.ofnrfx (mgr.14188) 11364 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:26:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:56 smithi145 bash[13673]: audit 2022-04-26T08:26:55.820294+0000 mon.smithi136 (mon.0) 6888 : audit [DBG] from='client.? 172.21.15.136:0/451831620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:26:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:26:58 smithi136 bash[11745]: cluster 2022-04-26T08:26:56.159286+0000 mgr.smithi136.ofnrfx (mgr.14188) 11365 : cluster [DBG] pgmap v10666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:26:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:26:58 smithi145 bash[13673]: cluster 2022-04-26T08:26:56.159286+0000 mgr.smithi136.ofnrfx (mgr.14188) 11365 : cluster [DBG] pgmap v10666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:00 smithi136 bash[11745]: cluster 2022-04-26T08:26:58.159913+0000 mgr.smithi136.ofnrfx (mgr.14188) 11366 : cluster [DBG] pgmap v10667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:00 smithi145 bash[13673]: cluster 2022-04-26T08:26:58.159913+0000 mgr.smithi136.ofnrfx (mgr.14188) 11366 : cluster [DBG] pgmap v10667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:00.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:00.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:00.840 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:01.163 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:02 smithi136 bash[11745]: cluster 2022-04-26T08:27:00.160600+0000 mgr.smithi136.ofnrfx (mgr.14188) 11367 : cluster [DBG] pgmap v10668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:02 smithi136 bash[11745]: audit 2022-04-26T08:27:01.147369+0000 mon.smithi136 (mon.0) 6889 : audit [DBG] from='client.? 172.21.15.136:0/4260084455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:02 smithi145 bash[13673]: cluster 2022-04-26T08:27:00.160600+0000 mgr.smithi136.ofnrfx (mgr.14188) 11367 : cluster [DBG] pgmap v10668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:02 smithi145 bash[13673]: audit 2022-04-26T08:27:01.147369+0000 mon.smithi136 (mon.0) 6889 : audit [DBG] from='client.? 172.21.15.136:0/4260084455' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:04 smithi136 bash[11745]: cluster 2022-04-26T08:27:02.161275+0000 mgr.smithi136.ofnrfx (mgr.14188) 11368 : cluster [DBG] pgmap v10669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:04 smithi136 bash[11745]: audit 2022-04-26T08:27:03.270478+0000 mon.smithi136 (mon.0) 6890 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:27:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:04 smithi136 bash[11745]: audit 2022-04-26T08:27:03.274293+0000 mon.smithi136 (mon.0) 6891 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:27:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:04 smithi145 bash[13673]: cluster 2022-04-26T08:27:02.161275+0000 mgr.smithi136.ofnrfx (mgr.14188) 11368 : cluster [DBG] pgmap v10669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:04 smithi145 bash[13673]: audit 2022-04-26T08:27:03.270478+0000 mon.smithi136 (mon.0) 6890 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:27:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:04 smithi145 bash[13673]: audit 2022-04-26T08:27:03.274293+0000 mon.smithi136 (mon.0) 6891 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:27:06.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:06.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:06.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:06 smithi136 bash[11745]: cluster 2022-04-26T08:27:04.161866+0000 mgr.smithi136.ofnrfx (mgr.14188) 11369 : cluster [DBG] pgmap v10670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:06 smithi145 bash[13673]: cluster 2022-04-26T08:27:04.161866+0000 mgr.smithi136.ofnrfx (mgr.14188) 11369 : cluster [DBG] pgmap v10670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:06.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:07 smithi136 bash[11745]: audit 2022-04-26T08:27:06.474738+0000 mon.smithi136 (mon.0) 6892 : audit [DBG] from='client.? 172.21.15.136:0/1757943737' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:07 smithi145 bash[13673]: audit 2022-04-26T08:27:06.474738+0000 mon.smithi136 (mon.0) 6892 : audit [DBG] from='client.? 172.21.15.136:0/1757943737' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:08 smithi136 bash[11745]: cluster 2022-04-26T08:27:06.162498+0000 mgr.smithi136.ofnrfx (mgr.14188) 11370 : cluster [DBG] pgmap v10671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:08 smithi145 bash[13673]: cluster 2022-04-26T08:27:06.162498+0000 mgr.smithi136.ofnrfx (mgr.14188) 11370 : cluster [DBG] pgmap v10671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:10 smithi136 bash[11745]: cluster 2022-04-26T08:27:08.163092+0000 mgr.smithi136.ofnrfx (mgr.14188) 11371 : cluster [DBG] pgmap v10672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:10 smithi145 bash[13673]: cluster 2022-04-26T08:27:08.163092+0000 mgr.smithi136.ofnrfx (mgr.14188) 11371 : cluster [DBG] pgmap v10672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:11.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:11.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:11.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:11.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:12 smithi145 bash[13673]: cluster 2022-04-26T08:27:10.163761+0000 mgr.smithi136.ofnrfx (mgr.14188) 11372 : cluster [DBG] pgmap v10673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:12 smithi145 bash[13673]: audit 2022-04-26T08:27:11.802808+0000 mon.smithi136 (mon.0) 6893 : audit [DBG] from='client.? 172.21.15.136:0/2327407853' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:12 smithi136 bash[11745]: cluster 2022-04-26T08:27:10.163761+0000 mgr.smithi136.ofnrfx (mgr.14188) 11372 : cluster [DBG] pgmap v10673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:12 smithi136 bash[11745]: audit 2022-04-26T08:27:11.802808+0000 mon.smithi136 (mon.0) 6893 : audit [DBG] from='client.? 172.21.15.136:0/2327407853' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:14 smithi145 bash[13673]: cluster 2022-04-26T08:27:12.164474+0000 mgr.smithi136.ofnrfx (mgr.14188) 11373 : cluster [DBG] pgmap v10674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:14 smithi136 bash[11745]: cluster 2022-04-26T08:27:12.164474+0000 mgr.smithi136.ofnrfx (mgr.14188) 11373 : cluster [DBG] pgmap v10674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:16 smithi145 bash[13673]: cluster 2022-04-26T08:27:14.165087+0000 mgr.smithi136.ofnrfx (mgr.14188) 11374 : cluster [DBG] pgmap v10675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:16 smithi136 bash[11745]: cluster 2022-04-26T08:27:14.165087+0000 mgr.smithi136.ofnrfx (mgr.14188) 11374 : cluster [DBG] pgmap v10675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:16.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:16.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:16.822 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:17.162 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:18 smithi145 bash[13673]: cluster 2022-04-26T08:27:16.165720+0000 mgr.smithi136.ofnrfx (mgr.14188) 11375 : cluster [DBG] pgmap v10676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:18 smithi145 bash[13673]: audit 2022-04-26T08:27:17.142052+0000 mon.smithi136 (mon.0) 6894 : audit [DBG] from='client.? 172.21.15.136:0/24406504' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:18 smithi136 bash[11745]: cluster 2022-04-26T08:27:16.165720+0000 mgr.smithi136.ofnrfx (mgr.14188) 11375 : cluster [DBG] pgmap v10676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:18 smithi136 bash[11745]: audit 2022-04-26T08:27:17.142052+0000 mon.smithi136 (mon.0) 6894 : audit [DBG] from='client.? 172.21.15.136:0/24406504' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:20 smithi145 bash[13673]: cluster 2022-04-26T08:27:18.166378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11376 : cluster [DBG] pgmap v10677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:20 smithi136 bash[11745]: cluster 2022-04-26T08:27:18.166378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11376 : cluster [DBG] pgmap v10677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:22.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:22.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:22.166 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:22 smithi145 bash[13673]: cluster 2022-04-26T08:27:20.166999+0000 mgr.smithi136.ofnrfx (mgr.14188) 11377 : cluster [DBG] pgmap v10678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:22.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:22 smithi136 bash[11745]: cluster 2022-04-26T08:27:20.166999+0000 mgr.smithi136.ofnrfx (mgr.14188) 11377 : cluster [DBG] pgmap v10678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:23 smithi145 bash[13673]: audit 2022-04-26T08:27:22.475739+0000 mon.smithi136 (mon.0) 6895 : audit [DBG] from='client.? 172.21.15.136:0/1733431475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:23 smithi136 bash[11745]: audit 2022-04-26T08:27:22.475739+0000 mon.smithi136 (mon.0) 6895 : audit [DBG] from='client.? 172.21.15.136:0/1733431475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:24 smithi145 bash[13673]: cluster 2022-04-26T08:27:22.167654+0000 mgr.smithi136.ofnrfx (mgr.14188) 11378 : cluster [DBG] pgmap v10679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:24 smithi136 bash[11745]: cluster 2022-04-26T08:27:22.167654+0000 mgr.smithi136.ofnrfx (mgr.14188) 11378 : cluster [DBG] pgmap v10679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:26 smithi145 bash[13673]: cluster 2022-04-26T08:27:24.168306+0000 mgr.smithi136.ofnrfx (mgr.14188) 11379 : cluster [DBG] pgmap v10680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:26 smithi136 bash[11745]: cluster 2022-04-26T08:27:24.168306+0000 mgr.smithi136.ofnrfx (mgr.14188) 11379 : cluster [DBG] pgmap v10680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:27.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:27.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:27.495 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:27.812 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:28 smithi145 bash[13673]: cluster 2022-04-26T08:27:26.169070+0000 mgr.smithi136.ofnrfx (mgr.14188) 11380 : cluster [DBG] pgmap v10681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:28 smithi145 bash[13673]: audit 2022-04-26T08:27:27.797590+0000 mon.smithi136 (mon.0) 6896 : audit [DBG] from='client.? 172.21.15.136:0/333866499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:28 smithi136 bash[11745]: cluster 2022-04-26T08:27:26.169070+0000 mgr.smithi136.ofnrfx (mgr.14188) 11380 : cluster [DBG] pgmap v10681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:28 smithi136 bash[11745]: audit 2022-04-26T08:27:27.797590+0000 mon.smithi136 (mon.0) 6896 : audit [DBG] from='client.? 172.21.15.136:0/333866499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:30 smithi145 bash[13673]: cluster 2022-04-26T08:27:28.169813+0000 mgr.smithi136.ofnrfx (mgr.14188) 11381 : cluster [DBG] pgmap v10682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:30 smithi136 bash[11745]: cluster 2022-04-26T08:27:28.169813+0000 mgr.smithi136.ofnrfx (mgr.14188) 11381 : cluster [DBG] pgmap v10682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:31 smithi136 bash[11745]: cluster 2022-04-26T08:27:30.170430+0000 mgr.smithi136.ofnrfx (mgr.14188) 11382 : cluster [DBG] pgmap v10683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:31 smithi145 bash[13673]: cluster 2022-04-26T08:27:30.170430+0000 mgr.smithi136.ofnrfx (mgr.14188) 11382 : cluster [DBG] pgmap v10683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:32.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:32.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:32.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:33.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:33 smithi136 bash[11745]: cluster 2022-04-26T08:27:32.171117+0000 mgr.smithi136.ofnrfx (mgr.14188) 11383 : cluster [DBG] pgmap v10684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:33 smithi136 bash[11745]: audit 2022-04-26T08:27:33.122257+0000 mon.smithi136 (mon.0) 6897 : audit [DBG] from='client.? 172.21.15.136:0/2378971878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:33 smithi145 bash[13673]: cluster 2022-04-26T08:27:32.171117+0000 mgr.smithi136.ofnrfx (mgr.14188) 11383 : cluster [DBG] pgmap v10684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:33 smithi145 bash[13673]: audit 2022-04-26T08:27:33.122257+0000 mon.smithi136 (mon.0) 6897 : audit [DBG] from='client.? 172.21.15.136:0/2378971878' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:35 smithi136 bash[11745]: cluster 2022-04-26T08:27:34.171742+0000 mgr.smithi136.ofnrfx (mgr.14188) 11384 : cluster [DBG] pgmap v10685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:35 smithi145 bash[13673]: cluster 2022-04-26T08:27:34.171742+0000 mgr.smithi136.ofnrfx (mgr.14188) 11384 : cluster [DBG] pgmap v10685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:38.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:38.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:38.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:37 smithi136 bash[11745]: cluster 2022-04-26T08:27:36.172354+0000 mgr.smithi136.ofnrfx (mgr.14188) 11385 : cluster [DBG] pgmap v10686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:37 smithi145 bash[13673]: cluster 2022-04-26T08:27:36.172354+0000 mgr.smithi136.ofnrfx (mgr.14188) 11385 : cluster [DBG] pgmap v10686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:38.467 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:38 smithi136 bash[11745]: audit 2022-04-26T08:27:38.452169+0000 mon.smithi136 (mon.0) 6898 : audit [DBG] from='client.? 172.21.15.136:0/886385909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:38 smithi145 bash[13673]: audit 2022-04-26T08:27:38.452169+0000 mon.smithi136 (mon.0) 6898 : audit [DBG] from='client.? 172.21.15.136:0/886385909' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:39 smithi136 bash[11745]: cluster 2022-04-26T08:27:38.172999+0000 mgr.smithi136.ofnrfx (mgr.14188) 11386 : cluster [DBG] pgmap v10687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:39 smithi145 bash[13673]: cluster 2022-04-26T08:27:38.172999+0000 mgr.smithi136.ofnrfx (mgr.14188) 11386 : cluster [DBG] pgmap v10687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:41 smithi136 bash[11745]: cluster 2022-04-26T08:27:40.173710+0000 mgr.smithi136.ofnrfx (mgr.14188) 11387 : cluster [DBG] pgmap v10688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:41 smithi145 bash[13673]: cluster 2022-04-26T08:27:40.173710+0000 mgr.smithi136.ofnrfx (mgr.14188) 11387 : cluster [DBG] pgmap v10688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:43.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:43.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:43.471 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:43.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:43 smithi136 bash[11745]: cluster 2022-04-26T08:27:42.174409+0000 mgr.smithi136.ofnrfx (mgr.14188) 11388 : cluster [DBG] pgmap v10689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:43 smithi136 bash[11745]: audit 2022-04-26T08:27:43.787093+0000 mon.smithi136 (mon.0) 6899 : audit [DBG] from='client.? 172.21.15.136:0/160503256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:43 smithi145 bash[13673]: cluster 2022-04-26T08:27:42.174409+0000 mgr.smithi136.ofnrfx (mgr.14188) 11388 : cluster [DBG] pgmap v10689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:43 smithi145 bash[13673]: audit 2022-04-26T08:27:43.787093+0000 mon.smithi136 (mon.0) 6899 : audit [DBG] from='client.? 172.21.15.136:0/160503256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:45 smithi136 bash[11745]: cluster 2022-04-26T08:27:44.175011+0000 mgr.smithi136.ofnrfx (mgr.14188) 11389 : cluster [DBG] pgmap v10690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:45 smithi145 bash[13673]: cluster 2022-04-26T08:27:44.175011+0000 mgr.smithi136.ofnrfx (mgr.14188) 11389 : cluster [DBG] pgmap v10690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:47 smithi136 bash[11745]: cluster 2022-04-26T08:27:46.175671+0000 mgr.smithi136.ofnrfx (mgr.14188) 11390 : cluster [DBG] pgmap v10691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:47 smithi145 bash[13673]: cluster 2022-04-26T08:27:46.175671+0000 mgr.smithi136.ofnrfx (mgr.14188) 11390 : cluster [DBG] pgmap v10691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:48.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:48.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:48.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:49.139 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:49 smithi136 bash[11745]: cluster 2022-04-26T08:27:48.176282+0000 mgr.smithi136.ofnrfx (mgr.14188) 11391 : cluster [DBG] pgmap v10692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:49 smithi136 bash[11745]: audit 2022-04-26T08:27:49.124034+0000 mon.smithi136 (mon.0) 6900 : audit [DBG] from='client.? 172.21.15.136:0/2694602005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:49 smithi145 bash[13673]: cluster 2022-04-26T08:27:48.176282+0000 mgr.smithi136.ofnrfx (mgr.14188) 11391 : cluster [DBG] pgmap v10692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:49 smithi145 bash[13673]: audit 2022-04-26T08:27:49.124034+0000 mon.smithi136 (mon.0) 6900 : audit [DBG] from='client.? 172.21.15.136:0/2694602005' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:51 smithi136 bash[11745]: cluster 2022-04-26T08:27:50.177001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11392 : cluster [DBG] pgmap v10693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:51 smithi145 bash[13673]: cluster 2022-04-26T08:27:50.177001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11392 : cluster [DBG] pgmap v10693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:54.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:54.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:54.143 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:53 smithi136 bash[11745]: cluster 2022-04-26T08:27:52.177700+0000 mgr.smithi136.ofnrfx (mgr.14188) 11393 : cluster [DBG] pgmap v10694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:53 smithi145 bash[13673]: cluster 2022-04-26T08:27:52.177700+0000 mgr.smithi136.ofnrfx (mgr.14188) 11393 : cluster [DBG] pgmap v10694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:54.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:27:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:55 smithi136 bash[11745]: audit 2022-04-26T08:27:54.183535+0000 mon.smithi136 (mon.0) 6901 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:27:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:55 smithi136 bash[11745]: audit 2022-04-26T08:27:54.186448+0000 mon.smithi136 (mon.0) 6902 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:27:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:55 smithi136 bash[11745]: audit 2022-04-26T08:27:54.188461+0000 mon.smithi136 (mon.0) 6903 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:27:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:55 smithi136 bash[11745]: audit 2022-04-26T08:27:54.466238+0000 mon.smithi136 (mon.0) 6904 : audit [DBG] from='client.? 172.21.15.136:0/3710811442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:55 smithi136 bash[11745]: audit 2022-04-26T08:27:54.507733+0000 mon.smithi136 (mon.0) 6905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:27:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:55 smithi136 bash[11745]: audit 2022-04-26T08:27:54.516305+0000 mon.smithi136 (mon.0) 6906 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:27:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:55 smithi145 bash[13673]: audit 2022-04-26T08:27:54.183535+0000 mon.smithi136 (mon.0) 6901 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:27:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:55 smithi145 bash[13673]: audit 2022-04-26T08:27:54.186448+0000 mon.smithi136 (mon.0) 6902 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:27:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:55 smithi145 bash[13673]: audit 2022-04-26T08:27:54.188461+0000 mon.smithi136 (mon.0) 6903 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:27:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:55 smithi145 bash[13673]: audit 2022-04-26T08:27:54.466238+0000 mon.smithi136 (mon.0) 6904 : audit [DBG] from='client.? 172.21.15.136:0/3710811442' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:27:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:55 smithi145 bash[13673]: audit 2022-04-26T08:27:54.507733+0000 mon.smithi136 (mon.0) 6905 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:27:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:55 smithi145 bash[13673]: audit 2022-04-26T08:27:54.516305+0000 mon.smithi136 (mon.0) 6906 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:27:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:56 smithi136 bash[11745]: cluster 2022-04-26T08:27:54.178326+0000 mgr.smithi136.ofnrfx (mgr.14188) 11394 : cluster [DBG] pgmap v10695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:56 smithi136 bash[11745]: cluster 2022-04-26T08:27:54.500565+0000 mgr.smithi136.ofnrfx (mgr.14188) 11395 : cluster [DBG] pgmap v10696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:56 smithi136 bash[11745]: cluster 2022-04-26T08:27:54.500796+0000 mgr.smithi136.ofnrfx (mgr.14188) 11396 : cluster [DBG] pgmap v10697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:56 smithi136 bash[11745]: cephadm 2022-04-26T08:27:54.517233+0000 mgr.smithi136.ofnrfx (mgr.14188) 11397 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:27:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:56 smithi136 bash[11745]: cephadm 2022-04-26T08:27:54.517334+0000 mgr.smithi136.ofnrfx (mgr.14188) 11398 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:27:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:56 smithi145 bash[13673]: cluster 2022-04-26T08:27:54.178326+0000 mgr.smithi136.ofnrfx (mgr.14188) 11394 : cluster [DBG] pgmap v10695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:56 smithi145 bash[13673]: cluster 2022-04-26T08:27:54.500565+0000 mgr.smithi136.ofnrfx (mgr.14188) 11395 : cluster [DBG] pgmap v10696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:56 smithi145 bash[13673]: cluster 2022-04-26T08:27:54.500796+0000 mgr.smithi136.ofnrfx (mgr.14188) 11396 : cluster [DBG] pgmap v10697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:56 smithi145 bash[13673]: cephadm 2022-04-26T08:27:54.517233+0000 mgr.smithi136.ofnrfx (mgr.14188) 11397 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:27:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:56 smithi145 bash[13673]: cephadm 2022-04-26T08:27:54.517334+0000 mgr.smithi136.ofnrfx (mgr.14188) 11398 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:27:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:27:58 smithi136 bash[11745]: cluster 2022-04-26T08:27:56.501370+0000 mgr.smithi136.ofnrfx (mgr.14188) 11399 : cluster [DBG] pgmap v10698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:27:58 smithi145 bash[13673]: cluster 2022-04-26T08:27:56.501370+0000 mgr.smithi136.ofnrfx (mgr.14188) 11399 : cluster [DBG] pgmap v10698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:27:59.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:27:59.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:27:59.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:27:59.815 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:00 smithi136 bash[11745]: cluster 2022-04-26T08:27:58.502032+0000 mgr.smithi136.ofnrfx (mgr.14188) 11400 : cluster [DBG] pgmap v10699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:00 smithi136 bash[11745]: audit 2022-04-26T08:27:59.799120+0000 mon.smithi136 (mon.0) 6907 : audit [DBG] from='client.? 172.21.15.136:0/766072552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:00 smithi145 bash[13673]: cluster 2022-04-26T08:27:58.502032+0000 mgr.smithi136.ofnrfx (mgr.14188) 11400 : cluster [DBG] pgmap v10699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:00 smithi145 bash[13673]: audit 2022-04-26T08:27:59.799120+0000 mon.smithi136 (mon.0) 6907 : audit [DBG] from='client.? 172.21.15.136:0/766072552' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:02 smithi136 bash[11745]: cluster 2022-04-26T08:28:00.502636+0000 mgr.smithi136.ofnrfx (mgr.14188) 11401 : cluster [DBG] pgmap v10700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:02.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:02 smithi145 bash[13673]: cluster 2022-04-26T08:28:00.502636+0000 mgr.smithi136.ofnrfx (mgr.14188) 11401 : cluster [DBG] pgmap v10700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:04 smithi136 bash[11745]: cluster 2022-04-26T08:28:02.503272+0000 mgr.smithi136.ofnrfx (mgr.14188) 11402 : cluster [DBG] pgmap v10701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:04 smithi136 bash[11745]: audit 2022-04-26T08:28:03.274658+0000 mon.smithi136 (mon.0) 6908 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:28:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:04 smithi136 bash[11745]: audit 2022-04-26T08:28:03.278538+0000 mon.smithi136 (mon.0) 6909 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:28:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:04 smithi145 bash[13673]: cluster 2022-04-26T08:28:02.503272+0000 mgr.smithi136.ofnrfx (mgr.14188) 11402 : cluster [DBG] pgmap v10701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:04 smithi145 bash[13673]: audit 2022-04-26T08:28:03.274658+0000 mon.smithi136 (mon.0) 6908 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:28:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:04 smithi145 bash[13673]: audit 2022-04-26T08:28:03.278538+0000 mon.smithi136 (mon.0) 6909 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:28:04.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:04.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:04.818 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:05.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:06 smithi136 bash[11745]: cluster 2022-04-26T08:28:04.503896+0000 mgr.smithi136.ofnrfx (mgr.14188) 11403 : cluster [DBG] pgmap v10702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:06 smithi136 bash[11745]: audit 2022-04-26T08:28:05.128532+0000 mon.smithi136 (mon.0) 6910 : audit [DBG] from='client.? 172.21.15.136:0/1717496813' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:06.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:06 smithi145 bash[13673]: cluster 2022-04-26T08:28:04.503896+0000 mgr.smithi136.ofnrfx (mgr.14188) 11403 : cluster [DBG] pgmap v10702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:06 smithi145 bash[13673]: audit 2022-04-26T08:28:05.128532+0000 mon.smithi136 (mon.0) 6910 : audit [DBG] from='client.? 172.21.15.136:0/1717496813' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:08 smithi136 bash[11745]: cluster 2022-04-26T08:28:06.504584+0000 mgr.smithi136.ofnrfx (mgr.14188) 11404 : cluster [DBG] pgmap v10703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:08 smithi145 bash[13673]: cluster 2022-04-26T08:28:06.504584+0000 mgr.smithi136.ofnrfx (mgr.14188) 11404 : cluster [DBG] pgmap v10703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:10.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:10.151 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:10.152 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:10 smithi136 bash[11745]: cluster 2022-04-26T08:28:08.505293+0000 mgr.smithi136.ofnrfx (mgr.14188) 11405 : cluster [DBG] pgmap v10704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:10 smithi145 bash[13673]: cluster 2022-04-26T08:28:08.505293+0000 mgr.smithi136.ofnrfx (mgr.14188) 11405 : cluster [DBG] pgmap v10704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:10.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:11 smithi145 bash[13673]: audit 2022-04-26T08:28:10.460910+0000 mon.smithi136 (mon.0) 6911 : audit [DBG] from='client.? 172.21.15.136:0/4138087792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:11 smithi136 bash[11745]: audit 2022-04-26T08:28:10.460910+0000 mon.smithi136 (mon.0) 6911 : audit [DBG] from='client.? 172.21.15.136:0/4138087792' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:12 smithi145 bash[13673]: cluster 2022-04-26T08:28:10.505901+0000 mgr.smithi136.ofnrfx (mgr.14188) 11406 : cluster [DBG] pgmap v10705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:12 smithi136 bash[11745]: cluster 2022-04-26T08:28:10.505901+0000 mgr.smithi136.ofnrfx (mgr.14188) 11406 : cluster [DBG] pgmap v10705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:14 smithi145 bash[13673]: cluster 2022-04-26T08:28:12.506587+0000 mgr.smithi136.ofnrfx (mgr.14188) 11407 : cluster [DBG] pgmap v10706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:14 smithi136 bash[11745]: cluster 2022-04-26T08:28:12.506587+0000 mgr.smithi136.ofnrfx (mgr.14188) 11407 : cluster [DBG] pgmap v10706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:15.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:15.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:15.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:15.804 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:16 smithi145 bash[13673]: cluster 2022-04-26T08:28:14.507173+0000 mgr.smithi136.ofnrfx (mgr.14188) 11408 : cluster [DBG] pgmap v10707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:16 smithi145 bash[13673]: audit 2022-04-26T08:28:15.788343+0000 mon.smithi136 (mon.0) 6912 : audit [DBG] from='client.? 172.21.15.136:0/417362759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:16 smithi136 bash[11745]: cluster 2022-04-26T08:28:14.507173+0000 mgr.smithi136.ofnrfx (mgr.14188) 11408 : cluster [DBG] pgmap v10707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:16 smithi136 bash[11745]: audit 2022-04-26T08:28:15.788343+0000 mon.smithi136 (mon.0) 6912 : audit [DBG] from='client.? 172.21.15.136:0/417362759' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:18 smithi145 bash[13673]: cluster 2022-04-26T08:28:16.507914+0000 mgr.smithi136.ofnrfx (mgr.14188) 11409 : cluster [DBG] pgmap v10708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:18 smithi136 bash[11745]: cluster 2022-04-26T08:28:16.507914+0000 mgr.smithi136.ofnrfx (mgr.14188) 11409 : cluster [DBG] pgmap v10708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:20.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:20 smithi145 bash[13673]: cluster 2022-04-26T08:28:18.508586+0000 mgr.smithi136.ofnrfx (mgr.14188) 11410 : cluster [DBG] pgmap v10709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:20 smithi136 bash[11745]: cluster 2022-04-26T08:28:18.508586+0000 mgr.smithi136.ofnrfx (mgr.14188) 11410 : cluster [DBG] pgmap v10709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:20.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:20.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:20.807 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:21.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:22 smithi145 bash[13673]: cluster 2022-04-26T08:28:20.509331+0000 mgr.smithi136.ofnrfx (mgr.14188) 11411 : cluster [DBG] pgmap v10710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:22 smithi145 bash[13673]: audit 2022-04-26T08:28:21.122253+0000 mon.smithi136 (mon.0) 6913 : audit [DBG] from='client.? 172.21.15.136:0/2557521693' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:22 smithi136 bash[11745]: cluster 2022-04-26T08:28:20.509331+0000 mgr.smithi136.ofnrfx (mgr.14188) 11411 : cluster [DBG] pgmap v10710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:22 smithi136 bash[11745]: audit 2022-04-26T08:28:21.122253+0000 mon.smithi136 (mon.0) 6913 : audit [DBG] from='client.? 172.21.15.136:0/2557521693' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:24.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:24 smithi145 bash[13673]: cluster 2022-04-26T08:28:22.510007+0000 mgr.smithi136.ofnrfx (mgr.14188) 11412 : cluster [DBG] pgmap v10711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:24 smithi136 bash[11745]: cluster 2022-04-26T08:28:22.510007+0000 mgr.smithi136.ofnrfx (mgr.14188) 11412 : cluster [DBG] pgmap v10711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:26.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:26.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:26.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:26 smithi145 bash[13673]: cluster 2022-04-26T08:28:24.510670+0000 mgr.smithi136.ofnrfx (mgr.14188) 11413 : cluster [DBG] pgmap v10712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:26.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:26 smithi136 bash[11745]: cluster 2022-04-26T08:28:24.510670+0000 mgr.smithi136.ofnrfx (mgr.14188) 11413 : cluster [DBG] pgmap v10712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:27 smithi145 bash[13673]: audit 2022-04-26T08:28:26.458253+0000 mon.smithi136 (mon.0) 6914 : audit [DBG] from='client.? 172.21.15.136:0/1712580586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:27 smithi136 bash[11745]: audit 2022-04-26T08:28:26.458253+0000 mon.smithi136 (mon.0) 6914 : audit [DBG] from='client.? 172.21.15.136:0/1712580586' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:28 smithi145 bash[13673]: cluster 2022-04-26T08:28:26.511320+0000 mgr.smithi136.ofnrfx (mgr.14188) 11414 : cluster [DBG] pgmap v10713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:28 smithi136 bash[11745]: cluster 2022-04-26T08:28:26.511320+0000 mgr.smithi136.ofnrfx (mgr.14188) 11414 : cluster [DBG] pgmap v10713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:30 smithi145 bash[13673]: cluster 2022-04-26T08:28:28.511940+0000 mgr.smithi136.ofnrfx (mgr.14188) 11415 : cluster [DBG] pgmap v10714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:30 smithi136 bash[11745]: cluster 2022-04-26T08:28:28.511940+0000 mgr.smithi136.ofnrfx (mgr.14188) 11415 : cluster [DBG] pgmap v10714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:31.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:31.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:31.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:31.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:32 smithi145 bash[13673]: cluster 2022-04-26T08:28:30.512576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11416 : cluster [DBG] pgmap v10715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:32 smithi145 bash[13673]: audit 2022-04-26T08:28:31.781388+0000 mon.smithi136 (mon.0) 6915 : audit [DBG] from='client.? 172.21.15.136:0/2042756366' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:32 smithi136 bash[11745]: cluster 2022-04-26T08:28:30.512576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11416 : cluster [DBG] pgmap v10715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:32 smithi136 bash[11745]: audit 2022-04-26T08:28:31.781388+0000 mon.smithi136 (mon.0) 6915 : audit [DBG] from='client.? 172.21.15.136:0/2042756366' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:34 smithi145 bash[13673]: cluster 2022-04-26T08:28:32.513225+0000 mgr.smithi136.ofnrfx (mgr.14188) 11417 : cluster [DBG] pgmap v10716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:34 smithi136 bash[11745]: cluster 2022-04-26T08:28:32.513225+0000 mgr.smithi136.ofnrfx (mgr.14188) 11417 : cluster [DBG] pgmap v10716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:35 smithi136 bash[11745]: cluster 2022-04-26T08:28:34.513834+0000 mgr.smithi136.ofnrfx (mgr.14188) 11418 : cluster [DBG] pgmap v10717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:36.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:35 smithi145 bash[13673]: cluster 2022-04-26T08:28:34.513834+0000 mgr.smithi136.ofnrfx (mgr.14188) 11418 : cluster [DBG] pgmap v10717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:36.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:36.800 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:36.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:37.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:37 smithi136 bash[11745]: cluster 2022-04-26T08:28:36.514461+0000 mgr.smithi136.ofnrfx (mgr.14188) 11419 : cluster [DBG] pgmap v10718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:37 smithi136 bash[11745]: audit 2022-04-26T08:28:37.112378+0000 mon.smithi136 (mon.0) 6916 : audit [DBG] from='client.? 172.21.15.136:0/3342489411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:37 smithi145 bash[13673]: cluster 2022-04-26T08:28:36.514461+0000 mgr.smithi136.ofnrfx (mgr.14188) 11419 : cluster [DBG] pgmap v10718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:37 smithi145 bash[13673]: audit 2022-04-26T08:28:37.112378+0000 mon.smithi136 (mon.0) 6916 : audit [DBG] from='client.? 172.21.15.136:0/3342489411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:39 smithi136 bash[11745]: cluster 2022-04-26T08:28:38.515067+0000 mgr.smithi136.ofnrfx (mgr.14188) 11420 : cluster [DBG] pgmap v10719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:39 smithi145 bash[13673]: cluster 2022-04-26T08:28:38.515067+0000 mgr.smithi136.ofnrfx (mgr.14188) 11420 : cluster [DBG] pgmap v10719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:42.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:42.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:42.131 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:41 smithi136 bash[11745]: cluster 2022-04-26T08:28:40.515690+0000 mgr.smithi136.ofnrfx (mgr.14188) 11421 : cluster [DBG] pgmap v10720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:42.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:41 smithi145 bash[13673]: cluster 2022-04-26T08:28:40.515690+0000 mgr.smithi136.ofnrfx (mgr.14188) 11421 : cluster [DBG] pgmap v10720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:42.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:42 smithi136 bash[11745]: audit 2022-04-26T08:28:42.437837+0000 mon.smithi136 (mon.0) 6917 : audit [DBG] from='client.? 172.21.15.136:0/473143222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:43.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:42 smithi145 bash[13673]: audit 2022-04-26T08:28:42.437837+0000 mon.smithi136 (mon.0) 6917 : audit [DBG] from='client.? 172.21.15.136:0/473143222' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:43 smithi136 bash[11745]: cluster 2022-04-26T08:28:42.516325+0000 mgr.smithi136.ofnrfx (mgr.14188) 11422 : cluster [DBG] pgmap v10721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:43 smithi145 bash[13673]: cluster 2022-04-26T08:28:42.516325+0000 mgr.smithi136.ofnrfx (mgr.14188) 11422 : cluster [DBG] pgmap v10721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:45 smithi136 bash[11745]: cluster 2022-04-26T08:28:44.516937+0000 mgr.smithi136.ofnrfx (mgr.14188) 11423 : cluster [DBG] pgmap v10722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:45 smithi145 bash[13673]: cluster 2022-04-26T08:28:44.516937+0000 mgr.smithi136.ofnrfx (mgr.14188) 11423 : cluster [DBG] pgmap v10722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:47.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:47.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:47.456 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:47.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:48 smithi136 bash[11745]: cluster 2022-04-26T08:28:46.517540+0000 mgr.smithi136.ofnrfx (mgr.14188) 11424 : cluster [DBG] pgmap v10723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:48 smithi136 bash[11745]: audit 2022-04-26T08:28:47.763767+0000 mon.smithi136 (mon.0) 6918 : audit [DBG] from='client.? 172.21.15.136:0/36216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:48 smithi145 bash[13673]: cluster 2022-04-26T08:28:46.517540+0000 mgr.smithi136.ofnrfx (mgr.14188) 11424 : cluster [DBG] pgmap v10723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:48 smithi145 bash[13673]: audit 2022-04-26T08:28:47.763767+0000 mon.smithi136 (mon.0) 6918 : audit [DBG] from='client.? 172.21.15.136:0/36216' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:50 smithi136 bash[11745]: cluster 2022-04-26T08:28:48.518160+0000 mgr.smithi136.ofnrfx (mgr.14188) 11425 : cluster [DBG] pgmap v10724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:50 smithi145 bash[13673]: cluster 2022-04-26T08:28:48.518160+0000 mgr.smithi136.ofnrfx (mgr.14188) 11425 : cluster [DBG] pgmap v10724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:52 smithi136 bash[11745]: cluster 2022-04-26T08:28:50.518751+0000 mgr.smithi136.ofnrfx (mgr.14188) 11426 : cluster [DBG] pgmap v10725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:52.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:52 smithi145 bash[13673]: cluster 2022-04-26T08:28:50.518751+0000 mgr.smithi136.ofnrfx (mgr.14188) 11426 : cluster [DBG] pgmap v10725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:52.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:52.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:52.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:53.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:54 smithi136 bash[11745]: cluster 2022-04-26T08:28:52.519378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11427 : cluster [DBG] pgmap v10726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:54 smithi136 bash[11745]: audit 2022-04-26T08:28:53.097377+0000 mon.smithi136 (mon.0) 6919 : audit [DBG] from='client.? 172.21.15.136:0/938895283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:54 smithi145 bash[13673]: cluster 2022-04-26T08:28:52.519378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11427 : cluster [DBG] pgmap v10726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:54 smithi145 bash[13673]: audit 2022-04-26T08:28:53.097377+0000 mon.smithi136 (mon.0) 6919 : audit [DBG] from='client.? 172.21.15.136:0/938895283' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:55 smithi136 bash[11745]: audit 2022-04-26T08:28:54.527186+0000 mon.smithi136 (mon.0) 6920 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:28:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:55 smithi136 bash[11745]: audit 2022-04-26T08:28:54.529925+0000 mon.smithi136 (mon.0) 6921 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:28:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:55 smithi136 bash[11745]: audit 2022-04-26T08:28:54.531807+0000 mon.smithi136 (mon.0) 6922 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:28:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:55 smithi136 bash[11745]: audit 2022-04-26T08:28:54.850746+0000 mon.smithi136 (mon.0) 6923 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:28:55.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:55 smithi136 bash[11745]: audit 2022-04-26T08:28:54.858570+0000 mon.smithi136 (mon.0) 6924 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:28:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:55 smithi145 bash[13673]: audit 2022-04-26T08:28:54.527186+0000 mon.smithi136 (mon.0) 6920 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:28:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:55 smithi145 bash[13673]: audit 2022-04-26T08:28:54.529925+0000 mon.smithi136 (mon.0) 6921 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:28:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:55 smithi145 bash[13673]: audit 2022-04-26T08:28:54.531807+0000 mon.smithi136 (mon.0) 6922 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:28:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:55 smithi145 bash[13673]: audit 2022-04-26T08:28:54.850746+0000 mon.smithi136 (mon.0) 6923 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:28:55.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:55 smithi145 bash[13673]: audit 2022-04-26T08:28:54.858570+0000 mon.smithi136 (mon.0) 6924 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:28:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:56 smithi136 bash[11745]: cluster 2022-04-26T08:28:54.519984+0000 mgr.smithi136.ofnrfx (mgr.14188) 11428 : cluster [DBG] pgmap v10727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:56 smithi136 bash[11745]: cluster 2022-04-26T08:28:54.843731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11429 : cluster [DBG] pgmap v10728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:56 smithi136 bash[11745]: cluster 2022-04-26T08:28:54.844395+0000 mgr.smithi136.ofnrfx (mgr.14188) 11430 : cluster [DBG] pgmap v10729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:56 smithi136 bash[11745]: cephadm 2022-04-26T08:28:54.859893+0000 mgr.smithi136.ofnrfx (mgr.14188) 11431 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:28:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:56 smithi136 bash[11745]: cephadm 2022-04-26T08:28:54.860049+0000 mgr.smithi136.ofnrfx (mgr.14188) 11432 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:28:56.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:56 smithi145 bash[13673]: cluster 2022-04-26T08:28:54.519984+0000 mgr.smithi136.ofnrfx (mgr.14188) 11428 : cluster [DBG] pgmap v10727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:56 smithi145 bash[13673]: cluster 2022-04-26T08:28:54.843731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11429 : cluster [DBG] pgmap v10728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:56 smithi145 bash[13673]: cluster 2022-04-26T08:28:54.844395+0000 mgr.smithi136.ofnrfx (mgr.14188) 11430 : cluster [DBG] pgmap v10729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:56 smithi145 bash[13673]: cephadm 2022-04-26T08:28:54.859893+0000 mgr.smithi136.ofnrfx (mgr.14188) 11431 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:28:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:56 smithi145 bash[13673]: cephadm 2022-04-26T08:28:54.860049+0000 mgr.smithi136.ofnrfx (mgr.14188) 11432 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:28:58.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:28:58.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:28:58.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:28:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:58 smithi136 bash[11745]: cluster 2022-04-26T08:28:56.845018+0000 mgr.smithi136.ofnrfx (mgr.14188) 11433 : cluster [DBG] pgmap v10730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:58 smithi145 bash[13673]: cluster 2022-04-26T08:28:56.845018+0000 mgr.smithi136.ofnrfx (mgr.14188) 11433 : cluster [DBG] pgmap v10730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:28:58.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:28:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:28:59 smithi145 bash[13673]: audit 2022-04-26T08:28:58.426667+0000 mon.smithi136 (mon.0) 6925 : audit [DBG] from='client.? 172.21.15.136:0/1718374947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:28:59.441 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:28:59 smithi136 bash[11745]: audit 2022-04-26T08:28:58.426667+0000 mon.smithi136 (mon.0) 6925 : audit [DBG] from='client.? 172.21.15.136:0/1718374947' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:00 smithi136 bash[11745]: cluster 2022-04-26T08:28:58.845761+0000 mgr.smithi136.ofnrfx (mgr.14188) 11434 : cluster [DBG] pgmap v10731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:00 smithi145 bash[13673]: cluster 2022-04-26T08:28:58.845761+0000 mgr.smithi136.ofnrfx (mgr.14188) 11434 : cluster [DBG] pgmap v10731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:02 smithi136 bash[11745]: cluster 2022-04-26T08:29:00.846421+0000 mgr.smithi136.ofnrfx (mgr.14188) 11435 : cluster [DBG] pgmap v10732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:02 smithi145 bash[13673]: cluster 2022-04-26T08:29:00.846421+0000 mgr.smithi136.ofnrfx (mgr.14188) 11435 : cluster [DBG] pgmap v10732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:03.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:03.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:03.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:03.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:04 smithi136 bash[11745]: cluster 2022-04-26T08:29:02.847176+0000 mgr.smithi136.ofnrfx (mgr.14188) 11436 : cluster [DBG] pgmap v10733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:04 smithi136 bash[11745]: audit 2022-04-26T08:29:03.278641+0000 mon.smithi136 (mon.0) 6926 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:29:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:04 smithi136 bash[11745]: audit 2022-04-26T08:29:03.282616+0000 mon.smithi136 (mon.0) 6927 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:29:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:04 smithi136 bash[11745]: audit 2022-04-26T08:29:03.756168+0000 mon.smithi136 (mon.0) 6928 : audit [DBG] from='client.? 172.21.15.136:0/3317376918' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:04.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:04 smithi145 bash[13673]: cluster 2022-04-26T08:29:02.847176+0000 mgr.smithi136.ofnrfx (mgr.14188) 11436 : cluster [DBG] pgmap v10733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:04 smithi145 bash[13673]: audit 2022-04-26T08:29:03.278641+0000 mon.smithi136 (mon.0) 6926 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:29:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:04 smithi145 bash[13673]: audit 2022-04-26T08:29:03.282616+0000 mon.smithi136 (mon.0) 6927 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:29:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:04 smithi145 bash[13673]: audit 2022-04-26T08:29:03.756168+0000 mon.smithi136 (mon.0) 6928 : audit [DBG] from='client.? 172.21.15.136:0/3317376918' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:06 smithi136 bash[11745]: cluster 2022-04-26T08:29:04.847808+0000 mgr.smithi136.ofnrfx (mgr.14188) 11437 : cluster [DBG] pgmap v10734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:06 smithi145 bash[13673]: cluster 2022-04-26T08:29:04.847808+0000 mgr.smithi136.ofnrfx (mgr.14188) 11437 : cluster [DBG] pgmap v10734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:08 smithi145 bash[13673]: cluster 2022-04-26T08:29:06.848389+0000 mgr.smithi136.ofnrfx (mgr.14188) 11438 : cluster [DBG] pgmap v10735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:08 smithi136 bash[11745]: cluster 2022-04-26T08:29:06.848389+0000 mgr.smithi136.ofnrfx (mgr.14188) 11438 : cluster [DBG] pgmap v10735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:08.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:08.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:08.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:09.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:10.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:10 smithi145 bash[13673]: cluster 2022-04-26T08:29:08.849000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11439 : cluster [DBG] pgmap v10736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:10 smithi145 bash[13673]: audit 2022-04-26T08:29:09.075778+0000 mon.smithi136 (mon.0) 6929 : audit [DBG] from='client.? 172.21.15.136:0/2627535744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:10 smithi136 bash[11745]: cluster 2022-04-26T08:29:08.849000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11439 : cluster [DBG] pgmap v10736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:10 smithi136 bash[11745]: audit 2022-04-26T08:29:09.075778+0000 mon.smithi136 (mon.0) 6929 : audit [DBG] from='client.? 172.21.15.136:0/2627535744' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:12 smithi145 bash[13673]: cluster 2022-04-26T08:29:10.849621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11440 : cluster [DBG] pgmap v10737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:12 smithi136 bash[11745]: cluster 2022-04-26T08:29:10.849621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11440 : cluster [DBG] pgmap v10737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:14.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:14.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:14.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:14.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:14 smithi145 bash[13673]: cluster 2022-04-26T08:29:12.850358+0000 mgr.smithi136.ofnrfx (mgr.14188) 11441 : cluster [DBG] pgmap v10738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:14.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:14 smithi136 bash[11745]: cluster 2022-04-26T08:29:12.850358+0000 mgr.smithi136.ofnrfx (mgr.14188) 11441 : cluster [DBG] pgmap v10738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:15 smithi145 bash[13673]: audit 2022-04-26T08:29:14.402970+0000 mon.smithi136 (mon.0) 6930 : audit [DBG] from='client.? 172.21.15.136:0/864845892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:15 smithi136 bash[11745]: audit 2022-04-26T08:29:14.402970+0000 mon.smithi136 (mon.0) 6930 : audit [DBG] from='client.? 172.21.15.136:0/864845892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:16 smithi145 bash[13673]: cluster 2022-04-26T08:29:14.851001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11442 : cluster [DBG] pgmap v10739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:16 smithi136 bash[11745]: cluster 2022-04-26T08:29:14.851001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11442 : cluster [DBG] pgmap v10739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:18 smithi145 bash[13673]: cluster 2022-04-26T08:29:16.851638+0000 mgr.smithi136.ofnrfx (mgr.14188) 11443 : cluster [DBG] pgmap v10740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:18 smithi136 bash[11745]: cluster 2022-04-26T08:29:16.851638+0000 mgr.smithi136.ofnrfx (mgr.14188) 11443 : cluster [DBG] pgmap v10740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:19.423 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:19.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:19.437 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:19.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:20 smithi145 bash[13673]: cluster 2022-04-26T08:29:18.852203+0000 mgr.smithi136.ofnrfx (mgr.14188) 11444 : cluster [DBG] pgmap v10741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:20 smithi145 bash[13673]: audit 2022-04-26T08:29:19.726928+0000 mon.smithi136 (mon.0) 6931 : audit [DBG] from='client.? 172.21.15.136:0/2986322069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:20 smithi136 bash[11745]: cluster 2022-04-26T08:29:18.852203+0000 mgr.smithi136.ofnrfx (mgr.14188) 11444 : cluster [DBG] pgmap v10741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:20.621 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:20 smithi136 bash[11745]: audit 2022-04-26T08:29:19.726928+0000 mon.smithi136 (mon.0) 6931 : audit [DBG] from='client.? 172.21.15.136:0/2986322069' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:22 smithi145 bash[13673]: cluster 2022-04-26T08:29:20.852800+0000 mgr.smithi136.ofnrfx (mgr.14188) 11445 : cluster [DBG] pgmap v10742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:22 smithi136 bash[11745]: cluster 2022-04-26T08:29:20.852800+0000 mgr.smithi136.ofnrfx (mgr.14188) 11445 : cluster [DBG] pgmap v10742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:24 smithi145 bash[13673]: cluster 2022-04-26T08:29:22.853440+0000 mgr.smithi136.ofnrfx (mgr.14188) 11446 : cluster [DBG] pgmap v10743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:24 smithi136 bash[11745]: cluster 2022-04-26T08:29:22.853440+0000 mgr.smithi136.ofnrfx (mgr.14188) 11446 : cluster [DBG] pgmap v10743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:24.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:24.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:24.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:25.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:25 smithi136 bash[11745]: cluster 2022-04-26T08:29:24.854032+0000 mgr.smithi136.ofnrfx (mgr.14188) 11447 : cluster [DBG] pgmap v10744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:25 smithi136 bash[11745]: audit 2022-04-26T08:29:25.057991+0000 mon.smithi136 (mon.0) 6932 : audit [DBG] from='client.? 172.21.15.136:0/91054600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:26.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:25 smithi145 bash[13673]: cluster 2022-04-26T08:29:24.854032+0000 mgr.smithi136.ofnrfx (mgr.14188) 11447 : cluster [DBG] pgmap v10744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:25 smithi145 bash[13673]: audit 2022-04-26T08:29:25.057991+0000 mon.smithi136 (mon.0) 6932 : audit [DBG] from='client.? 172.21.15.136:0/91054600' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:27 smithi136 bash[11745]: cluster 2022-04-26T08:29:26.854678+0000 mgr.smithi136.ofnrfx (mgr.14188) 11448 : cluster [DBG] pgmap v10745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:27 smithi145 bash[13673]: cluster 2022-04-26T08:29:26.854678+0000 mgr.smithi136.ofnrfx (mgr.14188) 11448 : cluster [DBG] pgmap v10745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:30.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:30.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:30.082 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:29 smithi136 bash[11745]: cluster 2022-04-26T08:29:28.855296+0000 mgr.smithi136.ofnrfx (mgr.14188) 11449 : cluster [DBG] pgmap v10746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:30.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:29 smithi145 bash[13673]: cluster 2022-04-26T08:29:28.855296+0000 mgr.smithi136.ofnrfx (mgr.14188) 11449 : cluster [DBG] pgmap v10746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:30.410 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:30 smithi136 bash[11745]: audit 2022-04-26T08:29:30.395222+0000 mon.smithi136 (mon.0) 6933 : audit [DBG] from='client.? 172.21.15.136:0/681519450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:31 smithi145 bash[13673]: audit 2022-04-26T08:29:30.395222+0000 mon.smithi136 (mon.0) 6933 : audit [DBG] from='client.? 172.21.15.136:0/681519450' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:32 smithi136 bash[11745]: cluster 2022-04-26T08:29:30.856013+0000 mgr.smithi136.ofnrfx (mgr.14188) 11450 : cluster [DBG] pgmap v10747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:32.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:32 smithi145 bash[13673]: cluster 2022-04-26T08:29:30.856013+0000 mgr.smithi136.ofnrfx (mgr.14188) 11450 : cluster [DBG] pgmap v10747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:34 smithi136 bash[11745]: cluster 2022-04-26T08:29:32.856678+0000 mgr.smithi136.ofnrfx (mgr.14188) 11451 : cluster [DBG] pgmap v10748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:34.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:34 smithi145 bash[13673]: cluster 2022-04-26T08:29:32.856678+0000 mgr.smithi136.ofnrfx (mgr.14188) 11451 : cluster [DBG] pgmap v10748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:35.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:35.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:35.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:35.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:36 smithi136 bash[11745]: cluster 2022-04-26T08:29:34.857355+0000 mgr.smithi136.ofnrfx (mgr.14188) 11452 : cluster [DBG] pgmap v10749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:36 smithi136 bash[11745]: audit 2022-04-26T08:29:35.729405+0000 mon.smithi136 (mon.0) 6934 : audit [DBG] from='client.? 172.21.15.136:0/2416295884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:36 smithi145 bash[13673]: cluster 2022-04-26T08:29:34.857355+0000 mgr.smithi136.ofnrfx (mgr.14188) 11452 : cluster [DBG] pgmap v10749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:36 smithi145 bash[13673]: audit 2022-04-26T08:29:35.729405+0000 mon.smithi136 (mon.0) 6934 : audit [DBG] from='client.? 172.21.15.136:0/2416295884' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:38 smithi136 bash[11745]: cluster 2022-04-26T08:29:36.858000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11453 : cluster [DBG] pgmap v10750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:38.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:38 smithi145 bash[13673]: cluster 2022-04-26T08:29:36.858000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11453 : cluster [DBG] pgmap v10750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:40 smithi136 bash[11745]: cluster 2022-04-26T08:29:38.858645+0000 mgr.smithi136.ofnrfx (mgr.14188) 11454 : cluster [DBG] pgmap v10751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:40 smithi145 bash[13673]: cluster 2022-04-26T08:29:38.858645+0000 mgr.smithi136.ofnrfx (mgr.14188) 11454 : cluster [DBG] pgmap v10751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:40.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:40.748 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:40.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:41.079 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:42 smithi136 bash[11745]: cluster 2022-04-26T08:29:40.859220+0000 mgr.smithi136.ofnrfx (mgr.14188) 11455 : cluster [DBG] pgmap v10752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:42 smithi136 bash[11745]: audit 2022-04-26T08:29:41.059238+0000 mon.smithi136 (mon.0) 6935 : audit [DBG] from='client.? 172.21.15.136:0/3490976255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:42 smithi145 bash[13673]: cluster 2022-04-26T08:29:40.859220+0000 mgr.smithi136.ofnrfx (mgr.14188) 11455 : cluster [DBG] pgmap v10752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:42 smithi145 bash[13673]: audit 2022-04-26T08:29:41.059238+0000 mon.smithi136 (mon.0) 6935 : audit [DBG] from='client.? 172.21.15.136:0/3490976255' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:44 smithi136 bash[11745]: cluster 2022-04-26T08:29:42.859934+0000 mgr.smithi136.ofnrfx (mgr.14188) 11456 : cluster [DBG] pgmap v10753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:44 smithi145 bash[13673]: cluster 2022-04-26T08:29:42.859934+0000 mgr.smithi136.ofnrfx (mgr.14188) 11456 : cluster [DBG] pgmap v10753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:46.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:46.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:46.083 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:46 smithi136 bash[11745]: cluster 2022-04-26T08:29:44.860537+0000 mgr.smithi136.ofnrfx (mgr.14188) 11457 : cluster [DBG] pgmap v10754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:46.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:46 smithi145 bash[13673]: cluster 2022-04-26T08:29:44.860537+0000 mgr.smithi136.ofnrfx (mgr.14188) 11457 : cluster [DBG] pgmap v10754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:46.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:47 smithi136 bash[11745]: audit 2022-04-26T08:29:46.394179+0000 mon.smithi136 (mon.0) 6936 : audit [DBG] from='client.? 172.21.15.136:0/4239285078' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:47 smithi145 bash[13673]: audit 2022-04-26T08:29:46.394179+0000 mon.smithi136 (mon.0) 6936 : audit [DBG] from='client.? 172.21.15.136:0/4239285078' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:48 smithi136 bash[11745]: cluster 2022-04-26T08:29:46.861176+0000 mgr.smithi136.ofnrfx (mgr.14188) 11458 : cluster [DBG] pgmap v10755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:48.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:48 smithi145 bash[13673]: cluster 2022-04-26T08:29:46.861176+0000 mgr.smithi136.ofnrfx (mgr.14188) 11458 : cluster [DBG] pgmap v10755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:50 smithi136 bash[11745]: cluster 2022-04-26T08:29:48.861812+0000 mgr.smithi136.ofnrfx (mgr.14188) 11459 : cluster [DBG] pgmap v10756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:50.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:50 smithi145 bash[13673]: cluster 2022-04-26T08:29:48.861812+0000 mgr.smithi136.ofnrfx (mgr.14188) 11459 : cluster [DBG] pgmap v10756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:51.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:51.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:51.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:51.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:52 smithi136 bash[11745]: cluster 2022-04-26T08:29:50.862446+0000 mgr.smithi136.ofnrfx (mgr.14188) 11460 : cluster [DBG] pgmap v10757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:52 smithi136 bash[11745]: audit 2022-04-26T08:29:51.725013+0000 mon.smithi136 (mon.0) 6937 : audit [DBG] from='client.? 172.21.15.136:0/1312785162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:52 smithi145 bash[13673]: cluster 2022-04-26T08:29:50.862446+0000 mgr.smithi136.ofnrfx (mgr.14188) 11460 : cluster [DBG] pgmap v10757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:52 smithi145 bash[13673]: audit 2022-04-26T08:29:51.725013+0000 mon.smithi136 (mon.0) 6937 : audit [DBG] from='client.? 172.21.15.136:0/1312785162' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:54.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:54 smithi145 bash[13673]: cluster 2022-04-26T08:29:52.863070+0000 mgr.smithi136.ofnrfx (mgr.14188) 11461 : cluster [DBG] pgmap v10758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:54 smithi136 bash[11745]: cluster 2022-04-26T08:29:52.863070+0000 mgr.smithi136.ofnrfx (mgr.14188) 11461 : cluster [DBG] pgmap v10758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:55 smithi145 bash[13673]: audit 2022-04-26T08:29:54.870832+0000 mon.smithi136 (mon.0) 6938 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:29:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:55 smithi145 bash[13673]: audit 2022-04-26T08:29:54.873677+0000 mon.smithi136 (mon.0) 6939 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:29:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:55 smithi145 bash[13673]: audit 2022-04-26T08:29:54.875572+0000 mon.smithi136 (mon.0) 6940 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:29:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:55 smithi136 bash[11745]: audit 2022-04-26T08:29:54.870832+0000 mon.smithi136 (mon.0) 6938 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:29:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:55 smithi136 bash[11745]: audit 2022-04-26T08:29:54.873677+0000 mon.smithi136 (mon.0) 6939 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:29:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:55 smithi136 bash[11745]: audit 2022-04-26T08:29:54.875572+0000 mon.smithi136 (mon.0) 6940 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:29:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:56 smithi145 bash[13673]: cluster 2022-04-26T08:29:54.863786+0000 mgr.smithi136.ofnrfx (mgr.14188) 11462 : cluster [DBG] pgmap v10759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:56 smithi136 bash[11745]: cluster 2022-04-26T08:29:54.863786+0000 mgr.smithi136.ofnrfx (mgr.14188) 11462 : cluster [DBG] pgmap v10759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:56.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:29:56.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:29:56.744 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:29:57.067 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:29:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:57 smithi145 bash[13673]: audit 2022-04-26T08:29:57.051977+0000 mon.smithi136 (mon.0) 6941 : audit [DBG] from='client.? 172.21.15.136:0/4288263993' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:57 smithi136 bash[11745]: audit 2022-04-26T08:29:57.051977+0000 mon.smithi136 (mon.0) 6941 : audit [DBG] from='client.? 172.21.15.136:0/4288263993' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:29:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:58 smithi145 bash[13673]: cluster 2022-04-26T08:29:56.864380+0000 mgr.smithi136.ofnrfx (mgr.14188) 11463 : cluster [DBG] pgmap v10760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:29:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:58 smithi136 bash[11745]: cluster 2022-04-26T08:29:56.864380+0000 mgr.smithi136.ofnrfx (mgr.14188) 11463 : cluster [DBG] pgmap v10760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:59 smithi136 bash[11745]: audit 2022-04-26T08:29:58.657823+0000 mon.smithi136 (mon.0) 6942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:30:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:59 smithi136 bash[11745]: cluster 2022-04-26T08:29:58.865012+0000 mgr.smithi136.ofnrfx (mgr.14188) 11464 : cluster [DBG] pgmap v10761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:29:59 smithi136 bash[11745]: audit 2022-04-26T08:29:59.388367+0000 mon.smithi136 (mon.0) 6943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:30:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:59 smithi145 bash[13673]: audit 2022-04-26T08:29:58.657823+0000 mon.smithi136 (mon.0) 6942 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:30:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:59 smithi145 bash[13673]: cluster 2022-04-26T08:29:58.865012+0000 mgr.smithi136.ofnrfx (mgr.14188) 11464 : cluster [DBG] pgmap v10761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:29:59 smithi145 bash[13673]: audit 2022-04-26T08:29:59.388367+0000 mon.smithi136 (mon.0) 6943 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:30:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:00 smithi136 bash[11745]: cluster 2022-04-26T08:29:59.681217+0000 mgr.smithi136.ofnrfx (mgr.14188) 11465 : cluster [DBG] pgmap v10762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:00 smithi136 bash[11745]: cluster 2022-04-26T08:29:59.681613+0000 mgr.smithi136.ofnrfx (mgr.14188) 11466 : cluster [DBG] pgmap v10763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:00 smithi136 bash[11745]: audit 2022-04-26T08:29:59.688309+0000 mon.smithi136 (mon.0) 6944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:30:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:00 smithi136 bash[11745]: audit 2022-04-26T08:29:59.695108+0000 mon.smithi136 (mon.0) 6945 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:30:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:00 smithi136 bash[11745]: cephadm 2022-04-26T08:29:59.696210+0000 mgr.smithi136.ofnrfx (mgr.14188) 11467 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:30:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:00 smithi136 bash[11745]: cephadm 2022-04-26T08:29:59.696360+0000 mgr.smithi136.ofnrfx (mgr.14188) 11468 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:30:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:00 smithi136 bash[11745]: cluster 2022-04-26T08:30:00.000133+0000 mon.smithi136 (mon.0) 6946 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:00 smithi145 bash[13673]: cluster 2022-04-26T08:29:59.681217+0000 mgr.smithi136.ofnrfx (mgr.14188) 11465 : cluster [DBG] pgmap v10762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:00 smithi145 bash[13673]: cluster 2022-04-26T08:29:59.681613+0000 mgr.smithi136.ofnrfx (mgr.14188) 11466 : cluster [DBG] pgmap v10763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:00 smithi145 bash[13673]: audit 2022-04-26T08:29:59.688309+0000 mon.smithi136 (mon.0) 6944 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:00 smithi145 bash[13673]: audit 2022-04-26T08:29:59.695108+0000 mon.smithi136 (mon.0) 6945 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:00 smithi145 bash[13673]: cephadm 2022-04-26T08:29:59.696210+0000 mgr.smithi136.ofnrfx (mgr.14188) 11467 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:00 smithi145 bash[13673]: cephadm 2022-04-26T08:29:59.696360+0000 mgr.smithi136.ofnrfx (mgr.14188) 11468 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:30:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:00 smithi145 bash[13673]: cluster 2022-04-26T08:30:00.000133+0000 mon.smithi136 (mon.0) 6946 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:30:02.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:02.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:02.071 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:02.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:02 smithi136 bash[11745]: cluster 2022-04-26T08:30:01.682218+0000 mgr.smithi136.ofnrfx (mgr.14188) 11469 : cluster [DBG] pgmap v10764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:02 smithi136 bash[11745]: audit 2022-04-26T08:30:02.373243+0000 mon.smithi136 (mon.0) 6947 : audit [DBG] from='client.? 172.21.15.136:0/3679216830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:03.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:02 smithi145 bash[13673]: cluster 2022-04-26T08:30:01.682218+0000 mgr.smithi136.ofnrfx (mgr.14188) 11469 : cluster [DBG] pgmap v10764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:02 smithi145 bash[13673]: audit 2022-04-26T08:30:02.373243+0000 mon.smithi136 (mon.0) 6947 : audit [DBG] from='client.? 172.21.15.136:0/3679216830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:03 smithi136 bash[11745]: audit 2022-04-26T08:30:03.282635+0000 mon.smithi136 (mon.0) 6948 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:30:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:03 smithi136 bash[11745]: audit 2022-04-26T08:30:03.286573+0000 mon.smithi136 (mon.0) 6949 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:30:04.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:03 smithi145 bash[13673]: audit 2022-04-26T08:30:03.282635+0000 mon.smithi136 (mon.0) 6948 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:30:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:03 smithi145 bash[13673]: audit 2022-04-26T08:30:03.286573+0000 mon.smithi136 (mon.0) 6949 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:30:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:04 smithi136 bash[11745]: cluster 2022-04-26T08:30:03.682824+0000 mgr.smithi136.ofnrfx (mgr.14188) 11470 : cluster [DBG] pgmap v10765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:05.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:04 smithi145 bash[13673]: cluster 2022-04-26T08:30:03.682824+0000 mgr.smithi136.ofnrfx (mgr.14188) 11470 : cluster [DBG] pgmap v10765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:07 smithi136 bash[11745]: cluster 2022-04-26T08:30:05.683383+0000 mgr.smithi136.ofnrfx (mgr.14188) 11471 : cluster [DBG] pgmap v10766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:07.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:07.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:07.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:07.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:07 smithi145 bash[13673]: cluster 2022-04-26T08:30:05.683383+0000 mgr.smithi136.ofnrfx (mgr.14188) 11471 : cluster [DBG] pgmap v10766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:07.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:08 smithi136 bash[11745]: audit 2022-04-26T08:30:07.700084+0000 mon.smithi136 (mon.0) 6950 : audit [DBG] from='client.? 172.21.15.136:0/1250978636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:08.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:08 smithi145 bash[13673]: audit 2022-04-26T08:30:07.700084+0000 mon.smithi136 (mon.0) 6950 : audit [DBG] from='client.? 172.21.15.136:0/1250978636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:09 smithi136 bash[11745]: cluster 2022-04-26T08:30:07.683977+0000 mgr.smithi136.ofnrfx (mgr.14188) 11472 : cluster [DBG] pgmap v10767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:09.406 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:09 smithi145 bash[13673]: cluster 2022-04-26T08:30:07.683977+0000 mgr.smithi136.ofnrfx (mgr.14188) 11472 : cluster [DBG] pgmap v10767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:11 smithi136 bash[11745]: cluster 2022-04-26T08:30:09.684563+0000 mgr.smithi136.ofnrfx (mgr.14188) 11473 : cluster [DBG] pgmap v10768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:11 smithi145 bash[13673]: cluster 2022-04-26T08:30:09.684563+0000 mgr.smithi136.ofnrfx (mgr.14188) 11473 : cluster [DBG] pgmap v10768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:12.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:12.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:12.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:13.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:13 smithi136 bash[11745]: cluster 2022-04-26T08:30:11.685286+0000 mgr.smithi136.ofnrfx (mgr.14188) 11474 : cluster [DBG] pgmap v10769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:13 smithi136 bash[11745]: audit 2022-04-26T08:30:13.022829+0000 mon.smithi136 (mon.0) 6951 : audit [DBG] from='client.? 172.21.15.136:0/3452836945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:13.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:13 smithi145 bash[13673]: cluster 2022-04-26T08:30:11.685286+0000 mgr.smithi136.ofnrfx (mgr.14188) 11474 : cluster [DBG] pgmap v10769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:13 smithi145 bash[13673]: audit 2022-04-26T08:30:13.022829+0000 mon.smithi136 (mon.0) 6951 : audit [DBG] from='client.? 172.21.15.136:0/3452836945' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:15 smithi136 bash[11745]: cluster 2022-04-26T08:30:13.685964+0000 mgr.smithi136.ofnrfx (mgr.14188) 11475 : cluster [DBG] pgmap v10770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:15 smithi145 bash[13673]: cluster 2022-04-26T08:30:13.685964+0000 mgr.smithi136.ofnrfx (mgr.14188) 11475 : cluster [DBG] pgmap v10770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:17 smithi136 bash[11745]: cluster 2022-04-26T08:30:15.686600+0000 mgr.smithi136.ofnrfx (mgr.14188) 11476 : cluster [DBG] pgmap v10771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:17 smithi145 bash[13673]: cluster 2022-04-26T08:30:15.686600+0000 mgr.smithi136.ofnrfx (mgr.14188) 11476 : cluster [DBG] pgmap v10771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:18.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:18.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:18.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:18.369 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:19 smithi136 bash[11745]: cluster 2022-04-26T08:30:17.687242+0000 mgr.smithi136.ofnrfx (mgr.14188) 11477 : cluster [DBG] pgmap v10772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:19 smithi136 bash[11745]: audit 2022-04-26T08:30:18.353874+0000 mon.smithi136 (mon.0) 6952 : audit [DBG] from='client.? 172.21.15.136:0/3916946848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:19 smithi145 bash[13673]: cluster 2022-04-26T08:30:17.687242+0000 mgr.smithi136.ofnrfx (mgr.14188) 11477 : cluster [DBG] pgmap v10772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:19 smithi145 bash[13673]: audit 2022-04-26T08:30:18.353874+0000 mon.smithi136 (mon.0) 6952 : audit [DBG] from='client.? 172.21.15.136:0/3916946848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:21 smithi136 bash[11745]: cluster 2022-04-26T08:30:19.687893+0000 mgr.smithi136.ofnrfx (mgr.14188) 11478 : cluster [DBG] pgmap v10773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:21 smithi145 bash[13673]: cluster 2022-04-26T08:30:19.687893+0000 mgr.smithi136.ofnrfx (mgr.14188) 11478 : cluster [DBG] pgmap v10773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:23 smithi136 bash[11745]: cluster 2022-04-26T08:30:21.688565+0000 mgr.smithi136.ofnrfx (mgr.14188) 11479 : cluster [DBG] pgmap v10774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:23.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:23.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:23.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:23.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:23 smithi145 bash[13673]: cluster 2022-04-26T08:30:21.688565+0000 mgr.smithi136.ofnrfx (mgr.14188) 11479 : cluster [DBG] pgmap v10774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:23.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:24 smithi136 bash[11745]: audit 2022-04-26T08:30:23.676292+0000 mon.smithi136 (mon.0) 6953 : audit [DBG] from='client.? 172.21.15.136:0/3846860892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:24.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:24 smithi145 bash[13673]: audit 2022-04-26T08:30:23.676292+0000 mon.smithi136 (mon.0) 6953 : audit [DBG] from='client.? 172.21.15.136:0/3846860892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:25 smithi145 bash[13673]: cluster 2022-04-26T08:30:23.689213+0000 mgr.smithi136.ofnrfx (mgr.14188) 11480 : cluster [DBG] pgmap v10775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:25 smithi136 bash[11745]: cluster 2022-04-26T08:30:23.689213+0000 mgr.smithi136.ofnrfx (mgr.14188) 11480 : cluster [DBG] pgmap v10775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:27 smithi145 bash[13673]: cluster 2022-04-26T08:30:25.689847+0000 mgr.smithi136.ofnrfx (mgr.14188) 11481 : cluster [DBG] pgmap v10776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:27 smithi136 bash[11745]: cluster 2022-04-26T08:30:25.689847+0000 mgr.smithi136.ofnrfx (mgr.14188) 11481 : cluster [DBG] pgmap v10776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:28.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:28.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:28.695 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:29.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:29 smithi145 bash[13673]: cluster 2022-04-26T08:30:27.690571+0000 mgr.smithi136.ofnrfx (mgr.14188) 11482 : cluster [DBG] pgmap v10777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:29.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:29 smithi145 bash[13673]: audit 2022-04-26T08:30:29.008540+0000 mon.smithi136 (mon.0) 6954 : audit [DBG] from='client.? 172.21.15.136:0/468327082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:29 smithi136 bash[11745]: cluster 2022-04-26T08:30:27.690571+0000 mgr.smithi136.ofnrfx (mgr.14188) 11482 : cluster [DBG] pgmap v10777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:29 smithi136 bash[11745]: audit 2022-04-26T08:30:29.008540+0000 mon.smithi136 (mon.0) 6954 : audit [DBG] from='client.? 172.21.15.136:0/468327082' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:31 smithi145 bash[13673]: cluster 2022-04-26T08:30:29.691206+0000 mgr.smithi136.ofnrfx (mgr.14188) 11483 : cluster [DBG] pgmap v10778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:31 smithi136 bash[11745]: cluster 2022-04-26T08:30:29.691206+0000 mgr.smithi136.ofnrfx (mgr.14188) 11483 : cluster [DBG] pgmap v10778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:33 smithi145 bash[13673]: cluster 2022-04-26T08:30:31.691855+0000 mgr.smithi136.ofnrfx (mgr.14188) 11484 : cluster [DBG] pgmap v10779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:33 smithi136 bash[11745]: cluster 2022-04-26T08:30:31.691855+0000 mgr.smithi136.ofnrfx (mgr.14188) 11484 : cluster [DBG] pgmap v10779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:34.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:34.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:34.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:34.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:35 smithi145 bash[13673]: cluster 2022-04-26T08:30:33.692462+0000 mgr.smithi136.ofnrfx (mgr.14188) 11485 : cluster [DBG] pgmap v10780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:35 smithi145 bash[13673]: audit 2022-04-26T08:30:34.339425+0000 mon.smithi136 (mon.0) 6955 : audit [DBG] from='client.? 172.21.15.136:0/3479281918' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:35 smithi136 bash[11745]: cluster 2022-04-26T08:30:33.692462+0000 mgr.smithi136.ofnrfx (mgr.14188) 11485 : cluster [DBG] pgmap v10780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:35 smithi136 bash[11745]: audit 2022-04-26T08:30:34.339425+0000 mon.smithi136 (mon.0) 6955 : audit [DBG] from='client.? 172.21.15.136:0/3479281918' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:37 smithi145 bash[13673]: cluster 2022-04-26T08:30:35.693101+0000 mgr.smithi136.ofnrfx (mgr.14188) 11486 : cluster [DBG] pgmap v10781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:37 smithi136 bash[11745]: cluster 2022-04-26T08:30:35.693101+0000 mgr.smithi136.ofnrfx (mgr.14188) 11486 : cluster [DBG] pgmap v10781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:39.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:39.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:39.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:39.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:39 smithi145 bash[13673]: cluster 2022-04-26T08:30:37.693731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11487 : cluster [DBG] pgmap v10782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:39 smithi136 bash[11745]: cluster 2022-04-26T08:30:37.693731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11487 : cluster [DBG] pgmap v10782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:39.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:40.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:40 smithi145 bash[13673]: audit 2022-04-26T08:30:39.669770+0000 mon.smithi136 (mon.0) 6956 : audit [DBG] from='client.? 172.21.15.136:0/2784642859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:40 smithi136 bash[11745]: audit 2022-04-26T08:30:39.669770+0000 mon.smithi136 (mon.0) 6956 : audit [DBG] from='client.? 172.21.15.136:0/2784642859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:41 smithi145 bash[13673]: cluster 2022-04-26T08:30:39.694353+0000 mgr.smithi136.ofnrfx (mgr.14188) 11488 : cluster [DBG] pgmap v10783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:41 smithi136 bash[11745]: cluster 2022-04-26T08:30:39.694353+0000 mgr.smithi136.ofnrfx (mgr.14188) 11488 : cluster [DBG] pgmap v10783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:43 smithi145 bash[13673]: cluster 2022-04-26T08:30:41.694953+0000 mgr.smithi136.ofnrfx (mgr.14188) 11489 : cluster [DBG] pgmap v10784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:43 smithi136 bash[11745]: cluster 2022-04-26T08:30:41.694953+0000 mgr.smithi136.ofnrfx (mgr.14188) 11489 : cluster [DBG] pgmap v10784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:44.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:44.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:44.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:45.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:45 smithi145 bash[13673]: cluster 2022-04-26T08:30:43.695595+0000 mgr.smithi136.ofnrfx (mgr.14188) 11490 : cluster [DBG] pgmap v10785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:45 smithi145 bash[13673]: audit 2022-04-26T08:30:45.000572+0000 mon.smithi136 (mon.0) 6957 : audit [DBG] from='client.? 172.21.15.136:0/669159064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:45 smithi136 bash[11745]: cluster 2022-04-26T08:30:43.695595+0000 mgr.smithi136.ofnrfx (mgr.14188) 11490 : cluster [DBG] pgmap v10785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:45 smithi136 bash[11745]: audit 2022-04-26T08:30:45.000572+0000 mon.smithi136 (mon.0) 6957 : audit [DBG] from='client.? 172.21.15.136:0/669159064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:47 smithi145 bash[13673]: cluster 2022-04-26T08:30:45.696202+0000 mgr.smithi136.ofnrfx (mgr.14188) 11491 : cluster [DBG] pgmap v10786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:47 smithi136 bash[11745]: cluster 2022-04-26T08:30:45.696202+0000 mgr.smithi136.ofnrfx (mgr.14188) 11491 : cluster [DBG] pgmap v10786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:49 smithi145 bash[13673]: cluster 2022-04-26T08:30:47.696860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11492 : cluster [DBG] pgmap v10787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:49 smithi136 bash[11745]: cluster 2022-04-26T08:30:47.696860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11492 : cluster [DBG] pgmap v10787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:50.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:50.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:50.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:50.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:51 smithi145 bash[13673]: cluster 2022-04-26T08:30:49.697504+0000 mgr.smithi136.ofnrfx (mgr.14188) 11493 : cluster [DBG] pgmap v10788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:51 smithi145 bash[13673]: audit 2022-04-26T08:30:50.339709+0000 mon.smithi136 (mon.0) 6958 : audit [DBG] from='client.? 172.21.15.136:0/2219906198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:51 smithi136 bash[11745]: cluster 2022-04-26T08:30:49.697504+0000 mgr.smithi136.ofnrfx (mgr.14188) 11493 : cluster [DBG] pgmap v10788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:51 smithi136 bash[11745]: audit 2022-04-26T08:30:50.339709+0000 mon.smithi136 (mon.0) 6958 : audit [DBG] from='client.? 172.21.15.136:0/2219906198' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:53.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:53 smithi145 bash[13673]: cluster 2022-04-26T08:30:51.698129+0000 mgr.smithi136.ofnrfx (mgr.14188) 11494 : cluster [DBG] pgmap v10789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:53 smithi136 bash[11745]: cluster 2022-04-26T08:30:51.698129+0000 mgr.smithi136.ofnrfx (mgr.14188) 11494 : cluster [DBG] pgmap v10789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:55.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:30:55.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:30:55.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:30:55.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:55 smithi145 bash[13673]: cluster 2022-04-26T08:30:53.698740+0000 mgr.smithi136.ofnrfx (mgr.14188) 11495 : cluster [DBG] pgmap v10790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:55 smithi136 bash[11745]: cluster 2022-04-26T08:30:53.698740+0000 mgr.smithi136.ofnrfx (mgr.14188) 11495 : cluster [DBG] pgmap v10790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:55.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:30:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:56 smithi136 bash[11745]: audit 2022-04-26T08:30:55.672685+0000 mon.smithi136 (mon.0) 6959 : audit [DBG] from='client.? 172.21.15.136:0/1853561665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:56 smithi145 bash[13673]: audit 2022-04-26T08:30:55.672685+0000 mon.smithi136 (mon.0) 6959 : audit [DBG] from='client.? 172.21.15.136:0/1853561665' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:30:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:57 smithi136 bash[11745]: cluster 2022-04-26T08:30:55.699349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11496 : cluster [DBG] pgmap v10791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:57 smithi145 bash[13673]: cluster 2022-04-26T08:30:55.699349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11496 : cluster [DBG] pgmap v10791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:58 smithi145 bash[13673]: cluster 2022-04-26T08:30:57.699928+0000 mgr.smithi136.ofnrfx (mgr.14188) 11497 : cluster [DBG] pgmap v10792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:30:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:58 smithi136 bash[11745]: cluster 2022-04-26T08:30:57.699928+0000 mgr.smithi136.ofnrfx (mgr.14188) 11497 : cluster [DBG] pgmap v10792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:59 smithi136 bash[11745]: audit 2022-04-26T08:30:59.706141+0000 mon.smithi136 (mon.0) 6960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:31:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:59 smithi136 bash[11745]: audit 2022-04-26T08:30:59.709003+0000 mon.smithi136 (mon.0) 6961 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:31:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:30:59 smithi136 bash[11745]: audit 2022-04-26T08:30:59.710701+0000 mon.smithi136 (mon.0) 6962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:31:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:59 smithi145 bash[13673]: audit 2022-04-26T08:30:59.706141+0000 mon.smithi136 (mon.0) 6960 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:31:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:59 smithi145 bash[13673]: audit 2022-04-26T08:30:59.709003+0000 mon.smithi136 (mon.0) 6961 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:31:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:30:59 smithi145 bash[13673]: audit 2022-04-26T08:30:59.710701+0000 mon.smithi136 (mon.0) 6962 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:31:00.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:00.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:00.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:01.016 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:01 smithi136 bash[11745]: cluster 2022-04-26T08:30:59.700518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11498 : cluster [DBG] pgmap v10793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:01 smithi136 bash[11745]: audit 2022-04-26T08:31:00.011057+0000 mon.smithi136 (mon.0) 6963 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:01 smithi136 bash[11745]: audit 2022-04-26T08:31:01.000729+0000 mon.smithi136 (mon.0) 6964 : audit [DBG] from='client.? 172.21.15.136:0/4021131610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:01 smithi145 bash[13673]: cluster 2022-04-26T08:30:59.700518+0000 mgr.smithi136.ofnrfx (mgr.14188) 11498 : cluster [DBG] pgmap v10793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:01 smithi145 bash[13673]: audit 2022-04-26T08:31:00.011057+0000 mon.smithi136 (mon.0) 6963 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:01 smithi145 bash[13673]: audit 2022-04-26T08:31:01.000729+0000 mon.smithi136 (mon.0) 6964 : audit [DBG] from='client.? 172.21.15.136:0/4021131610' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:03 smithi136 bash[11745]: cluster 2022-04-26T08:31:01.701122+0000 mgr.smithi136.ofnrfx (mgr.14188) 11499 : cluster [DBG] pgmap v10794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:03 smithi145 bash[13673]: cluster 2022-04-26T08:31:01.701122+0000 mgr.smithi136.ofnrfx (mgr.14188) 11499 : cluster [DBG] pgmap v10794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:04 smithi136 bash[11745]: audit 2022-04-26T08:31:03.286727+0000 mon.smithi136 (mon.0) 6965 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:31:04.454 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:04 smithi136 bash[11745]: audit 2022-04-26T08:31:03.290703+0000 mon.smithi136 (mon.0) 6966 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:31:04.455 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:04 smithi145 bash[13673]: audit 2022-04-26T08:31:03.286727+0000 mon.smithi136 (mon.0) 6965 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:31:04.455 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:04 smithi145 bash[13673]: audit 2022-04-26T08:31:03.290703+0000 mon.smithi136 (mon.0) 6966 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:31:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:05 smithi136 bash[11745]: cluster 2022-04-26T08:31:03.701831+0000 mgr.smithi136.ofnrfx (mgr.14188) 11500 : cluster [DBG] pgmap v10795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:05.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:05 smithi145 bash[13673]: cluster 2022-04-26T08:31:03.701831+0000 mgr.smithi136.ofnrfx (mgr.14188) 11500 : cluster [DBG] pgmap v10795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:06.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:06.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:06.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:06.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:07.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:07 smithi145 bash[13673]: cluster 2022-04-26T08:31:05.702495+0000 mgr.smithi136.ofnrfx (mgr.14188) 11501 : cluster [DBG] pgmap v10796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:07 smithi145 bash[13673]: audit 2022-04-26T08:31:06.323003+0000 mon.smithi136 (mon.0) 6967 : audit [DBG] from='client.? 172.21.15.136:0/95537134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:07 smithi136 bash[11745]: cluster 2022-04-26T08:31:05.702495+0000 mgr.smithi136.ofnrfx (mgr.14188) 11501 : cluster [DBG] pgmap v10796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:07 smithi136 bash[11745]: audit 2022-04-26T08:31:06.323003+0000 mon.smithi136 (mon.0) 6967 : audit [DBG] from='client.? 172.21.15.136:0/95537134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: cephadm 2022-04-26T08:31:07.606382+0000 mgr.smithi136.ofnrfx (mgr.14188) 11502 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T08:31:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: audit 2022-04-26T08:31:07.618563+0000 mon.smithi136 (mon.0) 6968 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: cluster 2022-04-26T08:31:07.703127+0000 mgr.smithi136.ofnrfx (mgr.14188) 11503 : cluster [DBG] pgmap v10797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: cluster 2022-04-26T08:31:07.898202+0000 mgr.smithi136.ofnrfx (mgr.14188) 11504 : cluster [DBG] pgmap v10798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: cluster 2022-04-26T08:31:07.898665+0000 mgr.smithi136.ofnrfx (mgr.14188) 11505 : cluster [DBG] pgmap v10799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: audit 2022-04-26T08:31:07.906068+0000 mon.smithi136 (mon.0) 6969 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: audit 2022-04-26T08:31:07.915468+0000 mon.smithi136 (mon.0) 6970 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:31:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: cephadm 2022-04-26T08:31:07.917042+0000 mgr.smithi136.ofnrfx (mgr.14188) 11506 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:31:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: cephadm 2022-04-26T08:31:07.917192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11507 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:31:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: audit 2022-04-26T08:31:07.927429+0000 mon.smithi136 (mon.0) 6971 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:31:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:08 smithi145 bash[13673]: audit 2022-04-26T08:31:07.929032+0000 mon.smithi136 (mon.0) 6972 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:31:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: cephadm 2022-04-26T08:31:07.606382+0000 mgr.smithi136.ofnrfx (mgr.14188) 11502 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T08:31:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: audit 2022-04-26T08:31:07.618563+0000 mon.smithi136 (mon.0) 6968 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: cluster 2022-04-26T08:31:07.703127+0000 mgr.smithi136.ofnrfx (mgr.14188) 11503 : cluster [DBG] pgmap v10797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: cluster 2022-04-26T08:31:07.898202+0000 mgr.smithi136.ofnrfx (mgr.14188) 11504 : cluster [DBG] pgmap v10798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: cluster 2022-04-26T08:31:07.898665+0000 mgr.smithi136.ofnrfx (mgr.14188) 11505 : cluster [DBG] pgmap v10799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: audit 2022-04-26T08:31:07.906068+0000 mon.smithi136 (mon.0) 6969 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: audit 2022-04-26T08:31:07.915468+0000 mon.smithi136 (mon.0) 6970 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: cephadm 2022-04-26T08:31:07.917042+0000 mgr.smithi136.ofnrfx (mgr.14188) 11506 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: cephadm 2022-04-26T08:31:07.917192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11507 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: audit 2022-04-26T08:31:07.927429+0000 mon.smithi136 (mon.0) 6971 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:31:09.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:08 smithi136 bash[11745]: audit 2022-04-26T08:31:07.929032+0000 mon.smithi136 (mon.0) 6972 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:31:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:11 smithi136 bash[11745]: cluster 2022-04-26T08:31:09.899265+0000 mgr.smithi136.ofnrfx (mgr.14188) 11508 : cluster [DBG] pgmap v10800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:11.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:11.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:11.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:11.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:11 smithi145 bash[13673]: cluster 2022-04-26T08:31:09.899265+0000 mgr.smithi136.ofnrfx (mgr.14188) 11508 : cluster [DBG] pgmap v10800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:11.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:12 smithi136 bash[11745]: audit 2022-04-26T08:31:11.654295+0000 mon.smithi136 (mon.0) 6973 : audit [DBG] from='client.? 172.21.15.136:0/310386618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:12 smithi145 bash[13673]: audit 2022-04-26T08:31:11.654295+0000 mon.smithi136 (mon.0) 6973 : audit [DBG] from='client.? 172.21.15.136:0/310386618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:13 smithi136 bash[11745]: cluster 2022-04-26T08:31:11.899900+0000 mgr.smithi136.ofnrfx (mgr.14188) 11509 : cluster [DBG] pgmap v10801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:13.330 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:13 smithi145 bash[13673]: cluster 2022-04-26T08:31:11.899900+0000 mgr.smithi136.ofnrfx (mgr.14188) 11509 : cluster [DBG] pgmap v10801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:15 smithi136 bash[11745]: cluster 2022-04-26T08:31:13.900528+0000 mgr.smithi136.ofnrfx (mgr.14188) 11510 : cluster [DBG] pgmap v10802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:15 smithi145 bash[13673]: cluster 2022-04-26T08:31:13.900528+0000 mgr.smithi136.ofnrfx (mgr.14188) 11510 : cluster [DBG] pgmap v10802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:16.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:16.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:16.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:16.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:17 smithi136 bash[11745]: cluster 2022-04-26T08:31:15.901113+0000 mgr.smithi136.ofnrfx (mgr.14188) 11511 : cluster [DBG] pgmap v10803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:17 smithi136 bash[11745]: audit 2022-04-26T08:31:16.981896+0000 mon.smithi136 (mon.0) 6974 : audit [DBG] from='client.? 172.21.15.136:0/4237755133' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:17 smithi145 bash[13673]: cluster 2022-04-26T08:31:15.901113+0000 mgr.smithi136.ofnrfx (mgr.14188) 11511 : cluster [DBG] pgmap v10803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:17 smithi145 bash[13673]: audit 2022-04-26T08:31:16.981896+0000 mon.smithi136 (mon.0) 6974 : audit [DBG] from='client.? 172.21.15.136:0/4237755133' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:19 smithi136 bash[11745]: cluster 2022-04-26T08:31:17.901824+0000 mgr.smithi136.ofnrfx (mgr.14188) 11512 : cluster [DBG] pgmap v10804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:19 smithi145 bash[13673]: cluster 2022-04-26T08:31:17.901824+0000 mgr.smithi136.ofnrfx (mgr.14188) 11512 : cluster [DBG] pgmap v10804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:21.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:21 smithi145 bash[13673]: cluster 2022-04-26T08:31:19.902451+0000 mgr.smithi136.ofnrfx (mgr.14188) 11513 : cluster [DBG] pgmap v10805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:21 smithi136 bash[11745]: cluster 2022-04-26T08:31:19.902451+0000 mgr.smithi136.ofnrfx (mgr.14188) 11513 : cluster [DBG] pgmap v10805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:22.000 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:22.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:22.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:22.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:22 smithi136 bash[11745]: audit 2022-04-26T08:31:21.659600+0000 mon.smithi136 (mon.0) 6975 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:22 smithi136 bash[11745]: cluster 2022-04-26T08:31:21.903099+0000 mgr.smithi136.ofnrfx (mgr.14188) 11514 : cluster [DBG] pgmap v10806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:22 smithi136 bash[11745]: audit 2022-04-26T08:31:22.309361+0000 mon.smithi136 (mon.0) 6976 : audit [DBG] from='client.? 172.21.15.136:0/893422585' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:22 smithi145 bash[13673]: audit 2022-04-26T08:31:21.659600+0000 mon.smithi136 (mon.0) 6975 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:31:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:22 smithi145 bash[13673]: cluster 2022-04-26T08:31:21.903099+0000 mgr.smithi136.ofnrfx (mgr.14188) 11514 : cluster [DBG] pgmap v10806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:22 smithi145 bash[13673]: audit 2022-04-26T08:31:22.309361+0000 mon.smithi136 (mon.0) 6976 : audit [DBG] from='client.? 172.21.15.136:0/893422585' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:24 smithi136 bash[11745]: cluster 2022-04-26T08:31:23.903798+0000 mgr.smithi136.ofnrfx (mgr.14188) 11515 : cluster [DBG] pgmap v10807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:25.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:24 smithi145 bash[13673]: cluster 2022-04-26T08:31:23.903798+0000 mgr.smithi136.ofnrfx (mgr.14188) 11515 : cluster [DBG] pgmap v10807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:27 smithi136 bash[11745]: cluster 2022-04-26T08:31:25.904395+0000 mgr.smithi136.ofnrfx (mgr.14188) 11516 : cluster [DBG] pgmap v10808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:27.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:27.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:27.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:27.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:27 smithi145 bash[13673]: cluster 2022-04-26T08:31:25.904395+0000 mgr.smithi136.ofnrfx (mgr.14188) 11516 : cluster [DBG] pgmap v10808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:27.656 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:28 smithi136 bash[11745]: audit 2022-04-26T08:31:27.637765+0000 mon.smithi136 (mon.0) 6977 : audit [DBG] from='client.? 172.21.15.136:0/4199602157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:28.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:28 smithi145 bash[13673]: audit 2022-04-26T08:31:27.637765+0000 mon.smithi136 (mon.0) 6977 : audit [DBG] from='client.? 172.21.15.136:0/4199602157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:29 smithi136 bash[11745]: cluster 2022-04-26T08:31:27.905030+0000 mgr.smithi136.ofnrfx (mgr.14188) 11517 : cluster [DBG] pgmap v10809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:29 smithi145 bash[13673]: cluster 2022-04-26T08:31:27.905030+0000 mgr.smithi136.ofnrfx (mgr.14188) 11517 : cluster [DBG] pgmap v10809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:31 smithi136 bash[11745]: cluster 2022-04-26T08:31:29.905591+0000 mgr.smithi136.ofnrfx (mgr.14188) 11518 : cluster [DBG] pgmap v10810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:31 smithi145 bash[13673]: cluster 2022-04-26T08:31:29.905591+0000 mgr.smithi136.ofnrfx (mgr.14188) 11518 : cluster [DBG] pgmap v10810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:32.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:33.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:33.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:33.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:33 smithi136 bash[11745]: cluster 2022-04-26T08:31:31.906192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11519 : cluster [DBG] pgmap v10811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:33 smithi136 bash[11745]: audit 2022-04-26T08:31:32.975601+0000 mon.smithi136 (mon.0) 6978 : audit [DBG] from='client.? 172.21.15.136:0/1339336191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:33 smithi145 bash[13673]: cluster 2022-04-26T08:31:31.906192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11519 : cluster [DBG] pgmap v10811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:33 smithi145 bash[13673]: audit 2022-04-26T08:31:32.975601+0000 mon.smithi136 (mon.0) 6978 : audit [DBG] from='client.? 172.21.15.136:0/1339336191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:35 smithi136 bash[11745]: cluster 2022-04-26T08:31:33.906788+0000 mgr.smithi136.ofnrfx (mgr.14188) 11520 : cluster [DBG] pgmap v10812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:35 smithi145 bash[13673]: cluster 2022-04-26T08:31:33.906788+0000 mgr.smithi136.ofnrfx (mgr.14188) 11520 : cluster [DBG] pgmap v10812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:37 smithi136 bash[11745]: cluster 2022-04-26T08:31:35.907428+0000 mgr.smithi136.ofnrfx (mgr.14188) 11521 : cluster [DBG] pgmap v10813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:37 smithi145 bash[13673]: cluster 2022-04-26T08:31:35.907428+0000 mgr.smithi136.ofnrfx (mgr.14188) 11521 : cluster [DBG] pgmap v10813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:37.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:37.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:37.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:38.316 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:39 smithi145 bash[13673]: cluster 2022-04-26T08:31:37.908044+0000 mgr.smithi136.ofnrfx (mgr.14188) 11522 : cluster [DBG] pgmap v10814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:39 smithi145 bash[13673]: audit 2022-04-26T08:31:38.301709+0000 mon.smithi136 (mon.0) 6979 : audit [DBG] from='client.? 172.21.15.136:0/2184627304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:39 smithi136 bash[11745]: cluster 2022-04-26T08:31:37.908044+0000 mgr.smithi136.ofnrfx (mgr.14188) 11522 : cluster [DBG] pgmap v10814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:39 smithi136 bash[11745]: audit 2022-04-26T08:31:38.301709+0000 mon.smithi136 (mon.0) 6979 : audit [DBG] from='client.? 172.21.15.136:0/2184627304' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:41 smithi145 bash[13673]: cluster 2022-04-26T08:31:39.908631+0000 mgr.smithi136.ofnrfx (mgr.14188) 11523 : cluster [DBG] pgmap v10815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:41 smithi136 bash[11745]: cluster 2022-04-26T08:31:39.908631+0000 mgr.smithi136.ofnrfx (mgr.14188) 11523 : cluster [DBG] pgmap v10815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:43.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:43.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:43.320 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:43 smithi145 bash[13673]: cluster 2022-04-26T08:31:41.909242+0000 mgr.smithi136.ofnrfx (mgr.14188) 11524 : cluster [DBG] pgmap v10816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:43 smithi136 bash[11745]: cluster 2022-04-26T08:31:41.909242+0000 mgr.smithi136.ofnrfx (mgr.14188) 11524 : cluster [DBG] pgmap v10816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:43.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:44.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:44 smithi145 bash[13673]: audit 2022-04-26T08:31:43.626269+0000 mon.smithi136 (mon.0) 6980 : audit [DBG] from='client.? 172.21.15.136:0/3651783797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:44 smithi136 bash[11745]: audit 2022-04-26T08:31:43.626269+0000 mon.smithi136 (mon.0) 6980 : audit [DBG] from='client.? 172.21.15.136:0/3651783797' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:45 smithi145 bash[13673]: cluster 2022-04-26T08:31:43.909860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11525 : cluster [DBG] pgmap v10817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:45 smithi136 bash[11745]: cluster 2022-04-26T08:31:43.909860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11525 : cluster [DBG] pgmap v10817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:47 smithi145 bash[13673]: cluster 2022-04-26T08:31:45.910444+0000 mgr.smithi136.ofnrfx (mgr.14188) 11526 : cluster [DBG] pgmap v10818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:47 smithi136 bash[11745]: cluster 2022-04-26T08:31:45.910444+0000 mgr.smithi136.ofnrfx (mgr.14188) 11526 : cluster [DBG] pgmap v10818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:48.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:48.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:48.645 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:48.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:49 smithi145 bash[13673]: cluster 2022-04-26T08:31:47.911087+0000 mgr.smithi136.ofnrfx (mgr.14188) 11527 : cluster [DBG] pgmap v10819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:49 smithi145 bash[13673]: audit 2022-04-26T08:31:48.954320+0000 mon.smithi136 (mon.0) 6981 : audit [DBG] from='client.? 172.21.15.136:0/173366705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:49 smithi136 bash[11745]: cluster 2022-04-26T08:31:47.911087+0000 mgr.smithi136.ofnrfx (mgr.14188) 11527 : cluster [DBG] pgmap v10819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:49 smithi136 bash[11745]: audit 2022-04-26T08:31:48.954320+0000 mon.smithi136 (mon.0) 6981 : audit [DBG] from='client.? 172.21.15.136:0/173366705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:51 smithi145 bash[13673]: cluster 2022-04-26T08:31:49.911660+0000 mgr.smithi136.ofnrfx (mgr.14188) 11528 : cluster [DBG] pgmap v10820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:51 smithi136 bash[11745]: cluster 2022-04-26T08:31:49.911660+0000 mgr.smithi136.ofnrfx (mgr.14188) 11528 : cluster [DBG] pgmap v10820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:53 smithi145 bash[13673]: cluster 2022-04-26T08:31:51.912365+0000 mgr.smithi136.ofnrfx (mgr.14188) 11529 : cluster [DBG] pgmap v10821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:53 smithi136 bash[11745]: cluster 2022-04-26T08:31:51.912365+0000 mgr.smithi136.ofnrfx (mgr.14188) 11529 : cluster [DBG] pgmap v10821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:53.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:53.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:53.973 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:54.296 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:31:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:55 smithi145 bash[13673]: cluster 2022-04-26T08:31:53.913000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11530 : cluster [DBG] pgmap v10822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:55 smithi145 bash[13673]: audit 2022-04-26T08:31:54.280134+0000 mon.smithi136 (mon.0) 6982 : audit [DBG] from='client.? 172.21.15.136:0/3442657745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:55 smithi136 bash[11745]: cluster 2022-04-26T08:31:53.913000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11530 : cluster [DBG] pgmap v10822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:55 smithi136 bash[11745]: audit 2022-04-26T08:31:54.280134+0000 mon.smithi136 (mon.0) 6982 : audit [DBG] from='client.? 172.21.15.136:0/3442657745' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:31:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:57 smithi145 bash[13673]: cluster 2022-04-26T08:31:55.913583+0000 mgr.smithi136.ofnrfx (mgr.14188) 11531 : cluster [DBG] pgmap v10823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:57 smithi136 bash[11745]: cluster 2022-04-26T08:31:55.913583+0000 mgr.smithi136.ofnrfx (mgr.14188) 11531 : cluster [DBG] pgmap v10823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:59.298 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:31:59.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:31:59.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:31:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:31:59 smithi145 bash[13673]: cluster 2022-04-26T08:31:57.914214+0000 mgr.smithi136.ofnrfx (mgr.14188) 11532 : cluster [DBG] pgmap v10824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:31:59 smithi136 bash[11745]: cluster 2022-04-26T08:31:57.914214+0000 mgr.smithi136.ofnrfx (mgr.14188) 11532 : cluster [DBG] pgmap v10824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:31:59.625 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:00.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:00 smithi145 bash[13673]: audit 2022-04-26T08:31:59.610227+0000 mon.smithi136 (mon.0) 6983 : audit [DBG] from='client.? 172.21.15.136:0/877547267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:00 smithi136 bash[11745]: audit 2022-04-26T08:31:59.610227+0000 mon.smithi136 (mon.0) 6983 : audit [DBG] from='client.? 172.21.15.136:0/877547267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:01 smithi145 bash[13673]: cluster 2022-04-26T08:31:59.914827+0000 mgr.smithi136.ofnrfx (mgr.14188) 11533 : cluster [DBG] pgmap v10825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:01 smithi136 bash[11745]: cluster 2022-04-26T08:31:59.914827+0000 mgr.smithi136.ofnrfx (mgr.14188) 11533 : cluster [DBG] pgmap v10825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:03.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:03 smithi145 bash[13673]: cluster 2022-04-26T08:32:01.915470+0000 mgr.smithi136.ofnrfx (mgr.14188) 11534 : cluster [DBG] pgmap v10826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:03 smithi136 bash[11745]: cluster 2022-04-26T08:32:01.915470+0000 mgr.smithi136.ofnrfx (mgr.14188) 11534 : cluster [DBG] pgmap v10826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:04 smithi136 bash[11745]: audit 2022-04-26T08:32:03.290845+0000 mon.smithi136 (mon.0) 6984 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:32:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:04 smithi136 bash[11745]: audit 2022-04-26T08:32:03.294900+0000 mon.smithi136 (mon.0) 6985 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:32:04.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:04.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:04.629 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:04.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:04 smithi145 bash[13673]: audit 2022-04-26T08:32:03.290845+0000 mon.smithi136 (mon.0) 6984 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:32:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:04 smithi145 bash[13673]: audit 2022-04-26T08:32:03.294900+0000 mon.smithi136 (mon.0) 6985 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:32:04.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:05 smithi136 bash[11745]: cluster 2022-04-26T08:32:03.916116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11535 : cluster [DBG] pgmap v10827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:05 smithi136 bash[11745]: audit 2022-04-26T08:32:04.939308+0000 mon.smithi136 (mon.0) 6986 : audit [DBG] from='client.? 172.21.15.136:0/3908477057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:05 smithi145 bash[13673]: cluster 2022-04-26T08:32:03.916116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11535 : cluster [DBG] pgmap v10827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:05.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:05 smithi145 bash[13673]: audit 2022-04-26T08:32:04.939308+0000 mon.smithi136 (mon.0) 6986 : audit [DBG] from='client.? 172.21.15.136:0/3908477057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:07 smithi136 bash[11745]: cluster 2022-04-26T08:32:05.916718+0000 mgr.smithi136.ofnrfx (mgr.14188) 11536 : cluster [DBG] pgmap v10828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:07.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:07 smithi145 bash[13673]: cluster 2022-04-26T08:32:05.916718+0000 mgr.smithi136.ofnrfx (mgr.14188) 11536 : cluster [DBG] pgmap v10828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:09 smithi136 bash[11745]: cluster 2022-04-26T08:32:07.917356+0000 mgr.smithi136.ofnrfx (mgr.14188) 11537 : cluster [DBG] pgmap v10829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:09.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:09 smithi145 bash[13673]: cluster 2022-04-26T08:32:07.917356+0000 mgr.smithi136.ofnrfx (mgr.14188) 11537 : cluster [DBG] pgmap v10829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:09.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:09.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:09.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:10.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:11 smithi136 bash[11745]: cluster 2022-04-26T08:32:09.917971+0000 mgr.smithi136.ofnrfx (mgr.14188) 11538 : cluster [DBG] pgmap v10830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:11 smithi136 bash[11745]: audit 2022-04-26T08:32:10.264391+0000 mon.smithi136 (mon.0) 6987 : audit [DBG] from='client.? 172.21.15.136:0/4179025935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:11 smithi145 bash[13673]: cluster 2022-04-26T08:32:09.917971+0000 mgr.smithi136.ofnrfx (mgr.14188) 11538 : cluster [DBG] pgmap v10830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:11 smithi145 bash[13673]: audit 2022-04-26T08:32:10.264391+0000 mon.smithi136 (mon.0) 6987 : audit [DBG] from='client.? 172.21.15.136:0/4179025935' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:12 smithi136 bash[11745]: cluster 2022-04-26T08:32:11.918621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11539 : cluster [DBG] pgmap v10831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:12 smithi145 bash[13673]: cluster 2022-04-26T08:32:11.918621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11539 : cluster [DBG] pgmap v10831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:15.289 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:15.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:15.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:14 smithi136 bash[11745]: cluster 2022-04-26T08:32:13.919258+0000 mgr.smithi136.ofnrfx (mgr.14188) 11540 : cluster [DBG] pgmap v10832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:15.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:14 smithi145 bash[13673]: cluster 2022-04-26T08:32:13.919258+0000 mgr.smithi136.ofnrfx (mgr.14188) 11540 : cluster [DBG] pgmap v10832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:15.610 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:16 smithi136 bash[11745]: audit 2022-04-26T08:32:15.595558+0000 mon.smithi136 (mon.0) 6988 : audit [DBG] from='client.? 172.21.15.136:0/49602163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:16.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:16 smithi145 bash[13673]: audit 2022-04-26T08:32:15.595558+0000 mon.smithi136 (mon.0) 6988 : audit [DBG] from='client.? 172.21.15.136:0/49602163' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:17 smithi136 bash[11745]: cluster 2022-04-26T08:32:15.919931+0000 mgr.smithi136.ofnrfx (mgr.14188) 11541 : cluster [DBG] pgmap v10833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:17 smithi145 bash[13673]: cluster 2022-04-26T08:32:15.919931+0000 mgr.smithi136.ofnrfx (mgr.14188) 11541 : cluster [DBG] pgmap v10833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:19 smithi136 bash[11745]: cluster 2022-04-26T08:32:17.920565+0000 mgr.smithi136.ofnrfx (mgr.14188) 11542 : cluster [DBG] pgmap v10834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:19.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:19 smithi145 bash[13673]: cluster 2022-04-26T08:32:17.920565+0000 mgr.smithi136.ofnrfx (mgr.14188) 11542 : cluster [DBG] pgmap v10834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:20.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:20.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:20.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:20.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:21 smithi145 bash[13673]: cluster 2022-04-26T08:32:19.921161+0000 mgr.smithi136.ofnrfx (mgr.14188) 11543 : cluster [DBG] pgmap v10835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:21 smithi145 bash[13673]: audit 2022-04-26T08:32:20.924790+0000 mon.smithi136 (mon.0) 6989 : audit [DBG] from='client.? 172.21.15.136:0/1470175979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:21 smithi136 bash[11745]: cluster 2022-04-26T08:32:19.921161+0000 mgr.smithi136.ofnrfx (mgr.14188) 11543 : cluster [DBG] pgmap v10835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:21 smithi136 bash[11745]: audit 2022-04-26T08:32:20.924790+0000 mon.smithi136 (mon.0) 6989 : audit [DBG] from='client.? 172.21.15.136:0/1470175979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:22 smithi145 bash[13673]: audit 2022-04-26T08:32:21.663561+0000 mon.smithi136 (mon.0) 6990 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:32:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:22 smithi145 bash[13673]: audit 2022-04-26T08:32:21.666322+0000 mon.smithi136 (mon.0) 6991 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:32:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:22 smithi145 bash[13673]: audit 2022-04-26T08:32:21.668190+0000 mon.smithi136 (mon.0) 6992 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:32:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:22 smithi145 bash[13673]: audit 2022-04-26T08:32:21.991745+0000 mon.smithi136 (mon.0) 6993 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:32:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:22 smithi145 bash[13673]: audit 2022-04-26T08:32:21.998085+0000 mon.smithi136 (mon.0) 6994 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:32:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:22 smithi136 bash[11745]: audit 2022-04-26T08:32:21.663561+0000 mon.smithi136 (mon.0) 6990 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:32:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:22 smithi136 bash[11745]: audit 2022-04-26T08:32:21.666322+0000 mon.smithi136 (mon.0) 6991 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:32:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:22 smithi136 bash[11745]: audit 2022-04-26T08:32:21.668190+0000 mon.smithi136 (mon.0) 6992 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:32:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:22 smithi136 bash[11745]: audit 2022-04-26T08:32:21.991745+0000 mon.smithi136 (mon.0) 6993 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:32:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:22 smithi136 bash[11745]: audit 2022-04-26T08:32:21.998085+0000 mon.smithi136 (mon.0) 6994 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:32:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:23 smithi145 bash[13673]: cluster 2022-04-26T08:32:21.921766+0000 mgr.smithi136.ofnrfx (mgr.14188) 11544 : cluster [DBG] pgmap v10836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:23 smithi145 bash[13673]: cluster 2022-04-26T08:32:21.986948+0000 mgr.smithi136.ofnrfx (mgr.14188) 11545 : cluster [DBG] pgmap v10837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:23 smithi145 bash[13673]: cluster 2022-04-26T08:32:21.987418+0000 mgr.smithi136.ofnrfx (mgr.14188) 11546 : cluster [DBG] pgmap v10838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:23 smithi145 bash[13673]: cephadm 2022-04-26T08:32:21.999182+0000 mgr.smithi136.ofnrfx (mgr.14188) 11547 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:32:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:23 smithi145 bash[13673]: cephadm 2022-04-26T08:32:21.999350+0000 mgr.smithi136.ofnrfx (mgr.14188) 11548 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:32:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:23 smithi136 bash[11745]: cluster 2022-04-26T08:32:21.921766+0000 mgr.smithi136.ofnrfx (mgr.14188) 11544 : cluster [DBG] pgmap v10836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:23 smithi136 bash[11745]: cluster 2022-04-26T08:32:21.986948+0000 mgr.smithi136.ofnrfx (mgr.14188) 11545 : cluster [DBG] pgmap v10837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:23 smithi136 bash[11745]: cluster 2022-04-26T08:32:21.987418+0000 mgr.smithi136.ofnrfx (mgr.14188) 11546 : cluster [DBG] pgmap v10838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:23 smithi136 bash[11745]: cephadm 2022-04-26T08:32:21.999182+0000 mgr.smithi136.ofnrfx (mgr.14188) 11547 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:32:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:23 smithi136 bash[11745]: cephadm 2022-04-26T08:32:21.999350+0000 mgr.smithi136.ofnrfx (mgr.14188) 11548 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:32:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:25 smithi145 bash[13673]: cluster 2022-04-26T08:32:23.988067+0000 mgr.smithi136.ofnrfx (mgr.14188) 11549 : cluster [DBG] pgmap v10839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:25 smithi136 bash[11745]: cluster 2022-04-26T08:32:23.988067+0000 mgr.smithi136.ofnrfx (mgr.14188) 11549 : cluster [DBG] pgmap v10839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:25.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:25.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:25.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:26.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:27 smithi145 bash[13673]: cluster 2022-04-26T08:32:25.988660+0000 mgr.smithi136.ofnrfx (mgr.14188) 11550 : cluster [DBG] pgmap v10840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:27 smithi145 bash[13673]: audit 2022-04-26T08:32:26.253013+0000 mon.smithi136 (mon.0) 6995 : audit [DBG] from='client.? 172.21.15.136:0/3126552773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:27 smithi136 bash[11745]: cluster 2022-04-26T08:32:25.988660+0000 mgr.smithi136.ofnrfx (mgr.14188) 11550 : cluster [DBG] pgmap v10840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:27 smithi136 bash[11745]: audit 2022-04-26T08:32:26.253013+0000 mon.smithi136 (mon.0) 6995 : audit [DBG] from='client.? 172.21.15.136:0/3126552773' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:29 smithi145 bash[13673]: cluster 2022-04-26T08:32:27.989298+0000 mgr.smithi136.ofnrfx (mgr.14188) 11551 : cluster [DBG] pgmap v10841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:29 smithi136 bash[11745]: cluster 2022-04-26T08:32:27.989298+0000 mgr.smithi136.ofnrfx (mgr.14188) 11551 : cluster [DBG] pgmap v10841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:31.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:31.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:31.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:31.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:31 smithi145 bash[13673]: cluster 2022-04-26T08:32:29.989898+0000 mgr.smithi136.ofnrfx (mgr.14188) 11552 : cluster [DBG] pgmap v10842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:31 smithi136 bash[11745]: cluster 2022-04-26T08:32:29.989898+0000 mgr.smithi136.ofnrfx (mgr.14188) 11552 : cluster [DBG] pgmap v10842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:31.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:32 smithi145 bash[13673]: audit 2022-04-26T08:32:31.585074+0000 mon.smithi136 (mon.0) 6996 : audit [DBG] from='client.? 172.21.15.136:0/1734683431' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:32 smithi136 bash[11745]: audit 2022-04-26T08:32:31.585074+0000 mon.smithi136 (mon.0) 6996 : audit [DBG] from='client.? 172.21.15.136:0/1734683431' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:33 smithi145 bash[13673]: cluster 2022-04-26T08:32:31.990554+0000 mgr.smithi136.ofnrfx (mgr.14188) 11553 : cluster [DBG] pgmap v10843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:33 smithi136 bash[11745]: cluster 2022-04-26T08:32:31.990554+0000 mgr.smithi136.ofnrfx (mgr.14188) 11553 : cluster [DBG] pgmap v10843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:35 smithi145 bash[13673]: cluster 2022-04-26T08:32:33.991232+0000 mgr.smithi136.ofnrfx (mgr.14188) 11554 : cluster [DBG] pgmap v10844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:35 smithi136 bash[11745]: cluster 2022-04-26T08:32:33.991232+0000 mgr.smithi136.ofnrfx (mgr.14188) 11554 : cluster [DBG] pgmap v10844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:36.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:36.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:36.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:36.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:37.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:37 smithi145 bash[13673]: cluster 2022-04-26T08:32:35.991917+0000 mgr.smithi136.ofnrfx (mgr.14188) 11555 : cluster [DBG] pgmap v10845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:37 smithi145 bash[13673]: audit 2022-04-26T08:32:36.922304+0000 mon.smithi136 (mon.0) 6997 : audit [DBG] from='client.? 172.21.15.136:0/753395652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:37 smithi136 bash[11745]: cluster 2022-04-26T08:32:35.991917+0000 mgr.smithi136.ofnrfx (mgr.14188) 11555 : cluster [DBG] pgmap v10845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:37 smithi136 bash[11745]: audit 2022-04-26T08:32:36.922304+0000 mon.smithi136 (mon.0) 6997 : audit [DBG] from='client.? 172.21.15.136:0/753395652' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:39 smithi145 bash[13673]: cluster 2022-04-26T08:32:37.992533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11556 : cluster [DBG] pgmap v10846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:39 smithi136 bash[11745]: cluster 2022-04-26T08:32:37.992533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11556 : cluster [DBG] pgmap v10846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:41.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:41 smithi145 bash[13673]: cluster 2022-04-26T08:32:39.993123+0000 mgr.smithi136.ofnrfx (mgr.14188) 11557 : cluster [DBG] pgmap v10847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:41 smithi136 bash[11745]: cluster 2022-04-26T08:32:39.993123+0000 mgr.smithi136.ofnrfx (mgr.14188) 11557 : cluster [DBG] pgmap v10847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:41.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:41.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:41.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:42.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:43 smithi145 bash[13673]: cluster 2022-04-26T08:32:41.993758+0000 mgr.smithi136.ofnrfx (mgr.14188) 11558 : cluster [DBG] pgmap v10848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:43 smithi145 bash[13673]: audit 2022-04-26T08:32:42.253133+0000 mon.smithi136 (mon.0) 6998 : audit [DBG] from='client.? 172.21.15.136:0/3285405204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:43 smithi136 bash[11745]: cluster 2022-04-26T08:32:41.993758+0000 mgr.smithi136.ofnrfx (mgr.14188) 11558 : cluster [DBG] pgmap v10848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:43 smithi136 bash[11745]: audit 2022-04-26T08:32:42.253133+0000 mon.smithi136 (mon.0) 6998 : audit [DBG] from='client.? 172.21.15.136:0/3285405204' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:45.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:45 smithi145 bash[13673]: cluster 2022-04-26T08:32:43.994380+0000 mgr.smithi136.ofnrfx (mgr.14188) 11559 : cluster [DBG] pgmap v10849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:45 smithi136 bash[11745]: cluster 2022-04-26T08:32:43.994380+0000 mgr.smithi136.ofnrfx (mgr.14188) 11559 : cluster [DBG] pgmap v10849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:47.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:47.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:47.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:47.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:47 smithi145 bash[13673]: cluster 2022-04-26T08:32:45.995028+0000 mgr.smithi136.ofnrfx (mgr.14188) 11560 : cluster [DBG] pgmap v10850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:47 smithi136 bash[11745]: cluster 2022-04-26T08:32:45.995028+0000 mgr.smithi136.ofnrfx (mgr.14188) 11560 : cluster [DBG] pgmap v10850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:47.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:48 smithi145 bash[13673]: audit 2022-04-26T08:32:47.592831+0000 mon.smithi145 (mon.1) 27 : audit [DBG] from='client.? 172.21.15.136:0/923985494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:48 smithi136 bash[11745]: audit 2022-04-26T08:32:47.592831+0000 mon.smithi145 (mon.1) 27 : audit [DBG] from='client.? 172.21.15.136:0/923985494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:49 smithi145 bash[13673]: cluster 2022-04-26T08:32:47.995666+0000 mgr.smithi136.ofnrfx (mgr.14188) 11561 : cluster [DBG] pgmap v10851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:49 smithi136 bash[11745]: cluster 2022-04-26T08:32:47.995666+0000 mgr.smithi136.ofnrfx (mgr.14188) 11561 : cluster [DBG] pgmap v10851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:51 smithi136 bash[11745]: cluster 2022-04-26T08:32:49.996240+0000 mgr.smithi136.ofnrfx (mgr.14188) 11562 : cluster [DBG] pgmap v10852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:51.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:51 smithi145 bash[13673]: cluster 2022-04-26T08:32:49.996240+0000 mgr.smithi136.ofnrfx (mgr.14188) 11562 : cluster [DBG] pgmap v10852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:52.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:52.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:52.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:52.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:53 smithi136 bash[11745]: cluster 2022-04-26T08:32:51.996919+0000 mgr.smithi136.ofnrfx (mgr.14188) 11563 : cluster [DBG] pgmap v10853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:53 smithi136 bash[11745]: audit 2022-04-26T08:32:52.930823+0000 mon.smithi136 (mon.0) 6999 : audit [DBG] from='client.? 172.21.15.136:0/3324664733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:53 smithi145 bash[13673]: cluster 2022-04-26T08:32:51.996919+0000 mgr.smithi136.ofnrfx (mgr.14188) 11563 : cluster [DBG] pgmap v10853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:53 smithi145 bash[13673]: audit 2022-04-26T08:32:52.930823+0000 mon.smithi136 (mon.0) 6999 : audit [DBG] from='client.? 172.21.15.136:0/3324664733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:55 smithi136 bash[11745]: cluster 2022-04-26T08:32:53.997532+0000 mgr.smithi136.ofnrfx (mgr.14188) 11564 : cluster [DBG] pgmap v10854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:55 smithi145 bash[13673]: cluster 2022-04-26T08:32:53.997532+0000 mgr.smithi136.ofnrfx (mgr.14188) 11564 : cluster [DBG] pgmap v10854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:57 smithi136 bash[11745]: cluster 2022-04-26T08:32:55.998169+0000 mgr.smithi136.ofnrfx (mgr.14188) 11565 : cluster [DBG] pgmap v10855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:57 smithi145 bash[13673]: cluster 2022-04-26T08:32:55.998169+0000 mgr.smithi136.ofnrfx (mgr.14188) 11565 : cluster [DBG] pgmap v10855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:57.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:32:57.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:32:57.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:32:58.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:32:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:59 smithi136 bash[11745]: cluster 2022-04-26T08:32:57.998791+0000 mgr.smithi136.ofnrfx (mgr.14188) 11566 : cluster [DBG] pgmap v10856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:32:59 smithi136 bash[11745]: audit 2022-04-26T08:32:58.266986+0000 mon.smithi136 (mon.0) 7000 : audit [DBG] from='client.? 172.21.15.136:0/1287387913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:32:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:59 smithi145 bash[13673]: cluster 2022-04-26T08:32:57.998791+0000 mgr.smithi136.ofnrfx (mgr.14188) 11566 : cluster [DBG] pgmap v10856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:32:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:32:59 smithi145 bash[13673]: audit 2022-04-26T08:32:58.266986+0000 mon.smithi136 (mon.0) 7000 : audit [DBG] from='client.? 172.21.15.136:0/1287387913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:01 smithi136 bash[11745]: cluster 2022-04-26T08:32:59.999427+0000 mgr.smithi136.ofnrfx (mgr.14188) 11567 : cluster [DBG] pgmap v10857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:01.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:01 smithi145 bash[13673]: cluster 2022-04-26T08:32:59.999427+0000 mgr.smithi136.ofnrfx (mgr.14188) 11567 : cluster [DBG] pgmap v10857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:03.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:03.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:03.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:03 smithi136 bash[11745]: cluster 2022-04-26T08:33:02.000087+0000 mgr.smithi136.ofnrfx (mgr.14188) 11568 : cluster [DBG] pgmap v10858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:03.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:03.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:03 smithi145 bash[13673]: cluster 2022-04-26T08:33:02.000087+0000 mgr.smithi136.ofnrfx (mgr.14188) 11568 : cluster [DBG] pgmap v10858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:04 smithi136 bash[11745]: audit 2022-04-26T08:33:03.294955+0000 mon.smithi136 (mon.0) 7001 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:33:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:04 smithi136 bash[11745]: audit 2022-04-26T08:33:03.299067+0000 mon.smithi136 (mon.0) 7002 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:33:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:04 smithi136 bash[11745]: audit 2022-04-26T08:33:03.598757+0000 mon.smithi136 (mon.0) 7003 : audit [DBG] from='client.? 172.21.15.136:0/3916633257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:04 smithi136 bash[11745]: cluster 2022-04-26T08:33:04.000724+0000 mgr.smithi136.ofnrfx (mgr.14188) 11569 : cluster [DBG] pgmap v10859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:04 smithi145 bash[13673]: audit 2022-04-26T08:33:03.294955+0000 mon.smithi136 (mon.0) 7001 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:33:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:04 smithi145 bash[13673]: audit 2022-04-26T08:33:03.299067+0000 mon.smithi136 (mon.0) 7002 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:33:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:04 smithi145 bash[13673]: audit 2022-04-26T08:33:03.598757+0000 mon.smithi136 (mon.0) 7003 : audit [DBG] from='client.? 172.21.15.136:0/3916633257' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:04 smithi145 bash[13673]: cluster 2022-04-26T08:33:04.000724+0000 mgr.smithi136.ofnrfx (mgr.14188) 11569 : cluster [DBG] pgmap v10859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:07 smithi145 bash[13673]: cluster 2022-04-26T08:33:06.001405+0000 mgr.smithi136.ofnrfx (mgr.14188) 11570 : cluster [DBG] pgmap v10860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:07 smithi136 bash[11745]: cluster 2022-04-26T08:33:06.001405+0000 mgr.smithi136.ofnrfx (mgr.14188) 11570 : cluster [DBG] pgmap v10860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:08.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:08.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:08.620 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:08.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:09 smithi145 bash[13673]: cluster 2022-04-26T08:33:08.002025+0000 mgr.smithi136.ofnrfx (mgr.14188) 11571 : cluster [DBG] pgmap v10861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:09.439 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:09 smithi145 bash[13673]: audit 2022-04-26T08:33:08.935829+0000 mon.smithi136 (mon.0) 7004 : audit [DBG] from='client.? 172.21.15.136:0/4163074390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:09 smithi136 bash[11745]: cluster 2022-04-26T08:33:08.002025+0000 mgr.smithi136.ofnrfx (mgr.14188) 11571 : cluster [DBG] pgmap v10861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:09 smithi136 bash[11745]: audit 2022-04-26T08:33:08.935829+0000 mon.smithi136 (mon.0) 7004 : audit [DBG] from='client.? 172.21.15.136:0/4163074390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:11 smithi145 bash[13673]: cluster 2022-04-26T08:33:10.002602+0000 mgr.smithi136.ofnrfx (mgr.14188) 11572 : cluster [DBG] pgmap v10862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:11 smithi136 bash[11745]: cluster 2022-04-26T08:33:10.002602+0000 mgr.smithi136.ofnrfx (mgr.14188) 11572 : cluster [DBG] pgmap v10862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:13 smithi145 bash[13673]: cluster 2022-04-26T08:33:12.003233+0000 mgr.smithi136.ofnrfx (mgr.14188) 11573 : cluster [DBG] pgmap v10863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:13 smithi136 bash[11745]: cluster 2022-04-26T08:33:12.003233+0000 mgr.smithi136.ofnrfx (mgr.14188) 11573 : cluster [DBG] pgmap v10863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:13.953 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:13.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:13.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:14.283 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:15 smithi145 bash[13673]: cluster 2022-04-26T08:33:14.003882+0000 mgr.smithi136.ofnrfx (mgr.14188) 11574 : cluster [DBG] pgmap v10864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:15 smithi145 bash[13673]: audit 2022-04-26T08:33:14.267500+0000 mon.smithi136 (mon.0) 7005 : audit [DBG] from='client.? 172.21.15.136:0/1892869178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:15 smithi136 bash[11745]: cluster 2022-04-26T08:33:14.003882+0000 mgr.smithi136.ofnrfx (mgr.14188) 11574 : cluster [DBG] pgmap v10864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:15.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:15 smithi136 bash[11745]: audit 2022-04-26T08:33:14.267500+0000 mon.smithi136 (mon.0) 7005 : audit [DBG] from='client.? 172.21.15.136:0/1892869178' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:17.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:17 smithi145 bash[13673]: cluster 2022-04-26T08:33:16.004519+0000 mgr.smithi136.ofnrfx (mgr.14188) 11575 : cluster [DBG] pgmap v10865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:17 smithi136 bash[11745]: cluster 2022-04-26T08:33:16.004519+0000 mgr.smithi136.ofnrfx (mgr.14188) 11575 : cluster [DBG] pgmap v10865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:19.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:19.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:19.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:19 smithi145 bash[13673]: cluster 2022-04-26T08:33:18.005075+0000 mgr.smithi136.ofnrfx (mgr.14188) 11576 : cluster [DBG] pgmap v10866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:19 smithi136 bash[11745]: cluster 2022-04-26T08:33:18.005075+0000 mgr.smithi136.ofnrfx (mgr.14188) 11576 : cluster [DBG] pgmap v10866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:19.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:20 smithi145 bash[13673]: audit 2022-04-26T08:33:19.595072+0000 mon.smithi136 (mon.0) 7006 : audit [DBG] from='client.? 172.21.15.136:0/2007708577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:20 smithi136 bash[11745]: audit 2022-04-26T08:33:19.595072+0000 mon.smithi136 (mon.0) 7006 : audit [DBG] from='client.? 172.21.15.136:0/2007708577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:21 smithi145 bash[13673]: cluster 2022-04-26T08:33:20.005686+0000 mgr.smithi136.ofnrfx (mgr.14188) 11577 : cluster [DBG] pgmap v10867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:21.563 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:21 smithi136 bash[11745]: cluster 2022-04-26T08:33:20.005686+0000 mgr.smithi136.ofnrfx (mgr.14188) 11577 : cluster [DBG] pgmap v10867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:22.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:22 smithi145 bash[13673]: audit 2022-04-26T08:33:22.010096+0000 mon.smithi136 (mon.0) 7007 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:33:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:22 smithi145 bash[13673]: audit 2022-04-26T08:33:22.012900+0000 mon.smithi136 (mon.0) 7008 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:33:22.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:22 smithi145 bash[13673]: audit 2022-04-26T08:33:22.014779+0000 mon.smithi136 (mon.0) 7009 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:33:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:22 smithi136 bash[11745]: audit 2022-04-26T08:33:22.010096+0000 mon.smithi136 (mon.0) 7007 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:33:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:22 smithi136 bash[11745]: audit 2022-04-26T08:33:22.012900+0000 mon.smithi136 (mon.0) 7008 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:33:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:22 smithi136 bash[11745]: audit 2022-04-26T08:33:22.014779+0000 mon.smithi136 (mon.0) 7009 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:33:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:23 smithi145 bash[13673]: cluster 2022-04-26T08:33:22.006334+0000 mgr.smithi136.ofnrfx (mgr.14188) 11578 : cluster [DBG] pgmap v10868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:23 smithi145 bash[13673]: audit 2022-04-26T08:33:22.316426+0000 mon.smithi136 (mon.0) 7010 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:23 smithi136 bash[11745]: cluster 2022-04-26T08:33:22.006334+0000 mgr.smithi136.ofnrfx (mgr.14188) 11578 : cluster [DBG] pgmap v10868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:23 smithi136 bash[11745]: audit 2022-04-26T08:33:22.316426+0000 mon.smithi136 (mon.0) 7010 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:24.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:24.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:24.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:24.942 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:25 smithi145 bash[13673]: cluster 2022-04-26T08:33:24.006983+0000 mgr.smithi136.ofnrfx (mgr.14188) 11579 : cluster [DBG] pgmap v10869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:25 smithi145 bash[13673]: audit 2022-04-26T08:33:24.927463+0000 mon.smithi136 (mon.0) 7011 : audit [DBG] from='client.? 172.21.15.136:0/3564657642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:25 smithi136 bash[11745]: cluster 2022-04-26T08:33:24.006983+0000 mgr.smithi136.ofnrfx (mgr.14188) 11579 : cluster [DBG] pgmap v10869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:25 smithi136 bash[11745]: audit 2022-04-26T08:33:24.927463+0000 mon.smithi136 (mon.0) 7011 : audit [DBG] from='client.? 172.21.15.136:0/3564657642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:27.385 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:27 smithi136 bash[11745]: cluster 2022-04-26T08:33:26.007621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11580 : cluster [DBG] pgmap v10870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:27 smithi145 bash[13673]: cluster 2022-04-26T08:33:26.007621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11580 : cluster [DBG] pgmap v10870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:29 smithi145 bash[13673]: cluster 2022-04-26T08:33:28.008077+0000 mgr.smithi136.ofnrfx (mgr.14188) 11581 : cluster [DBG] pgmap v10871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:29 smithi136 bash[11745]: cluster 2022-04-26T08:33:28.008077+0000 mgr.smithi136.ofnrfx (mgr.14188) 11581 : cluster [DBG] pgmap v10871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:29.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:29.945 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:29.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:30.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: cephadm 2022-04-26T08:33:29.647741+0000 mgr.smithi136.ofnrfx (mgr.14188) 11582 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: audit 2022-04-26T08:33:29.659404+0000 mon.smithi136 (mon.0) 7012 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: cluster 2022-04-26T08:33:29.976026+0000 mgr.smithi136.ofnrfx (mgr.14188) 11583 : cluster [DBG] pgmap v10872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: cluster 2022-04-26T08:33:29.976811+0000 mgr.smithi136.ofnrfx (mgr.14188) 11584 : cluster [DBG] pgmap v10873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: audit 2022-04-26T08:33:29.980899+0000 mon.smithi136 (mon.0) 7013 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: audit 2022-04-26T08:33:29.988965+0000 mon.smithi136 (mon.0) 7014 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: cephadm 2022-04-26T08:33:29.989771+0000 mgr.smithi136.ofnrfx (mgr.14188) 11585 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: cephadm 2022-04-26T08:33:29.989876+0000 mgr.smithi136.ofnrfx (mgr.14188) 11586 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:33:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: audit 2022-04-26T08:33:29.993564+0000 mon.smithi136 (mon.0) 7015 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:33:31.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: audit 2022-04-26T08:33:29.994996+0000 mon.smithi136 (mon.0) 7016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:33:31.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:30 smithi136 bash[11745]: audit 2022-04-26T08:33:30.289110+0000 mon.smithi136 (mon.0) 7017 : audit [DBG] from='client.? 172.21.15.136:0/2114482068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: cephadm 2022-04-26T08:33:29.647741+0000 mgr.smithi136.ofnrfx (mgr.14188) 11582 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T08:33:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: audit 2022-04-26T08:33:29.659404+0000 mon.smithi136 (mon.0) 7012 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: cluster 2022-04-26T08:33:29.976026+0000 mgr.smithi136.ofnrfx (mgr.14188) 11583 : cluster [DBG] pgmap v10872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: cluster 2022-04-26T08:33:29.976811+0000 mgr.smithi136.ofnrfx (mgr.14188) 11584 : cluster [DBG] pgmap v10873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: audit 2022-04-26T08:33:29.980899+0000 mon.smithi136 (mon.0) 7013 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: audit 2022-04-26T08:33:29.988965+0000 mon.smithi136 (mon.0) 7014 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:33:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: cephadm 2022-04-26T08:33:29.989771+0000 mgr.smithi136.ofnrfx (mgr.14188) 11585 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:33:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: cephadm 2022-04-26T08:33:29.989876+0000 mgr.smithi136.ofnrfx (mgr.14188) 11586 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:33:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: audit 2022-04-26T08:33:29.993564+0000 mon.smithi136 (mon.0) 7015 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T08:33:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: audit 2022-04-26T08:33:29.994996+0000 mon.smithi136 (mon.0) 7016 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:33:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:30 smithi145 bash[13673]: audit 2022-04-26T08:33:30.289110+0000 mon.smithi136 (mon.0) 7017 : audit [DBG] from='client.? 172.21.15.136:0/2114482068' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:33 smithi136 bash[11745]: cluster 2022-04-26T08:33:31.977516+0000 mgr.smithi136.ofnrfx (mgr.14188) 11587 : cluster [DBG] pgmap v10874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:33 smithi145 bash[13673]: cluster 2022-04-26T08:33:31.977516+0000 mgr.smithi136.ofnrfx (mgr.14188) 11587 : cluster [DBG] pgmap v10874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:35.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:35.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:35.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:35 smithi136 bash[11745]: cluster 2022-04-26T08:33:33.978192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11588 : cluster [DBG] pgmap v10875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:35.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:35 smithi145 bash[13673]: cluster 2022-04-26T08:33:33.978192+0000 mgr.smithi136.ofnrfx (mgr.14188) 11588 : cluster [DBG] pgmap v10875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:35.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:36 smithi145 bash[13673]: audit 2022-04-26T08:33:35.608971+0000 mon.smithi136 (mon.0) 7018 : audit [DBG] from='client.? 172.21.15.136:0/1508530971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:36 smithi136 bash[11745]: audit 2022-04-26T08:33:35.608971+0000 mon.smithi136 (mon.0) 7018 : audit [DBG] from='client.? 172.21.15.136:0/1508530971' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:37 smithi145 bash[13673]: cluster 2022-04-26T08:33:35.978920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11589 : cluster [DBG] pgmap v10876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:37 smithi136 bash[11745]: cluster 2022-04-26T08:33:35.978920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11589 : cluster [DBG] pgmap v10876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:39 smithi145 bash[13673]: cluster 2022-04-26T08:33:37.979642+0000 mgr.smithi136.ofnrfx (mgr.14188) 11590 : cluster [DBG] pgmap v10877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:39 smithi136 bash[11745]: cluster 2022-04-26T08:33:37.979642+0000 mgr.smithi136.ofnrfx (mgr.14188) 11590 : cluster [DBG] pgmap v10877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:40.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:40.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:40.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:40.960 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:41 smithi145 bash[13673]: cluster 2022-04-26T08:33:39.980258+0000 mgr.smithi136.ofnrfx (mgr.14188) 11591 : cluster [DBG] pgmap v10878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:41 smithi145 bash[13673]: audit 2022-04-26T08:33:40.942069+0000 mon.smithi136 (mon.0) 7019 : audit [DBG] from='client.? 172.21.15.136:0/3676282688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:41.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:41 smithi136 bash[11745]: cluster 2022-04-26T08:33:39.980258+0000 mgr.smithi136.ofnrfx (mgr.14188) 11591 : cluster [DBG] pgmap v10878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:41.437 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:41 smithi136 bash[11745]: audit 2022-04-26T08:33:40.942069+0000 mon.smithi136 (mon.0) 7019 : audit [DBG] from='client.? 172.21.15.136:0/3676282688' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:43 smithi136 bash[11745]: cluster 2022-04-26T08:33:41.980883+0000 mgr.smithi136.ofnrfx (mgr.14188) 11592 : cluster [DBG] pgmap v10879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:43 smithi145 bash[13673]: cluster 2022-04-26T08:33:41.980883+0000 mgr.smithi136.ofnrfx (mgr.14188) 11592 : cluster [DBG] pgmap v10879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:45 smithi145 bash[13673]: cluster 2022-04-26T08:33:43.981536+0000 mgr.smithi136.ofnrfx (mgr.14188) 11593 : cluster [DBG] pgmap v10880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:45 smithi145 bash[13673]: audit 2022-04-26T08:33:44.074336+0000 mon.smithi136 (mon.0) 7020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:45 smithi136 bash[11745]: cluster 2022-04-26T08:33:43.981536+0000 mgr.smithi136.ofnrfx (mgr.14188) 11593 : cluster [DBG] pgmap v10880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:45 smithi136 bash[11745]: audit 2022-04-26T08:33:44.074336+0000 mon.smithi136 (mon.0) 7020 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:33:45.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:45.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:45.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:46.286 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:47.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:47 smithi145 bash[13673]: cluster 2022-04-26T08:33:45.982189+0000 mgr.smithi136.ofnrfx (mgr.14188) 11594 : cluster [DBG] pgmap v10881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:47.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:47 smithi145 bash[13673]: audit 2022-04-26T08:33:46.270449+0000 mon.smithi136 (mon.0) 7021 : audit [DBG] from='client.? 172.21.15.136:0/2093438657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:47 smithi136 bash[11745]: cluster 2022-04-26T08:33:45.982189+0000 mgr.smithi136.ofnrfx (mgr.14188) 11594 : cluster [DBG] pgmap v10881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:47 smithi136 bash[11745]: audit 2022-04-26T08:33:46.270449+0000 mon.smithi136 (mon.0) 7021 : audit [DBG] from='client.? 172.21.15.136:0/2093438657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:49.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:49 smithi145 bash[13673]: cluster 2022-04-26T08:33:47.982815+0000 mgr.smithi136.ofnrfx (mgr.14188) 11595 : cluster [DBG] pgmap v10882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:49 smithi136 bash[11745]: cluster 2022-04-26T08:33:47.982815+0000 mgr.smithi136.ofnrfx (mgr.14188) 11595 : cluster [DBG] pgmap v10882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:51.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:51.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:51.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:51.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:51 smithi145 bash[13673]: cluster 2022-04-26T08:33:49.983576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11596 : cluster [DBG] pgmap v10883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:51 smithi136 bash[11745]: cluster 2022-04-26T08:33:49.983576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11596 : cluster [DBG] pgmap v10883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:51.611 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:52 smithi145 bash[13673]: audit 2022-04-26T08:33:51.596494+0000 mon.smithi136 (mon.0) 7022 : audit [DBG] from='client.? 172.21.15.136:0/3223048901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:52 smithi136 bash[11745]: audit 2022-04-26T08:33:51.596494+0000 mon.smithi136 (mon.0) 7022 : audit [DBG] from='client.? 172.21.15.136:0/3223048901' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:53 smithi145 bash[13673]: cluster 2022-04-26T08:33:51.984315+0000 mgr.smithi136.ofnrfx (mgr.14188) 11597 : cluster [DBG] pgmap v10884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:53.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:53 smithi136 bash[11745]: cluster 2022-04-26T08:33:51.984315+0000 mgr.smithi136.ofnrfx (mgr.14188) 11597 : cluster [DBG] pgmap v10884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:55 smithi145 bash[13673]: cluster 2022-04-26T08:33:53.984952+0000 mgr.smithi136.ofnrfx (mgr.14188) 11598 : cluster [DBG] pgmap v10885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:55 smithi136 bash[11745]: cluster 2022-04-26T08:33:53.984952+0000 mgr.smithi136.ofnrfx (mgr.14188) 11598 : cluster [DBG] pgmap v10885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:56.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:33:56.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:33:56.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:33:56.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:33:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:57 smithi145 bash[13673]: cluster 2022-04-26T08:33:55.985590+0000 mgr.smithi136.ofnrfx (mgr.14188) 11599 : cluster [DBG] pgmap v10886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:57 smithi145 bash[13673]: audit 2022-04-26T08:33:56.925089+0000 mon.smithi136 (mon.0) 7023 : audit [DBG] from='client.? 172.21.15.136:0/2474903397' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:57 smithi136 bash[11745]: cluster 2022-04-26T08:33:55.985590+0000 mgr.smithi136.ofnrfx (mgr.14188) 11599 : cluster [DBG] pgmap v10886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:57.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:57 smithi136 bash[11745]: audit 2022-04-26T08:33:56.925089+0000 mon.smithi136 (mon.0) 7023 : audit [DBG] from='client.? 172.21.15.136:0/2474903397' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:33:59.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:33:59 smithi145 bash[13673]: cluster 2022-04-26T08:33:57.986201+0000 mgr.smithi136.ofnrfx (mgr.14188) 11600 : cluster [DBG] pgmap v10887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:33:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:33:59 smithi136 bash[11745]: cluster 2022-04-26T08:33:57.986201+0000 mgr.smithi136.ofnrfx (mgr.14188) 11600 : cluster [DBG] pgmap v10887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:01 smithi145 bash[13673]: cluster 2022-04-26T08:33:59.986887+0000 mgr.smithi136.ofnrfx (mgr.14188) 11601 : cluster [DBG] pgmap v10888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:01 smithi136 bash[11745]: cluster 2022-04-26T08:33:59.986887+0000 mgr.smithi136.ofnrfx (mgr.14188) 11601 : cluster [DBG] pgmap v10888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:01.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:01.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:01.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:02.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:03 smithi145 bash[13673]: cluster 2022-04-26T08:34:01.987633+0000 mgr.smithi136.ofnrfx (mgr.14188) 11602 : cluster [DBG] pgmap v10889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:03 smithi145 bash[13673]: audit 2022-04-26T08:34:02.252361+0000 mon.smithi136 (mon.0) 7024 : audit [DBG] from='client.? 172.21.15.136:0/2495100743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:03 smithi136 bash[11745]: cluster 2022-04-26T08:34:01.987633+0000 mgr.smithi136.ofnrfx (mgr.14188) 11602 : cluster [DBG] pgmap v10889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:03.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:03 smithi136 bash[11745]: audit 2022-04-26T08:34:02.252361+0000 mon.smithi136 (mon.0) 7024 : audit [DBG] from='client.? 172.21.15.136:0/2495100743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:04.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:04 smithi145 bash[13673]: audit 2022-04-26T08:34:03.299052+0000 mon.smithi136 (mon.0) 7025 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:34:04.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:04 smithi145 bash[13673]: audit 2022-04-26T08:34:03.302990+0000 mon.smithi136 (mon.0) 7026 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:34:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:04 smithi136 bash[11745]: audit 2022-04-26T08:34:03.299052+0000 mon.smithi136 (mon.0) 7025 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:34:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:04 smithi136 bash[11745]: audit 2022-04-26T08:34:03.302990+0000 mon.smithi136 (mon.0) 7026 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:34:05.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:05 smithi145 bash[13673]: cluster 2022-04-26T08:34:03.988250+0000 mgr.smithi136.ofnrfx (mgr.14188) 11603 : cluster [DBG] pgmap v10890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:05 smithi136 bash[11745]: cluster 2022-04-26T08:34:03.988250+0000 mgr.smithi136.ofnrfx (mgr.14188) 11603 : cluster [DBG] pgmap v10890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:07.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:07.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:07.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:07 smithi145 bash[13673]: cluster 2022-04-26T08:34:05.988982+0000 mgr.smithi136.ofnrfx (mgr.14188) 11604 : cluster [DBG] pgmap v10891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:07 smithi136 bash[11745]: cluster 2022-04-26T08:34:05.988982+0000 mgr.smithi136.ofnrfx (mgr.14188) 11604 : cluster [DBG] pgmap v10891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:07.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:08 smithi145 bash[13673]: audit 2022-04-26T08:34:07.581380+0000 mon.smithi136 (mon.0) 7027 : audit [DBG] from='client.? 172.21.15.136:0/242999213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:08 smithi136 bash[11745]: audit 2022-04-26T08:34:07.581380+0000 mon.smithi136 (mon.0) 7027 : audit [DBG] from='client.? 172.21.15.136:0/242999213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:09 smithi136 bash[11745]: cluster 2022-04-26T08:34:07.989726+0000 mgr.smithi136.ofnrfx (mgr.14188) 11605 : cluster [DBG] pgmap v10892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:09 smithi145 bash[13673]: cluster 2022-04-26T08:34:07.989726+0000 mgr.smithi136.ofnrfx (mgr.14188) 11605 : cluster [DBG] pgmap v10892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:11 smithi136 bash[11745]: cluster 2022-04-26T08:34:09.990375+0000 mgr.smithi136.ofnrfx (mgr.14188) 11606 : cluster [DBG] pgmap v10893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:11 smithi145 bash[13673]: cluster 2022-04-26T08:34:09.990375+0000 mgr.smithi136.ofnrfx (mgr.14188) 11606 : cluster [DBG] pgmap v10893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:12.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:12.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:12.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:12.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:13 smithi136 bash[11745]: cluster 2022-04-26T08:34:11.991001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11607 : cluster [DBG] pgmap v10894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:13 smithi136 bash[11745]: audit 2022-04-26T08:34:12.909144+0000 mon.smithi136 (mon.0) 7028 : audit [DBG] from='client.? 172.21.15.136:0/2871593929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:13 smithi145 bash[13673]: cluster 2022-04-26T08:34:11.991001+0000 mgr.smithi136.ofnrfx (mgr.14188) 11607 : cluster [DBG] pgmap v10894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:13 smithi145 bash[13673]: audit 2022-04-26T08:34:12.909144+0000 mon.smithi136 (mon.0) 7028 : audit [DBG] from='client.? 172.21.15.136:0/2871593929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:15 smithi136 bash[11745]: cluster 2022-04-26T08:34:13.991761+0000 mgr.smithi136.ofnrfx (mgr.14188) 11608 : cluster [DBG] pgmap v10895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:15.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:15 smithi145 bash[13673]: cluster 2022-04-26T08:34:13.991761+0000 mgr.smithi136.ofnrfx (mgr.14188) 11608 : cluster [DBG] pgmap v10895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:17 smithi136 bash[11745]: cluster 2022-04-26T08:34:15.992429+0000 mgr.smithi136.ofnrfx (mgr.14188) 11609 : cluster [DBG] pgmap v10896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:17 smithi145 bash[13673]: cluster 2022-04-26T08:34:15.992429+0000 mgr.smithi136.ofnrfx (mgr.14188) 11609 : cluster [DBG] pgmap v10896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:17.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:17.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:17.932 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:18.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:19 smithi136 bash[11745]: cluster 2022-04-26T08:34:17.993068+0000 mgr.smithi136.ofnrfx (mgr.14188) 11610 : cluster [DBG] pgmap v10897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:19 smithi136 bash[11745]: audit 2022-04-26T08:34:18.236257+0000 mon.smithi136 (mon.0) 7029 : audit [DBG] from='client.? 172.21.15.136:0/2044425582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:19 smithi145 bash[13673]: cluster 2022-04-26T08:34:17.993068+0000 mgr.smithi136.ofnrfx (mgr.14188) 11610 : cluster [DBG] pgmap v10897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:19 smithi145 bash[13673]: audit 2022-04-26T08:34:18.236257+0000 mon.smithi136 (mon.0) 7029 : audit [DBG] from='client.? 172.21.15.136:0/2044425582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:21 smithi136 bash[11745]: cluster 2022-04-26T08:34:19.993669+0000 mgr.smithi136.ofnrfx (mgr.14188) 11611 : cluster [DBG] pgmap v10898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:21.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:21 smithi145 bash[13673]: cluster 2022-04-26T08:34:19.993669+0000 mgr.smithi136.ofnrfx (mgr.14188) 11611 : cluster [DBG] pgmap v10898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:23.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:23.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:23.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:23 smithi136 bash[11745]: cluster 2022-04-26T08:34:21.994406+0000 mgr.smithi136.ofnrfx (mgr.14188) 11612 : cluster [DBG] pgmap v10899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:23.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:23.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:23 smithi145 bash[13673]: cluster 2022-04-26T08:34:21.994406+0000 mgr.smithi136.ofnrfx (mgr.14188) 11612 : cluster [DBG] pgmap v10899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:24 smithi136 bash[11745]: audit 2022-04-26T08:34:23.566280+0000 mon.smithi136 (mon.0) 7030 : audit [DBG] from='client.? 172.21.15.136:0/1813815171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:24 smithi145 bash[13673]: audit 2022-04-26T08:34:23.566280+0000 mon.smithi136 (mon.0) 7030 : audit [DBG] from='client.? 172.21.15.136:0/1813815171' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:25 smithi136 bash[11745]: cluster 2022-04-26T08:34:23.995074+0000 mgr.smithi136.ofnrfx (mgr.14188) 11613 : cluster [DBG] pgmap v10900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:25 smithi145 bash[13673]: cluster 2022-04-26T08:34:23.995074+0000 mgr.smithi136.ofnrfx (mgr.14188) 11613 : cluster [DBG] pgmap v10900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:26 smithi136 bash[11745]: cluster 2022-04-26T08:34:25.995731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11614 : cluster [DBG] pgmap v10901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:26 smithi145 bash[13673]: cluster 2022-04-26T08:34:25.995731+0000 mgr.smithi136.ofnrfx (mgr.14188) 11614 : cluster [DBG] pgmap v10901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:28.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:28.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:28.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:28.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:29 smithi136 bash[11745]: cluster 2022-04-26T08:34:27.996345+0000 mgr.smithi136.ofnrfx (mgr.14188) 11615 : cluster [DBG] pgmap v10902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:29.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:29 smithi136 bash[11745]: audit 2022-04-26T08:34:28.903415+0000 mon.smithi136 (mon.0) 7031 : audit [DBG] from='client.? 172.21.15.136:0/2949334458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:29.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:29 smithi145 bash[13673]: cluster 2022-04-26T08:34:27.996345+0000 mgr.smithi136.ofnrfx (mgr.14188) 11615 : cluster [DBG] pgmap v10902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:29 smithi145 bash[13673]: audit 2022-04-26T08:34:28.903415+0000 mon.smithi136 (mon.0) 7031 : audit [DBG] from='client.? 172.21.15.136:0/2949334458' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:31 smithi145 bash[13673]: cluster 2022-04-26T08:34:29.996967+0000 mgr.smithi136.ofnrfx (mgr.14188) 11616 : cluster [DBG] pgmap v10903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:31 smithi136 bash[11745]: cluster 2022-04-26T08:34:29.996967+0000 mgr.smithi136.ofnrfx (mgr.14188) 11616 : cluster [DBG] pgmap v10903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:33.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:33 smithi145 bash[13673]: cluster 2022-04-26T08:34:31.997610+0000 mgr.smithi136.ofnrfx (mgr.14188) 11617 : cluster [DBG] pgmap v10904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:33 smithi136 bash[11745]: cluster 2022-04-26T08:34:31.997610+0000 mgr.smithi136.ofnrfx (mgr.14188) 11617 : cluster [DBG] pgmap v10904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:33.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:33.922 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:33.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:34.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:35 smithi145 bash[13673]: cluster 2022-04-26T08:34:33.998214+0000 mgr.smithi136.ofnrfx (mgr.14188) 11618 : cluster [DBG] pgmap v10905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:35 smithi145 bash[13673]: audit 2022-04-26T08:34:34.230438+0000 mon.smithi136 (mon.0) 7032 : audit [DBG] from='client.? 172.21.15.136:0/1011580039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:35 smithi136 bash[11745]: cluster 2022-04-26T08:34:33.998214+0000 mgr.smithi136.ofnrfx (mgr.14188) 11618 : cluster [DBG] pgmap v10905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:35 smithi136 bash[11745]: audit 2022-04-26T08:34:34.230438+0000 mon.smithi136 (mon.0) 7032 : audit [DBG] from='client.? 172.21.15.136:0/1011580039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:37 smithi145 bash[13673]: cluster 2022-04-26T08:34:35.998854+0000 mgr.smithi136.ofnrfx (mgr.14188) 11619 : cluster [DBG] pgmap v10906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:37 smithi136 bash[11745]: cluster 2022-04-26T08:34:35.998854+0000 mgr.smithi136.ofnrfx (mgr.14188) 11619 : cluster [DBG] pgmap v10906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:39.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:39.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:39.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:39 smithi145 bash[13673]: cluster 2022-04-26T08:34:37.999489+0000 mgr.smithi136.ofnrfx (mgr.14188) 11620 : cluster [DBG] pgmap v10907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:39 smithi136 bash[11745]: cluster 2022-04-26T08:34:37.999489+0000 mgr.smithi136.ofnrfx (mgr.14188) 11620 : cluster [DBG] pgmap v10907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:39.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:40 smithi145 bash[13673]: audit 2022-04-26T08:34:39.562150+0000 mon.smithi136 (mon.0) 7033 : audit [DBG] from='client.? 172.21.15.136:0/661884850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:40 smithi136 bash[11745]: audit 2022-04-26T08:34:39.562150+0000 mon.smithi136 (mon.0) 7033 : audit [DBG] from='client.? 172.21.15.136:0/661884850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:41 smithi145 bash[13673]: cluster 2022-04-26T08:34:40.000102+0000 mgr.smithi136.ofnrfx (mgr.14188) 11621 : cluster [DBG] pgmap v10908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:41 smithi136 bash[11745]: cluster 2022-04-26T08:34:40.000102+0000 mgr.smithi136.ofnrfx (mgr.14188) 11621 : cluster [DBG] pgmap v10908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:43 smithi145 bash[13673]: cluster 2022-04-26T08:34:42.000712+0000 mgr.smithi136.ofnrfx (mgr.14188) 11622 : cluster [DBG] pgmap v10909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:43 smithi136 bash[11745]: cluster 2022-04-26T08:34:42.000712+0000 mgr.smithi136.ofnrfx (mgr.14188) 11622 : cluster [DBG] pgmap v10909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:44 smithi145 bash[13673]: audit 2022-04-26T08:34:44.078059+0000 mon.smithi136 (mon.0) 7034 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:34:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:44 smithi145 bash[13673]: audit 2022-04-26T08:34:44.081285+0000 mon.smithi136 (mon.0) 7035 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:34:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:44 smithi145 bash[13673]: audit 2022-04-26T08:34:44.082749+0000 mon.smithi136 (mon.0) 7036 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:34:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:44 smithi136 bash[11745]: audit 2022-04-26T08:34:44.078059+0000 mon.smithi136 (mon.0) 7034 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:34:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:44 smithi136 bash[11745]: audit 2022-04-26T08:34:44.081285+0000 mon.smithi136 (mon.0) 7035 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:34:44.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:44 smithi136 bash[11745]: audit 2022-04-26T08:34:44.082749+0000 mon.smithi136 (mon.0) 7036 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:34:44.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:44.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:44.581 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:44.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:45 smithi136 bash[11745]: cluster 2022-04-26T08:34:44.001313+0000 mgr.smithi136.ofnrfx (mgr.14188) 11623 : cluster [DBG] pgmap v10910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:45 smithi136 bash[11745]: audit 2022-04-26T08:34:44.390812+0000 mon.smithi136 (mon.0) 7037 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:34:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:45 smithi136 bash[11745]: audit 2022-04-26T08:34:44.400429+0000 mon.smithi136 (mon.0) 7038 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:34:45.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:45 smithi136 bash[11745]: audit 2022-04-26T08:34:44.891742+0000 mon.smithi136 (mon.0) 7039 : audit [DBG] from='client.? 172.21.15.136:0/2483556886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:45 smithi145 bash[13673]: cluster 2022-04-26T08:34:44.001313+0000 mgr.smithi136.ofnrfx (mgr.14188) 11623 : cluster [DBG] pgmap v10910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:45 smithi145 bash[13673]: audit 2022-04-26T08:34:44.390812+0000 mon.smithi136 (mon.0) 7037 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:34:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:45 smithi145 bash[13673]: audit 2022-04-26T08:34:44.400429+0000 mon.smithi136 (mon.0) 7038 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:34:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:45 smithi145 bash[13673]: audit 2022-04-26T08:34:44.891742+0000 mon.smithi136 (mon.0) 7039 : audit [DBG] from='client.? 172.21.15.136:0/2483556886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:46 smithi136 bash[11745]: cluster 2022-04-26T08:34:44.384090+0000 mgr.smithi136.ofnrfx (mgr.14188) 11624 : cluster [DBG] pgmap v10911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:46 smithi136 bash[11745]: cluster 2022-04-26T08:34:44.384316+0000 mgr.smithi136.ofnrfx (mgr.14188) 11625 : cluster [DBG] pgmap v10912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:46 smithi136 bash[11745]: cephadm 2022-04-26T08:34:44.401758+0000 mgr.smithi136.ofnrfx (mgr.14188) 11626 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:34:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:46 smithi136 bash[11745]: cephadm 2022-04-26T08:34:44.401947+0000 mgr.smithi136.ofnrfx (mgr.14188) 11627 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:34:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:46 smithi145 bash[13673]: cluster 2022-04-26T08:34:44.384090+0000 mgr.smithi136.ofnrfx (mgr.14188) 11624 : cluster [DBG] pgmap v10911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:46 smithi145 bash[13673]: cluster 2022-04-26T08:34:44.384316+0000 mgr.smithi136.ofnrfx (mgr.14188) 11625 : cluster [DBG] pgmap v10912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:46 smithi145 bash[13673]: cephadm 2022-04-26T08:34:44.401758+0000 mgr.smithi136.ofnrfx (mgr.14188) 11626 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:34:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:46 smithi145 bash[13673]: cephadm 2022-04-26T08:34:44.401947+0000 mgr.smithi136.ofnrfx (mgr.14188) 11627 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:34:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:48 smithi145 bash[13673]: cluster 2022-04-26T08:34:46.384860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11628 : cluster [DBG] pgmap v10913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:48 smithi136 bash[11745]: cluster 2022-04-26T08:34:46.384860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11628 : cluster [DBG] pgmap v10913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:49.911 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:49.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:49.912 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:50.241 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:50 smithi136 bash[11745]: cluster 2022-04-26T08:34:48.385500+0000 mgr.smithi136.ofnrfx (mgr.14188) 11629 : cluster [DBG] pgmap v10914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:50 smithi145 bash[13673]: cluster 2022-04-26T08:34:48.385500+0000 mgr.smithi136.ofnrfx (mgr.14188) 11629 : cluster [DBG] pgmap v10914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:51 smithi136 bash[11745]: audit 2022-04-26T08:34:50.224595+0000 mon.smithi136 (mon.0) 7040 : audit [DBG] from='client.? 172.21.15.136:0/3512730880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:51 smithi145 bash[13673]: audit 2022-04-26T08:34:50.224595+0000 mon.smithi136 (mon.0) 7040 : audit [DBG] from='client.? 172.21.15.136:0/3512730880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:52 smithi136 bash[11745]: cluster 2022-04-26T08:34:50.386116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11630 : cluster [DBG] pgmap v10915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:52 smithi145 bash[13673]: cluster 2022-04-26T08:34:50.386116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11630 : cluster [DBG] pgmap v10915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:54 smithi136 bash[11745]: cluster 2022-04-26T08:34:52.386752+0000 mgr.smithi136.ofnrfx (mgr.14188) 11631 : cluster [DBG] pgmap v10916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:54 smithi145 bash[13673]: cluster 2022-04-26T08:34:52.386752+0000 mgr.smithi136.ofnrfx (mgr.14188) 11631 : cluster [DBG] pgmap v10916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:55.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:34:55.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:34:55.244 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:34:55.561 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:34:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:56 smithi136 bash[11745]: cluster 2022-04-26T08:34:54.387401+0000 mgr.smithi136.ofnrfx (mgr.14188) 11632 : cluster [DBG] pgmap v10917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:56 smithi136 bash[11745]: audit 2022-04-26T08:34:55.546452+0000 mon.smithi136 (mon.0) 7041 : audit [DBG] from='client.? 172.21.15.136:0/335805004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:56 smithi145 bash[13673]: cluster 2022-04-26T08:34:54.387401+0000 mgr.smithi136.ofnrfx (mgr.14188) 11632 : cluster [DBG] pgmap v10917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:56 smithi145 bash[13673]: audit 2022-04-26T08:34:55.546452+0000 mon.smithi136 (mon.0) 7041 : audit [DBG] from='client.? 172.21.15.136:0/335805004' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:34:58.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:34:58 smithi145 bash[13673]: cluster 2022-04-26T08:34:56.388050+0000 mgr.smithi136.ofnrfx (mgr.14188) 11633 : cluster [DBG] pgmap v10918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:34:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:34:58 smithi136 bash[11745]: cluster 2022-04-26T08:34:56.388050+0000 mgr.smithi136.ofnrfx (mgr.14188) 11633 : cluster [DBG] pgmap v10918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:00 smithi136 bash[11745]: cluster 2022-04-26T08:34:58.388680+0000 mgr.smithi136.ofnrfx (mgr.14188) 11634 : cluster [DBG] pgmap v10919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:00.565 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:00.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:00.566 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:00 smithi145 bash[13673]: cluster 2022-04-26T08:34:58.388680+0000 mgr.smithi136.ofnrfx (mgr.14188) 11634 : cluster [DBG] pgmap v10919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:00.891 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:01 smithi136 bash[11745]: audit 2022-04-26T08:35:00.875862+0000 mon.smithi136 (mon.0) 7042 : audit [DBG] from='client.? 172.21.15.136:0/3839191491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:01.648 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:01 smithi145 bash[13673]: audit 2022-04-26T08:35:00.875862+0000 mon.smithi136 (mon.0) 7042 : audit [DBG] from='client.? 172.21.15.136:0/3839191491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:02 smithi136 bash[11745]: cluster 2022-04-26T08:35:00.389380+0000 mgr.smithi136.ofnrfx (mgr.14188) 11635 : cluster [DBG] pgmap v10920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:02.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:02 smithi145 bash[13673]: cluster 2022-04-26T08:35:00.389380+0000 mgr.smithi136.ofnrfx (mgr.14188) 11635 : cluster [DBG] pgmap v10920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:03 smithi136 bash[11745]: cluster 2022-04-26T08:35:02.390016+0000 mgr.smithi136.ofnrfx (mgr.14188) 11636 : cluster [DBG] pgmap v10921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:03 smithi145 bash[13673]: cluster 2022-04-26T08:35:02.390016+0000 mgr.smithi136.ofnrfx (mgr.14188) 11636 : cluster [DBG] pgmap v10921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:04 smithi136 bash[11745]: audit 2022-04-26T08:35:03.303459+0000 mon.smithi136 (mon.0) 7043 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:35:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:04 smithi136 bash[11745]: audit 2022-04-26T08:35:03.307499+0000 mon.smithi136 (mon.0) 7044 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:35:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:04 smithi145 bash[13673]: audit 2022-04-26T08:35:03.303459+0000 mon.smithi136 (mon.0) 7043 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:35:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:04 smithi145 bash[13673]: audit 2022-04-26T08:35:03.307499+0000 mon.smithi136 (mon.0) 7044 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:35:05.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:05.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:05.895 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:06.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:06.408 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:06 smithi145 bash[13673]: cluster 2022-04-26T08:35:04.390632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11637 : cluster [DBG] pgmap v10922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:06 smithi136 bash[11745]: cluster 2022-04-26T08:35:04.390632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11637 : cluster [DBG] pgmap v10922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:07 smithi145 bash[13673]: audit 2022-04-26T08:35:06.204992+0000 mon.smithi136 (mon.0) 7045 : audit [DBG] from='client.? 172.21.15.136:0/3978989835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:07 smithi136 bash[11745]: audit 2022-04-26T08:35:06.204992+0000 mon.smithi136 (mon.0) 7045 : audit [DBG] from='client.? 172.21.15.136:0/3978989835' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:08 smithi145 bash[13673]: cluster 2022-04-26T08:35:06.391395+0000 mgr.smithi136.ofnrfx (mgr.14188) 11638 : cluster [DBG] pgmap v10923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:08 smithi136 bash[11745]: cluster 2022-04-26T08:35:06.391395+0000 mgr.smithi136.ofnrfx (mgr.14188) 11638 : cluster [DBG] pgmap v10923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:10.405 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:10 smithi145 bash[13673]: cluster 2022-04-26T08:35:08.392191+0000 mgr.smithi136.ofnrfx (mgr.14188) 11639 : cluster [DBG] pgmap v10924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:10 smithi136 bash[11745]: cluster 2022-04-26T08:35:08.392191+0000 mgr.smithi136.ofnrfx (mgr.14188) 11639 : cluster [DBG] pgmap v10924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:11.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:11.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:11.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:11.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:12 smithi145 bash[13673]: cluster 2022-04-26T08:35:10.392827+0000 mgr.smithi136.ofnrfx (mgr.14188) 11640 : cluster [DBG] pgmap v10925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:12 smithi145 bash[13673]: audit 2022-04-26T08:35:11.529948+0000 mon.smithi136 (mon.0) 7046 : audit [DBG] from='client.? 172.21.15.136:0/978521273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:12 smithi136 bash[11745]: cluster 2022-04-26T08:35:10.392827+0000 mgr.smithi136.ofnrfx (mgr.14188) 11640 : cluster [DBG] pgmap v10925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:12 smithi136 bash[11745]: audit 2022-04-26T08:35:11.529948+0000 mon.smithi136 (mon.0) 7046 : audit [DBG] from='client.? 172.21.15.136:0/978521273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:14 smithi145 bash[13673]: cluster 2022-04-26T08:35:12.393477+0000 mgr.smithi136.ofnrfx (mgr.14188) 11641 : cluster [DBG] pgmap v10926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:14 smithi136 bash[11745]: cluster 2022-04-26T08:35:12.393477+0000 mgr.smithi136.ofnrfx (mgr.14188) 11641 : cluster [DBG] pgmap v10926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:16 smithi145 bash[13673]: cluster 2022-04-26T08:35:14.394137+0000 mgr.smithi136.ofnrfx (mgr.14188) 11642 : cluster [DBG] pgmap v10927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:16.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:16.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:16.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:16 smithi136 bash[11745]: cluster 2022-04-26T08:35:14.394137+0000 mgr.smithi136.ofnrfx (mgr.14188) 11642 : cluster [DBG] pgmap v10927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:16.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:17 smithi136 bash[11745]: audit 2022-04-26T08:35:16.858224+0000 mon.smithi136 (mon.0) 7047 : audit [DBG] from='client.? 172.21.15.136:0/2136617007' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:17 smithi145 bash[13673]: audit 2022-04-26T08:35:16.858224+0000 mon.smithi136 (mon.0) 7047 : audit [DBG] from='client.? 172.21.15.136:0/2136617007' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:18.401 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:18 smithi145 bash[13673]: cluster 2022-04-26T08:35:16.394775+0000 mgr.smithi136.ofnrfx (mgr.14188) 11643 : cluster [DBG] pgmap v10928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:18 smithi136 bash[11745]: cluster 2022-04-26T08:35:16.394775+0000 mgr.smithi136.ofnrfx (mgr.14188) 11643 : cluster [DBG] pgmap v10928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:20 smithi136 bash[11745]: cluster 2022-04-26T08:35:18.395378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11644 : cluster [DBG] pgmap v10929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:20 smithi145 bash[13673]: cluster 2022-04-26T08:35:18.395378+0000 mgr.smithi136.ofnrfx (mgr.14188) 11644 : cluster [DBG] pgmap v10929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:21.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:21.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:21.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:22.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:22 smithi136 bash[11745]: cluster 2022-04-26T08:35:20.396085+0000 mgr.smithi136.ofnrfx (mgr.14188) 11645 : cluster [DBG] pgmap v10930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:22 smithi145 bash[13673]: cluster 2022-04-26T08:35:20.396085+0000 mgr.smithi136.ofnrfx (mgr.14188) 11645 : cluster [DBG] pgmap v10930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:23 smithi136 bash[11745]: audit 2022-04-26T08:35:22.186397+0000 mon.smithi136 (mon.0) 7048 : audit [DBG] from='client.? 172.21.15.136:0/1999885664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:23 smithi145 bash[13673]: audit 2022-04-26T08:35:22.186397+0000 mon.smithi136 (mon.0) 7048 : audit [DBG] from='client.? 172.21.15.136:0/1999885664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:24 smithi136 bash[11745]: cluster 2022-04-26T08:35:22.396813+0000 mgr.smithi136.ofnrfx (mgr.14188) 11646 : cluster [DBG] pgmap v10931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:24 smithi145 bash[13673]: cluster 2022-04-26T08:35:22.396813+0000 mgr.smithi136.ofnrfx (mgr.14188) 11646 : cluster [DBG] pgmap v10931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:26 smithi136 bash[11745]: cluster 2022-04-26T08:35:24.397452+0000 mgr.smithi136.ofnrfx (mgr.14188) 11647 : cluster [DBG] pgmap v10932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:26 smithi145 bash[13673]: cluster 2022-04-26T08:35:24.397452+0000 mgr.smithi136.ofnrfx (mgr.14188) 11647 : cluster [DBG] pgmap v10932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:27.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:27.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:27.204 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:27.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:28 smithi145 bash[13673]: cluster 2022-04-26T08:35:26.398083+0000 mgr.smithi136.ofnrfx (mgr.14188) 11648 : cluster [DBG] pgmap v10933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:28 smithi145 bash[13673]: audit 2022-04-26T08:35:27.517353+0000 mon.smithi136 (mon.0) 7049 : audit [DBG] from='client.? 172.21.15.136:0/2922183494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:28 smithi136 bash[11745]: cluster 2022-04-26T08:35:26.398083+0000 mgr.smithi136.ofnrfx (mgr.14188) 11648 : cluster [DBG] pgmap v10933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:28 smithi136 bash[11745]: audit 2022-04-26T08:35:27.517353+0000 mon.smithi136 (mon.0) 7049 : audit [DBG] from='client.? 172.21.15.136:0/2922183494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:30 smithi136 bash[11745]: cluster 2022-04-26T08:35:28.398732+0000 mgr.smithi136.ofnrfx (mgr.14188) 11649 : cluster [DBG] pgmap v10934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:30 smithi145 bash[13673]: cluster 2022-04-26T08:35:28.398732+0000 mgr.smithi136.ofnrfx (mgr.14188) 11649 : cluster [DBG] pgmap v10934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:32.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:32.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:32.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:32.609 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:32 smithi136 bash[11745]: cluster 2022-04-26T08:35:30.399450+0000 mgr.smithi136.ofnrfx (mgr.14188) 11650 : cluster [DBG] pgmap v10935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:32 smithi145 bash[13673]: cluster 2022-04-26T08:35:30.399450+0000 mgr.smithi136.ofnrfx (mgr.14188) 11650 : cluster [DBG] pgmap v10935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:32.854 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:33 smithi136 bash[11745]: audit 2022-04-26T08:35:32.839111+0000 mon.smithi136 (mon.0) 7050 : audit [DBG] from='client.? 172.21.15.136:0/2065422911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:33.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:33 smithi145 bash[13673]: audit 2022-04-26T08:35:32.839111+0000 mon.smithi136 (mon.0) 7050 : audit [DBG] from='client.? 172.21.15.136:0/2065422911' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:34 smithi136 bash[11745]: cluster 2022-04-26T08:35:32.400242+0000 mgr.smithi136.ofnrfx (mgr.14188) 11651 : cluster [DBG] pgmap v10936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:34 smithi145 bash[13673]: cluster 2022-04-26T08:35:32.400242+0000 mgr.smithi136.ofnrfx (mgr.14188) 11651 : cluster [DBG] pgmap v10936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:36 smithi136 bash[11745]: cluster 2022-04-26T08:35:34.400904+0000 mgr.smithi136.ofnrfx (mgr.14188) 11652 : cluster [DBG] pgmap v10937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:36.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:36 smithi145 bash[13673]: cluster 2022-04-26T08:35:34.400904+0000 mgr.smithi136.ofnrfx (mgr.14188) 11652 : cluster [DBG] pgmap v10937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:37 smithi136 bash[11745]: cluster 2022-04-26T08:35:36.401652+0000 mgr.smithi136.ofnrfx (mgr.14188) 11653 : cluster [DBG] pgmap v10938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:37 smithi145 bash[13673]: cluster 2022-04-26T08:35:36.401652+0000 mgr.smithi136.ofnrfx (mgr.14188) 11653 : cluster [DBG] pgmap v10938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:37.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:37.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:37.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:38.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:38 smithi145 bash[13673]: audit 2022-04-26T08:35:38.163824+0000 mon.smithi136 (mon.0) 7051 : audit [DBG] from='client.? 172.21.15.136:0/2774141266' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:38 smithi136 bash[11745]: audit 2022-04-26T08:35:38.163824+0000 mon.smithi136 (mon.0) 7051 : audit [DBG] from='client.? 172.21.15.136:0/2774141266' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:39 smithi136 bash[11745]: cluster 2022-04-26T08:35:38.402340+0000 mgr.smithi136.ofnrfx (mgr.14188) 11654 : cluster [DBG] pgmap v10939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:39 smithi145 bash[13673]: cluster 2022-04-26T08:35:38.402340+0000 mgr.smithi136.ofnrfx (mgr.14188) 11654 : cluster [DBG] pgmap v10939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:42 smithi145 bash[13673]: cluster 2022-04-26T08:35:40.402986+0000 mgr.smithi136.ofnrfx (mgr.14188) 11655 : cluster [DBG] pgmap v10940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:42 smithi136 bash[11745]: cluster 2022-04-26T08:35:40.402986+0000 mgr.smithi136.ofnrfx (mgr.14188) 11655 : cluster [DBG] pgmap v10940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:43.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:43.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:43.186 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:43.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:44 smithi145 bash[13673]: cluster 2022-04-26T08:35:42.403631+0000 mgr.smithi136.ofnrfx (mgr.14188) 11656 : cluster [DBG] pgmap v10941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:44 smithi145 bash[13673]: audit 2022-04-26T08:35:43.490230+0000 mon.smithi136 (mon.0) 7052 : audit [DBG] from='client.? 172.21.15.136:0/1474568411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:44 smithi136 bash[11745]: cluster 2022-04-26T08:35:42.403631+0000 mgr.smithi136.ofnrfx (mgr.14188) 11656 : cluster [DBG] pgmap v10941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:44 smithi136 bash[11745]: audit 2022-04-26T08:35:43.490230+0000 mon.smithi136 (mon.0) 7052 : audit [DBG] from='client.? 172.21.15.136:0/1474568411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:45 smithi145 bash[13673]: audit 2022-04-26T08:35:44.410314+0000 mon.smithi136 (mon.0) 7053 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:35:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:45 smithi145 bash[13673]: audit 2022-04-26T08:35:44.413062+0000 mon.smithi136 (mon.0) 7054 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:35:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:45 smithi145 bash[13673]: audit 2022-04-26T08:35:44.414747+0000 mon.smithi136 (mon.0) 7055 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:35:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:45 smithi145 bash[13673]: audit 2022-04-26T08:35:44.714608+0000 mon.smithi136 (mon.0) 7056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:35:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:45 smithi145 bash[13673]: audit 2022-04-26T08:35:44.719920+0000 mon.smithi136 (mon.0) 7057 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:35:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:45 smithi136 bash[11745]: audit 2022-04-26T08:35:44.410314+0000 mon.smithi136 (mon.0) 7053 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:35:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:45 smithi136 bash[11745]: audit 2022-04-26T08:35:44.413062+0000 mon.smithi136 (mon.0) 7054 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:35:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:45 smithi136 bash[11745]: audit 2022-04-26T08:35:44.414747+0000 mon.smithi136 (mon.0) 7055 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:35:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:45 smithi136 bash[11745]: audit 2022-04-26T08:35:44.714608+0000 mon.smithi136 (mon.0) 7056 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:35:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:45 smithi136 bash[11745]: audit 2022-04-26T08:35:44.719920+0000 mon.smithi136 (mon.0) 7057 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:35:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:46 smithi145 bash[13673]: cluster 2022-04-26T08:35:44.404685+0000 mgr.smithi136.ofnrfx (mgr.14188) 11657 : cluster [DBG] pgmap v10942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:46.550 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:46 smithi145 bash[13673]: cluster 2022-04-26T08:35:44.709581+0000 mgr.smithi136.ofnrfx (mgr.14188) 11658 : cluster [DBG] pgmap v10943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:46.550 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:46 smithi145 bash[13673]: cluster 2022-04-26T08:35:44.710097+0000 mgr.smithi136.ofnrfx (mgr.14188) 11659 : cluster [DBG] pgmap v10944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:46.550 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:46 smithi145 bash[13673]: cephadm 2022-04-26T08:35:44.720810+0000 mgr.smithi136.ofnrfx (mgr.14188) 11660 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:35:46.550 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:46 smithi145 bash[13673]: cephadm 2022-04-26T08:35:44.720905+0000 mgr.smithi136.ofnrfx (mgr.14188) 11661 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:35:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:46 smithi136 bash[11745]: cluster 2022-04-26T08:35:44.404685+0000 mgr.smithi136.ofnrfx (mgr.14188) 11657 : cluster [DBG] pgmap v10942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:46 smithi136 bash[11745]: cluster 2022-04-26T08:35:44.709581+0000 mgr.smithi136.ofnrfx (mgr.14188) 11658 : cluster [DBG] pgmap v10943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:46 smithi136 bash[11745]: cluster 2022-04-26T08:35:44.710097+0000 mgr.smithi136.ofnrfx (mgr.14188) 11659 : cluster [DBG] pgmap v10944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:46 smithi136 bash[11745]: cephadm 2022-04-26T08:35:44.720810+0000 mgr.smithi136.ofnrfx (mgr.14188) 11660 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:35:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:46 smithi136 bash[11745]: cephadm 2022-04-26T08:35:44.720905+0000 mgr.smithi136.ofnrfx (mgr.14188) 11661 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:35:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:48 smithi145 bash[13673]: cluster 2022-04-26T08:35:46.710740+0000 mgr.smithi136.ofnrfx (mgr.14188) 11662 : cluster [DBG] pgmap v10945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:48.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:48.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:48.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:48 smithi136 bash[11745]: cluster 2022-04-26T08:35:46.710740+0000 mgr.smithi136.ofnrfx (mgr.14188) 11662 : cluster [DBG] pgmap v10945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:48.842 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:49 smithi136 bash[11745]: audit 2022-04-26T08:35:48.819947+0000 mon.smithi136 (mon.0) 7058 : audit [DBG] from='client.? 172.21.15.136:0/2656215467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:49 smithi145 bash[13673]: audit 2022-04-26T08:35:48.819947+0000 mon.smithi136 (mon.0) 7058 : audit [DBG] from='client.? 172.21.15.136:0/2656215467' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:50 smithi136 bash[11745]: cluster 2022-04-26T08:35:48.711345+0000 mgr.smithi136.ofnrfx (mgr.14188) 11663 : cluster [DBG] pgmap v10946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:50 smithi145 bash[13673]: cluster 2022-04-26T08:35:48.711345+0000 mgr.smithi136.ofnrfx (mgr.14188) 11663 : cluster [DBG] pgmap v10946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:52 smithi136 bash[11745]: cluster 2022-04-26T08:35:50.711972+0000 mgr.smithi136.ofnrfx (mgr.14188) 11664 : cluster [DBG] pgmap v10947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:52 smithi145 bash[13673]: cluster 2022-04-26T08:35:50.711972+0000 mgr.smithi136.ofnrfx (mgr.14188) 11664 : cluster [DBG] pgmap v10947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:53.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:53.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:53.845 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:54.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:35:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:54 smithi136 bash[11745]: cluster 2022-04-26T08:35:52.712632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11665 : cluster [DBG] pgmap v10948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:54 smithi136 bash[11745]: audit 2022-04-26T08:35:54.150079+0000 mon.smithi136 (mon.0) 7059 : audit [DBG] from='client.? 172.21.15.136:0/2770161898' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:54 smithi145 bash[13673]: cluster 2022-04-26T08:35:52.712632+0000 mgr.smithi136.ofnrfx (mgr.14188) 11665 : cluster [DBG] pgmap v10948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:54 smithi145 bash[13673]: audit 2022-04-26T08:35:54.150079+0000 mon.smithi136 (mon.0) 7059 : audit [DBG] from='client.? 172.21.15.136:0/2770161898' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:35:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:56 smithi136 bash[11745]: cluster 2022-04-26T08:35:54.713263+0000 mgr.smithi136.ofnrfx (mgr.14188) 11666 : cluster [DBG] pgmap v10949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:56 smithi145 bash[13673]: cluster 2022-04-26T08:35:54.713263+0000 mgr.smithi136.ofnrfx (mgr.14188) 11666 : cluster [DBG] pgmap v10949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:35:58 smithi145 bash[13673]: cluster 2022-04-26T08:35:56.713894+0000 mgr.smithi136.ofnrfx (mgr.14188) 11667 : cluster [DBG] pgmap v10950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:35:58 smithi136 bash[11745]: cluster 2022-04-26T08:35:56.713894+0000 mgr.smithi136.ofnrfx (mgr.14188) 11667 : cluster [DBG] pgmap v10950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:35:59.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:35:59.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:35:59.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:35:59.489 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:00 smithi136 bash[11745]: cluster 2022-04-26T08:35:58.714499+0000 mgr.smithi136.ofnrfx (mgr.14188) 11668 : cluster [DBG] pgmap v10951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:00 smithi136 bash[11745]: audit 2022-04-26T08:35:59.474274+0000 mon.smithi136 (mon.0) 7060 : audit [DBG] from='client.? 172.21.15.136:0/1633843680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:00 smithi145 bash[13673]: cluster 2022-04-26T08:35:58.714499+0000 mgr.smithi136.ofnrfx (mgr.14188) 11668 : cluster [DBG] pgmap v10951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:00 smithi145 bash[13673]: audit 2022-04-26T08:35:59.474274+0000 mon.smithi136 (mon.0) 7060 : audit [DBG] from='client.? 172.21.15.136:0/1633843680' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:02 smithi136 bash[11745]: cluster 2022-04-26T08:36:00.715093+0000 mgr.smithi136.ofnrfx (mgr.14188) 11669 : cluster [DBG] pgmap v10952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:02 smithi145 bash[13673]: cluster 2022-04-26T08:36:00.715093+0000 mgr.smithi136.ofnrfx (mgr.14188) 11669 : cluster [DBG] pgmap v10952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:04.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:04.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:04.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:04 smithi136 bash[11745]: cluster 2022-04-26T08:36:02.715800+0000 mgr.smithi136.ofnrfx (mgr.14188) 11670 : cluster [DBG] pgmap v10953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:04 smithi136 bash[11745]: audit 2022-04-26T08:36:03.307718+0000 mon.smithi136 (mon.0) 7061 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:36:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:04 smithi136 bash[11745]: audit 2022-04-26T08:36:03.311390+0000 mon.smithi136 (mon.0) 7062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:36:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:04 smithi145 bash[13673]: cluster 2022-04-26T08:36:02.715800+0000 mgr.smithi136.ofnrfx (mgr.14188) 11670 : cluster [DBG] pgmap v10953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:04 smithi145 bash[13673]: audit 2022-04-26T08:36:03.307718+0000 mon.smithi136 (mon.0) 7061 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:36:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:04 smithi145 bash[13673]: audit 2022-04-26T08:36:03.311390+0000 mon.smithi136 (mon.0) 7062 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:36:04.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:05 smithi136 bash[11745]: audit 2022-04-26T08:36:04.800743+0000 mon.smithi136 (mon.0) 7063 : audit [DBG] from='client.? 172.21.15.136:0/3655033923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:05 smithi145 bash[13673]: audit 2022-04-26T08:36:04.800743+0000 mon.smithi136 (mon.0) 7063 : audit [DBG] from='client.? 172.21.15.136:0/3655033923' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:06 smithi136 bash[11745]: cluster 2022-04-26T08:36:04.716397+0000 mgr.smithi136.ofnrfx (mgr.14188) 11671 : cluster [DBG] pgmap v10954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:06.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:06 smithi145 bash[13673]: cluster 2022-04-26T08:36:04.716397+0000 mgr.smithi136.ofnrfx (mgr.14188) 11671 : cluster [DBG] pgmap v10954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:08 smithi145 bash[13673]: cluster 2022-04-26T08:36:06.717052+0000 mgr.smithi136.ofnrfx (mgr.14188) 11672 : cluster [DBG] pgmap v10955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:08 smithi136 bash[11745]: cluster 2022-04-26T08:36:06.717052+0000 mgr.smithi136.ofnrfx (mgr.14188) 11672 : cluster [DBG] pgmap v10955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:09.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:09.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:09.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:10.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:10.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:10 smithi136 bash[11745]: cluster 2022-04-26T08:36:08.717638+0000 mgr.smithi136.ofnrfx (mgr.14188) 11673 : cluster [DBG] pgmap v10956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:10.564 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:10 smithi136 bash[11745]: audit 2022-04-26T08:36:10.131683+0000 mon.smithi136 (mon.0) 7064 : audit [DBG] from='client.? 172.21.15.136:0/2642871907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:10 smithi145 bash[13673]: cluster 2022-04-26T08:36:08.717638+0000 mgr.smithi136.ofnrfx (mgr.14188) 11673 : cluster [DBG] pgmap v10956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:10 smithi145 bash[13673]: audit 2022-04-26T08:36:10.131683+0000 mon.smithi136 (mon.0) 7064 : audit [DBG] from='client.? 172.21.15.136:0/2642871907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:12.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:12 smithi136 bash[11745]: cluster 2022-04-26T08:36:10.718255+0000 mgr.smithi136.ofnrfx (mgr.14188) 11674 : cluster [DBG] pgmap v10957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:12 smithi145 bash[13673]: cluster 2022-04-26T08:36:10.718255+0000 mgr.smithi136.ofnrfx (mgr.14188) 11674 : cluster [DBG] pgmap v10957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:13 smithi136 bash[11745]: cluster 2022-04-26T08:36:12.718874+0000 mgr.smithi136.ofnrfx (mgr.14188) 11675 : cluster [DBG] pgmap v10958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:13 smithi145 bash[13673]: cluster 2022-04-26T08:36:12.718874+0000 mgr.smithi136.ofnrfx (mgr.14188) 11675 : cluster [DBG] pgmap v10958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:15.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:15.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:15.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:15.474 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:16 smithi145 bash[13673]: cluster 2022-04-26T08:36:14.719479+0000 mgr.smithi136.ofnrfx (mgr.14188) 11676 : cluster [DBG] pgmap v10959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:16 smithi145 bash[13673]: audit 2022-04-26T08:36:15.458731+0000 mon.smithi136 (mon.0) 7065 : audit [DBG] from='client.? 172.21.15.136:0/574087020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:16 smithi136 bash[11745]: cluster 2022-04-26T08:36:14.719479+0000 mgr.smithi136.ofnrfx (mgr.14188) 11676 : cluster [DBG] pgmap v10959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:16 smithi136 bash[11745]: audit 2022-04-26T08:36:15.458731+0000 mon.smithi136 (mon.0) 7065 : audit [DBG] from='client.? 172.21.15.136:0/574087020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:18 smithi145 bash[13673]: cluster 2022-04-26T08:36:16.720174+0000 mgr.smithi136.ofnrfx (mgr.14188) 11677 : cluster [DBG] pgmap v10960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:18 smithi136 bash[11745]: cluster 2022-04-26T08:36:16.720174+0000 mgr.smithi136.ofnrfx (mgr.14188) 11677 : cluster [DBG] pgmap v10960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:20 smithi145 bash[13673]: cluster 2022-04-26T08:36:18.720920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11678 : cluster [DBG] pgmap v10961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:20.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:20.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:20.478 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:20 smithi136 bash[11745]: cluster 2022-04-26T08:36:18.720920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11678 : cluster [DBG] pgmap v10961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:20.799 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:21 smithi136 bash[11745]: audit 2022-04-26T08:36:20.783369+0000 mon.smithi136 (mon.0) 7066 : audit [DBG] from='client.? 172.21.15.136:0/3564284663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:21 smithi145 bash[13673]: audit 2022-04-26T08:36:20.783369+0000 mon.smithi136 (mon.0) 7066 : audit [DBG] from='client.? 172.21.15.136:0/3564284663' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:22 smithi136 bash[11745]: cluster 2022-04-26T08:36:20.721542+0000 mgr.smithi136.ofnrfx (mgr.14188) 11679 : cluster [DBG] pgmap v10962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:22 smithi145 bash[13673]: cluster 2022-04-26T08:36:20.721542+0000 mgr.smithi136.ofnrfx (mgr.14188) 11679 : cluster [DBG] pgmap v10962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:24 smithi136 bash[11745]: cluster 2022-04-26T08:36:22.722166+0000 mgr.smithi136.ofnrfx (mgr.14188) 11680 : cluster [DBG] pgmap v10963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:24 smithi145 bash[13673]: cluster 2022-04-26T08:36:22.722166+0000 mgr.smithi136.ofnrfx (mgr.14188) 11680 : cluster [DBG] pgmap v10963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:25.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:25.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:25.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:26.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:26 smithi136 bash[11745]: cluster 2022-04-26T08:36:24.722780+0000 mgr.smithi136.ofnrfx (mgr.14188) 11681 : cluster [DBG] pgmap v10964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:26 smithi136 bash[11745]: audit 2022-04-26T08:36:26.107004+0000 mon.smithi136 (mon.0) 7067 : audit [DBG] from='client.? 172.21.15.136:0/3812075264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:26 smithi145 bash[13673]: cluster 2022-04-26T08:36:24.722780+0000 mgr.smithi136.ofnrfx (mgr.14188) 11681 : cluster [DBG] pgmap v10964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:26 smithi145 bash[13673]: audit 2022-04-26T08:36:26.107004+0000 mon.smithi136 (mon.0) 7067 : audit [DBG] from='client.? 172.21.15.136:0/3812075264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:28 smithi145 bash[13673]: cluster 2022-04-26T08:36:26.723447+0000 mgr.smithi136.ofnrfx (mgr.14188) 11682 : cluster [DBG] pgmap v10965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:28 smithi136 bash[11745]: cluster 2022-04-26T08:36:26.723447+0000 mgr.smithi136.ofnrfx (mgr.14188) 11682 : cluster [DBG] pgmap v10965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:30 smithi136 bash[11745]: cluster 2022-04-26T08:36:28.724150+0000 mgr.smithi136.ofnrfx (mgr.14188) 11683 : cluster [DBG] pgmap v10966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:30 smithi145 bash[13673]: cluster 2022-04-26T08:36:28.724150+0000 mgr.smithi136.ofnrfx (mgr.14188) 11683 : cluster [DBG] pgmap v10966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:31.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:31.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:31.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:31.454 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:32 smithi136 bash[11745]: cluster 2022-04-26T08:36:30.724735+0000 mgr.smithi136.ofnrfx (mgr.14188) 11684 : cluster [DBG] pgmap v10967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:32 smithi136 bash[11745]: audit 2022-04-26T08:36:31.438100+0000 mon.smithi136 (mon.0) 7068 : audit [DBG] from='client.? 172.21.15.136:0/3287239960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:32 smithi145 bash[13673]: cluster 2022-04-26T08:36:30.724735+0000 mgr.smithi136.ofnrfx (mgr.14188) 11684 : cluster [DBG] pgmap v10967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:32 smithi145 bash[13673]: audit 2022-04-26T08:36:31.438100+0000 mon.smithi136 (mon.0) 7068 : audit [DBG] from='client.? 172.21.15.136:0/3287239960' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:34 smithi136 bash[11745]: cluster 2022-04-26T08:36:32.725390+0000 mgr.smithi136.ofnrfx (mgr.14188) 11685 : cluster [DBG] pgmap v10968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:34.721 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:34 smithi145 bash[13673]: cluster 2022-04-26T08:36:32.725390+0000 mgr.smithi136.ofnrfx (mgr.14188) 11685 : cluster [DBG] pgmap v10968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:36.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:36.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:36.457 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:36 smithi136 bash[11745]: cluster 2022-04-26T08:36:34.726012+0000 mgr.smithi136.ofnrfx (mgr.14188) 11686 : cluster [DBG] pgmap v10969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:36 smithi145 bash[13673]: cluster 2022-04-26T08:36:34.726012+0000 mgr.smithi136.ofnrfx (mgr.14188) 11686 : cluster [DBG] pgmap v10969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:36.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:37 smithi136 bash[11745]: audit 2022-04-26T08:36:36.768979+0000 mon.smithi136 (mon.0) 7069 : audit [DBG] from='client.? 172.21.15.136:0/639507696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:37 smithi145 bash[13673]: audit 2022-04-26T08:36:36.768979+0000 mon.smithi136 (mon.0) 7069 : audit [DBG] from='client.? 172.21.15.136:0/639507696' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:38 smithi145 bash[13673]: cluster 2022-04-26T08:36:36.726730+0000 mgr.smithi136.ofnrfx (mgr.14188) 11687 : cluster [DBG] pgmap v10970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:38 smithi136 bash[11745]: cluster 2022-04-26T08:36:36.726730+0000 mgr.smithi136.ofnrfx (mgr.14188) 11687 : cluster [DBG] pgmap v10970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:40 smithi136 bash[11745]: cluster 2022-04-26T08:36:38.727388+0000 mgr.smithi136.ofnrfx (mgr.14188) 11688 : cluster [DBG] pgmap v10971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:40 smithi145 bash[13673]: cluster 2022-04-26T08:36:38.727388+0000 mgr.smithi136.ofnrfx (mgr.14188) 11688 : cluster [DBG] pgmap v10971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:41.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:41.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:41.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:42.117 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:42 smithi136 bash[11745]: cluster 2022-04-26T08:36:40.727991+0000 mgr.smithi136.ofnrfx (mgr.14188) 11689 : cluster [DBG] pgmap v10972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:42 smithi136 bash[11745]: audit 2022-04-26T08:36:42.102207+0000 mon.smithi136 (mon.0) 7070 : audit [DBG] from='client.? 172.21.15.136:0/1681156213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:42 smithi145 bash[13673]: cluster 2022-04-26T08:36:40.727991+0000 mgr.smithi136.ofnrfx (mgr.14188) 11689 : cluster [DBG] pgmap v10972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:42 smithi145 bash[13673]: audit 2022-04-26T08:36:42.102207+0000 mon.smithi136 (mon.0) 7070 : audit [DBG] from='client.? 172.21.15.136:0/1681156213' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:44.567 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:44 smithi136 bash[11745]: cluster 2022-04-26T08:36:42.728618+0000 mgr.smithi136.ofnrfx (mgr.14188) 11690 : cluster [DBG] pgmap v10973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:44 smithi145 bash[13673]: cluster 2022-04-26T08:36:42.728618+0000 mgr.smithi136.ofnrfx (mgr.14188) 11690 : cluster [DBG] pgmap v10973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:45 smithi136 bash[11745]: audit 2022-04-26T08:36:44.729234+0000 mon.smithi136 (mon.0) 7071 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:36:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:45 smithi136 bash[11745]: audit 2022-04-26T08:36:44.732322+0000 mon.smithi136 (mon.0) 7072 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:36:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:45 smithi136 bash[11745]: audit 2022-04-26T08:36:44.734234+0000 mon.smithi136 (mon.0) 7073 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:36:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:45 smithi136 bash[11745]: audit 2022-04-26T08:36:45.042208+0000 mon.smithi136 (mon.0) 7074 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:36:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:45 smithi136 bash[11745]: audit 2022-04-26T08:36:45.050459+0000 mon.smithi136 (mon.0) 7075 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:36:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:45 smithi145 bash[13673]: audit 2022-04-26T08:36:44.729234+0000 mon.smithi136 (mon.0) 7071 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:36:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:45 smithi145 bash[13673]: audit 2022-04-26T08:36:44.732322+0000 mon.smithi136 (mon.0) 7072 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:36:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:45 smithi145 bash[13673]: audit 2022-04-26T08:36:44.734234+0000 mon.smithi136 (mon.0) 7073 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:36:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:45 smithi145 bash[13673]: audit 2022-04-26T08:36:45.042208+0000 mon.smithi136 (mon.0) 7074 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:36:45.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:45 smithi145 bash[13673]: audit 2022-04-26T08:36:45.050459+0000 mon.smithi136 (mon.0) 7075 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:36:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:46 smithi136 bash[11745]: cluster 2022-04-26T08:36:44.729211+0000 mgr.smithi136.ofnrfx (mgr.14188) 11691 : cluster [DBG] pgmap v10974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:46 smithi136 bash[11745]: cluster 2022-04-26T08:36:45.034629+0000 mgr.smithi136.ofnrfx (mgr.14188) 11692 : cluster [DBG] pgmap v10975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:46 smithi136 bash[11745]: cluster 2022-04-26T08:36:45.035076+0000 mgr.smithi136.ofnrfx (mgr.14188) 11693 : cluster [DBG] pgmap v10976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:46 smithi136 bash[11745]: cephadm 2022-04-26T08:36:45.051374+0000 mgr.smithi136.ofnrfx (mgr.14188) 11694 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:36:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:46 smithi136 bash[11745]: cephadm 2022-04-26T08:36:45.051479+0000 mgr.smithi136.ofnrfx (mgr.14188) 11695 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:36:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:46 smithi145 bash[13673]: cluster 2022-04-26T08:36:44.729211+0000 mgr.smithi136.ofnrfx (mgr.14188) 11691 : cluster [DBG] pgmap v10974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:46 smithi145 bash[13673]: cluster 2022-04-26T08:36:45.034629+0000 mgr.smithi136.ofnrfx (mgr.14188) 11692 : cluster [DBG] pgmap v10975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:46 smithi145 bash[13673]: cluster 2022-04-26T08:36:45.035076+0000 mgr.smithi136.ofnrfx (mgr.14188) 11693 : cluster [DBG] pgmap v10976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:46 smithi145 bash[13673]: cephadm 2022-04-26T08:36:45.051374+0000 mgr.smithi136.ofnrfx (mgr.14188) 11694 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:36:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:46 smithi145 bash[13673]: cephadm 2022-04-26T08:36:45.051479+0000 mgr.smithi136.ofnrfx (mgr.14188) 11695 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:36:47.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:47.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:47.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:47.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:47.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:47 smithi136 bash[11745]: cluster 2022-04-26T08:36:47.035893+0000 mgr.smithi136.ofnrfx (mgr.14188) 11696 : cluster [DBG] pgmap v10977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:47 smithi145 bash[13673]: cluster 2022-04-26T08:36:47.035893+0000 mgr.smithi136.ofnrfx (mgr.14188) 11696 : cluster [DBG] pgmap v10977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:48.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:48 smithi145 bash[13673]: audit 2022-04-26T08:36:47.458164+0000 mon.smithi136 (mon.0) 7076 : audit [DBG] from='client.? 172.21.15.136:0/605971190' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:48.565 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:48 smithi136 bash[11745]: audit 2022-04-26T08:36:47.458164+0000 mon.smithi136 (mon.0) 7076 : audit [DBG] from='client.? 172.21.15.136:0/605971190' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:49 smithi136 bash[11745]: cluster 2022-04-26T08:36:49.036576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11697 : cluster [DBG] pgmap v10978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:49 smithi145 bash[13673]: cluster 2022-04-26T08:36:49.036576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11697 : cluster [DBG] pgmap v10978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:52 smithi145 bash[13673]: cluster 2022-04-26T08:36:51.037246+0000 mgr.smithi136.ofnrfx (mgr.14188) 11698 : cluster [DBG] pgmap v10979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:52.476 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:52.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:52.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:52 smithi136 bash[11745]: cluster 2022-04-26T08:36:51.037246+0000 mgr.smithi136.ofnrfx (mgr.14188) 11698 : cluster [DBG] pgmap v10979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:52.802 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:53 smithi136 bash[11745]: audit 2022-04-26T08:36:52.787151+0000 mon.smithi136 (mon.0) 7077 : audit [DBG] from='client.? 172.21.15.136:0/1161022577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:53 smithi145 bash[13673]: audit 2022-04-26T08:36:52.787151+0000 mon.smithi136 (mon.0) 7077 : audit [DBG] from='client.? 172.21.15.136:0/1161022577' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:54 smithi136 bash[11745]: cluster 2022-04-26T08:36:53.037871+0000 mgr.smithi136.ofnrfx (mgr.14188) 11699 : cluster [DBG] pgmap v10980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:54 smithi145 bash[13673]: cluster 2022-04-26T08:36:53.037871+0000 mgr.smithi136.ofnrfx (mgr.14188) 11699 : cluster [DBG] pgmap v10980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:56 smithi136 bash[11745]: cluster 2022-04-26T08:36:55.038465+0000 mgr.smithi136.ofnrfx (mgr.14188) 11700 : cluster [DBG] pgmap v10981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:56 smithi145 bash[13673]: cluster 2022-04-26T08:36:55.038465+0000 mgr.smithi136.ofnrfx (mgr.14188) 11700 : cluster [DBG] pgmap v10981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:57.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:36:57.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:36:57.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:36:58.138 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:36:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:58 smithi145 bash[13673]: cluster 2022-04-26T08:36:57.039123+0000 mgr.smithi136.ofnrfx (mgr.14188) 11701 : cluster [DBG] pgmap v10982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:36:58 smithi145 bash[13673]: audit 2022-04-26T08:36:58.116683+0000 mon.smithi136 (mon.0) 7078 : audit [DBG] from='client.? 172.21.15.136:0/413728215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:36:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:58 smithi136 bash[11745]: cluster 2022-04-26T08:36:57.039123+0000 mgr.smithi136.ofnrfx (mgr.14188) 11701 : cluster [DBG] pgmap v10982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:36:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:36:58 smithi136 bash[11745]: audit 2022-04-26T08:36:58.116683+0000 mon.smithi136 (mon.0) 7078 : audit [DBG] from='client.? 172.21.15.136:0/413728215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:00 smithi136 bash[11745]: cluster 2022-04-26T08:36:59.039781+0000 mgr.smithi136.ofnrfx (mgr.14188) 11702 : cluster [DBG] pgmap v10983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:00 smithi145 bash[13673]: cluster 2022-04-26T08:36:59.039781+0000 mgr.smithi136.ofnrfx (mgr.14188) 11702 : cluster [DBG] pgmap v10983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:02 smithi136 bash[11745]: cluster 2022-04-26T08:37:01.040413+0000 mgr.smithi136.ofnrfx (mgr.14188) 11703 : cluster [DBG] pgmap v10984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:02 smithi145 bash[13673]: cluster 2022-04-26T08:37:01.040413+0000 mgr.smithi136.ofnrfx (mgr.14188) 11703 : cluster [DBG] pgmap v10984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:03.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:03.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:03.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:03.460 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:04 smithi136 bash[11745]: cluster 2022-04-26T08:37:03.041057+0000 mgr.smithi136.ofnrfx (mgr.14188) 11704 : cluster [DBG] pgmap v10985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:04 smithi136 bash[11745]: audit 2022-04-26T08:37:03.311556+0000 mon.smithi136 (mon.0) 7079 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:37:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:04 smithi136 bash[11745]: audit 2022-04-26T08:37:03.315015+0000 mon.smithi136 (mon.0) 7080 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:37:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:04 smithi136 bash[11745]: audit 2022-04-26T08:37:03.445718+0000 mon.smithi136 (mon.0) 7081 : audit [DBG] from='client.? 172.21.15.136:0/3323636625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:04 smithi145 bash[13673]: cluster 2022-04-26T08:37:03.041057+0000 mgr.smithi136.ofnrfx (mgr.14188) 11704 : cluster [DBG] pgmap v10985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:04 smithi145 bash[13673]: audit 2022-04-26T08:37:03.311556+0000 mon.smithi136 (mon.0) 7079 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:37:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:04 smithi145 bash[13673]: audit 2022-04-26T08:37:03.315015+0000 mon.smithi136 (mon.0) 7080 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:37:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:04 smithi145 bash[13673]: audit 2022-04-26T08:37:03.445718+0000 mon.smithi136 (mon.0) 7081 : audit [DBG] from='client.? 172.21.15.136:0/3323636625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:06 smithi136 bash[11745]: cluster 2022-04-26T08:37:05.041687+0000 mgr.smithi136.ofnrfx (mgr.14188) 11705 : cluster [DBG] pgmap v10986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:06 smithi145 bash[13673]: cluster 2022-04-26T08:37:05.041687+0000 mgr.smithi136.ofnrfx (mgr.14188) 11705 : cluster [DBG] pgmap v10986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:08 smithi145 bash[13673]: cluster 2022-04-26T08:37:07.042349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11706 : cluster [DBG] pgmap v10987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:08.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:08.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:08.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:08.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:08 smithi136 bash[11745]: cluster 2022-04-26T08:37:07.042349+0000 mgr.smithi136.ofnrfx (mgr.14188) 11706 : cluster [DBG] pgmap v10987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:08.787 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:09 smithi136 bash[11745]: audit 2022-04-26T08:37:08.771547+0000 mon.smithi136 (mon.0) 7082 : audit [DBG] from='client.? 172.21.15.136:0/2390411753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:09 smithi145 bash[13673]: audit 2022-04-26T08:37:08.771547+0000 mon.smithi136 (mon.0) 7082 : audit [DBG] from='client.? 172.21.15.136:0/2390411753' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:10 smithi136 bash[11745]: cluster 2022-04-26T08:37:09.042960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11707 : cluster [DBG] pgmap v10988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:10 smithi145 bash[13673]: cluster 2022-04-26T08:37:09.042960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11707 : cluster [DBG] pgmap v10988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:12 smithi136 bash[11745]: cluster 2022-04-26T08:37:11.043602+0000 mgr.smithi136.ofnrfx (mgr.14188) 11708 : cluster [DBG] pgmap v10989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:12 smithi145 bash[13673]: cluster 2022-04-26T08:37:11.043602+0000 mgr.smithi136.ofnrfx (mgr.14188) 11708 : cluster [DBG] pgmap v10989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:13.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:13.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:13.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:14.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:14 smithi136 bash[11745]: cluster 2022-04-26T08:37:13.044247+0000 mgr.smithi136.ofnrfx (mgr.14188) 11709 : cluster [DBG] pgmap v10990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:14.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:14 smithi136 bash[11745]: audit 2022-04-26T08:37:14.104120+0000 mon.smithi136 (mon.0) 7083 : audit [DBG] from='client.? 172.21.15.136:0/119914444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:14 smithi145 bash[13673]: cluster 2022-04-26T08:37:13.044247+0000 mgr.smithi136.ofnrfx (mgr.14188) 11709 : cluster [DBG] pgmap v10990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:14 smithi145 bash[13673]: audit 2022-04-26T08:37:14.104120+0000 mon.smithi136 (mon.0) 7083 : audit [DBG] from='client.? 172.21.15.136:0/119914444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:16 smithi136 bash[11745]: cluster 2022-04-26T08:37:15.044852+0000 mgr.smithi136.ofnrfx (mgr.14188) 11710 : cluster [DBG] pgmap v10991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:16 smithi145 bash[13673]: cluster 2022-04-26T08:37:15.044852+0000 mgr.smithi136.ofnrfx (mgr.14188) 11710 : cluster [DBG] pgmap v10991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:18 smithi145 bash[13673]: cluster 2022-04-26T08:37:17.045484+0000 mgr.smithi136.ofnrfx (mgr.14188) 11711 : cluster [DBG] pgmap v10992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:18 smithi136 bash[11745]: cluster 2022-04-26T08:37:17.045484+0000 mgr.smithi136.ofnrfx (mgr.14188) 11711 : cluster [DBG] pgmap v10992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:19.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:19.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:19.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:19.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:19 smithi136 bash[11745]: cluster 2022-04-26T08:37:19.046101+0000 mgr.smithi136.ofnrfx (mgr.14188) 11712 : cluster [DBG] pgmap v10993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:19 smithi145 bash[13673]: cluster 2022-04-26T08:37:19.046101+0000 mgr.smithi136.ofnrfx (mgr.14188) 11712 : cluster [DBG] pgmap v10993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:20 smithi136 bash[11745]: audit 2022-04-26T08:37:19.432967+0000 mon.smithi136 (mon.0) 7084 : audit [DBG] from='client.? 172.21.15.136:0/4078823986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:20 smithi145 bash[13673]: audit 2022-04-26T08:37:19.432967+0000 mon.smithi136 (mon.0) 7084 : audit [DBG] from='client.? 172.21.15.136:0/4078823986' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:21 smithi136 bash[11745]: cluster 2022-04-26T08:37:21.046748+0000 mgr.smithi136.ofnrfx (mgr.14188) 11713 : cluster [DBG] pgmap v10994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:21 smithi145 bash[13673]: cluster 2022-04-26T08:37:21.046748+0000 mgr.smithi136.ofnrfx (mgr.14188) 11713 : cluster [DBG] pgmap v10994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:24 smithi145 bash[13673]: cluster 2022-04-26T08:37:23.047370+0000 mgr.smithi136.ofnrfx (mgr.14188) 11714 : cluster [DBG] pgmap v10995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:24.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:24.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:24.452 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:24 smithi136 bash[11745]: cluster 2022-04-26T08:37:23.047370+0000 mgr.smithi136.ofnrfx (mgr.14188) 11714 : cluster [DBG] pgmap v10995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:24.776 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:25 smithi145 bash[13673]: audit 2022-04-26T08:37:24.761407+0000 mon.smithi136 (mon.0) 7085 : audit [DBG] from='client.? 172.21.15.136:0/2540129528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:25 smithi136 bash[11745]: audit 2022-04-26T08:37:24.761407+0000 mon.smithi136 (mon.0) 7085 : audit [DBG] from='client.? 172.21.15.136:0/2540129528' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:26 smithi136 bash[11745]: cluster 2022-04-26T08:37:25.048019+0000 mgr.smithi136.ofnrfx (mgr.14188) 11715 : cluster [DBG] pgmap v10996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:26 smithi145 bash[13673]: cluster 2022-04-26T08:37:25.048019+0000 mgr.smithi136.ofnrfx (mgr.14188) 11715 : cluster [DBG] pgmap v10996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:28 smithi145 bash[13673]: cluster 2022-04-26T08:37:27.048737+0000 mgr.smithi136.ofnrfx (mgr.14188) 11716 : cluster [DBG] pgmap v10997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:28 smithi136 bash[11745]: cluster 2022-04-26T08:37:27.048737+0000 mgr.smithi136.ofnrfx (mgr.14188) 11716 : cluster [DBG] pgmap v10997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:29.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:29.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:29.779 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:30.102 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:30 smithi136 bash[11745]: cluster 2022-04-26T08:37:29.049354+0000 mgr.smithi136.ofnrfx (mgr.14188) 11717 : cluster [DBG] pgmap v10998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:30 smithi136 bash[11745]: audit 2022-04-26T08:37:30.086736+0000 mon.smithi136 (mon.0) 7086 : audit [DBG] from='client.? 172.21.15.136:0/2315375423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:30 smithi145 bash[13673]: cluster 2022-04-26T08:37:29.049354+0000 mgr.smithi136.ofnrfx (mgr.14188) 11717 : cluster [DBG] pgmap v10998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:30 smithi145 bash[13673]: audit 2022-04-26T08:37:30.086736+0000 mon.smithi136 (mon.0) 7086 : audit [DBG] from='client.? 172.21.15.136:0/2315375423' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:32 smithi136 bash[11745]: cluster 2022-04-26T08:37:31.050028+0000 mgr.smithi136.ofnrfx (mgr.14188) 11718 : cluster [DBG] pgmap v10999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:32 smithi145 bash[13673]: cluster 2022-04-26T08:37:31.050028+0000 mgr.smithi136.ofnrfx (mgr.14188) 11718 : cluster [DBG] pgmap v10999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:34 smithi136 bash[11745]: cluster 2022-04-26T08:37:33.050650+0000 mgr.smithi136.ofnrfx (mgr.14188) 11719 : cluster [DBG] pgmap v11000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:34 smithi145 bash[13673]: cluster 2022-04-26T08:37:33.050650+0000 mgr.smithi136.ofnrfx (mgr.14188) 11719 : cluster [DBG] pgmap v11000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:35.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:35.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:35.106 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:35.440 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:36 smithi136 bash[11745]: cluster 2022-04-26T08:37:35.051198+0000 mgr.smithi136.ofnrfx (mgr.14188) 11720 : cluster [DBG] pgmap v11001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:36 smithi136 bash[11745]: audit 2022-04-26T08:37:35.424440+0000 mon.smithi136 (mon.0) 7087 : audit [DBG] from='client.? 172.21.15.136:0/2408342105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:36 smithi145 bash[13673]: cluster 2022-04-26T08:37:35.051198+0000 mgr.smithi136.ofnrfx (mgr.14188) 11720 : cluster [DBG] pgmap v11001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:36 smithi145 bash[13673]: audit 2022-04-26T08:37:35.424440+0000 mon.smithi136 (mon.0) 7087 : audit [DBG] from='client.? 172.21.15.136:0/2408342105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:38 smithi145 bash[13673]: cluster 2022-04-26T08:37:37.051955+0000 mgr.smithi136.ofnrfx (mgr.14188) 11721 : cluster [DBG] pgmap v11002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:38 smithi136 bash[11745]: cluster 2022-04-26T08:37:37.051955+0000 mgr.smithi136.ofnrfx (mgr.14188) 11721 : cluster [DBG] pgmap v11002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:40.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:40.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:40.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:40 smithi136 bash[11745]: cluster 2022-04-26T08:37:39.052604+0000 mgr.smithi136.ofnrfx (mgr.14188) 11722 : cluster [DBG] pgmap v11003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:40 smithi145 bash[13673]: cluster 2022-04-26T08:37:39.052604+0000 mgr.smithi136.ofnrfx (mgr.14188) 11722 : cluster [DBG] pgmap v11003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:40.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:41 smithi136 bash[11745]: audit 2022-04-26T08:37:40.750527+0000 mon.smithi136 (mon.0) 7088 : audit [DBG] from='client.? 172.21.15.136:0/2073180176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:41 smithi145 bash[13673]: audit 2022-04-26T08:37:40.750527+0000 mon.smithi136 (mon.0) 7088 : audit [DBG] from='client.? 172.21.15.136:0/2073180176' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:42 smithi136 bash[11745]: cluster 2022-04-26T08:37:41.053227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11723 : cluster [DBG] pgmap v11004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:42 smithi145 bash[13673]: cluster 2022-04-26T08:37:41.053227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11723 : cluster [DBG] pgmap v11004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:44 smithi136 bash[11745]: cluster 2022-04-26T08:37:43.053809+0000 mgr.smithi136.ofnrfx (mgr.14188) 11724 : cluster [DBG] pgmap v11005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:44 smithi145 bash[13673]: cluster 2022-04-26T08:37:43.053809+0000 mgr.smithi136.ofnrfx (mgr.14188) 11724 : cluster [DBG] pgmap v11005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:45 smithi136 bash[11745]: audit 2022-04-26T08:37:45.061841+0000 mon.smithi136 (mon.0) 7089 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:37:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:45 smithi136 bash[11745]: audit 2022-04-26T08:37:45.064638+0000 mon.smithi136 (mon.0) 7090 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:37:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:45 smithi136 bash[11745]: audit 2022-04-26T08:37:45.066493+0000 mon.smithi136 (mon.0) 7091 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:37:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:45 smithi145 bash[13673]: audit 2022-04-26T08:37:45.061841+0000 mon.smithi136 (mon.0) 7089 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:37:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:45 smithi145 bash[13673]: audit 2022-04-26T08:37:45.064638+0000 mon.smithi136 (mon.0) 7090 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:37:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:45 smithi145 bash[13673]: audit 2022-04-26T08:37:45.066493+0000 mon.smithi136 (mon.0) 7091 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:37:45.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:45.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:45.772 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:46.095 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:46 smithi136 bash[11745]: cluster 2022-04-26T08:37:45.054392+0000 mgr.smithi136.ofnrfx (mgr.14188) 11725 : cluster [DBG] pgmap v11006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:46 smithi136 bash[11745]: audit 2022-04-26T08:37:45.374085+0000 mon.smithi136 (mon.0) 7092 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:37:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:46 smithi136 bash[11745]: audit 2022-04-26T08:37:45.380456+0000 mon.smithi136 (mon.0) 7093 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:37:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:46 smithi136 bash[11745]: audit 2022-04-26T08:37:46.079189+0000 mon.smithi136 (mon.0) 7094 : audit [DBG] from='client.? 172.21.15.136:0/4072519321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:46 smithi145 bash[13673]: cluster 2022-04-26T08:37:45.054392+0000 mgr.smithi136.ofnrfx (mgr.14188) 11725 : cluster [DBG] pgmap v11006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:46 smithi145 bash[13673]: audit 2022-04-26T08:37:45.374085+0000 mon.smithi136 (mon.0) 7092 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:37:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:46 smithi145 bash[13673]: audit 2022-04-26T08:37:45.380456+0000 mon.smithi136 (mon.0) 7093 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:37:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:46 smithi145 bash[13673]: audit 2022-04-26T08:37:46.079189+0000 mon.smithi136 (mon.0) 7094 : audit [DBG] from='client.? 172.21.15.136:0/4072519321' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:47 smithi136 bash[11745]: cluster 2022-04-26T08:37:45.366505+0000 mgr.smithi136.ofnrfx (mgr.14188) 11726 : cluster [DBG] pgmap v11007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:47.625 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:47 smithi136 bash[11745]: cluster 2022-04-26T08:37:45.366771+0000 mgr.smithi136.ofnrfx (mgr.14188) 11727 : cluster [DBG] pgmap v11008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:47.627 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:47 smithi136 bash[11745]: cephadm 2022-04-26T08:37:45.381511+0000 mgr.smithi136.ofnrfx (mgr.14188) 11728 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:37:47.627 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:47 smithi136 bash[11745]: cephadm 2022-04-26T08:37:45.381625+0000 mgr.smithi136.ofnrfx (mgr.14188) 11729 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:37:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:47 smithi145 bash[13673]: cluster 2022-04-26T08:37:45.366505+0000 mgr.smithi136.ofnrfx (mgr.14188) 11726 : cluster [DBG] pgmap v11007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:47 smithi145 bash[13673]: cluster 2022-04-26T08:37:45.366771+0000 mgr.smithi136.ofnrfx (mgr.14188) 11727 : cluster [DBG] pgmap v11008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:47 smithi145 bash[13673]: cephadm 2022-04-26T08:37:45.381511+0000 mgr.smithi136.ofnrfx (mgr.14188) 11728 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:37:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:47 smithi145 bash[13673]: cephadm 2022-04-26T08:37:45.381625+0000 mgr.smithi136.ofnrfx (mgr.14188) 11729 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:37:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:48 smithi145 bash[13673]: cluster 2022-04-26T08:37:47.367286+0000 mgr.smithi136.ofnrfx (mgr.14188) 11730 : cluster [DBG] pgmap v11009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:48 smithi136 bash[11745]: cluster 2022-04-26T08:37:47.367286+0000 mgr.smithi136.ofnrfx (mgr.14188) 11730 : cluster [DBG] pgmap v11009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:51.098 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:51.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:51.201 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:51.424 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:51 smithi136 bash[11745]: cluster 2022-04-26T08:37:49.367904+0000 mgr.smithi136.ofnrfx (mgr.14188) 11731 : cluster [DBG] pgmap v11010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:51 smithi145 bash[13673]: cluster 2022-04-26T08:37:49.367904+0000 mgr.smithi136.ofnrfx (mgr.14188) 11731 : cluster [DBG] pgmap v11010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:52 smithi136 bash[11745]: audit 2022-04-26T08:37:51.407811+0000 mon.smithi136 (mon.0) 7095 : audit [DBG] from='client.? 172.21.15.136:0/1739606938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:52 smithi145 bash[13673]: audit 2022-04-26T08:37:51.407811+0000 mon.smithi136 (mon.0) 7095 : audit [DBG] from='client.? 172.21.15.136:0/1739606938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:53 smithi136 bash[11745]: cluster 2022-04-26T08:37:51.368525+0000 mgr.smithi136.ofnrfx (mgr.14188) 11732 : cluster [DBG] pgmap v11011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:53 smithi145 bash[13673]: cluster 2022-04-26T08:37:51.368525+0000 mgr.smithi136.ofnrfx (mgr.14188) 11732 : cluster [DBG] pgmap v11011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:55 smithi136 bash[11745]: cluster 2022-04-26T08:37:53.369165+0000 mgr.smithi136.ofnrfx (mgr.14188) 11733 : cluster [DBG] pgmap v11012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:55 smithi145 bash[13673]: cluster 2022-04-26T08:37:53.369165+0000 mgr.smithi136.ofnrfx (mgr.14188) 11733 : cluster [DBG] pgmap v11012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:56.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:37:56.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:37:56.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:37:56.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:37:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:57 smithi136 bash[11745]: cluster 2022-04-26T08:37:55.369917+0000 mgr.smithi136.ofnrfx (mgr.14188) 11734 : cluster [DBG] pgmap v11013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:57 smithi136 bash[11745]: audit 2022-04-26T08:37:56.738936+0000 mon.smithi136 (mon.0) 7096 : audit [DBG] from='client.? 172.21.15.136:0/349628883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:57 smithi145 bash[13673]: cluster 2022-04-26T08:37:55.369917+0000 mgr.smithi136.ofnrfx (mgr.14188) 11734 : cluster [DBG] pgmap v11013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:57 smithi145 bash[13673]: audit 2022-04-26T08:37:56.738936+0000 mon.smithi136 (mon.0) 7096 : audit [DBG] from='client.? 172.21.15.136:0/349628883' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:37:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:37:59 smithi136 bash[11745]: cluster 2022-04-26T08:37:57.370594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11735 : cluster [DBG] pgmap v11014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:37:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:37:59 smithi145 bash[13673]: cluster 2022-04-26T08:37:57.370594+0000 mgr.smithi136.ofnrfx (mgr.14188) 11735 : cluster [DBG] pgmap v11014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:01 smithi136 bash[11745]: cluster 2022-04-26T08:37:59.371224+0000 mgr.smithi136.ofnrfx (mgr.14188) 11736 : cluster [DBG] pgmap v11015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:01 smithi145 bash[13673]: cluster 2022-04-26T08:37:59.371224+0000 mgr.smithi136.ofnrfx (mgr.14188) 11736 : cluster [DBG] pgmap v11015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:01.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:01.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:01.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:02.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:02 smithi136 bash[11745]: audit 2022-04-26T08:38:02.064556+0000 mon.smithi136 (mon.0) 7097 : audit [DBG] from='client.? 172.21.15.136:0/2546824051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:02 smithi145 bash[13673]: audit 2022-04-26T08:38:02.064556+0000 mon.smithi136 (mon.0) 7097 : audit [DBG] from='client.? 172.21.15.136:0/2546824051' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:03 smithi136 bash[11745]: cluster 2022-04-26T08:38:01.371925+0000 mgr.smithi136.ofnrfx (mgr.14188) 11737 : cluster [DBG] pgmap v11016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:03 smithi145 bash[13673]: cluster 2022-04-26T08:38:01.371925+0000 mgr.smithi136.ofnrfx (mgr.14188) 11737 : cluster [DBG] pgmap v11016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:04 smithi136 bash[11745]: audit 2022-04-26T08:38:03.315338+0000 mon.smithi136 (mon.0) 7098 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:38:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:04 smithi136 bash[11745]: audit 2022-04-26T08:38:03.319115+0000 mon.smithi136 (mon.0) 7099 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:38:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:04 smithi145 bash[13673]: audit 2022-04-26T08:38:03.315338+0000 mon.smithi136 (mon.0) 7098 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:38:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:04 smithi145 bash[13673]: audit 2022-04-26T08:38:03.319115+0000 mon.smithi136 (mon.0) 7099 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:38:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:05 smithi136 bash[11745]: cluster 2022-04-26T08:38:03.372525+0000 mgr.smithi136.ofnrfx (mgr.14188) 11738 : cluster [DBG] pgmap v11017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:05 smithi145 bash[13673]: cluster 2022-04-26T08:38:03.372525+0000 mgr.smithi136.ofnrfx (mgr.14188) 11738 : cluster [DBG] pgmap v11017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:07.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:07.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:07.084 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:07.408 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:07 smithi136 bash[11745]: cluster 2022-04-26T08:38:05.373189+0000 mgr.smithi136.ofnrfx (mgr.14188) 11739 : cluster [DBG] pgmap v11018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:07 smithi145 bash[13673]: cluster 2022-04-26T08:38:05.373189+0000 mgr.smithi136.ofnrfx (mgr.14188) 11739 : cluster [DBG] pgmap v11018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:08 smithi145 bash[13673]: audit 2022-04-26T08:38:07.392937+0000 mon.smithi136 (mon.0) 7100 : audit [DBG] from='client.? 172.21.15.136:0/1137130242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:08 smithi136 bash[11745]: audit 2022-04-26T08:38:07.392937+0000 mon.smithi136 (mon.0) 7100 : audit [DBG] from='client.? 172.21.15.136:0/1137130242' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:09 smithi136 bash[11745]: cluster 2022-04-26T08:38:07.373821+0000 mgr.smithi136.ofnrfx (mgr.14188) 11740 : cluster [DBG] pgmap v11019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:09 smithi145 bash[13673]: cluster 2022-04-26T08:38:07.373821+0000 mgr.smithi136.ofnrfx (mgr.14188) 11740 : cluster [DBG] pgmap v11019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:11 smithi136 bash[11745]: cluster 2022-04-26T08:38:09.374496+0000 mgr.smithi136.ofnrfx (mgr.14188) 11741 : cluster [DBG] pgmap v11020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:11 smithi145 bash[13673]: cluster 2022-04-26T08:38:09.374496+0000 mgr.smithi136.ofnrfx (mgr.14188) 11741 : cluster [DBG] pgmap v11020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:12.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:12.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:12.411 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:12.736 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:13 smithi136 bash[11745]: cluster 2022-04-26T08:38:11.375239+0000 mgr.smithi136.ofnrfx (mgr.14188) 11742 : cluster [DBG] pgmap v11021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:13 smithi136 bash[11745]: audit 2022-04-26T08:38:12.720710+0000 mon.smithi136 (mon.0) 7101 : audit [DBG] from='client.? 172.21.15.136:0/4246114810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:13 smithi145 bash[13673]: cluster 2022-04-26T08:38:11.375239+0000 mgr.smithi136.ofnrfx (mgr.14188) 11742 : cluster [DBG] pgmap v11021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:13 smithi145 bash[13673]: audit 2022-04-26T08:38:12.720710+0000 mon.smithi136 (mon.0) 7101 : audit [DBG] from='client.? 172.21.15.136:0/4246114810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:14 smithi136 bash[11745]: cluster 2022-04-26T08:38:13.375946+0000 mgr.smithi136.ofnrfx (mgr.14188) 11743 : cluster [DBG] pgmap v11022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:14 smithi145 bash[13673]: cluster 2022-04-26T08:38:13.375946+0000 mgr.smithi136.ofnrfx (mgr.14188) 11743 : cluster [DBG] pgmap v11022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:17 smithi136 bash[11745]: cluster 2022-04-26T08:38:15.376667+0000 mgr.smithi136.ofnrfx (mgr.14188) 11744 : cluster [DBG] pgmap v11023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:17 smithi145 bash[13673]: cluster 2022-04-26T08:38:15.376667+0000 mgr.smithi136.ofnrfx (mgr.14188) 11744 : cluster [DBG] pgmap v11023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:17.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:17.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:17.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:18.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:18 smithi145 bash[13673]: audit 2022-04-26T08:38:18.049920+0000 mon.smithi136 (mon.0) 7102 : audit [DBG] from='client.? 172.21.15.136:0/3745681270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:18 smithi136 bash[11745]: audit 2022-04-26T08:38:18.049920+0000 mon.smithi136 (mon.0) 7102 : audit [DBG] from='client.? 172.21.15.136:0/3745681270' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:19 smithi136 bash[11745]: cluster 2022-04-26T08:38:17.377341+0000 mgr.smithi136.ofnrfx (mgr.14188) 11745 : cluster [DBG] pgmap v11024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:19 smithi145 bash[13673]: cluster 2022-04-26T08:38:17.377341+0000 mgr.smithi136.ofnrfx (mgr.14188) 11745 : cluster [DBG] pgmap v11024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:21 smithi136 bash[11745]: cluster 2022-04-26T08:38:19.377919+0000 mgr.smithi136.ofnrfx (mgr.14188) 11746 : cluster [DBG] pgmap v11025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:21 smithi145 bash[13673]: cluster 2022-04-26T08:38:19.377919+0000 mgr.smithi136.ofnrfx (mgr.14188) 11746 : cluster [DBG] pgmap v11025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:23.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:23.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:23.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:23.390 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:23 smithi136 bash[11745]: cluster 2022-04-26T08:38:21.378550+0000 mgr.smithi136.ofnrfx (mgr.14188) 11747 : cluster [DBG] pgmap v11026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:23 smithi145 bash[13673]: cluster 2022-04-26T08:38:21.378550+0000 mgr.smithi136.ofnrfx (mgr.14188) 11747 : cluster [DBG] pgmap v11026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:24 smithi136 bash[11745]: audit 2022-04-26T08:38:23.374169+0000 mon.smithi136 (mon.0) 7103 : audit [DBG] from='client.? 172.21.15.136:0/2861383798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:24 smithi145 bash[13673]: audit 2022-04-26T08:38:23.374169+0000 mon.smithi136 (mon.0) 7103 : audit [DBG] from='client.? 172.21.15.136:0/2861383798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:25 smithi136 bash[11745]: cluster 2022-04-26T08:38:23.379116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11748 : cluster [DBG] pgmap v11027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:25 smithi145 bash[13673]: cluster 2022-04-26T08:38:23.379116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11748 : cluster [DBG] pgmap v11027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:27 smithi136 bash[11745]: cluster 2022-04-26T08:38:25.379806+0000 mgr.smithi136.ofnrfx (mgr.14188) 11749 : cluster [DBG] pgmap v11028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:27 smithi145 bash[13673]: cluster 2022-04-26T08:38:25.379806+0000 mgr.smithi136.ofnrfx (mgr.14188) 11749 : cluster [DBG] pgmap v11028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:28.393 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:28.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:28.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:28.718 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:29 smithi136 bash[11745]: cluster 2022-04-26T08:38:27.380542+0000 mgr.smithi136.ofnrfx (mgr.14188) 11750 : cluster [DBG] pgmap v11029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:29 smithi136 bash[11745]: audit 2022-04-26T08:38:28.702690+0000 mon.smithi136 (mon.0) 7104 : audit [DBG] from='client.? 172.21.15.136:0/109933237' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:29 smithi145 bash[13673]: cluster 2022-04-26T08:38:27.380542+0000 mgr.smithi136.ofnrfx (mgr.14188) 11750 : cluster [DBG] pgmap v11029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:29 smithi145 bash[13673]: audit 2022-04-26T08:38:28.702690+0000 mon.smithi136 (mon.0) 7104 : audit [DBG] from='client.? 172.21.15.136:0/109933237' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:31 smithi136 bash[11745]: cluster 2022-04-26T08:38:29.381140+0000 mgr.smithi136.ofnrfx (mgr.14188) 11751 : cluster [DBG] pgmap v11030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:31 smithi145 bash[13673]: cluster 2022-04-26T08:38:29.381140+0000 mgr.smithi136.ofnrfx (mgr.14188) 11751 : cluster [DBG] pgmap v11030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:33 smithi136 bash[11745]: cluster 2022-04-26T08:38:31.381756+0000 mgr.smithi136.ofnrfx (mgr.14188) 11752 : cluster [DBG] pgmap v11031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:33 smithi145 bash[13673]: cluster 2022-04-26T08:38:31.381756+0000 mgr.smithi136.ofnrfx (mgr.14188) 11752 : cluster [DBG] pgmap v11031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:33.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:33.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:33.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:34.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:34 smithi136 bash[11745]: audit 2022-04-26T08:38:34.032688+0000 mon.smithi136 (mon.0) 7105 : audit [DBG] from='client.? 172.21.15.136:0/2057804491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:34 smithi145 bash[13673]: audit 2022-04-26T08:38:34.032688+0000 mon.smithi136 (mon.0) 7105 : audit [DBG] from='client.? 172.21.15.136:0/2057804491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:35 smithi136 bash[11745]: cluster 2022-04-26T08:38:33.382486+0000 mgr.smithi136.ofnrfx (mgr.14188) 11753 : cluster [DBG] pgmap v11032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:35 smithi145 bash[13673]: cluster 2022-04-26T08:38:33.382486+0000 mgr.smithi136.ofnrfx (mgr.14188) 11753 : cluster [DBG] pgmap v11032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:36 smithi136 bash[11745]: cluster 2022-04-26T08:38:35.383072+0000 mgr.smithi136.ofnrfx (mgr.14188) 11754 : cluster [DBG] pgmap v11033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:36 smithi145 bash[13673]: cluster 2022-04-26T08:38:35.383072+0000 mgr.smithi136.ofnrfx (mgr.14188) 11754 : cluster [DBG] pgmap v11033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:38 smithi136 bash[11745]: cluster 2022-04-26T08:38:37.383796+0000 mgr.smithi136.ofnrfx (mgr.14188) 11755 : cluster [DBG] pgmap v11034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:38 smithi145 bash[13673]: cluster 2022-04-26T08:38:37.383796+0000 mgr.smithi136.ofnrfx (mgr.14188) 11755 : cluster [DBG] pgmap v11034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:39.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:39.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:39.052 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:39.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:39 smithi136 bash[11745]: audit 2022-04-26T08:38:39.352880+0000 mon.smithi136 (mon.0) 7106 : audit [DBG] from='client.? 172.21.15.136:0/3908847581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:39 smithi145 bash[13673]: audit 2022-04-26T08:38:39.352880+0000 mon.smithi136 (mon.0) 7106 : audit [DBG] from='client.? 172.21.15.136:0/3908847581' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:41 smithi136 bash[11745]: cluster 2022-04-26T08:38:39.384423+0000 mgr.smithi136.ofnrfx (mgr.14188) 11756 : cluster [DBG] pgmap v11035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:41 smithi145 bash[13673]: cluster 2022-04-26T08:38:39.384423+0000 mgr.smithi136.ofnrfx (mgr.14188) 11756 : cluster [DBG] pgmap v11035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:43 smithi136 bash[11745]: cluster 2022-04-26T08:38:41.385041+0000 mgr.smithi136.ofnrfx (mgr.14188) 11757 : cluster [DBG] pgmap v11036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:43 smithi145 bash[13673]: cluster 2022-04-26T08:38:41.385041+0000 mgr.smithi136.ofnrfx (mgr.14188) 11757 : cluster [DBG] pgmap v11036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:44.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:44.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:44.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:44.700 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:45 smithi136 bash[11745]: cluster 2022-04-26T08:38:43.385687+0000 mgr.smithi136.ofnrfx (mgr.14188) 11758 : cluster [DBG] pgmap v11037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:45 smithi136 bash[11745]: audit 2022-04-26T08:38:44.685445+0000 mon.smithi136 (mon.0) 7107 : audit [DBG] from='client.? 172.21.15.136:0/3237914243' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:45 smithi145 bash[13673]: cluster 2022-04-26T08:38:43.385687+0000 mgr.smithi136.ofnrfx (mgr.14188) 11758 : cluster [DBG] pgmap v11037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:45 smithi145 bash[13673]: audit 2022-04-26T08:38:44.685445+0000 mon.smithi136 (mon.0) 7107 : audit [DBG] from='client.? 172.21.15.136:0/3237914243' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:46 smithi136 bash[11745]: audit 2022-04-26T08:38:45.391462+0000 mon.smithi136 (mon.0) 7108 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:38:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:46 smithi136 bash[11745]: audit 2022-04-26T08:38:45.394426+0000 mon.smithi136 (mon.0) 7109 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:38:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:46 smithi136 bash[11745]: audit 2022-04-26T08:38:45.396349+0000 mon.smithi136 (mon.0) 7110 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:38:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:46 smithi136 bash[11745]: audit 2022-04-26T08:38:45.702060+0000 mon.smithi136 (mon.0) 7111 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:38:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:46 smithi136 bash[11745]: audit 2022-04-26T08:38:45.712036+0000 mon.smithi136 (mon.0) 7112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:38:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:46 smithi145 bash[13673]: audit 2022-04-26T08:38:45.391462+0000 mon.smithi136 (mon.0) 7108 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:38:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:46 smithi145 bash[13673]: audit 2022-04-26T08:38:45.394426+0000 mon.smithi136 (mon.0) 7109 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:38:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:46 smithi145 bash[13673]: audit 2022-04-26T08:38:45.396349+0000 mon.smithi136 (mon.0) 7110 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:38:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:46 smithi145 bash[13673]: audit 2022-04-26T08:38:45.702060+0000 mon.smithi136 (mon.0) 7111 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:38:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:46 smithi145 bash[13673]: audit 2022-04-26T08:38:45.712036+0000 mon.smithi136 (mon.0) 7112 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:38:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:47 smithi136 bash[11745]: cluster 2022-04-26T08:38:45.386329+0000 mgr.smithi136.ofnrfx (mgr.14188) 11759 : cluster [DBG] pgmap v11038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:47 smithi136 bash[11745]: cluster 2022-04-26T08:38:45.693974+0000 mgr.smithi136.ofnrfx (mgr.14188) 11760 : cluster [DBG] pgmap v11039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:47 smithi136 bash[11745]: cluster 2022-04-26T08:38:45.694360+0000 mgr.smithi136.ofnrfx (mgr.14188) 11761 : cluster [DBG] pgmap v11040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:47 smithi136 bash[11745]: cephadm 2022-04-26T08:38:45.713346+0000 mgr.smithi136.ofnrfx (mgr.14188) 11762 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:38:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:47 smithi136 bash[11745]: cephadm 2022-04-26T08:38:45.713571+0000 mgr.smithi136.ofnrfx (mgr.14188) 11763 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:38:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:47 smithi145 bash[13673]: cluster 2022-04-26T08:38:45.386329+0000 mgr.smithi136.ofnrfx (mgr.14188) 11759 : cluster [DBG] pgmap v11038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:47 smithi145 bash[13673]: cluster 2022-04-26T08:38:45.693974+0000 mgr.smithi136.ofnrfx (mgr.14188) 11760 : cluster [DBG] pgmap v11039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:47 smithi145 bash[13673]: cluster 2022-04-26T08:38:45.694360+0000 mgr.smithi136.ofnrfx (mgr.14188) 11761 : cluster [DBG] pgmap v11040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:47 smithi145 bash[13673]: cephadm 2022-04-26T08:38:45.713346+0000 mgr.smithi136.ofnrfx (mgr.14188) 11762 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:38:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:47 smithi145 bash[13673]: cephadm 2022-04-26T08:38:45.713571+0000 mgr.smithi136.ofnrfx (mgr.14188) 11763 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:38:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:49 smithi136 bash[11745]: cluster 2022-04-26T08:38:47.694945+0000 mgr.smithi136.ofnrfx (mgr.14188) 11764 : cluster [DBG] pgmap v11041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:49 smithi145 bash[13673]: cluster 2022-04-26T08:38:47.694945+0000 mgr.smithi136.ofnrfx (mgr.14188) 11764 : cluster [DBG] pgmap v11041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:49.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:49.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:49.704 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:50.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:50 smithi136 bash[11745]: audit 2022-04-26T08:38:50.015719+0000 mon.smithi136 (mon.0) 7113 : audit [DBG] from='client.? 172.21.15.136:0/3804461099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:50 smithi145 bash[13673]: audit 2022-04-26T08:38:50.015719+0000 mon.smithi136 (mon.0) 7113 : audit [DBG] from='client.? 172.21.15.136:0/3804461099' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:51 smithi136 bash[11745]: cluster 2022-04-26T08:38:49.695583+0000 mgr.smithi136.ofnrfx (mgr.14188) 11765 : cluster [DBG] pgmap v11042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:51 smithi145 bash[13673]: cluster 2022-04-26T08:38:49.695583+0000 mgr.smithi136.ofnrfx (mgr.14188) 11765 : cluster [DBG] pgmap v11042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:53 smithi136 bash[11745]: cluster 2022-04-26T08:38:51.696227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11766 : cluster [DBG] pgmap v11043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:53 smithi145 bash[13673]: cluster 2022-04-26T08:38:51.696227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11766 : cluster [DBG] pgmap v11043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:55.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:38:55.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:38:55.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:38:55.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:38:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:55 smithi136 bash[11745]: cluster 2022-04-26T08:38:53.696872+0000 mgr.smithi136.ofnrfx (mgr.14188) 11767 : cluster [DBG] pgmap v11044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:55 smithi145 bash[13673]: cluster 2022-04-26T08:38:53.696872+0000 mgr.smithi136.ofnrfx (mgr.14188) 11767 : cluster [DBG] pgmap v11044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:56 smithi136 bash[11745]: audit 2022-04-26T08:38:55.348842+0000 mon.smithi136 (mon.0) 7114 : audit [DBG] from='client.? 172.21.15.136:0/2938695879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:56 smithi145 bash[13673]: audit 2022-04-26T08:38:55.348842+0000 mon.smithi136 (mon.0) 7114 : audit [DBG] from='client.? 172.21.15.136:0/2938695879' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:38:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:57 smithi136 bash[11745]: cluster 2022-04-26T08:38:55.697520+0000 mgr.smithi136.ofnrfx (mgr.14188) 11768 : cluster [DBG] pgmap v11045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:57 smithi145 bash[13673]: cluster 2022-04-26T08:38:55.697520+0000 mgr.smithi136.ofnrfx (mgr.14188) 11768 : cluster [DBG] pgmap v11045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:38:59 smithi145 bash[13673]: cluster 2022-04-26T08:38:57.698179+0000 mgr.smithi136.ofnrfx (mgr.14188) 11769 : cluster [DBG] pgmap v11046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:38:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:38:59 smithi136 bash[11745]: cluster 2022-04-26T08:38:57.698179+0000 mgr.smithi136.ofnrfx (mgr.14188) 11769 : cluster [DBG] pgmap v11046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:00.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:00.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:00.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:00.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:01 smithi136 bash[11745]: cluster 2022-04-26T08:38:59.698884+0000 mgr.smithi136.ofnrfx (mgr.14188) 11770 : cluster [DBG] pgmap v11047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:01.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:01 smithi136 bash[11745]: audit 2022-04-26T08:39:00.679167+0000 mon.smithi136 (mon.0) 7115 : audit [DBG] from='client.? 172.21.15.136:0/691962338' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:01 smithi145 bash[13673]: cluster 2022-04-26T08:38:59.698884+0000 mgr.smithi136.ofnrfx (mgr.14188) 11770 : cluster [DBG] pgmap v11047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:01 smithi145 bash[13673]: audit 2022-04-26T08:39:00.679167+0000 mon.smithi136 (mon.0) 7115 : audit [DBG] from='client.? 172.21.15.136:0/691962338' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:02 smithi136 bash[11745]: cluster 2022-04-26T08:39:01.699618+0000 mgr.smithi136.ofnrfx (mgr.14188) 11771 : cluster [DBG] pgmap v11048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:02 smithi145 bash[13673]: cluster 2022-04-26T08:39:01.699618+0000 mgr.smithi136.ofnrfx (mgr.14188) 11771 : cluster [DBG] pgmap v11048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:03 smithi145 bash[13673]: audit 2022-04-26T08:39:03.319288+0000 mon.smithi136 (mon.0) 7116 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:39:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:03 smithi145 bash[13673]: audit 2022-04-26T08:39:03.323296+0000 mon.smithi136 (mon.0) 7117 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:39:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:03 smithi136 bash[11745]: audit 2022-04-26T08:39:03.319288+0000 mon.smithi136 (mon.0) 7116 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:39:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:03 smithi136 bash[11745]: audit 2022-04-26T08:39:03.323296+0000 mon.smithi136 (mon.0) 7117 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:39:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:04 smithi145 bash[13673]: cluster 2022-04-26T08:39:03.700194+0000 mgr.smithi136.ofnrfx (mgr.14188) 11772 : cluster [DBG] pgmap v11049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:04 smithi136 bash[11745]: cluster 2022-04-26T08:39:03.700194+0000 mgr.smithi136.ofnrfx (mgr.14188) 11772 : cluster [DBG] pgmap v11049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:05.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:05.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:05.697 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:06.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:06 smithi136 bash[11745]: audit 2022-04-26T08:39:06.009561+0000 mon.smithi136 (mon.0) 7118 : audit [DBG] from='client.? 172.21.15.136:0/993221389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:06 smithi145 bash[13673]: audit 2022-04-26T08:39:06.009561+0000 mon.smithi136 (mon.0) 7118 : audit [DBG] from='client.? 172.21.15.136:0/993221389' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:07.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:07 smithi136 bash[11745]: cluster 2022-04-26T08:39:05.700755+0000 mgr.smithi136.ofnrfx (mgr.14188) 11773 : cluster [DBG] pgmap v11050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:07 smithi145 bash[13673]: cluster 2022-04-26T08:39:05.700755+0000 mgr.smithi136.ofnrfx (mgr.14188) 11773 : cluster [DBG] pgmap v11050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:09 smithi136 bash[11745]: cluster 2022-04-26T08:39:07.701335+0000 mgr.smithi136.ofnrfx (mgr.14188) 11774 : cluster [DBG] pgmap v11051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:09 smithi145 bash[13673]: cluster 2022-04-26T08:39:07.701335+0000 mgr.smithi136.ofnrfx (mgr.14188) 11774 : cluster [DBG] pgmap v11051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:11.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:11.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:11 smithi136 bash[11745]: cluster 2022-04-26T08:39:09.701920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11775 : cluster [DBG] pgmap v11052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:11 smithi145 bash[13673]: cluster 2022-04-26T08:39:09.701920+0000 mgr.smithi136.ofnrfx (mgr.14188) 11775 : cluster [DBG] pgmap v11052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:12 smithi136 bash[11745]: audit 2022-04-26T08:39:11.339242+0000 mon.smithi136 (mon.0) 7119 : audit [DBG] from='client.? 172.21.15.136:0/976666165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:12 smithi145 bash[13673]: audit 2022-04-26T08:39:11.339242+0000 mon.smithi136 (mon.0) 7119 : audit [DBG] from='client.? 172.21.15.136:0/976666165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:13 smithi136 bash[11745]: cluster 2022-04-26T08:39:11.702531+0000 mgr.smithi136.ofnrfx (mgr.14188) 11776 : cluster [DBG] pgmap v11053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:13 smithi145 bash[13673]: cluster 2022-04-26T08:39:11.702531+0000 mgr.smithi136.ofnrfx (mgr.14188) 11776 : cluster [DBG] pgmap v11053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:15 smithi136 bash[11745]: cluster 2022-04-26T08:39:13.703136+0000 mgr.smithi136.ofnrfx (mgr.14188) 11777 : cluster [DBG] pgmap v11054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:15 smithi145 bash[13673]: cluster 2022-04-26T08:39:13.703136+0000 mgr.smithi136.ofnrfx (mgr.14188) 11777 : cluster [DBG] pgmap v11054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:16.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:16.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:16.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:16.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:17 smithi136 bash[11745]: cluster 2022-04-26T08:39:15.703763+0000 mgr.smithi136.ofnrfx (mgr.14188) 11778 : cluster [DBG] pgmap v11055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:17 smithi136 bash[11745]: audit 2022-04-26T08:39:16.672518+0000 mon.smithi136 (mon.0) 7120 : audit [DBG] from='client.? 172.21.15.136:0/1349003907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:17 smithi145 bash[13673]: cluster 2022-04-26T08:39:15.703763+0000 mgr.smithi136.ofnrfx (mgr.14188) 11778 : cluster [DBG] pgmap v11055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:17 smithi145 bash[13673]: audit 2022-04-26T08:39:16.672518+0000 mon.smithi136 (mon.0) 7120 : audit [DBG] from='client.? 172.21.15.136:0/1349003907' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:19 smithi136 bash[11745]: cluster 2022-04-26T08:39:17.704487+0000 mgr.smithi136.ofnrfx (mgr.14188) 11779 : cluster [DBG] pgmap v11056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:19 smithi145 bash[13673]: cluster 2022-04-26T08:39:17.704487+0000 mgr.smithi136.ofnrfx (mgr.14188) 11779 : cluster [DBG] pgmap v11056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:21 smithi136 bash[11745]: cluster 2022-04-26T08:39:19.705114+0000 mgr.smithi136.ofnrfx (mgr.14188) 11780 : cluster [DBG] pgmap v11057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:21 smithi145 bash[13673]: cluster 2022-04-26T08:39:19.705114+0000 mgr.smithi136.ofnrfx (mgr.14188) 11780 : cluster [DBG] pgmap v11057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:21.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:21.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:21.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:22.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:22 smithi136 bash[11745]: audit 2022-04-26T08:39:22.004999+0000 mon.smithi136 (mon.0) 7121 : audit [DBG] from='client.? 172.21.15.136:0/2618744848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:22 smithi145 bash[13673]: audit 2022-04-26T08:39:22.004999+0000 mon.smithi136 (mon.0) 7121 : audit [DBG] from='client.? 172.21.15.136:0/2618744848' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:23 smithi136 bash[11745]: cluster 2022-04-26T08:39:21.705790+0000 mgr.smithi136.ofnrfx (mgr.14188) 11781 : cluster [DBG] pgmap v11058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:23 smithi145 bash[13673]: cluster 2022-04-26T08:39:21.705790+0000 mgr.smithi136.ofnrfx (mgr.14188) 11781 : cluster [DBG] pgmap v11058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:25 smithi136 bash[11745]: cluster 2022-04-26T08:39:23.706362+0000 mgr.smithi136.ofnrfx (mgr.14188) 11782 : cluster [DBG] pgmap v11059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:25 smithi145 bash[13673]: cluster 2022-04-26T08:39:23.706362+0000 mgr.smithi136.ofnrfx (mgr.14188) 11782 : cluster [DBG] pgmap v11059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:26 smithi136 bash[11745]: cluster 2022-04-26T08:39:25.706979+0000 mgr.smithi136.ofnrfx (mgr.14188) 11783 : cluster [DBG] pgmap v11060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:26 smithi145 bash[13673]: cluster 2022-04-26T08:39:25.706979+0000 mgr.smithi136.ofnrfx (mgr.14188) 11783 : cluster [DBG] pgmap v11060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:27.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:27.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:27.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:27.348 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:27 smithi145 bash[13673]: audit 2022-04-26T08:39:27.329122+0000 mon.smithi136 (mon.0) 7122 : audit [DBG] from='client.? 172.21.15.136:0/1209969159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:27 smithi136 bash[11745]: audit 2022-04-26T08:39:27.329122+0000 mon.smithi136 (mon.0) 7122 : audit [DBG] from='client.? 172.21.15.136:0/1209969159' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:28 smithi145 bash[13673]: cluster 2022-04-26T08:39:27.707634+0000 mgr.smithi136.ofnrfx (mgr.14188) 11784 : cluster [DBG] pgmap v11061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:28 smithi136 bash[11745]: cluster 2022-04-26T08:39:27.707634+0000 mgr.smithi136.ofnrfx (mgr.14188) 11784 : cluster [DBG] pgmap v11061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:31 smithi136 bash[11745]: cluster 2022-04-26T08:39:29.708261+0000 mgr.smithi136.ofnrfx (mgr.14188) 11785 : cluster [DBG] pgmap v11062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:31 smithi145 bash[13673]: cluster 2022-04-26T08:39:29.708261+0000 mgr.smithi136.ofnrfx (mgr.14188) 11785 : cluster [DBG] pgmap v11062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:32.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:32.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:32.351 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:32.674 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:33 smithi136 bash[11745]: cluster 2022-04-26T08:39:31.708931+0000 mgr.smithi136.ofnrfx (mgr.14188) 11786 : cluster [DBG] pgmap v11063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:33.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:33 smithi136 bash[11745]: audit 2022-04-26T08:39:32.658653+0000 mon.smithi136 (mon.0) 7123 : audit [DBG] from='client.? 172.21.15.136:0/27313800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:33 smithi145 bash[13673]: cluster 2022-04-26T08:39:31.708931+0000 mgr.smithi136.ofnrfx (mgr.14188) 11786 : cluster [DBG] pgmap v11063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:33 smithi145 bash[13673]: audit 2022-04-26T08:39:32.658653+0000 mon.smithi136 (mon.0) 7123 : audit [DBG] from='client.? 172.21.15.136:0/27313800' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:35 smithi136 bash[11745]: cluster 2022-04-26T08:39:33.709502+0000 mgr.smithi136.ofnrfx (mgr.14188) 11787 : cluster [DBG] pgmap v11064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:35 smithi145 bash[13673]: cluster 2022-04-26T08:39:33.709502+0000 mgr.smithi136.ofnrfx (mgr.14188) 11787 : cluster [DBG] pgmap v11064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:37 smithi136 bash[11745]: cluster 2022-04-26T08:39:35.710118+0000 mgr.smithi136.ofnrfx (mgr.14188) 11788 : cluster [DBG] pgmap v11065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:37 smithi145 bash[13673]: cluster 2022-04-26T08:39:35.710118+0000 mgr.smithi136.ofnrfx (mgr.14188) 11788 : cluster [DBG] pgmap v11065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:37.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:37.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:37.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:38.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:38 smithi145 bash[13673]: audit 2022-04-26T08:39:37.991359+0000 mon.smithi136 (mon.0) 7124 : audit [DBG] from='client.? 172.21.15.136:0/1334265036' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:38 smithi136 bash[11745]: audit 2022-04-26T08:39:37.991359+0000 mon.smithi136 (mon.0) 7124 : audit [DBG] from='client.? 172.21.15.136:0/1334265036' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:39 smithi136 bash[11745]: cluster 2022-04-26T08:39:37.710789+0000 mgr.smithi136.ofnrfx (mgr.14188) 11789 : cluster [DBG] pgmap v11066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:39 smithi145 bash[13673]: cluster 2022-04-26T08:39:37.710789+0000 mgr.smithi136.ofnrfx (mgr.14188) 11789 : cluster [DBG] pgmap v11066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:41 smithi136 bash[11745]: cluster 2022-04-26T08:39:39.711422+0000 mgr.smithi136.ofnrfx (mgr.14188) 11790 : cluster [DBG] pgmap v11067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:41 smithi145 bash[13673]: cluster 2022-04-26T08:39:39.711422+0000 mgr.smithi136.ofnrfx (mgr.14188) 11790 : cluster [DBG] pgmap v11067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:43.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:43.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:43.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:43.342 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:43 smithi136 bash[11745]: cluster 2022-04-26T08:39:41.712053+0000 mgr.smithi136.ofnrfx (mgr.14188) 11791 : cluster [DBG] pgmap v11068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:43 smithi145 bash[13673]: cluster 2022-04-26T08:39:41.712053+0000 mgr.smithi136.ofnrfx (mgr.14188) 11791 : cluster [DBG] pgmap v11068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:44 smithi136 bash[11745]: audit 2022-04-26T08:39:43.321585+0000 mon.smithi136 (mon.0) 7125 : audit [DBG] from='client.? 172.21.15.136:0/2814873027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:44 smithi145 bash[13673]: audit 2022-04-26T08:39:43.321585+0000 mon.smithi136 (mon.0) 7125 : audit [DBG] from='client.? 172.21.15.136:0/2814873027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:45 smithi136 bash[11745]: cluster 2022-04-26T08:39:43.712676+0000 mgr.smithi136.ofnrfx (mgr.14188) 11792 : cluster [DBG] pgmap v11069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:45 smithi145 bash[13673]: cluster 2022-04-26T08:39:43.712676+0000 mgr.smithi136.ofnrfx (mgr.14188) 11792 : cluster [DBG] pgmap v11069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:46 smithi136 bash[11745]: audit 2022-04-26T08:39:45.721220+0000 mon.smithi136 (mon.0) 7126 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:39:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:46 smithi136 bash[11745]: audit 2022-04-26T08:39:45.724314+0000 mon.smithi136 (mon.0) 7127 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:39:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:46 smithi136 bash[11745]: audit 2022-04-26T08:39:45.726456+0000 mon.smithi136 (mon.0) 7128 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:39:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:46 smithi136 bash[11745]: audit 2022-04-26T08:39:46.052988+0000 mon.smithi136 (mon.0) 7129 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:39:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:46 smithi136 bash[11745]: audit 2022-04-26T08:39:46.061048+0000 mon.smithi136 (mon.0) 7130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:39:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:46 smithi145 bash[13673]: audit 2022-04-26T08:39:45.721220+0000 mon.smithi136 (mon.0) 7126 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:39:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:46 smithi145 bash[13673]: audit 2022-04-26T08:39:45.724314+0000 mon.smithi136 (mon.0) 7127 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:39:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:46 smithi145 bash[13673]: audit 2022-04-26T08:39:45.726456+0000 mon.smithi136 (mon.0) 7128 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:39:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:46 smithi145 bash[13673]: audit 2022-04-26T08:39:46.052988+0000 mon.smithi136 (mon.0) 7129 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:39:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:46 smithi145 bash[13673]: audit 2022-04-26T08:39:46.061048+0000 mon.smithi136 (mon.0) 7130 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:39:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:47 smithi136 bash[11745]: cluster 2022-04-26T08:39:45.713245+0000 mgr.smithi136.ofnrfx (mgr.14188) 11793 : cluster [DBG] pgmap v11070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:47 smithi136 bash[11745]: cluster 2022-04-26T08:39:46.045557+0000 mgr.smithi136.ofnrfx (mgr.14188) 11794 : cluster [DBG] pgmap v11071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:47 smithi136 bash[11745]: cluster 2022-04-26T08:39:46.045896+0000 mgr.smithi136.ofnrfx (mgr.14188) 11795 : cluster [DBG] pgmap v11072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:47 smithi136 bash[11745]: cephadm 2022-04-26T08:39:46.062296+0000 mgr.smithi136.ofnrfx (mgr.14188) 11796 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:39:47.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:47 smithi136 bash[11745]: cephadm 2022-04-26T08:39:46.062461+0000 mgr.smithi136.ofnrfx (mgr.14188) 11797 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:39:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:47 smithi145 bash[13673]: cluster 2022-04-26T08:39:45.713245+0000 mgr.smithi136.ofnrfx (mgr.14188) 11793 : cluster [DBG] pgmap v11070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:47 smithi145 bash[13673]: cluster 2022-04-26T08:39:46.045557+0000 mgr.smithi136.ofnrfx (mgr.14188) 11794 : cluster [DBG] pgmap v11071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:47 smithi145 bash[13673]: cluster 2022-04-26T08:39:46.045896+0000 mgr.smithi136.ofnrfx (mgr.14188) 11795 : cluster [DBG] pgmap v11072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:47 smithi145 bash[13673]: cephadm 2022-04-26T08:39:46.062296+0000 mgr.smithi136.ofnrfx (mgr.14188) 11796 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:39:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:47 smithi145 bash[13673]: cephadm 2022-04-26T08:39:46.062461+0000 mgr.smithi136.ofnrfx (mgr.14188) 11797 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:39:48.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:48.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:48.345 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:48.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:49 smithi136 bash[11745]: cluster 2022-04-26T08:39:48.046480+0000 mgr.smithi136.ofnrfx (mgr.14188) 11798 : cluster [DBG] pgmap v11073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:49.587 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:49 smithi136 bash[11745]: audit 2022-04-26T08:39:48.654731+0000 mon.smithi136 (mon.0) 7131 : audit [DBG] from='client.? 172.21.15.136:0/1218211357' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:49 smithi145 bash[13673]: cluster 2022-04-26T08:39:48.046480+0000 mgr.smithi136.ofnrfx (mgr.14188) 11798 : cluster [DBG] pgmap v11073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:49 smithi145 bash[13673]: audit 2022-04-26T08:39:48.654731+0000 mon.smithi136 (mon.0) 7131 : audit [DBG] from='client.? 172.21.15.136:0/1218211357' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:51 smithi136 bash[11745]: cluster 2022-04-26T08:39:50.047057+0000 mgr.smithi136.ofnrfx (mgr.14188) 11799 : cluster [DBG] pgmap v11074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:51 smithi145 bash[13673]: cluster 2022-04-26T08:39:50.047057+0000 mgr.smithi136.ofnrfx (mgr.14188) 11799 : cluster [DBG] pgmap v11074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:53 smithi136 bash[11745]: cluster 2022-04-26T08:39:52.047730+0000 mgr.smithi136.ofnrfx (mgr.14188) 11800 : cluster [DBG] pgmap v11075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:53 smithi145 bash[13673]: cluster 2022-04-26T08:39:52.047730+0000 mgr.smithi136.ofnrfx (mgr.14188) 11800 : cluster [DBG] pgmap v11075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:53.678 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:53.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:53.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:54.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:54 smithi136 bash[11745]: audit 2022-04-26T08:39:53.991998+0000 mon.smithi136 (mon.0) 7132 : audit [DBG] from='client.? 172.21.15.136:0/3026661075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:54 smithi145 bash[13673]: audit 2022-04-26T08:39:53.991998+0000 mon.smithi136 (mon.0) 7132 : audit [DBG] from='client.? 172.21.15.136:0/3026661075' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:39:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:55 smithi136 bash[11745]: cluster 2022-04-26T08:39:54.048315+0000 mgr.smithi136.ofnrfx (mgr.14188) 11801 : cluster [DBG] pgmap v11076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:55 smithi145 bash[13673]: cluster 2022-04-26T08:39:54.048315+0000 mgr.smithi136.ofnrfx (mgr.14188) 11801 : cluster [DBG] pgmap v11076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:57 smithi136 bash[11745]: cluster 2022-04-26T08:39:56.048888+0000 mgr.smithi136.ofnrfx (mgr.14188) 11802 : cluster [DBG] pgmap v11077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:57 smithi145 bash[13673]: cluster 2022-04-26T08:39:56.048888+0000 mgr.smithi136.ofnrfx (mgr.14188) 11802 : cluster [DBG] pgmap v11077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:59.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:39:59.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:39:59.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:39:59.331 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:39:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:39:59 smithi136 bash[11745]: cluster 2022-04-26T08:39:58.049483+0000 mgr.smithi136.ofnrfx (mgr.14188) 11803 : cluster [DBG] pgmap v11078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:39:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:39:59 smithi145 bash[13673]: cluster 2022-04-26T08:39:58.049483+0000 mgr.smithi136.ofnrfx (mgr.14188) 11803 : cluster [DBG] pgmap v11078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:00 smithi136 bash[11745]: audit 2022-04-26T08:39:59.315747+0000 mon.smithi136 (mon.0) 7133 : audit [DBG] from='client.? 172.21.15.136:0/3829677299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:00 smithi136 bash[11745]: cluster 2022-04-26T08:40:00.000166+0000 mon.smithi136 (mon.0) 7134 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:40:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:00 smithi145 bash[13673]: audit 2022-04-26T08:39:59.315747+0000 mon.smithi136 (mon.0) 7133 : audit [DBG] from='client.? 172.21.15.136:0/3829677299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:00 smithi145 bash[13673]: cluster 2022-04-26T08:40:00.000166+0000 mon.smithi136 (mon.0) 7134 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:40:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:01 smithi136 bash[11745]: cluster 2022-04-26T08:40:00.050036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11804 : cluster [DBG] pgmap v11079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:01 smithi145 bash[13673]: cluster 2022-04-26T08:40:00.050036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11804 : cluster [DBG] pgmap v11079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:03 smithi136 bash[11745]: cluster 2022-04-26T08:40:02.050645+0000 mgr.smithi136.ofnrfx (mgr.14188) 11805 : cluster [DBG] pgmap v11080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:03 smithi145 bash[13673]: cluster 2022-04-26T08:40:02.050645+0000 mgr.smithi136.ofnrfx (mgr.14188) 11805 : cluster [DBG] pgmap v11080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:04.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:04.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:04.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:04 smithi136 bash[11745]: audit 2022-04-26T08:40:03.323321+0000 mon.smithi136 (mon.0) 7135 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:40:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:04 smithi136 bash[11745]: audit 2022-04-26T08:40:03.327110+0000 mon.smithi136 (mon.0) 7136 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:40:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:04 smithi145 bash[13673]: audit 2022-04-26T08:40:03.323321+0000 mon.smithi136 (mon.0) 7135 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:40:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:04 smithi145 bash[13673]: audit 2022-04-26T08:40:03.327110+0000 mon.smithi136 (mon.0) 7136 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:40:04.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:05 smithi136 bash[11745]: cluster 2022-04-26T08:40:04.051252+0000 mgr.smithi136.ofnrfx (mgr.14188) 11806 : cluster [DBG] pgmap v11081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:05 smithi136 bash[11745]: audit 2022-04-26T08:40:04.648072+0000 mon.smithi136 (mon.0) 7137 : audit [DBG] from='client.? 172.21.15.136:0/110064148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:05 smithi145 bash[13673]: cluster 2022-04-26T08:40:04.051252+0000 mgr.smithi136.ofnrfx (mgr.14188) 11806 : cluster [DBG] pgmap v11081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:05 smithi145 bash[13673]: audit 2022-04-26T08:40:04.648072+0000 mon.smithi136 (mon.0) 7137 : audit [DBG] from='client.? 172.21.15.136:0/110064148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:07 smithi136 bash[11745]: cluster 2022-04-26T08:40:06.051837+0000 mgr.smithi136.ofnrfx (mgr.14188) 11807 : cluster [DBG] pgmap v11082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:07 smithi145 bash[13673]: cluster 2022-04-26T08:40:06.051837+0000 mgr.smithi136.ofnrfx (mgr.14188) 11807 : cluster [DBG] pgmap v11082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:08 smithi145 bash[13673]: cluster 2022-04-26T08:40:08.052473+0000 mgr.smithi136.ofnrfx (mgr.14188) 11808 : cluster [DBG] pgmap v11083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:08 smithi136 bash[11745]: cluster 2022-04-26T08:40:08.052473+0000 mgr.smithi136.ofnrfx (mgr.14188) 11808 : cluster [DBG] pgmap v11083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:09.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:09.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:09.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:09.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:10 smithi136 bash[11745]: audit 2022-04-26T08:40:09.970035+0000 mon.smithi136 (mon.0) 7138 : audit [DBG] from='client.? 172.21.15.136:0/3823631010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:10 smithi145 bash[13673]: audit 2022-04-26T08:40:09.970035+0000 mon.smithi136 (mon.0) 7138 : audit [DBG] from='client.? 172.21.15.136:0/3823631010' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:11 smithi136 bash[11745]: cluster 2022-04-26T08:40:10.053041+0000 mgr.smithi136.ofnrfx (mgr.14188) 11809 : cluster [DBG] pgmap v11084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:11.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:11 smithi145 bash[13673]: cluster 2022-04-26T08:40:10.053041+0000 mgr.smithi136.ofnrfx (mgr.14188) 11809 : cluster [DBG] pgmap v11084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:13 smithi136 bash[11745]: cluster 2022-04-26T08:40:12.053669+0000 mgr.smithi136.ofnrfx (mgr.14188) 11810 : cluster [DBG] pgmap v11085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:13 smithi145 bash[13673]: cluster 2022-04-26T08:40:12.053669+0000 mgr.smithi136.ofnrfx (mgr.14188) 11810 : cluster [DBG] pgmap v11085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:14.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:14.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:14.989 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:15.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:15 smithi136 bash[11745]: cluster 2022-04-26T08:40:14.054303+0000 mgr.smithi136.ofnrfx (mgr.14188) 11811 : cluster [DBG] pgmap v11086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:15 smithi145 bash[13673]: cluster 2022-04-26T08:40:14.054303+0000 mgr.smithi136.ofnrfx (mgr.14188) 11811 : cluster [DBG] pgmap v11086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:16 smithi136 bash[11745]: audit 2022-04-26T08:40:15.294127+0000 mon.smithi136 (mon.0) 7139 : audit [DBG] from='client.? 172.21.15.136:0/3020801172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:16 smithi145 bash[13673]: audit 2022-04-26T08:40:15.294127+0000 mon.smithi136 (mon.0) 7139 : audit [DBG] from='client.? 172.21.15.136:0/3020801172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:17 smithi136 bash[11745]: cluster 2022-04-26T08:40:16.054940+0000 mgr.smithi136.ofnrfx (mgr.14188) 11812 : cluster [DBG] pgmap v11087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:17 smithi145 bash[13673]: cluster 2022-04-26T08:40:16.054940+0000 mgr.smithi136.ofnrfx (mgr.14188) 11812 : cluster [DBG] pgmap v11087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:19 smithi136 bash[11745]: cluster 2022-04-26T08:40:18.055576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11813 : cluster [DBG] pgmap v11088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:19 smithi145 bash[13673]: cluster 2022-04-26T08:40:18.055576+0000 mgr.smithi136.ofnrfx (mgr.14188) 11813 : cluster [DBG] pgmap v11088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:20.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:20.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:20.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:20.647 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:21 smithi136 bash[11745]: cluster 2022-04-26T08:40:20.056169+0000 mgr.smithi136.ofnrfx (mgr.14188) 11814 : cluster [DBG] pgmap v11089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:21 smithi136 bash[11745]: audit 2022-04-26T08:40:20.627564+0000 mon.smithi136 (mon.0) 7140 : audit [DBG] from='client.? 172.21.15.136:0/4062674913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:21 smithi145 bash[13673]: cluster 2022-04-26T08:40:20.056169+0000 mgr.smithi136.ofnrfx (mgr.14188) 11814 : cluster [DBG] pgmap v11089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:21 smithi145 bash[13673]: audit 2022-04-26T08:40:20.627564+0000 mon.smithi136 (mon.0) 7140 : audit [DBG] from='client.? 172.21.15.136:0/4062674913' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:23 smithi136 bash[11745]: cluster 2022-04-26T08:40:22.056901+0000 mgr.smithi136.ofnrfx (mgr.14188) 11815 : cluster [DBG] pgmap v11090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:23.693 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:23 smithi145 bash[13673]: cluster 2022-04-26T08:40:22.056901+0000 mgr.smithi136.ofnrfx (mgr.14188) 11815 : cluster [DBG] pgmap v11090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:25 smithi136 bash[11745]: cluster 2022-04-26T08:40:24.057533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11816 : cluster [DBG] pgmap v11091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:25.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:25.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:25.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:25 smithi145 bash[13673]: cluster 2022-04-26T08:40:24.057533+0000 mgr.smithi136.ofnrfx (mgr.14188) 11816 : cluster [DBG] pgmap v11091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:25.982 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:26 smithi136 bash[11745]: audit 2022-04-26T08:40:25.961871+0000 mon.smithi136 (mon.0) 7141 : audit [DBG] from='client.? 172.21.15.136:0/2315178020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:26 smithi145 bash[13673]: audit 2022-04-26T08:40:25.961871+0000 mon.smithi136 (mon.0) 7141 : audit [DBG] from='client.? 172.21.15.136:0/2315178020' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:27 smithi136 bash[11745]: cluster 2022-04-26T08:40:26.058294+0000 mgr.smithi136.ofnrfx (mgr.14188) 11817 : cluster [DBG] pgmap v11092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:27 smithi145 bash[13673]: cluster 2022-04-26T08:40:26.058294+0000 mgr.smithi136.ofnrfx (mgr.14188) 11817 : cluster [DBG] pgmap v11092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:29 smithi136 bash[11745]: cluster 2022-04-26T08:40:28.058964+0000 mgr.smithi136.ofnrfx (mgr.14188) 11818 : cluster [DBG] pgmap v11093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:29 smithi145 bash[13673]: cluster 2022-04-26T08:40:28.058964+0000 mgr.smithi136.ofnrfx (mgr.14188) 11818 : cluster [DBG] pgmap v11093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:30.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:30.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:30.985 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:31.305 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:31 smithi136 bash[11745]: cluster 2022-04-26T08:40:30.059579+0000 mgr.smithi136.ofnrfx (mgr.14188) 11819 : cluster [DBG] pgmap v11094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:31 smithi145 bash[13673]: cluster 2022-04-26T08:40:30.059579+0000 mgr.smithi136.ofnrfx (mgr.14188) 11819 : cluster [DBG] pgmap v11094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:32 smithi136 bash[11745]: audit 2022-04-26T08:40:31.290037+0000 mon.smithi136 (mon.0) 7142 : audit [DBG] from='client.? 172.21.15.136:0/2048274921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:32 smithi145 bash[13673]: audit 2022-04-26T08:40:31.290037+0000 mon.smithi136 (mon.0) 7142 : audit [DBG] from='client.? 172.21.15.136:0/2048274921' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:33 smithi136 bash[11745]: cluster 2022-04-26T08:40:32.060268+0000 mgr.smithi136.ofnrfx (mgr.14188) 11820 : cluster [DBG] pgmap v11095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:33 smithi145 bash[13673]: cluster 2022-04-26T08:40:32.060268+0000 mgr.smithi136.ofnrfx (mgr.14188) 11820 : cluster [DBG] pgmap v11095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:35 smithi136 bash[11745]: cluster 2022-04-26T08:40:34.060915+0000 mgr.smithi136.ofnrfx (mgr.14188) 11821 : cluster [DBG] pgmap v11096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:35 smithi145 bash[13673]: cluster 2022-04-26T08:40:34.060915+0000 mgr.smithi136.ofnrfx (mgr.14188) 11821 : cluster [DBG] pgmap v11096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:36.308 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:36.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:36.309 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:36.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:37 smithi136 bash[11745]: cluster 2022-04-26T08:40:36.061540+0000 mgr.smithi136.ofnrfx (mgr.14188) 11822 : cluster [DBG] pgmap v11097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:37.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:37 smithi136 bash[11745]: audit 2022-04-26T08:40:36.621006+0000 mon.smithi136 (mon.0) 7143 : audit [DBG] from='client.? 172.21.15.136:0/3881605436' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:37 smithi145 bash[13673]: cluster 2022-04-26T08:40:36.061540+0000 mgr.smithi136.ofnrfx (mgr.14188) 11822 : cluster [DBG] pgmap v11097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:37 smithi145 bash[13673]: audit 2022-04-26T08:40:36.621006+0000 mon.smithi136 (mon.0) 7143 : audit [DBG] from='client.? 172.21.15.136:0/3881605436' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:39 smithi136 bash[11745]: cluster 2022-04-26T08:40:38.062164+0000 mgr.smithi136.ofnrfx (mgr.14188) 11823 : cluster [DBG] pgmap v11098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:39 smithi145 bash[13673]: cluster 2022-04-26T08:40:38.062164+0000 mgr.smithi136.ofnrfx (mgr.14188) 11823 : cluster [DBG] pgmap v11098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:41 smithi136 bash[11745]: cluster 2022-04-26T08:40:40.062781+0000 mgr.smithi136.ofnrfx (mgr.14188) 11824 : cluster [DBG] pgmap v11099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:41.640 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:41.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:41.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:41 smithi145 bash[13673]: cluster 2022-04-26T08:40:40.062781+0000 mgr.smithi136.ofnrfx (mgr.14188) 11824 : cluster [DBG] pgmap v11099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:41.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:42 smithi136 bash[11745]: audit 2022-04-26T08:40:41.947674+0000 mon.smithi136 (mon.0) 7144 : audit [DBG] from='client.? 172.21.15.136:0/4269234851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:42 smithi145 bash[13673]: audit 2022-04-26T08:40:41.947674+0000 mon.smithi136 (mon.0) 7144 : audit [DBG] from='client.? 172.21.15.136:0/4269234851' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:43 smithi136 bash[11745]: cluster 2022-04-26T08:40:42.063408+0000 mgr.smithi136.ofnrfx (mgr.14188) 11825 : cluster [DBG] pgmap v11100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:43 smithi145 bash[13673]: cluster 2022-04-26T08:40:42.063408+0000 mgr.smithi136.ofnrfx (mgr.14188) 11825 : cluster [DBG] pgmap v11100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:45 smithi136 bash[11745]: cluster 2022-04-26T08:40:44.064095+0000 mgr.smithi136.ofnrfx (mgr.14188) 11826 : cluster [DBG] pgmap v11101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:45 smithi145 bash[13673]: cluster 2022-04-26T08:40:44.064095+0000 mgr.smithi136.ofnrfx (mgr.14188) 11826 : cluster [DBG] pgmap v11101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:46 smithi136 bash[11745]: cluster 2022-04-26T08:40:46.064837+0000 mgr.smithi136.ofnrfx (mgr.14188) 11827 : cluster [DBG] pgmap v11102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:46 smithi136 bash[11745]: audit 2022-04-26T08:40:46.075196+0000 mon.smithi136 (mon.0) 7145 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:40:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:46 smithi136 bash[11745]: audit 2022-04-26T08:40:46.078071+0000 mon.smithi136 (mon.0) 7146 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:40:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:46 smithi136 bash[11745]: audit 2022-04-26T08:40:46.079957+0000 mon.smithi136 (mon.0) 7147 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:40:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:46 smithi145 bash[13673]: cluster 2022-04-26T08:40:46.064837+0000 mgr.smithi136.ofnrfx (mgr.14188) 11827 : cluster [DBG] pgmap v11102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:46 smithi145 bash[13673]: audit 2022-04-26T08:40:46.075196+0000 mon.smithi136 (mon.0) 7145 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:40:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:46 smithi145 bash[13673]: audit 2022-04-26T08:40:46.078071+0000 mon.smithi136 (mon.0) 7146 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:40:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:46 smithi145 bash[13673]: audit 2022-04-26T08:40:46.079957+0000 mon.smithi136 (mon.0) 7147 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:40:46.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:46.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:46.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:47.295 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:47 smithi145 bash[13673]: audit 2022-04-26T08:40:47.280888+0000 mon.smithi136 (mon.0) 7148 : audit [DBG] from='client.? 172.21.15.136:0/398820664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:47 smithi136 bash[11745]: audit 2022-04-26T08:40:47.280888+0000 mon.smithi136 (mon.0) 7148 : audit [DBG] from='client.? 172.21.15.136:0/398820664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:48 smithi145 bash[13673]: cluster 2022-04-26T08:40:48.065454+0000 mgr.smithi136.ofnrfx (mgr.14188) 11828 : cluster [DBG] pgmap v11103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:48 smithi136 bash[11745]: cluster 2022-04-26T08:40:48.065454+0000 mgr.smithi136.ofnrfx (mgr.14188) 11828 : cluster [DBG] pgmap v11103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:50.876 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:50 smithi136 bash[11745]: audit 2022-04-26T08:40:49.865851+0000 mon.smithi136 (mon.0) 7149 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:40:50.876 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:50 smithi136 bash[11745]: cluster 2022-04-26T08:40:50.068253+0000 mgr.smithi136.ofnrfx (mgr.14188) 11829 : cluster [DBG] pgmap v11104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:50 smithi145 bash[13673]: audit 2022-04-26T08:40:49.865851+0000 mon.smithi136 (mon.0) 7149 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:40:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:50 smithi145 bash[13673]: cluster 2022-04-26T08:40:50.068253+0000 mgr.smithi136.ofnrfx (mgr.14188) 11829 : cluster [DBG] pgmap v11104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:50 smithi145 bash[13673]: audit 2022-04-26T08:40:50.539568+0000 mon.smithi136 (mon.0) 7150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:40:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:50 smithi145 bash[13673]: audit 2022-04-26T08:40:50.826776+0000 mon.smithi136 (mon.0) 7151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:40:51.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:50 smithi145 bash[13673]: audit 2022-04-26T08:40:50.833654+0000 mon.smithi136 (mon.0) 7152 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:40:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:50 smithi136 bash[11745]: audit 2022-04-26T08:40:50.539568+0000 mon.smithi136 (mon.0) 7150 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:40:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:50 smithi136 bash[11745]: audit 2022-04-26T08:40:50.826776+0000 mon.smithi136 (mon.0) 7151 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:40:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:50 smithi136 bash[11745]: audit 2022-04-26T08:40:50.833654+0000 mon.smithi136 (mon.0) 7152 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:40:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:51 smithi145 bash[13673]: cluster 2022-04-26T08:40:50.818154+0000 mgr.smithi136.ofnrfx (mgr.14188) 11830 : cluster [DBG] pgmap v11105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:51 smithi145 bash[13673]: cluster 2022-04-26T08:40:50.818550+0000 mgr.smithi136.ofnrfx (mgr.14188) 11831 : cluster [DBG] pgmap v11106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:51 smithi145 bash[13673]: cephadm 2022-04-26T08:40:50.834721+0000 mgr.smithi136.ofnrfx (mgr.14188) 11832 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:40:52.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:51 smithi145 bash[13673]: cephadm 2022-04-26T08:40:50.834860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11833 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:40:52.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:52.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:52.299 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:51 smithi136 bash[11745]: cluster 2022-04-26T08:40:50.818154+0000 mgr.smithi136.ofnrfx (mgr.14188) 11830 : cluster [DBG] pgmap v11105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:51 smithi136 bash[11745]: cluster 2022-04-26T08:40:50.818550+0000 mgr.smithi136.ofnrfx (mgr.14188) 11831 : cluster [DBG] pgmap v11106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:51 smithi136 bash[11745]: cephadm 2022-04-26T08:40:50.834721+0000 mgr.smithi136.ofnrfx (mgr.14188) 11832 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:40:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:51 smithi136 bash[11745]: cephadm 2022-04-26T08:40:50.834860+0000 mgr.smithi136.ofnrfx (mgr.14188) 11833 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:40:52.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:52 smithi145 bash[13673]: audit 2022-04-26T08:40:52.603688+0000 mon.smithi136 (mon.0) 7153 : audit [DBG] from='client.? 172.21.15.136:0/1503688279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:52 smithi136 bash[11745]: audit 2022-04-26T08:40:52.603688+0000 mon.smithi136 (mon.0) 7153 : audit [DBG] from='client.? 172.21.15.136:0/1503688279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:53 smithi145 bash[13673]: cluster 2022-04-26T08:40:52.819060+0000 mgr.smithi136.ofnrfx (mgr.14188) 11834 : cluster [DBG] pgmap v11107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:53 smithi136 bash[11745]: cluster 2022-04-26T08:40:52.819060+0000 mgr.smithi136.ofnrfx (mgr.14188) 11834 : cluster [DBG] pgmap v11107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:56 smithi136 bash[11745]: cluster 2022-04-26T08:40:54.819700+0000 mgr.smithi136.ofnrfx (mgr.14188) 11835 : cluster [DBG] pgmap v11108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:56 smithi145 bash[13673]: cluster 2022-04-26T08:40:54.819700+0000 mgr.smithi136.ofnrfx (mgr.14188) 11835 : cluster [DBG] pgmap v11108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:57.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:40:57.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:40:57.624 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:40:57.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:40:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:58 smithi145 bash[13673]: cluster 2022-04-26T08:40:56.820317+0000 mgr.smithi136.ofnrfx (mgr.14188) 11836 : cluster [DBG] pgmap v11109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:40:58 smithi145 bash[13673]: audit 2022-04-26T08:40:57.930021+0000 mon.smithi136 (mon.0) 7154 : audit [DBG] from='client.? 172.21.15.136:0/1020974089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:40:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:58 smithi136 bash[11745]: cluster 2022-04-26T08:40:56.820317+0000 mgr.smithi136.ofnrfx (mgr.14188) 11836 : cluster [DBG] pgmap v11109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:40:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:40:58 smithi136 bash[11745]: audit 2022-04-26T08:40:57.930021+0000 mon.smithi136 (mon.0) 7154 : audit [DBG] from='client.? 172.21.15.136:0/1020974089' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:00 smithi136 bash[11745]: cluster 2022-04-26T08:40:58.821036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11837 : cluster [DBG] pgmap v11110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:00 smithi145 bash[13673]: cluster 2022-04-26T08:40:58.821036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11837 : cluster [DBG] pgmap v11110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:02 smithi136 bash[11745]: cluster 2022-04-26T08:41:00.821677+0000 mgr.smithi136.ofnrfx (mgr.14188) 11838 : cluster [DBG] pgmap v11111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:02 smithi145 bash[13673]: cluster 2022-04-26T08:41:00.821677+0000 mgr.smithi136.ofnrfx (mgr.14188) 11838 : cluster [DBG] pgmap v11111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:02.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:02.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:02.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:03.278 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:03 smithi145 bash[13673]: cluster 2022-04-26T08:41:02.822307+0000 mgr.smithi136.ofnrfx (mgr.14188) 11839 : cluster [DBG] pgmap v11112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:03 smithi145 bash[13673]: audit 2022-04-26T08:41:03.257414+0000 mon.smithi136 (mon.0) 7155 : audit [DBG] from='client.? 172.21.15.136:0/3714692857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:03 smithi136 bash[11745]: cluster 2022-04-26T08:41:02.822307+0000 mgr.smithi136.ofnrfx (mgr.14188) 11839 : cluster [DBG] pgmap v11112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:03 smithi136 bash[11745]: audit 2022-04-26T08:41:03.257414+0000 mon.smithi136 (mon.0) 7155 : audit [DBG] from='client.? 172.21.15.136:0/3714692857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:04 smithi145 bash[13673]: audit 2022-04-26T08:41:03.327205+0000 mon.smithi136 (mon.0) 7156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:41:04.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:04 smithi145 bash[13673]: audit 2022-04-26T08:41:03.330775+0000 mon.smithi136 (mon.0) 7157 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:41:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:04 smithi136 bash[11745]: audit 2022-04-26T08:41:03.327205+0000 mon.smithi136 (mon.0) 7156 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:41:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:04 smithi136 bash[11745]: audit 2022-04-26T08:41:03.330775+0000 mon.smithi136 (mon.0) 7157 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:41:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:06 smithi136 bash[11745]: cluster 2022-04-26T08:41:04.822913+0000 mgr.smithi136.ofnrfx (mgr.14188) 11840 : cluster [DBG] pgmap v11113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:06 smithi145 bash[13673]: cluster 2022-04-26T08:41:04.822913+0000 mgr.smithi136.ofnrfx (mgr.14188) 11840 : cluster [DBG] pgmap v11113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:08.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:08.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:08.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:08 smithi145 bash[13673]: cluster 2022-04-26T08:41:06.823475+0000 mgr.smithi136.ofnrfx (mgr.14188) 11841 : cluster [DBG] pgmap v11114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:08 smithi136 bash[11745]: cluster 2022-04-26T08:41:06.823475+0000 mgr.smithi136.ofnrfx (mgr.14188) 11841 : cluster [DBG] pgmap v11114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:08.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:09 smithi136 bash[11745]: audit 2022-04-26T08:41:08.589089+0000 mon.smithi136 (mon.0) 7158 : audit [DBG] from='client.? 172.21.15.136:0/2287004215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:09 smithi145 bash[13673]: audit 2022-04-26T08:41:08.589089+0000 mon.smithi136 (mon.0) 7158 : audit [DBG] from='client.? 172.21.15.136:0/2287004215' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:10 smithi136 bash[11745]: cluster 2022-04-26T08:41:08.824136+0000 mgr.smithi136.ofnrfx (mgr.14188) 11842 : cluster [DBG] pgmap v11115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:10 smithi145 bash[13673]: cluster 2022-04-26T08:41:08.824136+0000 mgr.smithi136.ofnrfx (mgr.14188) 11842 : cluster [DBG] pgmap v11115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:12 smithi136 bash[11745]: cluster 2022-04-26T08:41:10.824817+0000 mgr.smithi136.ofnrfx (mgr.14188) 11843 : cluster [DBG] pgmap v11116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:12 smithi145 bash[13673]: cluster 2022-04-26T08:41:10.824817+0000 mgr.smithi136.ofnrfx (mgr.14188) 11843 : cluster [DBG] pgmap v11116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:13.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:13.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:13.615 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:13.937 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:14 smithi136 bash[11745]: cluster 2022-04-26T08:41:12.825461+0000 mgr.smithi136.ofnrfx (mgr.14188) 11844 : cluster [DBG] pgmap v11117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:14 smithi136 bash[11745]: audit 2022-04-26T08:41:13.921274+0000 mon.smithi136 (mon.0) 7159 : audit [DBG] from='client.? 172.21.15.136:0/2577165267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:14 smithi145 bash[13673]: cluster 2022-04-26T08:41:12.825461+0000 mgr.smithi136.ofnrfx (mgr.14188) 11844 : cluster [DBG] pgmap v11117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:14 smithi145 bash[13673]: audit 2022-04-26T08:41:13.921274+0000 mon.smithi136 (mon.0) 7159 : audit [DBG] from='client.? 172.21.15.136:0/2577165267' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:16 smithi136 bash[11745]: cluster 2022-04-26T08:41:14.826026+0000 mgr.smithi136.ofnrfx (mgr.14188) 11845 : cluster [DBG] pgmap v11118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:16 smithi145 bash[13673]: cluster 2022-04-26T08:41:14.826026+0000 mgr.smithi136.ofnrfx (mgr.14188) 11845 : cluster [DBG] pgmap v11118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:18 smithi145 bash[13673]: cluster 2022-04-26T08:41:16.826689+0000 mgr.smithi136.ofnrfx (mgr.14188) 11846 : cluster [DBG] pgmap v11119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:18 smithi136 bash[11745]: cluster 2022-04-26T08:41:16.826689+0000 mgr.smithi136.ofnrfx (mgr.14188) 11846 : cluster [DBG] pgmap v11119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:18.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:18.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:18.941 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:19.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:19 smithi136 bash[11745]: cluster 2022-04-26T08:41:18.827355+0000 mgr.smithi136.ofnrfx (mgr.14188) 11847 : cluster [DBG] pgmap v11120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:19 smithi136 bash[11745]: audit 2022-04-26T08:41:19.251670+0000 mon.smithi136 (mon.0) 7160 : audit [DBG] from='client.? 172.21.15.136:0/1563294346' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:19 smithi145 bash[13673]: cluster 2022-04-26T08:41:18.827355+0000 mgr.smithi136.ofnrfx (mgr.14188) 11847 : cluster [DBG] pgmap v11120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:19 smithi145 bash[13673]: audit 2022-04-26T08:41:19.251670+0000 mon.smithi136 (mon.0) 7160 : audit [DBG] from='client.? 172.21.15.136:0/1563294346' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:22.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:22 smithi136 bash[11745]: cluster 2022-04-26T08:41:20.828021+0000 mgr.smithi136.ofnrfx (mgr.14188) 11848 : cluster [DBG] pgmap v11121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:22 smithi145 bash[13673]: cluster 2022-04-26T08:41:20.828021+0000 mgr.smithi136.ofnrfx (mgr.14188) 11848 : cluster [DBG] pgmap v11121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:24.271 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:24.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:24.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:24 smithi136 bash[11745]: cluster 2022-04-26T08:41:22.828795+0000 mgr.smithi136.ofnrfx (mgr.14188) 11849 : cluster [DBG] pgmap v11122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:24.596 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:24 smithi145 bash[13673]: cluster 2022-04-26T08:41:22.828795+0000 mgr.smithi136.ofnrfx (mgr.14188) 11849 : cluster [DBG] pgmap v11122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:25 smithi136 bash[11745]: audit 2022-04-26T08:41:24.580270+0000 mon.smithi136 (mon.0) 7161 : audit [DBG] from='client.? 172.21.15.136:0/40275180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:25 smithi145 bash[13673]: audit 2022-04-26T08:41:24.580270+0000 mon.smithi136 (mon.0) 7161 : audit [DBG] from='client.? 172.21.15.136:0/40275180' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:26 smithi136 bash[11745]: cluster 2022-04-26T08:41:24.829522+0000 mgr.smithi136.ofnrfx (mgr.14188) 11850 : cluster [DBG] pgmap v11123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:26 smithi145 bash[13673]: cluster 2022-04-26T08:41:24.829522+0000 mgr.smithi136.ofnrfx (mgr.14188) 11850 : cluster [DBG] pgmap v11123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:28 smithi145 bash[13673]: cluster 2022-04-26T08:41:26.830179+0000 mgr.smithi136.ofnrfx (mgr.14188) 11851 : cluster [DBG] pgmap v11124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:28 smithi136 bash[11745]: cluster 2022-04-26T08:41:26.830179+0000 mgr.smithi136.ofnrfx (mgr.14188) 11851 : cluster [DBG] pgmap v11124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:29.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:29.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:29.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:29.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:30 smithi136 bash[11745]: cluster 2022-04-26T08:41:28.830834+0000 mgr.smithi136.ofnrfx (mgr.14188) 11852 : cluster [DBG] pgmap v11125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:30 smithi136 bash[11745]: audit 2022-04-26T08:41:29.907261+0000 mon.smithi136 (mon.0) 7162 : audit [DBG] from='client.? 172.21.15.136:0/3501115261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:30 smithi145 bash[13673]: cluster 2022-04-26T08:41:28.830834+0000 mgr.smithi136.ofnrfx (mgr.14188) 11852 : cluster [DBG] pgmap v11125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:30 smithi145 bash[13673]: audit 2022-04-26T08:41:29.907261+0000 mon.smithi136 (mon.0) 7162 : audit [DBG] from='client.? 172.21.15.136:0/3501115261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:32 smithi136 bash[11745]: cluster 2022-04-26T08:41:30.831428+0000 mgr.smithi136.ofnrfx (mgr.14188) 11853 : cluster [DBG] pgmap v11126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:32 smithi145 bash[13673]: cluster 2022-04-26T08:41:30.831428+0000 mgr.smithi136.ofnrfx (mgr.14188) 11853 : cluster [DBG] pgmap v11126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:33 smithi136 bash[11745]: cluster 2022-04-26T08:41:32.832204+0000 mgr.smithi136.ofnrfx (mgr.14188) 11854 : cluster [DBG] pgmap v11127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:33 smithi145 bash[13673]: cluster 2022-04-26T08:41:32.832204+0000 mgr.smithi136.ofnrfx (mgr.14188) 11854 : cluster [DBG] pgmap v11127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:34.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:34.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:34.926 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:35.256 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:35 smithi145 bash[13673]: cluster 2022-04-26T08:41:34.832816+0000 mgr.smithi136.ofnrfx (mgr.14188) 11855 : cluster [DBG] pgmap v11128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:35 smithi145 bash[13673]: audit 2022-04-26T08:41:35.240116+0000 mon.smithi136 (mon.0) 7163 : audit [DBG] from='client.? 172.21.15.136:0/2361933329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:35 smithi136 bash[11745]: cluster 2022-04-26T08:41:34.832816+0000 mgr.smithi136.ofnrfx (mgr.14188) 11855 : cluster [DBG] pgmap v11128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:35 smithi136 bash[11745]: audit 2022-04-26T08:41:35.240116+0000 mon.smithi136 (mon.0) 7163 : audit [DBG] from='client.? 172.21.15.136:0/2361933329' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:37 smithi145 bash[13673]: cluster 2022-04-26T08:41:36.833474+0000 mgr.smithi136.ofnrfx (mgr.14188) 11856 : cluster [DBG] pgmap v11129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:37 smithi136 bash[11745]: cluster 2022-04-26T08:41:36.833474+0000 mgr.smithi136.ofnrfx (mgr.14188) 11856 : cluster [DBG] pgmap v11129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:39 smithi145 bash[13673]: cluster 2022-04-26T08:41:38.834129+0000 mgr.smithi136.ofnrfx (mgr.14188) 11857 : cluster [DBG] pgmap v11130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:40.259 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:40.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:40.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:39 smithi136 bash[11745]: cluster 2022-04-26T08:41:38.834129+0000 mgr.smithi136.ofnrfx (mgr.14188) 11857 : cluster [DBG] pgmap v11130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:40.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:41 smithi136 bash[11745]: audit 2022-04-26T08:41:40.568609+0000 mon.smithi136 (mon.0) 7164 : audit [DBG] from='client.? 172.21.15.136:0/2416907160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:41 smithi145 bash[13673]: audit 2022-04-26T08:41:40.568609+0000 mon.smithi136 (mon.0) 7164 : audit [DBG] from='client.? 172.21.15.136:0/2416907160' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:42 smithi136 bash[11745]: cluster 2022-04-26T08:41:40.834740+0000 mgr.smithi136.ofnrfx (mgr.14188) 11858 : cluster [DBG] pgmap v11131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:42 smithi145 bash[13673]: cluster 2022-04-26T08:41:40.834740+0000 mgr.smithi136.ofnrfx (mgr.14188) 11858 : cluster [DBG] pgmap v11131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:44.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:44 smithi136 bash[11745]: cluster 2022-04-26T08:41:42.835411+0000 mgr.smithi136.ofnrfx (mgr.14188) 11859 : cluster [DBG] pgmap v11132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:44 smithi145 bash[13673]: cluster 2022-04-26T08:41:42.835411+0000 mgr.smithi136.ofnrfx (mgr.14188) 11859 : cluster [DBG] pgmap v11132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:45.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:45.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:45.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:45.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:46 smithi136 bash[11745]: cluster 2022-04-26T08:41:44.835984+0000 mgr.smithi136.ofnrfx (mgr.14188) 11860 : cluster [DBG] pgmap v11133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:46.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:46 smithi136 bash[11745]: audit 2022-04-26T08:41:45.899655+0000 mon.smithi136 (mon.0) 7165 : audit [DBG] from='client.? 172.21.15.136:0/2922259976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:46 smithi145 bash[13673]: cluster 2022-04-26T08:41:44.835984+0000 mgr.smithi136.ofnrfx (mgr.14188) 11860 : cluster [DBG] pgmap v11133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:46 smithi145 bash[13673]: audit 2022-04-26T08:41:45.899655+0000 mon.smithi136 (mon.0) 7165 : audit [DBG] from='client.? 172.21.15.136:0/2922259976' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:48 smithi145 bash[13673]: cluster 2022-04-26T08:41:46.836614+0000 mgr.smithi136.ofnrfx (mgr.14188) 11861 : cluster [DBG] pgmap v11134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:48.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:48 smithi136 bash[11745]: cluster 2022-04-26T08:41:46.836614+0000 mgr.smithi136.ofnrfx (mgr.14188) 11861 : cluster [DBG] pgmap v11134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:50 smithi136 bash[11745]: cluster 2022-04-26T08:41:48.837326+0000 mgr.smithi136.ofnrfx (mgr.14188) 11862 : cluster [DBG] pgmap v11135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:50 smithi145 bash[13673]: cluster 2022-04-26T08:41:48.837326+0000 mgr.smithi136.ofnrfx (mgr.14188) 11862 : cluster [DBG] pgmap v11135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:50.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:50.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:50.919 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:51.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:51 smithi136 bash[11745]: audit 2022-04-26T08:41:50.845694+0000 mon.smithi136 (mon.0) 7166 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:41:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:51 smithi136 bash[11745]: audit 2022-04-26T08:41:50.848473+0000 mon.smithi136 (mon.0) 7167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:41:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:51 smithi136 bash[11745]: audit 2022-04-26T08:41:50.850271+0000 mon.smithi136 (mon.0) 7168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:41:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:51 smithi136 bash[11745]: audit 2022-04-26T08:41:51.138785+0000 mon.smithi136 (mon.0) 7169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:41:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:51 smithi136 bash[11745]: audit 2022-04-26T08:41:51.226947+0000 mon.smithi136 (mon.0) 7170 : audit [DBG] from='client.? 172.21.15.136:0/3447805838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:51 smithi145 bash[13673]: audit 2022-04-26T08:41:50.845694+0000 mon.smithi136 (mon.0) 7166 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:41:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:51 smithi145 bash[13673]: audit 2022-04-26T08:41:50.848473+0000 mon.smithi136 (mon.0) 7167 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:41:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:51 smithi145 bash[13673]: audit 2022-04-26T08:41:50.850271+0000 mon.smithi136 (mon.0) 7168 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:41:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:51 smithi145 bash[13673]: audit 2022-04-26T08:41:51.138785+0000 mon.smithi136 (mon.0) 7169 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:41:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:51 smithi145 bash[13673]: audit 2022-04-26T08:41:51.226947+0000 mon.smithi136 (mon.0) 7170 : audit [DBG] from='client.? 172.21.15.136:0/3447805838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:52 smithi136 bash[11745]: cluster 2022-04-26T08:41:50.837976+0000 mgr.smithi136.ofnrfx (mgr.14188) 11863 : cluster [DBG] pgmap v11136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:52 smithi136 bash[11745]: cluster 2022-04-26T08:41:51.424191+0000 mgr.smithi136.ofnrfx (mgr.14188) 11864 : cluster [DBG] pgmap v11137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:52 smithi136 bash[11745]: cluster 2022-04-26T08:41:51.424386+0000 mgr.smithi136.ofnrfx (mgr.14188) 11865 : cluster [DBG] pgmap v11138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:52 smithi136 bash[11745]: audit 2022-04-26T08:41:51.429259+0000 mon.smithi136 (mon.0) 7171 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:41:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:52 smithi136 bash[11745]: audit 2022-04-26T08:41:51.436307+0000 mon.smithi136 (mon.0) 7172 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:41:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:52 smithi136 bash[11745]: cephadm 2022-04-26T08:41:51.437526+0000 mgr.smithi136.ofnrfx (mgr.14188) 11866 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:41:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:52 smithi136 bash[11745]: cephadm 2022-04-26T08:41:51.437709+0000 mgr.smithi136.ofnrfx (mgr.14188) 11867 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:41:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:52 smithi145 bash[13673]: cluster 2022-04-26T08:41:50.837976+0000 mgr.smithi136.ofnrfx (mgr.14188) 11863 : cluster [DBG] pgmap v11136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:52 smithi145 bash[13673]: cluster 2022-04-26T08:41:51.424191+0000 mgr.smithi136.ofnrfx (mgr.14188) 11864 : cluster [DBG] pgmap v11137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:52 smithi145 bash[13673]: cluster 2022-04-26T08:41:51.424386+0000 mgr.smithi136.ofnrfx (mgr.14188) 11865 : cluster [DBG] pgmap v11138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:52 smithi145 bash[13673]: audit 2022-04-26T08:41:51.429259+0000 mon.smithi136 (mon.0) 7171 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:41:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:52 smithi145 bash[13673]: audit 2022-04-26T08:41:51.436307+0000 mon.smithi136 (mon.0) 7172 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:41:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:52 smithi145 bash[13673]: cephadm 2022-04-26T08:41:51.437526+0000 mgr.smithi136.ofnrfx (mgr.14188) 11866 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:41:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:52 smithi145 bash[13673]: cephadm 2022-04-26T08:41:51.437709+0000 mgr.smithi136.ofnrfx (mgr.14188) 11867 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:41:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:54 smithi136 bash[11745]: cluster 2022-04-26T08:41:53.424982+0000 mgr.smithi136.ofnrfx (mgr.14188) 11868 : cluster [DBG] pgmap v11139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:54 smithi145 bash[13673]: cluster 2022-04-26T08:41:53.424982+0000 mgr.smithi136.ofnrfx (mgr.14188) 11868 : cluster [DBG] pgmap v11139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:56.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:41:56.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:41:56.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:41:56.567 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:41:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:57 smithi136 bash[11745]: cluster 2022-04-26T08:41:55.425617+0000 mgr.smithi136.ofnrfx (mgr.14188) 11869 : cluster [DBG] pgmap v11140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:57 smithi136 bash[11745]: audit 2022-04-26T08:41:56.551956+0000 mon.smithi136 (mon.0) 7173 : audit [DBG] from='client.? 172.21.15.136:0/299103188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:57 smithi145 bash[13673]: cluster 2022-04-26T08:41:55.425617+0000 mgr.smithi136.ofnrfx (mgr.14188) 11869 : cluster [DBG] pgmap v11140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:57 smithi145 bash[13673]: audit 2022-04-26T08:41:56.551956+0000 mon.smithi136 (mon.0) 7173 : audit [DBG] from='client.? 172.21.15.136:0/299103188' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:41:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:41:59 smithi136 bash[11745]: cluster 2022-04-26T08:41:57.426264+0000 mgr.smithi136.ofnrfx (mgr.14188) 11870 : cluster [DBG] pgmap v11141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:41:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:41:59 smithi145 bash[13673]: cluster 2022-04-26T08:41:57.426264+0000 mgr.smithi136.ofnrfx (mgr.14188) 11870 : cluster [DBG] pgmap v11141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:01 smithi136 bash[11745]: cluster 2022-04-26T08:41:59.426902+0000 mgr.smithi136.ofnrfx (mgr.14188) 11871 : cluster [DBG] pgmap v11142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:01.570 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:01.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:01.571 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:01 smithi145 bash[13673]: cluster 2022-04-26T08:41:59.426902+0000 mgr.smithi136.ofnrfx (mgr.14188) 11871 : cluster [DBG] pgmap v11142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:01.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:02.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:02 smithi136 bash[11745]: audit 2022-04-26T08:42:01.880349+0000 mon.smithi136 (mon.0) 7174 : audit [DBG] from='client.? 172.21.15.136:0/2995433074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:02 smithi145 bash[13673]: audit 2022-04-26T08:42:01.880349+0000 mon.smithi136 (mon.0) 7174 : audit [DBG] from='client.? 172.21.15.136:0/2995433074' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:03 smithi136 bash[11745]: cluster 2022-04-26T08:42:01.427541+0000 mgr.smithi136.ofnrfx (mgr.14188) 11872 : cluster [DBG] pgmap v11143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:03 smithi145 bash[13673]: cluster 2022-04-26T08:42:01.427541+0000 mgr.smithi136.ofnrfx (mgr.14188) 11872 : cluster [DBG] pgmap v11143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:04 smithi136 bash[11745]: audit 2022-04-26T08:42:03.331104+0000 mon.smithi136 (mon.0) 7175 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:42:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:04 smithi136 bash[11745]: audit 2022-04-26T08:42:03.334599+0000 mon.smithi136 (mon.0) 7176 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:42:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:04 smithi145 bash[13673]: audit 2022-04-26T08:42:03.331104+0000 mon.smithi136 (mon.0) 7175 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:42:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:04 smithi145 bash[13673]: audit 2022-04-26T08:42:03.334599+0000 mon.smithi136 (mon.0) 7176 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:42:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:05 smithi136 bash[11745]: cluster 2022-04-26T08:42:03.428108+0000 mgr.smithi136.ofnrfx (mgr.14188) 11873 : cluster [DBG] pgmap v11144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:05 smithi145 bash[13673]: cluster 2022-04-26T08:42:03.428108+0000 mgr.smithi136.ofnrfx (mgr.14188) 11873 : cluster [DBG] pgmap v11144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:06 smithi136 bash[11745]: cluster 2022-04-26T08:42:05.428749+0000 mgr.smithi136.ofnrfx (mgr.14188) 11874 : cluster [DBG] pgmap v11145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:06 smithi145 bash[13673]: cluster 2022-04-26T08:42:05.428749+0000 mgr.smithi136.ofnrfx (mgr.14188) 11874 : cluster [DBG] pgmap v11145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:06.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:06.899 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:06.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:07.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:07 smithi136 bash[11745]: audit 2022-04-26T08:42:07.208438+0000 mon.smithi136 (mon.0) 7177 : audit [DBG] from='client.? 172.21.15.136:0/679490735' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:07 smithi145 bash[13673]: audit 2022-04-26T08:42:07.208438+0000 mon.smithi136 (mon.0) 7177 : audit [DBG] from='client.? 172.21.15.136:0/679490735' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:08 smithi145 bash[13673]: cluster 2022-04-26T08:42:07.429356+0000 mgr.smithi136.ofnrfx (mgr.14188) 11875 : cluster [DBG] pgmap v11146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:08 smithi136 bash[11745]: cluster 2022-04-26T08:42:07.429356+0000 mgr.smithi136.ofnrfx (mgr.14188) 11875 : cluster [DBG] pgmap v11146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:11 smithi136 bash[11745]: cluster 2022-04-26T08:42:09.429978+0000 mgr.smithi136.ofnrfx (mgr.14188) 11876 : cluster [DBG] pgmap v11147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:11 smithi145 bash[13673]: cluster 2022-04-26T08:42:09.429978+0000 mgr.smithi136.ofnrfx (mgr.14188) 11876 : cluster [DBG] pgmap v11147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:12.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:12.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:12.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:12.552 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:13 smithi136 bash[11745]: cluster 2022-04-26T08:42:11.430621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11877 : cluster [DBG] pgmap v11148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:13 smithi136 bash[11745]: audit 2022-04-26T08:42:12.536052+0000 mon.smithi136 (mon.0) 7178 : audit [DBG] from='client.? 172.21.15.136:0/2602049533' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:13 smithi145 bash[13673]: cluster 2022-04-26T08:42:11.430621+0000 mgr.smithi136.ofnrfx (mgr.14188) 11877 : cluster [DBG] pgmap v11148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:13 smithi145 bash[13673]: audit 2022-04-26T08:42:12.536052+0000 mon.smithi136 (mon.0) 7178 : audit [DBG] from='client.? 172.21.15.136:0/2602049533' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:15 smithi136 bash[11745]: cluster 2022-04-26T08:42:13.431219+0000 mgr.smithi136.ofnrfx (mgr.14188) 11878 : cluster [DBG] pgmap v11149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:15 smithi145 bash[13673]: cluster 2022-04-26T08:42:13.431219+0000 mgr.smithi136.ofnrfx (mgr.14188) 11878 : cluster [DBG] pgmap v11149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:17.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:17.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:17.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:17 smithi136 bash[11745]: cluster 2022-04-26T08:42:15.431880+0000 mgr.smithi136.ofnrfx (mgr.14188) 11879 : cluster [DBG] pgmap v11150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:17 smithi145 bash[13673]: cluster 2022-04-26T08:42:15.431880+0000 mgr.smithi136.ofnrfx (mgr.14188) 11879 : cluster [DBG] pgmap v11150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:17.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:18 smithi145 bash[13673]: audit 2022-04-26T08:42:17.870809+0000 mon.smithi136 (mon.0) 7179 : audit [DBG] from='client.? 172.21.15.136:0/3142369912' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:18 smithi136 bash[11745]: audit 2022-04-26T08:42:17.870809+0000 mon.smithi136 (mon.0) 7179 : audit [DBG] from='client.? 172.21.15.136:0/3142369912' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:19 smithi136 bash[11745]: cluster 2022-04-26T08:42:17.432476+0000 mgr.smithi136.ofnrfx (mgr.14188) 11880 : cluster [DBG] pgmap v11151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:19 smithi145 bash[13673]: cluster 2022-04-26T08:42:17.432476+0000 mgr.smithi136.ofnrfx (mgr.14188) 11880 : cluster [DBG] pgmap v11151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:21 smithi136 bash[11745]: cluster 2022-04-26T08:42:19.433121+0000 mgr.smithi136.ofnrfx (mgr.14188) 11881 : cluster [DBG] pgmap v11152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:21.910 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:21 smithi145 bash[13673]: cluster 2022-04-26T08:42:19.433121+0000 mgr.smithi136.ofnrfx (mgr.14188) 11881 : cluster [DBG] pgmap v11152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:22.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:22.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:22.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:23.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:23 smithi136 bash[11745]: cluster 2022-04-26T08:42:21.433732+0000 mgr.smithi136.ofnrfx (mgr.14188) 11882 : cluster [DBG] pgmap v11153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:23 smithi136 bash[11745]: audit 2022-04-26T08:42:23.203983+0000 mon.smithi136 (mon.0) 7180 : audit [DBG] from='client.? 172.21.15.136:0/3130559575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:23 smithi145 bash[13673]: cluster 2022-04-26T08:42:21.433732+0000 mgr.smithi136.ofnrfx (mgr.14188) 11882 : cluster [DBG] pgmap v11153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:23 smithi145 bash[13673]: audit 2022-04-26T08:42:23.203983+0000 mon.smithi136 (mon.0) 7180 : audit [DBG] from='client.? 172.21.15.136:0/3130559575' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:25 smithi136 bash[11745]: cluster 2022-04-26T08:42:23.434361+0000 mgr.smithi136.ofnrfx (mgr.14188) 11883 : cluster [DBG] pgmap v11154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:25 smithi145 bash[13673]: cluster 2022-04-26T08:42:23.434361+0000 mgr.smithi136.ofnrfx (mgr.14188) 11883 : cluster [DBG] pgmap v11154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:27 smithi136 bash[11745]: cluster 2022-04-26T08:42:25.435000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11884 : cluster [DBG] pgmap v11155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:27 smithi145 bash[13673]: cluster 2022-04-26T08:42:25.435000+0000 mgr.smithi136.ofnrfx (mgr.14188) 11884 : cluster [DBG] pgmap v11155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:28.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:29 smithi136 bash[11745]: cluster 2022-04-26T08:42:27.435664+0000 mgr.smithi136.ofnrfx (mgr.14188) 11885 : cluster [DBG] pgmap v11156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:29 smithi136 bash[11745]: audit 2022-04-26T08:42:28.535715+0000 mon.smithi136 (mon.0) 7181 : audit [DBG] from='client.? 172.21.15.136:0/884443723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:29 smithi145 bash[13673]: cluster 2022-04-26T08:42:27.435664+0000 mgr.smithi136.ofnrfx (mgr.14188) 11885 : cluster [DBG] pgmap v11156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:29 smithi145 bash[13673]: audit 2022-04-26T08:42:28.535715+0000 mon.smithi136 (mon.0) 7181 : audit [DBG] from='client.? 172.21.15.136:0/884443723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:31 smithi136 bash[11745]: cluster 2022-04-26T08:42:29.436381+0000 mgr.smithi136.ofnrfx (mgr.14188) 11886 : cluster [DBG] pgmap v11157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:31 smithi145 bash[13673]: cluster 2022-04-26T08:42:29.436381+0000 mgr.smithi136.ofnrfx (mgr.14188) 11886 : cluster [DBG] pgmap v11157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:32.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:32 smithi145 bash[13673]: cluster 2022-04-26T08:42:31.437032+0000 mgr.smithi136.ofnrfx (mgr.14188) 11887 : cluster [DBG] pgmap v11158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:32 smithi136 bash[11745]: cluster 2022-04-26T08:42:31.437032+0000 mgr.smithi136.ofnrfx (mgr.14188) 11887 : cluster [DBG] pgmap v11158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:33.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:33.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:34 smithi136 bash[11745]: cluster 2022-04-26T08:42:33.437747+0000 mgr.smithi136.ofnrfx (mgr.14188) 11888 : cluster [DBG] pgmap v11159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:34 smithi136 bash[11745]: audit 2022-04-26T08:42:33.855628+0000 mon.smithi136 (mon.0) 7182 : audit [DBG] from='client.? 172.21.15.136:0/1409615404' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:34 smithi145 bash[13673]: cluster 2022-04-26T08:42:33.437747+0000 mgr.smithi136.ofnrfx (mgr.14188) 11888 : cluster [DBG] pgmap v11159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:34 smithi145 bash[13673]: audit 2022-04-26T08:42:33.855628+0000 mon.smithi136 (mon.0) 7182 : audit [DBG] from='client.? 172.21.15.136:0/1409615404' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:37 smithi136 bash[11745]: cluster 2022-04-26T08:42:35.438359+0000 mgr.smithi136.ofnrfx (mgr.14188) 11889 : cluster [DBG] pgmap v11160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:37 smithi145 bash[13673]: cluster 2022-04-26T08:42:35.438359+0000 mgr.smithi136.ofnrfx (mgr.14188) 11889 : cluster [DBG] pgmap v11160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:38.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:38.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:38.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:39.197 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:39 smithi136 bash[11745]: cluster 2022-04-26T08:42:37.438966+0000 mgr.smithi136.ofnrfx (mgr.14188) 11890 : cluster [DBG] pgmap v11161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:39 smithi136 bash[11745]: audit 2022-04-26T08:42:39.181229+0000 mon.smithi136 (mon.0) 7183 : audit [DBG] from='client.? 172.21.15.136:0/1705733085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:39 smithi145 bash[13673]: cluster 2022-04-26T08:42:37.438966+0000 mgr.smithi136.ofnrfx (mgr.14188) 11890 : cluster [DBG] pgmap v11161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:39.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:39 smithi145 bash[13673]: audit 2022-04-26T08:42:39.181229+0000 mon.smithi136 (mon.0) 7183 : audit [DBG] from='client.? 172.21.15.136:0/1705733085' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:41 smithi136 bash[11745]: cluster 2022-04-26T08:42:39.439608+0000 mgr.smithi136.ofnrfx (mgr.14188) 11891 : cluster [DBG] pgmap v11162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:41 smithi145 bash[13673]: cluster 2022-04-26T08:42:39.439608+0000 mgr.smithi136.ofnrfx (mgr.14188) 11891 : cluster [DBG] pgmap v11162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:43 smithi136 bash[11745]: cluster 2022-04-26T08:42:41.440227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11892 : cluster [DBG] pgmap v11163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:43 smithi145 bash[13673]: cluster 2022-04-26T08:42:41.440227+0000 mgr.smithi136.ofnrfx (mgr.14188) 11892 : cluster [DBG] pgmap v11163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:44.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:44.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:44.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:44.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:45 smithi136 bash[11745]: cluster 2022-04-26T08:42:43.440891+0000 mgr.smithi136.ofnrfx (mgr.14188) 11893 : cluster [DBG] pgmap v11164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:45 smithi136 bash[11745]: audit 2022-04-26T08:42:44.506085+0000 mon.smithi136 (mon.0) 7184 : audit [DBG] from='client.? 172.21.15.136:0/677636174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:45 smithi145 bash[13673]: cluster 2022-04-26T08:42:43.440891+0000 mgr.smithi136.ofnrfx (mgr.14188) 11893 : cluster [DBG] pgmap v11164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:45 smithi145 bash[13673]: audit 2022-04-26T08:42:44.506085+0000 mon.smithi136 (mon.0) 7184 : audit [DBG] from='client.? 172.21.15.136:0/677636174' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:46 smithi145 bash[13673]: cluster 2022-04-26T08:42:45.441506+0000 mgr.smithi136.ofnrfx (mgr.14188) 11894 : cluster [DBG] pgmap v11165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:46 smithi136 bash[11745]: cluster 2022-04-26T08:42:45.441506+0000 mgr.smithi136.ofnrfx (mgr.14188) 11894 : cluster [DBG] pgmap v11165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:48 smithi136 bash[11745]: cluster 2022-04-26T08:42:47.442232+0000 mgr.smithi136.ofnrfx (mgr.14188) 11895 : cluster [DBG] pgmap v11166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:48 smithi145 bash[13673]: cluster 2022-04-26T08:42:47.442232+0000 mgr.smithi136.ofnrfx (mgr.14188) 11895 : cluster [DBG] pgmap v11166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:49.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:49.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:49.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:49.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:50 smithi136 bash[11745]: cluster 2022-04-26T08:42:49.442887+0000 mgr.smithi136.ofnrfx (mgr.14188) 11896 : cluster [DBG] pgmap v11167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:50 smithi136 bash[11745]: audit 2022-04-26T08:42:49.835396+0000 mon.smithi136 (mon.0) 7185 : audit [DBG] from='client.? 172.21.15.136:0/2625061275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:50 smithi145 bash[13673]: cluster 2022-04-26T08:42:49.442887+0000 mgr.smithi136.ofnrfx (mgr.14188) 11896 : cluster [DBG] pgmap v11167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:50 smithi145 bash[13673]: audit 2022-04-26T08:42:49.835396+0000 mon.smithi136 (mon.0) 7185 : audit [DBG] from='client.? 172.21.15.136:0/2625061275' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:51 smithi136 bash[11745]: audit 2022-04-26T08:42:51.451475+0000 mon.smithi136 (mon.0) 7186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:42:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:51 smithi136 bash[11745]: audit 2022-04-26T08:42:51.454350+0000 mon.smithi136 (mon.0) 7187 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:42:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:51 smithi136 bash[11745]: audit 2022-04-26T08:42:51.456414+0000 mon.smithi136 (mon.0) 7188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:42:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:51 smithi145 bash[13673]: audit 2022-04-26T08:42:51.451475+0000 mon.smithi136 (mon.0) 7186 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:42:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:51 smithi145 bash[13673]: audit 2022-04-26T08:42:51.454350+0000 mon.smithi136 (mon.0) 7187 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:42:51.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:51 smithi145 bash[13673]: audit 2022-04-26T08:42:51.456414+0000 mon.smithi136 (mon.0) 7188 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:42:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:52 smithi136 bash[11745]: cluster 2022-04-26T08:42:51.443538+0000 mgr.smithi136.ofnrfx (mgr.14188) 11897 : cluster [DBG] pgmap v11168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:52 smithi136 bash[11745]: cluster 2022-04-26T08:42:51.758864+0000 mgr.smithi136.ofnrfx (mgr.14188) 11898 : cluster [DBG] pgmap v11169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:52 smithi136 bash[11745]: cluster 2022-04-26T08:42:51.759367+0000 mgr.smithi136.ofnrfx (mgr.14188) 11899 : cluster [DBG] pgmap v11170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:53.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:52 smithi136 bash[11745]: audit 2022-04-26T08:42:51.764256+0000 mon.smithi136 (mon.0) 7189 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:42:53.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:52 smithi136 bash[11745]: audit 2022-04-26T08:42:51.771504+0000 mon.smithi136 (mon.0) 7190 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:42:53.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:52 smithi136 bash[11745]: cephadm 2022-04-26T08:42:51.772301+0000 mgr.smithi136.ofnrfx (mgr.14188) 11900 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:42:53.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:52 smithi136 bash[11745]: cephadm 2022-04-26T08:42:51.772427+0000 mgr.smithi136.ofnrfx (mgr.14188) 11901 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:42:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:52 smithi145 bash[13673]: cluster 2022-04-26T08:42:51.443538+0000 mgr.smithi136.ofnrfx (mgr.14188) 11897 : cluster [DBG] pgmap v11168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:52 smithi145 bash[13673]: cluster 2022-04-26T08:42:51.758864+0000 mgr.smithi136.ofnrfx (mgr.14188) 11898 : cluster [DBG] pgmap v11169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:52 smithi145 bash[13673]: cluster 2022-04-26T08:42:51.759367+0000 mgr.smithi136.ofnrfx (mgr.14188) 11899 : cluster [DBG] pgmap v11170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:52 smithi145 bash[13673]: audit 2022-04-26T08:42:51.764256+0000 mon.smithi136 (mon.0) 7189 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:42:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:52 smithi145 bash[13673]: audit 2022-04-26T08:42:51.771504+0000 mon.smithi136 (mon.0) 7190 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:42:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:52 smithi145 bash[13673]: cephadm 2022-04-26T08:42:51.772301+0000 mgr.smithi136.ofnrfx (mgr.14188) 11900 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:42:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:52 smithi145 bash[13673]: cephadm 2022-04-26T08:42:51.772427+0000 mgr.smithi136.ofnrfx (mgr.14188) 11901 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:42:54.859 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:42:54.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:42:54.860 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:42:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:54 smithi136 bash[11745]: cluster 2022-04-26T08:42:53.759998+0000 mgr.smithi136.ofnrfx (mgr.14188) 11902 : cluster [DBG] pgmap v11171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:54 smithi145 bash[13673]: cluster 2022-04-26T08:42:53.759998+0000 mgr.smithi136.ofnrfx (mgr.14188) 11902 : cluster [DBG] pgmap v11171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:55.179 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:42:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:55 smithi136 bash[11745]: audit 2022-04-26T08:42:55.163986+0000 mon.smithi136 (mon.0) 7191 : audit [DBG] from='client.? 172.21.15.136:0/3829076264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:55 smithi145 bash[13673]: audit 2022-04-26T08:42:55.163986+0000 mon.smithi136 (mon.0) 7191 : audit [DBG] from='client.? 172.21.15.136:0/3829076264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:42:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:57 smithi136 bash[11745]: cluster 2022-04-26T08:42:55.760616+0000 mgr.smithi136.ofnrfx (mgr.14188) 11903 : cluster [DBG] pgmap v11172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:57 smithi145 bash[13673]: cluster 2022-04-26T08:42:55.760616+0000 mgr.smithi136.ofnrfx (mgr.14188) 11903 : cluster [DBG] pgmap v11172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:42:59 smithi136 bash[11745]: cluster 2022-04-26T08:42:57.761362+0000 mgr.smithi136.ofnrfx (mgr.14188) 11904 : cluster [DBG] pgmap v11173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:42:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:42:59 smithi145 bash[13673]: cluster 2022-04-26T08:42:57.761362+0000 mgr.smithi136.ofnrfx (mgr.14188) 11904 : cluster [DBG] pgmap v11173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:00.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:00.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:00.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:00.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:01 smithi136 bash[11745]: cluster 2022-04-26T08:42:59.761951+0000 mgr.smithi136.ofnrfx (mgr.14188) 11905 : cluster [DBG] pgmap v11174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:01 smithi136 bash[11745]: audit 2022-04-26T08:43:00.494850+0000 mon.smithi136 (mon.0) 7192 : audit [DBG] from='client.? 172.21.15.136:0/1656846390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:01 smithi145 bash[13673]: cluster 2022-04-26T08:42:59.761951+0000 mgr.smithi136.ofnrfx (mgr.14188) 11905 : cluster [DBG] pgmap v11174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:01 smithi145 bash[13673]: audit 2022-04-26T08:43:00.494850+0000 mon.smithi136 (mon.0) 7192 : audit [DBG] from='client.? 172.21.15.136:0/1656846390' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:03 smithi136 bash[11745]: cluster 2022-04-26T08:43:01.762582+0000 mgr.smithi136.ofnrfx (mgr.14188) 11906 : cluster [DBG] pgmap v11175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:03 smithi145 bash[13673]: cluster 2022-04-26T08:43:01.762582+0000 mgr.smithi136.ofnrfx (mgr.14188) 11906 : cluster [DBG] pgmap v11175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:04 smithi136 bash[11745]: audit 2022-04-26T08:43:03.334891+0000 mon.smithi136 (mon.0) 7193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:43:04.598 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:04 smithi136 bash[11745]: audit 2022-04-26T08:43:03.338785+0000 mon.smithi136 (mon.0) 7194 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:43:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:04 smithi145 bash[13673]: audit 2022-04-26T08:43:03.334891+0000 mon.smithi136 (mon.0) 7193 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:43:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:04 smithi145 bash[13673]: audit 2022-04-26T08:43:03.338785+0000 mon.smithi136 (mon.0) 7194 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:43:05.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:05.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:05.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:05 smithi136 bash[11745]: cluster 2022-04-26T08:43:03.763171+0000 mgr.smithi136.ofnrfx (mgr.14188) 11907 : cluster [DBG] pgmap v11176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:05 smithi145 bash[13673]: cluster 2022-04-26T08:43:03.763171+0000 mgr.smithi136.ofnrfx (mgr.14188) 11907 : cluster [DBG] pgmap v11176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:05.831 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:06 smithi145 bash[13673]: cluster 2022-04-26T08:43:05.763630+0000 mgr.smithi136.ofnrfx (mgr.14188) 11908 : cluster [DBG] pgmap v11177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:06 smithi145 bash[13673]: audit 2022-04-26T08:43:05.815760+0000 mon.smithi136 (mon.0) 7195 : audit [DBG] from='client.? 172.21.15.136:0/4165612240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:06 smithi136 bash[11745]: cluster 2022-04-26T08:43:05.763630+0000 mgr.smithi136.ofnrfx (mgr.14188) 11908 : cluster [DBG] pgmap v11177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:06 smithi136 bash[11745]: audit 2022-04-26T08:43:05.815760+0000 mon.smithi136 (mon.0) 7195 : audit [DBG] from='client.? 172.21.15.136:0/4165612240' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:09.077 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:08 smithi136 bash[11745]: cluster 2022-04-26T08:43:07.764186+0000 mgr.smithi136.ofnrfx (mgr.14188) 11909 : cluster [DBG] pgmap v11178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:08 smithi145 bash[13673]: cluster 2022-04-26T08:43:07.764186+0000 mgr.smithi136.ofnrfx (mgr.14188) 11909 : cluster [DBG] pgmap v11178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:10.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:10.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:10.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:11.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:11 smithi136 bash[11745]: cluster 2022-04-26T08:43:09.764791+0000 mgr.smithi136.ofnrfx (mgr.14188) 11910 : cluster [DBG] pgmap v11179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:11.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:11 smithi136 bash[11745]: audit 2022-04-26T08:43:11.145381+0000 mon.smithi136 (mon.0) 7196 : audit [DBG] from='client.? 172.21.15.136:0/2695181080' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:11.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:11 smithi145 bash[13673]: cluster 2022-04-26T08:43:09.764791+0000 mgr.smithi136.ofnrfx (mgr.14188) 11910 : cluster [DBG] pgmap v11179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:11.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:11 smithi145 bash[13673]: audit 2022-04-26T08:43:11.145381+0000 mon.smithi136 (mon.0) 7196 : audit [DBG] from='client.? 172.21.15.136:0/2695181080' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:13 smithi136 bash[11745]: cluster 2022-04-26T08:43:11.765421+0000 mgr.smithi136.ofnrfx (mgr.14188) 11911 : cluster [DBG] pgmap v11180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:13 smithi145 bash[13673]: cluster 2022-04-26T08:43:11.765421+0000 mgr.smithi136.ofnrfx (mgr.14188) 11911 : cluster [DBG] pgmap v11180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:15 smithi136 bash[11745]: cluster 2022-04-26T08:43:13.766025+0000 mgr.smithi136.ofnrfx (mgr.14188) 11912 : cluster [DBG] pgmap v11181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:15 smithi145 bash[13673]: cluster 2022-04-26T08:43:13.766025+0000 mgr.smithi136.ofnrfx (mgr.14188) 11912 : cluster [DBG] pgmap v11181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:16.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:16.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:16.164 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:16.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:17 smithi136 bash[11745]: cluster 2022-04-26T08:43:15.766629+0000 mgr.smithi136.ofnrfx (mgr.14188) 11913 : cluster [DBG] pgmap v11182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:17 smithi136 bash[11745]: audit 2022-04-26T08:43:16.467256+0000 mon.smithi136 (mon.0) 7197 : audit [DBG] from='client.? 172.21.15.136:0/2899347301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:17 smithi145 bash[13673]: cluster 2022-04-26T08:43:15.766629+0000 mgr.smithi136.ofnrfx (mgr.14188) 11913 : cluster [DBG] pgmap v11182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:17 smithi145 bash[13673]: audit 2022-04-26T08:43:16.467256+0000 mon.smithi136 (mon.0) 7197 : audit [DBG] from='client.? 172.21.15.136:0/2899347301' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:19.410 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:19 smithi136 bash[11745]: cluster 2022-04-26T08:43:17.767251+0000 mgr.smithi136.ofnrfx (mgr.14188) 11914 : cluster [DBG] pgmap v11183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:19 smithi145 bash[13673]: cluster 2022-04-26T08:43:17.767251+0000 mgr.smithi136.ofnrfx (mgr.14188) 11914 : cluster [DBG] pgmap v11183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:21.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:21.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:21.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:21 smithi136 bash[11745]: cluster 2022-04-26T08:43:19.767866+0000 mgr.smithi136.ofnrfx (mgr.14188) 11915 : cluster [DBG] pgmap v11184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:21 smithi145 bash[13673]: cluster 2022-04-26T08:43:19.767866+0000 mgr.smithi136.ofnrfx (mgr.14188) 11915 : cluster [DBG] pgmap v11184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:21.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:22.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:22 smithi136 bash[11745]: audit 2022-04-26T08:43:21.794553+0000 mon.smithi136 (mon.0) 7198 : audit [DBG] from='client.? 172.21.15.136:0/2776064073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:22 smithi145 bash[13673]: audit 2022-04-26T08:43:21.794553+0000 mon.smithi136 (mon.0) 7198 : audit [DBG] from='client.? 172.21.15.136:0/2776064073' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:23 smithi136 bash[11745]: cluster 2022-04-26T08:43:21.768497+0000 mgr.smithi136.ofnrfx (mgr.14188) 11916 : cluster [DBG] pgmap v11185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:23 smithi145 bash[13673]: cluster 2022-04-26T08:43:21.768497+0000 mgr.smithi136.ofnrfx (mgr.14188) 11916 : cluster [DBG] pgmap v11185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:25 smithi136 bash[11745]: cluster 2022-04-26T08:43:23.769091+0000 mgr.smithi136.ofnrfx (mgr.14188) 11917 : cluster [DBG] pgmap v11186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:25 smithi145 bash[13673]: cluster 2022-04-26T08:43:23.769091+0000 mgr.smithi136.ofnrfx (mgr.14188) 11917 : cluster [DBG] pgmap v11186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:26 smithi145 bash[13673]: cluster 2022-04-26T08:43:25.769693+0000 mgr.smithi136.ofnrfx (mgr.14188) 11918 : cluster [DBG] pgmap v11187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:26 smithi136 bash[11745]: cluster 2022-04-26T08:43:25.769693+0000 mgr.smithi136.ofnrfx (mgr.14188) 11918 : cluster [DBG] pgmap v11187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:26.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:26.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:26.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:27.136 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:27 smithi145 bash[13673]: audit 2022-04-26T08:43:27.120980+0000 mon.smithi136 (mon.0) 7199 : audit [DBG] from='client.? 172.21.15.136:0/2001658965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:27 smithi136 bash[11745]: audit 2022-04-26T08:43:27.120980+0000 mon.smithi136 (mon.0) 7199 : audit [DBG] from='client.? 172.21.15.136:0/2001658965' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:28 smithi145 bash[13673]: cluster 2022-04-26T08:43:27.770322+0000 mgr.smithi136.ofnrfx (mgr.14188) 11919 : cluster [DBG] pgmap v11188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:28 smithi136 bash[11745]: cluster 2022-04-26T08:43:27.770322+0000 mgr.smithi136.ofnrfx (mgr.14188) 11919 : cluster [DBG] pgmap v11188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:31 smithi136 bash[11745]: cluster 2022-04-26T08:43:29.770956+0000 mgr.smithi136.ofnrfx (mgr.14188) 11920 : cluster [DBG] pgmap v11189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:31 smithi145 bash[13673]: cluster 2022-04-26T08:43:29.770956+0000 mgr.smithi136.ofnrfx (mgr.14188) 11920 : cluster [DBG] pgmap v11189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:32.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:32.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:32.140 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:32.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:33 smithi136 bash[11745]: cluster 2022-04-26T08:43:31.771622+0000 mgr.smithi136.ofnrfx (mgr.14188) 11921 : cluster [DBG] pgmap v11190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:33.564 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:33 smithi136 bash[11745]: audit 2022-04-26T08:43:32.456464+0000 mon.smithi136 (mon.0) 7200 : audit [DBG] from='client.? 172.21.15.136:0/3401887414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:33 smithi145 bash[13673]: cluster 2022-04-26T08:43:31.771622+0000 mgr.smithi136.ofnrfx (mgr.14188) 11921 : cluster [DBG] pgmap v11190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:33 smithi145 bash[13673]: audit 2022-04-26T08:43:32.456464+0000 mon.smithi136 (mon.0) 7200 : audit [DBG] from='client.? 172.21.15.136:0/3401887414' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:35 smithi136 bash[11745]: cluster 2022-04-26T08:43:33.772280+0000 mgr.smithi136.ofnrfx (mgr.14188) 11922 : cluster [DBG] pgmap v11191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:35 smithi145 bash[13673]: cluster 2022-04-26T08:43:33.772280+0000 mgr.smithi136.ofnrfx (mgr.14188) 11922 : cluster [DBG] pgmap v11191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:37.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:37.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:37.475 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:37 smithi136 bash[11745]: cluster 2022-04-26T08:43:35.772944+0000 mgr.smithi136.ofnrfx (mgr.14188) 11923 : cluster [DBG] pgmap v11192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:37 smithi145 bash[13673]: cluster 2022-04-26T08:43:35.772944+0000 mgr.smithi136.ofnrfx (mgr.14188) 11923 : cluster [DBG] pgmap v11192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:37.806 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:38 smithi145 bash[13673]: audit 2022-04-26T08:43:37.786046+0000 mon.smithi136 (mon.0) 7201 : audit [DBG] from='client.? 172.21.15.136:0/2875006170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:38 smithi136 bash[11745]: audit 2022-04-26T08:43:37.786046+0000 mon.smithi136 (mon.0) 7201 : audit [DBG] from='client.? 172.21.15.136:0/2875006170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:39 smithi136 bash[11745]: cluster 2022-04-26T08:43:37.773596+0000 mgr.smithi136.ofnrfx (mgr.14188) 11924 : cluster [DBG] pgmap v11193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:39 smithi145 bash[13673]: cluster 2022-04-26T08:43:37.773596+0000 mgr.smithi136.ofnrfx (mgr.14188) 11924 : cluster [DBG] pgmap v11193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:41 smithi136 bash[11745]: cluster 2022-04-26T08:43:39.774210+0000 mgr.smithi136.ofnrfx (mgr.14188) 11925 : cluster [DBG] pgmap v11194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:41 smithi145 bash[13673]: cluster 2022-04-26T08:43:39.774210+0000 mgr.smithi136.ofnrfx (mgr.14188) 11925 : cluster [DBG] pgmap v11194: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:42.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:42.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:42.811 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:43.134 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:43 smithi136 bash[11745]: cluster 2022-04-26T08:43:41.774865+0000 mgr.smithi136.ofnrfx (mgr.14188) 11926 : cluster [DBG] pgmap v11195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:43.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:43 smithi136 bash[11745]: audit 2022-04-26T08:43:43.118455+0000 mon.smithi136 (mon.0) 7202 : audit [DBG] from='client.? 172.21.15.136:0/163238618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:43 smithi145 bash[13673]: cluster 2022-04-26T08:43:41.774865+0000 mgr.smithi136.ofnrfx (mgr.14188) 11926 : cluster [DBG] pgmap v11195: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:43 smithi145 bash[13673]: audit 2022-04-26T08:43:43.118455+0000 mon.smithi136 (mon.0) 7202 : audit [DBG] from='client.? 172.21.15.136:0/163238618' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:45 smithi136 bash[11745]: cluster 2022-04-26T08:43:43.775495+0000 mgr.smithi136.ofnrfx (mgr.14188) 11927 : cluster [DBG] pgmap v11196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:45 smithi145 bash[13673]: cluster 2022-04-26T08:43:43.775495+0000 mgr.smithi136.ofnrfx (mgr.14188) 11927 : cluster [DBG] pgmap v11196: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:47 smithi136 bash[11745]: cluster 2022-04-26T08:43:45.776141+0000 mgr.smithi136.ofnrfx (mgr.14188) 11928 : cluster [DBG] pgmap v11197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:47.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:47 smithi145 bash[13673]: cluster 2022-04-26T08:43:45.776141+0000 mgr.smithi136.ofnrfx (mgr.14188) 11928 : cluster [DBG] pgmap v11197: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:48.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:48.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:48.137 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:48 smithi145 bash[13673]: cluster 2022-04-26T08:43:47.776783+0000 mgr.smithi136.ofnrfx (mgr.14188) 11929 : cluster [DBG] pgmap v11198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:48.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:48 smithi136 bash[11745]: cluster 2022-04-26T08:43:47.776783+0000 mgr.smithi136.ofnrfx (mgr.14188) 11929 : cluster [DBG] pgmap v11198: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:49 smithi136 bash[11745]: audit 2022-04-26T08:43:48.441613+0000 mon.smithi136 (mon.0) 7203 : audit [DBG] from='client.? 172.21.15.136:0/26661989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:49 smithi145 bash[13673]: audit 2022-04-26T08:43:48.441613+0000 mon.smithi136 (mon.0) 7203 : audit [DBG] from='client.? 172.21.15.136:0/26661989' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:51 smithi136 bash[11745]: cluster 2022-04-26T08:43:49.777384+0000 mgr.smithi136.ofnrfx (mgr.14188) 11930 : cluster [DBG] pgmap v11199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:51 smithi145 bash[13673]: cluster 2022-04-26T08:43:49.777384+0000 mgr.smithi136.ofnrfx (mgr.14188) 11930 : cluster [DBG] pgmap v11199: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:52.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:52 smithi136 bash[11745]: audit 2022-04-26T08:43:51.779177+0000 mon.smithi136 (mon.0) 7204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:43:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:52 smithi136 bash[11745]: audit 2022-04-26T08:43:51.782187+0000 mon.smithi136 (mon.0) 7205 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:43:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:52 smithi136 bash[11745]: audit 2022-04-26T08:43:51.784170+0000 mon.smithi136 (mon.0) 7206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:43:52.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:52 smithi136 bash[11745]: audit 2022-04-26T08:43:52.082381+0000 mon.smithi136 (mon.0) 7207 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:43:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:52 smithi145 bash[13673]: audit 2022-04-26T08:43:51.779177+0000 mon.smithi136 (mon.0) 7204 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:43:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:52 smithi145 bash[13673]: audit 2022-04-26T08:43:51.782187+0000 mon.smithi136 (mon.0) 7205 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:43:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:52 smithi145 bash[13673]: audit 2022-04-26T08:43:51.784170+0000 mon.smithi136 (mon.0) 7206 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:43:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:52 smithi145 bash[13673]: audit 2022-04-26T08:43:52.082381+0000 mon.smithi136 (mon.0) 7207 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:43:53.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:53.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:53.464 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:53 smithi145 bash[13673]: cluster 2022-04-26T08:43:51.778036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11931 : cluster [DBG] pgmap v11200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:53 smithi145 bash[13673]: audit 2022-04-26T08:43:52.379842+0000 mon.smithi136 (mon.0) 7208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:43:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:53 smithi145 bash[13673]: audit 2022-04-26T08:43:52.390593+0000 mon.smithi136 (mon.0) 7209 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:43:53.790 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:53 smithi136 bash[11745]: cluster 2022-04-26T08:43:51.778036+0000 mgr.smithi136.ofnrfx (mgr.14188) 11931 : cluster [DBG] pgmap v11200: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:53 smithi136 bash[11745]: audit 2022-04-26T08:43:52.379842+0000 mon.smithi136 (mon.0) 7208 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:43:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:53 smithi136 bash[11745]: audit 2022-04-26T08:43:52.390593+0000 mon.smithi136 (mon.0) 7209 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:43:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:54 smithi145 bash[13673]: cluster 2022-04-26T08:43:52.372709+0000 mgr.smithi136.ofnrfx (mgr.14188) 11932 : cluster [DBG] pgmap v11201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:54 smithi145 bash[13673]: cluster 2022-04-26T08:43:52.373100+0000 mgr.smithi136.ofnrfx (mgr.14188) 11933 : cluster [DBG] pgmap v11202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:54 smithi145 bash[13673]: cephadm 2022-04-26T08:43:52.392245+0000 mgr.smithi136.ofnrfx (mgr.14188) 11934 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:43:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:54 smithi145 bash[13673]: cephadm 2022-04-26T08:43:52.392493+0000 mgr.smithi136.ofnrfx (mgr.14188) 11935 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:43:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:54 smithi145 bash[13673]: audit 2022-04-26T08:43:53.774920+0000 mon.smithi136 (mon.0) 7210 : audit [DBG] from='client.? 172.21.15.136:0/2398064234' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:54 smithi136 bash[11745]: cluster 2022-04-26T08:43:52.372709+0000 mgr.smithi136.ofnrfx (mgr.14188) 11932 : cluster [DBG] pgmap v11201: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:54 smithi136 bash[11745]: cluster 2022-04-26T08:43:52.373100+0000 mgr.smithi136.ofnrfx (mgr.14188) 11933 : cluster [DBG] pgmap v11202: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:54 smithi136 bash[11745]: cephadm 2022-04-26T08:43:52.392245+0000 mgr.smithi136.ofnrfx (mgr.14188) 11934 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:43:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:54 smithi136 bash[11745]: cephadm 2022-04-26T08:43:52.392493+0000 mgr.smithi136.ofnrfx (mgr.14188) 11935 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:43:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:54 smithi136 bash[11745]: audit 2022-04-26T08:43:53.774920+0000 mon.smithi136 (mon.0) 7210 : audit [DBG] from='client.? 172.21.15.136:0/2398064234' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:56 smithi136 bash[11745]: cluster 2022-04-26T08:43:54.373691+0000 mgr.smithi136.ofnrfx (mgr.14188) 11936 : cluster [DBG] pgmap v11203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:56 smithi145 bash[13673]: cluster 2022-04-26T08:43:54.373691+0000 mgr.smithi136.ofnrfx (mgr.14188) 11936 : cluster [DBG] pgmap v11203: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:58 smithi145 bash[13673]: cluster 2022-04-26T08:43:56.374343+0000 mgr.smithi136.ofnrfx (mgr.14188) 11937 : cluster [DBG] pgmap v11204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:58 smithi136 bash[11745]: cluster 2022-04-26T08:43:56.374343+0000 mgr.smithi136.ofnrfx (mgr.14188) 11937 : cluster [DBG] pgmap v11204: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:43:58.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:43:58.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:43:58.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:43:59.120 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:43:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:43:59 smithi145 bash[13673]: audit 2022-04-26T08:43:59.105200+0000 mon.smithi136 (mon.0) 7211 : audit [DBG] from='client.? 172.21.15.136:0/3059234359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:43:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:43:59 smithi136 bash[11745]: audit 2022-04-26T08:43:59.105200+0000 mon.smithi136 (mon.0) 7211 : audit [DBG] from='client.? 172.21.15.136:0/3059234359' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:00.631 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:00 smithi136 bash[11745]: cluster 2022-04-26T08:43:58.374993+0000 mgr.smithi136.ofnrfx (mgr.14188) 11938 : cluster [DBG] pgmap v11205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:00 smithi145 bash[13673]: cluster 2022-04-26T08:43:58.374993+0000 mgr.smithi136.ofnrfx (mgr.14188) 11938 : cluster [DBG] pgmap v11205: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:01 smithi145 bash[13673]: cluster 2022-04-26T08:44:00.375653+0000 mgr.smithi136.ofnrfx (mgr.14188) 11939 : cluster [DBG] pgmap v11206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:01 smithi136 bash[11745]: cluster 2022-04-26T08:44:00.375653+0000 mgr.smithi136.ofnrfx (mgr.14188) 11939 : cluster [DBG] pgmap v11206: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:03 smithi136 bash[11745]: cluster 2022-04-26T08:44:02.376293+0000 mgr.smithi136.ofnrfx (mgr.14188) 11940 : cluster [DBG] pgmap v11207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:03 smithi136 bash[11745]: audit 2022-04-26T08:44:03.339048+0000 mon.smithi136 (mon.0) 7212 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:44:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:03 smithi136 bash[11745]: audit 2022-04-26T08:44:03.342796+0000 mon.smithi136 (mon.0) 7213 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:44:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:03 smithi145 bash[13673]: cluster 2022-04-26T08:44:02.376293+0000 mgr.smithi136.ofnrfx (mgr.14188) 11940 : cluster [DBG] pgmap v11207: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:03 smithi145 bash[13673]: audit 2022-04-26T08:44:03.339048+0000 mon.smithi136 (mon.0) 7212 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:44:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:03 smithi145 bash[13673]: audit 2022-04-26T08:44:03.342796+0000 mon.smithi136 (mon.0) 7213 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:44:04.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:04.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:04.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:04.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:05 smithi136 bash[11745]: cluster 2022-04-26T08:44:04.376691+0000 mgr.smithi136.ofnrfx (mgr.14188) 11941 : cluster [DBG] pgmap v11208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:05 smithi136 bash[11745]: audit 2022-04-26T08:44:04.443465+0000 mon.smithi136 (mon.0) 7214 : audit [DBG] from='client.? 172.21.15.136:0/482336540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:05 smithi145 bash[13673]: cluster 2022-04-26T08:44:04.376691+0000 mgr.smithi136.ofnrfx (mgr.14188) 11941 : cluster [DBG] pgmap v11208: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:05.986 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:05 smithi145 bash[13673]: audit 2022-04-26T08:44:04.443465+0000 mon.smithi136 (mon.0) 7214 : audit [DBG] from='client.? 172.21.15.136:0/482336540' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:07 smithi136 bash[11745]: cluster 2022-04-26T08:44:06.377269+0000 mgr.smithi136.ofnrfx (mgr.14188) 11942 : cluster [DBG] pgmap v11209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:07 smithi145 bash[13673]: cluster 2022-04-26T08:44:06.377269+0000 mgr.smithi136.ofnrfx (mgr.14188) 11942 : cluster [DBG] pgmap v11209: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:09.462 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:09.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:09.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:09.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:09 smithi136 bash[11745]: cluster 2022-04-26T08:44:08.377884+0000 mgr.smithi136.ofnrfx (mgr.14188) 11943 : cluster [DBG] pgmap v11210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:09.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:09 smithi145 bash[13673]: cluster 2022-04-26T08:44:08.377884+0000 mgr.smithi136.ofnrfx (mgr.14188) 11943 : cluster [DBG] pgmap v11210: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:10 smithi136 bash[11745]: audit 2022-04-26T08:44:09.764374+0000 mon.smithi136 (mon.0) 7215 : audit [DBG] from='client.? 172.21.15.136:0/1902166096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:10 smithi145 bash[13673]: audit 2022-04-26T08:44:09.764374+0000 mon.smithi136 (mon.0) 7215 : audit [DBG] from='client.? 172.21.15.136:0/1902166096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:12 smithi136 bash[11745]: cluster 2022-04-26T08:44:10.378487+0000 mgr.smithi136.ofnrfx (mgr.14188) 11944 : cluster [DBG] pgmap v11211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:12 smithi145 bash[13673]: cluster 2022-04-26T08:44:10.378487+0000 mgr.smithi136.ofnrfx (mgr.14188) 11944 : cluster [DBG] pgmap v11211: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:14 smithi145 bash[13673]: cluster 2022-04-26T08:44:12.379114+0000 mgr.smithi136.ofnrfx (mgr.14188) 11945 : cluster [DBG] pgmap v11212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:14.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:14.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:14.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:14 smithi136 bash[11745]: cluster 2022-04-26T08:44:12.379114+0000 mgr.smithi136.ofnrfx (mgr.14188) 11945 : cluster [DBG] pgmap v11212: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:15.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:15 smithi145 bash[13673]: audit 2022-04-26T08:44:15.096618+0000 mon.smithi136 (mon.0) 7216 : audit [DBG] from='client.? 172.21.15.136:0/1524002488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:15.815 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:15 smithi136 bash[11745]: audit 2022-04-26T08:44:15.096618+0000 mon.smithi136 (mon.0) 7216 : audit [DBG] from='client.? 172.21.15.136:0/1524002488' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:16 smithi145 bash[13673]: cluster 2022-04-26T08:44:14.379886+0000 mgr.smithi136.ofnrfx (mgr.14188) 11946 : cluster [DBG] pgmap v11213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:16 smithi136 bash[11745]: cluster 2022-04-26T08:44:14.379886+0000 mgr.smithi136.ofnrfx (mgr.14188) 11946 : cluster [DBG] pgmap v11213: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:17 smithi145 bash[13673]: cluster 2022-04-26T08:44:16.380614+0000 mgr.smithi136.ofnrfx (mgr.14188) 11947 : cluster [DBG] pgmap v11214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:17 smithi136 bash[11745]: cluster 2022-04-26T08:44:16.380614+0000 mgr.smithi136.ofnrfx (mgr.14188) 11947 : cluster [DBG] pgmap v11214: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:19 smithi136 bash[11745]: cluster 2022-04-26T08:44:18.381321+0000 mgr.smithi136.ofnrfx (mgr.14188) 11948 : cluster [DBG] pgmap v11215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:19 smithi145 bash[13673]: cluster 2022-04-26T08:44:18.381321+0000 mgr.smithi136.ofnrfx (mgr.14188) 11948 : cluster [DBG] pgmap v11215: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:20.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:20.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:20.116 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:20.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:21.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:21 smithi145 bash[13673]: audit 2022-04-26T08:44:20.425398+0000 mon.smithi136 (mon.0) 7217 : audit [DBG] from='client.? 172.21.15.136:0/787771306' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:21 smithi136 bash[11745]: audit 2022-04-26T08:44:20.425398+0000 mon.smithi136 (mon.0) 7217 : audit [DBG] from='client.? 172.21.15.136:0/787771306' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:22 smithi145 bash[13673]: cluster 2022-04-26T08:44:20.381926+0000 mgr.smithi136.ofnrfx (mgr.14188) 11949 : cluster [DBG] pgmap v11216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:22 smithi136 bash[11745]: cluster 2022-04-26T08:44:20.381926+0000 mgr.smithi136.ofnrfx (mgr.14188) 11949 : cluster [DBG] pgmap v11216: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:23 smithi145 bash[13673]: cluster 2022-04-26T08:44:22.382567+0000 mgr.smithi136.ofnrfx (mgr.14188) 11950 : cluster [DBG] pgmap v11217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:23 smithi136 bash[11745]: cluster 2022-04-26T08:44:22.382567+0000 mgr.smithi136.ofnrfx (mgr.14188) 11950 : cluster [DBG] pgmap v11217: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:25.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:25.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:25.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:25.773 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:26 smithi136 bash[11745]: cluster 2022-04-26T08:44:24.383216+0000 mgr.smithi136.ofnrfx (mgr.14188) 11951 : cluster [DBG] pgmap v11218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:26.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:26 smithi136 bash[11745]: audit 2022-04-26T08:44:25.753115+0000 mon.smithi136 (mon.0) 7218 : audit [DBG] from='client.? 172.21.15.136:0/2681540956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:26 smithi145 bash[13673]: cluster 2022-04-26T08:44:24.383216+0000 mgr.smithi136.ofnrfx (mgr.14188) 11951 : cluster [DBG] pgmap v11218: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:26 smithi145 bash[13673]: audit 2022-04-26T08:44:25.753115+0000 mon.smithi136 (mon.0) 7218 : audit [DBG] from='client.? 172.21.15.136:0/2681540956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:28 smithi145 bash[13673]: cluster 2022-04-26T08:44:26.383857+0000 mgr.smithi136.ofnrfx (mgr.14188) 11952 : cluster [DBG] pgmap v11219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:28 smithi136 bash[11745]: cluster 2022-04-26T08:44:26.383857+0000 mgr.smithi136.ofnrfx (mgr.14188) 11952 : cluster [DBG] pgmap v11219: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:30.632 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:30 smithi136 bash[11745]: cluster 2022-04-26T08:44:28.384472+0000 mgr.smithi136.ofnrfx (mgr.14188) 11953 : cluster [DBG] pgmap v11220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:30 smithi145 bash[13673]: cluster 2022-04-26T08:44:28.384472+0000 mgr.smithi136.ofnrfx (mgr.14188) 11953 : cluster [DBG] pgmap v11220: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:30.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:30.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:30.778 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:31.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:31 smithi145 bash[13673]: cluster 2022-04-26T08:44:30.385049+0000 mgr.smithi136.ofnrfx (mgr.14188) 11954 : cluster [DBG] pgmap v11221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:31 smithi145 bash[13673]: audit 2022-04-26T08:44:31.077604+0000 mon.smithi136 (mon.0) 7219 : audit [DBG] from='client.? 172.21.15.136:0/3422552067' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:31 smithi136 bash[11745]: cluster 2022-04-26T08:44:30.385049+0000 mgr.smithi136.ofnrfx (mgr.14188) 11954 : cluster [DBG] pgmap v11221: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:31 smithi136 bash[11745]: audit 2022-04-26T08:44:31.077604+0000 mon.smithi136 (mon.0) 7219 : audit [DBG] from='client.? 172.21.15.136:0/3422552067' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:33 smithi136 bash[11745]: cluster 2022-04-26T08:44:32.385683+0000 mgr.smithi136.ofnrfx (mgr.14188) 11955 : cluster [DBG] pgmap v11222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:33 smithi145 bash[13673]: cluster 2022-04-26T08:44:32.385683+0000 mgr.smithi136.ofnrfx (mgr.14188) 11955 : cluster [DBG] pgmap v11222: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:36.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:36.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:36.097 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:36.424 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:36 smithi145 bash[13673]: cluster 2022-04-26T08:44:34.386298+0000 mgr.smithi136.ofnrfx (mgr.14188) 11956 : cluster [DBG] pgmap v11223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:36 smithi136 bash[11745]: cluster 2022-04-26T08:44:34.386298+0000 mgr.smithi136.ofnrfx (mgr.14188) 11956 : cluster [DBG] pgmap v11223: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:37 smithi145 bash[13673]: audit 2022-04-26T08:44:36.408063+0000 mon.smithi136 (mon.0) 7220 : audit [DBG] from='client.? 172.21.15.136:0/2934301733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:37 smithi136 bash[11745]: audit 2022-04-26T08:44:36.408063+0000 mon.smithi136 (mon.0) 7220 : audit [DBG] from='client.? 172.21.15.136:0/2934301733' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:38 smithi145 bash[13673]: cluster 2022-04-26T08:44:36.386862+0000 mgr.smithi136.ofnrfx (mgr.14188) 11957 : cluster [DBG] pgmap v11224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:38 smithi136 bash[11745]: cluster 2022-04-26T08:44:36.386862+0000 mgr.smithi136.ofnrfx (mgr.14188) 11957 : cluster [DBG] pgmap v11224: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:39 smithi145 bash[13673]: cluster 2022-04-26T08:44:38.387478+0000 mgr.smithi136.ofnrfx (mgr.14188) 11958 : cluster [DBG] pgmap v11225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:39 smithi136 bash[11745]: cluster 2022-04-26T08:44:38.387478+0000 mgr.smithi136.ofnrfx (mgr.14188) 11958 : cluster [DBG] pgmap v11225: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:41.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:41.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:41.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:41 smithi145 bash[13673]: cluster 2022-04-26T08:44:40.388116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11959 : cluster [DBG] pgmap v11226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:41.754 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:41 smithi136 bash[11745]: cluster 2022-04-26T08:44:40.388116+0000 mgr.smithi136.ofnrfx (mgr.14188) 11959 : cluster [DBG] pgmap v11226: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:42 smithi145 bash[13673]: audit 2022-04-26T08:44:41.738301+0000 mon.smithi136 (mon.0) 7221 : audit [DBG] from='client.? 172.21.15.136:0/2706899877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:42 smithi136 bash[11745]: audit 2022-04-26T08:44:41.738301+0000 mon.smithi136 (mon.0) 7221 : audit [DBG] from='client.? 172.21.15.136:0/2706899877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:43 smithi145 bash[13673]: cluster 2022-04-26T08:44:42.388758+0000 mgr.smithi136.ofnrfx (mgr.14188) 11960 : cluster [DBG] pgmap v11227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:43 smithi136 bash[11745]: cluster 2022-04-26T08:44:42.388758+0000 mgr.smithi136.ofnrfx (mgr.14188) 11960 : cluster [DBG] pgmap v11227: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:46 smithi145 bash[13673]: cluster 2022-04-26T08:44:44.389389+0000 mgr.smithi136.ofnrfx (mgr.14188) 11961 : cluster [DBG] pgmap v11228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:46.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:46.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:46.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:46 smithi136 bash[11745]: cluster 2022-04-26T08:44:44.389389+0000 mgr.smithi136.ofnrfx (mgr.14188) 11961 : cluster [DBG] pgmap v11228: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:47.086 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:47.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:47 smithi145 bash[13673]: audit 2022-04-26T08:44:47.069280+0000 mon.smithi136 (mon.0) 7222 : audit [DBG] from='client.? 172.21.15.136:0/2093538641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:47 smithi136 bash[11745]: audit 2022-04-26T08:44:47.069280+0000 mon.smithi136 (mon.0) 7222 : audit [DBG] from='client.? 172.21.15.136:0/2093538641' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:48 smithi145 bash[13673]: cluster 2022-04-26T08:44:46.390040+0000 mgr.smithi136.ofnrfx (mgr.14188) 11962 : cluster [DBG] pgmap v11229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:48 smithi136 bash[11745]: cluster 2022-04-26T08:44:46.390040+0000 mgr.smithi136.ofnrfx (mgr.14188) 11962 : cluster [DBG] pgmap v11229: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:49 smithi145 bash[13673]: cluster 2022-04-26T08:44:48.390680+0000 mgr.smithi136.ofnrfx (mgr.14188) 11963 : cluster [DBG] pgmap v11230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:49 smithi136 bash[11745]: cluster 2022-04-26T08:44:48.390680+0000 mgr.smithi136.ofnrfx (mgr.14188) 11963 : cluster [DBG] pgmap v11230: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:52.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:52.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:52.089 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:52.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:52 smithi145 bash[13673]: cluster 2022-04-26T08:44:50.391283+0000 mgr.smithi136.ofnrfx (mgr.14188) 11964 : cluster [DBG] pgmap v11231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:52.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:52 smithi136 bash[11745]: cluster 2022-04-26T08:44:50.391283+0000 mgr.smithi136.ofnrfx (mgr.14188) 11964 : cluster [DBG] pgmap v11231: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:53 smithi145 bash[13673]: audit 2022-04-26T08:44:52.399735+0000 mon.smithi136 (mon.0) 7223 : audit [DBG] from='client.? 172.21.15.136:0/4041163199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:53.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:53 smithi145 bash[13673]: audit 2022-04-26T08:44:52.404306+0000 mon.smithi136 (mon.0) 7224 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:44:53.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:53 smithi145 bash[13673]: audit 2022-04-26T08:44:52.406796+0000 mon.smithi136 (mon.0) 7225 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:44:53.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:53 smithi145 bash[13673]: audit 2022-04-26T08:44:52.408424+0000 mon.smithi136 (mon.0) 7226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:44:53.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:53 smithi145 bash[13673]: audit 2022-04-26T08:44:52.739256+0000 mon.smithi136 (mon.0) 7227 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:44:53.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:53 smithi145 bash[13673]: audit 2022-04-26T08:44:52.748597+0000 mon.smithi136 (mon.0) 7228 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:44:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:53 smithi136 bash[11745]: audit 2022-04-26T08:44:52.399735+0000 mon.smithi136 (mon.0) 7223 : audit [DBG] from='client.? 172.21.15.136:0/4041163199' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:53 smithi136 bash[11745]: audit 2022-04-26T08:44:52.404306+0000 mon.smithi136 (mon.0) 7224 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:44:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:53 smithi136 bash[11745]: audit 2022-04-26T08:44:52.406796+0000 mon.smithi136 (mon.0) 7225 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:44:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:53 smithi136 bash[11745]: audit 2022-04-26T08:44:52.408424+0000 mon.smithi136 (mon.0) 7226 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:44:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:53 smithi136 bash[11745]: audit 2022-04-26T08:44:52.739256+0000 mon.smithi136 (mon.0) 7227 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:44:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:53 smithi136 bash[11745]: audit 2022-04-26T08:44:52.748597+0000 mon.smithi136 (mon.0) 7228 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:44:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:54 smithi145 bash[13673]: cluster 2022-04-26T08:44:52.391902+0000 mgr.smithi136.ofnrfx (mgr.14188) 11965 : cluster [DBG] pgmap v11232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:54 smithi145 bash[13673]: cluster 2022-04-26T08:44:52.730960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11966 : cluster [DBG] pgmap v11233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:54 smithi145 bash[13673]: cluster 2022-04-26T08:44:52.731477+0000 mgr.smithi136.ofnrfx (mgr.14188) 11967 : cluster [DBG] pgmap v11234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:54 smithi145 bash[13673]: cephadm 2022-04-26T08:44:52.749946+0000 mgr.smithi136.ofnrfx (mgr.14188) 11968 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:44:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:54 smithi145 bash[13673]: cephadm 2022-04-26T08:44:52.750088+0000 mgr.smithi136.ofnrfx (mgr.14188) 11969 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:44:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:54 smithi136 bash[11745]: cluster 2022-04-26T08:44:52.391902+0000 mgr.smithi136.ofnrfx (mgr.14188) 11965 : cluster [DBG] pgmap v11232: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:54 smithi136 bash[11745]: cluster 2022-04-26T08:44:52.730960+0000 mgr.smithi136.ofnrfx (mgr.14188) 11966 : cluster [DBG] pgmap v11233: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:54 smithi136 bash[11745]: cluster 2022-04-26T08:44:52.731477+0000 mgr.smithi136.ofnrfx (mgr.14188) 11967 : cluster [DBG] pgmap v11234: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:54 smithi136 bash[11745]: cephadm 2022-04-26T08:44:52.749946+0000 mgr.smithi136.ofnrfx (mgr.14188) 11968 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:44:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:54 smithi136 bash[11745]: cephadm 2022-04-26T08:44:52.750088+0000 mgr.smithi136.ofnrfx (mgr.14188) 11969 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:44:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:56 smithi145 bash[13673]: cluster 2022-04-26T08:44:54.732133+0000 mgr.smithi136.ofnrfx (mgr.14188) 11970 : cluster [DBG] pgmap v11235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:56 smithi136 bash[11745]: cluster 2022-04-26T08:44:54.732133+0000 mgr.smithi136.ofnrfx (mgr.14188) 11970 : cluster [DBG] pgmap v11235: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:57.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:44:57.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:44:57.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:44:57.745 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:44:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:58 smithi145 bash[13673]: cluster 2022-04-26T08:44:56.732750+0000 mgr.smithi136.ofnrfx (mgr.14188) 11971 : cluster [DBG] pgmap v11236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:58.486 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:58 smithi145 bash[13673]: audit 2022-04-26T08:44:57.729614+0000 mon.smithi136 (mon.0) 7229 : audit [DBG] from='client.? 172.21.15.136:0/1854403834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:58 smithi136 bash[11745]: cluster 2022-04-26T08:44:56.732750+0000 mgr.smithi136.ofnrfx (mgr.14188) 11971 : cluster [DBG] pgmap v11236: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:58 smithi136 bash[11745]: audit 2022-04-26T08:44:57.729614+0000 mon.smithi136 (mon.0) 7229 : audit [DBG] from='client.? 172.21.15.136:0/1854403834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:44:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:44:59 smithi145 bash[13673]: cluster 2022-04-26T08:44:58.733364+0000 mgr.smithi136.ofnrfx (mgr.14188) 11972 : cluster [DBG] pgmap v11237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:44:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:44:59 smithi136 bash[11745]: cluster 2022-04-26T08:44:58.733364+0000 mgr.smithi136.ofnrfx (mgr.14188) 11972 : cluster [DBG] pgmap v11237: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:02 smithi145 bash[13673]: cluster 2022-04-26T08:45:00.733961+0000 mgr.smithi136.ofnrfx (mgr.14188) 11973 : cluster [DBG] pgmap v11238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:02.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:02.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:02.749 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:02 smithi136 bash[11745]: cluster 2022-04-26T08:45:00.733961+0000 mgr.smithi136.ofnrfx (mgr.14188) 11973 : cluster [DBG] pgmap v11238: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:03.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:03 smithi145 bash[13673]: audit 2022-04-26T08:45:03.056569+0000 mon.smithi136 (mon.0) 7230 : audit [DBG] from='client.? 172.21.15.136:0/3387012402' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:03 smithi136 bash[11745]: audit 2022-04-26T08:45:03.056569+0000 mon.smithi136 (mon.0) 7230 : audit [DBG] from='client.? 172.21.15.136:0/3387012402' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:04 smithi145 bash[13673]: cluster 2022-04-26T08:45:02.734572+0000 mgr.smithi136.ofnrfx (mgr.14188) 11974 : cluster [DBG] pgmap v11239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:04 smithi145 bash[13673]: audit 2022-04-26T08:45:03.343147+0000 mon.smithi136 (mon.0) 7231 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:45:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:04 smithi145 bash[13673]: audit 2022-04-26T08:45:03.346852+0000 mon.smithi136 (mon.0) 7232 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:45:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:04 smithi136 bash[11745]: cluster 2022-04-26T08:45:02.734572+0000 mgr.smithi136.ofnrfx (mgr.14188) 11974 : cluster [DBG] pgmap v11239: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:04 smithi136 bash[11745]: audit 2022-04-26T08:45:03.343147+0000 mon.smithi136 (mon.0) 7231 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:45:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:04 smithi136 bash[11745]: audit 2022-04-26T08:45:03.346852+0000 mon.smithi136 (mon.0) 7232 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:45:06.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:06 smithi145 bash[13673]: cluster 2022-04-26T08:45:04.735111+0000 mgr.smithi136.ofnrfx (mgr.14188) 11975 : cluster [DBG] pgmap v11240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:06 smithi136 bash[11745]: cluster 2022-04-26T08:45:04.735111+0000 mgr.smithi136.ofnrfx (mgr.14188) 11975 : cluster [DBG] pgmap v11240: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:08.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:08.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:08.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:08.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:08 smithi145 bash[13673]: cluster 2022-04-26T08:45:06.735802+0000 mgr.smithi136.ofnrfx (mgr.14188) 11976 : cluster [DBG] pgmap v11241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:08 smithi136 bash[11745]: cluster 2022-04-26T08:45:06.735802+0000 mgr.smithi136.ofnrfx (mgr.14188) 11976 : cluster [DBG] pgmap v11241: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:09 smithi145 bash[13673]: audit 2022-04-26T08:45:08.379142+0000 mon.smithi136 (mon.0) 7233 : audit [DBG] from='client.? 172.21.15.136:0/1855694929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:09 smithi145 bash[13673]: cluster 2022-04-26T08:45:08.736454+0000 mgr.smithi136.ofnrfx (mgr.14188) 11977 : cluster [DBG] pgmap v11242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:09 smithi136 bash[11745]: audit 2022-04-26T08:45:08.379142+0000 mon.smithi136 (mon.0) 7233 : audit [DBG] from='client.? 172.21.15.136:0/1855694929' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:09 smithi136 bash[11745]: cluster 2022-04-26T08:45:08.736454+0000 mgr.smithi136.ofnrfx (mgr.14188) 11977 : cluster [DBG] pgmap v11242: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:12 smithi145 bash[13673]: cluster 2022-04-26T08:45:10.737047+0000 mgr.smithi136.ofnrfx (mgr.14188) 11978 : cluster [DBG] pgmap v11243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:12 smithi136 bash[11745]: cluster 2022-04-26T08:45:10.737047+0000 mgr.smithi136.ofnrfx (mgr.14188) 11978 : cluster [DBG] pgmap v11243: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:13.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:13.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:13.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:13 smithi145 bash[13673]: cluster 2022-04-26T08:45:12.737669+0000 mgr.smithi136.ofnrfx (mgr.14188) 11979 : cluster [DBG] pgmap v11244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:13.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:13 smithi136 bash[11745]: cluster 2022-04-26T08:45:12.737669+0000 mgr.smithi136.ofnrfx (mgr.14188) 11979 : cluster [DBG] pgmap v11244: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:14 smithi145 bash[13673]: audit 2022-04-26T08:45:13.703593+0000 mon.smithi136 (mon.0) 7234 : audit [DBG] from='client.? 172.21.15.136:0/1082180295' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:14 smithi136 bash[11745]: audit 2022-04-26T08:45:13.703593+0000 mon.smithi136 (mon.0) 7234 : audit [DBG] from='client.? 172.21.15.136:0/1082180295' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:16 smithi145 bash[13673]: cluster 2022-04-26T08:45:14.738254+0000 mgr.smithi136.ofnrfx (mgr.14188) 11980 : cluster [DBG] pgmap v11245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:16 smithi136 bash[11745]: cluster 2022-04-26T08:45:14.738254+0000 mgr.smithi136.ofnrfx (mgr.14188) 11980 : cluster [DBG] pgmap v11245: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:17.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:17 smithi145 bash[13673]: cluster 2022-04-26T08:45:16.738831+0000 mgr.smithi136.ofnrfx (mgr.14188) 11981 : cluster [DBG] pgmap v11246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:17 smithi136 bash[11745]: cluster 2022-04-26T08:45:16.738831+0000 mgr.smithi136.ofnrfx (mgr.14188) 11981 : cluster [DBG] pgmap v11246: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:18.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:18.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:18.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:19.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:19 smithi136 bash[11745]: cluster 2022-04-26T08:45:18.739572+0000 mgr.smithi136.ofnrfx (mgr.14188) 11982 : cluster [DBG] pgmap v11247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:19 smithi136 bash[11745]: audit 2022-04-26T08:45:19.035131+0000 mon.smithi136 (mon.0) 7235 : audit [DBG] from='client.? 172.21.15.136:0/1619997668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:19 smithi145 bash[13673]: cluster 2022-04-26T08:45:18.739572+0000 mgr.smithi136.ofnrfx (mgr.14188) 11982 : cluster [DBG] pgmap v11247: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:19 smithi145 bash[13673]: audit 2022-04-26T08:45:19.035131+0000 mon.smithi136 (mon.0) 7235 : audit [DBG] from='client.? 172.21.15.136:0/1619997668' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:22 smithi145 bash[13673]: cluster 2022-04-26T08:45:20.740306+0000 mgr.smithi136.ofnrfx (mgr.14188) 11983 : cluster [DBG] pgmap v11248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:22 smithi136 bash[11745]: cluster 2022-04-26T08:45:20.740306+0000 mgr.smithi136.ofnrfx (mgr.14188) 11983 : cluster [DBG] pgmap v11248: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:23 smithi145 bash[13673]: cluster 2022-04-26T08:45:22.741082+0000 mgr.smithi136.ofnrfx (mgr.14188) 11984 : cluster [DBG] pgmap v11249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:23 smithi136 bash[11745]: cluster 2022-04-26T08:45:22.741082+0000 mgr.smithi136.ofnrfx (mgr.14188) 11984 : cluster [DBG] pgmap v11249: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:24.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:24.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:24.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:24.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:24 smithi136 bash[11745]: audit 2022-04-26T08:45:24.364461+0000 mon.smithi136 (mon.0) 7236 : audit [DBG] from='client.? 172.21.15.136:0/1018545252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:24 smithi145 bash[13673]: audit 2022-04-26T08:45:24.364461+0000 mon.smithi136 (mon.0) 7236 : audit [DBG] from='client.? 172.21.15.136:0/1018545252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:26 smithi145 bash[13673]: cluster 2022-04-26T08:45:24.741752+0000 mgr.smithi136.ofnrfx (mgr.14188) 11985 : cluster [DBG] pgmap v11250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:26 smithi136 bash[11745]: cluster 2022-04-26T08:45:24.741752+0000 mgr.smithi136.ofnrfx (mgr.14188) 11985 : cluster [DBG] pgmap v11250: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:27 smithi145 bash[13673]: cluster 2022-04-26T08:45:26.742387+0000 mgr.smithi136.ofnrfx (mgr.14188) 11986 : cluster [DBG] pgmap v11251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:27 smithi136 bash[11745]: cluster 2022-04-26T08:45:26.742387+0000 mgr.smithi136.ofnrfx (mgr.14188) 11986 : cluster [DBG] pgmap v11251: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:29.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:29.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:29.384 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:29.708 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:29 smithi136 bash[11745]: cluster 2022-04-26T08:45:28.742997+0000 mgr.smithi136.ofnrfx (mgr.14188) 11987 : cluster [DBG] pgmap v11252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:30.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:29 smithi136 bash[11745]: audit 2022-04-26T08:45:29.693076+0000 mon.smithi136 (mon.0) 7237 : audit [DBG] from='client.? 172.21.15.136:0/2966917964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:29 smithi145 bash[13673]: cluster 2022-04-26T08:45:28.742997+0000 mgr.smithi136.ofnrfx (mgr.14188) 11987 : cluster [DBG] pgmap v11252: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:29 smithi145 bash[13673]: audit 2022-04-26T08:45:29.693076+0000 mon.smithi136 (mon.0) 7237 : audit [DBG] from='client.? 172.21.15.136:0/2966917964' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:31 smithi145 bash[13673]: cluster 2022-04-26T08:45:30.743657+0000 mgr.smithi136.ofnrfx (mgr.14188) 11988 : cluster [DBG] pgmap v11253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:31 smithi136 bash[11745]: cluster 2022-04-26T08:45:30.743657+0000 mgr.smithi136.ofnrfx (mgr.14188) 11988 : cluster [DBG] pgmap v11253: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:33 smithi136 bash[11745]: cluster 2022-04-26T08:45:32.744298+0000 mgr.smithi136.ofnrfx (mgr.14188) 11989 : cluster [DBG] pgmap v11254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:33 smithi145 bash[13673]: cluster 2022-04-26T08:45:32.744298+0000 mgr.smithi136.ofnrfx (mgr.14188) 11989 : cluster [DBG] pgmap v11254: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:34.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:34.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:34.712 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:35.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:35 smithi136 bash[11745]: cluster 2022-04-26T08:45:34.744780+0000 mgr.smithi136.ofnrfx (mgr.14188) 11990 : cluster [DBG] pgmap v11255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:35 smithi136 bash[11745]: audit 2022-04-26T08:45:35.018234+0000 mon.smithi136 (mon.0) 7238 : audit [DBG] from='client.? 172.21.15.136:0/1613505290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:35 smithi145 bash[13673]: cluster 2022-04-26T08:45:34.744780+0000 mgr.smithi136.ofnrfx (mgr.14188) 11990 : cluster [DBG] pgmap v11255: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:35 smithi145 bash[13673]: audit 2022-04-26T08:45:35.018234+0000 mon.smithi136 (mon.0) 7238 : audit [DBG] from='client.? 172.21.15.136:0/1613505290' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:37 smithi145 bash[13673]: cluster 2022-04-26T08:45:36.745372+0000 mgr.smithi136.ofnrfx (mgr.14188) 11991 : cluster [DBG] pgmap v11256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:37 smithi136 bash[11745]: cluster 2022-04-26T08:45:36.745372+0000 mgr.smithi136.ofnrfx (mgr.14188) 11991 : cluster [DBG] pgmap v11256: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:40.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:40.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:40.038 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:39 smithi145 bash[13673]: cluster 2022-04-26T08:45:38.745954+0000 mgr.smithi136.ofnrfx (mgr.14188) 11992 : cluster [DBG] pgmap v11257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:39 smithi136 bash[11745]: cluster 2022-04-26T08:45:38.745954+0000 mgr.smithi136.ofnrfx (mgr.14188) 11992 : cluster [DBG] pgmap v11257: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:40.371 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:41 smithi145 bash[13673]: audit 2022-04-26T08:45:40.351183+0000 mon.smithi136 (mon.0) 7239 : audit [DBG] from='client.? 172.21.15.136:0/752858064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:41 smithi136 bash[11745]: audit 2022-04-26T08:45:40.351183+0000 mon.smithi136 (mon.0) 7239 : audit [DBG] from='client.? 172.21.15.136:0/752858064' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:42.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:42 smithi145 bash[13673]: cluster 2022-04-26T08:45:40.746578+0000 mgr.smithi136.ofnrfx (mgr.14188) 11993 : cluster [DBG] pgmap v11258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:42 smithi136 bash[11745]: cluster 2022-04-26T08:45:40.746578+0000 mgr.smithi136.ofnrfx (mgr.14188) 11993 : cluster [DBG] pgmap v11258: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:43 smithi145 bash[13673]: cluster 2022-04-26T08:45:42.747179+0000 mgr.smithi136.ofnrfx (mgr.14188) 11994 : cluster [DBG] pgmap v11259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:43 smithi136 bash[11745]: cluster 2022-04-26T08:45:42.747179+0000 mgr.smithi136.ofnrfx (mgr.14188) 11994 : cluster [DBG] pgmap v11259: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:45.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:45.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:45.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:45.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:45 smithi136 bash[11745]: cluster 2022-04-26T08:45:44.747827+0000 mgr.smithi136.ofnrfx (mgr.14188) 11995 : cluster [DBG] pgmap v11260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:45 smithi136 bash[11745]: audit 2022-04-26T08:45:45.685635+0000 mon.smithi136 (mon.0) 7240 : audit [DBG] from='client.? 172.21.15.136:0/2836142949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:45 smithi145 bash[13673]: cluster 2022-04-26T08:45:44.747827+0000 mgr.smithi136.ofnrfx (mgr.14188) 11995 : cluster [DBG] pgmap v11260: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:45 smithi145 bash[13673]: audit 2022-04-26T08:45:45.685635+0000 mon.smithi136 (mon.0) 7240 : audit [DBG] from='client.? 172.21.15.136:0/2836142949' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:47 smithi145 bash[13673]: cluster 2022-04-26T08:45:46.748460+0000 mgr.smithi136.ofnrfx (mgr.14188) 11996 : cluster [DBG] pgmap v11261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:47 smithi136 bash[11745]: cluster 2022-04-26T08:45:46.748460+0000 mgr.smithi136.ofnrfx (mgr.14188) 11996 : cluster [DBG] pgmap v11261: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:49 smithi145 bash[13673]: cluster 2022-04-26T08:45:48.749102+0000 mgr.smithi136.ofnrfx (mgr.14188) 11997 : cluster [DBG] pgmap v11262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:49 smithi136 bash[11745]: cluster 2022-04-26T08:45:48.749102+0000 mgr.smithi136.ofnrfx (mgr.14188) 11997 : cluster [DBG] pgmap v11262: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:50.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:50.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:50.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:51.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:51 smithi145 bash[13673]: cluster 2022-04-26T08:45:50.749703+0000 mgr.smithi136.ofnrfx (mgr.14188) 11998 : cluster [DBG] pgmap v11263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:51 smithi145 bash[13673]: audit 2022-04-26T08:45:51.013995+0000 mon.smithi136 (mon.0) 7241 : audit [DBG] from='client.? 172.21.15.136:0/3856387735' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:51 smithi136 bash[11745]: cluster 2022-04-26T08:45:50.749703+0000 mgr.smithi136.ofnrfx (mgr.14188) 11998 : cluster [DBG] pgmap v11263: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:51 smithi136 bash[11745]: audit 2022-04-26T08:45:51.013995+0000 mon.smithi136 (mon.0) 7241 : audit [DBG] from='client.? 172.21.15.136:0/3856387735' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:52 smithi145 bash[13673]: audit 2022-04-26T08:45:52.760785+0000 mon.smithi136 (mon.0) 7242 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:45:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:52 smithi145 bash[13673]: audit 2022-04-26T08:45:52.763650+0000 mon.smithi136 (mon.0) 7243 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:45:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:52 smithi145 bash[13673]: audit 2022-04-26T08:45:52.765545+0000 mon.smithi136 (mon.0) 7244 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:45:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:52 smithi136 bash[11745]: audit 2022-04-26T08:45:52.760785+0000 mon.smithi136 (mon.0) 7242 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:45:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:52 smithi136 bash[11745]: audit 2022-04-26T08:45:52.763650+0000 mon.smithi136 (mon.0) 7243 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:45:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:52 smithi136 bash[11745]: audit 2022-04-26T08:45:52.765545+0000 mon.smithi136 (mon.0) 7244 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:45:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:54 smithi145 bash[13673]: cluster 2022-04-26T08:45:52.750367+0000 mgr.smithi136.ofnrfx (mgr.14188) 11999 : cluster [DBG] pgmap v11264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:54 smithi145 bash[13673]: cluster 2022-04-26T08:45:53.086431+0000 mgr.smithi136.ofnrfx (mgr.14188) 12000 : cluster [DBG] pgmap v11265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:54 smithi145 bash[13673]: cluster 2022-04-26T08:45:53.086736+0000 mgr.smithi136.ofnrfx (mgr.14188) 12001 : cluster [DBG] pgmap v11266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:54 smithi145 bash[13673]: audit 2022-04-26T08:45:53.092832+0000 mon.smithi136 (mon.0) 7245 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:45:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:54 smithi145 bash[13673]: audit 2022-04-26T08:45:53.101828+0000 mon.smithi136 (mon.0) 7246 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:45:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:54 smithi145 bash[13673]: cephadm 2022-04-26T08:45:53.103036+0000 mgr.smithi136.ofnrfx (mgr.14188) 12002 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:45:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:54 smithi145 bash[13673]: cephadm 2022-04-26T08:45:53.103249+0000 mgr.smithi136.ofnrfx (mgr.14188) 12003 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:54 smithi136 bash[11745]: cluster 2022-04-26T08:45:52.750367+0000 mgr.smithi136.ofnrfx (mgr.14188) 11999 : cluster [DBG] pgmap v11264: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:54 smithi136 bash[11745]: cluster 2022-04-26T08:45:53.086431+0000 mgr.smithi136.ofnrfx (mgr.14188) 12000 : cluster [DBG] pgmap v11265: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:54 smithi136 bash[11745]: cluster 2022-04-26T08:45:53.086736+0000 mgr.smithi136.ofnrfx (mgr.14188) 12001 : cluster [DBG] pgmap v11266: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:54 smithi136 bash[11745]: audit 2022-04-26T08:45:53.092832+0000 mon.smithi136 (mon.0) 7245 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:54 smithi136 bash[11745]: audit 2022-04-26T08:45:53.101828+0000 mon.smithi136 (mon.0) 7246 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:54 smithi136 bash[11745]: cephadm 2022-04-26T08:45:53.103036+0000 mgr.smithi136.ofnrfx (mgr.14188) 12002 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:45:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:54 smithi136 bash[11745]: cephadm 2022-04-26T08:45:53.103249+0000 mgr.smithi136.ofnrfx (mgr.14188) 12003 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:45:56.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:45:56.033 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:45:56.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:45:56.362 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:45:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:56 smithi145 bash[13673]: cluster 2022-04-26T08:45:55.087278+0000 mgr.smithi136.ofnrfx (mgr.14188) 12004 : cluster [DBG] pgmap v11267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:56 smithi136 bash[11745]: cluster 2022-04-26T08:45:55.087278+0000 mgr.smithi136.ofnrfx (mgr.14188) 12004 : cluster [DBG] pgmap v11267: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:57 smithi145 bash[13673]: audit 2022-04-26T08:45:56.346325+0000 mon.smithi136 (mon.0) 7247 : audit [DBG] from='client.? 172.21.15.136:0/4265489341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:57.584 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:57 smithi136 bash[11745]: audit 2022-04-26T08:45:56.346325+0000 mon.smithi136 (mon.0) 7247 : audit [DBG] from='client.? 172.21.15.136:0/4265489341' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:45:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:45:58 smithi145 bash[13673]: cluster 2022-04-26T08:45:57.087948+0000 mgr.smithi136.ofnrfx (mgr.14188) 12005 : cluster [DBG] pgmap v11268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:45:58.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:45:58 smithi136 bash[11745]: cluster 2022-04-26T08:45:57.087948+0000 mgr.smithi136.ofnrfx (mgr.14188) 12005 : cluster [DBG] pgmap v11268: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:00 smithi145 bash[13673]: cluster 2022-04-26T08:45:59.088367+0000 mgr.smithi136.ofnrfx (mgr.14188) 12006 : cluster [DBG] pgmap v11269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:00 smithi136 bash[11745]: cluster 2022-04-26T08:45:59.088367+0000 mgr.smithi136.ofnrfx (mgr.14188) 12006 : cluster [DBG] pgmap v11269: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:01.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:01.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:01.367 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:01 smithi145 bash[13673]: cluster 2022-04-26T08:46:01.088956+0000 mgr.smithi136.ofnrfx (mgr.14188) 12007 : cluster [DBG] pgmap v11270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:01.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:01 smithi136 bash[11745]: cluster 2022-04-26T08:46:01.088956+0000 mgr.smithi136.ofnrfx (mgr.14188) 12007 : cluster [DBG] pgmap v11270: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:02 smithi145 bash[13673]: audit 2022-04-26T08:46:01.668418+0000 mon.smithi136 (mon.0) 7248 : audit [DBG] from='client.? 172.21.15.136:0/2350778547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:02 smithi136 bash[11745]: audit 2022-04-26T08:46:01.668418+0000 mon.smithi136 (mon.0) 7248 : audit [DBG] from='client.? 172.21.15.136:0/2350778547' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:03 smithi145 bash[13673]: cluster 2022-04-26T08:46:03.089558+0000 mgr.smithi136.ofnrfx (mgr.14188) 12008 : cluster [DBG] pgmap v11271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:03 smithi136 bash[11745]: cluster 2022-04-26T08:46:03.089558+0000 mgr.smithi136.ofnrfx (mgr.14188) 12008 : cluster [DBG] pgmap v11271: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:04 smithi145 bash[13673]: audit 2022-04-26T08:46:03.347232+0000 mon.smithi136 (mon.0) 7249 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:46:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:04 smithi145 bash[13673]: audit 2022-04-26T08:46:03.352814+0000 mon.smithi136 (mon.0) 7250 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:46:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:04 smithi136 bash[11745]: audit 2022-04-26T08:46:03.347232+0000 mon.smithi136 (mon.0) 7249 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:46:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:04 smithi136 bash[11745]: audit 2022-04-26T08:46:03.352814+0000 mon.smithi136 (mon.0) 7250 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:46:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:05 smithi145 bash[13673]: cluster 2022-04-26T08:46:05.090130+0000 mgr.smithi136.ofnrfx (mgr.14188) 12009 : cluster [DBG] pgmap v11272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:05 smithi136 bash[11745]: cluster 2022-04-26T08:46:05.090130+0000 mgr.smithi136.ofnrfx (mgr.14188) 12009 : cluster [DBG] pgmap v11272: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:06.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:06.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:06.688 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:07.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:07.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:07 smithi136 bash[11745]: audit 2022-04-26T08:46:06.994932+0000 mon.smithi136 (mon.0) 7251 : audit [DBG] from='client.? 172.21.15.136:0/4287940838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:07 smithi145 bash[13673]: audit 2022-04-26T08:46:06.994932+0000 mon.smithi136 (mon.0) 7251 : audit [DBG] from='client.? 172.21.15.136:0/4287940838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:08 smithi136 bash[11745]: cluster 2022-04-26T08:46:07.090792+0000 mgr.smithi136.ofnrfx (mgr.14188) 12010 : cluster [DBG] pgmap v11273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:08.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:08 smithi145 bash[13673]: cluster 2022-04-26T08:46:07.090792+0000 mgr.smithi136.ofnrfx (mgr.14188) 12010 : cluster [DBG] pgmap v11273: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:10.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:10 smithi145 bash[13673]: cluster 2022-04-26T08:46:09.091399+0000 mgr.smithi136.ofnrfx (mgr.14188) 12011 : cluster [DBG] pgmap v11274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:10 smithi136 bash[11745]: cluster 2022-04-26T08:46:09.091399+0000 mgr.smithi136.ofnrfx (mgr.14188) 12011 : cluster [DBG] pgmap v11274: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:11 smithi145 bash[13673]: cluster 2022-04-26T08:46:11.092111+0000 mgr.smithi136.ofnrfx (mgr.14188) 12012 : cluster [DBG] pgmap v11275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:11 smithi136 bash[11745]: cluster 2022-04-26T08:46:11.092111+0000 mgr.smithi136.ofnrfx (mgr.14188) 12012 : cluster [DBG] pgmap v11275: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:12.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:12.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:12.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:12.343 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:12 smithi145 bash[13673]: audit 2022-04-26T08:46:12.327379+0000 mon.smithi136 (mon.0) 7252 : audit [DBG] from='client.? 172.21.15.136:0/3394236203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:12 smithi136 bash[11745]: audit 2022-04-26T08:46:12.327379+0000 mon.smithi136 (mon.0) 7252 : audit [DBG] from='client.? 172.21.15.136:0/3394236203' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:13 smithi145 bash[13673]: cluster 2022-04-26T08:46:13.092749+0000 mgr.smithi136.ofnrfx (mgr.14188) 12013 : cluster [DBG] pgmap v11276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:13 smithi136 bash[11745]: cluster 2022-04-26T08:46:13.092749+0000 mgr.smithi136.ofnrfx (mgr.14188) 12013 : cluster [DBG] pgmap v11276: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:16 smithi145 bash[13673]: cluster 2022-04-26T08:46:15.093339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12014 : cluster [DBG] pgmap v11277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:16 smithi136 bash[11745]: cluster 2022-04-26T08:46:15.093339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12014 : cluster [DBG] pgmap v11277: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:17.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:17.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:17.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:17.666 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:18 smithi145 bash[13673]: cluster 2022-04-26T08:46:17.094004+0000 mgr.smithi136.ofnrfx (mgr.14188) 12015 : cluster [DBG] pgmap v11278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:18 smithi145 bash[13673]: audit 2022-04-26T08:46:17.650766+0000 mon.smithi136 (mon.0) 7253 : audit [DBG] from='client.? 172.21.15.136:0/420346447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:18 smithi136 bash[11745]: cluster 2022-04-26T08:46:17.094004+0000 mgr.smithi136.ofnrfx (mgr.14188) 12015 : cluster [DBG] pgmap v11278: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:18 smithi136 bash[11745]: audit 2022-04-26T08:46:17.650766+0000 mon.smithi136 (mon.0) 7253 : audit [DBG] from='client.? 172.21.15.136:0/420346447' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:20 smithi136 bash[11745]: cluster 2022-04-26T08:46:19.094665+0000 mgr.smithi136.ofnrfx (mgr.14188) 12016 : cluster [DBG] pgmap v11279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:20 smithi145 bash[13673]: cluster 2022-04-26T08:46:19.094665+0000 mgr.smithi136.ofnrfx (mgr.14188) 12016 : cluster [DBG] pgmap v11279: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:21 smithi145 bash[13673]: cluster 2022-04-26T08:46:21.095338+0000 mgr.smithi136.ofnrfx (mgr.14188) 12017 : cluster [DBG] pgmap v11280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:21 smithi136 bash[11745]: cluster 2022-04-26T08:46:21.095338+0000 mgr.smithi136.ofnrfx (mgr.14188) 12017 : cluster [DBG] pgmap v11280: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:22.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:22.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:22.670 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:23.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:23 smithi136 bash[11745]: audit 2022-04-26T08:46:22.985750+0000 mon.smithi136 (mon.0) 7254 : audit [DBG] from='client.? 172.21.15.136:0/3310989620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:23 smithi145 bash[13673]: audit 2022-04-26T08:46:22.985750+0000 mon.smithi136 (mon.0) 7254 : audit [DBG] from='client.? 172.21.15.136:0/3310989620' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:24 smithi136 bash[11745]: cluster 2022-04-26T08:46:23.095981+0000 mgr.smithi136.ofnrfx (mgr.14188) 12018 : cluster [DBG] pgmap v11281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:24 smithi145 bash[13673]: cluster 2022-04-26T08:46:23.095981+0000 mgr.smithi136.ofnrfx (mgr.14188) 12018 : cluster [DBG] pgmap v11281: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:26 smithi136 bash[11745]: cluster 2022-04-26T08:46:25.096556+0000 mgr.smithi136.ofnrfx (mgr.14188) 12019 : cluster [DBG] pgmap v11282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:26 smithi145 bash[13673]: cluster 2022-04-26T08:46:25.096556+0000 mgr.smithi136.ofnrfx (mgr.14188) 12019 : cluster [DBG] pgmap v11282: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:28.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:28.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:28.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:28.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:28 smithi145 bash[13673]: cluster 2022-04-26T08:46:27.097179+0000 mgr.smithi136.ofnrfx (mgr.14188) 12020 : cluster [DBG] pgmap v11283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:28 smithi136 bash[11745]: cluster 2022-04-26T08:46:27.097179+0000 mgr.smithi136.ofnrfx (mgr.14188) 12020 : cluster [DBG] pgmap v11283: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:29.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:29 smithi136 bash[11745]: audit 2022-04-26T08:46:28.321571+0000 mon.smithi136 (mon.0) 7255 : audit [DBG] from='client.? 172.21.15.136:0/2471185157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:29 smithi145 bash[13673]: audit 2022-04-26T08:46:28.321571+0000 mon.smithi136 (mon.0) 7255 : audit [DBG] from='client.? 172.21.15.136:0/2471185157' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:30 smithi136 bash[11745]: cluster 2022-04-26T08:46:29.097818+0000 mgr.smithi136.ofnrfx (mgr.14188) 12021 : cluster [DBG] pgmap v11284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:30 smithi145 bash[13673]: cluster 2022-04-26T08:46:29.097818+0000 mgr.smithi136.ofnrfx (mgr.14188) 12021 : cluster [DBG] pgmap v11284: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:31 smithi145 bash[13673]: cluster 2022-04-26T08:46:31.098478+0000 mgr.smithi136.ofnrfx (mgr.14188) 12022 : cluster [DBG] pgmap v11285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:31 smithi136 bash[11745]: cluster 2022-04-26T08:46:31.098478+0000 mgr.smithi136.ofnrfx (mgr.14188) 12022 : cluster [DBG] pgmap v11285: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:33.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:33.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:33.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:33.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:34 smithi136 bash[11745]: cluster 2022-04-26T08:46:33.099165+0000 mgr.smithi136.ofnrfx (mgr.14188) 12023 : cluster [DBG] pgmap v11286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:34.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:34 smithi136 bash[11745]: audit 2022-04-26T08:46:33.650715+0000 mon.smithi136 (mon.0) 7256 : audit [DBG] from='client.? 172.21.15.136:0/1292038316' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:34 smithi145 bash[13673]: cluster 2022-04-26T08:46:33.099165+0000 mgr.smithi136.ofnrfx (mgr.14188) 12023 : cluster [DBG] pgmap v11286: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:34 smithi145 bash[13673]: audit 2022-04-26T08:46:33.650715+0000 mon.smithi136 (mon.0) 7256 : audit [DBG] from='client.? 172.21.15.136:0/1292038316' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:36 smithi136 bash[11745]: cluster 2022-04-26T08:46:35.099792+0000 mgr.smithi136.ofnrfx (mgr.14188) 12024 : cluster [DBG] pgmap v11287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:36 smithi145 bash[13673]: cluster 2022-04-26T08:46:35.099792+0000 mgr.smithi136.ofnrfx (mgr.14188) 12024 : cluster [DBG] pgmap v11287: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:38 smithi145 bash[13673]: cluster 2022-04-26T08:46:37.100435+0000 mgr.smithi136.ofnrfx (mgr.14188) 12025 : cluster [DBG] pgmap v11288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:38 smithi136 bash[11745]: cluster 2022-04-26T08:46:37.100435+0000 mgr.smithi136.ofnrfx (mgr.14188) 12025 : cluster [DBG] pgmap v11288: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:38.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:38.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:38.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:38.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:39 smithi136 bash[11745]: audit 2022-04-26T08:46:38.979840+0000 mon.smithi136 (mon.0) 7257 : audit [DBG] from='client.? 172.21.15.136:0/2907537288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:39 smithi145 bash[13673]: audit 2022-04-26T08:46:38.979840+0000 mon.smithi136 (mon.0) 7257 : audit [DBG] from='client.? 172.21.15.136:0/2907537288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:40 smithi136 bash[11745]: cluster 2022-04-26T08:46:39.101061+0000 mgr.smithi136.ofnrfx (mgr.14188) 12026 : cluster [DBG] pgmap v11289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:40 smithi145 bash[13673]: cluster 2022-04-26T08:46:39.101061+0000 mgr.smithi136.ofnrfx (mgr.14188) 12026 : cluster [DBG] pgmap v11289: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:41 smithi145 bash[13673]: cluster 2022-04-26T08:46:41.101701+0000 mgr.smithi136.ofnrfx (mgr.14188) 12027 : cluster [DBG] pgmap v11290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:41 smithi136 bash[11745]: cluster 2022-04-26T08:46:41.101701+0000 mgr.smithi136.ofnrfx (mgr.14188) 12027 : cluster [DBG] pgmap v11290: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:43.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:43.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:43.999 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:44.325 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:44 smithi136 bash[11745]: cluster 2022-04-26T08:46:43.102380+0000 mgr.smithi136.ofnrfx (mgr.14188) 12028 : cluster [DBG] pgmap v11291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:44 smithi145 bash[13673]: cluster 2022-04-26T08:46:43.102380+0000 mgr.smithi136.ofnrfx (mgr.14188) 12028 : cluster [DBG] pgmap v11291: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:45 smithi136 bash[11745]: audit 2022-04-26T08:46:44.304318+0000 mon.smithi136 (mon.0) 7258 : audit [DBG] from='client.? 172.21.15.136:0/518415297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:45 smithi145 bash[13673]: audit 2022-04-26T08:46:44.304318+0000 mon.smithi136 (mon.0) 7258 : audit [DBG] from='client.? 172.21.15.136:0/518415297' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:46 smithi136 bash[11745]: cluster 2022-04-26T08:46:45.103030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12029 : cluster [DBG] pgmap v11292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:46 smithi145 bash[13673]: cluster 2022-04-26T08:46:45.103030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12029 : cluster [DBG] pgmap v11292: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:48 smithi145 bash[13673]: cluster 2022-04-26T08:46:47.103720+0000 mgr.smithi136.ofnrfx (mgr.14188) 12030 : cluster [DBG] pgmap v11293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:48 smithi136 bash[11745]: cluster 2022-04-26T08:46:47.103720+0000 mgr.smithi136.ofnrfx (mgr.14188) 12030 : cluster [DBG] pgmap v11293: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:49.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:49.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:49.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:49.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:50 smithi136 bash[11745]: cluster 2022-04-26T08:46:49.104344+0000 mgr.smithi136.ofnrfx (mgr.14188) 12031 : cluster [DBG] pgmap v11294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:50 smithi136 bash[11745]: audit 2022-04-26T08:46:49.638457+0000 mon.smithi136 (mon.0) 7259 : audit [DBG] from='client.? 172.21.15.136:0/19801834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:50 smithi145 bash[13673]: cluster 2022-04-26T08:46:49.104344+0000 mgr.smithi136.ofnrfx (mgr.14188) 12031 : cluster [DBG] pgmap v11294: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:50 smithi145 bash[13673]: audit 2022-04-26T08:46:49.638457+0000 mon.smithi136 (mon.0) 7259 : audit [DBG] from='client.? 172.21.15.136:0/19801834' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:51 smithi145 bash[13673]: cluster 2022-04-26T08:46:51.105097+0000 mgr.smithi136.ofnrfx (mgr.14188) 12032 : cluster [DBG] pgmap v11295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:51 smithi136 bash[11745]: cluster 2022-04-26T08:46:51.105097+0000 mgr.smithi136.ofnrfx (mgr.14188) 12032 : cluster [DBG] pgmap v11295: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:53 smithi136 bash[11745]: audit 2022-04-26T08:46:53.111577+0000 mon.smithi136 (mon.0) 7260 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:46:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:53 smithi136 bash[11745]: audit 2022-04-26T08:46:53.114287+0000 mon.smithi136 (mon.0) 7261 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:46:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:53 smithi136 bash[11745]: audit 2022-04-26T08:46:53.116006+0000 mon.smithi136 (mon.0) 7262 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:46:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:53 smithi145 bash[13673]: audit 2022-04-26T08:46:53.111577+0000 mon.smithi136 (mon.0) 7260 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:46:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:53 smithi145 bash[13673]: audit 2022-04-26T08:46:53.114287+0000 mon.smithi136 (mon.0) 7261 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:46:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:53 smithi145 bash[13673]: audit 2022-04-26T08:46:53.116006+0000 mon.smithi136 (mon.0) 7262 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:46:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:54 smithi136 bash[11745]: cluster 2022-04-26T08:46:53.105797+0000 mgr.smithi136.ofnrfx (mgr.14188) 12033 : cluster [DBG] pgmap v11296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:54 smithi136 bash[11745]: audit 2022-04-26T08:46:53.454141+0000 mon.smithi136 (mon.0) 7263 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:46:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:54 smithi136 bash[11745]: audit 2022-04-26T08:46:53.464068+0000 mon.smithi136 (mon.0) 7264 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:46:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:54 smithi145 bash[13673]: cluster 2022-04-26T08:46:53.105797+0000 mgr.smithi136.ofnrfx (mgr.14188) 12033 : cluster [DBG] pgmap v11296: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:54 smithi145 bash[13673]: audit 2022-04-26T08:46:53.454141+0000 mon.smithi136 (mon.0) 7263 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:46:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:54 smithi145 bash[13673]: audit 2022-04-26T08:46:53.464068+0000 mon.smithi136 (mon.0) 7264 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:46:54.657 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:54.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:54.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:46:54.983 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:46:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:55 smithi136 bash[11745]: cluster 2022-04-26T08:46:53.447377+0000 mgr.smithi136.ofnrfx (mgr.14188) 12034 : cluster [DBG] pgmap v11297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:55 smithi136 bash[11745]: cluster 2022-04-26T08:46:53.447825+0000 mgr.smithi136.ofnrfx (mgr.14188) 12035 : cluster [DBG] pgmap v11298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:55 smithi136 bash[11745]: cephadm 2022-04-26T08:46:53.465661+0000 mgr.smithi136.ofnrfx (mgr.14188) 12036 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:46:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:55 smithi136 bash[11745]: cephadm 2022-04-26T08:46:53.465849+0000 mgr.smithi136.ofnrfx (mgr.14188) 12037 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:46:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:55 smithi136 bash[11745]: audit 2022-04-26T08:46:54.967960+0000 mon.smithi136 (mon.0) 7265 : audit [DBG] from='client.? 172.21.15.136:0/690741818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:55 smithi145 bash[13673]: cluster 2022-04-26T08:46:53.447377+0000 mgr.smithi136.ofnrfx (mgr.14188) 12034 : cluster [DBG] pgmap v11297: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:55 smithi145 bash[13673]: cluster 2022-04-26T08:46:53.447825+0000 mgr.smithi136.ofnrfx (mgr.14188) 12035 : cluster [DBG] pgmap v11298: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:55 smithi145 bash[13673]: cephadm 2022-04-26T08:46:53.465661+0000 mgr.smithi136.ofnrfx (mgr.14188) 12036 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:46:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:55 smithi145 bash[13673]: cephadm 2022-04-26T08:46:53.465849+0000 mgr.smithi136.ofnrfx (mgr.14188) 12037 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:46:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:55 smithi145 bash[13673]: audit 2022-04-26T08:46:54.967960+0000 mon.smithi136 (mon.0) 7265 : audit [DBG] from='client.? 172.21.15.136:0/690741818' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:46:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:56 smithi145 bash[13673]: cluster 2022-04-26T08:46:55.448375+0000 mgr.smithi136.ofnrfx (mgr.14188) 12038 : cluster [DBG] pgmap v11299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:56 smithi136 bash[11745]: cluster 2022-04-26T08:46:55.448375+0000 mgr.smithi136.ofnrfx (mgr.14188) 12038 : cluster [DBG] pgmap v11299: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:46:58 smithi136 bash[11745]: cluster 2022-04-26T08:46:57.448986+0000 mgr.smithi136.ofnrfx (mgr.14188) 12039 : cluster [DBG] pgmap v11300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:46:58 smithi145 bash[13673]: cluster 2022-04-26T08:46:57.448986+0000 mgr.smithi136.ofnrfx (mgr.14188) 12039 : cluster [DBG] pgmap v11300: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:46:59.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:46:59.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:46:59.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:00.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:00 smithi136 bash[11745]: cluster 2022-04-26T08:46:59.449620+0000 mgr.smithi136.ofnrfx (mgr.14188) 12040 : cluster [DBG] pgmap v11301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:00 smithi136 bash[11745]: audit 2022-04-26T08:47:00.298032+0000 mon.smithi136 (mon.0) 7266 : audit [DBG] from='client.? 172.21.15.136:0/2287336786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:00 smithi145 bash[13673]: cluster 2022-04-26T08:46:59.449620+0000 mgr.smithi136.ofnrfx (mgr.14188) 12040 : cluster [DBG] pgmap v11301: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:00 smithi145 bash[13673]: audit 2022-04-26T08:47:00.298032+0000 mon.smithi136 (mon.0) 7266 : audit [DBG] from='client.? 172.21.15.136:0/2287336786' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:02 smithi136 bash[11745]: cluster 2022-04-26T08:47:01.450378+0000 mgr.smithi136.ofnrfx (mgr.14188) 12041 : cluster [DBG] pgmap v11302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:02 smithi145 bash[13673]: cluster 2022-04-26T08:47:01.450378+0000 mgr.smithi136.ofnrfx (mgr.14188) 12041 : cluster [DBG] pgmap v11302: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:03 smithi136 bash[11745]: audit 2022-04-26T08:47:03.351476+0000 mon.smithi136 (mon.0) 7267 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:47:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:03 smithi136 bash[11745]: audit 2022-04-26T08:47:03.355656+0000 mon.smithi136 (mon.0) 7268 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:47:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:03 smithi145 bash[13673]: audit 2022-04-26T08:47:03.351476+0000 mon.smithi136 (mon.0) 7267 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:47:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:03 smithi145 bash[13673]: audit 2022-04-26T08:47:03.355656+0000 mon.smithi136 (mon.0) 7268 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:47:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:04 smithi136 bash[11745]: cluster 2022-04-26T08:47:03.451006+0000 mgr.smithi136.ofnrfx (mgr.14188) 12042 : cluster [DBG] pgmap v11303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:04 smithi145 bash[13673]: cluster 2022-04-26T08:47:03.451006+0000 mgr.smithi136.ofnrfx (mgr.14188) 12042 : cluster [DBG] pgmap v11303: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:05.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:05.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:05.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:05.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:06 smithi145 bash[13673]: cluster 2022-04-26T08:47:05.451594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12043 : cluster [DBG] pgmap v11304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:06 smithi145 bash[13673]: audit 2022-04-26T08:47:05.624833+0000 mon.smithi136 (mon.0) 7269 : audit [DBG] from='client.? 172.21.15.136:0/2966256018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:06 smithi136 bash[11745]: cluster 2022-04-26T08:47:05.451594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12043 : cluster [DBG] pgmap v11304: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:06 smithi136 bash[11745]: audit 2022-04-26T08:47:05.624833+0000 mon.smithi136 (mon.0) 7269 : audit [DBG] from='client.? 172.21.15.136:0/2966256018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:08 smithi136 bash[11745]: cluster 2022-04-26T08:47:07.452246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12044 : cluster [DBG] pgmap v11305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:08 smithi145 bash[13673]: cluster 2022-04-26T08:47:07.452246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12044 : cluster [DBG] pgmap v11305: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:10.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:10.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:10.644 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:10 smithi136 bash[11745]: cluster 2022-04-26T08:47:09.452868+0000 mgr.smithi136.ofnrfx (mgr.14188) 12045 : cluster [DBG] pgmap v11306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:10 smithi145 bash[13673]: cluster 2022-04-26T08:47:09.452868+0000 mgr.smithi136.ofnrfx (mgr.14188) 12045 : cluster [DBG] pgmap v11306: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:10.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:11 smithi136 bash[11745]: audit 2022-04-26T08:47:10.950507+0000 mon.smithi136 (mon.0) 7270 : audit [DBG] from='client.? 172.21.15.136:0/328134858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:11 smithi145 bash[13673]: audit 2022-04-26T08:47:10.950507+0000 mon.smithi136 (mon.0) 7270 : audit [DBG] from='client.? 172.21.15.136:0/328134858' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:12 smithi136 bash[11745]: cluster 2022-04-26T08:47:11.453514+0000 mgr.smithi136.ofnrfx (mgr.14188) 12046 : cluster [DBG] pgmap v11307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:12 smithi145 bash[13673]: cluster 2022-04-26T08:47:11.453514+0000 mgr.smithi136.ofnrfx (mgr.14188) 12046 : cluster [DBG] pgmap v11307: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:14 smithi136 bash[11745]: cluster 2022-04-26T08:47:13.454121+0000 mgr.smithi136.ofnrfx (mgr.14188) 12047 : cluster [DBG] pgmap v11308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:14 smithi145 bash[13673]: cluster 2022-04-26T08:47:13.454121+0000 mgr.smithi136.ofnrfx (mgr.14188) 12047 : cluster [DBG] pgmap v11308: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:15.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:15.969 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:15.970 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:16.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:16 smithi145 bash[13673]: cluster 2022-04-26T08:47:15.454754+0000 mgr.smithi136.ofnrfx (mgr.14188) 12048 : cluster [DBG] pgmap v11309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:16 smithi145 bash[13673]: audit 2022-04-26T08:47:16.277975+0000 mon.smithi136 (mon.0) 7271 : audit [DBG] from='client.? 172.21.15.136:0/874139850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:16 smithi136 bash[11745]: cluster 2022-04-26T08:47:15.454754+0000 mgr.smithi136.ofnrfx (mgr.14188) 12048 : cluster [DBG] pgmap v11309: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:16 smithi136 bash[11745]: audit 2022-04-26T08:47:16.277975+0000 mon.smithi136 (mon.0) 7271 : audit [DBG] from='client.? 172.21.15.136:0/874139850' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:18 smithi136 bash[11745]: cluster 2022-04-26T08:47:17.455411+0000 mgr.smithi136.ofnrfx (mgr.14188) 12049 : cluster [DBG] pgmap v11310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:18 smithi145 bash[13673]: cluster 2022-04-26T08:47:17.455411+0000 mgr.smithi136.ofnrfx (mgr.14188) 12049 : cluster [DBG] pgmap v11310: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:20 smithi136 bash[11745]: cluster 2022-04-26T08:47:19.456062+0000 mgr.smithi136.ofnrfx (mgr.14188) 12050 : cluster [DBG] pgmap v11311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:20 smithi145 bash[13673]: cluster 2022-04-26T08:47:19.456062+0000 mgr.smithi136.ofnrfx (mgr.14188) 12050 : cluster [DBG] pgmap v11311: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:21.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:21.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:21.297 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:21.625 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:22 smithi136 bash[11745]: cluster 2022-04-26T08:47:21.456537+0000 mgr.smithi136.ofnrfx (mgr.14188) 12051 : cluster [DBG] pgmap v11312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:22 smithi136 bash[11745]: audit 2022-04-26T08:47:21.604052+0000 mon.smithi136 (mon.0) 7272 : audit [DBG] from='client.? 172.21.15.136:0/4028045985' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:22 smithi145 bash[13673]: cluster 2022-04-26T08:47:21.456537+0000 mgr.smithi136.ofnrfx (mgr.14188) 12051 : cluster [DBG] pgmap v11312: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:22 smithi145 bash[13673]: audit 2022-04-26T08:47:21.604052+0000 mon.smithi136 (mon.0) 7272 : audit [DBG] from='client.? 172.21.15.136:0/4028045985' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:24 smithi136 bash[11745]: cluster 2022-04-26T08:47:23.457114+0000 mgr.smithi136.ofnrfx (mgr.14188) 12052 : cluster [DBG] pgmap v11313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:24 smithi145 bash[13673]: cluster 2022-04-26T08:47:23.457114+0000 mgr.smithi136.ofnrfx (mgr.14188) 12052 : cluster [DBG] pgmap v11313: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:26.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:26.627 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:26.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:26 smithi145 bash[13673]: cluster 2022-04-26T08:47:25.457745+0000 mgr.smithi136.ofnrfx (mgr.14188) 12053 : cluster [DBG] pgmap v11314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:26 smithi136 bash[11745]: cluster 2022-04-26T08:47:25.457745+0000 mgr.smithi136.ofnrfx (mgr.14188) 12053 : cluster [DBG] pgmap v11314: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:26.958 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:27 smithi145 bash[13673]: audit 2022-04-26T08:47:26.935886+0000 mon.smithi136 (mon.0) 7273 : audit [DBG] from='client.? 172.21.15.136:0/450429287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:27 smithi136 bash[11745]: audit 2022-04-26T08:47:26.935886+0000 mon.smithi136 (mon.0) 7273 : audit [DBG] from='client.? 172.21.15.136:0/450429287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:28 smithi145 bash[13673]: cluster 2022-04-26T08:47:27.458420+0000 mgr.smithi136.ofnrfx (mgr.14188) 12054 : cluster [DBG] pgmap v11315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:28 smithi136 bash[11745]: cluster 2022-04-26T08:47:27.458420+0000 mgr.smithi136.ofnrfx (mgr.14188) 12054 : cluster [DBG] pgmap v11315: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:30 smithi136 bash[11745]: cluster 2022-04-26T08:47:29.459064+0000 mgr.smithi136.ofnrfx (mgr.14188) 12055 : cluster [DBG] pgmap v11316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:30 smithi145 bash[13673]: cluster 2022-04-26T08:47:29.459064+0000 mgr.smithi136.ofnrfx (mgr.14188) 12055 : cluster [DBG] pgmap v11316: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:31.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:31.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:31.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:32.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:32 smithi136 bash[11745]: cluster 2022-04-26T08:47:31.459721+0000 mgr.smithi136.ofnrfx (mgr.14188) 12056 : cluster [DBG] pgmap v11317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:32 smithi136 bash[11745]: audit 2022-04-26T08:47:32.265836+0000 mon.smithi136 (mon.0) 7274 : audit [DBG] from='client.? 172.21.15.136:0/1675435154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:32 smithi145 bash[13673]: cluster 2022-04-26T08:47:31.459721+0000 mgr.smithi136.ofnrfx (mgr.14188) 12056 : cluster [DBG] pgmap v11317: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:32 smithi145 bash[13673]: audit 2022-04-26T08:47:32.265836+0000 mon.smithi136 (mon.0) 7274 : audit [DBG] from='client.? 172.21.15.136:0/1675435154' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:34 smithi136 bash[11745]: cluster 2022-04-26T08:47:33.460339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12057 : cluster [DBG] pgmap v11318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:34 smithi145 bash[13673]: cluster 2022-04-26T08:47:33.460339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12057 : cluster [DBG] pgmap v11318: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:36 smithi145 bash[13673]: cluster 2022-04-26T08:47:35.460929+0000 mgr.smithi136.ofnrfx (mgr.14188) 12058 : cluster [DBG] pgmap v11319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:36 smithi136 bash[11745]: cluster 2022-04-26T08:47:35.460929+0000 mgr.smithi136.ofnrfx (mgr.14188) 12058 : cluster [DBG] pgmap v11319: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:37.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:37.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:37.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:37.613 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:38.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:38 smithi136 bash[11745]: cluster 2022-04-26T08:47:37.461561+0000 mgr.smithi136.ofnrfx (mgr.14188) 12059 : cluster [DBG] pgmap v11320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:38.813 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:38 smithi136 bash[11745]: audit 2022-04-26T08:47:37.597273+0000 mon.smithi136 (mon.0) 7275 : audit [DBG] from='client.? 172.21.15.136:0/2070033057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:38 smithi145 bash[13673]: cluster 2022-04-26T08:47:37.461561+0000 mgr.smithi136.ofnrfx (mgr.14188) 12059 : cluster [DBG] pgmap v11320: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:38 smithi145 bash[13673]: audit 2022-04-26T08:47:37.597273+0000 mon.smithi136 (mon.0) 7275 : audit [DBG] from='client.? 172.21.15.136:0/2070033057' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:40 smithi136 bash[11745]: cluster 2022-04-26T08:47:39.462222+0000 mgr.smithi136.ofnrfx (mgr.14188) 12060 : cluster [DBG] pgmap v11321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:40 smithi145 bash[13673]: cluster 2022-04-26T08:47:39.462222+0000 mgr.smithi136.ofnrfx (mgr.14188) 12060 : cluster [DBG] pgmap v11321: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:42.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:42.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:42.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:42.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:42 smithi136 bash[11745]: cluster 2022-04-26T08:47:41.462826+0000 mgr.smithi136.ofnrfx (mgr.14188) 12061 : cluster [DBG] pgmap v11322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:42 smithi145 bash[13673]: cluster 2022-04-26T08:47:41.462826+0000 mgr.smithi136.ofnrfx (mgr.14188) 12061 : cluster [DBG] pgmap v11322: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:42.944 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:43 smithi136 bash[11745]: audit 2022-04-26T08:47:42.928078+0000 mon.smithi136 (mon.0) 7276 : audit [DBG] from='client.? 172.21.15.136:0/2437847264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:43 smithi145 bash[13673]: audit 2022-04-26T08:47:42.928078+0000 mon.smithi136 (mon.0) 7276 : audit [DBG] from='client.? 172.21.15.136:0/2437847264' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:44 smithi136 bash[11745]: cluster 2022-04-26T08:47:43.463606+0000 mgr.smithi136.ofnrfx (mgr.14188) 12062 : cluster [DBG] pgmap v11323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:44 smithi145 bash[13673]: cluster 2022-04-26T08:47:43.463606+0000 mgr.smithi136.ofnrfx (mgr.14188) 12062 : cluster [DBG] pgmap v11323: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:46 smithi145 bash[13673]: cluster 2022-04-26T08:47:45.464316+0000 mgr.smithi136.ofnrfx (mgr.14188) 12063 : cluster [DBG] pgmap v11324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:46 smithi136 bash[11745]: cluster 2022-04-26T08:47:45.464316+0000 mgr.smithi136.ofnrfx (mgr.14188) 12063 : cluster [DBG] pgmap v11324: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:47.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:47.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:47.949 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:48.277 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:48 smithi136 bash[11745]: cluster 2022-04-26T08:47:47.464957+0000 mgr.smithi136.ofnrfx (mgr.14188) 12064 : cluster [DBG] pgmap v11325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:48 smithi136 bash[11745]: audit 2022-04-26T08:47:48.261114+0000 mon.smithi136 (mon.0) 7277 : audit [DBG] from='client.? 172.21.15.136:0/2441768746' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:48 smithi145 bash[13673]: cluster 2022-04-26T08:47:47.464957+0000 mgr.smithi136.ofnrfx (mgr.14188) 12064 : cluster [DBG] pgmap v11325: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:48 smithi145 bash[13673]: audit 2022-04-26T08:47:48.261114+0000 mon.smithi136 (mon.0) 7277 : audit [DBG] from='client.? 172.21.15.136:0/2441768746' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:50 smithi136 bash[11745]: cluster 2022-04-26T08:47:49.465582+0000 mgr.smithi136.ofnrfx (mgr.14188) 12065 : cluster [DBG] pgmap v11326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:50 smithi145 bash[13673]: cluster 2022-04-26T08:47:49.465582+0000 mgr.smithi136.ofnrfx (mgr.14188) 12065 : cluster [DBG] pgmap v11326: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:52 smithi136 bash[11745]: cluster 2022-04-26T08:47:51.466208+0000 mgr.smithi136.ofnrfx (mgr.14188) 12066 : cluster [DBG] pgmap v11327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:52.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:52 smithi145 bash[13673]: cluster 2022-04-26T08:47:51.466208+0000 mgr.smithi136.ofnrfx (mgr.14188) 12066 : cluster [DBG] pgmap v11327: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:53.280 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:53.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:53.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:53.606 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:53 smithi136 bash[11745]: audit 2022-04-26T08:47:53.476725+0000 mon.smithi136 (mon.0) 7278 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:47:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:53 smithi136 bash[11745]: audit 2022-04-26T08:47:53.479064+0000 mon.smithi136 (mon.0) 7279 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:47:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:53 smithi136 bash[11745]: audit 2022-04-26T08:47:53.480547+0000 mon.smithi136 (mon.0) 7280 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:47:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:53 smithi145 bash[13673]: audit 2022-04-26T08:47:53.476725+0000 mon.smithi136 (mon.0) 7278 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:47:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:53 smithi145 bash[13673]: audit 2022-04-26T08:47:53.479064+0000 mon.smithi136 (mon.0) 7279 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:47:53.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:53 smithi145 bash[13673]: audit 2022-04-26T08:47:53.480547+0000 mon.smithi136 (mon.0) 7280 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:47:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: cluster 2022-04-26T08:47:53.466897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12067 : cluster [DBG] pgmap v11328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: audit 2022-04-26T08:47:53.590929+0000 mon.smithi136 (mon.0) 7281 : audit [DBG] from='client.? 172.21.15.136:0/3594262823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: cluster 2022-04-26T08:47:53.812877+0000 mgr.smithi136.ofnrfx (mgr.14188) 12068 : cluster [DBG] pgmap v11329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: cluster 2022-04-26T08:47:53.813260+0000 mgr.smithi136.ofnrfx (mgr.14188) 12069 : cluster [DBG] pgmap v11330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: audit 2022-04-26T08:47:53.821159+0000 mon.smithi136 (mon.0) 7282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:47:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: audit 2022-04-26T08:47:53.831280+0000 mon.smithi136 (mon.0) 7283 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:47:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: cephadm 2022-04-26T08:47:53.832826+0000 mgr.smithi136.ofnrfx (mgr.14188) 12070 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:47:54.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:54 smithi136 bash[11745]: cephadm 2022-04-26T08:47:53.833013+0000 mgr.smithi136.ofnrfx (mgr.14188) 12071 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:47:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: cluster 2022-04-26T08:47:53.466897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12067 : cluster [DBG] pgmap v11328: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: audit 2022-04-26T08:47:53.590929+0000 mon.smithi136 (mon.0) 7281 : audit [DBG] from='client.? 172.21.15.136:0/3594262823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:47:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: cluster 2022-04-26T08:47:53.812877+0000 mgr.smithi136.ofnrfx (mgr.14188) 12068 : cluster [DBG] pgmap v11329: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: cluster 2022-04-26T08:47:53.813260+0000 mgr.smithi136.ofnrfx (mgr.14188) 12069 : cluster [DBG] pgmap v11330: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: audit 2022-04-26T08:47:53.821159+0000 mon.smithi136 (mon.0) 7282 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:47:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: audit 2022-04-26T08:47:53.831280+0000 mon.smithi136 (mon.0) 7283 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:47:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: cephadm 2022-04-26T08:47:53.832826+0000 mgr.smithi136.ofnrfx (mgr.14188) 12070 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:47:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:54 smithi145 bash[13673]: cephadm 2022-04-26T08:47:53.833013+0000 mgr.smithi136.ofnrfx (mgr.14188) 12071 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:47:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:56 smithi145 bash[13673]: cluster 2022-04-26T08:47:55.813835+0000 mgr.smithi136.ofnrfx (mgr.14188) 12072 : cluster [DBG] pgmap v11331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:56 smithi136 bash[11745]: cluster 2022-04-26T08:47:55.813835+0000 mgr.smithi136.ofnrfx (mgr.14188) 12072 : cluster [DBG] pgmap v11331: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:58.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:47:58.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:47:58.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:47:58.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:47:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:58 smithi145 bash[13673]: cluster 2022-04-26T08:47:57.814495+0000 mgr.smithi136.ofnrfx (mgr.14188) 12073 : cluster [DBG] pgmap v11332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:47:59.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:58 smithi136 bash[11745]: cluster 2022-04-26T08:47:57.814495+0000 mgr.smithi136.ofnrfx (mgr.14188) 12073 : cluster [DBG] pgmap v11332: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:47:59 smithi145 bash[13673]: audit 2022-04-26T08:47:58.916932+0000 mon.smithi136 (mon.0) 7284 : audit [DBG] from='client.? 172.21.15.136:0/3130528628' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:47:59 smithi136 bash[11745]: audit 2022-04-26T08:47:58.916932+0000 mon.smithi136 (mon.0) 7284 : audit [DBG] from='client.? 172.21.15.136:0/3130528628' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:00 smithi136 bash[11745]: cluster 2022-04-26T08:47:59.815069+0000 mgr.smithi136.ofnrfx (mgr.14188) 12074 : cluster [DBG] pgmap v11333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:00 smithi145 bash[13673]: cluster 2022-04-26T08:47:59.815069+0000 mgr.smithi136.ofnrfx (mgr.14188) 12074 : cluster [DBG] pgmap v11333: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:02 smithi145 bash[13673]: cluster 2022-04-26T08:48:01.815787+0000 mgr.smithi136.ofnrfx (mgr.14188) 12075 : cluster [DBG] pgmap v11334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:02 smithi136 bash[11745]: cluster 2022-04-26T08:48:01.815787+0000 mgr.smithi136.ofnrfx (mgr.14188) 12075 : cluster [DBG] pgmap v11334: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:03.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:03.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:03.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:03 smithi145 bash[13673]: audit 2022-04-26T08:48:03.355541+0000 mon.smithi136 (mon.0) 7285 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:48:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:03 smithi145 bash[13673]: audit 2022-04-26T08:48:03.359323+0000 mon.smithi136 (mon.0) 7286 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:48:04.268 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:03 smithi136 bash[11745]: audit 2022-04-26T08:48:03.355541+0000 mon.smithi136 (mon.0) 7285 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:48:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:03 smithi136 bash[11745]: audit 2022-04-26T08:48:03.359323+0000 mon.smithi136 (mon.0) 7286 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:48:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:04 smithi145 bash[13673]: cluster 2022-04-26T08:48:03.816483+0000 mgr.smithi136.ofnrfx (mgr.14188) 12076 : cluster [DBG] pgmap v11335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:04 smithi145 bash[13673]: audit 2022-04-26T08:48:04.252469+0000 mon.smithi136 (mon.0) 7287 : audit [DBG] from='client.? 172.21.15.136:0/751043235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:04 smithi136 bash[11745]: cluster 2022-04-26T08:48:03.816483+0000 mgr.smithi136.ofnrfx (mgr.14188) 12076 : cluster [DBG] pgmap v11335: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:04 smithi136 bash[11745]: audit 2022-04-26T08:48:04.252469+0000 mon.smithi136 (mon.0) 7287 : audit [DBG] from='client.? 172.21.15.136:0/751043235' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:06 smithi136 bash[11745]: cluster 2022-04-26T08:48:05.817209+0000 mgr.smithi136.ofnrfx (mgr.14188) 12077 : cluster [DBG] pgmap v11336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:06 smithi145 bash[13673]: cluster 2022-04-26T08:48:05.817209+0000 mgr.smithi136.ofnrfx (mgr.14188) 12077 : cluster [DBG] pgmap v11336: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:08 smithi145 bash[13673]: cluster 2022-04-26T08:48:07.818010+0000 mgr.smithi136.ofnrfx (mgr.14188) 12078 : cluster [DBG] pgmap v11337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:09.225 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:08 smithi136 bash[11745]: cluster 2022-04-26T08:48:07.818010+0000 mgr.smithi136.ofnrfx (mgr.14188) 12078 : cluster [DBG] pgmap v11337: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:09.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:09.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:09.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:09.593 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:09 smithi145 bash[13673]: audit 2022-04-26T08:48:09.577688+0000 mon.smithi136 (mon.0) 7288 : audit [DBG] from='client.? 172.21.15.136:0/4199393499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:09 smithi136 bash[11745]: audit 2022-04-26T08:48:09.577688+0000 mon.smithi136 (mon.0) 7288 : audit [DBG] from='client.? 172.21.15.136:0/4199393499' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:11.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:10 smithi145 bash[13673]: cluster 2022-04-26T08:48:09.818675+0000 mgr.smithi136.ofnrfx (mgr.14188) 12079 : cluster [DBG] pgmap v11338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:10 smithi136 bash[11745]: cluster 2022-04-26T08:48:09.818675+0000 mgr.smithi136.ofnrfx (mgr.14188) 12079 : cluster [DBG] pgmap v11338: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:12 smithi145 bash[13673]: cluster 2022-04-26T08:48:11.819339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12080 : cluster [DBG] pgmap v11339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:12 smithi136 bash[11745]: cluster 2022-04-26T08:48:11.819339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12080 : cluster [DBG] pgmap v11339: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:14.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:14.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:14.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:14.928 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:14 smithi145 bash[13673]: cluster 2022-04-26T08:48:13.819966+0000 mgr.smithi136.ofnrfx (mgr.14188) 12081 : cluster [DBG] pgmap v11340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:15.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:14 smithi136 bash[11745]: cluster 2022-04-26T08:48:13.819966+0000 mgr.smithi136.ofnrfx (mgr.14188) 12081 : cluster [DBG] pgmap v11340: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:15 smithi136 bash[11745]: audit 2022-04-26T08:48:14.913080+0000 mon.smithi136 (mon.0) 7289 : audit [DBG] from='client.? 172.21.15.136:0/1997431336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:15 smithi145 bash[13673]: audit 2022-04-26T08:48:14.913080+0000 mon.smithi136 (mon.0) 7289 : audit [DBG] from='client.? 172.21.15.136:0/1997431336' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:16 smithi136 bash[11745]: cluster 2022-04-26T08:48:15.820577+0000 mgr.smithi136.ofnrfx (mgr.14188) 12082 : cluster [DBG] pgmap v11341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:16 smithi145 bash[13673]: cluster 2022-04-26T08:48:15.820577+0000 mgr.smithi136.ofnrfx (mgr.14188) 12082 : cluster [DBG] pgmap v11341: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:19.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:18 smithi136 bash[11745]: cluster 2022-04-26T08:48:17.821206+0000 mgr.smithi136.ofnrfx (mgr.14188) 12083 : cluster [DBG] pgmap v11342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:18 smithi145 bash[13673]: cluster 2022-04-26T08:48:17.821206+0000 mgr.smithi136.ofnrfx (mgr.14188) 12083 : cluster [DBG] pgmap v11342: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:19.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:19.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:19.931 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:20.257 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:20 smithi136 bash[11745]: cluster 2022-04-26T08:48:19.821807+0000 mgr.smithi136.ofnrfx (mgr.14188) 12084 : cluster [DBG] pgmap v11343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:20 smithi136 bash[11745]: audit 2022-04-26T08:48:20.241233+0000 mon.smithi136 (mon.0) 7290 : audit [DBG] from='client.? 172.21.15.136:0/2140524801' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:20 smithi145 bash[13673]: cluster 2022-04-26T08:48:19.821807+0000 mgr.smithi136.ofnrfx (mgr.14188) 12084 : cluster [DBG] pgmap v11343: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:21.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:20 smithi145 bash[13673]: audit 2022-04-26T08:48:20.241233+0000 mon.smithi136 (mon.0) 7290 : audit [DBG] from='client.? 172.21.15.136:0/2140524801' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:22 smithi136 bash[11745]: cluster 2022-04-26T08:48:21.822423+0000 mgr.smithi136.ofnrfx (mgr.14188) 12085 : cluster [DBG] pgmap v11344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:22 smithi145 bash[13673]: cluster 2022-04-26T08:48:21.822423+0000 mgr.smithi136.ofnrfx (mgr.14188) 12085 : cluster [DBG] pgmap v11344: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:25.260 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:25.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:25.261 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:24 smithi136 bash[11745]: cluster 2022-04-26T08:48:23.823075+0000 mgr.smithi136.ofnrfx (mgr.14188) 12086 : cluster [DBG] pgmap v11345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:24 smithi145 bash[13673]: cluster 2022-04-26T08:48:23.823075+0000 mgr.smithi136.ofnrfx (mgr.14188) 12086 : cluster [DBG] pgmap v11345: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:25.591 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:26 smithi136 bash[11745]: audit 2022-04-26T08:48:25.575781+0000 mon.smithi136 (mon.0) 7291 : audit [DBG] from='client.? 172.21.15.136:0/1298570513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:26 smithi136 bash[11745]: cluster 2022-04-26T08:48:25.823751+0000 mgr.smithi136.ofnrfx (mgr.14188) 12087 : cluster [DBG] pgmap v11346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:26 smithi145 bash[13673]: audit 2022-04-26T08:48:25.575781+0000 mon.smithi136 (mon.0) 7291 : audit [DBG] from='client.? 172.21.15.136:0/1298570513' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:26 smithi145 bash[13673]: cluster 2022-04-26T08:48:25.823751+0000 mgr.smithi136.ofnrfx (mgr.14188) 12087 : cluster [DBG] pgmap v11346: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:28 smithi145 bash[13673]: cluster 2022-04-26T08:48:27.824385+0000 mgr.smithi136.ofnrfx (mgr.14188) 12088 : cluster [DBG] pgmap v11347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:29.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:28 smithi136 bash[11745]: cluster 2022-04-26T08:48:27.824385+0000 mgr.smithi136.ofnrfx (mgr.14188) 12088 : cluster [DBG] pgmap v11347: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:30.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:30.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:30.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:30.923 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:30 smithi136 bash[11745]: cluster 2022-04-26T08:48:29.824982+0000 mgr.smithi136.ofnrfx (mgr.14188) 12089 : cluster [DBG] pgmap v11348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:30 smithi145 bash[13673]: cluster 2022-04-26T08:48:29.824982+0000 mgr.smithi136.ofnrfx (mgr.14188) 12089 : cluster [DBG] pgmap v11348: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:31 smithi145 bash[13673]: audit 2022-04-26T08:48:30.907370+0000 mon.smithi136 (mon.0) 7292 : audit [DBG] from='client.? 172.21.15.136:0/3509023494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:31 smithi136 bash[11745]: audit 2022-04-26T08:48:30.907370+0000 mon.smithi136 (mon.0) 7292 : audit [DBG] from='client.? 172.21.15.136:0/3509023494' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:32 smithi145 bash[13673]: cluster 2022-04-26T08:48:31.825642+0000 mgr.smithi136.ofnrfx (mgr.14188) 12090 : cluster [DBG] pgmap v11349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:32 smithi136 bash[11745]: cluster 2022-04-26T08:48:31.825642+0000 mgr.smithi136.ofnrfx (mgr.14188) 12090 : cluster [DBG] pgmap v11349: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:34 smithi136 bash[11745]: cluster 2022-04-26T08:48:33.826253+0000 mgr.smithi136.ofnrfx (mgr.14188) 12091 : cluster [DBG] pgmap v11350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:34 smithi145 bash[13673]: cluster 2022-04-26T08:48:33.826253+0000 mgr.smithi136.ofnrfx (mgr.14188) 12091 : cluster [DBG] pgmap v11350: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:35.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:35.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:35.925 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:36.245 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:36 smithi136 bash[11745]: cluster 2022-04-26T08:48:35.826852+0000 mgr.smithi136.ofnrfx (mgr.14188) 12092 : cluster [DBG] pgmap v11351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:36 smithi136 bash[11745]: audit 2022-04-26T08:48:36.229542+0000 mon.smithi136 (mon.0) 7293 : audit [DBG] from='client.? 172.21.15.136:0/3981902967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:36 smithi145 bash[13673]: cluster 2022-04-26T08:48:35.826852+0000 mgr.smithi136.ofnrfx (mgr.14188) 12092 : cluster [DBG] pgmap v11351: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:36 smithi145 bash[13673]: audit 2022-04-26T08:48:36.229542+0000 mon.smithi136 (mon.0) 7293 : audit [DBG] from='client.? 172.21.15.136:0/3981902967' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:38 smithi145 bash[13673]: cluster 2022-04-26T08:48:37.827464+0000 mgr.smithi136.ofnrfx (mgr.14188) 12093 : cluster [DBG] pgmap v11352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:39.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:38 smithi136 bash[11745]: cluster 2022-04-26T08:48:37.827464+0000 mgr.smithi136.ofnrfx (mgr.14188) 12093 : cluster [DBG] pgmap v11352: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:40 smithi145 bash[13673]: cluster 2022-04-26T08:48:39.828116+0000 mgr.smithi136.ofnrfx (mgr.14188) 12094 : cluster [DBG] pgmap v11353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:41.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:41.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:41.249 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:40 smithi136 bash[11745]: cluster 2022-04-26T08:48:39.828116+0000 mgr.smithi136.ofnrfx (mgr.14188) 12094 : cluster [DBG] pgmap v11353: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:41.575 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:41 smithi145 bash[13673]: audit 2022-04-26T08:48:41.559498+0000 mon.smithi136 (mon.0) 7294 : audit [DBG] from='client.? 172.21.15.136:0/3136570495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:41 smithi136 bash[11745]: audit 2022-04-26T08:48:41.559498+0000 mon.smithi136 (mon.0) 7294 : audit [DBG] from='client.? 172.21.15.136:0/3136570495' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:42 smithi145 bash[13673]: cluster 2022-04-26T08:48:41.828775+0000 mgr.smithi136.ofnrfx (mgr.14188) 12095 : cluster [DBG] pgmap v11354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:42 smithi136 bash[11745]: cluster 2022-04-26T08:48:41.828775+0000 mgr.smithi136.ofnrfx (mgr.14188) 12095 : cluster [DBG] pgmap v11354: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:44 smithi136 bash[11745]: cluster 2022-04-26T08:48:43.829427+0000 mgr.smithi136.ofnrfx (mgr.14188) 12096 : cluster [DBG] pgmap v11355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:44 smithi145 bash[13673]: cluster 2022-04-26T08:48:43.829427+0000 mgr.smithi136.ofnrfx (mgr.14188) 12096 : cluster [DBG] pgmap v11355: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:46.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:46.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:46.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:46 smithi136 bash[11745]: cluster 2022-04-26T08:48:45.830016+0000 mgr.smithi136.ofnrfx (mgr.14188) 12097 : cluster [DBG] pgmap v11356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:46 smithi145 bash[13673]: cluster 2022-04-26T08:48:45.830016+0000 mgr.smithi136.ofnrfx (mgr.14188) 12097 : cluster [DBG] pgmap v11356: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:46.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:47 smithi136 bash[11745]: audit 2022-04-26T08:48:46.887939+0000 mon.smithi136 (mon.0) 7295 : audit [DBG] from='client.? 172.21.15.136:0/1503127484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:47 smithi145 bash[13673]: audit 2022-04-26T08:48:46.887939+0000 mon.smithi136 (mon.0) 7295 : audit [DBG] from='client.? 172.21.15.136:0/1503127484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:48 smithi136 bash[11745]: cluster 2022-04-26T08:48:47.830624+0000 mgr.smithi136.ofnrfx (mgr.14188) 12098 : cluster [DBG] pgmap v11357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:48 smithi145 bash[13673]: cluster 2022-04-26T08:48:47.830624+0000 mgr.smithi136.ofnrfx (mgr.14188) 12098 : cluster [DBG] pgmap v11357: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:50 smithi136 bash[11745]: cluster 2022-04-26T08:48:49.831232+0000 mgr.smithi136.ofnrfx (mgr.14188) 12099 : cluster [DBG] pgmap v11358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:50 smithi145 bash[13673]: cluster 2022-04-26T08:48:49.831232+0000 mgr.smithi136.ofnrfx (mgr.14188) 12099 : cluster [DBG] pgmap v11358: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:51.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:51.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:51.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:52.227 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:52 smithi145 bash[13673]: cluster 2022-04-26T08:48:51.831905+0000 mgr.smithi136.ofnrfx (mgr.14188) 12100 : cluster [DBG] pgmap v11359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:52 smithi145 bash[13673]: audit 2022-04-26T08:48:52.211536+0000 mon.smithi136 (mon.0) 7296 : audit [DBG] from='client.? 172.21.15.136:0/2588867686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:52 smithi136 bash[11745]: cluster 2022-04-26T08:48:51.831905+0000 mgr.smithi136.ofnrfx (mgr.14188) 12100 : cluster [DBG] pgmap v11359: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:52 smithi136 bash[11745]: audit 2022-04-26T08:48:52.211536+0000 mon.smithi136 (mon.0) 7296 : audit [DBG] from='client.? 172.21.15.136:0/2588867686' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:53 smithi136 bash[11745]: audit 2022-04-26T08:48:53.844781+0000 mon.smithi136 (mon.0) 7297 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:48:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:53 smithi136 bash[11745]: audit 2022-04-26T08:48:53.847838+0000 mon.smithi136 (mon.0) 7298 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:48:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:53 smithi136 bash[11745]: audit 2022-04-26T08:48:53.849994+0000 mon.smithi136 (mon.0) 7299 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:48:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:53 smithi145 bash[13673]: audit 2022-04-26T08:48:53.844781+0000 mon.smithi136 (mon.0) 7297 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:48:54.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:53 smithi145 bash[13673]: audit 2022-04-26T08:48:53.847838+0000 mon.smithi136 (mon.0) 7298 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:48:54.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:53 smithi145 bash[13673]: audit 2022-04-26T08:48:53.849994+0000 mon.smithi136 (mon.0) 7299 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:48:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:55 smithi136 bash[11745]: cluster 2022-04-26T08:48:53.832552+0000 mgr.smithi136.ofnrfx (mgr.14188) 12101 : cluster [DBG] pgmap v11360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:55 smithi136 bash[11745]: cluster 2022-04-26T08:48:54.174249+0000 mgr.smithi136.ofnrfx (mgr.14188) 12102 : cluster [DBG] pgmap v11361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:55 smithi136 bash[11745]: cluster 2022-04-26T08:48:54.174481+0000 mgr.smithi136.ofnrfx (mgr.14188) 12103 : cluster [DBG] pgmap v11362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:55 smithi136 bash[11745]: audit 2022-04-26T08:48:54.180809+0000 mon.smithi136 (mon.0) 7300 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:55 smithi136 bash[11745]: audit 2022-04-26T08:48:54.187253+0000 mon.smithi136 (mon.0) 7301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:55 smithi136 bash[11745]: cephadm 2022-04-26T08:48:54.188416+0000 mgr.smithi136.ofnrfx (mgr.14188) 12104 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:48:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:55 smithi136 bash[11745]: cephadm 2022-04-26T08:48:54.188563+0000 mgr.smithi136.ofnrfx (mgr.14188) 12105 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:48:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:55 smithi145 bash[13673]: cluster 2022-04-26T08:48:53.832552+0000 mgr.smithi136.ofnrfx (mgr.14188) 12101 : cluster [DBG] pgmap v11360: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:55 smithi145 bash[13673]: cluster 2022-04-26T08:48:54.174249+0000 mgr.smithi136.ofnrfx (mgr.14188) 12102 : cluster [DBG] pgmap v11361: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:55 smithi145 bash[13673]: cluster 2022-04-26T08:48:54.174481+0000 mgr.smithi136.ofnrfx (mgr.14188) 12103 : cluster [DBG] pgmap v11362: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:55 smithi145 bash[13673]: audit 2022-04-26T08:48:54.180809+0000 mon.smithi136 (mon.0) 7300 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:48:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:55 smithi145 bash[13673]: audit 2022-04-26T08:48:54.187253+0000 mon.smithi136 (mon.0) 7301 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:48:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:55 smithi145 bash[13673]: cephadm 2022-04-26T08:48:54.188416+0000 mgr.smithi136.ofnrfx (mgr.14188) 12104 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:48:55.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:55 smithi145 bash[13673]: cephadm 2022-04-26T08:48:54.188563+0000 mgr.smithi136.ofnrfx (mgr.14188) 12105 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:48:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:56 smithi136 bash[11745]: cluster 2022-04-26T08:48:56.175049+0000 mgr.smithi136.ofnrfx (mgr.14188) 12106 : cluster [DBG] pgmap v11363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:56 smithi145 bash[13673]: cluster 2022-04-26T08:48:56.175049+0000 mgr.smithi136.ofnrfx (mgr.14188) 12106 : cluster [DBG] pgmap v11363: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:57.229 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:48:57.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:48:57.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:48:57.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:48:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:57 smithi145 bash[13673]: audit 2022-04-26T08:48:57.543654+0000 mon.smithi136 (mon.0) 7302 : audit [DBG] from='client.? 172.21.15.136:0/58037023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:57 smithi136 bash[11745]: audit 2022-04-26T08:48:57.543654+0000 mon.smithi136 (mon.0) 7302 : audit [DBG] from='client.? 172.21.15.136:0/58037023' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:48:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:48:58 smithi145 bash[13673]: cluster 2022-04-26T08:48:58.175708+0000 mgr.smithi136.ofnrfx (mgr.14188) 12107 : cluster [DBG] pgmap v11364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:48:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:48:58 smithi136 bash[11745]: cluster 2022-04-26T08:48:58.175708+0000 mgr.smithi136.ofnrfx (mgr.14188) 12107 : cluster [DBG] pgmap v11364: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:01 smithi136 bash[11745]: cluster 2022-04-26T08:49:00.176297+0000 mgr.smithi136.ofnrfx (mgr.14188) 12108 : cluster [DBG] pgmap v11365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:01 smithi145 bash[13673]: cluster 2022-04-26T08:49:00.176297+0000 mgr.smithi136.ofnrfx (mgr.14188) 12108 : cluster [DBG] pgmap v11365: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:02.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:02.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:02.564 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:02.885 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:03 smithi136 bash[11745]: cluster 2022-04-26T08:49:02.176942+0000 mgr.smithi136.ofnrfx (mgr.14188) 12109 : cluster [DBG] pgmap v11366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:03.603 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:03 smithi136 bash[11745]: audit 2022-04-26T08:49:02.869712+0000 mon.smithi136 (mon.0) 7303 : audit [DBG] from='client.? 172.21.15.136:0/1075509803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:03 smithi145 bash[13673]: cluster 2022-04-26T08:49:02.176942+0000 mgr.smithi136.ofnrfx (mgr.14188) 12109 : cluster [DBG] pgmap v11366: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:03 smithi145 bash[13673]: audit 2022-04-26T08:49:02.869712+0000 mon.smithi136 (mon.0) 7303 : audit [DBG] from='client.? 172.21.15.136:0/1075509803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:04 smithi136 bash[11745]: audit 2022-04-26T08:49:03.359721+0000 mon.smithi136 (mon.0) 7304 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:49:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:04 smithi136 bash[11745]: audit 2022-04-26T08:49:03.363571+0000 mon.smithi136 (mon.0) 7305 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:49:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:04 smithi145 bash[13673]: audit 2022-04-26T08:49:03.359721+0000 mon.smithi136 (mon.0) 7304 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:49:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:04 smithi145 bash[13673]: audit 2022-04-26T08:49:03.363571+0000 mon.smithi136 (mon.0) 7305 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:49:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:05 smithi136 bash[11745]: cluster 2022-04-26T08:49:04.177594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12110 : cluster [DBG] pgmap v11367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:05 smithi145 bash[13673]: cluster 2022-04-26T08:49:04.177594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12110 : cluster [DBG] pgmap v11367: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:06 smithi136 bash[11745]: cluster 2022-04-26T08:49:06.178236+0000 mgr.smithi136.ofnrfx (mgr.14188) 12111 : cluster [DBG] pgmap v11368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:06 smithi145 bash[13673]: cluster 2022-04-26T08:49:06.178236+0000 mgr.smithi136.ofnrfx (mgr.14188) 12111 : cluster [DBG] pgmap v11368: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:07.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:07.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:07.889 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:08.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:08 smithi145 bash[13673]: audit 2022-04-26T08:49:08.197594+0000 mon.smithi136 (mon.0) 7306 : audit [DBG] from='client.? 172.21.15.136:0/1252609350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:08 smithi136 bash[11745]: audit 2022-04-26T08:49:08.197594+0000 mon.smithi136 (mon.0) 7306 : audit [DBG] from='client.? 172.21.15.136:0/1252609350' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:09 smithi136 bash[11745]: cluster 2022-04-26T08:49:08.178847+0000 mgr.smithi136.ofnrfx (mgr.14188) 12112 : cluster [DBG] pgmap v11369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:09 smithi145 bash[13673]: cluster 2022-04-26T08:49:08.178847+0000 mgr.smithi136.ofnrfx (mgr.14188) 12112 : cluster [DBG] pgmap v11369: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:11 smithi136 bash[11745]: cluster 2022-04-26T08:49:10.179444+0000 mgr.smithi136.ofnrfx (mgr.14188) 12113 : cluster [DBG] pgmap v11370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:11 smithi145 bash[13673]: cluster 2022-04-26T08:49:10.179444+0000 mgr.smithi136.ofnrfx (mgr.14188) 12113 : cluster [DBG] pgmap v11370: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:13.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:13.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:13.218 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:13.546 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:13 smithi136 bash[11745]: cluster 2022-04-26T08:49:12.180231+0000 mgr.smithi136.ofnrfx (mgr.14188) 12114 : cluster [DBG] pgmap v11371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:13 smithi145 bash[13673]: cluster 2022-04-26T08:49:12.180231+0000 mgr.smithi136.ofnrfx (mgr.14188) 12114 : cluster [DBG] pgmap v11371: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:14 smithi136 bash[11745]: audit 2022-04-26T08:49:13.524449+0000 mon.smithi136 (mon.0) 7307 : audit [DBG] from='client.? 172.21.15.136:0/4212297125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:14.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:14 smithi145 bash[13673]: audit 2022-04-26T08:49:13.524449+0000 mon.smithi136 (mon.0) 7307 : audit [DBG] from='client.? 172.21.15.136:0/4212297125' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:15 smithi136 bash[11745]: cluster 2022-04-26T08:49:14.180951+0000 mgr.smithi136.ofnrfx (mgr.14188) 12115 : cluster [DBG] pgmap v11372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:15 smithi145 bash[13673]: cluster 2022-04-26T08:49:14.180951+0000 mgr.smithi136.ofnrfx (mgr.14188) 12115 : cluster [DBG] pgmap v11372: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:16 smithi136 bash[11745]: cluster 2022-04-26T08:49:16.181603+0000 mgr.smithi136.ofnrfx (mgr.14188) 12116 : cluster [DBG] pgmap v11373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:16 smithi145 bash[13673]: cluster 2022-04-26T08:49:16.181603+0000 mgr.smithi136.ofnrfx (mgr.14188) 12116 : cluster [DBG] pgmap v11373: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:18.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:18.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:18.549 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:18.870 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:19 smithi136 bash[11745]: cluster 2022-04-26T08:49:18.182208+0000 mgr.smithi136.ofnrfx (mgr.14188) 12117 : cluster [DBG] pgmap v11374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:19 smithi136 bash[11745]: audit 2022-04-26T08:49:18.855504+0000 mon.smithi136 (mon.0) 7308 : audit [DBG] from='client.? 172.21.15.136:0/1812684539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:19 smithi145 bash[13673]: cluster 2022-04-26T08:49:18.182208+0000 mgr.smithi136.ofnrfx (mgr.14188) 12117 : cluster [DBG] pgmap v11374: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:19 smithi145 bash[13673]: audit 2022-04-26T08:49:18.855504+0000 mon.smithi136 (mon.0) 7308 : audit [DBG] from='client.? 172.21.15.136:0/1812684539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:21 smithi136 bash[11745]: cluster 2022-04-26T08:49:20.182758+0000 mgr.smithi136.ofnrfx (mgr.14188) 12118 : cluster [DBG] pgmap v11375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:21 smithi145 bash[13673]: cluster 2022-04-26T08:49:20.182758+0000 mgr.smithi136.ofnrfx (mgr.14188) 12118 : cluster [DBG] pgmap v11375: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:23 smithi136 bash[11745]: cluster 2022-04-26T08:49:22.183411+0000 mgr.smithi136.ofnrfx (mgr.14188) 12119 : cluster [DBG] pgmap v11376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:23 smithi145 bash[13673]: cluster 2022-04-26T08:49:22.183411+0000 mgr.smithi136.ofnrfx (mgr.14188) 12119 : cluster [DBG] pgmap v11376: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:23.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:23.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:23.874 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:24.200 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:24 smithi136 bash[11745]: audit 2022-04-26T08:49:24.185229+0000 mon.smithi136 (mon.0) 7309 : audit [DBG] from='client.? 172.21.15.136:0/3445071134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:24 smithi145 bash[13673]: audit 2022-04-26T08:49:24.185229+0000 mon.smithi136 (mon.0) 7309 : audit [DBG] from='client.? 172.21.15.136:0/3445071134' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:25 smithi136 bash[11745]: cluster 2022-04-26T08:49:24.184038+0000 mgr.smithi136.ofnrfx (mgr.14188) 12120 : cluster [DBG] pgmap v11377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:25 smithi145 bash[13673]: cluster 2022-04-26T08:49:24.184038+0000 mgr.smithi136.ofnrfx (mgr.14188) 12120 : cluster [DBG] pgmap v11377: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:26 smithi136 bash[11745]: cluster 2022-04-26T08:49:26.184731+0000 mgr.smithi136.ofnrfx (mgr.14188) 12121 : cluster [DBG] pgmap v11378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:26 smithi145 bash[13673]: cluster 2022-04-26T08:49:26.184731+0000 mgr.smithi136.ofnrfx (mgr.14188) 12121 : cluster [DBG] pgmap v11378: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:29.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:29.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:29.203 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:29.528 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:29 smithi136 bash[11745]: cluster 2022-04-26T08:49:28.185385+0000 mgr.smithi136.ofnrfx (mgr.14188) 12122 : cluster [DBG] pgmap v11379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:29 smithi145 bash[13673]: cluster 2022-04-26T08:49:28.185385+0000 mgr.smithi136.ofnrfx (mgr.14188) 12122 : cluster [DBG] pgmap v11379: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:30 smithi136 bash[11745]: audit 2022-04-26T08:49:29.512626+0000 mon.smithi136 (mon.0) 7310 : audit [DBG] from='client.? 172.21.15.136:0/1453477042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:30 smithi145 bash[13673]: audit 2022-04-26T08:49:29.512626+0000 mon.smithi136 (mon.0) 7310 : audit [DBG] from='client.? 172.21.15.136:0/1453477042' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:31 smithi136 bash[11745]: cluster 2022-04-26T08:49:30.186057+0000 mgr.smithi136.ofnrfx (mgr.14188) 12123 : cluster [DBG] pgmap v11380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:31 smithi145 bash[13673]: cluster 2022-04-26T08:49:30.186057+0000 mgr.smithi136.ofnrfx (mgr.14188) 12123 : cluster [DBG] pgmap v11380: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:33 smithi136 bash[11745]: cluster 2022-04-26T08:49:32.186743+0000 mgr.smithi136.ofnrfx (mgr.14188) 12124 : cluster [DBG] pgmap v11381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:33 smithi145 bash[13673]: cluster 2022-04-26T08:49:32.186743+0000 mgr.smithi136.ofnrfx (mgr.14188) 12124 : cluster [DBG] pgmap v11381: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:34.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:34.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:34.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:34.858 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:35 smithi136 bash[11745]: cluster 2022-04-26T08:49:34.187377+0000 mgr.smithi136.ofnrfx (mgr.14188) 12125 : cluster [DBG] pgmap v11382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:35 smithi136 bash[11745]: audit 2022-04-26T08:49:34.842085+0000 mon.smithi136 (mon.0) 7311 : audit [DBG] from='client.? 172.21.15.136:0/3120987250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:35 smithi145 bash[13673]: cluster 2022-04-26T08:49:34.187377+0000 mgr.smithi136.ofnrfx (mgr.14188) 12125 : cluster [DBG] pgmap v11382: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:35 smithi145 bash[13673]: audit 2022-04-26T08:49:34.842085+0000 mon.smithi136 (mon.0) 7311 : audit [DBG] from='client.? 172.21.15.136:0/3120987250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:36 smithi136 bash[11745]: cluster 2022-04-26T08:49:36.188013+0000 mgr.smithi136.ofnrfx (mgr.14188) 12126 : cluster [DBG] pgmap v11383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:36 smithi145 bash[13673]: cluster 2022-04-26T08:49:36.188013+0000 mgr.smithi136.ofnrfx (mgr.14188) 12126 : cluster [DBG] pgmap v11383: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:39 smithi136 bash[11745]: cluster 2022-04-26T08:49:38.188691+0000 mgr.smithi136.ofnrfx (mgr.14188) 12127 : cluster [DBG] pgmap v11384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:39 smithi145 bash[13673]: cluster 2022-04-26T08:49:38.188691+0000 mgr.smithi136.ofnrfx (mgr.14188) 12127 : cluster [DBG] pgmap v11384: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:39.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:39.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:39.862 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:40.188 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:40 smithi136 bash[11745]: audit 2022-04-26T08:49:40.172420+0000 mon.smithi136 (mon.0) 7312 : audit [DBG] from='client.? 172.21.15.136:0/4261222404' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:40 smithi145 bash[13673]: audit 2022-04-26T08:49:40.172420+0000 mon.smithi136 (mon.0) 7312 : audit [DBG] from='client.? 172.21.15.136:0/4261222404' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:41 smithi136 bash[11745]: cluster 2022-04-26T08:49:40.189346+0000 mgr.smithi136.ofnrfx (mgr.14188) 12128 : cluster [DBG] pgmap v11385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:41 smithi145 bash[13673]: cluster 2022-04-26T08:49:40.189346+0000 mgr.smithi136.ofnrfx (mgr.14188) 12128 : cluster [DBG] pgmap v11385: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:43 smithi136 bash[11745]: cluster 2022-04-26T08:49:42.189976+0000 mgr.smithi136.ofnrfx (mgr.14188) 12129 : cluster [DBG] pgmap v11386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:43 smithi145 bash[13673]: cluster 2022-04-26T08:49:42.189976+0000 mgr.smithi136.ofnrfx (mgr.14188) 12129 : cluster [DBG] pgmap v11386: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:45.192 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:45.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:45.242 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:45.510 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:45 smithi136 bash[11745]: cluster 2022-04-26T08:49:44.190659+0000 mgr.smithi136.ofnrfx (mgr.14188) 12130 : cluster [DBG] pgmap v11387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:45 smithi145 bash[13673]: cluster 2022-04-26T08:49:44.190659+0000 mgr.smithi136.ofnrfx (mgr.14188) 12130 : cluster [DBG] pgmap v11387: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:46 smithi136 bash[11745]: audit 2022-04-26T08:49:45.495021+0000 mon.smithi136 (mon.0) 7313 : audit [DBG] from='client.? 172.21.15.136:0/2520294900' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:46 smithi136 bash[11745]: cluster 2022-04-26T08:49:46.191415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12131 : cluster [DBG] pgmap v11388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:46 smithi145 bash[13673]: audit 2022-04-26T08:49:45.495021+0000 mon.smithi136 (mon.0) 7313 : audit [DBG] from='client.? 172.21.15.136:0/2520294900' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:46 smithi145 bash[13673]: cluster 2022-04-26T08:49:46.191415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12131 : cluster [DBG] pgmap v11388: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:49 smithi136 bash[11745]: cluster 2022-04-26T08:49:48.192122+0000 mgr.smithi136.ofnrfx (mgr.14188) 12132 : cluster [DBG] pgmap v11389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:49 smithi145 bash[13673]: cluster 2022-04-26T08:49:48.192122+0000 mgr.smithi136.ofnrfx (mgr.14188) 12132 : cluster [DBG] pgmap v11389: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:50.514 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:50.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:50.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:50.835 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:51 smithi136 bash[11745]: cluster 2022-04-26T08:49:50.192783+0000 mgr.smithi136.ofnrfx (mgr.14188) 12133 : cluster [DBG] pgmap v11390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:51 smithi136 bash[11745]: audit 2022-04-26T08:49:50.819388+0000 mon.smithi136 (mon.0) 7314 : audit [DBG] from='client.? 172.21.15.136:0/3759480741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:51 smithi145 bash[13673]: cluster 2022-04-26T08:49:50.192783+0000 mgr.smithi136.ofnrfx (mgr.14188) 12133 : cluster [DBG] pgmap v11390: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:51.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:51 smithi145 bash[13673]: audit 2022-04-26T08:49:50.819388+0000 mon.smithi136 (mon.0) 7314 : audit [DBG] from='client.? 172.21.15.136:0/3759480741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:53 smithi136 bash[11745]: cluster 2022-04-26T08:49:52.193414+0000 mgr.smithi136.ofnrfx (mgr.14188) 12134 : cluster [DBG] pgmap v11391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:53 smithi145 bash[13673]: cluster 2022-04-26T08:49:52.193414+0000 mgr.smithi136.ofnrfx (mgr.14188) 12134 : cluster [DBG] pgmap v11391: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:54 smithi136 bash[11745]: audit 2022-04-26T08:49:54.195656+0000 mon.smithi136 (mon.0) 7315 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:49:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:54 smithi136 bash[11745]: audit 2022-04-26T08:49:54.198432+0000 mon.smithi136 (mon.0) 7316 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:49:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:54 smithi136 bash[11745]: audit 2022-04-26T08:49:54.200182+0000 mon.smithi136 (mon.0) 7317 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:49:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:54 smithi145 bash[13673]: audit 2022-04-26T08:49:54.195656+0000 mon.smithi136 (mon.0) 7315 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:49:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:54 smithi145 bash[13673]: audit 2022-04-26T08:49:54.198432+0000 mon.smithi136 (mon.0) 7316 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:49:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:54 smithi145 bash[13673]: audit 2022-04-26T08:49:54.200182+0000 mon.smithi136 (mon.0) 7317 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:49:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:55 smithi136 bash[11745]: cluster 2022-04-26T08:49:54.194021+0000 mgr.smithi136.ofnrfx (mgr.14188) 12135 : cluster [DBG] pgmap v11392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:55 smithi136 bash[11745]: audit 2022-04-26T08:49:54.531456+0000 mon.smithi136 (mon.0) 7318 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:49:55.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:55 smithi136 bash[11745]: audit 2022-04-26T08:49:54.538172+0000 mon.smithi136 (mon.0) 7319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:49:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:55 smithi145 bash[13673]: cluster 2022-04-26T08:49:54.194021+0000 mgr.smithi136.ofnrfx (mgr.14188) 12135 : cluster [DBG] pgmap v11392: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:55 smithi145 bash[13673]: audit 2022-04-26T08:49:54.531456+0000 mon.smithi136 (mon.0) 7318 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:49:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:55 smithi145 bash[13673]: audit 2022-04-26T08:49:54.538172+0000 mon.smithi136 (mon.0) 7319 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:49:55.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:49:55.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:49:55.839 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:49:56.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:49:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:56 smithi136 bash[11745]: cluster 2022-04-26T08:49:54.524657+0000 mgr.smithi136.ofnrfx (mgr.14188) 12136 : cluster [DBG] pgmap v11393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:56 smithi136 bash[11745]: cluster 2022-04-26T08:49:54.525105+0000 mgr.smithi136.ofnrfx (mgr.14188) 12137 : cluster [DBG] pgmap v11394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:56 smithi136 bash[11745]: cephadm 2022-04-26T08:49:54.539338+0000 mgr.smithi136.ofnrfx (mgr.14188) 12138 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:56 smithi136 bash[11745]: cephadm 2022-04-26T08:49:54.539456+0000 mgr.smithi136.ofnrfx (mgr.14188) 12139 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:49:56.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:56 smithi136 bash[11745]: audit 2022-04-26T08:49:56.154045+0000 mon.smithi136 (mon.0) 7320 : audit [DBG] from='client.? 172.21.15.136:0/3834186172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:56 smithi145 bash[13673]: cluster 2022-04-26T08:49:54.524657+0000 mgr.smithi136.ofnrfx (mgr.14188) 12136 : cluster [DBG] pgmap v11393: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:56 smithi145 bash[13673]: cluster 2022-04-26T08:49:54.525105+0000 mgr.smithi136.ofnrfx (mgr.14188) 12137 : cluster [DBG] pgmap v11394: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:56 smithi145 bash[13673]: cephadm 2022-04-26T08:49:54.539338+0000 mgr.smithi136.ofnrfx (mgr.14188) 12138 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:49:56.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:56 smithi145 bash[13673]: cephadm 2022-04-26T08:49:54.539456+0000 mgr.smithi136.ofnrfx (mgr.14188) 12139 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:49:56.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:56 smithi145 bash[13673]: audit 2022-04-26T08:49:56.154045+0000 mon.smithi136 (mon.0) 7320 : audit [DBG] from='client.? 172.21.15.136:0/3834186172' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:49:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:49:58 smithi145 bash[13673]: cluster 2022-04-26T08:49:56.525799+0000 mgr.smithi136.ofnrfx (mgr.14188) 12140 : cluster [DBG] pgmap v11395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:49:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:49:58 smithi136 bash[11745]: cluster 2022-04-26T08:49:56.525799+0000 mgr.smithi136.ofnrfx (mgr.14188) 12140 : cluster [DBG] pgmap v11395: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:00 smithi136 bash[11745]: cluster 2022-04-26T08:49:58.526438+0000 mgr.smithi136.ofnrfx (mgr.14188) 12141 : cluster [DBG] pgmap v11396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:00.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:00 smithi136 bash[11745]: cluster 2022-04-26T08:50:00.000165+0000 mon.smithi136 (mon.0) 7321 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:50:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:00 smithi145 bash[13673]: cluster 2022-04-26T08:49:58.526438+0000 mgr.smithi136.ofnrfx (mgr.14188) 12141 : cluster [DBG] pgmap v11396: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:00 smithi145 bash[13673]: cluster 2022-04-26T08:50:00.000165+0000 mon.smithi136 (mon.0) 7321 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T08:50:01.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:01.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:01.173 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:01.492 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:01 smithi136 bash[11745]: cluster 2022-04-26T08:50:00.527024+0000 mgr.smithi136.ofnrfx (mgr.14188) 12142 : cluster [DBG] pgmap v11397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:01 smithi145 bash[13673]: cluster 2022-04-26T08:50:00.527024+0000 mgr.smithi136.ofnrfx (mgr.14188) 12142 : cluster [DBG] pgmap v11397: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:02 smithi136 bash[11745]: audit 2022-04-26T08:50:01.477060+0000 mon.smithi136 (mon.0) 7322 : audit [DBG] from='client.? 172.21.15.136:0/3805719468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:02 smithi145 bash[13673]: audit 2022-04-26T08:50:01.477060+0000 mon.smithi136 (mon.0) 7322 : audit [DBG] from='client.? 172.21.15.136:0/3805719468' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:03 smithi136 bash[11745]: cluster 2022-04-26T08:50:02.527715+0000 mgr.smithi136.ofnrfx (mgr.14188) 12143 : cluster [DBG] pgmap v11398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:03 smithi136 bash[11745]: audit 2022-04-26T08:50:03.363818+0000 mon.smithi136 (mon.0) 7323 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:50:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:03 smithi136 bash[11745]: audit 2022-04-26T08:50:03.367840+0000 mon.smithi136 (mon.0) 7324 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:50:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:03 smithi145 bash[13673]: cluster 2022-04-26T08:50:02.527715+0000 mgr.smithi136.ofnrfx (mgr.14188) 12143 : cluster [DBG] pgmap v11398: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:03.951 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:03 smithi145 bash[13673]: audit 2022-04-26T08:50:03.363818+0000 mon.smithi136 (mon.0) 7323 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:50:03.951 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:03 smithi145 bash[13673]: audit 2022-04-26T08:50:03.367840+0000 mon.smithi136 (mon.0) 7324 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:50:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:05 smithi145 bash[13673]: cluster 2022-04-26T08:50:04.528339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12144 : cluster [DBG] pgmap v11399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:06.063 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:05 smithi136 bash[11745]: cluster 2022-04-26T08:50:04.528339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12144 : cluster [DBG] pgmap v11399: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:06.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:06.494 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:06.496 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:06.816 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:07 smithi145 bash[13673]: cluster 2022-04-26T08:50:06.528955+0000 mgr.smithi136.ofnrfx (mgr.14188) 12145 : cluster [DBG] pgmap v11400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:07.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:07 smithi145 bash[13673]: audit 2022-04-26T08:50:06.800939+0000 mon.smithi136 (mon.0) 7325 : audit [DBG] from='client.? 172.21.15.136:0/4180208838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:07 smithi136 bash[11745]: cluster 2022-04-26T08:50:06.528955+0000 mgr.smithi136.ofnrfx (mgr.14188) 12145 : cluster [DBG] pgmap v11400: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:08.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:07 smithi136 bash[11745]: audit 2022-04-26T08:50:06.800939+0000 mon.smithi136 (mon.0) 7325 : audit [DBG] from='client.? 172.21.15.136:0/4180208838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:09 smithi145 bash[13673]: cluster 2022-04-26T08:50:08.529594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12146 : cluster [DBG] pgmap v11401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:09 smithi136 bash[11745]: cluster 2022-04-26T08:50:08.529594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12146 : cluster [DBG] pgmap v11401: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:11 smithi136 bash[11745]: cluster 2022-04-26T08:50:10.530203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12147 : cluster [DBG] pgmap v11402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:11.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:11.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:11.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:11 smithi145 bash[13673]: cluster 2022-04-26T08:50:10.530203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12147 : cluster [DBG] pgmap v11402: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:12.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:12 smithi136 bash[11745]: audit 2022-04-26T08:50:12.123412+0000 mon.smithi136 (mon.0) 7326 : audit [DBG] from='client.? 172.21.15.136:0/529129932' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:12 smithi145 bash[13673]: audit 2022-04-26T08:50:12.123412+0000 mon.smithi136 (mon.0) 7326 : audit [DBG] from='client.? 172.21.15.136:0/529129932' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:13 smithi136 bash[11745]: cluster 2022-04-26T08:50:12.530853+0000 mgr.smithi136.ofnrfx (mgr.14188) 12148 : cluster [DBG] pgmap v11403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:13 smithi145 bash[13673]: cluster 2022-04-26T08:50:12.530853+0000 mgr.smithi136.ofnrfx (mgr.14188) 12148 : cluster [DBG] pgmap v11403: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:15 smithi145 bash[13673]: cluster 2022-04-26T08:50:14.531486+0000 mgr.smithi136.ofnrfx (mgr.14188) 12149 : cluster [DBG] pgmap v11404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:15 smithi136 bash[11745]: cluster 2022-04-26T08:50:14.531486+0000 mgr.smithi136.ofnrfx (mgr.14188) 12149 : cluster [DBG] pgmap v11404: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:17.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:17.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:17.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:17.477 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:17 smithi145 bash[13673]: cluster 2022-04-26T08:50:16.532241+0000 mgr.smithi136.ofnrfx (mgr.14188) 12150 : cluster [DBG] pgmap v11405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:17 smithi145 bash[13673]: audit 2022-04-26T08:50:17.461828+0000 mon.smithi136 (mon.0) 7327 : audit [DBG] from='client.? 172.21.15.136:0/1613208092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:17 smithi136 bash[11745]: cluster 2022-04-26T08:50:16.532241+0000 mgr.smithi136.ofnrfx (mgr.14188) 12150 : cluster [DBG] pgmap v11405: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:17 smithi136 bash[11745]: audit 2022-04-26T08:50:17.461828+0000 mon.smithi136 (mon.0) 7327 : audit [DBG] from='client.? 172.21.15.136:0/1613208092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:19 smithi145 bash[13673]: cluster 2022-04-26T08:50:18.532915+0000 mgr.smithi136.ofnrfx (mgr.14188) 12151 : cluster [DBG] pgmap v11406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:19 smithi136 bash[11745]: cluster 2022-04-26T08:50:18.532915+0000 mgr.smithi136.ofnrfx (mgr.14188) 12151 : cluster [DBG] pgmap v11406: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:21 smithi136 bash[11745]: cluster 2022-04-26T08:50:20.533504+0000 mgr.smithi136.ofnrfx (mgr.14188) 12152 : cluster [DBG] pgmap v11407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:21 smithi145 bash[13673]: cluster 2022-04-26T08:50:20.533504+0000 mgr.smithi136.ofnrfx (mgr.14188) 12152 : cluster [DBG] pgmap v11407: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:22.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:22.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:22.481 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:22.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:23 smithi145 bash[13673]: cluster 2022-04-26T08:50:22.534239+0000 mgr.smithi136.ofnrfx (mgr.14188) 12153 : cluster [DBG] pgmap v11408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:23.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:23 smithi145 bash[13673]: audit 2022-04-26T08:50:22.788173+0000 mon.smithi136 (mon.0) 7328 : audit [DBG] from='client.? 172.21.15.136:0/3325337105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:23 smithi136 bash[11745]: cluster 2022-04-26T08:50:22.534239+0000 mgr.smithi136.ofnrfx (mgr.14188) 12153 : cluster [DBG] pgmap v11408: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:24.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:23 smithi136 bash[11745]: audit 2022-04-26T08:50:22.788173+0000 mon.smithi136 (mon.0) 7328 : audit [DBG] from='client.? 172.21.15.136:0/3325337105' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:25 smithi145 bash[13673]: cluster 2022-04-26T08:50:24.535030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12154 : cluster [DBG] pgmap v11409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:25 smithi136 bash[11745]: cluster 2022-04-26T08:50:24.535030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12154 : cluster [DBG] pgmap v11409: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:27.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:27.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:27.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:27 smithi145 bash[13673]: cluster 2022-04-26T08:50:26.535726+0000 mgr.smithi136.ofnrfx (mgr.14188) 12155 : cluster [DBG] pgmap v11410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:27 smithi136 bash[11745]: cluster 2022-04-26T08:50:26.535726+0000 mgr.smithi136.ofnrfx (mgr.14188) 12155 : cluster [DBG] pgmap v11410: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:28.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:28 smithi145 bash[13673]: audit 2022-04-26T08:50:28.121426+0000 mon.smithi136 (mon.0) 7329 : audit [DBG] from='client.? 172.21.15.136:0/986775489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:28 smithi136 bash[11745]: audit 2022-04-26T08:50:28.121426+0000 mon.smithi136 (mon.0) 7329 : audit [DBG] from='client.? 172.21.15.136:0/986775489' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:29 smithi145 bash[13673]: cluster 2022-04-26T08:50:28.536354+0000 mgr.smithi136.ofnrfx (mgr.14188) 12156 : cluster [DBG] pgmap v11411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:29 smithi136 bash[11745]: cluster 2022-04-26T08:50:28.536354+0000 mgr.smithi136.ofnrfx (mgr.14188) 12156 : cluster [DBG] pgmap v11411: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:31 smithi136 bash[11745]: cluster 2022-04-26T08:50:30.536990+0000 mgr.smithi136.ofnrfx (mgr.14188) 12157 : cluster [DBG] pgmap v11412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:31 smithi145 bash[13673]: cluster 2022-04-26T08:50:30.536990+0000 mgr.smithi136.ofnrfx (mgr.14188) 12157 : cluster [DBG] pgmap v11412: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:33.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:33.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:33.147 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:33.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:33 smithi145 bash[13673]: cluster 2022-04-26T08:50:32.537614+0000 mgr.smithi136.ofnrfx (mgr.14188) 12158 : cluster [DBG] pgmap v11413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:33 smithi145 bash[13673]: audit 2022-04-26T08:50:33.453574+0000 mon.smithi136 (mon.0) 7330 : audit [DBG] from='client.? 172.21.15.136:0/1101540229' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:33 smithi136 bash[11745]: cluster 2022-04-26T08:50:32.537614+0000 mgr.smithi136.ofnrfx (mgr.14188) 12158 : cluster [DBG] pgmap v11413: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:34.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:33 smithi136 bash[11745]: audit 2022-04-26T08:50:33.453574+0000 mon.smithi136 (mon.0) 7330 : audit [DBG] from='client.? 172.21.15.136:0/1101540229' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:35 smithi145 bash[13673]: cluster 2022-04-26T08:50:34.538348+0000 mgr.smithi136.ofnrfx (mgr.14188) 12159 : cluster [DBG] pgmap v11414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:35 smithi136 bash[11745]: cluster 2022-04-26T08:50:34.538348+0000 mgr.smithi136.ofnrfx (mgr.14188) 12159 : cluster [DBG] pgmap v11414: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:37 smithi145 bash[13673]: cluster 2022-04-26T08:50:36.539014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12160 : cluster [DBG] pgmap v11415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:37 smithi136 bash[11745]: cluster 2022-04-26T08:50:36.539014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12160 : cluster [DBG] pgmap v11415: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:38.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:38.472 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:38.473 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:38.792 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:39 smithi145 bash[13673]: cluster 2022-04-26T08:50:38.539659+0000 mgr.smithi136.ofnrfx (mgr.14188) 12161 : cluster [DBG] pgmap v11416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:39 smithi145 bash[13673]: audit 2022-04-26T08:50:38.777185+0000 mon.smithi136 (mon.0) 7331 : audit [DBG] from='client.? 172.21.15.136:0/3275326259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:39 smithi136 bash[11745]: cluster 2022-04-26T08:50:38.539659+0000 mgr.smithi136.ofnrfx (mgr.14188) 12161 : cluster [DBG] pgmap v11416: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:40.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:39 smithi136 bash[11745]: audit 2022-04-26T08:50:38.777185+0000 mon.smithi136 (mon.0) 7331 : audit [DBG] from='client.? 172.21.15.136:0/3275326259' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:41 smithi136 bash[11745]: cluster 2022-04-26T08:50:40.540269+0000 mgr.smithi136.ofnrfx (mgr.14188) 12162 : cluster [DBG] pgmap v11417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:41 smithi145 bash[13673]: cluster 2022-04-26T08:50:40.540269+0000 mgr.smithi136.ofnrfx (mgr.14188) 12162 : cluster [DBG] pgmap v11417: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:43.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:43.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:43.796 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:43 smithi145 bash[13673]: cluster 2022-04-26T08:50:42.540911+0000 mgr.smithi136.ofnrfx (mgr.14188) 12163 : cluster [DBG] pgmap v11418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:43 smithi136 bash[11745]: cluster 2022-04-26T08:50:42.540911+0000 mgr.smithi136.ofnrfx (mgr.14188) 12163 : cluster [DBG] pgmap v11418: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:44.119 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:44 smithi145 bash[13673]: audit 2022-04-26T08:50:44.103363+0000 mon.smithi136 (mon.0) 7332 : audit [DBG] from='client.? 172.21.15.136:0/2319648260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:44 smithi136 bash[11745]: audit 2022-04-26T08:50:44.103363+0000 mon.smithi136 (mon.0) 7332 : audit [DBG] from='client.? 172.21.15.136:0/2319648260' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:45 smithi145 bash[13673]: cluster 2022-04-26T08:50:44.541534+0000 mgr.smithi136.ofnrfx (mgr.14188) 12164 : cluster [DBG] pgmap v11419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:46.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:45 smithi136 bash[11745]: cluster 2022-04-26T08:50:44.541534+0000 mgr.smithi136.ofnrfx (mgr.14188) 12164 : cluster [DBG] pgmap v11419: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:47 smithi145 bash[13673]: cluster 2022-04-26T08:50:46.542156+0000 mgr.smithi136.ofnrfx (mgr.14188) 12165 : cluster [DBG] pgmap v11420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:47 smithi136 bash[11745]: cluster 2022-04-26T08:50:46.542156+0000 mgr.smithi136.ofnrfx (mgr.14188) 12165 : cluster [DBG] pgmap v11420: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:49.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:49.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:49.123 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:49.448 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:49 smithi145 bash[13673]: cluster 2022-04-26T08:50:48.542755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12166 : cluster [DBG] pgmap v11421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:49 smithi145 bash[13673]: audit 2022-04-26T08:50:49.431730+0000 mon.smithi136 (mon.0) 7333 : audit [DBG] from='client.? 172.21.15.136:0/2547866039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:49 smithi136 bash[11745]: cluster 2022-04-26T08:50:48.542755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12166 : cluster [DBG] pgmap v11421: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:50.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:49 smithi136 bash[11745]: audit 2022-04-26T08:50:49.431730+0000 mon.smithi136 (mon.0) 7333 : audit [DBG] from='client.? 172.21.15.136:0/2547866039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:51 smithi136 bash[11745]: cluster 2022-04-26T08:50:50.543388+0000 mgr.smithi136.ofnrfx (mgr.14188) 12167 : cluster [DBG] pgmap v11422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:51 smithi145 bash[13673]: cluster 2022-04-26T08:50:50.543388+0000 mgr.smithi136.ofnrfx (mgr.14188) 12167 : cluster [DBG] pgmap v11422: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:53 smithi145 bash[13673]: cluster 2022-04-26T08:50:52.543941+0000 mgr.smithi136.ofnrfx (mgr.14188) 12168 : cluster [DBG] pgmap v11423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:53 smithi136 bash[11745]: cluster 2022-04-26T08:50:52.543941+0000 mgr.smithi136.ofnrfx (mgr.14188) 12168 : cluster [DBG] pgmap v11423: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:54.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:54.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:54.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:54.780 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:50:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:54 smithi145 bash[13673]: audit 2022-04-26T08:50:54.550701+0000 mon.smithi136 (mon.0) 7334 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:50:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:54 smithi145 bash[13673]: audit 2022-04-26T08:50:54.552467+0000 mon.smithi136 (mon.0) 7335 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:50:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:54 smithi145 bash[13673]: audit 2022-04-26T08:50:54.553527+0000 mon.smithi136 (mon.0) 7336 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:50:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:54 smithi136 bash[11745]: audit 2022-04-26T08:50:54.550701+0000 mon.smithi136 (mon.0) 7334 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:50:55.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:54 smithi136 bash[11745]: audit 2022-04-26T08:50:54.552467+0000 mon.smithi136 (mon.0) 7335 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:50:55.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:54 smithi136 bash[11745]: audit 2022-04-26T08:50:54.553527+0000 mon.smithi136 (mon.0) 7336 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:50:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:55 smithi145 bash[13673]: cluster 2022-04-26T08:50:54.544625+0000 mgr.smithi136.ofnrfx (mgr.14188) 12169 : cluster [DBG] pgmap v11424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:55 smithi145 bash[13673]: audit 2022-04-26T08:50:54.762605+0000 mon.smithi136 (mon.0) 7337 : audit [DBG] from='client.? 172.21.15.136:0/670757362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:55 smithi136 bash[11745]: cluster 2022-04-26T08:50:54.544625+0000 mgr.smithi136.ofnrfx (mgr.14188) 12169 : cluster [DBG] pgmap v11424: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:55 smithi136 bash[11745]: audit 2022-04-26T08:50:54.762605+0000 mon.smithi136 (mon.0) 7337 : audit [DBG] from='client.? 172.21.15.136:0/670757362' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:50:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:57 smithi145 bash[13673]: cluster 2022-04-26T08:50:56.545312+0000 mgr.smithi136.ofnrfx (mgr.14188) 12170 : cluster [DBG] pgmap v11425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:57 smithi136 bash[11745]: cluster 2022-04-26T08:50:56.545312+0000 mgr.smithi136.ofnrfx (mgr.14188) 12170 : cluster [DBG] pgmap v11425: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:50:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:59 smithi145 bash[13673]: audit 2022-04-26T08:50:58.343377+0000 mon.smithi136 (mon.0) 7338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:50:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:59 smithi145 bash[13673]: audit 2022-04-26T08:50:59.028186+0000 mon.smithi136 (mon.0) 7339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:50:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:59 smithi145 bash[13673]: audit 2022-04-26T08:50:59.315605+0000 mon.smithi136 (mon.0) 7340 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:50:59.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:50:59 smithi145 bash[13673]: audit 2022-04-26T08:50:59.324215+0000 mon.smithi136 (mon.0) 7341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:50:59.783 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:50:59.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:50:59.784 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:50:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:59 smithi136 bash[11745]: audit 2022-04-26T08:50:58.343377+0000 mon.smithi136 (mon.0) 7338 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:50:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:59 smithi136 bash[11745]: audit 2022-04-26T08:50:59.028186+0000 mon.smithi136 (mon.0) 7339 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:50:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:59 smithi136 bash[11745]: audit 2022-04-26T08:50:59.315605+0000 mon.smithi136 (mon.0) 7340 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:50:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:50:59 smithi136 bash[11745]: audit 2022-04-26T08:50:59.324215+0000 mon.smithi136 (mon.0) 7341 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:51:00.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:00.642 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:00 smithi136 bash[11745]: cluster 2022-04-26T08:50:58.545899+0000 mgr.smithi136.ofnrfx (mgr.14188) 12171 : cluster [DBG] pgmap v11426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:00.642 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:00 smithi136 bash[11745]: cluster 2022-04-26T08:50:59.309809+0000 mgr.smithi136.ofnrfx (mgr.14188) 12172 : cluster [DBG] pgmap v11427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:00.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:00 smithi136 bash[11745]: cluster 2022-04-26T08:50:59.310170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12173 : cluster [DBG] pgmap v11428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:00.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:00 smithi136 bash[11745]: cephadm 2022-04-26T08:50:59.325066+0000 mgr.smithi136.ofnrfx (mgr.14188) 12174 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:51:00.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:00 smithi136 bash[11745]: cephadm 2022-04-26T08:50:59.325194+0000 mgr.smithi136.ofnrfx (mgr.14188) 12175 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:51:00.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:00 smithi136 bash[11745]: audit 2022-04-26T08:51:00.095162+0000 mon.smithi136 (mon.0) 7342 : audit [DBG] from='client.? 172.21.15.136:0/2132480009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:00 smithi145 bash[13673]: cluster 2022-04-26T08:50:58.545899+0000 mgr.smithi136.ofnrfx (mgr.14188) 12171 : cluster [DBG] pgmap v11426: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:00 smithi145 bash[13673]: cluster 2022-04-26T08:50:59.309809+0000 mgr.smithi136.ofnrfx (mgr.14188) 12172 : cluster [DBG] pgmap v11427: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:00 smithi145 bash[13673]: cluster 2022-04-26T08:50:59.310170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12173 : cluster [DBG] pgmap v11428: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:00 smithi145 bash[13673]: cephadm 2022-04-26T08:50:59.325066+0000 mgr.smithi136.ofnrfx (mgr.14188) 12174 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:51:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:00 smithi145 bash[13673]: cephadm 2022-04-26T08:50:59.325194+0000 mgr.smithi136.ofnrfx (mgr.14188) 12175 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:51:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:00 smithi145 bash[13673]: audit 2022-04-26T08:51:00.095162+0000 mon.smithi136 (mon.0) 7342 : audit [DBG] from='client.? 172.21.15.136:0/2132480009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:01 smithi136 bash[11745]: cluster 2022-04-26T08:51:01.310808+0000 mgr.smithi136.ofnrfx (mgr.14188) 12176 : cluster [DBG] pgmap v11429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:01 smithi145 bash[13673]: cluster 2022-04-26T08:51:01.310808+0000 mgr.smithi136.ofnrfx (mgr.14188) 12176 : cluster [DBG] pgmap v11429: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:04 smithi145 bash[13673]: cluster 2022-04-26T08:51:03.311420+0000 mgr.smithi136.ofnrfx (mgr.14188) 12177 : cluster [DBG] pgmap v11430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:04 smithi145 bash[13673]: audit 2022-04-26T08:51:03.369302+0000 mon.smithi136 (mon.0) 7343 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:51:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:04 smithi145 bash[13673]: audit 2022-04-26T08:51:03.373057+0000 mon.smithi136 (mon.0) 7344 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:51:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:04 smithi136 bash[11745]: cluster 2022-04-26T08:51:03.311420+0000 mgr.smithi136.ofnrfx (mgr.14188) 12177 : cluster [DBG] pgmap v11430: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:04 smithi136 bash[11745]: audit 2022-04-26T08:51:03.369302+0000 mon.smithi136 (mon.0) 7343 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:51:04.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:04 smithi136 bash[11745]: audit 2022-04-26T08:51:03.373057+0000 mon.smithi136 (mon.0) 7344 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:51:05.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:05.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:05.114 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:05.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:06 smithi145 bash[13673]: cluster 2022-04-26T08:51:05.311848+0000 mgr.smithi136.ofnrfx (mgr.14188) 12178 : cluster [DBG] pgmap v11431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:06 smithi145 bash[13673]: audit 2022-04-26T08:51:05.430007+0000 mon.smithi136 (mon.0) 7345 : audit [DBG] from='client.? 172.21.15.136:0/4202265462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:06 smithi136 bash[11745]: cluster 2022-04-26T08:51:05.311848+0000 mgr.smithi136.ofnrfx (mgr.14188) 12178 : cluster [DBG] pgmap v11431: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:06 smithi136 bash[11745]: audit 2022-04-26T08:51:05.430007+0000 mon.smithi136 (mon.0) 7345 : audit [DBG] from='client.? 172.21.15.136:0/4202265462' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:08 smithi145 bash[13673]: cluster 2022-04-26T08:51:07.312409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12179 : cluster [DBG] pgmap v11432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:08 smithi136 bash[11745]: cluster 2022-04-26T08:51:07.312409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12179 : cluster [DBG] pgmap v11432: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:10.449 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:10.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:10.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:10.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:10 smithi136 bash[11745]: cluster 2022-04-26T08:51:09.313039+0000 mgr.smithi136.ofnrfx (mgr.14188) 12180 : cluster [DBG] pgmap v11433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:10 smithi145 bash[13673]: cluster 2022-04-26T08:51:09.313039+0000 mgr.smithi136.ofnrfx (mgr.14188) 12180 : cluster [DBG] pgmap v11433: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:10.785 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:11 smithi136 bash[11745]: audit 2022-04-26T08:51:10.763673+0000 mon.smithi136 (mon.0) 7346 : audit [DBG] from='client.? 172.21.15.136:0/1426655139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:11 smithi136 bash[11745]: cluster 2022-04-26T08:51:11.313735+0000 mgr.smithi136.ofnrfx (mgr.14188) 12181 : cluster [DBG] pgmap v11434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:11 smithi145 bash[13673]: audit 2022-04-26T08:51:10.763673+0000 mon.smithi136 (mon.0) 7346 : audit [DBG] from='client.? 172.21.15.136:0/1426655139' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:11 smithi145 bash[13673]: cluster 2022-04-26T08:51:11.313735+0000 mgr.smithi136.ofnrfx (mgr.14188) 12181 : cluster [DBG] pgmap v11434: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:14.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:14 smithi145 bash[13673]: cluster 2022-04-26T08:51:13.314362+0000 mgr.smithi136.ofnrfx (mgr.14188) 12182 : cluster [DBG] pgmap v11435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:14.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:14 smithi136 bash[11745]: cluster 2022-04-26T08:51:13.314362+0000 mgr.smithi136.ofnrfx (mgr.14188) 12182 : cluster [DBG] pgmap v11435: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:15.788 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:15.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:15.789 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:16.108 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:16 smithi145 bash[13673]: cluster 2022-04-26T08:51:15.314917+0000 mgr.smithi136.ofnrfx (mgr.14188) 12183 : cluster [DBG] pgmap v11436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:16 smithi145 bash[13673]: audit 2022-04-26T08:51:16.092604+0000 mon.smithi136 (mon.0) 7347 : audit [DBG] from='client.? 172.21.15.136:0/1754230258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:16 smithi136 bash[11745]: cluster 2022-04-26T08:51:15.314917+0000 mgr.smithi136.ofnrfx (mgr.14188) 12183 : cluster [DBG] pgmap v11436: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:16 smithi136 bash[11745]: audit 2022-04-26T08:51:16.092604+0000 mon.smithi136 (mon.0) 7347 : audit [DBG] from='client.? 172.21.15.136:0/1754230258' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:18 smithi145 bash[13673]: cluster 2022-04-26T08:51:17.315577+0000 mgr.smithi136.ofnrfx (mgr.14188) 12184 : cluster [DBG] pgmap v11437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:18 smithi136 bash[11745]: cluster 2022-04-26T08:51:17.315577+0000 mgr.smithi136.ofnrfx (mgr.14188) 12184 : cluster [DBG] pgmap v11437: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:20.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:20 smithi136 bash[11745]: cluster 2022-04-26T08:51:19.316186+0000 mgr.smithi136.ofnrfx (mgr.14188) 12185 : cluster [DBG] pgmap v11438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:20.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:20 smithi145 bash[13673]: cluster 2022-04-26T08:51:19.316186+0000 mgr.smithi136.ofnrfx (mgr.14188) 12185 : cluster [DBG] pgmap v11438: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:21.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:21.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:21.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:21.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:21 smithi136 bash[11745]: cluster 2022-04-26T08:51:21.316749+0000 mgr.smithi136.ofnrfx (mgr.14188) 12186 : cluster [DBG] pgmap v11439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:21 smithi136 bash[11745]: audit 2022-04-26T08:51:21.426498+0000 mon.smithi136 (mon.0) 7348 : audit [DBG] from='client.? 172.21.15.136:0/1708809899' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:21 smithi145 bash[13673]: cluster 2022-04-26T08:51:21.316749+0000 mgr.smithi136.ofnrfx (mgr.14188) 12186 : cluster [DBG] pgmap v11439: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:21 smithi145 bash[13673]: audit 2022-04-26T08:51:21.426498+0000 mon.smithi136 (mon.0) 7348 : audit [DBG] from='client.? 172.21.15.136:0/1708809899' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:24 smithi145 bash[13673]: cluster 2022-04-26T08:51:23.317407+0000 mgr.smithi136.ofnrfx (mgr.14188) 12187 : cluster [DBG] pgmap v11440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:24 smithi136 bash[11745]: cluster 2022-04-26T08:51:23.317407+0000 mgr.smithi136.ofnrfx (mgr.14188) 12187 : cluster [DBG] pgmap v11440: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:26.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:26.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:26.447 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:26 smithi145 bash[13673]: cluster 2022-04-26T08:51:25.318027+0000 mgr.smithi136.ofnrfx (mgr.14188) 12188 : cluster [DBG] pgmap v11441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:26.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:26 smithi136 bash[11745]: cluster 2022-04-26T08:51:25.318027+0000 mgr.smithi136.ofnrfx (mgr.14188) 12188 : cluster [DBG] pgmap v11441: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:27.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:27 smithi145 bash[13673]: audit 2022-04-26T08:51:26.755458+0000 mon.smithi136 (mon.0) 7349 : audit [DBG] from='client.? 172.21.15.136:0/1440486636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:27 smithi136 bash[11745]: audit 2022-04-26T08:51:26.755458+0000 mon.smithi136 (mon.0) 7349 : audit [DBG] from='client.? 172.21.15.136:0/1440486636' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:28 smithi145 bash[13673]: cluster 2022-04-26T08:51:27.318628+0000 mgr.smithi136.ofnrfx (mgr.14188) 12189 : cluster [DBG] pgmap v11442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:28 smithi136 bash[11745]: cluster 2022-04-26T08:51:27.318628+0000 mgr.smithi136.ofnrfx (mgr.14188) 12189 : cluster [DBG] pgmap v11442: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:30 smithi145 bash[13673]: cluster 2022-04-26T08:51:29.319286+0000 mgr.smithi136.ofnrfx (mgr.14188) 12190 : cluster [DBG] pgmap v11443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:30 smithi136 bash[11745]: cluster 2022-04-26T08:51:29.319286+0000 mgr.smithi136.ofnrfx (mgr.14188) 12190 : cluster [DBG] pgmap v11443: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:31.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:31.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:31.775 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:31 smithi136 bash[11745]: cluster 2022-04-26T08:51:31.319995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12191 : cluster [DBG] pgmap v11444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:31 smithi145 bash[13673]: cluster 2022-04-26T08:51:31.319995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12191 : cluster [DBG] pgmap v11444: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:32.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:32.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:32 smithi136 bash[11745]: audit 2022-04-26T08:51:32.089494+0000 mon.smithi136 (mon.0) 7350 : audit [DBG] from='client.? 172.21.15.136:0/1457058509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:32 smithi145 bash[13673]: audit 2022-04-26T08:51:32.089494+0000 mon.smithi136 (mon.0) 7350 : audit [DBG] from='client.? 172.21.15.136:0/1457058509' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:33 smithi136 bash[11745]: cluster 2022-04-26T08:51:33.320632+0000 mgr.smithi136.ofnrfx (mgr.14188) 12192 : cluster [DBG] pgmap v11445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:33 smithi145 bash[13673]: cluster 2022-04-26T08:51:33.320632+0000 mgr.smithi136.ofnrfx (mgr.14188) 12192 : cluster [DBG] pgmap v11445: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:36 smithi145 bash[13673]: cluster 2022-04-26T08:51:35.321235+0000 mgr.smithi136.ofnrfx (mgr.14188) 12193 : cluster [DBG] pgmap v11446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:36 smithi136 bash[11745]: cluster 2022-04-26T08:51:35.321235+0000 mgr.smithi136.ofnrfx (mgr.14188) 12193 : cluster [DBG] pgmap v11446: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:37.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:37.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:37.109 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:37.442 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:38 smithi145 bash[13673]: cluster 2022-04-26T08:51:37.321876+0000 mgr.smithi136.ofnrfx (mgr.14188) 12194 : cluster [DBG] pgmap v11447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:38 smithi145 bash[13673]: audit 2022-04-26T08:51:37.422709+0000 mon.smithi136 (mon.0) 7351 : audit [DBG] from='client.? 172.21.15.136:0/1691916373' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:38 smithi136 bash[11745]: cluster 2022-04-26T08:51:37.321876+0000 mgr.smithi136.ofnrfx (mgr.14188) 12194 : cluster [DBG] pgmap v11447: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:38 smithi136 bash[11745]: audit 2022-04-26T08:51:37.422709+0000 mon.smithi136 (mon.0) 7351 : audit [DBG] from='client.? 172.21.15.136:0/1691916373' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:40.643 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:40 smithi136 bash[11745]: cluster 2022-04-26T08:51:39.322541+0000 mgr.smithi136.ofnrfx (mgr.14188) 12195 : cluster [DBG] pgmap v11448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:40 smithi145 bash[13673]: cluster 2022-04-26T08:51:39.322541+0000 mgr.smithi136.ofnrfx (mgr.14188) 12195 : cluster [DBG] pgmap v11448: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:41 smithi136 bash[11745]: cluster 2022-04-26T08:51:41.323201+0000 mgr.smithi136.ofnrfx (mgr.14188) 12196 : cluster [DBG] pgmap v11449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:41 smithi145 bash[13673]: cluster 2022-04-26T08:51:41.323201+0000 mgr.smithi136.ofnrfx (mgr.14188) 12196 : cluster [DBG] pgmap v11449: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:42.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:42.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:42.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:42.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:42 smithi136 bash[11745]: audit 2022-04-26T08:51:42.749248+0000 mon.smithi136 (mon.0) 7352 : audit [DBG] from='client.? 172.21.15.136:0/3130645574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:42 smithi145 bash[13673]: audit 2022-04-26T08:51:42.749248+0000 mon.smithi136 (mon.0) 7352 : audit [DBG] from='client.? 172.21.15.136:0/3130645574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:43 smithi145 bash[13673]: cluster 2022-04-26T08:51:43.323896+0000 mgr.smithi136.ofnrfx (mgr.14188) 12197 : cluster [DBG] pgmap v11450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:43 smithi136 bash[11745]: cluster 2022-04-26T08:51:43.323896+0000 mgr.smithi136.ofnrfx (mgr.14188) 12197 : cluster [DBG] pgmap v11450: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:46 smithi145 bash[13673]: cluster 2022-04-26T08:51:45.324467+0000 mgr.smithi136.ofnrfx (mgr.14188) 12198 : cluster [DBG] pgmap v11451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:46 smithi136 bash[11745]: cluster 2022-04-26T08:51:45.324467+0000 mgr.smithi136.ofnrfx (mgr.14188) 12198 : cluster [DBG] pgmap v11451: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:47.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:47.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:47.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:48.101 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:48 smithi145 bash[13673]: cluster 2022-04-26T08:51:47.325159+0000 mgr.smithi136.ofnrfx (mgr.14188) 12199 : cluster [DBG] pgmap v11452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:48 smithi145 bash[13673]: audit 2022-04-26T08:51:48.080297+0000 mon.smithi136 (mon.0) 7353 : audit [DBG] from='client.? 172.21.15.136:0/1337410018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:48 smithi136 bash[11745]: cluster 2022-04-26T08:51:47.325159+0000 mgr.smithi136.ofnrfx (mgr.14188) 12199 : cluster [DBG] pgmap v11452: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:48 smithi136 bash[11745]: audit 2022-04-26T08:51:48.080297+0000 mon.smithi136 (mon.0) 7353 : audit [DBG] from='client.? 172.21.15.136:0/1337410018' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:50.644 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:50 smithi136 bash[11745]: cluster 2022-04-26T08:51:49.325838+0000 mgr.smithi136.ofnrfx (mgr.14188) 12200 : cluster [DBG] pgmap v11453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:50 smithi145 bash[13673]: cluster 2022-04-26T08:51:49.325838+0000 mgr.smithi136.ofnrfx (mgr.14188) 12200 : cluster [DBG] pgmap v11453: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:51 smithi136 bash[11745]: cluster 2022-04-26T08:51:51.326479+0000 mgr.smithi136.ofnrfx (mgr.14188) 12201 : cluster [DBG] pgmap v11454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:51 smithi145 bash[13673]: cluster 2022-04-26T08:51:51.326479+0000 mgr.smithi136.ofnrfx (mgr.14188) 12201 : cluster [DBG] pgmap v11454: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:53.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:53.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:53.105 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:53.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:54 smithi145 bash[13673]: cluster 2022-04-26T08:51:53.326934+0000 mgr.smithi136.ofnrfx (mgr.14188) 12202 : cluster [DBG] pgmap v11455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:54 smithi145 bash[13673]: audit 2022-04-26T08:51:53.406555+0000 mon.smithi136 (mon.0) 7354 : audit [DBG] from='client.? 172.21.15.136:0/2290520098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:54 smithi136 bash[11745]: cluster 2022-04-26T08:51:53.326934+0000 mgr.smithi136.ofnrfx (mgr.14188) 12202 : cluster [DBG] pgmap v11455: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:54 smithi136 bash[11745]: audit 2022-04-26T08:51:53.406555+0000 mon.smithi136 (mon.0) 7354 : audit [DBG] from='client.? 172.21.15.136:0/2290520098' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:56 smithi145 bash[13673]: cluster 2022-04-26T08:51:55.327496+0000 mgr.smithi136.ofnrfx (mgr.14188) 12203 : cluster [DBG] pgmap v11456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:56 smithi136 bash[11745]: cluster 2022-04-26T08:51:55.327496+0000 mgr.smithi136.ofnrfx (mgr.14188) 12203 : cluster [DBG] pgmap v11456: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:58 smithi145 bash[13673]: cluster 2022-04-26T08:51:57.328246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12204 : cluster [DBG] pgmap v11457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:58.425 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:51:58.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:51:58.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:51:58.753 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:51:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:58 smithi136 bash[11745]: cluster 2022-04-26T08:51:57.328246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12204 : cluster [DBG] pgmap v11457: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:51:59.404 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:59 smithi136 bash[11745]: audit 2022-04-26T08:51:58.738668+0000 mon.smithi136 (mon.0) 7355 : audit [DBG] from='client.? 172.21.15.136:0/1240544697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:59.405 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:59 smithi136 bash[11745]: audit 2022-04-26T08:51:59.335882+0000 mon.smithi136 (mon.0) 7356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:51:59.405 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:59 smithi136 bash[11745]: audit 2022-04-26T08:51:59.338612+0000 mon.smithi136 (mon.0) 7357 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:51:59.405 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:51:59 smithi136 bash[11745]: audit 2022-04-26T08:51:59.340530+0000 mon.smithi136 (mon.0) 7358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:51:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:59 smithi145 bash[13673]: audit 2022-04-26T08:51:58.738668+0000 mon.smithi136 (mon.0) 7355 : audit [DBG] from='client.? 172.21.15.136:0/1240544697' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:51:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:59 smithi145 bash[13673]: audit 2022-04-26T08:51:59.335882+0000 mon.smithi136 (mon.0) 7356 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:51:59.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:59 smithi145 bash[13673]: audit 2022-04-26T08:51:59.338612+0000 mon.smithi136 (mon.0) 7357 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:51:59.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:51:59 smithi145 bash[13673]: audit 2022-04-26T08:51:59.340530+0000 mon.smithi136 (mon.0) 7358 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:52:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:00 smithi136 bash[11745]: cluster 2022-04-26T08:51:59.328949+0000 mgr.smithi136.ofnrfx (mgr.14188) 12205 : cluster [DBG] pgmap v11458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:00 smithi136 bash[11745]: audit 2022-04-26T08:51:59.641119+0000 mon.smithi136 (mon.0) 7359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:52:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:00 smithi136 bash[11745]: audit 2022-04-26T08:51:59.957346+0000 mon.smithi136 (mon.0) 7360 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:52:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:00 smithi136 bash[11745]: audit 2022-04-26T08:51:59.964550+0000 mon.smithi136 (mon.0) 7361 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:52:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:00 smithi145 bash[13673]: cluster 2022-04-26T08:51:59.328949+0000 mgr.smithi136.ofnrfx (mgr.14188) 12205 : cluster [DBG] pgmap v11458: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:00 smithi145 bash[13673]: audit 2022-04-26T08:51:59.641119+0000 mon.smithi136 (mon.0) 7359 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:52:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:00 smithi145 bash[13673]: audit 2022-04-26T08:51:59.957346+0000 mon.smithi136 (mon.0) 7360 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:52:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:00 smithi145 bash[13673]: audit 2022-04-26T08:51:59.964550+0000 mon.smithi136 (mon.0) 7361 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:52:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:01 smithi136 bash[11745]: cluster 2022-04-26T08:51:59.950042+0000 mgr.smithi136.ofnrfx (mgr.14188) 12206 : cluster [DBG] pgmap v11459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:01 smithi136 bash[11745]: cluster 2022-04-26T08:51:59.950254+0000 mgr.smithi136.ofnrfx (mgr.14188) 12207 : cluster [DBG] pgmap v11460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:01 smithi136 bash[11745]: cephadm 2022-04-26T08:51:59.965545+0000 mgr.smithi136.ofnrfx (mgr.14188) 12208 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:52:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:01 smithi136 bash[11745]: cephadm 2022-04-26T08:51:59.965741+0000 mgr.smithi136.ofnrfx (mgr.14188) 12209 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:52:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:01 smithi145 bash[13673]: cluster 2022-04-26T08:51:59.950042+0000 mgr.smithi136.ofnrfx (mgr.14188) 12206 : cluster [DBG] pgmap v11459: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:01 smithi145 bash[13673]: cluster 2022-04-26T08:51:59.950254+0000 mgr.smithi136.ofnrfx (mgr.14188) 12207 : cluster [DBG] pgmap v11460: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:01 smithi145 bash[13673]: cephadm 2022-04-26T08:51:59.965545+0000 mgr.smithi136.ofnrfx (mgr.14188) 12208 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:52:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:01 smithi145 bash[13673]: cephadm 2022-04-26T08:51:59.965741+0000 mgr.smithi136.ofnrfx (mgr.14188) 12209 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:52:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:02 smithi136 bash[11745]: cluster 2022-04-26T08:52:01.950839+0000 mgr.smithi136.ofnrfx (mgr.14188) 12210 : cluster [DBG] pgmap v11461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:02 smithi145 bash[13673]: cluster 2022-04-26T08:52:01.950839+0000 mgr.smithi136.ofnrfx (mgr.14188) 12210 : cluster [DBG] pgmap v11461: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:03.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:03.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:03.757 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:03 smithi136 bash[11745]: audit 2022-04-26T08:52:03.373478+0000 mon.smithi136 (mon.0) 7362 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:52:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:03 smithi136 bash[11745]: audit 2022-04-26T08:52:03.377410+0000 mon.smithi136 (mon.0) 7363 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:52:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:03 smithi145 bash[13673]: audit 2022-04-26T08:52:03.373478+0000 mon.smithi136 (mon.0) 7362 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:52:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:03 smithi145 bash[13673]: audit 2022-04-26T08:52:03.377410+0000 mon.smithi136 (mon.0) 7363 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:52:04.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:04 smithi136 bash[11745]: cluster 2022-04-26T08:52:03.951494+0000 mgr.smithi136.ofnrfx (mgr.14188) 12211 : cluster [DBG] pgmap v11462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:04 smithi136 bash[11745]: audit 2022-04-26T08:52:04.058370+0000 mon.smithi136 (mon.0) 7364 : audit [DBG] from='client.? 172.21.15.136:0/1736041403' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:04 smithi145 bash[13673]: cluster 2022-04-26T08:52:03.951494+0000 mgr.smithi136.ofnrfx (mgr.14188) 12211 : cluster [DBG] pgmap v11462: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:04 smithi145 bash[13673]: audit 2022-04-26T08:52:04.058370+0000 mon.smithi136 (mon.0) 7364 : audit [DBG] from='client.? 172.21.15.136:0/1736041403' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:06 smithi136 bash[11745]: cluster 2022-04-26T08:52:05.952124+0000 mgr.smithi136.ofnrfx (mgr.14188) 12212 : cluster [DBG] pgmap v11463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:06 smithi145 bash[13673]: cluster 2022-04-26T08:52:05.952124+0000 mgr.smithi136.ofnrfx (mgr.14188) 12212 : cluster [DBG] pgmap v11463: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:09.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:09.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:09.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:09 smithi136 bash[11745]: cluster 2022-04-26T08:52:07.952856+0000 mgr.smithi136.ofnrfx (mgr.14188) 12213 : cluster [DBG] pgmap v11464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:09.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:09 smithi145 bash[13673]: cluster 2022-04-26T08:52:07.952856+0000 mgr.smithi136.ofnrfx (mgr.14188) 12213 : cluster [DBG] pgmap v11464: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:10 smithi136 bash[11745]: audit 2022-04-26T08:52:09.381895+0000 mon.smithi136 (mon.0) 7365 : audit [DBG] from='client.? 172.21.15.136:0/2855613659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:10 smithi145 bash[13673]: audit 2022-04-26T08:52:09.381895+0000 mon.smithi136 (mon.0) 7365 : audit [DBG] from='client.? 172.21.15.136:0/2855613659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:11 smithi136 bash[11745]: cluster 2022-04-26T08:52:09.953503+0000 mgr.smithi136.ofnrfx (mgr.14188) 12214 : cluster [DBG] pgmap v11465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:11 smithi145 bash[13673]: cluster 2022-04-26T08:52:09.953503+0000 mgr.smithi136.ofnrfx (mgr.14188) 12214 : cluster [DBG] pgmap v11465: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:13 smithi136 bash[11745]: cluster 2022-04-26T08:52:11.954164+0000 mgr.smithi136.ofnrfx (mgr.14188) 12215 : cluster [DBG] pgmap v11466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:13 smithi145 bash[13673]: cluster 2022-04-26T08:52:11.954164+0000 mgr.smithi136.ofnrfx (mgr.14188) 12215 : cluster [DBG] pgmap v11466: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:14.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:14.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:14.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:14.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:15.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:15 smithi136 bash[11745]: cluster 2022-04-26T08:52:13.954804+0000 mgr.smithi136.ofnrfx (mgr.14188) 12216 : cluster [DBG] pgmap v11467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:15 smithi136 bash[11745]: audit 2022-04-26T08:52:14.710774+0000 mon.smithi136 (mon.0) 7366 : audit [DBG] from='client.? 172.21.15.136:0/3235106780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:15 smithi145 bash[13673]: cluster 2022-04-26T08:52:13.954804+0000 mgr.smithi136.ofnrfx (mgr.14188) 12216 : cluster [DBG] pgmap v11467: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:15 smithi145 bash[13673]: audit 2022-04-26T08:52:14.710774+0000 mon.smithi136 (mon.0) 7366 : audit [DBG] from='client.? 172.21.15.136:0/3235106780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:16 smithi136 bash[11745]: cluster 2022-04-26T08:52:15.955414+0000 mgr.smithi136.ofnrfx (mgr.14188) 12217 : cluster [DBG] pgmap v11468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:16 smithi145 bash[13673]: cluster 2022-04-26T08:52:15.955414+0000 mgr.smithi136.ofnrfx (mgr.14188) 12217 : cluster [DBG] pgmap v11468: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:19.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:19 smithi136 bash[11745]: cluster 2022-04-26T08:52:17.956151+0000 mgr.smithi136.ofnrfx (mgr.14188) 12218 : cluster [DBG] pgmap v11469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:19 smithi145 bash[13673]: cluster 2022-04-26T08:52:17.956151+0000 mgr.smithi136.ofnrfx (mgr.14188) 12218 : cluster [DBG] pgmap v11469: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:19.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:19.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:19.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:20.060 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:21 smithi136 bash[11745]: cluster 2022-04-26T08:52:19.956800+0000 mgr.smithi136.ofnrfx (mgr.14188) 12219 : cluster [DBG] pgmap v11470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:21 smithi136 bash[11745]: audit 2022-04-26T08:52:20.045634+0000 mon.smithi136 (mon.0) 7367 : audit [DBG] from='client.? 172.21.15.136:0/3116259880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:21 smithi145 bash[13673]: cluster 2022-04-26T08:52:19.956800+0000 mgr.smithi136.ofnrfx (mgr.14188) 12219 : cluster [DBG] pgmap v11470: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:21 smithi145 bash[13673]: audit 2022-04-26T08:52:20.045634+0000 mon.smithi136 (mon.0) 7367 : audit [DBG] from='client.? 172.21.15.136:0/3116259880' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:23 smithi136 bash[11745]: cluster 2022-04-26T08:52:21.957415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12220 : cluster [DBG] pgmap v11471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:23 smithi145 bash[13673]: cluster 2022-04-26T08:52:21.957415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12220 : cluster [DBG] pgmap v11471: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:25.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:25.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:25.063 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:25 smithi136 bash[11745]: cluster 2022-04-26T08:52:23.958119+0000 mgr.smithi136.ofnrfx (mgr.14188) 12221 : cluster [DBG] pgmap v11472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:25.391 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:25 smithi145 bash[13673]: cluster 2022-04-26T08:52:23.958119+0000 mgr.smithi136.ofnrfx (mgr.14188) 12221 : cluster [DBG] pgmap v11472: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:26 smithi136 bash[11745]: audit 2022-04-26T08:52:25.375348+0000 mon.smithi136 (mon.0) 7368 : audit [DBG] from='client.? 172.21.15.136:0/3148951337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:26 smithi145 bash[13673]: audit 2022-04-26T08:52:25.375348+0000 mon.smithi136 (mon.0) 7368 : audit [DBG] from='client.? 172.21.15.136:0/3148951337' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:27 smithi136 bash[11745]: cluster 2022-04-26T08:52:25.958796+0000 mgr.smithi136.ofnrfx (mgr.14188) 12222 : cluster [DBG] pgmap v11473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:27 smithi145 bash[13673]: cluster 2022-04-26T08:52:25.958796+0000 mgr.smithi136.ofnrfx (mgr.14188) 12222 : cluster [DBG] pgmap v11473: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:29.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:29 smithi136 bash[11745]: cluster 2022-04-26T08:52:27.959430+0000 mgr.smithi136.ofnrfx (mgr.14188) 12223 : cluster [DBG] pgmap v11474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:29 smithi145 bash[13673]: cluster 2022-04-26T08:52:27.959430+0000 mgr.smithi136.ofnrfx (mgr.14188) 12223 : cluster [DBG] pgmap v11474: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:30.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:30.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:30.395 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:30.715 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:31 smithi136 bash[11745]: cluster 2022-04-26T08:52:29.960150+0000 mgr.smithi136.ofnrfx (mgr.14188) 12224 : cluster [DBG] pgmap v11475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:31 smithi136 bash[11745]: audit 2022-04-26T08:52:30.699751+0000 mon.smithi136 (mon.0) 7369 : audit [DBG] from='client.? 172.21.15.136:0/3913915410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:31 smithi145 bash[13673]: cluster 2022-04-26T08:52:29.960150+0000 mgr.smithi136.ofnrfx (mgr.14188) 12224 : cluster [DBG] pgmap v11475: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:31 smithi145 bash[13673]: audit 2022-04-26T08:52:30.699751+0000 mon.smithi136 (mon.0) 7369 : audit [DBG] from='client.? 172.21.15.136:0/3913915410' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:33 smithi136 bash[11745]: cluster 2022-04-26T08:52:31.960908+0000 mgr.smithi136.ofnrfx (mgr.14188) 12225 : cluster [DBG] pgmap v11476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:33 smithi145 bash[13673]: cluster 2022-04-26T08:52:31.960908+0000 mgr.smithi136.ofnrfx (mgr.14188) 12225 : cluster [DBG] pgmap v11476: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:35 smithi136 bash[11745]: cluster 2022-04-26T08:52:33.961568+0000 mgr.smithi136.ofnrfx (mgr.14188) 12226 : cluster [DBG] pgmap v11477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:35 smithi145 bash[13673]: cluster 2022-04-26T08:52:33.961568+0000 mgr.smithi136.ofnrfx (mgr.14188) 12226 : cluster [DBG] pgmap v11477: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:35.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:35.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:35.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:36.042 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:36 smithi136 bash[11745]: cluster 2022-04-26T08:52:35.962175+0000 mgr.smithi136.ofnrfx (mgr.14188) 12227 : cluster [DBG] pgmap v11478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:36.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:36 smithi136 bash[11745]: audit 2022-04-26T08:52:36.026547+0000 mon.smithi136 (mon.0) 7370 : audit [DBG] from='client.? 172.21.15.136:0/1839586413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:36 smithi145 bash[13673]: cluster 2022-04-26T08:52:35.962175+0000 mgr.smithi136.ofnrfx (mgr.14188) 12227 : cluster [DBG] pgmap v11478: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:36 smithi145 bash[13673]: audit 2022-04-26T08:52:36.026547+0000 mon.smithi136 (mon.0) 7370 : audit [DBG] from='client.? 172.21.15.136:0/1839586413' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:39 smithi136 bash[11745]: cluster 2022-04-26T08:52:37.962825+0000 mgr.smithi136.ofnrfx (mgr.14188) 12228 : cluster [DBG] pgmap v11479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:39 smithi145 bash[13673]: cluster 2022-04-26T08:52:37.962825+0000 mgr.smithi136.ofnrfx (mgr.14188) 12228 : cluster [DBG] pgmap v11479: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:41.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:41.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:41.046 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:41.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:41 smithi136 bash[11745]: cluster 2022-04-26T08:52:39.963495+0000 mgr.smithi136.ofnrfx (mgr.14188) 12229 : cluster [DBG] pgmap v11480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:41.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:41 smithi145 bash[13673]: cluster 2022-04-26T08:52:39.963495+0000 mgr.smithi136.ofnrfx (mgr.14188) 12229 : cluster [DBG] pgmap v11480: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:42 smithi136 bash[11745]: audit 2022-04-26T08:52:41.350854+0000 mon.smithi136 (mon.0) 7371 : audit [DBG] from='client.? 172.21.15.136:0/3752969830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:42 smithi145 bash[13673]: audit 2022-04-26T08:52:41.350854+0000 mon.smithi136 (mon.0) 7371 : audit [DBG] from='client.? 172.21.15.136:0/3752969830' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:43 smithi136 bash[11745]: cluster 2022-04-26T08:52:41.964246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12230 : cluster [DBG] pgmap v11481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:43 smithi145 bash[13673]: cluster 2022-04-26T08:52:41.964246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12230 : cluster [DBG] pgmap v11481: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:45 smithi136 bash[11745]: cluster 2022-04-26T08:52:43.964882+0000 mgr.smithi136.ofnrfx (mgr.14188) 12231 : cluster [DBG] pgmap v11482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:45 smithi145 bash[13673]: cluster 2022-04-26T08:52:43.964882+0000 mgr.smithi136.ofnrfx (mgr.14188) 12231 : cluster [DBG] pgmap v11482: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:46.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:46.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:46.376 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:46.699 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:46 smithi136 bash[11745]: cluster 2022-04-26T08:52:45.965504+0000 mgr.smithi136.ofnrfx (mgr.14188) 12232 : cluster [DBG] pgmap v11483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:46 smithi145 bash[13673]: cluster 2022-04-26T08:52:45.965504+0000 mgr.smithi136.ofnrfx (mgr.14188) 12232 : cluster [DBG] pgmap v11483: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:47 smithi136 bash[11745]: audit 2022-04-26T08:52:46.683394+0000 mon.smithi136 (mon.0) 7372 : audit [DBG] from='client.? 172.21.15.136:0/2688853168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:47 smithi145 bash[13673]: audit 2022-04-26T08:52:46.683394+0000 mon.smithi136 (mon.0) 7372 : audit [DBG] from='client.? 172.21.15.136:0/2688853168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:48 smithi136 bash[11745]: cluster 2022-04-26T08:52:47.966062+0000 mgr.smithi136.ofnrfx (mgr.14188) 12233 : cluster [DBG] pgmap v11484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:48 smithi145 bash[13673]: cluster 2022-04-26T08:52:47.966062+0000 mgr.smithi136.ofnrfx (mgr.14188) 12233 : cluster [DBG] pgmap v11484: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:51 smithi136 bash[11745]: cluster 2022-04-26T08:52:49.966666+0000 mgr.smithi136.ofnrfx (mgr.14188) 12234 : cluster [DBG] pgmap v11485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:51 smithi145 bash[13673]: cluster 2022-04-26T08:52:49.966666+0000 mgr.smithi136.ofnrfx (mgr.14188) 12234 : cluster [DBG] pgmap v11485: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:51.702 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:51.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:51.703 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:52.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:52 smithi136 bash[11745]: audit 2022-04-26T08:52:52.011746+0000 mon.smithi136 (mon.0) 7373 : audit [DBG] from='client.? 172.21.15.136:0/700419819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:52 smithi145 bash[13673]: audit 2022-04-26T08:52:52.011746+0000 mon.smithi136 (mon.0) 7373 : audit [DBG] from='client.? 172.21.15.136:0/700419819' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:53 smithi136 bash[11745]: cluster 2022-04-26T08:52:51.967275+0000 mgr.smithi136.ofnrfx (mgr.14188) 12235 : cluster [DBG] pgmap v11486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:53 smithi145 bash[13673]: cluster 2022-04-26T08:52:51.967275+0000 mgr.smithi136.ofnrfx (mgr.14188) 12235 : cluster [DBG] pgmap v11486: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:55 smithi136 bash[11745]: cluster 2022-04-26T08:52:53.967924+0000 mgr.smithi136.ofnrfx (mgr.14188) 12236 : cluster [DBG] pgmap v11487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:55 smithi145 bash[13673]: cluster 2022-04-26T08:52:53.967924+0000 mgr.smithi136.ofnrfx (mgr.14188) 12236 : cluster [DBG] pgmap v11487: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:56 smithi136 bash[11745]: cluster 2022-04-26T08:52:55.968591+0000 mgr.smithi136.ofnrfx (mgr.14188) 12237 : cluster [DBG] pgmap v11488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:56 smithi145 bash[13673]: cluster 2022-04-26T08:52:55.968591+0000 mgr.smithi136.ofnrfx (mgr.14188) 12237 : cluster [DBG] pgmap v11488: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:57.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:52:57.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:52:57.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:52:57.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:52:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:57 smithi136 bash[11745]: audit 2022-04-26T08:52:57.343783+0000 mon.smithi136 (mon.0) 7374 : audit [DBG] from='client.? 172.21.15.136:0/2950284505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:57 smithi145 bash[13673]: audit 2022-04-26T08:52:57.343783+0000 mon.smithi136 (mon.0) 7374 : audit [DBG] from='client.? 172.21.15.136:0/2950284505' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:52:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:52:58 smithi136 bash[11745]: cluster 2022-04-26T08:52:57.969241+0000 mgr.smithi136.ofnrfx (mgr.14188) 12238 : cluster [DBG] pgmap v11489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:52:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:52:58 smithi145 bash[13673]: cluster 2022-04-26T08:52:57.969241+0000 mgr.smithi136.ofnrfx (mgr.14188) 12238 : cluster [DBG] pgmap v11489: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:00 smithi136 bash[11745]: audit 2022-04-26T08:52:59.973247+0000 mon.smithi136 (mon.0) 7375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:53:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:00 smithi136 bash[11745]: audit 2022-04-26T08:52:59.976233+0000 mon.smithi136 (mon.0) 7376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:53:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:00 smithi136 bash[11745]: audit 2022-04-26T08:52:59.978451+0000 mon.smithi136 (mon.0) 7377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:53:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:00 smithi145 bash[13673]: audit 2022-04-26T08:52:59.973247+0000 mon.smithi136 (mon.0) 7375 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:53:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:00 smithi145 bash[13673]: audit 2022-04-26T08:52:59.976233+0000 mon.smithi136 (mon.0) 7376 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:53:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:00 smithi145 bash[13673]: audit 2022-04-26T08:52:59.978451+0000 mon.smithi136 (mon.0) 7377 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:53:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:01 smithi145 bash[13673]: cluster 2022-04-26T08:52:59.969878+0000 mgr.smithi136.ofnrfx (mgr.14188) 12239 : cluster [DBG] pgmap v11490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:01 smithi145 bash[13673]: cluster 2022-04-26T08:53:00.308181+0000 mgr.smithi136.ofnrfx (mgr.14188) 12240 : cluster [DBG] pgmap v11491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:01 smithi145 bash[13673]: cluster 2022-04-26T08:53:00.308636+0000 mgr.smithi136.ofnrfx (mgr.14188) 12241 : cluster [DBG] pgmap v11492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:01 smithi145 bash[13673]: audit 2022-04-26T08:53:00.314581+0000 mon.smithi136 (mon.0) 7378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:53:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:01 smithi145 bash[13673]: audit 2022-04-26T08:53:00.321773+0000 mon.smithi136 (mon.0) 7379 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:53:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:01 smithi145 bash[13673]: cephadm 2022-04-26T08:53:00.322913+0000 mgr.smithi136.ofnrfx (mgr.14188) 12242 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:53:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:01 smithi145 bash[13673]: cephadm 2022-04-26T08:53:00.323098+0000 mgr.smithi136.ofnrfx (mgr.14188) 12243 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:01 smithi136 bash[11745]: cluster 2022-04-26T08:52:59.969878+0000 mgr.smithi136.ofnrfx (mgr.14188) 12239 : cluster [DBG] pgmap v11490: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:01 smithi136 bash[11745]: cluster 2022-04-26T08:53:00.308181+0000 mgr.smithi136.ofnrfx (mgr.14188) 12240 : cluster [DBG] pgmap v11491: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:01 smithi136 bash[11745]: cluster 2022-04-26T08:53:00.308636+0000 mgr.smithi136.ofnrfx (mgr.14188) 12241 : cluster [DBG] pgmap v11492: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:01 smithi136 bash[11745]: audit 2022-04-26T08:53:00.314581+0000 mon.smithi136 (mon.0) 7378 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:01 smithi136 bash[11745]: audit 2022-04-26T08:53:00.321773+0000 mon.smithi136 (mon.0) 7379 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:01 smithi136 bash[11745]: cephadm 2022-04-26T08:53:00.322913+0000 mgr.smithi136.ofnrfx (mgr.14188) 12242 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:53:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:01 smithi136 bash[11745]: cephadm 2022-04-26T08:53:00.323098+0000 mgr.smithi136.ofnrfx (mgr.14188) 12243 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:53:02.363 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:02.363 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:02.364 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:02.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:03 smithi145 bash[13673]: cluster 2022-04-26T08:53:02.309266+0000 mgr.smithi136.ofnrfx (mgr.14188) 12244 : cluster [DBG] pgmap v11493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:03.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:03 smithi145 bash[13673]: audit 2022-04-26T08:53:02.669898+0000 mon.smithi136 (mon.0) 7380 : audit [DBG] from='client.? 172.21.15.136:0/1049100565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:03 smithi136 bash[11745]: cluster 2022-04-26T08:53:02.309266+0000 mgr.smithi136.ofnrfx (mgr.14188) 12244 : cluster [DBG] pgmap v11493: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:03 smithi136 bash[11745]: audit 2022-04-26T08:53:02.669898+0000 mon.smithi136 (mon.0) 7380 : audit [DBG] from='client.? 172.21.15.136:0/1049100565' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:04 smithi145 bash[13673]: audit 2022-04-26T08:53:03.377470+0000 mon.smithi136 (mon.0) 7381 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:53:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:04 smithi145 bash[13673]: audit 2022-04-26T08:53:03.381374+0000 mon.smithi136 (mon.0) 7382 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:53:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:04 smithi136 bash[11745]: audit 2022-04-26T08:53:03.377470+0000 mon.smithi136 (mon.0) 7381 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:53:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:04 smithi136 bash[11745]: audit 2022-04-26T08:53:03.381374+0000 mon.smithi136 (mon.0) 7382 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:53:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:05 smithi145 bash[13673]: cluster 2022-04-26T08:53:04.309905+0000 mgr.smithi136.ofnrfx (mgr.14188) 12245 : cluster [DBG] pgmap v11494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:05 smithi136 bash[11745]: cluster 2022-04-26T08:53:04.309905+0000 mgr.smithi136.ofnrfx (mgr.14188) 12245 : cluster [DBG] pgmap v11494: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:06 smithi136 bash[11745]: cluster 2022-04-26T08:53:06.310548+0000 mgr.smithi136.ofnrfx (mgr.14188) 12246 : cluster [DBG] pgmap v11495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:06 smithi145 bash[13673]: cluster 2022-04-26T08:53:06.310548+0000 mgr.smithi136.ofnrfx (mgr.14188) 12246 : cluster [DBG] pgmap v11495: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:07.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:07.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:07.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:08.021 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:08 smithi145 bash[13673]: audit 2022-04-26T08:53:08.005715+0000 mon.smithi136 (mon.0) 7383 : audit [DBG] from='client.? 172.21.15.136:0/1818125812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:08.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:08 smithi136 bash[11745]: audit 2022-04-26T08:53:08.005715+0000 mon.smithi136 (mon.0) 7383 : audit [DBG] from='client.? 172.21.15.136:0/1818125812' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:09 smithi145 bash[13673]: cluster 2022-04-26T08:53:08.311158+0000 mgr.smithi136.ofnrfx (mgr.14188) 12247 : cluster [DBG] pgmap v11496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:09 smithi136 bash[11745]: cluster 2022-04-26T08:53:08.311158+0000 mgr.smithi136.ofnrfx (mgr.14188) 12247 : cluster [DBG] pgmap v11496: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:11 smithi145 bash[13673]: cluster 2022-04-26T08:53:10.311820+0000 mgr.smithi136.ofnrfx (mgr.14188) 12248 : cluster [DBG] pgmap v11497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:11 smithi136 bash[11745]: cluster 2022-04-26T08:53:10.311820+0000 mgr.smithi136.ofnrfx (mgr.14188) 12248 : cluster [DBG] pgmap v11497: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:13.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:13.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:13.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:13.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:13 smithi145 bash[13673]: cluster 2022-04-26T08:53:12.312549+0000 mgr.smithi136.ofnrfx (mgr.14188) 12249 : cluster [DBG] pgmap v11498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:13 smithi145 bash[13673]: audit 2022-04-26T08:53:13.334994+0000 mon.smithi136 (mon.0) 7384 : audit [DBG] from='client.? 172.21.15.136:0/3413207713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:13 smithi136 bash[11745]: cluster 2022-04-26T08:53:12.312549+0000 mgr.smithi136.ofnrfx (mgr.14188) 12249 : cluster [DBG] pgmap v11498: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:13 smithi136 bash[11745]: audit 2022-04-26T08:53:13.334994+0000 mon.smithi136 (mon.0) 7384 : audit [DBG] from='client.? 172.21.15.136:0/3413207713' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:15 smithi145 bash[13673]: cluster 2022-04-26T08:53:14.313260+0000 mgr.smithi136.ofnrfx (mgr.14188) 12250 : cluster [DBG] pgmap v11499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:15 smithi136 bash[11745]: cluster 2022-04-26T08:53:14.313260+0000 mgr.smithi136.ofnrfx (mgr.14188) 12250 : cluster [DBG] pgmap v11499: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:16 smithi136 bash[11745]: cluster 2022-04-26T08:53:16.313923+0000 mgr.smithi136.ofnrfx (mgr.14188) 12251 : cluster [DBG] pgmap v11500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:16 smithi145 bash[13673]: cluster 2022-04-26T08:53:16.313923+0000 mgr.smithi136.ofnrfx (mgr.14188) 12251 : cluster [DBG] pgmap v11500: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:18.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:18.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:18.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:18.682 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:19 smithi145 bash[13673]: cluster 2022-04-26T08:53:18.314567+0000 mgr.smithi136.ofnrfx (mgr.14188) 12252 : cluster [DBG] pgmap v11501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:19 smithi145 bash[13673]: audit 2022-04-26T08:53:18.660453+0000 mon.smithi136 (mon.0) 7385 : audit [DBG] from='client.? 172.21.15.136:0/2823507243' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:19 smithi136 bash[11745]: cluster 2022-04-26T08:53:18.314567+0000 mgr.smithi136.ofnrfx (mgr.14188) 12252 : cluster [DBG] pgmap v11501: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:19.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:19 smithi136 bash[11745]: audit 2022-04-26T08:53:18.660453+0000 mon.smithi136 (mon.0) 7385 : audit [DBG] from='client.? 172.21.15.136:0/2823507243' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:21 smithi145 bash[13673]: cluster 2022-04-26T08:53:20.315177+0000 mgr.smithi136.ofnrfx (mgr.14188) 12253 : cluster [DBG] pgmap v11502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:21 smithi136 bash[11745]: cluster 2022-04-26T08:53:20.315177+0000 mgr.smithi136.ofnrfx (mgr.14188) 12253 : cluster [DBG] pgmap v11502: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:23 smithi145 bash[13673]: cluster 2022-04-26T08:53:22.315854+0000 mgr.smithi136.ofnrfx (mgr.14188) 12254 : cluster [DBG] pgmap v11503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:23.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:23.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:23.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:23 smithi136 bash[11745]: cluster 2022-04-26T08:53:22.315854+0000 mgr.smithi136.ofnrfx (mgr.14188) 12254 : cluster [DBG] pgmap v11503: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:24.008 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:24 smithi145 bash[13673]: audit 2022-04-26T08:53:23.991765+0000 mon.smithi136 (mon.0) 7386 : audit [DBG] from='client.? 172.21.15.136:0/3753119274' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:24 smithi136 bash[11745]: audit 2022-04-26T08:53:23.991765+0000 mon.smithi136 (mon.0) 7386 : audit [DBG] from='client.? 172.21.15.136:0/3753119274' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:25 smithi145 bash[13673]: cluster 2022-04-26T08:53:24.316592+0000 mgr.smithi136.ofnrfx (mgr.14188) 12255 : cluster [DBG] pgmap v11504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:25 smithi136 bash[11745]: cluster 2022-04-26T08:53:24.316592+0000 mgr.smithi136.ofnrfx (mgr.14188) 12255 : cluster [DBG] pgmap v11504: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:26 smithi136 bash[11745]: cluster 2022-04-26T08:53:26.317246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12256 : cluster [DBG] pgmap v11505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:26 smithi145 bash[13673]: cluster 2022-04-26T08:53:26.317246+0000 mgr.smithi136.ofnrfx (mgr.14188) 12256 : cluster [DBG] pgmap v11505: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:29.011 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:29.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:29.012 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:29.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:29 smithi145 bash[13673]: cluster 2022-04-26T08:53:28.317916+0000 mgr.smithi136.ofnrfx (mgr.14188) 12257 : cluster [DBG] pgmap v11506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:29 smithi145 bash[13673]: audit 2022-04-26T08:53:29.318473+0000 mon.smithi136 (mon.0) 7387 : audit [DBG] from='client.? 172.21.15.136:0/1979527938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:29 smithi136 bash[11745]: cluster 2022-04-26T08:53:28.317916+0000 mgr.smithi136.ofnrfx (mgr.14188) 12257 : cluster [DBG] pgmap v11506: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:29.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:29 smithi136 bash[11745]: audit 2022-04-26T08:53:29.318473+0000 mon.smithi136 (mon.0) 7387 : audit [DBG] from='client.? 172.21.15.136:0/1979527938' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:31 smithi145 bash[13673]: cluster 2022-04-26T08:53:30.318570+0000 mgr.smithi136.ofnrfx (mgr.14188) 12258 : cluster [DBG] pgmap v11507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:31 smithi136 bash[11745]: cluster 2022-04-26T08:53:30.318570+0000 mgr.smithi136.ofnrfx (mgr.14188) 12258 : cluster [DBG] pgmap v11507: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:33 smithi145 bash[13673]: cluster 2022-04-26T08:53:32.319215+0000 mgr.smithi136.ofnrfx (mgr.14188) 12259 : cluster [DBG] pgmap v11508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:33 smithi136 bash[11745]: cluster 2022-04-26T08:53:32.319215+0000 mgr.smithi136.ofnrfx (mgr.14188) 12259 : cluster [DBG] pgmap v11508: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:34.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:34.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:34.337 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:34.667 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:35 smithi145 bash[13673]: cluster 2022-04-26T08:53:34.319945+0000 mgr.smithi136.ofnrfx (mgr.14188) 12260 : cluster [DBG] pgmap v11509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:35 smithi145 bash[13673]: audit 2022-04-26T08:53:34.651681+0000 mon.smithi136 (mon.0) 7388 : audit [DBG] from='client.? 172.21.15.136:0/2353374470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:35 smithi136 bash[11745]: cluster 2022-04-26T08:53:34.319945+0000 mgr.smithi136.ofnrfx (mgr.14188) 12260 : cluster [DBG] pgmap v11509: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:35 smithi136 bash[11745]: audit 2022-04-26T08:53:34.651681+0000 mon.smithi136 (mon.0) 7388 : audit [DBG] from='client.? 172.21.15.136:0/2353374470' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:36 smithi136 bash[11745]: cluster 2022-04-26T08:53:36.320600+0000 mgr.smithi136.ofnrfx (mgr.14188) 12261 : cluster [DBG] pgmap v11510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:36 smithi145 bash[13673]: cluster 2022-04-26T08:53:36.320600+0000 mgr.smithi136.ofnrfx (mgr.14188) 12261 : cluster [DBG] pgmap v11510: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:39 smithi145 bash[13673]: cluster 2022-04-26T08:53:38.321269+0000 mgr.smithi136.ofnrfx (mgr.14188) 12262 : cluster [DBG] pgmap v11511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:39.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:39.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:39.671 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:39 smithi136 bash[11745]: cluster 2022-04-26T08:53:38.321269+0000 mgr.smithi136.ofnrfx (mgr.14188) 12262 : cluster [DBG] pgmap v11511: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:39.994 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:40.646 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:40 smithi136 bash[11745]: audit 2022-04-26T08:53:39.978797+0000 mon.smithi136 (mon.0) 7389 : audit [DBG] from='client.? 172.21.15.136:0/3241287643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:40 smithi145 bash[13673]: audit 2022-04-26T08:53:39.978797+0000 mon.smithi136 (mon.0) 7389 : audit [DBG] from='client.? 172.21.15.136:0/3241287643' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:41 smithi145 bash[13673]: cluster 2022-04-26T08:53:40.321870+0000 mgr.smithi136.ofnrfx (mgr.14188) 12263 : cluster [DBG] pgmap v11512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:41 smithi136 bash[11745]: cluster 2022-04-26T08:53:40.321870+0000 mgr.smithi136.ofnrfx (mgr.14188) 12263 : cluster [DBG] pgmap v11512: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:43 smithi145 bash[13673]: cluster 2022-04-26T08:53:42.322509+0000 mgr.smithi136.ofnrfx (mgr.14188) 12264 : cluster [DBG] pgmap v11513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:43 smithi136 bash[11745]: cluster 2022-04-26T08:53:42.322509+0000 mgr.smithi136.ofnrfx (mgr.14188) 12264 : cluster [DBG] pgmap v11513: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:44.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:44.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:44.998 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:45.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:45 smithi145 bash[13673]: cluster 2022-04-26T08:53:44.323251+0000 mgr.smithi136.ofnrfx (mgr.14188) 12265 : cluster [DBG] pgmap v11514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:45 smithi145 bash[13673]: audit 2022-04-26T08:53:45.308999+0000 mon.smithi136 (mon.0) 7390 : audit [DBG] from='client.? 172.21.15.136:0/3285422001' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:45 smithi136 bash[11745]: cluster 2022-04-26T08:53:44.323251+0000 mgr.smithi136.ofnrfx (mgr.14188) 12265 : cluster [DBG] pgmap v11514: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:45.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:45 smithi136 bash[11745]: audit 2022-04-26T08:53:45.308999+0000 mon.smithi136 (mon.0) 7390 : audit [DBG] from='client.? 172.21.15.136:0/3285422001' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:46 smithi136 bash[11745]: cluster 2022-04-26T08:53:46.323929+0000 mgr.smithi136.ofnrfx (mgr.14188) 12266 : cluster [DBG] pgmap v11515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:46 smithi145 bash[13673]: cluster 2022-04-26T08:53:46.323929+0000 mgr.smithi136.ofnrfx (mgr.14188) 12266 : cluster [DBG] pgmap v11515: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:49 smithi145 bash[13673]: cluster 2022-04-26T08:53:48.324560+0000 mgr.smithi136.ofnrfx (mgr.14188) 12267 : cluster [DBG] pgmap v11516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:49 smithi136 bash[11745]: cluster 2022-04-26T08:53:48.324560+0000 mgr.smithi136.ofnrfx (mgr.14188) 12267 : cluster [DBG] pgmap v11516: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:50.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:50.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:50.327 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:50.654 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:51 smithi145 bash[13673]: cluster 2022-04-26T08:53:50.325166+0000 mgr.smithi136.ofnrfx (mgr.14188) 12268 : cluster [DBG] pgmap v11517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:51.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:51 smithi145 bash[13673]: audit 2022-04-26T08:53:50.634180+0000 mon.smithi136 (mon.0) 7391 : audit [DBG] from='client.? 172.21.15.136:0/1625324659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:51 smithi136 bash[11745]: cluster 2022-04-26T08:53:50.325166+0000 mgr.smithi136.ofnrfx (mgr.14188) 12268 : cluster [DBG] pgmap v11517: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:51.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:51 smithi136 bash[11745]: audit 2022-04-26T08:53:50.634180+0000 mon.smithi136 (mon.0) 7391 : audit [DBG] from='client.? 172.21.15.136:0/1625324659' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:53 smithi145 bash[13673]: cluster 2022-04-26T08:53:52.325803+0000 mgr.smithi136.ofnrfx (mgr.14188) 12269 : cluster [DBG] pgmap v11518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:53 smithi136 bash[11745]: cluster 2022-04-26T08:53:52.325803+0000 mgr.smithi136.ofnrfx (mgr.14188) 12269 : cluster [DBG] pgmap v11518: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:55 smithi145 bash[13673]: cluster 2022-04-26T08:53:54.326468+0000 mgr.smithi136.ofnrfx (mgr.14188) 12270 : cluster [DBG] pgmap v11519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:55.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:53:55.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:53:55.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:53:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:55 smithi136 bash[11745]: cluster 2022-04-26T08:53:54.326468+0000 mgr.smithi136.ofnrfx (mgr.14188) 12270 : cluster [DBG] pgmap v11519: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:55.987 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:53:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:56 smithi136 bash[11745]: audit 2022-04-26T08:53:55.971692+0000 mon.smithi136 (mon.0) 7392 : audit [DBG] from='client.? 172.21.15.136:0/3389698130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:56 smithi136 bash[11745]: cluster 2022-04-26T08:53:56.327160+0000 mgr.smithi136.ofnrfx (mgr.14188) 12271 : cluster [DBG] pgmap v11520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:56 smithi145 bash[13673]: audit 2022-04-26T08:53:55.971692+0000 mon.smithi136 (mon.0) 7392 : audit [DBG] from='client.? 172.21.15.136:0/3389698130' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:53:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:56 smithi145 bash[13673]: cluster 2022-04-26T08:53:56.327160+0000 mgr.smithi136.ofnrfx (mgr.14188) 12271 : cluster [DBG] pgmap v11520: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:53:59 smithi145 bash[13673]: cluster 2022-04-26T08:53:58.327815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12272 : cluster [DBG] pgmap v11521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:53:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:53:59 smithi136 bash[11745]: cluster 2022-04-26T08:53:58.327815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12272 : cluster [DBG] pgmap v11521: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:00 smithi145 bash[13673]: audit 2022-04-26T08:54:00.333234+0000 mon.smithi136 (mon.0) 7393 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:54:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:00 smithi145 bash[13673]: audit 2022-04-26T08:54:00.335933+0000 mon.smithi136 (mon.0) 7394 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:54:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:00 smithi145 bash[13673]: audit 2022-04-26T08:54:00.337840+0000 mon.smithi136 (mon.0) 7395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:54:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:00 smithi136 bash[11745]: audit 2022-04-26T08:54:00.333234+0000 mon.smithi136 (mon.0) 7393 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:54:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:00 smithi136 bash[11745]: audit 2022-04-26T08:54:00.335933+0000 mon.smithi136 (mon.0) 7394 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:54:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:00 smithi136 bash[11745]: audit 2022-04-26T08:54:00.337840+0000 mon.smithi136 (mon.0) 7395 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:54:00.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:00.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:00.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:01.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:01 smithi145 bash[13673]: cluster 2022-04-26T08:54:00.328432+0000 mgr.smithi136.ofnrfx (mgr.14188) 12273 : cluster [DBG] pgmap v11522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:01 smithi145 bash[13673]: audit 2022-04-26T08:54:00.642010+0000 mon.smithi136 (mon.0) 7396 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:54:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:01 smithi145 bash[13673]: audit 2022-04-26T08:54:00.974753+0000 mon.smithi136 (mon.0) 7397 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:54:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:01 smithi145 bash[13673]: audit 2022-04-26T08:54:00.982034+0000 mon.smithi136 (mon.0) 7398 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:54:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:01 smithi145 bash[13673]: audit 2022-04-26T08:54:01.295338+0000 mon.smithi136 (mon.0) 7399 : audit [DBG] from='client.? 172.21.15.136:0/3853813767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:01 smithi136 bash[11745]: cluster 2022-04-26T08:54:00.328432+0000 mgr.smithi136.ofnrfx (mgr.14188) 12273 : cluster [DBG] pgmap v11522: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:01 smithi136 bash[11745]: audit 2022-04-26T08:54:00.642010+0000 mon.smithi136 (mon.0) 7396 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:01 smithi136 bash[11745]: audit 2022-04-26T08:54:00.974753+0000 mon.smithi136 (mon.0) 7397 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:01 smithi136 bash[11745]: audit 2022-04-26T08:54:00.982034+0000 mon.smithi136 (mon.0) 7398 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:54:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:01 smithi136 bash[11745]: audit 2022-04-26T08:54:01.295338+0000 mon.smithi136 (mon.0) 7399 : audit [DBG] from='client.? 172.21.15.136:0/3853813767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:02.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:02 smithi145 bash[13673]: cluster 2022-04-26T08:54:00.968233+0000 mgr.smithi136.ofnrfx (mgr.14188) 12274 : cluster [DBG] pgmap v11523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:02 smithi145 bash[13673]: cluster 2022-04-26T08:54:00.968713+0000 mgr.smithi136.ofnrfx (mgr.14188) 12275 : cluster [DBG] pgmap v11524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:02 smithi145 bash[13673]: cephadm 2022-04-26T08:54:00.983272+0000 mgr.smithi136.ofnrfx (mgr.14188) 12276 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:54:02.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:02 smithi145 bash[13673]: cephadm 2022-04-26T08:54:00.983453+0000 mgr.smithi136.ofnrfx (mgr.14188) 12277 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:02 smithi136 bash[11745]: cluster 2022-04-26T08:54:00.968233+0000 mgr.smithi136.ofnrfx (mgr.14188) 12274 : cluster [DBG] pgmap v11523: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:02 smithi136 bash[11745]: cluster 2022-04-26T08:54:00.968713+0000 mgr.smithi136.ofnrfx (mgr.14188) 12275 : cluster [DBG] pgmap v11524: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:02 smithi136 bash[11745]: cephadm 2022-04-26T08:54:00.983272+0000 mgr.smithi136.ofnrfx (mgr.14188) 12276 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:54:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:02 smithi136 bash[11745]: cephadm 2022-04-26T08:54:00.983453+0000 mgr.smithi136.ofnrfx (mgr.14188) 12277 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:54:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:03 smithi136 bash[11745]: audit 2022-04-26T08:54:03.381673+0000 mon.smithi136 (mon.0) 7400 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:54:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:03 smithi136 bash[11745]: audit 2022-04-26T08:54:03.385523+0000 mon.smithi136 (mon.0) 7401 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:54:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:03 smithi145 bash[13673]: audit 2022-04-26T08:54:03.381673+0000 mon.smithi136 (mon.0) 7400 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:54:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:03 smithi145 bash[13673]: audit 2022-04-26T08:54:03.385523+0000 mon.smithi136 (mon.0) 7401 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:54:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:04 smithi136 bash[11745]: cluster 2022-04-26T08:54:02.969366+0000 mgr.smithi136.ofnrfx (mgr.14188) 12278 : cluster [DBG] pgmap v11525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:04 smithi145 bash[13673]: cluster 2022-04-26T08:54:02.969366+0000 mgr.smithi136.ofnrfx (mgr.14188) 12278 : cluster [DBG] pgmap v11525: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:06.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:06.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:06.315 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:06.637 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:06 smithi136 bash[11745]: cluster 2022-04-26T08:54:04.970003+0000 mgr.smithi136.ofnrfx (mgr.14188) 12279 : cluster [DBG] pgmap v11526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:06 smithi145 bash[13673]: cluster 2022-04-26T08:54:04.970003+0000 mgr.smithi136.ofnrfx (mgr.14188) 12279 : cluster [DBG] pgmap v11526: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:07 smithi136 bash[11745]: audit 2022-04-26T08:54:06.621275+0000 mon.smithi136 (mon.0) 7402 : audit [DBG] from='client.? 172.21.15.136:0/165661380' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:07 smithi145 bash[13673]: audit 2022-04-26T08:54:06.621275+0000 mon.smithi136 (mon.0) 7402 : audit [DBG] from='client.? 172.21.15.136:0/165661380' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:08 smithi136 bash[11745]: cluster 2022-04-26T08:54:06.970616+0000 mgr.smithi136.ofnrfx (mgr.14188) 12280 : cluster [DBG] pgmap v11527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:08 smithi145 bash[13673]: cluster 2022-04-26T08:54:06.970616+0000 mgr.smithi136.ofnrfx (mgr.14188) 12280 : cluster [DBG] pgmap v11527: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:10 smithi136 bash[11745]: cluster 2022-04-26T08:54:08.971203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12281 : cluster [DBG] pgmap v11528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:10 smithi145 bash[13673]: cluster 2022-04-26T08:54:08.971203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12281 : cluster [DBG] pgmap v11528: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:11.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:11.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:11.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:11 smithi136 bash[11745]: cluster 2022-04-26T08:54:10.971903+0000 mgr.smithi136.ofnrfx (mgr.14188) 12282 : cluster [DBG] pgmap v11529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:11 smithi145 bash[13673]: cluster 2022-04-26T08:54:10.971903+0000 mgr.smithi136.ofnrfx (mgr.14188) 12282 : cluster [DBG] pgmap v11529: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:11.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:12.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:12 smithi136 bash[11745]: audit 2022-04-26T08:54:11.948796+0000 mon.smithi136 (mon.0) 7403 : audit [DBG] from='client.? 172.21.15.136:0/2207432799' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:12 smithi145 bash[13673]: audit 2022-04-26T08:54:11.948796+0000 mon.smithi136 (mon.0) 7403 : audit [DBG] from='client.? 172.21.15.136:0/2207432799' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:13 smithi136 bash[11745]: cluster 2022-04-26T08:54:12.972531+0000 mgr.smithi136.ofnrfx (mgr.14188) 12283 : cluster [DBG] pgmap v11530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:13 smithi145 bash[13673]: cluster 2022-04-26T08:54:12.972531+0000 mgr.smithi136.ofnrfx (mgr.14188) 12283 : cluster [DBG] pgmap v11530: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:16 smithi136 bash[11745]: cluster 2022-04-26T08:54:14.973183+0000 mgr.smithi136.ofnrfx (mgr.14188) 12284 : cluster [DBG] pgmap v11531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:16 smithi145 bash[13673]: cluster 2022-04-26T08:54:14.973183+0000 mgr.smithi136.ofnrfx (mgr.14188) 12284 : cluster [DBG] pgmap v11531: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:16.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:16.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:16.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:17.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:18 smithi136 bash[11745]: cluster 2022-04-26T08:54:16.973863+0000 mgr.smithi136.ofnrfx (mgr.14188) 12285 : cluster [DBG] pgmap v11532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:18.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:18 smithi136 bash[11745]: audit 2022-04-26T08:54:17.271851+0000 mon.smithi136 (mon.0) 7404 : audit [DBG] from='client.? 172.21.15.136:0/1010432632' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:18 smithi145 bash[13673]: cluster 2022-04-26T08:54:16.973863+0000 mgr.smithi136.ofnrfx (mgr.14188) 12285 : cluster [DBG] pgmap v11532: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:18 smithi145 bash[13673]: audit 2022-04-26T08:54:17.271851+0000 mon.smithi136 (mon.0) 7404 : audit [DBG] from='client.? 172.21.15.136:0/1010432632' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:20.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:20 smithi136 bash[11745]: cluster 2022-04-26T08:54:18.974529+0000 mgr.smithi136.ofnrfx (mgr.14188) 12286 : cluster [DBG] pgmap v11533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:20 smithi145 bash[13673]: cluster 2022-04-26T08:54:18.974529+0000 mgr.smithi136.ofnrfx (mgr.14188) 12286 : cluster [DBG] pgmap v11533: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:21 smithi136 bash[11745]: cluster 2022-04-26T08:54:20.975282+0000 mgr.smithi136.ofnrfx (mgr.14188) 12287 : cluster [DBG] pgmap v11534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:21 smithi145 bash[13673]: cluster 2022-04-26T08:54:20.975282+0000 mgr.smithi136.ofnrfx (mgr.14188) 12287 : cluster [DBG] pgmap v11534: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:22.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:22.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:22.292 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:22.616 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:22 smithi136 bash[11745]: audit 2022-04-26T08:54:22.600552+0000 mon.smithi136 (mon.0) 7405 : audit [DBG] from='client.? 172.21.15.136:0/2769236798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:22 smithi145 bash[13673]: audit 2022-04-26T08:54:22.600552+0000 mon.smithi136 (mon.0) 7405 : audit [DBG] from='client.? 172.21.15.136:0/2769236798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:23 smithi136 bash[11745]: cluster 2022-04-26T08:54:22.975968+0000 mgr.smithi136.ofnrfx (mgr.14188) 12288 : cluster [DBG] pgmap v11535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:23 smithi145 bash[13673]: cluster 2022-04-26T08:54:22.975968+0000 mgr.smithi136.ofnrfx (mgr.14188) 12288 : cluster [DBG] pgmap v11535: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:26 smithi136 bash[11745]: cluster 2022-04-26T08:54:24.976597+0000 mgr.smithi136.ofnrfx (mgr.14188) 12289 : cluster [DBG] pgmap v11536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:26 smithi145 bash[13673]: cluster 2022-04-26T08:54:24.976597+0000 mgr.smithi136.ofnrfx (mgr.14188) 12289 : cluster [DBG] pgmap v11536: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:27.618 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:27.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:27.619 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:27.939 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:28.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:28 smithi136 bash[11745]: cluster 2022-04-26T08:54:26.977245+0000 mgr.smithi136.ofnrfx (mgr.14188) 12290 : cluster [DBG] pgmap v11537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:28 smithi136 bash[11745]: audit 2022-04-26T08:54:27.919770+0000 mon.smithi136 (mon.0) 7406 : audit [DBG] from='client.? 172.21.15.136:0/414138299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:28 smithi145 bash[13673]: cluster 2022-04-26T08:54:26.977245+0000 mgr.smithi136.ofnrfx (mgr.14188) 12290 : cluster [DBG] pgmap v11537: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:28 smithi145 bash[13673]: audit 2022-04-26T08:54:27.919770+0000 mon.smithi136 (mon.0) 7406 : audit [DBG] from='client.? 172.21.15.136:0/414138299' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:30 smithi136 bash[11745]: cluster 2022-04-26T08:54:28.977863+0000 mgr.smithi136.ofnrfx (mgr.14188) 12291 : cluster [DBG] pgmap v11538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:30 smithi145 bash[13673]: cluster 2022-04-26T08:54:28.977863+0000 mgr.smithi136.ofnrfx (mgr.14188) 12291 : cluster [DBG] pgmap v11538: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:31 smithi136 bash[11745]: cluster 2022-04-26T08:54:30.978496+0000 mgr.smithi136.ofnrfx (mgr.14188) 12292 : cluster [DBG] pgmap v11539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:31 smithi145 bash[13673]: cluster 2022-04-26T08:54:30.978496+0000 mgr.smithi136.ofnrfx (mgr.14188) 12292 : cluster [DBG] pgmap v11539: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:32.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:32.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:32.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:33.269 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:34 smithi136 bash[11745]: cluster 2022-04-26T08:54:32.979140+0000 mgr.smithi136.ofnrfx (mgr.14188) 12293 : cluster [DBG] pgmap v11540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:34 smithi136 bash[11745]: audit 2022-04-26T08:54:33.253517+0000 mon.smithi136 (mon.0) 7407 : audit [DBG] from='client.? 172.21.15.136:0/3807376537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:34 smithi145 bash[13673]: cluster 2022-04-26T08:54:32.979140+0000 mgr.smithi136.ofnrfx (mgr.14188) 12293 : cluster [DBG] pgmap v11540: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:34 smithi145 bash[13673]: audit 2022-04-26T08:54:33.253517+0000 mon.smithi136 (mon.0) 7407 : audit [DBG] from='client.? 172.21.15.136:0/3807376537' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:36 smithi136 bash[11745]: cluster 2022-04-26T08:54:34.979773+0000 mgr.smithi136.ofnrfx (mgr.14188) 12294 : cluster [DBG] pgmap v11541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:36 smithi145 bash[13673]: cluster 2022-04-26T08:54:34.979773+0000 mgr.smithi136.ofnrfx (mgr.14188) 12294 : cluster [DBG] pgmap v11541: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:38.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:38.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:38.273 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:38 smithi136 bash[11745]: cluster 2022-04-26T08:54:36.980410+0000 mgr.smithi136.ofnrfx (mgr.14188) 12295 : cluster [DBG] pgmap v11542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:38 smithi145 bash[13673]: cluster 2022-04-26T08:54:36.980410+0000 mgr.smithi136.ofnrfx (mgr.14188) 12295 : cluster [DBG] pgmap v11542: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:38.595 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:39.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:39 smithi136 bash[11745]: audit 2022-04-26T08:54:38.579269+0000 mon.smithi136 (mon.0) 7408 : audit [DBG] from='client.? 172.21.15.136:0/2706192869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:39 smithi145 bash[13673]: audit 2022-04-26T08:54:38.579269+0000 mon.smithi136 (mon.0) 7408 : audit [DBG] from='client.? 172.21.15.136:0/2706192869' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:40 smithi136 bash[11745]: cluster 2022-04-26T08:54:38.981212+0000 mgr.smithi136.ofnrfx (mgr.14188) 12296 : cluster [DBG] pgmap v11543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:40 smithi145 bash[13673]: cluster 2022-04-26T08:54:38.981212+0000 mgr.smithi136.ofnrfx (mgr.14188) 12296 : cluster [DBG] pgmap v11543: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:41 smithi136 bash[11745]: cluster 2022-04-26T08:54:40.981920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12297 : cluster [DBG] pgmap v11544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:41 smithi145 bash[13673]: cluster 2022-04-26T08:54:40.981920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12297 : cluster [DBG] pgmap v11544: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:43.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:43.598 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:43.599 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:43.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:44 smithi136 bash[11745]: cluster 2022-04-26T08:54:42.982662+0000 mgr.smithi136.ofnrfx (mgr.14188) 12298 : cluster [DBG] pgmap v11545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:44 smithi136 bash[11745]: audit 2022-04-26T08:54:43.903982+0000 mon.smithi136 (mon.0) 7409 : audit [DBG] from='client.? 172.21.15.136:0/3731696650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:44 smithi145 bash[13673]: cluster 2022-04-26T08:54:42.982662+0000 mgr.smithi136.ofnrfx (mgr.14188) 12298 : cluster [DBG] pgmap v11545: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:44 smithi145 bash[13673]: audit 2022-04-26T08:54:43.903982+0000 mon.smithi136 (mon.0) 7409 : audit [DBG] from='client.? 172.21.15.136:0/3731696650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:46 smithi136 bash[11745]: cluster 2022-04-26T08:54:44.983300+0000 mgr.smithi136.ofnrfx (mgr.14188) 12299 : cluster [DBG] pgmap v11546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:46 smithi145 bash[13673]: cluster 2022-04-26T08:54:44.983300+0000 mgr.smithi136.ofnrfx (mgr.14188) 12299 : cluster [DBG] pgmap v11546: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:48 smithi136 bash[11745]: cluster 2022-04-26T08:54:46.984047+0000 mgr.smithi136.ofnrfx (mgr.14188) 12300 : cluster [DBG] pgmap v11547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:48 smithi145 bash[13673]: cluster 2022-04-26T08:54:46.984047+0000 mgr.smithi136.ofnrfx (mgr.14188) 12300 : cluster [DBG] pgmap v11547: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:48.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:48.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:48.924 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:49.251 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:50 smithi145 bash[13673]: cluster 2022-04-26T08:54:48.984808+0000 mgr.smithi136.ofnrfx (mgr.14188) 12301 : cluster [DBG] pgmap v11548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:50.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:50 smithi145 bash[13673]: audit 2022-04-26T08:54:49.235895+0000 mon.smithi136 (mon.0) 7410 : audit [DBG] from='client.? 172.21.15.136:0/689898103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:50.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:50 smithi136 bash[11745]: cluster 2022-04-26T08:54:48.984808+0000 mgr.smithi136.ofnrfx (mgr.14188) 12301 : cluster [DBG] pgmap v11548: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:50 smithi136 bash[11745]: audit 2022-04-26T08:54:49.235895+0000 mon.smithi136 (mon.0) 7410 : audit [DBG] from='client.? 172.21.15.136:0/689898103' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:51 smithi136 bash[11745]: cluster 2022-04-26T08:54:50.985516+0000 mgr.smithi136.ofnrfx (mgr.14188) 12302 : cluster [DBG] pgmap v11549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:51 smithi145 bash[13673]: cluster 2022-04-26T08:54:50.985516+0000 mgr.smithi136.ofnrfx (mgr.14188) 12302 : cluster [DBG] pgmap v11549: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:54.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:54.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:54.255 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:54 smithi136 bash[11745]: cluster 2022-04-26T08:54:52.986198+0000 mgr.smithi136.ofnrfx (mgr.14188) 12303 : cluster [DBG] pgmap v11550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:54 smithi145 bash[13673]: cluster 2022-04-26T08:54:52.986198+0000 mgr.smithi136.ofnrfx (mgr.14188) 12303 : cluster [DBG] pgmap v11550: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:54.576 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:54:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:55 smithi136 bash[11745]: audit 2022-04-26T08:54:54.561225+0000 mon.smithi136 (mon.0) 7411 : audit [DBG] from='client.? 172.21.15.136:0/1385689919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:55 smithi145 bash[13673]: audit 2022-04-26T08:54:54.561225+0000 mon.smithi136 (mon.0) 7411 : audit [DBG] from='client.? 172.21.15.136:0/1385689919' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:54:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:56 smithi136 bash[11745]: cluster 2022-04-26T08:54:54.986933+0000 mgr.smithi136.ofnrfx (mgr.14188) 12304 : cluster [DBG] pgmap v11551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:56 smithi145 bash[13673]: cluster 2022-04-26T08:54:54.986933+0000 mgr.smithi136.ofnrfx (mgr.14188) 12304 : cluster [DBG] pgmap v11551: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:54:58 smithi136 bash[11745]: cluster 2022-04-26T08:54:56.987768+0000 mgr.smithi136.ofnrfx (mgr.14188) 12305 : cluster [DBG] pgmap v11552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:54:58 smithi145 bash[13673]: cluster 2022-04-26T08:54:56.987768+0000 mgr.smithi136.ofnrfx (mgr.14188) 12305 : cluster [DBG] pgmap v11552: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:54:59.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:54:59.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:54:59.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:54:59.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:00.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:00 smithi145 bash[13673]: cluster 2022-04-26T08:54:58.988442+0000 mgr.smithi136.ofnrfx (mgr.14188) 12306 : cluster [DBG] pgmap v11553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:00.407 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:00 smithi145 bash[13673]: audit 2022-04-26T08:54:59.887002+0000 mon.smithi136 (mon.0) 7412 : audit [DBG] from='client.? 172.21.15.136:0/817864763' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:00 smithi136 bash[11745]: cluster 2022-04-26T08:54:58.988442+0000 mgr.smithi136.ofnrfx (mgr.14188) 12306 : cluster [DBG] pgmap v11553: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:00 smithi136 bash[11745]: audit 2022-04-26T08:54:59.887002+0000 mon.smithi136 (mon.0) 7412 : audit [DBG] from='client.? 172.21.15.136:0/817864763' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: cluster 2022-04-26T08:55:00.989084+0000 mgr.smithi136.ofnrfx (mgr.14188) 12307 : cluster [DBG] pgmap v11554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: audit 2022-04-26T08:55:00.995728+0000 mon.smithi136 (mon.0) 7413 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:55:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: audit 2022-04-26T08:55:00.998652+0000 mon.smithi136 (mon.0) 7414 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:55:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: audit 2022-04-26T08:55:01.000585+0000 mon.smithi136 (mon.0) 7415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:55:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: cluster 2022-04-26T08:55:01.328104+0000 mgr.smithi136.ofnrfx (mgr.14188) 12308 : cluster [DBG] pgmap v11555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: cluster 2022-04-26T08:55:01.328480+0000 mgr.smithi136.ofnrfx (mgr.14188) 12309 : cluster [DBG] pgmap v11556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:01.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: audit 2022-04-26T08:55:01.334800+0000 mon.smithi136 (mon.0) 7416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:55:01.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: audit 2022-04-26T08:55:01.342496+0000 mon.smithi136 (mon.0) 7417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:55:01.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: cephadm 2022-04-26T08:55:01.343556+0000 mgr.smithi136.ofnrfx (mgr.14188) 12310 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:55:01.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:01 smithi136 bash[11745]: cephadm 2022-04-26T08:55:01.343693+0000 mgr.smithi136.ofnrfx (mgr.14188) 12311 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:55:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: cluster 2022-04-26T08:55:00.989084+0000 mgr.smithi136.ofnrfx (mgr.14188) 12307 : cluster [DBG] pgmap v11554: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: audit 2022-04-26T08:55:00.995728+0000 mon.smithi136 (mon.0) 7413 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: audit 2022-04-26T08:55:00.998652+0000 mon.smithi136 (mon.0) 7414 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: audit 2022-04-26T08:55:01.000585+0000 mon.smithi136 (mon.0) 7415 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: cluster 2022-04-26T08:55:01.328104+0000 mgr.smithi136.ofnrfx (mgr.14188) 12308 : cluster [DBG] pgmap v11555: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: cluster 2022-04-26T08:55:01.328480+0000 mgr.smithi136.ofnrfx (mgr.14188) 12309 : cluster [DBG] pgmap v11556: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: audit 2022-04-26T08:55:01.334800+0000 mon.smithi136 (mon.0) 7416 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: audit 2022-04-26T08:55:01.342496+0000 mon.smithi136 (mon.0) 7417 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:55:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: cephadm 2022-04-26T08:55:01.343556+0000 mgr.smithi136.ofnrfx (mgr.14188) 12310 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:55:01.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:01 smithi145 bash[13673]: cephadm 2022-04-26T08:55:01.343693+0000 mgr.smithi136.ofnrfx (mgr.14188) 12311 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:55:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:04 smithi145 bash[13673]: cluster 2022-04-26T08:55:03.329030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12312 : cluster [DBG] pgmap v11557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:04 smithi145 bash[13673]: audit 2022-04-26T08:55:03.386757+0000 mon.smithi136 (mon.0) 7418 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:55:04.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:04 smithi145 bash[13673]: audit 2022-04-26T08:55:03.390804+0000 mon.smithi136 (mon.0) 7419 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:55:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:04 smithi136 bash[11745]: cluster 2022-04-26T08:55:03.329030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12312 : cluster [DBG] pgmap v11557: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:04 smithi136 bash[11745]: audit 2022-04-26T08:55:03.386757+0000 mon.smithi136 (mon.0) 7418 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:55:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:04 smithi136 bash[11745]: audit 2022-04-26T08:55:03.390804+0000 mon.smithi136 (mon.0) 7419 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:55:04.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:04.906 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:04.907 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:05.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:05 smithi145 bash[13673]: audit 2022-04-26T08:55:05.216295+0000 mon.smithi136 (mon.0) 7420 : audit [DBG] from='client.? 172.21.15.136:0/3808486647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:05 smithi136 bash[11745]: audit 2022-04-26T08:55:05.216295+0000 mon.smithi136 (mon.0) 7420 : audit [DBG] from='client.? 172.21.15.136:0/3808486647' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:06 smithi145 bash[13673]: cluster 2022-04-26T08:55:05.329649+0000 mgr.smithi136.ofnrfx (mgr.14188) 12313 : cluster [DBG] pgmap v11558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:06 smithi136 bash[11745]: cluster 2022-04-26T08:55:05.329649+0000 mgr.smithi136.ofnrfx (mgr.14188) 12313 : cluster [DBG] pgmap v11558: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:08 smithi136 bash[11745]: cluster 2022-04-26T08:55:07.330277+0000 mgr.smithi136.ofnrfx (mgr.14188) 12314 : cluster [DBG] pgmap v11559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:08 smithi145 bash[13673]: cluster 2022-04-26T08:55:07.330277+0000 mgr.smithi136.ofnrfx (mgr.14188) 12314 : cluster [DBG] pgmap v11559: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:10.235 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:10.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:10.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:10.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:10 smithi136 bash[11745]: cluster 2022-04-26T08:55:09.330949+0000 mgr.smithi136.ofnrfx (mgr.14188) 12315 : cluster [DBG] pgmap v11560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:10 smithi145 bash[13673]: cluster 2022-04-26T08:55:09.330949+0000 mgr.smithi136.ofnrfx (mgr.14188) 12315 : cluster [DBG] pgmap v11560: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:11 smithi136 bash[11745]: audit 2022-04-26T08:55:10.543156+0000 mon.smithi136 (mon.0) 7421 : audit [DBG] from='client.? 172.21.15.136:0/3744295353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:11 smithi145 bash[13673]: audit 2022-04-26T08:55:10.543156+0000 mon.smithi136 (mon.0) 7421 : audit [DBG] from='client.? 172.21.15.136:0/3744295353' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:12 smithi136 bash[11745]: cluster 2022-04-26T08:55:11.331623+0000 mgr.smithi136.ofnrfx (mgr.14188) 12316 : cluster [DBG] pgmap v11561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:12 smithi145 bash[13673]: cluster 2022-04-26T08:55:11.331623+0000 mgr.smithi136.ofnrfx (mgr.14188) 12316 : cluster [DBG] pgmap v11561: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:14 smithi136 bash[11745]: cluster 2022-04-26T08:55:13.332252+0000 mgr.smithi136.ofnrfx (mgr.14188) 12317 : cluster [DBG] pgmap v11562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:14 smithi145 bash[13673]: cluster 2022-04-26T08:55:13.332252+0000 mgr.smithi136.ofnrfx (mgr.14188) 12317 : cluster [DBG] pgmap v11562: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:15.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:15.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:15.569 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:15.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:16 smithi136 bash[11745]: cluster 2022-04-26T08:55:15.332872+0000 mgr.smithi136.ofnrfx (mgr.14188) 12318 : cluster [DBG] pgmap v11563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:16.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:16 smithi136 bash[11745]: audit 2022-04-26T08:55:15.876792+0000 mon.smithi136 (mon.0) 7422 : audit [DBG] from='client.? 172.21.15.136:0/2814646703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:16 smithi145 bash[13673]: cluster 2022-04-26T08:55:15.332872+0000 mgr.smithi136.ofnrfx (mgr.14188) 12318 : cluster [DBG] pgmap v11563: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:16 smithi145 bash[13673]: audit 2022-04-26T08:55:15.876792+0000 mon.smithi136 (mon.0) 7422 : audit [DBG] from='client.? 172.21.15.136:0/2814646703' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:18 smithi136 bash[11745]: cluster 2022-04-26T08:55:17.333552+0000 mgr.smithi136.ofnrfx (mgr.14188) 12319 : cluster [DBG] pgmap v11564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:18 smithi145 bash[13673]: cluster 2022-04-26T08:55:17.333552+0000 mgr.smithi136.ofnrfx (mgr.14188) 12319 : cluster [DBG] pgmap v11564: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:20 smithi136 bash[11745]: cluster 2022-04-26T08:55:19.334296+0000 mgr.smithi136.ofnrfx (mgr.14188) 12320 : cluster [DBG] pgmap v11565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:20.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:20.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:20.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:20 smithi145 bash[13673]: cluster 2022-04-26T08:55:19.334296+0000 mgr.smithi136.ofnrfx (mgr.14188) 12320 : cluster [DBG] pgmap v11565: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:21.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:21 smithi145 bash[13673]: audit 2022-04-26T08:55:21.205030+0000 mon.smithi136 (mon.0) 7423 : audit [DBG] from='client.? 172.21.15.136:0/1135667168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:21 smithi145 bash[13673]: cluster 2022-04-26T08:55:21.334995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12321 : cluster [DBG] pgmap v11566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:21 smithi136 bash[11745]: audit 2022-04-26T08:55:21.205030+0000 mon.smithi136 (mon.0) 7423 : audit [DBG] from='client.? 172.21.15.136:0/1135667168' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:21 smithi136 bash[11745]: cluster 2022-04-26T08:55:21.334995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12321 : cluster [DBG] pgmap v11566: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:24 smithi145 bash[13673]: cluster 2022-04-26T08:55:23.335655+0000 mgr.smithi136.ofnrfx (mgr.14188) 12322 : cluster [DBG] pgmap v11567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:24.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:24 smithi136 bash[11745]: cluster 2022-04-26T08:55:23.335655+0000 mgr.smithi136.ofnrfx (mgr.14188) 12322 : cluster [DBG] pgmap v11567: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:26.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:26.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:26.225 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:26.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:26 smithi145 bash[13673]: cluster 2022-04-26T08:55:25.336226+0000 mgr.smithi136.ofnrfx (mgr.14188) 12323 : cluster [DBG] pgmap v11568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:26 smithi136 bash[11745]: cluster 2022-04-26T08:55:25.336226+0000 mgr.smithi136.ofnrfx (mgr.14188) 12323 : cluster [DBG] pgmap v11568: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:27 smithi136 bash[11745]: audit 2022-04-26T08:55:26.540599+0000 mon.smithi136 (mon.0) 7424 : audit [DBG] from='client.? 172.21.15.136:0/3407885339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:27 smithi145 bash[13673]: audit 2022-04-26T08:55:26.540599+0000 mon.smithi136 (mon.0) 7424 : audit [DBG] from='client.? 172.21.15.136:0/3407885339' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:28 smithi136 bash[11745]: cluster 2022-04-26T08:55:27.336841+0000 mgr.smithi136.ofnrfx (mgr.14188) 12324 : cluster [DBG] pgmap v11569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:28 smithi145 bash[13673]: cluster 2022-04-26T08:55:27.336841+0000 mgr.smithi136.ofnrfx (mgr.14188) 12324 : cluster [DBG] pgmap v11569: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:30 smithi136 bash[11745]: cluster 2022-04-26T08:55:29.337494+0000 mgr.smithi136.ofnrfx (mgr.14188) 12325 : cluster [DBG] pgmap v11570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:30 smithi145 bash[13673]: cluster 2022-04-26T08:55:29.337494+0000 mgr.smithi136.ofnrfx (mgr.14188) 12325 : cluster [DBG] pgmap v11570: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:31.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:31.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:31.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:31.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:31 smithi145 bash[13673]: cluster 2022-04-26T08:55:31.338217+0000 mgr.smithi136.ofnrfx (mgr.14188) 12326 : cluster [DBG] pgmap v11571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:31 smithi136 bash[11745]: cluster 2022-04-26T08:55:31.338217+0000 mgr.smithi136.ofnrfx (mgr.14188) 12326 : cluster [DBG] pgmap v11571: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:32 smithi145 bash[13673]: audit 2022-04-26T08:55:31.870391+0000 mon.smithi136 (mon.0) 7425 : audit [DBG] from='client.? 172.21.15.136:0/1043260881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:32 smithi136 bash[11745]: audit 2022-04-26T08:55:31.870391+0000 mon.smithi136 (mon.0) 7425 : audit [DBG] from='client.? 172.21.15.136:0/1043260881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:33 smithi145 bash[13673]: cluster 2022-04-26T08:55:33.338790+0000 mgr.smithi136.ofnrfx (mgr.14188) 12327 : cluster [DBG] pgmap v11572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:33 smithi136 bash[11745]: cluster 2022-04-26T08:55:33.338790+0000 mgr.smithi136.ofnrfx (mgr.14188) 12327 : cluster [DBG] pgmap v11572: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:36 smithi145 bash[13673]: cluster 2022-04-26T08:55:35.339431+0000 mgr.smithi136.ofnrfx (mgr.14188) 12328 : cluster [DBG] pgmap v11573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:36 smithi136 bash[11745]: cluster 2022-04-26T08:55:35.339431+0000 mgr.smithi136.ofnrfx (mgr.14188) 12328 : cluster [DBG] pgmap v11573: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:36.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:36.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:36.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:37.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:37 smithi136 bash[11745]: audit 2022-04-26T08:55:37.201587+0000 mon.smithi136 (mon.0) 7426 : audit [DBG] from='client.? 172.21.15.136:0/3494548752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:37 smithi145 bash[13673]: audit 2022-04-26T08:55:37.201587+0000 mon.smithi136 (mon.0) 7426 : audit [DBG] from='client.? 172.21.15.136:0/3494548752' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:38 smithi136 bash[11745]: cluster 2022-04-26T08:55:37.340110+0000 mgr.smithi136.ofnrfx (mgr.14188) 12329 : cluster [DBG] pgmap v11574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:38 smithi145 bash[13673]: cluster 2022-04-26T08:55:37.340110+0000 mgr.smithi136.ofnrfx (mgr.14188) 12329 : cluster [DBG] pgmap v11574: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:40 smithi136 bash[11745]: cluster 2022-04-26T08:55:39.340770+0000 mgr.smithi136.ofnrfx (mgr.14188) 12330 : cluster [DBG] pgmap v11575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:40 smithi145 bash[13673]: cluster 2022-04-26T08:55:39.340770+0000 mgr.smithi136.ofnrfx (mgr.14188) 12330 : cluster [DBG] pgmap v11575: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:41 smithi145 bash[13673]: cluster 2022-04-26T08:55:41.341424+0000 mgr.smithi136.ofnrfx (mgr.14188) 12331 : cluster [DBG] pgmap v11576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:41 smithi136 bash[11745]: cluster 2022-04-26T08:55:41.341424+0000 mgr.smithi136.ofnrfx (mgr.14188) 12331 : cluster [DBG] pgmap v11576: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:42.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:42.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:42.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:42.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:42 smithi145 bash[13673]: audit 2022-04-26T08:55:42.533760+0000 mon.smithi136 (mon.0) 7427 : audit [DBG] from='client.? 172.21.15.136:0/3668623736' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:42 smithi136 bash[11745]: audit 2022-04-26T08:55:42.533760+0000 mon.smithi136 (mon.0) 7427 : audit [DBG] from='client.? 172.21.15.136:0/3668623736' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:43 smithi145 bash[13673]: cluster 2022-04-26T08:55:43.342038+0000 mgr.smithi136.ofnrfx (mgr.14188) 12332 : cluster [DBG] pgmap v11577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:44.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:43 smithi136 bash[11745]: cluster 2022-04-26T08:55:43.342038+0000 mgr.smithi136.ofnrfx (mgr.14188) 12332 : cluster [DBG] pgmap v11577: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:46 smithi145 bash[13673]: cluster 2022-04-26T08:55:45.342711+0000 mgr.smithi136.ofnrfx (mgr.14188) 12333 : cluster [DBG] pgmap v11578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:46 smithi136 bash[11745]: cluster 2022-04-26T08:55:45.342711+0000 mgr.smithi136.ofnrfx (mgr.14188) 12333 : cluster [DBG] pgmap v11578: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:47.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:47.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:47.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:47.883 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:48 smithi136 bash[11745]: cluster 2022-04-26T08:55:47.346125+0000 mgr.smithi136.ofnrfx (mgr.14188) 12334 : cluster [DBG] pgmap v11579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:48 smithi136 bash[11745]: audit 2022-04-26T08:55:47.868060+0000 mon.smithi136 (mon.0) 7428 : audit [DBG] from='client.? 172.21.15.136:0/3089202978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:48 smithi145 bash[13673]: cluster 2022-04-26T08:55:47.346125+0000 mgr.smithi136.ofnrfx (mgr.14188) 12334 : cluster [DBG] pgmap v11579: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:48 smithi145 bash[13673]: audit 2022-04-26T08:55:47.868060+0000 mon.smithi136 (mon.0) 7428 : audit [DBG] from='client.? 172.21.15.136:0/3089202978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:50 smithi136 bash[11745]: cluster 2022-04-26T08:55:49.346766+0000 mgr.smithi136.ofnrfx (mgr.14188) 12335 : cluster [DBG] pgmap v11580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:50.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:50 smithi145 bash[13673]: cluster 2022-04-26T08:55:49.346766+0000 mgr.smithi136.ofnrfx (mgr.14188) 12335 : cluster [DBG] pgmap v11580: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:51.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:51 smithi145 bash[13673]: cluster 2022-04-26T08:55:51.347415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12336 : cluster [DBG] pgmap v11581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:51 smithi136 bash[11745]: cluster 2022-04-26T08:55:51.347415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12336 : cluster [DBG] pgmap v11581: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:52.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:52.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:52.887 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:53.213 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:53 smithi136 bash[11745]: audit 2022-04-26T08:55:53.198010+0000 mon.smithi136 (mon.0) 7429 : audit [DBG] from='client.? 172.21.15.136:0/3259030553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:53 smithi145 bash[13673]: audit 2022-04-26T08:55:53.198010+0000 mon.smithi136 (mon.0) 7429 : audit [DBG] from='client.? 172.21.15.136:0/3259030553' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:54 smithi136 bash[11745]: cluster 2022-04-26T08:55:53.348132+0000 mgr.smithi136.ofnrfx (mgr.14188) 12337 : cluster [DBG] pgmap v11582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:54 smithi145 bash[13673]: cluster 2022-04-26T08:55:53.348132+0000 mgr.smithi136.ofnrfx (mgr.14188) 12337 : cluster [DBG] pgmap v11582: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:56 smithi136 bash[11745]: cluster 2022-04-26T08:55:55.348779+0000 mgr.smithi136.ofnrfx (mgr.14188) 12338 : cluster [DBG] pgmap v11583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:56 smithi145 bash[13673]: cluster 2022-04-26T08:55:55.348779+0000 mgr.smithi136.ofnrfx (mgr.14188) 12338 : cluster [DBG] pgmap v11583: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:58.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:55:58.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:55:58.217 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:55:58.554 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:55:58.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:58 smithi136 bash[11745]: cluster 2022-04-26T08:55:57.349408+0000 mgr.smithi136.ofnrfx (mgr.14188) 12339 : cluster [DBG] pgmap v11584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:58 smithi145 bash[13673]: cluster 2022-04-26T08:55:57.349408+0000 mgr.smithi136.ofnrfx (mgr.14188) 12339 : cluster [DBG] pgmap v11584: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:55:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:55:59 smithi136 bash[11745]: audit 2022-04-26T08:55:58.532614+0000 mon.smithi136 (mon.0) 7430 : audit [DBG] from='client.? 172.21.15.136:0/4214061348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:55:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:55:59 smithi145 bash[13673]: audit 2022-04-26T08:55:58.532614+0000 mon.smithi136 (mon.0) 7430 : audit [DBG] from='client.? 172.21.15.136:0/4214061348' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:00 smithi136 bash[11745]: cluster 2022-04-26T08:55:59.350091+0000 mgr.smithi136.ofnrfx (mgr.14188) 12340 : cluster [DBG] pgmap v11585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:00 smithi145 bash[13673]: cluster 2022-04-26T08:55:59.350091+0000 mgr.smithi136.ofnrfx (mgr.14188) 12340 : cluster [DBG] pgmap v11585: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:01 smithi145 bash[13673]: cluster 2022-04-26T08:56:01.350849+0000 mgr.smithi136.ofnrfx (mgr.14188) 12341 : cluster [DBG] pgmap v11586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:01 smithi145 bash[13673]: audit 2022-04-26T08:56:01.351047+0000 mon.smithi136 (mon.0) 7431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:56:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:01 smithi145 bash[13673]: audit 2022-04-26T08:56:01.354022+0000 mon.smithi136 (mon.0) 7432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:56:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:01 smithi145 bash[13673]: audit 2022-04-26T08:56:01.355905+0000 mon.smithi136 (mon.0) 7433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:56:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:01 smithi136 bash[11745]: cluster 2022-04-26T08:56:01.350849+0000 mgr.smithi136.ofnrfx (mgr.14188) 12341 : cluster [DBG] pgmap v11586: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:01 smithi136 bash[11745]: audit 2022-04-26T08:56:01.351047+0000 mon.smithi136 (mon.0) 7431 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:56:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:01 smithi136 bash[11745]: audit 2022-04-26T08:56:01.354022+0000 mon.smithi136 (mon.0) 7432 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:56:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:01 smithi136 bash[11745]: audit 2022-04-26T08:56:01.355905+0000 mon.smithi136 (mon.0) 7433 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:56:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:02 smithi136 bash[11745]: cluster 2022-04-26T08:56:01.675422+0000 mgr.smithi136.ofnrfx (mgr.14188) 12342 : cluster [DBG] pgmap v11587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:02 smithi136 bash[11745]: cluster 2022-04-26T08:56:01.675741+0000 mgr.smithi136.ofnrfx (mgr.14188) 12343 : cluster [DBG] pgmap v11588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:02 smithi136 bash[11745]: audit 2022-04-26T08:56:01.681618+0000 mon.smithi136 (mon.0) 7434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:56:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:02 smithi136 bash[11745]: audit 2022-04-26T08:56:01.689102+0000 mon.smithi136 (mon.0) 7435 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:56:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:02 smithi136 bash[11745]: cephadm 2022-04-26T08:56:01.690486+0000 mgr.smithi136.ofnrfx (mgr.14188) 12344 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:56:03.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:02 smithi136 bash[11745]: cephadm 2022-04-26T08:56:01.690656+0000 mgr.smithi136.ofnrfx (mgr.14188) 12345 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:56:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:02 smithi145 bash[13673]: cluster 2022-04-26T08:56:01.675422+0000 mgr.smithi136.ofnrfx (mgr.14188) 12342 : cluster [DBG] pgmap v11587: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:02 smithi145 bash[13673]: cluster 2022-04-26T08:56:01.675741+0000 mgr.smithi136.ofnrfx (mgr.14188) 12343 : cluster [DBG] pgmap v11588: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:02 smithi145 bash[13673]: audit 2022-04-26T08:56:01.681618+0000 mon.smithi136 (mon.0) 7434 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:56:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:02 smithi145 bash[13673]: audit 2022-04-26T08:56:01.689102+0000 mon.smithi136 (mon.0) 7435 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:56:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:02 smithi145 bash[13673]: cephadm 2022-04-26T08:56:01.690486+0000 mgr.smithi136.ofnrfx (mgr.14188) 12344 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:56:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:02 smithi145 bash[13673]: cephadm 2022-04-26T08:56:01.690656+0000 mgr.smithi136.ofnrfx (mgr.14188) 12345 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:56:03.557 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:03.557 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:03.557 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:03.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:03 smithi136 bash[11745]: audit 2022-04-26T08:56:03.390839+0000 mon.smithi136 (mon.0) 7436 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:56:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:03 smithi136 bash[11745]: audit 2022-04-26T08:56:03.394803+0000 mon.smithi136 (mon.0) 7437 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:56:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:03 smithi145 bash[13673]: audit 2022-04-26T08:56:03.390839+0000 mon.smithi136 (mon.0) 7436 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:56:04.266 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:03 smithi145 bash[13673]: audit 2022-04-26T08:56:03.394803+0000 mon.smithi136 (mon.0) 7437 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:56:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:04 smithi136 bash[11745]: cluster 2022-04-26T08:56:03.676100+0000 mgr.smithi136.ofnrfx (mgr.14188) 12346 : cluster [DBG] pgmap v11589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:05.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:04 smithi136 bash[11745]: audit 2022-04-26T08:56:03.861464+0000 mon.smithi136 (mon.0) 7438 : audit [DBG] from='client.? 172.21.15.136:0/888459582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:04 smithi145 bash[13673]: cluster 2022-04-26T08:56:03.676100+0000 mgr.smithi136.ofnrfx (mgr.14188) 12346 : cluster [DBG] pgmap v11589: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:05.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:04 smithi145 bash[13673]: audit 2022-04-26T08:56:03.861464+0000 mon.smithi136 (mon.0) 7438 : audit [DBG] from='client.? 172.21.15.136:0/888459582' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:06 smithi145 bash[13673]: cluster 2022-04-26T08:56:05.676642+0000 mgr.smithi136.ofnrfx (mgr.14188) 12347 : cluster [DBG] pgmap v11590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:06 smithi136 bash[11745]: cluster 2022-04-26T08:56:05.676642+0000 mgr.smithi136.ofnrfx (mgr.14188) 12347 : cluster [DBG] pgmap v11590: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:08.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:08.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:08.881 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:08 smithi136 bash[11745]: cluster 2022-04-26T08:56:07.677265+0000 mgr.smithi136.ofnrfx (mgr.14188) 12348 : cluster [DBG] pgmap v11591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:08 smithi145 bash[13673]: cluster 2022-04-26T08:56:07.677265+0000 mgr.smithi136.ofnrfx (mgr.14188) 12348 : cluster [DBG] pgmap v11591: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:09.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:09 smithi136 bash[11745]: audit 2022-04-26T08:56:09.199989+0000 mon.smithi136 (mon.0) 7439 : audit [DBG] from='client.? 172.21.15.136:0/894131072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:10.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:09 smithi145 bash[13673]: audit 2022-04-26T08:56:09.199989+0000 mon.smithi136 (mon.0) 7439 : audit [DBG] from='client.? 172.21.15.136:0/894131072' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:10 smithi136 bash[11745]: cluster 2022-04-26T08:56:09.677862+0000 mgr.smithi136.ofnrfx (mgr.14188) 12349 : cluster [DBG] pgmap v11592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:10 smithi145 bash[13673]: cluster 2022-04-26T08:56:09.677862+0000 mgr.smithi136.ofnrfx (mgr.14188) 12349 : cluster [DBG] pgmap v11592: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:12 smithi136 bash[11745]: cluster 2022-04-26T08:56:11.678515+0000 mgr.smithi136.ofnrfx (mgr.14188) 12350 : cluster [DBG] pgmap v11593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:12 smithi145 bash[13673]: cluster 2022-04-26T08:56:11.678515+0000 mgr.smithi136.ofnrfx (mgr.14188) 12350 : cluster [DBG] pgmap v11593: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:14.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:14.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:14.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:14.550 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:14 smithi136 bash[11745]: cluster 2022-04-26T08:56:13.679105+0000 mgr.smithi136.ofnrfx (mgr.14188) 12351 : cluster [DBG] pgmap v11594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:14 smithi136 bash[11745]: audit 2022-04-26T08:56:14.534526+0000 mon.smithi136 (mon.0) 7440 : audit [DBG] from='client.? 172.21.15.136:0/3151880612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:14 smithi145 bash[13673]: cluster 2022-04-26T08:56:13.679105+0000 mgr.smithi136.ofnrfx (mgr.14188) 12351 : cluster [DBG] pgmap v11594: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:14 smithi145 bash[13673]: audit 2022-04-26T08:56:14.534526+0000 mon.smithi136 (mon.0) 7440 : audit [DBG] from='client.? 172.21.15.136:0/3151880612' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:16 smithi145 bash[13673]: cluster 2022-04-26T08:56:15.679720+0000 mgr.smithi136.ofnrfx (mgr.14188) 12352 : cluster [DBG] pgmap v11595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:16 smithi136 bash[11745]: cluster 2022-04-26T08:56:15.679720+0000 mgr.smithi136.ofnrfx (mgr.14188) 12352 : cluster [DBG] pgmap v11595: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:18 smithi136 bash[11745]: cluster 2022-04-26T08:56:17.680368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12353 : cluster [DBG] pgmap v11596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:18 smithi145 bash[13673]: cluster 2022-04-26T08:56:17.680368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12353 : cluster [DBG] pgmap v11596: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:19.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:19.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:19.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:19.888 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:20 smithi136 bash[11745]: cluster 2022-04-26T08:56:19.680840+0000 mgr.smithi136.ofnrfx (mgr.14188) 12354 : cluster [DBG] pgmap v11597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:21.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:20 smithi136 bash[11745]: audit 2022-04-26T08:56:19.865785+0000 mon.smithi136 (mon.0) 7441 : audit [DBG] from='client.? 172.21.15.136:0/4018346742' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:21.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:20 smithi145 bash[13673]: cluster 2022-04-26T08:56:19.680840+0000 mgr.smithi136.ofnrfx (mgr.14188) 12354 : cluster [DBG] pgmap v11597: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:21.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:20 smithi145 bash[13673]: audit 2022-04-26T08:56:19.865785+0000 mon.smithi136 (mon.0) 7441 : audit [DBG] from='client.? 172.21.15.136:0/4018346742' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:23.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:22 smithi136 bash[11745]: cluster 2022-04-26T08:56:21.681471+0000 mgr.smithi136.ofnrfx (mgr.14188) 12355 : cluster [DBG] pgmap v11598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:22 smithi145 bash[13673]: cluster 2022-04-26T08:56:21.681471+0000 mgr.smithi136.ofnrfx (mgr.14188) 12355 : cluster [DBG] pgmap v11598: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:24.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:24.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:24.892 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:24 smithi136 bash[11745]: cluster 2022-04-26T08:56:23.682055+0000 mgr.smithi136.ofnrfx (mgr.14188) 12356 : cluster [DBG] pgmap v11599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:25.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:24 smithi145 bash[13673]: cluster 2022-04-26T08:56:23.682055+0000 mgr.smithi136.ofnrfx (mgr.14188) 12356 : cluster [DBG] pgmap v11599: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:25.212 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:25 smithi136 bash[11745]: audit 2022-04-26T08:56:25.196597+0000 mon.smithi136 (mon.0) 7442 : audit [DBG] from='client.? 172.21.15.136:0/4141219170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:25 smithi145 bash[13673]: audit 2022-04-26T08:56:25.196597+0000 mon.smithi136 (mon.0) 7442 : audit [DBG] from='client.? 172.21.15.136:0/4141219170' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:26 smithi136 bash[11745]: cluster 2022-04-26T08:56:25.682753+0000 mgr.smithi136.ofnrfx (mgr.14188) 12357 : cluster [DBG] pgmap v11600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:26 smithi145 bash[13673]: cluster 2022-04-26T08:56:25.682753+0000 mgr.smithi136.ofnrfx (mgr.14188) 12357 : cluster [DBG] pgmap v11600: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:28 smithi136 bash[11745]: cluster 2022-04-26T08:56:27.683439+0000 mgr.smithi136.ofnrfx (mgr.14188) 12358 : cluster [DBG] pgmap v11601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:28 smithi145 bash[13673]: cluster 2022-04-26T08:56:27.683439+0000 mgr.smithi136.ofnrfx (mgr.14188) 12358 : cluster [DBG] pgmap v11601: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:30.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:30.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:30.216 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:30.545 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:31.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:30 smithi136 bash[11745]: cluster 2022-04-26T08:56:29.684105+0000 mgr.smithi136.ofnrfx (mgr.14188) 12359 : cluster [DBG] pgmap v11602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:30 smithi136 bash[11745]: audit 2022-04-26T08:56:30.528597+0000 mon.smithi136 (mon.0) 7443 : audit [DBG] from='client.? 172.21.15.136:0/231083118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:31.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:30 smithi145 bash[13673]: cluster 2022-04-26T08:56:29.684105+0000 mgr.smithi136.ofnrfx (mgr.14188) 12359 : cluster [DBG] pgmap v11602: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:31.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:30 smithi145 bash[13673]: audit 2022-04-26T08:56:30.528597+0000 mon.smithi136 (mon.0) 7443 : audit [DBG] from='client.? 172.21.15.136:0/231083118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:32 smithi136 bash[11745]: cluster 2022-04-26T08:56:31.684748+0000 mgr.smithi136.ofnrfx (mgr.14188) 12360 : cluster [DBG] pgmap v11603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:33.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:32 smithi145 bash[13673]: cluster 2022-04-26T08:56:31.684748+0000 mgr.smithi136.ofnrfx (mgr.14188) 12360 : cluster [DBG] pgmap v11603: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:35.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:34 smithi136 bash[11745]: cluster 2022-04-26T08:56:33.685373+0000 mgr.smithi136.ofnrfx (mgr.14188) 12361 : cluster [DBG] pgmap v11604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:35.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:34 smithi145 bash[13673]: cluster 2022-04-26T08:56:33.685373+0000 mgr.smithi136.ofnrfx (mgr.14188) 12361 : cluster [DBG] pgmap v11604: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:35.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:35.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:35.547 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:35.873 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:36 smithi145 bash[13673]: cluster 2022-04-26T08:56:35.685941+0000 mgr.smithi136.ofnrfx (mgr.14188) 12362 : cluster [DBG] pgmap v11605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:36 smithi145 bash[13673]: audit 2022-04-26T08:56:35.858064+0000 mon.smithi136 (mon.0) 7444 : audit [DBG] from='client.? 172.21.15.136:0/1208564013' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:36 smithi136 bash[11745]: cluster 2022-04-26T08:56:35.685941+0000 mgr.smithi136.ofnrfx (mgr.14188) 12362 : cluster [DBG] pgmap v11605: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:36 smithi136 bash[11745]: audit 2022-04-26T08:56:35.858064+0000 mon.smithi136 (mon.0) 7444 : audit [DBG] from='client.? 172.21.15.136:0/1208564013' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:39.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:38 smithi136 bash[11745]: cluster 2022-04-26T08:56:37.686608+0000 mgr.smithi136.ofnrfx (mgr.14188) 12363 : cluster [DBG] pgmap v11606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:39.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:38 smithi145 bash[13673]: cluster 2022-04-26T08:56:37.686608+0000 mgr.smithi136.ofnrfx (mgr.14188) 12363 : cluster [DBG] pgmap v11606: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:40.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:40.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:40.877 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:41.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:40 smithi136 bash[11745]: cluster 2022-04-26T08:56:39.687250+0000 mgr.smithi136.ofnrfx (mgr.14188) 12364 : cluster [DBG] pgmap v11607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:41.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:40 smithi145 bash[13673]: cluster 2022-04-26T08:56:39.687250+0000 mgr.smithi136.ofnrfx (mgr.14188) 12364 : cluster [DBG] pgmap v11607: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:41.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:41 smithi136 bash[11745]: audit 2022-04-26T08:56:41.179963+0000 mon.smithi136 (mon.0) 7445 : audit [DBG] from='client.? 172.21.15.136:0/3559996296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:41 smithi145 bash[13673]: audit 2022-04-26T08:56:41.179963+0000 mon.smithi136 (mon.0) 7445 : audit [DBG] from='client.? 172.21.15.136:0/3559996296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:42 smithi136 bash[11745]: cluster 2022-04-26T08:56:41.687940+0000 mgr.smithi136.ofnrfx (mgr.14188) 12365 : cluster [DBG] pgmap v11608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:42 smithi145 bash[13673]: cluster 2022-04-26T08:56:41.687940+0000 mgr.smithi136.ofnrfx (mgr.14188) 12365 : cluster [DBG] pgmap v11608: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:45.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:44 smithi136 bash[11745]: cluster 2022-04-26T08:56:43.688572+0000 mgr.smithi136.ofnrfx (mgr.14188) 12366 : cluster [DBG] pgmap v11609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:45.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:44 smithi145 bash[13673]: cluster 2022-04-26T08:56:43.688572+0000 mgr.smithi136.ofnrfx (mgr.14188) 12366 : cluster [DBG] pgmap v11609: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:46.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:46.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:46.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:46.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:46 smithi145 bash[13673]: cluster 2022-04-26T08:56:45.689206+0000 mgr.smithi136.ofnrfx (mgr.14188) 12367 : cluster [DBG] pgmap v11610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:46 smithi145 bash[13673]: audit 2022-04-26T08:56:46.505854+0000 mon.smithi136 (mon.0) 7446 : audit [DBG] from='client.? 172.21.15.136:0/2044618946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:46 smithi136 bash[11745]: cluster 2022-04-26T08:56:45.689206+0000 mgr.smithi136.ofnrfx (mgr.14188) 12367 : cluster [DBG] pgmap v11610: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:46 smithi136 bash[11745]: audit 2022-04-26T08:56:46.505854+0000 mon.smithi136 (mon.0) 7446 : audit [DBG] from='client.? 172.21.15.136:0/2044618946' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:49.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:48 smithi136 bash[11745]: cluster 2022-04-26T08:56:47.689844+0000 mgr.smithi136.ofnrfx (mgr.14188) 12368 : cluster [DBG] pgmap v11611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:49.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:48 smithi145 bash[13673]: cluster 2022-04-26T08:56:47.689844+0000 mgr.smithi136.ofnrfx (mgr.14188) 12368 : cluster [DBG] pgmap v11611: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:51.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:50 smithi136 bash[11745]: cluster 2022-04-26T08:56:49.690491+0000 mgr.smithi136.ofnrfx (mgr.14188) 12369 : cluster [DBG] pgmap v11612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:51.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:50 smithi145 bash[13673]: cluster 2022-04-26T08:56:49.690491+0000 mgr.smithi136.ofnrfx (mgr.14188) 12369 : cluster [DBG] pgmap v11612: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:51.525 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:51.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:51.526 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:51.855 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:53.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:52 smithi136 bash[11745]: cluster 2022-04-26T08:56:51.691044+0000 mgr.smithi136.ofnrfx (mgr.14188) 12370 : cluster [DBG] pgmap v11613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:53.204 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:52 smithi136 bash[11745]: audit 2022-04-26T08:56:51.839298+0000 mon.smithi136 (mon.0) 7447 : audit [DBG] from='client.? 172.21.15.136:0/1801669557' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:53.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:52 smithi145 bash[13673]: cluster 2022-04-26T08:56:51.691044+0000 mgr.smithi136.ofnrfx (mgr.14188) 12370 : cluster [DBG] pgmap v11613: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:53.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:52 smithi145 bash[13673]: audit 2022-04-26T08:56:51.839298+0000 mon.smithi136 (mon.0) 7447 : audit [DBG] from='client.? 172.21.15.136:0/1801669557' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:54 smithi136 bash[11745]: cluster 2022-04-26T08:56:53.691668+0000 mgr.smithi136.ofnrfx (mgr.14188) 12371 : cluster [DBG] pgmap v11614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:55.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:54 smithi145 bash[13673]: cluster 2022-04-26T08:56:53.691668+0000 mgr.smithi136.ofnrfx (mgr.14188) 12371 : cluster [DBG] pgmap v11614: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:56.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:56:56.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:56:56.857 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:56:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:56 smithi145 bash[13673]: cluster 2022-04-26T08:56:55.692211+0000 mgr.smithi136.ofnrfx (mgr.14188) 12372 : cluster [DBG] pgmap v11615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:56 smithi136 bash[11745]: cluster 2022-04-26T08:56:55.692211+0000 mgr.smithi136.ofnrfx (mgr.14188) 12372 : cluster [DBG] pgmap v11615: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:57.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:56:57.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:57 smithi145 bash[13673]: audit 2022-04-26T08:56:57.162913+0000 mon.smithi136 (mon.0) 7448 : audit [DBG] from='client.? 172.21.15.136:0/3135316992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:57 smithi136 bash[11745]: audit 2022-04-26T08:56:57.162913+0000 mon.smithi136 (mon.0) 7448 : audit [DBG] from='client.? 172.21.15.136:0/3135316992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:56:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:56:58 smithi145 bash[13673]: cluster 2022-04-26T08:56:57.692854+0000 mgr.smithi136.ofnrfx (mgr.14188) 12373 : cluster [DBG] pgmap v11616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:56:59.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:56:58 smithi136 bash[11745]: cluster 2022-04-26T08:56:57.692854+0000 mgr.smithi136.ofnrfx (mgr.14188) 12373 : cluster [DBG] pgmap v11616: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:00 smithi136 bash[11745]: cluster 2022-04-26T08:56:59.693465+0000 mgr.smithi136.ofnrfx (mgr.14188) 12374 : cluster [DBG] pgmap v11617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:00 smithi145 bash[13673]: cluster 2022-04-26T08:56:59.693465+0000 mgr.smithi136.ofnrfx (mgr.14188) 12374 : cluster [DBG] pgmap v11617: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:01 smithi136 bash[11745]: audit 2022-04-26T08:57:01.698710+0000 mon.smithi136 (mon.0) 7449 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:57:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:01 smithi136 bash[11745]: audit 2022-04-26T08:57:01.701411+0000 mon.smithi136 (mon.0) 7450 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:57:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:01 smithi136 bash[11745]: audit 2022-04-26T08:57:01.703342+0000 mon.smithi136 (mon.0) 7451 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:57:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:01 smithi145 bash[13673]: audit 2022-04-26T08:57:01.698710+0000 mon.smithi136 (mon.0) 7449 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:57:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:01 smithi145 bash[13673]: audit 2022-04-26T08:57:01.701411+0000 mon.smithi136 (mon.0) 7450 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:57:02.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:01 smithi145 bash[13673]: audit 2022-04-26T08:57:01.703342+0000 mon.smithi136 (mon.0) 7451 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:57:02.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:02.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:02.182 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:02.498 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: cluster 2022-04-26T08:57:01.694113+0000 mgr.smithi136.ofnrfx (mgr.14188) 12375 : cluster [DBG] pgmap v11618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: cluster 2022-04-26T08:57:02.031470+0000 mgr.smithi136.ofnrfx (mgr.14188) 12376 : cluster [DBG] pgmap v11619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: cluster 2022-04-26T08:57:02.031796+0000 mgr.smithi136.ofnrfx (mgr.14188) 12377 : cluster [DBG] pgmap v11620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: audit 2022-04-26T08:57:02.037452+0000 mon.smithi136 (mon.0) 7452 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: audit 2022-04-26T08:57:02.048364+0000 mon.smithi136 (mon.0) 7453 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: cephadm 2022-04-26T08:57:02.049383+0000 mgr.smithi136.ofnrfx (mgr.14188) 12378 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:57:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: cephadm 2022-04-26T08:57:02.049506+0000 mgr.smithi136.ofnrfx (mgr.14188) 12379 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:57:03.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:03 smithi136 bash[11745]: audit 2022-04-26T08:57:02.482576+0000 mon.smithi136 (mon.0) 7454 : audit [DBG] from='client.? 172.21.15.136:0/2626600635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: cluster 2022-04-26T08:57:01.694113+0000 mgr.smithi136.ofnrfx (mgr.14188) 12375 : cluster [DBG] pgmap v11618: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: cluster 2022-04-26T08:57:02.031470+0000 mgr.smithi136.ofnrfx (mgr.14188) 12376 : cluster [DBG] pgmap v11619: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: cluster 2022-04-26T08:57:02.031796+0000 mgr.smithi136.ofnrfx (mgr.14188) 12377 : cluster [DBG] pgmap v11620: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: audit 2022-04-26T08:57:02.037452+0000 mon.smithi136 (mon.0) 7452 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:57:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: audit 2022-04-26T08:57:02.048364+0000 mon.smithi136 (mon.0) 7453 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:57:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: cephadm 2022-04-26T08:57:02.049383+0000 mgr.smithi136.ofnrfx (mgr.14188) 12378 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:57:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: cephadm 2022-04-26T08:57:02.049506+0000 mgr.smithi136.ofnrfx (mgr.14188) 12379 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:57:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:03 smithi145 bash[13673]: audit 2022-04-26T08:57:02.482576+0000 mon.smithi136 (mon.0) 7454 : audit [DBG] from='client.? 172.21.15.136:0/2626600635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:04 smithi136 bash[11745]: audit 2022-04-26T08:57:03.394845+0000 mon.smithi136 (mon.0) 7455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:57:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:04 smithi136 bash[11745]: audit 2022-04-26T08:57:03.398806+0000 mon.smithi136 (mon.0) 7456 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:57:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:04 smithi145 bash[13673]: audit 2022-04-26T08:57:03.394845+0000 mon.smithi136 (mon.0) 7455 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:57:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:04 smithi145 bash[13673]: audit 2022-04-26T08:57:03.398806+0000 mon.smithi136 (mon.0) 7456 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:57:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:05 smithi136 bash[11745]: cluster 2022-04-26T08:57:04.032470+0000 mgr.smithi136.ofnrfx (mgr.14188) 12380 : cluster [DBG] pgmap v11621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:05 smithi145 bash[13673]: cluster 2022-04-26T08:57:04.032470+0000 mgr.smithi136.ofnrfx (mgr.14188) 12380 : cluster [DBG] pgmap v11621: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:06 smithi145 bash[13673]: cluster 2022-04-26T08:57:06.033110+0000 mgr.smithi136.ofnrfx (mgr.14188) 12381 : cluster [DBG] pgmap v11622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:06 smithi136 bash[11745]: cluster 2022-04-26T08:57:06.033110+0000 mgr.smithi136.ofnrfx (mgr.14188) 12381 : cluster [DBG] pgmap v11622: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:07.501 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:07.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:07.502 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:07.825 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:08.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:07 smithi145 bash[13673]: audit 2022-04-26T08:57:07.809942+0000 mon.smithi136 (mon.0) 7457 : audit [DBG] from='client.? 172.21.15.136:0/1199268978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:07 smithi136 bash[11745]: audit 2022-04-26T08:57:07.809942+0000 mon.smithi136 (mon.0) 7457 : audit [DBG] from='client.? 172.21.15.136:0/1199268978' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:08 smithi145 bash[13673]: cluster 2022-04-26T08:57:08.033684+0000 mgr.smithi136.ofnrfx (mgr.14188) 12382 : cluster [DBG] pgmap v11623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:09.240 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:08 smithi136 bash[11745]: cluster 2022-04-26T08:57:08.033684+0000 mgr.smithi136.ofnrfx (mgr.14188) 12382 : cluster [DBG] pgmap v11623: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:11 smithi145 bash[13673]: cluster 2022-04-26T08:57:10.034330+0000 mgr.smithi136.ofnrfx (mgr.14188) 12383 : cluster [DBG] pgmap v11624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:11 smithi136 bash[11745]: cluster 2022-04-26T08:57:10.034330+0000 mgr.smithi136.ofnrfx (mgr.14188) 12383 : cluster [DBG] pgmap v11624: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:12.827 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:12.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:12.828 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:13.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:13 smithi145 bash[13673]: cluster 2022-04-26T08:57:12.034981+0000 mgr.smithi136.ofnrfx (mgr.14188) 12384 : cluster [DBG] pgmap v11625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:13 smithi136 bash[11745]: cluster 2022-04-26T08:57:12.034981+0000 mgr.smithi136.ofnrfx (mgr.14188) 12384 : cluster [DBG] pgmap v11625: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:14 smithi145 bash[13673]: audit 2022-04-26T08:57:13.140260+0000 mon.smithi136 (mon.0) 7458 : audit [DBG] from='client.? 172.21.15.136:0/846143144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:14 smithi136 bash[11745]: audit 2022-04-26T08:57:13.140260+0000 mon.smithi136 (mon.0) 7458 : audit [DBG] from='client.? 172.21.15.136:0/846143144' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:15 smithi145 bash[13673]: cluster 2022-04-26T08:57:14.035642+0000 mgr.smithi136.ofnrfx (mgr.14188) 12385 : cluster [DBG] pgmap v11626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:15 smithi136 bash[11745]: cluster 2022-04-26T08:57:14.035642+0000 mgr.smithi136.ofnrfx (mgr.14188) 12385 : cluster [DBG] pgmap v11626: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:16 smithi145 bash[13673]: cluster 2022-04-26T08:57:16.036255+0000 mgr.smithi136.ofnrfx (mgr.14188) 12386 : cluster [DBG] pgmap v11627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:16 smithi136 bash[11745]: cluster 2022-04-26T08:57:16.036255+0000 mgr.smithi136.ofnrfx (mgr.14188) 12386 : cluster [DBG] pgmap v11627: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:18.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:18.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:18.159 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:18.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:19 smithi145 bash[13673]: cluster 2022-04-26T08:57:18.036911+0000 mgr.smithi136.ofnrfx (mgr.14188) 12387 : cluster [DBG] pgmap v11628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:19 smithi145 bash[13673]: audit 2022-04-26T08:57:18.469157+0000 mon.smithi136 (mon.0) 7459 : audit [DBG] from='client.? 172.21.15.136:0/1937186090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:19 smithi136 bash[11745]: cluster 2022-04-26T08:57:18.036911+0000 mgr.smithi136.ofnrfx (mgr.14188) 12387 : cluster [DBG] pgmap v11628: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:19.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:19 smithi136 bash[11745]: audit 2022-04-26T08:57:18.469157+0000 mon.smithi136 (mon.0) 7459 : audit [DBG] from='client.? 172.21.15.136:0/1937186090' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:21 smithi145 bash[13673]: cluster 2022-04-26T08:57:20.037554+0000 mgr.smithi136.ofnrfx (mgr.14188) 12388 : cluster [DBG] pgmap v11629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:21 smithi136 bash[11745]: cluster 2022-04-26T08:57:20.037554+0000 mgr.smithi136.ofnrfx (mgr.14188) 12388 : cluster [DBG] pgmap v11629: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:23 smithi145 bash[13673]: cluster 2022-04-26T08:57:22.038140+0000 mgr.smithi136.ofnrfx (mgr.14188) 12389 : cluster [DBG] pgmap v11630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:23.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:23.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:23.488 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:23.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:23 smithi136 bash[11745]: cluster 2022-04-26T08:57:22.038140+0000 mgr.smithi136.ofnrfx (mgr.14188) 12389 : cluster [DBG] pgmap v11630: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:23.820 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:24 smithi145 bash[13673]: audit 2022-04-26T08:57:23.797428+0000 mon.smithi136 (mon.0) 7460 : audit [DBG] from='client.? 172.21.15.136:0/1863399983' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:24 smithi136 bash[11745]: audit 2022-04-26T08:57:23.797428+0000 mon.smithi136 (mon.0) 7460 : audit [DBG] from='client.? 172.21.15.136:0/1863399983' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:25 smithi145 bash[13673]: cluster 2022-04-26T08:57:24.038774+0000 mgr.smithi136.ofnrfx (mgr.14188) 12390 : cluster [DBG] pgmap v11631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:25 smithi136 bash[11745]: cluster 2022-04-26T08:57:24.038774+0000 mgr.smithi136.ofnrfx (mgr.14188) 12390 : cluster [DBG] pgmap v11631: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:26 smithi145 bash[13673]: cluster 2022-04-26T08:57:26.039370+0000 mgr.smithi136.ofnrfx (mgr.14188) 12391 : cluster [DBG] pgmap v11632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:26 smithi136 bash[11745]: cluster 2022-04-26T08:57:26.039370+0000 mgr.smithi136.ofnrfx (mgr.14188) 12391 : cluster [DBG] pgmap v11632: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:28.823 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:28.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:28.824 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:29.146 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:29 smithi145 bash[13673]: cluster 2022-04-26T08:57:28.039998+0000 mgr.smithi136.ofnrfx (mgr.14188) 12392 : cluster [DBG] pgmap v11633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:29 smithi136 bash[11745]: cluster 2022-04-26T08:57:28.039998+0000 mgr.smithi136.ofnrfx (mgr.14188) 12392 : cluster [DBG] pgmap v11633: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:30 smithi145 bash[13673]: audit 2022-04-26T08:57:29.130546+0000 mon.smithi136 (mon.0) 7461 : audit [DBG] from='client.? 172.21.15.136:0/1571916589' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:30 smithi136 bash[11745]: audit 2022-04-26T08:57:29.130546+0000 mon.smithi136 (mon.0) 7461 : audit [DBG] from='client.? 172.21.15.136:0/1571916589' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:31 smithi145 bash[13673]: cluster 2022-04-26T08:57:30.040595+0000 mgr.smithi136.ofnrfx (mgr.14188) 12393 : cluster [DBG] pgmap v11634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:31 smithi136 bash[11745]: cluster 2022-04-26T08:57:30.040595+0000 mgr.smithi136.ofnrfx (mgr.14188) 12393 : cluster [DBG] pgmap v11634: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:33 smithi145 bash[13673]: cluster 2022-04-26T08:57:32.041276+0000 mgr.smithi136.ofnrfx (mgr.14188) 12394 : cluster [DBG] pgmap v11635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:33 smithi136 bash[11745]: cluster 2022-04-26T08:57:32.041276+0000 mgr.smithi136.ofnrfx (mgr.14188) 12394 : cluster [DBG] pgmap v11635: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:34.149 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:34.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:34.150 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:34.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:35 smithi145 bash[13673]: cluster 2022-04-26T08:57:34.041897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12395 : cluster [DBG] pgmap v11636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:35 smithi145 bash[13673]: audit 2022-04-26T08:57:34.464348+0000 mon.smithi136 (mon.0) 7462 : audit [DBG] from='client.? 172.21.15.136:0/1686842871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:35 smithi136 bash[11745]: cluster 2022-04-26T08:57:34.041897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12395 : cluster [DBG] pgmap v11636: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:35 smithi136 bash[11745]: audit 2022-04-26T08:57:34.464348+0000 mon.smithi136 (mon.0) 7462 : audit [DBG] from='client.? 172.21.15.136:0/1686842871' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:36 smithi145 bash[13673]: cluster 2022-04-26T08:57:36.042564+0000 mgr.smithi136.ofnrfx (mgr.14188) 12396 : cluster [DBG] pgmap v11637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:36 smithi136 bash[11745]: cluster 2022-04-26T08:57:36.042564+0000 mgr.smithi136.ofnrfx (mgr.14188) 12396 : cluster [DBG] pgmap v11637: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:39 smithi145 bash[13673]: cluster 2022-04-26T08:57:38.043214+0000 mgr.smithi136.ofnrfx (mgr.14188) 12397 : cluster [DBG] pgmap v11638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:39.483 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:39.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:39.484 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:39 smithi136 bash[11745]: cluster 2022-04-26T08:57:38.043214+0000 mgr.smithi136.ofnrfx (mgr.14188) 12397 : cluster [DBG] pgmap v11638: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:39.801 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:40 smithi145 bash[13673]: audit 2022-04-26T08:57:39.785646+0000 mon.smithi136 (mon.0) 7463 : audit [DBG] from='client.? 172.21.15.136:0/2877414991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:40.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:40 smithi136 bash[11745]: audit 2022-04-26T08:57:39.785646+0000 mon.smithi136 (mon.0) 7463 : audit [DBG] from='client.? 172.21.15.136:0/2877414991' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:41 smithi145 bash[13673]: cluster 2022-04-26T08:57:40.043841+0000 mgr.smithi136.ofnrfx (mgr.14188) 12398 : cluster [DBG] pgmap v11639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:41 smithi136 bash[11745]: cluster 2022-04-26T08:57:40.043841+0000 mgr.smithi136.ofnrfx (mgr.14188) 12398 : cluster [DBG] pgmap v11639: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:43 smithi145 bash[13673]: cluster 2022-04-26T08:57:42.044509+0000 mgr.smithi136.ofnrfx (mgr.14188) 12399 : cluster [DBG] pgmap v11640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:43 smithi136 bash[11745]: cluster 2022-04-26T08:57:42.044509+0000 mgr.smithi136.ofnrfx (mgr.14188) 12399 : cluster [DBG] pgmap v11640: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:44.803 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:44.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:44.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:45.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:45 smithi145 bash[13673]: cluster 2022-04-26T08:57:44.045188+0000 mgr.smithi136.ofnrfx (mgr.14188) 12400 : cluster [DBG] pgmap v11641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:45.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:45 smithi145 bash[13673]: audit 2022-04-26T08:57:45.107506+0000 mon.smithi136 (mon.0) 7464 : audit [DBG] from='client.? 172.21.15.136:0/3719658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:45 smithi136 bash[11745]: cluster 2022-04-26T08:57:44.045188+0000 mgr.smithi136.ofnrfx (mgr.14188) 12400 : cluster [DBG] pgmap v11641: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:45.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:45 smithi136 bash[11745]: audit 2022-04-26T08:57:45.107506+0000 mon.smithi136 (mon.0) 7464 : audit [DBG] from='client.? 172.21.15.136:0/3719658' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:46 smithi145 bash[13673]: cluster 2022-04-26T08:57:46.045815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12401 : cluster [DBG] pgmap v11642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:46 smithi136 bash[11745]: cluster 2022-04-26T08:57:46.045815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12401 : cluster [DBG] pgmap v11642: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:49 smithi145 bash[13673]: cluster 2022-04-26T08:57:48.046435+0000 mgr.smithi136.ofnrfx (mgr.14188) 12402 : cluster [DBG] pgmap v11643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:49.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:49 smithi136 bash[11745]: cluster 2022-04-26T08:57:48.046435+0000 mgr.smithi136.ofnrfx (mgr.14188) 12402 : cluster [DBG] pgmap v11643: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:50.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:50.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:50.127 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:50.446 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:51 smithi145 bash[13673]: cluster 2022-04-26T08:57:50.047034+0000 mgr.smithi136.ofnrfx (mgr.14188) 12403 : cluster [DBG] pgmap v11644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:51 smithi145 bash[13673]: audit 2022-04-26T08:57:50.431219+0000 mon.smithi136 (mon.0) 7465 : audit [DBG] from='client.? 172.21.15.136:0/2464583318' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:51 smithi136 bash[11745]: cluster 2022-04-26T08:57:50.047034+0000 mgr.smithi136.ofnrfx (mgr.14188) 12403 : cluster [DBG] pgmap v11644: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:51.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:51 smithi136 bash[11745]: audit 2022-04-26T08:57:50.431219+0000 mon.smithi136 (mon.0) 7465 : audit [DBG] from='client.? 172.21.15.136:0/2464583318' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:53 smithi145 bash[13673]: cluster 2022-04-26T08:57:52.047700+0000 mgr.smithi136.ofnrfx (mgr.14188) 12404 : cluster [DBG] pgmap v11645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:53 smithi136 bash[11745]: cluster 2022-04-26T08:57:52.047700+0000 mgr.smithi136.ofnrfx (mgr.14188) 12404 : cluster [DBG] pgmap v11645: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:55 smithi145 bash[13673]: cluster 2022-04-26T08:57:54.048355+0000 mgr.smithi136.ofnrfx (mgr.14188) 12405 : cluster [DBG] pgmap v11646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:55.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:57:55.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:57:55.450 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:57:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:55 smithi136 bash[11745]: cluster 2022-04-26T08:57:54.048355+0000 mgr.smithi136.ofnrfx (mgr.14188) 12405 : cluster [DBG] pgmap v11646: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:55.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:57:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:56 smithi145 bash[13673]: audit 2022-04-26T08:57:55.762238+0000 mon.smithi136 (mon.0) 7466 : audit [DBG] from='client.? 172.21.15.136:0/3055205783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:56.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:56 smithi145 bash[13673]: cluster 2022-04-26T08:57:56.048983+0000 mgr.smithi136.ofnrfx (mgr.14188) 12406 : cluster [DBG] pgmap v11647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:56 smithi136 bash[11745]: audit 2022-04-26T08:57:55.762238+0000 mon.smithi136 (mon.0) 7466 : audit [DBG] from='client.? 172.21.15.136:0/3055205783' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:57:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:56 smithi136 bash[11745]: cluster 2022-04-26T08:57:56.048983+0000 mgr.smithi136.ofnrfx (mgr.14188) 12406 : cluster [DBG] pgmap v11647: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:57:59 smithi145 bash[13673]: cluster 2022-04-26T08:57:58.049624+0000 mgr.smithi136.ofnrfx (mgr.14188) 12407 : cluster [DBG] pgmap v11648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:57:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:57:59 smithi136 bash[11745]: cluster 2022-04-26T08:57:58.049624+0000 mgr.smithi136.ofnrfx (mgr.14188) 12407 : cluster [DBG] pgmap v11648: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:00.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:00.781 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:00.782 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:01.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:01 smithi145 bash[13673]: cluster 2022-04-26T08:58:00.050068+0000 mgr.smithi136.ofnrfx (mgr.14188) 12408 : cluster [DBG] pgmap v11649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:01 smithi145 bash[13673]: audit 2022-04-26T08:58:01.091621+0000 mon.smithi136 (mon.0) 7467 : audit [DBG] from='client.? 172.21.15.136:0/1673025274' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:01 smithi136 bash[11745]: cluster 2022-04-26T08:58:00.050068+0000 mgr.smithi136.ofnrfx (mgr.14188) 12408 : cluster [DBG] pgmap v11649: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:01 smithi136 bash[11745]: audit 2022-04-26T08:58:01.091621+0000 mon.smithi136 (mon.0) 7467 : audit [DBG] from='client.? 172.21.15.136:0/1673025274' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:02 smithi145 bash[13673]: audit 2022-04-26T08:58:02.055870+0000 mon.smithi136 (mon.0) 7468 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:58:02.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:02 smithi145 bash[13673]: audit 2022-04-26T08:58:02.058566+0000 mon.smithi136 (mon.0) 7469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:58:02.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:02 smithi145 bash[13673]: audit 2022-04-26T08:58:02.060495+0000 mon.smithi136 (mon.0) 7470 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:58:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:02 smithi136 bash[11745]: audit 2022-04-26T08:58:02.055870+0000 mon.smithi136 (mon.0) 7468 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:58:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:02 smithi136 bash[11745]: audit 2022-04-26T08:58:02.058566+0000 mon.smithi136 (mon.0) 7469 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:58:02.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:02 smithi136 bash[11745]: audit 2022-04-26T08:58:02.060495+0000 mon.smithi136 (mon.0) 7470 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:58:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:03 smithi145 bash[13673]: cluster 2022-04-26T08:58:02.050673+0000 mgr.smithi136.ofnrfx (mgr.14188) 12409 : cluster [DBG] pgmap v11650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:03 smithi145 bash[13673]: cluster 2022-04-26T08:58:02.364875+0000 mgr.smithi136.ofnrfx (mgr.14188) 12410 : cluster [DBG] pgmap v11651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:03 smithi145 bash[13673]: cluster 2022-04-26T08:58:02.365493+0000 mgr.smithi136.ofnrfx (mgr.14188) 12411 : cluster [DBG] pgmap v11652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:03 smithi145 bash[13673]: audit 2022-04-26T08:58:02.370607+0000 mon.smithi136 (mon.0) 7471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:58:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:03 smithi145 bash[13673]: audit 2022-04-26T08:58:02.382901+0000 mon.smithi136 (mon.0) 7472 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:58:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:03 smithi145 bash[13673]: cephadm 2022-04-26T08:58:02.389215+0000 mgr.smithi136.ofnrfx (mgr.14188) 12412 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:58:03.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:03 smithi145 bash[13673]: cephadm 2022-04-26T08:58:02.395170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12413 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:58:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:03 smithi136 bash[11745]: cluster 2022-04-26T08:58:02.050673+0000 mgr.smithi136.ofnrfx (mgr.14188) 12409 : cluster [DBG] pgmap v11650: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:03 smithi136 bash[11745]: cluster 2022-04-26T08:58:02.364875+0000 mgr.smithi136.ofnrfx (mgr.14188) 12410 : cluster [DBG] pgmap v11651: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:03 smithi136 bash[11745]: cluster 2022-04-26T08:58:02.365493+0000 mgr.smithi136.ofnrfx (mgr.14188) 12411 : cluster [DBG] pgmap v11652: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:03 smithi136 bash[11745]: audit 2022-04-26T08:58:02.370607+0000 mon.smithi136 (mon.0) 7471 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:58:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:03 smithi136 bash[11745]: audit 2022-04-26T08:58:02.382901+0000 mon.smithi136 (mon.0) 7472 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:58:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:03 smithi136 bash[11745]: cephadm 2022-04-26T08:58:02.389215+0000 mgr.smithi136.ofnrfx (mgr.14188) 12412 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:58:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:03 smithi136 bash[11745]: cephadm 2022-04-26T08:58:02.395170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12413 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:58:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:04 smithi145 bash[13673]: audit 2022-04-26T08:58:03.398904+0000 mon.smithi136 (mon.0) 7473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:58:04.776 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:04 smithi145 bash[13673]: audit 2022-04-26T08:58:03.402904+0000 mon.smithi136 (mon.0) 7474 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:58:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:04 smithi136 bash[11745]: audit 2022-04-26T08:58:03.398904+0000 mon.smithi136 (mon.0) 7473 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:58:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:04 smithi136 bash[11745]: audit 2022-04-26T08:58:03.402904+0000 mon.smithi136 (mon.0) 7474 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:58:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:05 smithi145 bash[13673]: cluster 2022-04-26T08:58:04.366358+0000 mgr.smithi136.ofnrfx (mgr.14188) 12414 : cluster [DBG] pgmap v11653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:05 smithi136 bash[11745]: cluster 2022-04-26T08:58:04.366358+0000 mgr.smithi136.ofnrfx (mgr.14188) 12414 : cluster [DBG] pgmap v11653: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:06.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:06.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:06.112 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:06.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:06 smithi145 bash[13673]: cluster 2022-04-26T08:58:06.366931+0000 mgr.smithi136.ofnrfx (mgr.14188) 12415 : cluster [DBG] pgmap v11654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:06 smithi145 bash[13673]: audit 2022-04-26T08:58:06.416804+0000 mon.smithi136 (mon.0) 7475 : audit [DBG] from='client.? 172.21.15.136:0/3312242974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:06 smithi136 bash[11745]: cluster 2022-04-26T08:58:06.366931+0000 mgr.smithi136.ofnrfx (mgr.14188) 12415 : cluster [DBG] pgmap v11654: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:06 smithi136 bash[11745]: audit 2022-04-26T08:58:06.416804+0000 mon.smithi136 (mon.0) 7475 : audit [DBG] from='client.? 172.21.15.136:0/3312242974' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:09.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:09 smithi136 bash[11745]: cluster 2022-04-26T08:58:08.367703+0000 mgr.smithi136.ofnrfx (mgr.14188) 12416 : cluster [DBG] pgmap v11655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:09 smithi145 bash[13673]: cluster 2022-04-26T08:58:08.367703+0000 mgr.smithi136.ofnrfx (mgr.14188) 12416 : cluster [DBG] pgmap v11655: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:11.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:11.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:11.436 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:11.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:11 smithi136 bash[11745]: cluster 2022-04-26T08:58:10.368393+0000 mgr.smithi136.ofnrfx (mgr.14188) 12417 : cluster [DBG] pgmap v11656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:11 smithi145 bash[13673]: cluster 2022-04-26T08:58:10.368393+0000 mgr.smithi136.ofnrfx (mgr.14188) 12417 : cluster [DBG] pgmap v11656: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:12 smithi136 bash[11745]: audit 2022-04-26T08:58:11.740109+0000 mon.smithi136 (mon.0) 7476 : audit [DBG] from='client.? 172.21.15.136:0/1241884287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:12 smithi145 bash[13673]: audit 2022-04-26T08:58:11.740109+0000 mon.smithi136 (mon.0) 7476 : audit [DBG] from='client.? 172.21.15.136:0/1241884287' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:13 smithi136 bash[11745]: cluster 2022-04-26T08:58:12.369134+0000 mgr.smithi136.ofnrfx (mgr.14188) 12418 : cluster [DBG] pgmap v11657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:13 smithi145 bash[13673]: cluster 2022-04-26T08:58:12.369134+0000 mgr.smithi136.ofnrfx (mgr.14188) 12418 : cluster [DBG] pgmap v11657: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:15.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:15 smithi136 bash[11745]: cluster 2022-04-26T08:58:14.369818+0000 mgr.smithi136.ofnrfx (mgr.14188) 12419 : cluster [DBG] pgmap v11658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:15 smithi145 bash[13673]: cluster 2022-04-26T08:58:14.369818+0000 mgr.smithi136.ofnrfx (mgr.14188) 12419 : cluster [DBG] pgmap v11658: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:16.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:16.758 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:16.760 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:16 smithi145 bash[13673]: cluster 2022-04-26T08:58:16.370474+0000 mgr.smithi136.ofnrfx (mgr.14188) 12420 : cluster [DBG] pgmap v11659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:16 smithi136 bash[11745]: cluster 2022-04-26T08:58:16.370474+0000 mgr.smithi136.ofnrfx (mgr.14188) 12420 : cluster [DBG] pgmap v11659: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:17.090 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:17 smithi145 bash[13673]: audit 2022-04-26T08:58:17.068846+0000 mon.smithi136 (mon.0) 7477 : audit [DBG] from='client.? 172.21.15.136:0/1337944305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:18.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:17 smithi136 bash[11745]: audit 2022-04-26T08:58:17.068846+0000 mon.smithi136 (mon.0) 7477 : audit [DBG] from='client.? 172.21.15.136:0/1337944305' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:18 smithi145 bash[13673]: cluster 2022-04-26T08:58:18.371084+0000 mgr.smithi136.ofnrfx (mgr.14188) 12421 : cluster [DBG] pgmap v11660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:18 smithi136 bash[11745]: cluster 2022-04-26T08:58:18.371084+0000 mgr.smithi136.ofnrfx (mgr.14188) 12421 : cluster [DBG] pgmap v11660: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:21.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:21 smithi136 bash[11745]: cluster 2022-04-26T08:58:20.371755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12422 : cluster [DBG] pgmap v11661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:21 smithi145 bash[13673]: cluster 2022-04-26T08:58:20.371755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12422 : cluster [DBG] pgmap v11661: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:22.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:22.092 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:22.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:22.422 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:22 smithi136 bash[11745]: audit 2022-04-26T08:58:22.406839+0000 mon.smithi136 (mon.0) 7478 : audit [DBG] from='client.? 172.21.15.136:0/561190481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:22 smithi145 bash[13673]: audit 2022-04-26T08:58:22.406839+0000 mon.smithi136 (mon.0) 7478 : audit [DBG] from='client.? 172.21.15.136:0/561190481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:23 smithi136 bash[11745]: cluster 2022-04-26T08:58:22.372395+0000 mgr.smithi136.ofnrfx (mgr.14188) 12423 : cluster [DBG] pgmap v11662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:23 smithi145 bash[13673]: cluster 2022-04-26T08:58:22.372395+0000 mgr.smithi136.ofnrfx (mgr.14188) 12423 : cluster [DBG] pgmap v11662: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:25 smithi136 bash[11745]: cluster 2022-04-26T08:58:24.373004+0000 mgr.smithi136.ofnrfx (mgr.14188) 12424 : cluster [DBG] pgmap v11663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:25 smithi145 bash[13673]: cluster 2022-04-26T08:58:24.373004+0000 mgr.smithi136.ofnrfx (mgr.14188) 12424 : cluster [DBG] pgmap v11663: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:26 smithi145 bash[13673]: cluster 2022-04-26T08:58:26.373638+0000 mgr.smithi136.ofnrfx (mgr.14188) 12425 : cluster [DBG] pgmap v11664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:26 smithi136 bash[11745]: cluster 2022-04-26T08:58:26.373638+0000 mgr.smithi136.ofnrfx (mgr.14188) 12425 : cluster [DBG] pgmap v11664: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:27.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:27.426 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:27.427 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:27.752 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:27 smithi136 bash[11745]: audit 2022-04-26T08:58:27.736155+0000 mon.smithi136 (mon.0) 7479 : audit [DBG] from='client.? 172.21.15.136:0/3843008863' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:27 smithi145 bash[13673]: audit 2022-04-26T08:58:27.736155+0000 mon.smithi136 (mon.0) 7479 : audit [DBG] from='client.? 172.21.15.136:0/3843008863' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:28 smithi136 bash[11745]: cluster 2022-04-26T08:58:28.374268+0000 mgr.smithi136.ofnrfx (mgr.14188) 12426 : cluster [DBG] pgmap v11665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:28 smithi145 bash[13673]: cluster 2022-04-26T08:58:28.374268+0000 mgr.smithi136.ofnrfx (mgr.14188) 12426 : cluster [DBG] pgmap v11665: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:31.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:31 smithi136 bash[11745]: cluster 2022-04-26T08:58:30.374893+0000 mgr.smithi136.ofnrfx (mgr.14188) 12427 : cluster [DBG] pgmap v11666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:31 smithi145 bash[13673]: cluster 2022-04-26T08:58:30.374893+0000 mgr.smithi136.ofnrfx (mgr.14188) 12427 : cluster [DBG] pgmap v11666: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:32.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:32.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:32.756 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:33.081 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:33 smithi136 bash[11745]: cluster 2022-04-26T08:58:32.375343+0000 mgr.smithi136.ofnrfx (mgr.14188) 12428 : cluster [DBG] pgmap v11667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:33 smithi136 bash[11745]: audit 2022-04-26T08:58:33.065425+0000 mon.smithi136 (mon.0) 7480 : audit [DBG] from='client.? 172.21.15.136:0/2339760285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:33 smithi145 bash[13673]: cluster 2022-04-26T08:58:32.375343+0000 mgr.smithi136.ofnrfx (mgr.14188) 12428 : cluster [DBG] pgmap v11667: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:33.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:33 smithi145 bash[13673]: audit 2022-04-26T08:58:33.065425+0000 mon.smithi136 (mon.0) 7480 : audit [DBG] from='client.? 172.21.15.136:0/2339760285' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:35 smithi136 bash[11745]: cluster 2022-04-26T08:58:34.375953+0000 mgr.smithi136.ofnrfx (mgr.14188) 12429 : cluster [DBG] pgmap v11668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:35 smithi145 bash[13673]: cluster 2022-04-26T08:58:34.375953+0000 mgr.smithi136.ofnrfx (mgr.14188) 12429 : cluster [DBG] pgmap v11668: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:36 smithi145 bash[13673]: cluster 2022-04-26T08:58:36.376590+0000 mgr.smithi136.ofnrfx (mgr.14188) 12430 : cluster [DBG] pgmap v11669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:36 smithi136 bash[11745]: cluster 2022-04-26T08:58:36.376590+0000 mgr.smithi136.ofnrfx (mgr.14188) 12430 : cluster [DBG] pgmap v11669: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:38.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:38.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:38.085 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:38.410 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:38.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:38 smithi136 bash[11745]: audit 2022-04-26T08:58:38.393999+0000 mon.smithi136 (mon.0) 7481 : audit [DBG] from='client.? 172.21.15.136:0/2960607185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:38 smithi145 bash[13673]: audit 2022-04-26T08:58:38.393999+0000 mon.smithi136 (mon.0) 7481 : audit [DBG] from='client.? 172.21.15.136:0/2960607185' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:39 smithi136 bash[11745]: cluster 2022-04-26T08:58:38.377203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12431 : cluster [DBG] pgmap v11670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:39 smithi145 bash[13673]: cluster 2022-04-26T08:58:38.377203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12431 : cluster [DBG] pgmap v11670: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:41 smithi136 bash[11745]: cluster 2022-04-26T08:58:40.377809+0000 mgr.smithi136.ofnrfx (mgr.14188) 12432 : cluster [DBG] pgmap v11671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:41 smithi145 bash[13673]: cluster 2022-04-26T08:58:40.377809+0000 mgr.smithi136.ofnrfx (mgr.14188) 12432 : cluster [DBG] pgmap v11671: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:43.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:43.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:43.414 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:43.747 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:43 smithi136 bash[11745]: cluster 2022-04-26T08:58:42.378437+0000 mgr.smithi136.ofnrfx (mgr.14188) 12433 : cluster [DBG] pgmap v11672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:43 smithi145 bash[13673]: cluster 2022-04-26T08:58:42.378437+0000 mgr.smithi136.ofnrfx (mgr.14188) 12433 : cluster [DBG] pgmap v11672: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:44 smithi136 bash[11745]: audit 2022-04-26T08:58:43.727140+0000 mon.smithi136 (mon.0) 7482 : audit [DBG] from='client.? 172.21.15.136:0/505879320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:44.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:44 smithi145 bash[13673]: audit 2022-04-26T08:58:43.727140+0000 mon.smithi136 (mon.0) 7482 : audit [DBG] from='client.? 172.21.15.136:0/505879320' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:45 smithi136 bash[11745]: cluster 2022-04-26T08:58:44.379081+0000 mgr.smithi136.ofnrfx (mgr.14188) 12434 : cluster [DBG] pgmap v11673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:45 smithi145 bash[13673]: cluster 2022-04-26T08:58:44.379081+0000 mgr.smithi136.ofnrfx (mgr.14188) 12434 : cluster [DBG] pgmap v11673: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:46 smithi145 bash[13673]: cluster 2022-04-26T08:58:46.379735+0000 mgr.smithi136.ofnrfx (mgr.14188) 12435 : cluster [DBG] pgmap v11674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:46 smithi136 bash[11745]: cluster 2022-04-26T08:58:46.379735+0000 mgr.smithi136.ofnrfx (mgr.14188) 12435 : cluster [DBG] pgmap v11674: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:48.750 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:48.867 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:49.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:49 smithi136 bash[11745]: cluster 2022-04-26T08:58:48.380407+0000 mgr.smithi136.ofnrfx (mgr.14188) 12436 : cluster [DBG] pgmap v11675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:49 smithi136 bash[11745]: audit 2022-04-26T08:58:49.057772+0000 mon.smithi136 (mon.0) 7483 : audit [DBG] from='client.? 172.21.15.136:0/1868650431' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:49 smithi145 bash[13673]: cluster 2022-04-26T08:58:48.380407+0000 mgr.smithi136.ofnrfx (mgr.14188) 12436 : cluster [DBG] pgmap v11675: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:49 smithi145 bash[13673]: audit 2022-04-26T08:58:49.057772+0000 mon.smithi136 (mon.0) 7483 : audit [DBG] from='client.? 172.21.15.136:0/1868650431' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:51 smithi136 bash[11745]: cluster 2022-04-26T08:58:50.381021+0000 mgr.smithi136.ofnrfx (mgr.14188) 12437 : cluster [DBG] pgmap v11676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:51 smithi145 bash[13673]: cluster 2022-04-26T08:58:50.381021+0000 mgr.smithi136.ofnrfx (mgr.14188) 12437 : cluster [DBG] pgmap v11676: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:53 smithi136 bash[11745]: cluster 2022-04-26T08:58:52.381647+0000 mgr.smithi136.ofnrfx (mgr.14188) 12438 : cluster [DBG] pgmap v11677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:53 smithi145 bash[13673]: cluster 2022-04-26T08:58:52.381647+0000 mgr.smithi136.ofnrfx (mgr.14188) 12438 : cluster [DBG] pgmap v11677: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:54.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:54.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:54.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:54.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:54 smithi136 bash[11745]: audit 2022-04-26T08:58:54.387174+0000 mon.smithi136 (mon.0) 7484 : audit [DBG] from='client.? 172.21.15.136:0/4167732118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:54 smithi145 bash[13673]: audit 2022-04-26T08:58:54.387174+0000 mon.smithi136 (mon.0) 7484 : audit [DBG] from='client.? 172.21.15.136:0/4167732118' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:58:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:55 smithi136 bash[11745]: cluster 2022-04-26T08:58:54.382220+0000 mgr.smithi136.ofnrfx (mgr.14188) 12439 : cluster [DBG] pgmap v11678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:55 smithi145 bash[13673]: cluster 2022-04-26T08:58:54.382220+0000 mgr.smithi136.ofnrfx (mgr.14188) 12439 : cluster [DBG] pgmap v11678: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:56 smithi145 bash[13673]: cluster 2022-04-26T08:58:56.382855+0000 mgr.smithi136.ofnrfx (mgr.14188) 12440 : cluster [DBG] pgmap v11679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:56 smithi136 bash[11745]: cluster 2022-04-26T08:58:56.382855+0000 mgr.smithi136.ofnrfx (mgr.14188) 12440 : cluster [DBG] pgmap v11679: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:59.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:58:59.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:58:59.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:58:59.734 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:58:59.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:58:59 smithi136 bash[11745]: cluster 2022-04-26T08:58:58.383463+0000 mgr.smithi136.ofnrfx (mgr.14188) 12441 : cluster [DBG] pgmap v11680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:58:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:58:59 smithi145 bash[13673]: cluster 2022-04-26T08:58:58.383463+0000 mgr.smithi136.ofnrfx (mgr.14188) 12441 : cluster [DBG] pgmap v11680: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:00 smithi136 bash[11745]: audit 2022-04-26T08:58:59.718661+0000 mon.smithi136 (mon.0) 7485 : audit [DBG] from='client.? 172.21.15.136:0/429839268' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:00 smithi145 bash[13673]: audit 2022-04-26T08:58:59.718661+0000 mon.smithi136 (mon.0) 7485 : audit [DBG] from='client.? 172.21.15.136:0/429839268' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:01 smithi136 bash[11745]: cluster 2022-04-26T08:59:00.384177+0000 mgr.smithi136.ofnrfx (mgr.14188) 12442 : cluster [DBG] pgmap v11681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:01.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:01 smithi145 bash[13673]: cluster 2022-04-26T08:59:00.384177+0000 mgr.smithi136.ofnrfx (mgr.14188) 12442 : cluster [DBG] pgmap v11681: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:02 smithi136 bash[11745]: audit 2022-04-26T08:59:02.401540+0000 mon.smithi136 (mon.0) 7486 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:59:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:02 smithi136 bash[11745]: audit 2022-04-26T08:59:02.404375+0000 mon.smithi136 (mon.0) 7487 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:59:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:02 smithi136 bash[11745]: audit 2022-04-26T08:59:02.406401+0000 mon.smithi136 (mon.0) 7488 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:59:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:02 smithi145 bash[13673]: audit 2022-04-26T08:59:02.401540+0000 mon.smithi136 (mon.0) 7486 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T08:59:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:02 smithi145 bash[13673]: audit 2022-04-26T08:59:02.404375+0000 mon.smithi136 (mon.0) 7487 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T08:59:02.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:02 smithi145 bash[13673]: audit 2022-04-26T08:59:02.406401+0000 mon.smithi136 (mon.0) 7488 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T08:59:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:03 smithi136 bash[11745]: cluster 2022-04-26T08:59:02.384792+0000 mgr.smithi136.ofnrfx (mgr.14188) 12443 : cluster [DBG] pgmap v11682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:03 smithi136 bash[11745]: audit 2022-04-26T08:59:02.718963+0000 mon.smithi136 (mon.0) 7489 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:59:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:03 smithi136 bash[11745]: audit 2022-04-26T08:59:02.726755+0000 mon.smithi136 (mon.0) 7490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:59:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:03 smithi136 bash[11745]: audit 2022-04-26T08:59:03.403115+0000 mon.smithi136 (mon.0) 7491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:59:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:03 smithi136 bash[11745]: audit 2022-04-26T08:59:03.407154+0000 mon.smithi136 (mon.0) 7492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:59:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:03 smithi145 bash[13673]: cluster 2022-04-26T08:59:02.384792+0000 mgr.smithi136.ofnrfx (mgr.14188) 12443 : cluster [DBG] pgmap v11682: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:03 smithi145 bash[13673]: audit 2022-04-26T08:59:02.718963+0000 mon.smithi136 (mon.0) 7489 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T08:59:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:03 smithi145 bash[13673]: audit 2022-04-26T08:59:02.726755+0000 mon.smithi136 (mon.0) 7490 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T08:59:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:03 smithi145 bash[13673]: audit 2022-04-26T08:59:03.403115+0000 mon.smithi136 (mon.0) 7491 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T08:59:03.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:03 smithi145 bash[13673]: audit 2022-04-26T08:59:03.407154+0000 mon.smithi136 (mon.0) 7492 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T08:59:04.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:04.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:04.738 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:04 smithi136 bash[11745]: cluster 2022-04-26T08:59:02.712421+0000 mgr.smithi136.ofnrfx (mgr.14188) 12444 : cluster [DBG] pgmap v11683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:04 smithi136 bash[11745]: cluster 2022-04-26T08:59:02.712944+0000 mgr.smithi136.ofnrfx (mgr.14188) 12445 : cluster [DBG] pgmap v11684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:04 smithi136 bash[11745]: cephadm 2022-04-26T08:59:02.727994+0000 mgr.smithi136.ofnrfx (mgr.14188) 12446 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:59:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:04 smithi136 bash[11745]: cephadm 2022-04-26T08:59:02.728106+0000 mgr.smithi136.ofnrfx (mgr.14188) 12447 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:59:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:04 smithi145 bash[13673]: cluster 2022-04-26T08:59:02.712421+0000 mgr.smithi136.ofnrfx (mgr.14188) 12444 : cluster [DBG] pgmap v11683: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:04 smithi145 bash[13673]: cluster 2022-04-26T08:59:02.712944+0000 mgr.smithi136.ofnrfx (mgr.14188) 12445 : cluster [DBG] pgmap v11684: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:04 smithi145 bash[13673]: cephadm 2022-04-26T08:59:02.727994+0000 mgr.smithi136.ofnrfx (mgr.14188) 12446 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T08:59:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:04 smithi145 bash[13673]: cephadm 2022-04-26T08:59:02.728106+0000 mgr.smithi136.ofnrfx (mgr.14188) 12447 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T08:59:05.070 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:05 smithi136 bash[11745]: audit 2022-04-26T08:59:05.050213+0000 mon.smithi136 (mon.0) 7493 : audit [DBG] from='client.? 172.21.15.136:0/3921806550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:05 smithi145 bash[13673]: audit 2022-04-26T08:59:05.050213+0000 mon.smithi136 (mon.0) 7493 : audit [DBG] from='client.? 172.21.15.136:0/3921806550' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:06 smithi136 bash[11745]: cluster 2022-04-26T08:59:04.713629+0000 mgr.smithi136.ofnrfx (mgr.14188) 12448 : cluster [DBG] pgmap v11685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:06 smithi145 bash[13673]: cluster 2022-04-26T08:59:04.713629+0000 mgr.smithi136.ofnrfx (mgr.14188) 12448 : cluster [DBG] pgmap v11685: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:08 smithi136 bash[11745]: cluster 2022-04-26T08:59:06.714270+0000 mgr.smithi136.ofnrfx (mgr.14188) 12449 : cluster [DBG] pgmap v11686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:08 smithi145 bash[13673]: cluster 2022-04-26T08:59:06.714270+0000 mgr.smithi136.ofnrfx (mgr.14188) 12449 : cluster [DBG] pgmap v11686: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:09 smithi136 bash[11745]: cluster 2022-04-26T08:59:08.714920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12450 : cluster [DBG] pgmap v11687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:09 smithi145 bash[13673]: cluster 2022-04-26T08:59:08.714920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12450 : cluster [DBG] pgmap v11687: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:10.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:10.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:10.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:10.403 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:10 smithi136 bash[11745]: audit 2022-04-26T08:59:10.387694+0000 mon.smithi136 (mon.0) 7494 : audit [DBG] from='client.? 172.21.15.136:0/1309851719' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:10 smithi145 bash[13673]: audit 2022-04-26T08:59:10.387694+0000 mon.smithi136 (mon.0) 7494 : audit [DBG] from='client.? 172.21.15.136:0/1309851719' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:11 smithi145 bash[13673]: cluster 2022-04-26T08:59:10.715545+0000 mgr.smithi136.ofnrfx (mgr.14188) 12451 : cluster [DBG] pgmap v11688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:12.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:11 smithi136 bash[11745]: cluster 2022-04-26T08:59:10.715545+0000 mgr.smithi136.ofnrfx (mgr.14188) 12451 : cluster [DBG] pgmap v11688: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:14.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:13 smithi136 bash[11745]: cluster 2022-04-26T08:59:12.716216+0000 mgr.smithi136.ofnrfx (mgr.14188) 12452 : cluster [DBG] pgmap v11689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:13 smithi145 bash[13673]: cluster 2022-04-26T08:59:12.716216+0000 mgr.smithi136.ofnrfx (mgr.14188) 12452 : cluster [DBG] pgmap v11689: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:15.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:15.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:15.407 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:15.735 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:15 smithi136 bash[11745]: cluster 2022-04-26T08:59:14.716822+0000 mgr.smithi136.ofnrfx (mgr.14188) 12453 : cluster [DBG] pgmap v11690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:16.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:15 smithi136 bash[11745]: audit 2022-04-26T08:59:15.719435+0000 mon.smithi136 (mon.0) 7495 : audit [DBG] from='client.? 172.21.15.136:0/1445085039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:15 smithi145 bash[13673]: cluster 2022-04-26T08:59:14.716822+0000 mgr.smithi136.ofnrfx (mgr.14188) 12453 : cluster [DBG] pgmap v11690: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:16.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:15 smithi145 bash[13673]: audit 2022-04-26T08:59:15.719435+0000 mon.smithi136 (mon.0) 7495 : audit [DBG] from='client.? 172.21.15.136:0/1445085039' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:17 smithi136 bash[11745]: cluster 2022-04-26T08:59:16.717480+0000 mgr.smithi136.ofnrfx (mgr.14188) 12454 : cluster [DBG] pgmap v11691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:18.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:17 smithi145 bash[13673]: cluster 2022-04-26T08:59:16.717480+0000 mgr.smithi136.ofnrfx (mgr.14188) 12454 : cluster [DBG] pgmap v11691: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:19 smithi136 bash[11745]: cluster 2022-04-26T08:59:18.718099+0000 mgr.smithi136.ofnrfx (mgr.14188) 12455 : cluster [DBG] pgmap v11692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:20.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:19 smithi145 bash[13673]: cluster 2022-04-26T08:59:18.718099+0000 mgr.smithi136.ofnrfx (mgr.14188) 12455 : cluster [DBG] pgmap v11692: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:20.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:20.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:20.739 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:21.066 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:21 smithi145 bash[13673]: cluster 2022-04-26T08:59:20.718752+0000 mgr.smithi136.ofnrfx (mgr.14188) 12456 : cluster [DBG] pgmap v11693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:21 smithi145 bash[13673]: audit 2022-04-26T08:59:21.044994+0000 mon.smithi136 (mon.0) 7496 : audit [DBG] from='client.? 172.21.15.136:0/3083669888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:21 smithi136 bash[11745]: cluster 2022-04-26T08:59:20.718752+0000 mgr.smithi136.ofnrfx (mgr.14188) 12456 : cluster [DBG] pgmap v11693: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:22.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:21 smithi136 bash[11745]: audit 2022-04-26T08:59:21.044994+0000 mon.smithi136 (mon.0) 7496 : audit [DBG] from='client.? 172.21.15.136:0/3083669888' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:24.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:23 smithi136 bash[11745]: cluster 2022-04-26T08:59:22.719368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12457 : cluster [DBG] pgmap v11694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:24.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:23 smithi145 bash[13673]: cluster 2022-04-26T08:59:22.719368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12457 : cluster [DBG] pgmap v11694: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:26.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:25 smithi136 bash[11745]: cluster 2022-04-26T08:59:24.719998+0000 mgr.smithi136.ofnrfx (mgr.14188) 12458 : cluster [DBG] pgmap v11695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:26.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:26.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:26.069 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:26.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:25 smithi145 bash[13673]: cluster 2022-04-26T08:59:24.719998+0000 mgr.smithi136.ofnrfx (mgr.14188) 12458 : cluster [DBG] pgmap v11695: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:26.394 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:26 smithi136 bash[11745]: audit 2022-04-26T08:59:26.378644+0000 mon.smithi136 (mon.0) 7497 : audit [DBG] from='client.? 172.21.15.136:0/2594673050' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:26 smithi145 bash[13673]: audit 2022-04-26T08:59:26.378644+0000 mon.smithi136 (mon.0) 7497 : audit [DBG] from='client.? 172.21.15.136:0/2594673050' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:27 smithi136 bash[11745]: cluster 2022-04-26T08:59:26.720597+0000 mgr.smithi136.ofnrfx (mgr.14188) 12459 : cluster [DBG] pgmap v11696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:27 smithi145 bash[13673]: cluster 2022-04-26T08:59:26.720597+0000 mgr.smithi136.ofnrfx (mgr.14188) 12459 : cluster [DBG] pgmap v11696: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:30.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:29 smithi136 bash[11745]: cluster 2022-04-26T08:59:28.721207+0000 mgr.smithi136.ofnrfx (mgr.14188) 12460 : cluster [DBG] pgmap v11697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:30.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:29 smithi145 bash[13673]: cluster 2022-04-26T08:59:28.721207+0000 mgr.smithi136.ofnrfx (mgr.14188) 12460 : cluster [DBG] pgmap v11697: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:31.398 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:31.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:31.399 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:31.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:31 smithi145 bash[13673]: cluster 2022-04-26T08:59:30.721815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12461 : cluster [DBG] pgmap v11698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:32.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:31 smithi136 bash[11745]: cluster 2022-04-26T08:59:30.721815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12461 : cluster [DBG] pgmap v11698: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:32 smithi145 bash[13673]: audit 2022-04-26T08:59:31.709616+0000 mon.smithi136 (mon.0) 7498 : audit [DBG] from='client.? 172.21.15.136:0/867854288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:32 smithi136 bash[11745]: audit 2022-04-26T08:59:31.709616+0000 mon.smithi136 (mon.0) 7498 : audit [DBG] from='client.? 172.21.15.136:0/867854288' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:34.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:33 smithi136 bash[11745]: cluster 2022-04-26T08:59:32.722524+0000 mgr.smithi136.ofnrfx (mgr.14188) 12462 : cluster [DBG] pgmap v11699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:33 smithi145 bash[13673]: cluster 2022-04-26T08:59:32.722524+0000 mgr.smithi136.ofnrfx (mgr.14188) 12462 : cluster [DBG] pgmap v11699: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:36.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:35 smithi136 bash[11745]: cluster 2022-04-26T08:59:34.723104+0000 mgr.smithi136.ofnrfx (mgr.14188) 12463 : cluster [DBG] pgmap v11700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:35 smithi145 bash[13673]: cluster 2022-04-26T08:59:34.723104+0000 mgr.smithi136.ofnrfx (mgr.14188) 12463 : cluster [DBG] pgmap v11700: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:36.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:36.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:36.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:37.054 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:37 smithi136 bash[11745]: cluster 2022-04-26T08:59:36.723811+0000 mgr.smithi136.ofnrfx (mgr.14188) 12464 : cluster [DBG] pgmap v11701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:38.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:37 smithi136 bash[11745]: audit 2022-04-26T08:59:37.038633+0000 mon.smithi136 (mon.0) 7499 : audit [DBG] from='client.? 172.21.15.136:0/647920324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:37 smithi145 bash[13673]: cluster 2022-04-26T08:59:36.723811+0000 mgr.smithi136.ofnrfx (mgr.14188) 12464 : cluster [DBG] pgmap v11701: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:37 smithi145 bash[13673]: audit 2022-04-26T08:59:37.038633+0000 mon.smithi136 (mon.0) 7499 : audit [DBG] from='client.? 172.21.15.136:0/647920324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:40.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:39 smithi136 bash[11745]: cluster 2022-04-26T08:59:38.724396+0000 mgr.smithi136.ofnrfx (mgr.14188) 12465 : cluster [DBG] pgmap v11702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:39 smithi145 bash[13673]: cluster 2022-04-26T08:59:38.724396+0000 mgr.smithi136.ofnrfx (mgr.14188) 12465 : cluster [DBG] pgmap v11702: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:41 smithi145 bash[13673]: cluster 2022-04-26T08:59:40.725095+0000 mgr.smithi136.ofnrfx (mgr.14188) 12466 : cluster [DBG] pgmap v11703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:42.058 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:42.059 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:42.059 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:42.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:41 smithi136 bash[11745]: cluster 2022-04-26T08:59:40.725095+0000 mgr.smithi136.ofnrfx (mgr.14188) 12466 : cluster [DBG] pgmap v11703: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:42.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:42.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:42 smithi145 bash[13673]: audit 2022-04-26T08:59:42.372229+0000 mon.smithi136 (mon.0) 7500 : audit [DBG] from='client.? 172.21.15.136:0/613541987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:43.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:42 smithi136 bash[11745]: audit 2022-04-26T08:59:42.372229+0000 mon.smithi136 (mon.0) 7500 : audit [DBG] from='client.? 172.21.15.136:0/613541987' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:44.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:43 smithi136 bash[11745]: cluster 2022-04-26T08:59:42.725730+0000 mgr.smithi136.ofnrfx (mgr.14188) 12467 : cluster [DBG] pgmap v11704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:43 smithi145 bash[13673]: cluster 2022-04-26T08:59:42.725730+0000 mgr.smithi136.ofnrfx (mgr.14188) 12467 : cluster [DBG] pgmap v11704: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:46.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:45 smithi136 bash[11745]: cluster 2022-04-26T08:59:44.726351+0000 mgr.smithi136.ofnrfx (mgr.14188) 12468 : cluster [DBG] pgmap v11705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:45 smithi145 bash[13673]: cluster 2022-04-26T08:59:44.726351+0000 mgr.smithi136.ofnrfx (mgr.14188) 12468 : cluster [DBG] pgmap v11705: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:47.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:47.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:47.392 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:47.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:48.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:47 smithi136 bash[11745]: cluster 2022-04-26T08:59:46.726971+0000 mgr.smithi136.ofnrfx (mgr.14188) 12469 : cluster [DBG] pgmap v11706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:48.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:47 smithi136 bash[11745]: audit 2022-04-26T08:59:47.696031+0000 mon.smithi136 (mon.0) 7501 : audit [DBG] from='client.? 172.21.15.136:0/1797422844' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:47 smithi145 bash[13673]: cluster 2022-04-26T08:59:46.726971+0000 mgr.smithi136.ofnrfx (mgr.14188) 12469 : cluster [DBG] pgmap v11706: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:47 smithi145 bash[13673]: audit 2022-04-26T08:59:47.696031+0000 mon.smithi136 (mon.0) 7501 : audit [DBG] from='client.? 172.21.15.136:0/1797422844' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:49 smithi136 bash[11745]: cluster 2022-04-26T08:59:48.727723+0000 mgr.smithi136.ofnrfx (mgr.14188) 12470 : cluster [DBG] pgmap v11707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:49 smithi145 bash[13673]: cluster 2022-04-26T08:59:48.727723+0000 mgr.smithi136.ofnrfx (mgr.14188) 12470 : cluster [DBG] pgmap v11707: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:51 smithi136 bash[11745]: cluster 2022-04-26T08:59:50.728468+0000 mgr.smithi136.ofnrfx (mgr.14188) 12471 : cluster [DBG] pgmap v11708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:51 smithi145 bash[13673]: cluster 2022-04-26T08:59:50.728468+0000 mgr.smithi136.ofnrfx (mgr.14188) 12471 : cluster [DBG] pgmap v11708: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:52.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:52.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:52.720 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:53.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:53 smithi136 bash[11745]: cluster 2022-04-26T08:59:52.729154+0000 mgr.smithi136.ofnrfx (mgr.14188) 12472 : cluster [DBG] pgmap v11709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:54.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:53 smithi136 bash[11745]: audit 2022-04-26T08:59:53.024982+0000 mon.smithi136 (mon.0) 7502 : audit [DBG] from='client.? 172.21.15.136:0/1849840296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:53 smithi145 bash[13673]: cluster 2022-04-26T08:59:52.729154+0000 mgr.smithi136.ofnrfx (mgr.14188) 12472 : cluster [DBG] pgmap v11709: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:54.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:53 smithi145 bash[13673]: audit 2022-04-26T08:59:53.024982+0000 mon.smithi136 (mon.0) 7502 : audit [DBG] from='client.? 172.21.15.136:0/1849840296' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:56.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:55 smithi136 bash[11745]: cluster 2022-04-26T08:59:54.729755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12473 : cluster [DBG] pgmap v11710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:56.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:55 smithi145 bash[13673]: cluster 2022-04-26T08:59:54.729755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12473 : cluster [DBG] pgmap v11710: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:58.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T08:59:58.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T08:59:58.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T08:59:58.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:57 smithi136 bash[11745]: cluster 2022-04-26T08:59:56.730373+0000 mgr.smithi136.ofnrfx (mgr.14188) 12474 : cluster [DBG] pgmap v11711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:58.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:57 smithi145 bash[13673]: cluster 2022-04-26T08:59:56.730373+0000 mgr.smithi136.ofnrfx (mgr.14188) 12474 : cluster [DBG] pgmap v11711: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T08:59:58.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T08:59:59.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:58 smithi136 bash[11745]: audit 2022-04-26T08:59:58.353072+0000 mon.smithi136 (mon.0) 7503 : audit [DBG] from='client.? 172.21.15.136:0/729463568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T08:59:59.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:58 smithi145 bash[13673]: audit 2022-04-26T08:59:58.353072+0000 mon.smithi136 (mon.0) 7503 : audit [DBG] from='client.? 172.21.15.136:0/729463568' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 08:59:59 smithi136 bash[11745]: cluster 2022-04-26T08:59:58.731000+0000 mgr.smithi136.ofnrfx (mgr.14188) 12475 : cluster [DBG] pgmap v11712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:00.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 08:59:59 smithi145 bash[13673]: cluster 2022-04-26T08:59:58.731000+0000 mgr.smithi136.ofnrfx (mgr.14188) 12475 : cluster [DBG] pgmap v11712: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:00 smithi136 bash[11745]: cluster 2022-04-26T09:00:00.000156+0000 mon.smithi136 (mon.0) 7504 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T09:00:01.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:00 smithi145 bash[13673]: cluster 2022-04-26T09:00:00.000156+0000 mon.smithi136 (mon.0) 7504 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T09:00:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:01 smithi145 bash[13673]: cluster 2022-04-26T09:00:00.731703+0000 mgr.smithi136.ofnrfx (mgr.14188) 12476 : cluster [DBG] pgmap v11713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:01 smithi136 bash[11745]: cluster 2022-04-26T09:00:00.731703+0000 mgr.smithi136.ofnrfx (mgr.14188) 12476 : cluster [DBG] pgmap v11713: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:02 smithi145 bash[13673]: audit 2022-04-26T09:00:02.735379+0000 mon.smithi136 (mon.0) 7505 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:00:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:02 smithi145 bash[13673]: audit 2022-04-26T09:00:02.738114+0000 mon.smithi136 (mon.0) 7506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:00:03.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:02 smithi145 bash[13673]: audit 2022-04-26T09:00:02.739873+0000 mon.smithi136 (mon.0) 7507 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:00:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:02 smithi136 bash[11745]: audit 2022-04-26T09:00:02.735379+0000 mon.smithi136 (mon.0) 7505 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:00:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:02 smithi136 bash[11745]: audit 2022-04-26T09:00:02.738114+0000 mon.smithi136 (mon.0) 7506 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:00:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:02 smithi136 bash[11745]: audit 2022-04-26T09:00:02.739873+0000 mon.smithi136 (mon.0) 7507 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:00:03.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:03.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:03.372 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:03.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: cluster 2022-04-26T09:00:02.732398+0000 mgr.smithi136.ofnrfx (mgr.14188) 12477 : cluster [DBG] pgmap v11714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: cluster 2022-04-26T09:00:03.038601+0000 mgr.smithi136.ofnrfx (mgr.14188) 12478 : cluster [DBG] pgmap v11715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: cluster 2022-04-26T09:00:03.038755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12479 : cluster [DBG] pgmap v11716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: audit 2022-04-26T09:00:03.043880+0000 mon.smithi136 (mon.0) 7508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:00:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: audit 2022-04-26T09:00:03.051901+0000 mon.smithi136 (mon.0) 7509 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:00:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: cephadm 2022-04-26T09:00:03.053116+0000 mgr.smithi136.ofnrfx (mgr.14188) 12480 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:00:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: cephadm 2022-04-26T09:00:03.053290+0000 mgr.smithi136.ofnrfx (mgr.14188) 12481 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:00:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: audit 2022-04-26T09:00:03.407283+0000 mon.smithi136 (mon.0) 7510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:00:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: audit 2022-04-26T09:00:03.411187+0000 mon.smithi136 (mon.0) 7511 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:00:04.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:04 smithi136 bash[11745]: audit 2022-04-26T09:00:03.686132+0000 mon.smithi136 (mon.0) 7512 : audit [DBG] from='client.? 172.21.15.136:0/2721777446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: cluster 2022-04-26T09:00:02.732398+0000 mgr.smithi136.ofnrfx (mgr.14188) 12477 : cluster [DBG] pgmap v11714: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: cluster 2022-04-26T09:00:03.038601+0000 mgr.smithi136.ofnrfx (mgr.14188) 12478 : cluster [DBG] pgmap v11715: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: cluster 2022-04-26T09:00:03.038755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12479 : cluster [DBG] pgmap v11716: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: audit 2022-04-26T09:00:03.043880+0000 mon.smithi136 (mon.0) 7508 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: audit 2022-04-26T09:00:03.051901+0000 mon.smithi136 (mon.0) 7509 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: cephadm 2022-04-26T09:00:03.053116+0000 mgr.smithi136.ofnrfx (mgr.14188) 12480 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: cephadm 2022-04-26T09:00:03.053290+0000 mgr.smithi136.ofnrfx (mgr.14188) 12481 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: audit 2022-04-26T09:00:03.407283+0000 mon.smithi136 (mon.0) 7510 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: audit 2022-04-26T09:00:03.411187+0000 mon.smithi136 (mon.0) 7511 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:00:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:04 smithi145 bash[13673]: audit 2022-04-26T09:00:03.686132+0000 mon.smithi136 (mon.0) 7512 : audit [DBG] from='client.? 172.21.15.136:0/2721777446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:06.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:06 smithi136 bash[11745]: cluster 2022-04-26T09:00:05.039220+0000 mgr.smithi136.ofnrfx (mgr.14188) 12482 : cluster [DBG] pgmap v11717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:06 smithi145 bash[13673]: cluster 2022-04-26T09:00:05.039220+0000 mgr.smithi136.ofnrfx (mgr.14188) 12482 : cluster [DBG] pgmap v11717: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:08 smithi136 bash[11745]: cluster 2022-04-26T09:00:07.039907+0000 mgr.smithi136.ofnrfx (mgr.14188) 12483 : cluster [DBG] pgmap v11718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:08 smithi145 bash[13673]: cluster 2022-04-26T09:00:07.039907+0000 mgr.smithi136.ofnrfx (mgr.14188) 12483 : cluster [DBG] pgmap v11718: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:08.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:08.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:08.706 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:09.032 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:09 smithi145 bash[13673]: audit 2022-04-26T09:00:09.015764+0000 mon.smithi136 (mon.0) 7513 : audit [DBG] from='client.? 172.21.15.136:0/1351745951' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:09 smithi136 bash[11745]: audit 2022-04-26T09:00:09.015764+0000 mon.smithi136 (mon.0) 7513 : audit [DBG] from='client.? 172.21.15.136:0/1351745951' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:10 smithi145 bash[13673]: cluster 2022-04-26T09:00:09.040562+0000 mgr.smithi136.ofnrfx (mgr.14188) 12484 : cluster [DBG] pgmap v11719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:10.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:10 smithi136 bash[11745]: cluster 2022-04-26T09:00:09.040562+0000 mgr.smithi136.ofnrfx (mgr.14188) 12484 : cluster [DBG] pgmap v11719: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:11 smithi136 bash[11745]: cluster 2022-04-26T09:00:11.041223+0000 mgr.smithi136.ofnrfx (mgr.14188) 12485 : cluster [DBG] pgmap v11720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:11 smithi145 bash[13673]: cluster 2022-04-26T09:00:11.041223+0000 mgr.smithi136.ofnrfx (mgr.14188) 12485 : cluster [DBG] pgmap v11720: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:14.035 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:14.036 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:14.036 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:14.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:14 smithi145 bash[13673]: cluster 2022-04-26T09:00:13.041820+0000 mgr.smithi136.ofnrfx (mgr.14188) 12486 : cluster [DBG] pgmap v11721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:14.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:14 smithi136 bash[11745]: cluster 2022-04-26T09:00:13.041820+0000 mgr.smithi136.ofnrfx (mgr.14188) 12486 : cluster [DBG] pgmap v11721: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:15 smithi145 bash[13673]: audit 2022-04-26T09:00:14.339265+0000 mon.smithi136 (mon.0) 7514 : audit [DBG] from='client.? 172.21.15.136:0/4280625434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:15 smithi136 bash[11745]: audit 2022-04-26T09:00:14.339265+0000 mon.smithi136 (mon.0) 7514 : audit [DBG] from='client.? 172.21.15.136:0/4280625434' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:16 smithi145 bash[13673]: cluster 2022-04-26T09:00:15.042395+0000 mgr.smithi136.ofnrfx (mgr.14188) 12487 : cluster [DBG] pgmap v11722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:16 smithi136 bash[11745]: cluster 2022-04-26T09:00:15.042395+0000 mgr.smithi136.ofnrfx (mgr.14188) 12487 : cluster [DBG] pgmap v11722: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:18 smithi145 bash[13673]: cluster 2022-04-26T09:00:17.043023+0000 mgr.smithi136.ofnrfx (mgr.14188) 12488 : cluster [DBG] pgmap v11723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:18.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:18 smithi136 bash[11745]: cluster 2022-04-26T09:00:17.043023+0000 mgr.smithi136.ofnrfx (mgr.14188) 12488 : cluster [DBG] pgmap v11723: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:19.357 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:19.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:19.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:19.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:20 smithi145 bash[13673]: cluster 2022-04-26T09:00:19.043677+0000 mgr.smithi136.ofnrfx (mgr.14188) 12489 : cluster [DBG] pgmap v11724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:20 smithi145 bash[13673]: audit 2022-04-26T09:00:19.664449+0000 mon.smithi136 (mon.0) 7515 : audit [DBG] from='client.? 172.21.15.136:0/3906128782' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:20 smithi136 bash[11745]: cluster 2022-04-26T09:00:19.043677+0000 mgr.smithi136.ofnrfx (mgr.14188) 12489 : cluster [DBG] pgmap v11724: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:20.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:20 smithi136 bash[11745]: audit 2022-04-26T09:00:19.664449+0000 mon.smithi136 (mon.0) 7515 : audit [DBG] from='client.? 172.21.15.136:0/3906128782' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:22.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:21 smithi136 bash[11745]: cluster 2022-04-26T09:00:21.044303+0000 mgr.smithi136.ofnrfx (mgr.14188) 12490 : cluster [DBG] pgmap v11725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:21 smithi145 bash[13673]: cluster 2022-04-26T09:00:21.044303+0000 mgr.smithi136.ofnrfx (mgr.14188) 12490 : cluster [DBG] pgmap v11725: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:24 smithi145 bash[13673]: cluster 2022-04-26T09:00:23.044904+0000 mgr.smithi136.ofnrfx (mgr.14188) 12491 : cluster [DBG] pgmap v11726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:24 smithi136 bash[11745]: cluster 2022-04-26T09:00:23.044904+0000 mgr.smithi136.ofnrfx (mgr.14188) 12491 : cluster [DBG] pgmap v11726: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:24.683 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:24.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:24.684 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:25.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:25 smithi145 bash[13673]: audit 2022-04-26T09:00:24.993807+0000 mon.smithi136 (mon.0) 7516 : audit [DBG] from='client.? 172.21.15.136:0/489868813' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:25 smithi136 bash[11745]: audit 2022-04-26T09:00:24.993807+0000 mon.smithi136 (mon.0) 7516 : audit [DBG] from='client.? 172.21.15.136:0/489868813' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:26 smithi145 bash[13673]: cluster 2022-04-26T09:00:25.045505+0000 mgr.smithi136.ofnrfx (mgr.14188) 12492 : cluster [DBG] pgmap v11727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:26 smithi136 bash[11745]: cluster 2022-04-26T09:00:25.045505+0000 mgr.smithi136.ofnrfx (mgr.14188) 12492 : cluster [DBG] pgmap v11727: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:28 smithi145 bash[13673]: cluster 2022-04-26T09:00:27.046248+0000 mgr.smithi136.ofnrfx (mgr.14188) 12493 : cluster [DBG] pgmap v11728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:28.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:28 smithi136 bash[11745]: cluster 2022-04-26T09:00:27.046248+0000 mgr.smithi136.ofnrfx (mgr.14188) 12493 : cluster [DBG] pgmap v11728: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:30.013 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:30.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:30.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:30.335 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:30 smithi145 bash[13673]: cluster 2022-04-26T09:00:29.046897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12494 : cluster [DBG] pgmap v11729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:30.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:30 smithi136 bash[11745]: cluster 2022-04-26T09:00:29.046897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12494 : cluster [DBG] pgmap v11729: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:31 smithi145 bash[13673]: audit 2022-04-26T09:00:30.320441+0000 mon.smithi136 (mon.0) 7517 : audit [DBG] from='client.? 172.21.15.136:0/3170044205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:31 smithi136 bash[11745]: audit 2022-04-26T09:00:30.320441+0000 mon.smithi136 (mon.0) 7517 : audit [DBG] from='client.? 172.21.15.136:0/3170044205' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:32 smithi145 bash[13673]: cluster 2022-04-26T09:00:31.047506+0000 mgr.smithi136.ofnrfx (mgr.14188) 12495 : cluster [DBG] pgmap v11730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:32.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:32 smithi136 bash[11745]: cluster 2022-04-26T09:00:31.047506+0000 mgr.smithi136.ofnrfx (mgr.14188) 12495 : cluster [DBG] pgmap v11730: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:34 smithi145 bash[13673]: cluster 2022-04-26T09:00:33.048148+0000 mgr.smithi136.ofnrfx (mgr.14188) 12496 : cluster [DBG] pgmap v11731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:34.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:34 smithi136 bash[11745]: cluster 2022-04-26T09:00:33.048148+0000 mgr.smithi136.ofnrfx (mgr.14188) 12496 : cluster [DBG] pgmap v11731: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:35.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:35.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:35.339 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:35.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:36 smithi145 bash[13673]: cluster 2022-04-26T09:00:35.048712+0000 mgr.smithi136.ofnrfx (mgr.14188) 12497 : cluster [DBG] pgmap v11732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:36.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:36 smithi145 bash[13673]: audit 2022-04-26T09:00:35.645959+0000 mon.smithi136 (mon.0) 7518 : audit [DBG] from='client.? 172.21.15.136:0/3432624810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:36 smithi136 bash[11745]: cluster 2022-04-26T09:00:35.048712+0000 mgr.smithi136.ofnrfx (mgr.14188) 12497 : cluster [DBG] pgmap v11732: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:36.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:36 smithi136 bash[11745]: audit 2022-04-26T09:00:35.645959+0000 mon.smithi136 (mon.0) 7518 : audit [DBG] from='client.? 172.21.15.136:0/3432624810' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:38 smithi145 bash[13673]: cluster 2022-04-26T09:00:37.049302+0000 mgr.smithi136.ofnrfx (mgr.14188) 12498 : cluster [DBG] pgmap v11733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:38.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:38 smithi136 bash[11745]: cluster 2022-04-26T09:00:37.049302+0000 mgr.smithi136.ofnrfx (mgr.14188) 12498 : cluster [DBG] pgmap v11733: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:40.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:40 smithi136 bash[11745]: cluster 2022-04-26T09:00:39.049987+0000 mgr.smithi136.ofnrfx (mgr.14188) 12499 : cluster [DBG] pgmap v11734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:40 smithi145 bash[13673]: cluster 2022-04-26T09:00:39.049987+0000 mgr.smithi136.ofnrfx (mgr.14188) 12499 : cluster [DBG] pgmap v11734: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:40.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:40.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:40.665 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:40.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:41 smithi136 bash[11745]: audit 2022-04-26T09:00:40.971668+0000 mon.smithi136 (mon.0) 7519 : audit [DBG] from='client.? 172.21.15.136:0/3861252491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:42.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:41 smithi136 bash[11745]: cluster 2022-04-26T09:00:41.050650+0000 mgr.smithi136.ofnrfx (mgr.14188) 12500 : cluster [DBG] pgmap v11735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:41 smithi145 bash[13673]: audit 2022-04-26T09:00:40.971668+0000 mon.smithi136 (mon.0) 7519 : audit [DBG] from='client.? 172.21.15.136:0/3861252491' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:41 smithi145 bash[13673]: cluster 2022-04-26T09:00:41.050650+0000 mgr.smithi136.ofnrfx (mgr.14188) 12500 : cluster [DBG] pgmap v11735: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:44 smithi145 bash[13673]: cluster 2022-04-26T09:00:43.051250+0000 mgr.smithi136.ofnrfx (mgr.14188) 12501 : cluster [DBG] pgmap v11736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:44.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:44 smithi136 bash[11745]: cluster 2022-04-26T09:00:43.051250+0000 mgr.smithi136.ofnrfx (mgr.14188) 12501 : cluster [DBG] pgmap v11736: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:45.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:45.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:45.997 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:46.318 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:46 smithi145 bash[13673]: cluster 2022-04-26T09:00:45.051874+0000 mgr.smithi136.ofnrfx (mgr.14188) 12502 : cluster [DBG] pgmap v11737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:46.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:46 smithi136 bash[11745]: cluster 2022-04-26T09:00:45.051874+0000 mgr.smithi136.ofnrfx (mgr.14188) 12502 : cluster [DBG] pgmap v11737: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:47 smithi145 bash[13673]: audit 2022-04-26T09:00:46.303307+0000 mon.smithi136 (mon.0) 7520 : audit [DBG] from='client.? 172.21.15.136:0/3408892481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:47 smithi136 bash[11745]: audit 2022-04-26T09:00:46.303307+0000 mon.smithi136 (mon.0) 7520 : audit [DBG] from='client.? 172.21.15.136:0/3408892481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:48 smithi145 bash[13673]: cluster 2022-04-26T09:00:47.052545+0000 mgr.smithi136.ofnrfx (mgr.14188) 12503 : cluster [DBG] pgmap v11738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:48.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:48 smithi136 bash[11745]: cluster 2022-04-26T09:00:47.052545+0000 mgr.smithi136.ofnrfx (mgr.14188) 12503 : cluster [DBG] pgmap v11738: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:50 smithi145 bash[13673]: cluster 2022-04-26T09:00:49.053157+0000 mgr.smithi136.ofnrfx (mgr.14188) 12504 : cluster [DBG] pgmap v11739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:50.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:50 smithi136 bash[11745]: cluster 2022-04-26T09:00:49.053157+0000 mgr.smithi136.ofnrfx (mgr.14188) 12504 : cluster [DBG] pgmap v11739: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:51.321 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:51.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:51.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:51.639 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:51 smithi136 bash[11745]: cluster 2022-04-26T09:00:51.053753+0000 mgr.smithi136.ofnrfx (mgr.14188) 12505 : cluster [DBG] pgmap v11740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:52.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:51 smithi136 bash[11745]: audit 2022-04-26T09:00:51.623918+0000 mon.smithi136 (mon.0) 7521 : audit [DBG] from='client.? 172.21.15.136:0/2949924920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:51 smithi145 bash[13673]: cluster 2022-04-26T09:00:51.053753+0000 mgr.smithi136.ofnrfx (mgr.14188) 12505 : cluster [DBG] pgmap v11740: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:51 smithi145 bash[13673]: audit 2022-04-26T09:00:51.623918+0000 mon.smithi136 (mon.0) 7521 : audit [DBG] from='client.? 172.21.15.136:0/2949924920' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:54 smithi145 bash[13673]: cluster 2022-04-26T09:00:53.054368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12506 : cluster [DBG] pgmap v11741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:54 smithi136 bash[11745]: cluster 2022-04-26T09:00:53.054368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12506 : cluster [DBG] pgmap v11741: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:56 smithi145 bash[13673]: cluster 2022-04-26T09:00:55.054935+0000 mgr.smithi136.ofnrfx (mgr.14188) 12507 : cluster [DBG] pgmap v11742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:56 smithi136 bash[11745]: cluster 2022-04-26T09:00:55.054935+0000 mgr.smithi136.ofnrfx (mgr.14188) 12507 : cluster [DBG] pgmap v11742: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:56.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:00:56.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:00:56.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:00:56.967 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:00:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:57 smithi145 bash[13673]: audit 2022-04-26T09:00:56.952469+0000 mon.smithi136 (mon.0) 7522 : audit [DBG] from='client.? 172.21.15.136:0/1785005634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:57 smithi136 bash[11745]: audit 2022-04-26T09:00:56.952469+0000 mon.smithi136 (mon.0) 7522 : audit [DBG] from='client.? 172.21.15.136:0/1785005634' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:00:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:00:58 smithi145 bash[13673]: cluster 2022-04-26T09:00:57.055601+0000 mgr.smithi136.ofnrfx (mgr.14188) 12508 : cluster [DBG] pgmap v11743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:00:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:00:58 smithi136 bash[11745]: cluster 2022-04-26T09:00:57.055601+0000 mgr.smithi136.ofnrfx (mgr.14188) 12508 : cluster [DBG] pgmap v11743: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:00 smithi145 bash[13673]: cluster 2022-04-26T09:00:59.056312+0000 mgr.smithi136.ofnrfx (mgr.14188) 12509 : cluster [DBG] pgmap v11744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:00 smithi136 bash[11745]: cluster 2022-04-26T09:00:59.056312+0000 mgr.smithi136.ofnrfx (mgr.14188) 12509 : cluster [DBG] pgmap v11744: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:01.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:01.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:01.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:01 smithi136 bash[11745]: cluster 2022-04-26T09:01:01.056950+0000 mgr.smithi136.ofnrfx (mgr.14188) 12510 : cluster [DBG] pgmap v11745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:01 smithi145 bash[13673]: cluster 2022-04-26T09:01:01.056950+0000 mgr.smithi136.ofnrfx (mgr.14188) 12510 : cluster [DBG] pgmap v11745: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:02.290 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:03.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:02 smithi136 bash[11745]: audit 2022-04-26T09:01:02.274190+0000 mon.smithi136 (mon.0) 7523 : audit [DBG] from='client.? 172.21.15.136:0/290391120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:02 smithi145 bash[13673]: audit 2022-04-26T09:01:02.274190+0000 mon.smithi136 (mon.0) 7523 : audit [DBG] from='client.? 172.21.15.136:0/290391120' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:03 smithi136 bash[11745]: cluster 2022-04-26T09:01:03.057557+0000 mgr.smithi136.ofnrfx (mgr.14188) 12511 : cluster [DBG] pgmap v11746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:03 smithi136 bash[11745]: audit 2022-04-26T09:01:03.063732+0000 mon.smithi136 (mon.0) 7524 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:01:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:03 smithi136 bash[11745]: audit 2022-04-26T09:01:03.066561+0000 mon.smithi136 (mon.0) 7525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:01:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:03 smithi136 bash[11745]: audit 2022-04-26T09:01:03.068466+0000 mon.smithi136 (mon.0) 7526 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:01:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:03 smithi136 bash[11745]: audit 2022-04-26T09:01:03.411423+0000 mon.smithi136 (mon.0) 7527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:01:04.062 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:03 smithi136 bash[11745]: audit 2022-04-26T09:01:03.415256+0000 mon.smithi136 (mon.0) 7528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:01:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:03 smithi145 bash[13673]: cluster 2022-04-26T09:01:03.057557+0000 mgr.smithi136.ofnrfx (mgr.14188) 12511 : cluster [DBG] pgmap v11746: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:03 smithi145 bash[13673]: audit 2022-04-26T09:01:03.063732+0000 mon.smithi136 (mon.0) 7524 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:01:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:03 smithi145 bash[13673]: audit 2022-04-26T09:01:03.066561+0000 mon.smithi136 (mon.0) 7525 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:01:04.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:03 smithi145 bash[13673]: audit 2022-04-26T09:01:03.068466+0000 mon.smithi136 (mon.0) 7526 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:01:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:03 smithi145 bash[13673]: audit 2022-04-26T09:01:03.411423+0000 mon.smithi136 (mon.0) 7527 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:01:04.154 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:03 smithi145 bash[13673]: audit 2022-04-26T09:01:03.415256+0000 mon.smithi136 (mon.0) 7528 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:01:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:06 smithi145 bash[13673]: cluster 2022-04-26T09:01:05.058085+0000 mgr.smithi136.ofnrfx (mgr.14188) 12512 : cluster [DBG] pgmap v11747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:06.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:06 smithi136 bash[11745]: cluster 2022-04-26T09:01:05.058085+0000 mgr.smithi136.ofnrfx (mgr.14188) 12512 : cluster [DBG] pgmap v11747: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:07.293 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:07.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:07.294 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:07.648 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:07 smithi145 bash[13673]: audit 2022-04-26T09:01:06.852947+0000 mon.smithi136 (mon.0) 7529 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:01:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:07 smithi145 bash[13673]: cluster 2022-04-26T09:01:07.058917+0000 mgr.smithi136.ofnrfx (mgr.14188) 12513 : cluster [DBG] pgmap v11748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:07 smithi145 bash[13673]: audit 2022-04-26T09:01:07.575485+0000 mon.smithi136 (mon.0) 7530 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:01:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:07 smithi145 bash[13673]: audit 2022-04-26T09:01:07.625516+0000 mon.smithi136 (mon.0) 7531 : audit [DBG] from='client.? 172.21.15.136:0/2572362941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:07 smithi136 bash[11745]: audit 2022-04-26T09:01:06.852947+0000 mon.smithi136 (mon.0) 7529 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:01:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:07 smithi136 bash[11745]: cluster 2022-04-26T09:01:07.058917+0000 mgr.smithi136.ofnrfx (mgr.14188) 12513 : cluster [DBG] pgmap v11748: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:07 smithi136 bash[11745]: audit 2022-04-26T09:01:07.575485+0000 mon.smithi136 (mon.0) 7530 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:01:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:07 smithi136 bash[11745]: audit 2022-04-26T09:01:07.625516+0000 mon.smithi136 (mon.0) 7531 : audit [DBG] from='client.? 172.21.15.136:0/2572362941' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:08 smithi145 bash[13673]: cluster 2022-04-26T09:01:07.859945+0000 mgr.smithi136.ofnrfx (mgr.14188) 12514 : cluster [DBG] pgmap v11749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:08 smithi145 bash[13673]: cluster 2022-04-26T09:01:07.860783+0000 mgr.smithi136.ofnrfx (mgr.14188) 12515 : cluster [DBG] pgmap v11750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:08 smithi145 bash[13673]: audit 2022-04-26T09:01:07.867117+0000 mon.smithi136 (mon.0) 7532 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:01:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:08 smithi145 bash[13673]: audit 2022-04-26T09:01:07.873224+0000 mon.smithi136 (mon.0) 7533 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:01:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:08 smithi145 bash[13673]: cephadm 2022-04-26T09:01:07.874257+0000 mgr.smithi136.ofnrfx (mgr.14188) 12516 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:01:09.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:08 smithi145 bash[13673]: cephadm 2022-04-26T09:01:07.874398+0000 mgr.smithi136.ofnrfx (mgr.14188) 12517 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:01:09.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:08 smithi136 bash[11745]: cluster 2022-04-26T09:01:07.859945+0000 mgr.smithi136.ofnrfx (mgr.14188) 12514 : cluster [DBG] pgmap v11749: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:09.331 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:08 smithi136 bash[11745]: cluster 2022-04-26T09:01:07.860783+0000 mgr.smithi136.ofnrfx (mgr.14188) 12515 : cluster [DBG] pgmap v11750: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:09.332 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:08 smithi136 bash[11745]: audit 2022-04-26T09:01:07.867117+0000 mon.smithi136 (mon.0) 7532 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:01:09.332 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:08 smithi136 bash[11745]: audit 2022-04-26T09:01:07.873224+0000 mon.smithi136 (mon.0) 7533 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:01:09.332 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:08 smithi136 bash[11745]: cephadm 2022-04-26T09:01:07.874257+0000 mgr.smithi136.ofnrfx (mgr.14188) 12516 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:01:09.332 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:08 smithi136 bash[11745]: cephadm 2022-04-26T09:01:07.874398+0000 mgr.smithi136.ofnrfx (mgr.14188) 12517 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:01:11.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:10 smithi136 bash[11745]: cluster 2022-04-26T09:01:09.861464+0000 mgr.smithi136.ofnrfx (mgr.14188) 12518 : cluster [DBG] pgmap v11751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:11.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:10 smithi145 bash[13673]: cluster 2022-04-26T09:01:09.861464+0000 mgr.smithi136.ofnrfx (mgr.14188) 12518 : cluster [DBG] pgmap v11751: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:12.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:12.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:12.651 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:12.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:12 smithi145 bash[13673]: cluster 2022-04-26T09:01:11.862095+0000 mgr.smithi136.ofnrfx (mgr.14188) 12519 : cluster [DBG] pgmap v11752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:12 smithi136 bash[11745]: cluster 2022-04-26T09:01:11.862095+0000 mgr.smithi136.ofnrfx (mgr.14188) 12519 : cluster [DBG] pgmap v11752: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:13 smithi145 bash[13673]: audit 2022-04-26T09:01:12.962068+0000 mon.smithi136 (mon.0) 7534 : audit [DBG] from='client.? 172.21.15.136:0/3910272762' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:13 smithi136 bash[11745]: audit 2022-04-26T09:01:12.962068+0000 mon.smithi136 (mon.0) 7534 : audit [DBG] from='client.? 172.21.15.136:0/3910272762' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:15.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:14 smithi145 bash[13673]: cluster 2022-04-26T09:01:13.862832+0000 mgr.smithi136.ofnrfx (mgr.14188) 12520 : cluster [DBG] pgmap v11753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:14 smithi136 bash[11745]: cluster 2022-04-26T09:01:13.862832+0000 mgr.smithi136.ofnrfx (mgr.14188) 12520 : cluster [DBG] pgmap v11753: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:16 smithi136 bash[11745]: cluster 2022-04-26T09:01:15.863481+0000 mgr.smithi136.ofnrfx (mgr.14188) 12521 : cluster [DBG] pgmap v11754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:16 smithi145 bash[13673]: cluster 2022-04-26T09:01:15.863481+0000 mgr.smithi136.ofnrfx (mgr.14188) 12521 : cluster [DBG] pgmap v11754: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:17.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:17.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:17.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:18.306 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:19.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:18 smithi136 bash[11745]: cluster 2022-04-26T09:01:17.864210+0000 mgr.smithi136.ofnrfx (mgr.14188) 12522 : cluster [DBG] pgmap v11755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:19.246 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:18 smithi136 bash[11745]: audit 2022-04-26T09:01:18.291380+0000 mon.smithi136 (mon.0) 7535 : audit [DBG] from='client.? 172.21.15.136:0/2366172083' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:18 smithi145 bash[13673]: cluster 2022-04-26T09:01:17.864210+0000 mgr.smithi136.ofnrfx (mgr.14188) 12522 : cluster [DBG] pgmap v11755: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:18 smithi145 bash[13673]: audit 2022-04-26T09:01:18.291380+0000 mon.smithi136 (mon.0) 7535 : audit [DBG] from='client.? 172.21.15.136:0/2366172083' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:20 smithi136 bash[11745]: cluster 2022-04-26T09:01:19.864821+0000 mgr.smithi136.ofnrfx (mgr.14188) 12523 : cluster [DBG] pgmap v11756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:20 smithi145 bash[13673]: cluster 2022-04-26T09:01:19.864821+0000 mgr.smithi136.ofnrfx (mgr.14188) 12523 : cluster [DBG] pgmap v11756: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:23.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:23.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:23.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:22 smithi136 bash[11745]: cluster 2022-04-26T09:01:21.865455+0000 mgr.smithi136.ofnrfx (mgr.14188) 12524 : cluster [DBG] pgmap v11757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:22 smithi145 bash[13673]: cluster 2022-04-26T09:01:21.865455+0000 mgr.smithi136.ofnrfx (mgr.14188) 12524 : cluster [DBG] pgmap v11757: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:23.638 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:23 smithi136 bash[11745]: audit 2022-04-26T09:01:23.616906+0000 mon.smithi136 (mon.0) 7536 : audit [DBG] from='client.? 172.21.15.136:0/3418517886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:23 smithi145 bash[13673]: audit 2022-04-26T09:01:23.616906+0000 mon.smithi136 (mon.0) 7536 : audit [DBG] from='client.? 172.21.15.136:0/3418517886' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:24 smithi136 bash[11745]: cluster 2022-04-26T09:01:23.866126+0000 mgr.smithi136.ofnrfx (mgr.14188) 12525 : cluster [DBG] pgmap v11758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:24 smithi145 bash[13673]: cluster 2022-04-26T09:01:23.866126+0000 mgr.smithi136.ofnrfx (mgr.14188) 12525 : cluster [DBG] pgmap v11758: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:26 smithi136 bash[11745]: cluster 2022-04-26T09:01:25.866736+0000 mgr.smithi136.ofnrfx (mgr.14188) 12526 : cluster [DBG] pgmap v11759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:26 smithi145 bash[13673]: cluster 2022-04-26T09:01:25.866736+0000 mgr.smithi136.ofnrfx (mgr.14188) 12526 : cluster [DBG] pgmap v11759: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:28.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:28.641 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:28.642 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:28.968 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:29.247 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:28 smithi136 bash[11745]: cluster 2022-04-26T09:01:27.867361+0000 mgr.smithi136.ofnrfx (mgr.14188) 12527 : cluster [DBG] pgmap v11760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:28 smithi145 bash[13673]: cluster 2022-04-26T09:01:27.867361+0000 mgr.smithi136.ofnrfx (mgr.14188) 12527 : cluster [DBG] pgmap v11760: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:29 smithi136 bash[11745]: audit 2022-04-26T09:01:28.951785+0000 mon.smithi136 (mon.0) 7537 : audit [DBG] from='client.? 172.21.15.136:0/3191609781' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:29 smithi145 bash[13673]: audit 2022-04-26T09:01:28.951785+0000 mon.smithi136 (mon.0) 7537 : audit [DBG] from='client.? 172.21.15.136:0/3191609781' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:30 smithi136 bash[11745]: cluster 2022-04-26T09:01:29.867957+0000 mgr.smithi136.ofnrfx (mgr.14188) 12528 : cluster [DBG] pgmap v11761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:30 smithi145 bash[13673]: cluster 2022-04-26T09:01:29.867957+0000 mgr.smithi136.ofnrfx (mgr.14188) 12528 : cluster [DBG] pgmap v11761: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:32 smithi136 bash[11745]: cluster 2022-04-26T09:01:31.868700+0000 mgr.smithi136.ofnrfx (mgr.14188) 12529 : cluster [DBG] pgmap v11762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:32 smithi145 bash[13673]: cluster 2022-04-26T09:01:31.868700+0000 mgr.smithi136.ofnrfx (mgr.14188) 12529 : cluster [DBG] pgmap v11762: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:33.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:33.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:33.971 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:34.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:34 smithi136 bash[11745]: cluster 2022-04-26T09:01:33.869368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12530 : cluster [DBG] pgmap v11763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:34 smithi136 bash[11745]: audit 2022-04-26T09:01:34.272520+0000 mon.smithi136 (mon.0) 7538 : audit [DBG] from='client.? 172.21.15.136:0/3281122439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:34 smithi145 bash[13673]: cluster 2022-04-26T09:01:33.869368+0000 mgr.smithi136.ofnrfx (mgr.14188) 12530 : cluster [DBG] pgmap v11763: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:34 smithi145 bash[13673]: audit 2022-04-26T09:01:34.272520+0000 mon.smithi136 (mon.0) 7538 : audit [DBG] from='client.? 172.21.15.136:0/3281122439' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:36 smithi136 bash[11745]: cluster 2022-04-26T09:01:35.869958+0000 mgr.smithi136.ofnrfx (mgr.14188) 12531 : cluster [DBG] pgmap v11764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:36 smithi145 bash[13673]: cluster 2022-04-26T09:01:35.869958+0000 mgr.smithi136.ofnrfx (mgr.14188) 12531 : cluster [DBG] pgmap v11764: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:39.248 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:38 smithi136 bash[11745]: cluster 2022-04-26T09:01:37.870600+0000 mgr.smithi136.ofnrfx (mgr.14188) 12532 : cluster [DBG] pgmap v11765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:39.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:39.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:39.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:38 smithi145 bash[13673]: cluster 2022-04-26T09:01:37.870600+0000 mgr.smithi136.ofnrfx (mgr.14188) 12532 : cluster [DBG] pgmap v11765: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:39.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:39 smithi136 bash[11745]: audit 2022-04-26T09:01:39.602248+0000 mon.smithi136 (mon.0) 7539 : audit [DBG] from='client.? 172.21.15.136:0/3817785323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:39 smithi145 bash[13673]: audit 2022-04-26T09:01:39.602248+0000 mon.smithi136 (mon.0) 7539 : audit [DBG] from='client.? 172.21.15.136:0/3817785323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:40 smithi136 bash[11745]: cluster 2022-04-26T09:01:39.871310+0000 mgr.smithi136.ofnrfx (mgr.14188) 12533 : cluster [DBG] pgmap v11766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:40 smithi145 bash[13673]: cluster 2022-04-26T09:01:39.871310+0000 mgr.smithi136.ofnrfx (mgr.14188) 12533 : cluster [DBG] pgmap v11766: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:42 smithi136 bash[11745]: cluster 2022-04-26T09:01:41.872019+0000 mgr.smithi136.ofnrfx (mgr.14188) 12534 : cluster [DBG] pgmap v11767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:42 smithi145 bash[13673]: cluster 2022-04-26T09:01:41.872019+0000 mgr.smithi136.ofnrfx (mgr.14188) 12534 : cluster [DBG] pgmap v11767: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:44.625 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:44.625 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:44.625 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:44.951 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:44 smithi136 bash[11745]: cluster 2022-04-26T09:01:43.872652+0000 mgr.smithi136.ofnrfx (mgr.14188) 12535 : cluster [DBG] pgmap v11768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:44 smithi136 bash[11745]: audit 2022-04-26T09:01:44.935133+0000 mon.smithi136 (mon.0) 7540 : audit [DBG] from='client.? 172.21.15.136:0/33685463' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:44 smithi145 bash[13673]: cluster 2022-04-26T09:01:43.872652+0000 mgr.smithi136.ofnrfx (mgr.14188) 12535 : cluster [DBG] pgmap v11768: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:45.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:44 smithi145 bash[13673]: audit 2022-04-26T09:01:44.935133+0000 mon.smithi136 (mon.0) 7540 : audit [DBG] from='client.? 172.21.15.136:0/33685463' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:46 smithi136 bash[11745]: cluster 2022-04-26T09:01:45.873352+0000 mgr.smithi136.ofnrfx (mgr.14188) 12536 : cluster [DBG] pgmap v11769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:46 smithi145 bash[13673]: cluster 2022-04-26T09:01:45.873352+0000 mgr.smithi136.ofnrfx (mgr.14188) 12536 : cluster [DBG] pgmap v11769: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:49.247 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:48 smithi136 bash[11745]: cluster 2022-04-26T09:01:47.874133+0000 mgr.smithi136.ofnrfx (mgr.14188) 12537 : cluster [DBG] pgmap v11770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:48 smithi145 bash[13673]: cluster 2022-04-26T09:01:47.874133+0000 mgr.smithi136.ofnrfx (mgr.14188) 12537 : cluster [DBG] pgmap v11770: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:49.955 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:49.955 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:49.955 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:50.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:50 smithi136 bash[11745]: cluster 2022-04-26T09:01:49.874756+0000 mgr.smithi136.ofnrfx (mgr.14188) 12538 : cluster [DBG] pgmap v11771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:50 smithi136 bash[11745]: audit 2022-04-26T09:01:50.265500+0000 mon.smithi136 (mon.0) 7541 : audit [DBG] from='client.? 172.21.15.136:0/3868918149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:50 smithi145 bash[13673]: cluster 2022-04-26T09:01:49.874756+0000 mgr.smithi136.ofnrfx (mgr.14188) 12538 : cluster [DBG] pgmap v11771: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:51.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:50 smithi145 bash[13673]: audit 2022-04-26T09:01:50.265500+0000 mon.smithi136 (mon.0) 7541 : audit [DBG] from='client.? 172.21.15.136:0/3868918149' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:52 smithi136 bash[11745]: cluster 2022-04-26T09:01:51.875394+0000 mgr.smithi136.ofnrfx (mgr.14188) 12539 : cluster [DBG] pgmap v11772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:52 smithi145 bash[13673]: cluster 2022-04-26T09:01:51.875394+0000 mgr.smithi136.ofnrfx (mgr.14188) 12539 : cluster [DBG] pgmap v11772: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:55.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:01:55.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:01:55.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:01:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:54 smithi136 bash[11745]: cluster 2022-04-26T09:01:53.876137+0000 mgr.smithi136.ofnrfx (mgr.14188) 12540 : cluster [DBG] pgmap v11773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:55.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:54 smithi145 bash[13673]: cluster 2022-04-26T09:01:53.876137+0000 mgr.smithi136.ofnrfx (mgr.14188) 12540 : cluster [DBG] pgmap v11773: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:55.622 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:01:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:55 smithi136 bash[11745]: audit 2022-04-26T09:01:55.607157+0000 mon.smithi136 (mon.0) 7542 : audit [DBG] from='client.? 172.21.15.136:0/1970503148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:55 smithi145 bash[13673]: audit 2022-04-26T09:01:55.607157+0000 mon.smithi136 (mon.0) 7542 : audit [DBG] from='client.? 172.21.15.136:0/1970503148' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:01:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:56 smithi136 bash[11745]: cluster 2022-04-26T09:01:55.876811+0000 mgr.smithi136.ofnrfx (mgr.14188) 12541 : cluster [DBG] pgmap v11774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:56 smithi145 bash[13673]: cluster 2022-04-26T09:01:55.876811+0000 mgr.smithi136.ofnrfx (mgr.14188) 12541 : cluster [DBG] pgmap v11774: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:59.248 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:01:58 smithi136 bash[11745]: cluster 2022-04-26T09:01:57.877463+0000 mgr.smithi136.ofnrfx (mgr.14188) 12542 : cluster [DBG] pgmap v11775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:01:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:01:58 smithi145 bash[13673]: cluster 2022-04-26T09:01:57.877463+0000 mgr.smithi136.ofnrfx (mgr.14188) 12542 : cluster [DBG] pgmap v11775: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:00.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:00.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:00.626 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:00.950 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:00 smithi136 bash[11745]: cluster 2022-04-26T09:01:59.878056+0000 mgr.smithi136.ofnrfx (mgr.14188) 12543 : cluster [DBG] pgmap v11776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:00 smithi136 bash[11745]: audit 2022-04-26T09:02:00.935105+0000 mon.smithi136 (mon.0) 7543 : audit [DBG] from='client.? 172.21.15.136:0/1048544840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:00 smithi145 bash[13673]: cluster 2022-04-26T09:01:59.878056+0000 mgr.smithi136.ofnrfx (mgr.14188) 12543 : cluster [DBG] pgmap v11776: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:00 smithi145 bash[13673]: audit 2022-04-26T09:02:00.935105+0000 mon.smithi136 (mon.0) 7543 : audit [DBG] from='client.? 172.21.15.136:0/1048544840' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:02 smithi136 bash[11745]: cluster 2022-04-26T09:02:01.878663+0000 mgr.smithi136.ofnrfx (mgr.14188) 12544 : cluster [DBG] pgmap v11777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:02 smithi145 bash[13673]: cluster 2022-04-26T09:02:01.878663+0000 mgr.smithi136.ofnrfx (mgr.14188) 12544 : cluster [DBG] pgmap v11777: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:04.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:03 smithi136 bash[11745]: audit 2022-04-26T09:02:03.415547+0000 mon.smithi136 (mon.0) 7544 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:02:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:03 smithi136 bash[11745]: audit 2022-04-26T09:02:03.419558+0000 mon.smithi136 (mon.0) 7545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:02:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:03 smithi145 bash[13673]: audit 2022-04-26T09:02:03.415547+0000 mon.smithi136 (mon.0) 7544 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:02:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:03 smithi145 bash[13673]: audit 2022-04-26T09:02:03.419558+0000 mon.smithi136 (mon.0) 7545 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:02:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:04 smithi136 bash[11745]: cluster 2022-04-26T09:02:03.879326+0000 mgr.smithi136.ofnrfx (mgr.14188) 12545 : cluster [DBG] pgmap v11778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:04 smithi145 bash[13673]: cluster 2022-04-26T09:02:03.879326+0000 mgr.smithi136.ofnrfx (mgr.14188) 12545 : cluster [DBG] pgmap v11778: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:05.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:05.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:05.954 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:06.282 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:06 smithi136 bash[11745]: cluster 2022-04-26T09:02:05.879923+0000 mgr.smithi136.ofnrfx (mgr.14188) 12546 : cluster [DBG] pgmap v11779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:06 smithi136 bash[11745]: audit 2022-04-26T09:02:06.266485+0000 mon.smithi136 (mon.0) 7546 : audit [DBG] from='client.? 172.21.15.136:0/2932702165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:06 smithi145 bash[13673]: cluster 2022-04-26T09:02:05.879923+0000 mgr.smithi136.ofnrfx (mgr.14188) 12546 : cluster [DBG] pgmap v11779: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:06 smithi145 bash[13673]: audit 2022-04-26T09:02:06.266485+0000 mon.smithi136 (mon.0) 7546 : audit [DBG] from='client.? 172.21.15.136:0/2932702165' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:07 smithi136 bash[11745]: audit 2022-04-26T09:02:07.884006+0000 mon.smithi136 (mon.0) 7547 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:02:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:07 smithi136 bash[11745]: audit 2022-04-26T09:02:07.886770+0000 mon.smithi136 (mon.0) 7548 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:02:08.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:07 smithi136 bash[11745]: audit 2022-04-26T09:02:07.888619+0000 mon.smithi136 (mon.0) 7549 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:02:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:07 smithi145 bash[13673]: audit 2022-04-26T09:02:07.884006+0000 mon.smithi136 (mon.0) 7547 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:02:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:07 smithi145 bash[13673]: audit 2022-04-26T09:02:07.886770+0000 mon.smithi136 (mon.0) 7548 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:02:08.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:07 smithi145 bash[13673]: audit 2022-04-26T09:02:07.888619+0000 mon.smithi136 (mon.0) 7549 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:02:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:09 smithi136 bash[11745]: cluster 2022-04-26T09:02:07.880544+0000 mgr.smithi136.ofnrfx (mgr.14188) 12547 : cluster [DBG] pgmap v11780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:09 smithi136 bash[11745]: audit 2022-04-26T09:02:08.187959+0000 mon.smithi136 (mon.0) 7550 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:09 smithi145 bash[13673]: cluster 2022-04-26T09:02:07.880544+0000 mgr.smithi136.ofnrfx (mgr.14188) 12547 : cluster [DBG] pgmap v11780: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:09 smithi145 bash[13673]: audit 2022-04-26T09:02:08.187959+0000 mon.smithi136 (mon.0) 7550 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:11.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:11.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:11.288 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:11.543 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:11 smithi145 bash[13673]: cluster 2022-04-26T09:02:09.881129+0000 mgr.smithi136.ofnrfx (mgr.14188) 12548 : cluster [DBG] pgmap v11781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:11.580 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:11 smithi136 bash[11745]: cluster 2022-04-26T09:02:09.881129+0000 mgr.smithi136.ofnrfx (mgr.14188) 12548 : cluster [DBG] pgmap v11781: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:11.614 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:12.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:12 smithi136 bash[11745]: audit 2022-04-26T09:02:11.598402+0000 mon.smithi136 (mon.0) 7551 : audit [DBG] from='client.? 172.21.15.136:0/2833521173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:12 smithi145 bash[13673]: audit 2022-04-26T09:02:11.598402+0000 mon.smithi136 (mon.0) 7551 : audit [DBG] from='client.? 172.21.15.136:0/2833521173' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:13 smithi136 bash[11745]: cluster 2022-04-26T09:02:11.881773+0000 mgr.smithi136.ofnrfx (mgr.14188) 12549 : cluster [DBG] pgmap v11782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:13 smithi145 bash[13673]: cluster 2022-04-26T09:02:11.881773+0000 mgr.smithi136.ofnrfx (mgr.14188) 12549 : cluster [DBG] pgmap v11782: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:15 smithi136 bash[11745]: cluster 2022-04-26T09:02:13.882415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12550 : cluster [DBG] pgmap v11783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:15 smithi145 bash[13673]: cluster 2022-04-26T09:02:13.882415+0000 mgr.smithi136.ofnrfx (mgr.14188) 12550 : cluster [DBG] pgmap v11783: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:16.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:16.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:16.617 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: cephadm 2022-04-26T09:02:15.569876+0000 mgr.smithi136.ofnrfx (mgr.14188) 12551 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: audit 2022-04-26T09:02:15.582339+0000 mon.smithi136 (mon.0) 7552 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: cluster 2022-04-26T09:02:15.873765+0000 mgr.smithi136.ofnrfx (mgr.14188) 12552 : cluster [DBG] pgmap v11784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: cluster 2022-04-26T09:02:15.874349+0000 mgr.smithi136.ofnrfx (mgr.14188) 12553 : cluster [DBG] pgmap v11785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: audit 2022-04-26T09:02:15.881635+0000 mon.smithi136 (mon.0) 7553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: audit 2022-04-26T09:02:15.890104+0000 mon.smithi136 (mon.0) 7554 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: cephadm 2022-04-26T09:02:15.891340+0000 mgr.smithi136.ofnrfx (mgr.14188) 12554 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:02:16.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: cephadm 2022-04-26T09:02:15.891475+0000 mgr.smithi136.ofnrfx (mgr.14188) 12555 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:02:16.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: audit 2022-04-26T09:02:15.900925+0000 mon.smithi136 (mon.0) 7555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T09:02:16.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:16 smithi145 bash[13673]: audit 2022-04-26T09:02:15.902419+0000 mon.smithi136 (mon.0) 7556 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:02:16.943 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: cephadm 2022-04-26T09:02:15.569876+0000 mgr.smithi136.ofnrfx (mgr.14188) 12551 : cephadm [INF] Detected new or changed devices on smithi145 2022-04-26T09:02:17.148 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: audit 2022-04-26T09:02:15.582339+0000 mon.smithi136 (mon.0) 7552 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: cluster 2022-04-26T09:02:15.873765+0000 mgr.smithi136.ofnrfx (mgr.14188) 12552 : cluster [DBG] pgmap v11784: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: cluster 2022-04-26T09:02:15.874349+0000 mgr.smithi136.ofnrfx (mgr.14188) 12553 : cluster [DBG] pgmap v11785: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: audit 2022-04-26T09:02:15.881635+0000 mon.smithi136 (mon.0) 7553 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: audit 2022-04-26T09:02:15.890104+0000 mon.smithi136 (mon.0) 7554 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: cephadm 2022-04-26T09:02:15.891340+0000 mgr.smithi136.ofnrfx (mgr.14188) 12554 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: cephadm 2022-04-26T09:02:15.891475+0000 mgr.smithi136.ofnrfx (mgr.14188) 12555 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: audit 2022-04-26T09:02:15.900925+0000 mon.smithi136 (mon.0) 7555 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T09:02:17.149 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:16 smithi136 bash[11745]: audit 2022-04-26T09:02:15.902419+0000 mon.smithi136 (mon.0) 7556 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:02:18.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:17 smithi136 bash[11745]: audit 2022-04-26T09:02:16.927331+0000 mon.smithi136 (mon.0) 7557 : audit [DBG] from='client.? 172.21.15.136:0/1769745250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:18.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:17 smithi145 bash[13673]: audit 2022-04-26T09:02:16.927331+0000 mon.smithi136 (mon.0) 7557 : audit [DBG] from='client.? 172.21.15.136:0/1769745250' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:18 smithi136 bash[11745]: cluster 2022-04-26T09:02:17.875072+0000 mgr.smithi136.ofnrfx (mgr.14188) 12556 : cluster [DBG] pgmap v11786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:19.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:18 smithi145 bash[13673]: cluster 2022-04-26T09:02:17.875072+0000 mgr.smithi136.ofnrfx (mgr.14188) 12556 : cluster [DBG] pgmap v11786: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:21.192 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:20 smithi145 bash[13673]: cluster 2022-04-26T09:02:19.875678+0000 mgr.smithi136.ofnrfx (mgr.14188) 12557 : cluster [DBG] pgmap v11787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:20 smithi136 bash[11745]: cluster 2022-04-26T09:02:19.875678+0000 mgr.smithi136.ofnrfx (mgr.14188) 12557 : cluster [DBG] pgmap v11787: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:21.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:21.946 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:21.948 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:22.272 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:22 smithi136 bash[11745]: cluster 2022-04-26T09:02:21.876247+0000 mgr.smithi136.ofnrfx (mgr.14188) 12558 : cluster [DBG] pgmap v11788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:22 smithi136 bash[11745]: audit 2022-04-26T09:02:22.256708+0000 mon.smithi136 (mon.0) 7558 : audit [DBG] from='client.? 172.21.15.136:0/2039335028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:22 smithi145 bash[13673]: cluster 2022-04-26T09:02:21.876247+0000 mgr.smithi136.ofnrfx (mgr.14188) 12558 : cluster [DBG] pgmap v11788: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:23.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:22 smithi145 bash[13673]: audit 2022-04-26T09:02:22.256708+0000 mon.smithi136 (mon.0) 7558 : audit [DBG] from='client.? 172.21.15.136:0/2039335028' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:24 smithi136 bash[11745]: cluster 2022-04-26T09:02:23.876916+0000 mgr.smithi136.ofnrfx (mgr.14188) 12559 : cluster [DBG] pgmap v11789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:24 smithi145 bash[13673]: cluster 2022-04-26T09:02:23.876916+0000 mgr.smithi136.ofnrfx (mgr.14188) 12559 : cluster [DBG] pgmap v11789: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:26 smithi136 bash[11745]: cluster 2022-04-26T09:02:25.877520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12560 : cluster [DBG] pgmap v11790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:26 smithi145 bash[13673]: cluster 2022-04-26T09:02:25.877520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12560 : cluster [DBG] pgmap v11790: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:27.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:27.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:27.275 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:27.597 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:27 smithi136 bash[11745]: audit 2022-04-26T09:02:27.581574+0000 mon.smithi136 (mon.0) 7559 : audit [DBG] from='client.? 172.21.15.136:0/1047725500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:28.065 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:27 smithi145 bash[13673]: audit 2022-04-26T09:02:27.581574+0000 mon.smithi136 (mon.0) 7559 : audit [DBG] from='client.? 172.21.15.136:0/1047725500' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:28 smithi136 bash[11745]: cluster 2022-04-26T09:02:27.878151+0000 mgr.smithi136.ofnrfx (mgr.14188) 12561 : cluster [DBG] pgmap v11791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:28 smithi145 bash[13673]: cluster 2022-04-26T09:02:27.878151+0000 mgr.smithi136.ofnrfx (mgr.14188) 12561 : cluster [DBG] pgmap v11791: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:30 smithi136 bash[11745]: audit 2022-04-26T09:02:29.300415+0000 mon.smithi136 (mon.0) 7560 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:30 smithi145 bash[13673]: audit 2022-04-26T09:02:29.300415+0000 mon.smithi136 (mon.0) 7560 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:02:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:31 smithi136 bash[11745]: cluster 2022-04-26T09:02:29.878736+0000 mgr.smithi136.ofnrfx (mgr.14188) 12562 : cluster [DBG] pgmap v11792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:31 smithi145 bash[13673]: cluster 2022-04-26T09:02:29.878736+0000 mgr.smithi136.ofnrfx (mgr.14188) 12562 : cluster [DBG] pgmap v11792: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:32.600 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:32.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:32.601 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:32.917 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:33 smithi145 bash[13673]: cluster 2022-04-26T09:02:31.879358+0000 mgr.smithi136.ofnrfx (mgr.14188) 12563 : cluster [DBG] pgmap v11793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:33.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:33 smithi145 bash[13673]: audit 2022-04-26T09:02:32.901296+0000 mon.smithi136 (mon.0) 7561 : audit [DBG] from='client.? 172.21.15.136:0/2330564743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:33 smithi136 bash[11745]: cluster 2022-04-26T09:02:31.879358+0000 mgr.smithi136.ofnrfx (mgr.14188) 12563 : cluster [DBG] pgmap v11793: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:33 smithi136 bash[11745]: audit 2022-04-26T09:02:32.901296+0000 mon.smithi136 (mon.0) 7561 : audit [DBG] from='client.? 172.21.15.136:0/2330564743' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:35 smithi145 bash[13673]: cluster 2022-04-26T09:02:33.879977+0000 mgr.smithi136.ofnrfx (mgr.14188) 12564 : cluster [DBG] pgmap v11794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:35.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:35 smithi136 bash[11745]: cluster 2022-04-26T09:02:33.879977+0000 mgr.smithi136.ofnrfx (mgr.14188) 12564 : cluster [DBG] pgmap v11794: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:36 smithi136 bash[11745]: cluster 2022-04-26T09:02:35.880586+0000 mgr.smithi136.ofnrfx (mgr.14188) 12565 : cluster [DBG] pgmap v11795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:37.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:36 smithi145 bash[13673]: cluster 2022-04-26T09:02:35.880586+0000 mgr.smithi136.ofnrfx (mgr.14188) 12565 : cluster [DBG] pgmap v11795: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:37.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:37.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:37.921 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:38.246 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:39.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:38 smithi136 bash[11745]: cluster 2022-04-26T09:02:37.881202+0000 mgr.smithi136.ofnrfx (mgr.14188) 12566 : cluster [DBG] pgmap v11796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:39.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:38 smithi136 bash[11745]: audit 2022-04-26T09:02:38.231264+0000 mon.smithi136 (mon.0) 7562 : audit [DBG] from='client.? 172.21.15.136:0/723808578' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:38 smithi145 bash[13673]: cluster 2022-04-26T09:02:37.881202+0000 mgr.smithi136.ofnrfx (mgr.14188) 12566 : cluster [DBG] pgmap v11796: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:39.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:38 smithi145 bash[13673]: audit 2022-04-26T09:02:38.231264+0000 mon.smithi136 (mon.0) 7562 : audit [DBG] from='client.? 172.21.15.136:0/723808578' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:40 smithi136 bash[11745]: cluster 2022-04-26T09:02:39.881774+0000 mgr.smithi136.ofnrfx (mgr.14188) 12567 : cluster [DBG] pgmap v11797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:40 smithi145 bash[13673]: cluster 2022-04-26T09:02:39.881774+0000 mgr.smithi136.ofnrfx (mgr.14188) 12567 : cluster [DBG] pgmap v11797: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:43.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:43.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:43.250 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:42 smithi136 bash[11745]: cluster 2022-04-26T09:02:41.882412+0000 mgr.smithi136.ofnrfx (mgr.14188) 12568 : cluster [DBG] pgmap v11798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:42 smithi145 bash[13673]: cluster 2022-04-26T09:02:41.882412+0000 mgr.smithi136.ofnrfx (mgr.14188) 12568 : cluster [DBG] pgmap v11798: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:43.579 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:44.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:43 smithi136 bash[11745]: audit 2022-04-26T09:02:43.563036+0000 mon.smithi136 (mon.0) 7563 : audit [DBG] from='client.? 172.21.15.136:0/3541316882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:43 smithi145 bash[13673]: audit 2022-04-26T09:02:43.563036+0000 mon.smithi136 (mon.0) 7563 : audit [DBG] from='client.? 172.21.15.136:0/3541316882' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:44 smithi136 bash[11745]: cluster 2022-04-26T09:02:43.883071+0000 mgr.smithi136.ofnrfx (mgr.14188) 12569 : cluster [DBG] pgmap v11799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:44 smithi145 bash[13673]: cluster 2022-04-26T09:02:43.883071+0000 mgr.smithi136.ofnrfx (mgr.14188) 12569 : cluster [DBG] pgmap v11799: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:46 smithi136 bash[11745]: cluster 2022-04-26T09:02:45.883694+0000 mgr.smithi136.ofnrfx (mgr.14188) 12570 : cluster [DBG] pgmap v11800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:46 smithi145 bash[13673]: cluster 2022-04-26T09:02:45.883694+0000 mgr.smithi136.ofnrfx (mgr.14188) 12570 : cluster [DBG] pgmap v11800: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:48.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:48.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:48.583 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:48.900 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:49.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:48 smithi136 bash[11745]: cluster 2022-04-26T09:02:47.884319+0000 mgr.smithi136.ofnrfx (mgr.14188) 12571 : cluster [DBG] pgmap v11801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:49.250 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:48 smithi136 bash[11745]: audit 2022-04-26T09:02:48.885261+0000 mon.smithi136 (mon.0) 7564 : audit [DBG] from='client.? 172.21.15.136:0/707392116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:48 smithi145 bash[13673]: cluster 2022-04-26T09:02:47.884319+0000 mgr.smithi136.ofnrfx (mgr.14188) 12571 : cluster [DBG] pgmap v11801: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:49.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:48 smithi145 bash[13673]: audit 2022-04-26T09:02:48.885261+0000 mon.smithi136 (mon.0) 7564 : audit [DBG] from='client.? 172.21.15.136:0/707392116' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:50 smithi136 bash[11745]: cluster 2022-04-26T09:02:49.884905+0000 mgr.smithi136.ofnrfx (mgr.14188) 12572 : cluster [DBG] pgmap v11802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:50 smithi145 bash[13673]: cluster 2022-04-26T09:02:49.884905+0000 mgr.smithi136.ofnrfx (mgr.14188) 12572 : cluster [DBG] pgmap v11802: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:52 smithi136 bash[11745]: cluster 2022-04-26T09:02:51.885520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12573 : cluster [DBG] pgmap v11803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:52 smithi145 bash[13673]: cluster 2022-04-26T09:02:51.885520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12573 : cluster [DBG] pgmap v11803: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:53.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:53.903 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:53.904 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:54.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:02:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:54 smithi136 bash[11745]: cluster 2022-04-26T09:02:53.886146+0000 mgr.smithi136.ofnrfx (mgr.14188) 12574 : cluster [DBG] pgmap v11804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:54 smithi136 bash[11745]: audit 2022-04-26T09:02:54.210746+0000 mon.smithi136 (mon.0) 7565 : audit [DBG] from='client.? 172.21.15.136:0/4214313123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:54 smithi145 bash[13673]: cluster 2022-04-26T09:02:53.886146+0000 mgr.smithi136.ofnrfx (mgr.14188) 12574 : cluster [DBG] pgmap v11804: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:54 smithi145 bash[13673]: audit 2022-04-26T09:02:54.210746+0000 mon.smithi136 (mon.0) 7565 : audit [DBG] from='client.? 172.21.15.136:0/4214313123' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:02:57.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:56 smithi136 bash[11745]: cluster 2022-04-26T09:02:55.886762+0000 mgr.smithi136.ofnrfx (mgr.14188) 12575 : cluster [DBG] pgmap v11805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:56 smithi145 bash[13673]: cluster 2022-04-26T09:02:55.886762+0000 mgr.smithi136.ofnrfx (mgr.14188) 12575 : cluster [DBG] pgmap v11805: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:59.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:02:59.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:02:59.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:02:59.249 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:58 smithi136 bash[11745]: cluster 2022-04-26T09:02:57.887389+0000 mgr.smithi136.ofnrfx (mgr.14188) 12576 : cluster [DBG] pgmap v11806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:58 smithi145 bash[13673]: cluster 2022-04-26T09:02:57.887389+0000 mgr.smithi136.ofnrfx (mgr.14188) 12576 : cluster [DBG] pgmap v11806: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:02:59.551 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:00.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:02:59 smithi136 bash[11745]: audit 2022-04-26T09:02:59.534820+0000 mon.smithi136 (mon.0) 7566 : audit [DBG] from='client.? 172.21.15.136:0/3045363191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:02:59 smithi145 bash[13673]: audit 2022-04-26T09:02:59.534820+0000 mon.smithi136 (mon.0) 7566 : audit [DBG] from='client.? 172.21.15.136:0/3045363191' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:00 smithi136 bash[11745]: cluster 2022-04-26T09:02:59.887920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12577 : cluster [DBG] pgmap v11807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:00 smithi145 bash[13673]: cluster 2022-04-26T09:02:59.887920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12577 : cluster [DBG] pgmap v11807: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:02 smithi136 bash[11745]: cluster 2022-04-26T09:03:01.888627+0000 mgr.smithi136.ofnrfx (mgr.14188) 12578 : cluster [DBG] pgmap v11808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:02 smithi145 bash[13673]: cluster 2022-04-26T09:03:01.888627+0000 mgr.smithi136.ofnrfx (mgr.14188) 12578 : cluster [DBG] pgmap v11808: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:03 smithi136 bash[11745]: audit 2022-04-26T09:03:03.419603+0000 mon.smithi136 (mon.0) 7567 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:03:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:03 smithi136 bash[11745]: audit 2022-04-26T09:03:03.423485+0000 mon.smithi136 (mon.0) 7568 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:03:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:03 smithi145 bash[13673]: audit 2022-04-26T09:03:03.419603+0000 mon.smithi136 (mon.0) 7567 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:03:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:03 smithi145 bash[13673]: audit 2022-04-26T09:03:03.423485+0000 mon.smithi136 (mon.0) 7568 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:03:04.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:04.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:04.553 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:04.875 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:04 smithi136 bash[11745]: cluster 2022-04-26T09:03:03.889259+0000 mgr.smithi136.ofnrfx (mgr.14188) 12579 : cluster [DBG] pgmap v11809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:05.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:04 smithi136 bash[11745]: audit 2022-04-26T09:03:04.858925+0000 mon.smithi136 (mon.0) 7569 : audit [DBG] from='client.? 172.21.15.136:0/3307873959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:04 smithi145 bash[13673]: cluster 2022-04-26T09:03:03.889259+0000 mgr.smithi136.ofnrfx (mgr.14188) 12579 : cluster [DBG] pgmap v11809: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:05.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:04 smithi145 bash[13673]: audit 2022-04-26T09:03:04.858925+0000 mon.smithi136 (mon.0) 7569 : audit [DBG] from='client.? 172.21.15.136:0/3307873959' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:06 smithi136 bash[11745]: cluster 2022-04-26T09:03:05.889851+0000 mgr.smithi136.ofnrfx (mgr.14188) 12580 : cluster [DBG] pgmap v11810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:06 smithi145 bash[13673]: cluster 2022-04-26T09:03:05.889851+0000 mgr.smithi136.ofnrfx (mgr.14188) 12580 : cluster [DBG] pgmap v11810: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:09.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:08 smithi136 bash[11745]: cluster 2022-04-26T09:03:07.890515+0000 mgr.smithi136.ofnrfx (mgr.14188) 12581 : cluster [DBG] pgmap v11811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:08 smithi145 bash[13673]: cluster 2022-04-26T09:03:07.890515+0000 mgr.smithi136.ofnrfx (mgr.14188) 12581 : cluster [DBG] pgmap v11811: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:09.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:09.878 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:09.879 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:10.206 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:11.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:10 smithi136 bash[11745]: cluster 2022-04-26T09:03:09.891161+0000 mgr.smithi136.ofnrfx (mgr.14188) 12582 : cluster [DBG] pgmap v11812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:10 smithi136 bash[11745]: audit 2022-04-26T09:03:10.191076+0000 mon.smithi136 (mon.0) 7570 : audit [DBG] from='client.? 172.21.15.136:0/2138539309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:10 smithi145 bash[13673]: cluster 2022-04-26T09:03:09.891161+0000 mgr.smithi136.ofnrfx (mgr.14188) 12582 : cluster [DBG] pgmap v11812: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:11.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:10 smithi145 bash[13673]: audit 2022-04-26T09:03:10.191076+0000 mon.smithi136 (mon.0) 7570 : audit [DBG] from='client.? 172.21.15.136:0/2138539309' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:12 smithi136 bash[11745]: cluster 2022-04-26T09:03:11.891794+0000 mgr.smithi136.ofnrfx (mgr.14188) 12583 : cluster [DBG] pgmap v11813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:12 smithi145 bash[13673]: cluster 2022-04-26T09:03:11.891794+0000 mgr.smithi136.ofnrfx (mgr.14188) 12583 : cluster [DBG] pgmap v11813: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:15.210 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:15.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:15.211 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:15.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:14 smithi136 bash[11745]: cluster 2022-04-26T09:03:13.892372+0000 mgr.smithi136.ofnrfx (mgr.14188) 12584 : cluster [DBG] pgmap v11814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:14 smithi145 bash[13673]: cluster 2022-04-26T09:03:13.892372+0000 mgr.smithi136.ofnrfx (mgr.14188) 12584 : cluster [DBG] pgmap v11814: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:15.532 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:15 smithi136 bash[11745]: audit 2022-04-26T09:03:15.516568+0000 mon.smithi136 (mon.0) 7571 : audit [DBG] from='client.? 172.21.15.136:0/1174124705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:16.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:15 smithi145 bash[13673]: audit 2022-04-26T09:03:15.516568+0000 mon.smithi136 (mon.0) 7571 : audit [DBG] from='client.? 172.21.15.136:0/1174124705' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:16 smithi136 bash[11745]: cluster 2022-04-26T09:03:15.892983+0000 mgr.smithi136.ofnrfx (mgr.14188) 12585 : cluster [DBG] pgmap v11815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:16 smithi145 bash[13673]: cluster 2022-04-26T09:03:15.892983+0000 mgr.smithi136.ofnrfx (mgr.14188) 12585 : cluster [DBG] pgmap v11815: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:19.250 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:18 smithi136 bash[11745]: cluster 2022-04-26T09:03:17.893652+0000 mgr.smithi136.ofnrfx (mgr.14188) 12586 : cluster [DBG] pgmap v11816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:18 smithi145 bash[13673]: cluster 2022-04-26T09:03:17.893652+0000 mgr.smithi136.ofnrfx (mgr.14188) 12586 : cluster [DBG] pgmap v11816: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:20.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:20.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:20.536 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:20.861 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:20 smithi136 bash[11745]: cluster 2022-04-26T09:03:19.894290+0000 mgr.smithi136.ofnrfx (mgr.14188) 12587 : cluster [DBG] pgmap v11817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:21.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:20 smithi136 bash[11745]: audit 2022-04-26T09:03:20.846248+0000 mon.smithi136 (mon.0) 7572 : audit [DBG] from='client.? 172.21.15.136:0/1678782723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:20 smithi145 bash[13673]: cluster 2022-04-26T09:03:19.894290+0000 mgr.smithi136.ofnrfx (mgr.14188) 12587 : cluster [DBG] pgmap v11817: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:20 smithi145 bash[13673]: audit 2022-04-26T09:03:20.846248+0000 mon.smithi136 (mon.0) 7572 : audit [DBG] from='client.? 172.21.15.136:0/1678782723' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:23.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:22 smithi136 bash[11745]: cluster 2022-04-26T09:03:21.894918+0000 mgr.smithi136.ofnrfx (mgr.14188) 12588 : cluster [DBG] pgmap v11818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:22 smithi145 bash[13673]: cluster 2022-04-26T09:03:21.894918+0000 mgr.smithi136.ofnrfx (mgr.14188) 12588 : cluster [DBG] pgmap v11818: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:24 smithi136 bash[11745]: cluster 2022-04-26T09:03:23.895589+0000 mgr.smithi136.ofnrfx (mgr.14188) 12589 : cluster [DBG] pgmap v11819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:25.452 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:24 smithi145 bash[13673]: cluster 2022-04-26T09:03:23.895589+0000 mgr.smithi136.ofnrfx (mgr.14188) 12589 : cluster [DBG] pgmap v11819: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:25.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:25.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:25.865 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:26.191 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:26 smithi136 bash[11745]: cluster 2022-04-26T09:03:25.896281+0000 mgr.smithi136.ofnrfx (mgr.14188) 12590 : cluster [DBG] pgmap v11820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:27.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:26 smithi136 bash[11745]: audit 2022-04-26T09:03:26.175157+0000 mon.smithi136 (mon.0) 7573 : audit [DBG] from='client.? 172.21.15.136:0/2612684323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:26 smithi145 bash[13673]: cluster 2022-04-26T09:03:25.896281+0000 mgr.smithi136.ofnrfx (mgr.14188) 12590 : cluster [DBG] pgmap v11820: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:27.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:26 smithi145 bash[13673]: audit 2022-04-26T09:03:26.175157+0000 mon.smithi136 (mon.0) 7573 : audit [DBG] from='client.? 172.21.15.136:0/2612684323' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:29.250 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:28 smithi136 bash[11745]: cluster 2022-04-26T09:03:27.897057+0000 mgr.smithi136.ofnrfx (mgr.14188) 12591 : cluster [DBG] pgmap v11821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:28 smithi145 bash[13673]: cluster 2022-04-26T09:03:27.897057+0000 mgr.smithi136.ofnrfx (mgr.14188) 12591 : cluster [DBG] pgmap v11821: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:29 smithi136 bash[11745]: audit 2022-04-26T09:03:29.306309+0000 mon.smithi136 (mon.0) 7574 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:03:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:29 smithi136 bash[11745]: audit 2022-04-26T09:03:29.309199+0000 mon.smithi136 (mon.0) 7575 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:03:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:29 smithi136 bash[11745]: audit 2022-04-26T09:03:29.310982+0000 mon.smithi136 (mon.0) 7576 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:03:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:29 smithi136 bash[11745]: audit 2022-04-26T09:03:29.646336+0000 mon.smithi136 (mon.0) 7577 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:03:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:29 smithi136 bash[11745]: audit 2022-04-26T09:03:29.651943+0000 mon.smithi136 (mon.0) 7578 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:03:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:29 smithi145 bash[13673]: audit 2022-04-26T09:03:29.306309+0000 mon.smithi136 (mon.0) 7574 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:03:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:29 smithi145 bash[13673]: audit 2022-04-26T09:03:29.309199+0000 mon.smithi136 (mon.0) 7575 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:03:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:29 smithi145 bash[13673]: audit 2022-04-26T09:03:29.310982+0000 mon.smithi136 (mon.0) 7576 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:03:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:29 smithi145 bash[13673]: audit 2022-04-26T09:03:29.646336+0000 mon.smithi136 (mon.0) 7577 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:03:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:29 smithi145 bash[13673]: audit 2022-04-26T09:03:29.651943+0000 mon.smithi136 (mon.0) 7578 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:03:31.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:31.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:31.195 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:30 smithi136 bash[11745]: cluster 2022-04-26T09:03:29.641499+0000 mgr.smithi136.ofnrfx (mgr.14188) 12592 : cluster [DBG] pgmap v11822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:30 smithi136 bash[11745]: cluster 2022-04-26T09:03:29.642099+0000 mgr.smithi136.ofnrfx (mgr.14188) 12593 : cluster [DBG] pgmap v11823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:30 smithi136 bash[11745]: cephadm 2022-04-26T09:03:29.653206+0000 mgr.smithi136.ofnrfx (mgr.14188) 12594 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:03:31.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:30 smithi136 bash[11745]: cephadm 2022-04-26T09:03:29.653428+0000 mgr.smithi136.ofnrfx (mgr.14188) 12595 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:03:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:30 smithi145 bash[13673]: cluster 2022-04-26T09:03:29.641499+0000 mgr.smithi136.ofnrfx (mgr.14188) 12592 : cluster [DBG] pgmap v11822: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:30 smithi145 bash[13673]: cluster 2022-04-26T09:03:29.642099+0000 mgr.smithi136.ofnrfx (mgr.14188) 12593 : cluster [DBG] pgmap v11823: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:30 smithi145 bash[13673]: cephadm 2022-04-26T09:03:29.653206+0000 mgr.smithi136.ofnrfx (mgr.14188) 12594 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:03:31.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:30 smithi145 bash[13673]: cephadm 2022-04-26T09:03:29.653428+0000 mgr.smithi136.ofnrfx (mgr.14188) 12595 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:03:31.513 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:31 smithi136 bash[11745]: audit 2022-04-26T09:03:31.498180+0000 mon.smithi136 (mon.0) 7579 : audit [DBG] from='client.? 172.21.15.136:0/637668664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:31 smithi145 bash[13673]: audit 2022-04-26T09:03:31.498180+0000 mon.smithi136 (mon.0) 7579 : audit [DBG] from='client.? 172.21.15.136:0/637668664' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:32 smithi136 bash[11745]: cluster 2022-04-26T09:03:31.642855+0000 mgr.smithi136.ofnrfx (mgr.14188) 12596 : cluster [DBG] pgmap v11824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:32 smithi145 bash[13673]: cluster 2022-04-26T09:03:31.642855+0000 mgr.smithi136.ofnrfx (mgr.14188) 12596 : cluster [DBG] pgmap v11824: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:34 smithi136 bash[11745]: cluster 2022-04-26T09:03:33.643505+0000 mgr.smithi136.ofnrfx (mgr.14188) 12597 : cluster [DBG] pgmap v11825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:34 smithi145 bash[13673]: cluster 2022-04-26T09:03:33.643505+0000 mgr.smithi136.ofnrfx (mgr.14188) 12597 : cluster [DBG] pgmap v11825: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:36.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:36.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:36.516 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:36.847 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:36 smithi136 bash[11745]: cluster 2022-04-26T09:03:35.644128+0000 mgr.smithi136.ofnrfx (mgr.14188) 12598 : cluster [DBG] pgmap v11826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:36 smithi136 bash[11745]: audit 2022-04-26T09:03:36.831552+0000 mon.smithi136 (mon.0) 7580 : audit [DBG] from='client.? 172.21.15.136:0/4103485906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:36 smithi145 bash[13673]: cluster 2022-04-26T09:03:35.644128+0000 mgr.smithi136.ofnrfx (mgr.14188) 12598 : cluster [DBG] pgmap v11826: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:37.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:36 smithi145 bash[13673]: audit 2022-04-26T09:03:36.831552+0000 mon.smithi136 (mon.0) 7580 : audit [DBG] from='client.? 172.21.15.136:0/4103485906' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:39.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:38 smithi136 bash[11745]: cluster 2022-04-26T09:03:37.644772+0000 mgr.smithi136.ofnrfx (mgr.14188) 12599 : cluster [DBG] pgmap v11827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:38 smithi145 bash[13673]: cluster 2022-04-26T09:03:37.644772+0000 mgr.smithi136.ofnrfx (mgr.14188) 12599 : cluster [DBG] pgmap v11827: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:40 smithi136 bash[11745]: cluster 2022-04-26T09:03:39.645518+0000 mgr.smithi136.ofnrfx (mgr.14188) 12600 : cluster [DBG] pgmap v11828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:40 smithi145 bash[13673]: cluster 2022-04-26T09:03:39.645518+0000 mgr.smithi136.ofnrfx (mgr.14188) 12600 : cluster [DBG] pgmap v11828: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:41.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:41.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:41.851 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:42.165 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:43 smithi136 bash[11745]: cluster 2022-04-26T09:03:41.646300+0000 mgr.smithi136.ofnrfx (mgr.14188) 12601 : cluster [DBG] pgmap v11829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:43 smithi136 bash[11745]: audit 2022-04-26T09:03:42.149571+0000 mon.smithi136 (mon.0) 7581 : audit [DBG] from='client.? 172.21.15.136:0/2393856598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:43 smithi145 bash[13673]: cluster 2022-04-26T09:03:41.646300+0000 mgr.smithi136.ofnrfx (mgr.14188) 12601 : cluster [DBG] pgmap v11829: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:43 smithi145 bash[13673]: audit 2022-04-26T09:03:42.149571+0000 mon.smithi136 (mon.0) 7581 : audit [DBG] from='client.? 172.21.15.136:0/2393856598' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:45 smithi136 bash[11745]: cluster 2022-04-26T09:03:43.647014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12602 : cluster [DBG] pgmap v11830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:45 smithi145 bash[13673]: cluster 2022-04-26T09:03:43.647014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12602 : cluster [DBG] pgmap v11830: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:47.168 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:47.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:47.169 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:47 smithi136 bash[11745]: cluster 2022-04-26T09:03:45.647680+0000 mgr.smithi136.ofnrfx (mgr.14188) 12603 : cluster [DBG] pgmap v11831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:47 smithi145 bash[13673]: cluster 2022-04-26T09:03:45.647680+0000 mgr.smithi136.ofnrfx (mgr.14188) 12603 : cluster [DBG] pgmap v11831: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:47.499 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:48 smithi136 bash[11745]: audit 2022-04-26T09:03:47.483534+0000 mon.smithi136 (mon.0) 7582 : audit [DBG] from='client.? 172.21.15.136:0/655219377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:48 smithi145 bash[13673]: audit 2022-04-26T09:03:47.483534+0000 mon.smithi136 (mon.0) 7582 : audit [DBG] from='client.? 172.21.15.136:0/655219377' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:49.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:49 smithi136 bash[11745]: cluster 2022-04-26T09:03:47.648334+0000 mgr.smithi136.ofnrfx (mgr.14188) 12604 : cluster [DBG] pgmap v11832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:49 smithi145 bash[13673]: cluster 2022-04-26T09:03:47.648334+0000 mgr.smithi136.ofnrfx (mgr.14188) 12604 : cluster [DBG] pgmap v11832: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:51 smithi136 bash[11745]: cluster 2022-04-26T09:03:49.648995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12605 : cluster [DBG] pgmap v11833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:51 smithi145 bash[13673]: cluster 2022-04-26T09:03:49.648995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12605 : cluster [DBG] pgmap v11833: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:52.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:52.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:52.503 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:52.826 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:53 smithi136 bash[11745]: cluster 2022-04-26T09:03:51.649578+0000 mgr.smithi136.ofnrfx (mgr.14188) 12606 : cluster [DBG] pgmap v11834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:53 smithi136 bash[11745]: audit 2022-04-26T09:03:52.810725+0000 mon.smithi136 (mon.0) 7583 : audit [DBG] from='client.? 172.21.15.136:0/4275104086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:53 smithi145 bash[13673]: cluster 2022-04-26T09:03:51.649578+0000 mgr.smithi136.ofnrfx (mgr.14188) 12606 : cluster [DBG] pgmap v11834: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:53 smithi145 bash[13673]: audit 2022-04-26T09:03:52.810725+0000 mon.smithi136 (mon.0) 7583 : audit [DBG] from='client.? 172.21.15.136:0/4275104086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:55.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:55 smithi136 bash[11745]: cluster 2022-04-26T09:03:53.650282+0000 mgr.smithi136.ofnrfx (mgr.14188) 12607 : cluster [DBG] pgmap v11835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:55 smithi145 bash[13673]: cluster 2022-04-26T09:03:53.650282+0000 mgr.smithi136.ofnrfx (mgr.14188) 12607 : cluster [DBG] pgmap v11835: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:57 smithi136 bash[11745]: cluster 2022-04-26T09:03:55.650889+0000 mgr.smithi136.ofnrfx (mgr.14188) 12608 : cluster [DBG] pgmap v11836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:57 smithi145 bash[13673]: cluster 2022-04-26T09:03:55.650889+0000 mgr.smithi136.ofnrfx (mgr.14188) 12608 : cluster [DBG] pgmap v11836: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:57.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:03:57.829 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:03:57.830 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:03:58.156 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:03:59.380 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:59 smithi136 bash[11745]: cluster 2022-04-26T09:03:57.651613+0000 mgr.smithi136.ofnrfx (mgr.14188) 12609 : cluster [DBG] pgmap v11837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:59.381 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:03:59 smithi136 bash[11745]: audit 2022-04-26T09:03:58.140501+0000 mon.smithi136 (mon.0) 7584 : audit [DBG] from='client.? 172.21.15.136:0/756441859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:03:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:59 smithi145 bash[13673]: cluster 2022-04-26T09:03:57.651613+0000 mgr.smithi136.ofnrfx (mgr.14188) 12609 : cluster [DBG] pgmap v11837: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:03:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:03:59 smithi145 bash[13673]: audit 2022-04-26T09:03:58.140501+0000 mon.smithi136 (mon.0) 7584 : audit [DBG] from='client.? 172.21.15.136:0/756441859' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:01.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:01 smithi136 bash[11745]: cluster 2022-04-26T09:03:59.652392+0000 mgr.smithi136.ofnrfx (mgr.14188) 12610 : cluster [DBG] pgmap v11838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:01 smithi145 bash[13673]: cluster 2022-04-26T09:03:59.652392+0000 mgr.smithi136.ofnrfx (mgr.14188) 12610 : cluster [DBG] pgmap v11838: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:03.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:03.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:03.160 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:03 smithi136 bash[11745]: cluster 2022-04-26T09:04:01.653188+0000 mgr.smithi136.ofnrfx (mgr.14188) 12611 : cluster [DBG] pgmap v11839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:03 smithi145 bash[13673]: cluster 2022-04-26T09:04:01.653188+0000 mgr.smithi136.ofnrfx (mgr.14188) 12611 : cluster [DBG] pgmap v11839: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:03.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:04 smithi145 bash[13673]: audit 2022-04-26T09:04:03.423304+0000 mon.smithi136 (mon.0) 7585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:04:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:04 smithi145 bash[13673]: audit 2022-04-26T09:04:03.426274+0000 mon.smithi136 (mon.0) 7586 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:04:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:04 smithi145 bash[13673]: audit 2022-04-26T09:04:03.471173+0000 mon.smithi136 (mon.0) 7587 : audit [DBG] from='client.? 172.21.15.136:0/3314977446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:04 smithi136 bash[11745]: audit 2022-04-26T09:04:03.423304+0000 mon.smithi136 (mon.0) 7585 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:04:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:04 smithi136 bash[11745]: audit 2022-04-26T09:04:03.426274+0000 mon.smithi136 (mon.0) 7586 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:04:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:04 smithi136 bash[11745]: audit 2022-04-26T09:04:03.471173+0000 mon.smithi136 (mon.0) 7587 : audit [DBG] from='client.? 172.21.15.136:0/3314977446' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:05 smithi145 bash[13673]: cluster 2022-04-26T09:04:03.653881+0000 mgr.smithi136.ofnrfx (mgr.14188) 12612 : cluster [DBG] pgmap v11840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:05 smithi136 bash[11745]: cluster 2022-04-26T09:04:03.653881+0000 mgr.smithi136.ofnrfx (mgr.14188) 12612 : cluster [DBG] pgmap v11840: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:07 smithi145 bash[13673]: cluster 2022-04-26T09:04:05.654523+0000 mgr.smithi136.ofnrfx (mgr.14188) 12613 : cluster [DBG] pgmap v11841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:07.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:07 smithi136 bash[11745]: cluster 2022-04-26T09:04:05.654523+0000 mgr.smithi136.ofnrfx (mgr.14188) 12613 : cluster [DBG] pgmap v11841: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:08.490 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:08.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:08.491 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:08.813 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:09 smithi145 bash[13673]: cluster 2022-04-26T09:04:07.655257+0000 mgr.smithi136.ofnrfx (mgr.14188) 12614 : cluster [DBG] pgmap v11842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:09.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:09 smithi145 bash[13673]: audit 2022-04-26T09:04:08.798352+0000 mon.smithi136 (mon.0) 7588 : audit [DBG] from='client.? 172.21.15.136:0/1821066809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:09 smithi136 bash[11745]: cluster 2022-04-26T09:04:07.655257+0000 mgr.smithi136.ofnrfx (mgr.14188) 12614 : cluster [DBG] pgmap v11842: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:09.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:09 smithi136 bash[11745]: audit 2022-04-26T09:04:08.798352+0000 mon.smithi136 (mon.0) 7588 : audit [DBG] from='client.? 172.21.15.136:0/1821066809' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:11 smithi145 bash[13673]: cluster 2022-04-26T09:04:09.655914+0000 mgr.smithi136.ofnrfx (mgr.14188) 12615 : cluster [DBG] pgmap v11843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:11 smithi136 bash[11745]: cluster 2022-04-26T09:04:09.655914+0000 mgr.smithi136.ofnrfx (mgr.14188) 12615 : cluster [DBG] pgmap v11843: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:13 smithi145 bash[13673]: cluster 2022-04-26T09:04:11.656609+0000 mgr.smithi136.ofnrfx (mgr.14188) 12616 : cluster [DBG] pgmap v11844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:13.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:13 smithi136 bash[11745]: cluster 2022-04-26T09:04:11.656609+0000 mgr.smithi136.ofnrfx (mgr.14188) 12616 : cluster [DBG] pgmap v11844: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:13.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:13.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:13.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:14.144 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:15 smithi145 bash[13673]: cluster 2022-04-26T09:04:13.657372+0000 mgr.smithi136.ofnrfx (mgr.14188) 12617 : cluster [DBG] pgmap v11845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:15.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:15 smithi145 bash[13673]: audit 2022-04-26T09:04:14.128785+0000 mon.smithi136 (mon.0) 7589 : audit [DBG] from='client.? 172.21.15.136:0/1265123601' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:15 smithi136 bash[11745]: cluster 2022-04-26T09:04:13.657372+0000 mgr.smithi136.ofnrfx (mgr.14188) 12617 : cluster [DBG] pgmap v11845: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:15.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:15 smithi136 bash[11745]: audit 2022-04-26T09:04:14.128785+0000 mon.smithi136 (mon.0) 7589 : audit [DBG] from='client.? 172.21.15.136:0/1265123601' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:17 smithi145 bash[13673]: cluster 2022-04-26T09:04:15.658014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12618 : cluster [DBG] pgmap v11846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:17.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:17 smithi136 bash[11745]: cluster 2022-04-26T09:04:15.658014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12618 : cluster [DBG] pgmap v11846: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:19.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:19.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:19.148 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:19 smithi145 bash[13673]: cluster 2022-04-26T09:04:17.658646+0000 mgr.smithi136.ofnrfx (mgr.14188) 12619 : cluster [DBG] pgmap v11847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:19.465 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:19 smithi136 bash[11745]: cluster 2022-04-26T09:04:17.658646+0000 mgr.smithi136.ofnrfx (mgr.14188) 12619 : cluster [DBG] pgmap v11847: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:20 smithi145 bash[13673]: audit 2022-04-26T09:04:19.450235+0000 mon.smithi136 (mon.0) 7590 : audit [DBG] from='client.? 172.21.15.136:0/3585541874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:20.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:20 smithi136 bash[11745]: audit 2022-04-26T09:04:19.450235+0000 mon.smithi136 (mon.0) 7590 : audit [DBG] from='client.? 172.21.15.136:0/3585541874' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:21 smithi145 bash[13673]: cluster 2022-04-26T09:04:19.659274+0000 mgr.smithi136.ofnrfx (mgr.14188) 12620 : cluster [DBG] pgmap v11848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:21 smithi136 bash[11745]: cluster 2022-04-26T09:04:19.659274+0000 mgr.smithi136.ofnrfx (mgr.14188) 12620 : cluster [DBG] pgmap v11848: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:23 smithi145 bash[13673]: cluster 2022-04-26T09:04:21.659937+0000 mgr.smithi136.ofnrfx (mgr.14188) 12621 : cluster [DBG] pgmap v11849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:23 smithi136 bash[11745]: cluster 2022-04-26T09:04:21.659937+0000 mgr.smithi136.ofnrfx (mgr.14188) 12621 : cluster [DBG] pgmap v11849: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:24.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:24.468 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:24.469 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:24.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:25 smithi145 bash[13673]: cluster 2022-04-26T09:04:23.660580+0000 mgr.smithi136.ofnrfx (mgr.14188) 12622 : cluster [DBG] pgmap v11850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:25.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:25 smithi145 bash[13673]: audit 2022-04-26T09:04:24.778250+0000 mon.smithi136 (mon.0) 7591 : audit [DBG] from='client.? 172.21.15.136:0/1420835091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:25.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:25 smithi136 bash[11745]: cluster 2022-04-26T09:04:23.660580+0000 mgr.smithi136.ofnrfx (mgr.14188) 12622 : cluster [DBG] pgmap v11850: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:25.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:25 smithi136 bash[11745]: audit 2022-04-26T09:04:24.778250+0000 mon.smithi136 (mon.0) 7591 : audit [DBG] from='client.? 172.21.15.136:0/1420835091' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:27 smithi145 bash[13673]: cluster 2022-04-26T09:04:25.661262+0000 mgr.smithi136.ofnrfx (mgr.14188) 12623 : cluster [DBG] pgmap v11851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:27.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:27 smithi136 bash[11745]: cluster 2022-04-26T09:04:25.661262+0000 mgr.smithi136.ofnrfx (mgr.14188) 12623 : cluster [DBG] pgmap v11851: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:29 smithi145 bash[13673]: cluster 2022-04-26T09:04:27.661950+0000 mgr.smithi136.ofnrfx (mgr.14188) 12624 : cluster [DBG] pgmap v11852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:29 smithi136 bash[11745]: cluster 2022-04-26T09:04:27.661950+0000 mgr.smithi136.ofnrfx (mgr.14188) 12624 : cluster [DBG] pgmap v11852: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:29.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:29.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:29.798 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:30.122 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:30 smithi145 bash[13673]: audit 2022-04-26T09:04:29.669106+0000 mon.smithi136 (mon.0) 7592 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:04:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:30 smithi145 bash[13673]: audit 2022-04-26T09:04:29.671770+0000 mon.smithi136 (mon.0) 7593 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:04:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:30 smithi145 bash[13673]: audit 2022-04-26T09:04:29.673539+0000 mon.smithi136 (mon.0) 7594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:04:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:30 smithi145 bash[13673]: audit 2022-04-26T09:04:29.980157+0000 mon.smithi136 (mon.0) 7595 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:30.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:30 smithi145 bash[13673]: audit 2022-04-26T09:04:30.101142+0000 mon.smithi136 (mon.0) 7596 : audit [DBG] from='client.? 172.21.15.136:0/1812485717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:30 smithi136 bash[11745]: audit 2022-04-26T09:04:29.669106+0000 mon.smithi136 (mon.0) 7592 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:04:30.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:30 smithi136 bash[11745]: audit 2022-04-26T09:04:29.671770+0000 mon.smithi136 (mon.0) 7593 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:04:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:30 smithi136 bash[11745]: audit 2022-04-26T09:04:29.673539+0000 mon.smithi136 (mon.0) 7594 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:04:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:30 smithi136 bash[11745]: audit 2022-04-26T09:04:29.980157+0000 mon.smithi136 (mon.0) 7595 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:30.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:30 smithi136 bash[11745]: audit 2022-04-26T09:04:30.101142+0000 mon.smithi136 (mon.0) 7596 : audit [DBG] from='client.? 172.21.15.136:0/1812485717' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:31 smithi145 bash[13673]: cluster 2022-04-26T09:04:29.662594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12625 : cluster [DBG] pgmap v11853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:31 smithi136 bash[11745]: cluster 2022-04-26T09:04:29.662594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12625 : cluster [DBG] pgmap v11853: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:33.500 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:33 smithi136 bash[11745]: cluster 2022-04-26T09:04:31.663183+0000 mgr.smithi136.ofnrfx (mgr.14188) 12626 : cluster [DBG] pgmap v11854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:33 smithi145 bash[13673]: cluster 2022-04-26T09:04:31.663183+0000 mgr.smithi136.ofnrfx (mgr.14188) 12626 : cluster [DBG] pgmap v11854: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:35.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:35.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:35.124 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:35.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:35.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:35 smithi136 bash[11745]: cluster 2022-04-26T09:04:33.663812+0000 mgr.smithi136.ofnrfx (mgr.14188) 12627 : cluster [DBG] pgmap v11855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:35 smithi145 bash[13673]: cluster 2022-04-26T09:04:33.663812+0000 mgr.smithi136.ofnrfx (mgr.14188) 12627 : cluster [DBG] pgmap v11855: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:36.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:36 smithi136 bash[11745]: audit 2022-04-26T09:04:35.442805+0000 mon.smithi136 (mon.0) 7597 : audit [DBG] from='client.? 172.21.15.136:0/1719918201' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:36 smithi145 bash[13673]: audit 2022-04-26T09:04:35.442805+0000 mon.smithi136 (mon.0) 7597 : audit [DBG] from='client.? 172.21.15.136:0/1719918201' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:37.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:37 smithi136 bash[11745]: cluster 2022-04-26T09:04:35.664328+0000 mgr.smithi136.ofnrfx (mgr.14188) 12628 : cluster [DBG] pgmap v11856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:37.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:37 smithi145 bash[13673]: cluster 2022-04-26T09:04:35.664328+0000 mgr.smithi136.ofnrfx (mgr.14188) 12628 : cluster [DBG] pgmap v11856: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:38 smithi145 bash[13673]: cephadm 2022-04-26T09:04:37.550579+0000 mgr.smithi136.ofnrfx (mgr.14188) 12629 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T09:04:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:38 smithi145 bash[13673]: audit 2022-04-26T09:04:37.563311+0000 mon.smithi136 (mon.0) 7598 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:38 smithi145 bash[13673]: audit 2022-04-26T09:04:37.876480+0000 mon.smithi136 (mon.0) 7599 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:38 smithi145 bash[13673]: audit 2022-04-26T09:04:37.886294+0000 mon.smithi136 (mon.0) 7600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:04:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:38 smithi145 bash[13673]: audit 2022-04-26T09:04:37.892705+0000 mon.smithi136 (mon.0) 7601 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T09:04:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:38 smithi145 bash[13673]: audit 2022-04-26T09:04:37.895084+0000 mon.smithi136 (mon.0) 7602 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:38 smithi136 bash[11745]: cephadm 2022-04-26T09:04:37.550579+0000 mgr.smithi136.ofnrfx (mgr.14188) 12629 : cephadm [INF] Detected new or changed devices on smithi136 2022-04-26T09:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:38 smithi136 bash[11745]: audit 2022-04-26T09:04:37.563311+0000 mon.smithi136 (mon.0) 7598 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:38 smithi136 bash[11745]: audit 2022-04-26T09:04:37.876480+0000 mon.smithi136 (mon.0) 7599 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:38 smithi136 bash[11745]: audit 2022-04-26T09:04:37.886294+0000 mon.smithi136 (mon.0) 7600 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:38 smithi136 bash[11745]: audit 2022-04-26T09:04:37.892705+0000 mon.smithi136 (mon.0) 7601 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2022-04-26T09:04:38.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:38 smithi136 bash[11745]: audit 2022-04-26T09:04:37.895084+0000 mon.smithi136 (mon.0) 7602 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:04:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:39 smithi136 bash[11745]: cluster 2022-04-26T09:04:37.665012+0000 mgr.smithi136.ofnrfx (mgr.14188) 12630 : cluster [DBG] pgmap v11857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:39 smithi136 bash[11745]: cluster 2022-04-26T09:04:37.870185+0000 mgr.smithi136.ofnrfx (mgr.14188) 12631 : cluster [DBG] pgmap v11858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:39 smithi136 bash[11745]: cluster 2022-04-26T09:04:37.870776+0000 mgr.smithi136.ofnrfx (mgr.14188) 12632 : cluster [DBG] pgmap v11859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:39 smithi136 bash[11745]: cephadm 2022-04-26T09:04:37.887680+0000 mgr.smithi136.ofnrfx (mgr.14188) 12633 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:04:39.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:39 smithi136 bash[11745]: cephadm 2022-04-26T09:04:37.887791+0000 mgr.smithi136.ofnrfx (mgr.14188) 12634 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:04:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:39 smithi145 bash[13673]: cluster 2022-04-26T09:04:37.665012+0000 mgr.smithi136.ofnrfx (mgr.14188) 12630 : cluster [DBG] pgmap v11857: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:39 smithi145 bash[13673]: cluster 2022-04-26T09:04:37.870185+0000 mgr.smithi136.ofnrfx (mgr.14188) 12631 : cluster [DBG] pgmap v11858: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:39 smithi145 bash[13673]: cluster 2022-04-26T09:04:37.870776+0000 mgr.smithi136.ofnrfx (mgr.14188) 12632 : cluster [DBG] pgmap v11859: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:39 smithi145 bash[13673]: cephadm 2022-04-26T09:04:37.887680+0000 mgr.smithi136.ofnrfx (mgr.14188) 12633 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:04:39.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:39 smithi145 bash[13673]: cephadm 2022-04-26T09:04:37.887791+0000 mgr.smithi136.ofnrfx (mgr.14188) 12634 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:04:40.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:40.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:40.461 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:40.795 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:41 smithi136 bash[11745]: cluster 2022-04-26T09:04:39.871491+0000 mgr.smithi136.ofnrfx (mgr.14188) 12635 : cluster [DBG] pgmap v11860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:41.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:41 smithi136 bash[11745]: audit 2022-04-26T09:04:40.780070+0000 mon.smithi136 (mon.0) 7603 : audit [DBG] from='client.? 172.21.15.136:0/953578767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:41 smithi145 bash[13673]: cluster 2022-04-26T09:04:39.871491+0000 mgr.smithi136.ofnrfx (mgr.14188) 12635 : cluster [DBG] pgmap v11860: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:41.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:41 smithi145 bash[13673]: audit 2022-04-26T09:04:40.780070+0000 mon.smithi136 (mon.0) 7603 : audit [DBG] from='client.? 172.21.15.136:0/953578767' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:43 smithi136 bash[11745]: cluster 2022-04-26T09:04:41.872124+0000 mgr.smithi136.ofnrfx (mgr.14188) 12636 : cluster [DBG] pgmap v11861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:43 smithi145 bash[13673]: cluster 2022-04-26T09:04:41.872124+0000 mgr.smithi136.ofnrfx (mgr.14188) 12636 : cluster [DBG] pgmap v11861: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:45 smithi136 bash[11745]: cluster 2022-04-26T09:04:43.872710+0000 mgr.smithi136.ofnrfx (mgr.14188) 12637 : cluster [DBG] pgmap v11862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:45 smithi145 bash[13673]: cluster 2022-04-26T09:04:43.872710+0000 mgr.smithi136.ofnrfx (mgr.14188) 12637 : cluster [DBG] pgmap v11862: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:45.797 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:45.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:45.938 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:46.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:46 smithi136 bash[11745]: cluster 2022-04-26T09:04:45.873326+0000 mgr.smithi136.ofnrfx (mgr.14188) 12638 : cluster [DBG] pgmap v11863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:47.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:46 smithi136 bash[11745]: audit 2022-04-26T09:04:46.103821+0000 mon.smithi136 (mon.0) 7604 : audit [DBG] from='client.? 172.21.15.136:0/4194901293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:46 smithi145 bash[13673]: cluster 2022-04-26T09:04:45.873326+0000 mgr.smithi136.ofnrfx (mgr.14188) 12638 : cluster [DBG] pgmap v11863: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:47.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:46 smithi145 bash[13673]: audit 2022-04-26T09:04:46.103821+0000 mon.smithi136 (mon.0) 7604 : audit [DBG] from='client.? 172.21.15.136:0/4194901293' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:49.253 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:48 smithi136 bash[11745]: cluster 2022-04-26T09:04:47.873986+0000 mgr.smithi136.ofnrfx (mgr.14188) 12639 : cluster [DBG] pgmap v11864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:48 smithi145 bash[13673]: cluster 2022-04-26T09:04:47.873986+0000 mgr.smithi136.ofnrfx (mgr.14188) 12639 : cluster [DBG] pgmap v11864: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:51.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:51.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:51.129 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:50 smithi136 bash[11745]: cluster 2022-04-26T09:04:49.874470+0000 mgr.smithi136.ofnrfx (mgr.14188) 12640 : cluster [DBG] pgmap v11865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:50 smithi145 bash[13673]: cluster 2022-04-26T09:04:49.874470+0000 mgr.smithi136.ofnrfx (mgr.14188) 12640 : cluster [DBG] pgmap v11865: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:51.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:51 smithi136 bash[11745]: audit 2022-04-26T09:04:51.424951+0000 mon.smithi136 (mon.0) 7605 : audit [DBG] from='client.? 172.21.15.136:0/726437527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:51 smithi145 bash[13673]: audit 2022-04-26T09:04:51.424951+0000 mon.smithi136 (mon.0) 7605 : audit [DBG] from='client.? 172.21.15.136:0/726437527' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:52 smithi136 bash[11745]: cluster 2022-04-26T09:04:51.875109+0000 mgr.smithi136.ofnrfx (mgr.14188) 12641 : cluster [DBG] pgmap v11866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:52 smithi136 bash[11745]: audit 2022-04-26T09:04:51.971314+0000 mon.smithi136 (mon.0) 7606 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:52 smithi145 bash[13673]: cluster 2022-04-26T09:04:51.875109+0000 mgr.smithi136.ofnrfx (mgr.14188) 12641 : cluster [DBG] pgmap v11866: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:52 smithi145 bash[13673]: audit 2022-04-26T09:04:51.971314+0000 mon.smithi136 (mon.0) 7606 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:04:55.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:54 smithi136 bash[11745]: cluster 2022-04-26T09:04:53.875763+0000 mgr.smithi136.ofnrfx (mgr.14188) 12642 : cluster [DBG] pgmap v11867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:54 smithi145 bash[13673]: cluster 2022-04-26T09:04:53.875763+0000 mgr.smithi136.ofnrfx (mgr.14188) 12642 : cluster [DBG] pgmap v11867: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:56.444 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:04:56.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:04:56.445 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:04:56.768 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:04:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:56 smithi136 bash[11745]: cluster 2022-04-26T09:04:55.876352+0000 mgr.smithi136.ofnrfx (mgr.14188) 12643 : cluster [DBG] pgmap v11868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:57.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:56 smithi136 bash[11745]: audit 2022-04-26T09:04:56.752002+0000 mon.smithi136 (mon.0) 7607 : audit [DBG] from='client.? 172.21.15.136:0/1878273280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:57.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:56 smithi145 bash[13673]: cluster 2022-04-26T09:04:55.876352+0000 mgr.smithi136.ofnrfx (mgr.14188) 12643 : cluster [DBG] pgmap v11868: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:57.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:56 smithi145 bash[13673]: audit 2022-04-26T09:04:56.752002+0000 mon.smithi136 (mon.0) 7607 : audit [DBG] from='client.? 172.21.15.136:0/1878273280' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:04:59.253 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:04:58 smithi136 bash[11745]: cluster 2022-04-26T09:04:57.876976+0000 mgr.smithi136.ofnrfx (mgr.14188) 12644 : cluster [DBG] pgmap v11869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:04:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:04:58 smithi145 bash[13673]: cluster 2022-04-26T09:04:57.876976+0000 mgr.smithi136.ofnrfx (mgr.14188) 12644 : cluster [DBG] pgmap v11869: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:01.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:00 smithi136 bash[11745]: cluster 2022-04-26T09:04:59.877572+0000 mgr.smithi136.ofnrfx (mgr.14188) 12645 : cluster [DBG] pgmap v11870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:00 smithi145 bash[13673]: cluster 2022-04-26T09:04:59.877572+0000 mgr.smithi136.ofnrfx (mgr.14188) 12645 : cluster [DBG] pgmap v11870: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:01.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:01.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:01.771 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:02.088 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:02 smithi136 bash[11745]: cluster 2022-04-26T09:05:01.878182+0000 mgr.smithi136.ofnrfx (mgr.14188) 12646 : cluster [DBG] pgmap v11871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:03.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:02 smithi136 bash[11745]: audit 2022-04-26T09:05:02.072259+0000 mon.smithi136 (mon.0) 7608 : audit [DBG] from='client.? 172.21.15.136:0/2309187856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:02 smithi145 bash[13673]: cluster 2022-04-26T09:05:01.878182+0000 mgr.smithi136.ofnrfx (mgr.14188) 12646 : cluster [DBG] pgmap v11871: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:03.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:02 smithi145 bash[13673]: audit 2022-04-26T09:05:02.072259+0000 mon.smithi136 (mon.0) 7608 : audit [DBG] from='client.? 172.21.15.136:0/2309187856' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:03 smithi136 bash[11745]: audit 2022-04-26T09:05:03.426367+0000 mon.smithi136 (mon.0) 7609 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:05:04.401 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:03 smithi136 bash[11745]: audit 2022-04-26T09:05:03.430141+0000 mon.smithi136 (mon.0) 7610 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:05:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:03 smithi145 bash[13673]: audit 2022-04-26T09:05:03.426367+0000 mon.smithi136 (mon.0) 7609 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:05:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:03 smithi145 bash[13673]: audit 2022-04-26T09:05:03.430141+0000 mon.smithi136 (mon.0) 7610 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:05:05.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:04 smithi136 bash[11745]: cluster 2022-04-26T09:05:03.878766+0000 mgr.smithi136.ofnrfx (mgr.14188) 12647 : cluster [DBG] pgmap v11872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:04 smithi145 bash[13673]: cluster 2022-04-26T09:05:03.878766+0000 mgr.smithi136.ofnrfx (mgr.14188) 12647 : cluster [DBG] pgmap v11872: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:06 smithi136 bash[11745]: cluster 2022-04-26T09:05:05.879409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12648 : cluster [DBG] pgmap v11873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:07.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:07.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:07.091 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:06 smithi145 bash[13673]: cluster 2022-04-26T09:05:05.879409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12648 : cluster [DBG] pgmap v11873: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:07.415 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:07 smithi136 bash[11745]: audit 2022-04-26T09:05:07.399777+0000 mon.smithi136 (mon.0) 7611 : audit [DBG] from='client.? 172.21.15.136:0/2216491273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:08.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:07 smithi145 bash[13673]: audit 2022-04-26T09:05:07.399777+0000 mon.smithi136 (mon.0) 7611 : audit [DBG] from='client.? 172.21.15.136:0/2216491273' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:08 smithi136 bash[11745]: cluster 2022-04-26T09:05:07.880052+0000 mgr.smithi136.ofnrfx (mgr.14188) 12649 : cluster [DBG] pgmap v11874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:09.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:08 smithi145 bash[13673]: cluster 2022-04-26T09:05:07.880052+0000 mgr.smithi136.ofnrfx (mgr.14188) 12649 : cluster [DBG] pgmap v11874: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:11.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:10 smithi136 bash[11745]: cluster 2022-04-26T09:05:09.880726+0000 mgr.smithi136.ofnrfx (mgr.14188) 12650 : cluster [DBG] pgmap v11875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:10 smithi145 bash[13673]: cluster 2022-04-26T09:05:09.880726+0000 mgr.smithi136.ofnrfx (mgr.14188) 12650 : cluster [DBG] pgmap v11875: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:12.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:12.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:12.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:12.742 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:12 smithi136 bash[11745]: cluster 2022-04-26T09:05:11.881367+0000 mgr.smithi136.ofnrfx (mgr.14188) 12651 : cluster [DBG] pgmap v11876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:13.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:12 smithi136 bash[11745]: audit 2022-04-26T09:05:12.726867+0000 mon.smithi136 (mon.0) 7612 : audit [DBG] from='client.? 172.21.15.136:0/2922078630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:12 smithi145 bash[13673]: cluster 2022-04-26T09:05:11.881367+0000 mgr.smithi136.ofnrfx (mgr.14188) 12651 : cluster [DBG] pgmap v11876: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:13.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:12 smithi145 bash[13673]: audit 2022-04-26T09:05:12.726867+0000 mon.smithi136 (mon.0) 7612 : audit [DBG] from='client.? 172.21.15.136:0/2922078630' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:15.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:14 smithi136 bash[11745]: cluster 2022-04-26T09:05:13.881974+0000 mgr.smithi136.ofnrfx (mgr.14188) 12652 : cluster [DBG] pgmap v11877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:14 smithi145 bash[13673]: cluster 2022-04-26T09:05:13.881974+0000 mgr.smithi136.ofnrfx (mgr.14188) 12652 : cluster [DBG] pgmap v11877: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:16 smithi136 bash[11745]: cluster 2022-04-26T09:05:15.882560+0000 mgr.smithi136.ofnrfx (mgr.14188) 12653 : cluster [DBG] pgmap v11878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:16 smithi145 bash[13673]: cluster 2022-04-26T09:05:15.882560+0000 mgr.smithi136.ofnrfx (mgr.14188) 12653 : cluster [DBG] pgmap v11878: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:17.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:17.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:17.746 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:18.072 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:19.253 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:18 smithi136 bash[11745]: cluster 2022-04-26T09:05:17.883142+0000 mgr.smithi136.ofnrfx (mgr.14188) 12654 : cluster [DBG] pgmap v11879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:19.253 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:18 smithi136 bash[11745]: audit 2022-04-26T09:05:18.056136+0000 mon.smithi136 (mon.0) 7613 : audit [DBG] from='client.? 172.21.15.136:0/3825641129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:18 smithi145 bash[13673]: cluster 2022-04-26T09:05:17.883142+0000 mgr.smithi136.ofnrfx (mgr.14188) 12654 : cluster [DBG] pgmap v11879: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:19.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:18 smithi145 bash[13673]: audit 2022-04-26T09:05:18.056136+0000 mon.smithi136 (mon.0) 7613 : audit [DBG] from='client.? 172.21.15.136:0/3825641129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:20 smithi136 bash[11745]: cluster 2022-04-26T09:05:19.883778+0000 mgr.smithi136.ofnrfx (mgr.14188) 12655 : cluster [DBG] pgmap v11880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:20 smithi145 bash[13673]: cluster 2022-04-26T09:05:19.883778+0000 mgr.smithi136.ofnrfx (mgr.14188) 12655 : cluster [DBG] pgmap v11880: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:23.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:23.076 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:23.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:22 smithi136 bash[11745]: cluster 2022-04-26T09:05:21.884409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12656 : cluster [DBG] pgmap v11881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:23.397 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:22 smithi145 bash[13673]: cluster 2022-04-26T09:05:21.884409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12656 : cluster [DBG] pgmap v11881: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:23 smithi136 bash[11745]: audit 2022-04-26T09:05:23.381616+0000 mon.smithi136 (mon.0) 7614 : audit [DBG] from='client.? 172.21.15.136:0/2185412244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:23 smithi145 bash[13673]: audit 2022-04-26T09:05:23.381616+0000 mon.smithi136 (mon.0) 7614 : audit [DBG] from='client.? 172.21.15.136:0/2185412244' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:25.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:24 smithi136 bash[11745]: cluster 2022-04-26T09:05:23.885030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12657 : cluster [DBG] pgmap v11882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:24 smithi145 bash[13673]: cluster 2022-04-26T09:05:23.885030+0000 mgr.smithi136.ofnrfx (mgr.14188) 12657 : cluster [DBG] pgmap v11882: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:26 smithi136 bash[11745]: cluster 2022-04-26T09:05:25.885650+0000 mgr.smithi136.ofnrfx (mgr.14188) 12658 : cluster [DBG] pgmap v11883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:26 smithi145 bash[13673]: cluster 2022-04-26T09:05:25.885650+0000 mgr.smithi136.ofnrfx (mgr.14188) 12658 : cluster [DBG] pgmap v11883: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:28.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:28.401 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:28.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:28.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:29.254 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:28 smithi136 bash[11745]: cluster 2022-04-26T09:05:27.886270+0000 mgr.smithi136.ofnrfx (mgr.14188) 12659 : cluster [DBG] pgmap v11884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:29.254 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:28 smithi136 bash[11745]: audit 2022-04-26T09:05:28.710314+0000 mon.smithi136 (mon.0) 7615 : audit [DBG] from='client.? 172.21.15.136:0/1516574642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:28 smithi145 bash[13673]: cluster 2022-04-26T09:05:27.886270+0000 mgr.smithi136.ofnrfx (mgr.14188) 12659 : cluster [DBG] pgmap v11884: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:28 smithi145 bash[13673]: audit 2022-04-26T09:05:28.710314+0000 mon.smithi136 (mon.0) 7615 : audit [DBG] from='client.? 172.21.15.136:0/1516574642' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:30 smithi136 bash[11745]: cluster 2022-04-26T09:05:29.886944+0000 mgr.smithi136.ofnrfx (mgr.14188) 12660 : cluster [DBG] pgmap v11885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:30 smithi145 bash[13673]: cluster 2022-04-26T09:05:29.886944+0000 mgr.smithi136.ofnrfx (mgr.14188) 12660 : cluster [DBG] pgmap v11885: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:32 smithi136 bash[11745]: cluster 2022-04-26T09:05:31.887551+0000 mgr.smithi136.ofnrfx (mgr.14188) 12661 : cluster [DBG] pgmap v11886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:32 smithi145 bash[13673]: cluster 2022-04-26T09:05:31.887551+0000 mgr.smithi136.ofnrfx (mgr.14188) 12661 : cluster [DBG] pgmap v11886: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:33.729 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:33.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:33.730 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:34.057 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:34 smithi136 bash[11745]: cluster 2022-04-26T09:05:33.888004+0000 mgr.smithi136.ofnrfx (mgr.14188) 12662 : cluster [DBG] pgmap v11887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:35.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:34 smithi136 bash[11745]: audit 2022-04-26T09:05:34.041868+0000 mon.smithi136 (mon.0) 7616 : audit [DBG] from='client.? 172.21.15.136:0/3911836895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:34 smithi145 bash[13673]: cluster 2022-04-26T09:05:33.888004+0000 mgr.smithi136.ofnrfx (mgr.14188) 12662 : cluster [DBG] pgmap v11887: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:35.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:34 smithi145 bash[13673]: audit 2022-04-26T09:05:34.041868+0000 mon.smithi136 (mon.0) 7616 : audit [DBG] from='client.? 172.21.15.136:0/3911836895' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:36 smithi136 bash[11745]: cluster 2022-04-26T09:05:35.888577+0000 mgr.smithi136.ofnrfx (mgr.14188) 12663 : cluster [DBG] pgmap v11888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:36 smithi145 bash[13673]: cluster 2022-04-26T09:05:35.888577+0000 mgr.smithi136.ofnrfx (mgr.14188) 12663 : cluster [DBG] pgmap v11888: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:39.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:39.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:39.061 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:39.254 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:38 smithi136 bash[11745]: cluster 2022-04-26T09:05:37.889203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12664 : cluster [DBG] pgmap v11889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:39.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:38 smithi145 bash[13673]: cluster 2022-04-26T09:05:37.889203+0000 mgr.smithi136.ofnrfx (mgr.14188) 12664 : cluster [DBG] pgmap v11889: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:39 smithi136 bash[11745]: audit 2022-04-26T09:05:39.367913+0000 mon.smithi136 (mon.0) 7617 : audit [DBG] from='client.? 172.21.15.136:0/637244555' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:39 smithi145 bash[13673]: audit 2022-04-26T09:05:39.367913+0000 mon.smithi136 (mon.0) 7617 : audit [DBG] from='client.? 172.21.15.136:0/637244555' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:40 smithi136 bash[11745]: cluster 2022-04-26T09:05:39.889958+0000 mgr.smithi136.ofnrfx (mgr.14188) 12665 : cluster [DBG] pgmap v11890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:40 smithi145 bash[13673]: cluster 2022-04-26T09:05:39.889958+0000 mgr.smithi136.ofnrfx (mgr.14188) 12665 : cluster [DBG] pgmap v11890: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:42 smithi136 bash[11745]: cluster 2022-04-26T09:05:41.890746+0000 mgr.smithi136.ofnrfx (mgr.14188) 12666 : cluster [DBG] pgmap v11891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:42 smithi145 bash[13673]: cluster 2022-04-26T09:05:41.890746+0000 mgr.smithi136.ofnrfx (mgr.14188) 12666 : cluster [DBG] pgmap v11891: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:44.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:44.387 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:44.388 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:44.713 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:45.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:44 smithi136 bash[11745]: cluster 2022-04-26T09:05:43.891481+0000 mgr.smithi136.ofnrfx (mgr.14188) 12667 : cluster [DBG] pgmap v11892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:45.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:44 smithi136 bash[11745]: audit 2022-04-26T09:05:44.697404+0000 mon.smithi136 (mon.0) 7618 : audit [DBG] from='client.? 172.21.15.136:0/1298525873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:44 smithi145 bash[13673]: cluster 2022-04-26T09:05:43.891481+0000 mgr.smithi136.ofnrfx (mgr.14188) 12667 : cluster [DBG] pgmap v11892: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:44 smithi145 bash[13673]: audit 2022-04-26T09:05:44.697404+0000 mon.smithi136 (mon.0) 7618 : audit [DBG] from='client.? 172.21.15.136:0/1298525873' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:46 smithi136 bash[11745]: cluster 2022-04-26T09:05:45.892149+0000 mgr.smithi136.ofnrfx (mgr.14188) 12668 : cluster [DBG] pgmap v11893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:46 smithi145 bash[13673]: cluster 2022-04-26T09:05:45.892149+0000 mgr.smithi136.ofnrfx (mgr.14188) 12668 : cluster [DBG] pgmap v11893: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:49.254 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:48 smithi136 bash[11745]: cluster 2022-04-26T09:05:47.892785+0000 mgr.smithi136.ofnrfx (mgr.14188) 12669 : cluster [DBG] pgmap v11894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:48 smithi145 bash[13673]: cluster 2022-04-26T09:05:47.892785+0000 mgr.smithi136.ofnrfx (mgr.14188) 12669 : cluster [DBG] pgmap v11894: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:49.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:49.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:49.717 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:50.045 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:51.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:50 smithi136 bash[11745]: cluster 2022-04-26T09:05:49.893363+0000 mgr.smithi136.ofnrfx (mgr.14188) 12670 : cluster [DBG] pgmap v11895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:51.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:50 smithi136 bash[11745]: audit 2022-04-26T09:05:50.026035+0000 mon.smithi136 (mon.0) 7619 : audit [DBG] from='client.? 172.21.15.136:0/2550811009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:50 smithi145 bash[13673]: cluster 2022-04-26T09:05:49.893363+0000 mgr.smithi136.ofnrfx (mgr.14188) 12670 : cluster [DBG] pgmap v11895: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:51.413 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:50 smithi145 bash[13673]: audit 2022-04-26T09:05:50.026035+0000 mon.smithi136 (mon.0) 7619 : audit [DBG] from='client.? 172.21.15.136:0/2550811009' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: cluster 2022-04-26T09:05:51.893984+0000 mgr.smithi136.ofnrfx (mgr.14188) 12671 : cluster [DBG] pgmap v11896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: audit 2022-04-26T09:05:51.975342+0000 mon.smithi136 (mon.0) 7620 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:05:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: audit 2022-04-26T09:05:51.978032+0000 mon.smithi136 (mon.0) 7621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:05:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: audit 2022-04-26T09:05:51.979775+0000 mon.smithi136 (mon.0) 7622 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:05:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: cluster 2022-04-26T09:05:52.284805+0000 mgr.smithi136.ofnrfx (mgr.14188) 12672 : cluster [DBG] pgmap v11897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: cluster 2022-04-26T09:05:52.285236+0000 mgr.smithi136.ofnrfx (mgr.14188) 12673 : cluster [DBG] pgmap v11898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: audit 2022-04-26T09:05:52.290304+0000 mon.smithi136 (mon.0) 7623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:05:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: audit 2022-04-26T09:05:52.296924+0000 mon.smithi136 (mon.0) 7624 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:05:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: cephadm 2022-04-26T09:05:52.298275+0000 mgr.smithi136.ofnrfx (mgr.14188) 12674 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:05:53.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:52 smithi136 bash[11745]: cephadm 2022-04-26T09:05:52.298434+0000 mgr.smithi136.ofnrfx (mgr.14188) 12675 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:05:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: cluster 2022-04-26T09:05:51.893984+0000 mgr.smithi136.ofnrfx (mgr.14188) 12671 : cluster [DBG] pgmap v11896: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: audit 2022-04-26T09:05:51.975342+0000 mon.smithi136 (mon.0) 7620 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: audit 2022-04-26T09:05:51.978032+0000 mon.smithi136 (mon.0) 7621 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: audit 2022-04-26T09:05:51.979775+0000 mon.smithi136 (mon.0) 7622 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: cluster 2022-04-26T09:05:52.284805+0000 mgr.smithi136.ofnrfx (mgr.14188) 12672 : cluster [DBG] pgmap v11897: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: cluster 2022-04-26T09:05:52.285236+0000 mgr.smithi136.ofnrfx (mgr.14188) 12673 : cluster [DBG] pgmap v11898: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: audit 2022-04-26T09:05:52.290304+0000 mon.smithi136 (mon.0) 7623 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: audit 2022-04-26T09:05:52.296924+0000 mon.smithi136 (mon.0) 7624 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: cephadm 2022-04-26T09:05:52.298275+0000 mgr.smithi136.ofnrfx (mgr.14188) 12674 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:05:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:52 smithi145 bash[13673]: cephadm 2022-04-26T09:05:52.298434+0000 mgr.smithi136.ofnrfx (mgr.14188) 12675 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:05:55.048 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:05:55.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:05:55.049 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:05:55.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:05:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:55 smithi145 bash[13673]: cluster 2022-04-26T09:05:54.285765+0000 mgr.smithi136.ofnrfx (mgr.14188) 12676 : cluster [DBG] pgmap v11899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:55 smithi136 bash[11745]: cluster 2022-04-26T09:05:54.285765+0000 mgr.smithi136.ofnrfx (mgr.14188) 12676 : cluster [DBG] pgmap v11899: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:56 smithi145 bash[13673]: audit 2022-04-26T09:05:55.364397+0000 mon.smithi136 (mon.0) 7625 : audit [DBG] from='client.? 172.21.15.136:0/31241606' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:56 smithi136 bash[11745]: audit 2022-04-26T09:05:55.364397+0000 mon.smithi136 (mon.0) 7625 : audit [DBG] from='client.? 172.21.15.136:0/31241606' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:05:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:57 smithi145 bash[13673]: cluster 2022-04-26T09:05:56.286400+0000 mgr.smithi136.ofnrfx (mgr.14188) 12677 : cluster [DBG] pgmap v11900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:57 smithi136 bash[11745]: cluster 2022-04-26T09:05:56.286400+0000 mgr.smithi136.ofnrfx (mgr.14188) 12677 : cluster [DBG] pgmap v11900: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:05:59 smithi145 bash[13673]: cluster 2022-04-26T09:05:58.287029+0000 mgr.smithi136.ofnrfx (mgr.14188) 12678 : cluster [DBG] pgmap v11901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:05:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:05:59 smithi136 bash[11745]: cluster 2022-04-26T09:05:58.287029+0000 mgr.smithi136.ofnrfx (mgr.14188) 12678 : cluster [DBG] pgmap v11901: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:00.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:00.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:00.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:00.719 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:01 smithi145 bash[13673]: cluster 2022-04-26T09:06:00.287657+0000 mgr.smithi136.ofnrfx (mgr.14188) 12679 : cluster [DBG] pgmap v11902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:01.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:01 smithi145 bash[13673]: audit 2022-04-26T09:06:00.696957+0000 mon.smithi136 (mon.0) 7626 : audit [DBG] from='client.? 172.21.15.136:0/1330874056' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:01 smithi136 bash[11745]: cluster 2022-04-26T09:06:00.287657+0000 mgr.smithi136.ofnrfx (mgr.14188) 12679 : cluster [DBG] pgmap v11902: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:01 smithi136 bash[11745]: audit 2022-04-26T09:06:00.696957+0000 mon.smithi136 (mon.0) 7626 : audit [DBG] from='client.? 172.21.15.136:0/1330874056' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:03 smithi145 bash[13673]: cluster 2022-04-26T09:06:02.288259+0000 mgr.smithi136.ofnrfx (mgr.14188) 12680 : cluster [DBG] pgmap v11903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:03 smithi136 bash[11745]: cluster 2022-04-26T09:06:02.288259+0000 mgr.smithi136.ofnrfx (mgr.14188) 12680 : cluster [DBG] pgmap v11903: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:04 smithi145 bash[13673]: audit 2022-04-26T09:06:03.430382+0000 mon.smithi136 (mon.0) 7627 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:06:04.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:04 smithi145 bash[13673]: audit 2022-04-26T09:06:03.434767+0000 mon.smithi136 (mon.0) 7628 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:06:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:04 smithi136 bash[11745]: audit 2022-04-26T09:06:03.430382+0000 mon.smithi136 (mon.0) 7627 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:06:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:04 smithi136 bash[11745]: audit 2022-04-26T09:06:03.434767+0000 mon.smithi136 (mon.0) 7628 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:06:05.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:05 smithi145 bash[13673]: cluster 2022-04-26T09:06:04.288922+0000 mgr.smithi136.ofnrfx (mgr.14188) 12681 : cluster [DBG] pgmap v11904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:05.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:05.722 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:05.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:05 smithi136 bash[11745]: cluster 2022-04-26T09:06:04.288922+0000 mgr.smithi136.ofnrfx (mgr.14188) 12681 : cluster [DBG] pgmap v11904: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:06.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:06 smithi136 bash[11745]: audit 2022-04-26T09:06:06.035043+0000 mon.smithi136 (mon.0) 7629 : audit [DBG] from='client.? 172.21.15.136:0/71906833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:07.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:06 smithi136 bash[11745]: cluster 2022-04-26T09:06:06.289568+0000 mgr.smithi136.ofnrfx (mgr.14188) 12682 : cluster [DBG] pgmap v11905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:06 smithi145 bash[13673]: audit 2022-04-26T09:06:06.035043+0000 mon.smithi136 (mon.0) 7629 : audit [DBG] from='client.? 172.21.15.136:0/71906833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:07.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:06 smithi145 bash[13673]: cluster 2022-04-26T09:06:06.289568+0000 mgr.smithi136.ofnrfx (mgr.14188) 12682 : cluster [DBG] pgmap v11905: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:09.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:09 smithi145 bash[13673]: cluster 2022-04-26T09:06:08.290226+0000 mgr.smithi136.ofnrfx (mgr.14188) 12683 : cluster [DBG] pgmap v11906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:09 smithi136 bash[11745]: cluster 2022-04-26T09:06:08.290226+0000 mgr.smithi136.ofnrfx (mgr.14188) 12683 : cluster [DBG] pgmap v11906: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:11.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:11.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:11.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:11.379 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:11.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:11 smithi145 bash[13673]: cluster 2022-04-26T09:06:10.290848+0000 mgr.smithi136.ofnrfx (mgr.14188) 12684 : cluster [DBG] pgmap v11907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:11 smithi136 bash[11745]: cluster 2022-04-26T09:06:10.290848+0000 mgr.smithi136.ofnrfx (mgr.14188) 12684 : cluster [DBG] pgmap v11907: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:12.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:12 smithi145 bash[13673]: audit 2022-04-26T09:06:11.363949+0000 mon.smithi136 (mon.0) 7630 : audit [DBG] from='client.? 172.21.15.136:0/4269254651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:12 smithi136 bash[11745]: audit 2022-04-26T09:06:11.363949+0000 mon.smithi136 (mon.0) 7630 : audit [DBG] from='client.? 172.21.15.136:0/4269254651' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:13.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:13 smithi145 bash[13673]: cluster 2022-04-26T09:06:12.291462+0000 mgr.smithi136.ofnrfx (mgr.14188) 12685 : cluster [DBG] pgmap v11908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:13.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:13 smithi136 bash[11745]: cluster 2022-04-26T09:06:12.291462+0000 mgr.smithi136.ofnrfx (mgr.14188) 12685 : cluster [DBG] pgmap v11908: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:15.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:15 smithi145 bash[13673]: cluster 2022-04-26T09:06:14.292102+0000 mgr.smithi136.ofnrfx (mgr.14188) 12686 : cluster [DBG] pgmap v11909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:15 smithi136 bash[11745]: cluster 2022-04-26T09:06:14.292102+0000 mgr.smithi136.ofnrfx (mgr.14188) 12686 : cluster [DBG] pgmap v11909: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:16.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:16.382 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:16.383 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:16.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:16 smithi136 bash[11745]: cluster 2022-04-26T09:06:16.292707+0000 mgr.smithi136.ofnrfx (mgr.14188) 12687 : cluster [DBG] pgmap v11910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:17.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:16 smithi136 bash[11745]: audit 2022-04-26T09:06:16.692133+0000 mon.smithi136 (mon.0) 7631 : audit [DBG] from='client.? 172.21.15.136:0/121202027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:16 smithi145 bash[13673]: cluster 2022-04-26T09:06:16.292707+0000 mgr.smithi136.ofnrfx (mgr.14188) 12687 : cluster [DBG] pgmap v11910: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:17.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:16 smithi145 bash[13673]: audit 2022-04-26T09:06:16.692133+0000 mon.smithi136 (mon.0) 7631 : audit [DBG] from='client.? 172.21.15.136:0/121202027' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:19.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:19 smithi145 bash[13673]: cluster 2022-04-26T09:06:18.293330+0000 mgr.smithi136.ofnrfx (mgr.14188) 12688 : cluster [DBG] pgmap v11911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:19 smithi136 bash[11745]: cluster 2022-04-26T09:06:18.293330+0000 mgr.smithi136.ofnrfx (mgr.14188) 12688 : cluster [DBG] pgmap v11911: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:21.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:21 smithi145 bash[13673]: cluster 2022-04-26T09:06:20.293985+0000 mgr.smithi136.ofnrfx (mgr.14188) 12689 : cluster [DBG] pgmap v11912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:21.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:21.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:21.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:21 smithi136 bash[11745]: cluster 2022-04-26T09:06:20.293985+0000 mgr.smithi136.ofnrfx (mgr.14188) 12689 : cluster [DBG] pgmap v11912: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:22.025 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:22.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:22 smithi145 bash[13673]: audit 2022-04-26T09:06:22.009226+0000 mon.smithi136 (mon.0) 7632 : audit [DBG] from='client.? 172.21.15.136:0/1658120289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:22.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:22 smithi136 bash[11745]: audit 2022-04-26T09:06:22.009226+0000 mon.smithi136 (mon.0) 7632 : audit [DBG] from='client.? 172.21.15.136:0/1658120289' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:23 smithi145 bash[13673]: cluster 2022-04-26T09:06:22.294678+0000 mgr.smithi136.ofnrfx (mgr.14188) 12690 : cluster [DBG] pgmap v11913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:23 smithi136 bash[11745]: cluster 2022-04-26T09:06:22.294678+0000 mgr.smithi136.ofnrfx (mgr.14188) 12690 : cluster [DBG] pgmap v11913: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:25.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:25 smithi145 bash[13673]: cluster 2022-04-26T09:06:24.295289+0000 mgr.smithi136.ofnrfx (mgr.14188) 12691 : cluster [DBG] pgmap v11914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:25.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:25 smithi136 bash[11745]: cluster 2022-04-26T09:06:24.295289+0000 mgr.smithi136.ofnrfx (mgr.14188) 12691 : cluster [DBG] pgmap v11914: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:27.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:27.027 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:27.029 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:26 smithi136 bash[11745]: cluster 2022-04-26T09:06:26.295957+0000 mgr.smithi136.ofnrfx (mgr.14188) 12692 : cluster [DBG] pgmap v11915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:27.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:26 smithi145 bash[13673]: cluster 2022-04-26T09:06:26.295957+0000 mgr.smithi136.ofnrfx (mgr.14188) 12692 : cluster [DBG] pgmap v11915: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:27.355 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:28.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:27 smithi136 bash[11745]: audit 2022-04-26T09:06:27.339361+0000 mon.smithi136 (mon.0) 7633 : audit [DBG] from='client.? 172.21.15.136:0/1601165803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:28.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:27 smithi145 bash[13673]: audit 2022-04-26T09:06:27.339361+0000 mon.smithi136 (mon.0) 7633 : audit [DBG] from='client.? 172.21.15.136:0/1601165803' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:29.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:28 smithi136 bash[11745]: cluster 2022-04-26T09:06:28.296613+0000 mgr.smithi136.ofnrfx (mgr.14188) 12693 : cluster [DBG] pgmap v11916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:29.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:28 smithi145 bash[13673]: cluster 2022-04-26T09:06:28.296613+0000 mgr.smithi136.ofnrfx (mgr.14188) 12693 : cluster [DBG] pgmap v11916: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:31.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:31 smithi145 bash[13673]: cluster 2022-04-26T09:06:30.297208+0000 mgr.smithi136.ofnrfx (mgr.14188) 12694 : cluster [DBG] pgmap v11917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:31 smithi136 bash[11745]: cluster 2022-04-26T09:06:30.297208+0000 mgr.smithi136.ofnrfx (mgr.14188) 12694 : cluster [DBG] pgmap v11917: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:32.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:32.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:32.359 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:32.686 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:33 smithi145 bash[13673]: cluster 2022-04-26T09:06:32.297930+0000 mgr.smithi136.ofnrfx (mgr.14188) 12695 : cluster [DBG] pgmap v11918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:33.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:33 smithi145 bash[13673]: audit 2022-04-26T09:06:32.671343+0000 mon.smithi136 (mon.0) 7634 : audit [DBG] from='client.? 172.21.15.136:0/2531175817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:33 smithi136 bash[11745]: cluster 2022-04-26T09:06:32.297930+0000 mgr.smithi136.ofnrfx (mgr.14188) 12695 : cluster [DBG] pgmap v11918: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:33.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:33 smithi136 bash[11745]: audit 2022-04-26T09:06:32.671343+0000 mon.smithi136 (mon.0) 7634 : audit [DBG] from='client.? 172.21.15.136:0/2531175817' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:35.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:35 smithi145 bash[13673]: cluster 2022-04-26T09:06:34.298559+0000 mgr.smithi136.ofnrfx (mgr.14188) 12696 : cluster [DBG] pgmap v11919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:35 smithi136 bash[11745]: cluster 2022-04-26T09:06:34.298559+0000 mgr.smithi136.ofnrfx (mgr.14188) 12696 : cluster [DBG] pgmap v11919: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:37.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:36 smithi136 bash[11745]: cluster 2022-04-26T09:06:36.299164+0000 mgr.smithi136.ofnrfx (mgr.14188) 12697 : cluster [DBG] pgmap v11920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:36 smithi145 bash[13673]: cluster 2022-04-26T09:06:36.299164+0000 mgr.smithi136.ofnrfx (mgr.14188) 12697 : cluster [DBG] pgmap v11920: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:37.690 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:37.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:37.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:38.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:38 smithi136 bash[11745]: audit 2022-04-26T09:06:37.999718+0000 mon.smithi136 (mon.0) 7635 : audit [DBG] from='client.? 172.21.15.136:0/589779107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:38 smithi145 bash[13673]: audit 2022-04-26T09:06:37.999718+0000 mon.smithi136 (mon.0) 7635 : audit [DBG] from='client.? 172.21.15.136:0/589779107' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:39 smithi145 bash[13673]: cluster 2022-04-26T09:06:38.299839+0000 mgr.smithi136.ofnrfx (mgr.14188) 12698 : cluster [DBG] pgmap v11921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:39 smithi136 bash[11745]: cluster 2022-04-26T09:06:38.299839+0000 mgr.smithi136.ofnrfx (mgr.14188) 12698 : cluster [DBG] pgmap v11921: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:41.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:41 smithi145 bash[13673]: cluster 2022-04-26T09:06:40.300461+0000 mgr.smithi136.ofnrfx (mgr.14188) 12699 : cluster [DBG] pgmap v11922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:41.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:41 smithi136 bash[11745]: cluster 2022-04-26T09:06:40.300461+0000 mgr.smithi136.ofnrfx (mgr.14188) 12699 : cluster [DBG] pgmap v11922: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:43.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:43.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:43.020 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:43.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:43.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:43 smithi145 bash[13673]: cluster 2022-04-26T09:06:42.301181+0000 mgr.smithi136.ofnrfx (mgr.14188) 12700 : cluster [DBG] pgmap v11923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:43.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:43 smithi145 bash[13673]: audit 2022-04-26T09:06:43.334169+0000 mon.smithi136 (mon.0) 7636 : audit [DBG] from='client.? 172.21.15.136:0/2787388102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:43 smithi136 bash[11745]: cluster 2022-04-26T09:06:42.301181+0000 mgr.smithi136.ofnrfx (mgr.14188) 12700 : cluster [DBG] pgmap v11923: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:43 smithi136 bash[11745]: audit 2022-04-26T09:06:43.334169+0000 mon.smithi136 (mon.0) 7636 : audit [DBG] from='client.? 172.21.15.136:0/2787388102' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:45 smithi145 bash[13673]: cluster 2022-04-26T09:06:44.301860+0000 mgr.smithi136.ofnrfx (mgr.14188) 12701 : cluster [DBG] pgmap v11924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:45 smithi136 bash[11745]: cluster 2022-04-26T09:06:44.301860+0000 mgr.smithi136.ofnrfx (mgr.14188) 12701 : cluster [DBG] pgmap v11924: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:47.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:46 smithi136 bash[11745]: cluster 2022-04-26T09:06:46.302522+0000 mgr.smithi136.ofnrfx (mgr.14188) 12702 : cluster [DBG] pgmap v11925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:47.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:46 smithi145 bash[13673]: cluster 2022-04-26T09:06:46.302522+0000 mgr.smithi136.ofnrfx (mgr.14188) 12702 : cluster [DBG] pgmap v11925: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:48.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:48.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:48.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:48.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:49 smithi145 bash[13673]: cluster 2022-04-26T09:06:48.303170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12703 : cluster [DBG] pgmap v11926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:49.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:49 smithi145 bash[13673]: audit 2022-04-26T09:06:48.661980+0000 mon.smithi136 (mon.0) 7637 : audit [DBG] from='client.? 172.21.15.136:0/389638855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:49.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:49 smithi136 bash[11745]: cluster 2022-04-26T09:06:48.303170+0000 mgr.smithi136.ofnrfx (mgr.14188) 12703 : cluster [DBG] pgmap v11926: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:49.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:49 smithi136 bash[11745]: audit 2022-04-26T09:06:48.661980+0000 mon.smithi136 (mon.0) 7637 : audit [DBG] from='client.? 172.21.15.136:0/389638855' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:51.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:51 smithi145 bash[13673]: cluster 2022-04-26T09:06:50.303864+0000 mgr.smithi136.ofnrfx (mgr.14188) 12704 : cluster [DBG] pgmap v11927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:51.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:51 smithi136 bash[11745]: cluster 2022-04-26T09:06:50.303864+0000 mgr.smithi136.ofnrfx (mgr.14188) 12704 : cluster [DBG] pgmap v11927: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:52.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:52 smithi145 bash[13673]: audit 2022-04-26T09:06:52.309590+0000 mon.smithi136 (mon.0) 7638 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:06:52.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:52 smithi145 bash[13673]: audit 2022-04-26T09:06:52.312310+0000 mon.smithi136 (mon.0) 7639 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:06:52.698 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:52 smithi145 bash[13673]: audit 2022-04-26T09:06:52.314063+0000 mon.smithi136 (mon.0) 7640 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:06:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:52 smithi136 bash[11745]: audit 2022-04-26T09:06:52.309590+0000 mon.smithi136 (mon.0) 7638 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:06:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:52 smithi136 bash[11745]: audit 2022-04-26T09:06:52.312310+0000 mon.smithi136 (mon.0) 7639 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:06:52.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:52 smithi136 bash[11745]: audit 2022-04-26T09:06:52.314063+0000 mon.smithi136 (mon.0) 7640 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:06:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:53 smithi145 bash[13673]: cluster 2022-04-26T09:06:52.304458+0000 mgr.smithi136.ofnrfx (mgr.14188) 12705 : cluster [DBG] pgmap v11928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:53 smithi145 bash[13673]: audit 2022-04-26T09:06:52.622274+0000 mon.smithi136 (mon.0) 7641 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:06:53.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:53 smithi145 bash[13673]: audit 2022-04-26T09:06:52.629929+0000 mon.smithi136 (mon.0) 7642 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:06:53.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:53.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:53.681 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:53 smithi136 bash[11745]: cluster 2022-04-26T09:06:52.304458+0000 mgr.smithi136.ofnrfx (mgr.14188) 12705 : cluster [DBG] pgmap v11928: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:53 smithi136 bash[11745]: audit 2022-04-26T09:06:52.622274+0000 mon.smithi136 (mon.0) 7641 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:06:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:53 smithi136 bash[11745]: audit 2022-04-26T09:06:52.629929+0000 mon.smithi136 (mon.0) 7642 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:06:54.024 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:54 smithi145 bash[13673]: cluster 2022-04-26T09:06:52.614930+0000 mgr.smithi136.ofnrfx (mgr.14188) 12706 : cluster [DBG] pgmap v11929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:54 smithi145 bash[13673]: cluster 2022-04-26T09:06:52.615456+0000 mgr.smithi136.ofnrfx (mgr.14188) 12707 : cluster [DBG] pgmap v11930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:54 smithi145 bash[13673]: cephadm 2022-04-26T09:06:52.630917+0000 mgr.smithi136.ofnrfx (mgr.14188) 12708 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:06:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:54 smithi145 bash[13673]: cephadm 2022-04-26T09:06:52.631028+0000 mgr.smithi136.ofnrfx (mgr.14188) 12709 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:06:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:54 smithi145 bash[13673]: audit 2022-04-26T09:06:54.001588+0000 mon.smithi136 (mon.0) 7643 : audit [DBG] from='client.? 172.21.15.136:0/3369549086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:54 smithi136 bash[11745]: cluster 2022-04-26T09:06:52.614930+0000 mgr.smithi136.ofnrfx (mgr.14188) 12706 : cluster [DBG] pgmap v11929: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:54 smithi136 bash[11745]: cluster 2022-04-26T09:06:52.615456+0000 mgr.smithi136.ofnrfx (mgr.14188) 12707 : cluster [DBG] pgmap v11930: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:54 smithi136 bash[11745]: cephadm 2022-04-26T09:06:52.630917+0000 mgr.smithi136.ofnrfx (mgr.14188) 12708 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:06:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:54 smithi136 bash[11745]: cephadm 2022-04-26T09:06:52.631028+0000 mgr.smithi136.ofnrfx (mgr.14188) 12709 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:06:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:54 smithi136 bash[11745]: audit 2022-04-26T09:06:54.001588+0000 mon.smithi136 (mon.0) 7643 : audit [DBG] from='client.? 172.21.15.136:0/3369549086' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:56 smithi145 bash[13673]: cluster 2022-04-26T09:06:54.616049+0000 mgr.smithi136.ofnrfx (mgr.14188) 12710 : cluster [DBG] pgmap v11931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:56.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:56 smithi136 bash[11745]: cluster 2022-04-26T09:06:54.616049+0000 mgr.smithi136.ofnrfx (mgr.14188) 12710 : cluster [DBG] pgmap v11931: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:58 smithi145 bash[13673]: cluster 2022-04-26T09:06:56.616715+0000 mgr.smithi136.ofnrfx (mgr.14188) 12711 : cluster [DBG] pgmap v11932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:58 smithi136 bash[11745]: cluster 2022-04-26T09:06:56.616715+0000 mgr.smithi136.ofnrfx (mgr.14188) 12711 : cluster [DBG] pgmap v11932: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:06:59.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:06:59.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:06:59.028 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:06:59.361 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:06:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:06:59 smithi136 bash[11745]: audit 2022-04-26T09:06:59.345341+0000 mon.smithi136 (mon.0) 7644 : audit [DBG] from='client.? 172.21.15.136:0/1208932252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:06:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:06:59 smithi145 bash[13673]: audit 2022-04-26T09:06:59.345341+0000 mon.smithi136 (mon.0) 7644 : audit [DBG] from='client.? 172.21.15.136:0/1208932252' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:00.666 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:00 smithi136 bash[11745]: cluster 2022-04-26T09:06:58.617380+0000 mgr.smithi136.ofnrfx (mgr.14188) 12712 : cluster [DBG] pgmap v11933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:00 smithi145 bash[13673]: cluster 2022-04-26T09:06:58.617380+0000 mgr.smithi136.ofnrfx (mgr.14188) 12712 : cluster [DBG] pgmap v11933: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:02.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:02 smithi136 bash[11745]: cluster 2022-04-26T09:07:00.618126+0000 mgr.smithi136.ofnrfx (mgr.14188) 12713 : cluster [DBG] pgmap v11934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:02 smithi145 bash[13673]: cluster 2022-04-26T09:07:00.618126+0000 mgr.smithi136.ofnrfx (mgr.14188) 12713 : cluster [DBG] pgmap v11934: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:04.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:04.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:04.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:04.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:04 smithi136 bash[11745]: cluster 2022-04-26T09:07:02.618821+0000 mgr.smithi136.ofnrfx (mgr.14188) 12714 : cluster [DBG] pgmap v11935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:04 smithi136 bash[11745]: audit 2022-04-26T09:07:03.434805+0000 mon.smithi136 (mon.0) 7645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:07:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:04 smithi136 bash[11745]: audit 2022-04-26T09:07:03.438465+0000 mon.smithi136 (mon.0) 7646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:07:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:04 smithi145 bash[13673]: cluster 2022-04-26T09:07:02.618821+0000 mgr.smithi136.ofnrfx (mgr.14188) 12714 : cluster [DBG] pgmap v11935: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:04 smithi145 bash[13673]: audit 2022-04-26T09:07:03.434805+0000 mon.smithi136 (mon.0) 7645 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:07:04.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:04 smithi145 bash[13673]: audit 2022-04-26T09:07:03.438465+0000 mon.smithi136 (mon.0) 7646 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:07:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:05 smithi136 bash[11745]: audit 2022-04-26T09:07:04.673262+0000 mon.smithi136 (mon.0) 7647 : audit [DBG] from='client.? 172.21.15.136:0/3247277251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:05 smithi145 bash[13673]: audit 2022-04-26T09:07:04.673262+0000 mon.smithi136 (mon.0) 7647 : audit [DBG] from='client.? 172.21.15.136:0/3247277251' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:06.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:06 smithi136 bash[11745]: cluster 2022-04-26T09:07:04.619329+0000 mgr.smithi136.ofnrfx (mgr.14188) 12715 : cluster [DBG] pgmap v11936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:06 smithi145 bash[13673]: cluster 2022-04-26T09:07:04.619329+0000 mgr.smithi136.ofnrfx (mgr.14188) 12715 : cluster [DBG] pgmap v11936: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:08.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:08 smithi136 bash[11745]: cluster 2022-04-26T09:07:06.619951+0000 mgr.smithi136.ofnrfx (mgr.14188) 12716 : cluster [DBG] pgmap v11937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:08 smithi145 bash[13673]: cluster 2022-04-26T09:07:06.619951+0000 mgr.smithi136.ofnrfx (mgr.14188) 12716 : cluster [DBG] pgmap v11937: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:09.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:09.692 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:09.693 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:10.015 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:10 smithi136 bash[11745]: cluster 2022-04-26T09:07:08.620570+0000 mgr.smithi136.ofnrfx (mgr.14188) 12717 : cluster [DBG] pgmap v11938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:10 smithi136 bash[11745]: audit 2022-04-26T09:07:09.997206+0000 mon.smithi136 (mon.0) 7648 : audit [DBG] from='client.? 172.21.15.136:0/1224384961' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:10 smithi145 bash[13673]: cluster 2022-04-26T09:07:08.620570+0000 mgr.smithi136.ofnrfx (mgr.14188) 12717 : cluster [DBG] pgmap v11938: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:10.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:10 smithi145 bash[13673]: audit 2022-04-26T09:07:09.997206+0000 mon.smithi136 (mon.0) 7648 : audit [DBG] from='client.? 172.21.15.136:0/1224384961' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:12.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:12 smithi136 bash[11745]: cluster 2022-04-26T09:07:10.621178+0000 mgr.smithi136.ofnrfx (mgr.14188) 12718 : cluster [DBG] pgmap v11939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:12 smithi145 bash[13673]: cluster 2022-04-26T09:07:10.621178+0000 mgr.smithi136.ofnrfx (mgr.14188) 12718 : cluster [DBG] pgmap v11939: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:14.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:14 smithi136 bash[11745]: cluster 2022-04-26T09:07:12.621803+0000 mgr.smithi136.ofnrfx (mgr.14188) 12719 : cluster [DBG] pgmap v11940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:14 smithi145 bash[13673]: cluster 2022-04-26T09:07:12.621803+0000 mgr.smithi136.ofnrfx (mgr.14188) 12719 : cluster [DBG] pgmap v11940: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:15.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:15.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:15.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:15.346 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:15 smithi136 bash[11745]: audit 2022-04-26T09:07:15.331632+0000 mon.smithi136 (mon.0) 7649 : audit [DBG] from='client.? 172.21.15.136:0/310600881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:15 smithi145 bash[13673]: audit 2022-04-26T09:07:15.331632+0000 mon.smithi136 (mon.0) 7649 : audit [DBG] from='client.? 172.21.15.136:0/310600881' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:16 smithi136 bash[11745]: cluster 2022-04-26T09:07:14.622425+0000 mgr.smithi136.ofnrfx (mgr.14188) 12720 : cluster [DBG] pgmap v11941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:16 smithi145 bash[13673]: cluster 2022-04-26T09:07:14.622425+0000 mgr.smithi136.ofnrfx (mgr.14188) 12720 : cluster [DBG] pgmap v11941: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:18 smithi136 bash[11745]: cluster 2022-04-26T09:07:16.623068+0000 mgr.smithi136.ofnrfx (mgr.14188) 12721 : cluster [DBG] pgmap v11942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:18 smithi145 bash[13673]: cluster 2022-04-26T09:07:16.623068+0000 mgr.smithi136.ofnrfx (mgr.14188) 12721 : cluster [DBG] pgmap v11942: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:20.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:20.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:20.350 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:20.677 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:20 smithi136 bash[11745]: cluster 2022-04-26T09:07:18.623714+0000 mgr.smithi136.ofnrfx (mgr.14188) 12722 : cluster [DBG] pgmap v11943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:20 smithi145 bash[13673]: cluster 2022-04-26T09:07:18.623714+0000 mgr.smithi136.ofnrfx (mgr.14188) 12722 : cluster [DBG] pgmap v11943: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:21 smithi136 bash[11745]: audit 2022-04-26T09:07:20.660875+0000 mon.smithi136 (mon.0) 7650 : audit [DBG] from='client.? 172.21.15.136:0/1282856885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:21 smithi145 bash[13673]: audit 2022-04-26T09:07:20.660875+0000 mon.smithi136 (mon.0) 7650 : audit [DBG] from='client.? 172.21.15.136:0/1282856885' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:22 smithi136 bash[11745]: cluster 2022-04-26T09:07:20.624286+0000 mgr.smithi136.ofnrfx (mgr.14188) 12723 : cluster [DBG] pgmap v11944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:22 smithi145 bash[13673]: cluster 2022-04-26T09:07:20.624286+0000 mgr.smithi136.ofnrfx (mgr.14188) 12723 : cluster [DBG] pgmap v11944: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:24.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:24 smithi136 bash[11745]: cluster 2022-04-26T09:07:22.624915+0000 mgr.smithi136.ofnrfx (mgr.14188) 12724 : cluster [DBG] pgmap v11945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:24 smithi145 bash[13673]: cluster 2022-04-26T09:07:22.624915+0000 mgr.smithi136.ofnrfx (mgr.14188) 12724 : cluster [DBG] pgmap v11945: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:25.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:25.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:25.680 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:26.001 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:26.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:26 smithi136 bash[11745]: cluster 2022-04-26T09:07:24.625591+0000 mgr.smithi136.ofnrfx (mgr.14188) 12725 : cluster [DBG] pgmap v11946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:26 smithi136 bash[11745]: audit 2022-04-26T09:07:25.985713+0000 mon.smithi136 (mon.0) 7651 : audit [DBG] from='client.? 172.21.15.136:0/1343773471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:26 smithi145 bash[13673]: cluster 2022-04-26T09:07:24.625591+0000 mgr.smithi136.ofnrfx (mgr.14188) 12725 : cluster [DBG] pgmap v11946: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:26.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:26 smithi145 bash[13673]: audit 2022-04-26T09:07:25.985713+0000 mon.smithi136 (mon.0) 7651 : audit [DBG] from='client.? 172.21.15.136:0/1343773471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:28 smithi136 bash[11745]: cluster 2022-04-26T09:07:26.626344+0000 mgr.smithi136.ofnrfx (mgr.14188) 12726 : cluster [DBG] pgmap v11947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:28 smithi145 bash[13673]: cluster 2022-04-26T09:07:26.626344+0000 mgr.smithi136.ofnrfx (mgr.14188) 12726 : cluster [DBG] pgmap v11947: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:30.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:30 smithi136 bash[11745]: cluster 2022-04-26T09:07:28.627032+0000 mgr.smithi136.ofnrfx (mgr.14188) 12727 : cluster [DBG] pgmap v11948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:30 smithi145 bash[13673]: cluster 2022-04-26T09:07:28.627032+0000 mgr.smithi136.ofnrfx (mgr.14188) 12727 : cluster [DBG] pgmap v11948: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:31.004 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:31.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:31.005 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:31.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:31 smithi145 bash[13673]: cluster 2022-04-26T09:07:30.627705+0000 mgr.smithi136.ofnrfx (mgr.14188) 12728 : cluster [DBG] pgmap v11949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:31 smithi145 bash[13673]: audit 2022-04-26T09:07:31.318512+0000 mon.smithi136 (mon.0) 7652 : audit [DBG] from='client.? 172.21.15.136:0/3696645428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:31 smithi136 bash[11745]: cluster 2022-04-26T09:07:30.627705+0000 mgr.smithi136.ofnrfx (mgr.14188) 12728 : cluster [DBG] pgmap v11949: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:32.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:31 smithi136 bash[11745]: audit 2022-04-26T09:07:31.318512+0000 mon.smithi136 (mon.0) 7652 : audit [DBG] from='client.? 172.21.15.136:0/3696645428' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:34.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:33 smithi145 bash[13673]: cluster 2022-04-26T09:07:32.628327+0000 mgr.smithi136.ofnrfx (mgr.14188) 12729 : cluster [DBG] pgmap v11950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:34.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:33 smithi136 bash[11745]: cluster 2022-04-26T09:07:32.628327+0000 mgr.smithi136.ofnrfx (mgr.14188) 12729 : cluster [DBG] pgmap v11950: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:35 smithi145 bash[13673]: cluster 2022-04-26T09:07:34.628885+0000 mgr.smithi136.ofnrfx (mgr.14188) 12730 : cluster [DBG] pgmap v11951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:35 smithi136 bash[11745]: cluster 2022-04-26T09:07:34.628885+0000 mgr.smithi136.ofnrfx (mgr.14188) 12730 : cluster [DBG] pgmap v11951: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:36.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:36.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:36.338 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:36.660 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:36 smithi145 bash[13673]: audit 2022-04-26T09:07:36.644852+0000 mon.smithi136 (mon.0) 7653 : audit [DBG] from='client.? 172.21.15.136:0/1740040529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:36 smithi136 bash[11745]: audit 2022-04-26T09:07:36.644852+0000 mon.smithi136 (mon.0) 7653 : audit [DBG] from='client.? 172.21.15.136:0/1740040529' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:37 smithi145 bash[13673]: cluster 2022-04-26T09:07:36.629496+0000 mgr.smithi136.ofnrfx (mgr.14188) 12731 : cluster [DBG] pgmap v11952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:38.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:37 smithi136 bash[11745]: cluster 2022-04-26T09:07:36.629496+0000 mgr.smithi136.ofnrfx (mgr.14188) 12731 : cluster [DBG] pgmap v11952: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:40.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:39 smithi145 bash[13673]: cluster 2022-04-26T09:07:38.630241+0000 mgr.smithi136.ofnrfx (mgr.14188) 12732 : cluster [DBG] pgmap v11953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:39 smithi136 bash[11745]: cluster 2022-04-26T09:07:38.630241+0000 mgr.smithi136.ofnrfx (mgr.14188) 12732 : cluster [DBG] pgmap v11953: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:41.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:41.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:41.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:41.992 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:41 smithi145 bash[13673]: cluster 2022-04-26T09:07:40.630899+0000 mgr.smithi136.ofnrfx (mgr.14188) 12733 : cluster [DBG] pgmap v11954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:41 smithi136 bash[11745]: cluster 2022-04-26T09:07:40.630899+0000 mgr.smithi136.ofnrfx (mgr.14188) 12733 : cluster [DBG] pgmap v11954: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:43.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:42 smithi145 bash[13673]: audit 2022-04-26T09:07:41.976717+0000 mon.smithi136 (mon.0) 7654 : audit [DBG] from='client.? 172.21.15.136:0/377266539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:43.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:42 smithi136 bash[11745]: audit 2022-04-26T09:07:41.976717+0000 mon.smithi136 (mon.0) 7654 : audit [DBG] from='client.? 172.21.15.136:0/377266539' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:44.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:43 smithi145 bash[13673]: cluster 2022-04-26T09:07:42.631560+0000 mgr.smithi136.ofnrfx (mgr.14188) 12734 : cluster [DBG] pgmap v11955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:43 smithi136 bash[11745]: cluster 2022-04-26T09:07:42.631560+0000 mgr.smithi136.ofnrfx (mgr.14188) 12734 : cluster [DBG] pgmap v11955: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:46.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:45 smithi145 bash[13673]: cluster 2022-04-26T09:07:44.632318+0000 mgr.smithi136.ofnrfx (mgr.14188) 12735 : cluster [DBG] pgmap v11956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:45 smithi136 bash[11745]: cluster 2022-04-26T09:07:44.632318+0000 mgr.smithi136.ofnrfx (mgr.14188) 12735 : cluster [DBG] pgmap v11956: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:46.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:46.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:46.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:47.329 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:47 smithi145 bash[13673]: cluster 2022-04-26T09:07:46.632983+0000 mgr.smithi136.ofnrfx (mgr.14188) 12736 : cluster [DBG] pgmap v11957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:48.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:47 smithi145 bash[13673]: audit 2022-04-26T09:07:47.313450+0000 mon.smithi136 (mon.0) 7655 : audit [DBG] from='client.? 172.21.15.136:0/2115662033' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:47 smithi136 bash[11745]: cluster 2022-04-26T09:07:46.632983+0000 mgr.smithi136.ofnrfx (mgr.14188) 12736 : cluster [DBG] pgmap v11957: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:48.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:47 smithi136 bash[11745]: audit 2022-04-26T09:07:47.313450+0000 mon.smithi136 (mon.0) 7655 : audit [DBG] from='client.? 172.21.15.136:0/2115662033' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:50.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:49 smithi145 bash[13673]: cluster 2022-04-26T09:07:48.633690+0000 mgr.smithi136.ofnrfx (mgr.14188) 12737 : cluster [DBG] pgmap v11958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:49 smithi136 bash[11745]: cluster 2022-04-26T09:07:48.633690+0000 mgr.smithi136.ofnrfx (mgr.14188) 12737 : cluster [DBG] pgmap v11958: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:51 smithi145 bash[13673]: cluster 2022-04-26T09:07:50.634276+0000 mgr.smithi136.ofnrfx (mgr.14188) 12738 : cluster [DBG] pgmap v11959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:51 smithi136 bash[11745]: cluster 2022-04-26T09:07:50.634276+0000 mgr.smithi136.ofnrfx (mgr.14188) 12738 : cluster [DBG] pgmap v11959: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:52.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:52.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:52.373 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:52.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:53.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:52 smithi145 bash[13673]: audit 2022-04-26T09:07:52.637154+0000 mon.smithi136 (mon.0) 7656 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:07:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:52 smithi145 bash[13673]: audit 2022-04-26T09:07:52.639754+0000 mon.smithi136 (mon.0) 7657 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:07:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:52 smithi145 bash[13673]: audit 2022-04-26T09:07:52.641410+0000 mon.smithi136 (mon.0) 7658 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:07:53.153 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:52 smithi145 bash[13673]: audit 2022-04-26T09:07:52.644940+0000 mon.smithi136 (mon.0) 7659 : audit [DBG] from='client.? 172.21.15.136:0/1135560902' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:52 smithi136 bash[11745]: audit 2022-04-26T09:07:52.637154+0000 mon.smithi136 (mon.0) 7656 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:07:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:52 smithi136 bash[11745]: audit 2022-04-26T09:07:52.639754+0000 mon.smithi136 (mon.0) 7657 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:07:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:52 smithi136 bash[11745]: audit 2022-04-26T09:07:52.641410+0000 mon.smithi136 (mon.0) 7658 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:07:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:52 smithi136 bash[11745]: audit 2022-04-26T09:07:52.644940+0000 mon.smithi136 (mon.0) 7659 : audit [DBG] from='client.? 172.21.15.136:0/1135560902' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:53 smithi136 bash[11745]: cluster 2022-04-26T09:07:52.634921+0000 mgr.smithi136.ofnrfx (mgr.14188) 12739 : cluster [DBG] pgmap v11960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:53 smithi136 bash[11745]: cluster 2022-04-26T09:07:52.941848+0000 mgr.smithi136.ofnrfx (mgr.14188) 12740 : cluster [DBG] pgmap v11961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:54.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:53 smithi136 bash[11745]: cluster 2022-04-26T09:07:52.942179+0000 mgr.smithi136.ofnrfx (mgr.14188) 12741 : cluster [DBG] pgmap v11962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:53 smithi136 bash[11745]: audit 2022-04-26T09:07:52.947644+0000 mon.smithi136 (mon.0) 7660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:07:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:53 smithi136 bash[11745]: audit 2022-04-26T09:07:52.959009+0000 mon.smithi136 (mon.0) 7661 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:07:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:53 smithi136 bash[11745]: cephadm 2022-04-26T09:07:52.960235+0000 mgr.smithi136.ofnrfx (mgr.14188) 12742 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:07:54.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:53 smithi136 bash[11745]: cephadm 2022-04-26T09:07:52.960409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12743 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:07:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:53 smithi145 bash[13673]: cluster 2022-04-26T09:07:52.634921+0000 mgr.smithi136.ofnrfx (mgr.14188) 12739 : cluster [DBG] pgmap v11960: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:53 smithi145 bash[13673]: cluster 2022-04-26T09:07:52.941848+0000 mgr.smithi136.ofnrfx (mgr.14188) 12740 : cluster [DBG] pgmap v11961: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:53 smithi145 bash[13673]: cluster 2022-04-26T09:07:52.942179+0000 mgr.smithi136.ofnrfx (mgr.14188) 12741 : cluster [DBG] pgmap v11962: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:53 smithi145 bash[13673]: audit 2022-04-26T09:07:52.947644+0000 mon.smithi136 (mon.0) 7660 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:07:54.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:53 smithi145 bash[13673]: audit 2022-04-26T09:07:52.959009+0000 mon.smithi136 (mon.0) 7661 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:07:54.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:53 smithi145 bash[13673]: cephadm 2022-04-26T09:07:52.960235+0000 mgr.smithi136.ofnrfx (mgr.14188) 12742 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:07:54.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:53 smithi145 bash[13673]: cephadm 2022-04-26T09:07:52.960409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12743 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:07:56.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:55 smithi136 bash[11745]: cluster 2022-04-26T09:07:54.942728+0000 mgr.smithi136.ofnrfx (mgr.14188) 12744 : cluster [DBG] pgmap v11963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:55 smithi145 bash[13673]: cluster 2022-04-26T09:07:54.942728+0000 mgr.smithi136.ofnrfx (mgr.14188) 12744 : cluster [DBG] pgmap v11963: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:57.663 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:07:57.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:07:57.664 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:07:57.988 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:07:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:57 smithi136 bash[11745]: cluster 2022-04-26T09:07:56.943347+0000 mgr.smithi136.ofnrfx (mgr.14188) 12745 : cluster [DBG] pgmap v11964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:57 smithi145 bash[13673]: cluster 2022-04-26T09:07:56.943347+0000 mgr.smithi136.ofnrfx (mgr.14188) 12745 : cluster [DBG] pgmap v11964: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:07:59.258 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:58 smithi136 bash[11745]: audit 2022-04-26T09:07:57.971784+0000 mon.smithi136 (mon.0) 7662 : audit [DBG] from='client.? 172.21.15.136:0/4156933623' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:07:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:58 smithi145 bash[13673]: audit 2022-04-26T09:07:57.971784+0000 mon.smithi136 (mon.0) 7662 : audit [DBG] from='client.? 172.21.15.136:0/4156933623' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:00.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:07:59 smithi136 bash[11745]: cluster 2022-04-26T09:07:58.943974+0000 mgr.smithi136.ofnrfx (mgr.14188) 12746 : cluster [DBG] pgmap v11965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:07:59 smithi145 bash[13673]: cluster 2022-04-26T09:07:58.943974+0000 mgr.smithi136.ofnrfx (mgr.14188) 12746 : cluster [DBG] pgmap v11965: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:01 smithi145 bash[13673]: cluster 2022-04-26T09:08:00.944753+0000 mgr.smithi136.ofnrfx (mgr.14188) 12747 : cluster [DBG] pgmap v11966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:01 smithi136 bash[11745]: cluster 2022-04-26T09:08:00.944753+0000 mgr.smithi136.ofnrfx (mgr.14188) 12747 : cluster [DBG] pgmap v11966: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:02.990 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:02.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:02.991 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:03.310 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:04 smithi136 bash[11745]: cluster 2022-04-26T09:08:02.945428+0000 mgr.smithi136.ofnrfx (mgr.14188) 12748 : cluster [DBG] pgmap v11967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:04 smithi136 bash[11745]: audit 2022-04-26T09:08:03.294200+0000 mon.smithi136 (mon.0) 7663 : audit [DBG] from='client.? 172.21.15.136:0/1638962857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:04 smithi136 bash[11745]: audit 2022-04-26T09:08:03.438909+0000 mon.smithi136 (mon.0) 7664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:08:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:04 smithi136 bash[11745]: audit 2022-04-26T09:08:03.442979+0000 mon.smithi136 (mon.0) 7665 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:08:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:04 smithi145 bash[13673]: cluster 2022-04-26T09:08:02.945428+0000 mgr.smithi136.ofnrfx (mgr.14188) 12748 : cluster [DBG] pgmap v11967: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:04 smithi145 bash[13673]: audit 2022-04-26T09:08:03.294200+0000 mon.smithi136 (mon.0) 7663 : audit [DBG] from='client.? 172.21.15.136:0/1638962857' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:04 smithi145 bash[13673]: audit 2022-04-26T09:08:03.438909+0000 mon.smithi136 (mon.0) 7664 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:08:04.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:04 smithi145 bash[13673]: audit 2022-04-26T09:08:03.442979+0000 mon.smithi136 (mon.0) 7665 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:08:06.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:06 smithi136 bash[11745]: cluster 2022-04-26T09:08:04.946039+0000 mgr.smithi136.ofnrfx (mgr.14188) 12749 : cluster [DBG] pgmap v11968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:06.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:06 smithi145 bash[13673]: cluster 2022-04-26T09:08:04.946039+0000 mgr.smithi136.ofnrfx (mgr.14188) 12749 : cluster [DBG] pgmap v11968: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:08.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:08 smithi136 bash[11745]: cluster 2022-04-26T09:08:06.946815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12750 : cluster [DBG] pgmap v11969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:08.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:08.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:08.312 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:08 smithi145 bash[13673]: cluster 2022-04-26T09:08:06.946815+0000 mgr.smithi136.ofnrfx (mgr.14188) 12750 : cluster [DBG] pgmap v11969: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:08.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:09.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:09 smithi136 bash[11745]: audit 2022-04-26T09:08:08.616744+0000 mon.smithi136 (mon.0) 7666 : audit [DBG] from='client.? 172.21.15.136:0/1543819877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:09 smithi145 bash[13673]: audit 2022-04-26T09:08:08.616744+0000 mon.smithi136 (mon.0) 7666 : audit [DBG] from='client.? 172.21.15.136:0/1543819877' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:10.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:10 smithi136 bash[11745]: cluster 2022-04-26T09:08:08.947468+0000 mgr.smithi136.ofnrfx (mgr.14188) 12751 : cluster [DBG] pgmap v11970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:10 smithi145 bash[13673]: cluster 2022-04-26T09:08:08.947468+0000 mgr.smithi136.ofnrfx (mgr.14188) 12751 : cluster [DBG] pgmap v11970: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:11 smithi145 bash[13673]: cluster 2022-04-26T09:08:10.948136+0000 mgr.smithi136.ofnrfx (mgr.14188) 12752 : cluster [DBG] pgmap v11971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:11 smithi136 bash[11745]: cluster 2022-04-26T09:08:10.948136+0000 mgr.smithi136.ofnrfx (mgr.14188) 12752 : cluster [DBG] pgmap v11971: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:13.634 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:13.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:13.635 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:13.961 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:14 smithi136 bash[11745]: cluster 2022-04-26T09:08:12.948776+0000 mgr.smithi136.ofnrfx (mgr.14188) 12753 : cluster [DBG] pgmap v11972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:14.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:14 smithi136 bash[11745]: audit 2022-04-26T09:08:13.946487+0000 mon.smithi136 (mon.0) 7667 : audit [DBG] from='client.? 172.21.15.136:0/2617034189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:14 smithi145 bash[13673]: cluster 2022-04-26T09:08:12.948776+0000 mgr.smithi136.ofnrfx (mgr.14188) 12753 : cluster [DBG] pgmap v11972: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:14 smithi145 bash[13673]: audit 2022-04-26T09:08:13.946487+0000 mon.smithi136 (mon.0) 7667 : audit [DBG] from='client.? 172.21.15.136:0/2617034189' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:16.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:16 smithi136 bash[11745]: cluster 2022-04-26T09:08:14.949311+0000 mgr.smithi136.ofnrfx (mgr.14188) 12754 : cluster [DBG] pgmap v11973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:16 smithi145 bash[13673]: cluster 2022-04-26T09:08:14.949311+0000 mgr.smithi136.ofnrfx (mgr.14188) 12754 : cluster [DBG] pgmap v11973: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:18.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:18 smithi136 bash[11745]: cluster 2022-04-26T09:08:16.950016+0000 mgr.smithi136.ofnrfx (mgr.14188) 12755 : cluster [DBG] pgmap v11974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:18 smithi145 bash[13673]: cluster 2022-04-26T09:08:16.950016+0000 mgr.smithi136.ofnrfx (mgr.14188) 12755 : cluster [DBG] pgmap v11974: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:18.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:18.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:18.964 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:19.281 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:20 smithi136 bash[11745]: cluster 2022-04-26T09:08:18.950692+0000 mgr.smithi136.ofnrfx (mgr.14188) 12756 : cluster [DBG] pgmap v11975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:20.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:20 smithi136 bash[11745]: audit 2022-04-26T09:08:19.265569+0000 mon.smithi136 (mon.0) 7668 : audit [DBG] from='client.? 172.21.15.136:0/3511856635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:20 smithi145 bash[13673]: cluster 2022-04-26T09:08:18.950692+0000 mgr.smithi136.ofnrfx (mgr.14188) 12756 : cluster [DBG] pgmap v11975: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:20.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:20 smithi145 bash[13673]: audit 2022-04-26T09:08:19.265569+0000 mon.smithi136 (mon.0) 7668 : audit [DBG] from='client.? 172.21.15.136:0/3511856635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:21 smithi145 bash[13673]: cluster 2022-04-26T09:08:20.951327+0000 mgr.smithi136.ofnrfx (mgr.14188) 12757 : cluster [DBG] pgmap v11976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:21 smithi136 bash[11745]: cluster 2022-04-26T09:08:20.951327+0000 mgr.smithi136.ofnrfx (mgr.14188) 12757 : cluster [DBG] pgmap v11976: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:24.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:24.284 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:24.285 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:24.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:24 smithi136 bash[11745]: cluster 2022-04-26T09:08:22.951920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12758 : cluster [DBG] pgmap v11977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:24 smithi145 bash[13673]: cluster 2022-04-26T09:08:22.951920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12758 : cluster [DBG] pgmap v11977: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:24.608 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:25 smithi136 bash[11745]: audit 2022-04-26T09:08:24.593073+0000 mon.smithi136 (mon.0) 7669 : audit [DBG] from='client.? 172.21.15.136:0/1809882324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:25 smithi145 bash[13673]: audit 2022-04-26T09:08:24.593073+0000 mon.smithi136 (mon.0) 7669 : audit [DBG] from='client.? 172.21.15.136:0/1809882324' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:26.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:26 smithi136 bash[11745]: cluster 2022-04-26T09:08:24.952523+0000 mgr.smithi136.ofnrfx (mgr.14188) 12759 : cluster [DBG] pgmap v11978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:26 smithi145 bash[13673]: cluster 2022-04-26T09:08:24.952523+0000 mgr.smithi136.ofnrfx (mgr.14188) 12759 : cluster [DBG] pgmap v11978: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:28.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:28 smithi136 bash[11745]: cluster 2022-04-26T09:08:26.953141+0000 mgr.smithi136.ofnrfx (mgr.14188) 12760 : cluster [DBG] pgmap v11979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:28 smithi145 bash[13673]: cluster 2022-04-26T09:08:26.953141+0000 mgr.smithi136.ofnrfx (mgr.14188) 12760 : cluster [DBG] pgmap v11979: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:29.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:29.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:29.612 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:29.936 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:30.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:30 smithi136 bash[11745]: cluster 2022-04-26T09:08:28.953797+0000 mgr.smithi136.ofnrfx (mgr.14188) 12761 : cluster [DBG] pgmap v11980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:30.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:30 smithi136 bash[11745]: audit 2022-04-26T09:08:29.914757+0000 mon.smithi136 (mon.0) 7670 : audit [DBG] from='client.? 172.21.15.136:0/561085444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:30 smithi145 bash[13673]: cluster 2022-04-26T09:08:28.953797+0000 mgr.smithi136.ofnrfx (mgr.14188) 12761 : cluster [DBG] pgmap v11980: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:30.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:30 smithi145 bash[13673]: audit 2022-04-26T09:08:29.914757+0000 mon.smithi136 (mon.0) 7670 : audit [DBG] from='client.? 172.21.15.136:0/561085444' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:31 smithi145 bash[13673]: cluster 2022-04-26T09:08:30.954529+0000 mgr.smithi136.ofnrfx (mgr.14188) 12762 : cluster [DBG] pgmap v11981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:31 smithi136 bash[11745]: cluster 2022-04-26T09:08:30.954529+0000 mgr.smithi136.ofnrfx (mgr.14188) 12762 : cluster [DBG] pgmap v11981: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:34.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:34 smithi136 bash[11745]: cluster 2022-04-26T09:08:32.955261+0000 mgr.smithi136.ofnrfx (mgr.14188) 12763 : cluster [DBG] pgmap v11982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:34.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:34 smithi145 bash[13673]: cluster 2022-04-26T09:08:32.955261+0000 mgr.smithi136.ofnrfx (mgr.14188) 12763 : cluster [DBG] pgmap v11982: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:34.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:34.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:34.940 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:35.264 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:36.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:36 smithi136 bash[11745]: cluster 2022-04-26T09:08:34.955935+0000 mgr.smithi136.ofnrfx (mgr.14188) 12764 : cluster [DBG] pgmap v11983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:36.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:36 smithi136 bash[11745]: audit 2022-04-26T09:08:35.248369+0000 mon.smithi136 (mon.0) 7671 : audit [DBG] from='client.? 172.21.15.136:0/1990705924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:36 smithi145 bash[13673]: cluster 2022-04-26T09:08:34.955935+0000 mgr.smithi136.ofnrfx (mgr.14188) 12764 : cluster [DBG] pgmap v11983: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:36.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:36 smithi145 bash[13673]: audit 2022-04-26T09:08:35.248369+0000 mon.smithi136 (mon.0) 7671 : audit [DBG] from='client.? 172.21.15.136:0/1990705924' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:38 smithi136 bash[11745]: cluster 2022-04-26T09:08:36.956561+0000 mgr.smithi136.ofnrfx (mgr.14188) 12765 : cluster [DBG] pgmap v11984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:38 smithi145 bash[13673]: cluster 2022-04-26T09:08:36.956561+0000 mgr.smithi136.ofnrfx (mgr.14188) 12765 : cluster [DBG] pgmap v11984: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:40.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:40.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:40.267 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:40 smithi136 bash[11745]: cluster 2022-04-26T09:08:38.957264+0000 mgr.smithi136.ofnrfx (mgr.14188) 12766 : cluster [DBG] pgmap v11985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:40 smithi145 bash[13673]: cluster 2022-04-26T09:08:38.957264+0000 mgr.smithi136.ofnrfx (mgr.14188) 12766 : cluster [DBG] pgmap v11985: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:40.584 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:41 smithi136 bash[11745]: audit 2022-04-26T09:08:40.569153+0000 mon.smithi136 (mon.0) 7672 : audit [DBG] from='client.? 172.21.15.136:0/2183956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:41 smithi145 bash[13673]: audit 2022-04-26T09:08:40.569153+0000 mon.smithi136 (mon.0) 7672 : audit [DBG] from='client.? 172.21.15.136:0/2183956' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:42 smithi136 bash[11745]: cluster 2022-04-26T09:08:40.957920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12767 : cluster [DBG] pgmap v11986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:42 smithi145 bash[13673]: cluster 2022-04-26T09:08:40.957920+0000 mgr.smithi136.ofnrfx (mgr.14188) 12767 : cluster [DBG] pgmap v11986: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:44 smithi136 bash[11745]: cluster 2022-04-26T09:08:42.958580+0000 mgr.smithi136.ofnrfx (mgr.14188) 12768 : cluster [DBG] pgmap v11987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:44 smithi145 bash[13673]: cluster 2022-04-26T09:08:42.958580+0000 mgr.smithi136.ofnrfx (mgr.14188) 12768 : cluster [DBG] pgmap v11987: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:45.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:45.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:45.588 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:45.916 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:46 smithi136 bash[11745]: cluster 2022-04-26T09:08:44.959195+0000 mgr.smithi136.ofnrfx (mgr.14188) 12769 : cluster [DBG] pgmap v11988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:46 smithi136 bash[11745]: audit 2022-04-26T09:08:45.901168+0000 mon.smithi136 (mon.0) 7673 : audit [DBG] from='client.? 172.21.15.136:0/2182101868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:46 smithi145 bash[13673]: cluster 2022-04-26T09:08:44.959195+0000 mgr.smithi136.ofnrfx (mgr.14188) 12769 : cluster [DBG] pgmap v11988: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:46 smithi145 bash[13673]: audit 2022-04-26T09:08:45.901168+0000 mon.smithi136 (mon.0) 7673 : audit [DBG] from='client.? 172.21.15.136:0/2182101868' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:48 smithi136 bash[11745]: cluster 2022-04-26T09:08:46.959827+0000 mgr.smithi136.ofnrfx (mgr.14188) 12770 : cluster [DBG] pgmap v11989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:48 smithi145 bash[13673]: cluster 2022-04-26T09:08:46.959827+0000 mgr.smithi136.ofnrfx (mgr.14188) 12770 : cluster [DBG] pgmap v11989: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:50 smithi136 bash[11745]: cluster 2022-04-26T09:08:48.960488+0000 mgr.smithi136.ofnrfx (mgr.14188) 12771 : cluster [DBG] pgmap v11990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:50 smithi145 bash[13673]: cluster 2022-04-26T09:08:48.960488+0000 mgr.smithi136.ofnrfx (mgr.14188) 12771 : cluster [DBG] pgmap v11990: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:50.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:50.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:50.920 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:51.239 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:51 smithi145 bash[13673]: cluster 2022-04-26T09:08:50.961012+0000 mgr.smithi136.ofnrfx (mgr.14188) 12772 : cluster [DBG] pgmap v11991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:51 smithi145 bash[13673]: audit 2022-04-26T09:08:51.223951+0000 mon.smithi136 (mon.0) 7674 : audit [DBG] from='client.? 172.21.15.136:0/4137730411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:51 smithi136 bash[11745]: cluster 2022-04-26T09:08:50.961012+0000 mgr.smithi136.ofnrfx (mgr.14188) 12772 : cluster [DBG] pgmap v11991: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:51 smithi136 bash[11745]: audit 2022-04-26T09:08:51.223951+0000 mon.smithi136 (mon.0) 7674 : audit [DBG] from='client.? 172.21.15.136:0/4137730411' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:53.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:53 smithi136 bash[11745]: audit 2022-04-26T09:08:52.972744+0000 mon.smithi136 (mon.0) 7675 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:08:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:53 smithi136 bash[11745]: audit 2022-04-26T09:08:52.975665+0000 mon.smithi136 (mon.0) 7676 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:08:53.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:53 smithi136 bash[11745]: audit 2022-04-26T09:08:52.977703+0000 mon.smithi136 (mon.0) 7677 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:08:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:53 smithi145 bash[13673]: audit 2022-04-26T09:08:52.972744+0000 mon.smithi136 (mon.0) 7675 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:08:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:53 smithi145 bash[13673]: audit 2022-04-26T09:08:52.975665+0000 mon.smithi136 (mon.0) 7676 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:08:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:53 smithi145 bash[13673]: audit 2022-04-26T09:08:52.977703+0000 mon.smithi136 (mon.0) 7677 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:08:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:54 smithi136 bash[11745]: cluster 2022-04-26T09:08:52.961615+0000 mgr.smithi136.ofnrfx (mgr.14188) 12773 : cluster [DBG] pgmap v11992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:54 smithi136 bash[11745]: cluster 2022-04-26T09:08:53.282583+0000 mgr.smithi136.ofnrfx (mgr.14188) 12774 : cluster [DBG] pgmap v11993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:54 smithi136 bash[11745]: cluster 2022-04-26T09:08:53.283029+0000 mgr.smithi136.ofnrfx (mgr.14188) 12775 : cluster [DBG] pgmap v11994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:54 smithi136 bash[11745]: audit 2022-04-26T09:08:53.289388+0000 mon.smithi136 (mon.0) 7678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:08:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:54 smithi136 bash[11745]: audit 2022-04-26T09:08:53.298718+0000 mon.smithi136 (mon.0) 7679 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:08:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:54 smithi136 bash[11745]: cephadm 2022-04-26T09:08:53.299896+0000 mgr.smithi136.ofnrfx (mgr.14188) 12776 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:08:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:54 smithi136 bash[11745]: cephadm 2022-04-26T09:08:53.300027+0000 mgr.smithi136.ofnrfx (mgr.14188) 12777 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:08:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:54 smithi145 bash[13673]: cluster 2022-04-26T09:08:52.961615+0000 mgr.smithi136.ofnrfx (mgr.14188) 12773 : cluster [DBG] pgmap v11992: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:54 smithi145 bash[13673]: cluster 2022-04-26T09:08:53.282583+0000 mgr.smithi136.ofnrfx (mgr.14188) 12774 : cluster [DBG] pgmap v11993: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:54 smithi145 bash[13673]: cluster 2022-04-26T09:08:53.283029+0000 mgr.smithi136.ofnrfx (mgr.14188) 12775 : cluster [DBG] pgmap v11994: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:54 smithi145 bash[13673]: audit 2022-04-26T09:08:53.289388+0000 mon.smithi136 (mon.0) 7678 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:08:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:54 smithi145 bash[13673]: audit 2022-04-26T09:08:53.298718+0000 mon.smithi136 (mon.0) 7679 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:08:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:54 smithi145 bash[13673]: cephadm 2022-04-26T09:08:53.299896+0000 mgr.smithi136.ofnrfx (mgr.14188) 12776 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:08:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:54 smithi145 bash[13673]: cephadm 2022-04-26T09:08:53.300027+0000 mgr.smithi136.ofnrfx (mgr.14188) 12777 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:08:56.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:08:56.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:08:56.243 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:08:56.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:56 smithi136 bash[11745]: cluster 2022-04-26T09:08:55.283721+0000 mgr.smithi136.ofnrfx (mgr.14188) 12778 : cluster [DBG] pgmap v11995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:56.573 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:08:56.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:56 smithi145 bash[13673]: cluster 2022-04-26T09:08:55.283721+0000 mgr.smithi136.ofnrfx (mgr.14188) 12778 : cluster [DBG] pgmap v11995: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:57 smithi136 bash[11745]: audit 2022-04-26T09:08:56.557817+0000 mon.smithi136 (mon.0) 7680 : audit [DBG] from='client.? 172.21.15.136:0/256534780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:57 smithi145 bash[13673]: audit 2022-04-26T09:08:56.557817+0000 mon.smithi136 (mon.0) 7680 : audit [DBG] from='client.? 172.21.15.136:0/256534780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:08:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:08:58 smithi145 bash[13673]: cluster 2022-04-26T09:08:57.284349+0000 mgr.smithi136.ofnrfx (mgr.14188) 12779 : cluster [DBG] pgmap v11996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:08:58.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:08:58 smithi136 bash[11745]: cluster 2022-04-26T09:08:57.284349+0000 mgr.smithi136.ofnrfx (mgr.14188) 12779 : cluster [DBG] pgmap v11996: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:00 smithi145 bash[13673]: cluster 2022-04-26T09:08:59.284996+0000 mgr.smithi136.ofnrfx (mgr.14188) 12780 : cluster [DBG] pgmap v11997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:00.668 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:00 smithi136 bash[11745]: cluster 2022-04-26T09:08:59.284996+0000 mgr.smithi136.ofnrfx (mgr.14188) 12780 : cluster [DBG] pgmap v11997: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:01.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:01.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:01.577 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:01.901 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:02.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:01 smithi145 bash[13673]: cluster 2022-04-26T09:09:01.285713+0000 mgr.smithi136.ofnrfx (mgr.14188) 12781 : cluster [DBG] pgmap v11998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:02.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:01 smithi136 bash[11745]: cluster 2022-04-26T09:09:01.285713+0000 mgr.smithi136.ofnrfx (mgr.14188) 12781 : cluster [DBG] pgmap v11998: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:03.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:02 smithi145 bash[13673]: audit 2022-04-26T09:09:01.885809+0000 mon.smithi136 (mon.0) 7681 : audit [DBG] from='client.? 172.21.15.136:0/3323171343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:03.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:02 smithi136 bash[11745]: audit 2022-04-26T09:09:01.885809+0000 mon.smithi136 (mon.0) 7681 : audit [DBG] from='client.? 172.21.15.136:0/3323171343' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:03 smithi145 bash[13673]: cluster 2022-04-26T09:09:03.286349+0000 mgr.smithi136.ofnrfx (mgr.14188) 12782 : cluster [DBG] pgmap v11999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:03 smithi145 bash[13673]: audit 2022-04-26T09:09:03.443178+0000 mon.smithi136 (mon.0) 7682 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:09:04.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:03 smithi145 bash[13673]: audit 2022-04-26T09:09:03.447201+0000 mon.smithi136 (mon.0) 7683 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:09:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:03 smithi136 bash[11745]: cluster 2022-04-26T09:09:03.286349+0000 mgr.smithi136.ofnrfx (mgr.14188) 12782 : cluster [DBG] pgmap v11999: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:03 smithi136 bash[11745]: audit 2022-04-26T09:09:03.443178+0000 mon.smithi136 (mon.0) 7682 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:09:04.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:03 smithi136 bash[11745]: audit 2022-04-26T09:09:03.447201+0000 mon.smithi136 (mon.0) 7683 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:09:06.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:06 smithi145 bash[13673]: cluster 2022-04-26T09:09:05.287424+0000 mgr.smithi136.ofnrfx (mgr.14188) 12783 : cluster [DBG] pgmap v12000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:06 smithi136 bash[11745]: cluster 2022-04-26T09:09:05.287424+0000 mgr.smithi136.ofnrfx (mgr.14188) 12783 : cluster [DBG] pgmap v12000: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:06.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:06.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:06.905 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:07.228 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:07.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:07 smithi145 bash[13673]: audit 2022-04-26T09:09:07.212139+0000 mon.smithi136 (mon.0) 7684 : audit [DBG] from='client.? 172.21.15.136:0/1856405110' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:07.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:07 smithi136 bash[11745]: audit 2022-04-26T09:09:07.212139+0000 mon.smithi136 (mon.0) 7684 : audit [DBG] from='client.? 172.21.15.136:0/1856405110' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:08.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:08 smithi145 bash[13673]: cluster 2022-04-26T09:09:07.288101+0000 mgr.smithi136.ofnrfx (mgr.14188) 12784 : cluster [DBG] pgmap v12001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:08 smithi136 bash[11745]: cluster 2022-04-26T09:09:07.288101+0000 mgr.smithi136.ofnrfx (mgr.14188) 12784 : cluster [DBG] pgmap v12001: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:10.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:10 smithi145 bash[13673]: cluster 2022-04-26T09:09:09.288729+0000 mgr.smithi136.ofnrfx (mgr.14188) 12785 : cluster [DBG] pgmap v12002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:10.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:10 smithi136 bash[11745]: cluster 2022-04-26T09:09:09.288729+0000 mgr.smithi136.ofnrfx (mgr.14188) 12785 : cluster [DBG] pgmap v12002: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:12.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:11 smithi145 bash[13673]: cluster 2022-04-26T09:09:11.289448+0000 mgr.smithi136.ofnrfx (mgr.14188) 12786 : cluster [DBG] pgmap v12003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:12.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:12.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:12.231 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:12.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:11 smithi136 bash[11745]: cluster 2022-04-26T09:09:11.289448+0000 mgr.smithi136.ofnrfx (mgr.14188) 12786 : cluster [DBG] pgmap v12003: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:12.556 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:13.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:12 smithi145 bash[13673]: audit 2022-04-26T09:09:12.540626+0000 mon.smithi136 (mon.0) 7685 : audit [DBG] from='client.? 172.21.15.136:0/1165572092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:12 smithi136 bash[11745]: audit 2022-04-26T09:09:12.540626+0000 mon.smithi136 (mon.0) 7685 : audit [DBG] from='client.? 172.21.15.136:0/1165572092' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:14.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:13 smithi145 bash[13673]: cluster 2022-04-26T09:09:13.290171+0000 mgr.smithi136.ofnrfx (mgr.14188) 12787 : cluster [DBG] pgmap v12004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:13 smithi136 bash[11745]: cluster 2022-04-26T09:09:13.290171+0000 mgr.smithi136.ofnrfx (mgr.14188) 12787 : cluster [DBG] pgmap v12004: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:16.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:16 smithi145 bash[13673]: cluster 2022-04-26T09:09:15.291235+0000 mgr.smithi136.ofnrfx (mgr.14188) 12788 : cluster [DBG] pgmap v12005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:16 smithi136 bash[11745]: cluster 2022-04-26T09:09:15.291235+0000 mgr.smithi136.ofnrfx (mgr.14188) 12788 : cluster [DBG] pgmap v12005: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:17.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:17.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:17.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:17.886 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:18 smithi145 bash[13673]: cluster 2022-04-26T09:09:17.291943+0000 mgr.smithi136.ofnrfx (mgr.14188) 12789 : cluster [DBG] pgmap v12006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:18.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:18 smithi145 bash[13673]: audit 2022-04-26T09:09:17.871110+0000 mon.smithi136 (mon.0) 7686 : audit [DBG] from='client.? 172.21.15.136:0/1384105453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:18 smithi136 bash[11745]: cluster 2022-04-26T09:09:17.291943+0000 mgr.smithi136.ofnrfx (mgr.14188) 12789 : cluster [DBG] pgmap v12006: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:18 smithi136 bash[11745]: audit 2022-04-26T09:09:17.871110+0000 mon.smithi136 (mon.0) 7686 : audit [DBG] from='client.? 172.21.15.136:0/1384105453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:20.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:20 smithi145 bash[13673]: cluster 2022-04-26T09:09:19.292651+0000 mgr.smithi136.ofnrfx (mgr.14188) 12790 : cluster [DBG] pgmap v12007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:20.668 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:20 smithi136 bash[11745]: cluster 2022-04-26T09:09:19.292651+0000 mgr.smithi136.ofnrfx (mgr.14188) 12790 : cluster [DBG] pgmap v12007: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:22.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:21 smithi145 bash[13673]: cluster 2022-04-26T09:09:21.293304+0000 mgr.smithi136.ofnrfx (mgr.14188) 12791 : cluster [DBG] pgmap v12008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:21 smithi136 bash[11745]: cluster 2022-04-26T09:09:21.293304+0000 mgr.smithi136.ofnrfx (mgr.14188) 12791 : cluster [DBG] pgmap v12008: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:22.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:22.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:22.890 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:23.226 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:23 smithi136 bash[11745]: audit 2022-04-26T09:09:23.210316+0000 mon.smithi136 (mon.0) 7687 : audit [DBG] from='client.? 172.21.15.136:0/2234482635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:23.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:23 smithi145 bash[13673]: audit 2022-04-26T09:09:23.210316+0000 mon.smithi136 (mon.0) 7687 : audit [DBG] from='client.? 172.21.15.136:0/2234482635' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:24.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:24 smithi136 bash[11745]: cluster 2022-04-26T09:09:23.293923+0000 mgr.smithi136.ofnrfx (mgr.14188) 12792 : cluster [DBG] pgmap v12009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:24.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:24 smithi145 bash[13673]: cluster 2022-04-26T09:09:23.293923+0000 mgr.smithi136.ofnrfx (mgr.14188) 12792 : cluster [DBG] pgmap v12009: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:26.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:26 smithi145 bash[13673]: cluster 2022-04-26T09:09:25.294392+0000 mgr.smithi136.ofnrfx (mgr.14188) 12793 : cluster [DBG] pgmap v12010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:26 smithi136 bash[11745]: cluster 2022-04-26T09:09:25.294392+0000 mgr.smithi136.ofnrfx (mgr.14188) 12793 : cluster [DBG] pgmap v12010: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:28.230 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:28.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:28 smithi145 bash[13673]: cluster 2022-04-26T09:09:27.295006+0000 mgr.smithi136.ofnrfx (mgr.14188) 12794 : cluster [DBG] pgmap v12011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:28.560 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:28 smithi136 bash[11745]: cluster 2022-04-26T09:09:27.295006+0000 mgr.smithi136.ofnrfx (mgr.14188) 12794 : cluster [DBG] pgmap v12011: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:29.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:29 smithi145 bash[13673]: audit 2022-04-26T09:09:28.544291+0000 mon.smithi136 (mon.0) 7688 : audit [DBG] from='client.? 172.21.15.136:0/2341218892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:29 smithi136 bash[11745]: audit 2022-04-26T09:09:28.544291+0000 mon.smithi136 (mon.0) 7688 : audit [DBG] from='client.? 172.21.15.136:0/2341218892' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:30.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:30 smithi145 bash[13673]: cluster 2022-04-26T09:09:29.295641+0000 mgr.smithi136.ofnrfx (mgr.14188) 12795 : cluster [DBG] pgmap v12012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:30.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:30 smithi136 bash[11745]: cluster 2022-04-26T09:09:29.295641+0000 mgr.smithi136.ofnrfx (mgr.14188) 12795 : cluster [DBG] pgmap v12012: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:32.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:31 smithi145 bash[13673]: cluster 2022-04-26T09:09:31.296259+0000 mgr.smithi136.ofnrfx (mgr.14188) 12796 : cluster [DBG] pgmap v12013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:31 smithi136 bash[11745]: cluster 2022-04-26T09:09:31.296259+0000 mgr.smithi136.ofnrfx (mgr.14188) 12796 : cluster [DBG] pgmap v12013: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:33.563 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:33.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:33.643 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:33.893 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:34 smithi145 bash[13673]: cluster 2022-04-26T09:09:33.296897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12797 : cluster [DBG] pgmap v12014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:34.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:34 smithi145 bash[13673]: audit 2022-04-26T09:09:33.877075+0000 mon.smithi136 (mon.0) 7689 : audit [DBG] from='client.? 172.21.15.136:0/2711942682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:34 smithi136 bash[11745]: cluster 2022-04-26T09:09:33.296897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12797 : cluster [DBG] pgmap v12014: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:34 smithi136 bash[11745]: audit 2022-04-26T09:09:33.877075+0000 mon.smithi136 (mon.0) 7689 : audit [DBG] from='client.? 172.21.15.136:0/2711942682' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:36.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:36 smithi145 bash[13673]: cluster 2022-04-26T09:09:35.297361+0000 mgr.smithi136.ofnrfx (mgr.14188) 12798 : cluster [DBG] pgmap v12015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:36 smithi136 bash[11745]: cluster 2022-04-26T09:09:35.297361+0000 mgr.smithi136.ofnrfx (mgr.14188) 12798 : cluster [DBG] pgmap v12015: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:38.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:38 smithi145 bash[13673]: cluster 2022-04-26T09:09:37.298072+0000 mgr.smithi136.ofnrfx (mgr.14188) 12799 : cluster [DBG] pgmap v12016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:38 smithi136 bash[11745]: cluster 2022-04-26T09:09:37.298072+0000 mgr.smithi136.ofnrfx (mgr.14188) 12799 : cluster [DBG] pgmap v12016: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:38.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:38.896 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:38.897 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:39.221 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:39.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:39 smithi145 bash[13673]: audit 2022-04-26T09:09:39.205285+0000 mon.smithi136 (mon.0) 7690 : audit [DBG] from='client.? 172.21.15.136:0/2061758619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:39 smithi136 bash[11745]: audit 2022-04-26T09:09:39.205285+0000 mon.smithi136 (mon.0) 7690 : audit [DBG] from='client.? 172.21.15.136:0/2061758619' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:40.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:40 smithi145 bash[13673]: cluster 2022-04-26T09:09:39.298729+0000 mgr.smithi136.ofnrfx (mgr.14188) 12800 : cluster [DBG] pgmap v12017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:40.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:40 smithi136 bash[11745]: cluster 2022-04-26T09:09:39.298729+0000 mgr.smithi136.ofnrfx (mgr.14188) 12800 : cluster [DBG] pgmap v12017: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:42.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:41 smithi145 bash[13673]: cluster 2022-04-26T09:09:41.299492+0000 mgr.smithi136.ofnrfx (mgr.14188) 12801 : cluster [DBG] pgmap v12018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:41 smithi136 bash[11745]: cluster 2022-04-26T09:09:41.299492+0000 mgr.smithi136.ofnrfx (mgr.14188) 12801 : cluster [DBG] pgmap v12018: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:44.223 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:44.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:44.224 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:44.555 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:44.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:44 smithi145 bash[13673]: cluster 2022-04-26T09:09:43.300154+0000 mgr.smithi136.ofnrfx (mgr.14188) 12802 : cluster [DBG] pgmap v12019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:44 smithi136 bash[11745]: cluster 2022-04-26T09:09:43.300154+0000 mgr.smithi136.ofnrfx (mgr.14188) 12802 : cluster [DBG] pgmap v12019: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:45.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:45 smithi145 bash[13673]: audit 2022-04-26T09:09:44.535919+0000 mon.smithi136 (mon.0) 7691 : audit [DBG] from='client.? 172.21.15.136:0/3013067982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:45 smithi136 bash[11745]: audit 2022-04-26T09:09:44.535919+0000 mon.smithi136 (mon.0) 7691 : audit [DBG] from='client.? 172.21.15.136:0/3013067982' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:46.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:46 smithi145 bash[13673]: cluster 2022-04-26T09:09:45.300748+0000 mgr.smithi136.ofnrfx (mgr.14188) 12803 : cluster [DBG] pgmap v12020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:46.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:46 smithi136 bash[11745]: cluster 2022-04-26T09:09:45.300748+0000 mgr.smithi136.ofnrfx (mgr.14188) 12803 : cluster [DBG] pgmap v12020: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:48 smithi145 bash[13673]: cluster 2022-04-26T09:09:47.301385+0000 mgr.smithi136.ofnrfx (mgr.14188) 12804 : cluster [DBG] pgmap v12021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:48 smithi136 bash[11745]: cluster 2022-04-26T09:09:47.301385+0000 mgr.smithi136.ofnrfx (mgr.14188) 12804 : cluster [DBG] pgmap v12021: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:49.558 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:49.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:49.559 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:49.880 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:50 smithi145 bash[13673]: cluster 2022-04-26T09:09:49.302014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12805 : cluster [DBG] pgmap v12022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:50.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:50 smithi145 bash[13673]: audit 2022-04-26T09:09:49.864995+0000 mon.smithi136 (mon.0) 7692 : audit [DBG] from='client.? 172.21.15.136:0/4124012094' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:50.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:50 smithi136 bash[11745]: cluster 2022-04-26T09:09:49.302014+0000 mgr.smithi136.ofnrfx (mgr.14188) 12805 : cluster [DBG] pgmap v12022: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:50.670 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:50 smithi136 bash[11745]: audit 2022-04-26T09:09:49.864995+0000 mon.smithi136 (mon.0) 7692 : audit [DBG] from='client.? 172.21.15.136:0/4124012094' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:52.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:51 smithi145 bash[13673]: cluster 2022-04-26T09:09:51.302639+0000 mgr.smithi136.ofnrfx (mgr.14188) 12806 : cluster [DBG] pgmap v12023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:51 smithi136 bash[11745]: cluster 2022-04-26T09:09:51.302639+0000 mgr.smithi136.ofnrfx (mgr.14188) 12806 : cluster [DBG] pgmap v12023: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:53 smithi145 bash[13673]: audit 2022-04-26T09:09:53.309759+0000 mon.smithi136 (mon.0) 7693 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:09:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:53 smithi145 bash[13673]: audit 2022-04-26T09:09:53.312642+0000 mon.smithi136 (mon.0) 7694 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:09:53.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:53 smithi145 bash[13673]: audit 2022-04-26T09:09:53.314335+0000 mon.smithi136 (mon.0) 7695 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:09:53.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:53 smithi136 bash[11745]: audit 2022-04-26T09:09:53.309759+0000 mon.smithi136 (mon.0) 7693 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:09:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:53 smithi136 bash[11745]: audit 2022-04-26T09:09:53.312642+0000 mon.smithi136 (mon.0) 7694 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:09:53.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:53 smithi136 bash[11745]: audit 2022-04-26T09:09:53.314335+0000 mon.smithi136 (mon.0) 7695 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:09:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:54 smithi145 bash[13673]: cluster 2022-04-26T09:09:53.303301+0000 mgr.smithi136.ofnrfx (mgr.14188) 12807 : cluster [DBG] pgmap v12024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:54.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:54 smithi145 bash[13673]: audit 2022-04-26T09:09:53.644269+0000 mon.smithi136 (mon.0) 7696 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:09:54.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:54 smithi145 bash[13673]: audit 2022-04-26T09:09:53.655668+0000 mon.smithi136 (mon.0) 7697 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:09:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:54 smithi136 bash[11745]: cluster 2022-04-26T09:09:53.303301+0000 mgr.smithi136.ofnrfx (mgr.14188) 12807 : cluster [DBG] pgmap v12024: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:54 smithi136 bash[11745]: audit 2022-04-26T09:09:53.644269+0000 mon.smithi136 (mon.0) 7696 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:09:54.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:54 smithi136 bash[11745]: audit 2022-04-26T09:09:53.655668+0000 mon.smithi136 (mon.0) 7697 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:09:54.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:09:54.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:09:54.884 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:09:55.205 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:09:55.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:55 smithi145 bash[13673]: cluster 2022-04-26T09:09:53.637034+0000 mgr.smithi136.ofnrfx (mgr.14188) 12808 : cluster [DBG] pgmap v12025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:55.772 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:55 smithi145 bash[13673]: cluster 2022-04-26T09:09:53.637571+0000 mgr.smithi136.ofnrfx (mgr.14188) 12809 : cluster [DBG] pgmap v12026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:55.772 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:55 smithi145 bash[13673]: cephadm 2022-04-26T09:09:53.656790+0000 mgr.smithi136.ofnrfx (mgr.14188) 12810 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:09:55.772 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:55 smithi145 bash[13673]: cephadm 2022-04-26T09:09:53.656971+0000 mgr.smithi136.ofnrfx (mgr.14188) 12811 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:09:55.772 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:55 smithi145 bash[13673]: audit 2022-04-26T09:09:55.189672+0000 mon.smithi136 (mon.0) 7698 : audit [DBG] from='client.? 172.21.15.136:0/3304539638' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:55 smithi136 bash[11745]: cluster 2022-04-26T09:09:53.637034+0000 mgr.smithi136.ofnrfx (mgr.14188) 12808 : cluster [DBG] pgmap v12025: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:55 smithi136 bash[11745]: cluster 2022-04-26T09:09:53.637571+0000 mgr.smithi136.ofnrfx (mgr.14188) 12809 : cluster [DBG] pgmap v12026: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:55 smithi136 bash[11745]: cephadm 2022-04-26T09:09:53.656790+0000 mgr.smithi136.ofnrfx (mgr.14188) 12810 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:09:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:55 smithi136 bash[11745]: cephadm 2022-04-26T09:09:53.656971+0000 mgr.smithi136.ofnrfx (mgr.14188) 12811 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:09:55.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:55 smithi136 bash[11745]: audit 2022-04-26T09:09:55.189672+0000 mon.smithi136 (mon.0) 7698 : audit [DBG] from='client.? 172.21.15.136:0/3304539638' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:09:57.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:57 smithi145 bash[13673]: cluster 2022-04-26T09:09:55.638126+0000 mgr.smithi136.ofnrfx (mgr.14188) 12812 : cluster [DBG] pgmap v12027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:57.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:57 smithi136 bash[11745]: cluster 2022-04-26T09:09:55.638126+0000 mgr.smithi136.ofnrfx (mgr.14188) 12812 : cluster [DBG] pgmap v12027: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:59.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:09:59 smithi145 bash[13673]: cluster 2022-04-26T09:09:57.638788+0000 mgr.smithi136.ofnrfx (mgr.14188) 12813 : cluster [DBG] pgmap v12028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:09:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:09:59 smithi136 bash[11745]: cluster 2022-04-26T09:09:57.638788+0000 mgr.smithi136.ofnrfx (mgr.14188) 12813 : cluster [DBG] pgmap v12028: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:00.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:00.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:00.209 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:00.537 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:00 smithi145 bash[13673]: cluster 2022-04-26T09:10:00.000138+0000 mon.smithi136 (mon.0) 7699 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T09:10:00.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:00 smithi136 bash[11745]: cluster 2022-04-26T09:10:00.000138+0000 mon.smithi136 (mon.0) 7699 : cluster [WRN] overall HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2022-04-26T09:10:01.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:01 smithi145 bash[13673]: cluster 2022-04-26T09:09:59.639377+0000 mgr.smithi136.ofnrfx (mgr.14188) 12814 : cluster [DBG] pgmap v12029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:01.656 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:01 smithi145 bash[13673]: audit 2022-04-26T09:10:00.522002+0000 mon.smithi136 (mon.0) 7700 : audit [DBG] from='client.? 172.21.15.136:0/2472866962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:01.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:01 smithi136 bash[11745]: cluster 2022-04-26T09:09:59.639377+0000 mgr.smithi136.ofnrfx (mgr.14188) 12814 : cluster [DBG] pgmap v12029: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:01.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:01 smithi136 bash[11745]: audit 2022-04-26T09:10:00.522002+0000 mon.smithi136 (mon.0) 7700 : audit [DBG] from='client.? 172.21.15.136:0/2472866962' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:03.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:03 smithi136 bash[11745]: cluster 2022-04-26T09:10:01.640006+0000 mgr.smithi136.ofnrfx (mgr.14188) 12815 : cluster [DBG] pgmap v12030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:03 smithi145 bash[13673]: cluster 2022-04-26T09:10:01.640006+0000 mgr.smithi136.ofnrfx (mgr.14188) 12815 : cluster [DBG] pgmap v12030: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:04 smithi136 bash[11745]: audit 2022-04-26T09:10:03.447180+0000 mon.smithi136 (mon.0) 7701 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:10:04.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:04 smithi136 bash[11745]: audit 2022-04-26T09:10:03.451074+0000 mon.smithi136 (mon.0) 7702 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:10:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:04 smithi145 bash[13673]: audit 2022-04-26T09:10:03.447180+0000 mon.smithi136 (mon.0) 7701 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:10:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:04 smithi145 bash[13673]: audit 2022-04-26T09:10:03.451074+0000 mon.smithi136 (mon.0) 7702 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:10:05.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:05.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:05.541 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:05.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:05 smithi136 bash[11745]: cluster 2022-04-26T09:10:03.640600+0000 mgr.smithi136.ofnrfx (mgr.14188) 12816 : cluster [DBG] pgmap v12031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:05.868 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:05 smithi145 bash[13673]: cluster 2022-04-26T09:10:03.640600+0000 mgr.smithi136.ofnrfx (mgr.14188) 12816 : cluster [DBG] pgmap v12031: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:06 smithi136 bash[11745]: audit 2022-04-26T09:10:05.852414+0000 mon.smithi136 (mon.0) 7703 : audit [DBG] from='client.? 172.21.15.136:0/2029732597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:06 smithi145 bash[13673]: audit 2022-04-26T09:10:05.852414+0000 mon.smithi136 (mon.0) 7703 : audit [DBG] from='client.? 172.21.15.136:0/2029732597' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:07 smithi136 bash[11745]: cluster 2022-04-26T09:10:05.641269+0000 mgr.smithi136.ofnrfx (mgr.14188) 12817 : cluster [DBG] pgmap v12032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:07 smithi145 bash[13673]: cluster 2022-04-26T09:10:05.641269+0000 mgr.smithi136.ofnrfx (mgr.14188) 12817 : cluster [DBG] pgmap v12032: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:09 smithi136 bash[11745]: cluster 2022-04-26T09:10:07.641977+0000 mgr.smithi136.ofnrfx (mgr.14188) 12818 : cluster [DBG] pgmap v12033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:09 smithi145 bash[13673]: cluster 2022-04-26T09:10:07.641977+0000 mgr.smithi136.ofnrfx (mgr.14188) 12818 : cluster [DBG] pgmap v12033: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:10.871 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:10.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:10.872 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:11.199 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:11 smithi136 bash[11745]: cluster 2022-04-26T09:10:09.642567+0000 mgr.smithi136.ofnrfx (mgr.14188) 12819 : cluster [DBG] pgmap v12034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:11.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:11 smithi136 bash[11745]: audit 2022-04-26T09:10:11.179983+0000 mon.smithi136 (mon.0) 7704 : audit [DBG] from='client.? 172.21.15.136:0/1068292838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:11 smithi145 bash[13673]: cluster 2022-04-26T09:10:09.642567+0000 mgr.smithi136.ofnrfx (mgr.14188) 12819 : cluster [DBG] pgmap v12034: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:11 smithi145 bash[13673]: audit 2022-04-26T09:10:11.179983+0000 mon.smithi136 (mon.0) 7704 : audit [DBG] from='client.? 172.21.15.136:0/1068292838' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:13.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:13 smithi136 bash[11745]: cluster 2022-04-26T09:10:11.643240+0000 mgr.smithi136.ofnrfx (mgr.14188) 12820 : cluster [DBG] pgmap v12035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:13 smithi145 bash[13673]: cluster 2022-04-26T09:10:11.643240+0000 mgr.smithi136.ofnrfx (mgr.14188) 12820 : cluster [DBG] pgmap v12035: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:15.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:15 smithi136 bash[11745]: cluster 2022-04-26T09:10:13.643799+0000 mgr.smithi136.ofnrfx (mgr.14188) 12821 : cluster [DBG] pgmap v12036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:15 smithi145 bash[13673]: cluster 2022-04-26T09:10:13.643799+0000 mgr.smithi136.ofnrfx (mgr.14188) 12821 : cluster [DBG] pgmap v12036: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:16.202 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:16.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:16.311 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:16.519 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:17.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:17 smithi136 bash[11745]: cluster 2022-04-26T09:10:15.644362+0000 mgr.smithi136.ofnrfx (mgr.14188) 12822 : cluster [DBG] pgmap v12037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:17.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:17 smithi136 bash[11745]: audit 2022-04-26T09:10:16.503421+0000 mon.smithi136 (mon.0) 7705 : audit [DBG] from='client.? 172.21.15.136:0/814764169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:17 smithi145 bash[13673]: cluster 2022-04-26T09:10:15.644362+0000 mgr.smithi136.ofnrfx (mgr.14188) 12822 : cluster [DBG] pgmap v12037: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:17.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:17 smithi145 bash[13673]: audit 2022-04-26T09:10:16.503421+0000 mon.smithi136 (mon.0) 7705 : audit [DBG] from='client.? 172.21.15.136:0/814764169' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:19.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:19 smithi136 bash[11745]: cluster 2022-04-26T09:10:17.644945+0000 mgr.smithi136.ofnrfx (mgr.14188) 12823 : cluster [DBG] pgmap v12038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:19 smithi145 bash[13673]: cluster 2022-04-26T09:10:17.644945+0000 mgr.smithi136.ofnrfx (mgr.14188) 12823 : cluster [DBG] pgmap v12038: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:21.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:21.522 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:21.523 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:21.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:21 smithi136 bash[11745]: cluster 2022-04-26T09:10:19.645660+0000 mgr.smithi136.ofnrfx (mgr.14188) 12824 : cluster [DBG] pgmap v12039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:21.849 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:21.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:21 smithi145 bash[13673]: cluster 2022-04-26T09:10:19.645660+0000 mgr.smithi136.ofnrfx (mgr.14188) 12824 : cluster [DBG] pgmap v12039: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:22.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:22 smithi136 bash[11745]: audit 2022-04-26T09:10:21.833669+0000 mon.smithi136 (mon.0) 7706 : audit [DBG] from='client.? 172.21.15.136:0/3401827096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:22 smithi145 bash[13673]: audit 2022-04-26T09:10:21.833669+0000 mon.smithi136 (mon.0) 7706 : audit [DBG] from='client.? 172.21.15.136:0/3401827096' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:23.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:23 smithi136 bash[11745]: cluster 2022-04-26T09:10:21.646237+0000 mgr.smithi136.ofnrfx (mgr.14188) 12825 : cluster [DBG] pgmap v12040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:23.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:23 smithi145 bash[13673]: cluster 2022-04-26T09:10:21.646237+0000 mgr.smithi136.ofnrfx (mgr.14188) 12825 : cluster [DBG] pgmap v12040: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:25.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:25 smithi136 bash[11745]: cluster 2022-04-26T09:10:23.646825+0000 mgr.smithi136.ofnrfx (mgr.14188) 12826 : cluster [DBG] pgmap v12041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:25.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:25 smithi145 bash[13673]: cluster 2022-04-26T09:10:23.646825+0000 mgr.smithi136.ofnrfx (mgr.14188) 12826 : cluster [DBG] pgmap v12041: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:26.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:26.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:26.853 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:27.178 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:27.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:27 smithi136 bash[11745]: cluster 2022-04-26T09:10:25.647392+0000 mgr.smithi136.ofnrfx (mgr.14188) 12827 : cluster [DBG] pgmap v12042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:27.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:27 smithi136 bash[11745]: audit 2022-04-26T09:10:27.162465+0000 mon.smithi136 (mon.0) 7707 : audit [DBG] from='client.? 172.21.15.136:0/772244463' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:27 smithi145 bash[13673]: cluster 2022-04-26T09:10:25.647392+0000 mgr.smithi136.ofnrfx (mgr.14188) 12827 : cluster [DBG] pgmap v12042: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:27.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:27 smithi145 bash[13673]: audit 2022-04-26T09:10:27.162465+0000 mon.smithi136 (mon.0) 7707 : audit [DBG] from='client.? 172.21.15.136:0/772244463' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:29.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:29 smithi136 bash[11745]: cluster 2022-04-26T09:10:27.648059+0000 mgr.smithi136.ofnrfx (mgr.14188) 12828 : cluster [DBG] pgmap v12043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:29.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:29 smithi145 bash[13673]: cluster 2022-04-26T09:10:27.648059+0000 mgr.smithi136.ofnrfx (mgr.14188) 12828 : cluster [DBG] pgmap v12043: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:31.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:31 smithi136 bash[11745]: cluster 2022-04-26T09:10:29.648742+0000 mgr.smithi136.ofnrfx (mgr.14188) 12829 : cluster [DBG] pgmap v12044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:31.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:31 smithi145 bash[13673]: cluster 2022-04-26T09:10:29.648742+0000 mgr.smithi136.ofnrfx (mgr.14188) 12829 : cluster [DBG] pgmap v12044: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:32.181 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:32.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:32.183 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:32.504 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:32.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:32 smithi136 bash[11745]: audit 2022-04-26T09:10:32.488433+0000 mon.smithi136 (mon.0) 7708 : audit [DBG] from='client.? 172.21.15.136:0/2250689214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:32 smithi145 bash[13673]: audit 2022-04-26T09:10:32.488433+0000 mon.smithi136 (mon.0) 7708 : audit [DBG] from='client.? 172.21.15.136:0/2250689214' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:33.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:33 smithi136 bash[11745]: cluster 2022-04-26T09:10:31.649393+0000 mgr.smithi136.ofnrfx (mgr.14188) 12830 : cluster [DBG] pgmap v12045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:33.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:33 smithi145 bash[13673]: cluster 2022-04-26T09:10:31.649393+0000 mgr.smithi136.ofnrfx (mgr.14188) 12830 : cluster [DBG] pgmap v12045: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:35.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:35 smithi136 bash[11745]: cluster 2022-04-26T09:10:33.650024+0000 mgr.smithi136.ofnrfx (mgr.14188) 12831 : cluster [DBG] pgmap v12046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:35.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:35 smithi145 bash[13673]: cluster 2022-04-26T09:10:33.650024+0000 mgr.smithi136.ofnrfx (mgr.14188) 12831 : cluster [DBG] pgmap v12046: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:37.506 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:37.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:37.507 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:37.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:37 smithi136 bash[11745]: cluster 2022-04-26T09:10:35.650639+0000 mgr.smithi136.ofnrfx (mgr.14188) 12832 : cluster [DBG] pgmap v12047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:37.833 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:37.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:37 smithi145 bash[13673]: cluster 2022-04-26T09:10:35.650639+0000 mgr.smithi136.ofnrfx (mgr.14188) 12832 : cluster [DBG] pgmap v12047: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:38 smithi136 bash[11745]: audit 2022-04-26T09:10:37.811239+0000 mon.smithi136 (mon.0) 7709 : audit [DBG] from='client.? 172.21.15.136:0/2701168261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:38 smithi145 bash[13673]: audit 2022-04-26T09:10:37.811239+0000 mon.smithi136 (mon.0) 7709 : audit [DBG] from='client.? 172.21.15.136:0/2701168261' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:39 smithi136 bash[11745]: cluster 2022-04-26T09:10:37.651240+0000 mgr.smithi136.ofnrfx (mgr.14188) 12833 : cluster [DBG] pgmap v12048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:39 smithi145 bash[13673]: cluster 2022-04-26T09:10:37.651240+0000 mgr.smithi136.ofnrfx (mgr.14188) 12833 : cluster [DBG] pgmap v12048: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:41.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:41 smithi136 bash[11745]: cluster 2022-04-26T09:10:39.651883+0000 mgr.smithi136.ofnrfx (mgr.14188) 12834 : cluster [DBG] pgmap v12049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:41.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:41 smithi145 bash[13673]: cluster 2022-04-26T09:10:39.651883+0000 mgr.smithi136.ofnrfx (mgr.14188) 12834 : cluster [DBG] pgmap v12049: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:42.836 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:42.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:42.837 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:43.157 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:43.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:43 smithi136 bash[11745]: cluster 2022-04-26T09:10:41.652526+0000 mgr.smithi136.ofnrfx (mgr.14188) 12835 : cluster [DBG] pgmap v12050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:43.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:43 smithi136 bash[11745]: audit 2022-04-26T09:10:43.142207+0000 mon.smithi136 (mon.0) 7710 : audit [DBG] from='client.? 172.21.15.136:0/3369661721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:43 smithi145 bash[13673]: cluster 2022-04-26T09:10:41.652526+0000 mgr.smithi136.ofnrfx (mgr.14188) 12835 : cluster [DBG] pgmap v12050: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:43.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:43 smithi145 bash[13673]: audit 2022-04-26T09:10:43.142207+0000 mon.smithi136 (mon.0) 7710 : audit [DBG] from='client.? 172.21.15.136:0/3369661721' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:45.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:45 smithi136 bash[11745]: cluster 2022-04-26T09:10:43.653284+0000 mgr.smithi136.ofnrfx (mgr.14188) 12836 : cluster [DBG] pgmap v12051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:45 smithi145 bash[13673]: cluster 2022-04-26T09:10:43.653284+0000 mgr.smithi136.ofnrfx (mgr.14188) 12836 : cluster [DBG] pgmap v12051: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:47.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:47 smithi136 bash[11745]: cluster 2022-04-26T09:10:45.653937+0000 mgr.smithi136.ofnrfx (mgr.14188) 12837 : cluster [DBG] pgmap v12052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:47.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:47 smithi145 bash[13673]: cluster 2022-04-26T09:10:45.653937+0000 mgr.smithi136.ofnrfx (mgr.14188) 12837 : cluster [DBG] pgmap v12052: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:48.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:48.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:48.161 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:48.487 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:48.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:48 smithi136 bash[11745]: audit 2022-04-26T09:10:48.472870+0000 mon.smithi136 (mon.0) 7711 : audit [DBG] from='client.? 172.21.15.136:0/2761532657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:48 smithi145 bash[13673]: audit 2022-04-26T09:10:48.472870+0000 mon.smithi136 (mon.0) 7711 : audit [DBG] from='client.? 172.21.15.136:0/2761532657' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:49.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:49 smithi145 bash[13673]: cluster 2022-04-26T09:10:47.654562+0000 mgr.smithi136.ofnrfx (mgr.14188) 12838 : cluster [DBG] pgmap v12053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:50.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:49 smithi136 bash[11745]: cluster 2022-04-26T09:10:47.654562+0000 mgr.smithi136.ofnrfx (mgr.14188) 12838 : cluster [DBG] pgmap v12053: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:51.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:51 smithi145 bash[13673]: cluster 2022-04-26T09:10:49.655156+0000 mgr.smithi136.ofnrfx (mgr.14188) 12839 : cluster [DBG] pgmap v12054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:52.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:51 smithi136 bash[11745]: cluster 2022-04-26T09:10:49.655156+0000 mgr.smithi136.ofnrfx (mgr.14188) 12839 : cluster [DBG] pgmap v12054: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:53.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:53.493 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:53.497 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:53.817 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:53.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:53 smithi145 bash[13673]: cluster 2022-04-26T09:10:51.655793+0000 mgr.smithi136.ofnrfx (mgr.14188) 12840 : cluster [DBG] pgmap v12055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:54.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:53 smithi136 bash[11745]: cluster 2022-04-26T09:10:51.655793+0000 mgr.smithi136.ofnrfx (mgr.14188) 12840 : cluster [DBG] pgmap v12055: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:54 smithi145 bash[13673]: audit 2022-04-26T09:10:53.667891+0000 mon.smithi136 (mon.0) 7712 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:10:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:54 smithi145 bash[13673]: audit 2022-04-26T09:10:53.670105+0000 mon.smithi136 (mon.0) 7713 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:10:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:54 smithi145 bash[13673]: audit 2022-04-26T09:10:53.671507+0000 mon.smithi136 (mon.0) 7714 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:10:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:54 smithi145 bash[13673]: audit 2022-04-26T09:10:53.801334+0000 mon.smithi136 (mon.0) 7715 : audit [DBG] from='client.? 172.21.15.136:0/2250265587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:54 smithi145 bash[13673]: audit 2022-04-26T09:10:54.008894+0000 mon.smithi136 (mon.0) 7716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:10:54.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:54 smithi145 bash[13673]: audit 2022-04-26T09:10:54.017532+0000 mon.smithi136 (mon.0) 7717 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:10:55.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:54 smithi136 bash[11745]: audit 2022-04-26T09:10:53.667891+0000 mon.smithi136 (mon.0) 7712 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:10:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:54 smithi136 bash[11745]: audit 2022-04-26T09:10:53.670105+0000 mon.smithi136 (mon.0) 7713 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:10:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:54 smithi136 bash[11745]: audit 2022-04-26T09:10:53.671507+0000 mon.smithi136 (mon.0) 7714 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:10:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:54 smithi136 bash[11745]: audit 2022-04-26T09:10:53.801334+0000 mon.smithi136 (mon.0) 7715 : audit [DBG] from='client.? 172.21.15.136:0/2250265587' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:10:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:54 smithi136 bash[11745]: audit 2022-04-26T09:10:54.008894+0000 mon.smithi136 (mon.0) 7716 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:10:55.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:54 smithi136 bash[11745]: audit 2022-04-26T09:10:54.017532+0000 mon.smithi136 (mon.0) 7717 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:10:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:55 smithi145 bash[13673]: cluster 2022-04-26T09:10:53.656446+0000 mgr.smithi136.ofnrfx (mgr.14188) 12841 : cluster [DBG] pgmap v12056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:55 smithi145 bash[13673]: cluster 2022-04-26T09:10:54.002679+0000 mgr.smithi136.ofnrfx (mgr.14188) 12842 : cluster [DBG] pgmap v12057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:55 smithi145 bash[13673]: cluster 2022-04-26T09:10:54.003156+0000 mgr.smithi136.ofnrfx (mgr.14188) 12843 : cluster [DBG] pgmap v12058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:55 smithi145 bash[13673]: cephadm 2022-04-26T09:10:54.018887+0000 mgr.smithi136.ofnrfx (mgr.14188) 12844 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:10:55.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:55 smithi145 bash[13673]: cephadm 2022-04-26T09:10:54.019088+0000 mgr.smithi136.ofnrfx (mgr.14188) 12845 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:55 smithi136 bash[11745]: cluster 2022-04-26T09:10:53.656446+0000 mgr.smithi136.ofnrfx (mgr.14188) 12841 : cluster [DBG] pgmap v12056: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:55 smithi136 bash[11745]: cluster 2022-04-26T09:10:54.002679+0000 mgr.smithi136.ofnrfx (mgr.14188) 12842 : cluster [DBG] pgmap v12057: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:55 smithi136 bash[11745]: cluster 2022-04-26T09:10:54.003156+0000 mgr.smithi136.ofnrfx (mgr.14188) 12843 : cluster [DBG] pgmap v12058: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:55 smithi136 bash[11745]: cephadm 2022-04-26T09:10:54.018887+0000 mgr.smithi136.ofnrfx (mgr.14188) 12844 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:10:56.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:55 smithi136 bash[11745]: cephadm 2022-04-26T09:10:54.019088+0000 mgr.smithi136.ofnrfx (mgr.14188) 12845 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:10:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:56 smithi136 bash[11745]: cluster 2022-04-26T09:10:56.003789+0000 mgr.smithi136.ofnrfx (mgr.14188) 12846 : cluster [DBG] pgmap v12059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:56 smithi145 bash[13673]: cluster 2022-04-26T09:10:56.003789+0000 mgr.smithi136.ofnrfx (mgr.14188) 12846 : cluster [DBG] pgmap v12059: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:58.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:10:58.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:10:58.821 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:10:59.141 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:10:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:10:59 smithi145 bash[13673]: cluster 2022-04-26T09:10:58.004396+0000 mgr.smithi136.ofnrfx (mgr.14188) 12847 : cluster [DBG] pgmap v12060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:10:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:10:59 smithi136 bash[11745]: cluster 2022-04-26T09:10:58.004396+0000 mgr.smithi136.ofnrfx (mgr.14188) 12847 : cluster [DBG] pgmap v12060: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:00 smithi145 bash[13673]: audit 2022-04-26T09:10:59.125863+0000 mon.smithi136 (mon.0) 7718 : audit [DBG] from='client.? 172.21.15.136:0/1062206333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:00.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:00 smithi136 bash[11745]: audit 2022-04-26T09:10:59.125863+0000 mon.smithi136 (mon.0) 7718 : audit [DBG] from='client.? 172.21.15.136:0/1062206333' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:01 smithi145 bash[13673]: cluster 2022-04-26T09:11:00.004978+0000 mgr.smithi136.ofnrfx (mgr.14188) 12848 : cluster [DBG] pgmap v12061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:01 smithi136 bash[11745]: cluster 2022-04-26T09:11:00.004978+0000 mgr.smithi136.ofnrfx (mgr.14188) 12848 : cluster [DBG] pgmap v12061: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:03.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:03 smithi145 bash[13673]: cluster 2022-04-26T09:11:02.005594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12849 : cluster [DBG] pgmap v12062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:03.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:03 smithi136 bash[11745]: cluster 2022-04-26T09:11:02.005594+0000 mgr.smithi136.ofnrfx (mgr.14188) 12849 : cluster [DBG] pgmap v12062: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:04.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:04.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:04.145 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:04 smithi145 bash[13673]: audit 2022-04-26T09:11:03.451364+0000 mon.smithi136 (mon.0) 7719 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:11:04.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:04 smithi145 bash[13673]: audit 2022-04-26T09:11:03.455435+0000 mon.smithi136 (mon.0) 7720 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:11:04.482 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:04.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:04 smithi136 bash[11745]: audit 2022-04-26T09:11:03.451364+0000 mon.smithi136 (mon.0) 7719 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:11:04.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:04 smithi136 bash[11745]: audit 2022-04-26T09:11:03.455435+0000 mon.smithi136 (mon.0) 7720 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:11:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:05 smithi145 bash[13673]: cluster 2022-04-26T09:11:04.006220+0000 mgr.smithi136.ofnrfx (mgr.14188) 12850 : cluster [DBG] pgmap v12063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:05.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:05 smithi145 bash[13673]: audit 2022-04-26T09:11:04.461945+0000 mon.smithi136 (mon.0) 7721 : audit [DBG] from='client.? 172.21.15.136:0/947993738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:05.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:05 smithi136 bash[11745]: cluster 2022-04-26T09:11:04.006220+0000 mgr.smithi136.ofnrfx (mgr.14188) 12850 : cluster [DBG] pgmap v12063: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:05.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:05 smithi136 bash[11745]: audit 2022-04-26T09:11:04.461945+0000 mon.smithi136 (mon.0) 7721 : audit [DBG] from='client.? 172.21.15.136:0/947993738' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:07.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:06 smithi136 bash[11745]: cluster 2022-04-26T09:11:06.006921+0000 mgr.smithi136.ofnrfx (mgr.14188) 12851 : cluster [DBG] pgmap v12064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:06 smithi145 bash[13673]: cluster 2022-04-26T09:11:06.006921+0000 mgr.smithi136.ofnrfx (mgr.14188) 12851 : cluster [DBG] pgmap v12064: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:09.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:09 smithi145 bash[13673]: cluster 2022-04-26T09:11:08.007612+0000 mgr.smithi136.ofnrfx (mgr.14188) 12852 : cluster [DBG] pgmap v12065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:09.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:09.485 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:09.486 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:09.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:09 smithi136 bash[11745]: cluster 2022-04-26T09:11:08.007612+0000 mgr.smithi136.ofnrfx (mgr.14188) 12852 : cluster [DBG] pgmap v12065: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:09.810 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:10.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:10 smithi145 bash[13673]: audit 2022-04-26T09:11:09.795281+0000 mon.smithi136 (mon.0) 7722 : audit [DBG] from='client.? 172.21.15.136:0/2900296502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:10.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:10 smithi136 bash[11745]: audit 2022-04-26T09:11:09.795281+0000 mon.smithi136 (mon.0) 7722 : audit [DBG] from='client.? 172.21.15.136:0/2900296502' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:11.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:11 smithi145 bash[13673]: cluster 2022-04-26T09:11:10.008212+0000 mgr.smithi136.ofnrfx (mgr.14188) 12853 : cluster [DBG] pgmap v12066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:11.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:11 smithi136 bash[11745]: cluster 2022-04-26T09:11:10.008212+0000 mgr.smithi136.ofnrfx (mgr.14188) 12853 : cluster [DBG] pgmap v12066: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:13 smithi145 bash[13673]: cluster 2022-04-26T09:11:12.008873+0000 mgr.smithi136.ofnrfx (mgr.14188) 12854 : cluster [DBG] pgmap v12067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:13.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:13 smithi136 bash[11745]: cluster 2022-04-26T09:11:12.008873+0000 mgr.smithi136.ofnrfx (mgr.14188) 12854 : cluster [DBG] pgmap v12067: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:14.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:14.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:14.814 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:15.132 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:15.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:15 smithi145 bash[13673]: cluster 2022-04-26T09:11:14.009530+0000 mgr.smithi136.ofnrfx (mgr.14188) 12855 : cluster [DBG] pgmap v12068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:15.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:15 smithi136 bash[11745]: cluster 2022-04-26T09:11:14.009530+0000 mgr.smithi136.ofnrfx (mgr.14188) 12855 : cluster [DBG] pgmap v12068: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:16.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:16 smithi145 bash[13673]: audit 2022-04-26T09:11:15.116529+0000 mon.smithi136 (mon.0) 7723 : audit [DBG] from='client.? 172.21.15.136:0/4047923453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:16.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:16 smithi136 bash[11745]: audit 2022-04-26T09:11:15.116529+0000 mon.smithi136 (mon.0) 7723 : audit [DBG] from='client.? 172.21.15.136:0/4047923453' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:17 smithi145 bash[13673]: cluster 2022-04-26T09:11:16.010193+0000 mgr.smithi136.ofnrfx (mgr.14188) 12856 : cluster [DBG] pgmap v12069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:17.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:17 smithi136 bash[11745]: cluster 2022-04-26T09:11:16.010193+0000 mgr.smithi136.ofnrfx (mgr.14188) 12856 : cluster [DBG] pgmap v12069: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:19 smithi145 bash[13673]: cluster 2022-04-26T09:11:18.010811+0000 mgr.smithi136.ofnrfx (mgr.14188) 12857 : cluster [DBG] pgmap v12070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:19.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:19 smithi136 bash[11745]: cluster 2022-04-26T09:11:18.010811+0000 mgr.smithi136.ofnrfx (mgr.14188) 12857 : cluster [DBG] pgmap v12070: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:20.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:20.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:20.135 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:20.459 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:21 smithi145 bash[13673]: cluster 2022-04-26T09:11:20.011429+0000 mgr.smithi136.ofnrfx (mgr.14188) 12858 : cluster [DBG] pgmap v12071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:21 smithi145 bash[13673]: audit 2022-04-26T09:11:20.444260+0000 mon.smithi136 (mon.0) 7724 : audit [DBG] from='client.? 172.21.15.136:0/3756089780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:21.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:21 smithi136 bash[11745]: cluster 2022-04-26T09:11:20.011429+0000 mgr.smithi136.ofnrfx (mgr.14188) 12858 : cluster [DBG] pgmap v12071: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:21.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:21 smithi136 bash[11745]: audit 2022-04-26T09:11:20.444260+0000 mon.smithi136 (mon.0) 7724 : audit [DBG] from='client.? 172.21.15.136:0/3756089780' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:23 smithi145 bash[13673]: cluster 2022-04-26T09:11:22.012109+0000 mgr.smithi136.ofnrfx (mgr.14188) 12859 : cluster [DBG] pgmap v12072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:23 smithi136 bash[11745]: cluster 2022-04-26T09:11:22.012109+0000 mgr.smithi136.ofnrfx (mgr.14188) 12859 : cluster [DBG] pgmap v12072: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:25 smithi145 bash[13673]: cluster 2022-04-26T09:11:24.012762+0000 mgr.smithi136.ofnrfx (mgr.14188) 12860 : cluster [DBG] pgmap v12073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:25.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:25.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:25.463 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:25.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:25 smithi136 bash[11745]: cluster 2022-04-26T09:11:24.012762+0000 mgr.smithi136.ofnrfx (mgr.14188) 12860 : cluster [DBG] pgmap v12073: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:25.791 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:26.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:26 smithi145 bash[13673]: audit 2022-04-26T09:11:25.775991+0000 mon.smithi136 (mon.0) 7725 : audit [DBG] from='client.? 172.21.15.136:0/3793953497' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:26.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:26 smithi136 bash[11745]: audit 2022-04-26T09:11:25.775991+0000 mon.smithi136 (mon.0) 7725 : audit [DBG] from='client.? 172.21.15.136:0/3793953497' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:27 smithi145 bash[13673]: cluster 2022-04-26T09:11:26.013371+0000 mgr.smithi136.ofnrfx (mgr.14188) 12861 : cluster [DBG] pgmap v12074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:27.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:27 smithi136 bash[11745]: cluster 2022-04-26T09:11:26.013371+0000 mgr.smithi136.ofnrfx (mgr.14188) 12861 : cluster [DBG] pgmap v12074: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:29 smithi145 bash[13673]: cluster 2022-04-26T09:11:28.013962+0000 mgr.smithi136.ofnrfx (mgr.14188) 12862 : cluster [DBG] pgmap v12075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:29.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:29 smithi136 bash[11745]: cluster 2022-04-26T09:11:28.013962+0000 mgr.smithi136.ofnrfx (mgr.14188) 12862 : cluster [DBG] pgmap v12075: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:30.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:30.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:30.794 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:31.121 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:31 smithi145 bash[13673]: cluster 2022-04-26T09:11:30.014566+0000 mgr.smithi136.ofnrfx (mgr.14188) 12863 : cluster [DBG] pgmap v12076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:31 smithi145 bash[13673]: audit 2022-04-26T09:11:31.105692+0000 mon.smithi136 (mon.0) 7726 : audit [DBG] from='client.? 172.21.15.136:0/3665181370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:31.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:31 smithi136 bash[11745]: cluster 2022-04-26T09:11:30.014566+0000 mgr.smithi136.ofnrfx (mgr.14188) 12863 : cluster [DBG] pgmap v12076: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:31.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:31 smithi136 bash[11745]: audit 2022-04-26T09:11:31.105692+0000 mon.smithi136 (mon.0) 7726 : audit [DBG] from='client.? 172.21.15.136:0/3665181370' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:33.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:33 smithi145 bash[13673]: cluster 2022-04-26T09:11:32.015228+0000 mgr.smithi136.ofnrfx (mgr.14188) 12864 : cluster [DBG] pgmap v12077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:33.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:33 smithi136 bash[11745]: cluster 2022-04-26T09:11:32.015228+0000 mgr.smithi136.ofnrfx (mgr.14188) 12864 : cluster [DBG] pgmap v12077: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:35 smithi145 bash[13673]: cluster 2022-04-26T09:11:34.015890+0000 mgr.smithi136.ofnrfx (mgr.14188) 12865 : cluster [DBG] pgmap v12078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:35.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:35 smithi136 bash[11745]: cluster 2022-04-26T09:11:34.015890+0000 mgr.smithi136.ofnrfx (mgr.14188) 12865 : cluster [DBG] pgmap v12078: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:36.125 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:36.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:36.126 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:36.438 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:36 smithi136 bash[11745]: cluster 2022-04-26T09:11:36.016523+0000 mgr.smithi136.ofnrfx (mgr.14188) 12866 : cluster [DBG] pgmap v12079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:37.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:36 smithi136 bash[11745]: audit 2022-04-26T09:11:36.422733+0000 mon.smithi136 (mon.0) 7727 : audit [DBG] from='client.? 172.21.15.136:0/3835072475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:36 smithi145 bash[13673]: cluster 2022-04-26T09:11:36.016523+0000 mgr.smithi136.ofnrfx (mgr.14188) 12866 : cluster [DBG] pgmap v12079: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:36 smithi145 bash[13673]: audit 2022-04-26T09:11:36.422733+0000 mon.smithi136 (mon.0) 7727 : audit [DBG] from='client.? 172.21.15.136:0/3835072475' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:39 smithi145 bash[13673]: cluster 2022-04-26T09:11:38.017136+0000 mgr.smithi136.ofnrfx (mgr.14188) 12867 : cluster [DBG] pgmap v12080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:39.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:39 smithi136 bash[11745]: cluster 2022-04-26T09:11:38.017136+0000 mgr.smithi136.ofnrfx (mgr.14188) 12867 : cluster [DBG] pgmap v12080: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:41.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:41 smithi145 bash[13673]: cluster 2022-04-26T09:11:40.017720+0000 mgr.smithi136.ofnrfx (mgr.14188) 12868 : cluster [DBG] pgmap v12081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:41.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:41.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:41.441 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:41.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:41 smithi136 bash[11745]: cluster 2022-04-26T09:11:40.017720+0000 mgr.smithi136.ofnrfx (mgr.14188) 12868 : cluster [DBG] pgmap v12081: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:41.774 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:42 smithi145 bash[13673]: audit 2022-04-26T09:11:41.752982+0000 mon.smithi136 (mon.0) 7728 : audit [DBG] from='client.? 172.21.15.136:0/1761998798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:42 smithi136 bash[11745]: audit 2022-04-26T09:11:41.752982+0000 mon.smithi136 (mon.0) 7728 : audit [DBG] from='client.? 172.21.15.136:0/1761998798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:43 smithi145 bash[13673]: cluster 2022-04-26T09:11:42.018416+0000 mgr.smithi136.ofnrfx (mgr.14188) 12869 : cluster [DBG] pgmap v12082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:43.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:43 smithi136 bash[11745]: cluster 2022-04-26T09:11:42.018416+0000 mgr.smithi136.ofnrfx (mgr.14188) 12869 : cluster [DBG] pgmap v12082: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:45 smithi145 bash[13673]: cluster 2022-04-26T09:11:44.019167+0000 mgr.smithi136.ofnrfx (mgr.14188) 12870 : cluster [DBG] pgmap v12083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:45 smithi136 bash[11745]: cluster 2022-04-26T09:11:44.019167+0000 mgr.smithi136.ofnrfx (mgr.14188) 12870 : cluster [DBG] pgmap v12083: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:46.777 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:46.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:46.808 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:47.107 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:47.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:46 smithi136 bash[11745]: cluster 2022-04-26T09:11:46.019836+0000 mgr.smithi136.ofnrfx (mgr.14188) 12871 : cluster [DBG] pgmap v12084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:46 smithi145 bash[13673]: cluster 2022-04-26T09:11:46.019836+0000 mgr.smithi136.ofnrfx (mgr.14188) 12871 : cluster [DBG] pgmap v12084: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:47 smithi136 bash[11745]: audit 2022-04-26T09:11:47.090860+0000 mon.smithi136 (mon.0) 7729 : audit [DBG] from='client.? 172.21.15.136:0/2484505129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:47 smithi145 bash[13673]: audit 2022-04-26T09:11:47.090860+0000 mon.smithi136 (mon.0) 7729 : audit [DBG] from='client.? 172.21.15.136:0/2484505129' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:49.263 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:48 smithi136 bash[11745]: cluster 2022-04-26T09:11:48.020462+0000 mgr.smithi136.ofnrfx (mgr.14188) 12872 : cluster [DBG] pgmap v12085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:48 smithi145 bash[13673]: cluster 2022-04-26T09:11:48.020462+0000 mgr.smithi136.ofnrfx (mgr.14188) 12872 : cluster [DBG] pgmap v12085: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:51 smithi145 bash[13673]: cluster 2022-04-26T09:11:50.021091+0000 mgr.smithi136.ofnrfx (mgr.14188) 12873 : cluster [DBG] pgmap v12086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:51 smithi136 bash[11745]: cluster 2022-04-26T09:11:50.021091+0000 mgr.smithi136.ofnrfx (mgr.14188) 12873 : cluster [DBG] pgmap v12086: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:52.110 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:52.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:52.111 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:52.432 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:53 smithi145 bash[13673]: cluster 2022-04-26T09:11:52.021738+0000 mgr.smithi136.ofnrfx (mgr.14188) 12874 : cluster [DBG] pgmap v12087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:53.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:53 smithi145 bash[13673]: audit 2022-04-26T09:11:52.416441+0000 mon.smithi136 (mon.0) 7730 : audit [DBG] from='client.? 172.21.15.136:0/179801650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:53 smithi136 bash[11745]: cluster 2022-04-26T09:11:52.021738+0000 mgr.smithi136.ofnrfx (mgr.14188) 12874 : cluster [DBG] pgmap v12087: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:53.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:53 smithi136 bash[11745]: audit 2022-04-26T09:11:52.416441+0000 mon.smithi136 (mon.0) 7730 : audit [DBG] from='client.? 172.21.15.136:0/179801650' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:54 smithi145 bash[13673]: audit 2022-04-26T09:11:54.030192+0000 mon.smithi136 (mon.0) 7731 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:11:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:54 smithi145 bash[13673]: audit 2022-04-26T09:11:54.032934+0000 mon.smithi136 (mon.0) 7732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:11:54.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:54 smithi145 bash[13673]: audit 2022-04-26T09:11:54.034705+0000 mon.smithi136 (mon.0) 7733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:11:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:54 smithi136 bash[11745]: audit 2022-04-26T09:11:54.030192+0000 mon.smithi136 (mon.0) 7731 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:11:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:54 smithi136 bash[11745]: audit 2022-04-26T09:11:54.032934+0000 mon.smithi136 (mon.0) 7732 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:11:54.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:54 smithi136 bash[11745]: audit 2022-04-26T09:11:54.034705+0000 mon.smithi136 (mon.0) 7733 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:11:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:55 smithi145 bash[13673]: cluster 2022-04-26T09:11:54.022409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12875 : cluster [DBG] pgmap v12088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:55 smithi136 bash[11745]: cluster 2022-04-26T09:11:54.022409+0000 mgr.smithi136.ofnrfx (mgr.14188) 12875 : cluster [DBG] pgmap v12088: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:56 smithi136 bash[11745]: cluster 2022-04-26T09:11:56.023016+0000 mgr.smithi136.ofnrfx (mgr.14188) 12876 : cluster [DBG] pgmap v12089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:56 smithi145 bash[13673]: cluster 2022-04-26T09:11:56.023016+0000 mgr.smithi136.ofnrfx (mgr.14188) 12876 : cluster [DBG] pgmap v12089: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:57.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:11:57.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:11:57.435 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:11:57.763 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:11:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:57 smithi136 bash[11745]: audit 2022-04-26T09:11:57.748269+0000 mon.smithi136 (mon.0) 7734 : audit [DBG] from='client.? 172.21.15.136:0/2962921230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:57 smithi136 bash[11745]: audit 2022-04-26T09:11:57.780555+0000 mon.smithi136 (mon.0) 7735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:11:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:57 smithi145 bash[13673]: audit 2022-04-26T09:11:57.748269+0000 mon.smithi136 (mon.0) 7734 : audit [DBG] from='client.? 172.21.15.136:0/2962921230' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:11:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:57 smithi145 bash[13673]: audit 2022-04-26T09:11:57.780555+0000 mon.smithi136 (mon.0) 7735 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:11:59.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:59 smithi136 bash[11745]: cluster 2022-04-26T09:11:58.023486+0000 mgr.smithi136.ofnrfx (mgr.14188) 12877 : cluster [DBG] pgmap v12090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:59 smithi136 bash[11745]: audit 2022-04-26T09:11:58.552186+0000 mon.smithi136 (mon.0) 7736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:11:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:59 smithi136 bash[11745]: audit 2022-04-26T09:11:58.856193+0000 mon.smithi136 (mon.0) 7737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:11:59.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:11:59 smithi136 bash[11745]: audit 2022-04-26T09:11:58.864969+0000 mon.smithi136 (mon.0) 7738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:11:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:59 smithi145 bash[13673]: cluster 2022-04-26T09:11:58.023486+0000 mgr.smithi136.ofnrfx (mgr.14188) 12877 : cluster [DBG] pgmap v12090: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:11:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:59 smithi145 bash[13673]: audit 2022-04-26T09:11:58.552186+0000 mon.smithi136 (mon.0) 7736 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:11:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:59 smithi145 bash[13673]: audit 2022-04-26T09:11:58.856193+0000 mon.smithi136 (mon.0) 7737 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:11:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:11:59 smithi145 bash[13673]: audit 2022-04-26T09:11:58.864969+0000 mon.smithi136 (mon.0) 7738 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:12:00.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:00 smithi136 bash[11745]: cluster 2022-04-26T09:11:58.849155+0000 mgr.smithi136.ofnrfx (mgr.14188) 12878 : cluster [DBG] pgmap v12091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:00 smithi136 bash[11745]: cluster 2022-04-26T09:11:58.849525+0000 mgr.smithi136.ofnrfx (mgr.14188) 12879 : cluster [DBG] pgmap v12092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:00.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:00 smithi136 bash[11745]: cephadm 2022-04-26T09:11:58.866052+0000 mgr.smithi136.ofnrfx (mgr.14188) 12880 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:12:00.812 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:00 smithi136 bash[11745]: cephadm 2022-04-26T09:11:58.866201+0000 mgr.smithi136.ofnrfx (mgr.14188) 12881 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:12:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:00 smithi145 bash[13673]: cluster 2022-04-26T09:11:58.849155+0000 mgr.smithi136.ofnrfx (mgr.14188) 12878 : cluster [DBG] pgmap v12091: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:00 smithi145 bash[13673]: cluster 2022-04-26T09:11:58.849525+0000 mgr.smithi136.ofnrfx (mgr.14188) 12879 : cluster [DBG] pgmap v12092: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:00 smithi145 bash[13673]: cephadm 2022-04-26T09:11:58.866052+0000 mgr.smithi136.ofnrfx (mgr.14188) 12880 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:12:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:00 smithi145 bash[13673]: cephadm 2022-04-26T09:11:58.866201+0000 mgr.smithi136.ofnrfx (mgr.14188) 12881 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:12:02.766 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:02.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:02.769 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:02.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:02 smithi136 bash[11745]: cluster 2022-04-26T09:12:00.850153+0000 mgr.smithi136.ofnrfx (mgr.14188) 12882 : cluster [DBG] pgmap v12093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:02.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:02 smithi145 bash[13673]: cluster 2022-04-26T09:12:00.850153+0000 mgr.smithi136.ofnrfx (mgr.14188) 12882 : cluster [DBG] pgmap v12093: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:03.093 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:03 smithi145 bash[13673]: audit 2022-04-26T09:12:03.073387+0000 mon.smithi136 (mon.0) 7739 : audit [DBG] from='client.? 172.21.15.136:0/3484182891' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:03 smithi145 bash[13673]: audit 2022-04-26T09:12:03.455692+0000 mon.smithi136 (mon.0) 7740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:12:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:03 smithi145 bash[13673]: audit 2022-04-26T09:12:03.459651+0000 mon.smithi136 (mon.0) 7741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:12:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:03 smithi136 bash[11745]: audit 2022-04-26T09:12:03.073387+0000 mon.smithi136 (mon.0) 7739 : audit [DBG] from='client.? 172.21.15.136:0/3484182891' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:03 smithi136 bash[11745]: audit 2022-04-26T09:12:03.455692+0000 mon.smithi136 (mon.0) 7740 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:12:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:03 smithi136 bash[11745]: audit 2022-04-26T09:12:03.459651+0000 mon.smithi136 (mon.0) 7741 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:12:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:04 smithi145 bash[13673]: cluster 2022-04-26T09:12:02.850908+0000 mgr.smithi136.ofnrfx (mgr.14188) 12883 : cluster [DBG] pgmap v12094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:05.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:04 smithi136 bash[11745]: cluster 2022-04-26T09:12:02.850908+0000 mgr.smithi136.ofnrfx (mgr.14188) 12883 : cluster [DBG] pgmap v12094: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:06 smithi145 bash[13673]: cluster 2022-04-26T09:12:04.851566+0000 mgr.smithi136.ofnrfx (mgr.14188) 12884 : cluster [DBG] pgmap v12095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:06 smithi136 bash[11745]: cluster 2022-04-26T09:12:04.851566+0000 mgr.smithi136.ofnrfx (mgr.14188) 12884 : cluster [DBG] pgmap v12095: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:08.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:08.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:08.096 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:08.416 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:08 smithi145 bash[13673]: cluster 2022-04-26T09:12:06.852195+0000 mgr.smithi136.ofnrfx (mgr.14188) 12885 : cluster [DBG] pgmap v12096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:08.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:08 smithi145 bash[13673]: audit 2022-04-26T09:12:08.396894+0000 mon.smithi136 (mon.0) 7742 : audit [DBG] from='client.? 172.21.15.136:0/4236636690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:08 smithi136 bash[11745]: cluster 2022-04-26T09:12:06.852195+0000 mgr.smithi136.ofnrfx (mgr.14188) 12885 : cluster [DBG] pgmap v12096: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:09.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:08 smithi136 bash[11745]: audit 2022-04-26T09:12:08.396894+0000 mon.smithi136 (mon.0) 7742 : audit [DBG] from='client.? 172.21.15.136:0/4236636690' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:10 smithi145 bash[13673]: cluster 2022-04-26T09:12:08.852857+0000 mgr.smithi136.ofnrfx (mgr.14188) 12886 : cluster [DBG] pgmap v12097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:11.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:10 smithi136 bash[11745]: cluster 2022-04-26T09:12:08.852857+0000 mgr.smithi136.ofnrfx (mgr.14188) 12886 : cluster [DBG] pgmap v12097: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:12.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:12 smithi145 bash[13673]: cluster 2022-04-26T09:12:10.853467+0000 mgr.smithi136.ofnrfx (mgr.14188) 12887 : cluster [DBG] pgmap v12098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:13.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:12 smithi136 bash[11745]: cluster 2022-04-26T09:12:10.853467+0000 mgr.smithi136.ofnrfx (mgr.14188) 12887 : cluster [DBG] pgmap v12098: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:13.418 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:13.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:13.419 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:13.751 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:14.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:14 smithi145 bash[13673]: cluster 2022-04-26T09:12:12.854081+0000 mgr.smithi136.ofnrfx (mgr.14188) 12888 : cluster [DBG] pgmap v12099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:14.934 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:14 smithi145 bash[13673]: audit 2022-04-26T09:12:13.730781+0000 mon.smithi136 (mon.0) 7743 : audit [DBG] from='client.? 172.21.15.136:0/2888011093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:15.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:14 smithi136 bash[11745]: cluster 2022-04-26T09:12:12.854081+0000 mgr.smithi136.ofnrfx (mgr.14188) 12888 : cluster [DBG] pgmap v12099: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:15.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:14 smithi136 bash[11745]: audit 2022-04-26T09:12:13.730781+0000 mon.smithi136 (mon.0) 7743 : audit [DBG] from='client.? 172.21.15.136:0/2888011093' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:16 smithi145 bash[13673]: cluster 2022-04-26T09:12:14.854705+0000 mgr.smithi136.ofnrfx (mgr.14188) 12889 : cluster [DBG] pgmap v12100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:17.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:16 smithi136 bash[11745]: cluster 2022-04-26T09:12:14.854705+0000 mgr.smithi136.ofnrfx (mgr.14188) 12889 : cluster [DBG] pgmap v12100: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:18.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:18.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:18.755 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:18 smithi145 bash[13673]: cluster 2022-04-26T09:12:16.855369+0000 mgr.smithi136.ofnrfx (mgr.14188) 12890 : cluster [DBG] pgmap v12101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:19.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:18 smithi136 bash[11745]: cluster 2022-04-26T09:12:16.855369+0000 mgr.smithi136.ofnrfx (mgr.14188) 12890 : cluster [DBG] pgmap v12101: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:19.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:19.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:19 smithi145 bash[13673]: audit 2022-04-26T09:12:19.061366+0000 mon.smithi136 (mon.0) 7744 : audit [DBG] from='client.? 172.21.15.136:0/3296742917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:20.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:19 smithi136 bash[11745]: audit 2022-04-26T09:12:19.061366+0000 mon.smithi136 (mon.0) 7744 : audit [DBG] from='client.? 172.21.15.136:0/3296742917' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:20 smithi145 bash[13673]: cluster 2022-04-26T09:12:18.855724+0000 mgr.smithi136.ofnrfx (mgr.14188) 12891 : cluster [DBG] pgmap v12102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:21.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:20 smithi136 bash[11745]: cluster 2022-04-26T09:12:18.855724+0000 mgr.smithi136.ofnrfx (mgr.14188) 12891 : cluster [DBG] pgmap v12102: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:22.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:22 smithi145 bash[13673]: cluster 2022-04-26T09:12:20.856250+0000 mgr.smithi136.ofnrfx (mgr.14188) 12892 : cluster [DBG] pgmap v12103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:23.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:22 smithi136 bash[11745]: cluster 2022-04-26T09:12:20.856250+0000 mgr.smithi136.ofnrfx (mgr.14188) 12892 : cluster [DBG] pgmap v12103: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:24.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:24.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:24.080 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:24.409 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:24.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:24 smithi145 bash[13673]: cluster 2022-04-26T09:12:22.856827+0000 mgr.smithi136.ofnrfx (mgr.14188) 12893 : cluster [DBG] pgmap v12104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:24.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:24 smithi145 bash[13673]: audit 2022-04-26T09:12:24.393639+0000 mon.smithi136 (mon.0) 7745 : audit [DBG] from='client.? 172.21.15.136:0/1130837279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:25.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:24 smithi136 bash[11745]: cluster 2022-04-26T09:12:22.856827+0000 mgr.smithi136.ofnrfx (mgr.14188) 12893 : cluster [DBG] pgmap v12104: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:25.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:24 smithi136 bash[11745]: audit 2022-04-26T09:12:24.393639+0000 mon.smithi136 (mon.0) 7745 : audit [DBG] from='client.? 172.21.15.136:0/1130837279' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:26 smithi145 bash[13673]: cluster 2022-04-26T09:12:24.857400+0000 mgr.smithi136.ofnrfx (mgr.14188) 12894 : cluster [DBG] pgmap v12105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:27.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:26 smithi136 bash[11745]: cluster 2022-04-26T09:12:24.857400+0000 mgr.smithi136.ofnrfx (mgr.14188) 12894 : cluster [DBG] pgmap v12105: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:28 smithi145 bash[13673]: cluster 2022-04-26T09:12:26.858045+0000 mgr.smithi136.ofnrfx (mgr.14188) 12895 : cluster [DBG] pgmap v12106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:29.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:28 smithi136 bash[11745]: cluster 2022-04-26T09:12:26.858045+0000 mgr.smithi136.ofnrfx (mgr.14188) 12895 : cluster [DBG] pgmap v12106: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:29.412 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:29.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:29.413 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:29.740 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:30 smithi145 bash[13673]: cluster 2022-04-26T09:12:28.858658+0000 mgr.smithi136.ofnrfx (mgr.14188) 12896 : cluster [DBG] pgmap v12107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:30.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:30 smithi145 bash[13673]: audit 2022-04-26T09:12:29.723609+0000 mon.smithi136 (mon.0) 7746 : audit [DBG] from='client.? 172.21.15.136:0/3159900481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:30 smithi136 bash[11745]: cluster 2022-04-26T09:12:28.858658+0000 mgr.smithi136.ofnrfx (mgr.14188) 12896 : cluster [DBG] pgmap v12107: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:31.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:30 smithi136 bash[11745]: audit 2022-04-26T09:12:29.723609+0000 mon.smithi136 (mon.0) 7746 : audit [DBG] from='client.? 172.21.15.136:0/3159900481' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:32.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:32 smithi145 bash[13673]: cluster 2022-04-26T09:12:30.859319+0000 mgr.smithi136.ofnrfx (mgr.14188) 12897 : cluster [DBG] pgmap v12108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:33.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:32 smithi136 bash[11745]: cluster 2022-04-26T09:12:30.859319+0000 mgr.smithi136.ofnrfx (mgr.14188) 12897 : cluster [DBG] pgmap v12108: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:34.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:34.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:34.743 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:34 smithi145 bash[13673]: cluster 2022-04-26T09:12:32.859977+0000 mgr.smithi136.ofnrfx (mgr.14188) 12898 : cluster [DBG] pgmap v12109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:35.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:34 smithi136 bash[11745]: cluster 2022-04-26T09:12:32.859977+0000 mgr.smithi136.ofnrfx (mgr.14188) 12898 : cluster [DBG] pgmap v12109: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:35.074 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:36.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:35 smithi136 bash[11745]: audit 2022-04-26T09:12:35.058006+0000 mon.smithi136 (mon.0) 7747 : audit [DBG] from='client.? 172.21.15.136:0/2711486538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:36.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:35 smithi145 bash[13673]: audit 2022-04-26T09:12:35.058006+0000 mon.smithi136 (mon.0) 7747 : audit [DBG] from='client.? 172.21.15.136:0/2711486538' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:37.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:36 smithi136 bash[11745]: cluster 2022-04-26T09:12:34.860406+0000 mgr.smithi136.ofnrfx (mgr.14188) 12899 : cluster [DBG] pgmap v12110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:37.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:36 smithi145 bash[13673]: cluster 2022-04-26T09:12:34.860406+0000 mgr.smithi136.ofnrfx (mgr.14188) 12899 : cluster [DBG] pgmap v12110: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:38.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:37 smithi136 bash[11745]: cluster 2022-04-26T09:12:36.860978+0000 mgr.smithi136.ofnrfx (mgr.14188) 12900 : cluster [DBG] pgmap v12111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:38.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:37 smithi145 bash[13673]: cluster 2022-04-26T09:12:36.860978+0000 mgr.smithi136.ofnrfx (mgr.14188) 12900 : cluster [DBG] pgmap v12111: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:40.077 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:40.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:40.078 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:40.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:39 smithi136 bash[11745]: cluster 2022-04-26T09:12:38.861607+0000 mgr.smithi136.ofnrfx (mgr.14188) 12901 : cluster [DBG] pgmap v12112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:40.400 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:40.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:39 smithi145 bash[13673]: cluster 2022-04-26T09:12:38.861607+0000 mgr.smithi136.ofnrfx (mgr.14188) 12901 : cluster [DBG] pgmap v12112: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:40 smithi136 bash[11745]: audit 2022-04-26T09:12:40.384138+0000 mon.smithi136 (mon.0) 7748 : audit [DBG] from='client.? 172.21.15.136:0/1478523574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:41.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:40 smithi145 bash[13673]: audit 2022-04-26T09:12:40.384138+0000 mon.smithi136 (mon.0) 7748 : audit [DBG] from='client.? 172.21.15.136:0/1478523574' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:41 smithi136 bash[11745]: cluster 2022-04-26T09:12:40.862230+0000 mgr.smithi136.ofnrfx (mgr.14188) 12902 : cluster [DBG] pgmap v12113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:41 smithi145 bash[13673]: cluster 2022-04-26T09:12:40.862230+0000 mgr.smithi136.ofnrfx (mgr.14188) 12902 : cluster [DBG] pgmap v12113: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:44.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:43 smithi136 bash[11745]: cluster 2022-04-26T09:12:42.862902+0000 mgr.smithi136.ofnrfx (mgr.14188) 12903 : cluster [DBG] pgmap v12114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:44.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:43 smithi145 bash[13673]: cluster 2022-04-26T09:12:42.862902+0000 mgr.smithi136.ofnrfx (mgr.14188) 12903 : cluster [DBG] pgmap v12114: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:45.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:45.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:45.402 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:45.723 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:46.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:45 smithi136 bash[11745]: cluster 2022-04-26T09:12:44.863570+0000 mgr.smithi136.ofnrfx (mgr.14188) 12904 : cluster [DBG] pgmap v12115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:46.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:45 smithi136 bash[11745]: audit 2022-04-26T09:12:45.707041+0000 mon.smithi136 (mon.0) 7749 : audit [DBG] from='client.? 172.21.15.136:0/3498023827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:45 smithi145 bash[13673]: cluster 2022-04-26T09:12:44.863570+0000 mgr.smithi136.ofnrfx (mgr.14188) 12904 : cluster [DBG] pgmap v12115: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:46.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:45 smithi145 bash[13673]: audit 2022-04-26T09:12:45.707041+0000 mon.smithi136 (mon.0) 7749 : audit [DBG] from='client.? 172.21.15.136:0/3498023827' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:48.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:47 smithi136 bash[11745]: cluster 2022-04-26T09:12:46.864227+0000 mgr.smithi136.ofnrfx (mgr.14188) 12905 : cluster [DBG] pgmap v12116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:48.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:47 smithi145 bash[13673]: cluster 2022-04-26T09:12:46.864227+0000 mgr.smithi136.ofnrfx (mgr.14188) 12905 : cluster [DBG] pgmap v12116: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:50.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:49 smithi136 bash[11745]: cluster 2022-04-26T09:12:48.864847+0000 mgr.smithi136.ofnrfx (mgr.14188) 12906 : cluster [DBG] pgmap v12117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:50.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:49 smithi145 bash[13673]: cluster 2022-04-26T09:12:48.864847+0000 mgr.smithi136.ofnrfx (mgr.14188) 12906 : cluster [DBG] pgmap v12117: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:50.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:50.725 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:50.726 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:51.051 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:51 smithi136 bash[11745]: cluster 2022-04-26T09:12:50.865441+0000 mgr.smithi136.ofnrfx (mgr.14188) 12907 : cluster [DBG] pgmap v12118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:52.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:51 smithi136 bash[11745]: audit 2022-04-26T09:12:51.036126+0000 mon.smithi136 (mon.0) 7750 : audit [DBG] from='client.? 172.21.15.136:0/3020842741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:51 smithi145 bash[13673]: cluster 2022-04-26T09:12:50.865441+0000 mgr.smithi136.ofnrfx (mgr.14188) 12907 : cluster [DBG] pgmap v12118: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:52.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:51 smithi145 bash[13673]: audit 2022-04-26T09:12:51.036126+0000 mon.smithi136 (mon.0) 7750 : audit [DBG] from='client.? 172.21.15.136:0/3020842741' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:54.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:53 smithi136 bash[11745]: cluster 2022-04-26T09:12:52.866058+0000 mgr.smithi136.ofnrfx (mgr.14188) 12908 : cluster [DBG] pgmap v12119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:53 smithi145 bash[13673]: cluster 2022-04-26T09:12:52.866058+0000 mgr.smithi136.ofnrfx (mgr.14188) 12908 : cluster [DBG] pgmap v12119: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:56.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:12:56.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:12:56.055 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:12:56.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:55 smithi136 bash[11745]: cluster 2022-04-26T09:12:54.866732+0000 mgr.smithi136.ofnrfx (mgr.14188) 12909 : cluster [DBG] pgmap v12120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:56.377 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:12:56.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:55 smithi145 bash[13673]: cluster 2022-04-26T09:12:54.866732+0000 mgr.smithi136.ofnrfx (mgr.14188) 12909 : cluster [DBG] pgmap v12120: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:57.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:56 smithi136 bash[11745]: audit 2022-04-26T09:12:56.361821+0000 mon.smithi136 (mon.0) 7751 : audit [DBG] from='client.? 172.21.15.136:0/3251015864' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:57.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:56 smithi145 bash[13673]: audit 2022-04-26T09:12:56.361821+0000 mon.smithi136 (mon.0) 7751 : audit [DBG] from='client.? 172.21.15.136:0/3251015864' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:12:58.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:57 smithi136 bash[11745]: cluster 2022-04-26T09:12:56.867423+0000 mgr.smithi136.ofnrfx (mgr.14188) 12910 : cluster [DBG] pgmap v12121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:58.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:57 smithi145 bash[13673]: cluster 2022-04-26T09:12:56.867423+0000 mgr.smithi136.ofnrfx (mgr.14188) 12910 : cluster [DBG] pgmap v12121: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:12:59.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:58 smithi136 bash[11745]: audit 2022-04-26T09:12:58.875754+0000 mon.smithi136 (mon.0) 7752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:12:59.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:58 smithi136 bash[11745]: audit 2022-04-26T09:12:58.878475+0000 mon.smithi136 (mon.0) 7753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:12:59.264 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:12:59 smithi136 bash[11745]: audit 2022-04-26T09:12:58.880385+0000 mon.smithi136 (mon.0) 7754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:12:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:59 smithi145 bash[13673]: audit 2022-04-26T09:12:58.875754+0000 mon.smithi136 (mon.0) 7752 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:12:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:59 smithi145 bash[13673]: audit 2022-04-26T09:12:58.878475+0000 mon.smithi136 (mon.0) 7753 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:12:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:12:59 smithi145 bash[13673]: audit 2022-04-26T09:12:58.880385+0000 mon.smithi136 (mon.0) 7754 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: cluster 2022-04-26T09:12:58.868074+0000 mgr.smithi136.ofnrfx (mgr.14188) 12911 : cluster [DBG] pgmap v12122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: audit 2022-04-26T09:12:59.180693+0000 mon.smithi136 (mon.0) 7755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: cluster 2022-04-26T09:12:59.460343+0000 mgr.smithi136.ofnrfx (mgr.14188) 12912 : cluster [DBG] pgmap v12123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: cluster 2022-04-26T09:12:59.460696+0000 mgr.smithi136.ofnrfx (mgr.14188) 12913 : cluster [DBG] pgmap v12124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: audit 2022-04-26T09:12:59.467736+0000 mon.smithi136 (mon.0) 7756 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: audit 2022-04-26T09:12:59.472578+0000 mon.smithi136 (mon.0) 7757 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: cephadm 2022-04-26T09:12:59.473631+0000 mgr.smithi136.ofnrfx (mgr.14188) 12914 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:13:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:00 smithi136 bash[11745]: cephadm 2022-04-26T09:12:59.473802+0000 mgr.smithi136.ofnrfx (mgr.14188) 12915 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:13:00.652 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: cluster 2022-04-26T09:12:58.868074+0000 mgr.smithi136.ofnrfx (mgr.14188) 12911 : cluster [DBG] pgmap v12122: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: audit 2022-04-26T09:12:59.180693+0000 mon.smithi136 (mon.0) 7755 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:13:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: cluster 2022-04-26T09:12:59.460343+0000 mgr.smithi136.ofnrfx (mgr.14188) 12912 : cluster [DBG] pgmap v12123: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: cluster 2022-04-26T09:12:59.460696+0000 mgr.smithi136.ofnrfx (mgr.14188) 12913 : cluster [DBG] pgmap v12124: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:00.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: audit 2022-04-26T09:12:59.467736+0000 mon.smithi136 (mon.0) 7756 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:13:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: audit 2022-04-26T09:12:59.472578+0000 mon.smithi136 (mon.0) 7757 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:13:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: cephadm 2022-04-26T09:12:59.473631+0000 mgr.smithi136.ofnrfx (mgr.14188) 12914 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:13:00.654 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:00 smithi145 bash[13673]: cephadm 2022-04-26T09:12:59.473802+0000 mgr.smithi136.ofnrfx (mgr.14188) 12915 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:13:01.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:01.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:01.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:01.707 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:02.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:01 smithi136 bash[11745]: cluster 2022-04-26T09:13:01.461272+0000 mgr.smithi136.ofnrfx (mgr.14188) 12916 : cluster [DBG] pgmap v12125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:02.312 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:01 smithi136 bash[11745]: audit 2022-04-26T09:13:01.691016+0000 mon.smithi136 (mon.0) 7758 : audit [DBG] from='client.? 172.21.15.136:0/2669672572' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:01 smithi145 bash[13673]: cluster 2022-04-26T09:13:01.461272+0000 mgr.smithi136.ofnrfx (mgr.14188) 12916 : cluster [DBG] pgmap v12125: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:02.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:01 smithi145 bash[13673]: audit 2022-04-26T09:13:01.691016+0000 mon.smithi136 (mon.0) 7758 : audit [DBG] from='client.? 172.21.15.136:0/2669672572' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:03 smithi136 bash[11745]: audit 2022-04-26T09:13:03.459857+0000 mon.smithi136 (mon.0) 7759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:13:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:03 smithi136 bash[11745]: audit 2022-04-26T09:13:03.464208+0000 mon.smithi136 (mon.0) 7760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:13:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:03 smithi145 bash[13673]: audit 2022-04-26T09:13:03.459857+0000 mon.smithi136 (mon.0) 7759 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:13:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:03 smithi145 bash[13673]: audit 2022-04-26T09:13:03.464208+0000 mon.smithi136 (mon.0) 7760 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:13:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:04 smithi136 bash[11745]: cluster 2022-04-26T09:13:03.461836+0000 mgr.smithi136.ofnrfx (mgr.14188) 12917 : cluster [DBG] pgmap v12126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:04 smithi145 bash[13673]: cluster 2022-04-26T09:13:03.461836+0000 mgr.smithi136.ofnrfx (mgr.14188) 12917 : cluster [DBG] pgmap v12126: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:06.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:06.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:06.711 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:06.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:06 smithi136 bash[11745]: cluster 2022-04-26T09:13:05.462445+0000 mgr.smithi136.ofnrfx (mgr.14188) 12918 : cluster [DBG] pgmap v12127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:06 smithi145 bash[13673]: cluster 2022-04-26T09:13:05.462445+0000 mgr.smithi136.ofnrfx (mgr.14188) 12918 : cluster [DBG] pgmap v12127: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:07.041 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:07.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:07 smithi136 bash[11745]: audit 2022-04-26T09:13:07.019402+0000 mon.smithi136 (mon.0) 7761 : audit [DBG] from='client.? 172.21.15.136:0/1388436155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:07 smithi145 bash[13673]: audit 2022-04-26T09:13:07.019402+0000 mon.smithi136 (mon.0) 7761 : audit [DBG] from='client.? 172.21.15.136:0/1388436155' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:08.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:08 smithi136 bash[11745]: cluster 2022-04-26T09:13:07.463171+0000 mgr.smithi136.ofnrfx (mgr.14188) 12919 : cluster [DBG] pgmap v12128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:08.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:08 smithi145 bash[13673]: cluster 2022-04-26T09:13:07.463171+0000 mgr.smithi136.ofnrfx (mgr.14188) 12919 : cluster [DBG] pgmap v12128: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:10.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:10 smithi136 bash[11745]: cluster 2022-04-26T09:13:09.463890+0000 mgr.smithi136.ofnrfx (mgr.14188) 12920 : cluster [DBG] pgmap v12129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:10 smithi145 bash[13673]: cluster 2022-04-26T09:13:09.463890+0000 mgr.smithi136.ofnrfx (mgr.14188) 12920 : cluster [DBG] pgmap v12129: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:12.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:12.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:12.044 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:12.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:11 smithi136 bash[11745]: cluster 2022-04-26T09:13:11.464520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12921 : cluster [DBG] pgmap v12130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:12.378 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:12.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:11 smithi145 bash[13673]: cluster 2022-04-26T09:13:11.464520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12921 : cluster [DBG] pgmap v12130: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:13.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:12 smithi136 bash[11745]: audit 2022-04-26T09:13:12.356223+0000 mon.smithi136 (mon.0) 7762 : audit [DBG] from='client.? 172.21.15.136:0/3264167625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:13.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:12 smithi145 bash[13673]: audit 2022-04-26T09:13:12.356223+0000 mon.smithi136 (mon.0) 7762 : audit [DBG] from='client.? 172.21.15.136:0/3264167625' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:14.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:13 smithi136 bash[11745]: cluster 2022-04-26T09:13:13.465231+0000 mgr.smithi136.ofnrfx (mgr.14188) 12922 : cluster [DBG] pgmap v12131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:14.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:13 smithi145 bash[13673]: cluster 2022-04-26T09:13:13.465231+0000 mgr.smithi136.ofnrfx (mgr.14188) 12922 : cluster [DBG] pgmap v12131: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:16.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:16 smithi136 bash[11745]: cluster 2022-04-26T09:13:15.465838+0000 mgr.smithi136.ofnrfx (mgr.14188) 12923 : cluster [DBG] pgmap v12132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:16.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:16 smithi145 bash[13673]: cluster 2022-04-26T09:13:15.465838+0000 mgr.smithi136.ofnrfx (mgr.14188) 12923 : cluster [DBG] pgmap v12132: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:17.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:17.380 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:17.381 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:17.701 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:18.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:18 smithi136 bash[11745]: cluster 2022-04-26T09:13:17.466414+0000 mgr.smithi136.ofnrfx (mgr.14188) 12924 : cluster [DBG] pgmap v12133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:18.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:18 smithi136 bash[11745]: audit 2022-04-26T09:13:17.685886+0000 mon.smithi136 (mon.0) 7763 : audit [DBG] from='client.? 172.21.15.136:0/1720152798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:18.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:18 smithi145 bash[13673]: cluster 2022-04-26T09:13:17.466414+0000 mgr.smithi136.ofnrfx (mgr.14188) 12924 : cluster [DBG] pgmap v12133: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:18.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:18 smithi145 bash[13673]: audit 2022-04-26T09:13:17.685886+0000 mon.smithi136 (mon.0) 7763 : audit [DBG] from='client.? 172.21.15.136:0/1720152798' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:20.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:20 smithi136 bash[11745]: cluster 2022-04-26T09:13:19.466995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12925 : cluster [DBG] pgmap v12134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:20.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:20 smithi145 bash[13673]: cluster 2022-04-26T09:13:19.466995+0000 mgr.smithi136.ofnrfx (mgr.14188) 12925 : cluster [DBG] pgmap v12134: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:21 smithi136 bash[11745]: cluster 2022-04-26T09:13:21.467632+0000 mgr.smithi136.ofnrfx (mgr.14188) 12926 : cluster [DBG] pgmap v12135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:21 smithi145 bash[13673]: cluster 2022-04-26T09:13:21.467632+0000 mgr.smithi136.ofnrfx (mgr.14188) 12926 : cluster [DBG] pgmap v12135: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:22.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:22.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:22.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:23.030 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:23 smithi145 bash[13673]: audit 2022-04-26T09:13:23.014671+0000 mon.smithi136 (mon.0) 7764 : audit [DBG] from='client.? 172.21.15.136:0/374490875' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:23.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:23 smithi136 bash[11745]: audit 2022-04-26T09:13:23.014671+0000 mon.smithi136 (mon.0) 7764 : audit [DBG] from='client.? 172.21.15.136:0/374490875' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:24.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:24 smithi145 bash[13673]: cluster 2022-04-26T09:13:23.468205+0000 mgr.smithi136.ofnrfx (mgr.14188) 12927 : cluster [DBG] pgmap v12136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:24.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:24 smithi136 bash[11745]: cluster 2022-04-26T09:13:23.468205+0000 mgr.smithi136.ofnrfx (mgr.14188) 12927 : cluster [DBG] pgmap v12136: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:26.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:26 smithi136 bash[11745]: cluster 2022-04-26T09:13:25.468795+0000 mgr.smithi136.ofnrfx (mgr.14188) 12928 : cluster [DBG] pgmap v12137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:26.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:26 smithi145 bash[13673]: cluster 2022-04-26T09:13:25.468795+0000 mgr.smithi136.ofnrfx (mgr.14188) 12928 : cluster [DBG] pgmap v12137: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:28.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:28.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:28.034 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:28.365 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:28.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:28 smithi136 bash[11745]: cluster 2022-04-26T09:13:27.469464+0000 mgr.smithi136.ofnrfx (mgr.14188) 12929 : cluster [DBG] pgmap v12138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:28.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:28 smithi136 bash[11745]: audit 2022-04-26T09:13:28.346891+0000 mon.smithi136 (mon.0) 7765 : audit [DBG] from='client.? 172.21.15.136:0/1038993671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:28.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:28 smithi145 bash[13673]: cluster 2022-04-26T09:13:27.469464+0000 mgr.smithi136.ofnrfx (mgr.14188) 12929 : cluster [DBG] pgmap v12138: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:28.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:28 smithi145 bash[13673]: audit 2022-04-26T09:13:28.346891+0000 mon.smithi136 (mon.0) 7765 : audit [DBG] from='client.? 172.21.15.136:0/1038993671' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:30.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:30 smithi136 bash[11745]: cluster 2022-04-26T09:13:29.470178+0000 mgr.smithi136.ofnrfx (mgr.14188) 12930 : cluster [DBG] pgmap v12139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:30.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:30 smithi145 bash[13673]: cluster 2022-04-26T09:13:29.470178+0000 mgr.smithi136.ofnrfx (mgr.14188) 12930 : cluster [DBG] pgmap v12139: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:32.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:31 smithi136 bash[11745]: cluster 2022-04-26T09:13:31.470823+0000 mgr.smithi136.ofnrfx (mgr.14188) 12931 : cluster [DBG] pgmap v12140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:32.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:31 smithi145 bash[13673]: cluster 2022-04-26T09:13:31.470823+0000 mgr.smithi136.ofnrfx (mgr.14188) 12931 : cluster [DBG] pgmap v12140: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:33.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:33.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:33.368 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:33.691 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:34.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:34 smithi136 bash[11745]: cluster 2022-04-26T09:13:33.471406+0000 mgr.smithi136.ofnrfx (mgr.14188) 12932 : cluster [DBG] pgmap v12141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:34.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:34 smithi136 bash[11745]: audit 2022-04-26T09:13:33.675863+0000 mon.smithi136 (mon.0) 7766 : audit [DBG] from='client.? 172.21.15.136:0/137269566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:34 smithi145 bash[13673]: cluster 2022-04-26T09:13:33.471406+0000 mgr.smithi136.ofnrfx (mgr.14188) 12932 : cluster [DBG] pgmap v12141: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:34.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:34 smithi145 bash[13673]: audit 2022-04-26T09:13:33.675863+0000 mon.smithi136 (mon.0) 7766 : audit [DBG] from='client.? 172.21.15.136:0/137269566' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:36.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:36 smithi136 bash[11745]: cluster 2022-04-26T09:13:35.472073+0000 mgr.smithi136.ofnrfx (mgr.14188) 12933 : cluster [DBG] pgmap v12142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:36.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:36 smithi145 bash[13673]: cluster 2022-04-26T09:13:35.472073+0000 mgr.smithi136.ofnrfx (mgr.14188) 12933 : cluster [DBG] pgmap v12142: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:38.694 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:38.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:38.705 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:38.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:38 smithi136 bash[11745]: cluster 2022-04-26T09:13:37.472832+0000 mgr.smithi136.ofnrfx (mgr.14188) 12934 : cluster [DBG] pgmap v12143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:38.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:38 smithi145 bash[13673]: cluster 2022-04-26T09:13:37.472832+0000 mgr.smithi136.ofnrfx (mgr.14188) 12934 : cluster [DBG] pgmap v12143: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:39.019 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:39.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:39 smithi136 bash[11745]: audit 2022-04-26T09:13:39.003425+0000 mon.smithi136 (mon.0) 7767 : audit [DBG] from='client.? 172.21.15.136:0/3598726256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:39.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:39 smithi145 bash[13673]: audit 2022-04-26T09:13:39.003425+0000 mon.smithi136 (mon.0) 7767 : audit [DBG] from='client.? 172.21.15.136:0/3598726256' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:40.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:40 smithi136 bash[11745]: cluster 2022-04-26T09:13:39.473471+0000 mgr.smithi136.ofnrfx (mgr.14188) 12935 : cluster [DBG] pgmap v12144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:40.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:40 smithi145 bash[13673]: cluster 2022-04-26T09:13:39.473471+0000 mgr.smithi136.ofnrfx (mgr.14188) 12935 : cluster [DBG] pgmap v12144: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:42.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:41 smithi136 bash[11745]: cluster 2022-04-26T09:13:41.474088+0000 mgr.smithi136.ofnrfx (mgr.14188) 12936 : cluster [DBG] pgmap v12145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:42.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:41 smithi145 bash[13673]: cluster 2022-04-26T09:13:41.474088+0000 mgr.smithi136.ofnrfx (mgr.14188) 12936 : cluster [DBG] pgmap v12145: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:44.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:44.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:44.023 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:44.354 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:44.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:44 smithi136 bash[11745]: cluster 2022-04-26T09:13:43.474706+0000 mgr.smithi136.ofnrfx (mgr.14188) 12937 : cluster [DBG] pgmap v12146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:44.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:44 smithi136 bash[11745]: audit 2022-04-26T09:13:44.338589+0000 mon.smithi136 (mon.0) 7768 : audit [DBG] from='client.? 172.21.15.136:0/3854370761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:44 smithi145 bash[13673]: cluster 2022-04-26T09:13:43.474706+0000 mgr.smithi136.ofnrfx (mgr.14188) 12937 : cluster [DBG] pgmap v12146: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:44.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:44 smithi145 bash[13673]: audit 2022-04-26T09:13:44.338589+0000 mon.smithi136 (mon.0) 7768 : audit [DBG] from='client.? 172.21.15.136:0/3854370761' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:46.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:46 smithi136 bash[11745]: cluster 2022-04-26T09:13:45.475316+0000 mgr.smithi136.ofnrfx (mgr.14188) 12938 : cluster [DBG] pgmap v12147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:46.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:46 smithi145 bash[13673]: cluster 2022-04-26T09:13:45.475316+0000 mgr.smithi136.ofnrfx (mgr.14188) 12938 : cluster [DBG] pgmap v12147: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:48.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:48 smithi136 bash[11745]: cluster 2022-04-26T09:13:47.475951+0000 mgr.smithi136.ofnrfx (mgr.14188) 12939 : cluster [DBG] pgmap v12148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:48.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:48 smithi145 bash[13673]: cluster 2022-04-26T09:13:47.475951+0000 mgr.smithi136.ofnrfx (mgr.14188) 12939 : cluster [DBG] pgmap v12148: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:49.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:49.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:49.358 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:49.685 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:50.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:50 smithi136 bash[11745]: cluster 2022-04-26T09:13:49.476668+0000 mgr.smithi136.ofnrfx (mgr.14188) 12940 : cluster [DBG] pgmap v12149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:50.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:50 smithi136 bash[11745]: audit 2022-04-26T09:13:49.670024+0000 mon.smithi136 (mon.0) 7769 : audit [DBG] from='client.? 172.21.15.136:0/4233447473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:50 smithi145 bash[13673]: cluster 2022-04-26T09:13:49.476668+0000 mgr.smithi136.ofnrfx (mgr.14188) 12940 : cluster [DBG] pgmap v12149: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:50.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:50 smithi145 bash[13673]: audit 2022-04-26T09:13:49.670024+0000 mon.smithi136 (mon.0) 7769 : audit [DBG] from='client.? 172.21.15.136:0/4233447473' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:52.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:51 smithi136 bash[11745]: cluster 2022-04-26T09:13:51.477330+0000 mgr.smithi136.ofnrfx (mgr.14188) 12941 : cluster [DBG] pgmap v12150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:52.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:51 smithi145 bash[13673]: cluster 2022-04-26T09:13:51.477330+0000 mgr.smithi136.ofnrfx (mgr.14188) 12941 : cluster [DBG] pgmap v12150: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:54.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:13:54.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:13:54.689 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:13:54.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:54 smithi136 bash[11745]: cluster 2022-04-26T09:13:53.477968+0000 mgr.smithi136.ofnrfx (mgr.14188) 12942 : cluster [DBG] pgmap v12151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:54.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:54 smithi145 bash[13673]: cluster 2022-04-26T09:13:53.477968+0000 mgr.smithi136.ofnrfx (mgr.14188) 12942 : cluster [DBG] pgmap v12151: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:55.014 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:13:55.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:55 smithi136 bash[11745]: audit 2022-04-26T09:13:54.999571+0000 mon.smithi136 (mon.0) 7770 : audit [DBG] from='client.? 172.21.15.136:0/1969985736' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:55.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:55 smithi145 bash[13673]: audit 2022-04-26T09:13:54.999571+0000 mon.smithi136 (mon.0) 7770 : audit [DBG] from='client.? 172.21.15.136:0/1969985736' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:13:56.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:56 smithi136 bash[11745]: cluster 2022-04-26T09:13:55.478582+0000 mgr.smithi136.ofnrfx (mgr.14188) 12943 : cluster [DBG] pgmap v12152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:56.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:56 smithi145 bash[13673]: cluster 2022-04-26T09:13:55.478582+0000 mgr.smithi136.ofnrfx (mgr.14188) 12943 : cluster [DBG] pgmap v12152: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:58.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:58 smithi136 bash[11745]: cluster 2022-04-26T09:13:57.479185+0000 mgr.smithi136.ofnrfx (mgr.14188) 12944 : cluster [DBG] pgmap v12153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:58.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:58 smithi145 bash[13673]: cluster 2022-04-26T09:13:57.479185+0000 mgr.smithi136.ofnrfx (mgr.14188) 12944 : cluster [DBG] pgmap v12153: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:13:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:59 smithi145 bash[13673]: audit 2022-04-26T09:13:59.483543+0000 mon.smithi136 (mon.0) 7771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:13:59.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:59 smithi145 bash[13673]: audit 2022-04-26T09:13:59.486325+0000 mon.smithi136 (mon.0) 7772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:13:59.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:13:59 smithi145 bash[13673]: audit 2022-04-26T09:13:59.488112+0000 mon.smithi136 (mon.0) 7773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:14:00.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:00.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:00.018 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:00.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:59 smithi136 bash[11745]: audit 2022-04-26T09:13:59.483543+0000 mon.smithi136 (mon.0) 7771 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:14:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:59 smithi136 bash[11745]: audit 2022-04-26T09:13:59.486325+0000 mon.smithi136 (mon.0) 7772 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:14:00.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:13:59 smithi136 bash[11745]: audit 2022-04-26T09:13:59.488112+0000 mon.smithi136 (mon.0) 7773 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:14:00.344 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:00.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:00 smithi145 bash[13673]: cluster 2022-04-26T09:13:59.479946+0000 mgr.smithi136.ofnrfx (mgr.14188) 12945 : cluster [DBG] pgmap v12154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:00 smithi145 bash[13673]: audit 2022-04-26T09:13:59.820404+0000 mon.smithi136 (mon.0) 7774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:14:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:00 smithi145 bash[13673]: audit 2022-04-26T09:13:59.826746+0000 mon.smithi136 (mon.0) 7775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:14:00.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:00 smithi145 bash[13673]: audit 2022-04-26T09:14:00.322388+0000 mon.smithi136 (mon.0) 7776 : audit [DBG] from='client.? 172.21.15.136:0/1509635709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:01.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:00 smithi136 bash[11745]: cluster 2022-04-26T09:13:59.479946+0000 mgr.smithi136.ofnrfx (mgr.14188) 12945 : cluster [DBG] pgmap v12154: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:00 smithi136 bash[11745]: audit 2022-04-26T09:13:59.820404+0000 mon.smithi136 (mon.0) 7774 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:14:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:00 smithi136 bash[11745]: audit 2022-04-26T09:13:59.826746+0000 mon.smithi136 (mon.0) 7775 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:14:01.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:00 smithi136 bash[11745]: audit 2022-04-26T09:14:00.322388+0000 mon.smithi136 (mon.0) 7776 : audit [DBG] from='client.? 172.21.15.136:0/1509635709' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:01 smithi145 bash[13673]: cluster 2022-04-26T09:13:59.812700+0000 mgr.smithi136.ofnrfx (mgr.14188) 12946 : cluster [DBG] pgmap v12155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:01 smithi145 bash[13673]: cluster 2022-04-26T09:13:59.813130+0000 mgr.smithi136.ofnrfx (mgr.14188) 12947 : cluster [DBG] pgmap v12156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:01.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:01 smithi145 bash[13673]: cephadm 2022-04-26T09:13:59.828060+0000 mgr.smithi136.ofnrfx (mgr.14188) 12948 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:14:01.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:01 smithi145 bash[13673]: cephadm 2022-04-26T09:13:59.828224+0000 mgr.smithi136.ofnrfx (mgr.14188) 12949 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:14:02.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:01 smithi136 bash[11745]: cluster 2022-04-26T09:13:59.812700+0000 mgr.smithi136.ofnrfx (mgr.14188) 12946 : cluster [DBG] pgmap v12155: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:01 smithi136 bash[11745]: cluster 2022-04-26T09:13:59.813130+0000 mgr.smithi136.ofnrfx (mgr.14188) 12947 : cluster [DBG] pgmap v12156: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:01 smithi136 bash[11745]: cephadm 2022-04-26T09:13:59.828060+0000 mgr.smithi136.ofnrfx (mgr.14188) 12948 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:14:02.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:01 smithi136 bash[11745]: cephadm 2022-04-26T09:13:59.828224+0000 mgr.smithi136.ofnrfx (mgr.14188) 12949 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:14:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:03 smithi145 bash[13673]: cluster 2022-04-26T09:14:01.813823+0000 mgr.smithi136.ofnrfx (mgr.14188) 12950 : cluster [DBG] pgmap v12157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:03 smithi145 bash[13673]: audit 2022-04-26T09:14:03.464180+0000 mon.smithi136 (mon.0) 7777 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:14:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:03 smithi145 bash[13673]: audit 2022-04-26T09:14:03.468080+0000 mon.smithi136 (mon.0) 7778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:14:04.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:03 smithi136 bash[11745]: cluster 2022-04-26T09:14:01.813823+0000 mgr.smithi136.ofnrfx (mgr.14188) 12950 : cluster [DBG] pgmap v12157: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:03 smithi136 bash[11745]: audit 2022-04-26T09:14:03.464180+0000 mon.smithi136 (mon.0) 7777 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:14:04.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:03 smithi136 bash[11745]: audit 2022-04-26T09:14:03.468080+0000 mon.smithi136 (mon.0) 7778 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:14:05.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:05.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:05.347 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:05.675 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:05 smithi145 bash[13673]: cluster 2022-04-26T09:14:03.814474+0000 mgr.smithi136.ofnrfx (mgr.14188) 12951 : cluster [DBG] pgmap v12158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:06.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:05 smithi136 bash[11745]: cluster 2022-04-26T09:14:03.814474+0000 mgr.smithi136.ofnrfx (mgr.14188) 12951 : cluster [DBG] pgmap v12158: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:06.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:06 smithi145 bash[13673]: audit 2022-04-26T09:14:05.659871+0000 mon.smithi136 (mon.0) 7779 : audit [DBG] from='client.? 172.21.15.136:0/1041036985' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:07.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:06 smithi136 bash[11745]: audit 2022-04-26T09:14:05.659871+0000 mon.smithi136 (mon.0) 7779 : audit [DBG] from='client.? 172.21.15.136:0/1041036985' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:07.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:07 smithi145 bash[13673]: cluster 2022-04-26T09:14:05.815087+0000 mgr.smithi136.ofnrfx (mgr.14188) 12952 : cluster [DBG] pgmap v12159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:08.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:07 smithi136 bash[11745]: cluster 2022-04-26T09:14:05.815087+0000 mgr.smithi136.ofnrfx (mgr.14188) 12952 : cluster [DBG] pgmap v12159: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:09 smithi145 bash[13673]: cluster 2022-04-26T09:14:07.815755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12953 : cluster [DBG] pgmap v12160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:10.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:09 smithi136 bash[11745]: cluster 2022-04-26T09:14:07.815755+0000 mgr.smithi136.ofnrfx (mgr.14188) 12953 : cluster [DBG] pgmap v12160: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:10.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:10.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:10.679 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:11.007 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:11 smithi145 bash[13673]: cluster 2022-04-26T09:14:09.816352+0000 mgr.smithi136.ofnrfx (mgr.14188) 12954 : cluster [DBG] pgmap v12161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:11.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:11 smithi145 bash[13673]: audit 2022-04-26T09:14:10.990439+0000 mon.smithi136 (mon.0) 7780 : audit [DBG] from='client.? 172.21.15.136:0/1220621979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:11 smithi136 bash[11745]: cluster 2022-04-26T09:14:09.816352+0000 mgr.smithi136.ofnrfx (mgr.14188) 12954 : cluster [DBG] pgmap v12161: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:12.061 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:11 smithi136 bash[11745]: audit 2022-04-26T09:14:10.990439+0000 mon.smithi136 (mon.0) 7780 : audit [DBG] from='client.? 172.21.15.136:0/1220621979' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:13.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:13 smithi145 bash[13673]: cluster 2022-04-26T09:14:11.817096+0000 mgr.smithi136.ofnrfx (mgr.14188) 12955 : cluster [DBG] pgmap v12162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:14.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:13 smithi136 bash[11745]: cluster 2022-04-26T09:14:11.817096+0000 mgr.smithi136.ofnrfx (mgr.14188) 12955 : cluster [DBG] pgmap v12162: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:15.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:15 smithi145 bash[13673]: cluster 2022-04-26T09:14:13.817801+0000 mgr.smithi136.ofnrfx (mgr.14188) 12956 : cluster [DBG] pgmap v12163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:16.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:16.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:16.010 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:16.060 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:15 smithi136 bash[11745]: cluster 2022-04-26T09:14:13.817801+0000 mgr.smithi136.ofnrfx (mgr.14188) 12956 : cluster [DBG] pgmap v12163: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:16.330 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:17.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:16 smithi136 bash[11745]: cluster 2022-04-26T09:14:15.818543+0000 mgr.smithi136.ofnrfx (mgr.14188) 12957 : cluster [DBG] pgmap v12164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:17.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:16 smithi136 bash[11745]: audit 2022-04-26T09:14:16.314150+0000 mon.smithi136 (mon.0) 7781 : audit [DBG] from='client.? 172.21.15.136:0/3253701973' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:16 smithi145 bash[13673]: cluster 2022-04-26T09:14:15.818543+0000 mgr.smithi136.ofnrfx (mgr.14188) 12957 : cluster [DBG] pgmap v12164: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:16 smithi145 bash[13673]: audit 2022-04-26T09:14:16.314150+0000 mon.smithi136 (mon.0) 7781 : audit [DBG] from='client.? 172.21.15.136:0/3253701973' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:19.267 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:18 smithi136 bash[11745]: cluster 2022-04-26T09:14:17.819209+0000 mgr.smithi136.ofnrfx (mgr.14188) 12958 : cluster [DBG] pgmap v12165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:18 smithi145 bash[13673]: cluster 2022-04-26T09:14:17.819209+0000 mgr.smithi136.ofnrfx (mgr.14188) 12958 : cluster [DBG] pgmap v12165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:21.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:20 smithi136 bash[11745]: cluster 2022-04-26T09:14:19.819909+0000 mgr.smithi136.ofnrfx (mgr.14188) 12959 : cluster [DBG] pgmap v12166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:21.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:21.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:21.334 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:21.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:20 smithi145 bash[13673]: cluster 2022-04-26T09:14:19.819909+0000 mgr.smithi136.ofnrfx (mgr.14188) 12959 : cluster [DBG] pgmap v12166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:21.658 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:22.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:21 smithi136 bash[11745]: audit 2022-04-26T09:14:21.641866+0000 mon.smithi136 (mon.0) 7782 : audit [DBG] from='client.? 172.21.15.136:0/3857419823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:22.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:21 smithi145 bash[13673]: audit 2022-04-26T09:14:21.641866+0000 mon.smithi136 (mon.0) 7782 : audit [DBG] from='client.? 172.21.15.136:0/3857419823' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:23.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:22 smithi136 bash[11745]: cluster 2022-04-26T09:14:21.820612+0000 mgr.smithi136.ofnrfx (mgr.14188) 12960 : cluster [DBG] pgmap v12167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:23.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:23 smithi145 bash[13673]: cluster 2022-04-26T09:14:21.820612+0000 mgr.smithi136.ofnrfx (mgr.14188) 12960 : cluster [DBG] pgmap v12167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:25.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:25 smithi136 bash[11745]: cluster 2022-04-26T09:14:23.821356+0000 mgr.smithi136.ofnrfx (mgr.14188) 12961 : cluster [DBG] pgmap v12168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:25.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:25 smithi145 bash[13673]: cluster 2022-04-26T09:14:23.821356+0000 mgr.smithi136.ofnrfx (mgr.14188) 12961 : cluster [DBG] pgmap v12168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:26.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:26.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:26.661 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:26.993 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:27 smithi136 bash[11745]: cluster 2022-04-26T09:14:25.822065+0000 mgr.smithi136.ofnrfx (mgr.14188) 12962 : cluster [DBG] pgmap v12169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:27.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:27 smithi136 bash[11745]: audit 2022-04-26T09:14:26.973386+0000 mon.smithi136 (mon.0) 7783 : audit [DBG] from='client.? 172.21.15.136:0/2324979992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:27 smithi145 bash[13673]: cluster 2022-04-26T09:14:25.822065+0000 mgr.smithi136.ofnrfx (mgr.14188) 12962 : cluster [DBG] pgmap v12169: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:27.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:27 smithi145 bash[13673]: audit 2022-04-26T09:14:26.973386+0000 mon.smithi136 (mon.0) 7783 : audit [DBG] from='client.? 172.21.15.136:0/2324979992' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:29.268 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:29 smithi136 bash[11745]: cluster 2022-04-26T09:14:27.822734+0000 mgr.smithi136.ofnrfx (mgr.14188) 12963 : cluster [DBG] pgmap v12170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:29.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:29 smithi145 bash[13673]: cluster 2022-04-26T09:14:27.822734+0000 mgr.smithi136.ofnrfx (mgr.14188) 12963 : cluster [DBG] pgmap v12170: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:31.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:31 smithi136 bash[11745]: cluster 2022-04-26T09:14:29.823339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12964 : cluster [DBG] pgmap v12171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:31.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:31 smithi145 bash[13673]: cluster 2022-04-26T09:14:29.823339+0000 mgr.smithi136.ofnrfx (mgr.14188) 12964 : cluster [DBG] pgmap v12171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:31.995 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:31.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:31.996 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:32.322 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:33.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:33 smithi136 bash[11745]: cluster 2022-04-26T09:14:31.823974+0000 mgr.smithi136.ofnrfx (mgr.14188) 12965 : cluster [DBG] pgmap v12172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:33.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:33 smithi136 bash[11745]: audit 2022-04-26T09:14:32.305505+0000 mon.smithi136 (mon.0) 7784 : audit [DBG] from='client.? 172.21.15.136:0/2085187218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:33.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:33 smithi145 bash[13673]: cluster 2022-04-26T09:14:31.823974+0000 mgr.smithi136.ofnrfx (mgr.14188) 12965 : cluster [DBG] pgmap v12172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:33.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:33 smithi145 bash[13673]: audit 2022-04-26T09:14:32.305505+0000 mon.smithi136 (mon.0) 7784 : audit [DBG] from='client.? 172.21.15.136:0/2085187218' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:35.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:35 smithi136 bash[11745]: cluster 2022-04-26T09:14:33.824590+0000 mgr.smithi136.ofnrfx (mgr.14188) 12966 : cluster [DBG] pgmap v12173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:35.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:35 smithi145 bash[13673]: cluster 2022-04-26T09:14:33.824590+0000 mgr.smithi136.ofnrfx (mgr.14188) 12966 : cluster [DBG] pgmap v12173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:37.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:37 smithi136 bash[11745]: cluster 2022-04-26T09:14:35.825231+0000 mgr.smithi136.ofnrfx (mgr.14188) 12967 : cluster [DBG] pgmap v12174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:37.324 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:37.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:37.326 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:37.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:37 smithi145 bash[13673]: cluster 2022-04-26T09:14:35.825231+0000 mgr.smithi136.ofnrfx (mgr.14188) 12967 : cluster [DBG] pgmap v12174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:37.649 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:38.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:38 smithi136 bash[11745]: audit 2022-04-26T09:14:37.633226+0000 mon.smithi136 (mon.0) 7785 : audit [DBG] from='client.? 172.21.15.136:0/1786770471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:38.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:38 smithi145 bash[13673]: audit 2022-04-26T09:14:37.633226+0000 mon.smithi136 (mon.0) 7785 : audit [DBG] from='client.? 172.21.15.136:0/1786770471' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:39.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:39 smithi136 bash[11745]: cluster 2022-04-26T09:14:37.825960+0000 mgr.smithi136.ofnrfx (mgr.14188) 12968 : cluster [DBG] pgmap v12175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:39.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:39 smithi145 bash[13673]: cluster 2022-04-26T09:14:37.825960+0000 mgr.smithi136.ofnrfx (mgr.14188) 12968 : cluster [DBG] pgmap v12175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:41.310 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:41 smithi136 bash[11745]: cluster 2022-04-26T09:14:39.826631+0000 mgr.smithi136.ofnrfx (mgr.14188) 12969 : cluster [DBG] pgmap v12176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:41.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:41 smithi145 bash[13673]: cluster 2022-04-26T09:14:39.826631+0000 mgr.smithi136.ofnrfx (mgr.14188) 12969 : cluster [DBG] pgmap v12176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:42.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:42.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:42.653 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:42.977 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:43 smithi136 bash[11745]: cluster 2022-04-26T09:14:41.827271+0000 mgr.smithi136.ofnrfx (mgr.14188) 12970 : cluster [DBG] pgmap v12177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:43.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:43 smithi136 bash[11745]: audit 2022-04-26T09:14:42.961193+0000 mon.smithi136 (mon.0) 7786 : audit [DBG] from='client.? 172.21.15.136:0/1697615433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:43.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:43 smithi145 bash[13673]: cluster 2022-04-26T09:14:41.827271+0000 mgr.smithi136.ofnrfx (mgr.14188) 12970 : cluster [DBG] pgmap v12177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:43.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:43 smithi145 bash[13673]: audit 2022-04-26T09:14:42.961193+0000 mon.smithi136 (mon.0) 7786 : audit [DBG] from='client.? 172.21.15.136:0/1697615433' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:45.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:45 smithi145 bash[13673]: cluster 2022-04-26T09:14:43.827907+0000 mgr.smithi136.ofnrfx (mgr.14188) 12971 : cluster [DBG] pgmap v12178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:45.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:45 smithi136 bash[11745]: cluster 2022-04-26T09:14:43.827907+0000 mgr.smithi136.ofnrfx (mgr.14188) 12971 : cluster [DBG] pgmap v12178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:47.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:47 smithi145 bash[13673]: cluster 2022-04-26T09:14:45.828520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12972 : cluster [DBG] pgmap v12179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:47.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:47 smithi136 bash[11745]: cluster 2022-04-26T09:14:45.828520+0000 mgr.smithi136.ofnrfx (mgr.14188) 12972 : cluster [DBG] pgmap v12179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:47.980 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:47.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:47.981 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:48.300 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:49.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:49 smithi145 bash[13673]: cluster 2022-04-26T09:14:47.829176+0000 mgr.smithi136.ofnrfx (mgr.14188) 12973 : cluster [DBG] pgmap v12180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:49.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:49 smithi145 bash[13673]: audit 2022-04-26T09:14:48.284408+0000 mon.smithi136 (mon.0) 7787 : audit [DBG] from='client.? 172.21.15.136:0/762200599' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:49 smithi136 bash[11745]: cluster 2022-04-26T09:14:47.829176+0000 mgr.smithi136.ofnrfx (mgr.14188) 12973 : cluster [DBG] pgmap v12180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:49.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:49 smithi136 bash[11745]: audit 2022-04-26T09:14:48.284408+0000 mon.smithi136 (mon.0) 7787 : audit [DBG] from='client.? 172.21.15.136:0/762200599' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:51.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:51 smithi145 bash[13673]: cluster 2022-04-26T09:14:49.829812+0000 mgr.smithi136.ofnrfx (mgr.14188) 12974 : cluster [DBG] pgmap v12181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:51.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:51 smithi136 bash[11745]: cluster 2022-04-26T09:14:49.829812+0000 mgr.smithi136.ofnrfx (mgr.14188) 12974 : cluster [DBG] pgmap v12181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:53.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:53.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:53.304 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:53.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:53 smithi145 bash[13673]: cluster 2022-04-26T09:14:51.830452+0000 mgr.smithi136.ofnrfx (mgr.14188) 12975 : cluster [DBG] pgmap v12182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:53.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:53 smithi136 bash[11745]: cluster 2022-04-26T09:14:51.830452+0000 mgr.smithi136.ofnrfx (mgr.14188) 12975 : cluster [DBG] pgmap v12182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:53.628 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:54.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:54 smithi145 bash[13673]: audit 2022-04-26T09:14:53.612559+0000 mon.smithi136 (mon.0) 7788 : audit [DBG] from='client.? 172.21.15.136:0/2227564833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:54.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:54 smithi136 bash[11745]: audit 2022-04-26T09:14:53.612559+0000 mon.smithi136 (mon.0) 7788 : audit [DBG] from='client.? 172.21.15.136:0/2227564833' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:55.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:55 smithi145 bash[13673]: cluster 2022-04-26T09:14:53.831102+0000 mgr.smithi136.ofnrfx (mgr.14188) 12976 : cluster [DBG] pgmap v12183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:55.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:55 smithi136 bash[11745]: cluster 2022-04-26T09:14:53.831102+0000 mgr.smithi136.ofnrfx (mgr.14188) 12976 : cluster [DBG] pgmap v12183: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:57.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:57 smithi145 bash[13673]: cluster 2022-04-26T09:14:55.831770+0000 mgr.smithi136.ofnrfx (mgr.14188) 12977 : cluster [DBG] pgmap v12184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:57.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:57 smithi136 bash[11745]: cluster 2022-04-26T09:14:55.831770+0000 mgr.smithi136.ofnrfx (mgr.14188) 12977 : cluster [DBG] pgmap v12184: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:58.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:14:58.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:14:58.632 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:14:58.959 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:14:59.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:59 smithi145 bash[13673]: cluster 2022-04-26T09:14:57.832498+0000 mgr.smithi136.ofnrfx (mgr.14188) 12978 : cluster [DBG] pgmap v12185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:59.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:14:59 smithi145 bash[13673]: audit 2022-04-26T09:14:58.943606+0000 mon.smithi136 (mon.0) 7789 : audit [DBG] from='client.? 172.21.15.136:0/4025968484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:14:59.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:59 smithi136 bash[11745]: cluster 2022-04-26T09:14:57.832498+0000 mgr.smithi136.ofnrfx (mgr.14188) 12978 : cluster [DBG] pgmap v12185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:14:59.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:14:59 smithi136 bash[11745]: audit 2022-04-26T09:14:58.943606+0000 mon.smithi136 (mon.0) 7789 : audit [DBG] from='client.? 172.21.15.136:0/4025968484' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:15:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:00 smithi145 bash[13673]: audit 2022-04-26T09:14:59.838674+0000 mon.smithi136 (mon.0) 7790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:15:00.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:00 smithi145 bash[13673]: audit 2022-04-26T09:14:59.840778+0000 mon.smithi136 (mon.0) 7791 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:15:00.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:00 smithi145 bash[13673]: audit 2022-04-26T09:14:59.842199+0000 mon.smithi136 (mon.0) 7792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:15:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:00 smithi136 bash[11745]: audit 2022-04-26T09:14:59.838674+0000 mon.smithi136 (mon.0) 7790 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2022-04-26T09:15:00.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:00 smithi136 bash[11745]: audit 2022-04-26T09:14:59.840778+0000 mon.smithi136 (mon.0) 7791 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2022-04-26T09:15:00.562 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:00 smithi136 bash[11745]: audit 2022-04-26T09:14:59.842199+0000 mon.smithi136 (mon.0) 7792 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2022-04-26T09:15:01.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: cluster 2022-04-26T09:14:59.833084+0000 mgr.smithi136.ofnrfx (mgr.14188) 12979 : cluster [DBG] pgmap v12186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: audit 2022-04-26T09:15:00.145105+0000 mon.smithi136 (mon.0) 7793 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:15:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: cluster 2022-04-26T09:15:00.440463+0000 mgr.smithi136.ofnrfx (mgr.14188) 12980 : cluster [DBG] pgmap v12187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: cluster 2022-04-26T09:15:00.440897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12981 : cluster [DBG] pgmap v12188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:01.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: audit 2022-04-26T09:15:00.450305+0000 mon.smithi136 (mon.0) 7794 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:15:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: audit 2022-04-26T09:15:00.462508+0000 mon.smithi136 (mon.0) 7795 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:15:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: cephadm 2022-04-26T09:15:00.463784+0000 mgr.smithi136.ofnrfx (mgr.14188) 12982 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:15:01.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:01 smithi145 bash[13673]: cephadm 2022-04-26T09:15:00.463948+0000 mgr.smithi136.ofnrfx (mgr.14188) 12983 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:15:01.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: cluster 2022-04-26T09:14:59.833084+0000 mgr.smithi136.ofnrfx (mgr.14188) 12979 : cluster [DBG] pgmap v12186: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: audit 2022-04-26T09:15:00.145105+0000 mon.smithi136 (mon.0) 7793 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:15:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: cluster 2022-04-26T09:15:00.440463+0000 mgr.smithi136.ofnrfx (mgr.14188) 12980 : cluster [DBG] pgmap v12187: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: cluster 2022-04-26T09:15:00.440897+0000 mgr.smithi136.ofnrfx (mgr.14188) 12981 : cluster [DBG] pgmap v12188: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: audit 2022-04-26T09:15:00.450305+0000 mon.smithi136 (mon.0) 7794 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' 2022-04-26T09:15:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: audit 2022-04-26T09:15:00.462508+0000 mon.smithi136 (mon.0) 7795 : audit [DBG] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2022-04-26T09:15:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: cephadm 2022-04-26T09:15:00.463784+0000 mgr.smithi136.ofnrfx (mgr.14188) 12982 : cephadm [INF] Found osd claims -> {'smithi136': ['1']} 2022-04-26T09:15:01.561 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:01 smithi136 bash[11745]: cephadm 2022-04-26T09:15:00.463948+0000 mgr.smithi136.ofnrfx (mgr.14188) 12983 : cephadm [INF] Found osd claims for drivegroup all-available-devices -> {'smithi136': ['1']} 2022-04-26T09:15:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:03 smithi136 bash[11745]: cluster 2022-04-26T09:15:02.441573+0000 mgr.smithi136.ofnrfx (mgr.14188) 12984 : cluster [DBG] pgmap v12189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:03 smithi136 bash[11745]: audit 2022-04-26T09:15:03.468245+0000 mon.smithi136 (mon.0) 7796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:15:03.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:03 smithi136 bash[11745]: audit 2022-04-26T09:15:03.472065+0000 mon.smithi136 (mon.0) 7797 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:15:03.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:03 smithi145 bash[13673]: cluster 2022-04-26T09:15:02.441573+0000 mgr.smithi136.ofnrfx (mgr.14188) 12984 : cluster [DBG] pgmap v12189: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:03 smithi145 bash[13673]: audit 2022-04-26T09:15:03.468245+0000 mon.smithi136 (mon.0) 7796 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/trash_purge_schedule"}]: dispatch 2022-04-26T09:15:03.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:03 smithi145 bash[13673]: audit 2022-04-26T09:15:03.472065+0000 mon.smithi136 (mon.0) 7797 : audit [INF] from='mgr.14188 172.21.15.136:0/4176073132' entity='mgr.smithi136.ofnrfx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.ofnrfx/mirror_snapshot_schedule"}]: dispatch 2022-04-26T09:15:03.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:15:03.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:15:03.963 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:15:04.287 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:15:04.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:04 smithi136 bash[11745]: audit 2022-04-26T09:15:04.271375+0000 mon.smithi136 (mon.0) 7798 : audit [DBG] from='client.? 172.21.15.136:0/2144473429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:15:04.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:04 smithi145 bash[13673]: audit 2022-04-26T09:15:04.271375+0000 mon.smithi136 (mon.0) 7798 : audit [DBG] from='client.? 172.21.15.136:0/2144473429' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:15:05.811 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:05 smithi136 bash[11745]: cluster 2022-04-26T09:15:04.442191+0000 mgr.smithi136.ofnrfx (mgr.14188) 12985 : cluster [DBG] pgmap v12190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:05.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:05 smithi145 bash[13673]: cluster 2022-04-26T09:15:04.442191+0000 mgr.smithi136.ofnrfx (mgr.14188) 12985 : cluster [DBG] pgmap v12190: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:07.311 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:07 smithi136 bash[11745]: cluster 2022-04-26T09:15:06.442770+0000 mgr.smithi136.ofnrfx (mgr.14188) 12986 : cluster [DBG] pgmap v12191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:07.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:07 smithi145 bash[13673]: cluster 2022-04-26T09:15:06.442770+0000 mgr.smithi136.ofnrfx (mgr.14188) 12986 : cluster [DBG] pgmap v12191: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:09.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ ceph osd dump 2022-04-26T09:15:09.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep osd.1 2022-04-26T09:15:09.291 INFO:teuthology.orchestra.run.smithi136.stderr:+ grep 'up\s*in' 2022-04-26T09:15:09.623 INFO:teuthology.orchestra.run.smithi136.stderr:+ sleep 5 2022-04-26T09:15:09.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:09 smithi136 bash[11745]: cluster 2022-04-26T09:15:08.443380+0000 mgr.smithi136.ofnrfx (mgr.14188) 12987 : cluster [DBG] pgmap v12192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:09.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:09 smithi145 bash[13673]: cluster 2022-04-26T09:15:08.443380+0000 mgr.smithi136.ofnrfx (mgr.14188) 12987 : cluster [DBG] pgmap v12192: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:10.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:10 smithi136 bash[11745]: audit 2022-04-26T09:15:09.602649+0000 mon.smithi136 (mon.0) 7799 : audit [DBG] from='client.? 172.21.15.136:0/1657191503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:15:10.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:10 smithi145 bash[13673]: audit 2022-04-26T09:15:09.602649+0000 mon.smithi136 (mon.0) 7799 : audit [DBG] from='client.? 172.21.15.136:0/1657191503' entity='client.admin' cmd=[{"prefix": "osd dump"}]: dispatch 2022-04-26T09:15:11.810 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Apr 26 09:15:11 smithi136 bash[11745]: cluster 2022-04-26T09:15:10.443986+0000 mgr.smithi136.ofnrfx (mgr.14188) 12988 : cluster [DBG] pgmap v12193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:11.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Apr 26 09:15:11 smithi145 bash[13673]: cluster 2022-04-26T09:15:10.443986+0000 mgr.smithi136.ofnrfx (mgr.14188) 12988 : cluster [DBG] pgmap v12193: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2022-04-26T09:15:12.738 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-04-26T09:15:12.739 DEBUG:teuthology.task.console_log:Killing console logger for smithi136 2022-04-26T09:15:12.740 DEBUG:teuthology.task.console_log:Killing console logger for smithi145 2022-04-26T09:15:12.740 DEBUG:teuthology.exit:Finished running handlers